@orderly.network/ui 3.0.0-beta.3 → 3.0.0-beta.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 +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +12 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.js +48 -53
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +47 -52
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +4 -4
package/dist/index.css
CHANGED
|
@@ -3672,8 +3672,8 @@ body {
|
|
|
3672
3672
|
.oui-bg-base-static-contrast\/10 {
|
|
3673
3673
|
background-color: rgb(var(--oui-color-base-static-contrast) / 0.1);
|
|
3674
3674
|
}
|
|
3675
|
-
.oui-bg-black\/
|
|
3676
|
-
background-color: rgb(0 0 0 / 0.
|
|
3675
|
+
.oui-bg-black\/50 {
|
|
3676
|
+
background-color: rgb(0 0 0 / 0.5);
|
|
3677
3677
|
}
|
|
3678
3678
|
.oui-bg-danger {
|
|
3679
3679
|
--tw-bg-opacity: 1;
|