@pismo/marola 1.0.11 → 1.0.12

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 (48) hide show
  1. package/dist/Dialog.module-Duis5XWM.js +2 -1
  2. package/dist/Group-ZXteFV4M.js +2 -1
  3. package/dist/Popover.module-B4boCutS.js +2 -1
  4. package/dist/SelectButton-B38avP9u.js +2 -1
  5. package/dist/Tabs.module-By78tLjn.js +2 -1
  6. package/dist/Toggle-BuZjueQ7.js +2 -1
  7. package/dist/components/Adornment/Adornment.js +2 -1
  8. package/dist/components/Advice/Advice.js +2 -1
  9. package/dist/components/Alert/Alert.js +2 -1
  10. package/dist/components/Autocomplete/Autocomplete.js +2 -1
  11. package/dist/components/Avatar/Avatar.js +2 -1
  12. package/dist/components/Button/Button.js +2 -1
  13. package/dist/components/Checkbox/Checkbox.js +2 -1
  14. package/dist/components/Chip/Chip.stories.d.ts +1 -1
  15. package/dist/components/ConfirmationDialog/ConfirmationDialog.stories.d.ts +1 -1
  16. package/dist/components/Description/Description.js +2 -1
  17. package/dist/components/Dialog/Dialog.stories.d.ts +2 -2
  18. package/dist/components/EllipsisTooltip/EllipsisTooltip.js +2 -1
  19. package/dist/components/EllipsisTooltip/EllipsisTooltip.stories.d.ts +1 -1
  20. package/dist/components/Icon/Icon.js +121 -107
  21. package/dist/components/Icon/types.d.ts +1 -1
  22. package/dist/components/IconButton/IconButton.js +2 -1
  23. package/dist/components/Input/Input.js +2 -1
  24. package/dist/components/InputSearch/InputSearch.js +2 -1
  25. package/dist/components/LoadingSpinner/LoadingSpinner.js +2 -1
  26. package/dist/components/LoadingSpinner/LoadingSpinner.stories.d.ts +1 -1
  27. package/dist/components/PageHeader/PageHeader.js +2 -1
  28. package/dist/components/Pagination/Pagination.js +2 -1
  29. package/dist/components/Popover/Popover.stories.d.ts +1 -1
  30. package/dist/components/RadioButton/RadioButton.js +2 -1
  31. package/dist/components/ResultWithChips/ResultWithChips.js +2 -1
  32. package/dist/components/Skeleton/Skeleton.js +2 -1
  33. package/dist/components/Snackbar/Snackbar.js +2 -1
  34. package/dist/components/Snackbar/Snackbar.stories.d.ts +2 -2
  35. package/dist/components/SortTooltip/SortTooltip.js +2 -1
  36. package/dist/components/Stepper/Stepper.js +2 -1
  37. package/dist/components/StepperNavigator/StepperNavigator.js +2 -1
  38. package/dist/components/Table/Table.js +2 -1
  39. package/dist/components/Tag/Tag.js +2 -1
  40. package/dist/components/TextDisplay/TextDisplay.js +2 -1
  41. package/dist/components/Toggle/Toggle.js +2 -1
  42. package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +1 -1
  43. package/dist/components/Tooltip/Tooltip.js +2 -1
  44. package/dist/components/Tooltip/Tooltip.stories.d.ts +1 -1
  45. package/dist/components/Typography/Typography.js +2 -1
  46. package/dist/components/Typography/Typography.stories.d.ts +1 -1
  47. package/dist/contexts/SnackbarProvider/SnackbarProvider.stories.d.ts +1 -1
  48. package/package.json +2 -2
@@ -1,4 +1,5 @@
1
- import './assets/Dialog.css';const _ = "_dialog_2iy7w_78", y = "_dialog__backdrop_2iy7w_88", a = "_dialog__panel_2iy7w_96", o = "_dialog__title_2iy7w_113", i = "_dialog__subtitle_2iy7w_120", p = "_dialog__divider_2iy7w_124", t = "_dialog__actions_2iy7w_138", g = {
1
+ import './assets/Dialog.css';
2
+ const _ = "_dialog_2iy7w_78", y = "_dialog__backdrop_2iy7w_88", a = "_dialog__panel_2iy7w_96", o = "_dialog__title_2iy7w_113", i = "_dialog__subtitle_2iy7w_120", p = "_dialog__divider_2iy7w_124", t = "_dialog__actions_2iy7w_138", g = {
2
3
  "u-typography-h1": "_u-typography-h1_2iy7w_1",
3
4
  "u-typography-h2": "_u-typography-h2_2iy7w_8",
4
5
  "u-typography-h3": "_u-typography-h3_2iy7w_15",
@@ -1,9 +1,10 @@
1
+ import './assets/Group.css';
1
2
  import { jsxs as l, jsx as o } from "react/jsx-runtime";
2
3
  import { forwardRef as n } from "react";
3
4
  import { c as m } from "./clsx-DB4S2d7J.js";
4
5
  import { Icon as u } from "./components/Icon/Icon.js";
5
6
  import { Typography as c } from "./components/Typography/Typography.js";
6
- import './assets/Group.css';const p = "_toggle__input_hu6m0_1", h = "_toggle__label_hu6m0_11", t = {
7
+ const p = "_toggle__input_hu6m0_1", h = "_toggle__label_hu6m0_11", t = {
7
8
  toggle__input: p,
8
9
  toggle__label: h,
9
10
  "toggle__label--selected": "_toggle__label--selected_hu6m0_21",
@@ -1,4 +1,5 @@
1
- import './assets/Popover.css';const o = "_popover_n95k7_1", p = {
1
+ import './assets/Popover.css';
2
+ const o = "_popover_n95k7_1", p = {
2
3
  popover: o,
3
4
  "popover-header": "_popover-header_n95k7_6",
4
5
  "popover-footer": "_popover-footer_n95k7_10",
@@ -1,9 +1,10 @@
1
+ import './assets/SelectButton.css';
1
2
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
3
  import { forwardRef as g } from "react";
3
4
  import { c as d } from "./clsx-DB4S2d7J.js";
4
5
  import { Icon as p } from "./components/Icon/Icon.js";
5
6
  import { Typography as b } from "./components/Typography/Typography.js";
6
- import './assets/SelectButton.css';const q = "_select__listbox__option__text_1abqy_65", x = "_select__wrapper_1abqy_78", m = "_select__label_1abqy_84", f = "_select_1abqy_57", w = "_select__popup_1abqy_99", v = "_select__listbox_1abqy_65", S = "_select__listbox__option_1abqy_65", k = "_select__listbox__option__icon_1abqy_129", t = {
7
+ const q = "_select__listbox__option__text_1abqy_65", x = "_select__wrapper_1abqy_78", m = "_select__label_1abqy_84", f = "_select_1abqy_57", w = "_select__popup_1abqy_99", v = "_select__listbox_1abqy_65", S = "_select__listbox__option_1abqy_65", k = "_select__listbox__option__icon_1abqy_129", t = {
7
8
  "u-typography-h1": "_u-typography-h1_1abqy_1",
8
9
  "u-typography-h2": "_u-typography-h2_1abqy_8",
9
10
  "u-typography-h3": "_u-typography-h3_1abqy_15",
@@ -1,5 +1,6 @@
1
+ import './assets/Tabs.css';
1
2
  import * as _ from "react";
2
- import './assets/Tabs.css';const a = /* @__PURE__ */ _.createContext(null);
3
+ const a = /* @__PURE__ */ _.createContext(null);
3
4
  process.env.NODE_ENV !== "production" && (a.displayName = "TabsContext");
4
5
  function o() {
5
6
  const t = _.useContext(a);
@@ -1,3 +1,4 @@
1
+ import './assets/Toggle2.css';
1
2
  import { jsx as i, jsxs as k } from "react/jsx-runtime";
2
3
  import { forwardRef as u } from "react";
3
4
  import { c as l } from "./clsx-DB4S2d7J.js";
@@ -18,7 +19,7 @@ import "./components/Tabs/Tabs.js";
18
19
  import { s as y } from "./Group-ZXteFV4M.js";
19
20
  import "./contexts/SnackbarProvider/SnackbarProvider.js";
20
21
  import { B as x } from "./Button-BAljjMv3.js";
21
- import './assets/Toggle2.css';const I = "_chip_1wvod_61", P = "_chip__adornment_1wvod_116", z = "_chip__remove_1wvod_121", n = {
22
+ const I = "_chip_1wvod_61", P = "_chip__adornment_1wvod_116", z = "_chip__remove_1wvod_121", n = {
22
23
  "u-typography-h1": "_u-typography-h1_1wvod_1",
23
24
  "u-typography-h2": "_u-typography-h2_1wvod_8",
24
25
  "u-typography-h3": "_u-typography-h3_1wvod_15",
@@ -1,7 +1,8 @@
1
+ import '../../assets/Adornment.css';
1
2
  import { jsx as n } from "react/jsx-runtime";
2
3
  import { c } from "../../clsx-DB4S2d7J.js";
3
4
  import { Icon as d } from "../Icon/Icon.js";
4
- import '../../assets/Adornment.css';const l = "_adornment_1bwrg_1", i = {
5
+ const l = "_adornment_1bwrg_1", i = {
5
6
  adornment: l
6
7
  }, g = (t) => {
7
8
  const e = c(t.className), { disabled: a, icon: m } = t, o = a ? "rgb(var(--gray-95-rgb), 0.4)" : t == null ? void 0 : t.color;
@@ -1,8 +1,9 @@
1
+ import '../../assets/Advice.css';
1
2
  import { jsxs as _, jsx as r } from "react/jsx-runtime";
2
3
  import { c as g } from "../../clsx-DB4S2d7J.js";
3
4
  import { Icon as h } from "../Icon/Icon.js";
4
5
  import { Typography as m } from "../Typography/Typography.js";
5
- import '../../assets/Advice.css';const x = "_advice_1wls4_1", f = "_advice__texts_1wls4_8", u = "_advice__content_1wls4_14", c = {
6
+ const x = "_advice_1wls4_1", f = "_advice__texts_1wls4_8", u = "_advice__content_1wls4_14", c = {
6
7
  advice: x,
7
8
  advice__texts: f,
8
9
  advice__content: u
@@ -1,7 +1,8 @@
1
+ import '../../assets/Alert.css';
1
2
  import { jsxs as _, jsx as a } from "react/jsx-runtime";
2
3
  import { c as y } from "../../clsx-DB4S2d7J.js";
3
4
  import { Icon as s } from "../Icon/Icon.js";
4
- import '../../assets/Alert.css';const h = "_container_9p2mz_78", t = {
5
+ const h = "_container_9p2mz_78", t = {
5
6
  "u-typography-h1": "_u-typography-h1_9p2mz_1",
6
7
  "u-typography-h2": "_u-typography-h2_9p2mz_8",
7
8
  "u-typography-h3": "_u-typography-h3_9p2mz_15",
@@ -1,3 +1,4 @@
1
+ import '../../assets/Autocomplete.css';
1
2
  import { jsx as le, jsxs as lt } from "react/jsx-runtime";
2
3
  import * as h from "react";
3
4
  import { useId as at, useState as ut, createElement as ct } from "react";
@@ -7,7 +8,7 @@ import { b as je, s as dt } from "../../useSlotProps-C_I1kEHr.js";
7
8
  import { u as gt } from "../../useId-BW-oWmul.js";
8
9
  import { u as _e } from "../../useControlled-CCMYYdCM.js";
9
10
  import { u as ae } from "../../useEventCallback-BAQJJ3ye.js";
10
- import '../../assets/Autocomplete.css';const ht = (c) => {
11
+ const ht = (c) => {
11
12
  const b = h.useRef({});
12
13
  return h.useEffect(() => {
13
14
  b.current = c;
@@ -1,7 +1,8 @@
1
+ import '../../assets/Avatar.css';
1
2
  import { jsxs as v, jsx as _ } from "react/jsx-runtime";
2
3
  import { forwardRef as c, useMemo as y } from "react";
3
4
  import { c as d } from "../../clsx-DB4S2d7J.js";
4
- import '../../assets/Avatar.css';const m = "_avatar_4n12g_57", b = "_avatar__icon_4n12g_108", x = "_avatar__image_4n12g_108", f = "_avatar__text_4n12g_108", t = {
5
+ const m = "_avatar_4n12g_57", b = "_avatar__icon_4n12g_108", x = "_avatar__image_4n12g_108", f = "_avatar__text_4n12g_108", t = {
5
6
  "u-typography-h1": "_u-typography-h1_4n12g_1",
6
7
  "u-typography-h2": "_u-typography-h2_4n12g_8",
7
8
  "u-typography-h3": "_u-typography-h3_4n12g_15",
@@ -1,9 +1,10 @@
1
+ import '../../assets/Button.css';
1
2
  import { jsx as p, jsxs as l } from "react/jsx-runtime";
2
3
  import { forwardRef as x, useMemo as c } from "react";
3
4
  import { c as v } from "../../clsx-DB4S2d7J.js";
4
5
  import { LoadingSpinner as m } from "../LoadingSpinner/LoadingSpinner.js";
5
6
  import { B as f } from "../../Button-BAljjMv3.js";
6
- import '../../assets/Button.css';const k = "_button_dxo5v_57", t = {
7
+ const k = "_button_dxo5v_57", t = {
7
8
  "u-typography-h1": "_u-typography-h1_dxo5v_1",
8
9
  "u-typography-h2": "_u-typography-h2_dxo5v_8",
9
10
  "u-typography-h3": "_u-typography-h3_dxo5v_15",
@@ -1,8 +1,9 @@
1
+ import '../../assets/Checkbox.css';
1
2
  import { jsxs as w, jsx as c } from "react/jsx-runtime";
2
3
  import * as l from "react";
3
4
  import { useState as k, useEffect as i } from "react";
4
5
  import { c as _ } from "../../clsx-DB4S2d7J.js";
5
- import '../../assets/Checkbox.css';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 = {
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 = {
6
7
  "u-typography-h1": "_u-typography-h1_xqg5n_1",
7
8
  "u-typography-h2": "_u-typography-h2_xqg5n_8",
8
9
  "u-typography-h3": "_u-typography-h3_xqg5n_15",
@@ -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;
@@ -5,7 +5,7 @@ declare const meta: {
5
5
  title: string;
6
6
  component: ({ open, onClose, title, subtitle, content, cancelAction, confirmAction, confirmLabel, cancelLabel, }: ConfirmationDialogProps) => 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
  open: boolean;
10
10
  onClose: () => void;
11
11
  title?: import('react').ReactNode;
@@ -1,8 +1,9 @@
1
+ import '../../assets/Description.css';
1
2
  import { jsxs as u, jsx as t } from "react/jsx-runtime";
2
3
  import { c as g } from "../../clsx-DB4S2d7J.js";
3
4
  import { Skeleton as y } from "../Skeleton/Skeleton.js";
4
5
  import { Typography as _ } from "../Typography/Typography.js";
5
- import '../../assets/Description.css';const l = "_container_he0z3_78", a = {
6
+ const l = "_container_he0z3_78", a = {
6
7
  "u-typography-h1": "_u-typography-h1_he0z3_1",
7
8
  "u-typography-h2": "_u-typography-h2_he0z3_8",
8
9
  "u-typography-h3": "_u-typography-h3_he0z3_15",
@@ -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
  color?: string | undefined;
15
15
  ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
16
16
  children: import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> & import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<unknown>>;
@@ -82,7 +82,7 @@ declare const meta: {
82
82
  "aria-description"?: string | undefined;
83
83
  "aria-details"?: string | undefined;
84
84
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
85
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
85
+ "aria-dropeffect"?: "copy" | "link" | "none" | "execute" | "move" | "popup" | undefined;
86
86
  "aria-errormessage"?: string | undefined;
87
87
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
88
88
  "aria-flowto"?: string | undefined;
@@ -1,8 +1,9 @@
1
+ import '../../assets/EllipsisTooltip.css';
1
2
  import { jsx as s, jsxs as d, Fragment as f } from "react/jsx-runtime";
2
3
  import { useState as g } from "react";
3
4
  import { c as v } from "../../clsx-DB4S2d7J.js";
4
5
  import { Tooltip as x } from "../Tooltip/Tooltip.js";
5
- import '../../assets/EllipsisTooltip.css';const H = {
6
+ const H = {
6
7
  "ellipsis-tooltip": "_ellipsis-tooltip_1ov97_1"
7
8
  }, W = ({
8
9
  lineClamp: e = 1,
@@ -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;