@orderly.network/ui 2.12.0 → 2.12.1-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 CHANGED
@@ -1817,6 +1817,9 @@ body {
1817
1817
  .oui-max-h-\[202px\] {
1818
1818
  max-height: 202px;
1819
1819
  }
1820
+ .oui-max-h-\[205px\] {
1821
+ max-height: 205px;
1822
+ }
1820
1823
  .oui-max-h-\[240px\] {
1821
1824
  max-height: 240px;
1822
1825
  }
@@ -3669,8 +3672,8 @@ body {
3669
3672
  .oui-bg-base-static-contrast\/10 {
3670
3673
  background-color: rgb(var(--oui-color-base-static-contrast) / 0.1);
3671
3674
  }
3672
- .oui-bg-black\/80 {
3673
- background-color: rgb(0 0 0 / 0.8);
3675
+ .oui-bg-black\/60 {
3676
+ background-color: rgb(0 0 0 / 0.6);
3674
3677
  }
3675
3678
  .oui-bg-danger {
3676
3679
  --tw-bg-opacity: 1;
@@ -5303,6 +5306,10 @@ body {
5303
5306
  --tw-backdrop-blur: blur(2px);
5304
5307
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
5305
5308
  }
5309
+ .oui-backdrop-blur-sm {
5310
+ --tw-backdrop-blur: blur(4px);
5311
+ backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
5312
+ }
5306
5313
  .\!oui-transition-none {
5307
5314
  transition-property: none !important;
5308
5315
  }