RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@momentum-design/components
Versions diffs
0.16.11 → 0.16.12
Page 3
@momentum-design/components 0.16.11 → 0.16.12
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (7)
hide
show
package/dist/browser/index.js
+1
-1
package/dist/browser/index.js.map
+1
-1
package/dist/components/text/fonts.styles.js
+1
-1
package/dist/custom-elements.json
+512
-512
package/dist/react/index.d.ts
+1
-1
package/dist/react/index.js
+1
-1
package/package.json
+1
-1
package/dist/components/text/fonts.styles.js
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
import { css } from 'lit';
2
2
export const fontsStyles = css `
3
-
:host
([tagname])
::part(text) {
3
+
:host::part(text) {
4
4
font-size: unset;
5
5
font-weight: unset;
6
6
line-height: unset;
« First
‹ Prev
1
2
3
4
5
Next ›
Last »