@postenbring/hedwig-react 0.0.89 → 0.0.90

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 +13 -13
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -153,18 +153,20 @@ import "./chunk-2YL2MVWN.mjs";
153
153
  import {
154
154
  DescriptionList
155
155
  } from "./chunk-C7ZTOZP3.mjs";
156
+ import "./chunk-KFDS3IPB.mjs";
156
157
  import "./chunk-ZKMFJZSH.mjs";
157
158
  import {
158
159
  Accordion
159
160
  } from "./chunk-CXX4SXJG.mjs";
160
- import "./chunk-K6PP3ACJ.mjs";
161
161
  import {
162
- Badge
163
- } from "./chunk-OXZOGFNV.mjs";
164
- import "./chunk-KFDS3IPB.mjs";
162
+ AccordionContent
163
+ } from "./chunk-JZXZYEPG.mjs";
165
164
  import {
166
- Blockquote
167
- } from "./chunk-JYN2QSN2.mjs";
165
+ AccordionHeader
166
+ } from "./chunk-MYVC3HMO.mjs";
167
+ import {
168
+ AccordionItem
169
+ } from "./chunk-EZVEYJOX.mjs";
168
170
  import "./chunk-JKCVB5TR.mjs";
169
171
  import {
170
172
  StyledHtml
@@ -184,15 +186,13 @@ import {
184
186
  useMergeRefs,
185
187
  useResize
186
188
  } from "./chunk-ILFK3VKS.mjs";
189
+ import "./chunk-K6PP3ACJ.mjs";
187
190
  import {
188
- AccordionContent
189
- } from "./chunk-JZXZYEPG.mjs";
190
- import {
191
- AccordionHeader
192
- } from "./chunk-MYVC3HMO.mjs";
191
+ Badge
192
+ } from "./chunk-OXZOGFNV.mjs";
193
193
  import {
194
- AccordionItem
195
- } from "./chunk-EZVEYJOX.mjs";
194
+ Blockquote
195
+ } from "./chunk-JYN2QSN2.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.89",
3
+ "version": "0.0.90",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -19,8 +19,8 @@
19
19
  "react-dom": "18.3.1",
20
20
  "tsup": "^8.1.0",
21
21
  "typescript": "^5.4.5",
22
- "hedwig-tsconfig": "0.0.0",
23
- "eslint-config-custom": "0.0.1"
22
+ "eslint-config-custom": "0.0.1",
23
+ "hedwig-tsconfig": "0.0.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@types/react": "^17.0.0 || ^18.0.0",
@@ -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.74"
34
+ "@postenbring/hedwig-css": "0.0.75"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"