@postenbring/hedwig-react 3.0.1 → 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.
- package/dist/index.mjs +9 -9
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -165,11 +165,11 @@ import "./chunk-CFAH2LID.mjs";
|
|
|
165
165
|
import {
|
|
166
166
|
HelpText
|
|
167
167
|
} from "./chunk-YZDURLEY.mjs";
|
|
168
|
-
import "./chunk-HT2EIJAD.mjs";
|
|
169
168
|
import "./chunk-ISAHCU7C.mjs";
|
|
169
|
+
import "./chunk-HT2EIJAD.mjs";
|
|
170
170
|
import {
|
|
171
|
-
|
|
172
|
-
} from "./chunk-
|
|
171
|
+
Button
|
|
172
|
+
} from "./chunk-TYCGAA35.mjs";
|
|
173
173
|
import "./chunk-Y6NOEN7R.mjs";
|
|
174
174
|
import {
|
|
175
175
|
ButtonList
|
|
@@ -191,18 +191,18 @@ 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
|
-
|
|
205
|
-
} from "./chunk-
|
|
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": "3.0.
|
|
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.
|
|
34
|
+
"@postenbring/hedwig-css": "3.0.3"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|