@momentum-design/components 0.1.0 → 0.1.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.
@@ -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