@seeqdev/qomponents 0.0.136 → 0.0.138

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 (280) hide show
  1. package/dist/Accordion/Accordion.stories.d.ts +1 -2
  2. package/dist/Alert/Alert.stories.d.ts +1 -2
  3. package/dist/Alert/Alert.types.d.ts +0 -1
  4. package/dist/Button/Button.stories.d.ts +4 -5
  5. package/dist/Button/Button.types.d.ts +1 -1
  6. package/dist/ButtonGroup/ButtonGroup.stories.d.ts +1 -2
  7. package/dist/ButtonGroup/ButtonGroup.types.d.ts +0 -1
  8. package/dist/ButtonWithDropdown/ButtonWithDropdown.stories.d.ts +1 -2
  9. package/dist/ButtonWithDropdown/ButtonWithDropdown.types.d.ts +0 -1
  10. package/dist/ButtonWithPopover/ButtonWithPopover.stories.d.ts +1 -2
  11. package/dist/Carousel/Carousel.stories.d.ts +1 -2
  12. package/dist/Carousel/Carousel.types.d.ts +0 -1
  13. package/dist/Checkbox/Checkbox.stories.d.ts +1 -2
  14. package/dist/Checkbox/Checkbox.types.d.ts +0 -1
  15. package/dist/Collapse/Collapse.stories.d.ts +1 -2
  16. package/dist/Collapse/Collapse.types.d.ts +0 -1
  17. package/dist/FontCustom.woff +0 -0
  18. package/dist/FontCustom.woff2 +0 -0
  19. package/dist/Icon/Icon.stories.d.ts +1 -2
  20. package/dist/Icon/Icon.types.d.ts +0 -1
  21. package/dist/InputGroup/InputGroup.stories.d.ts +1 -2
  22. package/dist/InputGroup/InputGroup.types.d.ts +0 -1
  23. package/dist/ProgressBar/ProgressBar.stories.d.ts +1 -2
  24. package/dist/SeeqActionDropdown/SeeqActionDropdown.stories.d.ts +1 -2
  25. package/dist/SeeqActionDropdown/SeeqActionDropdown.types.d.ts +0 -1
  26. package/dist/Select/Select.stories.d.ts +1 -2
  27. package/dist/Slider/Slider.stories.d.ts +1 -2
  28. package/dist/Slider/Slider.types.d.ts +0 -1
  29. package/dist/SvgIcon/SvgIcon.stories.d.ts +1 -2
  30. package/dist/SvgIcon/SvgIcon.types.d.ts +0 -1
  31. package/dist/Tabs/Tabs.stories.d.ts +1 -2
  32. package/dist/Tabs/Tabs.types.d.ts +1 -2
  33. package/dist/TextArea/TextArea.stories.d.ts +1 -2
  34. package/dist/TextArea/TextArea.types.d.ts +0 -1
  35. package/dist/TextField/TextField.stories.d.ts +1 -2
  36. package/dist/TextField/TextField.types.d.ts +0 -1
  37. package/dist/ToolbarButton/ToolbarButton.stories.d.ts +1 -2
  38. package/dist/Tooltip/QTip.stories.d.ts +1 -2
  39. package/dist/Tooltip/QTipPerformance.stories.d.ts +1 -2
  40. package/dist/Tooltip/Tooltip.stories.d.ts +1 -2
  41. package/dist/Tooltip/Tooltip.types.d.ts +2 -3
  42. package/dist/Tooltip/TooltipPerformance.stories.d.ts +1 -2
  43. package/dist/index.esm.js +8917 -15285
  44. package/dist/index.esm.js.map +1 -1
  45. package/dist/index.js +8911 -15279
  46. package/dist/index.js.map +1 -1
  47. package/dist/styles.css +9 -1
  48. package/package.json +49 -59
  49. package/dist/Accordion/Accordion.js +0 -9
  50. package/dist/Accordion/Accordion.js.map +0 -1
  51. package/dist/Accordion/Accordion.stories.js +0 -115
  52. package/dist/Accordion/Accordion.stories.js.map +0 -1
  53. package/dist/Accordion/Accordion.test.js +0 -55
  54. package/dist/Accordion/Accordion.test.js.map +0 -1
  55. package/dist/Accordion/Accordion.types.js +0 -2
  56. package/dist/Accordion/Accordion.types.js.map +0 -1
  57. package/dist/Accordion/index.js +0 -2
  58. package/dist/Accordion/index.js.map +0 -1
  59. package/dist/Alert/Alert.js +0 -34
  60. package/dist/Alert/Alert.js.map +0 -1
  61. package/dist/Alert/Alert.stories.js +0 -52
  62. package/dist/Alert/Alert.stories.js.map +0 -1
  63. package/dist/Alert/Alert.test.js +0 -51
  64. package/dist/Alert/Alert.test.js.map +0 -1
  65. package/dist/Alert/Alert.types.js +0 -2
  66. package/dist/Alert/Alert.types.js.map +0 -1
  67. package/dist/Alert/index.js +0 -2
  68. package/dist/Alert/index.js.map +0 -1
  69. package/dist/Button/Button.js +0 -92
  70. package/dist/Button/Button.js.map +0 -1
  71. package/dist/Button/Button.stories.js +0 -100
  72. package/dist/Button/Button.stories.js.map +0 -1
  73. package/dist/Button/Button.test.js +0 -49
  74. package/dist/Button/Button.test.js.map +0 -1
  75. package/dist/Button/Button.types.js +0 -5
  76. package/dist/Button/Button.types.js.map +0 -1
  77. package/dist/Button/index.js +0 -2
  78. package/dist/Button/index.js.map +0 -1
  79. package/dist/ButtonGroup/ButtonGroup.js +0 -33
  80. package/dist/ButtonGroup/ButtonGroup.js.map +0 -1
  81. package/dist/ButtonGroup/ButtonGroup.stories.js +0 -385
  82. package/dist/ButtonGroup/ButtonGroup.stories.js.map +0 -1
  83. package/dist/ButtonGroup/ButtonGroup.test.js +0 -67
  84. package/dist/ButtonGroup/ButtonGroup.test.js.map +0 -1
  85. package/dist/ButtonGroup/ButtonGroup.types.js +0 -2
  86. package/dist/ButtonGroup/ButtonGroup.types.js.map +0 -1
  87. package/dist/ButtonGroup/index.js +0 -2
  88. package/dist/ButtonGroup/index.js.map +0 -1
  89. package/dist/ButtonWithDropdown/ButtonWithDropdown.js +0 -60
  90. package/dist/ButtonWithDropdown/ButtonWithDropdown.js.map +0 -1
  91. package/dist/ButtonWithDropdown/ButtonWithDropdown.stories.js +0 -143
  92. package/dist/ButtonWithDropdown/ButtonWithDropdown.stories.js.map +0 -1
  93. package/dist/ButtonWithDropdown/ButtonWithDropdown.test.js +0 -93
  94. package/dist/ButtonWithDropdown/ButtonWithDropdown.test.js.map +0 -1
  95. package/dist/ButtonWithDropdown/ButtonWithDropdown.types.js +0 -2
  96. package/dist/ButtonWithDropdown/ButtonWithDropdown.types.js.map +0 -1
  97. package/dist/ButtonWithDropdown/index.js +0 -2
  98. package/dist/ButtonWithDropdown/index.js.map +0 -1
  99. package/dist/ButtonWithPopover/ButtonWithPopover.js +0 -62
  100. package/dist/ButtonWithPopover/ButtonWithPopover.js.map +0 -1
  101. package/dist/ButtonWithPopover/ButtonWithPopover.stories.js +0 -75
  102. package/dist/ButtonWithPopover/ButtonWithPopover.stories.js.map +0 -1
  103. package/dist/ButtonWithPopover/ButtonWithPopover.test.js +0 -82
  104. package/dist/ButtonWithPopover/ButtonWithPopover.test.js.map +0 -1
  105. package/dist/ButtonWithPopover/ButtonWithPopover.types.js +0 -2
  106. package/dist/ButtonWithPopover/ButtonWithPopover.types.js.map +0 -1
  107. package/dist/ButtonWithPopover/index.js +0 -2
  108. package/dist/ButtonWithPopover/index.js.map +0 -1
  109. package/dist/Carousel/Carousel.js +0 -70
  110. package/dist/Carousel/Carousel.js.map +0 -1
  111. package/dist/Carousel/Carousel.stories.js +0 -115
  112. package/dist/Carousel/Carousel.stories.js.map +0 -1
  113. package/dist/Carousel/Carousel.test.js +0 -48
  114. package/dist/Carousel/Carousel.test.js.map +0 -1
  115. package/dist/Carousel/Carousel.types.js +0 -2
  116. package/dist/Carousel/Carousel.types.js.map +0 -1
  117. package/dist/Carousel/index.js +0 -2
  118. package/dist/Carousel/index.js.map +0 -1
  119. package/dist/Checkbox/Checkbox.js +0 -26
  120. package/dist/Checkbox/Checkbox.js.map +0 -1
  121. package/dist/Checkbox/Checkbox.stories.js +0 -34
  122. package/dist/Checkbox/Checkbox.stories.js.map +0 -1
  123. package/dist/Checkbox/Checkbox.test.js +0 -94
  124. package/dist/Checkbox/Checkbox.test.js.map +0 -1
  125. package/dist/Checkbox/Checkbox.types.js +0 -2
  126. package/dist/Checkbox/Checkbox.types.js.map +0 -1
  127. package/dist/Checkbox/index.js +0 -2
  128. package/dist/Checkbox/index.js.map +0 -1
  129. package/dist/Collapse/Collapse.js +0 -15
  130. package/dist/Collapse/Collapse.js.map +0 -1
  131. package/dist/Collapse/Collapse.stories.js +0 -37
  132. package/dist/Collapse/Collapse.stories.js.map +0 -1
  133. package/dist/Collapse/Collapse.test.js +0 -19
  134. package/dist/Collapse/Collapse.test.js.map +0 -1
  135. package/dist/Collapse/Collapse.types.js +0 -2
  136. package/dist/Collapse/Collapse.types.js.map +0 -1
  137. package/dist/Collapse/index.js +0 -2
  138. package/dist/Collapse/index.js.map +0 -1
  139. package/dist/Icon/Icon.js +0 -55
  140. package/dist/Icon/Icon.js.map +0 -1
  141. package/dist/Icon/Icon.stories.js +0 -47
  142. package/dist/Icon/Icon.stories.js.map +0 -1
  143. package/dist/Icon/Icon.test.js +0 -55
  144. package/dist/Icon/Icon.test.js.map +0 -1
  145. package/dist/Icon/Icon.types.js +0 -16
  146. package/dist/Icon/Icon.types.js.map +0 -1
  147. package/dist/Icon/index.js +0 -2
  148. package/dist/Icon/index.js.map +0 -1
  149. package/dist/InputGroup/InputGroup.js +0 -32
  150. package/dist/InputGroup/InputGroup.js.map +0 -1
  151. package/dist/InputGroup/InputGroup.stories.js +0 -168
  152. package/dist/InputGroup/InputGroup.stories.js.map +0 -1
  153. package/dist/InputGroup/InputGroup.test.js +0 -43
  154. package/dist/InputGroup/InputGroup.test.js.map +0 -1
  155. package/dist/InputGroup/InputGroup.types.js +0 -2
  156. package/dist/InputGroup/InputGroup.types.js.map +0 -1
  157. package/dist/InputGroup/index.js +0 -2
  158. package/dist/InputGroup/index.js.map +0 -1
  159. package/dist/Modal/Modal.js +0 -100
  160. package/dist/Modal/Modal.js.map +0 -1
  161. package/dist/Modal/Modal.stories.js +0 -127
  162. package/dist/Modal/Modal.stories.js.map +0 -1
  163. package/dist/Modal/Modal.test.js +0 -108
  164. package/dist/Modal/Modal.test.js.map +0 -1
  165. package/dist/Modal/Modal.types.js +0 -2
  166. package/dist/Modal/Modal.types.js.map +0 -1
  167. package/dist/Modal/index.js +0 -2
  168. package/dist/Modal/index.js.map +0 -1
  169. package/dist/ProgressBar/ProgressBar.js +0 -50
  170. package/dist/ProgressBar/ProgressBar.js.map +0 -1
  171. package/dist/ProgressBar/ProgressBar.stories.js +0 -81
  172. package/dist/ProgressBar/ProgressBar.stories.js.map +0 -1
  173. package/dist/ProgressBar/ProgressBar.test.js +0 -44
  174. package/dist/ProgressBar/ProgressBar.test.js.map +0 -1
  175. package/dist/ProgressBar/ProgressBar.types.js +0 -2
  176. package/dist/ProgressBar/ProgressBar.types.js.map +0 -1
  177. package/dist/ProgressBar/index.js +0 -2
  178. package/dist/ProgressBar/index.js.map +0 -1
  179. package/dist/SeeqActionDropdown/SeeqActionDropdown.js +0 -48
  180. package/dist/SeeqActionDropdown/SeeqActionDropdown.js.map +0 -1
  181. package/dist/SeeqActionDropdown/SeeqActionDropdown.stories.js +0 -80
  182. package/dist/SeeqActionDropdown/SeeqActionDropdown.stories.js.map +0 -1
  183. package/dist/SeeqActionDropdown/SeeqActionDropdown.test.js +0 -73
  184. package/dist/SeeqActionDropdown/SeeqActionDropdown.test.js.map +0 -1
  185. package/dist/SeeqActionDropdown/SeeqActionDropdown.types.js +0 -2
  186. package/dist/SeeqActionDropdown/SeeqActionDropdown.types.js.map +0 -1
  187. package/dist/SeeqActionDropdown/index.js +0 -2
  188. package/dist/SeeqActionDropdown/index.js.map +0 -1
  189. package/dist/SeeqActionDropdown/variants.js +0 -23
  190. package/dist/SeeqActionDropdown/variants.js.map +0 -1
  191. package/dist/Select/Select.js +0 -174
  192. package/dist/Select/Select.js.map +0 -1
  193. package/dist/Select/Select.stories.js +0 -80
  194. package/dist/Select/Select.stories.js.map +0 -1
  195. package/dist/Select/Select.test.js +0 -182
  196. package/dist/Select/Select.test.js.map +0 -1
  197. package/dist/Select/Select.types.js +0 -2
  198. package/dist/Select/Select.types.js.map +0 -1
  199. package/dist/Select/index.js +0 -3
  200. package/dist/Select/index.js.map +0 -1
  201. package/dist/Slider/Slider.js +0 -13
  202. package/dist/Slider/Slider.js.map +0 -1
  203. package/dist/Slider/Slider.stories.js +0 -58
  204. package/dist/Slider/Slider.stories.js.map +0 -1
  205. package/dist/Slider/Slider.test.js +0 -33
  206. package/dist/Slider/Slider.test.js.map +0 -1
  207. package/dist/Slider/Slider.types.js +0 -2
  208. package/dist/Slider/Slider.types.js.map +0 -1
  209. package/dist/Slider/index.js +0 -2
  210. package/dist/Slider/index.js.map +0 -1
  211. package/dist/Tabs/Tabs.js +0 -22
  212. package/dist/Tabs/Tabs.js.map +0 -1
  213. package/dist/Tabs/Tabs.stories.js +0 -91
  214. package/dist/Tabs/Tabs.stories.js.map +0 -1
  215. package/dist/Tabs/Tabs.test.js +0 -91
  216. package/dist/Tabs/Tabs.test.js.map +0 -1
  217. package/dist/Tabs/Tabs.types.js +0 -2
  218. package/dist/Tabs/Tabs.types.js.map +0 -1
  219. package/dist/Tabs/index.js +0 -2
  220. package/dist/Tabs/index.js.map +0 -1
  221. package/dist/TextArea/TextArea.js +0 -25
  222. package/dist/TextArea/TextArea.js.map +0 -1
  223. package/dist/TextArea/TextArea.stories.js +0 -46
  224. package/dist/TextArea/TextArea.stories.js.map +0 -1
  225. package/dist/TextArea/TextArea.test.js +0 -68
  226. package/dist/TextArea/TextArea.test.js.map +0 -1
  227. package/dist/TextArea/TextArea.types.js +0 -2
  228. package/dist/TextArea/TextArea.types.js.map +0 -1
  229. package/dist/TextArea/index.js +0 -2
  230. package/dist/TextArea/index.js.map +0 -1
  231. package/dist/TextField/TextField.js +0 -79
  232. package/dist/TextField/TextField.js.map +0 -1
  233. package/dist/TextField/TextField.stories.js +0 -70
  234. package/dist/TextField/TextField.stories.js.map +0 -1
  235. package/dist/TextField/TextField.test.js +0 -39
  236. package/dist/TextField/TextField.test.js.map +0 -1
  237. package/dist/TextField/TextField.types.js +0 -2
  238. package/dist/TextField/TextField.types.js.map +0 -1
  239. package/dist/TextField/index.js +0 -2
  240. package/dist/TextField/index.js.map +0 -1
  241. package/dist/ToolbarButton/ToolbarButton.js +0 -75
  242. package/dist/ToolbarButton/ToolbarButton.js.map +0 -1
  243. package/dist/ToolbarButton/ToolbarButton.stories.js +0 -94
  244. package/dist/ToolbarButton/ToolbarButton.stories.js.map +0 -1
  245. package/dist/ToolbarButton/ToolbarButton.test.js +0 -93
  246. package/dist/ToolbarButton/ToolbarButton.test.js.map +0 -1
  247. package/dist/ToolbarButton/ToolbarButton.types.js +0 -2
  248. package/dist/ToolbarButton/ToolbarButton.types.js.map +0 -1
  249. package/dist/ToolbarButton/index.js +0 -2
  250. package/dist/ToolbarButton/index.js.map +0 -1
  251. package/dist/Tooltip/QTip.stories.js +0 -45
  252. package/dist/Tooltip/QTip.stories.js.map +0 -1
  253. package/dist/Tooltip/QTip.types.js +0 -2
  254. package/dist/Tooltip/QTip.types.js.map +0 -1
  255. package/dist/Tooltip/QTipPerformance.stories.js +0 -30
  256. package/dist/Tooltip/QTipPerformance.stories.js.map +0 -1
  257. package/dist/Tooltip/Qtip.js +0 -170
  258. package/dist/Tooltip/Qtip.js.map +0 -1
  259. package/dist/Tooltip/Tooltip.js +0 -36
  260. package/dist/Tooltip/Tooltip.js.map +0 -1
  261. package/dist/Tooltip/Tooltip.stories.js +0 -32
  262. package/dist/Tooltip/Tooltip.stories.js.map +0 -1
  263. package/dist/Tooltip/Tooltip.types.js +0 -3
  264. package/dist/Tooltip/Tooltip.types.js.map +0 -1
  265. package/dist/Tooltip/TooltipPerformance.stories.js +0 -30
  266. package/dist/Tooltip/TooltipPerformance.stories.js.map +0 -1
  267. package/dist/Tooltip/index.js +0 -3
  268. package/dist/Tooltip/index.js.map +0 -1
  269. package/dist/Tooltip/qTip.utilities.js +0 -11
  270. package/dist/Tooltip/qTip.utilities.js.map +0 -1
  271. package/dist/types.js +0 -2
  272. package/dist/types.js.map +0 -1
  273. package/dist/utils/browserId.js +0 -29
  274. package/dist/utils/browserId.js.map +0 -1
  275. package/dist/utils/svg.js +0 -20
  276. package/dist/utils/svg.js.map +0 -1
  277. package/dist/utils/validateStyleDimension.js +0 -14
  278. package/dist/utils/validateStyleDimension.js.map +0 -1
  279. package/dist/utils/validateStyleDimension.test.js +0 -20
  280. package/dist/utils/validateStyleDimension.test.js.map +0 -1
@@ -1,25 +0,0 @@
1
- import React from 'react';
2
- import '../styles.css';
3
- const baseClasses = 'tw-leading-normal tw-outline-none tw-py-1 tw-px-3 tw-rounded-sm tw-w-full' +
4
- ' disabled:tw-pointer-events-none disabled:tw-bg-sq-light-gray disabled:dark:tw-bg-sq-dark-disabled-gray' +
5
- ' disabled:tw-cursor-not-allowed tw-p-1 tw-border-solid tw-border tw-text-sm';
6
- const darkTheme = 'dark:tw-bg-sq-dark-background dark:tw-text-sq-dark-text ' +
7
- 'dark:tw-placeholder-sq-dark-text-lighter disabled:dark:tw-text-sq-dark-text-lighter';
8
- const lightTheme = 'tw-text-sq-text-color tw-placeholder-gray-400 disabled:tw-text-sq-darkish-gray';
9
- const errorClasses = 'tw-border-sq-danger-color';
10
- const borderColorClasses = [
11
- 'tw-border-sq-disabled-gray',
12
- 'dark:tw-border-sq-dark-disabled-gray',
13
- 'dark:focus:tw-border-sq-color-dark-dark',
14
- 'dark:active:tw-border-sq-color-dark-dark',
15
- 'focus:tw-border-sq-color-dark',
16
- 'active:tw-border-sq-color-dark',
17
- ].join(' ');
18
- /**
19
- * TextArea.
20
- */
21
- export const TextArea = ({ readonly = false, disabled = false, onChange, onKeyUp, onFocus, onBlur, onKeyDown, id, name, rows = 3, cols = undefined, value, placeholder, showError, extraClassNames, testId, autoFocus = false, }) => {
22
- const appliedClasses = `${baseClasses} ${extraClassNames} ${lightTheme} ${darkTheme} ${showError ? errorClasses : borderColorClasses}`;
23
- return (React.createElement("textarea", { "data-testid": testId, name: name, id: id, value: value, className: appliedClasses, placeholder: placeholder, disabled: disabled, readOnly: readonly, onChange: onChange, onFocus: onFocus, onBlur: onBlur, onKeyDown: onKeyDown, onKeyUp: onKeyUp, rows: rows, cols: cols, autoFocus: autoFocus }));
24
- };
25
- //# sourceMappingURL=TextArea.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextArea.js","sourceRoot":"","sources":["../../src/TextArea/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,eAAe,CAAC;AAEvB,MAAM,WAAW,GACf,2EAA2E;IAC3E,0GAA0G;IAC1G,6EAA6E,CAAC;AAEhF,MAAM,SAAS,GACb,0DAA0D;IAC1D,sFAAsF,CAAC;AACzF,MAAM,UAAU,GAAG,iFAAiF,CAAC;AAErG,MAAM,YAAY,GAAG,2BAA2B,CAAC;AAEjD,MAAM,kBAAkB,GAAG;IACzB,4BAA4B;IAC5B,sCAAsC;IACtC,yCAAyC;IACzC,0CAA0C;IAC1C,+BAA+B;IAC/B,gCAAgC;CACjC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAEZ;;GAEG;AACH,MAAM,CAAC,MAAM,QAAQ,GAA2C,CAAC,EAC/D,QAAQ,GAAG,KAAK,EAChB,QAAQ,GAAG,KAAK,EAChB,QAAQ,EACR,OAAO,EACP,OAAO,EACP,MAAM,EACN,SAAS,EACT,EAAE,EACF,IAAI,EACJ,IAAI,GAAG,CAAC,EACR,IAAI,GAAG,SAAS,EAChB,KAAK,EACL,WAAW,EACX,SAAS,EACT,eAAe,EACf,MAAM,EACN,SAAS,GAAG,KAAK,GAClB,EAAE,EAAE;IACH,MAAM,cAAc,GAAG,GAAG,WAAW,IAAI,eAAe,IAAI,UAAU,IAAI,SAAS,IACjF,SAAS,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,kBAC7B,EAAE,CAAC;IAEH,OAAO,CACL,iDACe,MAAM,EACnB,IAAI,EAAE,IAAI,EACV,EAAE,EAAE,EAAE,EACN,KAAK,EAAE,KAAK,EACZ,SAAS,EAAE,cAAc,EACzB,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,IAAI,EACV,SAAS,EAAE,SAAS,GACpB,CACH,CAAC;AACJ,CAAC,CAAC"}
@@ -1,46 +0,0 @@
1
- import React from 'react';
2
- import { TextArea } from './TextArea';
3
- export default {
4
- title: 'TextArea',
5
- };
6
- export const AllTextAreas = () => {
7
- const renderAllVariations = () => (React.createElement(React.Fragment, null,
8
- React.createElement("div", { className: "tw-p-4 light" },
9
- React.createElement("div", { className: "tw-p-4" },
10
- React.createElement(TextArea, { value: "Short text provided." })),
11
- React.createElement("div", { className: "tw-p-4" },
12
- React.createElement(TextArea, { value: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Odio morbi quis commodo odio aenean. Lectus sit amet est placerat in egestas erat. Dui nunc mattis enim ut tellus. Dictumst vestibulum rhoncus est pellentesque elit ullamcorper. Nibh mauris cursus mattis molestie a. Aenean vel elit scelerisque mauris pellentesque. Nunc sed id semper risus in hendrerit gravida rutrum quisque. Tortor dignissim convallis aenean et tortor at risus. Vitae congue mauris rhoncus aenean vel elit scelerisque. Tellus id interdum velit laoreet id donec ultrices. Ac turpis egestas maecenas pharetra. Commodo odio aenean sed adipiscing diam donec adipiscing tristique risus. Consequat interdum varius sit amet mattis. Lacus laoreet non curabitur gravida arcu ac tortor. Vulputate sapien nec sagittis aliquam malesuada bibendum arcu vitae elementum. Odio ut enim blandit volutpat maecenas volutpat." })),
13
- React.createElement("div", { className: "tw-p-4" },
14
- React.createElement(TextArea, { placeholder: "placeholder text" })),
15
- React.createElement("div", { className: "tw-p-4" },
16
- React.createElement(TextArea, { placeholder: "with error", showError: true })),
17
- React.createElement("div", { className: "tw-p-4" },
18
- React.createElement(TextArea, { value: "read-only", readonly: true, onFocus: (e) => e.currentTarget.select() })),
19
- React.createElement("div", { className: "tw-p-4" },
20
- React.createElement(TextArea, { value: "disabled", disabled: true }))),
21
- React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
22
- React.createElement("div", { className: "tw-p-4" },
23
- React.createElement(TextArea, { value: "value provided" })),
24
- React.createElement("div", { className: "tw-p-4" },
25
- React.createElement(TextArea, { placeholder: "placeholder text" })),
26
- React.createElement("div", { className: "tw-p-4" },
27
- React.createElement(TextArea, { placeholder: "with error", showError: true })),
28
- React.createElement("div", { className: "tw-p-4" },
29
- React.createElement(TextArea, { value: "read-only", readonly: true, onFocus: (e) => e.currentTarget.select() })),
30
- React.createElement("div", { className: "tw-p-4" },
31
- React.createElement(TextArea, { value: "disabled", disabled: true })))));
32
- return (React.createElement("div", { className: "tw-grid tw-grid-cols-4 tw-gap-4" },
33
- React.createElement("div", { className: "color_topic" },
34
- React.createElement("b", null, "Topic Colors"),
35
- renderAllVariations()),
36
- React.createElement("div", { className: "color_analysis" },
37
- React.createElement("b", null, "Analysis Colors"),
38
- renderAllVariations()),
39
- React.createElement("div", { className: "color_datalab" },
40
- React.createElement("b", null, "Datalab Colors"),
41
- renderAllVariations()),
42
- React.createElement("div", { className: "color_vantage" },
43
- React.createElement("b", null, "Vantage Colors"),
44
- renderAllVariations())));
45
- };
46
- //# sourceMappingURL=TextArea.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextArea.stories.js","sourceRoot":"","sources":["../../src/TextArea/TextArea.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,eAAe;IACb,KAAK,EAAE,UAAU;CAClB,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,EAAE;IAC/B,MAAM,mBAAmB,GAAG,GAAG,EAAE,CAAC,CAChC;QACE,6BAAK,SAAS,EAAC,cAAc;YAC3B,6BAAK,SAAS,EAAC,QAAQ;gBACrB,oBAAC,QAAQ,IAAC,KAAK,EAAC,sBAAsB,GAAG,CACrC;YACN,6BAAK,SAAS,EAAC,QAAQ;gBACrB,oBAAC,QAAQ,IAAC,KAAK,EAAC,q7BAAq7B,GAAG,CACp8B;YACN,6BAAK,SAAS,EAAC,QAAQ;gBACrB,oBAAC,QAAQ,IAAC,WAAW,EAAC,kBAAkB,GAAG,CACvC;YACN,6BAAK,SAAS,EAAC,QAAQ;gBACrB,oBAAC,QAAQ,IAAC,WAAW,EAAC,YAAY,EAAC,SAAS,EAAE,IAAI,GAAI,CAClD;YACN,6BAAK,SAAS,EAAC,QAAQ;gBACrB,oBAAC,QAAQ,IAAC,KAAK,EAAC,WAAW,EAAC,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,aAAa,CAAC,MAAM,EAAE,GAAI,CACpF;YACN,6BAAK,SAAS,EAAC,QAAQ;gBACrB,oBAAC,QAAQ,IAAC,KAAK,EAAC,UAAU,EAAC,QAAQ,EAAE,IAAI,GAAI,CACzC,CACF;QAEN,6BAAK,SAAS,EAAC,yCAAyC;YACtD,6BAAK,SAAS,EAAC,QAAQ;gBACrB,oBAAC,QAAQ,IAAC,KAAK,EAAC,gBAAgB,GAAG,CAC/B;YACN,6BAAK,SAAS,EAAC,QAAQ;gBACrB,oBAAC,QAAQ,IAAC,WAAW,EAAC,kBAAkB,GAAG,CACvC;YACN,6BAAK,SAAS,EAAC,QAAQ;gBACrB,oBAAC,QAAQ,IAAC,WAAW,EAAC,YAAY,EAAC,SAAS,EAAE,IAAI,GAAI,CAClD;YACN,6BAAK,SAAS,EAAC,QAAQ;gBACrB,oBAAC,QAAQ,IAAC,KAAK,EAAC,WAAW,EAAC,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,aAAa,CAAC,MAAM,EAAE,GAAI,CACpF;YACN,6BAAK,SAAS,EAAC,QAAQ;gBACrB,oBAAC,QAAQ,IAAC,KAAK,EAAC,UAAU,EAAC,QAAQ,EAAE,IAAI,GAAI,CACzC,CACF,CACL,CACJ,CAAC;IACF,OAAO,CACL,6BAAK,SAAS,EAAC,iCAAiC;QAC9C,6BAAK,SAAS,EAAC,aAAa;YAC1B,8CAAmB;YAClB,mBAAmB,EAAE,CAClB;QAEN,6BAAK,SAAS,EAAC,gBAAgB;YAC7B,iDAAsB;YACrB,mBAAmB,EAAE,CAClB;QAEN,6BAAK,SAAS,EAAC,eAAe;YAC5B,gDAAqB;YACpB,mBAAmB,EAAE,CAClB;QAEN,6BAAK,SAAS,EAAC,eAAe;YAC5B,gDAAqB;YACpB,mBAAmB,EAAE,CAClB,CACF,CACP,CAAC;AACJ,CAAC,CAAC"}
@@ -1,68 +0,0 @@
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 { TextArea } from './TextArea';
6
- describe('TextArea', () => {
7
- class Context {
8
- testId = 'textAreaTestId';
9
- props = {
10
- onChange: jest.fn(),
11
- onKeyUp: jest.fn(),
12
- testId: this.testId,
13
- };
14
- }
15
- let tc;
16
- beforeEach(() => {
17
- tc = new Context();
18
- });
19
- const renderTextArea = (props) => render(React.createElement(TextArea, { ...props }));
20
- it('renders the provided value', () => {
21
- const value = 'hello, this is text for a text area.';
22
- renderTextArea({ ...tc.props, value });
23
- expect(screen.getByDisplayValue(value)).toBeInTheDocument();
24
- });
25
- it('renders the provided placeholder', () => {
26
- const placeholder = 'Prompt to enter';
27
- renderTextArea({ ...tc.props, placeholder });
28
- expect(screen.getByPlaceholderText(placeholder)).toBeInTheDocument();
29
- });
30
- it('calls onChange handler', async () => {
31
- renderTextArea({ ...tc.props });
32
- await userEvent.type(screen.getByTestId(tc.testId), 'trigger');
33
- expect(tc.props.onChange).toHaveBeenCalled();
34
- });
35
- it('calls the onKeyUp handler', async () => {
36
- renderTextArea({ ...tc.props });
37
- await userEvent.type(screen.getByTestId(tc.testId), 'trigger');
38
- expect(tc.props.onKeyUp).toHaveBeenCalled();
39
- });
40
- it('respects readOnly', async () => {
41
- renderTextArea({ ...tc.props, disabled: true });
42
- expect(screen.getByTestId(tc.testId)).not.toBeEnabled();
43
- });
44
- it('provides rows', async () => {
45
- renderTextArea({ ...tc.props, rows: 7 });
46
- expect(screen.getByTestId(tc.testId)).toHaveProperty('rows', 7);
47
- });
48
- it('provides cols', async () => {
49
- renderTextArea({ ...tc.props, cols: 8 });
50
- expect(screen.getByTestId(tc.testId)).toHaveProperty('cols', 8);
51
- });
52
- it('provides name', async () => {
53
- const name = 'myTextArea';
54
- renderTextArea({ ...tc.props, name });
55
- expect(screen.getByTestId(tc.testId)).toHaveProperty('name', name);
56
- });
57
- it('provides id', async () => {
58
- const id = 'myTextId';
59
- renderTextArea({ ...tc.props, id });
60
- expect(screen.getByTestId(tc.testId)).toHaveProperty('id', id);
61
- });
62
- it('provides extraClassNames', async () => {
63
- const extraClassNames = 'extra css';
64
- renderTextArea({ ...tc.props, extraClassNames });
65
- expect(screen.getByTestId(tc.testId)).toHaveClass(extraClassNames);
66
- });
67
- });
68
- //# sourceMappingURL=TextArea.test.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextArea.test.js","sourceRoot":"","sources":["../../src/TextArea/TextArea.test.tsx"],"names":[],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=TextArea.types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextArea.types.js","sourceRoot":"","sources":["../../src/TextArea/TextArea.types.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export { TextArea as default } from './TextArea';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/TextArea/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,MAAM,YAAY,CAAC"}
@@ -1,79 +0,0 @@
1
- import React, { useEffect, useRef, useState } from 'react';
2
- import '../styles.css';
3
- import { setValidInputDimension } from '../utils/validateStyleDimension';
4
- import { getQTipData } from '../Tooltip/qTip.utilities';
5
- const errorClasses = 'tw-border-sq-danger-color';
6
- const borderColorClasses = [
7
- 'tw-border-sq-disabled-gray',
8
- 'dark:tw-border-sq-dark-disabled-gray',
9
- 'dark:focus:tw-border-sq-color-dark-dark',
10
- 'dark:active:tw-border-sq-color-dark-dark',
11
- 'focus:tw-border-sq-color-dark',
12
- 'active:tw-border-sq-color-dark',
13
- ].join(' ');
14
- const baseClasses = 'tw-h-inputs tw-leading-normal tw-outline-none tw-py-1 tw-px-3' +
15
- ' disabled:tw-pointer-events-none disabled:tw-bg-sq-light-gray disabled:dark:tw-bg-sq-dark-disabled-gray' +
16
- ' disabled:tw-cursor-not-allowed tw-p-1 tw-border-solid tw-border tw-placeholder-gray-400' +
17
- ' dark:tw-placeholder-sq-dark-text-lighter specTextField';
18
- const darkTheme = 'dark:tw-bg-sq-dark-background dark:tw-text-sq-dark-text disabled:dark:tw-text-sq-dark-text-lighter';
19
- const lightTheme = 'tw-text-sq-text-color disabled:tw-text-sq-darkish-gray';
20
- const sizeClasses = {
21
- sm: 'tw-text-sm',
22
- lg: 'tw-text-xl',
23
- };
24
- /**
25
- * Textfield.
26
- */
27
- export const TextField = React.forwardRef((props, ref) => {
28
- const { readonly = false, disabled = false, onChange, onKeyUp, onFocus, onBlur, onKeyDown, id, name, size = 'sm', value, placeholder, extraClassNames, testId, type = 'text', inputGroup, step, showError, errorText, min, max, maxLength, minLength, required = false, autoComplete = 'off', inputWidth = undefined, inputHeight = undefined, autoFocus = false, ...tooltipProps } = props;
29
- const internalRef = useRef(null);
30
- const [cursor, setCursor] = useState(null);
31
- const tooltipData = getQTipData(tooltipProps);
32
- const setAllRefs = (receivedRef) => {
33
- if (ref)
34
- ref.current = receivedRef;
35
- internalRef.current = receivedRef;
36
- };
37
- useEffect(() => {
38
- const input = internalRef.current;
39
- if (input && type !== 'number' && type !== 'email')
40
- input.setSelectionRange(cursor, cursor);
41
- }, [ref, cursor, value]);
42
- const handleChange = (e) => {
43
- setCursor(e.target.selectionStart);
44
- onChange && onChange(e);
45
- };
46
- useEffect(() => {
47
- /**
48
- * we need to change the value only if it's different since the internal state of "input" will change it anyway
49
- * this will only be the case when the value has been changed externally via store (undo / redo)
50
- */
51
- if (value !== null && value !== undefined && value !== internalRef.current?.value && internalRef.current) {
52
- // we need to use this method because using the value props directly will switch the input to a "controlled"
53
- // component
54
- internalRef.current.value = `${value}`;
55
- }
56
- }, [value]);
57
- let borderRadius = 'tw-rounded-sm';
58
- if (inputGroup === 'left') {
59
- borderRadius = 'tw-rounded-l-sm tw-border-r-0 focus:tw-border-r' + ' active:tw-border-r';
60
- }
61
- else if (inputGroup === 'right') {
62
- borderRadius = 'tw-rounded-r-sm tw-border-l-0 focus:tw-border-l active:tw-border-l';
63
- }
64
- const appliedClasses = `${baseClasses} ${sizeClasses[size]} ${extraClassNames} ${lightTheme} ${darkTheme} ${borderRadius} ${showError ? errorClasses : borderColorClasses} `;
65
- const inputProp = setValidInputDimension(inputWidth, inputHeight)
66
- ? {
67
- style: setValidInputDimension(inputWidth, inputHeight),
68
- }
69
- : {};
70
- const inputLenghtProp = {};
71
- if (maxLength)
72
- inputLenghtProp.maxLength = maxLength;
73
- if (minLength)
74
- inputLenghtProp.minLength = minLength;
75
- return (React.createElement(React.Fragment, null,
76
- React.createElement("input", { ref: setAllRefs, "data-testid": testId, name: name, id: id, type: type, value: value, className: appliedClasses, placeholder: placeholder, disabled: disabled, readOnly: readonly, autoComplete: autoComplete, onChange: handleChange, onFocus: onFocus, onBlur: onBlur, onKeyDown: onKeyDown, onKeyUp: onKeyUp, step: step, required: required, autoFocus: autoFocus, min: min, max: max, ...inputLenghtProp, ...inputProp, ...tooltipData }),
77
- errorText && showError && React.createElement("div", { className: "tw-text-sq-danger-color tw-text-xs tw-mt-1" }, errorText)));
78
- });
79
- //# sourceMappingURL=TextField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextField.js","sourceRoot":"","sources":["../../src/TextField/TextField.tsx"],"names":[],"mappings":"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"}
@@ -1,70 +0,0 @@
1
- import React from 'react';
2
- import { TextField } from './TextField';
3
- import { QTip } from '../Tooltip';
4
- export default {
5
- title: 'TextField',
6
- };
7
- export const AllTextFields = () => {
8
- const renderAllVariations = () => (React.createElement(React.Fragment, null,
9
- React.createElement("div", { className: "tw-p-4 light" },
10
- React.createElement("div", { className: "tw-p-4" },
11
- React.createElement(TextField, { value: "value provided" })),
12
- React.createElement("div", { className: "tw-p-4" },
13
- React.createElement(TextField, { placeholder: "placeholder text" })),
14
- React.createElement("div", { className: "tw-p-4" },
15
- React.createElement(TextField, { placeholder: "with error", showError: true })),
16
- React.createElement("div", { className: "tw-p-4" },
17
- React.createElement(TextField, { placeholder: "with error text", showError: true, errorText: "this is a major test error and it is long on purpose to see its looks" })),
18
- React.createElement("div", { className: "tw-p-4" },
19
- React.createElement(TextField, { value: "read-only", readonly: true, onFocus: (e) => e.currentTarget.select() })),
20
- React.createElement("div", { className: "tw-p-4" },
21
- React.createElement(TextField, { value: "disabled", disabled: true, onFocus: (e) => e.currentTarget.select() })),
22
- React.createElement("div", { className: "tw-p-4" },
23
- React.createElement("div", null, "max value = 10"),
24
- React.createElement(TextField, { type: "number", value: 20, max: 10 })),
25
- React.createElement("div", { className: "tw-p-4" },
26
- React.createElement("div", null, "min value = 2"),
27
- React.createElement(TextField, { type: "number", value: 1, min: 2 })),
28
- React.createElement("div", { className: "tw-p-4" },
29
- React.createElement(TextField, { value: "large", size: "lg" })),
30
- React.createElement("div", { className: "tw-p-4" },
31
- React.createElement(TextField, { value: "with tooltip", tooltip: "small tooltip" }))),
32
- React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
33
- React.createElement("div", { className: "tw-p-4" },
34
- React.createElement(TextField, { value: "value provided" })),
35
- React.createElement("div", { className: "tw-p-4" },
36
- React.createElement(TextField, { placeholder: "placeholder text" })),
37
- React.createElement("div", { className: "tw-p-4" },
38
- React.createElement(TextField, { placeholder: "with error", showError: true })),
39
- React.createElement("div", { className: "tw-p-4" },
40
- React.createElement(TextField, { placeholder: "with error text", showError: true, errorText: "this is a major test error and it is long on purpose to see its looks" })),
41
- React.createElement("div", { className: "tw-p-4" },
42
- React.createElement(TextField, { value: "read-only", readonly: true, onFocus: (e) => e.currentTarget.select() })),
43
- React.createElement("div", { className: "tw-p-4" },
44
- React.createElement(TextField, { value: "disabled", disabled: true, onFocus: (e) => e.currentTarget.select() })),
45
- React.createElement("div", { className: "tw-p-4" },
46
- React.createElement("div", { className: "tw-text-sq-color-dark dark:tw-text-sq-color-dark-dark" }, "max value = 10"),
47
- React.createElement(TextField, { type: "number", value: 8, max: 10 })),
48
- React.createElement("div", { className: "tw-p-4" },
49
- React.createElement("div", { className: "tw-text-sq-color-dark dark:tw-text-sq-color-dark-dark" }, "min value = 2"),
50
- React.createElement(TextField, { type: "number", value: 10, min: 2 })),
51
- React.createElement("div", { className: "tw-p-4" },
52
- React.createElement(TextField, { value: "large", size: "lg" })),
53
- React.createElement("div", { className: "tw-p-4" },
54
- React.createElement(TextField, { value: "with tooltip", tooltip: "small tooltip" })))));
55
- return (React.createElement("div", { className: "tw-grid tw-grid-cols-4 tw-gap-4" },
56
- React.createElement(QTip, null),
57
- React.createElement("div", { className: "color_topic" },
58
- React.createElement("b", null, "Topic Colors"),
59
- renderAllVariations()),
60
- React.createElement("div", { className: "color_analysis" },
61
- React.createElement("b", null, "Analysis Colors"),
62
- renderAllVariations()),
63
- React.createElement("div", { className: "color_datalab" },
64
- React.createElement("b", null, "Datalab Colors"),
65
- renderAllVariations()),
66
- React.createElement("div", { className: "color_vantage" },
67
- React.createElement("b", null, "Vantage Colors"),
68
- renderAllVariations())));
69
- };
70
- //# sourceMappingURL=TextField.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextField.stories.js","sourceRoot":"","sources":["../../src/TextField/TextField.stories.tsx"],"names":[],"mappings":"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"}
@@ -1,39 +0,0 @@
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 { TextField } from './TextField';
6
- describe('TextField', () => {
7
- class Context {
8
- testId = 'textFieldTestId';
9
- props = {
10
- onChange: jest.fn(),
11
- testId: this.testId,
12
- };
13
- }
14
- let tc;
15
- beforeEach(() => {
16
- tc = new Context();
17
- });
18
- const renderTextField = (props) => render(React.createElement(TextField, { ...props }));
19
- it('renders the provided value', () => {
20
- const value = 'hello';
21
- renderTextField({ ...tc.props, value });
22
- expect(screen.getByDisplayValue(value)).toBeInTheDocument();
23
- });
24
- it('renders the provided placeholder', () => {
25
- const placeholder = 'Prompt to enter';
26
- renderTextField({ ...tc.props, placeholder });
27
- expect(screen.getByPlaceholderText(placeholder)).toBeInTheDocument();
28
- });
29
- it('calls onChange handler', async () => {
30
- renderTextField({ ...tc.props });
31
- await userEvent.type(screen.getByTestId(tc.testId), 'trigger');
32
- expect(tc.props.onChange).toHaveBeenCalled();
33
- });
34
- it('autofocuses the textfield', async () => {
35
- renderTextField({ ...tc.props, autoFocus: true });
36
- expect(screen.getByTestId(tc.testId)).toHaveFocus();
37
- });
38
- });
39
- //# sourceMappingURL=TextField.test.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextField.test.js","sourceRoot":"","sources":["../../src/TextField/TextField.test.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,2BAA2B,CAAC;AACnC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,SAAS,MAAM,6BAA6B,CAAC;AAEpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,QAAQ,CAAC,WAAW,EAAE,GAAG,EAAE;IACzB,MAAM,OAAO;QACX,MAAM,GAAG,iBAAiB,CAAC;QAC3B,KAAK,GAAmB;YACtB,QAAQ,EAAE,IAAI,CAAC,EAAE,EAAE;YACnB,MAAM,EAAE,IAAI,CAAC,MAAM;SACpB,CAAC;KACH;IAED,IAAI,EAAW,CAAC;IAChB,UAAU,CAAC,GAAG,EAAE;QACd,EAAE,GAAG,IAAI,OAAO,EAAE,CAAC;IACrB,CAAC,CAAC,CAAC;IACH,MAAM,eAAe,GAAG,CAAC,KAAqB,EAAE,EAAE,CAAC,MAAM,CAAC,oBAAC,SAAS,OAAK,KAAK,GAAI,CAAC,CAAC;IAEpF,EAAE,CAAC,4BAA4B,EAAE,GAAG,EAAE;QACpC,MAAM,KAAK,GAAG,OAAO,CAAC;QACtB,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,CAAC,CAAC;QACxC,MAAM,CAAC,MAAM,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC,CAAC,iBAAiB,EAAE,CAAC;IAC9D,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,kCAAkC,EAAE,GAAG,EAAE;QAC1C,MAAM,WAAW,GAAG,iBAAiB,CAAC;QACtC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,WAAW,EAAE,CAAC,CAAC;QAC9C,MAAM,CAAC,MAAM,CAAC,oBAAoB,CAAC,WAAW,CAAC,CAAC,CAAC,iBAAiB,EAAE,CAAC;IACvE,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,wBAAwB,EAAE,KAAK,IAAI,EAAE;QACtC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,CAAC,CAAC;QACjC,MAAM,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,SAAS,CAAC,CAAC;QAC/D,MAAM,CAAC,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,gBAAgB,EAAE,CAAC;IAC/C,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,2BAA2B,EAAE,KAAK,IAAI,EAAE;QACzC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;QAClD,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;IACtD,CAAC,CAAC,CAAC;AAEL,CAAC,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=TextField.types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextField.types.js","sourceRoot":"","sources":["../../src/TextField/TextField.types.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export { TextField as default } from './TextField';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/TextField/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,IAAI,OAAO,EAAE,MAAM,aAAa,CAAC"}
@@ -1,75 +0,0 @@
1
- import * as React from 'react';
2
- import * as PopoverPrimitive from '@radix-ui/react-popover';
3
- import Icon from '../Icon';
4
- import { DEFAULT_TOOL_TIP_DELAY } from '../Tooltip/Tooltip.types';
5
- import { getSvgIconPath } from '../utils/svg';
6
- const borderStyles = [
7
- 'tw-border-solid',
8
- 'tw-border',
9
- 'tw-rounded-sm',
10
- 'tw-border-sq-disabled-gray',
11
- 'dark:tw-border-gray-500',
12
- ].join(' ');
13
- const triggerBorderStyles = [
14
- 'tw-border-solid',
15
- 'tw-border',
16
- 'tw-rounded-sm',
17
- 'tw-border-transparent',
18
- 'hover:tw-border-solid',
19
- 'hover:tw-border',
20
- 'hover:tw-rounded-sm',
21
- 'hover:tw-border-sq-darkish-gray',
22
- 'active:tw-border-sq-color-dark',
23
- 'dark:hover:tw-border-sq-color-dark-dark',
24
- 'dark:focus:tw-border-sq-color-dark-dark',
25
- 'dark:active:tw-border-sq-color-dark-dark',
26
- ].join(' ');
27
- const activeBorderStyles = [
28
- 'active',
29
- 'tw-border-solid',
30
- 'tw-border',
31
- 'tw-rounded-sm',
32
- 'tw-border-sq-color-dark',
33
- 'active:tw-border-sq-color-dark',
34
- 'dark:hover:tw-border-sq-color-dark-dark',
35
- ].join(' ');
36
- const bgStyles = ['tw-bg-sq-white', 'dark:tw-bg-sq-dark-background'].join(' ');
37
- const disabledClasses = ['tw-opacity-50', 'tw-cursor-not-allowed'].join(' ');
38
- const PopoverContent = React.forwardRef(({ className, align = 'center', sideOffset = 4, ...props }, ref) => (React.createElement(PopoverPrimitive.Content, { ref: ref, align: align, sideOffset: sideOffset, ...props, asChild: true })));
39
- export const ToolbarButton = ({ isSmall = false, label, icon, secondIcon, forceSmallIcon = false, tooltipText, id, popoverContent, extraClassNames, testId, tooltipTestId, tooltipOptions, isActive = false, isHtmlTooltip = false, hasArrow = false, disabled = false, isPrimaryAnSvg = false, primaryIconExtraClassNames = false, iconHeight = 24, iconWidth = 24, primaryIconViewbox = '0 0 24 24', onClick, onHide, }) => {
40
- let tooltipData = undefined;
41
- if (tooltipText) {
42
- tooltipData = {
43
- 'data-qtip-text': tooltipText,
44
- 'data-qtip-placement': tooltipOptions?.position,
45
- 'data-qtip-is-html': isHtmlTooltip,
46
- 'data-qtip-testid': tooltipTestId,
47
- 'data-qtip-delay': tooltipOptions?.delay ?? DEFAULT_TOOL_TIP_DELAY,
48
- };
49
- }
50
- const onOpenChange = (open) => {
51
- if (!open) {
52
- onHide && onHide();
53
- }
54
- };
55
- return (React.createElement(PopoverPrimitive.Root, { defaultOpen: false, onOpenChange: onOpenChange },
56
- React.createElement(PopoverPrimitive.Trigger, { id: id, className: `tw-border-none ${isActive ? 'active' : ''}`, disabled: disabled, "data-testid": testId, onClick: (e) => {
57
- onClick && onClick(e);
58
- } },
59
- React.createElement("div", { ...tooltipData, className: `tw-bg-transparent tw-p-0 tw-flex tw-flex-col tw-items-center ${isSmall ? 'tw-py-[1px] tw-px-[5px]' : 'tw-px-2 tw-py-[5px]'} ${disabled ? disabledClasses : isActive ? activeBorderStyles : triggerBorderStyles} ${extraClassNames || ''}` },
60
- React.createElement("span", { className: "tw-nowrap" },
61
- isPrimaryAnSvg ? (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", className: `tw-text-sq-text-color dark:tw-text-sq-dark-text ${primaryIconExtraClassNames || ''}`, viewBox: primaryIconViewbox, height: `${iconHeight}px`, width: `${iconWidth}px`, fill: "currentColor", "data-testid": testId },
62
- React.createElement("path", { d: getSvgIconPath(icon) }))) : (React.createElement(Icon, { icon: icon, testId: "firstIcon", type: "text", large: !isSmall && !label && !secondIcon && !forceSmallIcon, extraClassNames: `tw-text-sq-text-color dark:tw-text-sq-dark-text` })),
63
- secondIcon && React.createElement(Icon, { icon: secondIcon, type: "text", testId: "secondIcon" }),
64
- popoverContent ? (React.createElement(Icon, { icon: "fc-arrow-dropdown", extraClassNames: "tw-text-sq-text-color dark:tw-text-sq-dark-text tw-ml-[3px] tw-text-[8px]", type: "text" })) : undefined),
65
- !isSmall && (React.createElement("small", { className: "tw-text-sq-text-color dark:tw-text-sq-dark-text tw-text-[10px]" }, label)))),
66
- !!popoverContent ? (React.createElement(PopoverContent, { sideOffset: 2, align: "start" },
67
- React.createElement("div", { className: bgStyles +
68
- ' tw-relative tw-z-[1000] tw-min-w-6 tw-p-[0.5rem] focus-visible:tw-outline-none tw-outline-none data-[state=open]:animate-in data-[state=closed]:animate-out' +
69
- ' data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2' +
70
- borderStyles },
71
- hasArrow && (React.createElement(PopoverPrimitive.Arrow, { asChild: true },
72
- React.createElement("div", { className: " tw-fill-transparent tw-bg-white tw-w-[15px] tw-h-[15px] tw-mt-[-7px] 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" }))),
73
- popoverContent))) : undefined));
74
- };
75
- //# sourceMappingURL=ToolbarButton.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ToolbarButton.js","sourceRoot":"","sources":["../../src/ToolbarButton/ToolbarButton.tsx"],"names":[],"mappings":"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"}
@@ -1,94 +0,0 @@
1
- import React from 'react';
2
- import { ToolbarButton } from './ToolbarButton';
3
- import Icon from '../Icon';
4
- import { QTip } from '../Tooltip/Qtip';
5
- export default {
6
- title: 'Toolbar Button',
7
- };
8
- export const AllToolbarButtonVariants = () => {
9
- const options = [
10
- { value: 'a', label: 'Chocolate' },
11
- { value: 'b', label: 'Strawberry' },
12
- { value: 'c', label: 'Vanilla' },
13
- { value: 'd', label: 'Rocky Road' },
14
- { value: 'e', label: 'Crazy Cow' },
15
- { value: 'f', label: 'Almond Joy' },
16
- { value: 'g', label: 'All of the above' },
17
- ];
18
- const colorOptions = [
19
- { value: 'h', label: 'pink' },
20
- { value: 'i', label: 'purple' },
21
- { value: 'j', label: 'green' },
22
- { value: 'k', label: 'red' },
23
- ];
24
- const allToolbarButtons = (isDark) => (React.createElement("div", { className: isDark ? 'tw-dark tw-bg-sq-dark-background' : '' },
25
- React.createElement("div", { className: "tw-p-5 " },
26
- React.createElement(ToolbarButton, { icon: "fc-y-axis", label: "Popover", testId: "basic-popover1", tooltipText: "This is a small popover.", tooltipOptions: { position: 'top', delay: 0 }, isHtmlTooltip: false, isSmall: true, popoverContent: React.createElement("div", { className: "tw-text-sm dark:tw-text-white" },
27
- React.createElement("p", { className: "tw-bg-gray-200 dark:tw-bg-gray-700 tw-p-2" }, "Flavors"),
28
- options.map((option) => (React.createElement("div", { key: option.value, className: "tw-flex tw-items-center tw-p-2 hover:tw-bg-green-500" },
29
- React.createElement(Icon, { type: "color", color: "green", icon: "fc-check", extraClassNames: "tw-mr-2" }),
30
- React.createElement("span", null, option.label)))),
31
- React.createElement("p", { className: "tw-bg-gray-200 dark:tw-bg-gray-700 tw-p-2" }, "Colors"),
32
- colorOptions.map((option) => (React.createElement("div", { key: option.value, className: "tw-flex tw-items-center tw-p-2" },
33
- React.createElement(Icon, { type: "color", color: "green", icon: "fc-check", extraClassNames: "tw-mr-2" }),
34
- React.createElement("span", null, option.label))))) })),
35
- React.createElement("div", { className: "tw-p-5 " },
36
- React.createElement(ToolbarButton, { icon: "fc-y-axis", label: "Normal", testId: "basic-popover1", tooltipText: "This is a normal popover.", tooltipOptions: { position: 'top', delay: 0 }, isHtmlTooltip: false, popoverContent: React.createElement("div", { className: "tw-text-sm dark:tw-text-white" },
37
- React.createElement("p", { className: "tw-bg-gray-200 dark:tw-bg-gray-700 tw-p-2" }, "Flavors"),
38
- options.map((option) => (React.createElement("div", { key: option.value, className: "tw-flex tw-items-center tw-p-2 hover:tw-bg-green-500" },
39
- React.createElement(Icon, { type: "color", color: "green", icon: "fc-check", extraClassNames: "tw-mr-2" }),
40
- React.createElement("span", null, option.label)))),
41
- React.createElement("p", { className: "tw-bg-gray-200 dark:tw-bg-gray-700 tw-p-2" }, "Colors"),
42
- colorOptions.map((option) => (React.createElement("div", { key: option.value, className: "tw-flex tw-items-center tw-p-2" },
43
- React.createElement(Icon, { type: "color", color: "green", icon: "fc-check", extraClassNames: "tw-mr-2" }),
44
- React.createElement("span", null, option.label))))) })),
45
- React.createElement("div", { className: "tw-p-5 " },
46
- React.createElement(ToolbarButton, { icon: "fc-y-axis", label: "With arrow", testId: "basic-popover1", tooltipText: "This is a normal popover.", tooltipOptions: { position: 'top', delay: 0 }, hasArrow: true, isHtmlTooltip: false, popoverContent: React.createElement("div", { className: "tw-text-sm dark:tw-text-white" },
47
- React.createElement("p", { className: "tw-bg-gray-200 dark:tw-bg-gray-700 tw-p-2" }, "Flavors"),
48
- options.map((option) => (React.createElement("div", { key: option.value, className: "tw-flex tw-items-center tw-p-2 hover:tw-bg-green-500" },
49
- React.createElement(Icon, { type: "color", color: "green", icon: "fc-check", extraClassNames: "tw-mr-2" }),
50
- React.createElement("span", null, option.label)))),
51
- React.createElement("p", { className: "tw-bg-gray-200 dark:tw-bg-gray-700 tw-p-2" }, "Colors"),
52
- colorOptions.map((option) => (React.createElement("div", { key: option.value, className: "tw-flex tw-items-center tw-p-2" },
53
- React.createElement(Icon, { type: "color", color: "green", icon: "fc-check", extraClassNames: "tw-mr-2" }),
54
- React.createElement("span", null, option.label))))) })),
55
- React.createElement("div", { className: "tw-p-5 " },
56
- React.createElement("p", { className: "tw-text-sq-color-dark tw-text-[10px]" }, "Without popup"),
57
- React.createElement(ToolbarButton, { icon: "fc-y-axis", label: "Button", testId: "basic-popover3", isHtmlTooltip: false })),
58
- React.createElement("div", { className: "tw-p-5 " },
59
- React.createElement(ToolbarButton, { icon: "fc-y-axis", label: "Disabled", testId: "basic-popover2", tooltipText: "This is a popover.", tooltipOptions: { position: 'top' }, isHtmlTooltip: false, disabled: true, popoverContent: React.createElement("div", { className: "tw-border tw-border-gray-100 tw-p-2 tw-rounded-sm tw-text-sm dark:tw-bg-sq-dark-background" },
60
- React.createElement("p", { className: "tw-bg-gray-200 dark:tw-bg-gray-700 tw-p-2" }, "Flavors"),
61
- options.map((option) => (React.createElement("div", { key: option.value, className: "tw-flex tw-items-center tw-p-2 hover:tw-bg-green-500" },
62
- React.createElement(Icon, { type: "color", color: "green", icon: "fc-check", extraClassNames: "tw-mr-2" }),
63
- React.createElement("span", null, option.label)))),
64
- React.createElement("p", { className: "tw-bg-gray-200 dark:tw-bg-gray-700 tw-p-2" }, "Colors"),
65
- colorOptions.map((option) => (React.createElement("div", { key: option.value, className: "tw-flex tw-items-center tw-p-2" },
66
- React.createElement(Icon, { type: "color", color: "green", icon: "fc-check", extraClassNames: "tw-mr-2" }),
67
- React.createElement("span", null, option.label))))) })),
68
- React.createElement("div", { className: "tw-p-5 " },
69
- React.createElement(ToolbarButton, { id: "scatterPlotFlipXY", isActive: false, disabled: true, testId: "scatterPlotFlipXY", label: "", icon: "fc-grab-window", tooltipText: "This is a large disabled popover.", tooltipOptions: { position: 'top' }, extraClassNames: "no-border ml5" })),
70
- React.createElement("div", { className: "tw-p-5 " },
71
- React.createElement(ToolbarButton, { icon: "fc-y-axis", tooltipText: "This is a large popover icon", tooltipOptions: { position: 'top', delay: 0 }, testId: "basic-popover4", isHtmlTooltip: false })),
72
- React.createElement("div", { className: "tw-p-5 " },
73
- React.createElement(ToolbarButton, { icon: "fc-y-axis", label: "Active", testId: "basic-popover5", tooltipText: "This is a button.", tooltipOptions: { position: 'top', delay: 0 }, isHtmlTooltip: false, isActive: true })),
74
- React.createElement("div", { className: "tw-p-5 " },
75
- React.createElement(ToolbarButton, { isPrimaryAnSvg: true, iconHeight: 13, iconWidth: 13, icon: "svgpath:M 19 2.76 L 18.016 4.066 L 7.678 17.765 L 6.745 19 L 5.812 17.765 L 0.984 11.373 L 0 10.067 L 1.867 7.307 L 2.851 8.613 L 6.745 13.771 L 16.149 1.306 L 17.133 0 L 19 2.76 Z", label: "Active", testId: "basic-popover5", tooltipText: "This is a button.", tooltipOptions: { position: 'top', delay: 0 }, isHtmlTooltip: false, isActive: true }))));
76
- const renderAllVariations = () => (React.createElement("div", { className: "tw-grid tw-grid-cols-2 tw-gap-4 tw-p-4" },
77
- allToolbarButtons(),
78
- allToolbarButtons(true)));
79
- return (React.createElement("div", { className: "tw-grid tw-grid-cols-4 tw-gap-4" },
80
- React.createElement(QTip, null),
81
- React.createElement("div", { className: "color_topic" },
82
- React.createElement("b", null, "Topic Colors"),
83
- renderAllVariations()),
84
- React.createElement("div", { className: "color_analysis" },
85
- React.createElement("b", null, "Analysis Colors"),
86
- renderAllVariations()),
87
- React.createElement("div", { className: "color_datalab" },
88
- React.createElement("b", null, "Datalab Colors"),
89
- renderAllVariations()),
90
- React.createElement("div", { className: "color_vantage" },
91
- React.createElement("b", null, "Vantage Colors"),
92
- renderAllVariations())));
93
- };
94
- //# sourceMappingURL=ToolbarButton.stories.js.map