@navikt/aksel-stylelint 6.10.0 → 6.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.
Files changed (2) hide show
  1. package/dist/index.css +679 -22
  2. package/package.json +3 -3
package/dist/index.css CHANGED
@@ -1,9 +1,10 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Fri, 31 May 2024 12:15:39 GMT
4
+ * Generated on Wed, 19 Jun 2024 07:18:32 GMT
5
5
  */
6
6
  :root, :host {
7
+ --a-version: "6.11.0";
7
8
  --a-spacing-1-alt: 0.375rem;
8
9
  --a-spacing-05: 0.125rem;
9
10
  --a-spacing-32: 8rem;
@@ -1333,6 +1334,7 @@ body,
1333
1334
 
1334
1335
  padding: var(--ac-button-padding-small, var(--__ac-button-padding));
1335
1336
  min-height: 2rem;
1337
+ min-width: 2rem;
1336
1338
  }
1337
1339
  .navds-button--xsmall {
1338
1340
  --__ac-button-padding: var(--a-spacing-05) var(--a-spacing-2);
@@ -1381,10 +1383,7 @@ body,
1381
1383
  .navds-button__icon:only-child {
1382
1384
  margin: 0;
1383
1385
  }
1384
- .navds-button--small .navds-button__icon {
1385
- --ac-button-icon-margin: -2px;
1386
- }
1387
- .navds-button--xsmall .navds-button__icon {
1386
+ :where(.navds-button--xsmall, .navds-button--small) .navds-button__icon {
1388
1387
  --ac-button-icon-margin: -2px;
1389
1388
 
1390
1389
  font-size: 1.25rem;
@@ -2081,6 +2080,7 @@ body,
2081
2080
  --__ac-copybutton-padding: var(--a-spacing-1) var(--a-spacing-3) var(--a-spacing-1) var(--a-spacing-2);
2082
2081
 
2083
2082
  min-height: 2rem;
2083
+ min-width: 2rem;
2084
2084
  }
2085
2085
  .navds-copybutton--small.navds-copybutton--icon-right {
2086
2086
  --__ac-copybutton-padding: var(--a-spacing-1) var(--a-spacing-2) var(--a-spacing-1) var(--a-spacing-3);
@@ -2089,6 +2089,7 @@ body,
2089
2089
  --__ac-copybutton-padding: var(--a-spacing-05) var(--a-spacing-2) var(--a-spacing-05) var(--a-spacing-1);
2090
2090
 
2091
2091
  min-height: 1.5rem;
2092
+ min-width: 1.5rem;
2092
2093
  }
2093
2094
  .navds-copybutton--xsmall.navds-copybutton--icon-right {
2094
2095
  --__ac-copybutton-padding: var(--a-spacing-05) var(--a-spacing-1) var(--a-spacing-05) var(--a-spacing-2);
@@ -2102,13 +2103,13 @@ body,
2102
2103
  .navds-copybutton--xsmall.navds-copybutton--icon-only {
2103
2104
  --__ac-copybutton-padding: var(--a-spacing-05);
2104
2105
  }
2105
- .navds-copybutton--xsmall .navds-copybutton__icon {
2106
- font-size: 1.25rem;
2107
- }
2108
2106
  .navds-copybutton__icon {
2109
2107
  font-size: 1.5rem;
2110
2108
  display: flex;
2111
2109
  }
2110
+ :where(.navds-copybutton--xsmall, .navds-copybutton--small) .navds-copybutton__icon {
2111
+ font-size: 1.25rem;
2112
+ }
2112
2113
  .navds-copybutton__icon:first-of-type {
2113
2114
  margin-left: -0.25rem;
2114
2115
  }
@@ -4432,7 +4433,7 @@ body,
4432
4433
  .navds-form-progress__stepper {
4433
4434
  border: 2px solid var(--a-border-subtle);
4434
4435
  border-radius: var(--a-border-radius-large);
4435
- padding: var(--a-spacing-2) var(--a-spacing-4) 0;
4436
+ padding: var(--a-spacing-2) var(--a-spacing-4);
4436
4437
  margin-top: var(--a-spacing-1);
4437
4438
  }
4438
4439
  .navds-help-text__button {
@@ -4931,6 +4932,9 @@ button.navds-internalheader__title:active,
4931
4932
  }
4932
4933
  @media (forced-colors: active) {
4933
4934
  }
4935
+ .navds-pagination {
4936
+ position: relative;
4937
+ }
4934
4938
  .navds-pagination__list {
4935
4939
  margin: 0;
4936
4940
  padding: 0;
@@ -6487,6 +6491,9 @@ button.navds-internalheader__title:active,
6487
6491
  padding: var(--navds-stepper-border-width);
6488
6492
  margin: calc(var(--navds-stepper-border-width) * -1) calc(var(--navds-stepper-border-width) * -1) 1.75rem;
6489
6493
  }
6494
+ .navds-stepper__item:last-child .navds-stepper__step {
6495
+ margin-bottom: 0;
6496
+ }
6490
6497
  @media (forced-colors: active) {
6491
6498
  .navds-stepper__step {
6492
6499
  background-color: ButtonFace;
@@ -7069,13 +7076,7 @@ button.navds-stepper__step {
7069
7076
  margin-block: var(--a-spacing-3);
7070
7077
  }
7071
7078
  .navds-list li {
7072
- margin-block-end: var(--a-spacing-4);
7073
- }
7074
- .navds-list--small li {
7075
- margin-block-end: var(--a-spacing-3);
7076
- }
7077
- .navds-list--nested li {
7078
- margin-block-end: var(--a-spacing-3);
7079
+ margin-block-end: var(--a-spacing-2);
7079
7080
  }
7080
7081
  .navds-list:last-child > ul > li:last-child,
7081
7082
  .navds-list:last-child > ol > li:last-child {
@@ -7097,22 +7098,22 @@ button.navds-stepper__step {
7097
7098
  .navds-list .navds-list__item-marker--bullet {
7098
7099
  display: flex;
7099
7100
  align-items: center;
7100
- height: var(--a-font-line-height-large);
7101
+ height: var(--a-font-line-height-xlarge);
7101
7102
  grid-column: 1 / 2;
7102
7103
  color: var(--ac-list-marker-ul-color, var(--ac-list-marker-color, var(--a-icon-default)));
7103
7104
  }
7104
7105
  .navds-list--small .navds-list__item-marker--bullet {
7105
- height: var(--a-font-line-height-medium);
7106
+ height: var(--a-font-line-height-large);
7106
7107
  }
7107
7108
  .navds-list__item-marker--icon {
7108
7109
  color: var(--ac-list-marker-icon-color, var(--ac-list-marker-color, var(--a-icon-default)));
7109
7110
  display: flex;
7110
7111
  align-items: center;
7111
- height: var(--a-font-line-height-large);
7112
+ height: var(--a-font-line-height-xlarge);
7112
7113
  padding-block-end: 1px;
7113
7114
  }
7114
7115
  .navds-list--small .navds-list__item-marker--icon {
7115
- height: var(--a-font-line-height-medium);
7116
+ height: var(--a-font-line-height-large);
7116
7117
  }
7117
7118
  .navds-list__item-marker--icon svg {
7118
7119
  flex-shrink: 0;
@@ -7132,11 +7133,11 @@ button.navds-stepper__step {
7132
7133
  font-weight: var(--a-font-weight-bold);
7133
7134
  font-size: var(--a-font-size-large);
7134
7135
  color: var(--ac-list-marker-ol-color, var(--ac-list-marker-color, var(--a-icon-default)));
7135
- line-height: var(--a-font-line-height-large);
7136
+ line-height: var(--a-font-line-height-xlarge);
7136
7137
  }
7137
7138
  .navds-list--small ol li::marker {
7138
7139
  font-size: var(--a-font-size-small);
7139
- line-height: var(--a-font-line-height-medium);
7140
+ line-height: var(--a-font-line-height-large);
7140
7141
  }
7141
7142
  .navds-box {
7142
7143
  --__ac-box-padding-xs: initial;
@@ -7558,3 +7559,659 @@ button.navds-stepper__step {
7558
7559
  display: none !important;
7559
7560
  }
7560
7561
  }
7562
+ .navds-r-p {
7563
+ --__ac-r-p-xs: initial;
7564
+ --__ac-r-p-sm: var(--__ac-r-p-xs);
7565
+ --__ac-r-p-md: var(--__ac-r-p-sm);
7566
+ --__ac-r-p-lg: var(--__ac-r-p-md);
7567
+ --__ac-r-p-xl: var(--__ac-r-p-lg);
7568
+ --__ac-r-p-2xl: var(--__ac-r-p-xl);
7569
+ --__ac-r-padding: var(--__ac-r-p-xs);
7570
+
7571
+ padding: var(--__ac-r-padding);
7572
+ }
7573
+ .navds-r-pi {
7574
+ --__ac-r-pi-xs: initial;
7575
+ --__ac-r-pi-sm: var(--__ac-r-pi-xs);
7576
+ --__ac-r-pi-md: var(--__ac-r-pi-sm);
7577
+ --__ac-r-pi-lg: var(--__ac-r-pi-md);
7578
+ --__ac-r-pi-xl: var(--__ac-r-pi-lg);
7579
+ --__ac-r-pi-2xl: var(--__ac-r-pi-xl);
7580
+ --__ac-r-pi: var(--__ac-r-p-xs);
7581
+
7582
+ padding-inline: var(--__ac-r-pi);
7583
+ }
7584
+ .navds-r-pb {
7585
+ --__ac-r-pb-xs: initial;
7586
+ --__ac-r-pb-sm: var(--__ac-r-pb-xs);
7587
+ --__ac-r-pb-md: var(--__ac-r-pb-sm);
7588
+ --__ac-r-pb-lg: var(--__ac-r-pb-md);
7589
+ --__ac-r-pb-xl: var(--__ac-r-pb-lg);
7590
+ --__ac-r-pb-2xl: var(--__ac-r-pb-xl);
7591
+ --__ac-r-pb: var(--__ac-r-p-xs);
7592
+
7593
+ padding-block: var(--__ac-r-pb);
7594
+ }
7595
+ .navds-r-w {
7596
+ --__ac-r-w-xs: initial;
7597
+ --__ac-r-w-sm: var(--__ac-r-w-xs);
7598
+ --__ac-r-w-md: var(--__ac-r-w-sm);
7599
+ --__ac-r-w-lg: var(--__ac-r-w-md);
7600
+ --__ac-r-w-xl: var(--__ac-r-w-lg);
7601
+ --__ac-r-w-2xl: var(--__ac-r-w-xl);
7602
+ --__ac-r-w: var(--__ac-r-w-xs);
7603
+
7604
+ width: var(--__ac-r-w);
7605
+ }
7606
+ .navds-r-minw {
7607
+ --__ac-r-minw-xs: initial;
7608
+ --__ac-r-minw-sm: var(--__ac-r-minw-xs);
7609
+ --__ac-r-minw-md: var(--__ac-r-minw-sm);
7610
+ --__ac-r-minw-lg: var(--__ac-r-minw-md);
7611
+ --__ac-r-minw-xl: var(--__ac-r-minw-lg);
7612
+ --__ac-r-minw-2xl: var(--__ac-r-minw-xl);
7613
+ --__ac-r-minw: var(--__ac-r-minw-xs);
7614
+
7615
+ min-width: var(--__ac-r-minw);
7616
+ }
7617
+ .navds-r-maxw {
7618
+ --__ac-r-maxw-xs: initial;
7619
+ --__ac-r-maxw-sm: var(--__ac-r-maxw-xs);
7620
+ --__ac-r-maxw-md: var(--__ac-r-maxw-sm);
7621
+ --__ac-r-maxw-lg: var(--__ac-r-maxw-md);
7622
+ --__ac-r-maxw-xl: var(--__ac-r-maxw-lg);
7623
+ --__ac-r-maxw-2xl: var(--__ac-r-maxw-xl);
7624
+ --__ac-r-maxw: var(--__ac-r-maxw-xs);
7625
+
7626
+ max-width: var(--__ac-r-maxw);
7627
+ }
7628
+ .navds-r-h {
7629
+ --__ac-r-h-xs: initial;
7630
+ --__ac-r-h-sm: var(--__ac-r-h-xs);
7631
+ --__ac-r-h-md: var(--__ac-r-h-sm);
7632
+ --__ac-r-h-lg: var(--__ac-r-h-md);
7633
+ --__ac-r-h-xl: var(--__ac-r-h-lg);
7634
+ --__ac-r-h-2xl: var(--__ac-r-h-xl);
7635
+ --__ac-r-h: var(--__ac-r-h-xs);
7636
+
7637
+ height: var(--__ac-r-h);
7638
+ }
7639
+ .navds-r-minh {
7640
+ --__ac-r-minh-xs: initial;
7641
+ --__ac-r-minh-sm: var(--__ac-r-minh-xs);
7642
+ --__ac-r-minh-md: var(--__ac-r-minh-sm);
7643
+ --__ac-r-minh-lg: var(--__ac-r-minh-md);
7644
+ --__ac-r-minh-xl: var(--__ac-r-minh-lg);
7645
+ --__ac-r-minh-2xl: var(--__ac-r-minh-xl);
7646
+ --__ac-r-minh: var(--__ac-r-minh-xs);
7647
+
7648
+ min-height: var(--__ac-r-minh);
7649
+ }
7650
+ .navds-r-maxh {
7651
+ --__ac-r-maxh-xs: initial;
7652
+ --__ac-r-maxh-sm: var(--__ac-r-maxh-xs);
7653
+ --__ac-r-maxh-md: var(--__ac-r-maxh-sm);
7654
+ --__ac-r-maxh-lg: var(--__ac-r-maxh-md);
7655
+ --__ac-r-maxh-xl: var(--__ac-r-maxh-lg);
7656
+ --__ac-r-maxh-2xl: var(--__ac-r-maxh-xl);
7657
+ --__ac-r-maxh: var(--__ac-r-maxh-xs);
7658
+
7659
+ max-height: var(--__ac-r-maxh);
7660
+ }
7661
+ .navds-r-position {
7662
+ --__ac-r-position-xs: initial;
7663
+ --__ac-r-position-sm: var(--__ac-r-position-xs);
7664
+ --__ac-r-position-md: var(--__ac-r-position-sm);
7665
+ --__ac-r-position-lg: var(--__ac-r-position-md);
7666
+ --__ac-r-position-xl: var(--__ac-r-position-lg);
7667
+ --__ac-r-position-2xl: var(--__ac-r-position-xl);
7668
+ --__ac-r-position: var(--__ac-r-position-xs);
7669
+
7670
+ position: var(--__ac-r-position);
7671
+ }
7672
+ .navds-r-inset {
7673
+ --__ac-r-inset-xs: initial;
7674
+ --__ac-r-inset-sm: var(--__ac-r-inset-xs);
7675
+ --__ac-r-inset-md: var(--__ac-r-inset-sm);
7676
+ --__ac-r-inset-lg: var(--__ac-r-inset-md);
7677
+ --__ac-r-inset-xl: var(--__ac-r-inset-lg);
7678
+ --__ac-r-inset-2xl: var(--__ac-r-inset-xl);
7679
+ --__ac-r-inset: var(--__ac-r-inset-xs);
7680
+
7681
+ inset: var(--__ac-r-inset);
7682
+ }
7683
+ .navds-r-top {
7684
+ --__ac-r-top-xs: initial;
7685
+ --__ac-r-top-sm: var(--__ac-r-top-xs);
7686
+ --__ac-r-top-md: var(--__ac-r-top-sm);
7687
+ --__ac-r-top-lg: var(--__ac-r-top-md);
7688
+ --__ac-r-top-xl: var(--__ac-r-top-lg);
7689
+ --__ac-r-top-2xl: var(--__ac-r-top-xl);
7690
+ --__ac-r-top: var(--__ac-r-top-xs);
7691
+
7692
+ top: var(--__ac-r-top);
7693
+ }
7694
+ .navds-r-right {
7695
+ --__ac-r-right-xs: initial;
7696
+ --__ac-r-right-sm: var(--__ac-r-right-xs);
7697
+ --__ac-r-right-md: var(--__ac-r-right-sm);
7698
+ --__ac-r-right-lg: var(--__ac-r-right-md);
7699
+ --__ac-r-right-xl: var(--__ac-r-right-lg);
7700
+ --__ac-r-right-2xl: var(--__ac-r-right-xl);
7701
+ --__ac-r-right: var(--__ac-r-right-xs);
7702
+
7703
+ right: var(--__ac-r-right);
7704
+ }
7705
+ .navds-r-bottom {
7706
+ --__ac-r-bottom-xs: initial;
7707
+ --__ac-r-bottom-sm: var(--__ac-r-bottom-xs);
7708
+ --__ac-r-bottom-md: var(--__ac-r-bottom-sm);
7709
+ --__ac-r-bottom-lg: var(--__ac-r-bottom-md);
7710
+ --__ac-r-bottom-xl: var(--__ac-r-bottom-lg);
7711
+ --__ac-r-bottom-2xl: var(--__ac-r-bottom-xl);
7712
+ --__ac-r-bottom: var(--__ac-r-bottom-xs);
7713
+
7714
+ bottom: var(--__ac-r-bottom);
7715
+ }
7716
+ .navds-r-left {
7717
+ --__ac-r-left-xs: initial;
7718
+ --__ac-r-left-sm: var(--__ac-r-left-xs);
7719
+ --__ac-r-left-md: var(--__ac-r-left-sm);
7720
+ --__ac-r-left-lg: var(--__ac-r-left-md);
7721
+ --__ac-r-left-xl: var(--__ac-r-left-lg);
7722
+ --__ac-r-left-2xl: var(--__ac-r-left-xl);
7723
+ --__ac-r-left: var(--__ac-r-left-xs);
7724
+
7725
+ left: var(--__ac-r-left);
7726
+ }
7727
+ .navds-r-overflow {
7728
+ --__ac-r-overflow-xs: initial;
7729
+ --__ac-r-overflow-sm: var(--__ac-r-overflow-xs);
7730
+ --__ac-r-overflow-md: var(--__ac-r-overflow-sm);
7731
+ --__ac-r-overflow-lg: var(--__ac-r-overflow-md);
7732
+ --__ac-r-overflow-xl: var(--__ac-r-overflow-lg);
7733
+ --__ac-r-overflow-2xl: var(--__ac-r-overflow-xl);
7734
+ --__ac-r-overflow: var(--__ac-r-overflow-xs);
7735
+
7736
+ overflow: var(--__ac-r-overflow);
7737
+ }
7738
+ .navds-r-overflowx {
7739
+ --__ac-r-overflowx-xs: initial;
7740
+ --__ac-r-overflowx-sm: var(--__ac-r-overflowx-xs);
7741
+ --__ac-r-overflowx-md: var(--__ac-r-overflowx-sm);
7742
+ --__ac-r-overflowx-lg: var(--__ac-r-overflowx-md);
7743
+ --__ac-r-overflowx-xl: var(--__ac-r-overflowx-lg);
7744
+ --__ac-r-overflowx-2xl: var(--__ac-r-overflowx-xl);
7745
+ --__ac-r-overflowx: var(--__ac-r-overflowx-xs);
7746
+
7747
+ overflow-x: var(--__ac-r-overflowx);
7748
+ }
7749
+ .navds-r-overflowy {
7750
+ --__ac-r-overflowy-xs: initial;
7751
+ --__ac-r-overflowy-sm: var(--__ac-r-overflowy-xs);
7752
+ --__ac-r-overflowy-md: var(--__ac-r-overflowy-sm);
7753
+ --__ac-r-overflowy-lg: var(--__ac-r-overflowy-md);
7754
+ --__ac-r-overflowy-xl: var(--__ac-r-overflowy-lg);
7755
+ --__ac-r-overflowy-2xl: var(--__ac-r-overflowy-xl);
7756
+ --__ac-r-overflowy: var(--__ac-r-overflowy-xs);
7757
+
7758
+ overflow-y: var(--__ac-r-overflowy);
7759
+ }
7760
+ .navds-r-flex-basis {
7761
+ --__ac-r-flex-basis-xs: initial;
7762
+ --__ac-r-flex-basis-sm: var(--__ac-r-flex-basis-xs);
7763
+ --__ac-r-flex-basis-md: var(--__ac-r-flex-basis-sm);
7764
+ --__ac-r-flex-basis-lg: var(--__ac-r-flex-basis-md);
7765
+ --__ac-r-flex-basis-xl: var(--__ac-r-flex-basis-lg);
7766
+ --__ac-r-flex-basis-2xl: var(--__ac-r-flex-basis-xl);
7767
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-xs);
7768
+
7769
+ flex-basis: var(--__ac-r-flex-basis);
7770
+ }
7771
+ .navds-r-flex-grow {
7772
+ --__ac-r-flex-grow-xs: initial;
7773
+ --__ac-r-flex-grow-sm: var(--__ac-r-flex-grow-xs);
7774
+ --__ac-r-flex-grow-md: var(--__ac-r-flex-grow-sm);
7775
+ --__ac-r-flex-grow-lg: var(--__ac-r-flex-grow-md);
7776
+ --__ac-r-flex-grow-xl: var(--__ac-r-flex-grow-lg);
7777
+ --__ac-r-flex-grow-2xl: var(--__ac-r-flex-grow-xl);
7778
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-xs);
7779
+
7780
+ flex-grow: var(--__ac-r-flex-grow);
7781
+ }
7782
+ .navds-r-flex-shrink {
7783
+ --__ac-r-flex-shrink-xs: initial;
7784
+ --__ac-r-flex-shrink-sm: var(--__ac-r-flex-shrink-xs);
7785
+ --__ac-r-flex-shrink-md: var(--__ac-r-flex-shrink-sm);
7786
+ --__ac-r-flex-shrink-lg: var(--__ac-r-flex-shrink-md);
7787
+ --__ac-r-flex-shrink-xl: var(--__ac-r-flex-shrink-lg);
7788
+ --__ac-r-flex-shrink-2xl: var(--__ac-r-flex-shrink-xl);
7789
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-xs);
7790
+
7791
+ flex-shrink: var(--__ac-r-flex-shrink);
7792
+ }
7793
+ @media (min-width: 480px) {
7794
+ .navds-r-p {
7795
+ --__ac-r-padding: var(--__ac-r-p-sm);
7796
+ }
7797
+
7798
+ .navds-r-pi {
7799
+ --__ac-r-pi: var(--__ac-r-pi-sm);
7800
+ }
7801
+
7802
+ .navds-r-pb {
7803
+ --__ac-r-pb: var(--__ac-r-pb-sm);
7804
+ }
7805
+
7806
+ .navds-r-w {
7807
+ --__ac-r-w: var(--__ac-r-w-sm);
7808
+ }
7809
+
7810
+ .navds-r-minw {
7811
+ --__ac-r-minw: var(--__ac-r-minw-sm);
7812
+ }
7813
+
7814
+ .navds-r-maxw {
7815
+ --__ac-r-maxw: var(--__ac-r-maxw-sm);
7816
+ }
7817
+
7818
+ .navds-r-h {
7819
+ --__ac-r-h: var(--__ac-r-h-sm);
7820
+ }
7821
+
7822
+ .navds-r-minh {
7823
+ --__ac-r-minh: var(--__ac-r-minh-sm);
7824
+ }
7825
+
7826
+ .navds-r-maxh {
7827
+ --__ac-r-maxh: var(--__ac-r-maxh-sm);
7828
+ }
7829
+
7830
+ .navds-r-position {
7831
+ --__ac-r-position: var(--__ac-r-position-sm);
7832
+ }
7833
+
7834
+ .navds-r-inset {
7835
+ --__ac-r-inset: var(--__ac-r-inset-sm);
7836
+ }
7837
+
7838
+ .navds-r-top {
7839
+ --__ac-r-top: var(--__ac-r-top-sm);
7840
+ }
7841
+
7842
+ .navds-r-right {
7843
+ --__ac-r-right: var(--__ac-r-right-sm);
7844
+ }
7845
+
7846
+ .navds-r-bottom {
7847
+ --__ac-r-bottom: var(--__ac-r-bottom-sm);
7848
+ }
7849
+
7850
+ .navds-r-left {
7851
+ --__ac-r-left: var(--__ac-r-left-sm);
7852
+ }
7853
+
7854
+ .navds-r-overflow {
7855
+ --__ac-r-overflow: var(--__ac-r-overflow-sm);
7856
+ }
7857
+
7858
+ .navds-r-overflowx {
7859
+ --__ac-r-overflowx: var(--__ac-r-overflowx-sm);
7860
+ }
7861
+
7862
+ .navds-r-overflowy {
7863
+ --__ac-r-overflowy: var(--__ac-r-overflowy-sm);
7864
+ }
7865
+
7866
+ .navds-r-flex-basis {
7867
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-sm);
7868
+ }
7869
+
7870
+ .navds-r-flex-grow {
7871
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-sm);
7872
+ }
7873
+
7874
+ .navds-r-flex-shrink {
7875
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-sm);
7876
+ }
7877
+ }
7878
+ @media (min-width: 768px) {
7879
+ .navds-r-p {
7880
+ --__ac-r-padding: var(--__ac-r-p-md);
7881
+ }
7882
+
7883
+ .navds-r-pi {
7884
+ --__ac-r-pi: var(--__ac-r-pi-md);
7885
+ }
7886
+
7887
+ .navds-r-pb {
7888
+ --__ac-r-pb: var(--__ac-r-pb-md);
7889
+ }
7890
+
7891
+ .navds-r-w {
7892
+ --__ac-r-w: var(--__ac-r-w-md);
7893
+ }
7894
+
7895
+ .navds-r-minw {
7896
+ --__ac-r-minw: var(--__ac-r-minw-md);
7897
+ }
7898
+
7899
+ .navds-r-maxw {
7900
+ --__ac-r-maxw: var(--__ac-r-maxw-md);
7901
+ }
7902
+
7903
+ .navds-r-h {
7904
+ --__ac-r-h: var(--__ac-r-h-md);
7905
+ }
7906
+
7907
+ .navds-r-minh {
7908
+ --__ac-r-minh: var(--__ac-r-minh-md);
7909
+ }
7910
+
7911
+ .navds-r-maxh {
7912
+ --__ac-r-maxh: var(--__ac-r-maxh-md);
7913
+ }
7914
+
7915
+ .navds-r-position {
7916
+ --__ac-r-position: var(--__ac-r-position-md);
7917
+ }
7918
+
7919
+ .navds-r-inset {
7920
+ --__ac-r-inset: var(--__ac-r-inset-md);
7921
+ }
7922
+
7923
+ .navds-r-top {
7924
+ --__ac-r-top: var(--__ac-r-top-md);
7925
+ }
7926
+
7927
+ .navds-r-right {
7928
+ --__ac-r-right: var(--__ac-r-right-md);
7929
+ }
7930
+
7931
+ .navds-r-bottom {
7932
+ --__ac-r-bottom: var(--__ac-r-bottom-md);
7933
+ }
7934
+
7935
+ .navds-r-left {
7936
+ --__ac-r-left: var(--__ac-r-left-md);
7937
+ }
7938
+
7939
+ .navds-r-overflow {
7940
+ --__ac-r-overflow: var(--__ac-r-overflow-md);
7941
+ }
7942
+
7943
+ .navds-r-overflowx {
7944
+ --__ac-r-overflowx: var(--__ac-r-overflowx-md);
7945
+ }
7946
+
7947
+ .navds-r-overflowy {
7948
+ --__ac-r-overflowy: var(--__ac-r-overflowy-md);
7949
+ }
7950
+
7951
+ .navds-r-flex-basis {
7952
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-md);
7953
+ }
7954
+
7955
+ .navds-r-flex-grow {
7956
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-md);
7957
+ }
7958
+
7959
+ .navds-r-flex-shrink {
7960
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-md);
7961
+ }
7962
+ }
7963
+ @media (min-width: 1024px) {
7964
+ .navds-r-p {
7965
+ --__ac-r-padding: var(--__ac-r-p-lg);
7966
+ }
7967
+
7968
+ .navds-r-pi {
7969
+ --__ac-r-pi: var(--__ac-r-pi-lg);
7970
+ }
7971
+
7972
+ .navds-r-pb {
7973
+ --__ac-r-pb: var(--__ac-r-pb-lg);
7974
+ }
7975
+
7976
+ .navds-r-w {
7977
+ --__ac-r-w: var(--__ac-r-w-lg);
7978
+ }
7979
+
7980
+ .navds-r-minw {
7981
+ --__ac-r-minw: var(--__ac-r-minw-lg);
7982
+ }
7983
+
7984
+ .navds-r-maxw {
7985
+ --__ac-r-maxw: var(--__ac-r-maxw-lg);
7986
+ }
7987
+
7988
+ .navds-r-h {
7989
+ --__ac-r-h: var(--__ac-r-h-lg);
7990
+ }
7991
+
7992
+ .navds-r-minh {
7993
+ --__ac-r-minh: var(--__ac-r-minh-lg);
7994
+ }
7995
+
7996
+ .navds-r-maxh {
7997
+ --__ac-r-maxh: var(--__ac-r-maxh-lg);
7998
+ }
7999
+
8000
+ .navds-r-position {
8001
+ --__ac-r-position: var(--__ac-r-position-lg);
8002
+ }
8003
+
8004
+ .navds-r-inset {
8005
+ --__ac-r-inset: var(--__ac-r-inset-lg);
8006
+ }
8007
+
8008
+ .navds-r-top {
8009
+ --__ac-r-top: var(--__ac-r-top-lg);
8010
+ }
8011
+
8012
+ .navds-r-right {
8013
+ --__ac-r-right: var(--__ac-r-right-lg);
8014
+ }
8015
+
8016
+ .navds-r-bottom {
8017
+ --__ac-r-bottom: var(--__ac-r-bottom-lg);
8018
+ }
8019
+
8020
+ .navds-r-left {
8021
+ --__ac-r-left: var(--__ac-r-left-lg);
8022
+ }
8023
+
8024
+ .navds-r-overflow {
8025
+ --__ac-r-overflow: var(--__ac-r-overflow-lg);
8026
+ }
8027
+
8028
+ .navds-r-overflowx {
8029
+ --__ac-r-overflowx: var(--__ac-r-overflowx-lg);
8030
+ }
8031
+
8032
+ .navds-r-overflowy {
8033
+ --__ac-r-overflowy: var(--__ac-r-overflowy-lg);
8034
+ }
8035
+
8036
+ .navds-r-flex-basis {
8037
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-lg);
8038
+ }
8039
+
8040
+ .navds-r-flex-grow {
8041
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-lg);
8042
+ }
8043
+
8044
+ .navds-r-flex-shrink {
8045
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-lg);
8046
+ }
8047
+ }
8048
+ @media (min-width: 1280px) {
8049
+ .navds-r-p {
8050
+ --__ac-r-padding: var(--__ac-r-p-xl);
8051
+ }
8052
+
8053
+ .navds-r-pi {
8054
+ --__ac-r-pi: var(--__ac-r-pi-xl);
8055
+ }
8056
+
8057
+ .navds-r-pb {
8058
+ --__ac-r-pb: var(--__ac-r-pb-xl);
8059
+ }
8060
+
8061
+ .navds-r-w {
8062
+ --__ac-r-w: var(--__ac-r-w-xl);
8063
+ }
8064
+
8065
+ .navds-r-minw {
8066
+ --__ac-r-minw: var(--__ac-r-minw-xl);
8067
+ }
8068
+
8069
+ .navds-r-maxw {
8070
+ --__ac-r-maxw: var(--__ac-r-maxw-xl);
8071
+ }
8072
+
8073
+ .navds-r-h {
8074
+ --__ac-r-h: var(--__ac-r-h-xl);
8075
+ }
8076
+
8077
+ .navds-r-minh {
8078
+ --__ac-r-minh: var(--__ac-r-minh-xl);
8079
+ }
8080
+
8081
+ .navds-r-maxh {
8082
+ --__ac-r-maxh: var(--__ac-r-maxh-xl);
8083
+ }
8084
+
8085
+ .navds-r-position {
8086
+ --__ac-r-position: var(--__ac-r-position-xl);
8087
+ }
8088
+
8089
+ .navds-r-inset {
8090
+ --__ac-r-inset: var(--__ac-r-inset-xl);
8091
+ }
8092
+
8093
+ .navds-r-top {
8094
+ --__ac-r-top: var(--__ac-r-top-xl);
8095
+ }
8096
+
8097
+ .navds-r-right {
8098
+ --__ac-r-right: var(--__ac-r-right-xl);
8099
+ }
8100
+
8101
+ .navds-r-bottom {
8102
+ --__ac-r-bottom: var(--__ac-r-bottom-xl);
8103
+ }
8104
+
8105
+ .navds-r-left {
8106
+ --__ac-r-left: var(--__ac-r-left-xl);
8107
+ }
8108
+
8109
+ .navds-r-overflow {
8110
+ --__ac-r-overflow: var(--__ac-r-overflow-xl);
8111
+ }
8112
+
8113
+ .navds-r-overflowx {
8114
+ --__ac-r-overflowx: var(--__ac-r-overflowx-xl);
8115
+ }
8116
+
8117
+ .navds-r-overflowy {
8118
+ --__ac-r-overflowy: var(--__ac-r-overflowy-xl);
8119
+ }
8120
+
8121
+ .navds-r-flex-basis {
8122
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-xl);
8123
+ }
8124
+
8125
+ .navds-r-flex-grow {
8126
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-xl);
8127
+ }
8128
+
8129
+ .navds-r-flex-shrink {
8130
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-xl);
8131
+ }
8132
+ }
8133
+ @media (min-width: 1440px) {
8134
+ .navds-r-p {
8135
+ --__ac-r-padding: var(--__ac-r-p-2xl);
8136
+ }
8137
+
8138
+ .navds-r-pi {
8139
+ --__ac-r-pi: var(--__ac-r-pi-2xl);
8140
+ }
8141
+
8142
+ .navds-r-pb {
8143
+ --__ac-r-pb: var(--__ac-r-pb-2xl);
8144
+ }
8145
+
8146
+ .navds-r-w {
8147
+ --__ac-r-w: var(--__ac-r-w-2xl);
8148
+ }
8149
+
8150
+ .navds-r-minw {
8151
+ --__ac-r-minw: var(--__ac-r-minw-2xl);
8152
+ }
8153
+
8154
+ .navds-r-maxw {
8155
+ --__ac-r-maxw: var(--__ac-r-maxw-2xl);
8156
+ }
8157
+
8158
+ .navds-r-h {
8159
+ --__ac-r-h: var(--__ac-r-h-2xl);
8160
+ }
8161
+
8162
+ .navds-r-minh {
8163
+ --__ac-r-minh: var(--__ac-r-minh-2xl);
8164
+ }
8165
+
8166
+ .navds-r-maxh {
8167
+ --__ac-r-maxh: var(--__ac-r-maxh-2xl);
8168
+ }
8169
+
8170
+ .navds-r-position {
8171
+ --__ac-r-position: var(--__ac-r-position-2xl);
8172
+ }
8173
+
8174
+ .navds-r-inset {
8175
+ --__ac-r-inset: var(--__ac-r-inset-2xl);
8176
+ }
8177
+
8178
+ .navds-r-top {
8179
+ --__ac-r-top: var(--__ac-r-top-2xl);
8180
+ }
8181
+
8182
+ .navds-r-right {
8183
+ --__ac-r-right: var(--__ac-r-right-2xl);
8184
+ }
8185
+
8186
+ .navds-r-bottom {
8187
+ --__ac-r-bottom: var(--__ac-r-bottom-2xl);
8188
+ }
8189
+
8190
+ .navds-r-left {
8191
+ --__ac-r-left: var(--__ac-r-left-2xl);
8192
+ }
8193
+
8194
+ .navds-r-overflow {
8195
+ --__ac-r-overflow: var(--__ac-r-overflow-2xl);
8196
+ }
8197
+
8198
+ .navds-r-overflowx {
8199
+ --__ac-r-overflowx: var(--__ac-r-overflowx-2xl);
8200
+ }
8201
+
8202
+ .navds-r-overflowy {
8203
+ --__ac-r-overflowy: var(--__ac-r-overflowy-2xl);
8204
+ }
8205
+
8206
+ .navds-r-flex-basis {
8207
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-2xl);
8208
+ }
8209
+
8210
+ .navds-r-flex-grow {
8211
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-2xl);
8212
+ }
8213
+
8214
+ .navds-r-flex-shrink {
8215
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-2xl);
8216
+ }
8217
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "6.10.0",
3
+ "version": "6.11.0",
4
4
  "author": "Aksel | NAV",
5
5
  "homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint",
6
6
  "repository": {
@@ -35,8 +35,8 @@
35
35
  "dev": "yarn watch:lint"
36
36
  },
37
37
  "devDependencies": {
38
- "@navikt/ds-css": "^6.10.0",
39
- "@navikt/ds-tokens": "^6.10.0",
38
+ "@navikt/ds-css": "^6.11.0",
39
+ "@navikt/ds-tokens": "^6.11.0",
40
40
  "concurrently": "7.2.1",
41
41
  "postcss-selector-parser": "^6.0.13",
42
42
  "postcss-value-parser": "^4.2.0",