@postenbring/hedwig-react 4.0.0 → 4.0.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.
Files changed (2) hide show
  1. package/dist/index.mjs +6 -6
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -165,15 +165,15 @@ import "./chunk-CFAH2LID.mjs";
165
165
  import {
166
166
  HelpText
167
167
  } from "./chunk-INDTHGWZ.mjs";
168
- import "./chunk-HT2EIJAD.mjs";
169
168
  import "./chunk-ISAHCU7C.mjs";
170
- import {
171
- Breadcrumbs
172
- } from "./chunk-A42PXOVR.mjs";
173
169
  import "./chunk-Y6NOEN7R.mjs";
174
170
  import {
175
171
  ButtonList
176
172
  } from "./chunk-ME746XCZ.mjs";
173
+ import "./chunk-HT2EIJAD.mjs";
174
+ import {
175
+ Button
176
+ } from "./chunk-TYCGAA35.mjs";
177
177
  import "./chunk-ARHJZUZG.mjs";
178
178
  import {
179
179
  Card,
@@ -201,8 +201,8 @@ import {
201
201
  } from "./chunk-JYN2QSN2.mjs";
202
202
  import "./chunk-BCFV6VOE.mjs";
203
203
  import {
204
- Button
205
- } from "./chunk-TYCGAA35.mjs";
204
+ Breadcrumbs
205
+ } from "./chunk-A42PXOVR.mjs";
206
206
  import "./chunk-ZKMFJZSH.mjs";
207
207
  import {
208
208
  Accordion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@postenbring/hedwig-react",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -31,7 +31,7 @@
31
31
  "dependencies": {
32
32
  "@radix-ui/react-popover": "1.1.14",
33
33
  "@radix-ui/react-slot": "1.2.3",
34
- "@postenbring/hedwig-css": "4.0.0"
34
+ "@postenbring/hedwig-css": "4.0.1"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"