@ariaui/tokens 0.2.0 → 0.2.2
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.
|
@@ -618,11 +618,15 @@ var light = {
|
|
|
618
618
|
"shadow-2xl-depth-2": "oklch(var(--color-black) / 0.039)",
|
|
619
619
|
"shadow-3xl-depth-1": "oklch(var(--color-black) / 0.141)",
|
|
620
620
|
"shadow-3xl-depth-2": "oklch(var(--color-black) / 0.039)",
|
|
621
|
-
/* ---
|
|
622
|
-
"
|
|
623
|
-
"
|
|
621
|
+
/* --- Sizing (size-*) --- */
|
|
622
|
+
"spacing-padding-mobile": "1rem",
|
|
623
|
+
"spacing-padding-tablet": "1.5rem",
|
|
624
|
+
"spacing-padding-desktop": "2rem",
|
|
625
|
+
/* --- Containers & Layout (container-*) --- */
|
|
624
626
|
"container-max-width-desktop": "80rem",
|
|
625
|
-
|
|
627
|
+
/* --- Paragraphs (paragraph-*) --- */
|
|
628
|
+
"container-paragraph-max-width": "45rem",
|
|
629
|
+
/* --- Radii (radius-*) --- */
|
|
626
630
|
"radius-none": "0px",
|
|
627
631
|
"radius-xxs": "2px",
|
|
628
632
|
"radius-xs": "4px",
|
|
@@ -635,6 +639,7 @@ var light = {
|
|
|
635
639
|
"radius-4xl": "24px",
|
|
636
640
|
"radius-full": "9999px",
|
|
637
641
|
"radius": "8px",
|
|
642
|
+
/* --- Rings (ring-*) --- */
|
|
638
643
|
"ring-width": "2px",
|
|
639
644
|
"ring-offset": "2px",
|
|
640
645
|
/* --- Backdrop blurs (backdrop-blur-*) — Untitled UI v8 (Figma: Backdrop blurs); px radii for blur() / backdrop-filter */
|
package/dist/index.cjs
CHANGED
|
@@ -649,11 +649,15 @@ var light = {
|
|
|
649
649
|
"shadow-2xl-depth-2": "oklch(var(--color-black) / 0.039)",
|
|
650
650
|
"shadow-3xl-depth-1": "oklch(var(--color-black) / 0.141)",
|
|
651
651
|
"shadow-3xl-depth-2": "oklch(var(--color-black) / 0.039)",
|
|
652
|
-
/* ---
|
|
653
|
-
"
|
|
654
|
-
"
|
|
652
|
+
/* --- Sizing (size-*) --- */
|
|
653
|
+
"spacing-padding-mobile": "1rem",
|
|
654
|
+
"spacing-padding-tablet": "1.5rem",
|
|
655
|
+
"spacing-padding-desktop": "2rem",
|
|
656
|
+
/* --- Containers & Layout (container-*) --- */
|
|
655
657
|
"container-max-width-desktop": "80rem",
|
|
656
|
-
|
|
658
|
+
/* --- Paragraphs (paragraph-*) --- */
|
|
659
|
+
"container-paragraph-max-width": "45rem",
|
|
660
|
+
/* --- Radii (radius-*) --- */
|
|
657
661
|
"radius-none": "0px",
|
|
658
662
|
"radius-xxs": "2px",
|
|
659
663
|
"radius-xs": "4px",
|
|
@@ -666,6 +670,7 @@ var light = {
|
|
|
666
670
|
"radius-4xl": "24px",
|
|
667
671
|
"radius-full": "9999px",
|
|
668
672
|
"radius": "8px",
|
|
673
|
+
/* --- Rings (ring-*) --- */
|
|
669
674
|
"ring-width": "2px",
|
|
670
675
|
"ring-offset": "2px",
|
|
671
676
|
/* --- Backdrop blurs (backdrop-blur-*) — Untitled UI v8 (Figma: Backdrop blurs); px radii for blur() / backdrop-filter */
|
package/dist/index.js
CHANGED
|
@@ -624,11 +624,15 @@ var light = {
|
|
|
624
624
|
"shadow-2xl-depth-2": "oklch(var(--color-black) / 0.039)",
|
|
625
625
|
"shadow-3xl-depth-1": "oklch(var(--color-black) / 0.141)",
|
|
626
626
|
"shadow-3xl-depth-2": "oklch(var(--color-black) / 0.039)",
|
|
627
|
-
/* ---
|
|
628
|
-
"
|
|
629
|
-
"
|
|
627
|
+
/* --- Sizing (size-*) --- */
|
|
628
|
+
"spacing-padding-mobile": "1rem",
|
|
629
|
+
"spacing-padding-tablet": "1.5rem",
|
|
630
|
+
"spacing-padding-desktop": "2rem",
|
|
631
|
+
/* --- Containers & Layout (container-*) --- */
|
|
630
632
|
"container-max-width-desktop": "80rem",
|
|
631
|
-
|
|
633
|
+
/* --- Paragraphs (paragraph-*) --- */
|
|
634
|
+
"container-paragraph-max-width": "45rem",
|
|
635
|
+
/* --- Radii (radius-*) --- */
|
|
632
636
|
"radius-none": "0px",
|
|
633
637
|
"radius-xxs": "2px",
|
|
634
638
|
"radius-xs": "4px",
|
|
@@ -641,6 +645,7 @@ var light = {
|
|
|
641
645
|
"radius-4xl": "24px",
|
|
642
646
|
"radius-full": "9999px",
|
|
643
647
|
"radius": "8px",
|
|
648
|
+
/* --- Rings (ring-*) --- */
|
|
644
649
|
"ring-width": "2px",
|
|
645
650
|
"ring-offset": "2px",
|
|
646
651
|
/* --- Backdrop blurs (backdrop-blur-*) — Untitled UI v8 (Figma: Backdrop blurs); px radii for blur() / backdrop-filter */
|
package/dist/tokens.css
CHANGED
|
@@ -554,10 +554,11 @@
|
|
|
554
554
|
--shadow-2xl-depth-2: oklch(var(--color-black) / 0.039);
|
|
555
555
|
--shadow-3xl-depth-1: oklch(var(--color-black) / 0.141);
|
|
556
556
|
--shadow-3xl-depth-2: oklch(var(--color-black) / 0.039);
|
|
557
|
-
--
|
|
558
|
-
--
|
|
557
|
+
--spacing-padding-mobile: 1rem;
|
|
558
|
+
--spacing-padding-tablet: 1.5rem;
|
|
559
|
+
--spacing-padding-desktop: 2rem;
|
|
559
560
|
--container-max-width-desktop: 80rem;
|
|
560
|
-
--paragraph-max-width: 45rem;
|
|
561
|
+
--container-paragraph-max-width: 45rem;
|
|
561
562
|
--radius-none: 0px;
|
|
562
563
|
--radius-xxs: 2px;
|
|
563
564
|
--radius-xs: 4px;
|