@postenbring/hedwig-react 3.0.2 → 3.0.4

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 +4 -4
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -166,14 +166,14 @@ import {
166
166
  HelpText
167
167
  } from "./chunk-YZDURLEY.mjs";
168
168
  import "./chunk-ISAHCU7C.mjs";
169
- import "./chunk-Y6NOEN7R.mjs";
170
- import {
171
- ButtonList
172
- } from "./chunk-ME746XCZ.mjs";
173
169
  import "./chunk-HT2EIJAD.mjs";
174
170
  import {
175
171
  Button
176
172
  } from "./chunk-TYCGAA35.mjs";
173
+ import "./chunk-Y6NOEN7R.mjs";
174
+ import {
175
+ ButtonList
176
+ } from "./chunk-ME746XCZ.mjs";
177
177
  import "./chunk-ARHJZUZG.mjs";
178
178
  import {
179
179
  Card,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@postenbring/hedwig-react",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
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": "3.0.2"
34
+ "@postenbring/hedwig-css": "3.0.4"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"