@pismo/marola 1.0.0-beta.21 → 1.0.0-beta.22

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 (39) hide show
  1. package/dist/{Button-DiLqcAJG.js → Button-BAljjMv3.js} +2 -2
  2. package/dist/{ClickAwayListener-BaJ-OV_7.js → ClickAwayListener-DbEYZpyh.js} +3 -3
  3. package/dist/{Popup-lLWZt2wk.js → Popup-Ck3XlWMq.js} +3 -3
  4. package/dist/{Portal-B_Es6eUL.js → Portal-oY3enyAm.js} +2 -2
  5. package/dist/{Toggle-CRfZgFJp.js → Toggle-Buew6bzm.js} +8 -7
  6. package/dist/assets/Autocomplete.css +1 -1
  7. package/dist/{combineHooksSlotProps-BtBYUV_B.js → combineHooksSlotProps-C-zYvfnF.js} +1 -1
  8. package/dist/components/Autocomplete/Autocomplete.d.ts +8 -39
  9. package/dist/components/Autocomplete/Autocomplete.js +373 -404
  10. package/dist/components/Autocomplete/Autocomplete.stories.d.ts +2 -1
  11. package/dist/components/Button/Button.js +1 -1
  12. package/dist/components/Chip/Chip.js +4 -3
  13. package/dist/components/Dialog/CloseIconButton.js +1 -1
  14. package/dist/components/Dialog/Dialog.js +4 -4
  15. package/dist/components/Dialog/Dialog.stories.d.ts +1 -1
  16. package/dist/components/IconButton/IconButton.js +1 -1
  17. package/dist/components/Input/Input.d.ts +41 -2
  18. package/dist/components/Input/Input.js +500 -100
  19. package/dist/components/Input/Input.stories.d.ts +3 -3
  20. package/dist/components/InputSearch/InputSearch.stories.d.ts +2 -2
  21. package/dist/components/ResultWithChips/ResultWithChips.js +1 -1
  22. package/dist/components/RowItem/RowItem.js +4 -3
  23. package/dist/components/Select/Select.js +5 -5
  24. package/dist/components/Snackbar/Snackbar.js +3 -3
  25. package/dist/components/Tabs/Tab.js +3 -3
  26. package/dist/components/Tabs/TabPanel.js +1 -1
  27. package/dist/components/Tabs/Tabs.js +3 -3
  28. package/dist/components/Toggle/Toggle.js +1 -1
  29. package/dist/components/ToggleGroup/Toggle.js +3 -2
  30. package/dist/components/ToggleGroup/ToggleGroup.js +1 -1
  31. package/dist/components/Tooltip/Tooltip.js +3 -3
  32. package/dist/{index-D3Wj0eid.js → index-bQFToy-I.js} +1 -1
  33. package/dist/main.js +1 -1
  34. package/dist/{ownerDocument-B61GUaFs.js → ownerDocument-YGhwAnr1.js} +1 -1
  35. package/dist/{useButton-Bn3MNH8I.js → useButton-DcihopJG.js} +1 -1
  36. package/dist/{useList-BpJT77u3.js → useList-B9C55YB7.js} +2 -2
  37. package/dist/{useSlotProps-kRhf7Gil.js → useSlotProps-C_I1kEHr.js} +73 -72
  38. package/package.json +1 -1
  39. package/dist/Input.module-ZTRZRcNt.js +0 -405
@@ -1,7 +1,7 @@
1
- import { g as T, a as _, _ as x, b as i, c as B, P as e, d as O, e as D } from "./useSlotProps-kRhf7Gil.js";
1
+ import { g as T, a as _, _ as x, b as i, c as B, P as e, d as O, e as D } from "./useSlotProps-C_I1kEHr.js";
2
2
  import * as c from "react";
3
3
  import { jsx as F } from "react/jsx-runtime";
4
- import { u as S } from "./useButton-Bn3MNH8I.js";
4
+ import { u as S } from "./useButton-DcihopJG.js";
5
5
  const m = "Button";
6
6
  function U(s) {
7
7
  return T(m, s);
@@ -1,9 +1,9 @@
1
1
  import * as t from "react";
2
- import { u as C, P as f } from "./useSlotProps-kRhf7Gil.js";
2
+ import { u as C, P as f } from "./useSlotProps-C_I1kEHr.js";
3
3
  import { jsx as w } from "react/jsx-runtime";
4
4
  import { u as L } from "./useEventCallback-BAQJJ3ye.js";
5
- import { o as h, e as b } from "./ownerDocument-B61GUaFs.js";
6
- import { e as g } from "./index-D3Wj0eid.js";
5
+ import { o as h, e as b } from "./ownerDocument-YGhwAnr1.js";
6
+ import { e as g } from "./index-bQFToy-I.js";
7
7
  function T(c) {
8
8
  return c.substring(2).toLowerCase();
9
9
  }
@@ -1,10 +1,10 @@
1
- import { g as jt, a as zt, _ as It, u as Ut, b as ut, c as Xt, P as x, d as Yt, e as Kt } from "./useSlotProps-kRhf7Gil.js";
1
+ import { g as jt, a as zt, _ as It, u as Ut, b as ut, c as Xt, P as x, d as Yt, e as Kt } from "./useSlotProps-C_I1kEHr.js";
2
2
  import * as b from "react";
3
3
  import { useLayoutEffect as Gt, useEffect as Jt } from "react";
4
- import { r as Qt } from "./index-D3Wj0eid.js";
4
+ import { r as Qt } from "./index-bQFToy-I.js";
5
5
  import { jsx as Z } from "react/jsx-runtime";
6
6
  import { u as Zt } from "./useEnhancedEffect-CJGo-L3B.js";
7
- import { P as qt, H as gt } from "./Portal-B_Es6eUL.js";
7
+ import { P as qt, H as gt } from "./Portal-oY3enyAm.js";
8
8
  const et = Math.min, z = Math.max, nt = Math.round, q = Math.floor, H = (t) => ({
9
9
  x: t,
10
10
  y: t
@@ -1,6 +1,6 @@
1
1
  import * as o from "react";
2
- import { r as P, e as y } from "./index-D3Wj0eid.js";
3
- import { u as T, s as a, P as i } from "./useSlotProps-kRhf7Gil.js";
2
+ import { r as P, e as y } from "./index-bQFToy-I.js";
3
+ import { u as T, s as a, P as i } from "./useSlotProps-C_I1kEHr.js";
4
4
  import { jsx as c } from "react/jsx-runtime";
5
5
  import { u as f } from "./useEnhancedEffect-CJGo-L3B.js";
6
6
  function N(t, l, s, n, u) {
@@ -4,6 +4,7 @@ import { forwardRef as y } from "react";
4
4
  import { c as s } 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
+ import "./components/Input/Input.js";
7
8
  import "./components/Button/Button.js";
8
9
  import { Adornment as v } from "./components/Adornment/Adornment.js";
9
10
  import "./components/Dialog/Dialog.js";
@@ -14,7 +15,7 @@ import "./components/Tabs/Tabs.js";
14
15
  import { s as w } from "./Group-B3p31ftp.js";
15
16
  import "./contexts/SnackbarProvider/SnackbarProvider.js";
16
17
  import { Skeleton as f } from "./components/Skeleton/Skeleton.js";
17
- import { B as x } from "./Button-DiLqcAJG.js";
18
+ import { B as x } from "./Button-BAljjMv3.js";
18
19
  const I = "_chip_1wvod_61", P = "_chip__adornment_1wvod_116", z = "_chip__remove_1wvod_121", p = {
19
20
  "u-typography-h1": "_u-typography-h1_1wvod_1",
20
21
  "u-typography-h2": "_u-typography-h2_1wvod_8",
@@ -58,7 +59,7 @@ const I = "_chip_1wvod_61", P = "_chip__adornment_1wvod_116", z = "_chip__remove
58
59
  children: _
59
60
  }
60
61
  )) : /* @__PURE__ */ i("span", { "data-testid": t["data-testid"], ref: c, className: e, children: _ });
61
- }), M = y((t, c) => {
62
+ }), O = y((t, c) => {
62
63
  const {
63
64
  label: _,
64
65
  className: o,
@@ -112,7 +113,7 @@ const I = "_chip_1wvod_61", P = "_chip__adornment_1wvod_116", z = "_chip__remove
112
113
  "row-item--clickable": "_row-item--clickable_8z1a0_13",
113
114
  "row-item--disabled": "_row-item--disabled_8z1a0_19",
114
115
  "row-item__content": "_row-item__content_8z1a0_22"
115
- }, O = y((t, c) => {
116
+ }, Q = y((t, c) => {
116
117
  const { children: _, leftAdornment: o, disabled: r, onClick: a, buttons: n, ariaLabel: e, className: u } = t, m = s(o == null ? void 0 : o.className, h["row-item__adornment"]), b = {
117
118
  onClick: (l) => {
118
119
  r || a && a(l);
@@ -148,7 +149,7 @@ const I = "_chip_1wvod_61", P = "_chip__adornment_1wvod_116", z = "_chip__remove
148
149
  ]
149
150
  }
150
151
  );
151
- }), Q = y((t, c) => {
152
+ }), V = y((t, c) => {
152
153
  const { text: _, isSelected: o = !1, value: r, onChange: a } = t;
153
154
  return /* @__PURE__ */ k(
154
155
  "label",
@@ -175,7 +176,7 @@ const I = "_chip_1wvod_61", P = "_chip__adornment_1wvod_116", z = "_chip__remove
175
176
  );
176
177
  });
177
178
  export {
178
- M as C,
179
- O as R,
180
- Q as T
179
+ O as C,
180
+ Q as R,
181
+ V as T
181
182
  };
@@ -1 +1 @@
1
- ._autocomplete_19kw3_1{margin-bottom:16px}._autocomplete__dropdown-list_19kw3_4{padding:0;margin-top:.1rem;border:solid .0625rem var(--gray-25);border-radius:.375rem}._autocomplete__dropdown-item_19kw3_10{padding:.375rem 1rem;list-style-type:none;cursor:pointer}._autocomplete__dropdown-item_19kw3_10:hover{color:var(--accent)}
1
+ ._autocomplete_pfc9v_1{position:relative;margin-bottom:16px}._autocomplete__dropdown-list_pfc9v_5{position:absolute;z-index:1;width:100%;max-height:25rem;padding:0;margin-top:.25rem;overflow-y:auto;background-color:#fff;border:solid .0625rem var(--gray-25);border-radius:.375rem}._autocomplete__dropdown-item_pfc9v_17{padding:.375rem 1rem;list-style-type:none;cursor:pointer}._autocomplete__dropdown-item_pfc9v_17:hover,._option-focused_pfc9v_26{color:var(--accent)}
@@ -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 "./useSlotProps-C_I1kEHr.js";
2
2
  import * as r from "react";
3
3
  const f = {
4
4
  blur: "list:blur",
@@ -1,51 +1,20 @@
1
- import { InputHTMLAttributes, ReactNode, SyntheticEvent } from 'react';
1
+ import { InputProps } from '../Input/Input.tsx';
2
+ import { SyntheticEvent } from 'react';
2
3
 
3
- export type AutocompleteProps<T> = Omit<InputHTMLAttributes<HTMLInputElement>, 'onChange'> & {
4
- /** Label text */
5
- label?: string;
4
+ export type AutocompleteProps<T> = Omit<InputProps, 'onChange' | 'value'> & {
6
5
  /** Object key to be used as label when options are an array of object */
7
6
  labelKey?: T extends object ? keyof T : never;
7
+ /** Object key to be used as value when options are an array of object */
8
+ valueKey?: T extends object ? keyof T : never;
9
+ /** Value */
10
+ value?: T;
8
11
  /** Options array */
9
12
  options?: Array<T>;
10
13
  /** callback for new option selected */
11
14
  onChange?: (event: SyntheticEvent<Element, Event>, newValue: T) => void;
12
15
  /** callback when characters are entered into the input box */
13
16
  onInputChange?: (event: SyntheticEvent<Element, Event>, newValue: string) => void;
14
- /** Info message text */
15
- infoMessage?: string;
16
- /** Error message text */
17
- errorMessage?: string;
18
- /** Left icon element */
19
- leftIcon?: ReactNode;
20
- /** Right icon element */
21
- rightIcon?: ReactNode;
22
- /** Input type. Default: text */
23
- type?: 'text' | 'password' | 'search';
24
- /** Hide the chars counter */
25
- hideCharsCounter?: boolean;
26
- /** CSS classes to be applied on the container element */
27
- classNameWrapper?: string;
28
- /** CSS classes to be applied on the label element */
29
- classNameLabel?: string;
30
- /** CSS classes to be applied on the input element */
31
- classNameInput?: string;
32
- /** CSS classes to be applied on the info message element */
33
- classNameInfoMessage?: string;
34
- /** CSS classes to be applied on the error message element */
35
- classNameErrorMessage?: string;
36
- /** CSS classes to be applied on the chars counter element */
37
- classNameCharsCounter?: string;
38
17
  /** Id to be applied as `data-testid` on the container element */
39
18
  'data-testid-wrapper'?: string;
40
- /** Id to be applied as `data-testid` on the label element */
41
- 'data-testid-label'?: string;
42
- /** Id to be applied as `data-testid` on the input element */
43
- 'data-testid-input'?: string;
44
- /** Id to be applied as `data-testid` on the info message element */
45
- 'data-testid-infoMessage'?: string;
46
- /** Id to be applied as `data-testid` on the error message element */
47
- 'data-testid-errorMessage'?: string;
48
- /** Id to be applied as `data-testid` on the chars counter element */
49
- 'data-testid-charsCounter'?: string;
50
19
  };
51
- export declare const Autocomplete: <T extends string | object>({ label, type, labelKey, options, infoMessage, errorMessage, leftIcon, rightIcon, id, disabled, maxLength, onChange, onInputChange, classNameLabel, classNameInput, classNameErrorMessage, classNameInfoMessage, "data-testid-label": testIdLabel, "data-testid-input": testIdInput, "data-testid-infoMessage": testIdInfoMessage, "data-testid-errorMessage": testIdErrorMessage, ...rest }: AutocompleteProps<T>) => import("react/jsx-runtime").JSX.Element;
20
+ export declare const Autocomplete: <T extends string | object>({ labelKey, valueKey, options, type, value: initialValue, onChange, onInputChange, "data-testid-wrapper": dataTestId, ...props }: AutocompleteProps<T>) => import("react/jsx-runtime").JSX.Element;