@momentum-design/components 0.0.32 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const lit_1 = require("lit");
4
4
  const styles = (0, lit_1.css) `
5
5
  :host {
6
+ // todo: use type tokens once the full set with fallbacks is available
6
7
  --mdc-themeprovider-font-family: "Momentum";
7
8
  --mdc-themeprovider-color-default: var(--mds-color-theme-text-primary-normal);
8
9
 
package/package.json CHANGED
@@ -37,5 +37,5 @@
37
37
  "@momentum-design/icons": "*",
38
38
  "@momentum-design/tokens": "*"
39
39
  },
40
- "version": "0.0.32"
40
+ "version": "0.1.0"
41
41
  }