@momentum-design/components 0.133.38 → 0.133.39

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.
@@ -7209,8 +7209,6 @@
7209
7209
  --mdc-themeprovider-color-default: var(--mds-color-theme-text-primary-normal);
7210
7210
  --mdc-themeprovider-font-family: var(--mds-font-family-primary);
7211
7211
  --mdc-themeprovider-font-weight: 400;
7212
- /* Adjusting font feature settings for accessibility reasons */
7213
- --mdc-themeprovider-font-feature-settings: 'ss02' on;
7214
7212
 
7215
7213
  /* Custom scrollbar variables */
7216
7214
  --mdc-themeprovider-scrollbar-track-color: transparent;
@@ -7219,8 +7217,6 @@
7219
7217
  color: var(--mdc-themeprovider-color-default);
7220
7218
  font-family: var(--mdc-themeprovider-font-family);
7221
7219
  font-weight: var(--mdc-themeprovider-font-weight);
7222
-
7223
- font-feature-settings: var(--mdc-themeprovider-font-feature-settings);
7224
7220
  }
7225
7221
 
7226
7222
  /** Scrollbar Theme for Chrome, Edge, and Firefox. This has limited support on other browsers.