@ons/design-system 59.0.0 → 59.1.0
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.
- package/components/access-code/uac.scss +1 -1
- package/components/autosuggest/_autosuggest.scss +1 -1
- package/components/button/_button.scss +3 -3
- package/components/download-resources/_download-resources.scss +1 -1
- package/components/fieldset/_fieldset.scss +2 -2
- package/components/navigation/_navigation.scss +1 -1
- package/components/panel/_panel.scss +1 -1
- package/components/summary/_summary.scss +2 -2
- package/components/table/_table.scss +3 -3
- package/css/census.css +3 -3
- package/css/ids.css +3 -3
- package/css/main.css +3 -3
- package/fonts/opensans-bold.woff +0 -0
- package/fonts/opensans-bold.woff2 +0 -0
- package/fonts/opensans-regular.woff +0 -0
- package/fonts/opensans-regular.woff2 +0 -0
- package/package.json +1 -1
- package/scss/base/_typography.scss +1 -0
- package/scss/patternlib.scss +2 -1
- package/scss/utilities/_typography.scss +1 -1
- package/scss/vars/_typography.scss +1 -1
package/fonts/opensans-bold.woff
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/scss/patternlib.scss
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import 'vars/grid';
|
|
2
|
+
@import 'vars/typography';
|
|
2
3
|
@import 'vars/vars';
|
|
3
4
|
@import 'helpers/index';
|
|
4
5
|
@import '../views/partials/example/example';
|
|
@@ -152,7 +153,7 @@
|
|
|
152
153
|
color: var(--ons-color-text-inverse);
|
|
153
154
|
display: inline-block;
|
|
154
155
|
font-size: 0.7rem;
|
|
155
|
-
font-weight:
|
|
156
|
+
font-weight: $font-weight-bold;
|
|
156
157
|
letter-spacing: 0.1rem;
|
|
157
158
|
margin-right: 0.5rem;
|
|
158
159
|
outline: 2px solid transparent; // Add transparent outline because Windows High Contrast Mode doesn't show background
|