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

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.
@@ -0,0 +1,63 @@
1
+ import './assets/SelectButton.css';
2
+ import { jsxs as l, jsx as _ } from "react/jsx-runtime";
3
+ import * as o from "react";
4
+ import { forwardRef as y } from "react";
5
+ import { c as u } from "./clsx-DB4S2d7J.js";
6
+ import { Typography as p } from "./components/Typography/Typography.js";
7
+ const b = "_select__listbox__option__text_1d5mc_65", m = "_select__wrapper_1d5mc_78", g = "_select__label_1d5mc_78", x = "_select_1d5mc_65", w = "_select__popup_1d5mc_87", C = "_select__listbox_1d5mc_65", f = "_select__listbox__option_1d5mc_65", v = "_select__listbox__option__icon_1d5mc_108", L = "_select__list__option__icon_1d5mc_129", e = {
8
+ "u-typography-h1": "_u-typography-h1_1d5mc_1",
9
+ "u-typography-h2": "_u-typography-h2_1d5mc_8",
10
+ "u-typography-h3": "_u-typography-h3_1d5mc_15",
11
+ "u-typography-h4": "_u-typography-h4_1d5mc_22",
12
+ "u-typography-h5": "_u-typography-h5_1d5mc_29",
13
+ "u-typography-h6": "_u-typography-h6_1d5mc_36",
14
+ "u-typography-base": "_u-typography-base_1d5mc_43",
15
+ "u-typography-base--xxl": "_u-typography-base--xxl_1d5mc_49",
16
+ "u-typography-base--xl": "_u-typography-base--xl_1d5mc_53",
17
+ "u-typography-base--lg": "_u-typography-base--lg_1d5mc_57",
18
+ "u-typography-base--sm": "_u-typography-base--sm_1d5mc_61",
19
+ "u-typography-base--bold": "_u-typography-base--bold_1d5mc_65",
20
+ select__listbox__option__text: b,
21
+ "u-typography-base--strikethrough": "_u-typography-base--strikethrough_1d5mc_68",
22
+ "u-typography-base--underlined": "_u-typography-base--underlined_1d5mc_71",
23
+ "u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_1d5mc_74",
24
+ select__wrapper: m,
25
+ select__label: g,
26
+ select: x,
27
+ select__popup: w,
28
+ select__listbox: C,
29
+ select__listbox__option: f,
30
+ select__listbox__option__icon: v,
31
+ "select__listbox__option--disabled": "_select__listbox__option--disabled_1d5mc_112",
32
+ "select__listbox__option--selected": "_select__listbox__option--selected_1d5mc_121",
33
+ select__list__option__icon: L,
34
+ "select-button": "_select-button_1d5mc_134",
35
+ "base-Select-popup": "_base-Select-popup_1d5mc_152",
36
+ "select-button__text": "_select-button__text_1d5mc_155",
37
+ "select-button__icon": "_select-button__icon_1d5mc_164",
38
+ "select-button--active": "_select-button--active_1d5mc_170"
39
+ }, S = (t) => /* @__PURE__ */ o.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ o.createElement("path", { d: "M2.11104 4.9999C2.36691 4.9999 2.62291 5.09756 2.81791 5.29287L8.11104 10.5843L13.4048 5.29053C13.7954 4.8999 14.4282 4.8999 14.8188 5.29053C15.2095 5.68115 15.2095 6.31396 14.8188 6.70459L8.81885 12.7046C8.42822 13.0952 7.79541 13.0952 7.40479 12.7046L1.40479 6.70459C1.01416 6.31396 1.01416 5.68115 1.40479 5.29053C1.59854 5.09678 1.85479 4.9999 2.11104 4.9999Z", fill: "currentColor" })), k = (t) => /* @__PURE__ */ o.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ o.createElement("path", { d: "M13.8889 11C13.633 11 13.377 10.9023 13.182 10.707L7.8889 5.41563L2.59515 10.7094C2.20453 11.1 1.57172 11.1 1.18109 10.7094C0.790466 10.3188 0.790466 9.68594 1.18109 9.29532L7.18109 3.29532C7.57172 2.90469 8.20453 2.90469 8.59515 3.29532L14.5952 9.29532C14.9858 9.68594 14.9858 10.3188 14.5952 10.7094C14.4014 10.9031 14.1452 11 13.8889 11Z", fill: "#3F3D4B", fillOpacity: 0.88 })), A = y((t, a) => {
40
+ const { children: i, disabled: r, className: n, "data-testid": d, prefix: s, onClick: h } = t, c = t["aria-expanded"];
41
+ return /* @__PURE__ */ l(
42
+ "button",
43
+ {
44
+ className: u(n, c ? e["select-button--active"] : "", e["select-button"]),
45
+ type: "button",
46
+ onClick: h,
47
+ disabled: r,
48
+ "data-testid": d,
49
+ ref: a,
50
+ children: [
51
+ /* @__PURE__ */ l("span", { className: e["select-button__text"], children: [
52
+ s && /* @__PURE__ */ _(p, { children: s }),
53
+ /* @__PURE__ */ _(p, { children: i })
54
+ ] }),
55
+ /* @__PURE__ */ _("span", { className: e["select-button__icon"], children: c ? /* @__PURE__ */ _(k, {}) : /* @__PURE__ */ _(S, {}) })
56
+ ]
57
+ }
58
+ );
59
+ });
60
+ export {
61
+ A as S,
62
+ e as s
63
+ };
@@ -1 +1 @@
1
- ._u-typography-h1_jbvcl_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_jbvcl_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_jbvcl_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_jbvcl_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_jbvcl_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_jbvcl_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_jbvcl_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_jbvcl_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_jbvcl_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_jbvcl_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_jbvcl_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_jbvcl_65,._select__listbox__option__text_jbvcl_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_jbvcl_68{text-decoration:line-through}._u-typography-base--underlined_jbvcl_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_jbvcl_74{text-decoration:underline line-through}._select_jbvcl_65{background-color:red}._select__popup_jbvcl_81{z-index:9999}._select__listbox_jbvcl_65{min-width:10.75rem;max-height:400px;padding:.5rem;margin-top:.25rem;overflow-y:auto;background-color:#fff;border-radius:var(--border-radius);box-shadow:0 6px 12px rgba(var(--black-100-rgb),20%)}._select__listbox__option_jbvcl_65{display:flex;padding:.625rem;color:rgba(var(--gray-95-rgb),88%);list-style:none;cursor:pointer;border-radius:var(--border-radius-soft)}._select__listbox__option__icon_jbvcl_102{display:flex;margin-right:.5rem}._select__listbox__option_jbvcl_65:hover:not(._select__listbox__option--disabled_jbvcl_106){padding:.625rem;color:var(--accent);background-color:rgba(var(--black-100-rgb),4%);border-radius:var(--border-radius-soft)}._select__listbox__option_jbvcl_65:active:not(._select__listbox__option--disabled_jbvcl_106){color:var(--accent-dark)}._select__listbox__option--selected_jbvcl_115{background-color:var(--accent-lighter)}._select__listbox__option--disabled_jbvcl_106{color:rgba(var(--gray-95-rgb),25%);cursor:default;border:transparent}._select__listbox__option--disabled_jbvcl_106 ._select__list__option__icon_jbvcl_123{color:rgba(var(--gray-95-rgb),25%);fill:rgba(var(--gray-95-rgb),25%)}._select-button_jbvcl_128{display:flex;gap:.5rem;align-items:center;justify-content:space-between;width:11.875rem;min-width:fit-content;padding:.625rem 1rem;color:rgba(var(--gray-95-rgb),88%);cursor:pointer;background-color:var(--white-100);border:1px solid rgba(var(--black-100-rgb),6%);border-radius:var(--border-radius);outline:none}._select-button_jbvcl_128+input[aria-hidden=true]{position:fixed!important}._select-button_jbvcl_128 ._base-Select-popup_jbvcl_146{z-index:1}._select-button__text_jbvcl_149{display:flex;gap:.5rem;width:100%;overflow:hidden;text-align:start;text-overflow:ellipsis;text-wrap:nowrap}._select-button__icon_jbvcl_158{display:flex}._select-button__icon_jbvcl_158 svg{color:rgba(var(--gray-95-rgb),88%)}._select-button--active_jbvcl_164{border:1px solid var(--accent)}._select-button_jbvcl_128:disabled{color:rgba(var(--gray-95-rgb),25%);cursor:default;border:1px solid var(--gray-10)}._select-button_jbvcl_128:disabled ._select-button__icon_jbvcl_158 svg{color:rgba(var(--gray-95-rgb),25%)}._select-button_jbvcl_128:hover:not(._select-button_jbvcl_128:disabled){border:1px solid var(--gray-25)}._select-button_jbvcl_128:focus:not(._select-button_jbvcl_128:disabled),._select-button_jbvcl_128:active:not(._select-button_jbvcl_128:disabled){border:1px solid var(--accent)}
1
+ ._u-typography-h1_1d5mc_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_1d5mc_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_1d5mc_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_1d5mc_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_1d5mc_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_1d5mc_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_1d5mc_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_1d5mc_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_1d5mc_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_1d5mc_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_1d5mc_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_1d5mc_65,._select__listbox__option__text_1d5mc_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_1d5mc_68{text-decoration:line-through}._u-typography-base--underlined_1d5mc_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_1d5mc_74{text-decoration:underline line-through}._select__wrapper_1d5mc_78 ._select__label_1d5mc_78{display:block;margin-bottom:.3125rem;color:var(--gray-75)}._select_1d5mc_65{background-color:red}._select__popup_1d5mc_87{z-index:9999}._select__listbox_1d5mc_65{min-width:10.75rem;max-height:400px;padding:.5rem;margin-top:.25rem;overflow-y:auto;background-color:#fff;border-radius:var(--border-radius);box-shadow:0 6px 12px rgba(var(--black-100-rgb),20%)}._select__listbox__option_1d5mc_65{display:flex;padding:.625rem;color:rgba(var(--gray-95-rgb),88%);list-style:none;cursor:pointer;border-radius:var(--border-radius-soft)}._select__listbox__option__icon_1d5mc_108{display:flex;margin-right:.5rem}._select__listbox__option_1d5mc_65:hover:not(._select__listbox__option--disabled_1d5mc_112){padding:.625rem;color:var(--accent);background-color:rgba(var(--black-100-rgb),4%);border-radius:var(--border-radius-soft)}._select__listbox__option_1d5mc_65:active:not(._select__listbox__option--disabled_1d5mc_112){color:var(--accent-dark)}._select__listbox__option--selected_1d5mc_121{background-color:var(--accent-lighter)}._select__listbox__option--disabled_1d5mc_112{color:rgba(var(--gray-95-rgb),25%);cursor:default;border:transparent}._select__listbox__option--disabled_1d5mc_112 ._select__list__option__icon_1d5mc_129{color:rgba(var(--gray-95-rgb),25%);fill:rgba(var(--gray-95-rgb),25%)}._select-button_1d5mc_134{display:flex;gap:.5rem;align-items:center;justify-content:space-between;width:11.875rem;min-width:fit-content;padding:.625rem 1rem;color:rgba(var(--gray-95-rgb),88%);cursor:pointer;background-color:var(--white-100);border:1px solid rgba(var(--black-100-rgb),6%);border-radius:var(--border-radius);outline:none}._select-button_1d5mc_134+input[aria-hidden=true]{position:fixed!important}._select-button_1d5mc_134 ._base-Select-popup_1d5mc_152{z-index:1}._select-button__text_1d5mc_155{display:flex;gap:.5rem;width:100%;overflow:hidden;text-align:start;text-overflow:ellipsis;text-wrap:nowrap}._select-button__icon_1d5mc_164{display:flex}._select-button__icon_1d5mc_164 svg{color:rgba(var(--gray-95-rgb),88%)}._select-button--active_1d5mc_170{border:1px solid var(--accent)}._select-button_1d5mc_134:disabled{color:rgba(var(--gray-95-rgb),25%);cursor:default;border:1px solid var(--gray-10)}._select-button_1d5mc_134:disabled ._select-button__icon_1d5mc_164 svg{color:rgba(var(--gray-95-rgb),25%)}._select-button_1d5mc_134:hover:not(._select-button_1d5mc_134:disabled){border:1px solid var(--gray-25)}._select-button_1d5mc_134:focus:not(._select-button_1d5mc_134:disabled),._select-button_1d5mc_134:active:not(._select-button_1d5mc_134:disabled){border:1px solid var(--accent)}
@@ -17,4 +17,4 @@ export type AutocompleteProps<T> = Omit<InputProps, 'onChange' | 'value'> & {
17
17
  /** Id to be applied as `data-testid` on the container element */
18
18
  'data-testid-wrapper'?: string;
19
19
  };
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;
20
+ export declare const Autocomplete: <T extends string | object>({ labelKey, valueKey, options, type, value, onChange, onInputChange, "data-testid-wrapper": dataTestId, ...props }: AutocompleteProps<T>) => import("react/jsx-runtime").JSX.Element;