@superblocksteam/library 2.0.3-next.71

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 (408) hide show
  1. package/LICENSE.txt +87 -0
  2. package/README.md +108 -0
  3. package/dist/allPaths-DyYm9YwR.js +17 -0
  4. package/dist/allPaths-DyYm9YwR.js.map +1 -0
  5. package/dist/allPaths-KD515okF.js +17 -0
  6. package/dist/allPaths-KD515okF.js.map +1 -0
  7. package/dist/allPathsLoader-ZiZSv3bC.js +22 -0
  8. package/dist/allPathsLoader-ZiZSv3bC.js.map +1 -0
  9. package/dist/allPathsLoader-fVkkn-jB.js +22 -0
  10. package/dist/allPathsLoader-fVkkn-jB.js.map +1 -0
  11. package/dist/icons-BrNMuu_I.js +40 -0
  12. package/dist/icons-BrNMuu_I.js.map +1 -0
  13. package/dist/index-BxzKdlqH.js +1353 -0
  14. package/dist/index-BxzKdlqH.js.map +1 -0
  15. package/dist/index-DBrh5TuF.js +195984 -0
  16. package/dist/index-DBrh5TuF.js.map +1 -0
  17. package/dist/index-DIJYif9G.js +1341 -0
  18. package/dist/index-DIJYif9G.js.map +1 -0
  19. package/dist/index-DIn-fanT.js +1353 -0
  20. package/dist/index-DIn-fanT.js.map +1 -0
  21. package/dist/index-LHtbj0-V.js +1341 -0
  22. package/dist/index-LHtbj0-V.js.map +1 -0
  23. package/dist/index.css +34465 -0
  24. package/dist/index.js +162 -0
  25. package/dist/index.js.map +1 -0
  26. package/dist/splitPathsBySizeLoader-BJsOSCsQ.js +34 -0
  27. package/dist/splitPathsBySizeLoader-BJsOSCsQ.js.map +1 -0
  28. package/dist/splitPathsBySizeLoader-CSiJpIs1.js +34 -0
  29. package/dist/splitPathsBySizeLoader-CSiJpIs1.js.map +1 -0
  30. package/dist-types/app-internal.d.ts +4 -0
  31. package/dist-types/docs-utils/generate-docs.d.ts +2 -0
  32. package/dist-types/edit-mode/collisions-layer.d.ts +3 -0
  33. package/dist-types/edit-mode/create-component.d.ts +8 -0
  34. package/dist-types/edit-mode/debug-tools.d.ts +11 -0
  35. package/dist-types/edit-mode/dnd/collision-detection.d.ts +3 -0
  36. package/dist-types/edit-mode/dnd/dnd-provider.d.ts +4 -0
  37. package/dist-types/edit-mode/dnd/draggable-widget.d.ts +7 -0
  38. package/dist-types/edit-mode/dnd/drop-layer.d.ts +5 -0
  39. package/dist-types/edit-mode/dnd/droppable-widget.d.ts +9 -0
  40. package/dist-types/edit-mode/dnd/grid-drop.d.ts +4 -0
  41. package/dist-types/edit-mode/dnd/grid-store.d.ts +31 -0
  42. package/dist-types/edit-mode/dnd/grid-utils.d.ts +8 -0
  43. package/dist-types/edit-mode/dnd/handle-grid-drop.d.ts +9 -0
  44. package/dist-types/edit-mode/dnd/handle-stack-drop.d.ts +9 -0
  45. package/dist-types/edit-mode/dnd/hooks/use-component-draggable.d.ts +5 -0
  46. package/dist-types/edit-mode/dnd/hooks/use-component-droppable.d.ts +6 -0
  47. package/dist-types/edit-mode/dnd/hooks/use-handle-dnd-events.d.ts +1 -0
  48. package/dist-types/edit-mode/dnd/hooks/use-widget-node-ref.d.ts +2 -0
  49. package/dist-types/edit-mode/dnd/new-components-drag-layer.d.ts +6 -0
  50. package/dist-types/edit-mode/dnd/stack-drop.d.ts +4 -0
  51. package/dist-types/edit-mode/dnd/stack-store.d.ts +10 -0
  52. package/dist-types/edit-mode/dnd/stack-utils.d.ts +13 -0
  53. package/dist-types/edit-mode/dnd/types.d.ts +45 -0
  54. package/dist-types/edit-mode/dnd/utils.d.ts +13 -0
  55. package/dist-types/edit-mode/duplicated-name-popover.d.ts +7 -0
  56. package/dist-types/edit-mode/edit-store.d.ts +28 -0
  57. package/dist-types/edit-mode/edit-wrapper.d.ts +17 -0
  58. package/dist-types/edit-mode/editor-hotkeys.d.ts +3 -0
  59. package/dist-types/edit-mode/features/connection-manager.d.ts +10 -0
  60. package/dist-types/edit-mode/features/drag-and-drop-store.d.ts +69 -0
  61. package/dist-types/edit-mode/features/interaction-layer-manager.d.ts +17 -0
  62. package/dist-types/edit-mode/features/operation-store.d.ts +49 -0
  63. package/dist-types/edit-mode/features/properties-panel-manager.d.ts +31 -0
  64. package/dist-types/edit-mode/features/resizing-store.d.ts +50 -0
  65. package/dist-types/edit-mode/features/runtime-entities-manager.d.ts +84 -0
  66. package/dist-types/edit-mode/features/runtime-widgets-manager.d.ts +51 -0
  67. package/dist-types/edit-mode/features/ui-store.d.ts +41 -0
  68. package/dist-types/edit-mode/hooks/use-register-source-element.d.ts +2 -0
  69. package/dist-types/edit-mode/iframe-wrappers.d.ts +4 -0
  70. package/dist-types/edit-mode/interaction-add-section-button.d.ts +4 -0
  71. package/dist-types/edit-mode/interaction-layer.d.ts +11 -0
  72. package/dist-types/edit-mode/interaction-rect-handles.d.ts +7 -0
  73. package/dist-types/edit-mode/interaction-rect-name-pill.d.ts +13 -0
  74. package/dist-types/edit-mode/interaction-rect.d.ts +44 -0
  75. package/dist-types/edit-mode/interaction-utils.d.ts +3 -0
  76. package/dist-types/edit-mode/mobx-sync/create-patch.d.ts +2 -0
  77. package/dist-types/edit-mode/mobx-sync/deep-observe.d.ts +24 -0
  78. package/dist-types/edit-mode/mobx-sync/mobx-editor-sync.d.ts +23 -0
  79. package/dist-types/edit-mode/properties.d.ts +13 -0
  80. package/dist-types/edit-mode/resize-capabilities.d.ts +5 -0
  81. package/dist-types/edit-mode/right-click-menu/right-click-menu.d.ts +13 -0
  82. package/dist-types/edit-mode/roots.d.ts +9 -0
  83. package/dist-types/edit-mode/runtime-children.d.ts +14 -0
  84. package/dist-types/edit-mode/sb-component-from-meta.d.ts +2 -0
  85. package/dist-types/edit-mode/source-update-api.d.ts +24 -0
  86. package/dist-types/edit-mode/superblocks-editor-bridge.d.ts +34 -0
  87. package/dist-types/internal-testing/components/api.d.ts +3 -0
  88. package/dist-types/internal-testing/components/button.d.ts +1 -0
  89. package/dist-types/internal-testing/components/checkbox.d.ts +1 -0
  90. package/dist-types/internal-testing/components/container.d.ts +1 -0
  91. package/dist-types/internal-testing/components/date-picker.d.ts +1 -0
  92. package/dist-types/internal-testing/components/dropdown.d.ts +1 -0
  93. package/dist-types/internal-testing/components/icon.d.ts +1 -0
  94. package/dist-types/internal-testing/components/image.d.ts +1 -0
  95. package/dist-types/internal-testing/components/input.d.ts +1 -0
  96. package/dist-types/internal-testing/components/key-value.d.ts +1 -0
  97. package/dist-types/internal-testing/components/modal.d.ts +1 -0
  98. package/dist-types/internal-testing/components/section-column.d.ts +1 -0
  99. package/dist-types/internal-testing/components/switch.d.ts +1 -0
  100. package/dist-types/internal-testing/components/table.d.ts +1 -0
  101. package/dist-types/internal-testing/components/timer.d.ts +3 -0
  102. package/dist-types/internal-testing/components/variable.d.ts +3 -0
  103. package/dist-types/internal-testing/utils.d.ts +5 -0
  104. package/dist-types/internal-testing/widgets.d.ts +2 -0
  105. package/dist-types/lib/hooks/use-alignment-styles.d.ts +9 -0
  106. package/dist-types/lib/hooks/use-cached-value.d.ts +11 -0
  107. package/dist-types/lib/hooks/use-callback-as-ref.d.ts +1 -0
  108. package/dist-types/lib/hooks/use-deep-memo.d.ts +9 -0
  109. package/dist-types/lib/hooks/use-editor-hotkeys.d.ts +3 -0
  110. package/dist-types/lib/hooks/use-element-rect.d.ts +7 -0
  111. package/dist-types/lib/hooks/use-observer-memo.d.ts +14 -0
  112. package/dist-types/lib/hooks/use-observer-memo.test.d.ts +1 -0
  113. package/dist-types/lib/hooks/use-pointer-down-outside.d.ts +15 -0
  114. package/dist-types/lib/hooks/use-stable-effect.d.ts +22 -0
  115. package/dist-types/lib/hooks/use-stable-effect.test.d.ts +1 -0
  116. package/dist-types/lib/index.d.ts +40 -0
  117. package/dist-types/lib/internal-details/actions-context.d.ts +9 -0
  118. package/dist-types/lib/internal-details/component-info-context.d.ts +10 -0
  119. package/dist-types/lib/internal-details/entities-state.d.ts +10 -0
  120. package/dist-types/lib/internal-details/entities.d.ts +5 -0
  121. package/dist-types/lib/internal-details/env.d.ts +1 -0
  122. package/dist-types/lib/internal-details/identifier-normalizer.d.ts +9 -0
  123. package/dist-types/lib/internal-details/is-sb-component.d.ts +7 -0
  124. package/dist-types/lib/internal-details/lib/devtools.d.ts +1 -0
  125. package/dist-types/lib/internal-details/lib/evaluator/base-entity-manager.d.ts +104 -0
  126. package/dist-types/lib/internal-details/lib/evaluator/binding-extraction.d.ts +2 -0
  127. package/dist-types/lib/internal-details/lib/evaluator/binding-strings/transform-bindings.d.ts +6 -0
  128. package/dist-types/lib/internal-details/lib/evaluator/compute-engines.d.ts +20 -0
  129. package/dist-types/lib/internal-details/lib/evaluator/create-global-object.d.ts +7 -0
  130. package/dist-types/lib/internal-details/lib/evaluator/create-scope-proxy.d.ts +2 -0
  131. package/dist-types/lib/internal-details/lib/evaluator/deep-observe.d.ts +27 -0
  132. package/dist-types/lib/internal-details/lib/evaluator/entity-manager.d.ts +83 -0
  133. package/dist-types/lib/internal-details/lib/evaluator/entity-types.d.ts +16 -0
  134. package/dist-types/lib/internal-details/lib/evaluator/lazy-function.d.ts +7 -0
  135. package/dist-types/lib/internal-details/lib/evaluator/names.d.ts +7 -0
  136. package/dist-types/lib/internal-details/lib/evaluator/pretty-print-function.d.ts +2 -0
  137. package/dist-types/lib/internal-details/lib/evaluator/to-executables-or-values.d.ts +32 -0
  138. package/dist-types/lib/internal-details/lib/evaluator/use-shallow-mobx-observer.d.ts +1 -0
  139. package/dist-types/lib/internal-details/lib/evaluator/use-shallow-mobx-observer.test.d.ts +1 -0
  140. package/dist-types/lib/internal-details/lib/features/api-store.d.ts +31 -0
  141. package/dist-types/lib/internal-details/lib/features/api-utils.d.ts +77 -0
  142. package/dist-types/lib/internal-details/lib/features/component-registry.d.ts +29 -0
  143. package/dist-types/lib/internal-details/lib/features/injected-features.d.ts +8 -0
  144. package/dist-types/lib/internal-details/lib/features/name-manager.d.ts +36 -0
  145. package/dist-types/lib/internal-details/lib/iframe.d.ts +44 -0
  146. package/dist-types/lib/internal-details/lib/mobx-cached-getter.d.ts +1 -0
  147. package/dist-types/lib/internal-details/lib/resolve-id-singleton.d.ts +4 -0
  148. package/dist-types/lib/internal-details/lib/root-store.d.ts +30 -0
  149. package/dist-types/lib/internal-details/lib/throttle.d.ts +2 -0
  150. package/dist-types/lib/internal-details/lib/types.d.ts +229 -0
  151. package/dist-types/lib/internal-details/reactive-component.d.ts +10 -0
  152. package/dist-types/lib/internal-details/sb-wrapper-notes.d.ts +1 -0
  153. package/dist-types/lib/internal-details/sb-wrapper.d.ts +11 -0
  154. package/dist-types/lib/internal-details/scope/scope-context.d.ts +8 -0
  155. package/dist-types/lib/internal-details/scope/scope.d.ts +12 -0
  156. package/dist-types/lib/internal-details/size.d.ts +1 -0
  157. package/dist-types/lib/internal-details/theme-context.d.ts +8 -0
  158. package/dist-types/lib/internal-details/use-track-runtime-widget.d.ts +15 -0
  159. package/dist-types/lib/sb-trigger.d.ts +53 -0
  160. package/dist-types/lib/triggers/base.d.ts +17 -0
  161. package/dist-types/lib/triggers/implementations/apis/cancel-apis.d.ts +18 -0
  162. package/dist-types/lib/triggers/implementations/apis/run-apis.d.ts +21 -0
  163. package/dist-types/lib/triggers/implementations/components/control-modal.d.ts +17 -0
  164. package/dist-types/lib/triggers/implementations/components/control-slideout.d.ts +17 -0
  165. package/dist-types/lib/triggers/implementations/components/reset-component.d.ts +20 -0
  166. package/dist-types/lib/triggers/implementations/components/set-component-property.d.ts +20 -0
  167. package/dist-types/lib/triggers/implementations/navigate/navigate-to-app.d.ts +28 -0
  168. package/dist-types/lib/triggers/implementations/navigate/navigate-to-route.d.ts +23 -0
  169. package/dist-types/lib/triggers/implementations/navigate/navigate-to.d.ts +26 -0
  170. package/dist-types/lib/triggers/implementations/navigate/set-query-params.d.ts +18 -0
  171. package/dist-types/lib/triggers/implementations/run-js.d.ts +18 -0
  172. package/dist-types/lib/triggers/implementations/set-profile.d.ts +17 -0
  173. package/dist-types/lib/triggers/implementations/show-alert.d.ts +22 -0
  174. package/dist-types/lib/triggers/implementations/state/reset-state-var.d.ts +15 -0
  175. package/dist-types/lib/triggers/implementations/state/set-state-var.d.ts +18 -0
  176. package/dist-types/lib/triggers/implementations/timers/control-timer.d.ts +17 -0
  177. package/dist-types/lib/triggers/implementations/trigger-event.d.ts +17 -0
  178. package/dist-types/lib/triggers/registry.d.ts +174 -0
  179. package/dist-types/lib/triggers/run-event-handlers.d.ts +18 -0
  180. package/dist-types/lib/user-facing/component-base/components/autolinked-text.d.ts +8 -0
  181. package/dist-types/lib/user-facing/component-base/components/button.d.ts +46 -0
  182. package/dist-types/lib/user-facing/component-base/components/checkbox.d.ts +12 -0
  183. package/dist-types/lib/user-facing/component-base/components/dropdown-select.d.ts +4 -0
  184. package/dist-types/lib/user-facing/component-base/components/dynamic-svg.d.ts +10 -0
  185. package/dist-types/lib/user-facing/component-base/components/expand-button.d.ts +8 -0
  186. package/dist-types/lib/user-facing/component-base/components/loading-animator.d.ts +4 -0
  187. package/dist-types/lib/user-facing/component-base/components/plain-link.d.ts +1 -0
  188. package/dist-types/lib/user-facing/component-base/components/popper.d.ts +20 -0
  189. package/dist-types/lib/user-facing/component-base/components/search-component.d.ts +19 -0
  190. package/dist-types/lib/user-facing/component-base/components/span-trunc-middle.d.ts +9 -0
  191. package/dist-types/lib/user-facing/component-base/components/switch.d.ts +6 -0
  192. package/dist-types/lib/user-facing/component-base/constants.d.ts +18 -0
  193. package/dist-types/lib/user-facing/component-base/error/error-inline-message.d.ts +36 -0
  194. package/dist-types/lib/user-facing/component-base/error/error-tooltip.d.ts +11 -0
  195. package/dist-types/lib/user-facing/component-base/error/error-utils.d.ts +13 -0
  196. package/dist-types/lib/user-facing/component-base/error/widget-errors-wrapper.d.ts +15 -0
  197. package/dist-types/lib/user-facing/component-base/error-boundary.d.ts +18 -0
  198. package/dist-types/lib/user-facing/component-base/sb-component.d.ts +18 -0
  199. package/dist-types/lib/user-facing/component-base/styles/button-styles.d.ts +16 -0
  200. package/dist-types/lib/user-facing/component-base/styles/hover-styles.d.ts +10 -0
  201. package/dist-types/lib/user-facing/component-base/styles/input-styles.d.ts +2 -0
  202. package/dist-types/lib/user-facing/component-base/use-passthrough-props.d.ts +6 -0
  203. package/dist-types/lib/user-facing/component-base/utils/format-utils.d.ts +37 -0
  204. package/dist-types/lib/user-facing/component-base/utils/input-validation.d.ts +17 -0
  205. package/dist-types/lib/user-facing/components/button/index.d.ts +37 -0
  206. package/dist-types/lib/user-facing/components/button/props.d.ts +48 -0
  207. package/dist-types/lib/user-facing/components/checkbox/checkbox-component.d.ts +9 -0
  208. package/dist-types/lib/user-facing/components/checkbox/constants.d.ts +2 -0
  209. package/dist-types/lib/user-facing/components/checkbox/index.d.ts +43 -0
  210. package/dist-types/lib/user-facing/components/checkbox/props.d.ts +44 -0
  211. package/dist-types/lib/user-facing/components/checkbox/types.d.ts +19 -0
  212. package/dist-types/lib/user-facing/components/column/index.d.ts +51 -0
  213. package/dist-types/lib/user-facing/components/column/props.d.ts +45 -0
  214. package/dist-types/lib/user-facing/components/container/index.d.ts +63 -0
  215. package/dist-types/lib/user-facing/components/container/props.d.ts +58 -0
  216. package/dist-types/lib/user-facing/components/custom/context.d.ts +11 -0
  217. package/dist-types/lib/user-facing/components/custom/index.d.ts +2 -0
  218. package/dist-types/lib/user-facing/components/custom/register-custom-component.d.ts +27 -0
  219. package/dist-types/lib/user-facing/components/date-picker/constants.d.ts +8 -0
  220. package/dist-types/lib/user-facing/components/date-picker/date-picker-component.d.ts +29 -0
  221. package/dist-types/lib/user-facing/components/date-picker/date-picker.d.ts +2 -0
  222. package/dist-types/lib/user-facing/components/date-picker/index.d.ts +62 -0
  223. package/dist-types/lib/user-facing/components/date-picker/props.d.ts +64 -0
  224. package/dist-types/lib/user-facing/components/date-picker/props.test-d.d.ts +1 -0
  225. package/dist-types/lib/user-facing/components/date-picker/side-effects.d.ts +3 -0
  226. package/dist-types/lib/user-facing/components/date-picker/types.d.ts +40 -0
  227. package/dist-types/lib/user-facing/components/date-picker/utils.d.ts +24 -0
  228. package/dist-types/lib/user-facing/components/dropdown/constants.d.ts +5 -0
  229. package/dist-types/lib/user-facing/components/dropdown/dropdown-component.d.ts +106 -0
  230. package/dist-types/lib/user-facing/components/dropdown/index.d.ts +73 -0
  231. package/dist-types/lib/user-facing/components/dropdown/multi-dropdown.d.ts +18 -0
  232. package/dist-types/lib/user-facing/components/dropdown/normalize-values.d.ts +2 -0
  233. package/dist-types/lib/user-facing/components/dropdown/props.d.ts +76 -0
  234. package/dist-types/lib/user-facing/components/dropdown/types.d.ts +89 -0
  235. package/dist-types/lib/user-facing/components/dropdown/utils.d.ts +8 -0
  236. package/dist-types/lib/user-facing/components/grid/calculations/calculate-constraints.d.ts +26 -0
  237. package/dist-types/lib/user-facing/components/grid/calculations/calculate-row-positions.d.ts +2 -0
  238. package/dist-types/lib/user-facing/components/grid/calculations/order-constraints.d.ts +2 -0
  239. package/dist-types/lib/user-facing/components/grid/index.d.ts +36 -0
  240. package/dist-types/lib/user-facing/components/grid/use-height-observer.d.ts +5 -0
  241. package/dist-types/lib/user-facing/components/grid/utils.d.ts +1 -0
  242. package/dist-types/lib/user-facing/components/icon/index.d.ts +25 -0
  243. package/dist-types/lib/user-facing/components/icon/props.d.ts +26 -0
  244. package/dist-types/lib/user-facing/components/image/image-component.d.ts +38 -0
  245. package/dist-types/lib/user-facing/components/image/index.d.ts +29 -0
  246. package/dist-types/lib/user-facing/components/image/props.d.ts +39 -0
  247. package/dist-types/lib/user-facing/components/input/constants.d.ts +24 -0
  248. package/dist-types/lib/user-facing/components/input/derived-properties.d.ts +5 -0
  249. package/dist-types/lib/user-facing/components/input/index.d.ts +97 -0
  250. package/dist-types/lib/user-facing/components/input/input-component.d.ts +60 -0
  251. package/dist-types/lib/user-facing/components/input/props.d.ts +101 -0
  252. package/dist-types/lib/user-facing/components/input/styles.d.ts +6 -0
  253. package/dist-types/lib/user-facing/components/input/types.d.ts +45 -0
  254. package/dist-types/lib/user-facing/components/input/utils.d.ts +15 -0
  255. package/dist-types/lib/user-facing/components/key-value/components/key-styles.d.ts +3 -0
  256. package/dist-types/lib/user-facing/components/key-value/components/property-key.d.ts +7 -0
  257. package/dist-types/lib/user-facing/components/key-value/components/property-value.d.ts +12 -0
  258. package/dist-types/lib/user-facing/components/key-value/components/value-styles.d.ts +6 -0
  259. package/dist-types/lib/user-facing/components/key-value/constants.d.ts +7 -0
  260. package/dist-types/lib/user-facing/components/key-value/derived-properties.d.ts +1 -0
  261. package/dist-types/lib/user-facing/components/key-value/index.d.ts +39 -0
  262. package/dist-types/lib/user-facing/components/key-value/key-value-component.d.ts +2 -0
  263. package/dist-types/lib/user-facing/components/key-value/properties-props.d.ts +45 -0
  264. package/dist-types/lib/user-facing/components/key-value/props.d.ts +38 -0
  265. package/dist-types/lib/user-facing/components/key-value/styles.d.ts +22 -0
  266. package/dist-types/lib/user-facing/components/key-value/types.d.ts +106 -0
  267. package/dist-types/lib/user-facing/components/key-value/utils.d.ts +11 -0
  268. package/dist-types/lib/user-facing/components/modal/constants.d.ts +8 -0
  269. package/dist-types/lib/user-facing/components/modal/index.d.ts +49 -0
  270. package/dist-types/lib/user-facing/components/modal/modal-component.d.ts +36 -0
  271. package/dist-types/lib/user-facing/components/modal/props.d.ts +46 -0
  272. package/dist-types/lib/user-facing/components/page/index.d.ts +18 -0
  273. package/dist-types/lib/user-facing/components/page/props.d.ts +19 -0
  274. package/dist-types/lib/user-facing/components/page/register-page.d.ts +2 -0
  275. package/dist-types/lib/user-facing/components/section/index.d.ts +19 -0
  276. package/dist-types/lib/user-facing/components/section/props.d.ts +22 -0
  277. package/dist-types/lib/user-facing/components/slideout/index.d.ts +15 -0
  278. package/dist-types/lib/user-facing/components/slideout/props.d.ts +15 -0
  279. package/dist-types/lib/user-facing/components/stack/index.d.ts +60 -0
  280. package/dist-types/lib/user-facing/components/switch/constants.d.ts +3 -0
  281. package/dist-types/lib/user-facing/components/switch/index.d.ts +44 -0
  282. package/dist-types/lib/user-facing/components/switch/props.d.ts +45 -0
  283. package/dist-types/lib/user-facing/components/switch/switch-component.d.ts +4 -0
  284. package/dist-types/lib/user-facing/components/switch/types.d.ts +19 -0
  285. package/dist-types/lib/user-facing/components/table/column-properties-panel.d.ts +245 -0
  286. package/dist-types/lib/user-facing/components/table/components/autotooltip-component.d.ts +17 -0
  287. package/dist-types/lib/user-facing/components/table/components/boolean-value-icons.d.ts +16 -0
  288. package/dist-types/lib/user-facing/components/table/components/column-settings.d.ts +11 -0
  289. package/dist-types/lib/user-facing/components/table/components/edit-cell.d.ts +15 -0
  290. package/dist-types/lib/user-facing/components/table/components/edit-checkbox-cell.d.ts +11 -0
  291. package/dist-types/lib/user-facing/components/table/components/edit-date-cell.d.ts +12 -0
  292. package/dist-types/lib/user-facing/components/table/components/edit-input-cell.d.ts +14 -0
  293. package/dist-types/lib/user-facing/components/table/components/edit-multi-select-cell.d.ts +13 -0
  294. package/dist-types/lib/user-facing/components/table/components/edit-single-select-cell.d.ts +13 -0
  295. package/dist-types/lib/user-facing/components/table/components/edit-utils.d.ts +28 -0
  296. package/dist-types/lib/user-facing/components/table/components/editable-link-cell.d.ts +20 -0
  297. package/dist-types/lib/user-facing/components/table/components/filter-popover-content.d.ts +37 -0
  298. package/dist-types/lib/user-facing/components/table/components/popover-video.d.ts +5 -0
  299. package/dist-types/lib/user-facing/components/table/components/table-action-icon.d.ts +13 -0
  300. package/dist-types/lib/user-facing/components/table/components/table-column-header-button.d.ts +19 -0
  301. package/dist-types/lib/user-facing/components/table/components/table-data-download.d.ts +15 -0
  302. package/dist-types/lib/user-facing/components/table/components/table-footer.d.ts +40 -0
  303. package/dist-types/lib/user-facing/components/table/components/table-header.d.ts +62 -0
  304. package/dist-types/lib/user-facing/components/table/components/table-loading-state.d.ts +11 -0
  305. package/dist-types/lib/user-facing/components/table/components/table-pagination-input.d.ts +10 -0
  306. package/dist-types/lib/user-facing/components/table/components/table-pagination.d.ts +18 -0
  307. package/dist-types/lib/user-facing/components/table/components/table-row-context-menu.d.ts +17 -0
  308. package/dist-types/lib/user-facing/components/table/components/table-tag.d.ts +25 -0
  309. package/dist-types/lib/user-facing/components/table/constants.d.ts +111 -0
  310. package/dist-types/lib/user-facing/components/table/derived-properties.d.ts +20 -0
  311. package/dist-types/lib/user-facing/components/table/index.d.ts +338 -0
  312. package/dist-types/lib/user-facing/components/table/props.d.ts +342 -0
  313. package/dist-types/lib/user-facing/components/table/table-component.d.ts +100 -0
  314. package/dist-types/lib/user-facing/components/table/table-manager.d.ts +23 -0
  315. package/dist-types/lib/user-facing/components/table/table-styles.d.ts +78 -0
  316. package/dist-types/lib/user-facing/components/table/table-utilities.d.ts +147 -0
  317. package/dist-types/lib/user-facing/components/table/table-widget.d.ts +148 -0
  318. package/dist-types/lib/user-facing/components/table/types.d.ts +471 -0
  319. package/dist-types/lib/user-facing/components/table/use-sticky.d.ts +1 -0
  320. package/dist-types/lib/user-facing/components/table/utils.d.ts +2 -0
  321. package/dist-types/lib/user-facing/components/text/index.d.ts +51 -0
  322. package/dist-types/lib/user-facing/components/text/long-text-button.d.ts +8 -0
  323. package/dist-types/lib/user-facing/components/text/props.d.ts +60 -0
  324. package/dist-types/lib/user-facing/components/text/styles.d.ts +2 -0
  325. package/dist-types/lib/user-facing/components/text/utils.d.ts +25 -0
  326. package/dist-types/lib/user-facing/constants.d.ts +2 -0
  327. package/dist-types/lib/user-facing/entities/api/index.d.ts +14 -0
  328. package/dist-types/lib/user-facing/entities/api/props.d.ts +15 -0
  329. package/dist-types/lib/user-facing/entities/timer/index.d.ts +16 -0
  330. package/dist-types/lib/user-facing/entities/timer/props.d.ts +19 -0
  331. package/dist-types/lib/user-facing/entities/variable/index.d.ts +14 -0
  332. package/dist-types/lib/user-facing/entities/variable/props.d.ts +13 -0
  333. package/dist-types/lib/user-facing/global-functions.d.ts +23 -0
  334. package/dist-types/lib/user-facing/hooks/use-editor.d.ts +42 -0
  335. package/dist-types/lib/user-facing/hooks/use-update-properties.d.ts +1 -0
  336. package/dist-types/lib/user-facing/icons/constants.d.ts +8 -0
  337. package/dist-types/lib/user-facing/icons/encoded.d.ts +1 -0
  338. package/dist-types/lib/user-facing/icons/helpers.d.ts +21 -0
  339. package/dist-types/lib/user-facing/icons/index.d.ts +2 -0
  340. package/dist-types/lib/user-facing/internal-index.d.ts +4 -0
  341. package/dist-types/lib/user-facing/layers.d.ts +43 -0
  342. package/dist-types/lib/user-facing/properties-panel/constants.d.ts +1 -0
  343. package/dist-types/lib/user-facing/properties-panel/create-managed-props-list.d.ts +5 -0
  344. package/dist-types/lib/user-facing/properties-panel/mixins/appearance-properties.d.ts +21 -0
  345. package/dist-types/lib/user-facing/properties-panel/mixins/appearance.d.ts +12 -0
  346. package/dist-types/lib/user-facing/properties-panel/mixins/form-inputs-properties.d.ts +44 -0
  347. package/dist-types/lib/user-facing/properties-panel/mixins/layout-section.d.ts +114 -0
  348. package/dist-types/lib/user-facing/properties-panel/properties-panel-definition.d.ts +6 -0
  349. package/dist-types/lib/user-facing/properties-panel/props-builder.d.ts +253 -0
  350. package/dist-types/lib/user-facing/properties-panel/props-builder.test-d.d.ts +1 -0
  351. package/dist-types/lib/user-facing/properties-panel/props-panel-utils.d.ts +3 -0
  352. package/dist-types/lib/user-facing/properties-panel/validators.d.ts +33 -0
  353. package/dist-types/lib/user-facing/sb-event-flow.d.ts +52 -0
  354. package/dist-types/lib/user-facing/sb-provider.d.ts +12 -0
  355. package/dist-types/lib/user-facing/state/create-bindable-entity-proxy.d.ts +6 -0
  356. package/dist-types/lib/user-facing/state/create-scope.d.ts +6 -0
  357. package/dist-types/lib/user-facing/state/sb-computed.d.ts +2 -0
  358. package/dist-types/lib/user-facing/state/types.d.ts +17 -0
  359. package/dist-types/lib/user-facing/styling/color-utils.d.ts +13 -0
  360. package/dist-types/lib/user-facing/styling/colors.d.ts +67 -0
  361. package/dist-types/lib/user-facing/styling/style-as-class.d.ts +1 -0
  362. package/dist-types/lib/user-facing/styling/styles.d.ts +4 -0
  363. package/dist-types/lib/user-facing/styling/widget-label-styles.d.ts +11 -0
  364. package/dist-types/lib/user-facing/themes/classnames.d.ts +72 -0
  365. package/dist-types/lib/user-facing/themes/constants.d.ts +80 -0
  366. package/dist-types/lib/user-facing/themes/default-theme.d.ts +8 -0
  367. package/dist-types/lib/user-facing/themes/generate-border-css.d.ts +25 -0
  368. package/dist-types/lib/user-facing/themes/generate-border-styles.d.ts +15 -0
  369. package/dist-types/lib/user-facing/themes/generate-class-name.d.ts +2 -0
  370. package/dist-types/lib/user-facing/themes/generate-colors.d.ts +45 -0
  371. package/dist-types/lib/user-facing/themes/generate-theme.d.ts +3 -0
  372. package/dist-types/lib/user-facing/themes/generate-typographies.d.ts +5 -0
  373. package/dist-types/lib/user-facing/themes/generatedStyles/button-styles.d.ts +2 -0
  374. package/dist-types/lib/user-facing/themes/generatedStyles/container-styles.d.ts +2 -0
  375. package/dist-types/lib/user-facing/themes/generatedStyles/datepicker-styles.d.ts +2 -0
  376. package/dist-types/lib/user-facing/themes/generatedStyles/dropdown-styles.d.ts +2 -0
  377. package/dist-types/lib/user-facing/themes/generatedStyles/editor-styles.d.ts +2 -0
  378. package/dist-types/lib/user-facing/themes/generatedStyles/generate-component-styles.d.ts +16 -0
  379. package/dist-types/lib/user-facing/themes/generatedStyles/generate-padding-style.d.ts +19 -0
  380. package/dist-types/lib/user-facing/themes/generatedStyles/icon-styles.d.ts +2 -0
  381. package/dist-types/lib/user-facing/themes/generatedStyles/input-styles.d.ts +3 -0
  382. package/dist-types/lib/user-facing/themes/generatedStyles/paginator-styles.d.ts +2 -0
  383. package/dist-types/lib/user-facing/themes/generatedStyles/popper-styles.d.ts +2 -0
  384. package/dist-types/lib/user-facing/themes/generatedStyles/styles-utils.d.ts +1 -0
  385. package/dist-types/lib/user-facing/themes/generatedStyles/text-styles.d.ts +3 -0
  386. package/dist-types/lib/user-facing/themes/generatedStyles/theme-styles.d.ts +5 -0
  387. package/dist-types/lib/user-facing/themes/generatedStyles/utils.d.ts +23 -0
  388. package/dist-types/lib/user-facing/themes/index.d.ts +5 -0
  389. package/dist-types/lib/user-facing/themes/layers.d.ts +6 -0
  390. package/dist-types/lib/user-facing/themes/padding-constants.d.ts +10 -0
  391. package/dist-types/lib/user-facing/themes/typeface-constants.d.ts +3 -0
  392. package/dist-types/lib/user-facing/themes/typefaces/utils.d.ts +28 -0
  393. package/dist-types/lib/user-facing/themes/typeography/typography-utils.d.ts +33 -0
  394. package/dist-types/lib/user-facing/themes/typeography/use-typography-styling.d.ts +15 -0
  395. package/dist-types/lib/user-facing/themes/typography-constants.d.ts +34 -0
  396. package/dist-types/lib/user-facing/themes/utils.d.ts +16 -0
  397. package/dist-types/lib/user-facing/types.d.ts +22 -0
  398. package/dist-types/lib/user-facing/utils/form.d.ts +10 -0
  399. package/dist-types/lib/utils/clean-object.d.ts +5 -0
  400. package/dist-types/lib/utils/fast-clone.d.ts +1 -0
  401. package/dist-types/lib/utils/generate-id.d.ts +1 -0
  402. package/dist-types/lib/utils/is-user-on-mac.d.ts +1 -0
  403. package/dist-types/lib/utils/is-widget-grid.d.ts +2 -0
  404. package/dist-types/lib/utils/is-widget-vstack.d.ts +2 -0
  405. package/dist-types/lib/utils/shallow-equal.d.ts +1 -0
  406. package/dist-types/lib/utils/widget-wrapper-naming.d.ts +6 -0
  407. package/dist-types/main.d.ts +1 -0
  408. package/package.json +152 -0
package/LICENSE.txt ADDED
@@ -0,0 +1,87 @@
1
+ Superblocks Community Software License
2
+
3
+ This Superblocks Community License Agreement (the “Agreement”) sets forth the terms on which DayZero
4
+ Software, Inc. d/b/a Superblocks (“Superblocks”) makes available certain software made available by Superblocks
5
+ under this Agreement (the “Software”). BY INSTALLING, DOWNLOADING, ACCESSING, USING OR
6
+ DISTRIBUTING ANY OF THE SOFTWARE, YOU AGREE TO THE TERMS AND CONDITIONS OF THIS
7
+ AGREEMENT.IF YOU DO NOT AGREE TO SUCH TERMS AND CONDITIONS, YOU MUST NOT USE THE
8
+ SOFTWARE. IF YOU ARE RECEIVING THE SOFTWARE ON BEHALF OF A LEGAL ENTITY, YOU
9
+ REPRESENT AND WARRANT THAT YOU HAVE THE ACTUAL AUTHORITY TO AGREE TO THE
10
+ TERMS AND CONDITIONS OF THIS AGREEMENT ON BEHALF OF SUCH ENTITY. “Licensee” means you,
11
+ an individual, or the entity on whose behalf you are receiving the Software.
12
+
13
+ 1. LICENSE GRANT AND CONDITIONS.
14
+
15
+ 1.1 License. Subject to the terms and conditions of this Agreement, Superblocks hereby grants to Licensee a
16
+ non-exclusive, royalty-free, worldwide, non-transferable, non-sublicenseable license during the term of this
17
+ Agreement to: (a) use the Software; (b) prepare modifications and derivative works of the Software; (c)
18
+ distribute the Software (including without limitation in source code or object code form); and (d) reproduce
19
+ copies of the Software (the “License”). Licensee is not granted the right to, and Licensee shall not, exercise the
20
+ License for an Excluded Purpose. For purposes of this Agreement, “Excluded Purpose” means making
21
+ available any software-as-a-service, platform-as-a-service, infrastructure-as-a-service or other similar online
22
+ service that competes with Superblocks’ products or services.
23
+
24
+ 1.2 Conditions. In consideration of the License, Licensee’s distribution of the Software is subject to the
25
+ following conditions:
26
+
27
+ a. Licensee must cause any Software modified by Licensee to carry prominent notices stating that Licensee
28
+ modified the Software.
29
+ b. On each Software copy, Licensee shall reproduce and not remove or alter all Superblocks or third party
30
+ copyright or other proprietary notices contained in the Software, and Licensee must provide the notice
31
+ below with each copy.
32
+
33
+ “This software is made available by DayZero Software, Inc. d/b/a Superblocks, under the terms of the
34
+ Superblocks Community License Agreement. © 2022 DayZero Software, Inc.”
35
+
36
+ 1.3 Licensee Modifications. Licensee may add its own copyright notices to modifications made by Licensee
37
+ and may provide additional or different license terms and conditions for use, reproduction, or distribution of
38
+ Licensee’s modifications. While redistributing the Software or modifications thereof, Licensee may choose to
39
+ offer, for a fee or free of charge, support, warranty, indemnity, or other obligations. Licensee, and not
40
+ Superblocks, will be responsible for any such obligations.
41
+
42
+ 1.4 No Sublicensing. The License does not include the right to sublicense the Software, however, each recipient
43
+ to which Licensee provides the Software may exercise the Licenses so long as such recipient agrees to the terms
44
+ and conditions of this Agreement.
45
+
46
+ 2. TERM AND TERMINATION. This Agreement will continue unless and until earlier terminated as set forth
47
+ herein. If Licensee breaches any of its conditions or obligations under this Agreement, this Agreement will
48
+ terminate automatically and the License will terminate automatically and permanently.
49
+
50
+ 3. INTELLECTUAL PROPERTY. As between the parties, Superblocks will retain all right, title, and interest in
51
+ the Software, and all intellectual property rights therein. Superblocks hereby reserves all rights not expressly
52
+ granted to Licensee in this Agreement. Superblocks hereby reserves all rights in its trademarks and service
53
+ marks, and no licenses therein are granted in this Agreement.
54
+
55
+ 4. DISCLAIMER. SUPERBLOCKS HEREBY DISCLAIMS ANY AND ALL WARRANTIES AND
56
+ CONDITIONS, EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, AND SPECIFICALLY
57
+ DISCLAIMS ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
58
+ PURPOSE, WITH RESPECT TO THE SOFTWARE.
59
+
60
+ 5. LIMITATION OF LIABILITY. SUPERBLOCKS WILL NOT BE LIABLE FOR ANY DAMAGES OF
61
+ ANY KIND, INCLUDING BUT NOT LIMITED TO, LOST PROFITS OR ANY CONSEQUENTIAL,
62
+ SPECIAL, INCIDENTAL, INDIRECT, OR DIRECT DAMAGES, HOWEVER CAUSED AND ON ANY
63
+ THEORY OF LIABILITY, ARISING OUT OF THIS AGREEMENT. THE FOREGOING SHALL APPLY TO
64
+ THE EXTENT PERMITTED BY APPLICABLE LAW.
65
+
66
+ 6. GENERAL.
67
+
68
+ 6.1  Governing Law. This Agreement will be governed by and interpreted in accordance with the laws of the
69
+ state of California, without reference to its conflict of laws principles. If Licensee is located within the United
70
+ States, all disputes arising out of this Agreement are subject to the exclusive jurisdiction of courts located in San
71
+ Mateo County, California. USA. If Licensee is located outside of the United States, any dispute, controversy or
72
+ claim arising out of or relating to this Agreement will be referred to and finally determined by arbitration in
73
+ accordance with the JAMS International Arbitration Rules. The tribunal will consist of one neutral arbitrator.
74
+ The place of arbitration will be Palo Alto, California. The language to be used in the arbitral proceedings will be
75
+ English. Judgment upon the award rendered by the arbitrator may be entered in any court having jurisdiction
76
+ thereof.
77
+
78
+ 6.2.  Assignment. Licensee may not assign its rights under this Agreement to any third party. Superblocks may
79
+ freely assign its rights under this Agreement to any third party.
80
+
81
+ 6.3.  Other.  This Agreement is the entire agreement between the parties regarding the subject matter hereof.
82
+ No amendment or modification of this Agreement will be valid or binding upon the parties unless made in
83
+ writing and signed by the duly authorized representatives of both parties. In the event that any provision,
84
+ including without limitation any condition, of this Agreement is held to be unenforceable, this Agreement and
85
+ all licenses and rights granted hereunder will immediately terminate. Waiver by Superblocks of a breach of any
86
+ provision of this Agreement or the failure by Superblocks to exercise any right hereunder will not be construed
87
+ as a waiver of any subsequent breach of that right or as a waiver of any other right.
package/README.md ADDED
@@ -0,0 +1,108 @@
1
+ # Library
2
+
3
+ [Linear homepage](https://linear.app/superblocks/project/code-mode-11e3f2bd8edb/overview)
4
+
5
+ ## Getting started
6
+
7
+ The library is both the internal and external API for Code Mode. It is composed of three parts:
8
+
9
+ 1. `src/lib` - the core React library, with internal and external (user) APIs and widgets
10
+ 1. `src/shared` - shared types between lib, node, and external monorepo packages (editor, cli)
11
+ 1. `node` - the system level APIs for handling source rewriting, static analysis, etc. via a Vite plugin
12
+
13
+ ### Setup
14
+
15
+ You’ll need to get new secrets and run migrations (from root of the workspace):
16
+
17
+ ```
18
+ pnpm env:secrets:fetch
19
+ pnpm migration:run
20
+ ```
21
+
22
+ In addition, open the [code-mode-ee](https://github.com/superblocksteam/superblocks/tree/code-mode-ee) branch and find the most recent build-codesandbox task. Click on "Details":
23
+
24
+ ![](https://i.imgur.com/kcUdLkE.png)
25
+
26
+ And take the latest templateId from here, and copy it in to `server/.env`:
27
+
28
+ ![](https://i.imgur.com/tWNmucz.png)
29
+
30
+ For example, `SUPERBLOCKS_CODE_SANDBOX_TEMPLATE_ID=6f8q2z`
31
+
32
+ ---
33
+
34
+ Then there is a one time task to setup built assets (non-editor UI):
35
+
36
+ ```
37
+ cd packages/ui
38
+ npm run copy-built-assets
39
+ ```
40
+
41
+ You'll also want to ensure you've compiled the new CLI and library:
42
+
43
+ ```
44
+ pnpm --filter cli --filter library build
45
+ ```
46
+
47
+ ### Build
48
+
49
+ Build a copy of the library using `pnpm build` (from this folder) or `pnpm --filter library build` (from root of the workspace).
50
+
51
+ You will continue running `pnpm start:ui` and `pnpm start:server` as normal.
52
+
53
+ ### Running a code mode app (manually)
54
+
55
+ 1. [Optional] Ensure you've built the latest CLI (only needs to happen if you make changes to the CLI package)
56
+ a. `pnpm --filter cli build`
57
+ 1. Build this library as instructed above
58
+ 1. Run the CLI2 dev server
59
+ a. `pnpm dev`
60
+ 1. Go to [http://localhost:5173](http://localhost:5173)
61
+
62
+ If you make changes to the library, you need to rebuild, reinstall, and rerun the dev server.
63
+
64
+ ### Running a code mode app (automated)
65
+
66
+ A shortcut to above is to run `pnpm watch-lib-template` from the root of the workspace, which compiles the library and runs the dev server for `packages/demo-apps/code-demo-app`. This will also watch for changes in the `library` package and re-build, re-install, and re-run server for you.
67
+
68
+ ### Running a code mode app in editor
69
+
70
+ You'll start by going to the editor at [http://localhost:3000/?sb_ff_on=ui.code-mode.enabled](http://localhost:3000/?sb_ff_on=ui.code-mode.enabled) and creating a new application, because applications need to be code-mode enabled on create.
71
+
72
+ By default, when you visit the editor at [http://localhost:3000/?sb_ff_on=ui.code-mode.enabled](http://localhost:3000/?sb_ff_on=ui.code-mode.enabled) and select a code mode application to edit, it will load the remote CodeSandbox VM. To edit your local copy of a code mode app being run with the CLI2/`watch-lib-template`, you'll want to enable that via a query flag, `?sb_code_local=true`. So you can go to: [http://localhost:3000/code-mode/applications/edit/<app id>?sb_code_local=true&sb_ff_on=ui.code-mode.enabled](http://localhost:3000/code-mode/applications/edit/0edce541-c7bd-4862-8d16-d8bd80b23384?sb_code_local=true&sb_ff_on=ui.code-mode.enabled).
73
+
74
+ ## Development
75
+
76
+ As you work inside the library, its important to keep in mind that the library contains code for non-editor **and** editor features.
77
+
78
+ If you are working on runtime features (adding properties for widgets, adding new widgets, implementing widgets), you'll work directly with those widgets under `src/lib/user-facing`.
79
+
80
+ Editor features will typically live under `src/lib/internal-details`. Keep in mind that we do not want to expose editor features in deployed applications, so you have to ensure widget implementations do not contain editor-only features. This usually means that you'll working under `src/lib/internal-details/edit-wrapper.tsx`'s tree.
81
+
82
+ ### Local widget development
83
+
84
+ If you are just working on widgets implementations without needing to test editor features (for example, doing the initial migration of a widget), you can run the Vite dev server using `pnpm --filter library dev`. This will load the widgets under `src/internal-testing/widgets`. You can add your own widget modules that import from the library. See existing implementations for details on how to do so.
85
+
86
+ ## Architecture
87
+
88
+ ### Vite/CodeSandbox
89
+
90
+ The code under `library/` is a Vite library that builds the React framework (`src/lib`) and a Vite plugin (`node/`) used by the CLI2 dev server. The Vite plugin is responsible for handling things like source code updates from visual changes (drag & drop, editor property edits, etc) and static analysis that powers various editor features.
91
+
92
+ TODO
93
+
94
+ ### Scope
95
+
96
+ The Superblocks concept of scope has been implemented as a library feature. Visit [this doc](/packages/library/src/lib/user-facing/state-timers-apis.md) to familiarize yourself with scope and state work in our new framework.
97
+
98
+ ### Layouts
99
+
100
+ Layouts have also changed, so you can see the new details in the [layouts doc](/packages/library/src/lib/user-facing/layout.md).
101
+
102
+ ### Pages
103
+
104
+ TODO
105
+
106
+ ### Widgets & properties
107
+
108
+ TODO
@@ -0,0 +1,17 @@
1
+ import { I as IconSvgPaths16 } from "./index-BxzKdlqH.js";
2
+ import { I as IconSvgPaths20 } from "./index-DIn-fanT.js";
3
+ import { p as pascalCase, b as IconSize } from "./index-DBrh5TuF.js";
4
+ function getIconPaths(name, size) {
5
+ var key = pascalCase(name);
6
+ return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];
7
+ }
8
+ function iconNameToPathsRecordKey(name) {
9
+ return pascalCase(name);
10
+ }
11
+ export {
12
+ IconSvgPaths16,
13
+ IconSvgPaths20,
14
+ getIconPaths,
15
+ iconNameToPathsRecordKey
16
+ };
17
+ //# sourceMappingURL=allPaths-DyYm9YwR.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"allPaths-DyYm9YwR.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.20.0_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/allPaths.js"],"sourcesContent":["/*\n * Copyright 2021 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { pascalCase } from \"change-case\";\nimport * as IconSvgPaths16 from \"./generated/16px/paths\";\nimport * as IconSvgPaths20 from \"./generated/20px/paths\";\nimport { IconSize } from \"./iconTypes\";\nexport { IconSvgPaths16, IconSvgPaths20 };\n/**\n * Get the list of vector paths that define a given icon. These path strings are used to render `<path>`\n * elements inside an `<svg>` icon element. For full implementation details and nuances, see the icon component\n * handlebars template and `generate-icon-components` script in the __@blueprintjs/icons__ package.\n *\n * Note: this function loads all icon definitions __statically__, which means every icon is included in your\n * JS bundle. Only use this API if your app is likely to use all Blueprint icons at runtime. If you are looking for a\n * dynamic icon loader which loads icon definitions on-demand, use `{ Icons } from \"@blueprintjs/icons\"` instead.\n */\nexport function getIconPaths(name, size) {\n var key = pascalCase(name);\n return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];\n}\n/**\n * Type safe string literal conversion of snake-case icon names to PascalCase icon names.\n * This is useful for indexing into the SVG paths record to extract a single icon's SVG path definition.\n *\n * @deprecated use `getIconPaths` instead\n */\nexport function iconNameToPathsRecordKey(name) {\n return pascalCase(name);\n}\n//# sourceMappingURL=allPaths.js.map"],"names":[],"mappings":";;;AA6BO,SAAS,aAAa,MAAM,MAAM;AACrC,MAAI,MAAM,WAAW,IAAI;AACzB,SAAO,SAAS,SAAS,WAAW,eAAe,GAAG,IAAI,eAAe,GAAG;AAChF;AAOO,SAAS,yBAAyB,MAAM;AAC3C,SAAO,WAAW,IAAI;AAC1B;","x_google_ignoreList":[0]}
@@ -0,0 +1,17 @@
1
+ import { I as IconSvgPaths16 } from "./index-DIJYif9G.js";
2
+ import { I as IconSvgPaths20 } from "./index-LHtbj0-V.js";
3
+ import { p as pascalCase, I as IconSize } from "./index-DBrh5TuF.js";
4
+ function getIconPaths(name, size) {
5
+ var key = pascalCase(name);
6
+ return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];
7
+ }
8
+ function iconNameToPathsRecordKey(name) {
9
+ return pascalCase(name);
10
+ }
11
+ export {
12
+ IconSvgPaths16,
13
+ IconSvgPaths20,
14
+ getIconPaths,
15
+ iconNameToPathsRecordKey
16
+ };
17
+ //# sourceMappingURL=allPaths-KD515okF.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"allPaths-KD515okF.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.18.1_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/allPaths.js"],"sourcesContent":["/*\n * Copyright 2021 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { pascalCase } from \"change-case\";\nimport * as IconSvgPaths16 from \"./generated/16px/paths\";\nimport * as IconSvgPaths20 from \"./generated/20px/paths\";\nimport { IconSize } from \"./iconTypes\";\nexport { IconSvgPaths16, IconSvgPaths20 };\n/**\n * Get the list of vector paths that define a given icon. These path strings are used to render `<path>`\n * elements inside an `<svg>` icon element. For full implementation details and nuances, see the icon component\n * handlebars template and `generate-icon-components` script in the __@blueprintjs/icons__ package.\n *\n * Note: this function loads all icon definitions __statically__, which means every icon is included in your\n * JS bundle. Only use this API if your app is likely to use all Blueprint icons at runtime. If you are looking for a\n * dynamic icon loader which loads icon definitions on-demand, use `{ Icons } from \"@blueprintjs/icons\"` instead.\n */\nexport function getIconPaths(name, size) {\n var key = pascalCase(name);\n return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];\n}\n/**\n * Type safe string literal conversion of snake-case icon names to PascalCase icon names.\n * This is useful for indexing into the SVG paths record to extract a single icon's SVG path definition.\n *\n * @deprecated use `getIconPaths` instead\n */\nexport function iconNameToPathsRecordKey(name) {\n return pascalCase(name);\n}\n//# sourceMappingURL=allPaths.js.map"],"names":[],"mappings":";;;AA6BO,SAAS,aAAa,MAAM,MAAM;AACrC,MAAI,MAAM,WAAW,IAAI;AACzB,SAAO,SAAS,SAAS,WAAW,eAAe,GAAG,IAAI,eAAe,GAAG;AAChF;AAOO,SAAS,yBAAyB,MAAM;AAC3C,SAAO,WAAW,IAAI;AAC1B;","x_google_ignoreList":[0]}
@@ -0,0 +1,22 @@
1
+ import { _ as __awaiter, a as __generator } from "./index-DBrh5TuF.js";
2
+ var allPathsLoader = function(name, size) {
3
+ return __awaiter(void 0, void 0, void 0, function() {
4
+ var getIconPaths;
5
+ return __generator(this, function(_a) {
6
+ switch (_a.label) {
7
+ case 0:
8
+ return [4, import(
9
+ /* webpackChunkName: "blueprint-icons-all-paths" */
10
+ "./allPaths-DyYm9YwR.js"
11
+ )];
12
+ case 1:
13
+ getIconPaths = _a.sent().getIconPaths;
14
+ return [2, getIconPaths(name, size)];
15
+ }
16
+ });
17
+ });
18
+ };
19
+ export {
20
+ allPathsLoader
21
+ };
22
+ //# sourceMappingURL=allPathsLoader-ZiZSv3bC.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"allPathsLoader-ZiZSv3bC.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.20.0_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/paths-loaders/allPathsLoader.js"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { __awaiter, __generator } from \"tslib\";\n/**\n * A simple module loader which concatenates all icon paths into a single chunk.\n */\nexport var allPathsLoader = function (name, size) { return __awaiter(void 0, void 0, void 0, function () {\n var getIconPaths;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-all-paths\" */\n \"../allPaths\")];\n case 1:\n getIconPaths = (_a.sent()).getIconPaths;\n return [2 /*return*/, getIconPaths(name, size)];\n }\n });\n}); };\n//# sourceMappingURL=allPathsLoader.js.map"],"names":[],"mappings":";AAmBU,IAAC,iBAAiB,SAAU,MAAM,MAAM;AAAE,SAAO,UAAU,QAAQ,QAAQ,QAAQ,WAAY;AACrG,QAAI;AACJ,WAAO,YAAY,MAAM,SAAU,IAAI;AACnC,cAAQ,GAAG,OAAK;AAAA,QACZ,KAAK;AAAG,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEzB;AAAA,UAAa,CAAC;AAAA,QAClB,KAAK;AACD,yBAAgB,GAAG,KAAI,EAAI;AAC3B,iBAAO,CAAC,GAAc,aAAa,MAAM,IAAI,CAAC;AAAA,MAC9D;AAAA,IACA,CAAK;AAAA,EACL,CAAC;AAAE;","x_google_ignoreList":[0]}
@@ -0,0 +1,22 @@
1
+ import { _ as __awaiter, a as __generator } from "./index-DBrh5TuF.js";
2
+ var allPathsLoader = function(name, size) {
3
+ return __awaiter(void 0, void 0, void 0, function() {
4
+ var getIconPaths;
5
+ return __generator(this, function(_a) {
6
+ switch (_a.label) {
7
+ case 0:
8
+ return [4, import(
9
+ /* webpackChunkName: "blueprint-icons-all-paths" */
10
+ "./allPaths-KD515okF.js"
11
+ )];
12
+ case 1:
13
+ getIconPaths = _a.sent().getIconPaths;
14
+ return [2, getIconPaths(name, size)];
15
+ }
16
+ });
17
+ });
18
+ };
19
+ export {
20
+ allPathsLoader
21
+ };
22
+ //# sourceMappingURL=allPathsLoader-fVkkn-jB.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"allPathsLoader-fVkkn-jB.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.18.1_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/paths-loaders/allPathsLoader.js"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { __awaiter, __generator } from \"tslib\";\n/**\n * A simple module loader which concatenates all icon paths into a single chunk.\n */\nexport var allPathsLoader = function (name, size) { return __awaiter(void 0, void 0, void 0, function () {\n var getIconPaths;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-all-paths\" */\n \"../allPaths\")];\n case 1:\n getIconPaths = (_a.sent()).getIconPaths;\n return [2 /*return*/, getIconPaths(name, size)];\n }\n });\n}); };\n//# sourceMappingURL=allPathsLoader.js.map"],"names":[],"mappings":";AAmBU,IAAC,iBAAiB,SAAU,MAAM,MAAM;AAAE,SAAO,UAAU,QAAQ,QAAQ,QAAQ,WAAY;AACrG,QAAI;AACJ,WAAO,YAAY,MAAM,SAAU,IAAI;AACnC,cAAQ,GAAG,OAAK;AAAA,QACZ,KAAK;AAAG,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEzB;AAAA,UAAa,CAAC;AAAA,QAClB,KAAK;AACD,yBAAgB,GAAG,KAAI,EAAI;AAC3B,iBAAO,CAAC,GAAc,aAAa,MAAM,IAAI,CAAC;AAAA,MAC9D;AAAA,IACA,CAAK;AAAA,EACL,CAAC;AAAE;","x_google_ignoreList":[0]}
@@ -0,0 +1,40 @@
1
+ import * as React from "react";
2
+ const SvgPlus = (props) => /* @__PURE__ */ React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M2.5 8H13.5M8 2.5V13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }));
3
+ const SvgHide = (props) => /* @__PURE__ */ React.createElement("svg", { width: 16, height: 14, viewBox: "0 0 16 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", color: "#A4AAB7", ...props }, /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement("path", { d: "M2.00001 1L3.88386 2.88385M14 13L12.1162 11.1161M12.1162 11.1161C11.0861 11.8322 9.72533 12.3333 8.00001 12.3333C3.33334 12.3333 1.33334 8.66667 1.33334 7C1.33334 5.94952 2.12787 4.10451 3.88386 2.88385M12.1162 11.1161L9.41419 8.41418M3.88386 2.88385L6.58577 5.58576M6.58577 5.58576C6.22382 5.94769 5.99995 6.4477 5.99995 7C5.99995 8.10457 6.89538 9 7.99995 9C8.55225 9 9.05226 8.77613 9.41419 8.41418M6.58577 5.58576L9.41419 8.41418M13.6132 9.66667C13.6954 9.55607 13.7727 9.44476 13.845 9.33333C14.4034 8.47271 14.6667 7.60471 14.6667 7C14.6667 5.33333 12.6667 1.66667 8.00001 1.66667C7.26869 1.66667 6.60286 1.75671 5.99995 1.915C5.88664 1.94475 5.77556 1.97691 5.66668 2.01133", stroke: "currentColor", strokeWidth: 1.25, strokeLinecap: "round" })));
4
+ const SvgChevronDown = (props) => /* @__PURE__ */ React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M4 6L8 10L12 6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }));
5
+ const SvgCrossXs = (props) => /* @__PURE__ */ React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M5 5L8 8M8 8L11 5M8 8L11 11M8 8L5 11", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }));
6
+ const SvgClose = (props) => /* @__PURE__ */ React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M4 12L12 4M4 4L12 12", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }));
7
+ const SvgCheckmark = (props) => /* @__PURE__ */ React.createElement("svg", { width: 16, height: 16, viewBox: "2 2 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M5.33325 7.33333L7.33325 9.33333L11.3333 5.33333", stroke: "currentColor", strokeWidth: 1.25, strokeLinecap: "round", strokeLinejoin: "round" }));
8
+ const SvgEmptyCheckbox = (props) => /* @__PURE__ */ React.createElement("svg", { width: 14, height: 14, viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("rect", { x: 0.5, y: 0.5, width: 13, height: 13, rx: 2.5, fill: "white", stroke: "#C6CAD2" }));
9
+ const SvgMinus = (props) => /* @__PURE__ */ React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.70837 8C2.70837 7.65482 2.9882 7.375 3.33337 7.375H12.6667C13.0119 7.375 13.2917 7.65482 13.2917 8C13.2917 8.34518 13.0119 8.625 12.6667 8.625H3.33337C2.9882 8.625 2.70837 8.34518 2.70837 8Z" }));
10
+ const SvgCopy = (props) => /* @__PURE__ */ React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { opacity: 0.12, d: "M1.33325 5.59998C1.33325 4.10651 1.33325 3.35977 1.6239 2.78934C1.87956 2.28757 2.28751 1.87962 2.78928 1.62396C3.35971 1.33331 4.10645 1.33331 5.59992 1.33331H6.39992C7.89339 1.33331 8.64013 1.33331 9.21056 1.62396C9.71233 1.87962 10.1203 2.28757 10.3759 2.78934C10.6666 3.35977 10.6666 4.10651 10.6666 5.59998V6.39998C10.6666 7.89345 10.6666 8.64019 10.3759 9.21062C10.1203 9.71239 9.71233 10.1203 9.21056 10.376C8.64013 10.6666 7.89339 10.6666 6.39992 10.6666H5.59992C4.10645 10.6666 3.35971 10.6666 2.78928 10.376C2.28751 10.1203 1.87956 9.71239 1.6239 9.21062C1.33325 8.64019 1.33325 7.89345 1.33325 6.39998V5.59998Z" }), /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.60016 0.708374L5.57323 0.708374C4.84934 0.708368 4.26801 0.708364 3.79781 0.746781C3.31448 0.78627 2.89379 0.869445 2.50578 1.06714C1.88641 1.38273 1.38285 1.88629 1.06727 2.50566C0.869567 2.89366 0.786392 3.31436 0.746903 3.79769C0.708486 4.26789 0.70849 4.84922 0.708496 5.5731L0.708496 5.60004V6.40004L0.708496 6.42698C0.70849 7.15087 0.708486 7.73219 0.746903 8.2024C0.786392 8.68572 0.869567 9.10642 1.06727 9.49443C1.38285 10.1138 1.88641 10.6174 2.50578 10.9329C2.89379 11.1306 3.31448 11.2138 3.79781 11.2533C4.06407 11.2751 4.36597 11.2845 4.7092 11.2886C4.71074 11.6213 4.71561 11.9071 4.73108 12.1542C4.75426 12.5246 4.80296 12.85 4.91947 13.1595C5.25337 14.0467 5.95352 14.7468 6.84067 15.0807C7.15025 15.1972 7.47562 15.2459 7.846 15.2691C8.20693 15.2917 8.65011 15.2917 9.2019 15.2917H9.22238H10.4002H10.4271C11.151 15.2917 11.7323 15.2917 12.2025 15.2533C12.6858 15.2138 13.1065 15.1306 13.4945 14.9329C14.1139 14.6174 14.6175 14.1138 14.9331 13.4944C15.1308 13.1064 15.2139 12.6857 15.2534 12.2024C15.2918 11.7322 15.2918 11.1509 15.2918 10.427V10.4V9.22226V9.20178C15.2918 8.64999 15.2918 8.20681 15.2692 7.84588C15.2461 7.4755 15.1974 7.15012 15.0809 6.84055C14.747 5.9534 14.0468 5.25325 13.1597 4.91935C12.8501 4.80284 12.5247 4.75414 12.1543 4.73096C11.9072 4.71549 11.6215 4.71062 11.2887 4.70908C11.2846 4.36584 11.2752 4.06395 11.2534 3.79768C11.2139 3.31436 11.1308 2.89366 10.9331 2.50566C10.6175 1.88629 10.1139 1.38273 9.49455 1.06714C9.10654 0.869444 8.68584 0.78627 8.20252 0.746781C7.73231 0.708364 7.15099 0.708368 6.4271 0.708374L6.40016 0.708374H5.60016ZM11.2918 5.95914V6.40004V6.42699V6.427C11.2918 7.15088 11.2918 7.73219 11.2534 8.2024C11.2139 8.68572 11.1308 9.10642 10.9331 9.49443C10.6175 10.1138 10.1139 10.6174 9.49455 10.9329C9.10654 11.1306 8.68584 11.2138 8.20252 11.2533C7.73232 11.2917 7.151 11.2917 6.42713 11.2917H6.42712H6.40016H5.95926C5.96078 11.6099 5.96528 11.8627 5.97864 12.0761C5.99819 12.3884 6.03495 12.5747 6.08935 12.7192C6.29646 13.2695 6.73073 13.7037 7.28099 13.9108C7.42553 13.9653 7.61179 14.002 7.92409 14.0216C8.24137 14.0414 8.64541 14.0417 9.22238 14.0417H10.4002C11.1572 14.0417 11.6874 14.0412 12.1007 14.0075C12.5068 13.9743 12.7446 13.9121 12.9271 13.8192C13.3112 13.6234 13.6236 13.3111 13.8193 12.9269C13.9123 12.7445 13.9744 12.5066 14.0076 12.1006C14.0413 11.6873 14.0418 11.1571 14.0418 10.4V9.22226C14.0418 8.64529 14.0415 8.24125 14.0217 7.92396C14.0021 7.61167 13.9654 7.42541 13.911 7.28086C13.7039 6.7306 13.2696 6.29634 12.7193 6.08923C12.5748 6.03483 12.3885 5.99806 12.0762 5.97852C11.8628 5.96516 11.6101 5.96066 11.2918 5.95914ZM3.07327 2.1809C3.25569 2.08795 3.49358 2.0258 3.8996 1.99263C4.31291 1.95886 4.84311 1.95837 5.60016 1.95837H6.40016C7.15721 1.95837 7.68741 1.95886 8.10073 1.99263C8.50675 2.0258 8.74464 2.08795 8.92706 2.1809C9.31122 2.37664 9.62356 2.68898 9.8193 3.07314C9.91225 3.25557 9.9744 3.49345 10.0076 3.89947C10.0413 4.31279 10.0418 4.84299 10.0418 5.60004V6.40004C10.0418 7.15709 10.0413 7.68729 10.0076 8.10061C9.9744 8.50663 9.91225 8.74452 9.8193 8.92694C9.62356 9.3111 9.31122 9.62344 8.92706 9.81918C8.74464 9.91213 8.50675 9.97428 8.10073 10.0075C7.68741 10.0412 7.15721 10.0417 6.40016 10.0417H5.60016C4.84311 10.0417 4.31291 10.0412 3.8996 10.0075C3.49358 9.97428 3.25569 9.91213 3.07327 9.81918C2.6891 9.62344 2.37677 9.3111 2.18102 8.92694C2.08808 8.74452 2.02593 8.50663 1.99275 8.10061C1.95898 7.68729 1.9585 7.15709 1.9585 6.40004V5.60004C1.9585 4.84299 1.95898 4.31279 1.99275 3.89947C2.02593 3.49345 2.08808 3.25557 2.18102 3.07314C2.37677 2.68898 2.6891 2.37664 3.07327 2.1809Z" }));
11
+ const SvgExternalLink = (props) => /* @__PURE__ */ React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("rect", { opacity: 0.12, x: 2, y: 3, width: 11, height: 11, rx: 2 }), /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.375 1C11.375 0.654822 11.6548 0.375 12 0.375H15C15.3452 0.375 15.625 0.654822 15.625 1V4C15.625 4.34518 15.3452 4.625 15 4.625C14.6548 4.625 14.375 4.34518 14.375 4V2.50888L8.94194 7.94194C8.69786 8.18602 8.30214 8.18602 8.05806 7.94194C7.81398 7.69786 7.81398 7.30214 8.05806 7.05806L13.4911 1.625H12C11.6548 1.625 11.375 1.34518 11.375 1ZM5.17396 2.375L9 2.375C9.34518 2.375 9.625 2.65482 9.625 3C9.625 3.34518 9.34518 3.625 9 3.625H5.2C4.62963 3.625 4.23945 3.62549 3.9373 3.65017C3.64245 3.67426 3.48688 3.71825 3.37576 3.77487C3.11704 3.90669 2.90669 4.11704 2.77487 4.37576C2.71825 4.48688 2.67426 4.64245 2.65017 4.9373C2.62549 5.23945 2.625 5.62963 2.625 6.2V10.8C2.625 11.3704 2.62549 11.7606 2.65017 12.0627C2.67426 12.3576 2.71825 12.5131 2.77487 12.6242C2.90669 12.883 3.11704 13.0933 3.37576 13.2251C3.48688 13.2818 3.64245 13.3257 3.9373 13.3498C4.23945 13.3745 4.62963 13.375 5.2 13.375H9.8C10.3704 13.375 10.7606 13.3745 11.0627 13.3498C11.3576 13.3257 11.5131 13.2818 11.6242 13.2251C11.883 13.0933 12.0933 12.883 12.2251 12.6242C12.2818 12.5131 12.3257 12.3576 12.3498 12.0627C12.3745 11.7606 12.375 11.3704 12.375 10.8V8C12.375 7.65482 12.6548 7.375 13 7.375C13.3452 7.375 13.625 7.65482 13.625 8V10.8261C13.625 11.364 13.625 11.8054 13.5957 12.1645C13.5653 12.5366 13.5003 12.875 13.3389 13.1917C13.0872 13.6857 12.6857 14.0872 12.1917 14.3389C11.875 14.5003 11.5366 14.5653 11.1645 14.5957C10.8054 14.625 10.364 14.625 9.82606 14.625H5.17394C4.63602 14.625 4.19459 14.625 3.83551 14.5957C3.46335 14.5653 3.12498 14.5003 2.80828 14.3389C2.31435 14.0872 1.91278 13.6857 1.66111 13.1917C1.49974 12.875 1.43473 12.5366 1.40432 12.1645C1.37499 11.8054 1.37499 11.364 1.375 10.826V6.17396C1.37499 5.63603 1.37499 5.19459 1.40432 4.83551C1.43473 4.46335 1.49974 4.12498 1.66111 3.80827C1.91278 3.31435 2.31435 2.91278 2.80828 2.66111C3.12498 2.49974 3.46335 2.43473 3.83551 2.40432C4.19459 2.37499 4.63603 2.37499 5.17396 2.375Z" }));
12
+ const SvgPlay = (props) => /* @__PURE__ */ React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.0001 0.916664C4.9835 0.916664 0.916748 4.98341 0.916748 10C0.916748 15.0166 4.9835 19.0833 10.0001 19.0833C15.0167 19.0833 19.0834 15.0166 19.0834 10C19.0834 4.98341 15.0167 0.916664 10.0001 0.916664ZM7.50008 11.2799V8.72013C7.50008 7.77794 7.50008 7.30684 7.69728 7.04133C7.86917 6.80989 8.13258 6.6639 8.41995 6.64079C8.74962 6.61429 9.14911 6.86397 9.94808 7.36333L11.9959 8.6432L11.9959 8.6432C12.7157 9.09312 13.0757 9.31807 13.1991 9.60609C13.3069 9.85763 13.3069 10.1424 13.1991 10.3939C13.0757 10.6819 12.7157 10.9069 11.9959 11.3568L9.94808 12.6367C9.14911 13.136 8.74962 13.3857 8.41995 13.3592C8.13258 13.3361 7.86917 13.1901 7.69728 12.9587C7.50008 12.6931 7.50008 12.2221 7.50008 11.2799Z" }));
13
+ const SvgTrash = (props) => /* @__PURE__ */ React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { opacity: 0.12, d: "M12.5 12.5V3.5H3.5V12.5C3.5 13.3284 4.17157 14 5 14H11C11.8284 14 12.5 13.3284 12.5 12.5Z", fill: "#6C7689" }), /* @__PURE__ */ React.createElement("path", { d: "M13.5 3.5H12.5M2.5 3.5H5M12.5 3.5V12.5C12.5 13.3284 11.8284 14 11 14C9 14 7 14 5 14C4.17157 14 3.5 13.3284 3.5 12.5V3.5M12.5 3.5H11M5 3.5L6 1.5H10L11 3.5M5 3.5H11", stroke: "#6C7689", strokeLinecap: "round", strokeLinejoin: "round", style: {
14
+ fill: "none"
15
+ } }));
16
+ const SvgDownload = (props) => /* @__PURE__ */ React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M2.8 14.8C1.72396 14.188 1 13.0441 1 11.7339C1 10.0843 2.14779 8.69817 3.701 8.30558C3.70033 8.26857 3.7 8.23148 3.7 8.19432C3.7 4.77329 6.52061 2 10 2C12.9627 2 15.4478 4.01078 16.1205 6.72007C17.805 7.35964 19 8.96712 19 10.849C19 12.2966 18.293 13.5817 17.2 14.389M10 11V18M10 18L12.5 15.5M10 18L7.5 15.5", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }));
17
+ const SvgSort = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#D0D7DD", d: "M13.3359 7.99967L12.3959 7.05967L8.66927 10.7797V2.66634H7.33594L7.33594 10.7797L3.61594 7.05301L2.66927 7.99967L8.00261 13.333L13.3359 7.99967Z" }));
18
+ const SvgFilter = (props) => /* @__PURE__ */ React.createElement("svg", { width: 14, height: 13, viewBox: "0 0 14 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M1.63119 1H12.3687C12.4657 1.00003 12.5606 1.02827 12.6418 1.08127C12.723 1.13427 12.7871 1.20975 12.8261 1.29852C12.8652 1.38728 12.8776 1.48549 12.8619 1.58119C12.8461 1.67689 12.8029 1.76594 12.7374 1.8375L8.63119 6.35625C8.54573 6.44773 8.49873 6.56857 8.49994 6.69375V10.2312C8.5007 10.3143 8.48048 10.3963 8.44115 10.4695C8.40182 10.5427 8.34465 10.6048 8.27494 10.65L6.27494 11.9812C6.19992 12.0307 6.11297 12.059 6.02323 12.0631C5.9335 12.0673 5.84429 12.0473 5.76499 12.0051C5.68569 11.9629 5.61922 11.9001 5.57258 11.8233C5.52594 11.7465 5.50085 11.6586 5.49994 11.5688V6.69375C5.50114 6.56857 5.45415 6.44773 5.36869 6.35625L1.26244 1.8375C1.19697 1.76594 1.15373 1.67689 1.13798 1.58119C1.12224 1.48549 1.13466 1.38728 1.17374 1.29852C1.21282 1.20975 1.27688 1.13427 1.3581 1.08127C1.43932 1.02827 1.5342 1.00003 1.63119 1V1Z", stroke: "#6C7689", strokeWidth: 1.25, strokeLinecap: "round", strokeLinejoin: "round" }));
19
+ const SvgFreeze = (props) => /* @__PURE__ */ React.createElement("svg", { width: "24px", height: "24px", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.4939 20.5644C11.1821 20.8372 10.7083 20.8056 10.4356 20.4939L3.43557 12.4939C3.18814 12.2111 3.18814 11.7889 3.43557 11.5061L10.4356 3.50613C10.7083 3.1944 11.1822 3.16281 11.4939 3.43557C11.8056 3.70834 11.8372 4.18216 11.5644 4.49388L5.65283 11.25L20 11.25C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75L5.65283 12.75L11.5644 19.5061C11.8372 19.8179 11.8056 20.2917 11.4939 20.5644Z", fill: "currentColor" }));
20
+ const SvgEllipsis = (props) => /* @__PURE__ */ React.createElement("svg", { width: 12, height: 4, viewBox: "0 0 12 4", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M1.99996 0.666504C1.26663 0.666504 0.666626 1.2665 0.666626 1.99984C0.666626 2.73317 1.26663 3.33317 1.99996 3.33317C2.73329 3.33317 3.33329 2.73317 3.33329 1.99984C3.33329 1.2665 2.73329 0.666504 1.99996 0.666504Z" }), /* @__PURE__ */ React.createElement("path", { d: "M9.99996 0.666504C9.26663 0.666504 8.66663 1.2665 8.66663 1.99984C8.66663 2.73317 9.26663 3.33317 9.99996 3.33317C10.7333 3.33317 11.3333 2.73317 11.3333 1.99984C11.3333 1.2665 10.7333 0.666504 9.99996 0.666504Z" }), /* @__PURE__ */ React.createElement("path", { d: "M5.99996 0.666504C5.26663 0.666504 4.66663 1.2665 4.66663 1.99984C4.66663 2.73317 5.26663 3.33317 5.99996 3.33317C6.73329 3.33317 7.33329 2.73317 7.33329 1.99984C7.33329 1.2665 6.73329 0.666504 5.99996 0.666504Z" }));
21
+ export {
22
+ SvgPlus as S,
23
+ SvgHide as a,
24
+ SvgChevronDown as b,
25
+ SvgClose as c,
26
+ SvgEmptyCheckbox as d,
27
+ SvgMinus as e,
28
+ SvgCheckmark as f,
29
+ SvgCopy as g,
30
+ SvgExternalLink as h,
31
+ SvgPlay as i,
32
+ SvgDownload as j,
33
+ SvgTrash as k,
34
+ SvgFilter as l,
35
+ SvgFreeze as m,
36
+ SvgSort as n,
37
+ SvgEllipsis as o,
38
+ SvgCrossXs as p
39
+ };
40
+ //# sourceMappingURL=icons-BrNMuu_I.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons-BrNMuu_I.js","sources":["../src/lib/user-facing/assets/icons/plus.svg?react","../src/lib/user-facing/assets/icons/hide.svg?react","../src/lib/user-facing/assets/icons/chevron-down.svg?react","../src/lib/user-facing/assets/icons/cross-xs.svg?react","../src/lib/user-facing/assets/icons/close.svg?react","../src/lib/user-facing/assets/icons/checkmark.svg?react","../src/lib/user-facing/assets/icons/empty-checkbox.svg?react","../src/lib/user-facing/assets/icons/minus.svg?react","../src/lib/user-facing/assets/icons/copy.svg?react","../src/lib/user-facing/assets/icons/external-link.svg?react","../src/lib/user-facing/assets/icons/play.svg?react","../src/lib/user-facing/assets/icons/trash.svg?react","../src/lib/user-facing/assets/icons/download.svg?react","../src/lib/user-facing/assets/icons/sort.svg?react","../src/lib/user-facing/assets/icons/filter.svg?react","../src/lib/user-facing/assets/icons/freeze.svg?react","../src/lib/user-facing/assets/icons/ellipsis.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgPlus = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 16, viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M2.5 8H13.5M8 2.5V13.5\", stroke: \"currentColor\", strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nexport default SvgPlus;\n","import * as React from \"react\";\nconst SvgHide = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 14, viewBox: \"0 0 16 14\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", color: \"#A4AAB7\", ...props }, /* @__PURE__ */ React.createElement(\"g\", null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M2.00001 1L3.88386 2.88385M14 13L12.1162 11.1161M12.1162 11.1161C11.0861 11.8322 9.72533 12.3333 8.00001 12.3333C3.33334 12.3333 1.33334 8.66667 1.33334 7C1.33334 5.94952 2.12787 4.10451 3.88386 2.88385M12.1162 11.1161L9.41419 8.41418M3.88386 2.88385L6.58577 5.58576M6.58577 5.58576C6.22382 5.94769 5.99995 6.4477 5.99995 7C5.99995 8.10457 6.89538 9 7.99995 9C8.55225 9 9.05226 8.77613 9.41419 8.41418M6.58577 5.58576L9.41419 8.41418M13.6132 9.66667C13.6954 9.55607 13.7727 9.44476 13.845 9.33333C14.4034 8.47271 14.6667 7.60471 14.6667 7C14.6667 5.33333 12.6667 1.66667 8.00001 1.66667C7.26869 1.66667 6.60286 1.75671 5.99995 1.915C5.88664 1.94475 5.77556 1.97691 5.66668 2.01133\", stroke: \"currentColor\", strokeWidth: 1.25, strokeLinecap: \"round\" })));\nexport default SvgHide;\n","import * as React from \"react\";\nconst SvgChevronDown = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 16, viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M4 6L8 10L12 6\", stroke: \"currentColor\", strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nexport default SvgChevronDown;\n","import * as React from \"react\";\nconst SvgCrossXs = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 16, viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M5 5L8 8M8 8L11 5M8 8L11 11M8 8L5 11\", stroke: \"currentColor\", strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nexport default SvgCrossXs;\n","import * as React from \"react\";\nconst SvgClose = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 16, viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M4 12L12 4M4 4L12 12\", stroke: \"currentColor\", strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nexport default SvgClose;\n","import * as React from \"react\";\nconst SvgCheckmark = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 16, viewBox: \"2 2 12 12\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M5.33325 7.33333L7.33325 9.33333L11.3333 5.33333\", stroke: \"currentColor\", strokeWidth: 1.25, strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nexport default SvgCheckmark;\n","import * as React from \"react\";\nconst SvgEmptyCheckbox = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 14, height: 14, viewBox: \"0 0 14 14\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"rect\", { x: 0.5, y: 0.5, width: 13, height: 13, rx: 2.5, fill: \"white\", stroke: \"#C6CAD2\" }));\nexport default SvgEmptyCheckbox;\n","import * as React from \"react\";\nconst SvgMinus = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 16, viewBox: \"0 0 16 16\", fill: \"currentColor\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M2.70837 8C2.70837 7.65482 2.9882 7.375 3.33337 7.375H12.6667C13.0119 7.375 13.2917 7.65482 13.2917 8C13.2917 8.34518 13.0119 8.625 12.6667 8.625H3.33337C2.9882 8.625 2.70837 8.34518 2.70837 8Z\" }));\nexport default SvgMinus;\n","import * as React from \"react\";\nconst SvgCopy = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 16, viewBox: \"0 0 16 16\", fill: \"currentColor\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { opacity: 0.12, d: \"M1.33325 5.59998C1.33325 4.10651 1.33325 3.35977 1.6239 2.78934C1.87956 2.28757 2.28751 1.87962 2.78928 1.62396C3.35971 1.33331 4.10645 1.33331 5.59992 1.33331H6.39992C7.89339 1.33331 8.64013 1.33331 9.21056 1.62396C9.71233 1.87962 10.1203 2.28757 10.3759 2.78934C10.6666 3.35977 10.6666 4.10651 10.6666 5.59998V6.39998C10.6666 7.89345 10.6666 8.64019 10.3759 9.21062C10.1203 9.71239 9.71233 10.1203 9.21056 10.376C8.64013 10.6666 7.89339 10.6666 6.39992 10.6666H5.59992C4.10645 10.6666 3.35971 10.6666 2.78928 10.376C2.28751 10.1203 1.87956 9.71239 1.6239 9.21062C1.33325 8.64019 1.33325 7.89345 1.33325 6.39998V5.59998Z\" }), /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M5.60016 0.708374L5.57323 0.708374C4.84934 0.708368 4.26801 0.708364 3.79781 0.746781C3.31448 0.78627 2.89379 0.869445 2.50578 1.06714C1.88641 1.38273 1.38285 1.88629 1.06727 2.50566C0.869567 2.89366 0.786392 3.31436 0.746903 3.79769C0.708486 4.26789 0.70849 4.84922 0.708496 5.5731L0.708496 5.60004V6.40004L0.708496 6.42698C0.70849 7.15087 0.708486 7.73219 0.746903 8.2024C0.786392 8.68572 0.869567 9.10642 1.06727 9.49443C1.38285 10.1138 1.88641 10.6174 2.50578 10.9329C2.89379 11.1306 3.31448 11.2138 3.79781 11.2533C4.06407 11.2751 4.36597 11.2845 4.7092 11.2886C4.71074 11.6213 4.71561 11.9071 4.73108 12.1542C4.75426 12.5246 4.80296 12.85 4.91947 13.1595C5.25337 14.0467 5.95352 14.7468 6.84067 15.0807C7.15025 15.1972 7.47562 15.2459 7.846 15.2691C8.20693 15.2917 8.65011 15.2917 9.2019 15.2917H9.22238H10.4002H10.4271C11.151 15.2917 11.7323 15.2917 12.2025 15.2533C12.6858 15.2138 13.1065 15.1306 13.4945 14.9329C14.1139 14.6174 14.6175 14.1138 14.9331 13.4944C15.1308 13.1064 15.2139 12.6857 15.2534 12.2024C15.2918 11.7322 15.2918 11.1509 15.2918 10.427V10.4V9.22226V9.20178C15.2918 8.64999 15.2918 8.20681 15.2692 7.84588C15.2461 7.4755 15.1974 7.15012 15.0809 6.84055C14.747 5.9534 14.0468 5.25325 13.1597 4.91935C12.8501 4.80284 12.5247 4.75414 12.1543 4.73096C11.9072 4.71549 11.6215 4.71062 11.2887 4.70908C11.2846 4.36584 11.2752 4.06395 11.2534 3.79768C11.2139 3.31436 11.1308 2.89366 10.9331 2.50566C10.6175 1.88629 10.1139 1.38273 9.49455 1.06714C9.10654 0.869444 8.68584 0.78627 8.20252 0.746781C7.73231 0.708364 7.15099 0.708368 6.4271 0.708374L6.40016 0.708374H5.60016ZM11.2918 5.95914V6.40004V6.42699V6.427C11.2918 7.15088 11.2918 7.73219 11.2534 8.2024C11.2139 8.68572 11.1308 9.10642 10.9331 9.49443C10.6175 10.1138 10.1139 10.6174 9.49455 10.9329C9.10654 11.1306 8.68584 11.2138 8.20252 11.2533C7.73232 11.2917 7.151 11.2917 6.42713 11.2917H6.42712H6.40016H5.95926C5.96078 11.6099 5.96528 11.8627 5.97864 12.0761C5.99819 12.3884 6.03495 12.5747 6.08935 12.7192C6.29646 13.2695 6.73073 13.7037 7.28099 13.9108C7.42553 13.9653 7.61179 14.002 7.92409 14.0216C8.24137 14.0414 8.64541 14.0417 9.22238 14.0417H10.4002C11.1572 14.0417 11.6874 14.0412 12.1007 14.0075C12.5068 13.9743 12.7446 13.9121 12.9271 13.8192C13.3112 13.6234 13.6236 13.3111 13.8193 12.9269C13.9123 12.7445 13.9744 12.5066 14.0076 12.1006C14.0413 11.6873 14.0418 11.1571 14.0418 10.4V9.22226C14.0418 8.64529 14.0415 8.24125 14.0217 7.92396C14.0021 7.61167 13.9654 7.42541 13.911 7.28086C13.7039 6.7306 13.2696 6.29634 12.7193 6.08923C12.5748 6.03483 12.3885 5.99806 12.0762 5.97852C11.8628 5.96516 11.6101 5.96066 11.2918 5.95914ZM3.07327 2.1809C3.25569 2.08795 3.49358 2.0258 3.8996 1.99263C4.31291 1.95886 4.84311 1.95837 5.60016 1.95837H6.40016C7.15721 1.95837 7.68741 1.95886 8.10073 1.99263C8.50675 2.0258 8.74464 2.08795 8.92706 2.1809C9.31122 2.37664 9.62356 2.68898 9.8193 3.07314C9.91225 3.25557 9.9744 3.49345 10.0076 3.89947C10.0413 4.31279 10.0418 4.84299 10.0418 5.60004V6.40004C10.0418 7.15709 10.0413 7.68729 10.0076 8.10061C9.9744 8.50663 9.91225 8.74452 9.8193 8.92694C9.62356 9.3111 9.31122 9.62344 8.92706 9.81918C8.74464 9.91213 8.50675 9.97428 8.10073 10.0075C7.68741 10.0412 7.15721 10.0417 6.40016 10.0417H5.60016C4.84311 10.0417 4.31291 10.0412 3.8996 10.0075C3.49358 9.97428 3.25569 9.91213 3.07327 9.81918C2.6891 9.62344 2.37677 9.3111 2.18102 8.92694C2.08808 8.74452 2.02593 8.50663 1.99275 8.10061C1.95898 7.68729 1.9585 7.15709 1.9585 6.40004V5.60004C1.9585 4.84299 1.95898 4.31279 1.99275 3.89947C2.02593 3.49345 2.08808 3.25557 2.18102 3.07314C2.37677 2.68898 2.6891 2.37664 3.07327 2.1809Z\" }));\nexport default SvgCopy;\n","import * as React from \"react\";\nconst SvgExternalLink = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 16, viewBox: \"0 0 16 16\", fill: \"currentColor\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"rect\", { opacity: 0.12, x: 2, y: 3, width: 11, height: 11, rx: 2 }), /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11.375 1C11.375 0.654822 11.6548 0.375 12 0.375H15C15.3452 0.375 15.625 0.654822 15.625 1V4C15.625 4.34518 15.3452 4.625 15 4.625C14.6548 4.625 14.375 4.34518 14.375 4V2.50888L8.94194 7.94194C8.69786 8.18602 8.30214 8.18602 8.05806 7.94194C7.81398 7.69786 7.81398 7.30214 8.05806 7.05806L13.4911 1.625H12C11.6548 1.625 11.375 1.34518 11.375 1ZM5.17396 2.375L9 2.375C9.34518 2.375 9.625 2.65482 9.625 3C9.625 3.34518 9.34518 3.625 9 3.625H5.2C4.62963 3.625 4.23945 3.62549 3.9373 3.65017C3.64245 3.67426 3.48688 3.71825 3.37576 3.77487C3.11704 3.90669 2.90669 4.11704 2.77487 4.37576C2.71825 4.48688 2.67426 4.64245 2.65017 4.9373C2.62549 5.23945 2.625 5.62963 2.625 6.2V10.8C2.625 11.3704 2.62549 11.7606 2.65017 12.0627C2.67426 12.3576 2.71825 12.5131 2.77487 12.6242C2.90669 12.883 3.11704 13.0933 3.37576 13.2251C3.48688 13.2818 3.64245 13.3257 3.9373 13.3498C4.23945 13.3745 4.62963 13.375 5.2 13.375H9.8C10.3704 13.375 10.7606 13.3745 11.0627 13.3498C11.3576 13.3257 11.5131 13.2818 11.6242 13.2251C11.883 13.0933 12.0933 12.883 12.2251 12.6242C12.2818 12.5131 12.3257 12.3576 12.3498 12.0627C12.3745 11.7606 12.375 11.3704 12.375 10.8V8C12.375 7.65482 12.6548 7.375 13 7.375C13.3452 7.375 13.625 7.65482 13.625 8V10.8261C13.625 11.364 13.625 11.8054 13.5957 12.1645C13.5653 12.5366 13.5003 12.875 13.3389 13.1917C13.0872 13.6857 12.6857 14.0872 12.1917 14.3389C11.875 14.5003 11.5366 14.5653 11.1645 14.5957C10.8054 14.625 10.364 14.625 9.82606 14.625H5.17394C4.63602 14.625 4.19459 14.625 3.83551 14.5957C3.46335 14.5653 3.12498 14.5003 2.80828 14.3389C2.31435 14.0872 1.91278 13.6857 1.66111 13.1917C1.49974 12.875 1.43473 12.5366 1.40432 12.1645C1.37499 11.8054 1.37499 11.364 1.375 10.826V6.17396C1.37499 5.63603 1.37499 5.19459 1.40432 4.83551C1.43473 4.46335 1.49974 4.12498 1.66111 3.80827C1.91278 3.31435 2.31435 2.91278 2.80828 2.66111C3.12498 2.49974 3.46335 2.43473 3.83551 2.40432C4.19459 2.37499 4.63603 2.37499 5.17396 2.375Z\" }));\nexport default SvgExternalLink;\n","import * as React from \"react\";\nconst SvgPlay = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 20, height: 20, viewBox: \"0 0 20 20\", fill: \"currentColor\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M10.0001 0.916664C4.9835 0.916664 0.916748 4.98341 0.916748 10C0.916748 15.0166 4.9835 19.0833 10.0001 19.0833C15.0167 19.0833 19.0834 15.0166 19.0834 10C19.0834 4.98341 15.0167 0.916664 10.0001 0.916664ZM7.50008 11.2799V8.72013C7.50008 7.77794 7.50008 7.30684 7.69728 7.04133C7.86917 6.80989 8.13258 6.6639 8.41995 6.64079C8.74962 6.61429 9.14911 6.86397 9.94808 7.36333L11.9959 8.6432L11.9959 8.6432C12.7157 9.09312 13.0757 9.31807 13.1991 9.60609C13.3069 9.85763 13.3069 10.1424 13.1991 10.3939C13.0757 10.6819 12.7157 10.9069 11.9959 11.3568L9.94808 12.6367C9.14911 13.136 8.74962 13.3857 8.41995 13.3592C8.13258 13.3361 7.86917 13.1901 7.69728 12.9587C7.50008 12.6931 7.50008 12.2221 7.50008 11.2799Z\" }));\nexport default SvgPlay;\n","import * as React from \"react\";\nconst SvgTrash = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 16, height: 16, viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { opacity: 0.12, d: \"M12.5 12.5V3.5H3.5V12.5C3.5 13.3284 4.17157 14 5 14H11C11.8284 14 12.5 13.3284 12.5 12.5Z\", fill: \"#6C7689\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M13.5 3.5H12.5M2.5 3.5H5M12.5 3.5V12.5C12.5 13.3284 11.8284 14 11 14C9 14 7 14 5 14C4.17157 14 3.5 13.3284 3.5 12.5V3.5M12.5 3.5H11M5 3.5L6 1.5H10L11 3.5M5 3.5H11\", stroke: \"#6C7689\", strokeLinecap: \"round\", strokeLinejoin: \"round\", style: {\n fill: \"none\"\n} }));\nexport default SvgTrash;\n","import * as React from \"react\";\nconst SvgDownload = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 20, height: 20, viewBox: \"0 0 20 20\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M2.8 14.8C1.72396 14.188 1 13.0441 1 11.7339C1 10.0843 2.14779 8.69817 3.701 8.30558C3.70033 8.26857 3.7 8.23148 3.7 8.19432C3.7 4.77329 6.52061 2 10 2C12.9627 2 15.4478 4.01078 16.1205 6.72007C17.805 7.35964 19 8.96712 19 10.849C19 12.2966 18.293 13.5817 17.2 14.389M10 11V18M10 18L12.5 15.5M10 18L7.5 15.5\", stroke: \"currentColor\", strokeWidth: 1.5, strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nexport default SvgDownload;\n","import * as React from \"react\";\nconst SvgSort = (props) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", width: 16, height: 16, fill: \"none\", viewBox: \"0 0 16 16\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { fill: \"#D0D7DD\", d: \"M13.3359 7.99967L12.3959 7.05967L8.66927 10.7797V2.66634H7.33594L7.33594 10.7797L3.61594 7.05301L2.66927 7.99967L8.00261 13.333L13.3359 7.99967Z\" }));\nexport default SvgSort;\n","import * as React from \"react\";\nconst SvgFilter = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 14, height: 13, viewBox: \"0 0 14 13\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M1.63119 1H12.3687C12.4657 1.00003 12.5606 1.02827 12.6418 1.08127C12.723 1.13427 12.7871 1.20975 12.8261 1.29852C12.8652 1.38728 12.8776 1.48549 12.8619 1.58119C12.8461 1.67689 12.8029 1.76594 12.7374 1.8375L8.63119 6.35625C8.54573 6.44773 8.49873 6.56857 8.49994 6.69375V10.2312C8.5007 10.3143 8.48048 10.3963 8.44115 10.4695C8.40182 10.5427 8.34465 10.6048 8.27494 10.65L6.27494 11.9812C6.19992 12.0307 6.11297 12.059 6.02323 12.0631C5.9335 12.0673 5.84429 12.0473 5.76499 12.0051C5.68569 11.9629 5.61922 11.9001 5.57258 11.8233C5.52594 11.7465 5.50085 11.6586 5.49994 11.5688V6.69375C5.50114 6.56857 5.45415 6.44773 5.36869 6.35625L1.26244 1.8375C1.19697 1.76594 1.15373 1.67689 1.13798 1.58119C1.12224 1.48549 1.13466 1.38728 1.17374 1.29852C1.21282 1.20975 1.27688 1.13427 1.3581 1.08127C1.43932 1.02827 1.5342 1.00003 1.63119 1V1Z\", stroke: \"#6C7689\", strokeWidth: 1.25, strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nexport default SvgFilter;\n","import * as React from \"react\";\nconst SvgFreeze = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: \"24px\", height: \"24px\", viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11.4939 20.5644C11.1821 20.8372 10.7083 20.8056 10.4356 20.4939L3.43557 12.4939C3.18814 12.2111 3.18814 11.7889 3.43557 11.5061L10.4356 3.50613C10.7083 3.1944 11.1822 3.16281 11.4939 3.43557C11.8056 3.70834 11.8372 4.18216 11.5644 4.49388L5.65283 11.25L20 11.25C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75L5.65283 12.75L11.5644 19.5061C11.8372 19.8179 11.8056 20.2917 11.4939 20.5644Z\", fill: \"currentColor\" }));\nexport default SvgFreeze;\n","import * as React from \"react\";\nconst SvgEllipsis = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 12, height: 4, viewBox: \"0 0 12 4\", fill: \"currentColor\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M1.99996 0.666504C1.26663 0.666504 0.666626 1.2665 0.666626 1.99984C0.666626 2.73317 1.26663 3.33317 1.99996 3.33317C2.73329 3.33317 3.33329 2.73317 3.33329 1.99984C3.33329 1.2665 2.73329 0.666504 1.99996 0.666504Z\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M9.99996 0.666504C9.26663 0.666504 8.66663 1.2665 8.66663 1.99984C8.66663 2.73317 9.26663 3.33317 9.99996 3.33317C10.7333 3.33317 11.3333 2.73317 11.3333 1.99984C11.3333 1.2665 10.7333 0.666504 9.99996 0.666504Z\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M5.99996 0.666504C5.26663 0.666504 4.66663 1.2665 4.66663 1.99984C4.66663 2.73317 5.26663 3.33317 5.99996 3.33317C6.73329 3.33317 7.33329 2.73317 7.33329 1.99984C7.33329 1.2665 6.73329 0.666504 5.99996 0.666504Z\" }));\nexport default SvgEllipsis;\n"],"names":[],"mappings":";AACK,MAAC,UAAU,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,GAAG,0BAA0B,QAAQ,gBAAgB,eAAe,SAAS,gBAAgB,QAAO,CAAE,CAAC;ACApU,MAAC,UAAU,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,OAAO,WAAW,GAAG,MAAO,GAAkB,sBAAM,cAAc,KAAK,MAAsB,sBAAM,cAAc,QAAQ,EAAE,GAAG,4qBAA4qB,QAAQ,gBAAgB,aAAa,MAAM,eAAe,QAAO,CAAE,CAAC,CAAC;ACAlhC,MAAC,iBAAiB,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,GAAG,kBAAkB,QAAQ,gBAAgB,eAAe,SAAS,gBAAgB,QAAO,CAAE,CAAC;ACAnU,MAAC,aAAa,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,GAAG,wCAAwC,QAAQ,gBAAgB,eAAe,SAAS,gBAAgB,QAAO,CAAE,CAAC;ACArV,MAAC,WAAW,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,GAAG,wBAAwB,QAAQ,gBAAgB,eAAe,SAAS,gBAAgB,QAAO,CAAE,CAAC;ACAnU,MAAC,eAAe,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,GAAG,oDAAoD,QAAQ,gBAAgB,aAAa,MAAM,eAAe,SAAS,gBAAgB,SAAS,CAAC;ACAtX,MAAC,mBAAmB,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,GAAG,KAAK,GAAG,KAAK,OAAO,IAAI,QAAQ,IAAI,IAAI,KAAK,MAAM,SAAS,QAAQ,WAAW,CAAC;ACAzT,MAAC,WAAW,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,gBAAgB,OAAO,8BAA8B,GAAG,MAAO,GAAkB,sBAAM,cAAc,QAAQ,EAAE,UAAU,WAAW,UAAU,WAAW,GAAG,oMAAmM,CAAE,CAAC;ACAzd,MAAC,UAAU,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,gBAAgB,OAAO,8BAA8B,GAAG,MAAO,GAAkB,sBAAM,cAAc,QAAQ,EAAE,SAAS,MAAM,GAAG,gnBAAinB,CAAA,GAAmB,sBAAM,cAAc,QAAQ,EAAE,UAAU,WAAW,UAAU,WAAW,GAAG,giHAAgiH,CAAC;ACAv+I,MAAC,kBAAkB,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,gBAAgB,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,SAAS,MAAM,GAAG,GAAG,GAAG,GAAG,OAAO,IAAI,QAAQ,IAAI,IAAI,EAAC,CAAE,GAAmB,sBAAM,cAAc,QAAQ,EAAE,UAAU,WAAW,UAAU,WAAW,GAAG,85DAA85D,CAAC;ACAnyE,MAAC,UAAU,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,gBAAgB,OAAO,8BAA8B,GAAG,MAAO,GAAkB,sBAAM,cAAc,QAAQ,EAAE,UAAU,WAAW,UAAU,WAAW,GAAG,osBAAmsB,CAAE,CAAC;ACAx9B,MAAC,WAAW,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,SAAyB,sBAAM,cAAc,QAAQ,EAAE,SAAS,MAAM,GAAG,6FAA6F,MAAM,UAAS,CAAE,GAAmB,sBAAM,cAAc,QAAQ,EAAE,GAAG,sKAAsK,QAAQ,WAAW,eAAe,SAAS,gBAAgB,SAAS,OAAO;AAAA,EACtoB,MAAM;AACR,GAAG,CAAC;ACFC,MAAC,cAAc,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,GAAG,uTAAuT,QAAQ,gBAAgB,aAAa,KAAK,eAAe,SAAS,gBAAgB,SAAS,CAAC;ACAvnB,MAAC,UAAU,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,8BAA8B,OAAO,IAAI,QAAQ,IAAI,MAAM,QAAQ,SAAS,aAAa,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,MAAM,WAAW,GAAG,mJAAkJ,CAAE,CAAC;ACAtY,MAAC,YAAY,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,GAAG,y0BAAy0B,QAAQ,WAAW,aAAa,MAAM,eAAe,SAAS,gBAAgB,SAAS,CAAC;ACAnoC,MAAC,YAAY,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,QAAQ,QAAQ,QAAQ,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAG,MAAK,GAAoB,sBAAM,cAAc,QAAQ,EAAE,UAAU,WAAW,UAAU,WAAW,GAAG,maAAma,MAAM,eAAc,CAAE,CAAC;ACA9sB,MAAC,cAAc,CAAC,UAA0B,sBAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,GAAG,SAAS,YAAY,MAAM,gBAAgB,OAAO,8BAA8B,GAAG,MAAO,GAAkB,sBAAM,cAAc,QAAQ,EAAE,GAAG,yNAAwN,CAAE,GAAmB,sBAAM,cAAc,QAAQ,EAAE,GAAG,sNAAqN,CAAE,GAAmB,sBAAM,cAAc,QAAQ,EAAE,GAAG,uNAAuN,CAAC;"}