@navikt/aksel-stylelint 7.9.0 → 7.9.2
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/index.css +32 -14
- package/package.json +5 -5
package/dist/index.css
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
:root, :host {
|
|
8
|
-
--ax-version: "7.9.
|
|
8
|
+
--ax-version: "7.9.2";
|
|
9
9
|
--a-spacing-1-alt: 0.375rem;
|
|
10
10
|
--a-spacing-05: 0.125rem;
|
|
11
11
|
--a-spacing-32: 8rem;
|
|
@@ -135,6 +135,28 @@
|
|
|
135
135
|
--a-nav-red: rgba(195, 0, 0, 1);
|
|
136
136
|
--a-white: rgba(255, 255, 255, 1);
|
|
137
137
|
--a-transparent: rgba(255, 255, 255, 0);
|
|
138
|
+
--a-space-0: 0rem;
|
|
139
|
+
--a-space-1: .0625rem;
|
|
140
|
+
--a-space-2: .125rem;
|
|
141
|
+
--a-space-4: .25rem;
|
|
142
|
+
--a-space-6: .375rem;
|
|
143
|
+
--a-space-8: .5rem;
|
|
144
|
+
--a-space-12: .75rem;
|
|
145
|
+
--a-space-16: 1rem;
|
|
146
|
+
--a-space-20: 1.25rem;
|
|
147
|
+
--a-space-24: 1.5rem;
|
|
148
|
+
--a-space-28: 1.75rem;
|
|
149
|
+
--a-space-32: 2rem;
|
|
150
|
+
--a-space-36: 2.25rem;
|
|
151
|
+
--a-space-40: 2.5rem;
|
|
152
|
+
--a-space-44: 2.75rem;
|
|
153
|
+
--a-space-48: 3rem;
|
|
154
|
+
--a-space-56: 3.5rem;
|
|
155
|
+
--a-space-64: 4rem;
|
|
156
|
+
--a-space-72: 4.5rem;
|
|
157
|
+
--a-space-80: 5rem;
|
|
158
|
+
--a-space-96: 6rem;
|
|
159
|
+
--a-space-128: 8rem;
|
|
138
160
|
--a-border-radius-full: 9999px;
|
|
139
161
|
--a-border-radius-xlarge: 12px;
|
|
140
162
|
--a-border-radius-large: 8px;
|
|
@@ -5800,7 +5822,7 @@ button.navds-internalheader__title:active,
|
|
|
5800
5822
|
text-decoration: underline;
|
|
5801
5823
|
}
|
|
5802
5824
|
|
|
5803
|
-
.navds-alert:not(.navds-alert--inline) .navds-link,
|
|
5825
|
+
.navds-alert:not(.navds-alert--inline) .navds-link:not(:active, :focus-visible),
|
|
5804
5826
|
.navds-confirmation-panel .navds-link {
|
|
5805
5827
|
color: var(--a-text-default);
|
|
5806
5828
|
}
|
|
@@ -6823,42 +6845,42 @@ button.navds-internalheader__title:active,
|
|
|
6823
6845
|
}
|
|
6824
6846
|
|
|
6825
6847
|
.navds-tag--alt1,
|
|
6826
|
-
.navds-tag--outline.navds-tag--meta-
|
|
6848
|
+
.navds-tag--outline.navds-tag--meta-1 {
|
|
6827
6849
|
border-color: var(--ac-tag-alt-1-border, var(--a-border-alt-1));
|
|
6828
6850
|
background-color: var(--ac-tag-alt-1-bg, var(--a-surface-alt-1-subtle));
|
|
6829
6851
|
color: var(--ac-tag-alt-1-text, var(--a-text-default));
|
|
6830
6852
|
}
|
|
6831
6853
|
|
|
6832
6854
|
.navds-tag--alt1-filled,
|
|
6833
|
-
.navds-tag--strong.navds-tag--meta-
|
|
6855
|
+
.navds-tag--strong.navds-tag--meta-1 {
|
|
6834
6856
|
border-color: transparent;
|
|
6835
6857
|
background-color: var(--ac-tag-alt-1-filled-bg, var(--a-surface-alt-1));
|
|
6836
6858
|
color: var(--ac-tag-alt-1-filled-text, var(--a-text-on-alt-1));
|
|
6837
6859
|
}
|
|
6838
6860
|
|
|
6839
6861
|
.navds-tag--alt1-moderate,
|
|
6840
|
-
.navds-tag--moderate.navds-tag--meta-
|
|
6862
|
+
.navds-tag--moderate.navds-tag--meta-1 {
|
|
6841
6863
|
border-color: transparent;
|
|
6842
6864
|
background-color: var(--ac-tag-alt-1-moderate-bg, var(--a-surface-alt-1-moderate));
|
|
6843
6865
|
color: var(--ac-tag-alt-1-moderate-text, var(--a-text-default));
|
|
6844
6866
|
}
|
|
6845
6867
|
|
|
6846
6868
|
.navds-tag--alt2,
|
|
6847
|
-
.navds-tag--outline.navds-tag--meta-
|
|
6869
|
+
.navds-tag--outline.navds-tag--meta-2 {
|
|
6848
6870
|
border-color: var(--ac-tag-alt-2-border, var(--a-border-alt-2));
|
|
6849
6871
|
background-color: var(--ac-tag-alt-2-bg, var(--a-surface-alt-2-subtle));
|
|
6850
6872
|
color: var(--ac-tag-alt-2-text, var(--a-text-default));
|
|
6851
6873
|
}
|
|
6852
6874
|
|
|
6853
6875
|
.navds-tag--alt2-filled,
|
|
6854
|
-
.navds-tag--strong.navds-tag--meta-
|
|
6876
|
+
.navds-tag--strong.navds-tag--meta-2 {
|
|
6855
6877
|
border-color: transparent;
|
|
6856
6878
|
background-color: var(--ac-tag-alt-2-filled-bg, var(--a-surface-alt-2));
|
|
6857
6879
|
color: var(--ac-tag-alt-2-filled-text, var(--a-text-on-alt-2));
|
|
6858
6880
|
}
|
|
6859
6881
|
|
|
6860
6882
|
.navds-tag--alt2-moderate,
|
|
6861
|
-
.navds-tag--moderate.navds-tag--meta-
|
|
6883
|
+
.navds-tag--moderate.navds-tag--meta-2 {
|
|
6862
6884
|
border-color: transparent;
|
|
6863
6885
|
background-color: var(--ac-tag-alt-2-moderate-bg, var(--a-surface-alt-2-moderate));
|
|
6864
6886
|
color: var(--ac-tag-alt-2-moderate-text, var(--a-text-default));
|
|
@@ -8411,7 +8433,7 @@ button.navds-stepper__step {
|
|
|
8411
8433
|
flex-shrink: 0;
|
|
8412
8434
|
}
|
|
8413
8435
|
|
|
8414
|
-
.navds-table__expandable-row:not(.navds-table__expandable-row--open) .navds-table__data-cell {
|
|
8436
|
+
.navds-table__expandable-row:not(.navds-table__expandable-row--open) :where(.navds-table__data-cell, .navds-table__header-cell) {
|
|
8415
8437
|
transition: border-bottom-color 190ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
|
|
8416
8438
|
}
|
|
8417
8439
|
|
|
@@ -8419,14 +8441,10 @@ button.navds-stepper__step {
|
|
|
8419
8441
|
cursor: pointer;
|
|
8420
8442
|
}
|
|
8421
8443
|
|
|
8422
|
-
.navds-table__expandable-row--open .navds-table__data-cell {
|
|
8444
|
+
.navds-table__expandable-row--open :where(.navds-table__data-cell, .navds-table__header-cell) {
|
|
8423
8445
|
border-bottom-color: transparent;
|
|
8424
8446
|
}
|
|
8425
8447
|
|
|
8426
|
-
.navds-table__expandable-row--open .navds-table__header-cell {
|
|
8427
|
-
border-color: var(--ac-table-row-border, var(--a-border-default));
|
|
8428
|
-
}
|
|
8429
|
-
|
|
8430
8448
|
.navds-table__expandable-row--open .navds-table__toggle-expand-cell--open {
|
|
8431
8449
|
border-color: transparent;
|
|
8432
8450
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "7.9.
|
|
3
|
+
"version": "7.9.2",
|
|
4
4
|
"author": "Aksel | Nav",
|
|
5
5
|
"homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint",
|
|
6
6
|
"repository": {
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
"dev": "yarn watch:lint"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@navikt/ds-css": "^7.9.
|
|
39
|
-
"@navikt/ds-tokens": "^7.9.
|
|
38
|
+
"@navikt/ds-css": "^7.9.2",
|
|
39
|
+
"@navikt/ds-tokens": "^7.9.2",
|
|
40
40
|
"concurrently": "9.0.1",
|
|
41
41
|
"postcss-selector-parser": "^6.0.13",
|
|
42
42
|
"postcss-value-parser": "^4.2.0",
|
|
43
|
-
"stylelint": "^
|
|
43
|
+
"stylelint": "^16.10.0",
|
|
44
44
|
"stylelint-test-rule-node": "^0.2.1",
|
|
45
|
-
"tsx": "^4.
|
|
45
|
+
"tsx": "^4.19.1",
|
|
46
46
|
"typescript": "5.5.4"
|
|
47
47
|
}
|
|
48
48
|
}
|