@kodiak-finance/orderly-ui 2.8.19 → 2.8.21-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 +10 -22
- 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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -603,9 +603,6 @@ body {
|
|
|
603
603
|
.oui-bottom-\[38px\] {
|
|
604
604
|
bottom: 38px;
|
|
605
605
|
}
|
|
606
|
-
.oui-bottom-\[calc\(env\(safe-area-inset-bottom\)\+8px\)\] {
|
|
607
|
-
bottom: calc(env(safe-area-inset-bottom) + 8px);
|
|
608
|
-
}
|
|
609
606
|
.oui-bottom-full {
|
|
610
607
|
bottom: 100%;
|
|
611
608
|
}
|
|
@@ -2155,9 +2152,6 @@ body {
|
|
|
2155
2152
|
.oui-w-\[calc\(100\%-64px\)\] {
|
|
2156
2153
|
width: calc(100% - 64px);
|
|
2157
2154
|
}
|
|
2158
|
-
.oui-w-\[calc\(100\%_-_16px\)\] {
|
|
2159
|
-
width: calc(100% - 16px);
|
|
2160
|
-
}
|
|
2161
2155
|
.oui-w-\[calc\(100\%_-_280px_-_12px\)\] {
|
|
2162
2156
|
width: calc(100% - 280px - 12px);
|
|
2163
2157
|
}
|
|
@@ -2489,10 +2483,6 @@ body {
|
|
|
2489
2483
|
--tw-translate-y: 10px;
|
|
2490
2484
|
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));
|
|
2491
2485
|
}
|
|
2492
|
-
.oui-translate-y-\[120\%\] {
|
|
2493
|
-
--tw-translate-y: 120%;
|
|
2494
|
-
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));
|
|
2495
|
-
}
|
|
2496
2486
|
.-oui-rotate-180 {
|
|
2497
2487
|
--tw-rotate: -180deg;
|
|
2498
2488
|
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));
|
|
@@ -2848,6 +2838,10 @@ body {
|
|
|
2848
2838
|
-moz-column-gap: 0.25rem;
|
|
2849
2839
|
column-gap: 0.25rem;
|
|
2850
2840
|
}
|
|
2841
|
+
.oui-gap-x-1\.5 {
|
|
2842
|
+
-moz-column-gap: 0.375rem;
|
|
2843
|
+
column-gap: 0.375rem;
|
|
2844
|
+
}
|
|
2851
2845
|
.oui-gap-x-10 {
|
|
2852
2846
|
-moz-column-gap: 2.5rem;
|
|
2853
2847
|
column-gap: 2.5rem;
|
|
@@ -4696,6 +4690,9 @@ body {
|
|
|
4696
4690
|
.oui-leading-\[32px\] {
|
|
4697
4691
|
line-height: 32px;
|
|
4698
4692
|
}
|
|
4693
|
+
.oui-leading-\[34px\] {
|
|
4694
|
+
line-height: 34px;
|
|
4695
|
+
}
|
|
4699
4696
|
.oui-leading-\[36px\] {
|
|
4700
4697
|
line-height: 36px;
|
|
4701
4698
|
}
|
|
@@ -5259,6 +5256,9 @@ body {
|
|
|
5259
5256
|
.oui-ease-in-out {
|
|
5260
5257
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
5261
5258
|
}
|
|
5259
|
+
.oui-will-change-transform {
|
|
5260
|
+
will-change: transform;
|
|
5261
|
+
}
|
|
5262
5262
|
.oui-gradient-primary {
|
|
5263
5263
|
background-image:
|
|
5264
5264
|
linear-gradient(
|
|
@@ -6585,15 +6585,6 @@ body {
|
|
|
6585
6585
|
}
|
|
6586
6586
|
}
|
|
6587
6587
|
@media (min-width: 480px) {
|
|
6588
|
-
.md\:oui-bottom-10 {
|
|
6589
|
-
bottom: 2.5rem;
|
|
6590
|
-
}
|
|
6591
|
-
.md\:oui-left-auto {
|
|
6592
|
-
left: auto;
|
|
6593
|
-
}
|
|
6594
|
-
.md\:oui-right-3 {
|
|
6595
|
-
right: 0.75rem;
|
|
6596
|
-
}
|
|
6597
6588
|
.md\:oui-right-4 {
|
|
6598
6589
|
right: 1rem;
|
|
6599
6590
|
}
|
|
@@ -6692,9 +6683,6 @@ body {
|
|
|
6692
6683
|
.md\:oui-w-\[300px\] {
|
|
6693
6684
|
width: 300px;
|
|
6694
6685
|
}
|
|
6695
|
-
.md\:oui-w-\[420px\] {
|
|
6696
|
-
width: 420px;
|
|
6697
|
-
}
|
|
6698
6686
|
.md\:oui-w-auto {
|
|
6699
6687
|
width: auto;
|
|
6700
6688
|
}
|