@n8n/design-system 2.34.3 → 2.35.1

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 (177) hide show
  1. package/LICENSE_EE.md +27 -0
  2. package/dist/components/AskAssistantChat/AskAssistantChat.vue.d.ts +4 -4
  3. package/dist/components/N8nActionDropdown/ActionDropdown.types.d.ts +1 -0
  4. package/dist/components/N8nActionPill/ActionPill.vue.d.ts +2 -2
  5. package/dist/components/N8nAiModelSelectorDropdown/AiModelSelectorDropdown.types.d.ts +1 -1
  6. package/dist/components/N8nChatInput/ChatInput.vue.d.ts +1 -1
  7. package/dist/components/N8nDialog/Dialog.vue.d.ts +2 -0
  8. package/dist/components/N8nDialog/DialogContent.vue.d.ts +1 -0
  9. package/dist/components/N8nDialog/DialogOverlay.vue.d.ts +1 -0
  10. package/dist/components/N8nIcon/icons.d.ts +2 -0
  11. package/dist/components/N8nSegmentControl/SegmentControl.types.d.ts +16 -0
  12. package/dist/components/{N8nRadioButtons/RadioButtons.vue.d.ts → N8nSegmentControl/SegmentControl.vue.d.ts} +5 -5
  13. package/dist/components/{N8nRadioButtons/RadioButton.vue.d.ts → N8nSegmentControl/SegmentControlItem.vue.d.ts} +6 -12
  14. package/dist/components/N8nSegmentControl/index.d.ts +3 -0
  15. package/dist/components/N8nSuggestedActions/SuggestedActions.vue.d.ts +2 -0
  16. package/dist/components/index.d.ts +2 -1
  17. package/dist/css/_tokens.scss +2 -0
  18. package/dist/css/fonts/inter.scss +14 -0
  19. package/dist/css/fonts.scss +3 -7
  20. package/dist/en-CIboFQvZ.js +2 -0
  21. package/dist/{en-BN17fhJM.js → en-Dvx8tZIA.js} +2 -0
  22. package/dist/index.js +4940 -4789
  23. package/dist/style.css +1 -1
  24. package/dist/theme.css +1 -1
  25. package/dist/types/tabs.d.ts +1 -1
  26. package/dist/v2/components/InputNumber/InputNumber.types.d.ts +7 -2
  27. package/dist/v2/components/InputNumber/InputNumber.vue.d.ts +1 -0
  28. package/package.json +69 -2
  29. package/.turbo/turbo-build.log +0 -155
  30. package/assets/.nojekyll +0 -0
  31. package/assets/images/storybook-logo-dark.png +0 -0
  32. package/assets/images/storybook-logo-light.png +0 -0
  33. package/biome.jsonc +0 -11
  34. package/chromatic.config.json +0 -4
  35. package/dist/components/N8nRadioButtons/index.d.ts +0 -2
  36. package/dist/en-eH4tuQQe.js +0 -2
  37. package/eslint.config.mjs +0 -55
  38. package/postcss.config.cjs +0 -6
  39. package/src/components/N8nIcon/custom/anthropic.svg +0 -16
  40. package/src/components/N8nIcon/custom/binary.svg +0 -1
  41. package/src/components/N8nIcon/custom/bolt-filled.svg +0 -3
  42. package/src/components/N8nIcon/custom/continue.svg +0 -1
  43. package/src/components/N8nIcon/custom/discord.svg +0 -1
  44. package/src/components/N8nIcon/custom/empty-output.svg +0 -1
  45. package/src/components/N8nIcon/custom/filled-square.svg +0 -3
  46. package/src/components/N8nIcon/custom/form.svg +0 -1
  47. package/src/components/N8nIcon/custom/grip-lines-vertical.svg +0 -4
  48. package/src/components/N8nIcon/custom/json.svg +0 -1
  49. package/src/components/N8nIcon/custom/linear.svg +0 -1
  50. package/src/components/N8nIcon/custom/lovable.svg +0 -46
  51. package/src/components/N8nIcon/custom/mcp.svg +0 -1
  52. package/src/components/N8nIcon/custom/node-dirty.svg +0 -1
  53. package/src/components/N8nIcon/custom/node-ellipsis.svg +0 -1
  54. package/src/components/N8nIcon/custom/node-execution-error.svg +0 -1
  55. package/src/components/N8nIcon/custom/node-pin.svg +0 -1
  56. package/src/components/N8nIcon/custom/node-play.svg +0 -1
  57. package/src/components/N8nIcon/custom/node-power.svg +0 -1
  58. package/src/components/N8nIcon/custom/node-success.svg +0 -1
  59. package/src/components/N8nIcon/custom/node-trash.svg +0 -1
  60. package/src/components/N8nIcon/custom/node-validation-error.svg +0 -3
  61. package/src/components/N8nIcon/custom/pop-out.svg +0 -1
  62. package/src/components/N8nIcon/custom/resolver.svg +0 -3
  63. package/src/components/N8nIcon/custom/retry.svg +0 -1
  64. package/src/components/N8nIcon/custom/run-once.svg +0 -1
  65. package/src/components/N8nIcon/custom/schema.svg +0 -6
  66. package/src/components/N8nIcon/custom/slack.svg +0 -1
  67. package/src/components/N8nIcon/custom/spinner.svg +0 -12
  68. package/src/components/N8nIcon/custom/star-filled.svg +0 -1
  69. package/src/components/N8nIcon/custom/status-canceled.svg +0 -1
  70. package/src/components/N8nIcon/custom/status-completed.svg +0 -1
  71. package/src/components/N8nIcon/custom/status-error.svg +0 -1
  72. package/src/components/N8nIcon/custom/status-new.svg +0 -1
  73. package/src/components/N8nIcon/custom/status-unknown.svg +0 -1
  74. package/src/components/N8nIcon/custom/status-waiting.svg +0 -1
  75. package/src/components/N8nIcon/custom/status-warning.svg +0 -1
  76. package/src/components/N8nIcon/custom/telegram.svg +0 -1
  77. package/src/components/N8nIcon/custom/text.svg +0 -1
  78. package/src/components/N8nIcon/custom/toolbox.svg +0 -3
  79. package/src/components/N8nIcon/custom/triangle.svg +0 -1
  80. package/src/components/N8nIcon/custom/vector-square.svg +0 -10
  81. package/src/components/N8nIcon/custom/webhook.svg +0 -1
  82. package/src/components/N8nIcon/nodes/aggregate.svg +0 -6
  83. package/src/components/N8nIcon/nodes/ai-agent.svg +0 -6
  84. package/src/components/N8nIcon/nodes/ai-transform.svg +0 -3
  85. package/src/components/N8nIcon/nodes/basic-llm-chain.svg +0 -5
  86. package/src/components/N8nIcon/nodes/calculator.svg +0 -9
  87. package/src/components/N8nIcon/nodes/call-n8n-sub-workflow-tool.svg +0 -5
  88. package/src/components/N8nIcon/nodes/character-text-splitter.svg +0 -4
  89. package/src/components/N8nIcon/nodes/chat-memory-manager.svg +0 -5
  90. package/src/components/N8nIcon/nodes/chat-trigger.svg +0 -3
  91. package/src/components/N8nIcon/nodes/code.svg +0 -4
  92. package/src/components/N8nIcon/nodes/compare-datasets.svg +0 -4
  93. package/src/components/N8nIcon/nodes/compression.svg +0 -9
  94. package/src/components/N8nIcon/nodes/contextual-compression-retriever.svg +0 -7
  95. package/src/components/N8nIcon/nodes/convert-to-file.svg +0 -6
  96. package/src/components/N8nIcon/nodes/crypto.svg +0 -4
  97. package/src/components/N8nIcon/nodes/data-table.svg +0 -6
  98. package/src/components/N8nIcon/nodes/date-and-time.svg +0 -6
  99. package/src/components/N8nIcon/nodes/default-data-loader.svg +0 -9
  100. package/src/components/N8nIcon/nodes/edit-fields.svg +0 -5
  101. package/src/components/N8nIcon/nodes/edit-image.svg +0 -5
  102. package/src/components/N8nIcon/nodes/email-trigger.svg +0 -4
  103. package/src/components/N8nIcon/nodes/error-trigger.svg +0 -5
  104. package/src/components/N8nIcon/nodes/execute-command.svg +0 -5
  105. package/src/components/N8nIcon/nodes/execute-sub-workflow.svg +0 -5
  106. package/src/components/N8nIcon/nodes/execution-data.svg +0 -9
  107. package/src/components/N8nIcon/nodes/extract-from-file.svg +0 -6
  108. package/src/components/N8nIcon/nodes/filter.svg +0 -5
  109. package/src/components/N8nIcon/nodes/form-trigger.svg +0 -6
  110. package/src/components/N8nIcon/nodes/ftp.svg +0 -6
  111. package/src/components/N8nIcon/nodes/guardrails.svg +0 -4
  112. package/src/components/N8nIcon/nodes/html.svg +0 -5
  113. package/src/components/N8nIcon/nodes/http-request.svg +0 -5
  114. package/src/components/N8nIcon/nodes/if.svg +0 -6
  115. package/src/components/N8nIcon/nodes/information-extractor.svg +0 -5
  116. package/src/components/N8nIcon/nodes/item-list-output-parser.svg +0 -8
  117. package/src/components/N8nIcon/nodes/limit.svg +0 -4
  118. package/src/components/N8nIcon/nodes/local-file-trigger.svg +0 -4
  119. package/src/components/N8nIcon/nodes/loop-over-items.svg +0 -4
  120. package/src/components/N8nIcon/nodes/manual-trigger.svg +0 -5
  121. package/src/components/N8nIcon/nodes/markdown.svg +0 -6
  122. package/src/components/N8nIcon/nodes/merge.svg +0 -5
  123. package/src/components/N8nIcon/nodes/model-selector.svg +0 -6
  124. package/src/components/N8nIcon/nodes/multiquery-retriever.svg +0 -7
  125. package/src/components/N8nIcon/nodes/n8n-trigger.svg +0 -9
  126. package/src/components/N8nIcon/nodes/n8n.svg +0 -9
  127. package/src/components/N8nIcon/nodes/no-operation.svg +0 -5
  128. package/src/components/N8nIcon/nodes/question-and-answer-chain.svg +0 -5
  129. package/src/components/N8nIcon/nodes/read-write-files-from-disk.svg +0 -9
  130. package/src/components/N8nIcon/nodes/recursive-character-text-splitter.svg +0 -4
  131. package/src/components/N8nIcon/nodes/remove-duplicates.svg +0 -6
  132. package/src/components/N8nIcon/nodes/rename-keys.svg +0 -5
  133. package/src/components/N8nIcon/nodes/respond-to-webhook.svg +0 -8
  134. package/src/components/N8nIcon/nodes/rss-feed-trigger.svg +0 -5
  135. package/src/components/N8nIcon/nodes/rss-read.svg +0 -5
  136. package/src/components/N8nIcon/nodes/schedule-trigger.svg +0 -4
  137. package/src/components/N8nIcon/nodes/send-mail.svg +0 -4
  138. package/src/components/N8nIcon/nodes/sentiment-analysis.svg +0 -9
  139. package/src/components/N8nIcon/nodes/simple-memory.svg +0 -8
  140. package/src/components/N8nIcon/nodes/simple-vector-store.svg +0 -5
  141. package/src/components/N8nIcon/nodes/sort.svg +0 -6
  142. package/src/components/N8nIcon/nodes/split-out.svg +0 -6
  143. package/src/components/N8nIcon/nodes/sse-trigger.svg +0 -5
  144. package/src/components/N8nIcon/nodes/ssh.svg +0 -6
  145. package/src/components/N8nIcon/nodes/stop-and-error.svg +0 -4
  146. package/src/components/N8nIcon/nodes/structured-output-parser.svg +0 -5
  147. package/src/components/N8nIcon/nodes/sub-workflow-trigger.svg +0 -5
  148. package/src/components/N8nIcon/nodes/summarization-chain.svg +0 -6
  149. package/src/components/N8nIcon/nodes/summarize.svg +0 -5
  150. package/src/components/N8nIcon/nodes/switch.svg +0 -8
  151. package/src/components/N8nIcon/nodes/text-classifier.svg +0 -4
  152. package/src/components/N8nIcon/nodes/think-tool.svg +0 -10
  153. package/src/components/N8nIcon/nodes/token-splitter.svg +0 -4
  154. package/src/components/N8nIcon/nodes/totp.svg +0 -6
  155. package/src/components/N8nIcon/nodes/track-time-saved.svg +0 -7
  156. package/src/components/N8nIcon/nodes/vector-store-question-answer-tool.svg +0 -5
  157. package/src/components/N8nIcon/nodes/vector-store-retriever.svg +0 -5
  158. package/src/components/N8nIcon/nodes/wait.svg +0 -3
  159. package/src/components/N8nIcon/nodes/webhook.svg +0 -8
  160. package/src/components/N8nIcon/nodes/workflow-retriever.svg +0 -5
  161. package/src/components/N8nIcon/nodes/xml.svg +0 -5
  162. package/src/components/N8nInput/Input.stories.css +0 -14
  163. package/src/components/N8nLogo/logo-icon.svg +0 -3
  164. package/src/components/N8nLogo/logo-text.svg +0 -4
  165. package/src/css/tailwind/index.css +0 -3
  166. package/src/index.ts +0 -46
  167. package/src/styleguide/colour.mdx +0 -52
  168. package/src/styleguide/css-tokens.mdx +0 -97
  169. package/src/styleguide/motion.mdx +0 -104
  170. package/src/styleguide/shadow.mdx +0 -96
  171. package/src/styleguide/spacing-size.mdx +0 -78
  172. package/src/styleguide/type.mdx +0 -91
  173. package/src/v2/components/Tree/Tree.variables.module.css +0 -7
  174. package/stylelint.config.mjs +0 -9
  175. package/tailwind.config.js +0 -8
  176. package/tsconfig.build.json +0 -27
  177. package/tsconfig.json +0 -16
@@ -3,7 +3,7 @@ import { IconName } from '../components/N8nIcon/icons';
3
3
  export interface TabOptions<Value extends string | number> {
4
4
  value: Value;
5
5
  label?: string;
6
- icon?: IconName;
6
+ icon?: IconName | (string & {});
7
7
  iconPosition?: 'left' | 'right';
8
8
  variant?: 'default' | 'danger';
9
9
  href?: string;
@@ -12,7 +12,12 @@ export type InputNumberEmits = NumberFieldRootEmits & {
12
12
  focus: [event: FocusEvent];
13
13
  blur: [event: FocusEvent];
14
14
  };
15
+ export type InputNumberControlSlotProps = {
16
+ ui: {
17
+ class: string;
18
+ };
19
+ };
15
20
  export type InputNumberSlots = {
16
- increment: () => unknown;
17
- decrement: () => unknown;
21
+ increment?: (props: InputNumberControlSlotProps) => unknown;
22
+ decrement?: (props: InputNumberControlSlotProps) => unknown;
18
23
  };
@@ -19,6 +19,7 @@ declare const __VLS_component: import('vue').DefineComponent<InputNumberProps, {
19
19
  step: number;
20
20
  controls: boolean;
21
21
  controlsPosition: import('./InputNumber.types').InputNumberControlsPosition;
22
+ stepSnapping: boolean;
22
23
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
23
24
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
25
  export default _default;
package/package.json CHANGED
@@ -1,9 +1,76 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@n8n/design-system",
4
- "version": "2.34.3",
5
- "main": "src/index.ts",
4
+ "version": "2.35.1",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/index.js"
12
+ },
13
+ "./icons/lucide": {
14
+ "types": "./dist/icons/lucide/index.d.ts",
15
+ "import": "./dist/icons/lucide/index.js"
16
+ },
17
+ "./style.css": "./dist/style.css",
18
+ "./theme.css": "./dist/theme.css",
19
+ "./css/*": "./dist/css/*",
20
+ "./package.json": "./package.json"
21
+ },
22
+ "sideEffects": [
23
+ "**/*.css",
24
+ "**/*.scss"
25
+ ],
26
+ "files": [
27
+ "dist",
28
+ "assets/fonts",
29
+ "README.md",
30
+ "LICENSE.md",
31
+ "LICENSE_EE.md"
32
+ ],
6
33
  "license": "SEE LICENSE IN LICENSE.md",
34
+ "dependencies": {
35
+ "@internationalized/date": "^3.9.0",
36
+ "@tanstack/vue-table": "^8.21.2",
37
+ "@tiptap/core": "3.27.0",
38
+ "@tiptap/pm": "3.27.0",
39
+ "@tiptap/extension-link": "3.27.0",
40
+ "@tiptap/extension-placeholder": "3.27.0",
41
+ "@tiptap/extension-table": "3.27.0",
42
+ "@tiptap/extension-table-cell": "3.27.0",
43
+ "@tiptap/extension-table-header": "3.27.0",
44
+ "@tiptap/extension-table-row": "3.27.0",
45
+ "@tiptap/extension-task-item": "3.27.0",
46
+ "@tiptap/extension-task-list": "3.27.0",
47
+ "@tiptap/extension-underline": "3.27.0",
48
+ "@tiptap/markdown": "3.27.0",
49
+ "@tiptap/starter-kit": "3.27.0",
50
+ "@tiptap/vue-3": "3.27.0",
51
+ "@vueuse/core": "^14.3.0",
52
+ "clsx": "^2.1.1",
53
+ "element-plus": "2.4.3",
54
+ "highlight.js": "11.12.0",
55
+ "is-emoji-supported": "^0.0.5",
56
+ "lodash": "4.18.1",
57
+ "markdown-it": "^13.0.2",
58
+ "markdown-it-emoji": "^2.0.2",
59
+ "markdown-it-link-attributes": "^4.0.1",
60
+ "markdown-it-task-lists": "^2.1.1",
61
+ "parse-diff": "^0.11.1",
62
+ "reka-ui": "^2.5.0",
63
+ "sanitize-html": "2.17.5",
64
+ "vue-boring-avatars": "^1.3.0",
65
+ "xss": "1.0.15",
66
+ "@n8n/composables": "1.26.1",
67
+ "@n8n/frontend-utils": "0.4.0",
68
+ "@n8n/utils": "1.44.0"
69
+ },
70
+ "peerDependencies": {
71
+ "vue": "^3.5.13",
72
+ "vue-router": "^4.5.0"
73
+ },
7
74
  "homepage": "https://n8n.io",
8
75
  "author": {
9
76
  "name": "Jan Oberhauser",
@@ -1,155 +0,0 @@
1
-
2
- > @n8n/design-system@2.34.3 build /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system
3
- > vite build
4
-
5
- vite v8.0.2 building client environment for production...
6
- 
7
- rendering chunks...
8
- 
9
- [vite:dts] Start generate declaration files...
10
- [vite:dts] Declaration files built in 34732ms.
11
- 
12
- computing gzip size...
13
- dist/style.css 335.99 kB │ gzip: 42.63 kB
14
- dist/en-eH4tuQQe.js 0.06 kB │ gzip: 0.08 kB
15
- dist/icons/lucide/index.js 1.47 kB │ gzip: 0.59 kB
16
- dist/en-BN17fhJM.js 11.95 kB │ gzip: 3.41 kB
17
- dist/lucide-icons-bucket-13-CPZPIjuP.js 26.05 kB │ gzip: 5.44 kB
18
- dist/lucide-icons-bucket-14-CoBYaDIN.js 26.25 kB │ gzip: 5.30 kB
19
- dist/lucide-icons-bucket-11-DXByO0iR.js 28.75 kB │ gzip: 6.20 kB
20
- dist/lucide-icons-bucket-6-iE4ywa_E.js 28.88 kB │ gzip: 5.97 kB
21
- dist/lucide-icons-bucket-7-BPXrMpDj.js 29.36 kB │ gzip: 6.38 kB
22
- dist/lucide-icons-bucket-9-DYv2gFrZ.js 29.38 kB │ gzip: 6.60 kB
23
- dist/lucide-icons-bucket-15-eHHlEyaM.js 32.27 kB │ gzip: 6.66 kB
24
- dist/lucide-icons-bucket-4-4gywAul8.js 33.20 kB │ gzip: 6.95 kB
25
- dist/lucide-icons-bucket-2-1f3EoyT5.js 34.51 kB │ gzip: 7.56 kB
26
- dist/lucide-icons-bucket-0-_FAUqb7V.js 34.58 kB │ gzip: 7.09 kB
27
- dist/lucide-icons-bucket-1-Di6-h4oX.js 34.74 kB │ gzip: 7.44 kB
28
- dist/lucide-icons-bucket-8-DbHwuUDR.js 35.69 kB │ gzip: 7.80 kB
29
- dist/lucide-icons-bucket-3-GJHLvy9q.js 35.69 kB │ gzip: 7.20 kB
30
- dist/lucide-icons-bucket-5-4iCem2l-.js 36.78 kB │ gzip: 7.59 kB
31
- dist/lucide-icons-bucket-12-BgdKhqIx.js 36.92 kB │ gzip: 7.68 kB
32
- dist/lucide-icons-bucket-10-Cbet_3-P.js 37.85 kB │ gzip: 7.78 kB
33
- dist/node-icons-C_zc8eJj.js 50.40 kB │ gzip: 8.42 kB
34
- dist/lucideIconData-B3lNk4Jv.js 312.38 kB │ gzip: 51.96 kB
35
- dist/emojiData-DjghW_MV.js 335.28 kB │ gzip: 56.50 kB
36
- dist/index.js 640.24 kB │ gzip: 150.96 kB
37
-
38
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
39
- - vite:vue (35%)
40
- - vite:dts (22%)
41
- - unplugin-icons (20%)
42
- - vite:css (16%)
43
- - svg-loader (6%)
44
- See https://rolldown.rs/options/checks#plugintimings for more details.
45
- 
46
- ✓ built in 39.39s
47
- vite v8.0.2 building client environment for production...
48
- DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
49
- Use color.mix instead.
50
-
51
- More info and automated migrator: https://sass-lang.com/d/import
52
-
53
-
54
- 63 │ ┌ mix(
55
- 64 │ │ $mix-color,
56
- 65 │ │ map.get($colors, $type, 'base'),
57
- 66 │ │ math.percentage(math.div($number, 10))
58
- 67 │ │ ),
59
- │ └───────────^
60
-
61
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/common/var.scss 63:11 set-color-mix-level()
62
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/common/var.scss 87:5 @use
63
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 2:1 @use
64
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/slider.scss 3:1 @use
65
- /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system/src/css/slider.scss 7:1 @use
66
- /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system/src/css/index.scss 16:1 root stylesheet
67
-
68
- DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
69
- Use meta.inspect instead.
70
-
71
- More info and automated migrator: https://sass-lang.com/d/import
72
-
73
-
74
- 5 │ $selector: inspect($selector);
75
- │ ^^^^^^^^^^^^^^^^^^
76
-
77
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/function.scss 5:14 selectorToString()
78
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
79
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
80
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
81
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/slider.scss 28:3 @content
82
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
83
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/slider.scss 22:1 @use
84
- /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system/src/css/slider.scss 7:1 @use
85
- /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system/src/css/index.scss 16:1 root stylesheet
86
-
87
- DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
88
- Use string.slice instead.
89
-
90
- More info and automated migrator: https://sass-lang.com/d/import
91
-
92
-
93
- 6 │ $selector: str-slice($selector, 2, -2);
94
- │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
95
-
96
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/function.scss 6:14 selectorToString()
97
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/function.scss 11:14 containsModifier()
98
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
99
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
100
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/slider.scss 28:3 @content
101
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
102
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/slider.scss 22:1 @use
103
- /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system/src/css/slider.scss 7:1 @use
104
- /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system/src/css/index.scss 16:1 root stylesheet
105
-
106
- DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
107
- Use string.index instead.
108
-
109
- More info and automated migrator: https://sass-lang.com/d/import
110
-
111
-
112
- 13 │ @if str-index($selector, config.$modifier-separator) {
113
- │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
114
-
115
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/function.scss 13:7 containsModifier()
116
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:11 hitAllSpecialNestRule()
117
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
118
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/slider.scss 28:3 @content
119
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
120
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/slider.scss 22:1 @use
121
- /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system/src/css/slider.scss 7:1 @use
122
- /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system/src/css/index.scss 16:1 root stylesheet
123
-
124
- DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
125
- Use string.index instead.
126
-
127
- More info and automated migrator: https://sass-lang.com/d/import
128
-
129
-
130
- 23 │ @if str-index($selector, '.' + config.$state-prefix) {
131
- │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
132
-
133
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/function.scss 23:7 containWhenFlag()
134
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/function.scss 41:42 hitAllSpecialNestRule()
135
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 77:7 e()
136
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/slider.scss 28:3 @content
137
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/mixins/mixins.scss 60:5 b()
138
- ../../../../../element-plus@2.4.3_patch_hash=fbab57fe3750e430abd5d5e7c04cbf1b6a8f9f1c9676b14c73b77d3e0_ad2671a9dc4701bd91b53b83324d31e0/node_modules/element-plus/theme-chalk/src/slider.scss 22:1 @use
139
- /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system/src/css/slider.scss 7:1 @use
140
- /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system/src/css/index.scss 16:1 root stylesheet
141
-
142
- WARNING: 1 repetitive deprecation warnings omitted.
143
- Run in verbose mode to see all warnings.
144
-
145
- 
146
- rendering chunks...
147
- computing gzip size...
148
- dist/assets/element-icons.woff 28.20 kB
149
- dist/assets/element-icons.ttf 55.95 kB
150
- dist/assets/CommitMonoVariable.woff2 86.76 kB
151
- dist/assets/InterVariable.woff2 352.24 kB
152
- dist/assets/InterVariable-Italic.woff2 387.97 kB
153
- dist/theme.css 327.92 kB │ gzip: 41.36 kB
154
-
155
- ✓ built in 572ms
package/assets/.nojekyll DELETED
File without changes
package/biome.jsonc DELETED
@@ -1,11 +0,0 @@
1
- {
2
- "$schema": "../../../../node_modules/@biomejs/biome/configuration_schema.json",
3
- "extends": ["../../../../biome.jsonc"],
4
- "formatter": {
5
- "ignore": [
6
- "theme/**",
7
- "src/components/N8nIconPicker/emojiData.ts",
8
- "src/components/N8nIconPicker/lucideIconData.ts"
9
- ]
10
- }
11
- }
@@ -1,4 +0,0 @@
1
- {
2
- "projectId": "Project:65f085d72c13e4e1154414db",
3
- "buildScriptName": "build:storybook"
4
- }
@@ -1,2 +0,0 @@
1
- import { default as N8nRadioButtons } from './RadioButtons.vue';
2
- export default N8nRadioButtons;
@@ -1,2 +0,0 @@
1
- import { t as e } from "./en-BN17fhJM.js";
2
- export { e as default };
package/eslint.config.mjs DELETED
@@ -1,55 +0,0 @@
1
- import storybook from 'eslint-plugin-storybook';
2
-
3
- import { defineConfig } from 'eslint/config';
4
- import { frontendConfig } from '@n8n/eslint-config/frontend';
5
-
6
- export default defineConfig(
7
- frontendConfig,
8
- {
9
- rules: {
10
- 'vue/no-undef-components': ['error', { ignorePatterns: ['N8nDropdownMenuItem'] }],
11
-
12
- // TODO: Remove these
13
- 'import-x/no-default-export': 'warn',
14
- 'no-empty': 'warn',
15
- 'no-prototype-builtins': 'warn',
16
- '@typescript-eslint/no-unsafe-argument': 'warn',
17
- '@typescript-eslint/no-unsafe-return': 'warn',
18
- '@typescript-eslint/no-unsafe-member-access': 'warn',
19
- '@typescript-eslint/prefer-optional-chain': 'warn',
20
- '@typescript-eslint/prefer-nullish-coalescing': 'warn',
21
- '@typescript-eslint/require-await': 'warn',
22
- '@typescript-eslint/naming-convention': 'warn',
23
- '@typescript-eslint/no-empty-object-type': 'warn',
24
- '@typescript-eslint/no-unsafe-assignment': 'warn',
25
- '@typescript-eslint/unbound-method': 'warn',
26
- '@typescript-eslint/restrict-template-expressions': 'warn',
27
- '@typescript-eslint/no-unsafe-call': 'warn',
28
- },
29
- },
30
- {
31
- files: ['src/**/*.stories.ts', 'src/**/*.vue', 'src/**/*.spec.ts'],
32
- rules: {
33
- '@typescript-eslint/naming-convention': [
34
- 'warn',
35
- {
36
- selector: ['variable', 'property'],
37
- format: ['PascalCase', 'camelCase', 'UPPER_CASE'],
38
- },
39
- ],
40
- },
41
- },
42
- {
43
- files: ['src/components/N8nFormInput/validators.ts'],
44
- rules: {
45
- '@typescript-eslint/naming-convention': [
46
- 'error',
47
- {
48
- selector: ['property'],
49
- format: ['camelCase', 'UPPER_CASE'],
50
- },
51
- ],
52
- },
53
- },
54
- storybook.configs['flat/recommended'],
55
- );
@@ -1,6 +0,0 @@
1
- module.exports = {
2
- plugins: {
3
- // tailwindcss: {},
4
- autoprefixer: {},
5
- },
6
- };
@@ -1,16 +0,0 @@
1
- <svg version="1.1" id="Layer_1" xmlns:x="ns_extend;" xmlns:i="ns_ai;" xmlns:graph="ns_graphs;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 92.2 65" style="enable-background:new 0 0 92.2 65;" xml:space="preserve">
2
- <style type="text/css">
3
- .st0{fill:#181818;}
4
- </style>
5
- <metadata>
6
- <sfw xmlns="ns_sfw;">
7
- <slices>
8
- </slices>
9
- <sliceSourceBounds bottomLeftOrigin="true" height="65" width="92.2" x="-43.7" y="-98">
10
- </sliceSourceBounds>
11
- </sfw>
12
- </metadata>
13
- <path class="st0" d="M66.5,0H52.4l25.7,65h14.1L66.5,0z M25.7,0L0,65h14.4l5.3-13.6h26.9L51.8,65h14.4L40.5,0C40.5,0,25.7,0,25.7,0z
14
- M24.3,39.3l8.8-22.8l8.8,22.8H24.3z">
15
- </path>
16
- </svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M1 0.642857C1 0.287817 1.27473 0 1.61364 0H4.06818C4.40708 0 4.68182 0.287817 4.68182 0.642857V4.5C4.68182 4.85504 4.40708 5.14286 4.06818 5.14286H1.61364C1.27473 5.14286 1 4.85504 1 4.5V0.642857ZM2.22727 1.28571V3.85714H3.45455V1.28571H2.22727ZM6.31818 0.642857C6.31818 0.287817 6.59292 0 6.93182 0H8.15909C8.49799 0 8.77273 0.287817 8.77273 0.642857V3.85714H9.38636C9.72527 3.85714 10 4.14496 10 4.5C10 4.85504 9.72527 5.14286 9.38636 5.14286H6.93182C6.59292 5.14286 6.31818 4.85504 6.31818 4.5C6.31818 4.14496 6.59292 3.85714 6.93182 3.85714H7.54545V1.28571H6.93182C6.59292 1.28571 6.31818 0.997897 6.31818 0.642857ZM1 7.5C1 7.14496 1.27473 6.85714 1.61364 6.85714H2.84091C3.17981 6.85714 3.45455 7.14496 3.45455 7.5V10.7143H4.06818C4.40708 10.7143 4.68182 11.0021 4.68182 11.3571C4.68182 11.7122 4.40708 12 4.06818 12H1.61364C1.27473 12 1 11.7122 1 11.3571C1 11.0021 1.27473 10.7143 1.61364 10.7143H2.22727V8.14286H1.61364C1.27473 8.14286 1 7.85504 1 7.5ZM6.31818 7.5C6.31818 7.14496 6.59292 6.85714 6.93182 6.85714H9.38636C9.72527 6.85714 10 7.14496 10 7.5V11.3571C10 11.7122 9.72527 12 9.38636 12H6.93182C6.59292 12 6.31818 11.7122 6.31818 11.3571V7.5ZM7.54545 8.14286V10.7143H8.77273V8.14286H7.54545Z" /></svg>
@@ -1,3 +0,0 @@
1
- <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13.2251 1.02271C13.5179 0.968554 13.8195 1.00233 14.0913 1.11939L14.2055 1.17506L14.3149 1.23951C14.5275 1.37763 14.7014 1.56758 14.8208 1.79127L14.8764 1.90553L14.9214 2.02467C15.0145 2.30522 15.0227 2.60793 14.9438 2.89478C14.9403 2.90772 14.9372 2.92106 14.9331 2.93385L13.0132 8.95338L12.9965 9.00025H19.9995C20.3769 8.99952 20.7471 9.10523 21.0669 9.30592C21.3874 9.50712 21.6437 9.79562 21.8071 10.137C21.9704 10.4783 22.0341 10.8588 21.9897 11.2346C21.9453 11.6105 21.7946 11.9661 21.5561 12.26C21.5375 12.2829 21.5181 12.3052 21.4975 12.3264L11.5971 22.5266L11.5962 22.5256C11.3774 22.7595 11.0907 22.9194 10.7749 22.9778C10.4403 23.0397 10.0944 22.9859 9.7944 22.8254C9.4944 22.665 9.25775 22.4066 9.1235 22.094C8.98941 21.7815 8.96593 21.4327 9.05612 21.1047L9.06686 21.0657L10.9868 15.0462L11.0034 15.0003H3.99948C3.62236 15.0008 3.25253 14.8941 2.93307 14.6936C2.61276 14.4925 2.35617 14.2047 2.19284 13.8635C2.02947 13.5221 1.96581 13.1408 2.01022 12.7649C2.05468 12.3892 2.20544 12.0333 2.44382 11.7395C2.46238 11.7167 2.4819 11.6942 2.50241 11.6731L12.4028 1.47389C12.6215 1.23984 12.9091 1.08117 13.2251 1.02271Z" fill="currentColor" fill-opacity="0.9" style="fill:currentColor;fill-opacity:0.9;"/>
3
- </svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M224.975 49.429c17.138-17.139 44.919-17.139 62.057 0l175.546 175.546a43.8 43.8 0 0 1 9.347 13.817l.146.349q.125.298.243.598.1.25.197.5l.147.388q.133.356.261.716l.09.257q.141.407.275.818l.044.136a39 39 0 0 1 .306.988 43.9 43.9 0 0 1 1.802 12.473c0 12.497-5.225 23.774-13.608 31.767L287.032 462.578c-17.138 17.138-44.919 17.138-62.057 0s-17.139-44.92 0-62.059l100.618-100.618H80.458c-24.238 0-43.887-19.649-43.887-43.886s19.65-43.887 43.887-43.887h245.158L224.975 111.486c-17.139-17.138-17.139-44.919 0-62.057" fill="currentColor"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#5865F2" d="M20.317 4.3698a19.7913 19.7913 0 0 0-4.8851-1.5152.0741.0741 0 0 0-.0785.0371c-.211.3753-.4447.8648-.6083 1.2495-1.8447-.2762-3.68-.2762-5.4868 0-.1636-.3933-.4058-.8742-.6177-1.2495a.077.077 0 0 0-.0785-.037 19.7363 19.7363 0 0 0-4.8852 1.515.0699.0699 0 0 0-.0321.0277C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 0 0 .0312.0561c2.0528 1.5076 4.0413 2.4228 5.9929 3.0294a.0777.0777 0 0 0 .0842-.0276c.4616-.6304.8731-1.2952 1.226-1.9942a.076.076 0 0 0-.0416-.1057c-.6528-.2476-1.2743-.5495-1.8722-.8923a.077.077 0 0 1-.0076-.1277c.1258-.0943.2517-.1923.3718-.2914a.0743.0743 0 0 1 .0776-.0105c3.9278 1.7933 8.18 1.7933 12.0614 0a.0739.0739 0 0 1 .0785.0095c.1202.099.246.1981.3728.2924a.077.077 0 0 1-.0066.1276 12.2986 12.2986 0 0 1-1.873.8914.0766.0766 0 0 0-.0407.1067c.3604.698.7719 1.3628 1.225 1.9932a.076.076 0 0 0 .0842.0286c1.961-.6067 3.9495-1.5219 6.0023-3.0294a.077.077 0 0 0 .0313-.0552c.5004-5.177-.8382-9.6739-3.5485-13.6604a.061.061 0 0 0-.0312-.0286M8.02 15.3312c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.157-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.9555 2.4189-2.1569 2.4189m7.9748 0c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9554-2.4189 2.1569-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.946 2.4189-2.1568 2.4189"/></svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M209.675 387.718c20.945 10.711 30.794 35.749 22.073 58.141-9.306 23.886-36.221 35.695-60.107 26.389-29.106-11.34-56.354-28.746-79.744-52.137-20.47-20.47-36.356-43.894-47.607-68.932l-4.53-10.812-1.517-4.508c-6.284-22.673 5.511-46.874 27.906-55.599 22.392-8.721 47.431 1.129 58.141 22.073l1.945 4.338 2.735 6.453c6.714 14.943 16.204 28.982 28.568 41.346 14.132 14.132 30.44 24.54 47.799 31.304zM91.897 91.905c23.39-23.39 50.638-40.796 79.744-52.137l4.508-1.517c22.673-6.284 46.874 5.512 55.599 27.906 9.303 23.885-2.526 50.781-26.411 60.086-17.359 6.763-33.667 17.171-47.799 31.303-12.364 12.364-21.854 26.403-28.568 41.347l-2.735 6.453-1.945 4.337c-10.71 20.945-35.75 30.794-58.141 22.073-23.886-9.306-35.695-36.221-26.39-60.107 11.341-29.106 28.747-56.353 52.138-79.744M354.462 354.47c12.364-12.364 21.854-26.403 28.568-41.346l2.735-6.453 1.945-4.338c10.71-20.944 35.749-30.794 58.141-22.073 22.394 8.725 34.19 32.926 27.906 55.599l-1.517 4.508-4.53 10.812c-11.251 25.038-27.137 48.462-47.607 68.932-23.39 23.391-50.638 40.797-79.744 52.137-23.886 9.306-50.801-2.503-60.107-26.389-9.303-23.885 2.526-50.78 26.411-60.085l6.453-2.735c14.943-6.715 28.982-16.205 41.346-28.569m65.641-262.565c23.391 23.391 40.796 50.638 52.137 79.744 9.306 23.886-2.503 50.801-26.389 60.107-22.392 8.721-47.431-1.128-58.141-22.073l-1.945-4.337-2.735-6.453c-6.714-14.944-16.204-28.983-28.568-41.347-14.132-14.132-30.44-24.54-47.799-31.303-23.885-9.305-35.714-36.201-26.411-60.086 9.306-23.886 36.221-35.694 60.107-26.389l10.812 4.53c25.038 11.25 48.462 27.137 68.932 47.607" fill="currentColor" /></svg>
@@ -1,3 +0,0 @@
1
- <svg viewBox="0 0 10 10" fill="currentColor" overflow="hidden" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="0" y="0" width="10" height="10" rx="2" ry="2"/>
3
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" fill="none"><path fill="currentColor" d="M47.267 22.554c-.002.31-.126.608-.344.829l-6.805 6.796a1.13 1.13 0 0 1-.828.344 1.15 1.15 0 0 1-.828-.344 1.18 1.18 0 0 1 0-1.656l5.977-5.969-1.313-1.312-1.383 1.414L28.595 35.78l-4.617.781.781-4.617.336-.336 2.563 2.555c.214.227.515.351.828.343.311.006.611-.119.828-.343a1.18 1.18 0 0 0 0-1.657l-2.563-2.562 8.25-8.273 4.29-4.29 3.757 3.711 1.617-1.617 2.258 2.258c.218.218.342.512.344.82m-17.282 15.15 3.032-3.032v8.297a1.56 1.56 0 0 1-1.563 1.563H4.298a1.56 1.56 0 0 1-1.563-1.563V14.843c0-.405.157-.794.438-1.086l6.304-6.531v5.344H6.251a1.172 1.172 0 1 0 0 2.344h4.43a1.17 1.17 0 0 0 1.171-1.172V5.468h19.602a1.56 1.56 0 0 1 1.563 1.563v13.281L22.86 30.468a1.24 1.24 0 0 0-.328.633l-1.102 6.61c-.06.373.062.753.329 1.023.22.22.517.343.828.343h.195l6.602-1.101a1.16 1.16 0 0 0 .601-.274m-21-16a1.18 1.18 0 0 0 1.172 1.172h15.266a1.172 1.172 0 1 0 0-2.344H10.157a1.17 1.17 0 0 0-1.172 1.172m10.711 14.766a1.17 1.17 0 0 0-1.172-1.172h-8.367a1.172 1.172 0 1 0 0 2.343h8.367a1.17 1.17 0 0 0 1.172-1.172m.86-7.391a1.17 1.17 0 0 0-1.172-1.172h-9.227a1.172 1.172 0 1 0 0 2.344h9.227a1.164 1.164 0 0 0 1.171-1.172M45.75 18.617a1.563 1.563 0 0 0 0-2.203l-1.64-1.64a1.563 1.563 0 0 0-2.204 0l-.93.929 3.852 3.828z"/></svg>
@@ -1,4 +0,0 @@
1
- <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9 3L9 21" stroke="currentColor" style="stroke-opacity:1;" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M15 3L15 21" stroke="currentColor" style="stroke-opacity:1;" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M10.3019 0C10.542 0 10.7678 0.0476193 10.9791 0.142858C11.1905 0.238096 11.373 0.371429 11.5267 0.542858C11.6805 0.714286 11.8005 0.92381 11.887 1.17143C11.9735 1.40952 12.0167 1.67619 12.0167 1.97143L12.0023 3.38571C12.0023 3.50952 12.0023 3.61429 12.0023 3.7C12.0119 3.78571 12.0263 3.87143 12.0455 3.95714C12.0647 4.04286 12.0936 4.13333 12.132 4.22857C12.18 4.31429 12.2425 4.42857 12.3193 4.57143L12.8237 5.24286C12.9198 5.4619 12.9774 5.66667 12.9966 5.85714C13.0158 6.0381 12.9534 6.25238 12.8093 6.5L12.3337 7.11429C12.2569 7.26667 12.1944 7.39524 12.1464 7.5C12.108 7.60476 12.0791 7.70476 12.0599 7.8C12.0407 7.89524 12.0263 7.99524 12.0167 8.1C12.0167 8.20476 12.0167 8.33333 12.0167 8.48571V9.7C12.0167 10.0048 11.9783 10.2952 11.9014 10.5714C11.8342 10.8381 11.7333 11.0714 11.5988 11.2714C11.4739 11.4714 11.3154 11.6286 11.1233 11.7429C10.9311 11.8571 10.7198 11.9143 10.4892 11.9143L9.49487 12C9.48526 12 9.42282 12 9.30753 12C9.19225 12 9.05775 11.9905 8.90404 11.9714C8.75993 11.9619 8.61103 11.9381 8.45731 11.9C8.31321 11.8714 8.20273 11.819 8.12587 11.7429C8.06823 11.6952 8.0202 11.619 7.98177 11.5143C7.95295 11.4095 7.93854 11.3095 7.93854 11.2143C7.93854 11.0238 8.00579 10.8762 8.14028 10.7714C8.27478 10.6667 8.42369 10.6 8.58701 10.5714C8.75993 10.5333 8.92806 10.5143 9.09137 10.5143H9.71102C10.0953 10.5143 10.2826 10.1857 10.273 9.52857L10.2586 8.22857C10.2586 7.94286 10.2682 7.72381 10.2874 7.57143C10.3163 7.40952 10.3595 7.27619 10.4171 7.17143C10.4844 7.06667 10.566 6.9619 10.6621 6.85714C10.7582 6.75238 10.8735 6.60476 11.008 6.41429C11.0944 6.29048 11.1665 6.19048 11.2241 6.11429C11.2818 6.02857 11.3154 5.94762 11.325 5.87143C11.3346 5.79524 11.3154 5.70952 11.2674 5.61429C11.2289 5.51905 11.1569 5.39048 11.0512 5.22857C10.8975 5 10.7678 4.81905 10.6621 4.68571C10.566 4.55238 10.4844 4.42857 10.4171 4.31429C10.3595 4.2 10.3163 4.08095 10.2874 3.95714C10.2682 3.83333 10.2586 3.66191 10.2586 3.44286V2.41429C10.2586 2.29048 10.2538 2.17143 10.2442 2.05714C10.2442 1.94286 10.225 1.84286 10.1866 1.75714C10.1481 1.67143 10.0857 1.60476 9.99923 1.55714C9.92238 1.50952 9.8119 1.48571 9.66779 1.48571H9.01932C9.00972 1.48571 8.97129 1.48571 8.90404 1.48571C8.83679 1.48571 8.75513 1.48095 8.65906 1.47143C8.56299 1.45238 8.46212 1.42857 8.35644 1.4C8.25076 1.36191 8.1595 1.30476 8.08264 1.22857C8.025 1.18095 7.97697 1.10476 7.93854 1C7.90972 0.895238 7.89531 0.795238 7.89531 0.7C7.89531 0.509524 7.96256 0.361905 8.09705 0.257143C8.23155 0.152381 8.38526 0.0857146 8.55819 0.057143C8.73111 0.0190477 8.89924 0 9.06255 0H10.3019Z M3.93745 0C4.10077 0 4.26889 0.0190477 4.44181 0.057143C4.61474 0.0857146 4.76845 0.152381 4.90295 0.257143C5.03745 0.361905 5.10469 0.509524 5.10469 0.7C5.10469 0.795238 5.08548 0.895238 5.04705 1C5.01823 1.10476 4.975 1.18095 4.91736 1.22857C4.8405 1.30476 4.74924 1.36191 4.64356 1.4C4.53788 1.42857 4.43701 1.45238 4.34094 1.47143C4.24487 1.48095 4.16321 1.48571 4.09596 1.48571C4.02871 1.48571 3.99029 1.48571 3.98068 1.48571H3.33221C3.1881 1.48571 3.07282 1.50952 2.98636 1.55714C2.9095 1.60476 2.85186 1.67143 2.81343 1.75714C2.775 1.84286 2.75099 1.94286 2.74138 2.05714C2.74138 2.17143 2.74138 2.29048 2.74138 2.41429V3.44286C2.74138 3.66191 2.72697 3.83333 2.69815 3.95714C2.67893 4.08095 2.6357 4.2 2.56845 4.31429C2.51081 4.42857 2.42915 4.55238 2.32348 4.68571C2.22741 4.81905 2.10251 5 1.9488 5.22857C1.84313 5.39048 1.76627 5.51905 1.71824 5.61429C1.67981 5.70952 1.6654 5.79524 1.675 5.87143C1.68461 5.94762 1.71824 6.02857 1.77588 6.11429C1.83352 6.19048 1.90557 6.29048 1.99203 6.41429C2.12653 6.60476 2.24182 6.75238 2.33789 6.85714C2.43396 6.9619 2.51081 7.06667 2.56845 7.17143C2.6357 7.27619 2.67893 7.40952 2.69815 7.57143C2.72697 7.72381 2.74138 7.94286 2.74138 8.22857L2.72697 9.52857C2.71736 10.1857 2.9047 10.5143 3.28898 10.5143H3.90863C4.07194 10.5143 4.23526 10.5333 4.39858 10.5714C4.57151 10.6 4.72522 10.6667 4.85972 10.7714C4.99421 10.8762 5.06146 11.0238 5.06146 11.2143C5.06146 11.3095 5.04225 11.4095 5.00382 11.5143C4.975 11.619 4.93177 11.6952 4.87413 11.7429C4.79727 11.819 4.68199 11.8714 4.52828 11.9C4.38417 11.9381 4.23526 11.9619 4.08155 11.9714C3.93745 11.9905 3.80775 12 3.69247 12C3.57719 12 3.51474 12 3.50513 12L2.51081 11.9143C2.28024 11.9143 2.06889 11.8571 1.87675 11.7429C1.68461 11.6286 1.52129 11.4714 1.3868 11.2714C1.2619 11.0714 1.16103 10.8381 1.08418 10.5714C1.01693 10.2952 0.983302 10.0048 0.983302 9.7V8.48571C0.983302 8.33333 0.978499 8.20476 0.968892 8.1C0.968892 7.99524 0.959285 7.89524 0.940071 7.8C0.920857 7.70476 0.887232 7.60476 0.839198 7.5C0.80077 7.39524 0.743128 7.26667 0.666272 7.11429L0.190727 6.5C0.0466221 6.25238 -0.0158233 6.0381 0.00339071 5.85714C0.0226046 5.66667 0.0802464 5.4619 0.176316 5.24286L0.680682 4.57143C0.757538 4.42857 0.81518 4.31429 0.853608 4.22857C0.901643 4.13333 0.935267 4.04286 0.954481 3.95714C0.973695 3.87143 0.983302 3.78571 0.983302 3.7C0.992909 3.61429 0.997712 3.50952 0.997712 3.38571L0.983302 1.97143C0.983302 1.67619 1.02653 1.40952 1.113 1.17143C1.19946 0.92381 1.31955 0.714286 1.47326 0.542858C1.62697 0.371429 1.8095 0.238096 2.02086 0.142858C2.23221 0.0476193 2.45797 0 2.69815 0H3.93745Z" /></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="#5E6AD2" d="m.403 37.4 26.198 26.197C13.223 61.336 2.664 50.777.403 37.399M0 30.287 33.713 64a32 32 0 0 0 5.852-.858L.858 24.435c-.46 1.89-.75 3.847-.858 5.852M2.536 19.404l42.06 42.06a32 32 0 0 0 4.4-2.31l-44.15-44.15a32 32 0 0 0-2.31 4.4M7.695 11.145C13.568 4.32 22.268 0 31.977 0 49.663 0 64 14.337 64 32.023c0 9.71-4.32 18.41-11.145 24.282z"/></svg>
@@ -1,46 +0,0 @@
1
- <svg width="121" height="122" viewBox="0 0 121 122" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <mask id="mask0_572_319" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="121" height="122">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M36.0687 0C55.9888 0 72.1373 16.1551 72.1373 36.0835V49.7975H84.141C104.061 49.7975 120.21 65.9526 120.21 85.8809C120.21 105.809 104.061 121.964 84.141 121.964H0V36.0835C0 16.1551 16.1485 0 36.0687 0Z" fill="url(#paint0_linear_572_319)"/>
4
- </mask>
5
- <g mask="url(#mask0_572_319)">
6
- <g filter="url(#filter0_f_572_319)">
7
- <ellipse cx="52.7381" cy="65.1011" rx="81.3729" ry="81.1923" fill="#4B73FF"/>
8
- </g>
9
- <g filter="url(#filter1_f_572_319)">
10
- <ellipse cx="61.6734" cy="20.547" rx="104.216" ry="81.1923" fill="#FF66F4"/>
11
- </g>
12
- <g filter="url(#filter2_f_572_319)">
13
- <ellipse cx="78.6659" cy="5.26802" rx="81.3729" ry="71.3042" fill="#FF0105"/>
14
- </g>
15
- <g filter="url(#filter3_f_572_319)">
16
- <ellipse cx="63.121" cy="20.5275" rx="48.9374" ry="48.8288" fill="#FE7B02"/>
17
- </g>
18
- </g>
19
- <defs>
20
- <filter id="filter0_f_572_319" x="-65.0219" y="-52.4784" width="235.52" height="235.159" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
21
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
22
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
23
- <feGaussianBlur stdDeviation="18.1936" result="effect1_foregroundBlur_572_319"/>
24
- </filter>
25
- <filter id="filter1_f_572_319" x="-78.9301" y="-97.0324" width="281.208" height="235.159" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
26
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
27
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
28
- <feGaussianBlur stdDeviation="18.1936" result="effect1_foregroundBlur_572_319"/>
29
- </filter>
30
- <filter id="filter2_f_572_319" x="-39.0942" y="-102.423" width="235.52" height="215.383" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
31
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
32
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
33
- <feGaussianBlur stdDeviation="18.1936" result="effect1_foregroundBlur_572_319"/>
34
- </filter>
35
- <filter id="filter3_f_572_319" x="-22.2036" y="-64.6884" width="170.649" height="170.432" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
36
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
37
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
38
- <feGaussianBlur stdDeviation="18.1936" result="effect1_foregroundBlur_572_319"/>
39
- </filter>
40
- <linearGradient id="paint0_linear_572_319" x1="40.4527" y1="21.4331" x2="76.9327" y2="121.971" gradientUnits="userSpaceOnUse">
41
- <stop offset="0.025" stop-color="#FF8E63"/>
42
- <stop offset="0.56" stop-color="#FF7EB0"/>
43
- <stop offset="0.95" stop-color="#4B73FF"/>
44
- </linearGradient>
45
- </defs>
46
- </svg>
@@ -1 +0,0 @@
1
- <svg fill="currentColor" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>ModelContextProtocol</title><path d="M15.688 2.343a2.588 2.588 0 00-3.61 0l-9.626 9.44a.863.863 0 01-1.203 0 .823.823 0 010-1.18l9.626-9.44a4.313 4.313 0 016.016 0 4.116 4.116 0 011.204 3.54 4.3 4.3 0 013.609 1.18l.05.05a4.115 4.115 0 010 5.9l-8.706 8.537a.274.274 0 000 .393l1.788 1.754a.823.823 0 010 1.18.863.863 0 01-1.203 0l-1.788-1.753a1.92 1.92 0 010-2.754l8.706-8.538a2.47 2.47 0 000-3.54l-.05-.049a2.588 2.588 0 00-3.607-.003l-7.172 7.034-.002.002-.098.097a.863.863 0 01-1.204 0 .823.823 0 010-1.18l7.273-7.133a2.47 2.47 0 00-.003-3.537z"></path><path d="M14.485 4.703a.823.823 0 000-1.18.863.863 0 00-1.204 0l-7.119 6.982a4.115 4.115 0 000 5.9 4.314 4.314 0 006.016 0l7.12-6.982a.823.823 0 000-1.18.863.863 0 00-1.204 0l-7.119 6.982a2.588 2.588 0 01-3.61 0 2.47 2.47 0 010-3.54l7.12-6.982z"></path></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M10.12 3.3c.911-1.395 3.012-1.349 3.844.14l8.222 14.712c.838 1.5-.246 3.348-1.964 3.348H3.778c-1.718 0-2.802-1.848-1.964-3.348L10.036 3.44zM5.057 18.5h13.886L12 6.073z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 9.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5m7.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5m7.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m5.56 5.44a1.5 1.5 0 0 0-2.12 0L12 9.878l-3.44-3.44A1.5 1.5 0 1 0 6.44 8.56L9.878 12l-3.44 3.44a1.5 1.5 0 1 0 2.122 2.12L12 14.122l3.44 3.44.114.103a1.5 1.5 0 0 0 2.11-2.11l-.104-.114L14.122 12l3.44-3.44a1.5 1.5 0 0 0 0-2.12" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M16.297 2.515A3 3 0 0 1 16 8.5v2.26l.01.138a1 1 0 0 0 .545.756l.006.003 1.774.898.184.1A3 3 0 0 1 20 15.238V16a2 2 0 0 1-2 2h-4.5v4a1.5 1.5 0 0 1-3 0v-4H6a2 2 0 0 1-1.99-1.803L4 16v-.76l.008-.209a3 3 0 0 1 1.657-2.476l1.773-.898.007-.003a1 1 0 0 0 .545-.756L8 10.76V8.5a3 3 0 0 1 0-6h8z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M5.52 2.122c.322-.175.713-.16 1.021.037l14 9a1 1 0 0 1 0 1.682l-14 9A1.001 1.001 0 0 1 5 21V3a1 1 0 0 1 .52-.878"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M16.645 5.907a1.5 1.5 0 0 1 2.122.028 9.77 9.77 0 0 1 2.585 4.953 9.9 9.9 0 0 1-.53 5.579 9.66 9.66 0 0 1-3.476 4.357 9.36 9.36 0 0 1-5.28 1.657 9.36 9.36 0 0 1-5.292-1.623 9.66 9.66 0 0 1-3.504-4.335 9.9 9.9 0 0 1-.564-5.576 9.77 9.77 0 0 1 2.556-4.97l.11-.105a1.501 1.501 0 0 1 2.05 2.187l-.166.178a6.8 6.8 0 0 0-1.602 3.266 6.9 6.9 0 0 0 .393 3.884 6.66 6.66 0 0 0 2.413 2.989 6.36 6.36 0 0 0 3.595 1.105 6.36 6.36 0 0 0 3.59-1.128 6.66 6.66 0 0 0 2.394-3.005 6.9 6.9 0 0 0 .37-3.887 6.77 6.77 0 0 0-1.79-3.433 1.5 1.5 0 0 1 .026-2.12"/><path fill="currentColor" d="M12.035 1.481a1.5 1.5 0 0 1 1.5 1.5v9a1.5 1.5 0 0 1-3 0v-9a1.5 1.5 0 0 1 1.5-1.5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M19.94 5.502a1.5 1.5 0 1 1 2.12 2.12L9.687 19.999a1.5 1.5 0 0 1-2.122 0L1.94 14.373a1.5 1.5 0 0 1 2.007-2.225l.115.104 4.564 4.564z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M21 6a1 1 0 1 1 0 2h-1v12.125c0 .817-.424 1.534-.941 2.019-.522.488-1.256.856-2.059.856H7c-.803 0-1.537-.368-2.059-.856C4.424 21.659 4 20.943 4 20.125V8H3a1 1 0 0 1 0-2zm-7-5a3 3 0 0 1 3 3H7a3 3 0 0 1 3-3z"/></svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.0506 2.38452C10.9161 0.882058 13.0845 0.882058 13.95 2.38452L23.3065 18.6267C24.1706 20.1267 23.0883 21.9997 21.3572 21.9998H2.6424C0.911559 21.9994 -0.170877 20.1266 0.693176 18.6267L10.0506 2.38452ZM11.9998 15.9998C11.1715 15.9999 10.4999 16.6715 10.4998 17.4998C10.4998 18.3281 11.1715 18.9997 11.9998 18.9998C12.8282 18.9998 13.4998 18.3282 13.4998 17.4998C13.4997 16.6714 12.8282 15.9998 11.9998 15.9998ZM11.9998 7.49976C11.1715 7.49986 10.4999 8.17148 10.4998 8.99976V12.4998C10.4998 13.3281 11.1715 13.9997 11.9998 13.9998C12.8282 13.9998 13.4998 13.3282 13.4998 12.4998V8.99976C13.4997 8.17142 12.8282 7.49976 11.9998 7.49976Z" fill="currentColor"/>
3
- </svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M13.3333 12.5525V12.4489C14.2278 12.0756 14.8571 11.1925 14.8571 10.1632V3.61924C14.8571 2.96252 14.5962 2.3327 14.1318 1.86832C13.6675 1.40395 13.0376 1.14307 12.3809 1.14307H5.90473C5.38113 1.14296 4.87098 1.30883 4.44756 1.61684C4.02414 1.92485 3.70926 2.35915 3.54816 2.85734H3.39501C2.70016 2.85734 2.10892 3.10191 1.70206 3.5842C1.30739 4.05124 1.14282 4.67372 1.14282 5.33352V12.0002C1.14282 12.8078 1.43463 13.5346 1.98854 14.0573C2.54168 14.5777 3.30892 14.8535 4.19044 14.8535H7.17711L10.2826 14.8573H10.2842C11.0278 14.8611 11.7645 14.7049 12.336 14.3392C12.9303 13.9582 13.3333 13.3525 13.3333 12.5525ZM3.39501 4.0002H3.42854V10.1625C3.42854 10.8192 3.68942 11.449 4.1538 11.9134C4.61817 12.3777 5.248 12.6386 5.90473 12.6386H12.1874C12.163 12.9571 12.003 13.1948 11.7196 13.3761C11.3897 13.588 10.8891 13.7175 10.2887 13.7144H10.2857L7.17558 13.7106H4.19044C3.54816 13.7106 3.07806 13.5125 2.7733 13.2253C2.47006 12.9403 2.28568 12.5259 2.28568 12.0002V5.33352C2.28568 4.84971 2.40758 4.52057 2.5752 4.32096C2.73139 4.13658 2.98054 4.0002 3.39501 4.0002ZM8.01673 3.80972H11.619C11.7706 3.80972 11.9159 3.86992 12.0231 3.97709C12.1302 4.08425 12.1904 4.22959 12.1904 4.38115V7.98418C12.1904 8.13573 12.1302 8.28107 12.0231 8.38823C11.9159 8.4954 11.7706 8.5556 11.619 8.5556C11.4675 8.5556 11.3221 8.4954 11.215 8.38823C11.1078 8.28107 11.0476 8.13573 11.0476 7.98418V5.76019L7.07044 9.73731C7.0177 9.79186 6.95463 9.83536 6.8849 9.86528C6.81517 9.89519 6.74018 9.91092 6.6643 9.91154C6.58843 9.91217 6.51319 9.89767 6.44298 9.86891C6.37277 9.84014 6.30899 9.79768 6.25536 9.74401C6.20173 9.69033 6.15933 9.62651 6.13063 9.55627C6.10193 9.48603 6.08751 9.41078 6.0882 9.3349C6.0889 9.25903 6.1047 9.18406 6.13468 9.11435C6.16466 9.04465 6.20822 8.98162 6.26282 8.92893L10.24 4.95257H8.01673C7.86517 4.95257 7.71983 4.89237 7.61267 4.7852C7.5055 4.67804 7.4453 4.5327 7.4453 4.38115C7.4453 4.22959 7.5055 4.08425 7.61267 3.97709C7.71983 3.86992 7.86517 3.80972 8.01673 3.80972Z" /></svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none">
2
- <path d="M23.0877 0H13.9944L16.8048 8.75784H25.8982L18.5411 13.9805L21.3523 22.788C26.0879 19.3383 27.6352 14.1173 25.899 8.75784L23.0877 0ZM2.09058 8.75784H11.1839L13.9944 0H4.90182L2.09058 8.75784C0.353512 14.1173 1.90165 19.3383 6.63727 22.788L9.44769 13.9805L2.09058 8.75784ZM6.63727 22.788L13.9944 28L21.3515 22.788L13.9944 17.4896L6.63727 22.788Z" fill="currentColor"/>
3
- </svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416.648 227.85c23.324 0 42.232 18.908 42.232 42.232v84.462c0 38.872-31.513 70.384-70.385 70.385H191.423v36.402c0 12.541-15.163 18.822-24.031 9.954l-78.63-78.631c-5.498-5.497-5.498-14.411 0-19.908l78.63-78.631c8.868-8.868 24.031-2.587 24.031 9.954v36.398h182.995v-70.385c0-23.324 18.907-42.231 42.23-42.232M304.028 50.669c0-12.541 15.163-18.822 24.031-9.954l78.63 78.631c5.498 5.497 5.498 14.41 0 19.908l-78.63 78.631c-8.868 8.867-24.031 2.587-24.031-9.954v-36.38H121.033v70.385c0 23.324-18.908 42.231-42.231 42.231s-42.23-18.907-42.23-42.231v-84.462c0-38.872 31.512-70.385 70.384-70.385h197.072z" fill="currentColor"/></svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M275.114 36.8c22.13 2.247 39.401 20.934 39.401 43.657v307.204h73.142c24.237 0 43.886 19.648 43.886 43.885s-19.648 43.886-43.886 43.886H153.6c-24.238-.001-43.886-19.649-43.886-43.886s19.648-43.885 43.886-43.885h73.143V124.343H153.6c-24.238 0-43.886-19.649-43.886-43.886s19.648-43.885 43.886-43.886h117.029z" fill="currentColor"/></svg>
@@ -1,6 +0,0 @@
1
- <svg viewBox="0 -1 14 14" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- fill="currentColor"
4
- d="M1.63636 0H8.18182C9.08556 0 9.81818 0.732625 9.81818 1.63636C9.81818 2.5401 9.08556 3.27273 8.18182 3.27273H1.63636C0.732626 3.27273 0 2.5401 0 1.63636C0 0.732625 0.732625 0 1.63636 0ZM1.63636 1.09091C1.33512 1.09091 1.09091 1.33512 1.09091 1.63636C1.09091 1.93761 1.33512 2.18182 1.63636 2.18182H8.18182C8.48306 2.18182 8.72727 1.93761 8.72727 1.63636C8.72727 1.33512 8.48306 1.09091 8.18182 1.09091H1.63636Z M7.09091 4.36353H11.4545C12.3583 4.36353 13.0909 5.09615 13.0909 5.99989C13.0909 6.90363 12.3583 7.63625 11.4545 7.63625H7.09091C6.18717 7.63625 5.45454 6.90363 5.45454 5.99989C5.45454 5.09615 6.18717 4.36353 7.09091 4.36353ZM7.09091 5.45443C6.78966 5.45443 6.54545 5.69864 6.54545 5.99989C6.54545 6.30114 6.78966 6.54534 7.09091 6.54534H11.4545C11.7558 6.54534 12 6.30114 12 5.99989C12 5.69864 11.7558 5.45443 11.4545 5.45443H7.09091Z M7.09091 8.72729H11.4545C12.3583 8.72729 13.0909 9.45992 13.0909 10.3637C13.0909 11.2674 12.3583 12 11.4545 12H7.09091C6.18717 12 5.45454 11.2674 5.45454 10.3637C5.45454 9.45992 6.18717 8.72729 7.09091 8.72729ZM7.09091 9.8182C6.78966 9.8182 6.54545 10.0624 6.54545 10.3637C6.54545 10.6649 6.78966 10.9091 7.09091 10.9091H11.4545C11.7558 10.9091 12 10.6649 12 10.3637C12 10.0624 11.7558 9.8182 11.4545 9.8182H7.09091Z"
5
- />
6
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#fff" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 150.852 150.852"><use xlink:href="#a" x=".926" y=".926"/><symbol id="a" overflow="visible"><g stroke-width="1.852"><path fill="#e01e5a" stroke="#e01e5a" d="M40.741 93.55c0-8.735 6.607-15.772 14.815-15.772s14.815 7.037 14.815 15.772v38.824c0 8.737-6.607 15.774-14.815 15.774s-14.815-7.037-14.815-15.772z"/><path fill="#ecb22d" stroke="#ecb22d" d="M93.55 107.408c-8.735 0-15.772-6.607-15.772-14.815s7.037-14.815 15.772-14.815h38.826c8.735 0 15.772 6.607 15.772 14.815s-7.037 14.815-15.772 14.815z"/><path fill="#2fb67c" stroke="#2fb67c" d="M77.778 15.772C77.778 7.037 84.385 0 92.593 0s14.815 7.037 14.815 15.772v38.826c0 8.735-6.607 15.772-14.815 15.772s-14.815-7.037-14.815-15.772z"/><path fill="#36c5f1" stroke="#36c5f1" d="M15.772 70.371C7.037 70.371 0 63.763 0 55.556s7.037-14.815 15.772-14.815h38.826c8.735 0 15.772 6.607 15.772 14.815s-7.037 14.815-15.772 14.815z"/><g stroke-linejoin="miter"><path fill="#ecb22d" stroke="#ecb22d" d="M77.778 133.333c0 8.208 6.607 14.815 14.815 14.815s14.815-6.607 14.815-14.815-6.607-14.815-14.815-14.815H77.778z"/><path fill="#2fb67c" stroke="#2fb67c" d="M133.334 70.371h-14.815V55.556c0-8.207 6.607-14.815 14.815-14.815s14.815 6.607 14.815 14.815-6.607 14.815-14.815 14.815z"/><path fill="#e01e5a" stroke="#e01e5a" d="M14.815 77.778H29.63v14.815c0 8.207-6.607 14.815-14.815 14.815S0 100.8 0 92.593s6.607-14.815 14.815-14.815z"/><path fill="#36c5f1" stroke="#36c5f1" d="M70.371 14.815V29.63H55.556c-8.207 0-14.815-6.607-14.815-14.815S47.348 0 55.556 0s14.815 6.607 14.815 14.815z"/></g></g></symbol></svg>
@@ -1,12 +0,0 @@
1
- <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 2V5" stroke="currentColor" style="stroke:currentColor;stroke-opacity:1;" stroke-width="2" stroke-linecap="round"/>
3
- <path d="M12 19V22" stroke="currentColor" style="stroke:currentColor;stroke-opacity:1;" stroke-width="2" stroke-linecap="round"/>
4
- <path d="M12 2V5" stroke="currentColor" style="stroke:currentColor;stroke-opacity:1;" stroke-width="2" stroke-linecap="round"/>
5
- <path d="M12 19V22" stroke="currentColor" style="stroke:currentColor;stroke-opacity:1;" stroke-width="2" stroke-linecap="round"/>
6
- <path d="M22.005 11.9951L19.005 11.9951" stroke="currentColor" style="stroke:currentColor;stroke-opacity:1;" stroke-width="2" stroke-linecap="round"/>
7
- <path d="M5.005 11.9951L2.005 11.9951" stroke="currentColor" style="stroke:currentColor;stroke-opacity:1;" stroke-width="2" stroke-linecap="round"/>
8
- <path d="M19.0796 19.0676L16.9583 16.9463" stroke="currentColor" style="stroke:currentColor;stroke-opacity:1;" stroke-width="2" stroke-linecap="round"/>
9
- <path d="M7.05884 7.04688L4.93752 4.92555" stroke="currentColor" style="stroke:currentColor;stroke-opacity:1;" stroke-width="2" stroke-linecap="round"/>
10
- <path d="M4.9375 19.0676L7.05882 16.9463" stroke="currentColor" style="stroke:currentColor;stroke-opacity:1;" stroke-width="2" stroke-linecap="round"/>
11
- <path d="M16.9583 7.04688L19.0796 4.92556" stroke="currentColor" style="stroke:currentColor;stroke-opacity:1;" stroke-width="2" stroke-linecap="round"/>
12
- </svg>