@postenbring/hedwig-react 0.0.80 → 0.0.81

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.
@@ -55,7 +55,7 @@ import {
55
55
  import "./chunk-MOU6WBT2.mjs";
56
56
  import {
57
57
  FooterComponent
58
- } from "./chunk-MKVI42QR.mjs";
58
+ } from "./chunk-3NDUE23B.mjs";
59
59
  import "./chunk-XFKD6EEJ.mjs";
60
60
  import "./chunk-AGZHQDCQ.mjs";
61
61
  import {
@@ -141,7 +141,7 @@ import {
141
141
  FooterLinkSection,
142
142
  FooterLinkSections,
143
143
  FooterLogo
144
- } from "./chunk-GXYUJ5MA.mjs";
144
+ } from "./chunk-7JRS4WEB.mjs";
145
145
  import {
146
146
  LinkList
147
147
  } from "./chunk-COEZA7WA.mjs";
@@ -156,10 +156,10 @@ import {
156
156
  } from "./chunk-KEKPEN2C.mjs";
157
157
  import {
158
158
  AccordionComponent
159
- } from "./chunk-HBSDJAFF.mjs";
159
+ } from "./chunk-3ZFEUABU.mjs";
160
160
  import {
161
161
  AccordionContent
162
- } from "./chunk-2UWPZNXC.mjs";
162
+ } from "./chunk-GLAEI3SD.mjs";
163
163
  import {
164
164
  AccordionHeader
165
165
  } from "./chunk-3EFAPJ3H.mjs";
package/dist/index.js CHANGED
@@ -251,7 +251,7 @@ var AccordionContent = (0, import_react5.forwardRef)(
251
251
  __spreadProps(__spreadValues(__spreadProps(__spreadValues({
252
252
  "aria-hidden": !context.open,
253
253
  "data-state": context.open ? "open" : "closed"
254
- }, { inert: context.open ? "true" : void 0 }), {
254
+ }, { inert: context.open ? void 0 : "true" }), {
255
255
  className: (0, import_typed_classname4.clsx)("hds-accordion-item-content", className),
256
256
  ref
257
257
  }), rest), {