@kodiak-finance/orderly-ui 2.8.23 → 2.8.24-beta.1
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 +25 -0
- 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
|
@@ -2201,6 +2201,9 @@ body {
|
|
|
2201
2201
|
.oui-min-w-6 {
|
|
2202
2202
|
min-width: 1.5rem;
|
|
2203
2203
|
}
|
|
2204
|
+
.oui-min-w-\[100px\] {
|
|
2205
|
+
min-width: 100px;
|
|
2206
|
+
}
|
|
2204
2207
|
.oui-min-w-\[1018px\] {
|
|
2205
2208
|
min-width: 1018px;
|
|
2206
2209
|
}
|
|
@@ -2219,6 +2222,9 @@ body {
|
|
|
2219
2222
|
.oui-min-w-\[180px\] {
|
|
2220
2223
|
min-width: 180px;
|
|
2221
2224
|
}
|
|
2225
|
+
.oui-min-w-\[200px\] {
|
|
2226
|
+
min-width: 200px;
|
|
2227
|
+
}
|
|
2222
2228
|
.oui-min-w-\[204px\] {
|
|
2223
2229
|
min-width: 204px;
|
|
2224
2230
|
}
|
|
@@ -2995,6 +3001,14 @@ body {
|
|
|
2995
3001
|
margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
|
|
2996
3002
|
margin-bottom: calc(2px * var(--tw-space-y-reverse));
|
|
2997
3003
|
}
|
|
3004
|
+
.oui-divide-y > :not([hidden]) ~ :not([hidden]) {
|
|
3005
|
+
--tw-divide-y-reverse: 0;
|
|
3006
|
+
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
3007
|
+
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
|
|
3008
|
+
}
|
|
3009
|
+
.oui-divide-line-6 > :not([hidden]) ~ :not([hidden]) {
|
|
3010
|
+
border-color: rgb(var(--oui-color-line, 255 255 255) / 0.06);
|
|
3011
|
+
}
|
|
2998
3012
|
.oui-self-end {
|
|
2999
3013
|
align-self: flex-end;
|
|
3000
3014
|
}
|
|
@@ -4177,6 +4191,10 @@ body {
|
|
|
4177
4191
|
padding-left: 0.25rem;
|
|
4178
4192
|
padding-right: 0.25rem;
|
|
4179
4193
|
}
|
|
4194
|
+
.oui-px-1\.5 {
|
|
4195
|
+
padding-left: 0.375rem;
|
|
4196
|
+
padding-right: 0.375rem;
|
|
4197
|
+
}
|
|
4180
4198
|
.oui-px-10 {
|
|
4181
4199
|
padding-left: 2.5rem;
|
|
4182
4200
|
padding-right: 2.5rem;
|
|
@@ -4185,6 +4203,10 @@ body {
|
|
|
4185
4203
|
padding-left: 0.5rem;
|
|
4186
4204
|
padding-right: 0.5rem;
|
|
4187
4205
|
}
|
|
4206
|
+
.oui-px-2\.5 {
|
|
4207
|
+
padding-left: 0.625rem;
|
|
4208
|
+
padding-right: 0.625rem;
|
|
4209
|
+
}
|
|
4188
4210
|
.oui-px-3 {
|
|
4189
4211
|
padding-left: 0.75rem;
|
|
4190
4212
|
padding-right: 0.75rem;
|
|
@@ -4926,6 +4948,9 @@ body {
|
|
|
4926
4948
|
.oui-underline {
|
|
4927
4949
|
text-decoration-line: underline;
|
|
4928
4950
|
}
|
|
4951
|
+
.oui-line-through {
|
|
4952
|
+
text-decoration-line: line-through;
|
|
4953
|
+
}
|
|
4929
4954
|
.oui-no-underline {
|
|
4930
4955
|
text-decoration-line: none;
|
|
4931
4956
|
}
|