@stokelp/ui 2.37.6 → 2.38.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/ui.js CHANGED
@@ -19739,6 +19739,18 @@ const { withProvider: qu, withContext: R5 } = K(oa, {
19739
19739
  bg: "decorative.brown.mid",
19740
19740
  color: "white"
19741
19741
  }
19742
+ },
19743
+ error: {
19744
+ root: {
19745
+ bg: "error.500",
19746
+ color: "white"
19747
+ }
19748
+ },
19749
+ warning: {
19750
+ root: {
19751
+ bg: "warning.500",
19752
+ color: "white"
19753
+ }
19742
19754
  }
19743
19755
  }
19744
19756
  }