@geneui/components 2.11.1 → 2.12.1

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 (193) hide show
  1. package/{ActionableList.js → ActionableList/index.js} +83 -152
  2. package/{AdvancedSearch.js → AdvancedSearch/index.js} +291 -304
  3. package/{Alert.js → Alert/index.js} +19 -20
  4. package/Avatar/index.js +30 -0
  5. package/{Badge.js → Badge/index.js} +13 -14
  6. package/{Breadcrumb.js → Breadcrumb/index.js} +32 -31
  7. package/{BusyLoader.js → BusyLoader/index.js} +11 -12
  8. package/{Button.js → Button/index.js} +20 -21
  9. package/CHANGELOG.md +56 -0
  10. package/{Card.js → Card/index.js} +82 -94
  11. package/{CardList.js → CardList/index.js} +118 -165
  12. package/{CellMeasurerCache-c11cec83.js → CellMeasurerCache-bc2163c1.js} +2 -2
  13. package/{index-0cf65939.js → Charts/index.js} +17103 -30439
  14. package/{Checkbox.js → Checkbox/index.js} +37 -38
  15. package/{CheckboxGroup.js → CheckboxGroup/index.js} +41 -42
  16. package/{CheckboxGroupWithSearch.js → CheckboxGroupWithSearch/index.js} +64 -65
  17. package/{Collapse.js → Collapse/index.js} +28 -29
  18. package/{ColorPicker.js → ColorPicker/index.js} +16 -16
  19. package/ComboBox/index.js +525 -0
  20. package/Counter/index.js +310 -0
  21. package/{DateFilter.js → DateFilter/index.js} +46 -43
  22. package/{DatePicker.js → DatePicker/index.js} +106 -108
  23. package/{index-5e722d91.js → DatePickerInput/index.js} +103 -89
  24. package/{Divider.js → Divider/index.js} +9 -10
  25. package/{Drawer.js → Drawer/index.js} +40 -41
  26. package/Dropdown/index.js +41 -0
  27. package/{Editor.js → Editor/index.js} +165 -164
  28. package/{Empty.js → Empty/index.js} +12 -13
  29. package/{ExtendedInput.js → ExtendedInput/index.js} +83 -73
  30. package/Form/index.js +86 -0
  31. package/{FormContainer.js → FormContainer/index.js} +25 -26
  32. package/FormableCheckbox/index.js +26 -0
  33. package/FormableDatePicker/index.js +42 -0
  34. package/FormableDropdown/index.js +48 -0
  35. package/FormableEditor/index.js +24 -0
  36. package/{FormableHOC-21051057.js → FormableHOC-55263162.js} +3 -3
  37. package/FormableMultiSelectDropdown/index.js +48 -0
  38. package/FormableNumberInput/index.js +32 -0
  39. package/FormableRadio/index.js +22 -0
  40. package/FormableSwitcher/index.js +22 -0
  41. package/FormableTextInput/index.js +32 -0
  42. package/FormableUploader/index.js +42 -0
  43. package/GeneUIProvider/index.js +282 -0
  44. package/{Grid.js → Grid/index.js} +27 -27
  45. package/Holder/index.js +261 -0
  46. package/{Icon.js → Icon/index.js} +9 -10
  47. package/{Image.js → Image/index.js} +29 -30
  48. package/ImagePreview/index.js +481 -0
  49. package/{KeyValue.js → KeyValue/index.js} +11 -12
  50. package/LICENSE +21 -0
  51. package/{Label.js → Label/index.js} +8 -9
  52. package/LinkButton/index.js +67 -0
  53. package/{Menu.js → Menu/index.js} +39 -34
  54. package/{MobileNavigation.js → MobileNavigation/index.js} +19 -20
  55. package/{MobilePopup.js → MobilePopup/index.js} +42 -41
  56. package/{Modal.js → Modal/index.js} +39 -40
  57. package/ModuleTitle/index.js +143 -0
  58. package/{NavigationMenu.js → NavigationMenu/index.js} +44 -35
  59. package/{Notification.js → Notification/index.js} +24 -25
  60. package/{Option.js → Option/index.js} +37 -39
  61. package/Overlay/index.js +189 -0
  62. package/{Overspread.js → Overspread/index.js} +65 -121
  63. package/{Pagination.js → Pagination/index.js} +35 -34
  64. package/Paper/index.js +96 -0
  65. package/{index-a4635754.js → Popover/index.js} +48 -58
  66. package/{index-702bf24a.js → PopoverV2/index.js} +57 -1006
  67. package/{Portal.js → Portal/index.js} +7 -8
  68. package/{Products.js → Products/index.js} +20 -21
  69. package/Profile/index.js +585 -0
  70. package/{Progress.js → Progress/index.js} +24 -25
  71. package/{QRCode.js → QRCode/index.js} +4 -6
  72. package/{Radio.js → Radio/index.js} +25 -26
  73. package/{RadioGroup.js → RadioGroup/index.js} +17 -18
  74. package/{index-00fe8887.js → Range/index.js} +29 -32
  75. package/RichEditor/index.js +13 -0
  76. package/{RichEditor-b7928765.js → RichEditor-8b9c3afa.js} +18 -18
  77. package/{Scrollbar.js → Scrollbar/index.js} +15 -17
  78. package/{Search.js → Search/index.js} +25 -24
  79. package/{SearchWithDropdown.js → SearchWithDropdown/index.js} +47 -104
  80. package/{Section.js → Section/index.js} +15 -16
  81. package/{SkeletonLoader.js → SkeletonLoader/index.js} +13 -14
  82. package/{Slider.js → Slider/index.js} +46 -43
  83. package/{Status.js → Status/index.js} +23 -24
  84. package/{Steps.js → Steps/index.js} +42 -41
  85. package/{index-5cea9a7d.js → SuggestionList/index.js} +15 -38
  86. package/{Switcher.js → Switcher/index.js} +30 -31
  87. package/Table/index.js +53 -0
  88. package/{TableCompositions.js → TableCompositions/index.js} +132 -168
  89. package/{Tabs.js → Tabs/index.js} +27 -28
  90. package/{Tag.js → Tag/index.js} +17 -18
  91. package/{TextLink.js → TextLink/index.js} +3 -3
  92. package/{Textarea.js → Textarea/index.js} +66 -65
  93. package/{Time.js → Time/index.js} +13 -14
  94. package/TimePicker/index.js +556 -0
  95. package/{Timeline.js → Timeline/index.js} +19 -20
  96. package/{Title.js → Title/index.js} +13 -14
  97. package/{Toaster.js → Toaster/index.js} +19 -20
  98. package/{Tooltip.js → Tooltip/index.js} +27 -28
  99. package/{TransferList.js → TransferList/index.js} +44 -55
  100. package/{index-d9e8a888.js → Uploader/index.js} +119 -116
  101. package/{ValidatableCheckbox.js → ValidatableCheckbox/index.js} +23 -24
  102. package/{ValidatableDatePicker.js → ValidatableDatePicker/index.js} +45 -42
  103. package/ValidatableDropdown/index.js +139 -0
  104. package/ValidatableElements/index.js +68 -0
  105. package/ValidatableMultiSelectDropdown/index.js +150 -0
  106. package/{ValidatableNumberInput.js → ValidatableNumberInput/index.js} +34 -33
  107. package/{ValidatableRadio.js → ValidatableRadio/index.js} +19 -20
  108. package/{ValidatableSwitcher.js → ValidatableSwitcher/index.js} +19 -20
  109. package/{ValidatableTextInput.js → ValidatableTextInput/index.js} +32 -31
  110. package/{ValidatableTimeInput.js → ValidatableTimeInput/index.js} +31 -30
  111. package/{ValidatableUploader.js → ValidatableUploader/index.js} +36 -34
  112. package/Widget/index.js +227 -0
  113. package/config-0ca92874.js +31 -0
  114. package/{configs-91c86664.js → configs-fed6ac34.js} +28 -1
  115. package/hooks/useBodyScroll.js +16 -0
  116. package/hooks/useClick.js +18 -0
  117. package/{useClickOutside-5183e396.js → hooks/useClickOutside.js} +1 -1
  118. package/hooks/useDebounceHook.js +16 -0
  119. package/{useDeviceType-dd51db38.js → hooks/useDeviceType.js} +4 -3
  120. package/hooks/useDidMount.js +15 -0
  121. package/{useEllipsisDetection-ef536015.js → hooks/useEllipsisDetection.js} +1 -1
  122. package/hooks/useForceUpdate.js +8 -0
  123. package/hooks/useImgDownload.js +18 -0
  124. package/{useKeyDown-38102ae7.js → hooks/useKeyDown.js} +1 -1
  125. package/hooks/useMount.js +13 -0
  126. package/hooks/useMutationObserver.js +21 -0
  127. package/hooks/usePrevious.js +10 -0
  128. package/hooks/useThrottle.js +16 -0
  129. package/hooks/useToggle.js +11 -0
  130. package/hooks/useUpdatableRef.js +14 -0
  131. package/hooks/useUpdate.js +10 -0
  132. package/{useWidth-9f4647f8.js → hooks/useWidth.js} +2 -2
  133. package/{useWindowSize-80369d76.js → hooks/useWindowSize.js} +1 -1
  134. package/index-45eafea6.js +90 -0
  135. package/{index-a59530cd.js → index-583e0b30.js} +1 -1
  136. package/{index-67f4d4d1.js → index-78d2ea5b.js} +684 -752
  137. package/{index-ac59cb10.js → index-a0e4e333.js} +6 -6
  138. package/{index-e8776f3d.js → index-b1e429a7.js} +1 -1
  139. package/index-bd525a3a.js +10054 -0
  140. package/index.d.ts +115 -0
  141. package/index.js +138 -113
  142. package/index.mobile.d.ts +16 -0
  143. package/jsx-runtime-57b40d9e.js +957 -0
  144. package/lib/atoms/Avatar/Avatar.d.ts +34 -0
  145. package/lib/atoms/Avatar/index.d.ts +1 -0
  146. package/lib/atoms/LinkButton/LinkButton.d.ts +46 -0
  147. package/lib/atoms/LinkButton/index.d.ts +1 -0
  148. package/{objectWithoutPropertiesLoose-299691d8.js → objectWithoutPropertiesLoose-d8a4a68c.js} +12 -12
  149. package/package.json +42 -22
  150. package/{rangeAndSlider-20599da4.js → rangeAndSlider-0301a458.js} +220 -375
  151. package/{react-beautiful-dnd.esm-38c37304.js → react-beautiful-dnd.esm-04c14563.js} +9 -9
  152. package/react-lifecycles-compat.es-6e1f3768.js +158 -0
  153. package/Avatar.js +0 -77
  154. package/Charts.js +0 -99
  155. package/ComboBox.js +0 -99
  156. package/Counter.js +0 -99
  157. package/DatePickerInput.js +0 -30
  158. package/Dropdown.js +0 -99
  159. package/Form.js +0 -116
  160. package/FormableCheckbox.js +0 -27
  161. package/FormableDatePicker.js +0 -39
  162. package/FormableDropdown.js +0 -105
  163. package/FormableEditor.js +0 -24
  164. package/FormableMultiSelectDropdown.js +0 -105
  165. package/FormableNumberInput.js +0 -31
  166. package/FormableRadio.js +0 -23
  167. package/FormableSwitcher.js +0 -23
  168. package/FormableTextInput.js +0 -31
  169. package/FormableUploader.js +0 -40
  170. package/GeneUIProvider.js +0 -256
  171. package/Holder.js +0 -99
  172. package/ImagePreview.js +0 -99
  173. package/LinkButton.js +0 -104
  174. package/ModuleTitle.js +0 -99
  175. package/Overlay.js +0 -99
  176. package/Paper.js +0 -97
  177. package/Popover.js +0 -20
  178. package/PopoverV2.js +0 -19
  179. package/Profile.js +0 -99
  180. package/Range.js +0 -14
  181. package/RichEditor.js +0 -13
  182. package/SuggestionList.js +0 -15
  183. package/Table.js +0 -102
  184. package/TimePicker.js +0 -99
  185. package/Uploader.js +0 -32
  186. package/ValidatableDropdown.js +0 -99
  187. package/ValidatableElements.js +0 -99
  188. package/ValidatableMultiSelectDropdown.js +0 -99
  189. package/Widget.js +0 -99
  190. package/globalStyling-9c60a159.js +0 -4
  191. package/index-b7a33c58.js +0 -11
  192. package/index-e0af0caf.js +0 -1182
  193. package/useMount-6fef51a5.js +0 -9
@@ -0,0 +1,34 @@
1
+ import React, { MouseEvent, ReactNode } from 'react';
2
+ import './Avatar.scss';
3
+ interface IAvatarProps {
4
+ /**
5
+ * Background image source
6
+ */
7
+ src?: string;
8
+ /**
9
+ * The property will show icon. This property will work when "src" is not specified.
10
+ */
11
+ icon?: string;
12
+ /**
13
+ * The property will show first two letters in upper case. This will work when "src" or "icon" are not specified.
14
+ */
15
+ children?: ReactNode;
16
+ /**
17
+ * Avatar size
18
+ */
19
+ size?: 'small' | 'default' | 'medium' | 'big';
20
+ /**
21
+ * Avatar color
22
+ */
23
+ color?: 'default' | 'green' | 'red';
24
+ /**
25
+ * Avatar shape
26
+ */
27
+ shape?: 'circle' | 'square';
28
+ /**
29
+ * Handle click event on avatar component((event: Event) => void 0).
30
+ */
31
+ onClick?: (event: MouseEvent) => void;
32
+ }
33
+ declare const Avatar: React.FC<IAvatarProps>;
34
+ export { IAvatarProps, Avatar as default };
@@ -0,0 +1 @@
1
+ export { IAvatarProps, default as default } from './Avatar';
@@ -0,0 +1,46 @@
1
+ import React from 'react';
2
+ import './LinkButton.scss';
3
+ interface ILinkButtonProps {
4
+ /**
5
+ * Href for <code>\<a\></code> tag if you don't pass instead of <code>\<a\></code> tag will be <code>\<button\></code> tag .
6
+ */
7
+ href?: string;
8
+ /**
9
+ * Fires event when user click on LinkButton.
10
+ * <br>
11
+ * <code>(event: Event) => void </code>
12
+ */
13
+ onClick?: (event: React.MouseEvent) => void;
14
+ /**
15
+ * Fires event when the element has been pressed.
16
+ * <br>
17
+ * <code>(event: Event) => void</code>
18
+ */
19
+ onMouseDown?: (event: React.MouseEvent) => void;
20
+ /**
21
+ * The LinkButton additional className.
22
+ */
23
+ className?: string;
24
+ /**
25
+ * Any valid React node.
26
+ */
27
+ children?: React.ReactNode;
28
+ /**
29
+ * Icon to render before the LinkButton. Should be an icon component's type.
30
+ */
31
+ iconBefore?: string;
32
+ /**
33
+ * Icon to render after the LinkButton. Should be an icon component's type.
34
+ */
35
+ iconAfter?: string;
36
+ /**
37
+ * Makes the LinkButton disabled.
38
+ */
39
+ isDisabled?: boolean;
40
+ /**
41
+ * aria-label for button or LinkButton.
42
+ */
43
+ ariaLabel?: string;
44
+ }
45
+ declare const LinkButton: React.FC<ILinkButtonProps>;
46
+ export { ILinkButtonProps, LinkButton as default };
@@ -0,0 +1 @@
1
+ export { ILinkButtonProps, default as default } from './LinkButton';
@@ -8,20 +8,20 @@ function _typeof(o) {
8
8
  }, _typeof(o);
9
9
  }
10
10
 
11
- function _toPrimitive(input, hint) {
12
- if (_typeof(input) !== "object" || input === null) return input;
13
- var prim = input[Symbol.toPrimitive];
14
- if (prim !== undefined) {
15
- var res = prim.call(input, hint || "default");
16
- if (_typeof(res) !== "object") return res;
11
+ function toPrimitive(t, r) {
12
+ if ("object" != _typeof(t) || !t) return t;
13
+ var e = t[Symbol.toPrimitive];
14
+ if (void 0 !== e) {
15
+ var i = e.call(t, r || "default");
16
+ if ("object" != _typeof(i)) return i;
17
17
  throw new TypeError("@@toPrimitive must return a primitive value.");
18
18
  }
19
- return (hint === "string" ? String : Number)(input);
19
+ return ("string" === r ? String : Number)(t);
20
20
  }
21
21
 
22
- function _toPropertyKey(arg) {
23
- var key = _toPrimitive(arg, "string");
24
- return _typeof(key) === "symbol" ? key : String(key);
22
+ function toPropertyKey(t) {
23
+ var i = toPrimitive(t, "string");
24
+ return "symbol" == _typeof(i) ? i : String(i);
25
25
  }
26
26
 
27
27
  function _setPrototypeOf(o, p) {
@@ -33,7 +33,7 @@ function _setPrototypeOf(o, p) {
33
33
  }
34
34
 
35
35
  function _defineProperty(obj, key, value) {
36
- key = _toPropertyKey(key);
36
+ key = toPropertyKey(key);
37
37
  if (key in obj) {
38
38
  Object.defineProperty(obj, key, {
39
39
  value: value,
@@ -75,4 +75,4 @@ function _objectWithoutPropertiesLoose(source, excluded) {
75
75
  return target;
76
76
  }
77
77
 
78
- export { _defineProperty as _, _setPrototypeOf as a, _objectWithoutPropertiesLoose as b, _extends as c, _toPropertyKey as d, _typeof as e };
78
+ export { _defineProperty as _, _setPrototypeOf as a, _objectWithoutPropertiesLoose as b, _extends as c, _typeof as d, toPropertyKey as t };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@geneui/components",
3
3
  "description": "The Gene UI components library designed for BI tools",
4
- "version": "2.11.1",
4
+ "version": "2.12.1",
5
5
  "author": "SoftConstruct",
6
6
  "homepage": "https://github.com/softconstruct/gene-ui-components#readme",
7
7
  "repository": {
@@ -18,18 +18,25 @@
18
18
  "component-library"
19
19
  ],
20
20
  "main": "index.js",
21
+ "typings": "index.d.ts",
22
+ "sideEffects": [
23
+ "**/*.css",
24
+ "**/*.scss"
25
+ ],
21
26
  "scripts": {
22
- "start": "start-storybook -p 6006 -s .storybook/public",
23
- "test": "jest",
27
+ "start": "npm run test && storybook dev -p 6006",
28
+ "dev": "concurrently --kill-others -g \"npm:test:watch\" \"npm:start\"",
29
+ "test": "jest --silent --config ./configs/jest.config.js --rootDir ./ --coverage --json --outputFile=./coverage/.jest-test-results.json",
30
+ "test:watch": "npm run test -- --watchAll --json",
31
+ "test-report": "babel-node --config-file ./configs/.babelrc ./scripts/testReport.js",
24
32
  "build": "babel-node --config-file ./configs/.babelrc ./scripts/build.js",
25
33
  "copy-build-statics-files": "babel-node --config-file ./configs/.babelrc ./scripts/copyFiles.js",
26
34
  "bump-up-commit": "babel-node --config-file ./configs/.babelrc ./scripts/postPublish.js",
27
35
  "build:watch": "watch 'npm run build' ./src",
28
- "commit": "git-cz",
36
+ "commit": "cross-env DISABLE_SCOPE_LOWERCASE=true git-cz",
29
37
  "changelog": "conventional-changelog -i CHANGELOG.md -s",
30
38
  "add-lib-version-to-docs": "babel-node --config-file ./configs/.babelrc ./scripts/addVersionHistory.js",
31
- "build-storybook": "npm run add-lib-version-to-docs && build-storybook",
32
- "publish-lib": "npm run build && cd dist && npm publish",
39
+ "build-storybook": "npm run add-lib-version-to-docs && npm run test && storybook build",
33
40
  "semantic-release": "semantic-release --extends ./configs/.releaserc.json --no-ci",
34
41
  "create-component": "babel-node --config-file ./configs/.babelrc ./scripts/createComponent.js",
35
42
  "find-component-usage": "babel-node --config-file ./configs/.babelrc ./scripts/findComponentUsage.js",
@@ -54,8 +61,9 @@
54
61
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
55
62
  "@babel/plugin-proposal-optional-chaining": "^7.18.9",
56
63
  "@babel/plugin-syntax-jsx": "^7.18.6",
57
- "@babel/preset-env": "^7.19.4",
58
- "@babel/preset-react": "^7.18.6",
64
+ "@babel/preset-env": "^7.23.6",
65
+ "@babel/preset-react": "^7.23.3",
66
+ "@babel/preset-typescript": "^7.23.3",
59
67
  "@commitlint/cli": "^17.1.2",
60
68
  "@commitlint/config-conventional": "^17.1.0",
61
69
  "@faker-js/faker": "^7.6.0",
@@ -65,31 +73,38 @@
65
73
  "@rollup/plugin-image": "^3.0.1",
66
74
  "@rollup/plugin-json": "^6.0.0",
67
75
  "@rollup/plugin-node-resolve": "^15.0.0",
76
+ "@rollup/plugin-typescript": "^11.1.5",
68
77
  "@semantic-release/changelog": "^6.0.2",
69
78
  "@semantic-release/commit-analyzer": "^9.0.2",
70
79
  "@semantic-release/git": "^10.0.1",
71
80
  "@semantic-release/npm": "^9.0.1",
72
81
  "@semantic-release/release-notes-generator": "^10.0.3",
73
- "@storybook/addon-a11y": "^6.5.15",
74
- "@storybook/addon-docs": "^6.5.15",
75
- "@storybook/addon-essentials": "^6.4.22",
76
- "@storybook/addon-viewport": "^6.5.15",
77
- "@storybook/addons": "^6.4.22",
78
- "@storybook/builder-webpack5": "^6.4.22",
79
- "@storybook/manager-webpack5": "^6.4.22",
80
- "@storybook/mdx2-csf": "^0.0.3",
82
+ "@storybook/addon-a11y": "^7.6.5",
83
+ "@storybook/addon-essentials": "^7.6.5",
84
+ "@storybook/addon-jest": "^7.6.6",
85
+ "@storybook/addon-viewport": "^7.6.5",
86
+ "@storybook/addons": "^7.6.5",
87
+ "@storybook/blocks": "^7.6.6",
81
88
  "@storybook/preset-scss": "^1.0.3",
82
- "@storybook/react": "^6.4.22",
83
- "@storybook/theming": "^6.4.22",
89
+ "@storybook/react": "^7.6.5",
90
+ "@storybook/react-docgen-typescript-plugin": "^1.0.6--canary.9.0c3f3b7.0",
91
+ "@storybook/react-webpack5": "^7.6.5",
92
+ "@storybook/theming": "^7.6.5",
93
+ "@types/enzyme-adapter-react-16": "^1.0.9",
94
+ "@types/jest": "^29.5.11",
84
95
  "autoprefixer": "^10.4.13",
96
+ "babel-jest": "^29.7.0",
85
97
  "babel-loader": "^8.2.5",
86
98
  "chalk": "^4.1.2",
87
99
  "commitizen": "^4.2.5",
100
+ "concurrently": "^8.2.2",
88
101
  "conventional-changelog-cli": "^2.2.2",
102
+ "cross-env": "^7.0.3",
89
103
  "css-loader": "^6.7.3",
90
104
  "cz-conventional-changelog": "^3.3.0",
91
105
  "enzyme": "^3.11.0",
92
- "enzyme-adapter-react-16": "^1.15.2",
106
+ "enzyme-adapter-react-16": "^1.15.7",
107
+ "enzyme-to-json": "^3.6.2",
93
108
  "eslint": "^8.25.0",
94
109
  "eslint-config-airbnb": "^19.0.4",
95
110
  "eslint-config-prettier": "^8.5.0",
@@ -104,7 +119,8 @@
104
119
  "identity-obj-proxy": "^3.0.0",
105
120
  "immutability-helper": "^3.0.1",
106
121
  "inquirer": "^8.2.4",
107
- "jest": "^29.2.1",
122
+ "jest": "^29.7.0",
123
+ "jest-environment-jsdom": "^29.7.0",
108
124
  "lint-staged": "^13.0.3",
109
125
  "metro-react-native-babel-preset": "^0.51.1",
110
126
  "open-cli": "^7.1.0",
@@ -125,17 +141,21 @@
125
141
  "sass": "^1.55.0",
126
142
  "sass-loader": "^13.2.0",
127
143
  "semantic-release": "^19.0.5",
128
- "storybook-dark-mode": "^2.0.4",
144
+ "storybook": "^7.6.5",
145
+ "storybook-dark-mode": "^3.0.3",
129
146
  "style-loader": "^3.3.1",
130
147
  "stylelint": "^14.14.0",
131
148
  "stylelint-config-prettier": "^9.0.3",
132
149
  "stylelint-config-standard-scss": "^5.0.0",
133
150
  "treeify": "^1.1.0",
151
+ "ts-jest": "^29.1.1",
152
+ "typescript": "^5.3.2",
134
153
  "watch": "^1.0.2",
135
154
  "webpack": "^5.74.0",
136
155
  "webpack-cli": "^4.10.0",
137
156
  "webpack-dev-server": "^3.1.14",
138
- "webpack-node-externals": "^1.7.2"
157
+ "webpack-node-externals": "^1.7.2",
158
+ "yargs": "^17.7.2"
139
159
  },
140
160
  "dependencies": {
141
161
  "classnames": "^2.3.2",