@orderly.network/ui 2.10.1-alpha.0 → 2.10.2-alpha.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/dist/index.css CHANGED
@@ -373,6 +373,8 @@ video {
373
373
  --oui-color-base-10: 14 13 18;
374
374
  --oui-color-base-foreground: 255 255 255;
375
375
  --oui-color-line: 255 255 255;
376
+ --oui-color-base-static: 255 255 255;
377
+ --oui-color-base-static-contrast: 0 0 0;
376
378
  --oui-color-trading-loss: 245 97 139;
377
379
  --oui-color-trading-loss-contrast: 255 255 255;
378
380
  --oui-color-trading-profit: 41 233 169;
@@ -1547,9 +1549,6 @@ body {
1547
1549
  .oui-h-\[20px\] {
1548
1550
  height: 20px;
1549
1551
  }
1550
- .oui-h-\[220px\] {
1551
- height: 220px;
1552
- }
1553
1552
  .oui-h-\[22px\] {
1554
1553
  height: 22px;
1555
1554
  }
@@ -1571,12 +1570,18 @@ body {
1571
1570
  .oui-h-\[252px\] {
1572
1571
  height: 252px;
1573
1572
  }
1573
+ .oui-h-\[256px\] {
1574
+ height: 256px;
1575
+ }
1574
1576
  .oui-h-\[25px\] {
1575
1577
  height: 25px;
1576
1578
  }
1577
1579
  .oui-h-\[26px\] {
1578
1580
  height: 26px;
1579
1581
  }
1582
+ .oui-h-\[276px\] {
1583
+ height: 276px;
1584
+ }
1580
1585
  .oui-h-\[28px\] {
1581
1586
  height: 28px;
1582
1587
  }
@@ -2054,9 +2059,6 @@ body {
2054
2059
  .oui-w-\[20px\] {
2055
2060
  width: 20px;
2056
2061
  }
2057
- .oui-w-\[220px\] {
2058
- width: 220px;
2059
- }
2060
2062
  .oui-w-\[225px\] {
2061
2063
  width: 225px;
2062
2064
  }
@@ -2066,6 +2068,9 @@ body {
2066
2068
  .oui-w-\[240px\] {
2067
2069
  width: 240px;
2068
2070
  }
2071
+ .oui-w-\[256px\] {
2072
+ width: 256px;
2073
+ }
2069
2074
  .oui-w-\[260px\] {
2070
2075
  width: 260px;
2071
2076
  }
@@ -2223,6 +2228,9 @@ body {
2223
2228
  .oui-min-w-6 {
2224
2229
  min-width: 1.5rem;
2225
2230
  }
2231
+ .oui-min-w-\[100px\] {
2232
+ min-width: 100px;
2233
+ }
2226
2234
  .oui-min-w-\[1018px\] {
2227
2235
  min-width: 1018px;
2228
2236
  }
@@ -3300,22 +3308,10 @@ body {
3300
3308
  --tw-border-opacity: 1 !important;
3301
3309
  border-color: rgb(var(--oui-color-primary-light) / var(--tw-border-opacity, 1)) !important;
3302
3310
  }
3303
- .oui-border-\[\#38E2FE\] {
3304
- --tw-border-opacity: 1;
3305
- border-color: rgb(56 226 254 / var(--tw-border-opacity, 1));
3306
- }
3307
- .oui-border-\[\#B9D1FF\] {
3308
- --tw-border-opacity: 1;
3309
- border-color: rgb(185 209 255 / var(--tw-border-opacity, 1));
3310
- }
3311
3311
  .oui-border-\[\#d9d9d9\] {
3312
3312
  --tw-border-opacity: 1;
3313
3313
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
3314
3314
  }
3315
- .oui-border-\[\#faedff\] {
3316
- --tw-border-opacity: 1;
3317
- border-color: rgb(250 237 255 / var(--tw-border-opacity, 1));
3318
- }
3319
3315
  .oui-border-\[rgb\(var\(--oui-gradient-brand-start\)\)\] {
3320
3316
  border-color: rgb(var(--oui-gradient-brand-start));
3321
3317
  }
@@ -3371,6 +3367,9 @@ body {
3371
3367
  .oui-border-base-contrast\/\[0\.12\] {
3372
3368
  border-color: rgb(var(--oui-color-base-foreground) / 0.12);
3373
3369
  }
3370
+ .oui-border-base-static-contrast-20 {
3371
+ border-color: rgb(var(--oui-color-base-static-contrast) / 0.2);
3372
+ }
3374
3373
  .oui-border-danger {
3375
3374
  --tw-border-opacity: 1;
3376
3375
  border-color: rgb(var(--oui-color-danger) / var(--tw-border-opacity, 1));
@@ -3382,6 +3381,9 @@ body {
3382
3381
  .oui-border-line {
3383
3382
  border-color: rgb(var(--oui-color-line, 255 255 255) / 0.08);
3384
3383
  }
3384
+ .oui-border-line-10 {
3385
+ border-color: rgb(var(--oui-color-line, 255 255 255) / 0.10);
3386
+ }
3385
3387
  .oui-border-line-12 {
3386
3388
  border-color: rgb(var(--oui-color-line, 255 255 255) / 0.12);
3387
3389
  }
@@ -3394,6 +3396,10 @@ body {
3394
3396
  .oui-border-line-6 {
3395
3397
  border-color: rgb(var(--oui-color-line, 255 255 255) / 0.06);
3396
3398
  }
3399
+ .oui-border-link-light {
3400
+ --tw-border-opacity: 1;
3401
+ border-color: rgb(var(--oui-color-link-light) / var(--tw-border-opacity, 1));
3402
+ }
3397
3403
  .oui-border-primary {
3398
3404
  --tw-border-opacity: 1;
3399
3405
  border-color: rgb(var(--oui-color-primary) / var(--tw-border-opacity, 1));
@@ -3429,15 +3435,6 @@ body {
3429
3435
  --tw-border-opacity: 1;
3430
3436
  border-color: rgb(var(--oui-color-warning-light) / var(--tw-border-opacity, 1));
3431
3437
  }
3432
- .oui-border-white\/10 {
3433
- border-color: rgb(255 255 255 / 0.1);
3434
- }
3435
- .oui-border-white\/\[0\.12\] {
3436
- border-color: rgb(255 255 255 / 0.12);
3437
- }
3438
- .oui-border-white\/\[0\.36\] {
3439
- border-color: rgb(255 255 255 / 0.36);
3440
- }
3441
3438
  .oui-border-b-line-4 {
3442
3439
  border-bottom-color: rgb(var(--oui-color-line, 255 255 255) / 0.04);
3443
3440
  }
@@ -3459,14 +3456,6 @@ body {
3459
3456
  .oui-border-t-transparent {
3460
3457
  border-top-color: transparent;
3461
3458
  }
3462
- .\!oui-bg-\[\#131519\] {
3463
- --tw-bg-opacity: 1 !important;
3464
- background-color: rgb(19 21 25 / var(--tw-bg-opacity, 1)) !important;
3465
- }
3466
- .\!oui-bg-\[\#181C23\] {
3467
- --tw-bg-opacity: 1 !important;
3468
- background-color: rgb(24 28 35 / var(--tw-bg-opacity, 1)) !important;
3469
- }
3470
3459
  .\!oui-bg-base-10\/60 {
3471
3460
  background-color: rgb(var(--oui-color-base-10) / 0.6) !important;
3472
3461
  }
@@ -3474,6 +3463,10 @@ body {
3474
3463
  --tw-bg-opacity: 1 !important;
3475
3464
  background-color: rgb(var(--oui-color-base-8) / var(--tw-bg-opacity, 1)) !important;
3476
3465
  }
3466
+ .\!oui-bg-base-9 {
3467
+ --tw-bg-opacity: 1 !important;
3468
+ background-color: rgb(var(--oui-color-base-9) / var(--tw-bg-opacity, 1)) !important;
3469
+ }
3477
3470
  .\!oui-bg-primary-darken {
3478
3471
  --tw-bg-opacity: 1 !important;
3479
3472
  background-color: rgb(var(--oui-color-primary-darken) / var(--tw-bg-opacity, 1)) !important;
@@ -3485,22 +3478,10 @@ body {
3485
3478
  --tw-bg-opacity: 1;
3486
3479
  background-color: rgb(0 168 88 / var(--tw-bg-opacity, 1));
3487
3480
  }
3488
- .oui-bg-\[\#00A9DE\] {
3489
- --tw-bg-opacity: 1;
3490
- background-color: rgb(0 169 222 / var(--tw-bg-opacity, 1));
3491
- }
3492
3481
  .oui-bg-\[\#07080A\] {
3493
3482
  --tw-bg-opacity: 1;
3494
3483
  background-color: rgb(7 8 10 / var(--tw-bg-opacity, 1));
3495
3484
  }
3496
- .oui-bg-\[\#131519\] {
3497
- --tw-bg-opacity: 1;
3498
- background-color: rgb(19 21 25 / var(--tw-bg-opacity, 1));
3499
- }
3500
- .oui-bg-\[\#282e3a\] {
3501
- --tw-bg-opacity: 1;
3502
- background-color: rgb(40 46 58 / var(--tw-bg-opacity, 1));
3503
- }
3504
3485
  .oui-bg-\[\#283BEE\] {
3505
3486
  --tw-bg-opacity: 1;
3506
3487
  background-color: rgb(40 59 238 / var(--tw-bg-opacity, 1));
@@ -3513,10 +3494,6 @@ body {
3513
3494
  --tw-bg-opacity: 1;
3514
3495
  background-color: rgb(51 95 252 / var(--tw-bg-opacity, 1));
3515
3496
  }
3516
- .oui-bg-\[\#38E2FE\] {
3517
- --tw-bg-opacity: 1;
3518
- background-color: rgb(56 226 254 / var(--tw-bg-opacity, 1));
3519
- }
3520
3497
  .oui-bg-\[\#3D79A9\] {
3521
3498
  --tw-bg-opacity: 1;
3522
3499
  background-color: rgb(61 121 169 / var(--tw-bg-opacity, 1));
@@ -3525,14 +3502,6 @@ body {
3525
3502
  --tw-bg-opacity: 1;
3526
3503
  background-color: rgb(99 14 173 / var(--tw-bg-opacity, 1));
3527
3504
  }
3528
- .oui-bg-\[\#D25f00\] {
3529
- --tw-bg-opacity: 1;
3530
- background-color: rgb(210 95 0 / var(--tw-bg-opacity, 1));
3531
- }
3532
- .oui-bg-\[\#d25f00\] {
3533
- --tw-bg-opacity: 1;
3534
- background-color: rgb(210 95 0 / var(--tw-bg-opacity, 1));
3535
- }
3536
3505
  .oui-bg-\[\#d9d9d9\] {
3537
3506
  --tw-bg-opacity: 1;
3538
3507
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
@@ -3545,17 +3514,17 @@ body {
3545
3514
  --tw-bg-opacity: 1;
3546
3515
  background-color: rgb(211 211 211 / var(--tw-bg-opacity, 1));
3547
3516
  }
3517
+ .oui-bg-\[rgb\(var\(--oui-gradient-brand-start\)\)\] {
3518
+ background-color: rgb(var(--oui-gradient-brand-start));
3519
+ }
3548
3520
  .oui-bg-\[rgba\(0\,0\,0\,0\.48\)\] {
3549
3521
  background-color: rgba(0, 0, 0, 0.48);
3550
3522
  }
3551
- .oui-bg-\[rgba\(232\,136\,0\,0\.15\)\] {
3552
- background-color: rgba(232, 136, 0, 0.15);
3553
- }
3554
- .oui-bg-\[rgba\(255\,125\,0\,0\.1\)\] {
3555
- background-color: rgba(255, 125, 0, 0.1);
3523
+ .oui-bg-\[rgba\(var\(--oui-color-warning-darken\)\,0\.1\)\] {
3524
+ background-color: rgba(var(--oui-color-warning-darken), 0.1);
3556
3525
  }
3557
- .oui-bg-\[rgba\(255\,169\,64\,0\.70\)\] {
3558
- background-color: rgba(255, 169, 64, 0.70);
3526
+ .oui-bg-\[rgba\(var\(--oui-color-warning-darken\)\/0\.15\)\] {
3527
+ background-color: rgba(var(--oui-color-warning-darken)/0.15);
3559
3528
  }
3560
3529
  .oui-bg-\[rgba\(var\(--oui-gradient-brand-start\)\)\] {
3561
3530
  background-color: rgba(var(--oui-gradient-brand-start));
@@ -3609,26 +3578,41 @@ body {
3609
3578
  .oui-bg-base-contrast-12 {
3610
3579
  background-color: rgb(var(--oui-color-base-foreground) / 0.12);
3611
3580
  }
3581
+ .oui-bg-base-contrast-16 {
3582
+ background-color: rgb(var(--oui-color-base-foreground) / 0.16);
3583
+ }
3612
3584
  .oui-bg-base-contrast-20 {
3613
3585
  background-color: rgb(var(--oui-color-base-foreground) / 0.2);
3614
3586
  }
3587
+ .oui-bg-base-contrast-30 {
3588
+ background-color: rgb(var(--oui-color-base-foreground) / 0.30);
3589
+ }
3615
3590
  .oui-bg-base-contrast-36 {
3616
3591
  background-color: rgb(var(--oui-color-base-foreground) / 0.36);
3617
3592
  }
3618
3593
  .oui-bg-base-contrast-4 {
3619
3594
  background-color: rgb(var(--oui-color-base-foreground) / 0.04);
3620
3595
  }
3596
+ .oui-bg-base-contrast-54 {
3597
+ background-color: rgb(var(--oui-color-base-foreground) / 0.54);
3598
+ }
3599
+ .oui-bg-base-contrast-6 {
3600
+ background-color: rgb(var(--oui-color-base-foreground) / 0.06);
3601
+ }
3602
+ .oui-bg-base-contrast-8 {
3603
+ background-color: rgb(var(--oui-color-base-foreground) / 0.08);
3604
+ }
3621
3605
  .oui-bg-base-contrast-80 {
3622
3606
  background-color: rgb(var(--oui-color-base-foreground) / 0.80);
3623
3607
  }
3624
- .oui-bg-black\/80 {
3625
- background-color: rgb(0 0 0 / 0.8);
3608
+ .oui-bg-base-static {
3609
+ background-color: rgb(var(--oui-color-base-static) / 0.98);
3626
3610
  }
3627
- .oui-bg-black\/\[0\.08\] {
3628
- background-color: rgb(0 0 0 / 0.08);
3611
+ .oui-bg-base-static-contrast\/10 {
3612
+ background-color: rgb(var(--oui-color-base-static-contrast) / 0.1);
3629
3613
  }
3630
- .oui-bg-black\/\[0\.15\] {
3631
- background-color: rgb(0 0 0 / 0.15);
3614
+ .oui-bg-black\/80 {
3615
+ background-color: rgb(0 0 0 / 0.8);
3632
3616
  }
3633
3617
  .oui-bg-danger {
3634
3618
  --tw-bg-opacity: 1;
@@ -3689,6 +3673,10 @@ body {
3689
3673
  --tw-bg-opacity: 1;
3690
3674
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
3691
3675
  }
3676
+ .oui-bg-secondary {
3677
+ --tw-bg-opacity: 1;
3678
+ background-color: rgb(var(--oui-color-secondary) / var(--tw-bg-opacity, 1));
3679
+ }
3692
3680
  .oui-bg-success {
3693
3681
  --tw-bg-opacity: 1;
3694
3682
  background-color: rgb(var(--oui-color-success) / var(--tw-bg-opacity, 1));
@@ -3749,80 +3737,50 @@ body {
3749
3737
  .oui-bg-warning\/10 {
3750
3738
  background-color: rgb(var(--oui-color-warning) / 0.1);
3751
3739
  }
3740
+ .oui-bg-warning\/70 {
3741
+ background-color: rgb(var(--oui-color-warning) / 0.7);
3742
+ }
3752
3743
  .oui-bg-white {
3753
3744
  --tw-bg-opacity: 1;
3754
3745
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
3755
3746
  }
3756
- .oui-bg-white\/30 {
3757
- background-color: rgb(255 255 255 / 0.3);
3758
- }
3759
- .oui-bg-white\/80 {
3760
- background-color: rgb(255 255 255 / 0.8);
3761
- }
3762
- .oui-bg-white\/\[\.06\] {
3763
- background-color: rgb(255 255 255 / .06);
3764
- }
3765
- .oui-bg-white\/\[0\.04\] {
3766
- background-color: rgb(255 255 255 / 0.04);
3767
- }
3768
- .oui-bg-white\/\[0\.06\] {
3769
- background-color: rgb(255 255 255 / 0.06);
3770
- }
3771
- .oui-bg-white\/\[0\.08\] {
3772
- background-color: rgb(255 255 255 / 0.08);
3773
- }
3774
- .oui-bg-white\/\[0\.12\] {
3775
- background-color: rgb(255 255 255 / 0.12);
3776
- }
3777
- .oui-bg-white\/\[0\.16\] {
3778
- background-color: rgb(255 255 255 / 0.16);
3779
- }
3780
- .oui-bg-white\/\[0\.2\] {
3781
- background-color: rgb(255 255 255 / 0.2);
3782
- }
3783
- .oui-bg-white\/\[0\.54\] {
3784
- background-color: rgb(255 255 255 / 0.54);
3785
- }
3786
- .oui-bg-white\/\[0\.8\] {
3787
- background-color: rgb(255 255 255 / 0.8);
3788
- }
3789
- .oui-bg-\[linear-gradient\(15deg\,\#27FDFE_0\%\,transparent_30\%\)\] {
3747
+ .oui-bg-\[linear-gradient\(15deg\,rgb\(var\(--oui-color-link\)\)_-11\%\,transparent_30\%\,transparent_77\%\,rgb\(var\(--oui-color-success\)\)_100\%\)\] {
3790
3748
  background-image:
3791
3749
  linear-gradient(
3792
3750
  15deg,
3793
- #27FDFE 0%,
3794
- transparent 30%);
3751
+ rgb(var(--oui-color-link)) -11%,
3752
+ transparent 30%,
3753
+ transparent 77%,
3754
+ rgb(var(--oui-color-success)) 100%);
3795
3755
  }
3796
- .oui-bg-\[linear-gradient\(15deg\,\#283BEE_-11\%\,transparent_30\%\,transparent_77\%\,\#A53411_100\%\)\] {
3756
+ .oui-bg-\[linear-gradient\(15deg\,rgb\(var\(--oui-color-primary\)\)_-11\%\,transparent_30\%\,transparent_77\%\,rgb\(var\(--oui-color-danger-darken\)\)_100\%\)\] {
3797
3757
  background-image:
3798
3758
  linear-gradient(
3799
3759
  15deg,
3800
- #283BEE -11%,
3760
+ rgb(var(--oui-color-primary)) -11%,
3801
3761
  transparent 30%,
3802
3762
  transparent 77%,
3803
- #A53411 100%);
3763
+ rgb(var(--oui-color-danger-darken)) 100%);
3804
3764
  }
3805
- .oui-bg-\[linear-gradient\(15deg\,\#335FFC_0\%\,transparent_30\%\)\] {
3765
+ .oui-bg-\[linear-gradient\(15deg\,rgb\(var\(--oui-color-primary-darken\)\)_0\%\,transparent_30\%\)\] {
3806
3766
  background-image:
3807
3767
  linear-gradient(
3808
3768
  15deg,
3809
- #335FFC 0%,
3769
+ rgb(var(--oui-color-primary-darken)) 0%,
3810
3770
  transparent 30%);
3811
3771
  }
3812
- .oui-bg-\[linear-gradient\(15deg\,\#7400D0_-11\%\,transparent_30\%\,transparent_77\%\,\#009A7E_100\%\)\] {
3772
+ .oui-bg-\[linear-gradient\(15deg\,rgb\(var\(--oui-color-warning-darken\)\)_0\%\,transparent_30\%\)\] {
3813
3773
  background-image:
3814
3774
  linear-gradient(
3815
3775
  15deg,
3816
- #7400D0 -11%,
3817
- transparent 30%,
3818
- transparent 77%,
3819
- #009A7E 100%);
3776
+ rgb(var(--oui-color-warning-darken)) 0%,
3777
+ transparent 30%);
3820
3778
  }
3821
- .oui-bg-\[linear-gradient\(15deg\,\#D25F00_0\%\,transparent_30\%\)\] {
3779
+ .oui-bg-\[linear-gradient\(15deg\,rgb\(var\(--oui-gradient-brand-start\)\)_0\%\,transparent_30\%\)\] {
3822
3780
  background-image:
3823
3781
  linear-gradient(
3824
3782
  15deg,
3825
- #D25F00 0%,
3783
+ rgb(var(--oui-gradient-brand-start)) 0%,
3826
3784
  transparent 30%);
3827
3785
  }
3828
3786
  .oui-bg-\[linear-gradient\(270deg\,\#59B0FE_0\%\,\#26FEFE_100\%\)\] {
@@ -3867,12 +3825,12 @@ body {
3867
3825
  rgba(255, 255, 255, 0.0225) -2.05%,
3868
3826
  rgba(199, 199, 199, 0.45) 100%);
3869
3827
  }
3870
- .oui-bg-\[linear-gradient\(270deg\,rgba\(89\,176\,254\,0\.10\)_0\%\,rgba\(38\,254\,254\,0\.10\)_100\%\)\] {
3828
+ .oui-bg-\[linear-gradient\(270deg\,rgba\(var\(--oui-gradient-brand-end\)\,0\.10\)_0\%\,rgba\(var\(--oui-gradient-brand-start\)\,0\.10\)_100\%\)\] {
3871
3829
  background-image:
3872
3830
  linear-gradient(
3873
3831
  270deg,
3874
- rgba(89, 176, 254, 0.10) 0%,
3875
- rgba(38, 254, 254, 0.10) 100%);
3832
+ rgba(var(--oui-gradient-brand-end), 0.10) 0%,
3833
+ rgba(var(--oui-gradient-brand-start), 0.10) 100%);
3876
3834
  }
3877
3835
  .oui-bg-\[linear-gradient\(90deg\,rgba\(var\(--oui-color-base-9\)_\/_0\)_0\%\,rgba\(var\(--oui-color-base-9\)_\/_1\)_100\%\)\] {
3878
3836
  background-image:
@@ -3893,49 +3851,44 @@ body {
3893
3851
  .oui-bg-gradient-to-tr {
3894
3852
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
3895
3853
  }
3896
- .oui-from-\[\#26292E\] {
3897
- --tw-gradient-from: #26292E var(--tw-gradient-from-position);
3898
- --tw-gradient-to: rgb(38 41 46 / 0) var(--tw-gradient-to-position);
3854
+ .oui-from-\[\#FF7B00\] {
3855
+ --tw-gradient-from: #FF7B00 var(--tw-gradient-from-position);
3856
+ --tw-gradient-to: rgb(255 123 0 / 0) var(--tw-gradient-to-position);
3899
3857
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3900
3858
  }
3901
- .oui-from-\[\#26fefe\] {
3902
- --tw-gradient-from: #26fefe var(--tw-gradient-from-position);
3903
- --tw-gradient-to: rgb(38 254 254 / 0) var(--tw-gradient-to-position);
3859
+ .oui-from-\[rgb\(var\(--oui-gradient-brand-end\)\)\] {
3860
+ --tw-gradient-from: rgb(var(--oui-gradient-brand-end)) var(--tw-gradient-from-position);
3861
+ --tw-gradient-to: rgb(var(--oui-gradient-brand-end) / 0) var(--tw-gradient-to-position);
3904
3862
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3905
3863
  }
3906
- .oui-from-\[\#2d0061\] {
3907
- --tw-gradient-from: #2d0061 var(--tw-gradient-from-position);
3908
- --tw-gradient-to: rgb(45 0 97 / 0) var(--tw-gradient-to-position);
3864
+ .oui-from-\[rgb\(var\(--oui-gradient-brand-start\)\)\] {
3865
+ --tw-gradient-from: rgb(var(--oui-gradient-brand-start)) var(--tw-gradient-from-position);
3866
+ --tw-gradient-to: rgb(var(--oui-gradient-brand-start) / 0) var(--tw-gradient-to-position);
3909
3867
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3910
3868
  }
3911
- .oui-from-\[\#59b0fe\] {
3912
- --tw-gradient-from: #59b0fe var(--tw-gradient-from-position);
3913
- --tw-gradient-to: rgb(89 176 254 / 0) var(--tw-gradient-to-position);
3869
+ .oui-from-\[rgb\(var\(--oui-gradient-brand-start\)_\/_0\.12\)\] {
3870
+ --tw-gradient-from: rgb(var(--oui-gradient-brand-start) / 0.12) var(--tw-gradient-from-position);
3871
+ --tw-gradient-to: rgb(var(--oui-gradient-brand-start) / 0) var(--tw-gradient-to-position);
3914
3872
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3915
3873
  }
3916
- .oui-from-\[\#791438\] {
3917
- --tw-gradient-from: #791438 var(--tw-gradient-from-position);
3918
- --tw-gradient-to: rgb(121 20 56 / 0) var(--tw-gradient-to-position);
3874
+ .oui-from-\[rgb\(var\(--oui-gradient-danger-end\)\)\] {
3875
+ --tw-gradient-from: rgb(var(--oui-gradient-danger-end)) var(--tw-gradient-from-position);
3876
+ --tw-gradient-to: rgb(var(--oui-gradient-danger-end) / 0) var(--tw-gradient-to-position);
3919
3877
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3920
3878
  }
3921
- .oui-from-\[\#792e00\] {
3922
- --tw-gradient-from: #792e00 var(--tw-gradient-from-position);
3923
- --tw-gradient-to: rgb(121 46 0 / 0) var(--tw-gradient-to-position);
3879
+ .oui-from-\[rgb\(var\(--oui-gradient-neutral-start\)\)\] {
3880
+ --tw-gradient-from: rgb(var(--oui-gradient-neutral-start)) var(--tw-gradient-from-position);
3881
+ --tw-gradient-to: rgb(var(--oui-gradient-neutral-start) / 0) var(--tw-gradient-to-position);
3924
3882
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3925
3883
  }
3926
- .oui-from-\[\#FF7B00\] {
3927
- --tw-gradient-from: #FF7B00 var(--tw-gradient-from-position);
3928
- --tw-gradient-to: rgb(255 123 0 / 0) var(--tw-gradient-to-position);
3884
+ .oui-from-\[rgb\(var\(--oui-gradient-secondary-end\)\)\] {
3885
+ --tw-gradient-from: rgb(var(--oui-gradient-secondary-end)) var(--tw-gradient-from-position);
3886
+ --tw-gradient-to: rgb(var(--oui-gradient-secondary-end) / 0) var(--tw-gradient-to-position);
3929
3887
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3930
3888
  }
3931
- .oui-from-\[rgb\(var\(--oui-gradient-brand-start\)\)\] {
3932
- --tw-gradient-from: rgb(var(--oui-gradient-brand-start)) var(--tw-gradient-from-position);
3933
- --tw-gradient-to: rgb(var(--oui-gradient-brand-start) / 0) var(--tw-gradient-to-position);
3934
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3935
- }
3936
- .oui-from-\[rgb\(var\(--oui-gradient-brand-start\)_\/_0\.12\)\] {
3937
- --tw-gradient-from: rgb(var(--oui-gradient-brand-start) / 0.12) var(--tw-gradient-from-position);
3938
- --tw-gradient-to: rgb(var(--oui-gradient-brand-start) / 0) var(--tw-gradient-to-position);
3889
+ .oui-from-\[rgb\(var\(--oui-gradient-warning-end\)\)\] {
3890
+ --tw-gradient-from: rgb(var(--oui-gradient-warning-end)) var(--tw-gradient-from-position);
3891
+ --tw-gradient-to: rgb(var(--oui-gradient-warning-end) / 0) var(--tw-gradient-to-position);
3939
3892
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3940
3893
  }
3941
3894
  .oui-from-\[rgba\(var\(--oui-gradient-brand-end\)\/0\)\] {
@@ -3966,33 +3919,18 @@ body {
3966
3919
  .oui-from-\[-20\%\] {
3967
3920
  --tw-gradient-from-position: -20%;
3968
3921
  }
3969
- .oui-via-\[\#ff7d00\] {
3970
- --tw-gradient-to: rgb(255 125 0 / 0) var(--tw-gradient-to-position);
3922
+ .oui-via-\[rgb\(var\(--oui-color-warning-darken\)\)\] {
3923
+ --tw-gradient-to: rgb(var(--oui-color-warning-darken) / 0) var(--tw-gradient-to-position);
3971
3924
  --tw-gradient-stops:
3972
3925
  var(--tw-gradient-from),
3973
- #ff7d00 var(--tw-gradient-via-position),
3926
+ rgb(var(--oui-color-warning-darken)) var(--tw-gradient-via-position),
3974
3927
  var(--tw-gradient-to);
3975
3928
  }
3976
- .oui-to-\[\#1B1D22\] {
3977
- --tw-gradient-to: #1B1D22 var(--tw-gradient-to-position);
3978
- }
3979
- .oui-to-\[\#26fefe\] {
3980
- --tw-gradient-to: #26fefe var(--tw-gradient-to-position);
3981
- }
3982
3929
  .oui-to-\[\#FFEA00\] {
3983
3930
  --tw-gradient-to: #FFEA00 var(--tw-gradient-to-position);
3984
3931
  }
3985
- .oui-to-\[\#bd6bed\] {
3986
- --tw-gradient-to: #bd6bed var(--tw-gradient-to-position);
3987
- }
3988
- .oui-to-\[\#d92d6b\] {
3989
- --tw-gradient-to: #d92d6b var(--tw-gradient-to-position);
3990
- }
3991
- .oui-to-\[\#ff447c\] {
3992
- --tw-gradient-to: #ff447c var(--tw-gradient-to-position);
3993
- }
3994
- .oui-to-\[\#ffb65d\] {
3995
- --tw-gradient-to: #ffb65d var(--tw-gradient-to-position);
3932
+ .oui-to-\[rgb\(var\(--oui-color-danger-darken\)\)\] {
3933
+ --tw-gradient-to: rgb(var(--oui-color-danger-darken)) var(--tw-gradient-to-position);
3996
3934
  }
3997
3935
  .oui-to-\[rgb\(var\(--oui-gradient-brand-end\)\)\] {
3998
3936
  --tw-gradient-to: rgb(var(--oui-gradient-brand-end)) var(--tw-gradient-to-position);
@@ -4000,6 +3938,21 @@ body {
4000
3938
  .oui-to-\[rgb\(var\(--oui-gradient-brand-end\)_\/_0\.12\)\] {
4001
3939
  --tw-gradient-to: rgb(var(--oui-gradient-brand-end) / 0.12) var(--tw-gradient-to-position);
4002
3940
  }
3941
+ .oui-to-\[rgb\(var\(--oui-gradient-brand-start\)\)\] {
3942
+ --tw-gradient-to: rgb(var(--oui-gradient-brand-start)) var(--tw-gradient-to-position);
3943
+ }
3944
+ .oui-to-\[rgb\(var\(--oui-gradient-danger-start\)\)\] {
3945
+ --tw-gradient-to: rgb(var(--oui-gradient-danger-start)) var(--tw-gradient-to-position);
3946
+ }
3947
+ .oui-to-\[rgb\(var\(--oui-gradient-neutral-end\)\)\] {
3948
+ --tw-gradient-to: rgb(var(--oui-gradient-neutral-end)) var(--tw-gradient-to-position);
3949
+ }
3950
+ .oui-to-\[rgb\(var\(--oui-gradient-secondary-start\)\)\] {
3951
+ --tw-gradient-to: rgb(var(--oui-gradient-secondary-start)) var(--tw-gradient-to-position);
3952
+ }
3953
+ .oui-to-\[rgb\(var\(--oui-gradient-warning-start\)\)\] {
3954
+ --tw-gradient-to: rgb(var(--oui-gradient-warning-start)) var(--tw-gradient-to-position);
3955
+ }
4003
3956
  .oui-to-\[rgba\(var\(--oui-gradient-brand-end\)\)\] {
4004
3957
  --tw-gradient-to: rgba(var(--oui-gradient-brand-end)) var(--tw-gradient-to-position);
4005
3958
  }
@@ -4043,9 +3996,6 @@ body {
4043
3996
  .\!oui-fill-base-6 {
4044
3997
  fill: rgb(var(--oui-color-base-6) / 1) !important;
4045
3998
  }
4046
- .oui-fill-\[rgba\(255\,255\,255\,0\.36\)\] {
4047
- fill: rgba(255, 255, 255, 0.36);
4048
- }
4049
3999
  .oui-fill-base-4 {
4050
4000
  fill: rgb(var(--oui-color-base-4) / 1);
4051
4001
  }
@@ -4055,9 +4005,21 @@ body {
4055
4005
  .oui-fill-base-6 {
4056
4006
  fill: rgb(var(--oui-color-base-6) / 1);
4057
4007
  }
4008
+ .oui-fill-base-7 {
4009
+ fill: rgb(var(--oui-color-base-7) / 1);
4010
+ }
4058
4011
  .oui-fill-base-8 {
4059
4012
  fill: rgb(var(--oui-color-base-8) / 1);
4060
4013
  }
4014
+ .oui-fill-base-contrast {
4015
+ fill: rgb(var(--oui-color-base-foreground) / 0.98);
4016
+ }
4017
+ .oui-fill-base-contrast-12 {
4018
+ fill: rgb(var(--oui-color-base-foreground) / 0.12);
4019
+ }
4020
+ .oui-fill-base-contrast-16 {
4021
+ fill: rgb(var(--oui-color-base-foreground) / 0.16);
4022
+ }
4061
4023
  .oui-fill-base-contrast-20 {
4062
4024
  fill: rgb(var(--oui-color-base-foreground) / 0.2);
4063
4025
  }
@@ -4067,6 +4029,12 @@ body {
4067
4029
  .oui-fill-base-contrast-54 {
4068
4030
  fill: rgb(var(--oui-color-base-foreground) / 0.54);
4069
4031
  }
4032
+ .oui-fill-base-contrast-6 {
4033
+ fill: rgb(var(--oui-color-base-foreground) / 0.06);
4034
+ }
4035
+ .oui-fill-base-contrast-80 {
4036
+ fill: rgb(var(--oui-color-base-foreground) / 0.80);
4037
+ }
4070
4038
  .oui-fill-current {
4071
4039
  fill: currentColor;
4072
4040
  }
@@ -4076,6 +4044,9 @@ body {
4076
4044
  .oui-fill-danger-light {
4077
4045
  fill: rgb(var(--oui-color-danger-light) / 1);
4078
4046
  }
4047
+ .oui-fill-primary {
4048
+ fill: rgb(var(--oui-color-primary) / 1);
4049
+ }
4079
4050
  .oui-fill-primary-contrast {
4080
4051
  fill: rgb(var(--oui-color-primary-contrast) / 1);
4081
4052
  }
@@ -4091,12 +4062,18 @@ body {
4091
4062
  .oui-fill-success {
4092
4063
  fill: rgb(var(--oui-color-success) / 1);
4093
4064
  }
4065
+ .oui-fill-success-darken {
4066
+ fill: rgb(var(--oui-color-success-darken) / 1);
4067
+ }
4094
4068
  .oui-fill-success-light {
4095
4069
  fill: rgb(var(--oui-color-success-light) / 1);
4096
4070
  }
4097
4071
  .oui-fill-transparent {
4098
4072
  fill: transparent;
4099
4073
  }
4074
+ .oui-fill-warning {
4075
+ fill: rgb(var(--oui-color-warning) / 1);
4076
+ }
4100
4077
  .oui-fill-warning-darken {
4101
4078
  fill: rgb(var(--oui-color-warning-darken) / 1);
4102
4079
  }
@@ -4106,15 +4083,6 @@ body {
4106
4083
  .oui-fill-white {
4107
4084
  fill: #fff;
4108
4085
  }
4109
- .oui-fill-white\/\[\.36\] {
4110
- fill: rgb(255 255 255 / .36);
4111
- }
4112
- .oui-fill-white\/\[\.54\] {
4113
- fill: rgb(255 255 255 / .54);
4114
- }
4115
- .oui-fill-white\/\[\.98\] {
4116
- fill: rgb(255 255 255 / .98);
4117
- }
4118
4086
  .oui-object-contain {
4119
4087
  -o-object-fit: contain;
4120
4088
  object-fit: contain;
@@ -4798,23 +4766,12 @@ body {
4798
4766
  --tw-text-opacity: 1;
4799
4767
  color: rgb(99 102 109 / var(--tw-text-opacity, 1));
4800
4768
  }
4801
- .oui-text-\[\#D25f00\] {
4802
- --tw-text-opacity: 1;
4803
- color: rgb(210 95 0 / var(--tw-text-opacity, 1));
4804
- }
4805
- .oui-text-\[\#FF7D00\] {
4806
- --tw-text-opacity: 1;
4807
- color: rgb(255 125 0 / var(--tw-text-opacity, 1));
4808
- }
4809
4769
  .oui-text-\[rgb\(var\(--oui-gradient-brand-start\)\)\] {
4810
4770
  color: rgb(var(--oui-gradient-brand-start));
4811
4771
  }
4812
4772
  .oui-text-\[rgba\(0\,0\,0\,\.88\)\] {
4813
4773
  color: rgba(0, 0, 0, .88);
4814
4774
  }
4815
- .oui-text-\[rgba\(0\,0\,0\,0\.88\)\] {
4816
- color: rgba(0, 0, 0, 0.88);
4817
- }
4818
4775
  .oui-text-\[rgba\(255\,154\,46\,1\)\] {
4819
4776
  color: rgba(255, 154, 46, 1);
4820
4777
  }
@@ -4822,6 +4779,10 @@ body {
4822
4779
  --tw-text-opacity: 1;
4823
4780
  color: rgb(var(--oui-color-base-1) / var(--tw-text-opacity, 1));
4824
4781
  }
4782
+ .oui-text-base-10 {
4783
+ --tw-text-opacity: 1;
4784
+ color: rgb(var(--oui-color-base-10) / var(--tw-text-opacity, 1));
4785
+ }
4825
4786
  .oui-text-base-5 {
4826
4787
  --tw-text-opacity: 1;
4827
4788
  color: rgb(var(--oui-color-base-5) / var(--tw-text-opacity, 1));
@@ -4849,6 +4810,9 @@ body {
4849
4810
  .oui-text-base-contrast-54 {
4850
4811
  color: rgb(var(--oui-color-base-foreground) / 0.54);
4851
4812
  }
4813
+ .oui-text-base-contrast-8 {
4814
+ color: rgb(var(--oui-color-base-foreground) / 0.08);
4815
+ }
4852
4816
  .oui-text-base-contrast-80 {
4853
4817
  color: rgb(var(--oui-color-base-foreground) / 0.80);
4854
4818
  }
@@ -4861,18 +4825,27 @@ body {
4861
4825
  .oui-text-base-contrast\/60 {
4862
4826
  color: rgb(var(--oui-color-base-foreground) / 0.6);
4863
4827
  }
4864
- .oui-text-black {
4865
- --tw-text-opacity: 1;
4866
- color: rgb(0 0 0 / var(--tw-text-opacity, 1));
4828
+ .oui-text-base-static {
4829
+ color: rgb(var(--oui-color-base-static) / 0.98);
4830
+ }
4831
+ .oui-text-base-static-54 {
4832
+ color: rgb(var(--oui-color-base-static) / 0.54);
4867
4833
  }
4868
- .oui-text-black\/\[\.88\] {
4869
- color: rgb(0 0 0 / .88);
4834
+ .oui-text-base-static-80 {
4835
+ color: rgb(var(--oui-color-base-static) / 0.80);
4870
4836
  }
4871
- .oui-text-black\/\[0\.2\] {
4872
- color: rgb(0 0 0 / 0.2);
4837
+ .oui-text-base-static-contrast {
4838
+ color: rgb(var(--oui-color-base-static-contrast) / 0.98);
4873
4839
  }
4874
- .oui-text-black\/\[0\.88\] {
4875
- color: rgb(0 0 0 / 0.88);
4840
+ .oui-text-base-static-contrast-20 {
4841
+ color: rgb(var(--oui-color-base-static-contrast) / 0.2);
4842
+ }
4843
+ .oui-text-base-static-contrast-80 {
4844
+ color: rgb(var(--oui-color-base-static-contrast) / 0.80);
4845
+ }
4846
+ .oui-text-black {
4847
+ --tw-text-opacity: 1;
4848
+ color: rgb(0 0 0 / var(--tw-text-opacity, 1));
4876
4849
  }
4877
4850
  .oui-text-current {
4878
4851
  color: currentColor;
@@ -4930,6 +4903,9 @@ body {
4930
4903
  --tw-text-opacity: 1;
4931
4904
  color: rgb(var(--oui-color-secondary) / var(--tw-text-opacity, 1));
4932
4905
  }
4906
+ .oui-text-secondary\/80 {
4907
+ color: rgb(var(--oui-color-secondary) / 0.8);
4908
+ }
4933
4909
  .oui-text-secondary\/\[0\.36\] {
4934
4910
  color: rgb(var(--oui-color-secondary) / 0.36);
4935
4911
  }
@@ -4983,13 +4959,6 @@ body {
4983
4959
  --tw-text-opacity: 1;
4984
4960
  color: rgb(var(--oui-color-warning-light) / var(--tw-text-opacity, 1));
4985
4961
  }
4986
- .oui-text-white {
4987
- --tw-text-opacity: 1;
4988
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
4989
- }
4990
- .oui-text-white\/\[\.36\] {
4991
- color: rgb(255 255 255 / .36);
4992
- }
4993
4962
  .oui-underline {
4994
4963
  text-decoration-line: underline;
4995
4964
  }
@@ -5032,8 +5001,8 @@ body {
5032
5001
  .oui-placeholder-base-contrast-20::placeholder {
5033
5002
  color: rgb(var(--oui-color-base-foreground) / 0.2);
5034
5003
  }
5035
- .oui-caret-\[rgba\(217\,217\,217\,1\)\] {
5036
- caret-color: rgba(217, 217, 217, 1);
5004
+ .oui-caret-\[rgb\(var\(--oui-color-tertiary\)\)\] {
5005
+ caret-color: rgb(var(--oui-color-tertiary));
5037
5006
  }
5038
5007
  .oui-opacity-0 {
5039
5008
  opacity: 0;
@@ -5661,10 +5630,6 @@ body {
5661
5630
  content: var(--tw-content);
5662
5631
  background-color: transparent !important;
5663
5632
  }
5664
- .after\:oui-bg-white\/50::after {
5665
- content: var(--tw-content);
5666
- background-color: rgb(255 255 255 / 0.5);
5667
- }
5668
5633
  .after\:\!oui-shadow-transparent::after {
5669
5634
  content: var(--tw-content);
5670
5635
  --tw-shadow-color: transparent !important;
@@ -5694,6 +5659,9 @@ body {
5694
5659
  --tw-border-opacity: 1;
5695
5660
  border-color: rgb(var(--oui-color-primary-light) / var(--tw-border-opacity, 1));
5696
5661
  }
5662
+ .focus-within\:oui-border-transparent:focus-within {
5663
+ border-color: transparent;
5664
+ }
5697
5665
  .focus-within\:oui-border-warning-light:focus-within {
5698
5666
  --tw-border-opacity: 1;
5699
5667
  border-color: rgb(var(--oui-color-warning-light) / var(--tw-border-opacity, 1));
@@ -5793,6 +5761,9 @@ body {
5793
5761
  --tw-bg-opacity: 1;
5794
5762
  background-color: rgb(var(--oui-color-base-8) / var(--tw-bg-opacity, 1));
5795
5763
  }
5764
+ .hover\:oui-bg-base-static-80:hover {
5765
+ background-color: rgb(var(--oui-color-base-static) / 0.80);
5766
+ }
5796
5767
  .hover\:oui-bg-danger-darken\/80:hover {
5797
5768
  background-color: rgb(var(--oui-color-danger-darken) / 0.8);
5798
5769
  }
@@ -5845,9 +5816,6 @@ body {
5845
5816
  .hover\:oui-bg-warning-darken\/80:hover {
5846
5817
  background-color: rgb(var(--oui-color-warning-darken) / 0.8);
5847
5818
  }
5848
- .hover\:oui-bg-white\/80:hover {
5849
- background-color: rgb(255 255 255 / 0.8);
5850
- }
5851
5819
  .hover\:oui-fill-base-contrast:hover {
5852
5820
  fill: rgb(var(--oui-color-base-foreground) / 0.98);
5853
5821
  }
@@ -5860,12 +5828,6 @@ body {
5860
5828
  .hover\:oui-fill-primary-light:hover {
5861
5829
  fill: rgb(var(--oui-color-primary-light) / 1);
5862
5830
  }
5863
- .hover\:oui-fill-white\/80:hover {
5864
- fill: rgb(255 255 255 / 0.8);
5865
- }
5866
- .hover\:oui-fill-white\/\[\.98\]:hover {
5867
- fill: rgb(255 255 255 / .98);
5868
- }
5869
5831
  .hover\:oui-text-\[rgba\(255\,154\,46\,1\)\]:hover {
5870
5832
  color: rgba(255, 154, 46, 1);
5871
5833
  }
@@ -5882,6 +5844,13 @@ body {
5882
5844
  --tw-text-opacity: 1;
5883
5845
  color: rgb(var(--oui-color-primary-darken) / var(--tw-text-opacity, 1));
5884
5846
  }
5847
+ .hover\:oui-text-primary-darken\/80:hover {
5848
+ color: rgb(var(--oui-color-primary-darken) / 0.8);
5849
+ }
5850
+ .hover\:oui-text-secondary:hover {
5851
+ --tw-text-opacity: 1;
5852
+ color: rgb(var(--oui-color-secondary) / var(--tw-text-opacity, 1));
5853
+ }
5885
5854
  .hover\:oui-text-secondary\/80:hover {
5886
5855
  color: rgb(var(--oui-color-secondary) / 0.8);
5887
5856
  }
@@ -5889,9 +5858,6 @@ body {
5889
5858
  --tw-text-opacity: 1;
5890
5859
  color: rgb(var(--oui-color-warning-darken) / var(--tw-text-opacity, 1));
5891
5860
  }
5892
- .hover\:oui-text-white\/80:hover {
5893
- color: rgb(255 255 255 / 0.8);
5894
- }
5895
5861
  .hover\:oui-opacity-100:hover {
5896
5862
  opacity: 1;
5897
5863
  }
@@ -6033,6 +5999,9 @@ body {
6033
5999
  --tw-bg-opacity: 1;
6034
6000
  background-color: rgb(var(--oui-color-base-6) / var(--tw-bg-opacity, 1));
6035
6001
  }
6002
+ .active\:oui-bg-base-static-54:active {
6003
+ background-color: rgb(var(--oui-color-base-static) / 0.54);
6004
+ }
6036
6005
  .active\:oui-bg-danger-darken\/80:active {
6037
6006
  background-color: rgb(var(--oui-color-danger-darken) / 0.8);
6038
6007
  }
@@ -6051,9 +6020,6 @@ body {
6051
6020
  .active\:oui-bg-warning-darken\/70:active {
6052
6021
  background-color: rgb(var(--oui-color-warning-darken) / 0.7);
6053
6022
  }
6054
- .active\:oui-bg-white\/50:active {
6055
- background-color: rgb(255 255 255 / 0.5);
6056
- }
6057
6023
  .active\:\!oui-shadow-\[0px_0px_4px_0px\]:active {
6058
6024
  --tw-shadow: 0px 0px 4px 0px !important;
6059
6025
  --tw-shadow-colored: 0px 0px 4px 0px var(--tw-shadow-color) !important;
@@ -6086,20 +6052,20 @@ body {
6086
6052
  --tw-bg-opacity: 1;
6087
6053
  background-color: rgb(var(--oui-color-base-3) / var(--tw-bg-opacity, 1));
6088
6054
  }
6055
+ .disabled\:oui-bg-base-static-36:disabled {
6056
+ background-color: rgb(var(--oui-color-base-static) / 0.36);
6057
+ }
6089
6058
  .disabled\:oui-bg-transparent:disabled {
6090
6059
  background-color: transparent;
6091
6060
  }
6092
- .disabled\:oui-bg-white\/30:disabled {
6093
- background-color: rgb(255 255 255 / 0.3);
6094
- }
6095
6061
  .disabled\:oui-text-base-contrast-20:disabled {
6096
6062
  color: rgb(var(--oui-color-base-foreground) / 0.2);
6097
6063
  }
6098
6064
  .disabled\:oui-text-base-contrast-36:disabled {
6099
6065
  color: rgb(var(--oui-color-base-foreground) / 0.36);
6100
6066
  }
6101
- .disabled\:oui-text-black\/\[\.36\]:disabled {
6102
- color: rgb(0 0 0 / .36);
6067
+ .disabled\:oui-text-base-static-contrast-36:disabled {
6068
+ color: rgb(var(--oui-color-base-static-contrast) / 0.36);
6103
6069
  }
6104
6070
  .disabled\:oui-opacity-30:disabled {
6105
6071
  opacity: 0.3;
@@ -6114,8 +6080,8 @@ body {
6114
6080
  .disabled\:hover\:oui-bg-transparent:hover:disabled {
6115
6081
  background-color: transparent;
6116
6082
  }
6117
- .hover\:disabled\:oui-bg-white\/30:disabled:hover {
6118
- background-color: rgb(255 255 255 / 0.3);
6083
+ .hover\:disabled\:oui-bg-base-static-36:disabled:hover {
6084
+ background-color: rgb(var(--oui-color-base-static) / 0.36);
6119
6085
  }
6120
6086
  .oui-group:first-child .group-first\:oui-rounded-t-xl {
6121
6087
  border-top-left-radius: var(--oui-rounded-xl, 0.75rem);
@@ -6467,10 +6433,9 @@ body {
6467
6433
  content: var(--tw-content);
6468
6434
  border-radius: var(--oui-rounded-full, 9999px);
6469
6435
  }
6470
- .data-\[state\=active\]\:after\:oui-bg-white[data-state=active]::after {
6436
+ .data-\[state\=active\]\:after\:oui-bg-base-contrast[data-state=active]::after {
6471
6437
  content: var(--tw-content);
6472
- --tw-bg-opacity: 1;
6473
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
6438
+ background-color: rgb(var(--oui-color-base-foreground) / 0.98);
6474
6439
  }
6475
6440
  .data-\[state\=active\]\:after\:oui-content-\[\'\'\][data-state=active]::after {
6476
6441
  --tw-content: "";
@@ -8079,12 +8044,19 @@ body {
8079
8044
  .\[\&_\.oui-table-pagination\]\:\!oui-justify-end .oui-table-pagination {
8080
8045
  justify-content: flex-end !important;
8081
8046
  }
8047
+ .\[\&_button\]\:oui-border-secondary\/80 button {
8048
+ border-color: rgb(var(--oui-color-secondary) / 0.8);
8049
+ }
8082
8050
  .\[\&_img\]\:\!oui-h-\[18px\] img {
8083
8051
  height: 18px !important;
8084
8052
  }
8085
8053
  .\[\&_p\]\:oui-text-base-contrast-36 p {
8086
8054
  color: rgb(var(--oui-color-base-foreground) / 0.36);
8087
8055
  }
8056
+ .\[\&_svg\]\:oui-text-secondary svg {
8057
+ --tw-text-opacity: 1;
8058
+ color: rgb(var(--oui-color-secondary) / var(--tw-text-opacity, 1));
8059
+ }
8088
8060
  .\[\&_td\]\:\!oui-px-3 td {
8089
8061
  padding-left: 0.75rem !important;
8090
8062
  padding-right: 0.75rem !important;