@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
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
font-size: var(--ax-font-size-heading-2xlarge);
|
|
11
11
|
letter-spacing: -.01em;
|
|
12
12
|
line-height: var(--ax-font-line-height-heading-2xlarge);
|
|
13
|
+
font-weight: 650;
|
|
13
14
|
}
|
|
14
15
|
|
|
15
16
|
.navds-heading--xlarge.navds-typo--spacing {
|
|
@@ -20,6 +21,7 @@
|
|
|
20
21
|
font-size: var(--ax-font-size-heading-xlarge);
|
|
21
22
|
letter-spacing: -.008em;
|
|
22
23
|
line-height: var(--ax-font-line-height-heading-xlarge);
|
|
24
|
+
font-weight: 650;
|
|
23
25
|
}
|
|
24
26
|
|
|
25
27
|
.navds-heading--large.navds-typo--spacing {
|
|
@@ -52,6 +54,7 @@
|
|
|
52
54
|
font-size: var(--ax-font-size-heading-medium);
|
|
53
55
|
letter-spacing: -.002em;
|
|
54
56
|
line-height: var(--ax-font-line-height-heading-medium);
|
|
57
|
+
font-weight: 650;
|
|
55
58
|
}
|
|
56
59
|
|
|
57
60
|
.navds-heading--medium.navds-typo--spacing {
|
|
@@ -200,7 +203,7 @@
|
|
|
200
203
|
}
|
|
201
204
|
|
|
202
205
|
.navds-error-message {
|
|
203
|
-
color: var(--ax-text-danger);
|
|
206
|
+
color: var(--ax-text-danger-subtle);
|
|
204
207
|
}
|
|
205
208
|
|
|
206
209
|
.navds-error-message.navds-error-message--show-icon {
|
|
@@ -251,7 +254,7 @@
|
|
|
251
254
|
}
|
|
252
255
|
|
|
253
256
|
.navds-typo--color-subtle {
|
|
254
|
-
color: var(--ax-text-subtle);
|
|
257
|
+
color: var(--ax-text-neutral-subtle);
|
|
255
258
|
}
|
|
256
259
|
|
|
257
260
|
.navds-button {
|
|
@@ -260,7 +263,7 @@
|
|
|
260
263
|
--__axc-button-border-color: transparent;
|
|
261
264
|
--__axc-button-border-width: 2px;
|
|
262
265
|
padding: var(--ax-space-12) var(--ax-space-20);
|
|
263
|
-
border-radius: var(--ax-border-radius-
|
|
266
|
+
border-radius: var(--ax-border-radius-large);
|
|
264
267
|
cursor: pointer;
|
|
265
268
|
justify-content: center;
|
|
266
269
|
align-items: center;
|
|
@@ -308,7 +311,7 @@
|
|
|
308
311
|
|
|
309
312
|
@supports not selector(:focus-visible) {
|
|
310
313
|
.navds-button:focus {
|
|
311
|
-
outline:
|
|
314
|
+
outline: 3px solid var(--ax-border-focus);
|
|
312
315
|
}
|
|
313
316
|
}
|
|
314
317
|
|
|
@@ -358,25 +361,25 @@
|
|
|
358
361
|
}
|
|
359
362
|
|
|
360
363
|
.navds-button--primary-neutral {
|
|
361
|
-
background-color: var(--ax-bg-strong);
|
|
362
|
-
color: var(--ax-text-contrast);
|
|
364
|
+
background-color: var(--ax-bg-neutral-strong);
|
|
365
|
+
color: var(--ax-text-neutral-contrast);
|
|
363
366
|
}
|
|
364
367
|
|
|
365
368
|
.navds-button--primary-neutral:hover {
|
|
366
|
-
background-color: var(--ax-bg-strong-hover);
|
|
369
|
+
background-color: var(--ax-bg-neutral-strong-hover);
|
|
367
370
|
}
|
|
368
371
|
|
|
369
372
|
.navds-button--primary-neutral:active {
|
|
370
|
-
background-color: var(--ax-bg-strong-pressed);
|
|
373
|
+
background-color: var(--ax-bg-neutral-strong-pressed);
|
|
371
374
|
}
|
|
372
375
|
|
|
373
376
|
.navds-button--primary-neutral:is(:disabled, .navds-button--disabled) {
|
|
374
|
-
background-color: var(--ax-bg-strong);
|
|
377
|
+
background-color: var(--ax-bg-neutral-strong);
|
|
375
378
|
}
|
|
376
379
|
|
|
377
380
|
.navds-button--secondary {
|
|
378
381
|
--__axc-button-border-color: var(--ax-border-accent);
|
|
379
|
-
color: var(--ax-text-accent);
|
|
382
|
+
color: var(--ax-text-accent-subtle);
|
|
380
383
|
background-color: rgba(0, 0, 0, 0);
|
|
381
384
|
}
|
|
382
385
|
|
|
@@ -386,42 +389,38 @@
|
|
|
386
389
|
}
|
|
387
390
|
|
|
388
391
|
.navds-button--secondary:active {
|
|
389
|
-
--
|
|
390
|
-
background-color: var(--ax-bg-accent-strong-pressed);
|
|
391
|
-
color: var(--ax-text-accent-contrast);
|
|
392
|
+
background-color: var(--ax-bg-accent-moderate-pressedA);
|
|
392
393
|
}
|
|
393
394
|
|
|
394
395
|
.navds-button--secondary:is(:disabled, .navds-button--disabled) {
|
|
395
396
|
--__axc-button-border-color: var(--ax-border-accent);
|
|
396
|
-
color: var(--ax-text-accent);
|
|
397
|
+
color: var(--ax-text-accent-subtle);
|
|
397
398
|
background-color: rgba(0, 0, 0, 0);
|
|
398
399
|
}
|
|
399
400
|
|
|
400
401
|
.navds-button--secondary-neutral {
|
|
401
|
-
--__axc-button-border-color: var(--ax-border-
|
|
402
|
-
color: var(--ax-text-
|
|
402
|
+
--__axc-button-border-color: var(--ax-border-neutral);
|
|
403
|
+
color: var(--ax-text-neutral);
|
|
403
404
|
background-color: rgba(0, 0, 0, 0);
|
|
404
405
|
}
|
|
405
406
|
|
|
406
407
|
.navds-button--secondary-neutral:hover {
|
|
407
|
-
--__axc-button-border-color: var(--ax-border-strong);
|
|
408
|
-
background-color: var(--ax-bg-moderate-hoverA);
|
|
408
|
+
--__axc-button-border-color: var(--ax-border-neutral-strong);
|
|
409
|
+
background-color: var(--ax-bg-neutral-moderate-hoverA);
|
|
409
410
|
}
|
|
410
411
|
|
|
411
412
|
.navds-button--secondary-neutral:active {
|
|
412
|
-
--
|
|
413
|
-
color: var(--ax-text-contrast);
|
|
414
|
-
background-color: var(--ax-bg-strong-pressed);
|
|
413
|
+
background-color: var(--ax-bg-neutral-moderate-pressedA);
|
|
415
414
|
}
|
|
416
415
|
|
|
417
416
|
.navds-button--secondary-neutral:is(:disabled, .navds-button--disabled) {
|
|
418
|
-
--__axc-button-border-color: var(--ax-border-
|
|
419
|
-
color: var(--ax-text-
|
|
417
|
+
--__axc-button-border-color: var(--ax-border-neutral);
|
|
418
|
+
color: var(--ax-text-neutral);
|
|
420
419
|
background-color: rgba(0, 0, 0, 0);
|
|
421
420
|
}
|
|
422
421
|
|
|
423
422
|
.navds-button--tertiary {
|
|
424
|
-
color: var(--ax-text-accent);
|
|
423
|
+
color: var(--ax-text-accent-subtle);
|
|
425
424
|
background-color: rgba(0, 0, 0, 0);
|
|
426
425
|
}
|
|
427
426
|
|
|
@@ -430,31 +429,29 @@
|
|
|
430
429
|
}
|
|
431
430
|
|
|
432
431
|
.navds-button--tertiary:active {
|
|
433
|
-
background-color: var(--ax-bg-accent-
|
|
434
|
-
color: var(--ax-text-accent-contrast);
|
|
432
|
+
background-color: var(--ax-bg-accent-moderate-pressedA);
|
|
435
433
|
}
|
|
436
434
|
|
|
437
435
|
.navds-button--tertiary:is(:disabled, .navds-button--disabled) {
|
|
438
|
-
color: var(--ax-text-accent);
|
|
436
|
+
color: var(--ax-text-accent-subtle);
|
|
439
437
|
background-color: rgba(0, 0, 0, 0);
|
|
440
438
|
}
|
|
441
439
|
|
|
442
440
|
.navds-button--tertiary-neutral {
|
|
443
|
-
color: var(--ax-text-
|
|
441
|
+
color: var(--ax-text-neutral);
|
|
444
442
|
background-color: rgba(0, 0, 0, 0);
|
|
445
443
|
}
|
|
446
444
|
|
|
447
445
|
.navds-button--tertiary-neutral:hover {
|
|
448
|
-
background-color: var(--ax-bg-moderate-hoverA);
|
|
446
|
+
background-color: var(--ax-bg-neutral-moderate-hoverA);
|
|
449
447
|
}
|
|
450
448
|
|
|
451
449
|
.navds-button--tertiary-neutral:active {
|
|
452
|
-
background-color: var(--ax-bg-
|
|
453
|
-
color: var(--ax-text-contrast);
|
|
450
|
+
background-color: var(--ax-bg-neutral-moderate-pressedA);
|
|
454
451
|
}
|
|
455
452
|
|
|
456
453
|
.navds-button--tertiary-neutral:is(:disabled, .navds-button--disabled) {
|
|
457
|
-
color: var(--ax-text-
|
|
454
|
+
color: var(--ax-text-neutral);
|
|
458
455
|
background-color: rgba(0, 0, 0, 0);
|
|
459
456
|
}
|
|
460
457
|
|
|
@@ -562,12 +559,12 @@
|
|
|
562
559
|
}
|
|
563
560
|
|
|
564
561
|
.navds-chips__chip:focus-visible {
|
|
565
|
-
outline:
|
|
566
|
-
outline-offset:
|
|
562
|
+
outline: 3px solid var(--ax-border-focus);
|
|
563
|
+
outline-offset: 3px;
|
|
567
564
|
}
|
|
568
565
|
|
|
569
566
|
.navds-chips--readonly .navds-chips__chip {
|
|
570
|
-
background-color: var(--ax-bg-moderateA);
|
|
567
|
+
background-color: var(--ax-bg-neutral-moderateA);
|
|
571
568
|
}
|
|
572
569
|
|
|
573
570
|
.navds-chips--small .navds-chips__chip {
|
|
@@ -600,7 +597,7 @@
|
|
|
600
597
|
.navds-chips__toggle--action {
|
|
601
598
|
box-shadow: inset 0 0 0 1px var(--ax-border-accent-subtleA);
|
|
602
599
|
background-color: var(--ax-bg-accent-moderate);
|
|
603
|
-
color: var(--ax-text-accent
|
|
600
|
+
color: var(--ax-text-accent);
|
|
604
601
|
}
|
|
605
602
|
|
|
606
603
|
.navds-chips__toggle--action:hover {
|
|
@@ -618,23 +615,23 @@
|
|
|
618
615
|
}
|
|
619
616
|
|
|
620
617
|
.navds-chips__toggle--neutral {
|
|
621
|
-
box-shadow: inset 0 0 0 1px var(--ax-border-subtleA);
|
|
622
|
-
background-color: var(--ax-bg-moderate);
|
|
623
|
-
color: var(--ax-text-
|
|
618
|
+
box-shadow: inset 0 0 0 1px var(--ax-border-neutral-subtleA);
|
|
619
|
+
background-color: var(--ax-bg-neutral-moderate);
|
|
620
|
+
color: var(--ax-text-neutral);
|
|
624
621
|
}
|
|
625
622
|
|
|
626
623
|
.navds-chips__toggle--neutral:hover {
|
|
627
|
-
background-color: var(--ax-bg-moderate-hover);
|
|
624
|
+
background-color: var(--ax-bg-neutral-moderate-hover);
|
|
628
625
|
}
|
|
629
626
|
|
|
630
627
|
.navds-chips__toggle--neutral[data-pressed="true"] {
|
|
631
628
|
box-shadow: none;
|
|
632
|
-
background-color: var(--ax-bg-strong-pressed);
|
|
633
|
-
color: var(--ax-text-contrast);
|
|
629
|
+
background-color: var(--ax-bg-neutral-strong-pressed);
|
|
630
|
+
color: var(--ax-text-neutral-contrast);
|
|
634
631
|
}
|
|
635
632
|
|
|
636
633
|
.navds-chips__toggle--neutral[data-pressed="true"]:hover {
|
|
637
|
-
background-color: var(--ax-bg-strong-hover);
|
|
634
|
+
background-color: var(--ax-bg-neutral-strong-hover);
|
|
638
635
|
}
|
|
639
636
|
|
|
640
637
|
.navds-chips--medium .navds-chips__toggle--with-checkmark {
|
|
@@ -655,12 +652,12 @@
|
|
|
655
652
|
}
|
|
656
653
|
|
|
657
654
|
.navds-chips__removable--neutral {
|
|
658
|
-
background: var(--ax-bg-strong-pressed);
|
|
659
|
-
color: var(--ax-text-contrast);
|
|
655
|
+
background: var(--ax-bg-neutral-strong-pressed);
|
|
656
|
+
color: var(--ax-text-neutral-contrast);
|
|
660
657
|
}
|
|
661
658
|
|
|
662
659
|
.navds-chips__removable--neutral:hover {
|
|
663
|
-
background: var(--ax-bg-strong-hover);
|
|
660
|
+
background: var(--ax-bg-neutral-strong-hover);
|
|
664
661
|
}
|
|
665
662
|
|
|
666
663
|
.navds-chips__removable-icon {
|
|
@@ -718,7 +715,7 @@
|
|
|
718
715
|
}
|
|
719
716
|
|
|
720
717
|
.navds-fieldset__description {
|
|
721
|
-
color: var(--ax-text-subtle);
|
|
718
|
+
color: var(--ax-text-neutral-subtle);
|
|
722
719
|
}
|
|
723
720
|
|
|
724
721
|
.navds-fieldset > .navds-fieldset__description:not(:empty) {
|
|
@@ -759,10 +756,10 @@
|
|
|
759
756
|
text-align: center;
|
|
760
757
|
width: 100%;
|
|
761
758
|
padding: var(--ax-space-16) var(--ax-space-20);
|
|
762
|
-
border: 1px dashed var(--ax-border-
|
|
759
|
+
border: 1px dashed var(--ax-border-neutral);
|
|
763
760
|
border-radius: var(--ax-border-radius-xlarge);
|
|
764
761
|
background-color: var(--__axc-dropzone-background);
|
|
765
|
-
color: var(--ax-text-
|
|
762
|
+
color: var(--ax-text-neutral);
|
|
766
763
|
transition: background-color var(--__axc-dropzone-animation-length-short) var(--__axc-dropzone-animation-ease-out);
|
|
767
764
|
cursor: pointer;
|
|
768
765
|
flex-direction: column;
|
|
@@ -775,18 +772,19 @@
|
|
|
775
772
|
}
|
|
776
773
|
|
|
777
774
|
.navds-dropzone__area:hover:not([data-disabled="true"]) > .navds-dropzone__area-button {
|
|
778
|
-
color: var(--ax-text-accent-strong);
|
|
779
775
|
background-color: var(--ax-bg-accent-moderate-hover);
|
|
780
776
|
box-shadow: inset 0 0 0 2px var(--ax-bg-accent-strong-hover);
|
|
781
777
|
}
|
|
782
778
|
|
|
783
|
-
.navds-dropzone__area:active .navds-dropzone__area-button {
|
|
779
|
+
.navds-dropzone__area:active:not([data-disabled="true"]) > .navds-dropzone__area-button {
|
|
784
780
|
background-color: var(--ax-bg-accent-strong-pressed);
|
|
785
781
|
color: var(--ax-text-accent-contrast);
|
|
786
782
|
box-shadow: none;
|
|
787
783
|
}
|
|
788
784
|
|
|
789
785
|
.navds-dropzone__area[data-disabled="true"] {
|
|
786
|
+
--__axc-dropzone-background: var(--ax-bg-neutral-soft);
|
|
787
|
+
border-color: var(--ax-border-neutral-subtleA);
|
|
790
788
|
cursor: default;
|
|
791
789
|
}
|
|
792
790
|
|
|
@@ -795,7 +793,7 @@
|
|
|
795
793
|
}
|
|
796
794
|
|
|
797
795
|
.navds-dropzone--dragging > .navds-dropzone__area:after {
|
|
798
|
-
color: var(--ax-text-accent
|
|
796
|
+
color: var(--ax-text-accent);
|
|
799
797
|
background-color: var(--ax-bg-accent-moderateA);
|
|
800
798
|
content: "";
|
|
801
799
|
border: 1px dashed var(--ax-border-accent-strong);
|
|
@@ -849,7 +847,7 @@
|
|
|
849
847
|
.navds-dropzone__area-release__icon {
|
|
850
848
|
padding: var(--__axc-dropzone-icon-padding);
|
|
851
849
|
border-radius: var(--ax-border-radius-full);
|
|
852
|
-
background-color: var(--ax-bg-moderateA);
|
|
850
|
+
background-color: var(--ax-bg-neutral-moderateA);
|
|
853
851
|
transition: background-color .3s var(--__axc-dropzone-animation-ease-out), font-size .3s var(--__axc-dropzone-animation-ease-out);
|
|
854
852
|
font-size: 1.5rem;
|
|
855
853
|
display: grid;
|
|
@@ -870,13 +868,13 @@
|
|
|
870
868
|
}
|
|
871
869
|
|
|
872
870
|
.navds-dropzone--dragging .navds-dropzone__area-release {
|
|
873
|
-
color: var(--ax-text-accent-
|
|
871
|
+
color: var(--ax-text-accent-subtle);
|
|
874
872
|
top: 50%;
|
|
875
873
|
transform: translateY(-50%);
|
|
876
874
|
}
|
|
877
875
|
|
|
878
876
|
.navds-dropzone__area-disabled {
|
|
879
|
-
color: var(--ax-text-subtle);
|
|
877
|
+
color: var(--ax-text-neutral-subtle);
|
|
880
878
|
align-items: center;
|
|
881
879
|
gap: var(--ax-space-8);
|
|
882
880
|
flex-direction: column;
|
|
@@ -891,7 +889,7 @@
|
|
|
891
889
|
|
|
892
890
|
.navds-file-item__inner {
|
|
893
891
|
background-color: var(--ax-bg-raised);
|
|
894
|
-
border: 1px solid var(--ax-border-subtleA);
|
|
892
|
+
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
895
893
|
outline-offset: -1px;
|
|
896
894
|
border-radius: var(--ax-border-radius-xlarge);
|
|
897
895
|
padding: var(--ax-space-12) var(--ax-space-16);
|
|
@@ -906,8 +904,8 @@
|
|
|
906
904
|
}
|
|
907
905
|
|
|
908
906
|
.navds-file-item__icon {
|
|
909
|
-
background-color: var(--ax-bg-moderateA);
|
|
910
|
-
color: var(--ax-text-
|
|
907
|
+
background-color: var(--ax-bg-neutral-moderateA);
|
|
908
|
+
color: var(--ax-text-neutral);
|
|
911
909
|
border-radius: var(--ax-border-radius-full);
|
|
912
910
|
min-width: 2.5rem;
|
|
913
911
|
min-height: 2.5rem;
|
|
@@ -935,7 +933,6 @@
|
|
|
935
933
|
}
|
|
936
934
|
|
|
937
935
|
.navds-file-item__error {
|
|
938
|
-
color: var(--ax-text-danger);
|
|
939
936
|
grid-template-rows: 0fr;
|
|
940
937
|
transition-property: grid-template-rows, padding-top;
|
|
941
938
|
transition-duration: .25s;
|
|
@@ -944,23 +941,11 @@
|
|
|
944
941
|
overflow: hidden;
|
|
945
942
|
}
|
|
946
943
|
|
|
947
|
-
.navds-file-
|
|
944
|
+
.navds-file-item--error .navds-file-item__error {
|
|
948
945
|
padding-top: var(--ax-space-4);
|
|
949
946
|
grid-template-rows: 1fr;
|
|
950
947
|
}
|
|
951
948
|
|
|
952
|
-
.navds-file-item__error-content {
|
|
953
|
-
gap: var(--ax-space-4);
|
|
954
|
-
min-height: 0;
|
|
955
|
-
display: flex;
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
.navds-file-item__error-content > svg {
|
|
959
|
-
flex-shrink: 0;
|
|
960
|
-
height: 1rem;
|
|
961
|
-
margin-top: .1rem;
|
|
962
|
-
}
|
|
963
|
-
|
|
964
949
|
.navds-form-field {
|
|
965
950
|
justify-items: start;
|
|
966
951
|
gap: var(--ax-space-8);
|
|
@@ -968,7 +953,7 @@
|
|
|
968
953
|
}
|
|
969
954
|
|
|
970
955
|
.navds-form-field__description {
|
|
971
|
-
color: var(--ax-text-subtle);
|
|
956
|
+
color: var(--ax-text-neutral-subtle);
|
|
972
957
|
margin-top: -.375rem;
|
|
973
958
|
}
|
|
974
959
|
|
|
@@ -982,7 +967,7 @@
|
|
|
982
967
|
}
|
|
983
968
|
|
|
984
969
|
.navds-form-field__subdescription {
|
|
985
|
-
color: var(--ax-text-subtle);
|
|
970
|
+
color: var(--ax-text-neutral-subtle);
|
|
986
971
|
}
|
|
987
972
|
|
|
988
973
|
.navds-form-field--readonly > :where(.navds-form-field__label) {
|
|
@@ -1007,16 +992,16 @@
|
|
|
1007
992
|
padding: var(--ax-space-16) var(--ax-space-20);
|
|
1008
993
|
border: 4px solid var(--ax-border-danger);
|
|
1009
994
|
border-radius: var(--ax-border-radius-xlarge);
|
|
1010
|
-
outline-offset:
|
|
995
|
+
outline-offset: 3px;
|
|
1011
996
|
}
|
|
1012
997
|
|
|
1013
998
|
.navds-error-summary:focus-visible, .navds-error-summary:has(.navds-error-summary__heading:focus-visible) {
|
|
1014
|
-
outline:
|
|
999
|
+
outline: 3px solid var(--ax-border-focus);
|
|
1015
1000
|
}
|
|
1016
1001
|
|
|
1017
1002
|
@supports not selector(:focus-visible) {
|
|
1018
1003
|
.navds-error-summary:focus {
|
|
1019
|
-
outline:
|
|
1004
|
+
outline: 3px solid var(--ax-border-focus);
|
|
1020
1005
|
}
|
|
1021
1006
|
}
|
|
1022
1007
|
|
|
@@ -1126,8 +1111,8 @@
|
|
|
1126
1111
|
padding: var(--ax-space-12) 0;
|
|
1127
1112
|
cursor: pointer;
|
|
1128
1113
|
gap: var(--ax-space-8);
|
|
1129
|
-
--__axc-radio-checkbox-readonly-bg: var(--ax-bg-moderate);
|
|
1130
|
-
--__axc-radio-checkbox-readonly-border: var(--ax-border-subtle);
|
|
1114
|
+
--__axc-radio-checkbox-readonly-bg: var(--ax-bg-neutral-moderate);
|
|
1115
|
+
--__axc-radio-checkbox-readonly-border: var(--ax-border-neutral-subtle);
|
|
1131
1116
|
display: flex;
|
|
1132
1117
|
}
|
|
1133
1118
|
|
|
@@ -1135,7 +1120,7 @@
|
|
|
1135
1120
|
content: "";
|
|
1136
1121
|
border-radius: var(--ax-border-radius-medium);
|
|
1137
1122
|
background-color: var(--ax-bg-input);
|
|
1138
|
-
border: 2px solid var(--ax-border-
|
|
1123
|
+
border: 2px solid var(--ax-border-neutral);
|
|
1139
1124
|
flex-shrink: 0;
|
|
1140
1125
|
width: 1.5rem;
|
|
1141
1126
|
height: 1.5rem;
|
|
@@ -1167,25 +1152,40 @@
|
|
|
1167
1152
|
height: 1.25rem;
|
|
1168
1153
|
}
|
|
1169
1154
|
|
|
1170
|
-
.navds-checkbox__input:focus + .navds-checkbox__label:
|
|
1171
|
-
|
|
1172
|
-
|
|
1155
|
+
.navds-checkbox__input:focus + .navds-checkbox__label:after, .navds-radio__input:focus + .navds-radio__label:after {
|
|
1156
|
+
content: "";
|
|
1157
|
+
width: 100%;
|
|
1158
|
+
height: calc(100% - var(--ax-space-24));
|
|
1159
|
+
border-radius: var(--ax-border-radius-medium);
|
|
1160
|
+
outline: 3px solid var(--ax-border-focus);
|
|
1161
|
+
outline-offset: 3px;
|
|
1162
|
+
pointer-events: none;
|
|
1163
|
+
position: absolute;
|
|
1173
1164
|
}
|
|
1174
1165
|
|
|
1175
|
-
.navds-checkbox__input:
|
|
1176
|
-
|
|
1177
|
-
|
|
1166
|
+
.navds-checkbox--small > .navds-checkbox__input:focus + .navds-checkbox__label:after, .navds-radio--small > .navds-radio__input:focus + .navds-radio__label:after {
|
|
1167
|
+
height: calc(100% - var(--ax-space-12));
|
|
1168
|
+
}
|
|
1169
|
+
|
|
1170
|
+
.navds-checkbox__icon-indeterminate {
|
|
1171
|
+
display: none;
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
.navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
1178
1175
|
background-color: var(--ax-bg-default);
|
|
1179
|
-
border-radius: 1px;
|
|
1180
|
-
flex-shrink: 0;
|
|
1181
1176
|
width: .75rem;
|
|
1182
1177
|
height: .25rem;
|
|
1178
|
+
transform: translate(var(--ax-space-6), -50%);
|
|
1179
|
+
pointer-events: none;
|
|
1180
|
+
border-radius: 1px;
|
|
1181
|
+
display: block;
|
|
1183
1182
|
position: absolute;
|
|
1184
1183
|
top: 50%;
|
|
1185
1184
|
}
|
|
1186
1185
|
|
|
1187
|
-
.navds-checkbox--small .navds-checkbox__input:indeterminate + .navds-checkbox__label
|
|
1188
|
-
transform: translate(
|
|
1186
|
+
.navds-checkbox--small .navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
1187
|
+
transform: translate(var(--ax-space-4), -50%);
|
|
1188
|
+
height: .1875rem;
|
|
1189
1189
|
}
|
|
1190
1190
|
|
|
1191
1191
|
.navds-checkbox__input:where(:checked, :indeterminate) + .navds-checkbox__label:before {
|
|
@@ -1234,8 +1234,8 @@
|
|
|
1234
1234
|
border-width: 6px;
|
|
1235
1235
|
}
|
|
1236
1236
|
|
|
1237
|
-
.navds-checkbox__input:hover:not(:disabled) + .navds-checkbox__label, .navds-radio__input:hover:not(:disabled) + .navds-radio__label {
|
|
1238
|
-
color: var(--ax-text-accent);
|
|
1237
|
+
.navds-checkbox__input:hover:not(:disabled) + .navds-checkbox__label, .navds-radio__input:hover:not(:disabled, :checked) + .navds-radio__label {
|
|
1238
|
+
color: var(--ax-text-accent-subtle);
|
|
1239
1239
|
}
|
|
1240
1240
|
|
|
1241
1241
|
.navds-checkbox__input:hover:not(:disabled, :checked, :indeterminate) + .navds-checkbox__label:before, .navds-radio__input:hover:not(:disabled, :checked) + .navds-radio__label:before {
|
|
@@ -1277,7 +1277,7 @@
|
|
|
1277
1277
|
}
|
|
1278
1278
|
|
|
1279
1279
|
.navds-checkbox--readonly > .navds-checkbox__input:hover + .navds-checkbox__label, .navds-radio--readonly > .navds-radio__input:hover + .navds-radio__label {
|
|
1280
|
-
color: var(--ax-text-
|
|
1280
|
+
color: var(--ax-text-neutral);
|
|
1281
1281
|
}
|
|
1282
1282
|
|
|
1283
1283
|
.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 {
|
|
@@ -1291,17 +1291,17 @@
|
|
|
1291
1291
|
}
|
|
1292
1292
|
|
|
1293
1293
|
.navds-checkbox--readonly > .navds-checkbox__input:checked + .navds-checkbox__label > .navds-checkbox__icon {
|
|
1294
|
-
color: var(--ax-text-subtle);
|
|
1294
|
+
color: var(--ax-text-neutral-subtle);
|
|
1295
1295
|
}
|
|
1296
1296
|
|
|
1297
1297
|
.navds-radio--readonly > .navds-radio__input:checked + .navds-radio__label:before {
|
|
1298
|
-
background-color: var(--ax-bg-strong);
|
|
1299
|
-
box-shadow: inset 0 0 0 2px var(--ax-border-subtle), inset 0 0 0 8px var(--ax-bg-moderate);
|
|
1298
|
+
background-color: var(--ax-bg-neutral-strong);
|
|
1299
|
+
box-shadow: inset 0 0 0 2px var(--ax-border-neutral-subtle), inset 0 0 0 8px var(--ax-bg-neutral-moderate);
|
|
1300
1300
|
border-width: 0;
|
|
1301
1301
|
}
|
|
1302
1302
|
|
|
1303
|
-
.navds-checkbox--readonly > .navds-checkbox__input:indeterminate + .navds-checkbox__label
|
|
1304
|
-
background-color: var(--ax-text-subtle);
|
|
1303
|
+
.navds-checkbox--readonly > .navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
1304
|
+
background-color: var(--ax-text-neutral-subtle);
|
|
1305
1305
|
}
|
|
1306
1306
|
|
|
1307
1307
|
@media (forced-colors: active) {
|
|
@@ -1321,7 +1321,7 @@
|
|
|
1321
1321
|
color: var(--__axc-radio-checkbox-high-contrast-text);
|
|
1322
1322
|
}
|
|
1323
1323
|
|
|
1324
|
-
.navds-checkbox__input:indeterminate + .navds-checkbox__label
|
|
1324
|
+
.navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
1325
1325
|
background-color: var(--__axc-radio-checkbox-high-contrast-text);
|
|
1326
1326
|
}
|
|
1327
1327
|
|
|
@@ -1338,7 +1338,7 @@
|
|
|
1338
1338
|
background-color: var(--__axc-radio-checkbox-high-contrast-bg);
|
|
1339
1339
|
}
|
|
1340
1340
|
|
|
1341
|
-
.navds-checkbox--readonly > .navds-checkbox__input:indeterminate + .navds-checkbox__label
|
|
1341
|
+
.navds-checkbox--readonly > .navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
1342
1342
|
background-color: var(--__axc-radio-checkbox-high-contrast-text);
|
|
1343
1343
|
}
|
|
1344
1344
|
|
|
@@ -1360,9 +1360,9 @@
|
|
|
1360
1360
|
.navds-select__input {
|
|
1361
1361
|
appearance: none;
|
|
1362
1362
|
background-color: var(--ax-bg-input);
|
|
1363
|
-
border-radius: var(--ax-border-radius-
|
|
1364
|
-
border: 1px solid var(--ax-border-
|
|
1365
|
-
color: var(--ax-text-
|
|
1363
|
+
border-radius: var(--ax-border-radius-large);
|
|
1364
|
+
border: 1px solid var(--ax-border-neutral);
|
|
1365
|
+
color: var(--ax-text-neutral);
|
|
1366
1366
|
box-sizing: border-box;
|
|
1367
1367
|
width: 100%;
|
|
1368
1368
|
min-height: 3rem;
|
|
@@ -1378,8 +1378,8 @@
|
|
|
1378
1378
|
}
|
|
1379
1379
|
|
|
1380
1380
|
.navds-select__input:focus {
|
|
1381
|
-
outline:
|
|
1382
|
-
outline-offset:
|
|
1381
|
+
outline: 3px solid var(--ax-border-focus);
|
|
1382
|
+
outline-offset: 3px;
|
|
1383
1383
|
border-color: var(--ax-border-accent-strong);
|
|
1384
1384
|
}
|
|
1385
1385
|
|
|
@@ -1393,7 +1393,7 @@
|
|
|
1393
1393
|
|
|
1394
1394
|
.navds-select__container {
|
|
1395
1395
|
width: 100%;
|
|
1396
|
-
color: var(--ax-text-
|
|
1396
|
+
color: var(--ax-text-neutral);
|
|
1397
1397
|
display: flex;
|
|
1398
1398
|
position: relative;
|
|
1399
1399
|
}
|
|
@@ -1401,7 +1401,7 @@
|
|
|
1401
1401
|
.navds-select__chevron {
|
|
1402
1402
|
right: var(--ax-space-8);
|
|
1403
1403
|
pointer-events: none;
|
|
1404
|
-
color: var(--ax-text-
|
|
1404
|
+
color: var(--ax-text-neutral);
|
|
1405
1405
|
align-self: center;
|
|
1406
1406
|
font-size: 1.5rem;
|
|
1407
1407
|
position: absolute;
|
|
@@ -1425,15 +1425,15 @@
|
|
|
1425
1425
|
|
|
1426
1426
|
.navds-select__input:disabled {
|
|
1427
1427
|
background-color: var(--ax-bg-input);
|
|
1428
|
-
border: 1px solid var(--ax-border-
|
|
1428
|
+
border: 1px solid var(--ax-border-neutral);
|
|
1429
1429
|
box-shadow: none;
|
|
1430
1430
|
cursor: not-allowed;
|
|
1431
1431
|
opacity: 1;
|
|
1432
|
-
color: var(--ax-text-
|
|
1432
|
+
color: var(--ax-text-neutral);
|
|
1433
1433
|
}
|
|
1434
1434
|
|
|
1435
1435
|
.navds-select__input:disabled > option {
|
|
1436
|
-
color: var(--ax-text-
|
|
1436
|
+
color: var(--ax-text-neutral);
|
|
1437
1437
|
}
|
|
1438
1438
|
|
|
1439
1439
|
@media (forced-colors: active) {
|
|
@@ -1443,8 +1443,8 @@
|
|
|
1443
1443
|
}
|
|
1444
1444
|
|
|
1445
1445
|
.navds-select--readonly .navds-select__input {
|
|
1446
|
-
background-color: var(--ax-bg-moderate);
|
|
1447
|
-
border-color: var(--ax-border-subtleA);
|
|
1446
|
+
background-color: var(--ax-bg-neutral-moderate);
|
|
1447
|
+
border-color: var(--ax-border-neutral-subtleA);
|
|
1448
1448
|
cursor: default;
|
|
1449
1449
|
}
|
|
1450
1450
|
|
|
@@ -1457,7 +1457,7 @@
|
|
|
1457
1457
|
}
|
|
1458
1458
|
|
|
1459
1459
|
.navds-select--readonly .navds-select__chevron {
|
|
1460
|
-
color: var(--ax-text-subtle);
|
|
1460
|
+
color: var(--ax-text-neutral-subtle);
|
|
1461
1461
|
}
|
|
1462
1462
|
|
|
1463
1463
|
.navds-switch {
|
|
@@ -1487,34 +1487,48 @@
|
|
|
1487
1487
|
|
|
1488
1488
|
.navds-switch__label-wrapper {
|
|
1489
1489
|
cursor: pointer;
|
|
1490
|
-
color: var(--ax-text-
|
|
1490
|
+
color: var(--ax-text-neutral);
|
|
1491
1491
|
}
|
|
1492
1492
|
|
|
1493
1493
|
.navds-switch__content {
|
|
1494
|
+
--__axc-switch-block-padding: .75rem;
|
|
1495
|
+
gap: var(--ax-space-2);
|
|
1496
|
+
padding: var(--__axc-switch-block-padding) 0 var(--__axc-switch-block-padding) 3.25rem;
|
|
1494
1497
|
flex-direction: column;
|
|
1495
|
-
gap: .125rem;
|
|
1496
|
-
padding: .75rem 0 .75rem 3.25rem;
|
|
1497
1498
|
display: flex;
|
|
1499
|
+
position: relative;
|
|
1498
1500
|
}
|
|
1499
1501
|
|
|
1500
1502
|
.navds-switch--right .navds-switch__content {
|
|
1501
|
-
padding:
|
|
1503
|
+
padding: var(--__axc-switch-block-padding) 3.25rem var(--__axc-switch-block-padding) 0;
|
|
1502
1504
|
}
|
|
1503
1505
|
|
|
1504
1506
|
.navds-switch--small .navds-switch__content {
|
|
1505
|
-
|
|
1507
|
+
--__axc-switch-block-padding: .375rem;
|
|
1506
1508
|
}
|
|
1507
1509
|
|
|
1508
|
-
.navds-
|
|
1509
|
-
padding:
|
|
1510
|
+
.navds-switch__content.navds-switch--with-description {
|
|
1511
|
+
padding-bottom: 0;
|
|
1510
1512
|
}
|
|
1511
1513
|
|
|
1512
|
-
.navds-
|
|
1513
|
-
|
|
1514
|
+
.navds-switch__input:focus ~ .navds-switch__label-wrapper > .navds-switch__content:after {
|
|
1515
|
+
content: "";
|
|
1516
|
+
width: 100%;
|
|
1517
|
+
height: calc(100% - var(--__axc-switch-block-padding) * 2);
|
|
1518
|
+
border-radius: var(--ax-border-radius-medium);
|
|
1519
|
+
outline: 3px solid var(--ax-border-focus);
|
|
1520
|
+
outline-offset: 3px;
|
|
1521
|
+
pointer-events: none;
|
|
1522
|
+
position: absolute;
|
|
1523
|
+
left: 0;
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
.navds-switch__input:focus ~ .navds-switch__label-wrapper > .navds-switch__content.navds-switch--with-description:after {
|
|
1527
|
+
height: calc(100% - var(--__axc-switch-block-padding) * 1);
|
|
1514
1528
|
}
|
|
1515
1529
|
|
|
1516
1530
|
.navds-switch__input:hover ~ .navds-switch__label-wrapper, .navds-switch__label-wrapper:hover {
|
|
1517
|
-
color: var(--ax-text-accent);
|
|
1531
|
+
color: var(--ax-text-accent-subtle);
|
|
1518
1532
|
}
|
|
1519
1533
|
|
|
1520
1534
|
.navds-switch__input:disabled:hover ~ .navds-switch__label-wrapper {
|
|
@@ -1527,7 +1541,7 @@
|
|
|
1527
1541
|
height: 1.5rem;
|
|
1528
1542
|
top: var(--ax-space-12);
|
|
1529
1543
|
border-radius: var(--ax-border-radius-full);
|
|
1530
|
-
border: 2px solid var(--ax-border-
|
|
1544
|
+
border: 2px solid var(--ax-border-neutral);
|
|
1531
1545
|
transition-property: background-color, border-color;
|
|
1532
1546
|
transition-duration: .1s;
|
|
1533
1547
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
@@ -1551,7 +1565,7 @@
|
|
|
1551
1565
|
|
|
1552
1566
|
.navds-switch__input:disabled ~ .navds-switch__track {
|
|
1553
1567
|
background-color: var(--ax-bg-input);
|
|
1554
|
-
border-color: var(--ax-border-
|
|
1568
|
+
border-color: var(--ax-border-neutral);
|
|
1555
1569
|
}
|
|
1556
1570
|
|
|
1557
1571
|
.navds-switch__input:checked:disabled ~ .navds-switch__track {
|
|
@@ -1559,13 +1573,13 @@
|
|
|
1559
1573
|
border-color: var(--ax-bg-accent-strong-pressed);
|
|
1560
1574
|
}
|
|
1561
1575
|
|
|
1562
|
-
.navds-switch__input:focus
|
|
1563
|
-
outline:
|
|
1564
|
-
outline-offset:
|
|
1576
|
+
.navds-switch--standalone > .navds-switch__input:focus ~ .navds-switch__track {
|
|
1577
|
+
outline: 3px solid var(--ax-border-focus);
|
|
1578
|
+
outline-offset: 3px;
|
|
1565
1579
|
}
|
|
1566
1580
|
|
|
1567
1581
|
.navds-switch__thumb {
|
|
1568
|
-
background-color: var(--ax-bg-strong);
|
|
1582
|
+
background-color: var(--ax-bg-neutral-strong);
|
|
1569
1583
|
border-radius: var(--ax-border-radius-full);
|
|
1570
1584
|
justify-content: center;
|
|
1571
1585
|
align-items: center;
|
|
@@ -1581,7 +1595,7 @@
|
|
|
1581
1595
|
|
|
1582
1596
|
.navds-switch__input:checked ~ .navds-switch__track > .navds-switch__thumb {
|
|
1583
1597
|
background-color: var(--ax-bg-raised);
|
|
1584
|
-
color: var(--ax-text-accent);
|
|
1598
|
+
color: var(--ax-text-accent-subtle);
|
|
1585
1599
|
width: 1.25rem;
|
|
1586
1600
|
height: 1.25rem;
|
|
1587
1601
|
top: 0;
|
|
@@ -1632,8 +1646,8 @@
|
|
|
1632
1646
|
}
|
|
1633
1647
|
|
|
1634
1648
|
.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 {
|
|
1635
|
-
background-color: var(--ax-bg-moderate);
|
|
1636
|
-
border-color: var(--ax-border-subtleA);
|
|
1649
|
+
background-color: var(--ax-bg-neutral-moderate);
|
|
1650
|
+
border-color: var(--ax-border-neutral-subtleA);
|
|
1637
1651
|
}
|
|
1638
1652
|
|
|
1639
1653
|
.navds-switch--readonly > .navds-switch__label-wrapper, .navds-switch--readonly > .navds-switch__input {
|
|
@@ -1641,7 +1655,7 @@
|
|
|
1641
1655
|
}
|
|
1642
1656
|
|
|
1643
1657
|
.navds-switch--readonly > .navds-switch__input:hover ~ .navds-switch__label-wrapper, .navds-switch--readonly .navds-switch__label-wrapper:hover {
|
|
1644
|
-
color: var(--ax-text-
|
|
1658
|
+
color: var(--ax-text-neutral);
|
|
1645
1659
|
}
|
|
1646
1660
|
|
|
1647
1661
|
.navds-switch--readonly .navds-switch__label {
|
|
@@ -1649,12 +1663,12 @@
|
|
|
1649
1663
|
}
|
|
1650
1664
|
|
|
1651
1665
|
.navds-switch--readonly .navds-switch__thumb {
|
|
1652
|
-
background-color: var(--ax-bg-strong);
|
|
1666
|
+
background-color: var(--ax-bg-neutral-strong);
|
|
1653
1667
|
}
|
|
1654
1668
|
|
|
1655
1669
|
.navds-switch--readonly > .navds-switch__input:checked ~ .navds-switch__track > .navds-switch__thumb {
|
|
1656
|
-
background-color: var(--ax-bg-strong);
|
|
1657
|
-
color: var(--ax-text-contrast);
|
|
1670
|
+
background-color: var(--ax-bg-neutral-strong);
|
|
1671
|
+
color: var(--ax-text-neutral-contrast);
|
|
1658
1672
|
}
|
|
1659
1673
|
|
|
1660
1674
|
@media (hover: hover) and (pointer: fine) {
|
|
@@ -1680,9 +1694,8 @@
|
|
|
1680
1694
|
color: field;
|
|
1681
1695
|
}
|
|
1682
1696
|
|
|
1683
|
-
.navds-switch__input:focus-
|
|
1684
|
-
outline
|
|
1685
|
-
outline: 2px solid highlight;
|
|
1697
|
+
.navds-switch__input:focus ~ .navds-switch__label-wrapper > .navds-switch__content:after, .navds-switch--standalone > .navds-switch__input:focus ~ .navds-switch__track {
|
|
1698
|
+
outline: 3px solid highlight;
|
|
1686
1699
|
}
|
|
1687
1700
|
|
|
1688
1701
|
.navds-switch--disabled:not(.navds-switch--loading) {
|
|
@@ -1690,7 +1703,7 @@
|
|
|
1690
1703
|
}
|
|
1691
1704
|
|
|
1692
1705
|
.navds-switch--disabled:not(.navds-switch--loading) .navds-switch__thumb {
|
|
1693
|
-
background-color: graytext;
|
|
1706
|
+
background-color: graytext !important;
|
|
1694
1707
|
}
|
|
1695
1708
|
|
|
1696
1709
|
.navds-switch--disabled:not(.navds-switch--loading) .navds-switch__track {
|
|
@@ -1706,11 +1719,11 @@
|
|
|
1706
1719
|
appearance: none;
|
|
1707
1720
|
padding: var(--ax-space-8);
|
|
1708
1721
|
background: var(--ax-bg-input);
|
|
1709
|
-
border-radius: var(--ax-border-radius-
|
|
1710
|
-
border: 1px solid var(--ax-border-
|
|
1722
|
+
border-radius: var(--ax-border-radius-large);
|
|
1723
|
+
border: 1px solid var(--ax-border-neutral);
|
|
1711
1724
|
width: 100%;
|
|
1712
1725
|
min-height: 3rem;
|
|
1713
|
-
color: var(--ax-text-
|
|
1726
|
+
color: var(--ax-text-neutral);
|
|
1714
1727
|
}
|
|
1715
1728
|
|
|
1716
1729
|
.navds-text-field__input:hover {
|
|
@@ -1719,18 +1732,18 @@
|
|
|
1719
1732
|
|
|
1720
1733
|
.navds-text-field__input:focus-visible {
|
|
1721
1734
|
border-color: var(--ax-border-accent-strong);
|
|
1722
|
-
outline:
|
|
1723
|
-
outline-offset:
|
|
1735
|
+
outline: 3px solid var(--ax-border-focus);
|
|
1736
|
+
outline-offset: 3px;
|
|
1724
1737
|
}
|
|
1725
1738
|
|
|
1726
1739
|
.navds-text-field__input:disabled {
|
|
1727
1740
|
background-color: var(--ax-bg-input);
|
|
1728
|
-
border-color: var(--ax-border-
|
|
1741
|
+
border-color: var(--ax-border-neutral);
|
|
1729
1742
|
cursor: not-allowed;
|
|
1730
1743
|
}
|
|
1731
1744
|
|
|
1732
1745
|
.navds-text-field__input::placeholder {
|
|
1733
|
-
color: var(--ax-text-subtle);
|
|
1746
|
+
color: var(--ax-text-neutral-subtle);
|
|
1734
1747
|
}
|
|
1735
1748
|
|
|
1736
1749
|
.navds-text-field__input[size] {
|
|
@@ -1748,8 +1761,8 @@
|
|
|
1748
1761
|
}
|
|
1749
1762
|
|
|
1750
1763
|
.navds-text-field--readonly .navds-text-field__input {
|
|
1751
|
-
background-color: var(--ax-bg-moderate);
|
|
1752
|
-
border-color: var(--ax-border-subtleA);
|
|
1764
|
+
background-color: var(--ax-bg-neutral-moderate);
|
|
1765
|
+
border-color: var(--ax-border-neutral-subtleA);
|
|
1753
1766
|
cursor: default;
|
|
1754
1767
|
}
|
|
1755
1768
|
|
|
@@ -1781,16 +1794,16 @@
|
|
|
1781
1794
|
appearance: none;
|
|
1782
1795
|
padding: var(--ax-space-8);
|
|
1783
1796
|
background-color: var(--ax-bg-input);
|
|
1784
|
-
border-radius: var(--ax-border-radius-
|
|
1785
|
-
border: 1px solid var(--ax-border-
|
|
1797
|
+
border-radius: var(--ax-border-radius-large);
|
|
1798
|
+
border: 1px solid var(--ax-border-neutral);
|
|
1786
1799
|
resize: none;
|
|
1787
1800
|
width: 100%;
|
|
1788
|
-
color: var(--ax-text-
|
|
1801
|
+
color: var(--ax-text-neutral);
|
|
1789
1802
|
display: block;
|
|
1790
1803
|
}
|
|
1791
1804
|
|
|
1792
1805
|
.navds-textarea__input::placeholder {
|
|
1793
|
-
color: var(--ax-text-subtle);
|
|
1806
|
+
color: var(--ax-text-neutral-subtle);
|
|
1794
1807
|
}
|
|
1795
1808
|
|
|
1796
1809
|
.navds-textarea__input:hover {
|
|
@@ -1798,14 +1811,14 @@
|
|
|
1798
1811
|
}
|
|
1799
1812
|
|
|
1800
1813
|
.navds-textarea__input:focus-visible {
|
|
1801
|
-
outline:
|
|
1802
|
-
outline-offset:
|
|
1814
|
+
outline: 3px solid var(--ax-border-focus);
|
|
1815
|
+
outline-offset: 3px;
|
|
1803
1816
|
border-color: var(--ax-border-accent-strong);
|
|
1804
1817
|
}
|
|
1805
1818
|
|
|
1806
1819
|
.navds-textarea__input:disabled {
|
|
1807
1820
|
background-color: var(--ax-bg-input);
|
|
1808
|
-
border-color: var(--ax-border-
|
|
1821
|
+
border-color: var(--ax-border-neutral);
|
|
1809
1822
|
cursor: not-allowed;
|
|
1810
1823
|
}
|
|
1811
1824
|
|
|
@@ -1814,18 +1827,18 @@
|
|
|
1814
1827
|
}
|
|
1815
1828
|
|
|
1816
1829
|
.navds-textarea--readonly .navds-textarea__input {
|
|
1817
|
-
background-color: var(--ax-bg-moderate);
|
|
1818
|
-
border-color: var(--ax-border-subtleA);
|
|
1830
|
+
background-color: var(--ax-bg-neutral-moderate);
|
|
1831
|
+
border-color: var(--ax-border-neutral-subtleA);
|
|
1819
1832
|
cursor: default;
|
|
1820
1833
|
}
|
|
1821
1834
|
|
|
1822
1835
|
.navds-textarea__counter {
|
|
1823
|
-
color: var(--ax-text-subtle);
|
|
1836
|
+
color: var(--ax-text-neutral-subtle);
|
|
1824
1837
|
margin-top: -.25rem;
|
|
1825
1838
|
}
|
|
1826
1839
|
|
|
1827
1840
|
.navds-textarea__counter--error {
|
|
1828
|
-
color: var(--ax-text-danger);
|
|
1841
|
+
color: var(--ax-text-danger-subtle);
|
|
1829
1842
|
}
|
|
1830
1843
|
|
|
1831
1844
|
.navds-textarea__sr-counter {
|
|
@@ -1895,14 +1908,14 @@
|
|
|
1895
1908
|
}
|
|
1896
1909
|
|
|
1897
1910
|
.navds-search__wrapper {
|
|
1898
|
-
border-radius: var(--ax-border-radius-
|
|
1911
|
+
border-radius: var(--ax-border-radius-large);
|
|
1899
1912
|
align-items: center;
|
|
1900
1913
|
display: inline-flex;
|
|
1901
1914
|
}
|
|
1902
1915
|
|
|
1903
1916
|
.navds-search__wrapper:has(.navds-search__input:focus-visible) {
|
|
1904
|
-
outline:
|
|
1905
|
-
outline-offset:
|
|
1917
|
+
outline: 3px solid var(--ax-border-focus);
|
|
1918
|
+
outline-offset: 3px;
|
|
1906
1919
|
}
|
|
1907
1920
|
|
|
1908
1921
|
.navds-search__input {
|
|
@@ -1962,14 +1975,14 @@
|
|
|
1962
1975
|
|
|
1963
1976
|
.navds-search__button-search {
|
|
1964
1977
|
border-radius: 0;
|
|
1965
|
-
border-top-right-radius: var(--ax-border-radius-
|
|
1966
|
-
border-bottom-right-radius: var(--ax-border-radius-
|
|
1978
|
+
border-top-right-radius: var(--ax-border-radius-large);
|
|
1979
|
+
border-bottom-right-radius: var(--ax-border-radius-large);
|
|
1967
1980
|
flex-shrink: 0;
|
|
1968
1981
|
}
|
|
1969
1982
|
|
|
1970
1983
|
.navds-search__button-search.navds-button--secondary {
|
|
1971
1984
|
--__axc-button-border-width: 1px;
|
|
1972
|
-
--__axc-button-border-color: var(--ax-border-
|
|
1985
|
+
--__axc-button-border-color: var(--ax-border-neutral);
|
|
1973
1986
|
}
|
|
1974
1987
|
|
|
1975
1988
|
.navds-search__button-search.navds-button--secondary:not(:hover, :active) {
|
|
@@ -1980,10 +1993,6 @@
|
|
|
1980
1993
|
--__axc-button-border-color: var(--ax-border-accent-strong);
|
|
1981
1994
|
}
|
|
1982
1995
|
|
|
1983
|
-
.navds-search__button-search.navds-button--secondary:active:not(:disabled) {
|
|
1984
|
-
--__axc-button-border-color: transparent;
|
|
1985
|
-
}
|
|
1986
|
-
|
|
1987
1996
|
.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) {
|
|
1988
1997
|
--__axc-button-border-color: var(--ax-border-accent-strong);
|
|
1989
1998
|
}
|
|
@@ -2013,7 +2022,7 @@
|
|
|
2013
2022
|
--__axc-combobox-list-item-padding-inline: var(--ax-space-12);
|
|
2014
2023
|
--__axc-combobox-border-width: 1px;
|
|
2015
2024
|
--__axc-combobox-input-height: 2rem;
|
|
2016
|
-
border-radius: var(--ax-border-radius-
|
|
2025
|
+
border-radius: var(--ax-border-radius-large);
|
|
2017
2026
|
flex-direction: column;
|
|
2018
2027
|
width: 100%;
|
|
2019
2028
|
display: flex;
|
|
@@ -2037,7 +2046,7 @@
|
|
|
2037
2046
|
}
|
|
2038
2047
|
|
|
2039
2048
|
.navds-combobox--disabled .navds-combobox__wrapper:hover {
|
|
2040
|
-
border-color: var(--ax-border-
|
|
2049
|
+
border-color: var(--ax-border-neutral);
|
|
2041
2050
|
}
|
|
2042
2051
|
|
|
2043
2052
|
.navds-combobox--disabled .navds-combobox__wrapper :hover {
|
|
@@ -2053,20 +2062,20 @@
|
|
|
2053
2062
|
}
|
|
2054
2063
|
|
|
2055
2064
|
.navds-combobox--readonly .navds-combobox__selected-options .navds-chips__chip {
|
|
2056
|
-
background-color: var(--ax-bg-moderateA);
|
|
2065
|
+
background-color: var(--ax-bg-neutral-moderateA);
|
|
2057
2066
|
}
|
|
2058
2067
|
|
|
2059
2068
|
.navds-combobox--readonly .navds-combobox__button-toggle-list {
|
|
2060
|
-
color: var(--ax-bg-moderate);
|
|
2069
|
+
color: var(--ax-bg-neutral-moderate);
|
|
2061
2070
|
}
|
|
2062
2071
|
|
|
2063
2072
|
.navds-combobox--readonly .navds-combobox__wrapper {
|
|
2064
|
-
border-color: var(--ax-border-subtle);
|
|
2073
|
+
border-color: var(--ax-border-neutral-subtle);
|
|
2065
2074
|
overflow: clip;
|
|
2066
2075
|
}
|
|
2067
2076
|
|
|
2068
2077
|
.navds-combobox--readonly .navds-text-field__input, .navds-combobox--readonly .navds-combobox__input {
|
|
2069
|
-
background-color: var(--ax-bg-moderate);
|
|
2078
|
+
background-color: var(--ax-bg-neutral-moderate);
|
|
2070
2079
|
}
|
|
2071
2080
|
|
|
2072
2081
|
.navds-combobox__button-toggle-list svg, .navds-combobox__list svg {
|
|
@@ -2075,8 +2084,8 @@
|
|
|
2075
2084
|
}
|
|
2076
2085
|
|
|
2077
2086
|
.navds-combobox__wrapper-inner {
|
|
2078
|
-
border: 1px solid var(--ax-border-
|
|
2079
|
-
border-radius: var(--ax-border-radius-
|
|
2087
|
+
border: 1px solid var(--ax-border-neutral);
|
|
2088
|
+
border-radius: var(--ax-border-radius-large);
|
|
2080
2089
|
}
|
|
2081
2090
|
|
|
2082
2091
|
.navds-combobox__wrapper-inner:has(.navds-combobox__input:focus-visible) {
|
|
@@ -2086,7 +2095,7 @@
|
|
|
2086
2095
|
}
|
|
2087
2096
|
|
|
2088
2097
|
.navds-combobox__wrapper-inner:has(.navds-combobox__input:focus-visible).navds-combobox__wrapper-inner--virtually-unfocused {
|
|
2089
|
-
border-color: var(--ax-border-
|
|
2098
|
+
border-color: var(--ax-border-neutral);
|
|
2090
2099
|
outline: none;
|
|
2091
2100
|
}
|
|
2092
2101
|
|
|
@@ -2115,7 +2124,7 @@
|
|
|
2115
2124
|
}
|
|
2116
2125
|
|
|
2117
2126
|
.navds-combobox--disabled .navds-combobox__wrapper-inner:hover {
|
|
2118
|
-
border-color: var(--ax-border-
|
|
2127
|
+
border-color: var(--ax-border-neutral);
|
|
2119
2128
|
}
|
|
2120
2129
|
|
|
2121
2130
|
.navds-combobox--error .navds-combobox__wrapper-inner {
|
|
@@ -2200,8 +2209,7 @@
|
|
|
2200
2209
|
}
|
|
2201
2210
|
|
|
2202
2211
|
.navds-combobox__button-toggle-list {
|
|
2203
|
-
|
|
2204
|
-
color: var(--ax-text-default);
|
|
2212
|
+
color: var(--ax-text-neutral);
|
|
2205
2213
|
cursor: pointer;
|
|
2206
2214
|
background: none;
|
|
2207
2215
|
border: none;
|
|
@@ -2213,11 +2221,11 @@
|
|
|
2213
2221
|
}
|
|
2214
2222
|
|
|
2215
2223
|
.navds-combobox__button-toggle-list:hover {
|
|
2216
|
-
color: var(--ax-text-accent);
|
|
2224
|
+
color: var(--ax-text-accent-subtle);
|
|
2217
2225
|
}
|
|
2218
2226
|
|
|
2219
2227
|
.navds-combobox__button-toggle-list:hover:active {
|
|
2220
|
-
color: var(--ax-text-accent
|
|
2228
|
+
color: var(--ax-text-accent);
|
|
2221
2229
|
}
|
|
2222
2230
|
|
|
2223
2231
|
.navds-combobox__list {
|
|
@@ -2226,10 +2234,10 @@
|
|
|
2226
2234
|
left: 0;
|
|
2227
2235
|
right: 0;
|
|
2228
2236
|
top: calc(100% + var(--ax-space-8));
|
|
2229
|
-
border: 1px solid var(--ax-border-subtleA);
|
|
2237
|
+
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
2230
2238
|
border-radius: var(--ax-border-radius-large);
|
|
2231
2239
|
background-color: var(--ax-bg-raised);
|
|
2232
|
-
color: var(--ax-text-
|
|
2240
|
+
color: var(--ax-text-neutral);
|
|
2233
2241
|
overscroll-behavior: contain;
|
|
2234
2242
|
box-shadow: var(--ax-shadow-dialog);
|
|
2235
2243
|
flex-direction: column;
|
|
@@ -2249,7 +2257,7 @@
|
|
|
2249
2257
|
.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 {
|
|
2250
2258
|
padding-block: var(--__axc-combobox-list-item-padding-block);
|
|
2251
2259
|
padding-inline: var(--__axc-combobox-list-item-padding-inline);
|
|
2252
|
-
border-radius: var(--ax-border-radius-
|
|
2260
|
+
border-radius: var(--ax-border-radius-large);
|
|
2253
2261
|
margin-inline: var(--ax-space-8);
|
|
2254
2262
|
margin-block: var(--ax-space-2);
|
|
2255
2263
|
border: 0;
|
|
@@ -2269,8 +2277,8 @@
|
|
|
2269
2277
|
}
|
|
2270
2278
|
|
|
2271
2279
|
.navds-combobox__list-item--max-selected {
|
|
2272
|
-
background-color: var(--ax-bg-moderateA);
|
|
2273
|
-
border-bottom: 1px solid var(--ax-border-subtle);
|
|
2280
|
+
background-color: var(--ax-bg-neutral-moderateA);
|
|
2281
|
+
border-bottom: 1px solid var(--ax-border-neutral-subtle);
|
|
2274
2282
|
padding-block: var(--ax-space-8);
|
|
2275
2283
|
line-height: var(--ax-font-line-height-large);
|
|
2276
2284
|
border-radius: 0;
|
|
@@ -2306,12 +2314,12 @@
|
|
|
2306
2314
|
|
|
2307
2315
|
.navds-combobox__list-item mark {
|
|
2308
2316
|
font-weight: var(--ax-font-weight-bold);
|
|
2309
|
-
color: var(--ax-text-
|
|
2317
|
+
color: var(--ax-text-neutral);
|
|
2310
2318
|
background-color: rgba(0, 0, 0, 0);
|
|
2311
2319
|
}
|
|
2312
2320
|
|
|
2313
2321
|
.navds-combobox__list-item svg {
|
|
2314
|
-
color: var(--ax-text-
|
|
2322
|
+
color: var(--ax-text-neutral);
|
|
2315
2323
|
}
|
|
2316
2324
|
|
|
2317
2325
|
.navds-combobox__list-item--selected {
|
|
@@ -2334,7 +2342,7 @@
|
|
|
2334
2342
|
}
|
|
2335
2343
|
|
|
2336
2344
|
.navds-combobox__list-item--new-option svg {
|
|
2337
|
-
color: var(--ax-text-
|
|
2345
|
+
color: var(--ax-text-neutral);
|
|
2338
2346
|
}
|
|
2339
2347
|
|
|
2340
2348
|
.navds-combobox__list-item--new-option:only-child {
|
|
@@ -2433,15 +2441,15 @@
|
|
|
2433
2441
|
}
|
|
2434
2442
|
|
|
2435
2443
|
.navds-form-summary {
|
|
2436
|
-
border: 1px solid var(--ax-border-subtleA);
|
|
2444
|
+
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
2437
2445
|
border-radius: var(--ax-border-radius-xlarge);
|
|
2438
2446
|
background: var(--ax-bg-raised);
|
|
2439
2447
|
overflow: hidden;
|
|
2440
2448
|
}
|
|
2441
2449
|
|
|
2442
2450
|
.navds-form-summary__header {
|
|
2443
|
-
background: var(--ax-bg-moderateA);
|
|
2444
|
-
padding: var(--ax-space-16) var(--ax-space-
|
|
2451
|
+
background: var(--ax-bg-neutral-moderateA);
|
|
2452
|
+
padding: var(--ax-space-20) var(--ax-space-20) var(--ax-space-16) var(--ax-space-20);
|
|
2445
2453
|
justify-content: space-between;
|
|
2446
2454
|
gap: 0 var(--ax-space-12);
|
|
2447
2455
|
display: flex;
|
|
@@ -2449,7 +2457,7 @@
|
|
|
2449
2457
|
|
|
2450
2458
|
@media (max-width: 479px) {
|
|
2451
2459
|
.navds-form-summary__header {
|
|
2452
|
-
padding: var(--ax-space-12) var(--ax-space-16);
|
|
2460
|
+
padding: var(--ax-space-16) var(--ax-space-16) var(--ax-space-12) var(--ax-space-16);
|
|
2453
2461
|
flex-direction: column;
|
|
2454
2462
|
}
|
|
2455
2463
|
}
|
|
@@ -2461,24 +2469,24 @@
|
|
|
2461
2469
|
}
|
|
2462
2470
|
|
|
2463
2471
|
.navds-form-summary > .navds-form-summary__answers {
|
|
2464
|
-
border-top: 1px solid var(--ax-border-subtleA);
|
|
2472
|
+
border-top: 1px solid var(--ax-border-neutral-subtleA);
|
|
2465
2473
|
}
|
|
2466
2474
|
|
|
2467
2475
|
.navds-form-summary__answers {
|
|
2468
|
-
padding: var(--ax-space-16) var(--ax-space-20);
|
|
2476
|
+
padding: var(--ax-space-16) var(--ax-space-20) var(--ax-space-20) var(--ax-space-20);
|
|
2469
2477
|
margin: 0;
|
|
2470
2478
|
}
|
|
2471
2479
|
|
|
2472
2480
|
@media (max-width: 479px) {
|
|
2473
2481
|
.navds-form-summary__answers {
|
|
2474
|
-
padding: var(--ax-space-16);
|
|
2482
|
+
padding: var(--ax-space-12) var(--ax-space-16) var(--ax-space-16) var(--ax-space-16);
|
|
2475
2483
|
}
|
|
2476
2484
|
}
|
|
2477
2485
|
|
|
2478
2486
|
.navds-form-summary__answer:not(:last-child) {
|
|
2479
2487
|
margin-bottom: var(--ax-space-16);
|
|
2480
2488
|
padding-bottom: var(--ax-space-16);
|
|
2481
|
-
border-bottom: 1px solid var(--ax-border-subtleA);
|
|
2489
|
+
border-bottom: 1px solid var(--ax-border-neutral-subtleA);
|
|
2482
2490
|
}
|
|
2483
2491
|
|
|
2484
2492
|
.navds-form-summary__answer:has(.navds-form-summary__answer) {
|
|
@@ -2533,40 +2541,36 @@
|
|
|
2533
2541
|
}
|
|
2534
2542
|
|
|
2535
2543
|
.navds-form-progress__collapsible {
|
|
2544
|
+
visibility: hidden;
|
|
2545
|
+
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
2546
|
+
border-radius: var(--ax-border-radius-xlarge);
|
|
2547
|
+
background: var(--ax-bg-raised);
|
|
2548
|
+
padding-inline: var(--ax-space-20);
|
|
2549
|
+
opacity: .001;
|
|
2536
2550
|
grid-template-rows: 0fr;
|
|
2537
|
-
|
|
2551
|
+
margin-top: -2px;
|
|
2552
|
+
padding-block: 0;
|
|
2553
|
+
transition-property: margin-top, opacity, visibility, padding-block-start, grid-template-rows;
|
|
2554
|
+
transition-duration: 1s;
|
|
2555
|
+
transition-timing-function: cubic-bezier(.2, 0, 0, 1);
|
|
2538
2556
|
display: grid;
|
|
2539
2557
|
overflow: hidden;
|
|
2540
2558
|
}
|
|
2541
2559
|
|
|
2542
2560
|
.navds-form-progress__collapsible[hidden] {
|
|
2543
|
-
display: grid
|
|
2561
|
+
display: grid;
|
|
2544
2562
|
}
|
|
2545
2563
|
|
|
2546
2564
|
.navds-form-progress__collapsible[data-state="open"] {
|
|
2565
|
+
margin-top: var(--ax-space-4);
|
|
2566
|
+
visibility: visible;
|
|
2567
|
+
padding-block: var(--ax-space-16);
|
|
2568
|
+
opacity: 1;
|
|
2547
2569
|
grid-template-rows: 1fr;
|
|
2548
2570
|
}
|
|
2549
2571
|
|
|
2550
2572
|
.navds-form-progress__collapsible-content {
|
|
2551
|
-
opacity: .01;
|
|
2552
|
-
visibility: hidden;
|
|
2553
2573
|
min-height: 0;
|
|
2554
|
-
transition-property: opacity, visibility;
|
|
2555
|
-
transition-duration: .25s;
|
|
2556
|
-
transition-timing-function: cubic-bezier(.2, 0, 0, 1);
|
|
2557
|
-
}
|
|
2558
|
-
|
|
2559
|
-
.navds-form-progress__collapsible[data-state="open"] .navds-form-progress__collapsible-content {
|
|
2560
|
-
visibility: visible;
|
|
2561
|
-
opacity: 1;
|
|
2562
|
-
}
|
|
2563
|
-
|
|
2564
|
-
.navds-form-progress__stepper {
|
|
2565
|
-
border: 1px solid var(--ax-border-subtle);
|
|
2566
|
-
border-radius: var(--ax-border-radius-large);
|
|
2567
|
-
padding: var(--ax-space-16) var(--ax-space-20);
|
|
2568
|
-
margin-top: var(--ax-space-4);
|
|
2569
|
-
background: var(--ax-bg-raised);
|
|
2570
2574
|
}
|
|
2571
2575
|
|
|
2572
2576
|
.navds-accordion__header {
|
|
@@ -2578,7 +2582,7 @@
|
|
|
2578
2582
|
text-align: left;
|
|
2579
2583
|
cursor: pointer;
|
|
2580
2584
|
border-radius: var(--ax-border-radius-large);
|
|
2581
|
-
color: var(--ax-text-accent);
|
|
2585
|
+
color: var(--ax-text-accent-subtle);
|
|
2582
2586
|
background: none;
|
|
2583
2587
|
border: none;
|
|
2584
2588
|
display: flex;
|
|
@@ -2598,7 +2602,7 @@
|
|
|
2598
2602
|
}
|
|
2599
2603
|
|
|
2600
2604
|
.navds-accordion__header:hover {
|
|
2601
|
-
background-color: var(--ax-bg-accent-hoverA);
|
|
2605
|
+
background-color: var(--ax-bg-accent-moderate-hoverA);
|
|
2602
2606
|
}
|
|
2603
2607
|
|
|
2604
2608
|
.navds-accordion__header:hover:before, .navds-accordion__header:hover:after {
|
|
@@ -2619,8 +2623,8 @@
|
|
|
2619
2623
|
}
|
|
2620
2624
|
|
|
2621
2625
|
.navds-accordion__header:focus-visible {
|
|
2622
|
-
outline:
|
|
2623
|
-
outline-offset:
|
|
2626
|
+
outline: 3px solid var(--ax-border-focus);
|
|
2627
|
+
outline-offset: 3px;
|
|
2624
2628
|
z-index: 1;
|
|
2625
2629
|
}
|
|
2626
2630
|
|
|
@@ -2629,12 +2633,12 @@
|
|
|
2629
2633
|
}
|
|
2630
2634
|
|
|
2631
2635
|
.navds-accordion--small .navds-accordion__header {
|
|
2632
|
-
padding-block: var(--
|
|
2636
|
+
padding-block: var(--ax-space-8);
|
|
2633
2637
|
}
|
|
2634
2638
|
|
|
2635
2639
|
.navds-accordion__header:before, .navds-accordion__header:after {
|
|
2636
2640
|
content: "";
|
|
2637
|
-
background-color: var(--ax-border-subtleA);
|
|
2641
|
+
background-color: var(--ax-border-neutral-subtleA);
|
|
2638
2642
|
width: 100%;
|
|
2639
2643
|
height: 1px;
|
|
2640
2644
|
display: block;
|
|
@@ -2644,10 +2648,6 @@
|
|
|
2644
2648
|
right: 0;
|
|
2645
2649
|
}
|
|
2646
2650
|
|
|
2647
|
-
.navds-accordion__item:last-child > .navds-accordion__content {
|
|
2648
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0);
|
|
2649
|
-
}
|
|
2650
|
-
|
|
2651
2651
|
.navds-accordion__header:after {
|
|
2652
2652
|
top: initial;
|
|
2653
2653
|
bottom: 0;
|
|
@@ -2662,7 +2662,7 @@
|
|
|
2662
2662
|
background-color: var(--ax-bg-accent-moderateA);
|
|
2663
2663
|
width: 22px;
|
|
2664
2664
|
height: 22px;
|
|
2665
|
-
color: var(--ax-text-accent);
|
|
2665
|
+
color: var(--ax-text-accent-subtle);
|
|
2666
2666
|
align-self: center;
|
|
2667
2667
|
}
|
|
2668
2668
|
|
|
@@ -2677,68 +2677,59 @@
|
|
|
2677
2677
|
transform: rotateX(-180deg);
|
|
2678
2678
|
}
|
|
2679
2679
|
|
|
2680
|
-
.navds-accordion__content {
|
|
2681
|
-
--
|
|
2682
|
-
padding-inline: var(--ax-space-
|
|
2683
|
-
max-height: 0;
|
|
2684
|
-
transition: all .25s cubic-bezier(.2, 0, 0, 1) allow-discrete;
|
|
2685
|
-
border-color: rgba(0, 0, 0, 0);
|
|
2686
|
-
padding-block: 0;
|
|
2687
|
-
animation: .25s cubic-bezier(.2, 0, 0, 1) navds-accordion-content-animation;
|
|
2688
|
-
display: none;
|
|
2689
|
-
overflow: hidden;
|
|
2690
|
-
}
|
|
2691
|
-
|
|
2692
|
-
.navds-accordion__item--no-animation {
|
|
2693
|
-
animation: none;
|
|
2680
|
+
.navds-accordion--indent > .navds-accordion__item .navds-accordion__content-inner {
|
|
2681
|
+
padding-block: var(--ax-space-8);
|
|
2682
|
+
padding-inline: calc(var(--ax-space-20) + 2px) var(--ax-space-20);
|
|
2694
2683
|
}
|
|
2695
2684
|
|
|
2696
|
-
@
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
}
|
|
2700
|
-
|
|
2701
|
-
20% {
|
|
2702
|
-
opacity: .01;
|
|
2703
|
-
}
|
|
2704
|
-
|
|
2705
|
-
100% {
|
|
2706
|
-
opacity: 1;
|
|
2685
|
+
@media (forced-colors: active) {
|
|
2686
|
+
.navds-accordion--indent > .navds-accordion__item .navds-accordion__content-inner {
|
|
2687
|
+
border-left: 1px solid canvastext;
|
|
2707
2688
|
}
|
|
2708
2689
|
}
|
|
2709
2690
|
|
|
2710
2691
|
.navds-accordion--indent > .navds-accordion__item > .navds-accordion__content {
|
|
2711
|
-
|
|
2692
|
+
box-shadow: -2px 0 0 0 var(--ax-border-neutral-subtleA);
|
|
2712
2693
|
}
|
|
2713
2694
|
|
|
2714
|
-
.navds-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2695
|
+
.navds-accordion__item > .navds-accordion__content {
|
|
2696
|
+
visibility: hidden;
|
|
2697
|
+
margin-inline: var(--ax-space-24) var(--ax-space-12);
|
|
2698
|
+
opacity: 0;
|
|
2699
|
+
border-color: rgba(0, 0, 0, 0);
|
|
2700
|
+
grid-template-rows: 0fr;
|
|
2701
|
+
margin-block: 0;
|
|
2702
|
+
transition-property: visibility, opacity, grid-template-rows, margin, min-height;
|
|
2703
|
+
transition-duration: .25s;
|
|
2704
|
+
transition-timing-function: cubic-bezier(.2, 0, 0, 1);
|
|
2705
|
+
display: grid;
|
|
2706
|
+
overflow: hidden;
|
|
2718
2707
|
}
|
|
2719
2708
|
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
}
|
|
2709
|
+
.navds-accordion__item > .navds-accordion__content .navds-accordion__content-inner {
|
|
2710
|
+
min-height: 0;
|
|
2711
|
+
padding-block: 0;
|
|
2724
2712
|
}
|
|
2725
2713
|
|
|
2726
2714
|
.navds-accordion__item[data-expanded="true"] > .navds-accordion__content {
|
|
2715
|
+
visibility: visible;
|
|
2716
|
+
margin-block: var(--ax-space-8);
|
|
2717
|
+
border-color: var(--ax-border-neutral-subtleA);
|
|
2727
2718
|
opacity: 1;
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
border-color: var(--ax-border-subtleA);
|
|
2731
|
-
padding-block-end: var(--ax-space-24);
|
|
2732
|
-
display: block;
|
|
2733
|
-
overflow: visible;
|
|
2719
|
+
grid-template-rows: 1fr;
|
|
2720
|
+
margin-block-end: var(--ax-space-24);
|
|
2734
2721
|
}
|
|
2735
2722
|
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2723
|
+
.navds-accordion__item[data-expanded="true"] > .navds-accordion__content .navds-accordion__content-inner {
|
|
2724
|
+
min-height: fit-content;
|
|
2725
|
+
}
|
|
2726
|
+
|
|
2727
|
+
.navds-accordion__item[data-expanded="true"]:last-child {
|
|
2728
|
+
border-bottom: 1px solid var(--ax-border-neutral-subtleA);
|
|
2729
|
+
}
|
|
2730
|
+
|
|
2731
|
+
.navds-accordion__item--no-animation > .navds-accordion__content {
|
|
2732
|
+
transition: none;
|
|
2742
2733
|
}
|
|
2743
2734
|
|
|
2744
2735
|
.navds-alert {
|
|
@@ -2868,8 +2859,8 @@
|
|
|
2868
2859
|
.navds-chat__avatar {
|
|
2869
2860
|
background-color: var(--ax-bg-raised);
|
|
2870
2861
|
border-radius: var(--ax-border-radius-full);
|
|
2871
|
-
border: 1px solid var(--ax-border-subtleA);
|
|
2872
|
-
color: var(--ax-text-
|
|
2862
|
+
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
2863
|
+
color: var(--ax-text-neutral);
|
|
2873
2864
|
letter-spacing: .024rem;
|
|
2874
2865
|
flex-shrink: 0;
|
|
2875
2866
|
justify-content: center;
|
|
@@ -2904,7 +2895,7 @@
|
|
|
2904
2895
|
gap: var(--ax-space-8);
|
|
2905
2896
|
border-radius: var(--ax-border-radius-xlarge);
|
|
2906
2897
|
border-bottom-left-radius: var(--ax-border-radius-small);
|
|
2907
|
-
border: 1px solid var(--ax-border-subtleA);
|
|
2898
|
+
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
2908
2899
|
flex-direction: column;
|
|
2909
2900
|
width: fit-content;
|
|
2910
2901
|
display: flex;
|
|
@@ -2919,11 +2910,11 @@
|
|
|
2919
2910
|
}
|
|
2920
2911
|
|
|
2921
2912
|
.navds-chat--neutral .navds-chat__bubble, .navds-chat--neutral .navds-chat__avatar {
|
|
2922
|
-
background-color: var(--ax-bg-moderateA);
|
|
2913
|
+
background-color: var(--ax-bg-neutral-moderateA);
|
|
2923
2914
|
}
|
|
2924
2915
|
|
|
2925
2916
|
.navds-chat__top-text {
|
|
2926
|
-
color: var(--ax-text-
|
|
2917
|
+
color: var(--ax-text-neutral);
|
|
2927
2918
|
gap: var(--ax-space-8);
|
|
2928
2919
|
align-items: baseline;
|
|
2929
2920
|
margin: 0;
|
|
@@ -2947,105 +2938,7 @@
|
|
|
2947
2938
|
align-self: flex-start;
|
|
2948
2939
|
}
|
|
2949
2940
|
|
|
2950
|
-
.navds-copybutton {
|
|
2951
|
-
--__axc-copybutton-padding: var(--ax-space-12) var(--ax-space-20) var(--ax-space-12) var(--ax-space-16);
|
|
2952
|
-
cursor: pointer;
|
|
2953
|
-
border-radius: var(--ax-border-radius-medium);
|
|
2954
|
-
padding: var(--__axc-copybutton-padding);
|
|
2955
|
-
background-color: rgba(0, 0, 0, 0);
|
|
2956
|
-
border: none;
|
|
2957
|
-
place-content: center;
|
|
2958
|
-
margin: 0;
|
|
2959
|
-
text-decoration: none;
|
|
2960
|
-
transition: color .2s cubic-bezier(.05, .7, .1, 1);
|
|
2961
|
-
display: grid;
|
|
2962
|
-
}
|
|
2963
|
-
|
|
2964
|
-
.navds-copybutton.navds-copybutton--icon-only {
|
|
2965
|
-
--__axc-copybutton-padding: var(--ax-space-12);
|
|
2966
|
-
}
|
|
2967
|
-
|
|
2968
|
-
.navds-copybutton.navds-copybutton--icon-right {
|
|
2969
|
-
--__axc-copybutton-padding: var(--ax-space-12) var(--ax-space-16) var(--ax-space-12) var(--ax-space-20);
|
|
2970
|
-
}
|
|
2971
|
-
|
|
2972
|
-
.navds-copybutton:hover {
|
|
2973
|
-
background-color: var(--ax-bg-moderate-hoverA);
|
|
2974
|
-
}
|
|
2975
|
-
|
|
2976
|
-
.navds-copybutton:focus-visible {
|
|
2977
|
-
outline: 2px solid var(--ax-border-focus);
|
|
2978
|
-
outline-offset: 2px;
|
|
2979
|
-
}
|
|
2980
|
-
|
|
2981
|
-
.navds-copybutton:disabled {
|
|
2982
|
-
cursor: not-allowed;
|
|
2983
|
-
opacity: var(--ax-opacity-disabled);
|
|
2984
|
-
}
|
|
2985
|
-
|
|
2986
|
-
.navds-copybutton:disabled:hover {
|
|
2987
|
-
background-color: rgba(0, 0, 0, 0);
|
|
2988
|
-
}
|
|
2989
|
-
|
|
2990
|
-
@media (forced-colors: active) {
|
|
2991
|
-
.navds-copybutton {
|
|
2992
|
-
color: buttontext;
|
|
2993
|
-
background-color: buttonface;
|
|
2994
|
-
border: 1px solid buttontext;
|
|
2995
|
-
}
|
|
2996
|
-
|
|
2997
|
-
.navds-copybutton:disabled {
|
|
2998
|
-
opacity: 1;
|
|
2999
|
-
border-color: graytext;
|
|
3000
|
-
}
|
|
3001
|
-
}
|
|
3002
|
-
|
|
3003
|
-
.navds-copybutton--small {
|
|
3004
|
-
--__axc-copybutton-padding: var(--ax-space-4) var(--ax-space-12) var(--ax-space-4) var(--ax-space-8);
|
|
3005
|
-
min-width: 2rem;
|
|
3006
|
-
min-height: 2rem;
|
|
3007
|
-
}
|
|
3008
|
-
|
|
3009
|
-
.navds-copybutton--small.navds-copybutton--icon-right {
|
|
3010
|
-
--__axc-copybutton-padding: var(--ax-space-4) var(--ax-space-8) var(--ax-space-4) var(--ax-space-12);
|
|
3011
|
-
}
|
|
3012
|
-
|
|
3013
|
-
.navds-copybutton--small.navds-copybutton--icon-only {
|
|
3014
|
-
--__axc-copybutton-padding: var(--ax-space-4);
|
|
3015
|
-
}
|
|
3016
|
-
|
|
3017
|
-
.navds-copybutton--small > .navds-copybutton__content {
|
|
3018
|
-
gap: var(--ax-space-4);
|
|
3019
|
-
}
|
|
3020
|
-
|
|
3021
|
-
.navds-copybutton--xsmall {
|
|
3022
|
-
--__axc-copybutton-padding: var(--ax-space-2) var(--ax-space-8) var(--ax-space-2) var(--ax-space-4);
|
|
3023
|
-
min-width: 1.5rem;
|
|
3024
|
-
min-height: 1.5rem;
|
|
3025
|
-
}
|
|
3026
|
-
|
|
3027
|
-
.navds-copybutton--xsmall.navds-copybutton--icon-right {
|
|
3028
|
-
--__axc-copybutton-padding: var(--ax-space-2) var(--ax-space-4) var(--ax-space-2) var(--ax-space-8);
|
|
3029
|
-
}
|
|
3030
|
-
|
|
3031
|
-
.navds-copybutton--xsmall.navds-copybutton--icon-only {
|
|
3032
|
-
--__axc-copybutton-padding: var(--ax-space-2);
|
|
3033
|
-
}
|
|
3034
|
-
|
|
3035
|
-
.navds-copybutton--xsmall .navds-copybutton__icon {
|
|
3036
|
-
font-size: 1.25rem;
|
|
3037
|
-
}
|
|
3038
|
-
|
|
3039
|
-
.navds-copybutton--xsmall > .navds-copybutton__content {
|
|
3040
|
-
gap: var(--ax-space-2);
|
|
3041
|
-
}
|
|
3042
|
-
|
|
3043
|
-
.navds-copybutton__icon {
|
|
3044
|
-
font-size: 1.5rem;
|
|
3045
|
-
display: flex;
|
|
3046
|
-
}
|
|
3047
|
-
|
|
3048
|
-
.navds-copybutton--active .navds-copybutton__icon {
|
|
2941
|
+
.navds-copybutton[data-active="true"] .navds-copybutton__icon {
|
|
3049
2942
|
animation: 2s cubic-bezier(.05, .7, .1, 1) akselCopyButtonIconAnimation;
|
|
3050
2943
|
}
|
|
3051
2944
|
|
|
@@ -3067,46 +2960,19 @@
|
|
|
3067
2960
|
}
|
|
3068
2961
|
}
|
|
3069
2962
|
|
|
3070
|
-
.navds-copybutton--action {
|
|
3071
|
-
color: var(--ax-text-accent);
|
|
3072
|
-
}
|
|
3073
|
-
|
|
3074
|
-
.navds-copybutton--action.navds-copybutton--active {
|
|
3075
|
-
color: var(--ax-text-success);
|
|
3076
|
-
}
|
|
3077
|
-
|
|
3078
|
-
.navds-copybutton--action:disabled {
|
|
3079
|
-
color: var(--ax-text-accent);
|
|
3080
|
-
}
|
|
3081
|
-
|
|
3082
|
-
.navds-copybutton--neutral {
|
|
3083
|
-
color: var(--ax-text-subtle);
|
|
3084
|
-
}
|
|
3085
|
-
|
|
3086
|
-
.navds-copybutton--neutral:disabled {
|
|
3087
|
-
color: var(--ax-text-subtle);
|
|
3088
|
-
}
|
|
3089
|
-
|
|
3090
|
-
.navds-copybutton__content {
|
|
3091
|
-
justify-content: center;
|
|
3092
|
-
align-items: center;
|
|
3093
|
-
gap: var(--ax-space-6);
|
|
3094
|
-
display: inline-flex;
|
|
3095
|
-
}
|
|
3096
|
-
|
|
3097
2963
|
.navds-date {
|
|
3098
2964
|
padding: var(--ax-space-16) var(--ax-space-12);
|
|
3099
2965
|
}
|
|
3100
2966
|
|
|
3101
2967
|
.navds-date .rdp-day_range_middle.rdp-day_disabled {
|
|
3102
|
-
color: var(--ax-text-
|
|
3103
|
-
background: var(--ax-bg-moderateA);
|
|
2968
|
+
color: var(--ax-text-neutral);
|
|
2969
|
+
background: var(--ax-bg-neutral-moderateA);
|
|
3104
2970
|
}
|
|
3105
2971
|
|
|
3106
2972
|
.navds-date .rdp-day_range_middle.rdp-day_selected {
|
|
3107
|
-
background-color: var(--ax-bg-accent-
|
|
2973
|
+
background-color: var(--ax-bg-accent-moderate-pressedA);
|
|
3108
2974
|
box-shadow: inset 0 0 0 1px var(--ax-border-accent-subtleA);
|
|
3109
|
-
color: var(--ax-text-
|
|
2975
|
+
color: var(--ax-text-neutral);
|
|
3110
2976
|
}
|
|
3111
2977
|
|
|
3112
2978
|
.navds-date .rdp-month, .navds-date.rdp-month {
|
|
@@ -3126,22 +2992,22 @@
|
|
|
3126
2992
|
.navds-date .rdp-button {
|
|
3127
2993
|
all: unset;
|
|
3128
2994
|
text-align: center;
|
|
3129
|
-
border-radius: var(--ax-border-radius-
|
|
2995
|
+
border-radius: var(--ax-border-radius-large);
|
|
3130
2996
|
width: 2.5rem;
|
|
3131
2997
|
height: 2.5rem;
|
|
3132
2998
|
display: block;
|
|
3133
2999
|
}
|
|
3134
3000
|
|
|
3135
3001
|
.navds-date .rdp-day_range_start {
|
|
3136
|
-
border-radius: var(--ax-border-radius-xlarge) var(--ax-border-radius-
|
|
3002
|
+
border-radius: 100% var(--ax-border-radius-xlarge) var(--ax-border-radius-xlarge) 100%;
|
|
3137
3003
|
}
|
|
3138
3004
|
|
|
3139
3005
|
.navds-date .rdp-day_range_end:not(.rdp-day_range_start) {
|
|
3140
|
-
border-radius: var(--ax-border-radius-
|
|
3006
|
+
border-radius: var(--ax-border-radius-large) 100% 100% var(--ax-border-radius-large);
|
|
3141
3007
|
}
|
|
3142
3008
|
|
|
3143
3009
|
.navds-date .rdp-day_range_start.rdp-day_range_end {
|
|
3144
|
-
border-radius: var(--ax-border-radius-
|
|
3010
|
+
border-radius: var(--ax-border-radius-large);
|
|
3145
3011
|
}
|
|
3146
3012
|
|
|
3147
3013
|
.navds-date .navds-date__field {
|
|
@@ -3159,8 +3025,8 @@
|
|
|
3159
3025
|
|
|
3160
3026
|
.navds-date .rdp-day_disabled {
|
|
3161
3027
|
cursor: not-allowed;
|
|
3162
|
-
background-color: var(--ax-bg-moderateA);
|
|
3163
|
-
color: var(--ax-text-subtle);
|
|
3028
|
+
background-color: var(--ax-bg-neutral-moderateA);
|
|
3029
|
+
color: var(--ax-text-neutral-subtle);
|
|
3164
3030
|
text-decoration: line-through;
|
|
3165
3031
|
}
|
|
3166
3032
|
|
|
@@ -3174,7 +3040,7 @@
|
|
|
3174
3040
|
}
|
|
3175
3041
|
|
|
3176
3042
|
.navds-date .rdp-day_today:before {
|
|
3177
|
-
background-color: var(--ax-text-accent);
|
|
3043
|
+
background-color: var(--ax-text-accent-subtle);
|
|
3178
3044
|
border-radius: var(--ax-border-radius-full);
|
|
3179
3045
|
content: "";
|
|
3180
3046
|
width: 6px;
|
|
@@ -3210,7 +3076,7 @@
|
|
|
3210
3076
|
.navds-date__caption-button {
|
|
3211
3077
|
width: 2rem;
|
|
3212
3078
|
height: 2rem;
|
|
3213
|
-
color: var(--ax-text-
|
|
3079
|
+
color: var(--ax-text-neutral);
|
|
3214
3080
|
}
|
|
3215
3081
|
|
|
3216
3082
|
.navds-date__caption__month .navds-select__container select {
|
|
@@ -3221,7 +3087,7 @@
|
|
|
3221
3087
|
all: unset;
|
|
3222
3088
|
text-align: center;
|
|
3223
3089
|
text-transform: capitalize;
|
|
3224
|
-
border-radius: var(--ax-border-radius-
|
|
3090
|
+
border-radius: var(--ax-border-radius-large);
|
|
3225
3091
|
cursor: pointer;
|
|
3226
3092
|
width: 3rem;
|
|
3227
3093
|
height: 3rem;
|
|
@@ -3238,8 +3104,8 @@
|
|
|
3238
3104
|
}
|
|
3239
3105
|
|
|
3240
3106
|
:is(:is(.navds-date__wrapper, .navds-date__standalone-wrapper) .rdp-cell > button.rdp-day, :is(.navds-date__wrapper, .navds-date__standalone-wrapper) button.navds-date__month-button):focus-visible {
|
|
3241
|
-
outline:
|
|
3242
|
-
outline-offset:
|
|
3107
|
+
outline: 3px solid var(--ax-border-focus);
|
|
3108
|
+
outline-offset: 3px;
|
|
3243
3109
|
}
|
|
3244
3110
|
|
|
3245
3111
|
:is(:is(.navds-date__wrapper, .navds-date__standalone-wrapper) .rdp-cell > button.rdp-day, :is(.navds-date__wrapper, .navds-date__standalone-wrapper) button.navds-date__month-button):active:not(:disabled) {
|
|
@@ -3256,9 +3122,9 @@
|
|
|
3256
3122
|
}
|
|
3257
3123
|
|
|
3258
3124
|
.navds-date__field-button {
|
|
3259
|
-
color: var(--ax-text-
|
|
3125
|
+
color: var(--ax-text-neutral);
|
|
3260
3126
|
cursor: pointer;
|
|
3261
|
-
border-radius: calc(var(--ax-border-radius-
|
|
3127
|
+
border-radius: calc(var(--ax-border-radius-large) - 1px);
|
|
3262
3128
|
padding: var(--ax-space-12);
|
|
3263
3129
|
background: none;
|
|
3264
3130
|
border: none;
|
|
@@ -3312,14 +3178,10 @@
|
|
|
3312
3178
|
}
|
|
3313
3179
|
|
|
3314
3180
|
.navds-date__weeknumber-number {
|
|
3315
|
-
color: var(--ax-text-subtle);
|
|
3181
|
+
color: var(--ax-text-neutral-subtle);
|
|
3316
3182
|
font-size: .875rem;
|
|
3317
3183
|
}
|
|
3318
3184
|
|
|
3319
|
-
.navds-date__weeknumber:active .navds-date__weeknumber-number {
|
|
3320
|
-
color: var(--ax-text-contrast);
|
|
3321
|
-
}
|
|
3322
|
-
|
|
3323
3185
|
.navds-date__week-wrapper {
|
|
3324
3186
|
justify-content: center;
|
|
3325
3187
|
align-items: center;
|
|
@@ -3447,8 +3309,8 @@
|
|
|
3447
3309
|
}
|
|
3448
3310
|
|
|
3449
3311
|
.navds-action-menu__content {
|
|
3450
|
-
border-radius: var(--ax-border-radius-
|
|
3451
|
-
border: 1px solid var(--ax-border-subtleA);
|
|
3312
|
+
border-radius: var(--ax-border-radius-xlarge);
|
|
3313
|
+
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
3452
3314
|
box-shadow: var(--ax-shadow-dialog);
|
|
3453
3315
|
transition: transform .25s cubic-bezier(0, 0, 0, 1) allow-discrete;
|
|
3454
3316
|
overflow: hidden;
|
|
@@ -3483,7 +3345,7 @@
|
|
|
3483
3345
|
--__axc-action-menu-item-pr: var(--ax-space-8);
|
|
3484
3346
|
--__axc-action-menu-item-pl: var(--ax-space-8);
|
|
3485
3347
|
--__axc-action-menu-item-height: 2rem;
|
|
3486
|
-
border-radius: var(--ax-border-radius-
|
|
3348
|
+
border-radius: var(--ax-border-radius-xlarge);
|
|
3487
3349
|
background-color: var(--ax-bg-raised);
|
|
3488
3350
|
min-width: 128px;
|
|
3489
3351
|
max-width: min(95vw, 640px);
|
|
@@ -3500,12 +3362,12 @@
|
|
|
3500
3362
|
gap: var(--ax-space-8);
|
|
3501
3363
|
min-height: var(--__axc-action-menu-item-height);
|
|
3502
3364
|
cursor: default;
|
|
3503
|
-
border-radius: var(--ax-border-radius-
|
|
3365
|
+
border-radius: var(--ax-border-radius-large);
|
|
3504
3366
|
padding-left: var(--__axc-action-menu-item-pl);
|
|
3505
3367
|
padding-right: var(--__axc-action-menu-item-pr);
|
|
3506
3368
|
font-size: var(--ax-font-size-medium);
|
|
3507
3369
|
scroll-margin-block: var(--__axc-action-menu-content-p);
|
|
3508
|
-
color: var(--ax-text-
|
|
3370
|
+
color: var(--ax-text-neutral);
|
|
3509
3371
|
line-height: 1.5;
|
|
3510
3372
|
text-decoration: none;
|
|
3511
3373
|
display: flex;
|
|
@@ -3518,7 +3380,7 @@
|
|
|
3518
3380
|
|
|
3519
3381
|
.navds-action-menu__item:focus {
|
|
3520
3382
|
background-color: var(--ax-bg-accent-moderate-hoverA);
|
|
3521
|
-
color: var(--ax-text-
|
|
3383
|
+
color: var(--ax-text-neutral);
|
|
3522
3384
|
outline: none;
|
|
3523
3385
|
}
|
|
3524
3386
|
|
|
@@ -3536,7 +3398,7 @@
|
|
|
3536
3398
|
}
|
|
3537
3399
|
|
|
3538
3400
|
.navds-action-menu__sub-trigger[data-state="open"] {
|
|
3539
|
-
background-color: var(--ax-bg-moderate-
|
|
3401
|
+
background-color: var(--ax-bg-neutral-moderate-pressedA);
|
|
3540
3402
|
}
|
|
3541
3403
|
|
|
3542
3404
|
.navds-action-menu__sub-trigger:focus {
|
|
@@ -3544,12 +3406,12 @@
|
|
|
3544
3406
|
}
|
|
3545
3407
|
|
|
3546
3408
|
.navds-action-menu__item--danger {
|
|
3547
|
-
color: var(--ax-text-danger);
|
|
3409
|
+
color: var(--ax-text-danger-subtle);
|
|
3548
3410
|
}
|
|
3549
3411
|
|
|
3550
3412
|
.navds-action-menu__item--danger:focus {
|
|
3551
3413
|
background-color: var(--ax-bg-danger-moderate-hoverA);
|
|
3552
|
-
color: var(--ax-text-danger);
|
|
3414
|
+
color: var(--ax-text-danger-subtle);
|
|
3553
3415
|
}
|
|
3554
3416
|
|
|
3555
3417
|
.navds-action-menu__marker {
|
|
@@ -3577,8 +3439,8 @@
|
|
|
3577
3439
|
}
|
|
3578
3440
|
|
|
3579
3441
|
.navds-action-menu__shortcut {
|
|
3580
|
-
background-color: var(--ax-bg-moderateA);
|
|
3581
|
-
color: var(--ax-text-
|
|
3442
|
+
background-color: var(--ax-bg-neutral-moderateA);
|
|
3443
|
+
color: var(--ax-text-neutral);
|
|
3582
3444
|
border-radius: var(--ax-border-radius-small);
|
|
3583
3445
|
padding: 0 var(--ax-space-4);
|
|
3584
3446
|
min-width: 1.125rem;
|
|
@@ -3594,7 +3456,7 @@
|
|
|
3594
3456
|
min-height: calc(var(--__axc-action-menu-item-height) - 6px);
|
|
3595
3457
|
padding-right: var(--__axc-action-menu-item-pr);
|
|
3596
3458
|
padding-left: var(--__axc-action-menu-item-pl);
|
|
3597
|
-
color: var(--ax-text-subtle);
|
|
3459
|
+
color: var(--ax-text-neutral-subtle);
|
|
3598
3460
|
border-radius: var(--ax-border-radius-medium);
|
|
3599
3461
|
-webkit-user-select: none;
|
|
3600
3462
|
user-select: none;
|
|
@@ -3607,7 +3469,7 @@
|
|
|
3607
3469
|
.navds-action-menu__divider {
|
|
3608
3470
|
height: 1px;
|
|
3609
3471
|
margin-block: var(--ax-space-8);
|
|
3610
|
-
background-color: var(--ax-border-subtleA);
|
|
3472
|
+
background-color: var(--ax-border-neutral-subtleA);
|
|
3611
3473
|
}
|
|
3612
3474
|
|
|
3613
3475
|
.navds-action-menu__indicator-icon--unchecked, .navds-action-menu__indicator-icon--checked, .navds-action-menu__indicator-icon--indeterminate {
|
|
@@ -3629,22 +3491,22 @@
|
|
|
3629
3491
|
|
|
3630
3492
|
.navds-expansioncard {
|
|
3631
3493
|
--__axc-expansioncard-border-radius: calc(var(--ax-border-radius-xlarge) - 1px);
|
|
3632
|
-
--__axc-expansioncard-padding-block: var(--ax-space-
|
|
3494
|
+
--__axc-expansioncard-padding-block: var(--ax-space-20);
|
|
3633
3495
|
--__axc-expansioncard-padding-inline: var(--ax-space-20);
|
|
3634
3496
|
border-radius: var(--ax-border-radius-xlarge);
|
|
3635
3497
|
background-color: var(--ax-bg-raised);
|
|
3636
|
-
border: 1px solid var(--ax-border-
|
|
3498
|
+
border: 1px solid var(--ax-border-neutral);
|
|
3637
3499
|
height: fit-content;
|
|
3638
3500
|
}
|
|
3639
3501
|
|
|
3640
3502
|
.navds-expansioncard:has(.navds-expansioncard__header:hover) {
|
|
3641
|
-
box-shadow: 0 0 0 1px var(--ax-border-strong);
|
|
3642
|
-
border-color: var(--ax-border-strong);
|
|
3503
|
+
box-shadow: 0 0 0 1px var(--ax-border-neutral-strong);
|
|
3504
|
+
border-color: var(--ax-border-neutral-strong);
|
|
3643
3505
|
}
|
|
3644
3506
|
|
|
3645
3507
|
.navds-expansioncard--small {
|
|
3646
3508
|
--__axc-expansioncard-padding-inline: var(--ax-space-16);
|
|
3647
|
-
--__axc-expansioncard-padding-block: var(--ax-space-
|
|
3509
|
+
--__axc-expansioncard-padding-block: var(--ax-space-16);
|
|
3648
3510
|
}
|
|
3649
3511
|
|
|
3650
3512
|
.navds-expansioncard--small > .navds-expansioncard__header .navds-expansioncard__title--small {
|
|
@@ -3672,7 +3534,7 @@
|
|
|
3672
3534
|
}
|
|
3673
3535
|
|
|
3674
3536
|
.navds-expansioncard__header:hover {
|
|
3675
|
-
background-color: var(--ax-bg-
|
|
3537
|
+
background-color: var(--ax-bg-neutral-moderate-hoverA);
|
|
3676
3538
|
}
|
|
3677
3539
|
|
|
3678
3540
|
.navds-expansioncard__header[data-open="true"] {
|
|
@@ -3682,7 +3544,7 @@
|
|
|
3682
3544
|
|
|
3683
3545
|
.navds-expansioncard__header[data-open="true"]:after {
|
|
3684
3546
|
content: "";
|
|
3685
|
-
background-color: var(--ax-border-
|
|
3547
|
+
background-color: var(--ax-border-neutral-subtleA);
|
|
3686
3548
|
bottom: 0;
|
|
3687
3549
|
left: var(--__axc-expansioncard-padding-inline);
|
|
3688
3550
|
height: 1px;
|
|
@@ -3722,15 +3584,7 @@
|
|
|
3722
3584
|
}
|
|
3723
3585
|
|
|
3724
3586
|
.navds-expansioncard__header-button:focus-visible {
|
|
3725
|
-
outline:
|
|
3726
|
-
outline-offset: 2px;
|
|
3727
|
-
}
|
|
3728
|
-
|
|
3729
|
-
@supports not selector(:focus-visible) {
|
|
3730
|
-
.navds-expansioncard__header-button:focus {
|
|
3731
|
-
outline: 2px solid var(--ax-border-focus);
|
|
3732
|
-
outline-offset: 2px;
|
|
3733
|
-
}
|
|
3587
|
+
outline: 3px solid var(--ax-border-focus);
|
|
3734
3588
|
}
|
|
3735
3589
|
|
|
3736
3590
|
.navds-expansioncard__header-button:after {
|
|
@@ -3744,7 +3598,7 @@
|
|
|
3744
3598
|
}
|
|
3745
3599
|
|
|
3746
3600
|
.navds-expansioncard__header:hover > .navds-expansioncard__header-button {
|
|
3747
|
-
background-color: var(--ax-bg-moderate-hoverA);
|
|
3601
|
+
background-color: var(--ax-bg-neutral-moderate-hoverA);
|
|
3748
3602
|
}
|
|
3749
3603
|
|
|
3750
3604
|
.navds-expansioncard__header-chevron {
|
|
@@ -3794,7 +3648,7 @@
|
|
|
3794
3648
|
}
|
|
3795
3649
|
|
|
3796
3650
|
.navds-guide-panel {
|
|
3797
|
-
--__axc-guide-panel-guide-size:
|
|
3651
|
+
--__axc-guide-panel-guide-size: 5rem;
|
|
3798
3652
|
width: fit-content;
|
|
3799
3653
|
display: flex;
|
|
3800
3654
|
position: relative;
|
|
@@ -3810,8 +3664,12 @@
|
|
|
3810
3664
|
align-items: flex-start;
|
|
3811
3665
|
}
|
|
3812
3666
|
|
|
3667
|
+
.navds-guide-panel[data-poster="false"][data-responsive="false"] {
|
|
3668
|
+
--__axc-guide-panel-guide-size: 3.75rem;
|
|
3669
|
+
}
|
|
3670
|
+
|
|
3813
3671
|
@media (min-width: 480px) {
|
|
3814
|
-
.navds-guide-panel {
|
|
3672
|
+
.navds-guide-panel[data-poster="false"][data-responsive="false"] {
|
|
3815
3673
|
--__axc-guide-panel-guide-size: 5rem;
|
|
3816
3674
|
}
|
|
3817
3675
|
|
|
@@ -3908,7 +3766,7 @@
|
|
|
3908
3766
|
.navds-help-text__button {
|
|
3909
3767
|
cursor: pointer;
|
|
3910
3768
|
border-radius: var(--ax-border-radius-full);
|
|
3911
|
-
color: var(--ax-bg-
|
|
3769
|
+
color: var(--ax-bg-info-strong);
|
|
3912
3770
|
padding: calc(var(--ax-space-4) / 2);
|
|
3913
3771
|
background-color: rgba(0, 0, 0, 0);
|
|
3914
3772
|
border: 0;
|
|
@@ -3936,11 +3794,11 @@
|
|
|
3936
3794
|
|
|
3937
3795
|
.navds-help-text__button:where(:hover, :focus-visible, [aria-expanded="true"]) > .navds-help-text__icon--filled {
|
|
3938
3796
|
display: inherit;
|
|
3939
|
-
color: var(--ax-bg-
|
|
3797
|
+
color: var(--ax-bg-info-strong-hover);
|
|
3940
3798
|
}
|
|
3941
3799
|
|
|
3942
3800
|
.navds-help-text__button[aria-expanded="true"] > .navds-help-text__icon--filled {
|
|
3943
|
-
color: var(--ax-bg-
|
|
3801
|
+
color: var(--ax-bg-info-strong-pressed);
|
|
3944
3802
|
}
|
|
3945
3803
|
|
|
3946
3804
|
@media (forced-colors: active) {
|
|
@@ -3959,7 +3817,7 @@
|
|
|
3959
3817
|
|
|
3960
3818
|
.navds-internalheader {
|
|
3961
3819
|
background: var(--ax-bg-raised);
|
|
3962
|
-
border-bottom: 1px solid var(--ax-border-subtleA);
|
|
3820
|
+
border-bottom: 1px solid var(--ax-border-neutral-subtleA);
|
|
3963
3821
|
align-self: stretch;
|
|
3964
3822
|
min-height: 3rem;
|
|
3965
3823
|
display: flex;
|
|
@@ -3980,8 +3838,8 @@
|
|
|
3980
3838
|
padding-block: 0;
|
|
3981
3839
|
padding-inline: var(--ax-space-24) var(--ax-space-20);
|
|
3982
3840
|
border: none;
|
|
3983
|
-
border-right: 1px solid var(--ax-border-subtleA);
|
|
3984
|
-
color: var(--ax-text-
|
|
3841
|
+
border-right: 1px solid var(--ax-border-neutral-subtleA);
|
|
3842
|
+
color: var(--ax-text-neutral);
|
|
3985
3843
|
background: none;
|
|
3986
3844
|
align-items: center;
|
|
3987
3845
|
margin: 0;
|
|
@@ -3996,7 +3854,7 @@
|
|
|
3996
3854
|
}
|
|
3997
3855
|
|
|
3998
3856
|
.navds-internalheader__title:hover {
|
|
3999
|
-
background: var(--ax-bg-moderate-
|
|
3857
|
+
background: var(--ax-bg-neutral-moderate-hoverA);
|
|
4000
3858
|
}
|
|
4001
3859
|
|
|
4002
3860
|
.navds-internalheader__title:is(:hover, :active):not(button, a) {
|
|
@@ -4005,7 +3863,7 @@
|
|
|
4005
3863
|
|
|
4006
3864
|
.navds-internalheader__user {
|
|
4007
3865
|
padding: 0 var(--ax-space-20);
|
|
4008
|
-
border-left: 1px solid var(--ax-border-subtleA);
|
|
3866
|
+
border-left: 1px solid var(--ax-border-neutral-subtleA);
|
|
4009
3867
|
align-items: center;
|
|
4010
3868
|
display: flex;
|
|
4011
3869
|
}
|
|
@@ -4019,8 +3877,8 @@
|
|
|
4019
3877
|
align-items: center;
|
|
4020
3878
|
gap: var(--ax-space-8);
|
|
4021
3879
|
border: none;
|
|
4022
|
-
border-left: 1px solid var(--ax-border-subtleA);
|
|
4023
|
-
color: var(--ax-text-
|
|
3880
|
+
border-left: 1px solid var(--ax-border-neutral-subtleA);
|
|
3881
|
+
color: var(--ax-text-neutral);
|
|
4024
3882
|
background: none;
|
|
4025
3883
|
margin: 0;
|
|
4026
3884
|
line-height: normal;
|
|
@@ -4029,7 +3887,7 @@
|
|
|
4029
3887
|
}
|
|
4030
3888
|
|
|
4031
3889
|
.navds-internalheader__button:hover {
|
|
4032
|
-
background: var(--ax-bg-moderate-
|
|
3890
|
+
background: var(--ax-bg-neutral-moderate-hoverA);
|
|
4033
3891
|
}
|
|
4034
3892
|
|
|
4035
3893
|
@media (forced-colors: active) {
|
|
@@ -4044,11 +3902,11 @@
|
|
|
4044
3902
|
|
|
4045
3903
|
:is(.navds-internalheader__title, .navds-internalheader__button):focus-visible {
|
|
4046
3904
|
outline: 3px solid var(--ax-border-focus);
|
|
4047
|
-
outline-offset: -
|
|
3905
|
+
outline-offset: -4px;
|
|
4048
3906
|
}
|
|
4049
3907
|
|
|
4050
3908
|
:is(.navds-internalheader__title, .navds-internalheader__button):active {
|
|
4051
|
-
background: var(--ax-bg-moderate-
|
|
3909
|
+
background: var(--ax-bg-neutral-moderate-pressedA);
|
|
4052
3910
|
}
|
|
4053
3911
|
|
|
4054
3912
|
.navds-internalheader__user-button {
|
|
@@ -4057,7 +3915,7 @@
|
|
|
4057
3915
|
}
|
|
4058
3916
|
|
|
4059
3917
|
.navds-link {
|
|
4060
|
-
color: var(--ax-text-accent);
|
|
3918
|
+
color: var(--ax-text-accent-subtle);
|
|
4061
3919
|
align-items: center;
|
|
4062
3920
|
gap: var(--ax-space-2);
|
|
4063
3921
|
text-underline-offset: .1em;
|
|
@@ -4071,8 +3929,9 @@
|
|
|
4071
3929
|
}
|
|
4072
3930
|
|
|
4073
3931
|
.navds-link:focus-visible {
|
|
4074
|
-
outline:
|
|
4075
|
-
outline-offset:
|
|
3932
|
+
outline: 3px solid var(--ax-border-focus);
|
|
3933
|
+
outline-offset: 3px;
|
|
3934
|
+
border-radius: 1px;
|
|
4076
3935
|
}
|
|
4077
3936
|
|
|
4078
3937
|
.navds-link.navds-link--inline-text {
|
|
@@ -4100,19 +3959,19 @@
|
|
|
4100
3959
|
}
|
|
4101
3960
|
|
|
4102
3961
|
:is(.navds-alert:not(.navds-alert--inline), .navds-confirmation-panel) .navds-link {
|
|
4103
|
-
color: var(--ax-text-
|
|
3962
|
+
color: var(--ax-text-neutral);
|
|
4104
3963
|
}
|
|
4105
3964
|
|
|
4106
3965
|
.navds-link--action {
|
|
4107
|
-
color: var(--ax-text-accent);
|
|
3966
|
+
color: var(--ax-text-accent-subtle);
|
|
4108
3967
|
}
|
|
4109
3968
|
|
|
4110
3969
|
.navds-link--neutral {
|
|
4111
|
-
color: var(--ax-text-
|
|
3970
|
+
color: var(--ax-text-neutral);
|
|
4112
3971
|
}
|
|
4113
3972
|
|
|
4114
3973
|
.navds-link--subtle {
|
|
4115
|
-
color: var(--ax-text-subtle);
|
|
3974
|
+
color: var(--ax-text-neutral-subtle);
|
|
4116
3975
|
}
|
|
4117
3976
|
|
|
4118
3977
|
.navds-loader {
|
|
@@ -4169,19 +4028,19 @@
|
|
|
4169
4028
|
.navds-loader__foreground {
|
|
4170
4029
|
stroke-dasharray: 80 200;
|
|
4171
4030
|
stroke-dashoffset: 0;
|
|
4172
|
-
stroke: var(--ax-border-strong);
|
|
4031
|
+
stroke: var(--ax-border-neutral-strong);
|
|
4173
4032
|
stroke-linecap: round;
|
|
4174
4033
|
stroke-width: var(--__axc-loader-stroke-width);
|
|
4175
4034
|
animation: 1.5s ease-in-out infinite loader-dasharray;
|
|
4176
4035
|
}
|
|
4177
4036
|
|
|
4178
4037
|
.navds-loader__background {
|
|
4179
|
-
stroke: var(--ax-border-subtleA);
|
|
4038
|
+
stroke: var(--ax-border-neutral-subtleA);
|
|
4180
4039
|
stroke-width: var(--__axc-loader-stroke-width);
|
|
4181
4040
|
}
|
|
4182
4041
|
|
|
4183
4042
|
.navds-loader--neutral .navds-loader__foreground {
|
|
4184
|
-
stroke: var(--ax-border-strong);
|
|
4043
|
+
stroke: var(--ax-border-neutral-strong);
|
|
4185
4044
|
}
|
|
4186
4045
|
|
|
4187
4046
|
.navds-loader--interaction .navds-loader__foreground {
|
|
@@ -4193,11 +4052,11 @@
|
|
|
4193
4052
|
}
|
|
4194
4053
|
|
|
4195
4054
|
.navds-loader--inverted .navds-loader__foreground {
|
|
4196
|
-
stroke: var(--ax-border-subtle);
|
|
4055
|
+
stroke: var(--ax-border-neutral-subtle);
|
|
4197
4056
|
}
|
|
4198
4057
|
|
|
4199
4058
|
.navds-loader--inverted .navds-loader__background {
|
|
4200
|
-
stroke: var(--ax-border-strong);
|
|
4059
|
+
stroke: var(--ax-border-neutral-strong);
|
|
4201
4060
|
}
|
|
4202
4061
|
|
|
4203
4062
|
.navds-loader--transparent .navds-loader__background {
|
|
@@ -4240,12 +4099,13 @@
|
|
|
4240
4099
|
.navds-modal {
|
|
4241
4100
|
--__axc-modal-bg: var(--ax-bg-raised);
|
|
4242
4101
|
background-color: var(--__axc-modal-bg);
|
|
4243
|
-
border: 1px solid var(--ax-border-subtleA);
|
|
4102
|
+
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
4244
4103
|
border-radius: var(--ax-border-radius-xlarge);
|
|
4245
4104
|
box-shadow: var(--ax-shadow-dialog);
|
|
4246
4105
|
max-width: 100%;
|
|
4247
4106
|
max-height: 100%;
|
|
4248
|
-
color: var(--ax-text-
|
|
4107
|
+
color: var(--ax-text-neutral);
|
|
4108
|
+
margin: auto;
|
|
4249
4109
|
padding: 0;
|
|
4250
4110
|
position: fixed;
|
|
4251
4111
|
}
|
|
@@ -4340,7 +4200,7 @@
|
|
|
4340
4200
|
|
|
4341
4201
|
.navds-modal__label {
|
|
4342
4202
|
font-weight: var(--ax-font-weight-bold);
|
|
4343
|
-
color: var(--ax-text-subtle);
|
|
4203
|
+
color: var(--ax-text-neutral-subtle);
|
|
4344
4204
|
}
|
|
4345
4205
|
|
|
4346
4206
|
.navds-modal__body {
|
|
@@ -4441,8 +4301,8 @@
|
|
|
4441
4301
|
}
|
|
4442
4302
|
|
|
4443
4303
|
.navds-pagination__item[data-selected="true"] {
|
|
4444
|
-
background-color: var(--ax-bg-strong-pressed);
|
|
4445
|
-
color: var(--ax-text-contrast);
|
|
4304
|
+
background-color: var(--ax-bg-neutral-strong-pressed);
|
|
4305
|
+
color: var(--ax-text-neutral-contrast);
|
|
4446
4306
|
}
|
|
4447
4307
|
|
|
4448
4308
|
.navds-pagination--invisible {
|
|
@@ -4453,13 +4313,19 @@
|
|
|
4453
4313
|
z-index: 1000;
|
|
4454
4314
|
background: var(--ax-bg-raised);
|
|
4455
4315
|
box-shadow: var(--ax-shadow-dialog);
|
|
4456
|
-
border: 1px solid var(--ax-border-subtleA);
|
|
4316
|
+
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
4457
4317
|
border-radius: var(--ax-border-radius-xlarge);
|
|
4458
4318
|
max-width: calc(100vw - var(--ax-space-24));
|
|
4459
4319
|
}
|
|
4460
4320
|
|
|
4461
4321
|
.navds-popover__content {
|
|
4462
|
-
padding: var(--ax-space-16)
|
|
4322
|
+
padding: var(--ax-space-16);
|
|
4323
|
+
}
|
|
4324
|
+
|
|
4325
|
+
@media (min-width: 480px) {
|
|
4326
|
+
.navds-popover__content {
|
|
4327
|
+
padding: var(--ax-space-20);
|
|
4328
|
+
}
|
|
4463
4329
|
}
|
|
4464
4330
|
|
|
4465
4331
|
.navds-popover--hidden {
|
|
@@ -4491,7 +4357,7 @@
|
|
|
4491
4357
|
--__axc-tag-border: var(--ax-border-info);
|
|
4492
4358
|
--__axc-tag-bg: var(--ax-bg-info-moderateA);
|
|
4493
4359
|
--__axc-tag-bg-strong: var(--ax-bg-info-strong);
|
|
4494
|
-
--__axc-tag-text: var(--ax-text-info
|
|
4360
|
+
--__axc-tag-text: var(--ax-text-info);
|
|
4495
4361
|
--__axc-tag-text-strong: var(--ax-text-info-contrast);
|
|
4496
4362
|
}
|
|
4497
4363
|
|
|
@@ -4499,7 +4365,7 @@
|
|
|
4499
4365
|
--__axc-tag-border: var(--ax-border-success);
|
|
4500
4366
|
--__axc-tag-bg: var(--ax-bg-success-moderateA);
|
|
4501
4367
|
--__axc-tag-bg-strong: var(--ax-bg-success-strong);
|
|
4502
|
-
--__axc-tag-text: var(--ax-text-success
|
|
4368
|
+
--__axc-tag-text: var(--ax-text-success);
|
|
4503
4369
|
--__axc-tag-text-strong: var(--ax-text-success-contrast);
|
|
4504
4370
|
}
|
|
4505
4371
|
|
|
@@ -4507,7 +4373,7 @@
|
|
|
4507
4373
|
--__axc-tag-border: var(--ax-border-warning);
|
|
4508
4374
|
--__axc-tag-bg: var(--ax-bg-warning-moderateA);
|
|
4509
4375
|
--__axc-tag-bg-strong: var(--ax-bg-warning-strong);
|
|
4510
|
-
--__axc-tag-text: var(--ax-text-warning
|
|
4376
|
+
--__axc-tag-text: var(--ax-text-warning);
|
|
4511
4377
|
--__axc-tag-text-strong: var(--ax-text-warning-contrast);
|
|
4512
4378
|
}
|
|
4513
4379
|
|
|
@@ -4515,32 +4381,32 @@
|
|
|
4515
4381
|
--__axc-tag-border: var(--ax-border-danger);
|
|
4516
4382
|
--__axc-tag-bg: var(--ax-bg-danger-moderateA);
|
|
4517
4383
|
--__axc-tag-bg-strong: var(--ax-bg-danger-strong);
|
|
4518
|
-
--__axc-tag-text: var(--ax-text-danger
|
|
4384
|
+
--__axc-tag-text: var(--ax-text-danger);
|
|
4519
4385
|
--__axc-tag-text-strong: var(--ax-text-danger-contrast);
|
|
4520
4386
|
}
|
|
4521
4387
|
|
|
4522
4388
|
.navds-tag--neutral {
|
|
4523
|
-
--__axc-tag-border: var(--ax-border-
|
|
4524
|
-
--__axc-tag-bg: var(--ax-bg-moderateA);
|
|
4525
|
-
--__axc-tag-bg-strong: var(--ax-bg-strong);
|
|
4526
|
-
--__axc-tag-text: var(--ax-text-
|
|
4527
|
-
--__axc-tag-text-strong: var(--ax-text-contrast);
|
|
4389
|
+
--__axc-tag-border: var(--ax-border-neutral);
|
|
4390
|
+
--__axc-tag-bg: var(--ax-bg-neutral-moderateA);
|
|
4391
|
+
--__axc-tag-bg-strong: var(--ax-bg-neutral-strong);
|
|
4392
|
+
--__axc-tag-text: var(--ax-text-neutral);
|
|
4393
|
+
--__axc-tag-text-strong: var(--ax-text-neutral-contrast);
|
|
4528
4394
|
}
|
|
4529
4395
|
|
|
4530
|
-
.navds-tag--meta-
|
|
4531
|
-
--__axc-tag-border: var(--ax-border-meta-
|
|
4532
|
-
--__axc-tag-bg: var(--ax-bg-meta-
|
|
4533
|
-
--__axc-tag-bg-strong: var(--ax-bg-meta-
|
|
4534
|
-
--__axc-tag-text: var(--ax-text-meta-
|
|
4535
|
-
--__axc-tag-text-strong: var(--ax-text-meta-
|
|
4396
|
+
.navds-tag--meta-purple, .navds-tag--alt1 {
|
|
4397
|
+
--__axc-tag-border: var(--ax-border-meta-purple);
|
|
4398
|
+
--__axc-tag-bg: var(--ax-bg-meta-purple-moderateA);
|
|
4399
|
+
--__axc-tag-bg-strong: var(--ax-bg-meta-purple-strong);
|
|
4400
|
+
--__axc-tag-text: var(--ax-text-meta-purple);
|
|
4401
|
+
--__axc-tag-text-strong: var(--ax-text-meta-purple-contrast);
|
|
4536
4402
|
}
|
|
4537
4403
|
|
|
4538
|
-
.navds-tag--meta-
|
|
4539
|
-
--__axc-tag-border: var(--ax-border-meta-
|
|
4540
|
-
--__axc-tag-bg: var(--ax-bg-meta-
|
|
4541
|
-
--__axc-tag-bg-strong: var(--ax-bg-meta-
|
|
4542
|
-
--__axc-tag-text: var(--ax-text-meta-
|
|
4543
|
-
--__axc-tag-text-strong: var(--ax-text-meta-
|
|
4404
|
+
.navds-tag--meta-lime, .navds-tag--alt2 {
|
|
4405
|
+
--__axc-tag-border: var(--ax-border-meta-lime);
|
|
4406
|
+
--__axc-tag-bg: var(--ax-bg-meta-lime-moderateA);
|
|
4407
|
+
--__axc-tag-bg-strong: var(--ax-bg-meta-lime-strong);
|
|
4408
|
+
--__axc-tag-text: var(--ax-text-meta-lime);
|
|
4409
|
+
--__axc-tag-text-strong: var(--ax-text-meta-lime-contrast);
|
|
4544
4410
|
}
|
|
4545
4411
|
|
|
4546
4412
|
.navds-tag--small {
|
|
@@ -4626,20 +4492,20 @@
|
|
|
4626
4492
|
}
|
|
4627
4493
|
|
|
4628
4494
|
.navds-timeline__axislabels-label {
|
|
4629
|
-
color: var(--ax-text-subtle);
|
|
4495
|
+
color: var(--ax-text-neutral-subtle);
|
|
4630
4496
|
white-space: nowrap;
|
|
4631
4497
|
position: absolute;
|
|
4632
4498
|
}
|
|
4633
4499
|
|
|
4634
4500
|
.navds-timeline__row {
|
|
4635
|
-
background: var(--ax-bg-
|
|
4501
|
+
background: var(--ax-bg-neutral-softA);
|
|
4636
4502
|
margin: var(--ax-space-16) 0;
|
|
4637
4503
|
grid-column: 2;
|
|
4638
4504
|
display: flex;
|
|
4639
4505
|
}
|
|
4640
4506
|
|
|
4641
4507
|
.navds-timeline__row--active {
|
|
4642
|
-
background: var(--ax-bg-accent-
|
|
4508
|
+
background: var(--ax-bg-accent-moderate);
|
|
4643
4509
|
}
|
|
4644
4510
|
|
|
4645
4511
|
.navds-timeline__row:last-of-type {
|
|
@@ -4659,12 +4525,12 @@
|
|
|
4659
4525
|
|
|
4660
4526
|
.navds-timeline__period:focus-visible {
|
|
4661
4527
|
z-index: 4;
|
|
4662
|
-
outline:
|
|
4663
|
-
outline-offset:
|
|
4528
|
+
outline: 3px solid var(--ax-border-focus);
|
|
4529
|
+
outline-offset: 3px;
|
|
4664
4530
|
}
|
|
4665
4531
|
|
|
4666
4532
|
.navds-timeline__period:focus-visible.navds-timeline__period:focus-visible {
|
|
4667
|
-
box-shadow: 0 0 0
|
|
4533
|
+
box-shadow: 0 0 0 3px var(--ax-bg-default);
|
|
4668
4534
|
}
|
|
4669
4535
|
|
|
4670
4536
|
.navds-timeline__period {
|
|
@@ -4705,6 +4571,7 @@
|
|
|
4705
4571
|
|
|
4706
4572
|
.navds-timeline__period--success.navds-timeline__period--clickable:hover {
|
|
4707
4573
|
background: var(--ax-bg-success-moderate-hover);
|
|
4574
|
+
border-color: var(--ax-border-success-strong);
|
|
4708
4575
|
}
|
|
4709
4576
|
|
|
4710
4577
|
.navds-timeline__period--success.navds-timeline__period--clickable.navds-timeline__period--selected {
|
|
@@ -4721,6 +4588,7 @@
|
|
|
4721
4588
|
|
|
4722
4589
|
.navds-timeline__period--warning.navds-timeline__period--clickable:hover {
|
|
4723
4590
|
background: var(--ax-bg-warning-moderate-hover);
|
|
4591
|
+
border-color: var(--ax-border-warning-strong);
|
|
4724
4592
|
}
|
|
4725
4593
|
|
|
4726
4594
|
.navds-timeline__period--warning.navds-timeline__period--clickable.navds-timeline__period--selected {
|
|
@@ -4737,6 +4605,7 @@
|
|
|
4737
4605
|
|
|
4738
4606
|
.navds-timeline__period--danger.navds-timeline__period--clickable:hover {
|
|
4739
4607
|
background: var(--ax-bg-danger-moderate-hover);
|
|
4608
|
+
border-color: var(--ax-border-danger-strong);
|
|
4740
4609
|
}
|
|
4741
4610
|
|
|
4742
4611
|
.navds-timeline__period--danger.navds-timeline__period--clickable.navds-timeline__period--selected {
|
|
@@ -4753,6 +4622,7 @@
|
|
|
4753
4622
|
|
|
4754
4623
|
.navds-timeline__period--info.navds-timeline__period--clickable:hover {
|
|
4755
4624
|
background: var(--ax-bg-info-moderate-hover);
|
|
4625
|
+
border-color: var(--ax-border-info-strong);
|
|
4756
4626
|
}
|
|
4757
4627
|
|
|
4758
4628
|
.navds-timeline__period--info.navds-timeline__period--clickable.navds-timeline__period--selected {
|
|
@@ -4762,18 +4632,19 @@
|
|
|
4762
4632
|
}
|
|
4763
4633
|
|
|
4764
4634
|
.navds-timeline__period--neutral {
|
|
4765
|
-
background: var(--ax-bg-moderate);
|
|
4766
|
-
border: solid 1px var(--ax-border-
|
|
4767
|
-
color: var(--ax-text-icon);
|
|
4635
|
+
background: var(--ax-bg-neutral-moderate);
|
|
4636
|
+
border: solid 1px var(--ax-border-neutral);
|
|
4637
|
+
color: var(--ax-text-neutral-icon);
|
|
4768
4638
|
}
|
|
4769
4639
|
|
|
4770
4640
|
.navds-timeline__period--neutral.navds-timeline__period--clickable:hover {
|
|
4771
|
-
background: var(--ax-bg-moderate-hover);
|
|
4641
|
+
background: var(--ax-bg-neutral-moderate-hover);
|
|
4642
|
+
border-color: var(--ax-border-neutral-strong);
|
|
4772
4643
|
}
|
|
4773
4644
|
|
|
4774
4645
|
.navds-timeline__period--neutral.navds-timeline__period--clickable.navds-timeline__period--selected {
|
|
4775
|
-
background: var(--ax-bg-strong-pressed);
|
|
4776
|
-
color: var(--ax-text-contrast);
|
|
4646
|
+
background: var(--ax-bg-neutral-strong-pressed);
|
|
4647
|
+
color: var(--ax-text-neutral-contrast);
|
|
4777
4648
|
border: none;
|
|
4778
4649
|
}
|
|
4779
4650
|
|
|
@@ -4828,16 +4699,16 @@
|
|
|
4828
4699
|
}
|
|
4829
4700
|
|
|
4830
4701
|
.navds-timeline__pin-button:focus-visible {
|
|
4831
|
-
box-shadow: inset 0 0 0 4px var(--ax-border-danger-strong), 0 0 0
|
|
4832
|
-
outline:
|
|
4833
|
-
outline-offset:
|
|
4702
|
+
box-shadow: inset 0 0 0 4px var(--ax-border-danger-strong), 0 0 0 3px var(--ax-bg-default);
|
|
4703
|
+
outline: 3px solid var(--ax-border-focus);
|
|
4704
|
+
outline-offset: 3px;
|
|
4834
4705
|
}
|
|
4835
4706
|
|
|
4836
4707
|
.navds-timeline__pin-wrapper:before {
|
|
4837
4708
|
content: "";
|
|
4838
4709
|
top: var(--navdsc-timeline-pin-size);
|
|
4839
4710
|
height: calc(100% - var(--navdsc-timeline-pin-size) * 2);
|
|
4840
|
-
background: var(--ax-border-strong);
|
|
4711
|
+
background: var(--ax-border-neutral-strong);
|
|
4841
4712
|
width: 1px;
|
|
4842
4713
|
margin: 0 auto;
|
|
4843
4714
|
}
|
|
@@ -4852,7 +4723,7 @@
|
|
|
4852
4723
|
.navds-timeline__zoom-button {
|
|
4853
4724
|
all: unset;
|
|
4854
4725
|
cursor: pointer;
|
|
4855
|
-
border: 1px solid var(--ax-border-
|
|
4726
|
+
border: 1px solid var(--ax-border-neutral);
|
|
4856
4727
|
background: var(--ax-bg-default);
|
|
4857
4728
|
border-width: 1px 0 1px 1px;
|
|
4858
4729
|
padding: 6px 9px 6px 8px;
|
|
@@ -4872,13 +4743,13 @@
|
|
|
4872
4743
|
}
|
|
4873
4744
|
|
|
4874
4745
|
.navds-timeline__zoom-button:not([aria-pressed="true"]):hover {
|
|
4875
|
-
background: var(--ax-bg-moderate-hoverA);
|
|
4746
|
+
background: var(--ax-bg-neutral-moderate-hoverA);
|
|
4876
4747
|
}
|
|
4877
4748
|
|
|
4878
4749
|
.navds-timeline__zoom-button[aria-pressed="true"] {
|
|
4879
|
-
background: var(--ax-bg-strong-pressed);
|
|
4880
|
-
border-color: var(--ax-bg-strong-pressed);
|
|
4881
|
-
color: var(--ax-text-contrast);
|
|
4750
|
+
background: var(--ax-bg-neutral-strong-pressed);
|
|
4751
|
+
border-color: var(--ax-bg-neutral-strong-pressed);
|
|
4752
|
+
color: var(--ax-text-neutral-contrast);
|
|
4882
4753
|
}
|
|
4883
4754
|
|
|
4884
4755
|
.navds-timeline__zoom li:focus-within {
|
|
@@ -4886,7 +4757,7 @@
|
|
|
4886
4757
|
}
|
|
4887
4758
|
|
|
4888
4759
|
.navds-timeline__zoom-button:focus-visible {
|
|
4889
|
-
box-shadow: 0 0 0 1px var(--ax-bg-default), 0 0 0
|
|
4760
|
+
box-shadow: 0 0 0 1px var(--ax-bg-default), 0 0 0 4px var(--ax-border-focus);
|
|
4890
4761
|
border-width: 1px;
|
|
4891
4762
|
}
|
|
4892
4763
|
|
|
@@ -4900,15 +4771,15 @@
|
|
|
4900
4771
|
background-color: var(--ax-bg-raised);
|
|
4901
4772
|
box-shadow: var(--ax-shadow-dialog);
|
|
4902
4773
|
border: 1px solid;
|
|
4903
|
-
border-color: var(--ax-border-subtleA);
|
|
4774
|
+
border-color: var(--ax-border-neutral-subtleA);
|
|
4904
4775
|
border-radius: var(--ax-border-radius-large);
|
|
4905
4776
|
padding: var(--ax-space-16) var(--ax-space-20);
|
|
4906
4777
|
}
|
|
4907
4778
|
|
|
4908
4779
|
@media (forced-colors: active) {
|
|
4909
4780
|
.navds-timeline__period:focus {
|
|
4910
|
-
outline-offset:
|
|
4911
|
-
outline:
|
|
4781
|
+
outline-offset: 3px;
|
|
4782
|
+
outline: 3px solid highlight;
|
|
4912
4783
|
}
|
|
4913
4784
|
|
|
4914
4785
|
.navds-timeline__period--success, .navds-timeline__period--warning, .navds-timeline__period--info, .navds-timeline__period--neutral, .navds-timeline__period--danger {
|
|
@@ -4924,7 +4795,7 @@
|
|
|
4924
4795
|
}
|
|
4925
4796
|
|
|
4926
4797
|
.navds-timeline__pin-button:focus, .navds-timeline__pin-button:focus-visible {
|
|
4927
|
-
outline-offset:
|
|
4798
|
+
outline-offset: 3px;
|
|
4928
4799
|
box-shadow: none;
|
|
4929
4800
|
outline: 4px solid highlight;
|
|
4930
4801
|
}
|
|
@@ -4933,11 +4804,11 @@
|
|
|
4933
4804
|
.navds-tooltip {
|
|
4934
4805
|
z-index: 3000;
|
|
4935
4806
|
background-color: var(--ax-bg-raised);
|
|
4936
|
-
color: var(--ax-text-
|
|
4807
|
+
color: var(--ax-text-neutral);
|
|
4937
4808
|
border-radius: var(--ax-border-radius-medium);
|
|
4938
4809
|
padding: 0 var(--ax-space-6);
|
|
4939
4810
|
text-align: center;
|
|
4940
|
-
border: 1px solid var(--ax-border-subtleA);
|
|
4811
|
+
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
4941
4812
|
box-shadow: var(--ax-shadow-dialog);
|
|
4942
4813
|
flex-direction: column;
|
|
4943
4814
|
align-items: center;
|
|
@@ -5020,10 +4891,10 @@
|
|
|
5020
4891
|
|
|
5021
4892
|
.navds-tooltip__key {
|
|
5022
4893
|
font-family: var(--ax-font-family);
|
|
5023
|
-
color: var(--ax-text-
|
|
4894
|
+
color: var(--ax-text-neutral);
|
|
5024
4895
|
padding: 0 var(--ax-space-4);
|
|
5025
4896
|
border-radius: var(--ax-border-radius-small);
|
|
5026
|
-
background: var(--ax-bg-moderateA);
|
|
4897
|
+
background: var(--ax-bg-neutral-moderateA);
|
|
5027
4898
|
justify-content: center;
|
|
5028
4899
|
align-items: center;
|
|
5029
4900
|
min-width: 1.125rem;
|
|
@@ -5048,8 +4919,8 @@
|
|
|
5048
4919
|
}
|
|
5049
4920
|
|
|
5050
4921
|
.navds-toggle-group {
|
|
5051
|
-
border-radius: var(--ax-border-radius-
|
|
5052
|
-
box-shadow: inset 0 0 0 1px var(--ax-border-
|
|
4922
|
+
border-radius: var(--ax-border-radius-large);
|
|
4923
|
+
box-shadow: inset 0 0 0 1px var(--ax-border-neutral);
|
|
5053
4924
|
background-color: rgba(0, 0, 0, 0);
|
|
5054
4925
|
grid-auto-columns: 1fr;
|
|
5055
4926
|
grid-auto-flow: column;
|
|
@@ -5061,8 +4932,8 @@
|
|
|
5061
4932
|
padding: var(--ax-space-4) var(--ax-space-12);
|
|
5062
4933
|
cursor: pointer;
|
|
5063
4934
|
min-height: 3rem;
|
|
5064
|
-
color: var(--ax-text-
|
|
5065
|
-
border-radius: var(--ax-border-radius-
|
|
4935
|
+
color: var(--ax-text-neutral);
|
|
4936
|
+
border-radius: var(--ax-border-radius-large);
|
|
5066
4937
|
background-color: rgba(0, 0, 0, 0);
|
|
5067
4938
|
border: none;
|
|
5068
4939
|
justify-content: center;
|
|
@@ -5074,12 +4945,12 @@
|
|
|
5074
4945
|
|
|
5075
4946
|
.navds-toggle-group__button:hover {
|
|
5076
4947
|
background-color: var(--ax-bg-accent-moderate-hoverA);
|
|
5077
|
-
color: var(--ax-text-
|
|
4948
|
+
color: var(--ax-text-neutral);
|
|
5078
4949
|
}
|
|
5079
4950
|
|
|
5080
4951
|
.navds-toggle-group__button:focus-visible {
|
|
5081
|
-
outline:
|
|
5082
|
-
outline-offset:
|
|
4952
|
+
outline: 3px solid var(--ax-border-focus);
|
|
4953
|
+
outline-offset: 3px;
|
|
5083
4954
|
z-index: 1;
|
|
5084
4955
|
}
|
|
5085
4956
|
|
|
@@ -5090,7 +4961,7 @@
|
|
|
5090
4961
|
|
|
5091
4962
|
.navds-toggle-group__button:not([data-selected="true"], :first-child, .navds-toggle-group__button[data-selected="true"] + .navds-toggle-group__button):before {
|
|
5092
4963
|
content: "";
|
|
5093
|
-
background-color: var(--ax-border-subtleA);
|
|
4964
|
+
background-color: var(--ax-border-neutral-subtleA);
|
|
5094
4965
|
width: 1px;
|
|
5095
4966
|
height: 50%;
|
|
5096
4967
|
display: block;
|
|
@@ -5113,12 +4984,12 @@
|
|
|
5113
4984
|
}
|
|
5114
4985
|
|
|
5115
4986
|
:where(.navds-toggle-group--neutral) .navds-toggle-group__button:hover {
|
|
5116
|
-
background-color: var(--ax-bg-moderate-hoverA);
|
|
4987
|
+
background-color: var(--ax-bg-neutral-moderate-hoverA);
|
|
5117
4988
|
}
|
|
5118
4989
|
|
|
5119
4990
|
:where(.navds-toggle-group--neutral) .navds-toggle-group__button[data-selected="true"] {
|
|
5120
|
-
background-color: var(--ax-bg-strong-pressed);
|
|
5121
|
-
color: var(--ax-text-contrast);
|
|
4991
|
+
background-color: var(--ax-bg-neutral-strong-pressed);
|
|
4992
|
+
color: var(--ax-text-neutral-contrast);
|
|
5122
4993
|
}
|
|
5123
4994
|
|
|
5124
4995
|
.navds-toggle-group--small .navds-toggle-group__button {
|
|
@@ -5163,53 +5034,6 @@
|
|
|
5163
5034
|
border-color: var(--ac-panel-border, var(--a-border-default));
|
|
5164
5035
|
}
|
|
5165
5036
|
|
|
5166
|
-
.navds-link-panel {
|
|
5167
|
-
color: var(--ac-link-panel-text, var(--a-text-default));
|
|
5168
|
-
justify-content: space-between;
|
|
5169
|
-
align-items: center;
|
|
5170
|
-
gap: var(--a-spacing-4);
|
|
5171
|
-
text-decoration: none;
|
|
5172
|
-
display: flex;
|
|
5173
|
-
}
|
|
5174
|
-
|
|
5175
|
-
.navds-link-panel:hover .navds-link-panel__title {
|
|
5176
|
-
color: var(--ac-link-panel-hover-text, var(--a-text-action-hover));
|
|
5177
|
-
text-decoration: underline;
|
|
5178
|
-
}
|
|
5179
|
-
|
|
5180
|
-
.navds-link-panel:hover {
|
|
5181
|
-
box-shadow: var(--a-shadow-small);
|
|
5182
|
-
border-color: var(--ac-link-panel-hover-border, var(--a-border-action-hover));
|
|
5183
|
-
}
|
|
5184
|
-
|
|
5185
|
-
.navds-link-panel:focus-visible {
|
|
5186
|
-
outline-offset: 2px;
|
|
5187
|
-
box-shadow: var(--a-shadow-focus);
|
|
5188
|
-
outline: 3px solid rgba(0, 0, 0, 0);
|
|
5189
|
-
}
|
|
5190
|
-
|
|
5191
|
-
@supports not selector(:focus-visible) {
|
|
5192
|
-
.navds-link-panel:focus {
|
|
5193
|
-
outline-offset: 2px;
|
|
5194
|
-
box-shadow: var(--a-shadow-focus);
|
|
5195
|
-
outline: 3px solid rgba(0, 0, 0, 0);
|
|
5196
|
-
}
|
|
5197
|
-
}
|
|
5198
|
-
|
|
5199
|
-
.navds-link-panel__chevron {
|
|
5200
|
-
flex-shrink: 0;
|
|
5201
|
-
font-size: 1.5rem;
|
|
5202
|
-
transition: transform .2s;
|
|
5203
|
-
}
|
|
5204
|
-
|
|
5205
|
-
.navds-link-panel:hover > .navds-link-panel__chevron, .navds-link-panel:focus-within > .navds-link-panel__chevron {
|
|
5206
|
-
transform: translateX(4px);
|
|
5207
|
-
}
|
|
5208
|
-
|
|
5209
|
-
.navds-link-panel__description {
|
|
5210
|
-
margin-top: var(--a-spacing-1);
|
|
5211
|
-
}
|
|
5212
|
-
|
|
5213
5037
|
.navds-read-more {
|
|
5214
5038
|
--__axc-read-more-icon-size: 1.5rem;
|
|
5215
5039
|
--__axc-read-more-pi-start: 0px;
|
|
@@ -5221,7 +5045,7 @@
|
|
|
5221
5045
|
cursor: pointer;
|
|
5222
5046
|
align-items: flex-start;
|
|
5223
5047
|
gap: var(--ax-space-4);
|
|
5224
|
-
color: var(--ax-text-accent);
|
|
5048
|
+
color: var(--ax-text-accent-subtle);
|
|
5225
5049
|
padding-inline: var(--__axc-read-more-pi-start) var(--__axc-read-more-pi-end);
|
|
5226
5050
|
padding-block: var(--__axc-read-more-pb);
|
|
5227
5051
|
text-align: start;
|
|
@@ -5245,8 +5069,7 @@
|
|
|
5245
5069
|
}
|
|
5246
5070
|
|
|
5247
5071
|
.navds-read-more:is([data-volume="low"], :not([data-volume])) .navds-read-more__button:hover {
|
|
5248
|
-
background-color: var(--ax-bg-hoverA);
|
|
5249
|
-
color: var(--ax-text-accent-strong);
|
|
5072
|
+
background-color: var(--ax-bg-neutral-moderate-hoverA);
|
|
5250
5073
|
}
|
|
5251
5074
|
|
|
5252
5075
|
.navds-read-more[data-volume="high"] .navds-read-more__button {
|
|
@@ -5256,7 +5079,7 @@
|
|
|
5256
5079
|
|
|
5257
5080
|
.navds-read-more[data-volume="high"] .navds-read-more__button:hover {
|
|
5258
5081
|
background-color: var(--ax-bg-accent-moderate-hoverA);
|
|
5259
|
-
color: var(--ax-text-accent
|
|
5082
|
+
color: var(--ax-text-accent);
|
|
5260
5083
|
}
|
|
5261
5084
|
|
|
5262
5085
|
.navds-read-more[data-volume="high"].navds-read-more--large {
|
|
@@ -5271,8 +5094,8 @@
|
|
|
5271
5094
|
|
|
5272
5095
|
.navds-read-more__content {
|
|
5273
5096
|
margin-top: var(--ax-space-8);
|
|
5274
|
-
border-left: 2px solid var(--ax-border-subtleA);
|
|
5275
|
-
color: var(--ax-text-
|
|
5097
|
+
border-left: 2px solid var(--ax-border-neutral-subtleA);
|
|
5098
|
+
color: var(--ax-text-neutral);
|
|
5276
5099
|
margin-left: calc(var(--__axc-read-more-pi-start) + var(--__axc-read-more-icon-size) / 2 - 1px);
|
|
5277
5100
|
padding-left: calc(var(--__axc-read-more-icon-size) / 2 - 1px + var(--ax-space-4));
|
|
5278
5101
|
}
|
|
@@ -5305,9 +5128,9 @@
|
|
|
5305
5128
|
}
|
|
5306
5129
|
|
|
5307
5130
|
.navds-progress-bar {
|
|
5308
|
-
background: var(--ax-bg-moderateA);
|
|
5131
|
+
background: var(--ax-bg-neutral-moderateA);
|
|
5309
5132
|
border-radius: var(--ax-border-radius-full);
|
|
5310
|
-
box-shadow: inset 0 0 0 1px var(--ax-border-subtleA);
|
|
5133
|
+
box-shadow: inset 0 0 0 1px var(--ax-border-neutral-subtleA);
|
|
5311
5134
|
position: relative;
|
|
5312
5135
|
overflow: hidden;
|
|
5313
5136
|
}
|
|
@@ -5410,7 +5233,7 @@
|
|
|
5410
5233
|
}
|
|
5411
5234
|
|
|
5412
5235
|
.navds-skeleton {
|
|
5413
|
-
background-color: var(--ax-bg-moderateA);
|
|
5236
|
+
background-color: var(--ax-bg-neutral-moderateA);
|
|
5414
5237
|
pointer-events: none;
|
|
5415
5238
|
height: 1.3em;
|
|
5416
5239
|
animation: 2s cubic-bezier(.4, 0, .6, 1) infinite akselSkeletonAnimation;
|
|
@@ -5478,7 +5301,7 @@
|
|
|
5478
5301
|
--__axc-stepper-circle-size: 1.75rem;
|
|
5479
5302
|
--__axc-stepper-border-width: 2px;
|
|
5480
5303
|
--__axc-stepper-line-length: 1rem;
|
|
5481
|
-
color: var(--ax-text-accent);
|
|
5304
|
+
color: var(--ax-text-accent-subtle);
|
|
5482
5305
|
font-weight: var(--ax-font-weight-bold);
|
|
5483
5306
|
margin: 0;
|
|
5484
5307
|
padding-left: 0;
|
|
@@ -5504,11 +5327,11 @@
|
|
|
5504
5327
|
}
|
|
5505
5328
|
|
|
5506
5329
|
.navds-stepper__item--non-interactive .navds-stepper__line {
|
|
5507
|
-
background-color: var(--ax-border-strong);
|
|
5330
|
+
background-color: var(--ax-border-neutral-strong);
|
|
5508
5331
|
}
|
|
5509
5332
|
|
|
5510
5333
|
.navds-stepper__item:has( + .navds-stepper__item > .navds-stepper__step[data-interactive="false"]) .navds-stepper__line--2 {
|
|
5511
|
-
background-color: var(--ax-border-strong);
|
|
5334
|
+
background-color: var(--ax-border-neutral-strong);
|
|
5512
5335
|
}
|
|
5513
5336
|
|
|
5514
5337
|
.navds-stepper__line--1 {
|
|
@@ -5532,12 +5355,13 @@
|
|
|
5532
5355
|
padding: var(--__axc-stepper-border-width);
|
|
5533
5356
|
margin: calc(var(--__axc-stepper-border-width) * -1) calc(var(--__axc-stepper-border-width) * -1) var(--__axc-stepper-circle-size);
|
|
5534
5357
|
justify-content: flex-start;
|
|
5358
|
+
width: 100%;
|
|
5535
5359
|
display: grid;
|
|
5536
5360
|
}
|
|
5537
5361
|
|
|
5538
5362
|
.navds-stepper__step:focus-visible {
|
|
5539
|
-
outline:
|
|
5540
|
-
outline-offset:
|
|
5363
|
+
outline: 3px solid var(--ax-border-focus);
|
|
5364
|
+
outline-offset: 3px;
|
|
5541
5365
|
isolation: isolate;
|
|
5542
5366
|
}
|
|
5543
5367
|
|
|
@@ -5571,7 +5395,7 @@
|
|
|
5571
5395
|
}
|
|
5572
5396
|
|
|
5573
5397
|
.navds-stepper__step[data-interactive="true"] {
|
|
5574
|
-
color: var(--ax-text-accent);
|
|
5398
|
+
color: var(--ax-text-accent-subtle);
|
|
5575
5399
|
border-radius: var(--ax-border-radius-medium);
|
|
5576
5400
|
text-decoration: none;
|
|
5577
5401
|
}
|
|
@@ -5586,17 +5410,12 @@
|
|
|
5586
5410
|
text-decoration-thickness: .111em;
|
|
5587
5411
|
}
|
|
5588
5412
|
|
|
5589
|
-
.navds-stepper__step[data-interactive="true"]:hover .navds-stepper__circle {
|
|
5590
|
-
color: var(--ax-text-accent-strong);
|
|
5591
|
-
}
|
|
5592
|
-
|
|
5593
5413
|
.navds-stepper__step[data-interactive="true"] .navds-stepper__circle {
|
|
5594
|
-
color: var(--ax-text-accent);
|
|
5414
|
+
color: var(--ax-text-accent-subtle);
|
|
5595
5415
|
border-color: var(--ax-border-accent-strong);
|
|
5596
5416
|
}
|
|
5597
5417
|
|
|
5598
5418
|
.navds-stepper__step[data-interactive="true"][data-active="true"] .navds-stepper__content {
|
|
5599
|
-
color: var(--ax-text-accent-strong);
|
|
5600
5419
|
text-decoration: none;
|
|
5601
5420
|
}
|
|
5602
5421
|
|
|
@@ -5612,23 +5431,18 @@
|
|
|
5612
5431
|
}
|
|
5613
5432
|
|
|
5614
5433
|
.navds-stepper__step[data-interactive="false"] {
|
|
5615
|
-
color: var(--ax-text-
|
|
5434
|
+
color: var(--ax-text-neutral-subtle);
|
|
5616
5435
|
cursor: default;
|
|
5617
5436
|
}
|
|
5618
5437
|
|
|
5619
5438
|
.navds-stepper__step[data-interactive="false"] .navds-stepper__circle {
|
|
5620
|
-
color: var(--ax-
|
|
5621
|
-
border-color: var(--ax-border-strong);
|
|
5622
|
-
}
|
|
5623
|
-
|
|
5624
|
-
.navds-stepper__step[data-interactive="false"][data-active="true"] .navds-stepper__content {
|
|
5625
|
-
color: var(--ax-text-subtle);
|
|
5439
|
+
border-color: var(--ax-border-neutral-strong);
|
|
5626
5440
|
}
|
|
5627
5441
|
|
|
5628
5442
|
.navds-stepper__step[data-interactive="false"][data-active="true"] .navds-stepper__circle {
|
|
5629
|
-
color: var(--ax-text-contrast);
|
|
5630
|
-
background-color: var(--ax-bg-strong-pressed);
|
|
5631
|
-
border-color: var(--ax-bg-strong-pressed);
|
|
5443
|
+
color: var(--ax-text-neutral-contrast);
|
|
5444
|
+
background-color: var(--ax-bg-neutral-strong-pressed);
|
|
5445
|
+
border-color: var(--ax-bg-neutral-strong-pressed);
|
|
5632
5446
|
}
|
|
5633
5447
|
|
|
5634
5448
|
.navds-stepper__content {
|
|
@@ -5722,12 +5536,12 @@
|
|
|
5722
5536
|
}
|
|
5723
5537
|
|
|
5724
5538
|
.navds-table__body .navds-table__row--shade-on-hover:not(.navds-table__expandable-row--expansion-disabled):hover {
|
|
5725
|
-
background-color: var(--ax-bg-hoverA);
|
|
5539
|
+
background-color: var(--ax-bg-neutral-moderate-hoverA);
|
|
5726
5540
|
transition: background-color 70ms cubic-bezier(.2, 0, 0, 1);
|
|
5727
5541
|
}
|
|
5728
5542
|
|
|
5729
5543
|
.navds-table__body .navds-table__row--shade-on-hover.navds-table__row--selected:hover {
|
|
5730
|
-
background-color: var(--ax-bg-accent-hoverA);
|
|
5544
|
+
background-color: var(--ax-bg-accent-moderate-hoverA);
|
|
5731
5545
|
}
|
|
5732
5546
|
|
|
5733
5547
|
.navds-table__row {
|
|
@@ -5735,11 +5549,15 @@
|
|
|
5735
5549
|
}
|
|
5736
5550
|
|
|
5737
5551
|
.navds-table__row--selected {
|
|
5738
|
-
background-color: var(--ax-bg-accent-
|
|
5552
|
+
background-color: var(--ax-bg-accent-softA);
|
|
5553
|
+
}
|
|
5554
|
+
|
|
5555
|
+
.navds-table__row--selected + .navds-table__expanded-row {
|
|
5556
|
+
background-color: var(--ax-bg-accent-softA);
|
|
5739
5557
|
}
|
|
5740
5558
|
|
|
5741
5559
|
.navds-table--zebra-stripes .navds-table__body :where(.navds-table__row:nth-child(odd):not(.navds-table__row--selected)) {
|
|
5742
|
-
background-color: var(--ax-bg-
|
|
5560
|
+
background-color: var(--ax-bg-neutral-softA);
|
|
5743
5561
|
}
|
|
5744
5562
|
|
|
5745
5563
|
.navds-table--zebra-stripes .navds-table__body :where(.navds-table__expandable-row:nth-child(4n+1):not(.navds-table__row--selected)) {
|
|
@@ -5747,12 +5565,16 @@
|
|
|
5747
5565
|
}
|
|
5748
5566
|
|
|
5749
5567
|
.navds-table--zebra-stripes .navds-table__body .navds-table__expanded-row:nth-child(4n) {
|
|
5750
|
-
background-color: var(--ax-bg-
|
|
5568
|
+
background-color: var(--ax-bg-neutral-softA);
|
|
5569
|
+
}
|
|
5570
|
+
|
|
5571
|
+
.navds-table--zebra-stripes .navds-table__row--selected + .navds-table__expanded-row:nth-child(4n) {
|
|
5572
|
+
background-color: var(--ax-bg-accent-softA);
|
|
5751
5573
|
}
|
|
5752
5574
|
|
|
5753
5575
|
.navds-table__header-cell, .navds-table__data-cell {
|
|
5754
5576
|
padding: var(--ax-space-12) var(--ax-space-8);
|
|
5755
|
-
border-bottom: 1px solid var(--ax-border-
|
|
5577
|
+
border-bottom: 1px solid var(--ax-border-neutral-subtleA);
|
|
5756
5578
|
text-align: left;
|
|
5757
5579
|
display: table-cell;
|
|
5758
5580
|
}
|
|
@@ -5769,10 +5591,6 @@
|
|
|
5769
5591
|
text-align: center;
|
|
5770
5592
|
}
|
|
5771
5593
|
|
|
5772
|
-
:where(.navds-table__body .navds-table__row--shade-on-hover:hover) .navds-table__header-cell, :where(.navds-table__body .navds-table__row--shade-on-hover:hover) .navds-table__data-cell {
|
|
5773
|
-
border-color: var(--ax-border-strong);
|
|
5774
|
-
}
|
|
5775
|
-
|
|
5776
5594
|
:where(.navds-table__expandable-row--open:hover) .navds-table__data-cell {
|
|
5777
5595
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
5778
5596
|
}
|
|
@@ -5793,16 +5611,24 @@
|
|
|
5793
5611
|
top: -.375rem;
|
|
5794
5612
|
}
|
|
5795
5613
|
|
|
5796
|
-
.navds-table :not(.navds-checkboxes) > .navds-checkbox .navds-checkbox__label
|
|
5614
|
+
.navds-table :not(.navds-checkboxes) > .navds-checkbox .navds-checkbox__label {
|
|
5615
|
+
padding: 0;
|
|
5616
|
+
}
|
|
5617
|
+
|
|
5618
|
+
.navds-table .navds-checkbox__input:focus + .navds-checkbox__label:after, .navds-table .navds-radio__input:focus + .navds-radio__label:after {
|
|
5619
|
+
height: 100%;
|
|
5620
|
+
}
|
|
5621
|
+
|
|
5622
|
+
.navds-table__header-cell[aria-sort] {
|
|
5797
5623
|
padding: 0;
|
|
5798
5624
|
}
|
|
5799
5625
|
|
|
5800
5626
|
.navds-table__sort-button {
|
|
5801
5627
|
appearance: none;
|
|
5802
|
-
color: var(--ax-text-accent);
|
|
5628
|
+
color: var(--ax-text-accent-subtle);
|
|
5803
5629
|
cursor: pointer;
|
|
5804
5630
|
padding: var(--ax-space-16) var(--ax-space-12);
|
|
5805
|
-
gap: var(--ax-space-
|
|
5631
|
+
gap: var(--ax-space-4);
|
|
5806
5632
|
width: 100%;
|
|
5807
5633
|
line-height: inherit;
|
|
5808
5634
|
font-weight: inherit;
|
|
@@ -5818,17 +5644,17 @@
|
|
|
5818
5644
|
}
|
|
5819
5645
|
|
|
5820
5646
|
.navds-table__sort-button:hover {
|
|
5821
|
-
background-color: var(--ax-bg-hoverA);
|
|
5647
|
+
background-color: var(--ax-bg-neutral-moderate-hoverA);
|
|
5822
5648
|
}
|
|
5823
5649
|
|
|
5824
5650
|
.navds-table__sort-button:focus-visible {
|
|
5825
|
-
outline:
|
|
5826
|
-
outline-offset: -
|
|
5651
|
+
outline: 3px solid var(--ax-border-focus);
|
|
5652
|
+
outline-offset: -5px;
|
|
5827
5653
|
}
|
|
5828
5654
|
|
|
5829
5655
|
.navds-table__header-cell[aria-sort="ascending"] .navds-table__sort-button, .navds-table__header-cell[aria-sort="descending"] .navds-table__sort-button {
|
|
5830
|
-
background-color: var(--ax-bg-accent-moderate);
|
|
5831
|
-
color: var(--ax-text-accent
|
|
5656
|
+
background-color: var(--ax-bg-accent-moderate-pressedA);
|
|
5657
|
+
color: var(--ax-text-accent);
|
|
5832
5658
|
}
|
|
5833
5659
|
|
|
5834
5660
|
.navds-table__header-cell--align-right .navds-table__sort-button {
|
|
@@ -5841,7 +5667,7 @@
|
|
|
5841
5667
|
|
|
5842
5668
|
.navds-table__sort-button svg {
|
|
5843
5669
|
flex-shrink: 0;
|
|
5844
|
-
font-size:
|
|
5670
|
+
font-size: 1.5rem;
|
|
5845
5671
|
}
|
|
5846
5672
|
|
|
5847
5673
|
.navds-table__expandable-row:not(.navds-table__expandable-row--open) :where(.navds-table__data-cell, .navds-table__header-cell) {
|
|
@@ -5896,7 +5722,11 @@
|
|
|
5896
5722
|
}
|
|
5897
5723
|
|
|
5898
5724
|
.navds-table__toggle-expand-button:hover, .navds-table__toggle-expand-cell:hover > .navds-table__toggle-expand-button, .navds-table__expandable-row--clickable:hover .navds-table__toggle-expand-button {
|
|
5899
|
-
background-color: var(--ax-bg-hoverA);
|
|
5725
|
+
background-color: var(--ax-bg-neutral-moderate-hoverA);
|
|
5726
|
+
}
|
|
5727
|
+
|
|
5728
|
+
.navds-table__row--selected :is(:scope .navds-table__toggle-expand-button:hover, :scope .navds-table__toggle-expand-cell:hover > .navds-table__toggle-expand-button, :scope .navds-table__expandable-row--clickable:hover .navds-table__toggle-expand-button) {
|
|
5729
|
+
background-color: var(--ax-bg-accent-moderate-hoverA);
|
|
5900
5730
|
}
|
|
5901
5731
|
|
|
5902
5732
|
.navds-table__toggle-expand-cell--open > :where(.navds-table__toggle-expand-button) :where(.navds-table__expandable-icon) {
|
|
@@ -5904,7 +5734,7 @@
|
|
|
5904
5734
|
}
|
|
5905
5735
|
|
|
5906
5736
|
.navds-table__toggle-expand-button:focus-visible {
|
|
5907
|
-
outline:
|
|
5737
|
+
outline: 3px solid var(--ax-border-focus);
|
|
5908
5738
|
}
|
|
5909
5739
|
|
|
5910
5740
|
.navds-table__expanded-row-cell {
|
|
@@ -5916,7 +5746,7 @@
|
|
|
5916
5746
|
}
|
|
5917
5747
|
|
|
5918
5748
|
.navds-table__expanded-row-collapse:not([style*="height: 0px;"]), .navds-table__expanded-row-collapse[style*="transition:"] {
|
|
5919
|
-
border-bottom: 1px solid var(--ax-border-
|
|
5749
|
+
border-bottom: 1px solid var(--ax-border-neutral-subtleA);
|
|
5920
5750
|
}
|
|
5921
5751
|
|
|
5922
5752
|
.navds-table__expanded-row-content {
|
|
@@ -5945,7 +5775,7 @@
|
|
|
5945
5775
|
}
|
|
5946
5776
|
|
|
5947
5777
|
.navds-tabs__tablist-wrapper {
|
|
5948
|
-
box-shadow: inset 0 -1px var(--ax-border-
|
|
5778
|
+
box-shadow: inset 0 -1px var(--ax-border-neutral-subtleA);
|
|
5949
5779
|
width: 100%;
|
|
5950
5780
|
display: flex;
|
|
5951
5781
|
}
|
|
@@ -5990,10 +5820,10 @@
|
|
|
5990
5820
|
.navds-tabs__tab {
|
|
5991
5821
|
min-height: 3rem;
|
|
5992
5822
|
padding: var(--ax-space-12) var(--ax-space-16);
|
|
5993
|
-
color: var(--ax-text-
|
|
5823
|
+
color: var(--ax-text-neutral);
|
|
5994
5824
|
cursor: pointer;
|
|
5995
5825
|
--__axc-tabs-line-width: 0;
|
|
5996
|
-
--__axc-tabs-line-color: var(--ax-border-
|
|
5826
|
+
--__axc-tabs-line-color: var(--ax-border-neutral-subtleA);
|
|
5997
5827
|
box-shadow: inset 0 var(--__axc-tabs-line-width) var(--__axc-tabs-line-color);
|
|
5998
5828
|
background: none;
|
|
5999
5829
|
border: none;
|
|
@@ -6013,8 +5843,8 @@
|
|
|
6013
5843
|
}
|
|
6014
5844
|
|
|
6015
5845
|
.navds-tabs__tab:focus-visible {
|
|
6016
|
-
outline:
|
|
6017
|
-
outline-offset: -
|
|
5846
|
+
outline: 3px solid var(--ax-border-focus);
|
|
5847
|
+
outline-offset: -3px;
|
|
6018
5848
|
}
|
|
6019
5849
|
|
|
6020
5850
|
.navds-tabs__tab-inner {
|
|
@@ -6062,8 +5892,8 @@
|
|
|
6062
5892
|
}
|
|
6063
5893
|
|
|
6064
5894
|
.navds-tabs__tabpanel:focus-visible {
|
|
6065
|
-
outline:
|
|
6066
|
-
outline-offset: -
|
|
5895
|
+
outline: 3px solid var(--ax-border-focus);
|
|
5896
|
+
outline-offset: -4px;
|
|
6067
5897
|
}
|
|
6068
5898
|
|
|
6069
5899
|
@media (forced-colors: active) {
|
|
@@ -6082,14 +5912,10 @@
|
|
|
6082
5912
|
}
|
|
6083
5913
|
|
|
6084
5914
|
.navds-list ul, .navds-list ol {
|
|
6085
|
-
margin
|
|
5915
|
+
margin: 0;
|
|
6086
5916
|
padding: 0;
|
|
6087
5917
|
}
|
|
6088
5918
|
|
|
6089
|
-
.navds-list--small ul, .navds-list--small ol {
|
|
6090
|
-
margin-block: var(--ax-space-12);
|
|
6091
|
-
}
|
|
6092
|
-
|
|
6093
5919
|
.navds-list .navds-list :where(ul, ol) {
|
|
6094
5920
|
margin-block: var(--ax-space-8) 0;
|
|
6095
5921
|
}
|
|
@@ -6169,7 +5995,7 @@
|
|
|
6169
5995
|
}
|
|
6170
5996
|
|
|
6171
5997
|
.navds-theme {
|
|
6172
|
-
color: var(--ax-text-
|
|
5998
|
+
color: var(--ax-text-neutral);
|
|
6173
5999
|
}
|
|
6174
6000
|
|
|
6175
6001
|
.navds-theme[data-background="true"] {
|
|
@@ -7176,13 +7002,13 @@
|
|
|
7176
7002
|
}
|
|
7177
7003
|
|
|
7178
7004
|
.navds-pageblock--gutters {
|
|
7179
|
-
--__axc-page-padding-inline: var(--
|
|
7005
|
+
--__axc-page-padding-inline: var(--ax-space-16);
|
|
7180
7006
|
padding-inline: var(--__axc-page-padding-inline);
|
|
7181
7007
|
}
|
|
7182
7008
|
|
|
7183
7009
|
@media (min-width: 1024px) {
|
|
7184
7010
|
.navds-pageblock--gutters {
|
|
7185
|
-
--__axc-page-padding-inline: var(--
|
|
7011
|
+
--__axc-page-padding-inline: var(--ax-space-48);
|
|
7186
7012
|
}
|
|
7187
7013
|
}
|
|
7188
7014
|
|