@momentum-design/components 0.108.0 → 0.108.2

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.
@@ -14,16 +14,16 @@ import Component from '../../components/progressbar';
14
14
  * @dependency mdc-icon
15
15
  * @dependency mdc-text
16
16
  *
17
- * @cssproperty --mdc-progressbar-default-background-color - Background color of the progressbar when inactive.
18
- * @cssproperty --mdc-progressbar-default-active-background-color - Background color of the progressbar when active.
19
- * @cssproperty --mdc-progressbar-success-background-color - Background color of the progressbar when in success state.
20
- * @cssproperty --mdc-progressbar-error-background-color - Background color of the progressbar when in error state.
17
+ * @cssproperty --mdc-progressbar-background-color - Background color of the remaining progressbar portion.
18
+ * @cssproperty --mdc-progressbar-active-background-color - Background color of the elapsed progressbar portion.
19
+ * @cssproperty --mdc-progressbar-success-color - Background color of the progressbar when in success state.
20
+ * @cssproperty --mdc-progressbar-error-color - Background color of the progressbar when in error state.
21
21
  * @cssproperty --mdc-progressbar-height - The height of the progressbar.
22
22
  * @cssproperty --mdc-progressbar-border-radius - The border radius of the progressbar.
23
23
  * @cssproperty --mdc-progressbar-label-color - Color of the progressbar label text.
24
- * @cssproperty --mdc-progressbar-label-lineheight - Line height of the label text.
25
- * @cssproperty --mdc-progressbar-label-fontsize - Font size of the label text.
26
- * @cssproperty --mdc-progressbar-label-fontweight - Font weight of the label text.
24
+ * @cssproperty --mdc-progressbar-label-line-height - Line height of the label text.
25
+ * @cssproperty --mdc-progressbar-label-font-size - Font size of the label text.
26
+ * @cssproperty --mdc-progressbar-label-font-weight - Font weight of the label text.
27
27
  * @cssproperty --mdc-progressbar-help-text-color - Color of the help text.
28
28
  */
29
29
  declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {}>;
@@ -17,16 +17,16 @@ import { TAG_NAME } from '../../components/progressbar/progressbar.constants';
17
17
  * @dependency mdc-icon
18
18
  * @dependency mdc-text
19
19
  *
20
- * @cssproperty --mdc-progressbar-default-background-color - Background color of the progressbar when inactive.
21
- * @cssproperty --mdc-progressbar-default-active-background-color - Background color of the progressbar when active.
22
- * @cssproperty --mdc-progressbar-success-background-color - Background color of the progressbar when in success state.
23
- * @cssproperty --mdc-progressbar-error-background-color - Background color of the progressbar when in error state.
20
+ * @cssproperty --mdc-progressbar-background-color - Background color of the remaining progressbar portion.
21
+ * @cssproperty --mdc-progressbar-active-background-color - Background color of the elapsed progressbar portion.
22
+ * @cssproperty --mdc-progressbar-success-color - Background color of the progressbar when in success state.
23
+ * @cssproperty --mdc-progressbar-error-color - Background color of the progressbar when in error state.
24
24
  * @cssproperty --mdc-progressbar-height - The height of the progressbar.
25
25
  * @cssproperty --mdc-progressbar-border-radius - The border radius of the progressbar.
26
26
  * @cssproperty --mdc-progressbar-label-color - Color of the progressbar label text.
27
- * @cssproperty --mdc-progressbar-label-lineheight - Line height of the label text.
28
- * @cssproperty --mdc-progressbar-label-fontsize - Font size of the label text.
29
- * @cssproperty --mdc-progressbar-label-fontweight - Font weight of the label text.
27
+ * @cssproperty --mdc-progressbar-label-line-height - Line height of the label text.
28
+ * @cssproperty --mdc-progressbar-label-font-size - Font size of the label text.
29
+ * @cssproperty --mdc-progressbar-label-font-weight - Font weight of the label text.
30
30
  * @cssproperty --mdc-progressbar-help-text-color - Color of the help text.
31
31
  */
32
32
  const reactWrapper = createComponent({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@momentum-design/components",
3
3
  "packageManager": "yarn@3.2.4",
4
- "version": "0.108.0",
4
+ "version": "0.108.2",
5
5
  "engines": {
6
6
  "node": ">=20.0.0",
7
7
  "npm": ">=8.0.0"