@kodiak-finance/orderly-ui 2.8.20 → 2.8.21-beta.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
@@ -603,9 +603,6 @@ body {
603
603
  .oui-bottom-\[38px\] {
604
604
  bottom: 38px;
605
605
  }
606
- .oui-bottom-\[calc\(env\(safe-area-inset-bottom\)\+8px\)\] {
607
- bottom: calc(env(safe-area-inset-bottom) + 8px);
608
- }
609
606
  .oui-bottom-full {
610
607
  bottom: 100%;
611
608
  }
@@ -1019,6 +1016,9 @@ body {
1019
1016
  .\!oui-mb-\[6px\] {
1020
1017
  margin-bottom: 6px !important;
1021
1018
  }
1019
+ .\!oui-mt-0 {
1020
+ margin-top: 0px !important;
1021
+ }
1022
1022
  .-oui-mb-1 {
1023
1023
  margin-bottom: -0.25rem;
1024
1024
  }
@@ -1061,9 +1061,6 @@ body {
1061
1061
  .oui-mb-0 {
1062
1062
  margin-bottom: 0px;
1063
1063
  }
1064
- .oui-mb-0\.5 {
1065
- margin-bottom: 0.125rem;
1066
- }
1067
1064
  .oui-mb-1 {
1068
1065
  margin-bottom: 0.25rem;
1069
1066
  }
@@ -2155,9 +2152,6 @@ body {
2155
2152
  .oui-w-\[calc\(100\%-64px\)\] {
2156
2153
  width: calc(100% - 64px);
2157
2154
  }
2158
- .oui-w-\[calc\(100\%_-_16px\)\] {
2159
- width: calc(100% - 16px);
2160
- }
2161
2155
  .oui-w-\[calc\(100\%_-_280px_-_12px\)\] {
2162
2156
  width: calc(100% - 280px - 12px);
2163
2157
  }
@@ -2318,9 +2312,6 @@ body {
2318
2312
  .oui-max-w-\[320px\] {
2319
2313
  max-width: 320px;
2320
2314
  }
2321
- .oui-max-w-\[330px\] {
2322
- max-width: 330px;
2323
- }
2324
2315
  .oui-max-w-\[348px\] {
2325
2316
  max-width: 348px;
2326
2317
  }
@@ -2336,6 +2327,9 @@ body {
2336
2327
  .oui-max-w-\[400px\] {
2337
2328
  max-width: 400px;
2338
2329
  }
2330
+ .oui-max-w-\[420px\] {
2331
+ max-width: 420px;
2332
+ }
2339
2333
  .oui-max-w-\[450px\] {
2340
2334
  max-width: 450px;
2341
2335
  }
@@ -2489,10 +2483,6 @@ body {
2489
2483
  --tw-translate-y: 10px;
2490
2484
  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));
2491
2485
  }
2492
- .oui-translate-y-\[120\%\] {
2493
- --tw-translate-y: 120%;
2494
- 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));
2495
- }
2496
2486
  .-oui-rotate-180 {
2497
2487
  --tw-rotate: -180deg;
2498
2488
  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));
@@ -2848,6 +2838,10 @@ body {
2848
2838
  -moz-column-gap: 0.25rem;
2849
2839
  column-gap: 0.25rem;
2850
2840
  }
2841
+ .oui-gap-x-1\.5 {
2842
+ -moz-column-gap: 0.375rem;
2843
+ column-gap: 0.375rem;
2844
+ }
2851
2845
  .oui-gap-x-10 {
2852
2846
  -moz-column-gap: 2.5rem;
2853
2847
  column-gap: 2.5rem;
@@ -3182,6 +3176,9 @@ body {
3182
3176
  border-top-left-radius: var(--oui-rounded-xl, 0.75rem);
3183
3177
  border-top-right-radius: var(--oui-rounded-xl, 0.75rem);
3184
3178
  }
3179
+ .\!oui-rounded-bl {
3180
+ border-bottom-left-radius: var(--oui-rounded, 0.25rem) !important;
3181
+ }
3185
3182
  .oui-rounded-bl {
3186
3183
  border-bottom-left-radius: var(--oui-rounded, 0.25rem);
3187
3184
  }
@@ -3191,6 +3188,9 @@ body {
3191
3188
  .oui-rounded-bl-\[6px\] {
3192
3189
  border-bottom-left-radius: 6px;
3193
3190
  }
3191
+ .oui-rounded-bl-xl {
3192
+ border-bottom-left-radius: var(--oui-rounded-xl, 0.75rem);
3193
+ }
3194
3194
  .oui-rounded-br-\[3px\] {
3195
3195
  border-bottom-right-radius: 3px;
3196
3196
  }
@@ -3200,6 +3200,9 @@ body {
3200
3200
  .oui-rounded-br-none {
3201
3201
  border-bottom-right-radius: 0;
3202
3202
  }
3203
+ .oui-rounded-br-xl {
3204
+ border-bottom-right-radius: var(--oui-rounded-xl, 0.75rem);
3205
+ }
3203
3206
  .oui-rounded-tl {
3204
3207
  border-top-left-radius: var(--oui-rounded, 0.25rem);
3205
3208
  }
@@ -4696,6 +4699,9 @@ body {
4696
4699
  .oui-leading-\[32px\] {
4697
4700
  line-height: 32px;
4698
4701
  }
4702
+ .oui-leading-\[34px\] {
4703
+ line-height: 34px;
4704
+ }
4699
4705
  .oui-leading-\[36px\] {
4700
4706
  line-height: 36px;
4701
4707
  }
@@ -5259,6 +5265,9 @@ body {
5259
5265
  .oui-ease-in-out {
5260
5266
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
5261
5267
  }
5268
+ .oui-will-change-transform {
5269
+ will-change: transform;
5270
+ }
5262
5271
  .oui-gradient-primary {
5263
5272
  background-image:
5264
5273
  linear-gradient(
@@ -6585,15 +6594,6 @@ body {
6585
6594
  }
6586
6595
  }
6587
6596
  @media (min-width: 480px) {
6588
- .md\:oui-bottom-10 {
6589
- bottom: 2.5rem;
6590
- }
6591
- .md\:oui-left-auto {
6592
- left: auto;
6593
- }
6594
- .md\:oui-right-3 {
6595
- right: 0.75rem;
6596
- }
6597
6597
  .md\:oui-right-4 {
6598
6598
  right: 1rem;
6599
6599
  }
@@ -6607,6 +6607,9 @@ body {
6607
6607
  margin-left: 0px;
6608
6608
  margin-right: 0px;
6609
6609
  }
6610
+ .md\:oui-mb-3 {
6611
+ margin-bottom: 0.75rem;
6612
+ }
6610
6613
  .md\:oui-mt-3 {
6611
6614
  margin-top: 0.75rem;
6612
6615
  }
@@ -6692,9 +6695,6 @@ body {
6692
6695
  .md\:oui-w-\[300px\] {
6693
6696
  width: 300px;
6694
6697
  }
6695
- .md\:oui-w-\[420px\] {
6696
- width: 420px;
6697
- }
6698
6698
  .md\:oui-w-auto {
6699
6699
  width: auto;
6700
6700
  }
@@ -6778,6 +6778,9 @@ body {
6778
6778
  .md\:oui-justify-stretch {
6779
6779
  justify-content: stretch;
6780
6780
  }
6781
+ .md\:oui-gap-3 {
6782
+ gap: 0.75rem;
6783
+ }
6781
6784
  .md\:oui-gap-4 {
6782
6785
  gap: 1rem;
6783
6786
  }
@@ -6821,6 +6824,12 @@ body {
6821
6824
  .md\:oui-p-10 {
6822
6825
  padding: 2.5rem;
6823
6826
  }
6827
+ .md\:oui-p-2 {
6828
+ padding: 0.5rem;
6829
+ }
6830
+ .md\:oui-p-4 {
6831
+ padding: 1rem;
6832
+ }
6824
6833
  .md\:oui-px-3 {
6825
6834
  padding-left: 0.75rem;
6826
6835
  padding-right: 0.75rem;
@@ -7435,6 +7444,9 @@ body {
7435
7444
  }
7436
7445
  }
7437
7446
  @media (min-width: 1024px) {
7447
+ .xl\:\!oui-mt-3 {
7448
+ margin-top: 0.75rem !important;
7449
+ }
7438
7450
  .xl\:oui-flex {
7439
7451
  display: flex;
7440
7452
  }