@postenbring/hedwig-react 0.0.80 → 0.0.81

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.mjs CHANGED
@@ -55,7 +55,7 @@ import {
55
55
  import "./chunk-MOU6WBT2.mjs";
56
56
  import {
57
57
  FooterComponent
58
- } from "./chunk-MKVI42QR.mjs";
58
+ } from "./chunk-3NDUE23B.mjs";
59
59
  import "./chunk-XFKD6EEJ.mjs";
60
60
  import "./chunk-AGZHQDCQ.mjs";
61
61
  import {
@@ -141,7 +141,7 @@ import {
141
141
  FooterLinkSection,
142
142
  FooterLinkSections,
143
143
  FooterLogo
144
- } from "./chunk-GXYUJ5MA.mjs";
144
+ } from "./chunk-7JRS4WEB.mjs";
145
145
  import {
146
146
  LinkList
147
147
  } from "./chunk-COEZA7WA.mjs";
@@ -156,10 +156,10 @@ import {
156
156
  } from "./chunk-KEKPEN2C.mjs";
157
157
  import {
158
158
  AccordionComponent
159
- } from "./chunk-HBSDJAFF.mjs";
159
+ } from "./chunk-3ZFEUABU.mjs";
160
160
  import {
161
161
  AccordionContent
162
- } from "./chunk-2UWPZNXC.mjs";
162
+ } from "./chunk-GLAEI3SD.mjs";
163
163
  import {
164
164
  AccordionHeader
165
165
  } from "./chunk-3EFAPJ3H.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@postenbring/hedwig-react",
3
- "version": "0.0.80",
3
+ "version": "0.0.81",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -19,8 +19,8 @@
19
19
  "react-dom": "18.3.1",
20
20
  "tsup": "^8.0.1",
21
21
  "typescript": "^5.4.5",
22
- "hedwig-tsconfig": "0.0.0",
23
- "eslint-config-custom": "0.0.1"
22
+ "eslint-config-custom": "0.0.1",
23
+ "hedwig-tsconfig": "0.0.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@types/react": "^17.0.0 || ^18.0.0",