react-miui 0.35.0 → 0.36.0

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 (290) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/components/layout/header/HeaderIconAction.d.ts.map +1 -1
  3. package/dist/components/layout/header/HeaderIconAction.js +13 -3
  4. package/dist/components/layout/header/HeaderIconAction.js.map +1 -1
  5. package/dist/components/layout/header/HeaderIconAction.styled.d.ts.map +1 -1
  6. package/dist/components/layout/header/HeaderIconAction.styled.js +11 -17
  7. package/dist/components/layout/header/HeaderIconAction.styled.js.map +1 -1
  8. package/dist/components/layout/list/Item.d.ts.map +1 -1
  9. package/dist/components/layout/list/Item.js +17 -7
  10. package/dist/components/layout/list/Item.js.map +1 -1
  11. package/dist/components/layout/list/Item.styled.d.ts.map +1 -1
  12. package/dist/components/layout/list/Item.styled.js +2 -1
  13. package/dist/components/layout/list/Item.styled.js.map +1 -1
  14. package/dist/components/ui/button/Button.d.ts +94 -1
  15. package/dist/components/ui/button/Button.d.ts.map +1 -1
  16. package/dist/components/ui/button/Button.js +59 -2
  17. package/dist/components/ui/button/Button.js.map +1 -1
  18. package/dist/components/ui/button/Button.styled.d.ts +2 -2
  19. package/dist/components/ui/button/Button.styled.d.ts.map +1 -1
  20. package/dist/components/ui/button/Button.styled.js +4 -3
  21. package/dist/components/ui/button/Button.styled.js.map +1 -1
  22. package/dist/components/ui/directionPad/Button.d.ts.map +1 -1
  23. package/dist/components/ui/directionPad/Button.js +7 -2
  24. package/dist/components/ui/directionPad/Button.js.map +1 -1
  25. package/dist/components/ui/directionPad/Button.styled.d.ts.map +1 -1
  26. package/dist/components/ui/directionPad/Button.styled.js +2 -1
  27. package/dist/components/ui/directionPad/Button.styled.js.map +1 -1
  28. package/dist/components/ui/directionPad/Middle.d.ts.map +1 -1
  29. package/dist/components/ui/directionPad/Middle.js +7 -1
  30. package/dist/components/ui/directionPad/Middle.js.map +1 -1
  31. package/dist/components/ui/directionPad/Middle.styled.d.ts.map +1 -1
  32. package/dist/components/ui/directionPad/Middle.styled.js +2 -1
  33. package/dist/components/ui/directionPad/Middle.styled.js.map +1 -1
  34. package/dist/components/ui/modal/ModalButtons.d.ts +179 -1
  35. package/dist/components/ui/modal/ModalButtons.d.ts.map +1 -1
  36. package/dist/components/ui/modal/ModalButtons.js +63 -2
  37. package/dist/components/ui/modal/ModalButtons.js.map +1 -1
  38. package/dist/components/ui/modal/ModalButtons.styled.d.ts +90 -91
  39. package/dist/components/ui/modal/ModalButtons.styled.d.ts.map +1 -1
  40. package/dist/components/ui/modal/ModalButtons.styled.js +5 -7
  41. package/dist/components/ui/modal/ModalButtons.styled.js.map +1 -1
  42. package/dist/components/ui/pop/Pop.styled.d.ts.map +1 -1
  43. package/dist/components/ui/pop/Pop.styled.js +15 -17
  44. package/dist/components/ui/pop/Pop.styled.js.map +1 -1
  45. package/dist/components/ui/pop/PopOption.d.ts.map +1 -1
  46. package/dist/components/ui/pop/PopOption.js +7 -2
  47. package/dist/components/ui/pop/PopOption.js.map +1 -1
  48. package/dist/components/ui/toolButton/ToolButton.d.ts +94 -1
  49. package/dist/components/ui/toolButton/ToolButton.d.ts.map +1 -1
  50. package/dist/components/ui/toolButton/ToolButton.js +59 -2
  51. package/dist/components/ui/toolButton/ToolButton.js.map +1 -1
  52. package/dist/components/ui/toolButton/ToolButton.styled.d.ts +2 -2
  53. package/dist/components/ui/toolButton/ToolButton.styled.d.ts.map +1 -1
  54. package/dist/components/ui/toolButton/ToolButton.styled.js +20 -25
  55. package/dist/components/ui/toolButton/ToolButton.styled.js.map +1 -1
  56. package/dist/utils/useRipple.d.ts +15 -0
  57. package/dist/utils/useRipple.d.ts.map +1 -0
  58. package/dist/utils/useRipple.js +120 -0
  59. package/dist/utils/useRipple.js.map +1 -0
  60. package/dist/utils/useRipple.styled.d.ts +28 -0
  61. package/dist/utils/useRipple.styled.d.ts.map +1 -0
  62. package/dist/utils/useRipple.styled.js +36 -0
  63. package/dist/utils/useRipple.styled.js.map +1 -0
  64. package/docs/classes/index.Pop.html +7 -7
  65. package/docs/documents/Test.html +2 -2
  66. package/docs/enums/index.ICON.html +2 -2
  67. package/docs/functions/index.Action.html +3 -3
  68. package/docs/functions/index.Button.html +3 -9
  69. package/docs/functions/index.Card.html +2 -2
  70. package/docs/functions/index.Checkbox.html +3 -3
  71. package/docs/functions/index.Choice.html +2 -2
  72. package/docs/functions/index.ColorPicker.html +3 -3
  73. package/docs/functions/index.CoveringLoader.html +3 -3
  74. package/docs/functions/index.DirectionPad.html +2 -2
  75. package/docs/functions/index.Drawer.html +2 -2
  76. package/docs/functions/index.EqualActions.html +2 -2
  77. package/docs/functions/index.FullLoader.html +3 -3
  78. package/docs/functions/index.Gap.html +2 -2
  79. package/docs/functions/index.HandleEsc.html +3 -3
  80. package/docs/functions/index.Header.html +3 -3
  81. package/docs/functions/index.HeaderIconAction.html +3 -3
  82. package/docs/functions/index.Icon-1.html +2 -2
  83. package/docs/functions/index.If.html +3 -3
  84. package/docs/functions/index.Input.html +1 -1
  85. package/docs/functions/index.KeyValue.html +2 -2
  86. package/docs/functions/index.Label.html +2 -2
  87. package/docs/functions/index.Line.html +3 -3
  88. package/docs/functions/index.List.html +2 -2
  89. package/docs/functions/index.Loader.html +3 -3
  90. package/docs/functions/index.Loading.html +3 -3
  91. package/docs/functions/index.Message.html +3 -3
  92. package/docs/functions/index.Modal.html +2 -2
  93. package/docs/functions/index.ModalButtons.html +3 -3
  94. package/docs/functions/index.PopLoader.html +3 -3
  95. package/docs/functions/index.PopOption.html +2 -2
  96. package/docs/functions/index.Progress.html +2 -2
  97. package/docs/functions/index.SearchContainer.html +2 -2
  98. package/docs/functions/index.Section.html +4 -4
  99. package/docs/functions/index.Select.html +2 -2
  100. package/docs/functions/index.Selector.html +2 -2
  101. package/docs/functions/index.Spacer.html +2 -2
  102. package/docs/functions/index.Stats.html +2 -2
  103. package/docs/functions/index.StickyHeader.html +4 -4
  104. package/docs/functions/index.Table.html +2 -2
  105. package/docs/functions/index.TextArea.html +2 -2
  106. package/docs/functions/index.TimePicker.html +2 -2
  107. package/docs/functions/index.ToasterProvider.html +3 -3
  108. package/docs/functions/index.Toggle.html +3 -3
  109. package/docs/functions/index.ToolButton.html +3 -9
  110. package/docs/functions/index.Tooltip.html +3 -3
  111. package/docs/functions/index.TooltipProvider.html +2 -2
  112. package/docs/functions/index.borderPxToRem.html +1 -1
  113. package/docs/functions/index.createTheme.html +1 -1
  114. package/docs/functions/index.css.html +1 -1
  115. package/docs/functions/index.dimensionsPxToRem.html +1 -1
  116. package/docs/functions/index.fontPxToRem.html +1 -1
  117. package/docs/functions/index.getCssText.html +1 -1
  118. package/docs/functions/index.globalCss.html +2 -2
  119. package/docs/functions/index.injectGlobalStyles.html +1 -1
  120. package/docs/functions/index.keyframes.html +1 -1
  121. package/docs/functions/index.pxToRem.html +1 -1
  122. package/docs/functions/index.styled.html +1 -1
  123. package/docs/functions/index.toast.html +2 -2
  124. package/docs/functions/index.useToaster.html +1 -1
  125. package/docs/index.html +2 -2
  126. package/docs/interfaces/index.IconProps.html +2 -2
  127. package/docs/interfaces/index.InputCustomProps.html +3 -3
  128. package/docs/interfaces/index.LoaderProps.html +6 -6
  129. package/docs/interfaces/index.StickyHeaderProps.html +4 -4
  130. package/docs/interfaces/index.ToasterProviderProps.html +3 -3
  131. package/docs/interfaces/index.TooltipProps.html +14 -14
  132. package/docs/interfaces/index.TooltipProviderProps.html +5 -5
  133. package/docs/modules/index.html +1 -1
  134. package/docs/modules.html +1 -1
  135. package/docs/types/index.ActionProps.html +1 -1
  136. package/docs/types/index.CardProps.html +1 -1
  137. package/docs/types/index.CheckboxProps.html +2 -2
  138. package/docs/types/index.ChoiceProps.html +1 -1
  139. package/docs/types/index.ColorPickerProps.html +1 -1
  140. package/docs/types/index.DirectionPadProps.html +1 -1
  141. package/docs/types/index.DrawerFrom.html +1 -1
  142. package/docs/types/index.DrawerProps.html +2 -2
  143. package/docs/types/index.EqualActionsProps.html +1 -1
  144. package/docs/types/index.HeaderProps.html +1 -1
  145. package/docs/types/index.InputProps.html +1 -1
  146. package/docs/types/index.KeyValueProps.html +1 -1
  147. package/docs/types/index.LabelProps.html +1 -1
  148. package/docs/types/index.OverwriteProps.html +1 -1
  149. package/docs/types/index.ProgressProps.html +2 -2
  150. package/docs/types/index.SelectProps.html +1 -1
  151. package/docs/types/index.SelectorProps.html +1 -1
  152. package/docs/types/index.Stat.html +1 -1
  153. package/docs/types/index.StatsProps.html +1 -1
  154. package/docs/types/index.TextAreaProps.html +1 -1
  155. package/docs/types/index.ThemeCSS.html +1 -1
  156. package/docs/types/index.TimePickerProps.html +1 -1
  157. package/docs/types/index.ToggleProps.html +2 -2
  158. package/docs/variables/index.ActionBadgeSelector.html +1 -1
  159. package/docs/variables/index.ActionCircleSelector.html +1 -1
  160. package/docs/variables/index.CheckboxCheckmarkWrapperSelector.html +1 -1
  161. package/docs/variables/index.CheckboxTextLabelSelector.html +1 -1
  162. package/docs/variables/index.ChoiceItemSelector.html +1 -1
  163. package/docs/variables/index.ColorPickerColorDisplaySelector.html +1 -1
  164. package/docs/variables/index.DirectionPadButtonDotSelector.html +1 -1
  165. package/docs/variables/index.DirectionPadButtonSelector.html +1 -1
  166. package/docs/variables/index.DirectionPadLineSelector.html +1 -1
  167. package/docs/variables/index.DirectionPadMiddleSelector.html +1 -1
  168. package/docs/variables/index.DrawerContentSelector.html +1 -1
  169. package/docs/variables/index.HeaderAfterSelector.html +1 -1
  170. package/docs/variables/index.HeaderBeforeSelector.html +1 -1
  171. package/docs/variables/index.HeaderContentsSelector.html +1 -1
  172. package/docs/variables/index.HeaderIconActionIconSelector.html +1 -1
  173. package/docs/variables/index.InputContainerSelector.html +1 -1
  174. package/docs/variables/index.InputInputSelector.html +1 -1
  175. package/docs/variables/index.InputLabelSelector.html +1 -1
  176. package/docs/variables/index.InputPrefixSelector.html +1 -1
  177. package/docs/variables/index.InputSuffixSelector.html +1 -1
  178. package/docs/variables/index.KeyValueIconSelector.html +1 -1
  179. package/docs/variables/index.KeyValueItemSelector.html +1 -1
  180. package/docs/variables/index.KeyValueKeySelector.html +1 -1
  181. package/docs/variables/index.KeyValuePairSelector.html +1 -1
  182. package/docs/variables/index.KeyValueValueSelector.html +1 -1
  183. package/docs/variables/index.LabelTextSelector.html +1 -1
  184. package/docs/variables/index.ListItemInnerContainerClassNameSelector.html +1 -1
  185. package/docs/variables/index.ModalContainerSelector.html +1 -1
  186. package/docs/variables/index.ModalRemovePaddingSelector.html +1 -1
  187. package/docs/variables/index.ModalTitleSelector.html +1 -1
  188. package/docs/variables/index.PopListSelector.html +1 -1
  189. package/docs/variables/index.PopOptionButtonSelector.html +1 -1
  190. package/docs/variables/index.PopOptionIconSelector.html +1 -1
  191. package/docs/variables/index.PopOverlaySelector.html +1 -1
  192. package/docs/variables/index.ProgressBackgroundSelector.html +1 -1
  193. package/docs/variables/index.ProgressValueSelector.html +1 -1
  194. package/docs/variables/index.SelectorItemSelector.html +1 -1
  195. package/docs/variables/index.StatsItemSelector.html +1 -1
  196. package/docs/variables/index.StatsLabelSelector.html +1 -1
  197. package/docs/variables/index.StatsSeparatorSelector.html +1 -1
  198. package/docs/variables/index.StatsValueSelector.html +1 -1
  199. package/docs/variables/index.TextAreaLabelSelector.html +1 -1
  200. package/docs/variables/index.TextAreaTextAreaSelector.html +1 -1
  201. package/docs/variables/index.TextAreaWrapperSelector.html +1 -1
  202. package/docs/variables/index.ToggleStyledToggleSelector.html +1 -1
  203. package/docs/variables/index.TooltipContentSelector.html +1 -1
  204. package/docs/variables/index.config.html +1 -1
  205. package/docs/variables/index.cssReset.html +2 -2
  206. package/docs/variables/index.darkTheme.html +1 -1
  207. package/docs/variables/index.miuiScrollbars.html +1 -1
  208. package/docs/variables/index.theme.html +1 -1
  209. package/esm/components/layout/header/HeaderIconAction.d.ts.map +1 -1
  210. package/esm/components/layout/header/HeaderIconAction.js +13 -3
  211. package/esm/components/layout/header/HeaderIconAction.js.map +1 -1
  212. package/esm/components/layout/header/HeaderIconAction.styled.d.ts.map +1 -1
  213. package/esm/components/layout/header/HeaderIconAction.styled.js +11 -17
  214. package/esm/components/layout/header/HeaderIconAction.styled.js.map +1 -1
  215. package/esm/components/layout/list/Item.d.ts.map +1 -1
  216. package/esm/components/layout/list/Item.js +18 -8
  217. package/esm/components/layout/list/Item.js.map +1 -1
  218. package/esm/components/layout/list/Item.styled.d.ts.map +1 -1
  219. package/esm/components/layout/list/Item.styled.js +2 -1
  220. package/esm/components/layout/list/Item.styled.js.map +1 -1
  221. package/esm/components/ui/button/Button.d.ts +94 -1
  222. package/esm/components/ui/button/Button.d.ts.map +1 -1
  223. package/esm/components/ui/button/Button.js +15 -1
  224. package/esm/components/ui/button/Button.js.map +1 -1
  225. package/esm/components/ui/button/Button.styled.d.ts +2 -2
  226. package/esm/components/ui/button/Button.styled.d.ts.map +1 -1
  227. package/esm/components/ui/button/Button.styled.js +3 -2
  228. package/esm/components/ui/button/Button.styled.js.map +1 -1
  229. package/esm/components/ui/directionPad/Button.d.ts.map +1 -1
  230. package/esm/components/ui/directionPad/Button.js +7 -2
  231. package/esm/components/ui/directionPad/Button.js.map +1 -1
  232. package/esm/components/ui/directionPad/Button.styled.d.ts.map +1 -1
  233. package/esm/components/ui/directionPad/Button.styled.js +2 -1
  234. package/esm/components/ui/directionPad/Button.styled.js.map +1 -1
  235. package/esm/components/ui/directionPad/Middle.d.ts.map +1 -1
  236. package/esm/components/ui/directionPad/Middle.js +7 -1
  237. package/esm/components/ui/directionPad/Middle.js.map +1 -1
  238. package/esm/components/ui/directionPad/Middle.styled.d.ts.map +1 -1
  239. package/esm/components/ui/directionPad/Middle.styled.js +2 -1
  240. package/esm/components/ui/directionPad/Middle.styled.js.map +1 -1
  241. package/esm/components/ui/modal/ModalButtons.d.ts +179 -1
  242. package/esm/components/ui/modal/ModalButtons.d.ts.map +1 -1
  243. package/esm/components/ui/modal/ModalButtons.js +19 -1
  244. package/esm/components/ui/modal/ModalButtons.js.map +1 -1
  245. package/esm/components/ui/modal/ModalButtons.styled.d.ts +90 -91
  246. package/esm/components/ui/modal/ModalButtons.styled.d.ts.map +1 -1
  247. package/esm/components/ui/modal/ModalButtons.styled.js +3 -6
  248. package/esm/components/ui/modal/ModalButtons.styled.js.map +1 -1
  249. package/esm/components/ui/pop/Pop.styled.d.ts.map +1 -1
  250. package/esm/components/ui/pop/Pop.styled.js +15 -17
  251. package/esm/components/ui/pop/Pop.styled.js.map +1 -1
  252. package/esm/components/ui/pop/PopOption.d.ts.map +1 -1
  253. package/esm/components/ui/pop/PopOption.js +7 -2
  254. package/esm/components/ui/pop/PopOption.js.map +1 -1
  255. package/esm/components/ui/toolButton/ToolButton.d.ts +94 -1
  256. package/esm/components/ui/toolButton/ToolButton.d.ts.map +1 -1
  257. package/esm/components/ui/toolButton/ToolButton.js +15 -1
  258. package/esm/components/ui/toolButton/ToolButton.js.map +1 -1
  259. package/esm/components/ui/toolButton/ToolButton.styled.d.ts +2 -2
  260. package/esm/components/ui/toolButton/ToolButton.styled.d.ts.map +1 -1
  261. package/esm/components/ui/toolButton/ToolButton.styled.js +19 -24
  262. package/esm/components/ui/toolButton/ToolButton.styled.js.map +1 -1
  263. package/esm/utils/useRipple.d.ts +15 -0
  264. package/esm/utils/useRipple.d.ts.map +1 -0
  265. package/esm/utils/useRipple.js +84 -0
  266. package/esm/utils/useRipple.js.map +1 -0
  267. package/esm/utils/useRipple.styled.d.ts +28 -0
  268. package/esm/utils/useRipple.styled.d.ts.map +1 -0
  269. package/esm/utils/useRipple.styled.js +33 -0
  270. package/esm/utils/useRipple.styled.js.map +1 -0
  271. package/package.json +1 -1
  272. package/src/components/layout/header/HeaderIconAction.styled.ts +11 -18
  273. package/src/components/layout/header/HeaderIconAction.tsx +32 -5
  274. package/src/components/layout/list/Item.styled.ts +2 -1
  275. package/src/components/layout/list/Item.tsx +38 -5
  276. package/src/components/ui/button/Button.styled.ts +3 -2
  277. package/src/components/ui/button/Button.tsx +33 -1
  278. package/src/components/ui/directionPad/Button.styled.ts +2 -1
  279. package/src/components/ui/directionPad/Button.tsx +13 -1
  280. package/src/components/ui/directionPad/Middle.styled.ts +2 -1
  281. package/src/components/ui/directionPad/Middle.tsx +13 -1
  282. package/src/components/ui/modal/ModalButtons.styled.ts +4 -7
  283. package/src/components/ui/modal/ModalButtons.tsx +38 -1
  284. package/src/components/ui/pop/Pop.styled.ts +15 -18
  285. package/src/components/ui/pop/PopOption.tsx +15 -1
  286. package/src/components/ui/toolButton/ToolButton.styled.ts +20 -26
  287. package/src/components/ui/toolButton/ToolButton.tsx +33 -0
  288. package/src/utils/useRipple.styled.ts +56 -0
  289. package/src/utils/useRipple.tsx +139 -0
  290. package/src/components/ui/toolButton/ToolButton.ts +0 -1
@@ -1,2 +1,180 @@
1
- export { ModalButtons } from "./ModalButtons.styled";
1
+ import React from "react";
2
+ declare const ModalButtons: import("../../../../node_modules/@stitches/react/types/styled-component").StyledComponent<"div", {}, {}, import("../../../../node_modules/@stitches/react/types/css-util").CSS<{}, {
3
+ colors: {
4
+ background: "white";
5
+ mainColor: "#008ad2";
6
+ mainColorAlt: "#006AA9";
7
+ activeBg: "#e7e7e7";
8
+ inactiveBg: "#d3d3de";
9
+ inactiveDarkBg: "#999";
10
+ toggleHandleBg: "#e0e0e0";
11
+ toggleHandleBorder: "#cdcdcd";
12
+ toggleBgDisabled: "#f0f0f0";
13
+ toggleHandleBorderDisabled: "#c29f7d";
14
+ toggleHandleBgDisabled: "#deae84";
15
+ icon: "#636363";
16
+ border: "#d5d5d5";
17
+ buttonBorder: "#bababa";
18
+ headerBorder: "#c8c8c9";
19
+ headerBg: "#efeff0";
20
+ headerText: "#484848";
21
+ text: "#323232";
22
+ text2: "#181818";
23
+ text3: "#000000";
24
+ sub: "#959595";
25
+ popText: "#666";
26
+ toolbarBorder: "#ababab";
27
+ toolbarBg: "#f8f8f8";
28
+ modalBg: "#f7f7f7";
29
+ modalButtonBg: "#f8f8f8";
30
+ modalButtonBorder: "#c2c2c2";
31
+ inputDisabledBg: "#f3f3f3";
32
+ inputDisabledText: "#959595";
33
+ choiceBg: "#ffffff";
34
+ choiceText: "#999999";
35
+ choiceActiveBg: "#f3f3f3";
36
+ choiceActiveText: "#313131";
37
+ choiceBorder: "#cfcfcf";
38
+ selectorText: "#606060";
39
+ selectorActive: "#008ad2";
40
+ blue1: "#038bf4";
41
+ blue2: "#b7d6f5";
42
+ blue3: "#dbe6ff";
43
+ blue4: "#33b4ff";
44
+ blue5: "#30a2e6";
45
+ orange1: "#ff7200";
46
+ orange1Darker: "#cc5b00";
47
+ purple1: "#7357e8";
48
+ green1: "#3ec234";
49
+ green1Darker: "#38af2f";
50
+ pink1: "#ff388f";
51
+ red1: "#ea2700";
52
+ yellow1: "#ffde9d";
53
+ yellow2: "#e4a429";
54
+ yellow3: "#fff5db";
55
+ pinky1: "#f5c0b7";
56
+ pinky2: "#e07b67";
57
+ pinky3: "#ffe1db";
58
+ grey1: "#737373";
59
+ focusColor: "#dcaf00";
60
+ scrollbarsThumb: "#737373";
61
+ scrollbarsBg: "transparent";
62
+ tableStripedBg: "#fafafa";
63
+ toolButtonText: "#666e80";
64
+ };
65
+ }, import("../../../../node_modules/@stitches/react/types/config").DefaultThemeMap, {
66
+ mx: (value: string | number) => {
67
+ marginLeft: string | number;
68
+ marginRight: string | number;
69
+ };
70
+ my: (value: string | number) => {
71
+ marginTop: string | number;
72
+ marginBottom: string | number;
73
+ };
74
+ px: (value: string | number) => {
75
+ paddingLeft: string | number;
76
+ paddingRight: string | number;
77
+ };
78
+ py: (value: string | number) => {
79
+ paddingTop: string | number;
80
+ paddingBottom: string | number;
81
+ };
82
+ size: (value: string | number) => {
83
+ width: string | number;
84
+ height: string | number;
85
+ };
86
+ }>> & {
87
+ Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
88
+ ref?: ((instance: HTMLButtonElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLButtonElement> | null | undefined;
89
+ }, "css" | "variant"> & import("../../../../node_modules/@stitches/react/types/styled-component").TransformProps<{
90
+ variant?: "main";
91
+ }, {}> & {
92
+ css?: import("../../../../node_modules/@stitches/react/types/css-util").CSS<{}, {
93
+ colors: {
94
+ background: "white";
95
+ mainColor: "#008ad2";
96
+ mainColorAlt: "#006AA9";
97
+ activeBg: "#e7e7e7";
98
+ inactiveBg: "#d3d3de";
99
+ inactiveDarkBg: "#999";
100
+ toggleHandleBg: "#e0e0e0";
101
+ toggleHandleBorder: "#cdcdcd";
102
+ toggleBgDisabled: "#f0f0f0";
103
+ toggleHandleBorderDisabled: "#c29f7d";
104
+ toggleHandleBgDisabled: "#deae84";
105
+ icon: "#636363";
106
+ border: "#d5d5d5";
107
+ buttonBorder: "#bababa";
108
+ headerBorder: "#c8c8c9";
109
+ headerBg: "#efeff0";
110
+ headerText: "#484848";
111
+ text: "#323232";
112
+ text2: "#181818";
113
+ text3: "#000000";
114
+ sub: "#959595";
115
+ popText: "#666";
116
+ toolbarBorder: "#ababab";
117
+ toolbarBg: "#f8f8f8";
118
+ modalBg: "#f7f7f7";
119
+ modalButtonBg: "#f8f8f8";
120
+ modalButtonBorder: "#c2c2c2";
121
+ inputDisabledBg: "#f3f3f3";
122
+ inputDisabledText: "#959595";
123
+ choiceBg: "#ffffff";
124
+ choiceText: "#999999";
125
+ choiceActiveBg: "#f3f3f3";
126
+ choiceActiveText: "#313131";
127
+ choiceBorder: "#cfcfcf";
128
+ selectorText: "#606060";
129
+ selectorActive: "#008ad2";
130
+ blue1: "#038bf4";
131
+ blue2: "#b7d6f5";
132
+ blue3: "#dbe6ff";
133
+ blue4: "#33b4ff";
134
+ blue5: "#30a2e6";
135
+ orange1: "#ff7200";
136
+ orange1Darker: "#cc5b00";
137
+ purple1: "#7357e8";
138
+ green1: "#3ec234";
139
+ green1Darker: "#38af2f";
140
+ pink1: "#ff388f";
141
+ red1: "#ea2700";
142
+ yellow1: "#ffde9d";
143
+ yellow2: "#e4a429";
144
+ yellow3: "#fff5db";
145
+ pinky1: "#f5c0b7";
146
+ pinky2: "#e07b67";
147
+ pinky3: "#ffe1db";
148
+ grey1: "#737373";
149
+ focusColor: "#dcaf00";
150
+ scrollbarsThumb: "#737373";
151
+ scrollbarsBg: "transparent";
152
+ tableStripedBg: "#fafafa";
153
+ toolButtonText: "#666e80";
154
+ };
155
+ }, import("../../../../node_modules/@stitches/react/types/config").DefaultThemeMap, {
156
+ mx: (value: string | number) => {
157
+ marginLeft: string | number;
158
+ marginRight: string | number;
159
+ };
160
+ my: (value: string | number) => {
161
+ marginTop: string | number;
162
+ marginBottom: string | number;
163
+ };
164
+ px: (value: string | number) => {
165
+ paddingLeft: string | number;
166
+ paddingRight: string | number;
167
+ };
168
+ py: (value: string | number) => {
169
+ paddingTop: string | number;
170
+ paddingBottom: string | number;
171
+ };
172
+ size: (value: string | number) => {
173
+ width: string | number;
174
+ height: string | number;
175
+ };
176
+ }>;
177
+ }, "ref"> & React.RefAttributes<HTMLButtonElement>>;
178
+ };
179
+ export { ModalButtons, };
2
180
  //# sourceMappingURL=ModalButtons.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ModalButtons.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/modal/ModalButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC"}
1
+ {"version":3,"file":"ModalButtons.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/modal/ModalButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AA+B1C,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEhB,CAAC;AAEH,OAAO,EACH,YAAY,GACf,CAAC"}
@@ -1,6 +1,67 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ var __rest = (this && this.__rest) || function (s, e) {
36
+ var t = {};
37
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
38
+ t[p] = s[p];
39
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
40
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
41
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
42
+ t[p[i]] = s[p[i]];
43
+ }
44
+ return t;
45
+ };
2
46
  Object.defineProperty(exports, "__esModule", { value: true });
3
47
  exports.ModalButtons = void 0;
4
- var ModalButtons_styled_1 = require("./ModalButtons.styled");
5
- Object.defineProperty(exports, "ModalButtons", { enumerable: true, get: function () { return ModalButtons_styled_1.ModalButtons; } });
48
+ const react_1 = __importStar(require("react"));
49
+ const use_forwarded_ref_1 = require("@bedrock-layout/use-forwarded-ref");
50
+ const fnWithProps_1 = require("../../../types/fnWithProps");
51
+ const useRipple_1 = require("../../../utils/useRipple");
52
+ const ModalButtons_styled_1 = require("./ModalButtons.styled");
53
+ const Button = (0, react_1.forwardRef)((props, ref) => {
54
+ const { children, onPointerDown, onKeyDown } = props, rest = __rest(props, ["children", "onPointerDown", "onKeyDown"]);
55
+ const innerRef = (0, use_forwarded_ref_1.useForwardedRef)(ref);
56
+ const ripple = (0, useRipple_1.useRipple)({ ref: innerRef, onPointerDown, onKeyDown });
57
+ return (react_1.default.createElement(ModalButtons_styled_1.StyledButton, Object.assign({ ref: innerRef, onPointerDown: ripple.onPointerDown, onKeyDown: ripple.onKeyDown }, rest),
58
+ children,
59
+ ripple.ripples));
60
+ });
61
+ Button.displayName = "ModalButtons.Button";
62
+ Button.toString = () => ModalButtons_styled_1.StyledButton.toString();
63
+ const ModalButtons = (0, fnWithProps_1.fnWithProps)(ModalButtons_styled_1.Container, {
64
+ Button,
65
+ });
66
+ exports.ModalButtons = ModalButtons;
6
67
  //# sourceMappingURL=ModalButtons.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ModalButtons.js","sourceRoot":"","sources":["../../../../src/components/ui/modal/ModalButtons.tsx"],"names":[],"mappings":";;;AAAA,6DAAqD;AAA5C,mHAAA,YAAY,OAAA"}
1
+ {"version":3,"file":"ModalButtons.js","sourceRoot":"","sources":["../../../../src/components/ui/modal/ModalButtons.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA0C;AAE1C,yEAAoE;AAEpE,4DAAyD;AACzD,wDAAqD;AACrD,+DAAgE;AAIhE,MAAM,MAAM,GAAG,IAAA,kBAAU,EAAiC,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IACrE,MAAM,EAAE,QAAQ,EAAE,aAAa,EAAE,SAAS,KAAc,KAAK,EAAd,IAAI,UAAK,KAAK,EAAvD,0CAA+C,CAAQ,CAAC;IAC9D,MAAM,QAAQ,GAAG,IAAA,mCAAe,EAAC,GAAG,CAAC,CAAC;IACtC,MAAM,MAAM,GAAG,IAAA,qBAAS,EAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,aAAa,EAAE,SAAS,EAAE,CAAC,CAAC;IAEtE,OAAO,CACH,8BAAC,kCAAY,kBACT,GAAG,EAAE,QAAQ,EACb,aAAa,EAAE,MAAM,CAAC,aAAa,EACnC,SAAS,EAAE,MAAM,CAAC,SAAS,IACvB,IAAI;QAEP,QAAQ;QACR,MAAM,CAAC,OAAO,CACJ,CAClB,CAAC;AACN,CAAC,CAAC,CAAC;AAEH,MAAM,CAAC,WAAW,GAAG,qBAAqB,CAAC;AAC3C,MAAM,CAAC,QAAQ,GAAG,GAAG,EAAE,CAAC,kCAAY,CAAC,QAAQ,EAAE,CAAC;AAEhD,MAAM,YAAY,GAAG,IAAA,yBAAW,EAAC,+BAAS,EAAE;IACxC,MAAM;CACT,CAAC,CAAC;AAGC,oCAAY"}
@@ -1,4 +1,4 @@
1
- declare const ModalButtons: import("../../../../node_modules/@stitches/react/types/styled-component").StyledComponent<"div", {}, {}, import("../../../../node_modules/@stitches/react/types/css-util").CSS<{}, {
1
+ declare const Container: import("../../../../node_modules/@stitches/react/types/styled-component").StyledComponent<"div", {}, {}, import("../../../../node_modules/@stitches/react/types/css-util").CSS<{}, {
2
2
  colors: {
3
3
  background: "white";
4
4
  mainColor: "#008ad2";
@@ -82,94 +82,93 @@ declare const ModalButtons: import("../../../../node_modules/@stitches/react/typ
82
82
  width: string | number;
83
83
  height: string | number;
84
84
  };
85
- }>> & {
86
- Button: import("../../../../node_modules/@stitches/react/types/styled-component").StyledComponent<"button", {
87
- variant?: "main";
88
- }, {}, import("../../../../node_modules/@stitches/react/types/css-util").CSS<{}, {
89
- colors: {
90
- background: "white";
91
- mainColor: "#008ad2";
92
- mainColorAlt: "#006AA9";
93
- activeBg: "#e7e7e7";
94
- inactiveBg: "#d3d3de";
95
- inactiveDarkBg: "#999";
96
- toggleHandleBg: "#e0e0e0";
97
- toggleHandleBorder: "#cdcdcd";
98
- toggleBgDisabled: "#f0f0f0";
99
- toggleHandleBorderDisabled: "#c29f7d";
100
- toggleHandleBgDisabled: "#deae84";
101
- icon: "#636363";
102
- border: "#d5d5d5";
103
- buttonBorder: "#bababa";
104
- headerBorder: "#c8c8c9";
105
- headerBg: "#efeff0";
106
- headerText: "#484848";
107
- text: "#323232";
108
- text2: "#181818";
109
- text3: "#000000";
110
- sub: "#959595";
111
- popText: "#666";
112
- toolbarBorder: "#ababab";
113
- toolbarBg: "#f8f8f8";
114
- modalBg: "#f7f7f7";
115
- modalButtonBg: "#f8f8f8";
116
- modalButtonBorder: "#c2c2c2";
117
- inputDisabledBg: "#f3f3f3";
118
- inputDisabledText: "#959595";
119
- choiceBg: "#ffffff";
120
- choiceText: "#999999";
121
- choiceActiveBg: "#f3f3f3";
122
- choiceActiveText: "#313131";
123
- choiceBorder: "#cfcfcf";
124
- selectorText: "#606060";
125
- selectorActive: "#008ad2";
126
- blue1: "#038bf4";
127
- blue2: "#b7d6f5";
128
- blue3: "#dbe6ff";
129
- blue4: "#33b4ff";
130
- blue5: "#30a2e6";
131
- orange1: "#ff7200";
132
- orange1Darker: "#cc5b00";
133
- purple1: "#7357e8";
134
- green1: "#3ec234";
135
- green1Darker: "#38af2f";
136
- pink1: "#ff388f";
137
- red1: "#ea2700";
138
- yellow1: "#ffde9d";
139
- yellow2: "#e4a429";
140
- yellow3: "#fff5db";
141
- pinky1: "#f5c0b7";
142
- pinky2: "#e07b67";
143
- pinky3: "#ffe1db";
144
- grey1: "#737373";
145
- focusColor: "#dcaf00";
146
- scrollbarsThumb: "#737373";
147
- scrollbarsBg: "transparent";
148
- tableStripedBg: "#fafafa";
149
- toolButtonText: "#666e80";
150
- };
151
- }, import("../../../../node_modules/@stitches/react/types/config").DefaultThemeMap, {
152
- mx: (value: string | number) => {
153
- marginLeft: string | number;
154
- marginRight: string | number;
155
- };
156
- my: (value: string | number) => {
157
- marginTop: string | number;
158
- marginBottom: string | number;
159
- };
160
- px: (value: string | number) => {
161
- paddingLeft: string | number;
162
- paddingRight: string | number;
163
- };
164
- py: (value: string | number) => {
165
- paddingTop: string | number;
166
- paddingBottom: string | number;
167
- };
168
- size: (value: string | number) => {
169
- width: string | number;
170
- height: string | number;
171
- };
172
- }>>;
173
- };
174
- export { ModalButtons, };
85
+ }>>;
86
+ declare const StyledButton: import("../../../../node_modules/@stitches/react/types/styled-component").StyledComponent<"button", {
87
+ variant?: "main";
88
+ }, {}, import("../../../../node_modules/@stitches/react/types/css-util").CSS<{}, {
89
+ colors: {
90
+ background: "white";
91
+ mainColor: "#008ad2";
92
+ mainColorAlt: "#006AA9";
93
+ activeBg: "#e7e7e7";
94
+ inactiveBg: "#d3d3de";
95
+ inactiveDarkBg: "#999";
96
+ toggleHandleBg: "#e0e0e0";
97
+ toggleHandleBorder: "#cdcdcd";
98
+ toggleBgDisabled: "#f0f0f0";
99
+ toggleHandleBorderDisabled: "#c29f7d";
100
+ toggleHandleBgDisabled: "#deae84";
101
+ icon: "#636363";
102
+ border: "#d5d5d5";
103
+ buttonBorder: "#bababa";
104
+ headerBorder: "#c8c8c9";
105
+ headerBg: "#efeff0";
106
+ headerText: "#484848";
107
+ text: "#323232";
108
+ text2: "#181818";
109
+ text3: "#000000";
110
+ sub: "#959595";
111
+ popText: "#666";
112
+ toolbarBorder: "#ababab";
113
+ toolbarBg: "#f8f8f8";
114
+ modalBg: "#f7f7f7";
115
+ modalButtonBg: "#f8f8f8";
116
+ modalButtonBorder: "#c2c2c2";
117
+ inputDisabledBg: "#f3f3f3";
118
+ inputDisabledText: "#959595";
119
+ choiceBg: "#ffffff";
120
+ choiceText: "#999999";
121
+ choiceActiveBg: "#f3f3f3";
122
+ choiceActiveText: "#313131";
123
+ choiceBorder: "#cfcfcf";
124
+ selectorText: "#606060";
125
+ selectorActive: "#008ad2";
126
+ blue1: "#038bf4";
127
+ blue2: "#b7d6f5";
128
+ blue3: "#dbe6ff";
129
+ blue4: "#33b4ff";
130
+ blue5: "#30a2e6";
131
+ orange1: "#ff7200";
132
+ orange1Darker: "#cc5b00";
133
+ purple1: "#7357e8";
134
+ green1: "#3ec234";
135
+ green1Darker: "#38af2f";
136
+ pink1: "#ff388f";
137
+ red1: "#ea2700";
138
+ yellow1: "#ffde9d";
139
+ yellow2: "#e4a429";
140
+ yellow3: "#fff5db";
141
+ pinky1: "#f5c0b7";
142
+ pinky2: "#e07b67";
143
+ pinky3: "#ffe1db";
144
+ grey1: "#737373";
145
+ focusColor: "#dcaf00";
146
+ scrollbarsThumb: "#737373";
147
+ scrollbarsBg: "transparent";
148
+ tableStripedBg: "#fafafa";
149
+ toolButtonText: "#666e80";
150
+ };
151
+ }, import("../../../../node_modules/@stitches/react/types/config").DefaultThemeMap, {
152
+ mx: (value: string | number) => {
153
+ marginLeft: string | number;
154
+ marginRight: string | number;
155
+ };
156
+ my: (value: string | number) => {
157
+ marginTop: string | number;
158
+ marginBottom: string | number;
159
+ };
160
+ px: (value: string | number) => {
161
+ paddingLeft: string | number;
162
+ paddingRight: string | number;
163
+ };
164
+ py: (value: string | number) => {
165
+ paddingTop: string | number;
166
+ paddingBottom: string | number;
167
+ };
168
+ size: (value: string | number) => {
169
+ width: string | number;
170
+ height: string | number;
171
+ };
172
+ }>>;
173
+ export { Container, StyledButton, };
175
174
  //# sourceMappingURL=ModalButtons.styled.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ModalButtons.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/modal/ModalButtons.styled.ts"],"names":[],"mappings":"AA2CA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEhB,CAAC;AAEH,OAAO,EACH,YAAY,GACf,CAAC"}
1
+ {"version":3,"file":"ModalButtons.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/modal/ModalButtons.styled.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKb,CAAC;AAEH,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BhB,CAAC;AAEH,OAAO,EACH,SAAS,EACT,YAAY,GACf,CAAC"}
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModalButtons = void 0;
3
+ exports.StyledButton = exports.Container = void 0;
4
4
  const theme_1 = require("../../../theme");
5
- const fnWithProps_1 = require("../../../types/fnWithProps");
5
+ const useRipple_styled_1 = require("../../../utils/useRipple.styled");
6
6
  const Modal_styled_1 = require("./Modal.styled");
7
7
  const Container = (0, theme_1.styled)("div", {
8
8
  display: "flex",
@@ -10,7 +10,8 @@ const Container = (0, theme_1.styled)("div", {
10
10
  mx: Modal_styled_1.NEGATIVE_PADDING,
11
11
  marginBottom: Modal_styled_1.NEGATIVE_PADDING,
12
12
  });
13
- const Button = (0, theme_1.styled)("button", {
13
+ exports.Container = Container;
14
+ const StyledButton = (0, theme_1.styled)("button", useRipple_styled_1.rippleHostStyles, {
14
15
  "border": "none",
15
16
  "borderTop": "1px solid $modalButtonBorder",
16
17
  "background": "$modalButtonBg",
@@ -37,8 +38,5 @@ const Button = (0, theme_1.styled)("button", {
37
38
  },
38
39
  },
39
40
  });
40
- const ModalButtons = (0, fnWithProps_1.fnWithProps)(Container, {
41
- Button,
42
- });
43
- exports.ModalButtons = ModalButtons;
41
+ exports.StyledButton = StyledButton;
44
42
  //# sourceMappingURL=ModalButtons.styled.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ModalButtons.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/modal/ModalButtons.styled.ts"],"names":[],"mappings":";;;AAAA,0CAA2D;AAC3D,4DAAyD;AACzD,iDAAkD;AAElD,MAAM,SAAS,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC5B,OAAO,EAAE,MAAM;IACf,SAAS,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IACjC,EAAE,EAAE,+BAAgB;IACpB,YAAY,EAAE,+BAAgB;CACjC,CAAC,CAAC;AAEH,MAAM,MAAM,GAAG,IAAA,cAAM,EAAC,QAAQ,EAAE;IAC5B,QAAQ,EAAE,MAAM;IAChB,WAAW,EAAE,8BAA8B;IAC3C,YAAY,EAAE,gBAAgB;IAC9B,MAAM,EAAE,CAAC;IACT,QAAQ,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IAChC,YAAY,EAAE,GAAG;IACjB,SAAS,EAAE,MAAM;IACjB,YAAY,EAAE,QAAQ;IACtB,gBAAgB,EAAE,QAAQ;IAE1B,qBAAqB,EAAE;QACnB,UAAU,EAAE,8BAA8B;KAC7C;IAED,eAAe,EAAE;QACb,sBAAsB,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;KAChD;IAED,cAAc,EAAE;QACZ,uBAAuB,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;KACjD;IAED,UAAU,EAAE;QACR,OAAO,EAAE;YACL,IAAI,EAAE;gBACF,KAAK,EAAE,YAAY;aACtB;SACJ;KACJ;CACJ,CAAC,CAAC;AAEH,MAAM,YAAY,GAAG,IAAA,yBAAW,EAAC,SAAS,EAAE;IACxC,MAAM;CACT,CAAC,CAAC;AAGC,oCAAY"}
1
+ {"version":3,"file":"ModalButtons.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/modal/ModalButtons.styled.ts"],"names":[],"mappings":";;;AAAA,0CAA2D;AAC3D,sEAAmE;AACnE,iDAAkD;AAElD,MAAM,SAAS,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC5B,OAAO,EAAE,MAAM;IACf,SAAS,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IACjC,EAAE,EAAE,+BAAgB;IACpB,YAAY,EAAE,+BAAgB;CACjC,CAAC,CAAC;AAmCC,8BAAS;AAjCb,MAAM,YAAY,GAAG,IAAA,cAAM,EAAC,QAAQ,EAAE,mCAAgB,EAAE;IACpD,QAAQ,EAAE,MAAM;IAChB,WAAW,EAAE,8BAA8B;IAC3C,YAAY,EAAE,gBAAgB;IAC9B,MAAM,EAAE,CAAC;IACT,QAAQ,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IAChC,YAAY,EAAE,GAAG;IACjB,SAAS,EAAE,MAAM;IACjB,YAAY,EAAE,QAAQ;IACtB,gBAAgB,EAAE,QAAQ;IAE1B,qBAAqB,EAAE;QACnB,UAAU,EAAE,8BAA8B;KAC7C;IAED,eAAe,EAAE;QACb,sBAAsB,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;KAChD;IAED,cAAc,EAAE;QACZ,uBAAuB,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;KACjD;IAED,UAAU,EAAE;QACR,OAAO,EAAE;YACL,IAAI,EAAE;gBACF,KAAK,EAAE,YAAY;aACtB;SACJ;KACJ;CACJ,CAAC,CAAC;AAIC,oCAAY"}
@@ -1 +1 @@
1
- {"version":3,"file":"Pop.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/pop/Pop.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKX,CAAC;AAEH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAOR,CAAC;AAEH,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQZ,CAAC;AAEH,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkBV,CAAC;AAEH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAGR,CAAC;AAEH,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKZ,CAAC;AAEH,OAAO,EACH,OAAO,EACP,IAAI,EACJ,QAAQ,EACR,MAAM,EACN,IAAI,EACJ,QAAQ,GACX,CAAC"}
1
+ {"version":3,"file":"Pop.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/pop/Pop.styled.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKX,CAAC;AAEH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAOR,CAAC;AAEH,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQZ,CAAC;AAEH,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAcV,CAAC;AAEH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAGR,CAAC;AAEH,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKZ,CAAC;AAEH,OAAO,EACH,OAAO,EACP,IAAI,EACJ,QAAQ,EACR,MAAM,EACN,IAAI,EACJ,QAAQ,GACX,CAAC"}
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FakeIcon = exports.Icon = exports.Button = exports.ListItem = exports.List = exports.Overlay = void 0;
4
4
  const theme_1 = require("../../../theme");
5
+ const useRipple_styled_1 = require("../../../utils/useRipple.styled");
5
6
  const Overlay = (0, theme_1.styled)("div", {
6
7
  position: "fixed",
7
8
  background: "#0000004c",
@@ -27,23 +28,20 @@ const ListItem = (0, theme_1.styled)("li", {
27
28
  },
28
29
  });
29
30
  exports.ListItem = ListItem;
30
- const Button = (0, theme_1.styled)("button", {
31
- "border": "none",
32
- "background": "$background",
33
- "height": (0, theme_1.dimensionsPxToRem)(116),
34
- "padding": `0 ${(0, theme_1.dimensionsPxToRem)(42)}`,
35
- "boxSizing": "border-box",
36
- "width": "100%",
37
- "minWidth": (0, theme_1.dimensionsPxToRem)(460),
38
- "textAlign": "left",
39
- "color": "$popText",
40
- "fontSize": (0, theme_1.fontPxToRem)(26),
41
- "fontWeight": "revert",
42
- "display": "flex",
43
- "alignItems": "center",
44
- "&:hover": {
45
- background: "$activeBg",
46
- },
31
+ const Button = (0, theme_1.styled)("button", useRipple_styled_1.rippleHostStyles, {
32
+ border: "none",
33
+ background: "$background",
34
+ height: (0, theme_1.dimensionsPxToRem)(116),
35
+ padding: `0 ${(0, theme_1.dimensionsPxToRem)(42)}`,
36
+ boxSizing: "border-box",
37
+ width: "100%",
38
+ minWidth: (0, theme_1.dimensionsPxToRem)(460),
39
+ textAlign: "left",
40
+ color: "$popText",
41
+ fontSize: (0, theme_1.fontPxToRem)(26),
42
+ fontWeight: "revert",
43
+ display: "flex",
44
+ alignItems: "center",
47
45
  });
48
46
  exports.Button = Button;
49
47
  const Icon = (0, theme_1.styled)("div", {
@@ -1 +1 @@
1
- {"version":3,"file":"Pop.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/pop/Pop.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAwE;AAExE,MAAM,OAAO,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC1B,QAAQ,EAAE,OAAO;IACjB,UAAU,EAAE,WAAW;IACvB,KAAK,EAAE,CAAC;IACR,MAAM,EAAE,CAAC;CACZ,CAAC,CAAC;AAsDC,0BAAO;AApDX,MAAM,IAAI,GAAG,IAAA,cAAM,EAAC,IAAI,EAAE;IACtB,MAAM,EAAE,CAAC;IACT,QAAQ,EAAE,UAAU;IACpB,UAAU,EAAE,aAAa;IACzB,MAAM,EAAE,CAAC;IACT,OAAO,EAAE,CAAC;IACV,aAAa,EAAE,MAAM;CACxB,CAAC,CAAC;AA8CC,oBAAI;AA5CR,MAAM,QAAQ,GAAG,IAAA,cAAM,EAAC,IAAI,EAAE;IAC1B,QAAQ,EAAE,CAAC;IACX,SAAS,EAAE,CAAC;IACZ,eAAe,EAAE,MAAM;IAEvB,OAAO,EAAE;QACL,SAAS,EAAE,mBAAmB;KACjC;CACJ,CAAC,CAAC;AAqCC,4BAAQ;AAnCZ,MAAM,MAAM,GAAG,IAAA,cAAM,EAAC,QAAQ,EAAE;IAC5B,QAAQ,EAAE,MAAM;IAChB,YAAY,EAAE,aAAa;IAC3B,QAAQ,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IAChC,SAAS,EAAE,KAAK,IAAA,yBAAiB,EAAC,EAAE,CAAC,EAAE;IACvC,WAAW,EAAE,YAAY;IACzB,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IAClC,WAAW,EAAE,MAAM;IACnB,OAAO,EAAE,UAAU;IACnB,UAAU,EAAE,IAAA,mBAAW,EAAC,EAAE,CAAC;IAC3B,YAAY,EAAE,QAAQ;IACtB,SAAS,EAAE,MAAM;IACjB,YAAY,EAAE,QAAQ;IAEtB,SAAS,EAAE;QACP,UAAU,EAAE,WAAW;KAC1B;CACJ,CAAC,CAAC;AAkBC,wBAAM;AAhBV,MAAM,IAAI,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IACvB,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;CACrC,CAAC,CAAC;AAcC,oBAAI;AAZR,MAAM,QAAQ,GAAG,IAAA,cAAM,EAAC,MAAM,EAAE;IAC5B,OAAO,EAAE,cAAc;IACvB,KAAK,EAAE,EAAE;IACT,MAAM,EAAE,EAAE;IACV,WAAW,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;CACrC,CAAC,CAAC;AAQC,4BAAQ"}
1
+ {"version":3,"file":"Pop.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/pop/Pop.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAwE;AACxE,sEAAmE;AAEnE,MAAM,OAAO,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC1B,QAAQ,EAAE,OAAO;IACjB,UAAU,EAAE,WAAW;IACvB,KAAK,EAAE,CAAC;IACR,MAAM,EAAE,CAAC;CACZ,CAAC,CAAC;AAkDC,0BAAO;AAhDX,MAAM,IAAI,GAAG,IAAA,cAAM,EAAC,IAAI,EAAE;IACtB,MAAM,EAAE,CAAC;IACT,QAAQ,EAAE,UAAU;IACpB,UAAU,EAAE,aAAa;IACzB,MAAM,EAAE,CAAC;IACT,OAAO,EAAE,CAAC;IACV,aAAa,EAAE,MAAM;CACxB,CAAC,CAAC;AA0CC,oBAAI;AAxCR,MAAM,QAAQ,GAAG,IAAA,cAAM,EAAC,IAAI,EAAE;IAC1B,QAAQ,EAAE,CAAC;IACX,SAAS,EAAE,CAAC;IACZ,eAAe,EAAE,MAAM;IAEvB,OAAO,EAAE;QACL,SAAS,EAAE,mBAAmB;KACjC;CACJ,CAAC,CAAC;AAiCC,4BAAQ;AA/BZ,MAAM,MAAM,GAAG,IAAA,cAAM,EAAC,QAAQ,EAAE,mCAAgB,EAAE;IAC9C,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,aAAa;IACzB,MAAM,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IAC9B,OAAO,EAAE,KAAK,IAAA,yBAAiB,EAAC,EAAE,CAAC,EAAE;IACrC,SAAS,EAAE,YAAY;IACvB,KAAK,EAAE,MAAM;IACb,QAAQ,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IAChC,SAAS,EAAE,MAAM;IACjB,KAAK,EAAE,UAAU;IACjB,QAAQ,EAAE,IAAA,mBAAW,EAAC,EAAE,CAAC;IACzB,UAAU,EAAE,QAAQ;IACpB,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;CACvB,CAAC,CAAC;AAkBC,wBAAM;AAhBV,MAAM,IAAI,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IACvB,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;CACrC,CAAC,CAAC;AAcC,oBAAI;AAZR,MAAM,QAAQ,GAAG,IAAA,cAAM,EAAC,MAAM,EAAE;IAC5B,OAAO,EAAE,cAAc;IACvB,KAAK,EAAE,EAAE;IACT,MAAM,EAAE,EAAE;IACV,WAAW,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;CACrC,CAAC,CAAC;AAQC,4BAAQ"}
@@ -1 +1 @@
1
- {"version":3,"file":"PopOption.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/pop/PopOption.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAI1C,UAAU,KAAK;IACX,IAAI,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;IAC1B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B;AAED,QAAA,MAAM,SAAS,6EAUb,CAAC;AAKH,QAAA,MAAM,uBAAuB,QAAoB,CAAC;AAClD,QAAA,MAAM,qBAAqB,QAAkB,CAAC;AAE9C,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,qBAAqB,EAAE,CAAC"}
1
+ {"version":3,"file":"PopOption.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/pop/PopOption.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAO1C,UAAU,KAAK;IACX,IAAI,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;IAC1B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B;AAED,QAAA,MAAM,SAAS,6EAqBb,CAAC;AAKH,QAAA,MAAM,uBAAuB,QAAoB,CAAC;AAClD,QAAA,MAAM,qBAAqB,QAAkB,CAAC;AAE9C,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,qBAAqB,EAAE,CAAC"}
@@ -35,16 +35,21 @@ var __importStar = (this && this.__importStar) || (function () {
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.PopOptionIconSelector = exports.PopOptionButtonSelector = exports.PopOption = void 0;
37
37
  const react_1 = __importStar(require("react"));
38
+ const use_forwarded_ref_1 = require("@bedrock-layout/use-forwarded-ref");
39
+ const useRipple_1 = require("../../../utils/useRipple");
38
40
  const Pop_styled_1 = require("./Pop.styled");
39
41
  const PopOption = (0, react_1.forwardRef)((props, ref) => {
40
42
  var _a;
43
+ const buttonRef = (0, use_forwarded_ref_1.useForwardedRef)(null);
44
+ const ripple = (0, useRipple_1.useRipple)({ ref: buttonRef });
41
45
  const ic = props.icon
42
46
  ? react_1.default.createElement(Pop_styled_1.Icon, null, props.icon)
43
47
  : (((_a = props.forceEmptyIcon) !== null && _a !== void 0 ? _a : true) ? react_1.default.createElement(Pop_styled_1.FakeIcon, null) : null);
44
48
  return (react_1.default.createElement(Pop_styled_1.ListItem, { ref: ref, className: props.className },
45
- react_1.default.createElement(Pop_styled_1.Button, { onClick: props.onClick },
49
+ react_1.default.createElement(Pop_styled_1.Button, { ref: buttonRef, onClick: props.onClick, onPointerDown: ripple.onPointerDown, onKeyDown: ripple.onKeyDown },
46
50
  ic,
47
- props.children)));
51
+ props.children,
52
+ ripple.ripples)));
48
53
  });
49
54
  exports.PopOption = PopOption;
50
55
  PopOption.displayName = "PopOption";
@@ -1 +1 @@
1
- {"version":3,"file":"PopOption.js","sourceRoot":"","sources":["../../../../src/components/ui/pop/PopOption.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA0C;AAE1C,6CAAgE;AAUhE,MAAM,SAAS,GAAG,IAAA,kBAAU,EAAuB,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;;IAC9D,MAAM,EAAE,GAAG,KAAK,CAAC,IAAI;QACjB,CAAC,CAAC,8BAAC,iBAAI,QAAE,KAAK,CAAC,IAAI,CAAQ;QAC3B,CAAC,CAAC,CAAC,CAAC,MAAA,KAAK,CAAC,cAAc,mCAAI,IAAI,CAAC,CAAC,CAAC,CAAC,8BAAC,qBAAQ,OAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;IAE7D,OAAO,CACH,8BAAC,qBAAQ,IAAC,GAAG,EAAE,GAAG,EAAE,SAAS,EAAE,KAAK,CAAC,SAAS;QAC1C,8BAAC,mBAAM,IAAC,OAAO,EAAE,KAAK,CAAC,OAAO;YAAG,EAAE;YAAE,KAAK,CAAC,QAAQ,CAAU,CACtD,CACd,CAAC;AACN,CAAC,CAAC,CAAC;AAQM,8BAAS;AANlB,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AACpC,SAAS,CAAC,QAAQ,GAAG,GAAG,EAAE,CAAC,qBAAQ,CAAC,QAAQ,EAAE,CAAC;AAE/C,MAAM,uBAAuB,GAAG,mBAAM,CAAC,QAAQ,EAAE,CAAC;AAG9B,0DAAuB;AAF3C,MAAM,qBAAqB,GAAG,iBAAI,CAAC,QAAQ,EAAE,CAAC;AAED,sDAAqB"}
1
+ {"version":3,"file":"PopOption.js","sourceRoot":"","sources":["../../../../src/components/ui/pop/PopOption.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA0C;AAE1C,yEAAoE;AAEpE,wDAAqD;AACrD,6CAAgE;AAUhE,MAAM,SAAS,GAAG,IAAA,kBAAU,EAAuB,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;;IAC9D,MAAM,SAAS,GAAG,IAAA,mCAAe,EAA2B,IAAI,CAAC,CAAC;IAClE,MAAM,MAAM,GAAG,IAAA,qBAAS,EAAC,EAAE,GAAG,EAAE,SAAS,EAAE,CAAC,CAAC;IAE7C,MAAM,EAAE,GAAG,KAAK,CAAC,IAAI;QACjB,CAAC,CAAC,8BAAC,iBAAI,QAAE,KAAK,CAAC,IAAI,CAAQ;QAC3B,CAAC,CAAC,CAAC,CAAC,MAAA,KAAK,CAAC,cAAc,mCAAI,IAAI,CAAC,CAAC,CAAC,CAAC,8BAAC,qBAAQ,OAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;IAE7D,OAAO,CACH,8BAAC,qBAAQ,IAAC,GAAG,EAAE,GAAG,EAAE,SAAS,EAAE,KAAK,CAAC,SAAS;QAC1C,8BAAC,mBAAM,IACH,GAAG,EAAE,SAAS,EACd,OAAO,EAAE,KAAK,CAAC,OAAO,EACtB,aAAa,EAAE,MAAM,CAAC,aAAa,EACnC,SAAS,EAAE,MAAM,CAAC,SAAS;YAE1B,EAAE;YAAE,KAAK,CAAC,QAAQ;YAClB,MAAM,CAAC,OAAO,CACV,CACF,CACd,CAAC;AACN,CAAC,CAAC,CAAC;AAQM,8BAAS;AANlB,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AACpC,SAAS,CAAC,QAAQ,GAAG,GAAG,EAAE,CAAC,qBAAQ,CAAC,QAAQ,EAAE,CAAC;AAE/C,MAAM,uBAAuB,GAAG,mBAAM,CAAC,QAAQ,EAAE,CAAC;AAG9B,0DAAuB;AAF3C,MAAM,qBAAqB,GAAG,iBAAI,CAAC,QAAQ,EAAE,CAAC;AAED,sDAAqB"}