@postenbring/hedwig-react 3.0.3 → 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
@@ -191,14 +191,14 @@ import {
191
191
  DescriptionList
192
192
  } from "./chunk-C7ZTOZP3.mjs";
193
193
  import "./chunk-OVKUPO5U.mjs";
194
- import "./chunk-KFDS3IPB.mjs";
195
- import {
196
- Blockquote
197
- } from "./chunk-JYN2QSN2.mjs";
198
194
  import "./chunk-K6PP3ACJ.mjs";
199
195
  import {
200
196
  Badge
201
197
  } from "./chunk-OXZOGFNV.mjs";
198
+ import "./chunk-KFDS3IPB.mjs";
199
+ import {
200
+ Blockquote
201
+ } from "./chunk-JYN2QSN2.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.3",
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.3"
34
+ "@postenbring/hedwig-css": "3.0.4"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"