react-minolith 0.0.19 → 0.0.21

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.
Files changed (94) hide show
  1. package/README.md +2 -0
  2. package/dist/assets/Accordion.css +1 -1
  3. package/dist/assets/Badge.css +1 -1
  4. package/dist/assets/Button.css +1 -1
  5. package/dist/assets/Card.css +1 -1
  6. package/dist/assets/Dialogue.css +1 -1
  7. package/dist/assets/Dot.css +1 -0
  8. package/dist/assets/Footer.css +1 -1
  9. package/dist/assets/Gingham.css +1 -1
  10. package/dist/assets/Header.css +1 -1
  11. package/dist/assets/Heading.css +1 -1
  12. package/dist/assets/Label.css +1 -1
  13. package/dist/assets/Link.css +1 -1
  14. package/dist/assets/Loader.css +1 -1
  15. package/dist/assets/Message.css +1 -1
  16. package/dist/assets/MinolithCssVariableStylesProvider.css +1 -1
  17. package/dist/assets/Modal.css +1 -1
  18. package/dist/assets/Nav.css +1 -1
  19. package/dist/assets/Progress.css +1 -1
  20. package/dist/assets/Span.css +1 -0
  21. package/dist/assets/Stripe.css +1 -1
  22. package/dist/assets/Textarea.css +1 -1
  23. package/dist/backgrounds/Dot/Dot.d.ts +3 -0
  24. package/dist/backgrounds/Dot/Dot.d.ts.map +1 -0
  25. package/dist/backgrounds/Dot/Dot.js +27 -0
  26. package/dist/backgrounds/Dot/Dot.js.map +1 -0
  27. package/dist/backgrounds/Dot/Dot.stories.d.ts +12 -0
  28. package/dist/backgrounds/Dot/Dot.stories.d.ts.map +1 -0
  29. package/dist/backgrounds/Dot/DotProps.d.ts +7 -0
  30. package/dist/backgrounds/Dot/DotProps.d.ts.map +1 -0
  31. package/dist/backgrounds/Dot/DotProps.js +2 -0
  32. package/dist/backgrounds/Dot/DotProps.js.map +1 -0
  33. package/dist/backgrounds/Dot/index.d.ts +3 -0
  34. package/dist/backgrounds/Dot/index.d.ts.map +1 -0
  35. package/dist/backgrounds/Dot/index.js +5 -0
  36. package/dist/backgrounds/Dot/index.js.map +1 -0
  37. package/dist/backgrounds/Gingham/Gingham.js +22 -22
  38. package/dist/backgrounds/Stripe/Stripe.js +28 -28
  39. package/dist/components/Accordion/Accordion.js +26 -26
  40. package/dist/components/Accordion/AccordionDetails.js +25 -25
  41. package/dist/components/Accordion/AccordionSummary.js +25 -25
  42. package/dist/components/Badge/Badge.js +23 -23
  43. package/dist/components/Button/Button.js +26 -26
  44. package/dist/components/Card/Card.js +22 -22
  45. package/dist/components/Card/CardBody.js +22 -22
  46. package/dist/components/Card/CardFooter.js +22 -22
  47. package/dist/components/Card/CardHeader.js +22 -22
  48. package/dist/components/Dialogue/Dialogue.js +35 -35
  49. package/dist/components/Dialogue/DialogueAvatar.js +36 -36
  50. package/dist/components/Dialogue/DialogueAvatarContainer.js +36 -36
  51. package/dist/components/Dialogue/DialogueContentContainer.js +36 -36
  52. package/dist/components/Dialogue/DialogueMessage.js +36 -36
  53. package/dist/components/Dialogue/DialogueMessageInner.js +36 -36
  54. package/dist/components/Dialogue/DialogueName.js +36 -36
  55. package/dist/components/Div/Div.d.ts.map +1 -1
  56. package/dist/components/Div/Div.js +8 -5
  57. package/dist/components/Div/Div.js.map +1 -1
  58. package/dist/components/Footer/Footer.js +17 -17
  59. package/dist/components/Header/Header.js +17 -17
  60. package/dist/components/Heading/Heading.js +12 -12
  61. package/dist/components/Input/Input.js +39 -39
  62. package/dist/components/Label/Label.js +15 -15
  63. package/dist/components/Link/Link.js +17 -17
  64. package/dist/components/Loader/Loader.js +44 -44
  65. package/dist/components/Message/Message.js +16 -16
  66. package/dist/components/Message/MessageBody.js +18 -18
  67. package/dist/components/Message/MessageHeader.js +18 -18
  68. package/dist/components/Modal/Modal.js +19 -19
  69. package/dist/components/Modal/ModalContent.js +19 -19
  70. package/dist/components/Nav/Nav.js +43 -43
  71. package/dist/components/Nav/NavAccordion.js +39 -39
  72. package/dist/components/Nav/NavBrand.js +42 -42
  73. package/dist/components/Nav/NavBrandCenter.js +42 -42
  74. package/dist/components/Nav/NavBrandLeft.js +42 -42
  75. package/dist/components/Nav/NavBrandRight.js +42 -42
  76. package/dist/components/Nav/NavMenu.js +42 -42
  77. package/dist/components/Nav/NavMenuItem.js +42 -42
  78. package/dist/components/Nav/NavStatic.js +40 -40
  79. package/dist/components/Progress/Progress.js +142 -142
  80. package/dist/components/Ruby/Ruby.d.ts.map +1 -1
  81. package/dist/components/Ruby/Ruby.js +12 -9
  82. package/dist/components/Ruby/Ruby.js.map +1 -1
  83. package/dist/components/Section/Section.d.ts.map +1 -1
  84. package/dist/components/Section/Section.js +8 -5
  85. package/dist/components/Section/Section.js.map +1 -1
  86. package/dist/components/Span/Span.d.ts.map +1 -1
  87. package/dist/components/Span/Span.js +8 -5
  88. package/dist/components/Span/Span.js.map +1 -1
  89. package/dist/components/Textarea/Textarea.js +37 -37
  90. package/dist/react-minolith.d.ts +1 -0
  91. package/dist/react-minolith.d.ts.map +1 -1
  92. package/dist/react-minolith.js +102 -100
  93. package/dist/react-minolith.js.map +1 -1
  94. package/package.json +2 -2
@@ -1,43 +1,43 @@
1
- import { jsx as s } from "react/jsx-runtime";
2
- import a from "../../utilities/classNameUtility.js";
3
- import '../../assets/Dialogue.css';const _ = "_dialogue_19d92_1", t = {
4
- dialogue: _,
5
- "is-avatar-small": "_is-avatar-small_19d92_29",
6
- "is-avatar-large": "_is-avatar-large_19d92_34",
7
- "is-avatar-circle": "_is-avatar-circle_19d92_39",
8
- "dialogue-avatar-container": "_dialogue-avatar-container_19d92_51",
9
- "dialogue-avatar": "_dialogue-avatar_19d92_51",
10
- "is-border-width-xthin": "_is-border-width-xthin_19d92_58",
11
- "is-border-width-thin": "_is-border-width-thin_19d92_63",
12
- "is-border-width-medium": "_is-border-width-medium_19d92_68",
13
- "is-border-width-thick": "_is-border-width-thick_19d92_73",
14
- "is-border-width-xthick": "_is-border-width-xthick_19d92_78",
15
- "is-border-width-xxthick": "_is-border-width-xxthick_19d92_83",
16
- "is-border-width-xxxthick": "_is-border-width-xxxthick_19d92_88",
17
- "dialogue-content-container": "_dialogue-content-container_19d92_94",
18
- "dialogue-name": "_dialogue-name_19d92_119",
19
- "dialogue-message": "_dialogue-message_19d92_120",
20
- "dialogue-message-inner": "_dialogue-message-inner_19d92_147",
21
- "is-left": "_is-left_19d92_150",
22
- "is-right": "_is-right_19d92_192",
23
- "is-border-style-solid": "_is-border-style-solid_19d92_234",
24
- "is-border-style-dashed": "_is-border-style-dashed_19d92_241",
25
- "is-border-style-dotted": "_is-border-style-dotted_19d92_248",
26
- "is-gray": "_is-gray_19d92_255",
27
- "is-red": "_is-red_19d92_277",
28
- "is-orange": "_is-orange_19d92_299",
29
- "is-yellow": "_is-yellow_19d92_321",
30
- "is-green": "_is-green_19d92_343",
31
- "is-cyan": "_is-cyan_19d92_365",
32
- "is-blue": "_is-blue_19d92_387",
33
- "is-violet": "_is-violet_19d92_409",
34
- "is-magenta": "_is-magenta_19d92_431"
1
+ import { jsx as d } from "react/jsx-runtime";
2
+ import s from "../../utilities/classNameUtility.js";
3
+ import '../../assets/Dialogue.css';const a = "_dialogue_t1dve_1", _ = {
4
+ dialogue: a,
5
+ "is-avatar-small": "_is-avatar-small_t1dve_30",
6
+ "is-avatar-large": "_is-avatar-large_t1dve_35",
7
+ "is-avatar-circle": "_is-avatar-circle_t1dve_40",
8
+ "dialogue-avatar-container": "_dialogue-avatar-container_t1dve_52",
9
+ "dialogue-avatar": "_dialogue-avatar_t1dve_52",
10
+ "is-border-width-xthin": "_is-border-width-xthin_t1dve_59",
11
+ "is-border-width-thin": "_is-border-width-thin_t1dve_64",
12
+ "is-border-width-medium": "_is-border-width-medium_t1dve_69",
13
+ "is-border-width-thick": "_is-border-width-thick_t1dve_74",
14
+ "is-border-width-xthick": "_is-border-width-xthick_t1dve_79",
15
+ "is-border-width-xxthick": "_is-border-width-xxthick_t1dve_84",
16
+ "is-border-width-xxxthick": "_is-border-width-xxxthick_t1dve_89",
17
+ "dialogue-content-container": "_dialogue-content-container_t1dve_95",
18
+ "dialogue-name": "_dialogue-name_t1dve_122",
19
+ "dialogue-message": "_dialogue-message_t1dve_123",
20
+ "dialogue-message-inner": "_dialogue-message-inner_t1dve_152",
21
+ "is-left": "_is-left_t1dve_155",
22
+ "is-right": "_is-right_t1dve_197",
23
+ "is-border-style-solid": "_is-border-style-solid_t1dve_239",
24
+ "is-border-style-dashed": "_is-border-style-dashed_t1dve_246",
25
+ "is-border-style-dotted": "_is-border-style-dotted_t1dve_253",
26
+ "is-gray": "_is-gray_t1dve_260",
27
+ "is-red": "_is-red_t1dve_282",
28
+ "is-orange": "_is-orange_t1dve_304",
29
+ "is-yellow": "_is-yellow_t1dve_326",
30
+ "is-green": "_is-green_t1dve_348",
31
+ "is-cyan": "_is-cyan_t1dve_370",
32
+ "is-blue": "_is-blue_t1dve_392",
33
+ "is-violet": "_is-violet_t1dve_414",
34
+ "is-magenta": "_is-magenta_t1dve_436"
35
35
  };
36
36
  function l(i) {
37
37
  const e = { ...i };
38
38
  delete e.as, delete e.fore, delete e.back, delete e.highlighter, delete e.border, delete e.positioning, delete e.sizing, delete e.spacing;
39
- const d = [t["dialogue-name"]];
40
- return d.push(...a.getUtilityClassNames(i)), i.className && d.push(i.className), i.as ? /* @__PURE__ */ s(i.as, { ...e, className: d.join(" ") }) : /* @__PURE__ */ s("div", { ...e, className: d.join(" ") });
39
+ const t = [_["dialogue-name"]];
40
+ return t.push(...s.getUtilityClassNames(i)), i.className && t.push(i.className), i.as ? /* @__PURE__ */ d(i.as, { ...e, className: t.join(" ") }) : /* @__PURE__ */ d("div", { ...e, className: t.join(" ") });
41
41
  }
42
42
  export {
43
43
  l as default
@@ -1 +1 @@
1
- {"version":3,"file":"Div.d.ts","sourceRoot":"","sources":["../../../src/components/Div/Div.tsx"],"names":[],"mappings":"AACA,OAAO,QAAQ,MAAM,YAAY,CAAC;AAElC,MAAM,CAAC,OAAO,UAAU,GAAG,CAAC,KAAK,EAAE,QAAQ,GAAG,KAAK,CAAC,YAAY,CAiB/D"}
1
+ {"version":3,"file":"Div.d.ts","sourceRoot":"","sources":["../../../src/components/Div/Div.tsx"],"names":[],"mappings":"AAEA,OAAO,QAAQ,MAAM,YAAY,CAAC;AAElC,MAAM,CAAC,OAAO,UAAU,GAAG,CAAC,KAAK,EAAE,QAAQ,GAAG,KAAK,CAAC,YAAY,CAiB/D"}
@@ -1,12 +1,15 @@
1
- import { jsx as i } from "react/jsx-runtime";
1
+ import { jsx as l } from "react/jsx-runtime";
2
2
  import a from "../../utilities/classNameUtility.js";
3
- function n(s) {
3
+ import '../../assets/Span.css';const i = "_element_19mzt_1", n = {
4
+ element: i
5
+ };
6
+ function c(s) {
4
7
  const e = { ...s };
5
8
  delete e.fore, delete e.back, delete e.highlighter, delete e.border, delete e.positioning, delete e.sizing, delete e.spacing;
6
- const t = [];
7
- return t.push(...a.getUtilityClassNames(s)), s.className && t.push(s.className), /* @__PURE__ */ i("div", { ...e, className: t.join(" ") });
9
+ const t = [n.element];
10
+ return t.push(...a.getUtilityClassNames(s)), s.className && t.push(s.className), /* @__PURE__ */ l("div", { ...e, className: t.join(" ") });
8
11
  }
9
12
  export {
10
- n as default
13
+ c as default
11
14
  };
12
15
  //# sourceMappingURL=Div.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Div.js","sources":["../../../src/components/Div/Div.tsx"],"sourcesContent":["import { classNameUtility } from \"../../utilities\";\r\nimport DivProps from \"./DivProps\";\r\n\r\nexport default function Div(props: DivProps): React.ReactElement {\r\n const assignedProps = { ...props };\r\n //#region BaseComponentProps\r\n delete assignedProps[\"fore\"];\r\n delete assignedProps[\"back\"];\r\n delete assignedProps[\"highlighter\"];\r\n delete assignedProps[\"border\"];\r\n delete assignedProps[\"positioning\"];\r\n delete assignedProps[\"sizing\"];\r\n delete assignedProps[\"spacing\"];\r\n //#endregion BaseComponentProps\r\n\r\n const assignedClassNames: string[] = [];\r\n assignedClassNames.push(...classNameUtility.getUtilityClassNames(props));\r\n props.className && assignedClassNames.push(props.className);\r\n\r\n return <div {...assignedProps} className={assignedClassNames.join(\" \")} />;\r\n}\r\n"],"names":["Div","props","assignedProps","assignedClassNames","classNameUtility","jsx"],"mappings":";;AAGA,SAAwBA,EAAIC,GAAqC;AACzD,QAAAC,IAAgB,EAAE,GAAGD,EAAM;AAEjC,SAAOC,EAAc,MACrB,OAAOA,EAAc,MACrB,OAAOA,EAAc,aACrB,OAAOA,EAAc,QACrB,OAAOA,EAAc,aACrB,OAAOA,EAAc,QACrB,OAAOA,EAAc;AAGrB,QAAMC,IAA+B,CAAC;AACtC,SAAAA,EAAmB,KAAK,GAAGC,EAAiB,qBAAqBH,CAAK,CAAC,GACvEA,EAAM,aAAaE,EAAmB,KAAKF,EAAM,SAAS,GAEnD,gBAAAI,EAAC,SAAK,GAAGH,GAAe,WAAWC,EAAmB,KAAK,GAAG,GAAG;AAC1E;"}
1
+ {"version":3,"file":"Div.js","sources":["../../../src/components/Div/Div.tsx"],"sourcesContent":["import { classNameUtility } from \"../../utilities\";\r\nimport classNames from \"./Div.module.scss\";\r\nimport DivProps from \"./DivProps\";\r\n\r\nexport default function Div(props: DivProps): React.ReactElement {\r\n const assignedProps = { ...props };\r\n //#region BaseComponentProps\r\n delete assignedProps[\"fore\"];\r\n delete assignedProps[\"back\"];\r\n delete assignedProps[\"highlighter\"];\r\n delete assignedProps[\"border\"];\r\n delete assignedProps[\"positioning\"];\r\n delete assignedProps[\"sizing\"];\r\n delete assignedProps[\"spacing\"];\r\n //#endregion BaseComponentProps\r\n\r\n const assignedClassNames: string[] = [classNames[\"element\"]];\r\n assignedClassNames.push(...classNameUtility.getUtilityClassNames(props));\r\n props.className && assignedClassNames.push(props.className);\r\n\r\n return <div {...assignedProps} className={assignedClassNames.join(\" \")} />;\r\n}\r\n"],"names":["Div","props","assignedProps","assignedClassNames","classNames","classNameUtility","jsx"],"mappings":";;;;;AAIA,SAAwBA,EAAIC,GAAqC;AACzD,QAAAC,IAAgB,EAAE,GAAGD,EAAM;AAEjC,SAAOC,EAAc,MACrB,OAAOA,EAAc,MACrB,OAAOA,EAAc,aACrB,OAAOA,EAAc,QACrB,OAAOA,EAAc,aACrB,OAAOA,EAAc,QACrB,OAAOA,EAAc;AAGrB,QAAMC,IAA+B,CAACC,EAAW,OAAU;AAC3D,SAAAD,EAAmB,KAAK,GAAGE,EAAiB,qBAAqBJ,CAAK,CAAC,GACvEA,EAAM,aAAaE,EAAmB,KAAKF,EAAM,SAAS,GAEnD,gBAAAK,EAAC,SAAK,GAAGJ,GAAe,WAAWC,EAAmB,KAAK,GAAG,GAAG;AAC1E;"}
@@ -1,24 +1,24 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import r from "../../utilities/classNameUtility.js";
3
- import '../../assets/Footer.css';const a = "_footer_1huir_1", o = {
4
- footer: a,
5
- "is-gray": "_is-gray_1huir_7",
6
- "is-red": "_is-red_1huir_11",
7
- "is-orange": "_is-orange_1huir_15",
8
- "is-yellow": "_is-yellow_1huir_19",
9
- "is-green": "_is-green_1huir_23",
10
- "is-cyan": "_is-cyan_1huir_27",
11
- "is-blue": "_is-blue_1huir_31",
12
- "is-violet": "_is-violet_1huir_35",
13
- "is-magenta": "_is-magenta_1huir_39"
2
+ import a from "../../utilities/classNameUtility.js";
3
+ import '../../assets/Footer.css';const l = "_footer_18m0w_1", o = {
4
+ footer: l,
5
+ "is-gray": "_is-gray_18m0w_8",
6
+ "is-red": "_is-red_18m0w_12",
7
+ "is-orange": "_is-orange_18m0w_16",
8
+ "is-yellow": "_is-yellow_18m0w_20",
9
+ "is-green": "_is-green_18m0w_24",
10
+ "is-cyan": "_is-cyan_18m0w_28",
11
+ "is-blue": "_is-blue_18m0w_32",
12
+ "is-violet": "_is-violet_18m0w_36",
13
+ "is-magenta": "_is-magenta_18m0w_40"
14
14
  };
15
- function n(i) {
16
- const e = { ...i };
15
+ function r(s) {
16
+ const e = { ...s };
17
17
  delete e.colorName, delete e.fore, delete e.back, delete e.highlighter, delete e.border, delete e.positioning, delete e.sizing, delete e.spacing;
18
- const s = [o.Footer];
19
- return i.colorName && s.push(o[`is-${i.colorName}`]), s.push(...r.getUtilityClassNames(i)), i.className && s.push(i.className), /* @__PURE__ */ t("footer", { ...e, className: s.join(" ") });
18
+ const i = [o.Footer];
19
+ return s.colorName && i.push(o[`is-${s.colorName}`]), i.push(...a.getUtilityClassNames(s)), s.className && i.push(s.className), /* @__PURE__ */ t("footer", { ...e, className: i.join(" ") });
20
20
  }
21
21
  export {
22
- n as default
22
+ r as default
23
23
  };
24
24
  //# sourceMappingURL=Footer.js.map
@@ -1,25 +1,25 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import _ from "../../utilities/classNameUtility.js";
3
- import '../../assets/Header.css';const l = "_header_1bsa0_1", i = {
4
- header: l,
5
- "is-sticky": "_is-sticky_1bsa0_7",
6
- "is-gray": "_is-gray_1bsa0_14",
7
- "is-red": "_is-red_1bsa0_19",
8
- "is-orange": "_is-orange_1bsa0_24",
9
- "is-yellow": "_is-yellow_1bsa0_29",
10
- "is-green": "_is-green_1bsa0_34",
11
- "is-cyan": "_is-cyan_1bsa0_39",
12
- "is-blue": "_is-blue_1bsa0_44",
13
- "is-violet": "_is-violet_1bsa0_49",
14
- "is-magenta": "_is-magenta_1bsa0_54"
2
+ import o from "../../utilities/classNameUtility.js";
3
+ import '../../assets/Header.css';const _ = "_header_1oe4v_1", a = {
4
+ header: _,
5
+ "is-sticky": "_is-sticky_1oe4v_8",
6
+ "is-gray": "_is-gray_1oe4v_15",
7
+ "is-red": "_is-red_1oe4v_20",
8
+ "is-orange": "_is-orange_1oe4v_25",
9
+ "is-yellow": "_is-yellow_1oe4v_30",
10
+ "is-green": "_is-green_1oe4v_35",
11
+ "is-cyan": "_is-cyan_1oe4v_40",
12
+ "is-blue": "_is-blue_1oe4v_45",
13
+ "is-violet": "_is-violet_1oe4v_50",
14
+ "is-magenta": "_is-magenta_1oe4v_55"
15
15
  };
16
- function n(s) {
16
+ function c(s) {
17
17
  const e = { ...s };
18
18
  delete e.colorName, delete e.isSticky, delete e.fore, delete e.back, delete e.highlighter, delete e.border, delete e.positioning, delete e.sizing, delete e.spacing;
19
- const a = [i.header];
20
- return s.colorName && a.push(i[`is-${s.colorName}`]), s.isSticky && a.push(i["is-sticky"]), a.push(..._.getUtilityClassNames(s)), s.className && a.push(s.className), /* @__PURE__ */ t("header", { ...e, className: a.join(" ") });
19
+ const i = [a.header];
20
+ return s.colorName && i.push(a[`is-${s.colorName}`]), s.isSticky && i.push(a["is-sticky"]), i.push(...o.getUtilityClassNames(s)), s.className && i.push(s.className), /* @__PURE__ */ t("header", { ...e, className: i.join(" ") });
21
21
  }
22
22
  export {
23
- n as default
23
+ c as default
24
24
  };
25
25
  //# sourceMappingURL=Header.js.map
@@ -1,18 +1,18 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import d from "../../utilities/classNameUtility.js";
3
- import '../../assets/Heading.css';const l = {
4
- "heading-1": "_heading-1_qodd3_1",
5
- "heading-2": "_heading-2_qodd3_9",
6
- "heading-3": "_heading-3_qodd3_17",
7
- "heading-4": "_heading-4_qodd3_25",
8
- "heading-5": "_heading-5_qodd3_33",
9
- "heading-6": "_heading-6_qodd3_41"
2
+ import l from "../../utilities/classNameUtility.js";
3
+ import '../../assets/Heading.css';const t = {
4
+ "heading-1": "_heading-1_1oc63_1",
5
+ "heading-2": "_heading-2_1oc63_10",
6
+ "heading-3": "_heading-3_1oc63_19",
7
+ "heading-4": "_heading-4_1oc63_28",
8
+ "heading-5": "_heading-5_1oc63_37",
9
+ "heading-6": "_heading-6_1oc63_46"
10
10
  };
11
- function c(i) {
11
+ function h(i) {
12
12
  const e = { ...i };
13
13
  delete e.level, delete e.fore, delete e.back, delete e.highlighter, delete e.border, delete e.positioning, delete e.sizing, delete e.spacing;
14
- const n = i.level, a = [l[`heading-${i.level}`]];
15
- if (a.push(...d.getUtilityClassNames(i)), i.className && a.push(i.className), n)
14
+ const n = i.level, a = [t[`heading-${i.level}`]];
15
+ if (a.push(...l.getUtilityClassNames(i)), i.className && a.push(i.className), n)
16
16
  switch (n) {
17
17
  case 1:
18
18
  return /* @__PURE__ */ s("h1", { ...e, className: a.join(" ") });
@@ -30,6 +30,6 @@ function c(i) {
30
30
  return /* @__PURE__ */ s("h1", { ...e, className: a.join(" ") });
31
31
  }
32
32
  export {
33
- c as default
33
+ h as default
34
34
  };
35
35
  //# sourceMappingURL=Heading.js.map
@@ -1,45 +1,45 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import d from "../../utilities/classNameUtility.js";
3
- import '../../assets/Textarea.css';const a = "_input_1btma_1", s = {
4
- input: a,
5
- "input-color": "_input-color_1btma_1",
6
- "input-text": "_input-text_1btma_1",
7
- "input-checkbox": "_input-checkbox_1btma_1",
8
- "input-radio": "_input-radio_1btma_1",
9
- "is-border-radius-xsmall": "_is-border-radius-xsmall_1btma_24",
10
- "is-border-radius-small": "_is-border-radius-small_1btma_27",
11
- "is-border-radius-medium": "_is-border-radius-medium_1btma_30",
12
- "is-border-radius-large": "_is-border-radius-large_1btma_33",
13
- "is-border-radius-xlarge": "_is-border-radius-xlarge_1btma_36",
14
- "is-border-radius-circle": "_is-border-radius-circle_1btma_39",
15
- "is-border-radius-pill": "_is-border-radius-pill_1btma_42",
16
- "is-border-width-xthin": "_is-border-width-xthin_1btma_45",
17
- "is-border-width-thin": "_is-border-width-thin_1btma_48",
18
- "is-border-width-medium": "_is-border-width-medium_1btma_51",
19
- "is-border-width-thick": "_is-border-width-thick_1btma_54",
20
- "is-border-width-xthick": "_is-border-width-xthick_1btma_57",
21
- "is-border-width-xxthick": "_is-border-width-xxthick_1btma_60",
22
- "is-border-width-xxxthick": "_is-border-width-xxxthick_1btma_63",
23
- "is-focus": "_is-focus_1btma_84",
24
- "is-focused": "_is-focused_1btma_84",
25
- "is-disabled": "_is-disabled_1btma_94",
26
- "is-gray": "_is-gray_1btma_98",
27
- "is-red": "_is-red_1btma_119",
28
- "is-orange": "_is-orange_1btma_140",
29
- "is-yellow": "_is-yellow_1btma_161",
30
- "is-green": "_is-green_1btma_182",
31
- "is-cyan": "_is-cyan_1btma_203",
32
- "is-blue": "_is-blue_1btma_224",
33
- "is-violet": "_is-violet_1btma_245",
34
- "is-magenta": "_is-magenta_1btma_266"
1
+ import { jsx as s } from "react/jsx-runtime";
2
+ import _ from "../../utilities/classNameUtility.js";
3
+ import '../../assets/Textarea.css';const t = "_input_1diqh_1", r = {
4
+ input: t,
5
+ "input-color": "_input-color_1diqh_1",
6
+ "input-text": "_input-text_1diqh_1",
7
+ "input-checkbox": "_input-checkbox_1diqh_1",
8
+ "input-radio": "_input-radio_1diqh_1",
9
+ "is-border-radius-xsmall": "_is-border-radius-xsmall_1diqh_25",
10
+ "is-border-radius-small": "_is-border-radius-small_1diqh_28",
11
+ "is-border-radius-medium": "_is-border-radius-medium_1diqh_31",
12
+ "is-border-radius-large": "_is-border-radius-large_1diqh_34",
13
+ "is-border-radius-xlarge": "_is-border-radius-xlarge_1diqh_37",
14
+ "is-border-radius-circle": "_is-border-radius-circle_1diqh_40",
15
+ "is-border-radius-pill": "_is-border-radius-pill_1diqh_43",
16
+ "is-border-width-xthin": "_is-border-width-xthin_1diqh_46",
17
+ "is-border-width-thin": "_is-border-width-thin_1diqh_49",
18
+ "is-border-width-medium": "_is-border-width-medium_1diqh_52",
19
+ "is-border-width-thick": "_is-border-width-thick_1diqh_55",
20
+ "is-border-width-xthick": "_is-border-width-xthick_1diqh_58",
21
+ "is-border-width-xxthick": "_is-border-width-xxthick_1diqh_61",
22
+ "is-border-width-xxxthick": "_is-border-width-xxxthick_1diqh_64",
23
+ "is-focus": "_is-focus_1diqh_85",
24
+ "is-focused": "_is-focused_1diqh_85",
25
+ "is-disabled": "_is-disabled_1diqh_95",
26
+ "is-gray": "_is-gray_1diqh_99",
27
+ "is-red": "_is-red_1diqh_120",
28
+ "is-orange": "_is-orange_1diqh_141",
29
+ "is-yellow": "_is-yellow_1diqh_162",
30
+ "is-green": "_is-green_1diqh_183",
31
+ "is-cyan": "_is-cyan_1diqh_204",
32
+ "is-blue": "_is-blue_1diqh_225",
33
+ "is-violet": "_is-violet_1diqh_246",
34
+ "is-magenta": "_is-magenta_1diqh_267"
35
35
  };
36
- function o(e) {
37
- const i = { ...e };
36
+ function a(d) {
37
+ const i = { ...d };
38
38
  delete i.colorName, delete i.borderRadius, delete i.borderWidth, delete i.fore, delete i.back, delete i.highlighter, delete i.border, delete i.positioning, delete i.sizing, delete i.spacing;
39
- const r = [s.input];
40
- return e.colorName && r.push(s[`is-${e.colorName}`]), e.borderRadius && r.push(s[`is-border-radius-${e.borderRadius}`]), e.borderWidth && r.push(s[`is-border-width-${e.borderWidth}`]), r.push(...d.getUtilityClassNames(e)), e.className && r.push(e.className), /* @__PURE__ */ t("input", { ...i, className: r.join(" ") });
39
+ const e = [r.input];
40
+ return d.colorName && e.push(r[`is-${d.colorName}`]), d.borderRadius && e.push(r[`is-border-radius-${d.borderRadius}`]), d.borderWidth && e.push(r[`is-border-width-${d.borderWidth}`]), e.push(..._.getUtilityClassNames(d)), d.className && e.push(d.className), /* @__PURE__ */ s("input", { ...i, className: e.join(" ") });
41
41
  }
42
42
  export {
43
- o as default
43
+ a as default
44
44
  };
45
45
  //# sourceMappingURL=Input.js.map
@@ -1,24 +1,24 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import _ from "../../utilities/classNameUtility.js";
3
- import '../../assets/Label.css';const t = "_label_1zgdy_1", a = {
4
- label: t,
5
- "is-gray": "_is-gray_1zgdy_4",
6
- "is-red": "_is-red_1zgdy_7",
7
- "is-orange": "_is-orange_1zgdy_10",
8
- "is-yellow": "_is-yellow_1zgdy_13",
9
- "is-green": "_is-green_1zgdy_16",
10
- "is-cyan": "_is-cyan_1zgdy_19",
11
- "is-blue": "_is-blue_1zgdy_22",
12
- "is-violet": "_is-violet_1zgdy_25",
13
- "is-magenta": "_is-magenta_1zgdy_28"
2
+ import t from "../../utilities/classNameUtility.js";
3
+ import '../../assets/Label.css';const _ = "_label_16xtb_1", a = {
4
+ label: _,
5
+ "is-gray": "_is-gray_16xtb_5",
6
+ "is-red": "_is-red_16xtb_8",
7
+ "is-orange": "_is-orange_16xtb_11",
8
+ "is-yellow": "_is-yellow_16xtb_14",
9
+ "is-green": "_is-green_16xtb_17",
10
+ "is-cyan": "_is-cyan_16xtb_20",
11
+ "is-blue": "_is-blue_16xtb_23",
12
+ "is-violet": "_is-violet_16xtb_26",
13
+ "is-magenta": "_is-magenta_16xtb_29"
14
14
  };
15
- function o(s) {
15
+ function b(s) {
16
16
  const e = { ...s };
17
17
  delete e.colorName, delete e.fore, delete e.back, delete e.highlighter, delete e.border, delete e.positioning, delete e.sizing, delete e.spacing;
18
18
  const l = [a.label];
19
- return s.colorName && l.push(a[`is-${s.colorName}`]), l.push(..._.getUtilityClassNames(s)), s.className && l.push(s.className), /* @__PURE__ */ i("label", { ...e, className: l.join(" ") });
19
+ return s.colorName && l.push(a[`is-${s.colorName}`]), l.push(...t.getUtilityClassNames(s)), s.className && l.push(s.className), /* @__PURE__ */ i("label", { ...e, className: l.join(" ") });
20
20
  }
21
21
  export {
22
- o as default
22
+ b as default
23
23
  };
24
24
  //# sourceMappingURL=Label.js.map
@@ -1,22 +1,22 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import l from "../../utilities/classNameUtility.js";
3
- import '../../assets/Link.css';const _ = "_link_1tszx_1", a = {
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import t from "../../utilities/classNameUtility.js";
3
+ import '../../assets/Link.css';const _ = "_link_szays_1", l = {
4
4
  link: _,
5
- "is-gray": "_is-gray_1tszx_14",
6
- "is-red": "_is-red_1tszx_20",
7
- "is-orange": "_is-orange_1tszx_26",
8
- "is-yellow": "_is-yellow_1tszx_32",
9
- "is-green": "_is-green_1tszx_38",
10
- "is-cyan": "_is-cyan_1tszx_44",
11
- "is-blue": "_is-blue_1tszx_50",
12
- "is-violet": "_is-violet_1tszx_56",
13
- "is-magenta": "_is-magenta_1tszx_62"
5
+ "is-gray": "_is-gray_szays_15",
6
+ "is-red": "_is-red_szays_21",
7
+ "is-orange": "_is-orange_szays_27",
8
+ "is-yellow": "_is-yellow_szays_33",
9
+ "is-green": "_is-green_szays_39",
10
+ "is-cyan": "_is-cyan_szays_45",
11
+ "is-blue": "_is-blue_szays_51",
12
+ "is-violet": "_is-violet_szays_57",
13
+ "is-magenta": "_is-magenta_szays_63"
14
14
  };
15
- function c(s) {
16
- const e = { ...s };
17
- delete e.as, delete e.colorName, delete e.fore, delete e.back, delete e.highlighter, delete e.border, delete e.positioning, delete e.sizing, delete e.spacing;
18
- const i = [a.link];
19
- return s.colorName && i.push(a[`is-${s.colorName}`]), i.push(...l.getUtilityClassNames(s)), s.className && i.push(s.className), s.as ? /* @__PURE__ */ t(s.as, { ...e, className: i.join(" ") }) : /* @__PURE__ */ t("a", { ...e, className: i.join(" ") });
15
+ function c(e) {
16
+ const s = { ...e };
17
+ delete s.as, delete s.colorName, delete s.fore, delete s.back, delete s.highlighter, delete s.border, delete s.positioning, delete s.sizing, delete s.spacing;
18
+ const a = [l.link];
19
+ return e.colorName && a.push(l[`is-${e.colorName}`]), a.push(...t.getUtilityClassNames(e)), e.className && a.push(e.className), e.as ? /* @__PURE__ */ i(e.as, { ...s, className: a.join(" ") }) : /* @__PURE__ */ i("a", { ...s, className: a.join(" ") });
20
20
  }
21
21
  export {
22
22
  c as default
@@ -1,51 +1,51 @@
1
- import { jsx as a } from "react/jsx-runtime";
1
+ import { jsx as i } from "react/jsx-runtime";
2
2
  import l from "../../utilities/classNameUtility.js";
3
- import '../../assets/Loader.css';const t = "_loader_qzb51_1", i = {
4
- loader: t,
5
- "loader-lotate": "_loader-lotate_qzb51_1",
6
- "is-infinite": "_is-infinite_qzb51_15",
7
- "is-heavy": "_is-heavy_qzb51_18",
8
- "is-slower": "_is-slower_qzb51_21",
9
- "is-slow": "_is-slow_qzb51_21",
10
- "is-fast": "_is-fast_qzb51_27",
11
- "is-faster": "_is-faster_qzb51_30",
12
- "is-flash": "_is-flash_qzb51_33",
13
- "is-alternate": "_is-alternate_qzb51_36",
14
- "is-reverse": "_is-reverse_qzb51_39",
15
- "is-linear": "_is-linear_qzb51_42",
16
- "is-ease": "_is-ease_qzb51_45",
17
- "is-ease-in": "_is-ease-in_qzb51_48",
18
- "is-ease-out": "_is-ease-out_qzb51_51",
19
- "is-ease-in-out": "_is-ease-in-out_qzb51_54",
20
- "is-delay-1": "_is-delay-1_qzb51_57",
21
- "is-delay-2": "_is-delay-2_qzb51_60",
22
- "is-delay-3": "_is-delay-3_qzb51_63",
23
- "is-delay-4": "_is-delay-4_qzb51_66",
24
- "is-delay-5": "_is-delay-5_qzb51_69",
25
- "is-delay-6": "_is-delay-6_qzb51_72",
26
- "is-delay-7": "_is-delay-7_qzb51_75",
27
- "is-delay-8": "_is-delay-8_qzb51_78",
28
- "is-delay-9": "_is-delay-9_qzb51_81",
29
- "is-delay-10": "_is-delay-10_qzb51_84",
30
- "is-small": "_is-small_qzb51_87",
31
- "is-large": "_is-large_qzb51_91",
32
- "is-gray": "_is-gray_qzb51_94",
33
- "is-red": "_is-red_qzb51_97",
34
- "is-orange": "_is-orange_qzb51_100",
35
- "is-yellow": "_is-yellow_qzb51_103",
36
- "is-green": "_is-green_qzb51_106",
37
- "is-cyan": "_is-cyan_qzb51_109",
38
- "is-blue": "_is-blue_qzb51_112",
39
- "is-violet": "_is-violet_qzb51_115",
40
- "is-magenta": "_is-magenta_qzb51_118"
3
+ import '../../assets/Loader.css';const h = "_loader_jah8k_1", _ = {
4
+ loader: h,
5
+ "loader-lotate": "_loader-lotate_jah8k_1",
6
+ "is-infinite": "_is-infinite_jah8k_16",
7
+ "is-heavy": "_is-heavy_jah8k_19",
8
+ "is-slower": "_is-slower_jah8k_22",
9
+ "is-slow": "_is-slow_jah8k_22",
10
+ "is-fast": "_is-fast_jah8k_28",
11
+ "is-faster": "_is-faster_jah8k_31",
12
+ "is-flash": "_is-flash_jah8k_34",
13
+ "is-alternate": "_is-alternate_jah8k_37",
14
+ "is-reverse": "_is-reverse_jah8k_40",
15
+ "is-linear": "_is-linear_jah8k_43",
16
+ "is-ease": "_is-ease_jah8k_46",
17
+ "is-ease-in": "_is-ease-in_jah8k_49",
18
+ "is-ease-out": "_is-ease-out_jah8k_52",
19
+ "is-ease-in-out": "_is-ease-in-out_jah8k_55",
20
+ "is-delay-1": "_is-delay-1_jah8k_58",
21
+ "is-delay-2": "_is-delay-2_jah8k_61",
22
+ "is-delay-3": "_is-delay-3_jah8k_64",
23
+ "is-delay-4": "_is-delay-4_jah8k_67",
24
+ "is-delay-5": "_is-delay-5_jah8k_70",
25
+ "is-delay-6": "_is-delay-6_jah8k_73",
26
+ "is-delay-7": "_is-delay-7_jah8k_76",
27
+ "is-delay-8": "_is-delay-8_jah8k_79",
28
+ "is-delay-9": "_is-delay-9_jah8k_82",
29
+ "is-delay-10": "_is-delay-10_jah8k_85",
30
+ "is-small": "_is-small_jah8k_88",
31
+ "is-large": "_is-large_jah8k_92",
32
+ "is-gray": "_is-gray_jah8k_95",
33
+ "is-red": "_is-red_jah8k_98",
34
+ "is-orange": "_is-orange_jah8k_101",
35
+ "is-yellow": "_is-yellow_jah8k_104",
36
+ "is-green": "_is-green_jah8k_107",
37
+ "is-cyan": "_is-cyan_jah8k_110",
38
+ "is-blue": "_is-blue_jah8k_113",
39
+ "is-violet": "_is-violet_jah8k_116",
40
+ "is-magenta": "_is-magenta_jah8k_119"
41
41
  };
42
- function o(s) {
43
- const e = { ...s };
42
+ function j(a) {
43
+ const e = { ...a };
44
44
  delete e.colorName, delete e.fore, delete e.back, delete e.highlighter, delete e.border, delete e.positioning, delete e.sizing, delete e.spacing;
45
- const _ = [i.loader];
46
- return _.push(i[`is-${s.colorName}`]), _.push(...l.getUtilityClassNames(s)), s.className && _.push(s.className), /* @__PURE__ */ a("div", { ...e, className: _.join(" ") });
45
+ const s = [_.loader];
46
+ return s.push(_[`is-${a.colorName}`]), s.push(...l.getUtilityClassNames(a)), a.className && s.push(a.className), /* @__PURE__ */ i("div", { ...e, className: s.join(" ") });
47
47
  }
48
48
  export {
49
- o as default
49
+ j as default
50
50
  };
51
51
  //# sourceMappingURL=Loader.js.map
@@ -1,24 +1,24 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import _ from "../../utilities/classNameUtility.js";
3
- import '../../assets/Message.css';const l = "_message_rmz28_1", m = {
3
+ import '../../assets/Message.css';const l = "_message_4epgj_1", g = {
4
4
  message: l,
5
- "message-header": "_message-header_rmz28_10",
6
- "message-body": "_message-body_rmz28_19",
7
- "is-gray": "_is-gray_rmz28_26",
8
- "is-red": "_is-red_rmz28_39",
9
- "is-orange": "_is-orange_rmz28_52",
10
- "is-yellow": "_is-yellow_rmz28_65",
11
- "is-green": "_is-green_rmz28_78",
12
- "is-cyan": "_is-cyan_rmz28_91",
13
- "is-blue": "_is-blue_rmz28_104",
14
- "is-violet": "_is-violet_rmz28_117",
15
- "is-magenta": "_is-magenta_rmz28_130"
5
+ "message-header": "_message-header_4epgj_11",
6
+ "message-body": "_message-body_4epgj_21",
7
+ "is-gray": "_is-gray_4epgj_32",
8
+ "is-red": "_is-red_4epgj_45",
9
+ "is-orange": "_is-orange_4epgj_58",
10
+ "is-yellow": "_is-yellow_4epgj_71",
11
+ "is-green": "_is-green_4epgj_84",
12
+ "is-cyan": "_is-cyan_4epgj_97",
13
+ "is-blue": "_is-blue_4epgj_110",
14
+ "is-violet": "_is-violet_4epgj_123",
15
+ "is-magenta": "_is-magenta_4epgj_136"
16
16
  };
17
- function g(s) {
17
+ function o(s) {
18
18
  const e = { ...s };
19
19
  delete e.colorName, delete e.as, delete e.fore, delete e.back, delete e.highlighter, delete e.border, delete e.positioning, delete e.sizing, delete e.spacing;
20
- const a = [m.message];
21
- return s.colorName && a.push(m[`is-${s.colorName}`]), a.push(..._.getUtilityClassNames(s)), s.className && a.push(s.className), s.as ? /* @__PURE__ */ i(
20
+ const a = [g.message];
21
+ return s.colorName && a.push(g[`is-${s.colorName}`]), a.push(..._.getUtilityClassNames(s)), s.className && a.push(s.className), s.as ? /* @__PURE__ */ i(
22
22
  s.as,
23
23
  {
24
24
  ...e,
@@ -33,6 +33,6 @@ function g(s) {
33
33
  );
34
34
  }
35
35
  export {
36
- g as default
36
+ o as default
37
37
  };
38
38
  //# sourceMappingURL=Message.js.map
@@ -1,24 +1,24 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import _ from "../../utilities/classNameUtility.js";
3
- import '../../assets/Message.css';const m = "_message_rmz28_1", r = {
4
- message: m,
5
- "message-header": "_message-header_rmz28_10",
6
- "message-body": "_message-body_rmz28_19",
7
- "is-gray": "_is-gray_rmz28_26",
8
- "is-red": "_is-red_rmz28_39",
9
- "is-orange": "_is-orange_rmz28_52",
10
- "is-yellow": "_is-yellow_rmz28_65",
11
- "is-green": "_is-green_rmz28_78",
12
- "is-cyan": "_is-cyan_rmz28_91",
13
- "is-blue": "_is-blue_rmz28_104",
14
- "is-violet": "_is-violet_rmz28_117",
15
- "is-magenta": "_is-magenta_rmz28_130"
2
+ import g from "../../utilities/classNameUtility.js";
3
+ import '../../assets/Message.css';const _ = "_message_4epgj_1", t = {
4
+ message: _,
5
+ "message-header": "_message-header_4epgj_11",
6
+ "message-body": "_message-body_4epgj_21",
7
+ "is-gray": "_is-gray_4epgj_32",
8
+ "is-red": "_is-red_4epgj_45",
9
+ "is-orange": "_is-orange_4epgj_58",
10
+ "is-yellow": "_is-yellow_4epgj_71",
11
+ "is-green": "_is-green_4epgj_84",
12
+ "is-cyan": "_is-cyan_4epgj_97",
13
+ "is-blue": "_is-blue_4epgj_110",
14
+ "is-violet": "_is-violet_4epgj_123",
15
+ "is-magenta": "_is-magenta_4epgj_136"
16
16
  };
17
- function g(s) {
17
+ function m(s) {
18
18
  const e = { ...s };
19
19
  delete e.as, delete e.fore, delete e.back, delete e.highlighter, delete e.border, delete e.positioning, delete e.sizing, delete e.spacing;
20
- const a = [r["message-body"]];
21
- return a.push(..._.getUtilityClassNames(s)), s.className && a.push(s.className), s.as ? /* @__PURE__ */ i(
20
+ const a = [t["message-body"]];
21
+ return a.push(...g.getUtilityClassNames(s)), s.className && a.push(s.className), s.as ? /* @__PURE__ */ i(
22
22
  s.as,
23
23
  {
24
24
  ...e,
@@ -33,6 +33,6 @@ function g(s) {
33
33
  );
34
34
  }
35
35
  export {
36
- g as default
36
+ m as default
37
37
  };
38
38
  //# sourceMappingURL=MessageBody.js.map