@ambita/design-system 5.7.1-2571.0 → 5.7.1-2601.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/dist/css/neo-mixins.scss +2 -0
- package/dist/css/neo-tokens.scss +7 -0
- package/dist/ds.cjs +2 -2
- package/dist/ds.js +6 -6
- package/dist/ds.umd.cjs +8 -8
- package/dist/index.css +1 -1
- package/dist/themes/ambita-dark.css +1 -1
- package/dist/themes/ambita-light.css +1 -1
- package/dist/themes/ambita-old.css +1 -1
- package/dist/themes/byggesoknaden.css +1 -1
- package/dist/types/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +2 -1
package/dist/css/neo-mixins.scss
CHANGED
|
@@ -135,6 +135,7 @@
|
|
|
135
135
|
|
|
136
136
|
padding: $dropdown-item-padding-y $dropdown-item-padding-x;
|
|
137
137
|
|
|
138
|
+
font-family: $font-family-sans-serif;
|
|
138
139
|
color: $dropdown-item-text;
|
|
139
140
|
font-size: $dropdown-item-font-size;
|
|
140
141
|
line-height: 1;
|
|
@@ -245,6 +246,7 @@
|
|
|
245
246
|
|
|
246
247
|
padding: $input-padding-y $input-padding-x;
|
|
247
248
|
|
|
249
|
+
font-family: $font-family-sans-serif;
|
|
248
250
|
font-size: $input-font-size;
|
|
249
251
|
font-weight: $input-font-weight;
|
|
250
252
|
line-height: $input-line-height;
|
package/dist/css/neo-tokens.scss
CHANGED
|
@@ -224,6 +224,13 @@ $accordion-toggle-text-color: var(--text-link-default);
|
|
|
224
224
|
$accordion-toggle-text-hover-color: var(--text-link-active);
|
|
225
225
|
$accordion-toggle-font-size: var(--font-size-xxs);
|
|
226
226
|
|
|
227
|
+
/* ============================================================================
|
|
228
|
+
TYPOGRAPHY TOKENS
|
|
229
|
+
============================================================================ */
|
|
230
|
+
|
|
231
|
+
$font-family-sans-serif: var(--font-family-sans-serif) 'sans-serif';
|
|
232
|
+
$font-family-display-serif: var(--font-family-display-serif);
|
|
233
|
+
|
|
227
234
|
/* ============================================================================
|
|
228
235
|
GENERAL COLORS
|
|
229
236
|
============================================================================ */
|