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.
@@ -10,6 +10,6 @@
10
10
  * squares them up without overriding the fixed width an icon-only button relies on.
11
11
  */
12
12
  .rp-button-group--vertical .rp-button {
13
- @apply min-w-full;
13
+ min-width: 100%;
14
14
  }
15
15
  }
@@ -0,0 +1,3 @@
1
+ /* The theme as Tailwind's extension point, for an app keeping `bg-accent`. Going away in 0.10.0 —
2
+ * see the file it imports. Carries no component rules: take it *beside* `ropav/styles`. */
3
+ @import "@ropav/styles/tailwind";
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  //#region src/version.ts
2
- var ROPAV_VERSION = "0.8.1";
2
+ var ROPAV_VERSION = "0.9.0";
3
3
  //#endregion
4
4
  export { ROPAV_VERSION };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ropav",
3
- "version": "0.8.1",
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.8.1"
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
  }