@aivenio/aquarium 1.32.0 → 1.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_variables.scss +1 -1
- package/dist/_variables_timescale.scss +1 -1
- package/dist/atoms.cjs +17 -0
- package/dist/atoms.mjs +17 -0
- package/dist/src/icons/index.d.ts +1 -0
- package/dist/src/icons/index.js +2 -1
- package/dist/src/icons/superadmin.d.ts +9 -0
- package/dist/src/icons/superadmin.js +11 -0
- package/dist/src/molecules/Container/Container.js +2 -2
- package/dist/src/molecules/DataList/DataList.d.ts +1 -1
- package/dist/src/molecules/DataList/DataList.js +4 -4
- package/dist/src/molecules/DataTable/DataTable.d.ts +1 -1
- package/dist/src/molecules/DataTable/DataTable.js +4 -4
- package/dist/src/utils/form/Label/Label.d.ts +5 -1
- package/dist/src/utils/form/Label/Label.js +16 -13
- package/dist/src/utils/table/types.d.ts +10 -1
- package/dist/system.cjs +42 -11
- package/dist/system.mjs +42 -11
- package/dist/tsconfig.module.tsbuildinfo +1 -1
- package/package.json +12 -11
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aivenio/aquarium",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.34.0",
|
4
4
|
"description": "Aiven Aquarium design system",
|
5
5
|
"main": "dist/system.cjs",
|
6
6
|
"module": "dist/system.mjs",
|
@@ -88,17 +88,17 @@
|
|
88
88
|
"@babel/preset-react": "^7.18.6",
|
89
89
|
"@babel/preset-typescript": "^7.18.6",
|
90
90
|
"@iconify/tools": "^2.0.14",
|
91
|
-
"@storybook/addon-a11y": "^7.
|
92
|
-
"@storybook/addon-essentials": "^7.
|
93
|
-
"@storybook/addon-links": "^7.
|
94
|
-
"@storybook/addon-mdx-gfm": "^7.
|
91
|
+
"@storybook/addon-a11y": "^7.2.0",
|
92
|
+
"@storybook/addon-essentials": "^7.2.0",
|
93
|
+
"@storybook/addon-links": "^7.2.0",
|
94
|
+
"@storybook/addon-mdx-gfm": "^7.2.0",
|
95
95
|
"@storybook/addon-postcss": "^2.0.0",
|
96
|
-
"@storybook/addon-storyshots": "^7.
|
97
|
-
"@storybook/addon-toolbars": "^7.
|
98
|
-
"@storybook/addons": "^7.
|
96
|
+
"@storybook/addon-storyshots": "^7.2.0",
|
97
|
+
"@storybook/addon-toolbars": "^7.2.0",
|
98
|
+
"@storybook/addons": "^7.2.0",
|
99
99
|
"@storybook/preset-typescript": "^3.0.0",
|
100
|
-
"@storybook/react": "^7.
|
101
|
-
"@storybook/react-webpack5": "^7.
|
100
|
+
"@storybook/react": "^7.2.0",
|
101
|
+
"@storybook/react-webpack5": "^7.2.0",
|
102
102
|
"@tailwindcss/line-clamp": "^0.4.2",
|
103
103
|
"@testing-library/dom": "^9.3.1",
|
104
104
|
"@testing-library/jest-dom": "^5.16.5",
|
@@ -130,6 +130,7 @@
|
|
130
130
|
"eslint-import-resolver-typescript": "^3.5.5",
|
131
131
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
132
132
|
"eslint-plugin-react": "^7.32.2",
|
133
|
+
"eslint-plugin-storybook": "^0.6.13",
|
133
134
|
"figma-js": "^1.15.0",
|
134
135
|
"fp-ts": "^2.9.5",
|
135
136
|
"fp-ts-contrib": "^0.1.21",
|
@@ -150,7 +151,7 @@
|
|
150
151
|
"react": "^18.2.0",
|
151
152
|
"react-dom": "^18.2.0",
|
152
153
|
"react-test-renderer": "^18.2.0",
|
153
|
-
"storybook": "^7.
|
154
|
+
"storybook": "^7.2.0",
|
154
155
|
"style-dictionary": "^3.7.0",
|
155
156
|
"tailwindcss": "^3.2.4",
|
156
157
|
"tailwindcss-children": "^2.1.0",
|