@postenbring/hedwig-react 3.0.2 → 3.0.3

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 +8 -8
  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,
@@ -191,14 +191,14 @@ import {
191
191
  DescriptionList
192
192
  } from "./chunk-C7ZTOZP3.mjs";
193
193
  import "./chunk-OVKUPO5U.mjs";
194
- import "./chunk-K6PP3ACJ.mjs";
195
- import {
196
- Badge
197
- } from "./chunk-OXZOGFNV.mjs";
198
194
  import "./chunk-KFDS3IPB.mjs";
199
195
  import {
200
196
  Blockquote
201
197
  } from "./chunk-JYN2QSN2.mjs";
198
+ import "./chunk-K6PP3ACJ.mjs";
199
+ import {
200
+ Badge
201
+ } from "./chunk-OXZOGFNV.mjs";
202
202
  import "./chunk-BCFV6VOE.mjs";
203
203
  import {
204
204
  Breadcrumbs
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.3",
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.3"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"