@momentum-design/components 0.118.4 → 0.118.5

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.
@@ -26,9 +26,6 @@ import type { Events } from '../../components/toggle/toggle.types';
26
26
  * @cssproperty --mdc-toggle-height - Height of the toggle
27
27
  * @cssproperty --mdc-toggle-width-compact - Width of the toggle when it's size is compact
28
28
  * @cssproperty --mdc-toggle-height-compact - Height of the toggle when it's size is compact
29
- * @cssproperty --mdc-toggle-label-lineheight - Line height of the toggle label
30
- * @cssproperty --mdc-toggle-label-fontsize - Font size of the toggle label
31
- * @cssproperty --mdc-toggle-label-fontweight - Font weight of the toggle label
32
29
  * @cssproperty --mdc-toggle-label-color-disabled - Color of the toggle label and help text in disabled state
33
30
  * @cssproperty --mdc-toggle-help-text-color - Color of the help text label
34
31
  * @cssproperty --mdc-toggle-active-hover-color - Background color of the active toggle in hover state
@@ -27,9 +27,6 @@ import { TAG_NAME } from '../../components/toggle/toggle.constants';
27
27
  * @cssproperty --mdc-toggle-height - Height of the toggle
28
28
  * @cssproperty --mdc-toggle-width-compact - Width of the toggle when it's size is compact
29
29
  * @cssproperty --mdc-toggle-height-compact - Height of the toggle when it's size is compact
30
- * @cssproperty --mdc-toggle-label-lineheight - Line height of the toggle label
31
- * @cssproperty --mdc-toggle-label-fontsize - Font size of the toggle label
32
- * @cssproperty --mdc-toggle-label-fontweight - Font weight of the toggle label
33
30
  * @cssproperty --mdc-toggle-label-color-disabled - Color of the toggle label and help text in disabled state
34
31
  * @cssproperty --mdc-toggle-help-text-color - Color of the help text label
35
32
  * @cssproperty --mdc-toggle-active-hover-color - Background color of the active toggle in hover state
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.118.4",
4
+ "version": "0.118.5",
5
5
  "engines": {
6
6
  "node": ">=20.0.0",
7
7
  "npm": ">=8.0.0"