@ambita/design-system 5.7.1-71.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 +2 -2
- package/dist/ds.cjs +1 -1
- package/dist/ds.js +1 -1
- package/dist/ds.umd.cjs +5 -5
- 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
|
@@ -479,7 +479,7 @@ $datepicker-content-border-color: var(--border-color-input);
|
|
|
479
479
|
$datepicker-content-border-radius: var(--corner-radius-xxs);
|
|
480
480
|
$datepicker-content-shadow: var(--shadow-dropdown);
|
|
481
481
|
$datepicker-content-padding: 16px;
|
|
482
|
-
$datepicker-content-min-width:
|
|
482
|
+
$datepicker-content-min-width: 280px;
|
|
483
483
|
|
|
484
484
|
// Datepicker Header
|
|
485
485
|
$datepicker-header-margin-bottom: 12px;
|
|
@@ -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
|