@momentum-design/components 0.1.0 → 0.1.2

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