@postenbring/hedwig-react 0.0.72 → 0.0.73

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.
@@ -63,7 +63,7 @@ import {
63
63
  import "./chunk-MGUYIOP2.mjs";
64
64
  import {
65
65
  FooterComponent
66
- } from "./chunk-CU56G5WS.mjs";
66
+ } from "./chunk-CSAEHQ4R.mjs";
67
67
  import "./chunk-XFKD6EEJ.mjs";
68
68
  import "./chunk-AGZHQDCQ.mjs";
69
69
  import {
@@ -145,7 +145,7 @@ import {
145
145
  FooterLinkSection,
146
146
  FooterLinkSections,
147
147
  FooterLogo
148
- } from "./chunk-BFNITN5E.mjs";
148
+ } from "./chunk-S3BGPCLK.mjs";
149
149
  import {
150
150
  LinkList
151
151
  } from "./chunk-GJDRW6PA.mjs";
@@ -160,18 +160,17 @@ import {
160
160
  } from "./chunk-BWFFP6BB.mjs";
161
161
  import {
162
162
  AccordionComponent
163
- } from "./chunk-3FRCJ3RH.mjs";
163
+ } from "./chunk-XYIY6FHW.mjs";
164
+ import {
165
+ AccordionContent
166
+ } from "./chunk-GUB3UCXO.mjs";
167
+ import {
168
+ AccordionHeader
169
+ } from "./chunk-YXHXRUFX.mjs";
164
170
  import {
165
171
  AccordionItem
166
172
  } from "./chunk-62F4I3MQ.mjs";
167
173
  import "./chunk-VRIY65P5.mjs";
168
- import "./chunk-K6PP3ACJ.mjs";
169
- import {
170
- Badge,
171
- DarkBadge,
172
- WarningBadge,
173
- WhiteBadge
174
- } from "./chunk-W3D4VR4Y.mjs";
175
174
  import {
176
175
  Breadcrumbs
177
176
  } from "./chunk-GGEQEVZ4.mjs";
@@ -185,17 +184,18 @@ import {
185
184
  } from "./chunk-EMI7NAO2.mjs";
186
185
  import "./chunk-KQITCS3U.mjs";
187
186
  import "./chunk-DZNH5JHY.mjs";
187
+ import "./chunk-K6PP3ACJ.mjs";
188
188
  import {
189
- AccordionContent
190
- } from "./chunk-GUB3UCXO.mjs";
191
- import {
192
- AccordionHeader
193
- } from "./chunk-YXHXRUFX.mjs";
189
+ Badge,
190
+ DarkBadge,
191
+ WarningBadge,
192
+ WhiteBadge
193
+ } from "./chunk-W3D4VR4Y.mjs";
194
194
  import "./chunk-V3PAFMK5.mjs";
195
195
  import "./chunk-CFAH2LID.mjs";
196
196
  import {
197
197
  HelpText
198
- } from "./chunk-E5O6ID3L.mjs";
198
+ } from "./chunk-E2RTLHMZ.mjs";
199
199
  import {
200
200
  BoxComponent
201
201
  } from "./chunk-NMMFIRLZ.mjs";
package/dist/index.js CHANGED
@@ -1294,7 +1294,7 @@ var import_react22 = require("react");
1294
1294
  var import_jsx_runtime24 = require("react/jsx-runtime");
1295
1295
  var HelpText = (0, import_react22.forwardRef)(
1296
1296
  (_a, ref) => {
1297
- var _b = _a, { children, className, word, title, side = "top", align = "start", boxProps } = _b, rest = __objRest(_b, ["children", "className", "word", "title", "side", "align", "boxProps"]);
1297
+ var _b = _a, { children, className, helpText, title, side = "top", align = "start", boxProps } = _b, rest = __objRest(_b, ["children", "className", "helpText", "title", "side", "align", "boxProps"]);
1298
1298
  return (
1299
1299
  // NOTE: Using radix's [Popover component](https://www.radix-ui.com/primitives/docs/components/popover)
1300
1300
  // In the future we can use the native popover api, but as of writing, though all browsers support it
@@ -1309,7 +1309,7 @@ var HelpText = (0, import_react22.forwardRef)(
1309
1309
  title,
1310
1310
  type: "button"
1311
1311
  }, rest), {
1312
- children: word
1312
+ children
1313
1313
  })
1314
1314
  ) }),
1315
1315
  /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Popover.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Popover.Content, { asChild: true, side, align, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
@@ -1318,7 +1318,7 @@ var HelpText = (0, import_react22.forwardRef)(
1318
1318
  className: (0, import_typed_classname23.clsx)("hds-help-text-box", boxProps == null ? void 0 : boxProps.className),
1319
1319
  children: [
1320
1320
  /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Popover.Close, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(BoxComponent.CloseButton, {}) }),
1321
- children
1321
+ helpText
1322
1322
  ]
1323
1323
  })
1324
1324
  ) }) })