wave-ui 3.12.0 → 3.13.1

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.
@@ -60,6 +60,12 @@ export interface $waveui {
60
60
  * @property {boolean} colorShades - Default: true
61
61
  */
62
62
  colorShades: boolean;
63
+ /**
64
+ * Generate CSS variables for color shades.
65
+ * NOTE: the `colorShades` must be enabled for this to work.
66
+ * @property {boolean} colorShadeCssVariables - Default: false
67
+ */
68
+ colorShadeCssVariables: boolean;
63
69
  /**
64
70
  * Generate margin and padding utility classes for each breakpoint. E.g. `sm-ma2`
65
71
  * @property {boolean} breakpointSpaces - Default: false