@momentum-design/components 0.29.1 → 0.30.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.
@@ -8,6 +8,20 @@ import ThemeProviderContext from './themeprovider.context';
8
8
  *
9
9
  * CSS variables defined in the themeclass will be used for the styling of child dom nodes.
10
10
  *
11
+ * Available Momentum theme classes:
12
+ *
13
+ * `mds-theme-stable-darkWebex`, `mds-theme-stable-lightWebex`
14
+ *
15
+ * `mds-theme-stable-darkBronzeWebex`, `mds-theme-stable-lightBronzeWebex`
16
+ *
17
+ * `mds-theme-stable-darkIndigoWebex`, `mds-theme-stable-lightIndigoWebex`
18
+ *
19
+ * `mds-theme-stable-darkJadeWebex`, `mds-theme-stable-lightJadeWebex`
20
+ *
21
+ * `mds-theme-stable-darkLavenderWebex`, `mds-theme-stable-lightLavenderWebex`
22
+ *
23
+ * `mds-theme-stable-darkRoseWebex`, `mds-theme-stable-lightRoseWebex`
24
+ *
11
25
  * Themeclass context can be be consumed from Lit child components
12
26
  * (see providerUtils.consume for how to consume)
13
27
  *
@@ -19,6 +19,20 @@ import styles from './themeprovider.styles';
19
19
  *
20
20
  * CSS variables defined in the themeclass will be used for the styling of child dom nodes.
21
21
  *
22
+ * Available Momentum theme classes:
23
+ *
24
+ * `mds-theme-stable-darkWebex`, `mds-theme-stable-lightWebex`
25
+ *
26
+ * `mds-theme-stable-darkBronzeWebex`, `mds-theme-stable-lightBronzeWebex`
27
+ *
28
+ * `mds-theme-stable-darkIndigoWebex`, `mds-theme-stable-lightIndigoWebex`
29
+ *
30
+ * `mds-theme-stable-darkJadeWebex`, `mds-theme-stable-lightJadeWebex`
31
+ *
32
+ * `mds-theme-stable-darkLavenderWebex`, `mds-theme-stable-lightLavenderWebex`
33
+ *
34
+ * `mds-theme-stable-darkRoseWebex`, `mds-theme-stable-lightRoseWebex`
35
+ *
22
36
  * Themeclass context can be be consumed from Lit child components
23
37
  * (see providerUtils.consume for how to consume)
24
38
  *