@uniformdev/design-system 20.47.0 → 20.47.1-alpha.3
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/esm/index.js +2559 -2483
- package/dist/index.d.mts +341 -215
- package/dist/index.d.ts +341 -215
- package/dist/index.js +3091 -3010
- package/package.json +32 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "20.47.
|
|
3
|
+
"version": "20.47.1-alpha.3+04fdfa028a",
|
|
4
4
|
"description": "Uniform design system components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"exports": {
|
|
@@ -33,52 +33,50 @@
|
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@emotion/jest": "11.13.0",
|
|
35
35
|
"@storybook/react-vite": "10.1.0",
|
|
36
|
-
"@types/react": "
|
|
37
|
-
"@types/react-dom": "
|
|
38
|
-
"@uniformdev/canvas": "^20.47.
|
|
39
|
-
"@uniformdev/richtext": "^20.47.
|
|
40
|
-
"@vitest/coverage-v8": "3.2.4",
|
|
36
|
+
"@types/react": "19.2.2",
|
|
37
|
+
"@types/react-dom": "19.2.2",
|
|
38
|
+
"@uniformdev/canvas": "^20.47.1-alpha.3+04fdfa028a",
|
|
39
|
+
"@uniformdev/richtext": "^20.47.1-alpha.3+04fdfa028a",
|
|
41
40
|
"autoprefixer": "10.4.21",
|
|
42
41
|
"hygen": "6.2.11",
|
|
43
42
|
"jsdom": "20.0.3",
|
|
44
43
|
"nwsapi": "2.2.2",
|
|
45
44
|
"postcss": "8.5.3",
|
|
46
|
-
"react": "
|
|
47
|
-
"react-dom": "
|
|
45
|
+
"react": "19.2.1",
|
|
46
|
+
"react-dom": "19.2.1",
|
|
48
47
|
"react-select-event": "^5.5.1",
|
|
49
|
-
"tsup": "8.3.0"
|
|
50
|
-
"vitest": "3.2.4"
|
|
48
|
+
"tsup": "8.3.0"
|
|
51
49
|
},
|
|
52
50
|
"dependencies": {
|
|
53
|
-
"@ariakit/react": "^0.4.
|
|
54
|
-
"@dnd-kit/core": "^6.1
|
|
55
|
-
"@dnd-kit/modifiers": "^
|
|
56
|
-
"@dnd-kit/sortable": "^
|
|
51
|
+
"@ariakit/react": "^0.4.19",
|
|
52
|
+
"@dnd-kit/core": "^6.3.1",
|
|
53
|
+
"@dnd-kit/modifiers": "^9.0.0",
|
|
54
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
57
55
|
"@dnd-kit/utilities": "^3.2.2",
|
|
58
56
|
"@emotion/css": "11.13.5",
|
|
59
|
-
"@emotion/react": "11.
|
|
60
|
-
"@internationalized/date": "^3.
|
|
61
|
-
"@lexical/code": "0.
|
|
62
|
-
"@lexical/link": "0.
|
|
63
|
-
"@lexical/list": "0.
|
|
64
|
-
"@lexical/markdown": "0.
|
|
65
|
-
"@lexical/react": "0.
|
|
66
|
-
"@lexical/rich-text": "0.
|
|
67
|
-
"@lexical/selection": "0.
|
|
68
|
-
"@lexical/table": "0.
|
|
69
|
-
"@lexical/utils": "0.
|
|
57
|
+
"@emotion/react": "11.14.0",
|
|
58
|
+
"@internationalized/date": "^3.10.0",
|
|
59
|
+
"@lexical/code": "0.39.0",
|
|
60
|
+
"@lexical/link": "0.39.0",
|
|
61
|
+
"@lexical/list": "0.39.0",
|
|
62
|
+
"@lexical/markdown": "0.39.0",
|
|
63
|
+
"@lexical/react": "0.39.0",
|
|
64
|
+
"@lexical/rich-text": "0.39.0",
|
|
65
|
+
"@lexical/selection": "0.39.0",
|
|
66
|
+
"@lexical/table": "0.39.0",
|
|
67
|
+
"@lexical/utils": "0.39.0",
|
|
70
68
|
"@monaco-editor/react": "4.7.0",
|
|
71
69
|
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.5.0/react-icons-all-files-5.5.0.tgz",
|
|
72
|
-
"fast-equals": "^5.
|
|
73
|
-
"lexical": "0.
|
|
74
|
-
"monaco-editor": "0.
|
|
75
|
-
"react-aria-components": "^1.
|
|
76
|
-
"react-hotkeys-hook": "
|
|
70
|
+
"fast-equals": "^5.3.2",
|
|
71
|
+
"lexical": "0.39.0",
|
|
72
|
+
"monaco-editor": "0.54.0",
|
|
73
|
+
"react-aria-components": "^1.13.0",
|
|
74
|
+
"react-hotkeys-hook": "5.2.1",
|
|
77
75
|
"react-paginate": "8.3.0",
|
|
78
|
-
"react-select": "5.10.
|
|
76
|
+
"react-select": "5.10.2",
|
|
79
77
|
"react-toastify": "10.0.5",
|
|
80
|
-
"react-use": "17.
|
|
81
|
-
"zod-to-json-schema": "3.
|
|
78
|
+
"react-use": "17.6.0",
|
|
79
|
+
"zod-to-json-schema": "3.24.6"
|
|
82
80
|
},
|
|
83
81
|
"peerDependencies": {
|
|
84
82
|
"react": ">=18",
|
|
@@ -90,5 +88,5 @@
|
|
|
90
88
|
"publishConfig": {
|
|
91
89
|
"access": "public"
|
|
92
90
|
},
|
|
93
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "04fdfa028a09763f4f9e89f78f32aef1de247ad4"
|
|
94
92
|
}
|