@integry/sdk 4.7.39 → 4.7.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 (267) hide show
  1. package/dist/esm/index.csm.js +1 -1
  2. package/dist/umd/index.umd.js +1 -1
  3. package/package.json +6 -1
  4. package/.eslintignore +0 -1
  5. package/.vscode/launch.json +0 -17
  6. package/CHANGELOG_INTERNAL.md +0 -134
  7. package/README_INTERNAL.md +0 -176
  8. package/THIRD_PARTY_LICENSES +0 -525
  9. package/generateTests.js +0 -80
  10. package/jest.config.cjs +0 -10
  11. package/src/components/AddTagButton/index.ts +0 -23
  12. package/src/components/BasicSelect/index.ts +0 -123
  13. package/src/components/BasicSelect/styles.module.scss +0 -44
  14. package/src/components/Button/index.ts +0 -97
  15. package/src/components/Button/styles.module.scss +0 -152
  16. package/src/components/CheckboxGroup/Checkbox.ts +0 -104
  17. package/src/components/CheckboxGroup/index.ts +0 -190
  18. package/src/components/CheckboxGroup/styles.module.scss +0 -63
  19. package/src/components/CollapsedMenu/index.ts +0 -104
  20. package/src/components/CollapsedMenu/styles.module.scss +0 -46
  21. package/src/components/ConfigureFieldWrapper/index.ts +0 -85
  22. package/src/components/ConfigureFieldWrapper/styles.module.scss +0 -57
  23. package/src/components/EditableText/index.ts +0 -121
  24. package/src/components/EditableText/styles.module.scss +0 -38
  25. package/src/components/EditableTextArea/index.ts +0 -143
  26. package/src/components/EditableTextArea/styles.module.scss +0 -91
  27. package/src/components/ErrorMessage/index.ts +0 -16
  28. package/src/components/ErrorMessage/styles.module.scss +0 -19
  29. package/src/components/ErrorPage/index.ts +0 -42
  30. package/src/components/ErrorPage/styles.module.scss +0 -26
  31. package/src/components/Footer/index.ts +0 -41
  32. package/src/components/Footer/styles.module.scss +0 -40
  33. package/src/components/HTMLContent/index.tsx +0 -205
  34. package/src/components/HTMLContent/styles.module.scss +0 -3
  35. package/src/components/InfoBox/index.ts +0 -48
  36. package/src/components/InfoBox/styles.module.scss +0 -21
  37. package/src/components/Input/BaseInput/index.ts +0 -170
  38. package/src/components/Input/BaseInput/styles.module.scss +0 -95
  39. package/src/components/Input/DateInput/index.ts +0 -103
  40. package/src/components/Input/DateInput/styles.module.scss +0 -50
  41. package/src/components/Input/Input/index.ts +0 -225
  42. package/src/components/Input/Input/styles.module.scss +0 -16
  43. package/src/components/Input/PasswordInput/index.ts +0 -164
  44. package/src/components/Input/PasswordInput/styles.module.scss +0 -37
  45. package/src/components/Input/index.ts +0 -7
  46. package/src/components/Label/index.ts +0 -61
  47. package/src/components/Label/styles.module.scss +0 -41
  48. package/src/components/LargeLoader/index.ts +0 -25
  49. package/src/components/LargeLoader/styles.module.scss +0 -16
  50. package/src/components/Listbox/ListBoxItem.ts +0 -57
  51. package/src/components/Listbox/index.ts +0 -488
  52. package/src/components/Listbox/styles.module.scss +0 -197
  53. package/src/components/Loader/index.ts +0 -25
  54. package/src/components/Loader/styles.module.scss +0 -16
  55. package/src/components/MediaGallery/MediaGalleryModal.ts +0 -82
  56. package/src/components/MediaGallery/MediaSlider.ts +0 -76
  57. package/src/components/MediaGallery/index.ts +0 -92
  58. package/src/components/MediaGallery/styles.module.scss +0 -156
  59. package/src/components/MediaUpload/index.ts +0 -233
  60. package/src/components/MediaUpload/styles.module.scss +0 -118
  61. package/src/components/Modal/index.ts +0 -87
  62. package/src/components/Modal/styles.module.scss +0 -441
  63. package/src/components/MultipurposeField/Dropdown/ListBoxItem.tsx +0 -59
  64. package/src/components/MultipurposeField/Dropdown/index.tsx +0 -1202
  65. package/src/components/MultipurposeField/Dropdown/styles.module.scss +0 -215
  66. package/src/components/MultipurposeField/TagMenu/index.ts +0 -536
  67. package/src/components/MultipurposeField/TagMenu/styles.module.scss +0 -175
  68. package/src/components/MultipurposeField/TagOptions/index.tsx +0 -83
  69. package/src/components/MultipurposeField/TagOptions/styles.module.scss +0 -95
  70. package/src/components/MultipurposeField/index.tsx +0 -944
  71. package/src/components/MultipurposeField/styles.module.scss +0 -77
  72. package/src/components/NewModal/index.ts +0 -69
  73. package/src/components/NewModal/styles.module.scss +0 -70
  74. package/src/components/OverflowTooltip/index.tsx +0 -59
  75. package/src/components/PopUp/ConfirmationPopUp/index.ts +0 -58
  76. package/src/components/PopUp/ConfirmationPopUp/styles.module.scss +0 -49
  77. package/src/components/PopUp/SuccessPopUp/index.ts +0 -62
  78. package/src/components/PopUp/SuccessPopUp/styles.module.scss +0 -38
  79. package/src/components/RadioGroup/Radio.ts +0 -128
  80. package/src/components/RadioGroup/index.ts +0 -169
  81. package/src/components/RadioGroup/styles.module.scss +0 -81
  82. package/src/components/Search/index.ts +0 -69
  83. package/src/components/Search/styles.module.scss +0 -149
  84. package/src/components/TabBar/Tab.ts +0 -33
  85. package/src/components/TabBar/index.ts +0 -64
  86. package/src/components/TabBar/styles.module.scss +0 -43
  87. package/src/components/Tag/index.ts +0 -29
  88. package/src/components/Tag/styles.module.scss +0 -57
  89. package/src/components/TagsMenu/index.ts +0 -1697
  90. package/src/components/TagsMenu/styles.module.scss +0 -350
  91. package/src/components/TestComponent/index.ts +0 -71
  92. package/src/components/TestComponent/styles.module.scss +0 -152
  93. package/src/components/TextArea/index.ts +0 -172
  94. package/src/components/TextArea/styles.module.scss +0 -72
  95. package/src/components/TextContent/index.tsx +0 -128
  96. package/src/components/TextContent/styles.module.scss +0 -6
  97. package/src/components/ThreeDotLoader/index.ts +0 -39
  98. package/src/components/ThreeDotLoader/styles.module.scss +0 -41
  99. package/src/components/TimeInput/index.ts +0 -129
  100. package/src/components/TimeInput/styles.module.scss +0 -16
  101. package/src/components/Toggle/index.ts +0 -34
  102. package/src/components/Toggle/styles.module.scss +0 -56
  103. package/src/components/Toggle-v2/index.ts +0 -40
  104. package/src/components/Toggle-v2/styles.module.scss +0 -86
  105. package/src/components/Tooltip/index.ts +0 -271
  106. package/src/components/Tooltip/styles.module.scss +0 -105
  107. package/src/components/form/FunctionField/index.ts +0 -816
  108. package/src/components/form/FunctionField/styles.module.scss +0 -478
  109. package/src/components/form/ObjectField/__snapshots__/index.ts.test.tsx.snap +0 -3
  110. package/src/components/form/ObjectField/index.ts +0 -593
  111. package/src/components/form/ObjectField/index.ts.test.tsx +0 -213
  112. package/src/components/form/ObjectField/styles.module.scss +0 -103
  113. package/src/components/form/index.ts +0 -4
  114. package/src/contexts/AppContext.ts +0 -12
  115. package/src/declaration.d.ts +0 -7
  116. package/src/extensions/HMAC.ts +0 -25
  117. package/src/extensions/IntegryAPIError.ts +0 -19
  118. package/src/features/common/AccountDropdown/index.ts +0 -291
  119. package/src/features/common/AccountDropdown/styles.module.scss +0 -19
  120. package/src/features/common/ActionForm/index.ts +0 -2602
  121. package/src/features/common/ActionForm/styles.module.scss +0 -35
  122. package/src/features/common/AppCard/index.ts +0 -207
  123. package/src/features/common/AppCard/styles.module.scss +0 -117
  124. package/src/features/common/AppCardCompact/index.ts +0 -189
  125. package/src/features/common/AppCardCompact/styles.module.scss +0 -141
  126. package/src/features/common/AuthSelector/index.ts +0 -537
  127. package/src/features/common/AuthSelector/styles.module.scss +0 -161
  128. package/src/features/common/AuthSelectorCompact/index.ts +0 -706
  129. package/src/features/common/AuthSelectorCompact/styles.module.scss +0 -219
  130. package/src/features/common/AuthSelectorDropdown/index.ts +0 -704
  131. package/src/features/common/AuthSelectorDropdown/styles.module.scss +0 -361
  132. package/src/features/common/AuthSelectorV2/index.ts +0 -336
  133. package/src/features/common/AuthSelectorV2/styles.module.scss +0 -235
  134. package/src/features/common/DynamicField/index.ts +0 -402
  135. package/src/features/common/DynamicField/styles.module.scss +0 -266
  136. package/src/features/common/DynamicTypedField/index.ts +0 -504
  137. package/src/features/common/DynamicTypedField/styles.module.scss +0 -135
  138. package/src/features/common/FunctionForm/index.ts +0 -1095
  139. package/src/features/common/FunctionForm/styles.module.scss +0 -225
  140. package/src/features/common/MappingUI/index.ts +0 -649
  141. package/src/features/common/MappingUI/styles.module.scss +0 -121
  142. package/src/features/common/MarketplaceAppCard/index.ts +0 -279
  143. package/src/features/common/MarketplaceAppCard/styles.module.scss +0 -231
  144. package/src/features/common/MarketplaceAppCardCompact/index.ts +0 -283
  145. package/src/features/common/MarketplaceAppCardCompact/styles.module.scss +0 -255
  146. package/src/features/common/NewMappingUI/index.ts +0 -515
  147. package/src/features/common/NewMappingUI/styles.module.scss +0 -113
  148. package/src/features/common/RequestAppWidget/RequestAppModal/index.ts +0 -67
  149. package/src/features/common/RequestAppWidget/RequestAppModal/styles.module.scss +0 -23
  150. package/src/features/common/RequestAppWidget/index.ts +0 -48
  151. package/src/features/common/RequestAppWidget/request-app-form.ts +0 -89
  152. package/src/features/common/RequestAppWidget/styles.module.scss +0 -43
  153. package/src/features/common/SectionField/index.ts +0 -272
  154. package/src/features/common/SectionField/styles.module.scss +0 -67
  155. package/src/features/common/Step/index.ts +0 -827
  156. package/src/features/common/Step/styles.module.scss +0 -12
  157. package/src/features/common/StepNavigation/CollapsedSteps.ts +0 -131
  158. package/src/features/common/StepNavigation/NavItem.ts +0 -111
  159. package/src/features/common/StepNavigation/index.ts +0 -261
  160. package/src/features/common/StepNavigation/styles.module.scss +0 -117
  161. package/src/features/common/Steps/index.ts +0 -1140
  162. package/src/features/common/Steps/styles.module.scss +0 -314
  163. package/src/features/containers/AppFlowContainer/AppFlowListing/compactStyles.module.scss +0 -404
  164. package/src/features/containers/AppFlowContainer/AppFlowListing/flow-instance.tsx +0 -367
  165. package/src/features/containers/AppFlowContainer/AppFlowListing/flowCard.test.tsx +0 -58
  166. package/src/features/containers/AppFlowContainer/AppFlowListing/flowCard.tsx +0 -208
  167. package/src/features/containers/AppFlowContainer/AppFlowListing/flowCardCompact.test.tsx +0 -49
  168. package/src/features/containers/AppFlowContainer/AppFlowListing/flowCardCompact.tsx +0 -421
  169. package/src/features/containers/AppFlowContainer/AppFlowListing/flowInstanceCompact.tsx +0 -577
  170. package/src/features/containers/AppFlowContainer/AppFlowListing/index.tsx +0 -83
  171. package/src/features/containers/AppFlowContainer/AppFlowListing/styles.module.scss +0 -233
  172. package/src/features/containers/AppFlowContainer/AppFlowWrap/app-page-loader.tsx +0 -45
  173. package/src/features/containers/AppFlowContainer/AppFlowWrap/index.tsx +0 -1085
  174. package/src/features/containers/AppFlowContainer/AppFlowWrap/styles.module.scss +0 -465
  175. package/src/features/containers/AppFlowContainer/Authentication/index.ts +0 -610
  176. package/src/features/containers/AppFlowContainer/Authentication/styles.module.scss +0 -468
  177. package/src/features/containers/AppFlowContainer/index.ts +0 -114
  178. package/src/features/containers/AppPageContainer/AppPage/index.tsx +0 -262
  179. package/src/features/containers/AppPageContainer/AppPage/styles.module.scss +0 -120
  180. package/src/features/containers/AppPageContainer/IntegrationCard/index.ts +0 -165
  181. package/src/features/containers/AppPageContainer/IntegrationCard/styles.module.scss +0 -81
  182. package/src/features/containers/AppPageContainer/index.tsx +0 -93
  183. package/src/features/containers/AppPageContainer/styles.module.scss +0 -0
  184. package/src/features/containers/AppsForFlows/index.ts +0 -161
  185. package/src/features/containers/AppsForFlows/styles.module.scss +0 -280
  186. package/src/features/containers/AppsForFlowsCompact/index.ts +0 -161
  187. package/src/features/containers/AppsForFlowsCompact/styles.module.scss +0 -279
  188. package/src/features/containers/AuthSetupContainer/AppSelection.ts +0 -73
  189. package/src/features/containers/AuthSetupContainer/AuthTypeSelection.ts +0 -67
  190. package/src/features/containers/AuthSetupContainer/Footer.ts +0 -32
  191. package/src/features/containers/AuthSetupContainer/Header.ts +0 -39
  192. package/src/features/containers/AuthSetupContainer/PostAdditionPopup.ts +0 -27
  193. package/src/features/containers/AuthSetupContainer/index.ts +0 -349
  194. package/src/features/containers/AuthSetupContainer/styles.module.scss +0 -229
  195. package/src/features/containers/FlowSetupContainer/index.ts +0 -391
  196. package/src/features/containers/FlowSetupContainer/styles.module.scss +0 -18
  197. package/src/features/containers/MarkeplaceApps/index.ts +0 -583
  198. package/src/features/containers/MarkeplaceApps/styles.module.scss +0 -558
  199. package/src/features/containers/MarketplaceAppsCompact/index.ts +0 -585
  200. package/src/features/containers/MarketplaceAppsCompact/styles.module.scss +0 -563
  201. package/src/features/containers/MarketplaceAppsContainer/index.ts +0 -91
  202. package/src/features/containers/MarketplaceContainer/AppCard/index.ts +0 -91
  203. package/src/features/containers/MarketplaceContainer/AppCard/styles.module.scss +0 -66
  204. package/src/features/containers/MarketplaceContainer/AppListing/index.ts +0 -34
  205. package/src/features/containers/MarketplaceContainer/AppListing/styles.module.scss +0 -10
  206. package/src/features/containers/MarketplaceContainer/MarketplaceContentWrap/index.ts +0 -132
  207. package/src/features/containers/MarketplaceContainer/MarketplaceContentWrap/styles.module.scss +0 -117
  208. package/src/features/containers/MarketplaceContainer/index.ts +0 -242
  209. package/src/features/containers/MarketplaceContainer/styles.module.scss +0 -84
  210. package/src/features/containers/SDKContainer/index.ts +0 -817
  211. package/src/features/containers/SDKContainer/styles.module.scss +0 -266
  212. package/src/features/containers/SDKDebugContainer/index.ts +0 -137
  213. package/src/features/containers/SDKDebugContainer/styles.module.scss +0 -37
  214. package/src/features/containers/SDKFailedContainer/index.ts +0 -117
  215. package/src/features/containers/SDKFailedContainer/styles.module.scss +0 -57
  216. package/src/features/integrations/IntegrationRow/Icons.ts +0 -77
  217. package/src/features/integrations/IntegrationRow/index.ts +0 -129
  218. package/src/features/integrations/IntegrationRow/styles.module.scss +0 -62
  219. package/src/features/integrations/IntegrationsHeader/index.ts +0 -34
  220. package/src/features/integrations/IntegrationsHeader/styles.module.scss +0 -47
  221. package/src/features/integrations/IntegrationsList/index.ts +0 -252
  222. package/src/features/integrations/IntegrationsList/styles.module.scss +0 -67
  223. package/src/features/templates/Template/index.ts +0 -295
  224. package/src/features/templates/Template/styles.module.scss +0 -226
  225. package/src/features/templates/TemplatesView/index.ts +0 -368
  226. package/src/features/templates/TemplatesView/styles.module.scss +0 -71
  227. package/src/features/templates/TemplatesViewCompact/index.ts +0 -364
  228. package/src/features/templates/TemplatesViewCompact/styles.module.scss +0 -141
  229. package/src/hooks/useAutosizeTextArea.ts +0 -22
  230. package/src/hooks/useCustomRef.ts +0 -13
  231. package/src/hooks/useDebounce.ts +0 -17
  232. package/src/hooks/useElementResize.ts +0 -40
  233. package/src/hooks/useEventListener.ts +0 -42
  234. package/src/hooks/useHover.ts +0 -40
  235. package/src/hooks/useOnClickOutside.ts +0 -32
  236. package/src/index.ts +0 -2244
  237. package/src/index.umd.ts +0 -13
  238. package/src/interfaces/index.ts +0 -938
  239. package/src/modules/api/index.ts +0 -1325
  240. package/src/modules/api/responseHandler.ts +0 -38
  241. package/src/modules/event-emitter/index.ts +0 -72
  242. package/src/modules/event-emitter/runners/abstract.ts +0 -21
  243. package/src/modules/event-emitter/runners/default.ts +0 -11
  244. package/src/modules/event-emitter/runners/ntimes.ts +0 -28
  245. package/src/modules/event-emitter/types.ts +0 -34
  246. package/src/store/actionFunctions.ts +0 -1578
  247. package/src/store/index.ts +0 -17
  248. package/src/store/initialState.ts +0 -58
  249. package/src/types/index.ts +0 -320
  250. package/src/types/preact-compat.d.ts +0 -4
  251. package/src/types/store.ts +0 -366
  252. package/src/types/utils.ts +0 -19
  253. package/src/utils/ActivityOutputUtils.ts +0 -176
  254. package/src/utils/common.ts +0 -20
  255. package/src/utils/copyToClipboard.ts +0 -24
  256. package/src/utils/datetime.ts +0 -101
  257. package/src/utils/getUrlParam.ts +0 -11
  258. package/src/utils/isAuthMessage.ts +0 -16
  259. package/src/utils/isBrowser.ts +0 -1
  260. package/src/utils/jsonEncodeDecode.ts +0 -15
  261. package/src/utils/objectUtils.ts +0 -117
  262. package/src/utils/popup.ts +0 -30
  263. package/src/utils/searchJson.ts +0 -51
  264. package/src/utils/stepUtils.ts +0 -45
  265. package/src/utils/truncate.ts +0 -6
  266. package/test/setup.ts +0 -1
  267. package/vitest.config.ts +0 -16
@@ -1,525 +0,0 @@
1
- Name: @babel/runtime
2
- Version: 7.14.6
3
- License: MIT
4
- Private: false
5
- Description: babel's modular runtime helpers
6
- Repository: https://github.com/babel/babel.git
7
- Homepage: https://babel.dev/docs/en/next/babel-runtime
8
- Author: The Babel Team (https://babel.dev/team)
9
- License Copyright:
10
- ===
11
-
12
- MIT License
13
-
14
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
15
-
16
- Permission is hereby granted, free of charge, to any person obtaining
17
- a copy of this software and associated documentation files (the
18
- "Software"), to deal in the Software without restriction, including
19
- without limitation the rights to use, copy, modify, merge, publish,
20
- distribute, sublicense, and/or sell copies of the Software, and to
21
- permit persons to whom the Software is furnished to do so, subject to
22
- the following conditions:
23
-
24
- The above copyright notice and this permission notice shall be
25
- included in all copies or substantial portions of the Software.
26
-
27
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
28
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
30
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
31
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
32
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
33
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
34
-
35
-
36
- ---
37
-
38
- Name: preact
39
- Version: 10.2.0
40
- License: MIT
41
- Private: false
42
- Description: Fast 3kb React-compatible Virtual DOM library.
43
- Repository: undefined
44
- Homepage: https://preactjs.com
45
- License Copyright:
46
- ===
47
-
48
- The MIT License (MIT)
49
-
50
- Copyright (c) 2015-present Jason Miller
51
-
52
- Permission is hereby granted, free of charge, to any person obtaining a copy
53
- of this software and associated documentation files (the "Software"), to deal
54
- in the Software without restriction, including without limitation the rights
55
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
56
- copies of the Software, and to permit persons to whom the Software is
57
- furnished to do so, subject to the following conditions:
58
-
59
- The above copyright notice and this permission notice shall be included in all
60
- copies or substantial portions of the Software.
61
-
62
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
63
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
64
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
65
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
66
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
67
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
68
- SOFTWARE.
69
-
70
-
71
- ---
72
-
73
- Name: htm
74
- Version: 3.1.0
75
- License: Apache-2.0
76
- Private: false
77
- Description: The Tagged Template syntax for Virtual DOM. Only browser-compatible syntax.
78
- Repository: undefined
79
- Homepage: https://github.com/developit/htm
80
- Author: Jason Miller <jason@developit.ca>
81
- License Copyright:
82
- ===
83
-
84
-
85
- Apache License
86
- Version 2.0, January 2004
87
- http://www.apache.org/licenses/
88
-
89
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
90
-
91
- 1. Definitions.
92
-
93
- "License" shall mean the terms and conditions for use, reproduction,
94
- and distribution as defined by Sections 1 through 9 of this document.
95
-
96
- "Licensor" shall mean the copyright owner or entity authorized by
97
- the copyright owner that is granting the License.
98
-
99
- "Legal Entity" shall mean the union of the acting entity and all
100
- other entities that control, are controlled by, or are under common
101
- control with that entity. For the purposes of this definition,
102
- "control" means (i) the power, direct or indirect, to cause the
103
- direction or management of such entity, whether by contract or
104
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
105
- outstanding shares, or (iii) beneficial ownership of such entity.
106
-
107
- "You" (or "Your") shall mean an individual or Legal Entity
108
- exercising permissions granted by this License.
109
-
110
- "Source" form shall mean the preferred form for making modifications,
111
- including but not limited to software source code, documentation
112
- source, and configuration files.
113
-
114
- "Object" form shall mean any form resulting from mechanical
115
- transformation or translation of a Source form, including but
116
- not limited to compiled object code, generated documentation,
117
- and conversions to other media types.
118
-
119
- "Work" shall mean the work of authorship, whether in Source or
120
- Object form, made available under the License, as indicated by a
121
- copyright notice that is included in or attached to the work
122
- (an example is provided in the Appendix below).
123
-
124
- "Derivative Works" shall mean any work, whether in Source or Object
125
- form, that is based on (or derived from) the Work and for which the
126
- editorial revisions, annotations, elaborations, or other modifications
127
- represent, as a whole, an original work of authorship. For the purposes
128
- of this License, Derivative Works shall not include works that remain
129
- separable from, or merely link (or bind by name) to the interfaces of,
130
- the Work and Derivative Works thereof.
131
-
132
- "Contribution" shall mean any work of authorship, including
133
- the original version of the Work and any modifications or additions
134
- to that Work or Derivative Works thereof, that is intentionally
135
- submitted to Licensor for inclusion in the Work by the copyright owner
136
- or by an individual or Legal Entity authorized to submit on behalf of
137
- the copyright owner. For the purposes of this definition, "submitted"
138
- means any form of electronic, verbal, or written communication sent
139
- to the Licensor or its representatives, including but not limited to
140
- communication on electronic mailing lists, source code control systems,
141
- and issue tracking systems that are managed by, or on behalf of, the
142
- Licensor for the purpose of discussing and improving the Work, but
143
- excluding communication that is conspicuously marked or otherwise
144
- designated in writing by the copyright owner as "Not a Contribution."
145
-
146
- "Contributor" shall mean Licensor and any individual or Legal Entity
147
- on behalf of whom a Contribution has been received by Licensor and
148
- subsequently incorporated within the Work.
149
-
150
- 2. Grant of Copyright License. Subject to the terms and conditions of
151
- this License, each Contributor hereby grants to You a perpetual,
152
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
153
- copyright license to reproduce, prepare Derivative Works of,
154
- publicly display, publicly perform, sublicense, and distribute the
155
- Work and such Derivative Works in Source or Object form.
156
-
157
- 3. Grant of Patent License. Subject to the terms and conditions of
158
- this License, each Contributor hereby grants to You a perpetual,
159
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
160
- (except as stated in this section) patent license to make, have made,
161
- use, offer to sell, sell, import, and otherwise transfer the Work,
162
- where such license applies only to those patent claims licensable
163
- by such Contributor that are necessarily infringed by their
164
- Contribution(s) alone or by combination of their Contribution(s)
165
- with the Work to which such Contribution(s) was submitted. If You
166
- institute patent litigation against any entity (including a
167
- cross-claim or counterclaim in a lawsuit) alleging that the Work
168
- or a Contribution incorporated within the Work constitutes direct
169
- or contributory patent infringement, then any patent licenses
170
- granted to You under this License for that Work shall terminate
171
- as of the date such litigation is filed.
172
-
173
- 4. Redistribution. You may reproduce and distribute copies of the
174
- Work or Derivative Works thereof in any medium, with or without
175
- modifications, and in Source or Object form, provided that You
176
- meet the following conditions:
177
-
178
- (a) You must give any other recipients of the Work or
179
- Derivative Works a copy of this License; and
180
-
181
- (b) You must cause any modified files to carry prominent notices
182
- stating that You changed the files; and
183
-
184
- (c) You must retain, in the Source form of any Derivative Works
185
- that You distribute, all copyright, patent, trademark, and
186
- attribution notices from the Source form of the Work,
187
- excluding those notices that do not pertain to any part of
188
- the Derivative Works; and
189
-
190
- (d) If the Work includes a "NOTICE" text file as part of its
191
- distribution, then any Derivative Works that You distribute must
192
- include a readable copy of the attribution notices contained
193
- within such NOTICE file, excluding those notices that do not
194
- pertain to any part of the Derivative Works, in at least one
195
- of the following places: within a NOTICE text file distributed
196
- as part of the Derivative Works; within the Source form or
197
- documentation, if provided along with the Derivative Works; or,
198
- within a display generated by the Derivative Works, if and
199
- wherever such third-party notices normally appear. The contents
200
- of the NOTICE file are for informational purposes only and
201
- do not modify the License. You may add Your own attribution
202
- notices within Derivative Works that You distribute, alongside
203
- or as an addendum to the NOTICE text from the Work, provided
204
- that such additional attribution notices cannot be construed
205
- as modifying the License.
206
-
207
- You may add Your own copyright statement to Your modifications and
208
- may provide additional or different license terms and conditions
209
- for use, reproduction, or distribution of Your modifications, or
210
- for any such Derivative Works as a whole, provided Your use,
211
- reproduction, and distribution of the Work otherwise complies with
212
- the conditions stated in this License.
213
-
214
- 5. Submission of Contributions. Unless You explicitly state otherwise,
215
- any Contribution intentionally submitted for inclusion in the Work
216
- by You to the Licensor shall be under the terms and conditions of
217
- this License, without any additional terms or conditions.
218
- Notwithstanding the above, nothing herein shall supersede or modify
219
- the terms of any separate license agreement you may have executed
220
- with Licensor regarding such Contributions.
221
-
222
- 6. Trademarks. This License does not grant permission to use the trade
223
- names, trademarks, service marks, or product names of the Licensor,
224
- except as required for reasonable and customary use in describing the
225
- origin of the Work and reproducing the content of the NOTICE file.
226
-
227
- 7. Disclaimer of Warranty. Unless required by applicable law or
228
- agreed to in writing, Licensor provides the Work (and each
229
- Contributor provides its Contributions) on an "AS IS" BASIS,
230
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
231
- implied, including, without limitation, any warranties or conditions
232
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
233
- PARTICULAR PURPOSE. You are solely responsible for determining the
234
- appropriateness of using or redistributing the Work and assume any
235
- risks associated with Your exercise of permissions under this License.
236
-
237
- 8. Limitation of Liability. In no event and under no legal theory,
238
- whether in tort (including negligence), contract, or otherwise,
239
- unless required by applicable law (such as deliberate and grossly
240
- negligent acts) or agreed to in writing, shall any Contributor be
241
- liable to You for damages, including any direct, indirect, special,
242
- incidental, or consequential damages of any character arising as a
243
- result of this License or out of the use or inability to use the
244
- Work (including but not limited to damages for loss of goodwill,
245
- work stoppage, computer failure or malfunction, or any and all
246
- other commercial damages or losses), even if such Contributor
247
- has been advised of the possibility of such damages.
248
-
249
- 9. Accepting Warranty or Additional Liability. While redistributing
250
- the Work or Derivative Works thereof, You may choose to offer,
251
- and charge a fee for, acceptance of support, warranty, indemnity,
252
- or other liability obligations and/or rights consistent with this
253
- License. However, in accepting such obligations, You may act only
254
- on Your own behalf and on Your sole responsibility, not on behalf
255
- of any other Contributor, and only if You agree to indemnify,
256
- defend, and hold each Contributor harmless for any liability
257
- incurred by, or claims asserted against, such Contributor by reason
258
- of your accepting any such warranty or additional liability.
259
-
260
- END OF TERMS AND CONDITIONS
261
-
262
- APPENDIX: How to apply the Apache License to your work.
263
-
264
- To apply the Apache License to your work, attach the following
265
- boilerplate notice, with the fields enclosed by brackets "[]"
266
- replaced with your own identifying information. (Don't include
267
- the brackets!) The text should be enclosed in the appropriate
268
- comment syntax for the file format. We also recommend that a
269
- file or class name and description of purpose be included on the
270
- same "printed page" as the copyright notice for easier
271
- identification within third-party archives.
272
-
273
- Copyright 2018 Google Inc.
274
-
275
- Licensed under the Apache License, Version 2.0 (the "License");
276
- you may not use this file except in compliance with the License.
277
- You may obtain a copy of the License at
278
-
279
- http://www.apache.org/licenses/LICENSE-2.0
280
-
281
- Unless required by applicable law or agreed to in writing, software
282
- distributed under the License is distributed on an "AS IS" BASIS,
283
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
284
- See the License for the specific language governing permissions and
285
- limitations under the License.
286
-
287
- ---
288
-
289
- Name: htm_preact
290
- Version: null
291
- License: null
292
- Private: false
293
-
294
- ---
295
-
296
- Name: unistore
297
- Version: 3.5.2
298
- License: MIT
299
- Private: false
300
- Description: Dead simple centralized state container (store) with preact and react bindings.
301
- Repository: undefined
302
- Author: Jason Miller <jason@developit.ca>
303
-
304
- ---
305
-
306
- Name: unfetch
307
- Version: 4.2.0
308
- License: MIT
309
- Private: false
310
- Description: Bare minimum fetch polyfill in 500 bytes
311
- Repository: undefined
312
- Homepage: https://github.com/developit/unfetch
313
- License Copyright:
314
- ===
315
-
316
- The MIT License (MIT)
317
-
318
- Copyright (c) 2017 Jason Miller
319
-
320
- Permission is hereby granted, free of charge, to any person obtaining a copy
321
- of this software and associated documentation files (the "Software"), to deal
322
- in the Software without restriction, including without limitation the rights
323
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
324
- copies of the Software, and to permit persons to whom the Software is
325
- furnished to do so, subject to the following conditions:
326
-
327
- The above copyright notice and this permission notice shall be included in all
328
- copies or substantial portions of the Software.
329
-
330
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
331
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
332
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
333
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
334
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
335
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
336
- SOFTWARE.
337
-
338
-
339
- ---
340
-
341
- Name: style-inject
342
- Version: 0.3.0
343
- License: MIT
344
- Private: false
345
- Description: Inject style tag to document head.
346
- Repository: git+https://github.com/egoist/style-inject.git
347
- Homepage: https://github.com/egoist/style-inject#readme
348
- Author: EGOIST <0x142857@gmail.com>
349
- License Copyright:
350
- ===
351
-
352
- The MIT License (MIT)
353
-
354
- Copyright (c) 2015 egoist 0x142857@gmail.com
355
-
356
- Permission is hereby granted, free of charge, to any person obtaining a copy
357
- of this software and associated documentation files (the "Software"), to deal
358
- in the Software without restriction, including without limitation the rights
359
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
360
- copies of the Software, and to permit persons to whom the Software is
361
- furnished to do so, subject to the following conditions:
362
-
363
- The above copyright notice and this permission notice shall be included in
364
- all copies or substantial portions of the Software.
365
-
366
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
367
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
368
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
369
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
370
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
371
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
372
- THE SOFTWARE.
373
-
374
- ---
375
-
376
- Name: classnames
377
- Version: 2.3.1
378
- License: MIT
379
- Private: false
380
- Description: A simple utility for conditionally joining classNames together
381
- Repository: https://github.com/JedWatson/classnames.git
382
- Author: Jed Watson
383
- License Copyright:
384
- ===
385
-
386
- The MIT License (MIT)
387
-
388
- Copyright (c) 2018 Jed Watson
389
-
390
- Permission is hereby granted, free of charge, to any person obtaining a copy
391
- of this software and associated documentation files (the "Software"), to deal
392
- in the Software without restriction, including without limitation the rights
393
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
394
- copies of the Software, and to permit persons to whom the Software is
395
- furnished to do so, subject to the following conditions:
396
-
397
- The above copyright notice and this permission notice shall be included in all
398
- copies or substantial portions of the Software.
399
-
400
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
401
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
402
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
403
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
404
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
405
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
406
- SOFTWARE.
407
-
408
-
409
- ---
410
-
411
- Name: superstruct
412
- Version: 0.15.2
413
- License: MIT
414
- Private: false
415
- Description: A simple and composable way to validate data in JavaScript (and TypeScript).
416
- Repository: undefined
417
-
418
- ---
419
-
420
- Name: fuzzysort
421
- Version: 1.1.4
422
- License: MIT
423
- Private: false
424
- Description: Fast SublimeText-like fuzzy search for JavaScript
425
- Repository: https://github.com/farzher/fuzzysort.git
426
- Author: farzher
427
- License Copyright:
428
- ===
429
-
430
- MIT License
431
-
432
- Copyright (c) 2018 Stephen Kamenar
433
-
434
- Permission is hereby granted, free of charge, to any person obtaining a copy
435
- of this software and associated documentation files (the "Software"), to deal
436
- in the Software without restriction, including without limitation the rights
437
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
438
- copies of the Software, and to permit persons to whom the Software is
439
- furnished to do so, subject to the following conditions:
440
-
441
- The above copyright notice and this permission notice shall be included in all
442
- copies or substantial portions of the Software.
443
-
444
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
445
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
446
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
447
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
448
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
449
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
450
- SOFTWARE.
451
-
452
-
453
- ---
454
-
455
- Name: fast-sort
456
- Version: 3.2.1
457
- License: MIT
458
- Private: false
459
- Description: Fast easy to use and flexible sorting with TypeScript support
460
- Repository: git+https://github.com/snovakovic/fast-sort.git
461
- Homepage: https://github.com/snovakovic/fast-sort
462
- Author: Stefan Novakovic <stefan.novakovich@gmail.com>
463
- Contributors:
464
- Linus Unnebäck: https://github.com/LinusU
465
- Luca Ban: https://github.com/mesqueeb
466
- Tony Gutierrez: https://github.com/tony-gutierrez
467
- License Copyright:
468
- ===
469
-
470
- MIT License
471
-
472
- Copyright (c) 2017 Stefan Novaković
473
-
474
- Permission is hereby granted, free of charge, to any person obtaining a copy
475
- of this software and associated documentation files (the "Software"), to deal
476
- in the Software without restriction, including without limitation the rights
477
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
478
- copies of the Software, and to permit persons to whom the Software is
479
- furnished to do so, subject to the following conditions:
480
-
481
- The above copyright notice and this permission notice shall be included in all
482
- copies or substantial portions of the Software.
483
-
484
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
485
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
486
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
487
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
488
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
489
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
490
- SOFTWARE.
491
-
492
-
493
- ---
494
-
495
- Name: @yaireo/tagify
496
- Version: 4.33.2
497
- License: MIT
498
- Private: false
499
- Description: lightweight, efficient Tags input component in Vanilla JS / React / Angular [super customizable, tiny size & top performance]
500
- Repository: git+https://github.com/yairEO/tagify.git
501
- Homepage: https://github.com/yairEO/tagify
502
- Author: Yair Even-Or <vsync.design@gmail.com>
503
- License Copyright:
504
- ===
505
-
506
- Permission is hereby granted, free of charge, to any person obtaining a copy
507
- of this software and associated documentation files (the "Software"), to deal
508
- in the Software without restriction, including without limitation the rights
509
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
510
- copies of the Software, and to permit persons to whom the Software is
511
- furnished to do so, subject to the following conditions:
512
-
513
- The above copyright notice and this permission notice shall be included in
514
- all copies or substantial portions of the Software.
515
-
516
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
517
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
518
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
519
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
520
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
521
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
522
- THE SOFTWARE.
523
-
524
- This Software may not be rebranded and sold as a library under any other name
525
- other than "Tagify" (by owner) or as part of another library.
package/generateTests.js DELETED
@@ -1,80 +0,0 @@
1
- import OpenAI from 'openai';
2
- import fs from 'fs';
3
- import path from 'path';
4
- import dotenv from 'dotenv';
5
-
6
- dotenv.config();
7
-
8
- const openai = new OpenAI({
9
- apiKey: "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",
10
- });
11
-
12
- async function generateTest(filePath, feedback = '') {
13
- const code = fs.readFileSync(filePath, 'utf-8');
14
-
15
- let messages = [
16
- { role: 'system', content: 'You are a senior Preact developer with expertise in testing. Use Vitest framework.' },
17
- { role: 'user', content: `Write Vitest unit tests for the following Preact component:\n${code}\n
18
- Make sure to cover:
19
- - Props validation
20
- - Event handlers
21
- - Conditional rendering
22
- - User interactions
23
- - Edge cases
24
- ` }
25
- ];
26
-
27
- if (feedback) {
28
- messages.push({
29
- role: 'user',
30
- content: `Here is the previous generated test:\n${feedback}\nPlease improve the tests based on the following feedback:
31
- - Add more edge cases.
32
- - You didn't test fields inside objects represented by field.properties or field.template_fields
33
- - If object has no field, it should render a textarea.`
34
- });
35
- }
36
-
37
- const completion = await openai.chat.completions.create({
38
- model: 'gpt-4-turbo',
39
- messages,
40
- temperature: 0.3,
41
- });
42
-
43
- const generatedTests = completion.choices[0]?.message?.content || '';
44
-
45
- const testFilePath = filePath.replace('.ts', '.test.ts');
46
- fs.writeFileSync(testFilePath, generatedTests);
47
-
48
- console.log(`✅ Test file generated: ${testFilePath}`);
49
-
50
- return generatedTests;
51
- }
52
-
53
- async function main() {
54
- // const componentsFolder = './src/components/form/ObjectField'; // Update this path
55
- const componentsFolder = process.argv[2]; // Get folder path from command line argument
56
-
57
- if (!componentsFolder) {
58
- console.error('❌ Please provide the components folder path as an argument.');
59
- process.exit(1);
60
- }
61
-
62
- if (!fs.existsSync(componentsFolder)) {
63
- console.error(`❌ Path "${componentsFolder}" does not exist.`);
64
- process.exit(1);
65
- }
66
- const files = fs.readdirSync(componentsFolder).filter((file) => file.endsWith('.ts'));
67
-
68
- for (const file of files) {
69
- const testFilePath = path.join(componentsFolder, `${file.replace('.ts', '.test.ts')}`);
70
- let previousTest = '';
71
-
72
- if (fs.existsSync(testFilePath)) {
73
- previousTest = fs.readFileSync(testFilePath, 'utf-8');
74
- }
75
-
76
- await generateTest(path.join(componentsFolder, file), previousTest);
77
- }
78
- }
79
-
80
- main().catch(console.error);
package/jest.config.cjs DELETED
@@ -1,10 +0,0 @@
1
- module.exports = {
2
- preset: 'ts-jest',
3
- testEnvironment: 'jsdom',
4
- testPathIgnorePatterns: ['examples'],
5
- moduleNameMapper: {
6
- '\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
7
- '<rootDir>/__mocks__/fileMock.js',
8
- '\\.(css|scss|less)$': 'identity-obj-proxy',
9
- },
10
- };
@@ -1,23 +0,0 @@
1
- import { html } from 'htm/preact';
2
-
3
- export interface TagButtonProps {
4
- onClick: () => void;
5
- }
6
-
7
- export const TagButton = (props: TagButtonProps) => {
8
- const { onClick } = props;
9
- return html` <button onClick=${onClick}>
10
- <svg
11
- width="15"
12
- height="15"
13
- viewBox="0 0 15 15"
14
- fill="none"
15
- xmlns="http://www.w3.org/2000/svg"
16
- >
17
- <path
18
- d="M6.74219 6.74268V7.24268H7.24219V6.74268H6.74219ZM6.74219 7.74268H7.24219V7.24268H6.74219V7.74268ZM7.74219 7.74268V7.24268H7.24219V7.74268H7.74219ZM7.74219 6.74268H7.24219V7.24268H7.74219V6.74268ZM7.24219 1.24268H8.24219C8.24219 0.690391 7.79447 0.242676 7.24219 0.242676V1.24268ZM7.24219 1.24268V0.242676C6.6899 0.242676 6.24219 0.690391 6.24219 1.24268H7.24219ZM7.24219 6.74268V1.24268H6.24219V6.74268H7.24219ZM1.24219 7.24268H6.74219V6.24268H1.24219V7.24268ZM1.24219 7.24268V6.24268C0.689903 6.24268 0.242188 6.69039 0.242188 7.24268H1.24219ZM1.24219 7.24268H0.242188C0.242188 7.79496 0.689903 8.24268 1.24219 8.24268V7.24268ZM6.74219 7.24268H1.24219V8.24268H6.74219V7.24268ZM7.24219 13.2427V7.74268H6.24219V13.2427H7.24219ZM7.24219 13.2427H6.24219C6.24219 13.795 6.6899 14.2427 7.24219 14.2427V13.2427ZM7.24219 13.2427V14.2427C7.79447 14.2427 8.24219 13.795 8.24219 13.2427H7.24219ZM7.24219 7.74268V13.2427H8.24219V7.74268H7.24219ZM13.2422 7.24268H7.74219V8.24268H13.2422V7.24268ZM13.2422 7.24268V8.24268C13.7945 8.24268 14.2422 7.79496 14.2422 7.24268H13.2422ZM13.2422 7.24268H14.2422C14.2422 6.69039 13.7945 6.24268 13.2422 6.24268V7.24268ZM7.74219 7.24268H13.2422V6.24268H7.74219V7.24268ZM7.24219 1.24268V6.74268H8.24219V1.24268H7.24219Z"
19
- fill="#505050"
20
- />
21
- </svg>
22
- </button>`;
23
- };