@irbags/ui-kit 1.0.1-alpha.20 → 1.0.1-alpha.21

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/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "1.0.1-alpha.20",
7
+ "version": "1.0.1-alpha.21",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -126,10 +126,6 @@ const module$1 = defineNuxtModule({
126
126
  async setup(_options, _nuxt) {
127
127
  const resolver = createResolver(import.meta.url);
128
128
  const componentsDir = resolver.resolve("./runtime/components");
129
- const cssPath = resolver.resolve("./runtime/assets/css/main.css");
130
- if (!_nuxt.options.css.includes(cssPath)) {
131
- _nuxt.options.css.push(cssPath);
132
- }
133
129
  _nuxt.options.colorMode = {
134
130
  ..._nuxt.options.colorMode || {},
135
131
  preference: "light"
@@ -1 +1 @@
1
- @import "tailwindcss";@import "@nuxt/ui";@source "../../../app.config.ts";@source "../../../module.mjs";@theme static{--color-secondary-500:#dadada;--color-black-500:#000;--color-white-500:#fff;--color-error-500:#ff2a2a;--color-gray-500:#d7d7d7;--text-4xl:2.1875rem;--size-big:1.5625rem;--ui-text-muted:#fff;--text-6xl:3.4375rem}
1
+ @import "@nuxt/ui";@source "../../../app.config.ts";@source "../../../module.mjs";@theme static{--color-secondary-500:#dadada;--color-black-500:#000;--color-white-500:#fff;--color-error-500:#ff2a2a;--color-gray-500:#d7d7d7;--text-4xl:2.1875rem;--size-big:1.5625rem;--ui-text-muted:#fff;--text-6xl:3.4375rem}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@irbags/ui-kit",
3
- "version": "1.0.1-alpha.20",
3
+ "version": "1.0.1-alpha.21",
4
4
  "description": "IRBAGS UI Kit",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,8 @@
12
12
  "exports": {
13
13
  ".": {
14
14
  "types": "./dist/types.d.mts",
15
- "import": "./dist/module.mjs"
15
+ "import": "./dist/module.mjs",
16
+ "style": "./dist/runtime/assets/css/main.css"
16
17
  }
17
18
  },
18
19
  "main": "./dist/module.mjs",