@orderly.network/ui 2.8.3 → 2.8.4
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 +9 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +126 -125
- package/dist/index.d.ts +126 -125
- package/dist/index.js +354 -317
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +164 -128
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -2017,6 +2017,9 @@ body {
|
|
|
2017
2017
|
.oui-w-\[1px\] {
|
|
2018
2018
|
width: 1px;
|
|
2019
2019
|
}
|
|
2020
|
+
.oui-w-\[200px\] {
|
|
2021
|
+
width: 200px;
|
|
2022
|
+
}
|
|
2020
2023
|
.oui-w-\[20px\] {
|
|
2021
2024
|
width: 20px;
|
|
2022
2025
|
}
|
|
@@ -7176,6 +7179,9 @@ body {
|
|
|
7176
7179
|
.lg\:oui-border {
|
|
7177
7180
|
border-width: 1px;
|
|
7178
7181
|
}
|
|
7182
|
+
.lg\:oui-border-b {
|
|
7183
|
+
border-bottom-width: 1px;
|
|
7184
|
+
}
|
|
7179
7185
|
.lg\:oui-border-danger {
|
|
7180
7186
|
--tw-border-opacity: 1;
|
|
7181
7187
|
border-color: rgb(var(--oui-color-danger) / var(--tw-border-opacity, 1));
|
|
@@ -7183,6 +7189,9 @@ body {
|
|
|
7183
7189
|
.lg\:oui-border-line-6 {
|
|
7184
7190
|
border-color: rgb(var(--oui-color-line, 255 255 255) / 0.06);
|
|
7185
7191
|
}
|
|
7192
|
+
.lg\:oui-border-b-white\/\[0\.12\] {
|
|
7193
|
+
border-bottom-color: rgb(255 255 255 / 0.12);
|
|
7194
|
+
}
|
|
7186
7195
|
.lg\:oui-bg-base-4 {
|
|
7187
7196
|
--tw-bg-opacity: 1;
|
|
7188
7197
|
background-color: rgb(var(--oui-color-base-4) / var(--tw-bg-opacity, 1));
|