@dataengineeringformachinelearning/viking-ui 1.0.2 → 3.0.0-alpha.4

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 (366) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +217 -38
  3. package/dist/core/brand-icons.d.ts +29 -0
  4. package/dist/core/icons.d.ts +132 -0
  5. package/dist/core/integration-brand-icons.d.ts +18 -0
  6. package/dist/core/lucide-paths.generated.d.ts +90 -0
  7. package/dist/core/types.d.ts +56 -0
  8. package/dist/core/uid.d.ts +2 -0
  9. package/dist/deml-components.css +1122 -0
  10. package/dist/design-tokens.css +688 -0
  11. package/dist/elements/button/viking-button.d.ts +14 -0
  12. package/dist/elements/card/viking-card.d.ts +8 -0
  13. package/dist/elements/core/dom.d.ts +4 -0
  14. package/dist/elements/core/styles.d.ts +2 -0
  15. package/dist/elements/modal/viking-modal.d.ts +15 -0
  16. package/dist/fonts/inter/InterVariable-Italic.woff2 +0 -0
  17. package/dist/fonts/inter/InterVariable.woff2 +0 -0
  18. package/dist/index.d.ts +1 -0
  19. package/dist/index.js +4051 -0
  20. package/dist/lib/accordion/accordion.d.ts +19 -0
  21. package/dist/lib/app-header/app-header.d.ts +8 -0
  22. package/dist/lib/app-sidebar/app-sidebar.d.ts +10 -0
  23. package/dist/lib/auth-panel/auth-panel.d.ts +13 -0
  24. package/dist/lib/autocomplete/autocomplete.d.ts +25 -0
  25. package/dist/lib/avatar/avatar.d.ts +14 -0
  26. package/dist/lib/badge/badge.d.ts +16 -0
  27. package/dist/lib/bar/bar.d.ts +4 -0
  28. package/dist/lib/brand/brand.d.ts +8 -0
  29. package/dist/lib/breadcrumbs/breadcrumbs.d.ts +10 -0
  30. package/dist/lib/button/button-group.d.ts +6 -0
  31. package/dist/lib/button/button.d.ts +25 -0
  32. package/dist/lib/calendar/calendar.d.ts +22 -0
  33. package/dist/lib/callout/callout.d.ts +14 -0
  34. package/dist/lib/card/card-title.d.ts +12 -0
  35. package/dist/lib/card/card.d.ts +19 -0
  36. package/dist/lib/carousel/carousel.d.ts +13 -0
  37. package/dist/lib/chart/chart-zoom.d.ts +14 -0
  38. package/dist/lib/chart/chart.d.ts +119 -0
  39. package/dist/lib/chart-card-header/chart-card-header.d.ts +10 -0
  40. package/dist/lib/chart-empty-state/chart-empty-state.d.ts +13 -0
  41. package/dist/lib/chart-panel/chart-panel.d.ts +10 -0
  42. package/dist/lib/checkbox/checkbox.d.ts +13 -0
  43. package/dist/lib/color-picker/color-picker.d.ts +16 -0
  44. package/dist/lib/command/command.d.ts +23 -0
  45. package/dist/lib/composer/composer.d.ts +15 -0
  46. package/dist/lib/confirm-dialog/confirm-dialog.d.ts +18 -0
  47. package/dist/lib/confirm-dialog/dialog.service.d.ts +28 -0
  48. package/dist/lib/context/context.d.ts +17 -0
  49. package/dist/lib/core/brand-icons.d.ts +29 -0
  50. package/dist/lib/core/cva.d.ts +15 -0
  51. package/dist/lib/core/icons.d.ts +132 -0
  52. package/dist/lib/core/integration-brand-icons.d.ts +18 -0
  53. package/dist/lib/core/lucide-paths.generated.d.ts +90 -0
  54. package/dist/lib/date-picker/date-picker.d.ts +18 -0
  55. package/dist/lib/dropdown/dropdown.d.ts +29 -0
  56. package/dist/lib/editor/editor.d.ts +26 -0
  57. package/dist/lib/empty-state/empty-state.d.ts +9 -0
  58. package/dist/lib/fab/fab.d.ts +9 -0
  59. package/dist/lib/field/field.d.ts +14 -0
  60. package/dist/lib/file-upload/file-upload.d.ts +19 -0
  61. package/dist/lib/footer/footer.d.ts +6 -0
  62. package/dist/lib/form-section/form-section.d.ts +15 -0
  63. package/dist/lib/gauge-arc/gauge-arc.d.ts +8 -0
  64. package/dist/lib/hud-panel/hud-panel.d.ts +5 -0
  65. package/dist/lib/icon/icon.d.ts +44 -0
  66. package/dist/lib/icon-badge/icon-badge.d.ts +14 -0
  67. package/dist/lib/icon-heading/icon-heading.d.ts +9 -0
  68. package/dist/lib/icon-text/icon-text.d.ts +12 -0
  69. package/dist/lib/input/input.d.ts +23 -0
  70. package/dist/lib/kanban/kanban.d.ts +16 -0
  71. package/dist/lib/kbd/kbd.d.ts +5 -0
  72. package/dist/lib/label/label.d.ts +7 -0
  73. package/dist/lib/loading-overlay/loading-overlay.d.ts +10 -0
  74. package/dist/lib/menubar/menubar.d.ts +10 -0
  75. package/dist/lib/metric-card/metric-card.d.ts +9 -0
  76. package/dist/lib/modal/modal.d.ts +13 -0
  77. package/dist/lib/native-select/native-select.d.ts +17 -0
  78. package/dist/lib/navbar/navbar.d.ts +13 -0
  79. package/dist/lib/navigation-menu/navigation-menu.d.ts +13 -0
  80. package/dist/lib/otp-input/otp-input.d.ts +23 -0
  81. package/dist/lib/page-back-link/page-back-link.d.ts +11 -0
  82. package/dist/lib/page-header/page-header.d.ts +15 -0
  83. package/dist/lib/pagination/pagination.d.ts +10 -0
  84. package/dist/lib/pillbox/pillbox.d.ts +15 -0
  85. package/dist/lib/popover/popover.d.ts +15 -0
  86. package/dist/lib/profile/profile.d.ts +11 -0
  87. package/dist/lib/progress/progress.d.ts +12 -0
  88. package/dist/lib/radio/radio.d.ts +16 -0
  89. package/dist/lib/ring-gauge/ring-gauge.d.ts +8 -0
  90. package/dist/lib/scroll-area/scroll-area.d.ts +7 -0
  91. package/dist/lib/search-palette/search-palette.d.ts +16 -0
  92. package/dist/lib/select/select.d.ts +26 -0
  93. package/dist/lib/separator/separator.d.ts +8 -0
  94. package/dist/lib/sheet/sheet.d.ts +13 -0
  95. package/dist/lib/sidebar-nav/sidebar-nav.d.ts +46 -0
  96. package/dist/lib/site-drakkar/site-drakkar.config.d.ts +50 -0
  97. package/dist/lib/site-drakkar/site-footer.d.ts +18 -0
  98. package/dist/lib/site-drakkar/site-navbar.d.ts +25 -0
  99. package/dist/lib/site-drakkar/suite-search-items.d.ts +17 -0
  100. package/dist/lib/skeleton/skeleton.d.ts +8 -0
  101. package/dist/lib/slider/slider.d.ts +17 -0
  102. package/dist/lib/spinner/spinner.d.ts +7 -0
  103. package/dist/lib/status-metric-row/status-metric-row.d.ts +9 -0
  104. package/dist/lib/suite-search-palette/suite-search-palette.d.ts +25 -0
  105. package/dist/lib/switch/switch.d.ts +12 -0
  106. package/dist/lib/table/table.d.ts +10 -0
  107. package/dist/lib/tabs/tab-panel.d.ts +12 -0
  108. package/dist/lib/tabs/tab.d.ts +14 -0
  109. package/dist/lib/tabs/tabs.d.ts +10 -0
  110. package/dist/lib/textarea/textarea.d.ts +16 -0
  111. package/dist/lib/theme-toggle/theme-toggle.d.ts +9 -0
  112. package/dist/lib/time-picker/time-picker.d.ts +21 -0
  113. package/dist/lib/timeline/timeline.d.ts +14 -0
  114. package/dist/lib/toast/toast.d.ts +21 -0
  115. package/dist/lib/toggle/toggle-group.d.ts +9 -0
  116. package/dist/lib/toggle/toggle.d.ts +15 -0
  117. package/dist/lib/tooltip/tooltip.d.ts +20 -0
  118. package/dist/lib/typography/heading.d.ts +9 -0
  119. package/dist/lib/typography/text.d.ts +11 -0
  120. package/dist/lib/uptime-bar/uptime-bar.d.ts +6 -0
  121. package/dist/lib/verification-code-field/verification-code-field.d.ts +19 -0
  122. package/dist/lib/whitepaper-cta/whitepaper-cta.d.ts +15 -0
  123. package/dist/lib/wizard/wizard.d.ts +13 -0
  124. package/dist/public-api.d.ts +109 -0
  125. package/dist/tokens/series-presets.d.ts +4 -0
  126. package/dist/viking-components.css +1837 -0
  127. package/dist/viking-tokens.json +318 -0
  128. package/dist/viking-ui-elements.js +1750 -0
  129. package/dist/viking-ui.css +1 -0
  130. package/dist/web/badge/viking-badge-wc.d.ts +28 -0
  131. package/dist/web/button/viking-button-wc.d.ts +28 -0
  132. package/dist/web/callout/viking-callout-wc.d.ts +27 -0
  133. package/dist/web/card/viking-card-wc.d.ts +29 -0
  134. package/dist/web/core/base.d.ts +12 -0
  135. package/dist/web/core/dom.d.ts +11 -0
  136. package/dist/web/core/icons-inline.d.ts +7 -0
  137. package/dist/web/core/styles.d.ts +12 -0
  138. package/dist/web/core/types.d.ts +10 -0
  139. package/dist/web/field/viking-field-wc.d.ts +32 -0
  140. package/dist/web/index.d.ts +15 -0
  141. package/dist/web/input/viking-input-wc.d.ts +32 -0
  142. package/dist/web/modal/viking-modal-wc.d.ts +50 -0
  143. package/dist/web/search-palette/viking-search-palette-wc.d.ts +64 -0
  144. package/dist/web/select/viking-select-wc.d.ts +48 -0
  145. package/dist/web/suite-header/viking-suite-header-wc.d.ts +36 -0
  146. package/dist/web/suite-search-palette/viking-suite-search-palette-wc.d.ts +39 -0
  147. package/dist/web/theme-toggle/viking-theme-toggle-wc.d.ts +19 -0
  148. package/dist/web/types.d.ts +40 -0
  149. package/dist/web-components/index.d.ts +1 -0
  150. package/dist/web-components.js +1750 -0
  151. package/dist/widget.js +1182 -0
  152. package/package.json +89 -30
  153. package/src/assets/drakkar-favicon.svg +17 -0
  154. package/src/assets/fonts/inter/InterVariable-Italic.woff2 +0 -0
  155. package/src/assets/fonts/inter/InterVariable.woff2 +0 -0
  156. package/src/core/brand/deml-lockup.svg +5 -0
  157. package/src/core/brand/deml-mark-compact.svg +4 -0
  158. package/src/core/brand/deml-mark-filled.svg +3 -0
  159. package/src/core/brand/deml-mark-outline.svg +4 -0
  160. package/src/core/brand-icons.ts +62 -0
  161. package/src/core/icons.spec.ts +52 -0
  162. package/src/core/icons.ts +206 -0
  163. package/src/core/integration-brand-icons.ts +77 -0
  164. package/src/core/lucide-paths.generated.ts +130 -0
  165. package/src/core/types.ts +85 -0
  166. package/src/core/uid.ts +7 -0
  167. package/src/elements/button/viking-button.ts +201 -0
  168. package/src/elements/card/viking-card.ts +60 -0
  169. package/src/elements/core/dom.ts +33 -0
  170. package/src/elements/core/styles.ts +28 -0
  171. package/src/elements/modal/viking-modal.ts +154 -0
  172. package/src/index.ts +1 -0
  173. package/src/lib/accordion/accordion.ts +126 -0
  174. package/src/lib/app-header/app-header.scss +274 -0
  175. package/src/lib/app-header/app-header.ts +43 -0
  176. package/src/lib/app-sidebar/app-sidebar.scss +415 -0
  177. package/src/lib/app-sidebar/app-sidebar.ts +29 -0
  178. package/src/lib/auth-panel/auth-panel.spec.ts +132 -0
  179. package/src/lib/auth-panel/auth-panel.ts +228 -0
  180. package/src/lib/autocomplete/autocomplete.ts +223 -0
  181. package/src/lib/avatar/avatar.ts +126 -0
  182. package/src/lib/badge/badge.ts +182 -0
  183. package/src/lib/bar/bar.ts +31 -0
  184. package/src/lib/brand/brand.ts +60 -0
  185. package/src/lib/breadcrumbs/breadcrumbs.ts +81 -0
  186. package/src/lib/button/button-group.ts +40 -0
  187. package/src/lib/button/button.scss +96 -0
  188. package/src/lib/button/button.ts +98 -0
  189. package/src/lib/calendar/calendar.ts +253 -0
  190. package/src/lib/callout/callout.ts +211 -0
  191. package/src/lib/card/card-title.spec.ts +27 -0
  192. package/src/lib/card/card-title.ts +50 -0
  193. package/src/lib/card/card.ts +170 -0
  194. package/src/lib/carousel/carousel.ts +206 -0
  195. package/src/lib/chart/chart-zoom.spec.ts +65 -0
  196. package/src/lib/chart/chart-zoom.ts +71 -0
  197. package/src/lib/chart/chart.ts +1257 -0
  198. package/src/lib/chart-card-header/chart-card-header.ts +80 -0
  199. package/src/lib/chart-empty-state/chart-empty-state.ts +146 -0
  200. package/src/lib/chart-panel/chart-panel.ts +133 -0
  201. package/src/lib/checkbox/checkbox.ts +139 -0
  202. package/src/lib/color-picker/color-picker.ts +148 -0
  203. package/src/lib/command/command.ts +260 -0
  204. package/src/lib/composer/composer.ts +180 -0
  205. package/src/lib/confirm-dialog/confirm-dialog.ts +163 -0
  206. package/src/lib/confirm-dialog/dialog.service.ts +79 -0
  207. package/src/lib/context/context.ts +75 -0
  208. package/src/lib/core/brand-icons.ts +62 -0
  209. package/src/lib/core/cva.ts +33 -0
  210. package/src/lib/core/icons.ts +206 -0
  211. package/src/lib/core/integration-brand-icons.ts +77 -0
  212. package/src/lib/core/lucide-paths.generated.ts +130 -0
  213. package/src/lib/date-picker/date-picker.ts +139 -0
  214. package/src/lib/dropdown/dropdown.ts +188 -0
  215. package/src/lib/editor/editor.ts +170 -0
  216. package/src/lib/empty-state/empty-state.ts +100 -0
  217. package/src/lib/fab/fab.ts +76 -0
  218. package/src/lib/field/field.ts +111 -0
  219. package/src/lib/file-upload/file-upload.ts +208 -0
  220. package/src/lib/footer/footer.scss +155 -0
  221. package/src/lib/footer/footer.ts +28 -0
  222. package/src/lib/form-section/form-section.ts +200 -0
  223. package/src/lib/forms.spec.ts +92 -0
  224. package/src/lib/gauge-arc/gauge-arc.ts +85 -0
  225. package/src/lib/hud-panel/hud-panel.ts +27 -0
  226. package/src/lib/icon/icon.ts +284 -0
  227. package/src/lib/icon-badge/icon-badge.ts +87 -0
  228. package/src/lib/icon-heading/icon-heading.spec.ts +32 -0
  229. package/src/lib/icon-heading/icon-heading.ts +38 -0
  230. package/src/lib/icon-text/icon-text.ts +120 -0
  231. package/src/lib/input/input.ts +119 -0
  232. package/src/lib/kanban/kanban.ts +211 -0
  233. package/src/lib/kbd/kbd.ts +32 -0
  234. package/src/lib/label/label.ts +39 -0
  235. package/src/lib/loading-overlay/loading-overlay.ts +80 -0
  236. package/src/lib/menubar/menubar.ts +77 -0
  237. package/src/lib/metric-card/metric-card.ts +33 -0
  238. package/src/lib/modal/modal.ts +207 -0
  239. package/src/lib/native-select/native-select.ts +124 -0
  240. package/src/lib/navbar/navbar.ts +124 -0
  241. package/src/lib/navigation-menu/navigation-menu.ts +116 -0
  242. package/src/lib/otp-input/otp-input.ts +164 -0
  243. package/src/lib/page-back-link/page-back-link.ts +74 -0
  244. package/src/lib/page-header/page-header.ts +70 -0
  245. package/src/lib/pagination/pagination.ts +157 -0
  246. package/src/lib/pillbox/pillbox.ts +157 -0
  247. package/src/lib/popover/popover.ts +92 -0
  248. package/src/lib/profile/profile.ts +73 -0
  249. package/src/lib/progress/progress.ts +123 -0
  250. package/src/lib/radio/radio.ts +132 -0
  251. package/src/lib/ring-gauge/ring-gauge.ts +75 -0
  252. package/src/lib/scroll-area/scroll-area.ts +57 -0
  253. package/src/lib/search-palette/search-palette.scss +288 -0
  254. package/src/lib/search-palette/search-palette.ts +114 -0
  255. package/src/lib/select/select.ts +292 -0
  256. package/src/lib/separator/separator.ts +59 -0
  257. package/src/lib/sheet/sheet.ts +192 -0
  258. package/src/lib/sidebar-nav/sidebar-nav.scss +218 -0
  259. package/src/lib/sidebar-nav/sidebar-nav.ts +158 -0
  260. package/src/lib/site-drakkar/site-drakkar.config.ts +295 -0
  261. package/src/lib/site-drakkar/site-footer.ts +129 -0
  262. package/src/lib/site-drakkar/site-navbar.scss +2 -0
  263. package/src/lib/site-drakkar/site-navbar.ts +267 -0
  264. package/src/lib/site-drakkar/suite-search-items.spec.ts +61 -0
  265. package/src/lib/site-drakkar/suite-search-items.ts +246 -0
  266. package/src/lib/skeleton/skeleton.ts +51 -0
  267. package/src/lib/slider/slider.ts +133 -0
  268. package/src/lib/spinner/spinner.ts +75 -0
  269. package/src/lib/status-metric-row/status-metric-row.ts +74 -0
  270. package/src/lib/suite-search-palette/suite-search-palette.ts +95 -0
  271. package/src/lib/switch/switch.ts +131 -0
  272. package/src/lib/table/table.ts +137 -0
  273. package/src/lib/tabs/tab-panel.ts +61 -0
  274. package/src/lib/tabs/tab.ts +107 -0
  275. package/src/lib/tabs/tabs.ts +109 -0
  276. package/src/lib/textarea/textarea.ts +103 -0
  277. package/src/lib/theme-toggle/theme-toggle.spec.ts +40 -0
  278. package/src/lib/theme-toggle/theme-toggle.ts +39 -0
  279. package/src/lib/time-picker/time-picker.ts +197 -0
  280. package/src/lib/timeline/timeline.ts +152 -0
  281. package/src/lib/toast/toast.ts +196 -0
  282. package/src/lib/toggle/toggle-group.ts +60 -0
  283. package/src/lib/toggle/toggle.ts +101 -0
  284. package/src/lib/tooltip/tooltip.ts +119 -0
  285. package/src/lib/typography/heading.ts +52 -0
  286. package/src/lib/typography/text.ts +51 -0
  287. package/src/lib/uptime-bar/uptime-bar.ts +55 -0
  288. package/src/lib/verification-code-field/verification-code-field.ts +149 -0
  289. package/src/lib/whitepaper-cta/whitepaper-cta.scss +130 -0
  290. package/src/lib/whitepaper-cta/whitepaper-cta.ts +78 -0
  291. package/src/lib/wizard/wizard.ts +80 -0
  292. package/src/public-api.ts +172 -0
  293. package/src/styles/_buttons.scss +301 -0
  294. package/src/styles/_component-primitives.scss +183 -0
  295. package/src/styles/_drakkar-buttons.scss +85 -0
  296. package/src/styles/_fonts.scss +22 -0
  297. package/src/styles/_forms.scss +66 -0
  298. package/src/styles/_input.scss +106 -0
  299. package/src/styles/_layout-enforcement.scss +166 -0
  300. package/src/styles/_layout-rhythm.scss +158 -0
  301. package/src/styles/_legacy-aliases.scss +212 -0
  302. package/src/styles/_series-colors.scss +24 -0
  303. package/src/styles/_static-primitives.scss +857 -0
  304. package/src/styles/_typography.scss +87 -0
  305. package/src/styles/_variables.scss +527 -0
  306. package/src/styles/components/a11y.scss +90 -0
  307. package/src/styles/components/badges.scss +102 -0
  308. package/src/styles/components/extracted-utilities.scss +459 -0
  309. package/src/styles/components/footer.scss +155 -0
  310. package/src/styles/components/icon-heading.scss +47 -0
  311. package/src/styles/components/icon-inline.scss +78 -0
  312. package/src/styles/components/layout.scss +59 -0
  313. package/src/styles/components/utilities.scss +131 -0
  314. package/src/styles/components/viking-inspired.scss +204 -0
  315. package/src/styles/components/whitepaper-cta.scss +130 -0
  316. package/src/styles/components-bundle.scss +9 -0
  317. package/src/styles/components.scss +175 -0
  318. package/src/styles/deml-components.scss +10 -0
  319. package/src/styles/index.scss +8 -0
  320. package/src/styles/layout-shell.scss +39 -11
  321. package/src/styles/page-shell.scss +663 -33
  322. package/src/styles/static-navbar.scss +862 -146
  323. package/src/styles/surfaces/backend.scss +142 -0
  324. package/src/styles/surfaces/docs-global.scss +73 -0
  325. package/src/styles/surfaces/docs-shell.scss +412 -0
  326. package/src/styles/surfaces/docs-showcase.scss +1051 -0
  327. package/src/styles/surfaces/marketing-cta.scss +62 -0
  328. package/src/styles/surfaces/marketing-docs-bento.scss +67 -0
  329. package/src/styles/surfaces/marketing-global.scss +748 -0
  330. package/src/styles/surfaces/marketing-landing.scss +1260 -0
  331. package/src/styles/surfaces/marketing-publication.scss +535 -0
  332. package/src/styles/surfaces/marketing-theme.scss +14 -0
  333. package/src/styles/surfaces/swagger-ui.scss +921 -0
  334. package/src/styles/tokens-export.scss +18 -0
  335. package/src/styles/tokens.scss +5 -0
  336. package/src/styles/viking-ui-bundle.scss +20 -2
  337. package/src/styles/viking-ui.scss +213 -51
  338. package/src/tokens/series-presets.ts +15 -0
  339. package/src/tokens/tailwind.preset.js +209 -0
  340. package/src/tokens/viking-tokens.json +318 -0
  341. package/src/viking-ui.spec.ts +416 -0
  342. package/src/web/badge/viking-badge-wc.ts +116 -0
  343. package/src/web/button/viking-button-wc.ts +165 -0
  344. package/src/web/callout/viking-callout-wc.ts +105 -0
  345. package/src/web/card/viking-card-wc.ts +66 -0
  346. package/src/web/core/base.ts +56 -0
  347. package/src/web/core/dom.ts +53 -0
  348. package/src/web/core/icons-inline.ts +44 -0
  349. package/src/web/core/styles.ts +1138 -0
  350. package/src/web/core/types.ts +19 -0
  351. package/src/web/field/viking-field-wc.ts +154 -0
  352. package/src/web/index.ts +73 -0
  353. package/src/web/input/viking-input-wc.ts +211 -0
  354. package/src/web/modal/viking-modal-wc.ts +187 -0
  355. package/src/web/search-palette/viking-search-palette-wc.ts +494 -0
  356. package/src/web/select/viking-select-wc.ts +218 -0
  357. package/src/web/suite-header/viking-suite-header-wc.ts +714 -0
  358. package/src/web/suite-search-palette/viking-suite-search-palette-wc.ts +234 -0
  359. package/src/web/theme-toggle/viking-theme-toggle-wc.ts +139 -0
  360. package/src/web/types.ts +37 -0
  361. package/src/web/web-components.spec.ts +297 -0
  362. package/src/web-components/index.ts +1 -0
  363. package/fesm2022/dataengineeringformachinelearning-viking-ui.mjs +0 -6114
  364. package/fesm2022/dataengineeringformachinelearning-viking-ui.mjs.map +0 -1
  365. package/types/dataengineeringformachinelearning-viking-ui.d.ts +0 -1397
  366. package/viking.manifest.json +0 -238
package/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if distributed along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the LICENSE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright 2026 Joe Alongi (Data Engineering for Machine Learning Contributors)
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
package/README.md CHANGED
@@ -1,69 +1,248 @@
1
- # @dataengineeringformachinelearning/viking-ui
1
+ # Viking-UI
2
2
 
3
- **Viking-UI** is DEML's clinical Angular design system lab-coat aesthetics on THEME.md tokens.
3
+ Universal DEML component library for Astro, Angular, and Django.
4
4
 
5
- - **8px grid** spacing (`--space-1` … `--space-8`)
6
- - **16px** main content / **14px** UI chrome typography
7
- - **Crayola blue** (`#2176ff`) primary, **blue-bell** (`#33a1fd`) accents
8
- - Zero-dependency components (`viking-*` selectors, `--viking-*` tokens)
9
- - WCAG 2.1 AA focus rings, axe-core tested templates
5
+ ## Architecture
10
6
 
11
- ## Install
7
+ - `src/styles/_variables.scss` defines the canonical `--viking-*` design tokens.
8
+ - `src/styles/components-bundle.scss` defines static CSS primitives shared by every app.
9
+ - `src/tokens/viking-tokens.json` exposes the same token contract for tooling.
10
+ - `src/elements/` contains framework-neutral Web Components with Shadow DOM style isolation.
11
+ - `dist/design-tokens.css`, `dist/viking-components.css`, `dist/deml-components.css`, `dist/viking-ui.css`, `dist/viking-tokens.json`, and `dist/viking-ui-elements.js` are the built artifacts.
12
+ - `dist/viking-ui.css` is the full app bundle. Load it once per surface; do not stack it with the split CSS artifacts.
13
+
14
+ ## Build
12
15
 
13
16
  ```bash
14
- npm install @dataengineeringformachinelearning/viking-ui
17
+ npm run build --prefix packages/viking-ui
18
+ npm run test:viking-ui:package
19
+ ```
20
+
21
+ ## Versioning
22
+
23
+ Viking-UI uses Changesets from the repository root:
24
+
25
+ ```bash
26
+ npm run changeset
27
+ npm run version:viking-ui
28
+ ```
29
+
30
+ See [docs/viking-ui-release.md](../../docs/viking-ui-release.md) for the full
31
+ release, visual regression, and propagation workflow.
32
+
33
+ ## Consumption
34
+
35
+ ### 1) NPM usage (recommended for apps)
36
+
37
+ Use this for app-first surfaces such as deml.app, internal dashboards, and any build chain that supports package installs.
38
+
39
+ ```ts
40
+ import "@dataengineeringformachinelearning/viking-ui/viking-ui.css";
41
+ ```
42
+
43
+ ```ts
44
+ import {
45
+ VikingButton,
46
+ VikingInput,
47
+ VikingModal,
48
+ } from "@dataengineeringformachinelearning/viking-ui";
15
49
  ```
16
50
 
17
- Peer dependencies: `@angular/core` ^22, `@angular/common` ^22, `@angular/forms` ^22.
51
+ ```bash
52
+ npm install @dataengineeringformachinelearning/viking-ui
53
+ ```
18
54
 
19
- ## Usage
55
+ For Angular components, continue using the exported Angular APIs and theme tokens as normal.
20
56
 
21
- ```typescript
57
+ ```ts
22
58
  import {
23
59
  VikingButton,
24
- VikingField,
25
60
  VikingInput,
26
- } from '@dataengineeringformachinelearning/viking-ui';
61
+ VikingModal,
62
+ } from "@dataengineeringformachinelearning/viking-ui";
63
+
64
+ // or when building custom element demos:
65
+ import "@dataengineeringformachinelearning/viking-ui/web-components.js";
66
+ import "@dataengineeringformachinelearning/viking-ui/viking-ui.css";
27
67
  ```
28
68
 
29
- Load static CSS for non-Angular surfaces (marketing, Django templates):
69
+ ### 2) jsDelivr CDN usage (recommended for widgets and quick embeds)
70
+
71
+ Use this for external websites, marketing snippets, and widget-style integrations that should load without npm.
72
+
73
+ The package artifacts are published in `dist/`, so you can load them directly from jsDelivr:
74
+
75
+ ### 1) CSS only
30
76
 
31
77
  ```html
32
- <link rel="stylesheet" href="/assets/design-tokens.css" />
33
- <link rel="stylesheet" href="/assets/viking-ui.css" />
78
+ <link
79
+ rel="stylesheet"
80
+ href="https://cdn.jsdelivr.net/npm/@dataengineeringformachinelearning/viking-ui@latest/dist/viking-ui.css"
81
+ />
34
82
  ```
35
83
 
36
- ## Build
84
+ ### 2) Web Components only
37
85
 
38
- ```bash
39
- npm run build:viking-ui
40
- npm run build:viking-ui-css
41
- npm run serve:viking-ui-showcase
86
+ ```html
87
+ <script
88
+ type="module"
89
+ src="https://cdn.jsdelivr.net/npm/@dataengineeringformachinelearning/viking-ui@latest/dist/web-components.js"
90
+ ></script>
42
91
  ```
43
92
 
44
- ## Version bump
93
+ ### 3) CSS + Web Components together
45
94
 
46
- Bump `package.json` in this directory before every publish (npm will not overwrite an existing version).
95
+ ```html
96
+ <link
97
+ rel="stylesheet"
98
+ href="https://cdn.jsdelivr.net/npm/@dataengineeringformachinelearning/viking-ui@latest/dist/viking-ui.css"
99
+ />
100
+ <script
101
+ type="module"
102
+ src="https://cdn.jsdelivr.net/npm/@dataengineeringformachinelearning/viking-ui@latest/dist/web-components.js"
103
+ ></script>
104
+ ```
105
+
106
+ ### 4) Version pinning
107
+
108
+ Use `@latest` for latest stable assets, or replace it with a concrete version for locked
109
+ builds.
110
+
111
+ ```html
112
+ <!-- Latest -->
113
+ <link
114
+ rel="stylesheet"
115
+ href="https://cdn.jsdelivr.net/npm/@dataengineeringformachinelearning/viking-ui@latest/dist/viking-ui.css"
116
+ />
117
+ <script
118
+ type="module"
119
+ src="https://cdn.jsdelivr.net/npm/@dataengineeringformachinelearning/viking-ui@latest/dist/web-components.js"
120
+ ></script>
121
+ ```
122
+
123
+ ```html
124
+ <!-- Pinned -->
125
+ <link
126
+ rel="stylesheet"
127
+ href="https://cdn.jsdelivr.net/npm/@dataengineeringformachinelearning/viking-ui@3.0.0-alpha.3/dist/viking-ui.css"
128
+ />
129
+ <script
130
+ type="module"
131
+ src="https://cdn.jsdelivr.net/npm/@dataengineeringformachinelearning/viking-ui@3.0.0-alpha.3/dist/web-components.js"
132
+ ></script>
133
+ ```
134
+
135
+ ### 5) Full minimal HTML example (copy/paste)
136
+
137
+ ```html
138
+ <!doctype html>
139
+ <html lang="en" data-theme="dark">
140
+ <head>
141
+ <meta charset="utf-8" />
142
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
143
+ <title>Viking-UI CDN demo</title>
144
+ <link
145
+ rel="stylesheet"
146
+ href="https://cdn.jsdelivr.net/npm/@dataengineeringformachinelearning/viking-ui@latest/dist/viking-ui.css"
147
+ />
148
+ <script
149
+ type="module"
150
+ src="https://cdn.jsdelivr.net/npm/@dataengineeringformachinelearning/viking-ui@latest/dist/web-components.js"
151
+ ></script>
152
+ </head>
153
+ <body>
154
+ <main
155
+ style="max-width: 680px; margin: 2rem auto; display: grid; gap: 1rem;"
156
+ >
157
+ <h1 class="viking-heading viking-heading-xl">Viking widget</h1>
158
+ <viking-card-wc compact>
159
+ <h2 class="viking-heading viking-heading-sm">Widget card</h2>
160
+ <p class="viking-text-muted">
161
+ Works in marketing pages and external websites.
162
+ </p>
163
+ </viking-card-wc>
164
+ <viking-button-wc variant="primary">Open dashboard</viking-button-wc>
165
+ </main>
166
+ </body>
167
+ </html>
168
+ ```
169
+
170
+ ### 3) When to use the sync script
171
+
172
+ Use `scripts/sync_design_system.py` when you need synced static assets instead of npm:
47
173
 
48
174
  ```bash
49
- cd frontend/projects/viking-ui
50
- npm version patch --no-git-tag-version # or minor / major
175
+ python scripts/sync_design_system.py
51
176
  ```
52
177
 
53
- | Bump | When |
54
- | ----- | ---------------------------------------- |
55
- | patch | Bug fixes, token/CSS tweaks, a11y fixes |
56
- | minor | New components, additive APIs |
57
- | major | Breaking input/output or removed exports |
178
+ This path remains for surfaces that are not using package installs directly, especially
179
+ legacy or Django-rendered templates that consume `/assets/viking-ui.css` and shared class names.
58
180
 
59
- ## Publish
181
+ ### 6) Status widget via jsDelivr (no npm install)
60
182
 
61
- Requires membership in the npm org `dataengineeringformachinelearning` (scope `@dataengineeringformachinelearning`).
183
+ Use this when embedding a live status badge on external pages:
184
+
185
+ ```html
186
+ <!doctype html>
187
+ <html lang="en" data-theme="dark">
188
+ <head>
189
+ <meta charset="utf-8" />
190
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
191
+ <title>DEML Status Widget</title>
192
+ <link
193
+ rel="stylesheet"
194
+ href="https://cdn.jsdelivr.net/npm/@dataengineeringformachinelearning/viking-ui@latest/dist/viking-ui.css"
195
+ />
196
+ <script
197
+ type="module"
198
+ src="https://cdn.jsdelivr.net/npm/@dataengineeringformachinelearning/viking-ui@latest/dist/web-components.js"
199
+ ></script>
200
+ <script
201
+ src="https://cdn.jsdelivr.net/npm/@dataengineeringformachinelearning/viking-ui@latest/dist/widget.js"
202
+ async
203
+ defer
204
+ data-page-id="platform-status"
205
+ data-backend-url="https://api.example.com"
206
+ data-frontend-url="https://deml.app"
207
+ ></script>
208
+ </head>
209
+ <body></body>
210
+ </html>
211
+ ```
212
+
213
+ Pinned release example:
214
+
215
+ ```html
216
+ <script
217
+ src="https://cdn.jsdelivr.net/npm/@dataengineeringformachinelearning/viking-ui@3.0.0-alpha.3/dist/widget.js"
218
+ async
219
+ defer
220
+ data-page-id="platform-status"
221
+ data-backend-url="https://api.example.com"
222
+ data-frontend-url="https://deml.app"
223
+ ></script>
224
+ ```
225
+
226
+ Replace `api.example.com` with your backend URL and update `data-page-id` / `data-frontend-url` for your status page.
227
+
228
+ This package is the source of truth. Angular wrappers now live in `packages/viking-ui/src/lib` while canonical source files and token/build artifacts are also in `packages/viking-ui`; Astro and Django consume the package artifacts directly through synced static assets.
229
+
230
+ Angular app shells consume the package CSS from `angular.json`:
231
+
232
+ ```json
233
+ {
234
+ "styles": [
235
+ "@dataengineeringformachinelearning/viking-ui/viking-ui.css",
236
+ "src/styles.scss"
237
+ ]
238
+ }
239
+ ```
240
+
241
+ Django, marketing, and showcase static assets are copied from `packages/viking-ui/dist` by:
62
242
 
63
243
  ```bash
64
- cd frontend
65
- npm run test:viking-ui
66
- npm run build:viking-ui
67
- cd dist/viking-ui
68
- npm publish --access public --otp=YOUR_CODE
244
+ python scripts/sync_design_system.py
245
+ node scripts/validate_viking_ui_assets.mjs
69
246
  ```
247
+
248
+ See [MIGRATION_PLAN.md](./MIGRATION_PLAN.md) for the rebuild phases.
@@ -0,0 +1,29 @@
1
+ /**
2
+ * DEML branded icon paths — optimized SVG geometry (not sourced from Lucide).
3
+ * Use via viking-icon name="deml" | "deml-compact" | "deml-lockup".
4
+ */
5
+ export declare const VIKING_BRAND_ICON_PATHS: {
6
+ /** Primary bar-chart mark in rounded frame (outline). */
7
+ readonly deml: "<rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"/><path d=\"M8 17V13M12 17V8M16 17V11\"/>";
8
+ /** Compact monogram for favicons and dense Drakkar shell. */
9
+ readonly "deml-compact": "<rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"3\"/><path d=\"M9 16V12M12 16V9M15 16V13\"/>";
10
+ /** Lockup mark with baseline accent bar. */
11
+ readonly "deml-lockup": "<rect x=\"3\" y=\"3\" width=\"18\" height=\"14\" rx=\"2\"/><path d=\"M8 17V13M12 17V8M16 17V11\"/><path d=\"M3 20h18\"/>";
12
+ };
13
+ /** Drakkar — Viking-UI / site shell brand marks (Lucide ship, build-time inlined). */
14
+ export declare const VIKING_DRAKKAR_ICON_PATHS: {
15
+ /** Primary Drakkar longship mark (outline). */
16
+ 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\"/>";
17
+ /** Compact tile for favicons and dense navbar chrome. */
18
+ 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\"/>";
19
+ /** Lockup mark with baseline accent bar. */
20
+ 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\"/>";
21
+ };
22
+ /** Filled-path overrides for DEML brand marks. */
23
+ export declare const VIKING_BRAND_ICON_FILLED_PATHS: Partial<Record<keyof typeof VIKING_BRAND_ICON_PATHS, string>>;
24
+ /** Filled-path overrides for Drakkar brand marks. */
25
+ export declare const VIKING_DRAKKAR_ICON_FILLED_PATHS: Partial<Record<keyof typeof VIKING_DRAKKAR_ICON_PATHS, string>>;
26
+ export type VikingBrandIconName = keyof typeof VIKING_BRAND_ICON_PATHS;
27
+ export type VikingDrakkarIconName = keyof typeof VIKING_DRAKKAR_ICON_PATHS;
28
+ export declare const VIKING_BRAND_ICON_NAMES_LIST: VikingBrandIconName[];
29
+ export declare const VIKING_DRAKKAR_ICON_NAMES_LIST: VikingDrakkarIconName[];