@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.
Files changed (174) hide show
  1. package/dist/{Button-BAljjMv3.js → Button-DiLqcAJG.js} +2 -2
  2. package/dist/{ClickAwayListener-DbEYZpyh.js → ClickAwayListener-BaJ-OV_7.js} +3 -3
  3. package/dist/Dialog.module-DFEmFdYT.js +30 -0
  4. package/dist/Group-B3p31ftp.js +26 -0
  5. package/dist/Input.module-iOYlI_1w.js +405 -0
  6. package/dist/{Popup-Ck3XlWMq.js → Popup-lLWZt2wk.js} +3 -3
  7. package/dist/{Portal-oY3enyAm.js → Portal-B_Es6eUL.js} +2 -2
  8. package/dist/SelectButton-K3OIfR5m.js +61 -0
  9. package/dist/{Tabs.module-BGGTkDc5.js → Tabs.module-jkH1Qjn7.js} +7 -7
  10. package/dist/Toggle-BSvvbKBp.js +175 -0
  11. package/dist/assets/Advice.css +1 -1
  12. package/dist/assets/Autocomplete.css +1 -1
  13. package/dist/assets/Button.css +1 -1
  14. package/dist/assets/Checkbox.css +1 -1
  15. package/dist/assets/Dialog.css +1 -1
  16. package/dist/assets/EllipsisTooltip.css +1 -1
  17. package/dist/assets/Group.css +1 -1
  18. package/dist/assets/IconButton.css +1 -1
  19. package/dist/assets/Input.css +1 -1
  20. package/dist/assets/PageHeader.css +1 -1
  21. package/dist/assets/Pagination.css +1 -1
  22. package/dist/assets/SelectButton.css +1 -1
  23. package/dist/assets/Skeleton.css +1 -1
  24. package/dist/assets/Snackbar.css +1 -1
  25. package/dist/assets/SortTooltip.css +1 -1
  26. package/dist/assets/Stepper.css +1 -1
  27. package/dist/assets/Table.css +1 -1
  28. package/dist/assets/Tabs.css +1 -1
  29. package/dist/assets/Toggle.css +1 -1
  30. package/dist/assets/Toggle2.css +1 -1
  31. package/dist/assets/Typography.css +1 -1
  32. package/dist/{combineHooksSlotProps-C-zYvfnF.js → combineHooksSlotProps-BtBYUV_B.js} +1 -1
  33. package/dist/components/Adornment/Adornment.d.ts +2 -11
  34. package/dist/components/Adornment/Adornment.js +6 -6
  35. package/dist/components/Advice/Advice.d.ts +17 -32
  36. package/dist/components/Advice/Advice.js +40 -39
  37. package/dist/components/Advice/Advice.stories.d.ts +3 -4
  38. package/dist/components/Autocomplete/Autocomplete.d.ts +42 -12
  39. package/dist/components/Autocomplete/Autocomplete.js +435 -425
  40. package/dist/components/Autocomplete/Autocomplete.stories.d.ts +25 -3
  41. package/dist/components/Button/Button.d.ts +0 -2
  42. package/dist/components/Button/Button.js +49 -51
  43. package/dist/components/Checkbox/Checkbox.js +52 -52
  44. package/dist/components/Chip/Chip.d.ts +4 -6
  45. package/dist/components/Chip/Chip.js +6 -10
  46. package/dist/components/Chip/Chip.stories.d.ts +15 -6
  47. package/dist/components/Dialog/Actions.js +1 -1
  48. package/dist/components/Dialog/Backdrop.d.ts +3 -3
  49. package/dist/components/Dialog/Backdrop.js +7 -8
  50. package/dist/components/Dialog/CloseIconButton.d.ts +2 -1
  51. package/dist/components/Dialog/CloseIconButton.js +18 -15
  52. package/dist/components/Dialog/Dialog.d.ts +10 -16
  53. package/dist/components/Dialog/Dialog.js +167 -167
  54. package/dist/components/Dialog/Dialog.stories.d.ts +69 -75
  55. package/dist/components/Dialog/DialogTitle.d.ts +2 -5
  56. package/dist/components/Dialog/DialogTitle.js +16 -22
  57. package/dist/components/EllipsisTooltip/EllipsisTooltip.js +17 -30
  58. package/dist/components/EllipsisTooltip/EllipsisTooltip.stories.d.ts +1 -2
  59. package/dist/components/Icon/Icon.js +51 -331
  60. package/dist/components/Icon/types.d.ts +1 -1
  61. package/dist/components/IconButton/IconButton.js +42 -42
  62. package/dist/components/Input/Input.d.ts +5 -26
  63. package/dist/components/Input/Input.js +102 -514
  64. package/dist/components/Input/Input.stories.d.ts +21 -2
  65. package/dist/components/InputSearch/InputSearch.d.ts +7 -37
  66. package/dist/components/InputSearch/InputSearch.js +29 -27
  67. package/dist/components/InputSearch/InputSearch.stories.d.ts +3 -15
  68. package/dist/components/LoadingSpinner/LoadingSpinner.stories.d.ts +1 -1
  69. package/dist/components/PageHeader/PageHeader.d.ts +2 -6
  70. package/dist/components/PageHeader/PageHeader.js +71 -78
  71. package/dist/components/PageHeader/PageHeader.stories.d.ts +1 -3
  72. package/dist/components/Pagination/Pagination.d.ts +1 -5
  73. package/dist/components/Pagination/Pagination.js +91 -90
  74. package/dist/components/Pagination/Pagination.stories.d.ts +1 -1
  75. package/dist/components/RowItem/RowItem.d.ts +2 -2
  76. package/dist/components/RowItem/RowItem.js +5 -9
  77. package/dist/components/Select/Select.d.ts +0 -22
  78. package/dist/components/Select/Select.js +414 -476
  79. package/dist/components/Select/SelectButton.d.ts +0 -2
  80. package/dist/components/Select/SelectButton.js +2 -3
  81. package/dist/components/Skeleton/Skeleton.d.ts +1 -3
  82. package/dist/components/Skeleton/Skeleton.js +14 -20
  83. package/dist/components/Skeleton/SkeletonTable.stories.d.ts +1 -1
  84. package/dist/components/Snackbar/Snackbar.js +93 -93
  85. package/dist/components/Snackbar/Snackbar.stories.d.ts +1 -1
  86. package/dist/components/SortTooltip/SortTooltip.js +46 -46
  87. package/dist/components/Stepper/Stepper.js +35 -35
  88. package/dist/components/Table/Table.d.ts +1 -3
  89. package/dist/components/Table/Table.js +99 -87
  90. package/dist/components/Table/Table.stories.d.ts +1 -1
  91. package/dist/components/Tabs/Tab.d.ts +3 -5
  92. package/dist/components/Tabs/Tab.js +35 -36
  93. package/dist/components/Tabs/TabPanel.d.ts +2 -4
  94. package/dist/components/Tabs/TabPanel.js +38 -48
  95. package/dist/components/Tabs/Tabs.d.ts +4 -6
  96. package/dist/components/Tabs/Tabs.js +112 -115
  97. package/dist/components/TextDisplay/TextDisplay.d.ts +3 -7
  98. package/dist/components/TextDisplay/TextDisplay.js +37 -44
  99. package/dist/components/TextDisplay/TextDisplay.stories.d.ts +1 -2
  100. package/dist/components/Toggle/Toggle.js +55 -55
  101. package/dist/components/ToggleGroup/Group.d.ts +0 -2
  102. package/dist/components/ToggleGroup/Group.js +2 -4
  103. package/dist/components/ToggleGroup/Toggle.d.ts +0 -2
  104. package/dist/components/ToggleGroup/Toggle.js +4 -8
  105. package/dist/components/ToggleGroup/ToggleGroup.js +2 -2
  106. package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +1 -3
  107. package/dist/components/Tooltip/Tooltip.d.ts +1 -3
  108. package/dist/components/Tooltip/Tooltip.js +4 -4
  109. package/dist/components/Tooltip/Tooltip.stories.d.ts +1 -2
  110. package/dist/components/Typography/Typography.js +47 -47
  111. package/dist/components/Typography/Typography.stories.d.ts +1 -1
  112. package/dist/contexts/SnackbarProvider/SnackbarProvider.js +30 -34
  113. package/dist/contexts/SnackbarProvider/SnackbarProvider.stories.d.ts +1 -1
  114. package/dist/{index-bQFToy-I.js → index-D3Wj0eid.js} +1 -1
  115. package/dist/main.d.ts +0 -8
  116. package/dist/main.js +79 -95
  117. package/dist/marola.css +1 -1
  118. package/dist/{ownerDocument-YGhwAnr1.js → ownerDocument-B61GUaFs.js} +1 -1
  119. package/dist/test-utils/assertStyles.d.ts +1 -1
  120. package/dist/{useButton-DcihopJG.js → useButton-Bn3MNH8I.js} +1 -1
  121. package/dist/{useList-B9C55YB7.js → useList-BpJT77u3.js} +2 -2
  122. package/dist/{useSlotProps-C_I1kEHr.js → useSlotProps-kRhf7Gil.js} +72 -73
  123. package/package.json +13 -22
  124. package/dist/Dialog.module-W7UCXlf3.js +0 -29
  125. package/dist/Group-DspH8hyO.js +0 -30
  126. package/dist/Popover.module-B4boCutS.js +0 -10
  127. package/dist/SelectButton-B38avP9u.js +0 -75
  128. package/dist/Toggle-MfR7l8Wn.js +0 -190
  129. package/dist/assets/Alert.css +0 -1
  130. package/dist/assets/Avatar.css +0 -1
  131. package/dist/assets/Description.css +0 -1
  132. package/dist/assets/Popover.css +0 -1
  133. package/dist/assets/RadioButton.css +0 -1
  134. package/dist/assets/ResultWithChips.css +0 -1
  135. package/dist/assets/StepperNavigator.css +0 -1
  136. package/dist/components/Adornment/Adornment.stories.d.ts +0 -14
  137. package/dist/components/Adornment/adornment.test.d.ts +0 -1
  138. package/dist/components/Alert/Alert.d.ts +0 -11
  139. package/dist/components/Alert/Alert.js +0 -46
  140. package/dist/components/Alert/Alert.stories.d.ts +0 -24
  141. package/dist/components/Alert/Alert.test.d.ts +0 -1
  142. package/dist/components/Avatar/Avatar.d.ts +0 -15
  143. package/dist/components/Avatar/Avatar.js +0 -51
  144. package/dist/components/Avatar/Avatar.stories.d.ts +0 -25
  145. package/dist/components/ConfirmationDialog/ConfirmationDialog.d.ts +0 -14
  146. package/dist/components/ConfirmationDialog/ConfirmationDialog.js +0 -37
  147. package/dist/components/ConfirmationDialog/ConfirmationDialog.stories.d.ts +0 -23
  148. package/dist/components/ConfirmationDialog/ConfirmationModal.test.d.ts +0 -1
  149. package/dist/components/Description/Description.d.ts +0 -21
  150. package/dist/components/Description/Description.js +0 -66
  151. package/dist/components/Description/Description.stories.d.ts +0 -22
  152. package/dist/components/Description/Description.test.d.ts +0 -1
  153. package/dist/components/PageHeader/PageHeader.test.d.ts +0 -1
  154. package/dist/components/Popover/Popover.d.ts +0 -32
  155. package/dist/components/Popover/Popover.js +0 -24
  156. package/dist/components/Popover/Popover.stories.d.ts +0 -34
  157. package/dist/components/Popover/PopoverBody.d.ts +0 -6
  158. package/dist/components/Popover/PopoverBody.js +0 -6
  159. package/dist/components/Popover/PopoverFooter.d.ts +0 -6
  160. package/dist/components/Popover/PopoverFooter.js +0 -6
  161. package/dist/components/Popover/PopoverHeader.d.ts +0 -6
  162. package/dist/components/Popover/PopoverHeader.js +0 -6
  163. package/dist/components/RadioButton/RadioButton.d.ts +0 -19
  164. package/dist/components/RadioButton/RadioButton.js +0 -37
  165. package/dist/components/RadioButton/RadioButton.stories.d.ts +0 -24
  166. package/dist/components/RadioButton/RadioButton.test.d.ts +0 -1
  167. package/dist/components/ResultWithChips/ResultWithChips.d.ts +0 -12
  168. package/dist/components/ResultWithChips/ResultWithChips.js +0 -33
  169. package/dist/components/RowItem/RowItem.stories.d.ts +0 -17
  170. package/dist/components/RowItem/rowItem.test.d.ts +0 -1
  171. package/dist/components/StepperNavigator/StepperNavigator.d.ts +0 -58
  172. package/dist/components/StepperNavigator/StepperNavigator.js +0 -115
  173. package/dist/components/StepperNavigator/StepperNavigator.stories.d.ts +0 -18
  174. 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 t } from "./components/Adornment/Adornment.js";
1
+ import { Adornment as e } from "./components/Adornment/Adornment.js";
2
2
  import { Advice as p } from "./components/Advice/Advice.js";
3
- import { Alert as f } from "./components/Alert/Alert.js";
4
- import { Autocomplete as x } from "./components/Autocomplete/Autocomplete.js";
5
- import { Avatar as i } from "./components/Avatar/Avatar.js";
6
- import { Button as T } from "./components/Button/Button.js";
7
- import { Checkbox as c } from "./components/Checkbox/Checkbox.js";
8
- import { C as u, R as S, T as d } from "./Toggle-MfR7l8Wn.js";
9
- import { ConfirmationDialog as k } from "./components/ConfirmationDialog/ConfirmationDialog.js";
10
- import { Description as h } from "./components/Description/Description.js";
11
- import { Dialog as A } from "./components/Dialog/Dialog.js";
12
- import { EllipsisTooltip as v } from "./components/EllipsisTooltip/EllipsisTooltip.js";
13
- import { Icon as y } from "./components/Icon/Icon.js";
14
- import { IconButton as R } from "./components/IconButton/IconButton.js";
15
- import { Input as H } from "./components/Input/Input.js";
16
- import { InputSearch as E } from "./components/InputSearch/InputSearch.js";
17
- import { LoadingSpinner as N } from "./components/LoadingSpinner/LoadingSpinner.js";
18
- import { PageHeader as W } from "./components/PageHeader/PageHeader.js";
19
- import { Pagination as q, paginationDefaultTranslations as z } from "./components/Pagination/Pagination.js";
20
- import { Popover as J } from "./components/Popover/Popover.js";
21
- import { RadioButton as M } from "./components/RadioButton/RadioButton.js";
22
- import { ResultWithChips as U } from "./components/ResultWithChips/ResultWithChips.js";
23
- import { Select as X, SelectOption as Y } from "./components/Select/Select.js";
24
- import { Skeleton as _, SkeletonCircle as $, SkeletonTable as oo } from "./components/Skeleton/Skeleton.js";
25
- import { Snackbar as to } from "./components/Snackbar/Snackbar.js";
26
- import { SortTooltip as po, sortTooltipDefaultTranslations as ao } from "./components/SortTooltip/SortTooltip.js";
27
- import { Stepper as mo } from "./components/Stepper/Stepper.js";
28
- import { StepperNavigator as no } from "./components/StepperNavigator/StepperNavigator.js";
29
- import { TBody as lo, THead as To, Table as so, Td as co, Th as go, Tr as uo } from "./components/Table/Table.js";
30
- import { Tabs as bo } from "./components/Tabs/Tabs.js";
31
- import { TextDisplay as Co } from "./components/TextDisplay/TextDisplay.js";
32
- import { Toggle as Do } from "./components/Toggle/Toggle.js";
33
- import { G as Io } from "./Group-DspH8hyO.js";
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
- qo as Actions,
44
- t as Adornment,
35
+ Do as Actions,
36
+ e as Adornment,
45
37
  p as Advice,
46
- f as Alert,
47
- x as Autocomplete,
48
- i as Avatar,
49
- T as Button,
50
- c as Checkbox,
51
- u as Chip,
52
- k as ConfirmationDialog,
53
- Wo as Content,
54
- h as Description,
55
- A as Dialog,
56
- No as DialogTitle,
57
- v as EllipsisTooltip,
58
- y as Icon,
59
- R as IconButton,
60
- H as Input,
61
- E as InputSearch,
62
- N as LoadingSpinner,
63
- W as PageHeader,
64
- q as Pagination,
65
- J as Popover,
66
- M as RadioButton,
67
- U as ResultWithChips,
68
- S as RowItem,
69
- X as Select,
70
- Y as SelectOption,
71
- _ as Skeleton,
72
- $ as SkeletonCircle,
73
- oo as SkeletonTable,
74
- to as Snackbar,
75
- Ho as SnackbarContext,
76
- wo as SnackbarProvider,
77
- po as SortTooltip,
78
- mo as Stepper,
79
- no as StepperNavigator,
80
- lo as TBody,
81
- To as THead,
82
- Fo as Tab,
83
- Ko as TabPanel,
84
- so as Table,
85
- bo as Tabs,
86
- co as Td,
87
- Bo as Text,
88
- Co as TextDisplay,
89
- go as Th,
90
- Do as Toggle,
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;--border-secondary: #f0f0f0;--border-secondary-rgb: 240, 240, 240;--error-background: #fff2f0;--error-background-rgb: 255, 242, 240;--error-border: #ffccc7;--error-border-rgb: 255, 204, 199}: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;--green-1: #f0fff7;--green-1-rgb: 240, 255, 247;--green-3: #a1edcb;--green-3-rgb: 161, 237, 203;--blue-1: #e6f9ff;--blue-1-rgb: 230, 249, 255;--blue-3: #94ddff;--blue-3-rgb: 148, 221, 255;--gold-1: #fffbe6;--gold-1-rgb: 255, 251, 230;--gold-3: #ffe58f;--gold-3-rgb: 255, 229, 143}: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
+ :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,4 +1,4 @@
1
- import { P as c } from "./useSlotProps-C_I1kEHr.js";
1
+ import { P as c } from "./useSlotProps-kRhf7Gil.js";
2
2
  function a(e, n) {
3
3
  return process.env.NODE_ENV === "production" ? () => null : function(...t) {
4
4
  return e(...t) || n(...t);
@@ -1 +1 @@
1
- export declare const assertClassesApplied: (expectedClasses: string[] | null, component: HTMLElement | Element) => void;
1
+ export declare const assertClassesApplied: (expectedClasses: string[] | null, component: HTMLElement) => void;
@@ -1,4 +1,4 @@
1
- import { u as S, b as D, f as k } from "./useSlotProps-C_I1kEHr.js";
1
+ import { u as S, b as D, f as k } from "./useSlotProps-kRhf7Gil.js";
2
2
  import * as i from "react";
3
3
  import { u as _ } from "./useIsFocusVisible-BH4IAdcw.js";
4
4
  function v(p) {
@@ -1,6 +1,6 @@
1
- import { b as p, u as re, f as ie } from "./useSlotProps-C_I1kEHr.js";
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-C-zYvfnF.js";
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 Re() {
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 xe() {
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 = Re() : V.exports = xe()), 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 we() {
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 Ae() {
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 je() {
316
+ function $e() {
305
317
  if (Ee)
306
318
  return ie;
307
319
  Ee = 1;
308
- var e = Se(), s = we(), t = ce(), n = Pe(), c = Ae(), u = function() {
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 $e() {
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 Ie = Se(), Me = !0;
676
- se.exports = je()(Ie.isElement, Me);
687
+ var Me = Se(), qe = !0;
688
+ se.exports = $e()(Me.isElement, qe);
677
689
  } else
678
- se.exports = $e()();
679
- var qe = se.exports;
680
- const Ke = /* @__PURE__ */ _e(qe);
681
- function Ye(e, s) {
682
- typeof e == "function" ? e(s) : e && (e.current = s);
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, s) {
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 Fe(e, s) {
713
+ function Le(e, s) {
741
714
  return `${Oe}-${e}-${s}`;
742
715
  }
743
- function Ue(e, s) {
716
+ function Ne(e, s) {
744
717
  const t = ke[s];
745
- return t ? Ne(t) : Fe(e, s);
718
+ return t ? We(t) : Le(e, s);
746
719
  }
747
- function er(e, s) {
720
+ function Qe(e, s) {
748
721
  const t = {};
749
722
  return s.forEach((n) => {
750
- t[n] = Ue(e, 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 || Le(e) ? s : Y({}, s, {
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 = We(e, Xe), f = u ? {} : Be(n, c), {
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 = De(v, f == null ? void 0 : f.ref, (s = e.additionalProps) == null ? void 0 : s.ref);
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
- We as _,
829
- er as a,
827
+ _e as _,
828
+ Qe as a,
830
829
  Y as b,
831
830
  tr as c,
832
- Qe as d,
831
+ er as d,
833
832
  rr as e,
834
833
  Ve as f,
835
- Ue as g,
836
- _e as h,
837
- Le as i,
838
- Ye as s,
839
- De as u
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.69",
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.3.4",
49
- "@storybook/addon-essentials": "^8.3.4",
50
- "@storybook/addon-interactions": "^8.3.4",
51
- "@storybook/addon-links": "^8.3.4",
52
- "@storybook/blocks": "^8.3.4",
53
- "@storybook/manager-api": "^8.3.4",
54
- "@storybook/preview-api": "^8.3.4",
55
- "@storybook/react": "^8.3.4",
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.9.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.3.4",
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
- };