@navikt/aksel-stylelint 5.0.2 → 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 Fri, 18 Aug 2023 11:12:51 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;
@@ -179,7 +179,7 @@
179
179
  --a-icon-on-action: var(--a-white);
180
180
  --a-icon-on-inverted: var(--a-white);
181
181
  --a-icon-on-neutral: var(--a-white);
182
- --a-icon-alt-3: var(--a-deepblue-400);
182
+ --a-icon-alt-3: var(--a-deepblue-500);
183
183
  --a-icon-alt-2: var(--a-limegreen-700);
184
184
  --a-icon-alt-1: var(--a-purple-500);
185
185
  --a-icon-info: var(--a-lightblue-800);
@@ -2617,11 +2617,11 @@ body,
2617
2617
  }
2618
2618
  .navds-checkbox--small .navds-checkbox__input:checked + .navds-checkbox__label > .navds-checkbox__icon {
2619
2619
  transform: translate(0.25rem, -10%);
2620
- height: 1.25rem;
2621
2620
  }
2622
2621
  /* Tailwind sets all svg to block */
2623
2622
  .navds-checkbox__icon > svg {
2624
2623
  display: inline;
2624
+ vertical-align: initial;
2625
2625
  }
2626
2626
  .navds-checkbox--small > .navds-checkbox__input:checked + .navds-checkbox__label::before {
2627
2627
  background-position: 0.25rem center;
@@ -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.2",
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.2",
39
- "@navikt/ds-tokens": "^5.0.2",
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",