bonprix-design-system 0.62.0 → 0.62.2
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.ts +8 -14
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +7 -5
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
|
+
import { default as Availability } from '@bonprix-ds/react-availability';
|
|
2
|
+
import { AvailabilityProps } from '@bonprix-ds/react-availability';
|
|
1
3
|
import { default as BenefitTag } from '@bonprix-ds/react-benefit-tag';
|
|
2
4
|
import { BenefitTagProps } from '@bonprix-ds/react-benefit-tag';
|
|
5
|
+
import { default as Container } from '@bonprix-ds/react-container';
|
|
6
|
+
import { ContainerProps } from '@bonprix-ds/react-container';
|
|
3
7
|
import { default as default_2 } from 'react';
|
|
4
8
|
import { ElementType } from 'react';
|
|
5
9
|
import { FC } from 'react';
|
|
@@ -140,14 +144,9 @@ declare interface AsLink_4 extends BaseProps_5, Anchor {
|
|
|
140
144
|
onClick?: () => void;
|
|
141
145
|
}
|
|
142
146
|
|
|
143
|
-
export
|
|
147
|
+
export { Availability }
|
|
144
148
|
|
|
145
|
-
export
|
|
146
|
-
/** Indicates the availability of some item in the shop. */
|
|
147
|
-
delivery: "available" | "available-soon" | "sold-out";
|
|
148
|
-
/** Describes the current availability of the item. */
|
|
149
|
-
children: string;
|
|
150
|
-
}
|
|
149
|
+
export { AvailabilityProps }
|
|
151
150
|
|
|
152
151
|
export declare const BadgeIconButton: FC<BadgeIconButtonProps>;
|
|
153
152
|
|
|
@@ -552,14 +551,9 @@ declare interface CommonProps {
|
|
|
552
551
|
className?: string;
|
|
553
552
|
}
|
|
554
553
|
|
|
555
|
-
export
|
|
554
|
+
export { Container }
|
|
556
555
|
|
|
557
|
-
export
|
|
558
|
-
/** The content to be displayed within the container. */
|
|
559
|
-
children: ReactNode;
|
|
560
|
-
/** If set to `true`, the container will stop to grow at a total width of 1600px. */
|
|
561
|
-
disableFullScreen?: boolean;
|
|
562
|
-
}
|
|
556
|
+
export { ContainerProps }
|
|
563
557
|
|
|
564
558
|
declare const Content: ({ children, disableHorizontalPadding }: SheetContentProps) => default_2.JSX.Element;
|
|
565
559
|
|
package/dist/index.js
CHANGED
|
@@ -14337,7 +14337,7 @@ var yS = vS, bS = q({
|
|
|
14337
14337
|
};
|
|
14338
14338
|
jS.displayName = "CheckboxGroup", jS.Item = AS, jS.Item.displayName = "CheckboxGroup.Item";
|
|
14339
14339
|
//#endregion
|
|
14340
|
-
//#region
|
|
14340
|
+
//#region ../react/container/dist/index.js
|
|
14341
14341
|
var MS = ({ children: e, disableFullScreen: t = !1 }) => /* @__PURE__ */ x("div", {
|
|
14342
14342
|
className: `px-[var(--size-container-horizontal-padding)] ${t ? "max-w-[1600px] xxxl:mx-auto" : ""}`,
|
|
14343
14343
|
"data-bpds": "container",
|
|
@@ -25737,7 +25737,8 @@ var EF = {
|
|
|
25737
25737
|
content: [
|
|
25738
25738
|
"./index.html",
|
|
25739
25739
|
"./src/**/*.{js,ts,jsx,tsx}",
|
|
25740
|
-
"./.storybook/*.html"
|
|
25740
|
+
"./.storybook/*.html",
|
|
25741
|
+
"./node_modules/@bonprix-ds/**/*.{js,ts,jsx,tsx}"
|
|
25741
25742
|
],
|
|
25742
25743
|
theme: {
|
|
25743
25744
|
spacing: EF.spacing,
|