@orderly.network/ui 3.1.0-alpha.0 → 3.1.1-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 +39 -50
- package/dist/index.css.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +4 -4
package/dist/index.css
CHANGED
|
@@ -1291,9 +1291,6 @@ body {
|
|
|
1291
1291
|
.oui-mt-\[-8px\] {
|
|
1292
1292
|
margin-top: -8px;
|
|
1293
1293
|
}
|
|
1294
|
-
.oui-mt-\[1px\] {
|
|
1295
|
-
margin-top: 1px;
|
|
1296
|
-
}
|
|
1297
1294
|
.oui-mt-\[2px\] {
|
|
1298
1295
|
margin-top: 2px;
|
|
1299
1296
|
}
|
|
@@ -1460,6 +1457,9 @@ body {
|
|
|
1460
1457
|
.\!oui-h-\[42px\] {
|
|
1461
1458
|
height: 42px !important;
|
|
1462
1459
|
}
|
|
1460
|
+
.\!oui-h-\[54px\] {
|
|
1461
|
+
height: 54px !important;
|
|
1462
|
+
}
|
|
1463
1463
|
.\!oui-h-\[600px\] {
|
|
1464
1464
|
height: 600px !important;
|
|
1465
1465
|
}
|
|
@@ -2177,12 +2177,12 @@ body {
|
|
|
2177
2177
|
.oui-w-\[55px\] {
|
|
2178
2178
|
width: 55px;
|
|
2179
2179
|
}
|
|
2180
|
-
.oui-w-\[580px\] {
|
|
2181
|
-
width: 580px;
|
|
2182
|
-
}
|
|
2183
2180
|
.oui-w-\[590px\] {
|
|
2184
2181
|
width: 590px;
|
|
2185
2182
|
}
|
|
2183
|
+
.oui-w-\[620px\] {
|
|
2184
|
+
width: 620px;
|
|
2185
|
+
}
|
|
2186
2186
|
.oui-w-\[63px\] {
|
|
2187
2187
|
width: 63px;
|
|
2188
2188
|
}
|
|
@@ -3103,6 +3103,9 @@ body {
|
|
|
3103
3103
|
.oui-text-ellipsis {
|
|
3104
3104
|
text-overflow: ellipsis;
|
|
3105
3105
|
}
|
|
3106
|
+
.\!oui-whitespace-normal {
|
|
3107
|
+
white-space: normal !important;
|
|
3108
|
+
}
|
|
3106
3109
|
.oui-whitespace-normal {
|
|
3107
3110
|
white-space: normal;
|
|
3108
3111
|
}
|
|
@@ -3164,6 +3167,9 @@ body {
|
|
|
3164
3167
|
.oui-rounded-\[24px\] {
|
|
3165
3168
|
border-radius: 24px;
|
|
3166
3169
|
}
|
|
3170
|
+
.oui-rounded-\[2px\] {
|
|
3171
|
+
border-radius: 2px;
|
|
3172
|
+
}
|
|
3167
3173
|
.oui-rounded-\[3px\] {
|
|
3168
3174
|
border-radius: 3px;
|
|
3169
3175
|
}
|
|
@@ -3200,17 +3206,13 @@ body {
|
|
|
3200
3206
|
.oui-rounded-xl {
|
|
3201
3207
|
border-radius: var(--oui-rounded-xl, 0.75rem);
|
|
3202
3208
|
}
|
|
3203
|
-
.\!oui-rounded-
|
|
3204
|
-
border-
|
|
3205
|
-
border-
|
|
3209
|
+
.\!oui-rounded-b-xl {
|
|
3210
|
+
border-bottom-right-radius: var(--oui-rounded-xl, 0.75rem) !important;
|
|
3211
|
+
border-bottom-left-radius: var(--oui-rounded-xl, 0.75rem) !important;
|
|
3206
3212
|
}
|
|
3207
|
-
.\!oui-rounded-
|
|
3208
|
-
border-
|
|
3209
|
-
border-
|
|
3210
|
-
}
|
|
3211
|
-
.\!oui-rounded-t {
|
|
3212
|
-
border-top-left-radius: var(--oui-rounded, 0.25rem) !important;
|
|
3213
|
-
border-top-right-radius: var(--oui-rounded, 0.25rem) !important;
|
|
3213
|
+
.\!oui-rounded-t-xl {
|
|
3214
|
+
border-top-left-radius: var(--oui-rounded-xl, 0.75rem) !important;
|
|
3215
|
+
border-top-right-radius: var(--oui-rounded-xl, 0.75rem) !important;
|
|
3214
3216
|
}
|
|
3215
3217
|
.oui-rounded-b-2xl {
|
|
3216
3218
|
border-bottom-right-radius: var(--oui-rounded-2xl, 1rem);
|
|
@@ -3272,30 +3274,6 @@ body {
|
|
|
3272
3274
|
border-top-left-radius: var(--oui-rounded-xl, 0.75rem);
|
|
3273
3275
|
border-top-right-radius: var(--oui-rounded-xl, 0.75rem);
|
|
3274
3276
|
}
|
|
3275
|
-
.\!oui-rounded-ee {
|
|
3276
|
-
border-end-end-radius: var(--oui-rounded, 0.25rem) !important;
|
|
3277
|
-
}
|
|
3278
|
-
.\!oui-rounded-ee-xl {
|
|
3279
|
-
border-end-end-radius: var(--oui-rounded-xl, 0.75rem) !important;
|
|
3280
|
-
}
|
|
3281
|
-
.\!oui-rounded-es {
|
|
3282
|
-
border-end-start-radius: var(--oui-rounded, 0.25rem) !important;
|
|
3283
|
-
}
|
|
3284
|
-
.\!oui-rounded-es-xl {
|
|
3285
|
-
border-end-start-radius: var(--oui-rounded-xl, 0.75rem) !important;
|
|
3286
|
-
}
|
|
3287
|
-
.\!oui-rounded-se {
|
|
3288
|
-
border-start-end-radius: var(--oui-rounded, 0.25rem) !important;
|
|
3289
|
-
}
|
|
3290
|
-
.\!oui-rounded-se-xl {
|
|
3291
|
-
border-start-end-radius: var(--oui-rounded-xl, 0.75rem) !important;
|
|
3292
|
-
}
|
|
3293
|
-
.\!oui-rounded-ss {
|
|
3294
|
-
border-start-start-radius: var(--oui-rounded, 0.25rem) !important;
|
|
3295
|
-
}
|
|
3296
|
-
.\!oui-rounded-ss-xl {
|
|
3297
|
-
border-start-start-radius: var(--oui-rounded-xl, 0.75rem) !important;
|
|
3298
|
-
}
|
|
3299
3277
|
.oui-rounded-bl-\[10px\] {
|
|
3300
3278
|
border-bottom-left-radius: 10px;
|
|
3301
3279
|
}
|
|
@@ -3804,9 +3782,6 @@ body {
|
|
|
3804
3782
|
--tw-bg-opacity: 1;
|
|
3805
3783
|
background-color: rgb(var(--oui-color-success-darken) / var(--tw-bg-opacity, 1));
|
|
3806
3784
|
}
|
|
3807
|
-
.oui-bg-success-darken\/30 {
|
|
3808
|
-
background-color: rgb(var(--oui-color-success-darken) / 0.3);
|
|
3809
|
-
}
|
|
3810
3785
|
.oui-bg-success\/15 {
|
|
3811
3786
|
background-color: rgb(var(--oui-color-success) / 0.15);
|
|
3812
3787
|
}
|
|
@@ -3958,6 +3933,15 @@ body {
|
|
|
3958
3933
|
rgba(var(--oui-color-base-9) / 0) 0%,
|
|
3959
3934
|
rgba(var(--oui-color-base-9) / 1) 100%);
|
|
3960
3935
|
}
|
|
3936
|
+
.oui-bg-\[repeating-linear-gradient\(45deg\,rgba\(255\,255\,255\,0\.08\)_0\,rgba\(255\,255\,255\,0\.08\)_4px\,transparent_4px\,transparent_8px\)\] {
|
|
3937
|
+
background-image:
|
|
3938
|
+
repeating-linear-gradient(
|
|
3939
|
+
45deg,
|
|
3940
|
+
rgba(255, 255, 255, 0.08) 0,
|
|
3941
|
+
rgba(255, 255, 255, 0.08) 4px,
|
|
3942
|
+
transparent 4px,
|
|
3943
|
+
transparent 8px);
|
|
3944
|
+
}
|
|
3961
3945
|
.oui-bg-gradient-to-b {
|
|
3962
3946
|
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
|
|
3963
3947
|
}
|
|
@@ -4716,9 +4700,15 @@ body {
|
|
|
4716
4700
|
.oui-pt-\[6px\] {
|
|
4717
4701
|
padding-top: 6px;
|
|
4718
4702
|
}
|
|
4703
|
+
.oui-text-left {
|
|
4704
|
+
text-align: left;
|
|
4705
|
+
}
|
|
4719
4706
|
.oui-text-center {
|
|
4720
4707
|
text-align: center;
|
|
4721
4708
|
}
|
|
4709
|
+
.oui-text-right {
|
|
4710
|
+
text-align: right;
|
|
4711
|
+
}
|
|
4722
4712
|
.\!oui-text-start {
|
|
4723
4713
|
text-align: start !important;
|
|
4724
4714
|
}
|
|
@@ -4855,6 +4845,9 @@ body {
|
|
|
4855
4845
|
.oui-leading-8 {
|
|
4856
4846
|
line-height: 2rem;
|
|
4857
4847
|
}
|
|
4848
|
+
.oui-leading-9 {
|
|
4849
|
+
line-height: 2.25rem;
|
|
4850
|
+
}
|
|
4858
4851
|
.oui-leading-\[0px\] {
|
|
4859
4852
|
line-height: 0px;
|
|
4860
4853
|
}
|
|
@@ -5096,9 +5089,6 @@ body {
|
|
|
5096
5089
|
--tw-text-opacity: 1;
|
|
5097
5090
|
color: rgb(var(--oui-color-success-darken) / var(--tw-text-opacity, 1));
|
|
5098
5091
|
}
|
|
5099
|
-
.oui-text-success-darken\/50 {
|
|
5100
|
-
color: rgb(var(--oui-color-success-darken) / 0.5);
|
|
5101
|
-
}
|
|
5102
5092
|
.oui-text-success-light {
|
|
5103
5093
|
--tw-text-opacity: 1;
|
|
5104
5094
|
color: rgb(var(--oui-color-success-light) / var(--tw-text-opacity, 1));
|
|
@@ -6920,6 +6910,9 @@ body {
|
|
|
6920
6910
|
.md\:oui-h-\[var\(--radix-select-trigger-height\)\] {
|
|
6921
6911
|
height: var(--radix-select-trigger-height);
|
|
6922
6912
|
}
|
|
6913
|
+
.md\:oui-h-full {
|
|
6914
|
+
height: 100%;
|
|
6915
|
+
}
|
|
6923
6916
|
.md\:oui-w-1\/2 {
|
|
6924
6917
|
width: 50%;
|
|
6925
6918
|
}
|
|
@@ -7098,10 +7091,6 @@ body {
|
|
|
7098
7091
|
padding-top: 0.75rem;
|
|
7099
7092
|
padding-bottom: 0.75rem;
|
|
7100
7093
|
}
|
|
7101
|
-
.md\:oui-py-7 {
|
|
7102
|
-
padding-top: 1.75rem;
|
|
7103
|
-
padding-bottom: 1.75rem;
|
|
7104
|
-
}
|
|
7105
7094
|
.md\:oui-py-\[38px\] {
|
|
7106
7095
|
padding-top: 38px;
|
|
7107
7096
|
padding-bottom: 38px;
|