@navikt/aksel-stylelint 5.0.3 → 5.1.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/dist/index.css CHANGED
@@ -1,7 +1,7 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Tue, 22 Aug 2023 13:13:29 GMT
4
+ * Generated on Thu, 24 Aug 2023 12:16:12 GMT
5
5
  */
6
6
  :root, :host {
7
7
  --a-spacing-05: 0.125rem;
@@ -3963,7 +3963,7 @@ button.navds-internalheader__title:active,
3963
3963
  }
3964
3964
  .navds-modal {
3965
3965
  background-color: var(--ac-modal-bg, var(--a-surface-default));
3966
- border: 1px solid var(--ac-modal-border, var(--a-border-subtle));
3966
+ border: none;
3967
3967
  border-radius: var(--a-border-radius-large);
3968
3968
  box-shadow: var(--a-shadow-xlarge);
3969
3969
  padding: 0;
@@ -5608,7 +5608,7 @@ button.navds-stepper__step {
5608
5608
  .navds-table__header-cell[aria-sort="ascending"] .navds-table__sort-button,
5609
5609
  .navds-table__header-cell[aria-sort="descending"] .navds-table__sort-button {
5610
5610
  background-color: var(--ac-table-sort-button-sorted-bg, var(--a-surface-selected));
5611
- color: var(--a-table-sort-button-sorted-text, var(--a-text-action-on-action-subtle));
5611
+ color: var(--ac-table-sort-button-sorted-text, var(--a-table-sort-button-sorted-text, var(--a-text-action-on-action-subtle)));
5612
5612
  }
5613
5613
  .navds-table__header-cell--align-right .navds-table__sort-button {
5614
5614
  justify-content: flex-end;
package/dist/tokens.json CHANGED
@@ -196,7 +196,6 @@
196
196
  },
197
197
  "modal": {
198
198
  "--ac-modal-bg": "--a-surface-default",
199
- "--ac-modal-border": "--a-border-subtle",
200
199
  "--ac-modal-backdrop": "--a-surface-backdrop",
201
200
  "--ac-modal-width-small": "450px",
202
201
  "--ac-modal-width-medium": "700px"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "5.0.3",
3
+ "version": "5.1.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": "^5.0.3",
39
- "@navikt/ds-tokens": "^5.0.3",
38
+ "@navikt/ds-css": "^5.1.0",
39
+ "@navikt/ds-tokens": "^5.1.0",
40
40
  "@types/jest": "^29.0.0",
41
41
  "concurrently": "7.2.1",
42
42
  "copyfiles": "2.4.1",