@navikt/ds-css 7.10.0 → 7.11.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 +8 -0
- package/config/tests/bundle.test.ts +7 -2
- package/darkside/accordion.darkside.css +48 -55
- package/darkside/action-menu.darkside.css +3 -3
- package/darkside/baseline/fonts.darkside.css +12 -12
- package/darkside/button.darkside.css +4 -4
- package/darkside/chips.darkside.css +2 -2
- package/darkside/copybutton.darkside.css +3 -3
- package/darkside/date.darkside.css +8 -10
- package/darkside/expansioncard.darkside.css +5 -13
- package/darkside/form/combobox.darkside.css +3 -4
- package/darkside/form/error-summary.darkside.css +3 -3
- package/darkside/form/file-upload.darkside.css +11 -20
- package/darkside/form/form-progress.darkside.css +1 -1
- package/darkside/form/radio-checkbox.darkside.css +35 -16
- package/darkside/form/search.darkside.css +5 -5
- package/darkside/form/select.darkside.css +3 -3
- package/darkside/form/switch.darkside.css +31 -16
- package/darkside/form/text-field.darkside.css +3 -3
- package/darkside/form/textarea.darkside.css +3 -3
- package/darkside/index.css +0 -1
- package/darkside/internalheader.darkside.css +1 -1
- package/darkside/link.darkside.css +3 -2
- package/darkside/modal.darkside.css +1 -0
- package/darkside/stepper.darkside.css +3 -2
- package/darkside/table.darkside.css +3 -3
- package/darkside/tabs.darkside.css +4 -4
- package/darkside/timeline.darkside.css +10 -10
- package/darkside/toggle-group.darkside.css +4 -4
- package/darkside/typography.darkside.css +3 -0
- package/dist/component/alert.min.css +1 -1
- package/dist/component/chat.min.css +1 -1
- package/dist/component/date.min.css +1 -1
- package/dist/component/expansioncard.css +1 -0
- package/dist/component/expansioncard.min.css +2 -2
- package/dist/component/form.css +4 -0
- package/dist/component/form.min.css +1 -1
- package/dist/component/list.min.css +1 -1
- package/dist/component/modal.css +1 -0
- package/dist/component/modal.min.css +1 -1
- package/dist/component/primitives.min.css +1 -1
- package/dist/component/skeleton.min.css +1 -1
- package/dist/component/stepper.min.css +1 -1
- package/dist/component/tabs.min.css +1 -1
- package/dist/component/tag.min.css +1 -1
- package/dist/component/timeline.min.css +1 -1
- package/dist/component/togglegroup.min.css +1 -1
- package/dist/components.css +8 -0
- package/dist/components.min.css +4 -4
- package/dist/darkside/component/accordion.css +58 -56
- package/dist/darkside/component/accordion.min.css +1 -1
- package/dist/darkside/component/actionmenu.css +12 -4
- package/dist/darkside/component/actionmenu.min.css +1 -1
- package/dist/darkside/component/alert.css +13 -5
- package/dist/darkside/component/alert.min.css +1 -1
- package/dist/darkside/component/button.css +38 -4
- package/dist/darkside/component/button.min.css +1 -1
- package/dist/darkside/component/chat.css +11 -2
- package/dist/darkside/component/chat.min.css +1 -1
- package/dist/darkside/component/chips.css +2 -2
- package/dist/darkside/component/chips.min.css +1 -1
- package/dist/darkside/component/copybutton.css +3 -3
- package/dist/darkside/component/copybutton.min.css +1 -1
- package/dist/darkside/component/date.css +67 -17
- package/dist/darkside/component/date.min.css +1 -1
- package/dist/darkside/component/dropdown.css +2 -1
- package/dist/darkside/component/dropdown.min.css +1 -1
- package/dist/darkside/component/expansioncard.css +36 -18
- package/dist/darkside/component/expansioncard.min.css +1 -1
- package/dist/darkside/component/form.css +270 -88
- package/dist/darkside/component/form.min.css +1 -1
- package/dist/darkside/component/guidepanel.css +17 -1
- package/dist/darkside/component/guidepanel.min.css +1 -1
- package/dist/darkside/component/helptext.css +5 -1
- package/dist/darkside/component/helptext.min.css +1 -1
- package/dist/darkside/component/internalheader.css +11 -2
- package/dist/darkside/component/internalheader.min.css +1 -1
- package/dist/darkside/component/link.css +8 -3
- package/dist/darkside/component/link.min.css +1 -1
- package/dist/darkside/component/list.css +2 -2
- package/dist/darkside/component/list.min.css +1 -1
- package/dist/darkside/component/modal.css +21 -3
- package/dist/darkside/component/modal.min.css +1 -1
- package/dist/darkside/component/primitives.css +18 -4
- package/dist/darkside/component/primitives.min.css +1 -1
- package/dist/darkside/component/readmore.css +15 -1
- package/dist/darkside/component/readmore.min.css +1 -1
- package/dist/darkside/component/skeleton.css +1 -0
- package/dist/darkside/component/skeleton.min.css +1 -1
- package/dist/darkside/component/stepper.css +25 -4
- package/dist/darkside/component/stepper.min.css +1 -1
- package/dist/darkside/component/table.css +9 -4
- 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 +12 -1
- package/dist/darkside/component/tag.min.css +1 -1
- package/dist/darkside/component/timeline.css +22 -12
- package/dist/darkside/component/timeline.min.css +1 -1
- package/dist/darkside/component/togglegroup.css +5 -4
- package/dist/darkside/component/togglegroup.min.css +1 -1
- package/dist/darkside/component/typography.css +3 -0
- package/dist/darkside/component/typography.min.css +1 -1
- package/dist/darkside/components.css +693 -296
- package/dist/darkside/components.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 +850 -828
- package/dist/darkside/global/tokens.min.css +1 -1
- package/dist/darkside/index.css +1558 -1139
- package/dist/darkside/index.min.css +1 -1
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/accordion.css +58 -56
- package/dist/darkside/version/7.11.0/component/accordion.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/actionmenu.css +12 -4
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/actionmenu.min.css +1 -1
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/alert.css +13 -5
- package/dist/darkside/version/7.11.0/component/alert.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/button.css +38 -4
- package/dist/darkside/version/7.11.0/component/button.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/chat.css +11 -2
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/chat.min.css +1 -1
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/chips.css +2 -2
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/chips.min.css +1 -1
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/copybutton.css +3 -3
- package/dist/darkside/version/7.11.0/component/copybutton.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/date.css +67 -17
- package/dist/darkside/version/7.11.0/component/date.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/dropdown.css +2 -1
- package/dist/darkside/version/7.11.0/component/dropdown.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/expansioncard.css +36 -18
- package/dist/darkside/version/7.11.0/component/expansioncard.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/form.css +270 -88
- package/dist/darkside/version/7.11.0/component/form.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/guidepanel.css +17 -1
- package/dist/darkside/version/7.11.0/component/guidepanel.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/helptext.css +5 -1
- package/dist/darkside/version/7.11.0/component/helptext.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/internalheader.css +11 -2
- package/dist/darkside/version/7.11.0/component/internalheader.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/link.css +8 -3
- package/dist/darkside/version/7.11.0/component/link.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/list.css +2 -2
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/list.min.css +1 -1
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/modal.css +21 -3
- package/dist/darkside/version/7.11.0/component/modal.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/primitives.css +18 -4
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/primitives.min.css +1 -1
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/readmore.css +15 -1
- package/dist/darkside/version/7.11.0/component/readmore.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/skeleton.css +1 -0
- package/dist/darkside/version/7.11.0/component/skeleton.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/stepper.css +25 -4
- package/dist/darkside/version/7.11.0/component/stepper.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/table.css +9 -4
- package/dist/darkside/version/7.11.0/component/table.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/tabs.css +7 -7
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/tabs.min.css +1 -1
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/tag.css +12 -1
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/tag.min.css +1 -1
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/timeline.css +22 -12
- package/dist/darkside/version/7.11.0/component/timeline.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/togglegroup.css +5 -4
- package/dist/darkside/version/7.11.0/component/togglegroup.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/component/typography.css +3 -0
- package/dist/darkside/version/7.11.0/component/typography.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/components.css +693 -296
- package/dist/darkside/version/7.11.0/components.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/global/fonts.css +12 -12
- package/dist/darkside/version/{7.10.0 → 7.11.0}/global/fonts.min.css +1 -1
- package/dist/darkside/version/{7.10.0 → 7.11.0}/global/tokens.css +850 -828
- package/dist/darkside/version/7.11.0/global/tokens.min.css +1 -0
- package/dist/darkside/version/{7.10.0 → 7.11.0}/index.css +1558 -1139
- package/dist/darkside/version/7.11.0/index.min.css +1 -0
- package/dist/global/baseline.min.css +1 -1
- package/dist/global/tokens.css +324 -324
- package/dist/global/tokens.min.css +1 -1
- package/dist/index.css +332 -324
- package/dist/index.min.css +5 -5
- package/expansioncard.css +1 -0
- package/form/radio-checkbox.css +5 -0
- package/modal.css +1 -0
- package/package.json +3 -3
- 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/alert.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/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/dropdown.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/modal.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/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/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/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.11.0}/component/loader.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/component/loader.min.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/component/pagination.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/component/pagination.min.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/component/panel.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/component/panel.min.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/component/popover.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/component/popover.min.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/component/progressbar.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/component/progressbar.min.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/component/theme.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/component/theme.min.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/component/tooltip.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/component/tooltip.min.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/global/baseline.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/global/baseline.min.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/global/print.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/global/print.min.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/global/reset.css +0 -0
- /package/dist/darkside/version/{7.10.0 → 7.11.0}/global/reset.min.css +0 -0
|
@@ -68,18 +68,19 @@
|
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
.navds-dropzone__area:hover:not([data-disabled="true"]) > .navds-dropzone__area-button {
|
|
71
|
-
color: var(--ax-text-accent-strong);
|
|
72
71
|
background-color: var(--ax-bg-accent-moderate-hover);
|
|
73
72
|
box-shadow: inset 0 0 0 2px var(--ax-bg-accent-strong-hover);
|
|
74
73
|
}
|
|
75
74
|
|
|
76
|
-
.navds-dropzone__area:active .navds-dropzone__area-button {
|
|
75
|
+
.navds-dropzone__area:active:not([data-disabled="true"]) > .navds-dropzone__area-button {
|
|
77
76
|
background-color: var(--ax-bg-accent-strong-pressed);
|
|
78
77
|
color: var(--ax-text-accent-contrast);
|
|
79
78
|
box-shadow: none;
|
|
80
79
|
}
|
|
81
80
|
|
|
82
81
|
.navds-dropzone__area[data-disabled="true"] {
|
|
82
|
+
--__axc-dropzone-background: var(--ax-bg-soft);
|
|
83
|
+
border-color: var(--ax-border-subtleA);
|
|
83
84
|
cursor: default;
|
|
84
85
|
}
|
|
85
86
|
|
|
@@ -98,7 +99,10 @@
|
|
|
98
99
|
animation: akselDropzoneDragoverAnimation var(--__axc-dropzone-animation-length-short) var(--__axc-dropzone-animation-ease-out);
|
|
99
100
|
margin: -1px;
|
|
100
101
|
position: absolute;
|
|
101
|
-
|
|
102
|
+
top: 0;
|
|
103
|
+
bottom: 0;
|
|
104
|
+
left: 0;
|
|
105
|
+
right: 0;
|
|
102
106
|
}
|
|
103
107
|
|
|
104
108
|
@keyframes akselDropzoneDragoverAnimation {
|
|
@@ -163,7 +167,7 @@
|
|
|
163
167
|
}
|
|
164
168
|
|
|
165
169
|
.navds-dropzone--dragging .navds-dropzone__area-release {
|
|
166
|
-
color: var(--ax-text-accent
|
|
170
|
+
color: var(--ax-text-accent);
|
|
167
171
|
top: 50%;
|
|
168
172
|
transform: translateY(-50%);
|
|
169
173
|
}
|
|
@@ -176,7 +180,25 @@
|
|
|
176
180
|
display: flex;
|
|
177
181
|
}
|
|
178
182
|
|
|
179
|
-
|
|
183
|
+
li.navds-file-item {
|
|
184
|
+
margin: 0;
|
|
185
|
+
padding: 0;
|
|
186
|
+
list-style: none;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.navds-file-upload :-webkit-any(ul, li) {
|
|
190
|
+
margin: 0;
|
|
191
|
+
padding: 0;
|
|
192
|
+
list-style: none;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.navds-file-upload :is(ul, li) {
|
|
196
|
+
margin: 0;
|
|
197
|
+
padding: 0;
|
|
198
|
+
list-style: none;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
ul:has( > li.navds-file-item) {
|
|
180
202
|
margin: 0;
|
|
181
203
|
padding: 0;
|
|
182
204
|
list-style: none;
|
|
@@ -228,7 +250,6 @@
|
|
|
228
250
|
}
|
|
229
251
|
|
|
230
252
|
.navds-file-item__error {
|
|
231
|
-
color: var(--ax-text-danger);
|
|
232
253
|
grid-template-rows: 0fr;
|
|
233
254
|
transition-property: grid-template-rows, padding-top;
|
|
234
255
|
transition-duration: .25s;
|
|
@@ -237,23 +258,11 @@
|
|
|
237
258
|
overflow: hidden;
|
|
238
259
|
}
|
|
239
260
|
|
|
240
|
-
.navds-file-
|
|
261
|
+
.navds-file-item--error .navds-file-item__error {
|
|
241
262
|
padding-top: var(--ax-space-4);
|
|
242
263
|
grid-template-rows: 1fr;
|
|
243
264
|
}
|
|
244
265
|
|
|
245
|
-
.navds-file-item__error-content {
|
|
246
|
-
gap: var(--ax-space-4);
|
|
247
|
-
min-height: 0;
|
|
248
|
-
display: flex;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.navds-file-item__error-content > svg {
|
|
252
|
-
flex-shrink: 0;
|
|
253
|
-
height: 1rem;
|
|
254
|
-
margin-top: .1rem;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
266
|
.navds-form-field {
|
|
258
267
|
justify-items: start;
|
|
259
268
|
gap: var(--ax-space-8);
|
|
@@ -300,16 +309,20 @@
|
|
|
300
309
|
padding: var(--ax-space-16) var(--ax-space-20);
|
|
301
310
|
border: 4px solid var(--ax-border-danger);
|
|
302
311
|
border-radius: var(--ax-border-radius-xlarge);
|
|
303
|
-
outline-offset:
|
|
312
|
+
outline-offset: 3px;
|
|
304
313
|
}
|
|
305
314
|
|
|
306
|
-
.navds-error-summary:focus-visible
|
|
307
|
-
outline:
|
|
315
|
+
.navds-error-summary:focus-visible {
|
|
316
|
+
outline: 3px solid var(--ax-border-focus);
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.navds-error-summary:has(.navds-error-summary__heading:focus-visible) {
|
|
320
|
+
outline: 3px solid var(--ax-border-focus);
|
|
308
321
|
}
|
|
309
322
|
|
|
310
323
|
@supports not selector(:focus-visible) {
|
|
311
324
|
.navds-error-summary:focus {
|
|
312
|
-
outline:
|
|
325
|
+
outline: 3px solid var(--ax-border-focus);
|
|
313
326
|
}
|
|
314
327
|
}
|
|
315
328
|
|
|
@@ -382,14 +395,27 @@
|
|
|
382
395
|
border-color: orange;
|
|
383
396
|
border-left-style: solid;
|
|
384
397
|
border-left-width: 8px;
|
|
385
|
-
border-start-start-radius: calc(var(--a-border-radius-medium) - 1px);
|
|
386
|
-
border-end-start-radius: calc(var(--a-border-radius-medium) - 1px);
|
|
387
398
|
height: 100%;
|
|
388
399
|
position: absolute;
|
|
389
400
|
top: 0;
|
|
390
401
|
left: 0;
|
|
391
402
|
}
|
|
392
403
|
|
|
404
|
+
.navds-confirmation-panel__inner:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
|
|
405
|
+
border-top-left-radius: calc(var(--a-border-radius-medium) - 1px);
|
|
406
|
+
border-bottom-left-radius: calc(var(--a-border-radius-medium) - 1px);
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
.navds-confirmation-panel__inner:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
|
|
410
|
+
border-top-right-radius: calc(var(--a-border-radius-medium) - 1px);
|
|
411
|
+
border-bottom-right-radius: calc(var(--a-border-radius-medium) - 1px);
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.navds-confirmation-panel__inner:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
|
|
415
|
+
border-top-right-radius: calc(var(--a-border-radius-medium) - 1px);
|
|
416
|
+
border-bottom-right-radius: calc(var(--a-border-radius-medium) - 1px);
|
|
417
|
+
}
|
|
418
|
+
|
|
393
419
|
.navds-confirmation-panel--checked .navds-confirmation-panel__inner:before {
|
|
394
420
|
border-color: green;
|
|
395
421
|
}
|
|
@@ -400,6 +426,7 @@
|
|
|
400
426
|
}
|
|
401
427
|
|
|
402
428
|
.navds-checkbox, .navds-radio {
|
|
429
|
+
width: -webkit-fit-content;
|
|
403
430
|
width: fit-content;
|
|
404
431
|
position: relative;
|
|
405
432
|
}
|
|
@@ -460,25 +487,40 @@
|
|
|
460
487
|
height: 1.25rem;
|
|
461
488
|
}
|
|
462
489
|
|
|
463
|
-
.navds-checkbox__input:focus + .navds-checkbox__label:
|
|
464
|
-
|
|
465
|
-
|
|
490
|
+
.navds-checkbox__input:focus + .navds-checkbox__label:after, .navds-radio__input:focus + .navds-radio__label:after {
|
|
491
|
+
content: "";
|
|
492
|
+
width: 100%;
|
|
493
|
+
height: calc(100% - var(--ax-space-24));
|
|
494
|
+
border-radius: var(--ax-border-radius-medium);
|
|
495
|
+
outline: 3px solid var(--ax-border-focus);
|
|
496
|
+
outline-offset: 3px;
|
|
497
|
+
pointer-events: none;
|
|
498
|
+
position: absolute;
|
|
466
499
|
}
|
|
467
500
|
|
|
468
|
-
.navds-checkbox__input:
|
|
469
|
-
|
|
470
|
-
|
|
501
|
+
.navds-checkbox--small > .navds-checkbox__input:focus + .navds-checkbox__label:after, .navds-radio--small > .navds-radio__input:focus + .navds-radio__label:after {
|
|
502
|
+
height: calc(100% - var(--ax-space-12));
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
.navds-checkbox__icon-indeterminate {
|
|
506
|
+
display: none;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
.navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
471
510
|
background-color: var(--ax-bg-default);
|
|
472
|
-
border-radius: 1px;
|
|
473
|
-
flex-shrink: 0;
|
|
474
511
|
width: .75rem;
|
|
475
512
|
height: .25rem;
|
|
513
|
+
transform: translate(var(--ax-space-6), -50%);
|
|
514
|
+
pointer-events: none;
|
|
515
|
+
border-radius: 1px;
|
|
516
|
+
display: block;
|
|
476
517
|
position: absolute;
|
|
477
518
|
top: 50%;
|
|
478
519
|
}
|
|
479
520
|
|
|
480
|
-
.navds-checkbox--small .navds-checkbox__input:indeterminate + .navds-checkbox__label
|
|
481
|
-
transform: translate(
|
|
521
|
+
.navds-checkbox--small .navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
522
|
+
transform: translate(var(--ax-space-4), -50%);
|
|
523
|
+
height: .1875rem;
|
|
482
524
|
}
|
|
483
525
|
|
|
484
526
|
.navds-checkbox__input:where(:checked, :indeterminate) + .navds-checkbox__label:before {
|
|
@@ -544,6 +586,11 @@
|
|
|
544
586
|
background-color: var(--ax-bg-danger-moderate-hoverA);
|
|
545
587
|
}
|
|
546
588
|
|
|
589
|
+
.navds-checkbox--error > .navds-checkbox__input:-webkit-any(:checked, :indeterminate):not(:disabled) + .navds-checkbox__label:before {
|
|
590
|
+
background-color: var(--ax-bg-danger-strong-pressed);
|
|
591
|
+
border-color: var(--ax-bg-danger-strong-pressed);
|
|
592
|
+
}
|
|
593
|
+
|
|
547
594
|
.navds-checkbox--error > .navds-checkbox__input:is(:checked, :indeterminate):not(:disabled) + .navds-checkbox__label:before {
|
|
548
595
|
background-color: var(--ax-bg-danger-strong-pressed);
|
|
549
596
|
border-color: var(--ax-bg-danger-strong-pressed);
|
|
@@ -561,7 +608,11 @@
|
|
|
561
608
|
cursor: not-allowed;
|
|
562
609
|
}
|
|
563
610
|
|
|
564
|
-
.navds-checkbox--readonly > :where(.navds-checkbox__input, .navds-checkbox__label)
|
|
611
|
+
.navds-checkbox--readonly > :where(.navds-checkbox__input, .navds-checkbox__label) {
|
|
612
|
+
cursor: default;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
.navds-radio--readonly > :where(.navds-radio__input, .navds-radio__label) {
|
|
565
616
|
cursor: default;
|
|
566
617
|
}
|
|
567
618
|
|
|
@@ -593,7 +644,7 @@
|
|
|
593
644
|
border-width: 0;
|
|
594
645
|
}
|
|
595
646
|
|
|
596
|
-
.navds-checkbox--readonly > .navds-checkbox__input:indeterminate + .navds-checkbox__label
|
|
647
|
+
.navds-checkbox--readonly > .navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
597
648
|
background-color: var(--ax-text-subtle);
|
|
598
649
|
}
|
|
599
650
|
|
|
@@ -614,7 +665,7 @@
|
|
|
614
665
|
color: var(--__axc-radio-checkbox-high-contrast-text);
|
|
615
666
|
}
|
|
616
667
|
|
|
617
|
-
.navds-checkbox__input:indeterminate + .navds-checkbox__label
|
|
668
|
+
.navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
618
669
|
background-color: var(--__axc-radio-checkbox-high-contrast-text);
|
|
619
670
|
}
|
|
620
671
|
|
|
@@ -631,7 +682,7 @@
|
|
|
631
682
|
background-color: var(--__axc-radio-checkbox-high-contrast-bg);
|
|
632
683
|
}
|
|
633
684
|
|
|
634
|
-
.navds-checkbox--readonly > .navds-checkbox__input:indeterminate + .navds-checkbox__label
|
|
685
|
+
.navds-checkbox--readonly > .navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
635
686
|
background-color: var(--__axc-radio-checkbox-high-contrast-text);
|
|
636
687
|
}
|
|
637
688
|
|
|
@@ -645,15 +696,20 @@
|
|
|
645
696
|
--__axc-radio-checkbox-high-contrast-text: graytext;
|
|
646
697
|
}
|
|
647
698
|
|
|
699
|
+
:-webkit-any(.navds-checkbox--disabled, .navds-radio--disabled) :-webkit-any(.navds-checkbox__label, .navds-radio__label) {
|
|
700
|
+
color: graytext;
|
|
701
|
+
}
|
|
702
|
+
|
|
648
703
|
:is(.navds-checkbox--disabled, .navds-radio--disabled) :is(.navds-checkbox__label, .navds-radio__label) {
|
|
649
704
|
color: graytext;
|
|
650
705
|
}
|
|
651
706
|
}
|
|
652
707
|
|
|
653
708
|
.navds-select__input {
|
|
709
|
+
-webkit-appearance: none;
|
|
654
710
|
appearance: none;
|
|
655
711
|
background-color: var(--ax-bg-input);
|
|
656
|
-
border-radius: var(--ax-border-radius-
|
|
712
|
+
border-radius: var(--ax-border-radius-large);
|
|
657
713
|
border: 1px solid var(--ax-border-default);
|
|
658
714
|
color: var(--ax-text-default);
|
|
659
715
|
box-sizing: border-box;
|
|
@@ -671,8 +727,8 @@
|
|
|
671
727
|
}
|
|
672
728
|
|
|
673
729
|
.navds-select__input:focus {
|
|
674
|
-
outline:
|
|
675
|
-
outline-offset:
|
|
730
|
+
outline: 3px solid var(--ax-border-focus);
|
|
731
|
+
outline-offset: 3px;
|
|
676
732
|
border-color: var(--ax-border-accent-strong);
|
|
677
733
|
}
|
|
678
734
|
|
|
@@ -708,10 +764,21 @@
|
|
|
708
764
|
|
|
709
765
|
.navds-form-field--small .navds-select__input {
|
|
710
766
|
min-height: 2rem;
|
|
711
|
-
padding-
|
|
767
|
+
padding-top: 0;
|
|
768
|
+
padding-bottom: 0;
|
|
712
769
|
}
|
|
713
770
|
|
|
714
|
-
.navds-select--error > * select
|
|
771
|
+
.navds-select--error > * select {
|
|
772
|
+
box-shadow: 0 0 0 1px var(--ax-border-danger-strong);
|
|
773
|
+
border-color: var(--ax-border-danger-strong);
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
.navds-select--error > * select:hover {
|
|
777
|
+
box-shadow: 0 0 0 1px var(--ax-border-danger-strong);
|
|
778
|
+
border-color: var(--ax-border-danger-strong);
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
.navds-select--error > * select:focus {
|
|
715
782
|
box-shadow: 0 0 0 1px var(--ax-border-danger-strong);
|
|
716
783
|
border-color: var(--ax-border-danger-strong);
|
|
717
784
|
}
|
|
@@ -742,6 +809,12 @@
|
|
|
742
809
|
}
|
|
743
810
|
|
|
744
811
|
@media (forced-colors: active) {
|
|
812
|
+
.navds-select--readonly .navds-select__input:-webkit-any(:hover, :focus) {
|
|
813
|
+
color: buttontext;
|
|
814
|
+
background-color: buttonface;
|
|
815
|
+
border-color: buttontext;
|
|
816
|
+
}
|
|
817
|
+
|
|
745
818
|
.navds-select--readonly .navds-select__input:is(:hover, :focus) {
|
|
746
819
|
color: buttontext;
|
|
747
820
|
background-color: buttonface;
|
|
@@ -754,6 +827,7 @@
|
|
|
754
827
|
}
|
|
755
828
|
|
|
756
829
|
.navds-switch {
|
|
830
|
+
width: -webkit-fit-content;
|
|
757
831
|
width: fit-content;
|
|
758
832
|
min-height: 3rem;
|
|
759
833
|
position: relative;
|
|
@@ -784,26 +858,40 @@
|
|
|
784
858
|
}
|
|
785
859
|
|
|
786
860
|
.navds-switch__content {
|
|
861
|
+
--__axc-switch-block-padding: .75rem;
|
|
862
|
+
gap: var(--ax-space-2);
|
|
863
|
+
padding: var(--__axc-switch-block-padding) 0 var(--__axc-switch-block-padding) 3.25rem;
|
|
787
864
|
flex-direction: column;
|
|
788
|
-
gap: .125rem;
|
|
789
|
-
padding: .75rem 0 .75rem 3.25rem;
|
|
790
865
|
display: flex;
|
|
866
|
+
position: relative;
|
|
791
867
|
}
|
|
792
868
|
|
|
793
869
|
.navds-switch--right .navds-switch__content {
|
|
794
|
-
padding:
|
|
870
|
+
padding: var(--__axc-switch-block-padding) 3.25rem var(--__axc-switch-block-padding) 0;
|
|
795
871
|
}
|
|
796
872
|
|
|
797
873
|
.navds-switch--small .navds-switch__content {
|
|
798
|
-
|
|
874
|
+
--__axc-switch-block-padding: .375rem;
|
|
799
875
|
}
|
|
800
876
|
|
|
801
|
-
.navds-
|
|
802
|
-
padding:
|
|
877
|
+
.navds-switch__content.navds-switch--with-description {
|
|
878
|
+
padding-bottom: 0;
|
|
803
879
|
}
|
|
804
880
|
|
|
805
|
-
.navds-
|
|
806
|
-
|
|
881
|
+
.navds-switch__input:focus ~ .navds-switch__label-wrapper > .navds-switch__content:after {
|
|
882
|
+
content: "";
|
|
883
|
+
width: 100%;
|
|
884
|
+
height: calc(100% - var(--__axc-switch-block-padding) * 2);
|
|
885
|
+
border-radius: var(--ax-border-radius-medium);
|
|
886
|
+
outline: 3px solid var(--ax-border-focus);
|
|
887
|
+
outline-offset: 3px;
|
|
888
|
+
pointer-events: none;
|
|
889
|
+
position: absolute;
|
|
890
|
+
left: 0;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
.navds-switch__input:focus ~ .navds-switch__label-wrapper > .navds-switch__content.navds-switch--with-description:after {
|
|
894
|
+
height: calc(100% - var(--__axc-switch-block-padding) * 1);
|
|
807
895
|
}
|
|
808
896
|
|
|
809
897
|
.navds-switch__input:hover ~ .navds-switch__label-wrapper, .navds-switch__label-wrapper:hover {
|
|
@@ -852,9 +940,9 @@
|
|
|
852
940
|
border-color: var(--ax-bg-accent-strong-pressed);
|
|
853
941
|
}
|
|
854
942
|
|
|
855
|
-
.navds-switch__input:focus
|
|
856
|
-
outline:
|
|
857
|
-
outline-offset:
|
|
943
|
+
.navds-switch--standalone > .navds-switch__input:focus ~ .navds-switch__track {
|
|
944
|
+
outline: 3px solid var(--ax-border-focus);
|
|
945
|
+
outline-offset: 3px;
|
|
858
946
|
}
|
|
859
947
|
|
|
860
948
|
.navds-switch__thumb {
|
|
@@ -907,12 +995,18 @@
|
|
|
907
995
|
width: auto;
|
|
908
996
|
}
|
|
909
997
|
|
|
910
|
-
.navds-switch--right .navds-switch__input
|
|
998
|
+
.navds-switch--right .navds-switch__input {
|
|
999
|
+
left: auto;
|
|
1000
|
+
right: 0;
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
.navds-switch--right .navds-switch__track {
|
|
911
1004
|
left: auto;
|
|
912
1005
|
right: 0;
|
|
913
1006
|
}
|
|
914
1007
|
|
|
915
1008
|
.navds-switch__input:disabled {
|
|
1009
|
+
-webkit-appearance: none;
|
|
916
1010
|
appearance: none;
|
|
917
1011
|
}
|
|
918
1012
|
|
|
@@ -924,16 +1018,39 @@
|
|
|
924
1018
|
cursor: not-allowed;
|
|
925
1019
|
}
|
|
926
1020
|
|
|
927
|
-
.navds-switch--readonly > .navds-switch__track
|
|
1021
|
+
.navds-switch--readonly > .navds-switch__track {
|
|
1022
|
+
background-color: var(--ax-bg-moderate);
|
|
1023
|
+
border-color: var(--ax-border-subtleA);
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1026
|
+
.navds-switch--readonly > .navds-switch__input:hover ~ .navds-switch__track {
|
|
1027
|
+
background-color: var(--ax-bg-moderate);
|
|
1028
|
+
border-color: var(--ax-border-subtleA);
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
.navds-switch--readonly > .navds-switch__input:checked ~ .navds-switch__track {
|
|
928
1032
|
background-color: var(--ax-bg-moderate);
|
|
929
1033
|
border-color: var(--ax-border-subtleA);
|
|
930
1034
|
}
|
|
931
1035
|
|
|
932
|
-
.navds-switch--readonly > .navds-
|
|
1036
|
+
.navds-switch--readonly > .navds-switch__input:checked:hover ~ .navds-switch__track {
|
|
1037
|
+
background-color: var(--ax-bg-moderate);
|
|
1038
|
+
border-color: var(--ax-border-subtleA);
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
.navds-switch--readonly > .navds-switch__label-wrapper {
|
|
933
1042
|
cursor: default;
|
|
934
1043
|
}
|
|
935
1044
|
|
|
936
|
-
.navds-switch--readonly > .navds-switch__input
|
|
1045
|
+
.navds-switch--readonly > .navds-switch__input {
|
|
1046
|
+
cursor: default;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
.navds-switch--readonly > .navds-switch__input:hover ~ .navds-switch__label-wrapper {
|
|
1050
|
+
color: var(--ax-text-default);
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
.navds-switch--readonly .navds-switch__label-wrapper:hover {
|
|
937
1054
|
color: var(--ax-text-default);
|
|
938
1055
|
}
|
|
939
1056
|
|
|
@@ -973,9 +1090,8 @@
|
|
|
973
1090
|
color: field;
|
|
974
1091
|
}
|
|
975
1092
|
|
|
976
|
-
.navds-switch__input:focus-
|
|
977
|
-
outline
|
|
978
|
-
outline: 2px solid highlight;
|
|
1093
|
+
.navds-switch__input:focus ~ .navds-switch__label-wrapper > .navds-switch__content:after, .navds-switch--standalone > .navds-switch__input:focus ~ .navds-switch__track {
|
|
1094
|
+
outline: 3px solid highlight;
|
|
979
1095
|
}
|
|
980
1096
|
|
|
981
1097
|
.navds-switch--disabled:not(.navds-switch--loading) {
|
|
@@ -983,7 +1099,7 @@
|
|
|
983
1099
|
}
|
|
984
1100
|
|
|
985
1101
|
.navds-switch--disabled:not(.navds-switch--loading) .navds-switch__thumb {
|
|
986
|
-
background-color: graytext;
|
|
1102
|
+
background-color: graytext !important;
|
|
987
1103
|
}
|
|
988
1104
|
|
|
989
1105
|
.navds-switch--disabled:not(.navds-switch--loading) .navds-switch__track {
|
|
@@ -996,10 +1112,11 @@
|
|
|
996
1112
|
}
|
|
997
1113
|
|
|
998
1114
|
.navds-text-field__input {
|
|
1115
|
+
-webkit-appearance: none;
|
|
999
1116
|
appearance: none;
|
|
1000
1117
|
padding: var(--ax-space-8);
|
|
1001
1118
|
background: var(--ax-bg-input);
|
|
1002
|
-
border-radius: var(--ax-border-radius-
|
|
1119
|
+
border-radius: var(--ax-border-radius-large);
|
|
1003
1120
|
border: 1px solid var(--ax-border-default);
|
|
1004
1121
|
width: 100%;
|
|
1005
1122
|
min-height: 3rem;
|
|
@@ -1012,8 +1129,8 @@
|
|
|
1012
1129
|
|
|
1013
1130
|
.navds-text-field__input:focus-visible {
|
|
1014
1131
|
border-color: var(--ax-border-accent-strong);
|
|
1015
|
-
outline:
|
|
1016
|
-
outline-offset:
|
|
1132
|
+
outline: 3px solid var(--ax-border-focus);
|
|
1133
|
+
outline-offset: 3px;
|
|
1017
1134
|
}
|
|
1018
1135
|
|
|
1019
1136
|
.navds-text-field__input:disabled {
|
|
@@ -1071,10 +1188,11 @@
|
|
|
1071
1188
|
|
|
1072
1189
|
.navds-textarea__input {
|
|
1073
1190
|
height: var(--__axc-textarea-height);
|
|
1191
|
+
-webkit-appearance: none;
|
|
1074
1192
|
appearance: none;
|
|
1075
1193
|
padding: var(--ax-space-8);
|
|
1076
1194
|
background-color: var(--ax-bg-input);
|
|
1077
|
-
border-radius: var(--ax-border-radius-
|
|
1195
|
+
border-radius: var(--ax-border-radius-large);
|
|
1078
1196
|
border: 1px solid var(--ax-border-default);
|
|
1079
1197
|
resize: none;
|
|
1080
1198
|
width: 100%;
|
|
@@ -1091,8 +1209,8 @@
|
|
|
1091
1209
|
}
|
|
1092
1210
|
|
|
1093
1211
|
.navds-textarea__input:focus-visible {
|
|
1094
|
-
outline:
|
|
1095
|
-
outline-offset:
|
|
1212
|
+
outline: 3px solid var(--ax-border-focus);
|
|
1213
|
+
outline-offset: 3px;
|
|
1096
1214
|
border-color: var(--ax-border-accent-strong);
|
|
1097
1215
|
}
|
|
1098
1216
|
|
|
@@ -1131,17 +1249,50 @@
|
|
|
1131
1249
|
|
|
1132
1250
|
.navds-textarea--resize-both .navds-textarea__input {
|
|
1133
1251
|
resize: both;
|
|
1134
|
-
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
.navds-textarea--resize-both .navds-textarea__input:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
1255
|
+
border-bottom-right-radius: 0;
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
.navds-textarea--resize-both .navds-textarea__input:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
1259
|
+
border-bottom-left-radius: 0;
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
.navds-textarea--resize-both .navds-textarea__input:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
1263
|
+
border-bottom-left-radius: 0;
|
|
1135
1264
|
}
|
|
1136
1265
|
|
|
1137
1266
|
.navds-textarea--resize-horizontal .navds-textarea__input {
|
|
1138
1267
|
resize: horizontal;
|
|
1139
|
-
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
.navds-textarea--resize-horizontal .navds-textarea__input:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
1271
|
+
border-bottom-right-radius: 0;
|
|
1272
|
+
}
|
|
1273
|
+
|
|
1274
|
+
.navds-textarea--resize-horizontal .navds-textarea__input:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
1275
|
+
border-bottom-left-radius: 0;
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
.navds-textarea--resize-horizontal .navds-textarea__input:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
1279
|
+
border-bottom-left-radius: 0;
|
|
1140
1280
|
}
|
|
1141
1281
|
|
|
1142
1282
|
.navds-textarea--resize-vertical .navds-textarea__input {
|
|
1143
1283
|
resize: vertical;
|
|
1144
|
-
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
.navds-textarea--resize-vertical .navds-textarea__input:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
1287
|
+
border-bottom-right-radius: 0;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
.navds-textarea--resize-vertical .navds-textarea__input:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
1291
|
+
border-bottom-left-radius: 0;
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
.navds-textarea--resize-vertical .navds-textarea__input:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
1295
|
+
border-bottom-left-radius: 0;
|
|
1145
1296
|
}
|
|
1146
1297
|
|
|
1147
1298
|
.navds-textarea--autoscrollbar, .navds-textarea--autoscrollbar .navds-textarea__wrapper {
|
|
@@ -1184,18 +1335,19 @@
|
|
|
1184
1335
|
}
|
|
1185
1336
|
|
|
1186
1337
|
.navds-search--with-size .navds-search__wrapper {
|
|
1338
|
+
width: -webkit-fit-content;
|
|
1187
1339
|
width: fit-content;
|
|
1188
1340
|
}
|
|
1189
1341
|
|
|
1190
1342
|
.navds-search__wrapper {
|
|
1191
|
-
border-radius: var(--ax-border-radius-
|
|
1343
|
+
border-radius: var(--ax-border-radius-large);
|
|
1192
1344
|
align-items: center;
|
|
1193
1345
|
display: inline-flex;
|
|
1194
1346
|
}
|
|
1195
1347
|
|
|
1196
1348
|
.navds-search__wrapper:has(.navds-search__input:focus-visible) {
|
|
1197
|
-
outline:
|
|
1198
|
-
outline-offset:
|
|
1349
|
+
outline: 3px solid var(--ax-border-focus);
|
|
1350
|
+
outline-offset: 3px;
|
|
1199
1351
|
}
|
|
1200
1352
|
|
|
1201
1353
|
.navds-search__input {
|
|
@@ -1206,7 +1358,13 @@
|
|
|
1206
1358
|
outline: none;
|
|
1207
1359
|
}
|
|
1208
1360
|
|
|
1209
|
-
.navds-search__input.navds-search__input--primary
|
|
1361
|
+
.navds-search__input.navds-search__input--primary {
|
|
1362
|
+
border-right: none;
|
|
1363
|
+
border-top-right-radius: 0;
|
|
1364
|
+
border-bottom-right-radius: 0;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
.navds-search__input.navds-search__input--secondary {
|
|
1210
1368
|
border-right: none;
|
|
1211
1369
|
border-top-right-radius: 0;
|
|
1212
1370
|
border-bottom-right-radius: 0;
|
|
@@ -1255,8 +1413,8 @@
|
|
|
1255
1413
|
|
|
1256
1414
|
.navds-search__button-search {
|
|
1257
1415
|
border-radius: 0;
|
|
1258
|
-
border-top-right-radius: var(--ax-border-radius-
|
|
1259
|
-
border-bottom-right-radius: var(--ax-border-radius-
|
|
1416
|
+
border-top-right-radius: var(--ax-border-radius-large);
|
|
1417
|
+
border-bottom-right-radius: var(--ax-border-radius-large);
|
|
1260
1418
|
flex-shrink: 0;
|
|
1261
1419
|
}
|
|
1262
1420
|
|
|
@@ -1277,6 +1435,10 @@
|
|
|
1277
1435
|
--__axc-button-border-color: transparent;
|
|
1278
1436
|
}
|
|
1279
1437
|
|
|
1438
|
+
.navds-search:not(.navds-search--error, .navds-search--disabled) .navds-search__wrapper:has(.navds-search__input:-webkit-any(:hover, :focus-visible)) .navds-search__button-search.navds-button--secondary:not(:hover, :active) {
|
|
1439
|
+
--__axc-button-border-color: var(--ax-border-accent-strong);
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1280
1442
|
.navds-search:not(.navds-search--error, .navds-search--disabled) .navds-search__wrapper:has(.navds-search__input:is(:hover, :focus-visible)) .navds-search__button-search.navds-button--secondary:not(:hover, :active) {
|
|
1281
1443
|
--__axc-button-border-color: var(--ax-border-accent-strong);
|
|
1282
1444
|
}
|
|
@@ -1290,7 +1452,11 @@
|
|
|
1290
1452
|
box-shadow: inset 0 0 0 1px var(--ax-border-danger-strong);
|
|
1291
1453
|
}
|
|
1292
1454
|
|
|
1293
|
-
.navds-search__input:focus-visible
|
|
1455
|
+
.navds-search__input:focus-visible {
|
|
1456
|
+
z-index: 1;
|
|
1457
|
+
}
|
|
1458
|
+
|
|
1459
|
+
.navds-search__button-search:focus-visible {
|
|
1294
1460
|
z-index: 1;
|
|
1295
1461
|
}
|
|
1296
1462
|
|
|
@@ -1306,13 +1472,17 @@
|
|
|
1306
1472
|
--__axc-combobox-list-item-padding-inline: var(--ax-space-12);
|
|
1307
1473
|
--__axc-combobox-border-width: 1px;
|
|
1308
1474
|
--__axc-combobox-input-height: 2rem;
|
|
1309
|
-
border-radius: var(--ax-border-radius-
|
|
1475
|
+
border-radius: var(--ax-border-radius-large);
|
|
1310
1476
|
flex-direction: column;
|
|
1311
1477
|
width: 100%;
|
|
1312
1478
|
display: flex;
|
|
1313
1479
|
position: relative;
|
|
1314
1480
|
}
|
|
1315
1481
|
|
|
1482
|
+
.navds-form-field:not(:-webkit-any(.navds-combobox--disabled, .navds-combobox--readonly)) .navds-combobox__wrapper:hover {
|
|
1483
|
+
border-color: var(--ax-border-accent-strong);
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1316
1486
|
.navds-form-field:not(:is(.navds-combobox--disabled, .navds-combobox--readonly)) .navds-combobox__wrapper:hover {
|
|
1317
1487
|
border-color: var(--ax-border-accent-strong);
|
|
1318
1488
|
}
|
|
@@ -1337,7 +1507,11 @@
|
|
|
1337
1507
|
cursor: not-allowed;
|
|
1338
1508
|
}
|
|
1339
1509
|
|
|
1340
|
-
.navds-combobox--disabled .navds-combobox__selected-options
|
|
1510
|
+
.navds-combobox--disabled .navds-combobox__selected-options {
|
|
1511
|
+
pointer-events: none;
|
|
1512
|
+
}
|
|
1513
|
+
|
|
1514
|
+
.navds-combobox--disabled .navds-combobox--readonly {
|
|
1341
1515
|
pointer-events: none;
|
|
1342
1516
|
}
|
|
1343
1517
|
|
|
@@ -1358,7 +1532,11 @@
|
|
|
1358
1532
|
overflow: clip;
|
|
1359
1533
|
}
|
|
1360
1534
|
|
|
1361
|
-
.navds-combobox--readonly .navds-text-field__input
|
|
1535
|
+
.navds-combobox--readonly .navds-text-field__input {
|
|
1536
|
+
background-color: var(--ax-bg-moderate);
|
|
1537
|
+
}
|
|
1538
|
+
|
|
1539
|
+
.navds-combobox--readonly .navds-combobox__input {
|
|
1362
1540
|
background-color: var(--ax-bg-moderate);
|
|
1363
1541
|
}
|
|
1364
1542
|
|
|
@@ -1369,7 +1547,7 @@
|
|
|
1369
1547
|
|
|
1370
1548
|
.navds-combobox__wrapper-inner {
|
|
1371
1549
|
border: 1px solid var(--ax-border-default);
|
|
1372
|
-
border-radius: var(--ax-border-radius-
|
|
1550
|
+
border-radius: var(--ax-border-radius-large);
|
|
1373
1551
|
}
|
|
1374
1552
|
|
|
1375
1553
|
.navds-combobox__wrapper-inner:has(.navds-combobox__input:focus-visible) {
|
|
@@ -1483,7 +1661,11 @@
|
|
|
1483
1661
|
outline: none;
|
|
1484
1662
|
}
|
|
1485
1663
|
|
|
1486
|
-
.navds-combobox__wrapper-inner:has(.navds-combobox__input:focus)
|
|
1664
|
+
.navds-combobox__wrapper-inner:has(.navds-combobox__input:focus) {
|
|
1665
|
+
outline: none;
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
.navds-combobox__wrapper-inner:has(.navds-combobox__input:focus).navds-combobox__wrapper-inner--virtually-unfocused {
|
|
1487
1669
|
outline: none;
|
|
1488
1670
|
}
|
|
1489
1671
|
}
|
|
@@ -1493,7 +1675,6 @@
|
|
|
1493
1675
|
}
|
|
1494
1676
|
|
|
1495
1677
|
.navds-combobox__button-toggle-list {
|
|
1496
|
-
border-radius: var(--ax-border-radius-medium);
|
|
1497
1678
|
color: var(--ax-text-default);
|
|
1498
1679
|
cursor: pointer;
|
|
1499
1680
|
background: none;
|
|
@@ -1542,7 +1723,7 @@
|
|
|
1542
1723
|
.navds-combobox__list-item, .navds-combobox__list-item--loading, .navds-combobox__list-item--no-options, .navds-combobox__list-item--new-option, .navds-combobox__list-item--max-selected {
|
|
1543
1724
|
padding-block: var(--__axc-combobox-list-item-padding-block);
|
|
1544
1725
|
padding-inline: var(--__axc-combobox-list-item-padding-inline);
|
|
1545
|
-
border-radius: var(--ax-border-radius-
|
|
1726
|
+
border-radius: var(--ax-border-radius-large);
|
|
1546
1727
|
margin-inline: var(--ax-space-8);
|
|
1547
1728
|
margin-block: var(--ax-space-2);
|
|
1548
1729
|
border: 0;
|
|
@@ -1623,7 +1804,7 @@
|
|
|
1623
1804
|
border-radius: 0;
|
|
1624
1805
|
justify-content: flex-start;
|
|
1625
1806
|
gap: .25rem;
|
|
1626
|
-
margin-
|
|
1807
|
+
margin-top: calc(var(--ax-space-4) * -1);
|
|
1627
1808
|
}
|
|
1628
1809
|
|
|
1629
1810
|
.navds-combobox__list-item--new-option svg {
|
|
@@ -1651,6 +1832,7 @@
|
|
|
1651
1832
|
}
|
|
1652
1833
|
|
|
1653
1834
|
.navds-combobox__input {
|
|
1835
|
+
min-width: -webkit-min-content;
|
|
1654
1836
|
min-width: min-content;
|
|
1655
1837
|
padding: .75rem 0;
|
|
1656
1838
|
}
|
|
@@ -1856,7 +2038,7 @@
|
|
|
1856
2038
|
|
|
1857
2039
|
.navds-form-progress__stepper {
|
|
1858
2040
|
border: 1px solid var(--ax-border-subtle);
|
|
1859
|
-
border-radius: var(--ax-border-radius-
|
|
2041
|
+
border-radius: var(--ax-border-radius-xlarge);
|
|
1860
2042
|
padding: var(--ax-space-16) var(--ax-space-20);
|
|
1861
2043
|
margin-top: var(--ax-space-4);
|
|
1862
2044
|
background: var(--ax-bg-raised);
|