@pismo/marola 2.1.19 → 2.1.21
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-Bh6rpTyY.js → Button-BrEDdtHO.js} +2 -2
- package/dist/{ClickAwayListener-BjqhGzJh.js → ClickAwayListener-Z08peX_P.js} +3 -3
- package/dist/{Popup-aWlctE1C.js → Popup-Dffqo7wT.js} +3 -3
- package/dist/{Portal-Dc9ej3DW.js → Portal-DJapUCn6.js} +14 -13
- package/dist/{RadioButton.module-VF7v9SuY.js → RadioButton.module-RTKWJmma.js} +1 -1
- package/dist/{Toggle-DPXiwAx3.js → Toggle-SlvGYQKW.js} +48 -46
- package/dist/assets/Draggable.css +1 -0
- package/dist/assets/ResultContainer.css +1 -0
- package/dist/{combineHooksSlotProps-CNWfgylM.js → combineHooksSlotProps-BhQ14uyD.js} +5 -5
- package/dist/components/Autocomplete/Autocomplete.js +38 -38
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Chip/Chip.js +6 -3
- package/dist/components/DatePicker/DatePicker.js +4 -4
- package/dist/components/Dialog/CloseIconButton.js +1 -1
- package/dist/components/Dialog/Dialog.js +4 -4
- package/dist/components/Draggable/Draggable.d.ts +47 -0
- package/dist/components/Draggable/Draggable.js +151 -0
- package/dist/components/Draggable/Draggable.spec.d.ts +1 -0
- package/dist/components/Draggable/Draggable.stories.d.ts +44 -0
- package/dist/components/Draggable/useDraggable.d.ts +20 -0
- package/dist/components/Draggable/useDraggable.js +11 -0
- package/dist/components/IconButton/IconButton.js +1 -1
- package/dist/components/Input/Input.js +1 -1
- package/dist/components/Popover/Popover.js +2 -2
- package/dist/components/RadioButton/RadioButton.js +17 -15
- package/dist/components/RadioButton/RadioOption.js +13 -12
- package/dist/components/ResultContainer/ResultContainer.d.ts +12 -0
- package/dist/components/ResultContainer/ResultContainer.js +22 -0
- package/dist/components/ResultContainer/ResultContainer.spec.d.ts +1 -0
- package/dist/components/ResultContainer/ResultContainer.stories.d.ts +26 -0
- package/dist/components/ResultWithChips/ResultWithChips.d.ts +1 -1
- package/dist/components/ResultWithChips/ResultWithChips.js +24 -27
- package/dist/components/ResultWithChips/ResultWithChips.spec.d.ts +1 -0
- package/dist/components/ResultWithChips/ResultWithChips.stories.d.ts +26 -0
- package/dist/components/RowItem/RowItem.js +5 -3
- package/dist/components/Select/Select.js +5 -5
- package/dist/components/Snackbar/Snackbar.js +3 -3
- package/dist/components/Tabs/Tab.js +3 -3
- package/dist/components/Tabs/TabPanel.js +1 -1
- package/dist/components/Tabs/Tabs.js +3 -3
- package/dist/components/Toggle/Toggle.js +1 -1
- package/dist/components/ToggleGroup/Toggle.js +4 -2
- package/dist/components/ToggleGroup/ToggleGroup.js +1 -1
- package/dist/components/Tooltip/Tooltip.js +3 -3
- package/dist/contexts/DraggableProvider/DraggableProvider.d.ts +3 -0
- package/dist/contexts/DraggableProvider/DraggableProvider.js +6 -0
- package/dist/contexts/SnackbarProvider/SnackbarProvider.js +1 -1
- package/dist/exactProp-SYjL19cU.js +13 -0
- package/dist/{index-Bppuplgd.js → index-1UpBa69h.js} +1361 -1372
- package/dist/main.d.ts +7 -0
- package/dist/main.js +125 -102
- package/dist/{ownerDocument-CXvpb_nj.js → ownerDocument-By592Iy6.js} +1 -1
- package/dist/react-BvI-Sw9b.js +509 -0
- package/dist/{useButton-B8Y1xR88.js → useButton-CezPDte8.js} +6 -6
- package/dist/{useList-9gbS2r78.js → useList-nqLfZem8.js} +2 -2
- package/dist/{useSlotProps-C7dqSmdM.js → useSlotProps-CYHDC4TN.js} +2 -2
- package/dist/utils/draggable.d.ts +8 -0
- package/dist/utils/draggable.js +30 -0
- package/dist/utils/draggable.test.d.ts +1 -0
- package/package.json +4 -3
package/dist/main.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export * from './components/ConfirmationDialog/ConfirmationDialog';
|
|
|
17
17
|
export * from './components/DatePicker/DatePicker';
|
|
18
18
|
export * from './components/Description/Description';
|
|
19
19
|
export * from './components/Dialog/Dialog';
|
|
20
|
+
export * from './components/Draggable/Draggable';
|
|
20
21
|
export * from './components/EllipsisTooltip/EllipsisTooltip';
|
|
21
22
|
export * from './components/Fieldset/Fieldset';
|
|
22
23
|
export * from './components/Icon/Icon';
|
|
@@ -28,6 +29,7 @@ export * from './components/PageHeader/PageHeader';
|
|
|
28
29
|
export * from './components/Pagination/Pagination';
|
|
29
30
|
export * from './components/Popover/Popover';
|
|
30
31
|
export * from './components/RadioButton/RadioButton';
|
|
32
|
+
export * from './components/ResultContainer/ResultContainer';
|
|
31
33
|
export * from './components/ResultWithChips/ResultWithChips';
|
|
32
34
|
export * from './components/RowItem/RowItem';
|
|
33
35
|
export * from './components/Select/Select';
|
|
@@ -46,4 +48,9 @@ export * from './components/ToggleGroup/ToggleGroup';
|
|
|
46
48
|
export * from './components/Tooltip/Tooltip';
|
|
47
49
|
export * from './components/TransactionRow/TransactionRow';
|
|
48
50
|
export * from './components/Typography/Typography';
|
|
51
|
+
export * from './contexts/DraggableProvider/DraggableProvider';
|
|
49
52
|
export * from './contexts/SnackbarProvider/SnackbarProvider';
|
|
53
|
+
export * from './utils/draggable';
|
|
54
|
+
export * from './utils/iconsList';
|
|
55
|
+
export * from './utils/inputNumberAsText';
|
|
56
|
+
export * from './utils/styleStrings';
|
package/dist/main.js
CHANGED
|
@@ -1,116 +1,139 @@
|
|
|
1
1
|
import { Adornment as t } from "./components/Adornment/Adornment.js";
|
|
2
2
|
import { Advice as a } from "./components/Advice/Advice.js";
|
|
3
|
-
import { Alert as
|
|
4
|
-
import { Autocomplete as
|
|
3
|
+
import { Alert as f } from "./components/Alert/Alert.js";
|
|
4
|
+
import { Autocomplete as l } from "./components/Autocomplete/Autocomplete.js";
|
|
5
5
|
import { Avatar as i } from "./components/Avatar/Avatar.js";
|
|
6
|
-
import { Badge as
|
|
7
|
-
import { BankCard as
|
|
6
|
+
import { Badge as T } from "./components/Badge/Badge.js";
|
|
7
|
+
import { BankCard as c } from "./components/BankCard/BankCard.js";
|
|
8
8
|
import { Button as u } from "./components/Button/Button.js";
|
|
9
|
-
import { Calendar as
|
|
10
|
-
import { Checkbox as
|
|
11
|
-
import { C as
|
|
9
|
+
import { Calendar as b } from "./components/Calendar/Calendar.js";
|
|
10
|
+
import { Checkbox as B } from "./components/Checkbox/Checkbox.js";
|
|
11
|
+
import { C as I, R as k, T as D } from "./Toggle-SlvGYQKW.js";
|
|
12
12
|
import { ConfirmationDialog as v } from "./components/ConfirmationDialog/ConfirmationDialog.js";
|
|
13
13
|
import "./components/DatePicker/DatePicker.js";
|
|
14
|
-
import { Description as
|
|
15
|
-
import { Dialog as
|
|
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 {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
14
|
+
import { Description as P } from "./components/Description/Description.js";
|
|
15
|
+
import { Dialog as w } from "./components/Dialog/Dialog.js";
|
|
16
|
+
import { Draggable as E } from "./components/Draggable/Draggable.js";
|
|
17
|
+
import { EllipsisTooltip as M } from "./components/EllipsisTooltip/EllipsisTooltip.js";
|
|
18
|
+
import { Fieldset as H } from "./components/Fieldset/Fieldset.js";
|
|
19
|
+
import { Icon as L } from "./components/Icon/Icon.js";
|
|
20
|
+
import { IconButton as V } from "./components/IconButton/IconButton.js";
|
|
21
|
+
import { Input as j } from "./components/Input/Input.js";
|
|
22
|
+
import { InputSearch as z } from "./components/InputSearch/InputSearch.js";
|
|
23
|
+
import { LoadingSpinner as Q } from "./components/LoadingSpinner/LoadingSpinner.js";
|
|
24
|
+
import { PageHeader as X } from "./components/PageHeader/PageHeader.js";
|
|
25
|
+
import { Pagination as Z, paginationDefaultTranslations as _ } from "./components/Pagination/Pagination.js";
|
|
26
|
+
import { Popover as oo } from "./components/Popover/Popover.js";
|
|
27
|
+
import { RadioButton as eo } from "./components/RadioButton/RadioButton.js";
|
|
28
|
+
import { ResultContainer as po } from "./components/ResultContainer/ResultContainer.js";
|
|
29
|
+
import { ResultWithChips as mo } from "./components/ResultWithChips/ResultWithChips.js";
|
|
30
|
+
import { Select as xo, SelectContext as lo, SelectOption as no, useSelectContext as io } from "./components/Select/Select.js";
|
|
31
|
+
import { Skeleton as To, SkeletonCircle as go, SkeletonTable as co } from "./components/Skeleton/Skeleton.js";
|
|
32
|
+
import { Snackbar as So } from "./components/Snackbar/Snackbar.js";
|
|
33
|
+
import { SortTooltip as yo, sortTooltipDefaultTranslations as Bo } from "./components/SortTooltip/SortTooltip.js";
|
|
34
|
+
import { Stepper as Io } from "./components/Stepper/Stepper.js";
|
|
35
|
+
import { StepperNavigator as Do } from "./components/StepperNavigator/StepperNavigator.js";
|
|
36
|
+
import { TBody as vo, THead as Ao, Table as Po, Td as Ro, Th as wo, Tr as Oo } from "./components/Table/Table.js";
|
|
37
|
+
import { Tabs as Go } from "./components/Tabs/Tabs.js";
|
|
38
|
+
import { Tag as No } from "./components/Tag/Tag.js";
|
|
39
|
+
import { TextDisplay as Ko } from "./components/TextDisplay/TextDisplay.js";
|
|
40
|
+
import { ToastCard as Fo } from "./components/ToastCard/ToastCard.js";
|
|
41
|
+
import { Toggle as Wo } from "./components/Toggle/Toggle.js";
|
|
42
|
+
import { G as qo } from "./Group-DJz1rK2n.js";
|
|
43
|
+
import { Tooltip as Jo } from "./components/Tooltip/Tooltip.js";
|
|
44
|
+
import { TransactionRow as Uo } from "./components/TransactionRow/TransactionRow.js";
|
|
45
|
+
import { Text as Yo, Typography as Zo } from "./components/Typography/Typography.js";
|
|
46
|
+
import { DraggableProvider as $o } from "./contexts/DraggableProvider/DraggableProvider.js";
|
|
47
|
+
import { SnackbarContext as rr, SnackbarProvider as er, useSnackbar as tr } from "./contexts/SnackbarProvider/SnackbarProvider.js";
|
|
48
|
+
import { replaceItemsByIndex as ar, replaceItemsByKey as mr, sortItemsByIndex as fr, sortItemsByKey as xr } from "./utils/draggable.js";
|
|
49
|
+
import { iconsList as nr } from "./utils/iconsList.js";
|
|
50
|
+
import { allowOnlyIntegerNumbers as sr, allowOnlyMathSignals as Tr, allowOnlyNumbers as gr, formatDecimalValue as cr, parseToInteger as dr } from "./utils/inputNumberAsText.js";
|
|
51
|
+
import { bemify as Sr, getBEMBase as br, getBEMBlock as yr } from "./utils/styleStrings.js";
|
|
52
|
+
import { default as Cr } from "./components/Dialog/DialogTitle.js";
|
|
53
|
+
import { default as kr } from "./components/Dialog/Content.js";
|
|
54
|
+
import { default as hr } from "./components/Dialog/Actions.js";
|
|
55
|
+
import { Tab as Ar } from "./components/Tabs/Tab.js";
|
|
56
|
+
import { TabPanel as Rr } from "./components/Tabs/TabPanel.js";
|
|
50
57
|
export {
|
|
51
|
-
|
|
58
|
+
hr as Actions,
|
|
52
59
|
t as Adornment,
|
|
53
60
|
a as Advice,
|
|
54
|
-
|
|
55
|
-
|
|
61
|
+
f as Alert,
|
|
62
|
+
l as Autocomplete,
|
|
56
63
|
i as Avatar,
|
|
57
|
-
|
|
58
|
-
|
|
64
|
+
T as Badge,
|
|
65
|
+
c as BankCard,
|
|
59
66
|
u as Button,
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
67
|
+
b as Calendar,
|
|
68
|
+
B as Checkbox,
|
|
69
|
+
I as Chip,
|
|
63
70
|
v as ConfirmationDialog,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
po as
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
lo as
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
71
|
+
kr as Content,
|
|
72
|
+
P as Description,
|
|
73
|
+
w as Dialog,
|
|
74
|
+
Cr as DialogTitle,
|
|
75
|
+
E as Draggable,
|
|
76
|
+
$o as DraggableProvider,
|
|
77
|
+
M as EllipsisTooltip,
|
|
78
|
+
H as Fieldset,
|
|
79
|
+
L as Icon,
|
|
80
|
+
V as IconButton,
|
|
81
|
+
j as Input,
|
|
82
|
+
z as InputSearch,
|
|
83
|
+
Q as LoadingSpinner,
|
|
84
|
+
X as PageHeader,
|
|
85
|
+
Z as Pagination,
|
|
86
|
+
oo as Popover,
|
|
87
|
+
eo as RadioButton,
|
|
88
|
+
po as ResultContainer,
|
|
89
|
+
mo as ResultWithChips,
|
|
90
|
+
k as RowItem,
|
|
91
|
+
xo as Select,
|
|
92
|
+
lo as SelectContext,
|
|
93
|
+
no as SelectOption,
|
|
94
|
+
To as Skeleton,
|
|
95
|
+
go as SkeletonCircle,
|
|
96
|
+
co as SkeletonTable,
|
|
97
|
+
So as Snackbar,
|
|
98
|
+
rr as SnackbarContext,
|
|
99
|
+
er as SnackbarProvider,
|
|
100
|
+
yo as SortTooltip,
|
|
101
|
+
Io as Stepper,
|
|
102
|
+
Do as StepperNavigator,
|
|
103
|
+
vo as TBody,
|
|
94
104
|
Ao as THead,
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
105
|
+
Ar as Tab,
|
|
106
|
+
Rr as TabPanel,
|
|
107
|
+
Po as Table,
|
|
108
|
+
Go as Tabs,
|
|
109
|
+
No as Tag,
|
|
110
|
+
Ro as Td,
|
|
111
|
+
Yo as Text,
|
|
112
|
+
Ko as TextDisplay,
|
|
113
|
+
wo as Th,
|
|
114
|
+
Fo as ToastCard,
|
|
115
|
+
Wo as Toggle,
|
|
116
|
+
qo as ToggleGroup,
|
|
117
|
+
D as ToggleGroupItem,
|
|
118
|
+
Jo as Tooltip,
|
|
119
|
+
Oo as Tr,
|
|
120
|
+
Uo as TransactionRow,
|
|
121
|
+
Zo as Typography,
|
|
122
|
+
sr as allowOnlyIntegerNumbers,
|
|
123
|
+
Tr as allowOnlyMathSignals,
|
|
124
|
+
gr as allowOnlyNumbers,
|
|
125
|
+
Sr as bemify,
|
|
126
|
+
cr as formatDecimalValue,
|
|
127
|
+
br as getBEMBase,
|
|
128
|
+
yr as getBEMBlock,
|
|
129
|
+
nr as iconsList,
|
|
130
|
+
_ as paginationDefaultTranslations,
|
|
131
|
+
dr as parseToInteger,
|
|
132
|
+
ar as replaceItemsByIndex,
|
|
133
|
+
mr as replaceItemsByKey,
|
|
134
|
+
fr as sortItemsByIndex,
|
|
135
|
+
xr as sortItemsByKey,
|
|
136
|
+
Bo as sortTooltipDefaultTranslations,
|
|
137
|
+
io as useSelectContext,
|
|
138
|
+
tr as useSnackbar
|
|
116
139
|
};
|