@uniformdev/design-system 20.6.5-alpha.1 → 20.7.1-alpha.106
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/LICENSE +1 -1
- package/README.md +246 -0
- package/dist/esm/{importedIcons-SI6R3MYO.js → importedIcons-NFIA4IOK.js} +5 -1
- package/dist/esm/index.js +4276 -2528
- package/dist/index.d.mts +487 -127
- package/dist/index.d.ts +487 -127
- package/dist/index.js +4419 -2625
- package/package.json +37 -21
package/package.json
CHANGED
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.7.1-alpha.106+1c23ae89f7",
|
|
4
4
|
"description": "Uniform design system components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": {
|
|
8
|
+
"import": {
|
|
9
|
+
"types": "./dist/index.d.ts",
|
|
10
|
+
"default": "./dist/esm/index.js"
|
|
11
|
+
},
|
|
12
|
+
"require": {
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
14
|
+
"default": "./dist/index.js"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
},
|
|
6
18
|
"main": "./dist/index.js",
|
|
7
19
|
"module": "./dist/esm/index.js",
|
|
8
20
|
"types": "./dist/index.d.ts",
|
|
@@ -11,12 +23,12 @@
|
|
|
11
23
|
"build": "tsup",
|
|
12
24
|
"dev": "tsup --watch",
|
|
13
25
|
"clean": "rimraf dist",
|
|
14
|
-
"test": "
|
|
15
|
-
"test:coverage": "
|
|
26
|
+
"test": "vitest run",
|
|
27
|
+
"test:coverage": "vitest run --coverage",
|
|
16
28
|
"lint": "eslint \"src/**/*.{js,ts,tsx}\"",
|
|
17
29
|
"format": "prettier --write \"src/**/*.{js,ts,tsx}\"",
|
|
18
30
|
"create:component": "hygen component with-prompt",
|
|
19
|
-
"document": "api-extractor run --local"
|
|
31
|
+
"document:prebuild": "api-extractor run --local"
|
|
20
32
|
},
|
|
21
33
|
"devDependencies": {
|
|
22
34
|
"@emotion/jest": "11.13.0",
|
|
@@ -24,27 +36,31 @@
|
|
|
24
36
|
"@storybook/preview-api": "^8.3.3",
|
|
25
37
|
"@storybook/react": "8.3.3",
|
|
26
38
|
"@storybook/theming": "^8.3.3",
|
|
27
|
-
"@types/react": "18.3.
|
|
28
|
-
"@types/react-dom": "18.3.
|
|
29
|
-
"@uniformdev/canvas": "^20.
|
|
30
|
-
"@uniformdev/richtext": "^20.
|
|
31
|
-
"
|
|
39
|
+
"@types/react": "18.3.24",
|
|
40
|
+
"@types/react-dom": "18.3.7",
|
|
41
|
+
"@uniformdev/canvas": "^20.7.1-alpha.106+1c23ae89f7",
|
|
42
|
+
"@uniformdev/richtext": "^20.7.1-alpha.106+1c23ae89f7",
|
|
43
|
+
"@vitest/coverage-v8": "3.2.4",
|
|
44
|
+
"autoprefixer": "10.4.21",
|
|
32
45
|
"hygen": "6.2.11",
|
|
33
|
-
"
|
|
46
|
+
"jsdom": "20.0.3",
|
|
47
|
+
"nwsapi": "2.2.2",
|
|
48
|
+
"postcss": "8.5.3",
|
|
34
49
|
"react": "18.3.1",
|
|
35
50
|
"react-dom": "18.3.1",
|
|
36
51
|
"react-select-event": "^5.5.1",
|
|
37
|
-
"tsup": "8.3.0"
|
|
52
|
+
"tsup": "8.3.0",
|
|
53
|
+
"vitest": "3.2.4"
|
|
38
54
|
},
|
|
39
55
|
"dependencies": {
|
|
40
|
-
"@ariakit/react": "^0.
|
|
56
|
+
"@ariakit/react": "^0.4.15",
|
|
41
57
|
"@dnd-kit/core": "^6.1.0",
|
|
42
58
|
"@dnd-kit/modifiers": "^7.0.0",
|
|
43
59
|
"@dnd-kit/sortable": "^8.0.0",
|
|
44
60
|
"@dnd-kit/utilities": "^3.2.2",
|
|
45
61
|
"@emotion/css": "11.13.5",
|
|
46
62
|
"@emotion/react": "11.13.5",
|
|
47
|
-
"@internationalized/date": "^3.
|
|
63
|
+
"@internationalized/date": "^3.7.0",
|
|
48
64
|
"@lexical/code": "0.25.0",
|
|
49
65
|
"@lexical/link": "0.25.0",
|
|
50
66
|
"@lexical/list": "0.25.0",
|
|
@@ -54,22 +70,22 @@
|
|
|
54
70
|
"@lexical/selection": "0.25.0",
|
|
55
71
|
"@lexical/table": "0.25.0",
|
|
56
72
|
"@lexical/utils": "0.25.0",
|
|
57
|
-
"@monaco-editor/react": "4.
|
|
58
|
-
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.
|
|
73
|
+
"@monaco-editor/react": "4.7.0",
|
|
74
|
+
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.5.0/react-icons-all-files-5.5.0.tgz",
|
|
59
75
|
"fast-equals": "^5.0.1",
|
|
60
76
|
"lexical": "0.25.0",
|
|
61
|
-
"monaco-editor": "0.
|
|
77
|
+
"monaco-editor": "0.52.2",
|
|
62
78
|
"react-aria-components": "^1.1.1",
|
|
63
79
|
"react-hotkeys-hook": "4.5.0",
|
|
64
|
-
"react-paginate": "8.
|
|
65
|
-
"react-select": "5.
|
|
80
|
+
"react-paginate": "8.3.0",
|
|
81
|
+
"react-select": "5.10.0",
|
|
66
82
|
"react-toastify": "10.0.5",
|
|
67
83
|
"react-use": "17.5.1",
|
|
68
84
|
"zod-to-json-schema": "3.21.4"
|
|
69
85
|
},
|
|
70
86
|
"peerDependencies": {
|
|
71
|
-
"react": ">=
|
|
72
|
-
"react-dom": ">=
|
|
87
|
+
"react": ">=18",
|
|
88
|
+
"react-dom": ">=18"
|
|
73
89
|
},
|
|
74
90
|
"files": [
|
|
75
91
|
"/dist"
|
|
@@ -77,5 +93,5 @@
|
|
|
77
93
|
"publishConfig": {
|
|
78
94
|
"access": "public"
|
|
79
95
|
},
|
|
80
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "1c23ae89f73bdb01775340b0f5a1c97fc54d8d63"
|
|
81
97
|
}
|