@scbt-ecom/ui 0.0.26 → 0.0.27
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/ExampleContainer.d.ts +1 -2
- package/dist/ui.es.js +1 -1
- package/dist/ui.umd.js +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
2
|
export interface IExampleContainerProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
3
|
children: ReactNode;
|
|
4
|
-
className?: string;
|
|
5
4
|
}
|
|
6
|
-
export declare const ExampleContainer: ({ children
|
|
5
|
+
export declare const ExampleContainer: ({ children }: IExampleContainerProps) => import("react/jsx-runtime").JSX.Element;
|
package/dist/ui.es.js
CHANGED
|
@@ -25199,7 +25199,7 @@ const VB = /* @__PURE__ */ Vh(ZB), Nj = {
|
|
|
25199
25199
|
);
|
|
25200
25200
|
})
|
|
25201
25201
|
]
|
|
25202
|
-
}, Bj = ({ children: e
|
|
25202
|
+
}, Bj = ({ children: e }) => /* @__PURE__ */ g.jsx("div", { className: "w-full px-4 m-auto desktop:max-w-[1188px]", children: e });
|
|
25203
25203
|
export {
|
|
25204
25204
|
iE as Accordion,
|
|
25205
25205
|
YB as Advantages,
|