@kodiak-finance/orderly-ui 2.9.1-alpha.5 → 2.9.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 +53 -25
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +22 -52
- package/dist/index.d.ts +22 -52
- package/dist/index.js +144 -175
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +71 -174
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +4 -3
package/dist/index.css
CHANGED
|
@@ -1370,6 +1370,10 @@ body {
|
|
|
1370
1370
|
width: 12px;
|
|
1371
1371
|
height: 12px;
|
|
1372
1372
|
}
|
|
1373
|
+
.oui-size-\[140px\] {
|
|
1374
|
+
width: 140px;
|
|
1375
|
+
height: 140px;
|
|
1376
|
+
}
|
|
1373
1377
|
.oui-size-\[14px\] {
|
|
1374
1378
|
width: 14px;
|
|
1375
1379
|
height: 14px;
|
|
@@ -1582,9 +1586,6 @@ body {
|
|
|
1582
1586
|
.oui-h-\[24px\] {
|
|
1583
1587
|
height: 24px;
|
|
1584
1588
|
}
|
|
1585
|
-
.oui-h-\[252px\] {
|
|
1586
|
-
height: 252px;
|
|
1587
|
-
}
|
|
1588
1589
|
.oui-h-\[254px\] {
|
|
1589
1590
|
height: 254px;
|
|
1590
1591
|
}
|
|
@@ -2203,6 +2204,9 @@ body {
|
|
|
2203
2204
|
.oui-w-\[calc\(\(100\%_-_4px\)\/2\)\] {
|
|
2204
2205
|
width: calc((100% - 4px) / 2);
|
|
2205
2206
|
}
|
|
2207
|
+
.oui-w-\[calc\(100\%\+2\.5rem\)\] {
|
|
2208
|
+
width: calc(100% + 2.5rem);
|
|
2209
|
+
}
|
|
2206
2210
|
.oui-w-\[calc\(100\%-60px\)\] {
|
|
2207
2211
|
width: calc(100% - 60px);
|
|
2208
2212
|
}
|
|
@@ -3090,6 +3094,9 @@ body {
|
|
|
3090
3094
|
.oui-overflow-y-hidden {
|
|
3091
3095
|
overflow-y: hidden;
|
|
3092
3096
|
}
|
|
3097
|
+
.oui-overflow-y-visible {
|
|
3098
|
+
overflow-y: visible;
|
|
3099
|
+
}
|
|
3093
3100
|
.oui-overflow-x-scroll {
|
|
3094
3101
|
overflow-x: scroll;
|
|
3095
3102
|
}
|
|
@@ -3311,6 +3318,9 @@ body {
|
|
|
3311
3318
|
.oui-border-4 {
|
|
3312
3319
|
border-width: 4px;
|
|
3313
3320
|
}
|
|
3321
|
+
.oui-border-8 {
|
|
3322
|
+
border-width: 8px;
|
|
3323
|
+
}
|
|
3314
3324
|
.oui-border-\[0\.5px\] {
|
|
3315
3325
|
border-width: 0.5px;
|
|
3316
3326
|
}
|
|
@@ -3439,6 +3449,10 @@ body {
|
|
|
3439
3449
|
.oui-border-base-static-contrast-20 {
|
|
3440
3450
|
border-color: rgb(var(--oui-color-base-static-contrast) / 0.2);
|
|
3441
3451
|
}
|
|
3452
|
+
.oui-border-black {
|
|
3453
|
+
--tw-border-opacity: 1;
|
|
3454
|
+
border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
|
|
3455
|
+
}
|
|
3442
3456
|
.oui-border-danger {
|
|
3443
3457
|
--tw-border-opacity: 1;
|
|
3444
3458
|
border-color: rgb(var(--oui-color-danger) / var(--tw-border-opacity, 1));
|
|
@@ -3565,6 +3579,9 @@ body {
|
|
|
3565
3579
|
--tw-bg-opacity: 1;
|
|
3566
3580
|
background-color: rgb(99 14 173 / var(--tw-bg-opacity, 1));
|
|
3567
3581
|
}
|
|
3582
|
+
.oui-bg-\[\#FF7D00\]\/10 {
|
|
3583
|
+
background-color: rgb(255 125 0 / 0.1);
|
|
3584
|
+
}
|
|
3568
3585
|
.oui-bg-\[\#d9d9d9\] {
|
|
3569
3586
|
--tw-bg-opacity: 1;
|
|
3570
3587
|
background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
|
|
@@ -4862,6 +4879,10 @@ body {
|
|
|
4862
4879
|
--tw-text-opacity: 1;
|
|
4863
4880
|
color: rgb(99 102 109 / var(--tw-text-opacity, 1));
|
|
4864
4881
|
}
|
|
4882
|
+
.oui-text-\[\#FF7D00\] {
|
|
4883
|
+
--tw-text-opacity: 1;
|
|
4884
|
+
color: rgb(255 125 0 / var(--tw-text-opacity, 1));
|
|
4885
|
+
}
|
|
4865
4886
|
.oui-text-\[rgb\(var\(--oui-gradient-brand-start\)\)\] {
|
|
4866
4887
|
color: rgb(var(--oui-gradient-brand-start));
|
|
4867
4888
|
}
|
|
@@ -7310,9 +7331,6 @@ body {
|
|
|
7310
7331
|
.lg\:oui-h-\[28px\] {
|
|
7311
7332
|
height: 28px;
|
|
7312
7333
|
}
|
|
7313
|
-
.lg\:oui-h-\[64px\] {
|
|
7314
|
-
height: 64px;
|
|
7315
|
-
}
|
|
7316
7334
|
.lg\:oui-h-\[var\(--radix-select-trigger-height\)\] {
|
|
7317
7335
|
height: var(--radix-select-trigger-height);
|
|
7318
7336
|
}
|
|
@@ -7346,9 +7364,6 @@ body {
|
|
|
7346
7364
|
.lg\:oui-w-\[360px\] {
|
|
7347
7365
|
width: 360px;
|
|
7348
7366
|
}
|
|
7349
|
-
.lg\:oui-w-\[64px\] {
|
|
7350
|
-
width: 64px;
|
|
7351
|
-
}
|
|
7352
7367
|
.lg\:oui-w-\[calc\(\(100\%_-_8px\)\/3\)\] {
|
|
7353
7368
|
width: calc((100% - 8px) / 3);
|
|
7354
7369
|
}
|
|
@@ -7367,22 +7382,9 @@ body {
|
|
|
7367
7382
|
.lg\:oui-max-w-\[640px\] {
|
|
7368
7383
|
max-width: 640px;
|
|
7369
7384
|
}
|
|
7370
|
-
.lg\:oui-flex-1 {
|
|
7371
|
-
flex: 1 1 0%;
|
|
7372
|
-
}
|
|
7373
|
-
.lg\:-oui-rotate-90 {
|
|
7374
|
-
--tw-rotate: -90deg;
|
|
7375
|
-
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));
|
|
7376
|
-
}
|
|
7377
7385
|
.lg\:oui-cursor-not-allowed {
|
|
7378
7386
|
cursor: not-allowed;
|
|
7379
7387
|
}
|
|
7380
|
-
.lg\:oui-grid-cols-2 {
|
|
7381
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
7382
|
-
}
|
|
7383
|
-
.lg\:oui-grid-cols-3 {
|
|
7384
|
-
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
7385
|
-
}
|
|
7386
7388
|
.lg\:oui-flex-row {
|
|
7387
7389
|
flex-direction: row;
|
|
7388
7390
|
}
|
|
@@ -7446,9 +7448,6 @@ body {
|
|
|
7446
7448
|
.lg\:oui-gap-4 {
|
|
7447
7449
|
gap: 1rem;
|
|
7448
7450
|
}
|
|
7449
|
-
.lg\:oui-gap-\[6px\] {
|
|
7450
|
-
gap: 6px;
|
|
7451
|
-
}
|
|
7452
7451
|
.lg\:oui-gap-x-2 {
|
|
7453
7452
|
-moz-column-gap: 0.5rem;
|
|
7454
7453
|
column-gap: 0.5rem;
|
|
@@ -7710,15 +7709,34 @@ body {
|
|
|
7710
7709
|
.xl\:oui-h-8 {
|
|
7711
7710
|
height: 2rem;
|
|
7712
7711
|
}
|
|
7712
|
+
.xl\:oui-h-\[64px\] {
|
|
7713
|
+
height: 64px;
|
|
7714
|
+
}
|
|
7713
7715
|
.xl\:oui-w-4 {
|
|
7714
7716
|
width: 1rem;
|
|
7715
7717
|
}
|
|
7716
7718
|
.xl\:oui-w-8 {
|
|
7717
7719
|
width: 2rem;
|
|
7718
7720
|
}
|
|
7721
|
+
.xl\:oui-w-\[64px\] {
|
|
7722
|
+
width: 64px;
|
|
7723
|
+
}
|
|
7724
|
+
.xl\:oui-w-full {
|
|
7725
|
+
width: 100%;
|
|
7726
|
+
}
|
|
7719
7727
|
.xl\:oui-flex-1 {
|
|
7720
7728
|
flex: 1 1 0%;
|
|
7721
7729
|
}
|
|
7730
|
+
.xl\:-oui-rotate-90 {
|
|
7731
|
+
--tw-rotate: -90deg;
|
|
7732
|
+
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));
|
|
7733
|
+
}
|
|
7734
|
+
.xl\:oui-grid-cols-2 {
|
|
7735
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
7736
|
+
}
|
|
7737
|
+
.xl\:oui-grid-cols-3 {
|
|
7738
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
7739
|
+
}
|
|
7722
7740
|
.xl\:oui-flex-row {
|
|
7723
7741
|
flex-direction: row;
|
|
7724
7742
|
}
|
|
@@ -7779,6 +7797,13 @@ body {
|
|
|
7779
7797
|
.xl\:oui-gap-\[36px\] {
|
|
7780
7798
|
gap: 36px;
|
|
7781
7799
|
}
|
|
7800
|
+
.xl\:oui-gap-\[6px\] {
|
|
7801
|
+
gap: 6px;
|
|
7802
|
+
}
|
|
7803
|
+
.xl\:oui-gap-x-\[6px\] {
|
|
7804
|
+
-moz-column-gap: 6px;
|
|
7805
|
+
column-gap: 6px;
|
|
7806
|
+
}
|
|
7782
7807
|
.xl\:oui-space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
7783
7808
|
--tw-space-y-reverse: 0;
|
|
7784
7809
|
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -7799,6 +7824,9 @@ body {
|
|
|
7799
7824
|
.xl\:oui-pt-2 {
|
|
7800
7825
|
padding-top: 0.5rem;
|
|
7801
7826
|
}
|
|
7827
|
+
.xl\:oui-text-center {
|
|
7828
|
+
text-align: center;
|
|
7829
|
+
}
|
|
7802
7830
|
.xl\:oui-text-2xl {
|
|
7803
7831
|
font-size: var(--oui-font-size-2xl, 1.5rem);
|
|
7804
7832
|
line-height: 2rem;
|