@norges-domstoler/dds-components 0.0.0-dev-20240905110813 → 0.0.0-dev-20240912103141
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.d.mts +51 -51
- package/dist/index.d.ts +51 -51
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -11361,7 +11361,7 @@ var SplitButton = forwardRef85(
|
|
|
11361
11361
|
)
|
|
11362
11362
|
}
|
|
11363
11363
|
),
|
|
11364
|
-
/* @__PURE__ */ jsx277(OverflowMenu, { placement: "bottom-end", children: /* @__PURE__ */ jsx277(OverflowMenuList, { children: secondaryActions.map((item) => /* @__PURE__ */ jsx277(OverflowMenuButton, { ...item, children: item.children })) }) })
|
|
11364
|
+
/* @__PURE__ */ jsx277(OverflowMenu, { placement: "bottom-end", children: /* @__PURE__ */ jsx277(OverflowMenuList, { children: secondaryActions.map((item, index) => /* @__PURE__ */ jsx277(OverflowMenuButton, { ...item, children: item.children }, index)) }) })
|
|
11365
11365
|
] })
|
|
11366
11366
|
] });
|
|
11367
11367
|
}
|