@postenbring/hedwig-react 0.0.67 → 0.0.69

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 (51) hide show
  1. package/dist/_tsup-dts-rollup.d.mts +135 -0
  2. package/dist/_tsup-dts-rollup.d.ts +135 -0
  3. package/dist/chunk-25R7DBK6.mjs +59 -0
  4. package/dist/chunk-25R7DBK6.mjs.map +1 -0
  5. package/dist/chunk-BVG5VSZK.mjs +1 -0
  6. package/dist/chunk-JDXYRFLJ.mjs +13 -0
  7. package/dist/chunk-JDXYRFLJ.mjs.map +1 -0
  8. package/dist/{chunk-QGZU7Z2W.mjs → chunk-VVPJOVFP.mjs} +27 -3
  9. package/dist/chunk-VVPJOVFP.mjs.map +1 -0
  10. package/dist/chunk-ZQHLYAJU.mjs +1 -0
  11. package/dist/chunk-ZQHLYAJU.mjs.map +1 -0
  12. package/dist/footer/footer.mjs +1 -1
  13. package/dist/footer/index.mjs +1 -1
  14. package/dist/index-no-css.d.mts +5 -1
  15. package/dist/index-no-css.d.ts +5 -1
  16. package/dist/index-no-css.js +270 -196
  17. package/dist/index-no-css.js.map +1 -1
  18. package/dist/index-no-css.mjs +30 -21
  19. package/dist/index.d.mts +5 -1
  20. package/dist/index.d.ts +5 -1
  21. package/dist/index.js +270 -196
  22. package/dist/index.js.map +1 -1
  23. package/dist/index.mjs +30 -21
  24. package/dist/index.mjs.map +1 -1
  25. package/dist/layout/grid/grid.d.mts +4 -0
  26. package/dist/layout/grid/grid.d.ts +4 -0
  27. package/dist/layout/grid/grid.js +122 -0
  28. package/dist/layout/grid/grid.js.map +1 -0
  29. package/dist/layout/grid/grid.mjs +12 -0
  30. package/dist/layout/grid/grid.mjs.map +1 -0
  31. package/dist/layout/grid/index.d.mts +4 -0
  32. package/dist/layout/grid/index.d.ts +4 -0
  33. package/dist/layout/grid/index.js +128 -0
  34. package/dist/layout/grid/index.js.map +1 -0
  35. package/dist/layout/grid/index.mjs +14 -0
  36. package/dist/layout/grid/index.mjs.map +1 -0
  37. package/dist/layout/index.d.mts +5 -1
  38. package/dist/layout/index.d.ts +5 -1
  39. package/dist/layout/index.js +91 -17
  40. package/dist/layout/index.js.map +1 -1
  41. package/dist/layout/index.mjs +13 -4
  42. package/dist/layout/stack/index.js +26 -2
  43. package/dist/layout/stack/index.js.map +1 -1
  44. package/dist/layout/stack/index.mjs +2 -1
  45. package/dist/layout/stack/stack.js +26 -2
  46. package/dist/layout/stack/stack.js.map +1 -1
  47. package/dist/layout/stack/stack.mjs +1 -1
  48. package/package.json +2 -2
  49. package/dist/chunk-L4GQJETB.mjs +0 -1
  50. package/dist/chunk-QGZU7Z2W.mjs.map +0 -1
  51. /package/dist/{chunk-L4GQJETB.mjs.map → chunk-BVG5VSZK.mjs.map} +0 -0
@@ -54,15 +54,22 @@ import {
54
54
  NavbarLogoAndServiceText,
55
55
  NavbarNavigation
56
56
  } from "./chunk-625SVQEP.mjs";
57
- import "./chunk-L4GQJETB.mjs";
57
+ import "./chunk-BVG5VSZK.mjs";
58
58
  import {
59
- Container
60
- } from "./chunk-I6GDRDYD.mjs";
59
+ GridComponent
60
+ } from "./chunk-JDXYRFLJ.mjs";
61
+ import "./chunk-ZQHLYAJU.mjs";
61
62
  import {
62
63
  HStack,
63
64
  Stack,
64
65
  VStack
65
- } from "./chunk-QGZU7Z2W.mjs";
66
+ } from "./chunk-VVPJOVFP.mjs";
67
+ import {
68
+ Container
69
+ } from "./chunk-I6GDRDYD.mjs";
70
+ import {
71
+ GridItem
72
+ } from "./chunk-25R7DBK6.mjs";
66
73
  import "./chunk-XLLYMQLW.mjs";
67
74
  import {
68
75
  Link
@@ -149,16 +156,19 @@ import {
149
156
  import {
150
157
  AccordionComponent
151
158
  } from "./chunk-XYIY6FHW.mjs";
159
+ import "./chunk-K6PP3ACJ.mjs";
152
160
  import {
153
- AccordionContent
154
- } from "./chunk-GUB3UCXO.mjs";
161
+ Badge,
162
+ DarkBadge,
163
+ WarningBadge,
164
+ WhiteBadge
165
+ } from "./chunk-W3D4VR4Y.mjs";
155
166
  import {
156
- AccordionHeader
157
- } from "./chunk-YXHXRUFX.mjs";
167
+ BoxComponent
168
+ } from "./chunk-NMMFIRLZ.mjs";
158
169
  import {
159
- AccordionItem
160
- } from "./chunk-62F4I3MQ.mjs";
161
- import "./chunk-VRIY65P5.mjs";
170
+ BoxCloseButton
171
+ } from "./chunk-EGXM575K.mjs";
162
172
  import "./chunk-ZOCMUEOX.mjs";
163
173
  import {
164
174
  Breadcrumbs
@@ -169,19 +179,16 @@ import {
169
179
  } from "./chunk-OUHO4LGN.mjs";
170
180
  import "./chunk-KQITCS3U.mjs";
171
181
  import "./chunk-DZNH5JHY.mjs";
172
- import "./chunk-K6PP3ACJ.mjs";
173
182
  import {
174
- Badge,
175
- DarkBadge,
176
- WarningBadge,
177
- WhiteBadge
178
- } from "./chunk-W3D4VR4Y.mjs";
183
+ AccordionContent
184
+ } from "./chunk-GUB3UCXO.mjs";
179
185
  import {
180
- BoxComponent
181
- } from "./chunk-NMMFIRLZ.mjs";
186
+ AccordionHeader
187
+ } from "./chunk-YXHXRUFX.mjs";
182
188
  import {
183
- BoxCloseButton
184
- } from "./chunk-EGXM575K.mjs";
189
+ AccordionItem
190
+ } from "./chunk-62F4I3MQ.mjs";
191
+ import "./chunk-VRIY65P5.mjs";
185
192
  import "./chunk-ZL56N4UK.mjs";
186
193
  import "./chunk-V3PAFMK5.mjs";
187
194
  import "./chunk-F4STR6SD.mjs";
@@ -234,6 +241,8 @@ export {
234
241
  FooterLinkSection,
235
242
  FooterLinkSections,
236
243
  FooterLogo,
244
+ GridComponent as Grid,
245
+ GridItem,
237
246
  HStack,
238
247
  Input,
239
248
  Link,
package/dist/index.d.mts CHANGED
@@ -65,10 +65,14 @@ export { FooterProps_alias_1 as FooterProps } from './_tsup-dts-rollup';
65
65
  export { FooterButtonLinkProps_alias_1 as FooterButtonLinkProps } from './_tsup-dts-rollup';
66
66
  export { ContainerProps_alias_1 as ContainerProps } from './_tsup-dts-rollup';
67
67
  export { Container_alias_1 as Container } from './_tsup-dts-rollup';
68
- export { StackProps_alias_1 as StackProps } from './_tsup-dts-rollup';
68
+ export { Grid_alias_1 as Grid } from './_tsup-dts-rollup';
69
+ export { GridItem_alias_1 as GridItem } from './_tsup-dts-rollup';
70
+ export { GridProps_alias_1 as GridProps } from './_tsup-dts-rollup';
71
+ export { GridItemProps_alias_1 as GridItemProps } from './_tsup-dts-rollup';
69
72
  export { Stack_alias_1 as Stack } from './_tsup-dts-rollup';
70
73
  export { HStack_alias_1 as HStack } from './_tsup-dts-rollup';
71
74
  export { VStack_alias_1 as VStack } from './_tsup-dts-rollup';
75
+ export { StackProps_alias_1 as StackProps } from './_tsup-dts-rollup';
72
76
  export { Link_alias_1 as Link } from './_tsup-dts-rollup';
73
77
  export { LinkProps_alias_1 as LinkProps } from './_tsup-dts-rollup';
74
78
  export { UnorderedList_alias_1 as UnorderedList } from './_tsup-dts-rollup';
package/dist/index.d.ts CHANGED
@@ -65,10 +65,14 @@ export { FooterProps_alias_1 as FooterProps } from './_tsup-dts-rollup';
65
65
  export { FooterButtonLinkProps_alias_1 as FooterButtonLinkProps } from './_tsup-dts-rollup';
66
66
  export { ContainerProps_alias_1 as ContainerProps } from './_tsup-dts-rollup';
67
67
  export { Container_alias_1 as Container } from './_tsup-dts-rollup';
68
- export { StackProps_alias_1 as StackProps } from './_tsup-dts-rollup';
68
+ export { Grid_alias_1 as Grid } from './_tsup-dts-rollup';
69
+ export { GridItem_alias_1 as GridItem } from './_tsup-dts-rollup';
70
+ export { GridProps_alias_1 as GridProps } from './_tsup-dts-rollup';
71
+ export { GridItemProps_alias_1 as GridItemProps } from './_tsup-dts-rollup';
69
72
  export { Stack_alias_1 as Stack } from './_tsup-dts-rollup';
70
73
  export { HStack_alias_1 as HStack } from './_tsup-dts-rollup';
71
74
  export { VStack_alias_1 as VStack } from './_tsup-dts-rollup';
75
+ export { StackProps_alias_1 as StackProps } from './_tsup-dts-rollup';
72
76
  export { Link_alias_1 as Link } from './_tsup-dts-rollup';
73
77
  export { LinkProps_alias_1 as LinkProps } from './_tsup-dts-rollup';
74
78
  export { UnorderedList_alias_1 as UnorderedList } from './_tsup-dts-rollup';