@navikt/ds-css 8.10.2 → 8.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/component/accordion.css +6 -21
- package/dist/component/accordion.min.css +1 -1
- package/dist/component/actionmenu.css +1 -9
- package/dist/component/alert.css +6 -16
- package/dist/component/alert.min.css +1 -1
- package/dist/component/button.css +5 -66
- package/dist/component/button.min.css +1 -1
- package/dist/component/chat.css +3 -19
- package/dist/component/chat.min.css +1 -1
- package/dist/component/date.css +11 -66
- package/dist/component/date.min.css +1 -1
- package/dist/component/dialog.css +15 -57
- package/dist/component/dialog.min.css +1 -1
- package/dist/component/dropdown.css +1 -2
- package/dist/component/dropdown.min.css +1 -1
- package/dist/component/expansioncard.css +5 -27
- package/dist/component/expansioncard.min.css +1 -1
- package/dist/component/form.css +26 -208
- package/dist/component/form.min.css +1 -1
- package/dist/component/guidepanel.css +3 -19
- package/dist/component/guidepanel.min.css +1 -1
- package/dist/component/helptext.css +1 -5
- package/dist/component/helptext.min.css +1 -1
- package/dist/component/inlinemessage.css +1 -1
- package/dist/component/inlinemessage.min.css +1 -1
- package/dist/component/internalheader.css +1 -10
- package/dist/component/internalheader.min.css +1 -1
- package/dist/component/link.css +1 -5
- package/dist/component/linkanchor.css +2 -10
- package/dist/component/linkcard.css +8 -55
- package/dist/component/linkcard.min.css +1 -1
- package/dist/component/list.css +3 -3
- package/dist/component/list.min.css +1 -1
- package/dist/component/modal.css +3 -16
- package/dist/component/modal.min.css +1 -1
- package/dist/component/primitives.css +4 -18
- package/dist/component/primitives.min.css +1 -1
- package/dist/component/process.css +10 -53
- package/dist/component/process.min.css +1 -1
- package/dist/component/skeleton.css +0 -1
- package/dist/component/skeleton.min.css +1 -1
- package/dist/component/stepper.css +2 -22
- package/dist/component/stepper.min.css +1 -1
- package/dist/component/table.css +1 -22
- package/dist/component/table.min.css +1 -1
- package/dist/component/tabs.css +3 -3
- package/dist/component/tabs.min.css +1 -1
- package/dist/component/tag.css +1 -12
- package/dist/component/tag.min.css +1 -1
- package/dist/component/timeline.css +2 -12
- package/dist/component/timeline.min.css +1 -1
- package/dist/component/togglegroup.css +0 -1
- package/dist/component/togglegroup.min.css +1 -1
- package/dist/components.css +125 -759
- package/dist/components.min.css +1 -1
- package/dist/global/tokens.css +1 -1
- package/dist/global/tokens.min.css +1 -1
- package/dist/index.css +126 -760
- package/dist/index.min.css +1 -1
- package/package.json +13 -7
- package/src/data-table.css +72 -4
- package/types.d.ts +1 -0
- package/.gitignore +0 -1
- package/CHANGELOG.md +0 -1574
- package/config/_mappings.d.ts +0 -25
- package/config/_mappings.js +0 -264
- package/config/bundle.ts +0 -279
- package/config/get-version.js +0 -4
package/dist/component/form.css
CHANGED
|
@@ -102,10 +102,7 @@
|
|
|
102
102
|
var(--__axc-dropzone-animation-ease-out);
|
|
103
103
|
margin: -1px;
|
|
104
104
|
position: absolute;
|
|
105
|
-
|
|
106
|
-
bottom: 0;
|
|
107
|
-
left: 0;
|
|
108
|
-
right: 0;
|
|
105
|
+
inset: 0;
|
|
109
106
|
}
|
|
110
107
|
|
|
111
108
|
@keyframes akselDropzoneDragoverAnimation {
|
|
@@ -185,25 +182,7 @@
|
|
|
185
182
|
display: flex;
|
|
186
183
|
}
|
|
187
184
|
|
|
188
|
-
li.aksel-file-item {
|
|
189
|
-
margin: 0;
|
|
190
|
-
padding: 0;
|
|
191
|
-
list-style: none;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.aksel-file-upload :-webkit-any(ul, li) {
|
|
195
|
-
margin: 0;
|
|
196
|
-
padding: 0;
|
|
197
|
-
list-style: none;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.aksel-file-upload :is(ul, li) {
|
|
201
|
-
margin: 0;
|
|
202
|
-
padding: 0;
|
|
203
|
-
list-style: none;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
ul:has( > li.aksel-file-item) {
|
|
185
|
+
.aksel-file-upload :is(ul, li), ul:has( > li.aksel-file-item), li.aksel-file-item {
|
|
207
186
|
margin: 0;
|
|
208
187
|
padding: 0;
|
|
209
188
|
list-style: none;
|
|
@@ -224,7 +203,6 @@
|
|
|
224
203
|
.aksel-file-item__link {
|
|
225
204
|
align-items: flex-start;
|
|
226
205
|
gap: var(--ax-space-2);
|
|
227
|
-
width: -webkit-fit-content;
|
|
228
206
|
width: fit-content;
|
|
229
207
|
display: flex;
|
|
230
208
|
}
|
|
@@ -324,11 +302,7 @@
|
|
|
324
302
|
outline-offset: 3px;
|
|
325
303
|
}
|
|
326
304
|
|
|
327
|
-
.aksel-error-summary:focus-visible {
|
|
328
|
-
outline: 3px solid var(--ax-border-focus);
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
.aksel-error-summary:has(.aksel-error-summary__heading:focus-visible) {
|
|
305
|
+
.aksel-error-summary:focus-visible, .aksel-error-summary:has(.aksel-error-summary__heading:focus-visible) {
|
|
332
306
|
outline: 3px solid var(--ax-border-focus);
|
|
333
307
|
}
|
|
334
308
|
|
|
@@ -393,27 +367,14 @@
|
|
|
393
367
|
border-color: orange;
|
|
394
368
|
border-left-style: solid;
|
|
395
369
|
border-left-width: 8px;
|
|
370
|
+
border-start-start-radius: calc(var(--ax-radius-8) - 1px);
|
|
371
|
+
border-end-start-radius: calc(var(--ax-radius-8) - 1px);
|
|
396
372
|
height: 100%;
|
|
397
373
|
position: absolute;
|
|
398
374
|
top: 0;
|
|
399
375
|
left: 0;
|
|
400
376
|
}
|
|
401
377
|
|
|
402
|
-
.aksel-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 {
|
|
403
|
-
border-top-left-radius: calc(var(--ax-radius-8) - 1px);
|
|
404
|
-
border-bottom-left-radius: calc(var(--ax-radius-8) - 1px);
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
.aksel-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 {
|
|
408
|
-
border-top-right-radius: calc(var(--ax-radius-8) - 1px);
|
|
409
|
-
border-bottom-right-radius: calc(var(--ax-radius-8) - 1px);
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
.aksel-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 {
|
|
413
|
-
border-top-right-radius: calc(var(--ax-radius-8) - 1px);
|
|
414
|
-
border-bottom-right-radius: calc(var(--ax-radius-8) - 1px);
|
|
415
|
-
}
|
|
416
|
-
|
|
417
378
|
.aksel-confirmation-panel--checked .aksel-confirmation-panel__inner:before {
|
|
418
379
|
border-color: green;
|
|
419
380
|
}
|
|
@@ -425,7 +386,6 @@
|
|
|
425
386
|
|
|
426
387
|
.aksel-checkbox, .aksel-radio {
|
|
427
388
|
gap: var(--ax-space-2) 0;
|
|
428
|
-
width: -webkit-fit-content;
|
|
429
389
|
width: fit-content;
|
|
430
390
|
padding: var(--ax-space-12) 0;
|
|
431
391
|
grid-template-columns: auto 1fr;
|
|
@@ -490,7 +450,6 @@
|
|
|
490
450
|
|
|
491
451
|
.aksel-checkbox__input, .aksel-radio__input {
|
|
492
452
|
--__axc-radio-checkbox-marker-border: 2px;
|
|
493
|
-
-webkit-appearance: none;
|
|
494
453
|
appearance: none;
|
|
495
454
|
cursor: pointer;
|
|
496
455
|
width: var(--__axc-radio-checkbox-marker-size);
|
|
@@ -502,12 +461,7 @@
|
|
|
502
461
|
position: relative;
|
|
503
462
|
}
|
|
504
463
|
|
|
505
|
-
:is(.aksel-checkbox__input, .aksel-radio__input)[data-standalone="true"]:disabled {
|
|
506
|
-
opacity: var(--ax-opacity-disabled);
|
|
507
|
-
cursor: not-allowed;
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
.aksel-checkbox__input-wrapper[data-standalone="true"] > :is(.aksel-checkbox__input, .aksel-radio__input):disabled {
|
|
464
|
+
:is(.aksel-checkbox__input, .aksel-radio__input)[data-standalone="true"]:disabled, .aksel-checkbox__input-wrapper[data-standalone="true"] > :is(.aksel-checkbox__input, .aksel-radio__input):disabled {
|
|
511
465
|
opacity: var(--ax-opacity-disabled);
|
|
512
466
|
cursor: not-allowed;
|
|
513
467
|
}
|
|
@@ -615,19 +569,11 @@
|
|
|
615
569
|
opacity: var(--ax-opacity-disabled);
|
|
616
570
|
}
|
|
617
571
|
|
|
618
|
-
.aksel-checkbox--disabled :where(.aksel-checkbox__input, .aksel-checkbox__label) {
|
|
572
|
+
.aksel-checkbox--disabled :where(.aksel-checkbox__input, .aksel-checkbox__label), .aksel-radio--disabled > :where(.aksel-radio__input, .aksel-radio__label) {
|
|
619
573
|
cursor: not-allowed;
|
|
620
574
|
}
|
|
621
575
|
|
|
622
|
-
.aksel-radio--
|
|
623
|
-
cursor: not-allowed;
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
.aksel-checkbox--readonly :where(.aksel-checkbox__input, .aksel-checkbox__label) {
|
|
627
|
-
cursor: default;
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
.aksel-radio--readonly > :where(.aksel-radio__input, .aksel-radio__label) {
|
|
576
|
+
.aksel-checkbox--readonly :where(.aksel-checkbox__input, .aksel-checkbox__label), .aksel-radio--readonly > :where(.aksel-radio__input, .aksel-radio__label) {
|
|
631
577
|
cursor: default;
|
|
632
578
|
}
|
|
633
579
|
|
|
@@ -661,19 +607,11 @@
|
|
|
661
607
|
}
|
|
662
608
|
|
|
663
609
|
@media screen and (forced-colors: active) {
|
|
664
|
-
:-webkit-any(.aksel-checkbox, .aksel-checkbox--readonly) .aksel-checkbox__input:indeterminate:after {
|
|
665
|
-
background-color: fieldtext;
|
|
666
|
-
}
|
|
667
|
-
|
|
668
610
|
:is(.aksel-checkbox, .aksel-checkbox--readonly) .aksel-checkbox__input:indeterminate:after {
|
|
669
611
|
background-color: fieldtext;
|
|
670
612
|
}
|
|
671
613
|
|
|
672
|
-
.aksel-radio:not(.aksel-radio--readonly) > .aksel-radio__input:hover:not(:disabled) + .aksel-radio__label {
|
|
673
|
-
color: highlight;
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
.aksel-checkbox:not(.aksel-checkbox--readonly):has(.aksel-checkbox__input:hover:not(:disabled)) > .aksel-checkbox__label {
|
|
614
|
+
.aksel-checkbox:not(.aksel-checkbox--readonly):has(.aksel-checkbox__input:hover:not(:disabled)) > .aksel-checkbox__label, .aksel-radio:not(.aksel-radio--readonly) > .aksel-radio__input:hover:not(:disabled) + .aksel-radio__label {
|
|
677
615
|
color: highlight;
|
|
678
616
|
}
|
|
679
617
|
|
|
@@ -706,15 +644,7 @@
|
|
|
706
644
|
background-color: graytext;
|
|
707
645
|
}
|
|
708
646
|
|
|
709
|
-
.aksel-checkbox--disabled :is(.aksel-checkbox__label, .aksel-checkbox__description, .aksel-checkbox__input:checked + .aksel-checkbox__icon) {
|
|
710
|
-
color: graytext;
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
.aksel-radio--disabled :-webkit-any(.aksel-radio__label, .aksel-radio__description) {
|
|
714
|
-
color: graytext;
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
.aksel-radio--disabled :is(.aksel-radio__label, .aksel-radio__description) {
|
|
647
|
+
.aksel-checkbox--disabled :is(.aksel-checkbox__label, .aksel-checkbox__description, .aksel-checkbox__input:checked + .aksel-checkbox__icon), .aksel-radio--disabled :is(.aksel-radio__label, .aksel-radio__description) {
|
|
718
648
|
color: graytext;
|
|
719
649
|
}
|
|
720
650
|
}
|
|
@@ -746,7 +676,6 @@
|
|
|
746
676
|
}
|
|
747
677
|
|
|
748
678
|
.aksel-select__input {
|
|
749
|
-
-webkit-appearance: none;
|
|
750
679
|
appearance: none;
|
|
751
680
|
background-color: var(--ax-bg-input);
|
|
752
681
|
border-radius: var(--ax-radius-8);
|
|
@@ -805,21 +734,10 @@
|
|
|
805
734
|
|
|
806
735
|
.aksel-form-field--small .aksel-select__input {
|
|
807
736
|
min-height: 2rem;
|
|
808
|
-
padding-
|
|
809
|
-
padding-bottom: 0;
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
.aksel-select--error > * select {
|
|
813
|
-
box-shadow: 0 0 0 1px var(--ax-border-danger-strong);
|
|
814
|
-
border-color: var(--ax-border-danger-strong);
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
.aksel-select--error > * select:hover {
|
|
818
|
-
box-shadow: 0 0 0 1px var(--ax-border-danger-strong);
|
|
819
|
-
border-color: var(--ax-border-danger-strong);
|
|
737
|
+
padding-block: 0;
|
|
820
738
|
}
|
|
821
739
|
|
|
822
|
-
.aksel-select--error > * select:focus {
|
|
740
|
+
.aksel-select--error > * select, .aksel-select--error > * select:hover, .aksel-select--error > * select:focus {
|
|
823
741
|
box-shadow: 0 0 0 1px var(--ax-border-danger-strong);
|
|
824
742
|
border-color: var(--ax-border-danger-strong);
|
|
825
743
|
}
|
|
@@ -850,12 +768,6 @@
|
|
|
850
768
|
}
|
|
851
769
|
|
|
852
770
|
@media (forced-colors: active) {
|
|
853
|
-
.aksel-select--readonly .aksel-select__input:-webkit-any(:hover, :focus) {
|
|
854
|
-
color: buttontext;
|
|
855
|
-
background-color: buttonface;
|
|
856
|
-
border-color: buttontext;
|
|
857
|
-
}
|
|
858
|
-
|
|
859
771
|
.aksel-select--readonly .aksel-select__input:is(:hover, :focus) {
|
|
860
772
|
color: buttontext;
|
|
861
773
|
background-color: buttonface;
|
|
@@ -868,7 +780,6 @@
|
|
|
868
780
|
}
|
|
869
781
|
|
|
870
782
|
.aksel-switch {
|
|
871
|
-
width: -webkit-fit-content;
|
|
872
783
|
width: fit-content;
|
|
873
784
|
min-height: 3rem;
|
|
874
785
|
position: relative;
|
|
@@ -1047,18 +958,12 @@
|
|
|
1047
958
|
width: auto;
|
|
1048
959
|
}
|
|
1049
960
|
|
|
1050
|
-
.aksel-switch--right .aksel-switch__input {
|
|
1051
|
-
left: auto;
|
|
1052
|
-
right: 0;
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
.aksel-switch--right .aksel-switch__track {
|
|
961
|
+
.aksel-switch--right .aksel-switch__input, .aksel-switch--right .aksel-switch__track {
|
|
1056
962
|
left: auto;
|
|
1057
963
|
right: 0;
|
|
1058
964
|
}
|
|
1059
965
|
|
|
1060
966
|
.aksel-switch__input:disabled {
|
|
1061
|
-
-webkit-appearance: none;
|
|
1062
967
|
appearance: none;
|
|
1063
968
|
}
|
|
1064
969
|
|
|
@@ -1070,31 +975,12 @@
|
|
|
1070
975
|
cursor: not-allowed;
|
|
1071
976
|
}
|
|
1072
977
|
|
|
1073
|
-
.aksel-switch--readonly > .aksel-switch__track {
|
|
978
|
+
.aksel-switch--readonly > .aksel-switch__track, .aksel-switch--readonly > .aksel-switch__input:hover ~ .aksel-switch__track, .aksel-switch--readonly > .aksel-switch__input:checked ~ .aksel-switch__track, .aksel-switch--readonly > .aksel-switch__input:checked:hover ~ .aksel-switch__track {
|
|
1074
979
|
background-color: var(--ax-bg-neutral-moderate);
|
|
1075
980
|
border-color: var(--ax-border-neutral-subtleA);
|
|
1076
981
|
}
|
|
1077
982
|
|
|
1078
|
-
.aksel-switch--readonly > .aksel-
|
|
1079
|
-
background-color: var(--ax-bg-neutral-moderate);
|
|
1080
|
-
border-color: var(--ax-border-neutral-subtleA);
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
.aksel-switch--readonly > .aksel-switch__input:checked ~ .aksel-switch__track {
|
|
1084
|
-
background-color: var(--ax-bg-neutral-moderate);
|
|
1085
|
-
border-color: var(--ax-border-neutral-subtleA);
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
.aksel-switch--readonly > .aksel-switch__input:checked:hover ~ .aksel-switch__track {
|
|
1089
|
-
background-color: var(--ax-bg-neutral-moderate);
|
|
1090
|
-
border-color: var(--ax-border-neutral-subtleA);
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
|
-
.aksel-switch--readonly > .aksel-switch__label-wrapper {
|
|
1094
|
-
cursor: default;
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
.aksel-switch--readonly > .aksel-switch__input {
|
|
983
|
+
.aksel-switch--readonly > .aksel-switch__label-wrapper, .aksel-switch--readonly > .aksel-switch__input {
|
|
1098
984
|
cursor: default;
|
|
1099
985
|
}
|
|
1100
986
|
|
|
@@ -1156,7 +1042,6 @@
|
|
|
1156
1042
|
}
|
|
1157
1043
|
|
|
1158
1044
|
.aksel-text-field__input {
|
|
1159
|
-
-webkit-appearance: none;
|
|
1160
1045
|
appearance: none;
|
|
1161
1046
|
padding: var(--ax-space-8);
|
|
1162
1047
|
background: var(--ax-bg-input);
|
|
@@ -1233,7 +1118,6 @@
|
|
|
1233
1118
|
|
|
1234
1119
|
.aksel-textarea__input {
|
|
1235
1120
|
height: var(--__axc-textarea-height);
|
|
1236
|
-
-webkit-appearance: none;
|
|
1237
1121
|
appearance: none;
|
|
1238
1122
|
padding: var(--ax-space-8);
|
|
1239
1123
|
background-color: var(--ax-bg-input);
|
|
@@ -1296,50 +1180,17 @@
|
|
|
1296
1180
|
|
|
1297
1181
|
.aksel-textarea--resize-both .aksel-textarea__input {
|
|
1298
1182
|
resize: both;
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
.aksel-textarea--resize-both .aksel-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)) {
|
|
1302
|
-
border-bottom-right-radius: 0;
|
|
1303
|
-
}
|
|
1304
|
-
|
|
1305
|
-
.aksel-textarea--resize-both .aksel-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)) {
|
|
1306
|
-
border-bottom-left-radius: 0;
|
|
1307
|
-
}
|
|
1308
|
-
|
|
1309
|
-
.aksel-textarea--resize-both .aksel-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)) {
|
|
1310
|
-
border-bottom-left-radius: 0;
|
|
1183
|
+
border-end-end-radius: 0;
|
|
1311
1184
|
}
|
|
1312
1185
|
|
|
1313
1186
|
.aksel-textarea--resize-horizontal .aksel-textarea__input {
|
|
1314
1187
|
resize: horizontal;
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
.aksel-textarea--resize-horizontal .aksel-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)) {
|
|
1318
|
-
border-bottom-right-radius: 0;
|
|
1319
|
-
}
|
|
1320
|
-
|
|
1321
|
-
.aksel-textarea--resize-horizontal .aksel-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)) {
|
|
1322
|
-
border-bottom-left-radius: 0;
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
|
-
.aksel-textarea--resize-horizontal .aksel-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)) {
|
|
1326
|
-
border-bottom-left-radius: 0;
|
|
1188
|
+
border-end-end-radius: 0;
|
|
1327
1189
|
}
|
|
1328
1190
|
|
|
1329
1191
|
.aksel-textarea--resize-vertical .aksel-textarea__input {
|
|
1330
1192
|
resize: vertical;
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
.aksel-textarea--resize-vertical .aksel-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)) {
|
|
1334
|
-
border-bottom-right-radius: 0;
|
|
1335
|
-
}
|
|
1336
|
-
|
|
1337
|
-
.aksel-textarea--resize-vertical .aksel-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)) {
|
|
1338
|
-
border-bottom-left-radius: 0;
|
|
1339
|
-
}
|
|
1340
|
-
|
|
1341
|
-
.aksel-textarea--resize-vertical .aksel-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)) {
|
|
1342
|
-
border-bottom-left-radius: 0;
|
|
1193
|
+
border-end-end-radius: 0;
|
|
1343
1194
|
}
|
|
1344
1195
|
|
|
1345
1196
|
.aksel-textarea--autoscrollbar, .aksel-textarea--autoscrollbar .aksel-textarea__wrapper {
|
|
@@ -1382,7 +1233,6 @@
|
|
|
1382
1233
|
}
|
|
1383
1234
|
|
|
1384
1235
|
.aksel-search--with-size .aksel-search__wrapper {
|
|
1385
|
-
width: -webkit-fit-content;
|
|
1386
1236
|
width: fit-content;
|
|
1387
1237
|
}
|
|
1388
1238
|
|
|
@@ -1405,13 +1255,7 @@
|
|
|
1405
1255
|
outline: none;
|
|
1406
1256
|
}
|
|
1407
1257
|
|
|
1408
|
-
.aksel-search__input.aksel-search__input--primary {
|
|
1409
|
-
border-right: none;
|
|
1410
|
-
border-top-right-radius: 0;
|
|
1411
|
-
border-bottom-right-radius: 0;
|
|
1412
|
-
}
|
|
1413
|
-
|
|
1414
|
-
.aksel-search__input.aksel-search__input--secondary {
|
|
1258
|
+
.aksel-search__input.aksel-search__input--primary, .aksel-search__input.aksel-search__input--secondary {
|
|
1415
1259
|
border-right: none;
|
|
1416
1260
|
border-top-right-radius: 0;
|
|
1417
1261
|
border-bottom-right-radius: 0;
|
|
@@ -1479,10 +1323,6 @@
|
|
|
1479
1323
|
--__axc-button-border-color: var(--ax-border-strong);
|
|
1480
1324
|
}
|
|
1481
1325
|
|
|
1482
|
-
.aksel-search:not(.aksel-search--error, .aksel-search--disabled) .aksel-search__wrapper:has(.aksel-search__input:-webkit-any(:hover, :focus-visible)) .aksel-search__button-search[data-variant="secondary"]:not(:hover, :active) {
|
|
1483
|
-
--__axc-button-border-color: var(--ax-border-strong);
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
1326
|
.aksel-search:not(.aksel-search--error, .aksel-search--disabled) .aksel-search__wrapper:has(.aksel-search__input:is(:hover, :focus-visible)) .aksel-search__button-search[data-variant="secondary"]:not(:hover, :active) {
|
|
1487
1327
|
--__axc-button-border-color: var(--ax-border-strong);
|
|
1488
1328
|
}
|
|
@@ -1497,11 +1337,7 @@
|
|
|
1497
1337
|
box-shadow: inset 0 0 0 1px var(--ax-border-danger-strong);
|
|
1498
1338
|
}
|
|
1499
1339
|
|
|
1500
|
-
.aksel-search__input:focus-visible {
|
|
1501
|
-
z-index: 1;
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
.aksel-search__button-search:focus-visible {
|
|
1340
|
+
.aksel-search__input:focus-visible, .aksel-search__button-search:focus-visible {
|
|
1505
1341
|
z-index: 1;
|
|
1506
1342
|
}
|
|
1507
1343
|
|
|
@@ -1524,10 +1360,6 @@
|
|
|
1524
1360
|
position: relative;
|
|
1525
1361
|
}
|
|
1526
1362
|
|
|
1527
|
-
.aksel-form-field:not(:-webkit-any(.aksel-combobox--disabled, .aksel-combobox--readonly)) .aksel-combobox__wrapper:hover {
|
|
1528
|
-
border-color: var(--ax-border-strong);
|
|
1529
|
-
}
|
|
1530
|
-
|
|
1531
1363
|
.aksel-form-field:not(:is(.aksel-combobox--disabled, .aksel-combobox--readonly)) .aksel-combobox__wrapper:hover {
|
|
1532
1364
|
border-color: var(--ax-border-strong);
|
|
1533
1365
|
}
|
|
@@ -1552,11 +1384,7 @@
|
|
|
1552
1384
|
cursor: not-allowed;
|
|
1553
1385
|
}
|
|
1554
1386
|
|
|
1555
|
-
.aksel-combobox--disabled .aksel-combobox__selected-options {
|
|
1556
|
-
pointer-events: none;
|
|
1557
|
-
}
|
|
1558
|
-
|
|
1559
|
-
.aksel-combobox--disabled .aksel-combobox--readonly {
|
|
1387
|
+
.aksel-combobox--disabled .aksel-combobox__selected-options, .aksel-combobox--disabled .aksel-combobox--readonly {
|
|
1560
1388
|
pointer-events: none;
|
|
1561
1389
|
}
|
|
1562
1390
|
|
|
@@ -1577,11 +1405,7 @@
|
|
|
1577
1405
|
overflow: clip;
|
|
1578
1406
|
}
|
|
1579
1407
|
|
|
1580
|
-
.aksel-combobox--readonly .aksel-text-field__input {
|
|
1581
|
-
background-color: var(--ax-bg-neutral-moderate);
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
|
-
.aksel-combobox--readonly .aksel-combobox__input {
|
|
1408
|
+
.aksel-combobox--readonly .aksel-text-field__input, .aksel-combobox--readonly .aksel-combobox__input {
|
|
1585
1409
|
background-color: var(--ax-bg-neutral-moderate);
|
|
1586
1410
|
}
|
|
1587
1411
|
|
|
@@ -1710,11 +1534,7 @@
|
|
|
1710
1534
|
outline: none;
|
|
1711
1535
|
}
|
|
1712
1536
|
|
|
1713
|
-
.aksel-combobox__wrapper-inner:has(.aksel-combobox__input:focus) {
|
|
1714
|
-
outline: none;
|
|
1715
|
-
}
|
|
1716
|
-
|
|
1717
|
-
.aksel-combobox__wrapper-inner:has(.aksel-combobox__input:focus).aksel-combobox__wrapper-inner--virtually-unfocused {
|
|
1537
|
+
.aksel-combobox__wrapper-inner:has(.aksel-combobox__input:focus), .aksel-combobox__wrapper-inner:has(.aksel-combobox__input:focus).aksel-combobox__wrapper-inner--virtually-unfocused {
|
|
1718
1538
|
outline: none;
|
|
1719
1539
|
}
|
|
1720
1540
|
}
|
|
@@ -1851,7 +1671,7 @@
|
|
|
1851
1671
|
border-radius: 0;
|
|
1852
1672
|
justify-content: flex-start;
|
|
1853
1673
|
gap: .25rem;
|
|
1854
|
-
margin-
|
|
1674
|
+
margin-block-start: calc(var(--ax-space-4) * -1);
|
|
1855
1675
|
}
|
|
1856
1676
|
|
|
1857
1677
|
.aksel-combobox__list-item--new-option svg {
|
|
@@ -1879,7 +1699,6 @@
|
|
|
1879
1699
|
}
|
|
1880
1700
|
|
|
1881
1701
|
.aksel-combobox__input {
|
|
1882
|
-
min-width: -webkit-min-content;
|
|
1883
1702
|
min-width: min-content;
|
|
1884
1703
|
padding: .75rem 0;
|
|
1885
1704
|
}
|
|
@@ -2079,9 +1898,8 @@
|
|
|
2079
1898
|
opacity: .001;
|
|
2080
1899
|
grid-template-rows: 0fr;
|
|
2081
1900
|
margin-top: -2px;
|
|
2082
|
-
padding-
|
|
2083
|
-
|
|
2084
|
-
transition-property: margin-top, opacity, visibility, padding-top, grid-template-rows;
|
|
1901
|
+
padding-block: 0;
|
|
1902
|
+
transition-property: margin-top, opacity, visibility, padding-block-start, grid-template-rows;
|
|
2085
1903
|
transition-duration: .3s;
|
|
2086
1904
|
transition-timing-function: cubic-bezier(.2, 0, 0, 1);
|
|
2087
1905
|
display: grid;
|