@neo4j-ndl/react 4.3.5 → 4.4.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 (203) hide show
  1. package/lib/cjs/ai/presence/Presence.js +1 -0
  2. package/lib/cjs/ai/presence/Presence.js.map +1 -1
  3. package/lib/cjs/banner/Banner.js +1 -1
  4. package/lib/cjs/banner/Banner.js.map +1 -1
  5. package/lib/cjs/data-grid/Components.js +1 -1
  6. package/lib/cjs/data-grid/Components.js.map +1 -1
  7. package/lib/cjs/data-grid/stories/datagrid-single-selectable.story.js +0 -24
  8. package/lib/cjs/data-grid/stories/datagrid-single-selectable.story.js.map +1 -1
  9. package/lib/cjs/date-picker/DatePicker.js.map +1 -1
  10. package/lib/cjs/dropdown-button/DropdownButton.js.map +1 -1
  11. package/lib/cjs/icon-button-base/IconButtonBase.js +5 -3
  12. package/lib/cjs/icon-button-base/IconButtonBase.js.map +1 -1
  13. package/lib/cjs/icons/generated/custom/DatabaseCross.js +1 -1
  14. package/lib/cjs/icons/generated/custom/DatabaseCross.js.map +1 -1
  15. package/lib/cjs/icons/generated/custom/DatabasePlus.js +1 -1
  16. package/lib/cjs/icons/generated/custom/DatabasePlus.js.map +1 -1
  17. package/lib/cjs/icons/generated/custom/GlobePin.js +1 -1
  18. package/lib/cjs/icons/generated/custom/GlobePin.js.map +1 -1
  19. package/lib/cjs/icons/generated/custom/PanelBottom.js +1 -1
  20. package/lib/cjs/icons/generated/custom/PanelBottom.js.map +1 -1
  21. package/lib/cjs/icons/generated/custom/PanelLeftCollapsed.js +30 -0
  22. package/lib/cjs/icons/generated/custom/PanelLeftCollapsed.js.map +1 -0
  23. package/lib/cjs/icons/generated/custom/PanelLeftExpanded.js +30 -0
  24. package/lib/cjs/icons/generated/custom/PanelLeftExpanded.js.map +1 -0
  25. package/lib/cjs/icons/generated/custom/PanelRightCollapsed.js +30 -0
  26. package/lib/cjs/icons/generated/custom/PanelRightCollapsed.js.map +1 -0
  27. package/lib/cjs/icons/generated/custom/PanelRightExpanded.js +30 -0
  28. package/lib/cjs/icons/generated/custom/PanelRightExpanded.js.map +1 -0
  29. package/lib/cjs/icons/generated/custom/ThreePanel.js +1 -1
  30. package/lib/cjs/icons/generated/custom/ThreePanel.js.map +1 -1
  31. package/lib/cjs/icons/generated/custom/index.js +9 -1
  32. package/lib/cjs/icons/generated/custom/index.js.map +1 -1
  33. package/lib/cjs/icons/wrapIcon.js +1 -1
  34. package/lib/cjs/icons/wrapIcon.js.map +1 -1
  35. package/lib/cjs/menu/stories/menu-custom-items.story.js +3 -1
  36. package/lib/cjs/menu/stories/menu-custom-items.story.js.map +1 -1
  37. package/lib/cjs/menu/stories/menu-default.story.js +3 -1
  38. package/lib/cjs/menu/stories/menu-default.story.js.map +1 -1
  39. package/lib/cjs/menu/stories/menu-in-dialog.story.js +5 -1
  40. package/lib/cjs/menu/stories/menu-in-dialog.story.js.map +1 -1
  41. package/lib/cjs/menu/stories/menu-in-popover.story.js +3 -1
  42. package/lib/cjs/menu/stories/menu-in-popover.story.js.map +1 -1
  43. package/lib/cjs/menu/stories/menu-nested.story.js +3 -1
  44. package/lib/cjs/menu/stories/menu-nested.story.js.map +1 -1
  45. package/lib/cjs/menu/stories/menu-placements.story.js +3 -1
  46. package/lib/cjs/menu/stories/menu-placements.story.js.map +1 -1
  47. package/lib/cjs/menu/stories/menu-with-category.story.js +1 -2
  48. package/lib/cjs/menu/stories/menu-with-category.story.js.map +1 -1
  49. package/lib/cjs/menu/stories/menu-with-disabled-item.story.js +1 -2
  50. package/lib/cjs/menu/stories/menu-with-disabled-item.story.js.map +1 -1
  51. package/lib/cjs/menu/stories/menu-with-divider.story.js +1 -2
  52. package/lib/cjs/menu/stories/menu-with-divider.story.js.map +1 -1
  53. package/lib/cjs/menu/stories/menu-with-icon.story.js +3 -1
  54. package/lib/cjs/menu/stories/menu-with-icon.story.js.map +1 -1
  55. package/lib/cjs/menu/stories/menu-with-keyboard-shortcuts.story.js +3 -1
  56. package/lib/cjs/menu/stories/menu-with-keyboard-shortcuts.story.js.map +1 -1
  57. package/lib/cjs/select/Select.js +25 -3
  58. package/lib/cjs/select/Select.js.map +1 -1
  59. package/lib/cjs/side-navigation/SideNavigation.js +1 -1
  60. package/lib/cjs/side-navigation/SideNavigation.js.map +1 -1
  61. package/lib/cjs/tabs/Tabs.js +1 -1
  62. package/lib/cjs/tabs/Tabs.js.map +1 -1
  63. package/lib/cjs/tabs/stories/tabs-overflow.story.js +1 -1
  64. package/lib/cjs/tabs/stories/tabs-overflow.story.js.map +1 -1
  65. package/lib/cjs/text-input/TextInput.js +33 -2
  66. package/lib/cjs/text-input/TextInput.js.map +1 -1
  67. package/lib/cjs/text-input/stories/index.js +9 -1
  68. package/lib/cjs/text-input/stories/index.js.map +1 -1
  69. package/lib/cjs/text-input/stories/text-input-clearable.story.js +30 -0
  70. package/lib/cjs/text-input/stories/text-input-clearable.story.js.map +1 -0
  71. package/lib/cjs/text-input/stories/text-input-loading-spinner.story.js +31 -0
  72. package/lib/cjs/text-input/stories/text-input-loading-spinner.story.js.map +1 -0
  73. package/lib/cjs/text-input/stories/text-input-with-icons.story.js +1 -3
  74. package/lib/cjs/text-input/stories/text-input-with-icons.story.js.map +1 -1
  75. package/lib/cjs/text-input/stories/text-input.stories.js +61 -35
  76. package/lib/cjs/text-input/stories/text-input.stories.js.map +1 -1
  77. package/lib/cjs/wizard/Wizard.js +1 -1
  78. package/lib/cjs/wizard/Wizard.js.map +1 -1
  79. package/lib/esm/ai/presence/Presence.js +1 -0
  80. package/lib/esm/ai/presence/Presence.js.map +1 -1
  81. package/lib/esm/banner/Banner.js +1 -1
  82. package/lib/esm/banner/Banner.js.map +1 -1
  83. package/lib/esm/data-grid/Components.js +1 -1
  84. package/lib/esm/data-grid/Components.js.map +1 -1
  85. package/lib/esm/data-grid/stories/datagrid-single-selectable.story.js +0 -24
  86. package/lib/esm/data-grid/stories/datagrid-single-selectable.story.js.map +1 -1
  87. package/lib/esm/date-picker/DatePicker.js.map +1 -1
  88. package/lib/esm/dropdown-button/DropdownButton.js.map +1 -1
  89. package/lib/esm/icon-button-base/IconButtonBase.js +5 -3
  90. package/lib/esm/icon-button-base/IconButtonBase.js.map +1 -1
  91. package/lib/esm/icons/generated/custom/DatabaseCross.js +2 -2
  92. package/lib/esm/icons/generated/custom/DatabaseCross.js.map +1 -1
  93. package/lib/esm/icons/generated/custom/DatabasePlus.js +1 -1
  94. package/lib/esm/icons/generated/custom/DatabasePlus.js.map +1 -1
  95. package/lib/esm/icons/generated/custom/GlobePin.js +1 -1
  96. package/lib/esm/icons/generated/custom/GlobePin.js.map +1 -1
  97. package/lib/esm/icons/generated/custom/PanelBottom.js +1 -1
  98. package/lib/esm/icons/generated/custom/PanelBottom.js.map +1 -1
  99. package/lib/esm/icons/generated/custom/PanelLeftCollapsed.js +28 -0
  100. package/lib/esm/icons/generated/custom/PanelLeftCollapsed.js.map +1 -0
  101. package/lib/esm/icons/generated/custom/PanelLeftExpanded.js +28 -0
  102. package/lib/esm/icons/generated/custom/PanelLeftExpanded.js.map +1 -0
  103. package/lib/esm/icons/generated/custom/PanelRightCollapsed.js +28 -0
  104. package/lib/esm/icons/generated/custom/PanelRightCollapsed.js.map +1 -0
  105. package/lib/esm/icons/generated/custom/PanelRightExpanded.js +28 -0
  106. package/lib/esm/icons/generated/custom/PanelRightExpanded.js.map +1 -0
  107. package/lib/esm/icons/generated/custom/ThreePanel.js +1 -1
  108. package/lib/esm/icons/generated/custom/ThreePanel.js.map +1 -1
  109. package/lib/esm/icons/generated/custom/index.js +4 -0
  110. package/lib/esm/icons/generated/custom/index.js.map +1 -1
  111. package/lib/esm/icons/wrapIcon.js +1 -1
  112. package/lib/esm/icons/wrapIcon.js.map +1 -1
  113. package/lib/esm/menu/stories/menu-custom-items.story.js +3 -1
  114. package/lib/esm/menu/stories/menu-custom-items.story.js.map +1 -1
  115. package/lib/esm/menu/stories/menu-default.story.js +3 -1
  116. package/lib/esm/menu/stories/menu-default.story.js.map +1 -1
  117. package/lib/esm/menu/stories/menu-in-dialog.story.js +5 -1
  118. package/lib/esm/menu/stories/menu-in-dialog.story.js.map +1 -1
  119. package/lib/esm/menu/stories/menu-in-popover.story.js +3 -1
  120. package/lib/esm/menu/stories/menu-in-popover.story.js.map +1 -1
  121. package/lib/esm/menu/stories/menu-nested.story.js +3 -1
  122. package/lib/esm/menu/stories/menu-nested.story.js.map +1 -1
  123. package/lib/esm/menu/stories/menu-placements.story.js +3 -1
  124. package/lib/esm/menu/stories/menu-placements.story.js.map +1 -1
  125. package/lib/esm/menu/stories/menu-with-category.story.js +1 -2
  126. package/lib/esm/menu/stories/menu-with-category.story.js.map +1 -1
  127. package/lib/esm/menu/stories/menu-with-disabled-item.story.js +1 -2
  128. package/lib/esm/menu/stories/menu-with-disabled-item.story.js.map +1 -1
  129. package/lib/esm/menu/stories/menu-with-divider.story.js +1 -2
  130. package/lib/esm/menu/stories/menu-with-divider.story.js.map +1 -1
  131. package/lib/esm/menu/stories/menu-with-icon.story.js +3 -1
  132. package/lib/esm/menu/stories/menu-with-icon.story.js.map +1 -1
  133. package/lib/esm/menu/stories/menu-with-keyboard-shortcuts.story.js +3 -1
  134. package/lib/esm/menu/stories/menu-with-keyboard-shortcuts.story.js.map +1 -1
  135. package/lib/esm/select/Select.js +26 -4
  136. package/lib/esm/select/Select.js.map +1 -1
  137. package/lib/esm/side-navigation/SideNavigation.js +1 -1
  138. package/lib/esm/side-navigation/SideNavigation.js.map +1 -1
  139. package/lib/esm/tabs/Tabs.js +1 -1
  140. package/lib/esm/tabs/Tabs.js.map +1 -1
  141. package/lib/esm/tabs/stories/tabs-overflow.story.js +1 -1
  142. package/lib/esm/tabs/stories/tabs-overflow.story.js.map +1 -1
  143. package/lib/esm/text-input/TextInput.js +35 -4
  144. package/lib/esm/text-input/TextInput.js.map +1 -1
  145. package/lib/esm/text-input/stories/index.js +6 -0
  146. package/lib/esm/text-input/stories/index.js.map +1 -1
  147. package/lib/esm/text-input/stories/text-input-clearable.story.js +28 -0
  148. package/lib/esm/text-input/stories/text-input-clearable.story.js.map +1 -0
  149. package/lib/esm/text-input/stories/text-input-loading-spinner.story.js +29 -0
  150. package/lib/esm/text-input/stories/text-input-loading-spinner.story.js.map +1 -0
  151. package/lib/esm/text-input/stories/text-input-with-icons.story.js +3 -5
  152. package/lib/esm/text-input/stories/text-input-with-icons.story.js.map +1 -1
  153. package/lib/esm/text-input/stories/text-input.stories.js +61 -35
  154. package/lib/esm/text-input/stories/text-input.stories.js.map +1 -1
  155. package/lib/esm/wizard/Wizard.js +1 -1
  156. package/lib/esm/wizard/Wizard.js.map +1 -1
  157. package/lib/types/ai/presence/Presence.d.ts.map +1 -1
  158. package/lib/types/data-grid/Components.d.ts.map +1 -1
  159. package/lib/types/data-grid/stories/datagrid-single-selectable.story.d.ts.map +1 -1
  160. package/lib/types/dropdown-button/DropdownButton.d.ts +1 -1
  161. package/lib/types/dropdown-button/DropdownButton.d.ts.map +1 -1
  162. package/lib/types/icon-button-base/IconButtonBase.d.ts.map +1 -1
  163. package/lib/types/icons/generated/custom/DatabaseCross.d.ts.map +1 -1
  164. package/lib/types/icons/generated/custom/DatabasePlus.d.ts.map +1 -1
  165. package/lib/types/icons/generated/custom/GlobePin.d.ts.map +1 -1
  166. package/lib/types/icons/generated/custom/PanelLeftCollapsed.d.ts +29 -0
  167. package/lib/types/icons/generated/custom/PanelLeftCollapsed.d.ts.map +1 -0
  168. package/lib/types/icons/generated/custom/PanelLeftExpanded.d.ts +29 -0
  169. package/lib/types/icons/generated/custom/PanelLeftExpanded.d.ts.map +1 -0
  170. package/lib/types/icons/generated/custom/PanelRightCollapsed.d.ts +29 -0
  171. package/lib/types/icons/generated/custom/PanelRightCollapsed.d.ts.map +1 -0
  172. package/lib/types/icons/generated/custom/PanelRightExpanded.d.ts +29 -0
  173. package/lib/types/icons/generated/custom/PanelRightExpanded.d.ts.map +1 -0
  174. package/lib/types/icons/generated/custom/index.d.ts +4 -0
  175. package/lib/types/icons/generated/custom/index.d.ts.map +1 -1
  176. package/lib/types/icons/wrapIcon.d.ts.map +1 -1
  177. package/lib/types/menu/stories/menu-custom-items.story.d.ts.map +1 -1
  178. package/lib/types/menu/stories/menu-default.story.d.ts.map +1 -1
  179. package/lib/types/menu/stories/menu-in-dialog.story.d.ts.map +1 -1
  180. package/lib/types/menu/stories/menu-in-popover.story.d.ts.map +1 -1
  181. package/lib/types/menu/stories/menu-nested.story.d.ts.map +1 -1
  182. package/lib/types/menu/stories/menu-placements.story.d.ts.map +1 -1
  183. package/lib/types/menu/stories/menu-with-category.story.d.ts.map +1 -1
  184. package/lib/types/menu/stories/menu-with-disabled-item.story.d.ts.map +1 -1
  185. package/lib/types/menu/stories/menu-with-divider.story.d.ts.map +1 -1
  186. package/lib/types/menu/stories/menu-with-icon.story.d.ts.map +1 -1
  187. package/lib/types/menu/stories/menu-with-keyboard-shortcuts.story.d.ts.map +1 -1
  188. package/lib/types/select/Select.d.ts.map +1 -1
  189. package/lib/types/side-navigation/SideNavigation.d.ts.map +1 -1
  190. package/lib/types/tabs/Tabs.d.ts.map +1 -1
  191. package/lib/types/tabs/stories/tabs-overflow.story.d.ts.map +1 -1
  192. package/lib/types/text-input/TextInput.d.ts +5 -1
  193. package/lib/types/text-input/TextInput.d.ts.map +1 -1
  194. package/lib/types/text-input/stories/index.d.ts +4 -0
  195. package/lib/types/text-input/stories/index.d.ts.map +1 -1
  196. package/lib/types/text-input/stories/text-input-clearable.story.d.ts +24 -0
  197. package/lib/types/text-input/stories/text-input-clearable.story.d.ts.map +1 -0
  198. package/lib/types/text-input/stories/text-input-loading-spinner.story.d.ts +24 -0
  199. package/lib/types/text-input/stories/text-input-loading-spinner.story.d.ts.map +1 -0
  200. package/lib/types/text-input/stories/text-input-with-icons.story.d.ts.map +1 -1
  201. package/lib/types/text-input/stories/text-input.stories.d.ts +3 -1
  202. package/lib/types/text-input/stories/text-input.stories.d.ts.map +1 -1
  203. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"DatePicker.js","sourceRoot":"","sources":["../../../src/date-picker/DatePicker.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA,iCAAiC;AACjC,yDAAyD;AAEzD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,4DAAoC;AACpC,uCAAkC;AAClC,iCAAsD;AACtD,wEAE0B;AAG1B,4DAAuD;AACvD,6DAA6D;AAC7D,wCAAqC;AACrC,oCAKkB;AAClB,8CAA0C;AAC1C,gDAA8E;AAC9E,wDAAoD;AACpD,8CAA2C;AAC3C,mCAA4D;AAQ5D,2EAA2E;AAC3E,6EAA6E;AAC7E,8DAA8D;AAC9D,MAAM,0BAA0B,GAAG,CAAC,EAMF,EAAE,EAAE;QANF,EAClC,cAAc,EACd,UAAU,EACV,KAAK,EACL,WAAW,OAEqB,EAD7B,SAAS,cALsB,wDAMnC,CADa;IAEZ,iFAAiF;IACjF,MAAM,KAKF,cAAc,aAAd,cAAc,cAAd,cAAc,GAAI,EAAE,EALlB,EACJ,WAAW,EAAE,oBAAoB,EACjC,cAAc,EAAE,uBAAuB,EACvC,GAAG,OAEmB,EADnB,kBAAkB,cAJjB,wCAKL,CAAuB,CAAC;IAEzB,OAAO,CACL,uBAAC,sBAAS,kBACR,GAAG,EAAE,GAAG,EACR,eAAe,EACb,uBAAC,+BAAuB,IAAC,SAAS,EAAC,qBAAqB,GAAG,EAE7D,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,aAAX,WAAW,cAAX,WAAW,GAAI,oBAAoB,EAChD,UAAU,EAAE,UAAU;QACtB,iEAAiE;QACjE,cAAc,gCACZ,YAAY,EAAE,mBAAmB,IAC9B,uBAAuB,GACvB,SAAS,KAEV,kBAAkB,EACtB,CACH,CAAC;AACJ,CAAC,CAAC;AA+BK,MAAM,UAAU,GAAG,CAAC,EAWW,EAAE,EAAE;;QAXf,EACzB,oBAAoB,EACpB,cAAc,EACd,eAAe,EACf,mBAAmB,EACnB,UAAU,EACV,GAAG,EACH,SAAS,EACT,KAAK,EACL,cAAc,OAEsB,EADjC,SAAS,cAVa,iJAW1B,CADa;IAEZ,MAAM,OAAO,GAAG,IAAA,oBAAU,EAAC,gBAAgB,EAAE,SAAS,EAAE,EAAE,CAAC,CAAC;IAC5D,MAAM,WAAW,GAAG,IAAA,cAAM,EAAkB,IAAI,CAAC,CAAC;IAClD,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,IAAA,gBAAQ,EAAa,KAAK,CAAC,CAAC;IACxD,MAAM,CAAC,eAAe,EAAE,kBAAkB,CAAC,GAAG,IAAA,gBAAQ,EACnD,oBAAoB,CAAC,QAAwB;QAC3C,oBAAoB,CAAC,SAAyB,CAClD,CAAC;IACF,MAAM,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,GAAG,IAAA,gBAAQ,EACtD,mBAAmB,aAAnB,mBAAmB,uBAAnB,mBAAmB,CAAE,KAAK,CAC3B,CAAC;IAEF,MAAM,cAAc,GAAG,IAAA,kCAAiB,GAAE,CAAC;IAE3C,MAAM,YAAY,GAAG,IAAA,mBAAW,EAC9B,CAAC,MAAkB,EAAE,EAAE;QACrB,SAAS,CAAC,MAAM,KAAK,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC;IAChD,CAAC,EACD,CAAC,MAAM,CAAC,CACT,CAAC;IAEF,MAAM,YAAY,GAAG,IAAA,mBAAW,EAC9B,CAAC,KAAuC,EAAE,EAAE;QAC1C,MAAM,EACJ,aAAa,EACb,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,uBAAuB,EACvB,sBAAsB,EACtB,uBAAuB,EACvB,sBAAsB,GACvB,GAAG,KAAK,CAAC;QAEV,MAAM,YAAY,GAAG,MAAM,KAAK,MAAM,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,aAAa,CAAC;QACtE,MAAM,YAAY,GAAG,MAAM,KAAK,MAAM,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,aAAa,CAAC;QACtE,MAAM,YAAY,GAChB,MAAM,KAAK,MAAM,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC,uBAAuB,CAAC;QACvE,MAAM,YAAY,GAChB,MAAM,KAAK,MAAM,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC,uBAAuB,CAAC;QAEvE,OAAO,CACL,iCAAK,SAAS,EAAC,uBAAuB,aACpC,iCAAK,SAAS,EAAC,wBAAwB,aACpC,MAAM,KAAK,MAAM,IAAI,CACpB,iDACc,GAAG,MAAM,KAAK,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,eAAe,kBACrD,MAAM,KAAK,OAAO,EAChC,OAAO,EAAE,GAAG,EAAE,CAAC,YAAY,CAAC,OAAO,CAAC,YAEpC,iCAAK,SAAS,EAAC,qCAAqC,aAClD,uBAAC,uBAAU,IAAC,OAAO,EAAC,kBAAkB,YACnC,IAAA,iBAAM,EAAC,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,GACf,EACb,uBAAC,8BAAsB,IACrB,SAAS,EAAE,IAAA,oBAAU,EAAC,wBAAwB,EAAE;4CAC9C,cAAc,EAAE,MAAM,KAAK,OAAO;yCACnC,CAAC,gBACS,cAAc,GACzB,IACE,GACC,CACV,EACA,MAAM,KAAK,OAAO,IAAI,CACrB,iDACc,GAAG,MAAM,KAAK,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,cAAc,EACjE,OAAO,EAAE,GAAG,EAAE,CAAC,YAAY,CAAC,MAAM,CAAC,YAEnC,iCAAK,SAAS,EAAC,qCAAqC,aAClD,uBAAC,uBAAU,IAAC,OAAO,EAAC,kBAAkB,YACnC,MAAM,KAAK,MAAM;4CAChB,CAAC,CAAC,IAAA,4BAAoB,EAClB,KAAK,CAAC,IAAI,EACV,oBAAoB,aAApB,oBAAoB,uBAApB,oBAAoB,CAAE,cAAc,CACrC;4CACH,CAAC,CAAC,IAAA,iBAAM,EAAC,KAAK,CAAC,IAAI,EAAE,MAAM,CAAC,GACnB,EACb,uBAAC,8BAAsB,IACrB,SAAS,EAAE,IAAA,oBAAU,EAAC,wBAAwB,EAAE;4CAC9C,cAAc,EAAE,MAAM,KAAK,MAAM;yCAClC,CAAC,gBACS,cAAc,GACzB,IACE,GACC,CACV,IACG,EACL,MAAM,KAAK,OAAO,IAAI,CACrB,iCAAK,SAAS,EAAC,wCAAwC,aACrD,uBAAC,mCAAe,IACd,WAAW,EACT,MAAM,KAAK,MAAM,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,gBAAgB,EAE1D,OAAO,EAAE,YAAY,EACrB,UAAU,EAAE,YAAY,EACxB,SAAS,EAAC,0BAA0B,EACpC,IAAI,EAAC,OAAO,YAEZ,uBAAC,4BAAoB,KAAG,GACR,EAClB,uBAAC,mCAAe,IACd,WAAW,EAAE,MAAM,KAAK,MAAM,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,EAC7D,OAAO,EAAE,YAAY,EACrB,UAAU,EAAE,YAAY,EACxB,SAAS,EAAC,0BAA0B,EACpC,IAAI,EAAC,OAAO,YAEZ,uBAAC,6BAAqB,KAAG,GACT,IACd,CACP,IACG,CACP,CAAC;IACJ,CAAC,EACD,CAAC,MAAM,EAAE,YAAY,EAAE,oBAAoB,aAApB,oBAAoB,uBAApB,oBAAoB,CAAE,cAAc,CAAC,CAC7D,CAAC;IAEF,MAAM,gBAAgB,GAAG,CAAC,OAAmB,EAAE,EAAE;QAC/C,IACE,oBAAoB,CAAC,YAAY;YACjC,oBAAoB,CAAC,eAAe,EACpC,CAAC;YACD,2DAA2D;YAC3D,OAAO;QACT,CAAC;QAED,IAAI,CAAC,eAAe,EAAE,CAAC;YACrB,OAAO;QACT,CAAC;QAED,MAAM,OAAO,GAAG,IAAI,IAAI,CAAC,eAAe,CAAC,CAAC;QAC1C,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAC,IAAI,EAAE,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;QACrD,kBAAkB,CAAC,OAAO,CAAC,CAAC;QAE5B,IAAI,oBAAoB,CAAC,QAAQ,EAAE,CAAC;YAClC,4BAA4B;YAC5B,oBAAoB,CAAC,QAAQ,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC;QACpD,CAAC;IACH,CAAC,CAAC;IAEF,MAAM,oBAAoB,GAAG,CAAC,QAAgB,EAAE,EAAE;QAChD,mBAAmB,CAAC,QAAQ,CAAC,CAAC;QAC9B,IAAI,mBAAmB,aAAnB,mBAAmB,uBAAnB,mBAAmB,CAAE,QAAQ,EAAE,CAAC;YAClC,mBAAmB,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;QACzC,CAAC;IACH,CAAC,CAAC;IAEF;;;OAGG;IACH,MAAM,iBAAiB,GAA4B,IAAA,mBAAW,EAC5D,CACE,IAAuD,EACvD,KAA4B,EAC5B,EAAE;QACF,IAAI,MAAM,KAAK,KAAK,EAAE,CAAC;YACrB,yEAAyE;YACzE,UAAU,CAAC,GAAG,EAAE;gBACd,SAAS,CAAC,KAAK,CAAC,CAAC;YACnB,CAAC,CAAC,CAAC;QACL,CAAC;aAAM,IAAI,MAAM,KAAK,KAAK,EAAE,CAAC;YAC5B,IAAI,IAAI,YAAY,IAAI,EAAE,CAAC;gBACzB,kBAAkB,CAAC,IAAI,CAAC,CAAC;YAC3B,CAAC;iBAAM,IACL,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC;gBACnB,IAAI,CAAC,MAAM,GAAG,CAAC;gBACf,IAAI,CAAC,CAAC,CAAC,YAAY,IAAI,EACvB,CAAC;gBACD,kBAAkB,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;YAC9B,CAAC;iBAAM,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;gBACzB,kBAAkB,CAAC,IAAI,CAAC,CAAC;YAC3B,CAAC;YAED,IAAI,oBAAoB,CAAC,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;gBAClD,oBAAoB,CAAC,QAAoC,CACxD,IAAI,EACJ,KAAK,CACN,CAAC;YACJ,CAAC;QACH,CAAC;IACH,CAAC,EACD,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAC/B,CAAC;IAEF;;;;OAIG;IACH,MAAM,0BAA0B,GAAG,IAAA,mBAAW,EAAC,GAAG,EAAE;;QAClD,IAAI,MAAM,KAAK,KAAK,EAAE,CAAC;YACrB,SAAS,CAAC,KAAK,CAAC,CAAC;QACnB,CAAC;QACD,MAAA,oBAAoB,aAApB,oBAAoB,uBAApB,oBAAoB,CAAE,eAAe,oEAAI,CAAC;IAC5C,CAAC,EAAE,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC,CAAC;IAEnC,MAAM,iBAAiB,GAAG,IAAA,mBAAW,EACnC,CAAC,IAAU,EAAE,EAAE;;QACb,IAAI,MAAM,KAAK,OAAO,EAAE,CAAC;YACvB,MAAM,WAAW,GAAG,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,OAAO,EAAE,mCAAI,CAAC,CAAC;YACpD,MAAM,cAAc,GAAG,IAAA,mBAAW,EAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,IAAI,CAAC,WAAW,EAAE,CAAC,CAAC;YACxE,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,WAAW,EAAE,cAAc,CAAC,CAAC,CAAC;YACpD,MAAA,oBAAoB,aAApB,oBAAoB,uBAApB,oBAAoB,CAAE,aAAa,qEAAG,IAAI,CAAC,CAAC;QAC9C,CAAC;aAAM,IAAI,MAAM,KAAK,MAAM,EAAE,CAAC;YAC7B,MAAM,WAAW,GAAG,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,OAAO,EAAE,mCAAI,CAAC,CAAC;YACpD,MAAM,aAAa,GAAG,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,QAAQ,EAAE,mCAAI,CAAC,CAAC;YACvD,MAAM,cAAc,GAAG,IAAA,mBAAW,EAAC,aAAa,EAAE,IAAI,CAAC,WAAW,EAAE,CAAC,CAAC;YACtE,IAAI,CAAC,QAAQ,CAAC,aAAa,EAAE,IAAI,CAAC,GAAG,CAAC,WAAW,EAAE,cAAc,CAAC,CAAC,CAAC;YACpE,MAAA,oBAAoB,aAApB,oBAAoB,uBAApB,oBAAoB,CAAE,aAAa,qEAAG,IAAI,CAAC,CAAC;QAC9C,CAAC;QACD,kBAAkB,CAAC,IAAI,CAAC,CAAC;IAC3B,CAAC,EACD,CAAC,MAAM,EAAE,eAAe,EAAE,oBAAoB,CAAC,CAChD,CAAC;IAEF;;;OAGG;IACH,MAAM,sBAAsB,GAAG,IAAA,mBAAW,EACxC,CACE,KAE6C,EAC7C,EAAE;;QACF,MAAM,MAAM,GAAG,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,MAAsC,CAAC;QAC7D,IAAI,CAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,KAAK,MAAK,EAAE,EAAE,CAAC;YACzB,kBAAkB,CAAC,IAAI,CAAC,CAAC;YACzB,IAAI,oBAAoB,CAAC,QAAQ,EAAE,CAAC;gBACjC,oBAAoB,CAAC,QAAoC,CACxD,IAAI,EACJ,KAAK,CACN,CAAC;YACJ,CAAC;QACH,CAAC;QACD,MAAA,oBAAoB,aAApB,oBAAoB,uBAApB,oBAAoB,CAAE,WAAW,qEAAG,KAAK,CAAC,CAAC;IAC7C,CAAC,EACD,CAAC,oBAAoB,CAAC,CACvB,CAAC;IAEF,MAAM,eAAe,mCAChB,oBAAoB,KACvB,eAAe,EAAE,0BAA0B,EAC3C,QAAQ,EAAE,iBAAiB,EAC3B,WAAW,EAAE,sBAAsB,EACnC,aAAa,EAAE,iBAAiB,GACjC,CAAC;IAEF,OAAO,CACL,8CACE,SAAS,EAAE,OAAO,EAClB,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,KAAK,IACR,SAAS,EACT,cAAc,cAElB,uBAAC,0BAAe,kBACd,GAAG,EAAE,WAAW,EAChB,WAAW,EACT,uBAAC,0BAA0B,IACzB,UAAU,EAAE,UAAU,EACtB,cAAc,EAAE,cAAc,GAC9B,EAEJ,eAAe,EACb,kCAAM,SAAS,EAAC,yBAAyB,aACvC,uBAAC,iBAAO,KAAG,EACX,uBAAC,wBAAU,kBACT,OAAO,QACP,KAAK,EACH,eAAe;4BACb,CAAC,CAAC,IAAI,wBAAU,CACZ,eAAe,CAAC,QAAQ,EAAE,EAC1B,eAAe,CAAC,UAAU,EAAE,CAC7B;4BACH,CAAC,CAAC,SAAS,EAEf,QAAQ,EAAE,gBAAgB,IACtB,eAAe,IACnB,gBAAgB,EAAC,UAAU,EAC3B,UAAU,EAAE,KAAK,IACjB,EACD,mBAAmB,IAAI,CACtB,uBAAC,gCAAc,kBACb,OAAO,QACP,KAAK,EAAE,gBAAgB,EACvB,QAAQ,EAAE,oBAAoB,EAC9B,aAAa,EAAE,eAAe,IAAI,SAAS,IACvC,mBAAmB,IACvB,gBAAgB,EAAC,UAAU,EAC3B,UAAU,EAAE,KAAK,IACjB,CACH,IACI,EAET,QAAQ,EAAE,UAAU,EACpB,eAAe,EAAE,KAAK,EACtB,mBAAmB,EAAE,MAAM,KAAK,OAAO,EACvC,cAAc,EAAE,MAAM,KAAK,MAAM,EACjC,mBAAmB,EACjB,MAAM,KAAK,KAAK,IAAI,CAAC,CAAC,MAAA,oBAAoB,CAAC,aAAa,mCAAI,KAAK,CAAC,EAEpE,YAAY,EAAE,GAAG,EAAE,CAAC,oBAAoB,EACxC,kBAAkB,EAAE,YAAY,IAC5B,eAAe,IACnB,eAAe,EAAE,IAAA,oBAAU,EACzB,uBAAuB,EACvB,oBAAoB,CAAC,eAAe,CACrC,EACD,WAAW,kBACT,QAAQ,EAAE,cAAc,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,UAAU,IAC5C,oBAAoB,CAAC,WAAW,KAErC,IACE,CACP,CAAC;AACJ,CAAC,CAAC;AAxUW,QAAA,UAAU,cAwUrB","sourcesContent":["// TODO: try to fix as some point\n/* eslint-disable @typescript-eslint/naming-convention */\n\n/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\nimport classNames from 'classnames';\nimport { format } from 'date-fns';\nimport { useCallback, useRef, useState } from 'react';\nimport ReactDatePicker, {\n type ReactDatePickerCustomHeaderProps,\n} from 'react-datepicker';\n\nimport type { CommonProps } from '../_common/types';\nimport { CleanIconButton } from '../clean-icon-button';\nimport { useIsInsideDialog } from '../dialog/dialog-context';\nimport { Divider } from '../divider';\nimport {\n ArrowLeftIconOutline,\n ArrowRightIconOutline,\n CalendarDaysIconOutline,\n ChevronDownIconOutline,\n} from '../icons';\nimport { TextInput } from '../text-input';\nimport { NeedleTime, TimePicker, type TimePickerProps } from '../time-picker';\nimport { TimeZonePicker } from '../timezone-picker';\nimport { Typography } from '../typography';\nimport { daysInMonth, getYearsPeriodString } from './utils';\n\ntype DatePickerTextInputWrapperProps = React.ComponentProps<'input'> & {\n textInputProps?: React.ComponentProps<typeof TextInput>;\n isDisabled?: boolean;\n value?: string;\n};\n\n// This wrapper is needed due to react-datepicker injecting html attributes\n// into the custom input component on root level, since we use htmlAttributes\n// we need to help spread them there instead of the root level\nconst DatePickerTextInputWrapper = ({\n textInputProps,\n isDisabled,\n value,\n placeholder,\n ...restProps\n}: DatePickerTextInputWrapperProps) => {\n // deconstruct textInputProps to avoid bugs with react-datepicker injecting props\n const {\n placeholder: textInputPlaceholder,\n htmlAttributes: textInputHtmlAttributes,\n ref,\n ...restTextInputProps\n } = textInputProps ?? {};\n\n return (\n <TextInput\n ref={ref}\n trailingElement={\n <CalendarDaysIconOutline className=\"ndl-datepicker-icon\" />\n }\n value={value}\n placeholder={placeholder ?? textInputPlaceholder}\n isDisabled={isDisabled}\n // react-datepicker injects html attributes into the custom input\n htmlAttributes={{\n 'aria-label': 'Date picker input',\n ...textInputHtmlAttributes,\n ...restProps,\n }}\n {...restTextInputProps}\n />\n );\n};\n\n/**\n *\n *\n * Types\n *\n *\n */\n\ntype PickerType = 'day' | 'month' | 'year';\n\n// Define a more flexible type for onChange\ntype DatePickerChangeHandler = (\n date: Date | null | [Date | null, Date | null] | Date[],\n event?: React.SyntheticEvent | undefined,\n) => void;\n\ninterface DatePickerProps {\n /** Props for the embedded `TextInput` component. */\n textInputProps?: React.ComponentProps<typeof TextInput>;\n /** Whether the date picker is disabled. */\n isDisabled?: boolean;\n /** Props for the embedded `TimePicker` component. */\n timePickerProps?: TimePickerProps;\n /** Props for the embedded `TimeZonePicker` component. */\n timeZonePickerProps?: React.ComponentProps<typeof TimeZonePicker>;\n /** Props forwarded to underlying `react-datepicker` component. */\n reactDatePickerProps: React.ComponentProps<typeof ReactDatePicker>;\n}\n\nexport const DatePicker = ({\n reactDatePickerProps,\n textInputProps,\n timePickerProps,\n timeZonePickerProps,\n isDisabled,\n ref,\n className,\n style,\n htmlAttributes,\n ...restProps\n}: CommonProps<'div', DatePickerProps>) => {\n const classes = classNames(`ndl-datepicker`, className, {});\n const datetimeRef = useRef<ReactDatePicker>(null);\n const [picker, setPicker] = useState<PickerType>('day');\n const [preSelectedDate, setPreSelectedDate] = useState<Date | null>(\n (reactDatePickerProps.selected as Date | null) ||\n (reactDatePickerProps.startDate as Date | null),\n );\n const [selectedTimeZone, setSelectedTimeZone] = useState<string | undefined>(\n timeZonePickerProps?.value,\n );\n\n const isInsideDialog = useIsInsideDialog();\n\n const headerAction = useCallback(\n (action: PickerType) => {\n setPicker(picker === action ? 'day' : action);\n },\n [picker],\n );\n\n const CustomHeader = useCallback(\n (props: ReactDatePickerCustomHeaderProps) => {\n const {\n decreaseMonth,\n increaseMonth,\n increaseYear,\n decreaseYear,\n nextMonthButtonDisabled,\n nextYearButtonDisabled,\n prevMonthButtonDisabled,\n prevYearButtonDisabled,\n } = props;\n\n const prevCallback = picker === 'year' ? decreaseYear : decreaseMonth;\n const nextCallback = picker === 'year' ? increaseYear : increaseMonth;\n const prevDisabled =\n picker === 'year' ? prevYearButtonDisabled : prevMonthButtonDisabled;\n const nextDisabled =\n picker === 'year' ? nextYearButtonDisabled : nextMonthButtonDisabled;\n\n return (\n <div className=\"ndl-datepicker-header\">\n <div className=\"ndl-datepicker-selects\">\n {picker !== 'year' && (\n <button\n aria-label={`${picker === 'month' ? 'Close' : 'Open'} month picker`}\n aria-pressed={picker === 'month'}\n onClick={() => headerAction('month')}\n >\n <div className=\"n-flex n-items-center n-gap-token-4\">\n <Typography variant=\"subheading-small\">\n {format(props.date, 'MMM')}\n </Typography>\n <ChevronDownIconOutline\n className={classNames('ndl-datepicker-chevron', {\n 'n-rotate-180': picker === 'month',\n })}\n aria-label=\"Chevron icon\"\n />\n </div>\n </button>\n )}\n {picker !== 'month' && (\n <button\n aria-label={`${picker === 'year' ? 'Close' : 'Open'} year picker`}\n onClick={() => headerAction('year')}\n >\n <div className=\"n-flex n-items-center n-gap-token-4\">\n <Typography variant=\"subheading-small\">\n {picker === 'year'\n ? getYearsPeriodString(\n props.date,\n reactDatePickerProps?.yearItemNumber,\n )\n : format(props.date, 'yyyy')}\n </Typography>\n <ChevronDownIconOutline\n className={classNames('ndl-datepicker-chevron', {\n 'n-rotate-180': picker === 'year',\n })}\n aria-label=\"Chevron icon\"\n />\n </div>\n </button>\n )}\n </div>\n {picker !== 'month' && (\n <div className=\"n-flex n-justify-center n-gap-token-16\">\n <CleanIconButton\n description={\n picker === 'year' ? 'Previous period' : 'Previous month'\n }\n onClick={prevCallback}\n isDisabled={prevDisabled}\n className=\"n-text-neutral-text-weak\"\n size=\"small\"\n >\n <ArrowLeftIconOutline />\n </CleanIconButton>\n <CleanIconButton\n description={picker === 'year' ? 'Next period' : 'Next month'}\n onClick={nextCallback}\n isDisabled={nextDisabled}\n className=\"n-text-neutral-text-weak\"\n size=\"small\"\n >\n <ArrowRightIconOutline />\n </CleanIconButton>\n </div>\n )}\n </div>\n );\n },\n [picker, headerAction, reactDatePickerProps?.yearItemNumber],\n );\n\n const handleTimeChange = (newTime: NeedleTime) => {\n if (\n reactDatePickerProps.selectsRange ||\n reactDatePickerProps.selectsMultiple\n ) {\n // this is consistent with the behavior of react-datepicker\n return;\n }\n\n if (!preSelectedDate) {\n return;\n }\n\n const newDate = new Date(preSelectedDate);\n newDate.setHours(newTime.hour, newTime.minute, 0, 0);\n setPreSelectedDate(newDate);\n\n if (reactDatePickerProps.onChange) {\n // For single date selection\n reactDatePickerProps.onChange(newDate, undefined);\n }\n };\n\n const handleTimeZoneChange = (timezone: string) => {\n setSelectedTimeZone(timezone);\n if (timeZonePickerProps?.onChange) {\n timeZonePickerProps.onChange(timezone);\n }\n };\n\n /**\n * Intercept onChange so we can work with\n * Month and Year pickers\n */\n const interceptedChange: DatePickerChangeHandler = useCallback(\n (\n date: Date | null | [Date | null, Date | null] | Date[],\n event?: React.SyntheticEvent,\n ) => {\n if (picker !== 'day') {\n // setTimeout to prevent picker change before the handleMonthChange logic\n setTimeout(() => {\n setPicker('day');\n });\n } else if (picker === 'day') {\n if (date instanceof Date) {\n setPreSelectedDate(date);\n } else if (\n Array.isArray(date) &&\n date.length > 0 &&\n date[0] instanceof Date\n ) {\n setPreSelectedDate(date[0]);\n } else if (date === null) {\n setPreSelectedDate(null);\n }\n\n if (reactDatePickerProps.onChange && date !== null) {\n (reactDatePickerProps.onChange as DatePickerChangeHandler)(\n date,\n event,\n );\n }\n }\n },\n [picker, reactDatePickerProps],\n );\n\n /**\n * Intercept onCalendarClose so we can\n * switch to \"day\" picker if we close on \"month\" or \"year\"\n * view\n */\n const interceptedOnCalendarClose = useCallback(() => {\n if (picker !== 'day') {\n setPicker('day');\n }\n reactDatePickerProps?.onCalendarClose?.();\n }, [picker, reactDatePickerProps]);\n\n const handleMonthChange = useCallback(\n (date: Date) => {\n if (picker === 'month') {\n const selectedDay = preSelectedDate?.getDate() ?? 1;\n const daysInNewMonth = daysInMonth(date.getMonth(), date.getFullYear());\n date.setDate(Math.min(selectedDay, daysInNewMonth));\n reactDatePickerProps?.onMonthChange?.(date);\n } else if (picker === 'year') {\n const selectedDay = preSelectedDate?.getDate() ?? 1;\n const selectedMonth = preSelectedDate?.getMonth() ?? 0;\n const daysInNewMonth = daysInMonth(selectedMonth, date.getFullYear());\n date.setMonth(selectedMonth, Math.min(selectedDay, daysInNewMonth));\n reactDatePickerProps?.onMonthChange?.(date);\n }\n setPreSelectedDate(date);\n },\n [picker, preSelectedDate, reactDatePickerProps],\n );\n\n /**\n * Intercept onChangeRaw to handle clearing the input\n * When the user clears the text input, set the date to null\n */\n const interceptedOnChangeRaw = useCallback(\n (\n event?:\n | React.KeyboardEvent<HTMLElement>\n | React.MouseEvent<HTMLElement, MouseEvent>,\n ) => {\n const target = event?.target as HTMLInputElement | undefined;\n if (target?.value === '') {\n setPreSelectedDate(null);\n if (reactDatePickerProps.onChange) {\n (reactDatePickerProps.onChange as DatePickerChangeHandler)(\n null,\n event,\n );\n }\n }\n reactDatePickerProps?.onChangeRaw?.(event);\n },\n [reactDatePickerProps],\n );\n\n const datePickerProps = {\n ...reactDatePickerProps,\n onCalendarClose: interceptedOnCalendarClose,\n onChange: interceptedChange,\n onChangeRaw: interceptedOnChangeRaw,\n onMonthChange: handleMonthChange,\n };\n\n return (\n <div\n className={classes}\n ref={ref}\n style={style}\n {...restProps}\n {...htmlAttributes}\n >\n <ReactDatePicker\n ref={datetimeRef}\n customInput={\n <DatePickerTextInputWrapper\n isDisabled={isDisabled}\n textInputProps={textInputProps}\n />\n }\n customTimeInput={\n <span className=\"ndl-time-picker-wrapper\">\n <Divider />\n <TimePicker\n isFluid\n value={\n preSelectedDate\n ? new NeedleTime(\n preSelectedDate.getHours(),\n preSelectedDate.getMinutes(),\n )\n : undefined\n }\n onChange={handleTimeChange}\n {...timePickerProps}\n floatingStrategy=\"absolute\"\n isPortaled={false}\n />\n {timeZonePickerProps && (\n <TimeZonePicker\n isFluid\n value={selectedTimeZone}\n onChange={handleTimeZoneChange}\n referenceDate={preSelectedDate || undefined}\n {...timeZonePickerProps}\n floatingStrategy=\"absolute\"\n isPortaled={false}\n />\n )}\n </span>\n }\n disabled={isDisabled}\n showPopperArrow={false}\n showMonthYearPicker={picker === 'month'}\n showYearPicker={picker === 'year'}\n shouldCloseOnSelect={\n picker === 'day' && !(reactDatePickerProps.showTimeInput ?? false)\n }\n dayClassName={() => 'ndl-datepicker-day'}\n renderCustomHeader={CustomHeader}\n {...datePickerProps}\n popperClassName={classNames(\n 'ndl-datepicker-popper',\n reactDatePickerProps.popperClassName,\n )}\n popperProps={{\n strategy: isInsideDialog ? 'fixed' : 'absolute',\n ...reactDatePickerProps.popperProps,\n }}\n />\n </div>\n );\n};\n"]}
1
+ {"version":3,"file":"DatePicker.js","sourceRoot":"","sources":["../../../src/date-picker/DatePicker.tsx"],"names":[],"mappings":"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","sourcesContent":["// TODO: try to fix as some point\n/* eslint-disable @typescript-eslint/naming-convention */\n\n/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\nimport classNames from 'classnames';\nimport { format } from 'date-fns';\nimport { useCallback, useRef, useState } from 'react';\nimport ReactDatePicker, {\n type ReactDatePickerCustomHeaderProps,\n} from 'react-datepicker';\n\nimport type { CommonProps } from '../_common/types';\nimport { CleanIconButton } from '../clean-icon-button';\nimport { useIsInsideDialog } from '../dialog/dialog-context';\nimport { Divider } from '../divider';\nimport {\n ArrowLeftIconOutline,\n ArrowRightIconOutline,\n CalendarDaysIconOutline,\n ChevronDownIconOutline,\n} from '../icons';\nimport { TextInput } from '../text-input';\nimport { NeedleTime, TimePicker, type TimePickerProps } from '../time-picker';\nimport { TimeZonePicker } from '../timezone-picker';\nimport { Typography } from '../typography';\nimport { daysInMonth, getYearsPeriodString } from './utils';\n\ntype DatePickerTextInputWrapperProps = React.ComponentProps<'input'> & {\n textInputProps?: React.ComponentProps<typeof TextInput>;\n isDisabled?: boolean;\n value?: string;\n};\n\n// This wrapper is needed due to react-datepicker injecting html attributes\n// into the custom input component on root level, since we use htmlAttributes\n// we need to help spread them there instead of the root level\nconst DatePickerTextInputWrapper = ({\n textInputProps,\n isDisabled,\n value,\n placeholder,\n ...restProps\n}: DatePickerTextInputWrapperProps) => {\n // deconstruct textInputProps to avoid bugs with react-datepicker injecting props\n const {\n placeholder: textInputPlaceholder,\n htmlAttributes: textInputHtmlAttributes,\n ref,\n ...restTextInputProps\n } = textInputProps ?? {};\n\n return (\n <TextInput\n ref={ref}\n trailingElement={\n <CalendarDaysIconOutline className=\"ndl-datepicker-icon\" />\n }\n value={value}\n placeholder={placeholder ?? textInputPlaceholder}\n isDisabled={isDisabled}\n // react-datepicker injects html attributes into the custom input\n htmlAttributes={{\n 'aria-label': 'Date picker input', // TODO: shouldn't be added by default, conflicts with the actual label.\n ...textInputHtmlAttributes,\n ...restProps,\n }}\n {...restTextInputProps}\n />\n );\n};\n\n/**\n *\n *\n * Types\n *\n *\n */\n\ntype PickerType = 'day' | 'month' | 'year';\n\n// Define a more flexible type for onChange\ntype DatePickerChangeHandler = (\n date: Date | null | [Date | null, Date | null] | Date[],\n event?: React.SyntheticEvent | undefined,\n) => void;\n\ninterface DatePickerProps {\n /** Props for the embedded `TextInput` component. */\n textInputProps?: React.ComponentProps<typeof TextInput>;\n /** Whether the date picker is disabled. */\n isDisabled?: boolean;\n /** Props for the embedded `TimePicker` component. */\n timePickerProps?: TimePickerProps;\n /** Props for the embedded `TimeZonePicker` component. */\n timeZonePickerProps?: React.ComponentProps<typeof TimeZonePicker>;\n /** Props forwarded to underlying `react-datepicker` component. */\n reactDatePickerProps: React.ComponentProps<typeof ReactDatePicker>;\n}\n\nexport const DatePicker = ({\n reactDatePickerProps,\n textInputProps,\n timePickerProps,\n timeZonePickerProps,\n isDisabled,\n ref,\n className,\n style,\n htmlAttributes,\n ...restProps\n}: CommonProps<'div', DatePickerProps>) => {\n const classes = classNames(`ndl-datepicker`, className, {});\n const datetimeRef = useRef<ReactDatePicker>(null);\n const [picker, setPicker] = useState<PickerType>('day');\n const [preSelectedDate, setPreSelectedDate] = useState<Date | null>(\n (reactDatePickerProps.selected as Date | null) ||\n (reactDatePickerProps.startDate as Date | null),\n );\n const [selectedTimeZone, setSelectedTimeZone] = useState<string | undefined>(\n timeZonePickerProps?.value,\n );\n\n const isInsideDialog = useIsInsideDialog();\n\n const headerAction = useCallback(\n (action: PickerType) => {\n setPicker(picker === action ? 'day' : action);\n },\n [picker],\n );\n\n const CustomHeader = useCallback(\n (props: ReactDatePickerCustomHeaderProps) => {\n const {\n decreaseMonth,\n increaseMonth,\n increaseYear,\n decreaseYear,\n nextMonthButtonDisabled,\n nextYearButtonDisabled,\n prevMonthButtonDisabled,\n prevYearButtonDisabled,\n } = props;\n\n const prevCallback = picker === 'year' ? decreaseYear : decreaseMonth;\n const nextCallback = picker === 'year' ? increaseYear : increaseMonth;\n const prevDisabled =\n picker === 'year' ? prevYearButtonDisabled : prevMonthButtonDisabled;\n const nextDisabled =\n picker === 'year' ? nextYearButtonDisabled : nextMonthButtonDisabled;\n\n return (\n <div className=\"ndl-datepicker-header\">\n <div className=\"ndl-datepicker-selects\">\n {picker !== 'year' && (\n <button\n aria-label={`${picker === 'month' ? 'Close' : 'Open'} month picker`}\n aria-pressed={picker === 'month'}\n onClick={() => headerAction('month')}\n >\n <div className=\"n-flex n-items-center n-gap-token-4\">\n <Typography variant=\"subheading-small\">\n {format(props.date, 'MMM')}\n </Typography>\n <ChevronDownIconOutline\n className={classNames('ndl-datepicker-chevron', {\n 'n-rotate-180': picker === 'month',\n })}\n aria-label=\"Chevron icon\"\n />\n </div>\n </button>\n )}\n {picker !== 'month' && (\n <button\n aria-label={`${picker === 'year' ? 'Close' : 'Open'} year picker`}\n onClick={() => headerAction('year')}\n >\n <div className=\"n-flex n-items-center n-gap-token-4\">\n <Typography variant=\"subheading-small\">\n {picker === 'year'\n ? getYearsPeriodString(\n props.date,\n reactDatePickerProps?.yearItemNumber,\n )\n : format(props.date, 'yyyy')}\n </Typography>\n <ChevronDownIconOutline\n className={classNames('ndl-datepicker-chevron', {\n 'n-rotate-180': picker === 'year',\n })}\n aria-label=\"Chevron icon\"\n />\n </div>\n </button>\n )}\n </div>\n {picker !== 'month' && (\n <div className=\"n-flex n-justify-center n-gap-token-16\">\n <CleanIconButton\n description={\n picker === 'year' ? 'Previous period' : 'Previous month'\n }\n onClick={prevCallback}\n isDisabled={prevDisabled}\n className=\"n-text-neutral-text-weak\"\n size=\"small\"\n >\n <ArrowLeftIconOutline />\n </CleanIconButton>\n <CleanIconButton\n description={picker === 'year' ? 'Next period' : 'Next month'}\n onClick={nextCallback}\n isDisabled={nextDisabled}\n className=\"n-text-neutral-text-weak\"\n size=\"small\"\n >\n <ArrowRightIconOutline />\n </CleanIconButton>\n </div>\n )}\n </div>\n );\n },\n [picker, headerAction, reactDatePickerProps?.yearItemNumber],\n );\n\n const handleTimeChange = (newTime: NeedleTime) => {\n if (\n reactDatePickerProps.selectsRange ||\n reactDatePickerProps.selectsMultiple\n ) {\n // this is consistent with the behavior of react-datepicker\n return;\n }\n\n if (!preSelectedDate) {\n return;\n }\n\n const newDate = new Date(preSelectedDate);\n newDate.setHours(newTime.hour, newTime.minute, 0, 0);\n setPreSelectedDate(newDate);\n\n if (reactDatePickerProps.onChange) {\n // For single date selection\n reactDatePickerProps.onChange(newDate, undefined);\n }\n };\n\n const handleTimeZoneChange = (timezone: string) => {\n setSelectedTimeZone(timezone);\n if (timeZonePickerProps?.onChange) {\n timeZonePickerProps.onChange(timezone);\n }\n };\n\n /**\n * Intercept onChange so we can work with\n * Month and Year pickers\n */\n const interceptedChange: DatePickerChangeHandler = useCallback(\n (\n date: Date | null | [Date | null, Date | null] | Date[],\n event?: React.SyntheticEvent,\n ) => {\n if (picker !== 'day') {\n // setTimeout to prevent picker change before the handleMonthChange logic\n setTimeout(() => {\n setPicker('day');\n });\n } else if (picker === 'day') {\n if (date instanceof Date) {\n setPreSelectedDate(date);\n } else if (\n Array.isArray(date) &&\n date.length > 0 &&\n date[0] instanceof Date\n ) {\n setPreSelectedDate(date[0]);\n } else if (date === null) {\n setPreSelectedDate(null);\n }\n\n if (reactDatePickerProps.onChange && date !== null) {\n (reactDatePickerProps.onChange as DatePickerChangeHandler)(\n date,\n event,\n );\n }\n }\n },\n [picker, reactDatePickerProps],\n );\n\n /**\n * Intercept onCalendarClose so we can\n * switch to \"day\" picker if we close on \"month\" or \"year\"\n * view\n */\n const interceptedOnCalendarClose = useCallback(() => {\n if (picker !== 'day') {\n setPicker('day');\n }\n reactDatePickerProps?.onCalendarClose?.();\n }, [picker, reactDatePickerProps]);\n\n const handleMonthChange = useCallback(\n (date: Date) => {\n if (picker === 'month') {\n const selectedDay = preSelectedDate?.getDate() ?? 1;\n const daysInNewMonth = daysInMonth(date.getMonth(), date.getFullYear());\n date.setDate(Math.min(selectedDay, daysInNewMonth));\n reactDatePickerProps?.onMonthChange?.(date);\n } else if (picker === 'year') {\n const selectedDay = preSelectedDate?.getDate() ?? 1;\n const selectedMonth = preSelectedDate?.getMonth() ?? 0;\n const daysInNewMonth = daysInMonth(selectedMonth, date.getFullYear());\n date.setMonth(selectedMonth, Math.min(selectedDay, daysInNewMonth));\n reactDatePickerProps?.onMonthChange?.(date);\n }\n setPreSelectedDate(date);\n },\n [picker, preSelectedDate, reactDatePickerProps],\n );\n\n /**\n * Intercept onChangeRaw to handle clearing the input\n * When the user clears the text input, set the date to null\n */\n const interceptedOnChangeRaw = useCallback(\n (\n event?:\n | React.KeyboardEvent<HTMLElement>\n | React.MouseEvent<HTMLElement, MouseEvent>,\n ) => {\n const target = event?.target as HTMLInputElement | undefined;\n if (target?.value === '') {\n setPreSelectedDate(null);\n if (reactDatePickerProps.onChange) {\n (reactDatePickerProps.onChange as DatePickerChangeHandler)(\n null,\n event,\n );\n }\n }\n reactDatePickerProps?.onChangeRaw?.(event);\n },\n [reactDatePickerProps],\n );\n\n const datePickerProps = {\n ...reactDatePickerProps,\n onCalendarClose: interceptedOnCalendarClose,\n onChange: interceptedChange,\n onChangeRaw: interceptedOnChangeRaw,\n onMonthChange: handleMonthChange,\n };\n\n return (\n <div\n className={classes}\n ref={ref}\n style={style}\n {...restProps}\n {...htmlAttributes}\n >\n <ReactDatePicker\n ref={datetimeRef}\n customInput={\n <DatePickerTextInputWrapper\n isDisabled={isDisabled}\n textInputProps={textInputProps}\n />\n }\n customTimeInput={\n <span className=\"ndl-time-picker-wrapper\">\n <Divider />\n <TimePicker\n isFluid\n value={\n preSelectedDate\n ? new NeedleTime(\n preSelectedDate.getHours(),\n preSelectedDate.getMinutes(),\n )\n : undefined\n }\n onChange={handleTimeChange}\n {...timePickerProps}\n floatingStrategy=\"absolute\"\n isPortaled={false}\n />\n {timeZonePickerProps && (\n <TimeZonePicker\n isFluid\n value={selectedTimeZone}\n onChange={handleTimeZoneChange}\n referenceDate={preSelectedDate || undefined}\n {...timeZonePickerProps}\n floatingStrategy=\"absolute\"\n isPortaled={false}\n />\n )}\n </span>\n }\n disabled={isDisabled}\n showPopperArrow={false}\n showMonthYearPicker={picker === 'month'}\n showYearPicker={picker === 'year'}\n shouldCloseOnSelect={\n picker === 'day' && !(reactDatePickerProps.showTimeInput ?? false)\n }\n dayClassName={() => 'ndl-datepicker-day'}\n renderCustomHeader={CustomHeader}\n {...datePickerProps}\n popperClassName={classNames(\n 'ndl-datepicker-popper',\n reactDatePickerProps.popperClassName,\n )}\n popperProps={{\n strategy: isInsideDialog ? 'fixed' : 'absolute',\n ...reactDatePickerProps.popperProps,\n }}\n />\n </div>\n );\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownButton.js","sourceRoot":"","sources":["../../../src/dropdown-button/DropdownButton.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,4DAAoC;AAIpC,oCAAkD;AA6BlD;;;;;;GAMG;AAEI,MAAM,cAAc,GAAG,SAAS,cAAc,CAEnD,EAc+C;QAd/C,EACA,EAAE,EACF,QAAQ,EACR,IAAI,GAAG,QAAQ,EACf,UAAU,GAAG,KAAK,EAClB,UAAU,GAAG,KAAK,EAClB,cAAc,EACd,MAAM,GAAG,KAAK,EACd,OAAO,EACP,SAAS,EACT,KAAK,EACL,cAAc,EACd,GAAG,OAE4C,EAD5C,SAAS,cAbZ,4IAcD,CADa;IAEZ,MAAM,OAAO,GAAG,IAAA,oBAAU,EAAC,kBAAkB,EAAE,SAAS,EAAE;QACxD,cAAc,EAAE,UAAU;QAC1B,kBAAkB,EAAE,UAAU;QAC9B,WAAW,EAAE,IAAI,KAAK,OAAO;QAC7B,YAAY,EAAE,IAAI,KAAK,QAAQ;QAC/B,UAAU,EAAE,MAAM;QAClB,WAAW,EAAE,IAAI,KAAK,OAAO;KAC9B,CAAC,CAAC;IAEH,MAAM,SAAS,GAAsB,EAAE,aAAF,EAAE,cAAF,EAAE,GAAI,QAAQ,CAAC;IAEpD,OAAO,CACL,uBAAC,SAAS,kBACR,SAAS,EAAE,OAAO,EAClB,QAAQ,EAAE,UAAU,EACpB,OAAO,EAAE,OAAO,mBACD,MAAM,EACrB,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,KAAK,IACR,SAAS,EACT,cAAc,cAElB,iCAAK,SAAS,EAAC,wBAAwB,aACrC,iCAAK,SAAS,EAAC,kCAAkC,aAC9C,cAAc,EACf,iCAAM,SAAS,EAAC,0BAA0B,YAAE,QAAQ,GAAQ,IACxD,EAEN,uBAAC,8BAAsB,IACrB,SAAS,EAAE,IAAA,oBAAU,EAAC,0BAA0B,EAAE;wBAChD,+BAA+B,EAAE,MAAM;qBACxC,CAAC,GACF,IACE,IACI,CACb,CAAC;AACJ,CAAC,CAAC;AArDW,QAAA,cAAc,kBAqDzB","sourcesContent":["/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\nimport classNames from 'classnames';\nimport type React from 'react';\n\nimport { type PolymorphicCommonProps } from '../_common/types';\nimport { ChevronDownIconOutline } from '../icons';\n\n/**\n *\n *\n * Types\n *\n *\n */\n\ntype DropdownButtonProps = {\n /** Content displayed in the button */\n children: React.ReactNode;\n /** Size of button */\n size?: 'small' | 'medium' | 'large';\n /** Whether the button is in floating state */\n isFloating?: boolean;\n /** Whether the button is in disabled state */\n isDisabled?: boolean;\n /** Element that is shown before the button content */\n leadingElement?: React.ReactNode;\n /** If the dropdown is activated */\n isOpen?: boolean;\n /** Callback function to be called when the button is clicked */\n onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;\n /** Additional classnames */\n className?: string;\n};\n\n/**\n *\n *\n * DropdownButton Component\n *\n *\n */\n\nexport const DropdownButton = function DropdownButton<\n T extends React.ElementType = 'button',\n>({\n as,\n children,\n size = 'medium',\n isDisabled = false,\n isFloating = false,\n leadingElement,\n isOpen = false,\n onClick,\n className,\n style,\n htmlAttributes,\n ref,\n ...restProps\n}: PolymorphicCommonProps<T, DropdownButtonProps>) {\n const classes = classNames('ndl-dropdown-btn', className, {\n 'ndl-disabled': isDisabled,\n 'ndl-floating-btn': isFloating,\n 'ndl-large': size === 'large',\n 'ndl-medium': size === 'medium',\n 'ndl-open': isOpen,\n 'ndl-small': size === 'small',\n });\n\n const Component: React.ElementType = as ?? 'button';\n\n return (\n <Component\n className={classes}\n disabled={isDisabled}\n onClick={onClick}\n aria-expanded={isOpen}\n ref={ref}\n style={style}\n {...restProps}\n {...htmlAttributes}\n >\n <div className=\"ndl-dropdown-btn-inner\">\n <div className=\"ndl-dropdown-btn-leading-wrapper\">\n {leadingElement}\n <span className=\"ndl-dropdown-btn-content\">{children}</span>\n </div>\n\n <ChevronDownIconOutline\n className={classNames('ndl-dropdown-button-icon', {\n 'ndl-dropdown-button-icon-open': isOpen,\n })}\n />\n </div>\n </Component>\n );\n};\n"]}
1
+ {"version":3,"file":"DropdownButton.js","sourceRoot":"","sources":["../../../src/dropdown-button/DropdownButton.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,4DAAoC;AAIpC,oCAAkD;AA6BlD;;;;;;GAMG;AAEI,MAAM,cAAc,GAAG,SAAS,cAAc,CAEnD,EAc+C;QAd/C,EACA,EAAE,EACF,QAAQ,EACR,IAAI,GAAG,QAAQ,EACf,UAAU,GAAG,KAAK,EAClB,UAAU,GAAG,KAAK,EAClB,cAAc,EACd,MAAM,GAAG,KAAK,EACd,OAAO,EACP,SAAS,EACT,KAAK,EACL,cAAc,EACd,GAAG,OAE4C,EAD5C,SAAS,cAbZ,4IAcD,CADa;IAEZ,MAAM,OAAO,GAAG,IAAA,oBAAU,EAAC,kBAAkB,EAAE,SAAS,EAAE;QACxD,cAAc,EAAE,UAAU;QAC1B,kBAAkB,EAAE,UAAU;QAC9B,WAAW,EAAE,IAAI,KAAK,OAAO;QAC7B,YAAY,EAAE,IAAI,KAAK,QAAQ;QAC/B,UAAU,EAAE,MAAM;QAClB,WAAW,EAAE,IAAI,KAAK,OAAO;KAC9B,CAAC,CAAC;IAEH,MAAM,SAAS,GAAsB,EAAE,aAAF,EAAE,cAAF,EAAE,GAAI,QAAQ,CAAC;IAEpD,OAAO,CACL,uBAAC,SAAS,kBACR,SAAS,EAAE,OAAO,EAClB,QAAQ,EAAE,UAAU,EACpB,OAAO,EAAE,OAAO,mBACD,MAAM,EACrB,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,KAAK,IACR,SAAS,EACT,cAAc,cAElB,iCAAK,SAAS,EAAC,wBAAwB,aACrC,iCAAK,SAAS,EAAC,kCAAkC,aAC9C,cAAc,EACf,iCAAM,SAAS,EAAC,0BAA0B,YAAE,QAAQ,GAAQ,IACxD,EAEN,uBAAC,8BAAsB,IACrB,SAAS,EAAE,IAAA,oBAAU,EAAC,0BAA0B,EAAE;wBAChD,+BAA+B,EAAE,MAAM;qBACxC,CAAC,GACF,IACE,IACI,CACb,CAAC;AACJ,CAAC,CAAC;AArDW,QAAA,cAAc,kBAqDzB","sourcesContent":["/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\nimport classNames from 'classnames';\nimport type React from 'react';\n\nimport { type PolymorphicCommonProps } from '../_common/types';\nimport { ChevronDownIconOutline } from '../icons';\n\n/**\n *\n *\n * Types\n *\n *\n */\n\ntype DropdownButtonProps = {\n /** Content displayed in the button */\n children?: React.ReactNode;\n /** Size of button */\n size?: 'small' | 'medium' | 'large';\n /** Whether the button is in floating state */\n isFloating?: boolean;\n /** Whether the button is in disabled state */\n isDisabled?: boolean;\n /** Element that is shown before the button content */\n leadingElement?: React.ReactNode;\n /** If the dropdown is activated */\n isOpen?: boolean;\n /** Callback function to be called when the button is clicked */\n onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;\n /** Additional classnames */\n className?: string;\n};\n\n/**\n *\n *\n * DropdownButton Component\n *\n *\n */\n\nexport const DropdownButton = function DropdownButton<\n T extends React.ElementType = 'button',\n>({\n as,\n children,\n size = 'medium',\n isDisabled = false,\n isFloating = false,\n leadingElement,\n isOpen = false,\n onClick,\n className,\n style,\n htmlAttributes,\n ref,\n ...restProps\n}: PolymorphicCommonProps<T, DropdownButtonProps>) {\n const classes = classNames('ndl-dropdown-btn', className, {\n 'ndl-disabled': isDisabled,\n 'ndl-floating-btn': isFloating,\n 'ndl-large': size === 'large',\n 'ndl-medium': size === 'medium',\n 'ndl-open': isOpen,\n 'ndl-small': size === 'small',\n });\n\n const Component: React.ElementType = as ?? 'button';\n\n return (\n <Component\n className={classes}\n disabled={isDisabled}\n onClick={onClick}\n aria-expanded={isOpen}\n ref={ref}\n style={style}\n {...restProps}\n {...htmlAttributes}\n >\n <div className=\"ndl-dropdown-btn-inner\">\n <div className=\"ndl-dropdown-btn-leading-wrapper\">\n {leadingElement}\n <span className=\"ndl-dropdown-btn-content\">{children}</span>\n </div>\n\n <ChevronDownIconOutline\n className={classNames('ndl-dropdown-button-icon', {\n 'ndl-dropdown-button-icon-open': isOpen,\n })}\n />\n </div>\n </Component>\n );\n};\n"]}
@@ -41,13 +41,15 @@ const utils_1 = require("../_common/utils");
41
41
  const loading_spinner_1 = require("../loading-spinner");
42
42
  const tooltip_1 = require("../tooltip");
43
43
  const IconButtonBase = (_a) => {
44
- var { children, as, iconButtonVariant = 'default', isLoading = false, isDisabled = false, size = 'medium', isFloating = false, isActive = false, description, tooltipProps, className, style, variant = 'neutral', htmlAttributes, onClick, ref } = _a, restProps = __rest(_a, ["children", "as", "iconButtonVariant", "isLoading", "isDisabled", "size", "isFloating", "isActive", "description", "tooltipProps", "className", "style", "variant", "htmlAttributes", "onClick", "ref"]);
44
+ var { children, as, iconButtonVariant = 'default', isLoading = false, isDisabled = false, size = 'medium', isFloating = false,
45
+ // Does not have a default value to avoid setting aria-pressed to true if not explicitly set
46
+ isActive = undefined, description, tooltipProps, className, style, variant = 'neutral', htmlAttributes, onClick, ref } = _a, restProps = __rest(_a, ["children", "as", "iconButtonVariant", "isLoading", "isDisabled", "size", "isFloating", "isActive", "description", "tooltipProps", "className", "style", "variant", "htmlAttributes", "onClick", "ref"]);
45
47
  const Component = as !== null && as !== void 0 ? as : 'button';
46
48
  const isInteractable = !isDisabled && !isLoading;
47
49
  const isClean = iconButtonVariant === 'clean';
48
50
  const isDanger = variant === 'danger';
49
51
  const classes = (0, classnames_1.default)('ndl-icon-btn', className, {
50
- 'ndl-active': isActive,
52
+ 'ndl-active': Boolean(isActive),
51
53
  'ndl-clean': isClean,
52
54
  'ndl-danger': isDanger,
53
55
  'ndl-disabled': isDisabled,
@@ -80,7 +82,7 @@ const IconButtonBase = (_a) => {
80
82
  return ((0, jsx_runtime_1.jsxs)(tooltip_1.Tooltip, Object.assign({ hoverDelay: {
81
83
  close: 0,
82
84
  open: 500,
83
- } }, tooltipProps === null || tooltipProps === void 0 ? void 0 : tooltipProps.root, { type: "simple", isDisabled: description === null || isDisabled, children: [(0, jsx_runtime_1.jsx)(tooltip_1.Tooltip.Trigger, Object.assign({}, tooltipProps === null || tooltipProps === void 0 ? void 0 : tooltipProps.trigger, { hasButtonWrapper: true, children: (0, jsx_runtime_1.jsx)(Component, Object.assign({ onClick: handleClick, disabled: isDisabled, "aria-disabled": !isInteractable, "aria-label": description, "aria-pressed": isActive, className: classes, style: style, ref: ref }, restProps, htmlAttributes, { children: (0, jsx_runtime_1.jsx)("div", { className: "ndl-icon-btn-inner", children: isLoading ? ((0, jsx_runtime_1.jsx)(loading_spinner_1.LoadingSpinner, { size: "small" })) : ((0, jsx_runtime_1.jsx)("div", { className: "ndl-icon", children: children })) }) })) })), (0, jsx_runtime_1.jsx)(tooltip_1.Tooltip.Content, Object.assign({}, tooltipProps === null || tooltipProps === void 0 ? void 0 : tooltipProps.content, { children: description }))] })));
85
+ } }, tooltipProps === null || tooltipProps === void 0 ? void 0 : tooltipProps.root, { type: "simple", isDisabled: description === null || isDisabled, children: [(0, jsx_runtime_1.jsx)(tooltip_1.Tooltip.Trigger, Object.assign({}, tooltipProps === null || tooltipProps === void 0 ? void 0 : tooltipProps.trigger, { hasButtonWrapper: true, children: (0, jsx_runtime_1.jsx)(Component, Object.assign({ type: "button", onClick: handleClick, disabled: isDisabled, "aria-disabled": !isInteractable, "aria-label": description, "aria-pressed": isActive, className: classes, style: style, ref: ref }, restProps, htmlAttributes, { children: (0, jsx_runtime_1.jsx)("div", { className: "ndl-icon-btn-inner", children: isLoading ? ((0, jsx_runtime_1.jsx)(loading_spinner_1.LoadingSpinner, { size: "small" })) : ((0, jsx_runtime_1.jsx)("div", { className: "ndl-icon", children: children })) }) })) })), (0, jsx_runtime_1.jsx)(tooltip_1.Tooltip.Content, Object.assign({}, tooltipProps === null || tooltipProps === void 0 ? void 0 : tooltipProps.content, { children: description }))] })));
84
86
  };
85
87
  exports.IconButtonBase = IconButtonBase;
86
88
  //# sourceMappingURL=IconButtonBase.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconButtonBase.js","sourceRoot":"","sources":["../../../src/icon-button-base/IconButtonBase.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,4DAAoC;AAOpC,4CAAwD;AAExD,wDAAoD;AACpD,wCAAqC;AA8C9B,MAAM,cAAc,GAAG,CAAyC,EAkBtB,EAAE,EAAE;QAlBkB,EACrE,QAAQ,EACR,EAAE,EACF,iBAAiB,GAAG,SAAS,EAC7B,SAAS,GAAG,KAAK,EACjB,UAAU,GAAG,KAAK,EAClB,IAAI,GAAG,QAAQ,EACf,UAAU,GAAG,KAAK,EAClB,QAAQ,GAAG,KAAK,EAChB,WAAW,EACX,YAAY,EACZ,SAAS,EACT,KAAK,EACL,OAAO,GAAG,SAAS,EACnB,cAAc,EACd,OAAO,EACP,GAAG,OAE4C,EAD5C,SAAS,cAjByD,wMAkBtE,CADa;IAEZ,MAAM,SAAS,GAAsB,EAAE,aAAF,EAAE,cAAF,EAAE,GAAI,QAAQ,CAAC;IAEpD,MAAM,cAAc,GAAG,CAAC,UAAU,IAAI,CAAC,SAAS,CAAC;IAEjD,MAAM,OAAO,GAAG,iBAAiB,KAAK,OAAO,CAAC;IAC9C,MAAM,QAAQ,GAAG,OAAO,KAAK,QAAQ,CAAC;IAEtC,MAAM,OAAO,GAAG,IAAA,oBAAU,EAAC,cAAc,EAAE,SAAS,EAAE;QACpD,YAAY,EAAE,QAAQ;QACtB,WAAW,EAAE,OAAO;QACpB,YAAY,EAAE,QAAQ;QACtB,cAAc,EAAE,UAAU;QAC1B,cAAc,EAAE,UAAU;QAC1B,WAAW,EAAE,IAAI,KAAK,OAAO;QAC7B,aAAa,EAAE,SAAS;QACxB,YAAY,EAAE,IAAI,KAAK,QAAQ;QAC/B,WAAW,EAAE,IAAI,KAAK,OAAO;KAC9B,CAAC,CAAC;IAEH,IAAI,OAAO,IAAI,UAAU,EAAE,CAAC;QAC1B,MAAM,IAAI,KAAK,CACb,uFAAuF,CACxF,CAAC;IACJ,CAAC;IAED,IAAI,CAAC,WAAW,IAAI,CAAC,CAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAG,YAAY,CAAC,CAAA,EAAE,CAAC;QACpD,IAAA,4BAAoB,EAClB,oLAAoL,CACrL,CAAC;IACJ,CAAC;IAED,MAAM,WAAW,GAAG,CAAC,CAAkD,EAAE,EAAE;QACzE,IAAI,CAAC,cAAc,EAAE,CAAC;YACpB,8EAA8E;YAC9E,yEAAyE;YACzE,iFAAiF;YACjF,4CAA4C;YAC5C,CAAC,CAAC,cAAc,EAAE,CAAC;YACnB,CAAC,CAAC,eAAe,EAAE,CAAC;YACpB,OAAO;QACT,CAAC;QAED,IAAI,OAAO,EAAE,CAAC;YACZ,OAAO,CAAC,CAAC,CAAC,CAAC;QACb,CAAC;IACH,CAAC,CAAC;IAEF,OAAO,CACL,wBAAC,iBAAO,kBACN,UAAU,EAAE;YACV,KAAK,EAAE,CAAC;YACR,IAAI,EAAE,GAAG;SACV,IACG,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,IAAI,IACtB,IAAI,EAAC,QAAQ,EACb,UAAU,EAAE,WAAW,KAAK,IAAI,IAAI,UAAU,aAE9C,uBAAC,iBAAO,CAAC,OAAO,oBAAK,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,IAAE,gBAAgB,kBAC1D,uBAAC,SAAS,kBACR,OAAO,EAAE,WAAW,EACpB,QAAQ,EAAE,UAAU,mBACL,CAAC,cAAc,gBAClB,WAAW,kBACT,QAAQ,EACtB,SAAS,EAAE,OAAO,EAClB,KAAK,EAAE,KAAK,EACZ,GAAG,EAAE,GAAG,IACJ,SAAS,EACT,cAAc,cAElB,gCAAK,SAAS,EAAC,oBAAoB,YAChC,SAAS,CAAC,CAAC,CAAC,CACX,uBAAC,gCAAc,IAAC,IAAI,EAAC,OAAO,GAAG,CAChC,CAAC,CAAC,CAAC,CACF,gCAAK,SAAS,EAAC,UAAU,YAAE,QAAQ,GAAO,CAC3C,GACG,IACI,IACI,EAClB,uBAAC,iBAAO,CAAC,OAAO,oBAAK,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,cACvC,WAAW,IACI,KACV,CACX,CAAC;AACJ,CAAC,CAAC;AAvGW,QAAA,cAAc,kBAuGzB","sourcesContent":["/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\nimport classNames from 'classnames';\nimport type React from 'react';\n\nimport {\n type PolymorphicCommonProps,\n type TooltipObjectProps,\n} from '../_common/types';\nimport { needleWarningMessage } from '../_common/utils';\nimport { type ButtonSizes } from '../button';\nimport { LoadingSpinner } from '../loading-spinner';\nimport { Tooltip } from '../tooltip';\n\n/**\n *\n *\n * Types\n *\n *\n */\n\nexport type IconButtonBaseProps = {\n children?: React.ReactNode;\n\n /** If the icon button is in disabled state */\n isDisabled?: boolean;\n\n /** If the button is doing something Async, it will display a loading spinner */\n isLoading?: boolean;\n\n /** Size of button */\n size?: ButtonSizes;\n\n /** If the button is in floating state */\n isFloating?: boolean;\n\n /** Active - used for open context menus for example */\n isActive?: boolean;\n\n /** A string that will be shown as a tooltip when hovering over the button it also acts as an aria-label- {@link https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-label} */\n description: string | null;\n\n /** Variant of the button */\n variant?: 'neutral' | 'danger';\n\n /** Variant of the button */\n iconButtonVariant?: 'default' | 'clean';\n\n /**\n * Props for the tooltip component.\n */\n tooltipProps?: TooltipObjectProps;\n\n /** Click handler */\n onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;\n};\n\nexport const IconButtonBase = <T extends React.ElementType = 'button'>({\n children,\n as,\n iconButtonVariant = 'default',\n isLoading = false,\n isDisabled = false,\n size = 'medium',\n isFloating = false,\n isActive = false,\n description,\n tooltipProps,\n className,\n style,\n variant = 'neutral',\n htmlAttributes,\n onClick,\n ref,\n ...restProps\n}: PolymorphicCommonProps<T, IconButtonBaseProps>) => {\n const Component: React.ElementType = as ?? 'button';\n\n const isInteractable = !isDisabled && !isLoading;\n\n const isClean = iconButtonVariant === 'clean';\n const isDanger = variant === 'danger';\n\n const classes = classNames('ndl-icon-btn', className, {\n 'ndl-active': isActive,\n 'ndl-clean': isClean,\n 'ndl-danger': isDanger,\n 'ndl-disabled': isDisabled,\n 'ndl-floating': isFloating,\n 'ndl-large': size === 'large',\n 'ndl-loading': isLoading,\n 'ndl-medium': size === 'medium',\n 'ndl-small': size === 'small',\n });\n\n if (isClean && isFloating) {\n throw new Error(\n 'BaseIconButton: Cannot use isFloating and iconButtonVariant=\"clean\" at the same time.',\n );\n }\n\n if (!description && !htmlAttributes?.['aria-label']) {\n needleWarningMessage(\n 'Icon buttons do not have text, be sure to include a description or an aria-label for screen readers link: https://dequeuniversity.com/rules/axe/4.4/button-name?application=axeAPI',\n );\n }\n\n const handleClick = (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => {\n if (!isInteractable) {\n // By default, a <button /> element with disabled set to true will not get its\n // on click handler called. To support the same behavior on <a /> tags we\n // swallow the event here when disabled, since the <a /> tag with disabled set to\n // true will have its onClick handler called\n e.preventDefault();\n e.stopPropagation();\n return;\n }\n\n if (onClick) {\n onClick(e);\n }\n };\n\n return (\n <Tooltip\n hoverDelay={{\n close: 0,\n open: 500,\n }}\n {...tooltipProps?.root}\n type=\"simple\"\n isDisabled={description === null || isDisabled}\n >\n <Tooltip.Trigger {...tooltipProps?.trigger} hasButtonWrapper>\n <Component\n onClick={handleClick}\n disabled={isDisabled}\n aria-disabled={!isInteractable}\n aria-label={description}\n aria-pressed={isActive}\n className={classes}\n style={style}\n ref={ref}\n {...restProps}\n {...htmlAttributes}\n >\n <div className=\"ndl-icon-btn-inner\">\n {isLoading ? (\n <LoadingSpinner size=\"small\" />\n ) : (\n <div className=\"ndl-icon\">{children}</div>\n )}\n </div>\n </Component>\n </Tooltip.Trigger>\n <Tooltip.Content {...tooltipProps?.content}>\n {description}\n </Tooltip.Content>\n </Tooltip>\n );\n};\n"]}
1
+ {"version":3,"file":"IconButtonBase.js","sourceRoot":"","sources":["../../../src/icon-button-base/IconButtonBase.tsx"],"names":[],"mappings":"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","sourcesContent":["/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\nimport classNames from 'classnames';\nimport type React from 'react';\n\nimport {\n type PolymorphicCommonProps,\n type TooltipObjectProps,\n} from '../_common/types';\nimport { needleWarningMessage } from '../_common/utils';\nimport { type ButtonSizes } from '../button';\nimport { LoadingSpinner } from '../loading-spinner';\nimport { Tooltip } from '../tooltip';\n\n/**\n *\n *\n * Types\n *\n *\n */\n\nexport type IconButtonBaseProps = {\n children?: React.ReactNode;\n\n /** If the icon button is in disabled state */\n isDisabled?: boolean;\n\n /** If the button is doing something Async, it will display a loading spinner */\n isLoading?: boolean;\n\n /** Size of button */\n size?: ButtonSizes;\n\n /** If the button is in floating state */\n isFloating?: boolean;\n\n /** Active - used for open context menus for example */\n isActive?: boolean;\n\n /** A string that will be shown as a tooltip when hovering over the button it also acts as an aria-label- {@link https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-label} */\n description: string | null;\n\n /** Variant of the button */\n variant?: 'neutral' | 'danger';\n\n /** Variant of the button */\n iconButtonVariant?: 'default' | 'clean';\n\n /**\n * Props for the tooltip component.\n */\n tooltipProps?: TooltipObjectProps;\n\n /** Click handler */\n onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;\n};\n\nexport const IconButtonBase = <T extends React.ElementType = 'button'>({\n children,\n as,\n iconButtonVariant = 'default',\n isLoading = false,\n isDisabled = false,\n size = 'medium',\n isFloating = false,\n // Does not have a default value to avoid setting aria-pressed to true if not explicitly set\n isActive = undefined,\n description,\n tooltipProps,\n className,\n style,\n variant = 'neutral',\n htmlAttributes,\n onClick,\n ref,\n ...restProps\n}: PolymorphicCommonProps<T, IconButtonBaseProps>) => {\n const Component: React.ElementType = as ?? 'button';\n\n const isInteractable = !isDisabled && !isLoading;\n\n const isClean = iconButtonVariant === 'clean';\n const isDanger = variant === 'danger';\n\n const classes = classNames('ndl-icon-btn', className, {\n 'ndl-active': Boolean(isActive),\n 'ndl-clean': isClean,\n 'ndl-danger': isDanger,\n 'ndl-disabled': isDisabled,\n 'ndl-floating': isFloating,\n 'ndl-large': size === 'large',\n 'ndl-loading': isLoading,\n 'ndl-medium': size === 'medium',\n 'ndl-small': size === 'small',\n });\n\n if (isClean && isFloating) {\n throw new Error(\n 'BaseIconButton: Cannot use isFloating and iconButtonVariant=\"clean\" at the same time.',\n );\n }\n\n if (!description && !htmlAttributes?.['aria-label']) {\n needleWarningMessage(\n 'Icon buttons do not have text, be sure to include a description or an aria-label for screen readers link: https://dequeuniversity.com/rules/axe/4.4/button-name?application=axeAPI',\n );\n }\n\n const handleClick = (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => {\n if (!isInteractable) {\n // By default, a <button /> element with disabled set to true will not get its\n // on click handler called. To support the same behavior on <a /> tags we\n // swallow the event here when disabled, since the <a /> tag with disabled set to\n // true will have its onClick handler called\n e.preventDefault();\n e.stopPropagation();\n return;\n }\n\n if (onClick) {\n onClick(e);\n }\n };\n\n return (\n <Tooltip\n hoverDelay={{\n close: 0,\n open: 500,\n }}\n {...tooltipProps?.root}\n type=\"simple\"\n isDisabled={description === null || isDisabled}\n >\n <Tooltip.Trigger {...tooltipProps?.trigger} hasButtonWrapper>\n <Component\n type=\"button\"\n onClick={handleClick}\n disabled={isDisabled}\n aria-disabled={!isInteractable}\n aria-label={description}\n aria-pressed={isActive}\n className={classes}\n style={style}\n ref={ref}\n {...restProps}\n {...htmlAttributes}\n >\n <div className=\"ndl-icon-btn-inner\">\n {isLoading ? (\n <LoadingSpinner size=\"small\" />\n ) : (\n <div className=\"ndl-icon\">{children}</div>\n )}\n </div>\n </Component>\n </Tooltip.Trigger>\n <Tooltip.Content {...tooltipProps?.content}>\n {description}\n </Tooltip.Content>\n </Tooltip>\n );\n};\n"]}
@@ -24,7 +24,7 @@ const jsx_runtime_1 = require("react/jsx-runtime");
24
24
  // THIS FILE IS GENERATED BY BUILD TOOL
25
25
  // DO NOT EDIT IT MANUAL
26
26
  const wrapIcon_1 = require("../../wrapIcon");
27
- const SvgDatabaseCrossBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("g", { id: "Icon base", children: (0, jsx_runtime_1.jsxs)("g", { id: "custom/database-offline", children: [(0, jsx_runtime_1.jsx)("path", { id: "Subtract", fillRule: "evenodd", clipRule: "evenodd", d: "M2.62203 4.21311C2.4641 4.55181 2.375 4.91871 2.375 5.3125V8.4375V11.5625V14.6875C2.375 16.0739 3.47937 17.1271 4.80323 17.789C6.17195 18.4734 8.01033 18.875 10 18.875C11.9897 18.875 13.828 18.4734 15.1968 17.789C15.417 17.6789 15.6312 17.5579 15.8353 17.4264L14.7425 16.3336C14.6733 16.3718 14.6011 16.4098 14.5259 16.4474C13.4064 17.0071 11.8073 17.375 10 17.375C8.19271 17.375 6.59359 17.0071 5.47405 16.4474C4.30965 15.8652 3.875 15.1996 3.875 14.6875V14.1022C4.16208 14.3128 4.47595 14.5004 4.80323 14.664C6.17195 15.3484 8.01033 15.75 10 15.75C11.3188 15.75 12.5711 15.5736 13.6642 15.2553L12.4249 14.0159C11.6843 14.1655 10.866 14.25 10 14.25C8.19271 14.25 6.59359 13.8821 5.47405 13.3224C4.30965 12.7402 3.875 12.0746 3.875 11.5625V10.9772C4.16208 11.1878 4.47595 11.3754 4.80323 11.539C6.17195 12.2234 8.01033 12.625 10 12.625C10.3381 12.625 10.6719 12.6134 10.9997 12.5908L9.5254 11.1165C7.91351 11.0584 6.49455 10.7076 5.47405 10.1974C4.30965 9.61516 3.875 8.94962 3.875 8.4375V7.85222C4.16208 8.06281 4.47595 8.25036 4.80323 8.414C5.62998 8.82737 6.62808 9.1376 7.72737 9.31846L5.48845 7.07954C5.48364 7.07715 5.47884 7.07475 5.47405 7.07236C4.43381 6.55224 3.97599 5.9656 3.89018 5.48127L2.62203 4.21311ZM11.2943 7.9356C12.5664 7.80702 13.6823 7.49417 14.5259 7.07236C15.6904 6.49016 16.125 5.82462 16.125 5.3125C16.125 4.80038 15.6904 4.13484 14.5259 3.55264C13.4064 2.99287 11.8073 2.625 10 2.625C8.68833 2.625 7.48631 2.81877 6.4977 3.13904L5.32984 1.97118C6.62718 1.43378 8.25544 1.125 10 1.125C11.9897 1.125 13.828 1.52664 15.1968 2.211C16.5206 2.87293 17.625 3.92614 17.625 5.3125V8.4375V11.5625V14.2663L15.7679 12.4092C16.018 12.1085 16.125 11.8166 16.125 11.5625V10.9772C15.8379 11.1878 15.524 11.3754 15.1968 11.539C15.1306 11.5721 15.0633 11.6045 14.9949 11.6363L13.8489 10.4903C14.0902 10.4001 14.3165 10.3021 14.5259 10.1974C15.6904 9.61516 16.125 8.94962 16.125 8.4375V7.85222C15.8379 8.06281 15.524 8.25036 15.1968 8.414C14.4569 8.78392 13.5799 9.07124 12.6158 9.25717L11.2943 7.9356Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { id: "Line 2", d: "M2.10864 1.22485L17.942 17.0582", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" })] }) }) })));
27
+ const SvgDatabaseCrossBase = (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 5.47826C2 6.40075 2.87038 7.28546 4.41966 7.93776C5.96893 8.59006 8.07021 8.95652 10.2612 8.95652C12.4522 8.95652 14.5535 8.59006 16.1028 7.93776C17.6521 7.28546 18.5224 6.40075 18.5224 5.47826M2 5.47826C2 4.55577 2.87038 3.67106 4.41966 3.01876C5.96893 2.36646 8.07021 2 10.2612 2C12.4522 2 14.5535 2.36646 16.1028 3.01876C17.6521 3.67106 18.5224 4.55577 18.5224 5.47826M2 5.47826V16.7826C2 18.58 5.2384 20.0592 9.39162 20.2418M18.5224 5.47826V9.3913M10.2612 12.4339C5.69929 12.4339 2 10.8774 2 8.95567M8.95682 16.3035C5.01491 16.0426 2 14.6035 2 12.8696M13.093 20.4719C12.1145 19.4934 11.5648 18.1663 11.5648 16.7826C11.5648 15.3989 12.1145 14.0718 13.093 13.0934C14.0715 12.1149 15.3986 11.5652 16.7824 11.5652C18.1662 11.5652 19.4933 12.1149 20.4718 13.0934M13.093 20.4719C14.0715 21.4503 15.3986 22 16.7824 22C18.1662 22 19.4933 21.4503 20.4718 20.4719C21.4503 19.4934 22 18.1663 22 16.7826C22 15.3989 21.4503 14.0718 20.4718 13.0934M13.093 20.4719L20.4718 13.0934", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
28
  const SvgDatabaseCross = (0, wrapIcon_1.wrapIcon)(SvgDatabaseCrossBase);
29
29
  exports.default = SvgDatabaseCross;
30
30
  //# sourceMappingURL=DatabaseCross.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DatabaseCross.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/DatabaseCross.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,oBAAoB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC/D,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,8BAAG,EAAE,EAAC,WAAW,YACf,+BAAG,EAAE,EAAC,yBAAyB,aAC7B,iCACE,EAAE,EAAC,UAAU,EACb,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,69DAA69D,EAC/9D,IAAI,EAAC,cAAc,GACnB,EACF,iCACE,EAAE,EAAC,QAAQ,EACX,CAAC,EAAC,iCAAiC,EACnC,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,GACrB,IACA,GACF,IACA,CACP,CAAC;AACF,MAAM,gBAAgB,GAAG,IAAA,mBAAQ,EAAC,oBAAoB,CAAC,CAAC;AACxD,kBAAe,gBAAgB,CAAC","sourcesContent":["/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n// THIS FILE IS GENERATED BY BUILD TOOL\n// DO NOT EDIT IT MANUAL\nimport { wrapIcon } from '../../wrapIcon';\nimport { SVGProps } from 'react';\nconst SvgDatabaseCrossBase = (props: SVGProps<SVGSVGElement>) => (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <g id=\"Icon base\">\n <g id=\"custom/database-offline\">\n <path\n id=\"Subtract\"\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.62203 4.21311C2.4641 4.55181 2.375 4.91871 2.375 5.3125V8.4375V11.5625V14.6875C2.375 16.0739 3.47937 17.1271 4.80323 17.789C6.17195 18.4734 8.01033 18.875 10 18.875C11.9897 18.875 13.828 18.4734 15.1968 17.789C15.417 17.6789 15.6312 17.5579 15.8353 17.4264L14.7425 16.3336C14.6733 16.3718 14.6011 16.4098 14.5259 16.4474C13.4064 17.0071 11.8073 17.375 10 17.375C8.19271 17.375 6.59359 17.0071 5.47405 16.4474C4.30965 15.8652 3.875 15.1996 3.875 14.6875V14.1022C4.16208 14.3128 4.47595 14.5004 4.80323 14.664C6.17195 15.3484 8.01033 15.75 10 15.75C11.3188 15.75 12.5711 15.5736 13.6642 15.2553L12.4249 14.0159C11.6843 14.1655 10.866 14.25 10 14.25C8.19271 14.25 6.59359 13.8821 5.47405 13.3224C4.30965 12.7402 3.875 12.0746 3.875 11.5625V10.9772C4.16208 11.1878 4.47595 11.3754 4.80323 11.539C6.17195 12.2234 8.01033 12.625 10 12.625C10.3381 12.625 10.6719 12.6134 10.9997 12.5908L9.5254 11.1165C7.91351 11.0584 6.49455 10.7076 5.47405 10.1974C4.30965 9.61516 3.875 8.94962 3.875 8.4375V7.85222C4.16208 8.06281 4.47595 8.25036 4.80323 8.414C5.62998 8.82737 6.62808 9.1376 7.72737 9.31846L5.48845 7.07954C5.48364 7.07715 5.47884 7.07475 5.47405 7.07236C4.43381 6.55224 3.97599 5.9656 3.89018 5.48127L2.62203 4.21311ZM11.2943 7.9356C12.5664 7.80702 13.6823 7.49417 14.5259 7.07236C15.6904 6.49016 16.125 5.82462 16.125 5.3125C16.125 4.80038 15.6904 4.13484 14.5259 3.55264C13.4064 2.99287 11.8073 2.625 10 2.625C8.68833 2.625 7.48631 2.81877 6.4977 3.13904L5.32984 1.97118C6.62718 1.43378 8.25544 1.125 10 1.125C11.9897 1.125 13.828 1.52664 15.1968 2.211C16.5206 2.87293 17.625 3.92614 17.625 5.3125V8.4375V11.5625V14.2663L15.7679 12.4092C16.018 12.1085 16.125 11.8166 16.125 11.5625V10.9772C15.8379 11.1878 15.524 11.3754 15.1968 11.539C15.1306 11.5721 15.0633 11.6045 14.9949 11.6363L13.8489 10.4903C14.0902 10.4001 14.3165 10.3021 14.5259 10.1974C15.6904 9.61516 16.125 8.94962 16.125 8.4375V7.85222C15.8379 8.06281 15.524 8.25036 15.1968 8.414C14.4569 8.78392 13.5799 9.07124 12.6158 9.25717L11.2943 7.9356Z\"\n fill=\"currentColor\"\n />\n <path\n id=\"Line 2\"\n d=\"M2.10864 1.22485L17.942 17.0582\"\n stroke=\"currentColor\"\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n />\n </g>\n </g>\n </svg>\n);\nconst SvgDatabaseCross = wrapIcon(SvgDatabaseCrossBase);\nexport default SvgDatabaseCross;\n"]}
1
+ {"version":3,"file":"DatabaseCross.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/DatabaseCross.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,oBAAoB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC/D,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,88BAA88B,EACh9B,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,gBAAgB,GAAG,IAAA,mBAAQ,EAAC,oBAAoB,CAAC,CAAC;AACxD,kBAAe,gBAAgB,CAAC","sourcesContent":["/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n// THIS FILE IS GENERATED BY BUILD TOOL\n// DO NOT EDIT IT MANUAL\nimport { wrapIcon } from '../../wrapIcon';\nimport { SVGProps } from 'react';\nconst SvgDatabaseCrossBase = (props: SVGProps<SVGSVGElement>) => (\n <svg\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M2 5.47826C2 6.40075 2.87038 7.28546 4.41966 7.93776C5.96893 8.59006 8.07021 8.95652 10.2612 8.95652C12.4522 8.95652 14.5535 8.59006 16.1028 7.93776C17.6521 7.28546 18.5224 6.40075 18.5224 5.47826M2 5.47826C2 4.55577 2.87038 3.67106 4.41966 3.01876C5.96893 2.36646 8.07021 2 10.2612 2C12.4522 2 14.5535 2.36646 16.1028 3.01876C17.6521 3.67106 18.5224 4.55577 18.5224 5.47826M2 5.47826V16.7826C2 18.58 5.2384 20.0592 9.39162 20.2418M18.5224 5.47826V9.3913M10.2612 12.4339C5.69929 12.4339 2 10.8774 2 8.95567M8.95682 16.3035C5.01491 16.0426 2 14.6035 2 12.8696M13.093 20.4719C12.1145 19.4934 11.5648 18.1663 11.5648 16.7826C11.5648 15.3989 12.1145 14.0718 13.093 13.0934C14.0715 12.1149 15.3986 11.5652 16.7824 11.5652C18.1662 11.5652 19.4933 12.1149 20.4718 13.0934M13.093 20.4719C14.0715 21.4503 15.3986 22 16.7824 22C18.1662 22 19.4933 21.4503 20.4718 20.4719C21.4503 19.4934 22 18.1663 22 16.7826C22 15.3989 21.4503 14.0718 20.4718 13.0934M13.093 20.4719L20.4718 13.0934\"\n stroke=\"currentColor\"\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n);\nconst SvgDatabaseCross = wrapIcon(SvgDatabaseCrossBase);\nexport default SvgDatabaseCross;\n"]}
@@ -24,7 +24,7 @@ const jsx_runtime_1 = require("react/jsx-runtime");
24
24
  // THIS FILE IS GENERATED BY BUILD TOOL
25
25
  // DO NOT EDIT IT MANUAL
26
26
  const wrapIcon_1 = require("../../wrapIcon");
27
- const SvgDatabasePlusBase = (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.876 16.1187C17.876 15.7045 17.5402 15.3687 17.126 15.3687C16.7118 15.3687 16.376 15.7045 16.376 16.1187H17.876ZM16.376 19.1187C16.376 19.5329 16.7118 19.8687 17.126 19.8687C17.5402 19.8687 17.876 19.5329 17.876 19.1187H16.376ZM18.626 18.3687C19.0402 18.3687 19.376 18.0329 19.376 17.6187C19.376 17.2045 19.0402 16.8687 18.626 16.8687V18.3687ZM15.626 16.8687C15.2118 16.8687 14.876 17.2045 14.876 17.6187C14.876 18.0329 15.2118 18.3687 15.626 18.3687V16.8687ZM10.374 20.6313C10.7882 20.6313 11.124 20.2955 11.124 19.8813C11.124 19.4671 10.7882 19.1313 10.374 19.1313V20.6313ZM10.374 15.6313C10.7882 15.6313 11.124 15.2955 11.124 14.8813C11.124 14.4671 10.7882 14.1313 10.374 14.1313V15.6313ZM17.624 10.8813C17.624 11.2955 17.9598 11.6313 18.374 11.6313C18.7882 11.6313 19.124 11.2955 19.124 10.8813H17.624ZM16.376 16.1187V17.6187H17.876V16.1187H16.376ZM16.376 17.6187V19.1187H17.876V17.6187H16.376ZM18.626 16.8687H17.126V18.3687H18.626V16.8687ZM17.126 16.8687H15.626V18.3687H17.126V16.8687ZM20.876 17.6187C20.876 19.6898 19.197 21.3687 17.126 21.3687V22.8687C20.0255 22.8687 22.376 20.5182 22.376 17.6187H20.876ZM17.126 21.3687C15.0549 21.3687 13.376 19.6898 13.376 17.6187H11.876C11.876 20.5182 14.2265 22.8687 17.126 22.8687V21.3687ZM13.376 17.6187C13.376 15.5476 15.0549 13.8687 17.126 13.8687V12.3687C14.2265 12.3687 11.876 14.7192 11.876 17.6187H13.376ZM17.126 13.8687C19.197 13.8687 20.876 15.5476 20.876 17.6187H22.376C22.376 14.7192 20.0255 12.3687 17.126 12.3687V13.8687ZM3.12402 15.8813V5.88129H1.62402V15.8813H3.12402ZM10.374 19.1313C8.25607 19.1313 6.37571 18.7005 5.05258 18.0389C3.68459 17.3549 3.12402 16.5487 3.12402 15.8813H1.62402C1.62402 17.423 2.85432 18.6168 4.38176 19.3805C5.95406 20.1667 8.0737 20.6313 10.374 20.6313V19.1313ZM17.624 5.88129C17.624 6.54874 17.0635 7.3549 15.6955 8.03889C14.3723 8.70046 12.492 9.13129 10.374 9.13129V10.6313C12.6743 10.6313 14.794 10.1667 16.3663 9.38053C17.8937 8.61681 19.124 7.42298 19.124 5.88129H17.624ZM10.374 9.13129C8.25607 9.13129 6.37571 8.70046 5.05258 8.03889C3.68459 7.3549 3.12402 6.54874 3.12402 5.88129H1.62402C1.62402 7.42298 2.85432 8.61681 4.38176 9.38053C5.95406 10.1667 8.0737 10.6313 10.374 10.6313V9.13129ZM3.12402 5.88129C3.12402 5.21384 3.68459 4.40767 5.05258 3.72368C6.37571 3.06212 8.25607 2.63129 10.374 2.63129V1.13129C8.0737 1.13129 5.95406 1.59589 4.38176 2.38204C2.85432 3.14576 1.62402 4.3396 1.62402 5.88129H3.12402ZM10.374 2.63129C12.492 2.63129 14.3723 3.06212 15.6955 3.72368C17.0635 4.40767 17.624 5.21384 17.624 5.88129H19.124C19.124 4.3396 17.8937 3.14576 16.3663 2.38204C14.794 1.59589 12.6743 1.13129 10.374 1.13129V2.63129ZM10.374 14.1313C8.25607 14.1313 6.37571 13.7005 5.05258 13.0389C3.68459 12.3549 3.12402 11.5487 3.12402 10.8813H1.62402C1.62402 12.423 2.85432 13.6168 4.38176 14.3805C5.95406 15.1667 8.0737 15.6313 10.374 15.6313V14.1313ZM17.624 5.88129V10.8813H19.124V5.88129H17.624Z", fill: "currentColor" }) })));
27
+ const SvgDatabasePlusBase = (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: "M1.99561 5.47826C1.99561 5.93503 2.20931 6.38733 2.62451 6.80933C3.03971 7.23134 3.64828 7.61478 4.41547 7.93776C5.18266 8.26075 6.09344 8.51696 7.09583 8.69175C8.09821 8.86655 9.17256 8.95652 10.2575 8.95652C11.3425 8.95652 12.4168 8.86655 13.4192 8.69175C14.4216 8.51696 15.3324 8.26075 16.0996 7.93776C16.8668 7.61478 17.4753 7.23134 17.8905 6.80933C18.3057 6.38733 18.5194 5.93503 18.5194 5.47826M1.99561 5.47826C1.99561 5.02149 2.20931 4.56919 2.62451 4.14719C3.03971 3.72519 3.64828 3.34175 4.41547 3.01876C5.18266 2.69577 6.09344 2.43957 7.09583 2.26477C8.09821 2.08997 9.17256 2 10.2575 2C11.3425 2 12.4168 2.08997 13.4192 2.26477C14.4216 2.43957 15.3324 2.69577 16.0996 3.01876C16.8668 3.34175 17.4753 3.72519 17.8905 4.14719C18.3057 4.56919 18.5194 5.02149 18.5194 5.47826M1.99561 5.47826V16.7826C1.99561 18.58 5.23428 20.0592 9.38785 20.2418M18.5194 5.47826V9.3913M10.2575 12.4339C5.69521 12.4339 1.99561 10.8774 1.99561 8.95567M8.95301 16.3035C5.01077 16.0426 1.99561 14.6035 1.99561 12.8696M16.7775 14.1739V19.3913M19.3866 16.7826H14.1685M11.5595 16.7826C11.5595 17.4678 11.6945 18.1462 11.9567 18.7792C12.2189 19.4122 12.6033 19.9874 13.0878 20.4719C13.5724 20.9563 14.1476 21.3407 14.7807 21.6028C15.4138 21.865 16.0923 22 16.7775 22C17.4628 22 18.1413 21.865 18.7744 21.6028C19.4075 21.3407 19.9827 20.9563 20.4673 20.4719C20.9518 19.9874 21.3362 19.4122 21.5984 18.7792C21.8606 18.1462 21.9956 17.4678 21.9956 16.7826C21.9956 15.3989 21.4458 14.0718 20.4673 13.0934C19.4887 12.1149 18.1615 11.5652 16.7775 11.5652C15.3936 11.5652 14.0664 12.1149 13.0878 13.0934C12.1093 14.0718 11.5595 15.3989 11.5595 16.7826Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
28
  const SvgDatabasePlus = (0, wrapIcon_1.wrapIcon)(SvgDatabasePlusBase);
29
29
  exports.default = SvgDatabasePlus;
30
30
  //# sourceMappingURL=DatabasePlus.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DatabasePlus.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/DatabasePlus.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,i1FAAi1F,EACn1F,IAAI,EAAC,cAAc,GACnB,IACE,CACP,CAAC;AACF,MAAM,eAAe,GAAG,IAAA,mBAAQ,EAAC,mBAAmB,CAAC,CAAC;AACtD,kBAAe,eAAe,CAAC","sourcesContent":["/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n// THIS FILE IS GENERATED BY BUILD TOOL\n// DO NOT EDIT IT MANUAL\nimport { wrapIcon } from '../../wrapIcon';\nimport { SVGProps } from 'react';\nconst SvgDatabasePlusBase = (props: SVGProps<SVGSVGElement>) => (\n <svg\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M17.876 16.1187C17.876 15.7045 17.5402 15.3687 17.126 15.3687C16.7118 15.3687 16.376 15.7045 16.376 16.1187H17.876ZM16.376 19.1187C16.376 19.5329 16.7118 19.8687 17.126 19.8687C17.5402 19.8687 17.876 19.5329 17.876 19.1187H16.376ZM18.626 18.3687C19.0402 18.3687 19.376 18.0329 19.376 17.6187C19.376 17.2045 19.0402 16.8687 18.626 16.8687V18.3687ZM15.626 16.8687C15.2118 16.8687 14.876 17.2045 14.876 17.6187C14.876 18.0329 15.2118 18.3687 15.626 18.3687V16.8687ZM10.374 20.6313C10.7882 20.6313 11.124 20.2955 11.124 19.8813C11.124 19.4671 10.7882 19.1313 10.374 19.1313V20.6313ZM10.374 15.6313C10.7882 15.6313 11.124 15.2955 11.124 14.8813C11.124 14.4671 10.7882 14.1313 10.374 14.1313V15.6313ZM17.624 10.8813C17.624 11.2955 17.9598 11.6313 18.374 11.6313C18.7882 11.6313 19.124 11.2955 19.124 10.8813H17.624ZM16.376 16.1187V17.6187H17.876V16.1187H16.376ZM16.376 17.6187V19.1187H17.876V17.6187H16.376ZM18.626 16.8687H17.126V18.3687H18.626V16.8687ZM17.126 16.8687H15.626V18.3687H17.126V16.8687ZM20.876 17.6187C20.876 19.6898 19.197 21.3687 17.126 21.3687V22.8687C20.0255 22.8687 22.376 20.5182 22.376 17.6187H20.876ZM17.126 21.3687C15.0549 21.3687 13.376 19.6898 13.376 17.6187H11.876C11.876 20.5182 14.2265 22.8687 17.126 22.8687V21.3687ZM13.376 17.6187C13.376 15.5476 15.0549 13.8687 17.126 13.8687V12.3687C14.2265 12.3687 11.876 14.7192 11.876 17.6187H13.376ZM17.126 13.8687C19.197 13.8687 20.876 15.5476 20.876 17.6187H22.376C22.376 14.7192 20.0255 12.3687 17.126 12.3687V13.8687ZM3.12402 15.8813V5.88129H1.62402V15.8813H3.12402ZM10.374 19.1313C8.25607 19.1313 6.37571 18.7005 5.05258 18.0389C3.68459 17.3549 3.12402 16.5487 3.12402 15.8813H1.62402C1.62402 17.423 2.85432 18.6168 4.38176 19.3805C5.95406 20.1667 8.0737 20.6313 10.374 20.6313V19.1313ZM17.624 5.88129C17.624 6.54874 17.0635 7.3549 15.6955 8.03889C14.3723 8.70046 12.492 9.13129 10.374 9.13129V10.6313C12.6743 10.6313 14.794 10.1667 16.3663 9.38053C17.8937 8.61681 19.124 7.42298 19.124 5.88129H17.624ZM10.374 9.13129C8.25607 9.13129 6.37571 8.70046 5.05258 8.03889C3.68459 7.3549 3.12402 6.54874 3.12402 5.88129H1.62402C1.62402 7.42298 2.85432 8.61681 4.38176 9.38053C5.95406 10.1667 8.0737 10.6313 10.374 10.6313V9.13129ZM3.12402 5.88129C3.12402 5.21384 3.68459 4.40767 5.05258 3.72368C6.37571 3.06212 8.25607 2.63129 10.374 2.63129V1.13129C8.0737 1.13129 5.95406 1.59589 4.38176 2.38204C2.85432 3.14576 1.62402 4.3396 1.62402 5.88129H3.12402ZM10.374 2.63129C12.492 2.63129 14.3723 3.06212 15.6955 3.72368C17.0635 4.40767 17.624 5.21384 17.624 5.88129H19.124C19.124 4.3396 17.8937 3.14576 16.3663 2.38204C14.794 1.59589 12.6743 1.13129 10.374 1.13129V2.63129ZM10.374 14.1313C8.25607 14.1313 6.37571 13.7005 5.05258 13.0389C3.68459 12.3549 3.12402 11.5487 3.12402 10.8813H1.62402C1.62402 12.423 2.85432 13.6168 4.38176 14.3805C5.95406 15.1667 8.0737 15.6313 10.374 15.6313V14.1313ZM17.624 5.88129V10.8813H19.124V5.88129H17.624Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\nconst SvgDatabasePlus = wrapIcon(SvgDatabasePlusBase);\nexport default SvgDatabasePlus;\n"]}
1
+ {"version":3,"file":"DatabasePlus.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/DatabasePlus.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,6lDAA6lD,EAC/lD,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","sourcesContent":["/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n// THIS FILE IS GENERATED BY BUILD TOOL\n// DO NOT EDIT IT MANUAL\nimport { wrapIcon } from '../../wrapIcon';\nimport { SVGProps } from 'react';\nconst SvgDatabasePlusBase = (props: SVGProps<SVGSVGElement>) => (\n <svg\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M1.99561 5.47826C1.99561 5.93503 2.20931 6.38733 2.62451 6.80933C3.03971 7.23134 3.64828 7.61478 4.41547 7.93776C5.18266 8.26075 6.09344 8.51696 7.09583 8.69175C8.09821 8.86655 9.17256 8.95652 10.2575 8.95652C11.3425 8.95652 12.4168 8.86655 13.4192 8.69175C14.4216 8.51696 15.3324 8.26075 16.0996 7.93776C16.8668 7.61478 17.4753 7.23134 17.8905 6.80933C18.3057 6.38733 18.5194 5.93503 18.5194 5.47826M1.99561 5.47826C1.99561 5.02149 2.20931 4.56919 2.62451 4.14719C3.03971 3.72519 3.64828 3.34175 4.41547 3.01876C5.18266 2.69577 6.09344 2.43957 7.09583 2.26477C8.09821 2.08997 9.17256 2 10.2575 2C11.3425 2 12.4168 2.08997 13.4192 2.26477C14.4216 2.43957 15.3324 2.69577 16.0996 3.01876C16.8668 3.34175 17.4753 3.72519 17.8905 4.14719C18.3057 4.56919 18.5194 5.02149 18.5194 5.47826M1.99561 5.47826V16.7826C1.99561 18.58 5.23428 20.0592 9.38785 20.2418M18.5194 5.47826V9.3913M10.2575 12.4339C5.69521 12.4339 1.99561 10.8774 1.99561 8.95567M8.95301 16.3035C5.01077 16.0426 1.99561 14.6035 1.99561 12.8696M16.7775 14.1739V19.3913M19.3866 16.7826H14.1685M11.5595 16.7826C11.5595 17.4678 11.6945 18.1462 11.9567 18.7792C12.2189 19.4122 12.6033 19.9874 13.0878 20.4719C13.5724 20.9563 14.1476 21.3407 14.7807 21.6028C15.4138 21.865 16.0923 22 16.7775 22C17.4628 22 18.1413 21.865 18.7744 21.6028C19.4075 21.3407 19.9827 20.9563 20.4673 20.4719C20.9518 19.9874 21.3362 19.4122 21.5984 18.7792C21.8606 18.1462 21.9956 17.4678 21.9956 16.7826C21.9956 15.3989 21.4458 14.0718 20.4673 13.0934C19.4887 12.1149 18.1615 11.5652 16.7775 11.5652C15.3936 11.5652 14.0664 12.1149 13.0878 13.0934C12.1093 14.0718 11.5595 15.3989 11.5595 16.7826Z\"\n stroke=\"currentColor\"\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n);\nconst SvgDatabasePlus = wrapIcon(SvgDatabasePlusBase);\nexport default SvgDatabasePlus;\n"]}
@@ -24,7 +24,7 @@ const jsx_runtime_1 = require("react/jsx-runtime");
24
24
  // THIS FILE IS GENERATED BY BUILD TOOL
25
25
  // DO NOT EDIT IT MANUAL
26
26
  const wrapIcon_1 = require("../../wrapIcon");
27
- const SvgGlobePinBase = (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: "M18.5253 21.7438L17.9346 21.2817L17.9344 21.282L18.5253 21.7438ZM17.4747 21.7438L18.0656 21.282L18.0656 21.2819L17.4747 21.7438ZM14.1491 22.5329C14.555 22.4501 14.8169 22.054 14.7341 21.6481C14.6513 21.2423 14.2551 20.9804 13.8493 21.0632L13.9992 21.7981L14.1491 22.5329ZM8.22316 21.2593L7.93989 21.9538L7.93991 21.9538L8.22316 21.2593ZM3.71812 17.6045L3.09698 18.0248L3.09699 18.0248L3.71812 17.6045ZM2.0002 12.0636L2.75019 12.0588L2.0002 12.0636ZM8.10569 2.78945L8.39776 3.48024L8.39776 3.48024L8.10569 2.78945ZM13.8744 2.17725L14.015 1.44054L14.015 1.44054L13.8744 2.17725ZM21.0561 10.1161C21.1405 10.5216 21.5376 10.782 21.9432 10.6976C22.3487 10.6133 22.609 10.2161 22.5247 9.8106L21.7904 9.96335L21.0561 10.1161ZM8.97353 22.1219C9.2069 22.4641 9.67351 22.5524 10.0157 22.319C10.3579 22.0856 10.4462 21.619 10.2128 21.2768L9.59317 21.6994L8.97353 22.1219ZM10.2129 2.71543C10.4462 2.37316 10.3579 1.90658 10.0156 1.67329C9.67331 1.44 9.20673 1.52835 8.97344 1.87062L9.59317 2.29302L10.2129 2.71543ZM2.02853 10.5799C1.61432 10.5799 1.27853 10.9157 1.27853 11.3299C1.27853 11.7441 1.61432 12.0799 2.02853 12.0799V11.3299V10.5799ZM12.6683 12.0799C13.0825 12.0799 13.4183 11.7441 13.4183 11.3299C13.4183 10.9157 13.0825 10.5799 12.6683 10.5799V11.3299V12.0799ZM4.00453 5.24885C3.59032 5.24885 3.25453 5.58464 3.25453 5.99885C3.25453 6.41307 3.59032 6.74885 4.00453 6.74885V5.99885V5.24885ZM19.9983 6.74885C20.4125 6.74885 20.7483 6.41307 20.7483 5.99885C20.7483 5.58464 20.4125 5.24885 19.9983 5.24885V5.99885V6.74885ZM3.15953 15.9107C2.74532 15.9107 2.40953 16.2465 2.40953 16.6607C2.40953 17.0749 2.74532 17.4107 3.15953 17.4107V16.6607V15.9107ZM11.3354 17.4107C11.7496 17.4107 12.0854 17.0749 12.0854 16.6607C12.0854 16.2465 11.7496 15.9107 11.3354 15.9107V16.6607V17.4107ZM15.056 1.91104C14.845 1.55458 14.385 1.43662 14.0286 1.64759C13.6721 1.85855 13.5542 2.31854 13.7651 2.67501L14.4106 2.29302L15.056 1.91104ZM15.715 8.7341C15.7516 9.1467 16.1157 9.45156 16.5283 9.41502C16.9409 9.37848 17.2457 9.01439 17.2092 8.60179L16.4621 8.66794L15.715 8.7341ZM18 15.7323V14.9823C18.2301 14.9823 18.4167 15.1688 18.4167 15.399H17.6667H16.9167C16.9167 15.9973 17.4017 16.4823 18 16.4823V15.7323ZM17.6667 15.399H18.4167C18.4167 15.6291 18.23 15.8156 18 15.8156V15.0656V14.3156C17.4018 14.3156 16.9167 14.8004 16.9167 15.399H17.6667ZM18 15.7323V16.4823C18.5983 16.4823 19.0833 15.9973 19.0833 15.399H18.3333H17.5833C17.5833 15.1688 17.7699 14.9823 18 14.9823V15.7323ZM18.3333 15.399H19.0833C19.0833 14.8004 18.5982 14.3156 18 14.3156V15.0656V15.8156C17.77 15.8156 17.5833 15.6291 17.5833 15.399H18.3333ZM18 11.399V12.149C18.862 12.149 19.6886 12.4914 20.2981 13.1009L20.8284 12.5705L21.3588 12.0402C20.468 11.1494 19.2598 10.649 18 10.649V11.399ZM20.8284 12.5705L20.2981 13.1009C20.9076 13.7103 21.25 14.537 21.25 15.399H22H22.75C22.75 14.1392 22.2496 12.931 21.3588 12.0402L20.8284 12.5705ZM22 15.399H21.25C21.25 15.6746 21.1472 16.0868 20.9196 16.622C20.6981 17.1426 20.3856 17.718 20.0297 18.3003C19.3185 19.464 18.4698 20.5975 17.9346 21.2817L18.5253 21.7438L19.1161 22.2059C19.6662 21.5026 20.5549 20.3174 21.3096 19.0825C21.6868 18.4654 22.0394 17.8215 22.2999 17.2092C22.5541 16.6115 22.75 15.9771 22.75 15.399H22ZM18.5253 21.7438L17.9344 21.282C17.9421 21.2722 17.952 21.264 17.9637 21.2583L18.2923 21.9325L18.6208 22.6067C18.8146 22.5123 18.984 22.3749 19.1163 22.2056L18.5253 21.7438ZM18.2923 21.9325L17.9637 21.2583C17.9749 21.2529 17.9872 21.25 18 21.25V22V22.75C18.2153 22.75 18.4276 22.7009 18.6208 22.6067L18.2923 21.9325ZM18 22V21.25C18.0128 21.25 18.0251 21.2529 18.0363 21.2583L17.7077 21.9325L17.3792 22.6067C17.5724 22.7009 17.7847 22.75 18 22.75V22ZM17.7077 21.9325L18.0363 21.2583C18.048 21.264 18.0579 21.2722 18.0656 21.282L17.4747 21.7438L16.8837 22.2056C17.016 22.3749 17.1854 22.5123 17.3792 22.6067L17.7077 21.9325ZM17.4747 21.7438L18.0656 21.2819C17.5302 20.5971 16.6815 19.4636 15.9703 18.2999C15.6144 17.7177 15.3019 17.1424 15.0804 16.6219C14.8528 16.0867 14.75 15.6746 14.75 15.399H14H13.25C13.25 15.9771 13.4459 16.6114 13.7001 17.2091C13.9606 17.8214 14.3133 18.4652 14.6904 19.0822C15.4451 20.317 16.3338 21.5021 16.8838 22.2057L17.4747 21.7438ZM14 15.399H14.75C14.75 14.537 15.0924 13.7103 15.7019 13.1009L15.1716 12.5705L14.6412 12.0402C13.7504 12.931 13.25 14.1392 13.25 15.399H14ZM15.1716 12.5705L15.7019 13.1009C16.3114 12.4914 17.138 12.149 18 12.149V11.399V10.649C16.7402 10.649 15.532 11.1494 14.6412 12.0402L15.1716 12.5705ZM13.9992 21.7981L13.8493 21.0632C12.0582 21.4286 10.199 21.2552 8.5064 20.5649L8.22316 21.2593L7.93991 21.9538C9.90696 22.7561 12.0676 22.9576 14.1491 22.5329L13.9992 21.7981ZM8.22316 21.2593L8.50643 20.5649C6.81384 19.8744 5.36376 18.698 4.33926 17.1841L3.71812 17.6045L3.09699 18.0248C4.28762 19.7842 5.97283 21.1514 7.93989 21.9538L8.22316 21.2593ZM3.71812 17.6045L4.33927 17.1841C3.31477 15.6702 2.76181 13.8867 2.75019 12.0588L2.0002 12.0636L1.25022 12.0684C1.26373 14.1927 1.90636 16.2654 3.09698 18.0248L3.71812 17.6045ZM2.0002 12.0636L2.75019 12.0588C2.73856 10.2309 3.2688 8.44047 4.27395 6.91367L3.64751 6.50127L3.02108 6.08886C1.85293 7.86326 1.23671 9.94399 1.25022 12.0684L2.0002 12.0636ZM3.64751 6.50127L4.27395 6.91367C5.2791 5.38687 6.7141 4.19211 8.39776 3.48024L8.10569 2.78945L7.81362 2.09865C5.85693 2.92596 4.18922 4.31446 3.02108 6.08886L3.64751 6.50127ZM8.10569 2.78945L8.39776 3.48024C10.0814 2.76837 11.9382 2.57132 13.7338 2.91395L13.8744 2.17725L14.015 1.44054C11.9282 1.04234 9.7703 1.27135 7.81361 2.09865L8.10569 2.78945ZM13.8744 2.17725L13.7338 2.91395C15.5294 3.2566 17.1832 4.12356 18.4864 5.40539L19.0124 4.87069L19.5383 4.33599C18.0237 2.8463 16.1017 1.83874 14.015 1.44054L13.8744 2.17725ZM19.0124 4.87069L18.4864 5.40539C19.7896 6.68722 20.6838 8.32644 21.0561 10.1161L21.7904 9.96335L22.5247 9.8106C22.092 7.73075 21.0528 5.8257 19.5383 4.33599L19.0124 4.87069ZM9.59317 21.6994L10.2128 21.2768C8.98025 19.4694 8.0873 16.0384 8.0873 11.9962H7.3373H6.5873C6.5873 16.1867 7.50153 19.9633 8.97353 22.1219L9.59317 21.6994ZM7.3373 11.9962H8.0873C8.0873 7.95414 8.98021 4.52399 10.2129 2.71543L9.59317 2.29302L8.97344 1.87062C7.50157 4.03006 6.5873 7.80558 6.5873 11.9962H7.3373ZM2.02853 11.3299V12.0799H12.6683V11.3299V10.5799H2.02853V11.3299ZM4.00453 5.99885V6.74885H19.9983V5.99885V5.24885H4.00453V5.99885ZM3.15953 16.6607V17.4107H11.3354V16.6607V15.9107H3.15953V16.6607ZM14.4106 2.29302L13.7651 2.67501C14.8593 4.52382 15.5255 6.59416 15.715 8.7341L16.4621 8.66794L17.2092 8.60179C16.9999 6.23877 16.2642 3.9526 15.056 1.91104L14.4106 2.29302Z", fill: "currentColor" }) })));
27
+ const SvgGlobePinBase = (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.01 21.0394C8.15527 20.6582 6.44553 19.7522 5.07942 18.4266C3.71331 17.101 2.7469 15.4103 2.29251 13.5509C1.83812 11.6915 1.91439 9.73979 2.51247 7.92253C3.11054 6.10526 4.20586 4.49708 5.67116 3.28484C7.13645 2.0726 8.91155 1.30608 10.7902 1.07435C12.6688 0.842616 14.5739 1.15519 16.284 1.97574C17.994 2.7963 19.4389 4.09115 20.4508 5.70983C21.4626 7.32851 21.9998 9.20455 22 11.12M9.59136 20.945C8.23948 18.9363 7.33467 15.2877 7.33467 11.12C7.33467 6.95237 8.23948 3.30468 9.59136 1.29597M2.024 10.4453H10.8889M4.00073 5.048H20.0002M3.15547 15.8427H7.74706M14.4106 1.29597C15.5548 3.25216 16.2532 5.44213 16.4548 7.7062M16.1298 10.9C17.1612 10.9 18.1503 11.3234 18.8796 12.0771C19.6089 12.8308 20.0187 13.8531 20.0187 14.919C20.0187 16.8197 17.1668 21.5536 16.3481 22.8766C16.3246 22.9144 16.2923 22.9456 16.2542 22.9671C16.216 22.9887 16.1733 23 16.1298 23C16.0863 23 16.0435 22.9887 16.0054 22.9671C15.9672 22.9456 15.9349 22.9144 15.9115 22.8766C15.0927 21.5541 12.2409 16.8197 12.2409 14.919C12.2409 13.8531 12.6506 12.8308 13.3799 12.0771C14.1092 11.3234 15.0984 10.9 16.1298 10.9ZM15.5742 14.75C15.5742 14.8959 15.6328 15.0358 15.7369 15.1389C15.8411 15.2421 15.9824 15.3 16.1298 15.3C16.2771 15.3 16.4184 15.2421 16.5226 15.1389C16.6268 15.0358 16.6853 14.8959 16.6853 14.75C16.6853 14.6041 16.6268 14.4642 16.5226 14.3611C16.4184 14.2579 16.2771 14.2 16.1298 14.2C15.9824 14.2 15.8411 14.2579 15.7369 14.3611C15.6328 14.4642 15.5742 14.6041 15.5742 14.75Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
28
  const SvgGlobePin = (0, wrapIcon_1.wrapIcon)(SvgGlobePinBase);
29
29
  exports.default = SvgGlobePin;
30
30
  //# sourceMappingURL=GlobePin.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"GlobePin.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/GlobePin.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,+4MAA+4M,EACj5M,IAAI,EAAC,cAAc,GACnB,IACE,CACP,CAAC;AACF,MAAM,WAAW,GAAG,IAAA,mBAAQ,EAAC,eAAe,CAAC,CAAC;AAC9C,kBAAe,WAAW,CAAC","sourcesContent":["/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n// THIS FILE IS GENERATED BY BUILD TOOL\n// DO NOT EDIT IT MANUAL\nimport { wrapIcon } from '../../wrapIcon';\nimport { SVGProps } from 'react';\nconst SvgGlobePinBase = (props: SVGProps<SVGSVGElement>) => (\n <svg\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M18.5253 21.7438L17.9346 21.2817L17.9344 21.282L18.5253 21.7438ZM17.4747 21.7438L18.0656 21.282L18.0656 21.2819L17.4747 21.7438ZM14.1491 22.5329C14.555 22.4501 14.8169 22.054 14.7341 21.6481C14.6513 21.2423 14.2551 20.9804 13.8493 21.0632L13.9992 21.7981L14.1491 22.5329ZM8.22316 21.2593L7.93989 21.9538L7.93991 21.9538L8.22316 21.2593ZM3.71812 17.6045L3.09698 18.0248L3.09699 18.0248L3.71812 17.6045ZM2.0002 12.0636L2.75019 12.0588L2.0002 12.0636ZM8.10569 2.78945L8.39776 3.48024L8.39776 3.48024L8.10569 2.78945ZM13.8744 2.17725L14.015 1.44054L14.015 1.44054L13.8744 2.17725ZM21.0561 10.1161C21.1405 10.5216 21.5376 10.782 21.9432 10.6976C22.3487 10.6133 22.609 10.2161 22.5247 9.8106L21.7904 9.96335L21.0561 10.1161ZM8.97353 22.1219C9.2069 22.4641 9.67351 22.5524 10.0157 22.319C10.3579 22.0856 10.4462 21.619 10.2128 21.2768L9.59317 21.6994L8.97353 22.1219ZM10.2129 2.71543C10.4462 2.37316 10.3579 1.90658 10.0156 1.67329C9.67331 1.44 9.20673 1.52835 8.97344 1.87062L9.59317 2.29302L10.2129 2.71543ZM2.02853 10.5799C1.61432 10.5799 1.27853 10.9157 1.27853 11.3299C1.27853 11.7441 1.61432 12.0799 2.02853 12.0799V11.3299V10.5799ZM12.6683 12.0799C13.0825 12.0799 13.4183 11.7441 13.4183 11.3299C13.4183 10.9157 13.0825 10.5799 12.6683 10.5799V11.3299V12.0799ZM4.00453 5.24885C3.59032 5.24885 3.25453 5.58464 3.25453 5.99885C3.25453 6.41307 3.59032 6.74885 4.00453 6.74885V5.99885V5.24885ZM19.9983 6.74885C20.4125 6.74885 20.7483 6.41307 20.7483 5.99885C20.7483 5.58464 20.4125 5.24885 19.9983 5.24885V5.99885V6.74885ZM3.15953 15.9107C2.74532 15.9107 2.40953 16.2465 2.40953 16.6607C2.40953 17.0749 2.74532 17.4107 3.15953 17.4107V16.6607V15.9107ZM11.3354 17.4107C11.7496 17.4107 12.0854 17.0749 12.0854 16.6607C12.0854 16.2465 11.7496 15.9107 11.3354 15.9107V16.6607V17.4107ZM15.056 1.91104C14.845 1.55458 14.385 1.43662 14.0286 1.64759C13.6721 1.85855 13.5542 2.31854 13.7651 2.67501L14.4106 2.29302L15.056 1.91104ZM15.715 8.7341C15.7516 9.1467 16.1157 9.45156 16.5283 9.41502C16.9409 9.37848 17.2457 9.01439 17.2092 8.60179L16.4621 8.66794L15.715 8.7341ZM18 15.7323V14.9823C18.2301 14.9823 18.4167 15.1688 18.4167 15.399H17.6667H16.9167C16.9167 15.9973 17.4017 16.4823 18 16.4823V15.7323ZM17.6667 15.399H18.4167C18.4167 15.6291 18.23 15.8156 18 15.8156V15.0656V14.3156C17.4018 14.3156 16.9167 14.8004 16.9167 15.399H17.6667ZM18 15.7323V16.4823C18.5983 16.4823 19.0833 15.9973 19.0833 15.399H18.3333H17.5833C17.5833 15.1688 17.7699 14.9823 18 14.9823V15.7323ZM18.3333 15.399H19.0833C19.0833 14.8004 18.5982 14.3156 18 14.3156V15.0656V15.8156C17.77 15.8156 17.5833 15.6291 17.5833 15.399H18.3333ZM18 11.399V12.149C18.862 12.149 19.6886 12.4914 20.2981 13.1009L20.8284 12.5705L21.3588 12.0402C20.468 11.1494 19.2598 10.649 18 10.649V11.399ZM20.8284 12.5705L20.2981 13.1009C20.9076 13.7103 21.25 14.537 21.25 15.399H22H22.75C22.75 14.1392 22.2496 12.931 21.3588 12.0402L20.8284 12.5705ZM22 15.399H21.25C21.25 15.6746 21.1472 16.0868 20.9196 16.622C20.6981 17.1426 20.3856 17.718 20.0297 18.3003C19.3185 19.464 18.4698 20.5975 17.9346 21.2817L18.5253 21.7438L19.1161 22.2059C19.6662 21.5026 20.5549 20.3174 21.3096 19.0825C21.6868 18.4654 22.0394 17.8215 22.2999 17.2092C22.5541 16.6115 22.75 15.9771 22.75 15.399H22ZM18.5253 21.7438L17.9344 21.282C17.9421 21.2722 17.952 21.264 17.9637 21.2583L18.2923 21.9325L18.6208 22.6067C18.8146 22.5123 18.984 22.3749 19.1163 22.2056L18.5253 21.7438ZM18.2923 21.9325L17.9637 21.2583C17.9749 21.2529 17.9872 21.25 18 21.25V22V22.75C18.2153 22.75 18.4276 22.7009 18.6208 22.6067L18.2923 21.9325ZM18 22V21.25C18.0128 21.25 18.0251 21.2529 18.0363 21.2583L17.7077 21.9325L17.3792 22.6067C17.5724 22.7009 17.7847 22.75 18 22.75V22ZM17.7077 21.9325L18.0363 21.2583C18.048 21.264 18.0579 21.2722 18.0656 21.282L17.4747 21.7438L16.8837 22.2056C17.016 22.3749 17.1854 22.5123 17.3792 22.6067L17.7077 21.9325ZM17.4747 21.7438L18.0656 21.2819C17.5302 20.5971 16.6815 19.4636 15.9703 18.2999C15.6144 17.7177 15.3019 17.1424 15.0804 16.6219C14.8528 16.0867 14.75 15.6746 14.75 15.399H14H13.25C13.25 15.9771 13.4459 16.6114 13.7001 17.2091C13.9606 17.8214 14.3133 18.4652 14.6904 19.0822C15.4451 20.317 16.3338 21.5021 16.8838 22.2057L17.4747 21.7438ZM14 15.399H14.75C14.75 14.537 15.0924 13.7103 15.7019 13.1009L15.1716 12.5705L14.6412 12.0402C13.7504 12.931 13.25 14.1392 13.25 15.399H14ZM15.1716 12.5705L15.7019 13.1009C16.3114 12.4914 17.138 12.149 18 12.149V11.399V10.649C16.7402 10.649 15.532 11.1494 14.6412 12.0402L15.1716 12.5705ZM13.9992 21.7981L13.8493 21.0632C12.0582 21.4286 10.199 21.2552 8.5064 20.5649L8.22316 21.2593L7.93991 21.9538C9.90696 22.7561 12.0676 22.9576 14.1491 22.5329L13.9992 21.7981ZM8.22316 21.2593L8.50643 20.5649C6.81384 19.8744 5.36376 18.698 4.33926 17.1841L3.71812 17.6045L3.09699 18.0248C4.28762 19.7842 5.97283 21.1514 7.93989 21.9538L8.22316 21.2593ZM3.71812 17.6045L4.33927 17.1841C3.31477 15.6702 2.76181 13.8867 2.75019 12.0588L2.0002 12.0636L1.25022 12.0684C1.26373 14.1927 1.90636 16.2654 3.09698 18.0248L3.71812 17.6045ZM2.0002 12.0636L2.75019 12.0588C2.73856 10.2309 3.2688 8.44047 4.27395 6.91367L3.64751 6.50127L3.02108 6.08886C1.85293 7.86326 1.23671 9.94399 1.25022 12.0684L2.0002 12.0636ZM3.64751 6.50127L4.27395 6.91367C5.2791 5.38687 6.7141 4.19211 8.39776 3.48024L8.10569 2.78945L7.81362 2.09865C5.85693 2.92596 4.18922 4.31446 3.02108 6.08886L3.64751 6.50127ZM8.10569 2.78945L8.39776 3.48024C10.0814 2.76837 11.9382 2.57132 13.7338 2.91395L13.8744 2.17725L14.015 1.44054C11.9282 1.04234 9.7703 1.27135 7.81361 2.09865L8.10569 2.78945ZM13.8744 2.17725L13.7338 2.91395C15.5294 3.2566 17.1832 4.12356 18.4864 5.40539L19.0124 4.87069L19.5383 4.33599C18.0237 2.8463 16.1017 1.83874 14.015 1.44054L13.8744 2.17725ZM19.0124 4.87069L18.4864 5.40539C19.7896 6.68722 20.6838 8.32644 21.0561 10.1161L21.7904 9.96335L22.5247 9.8106C22.092 7.73075 21.0528 5.8257 19.5383 4.33599L19.0124 4.87069ZM9.59317 21.6994L10.2128 21.2768C8.98025 19.4694 8.0873 16.0384 8.0873 11.9962H7.3373H6.5873C6.5873 16.1867 7.50153 19.9633 8.97353 22.1219L9.59317 21.6994ZM7.3373 11.9962H8.0873C8.0873 7.95414 8.98021 4.52399 10.2129 2.71543L9.59317 2.29302L8.97344 1.87062C7.50157 4.03006 6.5873 7.80558 6.5873 11.9962H7.3373ZM2.02853 11.3299V12.0799H12.6683V11.3299V10.5799H2.02853V11.3299ZM4.00453 5.99885V6.74885H19.9983V5.99885V5.24885H4.00453V5.99885ZM3.15953 16.6607V17.4107H11.3354V16.6607V15.9107H3.15953V16.6607ZM14.4106 2.29302L13.7651 2.67501C14.8593 4.52382 15.5255 6.59416 15.715 8.7341L16.4621 8.66794L17.2092 8.60179C16.9999 6.23877 16.2642 3.9526 15.056 1.91104L14.4106 2.29302Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\nconst SvgGlobePin = wrapIcon(SvgGlobePinBase);\nexport default SvgGlobePin;\n"]}
1
+ {"version":3,"file":"GlobePin.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/GlobePin.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,g8CAAg8C,EACl8C,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","sourcesContent":["/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n// THIS FILE IS GENERATED BY BUILD TOOL\n// DO NOT EDIT IT MANUAL\nimport { wrapIcon } from '../../wrapIcon';\nimport { SVGProps } from 'react';\nconst SvgGlobePinBase = (props: SVGProps<SVGSVGElement>) => (\n <svg\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M10.01 21.0394C8.15527 20.6582 6.44553 19.7522 5.07942 18.4266C3.71331 17.101 2.7469 15.4103 2.29251 13.5509C1.83812 11.6915 1.91439 9.73979 2.51247 7.92253C3.11054 6.10526 4.20586 4.49708 5.67116 3.28484C7.13645 2.0726 8.91155 1.30608 10.7902 1.07435C12.6688 0.842616 14.5739 1.15519 16.284 1.97574C17.994 2.7963 19.4389 4.09115 20.4508 5.70983C21.4626 7.32851 21.9998 9.20455 22 11.12M9.59136 20.945C8.23948 18.9363 7.33467 15.2877 7.33467 11.12C7.33467 6.95237 8.23948 3.30468 9.59136 1.29597M2.024 10.4453H10.8889M4.00073 5.048H20.0002M3.15547 15.8427H7.74706M14.4106 1.29597C15.5548 3.25216 16.2532 5.44213 16.4548 7.7062M16.1298 10.9C17.1612 10.9 18.1503 11.3234 18.8796 12.0771C19.6089 12.8308 20.0187 13.8531 20.0187 14.919C20.0187 16.8197 17.1668 21.5536 16.3481 22.8766C16.3246 22.9144 16.2923 22.9456 16.2542 22.9671C16.216 22.9887 16.1733 23 16.1298 23C16.0863 23 16.0435 22.9887 16.0054 22.9671C15.9672 22.9456 15.9349 22.9144 15.9115 22.8766C15.0927 21.5541 12.2409 16.8197 12.2409 14.919C12.2409 13.8531 12.6506 12.8308 13.3799 12.0771C14.1092 11.3234 15.0984 10.9 16.1298 10.9ZM15.5742 14.75C15.5742 14.8959 15.6328 15.0358 15.7369 15.1389C15.8411 15.2421 15.9824 15.3 16.1298 15.3C16.2771 15.3 16.4184 15.2421 16.5226 15.1389C16.6268 15.0358 16.6853 14.8959 16.6853 14.75C16.6853 14.6041 16.6268 14.4642 16.5226 14.3611C16.4184 14.2579 16.2771 14.2 16.1298 14.2C15.9824 14.2 15.8411 14.2579 15.7369 14.3611C15.6328 14.4642 15.5742 14.6041 15.5742 14.75Z\"\n stroke=\"currentColor\"\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n);\nconst SvgGlobePin = wrapIcon(SvgGlobePinBase);\nexport default SvgGlobePin;\n"]}
@@ -24,7 +24,7 @@ const jsx_runtime_1 = require("react/jsx-runtime");
24
24
  // THIS FILE IS GENERATED BY BUILD TOOL
25
25
  // DO NOT EDIT IT MANUAL
26
26
  const wrapIcon_1 = require("../../wrapIcon");
27
- const SvgPanelBottomBase = (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.5625 11.62H9.9375H20.4375M3.5625 11.62V6C3.5625 5.55 3.8625 5.25 4.3125 5.25H19.6875C20.1375 5.25 20.4375 5.55 20.4375 6V11.62M3.5625 11.62V18C3.5625 18.375 3.9375 18.75 4.3125 18.75H19.6875C20.1375 18.75 20.4375 18.45 20.4375 18V11.62", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
27
+ const SvgPanelBottomBase = (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 14H9.55556H22M2 14V4C2 3.4 2.35556 3 2.88889 3H21.1111C21.6444 3 22 3.4 22 4V14M2 14V20C2 20.5 2.44444 21 2.88889 21H21.1111C21.6444 21 22 20.6 22 20V14", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
28
  const SvgPanelBottom = (0, wrapIcon_1.wrapIcon)(SvgPanelBottomBase);
29
29
  exports.default = SvgPanelBottom;
30
30
  //# sourceMappingURL=PanelBottom.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PanelBottom.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/PanelBottom.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,gPAAgP,EAClP,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,cAAc,GAAG,IAAA,mBAAQ,EAAC,kBAAkB,CAAC,CAAC;AACpD,kBAAe,cAAc,CAAC","sourcesContent":["/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n// THIS FILE IS GENERATED BY BUILD TOOL\n// DO NOT EDIT IT MANUAL\nimport { wrapIcon } from '../../wrapIcon';\nimport { SVGProps } from 'react';\nconst SvgPanelBottomBase = (props: SVGProps<SVGSVGElement>) => (\n <svg\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M3.5625 11.62H9.9375H20.4375M3.5625 11.62V6C3.5625 5.55 3.8625 5.25 4.3125 5.25H19.6875C20.1375 5.25 20.4375 5.55 20.4375 6V11.62M3.5625 11.62V18C3.5625 18.375 3.9375 18.75 4.3125 18.75H19.6875C20.1375 18.75 20.4375 18.45 20.4375 18V11.62\"\n stroke=\"currentColor\"\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n);\nconst SvgPanelBottom = wrapIcon(SvgPanelBottomBase);\nexport default SvgPanelBottom;\n"]}
1
+ {"version":3,"file":"PanelBottom.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/PanelBottom.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,6JAA6J,EAC/J,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,cAAc,GAAG,IAAA,mBAAQ,EAAC,kBAAkB,CAAC,CAAC;AACpD,kBAAe,cAAc,CAAC","sourcesContent":["/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n// THIS FILE IS GENERATED BY BUILD TOOL\n// DO NOT EDIT IT MANUAL\nimport { wrapIcon } from '../../wrapIcon';\nimport { SVGProps } from 'react';\nconst SvgPanelBottomBase = (props: SVGProps<SVGSVGElement>) => (\n <svg\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M2 14H9.55556H22M2 14V4C2 3.4 2.35556 3 2.88889 3H21.1111C21.6444 3 22 3.4 22 4V14M2 14V20C2 20.5 2.44444 21 2.88889 21H21.1111C21.6444 21 22 20.6 22 20V14\"\n stroke=\"currentColor\"\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n);\nconst SvgPanelBottom = wrapIcon(SvgPanelBottomBase);\nexport default SvgPanelBottom;\n"]}
@@ -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 SvgPanelLeftCollapsedBase = (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: "M7.71429 2V22M16.9689 8.52459L13.4907 12.0029L16.9689 15.4811M3.42857 2H20.5714C20.5714 2 22 2 22 3.42857V20.5714C22 20.5714 22 22 20.5714 22H3.42857C3.42857 22 2 22 2 20.5714V3.42857C2 3.42857 2 2 3.42857 2Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
+ const SvgPanelLeftCollapsed = (0, wrapIcon_1.wrapIcon)(SvgPanelLeftCollapsedBase);
29
+ exports.default = SvgPanelLeftCollapsed;
30
+ //# sourceMappingURL=PanelLeftCollapsed.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PanelLeftCollapsed.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/PanelLeftCollapsed.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,yBAAyB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACpE,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,kNAAkN,EACpN,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,qBAAqB,GAAG,IAAA,mBAAQ,EAAC,yBAAyB,CAAC,CAAC;AAClE,kBAAe,qBAAqB,CAAC","sourcesContent":["/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n// THIS FILE IS GENERATED BY BUILD TOOL\n// DO NOT EDIT IT MANUAL\nimport { wrapIcon } from '../../wrapIcon';\nimport { SVGProps } from 'react';\nconst SvgPanelLeftCollapsedBase = (props: SVGProps<SVGSVGElement>) => (\n <svg\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M7.71429 2V22M16.9689 8.52459L13.4907 12.0029L16.9689 15.4811M3.42857 2H20.5714C20.5714 2 22 2 22 3.42857V20.5714C22 20.5714 22 22 20.5714 22H3.42857C3.42857 22 2 22 2 20.5714V3.42857C2 3.42857 2 2 3.42857 2Z\"\n stroke=\"currentColor\"\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n);\nconst SvgPanelLeftCollapsed = wrapIcon(SvgPanelLeftCollapsedBase);\nexport default SvgPanelLeftCollapsed;\n"]}
@@ -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 SvgPanelLeftExpandedBase = (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: "M7.71429 2V22M13.4907 8.52459L16.9689 12.0029L13.4907 15.4811M3.42857 2H20.5714C20.5714 2 22 2 22 3.42857V20.5714C22 20.5714 22 22 20.5714 22H3.42857C3.42857 22 2 22 2 20.5714V3.42857C2 3.42857 2 2 3.42857 2Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
28
+ const SvgPanelLeftExpanded = (0, wrapIcon_1.wrapIcon)(SvgPanelLeftExpandedBase);
29
+ exports.default = SvgPanelLeftExpanded;
30
+ //# sourceMappingURL=PanelLeftExpanded.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PanelLeftExpanded.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/PanelLeftExpanded.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,6CAA0C;AAE1C,MAAM,wBAAwB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACnE,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,kNAAkN,EACpN,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,oBAAoB,GAAG,IAAA,mBAAQ,EAAC,wBAAwB,CAAC,CAAC;AAChE,kBAAe,oBAAoB,CAAC","sourcesContent":["/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n// THIS FILE IS GENERATED BY BUILD TOOL\n// DO NOT EDIT IT MANUAL\nimport { wrapIcon } from '../../wrapIcon';\nimport { SVGProps } from 'react';\nconst SvgPanelLeftExpandedBase = (props: SVGProps<SVGSVGElement>) => (\n <svg\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M7.71429 2V22M13.4907 8.52459L16.9689 12.0029L13.4907 15.4811M3.42857 2H20.5714C20.5714 2 22 2 22 3.42857V20.5714C22 20.5714 22 22 20.5714 22H3.42857C3.42857 22 2 22 2 20.5714V3.42857C2 3.42857 2 2 3.42857 2Z\"\n stroke=\"currentColor\"\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n);\nconst SvgPanelLeftExpanded = wrapIcon(SvgPanelLeftExpandedBase);\nexport default SvgPanelLeftExpanded;\n"]}