@pismo/marola 1.1.1 → 1.1.3
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.
- package/dist/Dialog.module-CE1Q-5tJ.js +29 -0
- package/dist/Group-ZXteFV4M.js +2 -1
- package/dist/Popover.module-B4boCutS.js +2 -1
- package/dist/SelectButton-DbiTJagF.js +75 -0
- package/dist/Tabs.module-BNRwj3Z0.js +2 -1
- package/dist/Toggle-BuZjueQ7.js +2 -1
- package/dist/assets/Dialog.css +1 -1
- package/dist/assets/Input.css +1 -1
- package/dist/assets/SelectButton.css +1 -1
- package/dist/components/Adornment/Adornment.js +2 -1
- package/dist/components/Advice/Advice.js +2 -1
- package/dist/components/Alert/Alert.js +2 -1
- package/dist/components/Autocomplete/Autocomplete.js +2 -1
- package/dist/components/Avatar/Avatar.js +2 -1
- package/dist/components/BankCard/BankCard.js +2 -1
- package/dist/components/Button/Button.js +2 -1
- package/dist/components/Calendar/Calendar.js +2 -1
- package/dist/components/Checkbox/Checkbox.js +2 -1
- package/dist/components/Chip/Chip.stories.d.ts +1 -1
- package/dist/components/ConfirmationDialog/ConfirmationDialog.stories.d.ts +1 -1
- package/dist/components/Description/Description.js +2 -1
- package/dist/components/Dialog/Actions.js +1 -1
- package/dist/components/Dialog/Backdrop.js +1 -1
- package/dist/components/Dialog/CloseIconButton.js +1 -1
- package/dist/components/Dialog/Dialog.js +1 -1
- package/dist/components/Dialog/Dialog.stories.d.ts +1 -1
- package/dist/components/Dialog/DialogTitle.js +1 -1
- package/dist/components/EllipsisTooltip/EllipsisTooltip.js +2 -1
- package/dist/components/EllipsisTooltip/EllipsisTooltip.stories.d.ts +1 -1
- package/dist/components/IconButton/IconButton.js +2 -1
- package/dist/components/Input/Input.js +266 -260
- package/dist/components/Input/Input.stories.d.ts +1 -0
- package/dist/components/Input/Input.test.d.ts +1 -0
- package/dist/components/InputSearch/InputSearch.js +2 -1
- package/dist/components/LoadingSpinner/LoadingSpinner.js +2 -1
- package/dist/components/LoadingSpinner/LoadingSpinner.stories.d.ts +1 -1
- package/dist/components/PageHeader/PageHeader.js +2 -1
- package/dist/components/Pagination/Pagination.js +2 -1
- package/dist/components/Popover/Popover.stories.d.ts +1 -1
- package/dist/components/RadioButton/RadioButton.js +2 -1
- package/dist/components/ResultWithChips/ResultWithChips.js +2 -1
- package/dist/components/Select/Select.d.ts +1 -0
- package/dist/components/Select/Select.js +266 -261
- package/dist/components/Select/Select.test.d.ts +1 -0
- package/dist/components/Select/SelectButton.js +1 -1
- package/dist/components/Skeleton/Skeleton.js +2 -1
- package/dist/components/Snackbar/Snackbar.js +2 -1
- package/dist/components/Snackbar/Snackbar.stories.d.ts +1 -1
- package/dist/components/SortTooltip/SortTooltip.js +2 -1
- package/dist/components/Stepper/Stepper.js +2 -1
- package/dist/components/StepperNavigator/StepperNavigator.js +2 -1
- package/dist/components/Table/Table.js +2 -1
- package/dist/components/Tag/Tag.js +2 -1
- package/dist/components/TextDisplay/TextDisplay.js +2 -1
- package/dist/components/Toggle/Toggle.js +2 -1
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.js +2 -1
- package/dist/components/Tooltip/Tooltip.stories.d.ts +1 -1
- package/dist/components/TransactionRow/TransactionRow.js +2 -1
- package/dist/components/Typography/Typography.js +2 -1
- package/dist/components/Typography/Typography.stories.d.ts +1 -1
- package/dist/contexts/SnackbarProvider/SnackbarProvider.stories.d.ts +1 -1
- package/dist/marola.css +1 -1
- package/package.json +1 -1
- package/dist/Dialog.module-BlXtafuW.js +0 -28
- package/dist/SelectButton-B38avP9u.js +0 -74
|
@@ -12,6 +12,7 @@ export default meta;
|
|
|
12
12
|
type Story = StoryObj<typeof meta>;
|
|
13
13
|
export declare const Simple: Story;
|
|
14
14
|
export declare const WithLabel: Story;
|
|
15
|
+
export declare const WithRequiredLabel: Story;
|
|
15
16
|
export declare const WithPlaceholder: Story;
|
|
16
17
|
export declare const Disabled: Story;
|
|
17
18
|
export declare const WithMaxLength: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import '../../assets/InputSearch.css';
|
|
1
2
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
3
|
import { forwardRef as p } from "react";
|
|
3
4
|
import { c as u } from "../../clsx-DB4S2d7J.js";
|
|
4
5
|
import { Icon as f } from "../Icon/Icon.js";
|
|
5
6
|
import { Input as l } from "../Input/Input.js";
|
|
6
|
-
|
|
7
|
+
const h = "_inputSearch_114e1_1", g = {
|
|
7
8
|
inputSearch: h
|
|
8
9
|
};
|
|
9
10
|
let r;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import '../../assets/LoadingSpinner.css';
|
|
1
2
|
import { jsxs as e, jsx as s } from "react/jsx-runtime";
|
|
2
3
|
import { useMemo as o } from "react";
|
|
3
4
|
import { c as t } from "../../clsx-DB4S2d7J.js";
|
|
4
|
-
|
|
5
|
+
const n = {
|
|
5
6
|
"ls-ring": "_ls-ring_elvjz_1",
|
|
6
7
|
"ls-ring--invert": "_ls-ring--invert_elvjz_34"
|
|
7
8
|
}, a = ({ invert: i = !1, classNames: r }) => {
|
|
@@ -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/
|
|
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)[];
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import '../../assets/PageHeader.css';
|
|
1
2
|
import { jsx as e, jsxs as _, Fragment as h } from "react/jsx-runtime";
|
|
2
3
|
import { useMemo as I } from "react";
|
|
3
4
|
import { c as g } from "../../clsx-DB4S2d7J.js";
|
|
4
5
|
import { Icon as P } from "../Icon/Icon.js";
|
|
5
6
|
import { IconButton as $ } from "../IconButton/IconButton.js";
|
|
6
7
|
import { Text as y } from "../Typography/Typography.js";
|
|
7
|
-
|
|
8
|
+
const a = {
|
|
8
9
|
"u-typography-h1": "_u-typography-h1_bamb5_1",
|
|
9
10
|
"u-typography-h2": "_u-typography-h2_bamb5_8",
|
|
10
11
|
"u-typography-h3": "_u-typography-h3_bamb5_15",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import '../../assets/Pagination.css';
|
|
1
2
|
import { jsxs as s, Fragment as h, jsx as a } from "react/jsx-runtime";
|
|
2
3
|
import { c as _ } from "../../clsx-DB4S2d7J.js";
|
|
3
4
|
import { Select as p } from "../Select/Select.js";
|
|
4
5
|
import C from "./usePagination.js";
|
|
5
|
-
|
|
6
|
+
const w = "_pagination_2kmrd_43", n = {
|
|
6
7
|
"u-typography-h1": "_u-typography-h1_2kmrd_1",
|
|
7
8
|
"u-typography-h2": "_u-typography-h2_2kmrd_8",
|
|
8
9
|
"u-typography-h3": "_u-typography-h3_2kmrd_15",
|
|
@@ -25,7 +25,7 @@ declare const meta: {
|
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
tags: string[];
|
|
28
|
-
decorators: ((Story: import('@storybook/
|
|
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,9 +1,10 @@
|
|
|
1
|
+
import '../../assets/RadioButton.css';
|
|
1
2
|
import { jsxs as h, jsx as t } from "react/jsx-runtime";
|
|
2
3
|
import { useState as x, useEffect as y } from "react";
|
|
3
4
|
import { c as s } from "../../clsx-DB4S2d7J.js";
|
|
4
5
|
import { Icon as C } from "../Icon/Icon.js";
|
|
5
6
|
import { Typography as S } from "../Typography/Typography.js";
|
|
6
|
-
|
|
7
|
+
const g = "_radio_1t160_1", a = {
|
|
7
8
|
radio: g,
|
|
8
9
|
"radio--label": "_radio--label_1t160_9",
|
|
9
10
|
"radio--label__disabled": "_radio--label__disabled_1t160_12",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import '../../assets/ResultWithChips.css';
|
|
1
2
|
import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
2
3
|
import { C as t } from "../../Toggle-BuZjueQ7.js";
|
|
3
|
-
|
|
4
|
+
const r = "_container_hgp0p_1", o = "_label_hgp0p_17", a = {
|
|
4
5
|
container: r,
|
|
5
6
|
"chip-item-wrapper": "_chip-item-wrapper_hgp0p_8",
|
|
6
7
|
label: o,
|