@neo4j-ndl/react 4.0.0-alpha.0.c084490 → 4.0.0

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 (3383) hide show
  1. package/lib/cjs/_common/CodeBlockWrapper.js +27 -27
  2. package/lib/cjs/_common/CodeBlockWrapper.js.map +1 -1
  3. package/lib/cjs/_common/index.js +23 -0
  4. package/lib/cjs/_common/index.js.map +1 -0
  5. package/lib/cjs/_common/use-semi-controlled-input.js +46 -0
  6. package/lib/cjs/_common/use-semi-controlled-input.js.map +1 -0
  7. package/lib/cjs/_common/use-semi-controlled-state.js +13 -16
  8. package/lib/cjs/_common/use-semi-controlled-state.js.map +1 -1
  9. package/lib/cjs/_common/utils.js +26 -1
  10. package/lib/cjs/_common/utils.js.map +1 -1
  11. package/lib/cjs/accordion/Accordion.js +29 -27
  12. package/lib/cjs/accordion/Accordion.js.map +1 -1
  13. package/lib/cjs/accordion/stories/index.js +7 -6
  14. package/lib/cjs/accordion/stories/index.js.map +1 -1
  15. package/lib/cjs/ai/index.js +26 -0
  16. package/lib/cjs/ai/index.js.map +1 -0
  17. package/lib/cjs/ai/presence/Presence.js +53 -0
  18. package/lib/cjs/ai/presence/Presence.js.map +1 -0
  19. package/lib/cjs/ai/presence/index.js +38 -0
  20. package/lib/cjs/ai/presence/index.js.map +1 -0
  21. package/lib/cjs/ai/presence/stories/ai-presence-default.story.js +33 -0
  22. package/lib/cjs/ai/presence/stories/ai-presence-default.story.js.map +1 -0
  23. package/lib/cjs/ai/presence/stories/ai-presence-thinking.story.js +31 -0
  24. package/lib/cjs/ai/presence/stories/ai-presence-thinking.story.js.map +1 -0
  25. package/lib/cjs/ai/presence/stories/ai-presence.stories.js +52 -0
  26. package/lib/cjs/ai/presence/stories/ai-presence.stories.js.map +1 -0
  27. package/lib/cjs/ai/presence/stories/index.js +36 -0
  28. package/lib/cjs/ai/presence/stories/index.js.map +1 -0
  29. package/lib/cjs/avatar/Avatar.js +32 -39
  30. package/lib/cjs/avatar/Avatar.js.map +1 -1
  31. package/lib/cjs/avatar/stories/avatar-sizes.story.js +1 -1
  32. package/lib/cjs/avatar/stories/avatar-sizes.story.js.map +1 -1
  33. package/lib/cjs/banner/Banner.js +51 -62
  34. package/lib/cjs/banner/Banner.js.map +1 -1
  35. package/lib/cjs/banner/stories/banner-closeable.story.js +2 -1
  36. package/lib/cjs/banner/stories/banner-closeable.story.js.map +1 -1
  37. package/lib/cjs/banner/stories/banner-global.story.js +2 -1
  38. package/lib/cjs/banner/stories/banner-global.story.js.map +1 -1
  39. package/lib/cjs/banner/stories/banner-variants.story.js +30 -0
  40. package/lib/cjs/banner/stories/banner-variants.story.js.map +1 -0
  41. package/lib/cjs/banner/stories/banner-with-actions.story.js +1 -12
  42. package/lib/cjs/banner/stories/banner-with-actions.story.js.map +1 -1
  43. package/lib/cjs/banner/stories/banner-with-icons.story.js +1 -1
  44. package/lib/cjs/banner/stories/banner-with-icons.story.js.map +1 -1
  45. package/lib/cjs/banner/stories/banner-without-title.story.js +1 -7
  46. package/lib/cjs/banner/stories/banner-without-title.story.js.map +1 -1
  47. package/lib/cjs/banner/stories/banner.stories.js +23 -17
  48. package/lib/cjs/banner/stories/banner.stories.js.map +1 -1
  49. package/lib/cjs/banner/stories/index.js +11 -10
  50. package/lib/cjs/banner/stories/index.js.map +1 -1
  51. package/lib/cjs/box/Box.js +41 -0
  52. package/lib/cjs/box/Box.js.map +1 -0
  53. package/lib/cjs/box/index.js +38 -0
  54. package/lib/cjs/box/index.js.map +1 -0
  55. package/lib/cjs/box/stories/box-default.story.js +29 -0
  56. package/lib/cjs/box/stories/box-default.story.js.map +1 -0
  57. package/lib/cjs/box/stories/box.stories.js +54 -0
  58. package/lib/cjs/box/stories/box.stories.js.map +1 -0
  59. package/lib/cjs/box/stories/index.js +32 -0
  60. package/lib/cjs/box/stories/index.js.map +1 -0
  61. package/lib/cjs/breadcrumbs/Breadcrumbs.js +57 -102
  62. package/lib/cjs/breadcrumbs/Breadcrumbs.js.map +1 -1
  63. package/lib/cjs/breadcrumbs/stories/breadcrumbs-ellipses.story.js +35 -0
  64. package/lib/cjs/breadcrumbs/stories/breadcrumbs-ellipses.story.js.map +1 -0
  65. package/lib/cjs/breadcrumbs/stories/breadcrumbs-header.story.js +36 -0
  66. package/lib/cjs/breadcrumbs/stories/breadcrumbs-header.story.js.map +1 -0
  67. package/lib/cjs/breadcrumbs/stories/breadcrumbs-pages.story.js +30 -0
  68. package/lib/cjs/breadcrumbs/stories/breadcrumbs-pages.story.js.map +1 -0
  69. package/lib/cjs/breadcrumbs/stories/breadcrumbs-steps.story.js +30 -0
  70. package/lib/cjs/breadcrumbs/stories/breadcrumbs-steps.story.js.map +1 -0
  71. package/lib/cjs/breadcrumbs/stories/breadcrumbs.stories.js +88 -0
  72. package/lib/cjs/breadcrumbs/stories/breadcrumbs.stories.js.map +1 -0
  73. package/lib/cjs/breadcrumbs/stories/index.js +44 -0
  74. package/lib/cjs/breadcrumbs/stories/index.js.map +1 -0
  75. package/lib/cjs/button/ButtonBase.js +22 -20
  76. package/lib/cjs/button/ButtonBase.js.map +1 -1
  77. package/lib/cjs/button/stories/button-leading-icon.story.js +1 -1
  78. package/lib/cjs/button/stories/button-leading-icon.story.js.map +1 -1
  79. package/lib/cjs/button/stories/button.stories.js +2 -9
  80. package/lib/cjs/button/stories/button.stories.js.map +1 -1
  81. package/lib/cjs/checkbox/Checkbox.js +54 -22
  82. package/lib/cjs/checkbox/Checkbox.js.map +1 -1
  83. package/lib/cjs/checkbox/stories/checkbox-controlled.story.js +32 -0
  84. package/lib/cjs/checkbox/stories/checkbox-controlled.story.js.map +1 -0
  85. package/lib/cjs/checkbox/stories/checkbox-default.story.js +1 -1
  86. package/lib/cjs/checkbox/stories/checkbox-default.story.js.map +1 -1
  87. package/lib/cjs/checkbox/stories/checkbox-disabled.story.js +1 -1
  88. package/lib/cjs/checkbox/stories/checkbox-disabled.story.js.map +1 -1
  89. package/lib/cjs/checkbox/stories/checkbox-has-label-before.story.js +1 -1
  90. package/lib/cjs/checkbox/stories/checkbox-has-label-before.story.js.map +1 -1
  91. package/lib/cjs/checkbox/stories/checkbox-indeterminate.story.js +1 -1
  92. package/lib/cjs/checkbox/stories/checkbox-indeterminate.story.js.map +1 -1
  93. package/lib/cjs/checkbox/stories/checkbox-no-label.story.js +1 -1
  94. package/lib/cjs/checkbox/stories/checkbox-no-label.story.js.map +1 -1
  95. package/lib/cjs/checkbox/stories/checkbox.stories.js +15 -2
  96. package/lib/cjs/checkbox/stories/checkbox.stories.js.map +1 -1
  97. package/lib/cjs/checkbox/stories/index.js +6 -2
  98. package/lib/cjs/checkbox/stories/index.js.map +1 -1
  99. package/lib/cjs/clean-icon-button/CleanIconButton.js +2 -2
  100. package/lib/cjs/clean-icon-button/CleanIconButton.js.map +1 -1
  101. package/lib/cjs/clean-icon-button/stories/clean-icon-button-active.story.js +1 -1
  102. package/lib/cjs/clean-icon-button/stories/clean-icon-button-active.story.js.map +1 -1
  103. package/lib/cjs/clean-icon-button/stories/clean-icon-button-default.story.js +1 -1
  104. package/lib/cjs/clean-icon-button/stories/clean-icon-button-default.story.js.map +1 -1
  105. package/lib/cjs/clean-icon-button/stories/clean-icon-button-disabled.story.js +1 -1
  106. package/lib/cjs/clean-icon-button/stories/clean-icon-button-disabled.story.js.map +1 -1
  107. package/lib/cjs/clean-icon-button/stories/clean-icon-button-loading.story.js +1 -1
  108. package/lib/cjs/clean-icon-button/stories/clean-icon-button-loading.story.js.map +1 -1
  109. package/lib/cjs/clean-icon-button/stories/clean-icon-button-sizes.story.js +1 -1
  110. package/lib/cjs/clean-icon-button/stories/clean-icon-button-sizes.story.js.map +1 -1
  111. package/lib/cjs/clean-icon-button/stories/clean-icon-button-tone.story.js +1 -1
  112. package/lib/cjs/clean-icon-button/stories/clean-icon-button-tone.story.js.map +1 -1
  113. package/lib/cjs/clipboard-button/ClipboardButton.js +155 -0
  114. package/lib/cjs/clipboard-button/ClipboardButton.js.map +1 -0
  115. package/lib/cjs/clipboard-button/index.js.map +1 -0
  116. package/lib/cjs/clipboard-button/stories/clipboard-button-default.story.js +30 -0
  117. package/lib/cjs/clipboard-button/stories/clipboard-button-default.story.js.map +1 -0
  118. package/lib/cjs/clipboard-button/stories/clipboard-button-disabled.story.js +30 -0
  119. package/lib/cjs/clipboard-button/stories/clipboard-button-disabled.story.js.map +1 -0
  120. package/lib/cjs/clipboard-button/stories/clipboard-button-not-clean.story.js +30 -0
  121. package/lib/cjs/clipboard-button/stories/clipboard-button-not-clean.story.js.map +1 -0
  122. package/lib/cjs/clipboard-button/stories/clipboard-button-not-icon-button.story.js +30 -0
  123. package/lib/cjs/clipboard-button/stories/clipboard-button-not-icon-button.story.js.map +1 -0
  124. package/lib/cjs/clipboard-button/stories/clipboard-button-sizes.story.js +30 -0
  125. package/lib/cjs/clipboard-button/stories/clipboard-button-sizes.story.js.map +1 -0
  126. package/lib/cjs/clipboard-button/stories/clipboard-button-tooltip.story.js +38 -0
  127. package/lib/cjs/clipboard-button/stories/clipboard-button-tooltip.story.js.map +1 -0
  128. package/lib/cjs/clipboard-button/stories/clipboard-button.stories.js +119 -0
  129. package/lib/cjs/clipboard-button/stories/clipboard-button.stories.js.map +1 -0
  130. package/lib/cjs/clipboard-button/stories/index.js +52 -0
  131. package/lib/cjs/clipboard-button/stories/index.js.map +1 -0
  132. package/lib/cjs/code/Code.js +2 -2
  133. package/lib/cjs/code/Code.js.map +1 -1
  134. package/lib/cjs/code/stories/code-default.story.js +1 -1
  135. package/lib/cjs/code/stories/code-default.story.js.map +1 -1
  136. package/lib/cjs/code/stories/code-runnable.story.js +1 -1
  137. package/lib/cjs/code/stories/code-runnable.story.js.map +1 -1
  138. package/lib/cjs/code/stories/code.stories.js +3 -3
  139. package/lib/cjs/code/stories/code.stories.js.map +1 -1
  140. package/lib/cjs/code-block/CodeBlock.js +6 -6
  141. package/lib/cjs/code-block/CodeBlock.js.map +1 -1
  142. package/lib/cjs/code-block/stories/code-disabled.story.js +3 -3
  143. package/lib/cjs/code-block/stories/code-disabled.story.js.map +1 -1
  144. package/lib/cjs/code-block/stories/code-full.story.js +3 -3
  145. package/lib/cjs/code-block/stories/code-full.story.js.map +1 -1
  146. package/lib/cjs/code-block/stories/code-languages.story.js +1 -1
  147. package/lib/cjs/code-block/stories/code-languages.story.js.map +1 -1
  148. package/lib/cjs/code-block/stories/code-overflow.story.js +1 -1
  149. package/lib/cjs/code-block/stories/code-overflow.story.js.map +1 -1
  150. package/lib/cjs/code-block/stories/code-with-actions.story.js +2 -2
  151. package/lib/cjs/code-block/stories/code-with-actions.story.js.map +1 -1
  152. package/lib/cjs/code-block/stories/code-with-header.story.js +1 -1
  153. package/lib/cjs/code-block/stories/code-with-header.story.js.map +1 -1
  154. package/lib/cjs/code-block/stories/code-with-line-numbers.story.js +1 -1
  155. package/lib/cjs/code-block/stories/code-with-line-numbers.story.js.map +1 -1
  156. package/lib/cjs/code-block/stories/code.stories.js +3 -3
  157. package/lib/cjs/code-block/stories/code.stories.js.map +1 -1
  158. package/lib/cjs/color-picker/ColorPicker.js +20 -5
  159. package/lib/cjs/color-picker/ColorPicker.js.map +1 -1
  160. package/lib/cjs/conditional-wrap/ConditionalWrap.js +0 -4
  161. package/lib/cjs/conditional-wrap/ConditionalWrap.js.map +1 -1
  162. package/lib/cjs/conditional-wrap/stories/conditional-wrap-default.story.js +1 -1
  163. package/lib/cjs/conditional-wrap/stories/conditional-wrap-default.story.js.map +1 -1
  164. package/lib/cjs/conditional-wrap/stories/conditional-wrap.stories.js +3 -3
  165. package/lib/cjs/conditional-wrap/stories/conditional-wrap.stories.js.map +1 -1
  166. package/lib/cjs/conditional-wrap/stories/index.js +2 -1
  167. package/lib/cjs/conditional-wrap/stories/index.js.map +1 -1
  168. package/lib/cjs/data-grid/Components.js +157 -176
  169. package/lib/cjs/data-grid/Components.js.map +1 -1
  170. package/lib/cjs/data-grid/DataGrid.js +58 -67
  171. package/lib/cjs/data-grid/DataGrid.js.map +1 -1
  172. package/lib/cjs/data-grid/data-grid-context.js +36 -0
  173. package/lib/cjs/data-grid/data-grid-context.js.map +1 -0
  174. package/lib/cjs/data-grid/data-grid-nav/selectors.js +1 -1
  175. package/lib/cjs/data-grid/data-grid-nav/selectors.js.map +1 -1
  176. package/lib/cjs/data-grid/helpers/index.js +256 -0
  177. package/lib/cjs/data-grid/helpers/index.js.map +1 -0
  178. package/lib/cjs/data-grid/index.js +3 -4
  179. package/lib/cjs/data-grid/index.js.map +1 -1
  180. package/lib/cjs/data-grid/stories/datagrid-component-overriding.story.js +111 -0
  181. package/lib/cjs/data-grid/stories/datagrid-component-overriding.story.js.map +1 -0
  182. package/lib/cjs/data-grid/stories/datagrid-in-dialog.story.js +205 -0
  183. package/lib/cjs/data-grid/stories/datagrid-in-dialog.story.js.map +1 -0
  184. package/lib/cjs/data-grid/stories/datagrid-keyboard-navigation.story.js +123 -0
  185. package/lib/cjs/data-grid/stories/datagrid-keyboard-navigation.story.js.map +1 -0
  186. package/lib/cjs/data-grid/stories/datagrid-kitchen-sink.story.js +143 -0
  187. package/lib/cjs/data-grid/stories/datagrid-kitchen-sink.story.js.map +1 -0
  188. package/lib/cjs/data-grid/stories/datagrid-no-pagination-table.story.js +62 -0
  189. package/lib/cjs/data-grid/stories/datagrid-no-pagination-table.story.js.map +1 -0
  190. package/lib/cjs/data-grid/stories/datagrid-percentage-width-columns.story.js +73 -0
  191. package/lib/cjs/data-grid/stories/datagrid-percentage-width-columns.story.js.map +1 -0
  192. package/lib/cjs/data-grid/stories/datagrid-pinned-columns.stories.js +242 -0
  193. package/lib/cjs/data-grid/stories/datagrid-pinned-columns.stories.js.map +1 -0
  194. package/lib/cjs/data-grid/stories/datagrid-placeholder-states.stories.js +185 -0
  195. package/lib/cjs/data-grid/stories/datagrid-placeholder-states.stories.js.map +1 -0
  196. package/lib/cjs/data-grid/stories/datagrid-placeholder-states.story.js +76 -0
  197. package/lib/cjs/data-grid/stories/datagrid-placeholder-states.story.js.map +1 -0
  198. package/lib/cjs/data-grid/stories/datagrid-resizable-column.story.js +78 -0
  199. package/lib/cjs/data-grid/stories/datagrid-resizable-column.story.js.map +1 -0
  200. package/lib/cjs/data-grid/stories/datagrid-search-and-filters.stories.js +236 -0
  201. package/lib/cjs/data-grid/stories/datagrid-search-and-filters.stories.js.map +1 -0
  202. package/lib/cjs/data-grid/stories/datagrid-selectable.story.js +86 -0
  203. package/lib/cjs/data-grid/stories/datagrid-selectable.story.js.map +1 -0
  204. package/lib/cjs/data-grid/stories/datagrid-simple.story.js +81 -0
  205. package/lib/cjs/data-grid/stories/datagrid-simple.story.js.map +1 -0
  206. package/lib/cjs/data-grid/stories/datagrid-single-selectable.story.js +117 -0
  207. package/lib/cjs/data-grid/stories/datagrid-single-selectable.story.js.map +1 -0
  208. package/lib/cjs/data-grid/stories/datagrid-skeleton-loading.story.js +76 -0
  209. package/lib/cjs/data-grid/stories/datagrid-skeleton-loading.story.js.map +1 -0
  210. package/lib/cjs/data-grid/stories/datagrid-sortable.story.js +77 -0
  211. package/lib/cjs/data-grid/stories/datagrid-sortable.story.js.map +1 -0
  212. package/lib/cjs/data-grid/stories/datagrid-using-editable-cells.story.js +132 -0
  213. package/lib/cjs/data-grid/stories/datagrid-using-editable-cells.story.js.map +1 -0
  214. package/lib/cjs/data-grid/stories/datagrid-virtualization.story.js +134 -0
  215. package/lib/cjs/data-grid/stories/datagrid-virtualization.story.js.map +1 -0
  216. package/lib/cjs/data-grid/stories/datagrid.stories.js +223 -0
  217. package/lib/cjs/data-grid/stories/datagrid.stories.js.map +1 -0
  218. package/lib/cjs/data-grid/stories/index.js +101 -0
  219. package/lib/cjs/data-grid/stories/index.js.map +1 -0
  220. package/lib/cjs/data-grid/stories/staticData.js +510 -0
  221. package/lib/cjs/data-grid/stories/staticData.js.map +1 -0
  222. package/lib/cjs/date-picker/DatePicker.js +16 -13
  223. package/lib/cjs/date-picker/DatePicker.js.map +1 -1
  224. package/lib/cjs/date-picker/stories/date-picker-default.story.js +1 -1
  225. package/lib/cjs/date-picker/stories/date-picker-default.story.js.map +1 -1
  226. package/lib/cjs/date-picker/stories/date-picker-disabled.story.js +1 -1
  227. package/lib/cjs/date-picker/stories/date-picker-disabled.story.js.map +1 -1
  228. package/lib/cjs/date-picker/stories/date-picker-full.story.js +2 -4
  229. package/lib/cjs/date-picker/stories/date-picker-full.story.js.map +1 -1
  230. package/lib/cjs/date-picker/stories/date-picker-in-dialog.story.js +41 -0
  231. package/lib/cjs/date-picker/stories/date-picker-in-dialog.story.js.map +1 -0
  232. package/lib/cjs/date-picker/stories/date-picker-min-max-date.story.js +3 -3
  233. package/lib/cjs/date-picker/stories/date-picker-min-max-date.story.js.map +1 -1
  234. package/lib/cjs/date-picker/stories/date-picker-opens-to-date.story.js +2 -2
  235. package/lib/cjs/date-picker/stories/date-picker-opens-to-date.story.js.map +1 -1
  236. package/lib/cjs/date-picker/stories/date-picker-portaled.story.js +42 -0
  237. package/lib/cjs/date-picker/stories/date-picker-portaled.story.js.map +1 -0
  238. package/lib/cjs/date-picker/stories/date-picker-range.story.js +46 -0
  239. package/lib/cjs/date-picker/stories/date-picker-range.story.js.map +1 -0
  240. package/lib/cjs/date-picker/stories/date-picker-starts-on-monday.story.js +2 -2
  241. package/lib/cjs/date-picker/stories/date-picker-starts-on-monday.story.js.map +1 -1
  242. package/lib/cjs/date-picker/stories/date-picker-text-input-props.story.js +2 -2
  243. package/lib/cjs/date-picker/stories/date-picker-text-input-props.story.js.map +1 -1
  244. package/lib/cjs/date-picker/stories/date-picker-with-time-picker.story.js +3 -3
  245. package/lib/cjs/date-picker/stories/date-picker-with-time-picker.story.js.map +1 -1
  246. package/lib/cjs/date-picker/stories/date-picker.stories.js +57 -80
  247. package/lib/cjs/date-picker/stories/date-picker.stories.js.map +1 -1
  248. package/lib/cjs/date-picker/stories/index.js +13 -5
  249. package/lib/cjs/date-picker/stories/index.js.map +1 -1
  250. package/lib/cjs/dialog/Dialog.js +40 -29
  251. package/lib/cjs/dialog/Dialog.js.map +1 -1
  252. package/lib/cjs/dialog/dialog-types.js.map +1 -1
  253. package/lib/cjs/dialog/index.js +3 -15
  254. package/lib/cjs/dialog/index.js.map +1 -1
  255. package/lib/cjs/dialog/stories/dialog-danger.story.js +2 -2
  256. package/lib/cjs/dialog/stories/dialog-danger.story.js.map +1 -1
  257. package/lib/cjs/dialog/stories/dialog-default.story.js +2 -1
  258. package/lib/cjs/dialog/stories/dialog-default.story.js.map +1 -1
  259. package/lib/cjs/dialog/stories/dialog-image.story.js +1 -1
  260. package/lib/cjs/dialog/stories/dialog-image.story.js.map +1 -1
  261. package/lib/cjs/dialog/stories/dialog-info.story.js +2 -2
  262. package/lib/cjs/dialog/stories/dialog-info.story.js.map +1 -1
  263. package/lib/cjs/dialog/stories/dialog-top-aligned.story.js +2 -3
  264. package/lib/cjs/dialog/stories/dialog-top-aligned.story.js.map +1 -1
  265. package/lib/cjs/dialog/stories/dialog-variants.story.js +40 -0
  266. package/lib/cjs/dialog/stories/dialog-variants.story.js.map +1 -0
  267. package/lib/cjs/dialog/stories/dialog-warning.story.js +2 -2
  268. package/lib/cjs/dialog/stories/dialog-warning.story.js.map +1 -1
  269. package/lib/cjs/dialog/stories/dialog.stories.js +22 -22
  270. package/lib/cjs/dialog/stories/dialog.stories.js.map +1 -1
  271. package/lib/cjs/dialog/stories/index.js +5 -5
  272. package/lib/cjs/dialog/stories/index.js.map +1 -1
  273. package/lib/cjs/divider/stories/divider-default.story.js +35 -0
  274. package/lib/cjs/divider/stories/divider-default.story.js.map +1 -0
  275. package/lib/cjs/divider/stories/divider-horizontal.story.js +35 -0
  276. package/lib/cjs/divider/stories/divider-horizontal.story.js.map +1 -0
  277. package/lib/cjs/divider/stories/divider-vertical.story.js +35 -0
  278. package/lib/cjs/divider/stories/divider-vertical.story.js.map +1 -0
  279. package/lib/cjs/divider/stories/divider.stories.js +67 -0
  280. package/lib/cjs/divider/stories/divider.stories.js.map +1 -0
  281. package/lib/cjs/divider/stories/index.js +38 -0
  282. package/lib/cjs/divider/stories/index.js.map +1 -0
  283. package/lib/cjs/drawer/Drawer.js +20 -19
  284. package/lib/cjs/drawer/Drawer.js.map +1 -1
  285. package/lib/cjs/drawer/stories/drawer-full.story.js +2 -2
  286. package/lib/cjs/drawer/stories/drawer-full.story.js.map +1 -1
  287. package/lib/cjs/drawer/stories/drawer-scrollable.story.js +2 -2
  288. package/lib/cjs/drawer/stories/drawer-scrollable.story.js.map +1 -1
  289. package/lib/cjs/drawer/stories/drawer.stories.js +0 -8
  290. package/lib/cjs/drawer/stories/drawer.stories.js.map +1 -1
  291. package/lib/cjs/dropdown-button/DropdownButton.js +10 -8
  292. package/lib/cjs/dropdown-button/DropdownButton.js.map +1 -1
  293. package/lib/cjs/dropdown-button/stories/dropdown-button-with-avatar.story.js +1 -1
  294. package/lib/cjs/dropdown-button/stories/dropdown-button-with-avatar.story.js.map +1 -1
  295. package/lib/cjs/dropdown-button/stories/dropdown-button-with-menu.story.js +35 -0
  296. package/lib/cjs/dropdown-button/stories/dropdown-button-with-menu.story.js.map +1 -0
  297. package/lib/cjs/dropdown-button/stories/dropdown-button-with-status-indicator.story.js +1 -1
  298. package/lib/cjs/dropdown-button/stories/dropdown-button-with-status-indicator.story.js.map +1 -1
  299. package/lib/cjs/dropdown-button/stories/dropdown-button.stories.js +4 -4
  300. package/lib/cjs/dropdown-button/stories/dropdown-button.stories.js.map +1 -1
  301. package/lib/cjs/dropdown-button/stories/index.js +5 -5
  302. package/lib/cjs/dropdown-button/stories/index.js.map +1 -1
  303. package/lib/cjs/dropzone/Dropzone.js +31 -17
  304. package/lib/cjs/dropzone/Dropzone.js.map +1 -1
  305. package/lib/cjs/dropzone/stories/dropzone-full.story.js +1 -1
  306. package/lib/cjs/dropzone/stories/dropzone-full.story.js.map +1 -1
  307. package/lib/cjs/dropzone/stories/dropzone-loading-progress.story.js +1 -1
  308. package/lib/cjs/dropzone/stories/dropzone-loading-progress.story.js.map +1 -1
  309. package/lib/cjs/flex/Flex.js +52 -0
  310. package/lib/cjs/flex/Flex.js.map +1 -0
  311. package/lib/cjs/flex/index.js +38 -0
  312. package/lib/cjs/flex/index.js.map +1 -0
  313. package/lib/cjs/flex/stories/flex-default.story.js +57 -0
  314. package/lib/cjs/flex/stories/flex-default.story.js.map +1 -0
  315. package/lib/cjs/flex/stories/flex.stories.js +48 -0
  316. package/lib/cjs/flex/stories/flex.stories.js.map +1 -0
  317. package/lib/cjs/flex/stories/index.js +32 -0
  318. package/lib/cjs/flex/stories/index.js.map +1 -0
  319. package/lib/cjs/graph-label/GraphLabel.js +10 -7
  320. package/lib/cjs/graph-label/GraphLabel.js.map +1 -1
  321. package/lib/cjs/icon-button/IconButton.js +2 -2
  322. package/lib/cjs/icon-button/IconButton.js.map +1 -1
  323. package/lib/cjs/icon-button/stories/icon-button-active.story.js +1 -1
  324. package/lib/cjs/icon-button/stories/icon-button-active.story.js.map +1 -1
  325. package/lib/cjs/icon-button/stories/icon-button-default.story.js +1 -1
  326. package/lib/cjs/icon-button/stories/icon-button-default.story.js.map +1 -1
  327. package/lib/cjs/icon-button/stories/icon-button-disabled.story.js +1 -1
  328. package/lib/cjs/icon-button/stories/icon-button-disabled.story.js.map +1 -1
  329. package/lib/cjs/icon-button/stories/icon-button-floating.story.js +1 -1
  330. package/lib/cjs/icon-button/stories/icon-button-floating.story.js.map +1 -1
  331. package/lib/cjs/icon-button/stories/icon-button-loading.story.js +1 -1
  332. package/lib/cjs/icon-button/stories/icon-button-loading.story.js.map +1 -1
  333. package/lib/cjs/icon-button/stories/icon-button-sizes.story.js +1 -1
  334. package/lib/cjs/icon-button/stories/icon-button-sizes.story.js.map +1 -1
  335. package/lib/cjs/icon-button/stories/icon-button-tone.story.js +1 -1
  336. package/lib/cjs/icon-button/stories/icon-button-tone.story.js.map +1 -1
  337. package/lib/cjs/icon-button-array/IconButtonArray.js +4 -4
  338. package/lib/cjs/icon-button-array/IconButtonArray.js.map +1 -1
  339. package/lib/cjs/icon-button-array/stories/icon-button-array-collapsible.story.js +1 -1
  340. package/lib/cjs/icon-button-array/stories/icon-button-array-collapsible.story.js.map +1 -1
  341. package/lib/cjs/icon-button-array/stories/icon-button-array-floating.story.js +1 -1
  342. package/lib/cjs/icon-button-array/stories/icon-button-array-floating.story.js.map +1 -1
  343. package/lib/cjs/icon-button-array/stories/icon-button-array-horizontal.story.js +1 -1
  344. package/lib/cjs/icon-button-array/stories/icon-button-array-horizontal.story.js.map +1 -1
  345. package/lib/cjs/icon-button-array/stories/icon-button-array-sizes.story.js +1 -1
  346. package/lib/cjs/icon-button-array/stories/icon-button-array-sizes.story.js.map +1 -1
  347. package/lib/cjs/icon-button-array/stories/icon-button-array-vertical.story.js +1 -1
  348. package/lib/cjs/icon-button-array/stories/icon-button-array-vertical.story.js.map +1 -1
  349. package/lib/cjs/icon-button-base/IconButtonBase.js +25 -23
  350. package/lib/cjs/icon-button-base/IconButtonBase.js.map +1 -1
  351. package/lib/cjs/icons/generated/custom/AddNode.js +4 -4
  352. package/lib/cjs/icons/generated/custom/AddNode.js.map +1 -1
  353. package/lib/cjs/icons/generated/custom/AlignBottom.js +4 -4
  354. package/lib/cjs/icons/generated/custom/AlignBottom.js.map +1 -1
  355. package/lib/cjs/icons/generated/custom/AlignCenter.js +4 -4
  356. package/lib/cjs/icons/generated/custom/AlignCenter.js.map +1 -1
  357. package/lib/cjs/icons/generated/custom/AlignTop.js +4 -4
  358. package/lib/cjs/icons/generated/custom/AlignTop.js.map +1 -1
  359. package/lib/cjs/icons/generated/custom/Bold.js +4 -4
  360. package/lib/cjs/icons/generated/custom/Bold.js.map +1 -1
  361. package/lib/cjs/icons/generated/custom/Boolean.js +4 -4
  362. package/lib/cjs/icons/generated/custom/Boolean.js.map +1 -1
  363. package/lib/cjs/icons/generated/custom/Circle.js +4 -4
  364. package/lib/cjs/icons/generated/custom/Circle.js.map +1 -1
  365. package/lib/cjs/icons/generated/custom/CloudCheck.js +30 -0
  366. package/lib/cjs/icons/generated/custom/CloudCheck.js.map +1 -0
  367. package/lib/cjs/icons/generated/custom/CloudCross.js +30 -0
  368. package/lib/cjs/icons/generated/custom/CloudCross.js.map +1 -0
  369. package/lib/cjs/icons/generated/custom/Configure.js +4 -4
  370. package/lib/cjs/icons/generated/custom/Configure.js.map +1 -1
  371. package/lib/cjs/icons/generated/custom/CurlyBrackets.js +4 -4
  372. package/lib/cjs/icons/generated/custom/CurlyBrackets.js.map +1 -1
  373. package/lib/cjs/icons/generated/custom/DataGridCross.js +30 -0
  374. package/lib/cjs/icons/generated/custom/DataGridCross.js.map +1 -0
  375. package/lib/cjs/icons/generated/custom/DataScience.js +30 -0
  376. package/lib/cjs/icons/generated/custom/DataScience.js.map +1 -0
  377. package/lib/cjs/icons/generated/custom/DatabaseCross.js +30 -0
  378. package/lib/cjs/icons/generated/custom/DatabaseCross.js.map +1 -0
  379. package/lib/cjs/icons/generated/custom/DatabasePlug.js +30 -0
  380. package/lib/cjs/icons/generated/custom/DatabasePlug.js.map +1 -0
  381. package/lib/cjs/icons/generated/custom/DatabasePlus.js +30 -0
  382. package/lib/cjs/icons/generated/custom/DatabasePlus.js.map +1 -0
  383. package/lib/cjs/icons/generated/custom/DatabaseSignal.js +4 -4
  384. package/lib/cjs/icons/generated/custom/DatabaseSignal.js.map +1 -1
  385. package/lib/cjs/icons/generated/custom/Deployments.js +30 -0
  386. package/lib/cjs/icons/generated/custom/Deployments.js.map +1 -0
  387. package/lib/cjs/icons/generated/custom/DividerSquareDash.js +30 -0
  388. package/lib/cjs/icons/generated/custom/DividerSquareDash.js.map +1 -0
  389. package/lib/cjs/icons/generated/custom/Drag.js +4 -4
  390. package/lib/cjs/icons/generated/custom/Drag.js.map +1 -1
  391. package/lib/cjs/icons/generated/custom/Expand.js +4 -4
  392. package/lib/cjs/icons/generated/custom/Expand.js.map +1 -1
  393. package/lib/cjs/icons/generated/custom/Explore.js +4 -4
  394. package/lib/cjs/icons/generated/custom/Explore.js.map +1 -1
  395. package/lib/cjs/icons/generated/custom/ExternalLink.js +4 -4
  396. package/lib/cjs/icons/generated/custom/ExternalLink.js.map +1 -1
  397. package/lib/cjs/icons/generated/custom/FitToScreen.js +4 -4
  398. package/lib/cjs/icons/generated/custom/FitToScreen.js.map +1 -1
  399. package/lib/cjs/icons/generated/custom/FolderBookmark.js +4 -4
  400. package/lib/cjs/icons/generated/custom/FolderBookmark.js.map +1 -1
  401. package/lib/cjs/icons/generated/custom/FontSize.js +30 -0
  402. package/lib/cjs/icons/generated/custom/FontSize.js.map +1 -0
  403. package/lib/cjs/icons/generated/custom/Github.js +4 -4
  404. package/lib/cjs/icons/generated/custom/Github.js.map +1 -1
  405. package/lib/cjs/icons/generated/custom/GraphCross.js +30 -0
  406. package/lib/cjs/icons/generated/custom/GraphCross.js.map +1 -0
  407. package/lib/cjs/icons/generated/custom/Hand.js +30 -0
  408. package/lib/cjs/icons/generated/custom/Hand.js.map +1 -0
  409. package/lib/cjs/icons/generated/custom/Headset.js +30 -0
  410. package/lib/cjs/icons/generated/custom/Headset.js.map +1 -0
  411. package/lib/cjs/icons/generated/custom/Heartbeat.js +30 -0
  412. package/lib/cjs/icons/generated/custom/Heartbeat.js.map +1 -0
  413. package/lib/cjs/icons/generated/custom/HierarchyOne.js +30 -0
  414. package/lib/cjs/icons/generated/custom/HierarchyOne.js.map +1 -0
  415. package/lib/cjs/icons/generated/custom/HierarchyTwo.js +30 -0
  416. package/lib/cjs/icons/generated/custom/HierarchyTwo.js.map +1 -0
  417. package/lib/cjs/icons/generated/custom/Italic.js +4 -4
  418. package/lib/cjs/icons/generated/custom/Italic.js.map +1 -1
  419. package/lib/cjs/icons/generated/custom/Lasso.js +4 -4
  420. package/lib/cjs/icons/generated/custom/Lasso.js.map +1 -1
  421. package/lib/cjs/icons/generated/custom/ListCheck.js +8 -5
  422. package/lib/cjs/icons/generated/custom/ListCheck.js.map +1 -1
  423. package/lib/cjs/icons/generated/custom/ListNumber.js +8 -5
  424. package/lib/cjs/icons/generated/custom/ListNumber.js.map +1 -1
  425. package/lib/cjs/icons/generated/custom/LocationTarget.js +30 -0
  426. package/lib/cjs/icons/generated/custom/LocationTarget.js.map +1 -0
  427. package/lib/cjs/icons/generated/custom/MagnifyingGlassReset.js +30 -0
  428. package/lib/cjs/icons/generated/custom/MagnifyingGlassReset.js.map +1 -0
  429. package/lib/cjs/icons/generated/custom/Markdown.js +8 -5
  430. package/lib/cjs/icons/generated/custom/Markdown.js.map +1 -1
  431. package/lib/cjs/icons/generated/custom/MenuArrowLeft.js +30 -0
  432. package/lib/cjs/icons/generated/custom/MenuArrowLeft.js.map +1 -0
  433. package/lib/cjs/icons/generated/custom/MenuArrowRight.js +30 -0
  434. package/lib/cjs/icons/generated/custom/MenuArrowRight.js.map +1 -0
  435. package/lib/cjs/icons/generated/custom/Neo4JAiNeutral.js +4 -4
  436. package/lib/cjs/icons/generated/custom/Neo4JAiNeutral.js.map +1 -1
  437. package/lib/cjs/icons/generated/custom/Neo4JIconBlack.js +4 -4
  438. package/lib/cjs/icons/generated/custom/Neo4JIconBlack.js.map +1 -1
  439. package/lib/cjs/icons/generated/custom/Neo4JIconColor.js +4 -4
  440. package/lib/cjs/icons/generated/custom/Neo4JIconColor.js.map +1 -1
  441. package/lib/cjs/icons/generated/custom/Neo4JIconWhite.js +4 -4
  442. package/lib/cjs/icons/generated/custom/Neo4JIconWhite.js.map +1 -1
  443. package/lib/cjs/icons/generated/custom/Neo4JLogoBlack.js +4 -4
  444. package/lib/cjs/icons/generated/custom/Neo4JLogoBlack.js.map +1 -1
  445. package/lib/cjs/icons/generated/custom/Neo4JLogoColor.js +4 -4
  446. package/lib/cjs/icons/generated/custom/Neo4JLogoColor.js.map +1 -1
  447. package/lib/cjs/icons/generated/custom/Neo4JLogoWhite.js +4 -4
  448. package/lib/cjs/icons/generated/custom/Neo4JLogoWhite.js.map +1 -1
  449. package/lib/cjs/icons/generated/custom/NomLevel.js +4 -4
  450. package/lib/cjs/icons/generated/custom/NomLevel.js.map +1 -1
  451. package/lib/cjs/icons/generated/custom/PanelBottom.js +30 -0
  452. package/lib/cjs/icons/generated/custom/PanelBottom.js.map +1 -0
  453. package/lib/cjs/icons/generated/custom/PanelLeft.js +30 -0
  454. package/lib/cjs/icons/generated/custom/PanelLeft.js.map +1 -0
  455. package/lib/cjs/icons/generated/custom/PanelRight.js +30 -0
  456. package/lib/cjs/icons/generated/custom/PanelRight.js.map +1 -0
  457. package/lib/cjs/icons/generated/custom/Pin.js +4 -4
  458. package/lib/cjs/icons/generated/custom/Pin.js.map +1 -1
  459. package/lib/cjs/icons/generated/custom/PlanView.js +4 -4
  460. package/lib/cjs/icons/generated/custom/PlanView.js.map +1 -1
  461. package/lib/cjs/icons/generated/custom/Presentation.js +4 -4
  462. package/lib/cjs/icons/generated/custom/Presentation.js.map +1 -1
  463. package/lib/cjs/icons/generated/custom/Query.js +4 -4
  464. package/lib/cjs/icons/generated/custom/Query.js.map +1 -1
  465. package/lib/cjs/icons/generated/custom/Quote.js +8 -5
  466. package/lib/cjs/icons/generated/custom/Quote.js.map +1 -1
  467. package/lib/cjs/icons/generated/custom/ResizeCorner.js +4 -4
  468. package/lib/cjs/icons/generated/custom/ResizeCorner.js.map +1 -1
  469. package/lib/cjs/icons/generated/custom/Rhombus.js +4 -4
  470. package/lib/cjs/icons/generated/custom/Rhombus.js.map +1 -1
  471. package/lib/cjs/icons/generated/custom/Select.js +4 -4
  472. package/lib/cjs/icons/generated/custom/Select.js.map +1 -1
  473. package/lib/cjs/icons/generated/custom/Shrink.js +4 -4
  474. package/lib/cjs/icons/generated/custom/Shrink.js.map +1 -1
  475. package/lib/cjs/icons/generated/custom/SingleValue.js +8 -5
  476. package/lib/cjs/icons/generated/custom/SingleValue.js.map +1 -1
  477. package/lib/cjs/icons/generated/custom/Square.js +4 -4
  478. package/lib/cjs/icons/generated/custom/Square.js.map +1 -1
  479. package/lib/cjs/icons/generated/custom/SquareDash.js +30 -0
  480. package/lib/cjs/icons/generated/custom/SquareDash.js.map +1 -0
  481. package/lib/cjs/icons/generated/custom/Text.js +4 -4
  482. package/lib/cjs/icons/generated/custom/Text.js.map +1 -1
  483. package/lib/cjs/icons/generated/custom/ThreePanel.js +30 -0
  484. package/lib/cjs/icons/generated/custom/ThreePanel.js.map +1 -0
  485. package/lib/cjs/icons/generated/custom/Triangle.js +4 -4
  486. package/lib/cjs/icons/generated/custom/Triangle.js.map +1 -1
  487. package/lib/cjs/icons/generated/custom/Underline.js +4 -4
  488. package/lib/cjs/icons/generated/custom/Underline.js.map +1 -1
  489. package/lib/cjs/icons/generated/custom/UserShield.js +30 -0
  490. package/lib/cjs/icons/generated/custom/UserShield.js.map +1 -0
  491. package/lib/cjs/icons/generated/custom/VisualizeBloom.js +4 -4
  492. package/lib/cjs/icons/generated/custom/VisualizeBloom.js.map +1 -1
  493. package/lib/cjs/icons/generated/custom/index.js +54 -50
  494. package/lib/cjs/icons/generated/custom/index.js.map +1 -1
  495. package/lib/cjs/icons/manual/Neo4JAiColor.js +15 -11
  496. package/lib/cjs/icons/manual/Neo4JAiColor.js.map +1 -1
  497. package/lib/cjs/index.js +15 -22
  498. package/lib/cjs/index.js.map +1 -1
  499. package/lib/cjs/inline-edit/InlineEdit.js +84 -106
  500. package/lib/cjs/inline-edit/InlineEdit.js.map +1 -1
  501. package/lib/cjs/inline-edit/stories/index.js +64 -0
  502. package/lib/cjs/inline-edit/stories/index.js.map +1 -0
  503. package/lib/cjs/inline-edit/stories/inline-edit-controlled-editing.story.js +29 -0
  504. package/lib/cjs/inline-edit/stories/inline-edit-controlled-editing.story.js.map +1 -0
  505. package/lib/cjs/inline-edit/stories/inline-edit-controlled-value.story.js +39 -0
  506. package/lib/cjs/inline-edit/stories/inline-edit-controlled-value.story.js.map +1 -0
  507. package/lib/cjs/inline-edit/stories/inline-edit-default.story.js +26 -0
  508. package/lib/cjs/inline-edit/stories/inline-edit-default.story.js.map +1 -0
  509. package/lib/cjs/inline-edit/stories/inline-edit-disabled.story.js +27 -0
  510. package/lib/cjs/inline-edit/stories/inline-edit-disabled.story.js.map +1 -0
  511. package/lib/cjs/inline-edit/stories/inline-edit-fluid.story.js +29 -0
  512. package/lib/cjs/inline-edit/stories/inline-edit-fluid.story.js.map +1 -0
  513. package/lib/cjs/inline-edit/stories/inline-edit-header.story.js +29 -0
  514. package/lib/cjs/inline-edit/stories/inline-edit-header.story.js.map +1 -0
  515. package/lib/cjs/inline-edit/stories/inline-edit-no-confirm-on-blur.story.js +27 -0
  516. package/lib/cjs/inline-edit/stories/inline-edit-no-confirm-on-blur.story.js.map +1 -0
  517. package/lib/cjs/inline-edit/stories/inline-edit-with-edit-icon.story.js +27 -0
  518. package/lib/cjs/inline-edit/stories/inline-edit-with-edit-icon.story.js.map +1 -0
  519. package/lib/cjs/inline-edit/stories/inline-edit-with-placeholder.story.js +27 -0
  520. package/lib/cjs/inline-edit/stories/inline-edit-with-placeholder.story.js.map +1 -0
  521. package/lib/cjs/inline-edit/stories/inline-edit.stories.js +160 -0
  522. package/lib/cjs/inline-edit/stories/inline-edit.stories.js.map +1 -0
  523. package/lib/cjs/inline-edit/utils.js +8 -53
  524. package/lib/cjs/inline-edit/utils.js.map +1 -1
  525. package/lib/cjs/kbd/Kbd.js +66 -0
  526. package/lib/cjs/kbd/Kbd.js.map +1 -0
  527. package/lib/cjs/kbd/index.js +26 -0
  528. package/lib/cjs/kbd/index.js.map +1 -0
  529. package/lib/cjs/kbd/kbd-utils.js +98 -0
  530. package/lib/cjs/kbd/kbd-utils.js.map +1 -0
  531. package/lib/cjs/kbd/stories/index.js +36 -0
  532. package/lib/cjs/kbd/stories/index.js.map +1 -0
  533. package/lib/cjs/kbd/stories/kbd-default.story.js +30 -0
  534. package/lib/cjs/kbd/stories/kbd-default.story.js.map +1 -0
  535. package/lib/cjs/kbd/stories/kbd.stories.js +63 -0
  536. package/lib/cjs/kbd/stories/kbd.stories.js.map +1 -0
  537. package/lib/cjs/kbd/stories/kdb-sequence.story.js +30 -0
  538. package/lib/cjs/kbd/stories/kdb-sequence.story.js.map +1 -0
  539. package/lib/cjs/loading-bar/LoadingBar.js +37 -0
  540. package/lib/cjs/loading-bar/LoadingBar.js.map +1 -0
  541. package/lib/cjs/loading-bar/index.js +1 -1
  542. package/lib/cjs/loading-bar/index.js.map +1 -1
  543. package/lib/cjs/loading-bar/stories/loading-bar.stories.js +10 -10
  544. package/lib/cjs/loading-bar/stories/loading-bar.stories.js.map +1 -1
  545. package/lib/cjs/loading-spinner/LoadingSpinner.js +20 -18
  546. package/lib/cjs/loading-spinner/LoadingSpinner.js.map +1 -1
  547. package/lib/cjs/logo/stories/index.js +40 -0
  548. package/lib/cjs/logo/stories/index.js.map +1 -0
  549. package/lib/cjs/logo/stories/logo-black.story.js +30 -0
  550. package/lib/cjs/logo/stories/logo-black.story.js.map +1 -0
  551. package/lib/cjs/logo/stories/logo-default.story.js +30 -0
  552. package/lib/cjs/logo/stories/logo-default.story.js.map +1 -0
  553. package/lib/cjs/logo/stories/logo-icon.story.js +30 -0
  554. package/lib/cjs/logo/stories/logo-icon.story.js.map +1 -0
  555. package/lib/cjs/logo/stories/logo.stories.js +88 -0
  556. package/lib/cjs/logo/stories/logo.stories.js.map +1 -0
  557. package/lib/cjs/menu/Menu.js +265 -0
  558. package/lib/cjs/menu/Menu.js.map +1 -0
  559. package/lib/cjs/menu/index.js +38 -0
  560. package/lib/cjs/menu/index.js.map +1 -0
  561. package/lib/cjs/menu/menu-types.js +23 -0
  562. package/lib/cjs/menu/menu-types.js.map +1 -0
  563. package/lib/cjs/menu/stories/index.js +72 -0
  564. package/lib/cjs/menu/stories/index.js.map +1 -0
  565. package/lib/cjs/menu/stories/menu-custom-items.story.js +33 -0
  566. package/lib/cjs/menu/stories/menu-custom-items.story.js.map +1 -0
  567. package/lib/cjs/menu/stories/menu-default.story.js +45 -0
  568. package/lib/cjs/menu/stories/menu-default.story.js.map +1 -0
  569. package/lib/cjs/menu/stories/menu-in-dialog.story.js +38 -0
  570. package/lib/cjs/menu/stories/menu-in-dialog.story.js.map +1 -0
  571. package/lib/cjs/menu/stories/menu-in-popover.story.js +34 -0
  572. package/lib/cjs/menu/stories/menu-in-popover.story.js.map +1 -0
  573. package/lib/cjs/menu/stories/menu-nested.story.js +34 -0
  574. package/lib/cjs/menu/stories/menu-nested.story.js.map +1 -0
  575. package/lib/cjs/menu/stories/menu-placements.story.js +45 -0
  576. package/lib/cjs/menu/stories/menu-placements.story.js.map +1 -0
  577. package/lib/cjs/menu/stories/menu-with-category.story.js +36 -0
  578. package/lib/cjs/menu/stories/menu-with-category.story.js.map +1 -0
  579. package/lib/cjs/menu/stories/menu-with-disabled-item.story.js +36 -0
  580. package/lib/cjs/menu/stories/menu-with-disabled-item.story.js.map +1 -0
  581. package/lib/cjs/menu/stories/menu-with-divider.story.js +36 -0
  582. package/lib/cjs/menu/stories/menu-with-divider.story.js.map +1 -0
  583. package/lib/cjs/menu/stories/menu-with-icon.story.js +34 -0
  584. package/lib/cjs/menu/stories/menu-with-icon.story.js.map +1 -0
  585. package/lib/cjs/menu/stories/menu-with-keyboard-shortcuts.story.js +34 -0
  586. package/lib/cjs/menu/stories/menu-with-keyboard-shortcuts.story.js.map +1 -0
  587. package/lib/cjs/menu/stories/menu.stories.js +183 -0
  588. package/lib/cjs/menu/stories/menu.stories.js.map +1 -0
  589. package/lib/cjs/modal/Modal.js +20 -8
  590. package/lib/cjs/modal/Modal.js.map +1 -1
  591. package/lib/cjs/next/index.js +0 -17
  592. package/lib/cjs/next/index.js.map +1 -1
  593. package/lib/cjs/popover/Popover.js +21 -14
  594. package/lib/cjs/popover/Popover.js.map +1 -1
  595. package/lib/cjs/popover/stories/index.js +48 -0
  596. package/lib/cjs/popover/stories/index.js.map +1 -0
  597. package/lib/cjs/popover/stories/popover-custom-offset.story.js +71 -0
  598. package/lib/cjs/popover/stories/popover-custom-offset.story.js.map +1 -0
  599. package/lib/cjs/popover/stories/popover-default.story.js +30 -0
  600. package/lib/cjs/popover/stories/popover-default.story.js.map +1 -0
  601. package/lib/cjs/popover/stories/popover-in-dialog.story.js +33 -0
  602. package/lib/cjs/popover/stories/popover-in-dialog.story.js.map +1 -0
  603. package/lib/cjs/popover/stories/popover-no-button-wrapper.story.js +30 -0
  604. package/lib/cjs/popover/stories/popover-no-button-wrapper.story.js.map +1 -0
  605. package/lib/cjs/popover/stories/popover-separate-anchor.story.js +33 -0
  606. package/lib/cjs/popover/stories/popover-separate-anchor.story.js.map +1 -0
  607. package/lib/cjs/popover/stories/popover.stories.js +97 -0
  608. package/lib/cjs/popover/stories/popover.stories.js.map +1 -0
  609. package/lib/cjs/popover/use-popover.js +4 -2
  610. package/lib/cjs/popover/use-popover.js.map +1 -1
  611. package/lib/cjs/progress-bar/ProgressBar.js +20 -18
  612. package/lib/cjs/progress-bar/ProgressBar.js.map +1 -1
  613. package/lib/cjs/radio/Radio.js +34 -18
  614. package/lib/cjs/radio/Radio.js.map +1 -1
  615. package/lib/cjs/radio/stories/index.js +6 -2
  616. package/lib/cjs/radio/stories/index.js.map +1 -1
  617. package/lib/cjs/radio/stories/radio-controlled.story.js +32 -0
  618. package/lib/cjs/radio/stories/radio-controlled.story.js.map +1 -0
  619. package/lib/cjs/radio/stories/radio-custom-label.story.js +1 -1
  620. package/lib/cjs/radio/stories/radio-custom-label.story.js.map +1 -1
  621. package/lib/cjs/radio/stories/radio-default.story.js +1 -1
  622. package/lib/cjs/radio/stories/radio-default.story.js.map +1 -1
  623. package/lib/cjs/radio/stories/radio-disabled.story.js +1 -1
  624. package/lib/cjs/radio/stories/radio-disabled.story.js.map +1 -1
  625. package/lib/cjs/radio/stories/radio-has-label-before.story.js +1 -1
  626. package/lib/cjs/radio/stories/radio-has-label-before.story.js.map +1 -1
  627. package/lib/cjs/radio/stories/radio-no-label.story.js +1 -1
  628. package/lib/cjs/radio/stories/radio-no-label.story.js.map +1 -1
  629. package/lib/cjs/radio/stories/radio.stories.js +32 -24
  630. package/lib/cjs/radio/stories/radio.stories.js.map +1 -1
  631. package/lib/cjs/segmented-control/SegmentedControl.js +8 -5
  632. package/lib/cjs/segmented-control/SegmentedControl.js.map +1 -1
  633. package/lib/cjs/segmented-control/stories/segmented-control-only-icons.story.js +1 -1
  634. package/lib/cjs/segmented-control/stories/segmented-control-only-icons.story.js.map +1 -1
  635. package/lib/cjs/select/Overrides.js +18 -15
  636. package/lib/cjs/select/Overrides.js.map +1 -1
  637. package/lib/cjs/select/Select.js +45 -46
  638. package/lib/cjs/select/Select.js.map +1 -1
  639. package/lib/cjs/select/stories/index.js +5 -5
  640. package/lib/cjs/select/stories/index.js.map +1 -1
  641. package/lib/cjs/select/stories/select-default.story.js +1 -1
  642. package/lib/cjs/select/stories/select-default.story.js.map +1 -1
  643. package/lib/cjs/select/stories/select-inside-dialog.story.js +44 -0
  644. package/lib/cjs/select/stories/select-inside-dialog.story.js.map +1 -0
  645. package/lib/cjs/select/stories/select.stories.js +32 -32
  646. package/lib/cjs/select/stories/select.stories.js.map +1 -1
  647. package/lib/cjs/side-navigation/SideNavigation.js +293 -130
  648. package/lib/cjs/side-navigation/SideNavigation.js.map +1 -1
  649. package/lib/cjs/side-navigation/side-navigation-context.js +39 -0
  650. package/lib/cjs/side-navigation/side-navigation-context.js.map +1 -0
  651. package/lib/cjs/side-navigation/side-navigation-types.js +23 -0
  652. package/lib/cjs/side-navigation/side-navigation-types.js.map +1 -0
  653. package/lib/cjs/side-navigation/stories/index.js +44 -0
  654. package/lib/cjs/side-navigation/stories/index.js.map +1 -0
  655. package/lib/cjs/side-navigation/stories/side-nav-badges.story.js +55 -0
  656. package/lib/cjs/side-navigation/stories/side-nav-badges.story.js.map +1 -0
  657. package/lib/cjs/side-navigation/stories/side-nav-compact.story.js +33 -0
  658. package/lib/cjs/side-navigation/stories/side-nav-compact.story.js.map +1 -0
  659. package/lib/cjs/side-navigation/stories/side-nav-default.story.js +34 -0
  660. package/lib/cjs/side-navigation/stories/side-nav-default.story.js.map +1 -0
  661. package/lib/cjs/side-navigation/stories/side-nav-secondary.story.js +35 -0
  662. package/lib/cjs/side-navigation/stories/side-nav-secondary.story.js.map +1 -0
  663. package/lib/cjs/side-navigation/stories/side-nav.stories.js +92 -0
  664. package/lib/cjs/side-navigation/stories/side-nav.stories.js.map +1 -0
  665. package/lib/cjs/skeleton/Skeleton.js +11 -9
  666. package/lib/cjs/skeleton/Skeleton.js.map +1 -1
  667. package/lib/cjs/skeleton/stories/index.js +48 -0
  668. package/lib/cjs/skeleton/stories/index.js.map +1 -0
  669. package/lib/cjs/skeleton/stories/skeleton-circular.story.js +30 -0
  670. package/lib/cjs/skeleton/stories/skeleton-circular.story.js.map +1 -0
  671. package/lib/cjs/skeleton/stories/skeleton-default.story.js +30 -0
  672. package/lib/cjs/skeleton/stories/skeleton-default.story.js.map +1 -0
  673. package/lib/cjs/skeleton/stories/skeleton-full-example.story.js +30 -0
  674. package/lib/cjs/skeleton/stories/skeleton-full-example.story.js.map +1 -0
  675. package/lib/cjs/skeleton/stories/skeleton-inherit-height.story.js +30 -0
  676. package/lib/cjs/skeleton/stories/skeleton-inherit-height.story.js.map +1 -0
  677. package/lib/cjs/skeleton/stories/skeleton-inherit-width.story.js +30 -0
  678. package/lib/cjs/skeleton/stories/skeleton-inherit-width.story.js.map +1 -0
  679. package/lib/cjs/skeleton/stories/skeleton.stories.js +137 -0
  680. package/lib/cjs/skeleton/stories/skeleton.stories.js.map +1 -0
  681. package/lib/cjs/slider/Slider.js +7 -4
  682. package/lib/cjs/slider/Slider.js.map +1 -1
  683. package/lib/cjs/spotlight/Spotlight.js +15 -37
  684. package/lib/cjs/spotlight/Spotlight.js.map +1 -1
  685. package/lib/cjs/spotlight/SpotlightProvider.js +79 -1
  686. package/lib/cjs/spotlight/SpotlightProvider.js.map +1 -1
  687. package/lib/cjs/spotlight/SpotlightTarget.js +44 -4
  688. package/lib/cjs/spotlight/SpotlightTarget.js.map +1 -1
  689. package/lib/cjs/spotlight/SpotlightTour.js +22 -44
  690. package/lib/cjs/spotlight/SpotlightTour.js.map +1 -1
  691. package/lib/cjs/spotlight/stories/index.js +14 -9
  692. package/lib/cjs/spotlight/stories/index.js.map +1 -1
  693. package/lib/cjs/spotlight/stories/spotlight-fixed-positioning.story.js +4 -9
  694. package/lib/cjs/spotlight/stories/spotlight-fixed-positioning.story.js.map +1 -1
  695. package/lib/cjs/spotlight/stories/spotlight-in-dialog.story.js +4 -9
  696. package/lib/cjs/spotlight/stories/spotlight-in-dialog.story.js.map +1 -1
  697. package/lib/cjs/spotlight/stories/spotlight-in-side-nav.story.js +4 -10
  698. package/lib/cjs/spotlight/stories/spotlight-in-side-nav.story.js.map +1 -1
  699. package/lib/cjs/spotlight/stories/spotlight-on-tabs.story.js +38 -0
  700. package/lib/cjs/spotlight/stories/spotlight-on-tabs.story.js.map +1 -0
  701. package/lib/cjs/spotlight/stories/spotlight-tour.story.js +1 -1
  702. package/lib/cjs/spotlight/stories/spotlight-tour.story.js.map +1 -1
  703. package/lib/cjs/spotlight/stories/spotlight-with-icon.story.js +4 -9
  704. package/lib/cjs/spotlight/stories/spotlight-with-icon.story.js.map +1 -1
  705. package/lib/cjs/spotlight/stories/spotlight-with-image.story.js +4 -9
  706. package/lib/cjs/spotlight/stories/spotlight-with-image.story.js.map +1 -1
  707. package/lib/cjs/spotlight/stories/spotlight-with-label.story.js +4 -9
  708. package/lib/cjs/spotlight/stories/spotlight-with-label.story.js.map +1 -1
  709. package/lib/cjs/spotlight/stories/spotlight-with-pointer.story.js +4 -9
  710. package/lib/cjs/spotlight/stories/spotlight-with-pointer.story.js.map +1 -1
  711. package/lib/cjs/spotlight/stories/spotlight.stories.js +16 -1
  712. package/lib/cjs/spotlight/stories/spotlight.stories.js.map +1 -1
  713. package/lib/cjs/spotlight/use-indicator.js +19 -9
  714. package/lib/cjs/spotlight/use-indicator.js.map +1 -1
  715. package/lib/cjs/spotlight/use-spotlight.js +6 -6
  716. package/lib/cjs/spotlight/use-spotlight.js.map +1 -1
  717. package/lib/cjs/status-indicator/StatusIndicator.js +23 -21
  718. package/lib/cjs/status-indicator/StatusIndicator.js.map +1 -1
  719. package/lib/cjs/status-indicator/stories/index.js +5 -5
  720. package/lib/cjs/status-indicator/stories/index.js.map +1 -1
  721. package/lib/cjs/status-indicator/stories/status-indicator-variants.story.js +30 -0
  722. package/lib/cjs/status-indicator/stories/status-indicator-variants.story.js.map +1 -0
  723. package/lib/cjs/status-indicator/stories/status-indicator.stories.js +10 -10
  724. package/lib/cjs/status-indicator/stories/status-indicator.stories.js.map +1 -1
  725. package/lib/cjs/status-label/StatusLabel.js +129 -0
  726. package/lib/cjs/status-label/StatusLabel.js.map +1 -0
  727. package/lib/cjs/status-label/index.js +38 -0
  728. package/lib/cjs/status-label/index.js.map +1 -0
  729. package/lib/cjs/status-label/stories/index.js +44 -0
  730. package/lib/cjs/status-label/stories/index.js.map +1 -0
  731. package/lib/cjs/status-label/stories/status-label-colors.story.js +30 -0
  732. package/lib/cjs/status-label/stories/status-label-colors.story.js.map +1 -0
  733. package/lib/cjs/status-label/stories/status-label-default.story.js +30 -0
  734. package/lib/cjs/status-label/stories/status-label-default.story.js.map +1 -0
  735. package/lib/cjs/status-label/stories/status-label-fills.story.js +30 -0
  736. package/lib/cjs/status-label/stories/status-label-fills.story.js.map +1 -0
  737. package/lib/cjs/status-label/stories/status-label-with-icons.story.js +30 -0
  738. package/lib/cjs/status-label/stories/status-label-with-icons.story.js.map +1 -0
  739. package/lib/cjs/status-label/stories/status-label.stories.js +92 -0
  740. package/lib/cjs/status-label/stories/status-label.stories.js.map +1 -0
  741. package/lib/cjs/switch/Switch.js +55 -32
  742. package/lib/cjs/switch/Switch.js.map +1 -1
  743. package/lib/cjs/switch/stories/index.js +5 -5
  744. package/lib/cjs/switch/stories/index.js.map +1 -1
  745. package/lib/cjs/switch/stories/switch-controlled.story.js +32 -0
  746. package/lib/cjs/switch/stories/switch-controlled.story.js.map +1 -0
  747. package/lib/cjs/switch/stories/switch-default.story.js +1 -1
  748. package/lib/cjs/switch/stories/switch-default.story.js.map +1 -1
  749. package/lib/cjs/switch/stories/switch-disabled.story.js +1 -1
  750. package/lib/cjs/switch/stories/switch-disabled.story.js.map +1 -1
  751. package/lib/cjs/switch/stories/switch-full.story.js +1 -1
  752. package/lib/cjs/switch/stories/switch-full.story.js.map +1 -1
  753. package/lib/cjs/switch/stories/switch-has-label-before.story.js +1 -1
  754. package/lib/cjs/switch/stories/switch-has-label-before.story.js.map +1 -1
  755. package/lib/cjs/switch/stories/switch-no-label.story.js +1 -1
  756. package/lib/cjs/switch/stories/switch-no-label.story.js.map +1 -1
  757. package/lib/cjs/switch/stories/switch.stories.js +17 -17
  758. package/lib/cjs/switch/stories/switch.stories.js.map +1 -1
  759. package/lib/cjs/tabs/Tabs.js +152 -20
  760. package/lib/cjs/tabs/Tabs.js.map +1 -1
  761. package/lib/cjs/tabs/stories/index.js +9 -1
  762. package/lib/cjs/tabs/stories/index.js.map +1 -1
  763. package/lib/cjs/tabs/stories/tabs-badge.story.js +32 -0
  764. package/lib/cjs/tabs/stories/tabs-badge.story.js.map +1 -0
  765. package/lib/cjs/tabs/stories/tabs-default.story.js +2 -2
  766. package/lib/cjs/tabs/stories/tabs-default.story.js.map +1 -1
  767. package/lib/cjs/tabs/stories/tabs-disabled.story.js +2 -2
  768. package/lib/cjs/tabs/stories/tabs-disabled.story.js.map +1 -1
  769. package/lib/cjs/tabs/stories/tabs-fill-variants.story.js +3 -3
  770. package/lib/cjs/tabs/stories/tabs-fill-variants.story.js.map +1 -1
  771. package/lib/cjs/tabs/stories/tabs-overflow.story.js +32 -0
  772. package/lib/cjs/tabs/stories/tabs-overflow.story.js.map +1 -0
  773. package/lib/cjs/tabs/stories/tabs-sizes.story.js +3 -3
  774. package/lib/cjs/tabs/stories/tabs-sizes.story.js.map +1 -1
  775. package/lib/cjs/tabs/stories/tabs-with-icons.story.js +1 -1
  776. package/lib/cjs/tabs/stories/tabs-with-icons.story.js.map +1 -1
  777. package/lib/cjs/tabs/stories/tabs.stories.js +27 -1
  778. package/lib/cjs/tabs/stories/tabs.stories.js.map +1 -1
  779. package/lib/cjs/tabs/use-tabs-scroll-overflow.js +104 -0
  780. package/lib/cjs/tabs/use-tabs-scroll-overflow.js.map +1 -0
  781. package/lib/cjs/tag/Tag.js +9 -7
  782. package/lib/cjs/tag/Tag.js.map +1 -1
  783. package/lib/cjs/text-area/TextArea.js +13 -11
  784. package/lib/cjs/text-area/TextArea.js.map +1 -1
  785. package/lib/cjs/text-area/stories/text-area-information-icon.story.js +1 -1
  786. package/lib/cjs/text-input/TextInput.js +11 -8
  787. package/lib/cjs/text-input/TextInput.js.map +1 -1
  788. package/lib/cjs/text-input/stories/text-input-disabled.story.js +1 -1
  789. package/lib/cjs/text-input/stories/text-input-disabled.story.js.map +1 -1
  790. package/lib/cjs/text-input/stories/text-input-full.story.js +3 -3
  791. package/lib/cjs/text-input/stories/text-input-full.story.js.map +1 -1
  792. package/lib/cjs/text-input/stories/text-input-information-icon.story.js +1 -1
  793. package/lib/cjs/text-input/stories/text-input-loading.story.js +1 -1
  794. package/lib/cjs/text-input/stories/text-input-loading.story.js.map +1 -1
  795. package/lib/cjs/text-input/stories/text-input-optional.story.js +1 -1
  796. package/lib/cjs/text-input/stories/text-input-optional.story.js.map +1 -1
  797. package/lib/cjs/text-input/stories/text-input-password.story.js +1 -1
  798. package/lib/cjs/text-input/stories/text-input-password.story.js.map +1 -1
  799. package/lib/cjs/text-input/stories/text-input-required.story.js +1 -1
  800. package/lib/cjs/text-input/stories/text-input-required.story.js.map +1 -1
  801. package/lib/cjs/text-input/stories/text-input-with-icons.story.js +1 -1
  802. package/lib/cjs/text-input/stories/text-input-with-icons.story.js.map +1 -1
  803. package/lib/cjs/text-link/TextLink.js +9 -7
  804. package/lib/cjs/text-link/TextLink.js.map +1 -1
  805. package/lib/cjs/text-overflow/TextOverflow.js +30 -26
  806. package/lib/cjs/text-overflow/TextOverflow.js.map +1 -1
  807. package/lib/cjs/text-overflow/stories/character-limit.story.js +3 -2
  808. package/lib/cjs/text-overflow/stories/character-limit.story.js.map +1 -1
  809. package/lib/cjs/text-overflow/stories/expand-collapse-buttons.story.js +3 -2
  810. package/lib/cjs/text-overflow/stories/expand-collapse-buttons.story.js.map +1 -1
  811. package/lib/cjs/text-overflow/stories/line-clamp.story.js +3 -2
  812. package/lib/cjs/text-overflow/stories/line-clamp.story.js.map +1 -1
  813. package/lib/cjs/text-overflow/stories/mixed-content.story.js +2 -1
  814. package/lib/cjs/text-overflow/stories/mixed-content.story.js.map +1 -1
  815. package/lib/cjs/text-overflow/stories/text-overflow.stories.js +22 -8
  816. package/lib/cjs/text-overflow/stories/text-overflow.stories.js.map +1 -1
  817. package/lib/cjs/text-overflow/stories/width-based-truncation.story.js +3 -2
  818. package/lib/cjs/text-overflow/stories/width-based-truncation.story.js.map +1 -1
  819. package/lib/cjs/text-overflow/use-truncate-with-button.js +4 -4
  820. package/lib/cjs/text-overflow/use-truncate-with-button.js.map +1 -1
  821. package/lib/cjs/theme/ThemeProvider.js +7 -4
  822. package/lib/cjs/theme/ThemeProvider.js.map +1 -1
  823. package/lib/cjs/time-picker/TimePicker.js +15 -13
  824. package/lib/cjs/time-picker/TimePicker.js.map +1 -1
  825. package/lib/cjs/time-picker/stories/index.js +36 -0
  826. package/lib/cjs/time-picker/stories/index.js.map +1 -0
  827. package/lib/cjs/time-picker/stories/time-picker-default.story.js +32 -0
  828. package/lib/cjs/time-picker/stories/time-picker-default.story.js.map +1 -0
  829. package/lib/cjs/time-picker/stories/time-picker-in-dialog.story.js +32 -0
  830. package/lib/cjs/time-picker/stories/time-picker-in-dialog.story.js.map +1 -0
  831. package/lib/cjs/time-picker/stories/time-picker.stories.js +63 -0
  832. package/lib/cjs/time-picker/stories/time-picker.stories.js.map +1 -0
  833. package/lib/cjs/toast/Toast.js +27 -39
  834. package/lib/cjs/toast/Toast.js.map +1 -1
  835. package/lib/cjs/tooltip/Tooltip.js +2 -29
  836. package/lib/cjs/tooltip/Tooltip.js.map +1 -1
  837. package/lib/cjs/tooltip/stories/index.js +9 -5
  838. package/lib/cjs/tooltip/stories/index.js.map +1 -1
  839. package/lib/cjs/tooltip/stories/tooltip-in-dialog.story.js +4 -1
  840. package/lib/cjs/tooltip/stories/tooltip-in-dialog.story.js.map +1 -1
  841. package/lib/cjs/tooltip/stories/tooltip-rich-link.story.js +30 -0
  842. package/lib/cjs/tooltip/stories/tooltip-rich-link.story.js.map +1 -0
  843. package/lib/cjs/tooltip/stories/tooltip-rich.story.js +1 -1
  844. package/lib/cjs/tooltip/stories/tooltip-rich.story.js.map +1 -1
  845. package/lib/cjs/tooltip/stories/tooltip-with-keyboard-shortcut.story.js +30 -0
  846. package/lib/cjs/tooltip/stories/tooltip-with-keyboard-shortcut.story.js.map +1 -0
  847. package/lib/cjs/tooltip/stories/tooltip.stories.js +17 -4
  848. package/lib/cjs/tooltip/stories/tooltip.stories.js.map +1 -1
  849. package/lib/cjs/tooltip/use-tooltip.js +5 -2
  850. package/lib/cjs/tooltip/use-tooltip.js.map +1 -1
  851. package/lib/cjs/tree-view/TreeView.js +7 -3
  852. package/lib/cjs/tree-view/TreeView.js.map +1 -1
  853. package/lib/cjs/tree-view/TreeViewItem.js.map +1 -1
  854. package/lib/cjs/tree-view/TreeViewTextItem.js +2 -2
  855. package/lib/cjs/tree-view/TreeViewTextItem.js.map +1 -1
  856. package/lib/cjs/tree-view/stories/index.js +40 -0
  857. package/lib/cjs/tree-view/stories/index.js.map +1 -0
  858. package/lib/cjs/tree-view/stories/treeview-custom.story.js +92 -0
  859. package/lib/cjs/tree-view/stories/treeview-custom.story.js.map +1 -0
  860. package/lib/cjs/tree-view/stories/treeview-default.story.js +249 -0
  861. package/lib/cjs/tree-view/stories/treeview-default.story.js.map +1 -0
  862. package/lib/cjs/tree-view/stories/treeview-skeleton-loading.story.js +90 -0
  863. package/lib/cjs/tree-view/stories/treeview-skeleton-loading.story.js.map +1 -0
  864. package/lib/cjs/tree-view/stories/treeview.stories.js +72 -0
  865. package/lib/cjs/tree-view/stories/treeview.stories.js.map +1 -0
  866. package/lib/cjs/typography/Typography.js +5 -2
  867. package/lib/cjs/typography/Typography.js.map +1 -1
  868. package/lib/cjs/typography/stories/index.js +35 -0
  869. package/lib/cjs/typography/stories/index.js.map +1 -0
  870. package/lib/cjs/typography/stories/typography-anchor.story.js +25 -0
  871. package/lib/cjs/typography/stories/typography-anchor.story.js.map +1 -0
  872. package/lib/cjs/typography/stories/typography-default.story.js +22 -0
  873. package/lib/cjs/typography/stories/typography-default.story.js.map +1 -0
  874. package/lib/cjs/typography/stories/typography-variants.story.js +24 -0
  875. package/lib/cjs/typography/stories/typography-variants.story.js.map +1 -0
  876. package/lib/cjs/typography/stories/typography.stories.js +72 -0
  877. package/lib/cjs/typography/stories/typography.stories.js.map +1 -0
  878. package/lib/cjs/wizard/Wizard.js +11 -8
  879. package/lib/cjs/wizard/Wizard.js.map +1 -1
  880. package/lib/esm/_common/CodeBlockWrapper.js +20 -23
  881. package/lib/esm/_common/CodeBlockWrapper.js.map +1 -1
  882. package/lib/esm/_common/index.js +22 -0
  883. package/lib/esm/_common/index.js.map +1 -0
  884. package/lib/esm/_common/use-semi-controlled-input.js +43 -0
  885. package/lib/esm/_common/use-semi-controlled-input.js.map +1 -0
  886. package/lib/esm/_common/use-semi-controlled-state.js +13 -16
  887. package/lib/esm/_common/use-semi-controlled-state.js.map +1 -1
  888. package/lib/esm/_common/utils.js +23 -0
  889. package/lib/esm/_common/utils.js.map +1 -1
  890. package/lib/esm/accordion/Accordion.js +13 -14
  891. package/lib/esm/accordion/Accordion.js.map +1 -1
  892. package/lib/esm/accordion/stories/index.js +7 -6
  893. package/lib/esm/accordion/stories/index.js.map +1 -1
  894. package/lib/esm/ai/index.js +22 -0
  895. package/lib/esm/ai/index.js.map +1 -0
  896. package/lib/esm/ai/presence/Presence.js +47 -0
  897. package/lib/esm/ai/presence/Presence.js.map +1 -0
  898. package/lib/esm/ai/presence/index.js +22 -0
  899. package/lib/esm/ai/presence/index.js.map +1 -0
  900. package/lib/esm/ai/presence/stories/ai-presence-default.story.js +31 -0
  901. package/lib/esm/ai/presence/stories/ai-presence-default.story.js.map +1 -0
  902. package/lib/esm/ai/presence/stories/ai-presence-thinking.story.js +29 -0
  903. package/lib/esm/ai/presence/stories/ai-presence-thinking.story.js.map +1 -0
  904. package/lib/esm/ai/presence/stories/ai-presence.stories.js +49 -0
  905. package/lib/esm/ai/presence/stories/ai-presence.stories.js.map +1 -0
  906. package/lib/esm/ai/presence/stories/index.js +28 -0
  907. package/lib/esm/ai/presence/stories/index.js.map +1 -0
  908. package/lib/esm/avatar/Avatar.js +24 -34
  909. package/lib/esm/avatar/Avatar.js.map +1 -1
  910. package/lib/esm/avatar/stories/avatar-sizes.story.js +1 -1
  911. package/lib/esm/avatar/stories/avatar-sizes.story.js.map +1 -1
  912. package/lib/esm/banner/Banner.js +45 -57
  913. package/lib/esm/banner/Banner.js.map +1 -1
  914. package/lib/esm/banner/stories/banner-closeable.story.js +3 -2
  915. package/lib/esm/banner/stories/banner-closeable.story.js.map +1 -1
  916. package/lib/esm/banner/stories/banner-global.story.js +3 -2
  917. package/lib/esm/banner/stories/banner-global.story.js.map +1 -1
  918. package/lib/esm/banner/stories/banner-variants.story.js +28 -0
  919. package/lib/esm/banner/stories/banner-variants.story.js.map +1 -0
  920. package/lib/esm/banner/stories/banner-with-actions.story.js +3 -14
  921. package/lib/esm/banner/stories/banner-with-actions.story.js.map +1 -1
  922. package/lib/esm/banner/stories/banner-with-icons.story.js +1 -1
  923. package/lib/esm/banner/stories/banner-with-icons.story.js.map +1 -1
  924. package/lib/esm/banner/stories/banner-without-title.story.js +2 -8
  925. package/lib/esm/banner/stories/banner-without-title.story.js.map +1 -1
  926. package/lib/esm/banner/stories/banner.stories.js +23 -17
  927. package/lib/esm/banner/stories/banner.stories.js.map +1 -1
  928. package/lib/esm/banner/stories/index.js +9 -8
  929. package/lib/esm/banner/stories/index.js.map +1 -1
  930. package/lib/esm/box/Box.js +37 -0
  931. package/lib/esm/box/Box.js.map +1 -0
  932. package/lib/esm/box/index.js +22 -0
  933. package/lib/esm/box/index.js.map +1 -0
  934. package/lib/esm/box/stories/box-default.story.js +27 -0
  935. package/lib/esm/box/stories/box-default.story.js.map +1 -0
  936. package/lib/esm/box/stories/box.stories.js +51 -0
  937. package/lib/esm/box/stories/box.stories.js.map +1 -0
  938. package/lib/esm/box/stories/index.js +25 -0
  939. package/lib/esm/box/stories/index.js.map +1 -0
  940. package/lib/esm/breadcrumbs/Breadcrumbs.js +51 -100
  941. package/lib/esm/breadcrumbs/Breadcrumbs.js.map +1 -1
  942. package/lib/esm/breadcrumbs/stories/breadcrumbs-ellipses.story.js +33 -0
  943. package/lib/esm/breadcrumbs/stories/breadcrumbs-ellipses.story.js.map +1 -0
  944. package/lib/esm/breadcrumbs/stories/breadcrumbs-header.story.js +34 -0
  945. package/lib/esm/breadcrumbs/stories/breadcrumbs-header.story.js.map +1 -0
  946. package/lib/esm/breadcrumbs/stories/breadcrumbs-pages.story.js +28 -0
  947. package/lib/esm/breadcrumbs/stories/breadcrumbs-pages.story.js.map +1 -0
  948. package/lib/esm/breadcrumbs/stories/breadcrumbs-steps.story.js +28 -0
  949. package/lib/esm/breadcrumbs/stories/breadcrumbs-steps.story.js.map +1 -0
  950. package/lib/esm/breadcrumbs/stories/breadcrumbs.stories.js +85 -0
  951. package/lib/esm/breadcrumbs/stories/breadcrumbs.stories.js.map +1 -0
  952. package/lib/esm/breadcrumbs/stories/index.js +34 -0
  953. package/lib/esm/breadcrumbs/stories/index.js.map +1 -0
  954. package/lib/esm/button/ButtonBase.js +15 -16
  955. package/lib/esm/button/ButtonBase.js.map +1 -1
  956. package/lib/esm/button/stories/button-leading-icon.story.js +1 -1
  957. package/lib/esm/button/stories/button-leading-icon.story.js.map +1 -1
  958. package/lib/esm/button/stories/button.stories.js +1 -8
  959. package/lib/esm/button/stories/button.stories.js.map +1 -1
  960. package/lib/esm/checkbox/Checkbox.js +55 -23
  961. package/lib/esm/checkbox/Checkbox.js.map +1 -1
  962. package/lib/esm/checkbox/stories/checkbox-controlled.story.js +30 -0
  963. package/lib/esm/checkbox/stories/checkbox-controlled.story.js.map +1 -0
  964. package/lib/esm/checkbox/stories/checkbox-default.story.js +1 -1
  965. package/lib/esm/checkbox/stories/checkbox-default.story.js.map +1 -1
  966. package/lib/esm/checkbox/stories/checkbox-disabled.story.js +1 -1
  967. package/lib/esm/checkbox/stories/checkbox-disabled.story.js.map +1 -1
  968. package/lib/esm/checkbox/stories/checkbox-has-label-before.story.js +1 -1
  969. package/lib/esm/checkbox/stories/checkbox-has-label-before.story.js.map +1 -1
  970. package/lib/esm/checkbox/stories/checkbox-indeterminate.story.js +1 -1
  971. package/lib/esm/checkbox/stories/checkbox-indeterminate.story.js.map +1 -1
  972. package/lib/esm/checkbox/stories/checkbox-no-label.story.js +1 -1
  973. package/lib/esm/checkbox/stories/checkbox-no-label.story.js.map +1 -1
  974. package/lib/esm/checkbox/stories/checkbox.stories.js +15 -2
  975. package/lib/esm/checkbox/stories/checkbox.stories.js.map +1 -1
  976. package/lib/esm/checkbox/stories/index.js +4 -1
  977. package/lib/esm/checkbox/stories/index.js.map +1 -1
  978. package/lib/esm/clean-icon-button/CleanIconButton.js +2 -2
  979. package/lib/esm/clean-icon-button/CleanIconButton.js.map +1 -1
  980. package/lib/esm/clean-icon-button/stories/clean-icon-button-active.story.js +1 -1
  981. package/lib/esm/clean-icon-button/stories/clean-icon-button-active.story.js.map +1 -1
  982. package/lib/esm/clean-icon-button/stories/clean-icon-button-default.story.js +1 -1
  983. package/lib/esm/clean-icon-button/stories/clean-icon-button-default.story.js.map +1 -1
  984. package/lib/esm/clean-icon-button/stories/clean-icon-button-disabled.story.js +1 -1
  985. package/lib/esm/clean-icon-button/stories/clean-icon-button-disabled.story.js.map +1 -1
  986. package/lib/esm/clean-icon-button/stories/clean-icon-button-loading.story.js +1 -1
  987. package/lib/esm/clean-icon-button/stories/clean-icon-button-loading.story.js.map +1 -1
  988. package/lib/esm/clean-icon-button/stories/clean-icon-button-sizes.story.js +1 -1
  989. package/lib/esm/clean-icon-button/stories/clean-icon-button-sizes.story.js.map +1 -1
  990. package/lib/esm/clean-icon-button/stories/clean-icon-button-tone.story.js +1 -1
  991. package/lib/esm/clean-icon-button/stories/clean-icon-button-tone.story.js.map +1 -1
  992. package/lib/esm/clipboard-button/ClipboardButton.js +148 -0
  993. package/lib/esm/clipboard-button/ClipboardButton.js.map +1 -0
  994. package/lib/esm/clipboard-button/index.js.map +1 -0
  995. package/lib/esm/clipboard-button/stories/clipboard-button-default.story.js +28 -0
  996. package/lib/esm/clipboard-button/stories/clipboard-button-default.story.js.map +1 -0
  997. package/lib/esm/clipboard-button/stories/clipboard-button-disabled.story.js +28 -0
  998. package/lib/esm/clipboard-button/stories/clipboard-button-disabled.story.js.map +1 -0
  999. package/lib/esm/clipboard-button/stories/clipboard-button-not-clean.story.js +28 -0
  1000. package/lib/esm/clipboard-button/stories/clipboard-button-not-clean.story.js.map +1 -0
  1001. package/lib/esm/clipboard-button/stories/clipboard-button-not-icon-button.story.js +28 -0
  1002. package/lib/esm/clipboard-button/stories/clipboard-button-not-icon-button.story.js.map +1 -0
  1003. package/lib/esm/clipboard-button/stories/clipboard-button-sizes.story.js +28 -0
  1004. package/lib/esm/clipboard-button/stories/clipboard-button-sizes.story.js.map +1 -0
  1005. package/lib/esm/clipboard-button/stories/clipboard-button-tooltip.story.js +36 -0
  1006. package/lib/esm/clipboard-button/stories/clipboard-button-tooltip.story.js.map +1 -0
  1007. package/lib/esm/clipboard-button/stories/clipboard-button.stories.js +116 -0
  1008. package/lib/esm/clipboard-button/stories/clipboard-button.stories.js.map +1 -0
  1009. package/lib/esm/clipboard-button/stories/index.js +40 -0
  1010. package/lib/esm/clipboard-button/stories/index.js.map +1 -0
  1011. package/lib/esm/code/Code.js +2 -2
  1012. package/lib/esm/code/Code.js.map +1 -1
  1013. package/lib/esm/code/stories/code-default.story.js +1 -1
  1014. package/lib/esm/code/stories/code-default.story.js.map +1 -1
  1015. package/lib/esm/code/stories/code-runnable.story.js +1 -1
  1016. package/lib/esm/code/stories/code-runnable.story.js.map +1 -1
  1017. package/lib/esm/code/stories/code.stories.js +3 -3
  1018. package/lib/esm/code/stories/code.stories.js.map +1 -1
  1019. package/lib/esm/code-block/CodeBlock.js +6 -6
  1020. package/lib/esm/code-block/CodeBlock.js.map +1 -1
  1021. package/lib/esm/code-block/stories/code-disabled.story.js +3 -3
  1022. package/lib/esm/code-block/stories/code-disabled.story.js.map +1 -1
  1023. package/lib/esm/code-block/stories/code-full.story.js +3 -3
  1024. package/lib/esm/code-block/stories/code-full.story.js.map +1 -1
  1025. package/lib/esm/code-block/stories/code-languages.story.js +1 -1
  1026. package/lib/esm/code-block/stories/code-languages.story.js.map +1 -1
  1027. package/lib/esm/code-block/stories/code-overflow.story.js +1 -1
  1028. package/lib/esm/code-block/stories/code-overflow.story.js.map +1 -1
  1029. package/lib/esm/code-block/stories/code-with-actions.story.js +2 -2
  1030. package/lib/esm/code-block/stories/code-with-actions.story.js.map +1 -1
  1031. package/lib/esm/code-block/stories/code-with-header.story.js +1 -1
  1032. package/lib/esm/code-block/stories/code-with-header.story.js.map +1 -1
  1033. package/lib/esm/code-block/stories/code-with-line-numbers.story.js +1 -1
  1034. package/lib/esm/code-block/stories/code-with-line-numbers.story.js.map +1 -1
  1035. package/lib/esm/code-block/stories/code.stories.js +3 -3
  1036. package/lib/esm/code-block/stories/code.stories.js.map +1 -1
  1037. package/lib/esm/color-picker/ColorPicker.js +20 -5
  1038. package/lib/esm/color-picker/ColorPicker.js.map +1 -1
  1039. package/lib/esm/conditional-wrap/ConditionalWrap.js +0 -4
  1040. package/lib/esm/conditional-wrap/ConditionalWrap.js.map +1 -1
  1041. package/lib/esm/conditional-wrap/stories/conditional-wrap-default.story.js +2 -2
  1042. package/lib/esm/conditional-wrap/stories/conditional-wrap-default.story.js.map +1 -1
  1043. package/lib/esm/conditional-wrap/stories/conditional-wrap.stories.js +3 -3
  1044. package/lib/esm/conditional-wrap/stories/conditional-wrap.stories.js.map +1 -1
  1045. package/lib/esm/conditional-wrap/stories/index.js +2 -1
  1046. package/lib/esm/conditional-wrap/stories/index.js.map +1 -1
  1047. package/lib/esm/data-grid/Components.js +122 -140
  1048. package/lib/esm/data-grid/Components.js.map +1 -1
  1049. package/lib/esm/data-grid/DataGrid.js +53 -64
  1050. package/lib/esm/data-grid/DataGrid.js.map +1 -1
  1051. package/lib/esm/data-grid/data-grid-context.js +32 -0
  1052. package/lib/esm/data-grid/data-grid-context.js.map +1 -0
  1053. package/lib/esm/data-grid/data-grid-nav/selectors.js +1 -1
  1054. package/lib/esm/data-grid/data-grid-nav/selectors.js.map +1 -1
  1055. package/lib/esm/data-grid/helpers/index.js +248 -0
  1056. package/lib/esm/data-grid/helpers/index.js.map +1 -0
  1057. package/lib/esm/data-grid/index.js +2 -2
  1058. package/lib/esm/data-grid/index.js.map +1 -1
  1059. package/lib/esm/data-grid/stories/datagrid-component-overriding.story.js +109 -0
  1060. package/lib/esm/data-grid/stories/datagrid-component-overriding.story.js.map +1 -0
  1061. package/lib/esm/data-grid/stories/datagrid-in-dialog.story.js +203 -0
  1062. package/lib/esm/data-grid/stories/datagrid-in-dialog.story.js.map +1 -0
  1063. package/lib/esm/data-grid/stories/datagrid-keyboard-navigation.story.js +121 -0
  1064. package/lib/esm/data-grid/stories/datagrid-keyboard-navigation.story.js.map +1 -0
  1065. package/lib/esm/data-grid/stories/datagrid-kitchen-sink.story.js +141 -0
  1066. package/lib/esm/data-grid/stories/datagrid-kitchen-sink.story.js.map +1 -0
  1067. package/lib/esm/data-grid/stories/datagrid-no-pagination-table.story.js +60 -0
  1068. package/lib/esm/data-grid/stories/datagrid-no-pagination-table.story.js.map +1 -0
  1069. package/lib/esm/data-grid/stories/datagrid-percentage-width-columns.story.js +71 -0
  1070. package/lib/esm/data-grid/stories/datagrid-percentage-width-columns.story.js.map +1 -0
  1071. package/lib/esm/data-grid/stories/datagrid-pinned-columns.stories.js +236 -0
  1072. package/lib/esm/data-grid/stories/datagrid-pinned-columns.stories.js.map +1 -0
  1073. package/lib/esm/data-grid/stories/datagrid-placeholder-states.stories.js +179 -0
  1074. package/lib/esm/data-grid/stories/datagrid-placeholder-states.stories.js.map +1 -0
  1075. package/lib/esm/data-grid/stories/datagrid-placeholder-states.story.js +74 -0
  1076. package/lib/esm/data-grid/stories/datagrid-placeholder-states.story.js.map +1 -0
  1077. package/lib/esm/data-grid/stories/datagrid-resizable-column.story.js +76 -0
  1078. package/lib/esm/data-grid/stories/datagrid-resizable-column.story.js.map +1 -0
  1079. package/lib/esm/data-grid/stories/datagrid-search-and-filters.stories.js +231 -0
  1080. package/lib/esm/data-grid/stories/datagrid-search-and-filters.stories.js.map +1 -0
  1081. package/lib/esm/data-grid/stories/datagrid-selectable.story.js +84 -0
  1082. package/lib/esm/data-grid/stories/datagrid-selectable.story.js.map +1 -0
  1083. package/lib/esm/data-grid/stories/datagrid-simple.story.js +79 -0
  1084. package/lib/esm/data-grid/stories/datagrid-simple.story.js.map +1 -0
  1085. package/lib/esm/data-grid/stories/datagrid-single-selectable.story.js +115 -0
  1086. package/lib/esm/data-grid/stories/datagrid-single-selectable.story.js.map +1 -0
  1087. package/lib/esm/data-grid/stories/datagrid-skeleton-loading.story.js +74 -0
  1088. package/lib/esm/data-grid/stories/datagrid-skeleton-loading.story.js.map +1 -0
  1089. package/lib/esm/data-grid/stories/datagrid-sortable.story.js +75 -0
  1090. package/lib/esm/data-grid/stories/datagrid-sortable.story.js.map +1 -0
  1091. package/lib/esm/data-grid/stories/datagrid-using-editable-cells.story.js +130 -0
  1092. package/lib/esm/data-grid/stories/datagrid-using-editable-cells.story.js.map +1 -0
  1093. package/lib/esm/data-grid/stories/datagrid-virtualization.story.js +132 -0
  1094. package/lib/esm/data-grid/stories/datagrid-virtualization.story.js.map +1 -0
  1095. package/lib/esm/data-grid/stories/datagrid.stories.js +220 -0
  1096. package/lib/esm/data-grid/stories/datagrid.stories.js.map +1 -0
  1097. package/lib/esm/data-grid/stories/index.js +75 -0
  1098. package/lib/esm/data-grid/stories/index.js.map +1 -0
  1099. package/lib/esm/data-grid/stories/staticData.js +507 -0
  1100. package/lib/esm/data-grid/stories/staticData.js.map +1 -0
  1101. package/lib/esm/date-picker/DatePicker.js +13 -10
  1102. package/lib/esm/date-picker/DatePicker.js.map +1 -1
  1103. package/lib/esm/date-picker/stories/date-picker-default.story.js +1 -1
  1104. package/lib/esm/date-picker/stories/date-picker-default.story.js.map +1 -1
  1105. package/lib/esm/date-picker/stories/date-picker-disabled.story.js +1 -1
  1106. package/lib/esm/date-picker/stories/date-picker-disabled.story.js.map +1 -1
  1107. package/lib/esm/date-picker/stories/date-picker-full.story.js +2 -4
  1108. package/lib/esm/date-picker/stories/date-picker-full.story.js.map +1 -1
  1109. package/lib/esm/date-picker/stories/date-picker-in-dialog.story.js +39 -0
  1110. package/lib/esm/date-picker/stories/date-picker-in-dialog.story.js.map +1 -0
  1111. package/lib/esm/date-picker/stories/date-picker-min-max-date.story.js +3 -3
  1112. package/lib/esm/date-picker/stories/date-picker-min-max-date.story.js.map +1 -1
  1113. package/lib/esm/date-picker/stories/date-picker-opens-to-date.story.js +2 -2
  1114. package/lib/esm/date-picker/stories/date-picker-opens-to-date.story.js.map +1 -1
  1115. package/lib/esm/date-picker/stories/date-picker-portaled.story.js +40 -0
  1116. package/lib/esm/date-picker/stories/date-picker-portaled.story.js.map +1 -0
  1117. package/lib/esm/date-picker/stories/date-picker-range.story.js +44 -0
  1118. package/lib/esm/date-picker/stories/date-picker-range.story.js.map +1 -0
  1119. package/lib/esm/date-picker/stories/date-picker-starts-on-monday.story.js +2 -2
  1120. package/lib/esm/date-picker/stories/date-picker-starts-on-monday.story.js.map +1 -1
  1121. package/lib/esm/date-picker/stories/date-picker-text-input-props.story.js +2 -2
  1122. package/lib/esm/date-picker/stories/date-picker-text-input-props.story.js.map +1 -1
  1123. package/lib/esm/date-picker/stories/date-picker-with-time-picker.story.js +3 -3
  1124. package/lib/esm/date-picker/stories/date-picker-with-time-picker.story.js.map +1 -1
  1125. package/lib/esm/date-picker/stories/date-picker.stories.js +57 -77
  1126. package/lib/esm/date-picker/stories/date-picker.stories.js.map +1 -1
  1127. package/lib/esm/date-picker/stories/index.js +9 -3
  1128. package/lib/esm/date-picker/stories/index.js.map +1 -1
  1129. package/lib/esm/dialog/Dialog.js +34 -22
  1130. package/lib/esm/dialog/Dialog.js.map +1 -1
  1131. package/lib/esm/dialog/dialog-types.js.map +1 -1
  1132. package/lib/esm/dialog/index.js +1 -1
  1133. package/lib/esm/dialog/index.js.map +1 -1
  1134. package/lib/esm/dialog/stories/dialog-danger.story.js +2 -2
  1135. package/lib/esm/dialog/stories/dialog-danger.story.js.map +1 -1
  1136. package/lib/esm/dialog/stories/dialog-default.story.js +4 -3
  1137. package/lib/esm/dialog/stories/dialog-default.story.js.map +1 -1
  1138. package/lib/esm/dialog/stories/dialog-image.story.js +1 -1
  1139. package/lib/esm/dialog/stories/dialog-image.story.js.map +1 -1
  1140. package/lib/esm/dialog/stories/dialog-info.story.js +2 -2
  1141. package/lib/esm/dialog/stories/dialog-info.story.js.map +1 -1
  1142. package/lib/esm/dialog/stories/dialog-top-aligned.story.js +2 -3
  1143. package/lib/esm/dialog/stories/dialog-top-aligned.story.js.map +1 -1
  1144. package/lib/esm/dialog/stories/dialog-variants.story.js +38 -0
  1145. package/lib/esm/dialog/stories/dialog-variants.story.js.map +1 -0
  1146. package/lib/esm/dialog/stories/dialog-warning.story.js +2 -2
  1147. package/lib/esm/dialog/stories/dialog-warning.story.js.map +1 -1
  1148. package/lib/esm/dialog/stories/dialog.stories.js +22 -22
  1149. package/lib/esm/dialog/stories/dialog.stories.js.map +1 -1
  1150. package/lib/esm/dialog/stories/index.js +3 -3
  1151. package/lib/esm/dialog/stories/index.js.map +1 -1
  1152. package/lib/esm/divider/stories/divider-default.story.js +33 -0
  1153. package/lib/esm/divider/stories/divider-default.story.js.map +1 -0
  1154. package/lib/esm/divider/stories/divider-horizontal.story.js +33 -0
  1155. package/lib/esm/divider/stories/divider-horizontal.story.js.map +1 -0
  1156. package/lib/esm/divider/stories/divider-vertical.story.js +33 -0
  1157. package/lib/esm/divider/stories/divider-vertical.story.js.map +1 -0
  1158. package/lib/esm/divider/stories/divider.stories.js +64 -0
  1159. package/lib/esm/divider/stories/divider.stories.js.map +1 -0
  1160. package/lib/esm/divider/stories/index.js +29 -0
  1161. package/lib/esm/divider/stories/index.js.map +1 -0
  1162. package/lib/esm/drawer/Drawer.js +11 -12
  1163. package/lib/esm/drawer/Drawer.js.map +1 -1
  1164. package/lib/esm/drawer/stories/drawer-full.story.js +2 -2
  1165. package/lib/esm/drawer/stories/drawer-full.story.js.map +1 -1
  1166. package/lib/esm/drawer/stories/drawer-scrollable.story.js +2 -2
  1167. package/lib/esm/drawer/stories/drawer-scrollable.story.js.map +1 -1
  1168. package/lib/esm/drawer/stories/drawer.stories.js +0 -8
  1169. package/lib/esm/drawer/stories/drawer.stories.js.map +1 -1
  1170. package/lib/esm/dropdown-button/DropdownButton.js +3 -4
  1171. package/lib/esm/dropdown-button/DropdownButton.js.map +1 -1
  1172. package/lib/esm/dropdown-button/stories/dropdown-button-with-avatar.story.js +1 -1
  1173. package/lib/esm/dropdown-button/stories/dropdown-button-with-avatar.story.js.map +1 -1
  1174. package/lib/esm/dropdown-button/stories/dropdown-button-with-menu.story.js +33 -0
  1175. package/lib/esm/dropdown-button/stories/dropdown-button-with-menu.story.js.map +1 -0
  1176. package/lib/esm/dropdown-button/stories/dropdown-button-with-status-indicator.story.js +1 -1
  1177. package/lib/esm/dropdown-button/stories/dropdown-button-with-status-indicator.story.js.map +1 -1
  1178. package/lib/esm/dropdown-button/stories/dropdown-button.stories.js +4 -4
  1179. package/lib/esm/dropdown-button/stories/dropdown-button.stories.js.map +1 -1
  1180. package/lib/esm/dropdown-button/stories/index.js +3 -3
  1181. package/lib/esm/dropdown-button/stories/index.js.map +1 -1
  1182. package/lib/esm/dropzone/Dropzone.js +25 -14
  1183. package/lib/esm/dropzone/Dropzone.js.map +1 -1
  1184. package/lib/esm/dropzone/stories/dropzone-full.story.js +1 -1
  1185. package/lib/esm/dropzone/stories/dropzone-full.story.js.map +1 -1
  1186. package/lib/esm/dropzone/stories/dropzone-loading-progress.story.js +1 -1
  1187. package/lib/esm/dropzone/stories/dropzone-loading-progress.story.js.map +1 -1
  1188. package/lib/esm/flex/Flex.js +48 -0
  1189. package/lib/esm/flex/Flex.js.map +1 -0
  1190. package/lib/esm/flex/index.js +22 -0
  1191. package/lib/esm/flex/index.js.map +1 -0
  1192. package/lib/esm/flex/stories/flex-default.story.js +55 -0
  1193. package/lib/esm/flex/stories/flex-default.story.js.map +1 -0
  1194. package/lib/esm/flex/stories/flex.stories.js +45 -0
  1195. package/lib/esm/flex/stories/flex.stories.js.map +1 -0
  1196. package/lib/esm/flex/stories/index.js +25 -0
  1197. package/lib/esm/flex/stories/index.js.map +1 -0
  1198. package/lib/esm/graph-label/GraphLabel.js +1 -1
  1199. package/lib/esm/graph-label/GraphLabel.js.map +1 -1
  1200. package/lib/esm/icon-button/IconButton.js +2 -2
  1201. package/lib/esm/icon-button/IconButton.js.map +1 -1
  1202. package/lib/esm/icon-button/stories/icon-button-active.story.js +1 -1
  1203. package/lib/esm/icon-button/stories/icon-button-active.story.js.map +1 -1
  1204. package/lib/esm/icon-button/stories/icon-button-default.story.js +1 -1
  1205. package/lib/esm/icon-button/stories/icon-button-default.story.js.map +1 -1
  1206. package/lib/esm/icon-button/stories/icon-button-disabled.story.js +1 -1
  1207. package/lib/esm/icon-button/stories/icon-button-disabled.story.js.map +1 -1
  1208. package/lib/esm/icon-button/stories/icon-button-floating.story.js +1 -1
  1209. package/lib/esm/icon-button/stories/icon-button-floating.story.js.map +1 -1
  1210. package/lib/esm/icon-button/stories/icon-button-loading.story.js +1 -1
  1211. package/lib/esm/icon-button/stories/icon-button-loading.story.js.map +1 -1
  1212. package/lib/esm/icon-button/stories/icon-button-sizes.story.js +1 -1
  1213. package/lib/esm/icon-button/stories/icon-button-sizes.story.js.map +1 -1
  1214. package/lib/esm/icon-button/stories/icon-button-tone.story.js +1 -1
  1215. package/lib/esm/icon-button/stories/icon-button-tone.story.js.map +1 -1
  1216. package/lib/esm/icon-button-array/IconButtonArray.js +2 -2
  1217. package/lib/esm/icon-button-array/IconButtonArray.js.map +1 -1
  1218. package/lib/esm/icon-button-array/stories/icon-button-array-collapsible.story.js +1 -1
  1219. package/lib/esm/icon-button-array/stories/icon-button-array-collapsible.story.js.map +1 -1
  1220. package/lib/esm/icon-button-array/stories/icon-button-array-floating.story.js +1 -1
  1221. package/lib/esm/icon-button-array/stories/icon-button-array-floating.story.js.map +1 -1
  1222. package/lib/esm/icon-button-array/stories/icon-button-array-horizontal.story.js +1 -1
  1223. package/lib/esm/icon-button-array/stories/icon-button-array-horizontal.story.js.map +1 -1
  1224. package/lib/esm/icon-button-array/stories/icon-button-array-sizes.story.js +1 -1
  1225. package/lib/esm/icon-button-array/stories/icon-button-array-sizes.story.js.map +1 -1
  1226. package/lib/esm/icon-button-array/stories/icon-button-array-vertical.story.js +1 -1
  1227. package/lib/esm/icon-button-array/stories/icon-button-array-vertical.story.js.map +1 -1
  1228. package/lib/esm/icon-button-base/IconButtonBase.js +18 -19
  1229. package/lib/esm/icon-button-base/IconButtonBase.js.map +1 -1
  1230. package/lib/esm/icons/generated/custom/AddNode.js +4 -4
  1231. package/lib/esm/icons/generated/custom/AddNode.js.map +1 -1
  1232. package/lib/esm/icons/generated/custom/AlignBottom.js +4 -4
  1233. package/lib/esm/icons/generated/custom/AlignBottom.js.map +1 -1
  1234. package/lib/esm/icons/generated/custom/AlignCenter.js +4 -4
  1235. package/lib/esm/icons/generated/custom/AlignCenter.js.map +1 -1
  1236. package/lib/esm/icons/generated/custom/AlignTop.js +4 -4
  1237. package/lib/esm/icons/generated/custom/AlignTop.js.map +1 -1
  1238. package/lib/esm/icons/generated/custom/Bold.js +4 -4
  1239. package/lib/esm/icons/generated/custom/Bold.js.map +1 -1
  1240. package/lib/esm/icons/generated/custom/Boolean.js +4 -4
  1241. package/lib/esm/icons/generated/custom/Boolean.js.map +1 -1
  1242. package/lib/esm/icons/generated/custom/Circle.js +4 -4
  1243. package/lib/esm/icons/generated/custom/Circle.js.map +1 -1
  1244. package/lib/esm/icons/generated/custom/CloudCheck.js +28 -0
  1245. package/lib/esm/icons/generated/custom/CloudCheck.js.map +1 -0
  1246. package/lib/esm/icons/generated/custom/CloudCross.js +28 -0
  1247. package/lib/esm/icons/generated/custom/CloudCross.js.map +1 -0
  1248. package/lib/esm/icons/generated/custom/Configure.js +4 -4
  1249. package/lib/esm/icons/generated/custom/Configure.js.map +1 -1
  1250. package/lib/esm/icons/generated/custom/CurlyBrackets.js +4 -4
  1251. package/lib/esm/icons/generated/custom/CurlyBrackets.js.map +1 -1
  1252. package/lib/esm/icons/generated/custom/DataGridCross.js +28 -0
  1253. package/lib/esm/icons/generated/custom/DataGridCross.js.map +1 -0
  1254. package/lib/esm/icons/generated/custom/DataScience.js +28 -0
  1255. package/lib/esm/icons/generated/custom/DataScience.js.map +1 -0
  1256. package/lib/esm/icons/generated/custom/DatabaseCross.js +28 -0
  1257. package/lib/esm/icons/generated/custom/DatabaseCross.js.map +1 -0
  1258. package/lib/esm/icons/generated/custom/DatabasePlug.js +28 -0
  1259. package/lib/esm/icons/generated/custom/DatabasePlug.js.map +1 -0
  1260. package/lib/esm/icons/generated/custom/DatabasePlus.js +28 -0
  1261. package/lib/esm/icons/generated/custom/DatabasePlus.js.map +1 -0
  1262. package/lib/esm/icons/generated/custom/DatabaseSignal.js +4 -4
  1263. package/lib/esm/icons/generated/custom/DatabaseSignal.js.map +1 -1
  1264. package/lib/esm/icons/generated/custom/Deployments.js +28 -0
  1265. package/lib/esm/icons/generated/custom/Deployments.js.map +1 -0
  1266. package/lib/esm/icons/generated/custom/DividerSquareDash.js +28 -0
  1267. package/lib/esm/icons/generated/custom/DividerSquareDash.js.map +1 -0
  1268. package/lib/esm/icons/generated/custom/Drag.js +4 -4
  1269. package/lib/esm/icons/generated/custom/Drag.js.map +1 -1
  1270. package/lib/esm/icons/generated/custom/Expand.js +4 -4
  1271. package/lib/esm/icons/generated/custom/Expand.js.map +1 -1
  1272. package/lib/esm/icons/generated/custom/Explore.js +4 -4
  1273. package/lib/esm/icons/generated/custom/Explore.js.map +1 -1
  1274. package/lib/esm/icons/generated/custom/ExternalLink.js +4 -4
  1275. package/lib/esm/icons/generated/custom/ExternalLink.js.map +1 -1
  1276. package/lib/esm/icons/generated/custom/FitToScreen.js +4 -4
  1277. package/lib/esm/icons/generated/custom/FitToScreen.js.map +1 -1
  1278. package/lib/esm/icons/generated/custom/FolderBookmark.js +4 -4
  1279. package/lib/esm/icons/generated/custom/FolderBookmark.js.map +1 -1
  1280. package/lib/esm/icons/generated/custom/FontSize.js +28 -0
  1281. package/lib/esm/icons/generated/custom/FontSize.js.map +1 -0
  1282. package/lib/esm/icons/generated/custom/Github.js +4 -4
  1283. package/lib/esm/icons/generated/custom/Github.js.map +1 -1
  1284. package/lib/esm/icons/generated/custom/GraphCross.js +28 -0
  1285. package/lib/esm/icons/generated/custom/GraphCross.js.map +1 -0
  1286. package/lib/esm/icons/generated/custom/Hand.js +28 -0
  1287. package/lib/esm/icons/generated/custom/Hand.js.map +1 -0
  1288. package/lib/esm/icons/generated/custom/Headset.js +28 -0
  1289. package/lib/esm/icons/generated/custom/Headset.js.map +1 -0
  1290. package/lib/esm/icons/generated/custom/Heartbeat.js +28 -0
  1291. package/lib/esm/icons/generated/custom/Heartbeat.js.map +1 -0
  1292. package/lib/esm/icons/generated/custom/HierarchyOne.js +28 -0
  1293. package/lib/esm/icons/generated/custom/HierarchyOne.js.map +1 -0
  1294. package/lib/esm/icons/generated/custom/HierarchyTwo.js +28 -0
  1295. package/lib/esm/icons/generated/custom/HierarchyTwo.js.map +1 -0
  1296. package/lib/esm/icons/generated/custom/Italic.js +4 -4
  1297. package/lib/esm/icons/generated/custom/Italic.js.map +1 -1
  1298. package/lib/esm/icons/generated/custom/Lasso.js +4 -4
  1299. package/lib/esm/icons/generated/custom/Lasso.js.map +1 -1
  1300. package/lib/esm/icons/generated/custom/ListCheck.js +6 -3
  1301. package/lib/esm/icons/generated/custom/ListCheck.js.map +1 -1
  1302. package/lib/esm/icons/generated/custom/ListNumber.js +6 -3
  1303. package/lib/esm/icons/generated/custom/ListNumber.js.map +1 -1
  1304. package/lib/esm/icons/generated/custom/LocationTarget.js +28 -0
  1305. package/lib/esm/icons/generated/custom/LocationTarget.js.map +1 -0
  1306. package/lib/esm/icons/generated/custom/MagnifyingGlassReset.js +28 -0
  1307. package/lib/esm/icons/generated/custom/MagnifyingGlassReset.js.map +1 -0
  1308. package/lib/esm/icons/generated/custom/Markdown.js +6 -3
  1309. package/lib/esm/icons/generated/custom/Markdown.js.map +1 -1
  1310. package/lib/esm/icons/generated/custom/MenuArrowLeft.js +28 -0
  1311. package/lib/esm/icons/generated/custom/MenuArrowLeft.js.map +1 -0
  1312. package/lib/esm/icons/generated/custom/MenuArrowRight.js +28 -0
  1313. package/lib/esm/icons/generated/custom/MenuArrowRight.js.map +1 -0
  1314. package/lib/esm/icons/generated/custom/Neo4JAiNeutral.js +4 -4
  1315. package/lib/esm/icons/generated/custom/Neo4JAiNeutral.js.map +1 -1
  1316. package/lib/esm/icons/generated/custom/Neo4JIconBlack.js +4 -4
  1317. package/lib/esm/icons/generated/custom/Neo4JIconBlack.js.map +1 -1
  1318. package/lib/esm/icons/generated/custom/Neo4JIconColor.js +4 -4
  1319. package/lib/esm/icons/generated/custom/Neo4JIconColor.js.map +1 -1
  1320. package/lib/esm/icons/generated/custom/Neo4JIconWhite.js +4 -4
  1321. package/lib/esm/icons/generated/custom/Neo4JIconWhite.js.map +1 -1
  1322. package/lib/esm/icons/generated/custom/Neo4JLogoBlack.js +4 -4
  1323. package/lib/esm/icons/generated/custom/Neo4JLogoBlack.js.map +1 -1
  1324. package/lib/esm/icons/generated/custom/Neo4JLogoColor.js +4 -4
  1325. package/lib/esm/icons/generated/custom/Neo4JLogoColor.js.map +1 -1
  1326. package/lib/esm/icons/generated/custom/Neo4JLogoWhite.js +4 -4
  1327. package/lib/esm/icons/generated/custom/Neo4JLogoWhite.js.map +1 -1
  1328. package/lib/esm/icons/generated/custom/NomLevel.js +4 -4
  1329. package/lib/esm/icons/generated/custom/NomLevel.js.map +1 -1
  1330. package/lib/esm/icons/generated/custom/PanelBottom.js +28 -0
  1331. package/lib/esm/icons/generated/custom/PanelBottom.js.map +1 -0
  1332. package/lib/esm/icons/generated/custom/PanelLeft.js +28 -0
  1333. package/lib/esm/icons/generated/custom/PanelLeft.js.map +1 -0
  1334. package/lib/esm/icons/generated/custom/PanelRight.js +28 -0
  1335. package/lib/esm/icons/generated/custom/PanelRight.js.map +1 -0
  1336. package/lib/esm/icons/generated/custom/Pin.js +4 -4
  1337. package/lib/esm/icons/generated/custom/Pin.js.map +1 -1
  1338. package/lib/esm/icons/generated/custom/PlanView.js +4 -4
  1339. package/lib/esm/icons/generated/custom/PlanView.js.map +1 -1
  1340. package/lib/esm/icons/generated/custom/Presentation.js +4 -4
  1341. package/lib/esm/icons/generated/custom/Presentation.js.map +1 -1
  1342. package/lib/esm/icons/generated/custom/Query.js +4 -4
  1343. package/lib/esm/icons/generated/custom/Query.js.map +1 -1
  1344. package/lib/esm/icons/generated/custom/Quote.js +6 -3
  1345. package/lib/esm/icons/generated/custom/Quote.js.map +1 -1
  1346. package/lib/esm/icons/generated/custom/ResizeCorner.js +4 -4
  1347. package/lib/esm/icons/generated/custom/ResizeCorner.js.map +1 -1
  1348. package/lib/esm/icons/generated/custom/Rhombus.js +4 -4
  1349. package/lib/esm/icons/generated/custom/Rhombus.js.map +1 -1
  1350. package/lib/esm/icons/generated/custom/Select.js +4 -4
  1351. package/lib/esm/icons/generated/custom/Select.js.map +1 -1
  1352. package/lib/esm/icons/generated/custom/Shrink.js +4 -4
  1353. package/lib/esm/icons/generated/custom/Shrink.js.map +1 -1
  1354. package/lib/esm/icons/generated/custom/SingleValue.js +6 -3
  1355. package/lib/esm/icons/generated/custom/SingleValue.js.map +1 -1
  1356. package/lib/esm/icons/generated/custom/Square.js +4 -4
  1357. package/lib/esm/icons/generated/custom/Square.js.map +1 -1
  1358. package/lib/esm/icons/generated/custom/SquareDash.js +28 -0
  1359. package/lib/esm/icons/generated/custom/SquareDash.js.map +1 -0
  1360. package/lib/esm/icons/generated/custom/Text.js +4 -4
  1361. package/lib/esm/icons/generated/custom/Text.js.map +1 -1
  1362. package/lib/esm/icons/generated/custom/ThreePanel.js +28 -0
  1363. package/lib/esm/icons/generated/custom/ThreePanel.js.map +1 -0
  1364. package/lib/esm/icons/generated/custom/Triangle.js +4 -4
  1365. package/lib/esm/icons/generated/custom/Triangle.js.map +1 -1
  1366. package/lib/esm/icons/generated/custom/Underline.js +4 -4
  1367. package/lib/esm/icons/generated/custom/Underline.js.map +1 -1
  1368. package/lib/esm/icons/generated/custom/UserShield.js +28 -0
  1369. package/lib/esm/icons/generated/custom/UserShield.js.map +1 -0
  1370. package/lib/esm/icons/generated/custom/VisualizeBloom.js +4 -4
  1371. package/lib/esm/icons/generated/custom/VisualizeBloom.js.map +1 -1
  1372. package/lib/esm/icons/generated/custom/index.js +26 -24
  1373. package/lib/esm/icons/generated/custom/index.js.map +1 -1
  1374. package/lib/esm/icons/manual/Neo4JAiColor.js +12 -7
  1375. package/lib/esm/icons/manual/Neo4JAiColor.js.map +1 -1
  1376. package/lib/esm/index.js +8 -11
  1377. package/lib/esm/index.js.map +1 -1
  1378. package/lib/esm/inline-edit/InlineEdit.js +79 -104
  1379. package/lib/esm/inline-edit/InlineEdit.js.map +1 -1
  1380. package/lib/esm/inline-edit/stories/index.js +49 -0
  1381. package/lib/esm/inline-edit/stories/index.js.map +1 -0
  1382. package/lib/esm/inline-edit/stories/inline-edit-controlled-editing.story.js +27 -0
  1383. package/lib/esm/inline-edit/stories/inline-edit-controlled-editing.story.js.map +1 -0
  1384. package/lib/esm/inline-edit/stories/inline-edit-controlled-value.story.js +37 -0
  1385. package/lib/esm/inline-edit/stories/inline-edit-controlled-value.story.js.map +1 -0
  1386. package/lib/esm/inline-edit/stories/inline-edit-default.story.js +24 -0
  1387. package/lib/esm/inline-edit/stories/inline-edit-default.story.js.map +1 -0
  1388. package/lib/esm/inline-edit/stories/inline-edit-disabled.story.js +25 -0
  1389. package/lib/esm/inline-edit/stories/inline-edit-disabled.story.js.map +1 -0
  1390. package/lib/esm/inline-edit/stories/inline-edit-fluid.story.js +27 -0
  1391. package/lib/esm/inline-edit/stories/inline-edit-fluid.story.js.map +1 -0
  1392. package/lib/esm/inline-edit/stories/inline-edit-header.story.js +27 -0
  1393. package/lib/esm/inline-edit/stories/inline-edit-header.story.js.map +1 -0
  1394. package/lib/esm/inline-edit/stories/inline-edit-no-confirm-on-blur.story.js +25 -0
  1395. package/lib/esm/inline-edit/stories/inline-edit-no-confirm-on-blur.story.js.map +1 -0
  1396. package/lib/esm/inline-edit/stories/inline-edit-with-edit-icon.story.js +25 -0
  1397. package/lib/esm/inline-edit/stories/inline-edit-with-edit-icon.story.js.map +1 -0
  1398. package/lib/esm/inline-edit/stories/inline-edit-with-placeholder.story.js +25 -0
  1399. package/lib/esm/inline-edit/stories/inline-edit-with-placeholder.story.js.map +1 -0
  1400. package/lib/esm/inline-edit/stories/inline-edit.stories.js +157 -0
  1401. package/lib/esm/inline-edit/stories/inline-edit.stories.js.map +1 -0
  1402. package/lib/esm/inline-edit/utils.js +6 -46
  1403. package/lib/esm/inline-edit/utils.js.map +1 -1
  1404. package/lib/esm/kbd/Kbd.js +59 -0
  1405. package/lib/esm/kbd/Kbd.js.map +1 -0
  1406. package/lib/esm/kbd/index.js +22 -0
  1407. package/lib/esm/kbd/index.js.map +1 -0
  1408. package/lib/esm/kbd/kbd-utils.js +93 -0
  1409. package/lib/esm/kbd/kbd-utils.js.map +1 -0
  1410. package/lib/esm/kbd/stories/index.js +28 -0
  1411. package/lib/esm/kbd/stories/index.js.map +1 -0
  1412. package/lib/esm/kbd/stories/kbd-default.story.js +28 -0
  1413. package/lib/esm/kbd/stories/kbd-default.story.js.map +1 -0
  1414. package/lib/esm/kbd/stories/kbd.stories.js +60 -0
  1415. package/lib/esm/kbd/stories/kbd.stories.js.map +1 -0
  1416. package/lib/esm/kbd/stories/kdb-sequence.story.js +28 -0
  1417. package/lib/esm/kbd/stories/kdb-sequence.story.js.map +1 -0
  1418. package/lib/esm/loading-bar/LoadingBar.js +30 -0
  1419. package/lib/esm/loading-bar/LoadingBar.js.map +1 -0
  1420. package/lib/esm/loading-bar/index.js +1 -1
  1421. package/lib/esm/loading-bar/index.js.map +1 -1
  1422. package/lib/esm/loading-bar/stories/loading-bar.stories.js +10 -10
  1423. package/lib/esm/loading-bar/stories/loading-bar.stories.js.map +1 -1
  1424. package/lib/esm/loading-spinner/LoadingSpinner.js +13 -14
  1425. package/lib/esm/loading-spinner/LoadingSpinner.js.map +1 -1
  1426. package/lib/esm/logo/stories/index.js +31 -0
  1427. package/lib/esm/logo/stories/index.js.map +1 -0
  1428. package/lib/esm/logo/stories/logo-black.story.js +28 -0
  1429. package/lib/esm/logo/stories/logo-black.story.js.map +1 -0
  1430. package/lib/esm/logo/stories/logo-default.story.js +28 -0
  1431. package/lib/esm/logo/stories/logo-default.story.js.map +1 -0
  1432. package/lib/esm/logo/stories/logo-icon.story.js +28 -0
  1433. package/lib/esm/logo/stories/logo-icon.story.js.map +1 -0
  1434. package/lib/esm/logo/stories/logo.stories.js +85 -0
  1435. package/lib/esm/logo/stories/logo.stories.js.map +1 -0
  1436. package/lib/esm/menu/Menu.js +259 -0
  1437. package/lib/esm/menu/Menu.js.map +1 -0
  1438. package/lib/esm/menu/index.js +22 -0
  1439. package/lib/esm/menu/index.js.map +1 -0
  1440. package/lib/esm/menu/menu-types.js +22 -0
  1441. package/lib/esm/menu/menu-types.js.map +1 -0
  1442. package/lib/esm/menu/stories/index.js +55 -0
  1443. package/lib/esm/menu/stories/index.js.map +1 -0
  1444. package/lib/esm/menu/stories/menu-custom-items.story.js +31 -0
  1445. package/lib/esm/menu/stories/menu-custom-items.story.js.map +1 -0
  1446. package/lib/esm/menu/stories/menu-default.story.js +43 -0
  1447. package/lib/esm/menu/stories/menu-default.story.js.map +1 -0
  1448. package/lib/esm/menu/stories/menu-in-dialog.story.js +36 -0
  1449. package/lib/esm/menu/stories/menu-in-dialog.story.js.map +1 -0
  1450. package/lib/esm/menu/stories/menu-in-popover.story.js +32 -0
  1451. package/lib/esm/menu/stories/menu-in-popover.story.js.map +1 -0
  1452. package/lib/esm/menu/stories/menu-nested.story.js +32 -0
  1453. package/lib/esm/menu/stories/menu-nested.story.js.map +1 -0
  1454. package/lib/esm/menu/stories/menu-placements.story.js +43 -0
  1455. package/lib/esm/menu/stories/menu-placements.story.js.map +1 -0
  1456. package/lib/esm/menu/stories/menu-with-category.story.js +34 -0
  1457. package/lib/esm/menu/stories/menu-with-category.story.js.map +1 -0
  1458. package/lib/esm/menu/stories/menu-with-disabled-item.story.js +34 -0
  1459. package/lib/esm/menu/stories/menu-with-disabled-item.story.js.map +1 -0
  1460. package/lib/esm/menu/stories/menu-with-divider.story.js +34 -0
  1461. package/lib/esm/menu/stories/menu-with-divider.story.js.map +1 -0
  1462. package/lib/esm/menu/stories/menu-with-icon.story.js +32 -0
  1463. package/lib/esm/menu/stories/menu-with-icon.story.js.map +1 -0
  1464. package/lib/esm/menu/stories/menu-with-keyboard-shortcuts.story.js +32 -0
  1465. package/lib/esm/menu/stories/menu-with-keyboard-shortcuts.story.js.map +1 -0
  1466. package/lib/esm/menu/stories/menu.stories.js +180 -0
  1467. package/lib/esm/menu/stories/menu.stories.js.map +1 -0
  1468. package/lib/esm/modal/Modal.js +19 -7
  1469. package/lib/esm/modal/Modal.js.map +1 -1
  1470. package/lib/esm/next/index.js +1 -2
  1471. package/lib/esm/next/index.js.map +1 -1
  1472. package/lib/esm/popover/Popover.js +20 -12
  1473. package/lib/esm/popover/Popover.js.map +1 -1
  1474. package/lib/esm/popover/stories/index.js +37 -0
  1475. package/lib/esm/popover/stories/index.js.map +1 -0
  1476. package/lib/esm/popover/stories/popover-custom-offset.story.js +69 -0
  1477. package/lib/esm/popover/stories/popover-custom-offset.story.js.map +1 -0
  1478. package/lib/esm/popover/stories/popover-default.story.js +28 -0
  1479. package/lib/esm/popover/stories/popover-default.story.js.map +1 -0
  1480. package/lib/esm/popover/stories/popover-in-dialog.story.js +31 -0
  1481. package/lib/esm/popover/stories/popover-in-dialog.story.js.map +1 -0
  1482. package/lib/esm/popover/stories/popover-no-button-wrapper.story.js +28 -0
  1483. package/lib/esm/popover/stories/popover-no-button-wrapper.story.js.map +1 -0
  1484. package/lib/esm/popover/stories/popover-separate-anchor.story.js +31 -0
  1485. package/lib/esm/popover/stories/popover-separate-anchor.story.js.map +1 -0
  1486. package/lib/esm/popover/stories/popover.stories.js +94 -0
  1487. package/lib/esm/popover/stories/popover.stories.js.map +1 -0
  1488. package/lib/esm/popover/use-popover.js +4 -2
  1489. package/lib/esm/popover/use-popover.js.map +1 -1
  1490. package/lib/esm/progress-bar/ProgressBar.js +13 -14
  1491. package/lib/esm/progress-bar/ProgressBar.js.map +1 -1
  1492. package/lib/esm/radio/Radio.js +35 -19
  1493. package/lib/esm/radio/Radio.js.map +1 -1
  1494. package/lib/esm/radio/stories/index.js +4 -1
  1495. package/lib/esm/radio/stories/index.js.map +1 -1
  1496. package/lib/esm/radio/stories/radio-controlled.story.js +30 -0
  1497. package/lib/esm/radio/stories/radio-controlled.story.js.map +1 -0
  1498. package/lib/esm/radio/stories/radio-custom-label.story.js +1 -1
  1499. package/lib/esm/radio/stories/radio-custom-label.story.js.map +1 -1
  1500. package/lib/esm/radio/stories/radio-default.story.js +1 -1
  1501. package/lib/esm/radio/stories/radio-default.story.js.map +1 -1
  1502. package/lib/esm/radio/stories/radio-disabled.story.js +1 -1
  1503. package/lib/esm/radio/stories/radio-disabled.story.js.map +1 -1
  1504. package/lib/esm/radio/stories/radio-has-label-before.story.js +1 -1
  1505. package/lib/esm/radio/stories/radio-has-label-before.story.js.map +1 -1
  1506. package/lib/esm/radio/stories/radio-no-label.story.js +1 -1
  1507. package/lib/esm/radio/stories/radio-no-label.story.js.map +1 -1
  1508. package/lib/esm/radio/stories/radio.stories.js +32 -24
  1509. package/lib/esm/radio/stories/radio.stories.js.map +1 -1
  1510. package/lib/esm/segmented-control/SegmentedControl.js +3 -3
  1511. package/lib/esm/segmented-control/SegmentedControl.js.map +1 -1
  1512. package/lib/esm/segmented-control/stories/segmented-control-only-icons.story.js +1 -1
  1513. package/lib/esm/segmented-control/stories/segmented-control-only-icons.story.js.map +1 -1
  1514. package/lib/esm/select/Overrides.js +2 -2
  1515. package/lib/esm/select/Overrides.js.map +1 -1
  1516. package/lib/esm/select/Select.js +39 -40
  1517. package/lib/esm/select/Select.js.map +1 -1
  1518. package/lib/esm/select/stories/index.js +3 -3
  1519. package/lib/esm/select/stories/index.js.map +1 -1
  1520. package/lib/esm/select/stories/select-default.story.js +1 -1
  1521. package/lib/esm/select/stories/select-default.story.js.map +1 -1
  1522. package/lib/esm/select/stories/select-inside-dialog.story.js +42 -0
  1523. package/lib/esm/select/stories/select-inside-dialog.story.js.map +1 -0
  1524. package/lib/esm/select/stories/select.stories.js +32 -32
  1525. package/lib/esm/select/stories/select.stories.js.map +1 -1
  1526. package/lib/esm/side-navigation/SideNavigation.js +288 -128
  1527. package/lib/esm/side-navigation/SideNavigation.js.map +1 -1
  1528. package/lib/esm/side-navigation/side-navigation-context.js +34 -0
  1529. package/lib/esm/side-navigation/side-navigation-context.js.map +1 -0
  1530. package/lib/esm/side-navigation/side-navigation-types.js +22 -0
  1531. package/lib/esm/side-navigation/side-navigation-types.js.map +1 -0
  1532. package/lib/esm/side-navigation/stories/index.js +34 -0
  1533. package/lib/esm/side-navigation/stories/index.js.map +1 -0
  1534. package/lib/esm/side-navigation/stories/side-nav-badges.story.js +53 -0
  1535. package/lib/esm/side-navigation/stories/side-nav-badges.story.js.map +1 -0
  1536. package/lib/esm/side-navigation/stories/side-nav-compact.story.js +31 -0
  1537. package/lib/esm/side-navigation/stories/side-nav-compact.story.js.map +1 -0
  1538. package/lib/esm/side-navigation/stories/side-nav-default.story.js +32 -0
  1539. package/lib/esm/side-navigation/stories/side-nav-default.story.js.map +1 -0
  1540. package/lib/esm/side-navigation/stories/side-nav-secondary.story.js +33 -0
  1541. package/lib/esm/side-navigation/stories/side-nav-secondary.story.js.map +1 -0
  1542. package/lib/esm/side-navigation/stories/side-nav.stories.js +89 -0
  1543. package/lib/esm/side-navigation/stories/side-nav.stories.js.map +1 -0
  1544. package/lib/esm/skeleton/Skeleton.js +5 -6
  1545. package/lib/esm/skeleton/Skeleton.js.map +1 -1
  1546. package/lib/esm/skeleton/stories/index.js +37 -0
  1547. package/lib/esm/skeleton/stories/index.js.map +1 -0
  1548. package/lib/esm/skeleton/stories/skeleton-circular.story.js +28 -0
  1549. package/lib/esm/skeleton/stories/skeleton-circular.story.js.map +1 -0
  1550. package/lib/esm/skeleton/stories/skeleton-default.story.js +28 -0
  1551. package/lib/esm/skeleton/stories/skeleton-default.story.js.map +1 -0
  1552. package/lib/esm/skeleton/stories/skeleton-full-example.story.js +28 -0
  1553. package/lib/esm/skeleton/stories/skeleton-full-example.story.js.map +1 -0
  1554. package/lib/esm/skeleton/stories/skeleton-inherit-height.story.js +28 -0
  1555. package/lib/esm/skeleton/stories/skeleton-inherit-height.story.js.map +1 -0
  1556. package/lib/esm/skeleton/stories/skeleton-inherit-width.story.js +28 -0
  1557. package/lib/esm/skeleton/stories/skeleton-inherit-width.story.js.map +1 -0
  1558. package/lib/esm/skeleton/stories/skeleton.stories.js +134 -0
  1559. package/lib/esm/skeleton/stories/skeleton.stories.js.map +1 -0
  1560. package/lib/esm/slider/Slider.js +1 -1
  1561. package/lib/esm/slider/Slider.js.map +1 -1
  1562. package/lib/esm/spotlight/Spotlight.js +16 -38
  1563. package/lib/esm/spotlight/Spotlight.js.map +1 -1
  1564. package/lib/esm/spotlight/SpotlightProvider.js +80 -2
  1565. package/lib/esm/spotlight/SpotlightProvider.js.map +1 -1
  1566. package/lib/esm/spotlight/SpotlightTarget.js +44 -4
  1567. package/lib/esm/spotlight/SpotlightTarget.js.map +1 -1
  1568. package/lib/esm/spotlight/SpotlightTour.js +22 -44
  1569. package/lib/esm/spotlight/SpotlightTour.js.map +1 -1
  1570. package/lib/esm/spotlight/stories/index.js +12 -8
  1571. package/lib/esm/spotlight/stories/index.js.map +1 -1
  1572. package/lib/esm/spotlight/stories/spotlight-fixed-positioning.story.js +5 -10
  1573. package/lib/esm/spotlight/stories/spotlight-fixed-positioning.story.js.map +1 -1
  1574. package/lib/esm/spotlight/stories/spotlight-in-dialog.story.js +5 -10
  1575. package/lib/esm/spotlight/stories/spotlight-in-dialog.story.js.map +1 -1
  1576. package/lib/esm/spotlight/stories/spotlight-in-side-nav.story.js +5 -11
  1577. package/lib/esm/spotlight/stories/spotlight-in-side-nav.story.js.map +1 -1
  1578. package/lib/esm/spotlight/stories/spotlight-on-tabs.story.js +36 -0
  1579. package/lib/esm/spotlight/stories/spotlight-on-tabs.story.js.map +1 -0
  1580. package/lib/esm/spotlight/stories/spotlight-tour.story.js +1 -1
  1581. package/lib/esm/spotlight/stories/spotlight-tour.story.js.map +1 -1
  1582. package/lib/esm/spotlight/stories/spotlight-with-icon.story.js +5 -10
  1583. package/lib/esm/spotlight/stories/spotlight-with-icon.story.js.map +1 -1
  1584. package/lib/esm/spotlight/stories/spotlight-with-image.story.js +5 -10
  1585. package/lib/esm/spotlight/stories/spotlight-with-image.story.js.map +1 -1
  1586. package/lib/esm/spotlight/stories/spotlight-with-label.story.js +5 -10
  1587. package/lib/esm/spotlight/stories/spotlight-with-label.story.js.map +1 -1
  1588. package/lib/esm/spotlight/stories/spotlight-with-pointer.story.js +5 -10
  1589. package/lib/esm/spotlight/stories/spotlight-with-pointer.story.js.map +1 -1
  1590. package/lib/esm/spotlight/stories/spotlight.stories.js +16 -1
  1591. package/lib/esm/spotlight/stories/spotlight.stories.js.map +1 -1
  1592. package/lib/esm/spotlight/use-indicator.js +20 -10
  1593. package/lib/esm/spotlight/use-indicator.js.map +1 -1
  1594. package/lib/esm/spotlight/use-spotlight.js +6 -6
  1595. package/lib/esm/spotlight/use-spotlight.js.map +1 -1
  1596. package/lib/esm/status-indicator/StatusIndicator.js +16 -17
  1597. package/lib/esm/status-indicator/StatusIndicator.js.map +1 -1
  1598. package/lib/esm/status-indicator/stories/index.js +3 -3
  1599. package/lib/esm/status-indicator/stories/index.js.map +1 -1
  1600. package/lib/esm/status-indicator/stories/status-indicator-variants.story.js +28 -0
  1601. package/lib/esm/status-indicator/stories/status-indicator-variants.story.js.map +1 -0
  1602. package/lib/esm/status-indicator/stories/status-indicator.stories.js +10 -10
  1603. package/lib/esm/status-indicator/stories/status-indicator.stories.js.map +1 -1
  1604. package/lib/esm/status-label/StatusLabel.js +122 -0
  1605. package/lib/esm/status-label/StatusLabel.js.map +1 -0
  1606. package/lib/esm/status-label/index.js +22 -0
  1607. package/lib/esm/status-label/index.js.map +1 -0
  1608. package/lib/esm/status-label/stories/index.js +34 -0
  1609. package/lib/esm/status-label/stories/index.js.map +1 -0
  1610. package/lib/esm/status-label/stories/status-label-colors.story.js +28 -0
  1611. package/lib/esm/status-label/stories/status-label-colors.story.js.map +1 -0
  1612. package/lib/esm/status-label/stories/status-label-default.story.js +28 -0
  1613. package/lib/esm/status-label/stories/status-label-default.story.js.map +1 -0
  1614. package/lib/esm/status-label/stories/status-label-fills.story.js +28 -0
  1615. package/lib/esm/status-label/stories/status-label-fills.story.js.map +1 -0
  1616. package/lib/esm/status-label/stories/status-label-with-icons.story.js +28 -0
  1617. package/lib/esm/status-label/stories/status-label-with-icons.story.js.map +1 -0
  1618. package/lib/esm/status-label/stories/status-label.stories.js +89 -0
  1619. package/lib/esm/status-label/stories/status-label.stories.js.map +1 -0
  1620. package/lib/esm/switch/Switch.js +54 -31
  1621. package/lib/esm/switch/Switch.js.map +1 -1
  1622. package/lib/esm/switch/stories/index.js +3 -3
  1623. package/lib/esm/switch/stories/index.js.map +1 -1
  1624. package/lib/esm/switch/stories/switch-controlled.story.js +30 -0
  1625. package/lib/esm/switch/stories/switch-controlled.story.js.map +1 -0
  1626. package/lib/esm/switch/stories/switch-default.story.js +1 -1
  1627. package/lib/esm/switch/stories/switch-default.story.js.map +1 -1
  1628. package/lib/esm/switch/stories/switch-disabled.story.js +1 -1
  1629. package/lib/esm/switch/stories/switch-disabled.story.js.map +1 -1
  1630. package/lib/esm/switch/stories/switch-full.story.js +1 -1
  1631. package/lib/esm/switch/stories/switch-full.story.js.map +1 -1
  1632. package/lib/esm/switch/stories/switch-has-label-before.story.js +1 -1
  1633. package/lib/esm/switch/stories/switch-has-label-before.story.js.map +1 -1
  1634. package/lib/esm/switch/stories/switch-no-label.story.js +1 -1
  1635. package/lib/esm/switch/stories/switch-no-label.story.js.map +1 -1
  1636. package/lib/esm/switch/stories/switch.stories.js +17 -17
  1637. package/lib/esm/switch/stories/switch.stories.js.map +1 -1
  1638. package/lib/esm/tabs/Tabs.js +144 -15
  1639. package/lib/esm/tabs/Tabs.js.map +1 -1
  1640. package/lib/esm/tabs/stories/index.js +6 -0
  1641. package/lib/esm/tabs/stories/index.js.map +1 -1
  1642. package/lib/esm/tabs/stories/tabs-badge.story.js +30 -0
  1643. package/lib/esm/tabs/stories/tabs-badge.story.js.map +1 -0
  1644. package/lib/esm/tabs/stories/tabs-default.story.js +2 -2
  1645. package/lib/esm/tabs/stories/tabs-default.story.js.map +1 -1
  1646. package/lib/esm/tabs/stories/tabs-disabled.story.js +2 -2
  1647. package/lib/esm/tabs/stories/tabs-disabled.story.js.map +1 -1
  1648. package/lib/esm/tabs/stories/tabs-fill-variants.story.js +3 -3
  1649. package/lib/esm/tabs/stories/tabs-fill-variants.story.js.map +1 -1
  1650. package/lib/esm/tabs/stories/tabs-overflow.story.js +30 -0
  1651. package/lib/esm/tabs/stories/tabs-overflow.story.js.map +1 -0
  1652. package/lib/esm/tabs/stories/tabs-sizes.story.js +3 -3
  1653. package/lib/esm/tabs/stories/tabs-sizes.story.js.map +1 -1
  1654. package/lib/esm/tabs/stories/tabs-with-icons.story.js +2 -2
  1655. package/lib/esm/tabs/stories/tabs-with-icons.story.js.map +1 -1
  1656. package/lib/esm/tabs/stories/tabs.stories.js +27 -1
  1657. package/lib/esm/tabs/stories/tabs.stories.js.map +1 -1
  1658. package/lib/esm/tabs/use-tabs-scroll-overflow.js +100 -0
  1659. package/lib/esm/tabs/use-tabs-scroll-overflow.js.map +1 -0
  1660. package/lib/esm/tag/Tag.js +2 -3
  1661. package/lib/esm/tag/Tag.js.map +1 -1
  1662. package/lib/esm/text-area/TextArea.js +4 -5
  1663. package/lib/esm/text-area/TextArea.js.map +1 -1
  1664. package/lib/esm/text-area/stories/text-area-information-icon.story.js +1 -1
  1665. package/lib/esm/text-input/TextInput.js +4 -4
  1666. package/lib/esm/text-input/TextInput.js.map +1 -1
  1667. package/lib/esm/text-input/stories/text-input-disabled.story.js +1 -1
  1668. package/lib/esm/text-input/stories/text-input-disabled.story.js.map +1 -1
  1669. package/lib/esm/text-input/stories/text-input-full.story.js +3 -3
  1670. package/lib/esm/text-input/stories/text-input-full.story.js.map +1 -1
  1671. package/lib/esm/text-input/stories/text-input-information-icon.story.js +1 -1
  1672. package/lib/esm/text-input/stories/text-input-loading.story.js +1 -1
  1673. package/lib/esm/text-input/stories/text-input-loading.story.js.map +1 -1
  1674. package/lib/esm/text-input/stories/text-input-optional.story.js +1 -1
  1675. package/lib/esm/text-input/stories/text-input-optional.story.js.map +1 -1
  1676. package/lib/esm/text-input/stories/text-input-password.story.js +1 -1
  1677. package/lib/esm/text-input/stories/text-input-password.story.js.map +1 -1
  1678. package/lib/esm/text-input/stories/text-input-required.story.js +1 -1
  1679. package/lib/esm/text-input/stories/text-input-required.story.js.map +1 -1
  1680. package/lib/esm/text-input/stories/text-input-with-icons.story.js +1 -1
  1681. package/lib/esm/text-input/stories/text-input-with-icons.story.js.map +1 -1
  1682. package/lib/esm/text-link/TextLink.js +2 -3
  1683. package/lib/esm/text-link/TextLink.js.map +1 -1
  1684. package/lib/esm/text-overflow/TextOverflow.js +22 -21
  1685. package/lib/esm/text-overflow/TextOverflow.js.map +1 -1
  1686. package/lib/esm/text-overflow/stories/character-limit.story.js +2 -1
  1687. package/lib/esm/text-overflow/stories/character-limit.story.js.map +1 -1
  1688. package/lib/esm/text-overflow/stories/expand-collapse-buttons.story.js +2 -1
  1689. package/lib/esm/text-overflow/stories/expand-collapse-buttons.story.js.map +1 -1
  1690. package/lib/esm/text-overflow/stories/line-clamp.story.js +2 -1
  1691. package/lib/esm/text-overflow/stories/line-clamp.story.js.map +1 -1
  1692. package/lib/esm/text-overflow/stories/mixed-content.story.js +3 -2
  1693. package/lib/esm/text-overflow/stories/mixed-content.story.js.map +1 -1
  1694. package/lib/esm/text-overflow/stories/text-overflow.stories.js +21 -6
  1695. package/lib/esm/text-overflow/stories/text-overflow.stories.js.map +1 -1
  1696. package/lib/esm/text-overflow/stories/width-based-truncation.story.js +2 -1
  1697. package/lib/esm/text-overflow/stories/width-based-truncation.story.js.map +1 -1
  1698. package/lib/esm/text-overflow/use-truncate-with-button.js +4 -4
  1699. package/lib/esm/text-overflow/use-truncate-with-button.js.map +1 -1
  1700. package/lib/esm/theme/ThemeProvider.js +1 -1
  1701. package/lib/esm/theme/ThemeProvider.js.map +1 -1
  1702. package/lib/esm/time-picker/TimePicker.js +15 -13
  1703. package/lib/esm/time-picker/TimePicker.js.map +1 -1
  1704. package/lib/esm/time-picker/stories/index.js +28 -0
  1705. package/lib/esm/time-picker/stories/index.js.map +1 -0
  1706. package/lib/esm/time-picker/stories/time-picker-default.story.js +30 -0
  1707. package/lib/esm/time-picker/stories/time-picker-default.story.js.map +1 -0
  1708. package/lib/esm/time-picker/stories/time-picker-in-dialog.story.js +30 -0
  1709. package/lib/esm/time-picker/stories/time-picker-in-dialog.story.js.map +1 -0
  1710. package/lib/esm/time-picker/stories/time-picker.stories.js +60 -0
  1711. package/lib/esm/time-picker/stories/time-picker.stories.js.map +1 -0
  1712. package/lib/esm/toast/Toast.js +20 -35
  1713. package/lib/esm/toast/Toast.js.map +1 -1
  1714. package/lib/esm/tooltip/Tooltip.js +2 -29
  1715. package/lib/esm/tooltip/Tooltip.js.map +1 -1
  1716. package/lib/esm/tooltip/stories/index.js +6 -3
  1717. package/lib/esm/tooltip/stories/index.js.map +1 -1
  1718. package/lib/esm/tooltip/stories/tooltip-in-dialog.story.js +5 -2
  1719. package/lib/esm/tooltip/stories/tooltip-in-dialog.story.js.map +1 -1
  1720. package/lib/esm/tooltip/stories/tooltip-rich-link.story.js +28 -0
  1721. package/lib/esm/tooltip/stories/tooltip-rich-link.story.js.map +1 -0
  1722. package/lib/esm/tooltip/stories/tooltip-rich.story.js +2 -2
  1723. package/lib/esm/tooltip/stories/tooltip-rich.story.js.map +1 -1
  1724. package/lib/esm/tooltip/stories/tooltip-with-keyboard-shortcut.story.js +28 -0
  1725. package/lib/esm/tooltip/stories/tooltip-with-keyboard-shortcut.story.js.map +1 -0
  1726. package/lib/esm/tooltip/stories/tooltip.stories.js +17 -4
  1727. package/lib/esm/tooltip/stories/tooltip.stories.js.map +1 -1
  1728. package/lib/esm/tooltip/use-tooltip.js +5 -2
  1729. package/lib/esm/tooltip/use-tooltip.js.map +1 -1
  1730. package/lib/esm/tree-view/TreeView.js +7 -2
  1731. package/lib/esm/tree-view/TreeView.js.map +1 -1
  1732. package/lib/esm/tree-view/TreeViewItem.js.map +1 -1
  1733. package/lib/esm/tree-view/TreeViewTextItem.js +2 -2
  1734. package/lib/esm/tree-view/TreeViewTextItem.js.map +1 -1
  1735. package/lib/esm/tree-view/stories/index.js +31 -0
  1736. package/lib/esm/tree-view/stories/index.js.map +1 -0
  1737. package/lib/esm/tree-view/stories/treeview-custom.story.js +90 -0
  1738. package/lib/esm/tree-view/stories/treeview-custom.story.js.map +1 -0
  1739. package/lib/esm/tree-view/stories/treeview-default.story.js +247 -0
  1740. package/lib/esm/tree-view/stories/treeview-default.story.js.map +1 -0
  1741. package/lib/esm/tree-view/stories/treeview-skeleton-loading.story.js +88 -0
  1742. package/lib/esm/tree-view/stories/treeview-skeleton-loading.story.js.map +1 -0
  1743. package/lib/esm/tree-view/stories/treeview.stories.js +69 -0
  1744. package/lib/esm/tree-view/stories/treeview.stories.js.map +1 -0
  1745. package/lib/esm/typography/Typography.js +1 -1
  1746. package/lib/esm/typography/Typography.js.map +1 -1
  1747. package/lib/esm/typography/stories/index.js +26 -0
  1748. package/lib/esm/typography/stories/index.js.map +1 -0
  1749. package/lib/esm/typography/stories/typography-anchor.story.js +23 -0
  1750. package/lib/esm/typography/stories/typography-anchor.story.js.map +1 -0
  1751. package/lib/esm/typography/stories/typography-default.story.js +20 -0
  1752. package/lib/esm/typography/stories/typography-default.story.js.map +1 -0
  1753. package/lib/esm/typography/stories/typography-variants.story.js +22 -0
  1754. package/lib/esm/typography/stories/typography-variants.story.js.map +1 -0
  1755. package/lib/esm/typography/stories/typography.stories.js +69 -0
  1756. package/lib/esm/typography/stories/typography.stories.js.map +1 -0
  1757. package/lib/esm/wizard/Wizard.js +1 -1
  1758. package/lib/esm/wizard/Wizard.js.map +1 -1
  1759. package/lib/types/_common/CodeBlockWrapper.d.ts +4 -3
  1760. package/lib/types/_common/index.d.ts +21 -0
  1761. package/lib/types/_common/types.d.ts +12 -0
  1762. package/lib/types/_common/use-semi-controlled-input.d.ts +32 -0
  1763. package/lib/types/_common/use-semi-controlled-state.d.ts +6 -1
  1764. package/lib/types/_common/utils.d.ts +16 -0
  1765. package/lib/types/accordion/Accordion.d.ts +1 -0
  1766. package/lib/types/accordion/stories/accordion.stories.d.ts +1 -1
  1767. package/lib/types/ai/index.d.ts +21 -0
  1768. package/lib/types/ai/presence/Presence.d.ts +30 -0
  1769. package/lib/types/ai/presence/index.d.ts +21 -0
  1770. package/lib/types/ai/presence/stories/ai-presence.stories.d.ts +26 -0
  1771. package/lib/types/ai/presence/stories/index.d.ts +24 -0
  1772. package/lib/types/avatar/Avatar.d.ts +1 -0
  1773. package/lib/types/banner/Banner.d.ts +21 -55
  1774. package/lib/types/banner/stories/banner.stories.d.ts +4 -49
  1775. package/lib/types/banner/stories/index.d.ts +2 -2
  1776. package/lib/types/box/Box.d.ts +56 -0
  1777. package/lib/types/box/index.d.ts +21 -0
  1778. package/lib/types/box/stories/box-default.story.d.ts +29 -0
  1779. package/lib/types/box/stories/box.stories.d.ts +45 -0
  1780. package/lib/types/box/stories/index.d.ts +22 -0
  1781. package/lib/types/breadcrumbs/Breadcrumbs.d.ts +64 -71
  1782. package/lib/types/breadcrumbs/stories/breadcrumbs.stories.d.ts +82 -0
  1783. package/lib/types/button/ButtonBase.d.ts +13 -4
  1784. package/lib/types/button/stories/button.stories.d.ts +1 -1
  1785. package/lib/types/checkbox/Checkbox.d.ts +31 -20
  1786. package/lib/types/checkbox/stories/checkbox.stories.d.ts +2 -1
  1787. package/lib/types/checkbox/stories/index.d.ts +2 -0
  1788. package/lib/types/clean-icon-button/CleanIconButton.d.ts +1 -1
  1789. package/lib/types/clean-icon-button/stories/clean-icon-button.stories.d.ts +4 -5
  1790. package/lib/types/clipboard-button/ClipboardButton.d.ts +34 -0
  1791. package/lib/types/clipboard-button/stories/clipboard-button.stories.d.ts +31 -0
  1792. package/lib/types/clipboard-button/stories/index.d.ts +32 -0
  1793. package/lib/types/code/Code.d.ts +4 -4
  1794. package/lib/types/code-block/CodeBlock.d.ts +3 -3
  1795. package/lib/types/conditional-wrap/ConditionalWrap.d.ts +3 -4
  1796. package/lib/types/conditional-wrap/stories/conditional-wrap.stories.d.ts +2 -2
  1797. package/lib/types/data-grid/Components.d.ts +98 -70
  1798. package/lib/types/data-grid/DataGrid.d.ts +99 -33
  1799. package/lib/types/data-grid/data-grid-context.d.ts +71 -0
  1800. package/lib/types/data-grid/data-grid-nav/selectors.d.ts +1 -2
  1801. package/lib/types/data-grid/datagrid-types.d.ts +1 -1
  1802. package/lib/types/data-grid/index.d.ts +2 -3
  1803. package/lib/types/data-grid/stories/datagrid-pinned-columns.stories.d.ts +141 -0
  1804. package/lib/types/data-grid/stories/datagrid-placeholder-states.stories.d.ts +134 -0
  1805. package/lib/types/data-grid/stories/datagrid-resizable-column.story.d.ts +27 -0
  1806. package/lib/types/data-grid/stories/datagrid-search-and-filters.stories.d.ts +133 -0
  1807. package/lib/types/data-grid/stories/datagrid.stories.d.ts +39 -0
  1808. package/lib/types/data-grid/stories/index.d.ts +55 -0
  1809. package/lib/types/data-grid/stories/staticData.d.ts +28 -0
  1810. package/lib/types/date-picker/DatePicker.d.ts +2 -12
  1811. package/lib/types/date-picker/stories/date-picker.stories.d.ts +4 -2
  1812. package/lib/types/date-picker/stories/index.d.ts +6 -2
  1813. package/lib/types/dialog/Dialog.d.ts +6 -5
  1814. package/lib/types/dialog/dialog-context.d.ts +2 -2
  1815. package/lib/types/dialog/dialog-types.d.ts +5 -14
  1816. package/lib/types/dialog/index.d.ts +2 -2
  1817. package/lib/types/dialog/stories/dialog.stories.d.ts +1 -1
  1818. package/lib/types/dialog/stories/index.d.ts +2 -2
  1819. package/lib/types/divider/stories/divider.stories.d.ts +38 -0
  1820. package/lib/types/divider/stories/index.d.ts +25 -0
  1821. package/lib/types/drawer/Drawer.d.ts +1 -5
  1822. package/lib/types/drawer/stories/drawer.stories.d.ts +3 -43
  1823. package/lib/types/dropdown-button/DropdownButton.d.ts +1 -0
  1824. package/lib/types/dropdown-button/stories/dropdown-button.stories.d.ts +1 -1
  1825. package/lib/types/dropdown-button/stories/index.d.ts +2 -2
  1826. package/lib/types/dropzone/Dropzone.d.ts +8 -16
  1827. package/lib/types/flex/Flex.d.ts +73 -0
  1828. package/lib/types/flex/index.d.ts +21 -0
  1829. package/lib/types/flex/stories/flex-default.story.d.ts +22 -0
  1830. package/lib/types/flex/stories/flex.stories.d.ts +46 -0
  1831. package/lib/types/flex/stories/index.d.ts +22 -0
  1832. package/lib/types/icon-button/IconButton.d.ts +1 -1
  1833. package/lib/types/icon-button/stories/icon-button.stories.d.ts +4 -5
  1834. package/lib/types/icon-button-array/IconButtonArray.d.ts +1 -0
  1835. package/lib/types/icon-button-base/IconButtonBase.d.ts +6 -7
  1836. package/lib/types/icons/generated/custom/AddNode.d.ts +7 -2
  1837. package/lib/types/icons/generated/custom/AlignBottom.d.ts +7 -2
  1838. package/lib/types/icons/generated/custom/AlignCenter.d.ts +7 -2
  1839. package/lib/types/icons/generated/custom/AlignTop.d.ts +7 -2
  1840. package/lib/types/icons/generated/custom/Bold.d.ts +7 -2
  1841. package/lib/types/icons/generated/custom/Boolean.d.ts +7 -2
  1842. package/lib/types/icons/generated/custom/Circle.d.ts +7 -2
  1843. package/lib/types/icons/generated/custom/CloudCheck.d.ts +28 -0
  1844. package/lib/types/icons/generated/custom/CloudCross.d.ts +28 -0
  1845. package/lib/types/icons/generated/custom/Configure.d.ts +7 -2
  1846. package/lib/types/icons/generated/custom/CurlyBrackets.d.ts +7 -2
  1847. package/lib/types/icons/generated/custom/DataGridCross.d.ts +28 -0
  1848. package/lib/types/icons/generated/custom/DataScience.d.ts +28 -0
  1849. package/lib/types/icons/generated/custom/DatabaseCross.d.ts +28 -0
  1850. package/lib/types/icons/generated/custom/DatabasePlug.d.ts +28 -0
  1851. package/lib/types/icons/generated/custom/DatabasePlus.d.ts +28 -0
  1852. package/lib/types/icons/generated/custom/DatabaseSignal.d.ts +7 -2
  1853. package/lib/types/icons/generated/custom/Deployments.d.ts +28 -0
  1854. package/lib/types/icons/generated/custom/DividerSquareDash.d.ts +28 -0
  1855. package/lib/types/icons/generated/custom/Drag.d.ts +7 -2
  1856. package/lib/types/icons/generated/custom/Expand.d.ts +7 -2
  1857. package/lib/types/icons/generated/custom/Explore.d.ts +7 -2
  1858. package/lib/types/icons/generated/custom/ExternalLink.d.ts +7 -2
  1859. package/lib/types/icons/generated/custom/FitToScreen.d.ts +7 -2
  1860. package/lib/types/icons/generated/custom/FolderBookmark.d.ts +7 -2
  1861. package/lib/types/icons/generated/custom/FontSize.d.ts +28 -0
  1862. package/lib/types/icons/generated/custom/Github.d.ts +7 -2
  1863. package/lib/types/icons/generated/custom/GraphCross.d.ts +28 -0
  1864. package/lib/types/icons/generated/custom/Hand.d.ts +28 -0
  1865. package/lib/types/icons/generated/custom/Headset.d.ts +28 -0
  1866. package/lib/types/icons/generated/custom/Heartbeat.d.ts +28 -0
  1867. package/lib/types/icons/generated/custom/HierarchyOne.d.ts +28 -0
  1868. package/lib/types/icons/generated/custom/HierarchyTwo.d.ts +28 -0
  1869. package/lib/types/icons/generated/custom/Italic.d.ts +7 -2
  1870. package/lib/types/icons/generated/custom/Lasso.d.ts +7 -2
  1871. package/lib/types/icons/generated/custom/ListCheck.d.ts +7 -2
  1872. package/lib/types/icons/generated/custom/ListNumber.d.ts +7 -2
  1873. package/lib/types/icons/generated/custom/LocationTarget.d.ts +28 -0
  1874. package/lib/types/icons/generated/custom/MagnifyingGlassReset.d.ts +28 -0
  1875. package/lib/types/icons/generated/custom/Markdown.d.ts +6 -1
  1876. package/lib/types/icons/generated/custom/MenuArrowLeft.d.ts +28 -0
  1877. package/lib/types/icons/generated/custom/MenuArrowRight.d.ts +28 -0
  1878. package/lib/types/icons/generated/custom/Neo4JAiNeutral.d.ts +7 -2
  1879. package/lib/types/icons/generated/custom/Neo4JIconBlack.d.ts +7 -2
  1880. package/lib/types/icons/generated/custom/Neo4JIconColor.d.ts +7 -2
  1881. package/lib/types/icons/generated/custom/Neo4JIconWhite.d.ts +7 -2
  1882. package/lib/types/icons/generated/custom/Neo4JLogoBlack.d.ts +7 -2
  1883. package/lib/types/icons/generated/custom/Neo4JLogoColor.d.ts +7 -2
  1884. package/lib/types/icons/generated/custom/Neo4JLogoWhite.d.ts +7 -2
  1885. package/lib/types/icons/generated/custom/NomLevel.d.ts +7 -2
  1886. package/lib/types/icons/generated/custom/PanelBottom.d.ts +28 -0
  1887. package/lib/types/icons/generated/custom/PanelLeft.d.ts +28 -0
  1888. package/lib/types/icons/generated/custom/PanelRight.d.ts +28 -0
  1889. package/lib/types/icons/generated/custom/Pin.d.ts +7 -2
  1890. package/lib/types/icons/generated/custom/PlanView.d.ts +7 -2
  1891. package/lib/types/icons/generated/custom/Presentation.d.ts +7 -2
  1892. package/lib/types/icons/generated/custom/Query.d.ts +7 -2
  1893. package/lib/types/icons/generated/custom/Quote.d.ts +7 -2
  1894. package/lib/types/icons/generated/custom/ResizeCorner.d.ts +7 -2
  1895. package/lib/types/icons/generated/custom/Rhombus.d.ts +7 -2
  1896. package/lib/types/icons/generated/custom/Select.d.ts +7 -2
  1897. package/lib/types/icons/generated/custom/Shrink.d.ts +7 -2
  1898. package/lib/types/icons/generated/custom/SingleValue.d.ts +6 -1
  1899. package/lib/types/icons/generated/custom/Square.d.ts +7 -2
  1900. package/lib/types/icons/generated/custom/SquareDash.d.ts +28 -0
  1901. package/lib/types/icons/generated/custom/Text.d.ts +7 -2
  1902. package/lib/types/icons/generated/custom/ThreePanel.d.ts +28 -0
  1903. package/lib/types/icons/generated/custom/Triangle.d.ts +7 -2
  1904. package/lib/types/icons/generated/custom/Underline.d.ts +7 -2
  1905. package/lib/types/icons/generated/custom/UserShield.d.ts +28 -0
  1906. package/lib/types/icons/generated/custom/VisualizeBloom.d.ts +7 -2
  1907. package/lib/types/icons/generated/custom/index.d.ts +26 -24
  1908. package/lib/types/icons/generated/heroIcons/AcademicCapIconOutline.d.ts +1 -1
  1909. package/lib/types/icons/generated/heroIcons/AcademicCapIconSolid.d.ts +1 -1
  1910. package/lib/types/icons/generated/heroIcons/AdjustmentsHorizontalIconOutline.d.ts +1 -1
  1911. package/lib/types/icons/generated/heroIcons/AdjustmentsHorizontalIconSolid.d.ts +1 -1
  1912. package/lib/types/icons/generated/heroIcons/AdjustmentsVerticalIconOutline.d.ts +1 -1
  1913. package/lib/types/icons/generated/heroIcons/AdjustmentsVerticalIconSolid.d.ts +1 -1
  1914. package/lib/types/icons/generated/heroIcons/ArchiveBoxArrowDownIconOutline.d.ts +1 -1
  1915. package/lib/types/icons/generated/heroIcons/ArchiveBoxArrowDownIconSolid.d.ts +1 -1
  1916. package/lib/types/icons/generated/heroIcons/ArchiveBoxIconOutline.d.ts +1 -1
  1917. package/lib/types/icons/generated/heroIcons/ArchiveBoxIconSolid.d.ts +1 -1
  1918. package/lib/types/icons/generated/heroIcons/ArchiveBoxXMarkIconOutline.d.ts +1 -1
  1919. package/lib/types/icons/generated/heroIcons/ArchiveBoxXMarkIconSolid.d.ts +1 -1
  1920. package/lib/types/icons/generated/heroIcons/ArrowDownCircleIconOutline.d.ts +1 -1
  1921. package/lib/types/icons/generated/heroIcons/ArrowDownCircleIconSolid.d.ts +1 -1
  1922. package/lib/types/icons/generated/heroIcons/ArrowDownIconOutline.d.ts +1 -1
  1923. package/lib/types/icons/generated/heroIcons/ArrowDownIconSolid.d.ts +1 -1
  1924. package/lib/types/icons/generated/heroIcons/ArrowDownLeftIconOutline.d.ts +1 -1
  1925. package/lib/types/icons/generated/heroIcons/ArrowDownLeftIconSolid.d.ts +1 -1
  1926. package/lib/types/icons/generated/heroIcons/ArrowDownOnSquareIconOutline.d.ts +1 -1
  1927. package/lib/types/icons/generated/heroIcons/ArrowDownOnSquareIconSolid.d.ts +1 -1
  1928. package/lib/types/icons/generated/heroIcons/ArrowDownOnSquareStackIconOutline.d.ts +1 -1
  1929. package/lib/types/icons/generated/heroIcons/ArrowDownOnSquareStackIconSolid.d.ts +1 -1
  1930. package/lib/types/icons/generated/heroIcons/ArrowDownRightIconOutline.d.ts +1 -1
  1931. package/lib/types/icons/generated/heroIcons/ArrowDownRightIconSolid.d.ts +1 -1
  1932. package/lib/types/icons/generated/heroIcons/ArrowDownTrayIconOutline.d.ts +1 -1
  1933. package/lib/types/icons/generated/heroIcons/ArrowDownTrayIconSolid.d.ts +1 -1
  1934. package/lib/types/icons/generated/heroIcons/ArrowLeftCircleIconOutline.d.ts +1 -1
  1935. package/lib/types/icons/generated/heroIcons/ArrowLeftCircleIconSolid.d.ts +1 -1
  1936. package/lib/types/icons/generated/heroIcons/ArrowLeftEndOnRectangleIconOutline.d.ts +1 -1
  1937. package/lib/types/icons/generated/heroIcons/ArrowLeftEndOnRectangleIconSolid.d.ts +1 -1
  1938. package/lib/types/icons/generated/heroIcons/ArrowLeftIconOutline.d.ts +1 -1
  1939. package/lib/types/icons/generated/heroIcons/ArrowLeftIconSolid.d.ts +1 -1
  1940. package/lib/types/icons/generated/heroIcons/ArrowLeftOnRectangleIconOutline.d.ts +1 -1
  1941. package/lib/types/icons/generated/heroIcons/ArrowLeftOnRectangleIconSolid.d.ts +1 -1
  1942. package/lib/types/icons/generated/heroIcons/ArrowLeftStartOnRectangleIconOutline.d.ts +1 -1
  1943. package/lib/types/icons/generated/heroIcons/ArrowLeftStartOnRectangleIconSolid.d.ts +1 -1
  1944. package/lib/types/icons/generated/heroIcons/ArrowLongDownIconOutline.d.ts +1 -1
  1945. package/lib/types/icons/generated/heroIcons/ArrowLongDownIconSolid.d.ts +1 -1
  1946. package/lib/types/icons/generated/heroIcons/ArrowLongLeftIconOutline.d.ts +1 -1
  1947. package/lib/types/icons/generated/heroIcons/ArrowLongLeftIconSolid.d.ts +1 -1
  1948. package/lib/types/icons/generated/heroIcons/ArrowLongRightIconOutline.d.ts +1 -1
  1949. package/lib/types/icons/generated/heroIcons/ArrowLongRightIconSolid.d.ts +1 -1
  1950. package/lib/types/icons/generated/heroIcons/ArrowLongUpIconOutline.d.ts +1 -1
  1951. package/lib/types/icons/generated/heroIcons/ArrowLongUpIconSolid.d.ts +1 -1
  1952. package/lib/types/icons/generated/heroIcons/ArrowPathIconOutline.d.ts +1 -1
  1953. package/lib/types/icons/generated/heroIcons/ArrowPathIconSolid.d.ts +1 -1
  1954. package/lib/types/icons/generated/heroIcons/ArrowPathRoundedSquareIconOutline.d.ts +1 -1
  1955. package/lib/types/icons/generated/heroIcons/ArrowPathRoundedSquareIconSolid.d.ts +1 -1
  1956. package/lib/types/icons/generated/heroIcons/ArrowRightCircleIconOutline.d.ts +1 -1
  1957. package/lib/types/icons/generated/heroIcons/ArrowRightCircleIconSolid.d.ts +1 -1
  1958. package/lib/types/icons/generated/heroIcons/ArrowRightEndOnRectangleIconOutline.d.ts +1 -1
  1959. package/lib/types/icons/generated/heroIcons/ArrowRightEndOnRectangleIconSolid.d.ts +1 -1
  1960. package/lib/types/icons/generated/heroIcons/ArrowRightIconOutline.d.ts +1 -1
  1961. package/lib/types/icons/generated/heroIcons/ArrowRightIconSolid.d.ts +1 -1
  1962. package/lib/types/icons/generated/heroIcons/ArrowRightOnRectangleIconOutline.d.ts +1 -1
  1963. package/lib/types/icons/generated/heroIcons/ArrowRightOnRectangleIconSolid.d.ts +1 -1
  1964. package/lib/types/icons/generated/heroIcons/ArrowRightStartOnRectangleIconOutline.d.ts +1 -1
  1965. package/lib/types/icons/generated/heroIcons/ArrowRightStartOnRectangleIconSolid.d.ts +1 -1
  1966. package/lib/types/icons/generated/heroIcons/ArrowSmallDownIconOutline.d.ts +1 -1
  1967. package/lib/types/icons/generated/heroIcons/ArrowSmallDownIconSolid.d.ts +1 -1
  1968. package/lib/types/icons/generated/heroIcons/ArrowSmallLeftIconOutline.d.ts +1 -1
  1969. package/lib/types/icons/generated/heroIcons/ArrowSmallLeftIconSolid.d.ts +1 -1
  1970. package/lib/types/icons/generated/heroIcons/ArrowSmallRightIconOutline.d.ts +1 -1
  1971. package/lib/types/icons/generated/heroIcons/ArrowSmallRightIconSolid.d.ts +1 -1
  1972. package/lib/types/icons/generated/heroIcons/ArrowSmallUpIconOutline.d.ts +1 -1
  1973. package/lib/types/icons/generated/heroIcons/ArrowSmallUpIconSolid.d.ts +1 -1
  1974. package/lib/types/icons/generated/heroIcons/ArrowTopRightOnSquareIconOutline.d.ts +1 -1
  1975. package/lib/types/icons/generated/heroIcons/ArrowTopRightOnSquareIconSolid.d.ts +1 -1
  1976. package/lib/types/icons/generated/heroIcons/ArrowTrendingDownIconOutline.d.ts +1 -1
  1977. package/lib/types/icons/generated/heroIcons/ArrowTrendingDownIconSolid.d.ts +1 -1
  1978. package/lib/types/icons/generated/heroIcons/ArrowTrendingUpIconOutline.d.ts +1 -1
  1979. package/lib/types/icons/generated/heroIcons/ArrowTrendingUpIconSolid.d.ts +1 -1
  1980. package/lib/types/icons/generated/heroIcons/ArrowTurnDownLeftIconOutline.d.ts +1 -1
  1981. package/lib/types/icons/generated/heroIcons/ArrowTurnDownLeftIconSolid.d.ts +1 -1
  1982. package/lib/types/icons/generated/heroIcons/ArrowTurnDownRightIconOutline.d.ts +1 -1
  1983. package/lib/types/icons/generated/heroIcons/ArrowTurnDownRightIconSolid.d.ts +1 -1
  1984. package/lib/types/icons/generated/heroIcons/ArrowTurnLeftDownIconOutline.d.ts +1 -1
  1985. package/lib/types/icons/generated/heroIcons/ArrowTurnLeftDownIconSolid.d.ts +1 -1
  1986. package/lib/types/icons/generated/heroIcons/ArrowTurnLeftUpIconOutline.d.ts +1 -1
  1987. package/lib/types/icons/generated/heroIcons/ArrowTurnLeftUpIconSolid.d.ts +1 -1
  1988. package/lib/types/icons/generated/heroIcons/ArrowTurnRightDownIconOutline.d.ts +1 -1
  1989. package/lib/types/icons/generated/heroIcons/ArrowTurnRightDownIconSolid.d.ts +1 -1
  1990. package/lib/types/icons/generated/heroIcons/ArrowTurnRightUpIconOutline.d.ts +1 -1
  1991. package/lib/types/icons/generated/heroIcons/ArrowTurnRightUpIconSolid.d.ts +1 -1
  1992. package/lib/types/icons/generated/heroIcons/ArrowTurnUpLeftIconOutline.d.ts +1 -1
  1993. package/lib/types/icons/generated/heroIcons/ArrowTurnUpLeftIconSolid.d.ts +1 -1
  1994. package/lib/types/icons/generated/heroIcons/ArrowTurnUpRightIconOutline.d.ts +1 -1
  1995. package/lib/types/icons/generated/heroIcons/ArrowTurnUpRightIconSolid.d.ts +1 -1
  1996. package/lib/types/icons/generated/heroIcons/ArrowUpCircleIconOutline.d.ts +1 -1
  1997. package/lib/types/icons/generated/heroIcons/ArrowUpCircleIconSolid.d.ts +1 -1
  1998. package/lib/types/icons/generated/heroIcons/ArrowUpIconOutline.d.ts +1 -1
  1999. package/lib/types/icons/generated/heroIcons/ArrowUpIconSolid.d.ts +1 -1
  2000. package/lib/types/icons/generated/heroIcons/ArrowUpLeftIconOutline.d.ts +1 -1
  2001. package/lib/types/icons/generated/heroIcons/ArrowUpLeftIconSolid.d.ts +1 -1
  2002. package/lib/types/icons/generated/heroIcons/ArrowUpOnSquareIconOutline.d.ts +1 -1
  2003. package/lib/types/icons/generated/heroIcons/ArrowUpOnSquareIconSolid.d.ts +1 -1
  2004. package/lib/types/icons/generated/heroIcons/ArrowUpOnSquareStackIconOutline.d.ts +1 -1
  2005. package/lib/types/icons/generated/heroIcons/ArrowUpOnSquareStackIconSolid.d.ts +1 -1
  2006. package/lib/types/icons/generated/heroIcons/ArrowUpRightIconOutline.d.ts +1 -1
  2007. package/lib/types/icons/generated/heroIcons/ArrowUpRightIconSolid.d.ts +1 -1
  2008. package/lib/types/icons/generated/heroIcons/ArrowUpTrayIconOutline.d.ts +1 -1
  2009. package/lib/types/icons/generated/heroIcons/ArrowUpTrayIconSolid.d.ts +1 -1
  2010. package/lib/types/icons/generated/heroIcons/ArrowUturnDownIconOutline.d.ts +1 -1
  2011. package/lib/types/icons/generated/heroIcons/ArrowUturnDownIconSolid.d.ts +1 -1
  2012. package/lib/types/icons/generated/heroIcons/ArrowUturnLeftIconOutline.d.ts +1 -1
  2013. package/lib/types/icons/generated/heroIcons/ArrowUturnLeftIconSolid.d.ts +1 -1
  2014. package/lib/types/icons/generated/heroIcons/ArrowUturnRightIconOutline.d.ts +1 -1
  2015. package/lib/types/icons/generated/heroIcons/ArrowUturnRightIconSolid.d.ts +1 -1
  2016. package/lib/types/icons/generated/heroIcons/ArrowUturnUpIconOutline.d.ts +1 -1
  2017. package/lib/types/icons/generated/heroIcons/ArrowUturnUpIconSolid.d.ts +1 -1
  2018. package/lib/types/icons/generated/heroIcons/ArrowsPointingInIconOutline.d.ts +1 -1
  2019. package/lib/types/icons/generated/heroIcons/ArrowsPointingInIconSolid.d.ts +1 -1
  2020. package/lib/types/icons/generated/heroIcons/ArrowsPointingOutIconOutline.d.ts +1 -1
  2021. package/lib/types/icons/generated/heroIcons/ArrowsPointingOutIconSolid.d.ts +1 -1
  2022. package/lib/types/icons/generated/heroIcons/ArrowsRightLeftIconOutline.d.ts +1 -1
  2023. package/lib/types/icons/generated/heroIcons/ArrowsRightLeftIconSolid.d.ts +1 -1
  2024. package/lib/types/icons/generated/heroIcons/ArrowsUpDownIconOutline.d.ts +1 -1
  2025. package/lib/types/icons/generated/heroIcons/ArrowsUpDownIconSolid.d.ts +1 -1
  2026. package/lib/types/icons/generated/heroIcons/AtSymbolIconOutline.d.ts +1 -1
  2027. package/lib/types/icons/generated/heroIcons/AtSymbolIconSolid.d.ts +1 -1
  2028. package/lib/types/icons/generated/heroIcons/BackspaceIconOutline.d.ts +1 -1
  2029. package/lib/types/icons/generated/heroIcons/BackspaceIconSolid.d.ts +1 -1
  2030. package/lib/types/icons/generated/heroIcons/BackwardIconOutline.d.ts +1 -1
  2031. package/lib/types/icons/generated/heroIcons/BackwardIconSolid.d.ts +1 -1
  2032. package/lib/types/icons/generated/heroIcons/BanknotesIconOutline.d.ts +1 -1
  2033. package/lib/types/icons/generated/heroIcons/BanknotesIconSolid.d.ts +1 -1
  2034. package/lib/types/icons/generated/heroIcons/Bars2IconOutline.d.ts +1 -1
  2035. package/lib/types/icons/generated/heroIcons/Bars2IconSolid.d.ts +1 -1
  2036. package/lib/types/icons/generated/heroIcons/Bars3BottomLeftIconOutline.d.ts +1 -1
  2037. package/lib/types/icons/generated/heroIcons/Bars3BottomLeftIconSolid.d.ts +1 -1
  2038. package/lib/types/icons/generated/heroIcons/Bars3BottomRightIconOutline.d.ts +1 -1
  2039. package/lib/types/icons/generated/heroIcons/Bars3BottomRightIconSolid.d.ts +1 -1
  2040. package/lib/types/icons/generated/heroIcons/Bars3CenterLeftIconOutline.d.ts +1 -1
  2041. package/lib/types/icons/generated/heroIcons/Bars3CenterLeftIconSolid.d.ts +1 -1
  2042. package/lib/types/icons/generated/heroIcons/Bars3IconOutline.d.ts +1 -1
  2043. package/lib/types/icons/generated/heroIcons/Bars3IconSolid.d.ts +1 -1
  2044. package/lib/types/icons/generated/heroIcons/Bars4IconOutline.d.ts +1 -1
  2045. package/lib/types/icons/generated/heroIcons/Bars4IconSolid.d.ts +1 -1
  2046. package/lib/types/icons/generated/heroIcons/BarsArrowDownIconOutline.d.ts +1 -1
  2047. package/lib/types/icons/generated/heroIcons/BarsArrowDownIconSolid.d.ts +1 -1
  2048. package/lib/types/icons/generated/heroIcons/BarsArrowUpIconOutline.d.ts +1 -1
  2049. package/lib/types/icons/generated/heroIcons/BarsArrowUpIconSolid.d.ts +1 -1
  2050. package/lib/types/icons/generated/heroIcons/Battery0IconOutline.d.ts +1 -1
  2051. package/lib/types/icons/generated/heroIcons/Battery0IconSolid.d.ts +1 -1
  2052. package/lib/types/icons/generated/heroIcons/Battery100IconOutline.d.ts +1 -1
  2053. package/lib/types/icons/generated/heroIcons/Battery100IconSolid.d.ts +1 -1
  2054. package/lib/types/icons/generated/heroIcons/Battery50IconOutline.d.ts +1 -1
  2055. package/lib/types/icons/generated/heroIcons/Battery50IconSolid.d.ts +1 -1
  2056. package/lib/types/icons/generated/heroIcons/BeakerIconOutline.d.ts +1 -1
  2057. package/lib/types/icons/generated/heroIcons/BeakerIconSolid.d.ts +1 -1
  2058. package/lib/types/icons/generated/heroIcons/BellAlertIconOutline.d.ts +1 -1
  2059. package/lib/types/icons/generated/heroIcons/BellAlertIconSolid.d.ts +1 -1
  2060. package/lib/types/icons/generated/heroIcons/BellIconOutline.d.ts +1 -1
  2061. package/lib/types/icons/generated/heroIcons/BellIconSolid.d.ts +1 -1
  2062. package/lib/types/icons/generated/heroIcons/BellSlashIconOutline.d.ts +1 -1
  2063. package/lib/types/icons/generated/heroIcons/BellSlashIconSolid.d.ts +1 -1
  2064. package/lib/types/icons/generated/heroIcons/BellSnoozeIconOutline.d.ts +1 -1
  2065. package/lib/types/icons/generated/heroIcons/BellSnoozeIconSolid.d.ts +1 -1
  2066. package/lib/types/icons/generated/heroIcons/BoldIconOutline.d.ts +1 -1
  2067. package/lib/types/icons/generated/heroIcons/BoldIconSolid.d.ts +1 -1
  2068. package/lib/types/icons/generated/heroIcons/BoltIconOutline.d.ts +1 -1
  2069. package/lib/types/icons/generated/heroIcons/BoltIconSolid.d.ts +1 -1
  2070. package/lib/types/icons/generated/heroIcons/BoltSlashIconOutline.d.ts +1 -1
  2071. package/lib/types/icons/generated/heroIcons/BoltSlashIconSolid.d.ts +1 -1
  2072. package/lib/types/icons/generated/heroIcons/BookOpenIconOutline.d.ts +1 -1
  2073. package/lib/types/icons/generated/heroIcons/BookOpenIconSolid.d.ts +1 -1
  2074. package/lib/types/icons/generated/heroIcons/BookmarkIconOutline.d.ts +1 -1
  2075. package/lib/types/icons/generated/heroIcons/BookmarkIconSolid.d.ts +1 -1
  2076. package/lib/types/icons/generated/heroIcons/BookmarkSlashIconOutline.d.ts +1 -1
  2077. package/lib/types/icons/generated/heroIcons/BookmarkSlashIconSolid.d.ts +1 -1
  2078. package/lib/types/icons/generated/heroIcons/BookmarkSquareIconOutline.d.ts +1 -1
  2079. package/lib/types/icons/generated/heroIcons/BookmarkSquareIconSolid.d.ts +1 -1
  2080. package/lib/types/icons/generated/heroIcons/BriefcaseIconOutline.d.ts +1 -1
  2081. package/lib/types/icons/generated/heroIcons/BriefcaseIconSolid.d.ts +1 -1
  2082. package/lib/types/icons/generated/heroIcons/BugAntIconOutline.d.ts +1 -1
  2083. package/lib/types/icons/generated/heroIcons/BugAntIconSolid.d.ts +1 -1
  2084. package/lib/types/icons/generated/heroIcons/BuildingLibraryIconOutline.d.ts +1 -1
  2085. package/lib/types/icons/generated/heroIcons/BuildingLibraryIconSolid.d.ts +1 -1
  2086. package/lib/types/icons/generated/heroIcons/BuildingOffice2IconOutline.d.ts +1 -1
  2087. package/lib/types/icons/generated/heroIcons/BuildingOffice2IconSolid.d.ts +1 -1
  2088. package/lib/types/icons/generated/heroIcons/BuildingOfficeIconOutline.d.ts +1 -1
  2089. package/lib/types/icons/generated/heroIcons/BuildingOfficeIconSolid.d.ts +1 -1
  2090. package/lib/types/icons/generated/heroIcons/BuildingStorefrontIconOutline.d.ts +1 -1
  2091. package/lib/types/icons/generated/heroIcons/BuildingStorefrontIconSolid.d.ts +1 -1
  2092. package/lib/types/icons/generated/heroIcons/CakeIconOutline.d.ts +1 -1
  2093. package/lib/types/icons/generated/heroIcons/CakeIconSolid.d.ts +1 -1
  2094. package/lib/types/icons/generated/heroIcons/CalculatorIconOutline.d.ts +1 -1
  2095. package/lib/types/icons/generated/heroIcons/CalculatorIconSolid.d.ts +1 -1
  2096. package/lib/types/icons/generated/heroIcons/CalendarDateRangeIconOutline.d.ts +1 -1
  2097. package/lib/types/icons/generated/heroIcons/CalendarDateRangeIconSolid.d.ts +1 -1
  2098. package/lib/types/icons/generated/heroIcons/CalendarDaysIconOutline.d.ts +1 -1
  2099. package/lib/types/icons/generated/heroIcons/CalendarDaysIconSolid.d.ts +1 -1
  2100. package/lib/types/icons/generated/heroIcons/CalendarIconOutline.d.ts +1 -1
  2101. package/lib/types/icons/generated/heroIcons/CalendarIconSolid.d.ts +1 -1
  2102. package/lib/types/icons/generated/heroIcons/CameraIconOutline.d.ts +1 -1
  2103. package/lib/types/icons/generated/heroIcons/CameraIconSolid.d.ts +1 -1
  2104. package/lib/types/icons/generated/heroIcons/ChartBarIconOutline.d.ts +1 -1
  2105. package/lib/types/icons/generated/heroIcons/ChartBarIconSolid.d.ts +1 -1
  2106. package/lib/types/icons/generated/heroIcons/ChartBarSquareIconOutline.d.ts +1 -1
  2107. package/lib/types/icons/generated/heroIcons/ChartBarSquareIconSolid.d.ts +1 -1
  2108. package/lib/types/icons/generated/heroIcons/ChartPieIconOutline.d.ts +1 -1
  2109. package/lib/types/icons/generated/heroIcons/ChartPieIconSolid.d.ts +1 -1
  2110. package/lib/types/icons/generated/heroIcons/ChatBubbleBottomCenterIconOutline.d.ts +1 -1
  2111. package/lib/types/icons/generated/heroIcons/ChatBubbleBottomCenterIconSolid.d.ts +1 -1
  2112. package/lib/types/icons/generated/heroIcons/ChatBubbleBottomCenterTextIconOutline.d.ts +1 -1
  2113. package/lib/types/icons/generated/heroIcons/ChatBubbleBottomCenterTextIconSolid.d.ts +1 -1
  2114. package/lib/types/icons/generated/heroIcons/ChatBubbleLeftEllipsisIconOutline.d.ts +1 -1
  2115. package/lib/types/icons/generated/heroIcons/ChatBubbleLeftEllipsisIconSolid.d.ts +1 -1
  2116. package/lib/types/icons/generated/heroIcons/ChatBubbleLeftIconOutline.d.ts +1 -1
  2117. package/lib/types/icons/generated/heroIcons/ChatBubbleLeftIconSolid.d.ts +1 -1
  2118. package/lib/types/icons/generated/heroIcons/ChatBubbleLeftRightIconOutline.d.ts +1 -1
  2119. package/lib/types/icons/generated/heroIcons/ChatBubbleLeftRightIconSolid.d.ts +1 -1
  2120. package/lib/types/icons/generated/heroIcons/ChatBubbleOvalLeftEllipsisIconOutline.d.ts +1 -1
  2121. package/lib/types/icons/generated/heroIcons/ChatBubbleOvalLeftEllipsisIconSolid.d.ts +1 -1
  2122. package/lib/types/icons/generated/heroIcons/ChatBubbleOvalLeftIconOutline.d.ts +1 -1
  2123. package/lib/types/icons/generated/heroIcons/ChatBubbleOvalLeftIconSolid.d.ts +1 -1
  2124. package/lib/types/icons/generated/heroIcons/CheckBadgeIconOutline.d.ts +1 -1
  2125. package/lib/types/icons/generated/heroIcons/CheckBadgeIconSolid.d.ts +1 -1
  2126. package/lib/types/icons/generated/heroIcons/CheckCircleIconOutline.d.ts +1 -1
  2127. package/lib/types/icons/generated/heroIcons/CheckCircleIconSolid.d.ts +1 -1
  2128. package/lib/types/icons/generated/heroIcons/CheckIconOutline.d.ts +1 -1
  2129. package/lib/types/icons/generated/heroIcons/CheckIconSolid.d.ts +1 -1
  2130. package/lib/types/icons/generated/heroIcons/ChevronDoubleDownIconOutline.d.ts +1 -1
  2131. package/lib/types/icons/generated/heroIcons/ChevronDoubleDownIconSolid.d.ts +1 -1
  2132. package/lib/types/icons/generated/heroIcons/ChevronDoubleLeftIconOutline.d.ts +1 -1
  2133. package/lib/types/icons/generated/heroIcons/ChevronDoubleLeftIconSolid.d.ts +1 -1
  2134. package/lib/types/icons/generated/heroIcons/ChevronDoubleRightIconOutline.d.ts +1 -1
  2135. package/lib/types/icons/generated/heroIcons/ChevronDoubleRightIconSolid.d.ts +1 -1
  2136. package/lib/types/icons/generated/heroIcons/ChevronDoubleUpIconOutline.d.ts +1 -1
  2137. package/lib/types/icons/generated/heroIcons/ChevronDoubleUpIconSolid.d.ts +1 -1
  2138. package/lib/types/icons/generated/heroIcons/ChevronDownIconOutline.d.ts +1 -1
  2139. package/lib/types/icons/generated/heroIcons/ChevronDownIconSolid.d.ts +1 -1
  2140. package/lib/types/icons/generated/heroIcons/ChevronLeftIconOutline.d.ts +1 -1
  2141. package/lib/types/icons/generated/heroIcons/ChevronLeftIconSolid.d.ts +1 -1
  2142. package/lib/types/icons/generated/heroIcons/ChevronRightIconOutline.d.ts +1 -1
  2143. package/lib/types/icons/generated/heroIcons/ChevronRightIconSolid.d.ts +1 -1
  2144. package/lib/types/icons/generated/heroIcons/ChevronUpDownIconOutline.d.ts +1 -1
  2145. package/lib/types/icons/generated/heroIcons/ChevronUpDownIconSolid.d.ts +1 -1
  2146. package/lib/types/icons/generated/heroIcons/ChevronUpIconOutline.d.ts +1 -1
  2147. package/lib/types/icons/generated/heroIcons/ChevronUpIconSolid.d.ts +1 -1
  2148. package/lib/types/icons/generated/heroIcons/CircleStackIconOutline.d.ts +1 -1
  2149. package/lib/types/icons/generated/heroIcons/CircleStackIconSolid.d.ts +1 -1
  2150. package/lib/types/icons/generated/heroIcons/ClipboardDocumentCheckIconOutline.d.ts +1 -1
  2151. package/lib/types/icons/generated/heroIcons/ClipboardDocumentCheckIconSolid.d.ts +1 -1
  2152. package/lib/types/icons/generated/heroIcons/ClipboardDocumentIconOutline.d.ts +1 -1
  2153. package/lib/types/icons/generated/heroIcons/ClipboardDocumentIconSolid.d.ts +1 -1
  2154. package/lib/types/icons/generated/heroIcons/ClipboardDocumentListIconOutline.d.ts +1 -1
  2155. package/lib/types/icons/generated/heroIcons/ClipboardDocumentListIconSolid.d.ts +1 -1
  2156. package/lib/types/icons/generated/heroIcons/ClipboardIconOutline.d.ts +1 -1
  2157. package/lib/types/icons/generated/heroIcons/ClipboardIconSolid.d.ts +1 -1
  2158. package/lib/types/icons/generated/heroIcons/ClockIconOutline.d.ts +1 -1
  2159. package/lib/types/icons/generated/heroIcons/ClockIconSolid.d.ts +1 -1
  2160. package/lib/types/icons/generated/heroIcons/CloudArrowDownIconOutline.d.ts +1 -1
  2161. package/lib/types/icons/generated/heroIcons/CloudArrowDownIconSolid.d.ts +1 -1
  2162. package/lib/types/icons/generated/heroIcons/CloudArrowUpIconOutline.d.ts +1 -1
  2163. package/lib/types/icons/generated/heroIcons/CloudArrowUpIconSolid.d.ts +1 -1
  2164. package/lib/types/icons/generated/heroIcons/CloudIconOutline.d.ts +1 -1
  2165. package/lib/types/icons/generated/heroIcons/CloudIconSolid.d.ts +1 -1
  2166. package/lib/types/icons/generated/heroIcons/CodeBracketIconOutline.d.ts +1 -1
  2167. package/lib/types/icons/generated/heroIcons/CodeBracketIconSolid.d.ts +1 -1
  2168. package/lib/types/icons/generated/heroIcons/CodeBracketSquareIconOutline.d.ts +1 -1
  2169. package/lib/types/icons/generated/heroIcons/CodeBracketSquareIconSolid.d.ts +1 -1
  2170. package/lib/types/icons/generated/heroIcons/Cog6ToothIconOutline.d.ts +1 -1
  2171. package/lib/types/icons/generated/heroIcons/Cog6ToothIconSolid.d.ts +1 -1
  2172. package/lib/types/icons/generated/heroIcons/Cog8ToothIconOutline.d.ts +1 -1
  2173. package/lib/types/icons/generated/heroIcons/Cog8ToothIconSolid.d.ts +1 -1
  2174. package/lib/types/icons/generated/heroIcons/CogIconOutline.d.ts +1 -1
  2175. package/lib/types/icons/generated/heroIcons/CogIconSolid.d.ts +1 -1
  2176. package/lib/types/icons/generated/heroIcons/CommandLineIconOutline.d.ts +1 -1
  2177. package/lib/types/icons/generated/heroIcons/CommandLineIconSolid.d.ts +1 -1
  2178. package/lib/types/icons/generated/heroIcons/ComputerDesktopIconOutline.d.ts +1 -1
  2179. package/lib/types/icons/generated/heroIcons/ComputerDesktopIconSolid.d.ts +1 -1
  2180. package/lib/types/icons/generated/heroIcons/CpuChipIconOutline.d.ts +1 -1
  2181. package/lib/types/icons/generated/heroIcons/CpuChipIconSolid.d.ts +1 -1
  2182. package/lib/types/icons/generated/heroIcons/CreditCardIconOutline.d.ts +1 -1
  2183. package/lib/types/icons/generated/heroIcons/CreditCardIconSolid.d.ts +1 -1
  2184. package/lib/types/icons/generated/heroIcons/CubeIconOutline.d.ts +1 -1
  2185. package/lib/types/icons/generated/heroIcons/CubeIconSolid.d.ts +1 -1
  2186. package/lib/types/icons/generated/heroIcons/CubeTransparentIconOutline.d.ts +1 -1
  2187. package/lib/types/icons/generated/heroIcons/CubeTransparentIconSolid.d.ts +1 -1
  2188. package/lib/types/icons/generated/heroIcons/CurrencyBangladeshiIconOutline.d.ts +1 -1
  2189. package/lib/types/icons/generated/heroIcons/CurrencyBangladeshiIconSolid.d.ts +1 -1
  2190. package/lib/types/icons/generated/heroIcons/CurrencyDollarIconOutline.d.ts +1 -1
  2191. package/lib/types/icons/generated/heroIcons/CurrencyDollarIconSolid.d.ts +1 -1
  2192. package/lib/types/icons/generated/heroIcons/CurrencyEuroIconOutline.d.ts +1 -1
  2193. package/lib/types/icons/generated/heroIcons/CurrencyEuroIconSolid.d.ts +1 -1
  2194. package/lib/types/icons/generated/heroIcons/CurrencyPoundIconOutline.d.ts +1 -1
  2195. package/lib/types/icons/generated/heroIcons/CurrencyPoundIconSolid.d.ts +1 -1
  2196. package/lib/types/icons/generated/heroIcons/CurrencyRupeeIconOutline.d.ts +1 -1
  2197. package/lib/types/icons/generated/heroIcons/CurrencyRupeeIconSolid.d.ts +1 -1
  2198. package/lib/types/icons/generated/heroIcons/CurrencyYenIconOutline.d.ts +1 -1
  2199. package/lib/types/icons/generated/heroIcons/CurrencyYenIconSolid.d.ts +1 -1
  2200. package/lib/types/icons/generated/heroIcons/CursorArrowRaysIconOutline.d.ts +1 -1
  2201. package/lib/types/icons/generated/heroIcons/CursorArrowRaysIconSolid.d.ts +1 -1
  2202. package/lib/types/icons/generated/heroIcons/CursorArrowRippleIconOutline.d.ts +1 -1
  2203. package/lib/types/icons/generated/heroIcons/CursorArrowRippleIconSolid.d.ts +1 -1
  2204. package/lib/types/icons/generated/heroIcons/DevicePhoneMobileIconOutline.d.ts +1 -1
  2205. package/lib/types/icons/generated/heroIcons/DevicePhoneMobileIconSolid.d.ts +1 -1
  2206. package/lib/types/icons/generated/heroIcons/DeviceTabletIconOutline.d.ts +1 -1
  2207. package/lib/types/icons/generated/heroIcons/DeviceTabletIconSolid.d.ts +1 -1
  2208. package/lib/types/icons/generated/heroIcons/DivideIconOutline.d.ts +1 -1
  2209. package/lib/types/icons/generated/heroIcons/DivideIconSolid.d.ts +1 -1
  2210. package/lib/types/icons/generated/heroIcons/DocumentArrowDownIconOutline.d.ts +1 -1
  2211. package/lib/types/icons/generated/heroIcons/DocumentArrowDownIconSolid.d.ts +1 -1
  2212. package/lib/types/icons/generated/heroIcons/DocumentArrowUpIconOutline.d.ts +1 -1
  2213. package/lib/types/icons/generated/heroIcons/DocumentArrowUpIconSolid.d.ts +1 -1
  2214. package/lib/types/icons/generated/heroIcons/DocumentChartBarIconOutline.d.ts +1 -1
  2215. package/lib/types/icons/generated/heroIcons/DocumentChartBarIconSolid.d.ts +1 -1
  2216. package/lib/types/icons/generated/heroIcons/DocumentCheckIconOutline.d.ts +1 -1
  2217. package/lib/types/icons/generated/heroIcons/DocumentCheckIconSolid.d.ts +1 -1
  2218. package/lib/types/icons/generated/heroIcons/DocumentCurrencyBangladeshiIconOutline.d.ts +1 -1
  2219. package/lib/types/icons/generated/heroIcons/DocumentCurrencyBangladeshiIconSolid.d.ts +1 -1
  2220. package/lib/types/icons/generated/heroIcons/DocumentCurrencyDollarIconOutline.d.ts +1 -1
  2221. package/lib/types/icons/generated/heroIcons/DocumentCurrencyDollarIconSolid.d.ts +1 -1
  2222. package/lib/types/icons/generated/heroIcons/DocumentCurrencyEuroIconOutline.d.ts +1 -1
  2223. package/lib/types/icons/generated/heroIcons/DocumentCurrencyEuroIconSolid.d.ts +1 -1
  2224. package/lib/types/icons/generated/heroIcons/DocumentCurrencyPoundIconOutline.d.ts +1 -1
  2225. package/lib/types/icons/generated/heroIcons/DocumentCurrencyPoundIconSolid.d.ts +1 -1
  2226. package/lib/types/icons/generated/heroIcons/DocumentCurrencyRupeeIconOutline.d.ts +1 -1
  2227. package/lib/types/icons/generated/heroIcons/DocumentCurrencyRupeeIconSolid.d.ts +1 -1
  2228. package/lib/types/icons/generated/heroIcons/DocumentCurrencyYenIconOutline.d.ts +1 -1
  2229. package/lib/types/icons/generated/heroIcons/DocumentCurrencyYenIconSolid.d.ts +1 -1
  2230. package/lib/types/icons/generated/heroIcons/DocumentDuplicateIconOutline.d.ts +1 -1
  2231. package/lib/types/icons/generated/heroIcons/DocumentDuplicateIconSolid.d.ts +1 -1
  2232. package/lib/types/icons/generated/heroIcons/DocumentIconOutline.d.ts +1 -1
  2233. package/lib/types/icons/generated/heroIcons/DocumentIconSolid.d.ts +1 -1
  2234. package/lib/types/icons/generated/heroIcons/DocumentMagnifyingGlassIconOutline.d.ts +1 -1
  2235. package/lib/types/icons/generated/heroIcons/DocumentMagnifyingGlassIconSolid.d.ts +1 -1
  2236. package/lib/types/icons/generated/heroIcons/DocumentMinusIconOutline.d.ts +1 -1
  2237. package/lib/types/icons/generated/heroIcons/DocumentMinusIconSolid.d.ts +1 -1
  2238. package/lib/types/icons/generated/heroIcons/DocumentPlusIconOutline.d.ts +1 -1
  2239. package/lib/types/icons/generated/heroIcons/DocumentPlusIconSolid.d.ts +1 -1
  2240. package/lib/types/icons/generated/heroIcons/DocumentTextIconOutline.d.ts +1 -1
  2241. package/lib/types/icons/generated/heroIcons/DocumentTextIconSolid.d.ts +1 -1
  2242. package/lib/types/icons/generated/heroIcons/EllipsisHorizontalCircleIconOutline.d.ts +1 -1
  2243. package/lib/types/icons/generated/heroIcons/EllipsisHorizontalCircleIconSolid.d.ts +1 -1
  2244. package/lib/types/icons/generated/heroIcons/EllipsisHorizontalIconOutline.d.ts +1 -1
  2245. package/lib/types/icons/generated/heroIcons/EllipsisHorizontalIconSolid.d.ts +1 -1
  2246. package/lib/types/icons/generated/heroIcons/EllipsisVerticalIconOutline.d.ts +1 -1
  2247. package/lib/types/icons/generated/heroIcons/EllipsisVerticalIconSolid.d.ts +1 -1
  2248. package/lib/types/icons/generated/heroIcons/EnvelopeIconOutline.d.ts +1 -1
  2249. package/lib/types/icons/generated/heroIcons/EnvelopeIconSolid.d.ts +1 -1
  2250. package/lib/types/icons/generated/heroIcons/EnvelopeOpenIconOutline.d.ts +1 -1
  2251. package/lib/types/icons/generated/heroIcons/EnvelopeOpenIconSolid.d.ts +1 -1
  2252. package/lib/types/icons/generated/heroIcons/EqualsIconOutline.d.ts +1 -1
  2253. package/lib/types/icons/generated/heroIcons/EqualsIconSolid.d.ts +1 -1
  2254. package/lib/types/icons/generated/heroIcons/ExclamationCircleIconOutline.d.ts +1 -1
  2255. package/lib/types/icons/generated/heroIcons/ExclamationCircleIconSolid.d.ts +1 -1
  2256. package/lib/types/icons/generated/heroIcons/ExclamationTriangleIconOutline.d.ts +1 -1
  2257. package/lib/types/icons/generated/heroIcons/ExclamationTriangleIconSolid.d.ts +1 -1
  2258. package/lib/types/icons/generated/heroIcons/EyeDropperIconOutline.d.ts +1 -1
  2259. package/lib/types/icons/generated/heroIcons/EyeDropperIconSolid.d.ts +1 -1
  2260. package/lib/types/icons/generated/heroIcons/EyeIconOutline.d.ts +1 -1
  2261. package/lib/types/icons/generated/heroIcons/EyeIconSolid.d.ts +1 -1
  2262. package/lib/types/icons/generated/heroIcons/EyeSlashIconOutline.d.ts +1 -1
  2263. package/lib/types/icons/generated/heroIcons/EyeSlashIconSolid.d.ts +1 -1
  2264. package/lib/types/icons/generated/heroIcons/FaceFrownIconOutline.d.ts +1 -1
  2265. package/lib/types/icons/generated/heroIcons/FaceFrownIconSolid.d.ts +1 -1
  2266. package/lib/types/icons/generated/heroIcons/FaceSmileIconOutline.d.ts +1 -1
  2267. package/lib/types/icons/generated/heroIcons/FaceSmileIconSolid.d.ts +1 -1
  2268. package/lib/types/icons/generated/heroIcons/FilmIconOutline.d.ts +1 -1
  2269. package/lib/types/icons/generated/heroIcons/FilmIconSolid.d.ts +1 -1
  2270. package/lib/types/icons/generated/heroIcons/FingerPrintIconOutline.d.ts +1 -1
  2271. package/lib/types/icons/generated/heroIcons/FingerPrintIconSolid.d.ts +1 -1
  2272. package/lib/types/icons/generated/heroIcons/FireIconOutline.d.ts +1 -1
  2273. package/lib/types/icons/generated/heroIcons/FireIconSolid.d.ts +1 -1
  2274. package/lib/types/icons/generated/heroIcons/FlagIconOutline.d.ts +1 -1
  2275. package/lib/types/icons/generated/heroIcons/FlagIconSolid.d.ts +1 -1
  2276. package/lib/types/icons/generated/heroIcons/FolderArrowDownIconOutline.d.ts +1 -1
  2277. package/lib/types/icons/generated/heroIcons/FolderArrowDownIconSolid.d.ts +1 -1
  2278. package/lib/types/icons/generated/heroIcons/FolderIconOutline.d.ts +1 -1
  2279. package/lib/types/icons/generated/heroIcons/FolderIconSolid.d.ts +1 -1
  2280. package/lib/types/icons/generated/heroIcons/FolderMinusIconOutline.d.ts +1 -1
  2281. package/lib/types/icons/generated/heroIcons/FolderMinusIconSolid.d.ts +1 -1
  2282. package/lib/types/icons/generated/heroIcons/FolderOpenIconOutline.d.ts +1 -1
  2283. package/lib/types/icons/generated/heroIcons/FolderOpenIconSolid.d.ts +1 -1
  2284. package/lib/types/icons/generated/heroIcons/FolderPlusIconOutline.d.ts +1 -1
  2285. package/lib/types/icons/generated/heroIcons/FolderPlusIconSolid.d.ts +1 -1
  2286. package/lib/types/icons/generated/heroIcons/ForwardIconOutline.d.ts +1 -1
  2287. package/lib/types/icons/generated/heroIcons/ForwardIconSolid.d.ts +1 -1
  2288. package/lib/types/icons/generated/heroIcons/FunnelIconOutline.d.ts +1 -1
  2289. package/lib/types/icons/generated/heroIcons/FunnelIconSolid.d.ts +1 -1
  2290. package/lib/types/icons/generated/heroIcons/GifIconOutline.d.ts +1 -1
  2291. package/lib/types/icons/generated/heroIcons/GifIconSolid.d.ts +1 -1
  2292. package/lib/types/icons/generated/heroIcons/GiftIconOutline.d.ts +1 -1
  2293. package/lib/types/icons/generated/heroIcons/GiftIconSolid.d.ts +1 -1
  2294. package/lib/types/icons/generated/heroIcons/GiftTopIconOutline.d.ts +1 -1
  2295. package/lib/types/icons/generated/heroIcons/GiftTopIconSolid.d.ts +1 -1
  2296. package/lib/types/icons/generated/heroIcons/GlobeAltIconOutline.d.ts +1 -1
  2297. package/lib/types/icons/generated/heroIcons/GlobeAltIconSolid.d.ts +1 -1
  2298. package/lib/types/icons/generated/heroIcons/GlobeAmericasIconOutline.d.ts +1 -1
  2299. package/lib/types/icons/generated/heroIcons/GlobeAmericasIconSolid.d.ts +1 -1
  2300. package/lib/types/icons/generated/heroIcons/GlobeAsiaAustraliaIconOutline.d.ts +1 -1
  2301. package/lib/types/icons/generated/heroIcons/GlobeAsiaAustraliaIconSolid.d.ts +1 -1
  2302. package/lib/types/icons/generated/heroIcons/GlobeEuropeAfricaIconOutline.d.ts +1 -1
  2303. package/lib/types/icons/generated/heroIcons/GlobeEuropeAfricaIconSolid.d.ts +1 -1
  2304. package/lib/types/icons/generated/heroIcons/H1IconOutline.d.ts +1 -1
  2305. package/lib/types/icons/generated/heroIcons/H1IconSolid.d.ts +1 -1
  2306. package/lib/types/icons/generated/heroIcons/H2IconOutline.d.ts +1 -1
  2307. package/lib/types/icons/generated/heroIcons/H2IconSolid.d.ts +1 -1
  2308. package/lib/types/icons/generated/heroIcons/H3IconOutline.d.ts +1 -1
  2309. package/lib/types/icons/generated/heroIcons/H3IconSolid.d.ts +1 -1
  2310. package/lib/types/icons/generated/heroIcons/HandRaisedIconOutline.d.ts +1 -1
  2311. package/lib/types/icons/generated/heroIcons/HandRaisedIconSolid.d.ts +1 -1
  2312. package/lib/types/icons/generated/heroIcons/HandThumbDownIconOutline.d.ts +1 -1
  2313. package/lib/types/icons/generated/heroIcons/HandThumbDownIconSolid.d.ts +1 -1
  2314. package/lib/types/icons/generated/heroIcons/HandThumbUpIconOutline.d.ts +1 -1
  2315. package/lib/types/icons/generated/heroIcons/HandThumbUpIconSolid.d.ts +1 -1
  2316. package/lib/types/icons/generated/heroIcons/HashtagIconOutline.d.ts +1 -1
  2317. package/lib/types/icons/generated/heroIcons/HashtagIconSolid.d.ts +1 -1
  2318. package/lib/types/icons/generated/heroIcons/HeartIconOutline.d.ts +1 -1
  2319. package/lib/types/icons/generated/heroIcons/HeartIconSolid.d.ts +1 -1
  2320. package/lib/types/icons/generated/heroIcons/HomeIconOutline.d.ts +1 -1
  2321. package/lib/types/icons/generated/heroIcons/HomeIconSolid.d.ts +1 -1
  2322. package/lib/types/icons/generated/heroIcons/HomeModernIconOutline.d.ts +1 -1
  2323. package/lib/types/icons/generated/heroIcons/HomeModernIconSolid.d.ts +1 -1
  2324. package/lib/types/icons/generated/heroIcons/IdentificationIconOutline.d.ts +1 -1
  2325. package/lib/types/icons/generated/heroIcons/IdentificationIconSolid.d.ts +1 -1
  2326. package/lib/types/icons/generated/heroIcons/InboxArrowDownIconOutline.d.ts +1 -1
  2327. package/lib/types/icons/generated/heroIcons/InboxArrowDownIconSolid.d.ts +1 -1
  2328. package/lib/types/icons/generated/heroIcons/InboxIconOutline.d.ts +1 -1
  2329. package/lib/types/icons/generated/heroIcons/InboxIconSolid.d.ts +1 -1
  2330. package/lib/types/icons/generated/heroIcons/InboxStackIconOutline.d.ts +1 -1
  2331. package/lib/types/icons/generated/heroIcons/InboxStackIconSolid.d.ts +1 -1
  2332. package/lib/types/icons/generated/heroIcons/InformationCircleIconOutline.d.ts +1 -1
  2333. package/lib/types/icons/generated/heroIcons/InformationCircleIconSolid.d.ts +1 -1
  2334. package/lib/types/icons/generated/heroIcons/ItalicIconOutline.d.ts +1 -1
  2335. package/lib/types/icons/generated/heroIcons/ItalicIconSolid.d.ts +1 -1
  2336. package/lib/types/icons/generated/heroIcons/KeyIconOutline.d.ts +1 -1
  2337. package/lib/types/icons/generated/heroIcons/KeyIconSolid.d.ts +1 -1
  2338. package/lib/types/icons/generated/heroIcons/LanguageIconOutline.d.ts +1 -1
  2339. package/lib/types/icons/generated/heroIcons/LanguageIconSolid.d.ts +1 -1
  2340. package/lib/types/icons/generated/heroIcons/LifebuoyIconOutline.d.ts +1 -1
  2341. package/lib/types/icons/generated/heroIcons/LifebuoyIconSolid.d.ts +1 -1
  2342. package/lib/types/icons/generated/heroIcons/LightBulbIconOutline.d.ts +1 -1
  2343. package/lib/types/icons/generated/heroIcons/LightBulbIconSolid.d.ts +1 -1
  2344. package/lib/types/icons/generated/heroIcons/LinkIconOutline.d.ts +1 -1
  2345. package/lib/types/icons/generated/heroIcons/LinkIconSolid.d.ts +1 -1
  2346. package/lib/types/icons/generated/heroIcons/LinkSlashIconOutline.d.ts +1 -1
  2347. package/lib/types/icons/generated/heroIcons/LinkSlashIconSolid.d.ts +1 -1
  2348. package/lib/types/icons/generated/heroIcons/ListBulletIconOutline.d.ts +1 -1
  2349. package/lib/types/icons/generated/heroIcons/ListBulletIconSolid.d.ts +1 -1
  2350. package/lib/types/icons/generated/heroIcons/LockClosedIconOutline.d.ts +1 -1
  2351. package/lib/types/icons/generated/heroIcons/LockClosedIconSolid.d.ts +1 -1
  2352. package/lib/types/icons/generated/heroIcons/LockOpenIconOutline.d.ts +1 -1
  2353. package/lib/types/icons/generated/heroIcons/LockOpenIconSolid.d.ts +1 -1
  2354. package/lib/types/icons/generated/heroIcons/MagnifyingGlassCircleIconOutline.d.ts +1 -1
  2355. package/lib/types/icons/generated/heroIcons/MagnifyingGlassCircleIconSolid.d.ts +1 -1
  2356. package/lib/types/icons/generated/heroIcons/MagnifyingGlassIconOutline.d.ts +1 -1
  2357. package/lib/types/icons/generated/heroIcons/MagnifyingGlassIconSolid.d.ts +1 -1
  2358. package/lib/types/icons/generated/heroIcons/MagnifyingGlassMinusIconOutline.d.ts +1 -1
  2359. package/lib/types/icons/generated/heroIcons/MagnifyingGlassMinusIconSolid.d.ts +1 -1
  2360. package/lib/types/icons/generated/heroIcons/MagnifyingGlassPlusIconOutline.d.ts +1 -1
  2361. package/lib/types/icons/generated/heroIcons/MagnifyingGlassPlusIconSolid.d.ts +1 -1
  2362. package/lib/types/icons/generated/heroIcons/MapIconOutline.d.ts +1 -1
  2363. package/lib/types/icons/generated/heroIcons/MapIconSolid.d.ts +1 -1
  2364. package/lib/types/icons/generated/heroIcons/MapPinIconOutline.d.ts +1 -1
  2365. package/lib/types/icons/generated/heroIcons/MapPinIconSolid.d.ts +1 -1
  2366. package/lib/types/icons/generated/heroIcons/MegaphoneIconOutline.d.ts +1 -1
  2367. package/lib/types/icons/generated/heroIcons/MegaphoneIconSolid.d.ts +1 -1
  2368. package/lib/types/icons/generated/heroIcons/MicrophoneIconOutline.d.ts +1 -1
  2369. package/lib/types/icons/generated/heroIcons/MicrophoneIconSolid.d.ts +1 -1
  2370. package/lib/types/icons/generated/heroIcons/MinusCircleIconOutline.d.ts +1 -1
  2371. package/lib/types/icons/generated/heroIcons/MinusCircleIconSolid.d.ts +1 -1
  2372. package/lib/types/icons/generated/heroIcons/MinusIconOutline.d.ts +1 -1
  2373. package/lib/types/icons/generated/heroIcons/MinusIconSolid.d.ts +1 -1
  2374. package/lib/types/icons/generated/heroIcons/MinusSmallIconOutline.d.ts +1 -1
  2375. package/lib/types/icons/generated/heroIcons/MinusSmallIconSolid.d.ts +1 -1
  2376. package/lib/types/icons/generated/heroIcons/MoonIconOutline.d.ts +1 -1
  2377. package/lib/types/icons/generated/heroIcons/MoonIconSolid.d.ts +1 -1
  2378. package/lib/types/icons/generated/heroIcons/MusicalNoteIconOutline.d.ts +1 -1
  2379. package/lib/types/icons/generated/heroIcons/MusicalNoteIconSolid.d.ts +1 -1
  2380. package/lib/types/icons/generated/heroIcons/NewspaperIconOutline.d.ts +1 -1
  2381. package/lib/types/icons/generated/heroIcons/NewspaperIconSolid.d.ts +1 -1
  2382. package/lib/types/icons/generated/heroIcons/NoSymbolIconOutline.d.ts +1 -1
  2383. package/lib/types/icons/generated/heroIcons/NoSymbolIconSolid.d.ts +1 -1
  2384. package/lib/types/icons/generated/heroIcons/NumberedListIconOutline.d.ts +1 -1
  2385. package/lib/types/icons/generated/heroIcons/NumberedListIconSolid.d.ts +1 -1
  2386. package/lib/types/icons/generated/heroIcons/PaintBrushIconOutline.d.ts +1 -1
  2387. package/lib/types/icons/generated/heroIcons/PaintBrushIconSolid.d.ts +1 -1
  2388. package/lib/types/icons/generated/heroIcons/PaperAirplaneIconOutline.d.ts +1 -1
  2389. package/lib/types/icons/generated/heroIcons/PaperAirplaneIconSolid.d.ts +1 -1
  2390. package/lib/types/icons/generated/heroIcons/PaperClipIconOutline.d.ts +1 -1
  2391. package/lib/types/icons/generated/heroIcons/PaperClipIconSolid.d.ts +1 -1
  2392. package/lib/types/icons/generated/heroIcons/PauseCircleIconOutline.d.ts +1 -1
  2393. package/lib/types/icons/generated/heroIcons/PauseCircleIconSolid.d.ts +1 -1
  2394. package/lib/types/icons/generated/heroIcons/PauseIconOutline.d.ts +1 -1
  2395. package/lib/types/icons/generated/heroIcons/PauseIconSolid.d.ts +1 -1
  2396. package/lib/types/icons/generated/heroIcons/PencilIconOutline.d.ts +1 -1
  2397. package/lib/types/icons/generated/heroIcons/PencilIconSolid.d.ts +1 -1
  2398. package/lib/types/icons/generated/heroIcons/PencilSquareIconOutline.d.ts +1 -1
  2399. package/lib/types/icons/generated/heroIcons/PencilSquareIconSolid.d.ts +1 -1
  2400. package/lib/types/icons/generated/heroIcons/PercentBadgeIconOutline.d.ts +1 -1
  2401. package/lib/types/icons/generated/heroIcons/PercentBadgeIconSolid.d.ts +1 -1
  2402. package/lib/types/icons/generated/heroIcons/PhoneArrowDownLeftIconOutline.d.ts +1 -1
  2403. package/lib/types/icons/generated/heroIcons/PhoneArrowDownLeftIconSolid.d.ts +1 -1
  2404. package/lib/types/icons/generated/heroIcons/PhoneArrowUpRightIconOutline.d.ts +1 -1
  2405. package/lib/types/icons/generated/heroIcons/PhoneArrowUpRightIconSolid.d.ts +1 -1
  2406. package/lib/types/icons/generated/heroIcons/PhoneIconOutline.d.ts +1 -1
  2407. package/lib/types/icons/generated/heroIcons/PhoneIconSolid.d.ts +1 -1
  2408. package/lib/types/icons/generated/heroIcons/PhoneXMarkIconOutline.d.ts +1 -1
  2409. package/lib/types/icons/generated/heroIcons/PhoneXMarkIconSolid.d.ts +1 -1
  2410. package/lib/types/icons/generated/heroIcons/PhotoIconOutline.d.ts +1 -1
  2411. package/lib/types/icons/generated/heroIcons/PhotoIconSolid.d.ts +1 -1
  2412. package/lib/types/icons/generated/heroIcons/PlayCircleIconOutline.d.ts +1 -1
  2413. package/lib/types/icons/generated/heroIcons/PlayCircleIconSolid.d.ts +1 -1
  2414. package/lib/types/icons/generated/heroIcons/PlayIconOutline.d.ts +1 -1
  2415. package/lib/types/icons/generated/heroIcons/PlayIconSolid.d.ts +1 -1
  2416. package/lib/types/icons/generated/heroIcons/PlayPauseIconOutline.d.ts +1 -1
  2417. package/lib/types/icons/generated/heroIcons/PlayPauseIconSolid.d.ts +1 -1
  2418. package/lib/types/icons/generated/heroIcons/PlusCircleIconOutline.d.ts +1 -1
  2419. package/lib/types/icons/generated/heroIcons/PlusCircleIconSolid.d.ts +1 -1
  2420. package/lib/types/icons/generated/heroIcons/PlusIconOutline.d.ts +1 -1
  2421. package/lib/types/icons/generated/heroIcons/PlusIconSolid.d.ts +1 -1
  2422. package/lib/types/icons/generated/heroIcons/PlusSmallIconOutline.d.ts +1 -1
  2423. package/lib/types/icons/generated/heroIcons/PlusSmallIconSolid.d.ts +1 -1
  2424. package/lib/types/icons/generated/heroIcons/PowerIconOutline.d.ts +1 -1
  2425. package/lib/types/icons/generated/heroIcons/PowerIconSolid.d.ts +1 -1
  2426. package/lib/types/icons/generated/heroIcons/PresentationChartBarIconOutline.d.ts +1 -1
  2427. package/lib/types/icons/generated/heroIcons/PresentationChartBarIconSolid.d.ts +1 -1
  2428. package/lib/types/icons/generated/heroIcons/PresentationChartLineIconOutline.d.ts +1 -1
  2429. package/lib/types/icons/generated/heroIcons/PresentationChartLineIconSolid.d.ts +1 -1
  2430. package/lib/types/icons/generated/heroIcons/PrinterIconOutline.d.ts +1 -1
  2431. package/lib/types/icons/generated/heroIcons/PrinterIconSolid.d.ts +1 -1
  2432. package/lib/types/icons/generated/heroIcons/PuzzlePieceIconOutline.d.ts +1 -1
  2433. package/lib/types/icons/generated/heroIcons/PuzzlePieceIconSolid.d.ts +1 -1
  2434. package/lib/types/icons/generated/heroIcons/QrCodeIconOutline.d.ts +1 -1
  2435. package/lib/types/icons/generated/heroIcons/QrCodeIconSolid.d.ts +1 -1
  2436. package/lib/types/icons/generated/heroIcons/QuestionMarkCircleIconOutline.d.ts +1 -1
  2437. package/lib/types/icons/generated/heroIcons/QuestionMarkCircleIconSolid.d.ts +1 -1
  2438. package/lib/types/icons/generated/heroIcons/QueueListIconOutline.d.ts +1 -1
  2439. package/lib/types/icons/generated/heroIcons/QueueListIconSolid.d.ts +1 -1
  2440. package/lib/types/icons/generated/heroIcons/RadioIconOutline.d.ts +1 -1
  2441. package/lib/types/icons/generated/heroIcons/RadioIconSolid.d.ts +1 -1
  2442. package/lib/types/icons/generated/heroIcons/ReceiptPercentIconOutline.d.ts +1 -1
  2443. package/lib/types/icons/generated/heroIcons/ReceiptPercentIconSolid.d.ts +1 -1
  2444. package/lib/types/icons/generated/heroIcons/ReceiptRefundIconOutline.d.ts +1 -1
  2445. package/lib/types/icons/generated/heroIcons/ReceiptRefundIconSolid.d.ts +1 -1
  2446. package/lib/types/icons/generated/heroIcons/RectangleGroupIconOutline.d.ts +1 -1
  2447. package/lib/types/icons/generated/heroIcons/RectangleGroupIconSolid.d.ts +1 -1
  2448. package/lib/types/icons/generated/heroIcons/RectangleStackIconOutline.d.ts +1 -1
  2449. package/lib/types/icons/generated/heroIcons/RectangleStackIconSolid.d.ts +1 -1
  2450. package/lib/types/icons/generated/heroIcons/RocketLaunchIconOutline.d.ts +1 -1
  2451. package/lib/types/icons/generated/heroIcons/RocketLaunchIconSolid.d.ts +1 -1
  2452. package/lib/types/icons/generated/heroIcons/RssIconOutline.d.ts +1 -1
  2453. package/lib/types/icons/generated/heroIcons/RssIconSolid.d.ts +1 -1
  2454. package/lib/types/icons/generated/heroIcons/ScaleIconOutline.d.ts +1 -1
  2455. package/lib/types/icons/generated/heroIcons/ScaleIconSolid.d.ts +1 -1
  2456. package/lib/types/icons/generated/heroIcons/ScissorsIconOutline.d.ts +1 -1
  2457. package/lib/types/icons/generated/heroIcons/ScissorsIconSolid.d.ts +1 -1
  2458. package/lib/types/icons/generated/heroIcons/ServerIconOutline.d.ts +1 -1
  2459. package/lib/types/icons/generated/heroIcons/ServerIconSolid.d.ts +1 -1
  2460. package/lib/types/icons/generated/heroIcons/ServerStackIconOutline.d.ts +1 -1
  2461. package/lib/types/icons/generated/heroIcons/ServerStackIconSolid.d.ts +1 -1
  2462. package/lib/types/icons/generated/heroIcons/ShareIconOutline.d.ts +1 -1
  2463. package/lib/types/icons/generated/heroIcons/ShareIconSolid.d.ts +1 -1
  2464. package/lib/types/icons/generated/heroIcons/ShieldCheckIconOutline.d.ts +1 -1
  2465. package/lib/types/icons/generated/heroIcons/ShieldCheckIconSolid.d.ts +1 -1
  2466. package/lib/types/icons/generated/heroIcons/ShieldExclamationIconOutline.d.ts +1 -1
  2467. package/lib/types/icons/generated/heroIcons/ShieldExclamationIconSolid.d.ts +1 -1
  2468. package/lib/types/icons/generated/heroIcons/ShoppingBagIconOutline.d.ts +1 -1
  2469. package/lib/types/icons/generated/heroIcons/ShoppingBagIconSolid.d.ts +1 -1
  2470. package/lib/types/icons/generated/heroIcons/ShoppingCartIconOutline.d.ts +1 -1
  2471. package/lib/types/icons/generated/heroIcons/ShoppingCartIconSolid.d.ts +1 -1
  2472. package/lib/types/icons/generated/heroIcons/SignalIconOutline.d.ts +1 -1
  2473. package/lib/types/icons/generated/heroIcons/SignalIconSolid.d.ts +1 -1
  2474. package/lib/types/icons/generated/heroIcons/SignalSlashIconOutline.d.ts +1 -1
  2475. package/lib/types/icons/generated/heroIcons/SignalSlashIconSolid.d.ts +1 -1
  2476. package/lib/types/icons/generated/heroIcons/SlashIconOutline.d.ts +1 -1
  2477. package/lib/types/icons/generated/heroIcons/SlashIconSolid.d.ts +1 -1
  2478. package/lib/types/icons/generated/heroIcons/SparklesIconOutline.d.ts +1 -1
  2479. package/lib/types/icons/generated/heroIcons/SparklesIconSolid.d.ts +1 -1
  2480. package/lib/types/icons/generated/heroIcons/SpeakerWaveIconOutline.d.ts +1 -1
  2481. package/lib/types/icons/generated/heroIcons/SpeakerWaveIconSolid.d.ts +1 -1
  2482. package/lib/types/icons/generated/heroIcons/SpeakerXMarkIconOutline.d.ts +1 -1
  2483. package/lib/types/icons/generated/heroIcons/SpeakerXMarkIconSolid.d.ts +1 -1
  2484. package/lib/types/icons/generated/heroIcons/Square2StackIconOutline.d.ts +1 -1
  2485. package/lib/types/icons/generated/heroIcons/Square2StackIconSolid.d.ts +1 -1
  2486. package/lib/types/icons/generated/heroIcons/Square3Stack3DIconOutline.d.ts +1 -1
  2487. package/lib/types/icons/generated/heroIcons/Square3Stack3DIconSolid.d.ts +1 -1
  2488. package/lib/types/icons/generated/heroIcons/Squares2X2IconOutline.d.ts +1 -1
  2489. package/lib/types/icons/generated/heroIcons/Squares2X2IconSolid.d.ts +1 -1
  2490. package/lib/types/icons/generated/heroIcons/SquaresPlusIconOutline.d.ts +1 -1
  2491. package/lib/types/icons/generated/heroIcons/SquaresPlusIconSolid.d.ts +1 -1
  2492. package/lib/types/icons/generated/heroIcons/StarIconOutline.d.ts +1 -1
  2493. package/lib/types/icons/generated/heroIcons/StarIconSolid.d.ts +1 -1
  2494. package/lib/types/icons/generated/heroIcons/StopCircleIconOutline.d.ts +1 -1
  2495. package/lib/types/icons/generated/heroIcons/StopCircleIconSolid.d.ts +1 -1
  2496. package/lib/types/icons/generated/heroIcons/StopIconOutline.d.ts +1 -1
  2497. package/lib/types/icons/generated/heroIcons/StopIconSolid.d.ts +1 -1
  2498. package/lib/types/icons/generated/heroIcons/StrikethroughIconOutline.d.ts +1 -1
  2499. package/lib/types/icons/generated/heroIcons/StrikethroughIconSolid.d.ts +1 -1
  2500. package/lib/types/icons/generated/heroIcons/SunIconOutline.d.ts +1 -1
  2501. package/lib/types/icons/generated/heroIcons/SunIconSolid.d.ts +1 -1
  2502. package/lib/types/icons/generated/heroIcons/SwatchIconOutline.d.ts +1 -1
  2503. package/lib/types/icons/generated/heroIcons/SwatchIconSolid.d.ts +1 -1
  2504. package/lib/types/icons/generated/heroIcons/TableCellsIconOutline.d.ts +1 -1
  2505. package/lib/types/icons/generated/heroIcons/TableCellsIconSolid.d.ts +1 -1
  2506. package/lib/types/icons/generated/heroIcons/TagIconOutline.d.ts +1 -1
  2507. package/lib/types/icons/generated/heroIcons/TagIconSolid.d.ts +1 -1
  2508. package/lib/types/icons/generated/heroIcons/TicketIconOutline.d.ts +1 -1
  2509. package/lib/types/icons/generated/heroIcons/TicketIconSolid.d.ts +1 -1
  2510. package/lib/types/icons/generated/heroIcons/TrashIconOutline.d.ts +1 -1
  2511. package/lib/types/icons/generated/heroIcons/TrashIconSolid.d.ts +1 -1
  2512. package/lib/types/icons/generated/heroIcons/TrophyIconOutline.d.ts +1 -1
  2513. package/lib/types/icons/generated/heroIcons/TrophyIconSolid.d.ts +1 -1
  2514. package/lib/types/icons/generated/heroIcons/TruckIconOutline.d.ts +1 -1
  2515. package/lib/types/icons/generated/heroIcons/TruckIconSolid.d.ts +1 -1
  2516. package/lib/types/icons/generated/heroIcons/TvIconOutline.d.ts +1 -1
  2517. package/lib/types/icons/generated/heroIcons/TvIconSolid.d.ts +1 -1
  2518. package/lib/types/icons/generated/heroIcons/UnderlineIconOutline.d.ts +1 -1
  2519. package/lib/types/icons/generated/heroIcons/UnderlineIconSolid.d.ts +1 -1
  2520. package/lib/types/icons/generated/heroIcons/UserCircleIconOutline.d.ts +1 -1
  2521. package/lib/types/icons/generated/heroIcons/UserCircleIconSolid.d.ts +1 -1
  2522. package/lib/types/icons/generated/heroIcons/UserGroupIconOutline.d.ts +1 -1
  2523. package/lib/types/icons/generated/heroIcons/UserGroupIconSolid.d.ts +1 -1
  2524. package/lib/types/icons/generated/heroIcons/UserIconOutline.d.ts +1 -1
  2525. package/lib/types/icons/generated/heroIcons/UserIconSolid.d.ts +1 -1
  2526. package/lib/types/icons/generated/heroIcons/UserMinusIconOutline.d.ts +1 -1
  2527. package/lib/types/icons/generated/heroIcons/UserMinusIconSolid.d.ts +1 -1
  2528. package/lib/types/icons/generated/heroIcons/UserPlusIconOutline.d.ts +1 -1
  2529. package/lib/types/icons/generated/heroIcons/UserPlusIconSolid.d.ts +1 -1
  2530. package/lib/types/icons/generated/heroIcons/UsersIconOutline.d.ts +1 -1
  2531. package/lib/types/icons/generated/heroIcons/UsersIconSolid.d.ts +1 -1
  2532. package/lib/types/icons/generated/heroIcons/VariableIconOutline.d.ts +1 -1
  2533. package/lib/types/icons/generated/heroIcons/VariableIconSolid.d.ts +1 -1
  2534. package/lib/types/icons/generated/heroIcons/VideoCameraIconOutline.d.ts +1 -1
  2535. package/lib/types/icons/generated/heroIcons/VideoCameraIconSolid.d.ts +1 -1
  2536. package/lib/types/icons/generated/heroIcons/VideoCameraSlashIconOutline.d.ts +1 -1
  2537. package/lib/types/icons/generated/heroIcons/VideoCameraSlashIconSolid.d.ts +1 -1
  2538. package/lib/types/icons/generated/heroIcons/ViewColumnsIconOutline.d.ts +1 -1
  2539. package/lib/types/icons/generated/heroIcons/ViewColumnsIconSolid.d.ts +1 -1
  2540. package/lib/types/icons/generated/heroIcons/ViewfinderCircleIconOutline.d.ts +1 -1
  2541. package/lib/types/icons/generated/heroIcons/ViewfinderCircleIconSolid.d.ts +1 -1
  2542. package/lib/types/icons/generated/heroIcons/WalletIconOutline.d.ts +1 -1
  2543. package/lib/types/icons/generated/heroIcons/WalletIconSolid.d.ts +1 -1
  2544. package/lib/types/icons/generated/heroIcons/WifiIconOutline.d.ts +1 -1
  2545. package/lib/types/icons/generated/heroIcons/WifiIconSolid.d.ts +1 -1
  2546. package/lib/types/icons/generated/heroIcons/WindowIconOutline.d.ts +1 -1
  2547. package/lib/types/icons/generated/heroIcons/WindowIconSolid.d.ts +1 -1
  2548. package/lib/types/icons/generated/heroIcons/WrenchIconOutline.d.ts +1 -1
  2549. package/lib/types/icons/generated/heroIcons/WrenchIconSolid.d.ts +1 -1
  2550. package/lib/types/icons/generated/heroIcons/WrenchScrewdriverIconOutline.d.ts +1 -1
  2551. package/lib/types/icons/generated/heroIcons/WrenchScrewdriverIconSolid.d.ts +1 -1
  2552. package/lib/types/icons/generated/heroIcons/XCircleIconOutline.d.ts +1 -1
  2553. package/lib/types/icons/generated/heroIcons/XCircleIconSolid.d.ts +1 -1
  2554. package/lib/types/icons/generated/heroIcons/XMarkIconOutline.d.ts +1 -1
  2555. package/lib/types/icons/generated/heroIcons/XMarkIconSolid.d.ts +1 -1
  2556. package/lib/types/icons/manual/Neo4JAiColor.d.ts +14 -3
  2557. package/lib/types/index.d.ts +8 -11
  2558. package/lib/types/inline-edit/InlineEdit.d.ts +22 -29
  2559. package/lib/types/inline-edit/stories/index.d.ts +38 -0
  2560. package/lib/types/inline-edit/stories/inline-edit-default.story.d.ts +17 -0
  2561. package/lib/types/inline-edit/stories/inline-edit-disabled.story.d.ts +22 -0
  2562. package/lib/types/inline-edit/stories/inline-edit-fluid.story.d.ts +22 -0
  2563. package/lib/types/inline-edit/stories/inline-edit-header.story.d.ts +22 -0
  2564. package/lib/types/inline-edit/stories/inline-edit-no-confirm-on-blur.story.d.ts +22 -0
  2565. package/lib/types/inline-edit/stories/inline-edit-with-edit-icon.story.d.ts +22 -0
  2566. package/lib/types/inline-edit/stories/inline-edit-with-placeholder.story.d.ts +22 -0
  2567. package/lib/types/inline-edit/stories/inline-edit.stories.d.ts +29 -0
  2568. package/lib/types/inline-edit/utils.d.ts +4 -10
  2569. package/lib/types/kbd/Kbd.d.ts +39 -0
  2570. package/lib/types/kbd/index.d.ts +21 -0
  2571. package/lib/types/kbd/kbd-utils.d.ts +34 -0
  2572. package/lib/types/kbd/stories/index.d.ts +24 -0
  2573. package/lib/types/kbd/stories/kbd.stories.d.ts +27 -0
  2574. package/lib/types/loading-bar/index.d.ts +1 -1
  2575. package/lib/types/loading-spinner/LoadingSpinner.d.ts +1 -0
  2576. package/lib/types/logo/stories/index.d.ts +26 -0
  2577. package/lib/types/logo/stories/logo.stories.d.ts +40 -0
  2578. package/lib/types/menu/Menu.d.ts +34 -0
  2579. package/lib/types/menu/index.d.ts +21 -0
  2580. package/lib/types/menu/menu-types.d.ts +90 -0
  2581. package/lib/types/menu/stories/index.d.ts +42 -0
  2582. package/lib/types/menu/stories/menu-default.story.d.ts +23 -0
  2583. package/lib/types/menu/stories/menu-in-dialog.story.d.ts +23 -0
  2584. package/lib/types/menu/stories/menu-in-popover.story.d.ts +23 -0
  2585. package/lib/types/menu/stories/menu-nested.story.d.ts +23 -0
  2586. package/lib/types/menu/stories/menu-placements.story.d.ts +23 -0
  2587. package/lib/types/menu/stories/menu-with-category.story.d.ts +23 -0
  2588. package/lib/types/menu/stories/menu-with-disabled-item.story.d.ts +23 -0
  2589. package/lib/types/menu/stories/menu-with-divider.story.d.ts +23 -0
  2590. package/lib/types/menu/stories/menu-with-icon.story.d.ts +23 -0
  2591. package/lib/types/menu/stories/menu-with-keyboard-shortcuts.story.d.ts +23 -0
  2592. package/lib/types/menu/stories/menu.stories.d.ts +35 -0
  2593. package/lib/types/modal/Modal.d.ts +3 -8
  2594. package/lib/types/next/index.d.ts +0 -2
  2595. package/lib/types/popover/Popover.d.ts +13 -10
  2596. package/lib/types/popover/stories/index.d.ts +30 -0
  2597. package/lib/types/popover/stories/popover-custom-offset.story.d.ts +23 -0
  2598. package/lib/types/popover/stories/popover-default.story.d.ts +23 -0
  2599. package/lib/types/popover/stories/popover-in-dialog.story.d.ts +23 -0
  2600. package/lib/types/popover/stories/popover-no-button-wrapper.story.d.ts +23 -0
  2601. package/lib/types/popover/stories/popover-separate-anchor.story.d.ts +23 -0
  2602. package/lib/types/popover/stories/popover.stories.d.ts +29 -0
  2603. package/lib/types/popover/use-popover.d.ts +3 -1
  2604. package/lib/types/progress-bar/ProgressBar.d.ts +1 -0
  2605. package/lib/types/radio/Radio.d.ts +30 -17
  2606. package/lib/types/radio/stories/index.d.ts +2 -0
  2607. package/lib/types/radio/stories/radio-controlled.story.d.ts +23 -0
  2608. package/lib/types/radio/stories/radio.stories.d.ts +2 -1
  2609. package/lib/types/segmented-control/SegmentedControl.d.ts +4 -3
  2610. package/lib/types/select/Select.d.ts +2 -1
  2611. package/lib/types/select/stories/index.d.ts +2 -2
  2612. package/lib/types/select/stories/select.stories.d.ts +1 -1
  2613. package/lib/types/select/types.d.ts +10 -6
  2614. package/lib/types/side-navigation/SideNavigation.d.ts +9 -69
  2615. package/lib/types/side-navigation/side-navigation-context.d.ts +35 -0
  2616. package/lib/types/side-navigation/side-navigation-types.d.ts +87 -0
  2617. package/lib/types/side-navigation/stories/side-nav-badges.story.d.ts +23 -0
  2618. package/lib/types/side-navigation/stories/side-nav-compact.story.d.ts +23 -0
  2619. package/lib/types/side-navigation/stories/side-nav-default.story.d.ts +23 -0
  2620. package/lib/types/side-navigation/stories/side-nav-secondary.story.d.ts +23 -0
  2621. package/lib/types/side-navigation/stories/side-nav.stories.d.ts +45 -0
  2622. package/lib/types/skeleton/Skeleton.d.ts +9 -5
  2623. package/lib/types/skeleton/stories/index.d.ts +30 -0
  2624. package/lib/types/skeleton/stories/skeleton-circular.story.d.ts +23 -0
  2625. package/lib/types/skeleton/stories/skeleton-default.story.d.ts +23 -0
  2626. package/lib/types/skeleton/stories/skeleton-full-example.story.d.ts +23 -0
  2627. package/lib/types/skeleton/stories/skeleton-inherit-height.story.d.ts +23 -0
  2628. package/lib/types/skeleton/stories/skeleton-inherit-width.story.d.ts +23 -0
  2629. package/lib/types/skeleton/stories/skeleton.stories.d.ts +49 -0
  2630. package/lib/types/slider/Slider.d.ts +1 -0
  2631. package/lib/types/spotlight/Spotlight.d.ts +7 -52
  2632. package/lib/types/spotlight/SpotlightProvider.d.ts +1 -1
  2633. package/lib/types/spotlight/SpotlightTarget.d.ts +18 -5
  2634. package/lib/types/spotlight/SpotlightTour.d.ts +5 -5
  2635. package/lib/types/spotlight/stories/index.d.ts +2 -0
  2636. package/lib/types/spotlight/stories/spotlight-fixed-positioning.story.d.ts +2 -4
  2637. package/lib/types/spotlight/stories/spotlight-in-dialog.story.d.ts +2 -4
  2638. package/lib/types/spotlight/stories/spotlight-in-side-nav.story.d.ts +2 -4
  2639. package/lib/types/spotlight/stories/spotlight-on-tabs.story.d.ts +25 -0
  2640. package/lib/types/spotlight/stories/spotlight-with-icon.story.d.ts +2 -4
  2641. package/lib/types/spotlight/stories/spotlight-with-image.story.d.ts +2 -4
  2642. package/lib/types/spotlight/stories/spotlight-with-label.story.d.ts +2 -4
  2643. package/lib/types/spotlight/stories/spotlight-with-pointer.story.d.ts +2 -4
  2644. package/lib/types/spotlight/stories/spotlight.stories.d.ts +2 -0
  2645. package/lib/types/spotlight/use-indicator.d.ts +2 -2
  2646. package/lib/types/status-indicator/StatusIndicator.d.ts +2 -2
  2647. package/lib/types/status-indicator/stories/index.d.ts +2 -2
  2648. package/lib/types/status-indicator/stories/status-indicator-variants.story.d.ts +23 -0
  2649. package/lib/types/status-indicator/stories/status-indicator.stories.d.ts +1 -1
  2650. package/lib/types/status-label/StatusLabel.d.ts +48 -0
  2651. package/lib/types/status-label/index.d.ts +21 -0
  2652. package/lib/types/status-label/stories/index.d.ts +28 -0
  2653. package/lib/types/status-label/stories/status-label-colors.story.d.ts +23 -0
  2654. package/lib/types/status-label/stories/status-label-default.story.d.ts +23 -0
  2655. package/lib/types/status-label/stories/status-label-fills.story.d.ts +23 -0
  2656. package/lib/types/status-label/stories/status-label-with-icons.story.d.ts +23 -0
  2657. package/lib/types/status-label/stories/status-label.stories.d.ts +29 -0
  2658. package/lib/types/switch/Switch.d.ts +31 -19
  2659. package/lib/types/switch/stories/index.d.ts +2 -2
  2660. package/lib/types/switch/stories/switch-controlled.story.d.ts +23 -0
  2661. package/lib/types/switch/stories/switch.stories.d.ts +2 -2
  2662. package/lib/types/tabs/Tabs.d.ts +15 -9
  2663. package/lib/types/tabs/stories/index.d.ts +4 -0
  2664. package/lib/types/tabs/stories/tabs-badge.story.d.ts +23 -0
  2665. package/lib/types/tabs/stories/tabs-overflow.story.d.ts +23 -0
  2666. package/lib/types/tabs/stories/tabs.stories.d.ts +2 -0
  2667. package/lib/types/tabs/use-tabs-scroll-overflow.d.ts +29 -0
  2668. package/lib/types/tag/Tag.d.ts +1 -0
  2669. package/lib/types/text-area/TextArea.d.ts +4 -3
  2670. package/lib/types/text-input/TextInput.d.ts +8 -4
  2671. package/lib/types/text-link/TextLink.d.ts +1 -0
  2672. package/lib/types/text-overflow/TextOverflow.d.ts +4 -5
  2673. package/lib/types/text-overflow/stories/text-overflow.stories.d.ts +2 -8
  2674. package/lib/types/text-overflow/use-truncate-with-button.d.ts +2 -3
  2675. package/lib/types/theme/ThemeProvider.d.ts +1 -0
  2676. package/lib/types/time-picker/TimePicker.d.ts +17 -5
  2677. package/lib/types/time-picker/stories/index.d.ts +24 -0
  2678. package/lib/types/time-picker/stories/time-picker-default.story.d.ts +23 -0
  2679. package/lib/types/time-picker/stories/time-picker-in-dialog.story.d.ts +23 -0
  2680. package/lib/types/time-picker/stories/time-picker.stories.d.ts +36 -0
  2681. package/lib/types/toast/Toast.d.ts +4 -10
  2682. package/lib/types/tooltip/Tooltip.d.ts +5 -13
  2683. package/lib/types/tooltip/stories/index.d.ts +4 -2
  2684. package/lib/types/tooltip/stories/tooltip-rich-link.story.d.ts +23 -0
  2685. package/lib/types/tooltip/stories/tooltip-with-keyboard-shortcut.story.d.ts +23 -0
  2686. package/lib/types/tooltip/stories/tooltip.stories.d.ts +2 -1
  2687. package/lib/types/tooltip/use-tooltip.d.ts +3 -2
  2688. package/lib/types/tree-view/TreeView.d.ts +21 -4
  2689. package/lib/types/tree-view/TreeViewItem.d.ts +21 -0
  2690. package/lib/types/tree-view/stories/index.d.ts +26 -0
  2691. package/lib/types/tree-view/stories/treeview-custom.story.d.ts +23 -0
  2692. package/lib/types/tree-view/stories/treeview-default.story.d.ts +23 -0
  2693. package/lib/types/tree-view/stories/treeview-skeleton-loading.story.d.ts +23 -0
  2694. package/lib/types/tree-view/stories/treeview.stories.d.ts +28 -0
  2695. package/lib/types/tree-view/tree-view-types.d.ts +23 -1
  2696. package/lib/types/typography/Typography.d.ts +2 -0
  2697. package/lib/types/typography/stories/index.d.ts +21 -0
  2698. package/lib/types/typography/stories/typography-anchor.story.d.ts +23 -0
  2699. package/lib/types/typography/stories/typography-default.story.d.ts +17 -0
  2700. package/lib/types/typography/stories/typography-variants.story.d.ts +17 -0
  2701. package/lib/types/typography/stories/typography.stories.d.ts +28 -0
  2702. package/lib/types/wizard/Wizard.d.ts +2 -1
  2703. package/package.json +37 -40
  2704. package/lib/cjs/_common/defaultImports.js +0 -32
  2705. package/lib/cjs/_common/defaultImports.js.map +0 -1
  2706. package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js +0 -73
  2707. package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js.map +0 -1
  2708. package/lib/cjs/_common/input/types.js +0 -23
  2709. package/lib/cjs/_common/input/types.js.map +0 -1
  2710. package/lib/cjs/ai-presence/AiPresence.js +0 -42
  2711. package/lib/cjs/ai-presence/AiPresence.js.map +0 -1
  2712. package/lib/cjs/ai-presence/index.js +0 -38
  2713. package/lib/cjs/ai-presence/index.js.map +0 -1
  2714. package/lib/cjs/ai-presence/stories/ai-presence-default.story.js +0 -32
  2715. package/lib/cjs/ai-presence/stories/ai-presence-default.story.js.map +0 -1
  2716. package/lib/cjs/ai-presence/stories/ai-presence-thinking.story.js +0 -31
  2717. package/lib/cjs/ai-presence/stories/ai-presence-thinking.story.js.map +0 -1
  2718. package/lib/cjs/ai-presence/stories/ai-presence.stories.js +0 -52
  2719. package/lib/cjs/ai-presence/stories/ai-presence.stories.js.map +0 -1
  2720. package/lib/cjs/ai-presence/stories/index.js +0 -35
  2721. package/lib/cjs/ai-presence/stories/index.js.map +0 -1
  2722. package/lib/cjs/banner/stories/banner-types.story.js +0 -30
  2723. package/lib/cjs/banner/stories/banner-types.story.js.map +0 -1
  2724. package/lib/cjs/callout/Callout.js +0 -69
  2725. package/lib/cjs/callout/Callout.js.map +0 -1
  2726. package/lib/cjs/callout/index.js +0 -38
  2727. package/lib/cjs/callout/index.js.map +0 -1
  2728. package/lib/cjs/callout/stories/callout-default.story.js +0 -30
  2729. package/lib/cjs/callout/stories/callout-default.story.js.map +0 -1
  2730. package/lib/cjs/callout/stories/callout-full.story.js +0 -30
  2731. package/lib/cjs/callout/stories/callout-full.story.js.map +0 -1
  2732. package/lib/cjs/callout/stories/callout-types.story.js +0 -30
  2733. package/lib/cjs/callout/stories/callout-types.story.js.map +0 -1
  2734. package/lib/cjs/callout/stories/callout-with-children.story.js +0 -30
  2735. package/lib/cjs/callout/stories/callout-with-children.story.js.map +0 -1
  2736. package/lib/cjs/callout/stories/callout-without-header.story.js +0 -30
  2737. package/lib/cjs/callout/stories/callout-without-header.story.js.map +0 -1
  2738. package/lib/cjs/callout/stories/callout.stories.js +0 -101
  2739. package/lib/cjs/callout/stories/callout.stories.js.map +0 -1
  2740. package/lib/cjs/callout/stories/index.js +0 -48
  2741. package/lib/cjs/callout/stories/index.js.map +0 -1
  2742. package/lib/cjs/clipboard-copier/ClipboardButton.js +0 -157
  2743. package/lib/cjs/clipboard-copier/ClipboardButton.js.map +0 -1
  2744. package/lib/cjs/clipboard-copier/index.js.map +0 -1
  2745. package/lib/cjs/clipboard-copier/stories/clipboard-copier-default.story.js +0 -30
  2746. package/lib/cjs/clipboard-copier/stories/clipboard-copier-default.story.js.map +0 -1
  2747. package/lib/cjs/clipboard-copier/stories/clipboard-copier-disabled.story.js +0 -30
  2748. package/lib/cjs/clipboard-copier/stories/clipboard-copier-disabled.story.js.map +0 -1
  2749. package/lib/cjs/clipboard-copier/stories/clipboard-copier-not-clean.story.js +0 -30
  2750. package/lib/cjs/clipboard-copier/stories/clipboard-copier-not-clean.story.js.map +0 -1
  2751. package/lib/cjs/clipboard-copier/stories/clipboard-copier-not-icon-button.story.js +0 -30
  2752. package/lib/cjs/clipboard-copier/stories/clipboard-copier-not-icon-button.story.js.map +0 -1
  2753. package/lib/cjs/clipboard-copier/stories/clipboard-copier-sizes.story.js +0 -30
  2754. package/lib/cjs/clipboard-copier/stories/clipboard-copier-sizes.story.js.map +0 -1
  2755. package/lib/cjs/clipboard-copier/stories/clipboard-copier-tooltip.story.js +0 -38
  2756. package/lib/cjs/clipboard-copier/stories/clipboard-copier-tooltip.story.js.map +0 -1
  2757. package/lib/cjs/clipboard-copier/stories/clipboard-copier.stories.js +0 -119
  2758. package/lib/cjs/clipboard-copier/stories/clipboard-copier.stories.js.map +0 -1
  2759. package/lib/cjs/clipboard-copier/stories/index.js +0 -52
  2760. package/lib/cjs/clipboard-copier/stories/index.js.map +0 -1
  2761. package/lib/cjs/context-menu/ContextMenu.js +0 -264
  2762. package/lib/cjs/context-menu/ContextMenu.js.map +0 -1
  2763. package/lib/cjs/context-menu/context-menu-types.js +0 -23
  2764. package/lib/cjs/context-menu/context-menu-types.js.map +0 -1
  2765. package/lib/cjs/context-menu/index.js +0 -38
  2766. package/lib/cjs/context-menu/index.js.map +0 -1
  2767. package/lib/cjs/context-menu/stories/context-menu-custom-items.story.js +0 -33
  2768. package/lib/cjs/context-menu/stories/context-menu-custom-items.story.js.map +0 -1
  2769. package/lib/cjs/context-menu/stories/context-menu-default.story.js +0 -45
  2770. package/lib/cjs/context-menu/stories/context-menu-default.story.js.map +0 -1
  2771. package/lib/cjs/context-menu/stories/context-menu-in-modal.story.js +0 -38
  2772. package/lib/cjs/context-menu/stories/context-menu-in-modal.story.js.map +0 -1
  2773. package/lib/cjs/context-menu/stories/context-menu-in-popover.story.js +0 -34
  2774. package/lib/cjs/context-menu/stories/context-menu-in-popover.story.js.map +0 -1
  2775. package/lib/cjs/context-menu/stories/context-menu-nested.story.js +0 -34
  2776. package/lib/cjs/context-menu/stories/context-menu-nested.story.js.map +0 -1
  2777. package/lib/cjs/context-menu/stories/context-menu-placements.story.js +0 -45
  2778. package/lib/cjs/context-menu/stories/context-menu-placements.story.js.map +0 -1
  2779. package/lib/cjs/context-menu/stories/context-menu-with-category.story.js +0 -36
  2780. package/lib/cjs/context-menu/stories/context-menu-with-category.story.js.map +0 -1
  2781. package/lib/cjs/context-menu/stories/context-menu-with-disabled-item.story.js +0 -36
  2782. package/lib/cjs/context-menu/stories/context-menu-with-disabled-item.story.js.map +0 -1
  2783. package/lib/cjs/context-menu/stories/context-menu-with-divider.story.js +0 -36
  2784. package/lib/cjs/context-menu/stories/context-menu-with-divider.story.js.map +0 -1
  2785. package/lib/cjs/context-menu/stories/context-menu-with-icon.story.js +0 -34
  2786. package/lib/cjs/context-menu/stories/context-menu-with-icon.story.js.map +0 -1
  2787. package/lib/cjs/context-menu/stories/context-menu.stories.js +0 -170
  2788. package/lib/cjs/context-menu/stories/context-menu.stories.js.map +0 -1
  2789. package/lib/cjs/context-menu/stories/index.js +0 -68
  2790. package/lib/cjs/context-menu/stories/index.js.map +0 -1
  2791. package/lib/cjs/data-grid/DataGridContext.js +0 -36
  2792. package/lib/cjs/data-grid/DataGridContext.js.map +0 -1
  2793. package/lib/cjs/data-grid/helpers.js +0 -256
  2794. package/lib/cjs/data-grid/helpers.js.map +0 -1
  2795. package/lib/cjs/data-grid/illustrations/NoData.js +0 -27
  2796. package/lib/cjs/data-grid/illustrations/NoData.js.map +0 -1
  2797. package/lib/cjs/date-picker/stories/date-picker-inside-modal.story.js +0 -41
  2798. package/lib/cjs/date-picker/stories/date-picker-inside-modal.story.js.map +0 -1
  2799. package/lib/cjs/dialog/stories/dialog-types.story.js +0 -40
  2800. package/lib/cjs/dialog/stories/dialog-types.story.js.map +0 -1
  2801. package/lib/cjs/dropdown-button/stories/dropdown-button-with-context-menu.story.js +0 -35
  2802. package/lib/cjs/dropdown-button/stories/dropdown-button-with-context-menu.story.js.map +0 -1
  2803. package/lib/cjs/graph-visualization/graph-visualization-buttons.js +0 -183
  2804. package/lib/cjs/graph-visualization/graph-visualization-buttons.js.map +0 -1
  2805. package/lib/cjs/graph-visualization/graph-visualization-context.js +0 -62
  2806. package/lib/cjs/graph-visualization/graph-visualization-context.js.map +0 -1
  2807. package/lib/cjs/graph-visualization/graph-visualization-sidepanel.js +0 -56
  2808. package/lib/cjs/graph-visualization/graph-visualization-sidepanel.js.map +0 -1
  2809. package/lib/cjs/graph-visualization/graph-visualization.js +0 -338
  2810. package/lib/cjs/graph-visualization/graph-visualization.js.map +0 -1
  2811. package/lib/cjs/graph-visualization/index.js +0 -28
  2812. package/lib/cjs/graph-visualization/index.js.map +0 -1
  2813. package/lib/cjs/graph-visualization/map-to-nvl-graph.js +0 -167
  2814. package/lib/cjs/graph-visualization/map-to-nvl-graph.js.map +0 -1
  2815. package/lib/cjs/graph-visualization/sidepanel-components/button-group.js +0 -106
  2816. package/lib/cjs/graph-visualization/sidepanel-components/button-group.js.map +0 -1
  2817. package/lib/cjs/graph-visualization/sidepanel-components/clickable-urls-test.js +0 -214
  2818. package/lib/cjs/graph-visualization/sidepanel-components/clickable-urls-test.js.map +0 -1
  2819. package/lib/cjs/graph-visualization/sidepanel-components/clickable-urls.js +0 -46
  2820. package/lib/cjs/graph-visualization/sidepanel-components/clickable-urls.js.map +0 -1
  2821. package/lib/cjs/graph-visualization/sidepanel-components/details-panel.js +0 -86
  2822. package/lib/cjs/graph-visualization/sidepanel-components/details-panel.js.map +0 -1
  2823. package/lib/cjs/graph-visualization/sidepanel-components/overview-panel.js +0 -45
  2824. package/lib/cjs/graph-visualization/sidepanel-components/overview-panel.js.map +0 -1
  2825. package/lib/cjs/graph-visualization/sidepanel-components/properties-table.js +0 -49
  2826. package/lib/cjs/graph-visualization/sidepanel-components/properties-table.js.map +0 -1
  2827. package/lib/cjs/graph-visualization/sidepanel-components/show-all.js +0 -44
  2828. package/lib/cjs/graph-visualization/sidepanel-components/show-all.js.map +0 -1
  2829. package/lib/cjs/graph-visualization/sidepanel-components/single-selection-sidepanel-contents.js +0 -35
  2830. package/lib/cjs/graph-visualization/sidepanel-components/single-selection-sidepanel-contents.js.map +0 -1
  2831. package/lib/cjs/graph-visualization/stories/graph-visualization-barebones.story.js +0 -93
  2832. package/lib/cjs/graph-visualization/stories/graph-visualization-barebones.story.js.map +0 -1
  2833. package/lib/cjs/graph-visualization/stories/graph-visualization-custom.story.js +0 -74
  2834. package/lib/cjs/graph-visualization/stories/graph-visualization-custom.story.js.map +0 -1
  2835. package/lib/cjs/graph-visualization/stories/graph-visualization-default.story.js +0 -93
  2836. package/lib/cjs/graph-visualization/stories/graph-visualization-default.story.js.map +0 -1
  2837. package/lib/cjs/graph-visualization/stories/graph-visualization-highlighting.story.js +0 -30
  2838. package/lib/cjs/graph-visualization/stories/graph-visualization-highlighting.story.js.map +0 -1
  2839. package/lib/cjs/graph-visualization/stories/graph-visualization-maximalist.story.js +0 -105
  2840. package/lib/cjs/graph-visualization/stories/graph-visualization-maximalist.story.js.map +0 -1
  2841. package/lib/cjs/graph-visualization/stories/graph-visualization-search.story.js +0 -36
  2842. package/lib/cjs/graph-visualization/stories/graph-visualization-search.story.js.map +0 -1
  2843. package/lib/cjs/graph-visualization/stories/graph-visualization.stories.js +0 -112
  2844. package/lib/cjs/graph-visualization/stories/graph-visualization.stories.js.map +0 -1
  2845. package/lib/cjs/graph-visualization/stories/index.js +0 -52
  2846. package/lib/cjs/graph-visualization/stories/index.js.map +0 -1
  2847. package/lib/cjs/graph-visualization/stories/story-data.js +0 -89
  2848. package/lib/cjs/graph-visualization/stories/story-data.js.map +0 -1
  2849. package/lib/cjs/graph-visualization/use-managed-node-state.js +0 -262
  2850. package/lib/cjs/graph-visualization/use-managed-node-state.js.map +0 -1
  2851. package/lib/cjs/graph-visualization/utils.js +0 -68
  2852. package/lib/cjs/graph-visualization/utils.js.map +0 -1
  2853. package/lib/cjs/icons/generated/custom/BoxSelect.js +0 -30
  2854. package/lib/cjs/icons/generated/custom/BoxSelect.js.map +0 -1
  2855. package/lib/cjs/icons/generated/custom/CloudSaved.js +0 -30
  2856. package/lib/cjs/icons/generated/custom/CloudSaved.js.map +0 -1
  2857. package/lib/cjs/icons/generated/custom/CloudUnsaved.js +0 -30
  2858. package/lib/cjs/icons/generated/custom/CloudUnsaved.js.map +0 -1
  2859. package/lib/cjs/icons/generated/custom/CollapseExpand.js +0 -30
  2860. package/lib/cjs/icons/generated/custom/CollapseExpand.js.map +0 -1
  2861. package/lib/cjs/icons/generated/custom/CollapseExpandLeft.js +0 -30
  2862. package/lib/cjs/icons/generated/custom/CollapseExpandLeft.js.map +0 -1
  2863. package/lib/cjs/icons/generated/custom/CollapseExpandRight.js +0 -30
  2864. package/lib/cjs/icons/generated/custom/CollapseExpandRight.js.map +0 -1
  2865. package/lib/cjs/icons/generated/custom/DatabaseAddCircle.js +0 -30
  2866. package/lib/cjs/icons/generated/custom/DatabaseAddCircle.js.map +0 -1
  2867. package/lib/cjs/icons/generated/custom/DatabaseCrossed.js +0 -30
  2868. package/lib/cjs/icons/generated/custom/DatabaseCrossed.js.map +0 -1
  2869. package/lib/cjs/icons/generated/custom/DatagridNodata.js +0 -30
  2870. package/lib/cjs/icons/generated/custom/DatagridNodata.js.map +0 -1
  2871. package/lib/cjs/icons/generated/custom/Dbms.js +0 -30
  2872. package/lib/cjs/icons/generated/custom/Dbms.js.map +0 -1
  2873. package/lib/cjs/icons/generated/custom/Divider.js +0 -27
  2874. package/lib/cjs/icons/generated/custom/Divider.js.map +0 -1
  2875. package/lib/cjs/icons/generated/custom/Heirarchy2.js +0 -30
  2876. package/lib/cjs/icons/generated/custom/Heirarchy2.js.map +0 -1
  2877. package/lib/cjs/icons/generated/custom/Hierarchy1.js +0 -30
  2878. package/lib/cjs/icons/generated/custom/Hierarchy1.js.map +0 -1
  2879. package/lib/cjs/icons/generated/custom/Hierarchy2.js +0 -30
  2880. package/lib/cjs/icons/generated/custom/Hierarchy2.js.map +0 -1
  2881. package/lib/cjs/icons/generated/custom/InstanceNotConnected.js +0 -27
  2882. package/lib/cjs/icons/generated/custom/InstanceNotConnected.js.map +0 -1
  2883. package/lib/cjs/icons/generated/custom/Pan.js +0 -30
  2884. package/lib/cjs/icons/generated/custom/Pan.js.map +0 -1
  2885. package/lib/cjs/icons/generated/custom/QueryBrowser.js +0 -30
  2886. package/lib/cjs/icons/generated/custom/QueryBrowser.js.map +0 -1
  2887. package/lib/cjs/icons/generated/custom/ResetZoom.js +0 -30
  2888. package/lib/cjs/icons/generated/custom/ResetZoom.js.map +0 -1
  2889. package/lib/cjs/icons/generated/custom/Roles.js +0 -30
  2890. package/lib/cjs/icons/generated/custom/Roles.js.map +0 -1
  2891. package/lib/cjs/icons/generated/custom/ScienceMolecule.js +0 -30
  2892. package/lib/cjs/icons/generated/custom/ScienceMolecule.js.map +0 -1
  2893. package/lib/cjs/icons/generated/custom/SidebarLineLeft.js +0 -30
  2894. package/lib/cjs/icons/generated/custom/SidebarLineLeft.js.map +0 -1
  2895. package/lib/cjs/icons/generated/custom/SidebarLineRight.js +0 -30
  2896. package/lib/cjs/icons/generated/custom/SidebarLineRight.js.map +0 -1
  2897. package/lib/cjs/icons/generated/custom/Status.js +0 -30
  2898. package/lib/cjs/icons/generated/custom/Status.js.map +0 -1
  2899. package/lib/cjs/icons/generated/custom/TextString.js +0 -30
  2900. package/lib/cjs/icons/generated/custom/TextString.js.map +0 -1
  2901. package/lib/cjs/inline-edit/constants.js +0 -27
  2902. package/lib/cjs/inline-edit/constants.js.map +0 -1
  2903. package/lib/cjs/label/Label.js +0 -127
  2904. package/lib/cjs/label/Label.js.map +0 -1
  2905. package/lib/cjs/label/index.js +0 -38
  2906. package/lib/cjs/label/index.js.map +0 -1
  2907. package/lib/cjs/label/stories/index.js +0 -44
  2908. package/lib/cjs/label/stories/index.js.map +0 -1
  2909. package/lib/cjs/label/stories/label-colors.story.js +0 -30
  2910. package/lib/cjs/label/stories/label-colors.story.js.map +0 -1
  2911. package/lib/cjs/label/stories/label-default.story.js +0 -30
  2912. package/lib/cjs/label/stories/label-default.story.js.map +0 -1
  2913. package/lib/cjs/label/stories/label-fills.story.js +0 -30
  2914. package/lib/cjs/label/stories/label-fills.story.js.map +0 -1
  2915. package/lib/cjs/label/stories/label-with-icons.story.js +0 -30
  2916. package/lib/cjs/label/stories/label-with-icons.story.js.map +0 -1
  2917. package/lib/cjs/label/stories/label.stories.js +0 -93
  2918. package/lib/cjs/label/stories/label.stories.js.map +0 -1
  2919. package/lib/cjs/layout/Box.js +0 -45
  2920. package/lib/cjs/layout/Box.js.map +0 -1
  2921. package/lib/cjs/layout/Flex.js +0 -52
  2922. package/lib/cjs/layout/Flex.js.map +0 -1
  2923. package/lib/cjs/layout/index.js +0 -39
  2924. package/lib/cjs/layout/index.js.map +0 -1
  2925. package/lib/cjs/layout/types.js +0 -49
  2926. package/lib/cjs/layout/types.js.map +0 -1
  2927. package/lib/cjs/loading-bar/loading-bar.js +0 -37
  2928. package/lib/cjs/loading-bar/loading-bar.js.map +0 -1
  2929. package/lib/cjs/next/breadcrumbs/Breadcrumbs.js +0 -87
  2930. package/lib/cjs/next/breadcrumbs/Breadcrumbs.js.map +0 -1
  2931. package/lib/cjs/next/breadcrumbs/index.js +0 -38
  2932. package/lib/cjs/next/breadcrumbs/index.js.map +0 -1
  2933. package/lib/cjs/next/breadcrumbs/stories/breadcrumbs-ellipses.story.js +0 -36
  2934. package/lib/cjs/next/breadcrumbs/stories/breadcrumbs-ellipses.story.js.map +0 -1
  2935. package/lib/cjs/next/breadcrumbs/stories/breadcrumbs-header.story.js +0 -37
  2936. package/lib/cjs/next/breadcrumbs/stories/breadcrumbs-header.story.js.map +0 -1
  2937. package/lib/cjs/next/breadcrumbs/stories/breadcrumbs-pages.story.js +0 -30
  2938. package/lib/cjs/next/breadcrumbs/stories/breadcrumbs-pages.story.js.map +0 -1
  2939. package/lib/cjs/next/breadcrumbs/stories/breadcrumbs-steps.story.js +0 -30
  2940. package/lib/cjs/next/breadcrumbs/stories/breadcrumbs-steps.story.js.map +0 -1
  2941. package/lib/cjs/next/breadcrumbs/stories/breadcrumbs.stories.js +0 -88
  2942. package/lib/cjs/next/breadcrumbs/stories/breadcrumbs.stories.js.map +0 -1
  2943. package/lib/cjs/next/breadcrumbs/stories/index.js +0 -44
  2944. package/lib/cjs/next/breadcrumbs/stories/index.js.map +0 -1
  2945. package/lib/cjs/next/side-navigation/SideNavigation.js +0 -216
  2946. package/lib/cjs/next/side-navigation/SideNavigation.js.map +0 -1
  2947. package/lib/cjs/next/side-navigation/index.js +0 -38
  2948. package/lib/cjs/next/side-navigation/index.js.map +0 -1
  2949. package/lib/cjs/next/side-navigation/stories/index.js +0 -43
  2950. package/lib/cjs/next/side-navigation/stories/index.js.map +0 -1
  2951. package/lib/cjs/next/side-navigation/stories/side-nav-badges.story.js +0 -74
  2952. package/lib/cjs/next/side-navigation/stories/side-nav-badges.story.js.map +0 -1
  2953. package/lib/cjs/next/side-navigation/stories/side-nav-compact.story.js +0 -56
  2954. package/lib/cjs/next/side-navigation/stories/side-nav-compact.story.js.map +0 -1
  2955. package/lib/cjs/next/side-navigation/stories/side-nav-default.story.js +0 -57
  2956. package/lib/cjs/next/side-navigation/stories/side-nav-default.story.js.map +0 -1
  2957. package/lib/cjs/next/side-navigation/stories/side-nav-secondary.story.js +0 -72
  2958. package/lib/cjs/next/side-navigation/stories/side-nav-secondary.story.js.map +0 -1
  2959. package/lib/cjs/next/side-navigation/stories/side-nav.stories.js +0 -88
  2960. package/lib/cjs/next/side-navigation/stories/side-nav.stories.js.map +0 -1
  2961. package/lib/cjs/nvl/index.js +0 -40
  2962. package/lib/cjs/nvl/index.js.map +0 -1
  2963. package/lib/cjs/select/stories/select-inside-modal.story.js +0 -44
  2964. package/lib/cjs/select/stories/select-inside-modal.story.js.map +0 -1
  2965. package/lib/cjs/status-indicator/stories/status-indicator-types.story.js +0 -30
  2966. package/lib/cjs/status-indicator/stories/status-indicator-types.story.js.map +0 -1
  2967. package/lib/cjs/switch/stories/switch-checked.story.js +0 -30
  2968. package/lib/cjs/switch/stories/switch-checked.story.js.map +0 -1
  2969. package/lib/cjs/tooltip/stories/tooltip-rich-pass-through.story.js +0 -30
  2970. package/lib/cjs/tooltip/stories/tooltip-rich-pass-through.story.js.map +0 -1
  2971. package/lib/cjs/widget/Widget.js +0 -47
  2972. package/lib/cjs/widget/Widget.js.map +0 -1
  2973. package/lib/cjs/widget/index.js +0 -38
  2974. package/lib/cjs/widget/index.js.map +0 -1
  2975. package/lib/esm/_common/defaultImports.js +0 -26
  2976. package/lib/esm/_common/defaultImports.js.map +0 -1
  2977. package/lib/esm/_common/input/RadioAndCheckboxWrapper.js +0 -70
  2978. package/lib/esm/_common/input/RadioAndCheckboxWrapper.js.map +0 -1
  2979. package/lib/esm/_common/input/types.js +0 -22
  2980. package/lib/esm/_common/input/types.js.map +0 -1
  2981. package/lib/esm/ai-presence/AiPresence.js +0 -36
  2982. package/lib/esm/ai-presence/AiPresence.js.map +0 -1
  2983. package/lib/esm/ai-presence/index.js +0 -22
  2984. package/lib/esm/ai-presence/index.js.map +0 -1
  2985. package/lib/esm/ai-presence/stories/ai-presence-default.story.js +0 -30
  2986. package/lib/esm/ai-presence/stories/ai-presence-default.story.js.map +0 -1
  2987. package/lib/esm/ai-presence/stories/ai-presence-thinking.story.js +0 -29
  2988. package/lib/esm/ai-presence/stories/ai-presence-thinking.story.js.map +0 -1
  2989. package/lib/esm/ai-presence/stories/ai-presence.stories.js +0 -49
  2990. package/lib/esm/ai-presence/stories/ai-presence.stories.js.map +0 -1
  2991. package/lib/esm/ai-presence/stories/index.js +0 -27
  2992. package/lib/esm/ai-presence/stories/index.js.map +0 -1
  2993. package/lib/esm/banner/stories/banner-types.story.js +0 -28
  2994. package/lib/esm/banner/stories/banner-types.story.js.map +0 -1
  2995. package/lib/esm/callout/Callout.js +0 -65
  2996. package/lib/esm/callout/Callout.js.map +0 -1
  2997. package/lib/esm/callout/index.js +0 -22
  2998. package/lib/esm/callout/index.js.map +0 -1
  2999. package/lib/esm/callout/stories/callout-default.story.js +0 -28
  3000. package/lib/esm/callout/stories/callout-default.story.js.map +0 -1
  3001. package/lib/esm/callout/stories/callout-full.story.js +0 -28
  3002. package/lib/esm/callout/stories/callout-full.story.js.map +0 -1
  3003. package/lib/esm/callout/stories/callout-types.story.js +0 -28
  3004. package/lib/esm/callout/stories/callout-types.story.js.map +0 -1
  3005. package/lib/esm/callout/stories/callout-with-children.story.js +0 -28
  3006. package/lib/esm/callout/stories/callout-with-children.story.js.map +0 -1
  3007. package/lib/esm/callout/stories/callout-without-header.story.js +0 -28
  3008. package/lib/esm/callout/stories/callout-without-header.story.js.map +0 -1
  3009. package/lib/esm/callout/stories/callout.stories.js +0 -98
  3010. package/lib/esm/callout/stories/callout.stories.js.map +0 -1
  3011. package/lib/esm/callout/stories/index.js +0 -37
  3012. package/lib/esm/callout/stories/index.js.map +0 -1
  3013. package/lib/esm/clipboard-copier/ClipboardButton.js +0 -150
  3014. package/lib/esm/clipboard-copier/ClipboardButton.js.map +0 -1
  3015. package/lib/esm/clipboard-copier/index.js.map +0 -1
  3016. package/lib/esm/clipboard-copier/stories/clipboard-copier-default.story.js +0 -28
  3017. package/lib/esm/clipboard-copier/stories/clipboard-copier-default.story.js.map +0 -1
  3018. package/lib/esm/clipboard-copier/stories/clipboard-copier-disabled.story.js +0 -28
  3019. package/lib/esm/clipboard-copier/stories/clipboard-copier-disabled.story.js.map +0 -1
  3020. package/lib/esm/clipboard-copier/stories/clipboard-copier-not-clean.story.js +0 -28
  3021. package/lib/esm/clipboard-copier/stories/clipboard-copier-not-clean.story.js.map +0 -1
  3022. package/lib/esm/clipboard-copier/stories/clipboard-copier-not-icon-button.story.js +0 -28
  3023. package/lib/esm/clipboard-copier/stories/clipboard-copier-not-icon-button.story.js.map +0 -1
  3024. package/lib/esm/clipboard-copier/stories/clipboard-copier-sizes.story.js +0 -28
  3025. package/lib/esm/clipboard-copier/stories/clipboard-copier-sizes.story.js.map +0 -1
  3026. package/lib/esm/clipboard-copier/stories/clipboard-copier-tooltip.story.js +0 -36
  3027. package/lib/esm/clipboard-copier/stories/clipboard-copier-tooltip.story.js.map +0 -1
  3028. package/lib/esm/clipboard-copier/stories/clipboard-copier.stories.js +0 -116
  3029. package/lib/esm/clipboard-copier/stories/clipboard-copier.stories.js.map +0 -1
  3030. package/lib/esm/clipboard-copier/stories/index.js +0 -40
  3031. package/lib/esm/clipboard-copier/stories/index.js.map +0 -1
  3032. package/lib/esm/context-menu/ContextMenu.js +0 -258
  3033. package/lib/esm/context-menu/ContextMenu.js.map +0 -1
  3034. package/lib/esm/context-menu/context-menu-types.js +0 -22
  3035. package/lib/esm/context-menu/context-menu-types.js.map +0 -1
  3036. package/lib/esm/context-menu/index.js +0 -22
  3037. package/lib/esm/context-menu/index.js.map +0 -1
  3038. package/lib/esm/context-menu/stories/context-menu-custom-items.story.js +0 -31
  3039. package/lib/esm/context-menu/stories/context-menu-custom-items.story.js.map +0 -1
  3040. package/lib/esm/context-menu/stories/context-menu-default.story.js +0 -43
  3041. package/lib/esm/context-menu/stories/context-menu-default.story.js.map +0 -1
  3042. package/lib/esm/context-menu/stories/context-menu-in-modal.story.js +0 -36
  3043. package/lib/esm/context-menu/stories/context-menu-in-modal.story.js.map +0 -1
  3044. package/lib/esm/context-menu/stories/context-menu-in-popover.story.js +0 -32
  3045. package/lib/esm/context-menu/stories/context-menu-in-popover.story.js.map +0 -1
  3046. package/lib/esm/context-menu/stories/context-menu-nested.story.js +0 -32
  3047. package/lib/esm/context-menu/stories/context-menu-nested.story.js.map +0 -1
  3048. package/lib/esm/context-menu/stories/context-menu-placements.story.js +0 -43
  3049. package/lib/esm/context-menu/stories/context-menu-placements.story.js.map +0 -1
  3050. package/lib/esm/context-menu/stories/context-menu-with-category.story.js +0 -34
  3051. package/lib/esm/context-menu/stories/context-menu-with-category.story.js.map +0 -1
  3052. package/lib/esm/context-menu/stories/context-menu-with-disabled-item.story.js +0 -34
  3053. package/lib/esm/context-menu/stories/context-menu-with-disabled-item.story.js.map +0 -1
  3054. package/lib/esm/context-menu/stories/context-menu-with-divider.story.js +0 -34
  3055. package/lib/esm/context-menu/stories/context-menu-with-divider.story.js.map +0 -1
  3056. package/lib/esm/context-menu/stories/context-menu-with-icon.story.js +0 -32
  3057. package/lib/esm/context-menu/stories/context-menu-with-icon.story.js.map +0 -1
  3058. package/lib/esm/context-menu/stories/context-menu.stories.js +0 -167
  3059. package/lib/esm/context-menu/stories/context-menu.stories.js.map +0 -1
  3060. package/lib/esm/context-menu/stories/index.js +0 -52
  3061. package/lib/esm/context-menu/stories/index.js.map +0 -1
  3062. package/lib/esm/data-grid/DataGridContext.js +0 -32
  3063. package/lib/esm/data-grid/DataGridContext.js.map +0 -1
  3064. package/lib/esm/data-grid/helpers.js +0 -248
  3065. package/lib/esm/data-grid/helpers.js.map +0 -1
  3066. package/lib/esm/data-grid/illustrations/NoData.js +0 -25
  3067. package/lib/esm/data-grid/illustrations/NoData.js.map +0 -1
  3068. package/lib/esm/date-picker/stories/date-picker-inside-modal.story.js +0 -39
  3069. package/lib/esm/date-picker/stories/date-picker-inside-modal.story.js.map +0 -1
  3070. package/lib/esm/dialog/stories/dialog-types.story.js +0 -38
  3071. package/lib/esm/dialog/stories/dialog-types.story.js.map +0 -1
  3072. package/lib/esm/dropdown-button/stories/dropdown-button-with-context-menu.story.js +0 -33
  3073. package/lib/esm/dropdown-button/stories/dropdown-button-with-context-menu.story.js.map +0 -1
  3074. package/lib/esm/graph-visualization/graph-visualization-buttons.js +0 -167
  3075. package/lib/esm/graph-visualization/graph-visualization-buttons.js.map +0 -1
  3076. package/lib/esm/graph-visualization/graph-visualization-context.js +0 -58
  3077. package/lib/esm/graph-visualization/graph-visualization-context.js.map +0 -1
  3078. package/lib/esm/graph-visualization/graph-visualization-sidepanel.js +0 -52
  3079. package/lib/esm/graph-visualization/graph-visualization-sidepanel.js.map +0 -1
  3080. package/lib/esm/graph-visualization/graph-visualization.js +0 -298
  3081. package/lib/esm/graph-visualization/graph-visualization.js.map +0 -1
  3082. package/lib/esm/graph-visualization/index.js +0 -23
  3083. package/lib/esm/graph-visualization/index.js.map +0 -1
  3084. package/lib/esm/graph-visualization/map-to-nvl-graph.js +0 -162
  3085. package/lib/esm/graph-visualization/map-to-nvl-graph.js.map +0 -1
  3086. package/lib/esm/graph-visualization/sidepanel-components/button-group.js +0 -69
  3087. package/lib/esm/graph-visualization/sidepanel-components/button-group.js.map +0 -1
  3088. package/lib/esm/graph-visualization/sidepanel-components/clickable-urls-test.js +0 -212
  3089. package/lib/esm/graph-visualization/sidepanel-components/clickable-urls-test.js.map +0 -1
  3090. package/lib/esm/graph-visualization/sidepanel-components/clickable-urls.js +0 -40
  3091. package/lib/esm/graph-visualization/sidepanel-components/clickable-urls.js.map +0 -1
  3092. package/lib/esm/graph-visualization/sidepanel-components/details-panel.js +0 -82
  3093. package/lib/esm/graph-visualization/sidepanel-components/details-panel.js.map +0 -1
  3094. package/lib/esm/graph-visualization/sidepanel-components/overview-panel.js +0 -41
  3095. package/lib/esm/graph-visualization/sidepanel-components/overview-panel.js.map +0 -1
  3096. package/lib/esm/graph-visualization/sidepanel-components/properties-table.js +0 -45
  3097. package/lib/esm/graph-visualization/sidepanel-components/properties-table.js.map +0 -1
  3098. package/lib/esm/graph-visualization/sidepanel-components/show-all.js +0 -41
  3099. package/lib/esm/graph-visualization/sidepanel-components/show-all.js.map +0 -1
  3100. package/lib/esm/graph-visualization/sidepanel-components/single-selection-sidepanel-contents.js +0 -31
  3101. package/lib/esm/graph-visualization/sidepanel-components/single-selection-sidepanel-contents.js.map +0 -1
  3102. package/lib/esm/graph-visualization/stories/graph-visualization-barebones.story.js +0 -90
  3103. package/lib/esm/graph-visualization/stories/graph-visualization-barebones.story.js.map +0 -1
  3104. package/lib/esm/graph-visualization/stories/graph-visualization-custom.story.js +0 -71
  3105. package/lib/esm/graph-visualization/stories/graph-visualization-custom.story.js.map +0 -1
  3106. package/lib/esm/graph-visualization/stories/graph-visualization-default.story.js +0 -90
  3107. package/lib/esm/graph-visualization/stories/graph-visualization-default.story.js.map +0 -1
  3108. package/lib/esm/graph-visualization/stories/graph-visualization-highlighting.story.js +0 -28
  3109. package/lib/esm/graph-visualization/stories/graph-visualization-highlighting.story.js.map +0 -1
  3110. package/lib/esm/graph-visualization/stories/graph-visualization-maximalist.story.js +0 -102
  3111. package/lib/esm/graph-visualization/stories/graph-visualization-maximalist.story.js.map +0 -1
  3112. package/lib/esm/graph-visualization/stories/graph-visualization-search.story.js +0 -34
  3113. package/lib/esm/graph-visualization/stories/graph-visualization-search.story.js.map +0 -1
  3114. package/lib/esm/graph-visualization/stories/graph-visualization.stories.js +0 -109
  3115. package/lib/esm/graph-visualization/stories/graph-visualization.stories.js.map +0 -1
  3116. package/lib/esm/graph-visualization/stories/index.js +0 -40
  3117. package/lib/esm/graph-visualization/stories/index.js.map +0 -1
  3118. package/lib/esm/graph-visualization/stories/story-data.js +0 -86
  3119. package/lib/esm/graph-visualization/stories/story-data.js.map +0 -1
  3120. package/lib/esm/graph-visualization/use-managed-node-state.js +0 -259
  3121. package/lib/esm/graph-visualization/use-managed-node-state.js.map +0 -1
  3122. package/lib/esm/graph-visualization/utils.js +0 -60
  3123. package/lib/esm/graph-visualization/utils.js.map +0 -1
  3124. package/lib/esm/icons/generated/custom/BoxSelect.js +0 -28
  3125. package/lib/esm/icons/generated/custom/BoxSelect.js.map +0 -1
  3126. package/lib/esm/icons/generated/custom/CloudSaved.js +0 -28
  3127. package/lib/esm/icons/generated/custom/CloudSaved.js.map +0 -1
  3128. package/lib/esm/icons/generated/custom/CloudUnsaved.js +0 -28
  3129. package/lib/esm/icons/generated/custom/CloudUnsaved.js.map +0 -1
  3130. package/lib/esm/icons/generated/custom/CollapseExpand.js +0 -28
  3131. package/lib/esm/icons/generated/custom/CollapseExpand.js.map +0 -1
  3132. package/lib/esm/icons/generated/custom/CollapseExpandLeft.js +0 -28
  3133. package/lib/esm/icons/generated/custom/CollapseExpandLeft.js.map +0 -1
  3134. package/lib/esm/icons/generated/custom/CollapseExpandRight.js +0 -28
  3135. package/lib/esm/icons/generated/custom/CollapseExpandRight.js.map +0 -1
  3136. package/lib/esm/icons/generated/custom/DatabaseAddCircle.js +0 -28
  3137. package/lib/esm/icons/generated/custom/DatabaseAddCircle.js.map +0 -1
  3138. package/lib/esm/icons/generated/custom/DatabaseCrossed.js +0 -28
  3139. package/lib/esm/icons/generated/custom/DatabaseCrossed.js.map +0 -1
  3140. package/lib/esm/icons/generated/custom/DatagridNodata.js +0 -28
  3141. package/lib/esm/icons/generated/custom/DatagridNodata.js.map +0 -1
  3142. package/lib/esm/icons/generated/custom/Dbms.js +0 -28
  3143. package/lib/esm/icons/generated/custom/Dbms.js.map +0 -1
  3144. package/lib/esm/icons/generated/custom/Divider.js +0 -25
  3145. package/lib/esm/icons/generated/custom/Divider.js.map +0 -1
  3146. package/lib/esm/icons/generated/custom/Heirarchy2.js +0 -28
  3147. package/lib/esm/icons/generated/custom/Heirarchy2.js.map +0 -1
  3148. package/lib/esm/icons/generated/custom/Hierarchy1.js +0 -28
  3149. package/lib/esm/icons/generated/custom/Hierarchy1.js.map +0 -1
  3150. package/lib/esm/icons/generated/custom/Hierarchy2.js +0 -28
  3151. package/lib/esm/icons/generated/custom/Hierarchy2.js.map +0 -1
  3152. package/lib/esm/icons/generated/custom/InstanceNotConnected.js +0 -25
  3153. package/lib/esm/icons/generated/custom/InstanceNotConnected.js.map +0 -1
  3154. package/lib/esm/icons/generated/custom/Pan.js +0 -28
  3155. package/lib/esm/icons/generated/custom/Pan.js.map +0 -1
  3156. package/lib/esm/icons/generated/custom/QueryBrowser.js +0 -28
  3157. package/lib/esm/icons/generated/custom/QueryBrowser.js.map +0 -1
  3158. package/lib/esm/icons/generated/custom/ResetZoom.js +0 -28
  3159. package/lib/esm/icons/generated/custom/ResetZoom.js.map +0 -1
  3160. package/lib/esm/icons/generated/custom/Roles.js +0 -28
  3161. package/lib/esm/icons/generated/custom/Roles.js.map +0 -1
  3162. package/lib/esm/icons/generated/custom/ScienceMolecule.js +0 -28
  3163. package/lib/esm/icons/generated/custom/ScienceMolecule.js.map +0 -1
  3164. package/lib/esm/icons/generated/custom/SidebarLineLeft.js +0 -28
  3165. package/lib/esm/icons/generated/custom/SidebarLineLeft.js.map +0 -1
  3166. package/lib/esm/icons/generated/custom/SidebarLineRight.js +0 -28
  3167. package/lib/esm/icons/generated/custom/SidebarLineRight.js.map +0 -1
  3168. package/lib/esm/icons/generated/custom/Status.js +0 -28
  3169. package/lib/esm/icons/generated/custom/Status.js.map +0 -1
  3170. package/lib/esm/icons/generated/custom/TextString.js +0 -28
  3171. package/lib/esm/icons/generated/custom/TextString.js.map +0 -1
  3172. package/lib/esm/inline-edit/constants.js +0 -24
  3173. package/lib/esm/inline-edit/constants.js.map +0 -1
  3174. package/lib/esm/label/Label.js +0 -123
  3175. package/lib/esm/label/Label.js.map +0 -1
  3176. package/lib/esm/label/index.js +0 -22
  3177. package/lib/esm/label/index.js.map +0 -1
  3178. package/lib/esm/label/stories/index.js +0 -34
  3179. package/lib/esm/label/stories/index.js.map +0 -1
  3180. package/lib/esm/label/stories/label-colors.story.js +0 -28
  3181. package/lib/esm/label/stories/label-colors.story.js.map +0 -1
  3182. package/lib/esm/label/stories/label-default.story.js +0 -28
  3183. package/lib/esm/label/stories/label-default.story.js.map +0 -1
  3184. package/lib/esm/label/stories/label-fills.story.js +0 -28
  3185. package/lib/esm/label/stories/label-fills.story.js.map +0 -1
  3186. package/lib/esm/label/stories/label-with-icons.story.js +0 -28
  3187. package/lib/esm/label/stories/label-with-icons.story.js.map +0 -1
  3188. package/lib/esm/label/stories/label.stories.js +0 -90
  3189. package/lib/esm/label/stories/label.stories.js.map +0 -1
  3190. package/lib/esm/layout/Box.js +0 -41
  3191. package/lib/esm/layout/Box.js.map +0 -1
  3192. package/lib/esm/layout/Flex.js +0 -48
  3193. package/lib/esm/layout/Flex.js.map +0 -1
  3194. package/lib/esm/layout/index.js +0 -23
  3195. package/lib/esm/layout/index.js.map +0 -1
  3196. package/lib/esm/layout/types.js +0 -44
  3197. package/lib/esm/layout/types.js.map +0 -1
  3198. package/lib/esm/loading-bar/loading-bar.js +0 -30
  3199. package/lib/esm/loading-bar/loading-bar.js.map +0 -1
  3200. package/lib/esm/next/breadcrumbs/Breadcrumbs.js +0 -80
  3201. package/lib/esm/next/breadcrumbs/Breadcrumbs.js.map +0 -1
  3202. package/lib/esm/next/breadcrumbs/index.js +0 -22
  3203. package/lib/esm/next/breadcrumbs/index.js.map +0 -1
  3204. package/lib/esm/next/breadcrumbs/stories/breadcrumbs-ellipses.story.js +0 -34
  3205. package/lib/esm/next/breadcrumbs/stories/breadcrumbs-ellipses.story.js.map +0 -1
  3206. package/lib/esm/next/breadcrumbs/stories/breadcrumbs-header.story.js +0 -35
  3207. package/lib/esm/next/breadcrumbs/stories/breadcrumbs-header.story.js.map +0 -1
  3208. package/lib/esm/next/breadcrumbs/stories/breadcrumbs-pages.story.js +0 -28
  3209. package/lib/esm/next/breadcrumbs/stories/breadcrumbs-pages.story.js.map +0 -1
  3210. package/lib/esm/next/breadcrumbs/stories/breadcrumbs-steps.story.js +0 -28
  3211. package/lib/esm/next/breadcrumbs/stories/breadcrumbs-steps.story.js.map +0 -1
  3212. package/lib/esm/next/breadcrumbs/stories/breadcrumbs.stories.js +0 -85
  3213. package/lib/esm/next/breadcrumbs/stories/breadcrumbs.stories.js.map +0 -1
  3214. package/lib/esm/next/breadcrumbs/stories/index.js +0 -34
  3215. package/lib/esm/next/breadcrumbs/stories/index.js.map +0 -1
  3216. package/lib/esm/next/side-navigation/SideNavigation.js +0 -210
  3217. package/lib/esm/next/side-navigation/SideNavigation.js.map +0 -1
  3218. package/lib/esm/next/side-navigation/index.js +0 -22
  3219. package/lib/esm/next/side-navigation/index.js.map +0 -1
  3220. package/lib/esm/next/side-navigation/stories/index.js +0 -33
  3221. package/lib/esm/next/side-navigation/stories/index.js.map +0 -1
  3222. package/lib/esm/next/side-navigation/stories/side-nav-badges.story.js +0 -72
  3223. package/lib/esm/next/side-navigation/stories/side-nav-badges.story.js.map +0 -1
  3224. package/lib/esm/next/side-navigation/stories/side-nav-compact.story.js +0 -54
  3225. package/lib/esm/next/side-navigation/stories/side-nav-compact.story.js.map +0 -1
  3226. package/lib/esm/next/side-navigation/stories/side-nav-default.story.js +0 -55
  3227. package/lib/esm/next/side-navigation/stories/side-nav-default.story.js.map +0 -1
  3228. package/lib/esm/next/side-navigation/stories/side-nav-secondary.story.js +0 -70
  3229. package/lib/esm/next/side-navigation/stories/side-nav-secondary.story.js.map +0 -1
  3230. package/lib/esm/next/side-navigation/stories/side-nav.stories.js +0 -85
  3231. package/lib/esm/next/side-navigation/stories/side-nav.stories.js.map +0 -1
  3232. package/lib/esm/nvl/index.js +0 -24
  3233. package/lib/esm/nvl/index.js.map +0 -1
  3234. package/lib/esm/select/stories/select-inside-modal.story.js +0 -42
  3235. package/lib/esm/select/stories/select-inside-modal.story.js.map +0 -1
  3236. package/lib/esm/status-indicator/stories/status-indicator-types.story.js +0 -28
  3237. package/lib/esm/status-indicator/stories/status-indicator-types.story.js.map +0 -1
  3238. package/lib/esm/switch/stories/switch-checked.story.js +0 -28
  3239. package/lib/esm/switch/stories/switch-checked.story.js.map +0 -1
  3240. package/lib/esm/tooltip/stories/tooltip-rich-pass-through.story.js +0 -28
  3241. package/lib/esm/tooltip/stories/tooltip-rich-pass-through.story.js.map +0 -1
  3242. package/lib/esm/widget/Widget.js +0 -40
  3243. package/lib/esm/widget/Widget.js.map +0 -1
  3244. package/lib/esm/widget/index.js +0 -22
  3245. package/lib/esm/widget/index.js.map +0 -1
  3246. package/lib/types/_common/defaultImports.d.ts +0 -22
  3247. package/lib/types/_common/input/RadioAndCheckboxWrapper.d.ts +0 -67
  3248. package/lib/types/_common/input/types.d.ts +0 -30
  3249. package/lib/types/ai-presence/AiPresence.d.ts +0 -34
  3250. package/lib/types/ai-presence/index.d.ts +0 -21
  3251. package/lib/types/ai-presence/stories/ai-presence.stories.d.ts +0 -26
  3252. package/lib/types/ai-presence/stories/index.d.ts +0 -24
  3253. package/lib/types/callout/Callout.d.ts +0 -46
  3254. package/lib/types/callout/index.d.ts +0 -21
  3255. package/lib/types/callout/stories/callout.stories.d.ts +0 -39
  3256. package/lib/types/callout/stories/index.d.ts +0 -30
  3257. package/lib/types/clipboard-copier/ClipboardButton.d.ts +0 -34
  3258. package/lib/types/clipboard-copier/stories/clipboard-copier.stories.d.ts +0 -31
  3259. package/lib/types/clipboard-copier/stories/index.d.ts +0 -32
  3260. package/lib/types/context-menu/ContextMenu.d.ts +0 -34
  3261. package/lib/types/context-menu/context-menu-types.d.ts +0 -89
  3262. package/lib/types/context-menu/index.d.ts +0 -21
  3263. package/lib/types/context-menu/stories/context-menu.stories.d.ts +0 -34
  3264. package/lib/types/context-menu/stories/index.d.ts +0 -40
  3265. package/lib/types/data-grid/DataGridContext.d.ts +0 -71
  3266. package/lib/types/data-grid/illustrations/NoData.d.ts +0 -23
  3267. package/lib/types/graph-visualization/graph-visualization-buttons.d.ts +0 -54
  3268. package/lib/types/graph-visualization/graph-visualization-context.d.ts +0 -122
  3269. package/lib/types/graph-visualization/graph-visualization-sidepanel.d.ts +0 -32
  3270. package/lib/types/graph-visualization/graph-visualization.d.ts +0 -409
  3271. package/lib/types/graph-visualization/index.d.ts +0 -22
  3272. package/lib/types/graph-visualization/map-to-nvl-graph.d.ts +0 -37
  3273. package/lib/types/graph-visualization/sidepanel-components/button-group.d.ts +0 -24
  3274. package/lib/types/graph-visualization/sidepanel-components/clickable-urls-test.d.ts +0 -21
  3275. package/lib/types/graph-visualization/sidepanel-components/clickable-urls.d.ts +0 -26
  3276. package/lib/types/graph-visualization/sidepanel-components/details-panel.d.ts +0 -25
  3277. package/lib/types/graph-visualization/sidepanel-components/overview-panel.d.ts +0 -21
  3278. package/lib/types/graph-visualization/sidepanel-components/properties-table.d.ts +0 -31
  3279. package/lib/types/graph-visualization/sidepanel-components/show-all.d.ts +0 -29
  3280. package/lib/types/graph-visualization/sidepanel-components/single-selection-sidepanel-contents.d.ts +0 -21
  3281. package/lib/types/graph-visualization/stories/graph-visualization-barebones.story.d.ts +0 -23
  3282. package/lib/types/graph-visualization/stories/graph-visualization-custom.story.d.ts +0 -23
  3283. package/lib/types/graph-visualization/stories/graph-visualization-default.story.d.ts +0 -23
  3284. package/lib/types/graph-visualization/stories/graph-visualization-maximalist.story.d.ts +0 -23
  3285. package/lib/types/graph-visualization/stories/graph-visualization.stories.d.ts +0 -39
  3286. package/lib/types/graph-visualization/stories/index.d.ts +0 -32
  3287. package/lib/types/graph-visualization/stories/story-data.d.ts +0 -26
  3288. package/lib/types/graph-visualization/use-managed-node-state.d.ts +0 -116
  3289. package/lib/types/graph-visualization/utils.d.ts +0 -29
  3290. package/lib/types/icons/generated/custom/BoxSelect.d.ts +0 -23
  3291. package/lib/types/icons/generated/custom/CloudSaved.d.ts +0 -23
  3292. package/lib/types/icons/generated/custom/CloudUnsaved.d.ts +0 -23
  3293. package/lib/types/icons/generated/custom/CollapseExpand.d.ts +0 -23
  3294. package/lib/types/icons/generated/custom/CollapseExpandLeft.d.ts +0 -23
  3295. package/lib/types/icons/generated/custom/CollapseExpandRight.d.ts +0 -23
  3296. package/lib/types/icons/generated/custom/DatabaseAddCircle.d.ts +0 -23
  3297. package/lib/types/icons/generated/custom/DatabaseCrossed.d.ts +0 -23
  3298. package/lib/types/icons/generated/custom/DatagridNodata.d.ts +0 -23
  3299. package/lib/types/icons/generated/custom/Dbms.d.ts +0 -23
  3300. package/lib/types/icons/generated/custom/Divider.d.ts +0 -23
  3301. package/lib/types/icons/generated/custom/Heirarchy2.d.ts +0 -23
  3302. package/lib/types/icons/generated/custom/Hierarchy1.d.ts +0 -23
  3303. package/lib/types/icons/generated/custom/Hierarchy2.d.ts +0 -23
  3304. package/lib/types/icons/generated/custom/InstanceNotConnected.d.ts +0 -23
  3305. package/lib/types/icons/generated/custom/Pan.d.ts +0 -23
  3306. package/lib/types/icons/generated/custom/QueryBrowser.d.ts +0 -23
  3307. package/lib/types/icons/generated/custom/ResetZoom.d.ts +0 -23
  3308. package/lib/types/icons/generated/custom/Roles.d.ts +0 -23
  3309. package/lib/types/icons/generated/custom/ScienceMolecule.d.ts +0 -23
  3310. package/lib/types/icons/generated/custom/SidebarLineLeft.d.ts +0 -23
  3311. package/lib/types/icons/generated/custom/SidebarLineRight.d.ts +0 -23
  3312. package/lib/types/icons/generated/custom/Status.d.ts +0 -23
  3313. package/lib/types/icons/generated/custom/TextString.d.ts +0 -23
  3314. package/lib/types/inline-edit/constants.d.ts +0 -23
  3315. package/lib/types/label/Label.d.ts +0 -47
  3316. package/lib/types/label/index.d.ts +0 -21
  3317. package/lib/types/label/stories/index.d.ts +0 -28
  3318. package/lib/types/label/stories/label.stories.d.ts +0 -29
  3319. package/lib/types/layout/Box.d.ts +0 -61
  3320. package/lib/types/layout/Flex.d.ts +0 -75
  3321. package/lib/types/layout/index.d.ts +0 -22
  3322. package/lib/types/layout/types.d.ts +0 -46
  3323. package/lib/types/next/breadcrumbs/Breadcrumbs.d.ts +0 -88
  3324. package/lib/types/next/breadcrumbs/index.d.ts +0 -21
  3325. package/lib/types/next/breadcrumbs/stories/breadcrumbs.stories.d.ts +0 -78
  3326. package/lib/types/next/side-navigation/SideNavigation.d.ts +0 -126
  3327. package/lib/types/next/side-navigation/index.d.ts +0 -21
  3328. package/lib/types/next/side-navigation/stories/side-nav.stories.d.ts +0 -94
  3329. package/lib/types/nvl/index.d.ts +0 -23
  3330. package/lib/types/widget/Widget.d.ts +0 -54
  3331. package/lib/types/widget/index.d.ts +0 -21
  3332. /package/lib/cjs/{clipboard-copier → clipboard-button}/index.js +0 -0
  3333. /package/lib/esm/{clipboard-copier → clipboard-button}/index.js +0 -0
  3334. /package/lib/types/{ai-presence → ai/presence}/stories/ai-presence-default.story.d.ts +0 -0
  3335. /package/lib/types/{ai-presence → ai/presence}/stories/ai-presence-thinking.story.d.ts +0 -0
  3336. /package/lib/types/banner/stories/{banner-types.story.d.ts → banner-variants.story.d.ts} +0 -0
  3337. /package/lib/types/{next/breadcrumbs → breadcrumbs}/stories/breadcrumbs-ellipses.story.d.ts +0 -0
  3338. /package/lib/types/{next/breadcrumbs → breadcrumbs}/stories/breadcrumbs-header.story.d.ts +0 -0
  3339. /package/lib/types/{next/breadcrumbs → breadcrumbs}/stories/breadcrumbs-pages.story.d.ts +0 -0
  3340. /package/lib/types/{next/breadcrumbs → breadcrumbs}/stories/breadcrumbs-steps.story.d.ts +0 -0
  3341. /package/lib/types/{next/breadcrumbs → breadcrumbs}/stories/index.d.ts +0 -0
  3342. /package/lib/types/{callout/stories/callout-default.story.d.ts → checkbox/stories/checkbox-controlled.story.d.ts} +0 -0
  3343. /package/lib/types/{clipboard-copier → clipboard-button}/index.d.ts +0 -0
  3344. /package/lib/types/{callout/stories/callout-full.story.d.ts → clipboard-button/stories/clipboard-button-default.story.d.ts} +0 -0
  3345. /package/lib/types/{callout/stories/callout-types.story.d.ts → clipboard-button/stories/clipboard-button-disabled.story.d.ts} +0 -0
  3346. /package/lib/types/{callout/stories/callout-with-children.story.d.ts → clipboard-button/stories/clipboard-button-not-clean.story.d.ts} +0 -0
  3347. /package/lib/types/{callout/stories/callout-without-header.story.d.ts → clipboard-button/stories/clipboard-button-not-icon-button.story.d.ts} +0 -0
  3348. /package/lib/types/{clipboard-copier/stories/clipboard-copier-default.story.d.ts → clipboard-button/stories/clipboard-button-sizes.story.d.ts} +0 -0
  3349. /package/lib/types/{clipboard-copier/stories/clipboard-copier-disabled.story.d.ts → clipboard-button/stories/clipboard-button-tooltip.story.d.ts} +0 -0
  3350. /package/lib/types/data-grid/{helpers.d.ts → helpers/index.d.ts} +0 -0
  3351. /package/lib/types/{clipboard-copier/stories/clipboard-copier-not-clean.story.d.ts → data-grid/stories/datagrid-component-overriding.story.d.ts} +0 -0
  3352. /package/lib/types/{clipboard-copier/stories/clipboard-copier-not-icon-button.story.d.ts → data-grid/stories/datagrid-in-dialog.story.d.ts} +0 -0
  3353. /package/lib/types/{clipboard-copier/stories/clipboard-copier-sizes.story.d.ts → data-grid/stories/datagrid-keyboard-navigation.story.d.ts} +0 -0
  3354. /package/lib/types/{clipboard-copier/stories/clipboard-copier-tooltip.story.d.ts → data-grid/stories/datagrid-kitchen-sink.story.d.ts} +0 -0
  3355. /package/lib/types/{context-menu/stories/context-menu-custom-items.story.d.ts → data-grid/stories/datagrid-no-pagination-table.story.d.ts} +0 -0
  3356. /package/lib/types/{context-menu/stories/context-menu-default.story.d.ts → data-grid/stories/datagrid-percentage-width-columns.story.d.ts} +0 -0
  3357. /package/lib/types/{context-menu/stories/context-menu-in-modal.story.d.ts → data-grid/stories/datagrid-placeholder-states.story.d.ts} +0 -0
  3358. /package/lib/types/{context-menu/stories/context-menu-in-popover.story.d.ts → data-grid/stories/datagrid-selectable.story.d.ts} +0 -0
  3359. /package/lib/types/{context-menu/stories/context-menu-nested.story.d.ts → data-grid/stories/datagrid-simple.story.d.ts} +0 -0
  3360. /package/lib/types/{context-menu/stories/context-menu-placements.story.d.ts → data-grid/stories/datagrid-single-selectable.story.d.ts} +0 -0
  3361. /package/lib/types/{context-menu/stories/context-menu-with-category.story.d.ts → data-grid/stories/datagrid-skeleton-loading.story.d.ts} +0 -0
  3362. /package/lib/types/{context-menu/stories/context-menu-with-disabled-item.story.d.ts → data-grid/stories/datagrid-sortable.story.d.ts} +0 -0
  3363. /package/lib/types/{context-menu/stories/context-menu-with-divider.story.d.ts → data-grid/stories/datagrid-using-editable-cells.story.d.ts} +0 -0
  3364. /package/lib/types/{context-menu/stories/context-menu-with-icon.story.d.ts → data-grid/stories/datagrid-virtualization.story.d.ts} +0 -0
  3365. /package/lib/types/date-picker/stories/{date-picker-inside-modal.story.d.ts → date-picker-in-dialog.story.d.ts} +0 -0
  3366. /package/lib/types/{dropdown-button/stories/dropdown-button-with-context-menu.story.d.ts → date-picker/stories/date-picker-portaled.story.d.ts} +0 -0
  3367. /package/lib/types/{label/stories/label-colors.story.d.ts → date-picker/stories/date-picker-range.story.d.ts} +0 -0
  3368. /package/lib/types/dialog/stories/{dialog-types.story.d.ts → dialog-variants.story.d.ts} +0 -0
  3369. /package/lib/types/{label/stories/label-default.story.d.ts → divider/stories/divider-default.story.d.ts} +0 -0
  3370. /package/lib/types/{label/stories/label-fills.story.d.ts → divider/stories/divider-horizontal.story.d.ts} +0 -0
  3371. /package/lib/types/{label/stories/label-with-icons.story.d.ts → divider/stories/divider-vertical.story.d.ts} +0 -0
  3372. /package/lib/types/{next/side-navigation/stories/side-nav-badges.story.d.ts → dropdown-button/stories/dropdown-button-with-menu.story.d.ts} +0 -0
  3373. /package/lib/types/{graph-visualization/stories/graph-visualization-highlighting.story.d.ts → inline-edit/stories/inline-edit-controlled-editing.story.d.ts} +0 -0
  3374. /package/lib/types/{graph-visualization/stories/graph-visualization-search.story.d.ts → inline-edit/stories/inline-edit-controlled-value.story.d.ts} +0 -0
  3375. /package/lib/types/{next/side-navigation/stories/side-nav-compact.story.d.ts → kbd/stories/kbd-default.story.d.ts} +0 -0
  3376. /package/lib/types/{next/side-navigation/stories/side-nav-default.story.d.ts → kbd/stories/kdb-sequence.story.d.ts} +0 -0
  3377. /package/lib/types/loading-bar/{loading-bar.d.ts → LoadingBar.d.ts} +0 -0
  3378. /package/lib/types/{next/side-navigation/stories/side-nav-secondary.story.d.ts → logo/stories/logo-black.story.d.ts} +0 -0
  3379. /package/lib/types/{status-indicator/stories/status-indicator-types.story.d.ts → logo/stories/logo-default.story.d.ts} +0 -0
  3380. /package/lib/types/{switch/stories/switch-checked.story.d.ts → logo/stories/logo-icon.story.d.ts} +0 -0
  3381. /package/lib/types/{tooltip/stories/tooltip-rich-pass-through.story.d.ts → menu/stories/menu-custom-items.story.d.ts} +0 -0
  3382. /package/lib/types/select/stories/{select-inside-modal.story.d.ts → select-inside-dialog.story.d.ts} +0 -0
  3383. /package/lib/types/{next/side-navigation → side-navigation}/stories/index.d.ts +0 -0
@@ -23,8 +23,8 @@ const jsx_runtime_1 = require("react/jsx-runtime");
23
23
  */
24
24
  // THIS FILE IS GENERATED BY BUILD TOOL
25
25
  // DO NOT EDIT IT MANUAL
26
- const react_1 = require("react");
27
- const SvgFitToScreen = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ndl-icon-svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M17.6162 17.6164L17.0859 17.0861L17.0859 17.0861L17.6162 17.6164ZM17.6162 6.38354L17.0859 6.91387L17.0859 6.91387L17.6162 6.38354ZM6.38339 6.38354L5.85306 5.85321H5.85306L6.38339 6.38354ZM6.38339 17.6164L6.91372 17.0861L6.91372 17.0861L6.38339 17.6164ZM20.341 3.65901L19.8107 4.18934L20.341 3.65901ZM3.65901 3.65901L4.18934 4.18934L3.65901 3.65901ZM3.65901 20.341L4.18934 19.8107L3.65901 20.341ZM21.75 14.3789C21.75 13.9646 21.4142 13.6289 21 13.6289C20.5858 13.6289 20.25 13.9646 20.25 14.3789H21.75ZM14.3723 20.25C13.9581 20.25 13.6223 20.5858 13.6223 21C13.6223 21.4142 13.9581 21.75 14.3723 21.75V20.25ZM9.75576 21.75C10.17 21.75 10.5058 21.4142 10.5058 21C10.5058 20.5858 10.17 20.25 9.75576 20.25V21.75ZM3.75 14.3789C3.75 13.9646 3.41421 13.6289 3 13.6289C2.58579 13.6289 2.25 13.9646 2.25 14.3789H3.75ZM2.25 9.94377C2.25 10.358 2.58579 10.6938 3 10.6938C3.41421 10.6938 3.75 10.358 3.75 9.94377H2.25ZM9.75576 3.75C10.17 3.75 10.5058 3.41421 10.5058 3C10.5058 2.58579 10.17 2.25 9.75576 2.25V3.75ZM14.3723 2.25C13.9581 2.25 13.6223 2.58579 13.6223 3C13.6223 3.41421 13.9581 3.75 14.3723 3.75V2.25ZM20.25 9.94377C20.25 10.358 20.5858 10.6938 21 10.6938C21.4142 10.6938 21.75 10.358 21.75 9.94377H20.25ZM7.45468 18.8101H16.5449V17.3101H7.45468V18.8101ZM16.5449 18.8101C17.1457 18.8101 17.7218 18.5715 18.1466 18.1467L17.0859 17.0861C16.9424 17.2295 16.7478 17.3101 16.5449 17.3101V18.8101ZM18.1466 18.1467C18.5713 17.7219 18.81 17.1458 18.81 16.5451H17.31C17.31 16.748 17.2294 16.9426 17.0859 17.0861L18.1466 18.1467ZM18.81 16.5451V7.45483H17.31V16.5451H18.81ZM18.81 7.45483C18.81 6.85411 18.5713 6.27798 18.1466 5.85321L17.0859 6.91387C17.2294 7.05734 17.31 7.25194 17.31 7.45483H18.81ZM18.1466 5.85321C17.7218 5.42843 17.1457 5.18979 16.5449 5.18979V6.68979C16.7478 6.68979 16.9424 6.77039 17.0859 6.91387L18.1466 5.85321ZM16.5449 5.18979H7.45468V6.68979H16.5449V5.18979ZM7.45468 5.18979C6.85396 5.18979 6.27784 5.42843 5.85306 5.85321L6.91372 6.91387C7.05719 6.7704 7.25178 6.68979 7.45468 6.68979V5.18979ZM5.85306 5.85321C5.42828 6.27799 5.18964 6.85411 5.18964 7.45483H6.68964C6.68964 7.25193 6.77024 7.05734 6.91372 6.91387L5.85306 5.85321ZM5.18964 7.45483V16.5451H6.68964V7.45483H5.18964ZM5.18964 16.5451C5.18964 17.1458 5.42828 17.7219 5.85306 18.1467L6.91372 17.0861C6.77024 16.9426 6.68964 16.748 6.68964 16.5451H5.18964ZM5.85306 18.1467C6.27783 18.5715 6.85396 18.8101 7.45468 18.8101V17.3101C7.25178 17.3101 7.05719 17.2295 6.91372 17.0861L5.85306 18.1467ZM18.75 21.75C19.5457 21.75 20.3087 21.4339 20.8713 20.8713L19.8107 19.8107C19.5294 20.092 19.1478 20.25 18.75 20.25V21.75ZM20.8713 20.8713C21.4339 20.3087 21.75 19.5457 21.75 18.75H20.25C20.25 19.1478 20.092 19.5294 19.8107 19.8107L20.8713 20.8713ZM21.75 5.25C21.75 4.45435 21.4339 3.69129 20.8713 3.12868L19.8107 4.18934C20.092 4.47064 20.25 4.85218 20.25 5.25H21.75ZM20.8713 3.12868C20.3087 2.56607 19.5457 2.25 18.75 2.25V3.75C19.1478 3.75 19.5294 3.90803 19.8107 4.18934L20.8713 3.12868ZM5.25 2.25C4.45435 2.25 3.69129 2.56607 3.12868 3.12868L4.18934 4.18934C4.47064 3.90804 4.85218 3.75 5.25 3.75V2.25ZM3.12868 3.12868C2.56607 3.69129 2.25 4.45435 2.25 5.25H3.75C3.75 4.85218 3.90804 4.47064 4.18934 4.18934L3.12868 3.12868ZM2.25 18.75C2.25 19.5457 2.56607 20.3087 3.12868 20.8713L4.18934 19.8107C3.90803 19.5294 3.75 19.1478 3.75 18.75H2.25ZM3.12868 20.8713C3.69129 21.4339 4.45435 21.75 5.25 21.75V20.25C4.85218 20.25 4.47064 20.092 4.18934 19.8107L3.12868 20.8713ZM21.75 18.75V14.3789H20.25V18.75H21.75ZM18.75 20.25H14.3723V21.75H18.75V20.25ZM5.25 21.75H9.75576V20.25H5.25V21.75ZM3.75 18.75V14.3789H2.25V18.75H3.75ZM2.25 5.25V9.94377H3.75V5.25H2.25ZM5.25 3.75H9.75576V2.25H5.25V3.75ZM18.75 2.25H14.3723V3.75H18.75V2.25ZM20.25 5.25V9.94377H21.75V5.25H20.25Z", fill: "currentColor" }) })));
28
- const Memo = (0, react_1.memo)(SvgFitToScreen);
29
- exports.default = Memo;
26
+ const wrapIcon_1 = require("../../wrapIcon");
27
+ const SvgFitToScreenBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M17.6162 17.6164L17.0859 17.0861L17.0859 17.0861L17.6162 17.6164ZM17.6162 6.38354L17.0859 6.91387L17.0859 6.91387L17.6162 6.38354ZM6.38339 6.38354L5.85306 5.85321H5.85306L6.38339 6.38354ZM6.38339 17.6164L6.91372 17.0861L6.91372 17.0861L6.38339 17.6164ZM20.341 3.65901L19.8107 4.18934L20.341 3.65901ZM3.65901 3.65901L4.18934 4.18934L3.65901 3.65901ZM3.65901 20.341L4.18934 19.8107L3.65901 20.341ZM21.75 14.3789C21.75 13.9646 21.4142 13.6289 21 13.6289C20.5858 13.6289 20.25 13.9646 20.25 14.3789H21.75ZM14.3723 20.25C13.9581 20.25 13.6223 20.5858 13.6223 21C13.6223 21.4142 13.9581 21.75 14.3723 21.75V20.25ZM9.75576 21.75C10.17 21.75 10.5058 21.4142 10.5058 21C10.5058 20.5858 10.17 20.25 9.75576 20.25V21.75ZM3.75 14.3789C3.75 13.9646 3.41421 13.6289 3 13.6289C2.58579 13.6289 2.25 13.9646 2.25 14.3789H3.75ZM2.25 9.94377C2.25 10.358 2.58579 10.6938 3 10.6938C3.41421 10.6938 3.75 10.358 3.75 9.94377H2.25ZM9.75576 3.75C10.17 3.75 10.5058 3.41421 10.5058 3C10.5058 2.58579 10.17 2.25 9.75576 2.25V3.75ZM14.3723 2.25C13.9581 2.25 13.6223 2.58579 13.6223 3C13.6223 3.41421 13.9581 3.75 14.3723 3.75V2.25ZM20.25 9.94377C20.25 10.358 20.5858 10.6938 21 10.6938C21.4142 10.6938 21.75 10.358 21.75 9.94377H20.25ZM7.45468 18.8101H16.5449V17.3101H7.45468V18.8101ZM16.5449 18.8101C17.1457 18.8101 17.7218 18.5715 18.1466 18.1467L17.0859 17.0861C16.9424 17.2295 16.7478 17.3101 16.5449 17.3101V18.8101ZM18.1466 18.1467C18.5713 17.7219 18.81 17.1458 18.81 16.5451H17.31C17.31 16.748 17.2294 16.9426 17.0859 17.0861L18.1466 18.1467ZM18.81 16.5451V7.45483H17.31V16.5451H18.81ZM18.81 7.45483C18.81 6.85411 18.5713 6.27798 18.1466 5.85321L17.0859 6.91387C17.2294 7.05734 17.31 7.25194 17.31 7.45483H18.81ZM18.1466 5.85321C17.7218 5.42843 17.1457 5.18979 16.5449 5.18979V6.68979C16.7478 6.68979 16.9424 6.77039 17.0859 6.91387L18.1466 5.85321ZM16.5449 5.18979H7.45468V6.68979H16.5449V5.18979ZM7.45468 5.18979C6.85396 5.18979 6.27784 5.42843 5.85306 5.85321L6.91372 6.91387C7.05719 6.7704 7.25178 6.68979 7.45468 6.68979V5.18979ZM5.85306 5.85321C5.42828 6.27799 5.18964 6.85411 5.18964 7.45483H6.68964C6.68964 7.25193 6.77024 7.05734 6.91372 6.91387L5.85306 5.85321ZM5.18964 7.45483V16.5451H6.68964V7.45483H5.18964ZM5.18964 16.5451C5.18964 17.1458 5.42828 17.7219 5.85306 18.1467L6.91372 17.0861C6.77024 16.9426 6.68964 16.748 6.68964 16.5451H5.18964ZM5.85306 18.1467C6.27783 18.5715 6.85396 18.8101 7.45468 18.8101V17.3101C7.25178 17.3101 7.05719 17.2295 6.91372 17.0861L5.85306 18.1467ZM18.75 21.75C19.5457 21.75 20.3087 21.4339 20.8713 20.8713L19.8107 19.8107C19.5294 20.092 19.1478 20.25 18.75 20.25V21.75ZM20.8713 20.8713C21.4339 20.3087 21.75 19.5457 21.75 18.75H20.25C20.25 19.1478 20.092 19.5294 19.8107 19.8107L20.8713 20.8713ZM21.75 5.25C21.75 4.45435 21.4339 3.69129 20.8713 3.12868L19.8107 4.18934C20.092 4.47064 20.25 4.85218 20.25 5.25H21.75ZM20.8713 3.12868C20.3087 2.56607 19.5457 2.25 18.75 2.25V3.75C19.1478 3.75 19.5294 3.90803 19.8107 4.18934L20.8713 3.12868ZM5.25 2.25C4.45435 2.25 3.69129 2.56607 3.12868 3.12868L4.18934 4.18934C4.47064 3.90804 4.85218 3.75 5.25 3.75V2.25ZM3.12868 3.12868C2.56607 3.69129 2.25 4.45435 2.25 5.25H3.75C3.75 4.85218 3.90804 4.47064 4.18934 4.18934L3.12868 3.12868ZM2.25 18.75C2.25 19.5457 2.56607 20.3087 3.12868 20.8713L4.18934 19.8107C3.90803 19.5294 3.75 19.1478 3.75 18.75H2.25ZM3.12868 20.8713C3.69129 21.4339 4.45435 21.75 5.25 21.75V20.25C4.85218 20.25 4.47064 20.092 4.18934 19.8107L3.12868 20.8713ZM21.75 18.75V14.3789H20.25V18.75H21.75ZM18.75 20.25H14.3723V21.75H18.75V20.25ZM5.25 21.75H9.75576V20.25H5.25V21.75ZM3.75 18.75V14.3789H2.25V18.75H3.75ZM2.25 5.25V9.94377H3.75V5.25H2.25ZM5.25 3.75H9.75576V2.25H5.25V3.75ZM18.75 2.25H14.3723V3.75H18.75V2.25ZM20.25 5.25V9.94377H21.75V5.25H20.25Z", fill: "currentColor" }) })));
28
+ const SvgFitToScreen = (0, wrapIcon_1.wrapIcon)(SvgFitToScreenBase);
29
+ exports.default = SvgFitToScreen;
30
30
  //# sourceMappingURL=FitToScreen.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FitToScreen.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/FitToScreen.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,iCAAuC;AACvC,MAAM,cAAc,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACzD,8CACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,cAAc,IACpB,KAAK,cAET,iCACE,CAAC,EAAC,0pHAA0pH,EAC5pH,IAAI,EAAC,cAAc,GACnB,IACE,CACP,CAAC;AACF,MAAM,IAAI,GAAG,IAAA,YAAI,EAAC,cAAc,CAAC,CAAC;AAClC,kBAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"FitToScreen.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/FitToScreen.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,kBAAkB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC7D,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,0pHAA0pH,EAC5pH,IAAI,EAAC,cAAc,GACnB,IACE,CACP,CAAC;AACF,MAAM,cAAc,GAAG,IAAA,mBAAQ,EAAC,kBAAkB,CAAC,CAAC;AACpD,kBAAe,cAAc,CAAC"}
@@ -23,8 +23,8 @@ const jsx_runtime_1 = require("react/jsx-runtime");
23
23
  */
24
24
  // THIS FILE IS GENERATED BY BUILD TOOL
25
25
  // DO NOT EDIT IT MANUAL
26
- const react_1 = require("react");
27
- const SvgFolderBookmark = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ndl-icon-svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11 5L11.5303 4.46967L11.3107 4.25H11V5ZM13 7L12.4697 7.53033L12.6893 7.75H13V7ZM14.6586 12.7239L15.1416 13.2977L15.1416 13.2977L14.6586 12.7239ZM16.2011 11.4254L15.7181 10.8517L15.7181 10.8517L16.2011 11.4254ZM16.4587 11.4254L16.9417 10.8517L16.9417 10.8517L16.4587 11.4254ZM18.0012 12.7239L17.5182 13.2977L17.5182 13.2977L18.0012 12.7239ZM3.75 17V7H2.25V17H3.75ZM5 5.75H11V4.25H5V5.75ZM10.4697 5.53033L12.4697 7.53033L13.5303 6.46967L11.5303 4.46967L10.4697 5.53033ZM13 7.75H19V6.25H13V7.75ZM20.25 9V17H21.75V9H20.25ZM19 18.25H5V19.75H19V18.25ZM19 7.75C19.6904 7.75 20.25 8.30964 20.25 9H21.75C21.75 7.48122 20.5188 6.25 19 6.25V7.75ZM3.75 7C3.75 6.30964 4.30964 5.75 5 5.75V4.25C3.48122 4.25 2.25 5.48122 2.25 7H3.75ZM20.25 17C20.25 17.6904 19.6904 18.25 19 18.25V19.75C20.5188 19.75 21.75 18.5188 21.75 17H20.25ZM2.25 17C2.25 18.5188 3.48122 19.75 5 19.75V18.25C4.30964 18.25 3.75 17.6904 3.75 17H2.25ZM13.5798 7.20073V12.5709H15.0798V7.20073H13.5798ZM15.1416 13.2977L16.6841 11.9992L15.7181 10.8517L14.1756 12.1502L15.1416 13.2977ZM15.9757 11.9992L17.5182 13.2977L18.4842 12.1502L16.9417 10.8517L15.9757 11.9992ZM19.08 12.5709V7.20073H17.58V12.5709H19.08ZM18.13 6.25073H14.5298V7.75073H18.13V6.25073ZM19.08 7.20073C19.08 6.67606 18.6546 6.25073 18.13 6.25073V7.75073C17.8262 7.75073 17.58 7.50449 17.58 7.20073H19.08ZM17.5182 13.2977C18.136 13.8178 19.08 13.3786 19.08 12.5709H17.58C17.58 12.1033 18.1265 11.849 18.4842 12.1502L17.5182 13.2977ZM16.6841 11.9992C16.4794 12.1715 16.1804 12.1715 15.9757 11.9992L16.9417 10.8517C16.5881 10.554 16.0717 10.554 15.7181 10.8517L16.6841 11.9992ZM13.5798 12.5709C13.5798 13.3786 14.5238 13.8178 15.1416 13.2977L14.1756 12.1502C14.5333 11.849 15.0798 12.1033 15.0798 12.5709H13.5798ZM15.0798 7.20073C15.0798 7.50449 14.8336 7.75073 14.5298 7.75073V6.25073C14.0051 6.25073 13.5798 6.67606 13.5798 7.20073H15.0798Z", fill: "currentColor" }) })));
28
- const Memo = (0, react_1.memo)(SvgFolderBookmark);
29
- exports.default = Memo;
26
+ const wrapIcon_1 = require("../../wrapIcon");
27
+ const SvgFolderBookmarkBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11 5L11.5303 4.46967L11.3107 4.25H11V5ZM13 7L12.4697 7.53033L12.6893 7.75H13V7ZM14.6586 12.7239L15.1416 13.2977L15.1416 13.2977L14.6586 12.7239ZM16.2011 11.4254L15.7181 10.8517L15.7181 10.8517L16.2011 11.4254ZM16.4587 11.4254L16.9417 10.8517L16.9417 10.8517L16.4587 11.4254ZM18.0012 12.7239L17.5182 13.2977L17.5182 13.2977L18.0012 12.7239ZM3.75 17V7H2.25V17H3.75ZM5 5.75H11V4.25H5V5.75ZM10.4697 5.53033L12.4697 7.53033L13.5303 6.46967L11.5303 4.46967L10.4697 5.53033ZM13 7.75H19V6.25H13V7.75ZM20.25 9V17H21.75V9H20.25ZM19 18.25H5V19.75H19V18.25ZM19 7.75C19.6904 7.75 20.25 8.30964 20.25 9H21.75C21.75 7.48122 20.5188 6.25 19 6.25V7.75ZM3.75 7C3.75 6.30964 4.30964 5.75 5 5.75V4.25C3.48122 4.25 2.25 5.48122 2.25 7H3.75ZM20.25 17C20.25 17.6904 19.6904 18.25 19 18.25V19.75C20.5188 19.75 21.75 18.5188 21.75 17H20.25ZM2.25 17C2.25 18.5188 3.48122 19.75 5 19.75V18.25C4.30964 18.25 3.75 17.6904 3.75 17H2.25ZM13.5798 7.20073V12.5709H15.0798V7.20073H13.5798ZM15.1416 13.2977L16.6841 11.9992L15.7181 10.8517L14.1756 12.1502L15.1416 13.2977ZM15.9757 11.9992L17.5182 13.2977L18.4842 12.1502L16.9417 10.8517L15.9757 11.9992ZM19.08 12.5709V7.20073H17.58V12.5709H19.08ZM18.13 6.25073H14.5298V7.75073H18.13V6.25073ZM19.08 7.20073C19.08 6.67606 18.6546 6.25073 18.13 6.25073V7.75073C17.8262 7.75073 17.58 7.50449 17.58 7.20073H19.08ZM17.5182 13.2977C18.136 13.8178 19.08 13.3786 19.08 12.5709H17.58C17.58 12.1033 18.1265 11.849 18.4842 12.1502L17.5182 13.2977ZM16.6841 11.9992C16.4794 12.1715 16.1804 12.1715 15.9757 11.9992L16.9417 10.8517C16.5881 10.554 16.0717 10.554 15.7181 10.8517L16.6841 11.9992ZM13.5798 12.5709C13.5798 13.3786 14.5238 13.8178 15.1416 13.2977L14.1756 12.1502C14.5333 11.849 15.0798 12.1033 15.0798 12.5709H13.5798ZM15.0798 7.20073C15.0798 7.50449 14.8336 7.75073 14.5298 7.75073V6.25073C14.0051 6.25073 13.5798 6.67606 13.5798 7.20073H15.0798Z", fill: "currentColor" }) })));
28
+ const SvgFolderBookmark = (0, wrapIcon_1.wrapIcon)(SvgFolderBookmarkBase);
29
+ exports.default = SvgFolderBookmark;
30
30
  //# sourceMappingURL=FolderBookmark.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FolderBookmark.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/FolderBookmark.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,iCAAuC;AACvC,MAAM,iBAAiB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC5D,8CACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,cAAc,IACpB,KAAK,cAET,iCACE,CAAC,EAAC,m0DAAm0D,EACr0D,IAAI,EAAC,cAAc,GACnB,IACE,CACP,CAAC;AACF,MAAM,IAAI,GAAG,IAAA,YAAI,EAAC,iBAAiB,CAAC,CAAC;AACrC,kBAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"FolderBookmark.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/FolderBookmark.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,qBAAqB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAChE,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,m0DAAm0D,EACr0D,IAAI,EAAC,cAAc,GACnB,IACE,CACP,CAAC;AACF,MAAM,iBAAiB,GAAG,IAAA,mBAAQ,EAAC,qBAAqB,CAAC,CAAC;AAC1D,kBAAe,iBAAiB,CAAC"}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ /**
5
+ *
6
+ * Copyright (c) "Neo4j"
7
+ * Neo4j Sweden AB [http://neo4j.com]
8
+ *
9
+ * This file is part of Neo4j.
10
+ *
11
+ * Neo4j is free software: you can redistribute it and/or modify
12
+ * it under the terms of the GNU General Public License as published by
13
+ * the Free Software Foundation, either version 3 of the License, or
14
+ * (at your option) any later version.
15
+ *
16
+ * This program is distributed in the hope that it will be useful,
17
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
+ * GNU General Public License for more details.
20
+ *
21
+ * You should have received a copy of the GNU General Public License
22
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
23
+ */
24
+ // THIS FILE IS GENERATED BY BUILD TOOL
25
+ // DO NOT EDIT IT MANUAL
26
+ const wrapIcon_1 = require("../../wrapIcon");
27
+ const SvgFontSizeBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 25 24", fill: "none" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M16.479 21.4509L9.953 2.33792C9.91921 2.23932 9.85546 2.15374 9.77065 2.09316C9.68585 2.03257 9.58423 2 9.48 2C9.37577 2 9.27415 2.03257 9.18935 2.09316C9.10454 2.15374 9.04079 2.23932 9.007 2.33792L2.5 21.4509M4.88306 14.4509H14.0901M1 21.4509H4.02M14.979 21.4509H18M23 21.451L18.877 9.37295C18.8432 9.27435 18.7794 9.18878 18.6946 9.12819C18.6098 9.0676 18.5082 9.03503 18.404 9.03503C18.2997 9.03503 18.1981 9.0676 18.1133 9.12819C18.0285 9.18878 17.9648 9.27435 17.931 9.37295L16.043 14.916M17.42 16.4509H21.294M22.016 21.4509H24", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
+ const SvgFontSize = (0, wrapIcon_1.wrapIcon)(SvgFontSizeBase);
29
+ exports.default = SvgFontSize;
30
+ //# sourceMappingURL=FontSize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FontSize.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/FontSize.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,eAAe,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC1D,8CACE,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,IACP,KAAK,cAET,iCACE,CAAC,EAAC,uhBAAuhB,EACzhB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,WAAW,GAAG,IAAA,mBAAQ,EAAC,eAAe,CAAC,CAAC;AAC9C,kBAAe,WAAW,CAAC"}
@@ -23,8 +23,8 @@ const jsx_runtime_1 = require("react/jsx-runtime");
23
23
  */
24
24
  // THIS FILE IS GENERATED BY BUILD TOOL
25
25
  // DO NOT EDIT IT MANUAL
26
- const react_1 = require("react");
27
- const SvgGithub = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", className: "ndl-icon-svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12.0398 5.43429e-07C9.17441 -0.000869538 6.40268 1.0431 4.22304 2.94418C2.04341 4.84527 0.598866 7.47874 0.149173 10.3711C-0.300519 13.2634 0.27414 16.2248 1.76982 18.7228C3.26549 21.2208 5.58406 23.0915 8.30861 23.9985H8.58945C8.84566 24.0112 9.09692 23.9232 9.29156 23.7524C9.40867 23.6482 9.50176 23.5188 9.56419 23.3735C9.62662 23.2281 9.65682 23.0705 9.65265 22.9118V22.6966C9.65265 22.5223 9.65265 22.2865 9.65265 21.5792C9.64458 21.5126 9.62356 21.4484 9.59083 21.3903C9.5581 21.3322 9.51433 21.2814 9.46208 21.2409C9.40499 21.1942 9.3386 21.1608 9.26756 21.1431C9.19652 21.1254 9.12255 21.1238 9.05084 21.1383C6.35272 21.7329 5.781 20.0107 5.75091 19.8979C5.41162 18.9853 4.80581 18.2015 4.01568 17.6529L3.86523 17.5401C3.98366 17.4816 4.11533 17.4568 4.24638 17.4684C4.49635 17.5068 4.73259 17.6098 4.9327 17.7677C5.1328 17.9256 5.29015 18.133 5.38982 18.3705C5.77784 19.061 6.41278 19.5708 7.16106 19.7925C7.90934 20.0143 8.71262 19.9308 9.4019 19.5596C9.47638 19.5258 9.54225 19.4749 9.59443 19.4109C9.6466 19.347 9.68368 19.2716 9.7028 19.1906C9.74347 18.72 9.94188 18.2782 10.2645 17.9399C10.3389 17.8744 10.3928 17.7879 10.4195 17.6913C10.4463 17.5947 10.4447 17.4923 10.4149 17.3966C10.3876 17.3008 10.3329 17.2155 10.2578 17.1516C10.1828 17.0877 10.0908 17.048 9.99368 17.0378C7.61652 16.761 5.17918 15.9101 5.17918 11.7173C5.16187 10.663 5.54264 9.64235 6.24238 8.86744C6.30563 8.79665 6.34774 8.70885 6.36373 8.61439C6.37973 8.51993 6.36895 8.42277 6.33266 8.33437C6.05487 7.5347 6.05841 6.66108 6.34269 5.86379C7.26891 6.03295 8.13833 6.43846 8.8703 7.0427C8.93121 7.08526 9.00088 7.11294 9.07392 7.1236C9.14696 7.13427 9.22143 7.12763 9.29156 7.10421C10.1881 6.85983 11.112 6.73577 12.0398 6.73516C12.9713 6.73064 13.8992 6.85478 14.7981 7.10421C14.8666 7.12755 14.9395 7.13414 15.0109 7.12346C15.0823 7.11278 15.1503 7.08511 15.2094 7.0427C15.9404 6.43693 16.8102 6.03123 17.737 5.86379C18.0125 6.65269 18.0125 7.51471 17.737 8.30362C17.7007 8.39273 17.6909 8.49078 17.7087 8.58557C17.7265 8.68035 17.7713 8.76768 17.8373 8.83669C18.5262 9.60542 18.9028 10.6134 18.8905 11.6558C18.8905 15.8589 16.4531 16.6995 14.0659 16.966C13.9688 16.9763 13.8768 17.0159 13.8018 17.0798C13.7268 17.1437 13.6721 17.229 13.6447 17.3248C13.6158 17.419 13.6146 17.5197 13.6414 17.6145C13.6681 17.7093 13.7216 17.794 13.7951 17.8579C14.017 18.0946 14.1865 18.3773 14.292 18.6869C14.3976 18.9964 14.4368 19.3255 14.407 19.6519V22.9118C14.4047 23.0712 14.4368 23.2291 14.5009 23.3744C14.5651 23.5196 14.6597 23.6487 14.7781 23.7524C14.9275 23.8688 15.1018 23.9472 15.2867 23.981C15.4715 24.0149 15.6617 24.0033 15.8413 23.9472C18.5346 23.0105 20.8162 21.1289 22.2813 18.6364C23.7464 16.1439 24.3002 13.2015 23.8446 10.3313C23.389 7.46111 21.9533 4.84864 19.7924 2.95739C17.6314 1.06614 14.8848 0.0183847 12.0398 5.43429e-07Z", fill: "currentColor" }) })));
28
- const Memo = (0, react_1.memo)(SvgGithub);
29
- exports.default = Memo;
26
+ const wrapIcon_1 = require("../../wrapIcon");
27
+ const SvgGithubBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12.0398 5.43429e-07C9.17441 -0.000869538 6.40268 1.0431 4.22304 2.94418C2.04341 4.84527 0.598866 7.47874 0.149173 10.3711C-0.300519 13.2634 0.27414 16.2248 1.76982 18.7228C3.26549 21.2208 5.58406 23.0915 8.30861 23.9985H8.58945C8.84566 24.0112 9.09692 23.9232 9.29156 23.7524C9.40867 23.6482 9.50176 23.5188 9.56419 23.3735C9.62662 23.2281 9.65682 23.0705 9.65265 22.9118V22.6966C9.65265 22.5223 9.65265 22.2865 9.65265 21.5792C9.64458 21.5126 9.62356 21.4484 9.59083 21.3903C9.5581 21.3322 9.51433 21.2814 9.46208 21.2409C9.40499 21.1942 9.3386 21.1608 9.26756 21.1431C9.19652 21.1254 9.12255 21.1238 9.05084 21.1383C6.35272 21.7329 5.781 20.0107 5.75091 19.8979C5.41162 18.9853 4.80581 18.2015 4.01568 17.6529L3.86523 17.5401C3.98366 17.4816 4.11533 17.4568 4.24638 17.4684C4.49635 17.5068 4.73259 17.6098 4.9327 17.7677C5.1328 17.9256 5.29015 18.133 5.38982 18.3705C5.77784 19.061 6.41278 19.5708 7.16106 19.7925C7.90934 20.0143 8.71262 19.9308 9.4019 19.5596C9.47638 19.5258 9.54225 19.4749 9.59443 19.4109C9.6466 19.347 9.68368 19.2716 9.7028 19.1906C9.74347 18.72 9.94188 18.2782 10.2645 17.9399C10.3389 17.8744 10.3928 17.7879 10.4195 17.6913C10.4463 17.5947 10.4447 17.4923 10.4149 17.3966C10.3876 17.3008 10.3329 17.2155 10.2578 17.1516C10.1828 17.0877 10.0908 17.048 9.99368 17.0378C7.61652 16.761 5.17918 15.9101 5.17918 11.7173C5.16187 10.663 5.54264 9.64235 6.24238 8.86744C6.30563 8.79665 6.34774 8.70885 6.36373 8.61439C6.37973 8.51993 6.36895 8.42277 6.33266 8.33437C6.05487 7.5347 6.05841 6.66108 6.34269 5.86379C7.26891 6.03295 8.13833 6.43846 8.8703 7.0427C8.93121 7.08526 9.00088 7.11294 9.07392 7.1236C9.14696 7.13427 9.22143 7.12763 9.29156 7.10421C10.1881 6.85983 11.112 6.73577 12.0398 6.73516C12.9713 6.73064 13.8992 6.85478 14.7981 7.10421C14.8666 7.12755 14.9395 7.13414 15.0109 7.12346C15.0823 7.11278 15.1503 7.08511 15.2094 7.0427C15.9404 6.43693 16.8102 6.03123 17.737 5.86379C18.0125 6.65269 18.0125 7.51471 17.737 8.30362C17.7007 8.39273 17.6909 8.49078 17.7087 8.58557C17.7265 8.68035 17.7713 8.76768 17.8373 8.83669C18.5262 9.60542 18.9028 10.6134 18.8905 11.6558C18.8905 15.8589 16.4531 16.6995 14.0659 16.966C13.9688 16.9763 13.8768 17.0159 13.8018 17.0798C13.7268 17.1437 13.6721 17.229 13.6447 17.3248C13.6158 17.419 13.6146 17.5197 13.6414 17.6145C13.6681 17.7093 13.7216 17.794 13.7951 17.8579C14.017 18.0946 14.1865 18.3773 14.292 18.6869C14.3976 18.9964 14.4368 19.3255 14.407 19.6519V22.9118C14.4047 23.0712 14.4368 23.2291 14.5009 23.3744C14.5651 23.5196 14.6597 23.6487 14.7781 23.7524C14.9275 23.8688 15.1018 23.9472 15.2867 23.981C15.4715 24.0149 15.6617 24.0033 15.8413 23.9472C18.5346 23.0105 20.8162 21.1289 22.2813 18.6364C23.7464 16.1439 24.3002 13.2015 23.8446 10.3313C23.389 7.46111 21.9533 4.84864 19.7924 2.95739C17.6314 1.06614 14.8848 0.0183847 12.0398 5.43429e-07Z", fill: "currentColor" }) })));
28
+ const SvgGithub = (0, wrapIcon_1.wrapIcon)(SvgGithubBase);
29
+ exports.default = SvgGithub;
30
30
  //# sourceMappingURL=Github.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Github.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/Github.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,iCAAuC;AACvC,MAAM,SAAS,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACpD,8CACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,SAAS,EAAC,cAAc,IACpB,KAAK,cAET,iCACE,CAAC,EAAC,2wFAA2wF,EAC7wF,IAAI,EAAC,cAAc,GACnB,IACE,CACP,CAAC;AACF,MAAM,IAAI,GAAG,IAAA,YAAI,EAAC,SAAS,CAAC,CAAC;AAC7B,kBAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Github.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/Github.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,aAAa,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACxD,8CACE,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,IACP,KAAK,cAET,iCACE,CAAC,EAAC,2wFAA2wF,EAC7wF,IAAI,EAAC,cAAc,GACnB,IACE,CACP,CAAC;AACF,MAAM,SAAS,GAAG,IAAA,mBAAQ,EAAC,aAAa,CAAC,CAAC;AAC1C,kBAAe,SAAS,CAAC"}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ /**
5
+ *
6
+ * Copyright (c) "Neo4j"
7
+ * Neo4j Sweden AB [http://neo4j.com]
8
+ *
9
+ * This file is part of Neo4j.
10
+ *
11
+ * Neo4j is free software: you can redistribute it and/or modify
12
+ * it under the terms of the GNU General Public License as published by
13
+ * the Free Software Foundation, either version 3 of the License, or
14
+ * (at your option) any later version.
15
+ *
16
+ * This program is distributed in the hope that it will be useful,
17
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
+ * GNU General Public License for more details.
20
+ *
21
+ * You should have received a copy of the GNU General Public License
22
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
23
+ */
24
+ // THIS FILE IS GENERATED BY BUILD TOOL
25
+ // DO NOT EDIT IT MANUAL
26
+ const wrapIcon_1 = require("../../wrapIcon");
27
+ const SvgGraphCrossBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M10.5561 13.4123C10.1719 13.2495 9.82274 13.011 9.52865 12.7102C9.23456 12.4095 9.00128 12.0525 8.84212 11.6596C8.68296 11.2667 8.60104 10.8456 8.60104 10.4203C8.60104 9.99499 8.68296 9.57386 8.84212 9.18095C9.00128 8.78803 9.23456 8.43102 9.52865 8.1303C9.82274 7.82958 10.1719 7.59103 10.5561 7.42828C10.9404 7.26553 11.3522 7.18176 11.7681 7.18176C12.184 7.18176 12.5958 7.26553 12.9801 7.42828C13.3643 7.59103 13.7134 7.82958 14.0075 8.1303C14.3016 8.43102 14.5349 8.78803 14.6941 9.18095C14.8532 9.57386 14.9351 9.99499 14.9351 10.4203C14.9351 10.8456 14.8532 11.2667 14.6941 11.6596C14.5349 12.0525 14.3016 12.4095 14.0075 12.7102C13.7134 13.011 13.3643 13.2495 12.9801 13.4123C12.5958 13.575 12.184 13.6588 11.7681 13.6588C11.3522 13.6588 10.9404 13.575 10.5561 13.4123ZM10.5561 13.4123L8.39384 18.0864M14.007 8.13184L16.1583 4.77241M8.81303 9.2554L4.48818 7.80965M15.3077 10.6031H19.2014M15.6001 22.8002L19.2001 19.2002M19.2001 19.2002L22.8001 15.6002M19.2001 19.2002L15.6001 15.6002M19.2001 19.2002L22.8001 22.8002M15.6001 3.39916C15.6001 3.91451 15.8003 4.40874 16.1566 4.77315C16.513 5.13755 16.9963 5.34227 17.5003 5.34227C18.0043 5.34227 18.4876 5.13755 18.844 4.77315C19.2003 4.40874 19.4005 3.91451 19.4005 3.39916C19.4005 2.88382 19.2003 2.38958 18.844 2.02518C18.4876 1.66077 18.0043 1.45605 17.5003 1.45605C16.9963 1.45605 16.513 1.66077 16.1566 2.02518C15.8003 2.38958 15.6001 2.88382 15.6001 3.39916ZM1.01709 6.7162C1.01709 7.23155 1.21729 7.72578 1.57365 8.09019C1.93002 8.45459 2.41335 8.65931 2.91732 8.65931C3.42129 8.65931 3.90462 8.45459 4.26098 8.09019C4.61735 7.72578 4.81755 7.23155 4.81755 6.7162C4.81755 6.20086 4.61735 5.70662 4.26098 5.34222C3.90462 4.97782 3.42129 4.7731 2.91732 4.7731C2.41335 4.7731 1.93002 4.97782 1.57365 5.34222C1.21729 5.70662 1.01709 6.20086 1.01709 6.7162ZM19.7562 9.22843C19.3999 9.59284 19.1997 10.0871 19.1997 10.6024C19.1997 11.1178 19.3999 11.612 19.7562 11.9764C20.1126 12.3408 20.5959 12.5455 21.0999 12.5455C21.6039 12.5455 22.0872 12.3408 22.4436 11.9764C22.7999 11.612 23.0001 11.1178 23.0001 10.6024C23.0001 10.0871 22.7999 9.59284 22.4436 9.22843C22.0872 8.86403 21.6039 8.65931 21.0999 8.65931C20.5959 8.65931 20.1126 8.86403 19.7562 9.22843ZM5.72819 19.9434C5.72819 20.1985 5.77734 20.4512 5.87284 20.6869C5.96833 20.9227 6.1083 21.1369 6.28475 21.3173C6.46121 21.4978 6.67069 21.6409 6.90123 21.7385C7.13178 21.8362 7.37888 21.8865 7.62842 21.8865C7.87796 21.8865 8.12506 21.8362 8.35561 21.7385C8.58615 21.6409 8.79563 21.4978 8.97208 21.3173C9.14854 21.1369 9.28851 20.9227 9.384 20.6869C9.4795 20.4512 9.52865 20.1985 9.52865 19.9434C9.52865 19.6882 9.4795 19.4355 9.384 19.1998C9.28851 18.964 9.14854 18.7498 8.97208 18.5694C8.79563 18.3889 8.58615 18.2458 8.35561 18.1482C8.12506 18.0505 7.87796 18.0002 7.62842 18.0002C7.37888 18.0002 7.13178 18.0505 6.90123 18.1482C6.67069 18.2458 6.46121 18.3889 6.28475 18.5694C6.1083 18.7498 5.96833 18.964 5.87284 19.1998C5.77734 19.4355 5.72819 19.6882 5.72819 19.9434Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
+ const SvgGraphCross = (0, wrapIcon_1.wrapIcon)(SvgGraphCrossBase);
29
+ exports.default = SvgGraphCross;
30
+ //# sourceMappingURL=GraphCross.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GraphCross.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/GraphCross.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,iBAAiB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC5D,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,+6FAA+6F,EACj7F,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,aAAa,GAAG,IAAA,mBAAQ,EAAC,iBAAiB,CAAC,CAAC;AAClD,kBAAe,aAAa,CAAC"}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ /**
5
+ *
6
+ * Copyright (c) "Neo4j"
7
+ * Neo4j Sweden AB [http://neo4j.com]
8
+ *
9
+ * This file is part of Neo4j.
10
+ *
11
+ * Neo4j is free software: you can redistribute it and/or modify
12
+ * it under the terms of the GNU General Public License as published by
13
+ * the Free Software Foundation, either version 3 of the License, or
14
+ * (at your option) any later version.
15
+ *
16
+ * This program is distributed in the hope that it will be useful,
17
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
+ * GNU General Public License for more details.
20
+ *
21
+ * You should have received a copy of the GNU General Public License
22
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
23
+ */
24
+ // THIS FILE IS GENERATED BY BUILD TOOL
25
+ // DO NOT EDIT IT MANUAL
26
+ const wrapIcon_1 = require("../../wrapIcon");
27
+ const SvgHandBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M13.8999 4.575C13.8999 3.70515 14.6051 3 15.4749 3C16.3448 3 17.0499 3.70515 17.0499 4.575L17.05 7.575M13.8999 4.575L13.8999 3.075C13.8999 2.20515 13.1948 1.5 12.3249 1.5C11.4551 1.5 10.7499 2.20515 10.7499 3.075L10.7499 4.575M13.8999 4.575L13.825 10.5M10.7499 11.25V4.575M10.7499 4.575C10.7499 3.70515 10.0448 3 9.17492 3C8.30507 3 7.59992 3.70515 7.59992 4.575V15H7.59801M17.05 7.575C17.05 6.70515 17.7551 6 18.625 6C19.4948 6 20.2 6.70515 20.2 7.575V15.75C20.2 19.4779 17.1779 22.5 13.45 22.5H11.4321C10.0397 22.5 8.70433 21.9469 7.71976 20.9623L5.98764 19.2302C5.00308 18.2456 4.44995 16.9103 4.44995 15.5179L4.4469 13.494C4.4454 13.3209 4.37985 13.1533 4.24922 13.0227C3.63415 12.4076 3.63415 11.4104 4.24922 10.7953C4.8643 10.1802 5.86153 10.1802 6.47661 10.7953C7.21842 11.5371 7.5922 12.5111 7.59688 13.4815M17.05 7.575V12", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
+ const SvgHand = (0, wrapIcon_1.wrapIcon)(SvgHandBase);
29
+ exports.default = SvgHand;
30
+ //# sourceMappingURL=Hand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Hand.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/Hand.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,WAAW,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACtD,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,g0BAAg0B,EACl0B,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,OAAO,GAAG,IAAA,mBAAQ,EAAC,WAAW,CAAC,CAAC;AACtC,kBAAe,OAAO,CAAC"}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ /**
5
+ *
6
+ * Copyright (c) "Neo4j"
7
+ * Neo4j Sweden AB [http://neo4j.com]
8
+ *
9
+ * This file is part of Neo4j.
10
+ *
11
+ * Neo4j is free software: you can redistribute it and/or modify
12
+ * it under the terms of the GNU General Public License as published by
13
+ * the Free Software Foundation, either version 3 of the License, or
14
+ * (at your option) any later version.
15
+ *
16
+ * This program is distributed in the hope that it will be useful,
17
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
+ * GNU General Public License for more details.
20
+ *
21
+ * You should have received a copy of the GNU General Public License
22
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
23
+ */
24
+ // THIS FILE IS GENERATED BY BUILD TOOL
25
+ // DO NOT EDIT IT MANUAL
26
+ const wrapIcon_1 = require("../../wrapIcon");
27
+ const SvgHeadsetBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ viewBox: "0 0 16 17", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M3.00065 6.3335C3.00065 6.3335 3.00066 1.3335 8.00064 1.3335C13.0006 1.3335 13.0007 6.3335 13.0007 6.3335M9.66732 14.3335C12.6673 13.3335 13.0177 11.3335 13.0177 11.3335M13.0007 11.3335C12.0802 11.3335 11.334 10.5873 11.334 9.66683V8.3335C11.334 7.41302 12.0802 6.66683 13.0007 6.66683C13.9211 6.66683 14.6673 7.41302 14.6673 8.3335V9.66683C14.6673 10.5873 13.9211 11.3335 13.0007 11.3335ZM9.00065 15.3335C8.44837 15.3335 8.00065 14.8858 8.00065 14.3335C8.00065 13.7812 8.44837 13.3335 9.00065 13.3335C9.55294 13.3335 10.0007 13.7812 10.0007 14.3335C10.0007 14.8858 9.55294 15.3335 9.00065 15.3335ZM3.00065 11.3335C2.08018 11.3335 1.33398 10.5873 1.33398 9.66683V8.3335C1.33398 7.41302 2.08018 6.66683 3.00065 6.66683C3.92113 6.66683 4.66732 7.41302 4.66732 8.3335V9.66683C4.66732 10.5873 3.92113 11.3335 3.00065 11.3335Z", stroke: "currentColor", strokeWidth: 1.5 }) })));
28
+ const SvgHeadset = (0, wrapIcon_1.wrapIcon)(SvgHeadsetBase);
29
+ exports.default = SvgHeadset;
30
+ //# sourceMappingURL=Headset.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Headset.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/Headset.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,cAAc,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACzD,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,uzBAAuzB,EACzzB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,GAChB,IACE,CACP,CAAC;AACF,MAAM,UAAU,GAAG,IAAA,mBAAQ,EAAC,cAAc,CAAC,CAAC;AAC5C,kBAAe,UAAU,CAAC"}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ /**
5
+ *
6
+ * Copyright (c) "Neo4j"
7
+ * Neo4j Sweden AB [http://neo4j.com]
8
+ *
9
+ * This file is part of Neo4j.
10
+ *
11
+ * Neo4j is free software: you can redistribute it and/or modify
12
+ * it under the terms of the GNU General Public License as published by
13
+ * the Free Software Foundation, either version 3 of the License, or
14
+ * (at your option) any later version.
15
+ *
16
+ * This program is distributed in the hope that it will be useful,
17
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
+ * GNU General Public License for more details.
20
+ *
21
+ * You should have received a copy of the GNU General Public License
22
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
23
+ */
24
+ // THIS FILE IS GENERATED BY BUILD TOOL
25
+ // DO NOT EDIT IT MANUAL
26
+ const wrapIcon_1 = require("../../wrapIcon");
27
+ const SvgHeartbeatBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M2 11.666H5.11125C5.37454 11.6661 5.63197 11.5882 5.85107 11.4421C6.07017 11.296 6.24113 11.0882 6.34242 10.8451L8.65363 5.40614C8.70642 5.28187 8.79565 5.17656 8.90954 5.10412C9.02343 5.03168 9.15661 4.99553 9.29147 5.00044C9.42634 5.00536 9.55654 5.05111 9.66486 5.13165C9.77318 5.21219 9.85452 5.32372 9.89813 5.45151L14.1063 18.5485C14.1499 18.6763 14.2313 18.7878 14.3396 18.8684C14.4479 18.9489 14.5781 18.9946 14.713 18.9996C14.8478 19.0045 14.981 18.9683 15.0949 18.8959C15.2088 18.8234 15.298 18.7181 15.3508 18.5939L17.6576 12.487C17.7589 12.2438 17.9298 12.0361 18.1489 11.89C18.368 11.7439 18.6255 11.6659 18.8888 11.666H22", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
+ const SvgHeartbeat = (0, wrapIcon_1.wrapIcon)(SvgHeartbeatBase);
29
+ exports.default = SvgHeartbeat;
30
+ //# sourceMappingURL=Heartbeat.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Heartbeat.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/Heartbeat.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,gBAAgB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC3D,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,6nBAA6nB,EAC/nB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,YAAY,GAAG,IAAA,mBAAQ,EAAC,gBAAgB,CAAC,CAAC;AAChD,kBAAe,YAAY,CAAC"}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ /**
5
+ *
6
+ * Copyright (c) "Neo4j"
7
+ * Neo4j Sweden AB [http://neo4j.com]
8
+ *
9
+ * This file is part of Neo4j.
10
+ *
11
+ * Neo4j is free software: you can redistribute it and/or modify
12
+ * it under the terms of the GNU General Public License as published by
13
+ * the Free Software Foundation, either version 3 of the License, or
14
+ * (at your option) any later version.
15
+ *
16
+ * This program is distributed in the hope that it will be useful,
17
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
+ * GNU General Public License for more details.
20
+ *
21
+ * You should have received a copy of the GNU General Public License
22
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
23
+ */
24
+ // THIS FILE IS GENERATED BY BUILD TOOL
25
+ // DO NOT EDIT IT MANUAL
26
+ const wrapIcon_1 = require("../../wrapIcon");
27
+ const SvgHierarchyOneBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M5.52246 17.5504L8.27931 11.2495M10.4062 10.7247L13.5951 13.276M18.4785 6.44958L15.7217 12.7505M3 19.2002C3 19.4366 3.04656 19.6706 3.13702 19.889C3.22748 20.1074 3.36007 20.3059 3.52722 20.473C3.69437 20.6401 3.8928 20.7727 4.11119 20.8632C4.32958 20.9537 4.56365 21.0002 4.80004 21.0002C5.03642 21.0002 5.27049 20.9537 5.48888 20.8632C5.70727 20.7727 5.9057 20.6401 6.07285 20.473C6.24 20.3059 6.37259 20.1074 6.46305 19.889C6.55351 19.6706 6.60007 19.4366 6.60007 19.2002C6.60007 18.9638 6.55351 18.7297 6.46305 18.5113C6.37259 18.2929 6.24 18.0945 6.07285 17.9274C5.9057 17.7602 5.70727 17.6276 5.48888 17.5372C5.27049 17.4467 5.03642 17.4001 4.80004 17.4001C4.56365 17.4001 4.32958 17.4467 4.11119 17.5372C3.8928 17.6276 3.69437 17.7602 3.52722 17.9274C3.36007 18.0945 3.22748 18.2929 3.13702 18.5113C3.04656 18.7297 3 18.9638 3 19.2002ZM7.2002 9.59996C7.2002 9.83635 7.24675 10.0704 7.33721 10.2888C7.42767 10.5072 7.56026 10.7056 7.72741 10.8728C7.89456 11.0399 8.093 11.1725 8.31139 11.263C8.52978 11.3534 8.76385 11.4 9.00023 11.4C9.23661 11.4 9.47068 11.3534 9.68907 11.263C9.90746 11.1725 10.1059 11.0399 10.273 10.8728C10.4402 10.7056 10.5728 10.5072 10.6632 10.2888C10.7537 10.0704 10.8003 9.83635 10.8003 9.59996C10.8003 9.36358 10.7537 9.12951 10.6632 8.91112C10.5728 8.69273 10.4402 8.49429 10.273 8.32714C10.1059 8.16 9.90746 8.02741 9.68907 7.93695C9.47068 7.84649 9.23661 7.79993 9.00023 7.79993C8.76385 7.79993 8.52978 7.84649 8.31139 7.93695C8.093 8.02741 7.89456 8.16 7.72741 8.32714C7.56026 8.49429 7.42767 8.69273 7.33721 8.91112C7.24675 9.12951 7.2002 9.36358 7.2002 9.59996ZM13.1992 14.4001C13.1992 14.8775 13.3889 15.3354 13.7264 15.673C14.064 16.0105 14.5219 16.2002 14.9993 16.2002C15.4767 16.2002 15.9345 16.0105 16.2721 15.673C16.6096 15.3354 16.7993 14.8775 16.7993 14.4001C16.7993 13.9227 16.6096 13.4649 16.2721 13.1273C15.9345 12.7897 15.4767 12.6001 14.9993 12.6001C14.5219 12.6001 14.064 12.7897 13.7264 13.1273C13.3889 13.4649 13.1992 13.9227 13.1992 14.4001ZM17.3994 4.79991C17.3994 5.27731 17.5891 5.73516 17.9266 6.07273C18.2642 6.4103 18.7221 6.59995 19.1994 6.59995C19.6768 6.59995 20.1347 6.4103 20.4723 6.07273C20.8098 5.73516 20.9995 5.27731 20.9995 4.79991C20.9995 4.32251 20.8098 3.86467 20.4723 3.5271C20.1347 3.18952 19.6768 2.99988 19.1994 2.99988C18.7221 2.99988 18.2642 3.18952 17.9266 3.5271C17.5891 3.86467 17.3994 4.32251 17.3994 4.79991Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
+ const SvgHierarchyOne = (0, wrapIcon_1.wrapIcon)(SvgHierarchyOneBase);
29
+ exports.default = SvgHierarchyOne;
30
+ //# sourceMappingURL=HierarchyOne.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HierarchyOne.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/HierarchyOne.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,mBAAmB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC9D,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,41EAA41E,EAC91E,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,eAAe,GAAG,IAAA,mBAAQ,EAAC,mBAAmB,CAAC,CAAC;AACtD,kBAAe,eAAe,CAAC"}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ /**
5
+ *
6
+ * Copyright (c) "Neo4j"
7
+ * Neo4j Sweden AB [http://neo4j.com]
8
+ *
9
+ * This file is part of Neo4j.
10
+ *
11
+ * Neo4j is free software: you can redistribute it and/or modify
12
+ * it under the terms of the GNU General Public License as published by
13
+ * the Free Software Foundation, either version 3 of the License, or
14
+ * (at your option) any later version.
15
+ *
16
+ * This program is distributed in the hope that it will be useful,
17
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
+ * GNU General Public License for more details.
20
+ *
21
+ * You should have received a copy of the GNU General Public License
22
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
23
+ */
24
+ // THIS FILE IS GENERATED BY BUILD TOOL
25
+ // DO NOT EDIT IT MANUAL
26
+ const wrapIcon_1 = require("../../wrapIcon");
27
+ const SvgHierarchyTwoBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11.9992 6.60001C11.5218 6.60001 11.064 6.41036 10.7264 6.0728C10.3889 5.73523 10.1992 5.27739 10.1992 4.8C10.1992 4.32261 10.3889 3.86477 10.7264 3.52721C11.064 3.18964 11.5218 3 11.9992 3C12.4766 3 12.9344 3.18964 13.272 3.52721C13.6096 3.86477 13.7992 4.32261 13.7992 4.8C13.7992 5.27739 13.6096 5.73523 13.272 6.0728C12.9344 6.41036 12.4766 6.60001 11.9992 6.60001ZM11.9992 6.60001V17.4M11.9992 17.4C12.4766 17.4 12.9344 17.5897 13.272 17.9272C13.6096 18.2648 13.7992 18.7226 13.7992 19.2C13.7992 19.6774 13.6096 20.1353 13.272 20.4728C12.9344 20.8104 12.4766 21 11.9992 21C11.5218 21 11.064 20.8104 10.7264 20.4728C10.3889 20.1353 10.1992 19.6774 10.1992 19.2C10.1992 18.7226 10.3889 18.2648 10.7264 17.9272C11.064 17.5897 11.5218 17.4 11.9992 17.4ZM5.39844 17.4C5.39844 16.1269 5.90415 14.906 6.80433 14.0059C7.7045 13.1057 8.9254 12.6 10.1984 12.6H13.7984C15.0715 12.6 16.2924 13.1057 17.1926 14.0059C18.0927 14.906 18.5985 16.1269 18.5985 17.4M3.59961 19.2C3.59961 19.6774 3.78925 20.1353 4.12682 20.4728C4.46438 20.8104 4.92222 21 5.39961 21C5.877 21 6.33484 20.8104 6.67241 20.4728C7.00997 20.1353 7.19961 19.6774 7.19961 19.2C7.19961 18.7226 7.00997 18.2648 6.67241 17.9272C6.33484 17.5897 5.877 17.4 5.39961 17.4C4.92222 17.4 4.46438 17.5897 4.12682 17.9272C3.78925 18.2648 3.59961 18.7226 3.59961 19.2ZM16.8008 19.2C16.8008 19.6774 16.9904 20.1353 17.328 20.4728C17.6656 20.8104 18.1234 21 18.6008 21C19.0782 21 19.536 20.8104 19.8736 20.4728C20.2111 20.1353 20.4008 19.6774 20.4008 19.2C20.4008 18.7226 20.2111 18.2648 19.8736 17.9272C19.536 17.5897 19.0782 17.4 18.6008 17.4C18.1234 17.4 17.6656 17.5897 17.328 17.9272C16.9904 18.2648 16.8008 18.7226 16.8008 19.2Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
+ const SvgHierarchyTwo = (0, wrapIcon_1.wrapIcon)(SvgHierarchyTwoBase);
29
+ exports.default = SvgHierarchyTwo;
30
+ //# sourceMappingURL=HierarchyTwo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HierarchyTwo.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/HierarchyTwo.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,mBAAmB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC9D,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,ipDAAipD,EACnpD,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,eAAe,GAAG,IAAA,mBAAQ,EAAC,mBAAmB,CAAC,CAAC;AACtD,kBAAe,eAAe,CAAC"}
@@ -23,8 +23,8 @@ const jsx_runtime_1 = require("react/jsx-runtime");
23
23
  */
24
24
  // THIS FILE IS GENERATED BY BUILD TOOL
25
25
  // DO NOT EDIT IT MANUAL
26
- const react_1 = require("react");
27
- const SvgItalic = (props) => ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ndl-icon-svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M17.625 6.37402H12.375", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.625 17.624H6.375", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M9 17.624L15 6.37402", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })] })));
28
- const Memo = (0, react_1.memo)(SvgItalic);
29
- exports.default = Memo;
26
+ const wrapIcon_1 = require("../../wrapIcon");
27
+ const SvgItalicBase = (props) => ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M17.625 6.37402H12.375", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.625 17.624H6.375", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M9 17.624L15 6.37402", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })] })));
28
+ const SvgItalic = (0, wrapIcon_1.wrapIcon)(SvgItalicBase);
29
+ exports.default = SvgItalic;
30
30
  //# sourceMappingURL=Italic.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Italic.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/Italic.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,iCAAuC;AACvC,MAAM,SAAS,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACpD,+CACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,cAAc,IACpB,KAAK,eAET,iCACE,CAAC,EAAC,wBAAwB,EAC1B,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,iCACE,CAAC,EAAC,sBAAsB,EACxB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,iCACE,CAAC,EAAC,sBAAsB,EACxB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,KACE,CACP,CAAC;AACF,MAAM,IAAI,GAAG,IAAA,YAAI,EAAC,SAAS,CAAC,CAAC;AAC7B,kBAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Italic.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/Italic.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,aAAa,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACxD,+CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,eAET,iCACE,CAAC,EAAC,wBAAwB,EAC1B,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,iCACE,CAAC,EAAC,sBAAsB,EACxB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,iCACE,CAAC,EAAC,sBAAsB,EACxB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,KACE,CACP,CAAC;AACF,MAAM,SAAS,GAAG,IAAA,mBAAQ,EAAC,aAAa,CAAC,CAAC;AAC1C,kBAAe,SAAS,CAAC"}
@@ -23,8 +23,8 @@ const jsx_runtime_1 = require("react/jsx-runtime");
23
23
  */
24
24
  // THIS FILE IS GENERATED BY BUILD TOOL
25
25
  // DO NOT EDIT IT MANUAL
26
- const react_1 = require("react");
27
- const SvgLasso = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ndl-icon-svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M9.95398 16.3762C11.4106 18.0304 12.3812 19.1337 12.3768 21.2003M7.8431 20.2339C10.0323 20.2339 10.5789 18.6865 10.5789 17.912C10.5789 17.1405 10.0309 15.593 7.8431 15.593C5.65388 15.593 5.1073 17.1405 5.1073 17.9135C5.1073 18.6865 5.65532 20.2339 7.8431 20.2339ZM11.9941 16.0464C4.49482 16.0464 2.62 11.6305 2.62 9.4225C2.62 7.21598 4.49482 2.80005 11.9941 2.80005C19.4934 2.80005 21.3682 7.21598 21.3682 9.4225C21.3682 11.6305 19.4934 16.0464 11.9941 16.0464Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
- const Memo = (0, react_1.memo)(SvgLasso);
29
- exports.default = Memo;
26
+ const wrapIcon_1 = require("../../wrapIcon");
27
+ const SvgLassoBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M9.95398 16.3762C11.4106 18.0304 12.3812 19.1337 12.3768 21.2003M7.8431 20.2339C10.0323 20.2339 10.5789 18.6865 10.5789 17.912C10.5789 17.1405 10.0309 15.593 7.8431 15.593C5.65388 15.593 5.1073 17.1405 5.1073 17.9135C5.1073 18.6865 5.65532 20.2339 7.8431 20.2339ZM11.9941 16.0464C4.49482 16.0464 2.62 11.6305 2.62 9.4225C2.62 7.21598 4.49482 2.80005 11.9941 2.80005C19.4934 2.80005 21.3682 7.21598 21.3682 9.4225C21.3682 11.6305 19.4934 16.0464 11.9941 16.0464Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
+ const SvgLasso = (0, wrapIcon_1.wrapIcon)(SvgLassoBase);
29
+ exports.default = SvgLasso;
30
30
  //# sourceMappingURL=Lasso.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Lasso.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/Lasso.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,iCAAuC;AACvC,MAAM,QAAQ,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACnD,8CACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,cAAc,IACpB,KAAK,cAET,iCACE,CAAC,EAAC,+cAA+c,EACjd,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,IAAI,GAAG,IAAA,YAAI,EAAC,QAAQ,CAAC,CAAC;AAC5B,kBAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Lasso.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/Lasso.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,+cAA+c,EACjd,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,QAAQ,GAAG,IAAA,mBAAQ,EAAC,YAAY,CAAC,CAAC;AACxC,kBAAe,QAAQ,CAAC"}
@@ -1,3 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
1
4
  /**
2
5
  *
3
6
  * Copyright (c) "Neo4j"
@@ -18,10 +21,10 @@
18
21
  * You should have received a copy of the GNU General Public License
19
22
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
23
  */
21
-
22
- "use strict";
23
- Object.defineProperty(exports, "__esModule", { value: true });
24
- const jsx_runtime_1 = require("react/jsx-runtime");
25
- const SvgListCheck = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ndl-icon-svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M2.34998 6.22222L3.94998 8L6.34998 4M2.34998 12.2222L3.94998 14L6.34998 10M2.34998 18.2222L3.94998 20L6.34998 16M9.59998 7.75H21.6M9.59998 13H21.6M9.59998 18.25H21.6", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
24
+ // THIS FILE IS GENERATED BY BUILD TOOL
25
+ // DO NOT EDIT IT MANUAL
26
+ const wrapIcon_1 = require("../../wrapIcon");
27
+ const SvgListCheckBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M2.34998 6.22222L3.94998 8L6.34998 4M2.34998 12.2222L3.94998 14L6.34998 10M2.34998 18.2222L3.94998 20L6.34998 16M9.59998 7.75H21.6M9.59998 13H21.6M9.59998 18.25H21.6", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
+ const SvgListCheck = (0, wrapIcon_1.wrapIcon)(SvgListCheckBase);
26
29
  exports.default = SvgListCheck;
27
30
  //# sourceMappingURL=ListCheck.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListCheck.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/ListCheck.tsx"],"names":[],"mappings":";;;AAwBA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,8CACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,cAAc,IACpB,KAAK,cAET,iCACE,CAAC,EAAC,uKAAuK,EACzK,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,kBAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"ListCheck.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/ListCheck.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,gBAAgB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC3D,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,uKAAuK,EACzK,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,YAAY,GAAG,IAAA,mBAAQ,EAAC,gBAAgB,CAAC,CAAC;AAChD,kBAAe,YAAY,CAAC"}
@@ -1,3 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
1
4
  /**
2
5
  *
3
6
  * Copyright (c) "Neo4j"
@@ -18,10 +21,10 @@
18
21
  * You should have received a copy of the GNU General Public License
19
22
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
23
  */
21
-
22
- "use strict";
23
- Object.defineProperty(exports, "__esModule", { value: true });
24
- const jsx_runtime_1 = require("react/jsx-runtime");
25
- const SvgListNumber = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ndl-icon-svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M8.24199 5.99212H20.242M8.24199 11.9951H20.24M8.23999 17.9941H20.24M4.11699 7.49512V3.74512H2.98999M2.98999 7.49512H4.11499H5.23999M3.31999 10.0721C3.42342 9.96336 3.54756 9.87639 3.68511 9.81634C3.82266 9.75629 3.97084 9.72437 4.12091 9.72246C4.27099 9.72055 4.41993 9.74869 4.55896 9.80522C4.698 9.86175 4.82431 9.94553 4.93047 10.0516C5.03664 10.1577 5.12049 10.284 5.17711 10.423C5.23373 10.562 5.26196 10.7109 5.26015 10.861C5.25833 11.0111 5.2265 11.1592 5.16654 11.2968C5.10658 11.4344 5.01969 11.5586 4.91099 11.6621L3.08099 13.4921H5.24099M2.98999 15.7451H4.11499C4.41336 15.7451 4.69951 15.8636 4.91049 16.0746C5.12146 16.2856 5.23999 16.5717 5.23999 16.8701C5.23999 17.1685 5.12146 17.4546 4.91049 17.6656C4.69951 17.8766 4.41336 17.9951 4.11499 17.9951H3.73999M3.73999 17.9931H4.11499C4.41336 17.9931 4.69951 18.1116 4.91049 18.3226C5.12146 18.5336 5.23999 18.8197 5.23999 19.1181C5.23999 19.4165 5.12146 19.7026 4.91049 19.9136C4.69951 20.1246 4.41336 20.2431 4.11499 20.2431H2.98999", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
24
+ // THIS FILE IS GENERATED BY BUILD TOOL
25
+ // DO NOT EDIT IT MANUAL
26
+ const wrapIcon_1 = require("../../wrapIcon");
27
+ const SvgListNumberBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M8.24199 5.99212H20.242M8.24199 11.9951H20.24M8.23999 17.9941H20.24M4.11699 7.49512V3.74512H2.98999M2.98999 7.49512H4.11499H5.23999M3.31999 10.0721C3.42342 9.96336 3.54756 9.87639 3.68511 9.81634C3.82266 9.75629 3.97084 9.72437 4.12091 9.72246C4.27099 9.72055 4.41993 9.74869 4.55896 9.80522C4.698 9.86175 4.82431 9.94553 4.93047 10.0516C5.03664 10.1577 5.12049 10.284 5.17711 10.423C5.23373 10.562 5.26196 10.7109 5.26015 10.861C5.25833 11.0111 5.2265 11.1592 5.16654 11.2968C5.10658 11.4344 5.01969 11.5586 4.91099 11.6621L3.08099 13.4921H5.24099M2.98999 15.7451H4.11499C4.41336 15.7451 4.69951 15.8636 4.91049 16.0746C5.12146 16.2856 5.23999 16.5717 5.23999 16.8701C5.23999 17.1685 5.12146 17.4546 4.91049 17.6656C4.69951 17.8766 4.41336 17.9951 4.11499 17.9951H3.73999M3.73999 17.9931H4.11499C4.41336 17.9931 4.69951 18.1116 4.91049 18.3226C5.12146 18.5336 5.23999 18.8197 5.23999 19.1181C5.23999 19.4165 5.12146 19.7026 4.91049 19.9136C4.69951 20.1246 4.41336 20.2431 4.11499 20.2431H2.98999", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
+ const SvgListNumber = (0, wrapIcon_1.wrapIcon)(SvgListNumberBase);
26
29
  exports.default = SvgListNumber;
27
30
  //# sourceMappingURL=ListNumber.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListNumber.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/ListNumber.tsx"],"names":[],"mappings":";;;AAwBA,MAAM,aAAa,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACxD,8CACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,cAAc,IACpB,KAAK,cAET,iCACE,CAAC,EAAC,s+BAAs+B,EACx+B,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,kBAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"ListNumber.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/ListNumber.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,iBAAiB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC5D,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,s+BAAs+B,EACx+B,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,aAAa,GAAG,IAAA,mBAAQ,EAAC,iBAAiB,CAAC,CAAC;AAClD,kBAAe,aAAa,CAAC"}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ /**
5
+ *
6
+ * Copyright (c) "Neo4j"
7
+ * Neo4j Sweden AB [http://neo4j.com]
8
+ *
9
+ * This file is part of Neo4j.
10
+ *
11
+ * Neo4j is free software: you can redistribute it and/or modify
12
+ * it under the terms of the GNU General Public License as published by
13
+ * the Free Software Foundation, either version 3 of the License, or
14
+ * (at your option) any later version.
15
+ *
16
+ * This program is distributed in the hope that it will be useful,
17
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
+ * GNU General Public License for more details.
20
+ *
21
+ * You should have received a copy of the GNU General Public License
22
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
23
+ */
24
+ // THIS FILE IS GENERATED BY BUILD TOOL
25
+ // DO NOT EDIT IT MANUAL
26
+ const wrapIcon_1 = require("../../wrapIcon");
27
+ const SvgLocationTargetBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ viewBox: "0 0 22 22", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M4.33333 11C4.33333 12.7681 5.03571 14.4638 6.28595 15.714C7.5362 16.9643 9.23189 17.6667 11 17.6667M4.33333 11C4.33333 9.23189 5.03571 7.5362 6.28595 6.28595C7.5362 5.03571 9.23189 4.33333 11 4.33333M4.33333 11H1M11 17.6667C12.7681 17.6667 14.4638 16.9643 15.714 15.714C16.9643 14.4638 17.6667 12.7681 17.6667 11M11 17.6667V21M17.6667 11C17.6667 9.23189 16.9643 7.5362 15.714 6.28595C14.4638 5.03571 12.7681 4.33333 11 4.33333M17.6667 11H21M11 4.33333V1M8.33333 11C8.33333 11.7072 8.61428 12.3855 9.11438 12.8856C9.61448 13.3857 10.2928 13.6667 11 13.6667C11.7072 13.6667 12.3855 13.3857 12.8856 12.8856C13.3857 12.3855 13.6667 11.7072 13.6667 11C13.6667 10.2928 13.3857 9.61448 12.8856 9.11438C12.3855 8.61428 11.7072 8.33333 11 8.33333C10.2928 8.33333 9.61448 8.61428 9.11438 9.11438C8.61428 9.61448 8.33333 10.2928 8.33333 11Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
+ const SvgLocationTarget = (0, wrapIcon_1.wrapIcon)(SvgLocationTargetBase);
29
+ exports.default = SvgLocationTarget;
30
+ //# sourceMappingURL=LocationTarget.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationTarget.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/LocationTarget.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,qBAAqB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAChE,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,g0BAAg0B,EACl0B,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,iBAAiB,GAAG,IAAA,mBAAQ,EAAC,qBAAqB,CAAC,CAAC;AAC1D,kBAAe,iBAAiB,CAAC"}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ /**
5
+ *
6
+ * Copyright (c) "Neo4j"
7
+ * Neo4j Sweden AB [http://neo4j.com]
8
+ *
9
+ * This file is part of Neo4j.
10
+ *
11
+ * Neo4j is free software: you can redistribute it and/or modify
12
+ * it under the terms of the GNU General Public License as published by
13
+ * the Free Software Foundation, either version 3 of the License, or
14
+ * (at your option) any later version.
15
+ *
16
+ * This program is distributed in the hope that it will be useful,
17
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
+ * GNU General Public License for more details.
20
+ *
21
+ * You should have received a copy of the GNU General Public License
22
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
23
+ */
24
+ // THIS FILE IS GENERATED BY BUILD TOOL
25
+ // DO NOT EDIT IT MANUAL
26
+ const wrapIcon_1 = require("../../wrapIcon");
27
+ const SvgMagnifyingGlassResetBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M3.0344 6.28509C4.52537 3.72346 7.31214 2 10.5039 2C15.2664 2 19.1271 5.837 19.1271 10.5702C19.1271 15.3034 15.2664 19.1403 10.5039 19.1403C6.23116 19.1403 2.68422 16.0518 2 11.9985M2.60085 2V6.28509H6.91242M22 22L16.6021 16.6352", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
+ const SvgMagnifyingGlassReset = (0, wrapIcon_1.wrapIcon)(SvgMagnifyingGlassResetBase);
29
+ exports.default = SvgMagnifyingGlassReset;
30
+ //# sourceMappingURL=MagnifyingGlassReset.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MagnifyingGlassReset.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/MagnifyingGlassReset.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,2BAA2B,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACtE,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,uOAAuO,EACzO,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,uBAAuB,GAAG,IAAA,mBAAQ,EAAC,2BAA2B,CAAC,CAAC;AACtE,kBAAe,uBAAuB,CAAC"}
@@ -1,3 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
1
4
  /**
2
5
  *
3
6
  * Copyright (c) "Neo4j"
@@ -18,10 +21,10 @@
18
21
  * You should have received a copy of the GNU General Public License
19
22
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
23
  */
21
-
22
- "use strict";
23
- Object.defineProperty(exports, "__esModule", { value: true });
24
- const jsx_runtime_1 = require("react/jsx-runtime");
25
- const SvgMarkdown = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ndl-icon-svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M5.15551 16.1145V7.88589L8.08885 12.823L11.0222 7.88589V16.1145M16.8888 7.88589V16.1145M16.8888 16.1145L13.9555 13.0286M16.8888 16.1145L19.8222 13.0286M1 5.05714C1 3.92101 1.87553 3 2.95556 3H21.0444C22.1245 3 23 3.92101 23 5.05714V18.9429C23 20.079 22.1245 21 21.0444 21H2.95556C1.87553 21 1 20.079 1 18.9429V5.05714Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
24
+ // THIS FILE IS GENERATED BY BUILD TOOL
25
+ // DO NOT EDIT IT MANUAL
26
+ const wrapIcon_1 = require("../../wrapIcon");
27
+ const SvgMarkdownBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M5.15551 16.1145V7.88589L8.08885 12.823L11.0222 7.88589V16.1145M16.8888 7.88589V16.1145M16.8888 16.1145L13.9555 13.0286M16.8888 16.1145L19.8222 13.0286M1 5.05714C1 3.92101 1.87553 3 2.95556 3H21.0444C22.1245 3 23 3.92101 23 5.05714V18.9429C23 20.079 22.1245 21 21.0444 21H2.95556C1.87553 21 1 20.079 1 18.9429V5.05714Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
+ const SvgMarkdown = (0, wrapIcon_1.wrapIcon)(SvgMarkdownBase);
26
29
  exports.default = SvgMarkdown;
27
30
  //# sourceMappingURL=Markdown.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Markdown.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/Markdown.tsx"],"names":[],"mappings":";;;AAwBA,MAAM,WAAW,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACtD,8CACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,cAAc,IACpB,KAAK,cAET,iCACE,CAAC,EAAC,gUAAgU,EAClU,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,kBAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"Markdown.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/Markdown.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,eAAe,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC1D,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,gUAAgU,EAClU,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,WAAW,GAAG,IAAA,mBAAQ,EAAC,eAAe,CAAC,CAAC;AAC9C,kBAAe,WAAW,CAAC"}