@ukic/web-components 3.0.0-alpha.10 → 3.0.0-alpha.12

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 (321) hide show
  1. package/dist/cjs/core.cjs.js +1 -1
  2. package/dist/cjs/ic-back-to-top.cjs.entry.js +3 -1
  3. package/dist/cjs/ic-back-to-top.cjs.entry.js.map +1 -1
  4. package/dist/cjs/ic-breadcrumb-group.cjs.entry.js +22 -21
  5. package/dist/cjs/ic-breadcrumb-group.cjs.entry.js.map +1 -1
  6. package/dist/cjs/ic-breadcrumb.cjs.entry.js +4 -3
  7. package/dist/cjs/ic-breadcrumb.cjs.entry.js.map +1 -1
  8. package/dist/cjs/ic-card-vertical.cjs.entry.js +1 -1
  9. package/dist/cjs/ic-card-vertical.cjs.entry.js.map +1 -1
  10. package/dist/cjs/ic-checkbox.cjs.entry.js +1 -1
  11. package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
  12. package/dist/cjs/ic-dialog.cjs.entry.js +20 -5
  13. package/dist/cjs/ic-dialog.cjs.entry.js.map +1 -1
  14. package/dist/cjs/ic-footer-link.cjs.entry.js +1 -1
  15. package/dist/cjs/ic-footer-link.cjs.entry.js.map +1 -1
  16. package/dist/cjs/ic-link.cjs.entry.js +1 -1
  17. package/dist/cjs/ic-link.cjs.entry.js.map +1 -1
  18. package/dist/cjs/ic-radio-group.cjs.entry.js +2 -1
  19. package/dist/cjs/ic-radio-group.cjs.entry.js.map +1 -1
  20. package/dist/cjs/ic-radio-option.cjs.entry.js +1 -1
  21. package/dist/cjs/ic-radio-option.cjs.entry.js.map +1 -1
  22. package/dist/cjs/ic-select.cjs.entry.js +1 -1
  23. package/dist/cjs/ic-select.cjs.entry.js.map +1 -1
  24. package/dist/cjs/ic-tab-context.cjs.entry.js +1 -2
  25. package/dist/cjs/ic-tab-context.cjs.entry.js.map +1 -1
  26. package/dist/cjs/ic-tab-panel.cjs.entry.js +5 -6
  27. package/dist/cjs/ic-tab-panel.cjs.entry.js.map +1 -1
  28. package/dist/cjs/ic-toggle-button.cjs.entry.js +1 -1
  29. package/dist/cjs/ic-toggle-button.cjs.entry.js.map +1 -1
  30. package/dist/cjs/ic-top-navigation.cjs.entry.js +1 -1
  31. package/dist/cjs/ic-top-navigation.cjs.entry.js.map +1 -1
  32. package/dist/cjs/loader.cjs.js +1 -1
  33. package/dist/collection/components/ic-back-to-top/ic-back-to-top.css +49 -18
  34. package/dist/collection/components/ic-back-to-top/ic-back-to-top.js +26 -0
  35. package/dist/collection/components/ic-back-to-top/ic-back-to-top.js.map +1 -1
  36. package/dist/collection/components/ic-back-to-top/ic-back-to-top.stories.js +54 -0
  37. package/dist/collection/components/ic-back-to-top/ic-back-to-top.types.js.map +1 -1
  38. package/dist/collection/components/ic-back-to-top/test/basic/ic-back-to-top.spec.js +14 -0
  39. package/dist/collection/components/ic-back-to-top/test/basic/ic-back-to-top.spec.js.map +1 -1
  40. package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.css +14 -0
  41. package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.js +3 -2
  42. package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.js.map +1 -1
  43. package/dist/collection/components/ic-breadcrumb/test/basic/ic-breadcrumb.spec.js +4 -4
  44. package/dist/collection/components/ic-breadcrumb/test/basic/ic-breadcrumb.spec.js.map +1 -1
  45. package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.js +22 -21
  46. package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.js.map +1 -1
  47. package/dist/collection/components/ic-breadcrumb-group/test/basic/ic-breadcrumb-group.spec.js +16 -1
  48. package/dist/collection/components/ic-breadcrumb-group/test/basic/ic-breadcrumb-group.spec.js.map +1 -1
  49. package/dist/collection/components/ic-card-vertical/ic-card-vertical.css +5 -0
  50. package/dist/collection/components/ic-checkbox/ic-checkbox.css +24 -0
  51. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.stories.js +27 -0
  52. package/dist/collection/components/ic-dialog/ic-dialog.css +0 -6
  53. package/dist/collection/components/ic-dialog/ic-dialog.js +20 -5
  54. package/dist/collection/components/ic-dialog/ic-dialog.js.map +1 -1
  55. package/dist/collection/components/ic-dialog/ic-dialog.stories.js +28 -12
  56. package/dist/collection/components/ic-footer-link/ic-footer-link.js +1 -1
  57. package/dist/collection/components/ic-footer-link/ic-footer-link.js.map +1 -1
  58. package/dist/collection/components/ic-link/ic-link.css +17 -8
  59. package/dist/collection/components/ic-radio-group/ic-radio-group.js +2 -1
  60. package/dist/collection/components/ic-radio-group/ic-radio-group.js.map +1 -1
  61. package/dist/collection/components/ic-radio-group/ic-radio-group.stories.js +31 -0
  62. package/dist/collection/components/ic-radio-option/ic-radio-option.css +20 -0
  63. package/dist/collection/components/ic-select/ic-select.css +1 -1
  64. package/dist/collection/components/ic-tab-context/ic-tab-context.js +1 -2
  65. package/dist/collection/components/ic-tab-context/ic-tab-context.js.map +1 -1
  66. package/dist/collection/components/ic-tab-panel/ic-tab-panel.css +5 -1
  67. package/dist/collection/components/ic-tab-panel/ic-tab-panel.js +25 -5
  68. package/dist/collection/components/ic-tab-panel/ic-tab-panel.js.map +1 -1
  69. package/dist/collection/components/ic-tab-panel/test/basic/ic-tab-panel.spec.js +7 -38
  70. package/dist/collection/components/ic-tab-panel/test/basic/ic-tab-panel.spec.js.map +1 -1
  71. package/dist/collection/components/ic-toggle-button/ic-toggle-button.css +2 -1
  72. package/dist/collection/components/ic-top-navigation/ic-top-navigation.css +4 -4
  73. package/dist/components/ic-back-to-top.js +4 -1
  74. package/dist/components/ic-back-to-top.js.map +1 -1
  75. package/dist/components/ic-breadcrumb-group.js +22 -21
  76. package/dist/components/ic-breadcrumb-group.js.map +1 -1
  77. package/dist/components/ic-breadcrumb2.js +4 -3
  78. package/dist/components/ic-breadcrumb2.js.map +1 -1
  79. package/dist/components/ic-card-vertical.js +1 -1
  80. package/dist/components/ic-card-vertical.js.map +1 -1
  81. package/dist/components/ic-checkbox.js +1 -1
  82. package/dist/components/ic-checkbox.js.map +1 -1
  83. package/dist/components/ic-dialog.js +21 -6
  84. package/dist/components/ic-dialog.js.map +1 -1
  85. package/dist/components/ic-footer-link.js +1 -1
  86. package/dist/components/ic-footer-link.js.map +1 -1
  87. package/dist/components/ic-link2.js +1 -1
  88. package/dist/components/ic-link2.js.map +1 -1
  89. package/dist/components/ic-radio-group.js +2 -1
  90. package/dist/components/ic-radio-group.js.map +1 -1
  91. package/dist/components/ic-radio-option.js +1 -1
  92. package/dist/components/ic-radio-option.js.map +1 -1
  93. package/dist/components/ic-select.js +1 -1
  94. package/dist/components/ic-select.js.map +1 -1
  95. package/dist/components/ic-tab-context.js +1 -2
  96. package/dist/components/ic-tab-context.js.map +1 -1
  97. package/dist/components/ic-tab-panel.js +6 -6
  98. package/dist/components/ic-tab-panel.js.map +1 -1
  99. package/dist/components/ic-toggle-button.js +1 -1
  100. package/dist/components/ic-toggle-button.js.map +1 -1
  101. package/dist/components/ic-top-navigation.js +1 -1
  102. package/dist/components/ic-top-navigation.js.map +1 -1
  103. package/dist/core/core.css +13 -7
  104. package/dist/core/core.esm.js +1 -1
  105. package/dist/core/core.esm.js.map +1 -1
  106. package/dist/core/p-00587c99.entry.js +2 -0
  107. package/dist/core/p-00587c99.entry.js.map +1 -0
  108. package/dist/core/{p-5be2c26a.entry.js → p-07aaf9c4.entry.js} +2 -2
  109. package/dist/core/{p-a38f5453.entry.js → p-094f51b6.entry.js} +2 -2
  110. package/dist/core/p-116875ae.entry.js +2 -0
  111. package/dist/core/p-116875ae.entry.js.map +1 -0
  112. package/dist/core/{p-6e630778.entry.js → p-146b2788.entry.js} +2 -2
  113. package/dist/core/{p-5d5345a4.entry.js → p-15082ea5.entry.js} +2 -2
  114. package/dist/core/{p-2cc0d6b9.entry.js → p-174de9d7.entry.js} +2 -2
  115. package/dist/core/{p-404b482e.entry.js → p-17f9921d.entry.js} +2 -2
  116. package/dist/core/p-246ea059.entry.js +2 -0
  117. package/dist/core/p-246ea059.entry.js.map +1 -0
  118. package/dist/core/{p-5dcc0489.entry.js → p-25d3c3a6.entry.js} +2 -2
  119. package/dist/core/{p-df957570.entry.js → p-31d4bfc3.entry.js} +2 -2
  120. package/dist/core/p-31d4bfc3.entry.js.map +1 -0
  121. package/dist/core/{p-50b04d0f.entry.js → p-39ab6387.entry.js} +2 -2
  122. package/dist/core/{p-641e244d.entry.js → p-3d565739.entry.js} +2 -2
  123. package/dist/core/{p-f073fc69.entry.js → p-41b7c67c.entry.js} +2 -2
  124. package/dist/core/{p-e4cb5585.entry.js → p-4cfe1dd8.entry.js} +2 -2
  125. package/dist/core/p-4cfe1dd8.entry.js.map +1 -0
  126. package/dist/core/{p-7c94e055.entry.js → p-5b836707.entry.js} +2 -2
  127. package/dist/core/{p-6c1cf351.entry.js → p-67b3cd55.entry.js} +2 -2
  128. package/dist/core/{p-5f74782e.entry.js → p-67b8a829.entry.js} +2 -2
  129. package/dist/core/p-6b9db71a.entry.js +2 -0
  130. package/dist/core/p-6b9db71a.entry.js.map +1 -0
  131. package/dist/core/{p-5b42dbef.entry.js → p-6dfa5a4b.entry.js} +2 -2
  132. package/dist/core/{p-2197e83e.entry.js → p-6e94c79c.entry.js} +2 -2
  133. package/dist/core/{p-2197e83e.entry.js.map → p-6e94c79c.entry.js.map} +1 -1
  134. package/dist/core/p-720428a3.entry.js +2 -0
  135. package/dist/core/p-720428a3.entry.js.map +1 -0
  136. package/dist/core/p-73a208c7.entry.js +2 -0
  137. package/dist/core/p-73a208c7.entry.js.map +1 -0
  138. package/dist/core/{p-1bf956cb.entry.js → p-73d6092d.entry.js} +2 -2
  139. package/dist/core/{p-fac53f92.entry.js → p-770c52a7.entry.js} +2 -2
  140. package/dist/core/{p-243ad74c.entry.js → p-7b26ef60.entry.js} +2 -2
  141. package/dist/core/{p-419d3378.entry.js → p-7f984e25.entry.js} +2 -2
  142. package/dist/core/{p-4e6e34fe.entry.js → p-86caada0.entry.js} +2 -2
  143. package/dist/core/{p-d21d8014.entry.js → p-8c03b8b5.entry.js} +2 -2
  144. package/dist/core/p-8c03b8b5.entry.js.map +1 -0
  145. package/dist/core/{p-36ac5305.entry.js → p-8fdb9b16.entry.js} +2 -2
  146. package/dist/core/p-8fdb9b16.entry.js.map +1 -0
  147. package/dist/core/{p-490bf0ee.entry.js → p-91a221b5.entry.js} +2 -2
  148. package/dist/core/p-9e0c2c19.entry.js +2 -0
  149. package/dist/core/p-9e0c2c19.entry.js.map +1 -0
  150. package/dist/core/{p-f7872eef.entry.js → p-9f569f90.entry.js} +2 -2
  151. package/dist/core/{p-0cb72d37.entry.js → p-a178d53c.entry.js} +2 -2
  152. package/dist/core/p-a3b7a147.entry.js +2 -0
  153. package/dist/core/p-a3b7a147.entry.js.map +1 -0
  154. package/dist/core/{p-f2d9eefe.entry.js → p-a72685f6.entry.js} +2 -2
  155. package/dist/core/{p-87aa30b4.entry.js → p-abdc2912.entry.js} +2 -2
  156. package/dist/core/{p-cf0176be.entry.js → p-b404b307.entry.js} +2 -2
  157. package/dist/core/{p-b9941d97.entry.js → p-b6ce9ca3.entry.js} +2 -2
  158. package/dist/core/{p-8624bb98.entry.js → p-b6e010f3.entry.js} +2 -2
  159. package/dist/core/{p-5f6d6b3f.entry.js → p-bbd4f487.entry.js} +2 -2
  160. package/dist/core/{p-84c3a870.entry.js → p-bd9f3961.entry.js} +2 -2
  161. package/dist/core/{p-1223d0e9.entry.js → p-c1db155d.entry.js} +2 -2
  162. package/dist/core/{p-24a34d72.entry.js → p-c7bcdb8e.entry.js} +2 -2
  163. package/dist/core/{p-199b9196.entry.js → p-ca11666f.entry.js} +2 -2
  164. package/dist/core/{p-932f3e3c.js → p-cda4aca9.js} +2 -2
  165. package/dist/core/p-d7ccd00f.entry.js +2 -0
  166. package/dist/core/p-d7ccd00f.entry.js.map +1 -0
  167. package/dist/core/{p-9ad4bbf4.entry.js → p-dededae6.entry.js} +2 -2
  168. package/dist/core/{p-20ac0d2a.entry.js → p-e2cf6e7e.entry.js} +2 -2
  169. package/dist/core/{p-33b44dc1.entry.js → p-e6dc3cd1.entry.js} +2 -2
  170. package/dist/core/{p-7ff4632d.entry.js → p-e831277e.entry.js} +2 -2
  171. package/dist/core/{p-e0730a5d.entry.js → p-eb7c589b.entry.js} +2 -2
  172. package/dist/core/p-f65179fe.entry.js +2 -0
  173. package/dist/core/p-f65179fe.entry.js.map +1 -0
  174. package/dist/core/{p-47038ea3.entry.js → p-fd60eef7.entry.js} +2 -2
  175. package/dist/core/{p-29afeb33.entry.js → p-fd9f3fd0.entry.js} +2 -2
  176. package/dist/esm/core.js +1 -1
  177. package/dist/esm/{helpers-2624c32c.js → helpers-a72a277b.js} +2 -2
  178. package/dist/esm/{helpers-2624c32c.js.map → helpers-a72a277b.js.map} +1 -1
  179. package/dist/esm/ic-accordion-group.entry.js +1 -1
  180. package/dist/esm/ic-accordion.entry.js +1 -1
  181. package/dist/esm/ic-alert.entry.js +1 -1
  182. package/dist/esm/ic-back-to-top.entry.js +4 -2
  183. package/dist/esm/ic-back-to-top.entry.js.map +1 -1
  184. package/dist/esm/ic-badge.entry.js +1 -1
  185. package/dist/esm/ic-breadcrumb-group.entry.js +23 -22
  186. package/dist/esm/ic-breadcrumb-group.entry.js.map +1 -1
  187. package/dist/esm/ic-breadcrumb.entry.js +5 -4
  188. package/dist/esm/ic-breadcrumb.entry.js.map +1 -1
  189. package/dist/esm/ic-button_3.entry.js +1 -1
  190. package/dist/esm/ic-card-vertical.entry.js +2 -2
  191. package/dist/esm/ic-card-vertical.entry.js.map +1 -1
  192. package/dist/esm/ic-checkbox-group.entry.js +1 -1
  193. package/dist/esm/ic-checkbox.entry.js +2 -2
  194. package/dist/esm/ic-checkbox.entry.js.map +1 -1
  195. package/dist/esm/ic-chip.entry.js +1 -1
  196. package/dist/esm/ic-data-row.entry.js +1 -1
  197. package/dist/esm/ic-dialog.entry.js +21 -6
  198. package/dist/esm/ic-dialog.entry.js.map +1 -1
  199. package/dist/esm/ic-divider.entry.js +1 -1
  200. package/dist/esm/ic-empty-state.entry.js +1 -1
  201. package/dist/esm/ic-footer-link-group.entry.js +1 -1
  202. package/dist/esm/ic-footer-link.entry.js +2 -2
  203. package/dist/esm/ic-footer-link.entry.js.map +1 -1
  204. package/dist/esm/ic-footer.entry.js +1 -1
  205. package/dist/esm/ic-hero.entry.js +1 -1
  206. package/dist/esm/ic-horizontal-scroll.entry.js +1 -1
  207. package/dist/esm/ic-input-component-container_3.entry.js +1 -1
  208. package/dist/esm/ic-input-label_2.entry.js +1 -1
  209. package/dist/esm/ic-link.entry.js +2 -2
  210. package/dist/esm/ic-link.entry.js.map +1 -1
  211. package/dist/esm/ic-menu-group.entry.js +1 -1
  212. package/dist/esm/ic-menu-item.entry.js +1 -1
  213. package/dist/esm/ic-navigation-button.entry.js +1 -1
  214. package/dist/esm/ic-navigation-group.entry.js +1 -1
  215. package/dist/esm/ic-navigation-item.entry.js +1 -1
  216. package/dist/esm/ic-navigation-menu.entry.js +1 -1
  217. package/dist/esm/ic-page-header.entry.js +1 -1
  218. package/dist/esm/ic-pagination-item.entry.js +1 -1
  219. package/dist/esm/ic-pagination.entry.js +1 -1
  220. package/dist/esm/ic-popover-menu.entry.js +1 -1
  221. package/dist/esm/ic-radio-group.entry.js +3 -2
  222. package/dist/esm/ic-radio-group.entry.js.map +1 -1
  223. package/dist/esm/ic-radio-option.entry.js +2 -2
  224. package/dist/esm/ic-radio-option.entry.js.map +1 -1
  225. package/dist/esm/ic-search-bar.entry.js +1 -1
  226. package/dist/esm/ic-select.entry.js +2 -2
  227. package/dist/esm/ic-select.entry.js.map +1 -1
  228. package/dist/esm/ic-side-navigation.entry.js +1 -1
  229. package/dist/esm/ic-status-tag.entry.js +1 -1
  230. package/dist/esm/ic-step.entry.js +1 -1
  231. package/dist/esm/ic-stepper.entry.js +1 -1
  232. package/dist/esm/ic-switch.entry.js +1 -1
  233. package/dist/esm/ic-tab-context.entry.js +1 -2
  234. package/dist/esm/ic-tab-context.entry.js.map +1 -1
  235. package/dist/esm/ic-tab-group.entry.js +1 -1
  236. package/dist/esm/ic-tab-panel.entry.js +5 -6
  237. package/dist/esm/ic-tab-panel.entry.js.map +1 -1
  238. package/dist/esm/ic-tab.entry.js +1 -1
  239. package/dist/esm/ic-text-field.entry.js +1 -1
  240. package/dist/esm/ic-theme.entry.js +1 -1
  241. package/dist/esm/ic-toast.entry.js +1 -1
  242. package/dist/esm/ic-toggle-button-group.entry.js +1 -1
  243. package/dist/esm/ic-toggle-button.entry.js +2 -2
  244. package/dist/esm/ic-toggle-button.entry.js.map +1 -1
  245. package/dist/esm/ic-top-navigation.entry.js +2 -2
  246. package/dist/esm/ic-top-navigation.entry.js.map +1 -1
  247. package/dist/esm/ic-typography.entry.js +1 -1
  248. package/dist/esm/loader.js +1 -1
  249. package/dist/types/components/ic-back-to-top/ic-back-to-top.d.ts +5 -1
  250. package/dist/types/components/ic-back-to-top/ic-back-to-top.types.d.ts +1 -0
  251. package/dist/types/components/ic-breadcrumb/ic-breadcrumb.d.ts +1 -0
  252. package/dist/types/components/ic-dialog/ic-dialog.d.ts +1 -0
  253. package/dist/types/components/ic-tab-panel/ic-tab-panel.d.ts +7 -1
  254. package/dist/types/components.d.ts +11 -2
  255. package/hydrate/index.js +67 -46
  256. package/package.json +2 -2
  257. package/vscode-data.json +15 -0
  258. package/dist/core/p-190c3474.entry.js +0 -2
  259. package/dist/core/p-190c3474.entry.js.map +0 -1
  260. package/dist/core/p-31c84a47.entry.js +0 -2
  261. package/dist/core/p-31c84a47.entry.js.map +0 -1
  262. package/dist/core/p-36ac5305.entry.js.map +0 -1
  263. package/dist/core/p-4fce49bd.entry.js +0 -2
  264. package/dist/core/p-4fce49bd.entry.js.map +0 -1
  265. package/dist/core/p-7c8cd719.entry.js +0 -2
  266. package/dist/core/p-7c8cd719.entry.js.map +0 -1
  267. package/dist/core/p-7fa74998.entry.js +0 -2
  268. package/dist/core/p-7fa74998.entry.js.map +0 -1
  269. package/dist/core/p-9cfd6855.entry.js +0 -2
  270. package/dist/core/p-9cfd6855.entry.js.map +0 -1
  271. package/dist/core/p-af934e73.entry.js +0 -2
  272. package/dist/core/p-af934e73.entry.js.map +0 -1
  273. package/dist/core/p-cf5d88a9.entry.js +0 -2
  274. package/dist/core/p-cf5d88a9.entry.js.map +0 -1
  275. package/dist/core/p-d21d8014.entry.js.map +0 -1
  276. package/dist/core/p-df957570.entry.js.map +0 -1
  277. package/dist/core/p-e1f8d915.entry.js +0 -2
  278. package/dist/core/p-e1f8d915.entry.js.map +0 -1
  279. package/dist/core/p-e4cb5585.entry.js.map +0 -1
  280. package/dist/core/p-f9dceda0.entry.js +0 -2
  281. package/dist/core/p-f9dceda0.entry.js.map +0 -1
  282. /package/dist/core/{p-5be2c26a.entry.js.map → p-07aaf9c4.entry.js.map} +0 -0
  283. /package/dist/core/{p-a38f5453.entry.js.map → p-094f51b6.entry.js.map} +0 -0
  284. /package/dist/core/{p-6e630778.entry.js.map → p-146b2788.entry.js.map} +0 -0
  285. /package/dist/core/{p-5d5345a4.entry.js.map → p-15082ea5.entry.js.map} +0 -0
  286. /package/dist/core/{p-2cc0d6b9.entry.js.map → p-174de9d7.entry.js.map} +0 -0
  287. /package/dist/core/{p-404b482e.entry.js.map → p-17f9921d.entry.js.map} +0 -0
  288. /package/dist/core/{p-5dcc0489.entry.js.map → p-25d3c3a6.entry.js.map} +0 -0
  289. /package/dist/core/{p-50b04d0f.entry.js.map → p-39ab6387.entry.js.map} +0 -0
  290. /package/dist/core/{p-641e244d.entry.js.map → p-3d565739.entry.js.map} +0 -0
  291. /package/dist/core/{p-f073fc69.entry.js.map → p-41b7c67c.entry.js.map} +0 -0
  292. /package/dist/core/{p-7c94e055.entry.js.map → p-5b836707.entry.js.map} +0 -0
  293. /package/dist/core/{p-6c1cf351.entry.js.map → p-67b3cd55.entry.js.map} +0 -0
  294. /package/dist/core/{p-5f74782e.entry.js.map → p-67b8a829.entry.js.map} +0 -0
  295. /package/dist/core/{p-5b42dbef.entry.js.map → p-6dfa5a4b.entry.js.map} +0 -0
  296. /package/dist/core/{p-1bf956cb.entry.js.map → p-73d6092d.entry.js.map} +0 -0
  297. /package/dist/core/{p-fac53f92.entry.js.map → p-770c52a7.entry.js.map} +0 -0
  298. /package/dist/core/{p-243ad74c.entry.js.map → p-7b26ef60.entry.js.map} +0 -0
  299. /package/dist/core/{p-419d3378.entry.js.map → p-7f984e25.entry.js.map} +0 -0
  300. /package/dist/core/{p-4e6e34fe.entry.js.map → p-86caada0.entry.js.map} +0 -0
  301. /package/dist/core/{p-490bf0ee.entry.js.map → p-91a221b5.entry.js.map} +0 -0
  302. /package/dist/core/{p-f7872eef.entry.js.map → p-9f569f90.entry.js.map} +0 -0
  303. /package/dist/core/{p-0cb72d37.entry.js.map → p-a178d53c.entry.js.map} +0 -0
  304. /package/dist/core/{p-f2d9eefe.entry.js.map → p-a72685f6.entry.js.map} +0 -0
  305. /package/dist/core/{p-87aa30b4.entry.js.map → p-abdc2912.entry.js.map} +0 -0
  306. /package/dist/core/{p-cf0176be.entry.js.map → p-b404b307.entry.js.map} +0 -0
  307. /package/dist/core/{p-b9941d97.entry.js.map → p-b6ce9ca3.entry.js.map} +0 -0
  308. /package/dist/core/{p-8624bb98.entry.js.map → p-b6e010f3.entry.js.map} +0 -0
  309. /package/dist/core/{p-5f6d6b3f.entry.js.map → p-bbd4f487.entry.js.map} +0 -0
  310. /package/dist/core/{p-84c3a870.entry.js.map → p-bd9f3961.entry.js.map} +0 -0
  311. /package/dist/core/{p-1223d0e9.entry.js.map → p-c1db155d.entry.js.map} +0 -0
  312. /package/dist/core/{p-24a34d72.entry.js.map → p-c7bcdb8e.entry.js.map} +0 -0
  313. /package/dist/core/{p-199b9196.entry.js.map → p-ca11666f.entry.js.map} +0 -0
  314. /package/dist/core/{p-932f3e3c.js.map → p-cda4aca9.js.map} +0 -0
  315. /package/dist/core/{p-9ad4bbf4.entry.js.map → p-dededae6.entry.js.map} +0 -0
  316. /package/dist/core/{p-20ac0d2a.entry.js.map → p-e2cf6e7e.entry.js.map} +0 -0
  317. /package/dist/core/{p-33b44dc1.entry.js.map → p-e6dc3cd1.entry.js.map} +0 -0
  318. /package/dist/core/{p-7ff4632d.entry.js.map → p-e831277e.entry.js.map} +0 -0
  319. /package/dist/core/{p-e0730a5d.entry.js.map → p-eb7c589b.entry.js.map} +0 -0
  320. /package/dist/core/{p-47038ea3.entry.js.map → p-fd60eef7.entry.js.map} +0 -0
  321. /package/dist/core/{p-29afeb33.entry.js.map → p-fd9f3fd0.entry.js.map} +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"names":["icLinkCss","Link","this","inheritedAttributes","hostMutationObserver","hostMutationCallback","mutationList","forceComponentUpdate","forEach","attributeName","IC_INHERITED_ARIA","includes","el","getAttribute","forceUpdate","componentWillLoad","inheritAttributes","updateTheme","setAttribute","componentDidLoad","MutationObserver","observe","attributes","disconnectedCallback","_a","disconnect","brandChangeHandler","detail","mode","setFocus","shadowRoot","querySelector","focus","theme","getBrandFromContext","IcBrandForegroundEnum","Default","monochrome","Light","Dark","hasRouterSlot","routerSlot","ariaLabel","textContent","render","download","href","hreflang","referrerpolicy","rel","target","h","Host","class","name","Object","assign","hrefLang","referrerPolicy","tabindex","part","innerHTML","OpenInNew"],"sources":["src/components/ic-link/ic-link.css?tag=ic-link&encapsulation=shadow","src/components/ic-link/ic-link.tsx"],"sourcesContent":["@import \"../../global/normalize.css\";\n\n:host(.ic-link) .link,\n:host(.ic-link) ::slotted(a) {\n color: var(--ic-link-text);\n text-decoration: underline;\n font-weight: var(--ic-font-weight-bold);\n transition: var(--ic-easing-transition-fast);\n}\n\n:host(.ic-link) .link:visited,\n:host(.ic-link) ::slotted(a:visited),\n:host(.ic-link) .link:visited:hover,\n:host(.ic-link) ::slotted(a:visited:hover),\n:host(.ic-link) .link:visited:active,\n:host(.ic-link) ::slotted(a:visited:active),\n:host(.ic-link) .link:visited:focus,\n:host(.ic-link) ::slotted(a:visited:focus) {\n color: var(--ic-link-text-visited);\n}\n\n:host(.ic-link) .link:hover {\n color: var(--ic-link-text-hover);\n}\n\n:host(.ic-link) .link:active {\n color: var(--ic-link-text-pressed);\n}\n\n:host(.ic-link) .link:focus {\n color: var(--ic-link-text-focused);\n}\n\n:host(.ic-link-monochrome) .link:hover {\n color: var(--ic-link-text-hover-monochrome);\n}\n\n:host(.ic-link-monochrome) .link:active {\n color: var(--ic-link-text-pressed-monochrome);\n}\n\n:host(.ic-link-monochrome) .link:focus {\n color: var(--ic-link-text-focused-monochrome);\n}\n\n:host(.ic-link) .link:hover,\n:host(.ic-link) .link:focus,\n:host(.ic-link) ::slotted(a:hover),\n:host(.ic-link) ::slotted(a:focus) {\n outline: none;\n border-bottom: 0.25rem solid !important;\n margin-bottom: -0.25rem !important;\n text-decoration: none;\n}\n\n@supports (text-underline-offset: 10%) {\n :host(.ic-link) .link:hover,\n :host(.ic-link) .link:focus,\n :host(.ic-link) ::slotted(a:hover),\n :host(.ic-link) ::slotted(a:focus) {\n text-decoration-line: underline;\n text-decoration-thickness: 25%;\n text-underline-offset: 10%;\n border-bottom: 0 !important;\n margin-bottom: 0 !important;\n }\n}\n\n:host(.ic-link) .link:active,\n:host(.ic-link) .link:focus:active,\n:host(.ic-link) .link:visited:active,\n:host(.ic-link) ::slotted(a:active),\n:host(.ic-link) ::slotted(a:focus:active),\n:host(.ic-link) ::slotted(a:visited:active) {\n text-decoration: none;\n}\n\n.ic-link-open-in-new-icon {\n vertical-align: middle;\n margin-left: var(--ic-space-xxs);\n}\n\n.link > .ic-link-open-in-new-icon {\n fill: var(--ic-link-icon-launch);\n}\n\n.ic-link-open-in-new-icon > svg {\n width: var(--ic-space-md);\n height: var(--ic-space-md);\n fill: currentcolor;\n}\n\n.link:visited > .ic-link-open-in-new-icon {\n fill: var(--ic-link-icon-launch-visited);\n}\n\n:host(.ic-link-monochrome) .link,\n:host(.ic-link-monochrome) ::slotted(a) {\n color: var(--ic-link-text-monochrome);\n}\n\n:host(.ic-link-monochrome) .link:visited,\n:host(.ic-link-monochrome) ::slotted(a:visited),\n:host(.ic-link-monochrome) .link:visited:hover,\n:host(.ic-link-monochrome) ::slotted(a:visited:hover),\n:host(.ic-link-monochrome) .link:visited:active,\n:host(.ic-link-monochrome) ::slotted(a:visited:active),\n:host(.ic-link-monochrome) .link:visited:focus,\n:host(.ic-link-monochrome) ::slotted(a:visited:focus) {\n color: var(--ic-link-text-visited-monochrome);\n}\n\n:host(.ic-link-monochrome) .link > .ic-link-open-in-new-icon {\n fill: var(--ic-link-icon-launch-monochrome);\n}\n\n:host(.ic-link-monochrome) .link:visited > .ic-link-open-in-new-icon {\n fill: var(--ic-link-icon-launch-visited-monochrome);\n}\n\n:host(.breadcrumb-link) .link {\n display: var(--breadcrumb-link-display);\n align-items: var(--breadcrumb-link-align-items);\n gap: var(--breadcrumb-link-gap);\n}\n\n:host(.breadcrumb-link) .link ::slotted(.back-icon) {\n height: var(--ic-space-lg);\n width: var(--ic-space-lg);\n}\n\n:host(.breadcrumb-link.current-page) a,\n:host(.breadcrumb-link.current-page) ::slotted(a) {\n font-weight: normal;\n color: inherit;\n text-decoration: none;\n display: flex;\n align-items: center;\n}\n\n:host(.breadcrumb-link.current-page) .link,\n:host(.breadcrumb-link.current-page) ::slotted(a:focus) {\n outline: var(--ic-hc-focus-outline);\n text-decoration: none;\n}\n\n:host(.breadcrumb-link.current-page) .link:visited {\n color: var(--ic-color-text-primary);\n}\n","import {\n Component,\n Element,\n Prop,\n h,\n Host,\n Listen,\n Method,\n forceUpdate,\n} from \"@stencil/core\";\n\nimport OpenInNew from \"../../assets/OpenInNew.svg\";\nimport { getBrandFromContext, inheritAttributes } from \"../../utils/helpers\";\nimport { IC_INHERITED_ARIA } from \"../../utils/constants\";\nimport {\n IcBrand,\n IcBrandForeground,\n IcBrandForegroundEnum,\n IcThemeMode,\n} from \"../../utils/types\";\n\n/**\n * @slot router-item - Handle routing by nesting your routes in this slot.\n */\n\n@Component({\n tag: \"ic-link\",\n styleUrl: \"ic-link.css\",\n shadow: {\n delegatesFocus: true,\n },\n})\nexport class Link {\n private inheritedAttributes: { [k: string]: string } = {};\n private routerSlot: HTMLElement;\n private hostMutationObserver: MutationObserver = null;\n\n @Element() el: HTMLIcLinkElement;\n\n /**\n * If `true`, the user can save the linked URL instead of navigating to it.\n */\n @Prop() download?: string | boolean = false;\n\n /**\n * The URL that the link points to.\n */\n @Prop() href?: string = null;\n\n /**\n * The human language of the linked URL.\n */\n @Prop() hreflang?: string;\n\n /**\n * If `true`, the link will display as black in the light theme, and white in the dark theme.\n */\n @Prop({ mutable: true }) monochrome?: boolean = false;\n\n /**\n * How much of the referrer to send when following the link.\n */\n @Prop() referrerpolicy?: ReferrerPolicy;\n\n /**\n * The relationship of the linked URL as space-separated link types.\n */\n @Prop() rel?: string;\n\n /**\n * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).\n */\n @Prop() target?: string;\n\n /**\n * Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.\n */\n @Prop({ mutable: true }) theme?: IcThemeMode = \"inherit\";\n\n componentWillLoad(): void {\n this.inheritedAttributes = inheritAttributes(this.el, IC_INHERITED_ARIA);\n this.updateTheme();\n this.el.setAttribute(\"exportparts\", \"link\");\n }\n\n componentDidLoad(): void {\n this.hostMutationObserver = new MutationObserver(this.hostMutationCallback);\n this.hostMutationObserver.observe(this.el, {\n attributes: true,\n });\n }\n\n disconnectedCallback(): void {\n this.hostMutationObserver?.disconnect();\n }\n\n @Listen(\"brandChange\", { target: \"document\" })\n brandChangeHandler({ detail }: CustomEvent<IcBrand>): void {\n this.updateTheme(detail.mode);\n }\n\n /**\n * Sets focus on the link.\n */\n @Method()\n async setFocus(): Promise<void> {\n this.el.shadowRoot.querySelector(\"a\")?.focus();\n }\n\n private updateTheme(mode: IcBrandForeground = null): void {\n const theme = getBrandFromContext(this.el, mode);\n\n if (theme !== IcBrandForegroundEnum.Default) {\n this.monochrome = true;\n this.theme =\n theme === IcBrandForegroundEnum.Light\n ? IcBrandForegroundEnum.Dark\n : IcBrandForegroundEnum.Light;\n }\n }\n\n private hasRouterSlot(): boolean {\n this.routerSlot = this.el.querySelector('[slot=\"router-item\"]');\n if (this.routerSlot) {\n this.routerSlot.ariaLabel = this.routerSlot.textContent;\n }\n return !!this.routerSlot;\n }\n\n // triggered when attributes of host element change\n private hostMutationCallback = (mutationList: MutationRecord[]): void => {\n let forceComponentUpdate = false;\n mutationList.forEach(({ attributeName }) => {\n if (IC_INHERITED_ARIA.includes(attributeName)) {\n this.inheritedAttributes[attributeName] =\n this.el.getAttribute(attributeName);\n forceComponentUpdate = true;\n }\n });\n if (forceComponentUpdate) {\n forceUpdate(this);\n }\n };\n\n render() {\n const {\n download,\n href,\n hreflang,\n referrerpolicy,\n rel,\n target,\n monochrome,\n theme,\n } = this;\n\n return (\n <Host\n class={{\n [\"ic-link\"]: true,\n [`ic-theme-${theme}`]: theme !== \"inherit\",\n [\"ic-link-monochrome\"]: monochrome,\n }}\n >\n {this.hasRouterSlot() ? (\n <slot name=\"router-item\"></slot>\n ) : (\n <a\n class={{\n [\"link\"]: href !== null,\n }}\n download={download !== false ? download : null}\n href={href}\n hrefLang={hreflang}\n referrerPolicy={referrerpolicy}\n rel={rel}\n target={target}\n tabindex={href !== null ? \"0\" : \"-1\"}\n {...this.inheritedAttributes}\n part=\"link\"\n >\n <slot />\n {target === \"_blank\" && (\n <span class=\"ic-link-open-in-new-icon\" innerHTML={OpenInNew} />\n )}\n </a>\n )}\n </Host>\n );\n }\n}\n"],"mappings":"6JAAA,MAAMA,EAAY,oxL,MCgCLC,EAAI,M,yBACPC,KAAAC,oBAA+C,GAE/CD,KAAAE,qBAAyC,KA+FzCF,KAAAG,qBAAwBC,IAC9B,IAAIC,EAAuB,MAC3BD,EAAaE,SAAQ,EAAGC,oBACtB,GAAIC,EAAkBC,SAASF,GAAgB,CAC7CP,KAAKC,oBAAoBM,GACvBP,KAAKU,GAAGC,aAAaJ,GACvBF,EAAuB,I,KAG3B,GAAIA,EAAsB,CACxBO,EAAYZ,K,iBAlGsB,M,UAKd,K,wCAUwB,M,kFAoBD,S,CAE/C,iBAAAa,GACEb,KAAKC,oBAAsBa,EAAkBd,KAAKU,GAAIF,GACtDR,KAAKe,cACLf,KAAKU,GAAGM,aAAa,cAAe,O,CAGtC,gBAAAC,GACEjB,KAAKE,qBAAuB,IAAIgB,iBAAiBlB,KAAKG,sBACtDH,KAAKE,qBAAqBiB,QAAQnB,KAAKU,GAAI,CACzCU,WAAY,M,CAIhB,oBAAAC,G,OACEC,EAAAtB,KAAKE,wBAAoB,MAAAoB,SAAA,SAAAA,EAAEC,Y,CAI7B,kBAAAC,EAAmBC,OAAEA,IACnBzB,KAAKe,YAAYU,EAAOC,K,CAO1B,cAAMC,G,OACJL,EAAAtB,KAAKU,GAAGkB,WAAWC,cAAc,QAAI,MAAAP,SAAA,SAAAA,EAAEQ,O,CAGjC,WAAAf,CAAYW,EAA0B,MAC5C,MAAMK,EAAQC,EAAoBhC,KAAKU,GAAIgB,GAE3C,GAAIK,IAAUE,EAAsBC,QAAS,CAC3ClC,KAAKmC,WAAa,KAClBnC,KAAK+B,MACHA,IAAUE,EAAsBG,MAC5BH,EAAsBI,KACtBJ,EAAsBG,K,EAIxB,aAAAE,GACNtC,KAAKuC,WAAavC,KAAKU,GAAGmB,cAAc,wBACxC,GAAI7B,KAAKuC,WAAY,CACnBvC,KAAKuC,WAAWC,UAAYxC,KAAKuC,WAAWE,W,CAE9C,QAASzC,KAAKuC,U,CAkBhB,MAAAG,GACE,MAAMC,SACJA,EAAQC,KACRA,EAAIC,SACJA,EAAQC,eACRA,EAAcC,IACdA,EAAGC,OACHA,EAAMb,WACNA,EAAUJ,MACVA,GACE/B,KAEJ,OACEiD,EAACC,EAAI,CACHC,MAAO,CACL,CAAC,WAAY,KACb,CAAC,YAAYpB,KAAUA,IAAU,UACjC,CAAC,sBAAuBI,IAGzBnC,KAAKsC,gBACJW,EAAA,QAAMG,KAAK,gBAEXH,EAAA,IAAAI,OAAAC,OAAA,CACEH,MAAO,CACL,CAAC,QAASP,IAAS,MAErBD,SAAUA,IAAa,MAAQA,EAAW,KAC1CC,KAAMA,EACNW,SAAUV,EACVW,eAAgBV,EAChBC,IAAKA,EACLC,OAAQA,EACRS,SAAUb,IAAS,KAAO,IAAM,MAC5B5C,KAAKC,oBAAmB,CAC5ByD,KAAK,SAELT,EAAA,aACCD,IAAW,UACVC,EAAA,QAAME,MAAM,2BAA2BQ,UAAWC,K"}
@@ -1,2 +0,0 @@
1
- import{r as e,c as t,h as i,H as o,g as n}from"./p-6b5e91e2.js";import{d as a}from"./p-932f3e3c.js";const s='/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-style:inherit;vertical-align:baseline}:host:not[hidden]{display:block}:host{color:var(--ic-color-text-primary)}';const r=class{constructor(i){e(this,i);this.tabPanelCreated=t(this,"tabPanelCreated",7);this.tabPanelRemoved=t(this,"tabPanelRemoved",7);this.monochrome=false;this.panelId=undefined;this.selectedTab=undefined;this.tabPosition=undefined;this.theme="inherit"}connectedCallback(){this.tabPanelCreated.emit(this.el)}render(){const{panelId:e,selectedTab:t,theme:n}=this;return i(o,{class:{[`ic-theme-${n}`]:n!=="inherit"},role:"tabpanel",hidden:a(e)&&a(t)?!(e===t):true},i("div",null,i("slot",null)))}get el(){return n(this)}};r.style=s;export{r as ic_tab_panel};
2
- //# sourceMappingURL=p-f9dceda0.entry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["icTabPanelCss","TabPanel","connectedCallback","this","tabPanelCreated","emit","el","render","panelId","selectedTab","theme","h","Host","class","role","hidden","isPropDefined"],"sources":["src/components/ic-tab-panel/ic-tab-panel.css?tag=ic-tab-panel&encapsulation=shadow","src/components/ic-tab-panel/ic-tab-panel.tsx"],"sourcesContent":["@import \"../../global/normalize.css\";\n\n:host:not[hidden] {\n display: block;\n}\n\n:host {\n color: var(--ic-color-text-primary);\n}\n","import {\n Component,\n Element,\n Event,\n EventEmitter,\n Host,\n Prop,\n h,\n} from \"@stencil/core\";\nimport { IcThemeMode } from \"../../utils/types\";\nimport { isPropDefined } from \"../../utils/helpers\";\n\n@Component({\n tag: \"ic-tab-panel\",\n styleUrl: \"ic-tab-panel.css\",\n shadow: true,\n})\nexport class TabPanel {\n @Element() el: HTMLIcTabPanelElement;\n\n /** @internal Determines whether black variant of the tabs should be displayed. */\n @Prop() monochrome?: boolean = false;\n\n /**\n * @internal The shared ID that links the panel and tab.\n */\n @Prop({ reflect: true }) panelId?: string;\n\n /**\n * @internal The shared ID of the currently selected tab.\n */\n @Prop() selectedTab?: string;\n\n /**\n * @internal The position of the tab panel inside the tabs array in context.\n */\n @Prop({ reflect: true }) tabPosition?: number;\n\n /** @internal Determines whether the light or dark variant of the tabs should be displayed. */\n @Prop() theme?: IcThemeMode = \"inherit\";\n\n /**\n * @internal Emitted when a tab panel is dynamically created.\n */\n @Event() tabPanelCreated: EventEmitter<HTMLIcTabPanelElement>;\n\n /**\n * @internal Emitted when a tab panel is unmounted.\n */\n @Event() tabPanelRemoved: EventEmitter<void>;\n\n connectedCallback(): void {\n this.tabPanelCreated.emit(this.el);\n }\n\n render() {\n const { panelId, selectedTab, theme } = this;\n return (\n <Host\n class={{\n [`ic-theme-${theme}`]: theme !== \"inherit\",\n }}\n role=\"tabpanel\"\n hidden={\n isPropDefined(panelId) && isPropDefined(selectedTab)\n ? !(panelId === selectedTab)\n : true\n }\n >\n <div>\n <slot></slot>\n </div>\n </Host>\n );\n }\n}\n"],"mappings":"oGAAA,MAAMA,EAAgB,66E,MCiBTC,EAAQ,M,2IAIY,M,wFAkBD,S,CAY9B,iBAAAC,GACEC,KAAKC,gBAAgBC,KAAKF,KAAKG,G,CAGjC,MAAAC,GACE,MAAMC,QAAEA,EAAOC,YAAEA,EAAWC,MAAEA,GAAUP,KACxC,OACEQ,EAACC,EAAI,CACHC,MAAO,CACL,CAAC,YAAYH,KAAUA,IAAU,WAEnCI,KAAK,WACLC,OACEC,EAAcR,IAAYQ,EAAcP,KAClCD,IAAYC,GACd,MAGNE,EAAA,WACEA,EAAA,c"}