@pismo/marola 1.0.0-beta.18 → 1.0.0-beta.2

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 (118) hide show
  1. package/dist/{Button-DiLqcAJG.js → Button-2b1peDFT.js} +2 -2
  2. package/dist/{ClickAwayListener-BaJ-OV_7.js → ClickAwayListener-BSW-Nd-y.js} +3 -4
  3. package/dist/Dialog.module-DFEmFdYT.js +30 -0
  4. package/dist/{Popup-lLWZt2wk.js → Popup-B6ZSGIEI.js} +3 -3
  5. package/dist/{Portal-B_Es6eUL.js → Portal-DIeBsWdL.js} +2 -2
  6. package/dist/SelectButton-C8JQKaf4.js +61 -0
  7. package/dist/Toggle-BCgIItCc.js +142 -0
  8. package/dist/assets/Advice.css +1 -1
  9. package/dist/assets/Button.css +1 -1
  10. package/dist/assets/Checkbox.css +1 -1
  11. package/dist/assets/Dialog.css +1 -1
  12. package/dist/assets/IconButton.css +1 -1
  13. package/dist/assets/Input.css +1 -1
  14. package/dist/assets/PageHeader.css +1 -1
  15. package/dist/assets/Pagination.css +1 -1
  16. package/dist/assets/SelectButton.css +1 -1
  17. package/dist/assets/Snackbar.css +1 -1
  18. package/dist/assets/SortTooltip.css +1 -1
  19. package/dist/assets/Stepper.css +1 -1
  20. package/dist/assets/Table.css +1 -1
  21. package/dist/assets/TextDisplay.css +1 -1
  22. package/dist/assets/Toggle.css +1 -1
  23. package/dist/assets/Toggle2.css +1 -1
  24. package/dist/assets/Typography.css +1 -1
  25. package/dist/{combineHooksSlotProps-BtBYUV_B.js → combineHooksSlotProps-DVjg9PRh.js} +1 -1
  26. package/dist/components/Advice/Advice.d.ts +17 -32
  27. package/dist/components/Advice/Advice.js +40 -39
  28. package/dist/components/Advice/Advice.stories.d.ts +3 -4
  29. package/dist/components/Button/Button.d.ts +0 -2
  30. package/dist/components/Button/Button.js +49 -51
  31. package/dist/components/Checkbox/Checkbox.js +52 -52
  32. package/dist/components/Chip/Chip.d.ts +12 -6
  33. package/dist/components/Chip/Chip.js +5 -6
  34. package/dist/components/Chip/Chip.stories.d.ts +14 -5
  35. package/dist/components/Dialog/Actions.js +1 -1
  36. package/dist/components/Dialog/Backdrop.js +1 -1
  37. package/dist/components/Dialog/CloseIconButton.js +2 -2
  38. package/dist/components/Dialog/Dialog.d.ts +6 -9
  39. package/dist/components/Dialog/Dialog.js +162 -162
  40. package/dist/components/Dialog/Dialog.stories.d.ts +46 -50
  41. package/dist/components/Dialog/DialogTitle.js +1 -1
  42. package/dist/components/EllipsisTooltip/EllipsisTooltip.js +17 -30
  43. package/dist/components/EllipsisTooltip/EllipsisTooltip.stories.d.ts +1 -2
  44. package/dist/components/Icon/Icon.js +34 -52
  45. package/dist/components/Icon/types.d.ts +1 -1
  46. package/dist/components/IconButton/IconButton.js +42 -42
  47. package/dist/components/Input/Input.d.ts +2 -4
  48. package/dist/components/Input/Input.js +471 -74
  49. package/dist/components/Input/Input.stories.d.ts +1 -1
  50. package/dist/components/InputSearch/InputSearch.stories.d.ts +1 -1
  51. package/dist/components/PageHeader/PageHeader.js +57 -57
  52. package/dist/components/Pagination/Pagination.d.ts +1 -7
  53. package/dist/components/Pagination/Pagination.js +182 -104
  54. package/dist/components/Select/Select.js +8 -9
  55. package/dist/components/Select/SelectButton.js +1 -1
  56. package/dist/components/Skeleton/Skeleton.d.ts +1 -3
  57. package/dist/components/Skeleton/Skeleton.js +12 -18
  58. package/dist/components/Skeleton/SkeletonTable.stories.d.ts +1 -1
  59. package/dist/components/Snackbar/Snackbar.js +94 -94
  60. package/dist/components/Snackbar/Snackbar.stories.d.ts +3 -3
  61. package/dist/components/SortTooltip/SortTooltip.js +46 -46
  62. package/dist/components/Stepper/Stepper.js +35 -35
  63. package/dist/components/Table/Table.d.ts +1 -3
  64. package/dist/components/Table/Table.js +85 -88
  65. package/dist/components/Table/Table.stories.d.ts +1 -1
  66. package/dist/components/Tabs/Tab.js +17 -18
  67. package/dist/components/Tabs/TabPanel.js +26 -27
  68. package/dist/components/Tabs/Tabs.js +25 -25
  69. package/dist/components/TextDisplay/TextDisplay.d.ts +1 -3
  70. package/dist/components/TextDisplay/TextDisplay.js +28 -42
  71. package/dist/components/TextDisplay/TextDisplay.stories.d.ts +1 -2
  72. package/dist/components/Toggle/Toggle.js +56 -56
  73. package/dist/components/ToggleGroup/Toggle.js +3 -3
  74. package/dist/components/ToggleGroup/ToggleGroup.js +1 -1
  75. package/dist/components/Tooltip/Tooltip.d.ts +1 -3
  76. package/dist/components/Tooltip/Tooltip.js +4 -4
  77. package/dist/components/Tooltip/Tooltip.stories.d.ts +0 -1
  78. package/dist/components/Typography/Typography.js +47 -47
  79. package/dist/{useSlotProps-kRhf7Gil.js → index-CH45lKw7.js} +94 -93
  80. package/dist/{index-D3Wj0eid.js → index-CjW42-M-.js} +1 -1
  81. package/dist/main.d.ts +0 -5
  82. package/dist/main.js +76 -85
  83. package/dist/{useButton-Bn3MNH8I.js → useButton-DNk3wrQp.js} +1 -1
  84. package/dist/useCompoundItem-D1iRfg8D.js +84 -0
  85. package/dist/useEventCallback-xTG9piMa.js +45 -0
  86. package/dist/{useList-BpJT77u3.js → useList-B0hog_3-.js} +2 -2
  87. package/package.json +3 -8
  88. package/dist/Dialog.module-D9e4RsKo.js +0 -30
  89. package/dist/Input.module-ZTRZRcNt.js +0 -405
  90. package/dist/SelectButton-CoOT2txy.js +0 -61
  91. package/dist/Toggle-CRfZgFJp.js +0 -181
  92. package/dist/assets/Adornment.css +0 -1
  93. package/dist/assets/Autocomplete.css +0 -1
  94. package/dist/assets/ResultWithChips.css +0 -1
  95. package/dist/assets/StepperNavigator.css +0 -1
  96. package/dist/components/Adornment/Adornment.d.ts +0 -20
  97. package/dist/components/Adornment/Adornment.js +0 -13
  98. package/dist/components/Adornment/Adornment.stories.d.ts +0 -14
  99. package/dist/components/Adornment/adornment.test.d.ts +0 -1
  100. package/dist/components/Autocomplete/Autocomplete.d.ts +0 -52
  101. package/dist/components/Autocomplete/Autocomplete.js +0 -690
  102. package/dist/components/Autocomplete/Autocomplete.stories.d.ts +0 -46
  103. package/dist/components/Pagination/usePagination.d.ts +0 -90
  104. package/dist/components/Pagination/usePagination.js +0 -79
  105. package/dist/components/ResultWithChips/ResultWithChips.d.ts +0 -12
  106. package/dist/components/ResultWithChips/ResultWithChips.js +0 -33
  107. package/dist/components/RowItem/RowItem.d.ts +0 -25
  108. package/dist/components/RowItem/RowItem.js +0 -19
  109. package/dist/components/RowItem/RowItem.stories.d.ts +0 -17
  110. package/dist/components/RowItem/rowItem.test.d.ts +0 -1
  111. package/dist/components/StepperNavigator/StepperNavigator.d.ts +0 -43
  112. package/dist/components/StepperNavigator/StepperNavigator.js +0 -56
  113. package/dist/components/StepperNavigator/StepperNavigator.stories.d.ts +0 -16
  114. package/dist/components/StepperNavigator/StepperNavigator.test.d.ts +0 -1
  115. package/dist/ownerDocument-B61GUaFs.js +0 -33
  116. package/dist/useCompoundItem-B7Eo_qZk.js +0 -68
  117. package/dist/useEventCallback-BAQJJ3ye.js +0 -14
  118. package/dist/useId-BW-oWmul.js +0 -19
@@ -1 +1 @@
1
- ._u-typography-h1_gn8st_1{font-size:var(--heading-font-size-1);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-1);margin:0}._u-typography-h2_gn8st_8{font-size:var(--heading-font-size-2);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-2);margin:0}._u-typography-h3_gn8st_15{font-size:var(--heading-font-size-3);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-3);margin:0}._u-typography-h4_gn8st_22{font-size:var(--heading-font-size-4);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-4);margin:0}._u-typography-h5_gn8st_29{font-size:var(--heading-font-size-5);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-5);margin:0}._u-typography-h6_gn8st_36{font-size:var(--heading-font-size-6);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-6);margin:0}._u-typography-base_gn8st_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_gn8st_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_gn8st_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_gn8st_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_gn8st_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_gn8st_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_gn8st_68{text-decoration:line-through}._u-typography-base--underlined_gn8st_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_gn8st_74{text-decoration:underline line-through}
1
+ ._u-typography-h1_zizdh_1{font-size:var(--heading-font-size-1);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-1);margin:0}._u-typography-h2_zizdh_8{font-size:var(--heading-font-size-2);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-2);margin:0}._u-typography-h3_zizdh_15{font-size:var(--heading-font-size-3);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-3);margin:0}._u-typography-h4_zizdh_22{font-size:var(--heading-font-size-4);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-4);margin:0}._u-typography-h5_zizdh_29{font-size:var(--heading-font-size-5);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-5);margin:0}._u-typography-h6_zizdh_36{font-size:var(--heading-font-size-6);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-6);margin:0}._u-typography-base_zizdh_43{font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_zizdh_48{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_zizdh_52{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_zizdh_56{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_zizdh_60{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_zizdh_64{font-weight:var(--base-bold)}._u-typography-base--strikethrough_zizdh_67{text-decoration:line-through}._u-typography-base--underlined_zizdh_70{text-decoration:underline}._u-typography-base--strikethrough-underlined_zizdh_73{text-decoration:underline line-through}
@@ -1,4 +1,4 @@
1
- import { f as E, b as a } from "./useSlotProps-kRhf7Gil.js";
1
+ import { f as E, b as a } from "./index-CH45lKw7.js";
2
2
  import * as r from "react";
3
3
  const f = {
4
4
  blur: "list:blur",
@@ -1,45 +1,30 @@
1
- import { TypographyProps } from '../Typography/Typography';
2
- import { IconProps } from '../Icon/Icon';
1
+ import { Icon } from '../Icon/Icon';
3
2
  import { ReactNode } from 'react';
4
3
 
5
- export type AdviceType = 'without-results' | 'no-permission' | 'no-items' | 'error-page';
6
- type AdviceCommonProps = {
7
- /** Advice title message */
8
- title?: string;
9
- /** Advice title message props */
10
- titleProps?: Omit<TypographyProps, 'children'>;
11
- /** Advice description message */
12
- description?: string;
13
- /** Advice description message props */
14
- descriptionProps?: Omit<TypographyProps, 'children'>;
4
+ export type AdviceTypes = 'without-results' | 'no-permission' | 'no-items' | 'error-page';
5
+ export type AdviceProps = {
6
+ /** Advice icon.
7
+ * This property uses the Icon Component Props
8
+ */
9
+ icon?: React.ComponentProps<typeof Icon>;
10
+ /** Advice SVG icon */
11
+ IconSvg?: React.FunctionComponent<React.SVGProps<SVGSVGElement> & {
12
+ title?: string | undefined;
13
+ }>;
14
+ /** Type of advice */
15
+ type?: AdviceTypes;
15
16
  /** Advice content message */
16
17
  content?: ReactNode;
17
- /** Space separated list of CSS classes to apply */
18
+ title?: string;
19
+ description?: string;
20
+ /** Space seperated list of CSS classes to apply */
18
21
  className?: string;
19
22
  /** ID that tests can use to get this component from the DOM */
20
23
  'data-testid'?: string;
21
- type?: never;
22
- icon?: never;
23
- iconSvg?: never;
24
- };
25
- type AdviceWithType = Omit<AdviceCommonProps, 'type'> & {
26
- /** Type of advice */
27
- type?: AdviceType;
28
- };
29
- type AdviceWithIcon = Omit<AdviceCommonProps, 'icon'> & {
30
- /** Advice icon.
31
- * This property uses the Icon Component Props
32
- */
33
- icon?: IconProps;
34
- };
35
- type AdviceWithIconSvg = Omit<AdviceCommonProps, 'iconSvg'> & {
36
- /** Advice SVG icon */
37
- iconSvg?: ReactNode;
38
24
  };
39
- export type AdviceProps = AdviceWithType | AdviceWithIcon | AdviceWithIconSvg;
40
25
  /**
41
26
  * Advice component provide HTML with an icon and a message.
42
27
  * Is commonly used to indicate No Permission and No Results.
43
28
  */
44
- declare const Advice: ({ type, icon, iconSvg: IconSvg, content, title, titleProps, description, descriptionProps, className, ...rest }: AdviceProps) => import("react/jsx-runtime").JSX.Element;
29
+ declare const Advice: ({ icon, type, content, title, description, className, IconSvg, ...rest }: AdviceProps) => import("react/jsx-runtime").JSX.Element;
45
30
  export { Advice };
@@ -1,46 +1,47 @@
1
1
  import '../../assets/Advice.css';
2
- import { jsxs as _, jsx as r } from "react/jsx-runtime";
3
- import { c as g } from "../../clsx-DB4S2d7J.js";
4
- import { Icon as h } from "../Icon/Icon.js";
5
- import { Typography as m } from "../Typography/Typography.js";
6
- const x = "_advice_1wls4_1", f = "_advice__texts_1wls4_8", u = "_advice__content_1wls4_14", c = {
7
- advice: x,
8
- advice__texts: f,
9
- advice__content: u
10
- }, b = {
2
+ import { jsxs as h, jsx as r } from "react/jsx-runtime";
3
+ import { c as l } from "../../clsx-DB4S2d7J.js";
4
+ import { Icon as i } from "../Icon/Icon.js";
5
+ const n = "_advice_12o7p_56", d = "_content_12o7p_56", s = {
6
+ "u-typography-h1": "_u-typography-h1_12o7p_1",
7
+ "u-typography-h2": "_u-typography-h2_12o7p_8",
8
+ "u-typography-h3": "_u-typography-h3_12o7p_15",
9
+ "u-typography-h4": "_u-typography-h4_12o7p_22",
10
+ "u-typography-h5": "_u-typography-h5_12o7p_29",
11
+ "u-typography-h6": "_u-typography-h6_12o7p_36",
12
+ "u-typography-base": "_u-typography-base_12o7p_43",
13
+ "u-typography-base--xxl": "_u-typography-base--xxl_12o7p_48",
14
+ "u-typography-base--xl": "_u-typography-base--xl_12o7p_52",
15
+ "u-typography-base--lg": "_u-typography-base--lg_12o7p_56",
16
+ advice: n,
17
+ content: d,
18
+ "u-typography-base--sm": "_u-typography-base--sm_12o7p_61",
19
+ "u-typography-base--bold": "_u-typography-base--bold_12o7p_65",
20
+ "u-typography-base--strikethrough": "_u-typography-base--strikethrough_12o7p_69",
21
+ "u-typography-base--underlined": "_u-typography-base--underlined_12o7p_72",
22
+ "u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_12o7p_75",
23
+ "content-no-items": "_content-no-items_12o7p_90"
24
+ }, m = {
11
25
  "no-permission": "eye-slash",
12
26
  "no-items": "",
13
27
  "error-page": "circle-exclamation",
14
28
  "without-results": "folder-magnifying-glass"
15
- }, T = ({
16
- type: e,
17
- icon: a,
18
- iconSvg: i,
19
- content: t,
20
- title: l,
21
- titleProps: o = { variant: "base-xxl", color: "var(--gray-75)", bold: !0 },
22
- description: n,
23
- descriptionProps: s = { variant: "base-lg", color: "var(--gray-75)" },
24
- className: v,
25
- ...d
26
- }) => (e && (a = { icon: b[e] }, (e === "without-results" || e === "no-permission") && (o = Object.assign({}, o, { variant: "base-lg" })), e === "no-items" && (s = Object.assign({}, s, {
27
- elementProps: { style: { maxWidth: 460, color: s.color } }
28
- })), e === "error-page" && (a.color = "var(--secondary-orange)")), /* @__PURE__ */ _("div", { className: g(c.advice, v), ...d, children: [
29
- (a == null ? void 0 : a.icon) && /* @__PURE__ */ r(h, { icon: a.icon, size: a.size || "3.375rem", color: a.color || "var(--accent)" }),
30
- i && i,
31
- /* @__PURE__ */ _(
32
- "div",
33
- {
34
- className: c.advice__texts,
35
- style: e === "without-results" || e === "no-permission" ? { marginTop: -16 } : {},
36
- children: [
37
- l && /* @__PURE__ */ r(m, { element: "h3", ...o, children: l }),
38
- n && /* @__PURE__ */ r(m, { element: "p", ...s, children: n })
39
- ]
40
- }
41
- ),
42
- /* @__PURE__ */ r("div", { className: c.advice__content, children: t && t })
43
- ] }));
29
+ }, v = ({ icon: p, type: o, content: e, title: y, description: _, className: g, IconSvg: t, ...u }) => {
30
+ const a = {
31
+ color: p != null && p.color ? p == null ? void 0 : p.color : o !== "error-page" ? "var(--accent)" : "var(--secondary-orange)",
32
+ size: (p == null ? void 0 : p.size) || "3.375rem",
33
+ icon: m[o] || (p == null ? void 0 : p.icon) || ""
34
+ };
35
+ return /* @__PURE__ */ h("div", { className: l(s.advice, g), ...u, children: [
36
+ t && o !== "no-items" && o !== "error-page" && /* @__PURE__ */ r(t, { style: { color: a.color, height: a.size, width: a.size } }),
37
+ !t && o !== "no-items" && /* @__PURE__ */ r(i, { ...a }),
38
+ o !== "error-page" && o !== "no-items" ? typeof e == "string" ? /* @__PURE__ */ r("p", { children: e }) : /* @__PURE__ */ r("div", { className: s.content, children: e }) : /* @__PURE__ */ h("div", { className: s["content-no-items"], children: [
39
+ /* @__PURE__ */ r("h3", { children: y }),
40
+ /* @__PURE__ */ r("p", { children: _ }),
41
+ e
42
+ ] })
43
+ ] });
44
+ };
44
45
  export {
45
- T as Advice
46
+ v as Advice
46
47
  };
@@ -2,7 +2,7 @@ import { StoryObj } from '@storybook/react';
2
2
 
3
3
  declare const meta: {
4
4
  title: string;
5
- component: ({ type, icon, iconSvg: IconSvg, content, title, titleProps, description, descriptionProps, className, ...rest }: import('./Advice').AdviceProps) => import("react/jsx-runtime").JSX.Element;
5
+ component: ({ icon, type, content, title, description, className, IconSvg, ...rest }: import('./Advice').AdviceProps) => import("react/jsx-runtime").JSX.Element;
6
6
  tags: string[];
7
7
  parameters: {
8
8
  layout: string;
@@ -12,8 +12,7 @@ export default meta;
12
12
  type Story = StoryObj<typeof meta>;
13
13
  export declare const WithoutResults: Story;
14
14
  export declare const NoPermission: Story;
15
- export declare const NoItems: Story;
16
- export declare const ErrorPage: Story;
17
15
  export declare const CustomIcon: Story;
18
16
  export declare const CustomIconSVG: Story;
19
- export declare const TotallyCustom: Story;
17
+ export declare const NoItems: Story;
18
+ export declare const ErrorPage: Story;
@@ -16,8 +16,6 @@ type ButtonCoreProps = {
16
16
  variant?: Variant;
17
17
  /** mui base button props */
18
18
  muiButtonBaseProps?: MUIButtonBaseProps;
19
- /** Id to be applied as `data-testid` on the container element */
20
- 'data-testid'?: string;
21
19
  };
22
20
  interface ButtonPropsWithLink extends ButtonCoreProps {
23
21
  /** link for component to navigate to, if provide component will be an anchor */
@@ -1,67 +1,65 @@
1
1
  import '../../assets/Button.css';
2
- import { jsx as p, jsxs as l } from "react/jsx-runtime";
3
- import { forwardRef as x, useMemo as c } from "react";
4
- import { c as v } from "../../clsx-DB4S2d7J.js";
2
+ import { jsx as n, jsxs as l } from "react/jsx-runtime";
3
+ import { forwardRef as f, useMemo as d } from "react";
4
+ import { c } from "../../clsx-DB4S2d7J.js";
5
5
  import { LoadingSpinner as m } from "../LoadingSpinner/LoadingSpinner.js";
6
- import { B as f } from "../../Button-DiLqcAJG.js";
7
- const k = "_button_dxo5v_57", t = {
8
- "u-typography-h1": "_u-typography-h1_dxo5v_1",
9
- "u-typography-h2": "_u-typography-h2_dxo5v_8",
10
- "u-typography-h3": "_u-typography-h3_dxo5v_15",
11
- "u-typography-h4": "_u-typography-h4_dxo5v_22",
12
- "u-typography-h5": "_u-typography-h5_dxo5v_29",
13
- "u-typography-h6": "_u-typography-h6_dxo5v_36",
14
- "u-typography-base": "_u-typography-base_dxo5v_43",
15
- "u-typography-base--xxl": "_u-typography-base--xxl_dxo5v_49",
16
- "u-typography-base--xl": "_u-typography-base--xl_dxo5v_53",
17
- "u-typography-base--lg": "_u-typography-base--lg_dxo5v_57",
6
+ import { B as x } from "../../Button-2b1peDFT.js";
7
+ const k = "_button_1ynf4_56", o = {
8
+ "u-typography-h1": "_u-typography-h1_1ynf4_1",
9
+ "u-typography-h2": "_u-typography-h2_1ynf4_8",
10
+ "u-typography-h3": "_u-typography-h3_1ynf4_15",
11
+ "u-typography-h4": "_u-typography-h4_1ynf4_22",
12
+ "u-typography-h5": "_u-typography-h5_1ynf4_29",
13
+ "u-typography-h6": "_u-typography-h6_1ynf4_36",
14
+ "u-typography-base": "_u-typography-base_1ynf4_43",
15
+ "u-typography-base--xxl": "_u-typography-base--xxl_1ynf4_48",
16
+ "u-typography-base--xl": "_u-typography-base--xl_1ynf4_52",
17
+ "u-typography-base--lg": "_u-typography-base--lg_1ynf4_56",
18
18
  button: k,
19
- "u-typography-base--sm": "_u-typography-base--sm_dxo5v_61",
20
- "u-typography-base--bold": "_u-typography-base--bold_dxo5v_65",
21
- "u-typography-base--strikethrough": "_u-typography-base--strikethrough_dxo5v_68",
22
- "u-typography-base--underlined": "_u-typography-base--underlined_dxo5v_71",
23
- "u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_dxo5v_74",
24
- "button--primary": "_button--primary_dxo5v_86",
25
- "button--secondary": "_button--secondary_dxo5v_101",
26
- "button--quick": "_button--quick_dxo5v_118",
27
- "button__loading-container": "_button__loading-container_dxo5v_138"
28
- }, S = x((y, _) => {
19
+ "u-typography-base--sm": "_u-typography-base--sm_1ynf4_60",
20
+ "u-typography-base--bold": "_u-typography-base--bold_1ynf4_64",
21
+ "u-typography-base--strikethrough": "_u-typography-base--strikethrough_1ynf4_67",
22
+ "u-typography-base--underlined": "_u-typography-base--underlined_1ynf4_70",
23
+ "u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_1ynf4_73",
24
+ "button--primary": "_button--primary_1ynf4_85",
25
+ "button--secondary": "_button--secondary_1ynf4_100",
26
+ "button--quick": "_button--quick_1ynf4_117",
27
+ "button__loading-container": "_button__loading-container_1ynf4_137"
28
+ }, P = f((r, p) => {
29
29
  const {
30
- onClick: u,
31
- link: e,
32
- loading: n,
33
- children: a,
30
+ onClick: _,
31
+ link: u,
32
+ loading: e,
33
+ children: y,
34
34
  type: s = "button",
35
35
  disabled: h,
36
- className: r,
37
- variant: o = "primary",
38
- muiButtonBaseProps: d,
39
- "data-testid": g
40
- } = y, i = {
41
- invert: o === "secondary" || o === "quick"
42
- }, b = c(
43
- () => v([t.button, t[`button--${o}`], r]),
44
- [r, o]
36
+ className: a,
37
+ variant: t = "primary",
38
+ muiButtonBaseProps: g
39
+ } = r, i = {
40
+ invert: t === "secondary" || t === "quick"
41
+ }, b = d(
42
+ () => c([o.button, o[`button--${t}`], a]),
43
+ [a, t]
45
44
  );
46
- return /* @__PURE__ */ p(
47
- f,
45
+ return /* @__PURE__ */ n(
46
+ x,
48
47
  {
49
48
  type: s,
50
- href: e,
51
- onClick: u,
49
+ href: u,
50
+ onClick: _,
52
51
  disabled: h,
53
52
  className: b,
54
- ref: _,
55
- "data-testid": g,
56
- ...d ?? {},
57
- children: n ? /* @__PURE__ */ l("div", { className: t["button__loading-container"], children: [
58
- /* @__PURE__ */ p(m, { ...i }),
59
- a
60
- ] }) : a
53
+ ref: p,
54
+ ...g ?? {},
55
+ children: e ? /* @__PURE__ */ l("div", { className: o["button__loading-container"], children: [
56
+ /* @__PURE__ */ n(m, { ...i }),
57
+ y
58
+ ] }) : y
61
59
  }
62
60
  );
63
61
  });
64
62
  export {
65
- S as Button,
66
- S as default
63
+ P as Button,
64
+ P as default
67
65
  };
@@ -1,71 +1,71 @@
1
1
  import '../../assets/Checkbox.css';
2
- import { jsxs as w, jsx as c } from "react/jsx-runtime";
3
- import * as l from "react";
2
+ import { jsxs as v, jsx as c } from "react/jsx-runtime";
3
+ import * as o from "react";
4
4
  import { useState as k, useEffect as i } from "react";
5
- import { c as _ } from "../../clsx-DB4S2d7J.js";
6
- const v = (a) => /* @__PURE__ */ l.createElement("svg", { width: 14, height: 10, viewBox: "0 0 14 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ l.createElement("path", { d: "M13.7063 0.293438C14.0969 0.684062 14.0969 1.31531 13.7063 1.70594L5.70625 9.70594C5.31563 10.0966 4.68437 10.0966 4.29375 9.70594L0.292875 5.70594C-0.097625 5.31531 -0.097625 4.68406 0.292875 4.29344C0.683437 3.90281 1.31656 3.90281 1.70719 4.29344L4.97188 7.58406L12.2937 0.293438C12.6844 -0.0978125 13.3156 -0.0978125 13.7063 0.293438Z", fill: "#F7F7FC" })), N = "_label_xqg5n_65", z = "_checkmark_xqg5n_94", e = {
7
- "u-typography-h1": "_u-typography-h1_xqg5n_1",
8
- "u-typography-h2": "_u-typography-h2_xqg5n_8",
9
- "u-typography-h3": "_u-typography-h3_xqg5n_15",
10
- "u-typography-h4": "_u-typography-h4_xqg5n_22",
11
- "u-typography-h5": "_u-typography-h5_xqg5n_29",
12
- "u-typography-h6": "_u-typography-h6_xqg5n_36",
13
- "u-typography-base": "_u-typography-base_xqg5n_43",
14
- "u-typography-base--xxl": "_u-typography-base--xxl_xqg5n_49",
15
- "u-typography-base--xl": "_u-typography-base--xl_xqg5n_53",
16
- "u-typography-base--lg": "_u-typography-base--lg_xqg5n_57",
17
- "u-typography-base--sm": "_u-typography-base--sm_xqg5n_61",
18
- "u-typography-base--bold": "_u-typography-base--bold_xqg5n_65",
19
- "checkbox-wrapper": "_checkbox-wrapper_xqg5n_65",
20
- "label--highlighted": "_label--highlighted_xqg5n_65",
21
- "u-typography-base--strikethrough": "_u-typography-base--strikethrough_xqg5n_68",
22
- "u-typography-base--underlined": "_u-typography-base--underlined_xqg5n_71",
23
- "u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_xqg5n_74",
24
- label: N,
25
- "label--highlighted-checked": "_label--highlighted-checked_xqg5n_91",
26
- checkmark: z,
27
- "checkmark--checked": "_checkmark--checked_xqg5n_106",
28
- "checkmark--light-theme": "_checkmark--light-theme_xqg5n_109",
29
- "checkmark--accent-theme": "_checkmark--accent-theme_xqg5n_116",
30
- "checkmark--small-size": "_checkmark--small-size_xqg5n_123",
31
- "checkmark--normal-size": "_checkmark--normal-size_xqg5n_130"
32
- }, E = (a) => /* @__PURE__ */ l.createElement("svg", { width: 10, height: 3, viewBox: "0 0 10 3", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ l.createElement("rect", { y: 0.5, width: 10, height: 2, rx: 1, fill: "#1897F3" })), B = ({
5
+ import { c as s } from "../../clsx-DB4S2d7J.js";
6
+ const N = (a) => /* @__PURE__ */ o.createElement("svg", { width: 14, height: 10, viewBox: "0 0 14 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ o.createElement("path", { d: "M13.7063 0.293438C14.0969 0.684062 14.0969 1.31531 13.7063 1.70594L5.70625 9.70594C5.31563 10.0966 4.68437 10.0966 4.29375 9.70594L0.292875 5.70594C-0.097625 5.31531 -0.097625 4.68406 0.292875 4.29344C0.683437 3.90281 1.31656 3.90281 1.70719 4.29344L4.97188 7.58406L12.2937 0.293438C12.6844 -0.0978125 13.3156 -0.0978125 13.7063 0.293438Z", fill: "#F7F7FC" })), z = "_label_18hen_64", E = "_checkmark_18hen_93", e = {
7
+ "u-typography-h1": "_u-typography-h1_18hen_1",
8
+ "u-typography-h2": "_u-typography-h2_18hen_8",
9
+ "u-typography-h3": "_u-typography-h3_18hen_15",
10
+ "u-typography-h4": "_u-typography-h4_18hen_22",
11
+ "u-typography-h5": "_u-typography-h5_18hen_29",
12
+ "u-typography-h6": "_u-typography-h6_18hen_36",
13
+ "u-typography-base": "_u-typography-base_18hen_43",
14
+ "u-typography-base--xxl": "_u-typography-base--xxl_18hen_48",
15
+ "u-typography-base--xl": "_u-typography-base--xl_18hen_52",
16
+ "u-typography-base--lg": "_u-typography-base--lg_18hen_56",
17
+ "u-typography-base--sm": "_u-typography-base--sm_18hen_60",
18
+ "u-typography-base--bold": "_u-typography-base--bold_18hen_64",
19
+ "checkbox-wrapper": "_checkbox-wrapper_18hen_64",
20
+ "label--highlighted": "_label--highlighted_18hen_64",
21
+ "u-typography-base--strikethrough": "_u-typography-base--strikethrough_18hen_67",
22
+ "u-typography-base--underlined": "_u-typography-base--underlined_18hen_70",
23
+ "u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_18hen_73",
24
+ label: z,
25
+ "label--highlighted-checked": "_label--highlighted-checked_18hen_90",
26
+ checkmark: E,
27
+ "checkmark--checked": "_checkmark--checked_18hen_105",
28
+ "checkmark--light-theme": "_checkmark--light-theme_18hen_108",
29
+ "checkmark--accent-theme": "_checkmark--accent-theme_18hen_115",
30
+ "checkmark--small-size": "_checkmark--small-size_18hen_122",
31
+ "checkmark--normal-size": "_checkmark--normal-size_18hen_129"
32
+ }, F = (a) => /* @__PURE__ */ o.createElement("svg", { width: 10, height: 3, viewBox: "0 0 10 3", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ o.createElement("rect", { y: 0.5, width: 10, height: 2, rx: 1, fill: "#1897F3" })), M = ({
33
33
  className: a,
34
- label: s,
34
+ label: n,
35
35
  name: m,
36
- theme: x = "accent",
37
- size: u = "normal",
36
+ theme: u = "accent",
37
+ size: b = "normal",
38
38
  checked: r,
39
- onChange: b,
40
- isIndeterminate: g,
41
- highlightLabel: d = !1,
42
- ...o
39
+ onChange: d,
40
+ isIndeterminate: l,
41
+ highlightLabel: x = !1,
42
+ ...p
43
43
  }) => {
44
- const [h, n] = k(r), [t, y] = k(g);
44
+ const [h, g] = k(r), [t, y] = k(l);
45
45
  i(() => {
46
- r !== h && n(r);
46
+ r !== h && g(r);
47
47
  }, [r]), i(() => {
48
- typeof g == "boolean" && y(g);
49
- }, [g]);
50
- const q = _(e["checkbox-wrapper"], a), C = _(
48
+ typeof l == "boolean" && y(l);
49
+ }, [l]);
50
+ const C = s(e["checkbox-wrapper"], a), f = s(
51
51
  e.checkmark,
52
- e[`checkmark--${x}-theme`],
53
- e[`checkmark--${u}-size`],
52
+ e[`checkmark--${u}-theme`],
53
+ e[`checkmark--${b}-size`],
54
54
  (h || t) && e["checkmark--checked"]
55
- ), f = d && (o.children || s) ? _(
55
+ ), w = x && (p.children || n) ? s(
56
56
  e.label,
57
57
  e["label--highlighted"],
58
58
  (h || t) && e["label--highlighted-checked"]
59
59
  ) : e.label;
60
- return /* @__PURE__ */ w("div", { className: q, onClick: () => {
61
- let p = !h;
62
- t && (y(!1), p = !0), b(p), n(p);
63
- }, ...o, children: [
60
+ return /* @__PURE__ */ v("div", { className: C, onClick: () => {
61
+ let _ = !h;
62
+ t && (y(!1), _ = !0), d(_), g(_);
63
+ }, ...p, children: [
64
64
  /* @__PURE__ */ c("input", { name: m, type: "checkbox", checked: !t && h, readOnly: !0 }),
65
- /* @__PURE__ */ c("span", { className: C, children: t ? /* @__PURE__ */ c(E, {}) : h && /* @__PURE__ */ c(v, {}) }),
66
- /* @__PURE__ */ c("label", { className: f, children: o.children || s })
65
+ /* @__PURE__ */ c("span", { className: f, children: t ? /* @__PURE__ */ c(F, {}) : h && /* @__PURE__ */ c(N, {}) }),
66
+ /* @__PURE__ */ c("label", { className: w, children: p.children || n })
67
67
  ] });
68
68
  };
69
69
  export {
70
- B as Checkbox
70
+ M as Checkbox
71
71
  };
@@ -1,14 +1,14 @@
1
- import { AdornmentProps } from '../../main';
2
- import { ReactNode } from 'react';
1
+ import { IconProps } from '../../main';
2
+ import { ReactElement, ReactNode } from 'react';
3
3
 
4
4
  export type Variant = 'default' | 'contained' | 'outlined';
5
- export type ChipProps = {
5
+ type ChipProps = {
6
6
  /** Main content to display, typically just some text */
7
7
  label: ReactNode;
8
8
  /** Whether to show loading state (skeleton) */
9
9
  loading?: boolean;
10
10
  /** Left icon to display */
11
- leftAdornment?: AdornmentProps;
11
+ leftAdornment?: ChipAdornmentSlotProps;
12
12
  /** Dataset test id only used for tests to reach in and grab the rendered DOM node of the chip wrapper */
13
13
  'data-testid'?: string;
14
14
  /** Functionality to perform when the main body of the chip is clicked */
@@ -27,7 +27,13 @@ export type ChipProps = {
27
27
  /** Dataset test id only used for tests, used to hook onto the loading skeleton component for this chip */
28
28
  'data-testid-skeleton'?: string;
29
29
  };
30
- export type ChipWrapperProps = Pick<ChipProps, 'data-testid' | 'onClickContent' | 'disabled' | 'className' | 'variant'> & {
31
- children?: ReactNode;
30
+ export type ChipAdornmentSlotProps = {
31
+ /** The Marola Icon to display */
32
+ icon: ReactElement<IconProps>;
33
+ /** Any additional classes to apply to icon */
34
+ className?: string;
35
+ /** Dataset test id only used for tests to reach in and grab the rendered DOM node of the icon */
36
+ 'data-testid'?: string;
32
37
  };
33
38
  export declare const Chip: import('react').ForwardRefExoticComponent<ChipProps & import('react').RefAttributes<unknown>>;
39
+ export {};
@@ -1,12 +1,11 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../clsx-DB4S2d7J.js";
4
- import "../Adornment/Adornment.js";
5
4
  import "../Icon/Icon.js";
6
- import "../Typography/Typography.js";
7
5
  import "../Button/Button.js";
8
- import { C as k } from "../../Toggle-CRfZgFJp.js";
9
- import "../Dialog/Dialog.js";
6
+ import { C as j } from "../../Toggle-BCgIItCc.js";
7
+ import "../Dialog/Backdrop.js";
8
+ import "../Typography/Typography.js";
10
9
  import "../IconButton/IconButton.js";
11
10
  import "../Select/Select.js";
12
11
  import "../Skeleton/Skeleton.js";
@@ -14,7 +13,7 @@ import "../Table/Table.js";
14
13
  import "../Tabs/Tabs.js";
15
14
  import "../../Group-B3p31ftp.js";
16
15
  import "../../contexts/SnackbarProvider/SnackbarProvider.js";
17
- import "../../Button-DiLqcAJG.js";
16
+ import "../../Button-2b1peDFT.js";
18
17
  export {
19
- k as Chip
18
+ j as Chip
20
19
  };
@@ -2,12 +2,24 @@ import { StoryObj } from '@storybook/react';
2
2
 
3
3
  declare const meta: {
4
4
  title: string;
5
- component: import('react').ForwardRefExoticComponent<import('./Chip').ChipProps & import('react').RefAttributes<unknown>>;
5
+ component: import('react').ForwardRefExoticComponent<{
6
+ label: import('react').ReactNode;
7
+ loading?: boolean | undefined;
8
+ leftAdornment?: import('./Chip').ChipAdornmentSlotProps | undefined;
9
+ 'data-testid'?: string | undefined;
10
+ onClickContent?: (() => void) | undefined;
11
+ onClickRemove?: (() => void) | undefined;
12
+ disabled?: boolean | undefined;
13
+ className?: string | undefined;
14
+ 'className-skeleton'?: string | undefined;
15
+ variant?: import('./Chip').Variant | undefined;
16
+ 'data-testid-skeleton'?: string | undefined;
17
+ } & import('react').RefAttributes<unknown>>;
6
18
  tags: string[];
7
19
  decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
8
20
  label: import('react').ReactNode;
9
21
  loading?: boolean | undefined;
10
- leftAdornment?: import('../Adornment/Adornment').AdornmentProps | undefined;
22
+ leftAdornment?: import('./Chip').ChipAdornmentSlotProps | undefined;
11
23
  'data-testid'?: string | undefined;
12
24
  onClickContent?: (() => void) | undefined;
13
25
  onClickRemove?: (() => void) | undefined;
@@ -24,10 +36,7 @@ export default meta;
24
36
  type Story = StoryObj<typeof meta>;
25
37
  export declare const Simple: Story;
26
38
  export declare const Clickable: Story;
27
- export declare const Disabled: Story;
28
39
  export declare const ClickableWithRemove: Story;
29
- export declare const ClickableOnlyRemove: Story;
30
40
  export declare const FullDefault: Story;
31
41
  export declare const FullOutlined: Story;
32
42
  export declare const FullContained: Story;
33
- export declare const FullContainedCustomIcon: Story;
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s as t } from "../../Dialog.module-D9e4RsKo.js";
2
+ import { s as t } from "../../Dialog.module-DFEmFdYT.js";
3
3
  const i = ({ children: s }) => /* @__PURE__ */ o("div", { className: t.dialog__actions, children: s });
4
4
  export {
5
5
  i as default
@@ -1,6 +1,6 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import { forwardRef as t } from "react";
3
- import { s as e } from "../../Dialog.module-D9e4RsKo.js";
3
+ import { s as e } from "../../Dialog.module-DFEmFdYT.js";
4
4
  const i = t((o, r) => {
5
5
  const { open: m, className: p, ...s } = o;
6
6
  return /* @__PURE__ */ a("div", { className: e.dialog__backdrop, ref: r, ...s });
@@ -1,7 +1,7 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import { Icon as r } from "../Icon/Icon.js";
3
- import { s as t } from "../../Dialog.module-D9e4RsKo.js";
4
- import { B as a } from "../../Button-DiLqcAJG.js";
3
+ import { s as t } from "../../Dialog.module-DFEmFdYT.js";
4
+ import { B as a } from "../../Button-2b1peDFT.js";
5
5
  const d = ({ handleOnClose: i, className: o }) => {
6
6
  const l = o != null ? t["dialog__close-icon "] + o : t["dialog__close-icon"];
7
7
  return /* @__PURE__ */ s(
@@ -1,6 +1,6 @@
1
- import { default as DialogTitle, DialogTitleProps } from './DialogTitle';
2
- import { default as Content, DialogContentProps } from './Content';
3
- import { default as Actions, DialogActionProps } from './Actions';
1
+ import { default as DialogTitle } from './DialogTitle';
2
+ import { default as Content } from './Content';
3
+ import { default as Actions } from './Actions';
4
4
  import { ModalProps } from '@mui/base';
5
5
  import { JSXElementConstructor, ReactElement, ReactNode } from 'react';
6
6
 
@@ -12,14 +12,11 @@ export interface DialogProps extends ModalProps {
12
12
  dialogTitle: ReactNode;
13
13
  /** display subtitle */
14
14
  dialogSubtitle?: ReactNode;
15
+ /** if true, show skeleton */
16
+ isLoading?: boolean;
15
17
  /** callback for when close is clicked */
16
18
  onClose?: () => void;
17
19
  }
18
- declare const Dialog: {
19
- ({ children, dialogTitle, dialogSubtitle, onClose, ...props }: DialogProps): import("react/jsx-runtime").JSX.Element;
20
- Title: import('react').FunctionComponent<DialogTitleProps>;
21
- Content: import('react').FunctionComponent<DialogContentProps>;
22
- Actions: import('react').FunctionComponent<DialogActionProps>;
23
- };
20
+ declare const Dialog: ({ children, dialogTitle, dialogSubtitle, isLoading, onClose, ...props }: DialogProps) => import("react/jsx-runtime").JSX.Element;
24
21
  export { Dialog, DialogTitle, Content, Actions };
25
22
  export default Dialog;