@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.
@@ -0,0 +1,7 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { HorizontalRule } from '.';
3
+
4
+ declare const _default: Meta<typeof HorizontalRule>;
5
+ export default _default;
6
+ type Story = StoryObj<typeof HorizontalRule>;
7
+ export declare const GeneralUsage: Story;
@@ -0,0 +1 @@
1
+ export declare const HorizontalRule: () => import("react/jsx-runtime").JSX.Element;
@@ -31,4 +31,4 @@ export * from './Toggle';
31
31
  export * from './Tooltip';
32
32
  export * from './Typography';
33
33
  export * from './Wrapper';
34
- export * from './HeaderRow';
34
+ export * from './HorizontalRule';
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 = "_headerRow_1eala_1", V7 = {
24028
- headerRow: L7
24029
- }, MB = () => /* @__PURE__ */ w("hr", { className: V7.headerRow });
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 HeaderRow,
24044
+ MB as HorizontalRule,
24045
24045
  je as Icon,
24046
24046
  T3 as Item,
24047
24047
  oB as Link,