@devopness/ui-react 2.183.0 → 2.184.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/src/components/Forms/DynamicField/DynamicField.d.ts +74 -0
- package/dist/src/components/Forms/DynamicField/index.d.ts +1 -0
- package/dist/src/components/Forms/Select/CustomComponents/DrodpdownIndicator.d.ts +4 -0
- package/dist/src/components/Forms/Select/CustomComponents/LoadingMessage.d.ts +2 -0
- package/dist/src/components/Forms/Select/CustomComponents/NoOptionsMessage.d.ts +10 -0
- package/dist/src/components/Forms/Select/CustomComponents/Option.d.ts +14 -0
- package/dist/src/components/Forms/Select/CustomComponents/Placeholder.d.ts +4 -0
- package/dist/src/components/Forms/Select/CustomComponents/SingleValue.d.ts +4 -0
- package/dist/src/components/Forms/Select/CustomComponents/index.d.ts +6 -0
- package/dist/src/components/Forms/Select/CustomComponents/styled.d.ts +11 -0
- package/dist/src/components/Forms/Select/Select.d.ts +43 -0
- package/dist/src/components/Forms/Select/Select.styled.d.ts +6 -0
- package/dist/src/components/Forms/Select/index.d.ts +1 -0
- package/dist/src/components/Forms/index.d.ts +2 -0
- package/dist/ui-react.cjs +641 -386
- package/dist/ui-react.js +13285 -8591
- package/package.json +13 -12
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"name": "@devopness/ui-react",
|
|
5
|
-
"version": "2.
|
|
5
|
+
"version": "2.184.0",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
@@ -65,41 +65,42 @@
|
|
|
65
65
|
"material-ui-popup-state": "^5.3.6",
|
|
66
66
|
"path-browserify": "^1.0.1",
|
|
67
67
|
"react-icons": "^5.5.0",
|
|
68
|
+
"react-select": "^5.10.2",
|
|
68
69
|
"react-spinners": "^0.17.0",
|
|
69
70
|
"styled-components": "^6.1.19"
|
|
70
71
|
},
|
|
71
72
|
"devDependencies": {
|
|
72
73
|
"@emotion/styled": "^11.14.1",
|
|
73
|
-
"@eslint/js": "^9.
|
|
74
|
-
"@storybook/addon-a11y": "^9.1.
|
|
75
|
-
"@storybook/addon-docs": "9.1.
|
|
74
|
+
"@eslint/js": "^9.37.0",
|
|
75
|
+
"@storybook/addon-a11y": "^9.1.10",
|
|
76
|
+
"@storybook/addon-docs": "9.1.10",
|
|
76
77
|
"@storybook/csf": "^0.1.13",
|
|
77
|
-
"@storybook/react-vite": "9.1.
|
|
78
|
+
"@storybook/react-vite": "9.1.10",
|
|
78
79
|
"@testing-library/react": "^16.3.0",
|
|
79
80
|
"@types/lodash": "^4.17.20",
|
|
80
|
-
"@types/node": "^24.6.
|
|
81
|
+
"@types/node": "^24.6.2",
|
|
81
82
|
"@types/path-browserify": "^1.0.3",
|
|
82
83
|
"@types/react": "^18.3.13",
|
|
83
84
|
"@types/react-dom": "^18.3.0",
|
|
84
85
|
"@vitejs/plugin-react-swc": "^4.1.0",
|
|
85
|
-
"eslint": "^9.
|
|
86
|
+
"eslint": "^9.37.0",
|
|
86
87
|
"eslint-plugin-import": "^2.32.0",
|
|
87
88
|
"eslint-plugin-import-helpers": "^2.0.1",
|
|
88
89
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
89
90
|
"eslint-plugin-react": "^7.37.5",
|
|
90
|
-
"eslint-plugin-react-hooks": "^
|
|
91
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
92
|
-
"eslint-plugin-storybook": "^9.1.
|
|
91
|
+
"eslint-plugin-react-hooks": "^6.1.1",
|
|
92
|
+
"eslint-plugin-react-refresh": "^0.4.23",
|
|
93
|
+
"eslint-plugin-storybook": "^9.1.10",
|
|
93
94
|
"globals": "^16.4.0",
|
|
94
95
|
"jsdom": "^27.0.0",
|
|
95
96
|
"prettier": "^3.6.1",
|
|
96
97
|
"prettier-plugin-multiline-arrays": "^4.0.3",
|
|
97
98
|
"react": "^18.3.1",
|
|
98
99
|
"react-dom": "^18.3.1",
|
|
99
|
-
"storybook": "9.1.
|
|
100
|
+
"storybook": "9.1.10",
|
|
100
101
|
"typescript": "^5.9.3",
|
|
101
102
|
"typescript-eslint": "~8.45.0",
|
|
102
|
-
"vite": "^7.1.
|
|
103
|
+
"vite": "^7.1.9",
|
|
103
104
|
"vite-plugin-dts": "^4.5.4",
|
|
104
105
|
"vite-tsconfig-paths": "^5.1.4",
|
|
105
106
|
"vitest": "^3.2.4"
|