@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.
@@ -1,7 +1,7 @@
1
1
  .ons-uac {
2
2
  &__input {
3
3
  font-family: $font-mono !important;
4
- font-weight: 700;
4
+ font-weight: $font-weight-bold;
5
5
  letter-spacing: 0.14em;
6
6
  text-transform: uppercase;
7
7
  width: 15.1em;
@@ -105,7 +105,7 @@
105
105
  }
106
106
 
107
107
  .ons-panel__body {
108
- font-weight: bold;
108
+ font-weight: $font-weight-bold;
109
109
  padding: 0.8rem 0.8rem 0.8rem 2rem;
110
110
  }
111
111
  }
@@ -139,7 +139,7 @@ $button-shadow-size: 3px;
139
139
  &__inner {
140
140
  background: var(--ons-color-button-secondary);
141
141
  color: var(--ons-color-text);
142
- font-weight: normal;
142
+ font-weight: $font-weight-regular;
143
143
 
144
144
  .ons-svg-icon {
145
145
  fill: var(--ons-color-text);
@@ -187,7 +187,7 @@ $button-shadow-size: 3px;
187
187
  border-radius: 0;
188
188
  box-shadow: none;
189
189
  color: var(--ons-color-text-link);
190
- font-weight: normal;
190
+ font-weight: $font-weight-regular;
191
191
  padding: 0;
192
192
  .ons-svg-icon {
193
193
  fill: var(--ons-color-text-link);
@@ -445,7 +445,7 @@ $button-shadow-size: 3px;
445
445
  color: var(--ons-color-branded-text);
446
446
  display: block;
447
447
  font-size: 1rem;
448
- font-weight: normal;
448
+ font-weight: $font-weight-regular;
449
449
  padding: 0.6rem 1rem;
450
450
  text-align: left;
451
451
 
@@ -33,7 +33,7 @@
33
33
  margin-top: 0.5rem;
34
34
 
35
35
  .ons-label {
36
- font-weight: normal;
36
+ font-weight: $font-weight-regular;
37
37
  margin-bottom: 0;
38
38
  margin-right: 0.5rem;
39
39
  }
@@ -24,13 +24,13 @@
24
24
  }
25
25
 
26
26
  &__description--title {
27
- font-weight: normal;
27
+ font-weight: $font-weight-regular;
28
28
  }
29
29
 
30
30
  > * .ons-fieldset {
31
31
  .ons-fieldset {
32
32
  &__legend {
33
- font-weight: normal;
33
+ font-weight: $font-weight-regular;
34
34
  }
35
35
  }
36
36
  }
@@ -123,7 +123,7 @@
123
123
  }
124
124
 
125
125
  &__item--active > &__link {
126
- font-weight: 700;
126
+ font-weight: $font-weight-bold;
127
127
  }
128
128
 
129
129
  &-wrapper {
@@ -181,7 +181,7 @@
181
181
  border-radius: 50%;
182
182
  color: var(--ons-color-white);
183
183
  font-size: 1.5rem;
184
- font-weight: 900;
184
+ font-weight: $font-weight-bold;
185
185
  line-height: 2rem;
186
186
  min-height: 2rem;
187
187
  min-width: 2rem;
@@ -35,7 +35,7 @@ $hub-row-spacing: 1.3rem;
35
35
  @extend .ons-u-fs-m;
36
36
 
37
37
  border-width: 2px;
38
- font-weight: 700;
38
+ font-weight: $font-weight-bold;
39
39
 
40
40
  .ons-summary__values {
41
41
  padding-top: 23px;
@@ -109,7 +109,7 @@ $hub-row-spacing: 1.3rem;
109
109
  &__item--error & {
110
110
  &__row-title--error {
111
111
  color: var(--ons-color-errors);
112
- font-weight: 700;
112
+ font-weight: $font-weight-bold;
113
113
  padding: $summary-row-spacing $summary-col-spacing;
114
114
  }
115
115
 
@@ -9,7 +9,7 @@
9
9
  }
10
10
 
11
11
  &__caption {
12
- font-weight: 700;
12
+ font-weight: $font-weight-bold;
13
13
  text-align: left;
14
14
  }
15
15
 
@@ -88,7 +88,7 @@
88
88
  &::before {
89
89
  content: attr(data-th);
90
90
  float: left;
91
- font-weight: 700;
91
+ font-weight: $font-weight-bold;
92
92
  padding-right: 1rem;
93
93
  }
94
94
  }
@@ -198,7 +198,7 @@
198
198
  color: var(--ons-color-text-link);
199
199
  display: inline-block;
200
200
  font-family: $font-sans;
201
- font-weight: 700;
201
+ font-weight: $font-weight-bold;
202
202
  line-height: 1rem;
203
203
  padding: 0 0 0.2rem;
204
204
  text-decoration: underline;