ropav 0.8.1 → 0.9.0
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/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ropav",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "🚀 Beautiful and modern Vue UI library built with Vapor Mode and Tailwind CSS 4.0.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"components",
|
|
@@ -47,6 +47,10 @@
|
|
|
47
47
|
"style": "./dist/styles-no-preflight.css",
|
|
48
48
|
"default": "./dist/styles-no-preflight.css"
|
|
49
49
|
},
|
|
50
|
+
"./styles/tailwind": {
|
|
51
|
+
"style": "./dist/styles-tailwind.css",
|
|
52
|
+
"default": "./dist/styles-tailwind.css"
|
|
53
|
+
},
|
|
50
54
|
"./styles/bundled.css": "./dist/ropav.min.css",
|
|
51
55
|
"./accordion": {
|
|
52
56
|
"import": "./dist/components/accordion/index.js",
|
|
@@ -416,10 +420,9 @@
|
|
|
416
420
|
"@internationalized/date": "3.12.4",
|
|
417
421
|
"@internationalized/number": "3.6.8",
|
|
418
422
|
"@internationalized/string": "3.2.10",
|
|
419
|
-
"@ropav/styles": "0.
|
|
423
|
+
"@ropav/styles": "0.9.0"
|
|
420
424
|
},
|
|
421
425
|
"peerDependencies": {
|
|
422
|
-
"tailwindcss": ">=4.0.0",
|
|
423
426
|
"vue": "^3.6.0-rc.7"
|
|
424
427
|
}
|
|
425
428
|
}
|