@neo4j-ndl/react 4.9.47 → 4.11.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 (151) hide show
  1. package/lib/cjs/dismissible-tag/DismissibleTag.js +46 -0
  2. package/lib/cjs/dismissible-tag/DismissibleTag.js.map +1 -0
  3. package/lib/cjs/dismissible-tag/index.js +26 -0
  4. package/lib/cjs/dismissible-tag/index.js.map +1 -0
  5. package/lib/cjs/dismissible-tag/stories/dismissible-tag-colors.story.js +33 -0
  6. package/lib/cjs/dismissible-tag/stories/dismissible-tag-colors.story.js.map +1 -0
  7. package/lib/cjs/dismissible-tag/stories/dismissible-tag-default.story.js +30 -0
  8. package/lib/cjs/dismissible-tag/stories/dismissible-tag-default.story.js.map +1 -0
  9. package/lib/cjs/dismissible-tag/stories/dismissible-tag-sizes.story.js +33 -0
  10. package/lib/cjs/dismissible-tag/stories/dismissible-tag-sizes.story.js.map +1 -0
  11. package/lib/cjs/dismissible-tag/stories/dismissible-tag-with-leading-icon.story.js +31 -0
  12. package/lib/cjs/dismissible-tag/stories/dismissible-tag-with-leading-icon.story.js.map +1 -0
  13. package/lib/cjs/dismissible-tag/stories/index.js +44 -0
  14. package/lib/cjs/dismissible-tag/stories/index.js.map +1 -0
  15. package/lib/cjs/icons/generated/custom/CollapseLayers.js +30 -0
  16. package/lib/cjs/icons/generated/custom/CollapseLayers.js.map +1 -0
  17. package/lib/cjs/icons/generated/custom/ExpandLayers.js +30 -0
  18. package/lib/cjs/icons/generated/custom/ExpandLayers.js.map +1 -0
  19. package/lib/cjs/icons/generated/custom/LayoutBottom.js +30 -0
  20. package/lib/cjs/icons/generated/custom/LayoutBottom.js.map +1 -0
  21. package/lib/cjs/icons/generated/custom/LayoutLeft.js +30 -0
  22. package/lib/cjs/icons/generated/custom/LayoutLeft.js.map +1 -0
  23. package/lib/cjs/icons/generated/custom/LayoutRight.js +30 -0
  24. package/lib/cjs/icons/generated/custom/LayoutRight.js.map +1 -0
  25. package/lib/cjs/icons/generated/custom/LayoutThreeSections.js +30 -0
  26. package/lib/cjs/icons/generated/custom/LayoutThreeSections.js.map +1 -0
  27. package/lib/cjs/icons/generated/custom/OpenQueryTab.js +30 -0
  28. package/lib/cjs/icons/generated/custom/OpenQueryTab.js.map +1 -0
  29. package/lib/cjs/icons/generated/custom/index.js +17 -2
  30. package/lib/cjs/icons/generated/custom/index.js.map +1 -1
  31. package/lib/cjs/index.js +5 -1
  32. package/lib/cjs/index.js.map +1 -1
  33. package/lib/cjs/read-only-tag/ReadOnlyTag.js +43 -0
  34. package/lib/cjs/read-only-tag/ReadOnlyTag.js.map +1 -0
  35. package/lib/cjs/read-only-tag/index.js +26 -0
  36. package/lib/cjs/read-only-tag/index.js.map +1 -0
  37. package/lib/cjs/read-only-tag/stories/index.js +44 -0
  38. package/lib/cjs/read-only-tag/stories/index.js.map +1 -0
  39. package/lib/cjs/read-only-tag/stories/read-only-tag-colors.story.js +30 -0
  40. package/lib/cjs/read-only-tag/stories/read-only-tag-colors.story.js.map +1 -0
  41. package/lib/cjs/read-only-tag/stories/read-only-tag-default.story.js +30 -0
  42. package/lib/cjs/read-only-tag/stories/read-only-tag-default.story.js.map +1 -0
  43. package/lib/cjs/read-only-tag/stories/read-only-tag-sizes.story.js +30 -0
  44. package/lib/cjs/read-only-tag/stories/read-only-tag-sizes.story.js.map +1 -0
  45. package/lib/cjs/read-only-tag/stories/read-only-tag-with-leading-icon.story.js +31 -0
  46. package/lib/cjs/read-only-tag/stories/read-only-tag-with-leading-icon.story.js.map +1 -0
  47. package/lib/cjs/tag-base/TagBase.js +98 -0
  48. package/lib/cjs/tag-base/TagBase.js.map +1 -0
  49. package/lib/cjs/tag-base/index.js +38 -0
  50. package/lib/cjs/tag-base/index.js.map +1 -0
  51. package/lib/esm/dismissible-tag/DismissibleTag.js +42 -0
  52. package/lib/esm/dismissible-tag/DismissibleTag.js.map +1 -0
  53. package/lib/esm/dismissible-tag/index.js +22 -0
  54. package/lib/esm/dismissible-tag/index.js.map +1 -0
  55. package/lib/esm/dismissible-tag/stories/dismissible-tag-colors.story.js +31 -0
  56. package/lib/esm/dismissible-tag/stories/dismissible-tag-colors.story.js.map +1 -0
  57. package/lib/esm/dismissible-tag/stories/dismissible-tag-default.story.js +28 -0
  58. package/lib/esm/dismissible-tag/stories/dismissible-tag-default.story.js.map +1 -0
  59. package/lib/esm/dismissible-tag/stories/dismissible-tag-sizes.story.js +31 -0
  60. package/lib/esm/dismissible-tag/stories/dismissible-tag-sizes.story.js.map +1 -0
  61. package/lib/esm/dismissible-tag/stories/dismissible-tag-with-leading-icon.story.js +29 -0
  62. package/lib/esm/dismissible-tag/stories/dismissible-tag-with-leading-icon.story.js.map +1 -0
  63. package/lib/esm/dismissible-tag/stories/index.js +34 -0
  64. package/lib/esm/dismissible-tag/stories/index.js.map +1 -0
  65. package/lib/esm/icons/generated/custom/CollapseLayers.js +28 -0
  66. package/lib/esm/icons/generated/custom/CollapseLayers.js.map +1 -0
  67. package/lib/esm/icons/generated/custom/ExpandLayers.js +28 -0
  68. package/lib/esm/icons/generated/custom/ExpandLayers.js.map +1 -0
  69. package/lib/esm/icons/generated/custom/LayoutBottom.js +28 -0
  70. package/lib/esm/icons/generated/custom/LayoutBottom.js.map +1 -0
  71. package/lib/esm/icons/generated/custom/LayoutLeft.js +28 -0
  72. package/lib/esm/icons/generated/custom/LayoutLeft.js.map +1 -0
  73. package/lib/esm/icons/generated/custom/LayoutRight.js +28 -0
  74. package/lib/esm/icons/generated/custom/LayoutRight.js.map +1 -0
  75. package/lib/esm/icons/generated/custom/LayoutThreeSections.js +28 -0
  76. package/lib/esm/icons/generated/custom/LayoutThreeSections.js.map +1 -0
  77. package/lib/esm/icons/generated/custom/OpenQueryTab.js +28 -0
  78. package/lib/esm/icons/generated/custom/OpenQueryTab.js.map +1 -0
  79. package/lib/esm/icons/generated/custom/index.js +7 -0
  80. package/lib/esm/icons/generated/custom/index.js.map +1 -1
  81. package/lib/esm/index.js +2 -0
  82. package/lib/esm/index.js.map +1 -1
  83. package/lib/esm/read-only-tag/ReadOnlyTag.js +39 -0
  84. package/lib/esm/read-only-tag/ReadOnlyTag.js.map +1 -0
  85. package/lib/esm/read-only-tag/index.js +22 -0
  86. package/lib/esm/read-only-tag/index.js.map +1 -0
  87. package/lib/esm/read-only-tag/stories/index.js +34 -0
  88. package/lib/esm/read-only-tag/stories/index.js.map +1 -0
  89. package/lib/esm/read-only-tag/stories/read-only-tag-colors.story.js +28 -0
  90. package/lib/esm/read-only-tag/stories/read-only-tag-colors.story.js.map +1 -0
  91. package/lib/esm/read-only-tag/stories/read-only-tag-default.story.js +28 -0
  92. package/lib/esm/read-only-tag/stories/read-only-tag-default.story.js.map +1 -0
  93. package/lib/esm/read-only-tag/stories/read-only-tag-sizes.story.js +28 -0
  94. package/lib/esm/read-only-tag/stories/read-only-tag-sizes.story.js.map +1 -0
  95. package/lib/esm/read-only-tag/stories/read-only-tag-with-leading-icon.story.js +29 -0
  96. package/lib/esm/read-only-tag/stories/read-only-tag-with-leading-icon.story.js.map +1 -0
  97. package/lib/esm/tag-base/TagBase.js +91 -0
  98. package/lib/esm/tag-base/TagBase.js.map +1 -0
  99. package/lib/esm/tag-base/index.js +22 -0
  100. package/lib/esm/tag-base/index.js.map +1 -0
  101. package/lib/types/dismissible-tag/DismissibleTag.d.ts +38 -0
  102. package/lib/types/dismissible-tag/DismissibleTag.d.ts.map +1 -0
  103. package/lib/types/dismissible-tag/index.d.ts +22 -0
  104. package/lib/types/dismissible-tag/index.d.ts.map +1 -0
  105. package/lib/types/dismissible-tag/stories/dismissible-tag-colors.story.d.ts +24 -0
  106. package/lib/types/dismissible-tag/stories/dismissible-tag-colors.story.d.ts.map +1 -0
  107. package/lib/types/dismissible-tag/stories/dismissible-tag-default.story.d.ts +24 -0
  108. package/lib/types/dismissible-tag/stories/dismissible-tag-default.story.d.ts.map +1 -0
  109. package/lib/types/dismissible-tag/stories/dismissible-tag-sizes.story.d.ts +24 -0
  110. package/lib/types/dismissible-tag/stories/dismissible-tag-sizes.story.d.ts.map +1 -0
  111. package/lib/types/dismissible-tag/stories/dismissible-tag-with-leading-icon.story.d.ts +24 -0
  112. package/lib/types/dismissible-tag/stories/dismissible-tag-with-leading-icon.story.d.ts.map +1 -0
  113. package/lib/types/dismissible-tag/stories/index.d.ts +29 -0
  114. package/lib/types/dismissible-tag/stories/index.d.ts.map +1 -0
  115. package/lib/types/icons/generated/custom/CollapseLayers.d.ts +29 -0
  116. package/lib/types/icons/generated/custom/CollapseLayers.d.ts.map +1 -0
  117. package/lib/types/icons/generated/custom/ExpandLayers.d.ts +29 -0
  118. package/lib/types/icons/generated/custom/ExpandLayers.d.ts.map +1 -0
  119. package/lib/types/icons/generated/custom/LayoutBottom.d.ts +29 -0
  120. package/lib/types/icons/generated/custom/LayoutBottom.d.ts.map +1 -0
  121. package/lib/types/icons/generated/custom/LayoutLeft.d.ts +29 -0
  122. package/lib/types/icons/generated/custom/LayoutLeft.d.ts.map +1 -0
  123. package/lib/types/icons/generated/custom/LayoutRight.d.ts +29 -0
  124. package/lib/types/icons/generated/custom/LayoutRight.d.ts.map +1 -0
  125. package/lib/types/icons/generated/custom/LayoutThreeSections.d.ts +29 -0
  126. package/lib/types/icons/generated/custom/LayoutThreeSections.d.ts.map +1 -0
  127. package/lib/types/icons/generated/custom/OpenQueryTab.d.ts +29 -0
  128. package/lib/types/icons/generated/custom/OpenQueryTab.d.ts.map +1 -0
  129. package/lib/types/icons/generated/custom/index.d.ts +7 -0
  130. package/lib/types/icons/generated/custom/index.d.ts.map +1 -1
  131. package/lib/types/index.d.ts +2 -0
  132. package/lib/types/index.d.ts.map +1 -1
  133. package/lib/types/read-only-tag/ReadOnlyTag.d.ts +36 -0
  134. package/lib/types/read-only-tag/ReadOnlyTag.d.ts.map +1 -0
  135. package/lib/types/read-only-tag/index.d.ts +22 -0
  136. package/lib/types/read-only-tag/index.d.ts.map +1 -0
  137. package/lib/types/read-only-tag/stories/index.d.ts +29 -0
  138. package/lib/types/read-only-tag/stories/index.d.ts.map +1 -0
  139. package/lib/types/read-only-tag/stories/read-only-tag-colors.story.d.ts +24 -0
  140. package/lib/types/read-only-tag/stories/read-only-tag-colors.story.d.ts.map +1 -0
  141. package/lib/types/read-only-tag/stories/read-only-tag-default.story.d.ts +24 -0
  142. package/lib/types/read-only-tag/stories/read-only-tag-default.story.d.ts.map +1 -0
  143. package/lib/types/read-only-tag/stories/read-only-tag-sizes.story.d.ts +24 -0
  144. package/lib/types/read-only-tag/stories/read-only-tag-sizes.story.d.ts.map +1 -0
  145. package/lib/types/read-only-tag/stories/read-only-tag-with-leading-icon.story.d.ts +24 -0
  146. package/lib/types/read-only-tag/stories/read-only-tag-with-leading-icon.story.d.ts.map +1 -0
  147. package/lib/types/tag-base/TagBase.d.ts +46 -0
  148. package/lib/types/tag-base/TagBase.d.ts.map +1 -0
  149. package/lib/types/tag-base/index.d.ts +22 -0
  150. package/lib/types/tag-base/index.d.ts.map +1 -0
  151. package/package.json +2 -2
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ * Copyright (c) "Neo4j"
5
+ * Neo4j Sweden AB [http://neo4j.com]
6
+ *
7
+ * This file is part of Neo4j.
8
+ *
9
+ * Neo4j is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
+ */
22
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
23
+ if (k2 === undefined) k2 = k;
24
+ var desc = Object.getOwnPropertyDescriptor(m, k);
25
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
26
+ desc = { enumerable: true, get: function() { return m[k]; } };
27
+ }
28
+ Object.defineProperty(o, k2, desc);
29
+ }) : (function(o, m, k, k2) {
30
+ if (k2 === undefined) k2 = k;
31
+ o[k2] = m[k];
32
+ }));
33
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
34
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ __exportStar(require("./TagBase"), exports);
38
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/tag-base/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;AAEH,4CAA0B","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\nexport * from './TagBase';\n"]}
@@ -0,0 +1,42 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
22
+ var __rest = (this && this.__rest) || function (s, e) {
23
+ var t = {};
24
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
25
+ t[p] = s[p];
26
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
27
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
28
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
29
+ t[p[i]] = s[p[i]];
30
+ }
31
+ return t;
32
+ };
33
+ import { jsx as _jsx } from "react/jsx-runtime";
34
+ import { useId } from 'react';
35
+ import { XMarkIconOutline } from '../icons';
36
+ import { TagBase } from '../tag-base';
37
+ export const DismissibleTag = (_a) => {
38
+ var { size = 'medium', color, children, htmlAttributes, leadingVisual, onRemove } = _a, restProps = __rest(_a, ["size", "color", "children", "htmlAttributes", "leadingVisual", "onRemove"]);
39
+ const contentId = useId();
40
+ return (_jsx(TagBase, Object.assign({ color: color, contentId: contentId, htmlAttributes: htmlAttributes, leadingVisual: leadingVisual, size: size, trailingContent: _jsx("button", { type: "button", className: "ndl-remove-icon", onClick: onRemove, "aria-describedby": contentId, "aria-label": "Remove", children: _jsx(XMarkIconOutline, {}) }) }, restProps, { children: children })));
41
+ };
42
+ //# sourceMappingURL=DismissibleTag.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DismissibleTag.js","sourceRoot":"","sources":["../../../src/dismissible-tag/DismissibleTag.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAqBA,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAG9B,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAetC,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,EAQW,EAAE,EAAE;QARf,EAC7B,IAAI,GAAG,QAAQ,EACf,KAAK,EACL,QAAQ,EACR,cAAc,EACd,aAAa,EACb,QAAQ,OAEgC,EADrC,SAAS,cAPiB,4EAQ9B,CADa;IAEZ,MAAM,SAAS,GAAG,KAAK,EAAE,CAAC;IAE1B,OAAO,CACL,KAAC,OAAO,kBACN,KAAK,EAAE,KAAK,EACZ,SAAS,EAAE,SAAS,EACpB,cAAc,EAAE,cAAc,EAC9B,aAAa,EAAE,aAAa,EAC5B,IAAI,EAAE,IAAI,EACV,eAAe,EACb,iBACE,IAAI,EAAC,QAAQ,EACb,SAAS,EAAC,iBAAiB,EAC3B,OAAO,EAAE,QAAQ,sBACC,SAAS,gBAChB,QAAQ,YAEnB,KAAC,gBAAgB,KAAG,GACb,IAEP,SAAS,cAEZ,QAAQ,IACD,CACX,CAAC;AACJ,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 */\nimport type React from 'react';\nimport { useId } from 'react';\n\nimport { type CommonProps } from '../_common/types';\nimport { XMarkIconOutline } from '../icons';\nimport type { TagColor, TagSize } from '../tag-base';\nimport { TagBase } from '../tag-base';\n\ninterface DismissibleTagProps {\n /** Categorical color for the background */\n color?: TagColor;\n /** The content of the tag */\n children?: React.ReactNode;\n /** Icon to display before the content */\n leadingVisual?: React.ReactNode;\n /** Size of the tag */\n size?: TagSize;\n /** Callback function triggered when tag should be removed. */\n onRemove: React.MouseEventHandler<HTMLButtonElement>;\n}\n\nexport const DismissibleTag = ({\n size = 'medium',\n color,\n children,\n htmlAttributes,\n leadingVisual,\n onRemove,\n ...restProps\n}: CommonProps<'div', DismissibleTagProps>) => {\n const contentId = useId();\n\n return (\n <TagBase\n color={color}\n contentId={contentId}\n htmlAttributes={htmlAttributes}\n leadingVisual={leadingVisual}\n size={size}\n trailingContent={\n <button\n type=\"button\"\n className=\"ndl-remove-icon\"\n onClick={onRemove}\n aria-describedby={contentId}\n aria-label=\"Remove\"\n >\n <XMarkIconOutline />\n </button>\n }\n {...restProps}\n >\n {children}\n </TagBase>\n );\n};\n"]}
@@ -0,0 +1,22 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export { DismissibleTag } from './DismissibleTag';
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/dismissible-tag/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,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\nexport { DismissibleTag } from './DismissibleTag';\n"]}
@@ -0,0 +1,31 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ /**
3
+ *
4
+ * Copyright (c) "Neo4j"
5
+ * Neo4j Sweden AB [http://neo4j.com]
6
+ *
7
+ * This file is part of Neo4j.
8
+ *
9
+ * Neo4j is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
+ */
22
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
23
+ import { DismissibleTag } from '@neo4j-ndl/react';
24
+ const Component = () => {
25
+ const handleRemove = () => {
26
+ console.info('onRemove was called');
27
+ };
28
+ return (_jsxs("div", { className: "n-flex n-flex-col n-gap-token-16", children: [_jsx(DismissibleTag, { color: "1", onRemove: handleRemove, children: "Categorical color 1" }), _jsx(DismissibleTag, { color: "2", onRemove: handleRemove, children: "Categorical color 2" }), _jsx(DismissibleTag, { color: "3", onRemove: handleRemove, children: "Categorical color 3" }), _jsx(DismissibleTag, { color: "4", onRemove: handleRemove, children: "Categorical color 4" }), _jsx(DismissibleTag, { color: "5", onRemove: handleRemove, children: "Categorical color 5" }), _jsx(DismissibleTag, { color: "6", onRemove: handleRemove, children: "Categorical color 6" }), _jsx(DismissibleTag, { color: "7", onRemove: handleRemove, children: "Categorical color 7" }), _jsx(DismissibleTag, { color: "8", onRemove: handleRemove, children: "Categorical color 8" })] }));
29
+ };
30
+ export default Component;
31
+ //# sourceMappingURL=dismissible-tag-colors.story.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dismissible-tag-colors.story.js","sourceRoot":"","sources":["../../../../src/dismissible-tag/stories/dismissible-tag-colors.story.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAEjD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,MAAM,YAAY,GAAG,GAAG,EAAE;QACxB,OAAO,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;IACtC,CAAC,CAAC;IAEF,OAAO,CACL,eAAK,SAAS,EAAC,kCAAkC,aAC/C,KAAC,cAAc,IAAC,KAAK,EAAC,GAAG,EAAC,QAAQ,EAAE,YAAY,oCAE/B,EACjB,KAAC,cAAc,IAAC,KAAK,EAAC,GAAG,EAAC,QAAQ,EAAE,YAAY,oCAE/B,EACjB,KAAC,cAAc,IAAC,KAAK,EAAC,GAAG,EAAC,QAAQ,EAAE,YAAY,oCAE/B,EACjB,KAAC,cAAc,IAAC,KAAK,EAAC,GAAG,EAAC,QAAQ,EAAE,YAAY,oCAE/B,EACjB,KAAC,cAAc,IAAC,KAAK,EAAC,GAAG,EAAC,QAAQ,EAAE,YAAY,oCAE/B,EACjB,KAAC,cAAc,IAAC,KAAK,EAAC,GAAG,EAAC,QAAQ,EAAE,YAAY,oCAE/B,EACjB,KAAC,cAAc,IAAC,KAAK,EAAC,GAAG,EAAC,QAAQ,EAAE,YAAY,oCAE/B,EACjB,KAAC,cAAc,IAAC,KAAK,EAAC,GAAG,EAAC,QAAQ,EAAE,YAAY,oCAE/B,IACb,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,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\nimport '@neo4j-ndl/base/lib/neo4j-ds-styles.css';\n\nimport { DismissibleTag } from '@neo4j-ndl/react';\n\nconst Component = () => {\n const handleRemove = () => {\n console.info('onRemove was called');\n };\n\n return (\n <div className=\"n-flex n-flex-col n-gap-token-16\">\n <DismissibleTag color=\"1\" onRemove={handleRemove}>\n Categorical color 1\n </DismissibleTag>\n <DismissibleTag color=\"2\" onRemove={handleRemove}>\n Categorical color 2\n </DismissibleTag>\n <DismissibleTag color=\"3\" onRemove={handleRemove}>\n Categorical color 3\n </DismissibleTag>\n <DismissibleTag color=\"4\" onRemove={handleRemove}>\n Categorical color 4\n </DismissibleTag>\n <DismissibleTag color=\"5\" onRemove={handleRemove}>\n Categorical color 5\n </DismissibleTag>\n <DismissibleTag color=\"6\" onRemove={handleRemove}>\n Categorical color 6\n </DismissibleTag>\n <DismissibleTag color=\"7\" onRemove={handleRemove}>\n Categorical color 7\n </DismissibleTag>\n <DismissibleTag color=\"8\" onRemove={handleRemove}>\n Categorical color 8\n </DismissibleTag>\n </div>\n );\n};\n\nexport default Component;\n"]}
@@ -0,0 +1,28 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ *
4
+ * Copyright (c) "Neo4j"
5
+ * Neo4j Sweden AB [http://neo4j.com]
6
+ *
7
+ * This file is part of Neo4j.
8
+ *
9
+ * Neo4j is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
+ */
22
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
23
+ import { DismissibleTag } from '@neo4j-ndl/react';
24
+ const Component = () => {
25
+ return (_jsx(DismissibleTag, { onRemove: () => console.info('onRemove was called'), children: "Dismissible Tag" }));
26
+ };
27
+ export default Component;
28
+ //# sourceMappingURL=dismissible-tag-default.story.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dismissible-tag-default.story.js","sourceRoot":"","sources":["../../../../src/dismissible-tag/stories/dismissible-tag-default.story.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAEjD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,OAAO,CACL,KAAC,cAAc,IAAC,QAAQ,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,CAAC,gCAElD,CAClB,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,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\nimport '@neo4j-ndl/base/lib/neo4j-ds-styles.css';\n\nimport { DismissibleTag } from '@neo4j-ndl/react';\n\nconst Component = () => {\n return (\n <DismissibleTag onRemove={() => console.info('onRemove was called')}>\n Dismissible Tag\n </DismissibleTag>\n );\n};\n\nexport default Component;\n"]}
@@ -0,0 +1,31 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ /**
3
+ *
4
+ * Copyright (c) "Neo4j"
5
+ * Neo4j Sweden AB [http://neo4j.com]
6
+ *
7
+ * This file is part of Neo4j.
8
+ *
9
+ * Neo4j is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
+ */
22
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
23
+ import { DismissibleTag } from '@neo4j-ndl/react';
24
+ const Component = () => {
25
+ const handleRemove = () => {
26
+ console.info('onRemove was called');
27
+ };
28
+ return (_jsxs("div", { className: "n-flex n-flex-col n-gap-token-16", children: [_jsx(DismissibleTag, { size: "x-small", onRemove: handleRemove, children: "X-Small" }), _jsx(DismissibleTag, { size: "small", onRemove: handleRemove, children: "Small" }), _jsx(DismissibleTag, { size: "medium", onRemove: handleRemove, children: "Medium" }), _jsx(DismissibleTag, { size: "large", onRemove: handleRemove, children: "Large" })] }));
29
+ };
30
+ export default Component;
31
+ //# sourceMappingURL=dismissible-tag-sizes.story.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dismissible-tag-sizes.story.js","sourceRoot":"","sources":["../../../../src/dismissible-tag/stories/dismissible-tag-sizes.story.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAEjD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,MAAM,YAAY,GAAG,GAAG,EAAE;QACxB,OAAO,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;IACtC,CAAC,CAAC;IAEF,OAAO,CACL,eAAK,SAAS,EAAC,kCAAkC,aAC/C,KAAC,cAAc,IAAC,IAAI,EAAC,SAAS,EAAC,QAAQ,EAAE,YAAY,wBAEpC,EACjB,KAAC,cAAc,IAAC,IAAI,EAAC,OAAO,EAAC,QAAQ,EAAE,YAAY,sBAElC,EACjB,KAAC,cAAc,IAAC,IAAI,EAAC,QAAQ,EAAC,QAAQ,EAAE,YAAY,uBAEnC,EACjB,KAAC,cAAc,IAAC,IAAI,EAAC,OAAO,EAAC,QAAQ,EAAE,YAAY,sBAElC,IACb,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,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\nimport '@neo4j-ndl/base/lib/neo4j-ds-styles.css';\n\nimport { DismissibleTag } from '@neo4j-ndl/react';\n\nconst Component = () => {\n const handleRemove = () => {\n console.info('onRemove was called');\n };\n\n return (\n <div className=\"n-flex n-flex-col n-gap-token-16\">\n <DismissibleTag size=\"x-small\" onRemove={handleRemove}>\n X-Small\n </DismissibleTag>\n <DismissibleTag size=\"small\" onRemove={handleRemove}>\n Small\n </DismissibleTag>\n <DismissibleTag size=\"medium\" onRemove={handleRemove}>\n Medium\n </DismissibleTag>\n <DismissibleTag size=\"large\" onRemove={handleRemove}>\n Large\n </DismissibleTag>\n </div>\n );\n};\n\nexport default Component;\n"]}
@@ -0,0 +1,29 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ *
4
+ * Copyright (c) "Neo4j"
5
+ * Neo4j Sweden AB [http://neo4j.com]
6
+ *
7
+ * This file is part of Neo4j.
8
+ *
9
+ * Neo4j is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
+ */
22
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
23
+ import { DismissibleTag } from '@neo4j-ndl/react';
24
+ import { DatabasePlusIcon } from '@neo4j-ndl/react/icons';
25
+ const Component = () => {
26
+ return (_jsx(DismissibleTag, { leadingVisual: _jsx(DatabasePlusIcon, {}), onRemove: () => console.info('onRemove was called'), children: "Dismissible Tag with leading icon" }));
27
+ };
28
+ export default Component;
29
+ //# sourceMappingURL=dismissible-tag-with-leading-icon.story.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dismissible-tag-with-leading-icon.story.js","sourceRoot":"","sources":["../../../../src/dismissible-tag/stories/dismissible-tag-with-leading-icon.story.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAEjD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE1D,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,OAAO,CACL,KAAC,cAAc,IACb,aAAa,EAAE,KAAC,gBAAgB,KAAG,EACnC,QAAQ,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,CAAC,kDAGpC,CAClB,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,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\nimport '@neo4j-ndl/base/lib/neo4j-ds-styles.css';\n\nimport { DismissibleTag } from '@neo4j-ndl/react';\nimport { DatabasePlusIcon } from '@neo4j-ndl/react/icons';\n\nconst Component = () => {\n return (\n <DismissibleTag\n leadingVisual={<DatabasePlusIcon />}\n onRemove={() => console.info('onRemove was called')}\n >\n Dismissible Tag with leading icon\n </DismissibleTag>\n );\n};\n\nexport default Component;\n"]}
@@ -0,0 +1,34 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export { default as DismissibleTagDefault } from './dismissible-tag-default.story';
22
+ export { default as DismissibleTagSizes } from './dismissible-tag-sizes.story';
23
+ export { default as DismissibleTagWithLeadingIcon } from './dismissible-tag-with-leading-icon.story';
24
+ export { default as DismissibleTagColors } from './dismissible-tag-colors.story';
25
+ import { removeLicenseHeader } from '../../_common/export-stories-utils';
26
+ import DismissibleTagColorsSrcRaw from './dismissible-tag-colors.story?raw';
27
+ import DismissibleTagDefaultSrcRaw from './dismissible-tag-default.story?raw';
28
+ import DismissibleTagSizesSrcRaw from './dismissible-tag-sizes.story?raw';
29
+ import DismissibleTagWithLeadingIconSrcRaw from './dismissible-tag-with-leading-icon.story?raw';
30
+ export const DismissibleTagDefaultSrc = removeLicenseHeader(DismissibleTagDefaultSrcRaw);
31
+ export const DismissibleTagSizesSrc = removeLicenseHeader(DismissibleTagSizesSrcRaw);
32
+ export const DismissibleTagColorsSrc = removeLicenseHeader(DismissibleTagColorsSrcRaw);
33
+ export const DismissibleTagWithLeadingIconSrc = removeLicenseHeader(DismissibleTagWithLeadingIconSrcRaw);
34
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/dismissible-tag/stories/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AACnF,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,6BAA6B,EAAE,MAAM,2CAA2C,CAAC;AACrG,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAEjF,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,0BAA0B,MAAM,oCAAoC,CAAC;AAC5E,OAAO,2BAA2B,MAAM,qCAAqC,CAAC;AAC9E,OAAO,yBAAyB,MAAM,mCAAmC,CAAC;AAC1E,OAAO,mCAAmC,MAAM,+CAA+C,CAAC;AAEhG,MAAM,CAAC,MAAM,wBAAwB,GAAG,mBAAmB,CACzD,2BAA2B,CAC5B,CAAC;AACF,MAAM,CAAC,MAAM,sBAAsB,GAAG,mBAAmB,CACvD,yBAAyB,CAC1B,CAAC;AACF,MAAM,CAAC,MAAM,uBAAuB,GAAG,mBAAmB,CACxD,0BAA0B,CAC3B,CAAC;AACF,MAAM,CAAC,MAAM,gCAAgC,GAAG,mBAAmB,CACjE,mCAAmC,CACpC,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\nexport { default as DismissibleTagDefault } from './dismissible-tag-default.story';\nexport { default as DismissibleTagSizes } from './dismissible-tag-sizes.story';\nexport { default as DismissibleTagWithLeadingIcon } from './dismissible-tag-with-leading-icon.story';\nexport { default as DismissibleTagColors } from './dismissible-tag-colors.story';\n\nimport { removeLicenseHeader } from '../../_common/export-stories-utils';\nimport DismissibleTagColorsSrcRaw from './dismissible-tag-colors.story?raw';\nimport DismissibleTagDefaultSrcRaw from './dismissible-tag-default.story?raw';\nimport DismissibleTagSizesSrcRaw from './dismissible-tag-sizes.story?raw';\nimport DismissibleTagWithLeadingIconSrcRaw from './dismissible-tag-with-leading-icon.story?raw';\n\nexport const DismissibleTagDefaultSrc = removeLicenseHeader(\n DismissibleTagDefaultSrcRaw,\n);\nexport const DismissibleTagSizesSrc = removeLicenseHeader(\n DismissibleTagSizesSrcRaw,\n);\nexport const DismissibleTagColorsSrc = removeLicenseHeader(\n DismissibleTagColorsSrcRaw,\n);\nexport const DismissibleTagWithLeadingIconSrc = removeLicenseHeader(\n DismissibleTagWithLeadingIconSrcRaw,\n);\n"]}
@@ -0,0 +1,28 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ *
4
+ * Copyright (c) "Neo4j"
5
+ * Neo4j Sweden AB [http://neo4j.com]
6
+ *
7
+ * This file is part of Neo4j.
8
+ *
9
+ * Neo4j is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
+ */
22
+ // THIS FILE IS GENERATED BY BUILD TOOL
23
+ // DO NOT EDIT IT MANUAL
24
+ import { wrapIcon } from '../../wrapIcon';
25
+ const SvgCollapseLayersBase = (props) => (_jsx("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _jsx("path", { d: "M3.00443 5H9M3 19H9M3.00443 14.3392H9M3.00443 9.66959H9M21 20L17.7071 16.7071C17.3166 16.3166 16.6834 16.3166 16.2929 16.7071L13 20M13 4L16.2929 7.29289C16.6834 7.68342 17.3166 7.68342 17.7071 7.29289L21 4", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }) })));
26
+ const SvgCollapseLayers = wrapIcon(SvgCollapseLayersBase);
27
+ export default SvgCollapseLayers;
28
+ //# sourceMappingURL=CollapseLayers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollapseLayers.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/CollapseLayers.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,MAAM,qBAAqB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAChE,4BACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,eACE,CAAC,EAAC,+MAA+M,EACjN,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,GACrB,IACE,CACP,CAAC;AACF,MAAM,iBAAiB,GAAG,QAAQ,CAAC,qBAAqB,CAAC,CAAC;AAC1D,eAAe,iBAAiB,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 SvgCollapseLayersBase = (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.00443 5H9M3 19H9M3.00443 14.3392H9M3.00443 9.66959H9M21 20L17.7071 16.7071C17.3166 16.3166 16.6834 16.3166 16.2929 16.7071L13 20M13 4L16.2929 7.29289C16.6834 7.68342 17.3166 7.68342 17.7071 7.29289L21 4\"\n stroke=\"currentColor\"\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n />\n </svg>\n);\nconst SvgCollapseLayers = wrapIcon(SvgCollapseLayersBase);\nexport default SvgCollapseLayers;\n"]}
@@ -0,0 +1,28 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ *
4
+ * Copyright (c) "Neo4j"
5
+ * Neo4j Sweden AB [http://neo4j.com]
6
+ *
7
+ * This file is part of Neo4j.
8
+ *
9
+ * Neo4j is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
+ */
22
+ // THIS FILE IS GENERATED BY BUILD TOOL
23
+ // DO NOT EDIT IT MANUAL
24
+ import { wrapIcon } from '../../wrapIcon';
25
+ const SvgExpandLayersBase = (props) => (_jsx("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _jsx("path", { d: "M3.00443 4.99997H9M3 19H9M3.00443 14.3391H9M3.00443 9.66956H9M13 16L16.2929 19.2929C16.6834 19.6834 17.3166 19.6834 17.7071 19.2929L21 16M21 7.99997L17.7071 4.70708C17.3166 4.31655 16.6834 4.31655 16.2929 4.70708L13 7.99997", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }) })));
26
+ const SvgExpandLayers = wrapIcon(SvgExpandLayersBase);
27
+ export default SvgExpandLayers;
28
+ //# sourceMappingURL=ExpandLayers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExpandLayers.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/ExpandLayers.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,MAAM,mBAAmB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC9D,4BACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,eACE,CAAC,EAAC,iOAAiO,EACnO,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,GACrB,IACE,CACP,CAAC;AACF,MAAM,eAAe,GAAG,QAAQ,CAAC,mBAAmB,CAAC,CAAC;AACtD,eAAe,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 SvgExpandLayersBase = (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.00443 4.99997H9M3 19H9M3.00443 14.3391H9M3.00443 9.66956H9M13 16L16.2929 19.2929C16.6834 19.6834 17.3166 19.6834 17.7071 19.2929L21 16M21 7.99997L17.7071 4.70708C17.3166 4.31655 16.6834 4.31655 16.2929 4.70708L13 7.99997\"\n stroke=\"currentColor\"\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n />\n </svg>\n);\nconst SvgExpandLayers = wrapIcon(SvgExpandLayersBase);\nexport default SvgExpandLayers;\n"]}
@@ -0,0 +1,28 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ *
4
+ * Copyright (c) "Neo4j"
5
+ * Neo4j Sweden AB [http://neo4j.com]
6
+ *
7
+ * This file is part of Neo4j.
8
+ *
9
+ * Neo4j is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
+ */
22
+ // THIS FILE IS GENERATED BY BUILD TOOL
23
+ // DO NOT EDIT IT MANUAL
24
+ import { wrapIcon } from '../../wrapIcon';
25
+ const SvgLayoutBottomBase = (props) => (_jsx("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _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" }) })));
26
+ const SvgLayoutBottom = wrapIcon(SvgLayoutBottomBase);
27
+ export default SvgLayoutBottom;
28
+ //# sourceMappingURL=LayoutBottom.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LayoutBottom.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/LayoutBottom.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,MAAM,mBAAmB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC9D,4BACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,eACE,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,eAAe,GAAG,QAAQ,CAAC,mBAAmB,CAAC,CAAC;AACtD,eAAe,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 SvgLayoutBottomBase = (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 SvgLayoutBottom = wrapIcon(SvgLayoutBottomBase);\nexport default SvgLayoutBottom;\n"]}
@@ -0,0 +1,28 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ *
4
+ * Copyright (c) "Neo4j"
5
+ * Neo4j Sweden AB [http://neo4j.com]
6
+ *
7
+ * This file is part of Neo4j.
8
+ *
9
+ * Neo4j is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
+ */
22
+ // THIS FILE IS GENERATED BY BUILD TOOL
23
+ // DO NOT EDIT IT MANUAL
24
+ import { wrapIcon } from '../../wrapIcon';
25
+ const SvgLayoutLeftBase = (props) => (_jsx("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _jsx("path", { d: "M9 21L9 14.2L9 8.6L9 3M9 21L3.11111 21C2.44444 21 2 20.68 2 20.2L2 3.8C2 3.32 2.44444 3 3.11111 3L9 3M9 21L20.8889 21C21.4444 21 22 20.6 22 20.2L22 3.8C22 3.32 21.5556 3 20.8889 3L9 3", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
26
+ const SvgLayoutLeft = wrapIcon(SvgLayoutLeftBase);
27
+ export default SvgLayoutLeft;
28
+ //# sourceMappingURL=LayoutLeft.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LayoutLeft.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/LayoutLeft.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,MAAM,iBAAiB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC5D,4BACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,eACE,CAAC,EAAC,yLAAyL,EAC3L,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,aAAa,GAAG,QAAQ,CAAC,iBAAiB,CAAC,CAAC;AAClD,eAAe,aAAa,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 SvgLayoutLeftBase = (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=\"M9 21L9 14.2L9 8.6L9 3M9 21L3.11111 21C2.44444 21 2 20.68 2 20.2L2 3.8C2 3.32 2.44444 3 3.11111 3L9 3M9 21L20.8889 21C21.4444 21 22 20.6 22 20.2L22 3.8C22 3.32 21.5556 3 20.8889 3L9 3\"\n stroke=\"currentColor\"\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n);\nconst SvgLayoutLeft = wrapIcon(SvgLayoutLeftBase);\nexport default SvgLayoutLeft;\n"]}
@@ -0,0 +1,28 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ *
4
+ * Copyright (c) "Neo4j"
5
+ * Neo4j Sweden AB [http://neo4j.com]
6
+ *
7
+ * This file is part of Neo4j.
8
+ *
9
+ * Neo4j is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
+ */
22
+ // THIS FILE IS GENERATED BY BUILD TOOL
23
+ // DO NOT EDIT IT MANUAL
24
+ import { wrapIcon } from '../../wrapIcon';
25
+ const SvgLayoutRightBase = (props) => (_jsx("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _jsx("path", { d: "M15 21L3.11111 21C2.44444 21 2 20.68 2 20.2L2 3.8C2 3.32 2.44444 3 3.11111 3L15 3M15 21L20.8889 21C21.4444 21 22 20.6 22 20.2L22 3.8C22 3.32 21.5556 3 20.8889 3L15 3M15 21L15 17.6L15 14.2L15 3", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
26
+ const SvgLayoutRight = wrapIcon(SvgLayoutRightBase);
27
+ export default SvgLayoutRight;
28
+ //# sourceMappingURL=LayoutRight.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LayoutRight.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/LayoutRight.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,MAAM,kBAAkB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC7D,4BACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,eACE,CAAC,EAAC,kMAAkM,EACpM,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,cAAc,GAAG,QAAQ,CAAC,kBAAkB,CAAC,CAAC;AACpD,eAAe,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 SvgLayoutRightBase = (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=\"M15 21L3.11111 21C2.44444 21 2 20.68 2 20.2L2 3.8C2 3.32 2.44444 3 3.11111 3L15 3M15 21L20.8889 21C21.4444 21 22 20.6 22 20.2L22 3.8C22 3.32 21.5556 3 20.8889 3L15 3M15 21L15 17.6L15 14.2L15 3\"\n stroke=\"currentColor\"\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n);\nconst SvgLayoutRight = wrapIcon(SvgLayoutRightBase);\nexport default SvgLayoutRight;\n"]}
@@ -0,0 +1,28 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ *
4
+ * Copyright (c) "Neo4j"
5
+ * Neo4j Sweden AB [http://neo4j.com]
6
+ *
7
+ * This file is part of Neo4j.
8
+ *
9
+ * Neo4j is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
+ */
22
+ // THIS FILE IS GENERATED BY BUILD TOOL
23
+ // DO NOT EDIT IT MANUAL
24
+ import { wrapIcon } from '../../wrapIcon';
25
+ const SvgLayoutThreeSectionsBase = (props) => (_jsx("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _jsx("path", { d: "M2 11.4933H9.55556M2 11.4933V4C2 3.4 2.35556 3 2.88889 3H9.55556M2 11.4933V20C2 20.5 2.44444 21 2.88889 21H21.1111C21.6444 21 22 20.6 22 20V11.4933M22 11.4933H9.55556M22 11.4933V4C22 3.4 21.6444 3 21.1111 3H9.55556M9.55556 11.4933V3", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
26
+ const SvgLayoutThreeSections = wrapIcon(SvgLayoutThreeSectionsBase);
27
+ export default SvgLayoutThreeSections;
28
+ //# sourceMappingURL=LayoutThreeSections.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LayoutThreeSections.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/LayoutThreeSections.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,MAAM,0BAA0B,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACrE,4BACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,eACE,CAAC,EAAC,0OAA0O,EAC5O,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,sBAAsB,GAAG,QAAQ,CAAC,0BAA0B,CAAC,CAAC;AACpE,eAAe,sBAAsB,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 SvgLayoutThreeSectionsBase = (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 11.4933H9.55556M2 11.4933V4C2 3.4 2.35556 3 2.88889 3H9.55556M2 11.4933V20C2 20.5 2.44444 21 2.88889 21H21.1111C21.6444 21 22 20.6 22 20V11.4933M22 11.4933H9.55556M22 11.4933V4C22 3.4 21.6444 3 21.1111 3H9.55556M9.55556 11.4933V3\"\n stroke=\"currentColor\"\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n);\nconst SvgLayoutThreeSections = wrapIcon(SvgLayoutThreeSectionsBase);\nexport default SvgLayoutThreeSections;\n"]}
@@ -0,0 +1,28 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ *
4
+ * Copyright (c) "Neo4j"
5
+ * Neo4j Sweden AB [http://neo4j.com]
6
+ *
7
+ * This file is part of Neo4j.
8
+ *
9
+ * Neo4j is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
+ */
22
+ // THIS FILE IS GENERATED BY BUILD TOOL
23
+ // DO NOT EDIT IT MANUAL
24
+ import { wrapIcon } from '../../wrapIcon';
25
+ const SvgOpenQueryTabBase = (props) => (_jsx("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _jsx("path", { d: "M2 8.49333H9.55556M2 8.49333L2 4C2 3.4 2.35556 3 2.88889 3H9.55556M2 8.49333V15.5M22 8.49333H9.55556M22 8.49333V20C22 20.6 21.6444 21 21.1111 21H9.55556M22 8.49333V4C22 3.4 21.6444 3 21.1111 3H9.55556M9.55556 8.49333V3M10 13H5.85185M10 13V17.1481M10 13L2 21", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
26
+ const SvgOpenQueryTab = wrapIcon(SvgOpenQueryTabBase);
27
+ export default SvgOpenQueryTab;
28
+ //# sourceMappingURL=OpenQueryTab.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OpenQueryTab.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/OpenQueryTab.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uCAAuC;AACvC,wBAAwB;AACxB,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,MAAM,mBAAmB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC9D,4BACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,eACE,CAAC,EAAC,mQAAmQ,EACrQ,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,MAAM,eAAe,GAAG,QAAQ,CAAC,mBAAmB,CAAC,CAAC;AACtD,eAAe,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 SvgOpenQueryTabBase = (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 8.49333H9.55556M2 8.49333L2 4C2 3.4 2.35556 3 2.88889 3H9.55556M2 8.49333V15.5M22 8.49333H9.55556M22 8.49333V20C22 20.6 21.6444 21 21.1111 21H9.55556M22 8.49333V4C22 3.4 21.6444 3 21.1111 3H9.55556M9.55556 8.49333V3M10 13H5.85185M10 13V17.1481M10 13L2 21\"\n stroke=\"currentColor\"\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n);\nconst SvgOpenQueryTab = wrapIcon(SvgOpenQueryTabBase);\nexport default SvgOpenQueryTab;\n"]}