@orderly.network/ui 2.8.6 → 2.8.7

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
@@ -1708,9 +1708,6 @@ body {
1708
1708
  .oui-h-\[calc\(100vh-80px\)\] {
1709
1709
  height: calc(100vh - 80px);
1710
1710
  }
1711
- .oui-h-\[calc\(100vh_-_200px\)\] {
1712
- height: calc(100vh - 200px);
1713
- }
1714
1711
  .oui-h-\[calc\(100vh_-_48px_-_29px\)\] {
1715
1712
  height: calc(100vh - 48px - 29px);
1716
1713
  }
@@ -4823,6 +4820,9 @@ body {
4823
4820
  --tw-text-opacity: 1;
4824
4821
  color: rgb(var(--oui-color-primary-contrast) / var(--tw-text-opacity, 1));
4825
4822
  }
4823
+ .oui-text-primary-contrast\/80 {
4824
+ color: rgb(var(--oui-color-primary-contrast) / 0.8);
4825
+ }
4826
4826
  .oui-text-primary-darken {
4827
4827
  --tw-text-opacity: 1;
4828
4828
  color: rgb(var(--oui-color-primary-darken) / var(--tw-text-opacity, 1));