@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,46 @@
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
+ "use strict";
23
+ var __rest = (this && this.__rest) || function (s, e) {
24
+ var t = {};
25
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
26
+ t[p] = s[p];
27
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
28
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
29
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
30
+ t[p[i]] = s[p[i]];
31
+ }
32
+ return t;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.DismissibleTag = void 0;
36
+ const jsx_runtime_1 = require("react/jsx-runtime");
37
+ const react_1 = require("react");
38
+ const icons_1 = require("../icons");
39
+ const tag_base_1 = require("../tag-base");
40
+ const DismissibleTag = (_a) => {
41
+ var { size = 'medium', color, children, htmlAttributes, leadingVisual, onRemove } = _a, restProps = __rest(_a, ["size", "color", "children", "htmlAttributes", "leadingVisual", "onRemove"]);
42
+ const contentId = (0, react_1.useId)();
43
+ return ((0, jsx_runtime_1.jsx)(tag_base_1.TagBase, Object.assign({ color: color, contentId: contentId, htmlAttributes: htmlAttributes, leadingVisual: leadingVisual, size: size, trailingContent: (0, jsx_runtime_1.jsx)("button", { type: "button", className: "ndl-remove-icon", onClick: onRemove, "aria-describedby": contentId, "aria-label": "Remove", children: (0, jsx_runtime_1.jsx)(icons_1.XMarkIconOutline, {}) }) }, restProps, { children: children })));
44
+ };
45
+ exports.DismissibleTag = DismissibleTag;
46
+ //# sourceMappingURL=DismissibleTag.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DismissibleTag.js","sourceRoot":"","sources":["../../../src/dismissible-tag/DismissibleTag.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;AAqBA,iCAA8B;AAG9B,oCAA4C;AAE5C,0CAAsC;AAe/B,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,IAAA,aAAK,GAAE,CAAC;IAE1B,OAAO,CACL,uBAAC,kBAAO,kBACN,KAAK,EAAE,KAAK,EACZ,SAAS,EAAE,SAAS,EACpB,cAAc,EAAE,cAAc,EAC9B,aAAa,EAAE,aAAa,EAC5B,IAAI,EAAE,IAAI,EACV,eAAe,EACb,mCACE,IAAI,EAAC,QAAQ,EACb,SAAS,EAAC,iBAAiB,EAC3B,OAAO,EAAE,QAAQ,sBACC,SAAS,gBAChB,QAAQ,YAEnB,uBAAC,wBAAgB,KAAG,GACb,IAEP,SAAS,cAEZ,QAAQ,IACD,CACX,CAAC;AACJ,CAAC,CAAC;AAlCW,QAAA,cAAc,kBAkCzB","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,26 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
23
+ exports.DismissibleTag = void 0;
24
+ var DismissibleTag_1 = require("./DismissibleTag");
25
+ Object.defineProperty(exports, "DismissibleTag", { enumerable: true, get: function () { return DismissibleTag_1.DismissibleTag; } });
26
+ //# 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,mDAAkD;AAAzC,gHAAA,cAAc,OAAA","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,33 @@
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
+ require("@neo4j-ndl/base/lib/neo4j-ds-styles.css");
25
+ const react_1 = require("@neo4j-ndl/react");
26
+ const Component = () => {
27
+ const handleRemove = () => {
28
+ console.info('onRemove was called');
29
+ };
30
+ return ((0, jsx_runtime_1.jsxs)("div", { className: "n-flex n-flex-col n-gap-token-16", children: [(0, jsx_runtime_1.jsx)(react_1.DismissibleTag, { color: "1", onRemove: handleRemove, children: "Categorical color 1" }), (0, jsx_runtime_1.jsx)(react_1.DismissibleTag, { color: "2", onRemove: handleRemove, children: "Categorical color 2" }), (0, jsx_runtime_1.jsx)(react_1.DismissibleTag, { color: "3", onRemove: handleRemove, children: "Categorical color 3" }), (0, jsx_runtime_1.jsx)(react_1.DismissibleTag, { color: "4", onRemove: handleRemove, children: "Categorical color 4" }), (0, jsx_runtime_1.jsx)(react_1.DismissibleTag, { color: "5", onRemove: handleRemove, children: "Categorical color 5" }), (0, jsx_runtime_1.jsx)(react_1.DismissibleTag, { color: "6", onRemove: handleRemove, children: "Categorical color 6" }), (0, jsx_runtime_1.jsx)(react_1.DismissibleTag, { color: "7", onRemove: handleRemove, children: "Categorical color 7" }), (0, jsx_runtime_1.jsx)(react_1.DismissibleTag, { color: "8", onRemove: handleRemove, children: "Categorical color 8" })] }));
31
+ };
32
+ exports.default = Component;
33
+ //# 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,mDAAiD;AAEjD,4CAAkD;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,iCAAK,SAAS,EAAC,kCAAkC,aAC/C,uBAAC,sBAAc,IAAC,KAAK,EAAC,GAAG,EAAC,QAAQ,EAAE,YAAY,oCAE/B,EACjB,uBAAC,sBAAc,IAAC,KAAK,EAAC,GAAG,EAAC,QAAQ,EAAE,YAAY,oCAE/B,EACjB,uBAAC,sBAAc,IAAC,KAAK,EAAC,GAAG,EAAC,QAAQ,EAAE,YAAY,oCAE/B,EACjB,uBAAC,sBAAc,IAAC,KAAK,EAAC,GAAG,EAAC,QAAQ,EAAE,YAAY,oCAE/B,EACjB,uBAAC,sBAAc,IAAC,KAAK,EAAC,GAAG,EAAC,QAAQ,EAAE,YAAY,oCAE/B,EACjB,uBAAC,sBAAc,IAAC,KAAK,EAAC,GAAG,EAAC,QAAQ,EAAE,YAAY,oCAE/B,EACjB,uBAAC,sBAAc,IAAC,KAAK,EAAC,GAAG,EAAC,QAAQ,EAAE,YAAY,oCAE/B,EACjB,uBAAC,sBAAc,IAAC,KAAK,EAAC,GAAG,EAAC,QAAQ,EAAE,YAAY,oCAE/B,IACb,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,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,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
+ require("@neo4j-ndl/base/lib/neo4j-ds-styles.css");
25
+ const react_1 = require("@neo4j-ndl/react");
26
+ const Component = () => {
27
+ return ((0, jsx_runtime_1.jsx)(react_1.DismissibleTag, { onRemove: () => console.info('onRemove was called'), children: "Dismissible Tag" }));
28
+ };
29
+ exports.default = Component;
30
+ //# 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,mDAAiD;AAEjD,4CAAkD;AAElD,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,OAAO,CACL,uBAAC,sBAAc,IAAC,QAAQ,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,CAAC,gCAElD,CAClB,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,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,33 @@
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
+ require("@neo4j-ndl/base/lib/neo4j-ds-styles.css");
25
+ const react_1 = require("@neo4j-ndl/react");
26
+ const Component = () => {
27
+ const handleRemove = () => {
28
+ console.info('onRemove was called');
29
+ };
30
+ return ((0, jsx_runtime_1.jsxs)("div", { className: "n-flex n-flex-col n-gap-token-16", children: [(0, jsx_runtime_1.jsx)(react_1.DismissibleTag, { size: "x-small", onRemove: handleRemove, children: "X-Small" }), (0, jsx_runtime_1.jsx)(react_1.DismissibleTag, { size: "small", onRemove: handleRemove, children: "Small" }), (0, jsx_runtime_1.jsx)(react_1.DismissibleTag, { size: "medium", onRemove: handleRemove, children: "Medium" }), (0, jsx_runtime_1.jsx)(react_1.DismissibleTag, { size: "large", onRemove: handleRemove, children: "Large" })] }));
31
+ };
32
+ exports.default = Component;
33
+ //# 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,mDAAiD;AAEjD,4CAAkD;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,iCAAK,SAAS,EAAC,kCAAkC,aAC/C,uBAAC,sBAAc,IAAC,IAAI,EAAC,SAAS,EAAC,QAAQ,EAAE,YAAY,wBAEpC,EACjB,uBAAC,sBAAc,IAAC,IAAI,EAAC,OAAO,EAAC,QAAQ,EAAE,YAAY,sBAElC,EACjB,uBAAC,sBAAc,IAAC,IAAI,EAAC,QAAQ,EAAC,QAAQ,EAAE,YAAY,uBAEnC,EACjB,uBAAC,sBAAc,IAAC,IAAI,EAAC,OAAO,EAAC,QAAQ,EAAE,YAAY,sBAElC,IACb,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,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,31 @@
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
+ require("@neo4j-ndl/base/lib/neo4j-ds-styles.css");
25
+ const react_1 = require("@neo4j-ndl/react");
26
+ const icons_1 = require("@neo4j-ndl/react/icons");
27
+ const Component = () => {
28
+ return ((0, jsx_runtime_1.jsx)(react_1.DismissibleTag, { leadingVisual: (0, jsx_runtime_1.jsx)(icons_1.DatabasePlusIcon, {}), onRemove: () => console.info('onRemove was called'), children: "Dismissible Tag with leading icon" }));
29
+ };
30
+ exports.default = Component;
31
+ //# 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,mDAAiD;AAEjD,4CAAkD;AAClD,kDAA0D;AAE1D,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,OAAO,CACL,uBAAC,sBAAc,IACb,aAAa,EAAE,uBAAC,wBAAgB,KAAG,EACnC,QAAQ,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,CAAC,kDAGpC,CAClB,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,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,44 @@
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 __importDefault = (this && this.__importDefault) || function (mod) {
23
+ return (mod && mod.__esModule) ? mod : { "default": mod };
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.DismissibleTagWithLeadingIconSrc = exports.DismissibleTagColorsSrc = exports.DismissibleTagSizesSrc = exports.DismissibleTagDefaultSrc = exports.DismissibleTagColors = exports.DismissibleTagWithLeadingIcon = exports.DismissibleTagSizes = exports.DismissibleTagDefault = void 0;
27
+ var dismissible_tag_default_story_1 = require("./dismissible-tag-default.story");
28
+ Object.defineProperty(exports, "DismissibleTagDefault", { enumerable: true, get: function () { return __importDefault(dismissible_tag_default_story_1).default; } });
29
+ var dismissible_tag_sizes_story_1 = require("./dismissible-tag-sizes.story");
30
+ Object.defineProperty(exports, "DismissibleTagSizes", { enumerable: true, get: function () { return __importDefault(dismissible_tag_sizes_story_1).default; } });
31
+ var dismissible_tag_with_leading_icon_story_1 = require("./dismissible-tag-with-leading-icon.story");
32
+ Object.defineProperty(exports, "DismissibleTagWithLeadingIcon", { enumerable: true, get: function () { return __importDefault(dismissible_tag_with_leading_icon_story_1).default; } });
33
+ var dismissible_tag_colors_story_1 = require("./dismissible-tag-colors.story");
34
+ Object.defineProperty(exports, "DismissibleTagColors", { enumerable: true, get: function () { return __importDefault(dismissible_tag_colors_story_1).default; } });
35
+ const export_stories_utils_1 = require("../../_common/export-stories-utils");
36
+ const dismissible_tag_colors_story_raw_1 = __importDefault(require("./dismissible-tag-colors.story?raw"));
37
+ const dismissible_tag_default_story_raw_1 = __importDefault(require("./dismissible-tag-default.story?raw"));
38
+ const dismissible_tag_sizes_story_raw_1 = __importDefault(require("./dismissible-tag-sizes.story?raw"));
39
+ const dismissible_tag_with_leading_icon_story_raw_1 = __importDefault(require("./dismissible-tag-with-leading-icon.story?raw"));
40
+ exports.DismissibleTagDefaultSrc = (0, export_stories_utils_1.removeLicenseHeader)(dismissible_tag_default_story_raw_1.default);
41
+ exports.DismissibleTagSizesSrc = (0, export_stories_utils_1.removeLicenseHeader)(dismissible_tag_sizes_story_raw_1.default);
42
+ exports.DismissibleTagColorsSrc = (0, export_stories_utils_1.removeLicenseHeader)(dismissible_tag_colors_story_raw_1.default);
43
+ exports.DismissibleTagWithLeadingIconSrc = (0, export_stories_utils_1.removeLicenseHeader)(dismissible_tag_with_leading_icon_story_raw_1.default);
44
+ //# 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,iFAAmF;AAA1E,uJAAA,OAAO,OAAyB;AACzC,6EAA+E;AAAtE,mJAAA,OAAO,OAAuB;AACvC,qGAAqG;AAA5F,yKAAA,OAAO,OAAiC;AACjD,+EAAiF;AAAxE,qJAAA,OAAO,OAAwB;AAExC,6EAAyE;AACzE,0GAA4E;AAC5E,4GAA8E;AAC9E,wGAA0E;AAC1E,gIAAgG;AAEnF,QAAA,wBAAwB,GAAG,IAAA,0CAAmB,EACzD,2CAA2B,CAC5B,CAAC;AACW,QAAA,sBAAsB,GAAG,IAAA,0CAAmB,EACvD,yCAAyB,CAC1B,CAAC;AACW,QAAA,uBAAuB,GAAG,IAAA,0CAAmB,EACxD,0CAA0B,CAC3B,CAAC;AACW,QAAA,gCAAgC,GAAG,IAAA,0CAAmB,EACjE,qDAAmC,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,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 SvgCollapseLayersBase = (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.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" }) })));
28
+ const SvgCollapseLayers = (0, wrapIcon_1.wrapIcon)(SvgCollapseLayersBase);
29
+ exports.default = SvgCollapseLayers;
30
+ //# 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,6CAA0C;AAE1C,MAAM,qBAAqB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAChE,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,+MAA+M,EACjN,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,GACrB,IACE,CACP,CAAC;AACF,MAAM,iBAAiB,GAAG,IAAA,mBAAQ,EAAC,qBAAqB,CAAC,CAAC;AAC1D,kBAAe,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,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 SvgExpandLayersBase = (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.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" }) })));
28
+ const SvgExpandLayers = (0, wrapIcon_1.wrapIcon)(SvgExpandLayersBase);
29
+ exports.default = SvgExpandLayers;
30
+ //# 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,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,iOAAiO,EACnO,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,GACrB,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 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,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 SvgLayoutBottomBase = (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
+ const SvgLayoutBottom = (0, wrapIcon_1.wrapIcon)(SvgLayoutBottomBase);
29
+ exports.default = SvgLayoutBottom;
30
+ //# 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,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,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,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 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,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 SvgLayoutLeftBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M9 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" }) })));
28
+ const SvgLayoutLeft = (0, wrapIcon_1.wrapIcon)(SvgLayoutLeftBase);
29
+ exports.default = SvgLayoutLeft;
30
+ //# 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,6CAA0C;AAE1C,MAAM,iBAAiB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC5D,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,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,IAAA,mBAAQ,EAAC,iBAAiB,CAAC,CAAC;AAClD,kBAAe,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,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 SvgLayoutRightBase = (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: "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" }) })));
28
+ const SvgLayoutRight = (0, wrapIcon_1.wrapIcon)(SvgLayoutRightBase);
29
+ exports.default = SvgLayoutRight;
30
+ //# 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,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,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,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 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,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 SvgLayoutThreeSectionsBase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M2 11.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" }) })));
28
+ const SvgLayoutThreeSections = (0, wrapIcon_1.wrapIcon)(SvgLayoutThreeSectionsBase);
29
+ exports.default = SvgLayoutThreeSections;
30
+ //# 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,6CAA0C;AAE1C,MAAM,0BAA0B,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACrE,8CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,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,IAAA,mBAAQ,EAAC,0BAA0B,CAAC,CAAC;AACpE,kBAAe,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,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 SvgOpenQueryTabBase = (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 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" }) })));
28
+ const SvgOpenQueryTab = (0, wrapIcon_1.wrapIcon)(SvgOpenQueryTabBase);
29
+ exports.default = SvgOpenQueryTab;
30
+ //# 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,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,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,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 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"]}