@orderly.network/ui 2.11.2 → 2.12.0-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 +24 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +140 -125
- package/dist/index.d.ts +140 -125
- package/dist/index.js +4870 -4831
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4807 -4769
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -1373,6 +1373,10 @@ body {
|
|
|
1373
1373
|
width: 12px;
|
|
1374
1374
|
height: 12px;
|
|
1375
1375
|
}
|
|
1376
|
+
.oui-size-\[140px\] {
|
|
1377
|
+
width: 140px;
|
|
1378
|
+
height: 140px;
|
|
1379
|
+
}
|
|
1376
1380
|
.oui-size-\[14px\] {
|
|
1377
1381
|
width: 14px;
|
|
1378
1382
|
height: 14px;
|
|
@@ -2188,6 +2192,9 @@ body {
|
|
|
2188
2192
|
.oui-w-\[calc\(\(100\%_-_4px\)\/2\)\] {
|
|
2189
2193
|
width: calc((100% - 4px) / 2);
|
|
2190
2194
|
}
|
|
2195
|
+
.oui-w-\[calc\(100\%\+2\.5rem\)\] {
|
|
2196
|
+
width: calc(100% + 2.5rem);
|
|
2197
|
+
}
|
|
2191
2198
|
.oui-w-\[calc\(100\%-60px\)\] {
|
|
2192
2199
|
width: calc(100% - 60px);
|
|
2193
2200
|
}
|
|
@@ -2336,6 +2343,9 @@ body {
|
|
|
2336
2343
|
.oui-max-w-\[240px\] {
|
|
2337
2344
|
max-width: 240px;
|
|
2338
2345
|
}
|
|
2346
|
+
.oui-max-w-\[244px\] {
|
|
2347
|
+
max-width: 244px;
|
|
2348
|
+
}
|
|
2339
2349
|
.oui-max-w-\[260px\] {
|
|
2340
2350
|
max-width: 260px;
|
|
2341
2351
|
}
|
|
@@ -3273,6 +3283,9 @@ body {
|
|
|
3273
3283
|
.oui-border-4 {
|
|
3274
3284
|
border-width: 4px;
|
|
3275
3285
|
}
|
|
3286
|
+
.oui-border-8 {
|
|
3287
|
+
border-width: 8px;
|
|
3288
|
+
}
|
|
3276
3289
|
.oui-border-\[0\.5px\] {
|
|
3277
3290
|
border-width: 0.5px;
|
|
3278
3291
|
}
|
|
@@ -3398,6 +3411,10 @@ body {
|
|
|
3398
3411
|
.oui-border-base-static-contrast-20 {
|
|
3399
3412
|
border-color: rgb(var(--oui-color-base-static-contrast) / 0.2);
|
|
3400
3413
|
}
|
|
3414
|
+
.oui-border-black {
|
|
3415
|
+
--tw-border-opacity: 1;
|
|
3416
|
+
border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
|
|
3417
|
+
}
|
|
3401
3418
|
.oui-border-danger {
|
|
3402
3419
|
--tw-border-opacity: 1;
|
|
3403
3420
|
border-color: rgb(var(--oui-color-danger) / var(--tw-border-opacity, 1));
|
|
@@ -3540,6 +3557,9 @@ body {
|
|
|
3540
3557
|
--tw-bg-opacity: 1;
|
|
3541
3558
|
background-color: rgb(99 14 173 / var(--tw-bg-opacity, 1));
|
|
3542
3559
|
}
|
|
3560
|
+
.oui-bg-\[\#FF7D00\]\/10 {
|
|
3561
|
+
background-color: rgb(255 125 0 / 0.1);
|
|
3562
|
+
}
|
|
3543
3563
|
.oui-bg-\[\#d9d9d9\] {
|
|
3544
3564
|
--tw-bg-opacity: 1;
|
|
3545
3565
|
background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
|
|
@@ -4820,6 +4840,10 @@ body {
|
|
|
4820
4840
|
--tw-text-opacity: 1;
|
|
4821
4841
|
color: rgb(99 102 109 / var(--tw-text-opacity, 1));
|
|
4822
4842
|
}
|
|
4843
|
+
.oui-text-\[\#FF7D00\] {
|
|
4844
|
+
--tw-text-opacity: 1;
|
|
4845
|
+
color: rgb(255 125 0 / var(--tw-text-opacity, 1));
|
|
4846
|
+
}
|
|
4823
4847
|
.oui-text-\[rgb\(var\(--oui-gradient-brand-start\)\)\] {
|
|
4824
4848
|
color: rgb(var(--oui-gradient-brand-start));
|
|
4825
4849
|
}
|