@dryui/ui 0.1.0 → 0.1.2
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dryui/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"author": "Rob Balfre",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -748,8 +748,8 @@
|
|
|
748
748
|
},
|
|
749
749
|
"./*/*": null,
|
|
750
750
|
"./internal/*": null,
|
|
751
|
-
"./themes/dark.css": "./
|
|
752
|
-
"./themes/default.css": "./
|
|
751
|
+
"./themes/dark.css": "./dist/themes/dark.css",
|
|
752
|
+
"./themes/default.css": "./dist/themes/default.css"
|
|
753
753
|
},
|
|
754
754
|
"publishConfig": {
|
|
755
755
|
"access": "public",
|
|
@@ -1502,7 +1502,7 @@
|
|
|
1502
1502
|
"thumbnail:create": "bun scripts/create-thumbnail.ts"
|
|
1503
1503
|
},
|
|
1504
1504
|
"dependencies": {
|
|
1505
|
-
"@dryui/primitives": "
|
|
1505
|
+
"@dryui/primitives": "^0.1.0"
|
|
1506
1506
|
},
|
|
1507
1507
|
"peerDependencies": {
|
|
1508
1508
|
"svelte": "^5.55.1"
|