@iclips/ui 0.0.10 → 0.0.11

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.
Files changed (2) hide show
  1. package/dist/index.css +4 -8
  2. package/package.json +2 -3
package/dist/index.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
2
- @layer properties {
2
+
3
3
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
4
4
  *, :before, :after, ::backdrop {
5
5
  --tw-translate-x: 0;
@@ -75,11 +75,8 @@
75
75
  --tw-duration: initial;
76
76
  --tw-ease: initial;
77
77
  --tw-content: "";
78
- }
79
- }
80
- }
81
78
 
82
- @layer theme {
79
+
83
80
  :root, :host {
84
81
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
85
82
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
@@ -224,10 +221,9 @@
224
221
  --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
225
222
  --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
226
223
  --color-border: var(--border);
227
- }
228
224
  }
229
225
 
230
- @layer base {
226
+
231
227
  *, :after, :before, ::backdrop {
232
228
  box-sizing: border-box;
233
229
  border: 0 solid;
@@ -537,7 +533,7 @@
537
533
  }
538
534
  }
539
535
 
540
- @layer utilities {
536
+
541
537
  .\@container\/card-header {
542
538
  container: card-header / inline-size;
543
539
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iclips/ui",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Sistema de design completo com paleta personalizada (#7F26BF) e 47 componentes shadcn/ui",
5
5
  "author": "iclipsbr",
6
6
  "license": "MIT",
@@ -26,8 +26,7 @@
26
26
  "scripts": {
27
27
  "dev": "vite",
28
28
  "build": "tsc && vite build",
29
- "build:lib": "tsup && npm run copy:css",
30
- "copy:css": "cp index.css dist/index.css",
29
+ "build:lib": "tsup && node process-css.mjs",
31
30
  "preview": "vite preview",
32
31
  "typecheck": "tsc --noEmit",
33
32
  "prepublishOnly": "npm run build:lib"