@pismo/marola 1.0.0-beta.57 → 1.0.0-beta.58

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.
@@ -5,6 +5,7 @@ import { c as l } from "./clsx-DB4S2d7J.js";
5
5
  import { Icon as C } from "./components/Icon/Icon.js";
6
6
  import { Typography as N } from "./components/Typography/Typography.js";
7
7
  import "./components/Input/Input.js";
8
+ import "./components/Avatar/Avatar.js";
8
9
  import "./components/Button/Button.js";
9
10
  import { Adornment as v } from "./components/Adornment/Adornment.js";
10
11
  import "./components/Dialog/Dialog.js";
@@ -61,7 +62,7 @@ const I = "_chip_1wvod_61", P = "_chip__adornment_1wvod_116", z = "_chip__remove
61
62
  children: _
62
63
  }
63
64
  )) : /* @__PURE__ */ i("span", { "data-testid": t["data-testid"], ref: d, className: e, children: _ });
64
- }), V = u((t, d) => {
65
+ }), X = u((t, d) => {
65
66
  const {
66
67
  label: _,
67
68
  className: o,
@@ -115,7 +116,7 @@ const I = "_chip_1wvod_61", P = "_chip__adornment_1wvod_116", z = "_chip__remove
115
116
  "row-item--clickable": "_row-item--clickable_8z1a0_13",
116
117
  "row-item--disabled": "_row-item--disabled_8z1a0_19",
117
118
  "row-item__content": "_row-item__content_8z1a0_22"
118
- }, X = u((t, d) => {
119
+ }, Y = u((t, d) => {
119
120
  const { children: _, leftAdornment: o, disabled: r, onClick: a, buttons: s, ariaLabel: e, className: g } = t, m = l(o == null ? void 0 : o.className, h["row-item__adornment"]), w = {
120
121
  onClick: (p) => {
121
122
  r || a && a(p);
@@ -151,7 +152,7 @@ const I = "_chip_1wvod_61", P = "_chip__adornment_1wvod_116", z = "_chip__remove
151
152
  ]
152
153
  }
153
154
  );
154
- }), Y = u((t, d) => {
155
+ }), Z = u((t, d) => {
155
156
  const { text: _, isSelected: o = !1, value: r, onChange: a, disabled: s } = t;
156
157
  return /* @__PURE__ */ k(
157
158
  "label",
@@ -183,7 +184,7 @@ const I = "_chip_1wvod_61", P = "_chip__adornment_1wvod_116", z = "_chip__remove
183
184
  );
184
185
  });
185
186
  export {
186
- V as C,
187
- X as R,
188
- Y as T
187
+ X as C,
188
+ Y as R,
189
+ Z as T
189
190
  };
@@ -0,0 +1 @@
1
+ ._u-typography-h1_4n12g_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_4n12g_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_4n12g_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_4n12g_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_4n12g_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_4n12g_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_4n12g_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_4n12g_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_4n12g_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_4n12g_57,._avatar_4n12g_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_4n12g_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_4n12g_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_4n12g_68{text-decoration:line-through}._u-typography-base--underlined_4n12g_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_4n12g_74{text-decoration:underline line-through}._avatar_4n12g_57{display:inline-flex;align-items:center;justify-content:center;background-color:var(--gray-5);overflow:hidden;position:relative}._avatar--large_4n12g_86{width:40px;height:40px}._avatar--default_4n12g_90{width:32px;height:32px}._avatar--small_4n12g_94{width:24px;height:24px}._avatar--custom_4n12g_98{width:var(--avatar-custom-size);height:var(--avatar-custom-size)}._avatar--circle_4n12g_102{border-radius:50%}._avatar--square_4n12g_105{border-radius:6px}._avatar__icon_4n12g_108,._avatar__image_4n12g_108,._avatar__text_4n12g_108{display:flex;align-items:center;justify-content:center;width:100%;height:100%}._avatar__image_4n12g_108 img{width:100%;height:100%;object-fit:cover}
@@ -0,0 +1,15 @@
1
+ import { ReactNode } from 'react';
2
+
3
+ type AvatarType = 'icon' | 'image' | 'text';
4
+ type AvatarSize = 'default' | 'large' | 'small' | number;
5
+ type AvatarShape = 'circle' | 'square';
6
+ type AvatarCoreProps = {
7
+ type: AvatarType;
8
+ size?: AvatarSize;
9
+ shape?: AvatarShape;
10
+ children: ReactNode;
11
+ className?: string;
12
+ 'data-testid'?: string;
13
+ };
14
+ declare const Avatar: import('react').ForwardRefExoticComponent<AvatarCoreProps & import('react').RefAttributes<HTMLDivElement>>;
15
+ export default Avatar;
@@ -0,0 +1,51 @@
1
+ import '../../assets/Avatar.css';
2
+ import { jsxs as v, jsx as _ } from "react/jsx-runtime";
3
+ import { forwardRef as c, useMemo as y } from "react";
4
+ import { c as d } from "../../clsx-DB4S2d7J.js";
5
+ const m = "_avatar_4n12g_57", b = "_avatar__icon_4n12g_108", x = "_avatar__image_4n12g_108", f = "_avatar__text_4n12g_108", t = {
6
+ "u-typography-h1": "_u-typography-h1_4n12g_1",
7
+ "u-typography-h2": "_u-typography-h2_4n12g_8",
8
+ "u-typography-h3": "_u-typography-h3_4n12g_15",
9
+ "u-typography-h4": "_u-typography-h4_4n12g_22",
10
+ "u-typography-h5": "_u-typography-h5_4n12g_29",
11
+ "u-typography-h6": "_u-typography-h6_4n12g_36",
12
+ "u-typography-base": "_u-typography-base_4n12g_43",
13
+ "u-typography-base--xxl": "_u-typography-base--xxl_4n12g_49",
14
+ "u-typography-base--xl": "_u-typography-base--xl_4n12g_53",
15
+ "u-typography-base--lg": "_u-typography-base--lg_4n12g_57",
16
+ avatar: m,
17
+ "u-typography-base--sm": "_u-typography-base--sm_4n12g_61",
18
+ "u-typography-base--bold": "_u-typography-base--bold_4n12g_65",
19
+ "u-typography-base--strikethrough": "_u-typography-base--strikethrough_4n12g_68",
20
+ "u-typography-base--underlined": "_u-typography-base--underlined_4n12g_71",
21
+ "u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_4n12g_74",
22
+ "avatar--large": "_avatar--large_4n12g_86",
23
+ "avatar--default": "_avatar--default_4n12g_90",
24
+ "avatar--small": "_avatar--small_4n12g_94",
25
+ "avatar--custom": "_avatar--custom_4n12g_98",
26
+ "avatar--circle": "_avatar--circle_4n12g_102",
27
+ "avatar--square": "_avatar--square_4n12g_105",
28
+ avatar__icon: b,
29
+ avatar__image: x,
30
+ avatar__text: f
31
+ }, $ = c((h, n) => {
32
+ const { type: e, size: a = "default", shape: g = "circle", children: s, className: o, "data-testid": u } = h, r = typeof a == "number", i = y(
33
+ () => ({
34
+ width: r ? a : void 0,
35
+ height: r ? a : void 0,
36
+ "--avatar-custom-size": r ? `${a}px` : void 0
37
+ }),
38
+ [a, r]
39
+ ), p = r ? "custom" : a, l = y(
40
+ () => d(t.avatar, t[`avatar--${p}`], t[`avatar--${g}`], o),
41
+ [p, g, o]
42
+ );
43
+ return /* @__PURE__ */ v("div", { ref: n, style: i, className: l, "data-testid": u, children: [
44
+ e === "icon" && /* @__PURE__ */ _("span", { className: t.avatar__icon, children: s }),
45
+ e === "image" && /* @__PURE__ */ _("div", { className: t.avatar__image, children: /* @__PURE__ */ _("img", { src: s, alt: "avatar" }) }),
46
+ e === "text" && /* @__PURE__ */ _("span", { className: t.avatar__text, children: s })
47
+ ] });
48
+ });
49
+ export {
50
+ $ as default
51
+ };
@@ -0,0 +1,25 @@
1
+ import { StoryObj } from '@storybook/react';
2
+
3
+ declare const meta: {
4
+ title: string;
5
+ component: import('react').ForwardRefExoticComponent<{
6
+ type: "icon" | "image" | "text";
7
+ size?: (number | "default" | "small" | "large") | undefined;
8
+ shape?: ("circle" | "square") | undefined;
9
+ children: import('react').ReactNode;
10
+ className?: string | undefined;
11
+ 'data-testid'?: string | undefined;
12
+ } & import('react').RefAttributes<HTMLDivElement>>;
13
+ tags: string[];
14
+ parameters: {
15
+ layout: string;
16
+ };
17
+ };
18
+ export default meta;
19
+ type Story = StoryObj<typeof meta>;
20
+ export declare const Icon: Story;
21
+ export declare const Image: Story;
22
+ export declare const Text: Story;
23
+ export declare const CustomSize: Story;
24
+ export declare const LargeSquare: Story;
25
+ export declare const SmallCircle: Story;
@@ -5,8 +5,9 @@ import "../Adornment/Adornment.js";
5
5
  import "../Icon/Icon.js";
6
6
  import "../Typography/Typography.js";
7
7
  import "../Input/Input.js";
8
+ import "../Avatar/Avatar.js";
8
9
  import "../Button/Button.js";
9
- import { C as q } from "../../Toggle-CzkXi3_R.js";
10
+ import { C as u } from "../../Toggle-2kIaSHMl.js";
10
11
  import "../Dialog/Dialog.js";
11
12
  import "../IconButton/IconButton.js";
12
13
  import "../InputSearch/InputSearch.js";
@@ -19,5 +20,5 @@ import "../../Group-DspH8hyO.js";
19
20
  import "../../contexts/SnackbarProvider/SnackbarProvider.js";
20
21
  import "../../Button-BAljjMv3.js";
21
22
  export {
22
- q as Chip
23
+ u as Chip
23
24
  };
@@ -4,7 +4,7 @@ declare const meta: {
4
4
  title: string;
5
5
  component: import('react').ForwardRefExoticComponent<import('./Chip').ChipProps & import('react').RefAttributes<unknown>>;
6
6
  tags: string[];
7
- decorators: ((Story: import('@storybook/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
7
+ decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
8
8
  label: import('react').ReactNode;
9
9
  loading?: boolean | undefined;
10
10
  leftAdornment?: import('../Adornment/Adornment').AdornmentProps | undefined;
@@ -10,7 +10,7 @@ declare const meta: {
10
10
  Actions: import('react').FunctionComponent<import('./Actions').DialogActionProps>;
11
11
  };
12
12
  tags: string[];
13
- decorators: ((Story: import('@storybook/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
13
+ decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
14
14
  children: import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<unknown>>;
15
15
  dialogTitle: import('react').ReactNode;
16
16
  dialogSubtitle?: import('react').ReactNode;
@@ -8,7 +8,7 @@ declare const meta: {
8
8
  parameters: {
9
9
  layout: string;
10
10
  };
11
- decorators: ((Story: import('@storybook/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
11
+ decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
12
12
  children: import('react').ReactNode;
13
13
  title: import('react').ReactNode;
14
14
  style?: import('react').CSSProperties | undefined;
@@ -4,7 +4,7 @@ declare const meta: {
4
4
  title: string;
5
5
  component: ({ invert, classNames }: import('./LoadingSpinner').LoadingSpinnerProps) => import("react/jsx-runtime").JSX.Element;
6
6
  tags: string[];
7
- decorators: ((Story: import('@storybook/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
7
+ decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
8
8
  invert?: boolean | undefined;
9
9
  classNames?: string | undefined;
10
10
  }>) => import("react/jsx-runtime").JSX.Element)[];
@@ -25,7 +25,7 @@ declare const meta: {
25
25
  };
26
26
  };
27
27
  tags: string[];
28
- decorators: ((Story: import('@storybook/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
28
+ decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
29
29
  [x: string]: any;
30
30
  }>) => import("react/jsx-runtime").JSX.Element)[];
31
31
  };
@@ -1,6 +1,6 @@
1
1
  import '../../assets/ResultWithChips.css';
2
2
  import { jsxs as i, jsx as e } from "react/jsx-runtime";
3
- import { C as t } from "../../Toggle-CzkXi3_R.js";
3
+ import { C as t } from "../../Toggle-2kIaSHMl.js";
4
4
  const r = "_container_hgp0p_1", o = "_label_hgp0p_17", a = {
5
5
  container: r,
6
6
  "chip-item-wrapper": "_chip-item-wrapper_hgp0p_8",
@@ -5,8 +5,9 @@ import "../Adornment/Adornment.js";
5
5
  import "../Icon/Icon.js";
6
6
  import "../Typography/Typography.js";
7
7
  import "../Input/Input.js";
8
+ import "../Avatar/Avatar.js";
8
9
  import "../Button/Button.js";
9
- import { R as g, R as h } from "../../Toggle-CzkXi3_R.js";
10
+ import { R as h, R as j } from "../../Toggle-2kIaSHMl.js";
10
11
  import "../Dialog/Dialog.js";
11
12
  import "../IconButton/IconButton.js";
12
13
  import "../InputSearch/InputSearch.js";
@@ -17,6 +18,6 @@ import "../Tabs/Tabs.js";
17
18
  import "../../Group-DspH8hyO.js";
18
19
  import "../../contexts/SnackbarProvider/SnackbarProvider.js";
19
20
  export {
20
- g as RowItem,
21
- h as default
21
+ h as RowItem,
22
+ j as default
22
23
  };
@@ -5,7 +5,7 @@ declare const meta: {
5
5
  title: string;
6
6
  component: ({ snackbarMessage, variant, autoHideDuration, open, onClose, onClosed, classNameWrapper, "data-testid": dataTestId, }: SnackbarProps) => import("react/jsx-runtime").JSX.Element;
7
7
  tags: string[];
8
- decorators: ((Story: import('@storybook/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
8
+ decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
9
9
  accept?: string | undefined;
10
10
  alt?: string | undefined;
11
11
  autoComplete?: import('react').HTMLInputAutoCompleteAttribute | undefined;
@@ -4,8 +4,9 @@ import "../../clsx-DB4S2d7J.js";
4
4
  import "../Icon/Icon.js";
5
5
  import "../Typography/Typography.js";
6
6
  import "../Input/Input.js";
7
+ import "../Avatar/Avatar.js";
7
8
  import "../Button/Button.js";
8
- import { T as h } from "../../Toggle-CzkXi3_R.js";
9
+ import { T as j } from "../../Toggle-2kIaSHMl.js";
9
10
  import "../Dialog/Dialog.js";
10
11
  import "../IconButton/IconButton.js";
11
12
  import "../InputSearch/InputSearch.js";
@@ -16,5 +17,5 @@ import "../Tabs/Tabs.js";
16
17
  import "../../Group-DspH8hyO.js";
17
18
  import "../../contexts/SnackbarProvider/SnackbarProvider.js";
18
19
  export {
19
- h as default
20
+ j as default
20
21
  };
@@ -1,4 +1,4 @@
1
- import { T as e } from "../../Toggle-CzkXi3_R.js";
1
+ import { T as e } from "../../Toggle-2kIaSHMl.js";
2
2
  import { G as p } from "../../Group-DspH8hyO.js";
3
3
  export {
4
4
  p as ToggleGroup,
@@ -6,7 +6,7 @@ declare const meta: {
6
6
  title: string;
7
7
  component: import('react').ForwardRefExoticComponent<ToggleGroupProps & import('react').RefAttributes<HTMLFieldSetElement>>;
8
8
  tags: string[];
9
- decorators: ((Story: import('@storybook/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
9
+ decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
10
10
  legend?: import('react').ReactNode;
11
11
  error?: import('react').ReactNode;
12
12
  children: import('react').ReactElement<import('./Toggle.tsx').ToggleGroupItemProps<string | number>, string | import('react').JSXElementConstructor<any>>[];
@@ -8,7 +8,7 @@ declare const meta: {
8
8
  parameters: {
9
9
  layout: string;
10
10
  };
11
- decorators: ((Story: import('@storybook/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
11
+ decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
12
12
  children: import('react').ReactNode;
13
13
  title: import('react').ReactNode;
14
14
  open?: boolean | undefined;
@@ -12,7 +12,7 @@ declare const meta: {
12
12
  };
13
13
  };
14
14
  };
15
- decorators: ((Story: import('@storybook/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
15
+ decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
16
16
  children: import('react').ReactNode;
17
17
  element?: import('react').ElementType | undefined;
18
18
  variant?: import('./Typography').VariantType | undefined;
@@ -12,7 +12,7 @@ declare const meta: {
12
12
  };
13
13
  };
14
14
  tags: string[];
15
- decorators: ((Story: import('@storybook/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
15
+ decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
16
16
  [x: string]: any;
17
17
  }>) => import("react/jsx-runtime").JSX.Element)[];
18
18
  };
package/dist/main.d.ts CHANGED
@@ -5,6 +5,7 @@
5
5
  export * from './components/Adornment/Adornment';
6
6
  export * from './components/Advice/Advice';
7
7
  export * from './components/Autocomplete/Autocomplete';
8
+ export * from './components/Avatar/Avatar';
8
9
  export * from './components/Button/Button';
9
10
  export * from './components/Checkbox/Checkbox';
10
11
  export * from './components/Chip/Chip';
package/dist/main.js CHANGED
@@ -1,89 +1,90 @@
1
- import { Adornment as e } from "./components/Adornment/Adornment.js";
2
- import { Advice as p } from "./components/Advice/Advice.js";
3
- import { Autocomplete as f } from "./components/Autocomplete/Autocomplete.js";
4
- import { Button as x } from "./components/Button/Button.js";
5
- import { Checkbox as l } from "./components/Checkbox/Checkbox.js";
6
- import { C as T, R as s, T as c } from "./Toggle-CzkXi3_R.js";
7
- import { Dialog as u } from "./components/Dialog/Dialog.js";
8
- import { EllipsisTooltip as d } from "./components/EllipsisTooltip/EllipsisTooltip.js";
9
- import { Icon as k } from "./components/Icon/Icon.js";
10
- import { IconButton as C } from "./components/IconButton/IconButton.js";
11
- import { Input as D } from "./components/Input/Input.js";
12
- import { InputSearch as v } from "./components/InputSearch/InputSearch.js";
13
- import { LoadingSpinner as A } from "./components/LoadingSpinner/LoadingSpinner.js";
14
- import { PageHeader as G } from "./components/PageHeader/PageHeader.js";
15
- import { Pagination as H, paginationDefaultTranslations as w } from "./components/Pagination/Pagination.js";
16
- import { Popover as L } from "./components/Popover/Popover.js";
17
- import { ResultWithChips as O } from "./components/ResultWithChips/ResultWithChips.js";
18
- import { Select as j, SelectOption as q } from "./components/Select/Select.js";
19
- import { Skeleton as F, SkeletonCircle as J, SkeletonTable as K } from "./components/Skeleton/Skeleton.js";
20
- import { Snackbar as Q } from "./components/Snackbar/Snackbar.js";
21
- import { SortTooltip as V, sortTooltipDefaultTranslations as X } from "./components/SortTooltip/SortTooltip.js";
22
- import { Stepper as Z } from "./components/Stepper/Stepper.js";
23
- import { StepperNavigator as $ } from "./components/StepperNavigator/StepperNavigator.js";
24
- import { TBody as ro, THead as eo, Table as to, Td as po, Th as ao, Tr as fo } from "./components/Table/Table.js";
25
- import { Tabs as xo } from "./components/Tabs/Tabs.js";
26
- import { TextDisplay as lo } from "./components/TextDisplay/TextDisplay.js";
27
- import { Toggle as To } from "./components/Toggle/Toggle.js";
28
- import { G as co } from "./Group-DspH8hyO.js";
29
- import { Tooltip as uo } from "./components/Tooltip/Tooltip.js";
30
- import { Text as bo, Typography as ko } from "./components/Typography/Typography.js";
31
- import { SnackbarContext as Co, SnackbarProvider as Io, useSnackbar as Do } from "./contexts/SnackbarProvider/SnackbarProvider.js";
32
- import { default as vo } from "./components/Dialog/DialogTitle.js";
33
- import { default as Ao } from "./components/Dialog/Content.js";
34
- import { default as Go } from "./components/Dialog/Actions.js";
35
- import { Tab as Ho } from "./components/Tabs/Tab.js";
36
- import { TabPanel as Eo } from "./components/Tabs/TabPanel.js";
1
+ import { Adornment as t } from "./components/Adornment/Adornment.js";
2
+ import { Advice as a } from "./components/Advice/Advice.js";
3
+ import { Autocomplete as m } from "./components/Autocomplete/Autocomplete.js";
4
+ import "./components/Avatar/Avatar.js";
5
+ import { Button as n } from "./components/Button/Button.js";
6
+ import { Checkbox as i } from "./components/Checkbox/Checkbox.js";
7
+ import { C as s, R as c, T as g } from "./Toggle-2kIaSHMl.js";
8
+ import { Dialog as S } from "./components/Dialog/Dialog.js";
9
+ import { EllipsisTooltip as b } from "./components/EllipsisTooltip/EllipsisTooltip.js";
10
+ import { Icon as h } from "./components/Icon/Icon.js";
11
+ import { IconButton as I } from "./components/IconButton/IconButton.js";
12
+ import { Input as P } from "./components/Input/Input.js";
13
+ import { InputSearch as y } from "./components/InputSearch/InputSearch.js";
14
+ import { LoadingSpinner as B } from "./components/LoadingSpinner/LoadingSpinner.js";
15
+ import { PageHeader as R } from "./components/PageHeader/PageHeader.js";
16
+ import { Pagination as w, paginationDefaultTranslations as E } from "./components/Pagination/Pagination.js";
17
+ import { Popover as N } from "./components/Popover/Popover.js";
18
+ import { ResultWithChips as W } from "./components/ResultWithChips/ResultWithChips.js";
19
+ import { Select as q, SelectOption as z } from "./components/Select/Select.js";
20
+ import { Skeleton as J, SkeletonCircle as K, SkeletonTable as M } from "./components/Skeleton/Skeleton.js";
21
+ import { Snackbar as U } from "./components/Snackbar/Snackbar.js";
22
+ import { SortTooltip as X, sortTooltipDefaultTranslations as Y } from "./components/SortTooltip/SortTooltip.js";
23
+ import { Stepper as _ } from "./components/Stepper/Stepper.js";
24
+ import { StepperNavigator as oo } from "./components/StepperNavigator/StepperNavigator.js";
25
+ import { TBody as eo, THead as to, Table as po, Td as ao, Th as fo, Tr as mo } from "./components/Table/Table.js";
26
+ import { Tabs as no } from "./components/Tabs/Tabs.js";
27
+ import { TextDisplay as io } from "./components/TextDisplay/TextDisplay.js";
28
+ import { Toggle as so } from "./components/Toggle/Toggle.js";
29
+ import { G as go } from "./Group-DspH8hyO.js";
30
+ import { Tooltip as So } from "./components/Tooltip/Tooltip.js";
31
+ import { Text as ko, Typography as ho } from "./components/Typography/Typography.js";
32
+ import { SnackbarContext as Io, SnackbarProvider as Do, useSnackbar as Po } from "./contexts/SnackbarProvider/SnackbarProvider.js";
33
+ import { default as yo } from "./components/Dialog/DialogTitle.js";
34
+ import { default as Bo } from "./components/Dialog/Content.js";
35
+ import { default as Ro } from "./components/Dialog/Actions.js";
36
+ import { Tab as wo } from "./components/Tabs/Tab.js";
37
+ import { TabPanel as Lo } from "./components/Tabs/TabPanel.js";
37
38
  export {
38
- Go as Actions,
39
- e as Adornment,
40
- p as Advice,
41
- f as Autocomplete,
42
- x as Button,
43
- l as Checkbox,
44
- T as Chip,
45
- Ao as Content,
46
- u as Dialog,
47
- vo as DialogTitle,
48
- d as EllipsisTooltip,
49
- k as Icon,
50
- C as IconButton,
51
- D as Input,
52
- v as InputSearch,
53
- A as LoadingSpinner,
54
- G as PageHeader,
55
- H as Pagination,
56
- L as Popover,
57
- O as ResultWithChips,
58
- s as RowItem,
59
- j as Select,
60
- q as SelectOption,
61
- F as Skeleton,
62
- J as SkeletonCircle,
63
- K as SkeletonTable,
64
- Q as Snackbar,
65
- Co as SnackbarContext,
66
- Io as SnackbarProvider,
67
- V as SortTooltip,
68
- Z as Stepper,
69
- $ as StepperNavigator,
70
- ro as TBody,
71
- eo as THead,
72
- Ho as Tab,
73
- Eo as TabPanel,
74
- to as Table,
75
- xo as Tabs,
76
- po as Td,
77
- bo as Text,
78
- lo as TextDisplay,
79
- ao as Th,
80
- To as Toggle,
81
- co as ToggleGroup,
82
- c as ToggleGroupItem,
83
- uo as Tooltip,
84
- fo as Tr,
85
- ko as Typography,
86
- w as paginationDefaultTranslations,
87
- X as sortTooltipDefaultTranslations,
88
- Do as useSnackbar
39
+ Ro as Actions,
40
+ t as Adornment,
41
+ a as Advice,
42
+ m as Autocomplete,
43
+ n as Button,
44
+ i as Checkbox,
45
+ s as Chip,
46
+ Bo as Content,
47
+ S as Dialog,
48
+ yo as DialogTitle,
49
+ b as EllipsisTooltip,
50
+ h as Icon,
51
+ I as IconButton,
52
+ P as Input,
53
+ y as InputSearch,
54
+ B as LoadingSpinner,
55
+ R as PageHeader,
56
+ w as Pagination,
57
+ N as Popover,
58
+ W as ResultWithChips,
59
+ c as RowItem,
60
+ q as Select,
61
+ z as SelectOption,
62
+ J as Skeleton,
63
+ K as SkeletonCircle,
64
+ M as SkeletonTable,
65
+ U as Snackbar,
66
+ Io as SnackbarContext,
67
+ Do as SnackbarProvider,
68
+ X as SortTooltip,
69
+ _ as Stepper,
70
+ oo as StepperNavigator,
71
+ eo as TBody,
72
+ to as THead,
73
+ wo as Tab,
74
+ Lo as TabPanel,
75
+ po as Table,
76
+ no as Tabs,
77
+ ao as Td,
78
+ ko as Text,
79
+ io as TextDisplay,
80
+ fo as Th,
81
+ so as Toggle,
82
+ go as ToggleGroup,
83
+ g as ToggleGroupItem,
84
+ So as Tooltip,
85
+ mo as Tr,
86
+ ho as Typography,
87
+ E as paginationDefaultTranslations,
88
+ Y as sortTooltipDefaultTranslations,
89
+ Po as useSnackbar
89
90
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pismo/marola",
3
3
  "description": "CDX tribe component library",
4
- "version": "1.0.0-beta.57",
4
+ "version": "1.0.0-beta.58",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",