@pathscale/ui 1.2.4 → 1.2.5
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/components/glass-panel/GlassPanel.classes.d.ts +3 -0
- package/dist/components/glass-panel/GlassPanel.classes.js +3 -0
- package/dist/components/glass-panel/GlassPanel.css +81 -4
- package/dist/components/glass-panel/GlassPanel.d.ts +3 -0
- package/dist/components/glass-panel/GlassPanel.js +4 -1
- package/dist/purge-manifest.json +37924 -3552
- package/package.json +5 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pathscale/ui",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"author": "pathscale",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -8,14 +8,9 @@
|
|
|
8
8
|
},
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"description": "Highly opinionated SolidJS component library — batteries and kitchen sink included, but optimized and shiny.",
|
|
11
|
-
"files": [
|
|
12
|
-
"dist"
|
|
13
|
-
],
|
|
11
|
+
"files": ["dist"],
|
|
14
12
|
"homepage": "https://github.com/pathscale/ui",
|
|
15
|
-
"keywords": [
|
|
16
|
-
"solid",
|
|
17
|
-
"solidjs"
|
|
18
|
-
],
|
|
13
|
+
"keywords": ["solid", "solidjs"],
|
|
19
14
|
"bugs": {
|
|
20
15
|
"url": "https://github.com/pathscale/ui/issues"
|
|
21
16
|
},
|
|
@@ -55,7 +50,7 @@
|
|
|
55
50
|
"@biomejs/biome": "1.9.4",
|
|
56
51
|
"@iconify/json": "^2.2.342",
|
|
57
52
|
"@iconify/utils": "^2.3.0",
|
|
58
|
-
"@pathscale/rsbuild-plugin-ui-css-purge": "^0.9.
|
|
53
|
+
"@pathscale/rsbuild-plugin-ui-css-purge": "^0.9.5",
|
|
59
54
|
"@rsbuild/core": "^1.3.20",
|
|
60
55
|
"@rsbuild/plugin-solid": "^1.0.5",
|
|
61
56
|
"@rslib/core": "^0.9.0",
|
|
@@ -130,8 +125,6 @@
|
|
|
130
125
|
"playground:build": "cd playground && bun run build",
|
|
131
126
|
"playground:preview": "cd playground && bun run preview"
|
|
132
127
|
},
|
|
133
|
-
"sideEffects": [
|
|
134
|
-
"**/*.css"
|
|
135
|
-
],
|
|
128
|
+
"sideEffects": ["**/*.css"],
|
|
136
129
|
"type": "module"
|
|
137
130
|
}
|