@navikt/ds-css 7.10.0 → 7.12.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/CHANGELOG.md +10 -0
- package/config/tests/bundle.test.ts +7 -2
- package/darkside/accordion.darkside.css +53 -60
- package/darkside/action-menu.darkside.css +13 -13
- package/darkside/baseline/baseline.darkside.css +2 -1
- package/darkside/baseline/fonts.darkside.css +12 -12
- package/darkside/button.darkside.css +24 -32
- package/darkside/chat.darkside.css +5 -5
- package/darkside/chips.darkside.css +14 -14
- package/darkside/copybutton.darkside.css +1 -134
- package/darkside/date.darkside.css +18 -24
- package/darkside/expansioncard.darkside.css +9 -17
- package/darkside/form/combobox.darkside.css +21 -22
- package/darkside/form/error-summary.darkside.css +3 -3
- package/darkside/form/fieldset.darkside.css +1 -1
- package/darkside/form/file-upload.darkside.css +19 -28
- package/darkside/form/form-progress.darkside.css +19 -21
- package/darkside/form/form-summary.darkside.css +8 -8
- package/darkside/form/form.darkside.css +2 -2
- package/darkside/form/radio-checkbox.darkside.css +46 -27
- package/darkside/form/search.darkside.css +6 -10
- package/darkside/form/select.darkside.css +13 -13
- package/darkside/form/switch.darkside.css +43 -28
- package/darkside/form/text-field.darkside.css +9 -9
- package/darkside/form/textarea.darkside.css +11 -11
- package/darkside/guide-panel.darkside.css +6 -2
- package/darkside/help-text.darkside.css +3 -3
- package/darkside/index.css +0 -1
- package/darkside/internalheader.darkside.css +10 -10
- package/darkside/link.darkside.css +8 -7
- package/darkside/list.darkside.css +1 -6
- package/darkside/loader.darkside.css +5 -5
- package/darkside/modal.darkside.css +4 -3
- package/darkside/pagination.darkside.css +2 -2
- package/darkside/popover.darkside.css +8 -2
- package/darkside/primitives/page.darkside.css +2 -2
- package/darkside/progress-bar.darkside.css +2 -2
- package/darkside/read-more.darkside.css +5 -6
- package/darkside/skeleton.darkside.css +1 -1
- package/darkside/stepper.darkside.css +13 -24
- package/darkside/table.darkside.css +41 -24
- package/darkside/tabs.darkside.css +7 -7
- package/darkside/tag.darkside.css +21 -21
- package/darkside/theme.darkside.css +1 -1
- package/darkside/timeline.darkside.css +31 -26
- package/darkside/toggle-group.darkside.css +11 -11
- package/darkside/tooltip.darkside.css +4 -4
- package/darkside/typography.darkside.css +5 -2
- package/dist/component/expansioncard.css +1 -0
- package/dist/component/expansioncard.min.css +1 -1
- package/dist/component/form.css +4 -0
- package/dist/component/form.min.css +1 -1
- package/dist/component/modal.css +1 -0
- package/dist/component/modal.min.css +1 -1
- package/dist/component/table.css +2 -2
- package/dist/component/table.min.css +1 -1
- package/dist/component/tag.css +6 -6
- package/dist/component/tag.min.css +1 -1
- package/dist/components.css +16 -8
- package/dist/components.min.css +2 -2
- package/dist/darkside/component/accordion.css +44 -57
- package/dist/darkside/component/accordion.min.css +1 -1
- package/dist/darkside/component/actionmenu.css +13 -13
- package/dist/darkside/component/actionmenu.min.css +1 -1
- package/dist/darkside/component/button.css +24 -30
- package/dist/darkside/component/button.min.css +1 -1
- package/dist/darkside/component/chat.css +5 -5
- package/dist/darkside/component/chat.min.css +1 -1
- package/dist/darkside/component/chips.css +14 -14
- package/dist/darkside/component/chips.min.css +1 -1
- package/dist/darkside/component/copybutton.css +1 -126
- package/dist/darkside/component/copybutton.min.css +1 -1
- package/dist/darkside/component/date.css +18 -22
- package/dist/darkside/component/date.min.css +1 -1
- package/dist/darkside/component/expansioncard.css +9 -17
- package/dist/darkside/component/expansioncard.min.css +1 -1
- package/dist/darkside/component/form.css +181 -174
- package/dist/darkside/component/form.min.css +1 -1
- package/dist/darkside/component/guidepanel.css +6 -2
- package/dist/darkside/component/guidepanel.min.css +1 -1
- package/dist/darkside/component/helptext.css +3 -3
- package/dist/darkside/component/helptext.min.css +1 -1
- package/dist/darkside/component/internalheader.css +10 -10
- package/dist/darkside/component/internalheader.min.css +1 -1
- package/dist/darkside/component/link.css +8 -7
- package/dist/darkside/component/link.min.css +1 -1
- package/dist/darkside/component/list.css +1 -5
- package/dist/darkside/component/list.min.css +1 -1
- package/dist/darkside/component/loader.css +5 -5
- package/dist/darkside/component/loader.min.css +1 -1
- package/dist/darkside/component/modal.css +4 -3
- package/dist/darkside/component/modal.min.css +1 -1
- package/dist/darkside/component/pagination.css +2 -2
- package/dist/darkside/component/pagination.min.css +1 -1
- package/dist/darkside/component/popover.css +8 -2
- package/dist/darkside/component/popover.min.css +1 -1
- package/dist/darkside/component/primitives.css +2 -2
- package/dist/darkside/component/primitives.min.css +1 -1
- package/dist/darkside/component/progressbar.css +2 -2
- package/dist/darkside/component/progressbar.min.css +1 -1
- package/dist/darkside/component/readmore.css +5 -6
- package/dist/darkside/component/readmore.min.css +1 -1
- package/dist/darkside/component/skeleton.css +1 -1
- package/dist/darkside/component/skeleton.min.css +1 -1
- package/dist/darkside/component/stepper.css +13 -22
- package/dist/darkside/component/stepper.min.css +1 -1
- package/dist/darkside/component/table.css +38 -22
- package/dist/darkside/component/table.min.css +1 -1
- package/dist/darkside/component/tabs.css +7 -7
- package/dist/darkside/component/tabs.min.css +1 -1
- package/dist/darkside/component/tag.css +25 -25
- package/dist/darkside/component/tag.min.css +1 -1
- package/dist/darkside/component/theme.css +1 -1
- package/dist/darkside/component/theme.min.css +1 -1
- package/dist/darkside/component/timeline.css +31 -26
- package/dist/darkside/component/timeline.min.css +1 -1
- package/dist/darkside/component/togglegroup.css +11 -11
- package/dist/darkside/component/togglegroup.min.css +1 -1
- package/dist/darkside/component/tooltip.css +4 -4
- package/dist/darkside/component/tooltip.min.css +1 -1
- package/dist/darkside/component/typography.css +5 -2
- package/dist/darkside/component/typography.min.css +1 -1
- package/dist/darkside/components.css +497 -671
- package/dist/darkside/components.min.css +1 -1
- package/dist/darkside/global/baseline.css +1 -1
- package/dist/darkside/global/baseline.min.css +1 -1
- package/dist/darkside/global/fonts.css +12 -12
- package/dist/darkside/global/fonts.min.css +1 -1
- package/dist/darkside/global/tokens.css +400 -422
- package/dist/darkside/global/tokens.min.css +1 -1
- package/dist/darkside/index.css +910 -1106
- package/dist/darkside/index.min.css +1 -1
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/accordion.css +44 -57
- package/dist/darkside/version/7.12.0/component/accordion.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/actionmenu.css +13 -13
- package/dist/darkside/version/7.12.0/component/actionmenu.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/button.css +24 -30
- package/dist/darkside/version/7.12.0/component/button.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/chat.css +5 -5
- package/dist/darkside/version/7.12.0/component/chat.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/chips.css +14 -14
- package/dist/darkside/version/7.12.0/component/chips.min.css +1 -0
- package/dist/darkside/version/7.12.0/component/copybutton.css +23 -0
- package/dist/darkside/version/7.12.0/component/copybutton.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/date.css +18 -22
- package/dist/darkside/version/7.12.0/component/date.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/expansioncard.css +9 -17
- package/dist/darkside/version/7.12.0/component/expansioncard.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/form.css +181 -174
- package/dist/darkside/version/7.12.0/component/form.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/guidepanel.css +6 -2
- package/dist/darkside/version/7.12.0/component/guidepanel.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/helptext.css +3 -3
- package/dist/darkside/version/7.12.0/component/helptext.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/internalheader.css +10 -10
- package/dist/darkside/version/7.12.0/component/internalheader.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/link.css +8 -7
- package/dist/darkside/version/7.12.0/component/link.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/list.css +1 -5
- package/dist/darkside/version/7.12.0/component/list.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/loader.css +5 -5
- package/dist/darkside/version/7.12.0/component/loader.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/modal.css +4 -3
- package/dist/darkside/version/7.12.0/component/modal.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/pagination.css +2 -2
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/pagination.min.css +1 -1
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/popover.css +8 -2
- package/dist/darkside/version/7.12.0/component/popover.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/primitives.css +2 -2
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/primitives.min.css +1 -1
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/progressbar.css +2 -2
- package/dist/darkside/version/7.12.0/component/progressbar.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/readmore.css +5 -6
- package/dist/darkside/version/7.12.0/component/readmore.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/skeleton.css +1 -1
- package/dist/darkside/version/7.12.0/component/skeleton.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/stepper.css +13 -22
- package/dist/darkside/version/7.12.0/component/stepper.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/table.css +38 -22
- package/dist/darkside/version/7.12.0/component/table.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/tabs.css +7 -7
- package/dist/darkside/version/7.12.0/component/tabs.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/tag.css +25 -25
- package/dist/darkside/version/7.12.0/component/tag.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/theme.css +1 -1
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/theme.min.css +1 -1
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/timeline.css +31 -26
- package/dist/darkside/version/7.12.0/component/timeline.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/togglegroup.css +11 -11
- package/dist/darkside/version/7.12.0/component/togglegroup.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/tooltip.css +4 -4
- package/dist/darkside/version/7.12.0/component/tooltip.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/component/typography.css +5 -2
- package/dist/darkside/version/7.12.0/component/typography.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/components.css +497 -671
- package/dist/darkside/version/7.12.0/components.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/global/baseline.css +1 -1
- package/dist/darkside/version/7.12.0/global/baseline.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/global/fonts.css +12 -12
- package/dist/darkside/version/{7.10.0 → 7.12.0}/global/fonts.min.css +1 -1
- package/dist/darkside/version/7.12.0/global/tokens.css +817 -0
- package/dist/darkside/version/7.12.0/global/tokens.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.12.0}/index.css +910 -1106
- package/dist/darkside/version/7.12.0/index.min.css +1 -0
- package/dist/global/tokens.css +1 -1
- package/dist/global/tokens.min.css +1 -1
- package/dist/index.css +17 -9
- package/dist/index.min.css +3 -3
- package/expansioncard.css +1 -0
- package/form/radio-checkbox.css +5 -0
- package/modal.css +1 -0
- package/package.json +4 -4
- package/table.css +2 -2
- package/tag.css +6 -6
- package/darkside/link-panel.darkside.css +0 -47
- package/dist/darkside/component/linkpanel.css +0 -48
- package/dist/darkside/component/linkpanel.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/accordion.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/actionmenu.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/button.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/chat.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/chips.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/copybutton.css +0 -148
- package/dist/darkside/version/7.10.0/component/copybutton.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/date.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/expansioncard.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/form.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/guidepanel.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/helptext.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/internalheader.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/link.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/linkpanel.css +0 -48
- package/dist/darkside/version/7.10.0/component/linkpanel.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/list.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/loader.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/modal.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/popover.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/progressbar.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/readmore.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/skeleton.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/stepper.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/table.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/tabs.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/tag.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/timeline.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/togglegroup.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/tooltip.min.css +0 -1
- package/dist/darkside/version/7.10.0/component/typography.min.css +0 -1
- package/dist/darkside/version/7.10.0/components.min.css +0 -1
- package/dist/darkside/version/7.10.0/global/baseline.min.css +0 -1
- package/dist/darkside/version/7.10.0/global/tokens.css +0 -839
- package/dist/darkside/version/7.10.0/global/tokens.min.css +0 -1
- package/dist/darkside/version/7.10.0/index.min.css +0 -1
- /package/dist/darkside/version/{7.10.0 → 7.12.0}/component/alert.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.12.0}/component/alert.min.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.12.0}/component/dropdown.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.12.0}/component/dropdown.min.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.12.0}/component/panel.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.12.0}/component/panel.min.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.12.0}/global/print.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.12.0}/global/print.min.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.12.0}/global/reset.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.12.0}/global/reset.min.css +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
.navds-form-summary {
|
|
2
2
|
overflow: hidden;
|
|
3
|
-
border: 1px solid var(--ax-border-subtleA);
|
|
3
|
+
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
4
4
|
border-radius: var(--ax-border-radius-xlarge);
|
|
5
5
|
background: var(--ax-bg-raised);
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.navds-form-summary__header {
|
|
9
|
-
background: var(--ax-bg-moderateA);
|
|
10
|
-
padding: var(--ax-space-16) var(--ax-space-
|
|
9
|
+
background: var(--ax-bg-neutral-moderateA);
|
|
10
|
+
padding: var(--ax-space-20) var(--ax-space-20) var(--ax-space-16) var(--ax-space-20);
|
|
11
11
|
display: flex;
|
|
12
12
|
justify-content: space-between;
|
|
13
13
|
gap: 0 var(--ax-space-12);
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
@media (max-width: 479px) {
|
|
17
17
|
.navds-form-summary__header {
|
|
18
|
-
padding: var(--ax-space-12) var(--ax-space-16);
|
|
18
|
+
padding: var(--ax-space-16) var(--ax-space-16) var(--ax-space-12) var(--ax-space-16);
|
|
19
19
|
flex-direction: column;
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -27,24 +27,24 @@
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.navds-form-summary > .navds-form-summary__answers {
|
|
30
|
-
border-top: 1px solid var(--ax-border-subtleA);
|
|
30
|
+
border-top: 1px solid var(--ax-border-neutral-subtleA);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.navds-form-summary__answers {
|
|
34
|
-
padding: var(--ax-space-16) var(--ax-space-20);
|
|
34
|
+
padding: var(--ax-space-16) var(--ax-space-20) var(--ax-space-20) var(--ax-space-20);
|
|
35
35
|
margin: 0;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
@media (max-width: 479px) {
|
|
39
39
|
.navds-form-summary__answers {
|
|
40
|
-
padding: var(--ax-space-16);
|
|
40
|
+
padding: var(--ax-space-12) var(--ax-space-16) var(--ax-space-16) var(--ax-space-16);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.navds-form-summary__answer:not(:last-child) {
|
|
45
45
|
margin-bottom: var(--ax-space-16);
|
|
46
46
|
padding-bottom: var(--ax-space-16);
|
|
47
|
-
border-bottom: 1px solid var(--ax-border-subtleA);
|
|
47
|
+
border-bottom: 1px solid var(--ax-border-neutral-subtleA);
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
.navds-form-summary__answer:has(.navds-form-summary__answer) {
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
.navds-form-field__description {
|
|
8
8
|
margin-top: -0.375rem;
|
|
9
|
-
color: var(--ax-text-subtle);
|
|
9
|
+
color: var(--ax-text-neutral-subtle);
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.navds-form-field--disabled {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.navds-form-field__subdescription {
|
|
22
|
-
color: var(--ax-text-subtle);
|
|
22
|
+
color: var(--ax-text-neutral-subtle);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.navds-form-field--readonly > :where(.navds-form-field__label) {
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
display: flex;
|
|
24
24
|
gap: var(--ax-space-8);
|
|
25
25
|
|
|
26
|
-
--__axc-radio-checkbox-readonly-bg: var(--ax-bg-moderate);
|
|
27
|
-
--__axc-radio-checkbox-readonly-border: var(--ax-border-subtle);
|
|
26
|
+
--__axc-radio-checkbox-readonly-bg: var(--ax-bg-neutral-moderate);
|
|
27
|
+
--__axc-radio-checkbox-readonly-border: var(--ax-border-neutral-subtle);
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.navds-checkbox__label::before,
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
flex-shrink: 0;
|
|
36
36
|
width: 1.5rem;
|
|
37
37
|
height: 1.5rem;
|
|
38
|
-
border: 2px solid var(--ax-border-
|
|
38
|
+
border: 2px solid var(--ax-border-neutral);
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.navds-radio__label::before {
|
|
@@ -68,26 +68,42 @@
|
|
|
68
68
|
height: 1.25rem;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
.navds-checkbox__input:focus + .navds-checkbox__label::
|
|
72
|
-
.navds-radio__input:focus + .navds-radio__label::
|
|
73
|
-
outline: 2px solid var(--ax-border-focus);
|
|
74
|
-
outline-offset: 2px;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.navds-checkbox__input:indeterminate + .navds-checkbox__label::after {
|
|
71
|
+
.navds-checkbox__input:focus + .navds-checkbox__label::after,
|
|
72
|
+
.navds-radio__input:focus + .navds-radio__label::after {
|
|
78
73
|
content: "";
|
|
79
74
|
position: absolute;
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
75
|
+
width: 100%;
|
|
76
|
+
height: calc(100% - var(--ax-space-24));
|
|
77
|
+
border-radius: var(--ax-border-radius-medium);
|
|
78
|
+
outline: 3px solid var(--ax-border-focus);
|
|
79
|
+
outline-offset: 3px;
|
|
80
|
+
pointer-events: none;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.navds-checkbox--small > .navds-checkbox__input:focus + .navds-checkbox__label::after,
|
|
84
|
+
.navds-radio--small > .navds-radio__input:focus + .navds-radio__label::after {
|
|
85
|
+
height: calc(100% - var(--ax-space-12));
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.navds-checkbox__icon-indeterminate {
|
|
89
|
+
display: none;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
93
|
+
display: block;
|
|
83
94
|
width: 0.75rem;
|
|
84
95
|
height: 0.25rem;
|
|
96
|
+
background-color: var(--ax-bg-default);
|
|
85
97
|
border-radius: 1px;
|
|
86
|
-
|
|
98
|
+
position: absolute;
|
|
99
|
+
transform: translate(var(--ax-space-6), -50%);
|
|
100
|
+
top: 50%;
|
|
101
|
+
pointer-events: none;
|
|
87
102
|
}
|
|
88
103
|
|
|
89
|
-
.navds-checkbox--small .navds-checkbox__input:indeterminate + .navds-checkbox__label
|
|
90
|
-
transform: translate(
|
|
104
|
+
.navds-checkbox--small .navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
105
|
+
transform: translate(var(--ax-space-4), -50%);
|
|
106
|
+
height: 0.1875rem;
|
|
91
107
|
}
|
|
92
108
|
|
|
93
109
|
.navds-checkbox__input:where(:checked, :indeterminate) + .navds-checkbox__label::before {
|
|
@@ -140,8 +156,8 @@
|
|
|
140
156
|
}
|
|
141
157
|
|
|
142
158
|
.navds-checkbox__input:hover:not(:disabled) + .navds-checkbox__label,
|
|
143
|
-
.navds-radio__input:hover:not(:disabled) + .navds-radio__label {
|
|
144
|
-
color: var(--ax-text-accent);
|
|
159
|
+
.navds-radio__input:hover:not(:disabled, :checked) + .navds-radio__label {
|
|
160
|
+
color: var(--ax-text-accent-subtle);
|
|
145
161
|
}
|
|
146
162
|
|
|
147
163
|
.navds-checkbox__input:hover:not(:disabled, :checked, :indeterminate) + .navds-checkbox__label::before,
|
|
@@ -193,7 +209,7 @@
|
|
|
193
209
|
|
|
194
210
|
.navds-checkbox--readonly > .navds-checkbox__input:hover + .navds-checkbox__label,
|
|
195
211
|
.navds-radio--readonly > .navds-radio__input:hover + .navds-radio__label {
|
|
196
|
-
color: var(--ax-text-
|
|
212
|
+
color: var(--ax-text-neutral);
|
|
197
213
|
}
|
|
198
214
|
|
|
199
215
|
.navds-checkbox--readonly > .navds-checkbox__input:not(:disabled) + .navds-checkbox__label::before,
|
|
@@ -210,19 +226,19 @@
|
|
|
210
226
|
}
|
|
211
227
|
|
|
212
228
|
.navds-checkbox--readonly > .navds-checkbox__input:checked + .navds-checkbox__label > .navds-checkbox__icon {
|
|
213
|
-
color: var(--ax-text-subtle);
|
|
229
|
+
color: var(--ax-text-neutral-subtle);
|
|
214
230
|
}
|
|
215
231
|
|
|
216
232
|
.navds-radio--readonly > .navds-radio__input:checked + .navds-radio__label::before {
|
|
217
|
-
background-color: var(--ax-bg-strong);
|
|
233
|
+
background-color: var(--ax-bg-neutral-strong);
|
|
218
234
|
border-width: 0;
|
|
219
235
|
box-shadow:
|
|
220
|
-
inset 0 0 0 2px var(--ax-border-subtle),
|
|
221
|
-
inset 0 0 0 8px var(--ax-bg-moderate);
|
|
236
|
+
inset 0 0 0 2px var(--ax-border-neutral-subtle),
|
|
237
|
+
inset 0 0 0 8px var(--ax-bg-neutral-moderate);
|
|
222
238
|
}
|
|
223
239
|
|
|
224
|
-
.navds-checkbox--readonly > .navds-checkbox__input:indeterminate + .navds-checkbox__label
|
|
225
|
-
background-color: var(--ax-text-subtle);
|
|
240
|
+
.navds-checkbox--readonly > .navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
241
|
+
background-color: var(--ax-text-neutral-subtle);
|
|
226
242
|
}
|
|
227
243
|
|
|
228
244
|
@media (forced-colors: active) {
|
|
@@ -246,7 +262,7 @@
|
|
|
246
262
|
color: var(--__axc-radio-checkbox-high-contrast-text);
|
|
247
263
|
}
|
|
248
264
|
|
|
249
|
-
.navds-checkbox__input:indeterminate + .navds-checkbox__label
|
|
265
|
+
.navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
250
266
|
background-color: var(--__axc-radio-checkbox-high-contrast-text);
|
|
251
267
|
}
|
|
252
268
|
|
|
@@ -264,7 +280,10 @@
|
|
|
264
280
|
background-color: var(--__axc-radio-checkbox-high-contrast-bg);
|
|
265
281
|
}
|
|
266
282
|
|
|
267
|
-
.navds-checkbox--readonly
|
|
283
|
+
.navds-checkbox--readonly
|
|
284
|
+
> .navds-checkbox__input:indeterminate
|
|
285
|
+
+ .navds-checkbox__label
|
|
286
|
+
> .navds-checkbox__icon-indeterminate {
|
|
268
287
|
background-color: var(--__axc-radio-checkbox-high-contrast-text);
|
|
269
288
|
}
|
|
270
289
|
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
.navds-search__wrapper {
|
|
23
23
|
display: inline-flex;
|
|
24
24
|
align-items: center;
|
|
25
|
-
border-radius: var(--ax-border-radius-
|
|
25
|
+
border-radius: var(--ax-border-radius-large);
|
|
26
26
|
|
|
27
27
|
/* We have to outline the whole container to include the Search-buttons */
|
|
28
28
|
&:has(.navds-search__input:focus-visible) {
|
|
29
|
-
outline:
|
|
30
|
-
outline-offset:
|
|
29
|
+
outline: 3px solid var(--ax-border-focus);
|
|
30
|
+
outline-offset: 3px;
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
|
|
@@ -97,13 +97,13 @@
|
|
|
97
97
|
.navds-search__button-search {
|
|
98
98
|
flex-shrink: 0;
|
|
99
99
|
border-radius: 0;
|
|
100
|
-
border-top-right-radius: var(--ax-border-radius-
|
|
101
|
-
border-bottom-right-radius: var(--ax-border-radius-
|
|
100
|
+
border-top-right-radius: var(--ax-border-radius-large);
|
|
101
|
+
border-bottom-right-radius: var(--ax-border-radius-large);
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
.navds-search__button-search.navds-button--secondary {
|
|
105
105
|
--__axc-button-border-width: 1px;
|
|
106
|
-
--__axc-button-border-color: var(--ax-border-
|
|
106
|
+
--__axc-button-border-color: var(--ax-border-neutral);
|
|
107
107
|
|
|
108
108
|
&:not(:hover, :active) {
|
|
109
109
|
background-color: var(--ax-bg-input);
|
|
@@ -112,10 +112,6 @@
|
|
|
112
112
|
&:hover:not(:disabled) {
|
|
113
113
|
--__axc-button-border-color: var(--ax-border-accent-strong);
|
|
114
114
|
}
|
|
115
|
-
|
|
116
|
-
&:active:not(:disabled) {
|
|
117
|
-
--__axc-button-border-color: transparent;
|
|
118
|
-
}
|
|
119
115
|
}
|
|
120
116
|
|
|
121
117
|
/* Special-case where we hover/focus input, and want the secondary-button to match input-border */
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
.navds-select__input {
|
|
2
2
|
appearance: none;
|
|
3
3
|
background-color: var(--ax-bg-input);
|
|
4
|
-
border-radius: var(--ax-border-radius-
|
|
5
|
-
border: 1px solid var(--ax-border-
|
|
6
|
-
color: var(--ax-text-
|
|
4
|
+
border-radius: var(--ax-border-radius-large);
|
|
5
|
+
border: 1px solid var(--ax-border-neutral);
|
|
6
|
+
color: var(--ax-text-neutral);
|
|
7
7
|
width: 100%;
|
|
8
8
|
box-sizing: border-box;
|
|
9
9
|
min-height: 3rem;
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
&:focus {
|
|
21
|
-
outline:
|
|
22
|
-
outline-offset:
|
|
21
|
+
outline: 3px solid var(--ax-border-focus);
|
|
22
|
+
outline-offset: 3px;
|
|
23
23
|
border-color: var(--ax-border-accent-strong);
|
|
24
24
|
}
|
|
25
25
|
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
position: relative;
|
|
37
37
|
display: flex;
|
|
38
38
|
width: 100%;
|
|
39
|
-
color: var(--ax-text-
|
|
39
|
+
color: var(--ax-text-neutral);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
/* ------------------------------- Select Icon ------------------------------ */
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
right: var(--ax-space-8);
|
|
47
47
|
pointer-events: none;
|
|
48
48
|
align-self: center;
|
|
49
|
-
color: var(--ax-text-
|
|
49
|
+
color: var(--ax-text-neutral);
|
|
50
50
|
|
|
51
51
|
@media (forced-colors: active) {
|
|
52
52
|
& {
|
|
@@ -80,16 +80,16 @@
|
|
|
80
80
|
/* ----------------------------- Select disabled ---------------------------- */
|
|
81
81
|
.navds-select__input:disabled {
|
|
82
82
|
background-color: var(--ax-bg-input);
|
|
83
|
-
border: 1px solid var(--ax-border-
|
|
83
|
+
border: 1px solid var(--ax-border-neutral);
|
|
84
84
|
box-shadow: none;
|
|
85
85
|
cursor: not-allowed;
|
|
86
86
|
|
|
87
87
|
/* Chrome-fix */
|
|
88
88
|
opacity: 1;
|
|
89
|
-
color: var(--ax-text-
|
|
89
|
+
color: var(--ax-text-neutral);
|
|
90
90
|
|
|
91
91
|
& > option {
|
|
92
|
-
color: var(--ax-text-
|
|
92
|
+
color: var(--ax-text-neutral);
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
@media (forced-colors: active) {
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
/* ----------------------------- Select Readonly ---------------------------- */
|
|
103
103
|
.navds-select--readonly {
|
|
104
104
|
& .navds-select__input {
|
|
105
|
-
background-color: var(--ax-bg-moderate);
|
|
106
|
-
border-color: var(--ax-border-subtleA);
|
|
105
|
+
background-color: var(--ax-bg-neutral-moderate);
|
|
106
|
+
border-color: var(--ax-border-neutral-subtleA);
|
|
107
107
|
cursor: default;
|
|
108
108
|
|
|
109
109
|
@media (forced-colors: active) {
|
|
@@ -116,6 +116,6 @@
|
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
& .navds-select__chevron {
|
|
119
|
-
color: var(--ax-text-subtle);
|
|
119
|
+
color: var(--ax-text-neutral-subtle);
|
|
120
120
|
}
|
|
121
121
|
}
|
|
@@ -27,35 +27,50 @@
|
|
|
27
27
|
/* -------------------------- Switch content/label -------------------------- */
|
|
28
28
|
.navds-switch__label-wrapper {
|
|
29
29
|
cursor: pointer;
|
|
30
|
-
color: var(--ax-text-
|
|
30
|
+
color: var(--ax-text-neutral);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.navds-switch__content {
|
|
34
|
+
--__axc-switch-block-padding: 0.75rem;
|
|
35
|
+
|
|
36
|
+
position: relative;
|
|
34
37
|
display: flex;
|
|
35
38
|
flex-direction: column;
|
|
36
|
-
gap:
|
|
37
|
-
padding:
|
|
39
|
+
gap: var(--ax-space-2);
|
|
40
|
+
padding: var(--__axc-switch-block-padding) 0 var(--__axc-switch-block-padding) 3.25rem;
|
|
38
41
|
|
|
39
42
|
.navds-switch--right & {
|
|
40
|
-
padding:
|
|
43
|
+
padding: var(--__axc-switch-block-padding) 3.25rem var(--__axc-switch-block-padding) 0;
|
|
41
44
|
}
|
|
42
45
|
|
|
43
46
|
.navds-switch--small & {
|
|
44
|
-
|
|
47
|
+
--__axc-switch-block-padding: 0.375rem;
|
|
45
48
|
}
|
|
46
49
|
|
|
47
|
-
|
|
48
|
-
padding:
|
|
50
|
+
&.navds-switch--with-description {
|
|
51
|
+
padding-bottom: 0;
|
|
49
52
|
}
|
|
50
|
-
}
|
|
51
53
|
|
|
52
|
-
.navds-
|
|
53
|
-
|
|
54
|
+
.navds-switch__input:focus ~ .navds-switch__label-wrapper > &::after {
|
|
55
|
+
content: "";
|
|
56
|
+
position: absolute;
|
|
57
|
+
left: 0;
|
|
58
|
+
width: 100%;
|
|
59
|
+
height: calc(100% - var(--__axc-switch-block-padding) * 2);
|
|
60
|
+
border-radius: var(--ax-border-radius-medium);
|
|
61
|
+
outline: 3px solid var(--ax-border-focus);
|
|
62
|
+
outline-offset: 3px;
|
|
63
|
+
pointer-events: none;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.navds-switch__input:focus ~ .navds-switch__label-wrapper > &.navds-switch--with-description::after {
|
|
67
|
+
height: calc(100% - var(--__axc-switch-block-padding) * 1);
|
|
68
|
+
}
|
|
54
69
|
}
|
|
55
70
|
|
|
56
71
|
.navds-switch__input:hover ~ .navds-switch__label-wrapper,
|
|
57
72
|
.navds-switch__label-wrapper:hover {
|
|
58
|
-
color: var(--ax-text-accent);
|
|
73
|
+
color: var(--ax-text-accent-subtle);
|
|
59
74
|
}
|
|
60
75
|
|
|
61
76
|
.navds-switch__input:disabled:hover ~ .navds-switch__label-wrapper {
|
|
@@ -71,7 +86,7 @@
|
|
|
71
86
|
top: var(--ax-space-12);
|
|
72
87
|
left: 0;
|
|
73
88
|
border-radius: var(--ax-border-radius-full);
|
|
74
|
-
border: 2px solid var(--ax-border-
|
|
89
|
+
border: 2px solid var(--ax-border-neutral);
|
|
75
90
|
transition-property: background-color, border-color;
|
|
76
91
|
transition-duration: 100ms;
|
|
77
92
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -92,7 +107,7 @@
|
|
|
92
107
|
|
|
93
108
|
.navds-switch__input:disabled ~ & {
|
|
94
109
|
background-color: var(--ax-bg-input);
|
|
95
|
-
border-color: var(--ax-border-
|
|
110
|
+
border-color: var(--ax-border-neutral);
|
|
96
111
|
}
|
|
97
112
|
|
|
98
113
|
.navds-switch__input:checked:disabled ~ & {
|
|
@@ -100,15 +115,15 @@
|
|
|
100
115
|
border-color: var(--ax-bg-accent-strong-pressed);
|
|
101
116
|
}
|
|
102
117
|
|
|
103
|
-
.navds-switch__input:focus
|
|
104
|
-
outline:
|
|
105
|
-
outline-offset:
|
|
118
|
+
.navds-switch--standalone > .navds-switch__input:focus ~ & {
|
|
119
|
+
outline: 3px solid var(--ax-border-focus);
|
|
120
|
+
outline-offset: 3px;
|
|
106
121
|
}
|
|
107
122
|
}
|
|
108
123
|
|
|
109
124
|
/* ------------------------------ Switch Thumb ------------------------------ */
|
|
110
125
|
.navds-switch__thumb {
|
|
111
|
-
background-color: var(--ax-bg-strong);
|
|
126
|
+
background-color: var(--ax-bg-neutral-strong);
|
|
112
127
|
border-radius: var(--ax-border-radius-full);
|
|
113
128
|
width: 1.125rem;
|
|
114
129
|
height: 1.125rem;
|
|
@@ -124,7 +139,7 @@
|
|
|
124
139
|
.navds-switch__input:checked ~ .navds-switch__track > & {
|
|
125
140
|
background-color: var(--ax-bg-raised);
|
|
126
141
|
transform: translateX(1.25rem);
|
|
127
|
-
color: var(--ax-text-accent);
|
|
142
|
+
color: var(--ax-text-accent-subtle);
|
|
128
143
|
width: 1.25rem;
|
|
129
144
|
height: 1.25rem;
|
|
130
145
|
left: 0;
|
|
@@ -183,8 +198,8 @@
|
|
|
183
198
|
& > .navds-switch__input:hover ~ .navds-switch__track,
|
|
184
199
|
& > .navds-switch__input:checked ~ .navds-switch__track,
|
|
185
200
|
& > .navds-switch__input:checked:hover ~ .navds-switch__track {
|
|
186
|
-
background-color: var(--ax-bg-moderate);
|
|
187
|
-
border-color: var(--ax-border-subtleA);
|
|
201
|
+
background-color: var(--ax-bg-neutral-moderate);
|
|
202
|
+
border-color: var(--ax-border-neutral-subtleA);
|
|
188
203
|
}
|
|
189
204
|
|
|
190
205
|
& > .navds-switch__label-wrapper,
|
|
@@ -194,7 +209,7 @@
|
|
|
194
209
|
|
|
195
210
|
& > .navds-switch__input:hover ~ .navds-switch__label-wrapper,
|
|
196
211
|
& .navds-switch__label-wrapper:hover {
|
|
197
|
-
color: var(--ax-text-
|
|
212
|
+
color: var(--ax-text-neutral);
|
|
198
213
|
}
|
|
199
214
|
|
|
200
215
|
& .navds-switch__label {
|
|
@@ -202,12 +217,12 @@
|
|
|
202
217
|
}
|
|
203
218
|
|
|
204
219
|
& .navds-switch__thumb {
|
|
205
|
-
background-color: var(--ax-bg-strong);
|
|
220
|
+
background-color: var(--ax-bg-neutral-strong);
|
|
206
221
|
}
|
|
207
222
|
|
|
208
223
|
& > .navds-switch__input:checked ~ .navds-switch__track > .navds-switch__thumb {
|
|
209
|
-
background-color: var(--ax-bg-strong);
|
|
210
|
-
color: var(--ax-text-contrast);
|
|
224
|
+
background-color: var(--ax-bg-neutral-strong);
|
|
225
|
+
color: var(--ax-text-neutral-contrast);
|
|
211
226
|
}
|
|
212
227
|
|
|
213
228
|
@media (hover: hover) and (pointer: fine) {
|
|
@@ -238,9 +253,9 @@
|
|
|
238
253
|
color: field;
|
|
239
254
|
}
|
|
240
255
|
|
|
241
|
-
.navds-switch__input:focus
|
|
242
|
-
|
|
243
|
-
outline
|
|
256
|
+
.navds-switch__input:focus ~ .navds-switch__label-wrapper > .navds-switch__content::after,
|
|
257
|
+
.navds-switch--standalone > .navds-switch__input:focus ~ .navds-switch__track {
|
|
258
|
+
outline: 3px solid highlight;
|
|
244
259
|
}
|
|
245
260
|
|
|
246
261
|
.navds-switch--disabled:not(.navds-switch--loading) {
|
|
@@ -248,7 +263,7 @@
|
|
|
248
263
|
}
|
|
249
264
|
|
|
250
265
|
.navds-switch--disabled:not(.navds-switch--loading) .navds-switch__thumb {
|
|
251
|
-
background-color: graytext;
|
|
266
|
+
background-color: graytext !important;
|
|
252
267
|
}
|
|
253
268
|
|
|
254
269
|
.navds-switch--disabled:not(.navds-switch--loading) .navds-switch__track {
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
appearance: none;
|
|
3
3
|
padding: var(--ax-space-8);
|
|
4
4
|
background: var(--ax-bg-input);
|
|
5
|
-
border-radius: var(--ax-border-radius-
|
|
6
|
-
border: 1px solid var(--ax-border-
|
|
5
|
+
border-radius: var(--ax-border-radius-large);
|
|
6
|
+
border: 1px solid var(--ax-border-neutral);
|
|
7
7
|
min-height: 3rem;
|
|
8
8
|
width: 100%;
|
|
9
|
-
color: var(--ax-text-
|
|
9
|
+
color: var(--ax-text-neutral);
|
|
10
10
|
|
|
11
11
|
&:hover {
|
|
12
12
|
border-color: var(--ax-border-accent-strong);
|
|
@@ -14,18 +14,18 @@
|
|
|
14
14
|
|
|
15
15
|
&:focus-visible {
|
|
16
16
|
border-color: var(--ax-border-accent-strong);
|
|
17
|
-
outline:
|
|
18
|
-
outline-offset:
|
|
17
|
+
outline: 3px solid var(--ax-border-focus);
|
|
18
|
+
outline-offset: 3px;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
&:disabled {
|
|
22
22
|
background-color: var(--ax-bg-input);
|
|
23
|
-
border-color: var(--ax-border-
|
|
23
|
+
border-color: var(--ax-border-neutral);
|
|
24
24
|
cursor: not-allowed;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
&::placeholder {
|
|
28
|
-
color: var(--ax-text-subtle);
|
|
28
|
+
color: var(--ax-text-neutral-subtle);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
&[size] {
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.navds-text-field--readonly .navds-text-field__input {
|
|
47
|
-
background-color: var(--ax-bg-moderate);
|
|
48
|
-
border-color: var(--ax-border-subtleA);
|
|
47
|
+
background-color: var(--ax-bg-neutral-moderate);
|
|
48
|
+
border-color: var(--ax-border-neutral-subtleA);
|
|
49
49
|
cursor: default;
|
|
50
50
|
}
|
|
51
51
|
|
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
appearance: none;
|
|
5
5
|
padding: var(--ax-space-8);
|
|
6
6
|
background-color: var(--ax-bg-input);
|
|
7
|
-
border-radius: var(--ax-border-radius-
|
|
8
|
-
border: 1px solid var(--ax-border-
|
|
7
|
+
border-radius: var(--ax-border-radius-large);
|
|
8
|
+
border: 1px solid var(--ax-border-neutral);
|
|
9
9
|
resize: none;
|
|
10
10
|
width: 100%;
|
|
11
11
|
display: block;
|
|
12
|
-
color: var(--ax-text-
|
|
12
|
+
color: var(--ax-text-neutral);
|
|
13
13
|
|
|
14
14
|
&::placeholder {
|
|
15
|
-
color: var(--ax-text-subtle);
|
|
15
|
+
color: var(--ax-text-neutral-subtle);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
&:hover {
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
&:focus-visible {
|
|
23
|
-
outline:
|
|
24
|
-
outline-offset:
|
|
23
|
+
outline: 3px solid var(--ax-border-focus);
|
|
24
|
+
outline-offset: 3px;
|
|
25
25
|
border-color: var(--ax-border-accent-strong);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
&:disabled {
|
|
29
29
|
background-color: var(--ax-bg-input);
|
|
30
|
-
border-color: var(--ax-border-
|
|
30
|
+
border-color: var(--ax-border-neutral);
|
|
31
31
|
cursor: not-allowed;
|
|
32
32
|
}
|
|
33
33
|
|
|
@@ -36,19 +36,19 @@
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
.navds-textarea--readonly & {
|
|
39
|
-
background-color: var(--ax-bg-moderate);
|
|
40
|
-
border-color: var(--ax-border-subtleA);
|
|
39
|
+
background-color: var(--ax-bg-neutral-moderate);
|
|
40
|
+
border-color: var(--ax-border-neutral-subtleA);
|
|
41
41
|
cursor: default;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.navds-textarea__counter {
|
|
46
46
|
margin-top: -0.25rem;
|
|
47
|
-
color: var(--ax-text-subtle);
|
|
47
|
+
color: var(--ax-text-neutral-subtle);
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
.navds-textarea__counter--error {
|
|
51
|
-
color: var(--ax-text-danger);
|
|
51
|
+
color: var(--ax-text-danger-subtle);
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.navds-textarea__sr-counter {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.navds-guide-panel {
|
|
2
|
-
--__axc-guide-panel-guide-size:
|
|
2
|
+
--__axc-guide-panel-guide-size: 5rem;
|
|
3
3
|
|
|
4
4
|
position: relative;
|
|
5
5
|
display: flex;
|
|
@@ -16,8 +16,12 @@
|
|
|
16
16
|
align-items: flex-start;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
+
&[data-poster="false"][data-responsive="false"] {
|
|
20
|
+
--__axc-guide-panel-guide-size: 3.75rem;
|
|
21
|
+
}
|
|
22
|
+
|
|
19
23
|
@media (min-width: 480px) {
|
|
20
|
-
& {
|
|
24
|
+
&[data-poster="false"][data-responsive="false"] {
|
|
21
25
|
--__axc-guide-panel-guide-size: 5rem;
|
|
22
26
|
}
|
|
23
27
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
display: flex;
|
|
8
8
|
justify-content: center;
|
|
9
9
|
align-items: center;
|
|
10
|
-
color: var(--ax-bg-
|
|
10
|
+
color: var(--ax-bg-info-strong);
|
|
11
11
|
font-size: 1.25rem;
|
|
12
12
|
padding: calc(var(--ax-space-4) / 2);
|
|
13
13
|
}
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
|
|
34
34
|
.navds-help-text__button:where(:hover, :focus-visible, [aria-expanded="true"]) > .navds-help-text__icon--filled {
|
|
35
35
|
display: inherit;
|
|
36
|
-
color: var(--ax-bg-
|
|
36
|
+
color: var(--ax-bg-info-strong-hover);
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.navds-help-text__button[aria-expanded="true"] > .navds-help-text__icon--filled {
|
|
40
|
-
color: var(--ax-bg-
|
|
40
|
+
color: var(--ax-bg-info-strong-pressed);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
@media (forced-colors: active) {
|
package/darkside/index.css
CHANGED
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
@import "./tooltip.darkside.css" layer(aksel.components);
|
|
46
46
|
@import "./toggle-group.darkside.css" layer(aksel.components);
|
|
47
47
|
@import "./panel.darkside.css" layer(aksel.components);
|
|
48
|
-
@import "./link-panel.darkside.css" layer(aksel.components);
|
|
49
48
|
@import "./read-more.darkside.css" layer(aksel.components);
|
|
50
49
|
@import "./progress-bar.darkside.css" layer(aksel.components);
|
|
51
50
|
@import "./skeleton.darkside.css" layer(aksel.components);
|