@kroo-web/design-system 1.20.0 → 1.20.1
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/components/HorizontalRule/HorizontalRule.stories.d.ts +7 -0
- package/dist/components/HorizontalRule/index.d.ts +1 -0
- package/dist/components/index.d.ts +1 -1
- package/dist/index.js +4 -4
- package/dist/index.umd.cjs +10 -10
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/components/HeaderRow/HeaderRow.stories.d.ts +0 -7
- package/dist/components/HeaderRow/index.d.ts +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const HorizontalRule: () => import("react/jsx-runtime").JSX.Element;
|
package/dist/index.js
CHANGED
|
@@ -24024,9 +24024,9 @@ const M7 = "_control_1er46_1", R7 = "_tooltip_1er46_11", B7 = "_beak_1er46_19",
|
|
|
24024
24024
|
children: t
|
|
24025
24025
|
}
|
|
24026
24026
|
);
|
|
24027
|
-
}, L7 = "
|
|
24028
|
-
|
|
24029
|
-
}, MB = () => /* @__PURE__ */ w("hr", { className: V7.
|
|
24027
|
+
}, L7 = "_horizontalRule_18khc_1", V7 = {
|
|
24028
|
+
horizontalRule: L7
|
|
24029
|
+
}, MB = () => /* @__PURE__ */ w("hr", { className: V7.horizontalRule });
|
|
24030
24030
|
export {
|
|
24031
24031
|
z7 as Accordion,
|
|
24032
24032
|
ha as Button,
|
|
@@ -24041,7 +24041,7 @@ export {
|
|
|
24041
24041
|
tB as Disclosure,
|
|
24042
24042
|
E3 as Field,
|
|
24043
24043
|
nB as Form,
|
|
24044
|
-
MB as
|
|
24044
|
+
MB as HorizontalRule,
|
|
24045
24045
|
je as Icon,
|
|
24046
24046
|
T3 as Item,
|
|
24047
24047
|
oB as Link,
|