@navikt/ds-css 8.9.1 → 8.10.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.
@@ -47,6 +47,17 @@
47
47
  display: flex;
48
48
  }
49
49
 
50
+ .aksel-timeline__row:focus {
51
+ outline: none;
52
+ }
53
+
54
+ @media (forced-colors: active) {
55
+ .aksel-timeline__row:focus {
56
+ outline-offset: -1px;
57
+ outline: 1px solid highlight;
58
+ }
59
+ }
60
+
50
61
  .aksel-timeline__row--active {
51
62
  background: var(--ax-bg-accent-moderate);
52
63
  }
@@ -88,6 +99,7 @@
88
99
  font-size: 1rem;
89
100
  display: flex;
90
101
  position: absolute;
102
+ container-type: inline-size;
91
103
  }
92
104
 
93
105
  .aksel-timeline__period.aksel-timeline__period--clickable:hover {
@@ -102,7 +114,7 @@
102
114
  }
103
115
 
104
116
  .aksel-timeline__period--inner {
105
- margin: 0 var(--ax-space-8);
117
+ margin: 0 clamp(var(--ax-space-4), 17cqi, var(--ax-space-8));
106
118
  white-space: nowrap;
107
119
  text-overflow: clip;
108
120
  text-align: left;
@@ -112,7 +124,13 @@
112
124
  }
113
125
 
114
126
  .aksel-timeline__period--inner svg {
115
- flex-shrink: 0;
127
+ flex-shrink: 1;
128
+ }
129
+
130
+ @container not (min-inline-size: 1.4rem) {
131
+ .aksel-timeline__period--inner {
132
+ margin: 0 10cqi;
133
+ }
116
134
  }
117
135
 
118
136
  .aksel-timeline__period--clickable {
@@ -1 +1 @@
1
- @layer aksel.reset,aksel.theming,aksel.baseline,aksel.print,aksel.typography,aksel.components.core,aksel.components.core.loader,aksel.components.core.button,aksel.components.form;@layer aksel.components.modules{.aksel-timeline{grid-template-columns:auto minmax(0,1fr);align-items:center;width:100%;min-width:-webkit-fit-content;min-width:fit-content;display:grid;position:relative}.aksel-timeline__axislabels{box-sizing:content-box;height:1rem;margin-bottom:var(--ax-space-4);grid-column:2;position:relative}.aksel-timeline__row-label{white-space:nowrap;width:auto;margin-right:var(--ax-space-16);align-items:center;gap:var(--ax-space-8);grid-column:1;min-height:1.5rem;display:flex}.aksel-timeline__row-label:where(:nth-last-child(2)){align-self:flex-end}.aksel-timeline__axislabels-label{color:var(--ax-text-neutral-subtle);white-space:nowrap;position:absolute}.aksel-timeline__row{background:var(--ax-bg-neutral-softA);margin:var(--ax-space-16) 0;grid-column:2;display:flex}.aksel-timeline__row--active{background:var(--ax-bg-accent-moderate)}.aksel-timeline__row:last-of-type{margin-bottom:0}.aksel-timeline__row-periods{width:100%;min-height:1.5rem;margin:0;position:relative}.aksel-timeline__row-periods>li{list-style-type:none}.aksel-timeline__period:focus-visible{z-index:4;outline:3px solid var(--ax-border-focus);outline-offset:3px}.aksel-timeline__period:focus-visible.aksel-timeline__period:focus-visible{box-shadow:0 0 0 3px var(--ax-bg-default)}.aksel-timeline__period{border-radius:var(--ax-radius-full);z-index:2;background:var(--ax-bg-moderate);border:solid 1px var(--ax-border-default);height:100%;color:var(--ax-text-decoration);align-items:center;padding:0;font-size:1rem;display:flex;position:absolute}.aksel-timeline__period.aksel-timeline__period--clickable:hover{background:var(--ax-bg-moderate-hover);border-color:var(--ax-border-strong)}.aksel-timeline__period.aksel-timeline__period--clickable.aksel-timeline__period--selected{background:var(--ax-bg-strong-pressed);color:var(--ax-text-contrast);border:none}.aksel-timeline__period--inner{margin:0 var(--ax-space-8);white-space:nowrap;text-overflow:clip;text-align:left;align-items:center;display:flex;overflow:hidden}.aksel-timeline__period--inner svg{flex-shrink:0}.aksel-timeline__period--clickable{cursor:pointer}.aksel-timeline__period--connected-both{border-radius:0}.aksel-timeline__period--connected-right{border-top-right-radius:0;border-bottom-right-radius:0}.aksel-timeline__period--connected-left{border-top-left-radius:0;border-bottom-left-radius:0}.aksel-timeline__pin-wrapper{z-index:1;isolation:isolate;flex-direction:column-reverse;grid-column:2;height:100%;display:flex;position:absolute;top:0}.aksel-timeline__pin-button{cursor:pointer;background:var(--ax-bg-default);box-shadow:inset 0 0 0 4px var(--ax-bg-danger-strong);z-index:2;border-radius:var(--ax-radius-full);padding:var(--ax-space-8);border:none;position:relative}.aksel-timeline__pin-button:before{content:"";border-radius:var(--ax-radius-full);width:25px;height:25px;position:absolute;inset:-9px 0 0 -9px}.aksel-timeline__pin-button:hover{box-shadow:inset 0 0 0 4px var(--ax-bg-danger-strong-hover)}.aksel-timeline__pin-button:focus-visible{box-shadow:inset 0 0 0 4px var(--ax-border-danger-strong),0 0 0 3px var(--ax-bg-default);outline:3px solid var(--ax-border-focus);outline-offset:3px}.aksel-timeline__pin-wrapper:before{content:"";background:var(--ax-border-neutral-strong);width:1px;height:calc(100% - 2rem);margin:0 auto;top:.9rem}.aksel-timeline__zoom{margin-top:var(--ax-space-24);float:right;list-style-type:none;display:flex}.aksel-timeline__zoom-button{all:unset;cursor:pointer;border:1px solid var(--ax-border-neutral);background:var(--ax-bg-default);border-width:1px 0 1px 1px;padding:6px 9px 6px 8px}.aksel-timeline__zoom li:first-child .aksel-timeline__zoom-button{border-radius:var(--ax-radius-4) 0 0 var(--ax-radius-4)}.aksel-timeline__zoom li:last-child .aksel-timeline__zoom-button{border-radius:0 var(--ax-radius-4) var(--ax-radius-4) 0;border-width:1px}.aksel-timeline__zoom li:only-child .aksel-timeline__zoom-button{border-radius:var(--ax-radius-4)}.aksel-timeline__zoom-button:not([aria-pressed=true]):hover{background:var(--ax-bg-neutral-moderate-hoverA)}.aksel-timeline__zoom-button[aria-pressed=true]{background:var(--ax-bg-neutral-strong-pressed);border-color:var(--ax-bg-neutral-strong-pressed);color:var(--ax-text-neutral-contrast)}.aksel-timeline__zoom li:focus-within{z-index:5}.aksel-timeline__zoom-button:focus-visible{box-shadow:0 0 0 1px var(--ax-bg-default),0 0 0 4px var(--ax-border-focus);border-width:1px}.aksel-timeline__zoom li:not(:last-child) .aksel-timeline__zoom-button:focus-visible{margin-right:2px;padding-right:6px}.aksel-timeline__popover{z-index:5;background-color:var(--ax-bg-raised);box-shadow:var(--ax-shadow-dialog);border:1px solid;border-color:var(--ax-border-neutral-subtleA);border-radius:var(--ax-radius-8);padding:var(--ax-space-16) var(--ax-space-20)}.aksel-timeline__popover:focus-visible{outline:3px solid var(--ax-border-focus);outline-offset:3px}@media(forced-colors:active){.aksel-timeline__period:focus{outline-offset:3px;outline:3px solid highlight}.aksel-timeline__period--success,.aksel-timeline__period--warning,.aksel-timeline__period--info,.aksel-timeline__period--neutral,.aksel-timeline__period--danger{forced-color-adjust:none}.aksel-timeline__row,.aksel-timeline__pin-wrapper:before{border:1px solid rgba(0,0,0,0)}.aksel-timeline__pin-button{outline:4px solid rgba(0,0,0,0)}.aksel-timeline__pin-button:focus{outline-offset:3px;box-shadow:none;outline:4px solid highlight}.aksel-timeline__pin-button:focus-visible{outline-offset:3px;box-shadow:none;outline:4px solid highlight}}}@layer aksel.layout;
1
+ @layer aksel.reset,aksel.theming,aksel.baseline,aksel.print,aksel.typography,aksel.components.core,aksel.components.core.loader,aksel.components.core.button,aksel.components.form;@layer aksel.components.modules{.aksel-timeline{grid-template-columns:auto minmax(0,1fr);align-items:center;width:100%;min-width:-webkit-fit-content;min-width:fit-content;display:grid;position:relative}.aksel-timeline__axislabels{box-sizing:content-box;height:1rem;margin-bottom:var(--ax-space-4);grid-column:2;position:relative}.aksel-timeline__row-label{white-space:nowrap;width:auto;margin-right:var(--ax-space-16);align-items:center;gap:var(--ax-space-8);grid-column:1;min-height:1.5rem;display:flex}.aksel-timeline__row-label:where(:nth-last-child(2)){align-self:flex-end}.aksel-timeline__axislabels-label{color:var(--ax-text-neutral-subtle);white-space:nowrap;position:absolute}.aksel-timeline__row{background:var(--ax-bg-neutral-softA);margin:var(--ax-space-16) 0;grid-column:2;display:flex}.aksel-timeline__row:focus{outline:none}@media(forced-colors:active){.aksel-timeline__row:focus{outline-offset:-1px;outline:1px solid highlight}}.aksel-timeline__row--active{background:var(--ax-bg-accent-moderate)}.aksel-timeline__row:last-of-type{margin-bottom:0}.aksel-timeline__row-periods{width:100%;min-height:1.5rem;margin:0;position:relative}.aksel-timeline__row-periods>li{list-style-type:none}.aksel-timeline__period:focus-visible{z-index:4;outline:3px solid var(--ax-border-focus);outline-offset:3px}.aksel-timeline__period:focus-visible.aksel-timeline__period:focus-visible{box-shadow:0 0 0 3px var(--ax-bg-default)}.aksel-timeline__period{border-radius:var(--ax-radius-full);z-index:2;background:var(--ax-bg-moderate);border:solid 1px var(--ax-border-default);height:100%;color:var(--ax-text-decoration);align-items:center;padding:0;font-size:1rem;display:flex;position:absolute;container-type:inline-size}.aksel-timeline__period.aksel-timeline__period--clickable:hover{background:var(--ax-bg-moderate-hover);border-color:var(--ax-border-strong)}.aksel-timeline__period.aksel-timeline__period--clickable.aksel-timeline__period--selected{background:var(--ax-bg-strong-pressed);color:var(--ax-text-contrast);border:none}.aksel-timeline__period--inner{margin:0 clamp(var(--ax-space-4),17cqi,var(--ax-space-8));white-space:nowrap;text-overflow:clip;text-align:left;align-items:center;display:flex;overflow:hidden}.aksel-timeline__period--inner svg{flex-shrink:1}@container not (min-inline-size: 1.4rem){.aksel-timeline__period--inner{margin:0 10cqi}}.aksel-timeline__period--clickable{cursor:pointer}.aksel-timeline__period--connected-both{border-radius:0}.aksel-timeline__period--connected-right{border-top-right-radius:0;border-bottom-right-radius:0}.aksel-timeline__period--connected-left{border-top-left-radius:0;border-bottom-left-radius:0}.aksel-timeline__pin-wrapper{z-index:1;isolation:isolate;flex-direction:column-reverse;grid-column:2;height:100%;display:flex;position:absolute;top:0}.aksel-timeline__pin-button{cursor:pointer;background:var(--ax-bg-default);box-shadow:inset 0 0 0 4px var(--ax-bg-danger-strong);z-index:2;border-radius:var(--ax-radius-full);padding:var(--ax-space-8);border:none;position:relative}.aksel-timeline__pin-button:before{content:"";border-radius:var(--ax-radius-full);width:25px;height:25px;position:absolute;inset:-9px 0 0 -9px}.aksel-timeline__pin-button:hover{box-shadow:inset 0 0 0 4px var(--ax-bg-danger-strong-hover)}.aksel-timeline__pin-button:focus-visible{box-shadow:inset 0 0 0 4px var(--ax-border-danger-strong),0 0 0 3px var(--ax-bg-default);outline:3px solid var(--ax-border-focus);outline-offset:3px}.aksel-timeline__pin-wrapper:before{content:"";background:var(--ax-border-neutral-strong);width:1px;height:calc(100% - 2rem);margin:0 auto;top:.9rem}.aksel-timeline__zoom{margin-top:var(--ax-space-24);float:right;list-style-type:none;display:flex}.aksel-timeline__zoom-button{all:unset;cursor:pointer;border:1px solid var(--ax-border-neutral);background:var(--ax-bg-default);border-width:1px 0 1px 1px;padding:6px 9px 6px 8px}.aksel-timeline__zoom li:first-child .aksel-timeline__zoom-button{border-radius:var(--ax-radius-4) 0 0 var(--ax-radius-4)}.aksel-timeline__zoom li:last-child .aksel-timeline__zoom-button{border-radius:0 var(--ax-radius-4) var(--ax-radius-4) 0;border-width:1px}.aksel-timeline__zoom li:only-child .aksel-timeline__zoom-button{border-radius:var(--ax-radius-4)}.aksel-timeline__zoom-button:not([aria-pressed=true]):hover{background:var(--ax-bg-neutral-moderate-hoverA)}.aksel-timeline__zoom-button[aria-pressed=true]{background:var(--ax-bg-neutral-strong-pressed);border-color:var(--ax-bg-neutral-strong-pressed);color:var(--ax-text-neutral-contrast)}.aksel-timeline__zoom li:focus-within{z-index:5}.aksel-timeline__zoom-button:focus-visible{box-shadow:0 0 0 1px var(--ax-bg-default),0 0 0 4px var(--ax-border-focus);border-width:1px}.aksel-timeline__zoom li:not(:last-child) .aksel-timeline__zoom-button:focus-visible{margin-right:2px;padding-right:6px}.aksel-timeline__popover{z-index:5;background-color:var(--ax-bg-raised);box-shadow:var(--ax-shadow-dialog);border:1px solid;border-color:var(--ax-border-neutral-subtleA);border-radius:var(--ax-radius-8);padding:var(--ax-space-16) var(--ax-space-20)}.aksel-timeline__popover:focus-visible{outline:3px solid var(--ax-border-focus);outline-offset:3px}@media(forced-colors:active){.aksel-timeline__period:focus{outline-offset:3px;outline:3px solid highlight}.aksel-timeline__period--success,.aksel-timeline__period--warning,.aksel-timeline__period--info,.aksel-timeline__period--neutral,.aksel-timeline__period--danger{forced-color-adjust:none}.aksel-timeline__row,.aksel-timeline__pin-wrapper:before{border:1px solid rgba(0,0,0,0)}.aksel-timeline__pin-button{outline:4px solid rgba(0,0,0,0)}.aksel-timeline__pin-button:focus{outline-offset:3px;box-shadow:none;outline:4px solid highlight}.aksel-timeline__pin-button:focus-visible{outline-offset:3px;box-shadow:none;outline:4px solid highlight}}}@layer aksel.layout;
@@ -1338,6 +1338,16 @@
1338
1338
  position: relative;
1339
1339
  }
1340
1340
 
1341
+ :is(.aksel-checkbox__input, .aksel-radio__input)[data-standalone="true"]:disabled {
1342
+ opacity: var(--ax-opacity-disabled);
1343
+ cursor: not-allowed;
1344
+ }
1345
+
1346
+ .aksel-checkbox__input-wrapper[data-standalone="true"] > :is(.aksel-checkbox__input, .aksel-radio__input):disabled {
1347
+ opacity: var(--ax-opacity-disabled);
1348
+ cursor: not-allowed;
1349
+ }
1350
+
1341
1351
  .aksel-checkbox__input:before, .aksel-radio__input:before {
1342
1352
  content: "";
1343
1353
  inset: calc(-1 *
@@ -3217,6 +3227,10 @@
3217
3227
  outline-offset: -1px;
3218
3228
  }
3219
3229
 
3230
+ .aksel-base-alert[data-variant="moderate"][data-size="small"] {
3231
+ --__axc-base-alert-pi: var(--ax-space-16);
3232
+ }
3233
+
3220
3234
  .aksel-base-alert[data-variant="strong"] {
3221
3235
  outline: 2px solid var(--ax-border-default);
3222
3236
  outline-offset: -2px;
@@ -3246,6 +3260,7 @@
3246
3260
  background: var(--ax-bg-moderate);
3247
3261
  color: var(--ax-text-default);
3248
3262
  border-color: var(--ax-border-subtleA);
3263
+ padding-top: var(--ax-space-1);
3249
3264
  }
3250
3265
 
3251
3266
  .aksel-base-alert[data-variant="strong"] .aksel-base-alert__header {
@@ -3273,6 +3288,10 @@
3273
3288
  background-color: var(--ax-bg-default);
3274
3289
  }
3275
3290
 
3291
+ .aksel-base-alert__content[data-color] {
3292
+ color: var(--ax-text-neutral);
3293
+ }
3294
+
3276
3295
  .aksel-base-alert[data-global="true"] .aksel-base-alert__content {
3277
3296
  padding-inline: var(--__axc-global-alert-alignment);
3278
3297
  }
@@ -3460,11 +3479,11 @@
3460
3479
  }
3461
3480
 
3462
3481
  .aksel-date .rdp-table {
3463
- border-collapse: separate;
3482
+ border-collapse: collapse;
3464
3483
  }
3465
3484
 
3466
3485
  .aksel-date .rdp-cell {
3467
- padding: 1px;
3486
+ padding: 0;
3468
3487
  }
3469
3488
 
3470
3489
  .aksel-date .rdp-cell[data-outside="true"] {
@@ -3477,17 +3496,21 @@
3477
3496
  height: calc(var(--__axc-date-button-size) + 2px);
3478
3497
  }
3479
3498
 
3480
- .aksel-date .rdp-day_range_middle.rdp-day_disabled {
3499
+ .aksel-date .rdp-day_range_middle.rdp-day_disabled .rdp-day__inner {
3481
3500
  color: var(--ax-text-neutral);
3482
3501
  background: var(--ax-bg-neutral-moderateA);
3483
3502
  }
3484
3503
 
3485
- .aksel-date .rdp-day_range_middle.rdp-day_selected {
3504
+ .aksel-date .rdp-day_range_middle.rdp-day_selected .rdp-day__inner {
3486
3505
  background-color: var(--ax-bg-moderate-pressedA);
3487
3506
  box-shadow: inset 0 0 0 1px var(--ax-border-subtleA);
3488
3507
  color: var(--ax-text-neutral);
3489
3508
  }
3490
3509
 
3510
+ .aksel-date .rdp-button.rdp-day__range-hover-middle .rdp-day__inner {
3511
+ background-color: var(--ax-bg-moderate-hoverA);
3512
+ }
3513
+
3491
3514
  .aksel-date .rdp-month {
3492
3515
  gap: var(--ax-space-20);
3493
3516
  display: grid;
@@ -3509,22 +3532,30 @@
3509
3532
 
3510
3533
  .aksel-date .rdp-button {
3511
3534
  all: unset;
3535
+ padding: var(--ax-space-2);
3536
+ cursor: pointer;
3537
+ }
3538
+
3539
+ .aksel-date .rdp-button .rdp-day__inner {
3512
3540
  width: var(--__axc-date-button-size);
3513
3541
  height: var(--__axc-date-button-size);
3514
- text-align: center;
3542
+ }
3543
+
3544
+ .aksel-date .rdp-day__inner {
3515
3545
  border-radius: var(--ax-radius-8);
3516
- display: block;
3546
+ place-items: center;
3547
+ display: grid;
3517
3548
  }
3518
3549
 
3519
- .aksel-date .rdp-day_range_start {
3550
+ .aksel-date .rdp-day_range_start .rdp-day__inner {
3520
3551
  border-radius: 100% var(--ax-radius-12) var(--ax-radius-12) 100%;
3521
3552
  }
3522
3553
 
3523
- .aksel-date .rdp-day_range_end:not(.rdp-day_range_start) {
3554
+ .aksel-date .rdp-day_range_end:not(.rdp-day_range_start) .rdp-day__inner {
3524
3555
  border-radius: var(--ax-radius-8) 100% 100% var(--ax-radius-8);
3525
3556
  }
3526
3557
 
3527
- .aksel-date .rdp-day_range_start.rdp-day_range_end {
3558
+ .aksel-date .rdp-day_range_start.rdp-day_range_end .rdp-day__inner {
3528
3559
  border-radius: var(--ax-radius-8);
3529
3560
  }
3530
3561
 
@@ -3535,33 +3566,24 @@
3535
3566
  position: relative;
3536
3567
  }
3537
3568
 
3538
- .aksel-date .rdp-day_selected {
3569
+ .aksel-date .rdp-day_selected .rdp-day__inner {
3539
3570
  color: var(--ax-text-contrast);
3540
3571
  background: var(--ax-bg-strong-pressed);
3541
- cursor: pointer;
3542
3572
  }
3543
3573
 
3544
- .aksel-date .aksel-monthpicker__month--selected {
3545
- color: var(--ax-text-contrast);
3546
- background: var(--ax-bg-strong-pressed);
3547
- cursor: pointer;
3548
- }
3549
-
3550
- .aksel-date .rdp-day_disabled {
3574
+ .aksel-date .rdp-day_disabled .rdp-day__inner {
3551
3575
  cursor: not-allowed;
3552
3576
  background-color: var(--ax-bg-neutral-moderateA);
3553
3577
  color: var(--ax-text-neutral-subtle);
3554
- text-decoration: line-through;
3578
+ opacity: var(--ax-opacity-disabled);
3555
3579
  }
3556
3580
 
3557
- .aksel-date .rdp-button:where(:not(.rdp-day_selected, [disabled])):hover {
3581
+ .aksel-date .rdp-button:where(:not(.rdp-day_selected, [disabled])):hover .rdp-day__inner {
3558
3582
  background: var(--ax-bg-moderate-hoverA);
3559
- cursor: pointer;
3560
3583
  }
3561
3584
 
3562
- .aksel-date .aksel-date__month-button:where(:not(.rdp-day_selected, [disabled])):hover {
3585
+ .aksel-date .aksel-date__month-button:where(:not(.rdp-day_selected, [disabled])):hover .rdp-day__inner {
3563
3586
  background: var(--ax-bg-moderate-hoverA);
3564
- cursor: pointer;
3565
3587
  }
3566
3588
 
3567
3589
  .aksel-date .rdp-day_today {
@@ -3618,7 +3640,7 @@
3618
3640
  justify-content: space-between;
3619
3641
  align-items: center;
3620
3642
  gap: var(--ax-space-4);
3621
- padding-inline: var(--ax-space-4);
3643
+ padding-inline: var(--ax-space-2);
3622
3644
  display: flex;
3623
3645
  }
3624
3646
 
@@ -3634,10 +3656,12 @@
3634
3656
 
3635
3657
  .aksel-date__month-button {
3636
3658
  all: unset;
3637
- text-align: center;
3638
- text-transform: capitalize;
3639
- border-radius: var(--ax-radius-8);
3659
+ padding: var(--ax-space-2);
3640
3660
  cursor: pointer;
3661
+ }
3662
+
3663
+ .aksel-date__month-button .rdp-day__inner {
3664
+ text-transform: capitalize;
3641
3665
  width: 3rem;
3642
3666
  height: 3rem;
3643
3667
  }
@@ -3654,22 +3678,22 @@
3654
3678
  height: fit-content;
3655
3679
  }
3656
3680
 
3657
- :is(.aksel-date__wrapper, .aksel-date__standalone-wrapper) .rdp-cell > button.rdp-day:focus-visible {
3681
+ :is(.aksel-date__wrapper, .aksel-date__standalone-wrapper) .rdp-cell > button.rdp-day:focus-visible .rdp-day__inner {
3658
3682
  outline: 3px solid var(--ax-border-focus);
3659
3683
  outline-offset: 3px;
3660
3684
  }
3661
3685
 
3662
- :is(.aksel-date__wrapper, .aksel-date__standalone-wrapper) .rdp-cell > button.rdp-day:active:not(:disabled) {
3686
+ :is(.aksel-date__wrapper, .aksel-date__standalone-wrapper) .rdp-cell > button.rdp-day:active:not(:disabled) .rdp-day__inner {
3663
3687
  color: var(--ax-text-contrast);
3664
3688
  background-color: var(--ax-bg-strong-pressed);
3665
3689
  }
3666
3690
 
3667
- :is(.aksel-date__wrapper, .aksel-date__standalone-wrapper) button.aksel-date__month-button:focus-visible {
3691
+ :is(.aksel-date__wrapper, .aksel-date__standalone-wrapper) button.aksel-date__month-button:focus-visible .rdp-day__inner {
3668
3692
  outline: 3px solid var(--ax-border-focus);
3669
3693
  outline-offset: 3px;
3670
3694
  }
3671
3695
 
3672
- :is(.aksel-date__wrapper, .aksel-date__standalone-wrapper) button.aksel-date__month-button:active:not(:disabled) {
3696
+ :is(.aksel-date__wrapper, .aksel-date__standalone-wrapper) button.aksel-date__month-button:active:not(:disabled) .rdp-day__inner {
3673
3697
  color: var(--ax-text-contrast);
3674
3698
  background-color: var(--ax-bg-strong-pressed);
3675
3699
  }
@@ -5597,6 +5621,17 @@
5597
5621
  display: flex;
5598
5622
  }
5599
5623
 
5624
+ .aksel-timeline__row:focus {
5625
+ outline: none;
5626
+ }
5627
+
5628
+ @media (forced-colors: active) {
5629
+ .aksel-timeline__row:focus {
5630
+ outline-offset: -1px;
5631
+ outline: 1px solid highlight;
5632
+ }
5633
+ }
5634
+
5600
5635
  .aksel-timeline__row--active {
5601
5636
  background: var(--ax-bg-accent-moderate);
5602
5637
  }
@@ -5638,6 +5673,7 @@
5638
5673
  font-size: 1rem;
5639
5674
  display: flex;
5640
5675
  position: absolute;
5676
+ container-type: inline-size;
5641
5677
  }
5642
5678
 
5643
5679
  .aksel-timeline__period.aksel-timeline__period--clickable:hover {
@@ -5652,7 +5688,7 @@
5652
5688
  }
5653
5689
 
5654
5690
  .aksel-timeline__period--inner {
5655
- margin: 0 var(--ax-space-8);
5691
+ margin: 0 clamp(var(--ax-space-4), 17cqi, var(--ax-space-8));
5656
5692
  white-space: nowrap;
5657
5693
  text-overflow: clip;
5658
5694
  text-align: left;
@@ -5662,7 +5698,13 @@
5662
5698
  }
5663
5699
 
5664
5700
  .aksel-timeline__period--inner svg {
5665
- flex-shrink: 0;
5701
+ flex-shrink: 1;
5702
+ }
5703
+
5704
+ @container not (min-inline-size: 1.4rem) {
5705
+ .aksel-timeline__period--inner {
5706
+ margin: 0 10cqi;
5707
+ }
5666
5708
  }
5667
5709
 
5668
5710
  .aksel-timeline__period--clickable {
@@ -6319,10 +6361,8 @@
6319
6361
  }
6320
6362
 
6321
6363
  .aksel-skeleton--text {
6322
- transform-origin: 0 55%;
6323
- border-radius: var(--ax-radius-8);
6324
6364
  height: auto;
6325
- transform: scale(1, .6);
6365
+ clip-path: inset(20% 0 round var(--ax-radius-4));
6326
6366
  }
6327
6367
 
6328
6368
  .aksel-skeleton--text:empty:before {
@@ -7120,6 +7160,14 @@
7120
7160
  border-bottom: 1px solid var(--ax-border-neutral-subtleA);
7121
7161
  }
7122
7162
 
7163
+ .aksel-table__expandable-row:has( + .aksel-table__expanded-row[data-state="closed"] + .aksel-table__row--selected) > :-webkit-any(th, td) {
7164
+ border-color: var(--ax-border-default);
7165
+ }
7166
+
7167
+ .aksel-table__expandable-row:has( + .aksel-table__expanded-row[data-state="closed"] + .aksel-table__row--selected) > :is(th, td) {
7168
+ border-color: var(--ax-border-default);
7169
+ }
7170
+
7123
7171
  .aksel-table__expanded-row:has( + .aksel-table__row--selected) .aksel-table__expanded-row-collapse {
7124
7172
  border-color: var(--ax-border-default);
7125
7173
  }