@a4ui/core 0.24.2 → 0.25.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.
package/README.md CHANGED
@@ -186,17 +186,17 @@ mode switch — a theme recolors underneath either mode.
186
186
  **[docs site](https://a4ui.pages.dev/)** or `src/index.ts` for the
187
187
  full list):
188
188
 
189
- | Category | Representative components |
190
- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
191
- | Forms | `Input`, `Select`, `Checkbox`, `DateField`, `Combobox`, `TagInput`, `Slider`, `NumberInput` |
192
- | Overlays | `Modal`, `Drawer`, `Popover`, `Tooltip`, `AlertDialog`, `ContextMenu`, `HoverCard` |
193
- | Data & display | `Table`, `DataGrid`, `Tree`, `Calendar`, `Timeline`, `Stat`, `Descriptions`, `SpecSheet`, `RatingsSummary`, `LogoWall`, `CalendarHeatmap` |
194
- | Navigation | `Tabs`, `Breadcrumb`, `Pagination`, `Command`, `Anchor`, `Stepper`, `BottomNavigation` |
195
- | Feedback | `Alert`, `AnnouncementBar`, `Toast`, `Progress`, `Skeleton`, `Empty`, `Result`, `NotificationCenter` |
196
- | Layout | `AppShell`, `SpaceBackground`, `ThemedScenery`, `Card`, `Splitter`, `Affix`, `NavGroup` |
197
- | Commerce | `ProductCard`, `ProductGrid`, `PriceTag`, `PriceBlock`, `QuantityStepper`, `CartLine`, `CartSummary`, `FilterGroup`, `FacetSidebar`, `ConditionScale` |
198
- | Charts | `Sparkline`, `BarChart`, `DonutChart` (native SVG, theme-tinted) |
199
- | Motion | `ScrambleText`, `TextReveal`, `Typewriter`, `GradientText`, `HoldToConfirm`, `LoadingDots`, `FillText`, `Curtain`, `Parallax`, `ScrollProgress`, `Ripple`, `Magnetic`, `TiltCard`, `Spotlight`, `NotificationStack`, `MultiStateBadge`, `NowPlaying`, `Expandable`, `flyToCart` |
189
+ | Category | Representative components |
190
+ | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
191
+ | Forms | `Input`, `Select`, `Checkbox`, `DateField`, `Combobox`, `TagInput`, `Slider`, `NumberInput`, `PromptComposer`, `InlineSelect` |
192
+ | Overlays | `Modal`, `Drawer`, `Popover`, `Tooltip`, `AlertDialog`, `ContextMenu`, `HoverCard` |
193
+ | Data & display | `Table`, `DataGrid`, `Tree`, `Calendar`, `Timeline`, `Stat`, `Descriptions`, `SpecSheet`, `RatingsSummary`, `LogoWall`, `ChatThread`, `Message`, `Citation`, `CalendarHeatmap` |
194
+ | Navigation | `Tabs`, `Breadcrumb`, `Pagination`, `Command`, `Anchor`, `Stepper`, `BottomNavigation` |
195
+ | Feedback | `Alert`, `AnnouncementBar`, `Toast`, `Progress`, `Skeleton`, `Empty`, `Result`, `NotificationCenter` |
196
+ | Layout | `AppShell`, `SpaceBackground`, `ThemedScenery`, `Card`, `Splitter`, `Affix`, `NavGroup`, `FloatingToolbar`, `ArtifactPanel` |
197
+ | Commerce | `ProductCard`, `ProductGrid`, `PriceTag`, `PriceBlock`, `QuantityStepper`, `CartLine`, `CartSummary`, `FilterGroup`, `FacetSidebar`, `ConditionScale` |
198
+ | Charts | `Sparkline`, `BarChart`, `DonutChart` (native SVG, theme-tinted) |
199
+ | Motion | `ScrambleText`, `TextReveal`, `Typewriter`, `GradientText`, `HoldToConfirm`, `LoadingDots`, `FillText`, `Curtain`, `Parallax`, `ScrollProgress`, `Ripple`, `Magnetic`, `TiltCard`, `Spotlight`, `NotificationStack`, `MultiStateBadge`, `NowPlaying`, `Expandable`, `StreamingText`, `PageTransition`, `flyToCart` |
200
200
 
201
201
  Domain-specific sets ship as **subpath entries** so the base package stays lean —
202
202
  e.g. commerce and chart components import from their own paths:
@@ -7,10 +7,10 @@ import { NumberField as _ } from "@kobalte/core/number-field";
7
7
  var Z = /* @__PURE__ */ m('<span class="relative flex h-1.5 w-1.5"aria-hidden=true><span class="absolute inline-flex h-full w-full animate-ping rounded-full bg-current opacity-75"></span><span class="relative inline-flex h-1.5 w-1.5 rounded-full bg-current">'), ee = /* @__PURE__ */ m("<span>");
8
8
  const te = {
9
9
  neutral: "bg-muted text-muted-foreground ring-border",
10
- success: "bg-emerald-500/15 text-emerald-600 ring-emerald-500/30",
11
- warning: "bg-amber-500/15 text-amber-600 ring-amber-500/30",
12
- danger: "bg-rose-500/15 text-rose-600 ring-rose-500/30",
13
- info: "bg-sky-500/15 text-sky-600 ring-sky-500/30"
10
+ success: "bg-emerald-500/15 text-emerald-300 ring-emerald-500/30 light:text-emerald-700",
11
+ warning: "bg-amber-500/15 text-amber-300 ring-amber-500/30 light:text-amber-700",
12
+ danger: "bg-rose-500/15 text-rose-300 ring-rose-500/30 light:text-rose-700",
13
+ info: "bg-sky-500/15 text-sky-300 ring-sky-500/30 light:text-sky-700"
14
14
  }, re = "badge inline-flex items-center gap-1 rounded-full px-2 py-0.5 text-xs font-semibold ring-1 ring-inset whitespace-nowrap";
15
15
  function Le(e) {
16
16
  const [t, n] = x(e, ["tone", "class", "children", "pulse"]);
package/dist/commerce.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { insert as n, createComponent as c, memo as k, effect as $, className as C, template as v, delegateEvents as A, setAttribute as w, setStyleProperty as j } from "solid-js/web";
2
2
  import { Show as b, For as S, createSignal as B, createMemo as R } from "solid-js";
3
3
  import { c as _ } from "./cn-B6yFEsav.js";
4
- import { B as D, C as O, R as G, a as M, b as z, N as U, c as K } from "./NumberInput-DcJlXNKq.js";
4
+ import { B as D, C as O, R as G, a as M, b as z, N as U, c as K } from "./NumberInput-BQhVucw-.js";
5
5
  import { Minus as Q, Plus as V, Trash2 as X, X as Z, CreditCard as H } from "lucide-solid";
6
6
  var J = /* @__PURE__ */ v('<span class="text-muted-foreground line-through">'), W = /* @__PURE__ */ v("<div><span>");
7
7
  const Y = {
package/dist/elements.css CHANGED
@@ -1561,6 +1561,9 @@ html.calm .tile-glass {
1561
1561
  .left-0 {
1562
1562
  left: 0px;
1563
1563
  }
1564
+ .left-1\/2 {
1565
+ left: 50%;
1566
+ }
1564
1567
  .left-1\/3 {
1565
1568
  left: 33.333333%;
1566
1569
  }
@@ -1609,6 +1612,9 @@ html.calm .tile-glass {
1609
1612
  .top-3\.5 {
1610
1613
  top: 0.875rem;
1611
1614
  }
1615
+ .top-4 {
1616
+ top: 1rem;
1617
+ }
1612
1618
  .top-\[14vh\] {
1613
1619
  top: 14vh;
1614
1620
  }
@@ -1815,6 +1821,9 @@ html.calm .tile-glass {
1815
1821
  .h-9 {
1816
1822
  height: 2.25rem;
1817
1823
  }
1824
+ .h-\[1\.1em\] {
1825
+ height: 1.1em;
1826
+ }
1818
1827
  .h-\[12\.5\%\] {
1819
1828
  height: 12.5%;
1820
1829
  }
@@ -1875,12 +1884,18 @@ html.calm .tile-glass {
1875
1884
  .max-h-\[85vh\] {
1876
1885
  max-height: 85vh;
1877
1886
  }
1887
+ .min-h-0 {
1888
+ min-height: 0px;
1889
+ }
1878
1890
  .min-h-4 {
1879
1891
  min-height: 1rem;
1880
1892
  }
1881
1893
  .min-h-9 {
1882
1894
  min-height: 2.25rem;
1883
1895
  }
1896
+ .min-h-\[24px\] {
1897
+ min-height: 24px;
1898
+ }
1884
1899
  .min-h-\[80px\] {
1885
1900
  min-height: 80px;
1886
1901
  }
@@ -2013,6 +2028,9 @@ html.calm .tile-glass {
2013
2028
  .min-w-56 {
2014
2029
  min-width: 14rem;
2015
2030
  }
2031
+ .min-w-\[1\.1em\] {
2032
+ min-width: 1.1em;
2033
+ }
2016
2034
  .min-w-\[1\.5rem\] {
2017
2035
  min-width: 1.5rem;
2018
2036
  }
@@ -2040,6 +2058,9 @@ html.calm .tile-glass {
2040
2058
  .max-w-7xl {
2041
2059
  max-width: 80rem;
2042
2060
  }
2061
+ .max-w-\[12rem\] {
2062
+ max-width: 12rem;
2063
+ }
2043
2064
  .max-w-\[520px\] {
2044
2065
  max-width: 520px;
2045
2066
  }
@@ -2109,6 +2130,16 @@ html.calm .tile-glass {
2109
2130
  --tw-rotate: 90deg;
2110
2131
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2111
2132
  }
2133
+ .scale-100 {
2134
+ --tw-scale-x: 1;
2135
+ --tw-scale-y: 1;
2136
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2137
+ }
2138
+ .scale-95 {
2139
+ --tw-scale-x: .95;
2140
+ --tw-scale-y: .95;
2141
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2142
+ }
2112
2143
  .scale-\[1\.03\] {
2113
2144
  --tw-scale-x: 1.03;
2114
2145
  --tw-scale-y: 1.03;
@@ -2176,6 +2207,9 @@ html.calm .tile-glass {
2176
2207
  .select-none {
2177
2208
  user-select: none;
2178
2209
  }
2210
+ .resize-none {
2211
+ resize: none;
2212
+ }
2179
2213
  .resize-y {
2180
2214
  resize: vertical;
2181
2215
  }
@@ -2345,6 +2379,9 @@ html.calm .tile-glass {
2345
2379
  .whitespace-nowrap {
2346
2380
  white-space: nowrap;
2347
2381
  }
2382
+ .whitespace-pre-wrap {
2383
+ white-space: pre-wrap;
2384
+ }
2348
2385
  .break-words {
2349
2386
  overflow-wrap: break-word;
2350
2387
  }
@@ -2624,6 +2661,9 @@ html.calm .tile-glass {
2624
2661
  .p-0 {
2625
2662
  padding: 0px;
2626
2663
  }
2664
+ .p-0\.5 {
2665
+ padding: 0.125rem;
2666
+ }
2627
2667
  .p-1 {
2628
2668
  padding: 0.25rem;
2629
2669
  }
@@ -2788,6 +2828,9 @@ html.calm .tile-glass {
2788
2828
  .align-middle {
2789
2829
  vertical-align: middle;
2790
2830
  }
2831
+ .align-super {
2832
+ vertical-align: super;
2833
+ }
2791
2834
  .font-mono {
2792
2835
  font-family: "IBM Plex Mono", ui-monospace, monospace;
2793
2836
  }
@@ -2807,6 +2850,9 @@ html.calm .tile-glass {
2807
2850
  font-size: 3rem;
2808
2851
  line-height: 1;
2809
2852
  }
2853
+ .text-\[0\.65rem\] {
2854
+ font-size: 0.65rem;
2855
+ }
2810
2856
  .text-\[10px\] {
2811
2857
  font-size: 10px;
2812
2858
  }
@@ -2863,6 +2909,9 @@ html.calm .tile-glass {
2863
2909
  .capitalize {
2864
2910
  text-transform: capitalize;
2865
2911
  }
2912
+ .italic {
2913
+ font-style: italic;
2914
+ }
2866
2915
  .tabular-nums {
2867
2916
  --tw-numeric-spacing: tabular-nums;
2868
2917
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
@@ -2870,6 +2919,9 @@ html.calm .tile-glass {
2870
2919
  .leading-none {
2871
2920
  line-height: 1;
2872
2921
  }
2922
+ .leading-relaxed {
2923
+ line-height: 1.625;
2924
+ }
2873
2925
  .leading-tight {
2874
2926
  line-height: 1.25;
2875
2927
  }
@@ -2883,13 +2935,13 @@ html.calm .tile-glass {
2883
2935
  --tw-text-opacity: 1;
2884
2936
  color: hsl(var(--accent-foreground) / var(--tw-text-opacity, 1));
2885
2937
  }
2886
- .text-amber-500 {
2938
+ .text-amber-300 {
2887
2939
  --tw-text-opacity: 1;
2888
- color: rgb(245 158 11 / var(--tw-text-opacity, 1));
2940
+ color: rgb(252 211 77 / var(--tw-text-opacity, 1));
2889
2941
  }
2890
- .text-amber-600 {
2942
+ .text-amber-500 {
2891
2943
  --tw-text-opacity: 1;
2892
- color: rgb(217 119 6 / var(--tw-text-opacity, 1));
2944
+ color: rgb(245 158 11 / var(--tw-text-opacity, 1));
2893
2945
  }
2894
2946
  .text-card-foreground {
2895
2947
  --tw-text-opacity: 1;
@@ -2906,6 +2958,10 @@ html.calm .tile-glass {
2906
2958
  --tw-text-opacity: 1;
2907
2959
  color: hsl(var(--destructive-foreground) / var(--tw-text-opacity, 1));
2908
2960
  }
2961
+ .text-emerald-300 {
2962
+ --tw-text-opacity: 1;
2963
+ color: rgb(110 231 183 / var(--tw-text-opacity, 1));
2964
+ }
2909
2965
  .text-emerald-500 {
2910
2966
  --tw-text-opacity: 1;
2911
2967
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
@@ -2936,6 +2992,9 @@ html.calm .tile-glass {
2936
2992
  .text-muted-foreground\/60 {
2937
2993
  color: hsl(var(--muted-foreground) / 0.6);
2938
2994
  }
2995
+ .text-muted-foreground\/70 {
2996
+ color: hsl(var(--muted-foreground) / 0.7);
2997
+ }
2939
2998
  .text-primary {
2940
2999
  --tw-text-opacity: 1;
2941
3000
  color: hsl(var(--primary) / var(--tw-text-opacity, 1));
@@ -2948,6 +3007,10 @@ html.calm .tile-glass {
2948
3007
  --tw-text-opacity: 1;
2949
3008
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
2950
3009
  }
3010
+ .text-rose-300 {
3011
+ --tw-text-opacity: 1;
3012
+ color: rgb(253 164 175 / var(--tw-text-opacity, 1));
3013
+ }
2951
3014
  .text-rose-500 {
2952
3015
  --tw-text-opacity: 1;
2953
3016
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
@@ -2956,17 +3019,23 @@ html.calm .tile-glass {
2956
3019
  --tw-text-opacity: 1;
2957
3020
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
2958
3021
  }
3022
+ .text-sky-300 {
3023
+ --tw-text-opacity: 1;
3024
+ color: rgb(125 211 252 / var(--tw-text-opacity, 1));
3025
+ }
2959
3026
  .text-sky-500 {
2960
3027
  --tw-text-opacity: 1;
2961
3028
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
2962
3029
  }
2963
- .text-sky-600 {
2964
- --tw-text-opacity: 1;
2965
- color: rgb(2 132 199 / var(--tw-text-opacity, 1));
3030
+ .underline {
3031
+ text-decoration-line: underline;
2966
3032
  }
2967
3033
  .line-through {
2968
3034
  text-decoration-line: line-through;
2969
3035
  }
3036
+ .decoration-border {
3037
+ text-decoration-color: hsl(var(--border) / 1);
3038
+ }
2970
3039
  .underline-offset-2 {
2971
3040
  text-underline-offset: 2px;
2972
3041
  }
@@ -3122,11 +3191,21 @@ html.calm .tile-glass {
3122
3191
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
3123
3192
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
3124
3193
  }
3194
+ .backdrop-blur-md {
3195
+ --tw-backdrop-blur: blur(12px);
3196
+ -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
3197
+ backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
3198
+ }
3125
3199
  .backdrop-blur-sm {
3126
3200
  --tw-backdrop-blur: blur(4px);
3127
3201
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
3128
3202
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
3129
3203
  }
3204
+ .backdrop-blur-xl {
3205
+ --tw-backdrop-blur: blur(24px);
3206
+ -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
3207
+ backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
3208
+ }
3130
3209
  .backdrop-filter {
3131
3210
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
3132
3211
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
@@ -3161,11 +3240,21 @@ html.calm .tile-glass {
3161
3240
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3162
3241
  transition-duration: 150ms;
3163
3242
  }
3243
+ .transition-\[opacity\2c transform\] {
3244
+ transition-property: opacity,transform;
3245
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3246
+ transition-duration: 150ms;
3247
+ }
3164
3248
  .transition-\[transform\2c opacity\] {
3165
3249
  transition-property: transform,opacity;
3166
3250
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3167
3251
  transition-duration: 150ms;
3168
3252
  }
3253
+ .transition-\[width\] {
3254
+ transition-property: width;
3255
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3256
+ transition-duration: 150ms;
3257
+ }
3169
3258
  .transition-all {
3170
3259
  transition-property: all;
3171
3260
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -3280,6 +3369,10 @@ html.calm .tile-glass {
3280
3369
  .hover\:bg-accent\/90:hover {
3281
3370
  background-color: hsl(var(--accent) / 0.9);
3282
3371
  }
3372
+ .hover\:bg-background:hover {
3373
+ --tw-bg-opacity: 1;
3374
+ background-color: hsl(var(--background) / var(--tw-bg-opacity, 1));
3375
+ }
3283
3376
  .hover\:bg-muted:hover {
3284
3377
  --tw-bg-opacity: 1;
3285
3378
  background-color: hsl(var(--muted) / var(--tw-bg-opacity, 1));
@@ -3290,6 +3383,9 @@ html.calm .tile-glass {
3290
3383
  .hover\:bg-muted\/70:hover {
3291
3384
  background-color: hsl(var(--muted) / 0.7);
3292
3385
  }
3386
+ .hover\:bg-primary\/15:hover {
3387
+ background-color: hsl(var(--primary) / 0.15);
3388
+ }
3293
3389
  .hover\:bg-primary\/5:hover {
3294
3390
  background-color: hsl(var(--primary) / 0.05);
3295
3391
  }
@@ -3303,6 +3399,10 @@ html.calm .tile-glass {
3303
3399
  --tw-text-opacity: 1;
3304
3400
  color: hsl(var(--foreground) / var(--tw-text-opacity, 1));
3305
3401
  }
3402
+ .hover\:text-primary:hover {
3403
+ --tw-text-opacity: 1;
3404
+ color: hsl(var(--primary) / var(--tw-text-opacity, 1));
3405
+ }
3306
3406
  .hover\:underline:hover {
3307
3407
  text-decoration-line: underline;
3308
3408
  }
@@ -3465,8 +3565,28 @@ html.calm .tile-glass {
3465
3565
  .data-\[disabled\]\:opacity-50[data-disabled] {
3466
3566
  opacity: 0.5;
3467
3567
  }
3568
+ [data-theme='light'] .light\:text-amber-700 {
3569
+ --tw-text-opacity: 1;
3570
+ color: rgb(180 83 9 / var(--tw-text-opacity, 1));
3571
+ }
3572
+ [data-theme='light'] .light\:text-emerald-700 {
3573
+ --tw-text-opacity: 1;
3574
+ color: rgb(4 120 87 / var(--tw-text-opacity, 1));
3575
+ }
3576
+ [data-theme='light'] .light\:text-rose-700 {
3577
+ --tw-text-opacity: 1;
3578
+ color: rgb(190 18 60 / var(--tw-text-opacity, 1));
3579
+ }
3580
+ [data-theme='light'] .light\:text-sky-700 {
3581
+ --tw-text-opacity: 1;
3582
+ color: rgb(3 105 161 / var(--tw-text-opacity, 1));
3583
+ }
3468
3584
  @media (prefers-reduced-motion: reduce) {
3469
3585
 
3586
+ .motion-reduce\:animate-none {
3587
+ animation: none;
3588
+ }
3589
+
3470
3590
  .motion-reduce\:transition-none {
3471
3591
  transition-property: none;
3472
3592
  }