@postenbring/hedwig-react 0.0.90 → 1.0.0
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 +13 -13
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -153,20 +153,18 @@ import "./chunk-2YL2MVWN.mjs";
|
|
|
153
153
|
import {
|
|
154
154
|
DescriptionList
|
|
155
155
|
} from "./chunk-C7ZTOZP3.mjs";
|
|
156
|
-
import "./chunk-KFDS3IPB.mjs";
|
|
157
156
|
import "./chunk-ZKMFJZSH.mjs";
|
|
158
157
|
import {
|
|
159
158
|
Accordion
|
|
160
159
|
} from "./chunk-CXX4SXJG.mjs";
|
|
160
|
+
import "./chunk-K6PP3ACJ.mjs";
|
|
161
161
|
import {
|
|
162
|
-
|
|
163
|
-
} from "./chunk-
|
|
164
|
-
import
|
|
165
|
-
AccordionHeader
|
|
166
|
-
} from "./chunk-MYVC3HMO.mjs";
|
|
162
|
+
Badge
|
|
163
|
+
} from "./chunk-OXZOGFNV.mjs";
|
|
164
|
+
import "./chunk-KFDS3IPB.mjs";
|
|
167
165
|
import {
|
|
168
|
-
|
|
169
|
-
} from "./chunk-
|
|
166
|
+
Blockquote
|
|
167
|
+
} from "./chunk-JYN2QSN2.mjs";
|
|
170
168
|
import "./chunk-JKCVB5TR.mjs";
|
|
171
169
|
import {
|
|
172
170
|
StyledHtml
|
|
@@ -186,13 +184,15 @@ import {
|
|
|
186
184
|
useMergeRefs,
|
|
187
185
|
useResize
|
|
188
186
|
} from "./chunk-ILFK3VKS.mjs";
|
|
189
|
-
import "./chunk-K6PP3ACJ.mjs";
|
|
190
187
|
import {
|
|
191
|
-
|
|
192
|
-
} from "./chunk-
|
|
188
|
+
AccordionContent
|
|
189
|
+
} from "./chunk-JZXZYEPG.mjs";
|
|
193
190
|
import {
|
|
194
|
-
|
|
195
|
-
} from "./chunk-
|
|
191
|
+
AccordionHeader
|
|
192
|
+
} from "./chunk-MYVC3HMO.mjs";
|
|
193
|
+
import {
|
|
194
|
+
AccordionItem
|
|
195
|
+
} from "./chunk-EZVEYJOX.mjs";
|
|
196
196
|
import "./chunk-YQFL5UN4.mjs";
|
|
197
197
|
import "./chunk-CFAH2LID.mjs";
|
|
198
198
|
import {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@postenbring/hedwig-react",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "1.0.0",
|
|
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.0.7",
|
|
33
33
|
"@radix-ui/react-slot": "1.0.2",
|
|
34
|
-
"@postenbring/hedwig-css": "0.0
|
|
34
|
+
"@postenbring/hedwig-css": "1.0.0"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|