@kodiak-finance/orderly-ui 2.9.2 → 2.9.3

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
@@ -527,6 +527,9 @@ body {
527
527
  .oui-inset-0 {
528
528
  inset: 0px;
529
529
  }
530
+ .oui-inset-3 {
531
+ inset: 0.75rem;
532
+ }
530
533
  .oui-inset-x-0 {
531
534
  left: 0px;
532
535
  right: 0px;
@@ -548,17 +551,17 @@ body {
548
551
  .\!oui-top-1 {
549
552
  top: 0.25rem !important;
550
553
  }
551
- .-oui-right-3 {
552
- right: -0.75rem;
554
+ .-oui-end-3 {
555
+ inset-inline-end: -0.75rem;
553
556
  }
554
- .-oui-right-\[1px\] {
555
- right: -1px;
557
+ .-oui-end-\[1px\] {
558
+ inset-inline-end: -1px;
556
559
  }
557
- .-oui-right-\[6px\] {
558
- right: -6px;
560
+ .-oui-end-\[6px\] {
561
+ inset-inline-end: -6px;
559
562
  }
560
- .-oui-right-px {
561
- right: -1px;
563
+ .-oui-end-px {
564
+ inset-inline-end: -1px;
562
565
  }
563
566
  .-oui-top-4 {
564
567
  top: -1rem;
@@ -581,11 +584,11 @@ body {
581
584
  .oui--bottom-12 {
582
585
  bottom: -3rem;
583
586
  }
584
- .oui--left-12 {
585
- left: -3rem;
587
+ .oui--end-12 {
588
+ inset-inline-end: -3rem;
586
589
  }
587
- .oui--right-12 {
588
- right: -3rem;
590
+ .oui--start-12 {
591
+ inset-inline-start: -3rem;
589
592
  }
590
593
  .oui--top-12 {
591
594
  top: -3rem;
@@ -614,71 +617,71 @@ body {
614
617
  .oui-bottom-full {
615
618
  bottom: 100%;
616
619
  }
617
- .oui-end-\[-20px\] {
618
- inset-inline-end: -20px;
620
+ .oui-end-0 {
621
+ inset-inline-end: 0px;
619
622
  }
620
- .oui-left-0 {
621
- left: 0px;
623
+ .oui-end-1 {
624
+ inset-inline-end: 0.25rem;
622
625
  }
623
- .oui-left-1 {
624
- left: 0.25rem;
626
+ .oui-end-2 {
627
+ inset-inline-end: 0.5rem;
625
628
  }
626
- .oui-left-1\/2 {
627
- left: 50%;
629
+ .oui-end-3 {
630
+ inset-inline-end: 0.75rem;
628
631
  }
629
- .oui-left-2 {
630
- left: 0.5rem;
632
+ .oui-end-4 {
633
+ inset-inline-end: 1rem;
631
634
  }
632
- .oui-left-3 {
633
- left: 0.75rem;
635
+ .oui-end-\[-1\.5px\] {
636
+ inset-inline-end: -1.5px;
634
637
  }
635
- .oui-left-6 {
636
- left: 1.5rem;
638
+ .oui-end-\[-100\%\] {
639
+ inset-inline-end: -100%;
637
640
  }
638
- .oui-left-\[-1\.5px\] {
639
- left: -1.5px;
641
+ .oui-end-\[-20px\] {
642
+ inset-inline-end: -20px;
640
643
  }
641
- .oui-left-\[-100\%\] {
642
- left: -100%;
644
+ .oui-end-\[1px\] {
645
+ inset-inline-end: 1px;
643
646
  }
644
- .oui-left-\[-9px\] {
645
- left: -9px;
647
+ .oui-left-\[50\%\] {
648
+ left: 50%;
646
649
  }
647
- .oui-left-\[10px\] {
648
- left: 10px;
650
+ .oui-start-0 {
651
+ inset-inline-start: 0px;
649
652
  }
650
- .oui-left-\[30px\] {
651
- left: 30px;
653
+ .oui-start-1 {
654
+ inset-inline-start: 0.25rem;
652
655
  }
653
- .oui-left-\[4px\] {
654
- left: 4px;
656
+ .oui-start-1\/2 {
657
+ inset-inline-start: 50%;
655
658
  }
656
- .oui-left-\[50\%\] {
657
- left: 50%;
659
+ .oui-start-2 {
660
+ inset-inline-start: 0.5rem;
658
661
  }
659
- .oui-right-0 {
660
- right: 0px;
662
+ .oui-start-3 {
663
+ inset-inline-start: 0.75rem;
661
664
  }
662
- .oui-right-1 {
663
- right: 0.25rem;
665
+ .oui-start-6 {
666
+ inset-inline-start: 1.5rem;
664
667
  }
665
- .oui-right-2 {
666
- right: 0.5rem;
668
+ .oui-start-\[-1\.5px\] {
669
+ inset-inline-start: -1.5px;
667
670
  }
668
- .oui-right-3 {
669
- right: 0.75rem;
671
+ .oui-start-\[-100\%\] {
672
+ inset-inline-start: -100%;
670
673
  }
671
- .oui-right-4 {
672
- right: 1rem;
674
+ .oui-start-\[-9px\] {
675
+ inset-inline-start: -9px;
673
676
  }
674
- .oui-right-\[-1\.5px\] {
675
- right: -1.5px;
677
+ .oui-start-\[10px\] {
678
+ inset-inline-start: 10px;
676
679
  }
677
- .oui-right-\[-100\%\] {
678
- right: -100%;
680
+ .oui-start-\[30px\] {
681
+ inset-inline-start: 30px;
679
682
  }
680
- .oui-right-\[1px\] {
681
- right: 1px;
683
+ .oui-start-\[4px\] {
684
+ inset-inline-start: 4px;
682
685
  }
683
686
  .oui-top-0 {
684
687
  top: 0px;
@@ -1048,14 +1051,17 @@ body {
1048
1051
  .-oui-mb-5 {
1049
1052
  margin-bottom: -1.25rem;
1050
1053
  }
1051
- .-oui-ml-2 {
1052
- margin-left: -0.5rem;
1054
+ .-oui-me-4 {
1055
+ margin-inline-end: -1rem;
1053
1056
  }
1054
- .-oui-ml-4 {
1055
- margin-left: -1rem;
1057
+ .-oui-me-\[4px\] {
1058
+ margin-inline-end: -4px;
1056
1059
  }
1057
- .-oui-mr-4 {
1058
- margin-right: -1rem;
1060
+ .-oui-ms-2 {
1061
+ margin-inline-start: -0.5rem;
1062
+ }
1063
+ .-oui-ms-4 {
1064
+ margin-inline-start: -1rem;
1059
1065
  }
1060
1066
  .-oui-mt-2 {
1061
1067
  margin-top: -0.5rem;
@@ -1126,12 +1132,30 @@ body {
1126
1132
  .oui-mb-\[3px\] {
1127
1133
  margin-bottom: 3px;
1128
1134
  }
1135
+ .oui-me-1 {
1136
+ margin-inline-end: 0.25rem;
1137
+ }
1138
+ .oui-me-2 {
1139
+ margin-inline-end: 0.5rem;
1140
+ }
1141
+ .oui-me-3 {
1142
+ margin-inline-end: 0.75rem;
1143
+ }
1144
+ .oui-me-4 {
1145
+ margin-inline-end: 1rem;
1146
+ }
1147
+ .oui-me-6 {
1148
+ margin-inline-end: 1.5rem;
1149
+ }
1150
+ .oui-me-\[2px\] {
1151
+ margin-inline-end: 2px;
1152
+ }
1153
+ .oui-me-\[6px\] {
1154
+ margin-inline-end: 6px;
1155
+ }
1129
1156
  .oui-ml-0 {
1130
1157
  margin-left: 0px;
1131
1158
  }
1132
- .oui-ml-0\.5 {
1133
- margin-left: 0.125rem;
1134
- }
1135
1159
  .oui-ml-1 {
1136
1160
  margin-left: 0.25rem;
1137
1161
  }
@@ -1141,9 +1165,6 @@ body {
1141
1165
  .oui-ml-2 {
1142
1166
  margin-left: 0.5rem;
1143
1167
  }
1144
- .oui-ml-2\.5 {
1145
- margin-left: 0.625rem;
1146
- }
1147
1168
  .oui-ml-3 {
1148
1169
  margin-left: 0.75rem;
1149
1170
  }
@@ -1165,18 +1186,6 @@ body {
1165
1186
  .oui-ml-9 {
1166
1187
  margin-left: 2.25rem;
1167
1188
  }
1168
- .oui-ml-\[2px\] {
1169
- margin-left: 2px;
1170
- }
1171
- .oui-ml-\[5px\] {
1172
- margin-left: 5px;
1173
- }
1174
- .oui-ml-auto {
1175
- margin-left: auto;
1176
- }
1177
- .oui-ml-px {
1178
- margin-left: 1px;
1179
- }
1180
1189
  .oui-mr-0 {
1181
1190
  margin-right: 0px;
1182
1191
  }
@@ -1210,11 +1219,38 @@ body {
1210
1219
  .oui-mr-9 {
1211
1220
  margin-right: 2.25rem;
1212
1221
  }
1213
- .oui-mr-\[2px\] {
1214
- margin-right: 2px;
1222
+ .oui-ms-0 {
1223
+ margin-inline-start: 0px;
1224
+ }
1225
+ .oui-ms-0\.5 {
1226
+ margin-inline-start: 0.125rem;
1227
+ }
1228
+ .oui-ms-1 {
1229
+ margin-inline-start: 0.25rem;
1230
+ }
1231
+ .oui-ms-2 {
1232
+ margin-inline-start: 0.5rem;
1233
+ }
1234
+ .oui-ms-2\.5 {
1235
+ margin-inline-start: 0.625rem;
1236
+ }
1237
+ .oui-ms-3 {
1238
+ margin-inline-start: 0.75rem;
1239
+ }
1240
+ .oui-ms-4 {
1241
+ margin-inline-start: 1rem;
1242
+ }
1243
+ .oui-ms-\[2px\] {
1244
+ margin-inline-start: 2px;
1245
+ }
1246
+ .oui-ms-\[5px\] {
1247
+ margin-inline-start: 5px;
1248
+ }
1249
+ .oui-ms-auto {
1250
+ margin-inline-start: auto;
1215
1251
  }
1216
- .oui-mr-\[6px\] {
1217
- margin-right: 6px;
1252
+ .oui-ms-px {
1253
+ margin-inline-start: 1px;
1218
1254
  }
1219
1255
  .oui-mt-0 {
1220
1256
  margin-top: 0px;
@@ -1733,12 +1769,6 @@ body {
1733
1769
  .oui-h-\[calc\(100\%_-_49px\)\] {
1734
1770
  height: calc(100% - 49px);
1735
1771
  }
1736
- .oui-h-\[calc\(100\%_-_52px\)\] {
1737
- height: calc(100% - 52px);
1738
- }
1739
- .oui-h-\[calc\(100\%_-_56px\)\] {
1740
- height: calc(100% - 56px);
1741
- }
1742
1772
  .oui-h-\[calc\(100\%_-_59px\)\] {
1743
1773
  height: calc(100% - 59px);
1744
1774
  }
@@ -2153,9 +2183,6 @@ body {
2153
2183
  .oui-w-\[420px\] {
2154
2184
  width: 420px;
2155
2185
  }
2156
- .oui-w-\[429px\] {
2157
- width: 429px;
2158
- }
2159
2186
  .oui-w-\[456px\] {
2160
2187
  width: 456px;
2161
2188
  }
@@ -2171,6 +2198,9 @@ body {
2171
2198
  .oui-w-\[55px\] {
2172
2199
  width: 55px;
2173
2200
  }
2201
+ .oui-w-\[580px\] {
2202
+ width: 580px;
2203
+ }
2174
2204
  .oui-w-\[590px\] {
2175
2205
  width: 590px;
2176
2206
  }
@@ -2743,6 +2773,9 @@ body {
2743
2773
  .oui-grid-cols-\[6fr\,4fr\] {
2744
2774
  grid-template-columns: 6fr 4fr;
2745
2775
  }
2776
+ .oui-grid-cols-\[minmax\(0\,1fr\)_96px_72px\] {
2777
+ grid-template-columns: minmax(0, 1fr) 96px 72px;
2778
+ }
2746
2779
  .oui-grid-cols-none {
2747
2780
  grid-template-columns: none;
2748
2781
  }
@@ -2782,6 +2815,9 @@ body {
2782
2815
  .oui-grid-rows-\[auto\,auto\,1fr\,auto\,1fr\] {
2783
2816
  grid-template-rows: auto auto 1fr auto 1fr;
2784
2817
  }
2818
+ .oui-grid-rows-\[auto_minmax\(0\,1fr\)\] {
2819
+ grid-template-rows: auto minmax(0, 1fr);
2820
+ }
2785
2821
  .oui-grid-rows-none {
2786
2822
  grid-template-rows: none;
2787
2823
  }
@@ -3003,26 +3039,11 @@ body {
3003
3039
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
3004
3040
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
3005
3041
  }
3006
- .oui-space-x-1 > :not([hidden]) ~ :not([hidden]) {
3007
- --tw-space-x-reverse: 0;
3008
- margin-right: calc(0.25rem * var(--tw-space-x-reverse));
3009
- margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
3010
- }
3011
3042
  .oui-space-x-2 > :not([hidden]) ~ :not([hidden]) {
3012
3043
  --tw-space-x-reverse: 0;
3013
3044
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
3014
3045
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
3015
3046
  }
3016
- .oui-space-x-3 > :not([hidden]) ~ :not([hidden]) {
3017
- --tw-space-x-reverse: 0;
3018
- margin-right: calc(0.75rem * var(--tw-space-x-reverse));
3019
- margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
3020
- }
3021
- .oui-space-x-6 > :not([hidden]) ~ :not([hidden]) {
3022
- --tw-space-x-reverse: 0;
3023
- margin-right: calc(1.5rem * var(--tw-space-x-reverse));
3024
- margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
3025
- }
3026
3047
  .oui-space-x-\[6px\] > :not([hidden]) ~ :not([hidden]) {
3027
3048
  --tw-space-x-reverse: 0;
3028
3049
  margin-right: calc(6px * var(--tw-space-x-reverse));
@@ -3139,6 +3160,12 @@ body {
3139
3160
  .oui-break-all {
3140
3161
  word-break: break-all;
3141
3162
  }
3163
+ .\!oui-rounded {
3164
+ border-radius: var(--oui-rounded, 0.25rem) !important;
3165
+ }
3166
+ .\!oui-rounded-md {
3167
+ border-radius: var(--oui-rounded-md, 0.375rem) !important;
3168
+ }
3142
3169
  .oui-rounded {
3143
3170
  border-radius: var(--oui-rounded, 0.25rem);
3144
3171
  }
@@ -3191,7 +3218,7 @@ body {
3191
3218
  border-radius: var(--oui-rounded-full, 9999px);
3192
3219
  }
3193
3220
  .oui-rounded-lg {
3194
- border-radius: var(--oui-rounded-lg, 0.5rem);
3221
+ border-radius: var(--oui-rounded-sg, 0.5rem);
3195
3222
  }
3196
3223
  .oui-rounded-md {
3197
3224
  border-radius: var(--oui-rounded-md, 0.375rem);
@@ -3205,14 +3232,26 @@ body {
3205
3232
  .oui-rounded-xl {
3206
3233
  border-radius: var(--oui-rounded-xl, 0.75rem);
3207
3234
  }
3208
- .\!oui-rounded-l {
3209
- border-top-left-radius: var(--oui-rounded, 0.25rem) !important;
3210
- border-bottom-left-radius: var(--oui-rounded, 0.25rem) !important;
3235
+ .\!oui-rounded-e {
3236
+ border-start-end-radius: var(--oui-rounded, 0.25rem) !important;
3237
+ border-end-end-radius: var(--oui-rounded, 0.25rem) !important;
3211
3238
  }
3212
3239
  .\!oui-rounded-r {
3213
3240
  border-top-right-radius: var(--oui-rounded, 0.25rem) !important;
3214
3241
  border-bottom-right-radius: var(--oui-rounded, 0.25rem) !important;
3215
3242
  }
3243
+ .\!oui-rounded-s {
3244
+ border-start-start-radius: var(--oui-rounded, 0.25rem) !important;
3245
+ border-end-start-radius: var(--oui-rounded, 0.25rem) !important;
3246
+ }
3247
+ .\!oui-rounded-t {
3248
+ border-top-left-radius: var(--oui-rounded, 0.25rem) !important;
3249
+ border-top-right-radius: var(--oui-rounded, 0.25rem) !important;
3250
+ }
3251
+ .oui-rounded-b-2xl {
3252
+ border-bottom-right-radius: var(--oui-rounded-2xl, 1rem);
3253
+ border-bottom-left-radius: var(--oui-rounded-2xl, 1rem);
3254
+ }
3216
3255
  .oui-rounded-b-sm {
3217
3256
  border-bottom-right-radius: var(--oui-rounded-sm, 0.125rem);
3218
3257
  border-bottom-left-radius: var(--oui-rounded-sm, 0.125rem);
@@ -3221,29 +3260,41 @@ body {
3221
3260
  border-bottom-right-radius: var(--oui-rounded-xl, 0.75rem);
3222
3261
  border-bottom-left-radius: var(--oui-rounded-xl, 0.75rem);
3223
3262
  }
3263
+ .oui-rounded-e {
3264
+ border-start-end-radius: var(--oui-rounded, 0.25rem);
3265
+ border-end-end-radius: var(--oui-rounded, 0.25rem);
3266
+ }
3267
+ .oui-rounded-e-full {
3268
+ border-start-end-radius: var(--oui-rounded-full, 9999px);
3269
+ border-end-end-radius: var(--oui-rounded-full, 9999px);
3270
+ }
3271
+ .oui-rounded-e-lg {
3272
+ border-start-end-radius: var(--oui-rounded-sg, 0.5rem);
3273
+ border-end-end-radius: var(--oui-rounded-sg, 0.5rem);
3274
+ }
3224
3275
  .oui-rounded-l {
3225
3276
  border-top-left-radius: var(--oui-rounded, 0.25rem);
3226
3277
  border-bottom-left-radius: var(--oui-rounded, 0.25rem);
3227
3278
  }
3228
- .oui-rounded-l-full {
3229
- border-top-left-radius: var(--oui-rounded-full, 9999px);
3230
- border-bottom-left-radius: var(--oui-rounded-full, 9999px);
3231
- }
3232
- .oui-rounded-l-lg {
3233
- border-top-left-radius: var(--oui-rounded-lg, 0.5rem);
3234
- border-bottom-left-radius: var(--oui-rounded-lg, 0.5rem);
3235
- }
3236
3279
  .oui-rounded-r {
3237
3280
  border-top-right-radius: var(--oui-rounded, 0.25rem);
3238
3281
  border-bottom-right-radius: var(--oui-rounded, 0.25rem);
3239
3282
  }
3240
- .oui-rounded-r-full {
3241
- border-top-right-radius: var(--oui-rounded-full, 9999px);
3242
- border-bottom-right-radius: var(--oui-rounded-full, 9999px);
3243
- }
3244
3283
  .oui-rounded-r-lg {
3245
- border-top-right-radius: var(--oui-rounded-lg, 0.5rem);
3246
- border-bottom-right-radius: var(--oui-rounded-lg, 0.5rem);
3284
+ border-top-right-radius: var(--oui-rounded-sg, 0.5rem);
3285
+ border-bottom-right-radius: var(--oui-rounded-sg, 0.5rem);
3286
+ }
3287
+ .oui-rounded-s {
3288
+ border-start-start-radius: var(--oui-rounded, 0.25rem);
3289
+ border-end-start-radius: var(--oui-rounded, 0.25rem);
3290
+ }
3291
+ .oui-rounded-s-full {
3292
+ border-start-start-radius: var(--oui-rounded-full, 9999px);
3293
+ border-end-start-radius: var(--oui-rounded-full, 9999px);
3294
+ }
3295
+ .oui-rounded-s-lg {
3296
+ border-start-start-radius: var(--oui-rounded-sg, 0.5rem);
3297
+ border-end-start-radius: var(--oui-rounded-sg, 0.5rem);
3247
3298
  }
3248
3299
  .oui-rounded-t-2xl {
3249
3300
  border-top-left-radius: var(--oui-rounded-2xl, 1rem);
@@ -3264,8 +3315,29 @@ body {
3264
3315
  .\!oui-rounded-bl {
3265
3316
  border-bottom-left-radius: var(--oui-rounded, 0.25rem) !important;
3266
3317
  }
3267
- .oui-rounded-bl {
3268
- border-bottom-left-radius: var(--oui-rounded, 0.25rem);
3318
+ .\!oui-rounded-ee {
3319
+ border-end-end-radius: var(--oui-rounded, 0.25rem) !important;
3320
+ }
3321
+ .\!oui-rounded-ee-xl {
3322
+ border-end-end-radius: var(--oui-rounded-xl, 0.75rem) !important;
3323
+ }
3324
+ .\!oui-rounded-es {
3325
+ border-end-start-radius: var(--oui-rounded, 0.25rem) !important;
3326
+ }
3327
+ .\!oui-rounded-es-xl {
3328
+ border-end-start-radius: var(--oui-rounded-xl, 0.75rem) !important;
3329
+ }
3330
+ .\!oui-rounded-se {
3331
+ border-start-end-radius: var(--oui-rounded, 0.25rem) !important;
3332
+ }
3333
+ .\!oui-rounded-se-xl {
3334
+ border-start-end-radius: var(--oui-rounded-xl, 0.75rem) !important;
3335
+ }
3336
+ .\!oui-rounded-ss {
3337
+ border-start-start-radius: var(--oui-rounded, 0.25rem) !important;
3338
+ }
3339
+ .\!oui-rounded-ss-xl {
3340
+ border-start-start-radius: var(--oui-rounded-xl, 0.75rem) !important;
3269
3341
  }
3270
3342
  .oui-rounded-bl-\[10px\] {
3271
3343
  border-bottom-left-radius: 10px;
@@ -3283,23 +3355,26 @@ body {
3283
3355
  border-bottom-right-radius: 3px;
3284
3356
  }
3285
3357
  .oui-rounded-br-lg {
3286
- border-bottom-right-radius: var(--oui-rounded-lg, 0.5rem);
3287
- }
3288
- .oui-rounded-br-none {
3289
- border-bottom-right-radius: 0;
3358
+ border-bottom-right-radius: var(--oui-rounded-sg, 0.5rem);
3290
3359
  }
3291
3360
  .oui-rounded-br-xl {
3292
3361
  border-bottom-right-radius: var(--oui-rounded-xl, 0.75rem);
3293
3362
  }
3294
- .oui-rounded-tl {
3295
- border-top-left-radius: var(--oui-rounded, 0.25rem);
3363
+ .oui-rounded-ee-none {
3364
+ border-end-end-radius: 0;
3365
+ }
3366
+ .oui-rounded-es {
3367
+ border-end-start-radius: var(--oui-rounded, 0.25rem);
3368
+ }
3369
+ .oui-rounded-ss {
3370
+ border-start-start-radius: var(--oui-rounded, 0.25rem);
3371
+ }
3372
+ .oui-rounded-ss-none {
3373
+ border-start-start-radius: 0;
3296
3374
  }
3297
3375
  .oui-rounded-tl-\[10px\] {
3298
3376
  border-top-left-radius: 10px;
3299
3377
  }
3300
- .oui-rounded-tl-none {
3301
- border-top-left-radius: 0;
3302
- }
3303
3378
  .oui-rounded-tr-\[10px\] {
3304
3379
  border-top-right-radius: 10px;
3305
3380
  }
@@ -3343,11 +3418,11 @@ body {
3343
3418
  .oui-border-b-2 {
3344
3419
  border-bottom-width: 2px;
3345
3420
  }
3346
- .oui-border-l {
3347
- border-left-width: 1px;
3421
+ .oui-border-e {
3422
+ border-inline-end-width: 1px;
3348
3423
  }
3349
- .oui-border-r {
3350
- border-right-width: 1px;
3424
+ .oui-border-s {
3425
+ border-inline-start-width: 1px;
3351
3426
  }
3352
3427
  .oui-border-t {
3353
3428
  border-top-width: 1px;
@@ -3533,11 +3608,11 @@ body {
3533
3608
  .oui-border-b-white\/10 {
3534
3609
  border-bottom-color: rgb(255 255 255 / 0.1);
3535
3610
  }
3536
- .oui-border-l-transparent {
3537
- border-left-color: transparent;
3611
+ .oui-border-e-line-16 {
3612
+ border-inline-end-color: rgb(var(--oui-color-line, 255 255 255) / 0.16);
3538
3613
  }
3539
- .oui-border-r-line-16 {
3540
- border-right-color: rgb(var(--oui-color-line, 255 255 255) / 0.16);
3614
+ .oui-border-s-transparent {
3615
+ border-inline-start-color: transparent;
3541
3616
  }
3542
3617
  .oui-border-t-transparent {
3543
3618
  border-top-color: transparent;
@@ -3827,9 +3902,6 @@ body {
3827
3902
  --tw-bg-opacity: 1;
3828
3903
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
3829
3904
  }
3830
- .oui-bg-white\/80 {
3831
- background-color: rgb(255 255 255 / 0.8);
3832
- }
3833
3905
  .oui-bg-\[linear-gradient\(15deg\,rgb\(var\(--oui-color-link\)\)_-11\%\,transparent_30\%\,transparent_77\%\,rgb\(var\(--oui-color-success\)\)_100\%\)\] {
3834
3906
  background-image:
3835
3907
  linear-gradient(
@@ -4445,14 +4517,14 @@ body {
4445
4517
  .\!oui-pb-0 {
4446
4518
  padding-bottom: 0px !important;
4447
4519
  }
4448
- .\!oui-pl-5 {
4449
- padding-left: 1.25rem !important;
4520
+ .\!oui-pe-0 {
4521
+ padding-inline-end: 0px !important;
4450
4522
  }
4451
- .\!oui-pr-0 {
4452
- padding-right: 0px !important;
4523
+ .\!oui-pe-5 {
4524
+ padding-inline-end: 1.25rem !important;
4453
4525
  }
4454
- .\!oui-pr-5 {
4455
- padding-right: 1.25rem !important;
4526
+ .\!oui-ps-5 {
4527
+ padding-inline-start: 1.25rem !important;
4456
4528
  }
4457
4529
  .\!oui-pt-0 {
4458
4530
  padding-top: 0px !important;
@@ -4517,12 +4589,42 @@ body {
4517
4589
  .oui-pb-\[env\(safe-area-inset-bottom\,_20px\)\] {
4518
4590
  padding-bottom: env(safe-area-inset-bottom, 20px);
4519
4591
  }
4592
+ .oui-pe-0 {
4593
+ padding-inline-end: 0px;
4594
+ }
4595
+ .oui-pe-1 {
4596
+ padding-inline-end: 0.25rem;
4597
+ }
4598
+ .oui-pe-12 {
4599
+ padding-inline-end: 3rem;
4600
+ }
4601
+ .oui-pe-2 {
4602
+ padding-inline-end: 0.5rem;
4603
+ }
4604
+ .oui-pe-2\.5 {
4605
+ padding-inline-end: 0.625rem;
4606
+ }
4607
+ .oui-pe-3 {
4608
+ padding-inline-end: 0.75rem;
4609
+ }
4610
+ .oui-pe-5 {
4611
+ padding-inline-end: 1.25rem;
4612
+ }
4613
+ .oui-pe-8 {
4614
+ padding-inline-end: 2rem;
4615
+ }
4616
+ .oui-pe-9 {
4617
+ padding-inline-end: 2.25rem;
4618
+ }
4619
+ .oui-pe-\[5px\] {
4620
+ padding-inline-end: 5px;
4621
+ }
4622
+ .oui-pe-\[6px\] {
4623
+ padding-inline-end: 6px;
4624
+ }
4520
4625
  .oui-pl-0 {
4521
4626
  padding-left: 0px;
4522
4627
  }
4523
- .oui-pl-0\.5 {
4524
- padding-left: 0.125rem;
4525
- }
4526
4628
  .oui-pl-1 {
4527
4629
  padding-left: 0.25rem;
4528
4630
  }
@@ -4532,9 +4634,6 @@ body {
4532
4634
  .oui-pl-2 {
4533
4635
  padding-left: 0.5rem;
4534
4636
  }
4535
- .oui-pl-2\.5 {
4536
- padding-left: 0.625rem;
4537
- }
4538
4637
  .oui-pl-3 {
4539
4638
  padding-left: 0.75rem;
4540
4639
  }
@@ -4565,15 +4664,9 @@ body {
4565
4664
  .oui-pr-10 {
4566
4665
  padding-right: 2.5rem;
4567
4666
  }
4568
- .oui-pr-12 {
4569
- padding-right: 3rem;
4570
- }
4571
4667
  .oui-pr-2 {
4572
4668
  padding-right: 0.5rem;
4573
4669
  }
4574
- .oui-pr-2\.5 {
4575
- padding-right: 0.625rem;
4576
- }
4577
4670
  .oui-pr-3 {
4578
4671
  padding-right: 0.75rem;
4579
4672
  }
@@ -4595,14 +4688,35 @@ body {
4595
4688
  .oui-pr-9 {
4596
4689
  padding-right: 2.25rem;
4597
4690
  }
4598
- .oui-pr-\[-4px\] {
4599
- padding-right: -4px;
4691
+ .oui-ps-0 {
4692
+ padding-inline-start: 0px;
4600
4693
  }
4601
- .oui-pr-\[5px\] {
4602
- padding-right: 5px;
4694
+ .oui-ps-0\.5 {
4695
+ padding-inline-start: 0.125rem;
4603
4696
  }
4604
- .oui-pr-\[6px\] {
4605
- padding-right: 6px;
4697
+ .oui-ps-1 {
4698
+ padding-inline-start: 0.25rem;
4699
+ }
4700
+ .oui-ps-2 {
4701
+ padding-inline-start: 0.5rem;
4702
+ }
4703
+ .oui-ps-2\.5 {
4704
+ padding-inline-start: 0.625rem;
4705
+ }
4706
+ .oui-ps-3 {
4707
+ padding-inline-start: 0.75rem;
4708
+ }
4709
+ .oui-ps-4 {
4710
+ padding-inline-start: 1rem;
4711
+ }
4712
+ .oui-ps-5 {
4713
+ padding-inline-start: 1.25rem;
4714
+ }
4715
+ .oui-ps-6 {
4716
+ padding-inline-start: 1.5rem;
4717
+ }
4718
+ .oui-ps-8 {
4719
+ padding-inline-start: 2rem;
4606
4720
  }
4607
4721
  .oui-pt-0 {
4608
4722
  padding-top: 0px;
@@ -5611,13 +5725,13 @@ body {
5611
5725
  content: var(--tw-content);
5612
5726
  position: absolute;
5613
5727
  }
5614
- .before\:oui-left-\[-32px\]::before {
5728
+ .before\:oui-end-\[-32px\]::before {
5615
5729
  content: var(--tw-content);
5616
- left: -32px;
5730
+ inset-inline-end: -32px;
5617
5731
  }
5618
- .before\:oui-right-\[-32px\]::before {
5732
+ .before\:oui-start-\[-32px\]::before {
5619
5733
  content: var(--tw-content);
5620
- right: -32px;
5734
+ inset-inline-start: -32px;
5621
5735
  }
5622
5736
  .before\:oui-top-0::before {
5623
5737
  content: var(--tw-content);
@@ -5661,17 +5775,17 @@ body {
5661
5775
  content: var(--tw-content);
5662
5776
  bottom: -8px;
5663
5777
  }
5664
- .after\:oui-left-0::after {
5778
+ .after\:oui-end-0::after {
5665
5779
  content: var(--tw-content);
5666
- left: 0px;
5780
+ inset-inline-end: 0px;
5667
5781
  }
5668
5782
  .after\:oui-left-1\/2::after {
5669
5783
  content: var(--tw-content);
5670
5784
  left: 50%;
5671
5785
  }
5672
- .after\:oui-right-0::after {
5786
+ .after\:oui-start-0::after {
5673
5787
  content: var(--tw-content);
5674
- right: 0px;
5788
+ inset-inline-start: 0px;
5675
5789
  }
5676
5790
  .after\:oui-top-0::after {
5677
5791
  content: var(--tw-content);
@@ -5731,15 +5845,20 @@ body {
5731
5845
  --tw-translate-x: -50%;
5732
5846
  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));
5733
5847
  }
5734
- .after\:oui-rounded-l-lg::after {
5848
+ .after\:oui-rounded-e-lg::after {
5735
5849
  content: var(--tw-content);
5736
- border-top-left-radius: var(--oui-rounded-lg, 0.5rem);
5737
- border-bottom-left-radius: var(--oui-rounded-lg, 0.5rem);
5850
+ border-start-end-radius: var(--oui-rounded-sg, 0.5rem);
5851
+ border-end-end-radius: var(--oui-rounded-sg, 0.5rem);
5738
5852
  }
5739
5853
  .after\:oui-rounded-r-lg::after {
5740
5854
  content: var(--tw-content);
5741
- border-top-right-radius: var(--oui-rounded-lg, 0.5rem);
5742
- border-bottom-right-radius: var(--oui-rounded-lg, 0.5rem);
5855
+ border-top-right-radius: var(--oui-rounded-sg, 0.5rem);
5856
+ border-bottom-right-radius: var(--oui-rounded-sg, 0.5rem);
5857
+ }
5858
+ .after\:oui-rounded-s-lg::after {
5859
+ content: var(--tw-content);
5860
+ border-start-start-radius: var(--oui-rounded-sg, 0.5rem);
5861
+ border-end-start-radius: var(--oui-rounded-sg, 0.5rem);
5743
5862
  }
5744
5863
  .after\:oui-border-4::after {
5745
5864
  content: var(--tw-content);
@@ -5754,6 +5873,10 @@ body {
5754
5873
  content: var(--tw-content);
5755
5874
  border-bottom-width: 1px;
5756
5875
  }
5876
+ .after\:oui-border-e::after {
5877
+ content: var(--tw-content);
5878
+ border-inline-end-width: 1px;
5879
+ }
5757
5880
  .after\:oui-border-l::after {
5758
5881
  content: var(--tw-content);
5759
5882
  border-left-width: 1px;
@@ -5762,6 +5885,10 @@ body {
5762
5885
  content: var(--tw-content);
5763
5886
  border-right-width: 1px;
5764
5887
  }
5888
+ .after\:oui-border-s::after {
5889
+ content: var(--tw-content);
5890
+ border-inline-start-width: 1px;
5891
+ }
5765
5892
  .after\:oui-border-solid::after {
5766
5893
  content: var(--tw-content);
5767
5894
  border-style: solid;
@@ -6049,6 +6176,9 @@ body {
6049
6176
  .hover\:oui-text-warning-darken\/80:hover {
6050
6177
  color: rgb(var(--oui-color-warning-darken) / 0.8);
6051
6178
  }
6179
+ .hover\:oui-text-warning\/90:hover {
6180
+ color: rgb(var(--oui-color-warning) / 0.9);
6181
+ }
6052
6182
  .hover\:oui-text-white\/80:hover {
6053
6183
  color: rgb(255 255 255 / 0.8);
6054
6184
  }
@@ -6629,13 +6759,13 @@ body {
6629
6759
  content: var(--tw-content);
6630
6760
  bottom: -0px;
6631
6761
  }
6632
- .data-\[state\=active\]\:after\:oui-left-0[data-state=active]::after {
6762
+ .data-\[state\=active\]\:after\:oui-end-0[data-state=active]::after {
6633
6763
  content: var(--tw-content);
6634
- left: 0px;
6764
+ inset-inline-end: 0px;
6635
6765
  }
6636
- .data-\[state\=active\]\:after\:oui-right-0[data-state=active]::after {
6766
+ .data-\[state\=active\]\:after\:oui-start-0[data-state=active]::after {
6637
6767
  content: var(--tw-content);
6638
- right: 0px;
6768
+ inset-inline-start: 0px;
6639
6769
  }
6640
6770
  .data-\[state\=active\]\:after\:oui-block[data-state=active]::after {
6641
6771
  content: var(--tw-content);
@@ -6787,15 +6917,13 @@ body {
6787
6917
  .sm\:oui-justify-stretch {
6788
6918
  justify-content: stretch;
6789
6919
  }
6790
- .sm\:oui-space-x-2 > :not([hidden]) ~ :not([hidden]) {
6791
- --tw-space-x-reverse: 0;
6792
- margin-right: calc(0.5rem * var(--tw-space-x-reverse));
6793
- margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
6920
+ .sm\:oui-gap-x-2 {
6921
+ -moz-column-gap: 0.5rem;
6922
+ column-gap: 0.5rem;
6794
6923
  }
6795
- .sm\:oui-space-x-4 > :not([hidden]) ~ :not([hidden]) {
6796
- --tw-space-x-reverse: 0;
6797
- margin-right: calc(1rem * var(--tw-space-x-reverse));
6798
- margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
6924
+ .sm\:oui-gap-x-4 {
6925
+ -moz-column-gap: 1rem;
6926
+ column-gap: 1rem;
6799
6927
  }
6800
6928
  .sm\:oui-space-y-0 > :not([hidden]) ~ :not([hidden]) {
6801
6929
  --tw-space-y-reverse: 0;
@@ -6807,8 +6935,8 @@ body {
6807
6935
  }
6808
6936
  }
6809
6937
  @media (min-width: 480px) {
6810
- .md\:oui-right-4 {
6811
- right: 1rem;
6938
+ .md\:oui-end-4 {
6939
+ inset-inline-end: 1rem;
6812
6940
  }
6813
6941
  .md\:oui-top-1\/2 {
6814
6942
  top: 50%;
@@ -7102,41 +7230,44 @@ body {
7102
7230
  .md\:oui-pb-\[14px\] {
7103
7231
  padding-bottom: 14px;
7104
7232
  }
7233
+ .md\:oui-pe-2 {
7234
+ padding-inline-end: 0.5rem;
7235
+ }
7236
+ .md\:oui-pe-3 {
7237
+ padding-inline-end: 0.75rem;
7238
+ }
7239
+ .md\:oui-pe-\[60px\] {
7240
+ padding-inline-end: 60px;
7241
+ }
7105
7242
  .md\:oui-pl-0 {
7106
7243
  padding-left: 0px;
7107
7244
  }
7108
- .md\:oui-pl-2 {
7109
- padding-left: 0.5rem;
7110
- }
7111
7245
  .md\:oui-pl-3 {
7112
7246
  padding-left: 0.75rem;
7113
7247
  }
7114
- .md\:oui-pl-4 {
7115
- padding-left: 1rem;
7116
- }
7117
7248
  .md\:oui-pr-0 {
7118
7249
  padding-right: 0px;
7119
7250
  }
7120
- .md\:oui-pr-2 {
7121
- padding-right: 0.5rem;
7122
- }
7123
7251
  .md\:oui-pr-3 {
7124
7252
  padding-right: 0.75rem;
7125
7253
  }
7126
- .md\:oui-pr-\[60px\] {
7127
- padding-right: 60px;
7254
+ .md\:oui-ps-2 {
7255
+ padding-inline-start: 0.5rem;
7256
+ }
7257
+ .md\:oui-ps-4 {
7258
+ padding-inline-start: 1rem;
7128
7259
  }
7129
7260
  .md\:oui-pt-3 {
7130
7261
  padding-top: 0.75rem;
7131
7262
  }
7132
- .md\:oui-text-left {
7133
- text-align: left;
7134
- }
7135
7263
  .md\:oui-text-center {
7136
7264
  text-align: center;
7137
7265
  }
7138
- .md\:oui-text-right {
7139
- text-align: right;
7266
+ .md\:oui-text-start {
7267
+ text-align: start;
7268
+ }
7269
+ .md\:oui-text-end {
7270
+ text-align: end;
7140
7271
  }
7141
7272
  .md\:oui-text-2xl {
7142
7273
  font-size: var(--oui-font-size-2xl, 1.5rem);
@@ -7542,14 +7673,14 @@ body {
7542
7673
  .lg\:oui-pt-4 {
7543
7674
  padding-top: 1rem;
7544
7675
  }
7545
- .lg\:oui-text-left {
7546
- text-align: left;
7547
- }
7548
7676
  .lg\:oui-text-center {
7549
7677
  text-align: center;
7550
7678
  }
7551
- .lg\:oui-text-right {
7552
- text-align: right;
7679
+ .lg\:oui-text-start {
7680
+ text-align: start;
7681
+ }
7682
+ .lg\:oui-text-end {
7683
+ text-align: end;
7553
7684
  }
7554
7685
  .lg\:oui-text-2xl {
7555
7686
  font-size: var(--oui-font-size-2xl, 1.5rem);
@@ -8187,13 +8318,13 @@ body {
8187
8318
  justify-content: stretch;
8188
8319
  }
8189
8320
  }
8190
- .\[\&\:has\(\>\.oui-day-range-end\)\]\:oui-rounded-r-md:has(> .oui-day-range-end) {
8191
- border-top-right-radius: var(--oui-rounded-md, 0.375rem);
8192
- border-bottom-right-radius: var(--oui-rounded-md, 0.375rem);
8321
+ .\[\&\:has\(\>\.oui-day-range-end\)\]\:oui-rounded-e-md:has(> .oui-day-range-end) {
8322
+ border-start-end-radius: var(--oui-rounded-md, 0.375rem);
8323
+ border-end-end-radius: var(--oui-rounded-md, 0.375rem);
8193
8324
  }
8194
- .\[\&\:has\(\>\.oui-day-range-start\)\]\:oui-rounded-l-md:has(> .oui-day-range-start) {
8195
- border-top-left-radius: var(--oui-rounded-md, 0.375rem);
8196
- border-bottom-left-radius: var(--oui-rounded-md, 0.375rem);
8325
+ .\[\&\:has\(\>\.oui-day-range-start\)\]\:oui-rounded-s-md:has(> .oui-day-range-start) {
8326
+ border-start-start-radius: var(--oui-rounded-md, 0.375rem);
8327
+ border-end-start-radius: var(--oui-rounded-md, 0.375rem);
8197
8328
  }
8198
8329
  .\[\&\:has\(\[aria-selected\]\)\]\:oui-rounded-md:has([aria-selected]) {
8199
8330
  border-radius: var(--oui-rounded-md, 0.375rem);
@@ -8202,20 +8333,20 @@ body {
8202
8333
  --tw-bg-opacity: 1;
8203
8334
  background-color: rgb(var(--oui-color-base-4) / var(--tw-bg-opacity, 1));
8204
8335
  }
8205
- .first\:\[\&\:has\(\[aria-selected\]\)\]\:oui-rounded-l-md:has([aria-selected]):first-child {
8206
- border-top-left-radius: var(--oui-rounded-md, 0.375rem);
8207
- border-bottom-left-radius: var(--oui-rounded-md, 0.375rem);
8336
+ .first\:\[\&\:has\(\[aria-selected\]\)\]\:oui-rounded-s-md:has([aria-selected]):first-child {
8337
+ border-start-start-radius: var(--oui-rounded-md, 0.375rem);
8338
+ border-end-start-radius: var(--oui-rounded-md, 0.375rem);
8208
8339
  }
8209
- .last\:\[\&\:has\(\[aria-selected\]\)\]\:oui-rounded-r-md:has([aria-selected]):last-child {
8210
- border-top-right-radius: var(--oui-rounded-md, 0.375rem);
8211
- border-bottom-right-radius: var(--oui-rounded-md, 0.375rem);
8340
+ .last\:\[\&\:has\(\[aria-selected\]\)\]\:oui-rounded-e-md:has([aria-selected]):last-child {
8341
+ border-start-end-radius: var(--oui-rounded-md, 0.375rem);
8342
+ border-end-end-radius: var(--oui-rounded-md, 0.375rem);
8212
8343
  }
8213
8344
  .\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:oui-bg-base-4\/50:has([aria-selected].day-outside) {
8214
8345
  background-color: rgb(var(--oui-color-base-4) / 0.5);
8215
8346
  }
8216
- .\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:oui-rounded-r-md:has([aria-selected].day-range-end) {
8217
- border-top-right-radius: var(--oui-rounded-md, 0.375rem);
8218
- border-bottom-right-radius: var(--oui-rounded-md, 0.375rem);
8347
+ .\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:oui-rounded-e-md:has([aria-selected].day-range-end) {
8348
+ border-start-end-radius: var(--oui-rounded-md, 0.375rem);
8349
+ border-end-end-radius: var(--oui-rounded-md, 0.375rem);
8219
8350
  }
8220
8351
  .\[\&\>\*\:not\(\:first-child\)\]\:oui-border-t > *:not(:first-child) {
8221
8352
  border-top-width: 1px;
@@ -8242,23 +8373,23 @@ body {
8242
8373
  -webkit-box-orient: vertical;
8243
8374
  -webkit-line-clamp: 1;
8244
8375
  }
8245
- .\[\&\>td\:first-child\]\:oui-pl-0 > td:first-child {
8246
- padding-left: 0px;
8376
+ .\[\&\>td\:first-child\]\:oui-ps-0 > td:first-child {
8377
+ padding-inline-start: 0px;
8247
8378
  }
8248
- .\[\&\>td\:first-child\]\:oui-pl-3 > td:first-child {
8249
- padding-left: 0.75rem;
8379
+ .\[\&\>td\:first-child\]\:oui-ps-3 > td:first-child {
8380
+ padding-inline-start: 0.75rem;
8250
8381
  }
8251
- .\[\&\>td\:last-child\]\:oui-pr-0 > td:last-child {
8252
- padding-right: 0px;
8382
+ .\[\&\>td\:last-child\]\:oui-pe-0 > td:last-child {
8383
+ padding-inline-end: 0px;
8253
8384
  }
8254
- .\[\&\>td\:last-child\]\:oui-pr-3 > td:last-child {
8255
- padding-right: 0.75rem;
8385
+ .\[\&\>td\:last-child\]\:oui-pe-3 > td:last-child {
8386
+ padding-inline-end: 0.75rem;
8256
8387
  }
8257
- .\[\&\>th\:first-child\]\:oui-pl-3 > th:first-child {
8258
- padding-left: 0.75rem;
8388
+ .\[\&\>th\:first-child\]\:oui-ps-3 > th:first-child {
8389
+ padding-inline-start: 0.75rem;
8259
8390
  }
8260
- .\[\&\>th\:last-child\]\:oui-pr-3 > th:last-child {
8261
- padding-right: 0.75rem;
8391
+ .\[\&\>th\:last-child\]\:oui-pe-3 > th:last-child {
8392
+ padding-inline-end: 0.75rem;
8262
8393
  }
8263
8394
  .\[\&_\.oui-h-10\.oui-w-full\]\:\!oui-mx-0 .oui-h-10.oui-w-full {
8264
8395
  margin-left: 0px !important;