@seeqdev/qomponents 0.0.40 → 0.0.41

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 (113) hide show
  1. package/README.md +135 -135
  2. package/dist/Button/Button.js +87 -0
  3. package/dist/Button/Button.js.map +1 -0
  4. package/dist/Button/Button.stories.js +77 -0
  5. package/dist/Button/Button.stories.js.map +1 -0
  6. package/dist/Button/Button.test.js +49 -0
  7. package/dist/Button/Button.test.js.map +1 -0
  8. package/dist/Button/Button.types.js +4 -0
  9. package/dist/Button/Button.types.js.map +1 -0
  10. package/dist/Button/index.js +2 -0
  11. package/dist/Button/index.js.map +1 -0
  12. package/dist/Checkbox/Checkbox.js +24 -0
  13. package/dist/Checkbox/Checkbox.js.map +1 -0
  14. package/dist/Checkbox/Checkbox.stories.js +32 -0
  15. package/dist/Checkbox/Checkbox.stories.js.map +1 -0
  16. package/dist/Checkbox/Checkbox.test.js +94 -0
  17. package/dist/Checkbox/Checkbox.test.js.map +1 -0
  18. package/dist/Checkbox/Checkbox.types.js +2 -0
  19. package/dist/Checkbox/Checkbox.types.js.map +1 -0
  20. package/dist/Checkbox/index.js +2 -0
  21. package/dist/Checkbox/index.js.map +1 -0
  22. package/dist/FontCustom.woff +0 -0
  23. package/dist/FontCustom.woff2 +0 -0
  24. package/dist/Icon/Icon.js +63 -0
  25. package/dist/Icon/Icon.js.map +1 -0
  26. package/dist/Icon/Icon.stories.js +40 -0
  27. package/dist/Icon/Icon.stories.js.map +1 -0
  28. package/dist/Icon/Icon.test.js +55 -0
  29. package/dist/Icon/Icon.test.js.map +1 -0
  30. package/dist/Icon/Icon.types.js +16 -0
  31. package/dist/Icon/Icon.types.js.map +1 -0
  32. package/dist/Icon/index.js +2 -0
  33. package/dist/Icon/index.js.map +1 -0
  34. package/dist/Select/Select.js +168 -0
  35. package/dist/Select/Select.js.map +1 -0
  36. package/dist/Select/Select.stories.js +72 -0
  37. package/dist/Select/Select.stories.js.map +1 -0
  38. package/dist/Select/Select.test.js +161 -0
  39. package/dist/Select/Select.test.js.map +1 -0
  40. package/dist/Select/Select.types.js +2 -0
  41. package/dist/Select/Select.types.js.map +1 -0
  42. package/dist/Select/index.js +2 -0
  43. package/dist/Select/index.js.map +1 -0
  44. package/dist/TextArea/TextArea.js +23 -0
  45. package/dist/TextArea/TextArea.js.map +1 -0
  46. package/dist/TextArea/TextArea.stories.js +39 -0
  47. package/dist/TextArea/TextArea.stories.js.map +1 -0
  48. package/dist/TextArea/TextArea.test.js +68 -0
  49. package/dist/TextArea/TextArea.test.js.map +1 -0
  50. package/dist/TextArea/TextArea.types.js +2 -0
  51. package/dist/TextArea/TextArea.types.js.map +1 -0
  52. package/dist/TextArea/index.js +2 -0
  53. package/dist/TextArea/index.js.map +1 -0
  54. package/dist/TextField/TextField.js +64 -0
  55. package/dist/TextField/TextField.js.map +1 -0
  56. package/dist/TextField/TextField.stories.js +41 -0
  57. package/dist/TextField/TextField.stories.js.map +1 -0
  58. package/dist/TextField/TextField.test.js +35 -0
  59. package/dist/TextField/TextField.test.js.map +1 -0
  60. package/dist/TextField/TextField.types.js +2 -0
  61. package/dist/TextField/TextField.types.js.map +1 -0
  62. package/dist/TextField/index.js +2 -0
  63. package/dist/TextField/index.js.map +1 -0
  64. package/dist/ToolbarButton/ToolbarButton.js +74 -0
  65. package/dist/ToolbarButton/ToolbarButton.js.map +1 -0
  66. package/dist/ToolbarButton/ToolbarButton.stories.js +79 -0
  67. package/dist/ToolbarButton/ToolbarButton.stories.js.map +1 -0
  68. package/dist/ToolbarButton/ToolbarButton.test.js +93 -0
  69. package/dist/ToolbarButton/ToolbarButton.test.js.map +1 -0
  70. package/dist/ToolbarButton/ToolbarButton.types.js +2 -0
  71. package/dist/ToolbarButton/ToolbarButton.types.js.map +1 -0
  72. package/dist/ToolbarButton/index.js +2 -0
  73. package/dist/ToolbarButton/index.js.map +1 -0
  74. package/dist/Tooltip/QTip.stories.js +40 -0
  75. package/dist/Tooltip/QTip.stories.js.map +1 -0
  76. package/dist/Tooltip/QTip.types.js +2 -0
  77. package/dist/Tooltip/QTip.types.js.map +1 -0
  78. package/dist/Tooltip/QTipPerformance.stories.js +30 -0
  79. package/dist/Tooltip/QTipPerformance.stories.js.map +1 -0
  80. package/dist/Tooltip/Qtip.js +148 -0
  81. package/dist/Tooltip/Qtip.js.map +1 -0
  82. package/dist/Tooltip/Tooltip.js +36 -0
  83. package/dist/Tooltip/Tooltip.js.map +1 -0
  84. package/dist/Tooltip/Tooltip.stories.js +32 -0
  85. package/dist/Tooltip/Tooltip.stories.js.map +1 -0
  86. package/dist/Tooltip/Tooltip.types.js +3 -0
  87. package/dist/Tooltip/Tooltip.types.js.map +1 -0
  88. package/dist/Tooltip/TooltipPerformance.stories.js +30 -0
  89. package/dist/Tooltip/TooltipPerformance.stories.js.map +1 -0
  90. package/dist/Tooltip/index.js +3 -0
  91. package/dist/Tooltip/index.js.map +1 -0
  92. package/dist/example/.eslintrc.cjs +14 -14
  93. package/dist/example/README.md +33 -33
  94. package/dist/example/index.html +13 -13
  95. package/dist/example/package.json +30 -30
  96. package/dist/example/src/ComplexSelectExample.tsx +81 -81
  97. package/dist/example/src/Example.tsx +167 -167
  98. package/dist/example/src/index.css +102 -102
  99. package/dist/example/src/main.tsx +10 -10
  100. package/dist/example/src/vite-env.d.ts +1 -1
  101. package/dist/example/tsconfig.json +33 -33
  102. package/dist/example/tsconfig.node.json +12 -12
  103. package/dist/example/vite.config.ts +12 -12
  104. package/dist/index.esm.js +6 -6
  105. package/dist/index.esm.js.map +1 -1
  106. package/dist/index.js +6 -6
  107. package/dist/index.js.map +1 -1
  108. package/dist/styles.css +2644 -2644
  109. package/dist/types.js +2 -0
  110. package/dist/types.js.map +1 -0
  111. package/dist/utils/browserId.js +29 -0
  112. package/dist/utils/browserId.js.map +1 -0
  113. package/package.json +79 -79
package/README.md CHANGED
@@ -1,136 +1,136 @@
1
- <!-- markdownlint-disable-next-line -->
2
- <p align="center">
3
- <img width="150" src="https://seeq.com/sites/default/files/seeq-content/seeq-logo-blue-web-33h.svg" alt="Seeq logo">
4
- </p>
5
- <h1 align="center">qomponents</h1>
6
-
7
-
8
- Seeq qomponents are a collection of UI components, including a Button, a TextField, an Icon, as well as a Tooltip
9
- React component (more coming soon!)
10
-
11
- These components are used by Seeq's application and are made publicly available for Developers who want to expand
12
- the Seeq eco-system with their own plugins and add-ons without having to worry about creating a cohesive Seeq UX
13
- experience. Every component comes fully styled (and with dark mode support).
14
-
15
- ## Installation
16
-
17
- Seeq qomponents are available on npm.
18
-
19
- **npm:**
20
-
21
- ```sh
22
- npm install @seeqdev/qomponents
23
- ```
24
-
25
- **yarn:**
26
-
27
- ```sh
28
- yarn add @seeqdev/qomponents
29
- ```
30
-
31
- ## Getting started with Seeq qomponents
32
-
33
- Prefer a more complete example? <br/>Checkout the example folder provided.
34
- It includes a ready to run example application. Start with the readme in the example folder to get up and running!
35
-
36
- Here is an example of a basic app using the `Button` component:
37
-
38
- ```jsx
39
- import * as React from 'react';
40
- import {Button} from '@seeqdev/qomponents';
41
-
42
- function App() {
43
- return <Button variant="theme" label="Seeq Rocks" />;
44
- }
45
- ```
46
-
47
- To make sure all styles are properly applied be sure to include the qomponents css file in your main css file.
48
-
49
- ```css
50
- @import '@seeqdev/qomponents/dist/styles.css';
51
- ```
52
-
53
- <b>A note on CSS:</b> Seeq's qomponents come fully styled and ready to use. While it is tempting to use the
54
- available <i>extraClassNames</i> property to provide yet additional styling we strongly advise you to use this
55
- property to provide only width, margins and padding. This will ensure for a smooth upgrade experience when
56
- Seeq's look and feel changes.
57
- <br />
58
- <b>Tip:</b>: to indicate missing or wrong user input use the <i>showError</i> property available on TextField,
59
- TextArea, as well as Select.
60
-
61
- ## Frequently asked questions
62
-
63
- <h3>1) I use webpack and I get a strange error once I added qomponents to my package.json!</h3>
64
-
65
- Webpack needs a little help :)
66
- Add the following to the <code>rules</code> array in your <code>webpack.config</code>
67
-
68
- ```
69
- {
70
- test: /@?(seeqdev).*\.(ts|js)x?$/,
71
- loader:'babel-loader'
72
- },
73
- {
74
- test: /\.(woff|woff2|eot|ttf|otf)$/i,
75
- type: 'asset/resource',
76
- }
77
- ```
78
-
79
- If you're using webpack + scss be sure to include a <code>~</code> as part of the css import path:
80
-
81
- ```
82
- @import '~@seeqdev/qomponents/dist/styles.css';
83
- @import '~@fortawesome/fontawesome-free/css/all.css';
84
- ```
85
-
86
- <h3>2) How do I get my Button to be green?</h3>
87
-
88
- The colors of your qomponents are controlled by the "theme". </br>
89
- If you do not provide a theme your qomponents will use the default blue or also known as Topic-based theme.
90
- Themes are applied by adding the class of the desired theme to a wrapper of your application. The theme class can
91
- also be applied to the body tag.
92
-
93
- ```html
94
-
95
- <div class="color_analysis">
96
- ... your application here
97
- </div>
98
-
99
- ```
100
-
101
- There are 3 themes available:
102
-
103
- | Theme | Color | Class | Example |
104
- |:---------|:-------|:---------------|:-----------------------|
105
- | Topic | blue | color_topic | class="color_topic" |
106
- | Analysis | green | color_analysis | class="color_analysis" |
107
- | DataLab | orange | color_datalab | class="color_datalab" |
108
-
109
- <h3>3) How do I use Fontawesome Icons?</h3>
110
- Before you can use Fontawesome icons you must install FontAwesome.
111
-
112
- ```
113
- npm install --save @fortawesome/fontawesome-free
114
- ```
115
-
116
- Once it's installed simply import the required css files. To import all variations of FontAwesome's Icons you can
117
- add the following import to your main css file:
118
-
119
- ```
120
- @import "@fortawesome/fontawesome-free/css/all.css";
121
- ```
122
-
123
- If your project only uses Classic Solid or (Sharp Solids, or any other one kind) it's better to import only the
124
- required css for that Icon type to keep your packages size small.<br/> Note: if you don't import "all" like shown above
125
- be sure to include <code>fontawesome.css</code> in addition to whatever Icon style you require.
126
-
127
- For Example:
128
-
129
- ```
130
- @import "@fortawesome/fontawesome-free/css/fontawesome.css";
131
- @import "@fortawesome/fontawesome-free/css/solid.css";
132
- ```
133
-
134
- <h3>4) How can I see all the props that are available?</h3>
135
- Take a look at the <code>.types.d.ts</code> files that can be found in the <code>dist/{component name}/</code>
1
+ <!-- markdownlint-disable-next-line -->
2
+ <p align="center">
3
+ <img width="150" src="https://seeq.com/sites/default/files/seeq-content/seeq-logo-blue-web-33h.svg" alt="Seeq logo">
4
+ </p>
5
+ <h1 align="center">qomponents</h1>
6
+
7
+
8
+ Seeq qomponents are a collection of UI components, including a Button, a TextField, an Icon, as well as a Tooltip
9
+ React component (more coming soon!)
10
+
11
+ These components are used by Seeq's application and are made publicly available for Developers who want to expand
12
+ the Seeq eco-system with their own plugins and add-ons without having to worry about creating a cohesive Seeq UX
13
+ experience. Every component comes fully styled (and with dark mode support).
14
+
15
+ ## Installation
16
+
17
+ Seeq qomponents are available on npm.
18
+
19
+ **npm:**
20
+
21
+ ```sh
22
+ npm install @seeqdev/qomponents
23
+ ```
24
+
25
+ **yarn:**
26
+
27
+ ```sh
28
+ yarn add @seeqdev/qomponents
29
+ ```
30
+
31
+ ## Getting started with Seeq qomponents
32
+
33
+ Prefer a more complete example? <br/>Checkout the example folder provided.
34
+ It includes a ready to run example application. Start with the readme in the example folder to get up and running!
35
+
36
+ Here is an example of a basic app using the `Button` component:
37
+
38
+ ```jsx
39
+ import * as React from 'react';
40
+ import {Button} from '@seeqdev/qomponents';
41
+
42
+ function App() {
43
+ return <Button variant="theme" label="Seeq Rocks" />;
44
+ }
45
+ ```
46
+
47
+ To make sure all styles are properly applied be sure to include the qomponents css file in your main css file.
48
+
49
+ ```css
50
+ @import '@seeqdev/qomponents/dist/styles.css';
51
+ ```
52
+
53
+ <b>A note on CSS:</b> Seeq's qomponents come fully styled and ready to use. While it is tempting to use the
54
+ available <i>extraClassNames</i> property to provide yet additional styling we strongly advise you to use this
55
+ property to provide only width, margins and padding. This will ensure for a smooth upgrade experience when
56
+ Seeq's look and feel changes.
57
+ <br />
58
+ <b>Tip:</b>: to indicate missing or wrong user input use the <i>showError</i> property available on TextField,
59
+ TextArea, as well as Select.
60
+
61
+ ## Frequently asked questions
62
+
63
+ <h3>1) I use webpack and I get a strange error once I added qomponents to my package.json!</h3>
64
+
65
+ Webpack needs a little help :)
66
+ Add the following to the <code>rules</code> array in your <code>webpack.config</code>
67
+
68
+ ```
69
+ {
70
+ test: /@?(seeqdev).*\.(ts|js)x?$/,
71
+ loader:'babel-loader'
72
+ },
73
+ {
74
+ test: /\.(woff|woff2|eot|ttf|otf)$/i,
75
+ type: 'asset/resource',
76
+ }
77
+ ```
78
+
79
+ If you're using webpack + scss be sure to include a <code>~</code> as part of the css import path:
80
+
81
+ ```
82
+ @import '~@seeqdev/qomponents/dist/styles.css';
83
+ @import '~@fortawesome/fontawesome-free/css/all.css';
84
+ ```
85
+
86
+ <h3>2) How do I get my Button to be green?</h3>
87
+
88
+ The colors of your qomponents are controlled by the "theme". </br>
89
+ If you do not provide a theme your qomponents will use the default blue or also known as Topic-based theme.
90
+ Themes are applied by adding the class of the desired theme to a wrapper of your application. The theme class can
91
+ also be applied to the body tag.
92
+
93
+ ```html
94
+
95
+ <div class="color_analysis">
96
+ ... your application here
97
+ </div>
98
+
99
+ ```
100
+
101
+ There are 3 themes available:
102
+
103
+ | Theme | Color | Class | Example |
104
+ |:---------|:-------|:---------------|:-----------------------|
105
+ | Topic | blue | color_topic | class="color_topic" |
106
+ | Analysis | green | color_analysis | class="color_analysis" |
107
+ | DataLab | orange | color_datalab | class="color_datalab" |
108
+
109
+ <h3>3) How do I use Fontawesome Icons?</h3>
110
+ Before you can use Fontawesome icons you must install FontAwesome.
111
+
112
+ ```
113
+ npm install --save @fortawesome/fontawesome-free
114
+ ```
115
+
116
+ Once it's installed simply import the required css files. To import all variations of FontAwesome's Icons you can
117
+ add the following import to your main css file:
118
+
119
+ ```
120
+ @import "@fortawesome/fontawesome-free/css/all.css";
121
+ ```
122
+
123
+ If your project only uses Classic Solid or (Sharp Solids, or any other one kind) it's better to import only the
124
+ required css for that Icon type to keep your packages size small.<br/> Note: if you don't import "all" like shown above
125
+ be sure to include <code>fontawesome.css</code> in addition to whatever Icon style you require.
126
+
127
+ For Example:
128
+
129
+ ```
130
+ @import "@fortawesome/fontawesome-free/css/fontawesome.css";
131
+ @import "@fortawesome/fontawesome-free/css/solid.css";
132
+ ```
133
+
134
+ <h3>4) How can I see all the props that are available?</h3>
135
+ Take a look at the <code>.types.d.ts</code> files that can be found in the <code>dist/{component name}/</code>
136
136
  folder. This file contains all available properties including some descriptive text that tells you more about them.
@@ -0,0 +1,87 @@
1
+ import React from 'react';
2
+ import '../styles.css';
3
+ import { browserIsFirefox } from '../utils/browserId';
4
+ import Icon from '../Icon';
5
+ import { DEFAULT_TOOL_TIP_DELAY } from '../Tooltip/Tooltip.types';
6
+ /**
7
+ * All-in-one Button:
8
+ * - use "variant" to achieve the desired style
9
+ * - include tooltips and/or icons
10
+ */
11
+ const Button = ({ onClick, label, variant = 'outline', type = 'button', size = 'sm', disabled, extraClassNames, id, testId, stopPropagation = true, tooltip, tooltipOptions, iconStyle = 'text', icon, iconColor, iconPrefix = undefined, preventBlur = false, isHtmlTooltip = false, tooltipTestId, }) => {
12
+ const baseClasses = 'tw-py-1 tw-px-2.5 tw-rounded-sm focus:tw-ring-0 disabled:tw-pointer-events-none';
13
+ const baseClassesByVariant = {
14
+ 'outline': 'disabled:tw-opacity-50 tw-border-solid tw-border',
15
+ 'theme': 'disabled:tw-opacity-50 tw-border-solid tw-border',
16
+ 'danger': 'tw-bg-sq-danger-color hover:tw-bg-sq-danger-color-hover disabled:tw-opacity-50 tw-border-solid tw-border ' +
17
+ 'tw-border-sq-danger-color hover:tw-border-sq-danger-color-hover',
18
+ 'theme-light': 'disabled:tw-opacity-50 tw-border-solid tw-border',
19
+ 'no-border': 'disabled:tw-opacity-50',
20
+ 'warning': 'tw-bg-sq-warning-color tw-border-solid tw-border tw-border-sq-warning-color',
21
+ };
22
+ const textClassesByVariantLightTheme = {
23
+ 'outline': 'tw-text-sq-text-color',
24
+ 'theme': 'tw-text-white',
25
+ 'theme-light': 'tw-text-white',
26
+ 'danger': 'tw-text-white',
27
+ 'no-border': 'tw-text-sq-text-color',
28
+ 'warning': 'tw-text-white',
29
+ };
30
+ const textClassesByVariantDarkTheme = {
31
+ 'outline': 'dark:tw-text-sq-dark-text',
32
+ 'theme': 'dark:tw-text-white',
33
+ 'theme-light': 'dark:tw-text-white',
34
+ 'danger': 'dark:tw-text-white',
35
+ 'no-border': 'dark:tw-text-sq-dark-text',
36
+ 'warning': 'dark:tw-text-white',
37
+ };
38
+ const classesByVariantLightTheme = {
39
+ 'outline': 'tw-bg-white dark:tw-bg-sq-dark-background tw-border-sq-disabled-gray hover:tw-bg-sq-light-gray' +
40
+ ' focus:tw-bg-sq-dark-gray active:tw-bg-sq-dark-gray focus:tw-border-sq-color-dark active:tw-border-sq-color-dark',
41
+ 'theme': 'tw-bg-sq-color-dark hover:tw-bg-sq-color-highlight tw-border-sq-color-dark' +
42
+ ' hover:tw-border-sq-color-highlight',
43
+ 'danger': '',
44
+ 'theme-light': 'tw-bg-sq-icon hover:tw-bg-sq-link tw-border-sq-icon hover:tw-border-sq-link',
45
+ 'no-border': '',
46
+ 'warning': '',
47
+ };
48
+ const classesByVariantDarkTheme = {
49
+ 'outline': 'dark:tw-border-sq-dark-disabled-gray dark:hover:tw-bg-sq-highlight-color-dark' +
50
+ ' dark:focus:tw-bg-sq-multi-gray-dark dark:active:tw-bg-sq-multi-gray-dark dark:focus:tw-border-sq-color-dark' +
51
+ ' dark:active:tw-border-sq-color-dark',
52
+ 'theme': 'dark:tw-bg-sq-color-dark dark:hover:tw-bg-sq-color-highlight dark:tw-border-sq-color-dark' +
53
+ ' dark:hover:tw-border-sq-color-highlight',
54
+ 'danger': '',
55
+ 'theme-light': 'dark:tw-bg-sq-icon-dark dark:hover:tw-bg-sq-link-dark dark:tw-border-sq-icon-dark' +
56
+ ' dark:hover:tw-border-sq-link-dark',
57
+ 'no-border': '',
58
+ 'warning': '',
59
+ };
60
+ const sizeClasses = {
61
+ sm: 'tw-text-sm',
62
+ lg: 'tw-text-xl',
63
+ };
64
+ const appliedClasses = `${baseClasses} ${baseClassesByVariant[variant]} ${sizeClasses[size]} ${classesByVariantLightTheme[variant]} ${classesByVariantDarkTheme[variant]} ${textClassesByVariantLightTheme[variant]} ${textClassesByVariantDarkTheme[variant]} ${extraClassNames}`;
65
+ let tooltipData = undefined;
66
+ if (tooltip) {
67
+ tooltipData = {
68
+ 'data-qtip-text': tooltip,
69
+ 'data-qtip-placement': tooltipOptions?.position,
70
+ 'data-qtip-is-html': isHtmlTooltip,
71
+ 'data-qtip-testid': tooltipTestId,
72
+ 'data-qtip-delay': tooltipOptions?.delay ?? DEFAULT_TOOL_TIP_DELAY,
73
+ };
74
+ }
75
+ return (React.createElement("button", { id: id, ...tooltipData, disabled: disabled, "data-testid": testId, type: type === 'link' || (type === 'submit' && browserIsFirefox) ? 'button' : type, onClick: (e) => {
76
+ stopPropagation && e.stopPropagation();
77
+ onClick && onClick();
78
+ }, onMouseDown: (e) => {
79
+ if (preventBlur) {
80
+ e.preventDefault();
81
+ }
82
+ }, className: appliedClasses },
83
+ icon && (React.createElement(Icon, { icon: icon, iconPrefix: iconPrefix, type: iconStyle, color: iconColor, extraClassNames: label ? `tw-mr-1 ${textClassesByVariantLightTheme[variant]} ${textClassesByVariantDarkTheme[variant]}` : '', testId: `${id}_spinner` })),
84
+ label));
85
+ };
86
+ export default Button;
87
+ //# sourceMappingURL=Button.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.js","sourceRoot":"","sources":["../../src/Button/Button.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,77 @@
1
+ import React from 'react';
2
+ import Button from './Button';
3
+ import { buttonVariants } from './Button.types';
4
+ export default {
5
+ title: 'Button',
6
+ };
7
+ export const AllButtonVariants = () => {
8
+ const renderAllVariations = () => (React.createElement(React.Fragment, null, buttonVariants.map((variant) => (React.createElement("div", { key: `{variant_${variant}`, className: "tw-grid tw-grid-cols-2 tw-gap-4" },
9
+ React.createElement("div", { className: "tw-p-4" },
10
+ React.createElement(Button, { label: `Variant: ${variant}`, onClick: () => { }, variant: variant })),
11
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
12
+ React.createElement(Button, { label: `Variant: ${variant}`, onClick: () => { }, variant: variant })))))));
13
+ return (React.createElement("div", { className: "tw-grid tw-grid-cols-3 tw-gap-4" },
14
+ React.createElement("div", { className: "color_topic" },
15
+ React.createElement("b", null, "Topic Colors"),
16
+ renderAllVariations()),
17
+ React.createElement("div", { className: "color_analysis" },
18
+ React.createElement("b", null, "Analysis Colors"),
19
+ renderAllVariations()),
20
+ React.createElement("div", { className: "color_datalab" },
21
+ React.createElement("b", null, "Datalab Colors"),
22
+ renderAllVariations())));
23
+ };
24
+ export const ButtonWithTooltip = () => {
25
+ const renderButtonWithTooltip = () => (React.createElement(React.Fragment, null,
26
+ React.createElement("div", { className: "tw-p-4" },
27
+ React.createElement(Button, { tooltip: "Helpful tooltip", variant: "theme", label: "Hover me" })),
28
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
29
+ React.createElement(Button, { tooltip: "Helpful tooltip", variant: "theme", label: "Hover me" }))));
30
+ return (React.createElement("div", { className: "tw-grid tw-grid-cols-3 tw-gap-4" },
31
+ React.createElement("div", { className: "color_topic" },
32
+ React.createElement("b", null, "Topic Colors"),
33
+ renderButtonWithTooltip()),
34
+ React.createElement("div", { className: "color_analysis" },
35
+ React.createElement("b", null, "Analysis Colors"),
36
+ renderButtonWithTooltip()),
37
+ React.createElement("div", { className: "color_datalab" },
38
+ React.createElement("b", null, "Datalab Colors"),
39
+ renderButtonWithTooltip())));
40
+ };
41
+ export const ButtonWithIcon = () => {
42
+ const renderButtonWithIcon = () => (React.createElement(React.Fragment, null,
43
+ React.createElement("div", { className: "tw-p-4" },
44
+ React.createElement(Button, { icon: "fc-search-power", variant: "theme", label: "With Icon" })),
45
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
46
+ React.createElement(Button, { icon: "fc-search-power", variant: "theme", label: "With Icon" }))));
47
+ return (React.createElement("div", { className: "tw-grid tw-grid-cols-3 tw-gap-4" },
48
+ React.createElement("div", { className: "color_topic" },
49
+ React.createElement("b", null, "Topic Colors"),
50
+ renderButtonWithIcon()),
51
+ React.createElement("div", { className: "color_analysis" },
52
+ React.createElement("b", null, "Analysis Colors"),
53
+ renderButtonWithIcon()),
54
+ React.createElement("div", { className: "color_datalab" },
55
+ React.createElement("b", null, "Datalab Colors"),
56
+ renderButtonWithIcon())));
57
+ };
58
+ export const DisabledButton = () => {
59
+ const renderDisabledButton = () => (React.createElement(React.Fragment, null,
60
+ React.createElement("div", { className: "tw-p-4" },
61
+ React.createElement(Button, { disabled: true, variant: "theme", label: "Disabled Button" }),
62
+ React.createElement(Button, { extraClassNames: "tw-m-5", disabled: true, label: "Disabled Button" })),
63
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
64
+ React.createElement(Button, { disabled: true, variant: "theme", label: "Disabled Button" }),
65
+ React.createElement(Button, { extraClassNames: "tw-m-5", disabled: true, label: "Disabled Button" }))));
66
+ return (React.createElement("div", { className: "tw-grid tw-grid-cols-3 tw-gap-4" },
67
+ React.createElement("div", { className: "color_topic" },
68
+ React.createElement("b", null, "Topic Colors"),
69
+ renderDisabledButton()),
70
+ React.createElement("div", { className: "color_analysis" },
71
+ React.createElement("b", null, "Analysis Colors"),
72
+ renderDisabledButton()),
73
+ React.createElement("div", { className: "color_datalab" },
74
+ React.createElement("b", null, "Datalab Colors"),
75
+ renderDisabledButton())));
76
+ };
77
+ //# sourceMappingURL=Button.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.stories.js","sourceRoot":"","sources":["../../src/Button/Button.stories.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,49 @@
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 Button from './Button';
6
+ describe('Button', () => {
7
+ class Context {
8
+ testId = 'buttonTestId';
9
+ label = 'button label';
10
+ props = {
11
+ label: this.label,
12
+ onClick: jest.fn(),
13
+ testId: this.testId,
14
+ };
15
+ }
16
+ let tc;
17
+ beforeEach(() => {
18
+ tc = new Context();
19
+ });
20
+ const renderButton = (props) => render(React.createElement(Button, { ...props }));
21
+ it('renders button label', () => {
22
+ renderButton(tc.props);
23
+ expect(screen.getByText(tc.label)).toBeInTheDocument();
24
+ });
25
+ it('calls on click', async () => {
26
+ renderButton(tc.props);
27
+ await userEvent.click(screen.getByTestId(tc.testId));
28
+ expect(tc.props.onClick).toHaveBeenCalled();
29
+ });
30
+ it('renders disabled button', () => {
31
+ renderButton({ ...tc.props, disabled: true });
32
+ expect(screen.getByText(tc.label)).toBeDisabled();
33
+ });
34
+ it('respects stopPropagation default', async () => {
35
+ const callOnPropagation = jest.fn();
36
+ render(React.createElement("div", { onClick: callOnPropagation },
37
+ React.createElement(Button, { ...tc.props })));
38
+ await userEvent.click(screen.getByTestId(tc.testId));
39
+ expect(callOnPropagation).not.toHaveBeenCalled();
40
+ });
41
+ it('propagates click event if not told not to', async () => {
42
+ const callOnPropagation = jest.fn();
43
+ render(React.createElement("div", { onClick: callOnPropagation },
44
+ React.createElement(Button, { ...{ ...tc.props, stopPropagation: false } })));
45
+ await userEvent.click(screen.getByTestId(tc.testId));
46
+ expect(callOnPropagation).toHaveBeenCalled();
47
+ });
48
+ });
49
+ //# sourceMappingURL=Button.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.test.js","sourceRoot":"","sources":["../../src/Button/Button.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,MAAM,MAAM,UAAU,CAAC;AAG9B,QAAQ,CAAC,QAAQ,EAAE,GAAG,EAAE;IACtB,MAAM,OAAO;QACX,MAAM,GAAG,cAAc,CAAC;QACxB,KAAK,GAAG,cAAc,CAAC;QACvB,KAAK,GAAgB;YACnB,KAAK,EAAE,IAAI,CAAC,KAAK;YACjB,OAAO,EAAE,IAAI,CAAC,EAAE,EAAE;YAClB,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;IAEH,MAAM,YAAY,GAAG,CAAC,KAAkB,EAAE,EAAE,CAAC,MAAM,CAAC,oBAAC,MAAM,OAAK,KAAK,GAAI,CAAC,CAAC;IAE3E,EAAE,CAAC,sBAAsB,EAAE,GAAG,EAAE;QAC9B,YAAY,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC;QACvB,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,iBAAiB,EAAE,CAAC;IACzD,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,gBAAgB,EAAE,KAAK,IAAI,EAAE;QAC9B,YAAY,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC;QACvB,MAAM,SAAS,CAAC,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;QACrD,MAAM,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,gBAAgB,EAAE,CAAC;IAC9C,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,yBAAyB,EAAE,GAAG,EAAE;QACjC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC;QAC9C,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,YAAY,EAAE,CAAC;IACpD,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,kCAAkC,EAAE,KAAK,IAAI,EAAE;QAChD,MAAM,iBAAiB,GAAG,IAAI,CAAC,EAAE,EAAE,CAAC;QACpC,MAAM,CACJ,6BAAK,OAAO,EAAE,iBAAiB;YAC7B,oBAAC,MAAM,OAAK,EAAE,CAAC,KAAK,GAAI,CACpB,CACP,CAAC;QACF,MAAM,SAAS,CAAC,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;QACrD,MAAM,CAAC,iBAAiB,CAAC,CAAC,GAAG,CAAC,gBAAgB,EAAE,CAAC;IACnD,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,2CAA2C,EAAE,KAAK,IAAI,EAAE;QACzD,MAAM,iBAAiB,GAAG,IAAI,CAAC,EAAE,EAAE,CAAC;QACpC,MAAM,CACJ,6BAAK,OAAO,EAAE,iBAAiB;YAC7B,oBAAC,MAAM,OAAK,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,GAAI,CACnD,CACP,CAAC;QACF,MAAM,SAAS,CAAC,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;QACrD,MAAM,CAAC,iBAAiB,CAAC,CAAC,gBAAgB,EAAE,CAAC;IAC/C,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
@@ -0,0 +1,4 @@
1
+ export const buttonTypes = ['button', 'reset', 'submit', 'link'];
2
+ export const buttonSizes = ['sm', 'lg'];
3
+ export const buttonVariants = ['outline', 'theme', 'theme-light', 'warning', 'danger', 'no-border'];
4
+ //# sourceMappingURL=Button.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.types.js","sourceRoot":"","sources":["../../src/Button/Button.types.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,CAAU,CAAC;AAC1E,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,IAAI,EAAE,IAAI,CAAU,CAAC;AACjD,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,CAAU,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { default } from "./Button";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/Button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC"}
@@ -0,0 +1,24 @@
1
+ import React from 'react';
2
+ import '../styles.css';
3
+ const alignment = 'tw-flex';
4
+ const labelClasses = 'tw-ml-1.5 tw-text-sm tw--mt-0.5';
5
+ const baseClasses = 'tw-border-1 tw-h-3.5 tw-w-3.5 focus:tw-ring-0 focus:tw-ring-offset-0 tw-outline-none focus:tw-outline-none' +
6
+ ' dark:tw-bg-sq-dark-background dark:tw-border-sq-dark-text dark:hover:tw-bg-sq-dark-background' +
7
+ ' checked:tw-text-white checked:tw-border-sq-text-color checked:hover:tw-border-sq-color-dark' +
8
+ ' checked:active:tw-border-sq-color-dark checked:focus:tw-border-sq-color-dark disabled:tw-border-sq-disabled-gray' +
9
+ ' dark:disabled:tw-border-sq-fairly-dark-gray dark:checked:focus:tw-bg-sq-dark-background';
10
+ const checkboxClasses = `tw-form-checkbox tw-rounded ${baseClasses}`;
11
+ const radioClasses = `tw-form-radio ${baseClasses}`;
12
+ /**
13
+ * Checkbox and Radio Box Component.
14
+ */
15
+ export const Checkbox = (props) => {
16
+ const { type = 'checkbox', value, disabled = false, label, onChange, onClick, onKeyDown, checked, defaultChecked, id, name, extraClassNames, extraLabelClassNames, testId, } = props;
17
+ const assignedId = id ?? 'checkbox_' + Math.random();
18
+ return (React.createElement("span", { className: `${alignment} ${extraClassNames}` },
19
+ React.createElement("input", { value: value, type: type, "data-testid": testId, name: name, id: assignedId, checked: checked, defaultChecked: defaultChecked, className: `${type === 'checkbox' ? checkboxClasses : radioClasses} ${disabled ? 'tw-cursor-not-allowed' : 'tw-cursor-pointer'}`, disabled: disabled, onClick: onClick, onChange: onChange, onKeyDown: onKeyDown }),
20
+ React.createElement("label", { htmlFor: assignedId, className: `${labelClasses} ${extraLabelClassNames} ${disabled
21
+ ? 'tw-cursor-not-allowed dark:tw-text-sq-fairly-dark-gray tw-text-sq-fairly-dark-gray'
22
+ : 'tw-cursor-pointer tw-text-sq-text-color dark:tw-text-sq-dark-text'}` }, label)));
23
+ };
24
+ //# sourceMappingURL=Checkbox.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.js","sourceRoot":"","sources":["../../src/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,eAAe,CAAC;AAEvB,MAAM,SAAS,GAAG,SAAS,CAAC;AAC5B,MAAM,YAAY,GAAG,iCAAiC,CAAC;AAEvD,MAAM,WAAW,GACf,4GAA4G;IAC5G,iGAAiG;IACjG,8FAA8F;IAC9F,mHAAmH;IACnH,0FAA0F,CAAC;AAE7F,MAAM,eAAe,GAAG,+BAA+B,WAAW,EAAE,CAAC;AAErE,MAAM,YAAY,GAAG,iBAAiB,WAAW,EAAE,CAAC;AAEpD;;GAEG;AACH,MAAM,CAAC,MAAM,QAAQ,GAA2C,CAAC,KAAK,EAAE,EAAE;IACxE,MAAM,EACJ,IAAI,GAAG,UAAU,EACjB,KAAK,EACL,QAAQ,GAAG,KAAK,EAChB,KAAK,EACL,QAAQ,EACR,OAAO,EACP,SAAS,EACT,OAAO,EACP,cAAc,EACd,EAAE,EACF,IAAI,EACJ,eAAe,EACf,oBAAoB,EACpB,MAAM,GACP,GAAG,KAAK,CAAC;IAEV,MAAM,UAAU,GAAG,EAAE,IAAI,WAAW,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC;IAErD,OAAO,CACL,8BAAM,SAAS,EAAE,GAAG,SAAS,IAAI,eAAe,EAAE;QAChD,+BACE,KAAK,EAAE,KAAK,EACZ,IAAI,EAAE,IAAI,iBACG,MAAM,EACnB,IAAI,EAAE,IAAI,EACV,EAAE,EAAE,UAAU,EACd,OAAO,EAAE,OAAO,EAChB,cAAc,EAAE,cAAc,EAC9B,SAAS,EAAE,GAAG,IAAI,KAAK,UAAU,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,YAAY,IAChE,QAAQ,CAAC,CAAC,CAAC,uBAAuB,CAAC,CAAC,CAAC,mBACvC,EAAE,EACF,QAAQ,EAAE,QAAQ,EAClB,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,QAAQ,EAClB,SAAS,EAAE,SAAS,GACpB;QACF,+BACE,OAAO,EAAE,UAAU,EACnB,SAAS,EAAE,GAAG,YAAY,IAAI,oBAAoB,IAChD,QAAQ;gBACN,CAAC,CAAC,oFAAoF;gBACtF,CAAC,CAAC,mEACN,EAAE,IACD,KAAK,CACA,CACH,CACR,CAAC;AACJ,CAAC,CAAC"}
@@ -0,0 +1,32 @@
1
+ import React from 'react';
2
+ import { Checkbox } from './Checkbox';
3
+ export default {
4
+ title: 'Checkbox',
5
+ };
6
+ export const AllCheckboxes = () => {
7
+ const getDisplay = (type) => (React.createElement(React.Fragment, null,
8
+ React.createElement("div", { className: "tw-p-4" },
9
+ React.createElement(Checkbox, { value: "a", type: type, checked: true, label: 'with Label' })),
10
+ React.createElement("div", { className: "tw-p-4" },
11
+ React.createElement(Checkbox, { value: "d", type: type, checked: false, disabled: true, label: React.createElement("div", null,
12
+ "Disabled",
13
+ React.createElement("br", null),
14
+ "multi-Line") })),
15
+ React.createElement("div", { className: "tw-p-4" },
16
+ React.createElement(Checkbox, { value: "d", type: type, checked: true, disabled: true, label: "Disabled" })),
17
+ React.createElement("div", { className: "tw-p-4" },
18
+ React.createElement(Checkbox, { value: "b", type: type, checked: true })),
19
+ React.createElement("div", { className: "tw-p-4" },
20
+ React.createElement(Checkbox, { value: "c", type: type, checked: false }))));
21
+ const renderAllVariations = (type) => (React.createElement(React.Fragment, null,
22
+ React.createElement("div", { className: "tw-p-4 light" }, getDisplay(type)),
23
+ React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" }, getDisplay(type))));
24
+ return (React.createElement("div", { className: "tw-grid tw-grid-cols-2 tw-gap-4" },
25
+ React.createElement("div", null,
26
+ React.createElement("b", null, "Checkbox"),
27
+ renderAllVariations('checkbox')),
28
+ React.createElement("div", null,
29
+ React.createElement("b", null, "Radios"),
30
+ renderAllVariations('radio'))));
31
+ };
32
+ //# sourceMappingURL=Checkbox.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.stories.js","sourceRoot":"","sources":["../../src/Checkbox/Checkbox.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,aAAa,GAAG,GAAG,EAAE;IAChC,MAAM,UAAU,GAAG,CAAC,IAA0B,EAAE,EAAE,CAAC,CACjD;QACE,6BAAK,SAAS,EAAC,QAAQ;YACrB,oBAAC,QAAQ,IAAC,KAAK,EAAC,GAAG,EAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,YAAY,GAAI,CAClE;QACN,6BAAK,SAAS,EAAC,QAAQ;YACrB,oBAAC,QAAQ,IAAC,KAAK,EAAC,GAAG,EAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE;;oBAAa,+BAAM;iCAAgB,GAAI,CAC1G;QACN,6BAAK,SAAS,EAAC,QAAQ;YACrB,oBAAC,QAAQ,IAAC,KAAK,EAAC,GAAG,EAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAC,UAAU,GAAG,CAC9E;QACN,6BAAK,SAAS,EAAC,QAAQ;YACrB,oBAAC,QAAQ,IAAC,KAAK,EAAC,GAAG,EAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,GAAI,CAC7C;QACN,6BAAK,SAAS,EAAC,QAAQ;YACrB,oBAAC,QAAQ,IAAC,KAAK,EAAC,GAAG,EAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,GAAI,CAC9C,CACL,CACJ,CAAC;IACF,MAAM,mBAAmB,GAAG,CAAC,IAA0B,EAAE,EAAE,CAAC,CAC1D;QACE,6BAAK,SAAS,EAAC,cAAc,IAAE,UAAU,CAAC,IAAI,CAAC,CAAO;QACtD,6BAAK,SAAS,EAAC,yCAAyC,IAAE,UAAU,CAAC,IAAI,CAAC,CAAO,CAChF,CACJ,CAAC;IAEF,OAAO,CACL,6BAAK,SAAS,EAAC,iCAAiC;QAC9C;YACE,0CAAe;YACd,mBAAmB,CAAC,UAAU,CAAC,CAC5B;QAEN;YACE,wCAAa;YACZ,mBAAmB,CAAC,OAAO,CAAC,CACzB,CACF,CACP,CAAC;AACJ,CAAC,CAAC"}