@navikt/aksel-stylelint 6.4.0 → 6.5.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 +12 -3
  2. package/package.json +3 -3
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, 09 Apr 2024 07:13:45 GMT
4
+ * Generated on Thu, 11 Apr 2024 10:22:37 GMT
5
5
  */
6
6
  :root, :host {
7
7
  --a-spacing-1-alt: 0.375rem;
@@ -2787,7 +2787,7 @@ body,
2787
2787
  .navds-file-item__icon {
2788
2788
  background-color: var(--a-surface-neutral-subtle);
2789
2789
  color: var(--a-icon-default);
2790
- border-radius: var(--a-border-radius-xlarge);
2790
+ border-radius: var(--a-border-radius-full);
2791
2791
  min-height: 3rem;
2792
2792
  min-width: 3rem;
2793
2793
  display: grid;
@@ -5958,6 +5958,9 @@ button.navds-internalheader__title:active,
5958
5958
  justify-items: start;
5959
5959
  gap: var(--a-spacing-2);
5960
5960
  }
5961
+ .navds-toggle-group__wrapper--fill {
5962
+ justify-items: initial;
5963
+ }
5961
5964
  .navds-toggle-group {
5962
5965
  border-radius: var(--a-border-radius-medium);
5963
5966
  background-color: var(--ac-toggle-group-bg, var(--a-surface-transparent));
@@ -6796,7 +6799,7 @@ button.navds-stepper__step {
6796
6799
  .navds-tabs__tablist {
6797
6800
  display: flex;
6798
6801
  max-width: 100%;
6799
- width: auto;
6802
+ width: 100%;
6800
6803
  scroll-behavior: smooth;
6801
6804
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
6802
6805
  scrollbar-width: none; /* for Firefox */
@@ -6860,6 +6863,9 @@ button.navds-stepper__step {
6860
6863
  align-items: center;
6861
6864
  gap: var(--a-spacing-1);
6862
6865
  }
6866
+ .navds-tabs__tab-inner > * {
6867
+ display: inline-flex;
6868
+ }
6863
6869
  .navds-tabs__tab-inner svg {
6864
6870
  flex-shrink: 0;
6865
6871
  }
@@ -6887,6 +6893,9 @@ button.navds-stepper__step {
6887
6893
  .navds-tabs__tab-icon--top svg {
6888
6894
  font-size: 1.5rem;
6889
6895
  }
6896
+ .navds-tabs__tab--fill {
6897
+ flex: 1 1 100%;
6898
+ }
6890
6899
  .navds-tabs__tabpanel:focus-visible {
6891
6900
  outline: 2px solid transparent;
6892
6901
  box-shadow: inset 0 0 0 2px var(--a-border-focus);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "6.4.0",
3
+ "version": "6.5.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.4.0",
39
- "@navikt/ds-tokens": "^6.4.0",
38
+ "@navikt/ds-css": "^6.5.0",
39
+ "@navikt/ds-tokens": "^6.5.0",
40
40
  "concurrently": "7.2.1",
41
41
  "postcss-selector-parser": "^6.0.13",
42
42
  "postcss-value-parser": "^4.2.0",