diff --git a/package.json b/package.json index 83f2415..33e59f4 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "@react-aria/slider": "3.2.4", "@react-aria/ssr": "3.4.1", "@react-aria/switch": "3.3.1", - "@react-aria/table": "^3.9.0", + "@react-aria/table": "^3.5.0", "@react-aria/textfield": "3.8.1", "@react-aria/tooltip": "3.3.4", "@react-aria/utils": "3.14.2", @@ -100,7 +100,7 @@ "@react-stately/checkbox": "3.3.2", "@react-stately/collections": "3.5.1", "@react-stately/combobox": "3.3.1", - "@react-stately/data": "^3.9.1", + "@react-stately/data": "^3.7.0", "@react-stately/list": "3.6.1", "@react-stately/menu": "3.4.4", "@react-stately/numberfield": "3.3.1", @@ -110,7 +110,7 @@ "@react-stately/select": "3.3.4", "@react-stately/selection": "3.11.2", "@react-stately/slider": "3.2.4", - "@react-stately/table": "^3.9.0", + "@react-stately/table": "^3.5.0", "@react-stately/toggle": "3.4.4", "@react-stately/tooltip": "3.2.4", "@react-stately/tree": "3.4.1", @@ -119,7 +119,7 @@ "@react-types/checkbox": "3.4.1", "@react-types/combobox": "3.5.5", "@react-types/dialog": "3.4.5", - "@react-types/grid": "^3.1.7", + "@react-types/grid": "^3.1.4", "@react-types/menu": "3.7.3", "@react-types/numberfield": "3.3.5", "@react-types/overlays": "3.6.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e59204c..73987f1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -65,7 +65,7 @@ dependencies: specifier: 3.3.1 version: 3.3.1(react@17.0.2) '@react-aria/table': - specifier: ^3.9.0 + specifier: ^3.5.0 version: 3.9.0(react-dom@17.0.2)(react@17.0.2) '@react-aria/textfield': specifier: 3.8.1 @@ -92,7 +92,7 @@ dependencies: specifier: 3.3.1 version: 3.3.1(react@17.0.2) '@react-stately/data': - specifier: ^3.9.1 + specifier: ^3.7.0 version: 3.9.1(react@17.0.2) '@react-stately/list': specifier: 3.6.1 @@ -122,7 +122,7 @@ dependencies: specifier: 3.2.4 version: 3.2.4(react@17.0.2) '@react-stately/table': - specifier: ^3.9.0 + specifier: ^3.5.0 version: 3.9.0(react@17.0.2) '@react-stately/toggle': specifier: 3.4.4 @@ -149,7 +149,7 @@ dependencies: specifier: 3.4.5 version: 3.4.5(react@17.0.2) '@react-types/grid': - specifier: ^3.1.7 + specifier: ^3.1.4 version: 3.1.7(react@17.0.2) '@react-types/menu': specifier: 3.7.3 diff --git a/src/components/actions/Button/Button.stories.tsx b/src/components/actions/Button/Button.stories.tsx index f6cfe59..e43e18e 100644 --- a/src/components/actions/Button/Button.stories.tsx +++ b/src/components/actions/Button/Button.stories.tsx @@ -1,4 +1,4 @@ -import { CaretDown, CurrencyCircleDollar } from '@jengaicons/react'; +import { CaretDownFill, CurrencyCircleDollar } from '@jengaicons/react'; import { baseProps } from '../../../stories/lists/baseProps'; import { Space } from '../../layout/Space'; @@ -44,7 +44,7 @@ const Template = ({ icon, rightIcon, label, onClick, ...props }) => ( >