@marigold/theme-rui 3.0.3 → 4.0.1

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/styles.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -61,7 +61,6 @@
61
61
  --color-gray-500: oklch(55.1% 0.027 264.364);
62
62
  --color-gray-600: oklch(44.6% 0.03 256.802);
63
63
  --color-gray-700: oklch(37.3% 0.034 259.733);
64
- --color-gray-800: oklch(27.8% 0.033 256.848);
65
64
  --color-zinc-600: oklch(44.2% 0.017 285.786);
66
65
  --color-stone-50: oklch(98.5% 0.001 106.423);
67
66
  --color-stone-100: oklch(97% 0.001 106.424);
@@ -454,9 +453,6 @@
454
453
  [data-theme="rui"] .top-1\/2 {
455
454
  top: calc(1/2 * 100%);
456
455
  }
457
- [data-theme="rui"] .top-2 {
458
- top: calc(var(--spacing) * 2);
459
- }
460
456
  [data-theme="rui"] .top-3\.5 {
461
457
  top: calc(var(--spacing) * 3.5);
462
458
  }
@@ -523,12 +519,12 @@
523
519
  [data-theme="rui"] .order-last {
524
520
  order: 9999;
525
521
  }
526
- [data-theme="rui"] .\!\[grid-column\:1\/-1\] {
527
- grid-column: 1/-1 !important;
528
- }
529
522
  [data-theme="rui"] .col-span-2 {
530
523
  grid-column: span 2 / span 2;
531
524
  }
525
+ [data-theme="rui"] .col-span-full\! {
526
+ grid-column: 1 / -1 !important;
527
+ }
532
528
  [data-theme="rui"] .row-end-1 {
533
529
  grid-row-end: 1;
534
530
  }
@@ -610,9 +606,6 @@
610
606
  [data-theme="rui"] .mb-\[10px\] {
611
607
  margin-bottom: 10px;
612
608
  }
613
- [data-theme="rui"] .-ml-1 {
614
- margin-left: calc(var(--spacing) * -1);
615
- }
616
609
  [data-theme="rui"] .ml-2 {
617
610
  margin-left: calc(var(--spacing) * 2);
618
611
  }
@@ -707,6 +700,10 @@
707
700
  width: calc(var(--spacing) * 5);
708
701
  height: calc(var(--spacing) * 5);
709
702
  }
703
+ [data-theme="rui"] .size-6 {
704
+ width: calc(var(--spacing) * 6);
705
+ height: calc(var(--spacing) * 6);
706
+ }
710
707
  [data-theme="rui"] .size-7 {
711
708
  width: calc(var(--spacing) * 7);
712
709
  height: calc(var(--spacing) * 7);
@@ -735,10 +732,6 @@
735
732
  width: calc(var(--spacing) * 36);
736
733
  height: calc(var(--spacing) * 36);
737
734
  }
738
- [data-theme="rui"] .size-44 {
739
- width: calc(var(--spacing) * 44);
740
- height: calc(var(--spacing) * 44);
741
- }
742
735
  [data-theme="rui"] .size-96 {
743
736
  width: calc(var(--spacing) * 96);
744
737
  height: calc(var(--spacing) * 96);
@@ -759,10 +752,17 @@
759
752
  width: 2rem;
760
753
  height: 2rem;
761
754
  }
755
+ [data-theme="rui"] .size-fit {
756
+ width: fit-content;
757
+ height: fit-content;
758
+ }
762
759
  [data-theme="rui"] .size-full {
763
760
  width: 100%;
764
761
  height: 100%;
765
762
  }
763
+ [data-theme="rui"] .h-\(--disclosure-panel-height\) {
764
+ height: var(--disclosure-panel-height);
765
+ }
766
766
  [data-theme="rui"] .h-\(--height\) {
767
767
  height: var(--height);
768
768
  }
@@ -1021,6 +1021,9 @@
1021
1021
  [data-theme="rui"] .min-h-7 {
1022
1022
  min-height: calc(var(--spacing) * 7);
1023
1023
  }
1024
+ [data-theme="rui"] .min-h-52 {
1025
+ min-height: calc(var(--spacing) * 52);
1026
+ }
1024
1027
  [data-theme="rui"] .min-h-\[350px\] {
1025
1028
  min-height: 350px;
1026
1029
  }
@@ -1684,12 +1687,6 @@
1684
1687
  [data-theme="rui"] .grid-cols-3 {
1685
1688
  grid-template-columns: repeat(3, minmax(0, 1fr));
1686
1689
  }
1687
- [data-theme="rui"] .grid-cols-\[1fr_1fr_minmax\(0\,max-content\)\] {
1688
- grid-template-columns: 1fr 1fr minmax(0,max-content);
1689
- }
1690
- [data-theme="rui"] .grid-cols-\[1fr_minmax\(0\,max-content\)_1fr\] {
1691
- grid-template-columns: 1fr minmax(0,max-content) 1fr;
1692
- }
1693
1690
  [data-theme="rui"] .grid-cols-\[auto_1fr\] {
1694
1691
  grid-template-columns: auto 1fr;
1695
1692
  }
@@ -1699,9 +1696,6 @@
1699
1696
  [data-theme="rui"] .grid-cols-\[min-content_auto_min-content\] {
1700
1697
  grid-template-columns: min-content auto min-content;
1701
1698
  }
1702
- [data-theme="rui"] .grid-cols-\[minmax\(0\,max-content\)_1fr_1fr\] {
1703
- grid-template-columns: minmax(0,max-content) 1fr 1fr;
1704
- }
1705
1699
  [data-theme="rui"] .grid-cols-\[repeat\(auto-fit\,var\(--column\)\)\] {
1706
1700
  grid-template-columns: repeat(auto-fit,var(--column));
1707
1701
  }
@@ -1960,6 +1954,9 @@
1960
1954
  [data-theme="rui"] .overflow-auto {
1961
1955
  overflow: auto;
1962
1956
  }
1957
+ [data-theme="rui"] .overflow-clip {
1958
+ overflow: clip;
1959
+ }
1963
1960
  [data-theme="rui"] .overflow-hidden {
1964
1961
  overflow: hidden;
1965
1962
  }
@@ -1981,9 +1978,6 @@
1981
1978
  [data-theme="rui"] .rounded-\[3px\] {
1982
1979
  border-radius: 3px;
1983
1980
  }
1984
- [data-theme="rui"] .rounded-\[40\] {
1985
- border-radius: 40;
1986
- }
1987
1981
  [data-theme="rui"] .rounded-full {
1988
1982
  border-radius: calc(infinity * 1px);
1989
1983
  }
@@ -2026,6 +2020,10 @@
2026
2020
  border-bottom-style: var(--tw-border-style);
2027
2021
  border-bottom-width: 1px;
2028
2022
  }
2023
+ [data-theme="rui"] .border-dashed {
2024
+ --tw-border-style: dashed;
2025
+ border-style: dashed;
2026
+ }
2029
2027
  [data-theme="rui"] .border-none {
2030
2028
  --tw-border-style: none;
2031
2029
  border-style: none;
@@ -2304,8 +2302,8 @@
2304
2302
  [data-theme="rui"] .stroke-foreground {
2305
2303
  stroke: var(--color-stone-950);
2306
2304
  }
2307
- [data-theme="rui"] .stroke-gray-800 {
2308
- stroke: var(--color-gray-800);
2305
+ [data-theme="rui"] .stroke-secondary {
2306
+ stroke: var(--color-stone-50);
2309
2307
  }
2310
2308
  [data-theme="rui"] .stroke-transparent {
2311
2309
  stroke: transparent;
@@ -2652,6 +2650,9 @@
2652
2650
  [data-theme="rui"] .py-\[var\(--spacing-section\)\] {
2653
2651
  padding-block: var(--spacing-section);
2654
2652
  }
2653
+ [data-theme="rui"] .pe-3 {
2654
+ padding-inline-end: calc(var(--spacing) * 3);
2655
+ }
2655
2656
  [data-theme="rui"] .pt-0 {
2656
2657
  padding-top: calc(var(--spacing) * 0);
2657
2658
  }
@@ -3205,6 +3206,9 @@
3205
3206
  [data-theme="rui"] .text-wrap {
3206
3207
  text-wrap: wrap;
3207
3208
  }
3209
+ [data-theme="rui"] .wrap-break-word {
3210
+ overflow-wrap: break-word;
3211
+ }
3208
3212
  [data-theme="rui"] .whitespace-break-spaces {
3209
3213
  white-space: break-spaces;
3210
3214
  }
@@ -3389,14 +3393,6 @@
3389
3393
  --tw-shadow: var(--surface-raised-shadow);
3390
3394
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3391
3395
  }
3392
- [data-theme="rui"] .shadow-\[0_0_0_1px\] {
3393
- --tw-shadow: 0 0 0 1px var(--tw-shadow-color, currentcolor);
3394
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3395
- }
3396
- [data-theme="rui"] .shadow-\[1px_1px_4px\] {
3397
- --tw-shadow: 1px 1px 4px var(--tw-shadow-color, currentcolor);
3398
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3399
- }
3400
3396
  [data-theme="rui"] .shadow-lg {
3401
3397
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
3402
3398
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -3409,6 +3405,10 @@
3409
3405
  --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
3410
3406
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3411
3407
  }
3408
+ [data-theme="rui"] .ring {
3409
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3410
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3411
+ }
3412
3412
  [data-theme="rui"] .ring-0 {
3413
3413
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3414
3414
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -3479,6 +3479,11 @@
3479
3479
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
3480
3480
  transition-duration: var(--tw-duration, var(--default-transition-duration));
3481
3481
  }
3482
+ [data-theme="rui"] .transition-\[height\,padding\] {
3483
+ transition-property: height,padding;
3484
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
3485
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
3486
+ }
3482
3487
  [data-theme="rui"] .transition-all {
3483
3488
  transition-property: all;
3484
3489
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
@@ -3510,6 +3515,10 @@
3510
3515
  --tw-duration: 200ms;
3511
3516
  transition-duration: 200ms;
3512
3517
  }
3518
+ [data-theme="rui"] .duration-250 {
3519
+ --tw-duration: 250ms;
3520
+ transition-duration: 250ms;
3521
+ }
3513
3522
  [data-theme="rui"] .duration-300 {
3514
3523
  --tw-duration: 300ms;
3515
3524
  transition-duration: 300ms;
@@ -3603,6 +3612,9 @@
3603
3612
  [data-theme="rui"] .duration-200 {
3604
3613
  animation-duration: 200ms;
3605
3614
  }
3615
+ [data-theme="rui"] .duration-250 {
3616
+ animation-duration: 250ms;
3617
+ }
3606
3618
  [data-theme="rui"] .duration-300 {
3607
3619
  animation-duration: 300ms;
3608
3620
  }
@@ -3647,12 +3659,9 @@
3647
3659
  line-height: var(--tw-leading, var(--text-sm--line-height));
3648
3660
  }
3649
3661
  }
3650
- [data-theme="rui"] .group-required\/field\:block {
3651
- [data-theme="rui"] &:is(:where(.group\/field):where([data-rac])[data-required] *) {
3652
- display: block;
3653
- }
3654
- [data-theme="rui"] &:is(:where(.group\/field):where(:not([data-rac])):required *) {
3655
- display: block;
3662
+ [data-theme="rui"] .not-data-\[files\]\:justify-center {
3663
+ [data-theme="rui"] &:not(*[data-files]) {
3664
+ justify-content: center;
3656
3665
  }
3657
3666
  }
3658
3667
  [data-theme="rui"] .group-invalid\/field\:border-destructive {
@@ -3930,6 +3939,12 @@
3930
3939
  }
3931
3940
  }
3932
3941
  }
3942
+ [data-theme="rui"] .group-\[\&\]\/checkboxgroup\:font-normal {
3943
+ [data-theme="rui"] &:is(:where(.group\/checkboxgroup) *) {
3944
+ --tw-font-weight: var(--font-weight-normal);
3945
+ font-weight: var(--font-weight-normal);
3946
+ }
3947
+ }
3933
3948
  [data-theme="rui"] .group-\[\[data-action\]\]\/input\:pr-7 {
3934
3949
  [data-theme="rui"] &:is(:where(.group\/input):is([data-action]) *) {
3935
3950
  padding-right: calc(var(--spacing) * 7);
@@ -3951,12 +3966,6 @@
3951
3966
  border-width: 0px;
3952
3967
  }
3953
3968
  }
3954
- [data-theme="rui"] .group-\[group\=\"checkbox\"\]\/checkboxgroup\:font-normal {
3955
- [data-theme="rui"] &:is(:where(.group\/checkboxgroup):is(group="checkbox") *) {
3956
- --tw-font-weight: var(--font-weight-normal);
3957
- font-weight: var(--font-weight-normal);
3958
- }
3959
- }
3960
3969
  [data-theme="rui"] .group-\[indeterminate\]\/checkbox\:border-brand {
3961
3970
  [data-theme="rui"] &:is(:where(.group\/checkbox):is(indeterminate) *) {
3962
3971
  border-color: var(--color-stone-950);
@@ -4103,6 +4112,48 @@
4103
4112
  height: calc(var(--spacing) * 0.5);
4104
4113
  }
4105
4114
  }
4115
+ [data-theme="rui"] .group-required\/field\:after\:-ml-1 {
4116
+ [data-theme="rui"] &:is(:where(.group\/field):where([data-rac])[data-required] *) {
4117
+ [data-theme="rui"] &::after {
4118
+ content: var(--tw-content);
4119
+ margin-left: calc(var(--spacing) * -1);
4120
+ }
4121
+ }
4122
+ [data-theme="rui"] &:is(:where(.group\/field):where(:not([data-rac])):required *) {
4123
+ [data-theme="rui"] &::after {
4124
+ content: var(--tw-content);
4125
+ margin-left: calc(var(--spacing) * -1);
4126
+ }
4127
+ }
4128
+ }
4129
+ [data-theme="rui"] .group-required\/field\:after\:text-destructive {
4130
+ [data-theme="rui"] &:is(:where(.group\/field):where([data-rac])[data-required] *) {
4131
+ [data-theme="rui"] &::after {
4132
+ content: var(--tw-content);
4133
+ color: var(--color-red-600);
4134
+ }
4135
+ }
4136
+ [data-theme="rui"] &:is(:where(.group\/field):where(:not([data-rac])):required *) {
4137
+ [data-theme="rui"] &::after {
4138
+ content: var(--tw-content);
4139
+ color: var(--color-red-600);
4140
+ }
4141
+ }
4142
+ }
4143
+ [data-theme="rui"] .group-required\/field\:after\:content-\[\"\*\"\] {
4144
+ [data-theme="rui"] &:is(:where(.group\/field):where([data-rac])[data-required] *) {
4145
+ [data-theme="rui"] &::after {
4146
+ --tw-content: "*";
4147
+ content: var(--tw-content);
4148
+ }
4149
+ }
4150
+ [data-theme="rui"] &:is(:where(.group\/field):where(:not([data-rac])):required *) {
4151
+ [data-theme="rui"] &::after {
4152
+ --tw-content: "*";
4153
+ content: var(--tw-content);
4154
+ }
4155
+ }
4156
+ }
4106
4157
  [data-theme="rui"] .last\:border-b {
4107
4158
  [data-theme="rui"] &:last-child {
4108
4159
  border-bottom-style: var(--tw-border-style);
@@ -4224,6 +4275,22 @@
4224
4275
  }
4225
4276
  }
4226
4277
  }
4278
+ [data-theme="rui"] .hover\:bg-destructive\/10 {
4279
+ [data-theme="rui"] &:where([data-rac])[data-hovered] {
4280
+ background-color: color-mix(in srgb, oklch(57.7% 0.245 27.325) 10%, transparent);
4281
+ @supports (color: color-mix(in lab, red, red)) {
4282
+ background-color: color-mix(in oklab, var(--color-red-600) 10%, transparent);
4283
+ }
4284
+ }
4285
+ @media (hover: hover) {
4286
+ [data-theme="rui"] &:where(:not([data-rac])):hover {
4287
+ background-color: color-mix(in srgb, oklch(57.7% 0.245 27.325) 10%, transparent);
4288
+ @supports (color: color-mix(in lab, red, red)) {
4289
+ background-color: color-mix(in oklab, var(--color-red-600) 10%, transparent);
4290
+ }
4291
+ }
4292
+ }
4293
+ }
4227
4294
  [data-theme="rui"] .hover\:bg-destructive\/90 {
4228
4295
  [data-theme="rui"] &:where([data-rac])[data-hovered] {
4229
4296
  background-color: color-mix(in srgb, oklch(57.7% 0.245 27.325) 90%, transparent);
@@ -4290,16 +4357,6 @@
4290
4357
  }
4291
4358
  }
4292
4359
  }
4293
- [data-theme="rui"] .hover\:underline {
4294
- [data-theme="rui"] &:where([data-rac])[data-hovered] {
4295
- text-decoration-line: underline;
4296
- }
4297
- @media (hover: hover) {
4298
- [data-theme="rui"] &:where(:not([data-rac])):hover {
4299
- text-decoration-line: underline;
4300
- }
4301
- }
4302
- }
4303
4360
  [data-theme="rui"] .focus\:util-focus-ring {
4304
4361
  [data-theme="rui"] &:where([data-rac])[data-focused] {
4305
4362
  border-color: var(--color-stone-400);
@@ -4342,24 +4399,6 @@
4342
4399
  background-color: var(--color-stone-100);
4343
4400
  }
4344
4401
  }
4345
- [data-theme="rui"] .focus\:outline-hidden {
4346
- [data-theme="rui"] &:where([data-rac])[data-focused] {
4347
- --tw-outline-style: none;
4348
- outline-style: none;
4349
- @media (forced-colors: active) {
4350
- outline: 2px solid transparent;
4351
- outline-offset: 2px;
4352
- }
4353
- }
4354
- [data-theme="rui"] &:where(:not([data-rac])):focus {
4355
- --tw-outline-style: none;
4356
- outline-style: none;
4357
- @media (forced-colors: active) {
4358
- outline: 2px solid transparent;
4359
- outline-offset: 2px;
4360
- }
4361
- }
4362
- }
4363
4402
  [data-theme="rui"] .group-invalid\/field\:focus\:border-destructive {
4364
4403
  [data-theme="rui"] &:is(:where(.group\/field):where([data-rac])[data-invalid] *) {
4365
4404
  [data-theme="rui"] &:where([data-rac])[data-focused] {
@@ -4594,11 +4633,6 @@
4594
4633
  border-top-width: 0px;
4595
4634
  }
4596
4635
  }
4597
- [data-theme="rui"] .in-data-\[expanded\]\:pb-2 {
4598
- [data-theme="rui"] :where(*[data-expanded]) & {
4599
- padding-bottom: calc(var(--spacing) * 2);
4600
- }
4601
- }
4602
4636
  [data-theme="rui"] .has-focus-visible\:util-focus-ring {
4603
4637
  [data-theme="rui"] &:has(*:where([data-rac])[data-focus-visible]) {
4604
4638
  border-color: var(--color-stone-400);
@@ -4619,6 +4653,40 @@
4619
4653
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
4620
4654
  }
4621
4655
  }
4656
+ [data-theme="rui"] .has-\[\[data-breakout\]\]\:grid-cols-\[1fr_1fr_minmax\(0\,max-content\)\] {
4657
+ [data-theme="rui"] &:has(*:is([data-breakout])) {
4658
+ grid-template-columns: 1fr 1fr minmax(0,max-content);
4659
+ }
4660
+ }
4661
+ [data-theme="rui"] .has-\[\[data-breakout\]\]\:grid-cols-\[1fr_minmax\(0\,max-content\)_1fr\] {
4662
+ [data-theme="rui"] &:has(*:is([data-breakout])) {
4663
+ grid-template-columns: 1fr minmax(0,max-content) 1fr;
4664
+ }
4665
+ }
4666
+ [data-theme="rui"] .has-\[\[data-breakout\]\]\:grid-cols-\[minmax\(0\,max-content\)_1fr_1fr\] {
4667
+ [data-theme="rui"] &:has(*:is([data-breakout])) {
4668
+ grid-template-columns: minmax(0,max-content) 1fr 1fr;
4669
+ }
4670
+ }
4671
+ [data-theme="rui"] .has-\[input\:focus\]\:border-ring {
4672
+ [data-theme="rui"] &:has(*:is(input:focus)) {
4673
+ border-color: var(--color-stone-400);
4674
+ }
4675
+ }
4676
+ [data-theme="rui"] .has-\[input\:focus\]\:ring-\[3px\] {
4677
+ [data-theme="rui"] &:has(*:is(input:focus)) {
4678
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
4679
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
4680
+ }
4681
+ }
4682
+ [data-theme="rui"] .has-\[input\:focus\]\:ring-ring\/50 {
4683
+ [data-theme="rui"] &:has(*:is(input:focus)) {
4684
+ --tw-ring-color: color-mix(in srgb, oklch(70.9% 0.01 56.259) 50%, transparent);
4685
+ @supports (color: color-mix(in lab, red, red)) {
4686
+ --tw-ring-color: color-mix(in oklab, var(--color-stone-400) 50%, transparent);
4687
+ }
4688
+ }
4689
+ }
4622
4690
  [data-theme="rui"] .has-\[input\[aria-readonly\=true\]\]\:bg-muted {
4623
4691
  [data-theme="rui"] &:has(*:is(input[aria-readonly=true])) {
4624
4692
  background-color: var(--color-stone-100);
@@ -4667,11 +4735,16 @@
4667
4735
  }
4668
4736
  }
4669
4737
  }
4670
- [data-theme="rui"] .has-\[\+_\[aria-hidden\=\"true\"\]\]\:mb-0 {
4671
- [data-theme="rui"] &:has(+ [aria-hidden="true"]) {
4738
+ [data-theme="rui"] .has-\[\+_\[aria-hidden\=true\]\]\:mb-0 {
4739
+ [data-theme="rui"] &:has(+ [aria-hidden=true]) {
4672
4740
  margin-bottom: calc(var(--spacing) * 0);
4673
4741
  }
4674
4742
  }
4743
+ [data-theme="rui"] .has-\[\+_\[hidden\]\]\:mr-0 {
4744
+ [data-theme="rui"] &:has(+ [hidden]) {
4745
+ margin-right: calc(var(--spacing) * 0);
4746
+ }
4747
+ }
4675
4748
  [data-theme="rui"] .aria-disabled\:cursor-default {
4676
4749
  [data-theme="rui"] &[aria-disabled="true"] {
4677
4750
  cursor: default;
@@ -4765,6 +4838,16 @@
4765
4838
  cursor: not-allowed;
4766
4839
  }
4767
4840
  }
4841
+ [data-theme="rui"] .data-disabled\:bg-disabled {
4842
+ [data-theme="rui"] &[data-disabled] {
4843
+ background-color: var(--color-stone-200);
4844
+ }
4845
+ }
4846
+ [data-theme="rui"] .data-disabled\:text-disabled-foreground {
4847
+ [data-theme="rui"] &[data-disabled] {
4848
+ color: var(--color-stone-400);
4849
+ }
4850
+ }
4768
4851
  [data-theme="rui"] .data-focus-visible\:z-10 {
4769
4852
  [data-theme="rui"] &[data-focus-visible] {
4770
4853
  z-index: 10;
@@ -4777,21 +4860,11 @@
4777
4860
  }
4778
4861
  }
4779
4862
  }
4780
- [data-theme="rui"] .data-selected\:bg-brand {
4781
- [data-theme="rui"] &[data-selected] {
4782
- background-color: var(--color-stone-950);
4783
- }
4784
- }
4785
4863
  [data-theme="rui"] .data-selected\:text-foreground {
4786
4864
  [data-theme="rui"] &[data-selected] {
4787
4865
  color: var(--color-stone-950);
4788
4866
  }
4789
4867
  }
4790
- [data-theme="rui"] .data-selected\:text-white {
4791
- [data-theme="rui"] &[data-selected] {
4792
- color: var(--color-white);
4793
- }
4794
- }
4795
4868
  [data-theme="rui"] .data-selected\:hover\:bg-hover {
4796
4869
  [data-theme="rui"] &[data-selected] {
4797
4870
  [data-theme="rui"] &:where([data-rac])[data-hovered] {
@@ -4809,26 +4882,16 @@
4809
4882
  cursor: pointer;
4810
4883
  }
4811
4884
  }
4812
- [data-theme="rui"] .data-\[disabled\]\:cursor-not-allowed {
4813
- [data-theme="rui"] &[data-disabled] {
4814
- cursor: not-allowed;
4815
- }
4816
- }
4817
- [data-theme="rui"] .data-\[disabled\]\:bg-disabled {
4818
- [data-theme="rui"] &[data-disabled] {
4819
- background-color: var(--color-stone-200);
4820
- }
4821
- }
4822
- [data-theme="rui"] .data-\[disabled\]\:text-disabled-foreground {
4823
- [data-theme="rui"] &[data-disabled] {
4824
- color: var(--color-stone-400);
4825
- }
4826
- }
4827
4885
  [data-theme="rui"] .data-\[disabled\]\:opacity-50 {
4828
4886
  [data-theme="rui"] &[data-disabled] {
4829
4887
  opacity: 50%;
4830
4888
  }
4831
4889
  }
4890
+ [data-theme="rui"] .data-\[drop-target\=true\]\:bg-muted {
4891
+ [data-theme="rui"] &[data-drop-target="true"] {
4892
+ background-color: var(--color-stone-100);
4893
+ }
4894
+ }
4832
4895
  [data-theme="rui"] .data-\[focus-within\]\:util-focus-ring {
4833
4896
  [data-theme="rui"] &[data-focus-within] {
4834
4897
  border-color: var(--color-stone-400);
@@ -5149,6 +5212,11 @@
5149
5212
  justify-content: flex-end;
5150
5213
  }
5151
5214
  }
5215
+ [data-theme="rui"] .sm\:gap-2\.5 {
5216
+ @media (width >= 40rem) {
5217
+ gap: calc(var(--spacing) * 2.5);
5218
+ }
5219
+ }
5152
5220
  [data-theme="rui"] .sm\:bg-red-500 {
5153
5221
  @media (width >= 40rem) {
5154
5222
  background-color: var(--color-red-500);
@@ -5369,6 +5437,11 @@
5369
5437
  color: var(--color-stone-50);
5370
5438
  }
5371
5439
  }
5440
+ [data-theme="rui"] .selected\:text-white {
5441
+ [data-theme="rui"] &[data-selected] {
5442
+ color: var(--color-white);
5443
+ }
5444
+ }
5372
5445
  [data-theme="rui"] .\[\&_\.selection-indicator\>svg\]\:invisible {
5373
5446
  [data-theme="rui"] & .selection-indicator>svg {
5374
5447
  visibility: hidden;
@@ -5398,6 +5471,32 @@
5398
5471
  }
5399
5472
  }
5400
5473
  }
5474
+ [data-theme="rui"] .\[\&_\[slot\=description\]\]\:col-start-2 {
5475
+ [data-theme="rui"] & [slot=description] {
5476
+ grid-column-start: 2;
5477
+ }
5478
+ }
5479
+ [data-theme="rui"] .\[\&_\[slot\=description\]\]\:row-start-2 {
5480
+ [data-theme="rui"] & [slot=description] {
5481
+ grid-row-start: 2;
5482
+ }
5483
+ }
5484
+ [data-theme="rui"] .\[\&_\[slot\=description\]\]\:hidden {
5485
+ [data-theme="rui"] & [slot=description] {
5486
+ display: none;
5487
+ }
5488
+ }
5489
+ [data-theme="rui"] .\[\&_\[slot\=description\]\]\:text-xs {
5490
+ [data-theme="rui"] & [slot=description] {
5491
+ font-size: var(--text-xs);
5492
+ line-height: var(--tw-leading, var(--text-xs--line-height));
5493
+ }
5494
+ }
5495
+ [data-theme="rui"] .\[\&_\[slot\=description\]\]\:text-muted-foreground {
5496
+ [data-theme="rui"] & [slot=description] {
5497
+ color: var(--color-stone-500);
5498
+ }
5499
+ }
5401
5500
  [data-theme="rui"] .\[\&_button\]\:px-2 {
5402
5501
  [data-theme="rui"] & button {
5403
5502
  padding-inline: calc(var(--spacing) * 2);
@@ -5672,11 +5771,6 @@
5672
5771
  border-color: var(--color-stone-200);
5673
5772
  }
5674
5773
  }
5675
- [data-theme="rui"] .\[\&\>\[slot\=description\]\]\:hidden {
5676
- [data-theme="rui"] &>[slot=description] {
5677
- display: none;
5678
- }
5679
- }
5680
5774
  [data-theme="rui"] .\[\&\[type\=color\]\]\:ml-0 {
5681
5775
  [data-theme="rui"] &[type=color] {
5682
5776
  margin-left: calc(var(--spacing) * 0);
package/dist/theme.css CHANGED
@@ -17,8 +17,8 @@
17
17
  text-destructive like used in inputs
18
18
  */
19
19
 
20
- @plugin "tailwindcss-react-aria-components";
21
- @plugin "tailwindcss-animate";
20
+ @plugin 'tailwindcss-react-aria-components';
21
+ @plugin 'tailwindcss-animate';
22
22
 
23
23
  @theme static {
24
24
  --font-sans: Inter, system-ui, sans-serif;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/theme-rui",
3
- "version": "3.0.3",
3
+ "version": "4.0.1",
4
4
  "description": "Marigold RUI Theme",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -43,19 +43,18 @@
43
43
  "directory": "themes/theme-rui"
44
44
  },
45
45
  "devDependencies": {
46
- "@tailwindcss/postcss": "4.1.14",
47
- "cssnano": "7.1.1",
46
+ "@tailwindcss/postcss": "4.1.17",
47
+ "cssnano": "7.1.2",
48
48
  "postcss-cli": "11.0.1",
49
- "tailwindcss": "4.1.14",
50
- "tsdown": "0.15.6",
51
- "@marigold/tsconfig": "0.4.1"
49
+ "tailwindcss": "4.1.17",
50
+ "tsdown": "0.15.9",
51
+ "@marigold/tsconfig": "0.4.2"
52
52
  },
53
53
  "dependencies": {
54
54
  "tailwindcss-animate": "1.0.7",
55
55
  "tailwindcss-react-aria-components": "^2.0.1",
56
- "@marigold/components": "15.4.3",
57
- "@marigold/system": "15.4.3",
58
- "@marigold/theme-plugins": "1.0.2"
56
+ "@marigold/system": "16.0.1",
57
+ "@marigold/components": "16.0.1"
59
58
  },
60
59
  "scripts": {
61
60
  "build": "NODE_ENV=production tsdown && postcss -o dist/styles.css src/styles.css && cp src/theme.css src/global.css src/utils.css dist/"