@pismo/marola 1.0.0-beta.69 → 1.0.0-beta.8
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/{Button-BAljjMv3.js → Button-DiLqcAJG.js} +2 -2
- package/dist/{ClickAwayListener-DbEYZpyh.js → ClickAwayListener-BaJ-OV_7.js} +3 -3
- package/dist/Dialog.module-DFEmFdYT.js +30 -0
- package/dist/Group-B3p31ftp.js +26 -0
- package/dist/Input.module-iOYlI_1w.js +405 -0
- package/dist/{Popup-Ck3XlWMq.js → Popup-lLWZt2wk.js} +3 -3
- package/dist/{Portal-oY3enyAm.js → Portal-B_Es6eUL.js} +2 -2
- package/dist/SelectButton-K3OIfR5m.js +61 -0
- package/dist/{Tabs.module-BGGTkDc5.js → Tabs.module-jkH1Qjn7.js} +7 -7
- package/dist/Toggle-BSvvbKBp.js +175 -0
- package/dist/assets/Advice.css +1 -1
- package/dist/assets/Autocomplete.css +1 -1
- package/dist/assets/Button.css +1 -1
- package/dist/assets/Checkbox.css +1 -1
- package/dist/assets/Dialog.css +1 -1
- package/dist/assets/EllipsisTooltip.css +1 -1
- package/dist/assets/Group.css +1 -1
- package/dist/assets/IconButton.css +1 -1
- package/dist/assets/Input.css +1 -1
- package/dist/assets/PageHeader.css +1 -1
- package/dist/assets/Pagination.css +1 -1
- package/dist/assets/SelectButton.css +1 -1
- package/dist/assets/Skeleton.css +1 -1
- package/dist/assets/Snackbar.css +1 -1
- package/dist/assets/SortTooltip.css +1 -1
- package/dist/assets/Stepper.css +1 -1
- package/dist/assets/Table.css +1 -1
- package/dist/assets/Tabs.css +1 -1
- package/dist/assets/Toggle.css +1 -1
- package/dist/assets/Toggle2.css +1 -1
- package/dist/assets/Typography.css +1 -1
- package/dist/{combineHooksSlotProps-C-zYvfnF.js → combineHooksSlotProps-BtBYUV_B.js} +1 -1
- package/dist/components/Adornment/Adornment.d.ts +2 -11
- package/dist/components/Adornment/Adornment.js +6 -6
- package/dist/components/Advice/Advice.d.ts +17 -32
- package/dist/components/Advice/Advice.js +40 -39
- package/dist/components/Advice/Advice.stories.d.ts +3 -4
- package/dist/components/Autocomplete/Autocomplete.d.ts +42 -12
- package/dist/components/Autocomplete/Autocomplete.js +435 -425
- package/dist/components/Autocomplete/Autocomplete.stories.d.ts +25 -3
- package/dist/components/Button/Button.d.ts +0 -2
- package/dist/components/Button/Button.js +49 -51
- package/dist/components/Checkbox/Checkbox.js +52 -52
- package/dist/components/Chip/Chip.d.ts +4 -6
- package/dist/components/Chip/Chip.js +6 -10
- package/dist/components/Chip/Chip.stories.d.ts +15 -6
- package/dist/components/Dialog/Actions.js +1 -1
- package/dist/components/Dialog/Backdrop.d.ts +3 -3
- package/dist/components/Dialog/Backdrop.js +7 -8
- package/dist/components/Dialog/CloseIconButton.d.ts +2 -1
- package/dist/components/Dialog/CloseIconButton.js +18 -15
- package/dist/components/Dialog/Dialog.d.ts +10 -16
- package/dist/components/Dialog/Dialog.js +167 -167
- package/dist/components/Dialog/Dialog.stories.d.ts +69 -75
- package/dist/components/Dialog/DialogTitle.d.ts +2 -5
- package/dist/components/Dialog/DialogTitle.js +16 -22
- package/dist/components/EllipsisTooltip/EllipsisTooltip.js +17 -30
- package/dist/components/EllipsisTooltip/EllipsisTooltip.stories.d.ts +1 -2
- package/dist/components/Icon/Icon.js +51 -331
- package/dist/components/Icon/types.d.ts +1 -1
- package/dist/components/IconButton/IconButton.js +42 -42
- package/dist/components/Input/Input.d.ts +5 -26
- package/dist/components/Input/Input.js +102 -514
- package/dist/components/Input/Input.stories.d.ts +21 -2
- package/dist/components/InputSearch/InputSearch.d.ts +7 -37
- package/dist/components/InputSearch/InputSearch.js +29 -27
- package/dist/components/InputSearch/InputSearch.stories.d.ts +3 -15
- package/dist/components/LoadingSpinner/LoadingSpinner.stories.d.ts +1 -1
- package/dist/components/PageHeader/PageHeader.d.ts +2 -6
- package/dist/components/PageHeader/PageHeader.js +71 -78
- package/dist/components/PageHeader/PageHeader.stories.d.ts +1 -3
- package/dist/components/Pagination/Pagination.d.ts +1 -5
- package/dist/components/Pagination/Pagination.js +91 -90
- package/dist/components/Pagination/Pagination.stories.d.ts +1 -1
- package/dist/components/RowItem/RowItem.d.ts +2 -2
- package/dist/components/RowItem/RowItem.js +5 -9
- package/dist/components/Select/Select.d.ts +0 -22
- package/dist/components/Select/Select.js +414 -476
- package/dist/components/Select/SelectButton.d.ts +0 -2
- package/dist/components/Select/SelectButton.js +2 -3
- package/dist/components/Skeleton/Skeleton.d.ts +1 -3
- package/dist/components/Skeleton/Skeleton.js +14 -20
- package/dist/components/Skeleton/SkeletonTable.stories.d.ts +1 -1
- package/dist/components/Snackbar/Snackbar.js +93 -93
- package/dist/components/Snackbar/Snackbar.stories.d.ts +1 -1
- package/dist/components/SortTooltip/SortTooltip.js +46 -46
- package/dist/components/Stepper/Stepper.js +35 -35
- package/dist/components/Table/Table.d.ts +1 -3
- package/dist/components/Table/Table.js +99 -87
- package/dist/components/Table/Table.stories.d.ts +1 -1
- package/dist/components/Tabs/Tab.d.ts +3 -5
- package/dist/components/Tabs/Tab.js +35 -36
- package/dist/components/Tabs/TabPanel.d.ts +2 -4
- package/dist/components/Tabs/TabPanel.js +38 -48
- package/dist/components/Tabs/Tabs.d.ts +4 -6
- package/dist/components/Tabs/Tabs.js +112 -115
- package/dist/components/TextDisplay/TextDisplay.d.ts +3 -7
- package/dist/components/TextDisplay/TextDisplay.js +37 -44
- package/dist/components/TextDisplay/TextDisplay.stories.d.ts +1 -2
- package/dist/components/Toggle/Toggle.js +55 -55
- package/dist/components/ToggleGroup/Group.d.ts +0 -2
- package/dist/components/ToggleGroup/Group.js +2 -4
- package/dist/components/ToggleGroup/Toggle.d.ts +0 -2
- package/dist/components/ToggleGroup/Toggle.js +4 -8
- package/dist/components/ToggleGroup/ToggleGroup.js +2 -2
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +1 -3
- package/dist/components/Tooltip/Tooltip.d.ts +1 -3
- package/dist/components/Tooltip/Tooltip.js +4 -4
- package/dist/components/Tooltip/Tooltip.stories.d.ts +1 -2
- package/dist/components/Typography/Typography.js +47 -47
- package/dist/components/Typography/Typography.stories.d.ts +1 -1
- package/dist/contexts/SnackbarProvider/SnackbarProvider.js +30 -34
- package/dist/contexts/SnackbarProvider/SnackbarProvider.stories.d.ts +1 -1
- package/dist/{index-bQFToy-I.js → index-D3Wj0eid.js} +1 -1
- package/dist/main.d.ts +0 -8
- package/dist/main.js +79 -95
- package/dist/marola.css +1 -1
- package/dist/{ownerDocument-YGhwAnr1.js → ownerDocument-B61GUaFs.js} +1 -1
- package/dist/test-utils/assertStyles.d.ts +1 -1
- package/dist/{useButton-DcihopJG.js → useButton-Bn3MNH8I.js} +1 -1
- package/dist/{useList-B9C55YB7.js → useList-BpJT77u3.js} +2 -2
- package/dist/{useSlotProps-C_I1kEHr.js → useSlotProps-kRhf7Gil.js} +72 -73
- package/package.json +13 -22
- package/dist/Dialog.module-W7UCXlf3.js +0 -29
- package/dist/Group-DspH8hyO.js +0 -30
- package/dist/Popover.module-B4boCutS.js +0 -10
- package/dist/SelectButton-B38avP9u.js +0 -75
- package/dist/Toggle-MfR7l8Wn.js +0 -190
- package/dist/assets/Alert.css +0 -1
- package/dist/assets/Avatar.css +0 -1
- package/dist/assets/Description.css +0 -1
- package/dist/assets/Popover.css +0 -1
- package/dist/assets/RadioButton.css +0 -1
- package/dist/assets/ResultWithChips.css +0 -1
- package/dist/assets/StepperNavigator.css +0 -1
- package/dist/components/Adornment/Adornment.stories.d.ts +0 -14
- package/dist/components/Adornment/adornment.test.d.ts +0 -1
- package/dist/components/Alert/Alert.d.ts +0 -11
- package/dist/components/Alert/Alert.js +0 -46
- package/dist/components/Alert/Alert.stories.d.ts +0 -24
- package/dist/components/Alert/Alert.test.d.ts +0 -1
- package/dist/components/Avatar/Avatar.d.ts +0 -15
- package/dist/components/Avatar/Avatar.js +0 -51
- package/dist/components/Avatar/Avatar.stories.d.ts +0 -25
- package/dist/components/ConfirmationDialog/ConfirmationDialog.d.ts +0 -14
- package/dist/components/ConfirmationDialog/ConfirmationDialog.js +0 -37
- package/dist/components/ConfirmationDialog/ConfirmationDialog.stories.d.ts +0 -23
- package/dist/components/ConfirmationDialog/ConfirmationModal.test.d.ts +0 -1
- package/dist/components/Description/Description.d.ts +0 -21
- package/dist/components/Description/Description.js +0 -66
- package/dist/components/Description/Description.stories.d.ts +0 -22
- package/dist/components/Description/Description.test.d.ts +0 -1
- package/dist/components/PageHeader/PageHeader.test.d.ts +0 -1
- package/dist/components/Popover/Popover.d.ts +0 -32
- package/dist/components/Popover/Popover.js +0 -24
- package/dist/components/Popover/Popover.stories.d.ts +0 -34
- package/dist/components/Popover/PopoverBody.d.ts +0 -6
- package/dist/components/Popover/PopoverBody.js +0 -6
- package/dist/components/Popover/PopoverFooter.d.ts +0 -6
- package/dist/components/Popover/PopoverFooter.js +0 -6
- package/dist/components/Popover/PopoverHeader.d.ts +0 -6
- package/dist/components/Popover/PopoverHeader.js +0 -6
- package/dist/components/RadioButton/RadioButton.d.ts +0 -19
- package/dist/components/RadioButton/RadioButton.js +0 -37
- package/dist/components/RadioButton/RadioButton.stories.d.ts +0 -24
- package/dist/components/RadioButton/RadioButton.test.d.ts +0 -1
- package/dist/components/ResultWithChips/ResultWithChips.d.ts +0 -12
- package/dist/components/ResultWithChips/ResultWithChips.js +0 -33
- package/dist/components/RowItem/RowItem.stories.d.ts +0 -17
- package/dist/components/RowItem/rowItem.test.d.ts +0 -1
- package/dist/components/StepperNavigator/StepperNavigator.d.ts +0 -58
- package/dist/components/StepperNavigator/StepperNavigator.js +0 -115
- package/dist/components/StepperNavigator/StepperNavigator.stories.d.ts +0 -18
- package/dist/components/StepperNavigator/StepperNavigator.test.d.ts +0 -1
package/dist/main.d.ts
CHANGED
|
@@ -4,14 +4,10 @@
|
|
|
4
4
|
*/
|
|
5
5
|
export * from './components/Adornment/Adornment';
|
|
6
6
|
export * from './components/Advice/Advice';
|
|
7
|
-
export * from './components/Alert/Alert';
|
|
8
7
|
export * from './components/Autocomplete/Autocomplete';
|
|
9
|
-
export * from './components/Avatar/Avatar';
|
|
10
8
|
export * from './components/Button/Button';
|
|
11
9
|
export * from './components/Checkbox/Checkbox';
|
|
12
10
|
export * from './components/Chip/Chip';
|
|
13
|
-
export * from './components/ConfirmationDialog/ConfirmationDialog';
|
|
14
|
-
export * from './components/Description/Description';
|
|
15
11
|
export * from './components/Dialog/Dialog';
|
|
16
12
|
export * from './components/EllipsisTooltip/EllipsisTooltip';
|
|
17
13
|
export * from './components/Icon/Icon';
|
|
@@ -21,16 +17,12 @@ export * from './components/InputSearch/InputSearch';
|
|
|
21
17
|
export * from './components/LoadingSpinner/LoadingSpinner';
|
|
22
18
|
export * from './components/PageHeader/PageHeader';
|
|
23
19
|
export * from './components/Pagination/Pagination';
|
|
24
|
-
export * from './components/Popover/Popover';
|
|
25
|
-
export * from './components/RadioButton/RadioButton';
|
|
26
|
-
export * from './components/ResultWithChips/ResultWithChips';
|
|
27
20
|
export * from './components/RowItem/RowItem';
|
|
28
21
|
export * from './components/Select/Select';
|
|
29
22
|
export * from './components/Skeleton/Skeleton';
|
|
30
23
|
export * from './components/Snackbar/Snackbar';
|
|
31
24
|
export * from './components/SortTooltip/SortTooltip';
|
|
32
25
|
export * from './components/Stepper/Stepper';
|
|
33
|
-
export * from './components/StepperNavigator/StepperNavigator';
|
|
34
26
|
export * from './components/Table/Table';
|
|
35
27
|
export * from './components/Tabs/Tabs';
|
|
36
28
|
export * from './components/TextDisplay/TextDisplay';
|
package/dist/main.js
CHANGED
|
@@ -1,99 +1,83 @@
|
|
|
1
|
-
import { Adornment as
|
|
1
|
+
import { Adornment as e } from "./components/Adornment/Adornment.js";
|
|
2
2
|
import { Advice as p } from "./components/Advice/Advice.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import { Tooltip as Po } from "./components/Tooltip/Tooltip.js";
|
|
35
|
-
import { Text as Bo, Typography as Ro } from "./components/Typography/Typography.js";
|
|
36
|
-
import { SnackbarContext as Ho, SnackbarProvider as wo, useSnackbar as Eo } from "./contexts/SnackbarProvider/SnackbarProvider.js";
|
|
37
|
-
import { default as No } from "./components/Dialog/DialogTitle.js";
|
|
38
|
-
import { default as Wo } from "./components/Dialog/Content.js";
|
|
39
|
-
import { default as qo } from "./components/Dialog/Actions.js";
|
|
40
|
-
import { Tab as Fo } from "./components/Tabs/Tab.js";
|
|
41
|
-
import { TabPanel as Ko } from "./components/Tabs/TabPanel.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-BSvvbKBp.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 I } from "./components/IconButton/IconButton.js";
|
|
11
|
+
import { Input as D } from "./components/Input/Input.js";
|
|
12
|
+
import { InputSearch as A } from "./components/InputSearch/InputSearch.js";
|
|
13
|
+
import { LoadingSpinner as B } from "./components/LoadingSpinner/LoadingSpinner.js";
|
|
14
|
+
import { PageHeader as v } from "./components/PageHeader/PageHeader.js";
|
|
15
|
+
import { Pagination as R, paginationDefaultTranslations as w } from "./components/Pagination/Pagination.js";
|
|
16
|
+
import { Select as L, SelectOption as O } from "./components/Select/Select.js";
|
|
17
|
+
import { Skeleton as q, SkeletonCircle as z, SkeletonTable as F } from "./components/Skeleton/Skeleton.js";
|
|
18
|
+
import { Snackbar as K } from "./components/Snackbar/Snackbar.js";
|
|
19
|
+
import { SortTooltip as N, sortTooltipDefaultTranslations as Q } from "./components/SortTooltip/SortTooltip.js";
|
|
20
|
+
import { Stepper as V } from "./components/Stepper/Stepper.js";
|
|
21
|
+
import { TBody as X, THead as Y, Table as Z, Td as _, Th as $, Tr as oo } from "./components/Table/Table.js";
|
|
22
|
+
import { Tabs as eo } from "./components/Tabs/Tabs.js";
|
|
23
|
+
import { TextDisplay as po } from "./components/TextDisplay/TextDisplay.js";
|
|
24
|
+
import { Toggle as fo } from "./components/Toggle/Toggle.js";
|
|
25
|
+
import { G as xo } from "./Group-B3p31ftp.js";
|
|
26
|
+
import { Tooltip as lo } from "./components/Tooltip/Tooltip.js";
|
|
27
|
+
import { Text as To, Typography as so } from "./components/Typography/Typography.js";
|
|
28
|
+
import { SnackbarContext as go, SnackbarProvider as uo, useSnackbar as So } from "./contexts/SnackbarProvider/SnackbarProvider.js";
|
|
29
|
+
import { default as ko } from "./components/Dialog/DialogTitle.js";
|
|
30
|
+
import { default as Io } from "./components/Dialog/Content.js";
|
|
31
|
+
import { default as Do } from "./components/Dialog/Actions.js";
|
|
32
|
+
import { Tab as Ao } from "./components/Tabs/Tab.js";
|
|
33
|
+
import { TabPanel as Bo } from "./components/Tabs/TabPanel.js";
|
|
42
34
|
export {
|
|
43
|
-
|
|
44
|
-
|
|
35
|
+
Do as Actions,
|
|
36
|
+
e as Adornment,
|
|
45
37
|
p as Advice,
|
|
46
|
-
f as
|
|
47
|
-
x as
|
|
48
|
-
|
|
49
|
-
T as
|
|
50
|
-
|
|
51
|
-
u as
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
q as
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
Io as ToggleGroup,
|
|
92
|
-
d as ToggleGroupItem,
|
|
93
|
-
Po as Tooltip,
|
|
94
|
-
uo as Tr,
|
|
95
|
-
Ro as Typography,
|
|
96
|
-
z as paginationDefaultTranslations,
|
|
97
|
-
ao as sortTooltipDefaultTranslations,
|
|
98
|
-
Eo as useSnackbar
|
|
38
|
+
f as Autocomplete,
|
|
39
|
+
x as Button,
|
|
40
|
+
l as Checkbox,
|
|
41
|
+
T as Chip,
|
|
42
|
+
Io as Content,
|
|
43
|
+
u as Dialog,
|
|
44
|
+
ko as DialogTitle,
|
|
45
|
+
d as EllipsisTooltip,
|
|
46
|
+
k as Icon,
|
|
47
|
+
I as IconButton,
|
|
48
|
+
D as Input,
|
|
49
|
+
A as InputSearch,
|
|
50
|
+
B as LoadingSpinner,
|
|
51
|
+
v as PageHeader,
|
|
52
|
+
R as Pagination,
|
|
53
|
+
s as RowItem,
|
|
54
|
+
L as Select,
|
|
55
|
+
O as SelectOption,
|
|
56
|
+
q as Skeleton,
|
|
57
|
+
z as SkeletonCircle,
|
|
58
|
+
F as SkeletonTable,
|
|
59
|
+
K as Snackbar,
|
|
60
|
+
go as SnackbarContext,
|
|
61
|
+
uo as SnackbarProvider,
|
|
62
|
+
N as SortTooltip,
|
|
63
|
+
V as Stepper,
|
|
64
|
+
X as TBody,
|
|
65
|
+
Y as THead,
|
|
66
|
+
Ao as Tab,
|
|
67
|
+
Bo as TabPanel,
|
|
68
|
+
Z as Table,
|
|
69
|
+
eo as Tabs,
|
|
70
|
+
_ as Td,
|
|
71
|
+
To as Text,
|
|
72
|
+
po as TextDisplay,
|
|
73
|
+
$ as Th,
|
|
74
|
+
fo as Toggle,
|
|
75
|
+
xo as ToggleGroup,
|
|
76
|
+
c as ToggleGroupItem,
|
|
77
|
+
lo as Tooltip,
|
|
78
|
+
oo as Tr,
|
|
79
|
+
so as Typography,
|
|
80
|
+
w as paginationDefaultTranslations,
|
|
81
|
+
Q as sortTooltipDefaultTranslations,
|
|
82
|
+
So as useSnackbar
|
|
99
83
|
};
|
package/dist/marola.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--secondary-orange: #ffa945;--secondary-orange-rgb: 255, 169, 69;--secondary-orange-dark: #fe8d53;--secondary-orange-dark-rgb: 254, 141, 83;--secondary-orange-light: #525061;--secondary-orange-light-rgb: 82, 80, 97;--secondary-green: #99dec3;--secondary-green-rgb: 153, 222, 195;--secondary-green-dark: #6acbb1;--secondary-green-dark-rgb: 106, 203, 177;--secondary-green-darker: #31aa7e;--secondary-green-darker-rgb: 49, 170, 126;--secondary-green-light: #baedd9;--secondary-green-light-rgb: 186, 237, 217;--accent: #1897f3;--accent-rgb: 24, 151, 243;--accent-dark: #1672c7;--accent-dark-rgb: 22, 114, 199;--accent-light: #4fb1f9;--accent-light-rgb: 79, 177, 249;--accent-lighter: #8ae1fd;--accent-lighter-rgb: 138, 225, 253;--alert: #df4561;--alert-rgb: 223, 69, 97;--alert-dark: #bb2b45;--alert-dark-rgb: 187, 43, 69;--accent-alert-light: #f37c91;--accent-alert-light-rgb: 243, 124, 145;--cream: #fafafa;--cream-rgb: 250, 250, 250;--hover: #42b7ff;--hover-rgb: 66, 183, 255;--active: #0a75cc;--active-rgb: 10, 117, 204;--border: #d9d9d9;--border-rgb: 217, 217, 217
|
|
1
|
+
:root{--secondary-orange: #ffa945;--secondary-orange-rgb: 255, 169, 69;--secondary-orange-dark: #fe8d53;--secondary-orange-dark-rgb: 254, 141, 83;--secondary-orange-light: #525061;--secondary-orange-light-rgb: 82, 80, 97;--secondary-green: #99dec3;--secondary-green-rgb: 153, 222, 195;--secondary-green-dark: #6acbb1;--secondary-green-dark-rgb: 106, 203, 177;--secondary-green-darker: #31aa7e;--secondary-green-darker-rgb: 49, 170, 126;--secondary-green-light: #baedd9;--secondary-green-light-rgb: 186, 237, 217;--accent: #1897f3;--accent-rgb: 24, 151, 243;--accent-dark: #1672c7;--accent-dark-rgb: 22, 114, 199;--accent-light: #4fb1f9;--accent-light-rgb: 79, 177, 249;--accent-lighter: #8ae1fd;--accent-lighter-rgb: 138, 225, 253;--alert: #df4561;--alert-rgb: 223, 69, 97;--alert-dark: #bb2b45;--alert-dark-rgb: 187, 43, 69;--accent-alert-light: #f37c91;--accent-alert-light-rgb: 243, 124, 145;--cream: #fafafa;--cream-rgb: 250, 250, 250;--hover: #42b7ff;--hover-rgb: 66, 183, 255;--active: #0a75cc;--active-rgb: 10, 117, 204;--border: #d9d9d9;--border-rgb: 217, 217, 217}:root{--gray-100: #16161e;--gray-100-rgb: 22, 22, 30;--gray-95: #3f3d4b;--gray-95-rgb: 63, 61, 75;--gray-90: #525061;--gray-90-rgb: 82, 80, 97;--gray-75: #838192;--gray-75-rgb: 131, 129, 146;--gray-50: #bcbac8;--gray-50-rgb: 188, 186, 200;--gray-25: #dbdae2;--gray-25-rgb: 219, 218, 226;--gray-10: #ebeaf0;--gray-10-rgb: 235, 234, 240;--gray-5: #f7f7fc;--gray-5-rgb: 247, 247, 252;--black-100: #000000;--black-100-rgb: 0, 0, 0;--black-75: #616161;--black-75-rgb: 97, 97, 97;--black-50: #838192;--black-50-rgb: 131, 129, 146;--black-25: #bcbac8;--black-25-rgb: 188, 186, 200;--black-10: #ebeaf0;--black-10-rgb: 235, 234, 240;--white-100: #ffffff;--white-100-rgb: 255, 255, 255}:root{--heading-font-weight: 700;--heading-font-size-1: 3.75rem;--heading-line-height-1: 4.875rem;--heading-font-size-2: 3rem;--heading-line-height-2: 4rem;--heading-font-size-3: 2.25rem;--heading-line-height-3: 2.875rem;--heading-font-size-4: 1.875rem;--heading-line-height-4: 2.375rem;--heading-font-size-5: 1.5rem;--heading-line-height-5: 2rem;--heading-font-size-6: 1.25rem;--heading-line-height-6: 1.75rem;--base-font-size: .875rem;--base-line-height: 1.375rem;--base-weight: 400;--base-bold: 700;--base-font-size-sm: .75rem;--base-line-height-sm: 1.25rem;--base-font-size-lg: 1rem;--base-line-height-lg: 1.5rem;--base-font-size-xl: 1.25rem;--base-line-height-xl: 1.75rem;--base-font-size-xxl: 1.5rem;--base-line-height-xxl: 2rem}:root{--heading-font-weight: 700;--heading-font-size-xl: 3.75rem;--heading-line-height-xl: 4.875rem;--heading-font-size-l: 3rem;--heading-line-height-l: 3.9375rem;--heading-font-size: 2.25rem;--heading-line-height: 2.875rem;--heading-font-size-s: 1.5rem;--heading-line-height-s: 2rem;--body-font-size: 1rem;--body-line-height: 1.3125rem;--body-weight: normal;--body-bold: bold;--body-font-size-large: 1.5rem;--body-line-height-large: 1.625rem;--body-font-size-medium: 1.125;--body-line-height-medium: 1rem;--body-font-size-small: .875rem;--body-line-height-small: 1.125rem;--body-font-size-tiny: .75rem;--body-line-height-tiny: 1rem;--quote-font-size-large: 1.5rem;--quote-line-height-large: 2rem;--quote-font-weight-large: normal;--quote-font-size: 1rem;--quote-line-height: 1.3125rem;--quote-font-weight: normal;--form-input-font-size: 1rem;--form-input-line-height: 1.3125rem;--form-input-font-weight: bold;--form-hint-font-size: .875rem;--form-hint-line-height: 1.3125rem;--form-hint-font-weight: normal;--form-label-font-size: .875rem;--form-label-line-height: 1.3125rem;--form-label-font-weight: normal;--form-dropdown-font-size: 1rem;--form-dropdown-line-height: 1.3125rem;--form-dropdown-font-weight: normal;--table-font-size: .875rem;--table-line-height: 1.0625rem;--table-header-font-weight: bold;--table-body-font-weight: normal;--table-body-secondary-line-height: 1.3125rem;--button-font-size: 1rem;--button-line-height: 1.25rem;--button-font-weight: bold;--font-size-small: .75rem;--font-weight-small: 400;--font-line-height-small: 1.25rem;--font-weight-700: 700}:root{--spacing: 8px;--border-radius: 6px;--border-radius-soft: 4px;--transition-soft: .3s;--transition-long: .75s}*{box-sizing:border-box}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const assertClassesApplied: (expectedClasses: string[] | null, component: HTMLElement
|
|
1
|
+
export declare const assertClassesApplied: (expectedClasses: string[] | null, component: HTMLElement) => void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { b as p, u as re, f as ie } from "./useSlotProps-
|
|
1
|
+
import { b as p, u as re, f as ie } from "./useSlotProps-kRhf7Gil.js";
|
|
2
2
|
import * as f from "react";
|
|
3
|
-
import { L as x } from "./combineHooksSlotProps-
|
|
3
|
+
import { L as x } from "./combineHooksSlotProps-BtBYUV_B.js";
|
|
4
4
|
function W(t, e, r = (n, l) => n === l) {
|
|
5
5
|
return t.length === e.length && t.every((n, l) => r(n, e[l]));
|
|
6
6
|
}
|
|
@@ -11,7 +11,19 @@ function Y() {
|
|
|
11
11
|
return e;
|
|
12
12
|
}, Y.apply(this, arguments);
|
|
13
13
|
}
|
|
14
|
-
function _e(e) {
|
|
14
|
+
function _e(e, s) {
|
|
15
|
+
if (e == null)
|
|
16
|
+
return {};
|
|
17
|
+
var t = {};
|
|
18
|
+
for (var n in e)
|
|
19
|
+
if (Object.prototype.hasOwnProperty.call(e, n)) {
|
|
20
|
+
if (s.indexOf(n) >= 0)
|
|
21
|
+
continue;
|
|
22
|
+
t[n] = e[n];
|
|
23
|
+
}
|
|
24
|
+
return t;
|
|
25
|
+
}
|
|
26
|
+
function Re(e) {
|
|
15
27
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
16
28
|
}
|
|
17
29
|
var se = { exports: {} }, V = { exports: {} }, P = {};
|
|
@@ -24,7 +36,7 @@ var se = { exports: {} }, V = { exports: {} }, P = {};
|
|
|
24
36
|
* LICENSE file in the root directory of this source tree.
|
|
25
37
|
*/
|
|
26
38
|
var de;
|
|
27
|
-
function
|
|
39
|
+
function xe() {
|
|
28
40
|
if (de)
|
|
29
41
|
return P;
|
|
30
42
|
de = 1;
|
|
@@ -100,7 +112,7 @@ var O = {};
|
|
|
100
112
|
* LICENSE file in the root directory of this source tree.
|
|
101
113
|
*/
|
|
102
114
|
var pe;
|
|
103
|
-
function
|
|
115
|
+
function we() {
|
|
104
116
|
return pe || (pe = 1, process.env.NODE_ENV !== "production" && function() {
|
|
105
117
|
var e = typeof Symbol == "function" && Symbol.for, s = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, c = e ? Symbol.for("react.strict_mode") : 60108, u = e ? Symbol.for("react.profiler") : 60114, h = e ? Symbol.for("react.provider") : 60109, f = e ? Symbol.for("react.context") : 60110, _ = e ? Symbol.for("react.async_mode") : 60111, v = e ? Symbol.for("react.concurrent_mode") : 60111, m = e ? Symbol.for("react.forward_ref") : 60112, S = e ? Symbol.for("react.suspense") : 60113, x = e ? Symbol.for("react.suspense_list") : 60120, w = e ? Symbol.for("react.memo") : 60115, $ = e ? Symbol.for("react.lazy") : 60116, R = e ? Symbol.for("react.block") : 60121, I = e ? Symbol.for("react.fundamental") : 60117, q = e ? Symbol.for("react.responder") : 60118, F = e ? Symbol.for("react.scope") : 60119;
|
|
106
118
|
function j(o) {
|
|
@@ -184,7 +196,7 @@ function xe() {
|
|
|
184
196
|
}
|
|
185
197
|
var ye;
|
|
186
198
|
function Se() {
|
|
187
|
-
return ye || (ye = 1, process.env.NODE_ENV === "production" ? V.exports =
|
|
199
|
+
return ye || (ye = 1, process.env.NODE_ENV === "production" ? V.exports = xe() : V.exports = we()), V.exports;
|
|
188
200
|
}
|
|
189
201
|
/*
|
|
190
202
|
object-assign
|
|
@@ -192,7 +204,7 @@ object-assign
|
|
|
192
204
|
@license MIT
|
|
193
205
|
*/
|
|
194
206
|
var re, ve;
|
|
195
|
-
function
|
|
207
|
+
function Ae() {
|
|
196
208
|
if (ve)
|
|
197
209
|
return re;
|
|
198
210
|
ve = 1;
|
|
@@ -251,7 +263,7 @@ function Pe() {
|
|
|
251
263
|
return be || (be = 1, ne = Function.call.bind(Object.prototype.hasOwnProperty)), ne;
|
|
252
264
|
}
|
|
253
265
|
var oe, he;
|
|
254
|
-
function
|
|
266
|
+
function je() {
|
|
255
267
|
if (he)
|
|
256
268
|
return oe;
|
|
257
269
|
he = 1;
|
|
@@ -301,11 +313,11 @@ function Ae() {
|
|
|
301
313
|
}, oe = c, oe;
|
|
302
314
|
}
|
|
303
315
|
var ie, Ee;
|
|
304
|
-
function
|
|
316
|
+
function $e() {
|
|
305
317
|
if (Ee)
|
|
306
318
|
return ie;
|
|
307
319
|
Ee = 1;
|
|
308
|
-
var e = Se(), s =
|
|
320
|
+
var e = Se(), s = Ae(), t = ce(), n = Pe(), c = je(), u = function() {
|
|
309
321
|
};
|
|
310
322
|
process.env.NODE_ENV !== "production" && (u = function(f) {
|
|
311
323
|
var _ = "Warning: " + f;
|
|
@@ -623,7 +635,7 @@ Valid keys: ` + JSON.stringify(Object.keys(r), null, " ")
|
|
|
623
635
|
}, ie;
|
|
624
636
|
}
|
|
625
637
|
var ae, ge;
|
|
626
|
-
function
|
|
638
|
+
function Ie() {
|
|
627
639
|
if (ge)
|
|
628
640
|
return ae;
|
|
629
641
|
ge = 1;
|
|
@@ -672,37 +684,14 @@ function $e() {
|
|
|
672
684
|
}, ae;
|
|
673
685
|
}
|
|
674
686
|
if (process.env.NODE_ENV !== "production") {
|
|
675
|
-
var
|
|
676
|
-
se.exports =
|
|
687
|
+
var Me = Se(), qe = !0;
|
|
688
|
+
se.exports = $e()(Me.isElement, qe);
|
|
677
689
|
} else
|
|
678
|
-
se.exports =
|
|
679
|
-
var
|
|
680
|
-
const Ke = /* @__PURE__ */
|
|
681
|
-
function
|
|
682
|
-
typeof e == "
|
|
683
|
-
}
|
|
684
|
-
function De(...e) {
|
|
685
|
-
return ue.useMemo(() => e.every((s) => s == null) ? null : (s) => {
|
|
686
|
-
e.forEach((t) => {
|
|
687
|
-
Ye(t, s);
|
|
688
|
-
});
|
|
689
|
-
}, e);
|
|
690
|
-
}
|
|
691
|
-
function Qe(e, s, t = void 0) {
|
|
692
|
-
const n = {};
|
|
693
|
-
return Object.keys(e).forEach(
|
|
694
|
-
// `Object.keys(slots)` can't be wider than `T` because we infer `T` from `slots`.
|
|
695
|
-
// @ts-expect-error https://github.com/microsoft/TypeScript/pull/12253#issuecomment-263132208
|
|
696
|
-
(c) => {
|
|
697
|
-
n[c] = e[c].reduce((u, h) => {
|
|
698
|
-
if (h) {
|
|
699
|
-
const f = s(h);
|
|
700
|
-
f !== "" && u.push(f), t && t[h] && u.push(t[h]);
|
|
701
|
-
}
|
|
702
|
-
return u;
|
|
703
|
-
}, []).join(" ");
|
|
704
|
-
}
|
|
705
|
-
), n;
|
|
690
|
+
se.exports = Ie()();
|
|
691
|
+
var Ye = se.exports;
|
|
692
|
+
const Ke = /* @__PURE__ */ Re(Ye);
|
|
693
|
+
function De(e) {
|
|
694
|
+
return typeof e == "string";
|
|
706
695
|
}
|
|
707
696
|
const ke = {
|
|
708
697
|
active: "active",
|
|
@@ -717,41 +706,51 @@ const ke = {
|
|
|
717
706
|
readOnly: "readOnly",
|
|
718
707
|
required: "required",
|
|
719
708
|
selected: "selected"
|
|
720
|
-
};
|
|
721
|
-
function We(e
|
|
722
|
-
if (e == null)
|
|
723
|
-
return {};
|
|
724
|
-
var t = {};
|
|
725
|
-
for (var n in e)
|
|
726
|
-
if (Object.prototype.hasOwnProperty.call(e, n)) {
|
|
727
|
-
if (s.indexOf(n) >= 0)
|
|
728
|
-
continue;
|
|
729
|
-
t[n] = e[n];
|
|
730
|
-
}
|
|
731
|
-
return t;
|
|
732
|
-
}
|
|
733
|
-
function Le(e) {
|
|
734
|
-
return typeof e == "string";
|
|
735
|
-
}
|
|
736
|
-
const Oe = "base";
|
|
737
|
-
function Ne(e) {
|
|
709
|
+
}, Oe = "base";
|
|
710
|
+
function We(e) {
|
|
738
711
|
return `${Oe}--${e}`;
|
|
739
712
|
}
|
|
740
|
-
function
|
|
713
|
+
function Le(e, s) {
|
|
741
714
|
return `${Oe}-${e}-${s}`;
|
|
742
715
|
}
|
|
743
|
-
function
|
|
716
|
+
function Ne(e, s) {
|
|
744
717
|
const t = ke[s];
|
|
745
|
-
return t ?
|
|
718
|
+
return t ? We(t) : Le(e, s);
|
|
746
719
|
}
|
|
747
|
-
function
|
|
720
|
+
function Qe(e, s) {
|
|
748
721
|
const t = {};
|
|
749
722
|
return s.forEach((n) => {
|
|
750
|
-
t[n] =
|
|
723
|
+
t[n] = Ne(e, n);
|
|
751
724
|
}), t;
|
|
752
725
|
}
|
|
726
|
+
function Fe(e, s) {
|
|
727
|
+
typeof e == "function" ? e(s) : e && (e.current = s);
|
|
728
|
+
}
|
|
729
|
+
function Ue(...e) {
|
|
730
|
+
return ue.useMemo(() => e.every((s) => s == null) ? null : (s) => {
|
|
731
|
+
e.forEach((t) => {
|
|
732
|
+
Fe(t, s);
|
|
733
|
+
});
|
|
734
|
+
}, e);
|
|
735
|
+
}
|
|
736
|
+
function er(e, s, t = void 0) {
|
|
737
|
+
const n = {};
|
|
738
|
+
return Object.keys(e).forEach(
|
|
739
|
+
// `Object.keys(slots)` can't be wider than `T` because we infer `T` from `slots`.
|
|
740
|
+
// @ts-expect-error https://github.com/microsoft/TypeScript/pull/12253#issuecomment-263132208
|
|
741
|
+
(c) => {
|
|
742
|
+
n[c] = e[c].reduce((u, h) => {
|
|
743
|
+
if (h) {
|
|
744
|
+
const f = s(h);
|
|
745
|
+
f !== "" && u.push(f), t && t[h] && u.push(t[h]);
|
|
746
|
+
}
|
|
747
|
+
return u;
|
|
748
|
+
}, []).join(" ");
|
|
749
|
+
}
|
|
750
|
+
), n;
|
|
751
|
+
}
|
|
753
752
|
function ze(e, s, t) {
|
|
754
|
-
return e === void 0 ||
|
|
753
|
+
return e === void 0 || De(e) ? s : Y({}, s, {
|
|
755
754
|
ownerState: Y({}, s.ownerState, t)
|
|
756
755
|
});
|
|
757
756
|
}
|
|
@@ -813,28 +812,28 @@ function tr(e) {
|
|
|
813
812
|
externalSlotProps: n,
|
|
814
813
|
ownerState: c,
|
|
815
814
|
skipResolvingSlotProps: u = !1
|
|
816
|
-
} = e, h =
|
|
815
|
+
} = e, h = _e(e, Xe), f = u ? {} : Be(n, c), {
|
|
817
816
|
props: _,
|
|
818
817
|
internalRef: v
|
|
819
818
|
} = Je(Y({}, h, {
|
|
820
819
|
externalSlotProps: f
|
|
821
|
-
})), m =
|
|
820
|
+
})), m = Ue(v, f == null ? void 0 : f.ref, (s = e.additionalProps) == null ? void 0 : s.ref);
|
|
822
821
|
return ze(t, Y({}, _, {
|
|
823
822
|
ref: m
|
|
824
823
|
}), c);
|
|
825
824
|
}
|
|
826
825
|
export {
|
|
827
826
|
Ke as P,
|
|
828
|
-
|
|
829
|
-
|
|
827
|
+
_e as _,
|
|
828
|
+
Qe as a,
|
|
830
829
|
Y as b,
|
|
831
830
|
tr as c,
|
|
832
|
-
|
|
831
|
+
er as d,
|
|
833
832
|
rr as e,
|
|
834
833
|
Ve as f,
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
834
|
+
Ne as g,
|
|
835
|
+
Re as h,
|
|
836
|
+
De as i,
|
|
837
|
+
Fe as s,
|
|
838
|
+
Ue as u
|
|
840
839
|
};
|
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.
|
|
4
|
+
"version": "1.0.0-beta.8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -34,29 +34,22 @@
|
|
|
34
34
|
"prebuild": "yarn export-files & yarn generate-icon-types",
|
|
35
35
|
"build": "tsc --p ./tsconfig-build.json && vite build && mv ./dist/assets/marola.css ./dist",
|
|
36
36
|
"postbuild": "storybook build --disable-telemetry --output-dir build",
|
|
37
|
-
"storybook": "storybook dev -p 6006"
|
|
38
|
-
"prepare": "husky"
|
|
37
|
+
"storybook": "storybook dev -p 6006"
|
|
39
38
|
},
|
|
40
39
|
"peerDependencies": {
|
|
41
40
|
"react": "^18.2.0",
|
|
42
41
|
"react-dom": "^18.2.0"
|
|
43
42
|
},
|
|
44
43
|
"devDependencies": {
|
|
45
|
-
"@commitlint/cli": "^19.3.0",
|
|
46
|
-
"@commitlint/config-conventional": "^19.2.2",
|
|
47
44
|
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
|
|
48
|
-
"@storybook/addon-a11y": "^8.
|
|
49
|
-
"@storybook/addon-essentials": "^8.
|
|
50
|
-
"@storybook/addon-interactions": "^8.
|
|
51
|
-
"@storybook/addon-links": "^8.
|
|
52
|
-
"@storybook/blocks": "^8.
|
|
53
|
-
"@storybook/
|
|
54
|
-
"@storybook/
|
|
55
|
-
"@storybook/
|
|
56
|
-
"@storybook/react-vite": "^8.3.4",
|
|
57
|
-
"@storybook/test": "^8.3.4",
|
|
58
|
-
"@storybook/theming": "^8.3.4",
|
|
59
|
-
"@testing-library/jest-dom": "^6.4.6",
|
|
45
|
+
"@storybook/addon-a11y": "^8.0.8",
|
|
46
|
+
"@storybook/addon-essentials": "^8.0.8",
|
|
47
|
+
"@storybook/addon-interactions": "^8.0.8",
|
|
48
|
+
"@storybook/addon-links": "^8.0.8",
|
|
49
|
+
"@storybook/blocks": "^8.0.8",
|
|
50
|
+
"@storybook/react": "^8.0.8",
|
|
51
|
+
"@storybook/react-vite": "^8.0.8",
|
|
52
|
+
"@storybook/test": "^8.0.8",
|
|
60
53
|
"@testing-library/react": "^15.0.5",
|
|
61
54
|
"@types/node": "^20.12.2",
|
|
62
55
|
"@types/react": "^18.2.66",
|
|
@@ -64,7 +57,6 @@
|
|
|
64
57
|
"@typescript-eslint/eslint-plugin": "^7.6.0",
|
|
65
58
|
"@typescript-eslint/parser": "^7.6.0",
|
|
66
59
|
"@vitejs/plugin-react": "^4.2.1",
|
|
67
|
-
"@vitest/coverage-v8": "^1.4.0",
|
|
68
60
|
"clsx": "^2.1.0",
|
|
69
61
|
"commitlint": "^19.2.1",
|
|
70
62
|
"cypress": "^13.8.1",
|
|
@@ -74,16 +66,15 @@
|
|
|
74
66
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
75
67
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
76
68
|
"eslint-plugin-simple-import-sort": "^12.0.0",
|
|
77
|
-
"eslint-plugin-storybook": "^0.
|
|
69
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
78
70
|
"glob": "^10.3.14",
|
|
79
71
|
"husky": "^9.0.11",
|
|
80
72
|
"jsdom": "^24.0.0",
|
|
81
|
-
"lint-staged": "^15.2.7",
|
|
82
73
|
"prettier": "^3.2.5",
|
|
83
74
|
"react": "^18.2.0",
|
|
84
75
|
"react-dom": "^18.2.0",
|
|
85
76
|
"sass": "^1.72.0",
|
|
86
|
-
"storybook": "^8.
|
|
77
|
+
"storybook": "^8.0.8",
|
|
87
78
|
"stylelint": "^16.3.1",
|
|
88
79
|
"stylelint-config-recess-order": "^5.0.0",
|
|
89
80
|
"stylelint-config-standard-scss": "^13.1.0",
|
|
@@ -100,4 +91,4 @@
|
|
|
100
91
|
"@mui/base": "^5.0.0-beta.40",
|
|
101
92
|
"@mui/material": "^5.15.15"
|
|
102
93
|
}
|
|
103
|
-
}
|
|
94
|
+
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import './assets/Dialog.css';
|
|
2
|
-
const _ = "_dialog_1vpwu_78", p = "_dialog__backdrop_1vpwu_88", a = "_dialog__panel_1vpwu_96", o = "_dialog__title_1vpwu_112", u = "_dialog__subtitle_1vpwu_119", t = "_dialog__divider_1vpwu_123", y = "_dialog__actions_1vpwu_137", g = {
|
|
3
|
-
"u-typography-h1": "_u-typography-h1_1vpwu_1",
|
|
4
|
-
"u-typography-h2": "_u-typography-h2_1vpwu_8",
|
|
5
|
-
"u-typography-h3": "_u-typography-h3_1vpwu_15",
|
|
6
|
-
"u-typography-h4": "_u-typography-h4_1vpwu_22",
|
|
7
|
-
"u-typography-h5": "_u-typography-h5_1vpwu_29",
|
|
8
|
-
"u-typography-h6": "_u-typography-h6_1vpwu_36",
|
|
9
|
-
"u-typography-base": "_u-typography-base_1vpwu_43",
|
|
10
|
-
"u-typography-base--xxl": "_u-typography-base--xxl_1vpwu_49",
|
|
11
|
-
"u-typography-base--xl": "_u-typography-base--xl_1vpwu_53",
|
|
12
|
-
"u-typography-base--lg": "_u-typography-base--lg_1vpwu_57",
|
|
13
|
-
"u-typography-base--sm": "_u-typography-base--sm_1vpwu_61",
|
|
14
|
-
"u-typography-base--bold": "_u-typography-base--bold_1vpwu_65",
|
|
15
|
-
"u-typography-base--strikethrough": "_u-typography-base--strikethrough_1vpwu_68",
|
|
16
|
-
"u-typography-base--underlined": "_u-typography-base--underlined_1vpwu_71",
|
|
17
|
-
"u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_1vpwu_74",
|
|
18
|
-
dialog: _,
|
|
19
|
-
dialog__backdrop: p,
|
|
20
|
-
dialog__panel: a,
|
|
21
|
-
dialog__title: o,
|
|
22
|
-
dialog__subtitle: u,
|
|
23
|
-
dialog__divider: t,
|
|
24
|
-
"dialog__close-icon": "_dialog__close-icon_1vpwu_127",
|
|
25
|
-
dialog__actions: y
|
|
26
|
-
};
|
|
27
|
-
export {
|
|
28
|
-
g as s
|
|
29
|
-
};
|