@postenbring/hedwig-react 1.3.0 → 1.3.1

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.
@@ -24,6 +24,7 @@ import "../chunk-7LPYJC6S.mjs";
24
24
  import {
25
25
  Input
26
26
  } from "../chunk-ITLZQ47H.mjs";
27
+ import "../chunk-CYDWEPFL.mjs";
27
28
  import "../chunk-YJOOSTJC.mjs";
28
29
  import {
29
30
  Checkbox
@@ -43,7 +44,6 @@ import "../chunk-NSLSA7F7.mjs";
43
44
  import {
44
45
  ErrorMessage
45
46
  } from "../chunk-LHIG6RW7.mjs";
46
- import "../chunk-CYDWEPFL.mjs";
47
47
  import "../chunk-KCEWKQ4W.mjs";
48
48
  import "../chunk-6QV3OV66.mjs";
49
49
  import "../chunk-RC76SXBP.mjs";
package/dist/index.mjs CHANGED
@@ -1,7 +1,3 @@
1
- import "./chunk-CSXSUQ2M.mjs";
2
- import {
3
- Text
4
- } from "./chunk-DMOMTRIY.mjs";
5
1
  import "./chunk-3D2MWIEX.mjs";
6
2
  import {
7
3
  WarningBanner
@@ -19,6 +15,10 @@ import {
19
15
  TabsTab
20
16
  } from "./chunk-J5SCUELT.mjs";
21
17
  import "./chunk-KQITCS3U.mjs";
18
+ import "./chunk-CSXSUQ2M.mjs";
19
+ import {
20
+ Text
21
+ } from "./chunk-DMOMTRIY.mjs";
22
22
  import "./chunk-AJFQHFQT.mjs";
23
23
  import {
24
24
  Spinner
@@ -95,6 +95,7 @@ import "./chunk-7LPYJC6S.mjs";
95
95
  import {
96
96
  Input
97
97
  } from "./chunk-ITLZQ47H.mjs";
98
+ import "./chunk-CYDWEPFL.mjs";
98
99
  import "./chunk-YJOOSTJC.mjs";
99
100
  import {
100
101
  Checkbox
@@ -114,7 +115,6 @@ import "./chunk-NSLSA7F7.mjs";
114
115
  import {
115
116
  ErrorMessage
116
117
  } from "./chunk-LHIG6RW7.mjs";
117
- import "./chunk-CYDWEPFL.mjs";
118
118
  import {
119
119
  AutoAnimateHeight
120
120
  } from "./chunk-KCEWKQ4W.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@postenbring/hedwig-react",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
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.3.0",
21
21
  "typescript": "^5.6.2",
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",
@@ -31,7 +31,7 @@
31
31
  "dependencies": {
32
32
  "@radix-ui/react-popover": "1.1.2",
33
33
  "@radix-ui/react-slot": "1.1.0",
34
- "@postenbring/hedwig-css": "1.3.0"
34
+ "@postenbring/hedwig-css": "1.4.0"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"