@orderly.network/ui 2.9.1 → 2.10.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 +12 -3
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +9 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -4
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -1910,6 +1910,9 @@ body {
|
|
|
1910
1910
|
.\!oui-w-\[2px\] {
|
|
1911
1911
|
width: 2px !important;
|
|
1912
1912
|
}
|
|
1913
|
+
.\!oui-w-\[372px\] {
|
|
1914
|
+
width: 372px !important;
|
|
1915
|
+
}
|
|
1913
1916
|
.\!oui-w-\[90\%\] {
|
|
1914
1917
|
width: 90% !important;
|
|
1915
1918
|
}
|
|
@@ -2111,9 +2114,6 @@ body {
|
|
|
2111
2114
|
.oui-w-\[420px\] {
|
|
2112
2115
|
width: 420px;
|
|
2113
2116
|
}
|
|
2114
|
-
.oui-w-\[429px\] {
|
|
2115
|
-
width: 429px;
|
|
2116
|
-
}
|
|
2117
2117
|
.oui-w-\[456px\] {
|
|
2118
2118
|
width: 456px;
|
|
2119
2119
|
}
|
|
@@ -2129,6 +2129,9 @@ body {
|
|
|
2129
2129
|
.oui-w-\[55px\] {
|
|
2130
2130
|
width: 55px;
|
|
2131
2131
|
}
|
|
2132
|
+
.oui-w-\[580px\] {
|
|
2133
|
+
width: 580px;
|
|
2134
|
+
}
|
|
2132
2135
|
.oui-w-\[590px\] {
|
|
2133
2136
|
width: 590px;
|
|
2134
2137
|
}
|
|
@@ -2277,6 +2280,9 @@ body {
|
|
|
2277
2280
|
.oui-min-w-\[var\(--radix-select-trigger-width\)\] {
|
|
2278
2281
|
min-width: var(--radix-select-trigger-width);
|
|
2279
2282
|
}
|
|
2283
|
+
.\!oui-max-w-\[372px\] {
|
|
2284
|
+
max-width: 372px !important;
|
|
2285
|
+
}
|
|
2280
2286
|
.\!oui-max-w-\[624px\] {
|
|
2281
2287
|
max-width: 624px !important;
|
|
2282
2288
|
}
|
|
@@ -4990,6 +4996,9 @@ body {
|
|
|
4990
4996
|
.oui-no-underline {
|
|
4991
4997
|
text-decoration-line: none;
|
|
4992
4998
|
}
|
|
4999
|
+
.oui-decoration-base-contrast {
|
|
5000
|
+
text-decoration-color: rgb(var(--oui-color-base-foreground) / 0.98);
|
|
5001
|
+
}
|
|
4993
5002
|
.oui-decoration-base-contrast-36 {
|
|
4994
5003
|
text-decoration-color: rgb(var(--oui-color-base-foreground) / 0.36);
|
|
4995
5004
|
}
|