@dataengineeringformachinelearning/viking-ui 3.0.0-alpha.4 → 4.0.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 (173) hide show
  1. package/README.md +6 -3
  2. package/dist/LICENSE +201 -0
  3. package/dist/README.md +251 -0
  4. package/dist/fesm2022/dataengineeringformachinelearning-viking-ui.mjs +13751 -0
  5. package/dist/fesm2022/dataengineeringformachinelearning-viking-ui.mjs.map +1 -0
  6. package/dist/index.d.ts +1 -1
  7. package/dist/index.js +1 -4051
  8. package/dist/package.json +87 -0
  9. package/dist/scripts/build-web-components.mjs +37 -0
  10. package/dist/src/tokens/series-presets.ts +15 -0
  11. package/dist/src/tokens/tailwind.preset.js +209 -0
  12. package/dist/src/tokens/viking-tokens.json +318 -0
  13. package/dist/src/web/badge/viking-badge-wc.ts +116 -0
  14. package/dist/src/web/button/viking-button-wc.ts +165 -0
  15. package/dist/src/web/callout/viking-callout-wc.ts +105 -0
  16. package/dist/src/web/card/viking-card-wc.ts +66 -0
  17. package/dist/src/web/core/base.ts +56 -0
  18. package/dist/src/web/core/dom.ts +53 -0
  19. package/dist/src/web/core/icons-inline.ts +44 -0
  20. package/dist/src/web/core/styles.ts +1138 -0
  21. package/dist/src/web/core/types.ts +19 -0
  22. package/dist/src/web/field/viking-field-wc.ts +154 -0
  23. package/dist/src/web/index.ts +73 -0
  24. package/dist/src/web/input/viking-input-wc.ts +211 -0
  25. package/dist/src/web/modal/viking-modal-wc.ts +187 -0
  26. package/dist/src/web/search-palette/viking-search-palette-wc.ts +494 -0
  27. package/dist/src/web/select/viking-select-wc.ts +218 -0
  28. package/dist/src/web/suite-header/viking-suite-header-wc.ts +714 -0
  29. package/dist/src/web/suite-search-palette/viking-suite-search-palette-wc.ts +234 -0
  30. package/dist/src/web/theme-toggle/viking-theme-toggle-wc.ts +139 -0
  31. package/dist/src/web/types.ts +37 -0
  32. package/dist/src/web/web-components.spec.ts +297 -0
  33. package/dist/types/dataengineeringformachinelearning-viking-ui.d.ts +2658 -0
  34. package/dist/viking.manifest.json +271 -0
  35. package/dist/web-components.js +2427 -126
  36. package/package.json +25 -11
  37. package/dist/core/brand-icons.d.ts +0 -29
  38. package/dist/core/icons.d.ts +0 -132
  39. package/dist/core/integration-brand-icons.d.ts +0 -18
  40. package/dist/core/lucide-paths.generated.d.ts +0 -90
  41. package/dist/core/types.d.ts +0 -56
  42. package/dist/core/uid.d.ts +0 -2
  43. package/dist/elements/button/viking-button.d.ts +0 -14
  44. package/dist/elements/card/viking-card.d.ts +0 -8
  45. package/dist/elements/core/dom.d.ts +0 -4
  46. package/dist/elements/core/styles.d.ts +0 -2
  47. package/dist/elements/modal/viking-modal.d.ts +0 -15
  48. package/dist/lib/accordion/accordion.d.ts +0 -19
  49. package/dist/lib/app-header/app-header.d.ts +0 -8
  50. package/dist/lib/app-sidebar/app-sidebar.d.ts +0 -10
  51. package/dist/lib/auth-panel/auth-panel.d.ts +0 -13
  52. package/dist/lib/autocomplete/autocomplete.d.ts +0 -25
  53. package/dist/lib/avatar/avatar.d.ts +0 -14
  54. package/dist/lib/badge/badge.d.ts +0 -16
  55. package/dist/lib/bar/bar.d.ts +0 -4
  56. package/dist/lib/brand/brand.d.ts +0 -8
  57. package/dist/lib/breadcrumbs/breadcrumbs.d.ts +0 -10
  58. package/dist/lib/button/button-group.d.ts +0 -6
  59. package/dist/lib/button/button.d.ts +0 -25
  60. package/dist/lib/calendar/calendar.d.ts +0 -22
  61. package/dist/lib/callout/callout.d.ts +0 -14
  62. package/dist/lib/card/card-title.d.ts +0 -12
  63. package/dist/lib/card/card.d.ts +0 -19
  64. package/dist/lib/carousel/carousel.d.ts +0 -13
  65. package/dist/lib/chart/chart-zoom.d.ts +0 -14
  66. package/dist/lib/chart/chart.d.ts +0 -119
  67. package/dist/lib/chart-card-header/chart-card-header.d.ts +0 -10
  68. package/dist/lib/chart-empty-state/chart-empty-state.d.ts +0 -13
  69. package/dist/lib/chart-panel/chart-panel.d.ts +0 -10
  70. package/dist/lib/checkbox/checkbox.d.ts +0 -13
  71. package/dist/lib/color-picker/color-picker.d.ts +0 -16
  72. package/dist/lib/command/command.d.ts +0 -23
  73. package/dist/lib/composer/composer.d.ts +0 -15
  74. package/dist/lib/confirm-dialog/confirm-dialog.d.ts +0 -18
  75. package/dist/lib/confirm-dialog/dialog.service.d.ts +0 -28
  76. package/dist/lib/context/context.d.ts +0 -17
  77. package/dist/lib/core/brand-icons.d.ts +0 -29
  78. package/dist/lib/core/cva.d.ts +0 -15
  79. package/dist/lib/core/icons.d.ts +0 -132
  80. package/dist/lib/core/integration-brand-icons.d.ts +0 -18
  81. package/dist/lib/core/lucide-paths.generated.d.ts +0 -90
  82. package/dist/lib/date-picker/date-picker.d.ts +0 -18
  83. package/dist/lib/dropdown/dropdown.d.ts +0 -29
  84. package/dist/lib/editor/editor.d.ts +0 -26
  85. package/dist/lib/empty-state/empty-state.d.ts +0 -9
  86. package/dist/lib/fab/fab.d.ts +0 -9
  87. package/dist/lib/field/field.d.ts +0 -14
  88. package/dist/lib/file-upload/file-upload.d.ts +0 -19
  89. package/dist/lib/footer/footer.d.ts +0 -6
  90. package/dist/lib/form-section/form-section.d.ts +0 -15
  91. package/dist/lib/gauge-arc/gauge-arc.d.ts +0 -8
  92. package/dist/lib/hud-panel/hud-panel.d.ts +0 -5
  93. package/dist/lib/icon/icon.d.ts +0 -44
  94. package/dist/lib/icon-badge/icon-badge.d.ts +0 -14
  95. package/dist/lib/icon-heading/icon-heading.d.ts +0 -9
  96. package/dist/lib/icon-text/icon-text.d.ts +0 -12
  97. package/dist/lib/input/input.d.ts +0 -23
  98. package/dist/lib/kanban/kanban.d.ts +0 -16
  99. package/dist/lib/kbd/kbd.d.ts +0 -5
  100. package/dist/lib/label/label.d.ts +0 -7
  101. package/dist/lib/loading-overlay/loading-overlay.d.ts +0 -10
  102. package/dist/lib/menubar/menubar.d.ts +0 -10
  103. package/dist/lib/metric-card/metric-card.d.ts +0 -9
  104. package/dist/lib/modal/modal.d.ts +0 -13
  105. package/dist/lib/native-select/native-select.d.ts +0 -17
  106. package/dist/lib/navbar/navbar.d.ts +0 -13
  107. package/dist/lib/navigation-menu/navigation-menu.d.ts +0 -13
  108. package/dist/lib/otp-input/otp-input.d.ts +0 -23
  109. package/dist/lib/page-back-link/page-back-link.d.ts +0 -11
  110. package/dist/lib/page-header/page-header.d.ts +0 -15
  111. package/dist/lib/pagination/pagination.d.ts +0 -10
  112. package/dist/lib/pillbox/pillbox.d.ts +0 -15
  113. package/dist/lib/popover/popover.d.ts +0 -15
  114. package/dist/lib/profile/profile.d.ts +0 -11
  115. package/dist/lib/progress/progress.d.ts +0 -12
  116. package/dist/lib/radio/radio.d.ts +0 -16
  117. package/dist/lib/ring-gauge/ring-gauge.d.ts +0 -8
  118. package/dist/lib/scroll-area/scroll-area.d.ts +0 -7
  119. package/dist/lib/search-palette/search-palette.d.ts +0 -16
  120. package/dist/lib/select/select.d.ts +0 -26
  121. package/dist/lib/separator/separator.d.ts +0 -8
  122. package/dist/lib/sheet/sheet.d.ts +0 -13
  123. package/dist/lib/sidebar-nav/sidebar-nav.d.ts +0 -46
  124. package/dist/lib/site-drakkar/site-drakkar.config.d.ts +0 -50
  125. package/dist/lib/site-drakkar/site-footer.d.ts +0 -18
  126. package/dist/lib/site-drakkar/site-navbar.d.ts +0 -25
  127. package/dist/lib/site-drakkar/suite-search-items.d.ts +0 -17
  128. package/dist/lib/skeleton/skeleton.d.ts +0 -8
  129. package/dist/lib/slider/slider.d.ts +0 -17
  130. package/dist/lib/spinner/spinner.d.ts +0 -7
  131. package/dist/lib/status-metric-row/status-metric-row.d.ts +0 -9
  132. package/dist/lib/suite-search-palette/suite-search-palette.d.ts +0 -25
  133. package/dist/lib/switch/switch.d.ts +0 -12
  134. package/dist/lib/table/table.d.ts +0 -10
  135. package/dist/lib/tabs/tab-panel.d.ts +0 -12
  136. package/dist/lib/tabs/tab.d.ts +0 -14
  137. package/dist/lib/tabs/tabs.d.ts +0 -10
  138. package/dist/lib/textarea/textarea.d.ts +0 -16
  139. package/dist/lib/theme-toggle/theme-toggle.d.ts +0 -9
  140. package/dist/lib/time-picker/time-picker.d.ts +0 -21
  141. package/dist/lib/timeline/timeline.d.ts +0 -14
  142. package/dist/lib/toast/toast.d.ts +0 -21
  143. package/dist/lib/toggle/toggle-group.d.ts +0 -9
  144. package/dist/lib/toggle/toggle.d.ts +0 -15
  145. package/dist/lib/tooltip/tooltip.d.ts +0 -20
  146. package/dist/lib/typography/heading.d.ts +0 -9
  147. package/dist/lib/typography/text.d.ts +0 -11
  148. package/dist/lib/uptime-bar/uptime-bar.d.ts +0 -6
  149. package/dist/lib/verification-code-field/verification-code-field.d.ts +0 -19
  150. package/dist/lib/whitepaper-cta/whitepaper-cta.d.ts +0 -15
  151. package/dist/lib/wizard/wizard.d.ts +0 -13
  152. package/dist/public-api.d.ts +0 -109
  153. package/dist/tokens/series-presets.d.ts +0 -4
  154. package/dist/web/badge/viking-badge-wc.d.ts +0 -28
  155. package/dist/web/button/viking-button-wc.d.ts +0 -28
  156. package/dist/web/callout/viking-callout-wc.d.ts +0 -27
  157. package/dist/web/card/viking-card-wc.d.ts +0 -29
  158. package/dist/web/core/base.d.ts +0 -12
  159. package/dist/web/core/dom.d.ts +0 -11
  160. package/dist/web/core/icons-inline.d.ts +0 -7
  161. package/dist/web/core/styles.d.ts +0 -12
  162. package/dist/web/core/types.d.ts +0 -10
  163. package/dist/web/field/viking-field-wc.d.ts +0 -32
  164. package/dist/web/index.d.ts +0 -15
  165. package/dist/web/input/viking-input-wc.d.ts +0 -32
  166. package/dist/web/modal/viking-modal-wc.d.ts +0 -50
  167. package/dist/web/search-palette/viking-search-palette-wc.d.ts +0 -64
  168. package/dist/web/select/viking-select-wc.d.ts +0 -48
  169. package/dist/web/suite-header/viking-suite-header-wc.d.ts +0 -36
  170. package/dist/web/suite-search-palette/viking-suite-search-palette-wc.d.ts +0 -39
  171. package/dist/web/theme-toggle/viking-theme-toggle-wc.d.ts +0 -19
  172. package/dist/web/types.d.ts +0 -40
  173. package/dist/web-components/index.d.ts +0 -1
@@ -1,132 +0,0 @@
1
- /**
2
- * Zero-dependency inline SVG icon registry (24×24 stroke icons).
3
- * Lucide paths are synced at build time; DEML brand marks are custom artwork.
4
- */
5
- import { LUCIDE_ICON_PATHS } from "./lucide-paths.generated";
6
- export { VIKING_DRAKKAR_ICON_NAMES_LIST, VIKING_BRAND_ICON_NAMES_LIST, } from "./brand-icons";
7
- export { VIKING_INTEGRATION_ICON_NAMES_LIST, type VikingIntegrationIconName, } from "./integration-brand-icons";
8
- export type VikingIconName = keyof typeof VIKING_ICON_PATHS;
9
- export type VikingIconSizePreset = "sm" | "md" | "lg";
10
- export type VikingIconVariant = "outline" | "filled";
11
- /** Semantic color tokens resolved to CSS custom properties. */
12
- export type VikingIconColorToken = "inherit" | "accent" | "success" | "warning" | "danger" | "info" | "muted" | "text";
13
- /** Pixel sizes for sm / md / lg presets. */
14
- export declare const VIKING_ICON_SIZE_PRESETS: Record<VikingIconSizePreset, number>;
15
- export declare const VIKING_ICON_PATHS: {
16
- readonly hub: "<circle cx=\"12\" cy=\"12\" r=\"3\"/><path d=\"M12 3v3M12 18v3M3 12h3M18 12h3M5.6 5.6l2.1 2.1M16.3 16.3l2.1 2.1M18.4 5.6l-2.1 2.1M7.7 16.3l-2.1 2.1\"/>";
17
- readonly model: "<rect x=\"4\" y=\"8\" width=\"16\" height=\"10\" rx=\"2\"/><path d=\"M8 8V6a4 4 0 0 1 8 0v2\"/>";
18
- readonly google: "<path d=\"M12 11.2v2.4h6.6c-.3 1.5-1.8 4.4-6.6 4.4-4 0-7.2-3.3-7.2-7.3S8 3.4 12 3.4c2.3 0 3.9 1 4.8 1.8l3.2-3.1C17.5.8 14.9 0 12 0 5.4 0 0 5.4 0 12s5.4 12 12 12c6.9 0 11.5-4.8 11.5-11.6 0-.8-.1-1.4-.2-1.9H12z\"/>";
19
- readonly apple: "<path d=\"M16.365 12.14c.02 2.53 2.21 3.38 2.23 3.39-.02.07-.35 1.21-1.16 2.4-.7 1.02-1.43 2.03-2.58 2.05-1.13.02-1.49-.67-2.78-.67-1.29 0-1.69.65-2.75.69-1.11.04-1.95-1.12-2.66-2.13-1.44-2.08-2.54-5.87-1.07-8.43.73-1.27 2.04-2.08 3.46-2.1 1.08-.02 2.1.72 2.78.72.67 0 2.14-.89 3.61-.76.61.03 2.33.25 3.44 1.88-.09.06-2.05 1.2-2.03 3.55M13.75 3.64c.59-.71 1-1.7.89-2.68-.86.03-1.9.57-2.52 1.28-.55.63-1.03 1.65-.9 2.62.95.07 1.92-.49 2.53-1.22\"/>";
20
- readonly kubernetes: string;
21
- readonly tensorflow: string;
22
- readonly pytorch: string;
23
- readonly "apache-spark": string;
24
- readonly databricks: string;
25
- readonly "aws-redshift": string;
26
- readonly drakkar: "<path d=\"M12 10.189V14\"/><path d=\"M12 2v3\"/><path d=\"M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6\"/><path d=\"M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76\"/><path d=\"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\"/>";
27
- readonly "drakkar-compact": "<rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"/><path d=\"M12 10.189V14\"/><path d=\"M12 2v3\"/><path d=\"M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6\"/><path d=\"M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76\"/><path d=\"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\"/>";
28
- readonly "drakkar-lockup": "<path d=\"M12 10.189V14\"/><path d=\"M12 2v3\"/><path d=\"M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6\"/><path d=\"M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76\"/><path d=\"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\"/><path d=\"M3 21h18\"/>";
29
- readonly deml: "<rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"/><path d=\"M8 17V13M12 17V8M16 17V11\"/>";
30
- readonly "deml-compact": "<rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"3\"/><path d=\"M9 16V12M12 16V9M15 16V13\"/>";
31
- readonly "deml-lockup": "<rect x=\"3\" y=\"3\" width=\"18\" height=\"14\" rx=\"2\"/><path d=\"M8 17V13M12 17V8M16 17V11\"/><path d=\"M3 20h18\"/>";
32
- readonly "alert-circle": "<circle cx=\"12\" cy=\"12\" r=\"10\"/><line x1=\"12\" x2=\"12\" y1=\"8\" y2=\"12\"/><line x1=\"12\" x2=\"12.01\" y1=\"16\" y2=\"16\"/>";
33
- readonly "alert-triangle": "<path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3\"/><path d=\"M12 9v4\"/><path d=\"M12 17h.01\"/>";
34
- readonly "arrow-left": "<path d=\"m12 19-7-7 7-7\"/><path d=\"M19 12H5\"/>";
35
- readonly "arrow-right": "<path d=\"M5 12h14\"/><path d=\"m12 5 7 7-7 7\"/>";
36
- readonly "arrow-up-right": "<path d=\"M7 7h10v10\"/><path d=\"M7 17 17 7\"/>";
37
- readonly "bar-chart": "<path d=\"M3 3v16a2 2 0 0 0 2 2h16\"/><path d=\"M18 17V9\"/><path d=\"M13 17V5\"/><path d=\"M8 17v-3\"/>";
38
- readonly bell: "<path d=\"M10.268 21a2 2 0 0 0 3.464 0\"/><path d=\"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326\"/>";
39
- readonly bold: "<path d=\"M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8\"/>";
40
- readonly bolt: "<path d=\"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z\"/>";
41
- readonly brain: "<path d=\"M12 18V5\"/><path d=\"M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4\"/><path d=\"M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5\"/><path d=\"M17.997 5.125a4 4 0 0 1 2.526 5.77\"/><path d=\"M18 18a4 4 0 0 0 2-7.464\"/><path d=\"M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517\"/><path d=\"M6 18a4 4 0 0 1-2-7.464\"/><path d=\"M6.003 5.125a4 4 0 0 0-2.526 5.77\"/>";
42
- readonly bug: "<path d=\"M12 20v-9\"/><path d=\"M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z\"/><path d=\"M14.12 3.88 16 2\"/><path d=\"M21 21a4 4 0 0 0-3.81-4\"/><path d=\"M21 5a4 4 0 0 1-3.55 3.97\"/><path d=\"M22 13h-4\"/><path d=\"M3 21a4 4 0 0 1 3.81-4\"/><path d=\"M3 5a4 4 0 0 0 3.55 3.97\"/><path d=\"M6 13H2\"/><path d=\"m8 2 1.88 1.88\"/><path d=\"M9 7.13V6a3 3 0 1 1 6 0v1.13\"/>";
43
- readonly building: "<path d=\"M12 10h.01\"/><path d=\"M12 14h.01\"/><path d=\"M12 6h.01\"/><path d=\"M16 10h.01\"/><path d=\"M16 14h.01\"/><path d=\"M16 6h.01\"/><path d=\"M8 10h.01\"/><path d=\"M8 14h.01\"/><path d=\"M8 6h.01\"/><path d=\"M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3\"/><rect x=\"4\" y=\"2\" width=\"16\" height=\"20\" rx=\"2\"/>";
44
- readonly calendar: "<path d=\"M8 2v4\"/><path d=\"M16 2v4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/><path d=\"M3 10h18\"/>";
45
- readonly check: "<path d=\"M20 6 9 17l-5-5\"/>";
46
- readonly "check-circle": "<circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m9 12 2 2 4-4\"/>";
47
- readonly "chevron-down": "<path d=\"m6 9 6 6 6-6\"/>";
48
- readonly "chevron-left": "<path d=\"m15 18-6-6 6-6\"/>";
49
- readonly "chevron-right": "<path d=\"m9 18 6-6-6-6\"/>";
50
- readonly "chevron-up": "<path d=\"m18 15-6-6-6 6\"/>";
51
- readonly chip: "<path d=\"M12 20v2\"/><path d=\"M12 2v2\"/><path d=\"M17 20v2\"/><path d=\"M17 2v2\"/><path d=\"M2 12h2\"/><path d=\"M2 17h2\"/><path d=\"M2 7h2\"/><path d=\"M20 12h2\"/><path d=\"M20 17h2\"/><path d=\"M20 7h2\"/><path d=\"M7 20v2\"/><path d=\"M7 2v2\"/><rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"/><rect x=\"8\" y=\"8\" width=\"8\" height=\"8\" rx=\"1\"/>";
52
- readonly clock: "<circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6l4 2\"/>";
53
- readonly cloud: "<path d=\"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z\"/>";
54
- readonly cookie: "<path d=\"M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5\"/><path d=\"M8.5 8.5v.01\"/><path d=\"M16 15.5v.01\"/><path d=\"M12 12v.01\"/><path d=\"M11 17v.01\"/><path d=\"M7 14v.01\"/>";
55
- readonly copy: "<rect width=\"14\" height=\"14\" x=\"8\" y=\"8\" rx=\"2\" ry=\"2\"/><path d=\"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2\"/>";
56
- readonly "dots-horizontal": "<circle cx=\"12\" cy=\"12\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"19\" cy=\"12\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"5\" cy=\"12\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/>";
57
- readonly "dots-vertical": "<circle cx=\"12\" cy=\"12\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"12\" cy=\"5\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"12\" cy=\"19\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/>";
58
- readonly download: "<path d=\"M12 15V3\"/><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"/><path d=\"m7 10 5 5 5-5\"/>";
59
- readonly external: "<path d=\"M15 3h6v6\"/><path d=\"M10 14 21 3\"/><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"/>";
60
- readonly eye: "<path d=\"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/>";
61
- readonly "eye-off": "<path d=\"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49\"/><path d=\"M14.084 14.158a3 3 0 0 1-4.242-4.242\"/><path d=\"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143\"/><path d=\"m2 2 20 20\"/>";
62
- readonly file: "<path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5\"/>";
63
- readonly filter: "<path d=\"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z\"/>";
64
- readonly fingerprint: "<path d=\"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4\"/><path d=\"M14 13.12c0 2.38 0 6.38-1 8.88\"/><path d=\"M17.29 21.02c.12-.6.43-2.3.5-3.02\"/><path d=\"M2 12a10 10 0 0 1 18-6\"/><path d=\"M2 16h.01\"/><path d=\"M21.8 16c.2-2 .131-5.354 0-6\"/><path d=\"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2\"/><path d=\"M8.65 22c.21-.66.45-1.32.57-2\"/><path d=\"M9 6.8a6 6 0 0 1 9 5.2v2\"/>";
65
- readonly folder: "<path d=\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z\"/>";
66
- readonly globe: "<circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20\"/><path d=\"M2 12h20\"/>";
67
- readonly "grip-vertical": "<circle cx=\"9\" cy=\"12\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"9\" cy=\"5\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"9\" cy=\"19\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"15\" cy=\"12\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"15\" cy=\"5\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"15\" cy=\"19\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/>";
68
- readonly heart: "<path d=\"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5\"/>";
69
- readonly home: "<path d=\"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8\"/><path d=\"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"/>";
70
- readonly image: "<rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><circle cx=\"9\" cy=\"9\" r=\"2\"/><path d=\"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21\"/>";
71
- readonly info: "<circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 16v-4\"/><path d=\"M12 8h.01\"/>";
72
- readonly insights: "<path d=\"M3 3v16a2 2 0 0 0 2 2h16\"/><path d=\"m19 9-5 5-4-4-3 3\"/>";
73
- readonly italic: "<line x1=\"19\" x2=\"10\" y1=\"4\" y2=\"4\"/><line x1=\"14\" x2=\"5\" y1=\"20\" y2=\"20\"/><line x1=\"15\" x2=\"9\" y1=\"4\" y2=\"20\"/>";
74
- readonly key: "<path d=\"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z\"/><circle cx=\"16.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"/>";
75
- readonly link: "<path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"/><path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"/>";
76
- readonly list: "<path d=\"M3 5h.01\"/><path d=\"M3 12h.01\"/><path d=\"M3 19h.01\"/><path d=\"M8 5h13\"/><path d=\"M8 12h13\"/><path d=\"M8 19h13\"/>";
77
- readonly "list-ordered": "<path d=\"M11 5h10\"/><path d=\"M11 12h10\"/><path d=\"M11 19h10\"/><path d=\"M4 4h1v5\"/><path d=\"M4 9h2\"/><path d=\"M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02\"/>";
78
- readonly loader: "<path d=\"M21 12a9 9 0 1 1-6.219-8.56\"/>";
79
- readonly lock: "<rect width=\"18\" height=\"11\" x=\"3\" y=\"11\" rx=\"2\" ry=\"2\"/><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"/>";
80
- readonly "log-in": "<path d=\"m10 17 5-5-5-5\"/><path d=\"M15 12H3\"/><path d=\"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4\"/>";
81
- readonly "log-out": "<path d=\"m16 17 5-5-5-5\"/><path d=\"M21 12H9\"/><path d=\"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4\"/>";
82
- readonly mail: "<path d=\"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7\"/><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"/>";
83
- readonly menu: "<path d=\"M4 5h16\"/><path d=\"M4 12h16\"/><path d=\"M4 19h16\"/>";
84
- readonly minus: "<path d=\"M5 12h14\"/>";
85
- readonly moon: "<path d=\"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401\"/>";
86
- readonly network: "<rect x=\"16\" y=\"16\" width=\"6\" height=\"6\" rx=\"1\"/><rect x=\"2\" y=\"16\" width=\"6\" height=\"6\" rx=\"1\"/><rect x=\"9\" y=\"2\" width=\"6\" height=\"6\" rx=\"1\"/><path d=\"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3\"/><path d=\"M12 12V8\"/>";
87
- readonly paperclip: "<path d=\"m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551\"/>";
88
- readonly pencil: "<path d=\"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z\"/><path d=\"m15 5 4 4\"/>";
89
- readonly phone: "<path d=\"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384\"/>";
90
- readonly play: "<path d=\"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z\" fill=\"currentColor\" stroke=\"none\"/>";
91
- readonly plus: "<path d=\"M5 12h14\"/><path d=\"M12 5v14\"/>";
92
- readonly policy: "<path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"/><path d=\"m9 12 2 2 4-4\"/>";
93
- readonly refresh: "<path d=\"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8\"/><path d=\"M21 3v5h-5\"/><path d=\"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16\"/><path d=\"M8 16H3v5\"/>";
94
- readonly rocket: "<path d=\"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5\"/><path d=\"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09\"/><path d=\"M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z\"/><path d=\"M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05\"/>";
95
- readonly search: "<path d=\"m21 21-4.34-4.34\"/><circle cx=\"11\" cy=\"11\" r=\"8\"/>";
96
- readonly "search-off": "<path d=\"m13.5 8.5-5 5\"/><path d=\"m8.5 8.5 5 5\"/><circle cx=\"11\" cy=\"11\" r=\"8\"/><path d=\"m21 21-4.3-4.3\"/>";
97
- readonly send: "<path d=\"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z\"/><path d=\"m21.854 2.147-10.94 10.939\"/>";
98
- readonly server: "<rect width=\"20\" height=\"8\" x=\"2\" y=\"2\" rx=\"2\" ry=\"2\"/><rect width=\"20\" height=\"8\" x=\"2\" y=\"14\" rx=\"2\" ry=\"2\"/><line x1=\"6\" x2=\"6.01\" y1=\"6\" y2=\"6\"/><line x1=\"6\" x2=\"6.01\" y1=\"18\" y2=\"18\"/>";
99
- readonly settings: "<path d=\"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/>";
100
- readonly shield: "<path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"/>";
101
- readonly ship: "<path d=\"M12 10.189V14\"/><path d=\"M12 2v3\"/><path d=\"M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6\"/><path d=\"M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76\"/><path d=\"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\"/>";
102
- readonly sparkle: "<path d=\"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z\"/><path d=\"M20 2v4\"/><path d=\"M22 4h-4\"/><circle cx=\"4\" cy=\"20\" r=\"2\"/>";
103
- readonly speed: "<path d=\"m12 14 4-4\"/><path d=\"M3.34 19a10 10 0 1 1 17.32 0\"/>";
104
- readonly star: "<path d=\"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z\"/>";
105
- readonly sun: "<circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M12 2v2\"/><path d=\"M12 20v2\"/><path d=\"m4.93 4.93 1.41 1.41\"/><path d=\"m17.66 17.66 1.41 1.41\"/><path d=\"M2 12h2\"/><path d=\"M20 12h2\"/><path d=\"m6.34 17.66-1.41 1.41\"/><path d=\"m19.07 4.93-1.41 1.41\"/>";
106
- readonly terminal: "<path d=\"M12 19h8\"/><path d=\"m4 17 6-6-6-6\"/>";
107
- readonly trash: "<path d=\"M10 11v6\"/><path d=\"M14 11v6\"/><path d=\"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6\"/><path d=\"M3 6h18\"/><path d=\"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\"/>";
108
- readonly "trending-up": "<path d=\"M16 7h6v6\"/><path d=\"m22 7-8.5 8.5-5-5L2 17\"/>";
109
- readonly underline: "<path d=\"M6 4v6a6 6 0 0 0 12 0V4\"/><line x1=\"4\" x2=\"20\" y1=\"20\" y2=\"20\"/>";
110
- readonly upload: "<path d=\"M12 3v12\"/><path d=\"m17 8-5-5-5 5\"/><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"/>";
111
- readonly user: "<path d=\"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2\"/><circle cx=\"12\" cy=\"7\" r=\"4\"/>";
112
- readonly "user-shield": "<path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"/><path d=\"M6.376 18.91a6 6 0 0 1 11.249.003\"/><circle cx=\"12\" cy=\"11\" r=\"4\"/>";
113
- readonly x: "<path d=\"M18 6 6 18\"/><path d=\"m6 6 12 12\"/>";
114
- };
115
- /** Filled-path overrides used when variant="filled" (brand marks, solid shapes). */
116
- export declare const VIKING_ICON_FILLED_PATHS: Partial<Record<VikingIconName, string>>;
117
- /** Legacy Material Icons ligature names → Viking icon registry keys. */
118
- export declare const MATERIAL_ICON_ALIASES: Record<string, VikingIconName>;
119
- /** Icons always rendered with fill (play triangle, dot grids). */
120
- export declare const VIKING_FILLED_ICON_NAMES: readonly ["play", "dots-horizontal", "dots-vertical", "grip-vertical"];
121
- /** OAuth / vendor marks rendered with official brand artwork in viking-icon. */
122
- export declare const VIKING_BRAND_ICON_NAMES: readonly ["google", "apple", ...("deml" | "deml-compact" | "deml-lockup")[]];
123
- export declare const vikingIconViewBox: (_name: VikingIconName) => string;
124
- /** Resolve pixel size from preset or explicit value. */
125
- export declare const resolveVikingIconSize: (size: number | undefined, preset: VikingIconSizePreset | null | undefined) => number;
126
- /** Resolve semantic color token or raw CSS value for icon tinting. */
127
- export declare const resolveVikingIconColor: (color: VikingIconColorToken | string | undefined) => string | undefined;
128
- /** Resolve a Viking or legacy Material icon name to a registry key. */
129
- export declare const resolveVikingIcon: (name: string) => VikingIconName;
130
- export declare const VIKING_ICON_NAMES: VikingIconName[];
131
- /** Lucide-sourced icon names (for docs and showcase grouping). */
132
- export declare const VIKING_LUCIDE_ICON_NAMES: (keyof typeof LUCIDE_ICON_PATHS)[];
@@ -1,18 +0,0 @@
1
- /** Official platform brand colors — exception for recognizable integration marks (same policy as Google/Apple in viking-icon). */
2
- export declare const VIKING_INTEGRATION_BRAND_COLORS: {
3
- readonly kubernetes: "#326CE5";
4
- readonly tensorflow: "#FF6F00";
5
- readonly pytorch: "#EE4C2C";
6
- readonly "apache-spark": "#E25A1C";
7
- readonly databricks: "#FF3621";
8
- readonly "aws-redshift": "#8C4FFF";
9
- };
10
- export type VikingIntegrationBrandName = keyof typeof VIKING_INTEGRATION_BRAND_COLORS;
11
- export declare const VIKING_INTEGRATION_BRAND_NAMES: VikingIntegrationBrandName[];
12
- export declare const isIntegrationBrandIcon: (name: string) => name is VikingIntegrationBrandName;
13
- /** Multi-path brand SVG markup (24×24 viewBox) — official product logos at brand hue. */
14
- export declare const VIKING_INTEGRATION_BRAND_SVGS: Record<VikingIntegrationBrandName, string>;
15
- /** Path markup for icon registry / viking-icon-paths.json sync. */
16
- export declare const VIKING_INTEGRATION_ICON_PATHS: Record<VikingIntegrationBrandName, string>;
17
- export type VikingIntegrationIconName = VikingIntegrationBrandName;
18
- export declare const VIKING_INTEGRATION_ICON_NAMES_LIST: ("kubernetes" | "tensorflow" | "pytorch" | "apache-spark" | "databricks" | "aws-redshift")[];
@@ -1,90 +0,0 @@
1
- /**
2
- * AUTO-GENERATED by scripts/sync_lucide_icons.mjs — do not edit by hand.
3
- * Lucide paths are inlined at build time; lucide is a devDependency only.
4
- * @see https://lucide.dev
5
- */
6
- export declare const LUCIDE_ICON_PATHS: {
7
- readonly "alert-circle": "<circle cx=\"12\" cy=\"12\" r=\"10\"/><line x1=\"12\" x2=\"12\" y1=\"8\" y2=\"12\"/><line x1=\"12\" x2=\"12.01\" y1=\"16\" y2=\"16\"/>";
8
- readonly "alert-triangle": "<path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3\"/><path d=\"M12 9v4\"/><path d=\"M12 17h.01\"/>";
9
- readonly "arrow-left": "<path d=\"m12 19-7-7 7-7\"/><path d=\"M19 12H5\"/>";
10
- readonly "arrow-right": "<path d=\"M5 12h14\"/><path d=\"m12 5 7 7-7 7\"/>";
11
- readonly "arrow-up-right": "<path d=\"M7 7h10v10\"/><path d=\"M7 17 17 7\"/>";
12
- readonly "bar-chart": "<path d=\"M3 3v16a2 2 0 0 0 2 2h16\"/><path d=\"M18 17V9\"/><path d=\"M13 17V5\"/><path d=\"M8 17v-3\"/>";
13
- readonly bell: "<path d=\"M10.268 21a2 2 0 0 0 3.464 0\"/><path d=\"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326\"/>";
14
- readonly bold: "<path d=\"M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8\"/>";
15
- readonly bolt: "<path d=\"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z\"/>";
16
- readonly brain: "<path d=\"M12 18V5\"/><path d=\"M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4\"/><path d=\"M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5\"/><path d=\"M17.997 5.125a4 4 0 0 1 2.526 5.77\"/><path d=\"M18 18a4 4 0 0 0 2-7.464\"/><path d=\"M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517\"/><path d=\"M6 18a4 4 0 0 1-2-7.464\"/><path d=\"M6.003 5.125a4 4 0 0 0-2.526 5.77\"/>";
17
- readonly bug: "<path d=\"M12 20v-9\"/><path d=\"M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z\"/><path d=\"M14.12 3.88 16 2\"/><path d=\"M21 21a4 4 0 0 0-3.81-4\"/><path d=\"M21 5a4 4 0 0 1-3.55 3.97\"/><path d=\"M22 13h-4\"/><path d=\"M3 21a4 4 0 0 1 3.81-4\"/><path d=\"M3 5a4 4 0 0 0 3.55 3.97\"/><path d=\"M6 13H2\"/><path d=\"m8 2 1.88 1.88\"/><path d=\"M9 7.13V6a3 3 0 1 1 6 0v1.13\"/>";
18
- readonly building: "<path d=\"M12 10h.01\"/><path d=\"M12 14h.01\"/><path d=\"M12 6h.01\"/><path d=\"M16 10h.01\"/><path d=\"M16 14h.01\"/><path d=\"M16 6h.01\"/><path d=\"M8 10h.01\"/><path d=\"M8 14h.01\"/><path d=\"M8 6h.01\"/><path d=\"M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3\"/><rect x=\"4\" y=\"2\" width=\"16\" height=\"20\" rx=\"2\"/>";
19
- readonly calendar: "<path d=\"M8 2v4\"/><path d=\"M16 2v4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/><path d=\"M3 10h18\"/>";
20
- readonly check: "<path d=\"M20 6 9 17l-5-5\"/>";
21
- readonly "check-circle": "<circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m9 12 2 2 4-4\"/>";
22
- readonly "chevron-down": "<path d=\"m6 9 6 6 6-6\"/>";
23
- readonly "chevron-left": "<path d=\"m15 18-6-6 6-6\"/>";
24
- readonly "chevron-right": "<path d=\"m9 18 6-6-6-6\"/>";
25
- readonly "chevron-up": "<path d=\"m18 15-6-6-6 6\"/>";
26
- readonly chip: "<path d=\"M12 20v2\"/><path d=\"M12 2v2\"/><path d=\"M17 20v2\"/><path d=\"M17 2v2\"/><path d=\"M2 12h2\"/><path d=\"M2 17h2\"/><path d=\"M2 7h2\"/><path d=\"M20 12h2\"/><path d=\"M20 17h2\"/><path d=\"M20 7h2\"/><path d=\"M7 20v2\"/><path d=\"M7 2v2\"/><rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"/><rect x=\"8\" y=\"8\" width=\"8\" height=\"8\" rx=\"1\"/>";
27
- readonly clock: "<circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6l4 2\"/>";
28
- readonly cloud: "<path d=\"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z\"/>";
29
- readonly cookie: "<path d=\"M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5\"/><path d=\"M8.5 8.5v.01\"/><path d=\"M16 15.5v.01\"/><path d=\"M12 12v.01\"/><path d=\"M11 17v.01\"/><path d=\"M7 14v.01\"/>";
30
- readonly copy: "<rect width=\"14\" height=\"14\" x=\"8\" y=\"8\" rx=\"2\" ry=\"2\"/><path d=\"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2\"/>";
31
- readonly "dots-horizontal": "<circle cx=\"12\" cy=\"12\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"19\" cy=\"12\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"5\" cy=\"12\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/>";
32
- readonly "dots-vertical": "<circle cx=\"12\" cy=\"12\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"12\" cy=\"5\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"12\" cy=\"19\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/>";
33
- readonly download: "<path d=\"M12 15V3\"/><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"/><path d=\"m7 10 5 5 5-5\"/>";
34
- readonly external: "<path d=\"M15 3h6v6\"/><path d=\"M10 14 21 3\"/><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"/>";
35
- readonly eye: "<path d=\"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/>";
36
- readonly "eye-off": "<path d=\"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49\"/><path d=\"M14.084 14.158a3 3 0 0 1-4.242-4.242\"/><path d=\"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143\"/><path d=\"m2 2 20 20\"/>";
37
- readonly file: "<path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5\"/>";
38
- readonly filter: "<path d=\"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z\"/>";
39
- readonly fingerprint: "<path d=\"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4\"/><path d=\"M14 13.12c0 2.38 0 6.38-1 8.88\"/><path d=\"M17.29 21.02c.12-.6.43-2.3.5-3.02\"/><path d=\"M2 12a10 10 0 0 1 18-6\"/><path d=\"M2 16h.01\"/><path d=\"M21.8 16c.2-2 .131-5.354 0-6\"/><path d=\"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2\"/><path d=\"M8.65 22c.21-.66.45-1.32.57-2\"/><path d=\"M9 6.8a6 6 0 0 1 9 5.2v2\"/>";
40
- readonly folder: "<path d=\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z\"/>";
41
- readonly globe: "<circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20\"/><path d=\"M2 12h20\"/>";
42
- readonly "grip-vertical": "<circle cx=\"9\" cy=\"12\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"9\" cy=\"5\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"9\" cy=\"19\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"15\" cy=\"12\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"15\" cy=\"5\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"15\" cy=\"19\" r=\"1\" fill=\"currentColor\" stroke=\"none\"/>";
43
- readonly heart: "<path d=\"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5\"/>";
44
- readonly home: "<path d=\"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8\"/><path d=\"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"/>";
45
- readonly image: "<rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><circle cx=\"9\" cy=\"9\" r=\"2\"/><path d=\"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21\"/>";
46
- readonly info: "<circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 16v-4\"/><path d=\"M12 8h.01\"/>";
47
- readonly insights: "<path d=\"M3 3v16a2 2 0 0 0 2 2h16\"/><path d=\"m19 9-5 5-4-4-3 3\"/>";
48
- readonly italic: "<line x1=\"19\" x2=\"10\" y1=\"4\" y2=\"4\"/><line x1=\"14\" x2=\"5\" y1=\"20\" y2=\"20\"/><line x1=\"15\" x2=\"9\" y1=\"4\" y2=\"20\"/>";
49
- readonly key: "<path d=\"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z\"/><circle cx=\"16.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"/>";
50
- readonly link: "<path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"/><path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"/>";
51
- readonly list: "<path d=\"M3 5h.01\"/><path d=\"M3 12h.01\"/><path d=\"M3 19h.01\"/><path d=\"M8 5h13\"/><path d=\"M8 12h13\"/><path d=\"M8 19h13\"/>";
52
- readonly "list-ordered": "<path d=\"M11 5h10\"/><path d=\"M11 12h10\"/><path d=\"M11 19h10\"/><path d=\"M4 4h1v5\"/><path d=\"M4 9h2\"/><path d=\"M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02\"/>";
53
- readonly loader: "<path d=\"M21 12a9 9 0 1 1-6.219-8.56\"/>";
54
- readonly lock: "<rect width=\"18\" height=\"11\" x=\"3\" y=\"11\" rx=\"2\" ry=\"2\"/><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"/>";
55
- readonly "log-in": "<path d=\"m10 17 5-5-5-5\"/><path d=\"M15 12H3\"/><path d=\"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4\"/>";
56
- readonly "log-out": "<path d=\"m16 17 5-5-5-5\"/><path d=\"M21 12H9\"/><path d=\"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4\"/>";
57
- readonly mail: "<path d=\"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7\"/><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"/>";
58
- readonly menu: "<path d=\"M4 5h16\"/><path d=\"M4 12h16\"/><path d=\"M4 19h16\"/>";
59
- readonly minus: "<path d=\"M5 12h14\"/>";
60
- readonly moon: "<path d=\"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401\"/>";
61
- readonly network: "<rect x=\"16\" y=\"16\" width=\"6\" height=\"6\" rx=\"1\"/><rect x=\"2\" y=\"16\" width=\"6\" height=\"6\" rx=\"1\"/><rect x=\"9\" y=\"2\" width=\"6\" height=\"6\" rx=\"1\"/><path d=\"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3\"/><path d=\"M12 12V8\"/>";
62
- readonly paperclip: "<path d=\"m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551\"/>";
63
- readonly pencil: "<path d=\"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z\"/><path d=\"m15 5 4 4\"/>";
64
- readonly phone: "<path d=\"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384\"/>";
65
- readonly play: "<path d=\"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z\" fill=\"currentColor\" stroke=\"none\"/>";
66
- readonly plus: "<path d=\"M5 12h14\"/><path d=\"M12 5v14\"/>";
67
- readonly policy: "<path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"/><path d=\"m9 12 2 2 4-4\"/>";
68
- readonly refresh: "<path d=\"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8\"/><path d=\"M21 3v5h-5\"/><path d=\"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16\"/><path d=\"M8 16H3v5\"/>";
69
- readonly rocket: "<path d=\"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5\"/><path d=\"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09\"/><path d=\"M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z\"/><path d=\"M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05\"/>";
70
- readonly search: "<path d=\"m21 21-4.34-4.34\"/><circle cx=\"11\" cy=\"11\" r=\"8\"/>";
71
- readonly "search-off": "<path d=\"m13.5 8.5-5 5\"/><path d=\"m8.5 8.5 5 5\"/><circle cx=\"11\" cy=\"11\" r=\"8\"/><path d=\"m21 21-4.3-4.3\"/>";
72
- readonly send: "<path d=\"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z\"/><path d=\"m21.854 2.147-10.94 10.939\"/>";
73
- readonly server: "<rect width=\"20\" height=\"8\" x=\"2\" y=\"2\" rx=\"2\" ry=\"2\"/><rect width=\"20\" height=\"8\" x=\"2\" y=\"14\" rx=\"2\" ry=\"2\"/><line x1=\"6\" x2=\"6.01\" y1=\"6\" y2=\"6\"/><line x1=\"6\" x2=\"6.01\" y1=\"18\" y2=\"18\"/>";
74
- readonly settings: "<path d=\"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/>";
75
- readonly shield: "<path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"/>";
76
- readonly ship: "<path d=\"M12 10.189V14\"/><path d=\"M12 2v3\"/><path d=\"M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6\"/><path d=\"M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76\"/><path d=\"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\"/>";
77
- readonly sparkle: "<path d=\"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z\"/><path d=\"M20 2v4\"/><path d=\"M22 4h-4\"/><circle cx=\"4\" cy=\"20\" r=\"2\"/>";
78
- readonly speed: "<path d=\"m12 14 4-4\"/><path d=\"M3.34 19a10 10 0 1 1 17.32 0\"/>";
79
- readonly star: "<path d=\"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z\"/>";
80
- readonly sun: "<circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M12 2v2\"/><path d=\"M12 20v2\"/><path d=\"m4.93 4.93 1.41 1.41\"/><path d=\"m17.66 17.66 1.41 1.41\"/><path d=\"M2 12h2\"/><path d=\"M20 12h2\"/><path d=\"m6.34 17.66-1.41 1.41\"/><path d=\"m19.07 4.93-1.41 1.41\"/>";
81
- readonly terminal: "<path d=\"M12 19h8\"/><path d=\"m4 17 6-6-6-6\"/>";
82
- readonly trash: "<path d=\"M10 11v6\"/><path d=\"M14 11v6\"/><path d=\"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6\"/><path d=\"M3 6h18\"/><path d=\"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\"/>";
83
- readonly "trending-up": "<path d=\"M16 7h6v6\"/><path d=\"m22 7-8.5 8.5-5-5L2 17\"/>";
84
- readonly underline: "<path d=\"M6 4v6a6 6 0 0 0 12 0V4\"/><line x1=\"4\" x2=\"20\" y1=\"20\" y2=\"20\"/>";
85
- readonly upload: "<path d=\"M12 3v12\"/><path d=\"m17 8-5-5-5 5\"/><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"/>";
86
- readonly user: "<path d=\"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2\"/><circle cx=\"12\" cy=\"7\" r=\"4\"/>";
87
- readonly "user-shield": "<path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"/><path d=\"M6.376 18.91a6 6 0 0 1 11.249.003\"/><circle cx=\"12\" cy=\"11\" r=\"4\"/>";
88
- readonly x: "<path d=\"M18 6 6 18\"/><path d=\"m6 6 12 12\"/>";
89
- };
90
- export type LucideIconName = keyof typeof LUCIDE_ICON_PATHS;
@@ -1,18 +0,0 @@
1
- import { ElementRef } from "@angular/core";
2
- import { VikingControl } from "../core/cva";
3
- /**
4
- * viking-date-picker — input + calendar popover.
5
- * Value is an ISO date string (YYYY-MM-DD). ControlValueAccessor-compatible.
6
- */
7
- export declare class VikingDatePicker extends VikingControl<string | null> {
8
- private readonly host;
9
- readonly value: import("@angular/core").ModelSignal<string>;
10
- readonly placeholder: import("@angular/core").InputSignal<string>;
11
- readonly label: import("@angular/core").InputSignal<string>;
12
- readonly disabled: import("@angular/core").InputSignal<boolean>;
13
- protected readonly open: import("@angular/core").WritableSignal<boolean>;
14
- constructor(host: ElementRef<HTMLElement>);
15
- writeValue(value: string | null): void;
16
- protected pick: (iso: string | null) => void;
17
- protected onDocumentClick: (event: Event) => void;
18
- }
@@ -1,29 +0,0 @@
1
- import { ElementRef } from "@angular/core";
2
- /**
3
- * viking-dropdown — expandable menu.
4
- * Project the trigger with `vikingTrigger`; fill the menu with viking-menu-item.
5
- */
6
- export declare class VikingDropdown {
7
- private readonly host;
8
- readonly open: import("@angular/core").ModelSignal<boolean>;
9
- readonly align: import("@angular/core").InputSignal<"end" | "start">;
10
- constructor(host: ElementRef<HTMLElement>);
11
- /** Closes the menu; called by viking-menu-item on selection. */
12
- readonly close: () => void;
13
- /** Toggles when the (focusable, projected) trigger is activated. */
14
- protected onHostClick: (event: Event) => void;
15
- protected onDocumentClick: (event: Event) => void;
16
- }
17
- /**
18
- * viking-menu-item — action row inside viking-dropdown / viking-context menus.
19
- */
20
- export declare class VikingMenuItem {
21
- private readonly dropdown;
22
- constructor(dropdown: VikingDropdown | null);
23
- readonly icon: import("@angular/core").InputSignal<"link" | "menu" | "search" | "deml" | "deml-compact" | "deml-lockup" | "drakkar" | "drakkar-compact" | "drakkar-lockup" | "kubernetes" | "tensorflow" | "pytorch" | "apache-spark" | "databricks" | "aws-redshift" | "info" | "hub" | "model" | "google" | "apple" | "alert-circle" | "alert-triangle" | "arrow-left" | "arrow-right" | "arrow-up-right" | "bar-chart" | "bell" | "bold" | "bolt" | "brain" | "bug" | "building" | "calendar" | "check" | "check-circle" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chip" | "clock" | "cloud" | "cookie" | "copy" | "dots-horizontal" | "dots-vertical" | "download" | "external" | "eye" | "eye-off" | "file" | "filter" | "fingerprint" | "folder" | "globe" | "grip-vertical" | "heart" | "home" | "image" | "insights" | "italic" | "key" | "list" | "list-ordered" | "loader" | "lock" | "log-in" | "log-out" | "mail" | "minus" | "moon" | "network" | "paperclip" | "pencil" | "phone" | "play" | "plus" | "policy" | "refresh" | "rocket" | "search-off" | "send" | "server" | "settings" | "shield" | "ship" | "sparkle" | "speed" | "star" | "sun" | "terminal" | "trash" | "trending-up" | "underline" | "upload" | "user" | "user-shield" | "x">;
24
- readonly kbd: import("@angular/core").InputSignal<string>;
25
- readonly danger: import("@angular/core").InputSignal<boolean>;
26
- readonly disabled: import("@angular/core").InputSignal<boolean>;
27
- readonly selected: import("@angular/core").OutputEmitterRef<MouseEvent>;
28
- protected select: (event: MouseEvent) => void;
29
- }
@@ -1,26 +0,0 @@
1
- import { ElementRef } from "@angular/core";
2
- import { VikingControl } from "../core/cva";
3
- import { VikingIconName } from "../../core/icons";
4
- interface EditorAction {
5
- icon: VikingIconName;
6
- command: string;
7
- label: string;
8
- }
9
- /**
10
- * viking-editor — lightweight rich text editor.
11
- * Zero-dependency contenteditable with a formatting toolbar.
12
- * Value is HTML. ControlValueAccessor-compatible.
13
- */
14
- export declare class VikingEditor extends VikingControl<string> {
15
- private readonly surface;
16
- private readonly document;
17
- readonly value: import("@angular/core").ModelSignal<string>;
18
- readonly placeholder: import("@angular/core").InputSignal<string>;
19
- readonly label: import("@angular/core").InputSignal<string>;
20
- protected readonly actions: EditorAction[];
21
- constructor(elementRef: ElementRef<HTMLElement>);
22
- writeValue(value: string): void;
23
- protected exec: (command: string) => void;
24
- protected onInput: () => void;
25
- }
26
- export {};
@@ -1,9 +0,0 @@
1
- /**
2
- * viking-empty-state — reusable empty / zero-data placeholder.
3
- */
4
- export declare class VikingEmptyState {
5
- readonly heading: import("@angular/core").InputSignal<string>;
6
- readonly description: import("@angular/core").InputSignal<string>;
7
- readonly icon: import("@angular/core").InputSignal<"link" | "menu" | "search" | "deml" | "deml-compact" | "deml-lockup" | "drakkar" | "drakkar-compact" | "drakkar-lockup" | "kubernetes" | "tensorflow" | "pytorch" | "apache-spark" | "databricks" | "aws-redshift" | "info" | "hub" | "model" | "google" | "apple" | "alert-circle" | "alert-triangle" | "arrow-left" | "arrow-right" | "arrow-up-right" | "bar-chart" | "bell" | "bold" | "bolt" | "brain" | "bug" | "building" | "calendar" | "check" | "check-circle" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chip" | "clock" | "cloud" | "cookie" | "copy" | "dots-horizontal" | "dots-vertical" | "download" | "external" | "eye" | "eye-off" | "file" | "filter" | "fingerprint" | "folder" | "globe" | "grip-vertical" | "heart" | "home" | "image" | "insights" | "italic" | "key" | "list" | "list-ordered" | "loader" | "lock" | "log-in" | "log-out" | "mail" | "minus" | "moon" | "network" | "paperclip" | "pencil" | "phone" | "play" | "plus" | "policy" | "refresh" | "rocket" | "search-off" | "send" | "server" | "settings" | "shield" | "ship" | "sparkle" | "speed" | "star" | "sun" | "terminal" | "trash" | "trending-up" | "underline" | "upload" | "user" | "user-shield" | "x">;
8
- readonly iconSize: import("@angular/core").InputSignal<number>;
9
- }
@@ -1,9 +0,0 @@
1
- /**
2
- * viking-fab — floating action button (fixed bottom-right).
3
- */
4
- export declare class VikingFab {
5
- readonly icon: import("@angular/core").InputSignal<"link" | "menu" | "search" | "deml" | "deml-compact" | "deml-lockup" | "drakkar" | "drakkar-compact" | "drakkar-lockup" | "kubernetes" | "tensorflow" | "pytorch" | "apache-spark" | "databricks" | "aws-redshift" | "info" | "hub" | "model" | "google" | "apple" | "alert-circle" | "alert-triangle" | "arrow-left" | "arrow-right" | "arrow-up-right" | "bar-chart" | "bell" | "bold" | "bolt" | "brain" | "bug" | "building" | "calendar" | "check" | "check-circle" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chip" | "clock" | "cloud" | "cookie" | "copy" | "dots-horizontal" | "dots-vertical" | "download" | "external" | "eye" | "eye-off" | "file" | "filter" | "fingerprint" | "folder" | "globe" | "grip-vertical" | "heart" | "home" | "image" | "insights" | "italic" | "key" | "list" | "list-ordered" | "loader" | "lock" | "log-in" | "log-out" | "mail" | "minus" | "moon" | "network" | "paperclip" | "pencil" | "phone" | "play" | "plus" | "policy" | "refresh" | "rocket" | "search-off" | "send" | "server" | "settings" | "shield" | "ship" | "sparkle" | "speed" | "star" | "sun" | "terminal" | "trash" | "trending-up" | "underline" | "upload" | "user" | "user-shield" | "x">;
6
- readonly label: import("@angular/core").InputSignal<string>;
7
- readonly disabled: import("@angular/core").InputSignal<boolean>;
8
- readonly pressed: import("@angular/core").OutputEmitterRef<MouseEvent>;
9
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * viking-field — label / description / error wrapper for any control
3
- *.
4
- * The projected control is associated with the label by wrapping.
5
- */
6
- export declare class VikingField {
7
- readonly label: import("@angular/core").InputSignal<string>;
8
- readonly description: import("@angular/core").InputSignal<string>;
9
- readonly error: import("@angular/core").InputSignal<string>;
10
- readonly required: import("@angular/core").InputSignal<boolean>;
11
- protected readonly descriptionId: string;
12
- protected readonly errorId: string;
13
- protected readonly labelId: string;
14
- }
@@ -1,19 +0,0 @@
1
- /**
2
- * viking-file-upload — drag & drop file zone.
3
- */
4
- export declare class VikingFileUpload {
5
- readonly heading: import("@angular/core").InputSignal<string>;
6
- readonly hint: import("@angular/core").InputSignal<string>;
7
- readonly accept: import("@angular/core").InputSignal<string>;
8
- readonly multiple: import("@angular/core").InputSignal<boolean>;
9
- readonly disabled: import("@angular/core").InputSignal<boolean>;
10
- readonly filesChanged: import("@angular/core").OutputEmitterRef<File[]>;
11
- protected readonly dragOver: import("@angular/core").WritableSignal<boolean>;
12
- protected readonly fileList: import("@angular/core").WritableSignal<File[]>;
13
- protected onDragOver: (event: DragEvent) => void;
14
- protected onDrop: (event: DragEvent) => void;
15
- protected onSelect: (event: Event) => void;
16
- protected removeFile: (file: File) => void;
17
- protected formatSize: (bytes: number) => string;
18
- private addFiles;
19
- }
@@ -1,6 +0,0 @@
1
- /**
2
- * viking-footer — site-wide Drakkar footer shell. Project directory columns and bottom row via slots.
3
- * Static apps (marketing, backend) use the same class names from viking-ui.css.
4
- */
5
- export declare class VikingFooter {
6
- }
@@ -1,15 +0,0 @@
1
- export type VikingFormSectionLayout = "inline" | "stack" | "status";
2
- /**
3
- * viking-form-panel — groups related form sections inside a card without nested outlines.
4
- */
5
- export declare class VikingFormPanel {
6
- }
7
- /**
8
- * viking-form-section — standard dashboard form row: heading, fields, and actions.
9
- * Use inside viking-form-panel (or a card body) to avoid nested bordered sub-forms.
10
- */
11
- export declare class VikingFormSection {
12
- readonly heading: import("@angular/core").InputSignal<string>;
13
- readonly icon: import("@angular/core").InputSignal<"link" | "menu" | "search" | "deml" | "deml-compact" | "deml-lockup" | "drakkar" | "drakkar-compact" | "drakkar-lockup" | "kubernetes" | "tensorflow" | "pytorch" | "apache-spark" | "databricks" | "aws-redshift" | "info" | "hub" | "model" | "google" | "apple" | "alert-circle" | "alert-triangle" | "arrow-left" | "arrow-right" | "arrow-up-right" | "bar-chart" | "bell" | "bold" | "bolt" | "brain" | "bug" | "building" | "calendar" | "check" | "check-circle" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chip" | "clock" | "cloud" | "cookie" | "copy" | "dots-horizontal" | "dots-vertical" | "download" | "external" | "eye" | "eye-off" | "file" | "filter" | "fingerprint" | "folder" | "globe" | "grip-vertical" | "heart" | "home" | "image" | "insights" | "italic" | "key" | "list" | "list-ordered" | "loader" | "lock" | "log-in" | "log-out" | "mail" | "minus" | "moon" | "network" | "paperclip" | "pencil" | "phone" | "play" | "plus" | "policy" | "refresh" | "rocket" | "search-off" | "send" | "server" | "settings" | "shield" | "ship" | "sparkle" | "speed" | "star" | "sun" | "terminal" | "trash" | "trending-up" | "underline" | "upload" | "user" | "user-shield" | "x">;
14
- readonly layout: import("@angular/core").InputSignal<VikingFormSectionLayout>;
15
- }
@@ -1,8 +0,0 @@
1
- /** viking-gauge-arc — semicircle gauge fill driven by value / max. */
2
- export declare class VikingGaugeArc {
3
- readonly value: import("@angular/core").InputSignal<number>;
4
- readonly max: import("@angular/core").InputSignal<number>;
5
- readonly circumference: import("@angular/core").InputSignal<number>;
6
- readonly tone: import("@angular/core").InputSignal<"accent" | "danger" | "primary" | "amber">;
7
- protected readonly strokeDasharray: import("@angular/core").Signal<string>;
8
- }
@@ -1,5 +0,0 @@
1
- /** viking-hud-panel — bordered dashboard panel with icon header. */
2
- export declare class VikingHudPanel {
3
- readonly title: import("@angular/core").InputSignal<string>;
4
- readonly icon: import("@angular/core").InputSignal<"link" | "menu" | "search" | "deml" | "deml-compact" | "deml-lockup" | "drakkar" | "drakkar-compact" | "drakkar-lockup" | "kubernetes" | "tensorflow" | "pytorch" | "apache-spark" | "databricks" | "aws-redshift" | "info" | "hub" | "model" | "google" | "apple" | "alert-circle" | "alert-triangle" | "arrow-left" | "arrow-right" | "arrow-up-right" | "bar-chart" | "bell" | "bold" | "bolt" | "brain" | "bug" | "building" | "calendar" | "check" | "check-circle" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chip" | "clock" | "cloud" | "cookie" | "copy" | "dots-horizontal" | "dots-vertical" | "download" | "external" | "eye" | "eye-off" | "file" | "filter" | "fingerprint" | "folder" | "globe" | "grip-vertical" | "heart" | "home" | "image" | "insights" | "italic" | "key" | "list" | "list-ordered" | "loader" | "lock" | "log-in" | "log-out" | "mail" | "minus" | "moon" | "network" | "paperclip" | "pencil" | "phone" | "play" | "plus" | "policy" | "refresh" | "rocket" | "search-off" | "send" | "server" | "settings" | "shield" | "ship" | "sparkle" | "speed" | "star" | "sun" | "terminal" | "trash" | "trending-up" | "underline" | "upload" | "user" | "user-shield" | "x">;
5
- }
@@ -1,44 +0,0 @@
1
- import { DomSanitizer, SafeHtml } from "@angular/platform-browser";
2
- import { VikingIconSizePreset, VikingIconVariant } from "../../core/icons";
3
- /**
4
- * viking-icon — themeable inline SVG icon (Lucide-sourced registry + DEML brand marks).
5
- * Zero runtime dependencies; paths are inlined at build time from Lucide.
6
- *
7
- * @example Outline with semantic color
8
- * ```html
9
- * <viking-icon name="search" sizePreset="md" color="accent" />
10
- * ```
11
- *
12
- * @example Brand mark (outline)
13
- * ```html
14
- * <viking-icon name="drakkar" [size]="28" color="accent" />
15
- * ```
16
- */
17
- export declare class VikingIcon {
18
- private readonly sanitizer;
19
- readonly name: import("@angular/core").InputSignal<string>;
20
- /** Explicit pixel size — overridden by sizePreset when set. */
21
- readonly size: import("@angular/core").InputSignal<number>;
22
- /** sm (16px) · md (20px) · lg (24px) */
23
- readonly sizePreset: import("@angular/core").InputSignal<VikingIconSizePreset>;
24
- /** outline (stroke) or filled (solid) */
25
- readonly variant: import("@angular/core").InputSignal<VikingIconVariant>;
26
- /** Semantic token (accent, success, …) or any CSS color value. */
27
- readonly color: import("@angular/core").InputSignal<string>;
28
- /** Renders icon inside a padded tokenized backdrop (matches viking-icon-badge). */
29
- readonly backdrop: import("@angular/core").InputSignal<boolean>;
30
- readonly backdropTone: import("@angular/core").InputSignal<"success" | "warning" | "danger" | "info" | "default">;
31
- readonly spin: import("@angular/core").InputSignal<boolean>;
32
- protected readonly resolvedName: import("@angular/core").Signal<"link" | "menu" | "search" | "deml" | "deml-compact" | "deml-lockup" | "drakkar" | "drakkar-compact" | "drakkar-lockup" | "kubernetes" | "tensorflow" | "pytorch" | "apache-spark" | "databricks" | "aws-redshift" | "info" | "hub" | "model" | "google" | "apple" | "alert-circle" | "alert-triangle" | "arrow-left" | "arrow-right" | "arrow-up-right" | "bar-chart" | "bell" | "bold" | "bolt" | "brain" | "bug" | "building" | "calendar" | "check" | "check-circle" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chip" | "clock" | "cloud" | "cookie" | "copy" | "dots-horizontal" | "dots-vertical" | "download" | "external" | "eye" | "eye-off" | "file" | "filter" | "fingerprint" | "folder" | "globe" | "grip-vertical" | "heart" | "home" | "image" | "insights" | "italic" | "key" | "list" | "list-ordered" | "loader" | "lock" | "log-in" | "log-out" | "mail" | "minus" | "moon" | "network" | "paperclip" | "pencil" | "phone" | "play" | "plus" | "policy" | "refresh" | "rocket" | "search-off" | "send" | "server" | "settings" | "shield" | "ship" | "sparkle" | "speed" | "star" | "sun" | "terminal" | "trash" | "trending-up" | "underline" | "upload" | "user" | "user-shield" | "x">;
33
- protected readonly resolvedSize: import("@angular/core").Signal<number>;
34
- protected readonly resolvedColor: import("@angular/core").Signal<string>;
35
- protected readonly viewBox: import("@angular/core").Signal<string>;
36
- protected readonly isFilled: import("@angular/core").Signal<boolean>;
37
- protected readonly isDrakkarBrand: import("@angular/core").Signal<boolean>;
38
- protected readonly isIntegrationBrand: import("@angular/core").Signal<boolean>;
39
- protected readonly integrationBrandSvg: import("@angular/core").Signal<SafeHtml>;
40
- protected readonly paths: import("@angular/core").Signal<SafeHtml>;
41
- constructor(sanitizer: DomSanitizer);
42
- }
43
- /** Alias for consumers expecting VikingIconComponent. */
44
- export { VikingIcon as VikingIconComponent };
@@ -1,14 +0,0 @@
1
- import { VikingIconSizePreset } from "../../core/icons";
2
- export type VikingIconBadgeTone = "default" | "success" | "warning" | "danger" | "info";
3
- /**
4
- * viking-icon-badge — consistent icon backdrop for empty states, callouts, and metric headers.
5
- */
6
- export declare class VikingIconBadge {
7
- readonly icon: import("@angular/core").InputSignal<"link" | "menu" | "search" | "deml" | "deml-compact" | "deml-lockup" | "drakkar" | "drakkar-compact" | "drakkar-lockup" | "kubernetes" | "tensorflow" | "pytorch" | "apache-spark" | "databricks" | "aws-redshift" | "info" | "hub" | "model" | "google" | "apple" | "alert-circle" | "alert-triangle" | "arrow-left" | "arrow-right" | "arrow-up-right" | "bar-chart" | "bell" | "bold" | "bolt" | "brain" | "bug" | "building" | "calendar" | "check" | "check-circle" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chip" | "clock" | "cloud" | "cookie" | "copy" | "dots-horizontal" | "dots-vertical" | "download" | "external" | "eye" | "eye-off" | "file" | "filter" | "fingerprint" | "folder" | "globe" | "grip-vertical" | "heart" | "home" | "image" | "insights" | "italic" | "key" | "list" | "list-ordered" | "loader" | "lock" | "log-in" | "log-out" | "mail" | "minus" | "moon" | "network" | "paperclip" | "pencil" | "phone" | "play" | "plus" | "policy" | "refresh" | "rocket" | "search-off" | "send" | "server" | "settings" | "shield" | "ship" | "sparkle" | "speed" | "star" | "sun" | "terminal" | "trash" | "trending-up" | "underline" | "upload" | "user" | "user-shield" | "x">;
8
- readonly tone: import("@angular/core").InputSignal<VikingIconBadgeTone>;
9
- readonly size: import("@angular/core").InputSignal<number>;
10
- readonly sizePreset: import("@angular/core").InputSignal<VikingIconSizePreset>;
11
- readonly color: import("@angular/core").InputSignal<string>;
12
- readonly variant: import("@angular/core").InputSignal<"outline" | "filled">;
13
- readonly decorative: import("@angular/core").InputSignal<boolean>;
14
- }
@@ -1,9 +0,0 @@
1
- /**
2
- * viking-icon-heading — icon + title row with shared vertical alignment.
3
- * Use in bento cards, integration tiles, and docs panels.
4
- */
5
- export declare class VikingIconHeading {
6
- readonly icon: import("@angular/core").InputSignal<"link" | "menu" | "search" | "deml" | "deml-compact" | "deml-lockup" | "drakkar" | "drakkar-compact" | "drakkar-lockup" | "kubernetes" | "tensorflow" | "pytorch" | "apache-spark" | "databricks" | "aws-redshift" | "info" | "hub" | "model" | "google" | "apple" | "alert-circle" | "alert-triangle" | "arrow-left" | "arrow-right" | "arrow-up-right" | "bar-chart" | "bell" | "bold" | "bolt" | "brain" | "bug" | "building" | "calendar" | "check" | "check-circle" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chip" | "clock" | "cloud" | "cookie" | "copy" | "dots-horizontal" | "dots-vertical" | "download" | "external" | "eye" | "eye-off" | "file" | "filter" | "fingerprint" | "folder" | "globe" | "grip-vertical" | "heart" | "home" | "image" | "insights" | "italic" | "key" | "list" | "list-ordered" | "loader" | "lock" | "log-in" | "log-out" | "mail" | "minus" | "moon" | "network" | "paperclip" | "pencil" | "phone" | "play" | "plus" | "policy" | "refresh" | "rocket" | "search-off" | "send" | "server" | "settings" | "shield" | "ship" | "sparkle" | "speed" | "star" | "sun" | "terminal" | "trash" | "trending-up" | "underline" | "upload" | "user" | "user-shield" | "x">;
7
- readonly size: import("@angular/core").InputSignal<"md" | "lg">;
8
- readonly headingLevel: import("@angular/core").InputSignal<"h2" | "h3">;
9
- }