@navikt/aksel-stylelint 4.4.2 → 4.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 +9 -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 Wed, 28 Jun 2023 09:38:13 GMT
4
+ * Generated on Thu, 29 Jun 2023 13:36:21 GMT
5
5
  */
6
6
  :root, :host {
7
7
  --a-spacing-05: 0.125rem;
@@ -1312,6 +1312,7 @@ body,
1312
1312
  font-size: 1.5rem;
1313
1313
  align-self: flex-start;
1314
1314
  height: var(--a-font-line-height-xlarge);
1315
+ margin: var(--a-spacing-1);
1315
1316
  background: radial-gradient(circle, var(--a-surface-default) 50%, 0, transparent);
1316
1317
  }
1317
1318
  .navds-alert--small > .navds-alert__icon {
@@ -1351,6 +1352,13 @@ body,
1351
1352
  border: none;
1352
1353
  padding: 0;
1353
1354
  }
1355
+ .navds-alert__button-wrapper {
1356
+ align-self: flex-start;
1357
+ flex: 1;
1358
+ display: flex;
1359
+ flex-flow: row nowrap;
1360
+ justify-content: flex-end;
1361
+ }
1354
1362
  .navds-button {
1355
1363
  --__ac-button-padding: var(--a-spacing-3) var(--a-spacing-5);
1356
1364
 
@@ -1579,7 +1587,6 @@ body,
1579
1587
  .navds-button--tertiary:active {
1580
1588
  color: var(--ac-button-tertiary-active-text, var(--a-text-on-action));
1581
1589
  background-color: var(--ac-button-tertiary-active-bg, var(--a-surface-action-active));
1582
- box-shadow: inset 0 0 0 1px var(--a-surface-default);
1583
1590
  }
1584
1591
  .navds-button--tertiary:active:hover {
1585
1592
  background-color: var(--ac-button-tertiary-active-hover-bg, var(--a-surface-action-active));
@@ -1621,7 +1628,6 @@ body,
1621
1628
  .navds-button--tertiary-neutral:active {
1622
1629
  color: var(--ac-button-tertiary-neutral-active-text, var(--a-text-on-neutral));
1623
1630
  background-color: var(--ac-button-tertiary-neutral-active-bg, var(--a-surface-neutral-active));
1624
- box-shadow: inset 0 0 0 1px var(--a-surface-default);
1625
1631
  }
1626
1632
  .navds-button--tertiary-neutral:active:hover {
1627
1633
  background-color: var(--ac-button-tertiary-neutral-active-hover-bg, var(--a-surface-neutral-active));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "4.4.2",
3
+ "version": "4.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": "^4.4.2",
39
- "@navikt/ds-tokens": "^4.4.2",
38
+ "@navikt/ds-css": "^4.5.0",
39
+ "@navikt/ds-tokens": "^4.5.0",
40
40
  "@types/jest": "^29.0.0",
41
41
  "concurrently": "7.2.1",
42
42
  "copyfiles": "2.4.1",