@seeqdev/qomponents 0.0.131 → 0.0.132

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 (253) hide show
  1. package/README.md +135 -135
  2. package/dist/Accordion/Accordion.js +9 -0
  3. package/dist/Accordion/Accordion.js.map +1 -0
  4. package/dist/Accordion/Accordion.stories.js +115 -0
  5. package/dist/Accordion/Accordion.stories.js.map +1 -0
  6. package/dist/Accordion/Accordion.test.js +55 -0
  7. package/dist/Accordion/Accordion.test.js.map +1 -0
  8. package/dist/Accordion/Accordion.types.js +2 -0
  9. package/dist/Accordion/Accordion.types.js.map +1 -0
  10. package/dist/Accordion/index.js +2 -0
  11. package/dist/Accordion/index.js.map +1 -0
  12. package/dist/Alert/Alert.js +34 -0
  13. package/dist/Alert/Alert.js.map +1 -0
  14. package/dist/Alert/Alert.stories.js +52 -0
  15. package/dist/Alert/Alert.stories.js.map +1 -0
  16. package/dist/Alert/Alert.test.js +51 -0
  17. package/dist/Alert/Alert.test.js.map +1 -0
  18. package/dist/Alert/Alert.types.js +2 -0
  19. package/dist/Alert/Alert.types.js.map +1 -0
  20. package/dist/Alert/index.js +2 -0
  21. package/dist/Alert/index.js.map +1 -0
  22. package/dist/Button/Button.js +92 -0
  23. package/dist/Button/Button.js.map +1 -0
  24. package/dist/Button/Button.stories.js +100 -0
  25. package/dist/Button/Button.stories.js.map +1 -0
  26. package/dist/Button/Button.test.js +49 -0
  27. package/dist/Button/Button.test.js.map +1 -0
  28. package/dist/Button/Button.types.js +5 -0
  29. package/dist/Button/Button.types.js.map +1 -0
  30. package/dist/Button/index.js +2 -0
  31. package/dist/Button/index.js.map +1 -0
  32. package/dist/ButtonGroup/ButtonGroup.js +33 -0
  33. package/dist/ButtonGroup/ButtonGroup.js.map +1 -0
  34. package/dist/ButtonGroup/ButtonGroup.stories.js +385 -0
  35. package/dist/ButtonGroup/ButtonGroup.stories.js.map +1 -0
  36. package/dist/ButtonGroup/ButtonGroup.test.js +67 -0
  37. package/dist/ButtonGroup/ButtonGroup.test.js.map +1 -0
  38. package/dist/ButtonGroup/ButtonGroup.types.js +2 -0
  39. package/dist/ButtonGroup/ButtonGroup.types.js.map +1 -0
  40. package/dist/ButtonGroup/index.js +2 -0
  41. package/dist/ButtonGroup/index.js.map +1 -0
  42. package/dist/ButtonWithDropdown/ButtonWithDropdown.js +60 -0
  43. package/dist/ButtonWithDropdown/ButtonWithDropdown.js.map +1 -0
  44. package/dist/ButtonWithDropdown/ButtonWithDropdown.stories.js +143 -0
  45. package/dist/ButtonWithDropdown/ButtonWithDropdown.stories.js.map +1 -0
  46. package/dist/ButtonWithDropdown/ButtonWithDropdown.test.js +93 -0
  47. package/dist/ButtonWithDropdown/ButtonWithDropdown.test.js.map +1 -0
  48. package/dist/ButtonWithDropdown/ButtonWithDropdown.types.js +2 -0
  49. package/dist/ButtonWithDropdown/ButtonWithDropdown.types.js.map +1 -0
  50. package/dist/ButtonWithDropdown/index.js +2 -0
  51. package/dist/ButtonWithDropdown/index.js.map +1 -0
  52. package/dist/ButtonWithPopover/ButtonWithPopover.js +62 -0
  53. package/dist/ButtonWithPopover/ButtonWithPopover.js.map +1 -0
  54. package/dist/ButtonWithPopover/ButtonWithPopover.stories.js +75 -0
  55. package/dist/ButtonWithPopover/ButtonWithPopover.stories.js.map +1 -0
  56. package/dist/ButtonWithPopover/ButtonWithPopover.test.js +82 -0
  57. package/dist/ButtonWithPopover/ButtonWithPopover.test.js.map +1 -0
  58. package/dist/ButtonWithPopover/ButtonWithPopover.types.js +2 -0
  59. package/dist/ButtonWithPopover/ButtonWithPopover.types.js.map +1 -0
  60. package/dist/ButtonWithPopover/index.js +2 -0
  61. package/dist/ButtonWithPopover/index.js.map +1 -0
  62. package/dist/Carousel/Carousel.js +67 -0
  63. package/dist/Carousel/Carousel.js.map +1 -0
  64. package/dist/Carousel/Carousel.stories.js +115 -0
  65. package/dist/Carousel/Carousel.stories.js.map +1 -0
  66. package/dist/Carousel/Carousel.test.js +48 -0
  67. package/dist/Carousel/Carousel.test.js.map +1 -0
  68. package/dist/Carousel/Carousel.types.js +2 -0
  69. package/dist/Carousel/Carousel.types.js.map +1 -0
  70. package/dist/Carousel/index.js +2 -0
  71. package/dist/Carousel/index.js.map +1 -0
  72. package/dist/Checkbox/Checkbox.js +26 -0
  73. package/dist/Checkbox/Checkbox.js.map +1 -0
  74. package/dist/Checkbox/Checkbox.stories.js +34 -0
  75. package/dist/Checkbox/Checkbox.stories.js.map +1 -0
  76. package/dist/Checkbox/Checkbox.test.js +94 -0
  77. package/dist/Checkbox/Checkbox.test.js.map +1 -0
  78. package/dist/Checkbox/Checkbox.types.js +2 -0
  79. package/dist/Checkbox/Checkbox.types.js.map +1 -0
  80. package/dist/Checkbox/index.js +2 -0
  81. package/dist/Checkbox/index.js.map +1 -0
  82. package/dist/Collapse/Collapse.js +18 -0
  83. package/dist/Collapse/Collapse.js.map +1 -0
  84. package/dist/Collapse/Collapse.stories.js +37 -0
  85. package/dist/Collapse/Collapse.stories.js.map +1 -0
  86. package/dist/Collapse/Collapse.test.js +19 -0
  87. package/dist/Collapse/Collapse.test.js.map +1 -0
  88. package/dist/Collapse/Collapse.types.js +2 -0
  89. package/dist/Collapse/Collapse.types.js.map +1 -0
  90. package/dist/Collapse/index.js +2 -0
  91. package/dist/Collapse/index.js.map +1 -0
  92. package/dist/FontCustom.woff +0 -0
  93. package/dist/FontCustom.woff2 +0 -0
  94. package/dist/Icon/Icon.js +55 -0
  95. package/dist/Icon/Icon.js.map +1 -0
  96. package/dist/Icon/Icon.stories.js +47 -0
  97. package/dist/Icon/Icon.stories.js.map +1 -0
  98. package/dist/Icon/Icon.test.js +55 -0
  99. package/dist/Icon/Icon.test.js.map +1 -0
  100. package/dist/Icon/Icon.types.js +16 -0
  101. package/dist/Icon/Icon.types.js.map +1 -0
  102. package/dist/Icon/index.js +2 -0
  103. package/dist/Icon/index.js.map +1 -0
  104. package/dist/InputGroup/InputGroup.js +32 -0
  105. package/dist/InputGroup/InputGroup.js.map +1 -0
  106. package/dist/InputGroup/InputGroup.stories.js +168 -0
  107. package/dist/InputGroup/InputGroup.stories.js.map +1 -0
  108. package/dist/InputGroup/InputGroup.test.js +43 -0
  109. package/dist/InputGroup/InputGroup.test.js.map +1 -0
  110. package/dist/InputGroup/InputGroup.types.js +2 -0
  111. package/dist/InputGroup/InputGroup.types.js.map +1 -0
  112. package/dist/InputGroup/index.js +2 -0
  113. package/dist/InputGroup/index.js.map +1 -0
  114. package/dist/Modal/Modal.js +100 -0
  115. package/dist/Modal/Modal.js.map +1 -0
  116. package/dist/Modal/Modal.stories.js +127 -0
  117. package/dist/Modal/Modal.stories.js.map +1 -0
  118. package/dist/Modal/Modal.test.js +108 -0
  119. package/dist/Modal/Modal.test.js.map +1 -0
  120. package/dist/Modal/Modal.types.js +2 -0
  121. package/dist/Modal/Modal.types.js.map +1 -0
  122. package/dist/Modal/index.js +2 -0
  123. package/dist/Modal/index.js.map +1 -0
  124. package/dist/ProgressBar/ProgressBar.js +30 -0
  125. package/dist/ProgressBar/ProgressBar.js.map +1 -0
  126. package/dist/ProgressBar/ProgressBar.stories.js +73 -0
  127. package/dist/ProgressBar/ProgressBar.stories.js.map +1 -0
  128. package/dist/ProgressBar/ProgressBar.test.js +38 -0
  129. package/dist/ProgressBar/ProgressBar.test.js.map +1 -0
  130. package/dist/ProgressBar/ProgressBar.types.js +2 -0
  131. package/dist/ProgressBar/ProgressBar.types.js.map +1 -0
  132. package/dist/ProgressBar/index.js +2 -0
  133. package/dist/ProgressBar/index.js.map +1 -0
  134. package/dist/SeeqActionDropdown/SeeqActionDropdown.js +48 -0
  135. package/dist/SeeqActionDropdown/SeeqActionDropdown.js.map +1 -0
  136. package/dist/SeeqActionDropdown/SeeqActionDropdown.stories.js +80 -0
  137. package/dist/SeeqActionDropdown/SeeqActionDropdown.stories.js.map +1 -0
  138. package/dist/SeeqActionDropdown/SeeqActionDropdown.test.js +73 -0
  139. package/dist/SeeqActionDropdown/SeeqActionDropdown.test.js.map +1 -0
  140. package/dist/SeeqActionDropdown/SeeqActionDropdown.types.js +2 -0
  141. package/dist/SeeqActionDropdown/SeeqActionDropdown.types.js.map +1 -0
  142. package/dist/SeeqActionDropdown/index.js +2 -0
  143. package/dist/SeeqActionDropdown/index.js.map +1 -0
  144. package/dist/SeeqActionDropdown/variants.js +23 -0
  145. package/dist/SeeqActionDropdown/variants.js.map +1 -0
  146. package/dist/Select/Select.js +174 -0
  147. package/dist/Select/Select.js.map +1 -0
  148. package/dist/Select/Select.stories.js +80 -0
  149. package/dist/Select/Select.stories.js.map +1 -0
  150. package/dist/Select/Select.test.js +182 -0
  151. package/dist/Select/Select.test.js.map +1 -0
  152. package/dist/Select/Select.types.js +2 -0
  153. package/dist/Select/Select.types.js.map +1 -0
  154. package/dist/Select/index.js +3 -0
  155. package/dist/Select/index.js.map +1 -0
  156. package/dist/Slider/Slider.js +13 -0
  157. package/dist/Slider/Slider.js.map +1 -0
  158. package/dist/Slider/Slider.stories.js +58 -0
  159. package/dist/Slider/Slider.stories.js.map +1 -0
  160. package/dist/Slider/Slider.test.js +33 -0
  161. package/dist/Slider/Slider.test.js.map +1 -0
  162. package/dist/Slider/Slider.types.js +2 -0
  163. package/dist/Slider/Slider.types.js.map +1 -0
  164. package/dist/Slider/index.js +2 -0
  165. package/dist/Slider/index.js.map +1 -0
  166. package/dist/Tabs/Tabs.js +22 -0
  167. package/dist/Tabs/Tabs.js.map +1 -0
  168. package/dist/Tabs/Tabs.stories.js +91 -0
  169. package/dist/Tabs/Tabs.stories.js.map +1 -0
  170. package/dist/Tabs/Tabs.test.js +91 -0
  171. package/dist/Tabs/Tabs.test.js.map +1 -0
  172. package/dist/Tabs/Tabs.types.js +2 -0
  173. package/dist/Tabs/Tabs.types.js.map +1 -0
  174. package/dist/Tabs/index.js +2 -0
  175. package/dist/Tabs/index.js.map +1 -0
  176. package/dist/TextArea/TextArea.js +25 -0
  177. package/dist/TextArea/TextArea.js.map +1 -0
  178. package/dist/TextArea/TextArea.stories.js +46 -0
  179. package/dist/TextArea/TextArea.stories.js.map +1 -0
  180. package/dist/TextArea/TextArea.test.js +68 -0
  181. package/dist/TextArea/TextArea.test.js.map +1 -0
  182. package/dist/TextArea/TextArea.types.js +2 -0
  183. package/dist/TextArea/TextArea.types.js.map +1 -0
  184. package/dist/TextArea/index.js +2 -0
  185. package/dist/TextArea/index.js.map +1 -0
  186. package/dist/TextField/TextField.js +79 -0
  187. package/dist/TextField/TextField.js.map +1 -0
  188. package/dist/TextField/TextField.stories.js +70 -0
  189. package/dist/TextField/TextField.stories.js.map +1 -0
  190. package/dist/TextField/TextField.test.js +39 -0
  191. package/dist/TextField/TextField.test.js.map +1 -0
  192. package/dist/TextField/TextField.types.js +2 -0
  193. package/dist/TextField/TextField.types.js.map +1 -0
  194. package/dist/TextField/index.js +2 -0
  195. package/dist/TextField/index.js.map +1 -0
  196. package/dist/ToolbarButton/ToolbarButton.js +75 -0
  197. package/dist/ToolbarButton/ToolbarButton.js.map +1 -0
  198. package/dist/ToolbarButton/ToolbarButton.stories.js +94 -0
  199. package/dist/ToolbarButton/ToolbarButton.stories.js.map +1 -0
  200. package/dist/ToolbarButton/ToolbarButton.test.js +93 -0
  201. package/dist/ToolbarButton/ToolbarButton.test.js.map +1 -0
  202. package/dist/ToolbarButton/ToolbarButton.types.js +2 -0
  203. package/dist/ToolbarButton/ToolbarButton.types.js.map +1 -0
  204. package/dist/ToolbarButton/index.js +2 -0
  205. package/dist/ToolbarButton/index.js.map +1 -0
  206. package/dist/Tooltip/QTip.stories.js +45 -0
  207. package/dist/Tooltip/QTip.stories.js.map +1 -0
  208. package/dist/Tooltip/QTip.types.js +2 -0
  209. package/dist/Tooltip/QTip.types.js.map +1 -0
  210. package/dist/Tooltip/QTipPerformance.stories.js +30 -0
  211. package/dist/Tooltip/QTipPerformance.stories.js.map +1 -0
  212. package/dist/Tooltip/Qtip.js +168 -0
  213. package/dist/Tooltip/Qtip.js.map +1 -0
  214. package/dist/Tooltip/Tooltip.js +36 -0
  215. package/dist/Tooltip/Tooltip.js.map +1 -0
  216. package/dist/Tooltip/Tooltip.stories.js +32 -0
  217. package/dist/Tooltip/Tooltip.stories.js.map +1 -0
  218. package/dist/Tooltip/Tooltip.types.js +3 -0
  219. package/dist/Tooltip/Tooltip.types.js.map +1 -0
  220. package/dist/Tooltip/TooltipPerformance.stories.js +30 -0
  221. package/dist/Tooltip/TooltipPerformance.stories.js.map +1 -0
  222. package/dist/Tooltip/index.js +3 -0
  223. package/dist/Tooltip/index.js.map +1 -0
  224. package/dist/Tooltip/qTip.utilities.js +11 -0
  225. package/dist/Tooltip/qTip.utilities.js.map +1 -0
  226. package/dist/example/.eslintrc.cjs +14 -14
  227. package/dist/example/README.md +33 -33
  228. package/dist/example/index.html +13 -13
  229. package/dist/example/package.json +30 -30
  230. package/dist/example/src/ComplexSelectExample.tsx +81 -81
  231. package/dist/example/src/Example.tsx +408 -408
  232. package/dist/example/src/index.css +102 -102
  233. package/dist/example/src/main.tsx +10 -10
  234. package/dist/example/src/vite-env.d.ts +1 -1
  235. package/dist/example/tsconfig.json +33 -33
  236. package/dist/example/tsconfig.node.json +12 -12
  237. package/dist/example/vite.config.ts +12 -12
  238. package/dist/index.esm.js +12 -12
  239. package/dist/index.esm.js.map +1 -1
  240. package/dist/index.js +12 -12
  241. package/dist/index.js.map +1 -1
  242. package/dist/styles.css +3709 -3705
  243. package/dist/types.js +2 -0
  244. package/dist/types.js.map +1 -0
  245. package/dist/utils/browserId.js +29 -0
  246. package/dist/utils/browserId.js.map +1 -0
  247. package/dist/utils/svg.js +20 -0
  248. package/dist/utils/svg.js.map +1 -0
  249. package/dist/utils/validateStyleDimension.js +14 -0
  250. package/dist/utils/validateStyleDimension.js.map +1 -0
  251. package/dist/utils/validateStyleDimension.test.js +20 -0
  252. package/dist/utils/validateStyleDimension.test.js.map +1 -0
  253. package/package.json +86 -86
@@ -0,0 +1,127 @@
1
+ import React, { useEffect, useState } from 'react';
2
+ import Modal from './Modal';
3
+ import Button from '../Button';
4
+ export default {
5
+ title: 'Modal',
6
+ };
7
+ const modalBody = (React.createElement("div", null, "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum."));
8
+ const waitUntil = async (timeout) => {
9
+ return new Promise((resolve) => {
10
+ setTimeout(() => resolve('yes'), timeout);
11
+ });
12
+ };
13
+ const ModalComponent = ({ bodyClass = '', title: originalTitle, titleIcon, isTitleEditable, children, hideCloseIcon, disableSubmitButton, size, buttonLabel = 'Open Modal', customButton, customButtonLabel, submitButtonVariant, onSubmit, }) => {
14
+ const [open, setOpen] = useState(false);
15
+ const [title, setTitle] = useState(originalTitle);
16
+ useEffect(() => {
17
+ return () => {
18
+ document.body.className = '';
19
+ };
20
+ }, []);
21
+ const onClose = () => {
22
+ document.body.className = '';
23
+ setOpen(false);
24
+ };
25
+ return (React.createElement("div", { className: "tw-p-4" },
26
+ React.createElement(Button, { onClick: () => {
27
+ document.body.className = bodyClass;
28
+ setOpen(true);
29
+ }, label: buttonLabel }),
30
+ React.createElement(Modal, { open: open, onClose: onClose, title: title, titleIcon: titleIcon, isTitleEditable: isTitleEditable, onTitleChanged: (event) => setTitle(event.target.value), hideCloseIcon: hideCloseIcon, disableSubmitButton: disableSubmitButton, size: size, onSubmit: onSubmit, customButton: customButton, submitButtonVariant: submitButtonVariant, onPointerDownOutside: onClose, customButtonLabel: customButtonLabel }, children)));
31
+ };
32
+ export const AllModalsVariants = () => {
33
+ const colors = ['Topic', 'Analysis', 'Datalab', 'Vantage'];
34
+ const sizes = ['xs', 'sm', 'md', 'lg', 'xl', '2xl', '3xl', '4xl', '5xl', '6xl'];
35
+ return (React.createElement("div", { className: "tw-grid tw-grid-cols-4 tw-gap-4" }, colors.map((color) => (React.createElement("div", { key: color },
36
+ React.createElement("b", null,
37
+ color,
38
+ " colors"),
39
+ React.createElement("div", { className: "tw-p-4 light" }, sizes.map((size) => (React.createElement(ModalComponent, { key: `${size}_${color}`, bodyClass: `color_${color.toLowerCase()}`, title: "Modal example", children: modalBody, size: size, buttonLabel: `Open ${size} size modal` })))),
40
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" }, sizes.map((size) => (React.createElement(ModalComponent, { key: `${size}_${color}_dark`, bodyClass: `color_${color.toLowerCase()} tw-dark color_${color.toLowerCase()}_dark`, title: "Modal example", children: modalBody, size: size, buttonLabel: `Open ${size} size modal` })))))))));
41
+ };
42
+ export const ModalsWithDisabledSubmit = () => (React.createElement("div", { className: "tw-grid tw-grid-cols-4 tw-gap-4" },
43
+ React.createElement("div", null,
44
+ React.createElement("b", null, "Topic Colors"),
45
+ React.createElement("div", { className: "tw-p-4 light" },
46
+ React.createElement(ModalComponent, { bodyClass: "color_topic", title: "Disabled submit button example", disableSubmitButton: true, children: modalBody })),
47
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
48
+ React.createElement(ModalComponent, { bodyClass: "color_topic tw-dark color_analysis_dark", title: "Disabled submit button example", disableSubmitButton: true, children: modalBody }))),
49
+ React.createElement("div", null,
50
+ React.createElement("b", null, "Analysis Colors"),
51
+ React.createElement("div", { className: "tw-p-4 light" },
52
+ React.createElement(ModalComponent, { bodyClass: "color_analysis", title: "Disabled submit button example", disableSubmitButton: true, children: modalBody })),
53
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
54
+ React.createElement(ModalComponent, { bodyClass: "color_analysis tw-dark color_analysis_dark", title: "Disabled submit button example", disableSubmitButton: true, children: modalBody }))),
55
+ React.createElement("div", null,
56
+ React.createElement("b", null, "Datalab Colors"),
57
+ React.createElement("div", { className: "tw-p-4 light" },
58
+ React.createElement(ModalComponent, { bodyClass: "color_datalab", title: "Disabled submit button example", disableSubmitButton: true, children: modalBody })),
59
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
60
+ React.createElement(ModalComponent, { bodyClass: "color_datalab tw-dark color_analysis_dark", title: "Disabled submit button example", disableSubmitButton: true, children: modalBody }))),
61
+ React.createElement("div", null,
62
+ React.createElement("b", null, "Vantage Colors"),
63
+ React.createElement("div", { className: "tw-p-4 light" },
64
+ React.createElement(ModalComponent, { bodyClass: "color_vantage", title: "Disabled submit button example", disableSubmitButton: true, children: modalBody })),
65
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
66
+ React.createElement(ModalComponent, { bodyClass: "color_vantage tw-dark color_vantage_dark", title: "Disabled submit button example", disableSubmitButton: true, children: modalBody })))));
67
+ export const ModalsWithEditableTitle = () => {
68
+ const colors = ['Topic', 'Analysis', 'Datalab', 'Vantage'];
69
+ const sizes = ['xs', 'sm', 'md', 'lg', 'xl', '2xl', '3xl', '4xl', '5xl', '6xl'];
70
+ return (React.createElement("div", { className: "tw-grid tw-grid-cols-4 tw-gap-4" }, colors.map((color) => (React.createElement("div", { key: color },
71
+ React.createElement("b", null,
72
+ color,
73
+ " colors"),
74
+ React.createElement("div", { className: "tw-p-4 light" }, sizes.map((size) => (React.createElement(ModalComponent, { key: `${size}_${color}`, bodyClass: `color_${color.toLowerCase()}`, title: "Editable title example", isTitleEditable: true, titleIcon: "fc-check", children: modalBody, size: size, buttonLabel: `Open ${size} size modal` })))),
75
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" }, sizes.map((size) => (React.createElement(ModalComponent, { key: `${size}_${color}_dark`, bodyClass: `color_${color.toLowerCase()} tw-dark color_${color.toLowerCase()}_dark`, title: "Editable title example", isTitleEditable: true, titleIcon: "fc-check", children: modalBody, size: size, buttonLabel: `Open ${size} size modal` })))))))));
76
+ };
77
+ export const ModalsWithCustomButton = () => (React.createElement("div", { className: "tw-grid tw-grid-cols-4 tw-gap-4" },
78
+ React.createElement("div", null,
79
+ React.createElement("b", null, "Topic Colors"),
80
+ React.createElement("div", { className: "tw-p-4 light" },
81
+ React.createElement(ModalComponent, { bodyClass: "color_topic", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back" })),
82
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
83
+ React.createElement(ModalComponent, { bodyClass: "color_topic tw-dark color_analysis_dark", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back" }))),
84
+ React.createElement("div", null,
85
+ React.createElement("b", null, "Analysis Colors"),
86
+ React.createElement("div", { className: "tw-p-4 light" },
87
+ React.createElement(ModalComponent, { bodyClass: "color_analysis", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back" })),
88
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
89
+ React.createElement(ModalComponent, { bodyClass: "color_analysis tw-dark color_analysis_dark", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back" }))),
90
+ React.createElement("div", null,
91
+ React.createElement("b", null, "Datalab Colors"),
92
+ React.createElement("div", { className: "tw-p-4 light" },
93
+ React.createElement(ModalComponent, { bodyClass: "color_datalab", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back" })),
94
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
95
+ React.createElement(ModalComponent, { bodyClass: "color_datalab tw-dark color_analysis_dark", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back" }))),
96
+ React.createElement("div", null,
97
+ React.createElement("b", null, "Vantage Colors"),
98
+ React.createElement("div", { className: "tw-p-4 light" },
99
+ React.createElement(ModalComponent, { bodyClass: "color_vantage", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back" })),
100
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
101
+ React.createElement(ModalComponent, { bodyClass: "color_vantage tw-dark color_vantage_dark", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back" })))));
102
+ export const ModalsWithVariantButton = () => (React.createElement("div", { className: "tw-grid tw-grid-cols-4 tw-gap-4" },
103
+ React.createElement("div", null,
104
+ React.createElement("b", null, "Topic Colors"),
105
+ React.createElement("div", { className: "tw-p-4 light" },
106
+ React.createElement(ModalComponent, { bodyClass: "color_topic", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back", submitButtonVariant: "theme" })),
107
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
108
+ React.createElement(ModalComponent, { bodyClass: "color_topic tw-dark color_analysis_dark", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back", submitButtonVariant: "theme-light" }))),
109
+ React.createElement("div", null,
110
+ React.createElement("b", null, "Analysis Colors"),
111
+ React.createElement("div", { className: "tw-p-4 light" },
112
+ React.createElement(ModalComponent, { bodyClass: "color_analysis", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back", submitButtonVariant: "warning" })),
113
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
114
+ React.createElement(ModalComponent, { bodyClass: "color_analysis tw-dark color_analysis_dark", title: "Modal with custom button", children: modalBody, customButton: true, submitButtonVariant: "danger", customButtonLabel: "Back" }))),
115
+ React.createElement("div", null,
116
+ React.createElement("b", null, "Datalab Colors"),
117
+ React.createElement("div", { className: "tw-p-4 light" },
118
+ React.createElement(ModalComponent, { bodyClass: "color_datalab", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back", submitButtonVariant: "outline" })),
119
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
120
+ React.createElement(ModalComponent, { bodyClass: "color_datalab tw-dark color_analysis_dark", title: "Modal with custom button", children: modalBody, customButton: true, submitButtonVariant: "no-border", customButtonLabel: "Back" }))),
121
+ React.createElement("div", null,
122
+ React.createElement("b", null, "Vantage Colors"),
123
+ React.createElement("div", { className: "tw-p-4 light" },
124
+ React.createElement(ModalComponent, { bodyClass: "color_vantage", title: "Modal with custom button", children: modalBody, customButton: true, submitButtonVariant: "theme", customButtonLabel: "Back" })),
125
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
126
+ React.createElement(ModalComponent, { bodyClass: "color_vantage tw-dark color_vantage_dark", title: "Modal with custom button", children: modalBody, submitButtonVariant: "outline", customButton: true, customButtonLabel: "Back" })))));
127
+ //# sourceMappingURL=Modal.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Modal.stories.js","sourceRoot":"","sources":["../../src/Modal/Modal.stories.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,108 @@
1
+ import React from 'react';
2
+ import '@testing-library/jest-dom';
3
+ import { render, screen } from '@testing-library/react';
4
+ import userEvent from '@testing-library/user-event';
5
+ import Modal from './Modal';
6
+ describe('Modal', () => {
7
+ class Context {
8
+ props = {
9
+ onTitleChanged: jest.fn(),
10
+ disableSubmitButton: false,
11
+ title: 'Testing Modal Dialog',
12
+ children: React.createElement("div", null, "Modal content"),
13
+ open: true,
14
+ };
15
+ }
16
+ let tc;
17
+ beforeEach(() => {
18
+ tc = new Context();
19
+ });
20
+ const renderModal = (props) => render(React.createElement(Modal, { ...props }));
21
+ describe('renders Modal', () => {
22
+ it('doesn\'t render the modal if the open state is false', () => {
23
+ const open = false;
24
+ renderModal({ ...tc.props, open });
25
+ expect(screen.queryByTestId('modal')).not.toBeInTheDocument();
26
+ });
27
+ it('renders the modal if the open state is true', () => {
28
+ renderModal(tc.props);
29
+ expect(screen.getByTestId('modal')).toBeInTheDocument();
30
+ expect(screen.getByTestId('modal')).toHaveClass('tw-max-w-xl');
31
+ });
32
+ it('calls onClose modal when close button is clicked', async () => {
33
+ const onClose = jest.fn();
34
+ const { getByTestId } = renderModal({ ...tc.props, onClose });
35
+ expect(screen.getByTestId('modal')).toBeInTheDocument();
36
+ await userEvent.click(getByTestId('closeButton'));
37
+ expect(onClose).toHaveBeenCalled();
38
+ });
39
+ it('hides close button', () => {
40
+ const hideCloseIcon = true;
41
+ const { queryByTestId } = renderModal({ ...tc.props, hideCloseIcon });
42
+ expect(queryByTestId('closeButton')).not.toBeInTheDocument();
43
+ });
44
+ it('renders modal size based on the size prop', () => {
45
+ const size = 'lg';
46
+ renderModal({ ...tc.props, size });
47
+ expect(screen.getByTestId('modal')).toHaveClass('tw-max-w-lg');
48
+ });
49
+ it('renders not editable title', () => {
50
+ renderModal(tc.props);
51
+ expect(screen.getByTestId('modalTitle')).not.toHaveAttribute('value');
52
+ });
53
+ it('renders editable title', () => {
54
+ const isTitleEditable = true;
55
+ const { getByTestId } = renderModal({ ...tc.props, isTitleEditable });
56
+ expect(getByTestId('modalTitle')).toHaveAttribute('value');
57
+ });
58
+ it('calls onChange when title is modified', async () => {
59
+ const isTitleEditable = true;
60
+ const { getByTestId } = renderModal({ ...tc.props, isTitleEditable });
61
+ await userEvent.type(getByTestId('modalTitle'), 'a');
62
+ expect(tc.props.onTitleChanged).toHaveBeenCalled();
63
+ });
64
+ it('displays icon title', () => {
65
+ const titleIcon = 'fc-check';
66
+ const { getByTestId } = renderModal({ ...tc.props, titleIcon });
67
+ expect(getByTestId('modalTitleIcon')).toBeInTheDocument();
68
+ });
69
+ it('calls onSubmit when submit button is clicked', async () => {
70
+ const onSubmit = jest.fn();
71
+ const { getByTestId } = renderModal({ ...tc.props, onSubmit });
72
+ expect(getByTestId('submitButton')).not.toBeDisabled();
73
+ await userEvent.click(getByTestId('submitButton'));
74
+ expect(onSubmit).toHaveBeenCalled();
75
+ });
76
+ it('displays the disabled submit button', async () => {
77
+ const onSubmit = jest.fn();
78
+ const disableSubmitButton = true;
79
+ const { getByTestId } = renderModal({ ...tc.props, onSubmit, disableSubmitButton });
80
+ expect(getByTestId('submitButton')).toBeDisabled();
81
+ await userEvent.click(getByTestId('submitButton'));
82
+ expect(onSubmit).not.toHaveBeenCalled();
83
+ });
84
+ it('calls onClose when cancel button is clicked', async () => {
85
+ const onClose = jest.fn();
86
+ const { getByTestId } = renderModal({ ...tc.props, onClose });
87
+ expect(getByTestId('cancelButton')).not.toBeDisabled();
88
+ await userEvent.click(getByTestId('cancelButton'));
89
+ expect(onClose).toHaveBeenCalled();
90
+ });
91
+ it('displays custom button', () => {
92
+ const customButton = true;
93
+ const customButtonLabel = 'Back';
94
+ const { getByTestId } = renderModal({ ...tc.props, customButton, customButtonLabel });
95
+ expect(getByTestId('customButton')).toBeInTheDocument();
96
+ });
97
+ it('calls onClickCustomButton when custom button is clicked', async () => {
98
+ const customButton = true;
99
+ const customButtonLabel = 'Back';
100
+ const onClickCustomButton = jest.fn();
101
+ const { getByTestId } = renderModal({ ...tc.props, customButtonLabel, customButton, onClickCustomButton });
102
+ expect(getByTestId('customButton')).toBeInTheDocument();
103
+ await userEvent.click(getByTestId('customButton'));
104
+ expect(onClickCustomButton).toHaveBeenCalled();
105
+ });
106
+ });
107
+ });
108
+ //# sourceMappingURL=Modal.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Modal.test.js","sourceRoot":"","sources":["../../src/Modal/Modal.test.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Modal.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Modal.types.js","sourceRoot":"","sources":["../../src/Modal/Modal.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export { default } from './Modal';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/Modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,30 @@
1
+ import React, { useEffect, useRef } from 'react';
2
+ import * as Progress from '@radix-ui/react-progress';
3
+ import { getQTipData } from '../Tooltip/qTip.utilities';
4
+ const ProgressIndicator = (props) => {
5
+ const { value, color = undefined, testId, label, extraClasses = '', labelClasses = '', valuesLength, max, index, ...tooltipProps } = props;
6
+ const tooltipData = getQTipData(tooltipProps);
7
+ const previousWidth = useRef(0);
8
+ const [animatedWidth, setAnimatedWidth] = React.useState(previousWidth.current);
9
+ useEffect(() => {
10
+ const timeout = setTimeout(() => {
11
+ const newWidth = (Number(value) / Number(max)) * 100;
12
+ setAnimatedWidth(newWidth);
13
+ previousWidth.current = newWidth;
14
+ }, 100);
15
+ return () => clearTimeout(timeout);
16
+ }, [value]);
17
+ return (React.createElement(Progress.Indicator, { className: `tw-ease-[cubic-bezier(0.65, 0, 0.35, 1)] tw-w-full tw-h-full tw-duration-[660ms] tw-flex tw-bg-sq-color-dark tw-justify-center tw-items-center ${extraClasses}`, ...tooltipData, "data-qtip-text": tooltipProps.tooltip ? tooltipProps.tooltip : `${value}%`, "data-testid": `progress-bar-indicator-${testId ? testId : value}`, key: `${index}-${value}`, style: {
18
+ // Background color will default to the theme color if undefined
19
+ backgroundColor: color ? color : undefined,
20
+ animation: 'width 660ms forwards',
21
+ width: `${animatedWidth}%`,
22
+ } }, label ? (React.createElement("span", { className: `tw-left-1 tw-text-xs tw-text-sq-text-color dark:tw-text-sq-dark-text tw-items-center ${labelClasses}` }, label)) : undefined));
23
+ };
24
+ const ProgressBar = ({ values = [], max = 100, containerExtraClasses = '', }) => {
25
+ return (React.createElement(Progress.Root, { className: `tw-relative tw-h-[18px] tw-w-full tw-overflow-hidden tw-rounded-[2.5px] tw-bg-sq-dark-gray dark:tw-bg-sq-dark-disabled-gray tw-flex tw-flex-1 ${containerExtraClasses}`, max: max, value: values.reduce((acc, { value }) => acc + value, 0) }, values.map((props, i) => {
26
+ return React.createElement(ProgressIndicator, { ...props, max: max, valuesLength: values.length, index: i, key: i });
27
+ })));
28
+ };
29
+ export default ProgressBar;
30
+ //# sourceMappingURL=ProgressBar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProgressBar.js","sourceRoot":"","sources":["../../src/ProgressBar/ProgressBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,KAAK,QAAQ,MAAM,0BAA0B,CAAC;AAErD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAExD,MAAM,iBAAiB,GAEnB,CAAC,KAAK,EAAE,EAAE;IACZ,MAAM,EACJ,KAAK,EACL,KAAK,GAAG,SAAS,EACjB,MAAM,EACN,KAAK,EACL,YAAY,GAAG,EAAE,EACjB,YAAY,GAAG,EAAE,EACjB,YAAY,EACZ,GAAG,EACH,KAAK,EACL,GAAG,YAAY,EAChB,GAAG,KAAK,CAAC;IACV,MAAM,WAAW,GAAG,WAAW,CAAC,YAAY,CAAC,CAAC;IAE9C,MAAM,aAAa,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;IAChC,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;IAEhF,SAAS,CAAC,GAAG,EAAE;QACb,MAAM,OAAO,GAAG,UAAU,CAAC,GAAG,EAAE;YAC9B,MAAM,QAAQ,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,GAAG,GAAG,CAAC;YACrD,gBAAgB,CAAC,QAAQ,CAAC,CAAC;YAC3B,aAAa,CAAC,OAAO,GAAG,QAAQ,CAAC;QACnC,CAAC,EAAE,GAAG,CAAC,CAAC;QAER,OAAO,GAAG,EAAE,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;IACrC,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC;IAEZ,OAAO,CACL,oBAAC,QAAQ,CAAC,SAAS,IACjB,SAAS,EAAE,kJAAkJ,YAAY,EAAE,KACvK,WAAW,oBACC,YAAY,CAAC,OAAO,CAAC,CAAC,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,KAAK,GAAG,iBAC5D,0BAA0B,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,EAAE,EAChE,GAAG,EAAE,GAAG,KAAK,IAAI,KAAK,EAAE,EACxB,KAAK,EAAE;YACL,gEAAgE;YAChE,eAAe,EAAE,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS;YAC1C,SAAS,EAAE,sBAAsB;YACjC,KAAK,EAAE,GAAG,aAAa,GAAG;SAC3B,IACA,KAAK,CAAC,CAAC,CAAC,CACP,8BACE,SAAS,EAAE,wFAAwF,YAAY,EAAE,IAChH,KAAK,CACD,CACR,CAAC,CAAC,CAAC,SAAS,CACM,CACtB,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,WAAW,GAA8C,CAAC,EAC9D,MAAM,GAAG,EAAE,EACX,GAAG,GAAG,GAAG,EACT,qBAAqB,GAAG,EAAE,GAC3B,EAAE,EAAE;IACH,OAAO,CACL,oBAAC,QAAQ,CAAC,IAAI,IACZ,SAAS,EAAE,iJAAiJ,qBAAqB,EAAE,EACnL,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,GAAG,GAAG,KAAK,EAAE,CAAC,CAAC,IACvD,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,CAAC,EAAE,EAAE;QACvB,OAAO,oBAAC,iBAAiB,OAAK,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,GAAI,CAAC;IACnG,CAAC,CAAC,CACY,CACjB,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,73 @@
1
+ import React, { useEffect } from 'react';
2
+ import ProgressBar from './ProgressBar';
3
+ import { QTip } from '../Tooltip';
4
+ export default {
5
+ title: 'ProgressBar',
6
+ };
7
+ export const AllProgressBars = () => {
8
+ const [values, setValues] = React.useState([
9
+ { value: 20, label: 'RGB' },
10
+ { value: 15, color: 'brown', label: 'Brown' },
11
+ { value: 40, color: '#435abc', label: 'Hex' },
12
+ ]);
13
+ useEffect(() => {
14
+ const timeout = setTimeout(() => {
15
+ setValues([
16
+ { value: 40, label: 'RGB' },
17
+ { value: 5, color: 'brown', label: 'Brown' },
18
+ { value: 50, color: '#435abc', label: 'Hex' },
19
+ ]);
20
+ }, 2000);
21
+ return () => clearTimeout(timeout);
22
+ });
23
+ const renderAllVariations = () => (React.createElement(React.Fragment, null,
24
+ React.createElement("div", { className: "tw-p-4 light" },
25
+ React.createElement("div", { className: "tw-p-4" },
26
+ React.createElement(ProgressBar, { max: 100, values: [{ value: 40 }] })),
27
+ React.createElement("div", { className: "tw-p-4" },
28
+ React.createElement(ProgressBar, { max: 100, values: [{ value: 10 }] })),
29
+ React.createElement("div", { className: "tw-p-4" },
30
+ React.createElement(ProgressBar, { values: [{ value: 0 }], max: 100 })),
31
+ React.createElement("div", { className: "tw-p-4" },
32
+ React.createElement(ProgressBar, { values: [{ value: 70, tooltip: 'this is an indicator tooltip' }], max: 100, containerExtraClasses: "tw-bg-sq-text-color" })),
33
+ React.createElement("div", { className: "tw-p-4" },
34
+ React.createElement(ProgressBar, { values: [
35
+ { value: 20, label: 'RGB' },
36
+ { value: 15, color: 'brown', label: 'Brown' },
37
+ { value: 40, color: '#435abc', label: 'Hex' },
38
+ ], max: 100, containerExtraClasses: "tw-bg-sq-text-color" })),
39
+ React.createElement("div", { className: "tw-p-4" },
40
+ React.createElement(ProgressBar, { values: values, max: 100, containerExtraClasses: "tw-bg-sq-text-color" }))),
41
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
42
+ React.createElement("div", { className: "tw-p-4" },
43
+ React.createElement(ProgressBar, { max: 100, values: [{ value: 40 }] })),
44
+ React.createElement("div", { className: "tw-p-4" },
45
+ React.createElement(ProgressBar, { max: 100, values: [{ value: 10 }] })),
46
+ React.createElement("div", { className: "tw-p-4" },
47
+ React.createElement(ProgressBar, { values: [{ value: 0 }], max: 100 })),
48
+ React.createElement("div", { className: "tw-p-4" },
49
+ React.createElement(ProgressBar, { values: [{ value: 70, tooltip: 'this is an indicator tooltip' }], max: 100, containerExtraClasses: "tw-bg-sq-text-color" })),
50
+ React.createElement("div", { className: "tw-p-4" },
51
+ React.createElement(ProgressBar, { values: [
52
+ { value: 20, color: 'rgb(44,200,190)', label: 'RGB' },
53
+ { value: 15, color: 'brown', label: 'Brown' },
54
+ { value: 40, color: '#435abc', label: 'Hex' },
55
+ ], max: 100, containerExtraClasses: "tw-bg-sq-text-color" })),
56
+ React.createElement("div", { className: "tw-p-4" },
57
+ React.createElement(ProgressBar, { values: values, max: 100, containerExtraClasses: "tw-bg-sq-text-color" })))));
58
+ return (React.createElement("div", { className: "tw-grid tw-grid-cols-4 tw-gap-4" },
59
+ React.createElement(QTip, null),
60
+ React.createElement("div", { className: "color_topic" },
61
+ React.createElement("b", null, "Topic Colors"),
62
+ renderAllVariations()),
63
+ React.createElement("div", { className: "color_analysis" },
64
+ React.createElement("b", null, "Analysis Colors"),
65
+ renderAllVariations()),
66
+ React.createElement("div", { className: "color_datalab" },
67
+ React.createElement("b", null, "Datalab Colors"),
68
+ renderAllVariations()),
69
+ React.createElement("div", { className: "color_vantage" },
70
+ React.createElement("b", null, "Vantage Colors"),
71
+ renderAllVariations())));
72
+ };
73
+ //# sourceMappingURL=ProgressBar.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProgressBar.stories.js","sourceRoot":"","sources":["../../src/ProgressBar/ProgressBar.stories.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,38 @@
1
+ import React from 'react';
2
+ import { render, screen, waitFor } from '@testing-library/react';
3
+ import '@testing-library/jest-dom/extend-expect';
4
+ import ProgressBar from './ProgressBar';
5
+ import userEvent from '@testing-library/user-event';
6
+ describe('ProgressBar', () => {
7
+ it('renders without crashing', () => {
8
+ render(React.createElement(ProgressBar, { values: [{ value: 50 }] }));
9
+ const progressBar = screen.getByRole('progressbar');
10
+ expect(progressBar).toBeInTheDocument();
11
+ });
12
+ it('displays the correct progress value', () => {
13
+ render(React.createElement(ProgressBar, { values: [{ value: 75 }] }));
14
+ const progressBarIndicator = screen.getByRole('progressbar').firstChild;
15
+ waitFor(() => {
16
+ expect(progressBarIndicator).toHaveStyle('transform: translateX(-25%)');
17
+ });
18
+ });
19
+ it('applies the correct max value', () => {
20
+ render(React.createElement(ProgressBar, { values: [{ value: 50 }], max: 200 }));
21
+ const progressBar = screen.getByRole('progressbar');
22
+ expect(progressBar).toHaveAttribute('data-max', '200');
23
+ });
24
+ it('displays the tooltip with the correct label', () => {
25
+ render(React.createElement(ProgressBar, { values: [{ value: 50, tooltip: 'Progress' }] }));
26
+ userEvent.hover(screen.getByTestId('progress-bar-indicator-50'));
27
+ waitFor(() => {
28
+ expect(screen.getByText('Progress')).toBeInTheDocument();
29
+ });
30
+ });
31
+ it('applies the multiple values of the Progress bar', () => {
32
+ render(React.createElement(ProgressBar, { values: [{ value: 20 }, { value: 15 }, { value: 40 }], max: 200 }));
33
+ for (const val of [20, 15, 40]) {
34
+ expect(screen.getByTestId(`progress-bar-indicator-${val}`)).toBeInTheDocument();
35
+ }
36
+ });
37
+ });
38
+ //# sourceMappingURL=ProgressBar.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProgressBar.test.js","sourceRoot":"","sources":["../../src/ProgressBar/ProgressBar.test.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AACjE,OAAO,yCAAyC,CAAC;AACjD,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,SAAS,MAAM,6BAA6B,CAAC;AAEpD,QAAQ,CAAC,aAAa,EAAE,GAAG,EAAE;IAC3B,EAAE,CAAC,0BAA0B,EAAE,GAAG,EAAE;QAClC,MAAM,CAAC,oBAAC,WAAW,IAAC,MAAM,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,GAAI,CAAC,CAAC;QACjD,MAAM,WAAW,GAAG,MAAM,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC;QACpD,MAAM,CAAC,WAAW,CAAC,CAAC,iBAAiB,EAAE,CAAC;IAC1C,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,qCAAqC,EAAE,GAAG,EAAE;QAC7C,MAAM,CAAC,oBAAC,WAAW,IAAC,MAAM,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,GAAI,CAAC,CAAC;QACjD,MAAM,oBAAoB,GAAG,MAAM,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,UAAU,CAAC;QACxE,OAAO,CAAC,GAAG,EAAE;YACX,MAAM,CAAC,oBAAoB,CAAC,CAAC,WAAW,CAAC,6BAA6B,CAAC,CAAC;QAC1E,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,+BAA+B,EAAE,GAAG,EAAE;QACvC,MAAM,CAAC,oBAAC,WAAW,IAAC,MAAM,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAI,CAAC,CAAC;QAC3D,MAAM,WAAW,GAAG,MAAM,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC;QACpD,MAAM,CAAC,WAAW,CAAC,CAAC,eAAe,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC;IACzD,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,6CAA6C,EAAE,GAAG,EAAE;QACrD,MAAM,CAAC,oBAAC,WAAW,IAAC,MAAM,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE,CAAC,GAAI,CAAC,CAAC;QACtE,SAAS,CAAC,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,2BAA2B,CAAC,CAAC,CAAC;QACjE,OAAO,CAAC,GAAG,EAAE;YACX,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,iBAAiB,EAAE,CAAC;QAC3D,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,iDAAiD,EAAE,GAAG,EAAE;QACzD,MAAM,CAAC,oBAAC,WAAW,IAAC,MAAM,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAI,CAAC,CAAC;QACzF,KAAK,MAAM,GAAG,IAAI,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE;YAC9B,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,0BAA0B,GAAG,EAAE,CAAC,CAAC,CAAC,iBAAiB,EAAE,CAAC;SACjF;IACH,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ProgressBar.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProgressBar.types.js","sourceRoot":"","sources":["../../src/ProgressBar/ProgressBar.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export { default } from './ProgressBar';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ProgressBar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,48 @@
1
+ import * as React from 'react';
2
+ import * as DropdownMenu from '@radix-ui/react-dropdown-menu';
3
+ import { getQTipData } from '../Tooltip/qTip.utilities';
4
+ import { InsertSeeqContent, SeeqActionDropdownItem, ViewWorkbench } from './variants';
5
+ const borderStyles = [
6
+ 'tw-border-solid',
7
+ 'tw-border',
8
+ 'tw-rounded-sm',
9
+ 'tw-border-sq-disabled-gray',
10
+ 'dark:tw-border-gray-500',
11
+ ].join(' ');
12
+ const bgStyles = ['tw-bg-sq-white', 'dark:tw-bg-sq-dark-background'].join(' ');
13
+ const disabledClasses = ['tw-opacity-50', 'tw-cursor-not-allowed'].join(' ');
14
+ const renderItem = (variant, item) => {
15
+ switch (variant) {
16
+ case 'create-workbench':
17
+ return React.createElement(SeeqActionDropdownItem, { ...item });
18
+ case 'view-workbench':
19
+ return React.createElement(ViewWorkbench, { ...item });
20
+ case 'insert-seeq-content':
21
+ return React.createElement(InsertSeeqContent, { ...item });
22
+ default:
23
+ return React.createElement(SeeqActionDropdownItem, { ...item });
24
+ }
25
+ };
26
+ const SeeqActionDropdown = ({ seeqActionDropdownItems, trigger, id, extraClassNames, containerTestId, disabled = false, align = 'end', placement = 'bottom', placementOffset = 5, alignOffset = -35, hasArrow = false, onOpenChange, isOpen, setFocusOnTriggerOnClose = true, keepFocusInsideDropdown = true, variant, ...tooltipProps }) => {
27
+ const tooltipData = getQTipData(tooltipProps);
28
+ return (React.createElement(DropdownMenu.Root, { defaultOpen: false, open: isOpen, onOpenChange: onOpenChange, modal: keepFocusInsideDropdown },
29
+ React.createElement(DropdownMenu.Trigger, { id: id, "data-testid": id, className: `tw-border-none focus-visible:tw-outline-none focus:tw-outline-none focus-within:tw-outline-none`, asChild: true, disabled: disabled },
30
+ React.createElement("div", { ...tooltipData, className: `tw-bg-transparent tw-flex tw-flex-col tw-items-center focus-visible:tw-outline-none focus:tw-outline-none focus-within:tw-outline-none ${disabled ? disabledClasses : ''} ${extraClassNames || ''}` }, trigger)),
31
+ React.createElement(DropdownMenu.Content, { sideOffset: placementOffset, side: placement, align: align, alignOffset: alignOffset, asChild: true, onCloseAutoFocus: (e) => !setFocusOnTriggerOnClose && e.preventDefault(), className: "focus-visible:tw-outline-none tw-outline-none" },
32
+ React.createElement("div", { "data-testid": containerTestId, className: bgStyles +
33
+ ' tw-relative tw-z-[1200] tw-min-w-6 tw-py-2 focus-visible:tw-outline-none tw-outline-none' +
34
+ ' data-[state=open]:tw-animate-in data-[state=closed]:tw-animate-out' +
35
+ ' forceFont data-[side=top]:tw-animate-slideDownAndFade data-[side=right]:tw-animate-slideLeftAndFade data-[side=bottom]:tw-animate-slideUpAndFade data-[side=left]:tw-animate-slideRightAndFade ' +
36
+ borderStyles },
37
+ hasArrow && (React.createElement(DropdownMenu.Arrow, { asChild: true },
38
+ React.createElement("div", { className: " tw-fill-transparent tw-bg-white tw-w-[15px] tw-h-[15px] tw-rotate-45 dark:tw-bg-sq-dark-background tw-border-b tw-border-r tw-border-sq-disabled-gray dark:tw-border-gray-500 tw-mt-[-7px]" }))),
39
+ seeqActionDropdownItems.map((item, index) => {
40
+ return (React.createElement("div", { key: item.display + index },
41
+ React.createElement(DropdownMenu.Item, { onSelect: (e) => {
42
+ item.action(e);
43
+ }, className: `tw-cursor-pointer tw-flex dark:tw-text-sq-white hover:tw-bg-sq-gray-highlight dark:hover:tw-bg-sq-gray-highlight-dark tw-relative tw-select-none tw-outline-none data-[disabled]:tw-text-sq-disabled-gray data-[disabled]:tw-pointer-events-none`, "data-testid": item.testId, disabled: !item.enabled }, renderItem(variant, item)),
44
+ item.divider && (React.createElement(DropdownMenu.Separator, { "data-testid": `dropdown-divider-${index}`, className: "tw-h-[1px] tw-bg-sq-disabled-gray dark:tw-bg-gray-500 tw-my-[8px]" }))));
45
+ })))));
46
+ };
47
+ export default SeeqActionDropdown;
48
+ //# sourceMappingURL=SeeqActionDropdown.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SeeqActionDropdown.js","sourceRoot":"","sources":["../../src/SeeqActionDropdown/SeeqActionDropdown.tsx"],"names":[],"mappings":"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"}