@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
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.navds-fieldset__description {
|
|
14
|
-
color: var(--ax-text-subtle);
|
|
14
|
+
color: var(--ax-text-neutral-subtle);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.navds-fieldset > .navds-fieldset__description:not(:empty) {
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
text-align: center;
|
|
53
53
|
width: 100%;
|
|
54
54
|
padding: var(--ax-space-16) var(--ax-space-20);
|
|
55
|
-
border: 1px dashed var(--ax-border-
|
|
55
|
+
border: 1px dashed var(--ax-border-neutral);
|
|
56
56
|
border-radius: var(--ax-border-radius-xlarge);
|
|
57
57
|
background-color: var(--__axc-dropzone-background);
|
|
58
|
-
color: var(--ax-text-
|
|
58
|
+
color: var(--ax-text-neutral);
|
|
59
59
|
transition: background-color var(--__axc-dropzone-animation-length-short) var(--__axc-dropzone-animation-ease-out);
|
|
60
60
|
cursor: pointer;
|
|
61
61
|
flex-direction: column;
|
|
@@ -68,18 +68,19 @@
|
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
.navds-dropzone__area:hover:not([data-disabled="true"]) > .navds-dropzone__area-button {
|
|
71
|
-
color: var(--ax-text-accent-strong);
|
|
72
71
|
background-color: var(--ax-bg-accent-moderate-hover);
|
|
73
72
|
box-shadow: inset 0 0 0 2px var(--ax-bg-accent-strong-hover);
|
|
74
73
|
}
|
|
75
74
|
|
|
76
|
-
.navds-dropzone__area:active .navds-dropzone__area-button {
|
|
75
|
+
.navds-dropzone__area:active:not([data-disabled="true"]) > .navds-dropzone__area-button {
|
|
77
76
|
background-color: var(--ax-bg-accent-strong-pressed);
|
|
78
77
|
color: var(--ax-text-accent-contrast);
|
|
79
78
|
box-shadow: none;
|
|
80
79
|
}
|
|
81
80
|
|
|
82
81
|
.navds-dropzone__area[data-disabled="true"] {
|
|
82
|
+
--__axc-dropzone-background: var(--ax-bg-neutral-soft);
|
|
83
|
+
border-color: var(--ax-border-neutral-subtleA);
|
|
83
84
|
cursor: default;
|
|
84
85
|
}
|
|
85
86
|
|
|
@@ -88,7 +89,7 @@
|
|
|
88
89
|
}
|
|
89
90
|
|
|
90
91
|
.navds-dropzone--dragging > .navds-dropzone__area:after {
|
|
91
|
-
color: var(--ax-text-accent
|
|
92
|
+
color: var(--ax-text-accent);
|
|
92
93
|
background-color: var(--ax-bg-accent-moderateA);
|
|
93
94
|
content: "";
|
|
94
95
|
border: 1px dashed var(--ax-border-accent-strong);
|
|
@@ -142,7 +143,7 @@
|
|
|
142
143
|
.navds-dropzone__area-release__icon {
|
|
143
144
|
padding: var(--__axc-dropzone-icon-padding);
|
|
144
145
|
border-radius: var(--ax-border-radius-full);
|
|
145
|
-
background-color: var(--ax-bg-moderateA);
|
|
146
|
+
background-color: var(--ax-bg-neutral-moderateA);
|
|
146
147
|
transition: background-color .3s var(--__axc-dropzone-animation-ease-out), font-size .3s var(--__axc-dropzone-animation-ease-out);
|
|
147
148
|
font-size: 1.5rem;
|
|
148
149
|
display: grid;
|
|
@@ -163,13 +164,13 @@
|
|
|
163
164
|
}
|
|
164
165
|
|
|
165
166
|
.navds-dropzone--dragging .navds-dropzone__area-release {
|
|
166
|
-
color: var(--ax-text-accent-
|
|
167
|
+
color: var(--ax-text-accent-subtle);
|
|
167
168
|
top: 50%;
|
|
168
169
|
transform: translateY(-50%);
|
|
169
170
|
}
|
|
170
171
|
|
|
171
172
|
.navds-dropzone__area-disabled {
|
|
172
|
-
color: var(--ax-text-subtle);
|
|
173
|
+
color: var(--ax-text-neutral-subtle);
|
|
173
174
|
align-items: center;
|
|
174
175
|
gap: var(--ax-space-8);
|
|
175
176
|
flex-direction: column;
|
|
@@ -184,7 +185,7 @@
|
|
|
184
185
|
|
|
185
186
|
.navds-file-item__inner {
|
|
186
187
|
background-color: var(--ax-bg-raised);
|
|
187
|
-
border: 1px solid var(--ax-border-subtleA);
|
|
188
|
+
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
188
189
|
outline-offset: -1px;
|
|
189
190
|
border-radius: var(--ax-border-radius-xlarge);
|
|
190
191
|
padding: var(--ax-space-12) var(--ax-space-16);
|
|
@@ -199,8 +200,8 @@
|
|
|
199
200
|
}
|
|
200
201
|
|
|
201
202
|
.navds-file-item__icon {
|
|
202
|
-
background-color: var(--ax-bg-moderateA);
|
|
203
|
-
color: var(--ax-text-
|
|
203
|
+
background-color: var(--ax-bg-neutral-moderateA);
|
|
204
|
+
color: var(--ax-text-neutral);
|
|
204
205
|
border-radius: var(--ax-border-radius-full);
|
|
205
206
|
min-width: 2.5rem;
|
|
206
207
|
min-height: 2.5rem;
|
|
@@ -228,7 +229,6 @@
|
|
|
228
229
|
}
|
|
229
230
|
|
|
230
231
|
.navds-file-item__error {
|
|
231
|
-
color: var(--ax-text-danger);
|
|
232
232
|
grid-template-rows: 0fr;
|
|
233
233
|
transition-property: grid-template-rows, padding-top;
|
|
234
234
|
transition-duration: .25s;
|
|
@@ -237,23 +237,11 @@
|
|
|
237
237
|
overflow: hidden;
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
.navds-file-
|
|
240
|
+
.navds-file-item--error .navds-file-item__error {
|
|
241
241
|
padding-top: var(--ax-space-4);
|
|
242
242
|
grid-template-rows: 1fr;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
-
.navds-file-item__error-content {
|
|
246
|
-
gap: var(--ax-space-4);
|
|
247
|
-
min-height: 0;
|
|
248
|
-
display: flex;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.navds-file-item__error-content > svg {
|
|
252
|
-
flex-shrink: 0;
|
|
253
|
-
height: 1rem;
|
|
254
|
-
margin-top: .1rem;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
245
|
.navds-form-field {
|
|
258
246
|
justify-items: start;
|
|
259
247
|
gap: var(--ax-space-8);
|
|
@@ -261,7 +249,7 @@
|
|
|
261
249
|
}
|
|
262
250
|
|
|
263
251
|
.navds-form-field__description {
|
|
264
|
-
color: var(--ax-text-subtle);
|
|
252
|
+
color: var(--ax-text-neutral-subtle);
|
|
265
253
|
margin-top: -.375rem;
|
|
266
254
|
}
|
|
267
255
|
|
|
@@ -275,7 +263,7 @@
|
|
|
275
263
|
}
|
|
276
264
|
|
|
277
265
|
.navds-form-field__subdescription {
|
|
278
|
-
color: var(--ax-text-subtle);
|
|
266
|
+
color: var(--ax-text-neutral-subtle);
|
|
279
267
|
}
|
|
280
268
|
|
|
281
269
|
.navds-form-field--readonly > :where(.navds-form-field__label) {
|
|
@@ -300,16 +288,16 @@
|
|
|
300
288
|
padding: var(--ax-space-16) var(--ax-space-20);
|
|
301
289
|
border: 4px solid var(--ax-border-danger);
|
|
302
290
|
border-radius: var(--ax-border-radius-xlarge);
|
|
303
|
-
outline-offset:
|
|
291
|
+
outline-offset: 3px;
|
|
304
292
|
}
|
|
305
293
|
|
|
306
294
|
.navds-error-summary:focus-visible, .navds-error-summary:has(.navds-error-summary__heading:focus-visible) {
|
|
307
|
-
outline:
|
|
295
|
+
outline: 3px solid var(--ax-border-focus);
|
|
308
296
|
}
|
|
309
297
|
|
|
310
298
|
@supports not selector(:focus-visible) {
|
|
311
299
|
.navds-error-summary:focus {
|
|
312
|
-
outline:
|
|
300
|
+
outline: 3px solid var(--ax-border-focus);
|
|
313
301
|
}
|
|
314
302
|
}
|
|
315
303
|
|
|
@@ -419,8 +407,8 @@
|
|
|
419
407
|
padding: var(--ax-space-12) 0;
|
|
420
408
|
cursor: pointer;
|
|
421
409
|
gap: var(--ax-space-8);
|
|
422
|
-
--__axc-radio-checkbox-readonly-bg: var(--ax-bg-moderate);
|
|
423
|
-
--__axc-radio-checkbox-readonly-border: var(--ax-border-subtle);
|
|
410
|
+
--__axc-radio-checkbox-readonly-bg: var(--ax-bg-neutral-moderate);
|
|
411
|
+
--__axc-radio-checkbox-readonly-border: var(--ax-border-neutral-subtle);
|
|
424
412
|
display: flex;
|
|
425
413
|
}
|
|
426
414
|
|
|
@@ -428,7 +416,7 @@
|
|
|
428
416
|
content: "";
|
|
429
417
|
border-radius: var(--ax-border-radius-medium);
|
|
430
418
|
background-color: var(--ax-bg-input);
|
|
431
|
-
border: 2px solid var(--ax-border-
|
|
419
|
+
border: 2px solid var(--ax-border-neutral);
|
|
432
420
|
flex-shrink: 0;
|
|
433
421
|
width: 1.5rem;
|
|
434
422
|
height: 1.5rem;
|
|
@@ -460,25 +448,40 @@
|
|
|
460
448
|
height: 1.25rem;
|
|
461
449
|
}
|
|
462
450
|
|
|
463
|
-
.navds-checkbox__input:focus + .navds-checkbox__label:
|
|
464
|
-
|
|
465
|
-
|
|
451
|
+
.navds-checkbox__input:focus + .navds-checkbox__label:after, .navds-radio__input:focus + .navds-radio__label:after {
|
|
452
|
+
content: "";
|
|
453
|
+
width: 100%;
|
|
454
|
+
height: calc(100% - var(--ax-space-24));
|
|
455
|
+
border-radius: var(--ax-border-radius-medium);
|
|
456
|
+
outline: 3px solid var(--ax-border-focus);
|
|
457
|
+
outline-offset: 3px;
|
|
458
|
+
pointer-events: none;
|
|
459
|
+
position: absolute;
|
|
466
460
|
}
|
|
467
461
|
|
|
468
|
-
.navds-checkbox__input:
|
|
469
|
-
|
|
470
|
-
|
|
462
|
+
.navds-checkbox--small > .navds-checkbox__input:focus + .navds-checkbox__label:after, .navds-radio--small > .navds-radio__input:focus + .navds-radio__label:after {
|
|
463
|
+
height: calc(100% - var(--ax-space-12));
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.navds-checkbox__icon-indeterminate {
|
|
467
|
+
display: none;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
471
471
|
background-color: var(--ax-bg-default);
|
|
472
|
-
border-radius: 1px;
|
|
473
|
-
flex-shrink: 0;
|
|
474
472
|
width: .75rem;
|
|
475
473
|
height: .25rem;
|
|
474
|
+
transform: translate(var(--ax-space-6), -50%);
|
|
475
|
+
pointer-events: none;
|
|
476
|
+
border-radius: 1px;
|
|
477
|
+
display: block;
|
|
476
478
|
position: absolute;
|
|
477
479
|
top: 50%;
|
|
478
480
|
}
|
|
479
481
|
|
|
480
|
-
.navds-checkbox--small .navds-checkbox__input:indeterminate + .navds-checkbox__label
|
|
481
|
-
transform: translate(
|
|
482
|
+
.navds-checkbox--small .navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
483
|
+
transform: translate(var(--ax-space-4), -50%);
|
|
484
|
+
height: .1875rem;
|
|
482
485
|
}
|
|
483
486
|
|
|
484
487
|
.navds-checkbox__input:where(:checked, :indeterminate) + .navds-checkbox__label:before {
|
|
@@ -527,8 +530,8 @@
|
|
|
527
530
|
border-width: 6px;
|
|
528
531
|
}
|
|
529
532
|
|
|
530
|
-
.navds-checkbox__input:hover:not(:disabled) + .navds-checkbox__label, .navds-radio__input:hover:not(:disabled) + .navds-radio__label {
|
|
531
|
-
color: var(--ax-text-accent);
|
|
533
|
+
.navds-checkbox__input:hover:not(:disabled) + .navds-checkbox__label, .navds-radio__input:hover:not(:disabled, :checked) + .navds-radio__label {
|
|
534
|
+
color: var(--ax-text-accent-subtle);
|
|
532
535
|
}
|
|
533
536
|
|
|
534
537
|
.navds-checkbox__input:hover:not(:disabled, :checked, :indeterminate) + .navds-checkbox__label:before, .navds-radio__input:hover:not(:disabled, :checked) + .navds-radio__label:before {
|
|
@@ -570,7 +573,7 @@
|
|
|
570
573
|
}
|
|
571
574
|
|
|
572
575
|
.navds-checkbox--readonly > .navds-checkbox__input:hover + .navds-checkbox__label, .navds-radio--readonly > .navds-radio__input:hover + .navds-radio__label {
|
|
573
|
-
color: var(--ax-text-
|
|
576
|
+
color: var(--ax-text-neutral);
|
|
574
577
|
}
|
|
575
578
|
|
|
576
579
|
.navds-checkbox--readonly > .navds-checkbox__input:not(:disabled) + .navds-checkbox__label:before, .navds-checkbox--readonly > .navds-checkbox__input:hover .navds-checkbox__label:before, .navds-radio--readonly > .navds-radio__input:not(:disabled, :checked) + .navds-radio__label:before, .navds-radio--readonly > .navds-radio__input:hover:not(:checked, :focus) + .navds-radio__label:before {
|
|
@@ -584,17 +587,17 @@
|
|
|
584
587
|
}
|
|
585
588
|
|
|
586
589
|
.navds-checkbox--readonly > .navds-checkbox__input:checked + .navds-checkbox__label > .navds-checkbox__icon {
|
|
587
|
-
color: var(--ax-text-subtle);
|
|
590
|
+
color: var(--ax-text-neutral-subtle);
|
|
588
591
|
}
|
|
589
592
|
|
|
590
593
|
.navds-radio--readonly > .navds-radio__input:checked + .navds-radio__label:before {
|
|
591
|
-
background-color: var(--ax-bg-strong);
|
|
592
|
-
box-shadow: inset 0 0 0 2px var(--ax-border-subtle), inset 0 0 0 8px var(--ax-bg-moderate);
|
|
594
|
+
background-color: var(--ax-bg-neutral-strong);
|
|
595
|
+
box-shadow: inset 0 0 0 2px var(--ax-border-neutral-subtle), inset 0 0 0 8px var(--ax-bg-neutral-moderate);
|
|
593
596
|
border-width: 0;
|
|
594
597
|
}
|
|
595
598
|
|
|
596
|
-
.navds-checkbox--readonly > .navds-checkbox__input:indeterminate + .navds-checkbox__label
|
|
597
|
-
background-color: var(--ax-text-subtle);
|
|
599
|
+
.navds-checkbox--readonly > .navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
600
|
+
background-color: var(--ax-text-neutral-subtle);
|
|
598
601
|
}
|
|
599
602
|
|
|
600
603
|
@media (forced-colors: active) {
|
|
@@ -614,7 +617,7 @@
|
|
|
614
617
|
color: var(--__axc-radio-checkbox-high-contrast-text);
|
|
615
618
|
}
|
|
616
619
|
|
|
617
|
-
.navds-checkbox__input:indeterminate + .navds-checkbox__label
|
|
620
|
+
.navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
618
621
|
background-color: var(--__axc-radio-checkbox-high-contrast-text);
|
|
619
622
|
}
|
|
620
623
|
|
|
@@ -631,7 +634,7 @@
|
|
|
631
634
|
background-color: var(--__axc-radio-checkbox-high-contrast-bg);
|
|
632
635
|
}
|
|
633
636
|
|
|
634
|
-
.navds-checkbox--readonly > .navds-checkbox__input:indeterminate + .navds-checkbox__label
|
|
637
|
+
.navds-checkbox--readonly > .navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
635
638
|
background-color: var(--__axc-radio-checkbox-high-contrast-text);
|
|
636
639
|
}
|
|
637
640
|
|
|
@@ -653,9 +656,9 @@
|
|
|
653
656
|
.navds-select__input {
|
|
654
657
|
appearance: none;
|
|
655
658
|
background-color: var(--ax-bg-input);
|
|
656
|
-
border-radius: var(--ax-border-radius-
|
|
657
|
-
border: 1px solid var(--ax-border-
|
|
658
|
-
color: var(--ax-text-
|
|
659
|
+
border-radius: var(--ax-border-radius-large);
|
|
660
|
+
border: 1px solid var(--ax-border-neutral);
|
|
661
|
+
color: var(--ax-text-neutral);
|
|
659
662
|
box-sizing: border-box;
|
|
660
663
|
width: 100%;
|
|
661
664
|
min-height: 3rem;
|
|
@@ -671,8 +674,8 @@
|
|
|
671
674
|
}
|
|
672
675
|
|
|
673
676
|
.navds-select__input:focus {
|
|
674
|
-
outline:
|
|
675
|
-
outline-offset:
|
|
677
|
+
outline: 3px solid var(--ax-border-focus);
|
|
678
|
+
outline-offset: 3px;
|
|
676
679
|
border-color: var(--ax-border-accent-strong);
|
|
677
680
|
}
|
|
678
681
|
|
|
@@ -686,7 +689,7 @@
|
|
|
686
689
|
|
|
687
690
|
.navds-select__container {
|
|
688
691
|
width: 100%;
|
|
689
|
-
color: var(--ax-text-
|
|
692
|
+
color: var(--ax-text-neutral);
|
|
690
693
|
display: flex;
|
|
691
694
|
position: relative;
|
|
692
695
|
}
|
|
@@ -694,7 +697,7 @@
|
|
|
694
697
|
.navds-select__chevron {
|
|
695
698
|
right: var(--ax-space-8);
|
|
696
699
|
pointer-events: none;
|
|
697
|
-
color: var(--ax-text-
|
|
700
|
+
color: var(--ax-text-neutral);
|
|
698
701
|
align-self: center;
|
|
699
702
|
font-size: 1.5rem;
|
|
700
703
|
position: absolute;
|
|
@@ -718,15 +721,15 @@
|
|
|
718
721
|
|
|
719
722
|
.navds-select__input:disabled {
|
|
720
723
|
background-color: var(--ax-bg-input);
|
|
721
|
-
border: 1px solid var(--ax-border-
|
|
724
|
+
border: 1px solid var(--ax-border-neutral);
|
|
722
725
|
box-shadow: none;
|
|
723
726
|
cursor: not-allowed;
|
|
724
727
|
opacity: 1;
|
|
725
|
-
color: var(--ax-text-
|
|
728
|
+
color: var(--ax-text-neutral);
|
|
726
729
|
}
|
|
727
730
|
|
|
728
731
|
.navds-select__input:disabled > option {
|
|
729
|
-
color: var(--ax-text-
|
|
732
|
+
color: var(--ax-text-neutral);
|
|
730
733
|
}
|
|
731
734
|
|
|
732
735
|
@media (forced-colors: active) {
|
|
@@ -736,8 +739,8 @@
|
|
|
736
739
|
}
|
|
737
740
|
|
|
738
741
|
.navds-select--readonly .navds-select__input {
|
|
739
|
-
background-color: var(--ax-bg-moderate);
|
|
740
|
-
border-color: var(--ax-border-subtleA);
|
|
742
|
+
background-color: var(--ax-bg-neutral-moderate);
|
|
743
|
+
border-color: var(--ax-border-neutral-subtleA);
|
|
741
744
|
cursor: default;
|
|
742
745
|
}
|
|
743
746
|
|
|
@@ -750,7 +753,7 @@
|
|
|
750
753
|
}
|
|
751
754
|
|
|
752
755
|
.navds-select--readonly .navds-select__chevron {
|
|
753
|
-
color: var(--ax-text-subtle);
|
|
756
|
+
color: var(--ax-text-neutral-subtle);
|
|
754
757
|
}
|
|
755
758
|
|
|
756
759
|
.navds-switch {
|
|
@@ -780,34 +783,48 @@
|
|
|
780
783
|
|
|
781
784
|
.navds-switch__label-wrapper {
|
|
782
785
|
cursor: pointer;
|
|
783
|
-
color: var(--ax-text-
|
|
786
|
+
color: var(--ax-text-neutral);
|
|
784
787
|
}
|
|
785
788
|
|
|
786
789
|
.navds-switch__content {
|
|
790
|
+
--__axc-switch-block-padding: .75rem;
|
|
791
|
+
gap: var(--ax-space-2);
|
|
792
|
+
padding: var(--__axc-switch-block-padding) 0 var(--__axc-switch-block-padding) 3.25rem;
|
|
787
793
|
flex-direction: column;
|
|
788
|
-
gap: .125rem;
|
|
789
|
-
padding: .75rem 0 .75rem 3.25rem;
|
|
790
794
|
display: flex;
|
|
795
|
+
position: relative;
|
|
791
796
|
}
|
|
792
797
|
|
|
793
798
|
.navds-switch--right .navds-switch__content {
|
|
794
|
-
padding:
|
|
799
|
+
padding: var(--__axc-switch-block-padding) 3.25rem var(--__axc-switch-block-padding) 0;
|
|
795
800
|
}
|
|
796
801
|
|
|
797
802
|
.navds-switch--small .navds-switch__content {
|
|
798
|
-
|
|
803
|
+
--__axc-switch-block-padding: .375rem;
|
|
799
804
|
}
|
|
800
805
|
|
|
801
|
-
.navds-
|
|
802
|
-
padding:
|
|
806
|
+
.navds-switch__content.navds-switch--with-description {
|
|
807
|
+
padding-bottom: 0;
|
|
803
808
|
}
|
|
804
809
|
|
|
805
|
-
.navds-
|
|
806
|
-
|
|
810
|
+
.navds-switch__input:focus ~ .navds-switch__label-wrapper > .navds-switch__content:after {
|
|
811
|
+
content: "";
|
|
812
|
+
width: 100%;
|
|
813
|
+
height: calc(100% - var(--__axc-switch-block-padding) * 2);
|
|
814
|
+
border-radius: var(--ax-border-radius-medium);
|
|
815
|
+
outline: 3px solid var(--ax-border-focus);
|
|
816
|
+
outline-offset: 3px;
|
|
817
|
+
pointer-events: none;
|
|
818
|
+
position: absolute;
|
|
819
|
+
left: 0;
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
.navds-switch__input:focus ~ .navds-switch__label-wrapper > .navds-switch__content.navds-switch--with-description:after {
|
|
823
|
+
height: calc(100% - var(--__axc-switch-block-padding) * 1);
|
|
807
824
|
}
|
|
808
825
|
|
|
809
826
|
.navds-switch__input:hover ~ .navds-switch__label-wrapper, .navds-switch__label-wrapper:hover {
|
|
810
|
-
color: var(--ax-text-accent);
|
|
827
|
+
color: var(--ax-text-accent-subtle);
|
|
811
828
|
}
|
|
812
829
|
|
|
813
830
|
.navds-switch__input:disabled:hover ~ .navds-switch__label-wrapper {
|
|
@@ -820,7 +837,7 @@
|
|
|
820
837
|
height: 1.5rem;
|
|
821
838
|
top: var(--ax-space-12);
|
|
822
839
|
border-radius: var(--ax-border-radius-full);
|
|
823
|
-
border: 2px solid var(--ax-border-
|
|
840
|
+
border: 2px solid var(--ax-border-neutral);
|
|
824
841
|
transition-property: background-color, border-color;
|
|
825
842
|
transition-duration: .1s;
|
|
826
843
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
@@ -844,7 +861,7 @@
|
|
|
844
861
|
|
|
845
862
|
.navds-switch__input:disabled ~ .navds-switch__track {
|
|
846
863
|
background-color: var(--ax-bg-input);
|
|
847
|
-
border-color: var(--ax-border-
|
|
864
|
+
border-color: var(--ax-border-neutral);
|
|
848
865
|
}
|
|
849
866
|
|
|
850
867
|
.navds-switch__input:checked:disabled ~ .navds-switch__track {
|
|
@@ -852,13 +869,13 @@
|
|
|
852
869
|
border-color: var(--ax-bg-accent-strong-pressed);
|
|
853
870
|
}
|
|
854
871
|
|
|
855
|
-
.navds-switch__input:focus
|
|
856
|
-
outline:
|
|
857
|
-
outline-offset:
|
|
872
|
+
.navds-switch--standalone > .navds-switch__input:focus ~ .navds-switch__track {
|
|
873
|
+
outline: 3px solid var(--ax-border-focus);
|
|
874
|
+
outline-offset: 3px;
|
|
858
875
|
}
|
|
859
876
|
|
|
860
877
|
.navds-switch__thumb {
|
|
861
|
-
background-color: var(--ax-bg-strong);
|
|
878
|
+
background-color: var(--ax-bg-neutral-strong);
|
|
862
879
|
border-radius: var(--ax-border-radius-full);
|
|
863
880
|
justify-content: center;
|
|
864
881
|
align-items: center;
|
|
@@ -874,7 +891,7 @@
|
|
|
874
891
|
|
|
875
892
|
.navds-switch__input:checked ~ .navds-switch__track > .navds-switch__thumb {
|
|
876
893
|
background-color: var(--ax-bg-raised);
|
|
877
|
-
color: var(--ax-text-accent);
|
|
894
|
+
color: var(--ax-text-accent-subtle);
|
|
878
895
|
width: 1.25rem;
|
|
879
896
|
height: 1.25rem;
|
|
880
897
|
top: 0;
|
|
@@ -925,8 +942,8 @@
|
|
|
925
942
|
}
|
|
926
943
|
|
|
927
944
|
.navds-switch--readonly > .navds-switch__track, .navds-switch--readonly > .navds-switch__input:hover ~ .navds-switch__track, .navds-switch--readonly > .navds-switch__input:checked ~ .navds-switch__track, .navds-switch--readonly > .navds-switch__input:checked:hover ~ .navds-switch__track {
|
|
928
|
-
background-color: var(--ax-bg-moderate);
|
|
929
|
-
border-color: var(--ax-border-subtleA);
|
|
945
|
+
background-color: var(--ax-bg-neutral-moderate);
|
|
946
|
+
border-color: var(--ax-border-neutral-subtleA);
|
|
930
947
|
}
|
|
931
948
|
|
|
932
949
|
.navds-switch--readonly > .navds-switch__label-wrapper, .navds-switch--readonly > .navds-switch__input {
|
|
@@ -934,7 +951,7 @@
|
|
|
934
951
|
}
|
|
935
952
|
|
|
936
953
|
.navds-switch--readonly > .navds-switch__input:hover ~ .navds-switch__label-wrapper, .navds-switch--readonly .navds-switch__label-wrapper:hover {
|
|
937
|
-
color: var(--ax-text-
|
|
954
|
+
color: var(--ax-text-neutral);
|
|
938
955
|
}
|
|
939
956
|
|
|
940
957
|
.navds-switch--readonly .navds-switch__label {
|
|
@@ -942,12 +959,12 @@
|
|
|
942
959
|
}
|
|
943
960
|
|
|
944
961
|
.navds-switch--readonly .navds-switch__thumb {
|
|
945
|
-
background-color: var(--ax-bg-strong);
|
|
962
|
+
background-color: var(--ax-bg-neutral-strong);
|
|
946
963
|
}
|
|
947
964
|
|
|
948
965
|
.navds-switch--readonly > .navds-switch__input:checked ~ .navds-switch__track > .navds-switch__thumb {
|
|
949
|
-
background-color: var(--ax-bg-strong);
|
|
950
|
-
color: var(--ax-text-contrast);
|
|
966
|
+
background-color: var(--ax-bg-neutral-strong);
|
|
967
|
+
color: var(--ax-text-neutral-contrast);
|
|
951
968
|
}
|
|
952
969
|
|
|
953
970
|
@media (hover: hover) and (pointer: fine) {
|
|
@@ -973,9 +990,8 @@
|
|
|
973
990
|
color: field;
|
|
974
991
|
}
|
|
975
992
|
|
|
976
|
-
.navds-switch__input:focus-
|
|
977
|
-
outline
|
|
978
|
-
outline: 2px solid highlight;
|
|
993
|
+
.navds-switch__input:focus ~ .navds-switch__label-wrapper > .navds-switch__content:after, .navds-switch--standalone > .navds-switch__input:focus ~ .navds-switch__track {
|
|
994
|
+
outline: 3px solid highlight;
|
|
979
995
|
}
|
|
980
996
|
|
|
981
997
|
.navds-switch--disabled:not(.navds-switch--loading) {
|
|
@@ -983,7 +999,7 @@
|
|
|
983
999
|
}
|
|
984
1000
|
|
|
985
1001
|
.navds-switch--disabled:not(.navds-switch--loading) .navds-switch__thumb {
|
|
986
|
-
background-color: graytext;
|
|
1002
|
+
background-color: graytext !important;
|
|
987
1003
|
}
|
|
988
1004
|
|
|
989
1005
|
.navds-switch--disabled:not(.navds-switch--loading) .navds-switch__track {
|
|
@@ -999,11 +1015,11 @@
|
|
|
999
1015
|
appearance: none;
|
|
1000
1016
|
padding: var(--ax-space-8);
|
|
1001
1017
|
background: var(--ax-bg-input);
|
|
1002
|
-
border-radius: var(--ax-border-radius-
|
|
1003
|
-
border: 1px solid var(--ax-border-
|
|
1018
|
+
border-radius: var(--ax-border-radius-large);
|
|
1019
|
+
border: 1px solid var(--ax-border-neutral);
|
|
1004
1020
|
width: 100%;
|
|
1005
1021
|
min-height: 3rem;
|
|
1006
|
-
color: var(--ax-text-
|
|
1022
|
+
color: var(--ax-text-neutral);
|
|
1007
1023
|
}
|
|
1008
1024
|
|
|
1009
1025
|
.navds-text-field__input:hover {
|
|
@@ -1012,18 +1028,18 @@
|
|
|
1012
1028
|
|
|
1013
1029
|
.navds-text-field__input:focus-visible {
|
|
1014
1030
|
border-color: var(--ax-border-accent-strong);
|
|
1015
|
-
outline:
|
|
1016
|
-
outline-offset:
|
|
1031
|
+
outline: 3px solid var(--ax-border-focus);
|
|
1032
|
+
outline-offset: 3px;
|
|
1017
1033
|
}
|
|
1018
1034
|
|
|
1019
1035
|
.navds-text-field__input:disabled {
|
|
1020
1036
|
background-color: var(--ax-bg-input);
|
|
1021
|
-
border-color: var(--ax-border-
|
|
1037
|
+
border-color: var(--ax-border-neutral);
|
|
1022
1038
|
cursor: not-allowed;
|
|
1023
1039
|
}
|
|
1024
1040
|
|
|
1025
1041
|
.navds-text-field__input::placeholder {
|
|
1026
|
-
color: var(--ax-text-subtle);
|
|
1042
|
+
color: var(--ax-text-neutral-subtle);
|
|
1027
1043
|
}
|
|
1028
1044
|
|
|
1029
1045
|
.navds-text-field__input[size] {
|
|
@@ -1041,8 +1057,8 @@
|
|
|
1041
1057
|
}
|
|
1042
1058
|
|
|
1043
1059
|
.navds-text-field--readonly .navds-text-field__input {
|
|
1044
|
-
background-color: var(--ax-bg-moderate);
|
|
1045
|
-
border-color: var(--ax-border-subtleA);
|
|
1060
|
+
background-color: var(--ax-bg-neutral-moderate);
|
|
1061
|
+
border-color: var(--ax-border-neutral-subtleA);
|
|
1046
1062
|
cursor: default;
|
|
1047
1063
|
}
|
|
1048
1064
|
|
|
@@ -1074,16 +1090,16 @@
|
|
|
1074
1090
|
appearance: none;
|
|
1075
1091
|
padding: var(--ax-space-8);
|
|
1076
1092
|
background-color: var(--ax-bg-input);
|
|
1077
|
-
border-radius: var(--ax-border-radius-
|
|
1078
|
-
border: 1px solid var(--ax-border-
|
|
1093
|
+
border-radius: var(--ax-border-radius-large);
|
|
1094
|
+
border: 1px solid var(--ax-border-neutral);
|
|
1079
1095
|
resize: none;
|
|
1080
1096
|
width: 100%;
|
|
1081
|
-
color: var(--ax-text-
|
|
1097
|
+
color: var(--ax-text-neutral);
|
|
1082
1098
|
display: block;
|
|
1083
1099
|
}
|
|
1084
1100
|
|
|
1085
1101
|
.navds-textarea__input::placeholder {
|
|
1086
|
-
color: var(--ax-text-subtle);
|
|
1102
|
+
color: var(--ax-text-neutral-subtle);
|
|
1087
1103
|
}
|
|
1088
1104
|
|
|
1089
1105
|
.navds-textarea__input:hover {
|
|
@@ -1091,14 +1107,14 @@
|
|
|
1091
1107
|
}
|
|
1092
1108
|
|
|
1093
1109
|
.navds-textarea__input:focus-visible {
|
|
1094
|
-
outline:
|
|
1095
|
-
outline-offset:
|
|
1110
|
+
outline: 3px solid var(--ax-border-focus);
|
|
1111
|
+
outline-offset: 3px;
|
|
1096
1112
|
border-color: var(--ax-border-accent-strong);
|
|
1097
1113
|
}
|
|
1098
1114
|
|
|
1099
1115
|
.navds-textarea__input:disabled {
|
|
1100
1116
|
background-color: var(--ax-bg-input);
|
|
1101
|
-
border-color: var(--ax-border-
|
|
1117
|
+
border-color: var(--ax-border-neutral);
|
|
1102
1118
|
cursor: not-allowed;
|
|
1103
1119
|
}
|
|
1104
1120
|
|
|
@@ -1107,18 +1123,18 @@
|
|
|
1107
1123
|
}
|
|
1108
1124
|
|
|
1109
1125
|
.navds-textarea--readonly .navds-textarea__input {
|
|
1110
|
-
background-color: var(--ax-bg-moderate);
|
|
1111
|
-
border-color: var(--ax-border-subtleA);
|
|
1126
|
+
background-color: var(--ax-bg-neutral-moderate);
|
|
1127
|
+
border-color: var(--ax-border-neutral-subtleA);
|
|
1112
1128
|
cursor: default;
|
|
1113
1129
|
}
|
|
1114
1130
|
|
|
1115
1131
|
.navds-textarea__counter {
|
|
1116
|
-
color: var(--ax-text-subtle);
|
|
1132
|
+
color: var(--ax-text-neutral-subtle);
|
|
1117
1133
|
margin-top: -.25rem;
|
|
1118
1134
|
}
|
|
1119
1135
|
|
|
1120
1136
|
.navds-textarea__counter--error {
|
|
1121
|
-
color: var(--ax-text-danger);
|
|
1137
|
+
color: var(--ax-text-danger-subtle);
|
|
1122
1138
|
}
|
|
1123
1139
|
|
|
1124
1140
|
.navds-textarea__sr-counter {
|
|
@@ -1188,14 +1204,14 @@
|
|
|
1188
1204
|
}
|
|
1189
1205
|
|
|
1190
1206
|
.navds-search__wrapper {
|
|
1191
|
-
border-radius: var(--ax-border-radius-
|
|
1207
|
+
border-radius: var(--ax-border-radius-large);
|
|
1192
1208
|
align-items: center;
|
|
1193
1209
|
display: inline-flex;
|
|
1194
1210
|
}
|
|
1195
1211
|
|
|
1196
1212
|
.navds-search__wrapper:has(.navds-search__input:focus-visible) {
|
|
1197
|
-
outline:
|
|
1198
|
-
outline-offset:
|
|
1213
|
+
outline: 3px solid var(--ax-border-focus);
|
|
1214
|
+
outline-offset: 3px;
|
|
1199
1215
|
}
|
|
1200
1216
|
|
|
1201
1217
|
.navds-search__input {
|
|
@@ -1255,14 +1271,14 @@
|
|
|
1255
1271
|
|
|
1256
1272
|
.navds-search__button-search {
|
|
1257
1273
|
border-radius: 0;
|
|
1258
|
-
border-top-right-radius: var(--ax-border-radius-
|
|
1259
|
-
border-bottom-right-radius: var(--ax-border-radius-
|
|
1274
|
+
border-top-right-radius: var(--ax-border-radius-large);
|
|
1275
|
+
border-bottom-right-radius: var(--ax-border-radius-large);
|
|
1260
1276
|
flex-shrink: 0;
|
|
1261
1277
|
}
|
|
1262
1278
|
|
|
1263
1279
|
.navds-search__button-search.navds-button--secondary {
|
|
1264
1280
|
--__axc-button-border-width: 1px;
|
|
1265
|
-
--__axc-button-border-color: var(--ax-border-
|
|
1281
|
+
--__axc-button-border-color: var(--ax-border-neutral);
|
|
1266
1282
|
}
|
|
1267
1283
|
|
|
1268
1284
|
.navds-search__button-search.navds-button--secondary:not(:hover, :active) {
|
|
@@ -1273,10 +1289,6 @@
|
|
|
1273
1289
|
--__axc-button-border-color: var(--ax-border-accent-strong);
|
|
1274
1290
|
}
|
|
1275
1291
|
|
|
1276
|
-
.navds-search__button-search.navds-button--secondary:active:not(:disabled) {
|
|
1277
|
-
--__axc-button-border-color: transparent;
|
|
1278
|
-
}
|
|
1279
|
-
|
|
1280
1292
|
.navds-search:not(.navds-search--error, .navds-search--disabled) .navds-search__wrapper:has(.navds-search__input:is(:hover, :focus-visible)) .navds-search__button-search.navds-button--secondary:not(:hover, :active) {
|
|
1281
1293
|
--__axc-button-border-color: var(--ax-border-accent-strong);
|
|
1282
1294
|
}
|
|
@@ -1306,7 +1318,7 @@
|
|
|
1306
1318
|
--__axc-combobox-list-item-padding-inline: var(--ax-space-12);
|
|
1307
1319
|
--__axc-combobox-border-width: 1px;
|
|
1308
1320
|
--__axc-combobox-input-height: 2rem;
|
|
1309
|
-
border-radius: var(--ax-border-radius-
|
|
1321
|
+
border-radius: var(--ax-border-radius-large);
|
|
1310
1322
|
flex-direction: column;
|
|
1311
1323
|
width: 100%;
|
|
1312
1324
|
display: flex;
|
|
@@ -1330,7 +1342,7 @@
|
|
|
1330
1342
|
}
|
|
1331
1343
|
|
|
1332
1344
|
.navds-combobox--disabled .navds-combobox__wrapper:hover {
|
|
1333
|
-
border-color: var(--ax-border-
|
|
1345
|
+
border-color: var(--ax-border-neutral);
|
|
1334
1346
|
}
|
|
1335
1347
|
|
|
1336
1348
|
.navds-combobox--disabled .navds-combobox__wrapper :hover {
|
|
@@ -1346,20 +1358,20 @@
|
|
|
1346
1358
|
}
|
|
1347
1359
|
|
|
1348
1360
|
.navds-combobox--readonly .navds-combobox__selected-options .navds-chips__chip {
|
|
1349
|
-
background-color: var(--ax-bg-moderateA);
|
|
1361
|
+
background-color: var(--ax-bg-neutral-moderateA);
|
|
1350
1362
|
}
|
|
1351
1363
|
|
|
1352
1364
|
.navds-combobox--readonly .navds-combobox__button-toggle-list {
|
|
1353
|
-
color: var(--ax-bg-moderate);
|
|
1365
|
+
color: var(--ax-bg-neutral-moderate);
|
|
1354
1366
|
}
|
|
1355
1367
|
|
|
1356
1368
|
.navds-combobox--readonly .navds-combobox__wrapper {
|
|
1357
|
-
border-color: var(--ax-border-subtle);
|
|
1369
|
+
border-color: var(--ax-border-neutral-subtle);
|
|
1358
1370
|
overflow: clip;
|
|
1359
1371
|
}
|
|
1360
1372
|
|
|
1361
1373
|
.navds-combobox--readonly .navds-text-field__input, .navds-combobox--readonly .navds-combobox__input {
|
|
1362
|
-
background-color: var(--ax-bg-moderate);
|
|
1374
|
+
background-color: var(--ax-bg-neutral-moderate);
|
|
1363
1375
|
}
|
|
1364
1376
|
|
|
1365
1377
|
.navds-combobox__button-toggle-list svg, .navds-combobox__list svg {
|
|
@@ -1368,8 +1380,8 @@
|
|
|
1368
1380
|
}
|
|
1369
1381
|
|
|
1370
1382
|
.navds-combobox__wrapper-inner {
|
|
1371
|
-
border: 1px solid var(--ax-border-
|
|
1372
|
-
border-radius: var(--ax-border-radius-
|
|
1383
|
+
border: 1px solid var(--ax-border-neutral);
|
|
1384
|
+
border-radius: var(--ax-border-radius-large);
|
|
1373
1385
|
}
|
|
1374
1386
|
|
|
1375
1387
|
.navds-combobox__wrapper-inner:has(.navds-combobox__input:focus-visible) {
|
|
@@ -1379,7 +1391,7 @@
|
|
|
1379
1391
|
}
|
|
1380
1392
|
|
|
1381
1393
|
.navds-combobox__wrapper-inner:has(.navds-combobox__input:focus-visible).navds-combobox__wrapper-inner--virtually-unfocused {
|
|
1382
|
-
border-color: var(--ax-border-
|
|
1394
|
+
border-color: var(--ax-border-neutral);
|
|
1383
1395
|
outline: none;
|
|
1384
1396
|
}
|
|
1385
1397
|
|
|
@@ -1408,7 +1420,7 @@
|
|
|
1408
1420
|
}
|
|
1409
1421
|
|
|
1410
1422
|
.navds-combobox--disabled .navds-combobox__wrapper-inner:hover {
|
|
1411
|
-
border-color: var(--ax-border-
|
|
1423
|
+
border-color: var(--ax-border-neutral);
|
|
1412
1424
|
}
|
|
1413
1425
|
|
|
1414
1426
|
.navds-combobox--error .navds-combobox__wrapper-inner {
|
|
@@ -1493,8 +1505,7 @@
|
|
|
1493
1505
|
}
|
|
1494
1506
|
|
|
1495
1507
|
.navds-combobox__button-toggle-list {
|
|
1496
|
-
|
|
1497
|
-
color: var(--ax-text-default);
|
|
1508
|
+
color: var(--ax-text-neutral);
|
|
1498
1509
|
cursor: pointer;
|
|
1499
1510
|
background: none;
|
|
1500
1511
|
border: none;
|
|
@@ -1506,11 +1517,11 @@
|
|
|
1506
1517
|
}
|
|
1507
1518
|
|
|
1508
1519
|
.navds-combobox__button-toggle-list:hover {
|
|
1509
|
-
color: var(--ax-text-accent);
|
|
1520
|
+
color: var(--ax-text-accent-subtle);
|
|
1510
1521
|
}
|
|
1511
1522
|
|
|
1512
1523
|
.navds-combobox__button-toggle-list:hover:active {
|
|
1513
|
-
color: var(--ax-text-accent
|
|
1524
|
+
color: var(--ax-text-accent);
|
|
1514
1525
|
}
|
|
1515
1526
|
|
|
1516
1527
|
.navds-combobox__list {
|
|
@@ -1519,10 +1530,10 @@
|
|
|
1519
1530
|
left: 0;
|
|
1520
1531
|
right: 0;
|
|
1521
1532
|
top: calc(100% + var(--ax-space-8));
|
|
1522
|
-
border: 1px solid var(--ax-border-subtleA);
|
|
1533
|
+
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
1523
1534
|
border-radius: var(--ax-border-radius-large);
|
|
1524
1535
|
background-color: var(--ax-bg-raised);
|
|
1525
|
-
color: var(--ax-text-
|
|
1536
|
+
color: var(--ax-text-neutral);
|
|
1526
1537
|
overscroll-behavior: contain;
|
|
1527
1538
|
box-shadow: var(--ax-shadow-dialog);
|
|
1528
1539
|
flex-direction: column;
|
|
@@ -1542,7 +1553,7 @@
|
|
|
1542
1553
|
.navds-combobox__list-item, .navds-combobox__list-item--loading, .navds-combobox__list-item--no-options, .navds-combobox__list-item--new-option, .navds-combobox__list-item--max-selected {
|
|
1543
1554
|
padding-block: var(--__axc-combobox-list-item-padding-block);
|
|
1544
1555
|
padding-inline: var(--__axc-combobox-list-item-padding-inline);
|
|
1545
|
-
border-radius: var(--ax-border-radius-
|
|
1556
|
+
border-radius: var(--ax-border-radius-large);
|
|
1546
1557
|
margin-inline: var(--ax-space-8);
|
|
1547
1558
|
margin-block: var(--ax-space-2);
|
|
1548
1559
|
border: 0;
|
|
@@ -1562,8 +1573,8 @@
|
|
|
1562
1573
|
}
|
|
1563
1574
|
|
|
1564
1575
|
.navds-combobox__list-item--max-selected {
|
|
1565
|
-
background-color: var(--ax-bg-moderateA);
|
|
1566
|
-
border-bottom: 1px solid var(--ax-border-subtle);
|
|
1576
|
+
background-color: var(--ax-bg-neutral-moderateA);
|
|
1577
|
+
border-bottom: 1px solid var(--ax-border-neutral-subtle);
|
|
1567
1578
|
padding-block: var(--ax-space-8);
|
|
1568
1579
|
line-height: var(--ax-font-line-height-large);
|
|
1569
1580
|
border-radius: 0;
|
|
@@ -1599,12 +1610,12 @@
|
|
|
1599
1610
|
|
|
1600
1611
|
.navds-combobox__list-item mark {
|
|
1601
1612
|
font-weight: var(--ax-font-weight-bold);
|
|
1602
|
-
color: var(--ax-text-
|
|
1613
|
+
color: var(--ax-text-neutral);
|
|
1603
1614
|
background-color: rgba(0, 0, 0, 0);
|
|
1604
1615
|
}
|
|
1605
1616
|
|
|
1606
1617
|
.navds-combobox__list-item svg {
|
|
1607
|
-
color: var(--ax-text-
|
|
1618
|
+
color: var(--ax-text-neutral);
|
|
1608
1619
|
}
|
|
1609
1620
|
|
|
1610
1621
|
.navds-combobox__list-item--selected {
|
|
@@ -1627,7 +1638,7 @@
|
|
|
1627
1638
|
}
|
|
1628
1639
|
|
|
1629
1640
|
.navds-combobox__list-item--new-option svg {
|
|
1630
|
-
color: var(--ax-text-
|
|
1641
|
+
color: var(--ax-text-neutral);
|
|
1631
1642
|
}
|
|
1632
1643
|
|
|
1633
1644
|
.navds-combobox__list-item--new-option:only-child {
|
|
@@ -1726,15 +1737,15 @@
|
|
|
1726
1737
|
}
|
|
1727
1738
|
|
|
1728
1739
|
.navds-form-summary {
|
|
1729
|
-
border: 1px solid var(--ax-border-subtleA);
|
|
1740
|
+
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
1730
1741
|
border-radius: var(--ax-border-radius-xlarge);
|
|
1731
1742
|
background: var(--ax-bg-raised);
|
|
1732
1743
|
overflow: hidden;
|
|
1733
1744
|
}
|
|
1734
1745
|
|
|
1735
1746
|
.navds-form-summary__header {
|
|
1736
|
-
background: var(--ax-bg-moderateA);
|
|
1737
|
-
padding: var(--ax-space-16) var(--ax-space-
|
|
1747
|
+
background: var(--ax-bg-neutral-moderateA);
|
|
1748
|
+
padding: var(--ax-space-20) var(--ax-space-20) var(--ax-space-16) var(--ax-space-20);
|
|
1738
1749
|
justify-content: space-between;
|
|
1739
1750
|
gap: 0 var(--ax-space-12);
|
|
1740
1751
|
display: flex;
|
|
@@ -1742,7 +1753,7 @@
|
|
|
1742
1753
|
|
|
1743
1754
|
@media (max-width: 479px) {
|
|
1744
1755
|
.navds-form-summary__header {
|
|
1745
|
-
padding: var(--ax-space-12) var(--ax-space-16);
|
|
1756
|
+
padding: var(--ax-space-16) var(--ax-space-16) var(--ax-space-12) var(--ax-space-16);
|
|
1746
1757
|
flex-direction: column;
|
|
1747
1758
|
}
|
|
1748
1759
|
}
|
|
@@ -1754,24 +1765,24 @@
|
|
|
1754
1765
|
}
|
|
1755
1766
|
|
|
1756
1767
|
.navds-form-summary > .navds-form-summary__answers {
|
|
1757
|
-
border-top: 1px solid var(--ax-border-subtleA);
|
|
1768
|
+
border-top: 1px solid var(--ax-border-neutral-subtleA);
|
|
1758
1769
|
}
|
|
1759
1770
|
|
|
1760
1771
|
.navds-form-summary__answers {
|
|
1761
|
-
padding: var(--ax-space-16) var(--ax-space-20);
|
|
1772
|
+
padding: var(--ax-space-16) var(--ax-space-20) var(--ax-space-20) var(--ax-space-20);
|
|
1762
1773
|
margin: 0;
|
|
1763
1774
|
}
|
|
1764
1775
|
|
|
1765
1776
|
@media (max-width: 479px) {
|
|
1766
1777
|
.navds-form-summary__answers {
|
|
1767
|
-
padding: var(--ax-space-16);
|
|
1778
|
+
padding: var(--ax-space-12) var(--ax-space-16) var(--ax-space-16) var(--ax-space-16);
|
|
1768
1779
|
}
|
|
1769
1780
|
}
|
|
1770
1781
|
|
|
1771
1782
|
.navds-form-summary__answer:not(:last-child) {
|
|
1772
1783
|
margin-bottom: var(--ax-space-16);
|
|
1773
1784
|
padding-bottom: var(--ax-space-16);
|
|
1774
|
-
border-bottom: 1px solid var(--ax-border-subtleA);
|
|
1785
|
+
border-bottom: 1px solid var(--ax-border-neutral-subtleA);
|
|
1775
1786
|
}
|
|
1776
1787
|
|
|
1777
1788
|
.navds-form-summary__answer:has(.navds-form-summary__answer) {
|
|
@@ -1826,39 +1837,35 @@
|
|
|
1826
1837
|
}
|
|
1827
1838
|
|
|
1828
1839
|
.navds-form-progress__collapsible {
|
|
1840
|
+
visibility: hidden;
|
|
1841
|
+
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
1842
|
+
border-radius: var(--ax-border-radius-xlarge);
|
|
1843
|
+
background: var(--ax-bg-raised);
|
|
1844
|
+
padding-inline: var(--ax-space-20);
|
|
1845
|
+
opacity: .001;
|
|
1829
1846
|
grid-template-rows: 0fr;
|
|
1830
|
-
|
|
1847
|
+
margin-top: -2px;
|
|
1848
|
+
padding-block: 0;
|
|
1849
|
+
transition-property: margin-top, opacity, visibility, padding-block-start, grid-template-rows;
|
|
1850
|
+
transition-duration: 1s;
|
|
1851
|
+
transition-timing-function: cubic-bezier(.2, 0, 0, 1);
|
|
1831
1852
|
display: grid;
|
|
1832
1853
|
overflow: hidden;
|
|
1833
1854
|
}
|
|
1834
1855
|
|
|
1835
1856
|
.navds-form-progress__collapsible[hidden] {
|
|
1836
|
-
display: grid
|
|
1857
|
+
display: grid;
|
|
1837
1858
|
}
|
|
1838
1859
|
|
|
1839
1860
|
.navds-form-progress__collapsible[data-state="open"] {
|
|
1861
|
+
margin-top: var(--ax-space-4);
|
|
1862
|
+
visibility: visible;
|
|
1863
|
+
padding-block: var(--ax-space-16);
|
|
1864
|
+
opacity: 1;
|
|
1840
1865
|
grid-template-rows: 1fr;
|
|
1841
1866
|
}
|
|
1842
1867
|
|
|
1843
1868
|
.navds-form-progress__collapsible-content {
|
|
1844
|
-
opacity: .01;
|
|
1845
|
-
visibility: hidden;
|
|
1846
1869
|
min-height: 0;
|
|
1847
|
-
transition-property: opacity, visibility;
|
|
1848
|
-
transition-duration: .25s;
|
|
1849
|
-
transition-timing-function: cubic-bezier(.2, 0, 0, 1);
|
|
1850
|
-
}
|
|
1851
|
-
|
|
1852
|
-
.navds-form-progress__collapsible[data-state="open"] .navds-form-progress__collapsible-content {
|
|
1853
|
-
visibility: visible;
|
|
1854
|
-
opacity: 1;
|
|
1855
|
-
}
|
|
1856
|
-
|
|
1857
|
-
.navds-form-progress__stepper {
|
|
1858
|
-
border: 1px solid var(--ax-border-subtle);
|
|
1859
|
-
border-radius: var(--ax-border-radius-large);
|
|
1860
|
-
padding: var(--ax-space-16) var(--ax-space-20);
|
|
1861
|
-
margin-top: var(--ax-space-4);
|
|
1862
|
-
background: var(--ax-bg-raised);
|
|
1863
1870
|
}
|
|
1864
1871
|
}
|