@orderly.network/ui 3.0.1 → 3.0.2
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 +32 -29
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +124 -123
- package/dist/index.d.ts +124 -123
- package/dist/index.js +35 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +35 -10
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +4 -4
package/dist/index.css
CHANGED
|
@@ -1583,9 +1583,6 @@ body {
|
|
|
1583
1583
|
.oui-h-\[24px\] {
|
|
1584
1584
|
height: 24px;
|
|
1585
1585
|
}
|
|
1586
|
-
.oui-h-\[252px\] {
|
|
1587
|
-
height: 252px;
|
|
1588
|
-
}
|
|
1589
1586
|
.oui-h-\[256px\] {
|
|
1590
1587
|
height: 256px;
|
|
1591
1588
|
}
|
|
@@ -3074,6 +3071,9 @@ body {
|
|
|
3074
3071
|
.oui-overflow-y-hidden {
|
|
3075
3072
|
overflow-y: hidden;
|
|
3076
3073
|
}
|
|
3074
|
+
.oui-overflow-y-visible {
|
|
3075
|
+
overflow-y: visible;
|
|
3076
|
+
}
|
|
3077
3077
|
.oui-overflow-x-scroll {
|
|
3078
3078
|
overflow-x: scroll;
|
|
3079
3079
|
}
|
|
@@ -7243,9 +7243,6 @@ body {
|
|
|
7243
7243
|
.lg\:oui-h-\[28px\] {
|
|
7244
7244
|
height: 28px;
|
|
7245
7245
|
}
|
|
7246
|
-
.lg\:oui-h-\[64px\] {
|
|
7247
|
-
height: 64px;
|
|
7248
|
-
}
|
|
7249
7246
|
.lg\:oui-h-\[var\(--radix-select-trigger-height\)\] {
|
|
7250
7247
|
height: var(--radix-select-trigger-height);
|
|
7251
7248
|
}
|
|
@@ -7279,9 +7276,6 @@ body {
|
|
|
7279
7276
|
.lg\:oui-w-\[360px\] {
|
|
7280
7277
|
width: 360px;
|
|
7281
7278
|
}
|
|
7282
|
-
.lg\:oui-w-\[64px\] {
|
|
7283
|
-
width: 64px;
|
|
7284
|
-
}
|
|
7285
7279
|
.lg\:oui-w-\[calc\(\(100\%_-_8px\)\/3\)\] {
|
|
7286
7280
|
width: calc((100% - 8px) / 3);
|
|
7287
7281
|
}
|
|
@@ -7300,22 +7294,9 @@ body {
|
|
|
7300
7294
|
.lg\:oui-max-w-\[640px\] {
|
|
7301
7295
|
max-width: 640px;
|
|
7302
7296
|
}
|
|
7303
|
-
.lg\:oui-flex-1 {
|
|
7304
|
-
flex: 1 1 0%;
|
|
7305
|
-
}
|
|
7306
|
-
.lg\:-oui-rotate-90 {
|
|
7307
|
-
--tw-rotate: -90deg;
|
|
7308
|
-
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));
|
|
7309
|
-
}
|
|
7310
7297
|
.lg\:oui-cursor-not-allowed {
|
|
7311
7298
|
cursor: not-allowed;
|
|
7312
7299
|
}
|
|
7313
|
-
.lg\:oui-grid-cols-2 {
|
|
7314
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
7315
|
-
}
|
|
7316
|
-
.lg\:oui-grid-cols-3 {
|
|
7317
|
-
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
7318
|
-
}
|
|
7319
7300
|
.lg\:oui-flex-row {
|
|
7320
7301
|
flex-direction: row;
|
|
7321
7302
|
}
|
|
@@ -7379,17 +7360,10 @@ body {
|
|
|
7379
7360
|
.lg\:oui-gap-4 {
|
|
7380
7361
|
gap: 1rem;
|
|
7381
7362
|
}
|
|
7382
|
-
.lg\:oui-gap-\[6px\] {
|
|
7383
|
-
gap: 6px;
|
|
7384
|
-
}
|
|
7385
7363
|
.lg\:oui-gap-x-2 {
|
|
7386
7364
|
-moz-column-gap: 0.5rem;
|
|
7387
7365
|
column-gap: 0.5rem;
|
|
7388
7366
|
}
|
|
7389
|
-
.lg\:oui-gap-x-\[6px\] {
|
|
7390
|
-
-moz-column-gap: 6px;
|
|
7391
|
-
column-gap: 6px;
|
|
7392
|
-
}
|
|
7393
7367
|
.lg\:oui-gap-y-2 {
|
|
7394
7368
|
row-gap: 0.5rem;
|
|
7395
7369
|
}
|
|
@@ -7643,15 +7617,34 @@ body {
|
|
|
7643
7617
|
.xl\:oui-h-8 {
|
|
7644
7618
|
height: 2rem;
|
|
7645
7619
|
}
|
|
7620
|
+
.xl\:oui-h-\[64px\] {
|
|
7621
|
+
height: 64px;
|
|
7622
|
+
}
|
|
7646
7623
|
.xl\:oui-w-4 {
|
|
7647
7624
|
width: 1rem;
|
|
7648
7625
|
}
|
|
7649
7626
|
.xl\:oui-w-8 {
|
|
7650
7627
|
width: 2rem;
|
|
7651
7628
|
}
|
|
7629
|
+
.xl\:oui-w-\[64px\] {
|
|
7630
|
+
width: 64px;
|
|
7631
|
+
}
|
|
7632
|
+
.xl\:oui-w-full {
|
|
7633
|
+
width: 100%;
|
|
7634
|
+
}
|
|
7652
7635
|
.xl\:oui-flex-1 {
|
|
7653
7636
|
flex: 1 1 0%;
|
|
7654
7637
|
}
|
|
7638
|
+
.xl\:-oui-rotate-90 {
|
|
7639
|
+
--tw-rotate: -90deg;
|
|
7640
|
+
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));
|
|
7641
|
+
}
|
|
7642
|
+
.xl\:oui-grid-cols-2 {
|
|
7643
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
7644
|
+
}
|
|
7645
|
+
.xl\:oui-grid-cols-3 {
|
|
7646
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
7647
|
+
}
|
|
7655
7648
|
.xl\:oui-flex-row {
|
|
7656
7649
|
flex-direction: row;
|
|
7657
7650
|
}
|
|
@@ -7712,6 +7705,13 @@ body {
|
|
|
7712
7705
|
.xl\:oui-gap-\[36px\] {
|
|
7713
7706
|
gap: 36px;
|
|
7714
7707
|
}
|
|
7708
|
+
.xl\:oui-gap-\[6px\] {
|
|
7709
|
+
gap: 6px;
|
|
7710
|
+
}
|
|
7711
|
+
.xl\:oui-gap-x-\[6px\] {
|
|
7712
|
+
-moz-column-gap: 6px;
|
|
7713
|
+
column-gap: 6px;
|
|
7714
|
+
}
|
|
7715
7715
|
.xl\:oui-space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
7716
7716
|
--tw-space-y-reverse: 0;
|
|
7717
7717
|
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -7732,6 +7732,9 @@ body {
|
|
|
7732
7732
|
.xl\:oui-pt-2 {
|
|
7733
7733
|
padding-top: 0.5rem;
|
|
7734
7734
|
}
|
|
7735
|
+
.xl\:oui-text-center {
|
|
7736
|
+
text-align: center;
|
|
7737
|
+
}
|
|
7735
7738
|
.xl\:oui-text-2xl {
|
|
7736
7739
|
font-size: var(--oui-font-size-2xl, 1.5rem);
|
|
7737
7740
|
line-height: 2rem;
|