@ambita/design-system 5.7.1-2861.0 → 5.7.1-2881.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-tokens.scss +5 -5
- package/dist/ds.cjs +8 -8
- package/dist/ds.js +3031 -3022
- package/dist/ds.umd.cjs +9 -9
- 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 +1 -1
package/dist/css/neo-tokens.scss
CHANGED
|
@@ -278,7 +278,7 @@ $pagination-item-radius: var(--corner-radius-l);
|
|
|
278
278
|
// Pagination Button - Default
|
|
279
279
|
$pagination-button-bg-default: var(--fill-button-secondary-default);
|
|
280
280
|
$pagination-button-text-default: var(--text-button-secondary);
|
|
281
|
-
$pagination-button-border-default:
|
|
281
|
+
$pagination-button-border-default: transparent;
|
|
282
282
|
$pagination-button-border-width: var(--border-weight-button);
|
|
283
283
|
|
|
284
284
|
// Pagination Button - Hover
|
|
@@ -287,13 +287,13 @@ $pagination-button-text-hover: var(--text-action-active);
|
|
|
287
287
|
$pagination-button-border-hover: transparent;
|
|
288
288
|
|
|
289
289
|
// Pagination Button - Active/Current
|
|
290
|
-
$pagination-button-bg-active: var(--fill-button-
|
|
291
|
-
$pagination-button-text-active: var(--text-
|
|
292
|
-
$pagination-button-border-active:
|
|
290
|
+
$pagination-button-bg-active: var(--fill-button-secondary-default);
|
|
291
|
+
$pagination-button-text-active: var(--text-action-on-light);
|
|
292
|
+
$pagination-button-border-active: var(--text-action-on-light);
|
|
293
293
|
|
|
294
294
|
// Pagination Button - Disabled
|
|
295
295
|
$pagination-button-bg-disabled: var(--fill-disabled);
|
|
296
|
-
$pagination-button-text-disabled: var(--
|
|
296
|
+
$pagination-button-text-disabled: var(--icon-fill-disabled);
|
|
297
297
|
$pagination-button-border-disabled: var(--border-color-disabled);
|
|
298
298
|
|
|
299
299
|
// Pagination Navigation Buttons
|