@ambita/design-system 5.7.1-61.0 → 5.7.1-81.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 +1 -1
- package/dist/ds.cjs +10 -10
- package/dist/ds.js +5052 -5061
- package/dist/ds.umd.cjs +11 -11
- 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/package.json +1 -1
package/dist/css/neo-tokens.scss
CHANGED
|
@@ -522,7 +522,7 @@ $datepicker-cell-disabled-opacity: 0.3;
|
|
|
522
522
|
|
|
523
523
|
// Datepicker Focus
|
|
524
524
|
$datepicker-focus-outline-color: var(--border-color-focus);
|
|
525
|
-
$datepicker-focus-outline-width:
|
|
525
|
+
$datepicker-focus-outline-width: 3px;
|
|
526
526
|
$datepicker-focus-outline-offset: 2px;
|
|
527
527
|
|
|
528
528
|
// Datepicker Footer
|