@kodiak-finance/orderly-ui 2.8.21-rc.2 → 2.8.21
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 +15 -3
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +123 -124
- package/dist/index.d.ts +123 -124
- 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
|
@@ -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
|
}
|
|
@@ -6607,6 +6607,9 @@ body {
|
|
|
6607
6607
|
margin-left: 0px;
|
|
6608
6608
|
margin-right: 0px;
|
|
6609
6609
|
}
|
|
6610
|
+
.md\:oui-mb-3 {
|
|
6611
|
+
margin-bottom: 0.75rem;
|
|
6612
|
+
}
|
|
6610
6613
|
.md\:oui-mt-3 {
|
|
6611
6614
|
margin-top: 0.75rem;
|
|
6612
6615
|
}
|
|
@@ -6775,6 +6778,9 @@ body {
|
|
|
6775
6778
|
.md\:oui-justify-stretch {
|
|
6776
6779
|
justify-content: stretch;
|
|
6777
6780
|
}
|
|
6781
|
+
.md\:oui-gap-3 {
|
|
6782
|
+
gap: 0.75rem;
|
|
6783
|
+
}
|
|
6778
6784
|
.md\:oui-gap-4 {
|
|
6779
6785
|
gap: 1rem;
|
|
6780
6786
|
}
|
|
@@ -6818,6 +6824,12 @@ body {
|
|
|
6818
6824
|
.md\:oui-p-10 {
|
|
6819
6825
|
padding: 2.5rem;
|
|
6820
6826
|
}
|
|
6827
|
+
.md\:oui-p-2 {
|
|
6828
|
+
padding: 0.5rem;
|
|
6829
|
+
}
|
|
6830
|
+
.md\:oui-p-4 {
|
|
6831
|
+
padding: 1rem;
|
|
6832
|
+
}
|
|
6821
6833
|
.md\:oui-px-3 {
|
|
6822
6834
|
padding-left: 0.75rem;
|
|
6823
6835
|
padding-right: 0.75rem;
|