RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@momentum-design/components
Versions diffs
0.16.10 → 0.16.11
Page 3
@momentum-design/components 0.16.10 → 0.16.11
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
+3
-0
package/dist/browser/index.js.map
+2
-2
package/dist/components/text/fonts.styles.js
+3
-0
package/dist/custom-elements.json
+673
-673
package/dist/react/index.d.ts
+2
-2
package/dist/react/index.js
+2
-2
package/package.json
+1
-1
package/dist/components/text/fonts.styles.js
CHANGED
Viewed
@@ -6,6 +6,9 @@ export const fontsStyles = css `
6
6
line-height: unset;
7
7
text-decoration: unset;
8
8
text-transform: unset;
9
+
white-space: inherit;
10
+
overflow: inherit;
11
+
text-overflow: inherit;
9
12
}
10
13
11
14
:host([type="headline-small-regular"]) {
« First
‹ Prev
1
2
3
4
5
Next ›
Last »