@scattered-light/base-ui-theme 0.1.0 → 0.1.6
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/package.json +43 -32
package/package.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scattered-light/base-ui-theme",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Base UI primitives with Mojave design tokens (React).",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/ScatteredLight/base-ui-theme.git"
|
|
8
|
+
},
|
|
5
9
|
"type": "module",
|
|
6
|
-
"private": false,
|
|
7
10
|
"sideEffects": false,
|
|
8
11
|
"main": "./dist/index.js",
|
|
9
12
|
"module": "./dist/index.js",
|
|
@@ -21,7 +24,11 @@
|
|
|
21
24
|
"dist"
|
|
22
25
|
],
|
|
23
26
|
"publishConfig": {
|
|
24
|
-
"access": "public"
|
|
27
|
+
"access": "public",
|
|
28
|
+
"provenance": false
|
|
29
|
+
},
|
|
30
|
+
"engines": {
|
|
31
|
+
"node": ">=20.19.0"
|
|
25
32
|
},
|
|
26
33
|
"scripts": {
|
|
27
34
|
"dev": "vite",
|
|
@@ -35,41 +42,45 @@
|
|
|
35
42
|
},
|
|
36
43
|
"peerDependencies": {
|
|
37
44
|
"@base-ui/react": "^1.3.0",
|
|
38
|
-
"@material-symbols/font-400": "^0.39.0",
|
|
45
|
+
"@material-symbols/font-400": "^0.39.0 || ^0.44.0",
|
|
39
46
|
"react": "^18.0.0",
|
|
40
47
|
"react-dom": "^18.0.0"
|
|
41
48
|
},
|
|
42
49
|
"devDependencies": {
|
|
43
|
-
"@axe-core/react": "^4.10.
|
|
50
|
+
"@axe-core/react": "^4.10.2",
|
|
44
51
|
"@base-ui/react": "^1.3.0",
|
|
45
|
-
"@eslint/js": "^9.
|
|
46
|
-
"@material-symbols/font-400": "^0.
|
|
47
|
-
"@storybook/addon-a11y": "8.
|
|
48
|
-
"@storybook/addon-essentials": "^8.
|
|
49
|
-
"@storybook/addon-interactions": "^8.
|
|
50
|
-
"@storybook/addon-links": "^8.
|
|
51
|
-
"@storybook/addon-themes": "^8.
|
|
52
|
-
"@storybook/blocks": "^8.
|
|
53
|
-
"@storybook/react": "^8.
|
|
54
|
-
"@storybook/react-vite": "^8.
|
|
55
|
-
"@types/node": "^
|
|
56
|
-
"@types/react": "^18.
|
|
57
|
-
"@types/react-dom": "^18.
|
|
58
|
-
"@vitejs/plugin-react": "^4.
|
|
59
|
-
"ag-grid-community": "^35.
|
|
60
|
-
"ag-grid-react": "^35.
|
|
61
|
-
"eslint": "^9.
|
|
52
|
+
"@eslint/js": "^9.39.0",
|
|
53
|
+
"@material-symbols/font-400": "^0.44.0",
|
|
54
|
+
"@storybook/addon-a11y": "^8.6.18",
|
|
55
|
+
"@storybook/addon-essentials": "^8.6.18",
|
|
56
|
+
"@storybook/addon-interactions": "^8.6.18",
|
|
57
|
+
"@storybook/addon-links": "^8.6.18",
|
|
58
|
+
"@storybook/addon-themes": "^8.6.18",
|
|
59
|
+
"@storybook/blocks": "^8.6.18",
|
|
60
|
+
"@storybook/react": "^8.6.18",
|
|
61
|
+
"@storybook/react-vite": "^8.6.18",
|
|
62
|
+
"@types/node": "^25.5.2",
|
|
63
|
+
"@types/react": "^18.3.28",
|
|
64
|
+
"@types/react-dom": "^18.3.7",
|
|
65
|
+
"@vitejs/plugin-react": "^4.7.0",
|
|
66
|
+
"ag-grid-community": "^35.2.1",
|
|
67
|
+
"ag-grid-react": "^35.2.1",
|
|
68
|
+
"eslint": "^9.39.0",
|
|
62
69
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
63
|
-
"eslint-plugin-react": "^7.37.
|
|
64
|
-
"eslint-plugin-react-hooks": "^5.
|
|
65
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
66
|
-
"react": "^18.
|
|
67
|
-
"react-dom": "^18.
|
|
68
|
-
"storybook": "^8.
|
|
70
|
+
"eslint-plugin-react": "^7.37.5",
|
|
71
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
72
|
+
"eslint-plugin-react-refresh": "^0.4.26",
|
|
73
|
+
"react": "^18.3.1",
|
|
74
|
+
"react-dom": "^18.3.1",
|
|
75
|
+
"storybook": "^8.6.18",
|
|
69
76
|
"storybook-addon-tag-badges": "^1.4.0",
|
|
70
|
-
"tsup": "^8.
|
|
71
|
-
"typescript": "
|
|
72
|
-
"typescript-eslint": "^8.
|
|
73
|
-
"vite": "^
|
|
77
|
+
"tsup": "^8.5.1",
|
|
78
|
+
"typescript": "~5.9.3",
|
|
79
|
+
"typescript-eslint": "^8.58.0",
|
|
80
|
+
"vite": "^6.4.2"
|
|
81
|
+
},
|
|
82
|
+
"dependencies": {
|
|
83
|
+
"24": "^0.0.0",
|
|
84
|
+
"node": "^25.9.0"
|
|
74
85
|
}
|
|
75
86
|
}
|