@kodiak-finance/orderly-ui 2.8.21-alpha.0 → 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 +30 -6
- 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 +3 -3
package/dist/index.css
CHANGED
|
@@ -1016,6 +1016,9 @@ body {
|
|
|
1016
1016
|
.\!oui-mb-\[6px\] {
|
|
1017
1017
|
margin-bottom: 6px !important;
|
|
1018
1018
|
}
|
|
1019
|
+
.\!oui-mt-0 {
|
|
1020
|
+
margin-top: 0px !important;
|
|
1021
|
+
}
|
|
1019
1022
|
.-oui-mb-1 {
|
|
1020
1023
|
margin-bottom: -0.25rem;
|
|
1021
1024
|
}
|
|
@@ -1058,9 +1061,6 @@ body {
|
|
|
1058
1061
|
.oui-mb-0 {
|
|
1059
1062
|
margin-bottom: 0px;
|
|
1060
1063
|
}
|
|
1061
|
-
.oui-mb-0\.5 {
|
|
1062
|
-
margin-bottom: 0.125rem;
|
|
1063
|
-
}
|
|
1064
1064
|
.oui-mb-1 {
|
|
1065
1065
|
margin-bottom: 0.25rem;
|
|
1066
1066
|
}
|
|
@@ -2312,9 +2312,6 @@ body {
|
|
|
2312
2312
|
.oui-max-w-\[320px\] {
|
|
2313
2313
|
max-width: 320px;
|
|
2314
2314
|
}
|
|
2315
|
-
.oui-max-w-\[330px\] {
|
|
2316
|
-
max-width: 330px;
|
|
2317
|
-
}
|
|
2318
2315
|
.oui-max-w-\[348px\] {
|
|
2319
2316
|
max-width: 348px;
|
|
2320
2317
|
}
|
|
@@ -2330,6 +2327,9 @@ body {
|
|
|
2330
2327
|
.oui-max-w-\[400px\] {
|
|
2331
2328
|
max-width: 400px;
|
|
2332
2329
|
}
|
|
2330
|
+
.oui-max-w-\[420px\] {
|
|
2331
|
+
max-width: 420px;
|
|
2332
|
+
}
|
|
2333
2333
|
.oui-max-w-\[450px\] {
|
|
2334
2334
|
max-width: 450px;
|
|
2335
2335
|
}
|
|
@@ -3176,6 +3176,9 @@ body {
|
|
|
3176
3176
|
border-top-left-radius: var(--oui-rounded-xl, 0.75rem);
|
|
3177
3177
|
border-top-right-radius: var(--oui-rounded-xl, 0.75rem);
|
|
3178
3178
|
}
|
|
3179
|
+
.\!oui-rounded-bl {
|
|
3180
|
+
border-bottom-left-radius: var(--oui-rounded, 0.25rem) !important;
|
|
3181
|
+
}
|
|
3179
3182
|
.oui-rounded-bl {
|
|
3180
3183
|
border-bottom-left-radius: var(--oui-rounded, 0.25rem);
|
|
3181
3184
|
}
|
|
@@ -3185,6 +3188,9 @@ body {
|
|
|
3185
3188
|
.oui-rounded-bl-\[6px\] {
|
|
3186
3189
|
border-bottom-left-radius: 6px;
|
|
3187
3190
|
}
|
|
3191
|
+
.oui-rounded-bl-xl {
|
|
3192
|
+
border-bottom-left-radius: var(--oui-rounded-xl, 0.75rem);
|
|
3193
|
+
}
|
|
3188
3194
|
.oui-rounded-br-\[3px\] {
|
|
3189
3195
|
border-bottom-right-radius: 3px;
|
|
3190
3196
|
}
|
|
@@ -3194,6 +3200,9 @@ body {
|
|
|
3194
3200
|
.oui-rounded-br-none {
|
|
3195
3201
|
border-bottom-right-radius: 0;
|
|
3196
3202
|
}
|
|
3203
|
+
.oui-rounded-br-xl {
|
|
3204
|
+
border-bottom-right-radius: var(--oui-rounded-xl, 0.75rem);
|
|
3205
|
+
}
|
|
3197
3206
|
.oui-rounded-tl {
|
|
3198
3207
|
border-top-left-radius: var(--oui-rounded, 0.25rem);
|
|
3199
3208
|
}
|
|
@@ -6598,6 +6607,9 @@ body {
|
|
|
6598
6607
|
margin-left: 0px;
|
|
6599
6608
|
margin-right: 0px;
|
|
6600
6609
|
}
|
|
6610
|
+
.md\:oui-mb-3 {
|
|
6611
|
+
margin-bottom: 0.75rem;
|
|
6612
|
+
}
|
|
6601
6613
|
.md\:oui-mt-3 {
|
|
6602
6614
|
margin-top: 0.75rem;
|
|
6603
6615
|
}
|
|
@@ -6766,6 +6778,9 @@ body {
|
|
|
6766
6778
|
.md\:oui-justify-stretch {
|
|
6767
6779
|
justify-content: stretch;
|
|
6768
6780
|
}
|
|
6781
|
+
.md\:oui-gap-3 {
|
|
6782
|
+
gap: 0.75rem;
|
|
6783
|
+
}
|
|
6769
6784
|
.md\:oui-gap-4 {
|
|
6770
6785
|
gap: 1rem;
|
|
6771
6786
|
}
|
|
@@ -6809,6 +6824,12 @@ body {
|
|
|
6809
6824
|
.md\:oui-p-10 {
|
|
6810
6825
|
padding: 2.5rem;
|
|
6811
6826
|
}
|
|
6827
|
+
.md\:oui-p-2 {
|
|
6828
|
+
padding: 0.5rem;
|
|
6829
|
+
}
|
|
6830
|
+
.md\:oui-p-4 {
|
|
6831
|
+
padding: 1rem;
|
|
6832
|
+
}
|
|
6812
6833
|
.md\:oui-px-3 {
|
|
6813
6834
|
padding-left: 0.75rem;
|
|
6814
6835
|
padding-right: 0.75rem;
|
|
@@ -7423,6 +7444,9 @@ body {
|
|
|
7423
7444
|
}
|
|
7424
7445
|
}
|
|
7425
7446
|
@media (min-width: 1024px) {
|
|
7447
|
+
.xl\:\!oui-mt-3 {
|
|
7448
|
+
margin-top: 0.75rem !important;
|
|
7449
|
+
}
|
|
7426
7450
|
.xl\:oui-flex {
|
|
7427
7451
|
display: flex;
|
|
7428
7452
|
}
|