@kroo-web/design-system 1.20.0 → 1.20.3
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 +5 -5
- 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
|
@@ -1199,7 +1199,7 @@ const gw = "_container_1wdpi_1", yw = "_label_1wdpi_6", Aw = "_helper_1wdpi_13",
|
|
|
1199
1199
|
id: r,
|
|
1200
1200
|
label: i
|
|
1201
1201
|
}) => /* @__PURE__ */ te("div", { className: Sr.container, children: [
|
|
1202
|
-
!o && /* @__PURE__ */ w(
|
|
1202
|
+
!o && i && /* @__PURE__ */ w(
|
|
1203
1203
|
ge,
|
|
1204
1204
|
{
|
|
1205
1205
|
as: "label",
|
|
@@ -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,
|