@uniformdev/design-system 19.135.0 → 19.135.1-alpha.11
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 +13233 -11838
- package/dist/index.d.mts +1653 -1442
- package/dist/index.d.ts +1653 -1442
- package/dist/index.js +11276 -9873
- package/package.json +31 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "19.135.
|
|
3
|
+
"version": "19.135.1-alpha.11+9f52e6cfd6",
|
|
4
4
|
"description": "Uniform design system components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"dev": "tsup --watch",
|
|
13
13
|
"clean": "rimraf dist",
|
|
14
14
|
"test": "jest",
|
|
15
|
+
"test:coverage": "jest --coverage",
|
|
15
16
|
"lint": "eslint \"src/**/*.{js,ts,tsx}\"",
|
|
16
17
|
"format": "prettier --write \"src/**/*.{js,ts,tsx}\"",
|
|
17
18
|
"create:component": "hygen component with-prompt",
|
|
@@ -19,45 +20,50 @@
|
|
|
19
20
|
},
|
|
20
21
|
"devDependencies": {
|
|
21
22
|
"@emotion/jest": "11.11.0",
|
|
22
|
-
"@storybook/
|
|
23
|
-
"@storybook/react": "
|
|
24
|
-
"@types/react": "18.
|
|
25
|
-
"@types/react-dom": "18.
|
|
26
|
-
"@uniformdev/canvas": "^19.135.
|
|
27
|
-
"@uniformdev/richtext": "^19.135.
|
|
23
|
+
"@storybook/preview-api": "^8.0.10",
|
|
24
|
+
"@storybook/react": "8.0.10",
|
|
25
|
+
"@types/react": "18.3.3",
|
|
26
|
+
"@types/react-dom": "18.3.0",
|
|
27
|
+
"@uniformdev/canvas": "^19.135.1-alpha.11+9f52e6cfd6",
|
|
28
|
+
"@uniformdev/richtext": "^19.135.1-alpha.11+9f52e6cfd6",
|
|
28
29
|
"autoprefixer": "10.4.16",
|
|
29
30
|
"hygen": "6.2.11",
|
|
30
31
|
"postcss": "8.4.38",
|
|
31
|
-
"react": "18.
|
|
32
|
-
"react-dom": "18.
|
|
32
|
+
"react": "18.3.1",
|
|
33
|
+
"react-dom": "18.3.1",
|
|
33
34
|
"react-select-event": "^5.5.1",
|
|
34
|
-
"tsup": "8.0
|
|
35
|
+
"tsup": "8.1.0"
|
|
35
36
|
},
|
|
36
37
|
"dependencies": {
|
|
37
38
|
"@ariakit/react": "^0.3.5",
|
|
39
|
+
"@dnd-kit/core": "^6.1.0",
|
|
40
|
+
"@dnd-kit/modifiers": "^7.0.0",
|
|
41
|
+
"@dnd-kit/sortable": "^8.0.0",
|
|
42
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
38
43
|
"@emotion/css": "^11.11.0",
|
|
39
44
|
"@emotion/react": "11.11.3",
|
|
40
45
|
"@internationalized/date": "^3.5.2",
|
|
41
|
-
"@lexical/code": "
|
|
42
|
-
"@lexical/link": "
|
|
43
|
-
"@lexical/list": "
|
|
44
|
-
"@lexical/markdown": "
|
|
45
|
-
"@lexical/react": "
|
|
46
|
-
"@lexical/rich-text": "
|
|
47
|
-
"@lexical/selection": "
|
|
48
|
-
"@lexical/
|
|
46
|
+
"@lexical/code": "0.17.1",
|
|
47
|
+
"@lexical/link": "0.17.1",
|
|
48
|
+
"@lexical/list": "0.17.1",
|
|
49
|
+
"@lexical/markdown": "0.17.1",
|
|
50
|
+
"@lexical/react": "0.17.1",
|
|
51
|
+
"@lexical/rich-text": "0.17.1",
|
|
52
|
+
"@lexical/selection": "0.17.1",
|
|
53
|
+
"@lexical/table": "0.17.1",
|
|
54
|
+
"@lexical/utils": "0.17.1",
|
|
49
55
|
"@monaco-editor/react": "4.6.0",
|
|
50
|
-
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/
|
|
56
|
+
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.2.1/react-icons-all-files-5.2.1.tgz",
|
|
51
57
|
"fast-equals": "^5.0.1",
|
|
52
|
-
"lexical": "
|
|
58
|
+
"lexical": "0.17.1",
|
|
53
59
|
"lottie-react": "^2.3.1",
|
|
54
|
-
"monaco-editor": "0.
|
|
60
|
+
"monaco-editor": "0.50.0",
|
|
55
61
|
"react-aria-components": "^1.1.1",
|
|
56
|
-
"react-hotkeys-hook": "4.
|
|
62
|
+
"react-hotkeys-hook": "4.5.0",
|
|
57
63
|
"react-paginate": "8.2.0",
|
|
58
64
|
"react-select": "5.8.0",
|
|
59
|
-
"react-toastify": "
|
|
60
|
-
"react-use": "17.
|
|
65
|
+
"react-toastify": "10.0.5",
|
|
66
|
+
"react-use": "17.5.0",
|
|
61
67
|
"reakit": "1.3.11",
|
|
62
68
|
"zod-to-json-schema": "3.21.4"
|
|
63
69
|
},
|
|
@@ -71,5 +77,5 @@
|
|
|
71
77
|
"publishConfig": {
|
|
72
78
|
"access": "public"
|
|
73
79
|
},
|
|
74
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "9f52e6cfd6e562e9c759735ba2a44378388a2a82"
|
|
75
81
|
}
|