@aveonline/ui-react 2.3.3 → 2.3.4
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/ui-react.mjs +2 -0
- package/package.json +14 -13
package/dist/ui-react.mjs
CHANGED
|
@@ -30858,6 +30858,7 @@ const bae = it((e, t) => {
|
|
|
30858
30858
|
{
|
|
30859
30859
|
id: n,
|
|
30860
30860
|
name: r,
|
|
30861
|
+
ref: Y,
|
|
30861
30862
|
placeholder: o,
|
|
30862
30863
|
className: Q,
|
|
30863
30864
|
autoComplete: s,
|
|
@@ -30875,6 +30876,7 @@ const bae = it((e, t) => {
|
|
|
30875
30876
|
{
|
|
30876
30877
|
id: n,
|
|
30877
30878
|
name: r,
|
|
30879
|
+
ref: Y,
|
|
30878
30880
|
placeholder: o,
|
|
30879
30881
|
className: Q,
|
|
30880
30882
|
autoComplete: s,
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@aveonline/ui-react",
|
|
3
3
|
"description": "Home base for Aveonline design system - ecosystem react",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "2.3.
|
|
5
|
+
"version": "2.3.4",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist"
|
|
@@ -51,16 +51,17 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@digitalroute/cz-conventional-changelog-for-jira": "8.0.1",
|
|
54
|
-
"@storybook/addon-a11y": "7.
|
|
55
|
-
"@storybook/addon-
|
|
56
|
-
"@storybook/addon-
|
|
57
|
-
"@storybook/addon-
|
|
58
|
-
"@storybook/addon-
|
|
59
|
-
"@storybook/
|
|
60
|
-
"@storybook/
|
|
61
|
-
"@storybook/
|
|
62
|
-
"@storybook/react
|
|
63
|
-
"@storybook/
|
|
54
|
+
"@storybook/addon-a11y": "7.4.2",
|
|
55
|
+
"@storybook/addon-docs": "7.4.2",
|
|
56
|
+
"@storybook/addon-essentials": "7.4.2",
|
|
57
|
+
"@storybook/addon-interactions": "7.4.2",
|
|
58
|
+
"@storybook/addon-links": "7.4.2",
|
|
59
|
+
"@storybook/addon-mdx-gfm": "^7.4.2",
|
|
60
|
+
"@storybook/addons": "7.4.2",
|
|
61
|
+
"@storybook/blocks": "7.4.2",
|
|
62
|
+
"@storybook/react": "7.4.2",
|
|
63
|
+
"@storybook/react-vite": "7.4.2",
|
|
64
|
+
"@storybook/theming": "7.4.2",
|
|
64
65
|
"@tailwindcss/forms": "0.5.3",
|
|
65
66
|
"@testing-library/jest-dom": "5.16.5",
|
|
66
67
|
"@testing-library/react": "13.4.0",
|
|
@@ -84,7 +85,7 @@
|
|
|
84
85
|
"eslint-plugin-no-only-tests": "3.1.0",
|
|
85
86
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
86
87
|
"eslint-plugin-react-refresh": "0.3.5",
|
|
87
|
-
"eslint-plugin-storybook": "0.6.
|
|
88
|
+
"eslint-plugin-storybook": "0.6.13",
|
|
88
89
|
"jsdom": "20.0.2",
|
|
89
90
|
"postcss": "8.3.11",
|
|
90
91
|
"postcss-import": "15.0.0",
|
|
@@ -93,7 +94,7 @@
|
|
|
93
94
|
"react": "18.2.0",
|
|
94
95
|
"react-dom": "18.2.0",
|
|
95
96
|
"sd-tailwindcss-transformer": "1.2.0",
|
|
96
|
-
"storybook": "7.
|
|
97
|
+
"storybook": "7.4.2",
|
|
97
98
|
"style-dictionary": "3.7.1",
|
|
98
99
|
"tailwindcss": "3.3.2",
|
|
99
100
|
"ts-dedent": "2.2.0",
|