@navikt/ds-react 0.19.22 → 0.19.23

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.
@@ -3,6 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.GuidePanel = void 0;
6
+ exports.GuideDefaultIllustration = exports.GuidePanel = void 0;
7
7
  var GuidePanel_1 = require("./GuidePanel");
8
8
  Object.defineProperty(exports, "GuidePanel", { enumerable: true, get: function () { return __importDefault(GuidePanel_1).default; } });
9
+ var Illustration_1 = require("./Illustration");
10
+ Object.defineProperty(exports, "GuideDefaultIllustration", { enumerable: true, get: function () { return Illustration_1.DefaultIllustration; } });
@@ -1,2 +1,3 @@
1
1
  export { default as GuidePanel, GuidePanelProps } from "./GuidePanel";
2
2
  export { GuideProps } from "./Guide";
3
+ export { DefaultIllustration as GuideDefaultIllustration } from "./Illustration";
@@ -1,2 +1,3 @@
1
1
  export { default as GuidePanel } from "./GuidePanel";
2
+ export { DefaultIllustration as GuideDefaultIllustration } from "./Illustration";
2
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/guide-panel/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAmB,MAAM,cAAc,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/guide-panel/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAmB,MAAM,cAAc,CAAC;AAEtE,OAAO,EAAE,mBAAmB,IAAI,wBAAwB,EAAE,MAAM,gBAAgB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-react",
3
- "version": "0.19.22",
3
+ "version": "0.19.23",
4
4
  "description": "NAV designsystem react components",
5
5
  "author": "NAV Designsystem team",
6
6
  "license": "MIT",
@@ -76,5 +76,5 @@
76
76
  "@types/react": "^17.0.30 || ^18.0.0",
77
77
  "react": "^17.0.0 || ^18.0.0"
78
78
  },
79
- "gitHead": "c4259221c179278dbed8d8b9e2c579f764f96c7d"
79
+ "gitHead": "147fb90550af9cb0d3cc971ac316ee0010b4962d"
80
80
  }
@@ -1,2 +1,3 @@
1
1
  export { default as GuidePanel, GuidePanelProps } from "./GuidePanel";
2
2
  export { GuideProps } from "./Guide";
3
+ export { DefaultIllustration as GuideDefaultIllustration } from "./Illustration";