@quixotic/ui 0.2.18 → 0.2.25

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.
@@ -1 +1 @@
1
- @import "tailwindcss";@import "./colors.css";@import "./size.css";@custom-variant dark (&:where(.dark, .dark *));@theme inline{--font-sans:var(--font-inter);--font-mono:var(--font-space-mono);--font-satoshi:var(--font-satoshi)}@theme{--text-2xs:0.625rem;--text-2xs--line-height:0.875rem;--text-xs:0.75rem;--text-xs--line-height:1.125rem;--text-sm:0.875rem;--text-sm--line-height:1.25rem;--text-sm--letter-spacing:-0.00622354em;--text-base:1rem;--text-base--line-height:1.5rem;--text-base--letter-spacing:-0.0109598em;--text-lg:1.125rem;--text-lg--line-height:1.75rem;--text-lg--letter-spacing:-0.015em;--text-xl:1.25rem;--text-xl--line-height:1.875rem;--text-xl--letter-spacing:-0.0166573em;--text-2xl:1.5rem;--text-2xl--line-height:2rem;--text-3xl:1.75rem;--text-3xl--line-height:2.25rem;--text-3\.5xl:2rem;--text-3\.5xl--line-height:2.5rem;--text-4xl:2.25rem;--text-4xl--line-height:2.75rem}@theme{--shadow-sidebar:0 8px 8px -4px rgba(23,25,33,.01),0 20px 24px -4px rgba(23,25,33,.02);--shadow-xs:0 1px 2px 0 rgba(13,14,18,.039);--shadow-xs-button:0 1px 2px 0 rgba(13,14,18,.039),inset 0 -2px 0 0 rgba(13,14,18,.078);--shadow-lg:0 12px 16px -4px rgba(13,14,18,.031),0 4px 6px -2px rgba(13,14,18,.078),0 2px 2px -1px rgba(13,14,18,.039)}@theme{--z-toast:1090;--z-tooltip:1080;--z-popover:1070;--z-modal:1055;--z-modalBackdrop:1050;--z-offcanvas:1045;--z-offcanvasBackdrop:1040;--z-fixed:1030;--z-sticky:1020;--z-dropdown:1000;--width-content-max:56.25rem;--height-card-header:4.875rem}@theme{--animate-fade-in:fade-in 0.15s ease-in-out;--animate-fade-out:fade-out 0.15s ease-in-out;@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}}@utility z-*{z-index:--value(--z-*)}@utility scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none;&::-webkit-scrollbar{display:none}}@utility scrollbar-styled{scrollbar-color:#bababd transparent;scrollbar-width:thin;&::-webkit-scrollbar{background:transparent;width:4px}&::-webkit-scrollbar-thumb{background:#bababd;border-radius:100px;-webkit-border-radius:100px;visibility:hidden}&:hover::-webkit-scrollbar-thumb{visibility:visible}}@utility skeleton{@apply animate-pulse rounded bg-grey-200}@utility icon-*{font-size:calc(var(--spacing) * --value(number));font-size:--value([length])}body{background:var(--bg-primary);color:var(--text-primary)}
1
+ @import "tailwindcss";@import "./colors.css";@import "./size.css";@custom-variant dark (&:where(.dark, .dark *));@theme inline{--font-sans:var(--font-inter);--font-mono:var(--font-space-mono);--font-satoshi:var(--font-satoshi)}@theme{--text-2xs:0.625rem;--text-2xs--line-height:0.875rem;--text-xs:0.75rem;--text-xs--line-height:1.125rem;--text-sm:0.875rem;--text-sm--line-height:1.25rem;--text-sm--letter-spacing:-0.00622354em;--text-base:1rem;--text-base--line-height:1.5rem;--text-base--letter-spacing:-0.0109598em;--text-lg:1.125rem;--text-lg--line-height:1.75rem;--text-lg--letter-spacing:-0.015em;--text-xl:1.25rem;--text-xl--line-height:1.875rem;--text-xl--letter-spacing:-0.0166573em;--text-2xl:1.5rem;--text-2xl--line-height:2rem;--text-3xl:1.75rem;--text-3xl--line-height:2.25rem;--text-3\.5xl:2rem;--text-3\.5xl--line-height:2.5rem;--text-4xl:2.25rem;--text-4xl--line-height:2.75rem}@theme{--shadow-sidebar:0 8px 8px -4px rgba(23,25,33,.01),0 20px 24px -4px rgba(23,25,33,.02);--shadow-xs:0 1px 2px 0 rgba(13,14,18,.039);--shadow-xs-button:0 1px 2px 0 rgba(13,14,18,.039),inset 0 -2px 0 0 rgba(13,14,18,.078);--shadow-lg:0 12px 16px -4px rgba(13,14,18,.031),0 4px 6px -2px rgba(13,14,18,.078),0 2px 2px -1px rgba(13,14,18,.039)}@theme{--z-toast:1090;--z-tooltip:1080;--z-popover:1070;--z-modal:1055;--z-modalBackdrop:1050;--z-offcanvas:1045;--z-offcanvasBackdrop:1040;--z-fixed:1030;--z-sticky:1020;--z-dropdown:1000;--width-content-max:56.25rem;--height-card-header:4.875rem}@theme{--animate-fade-in:fade-in 0.15s ease-in-out;--animate-fade-out:fade-out 0.15s ease-in-out;@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}}@utility z-*{z-index:--value(--z-*)}@utility scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none;:scope::-webkit-scrollbar{display:none}}@utility scrollbar-styled{scrollbar-color:#bababd transparent;scrollbar-width:thin;:scope::-webkit-scrollbar{background:transparent;width:4px}:scope::-webkit-scrollbar-thumb{background:#bababd;border-radius:100px;-webkit-border-radius:100px;visibility:hidden}:scope:hover::-webkit-scrollbar-thumb{visibility:visible}}@utility skeleton{@apply animate-pulse rounded bg-grey-200}@utility icon-*{font-size:calc(var(--spacing) * --value(number));font-size:--value([length])}body{background:var(--bg-primary);color:var(--text-primary)}
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public",
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
7
- "version": "0.2.18",
7
+ "version": "0.2.25",
8
8
  "main": "dist/index.cjs.js",
9
9
  "module": "dist/index.esm.js",
10
10
  "types": "dist/types/index.d.ts",
@@ -65,6 +65,7 @@
65
65
  "cssnano": "^7.1.2",
66
66
  "jsdom": "^27.4.0",
67
67
  "postcss": "^8.5.6",
68
+ "postcss-nesting": "^13.0.2",
68
69
  "react": "^19.2.0",
69
70
  "react-dom": "^19.2.0",
70
71
  "rollup": "^4.52.4",