@orderly.network/ui 3.0.4-alpha.3 → 3.0.4-alpha.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 CHANGED
@@ -2720,6 +2720,9 @@ body {
2720
2720
  .oui-grid-cols-\[6fr\,4fr\] {
2721
2721
  grid-template-columns: 6fr 4fr;
2722
2722
  }
2723
+ .oui-grid-cols-\[minmax\(0\,1fr\)_96px_72px\] {
2724
+ grid-template-columns: minmax(0, 1fr) 96px 72px;
2725
+ }
2723
2726
  .oui-grid-cols-none {
2724
2727
  grid-template-columns: none;
2725
2728
  }
@@ -5966,6 +5969,9 @@ body {
5966
5969
  .hover\:oui-text-warning-darken\/80:hover {
5967
5970
  color: rgb(var(--oui-color-warning-darken) / 0.8);
5968
5971
  }
5972
+ .hover\:oui-text-warning\/90:hover {
5973
+ color: rgb(var(--oui-color-warning) / 0.9);
5974
+ }
5969
5975
  .hover\:oui-text-white\/80:hover {
5970
5976
  color: rgb(255 255 255 / 0.8);
5971
5977
  }