@20minutes/hela 2.21.13 → 2.21.14
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BoxProps, FlexProps,
|
|
1
|
+
import { BoxProps, FlexProps, IconProps, TextProps } from '../..';
|
|
2
2
|
export interface CollapseOptions {
|
|
3
3
|
index: number;
|
|
4
4
|
textTitleProps?: TextProps;
|
|
5
|
-
headingTitleProps?:
|
|
5
|
+
headingTitleProps?: TextProps;
|
|
6
6
|
titleIconProps?: IconProps;
|
|
7
7
|
isOpen?: boolean;
|
|
8
8
|
contentWithBorder?: boolean;
|
package/dist/index.es.js
CHANGED
|
@@ -6577,7 +6577,7 @@ const d1 = j(
|
|
|
6577
6577
|
const _ = pe().replace(/:/g, ""), b = `c-collapse__button-${a}-${_}`, f = `c-collapse__content-${a}-${_}`, N = () => {
|
|
6578
6578
|
if (l) {
|
|
6579
6579
|
const { children: O, ...k } = l;
|
|
6580
|
-
return /* @__PURE__ */ e(
|
|
6580
|
+
return /* @__PURE__ */ e(g, { as: "span", size: "m", color: "black", ...k, children: O });
|
|
6581
6581
|
}
|
|
6582
6582
|
const { as: M, children: B, ...Z } = s ?? {};
|
|
6583
6583
|
return /* @__PURE__ */ e(g, { as: "span", size: "l", color: "black", ...Z, children: B });
|