@zanichelli/albe-web-components 18.7.7 → 18.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (482) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/cjs/index-96af6326.js +4 -0
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/web-components-library.cjs.js +1 -1
  5. package/dist/cjs/z-alert.cjs.entry.js +1 -1
  6. package/dist/cjs/z-app-header_12.cjs.entry.js +6 -6
  7. package/dist/cjs/z-book-card.cjs.entry.js +15 -14
  8. package/dist/cjs/z-book-card.cjs.entry.js.map +1 -1
  9. package/dist/{components/placeholder-cover.js → cjs/z-book-cover.cjs.entry.js} +26 -2
  10. package/dist/cjs/z-book-cover.cjs.entry.js.map +1 -0
  11. package/dist/cjs/z-breadcrumb.cjs.entry.js +2 -2
  12. package/dist/cjs/z-button-sort.cjs.entry.js +1 -1
  13. package/dist/cjs/z-chip.cjs.entry.js +2 -2
  14. package/dist/cjs/z-combobox.cjs.entry.js +1 -1
  15. package/dist/cjs/z-cover-hero.cjs.entry.js +2 -2
  16. package/dist/cjs/z-dragdrop-area_2.cjs.entry.js +4 -4
  17. package/dist/cjs/z-ghost-loading.cjs.entry.js +1 -1
  18. package/dist/cjs/z-info-box.cjs.entry.js +1 -1
  19. package/dist/cjs/z-info-reveal.cjs.entry.js +1 -1
  20. package/dist/cjs/z-logo.cjs.entry.js +1 -1
  21. package/dist/cjs/z-myz-card-alert.cjs.entry.js +1 -1
  22. package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +1 -1
  23. package/dist/cjs/z-myz-card-footer-sections.cjs.entry.js +1 -1
  24. package/dist/cjs/z-myz-card-footer.cjs.entry.js +1 -1
  25. package/dist/cjs/z-myz-card-icon.cjs.entry.js +1 -1
  26. package/dist/cjs/z-myz-card-info.cjs.entry.js +1 -1
  27. package/dist/cjs/z-myz-card-list.cjs.entry.js +1 -1
  28. package/dist/cjs/z-myz-card_4.cjs.entry.js +4 -4
  29. package/dist/cjs/z-myz-list-item.cjs.entry.js +1 -1
  30. package/dist/cjs/z-myz-list.cjs.entry.js +1 -1
  31. package/dist/cjs/z-navigation-tabs.cjs.entry.js +2 -2
  32. package/dist/cjs/z-notification.cjs.entry.js +1 -1
  33. package/dist/cjs/z-otp.cjs.entry.js +2 -2
  34. package/dist/cjs/z-panel-elem.cjs.entry.js +2 -2
  35. package/dist/cjs/z-popover.cjs.entry.js +1 -1
  36. package/dist/cjs/z-result-card.cjs.entry.js +6 -14
  37. package/dist/cjs/z-result-card.cjs.entry.js.map +1 -1
  38. package/dist/cjs/z-select.cjs.entry.js +1 -1
  39. package/dist/cjs/z-skip-to-content.cjs.entry.js +1 -1
  40. package/dist/cjs/z-stepper-item.cjs.entry.js +1 -1
  41. package/dist/cjs/z-stepper.cjs.entry.js +1 -1
  42. package/dist/cjs/z-toast-notification-list.cjs.entry.js +1 -1
  43. package/dist/cjs/z-toast-notification.cjs.entry.js +1 -1
  44. package/dist/cjs/z-toggle-button.cjs.entry.js +2 -2
  45. package/dist/cjs/z-toggle-switch.cjs.entry.js +3 -3
  46. package/dist/cjs/z-tooltip.cjs.entry.js +1 -1
  47. package/dist/collection/collection-manifest.json +2 -1
  48. package/dist/collection/components/book-card/z-book-card/index.js +66 -29
  49. package/dist/collection/components/book-card/z-book-card/index.js.map +1 -1
  50. package/dist/collection/components/book-card/z-book-card/index.stories.js +11 -13
  51. package/dist/collection/components/book-card/z-book-card/index.stories.js.map +1 -1
  52. package/dist/collection/components/book-card/z-book-card/styles.css +35 -67
  53. package/dist/collection/components/z-book-cover/index.js +113 -0
  54. package/dist/collection/components/z-book-cover/index.js.map +1 -0
  55. package/dist/collection/components/z-book-cover/index.stories.js +31 -0
  56. package/dist/collection/components/z-book-cover/index.stories.js.map +1 -0
  57. package/dist/collection/components/z-book-cover/styles.css +95 -0
  58. package/dist/collection/components/z-breadcrumb/index.js +2 -2
  59. package/dist/collection/components/z-button-sort/index.js +1 -1
  60. package/dist/collection/components/z-chip/index.js +2 -2
  61. package/dist/collection/components/z-combobox/index.js +1 -1
  62. package/dist/collection/components/z-cover-hero/index.js +2 -2
  63. package/dist/collection/components/z-divider/index.js +1 -1
  64. package/dist/collection/components/z-ghost-loading/index.js +1 -1
  65. package/dist/collection/components/z-info-box/index.js +1 -1
  66. package/dist/collection/components/z-info-reveal/index.js +1 -1
  67. package/dist/collection/components/z-input/index.js +1 -1
  68. package/dist/collection/components/z-input-message/index.js +1 -1
  69. package/dist/collection/components/z-logo/index.js +1 -1
  70. package/dist/collection/components/z-modal/index.js +4 -4
  71. package/dist/collection/components/z-navigation-tabs/index.js +2 -2
  72. package/dist/collection/components/z-notification/index.js +1 -1
  73. package/dist/collection/components/z-offcanvas/index.js +2 -2
  74. package/dist/collection/components/z-panel-elem/index.js +2 -2
  75. package/dist/collection/components/z-popover/index.js +1 -1
  76. package/dist/collection/components/{result-card/z-result-card → z-result-card}/index.js +10 -18
  77. package/dist/collection/components/z-result-card/index.js.map +1 -0
  78. package/dist/collection/components/{result-card/z-result-card → z-result-card}/styles.css +39 -108
  79. package/dist/collection/components/z-result-card/z-result-card.stories.js.map +1 -0
  80. package/dist/collection/components/z-searchbar/index.js +1 -1
  81. package/dist/collection/components/z-select/index.js +1 -1
  82. package/dist/collection/components/z-skip-to-content/index.js +1 -1
  83. package/dist/collection/components/z-stepper/index.js +1 -1
  84. package/dist/collection/components/z-stepper-item/index.js +1 -1
  85. package/dist/collection/components/z-toast-notification/index.js +1 -1
  86. package/dist/collection/components/z-toast-notification-list/index.js +1 -1
  87. package/dist/collection/components/z-toggle-button/index.js +2 -2
  88. package/dist/collection/components/z-toggle-switch/index.js +3 -3
  89. package/dist/collection/components/z-tooltip/index.js +1 -1
  90. package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +1 -1
  91. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +1 -1
  92. package/dist/collection/snowflakes/myz/card/z-myz-card-body/index.js +1 -1
  93. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +1 -1
  94. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +1 -1
  95. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +1 -1
  96. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/index.js +1 -1
  97. package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +1 -1
  98. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +1 -1
  99. package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +1 -1
  100. package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +1 -1
  101. package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +1 -1
  102. package/dist/collection/snowflakes/myz/list/z-myz-list-item/index.js +1 -1
  103. package/dist/collection/snowflakes/myz/z-alert/index.js +1 -1
  104. package/dist/collection/snowflakes/myz/z-otp/index.js +2 -2
  105. package/dist/components/index.d.ts +3 -1
  106. package/dist/components/index.js +1 -0
  107. package/dist/components/index.js.map +1 -1
  108. package/dist/components/index10.js +24 -65
  109. package/dist/components/index10.js.map +1 -1
  110. package/dist/components/index11.js +58 -306
  111. package/dist/components/index11.js.map +1 -1
  112. package/dist/components/index12.js +311 -37
  113. package/dist/components/index12.js.map +1 -1
  114. package/dist/components/index13.js +40 -27
  115. package/dist/components/index13.js.map +1 -1
  116. package/dist/components/index14.js +23 -151
  117. package/dist/components/index14.js.map +1 -1
  118. package/dist/components/index15.js +144 -37
  119. package/dist/components/index15.js.map +1 -1
  120. package/dist/components/index16.js +42 -1008
  121. package/dist/components/index16.js.map +1 -1
  122. package/dist/components/index17.js +1012 -37
  123. package/dist/components/index17.js.map +1 -1
  124. package/dist/components/index18.js +42 -10
  125. package/dist/components/index18.js.map +1 -1
  126. package/dist/components/index19.js +10 -22
  127. package/dist/components/index19.js.map +1 -1
  128. package/dist/components/index20.js +16 -33
  129. package/dist/components/index20.js.map +1 -1
  130. package/dist/components/index21.js +39 -43
  131. package/dist/components/index21.js.map +1 -1
  132. package/dist/components/index22.js +44 -84
  133. package/dist/components/index22.js.map +1 -1
  134. package/dist/components/index23.js +60 -430
  135. package/dist/components/index23.js.map +1 -1
  136. package/dist/components/index24.js +415 -341
  137. package/dist/components/index24.js.map +1 -1
  138. package/dist/components/index25.js +376 -19
  139. package/dist/components/index25.js.map +1 -1
  140. package/dist/components/index26.js +45 -0
  141. package/dist/components/index26.js.map +1 -0
  142. package/dist/components/index3.js +1 -1
  143. package/dist/components/index4.js +23 -60
  144. package/dist/components/index4.js.map +1 -1
  145. package/dist/components/index5.js +53 -27
  146. package/dist/components/index5.js.map +1 -1
  147. package/dist/components/index6.js +34 -18
  148. package/dist/components/index6.js.map +1 -1
  149. package/dist/components/index7.js +18 -41
  150. package/dist/components/index7.js.map +1 -1
  151. package/dist/components/index8.js +41 -11
  152. package/dist/components/index8.js.map +1 -1
  153. package/dist/components/index9.js +10 -28
  154. package/dist/components/index9.js.map +1 -1
  155. package/dist/components/z-accordion.js +1 -1
  156. package/dist/components/z-anchor-navigation.js +2 -2
  157. package/dist/components/z-app-header-deprecated.js +11 -11
  158. package/dist/components/z-app-header.js +11 -11
  159. package/dist/components/z-book-card-app.js +2 -2
  160. package/dist/components/z-book-card-deprecated.js +1 -1
  161. package/dist/components/z-book-card.js +26 -17
  162. package/dist/components/z-book-card.js.map +1 -1
  163. package/dist/components/z-book-cover.d.ts +11 -0
  164. package/dist/components/z-book-cover.js +8 -0
  165. package/dist/components/z-book-cover.js.map +1 -0
  166. package/dist/components/z-breadcrumb.js +8 -8
  167. package/dist/components/z-button-sort.js +2 -2
  168. package/dist/components/z-button.js +1 -1
  169. package/dist/components/z-card.js +1 -1
  170. package/dist/components/z-carousel.js +3 -3
  171. package/dist/components/z-chip.js +1 -1
  172. package/dist/components/z-combobox.js +7 -7
  173. package/dist/components/z-cover-hero.js +2 -2
  174. package/dist/components/z-date-picker.js +3 -3
  175. package/dist/components/z-divider.js +1 -1
  176. package/dist/components/z-dragdrop-area.js +1 -1
  177. package/dist/components/z-file-upload.js +4 -4
  178. package/dist/components/z-file.js +3 -3
  179. package/dist/components/z-ghost-loading.js +1 -1
  180. package/dist/components/z-icon.js +1 -1
  181. package/dist/components/z-info-box.js +2 -2
  182. package/dist/components/z-info-reveal.js +1 -1
  183. package/dist/components/z-input-message.js +1 -1
  184. package/dist/components/z-input.js +1 -1
  185. package/dist/components/z-list-element.js +1 -1
  186. package/dist/components/z-list-group.js +1 -1
  187. package/dist/components/z-list.js +1 -1
  188. package/dist/components/z-logo.js +1 -1
  189. package/dist/components/z-menu-deprecated.js +1 -1
  190. package/dist/components/z-menu-section-deprecated.js +1 -1
  191. package/dist/components/z-menu-section.js +1 -1
  192. package/dist/components/z-menu.js +1 -1
  193. package/dist/components/z-modal.js +1 -1
  194. package/dist/components/z-myz-card-alert.js +2 -2
  195. package/dist/components/z-myz-card-body.js +1 -1
  196. package/dist/components/z-myz-card-cover.js +1 -1
  197. package/dist/components/z-myz-card-dictionary.js +7 -7
  198. package/dist/components/z-myz-card-footer-sections.js +1 -1
  199. package/dist/components/z-myz-card-footer.js +1 -1
  200. package/dist/components/z-myz-card-header.js +1 -1
  201. package/dist/components/z-myz-card-icon.js +2 -2
  202. package/dist/components/z-myz-card-info.js +3 -3
  203. package/dist/components/z-myz-card-list.js +1 -1
  204. package/dist/components/z-myz-card.js +1 -1
  205. package/dist/components/z-myz-list-item.js +1 -1
  206. package/dist/components/z-myz-list.js +3 -3
  207. package/dist/components/z-navigation-tabs.js +3 -3
  208. package/dist/components/z-notification.js +2 -2
  209. package/dist/components/z-offcanvas.js +1 -1
  210. package/dist/components/z-otp.js +4 -4
  211. package/dist/components/z-pagination.js +4 -4
  212. package/dist/components/z-panel-elem.js +3 -3
  213. package/dist/components/z-popover.js +1 -1
  214. package/dist/components/z-range-picker.js +3 -3
  215. package/dist/components/z-result-card.js +14 -16
  216. package/dist/components/z-result-card.js.map +1 -1
  217. package/dist/components/z-searchbar.js +1 -1
  218. package/dist/components/z-section-title.js +1 -1
  219. package/dist/components/z-select.js +9 -9
  220. package/dist/components/z-skip-to-content.js +1 -1
  221. package/dist/components/z-slideshow.js +1 -1
  222. package/dist/components/z-stepper-item.js +2 -2
  223. package/dist/components/z-stepper.js +1 -1
  224. package/dist/components/z-table.js +1 -1
  225. package/dist/components/z-tag.js +1 -1
  226. package/dist/components/z-td.js +3 -3
  227. package/dist/components/z-th.js +3 -3
  228. package/dist/components/z-toast-notification-list.js +1 -1
  229. package/dist/components/z-toast-notification.js +2 -2
  230. package/dist/components/z-toggle-button.js +3 -3
  231. package/dist/components/z-toggle-switch.js +4 -4
  232. package/dist/components/z-tooltip.js +2 -2
  233. package/dist/components/z-tr.js +2 -2
  234. package/dist/components/z-tree-list.js +4 -4
  235. package/dist/esm/index-c8ceadeb.js +4 -0
  236. package/dist/esm/loader.js +1 -1
  237. package/dist/esm/web-components-library.js +1 -1
  238. package/dist/esm/z-alert.entry.js +1 -1
  239. package/dist/esm/z-app-header_12.entry.js +6 -6
  240. package/dist/esm/z-book-card.entry.js +15 -14
  241. package/dist/esm/z-book-card.entry.js.map +1 -1
  242. package/dist/{cjs/placeholder-cover-b679e768.js → esm/z-book-cover.entry.js} +21 -3
  243. package/dist/esm/z-book-cover.entry.js.map +1 -0
  244. package/dist/esm/z-breadcrumb.entry.js +2 -2
  245. package/dist/esm/z-button-sort.entry.js +1 -1
  246. package/dist/esm/z-chip.entry.js +2 -2
  247. package/dist/esm/z-combobox.entry.js +1 -1
  248. package/dist/esm/z-cover-hero.entry.js +2 -2
  249. package/dist/esm/z-dragdrop-area_2.entry.js +4 -4
  250. package/dist/esm/z-ghost-loading.entry.js +1 -1
  251. package/dist/esm/z-info-box.entry.js +1 -1
  252. package/dist/esm/z-info-reveal.entry.js +1 -1
  253. package/dist/esm/z-logo.entry.js +1 -1
  254. package/dist/esm/z-myz-card-alert.entry.js +1 -1
  255. package/dist/esm/z-myz-card-dictionary.entry.js +1 -1
  256. package/dist/esm/z-myz-card-footer-sections.entry.js +1 -1
  257. package/dist/esm/z-myz-card-footer.entry.js +1 -1
  258. package/dist/esm/z-myz-card-icon.entry.js +1 -1
  259. package/dist/esm/z-myz-card-info.entry.js +1 -1
  260. package/dist/esm/z-myz-card-list.entry.js +1 -1
  261. package/dist/esm/z-myz-card_4.entry.js +4 -4
  262. package/dist/esm/z-myz-list-item.entry.js +1 -1
  263. package/dist/esm/z-myz-list.entry.js +1 -1
  264. package/dist/esm/z-navigation-tabs.entry.js +2 -2
  265. package/dist/esm/z-notification.entry.js +1 -1
  266. package/dist/esm/z-otp.entry.js +2 -2
  267. package/dist/esm/z-panel-elem.entry.js +2 -2
  268. package/dist/esm/z-popover.entry.js +1 -1
  269. package/dist/esm/z-result-card.entry.js +6 -14
  270. package/dist/esm/z-result-card.entry.js.map +1 -1
  271. package/dist/esm/z-select.entry.js +1 -1
  272. package/dist/esm/z-skip-to-content.entry.js +1 -1
  273. package/dist/esm/z-stepper-item.entry.js +1 -1
  274. package/dist/esm/z-stepper.entry.js +1 -1
  275. package/dist/esm/z-toast-notification-list.entry.js +1 -1
  276. package/dist/esm/z-toast-notification.entry.js +1 -1
  277. package/dist/esm/z-toggle-button.entry.js +2 -2
  278. package/dist/esm/z-toggle-switch.entry.js +3 -3
  279. package/dist/esm/z-tooltip.entry.js +1 -1
  280. package/dist/types/components/book-card/z-book-card/index.d.ts +20 -16
  281. package/dist/types/components/book-card/z-book-card/index.stories.d.ts +2 -35
  282. package/dist/types/components/z-book-cover/index.d.ts +23 -0
  283. package/dist/types/components/z-book-cover/index.stories.d.ts +21 -0
  284. package/dist/types/components/{result-card/z-result-card → z-result-card}/index.d.ts +8 -26
  285. package/dist/types/components.d.ts +145 -44
  286. package/dist/web-components-library/{p-17259f80.entry.js → p-01f941c2.entry.js} +2 -2
  287. package/{www/build/p-a4e26cad.entry.js → dist/web-components-library/p-028dd72a.entry.js} +2 -2
  288. package/{www/build/p-fef12692.entry.js → dist/web-components-library/p-0990d475.entry.js} +2 -2
  289. package/dist/web-components-library/{p-fa9c35b7.entry.js → p-0a49dd1c.entry.js} +2 -2
  290. package/dist/web-components-library/{p-7faf6680.entry.js → p-240de9aa.entry.js} +2 -2
  291. package/dist/web-components-library/p-28534fb5.entry.js +2 -0
  292. package/dist/web-components-library/{p-755e5bb3.entry.js → p-28d83c86.entry.js} +2 -2
  293. package/dist/web-components-library/{p-04f578d3.entry.js → p-2ffdfbb1.entry.js} +2 -2
  294. package/dist/web-components-library/p-31bd2a1c.entry.js +2 -0
  295. package/dist/web-components-library/p-31bd2a1c.entry.js.map +1 -0
  296. package/dist/web-components-library/{p-da6ba08a.entry.js → p-460b2068.entry.js} +2 -2
  297. package/dist/web-components-library/{p-bfa7b528.entry.js → p-46ea0b2e.entry.js} +2 -2
  298. package/{www/build/p-add09050.entry.js → dist/web-components-library/p-4a257653.entry.js} +2 -2
  299. package/{www/build/p-d3a51980.entry.js → dist/web-components-library/p-4aaf0172.entry.js} +2 -2
  300. package/dist/web-components-library/{p-22056263.entry.js → p-4affbb99.entry.js} +2 -2
  301. package/dist/web-components-library/{p-9f516be2.entry.js → p-5989465b.entry.js} +2 -2
  302. package/dist/web-components-library/{p-1775f79b.entry.js → p-5a1f98a2.entry.js} +2 -2
  303. package/dist/web-components-library/{p-a25c7fdb.entry.js → p-5c5882c6.entry.js} +2 -2
  304. package/dist/web-components-library/{p-a80faa78.entry.js → p-5f94986f.entry.js} +2 -2
  305. package/dist/web-components-library/p-6cff173f.entry.js +2 -0
  306. package/dist/web-components-library/p-6cffbabc.entry.js +2 -0
  307. package/{www/build/p-5f231799.entry.js.map → dist/web-components-library/p-6cffbabc.entry.js.map} +1 -1
  308. package/dist/web-components-library/{p-9e3116b0.entry.js → p-7194003a.entry.js} +2 -2
  309. package/{www/build/p-9de4915b.entry.js → dist/web-components-library/p-78146cef.entry.js} +2 -2
  310. package/dist/web-components-library/{p-f39f6ee8.entry.js → p-7a4f6a5b.entry.js} +2 -2
  311. package/dist/web-components-library/{p-945928ff.entry.js → p-7ceddb7a.entry.js} +2 -2
  312. package/dist/web-components-library/{p-50b800e6.entry.js → p-86160fe3.entry.js} +2 -2
  313. package/dist/web-components-library/{p-2105d5ec.entry.js → p-863fd1c4.entry.js} +2 -2
  314. package/dist/web-components-library/p-8fc213c2.entry.js +2 -0
  315. package/{www/build/p-b0f80e50.entry.js.map → dist/web-components-library/p-8fc213c2.entry.js.map} +1 -1
  316. package/dist/web-components-library/{p-70aa0b22.entry.js → p-943db3a8.entry.js} +2 -2
  317. package/dist/web-components-library/{p-6d2a6434.entry.js → p-94916bdf.entry.js} +2 -2
  318. package/dist/web-components-library/{p-8e5bc362.entry.js → p-a2e87cec.entry.js} +2 -2
  319. package/dist/web-components-library/{p-fe663393.entry.js → p-ac477ae7.entry.js} +2 -2
  320. package/dist/web-components-library/p-af5e8524.entry.js +2 -0
  321. package/dist/web-components-library/{p-fb78c343.entry.js → p-b3f1b5c1.entry.js} +2 -2
  322. package/dist/web-components-library/{p-6ebaa41d.entry.js → p-d60684d5.entry.js} +2 -2
  323. package/dist/web-components-library/{p-2264883d.entry.js → p-dc086eb5.entry.js} +2 -2
  324. package/dist/web-components-library/{p-f3287280.entry.js → p-e0b88075.entry.js} +2 -2
  325. package/dist/web-components-library/p-e4bb1256.entry.js +2 -0
  326. package/dist/web-components-library/p-e4bb1256.entry.js.map +1 -0
  327. package/dist/web-components-library/{p-7eb0e121.entry.js → p-f487290e.entry.js} +2 -2
  328. package/dist/web-components-library/p-f4bac89b.entry.js +2 -0
  329. package/dist/web-components-library/p-f4bac89b.entry.js.map +1 -0
  330. package/dist/web-components-library/web-components-library.esm.js +1 -1
  331. package/dist/web-components-library/web-components-library.esm.js.map +1 -1
  332. package/package.json +1 -1
  333. package/react/components.d.ts +1 -0
  334. package/react/components.js +3 -2
  335. package/react/components.js.map +1 -1
  336. package/www/build/{p-17259f80.entry.js → p-01f941c2.entry.js} +2 -2
  337. package/{dist/web-components-library/p-a4e26cad.entry.js → www/build/p-028dd72a.entry.js} +2 -2
  338. package/{dist/web-components-library/p-fef12692.entry.js → www/build/p-0990d475.entry.js} +2 -2
  339. package/www/build/{p-fa9c35b7.entry.js → p-0a49dd1c.entry.js} +2 -2
  340. package/www/build/{p-7faf6680.entry.js → p-240de9aa.entry.js} +2 -2
  341. package/www/build/p-28534fb5.entry.js +2 -0
  342. package/www/build/{p-755e5bb3.entry.js → p-28d83c86.entry.js} +2 -2
  343. package/www/build/{p-04f578d3.entry.js → p-2ffdfbb1.entry.js} +2 -2
  344. package/www/build/p-31bd2a1c.entry.js +2 -0
  345. package/www/build/p-31bd2a1c.entry.js.map +1 -0
  346. package/www/build/{p-da6ba08a.entry.js → p-460b2068.entry.js} +2 -2
  347. package/www/build/{p-bfa7b528.entry.js → p-46ea0b2e.entry.js} +2 -2
  348. package/{dist/web-components-library/p-add09050.entry.js → www/build/p-4a257653.entry.js} +2 -2
  349. package/{dist/web-components-library/p-d3a51980.entry.js → www/build/p-4aaf0172.entry.js} +2 -2
  350. package/www/build/{p-22056263.entry.js → p-4affbb99.entry.js} +2 -2
  351. package/www/build/{p-9f516be2.entry.js → p-5989465b.entry.js} +2 -2
  352. package/www/build/{p-1775f79b.entry.js → p-5a1f98a2.entry.js} +2 -2
  353. package/www/build/{p-a25c7fdb.entry.js → p-5c5882c6.entry.js} +2 -2
  354. package/www/build/{p-a80faa78.entry.js → p-5f94986f.entry.js} +2 -2
  355. package/www/build/p-6cff173f.entry.js +2 -0
  356. package/www/build/p-6cffbabc.entry.js +2 -0
  357. package/{dist/web-components-library/p-5f231799.entry.js.map → www/build/p-6cffbabc.entry.js.map} +1 -1
  358. package/www/build/{p-9e3116b0.entry.js → p-7194003a.entry.js} +2 -2
  359. package/{dist/web-components-library/p-9de4915b.entry.js → www/build/p-78146cef.entry.js} +2 -2
  360. package/www/build/{p-f39f6ee8.entry.js → p-7a4f6a5b.entry.js} +2 -2
  361. package/www/build/{p-945928ff.entry.js → p-7ceddb7a.entry.js} +2 -2
  362. package/www/build/{p-50b800e6.entry.js → p-86160fe3.entry.js} +2 -2
  363. package/www/build/{p-2105d5ec.entry.js → p-863fd1c4.entry.js} +2 -2
  364. package/www/build/p-8fc213c2.entry.js +2 -0
  365. package/{dist/web-components-library/p-b0f80e50.entry.js.map → www/build/p-8fc213c2.entry.js.map} +1 -1
  366. package/www/build/{p-70aa0b22.entry.js → p-943db3a8.entry.js} +2 -2
  367. package/www/build/{p-6d2a6434.entry.js → p-94916bdf.entry.js} +2 -2
  368. package/www/build/{p-8e5bc362.entry.js → p-a2e87cec.entry.js} +2 -2
  369. package/www/build/{p-fe663393.entry.js → p-ac477ae7.entry.js} +2 -2
  370. package/www/build/p-af5e8524.entry.js +2 -0
  371. package/www/build/{p-fb78c343.entry.js → p-b3f1b5c1.entry.js} +2 -2
  372. package/www/build/p-b716b49c.js +2 -0
  373. package/www/build/{p-6ebaa41d.entry.js → p-d60684d5.entry.js} +2 -2
  374. package/www/build/{p-2264883d.entry.js → p-dc086eb5.entry.js} +2 -2
  375. package/www/build/{p-f3287280.entry.js → p-e0b88075.entry.js} +2 -2
  376. package/www/build/p-e4bb1256.entry.js +2 -0
  377. package/www/build/p-e4bb1256.entry.js.map +1 -0
  378. package/www/build/{p-7eb0e121.entry.js → p-f487290e.entry.js} +2 -2
  379. package/www/build/p-f4bac89b.entry.js +2 -0
  380. package/www/build/p-f4bac89b.entry.js.map +1 -0
  381. package/www/build/web-components-library.esm.js +1 -1
  382. package/www/build/web-components-library.esm.js.map +1 -1
  383. package/www/index.html +1 -1
  384. package/dist/cjs/placeholder-cover-b679e768.js.map +0 -1
  385. package/dist/collection/components/result-card/z-result-card/index.js.map +0 -1
  386. package/dist/collection/components/result-card/z-result-card/z-result-card.stories.js.map +0 -1
  387. package/dist/components/placeholder-cover.js.map +0 -1
  388. package/dist/esm/placeholder-cover-9346be8f.js +0 -5
  389. package/dist/esm/placeholder-cover-9346be8f.js.map +0 -1
  390. package/dist/web-components-library/p-165d5acc.entry.js +0 -2
  391. package/dist/web-components-library/p-165d5acc.entry.js.map +0 -1
  392. package/dist/web-components-library/p-5f231799.entry.js +0 -2
  393. package/dist/web-components-library/p-75d50d5f.entry.js +0 -2
  394. package/dist/web-components-library/p-8d923a1d.js +0 -2
  395. package/dist/web-components-library/p-8d923a1d.js.map +0 -1
  396. package/dist/web-components-library/p-970de597.entry.js +0 -2
  397. package/dist/web-components-library/p-abd17b10.entry.js +0 -2
  398. package/dist/web-components-library/p-abd17b10.entry.js.map +0 -1
  399. package/dist/web-components-library/p-b0f80e50.entry.js +0 -2
  400. package/dist/web-components-library/p-e0320349.entry.js +0 -2
  401. package/www/build/p-165d5acc.entry.js +0 -2
  402. package/www/build/p-165d5acc.entry.js.map +0 -1
  403. package/www/build/p-29dcbeae.js +0 -2
  404. package/www/build/p-5f231799.entry.js +0 -2
  405. package/www/build/p-75d50d5f.entry.js +0 -2
  406. package/www/build/p-8d923a1d.js +0 -2
  407. package/www/build/p-8d923a1d.js.map +0 -1
  408. package/www/build/p-970de597.entry.js +0 -2
  409. package/www/build/p-abd17b10.entry.js +0 -2
  410. package/www/build/p-abd17b10.entry.js.map +0 -1
  411. package/www/build/p-b0f80e50.entry.js +0 -2
  412. package/www/build/p-e0320349.entry.js +0 -2
  413. /package/dist/collection/components/{result-card/z-result-card → z-result-card}/z-result-card.stories.js +0 -0
  414. /package/dist/types/components/{result-card/z-result-card → z-result-card}/z-result-card.stories.d.ts +0 -0
  415. /package/dist/web-components-library/{p-17259f80.entry.js.map → p-01f941c2.entry.js.map} +0 -0
  416. /package/dist/web-components-library/{p-a4e26cad.entry.js.map → p-028dd72a.entry.js.map} +0 -0
  417. /package/dist/web-components-library/{p-fef12692.entry.js.map → p-0990d475.entry.js.map} +0 -0
  418. /package/dist/web-components-library/{p-fa9c35b7.entry.js.map → p-0a49dd1c.entry.js.map} +0 -0
  419. /package/dist/web-components-library/{p-7faf6680.entry.js.map → p-240de9aa.entry.js.map} +0 -0
  420. /package/dist/web-components-library/{p-970de597.entry.js.map → p-28534fb5.entry.js.map} +0 -0
  421. /package/dist/web-components-library/{p-755e5bb3.entry.js.map → p-28d83c86.entry.js.map} +0 -0
  422. /package/dist/web-components-library/{p-04f578d3.entry.js.map → p-2ffdfbb1.entry.js.map} +0 -0
  423. /package/dist/web-components-library/{p-da6ba08a.entry.js.map → p-460b2068.entry.js.map} +0 -0
  424. /package/dist/web-components-library/{p-bfa7b528.entry.js.map → p-46ea0b2e.entry.js.map} +0 -0
  425. /package/dist/web-components-library/{p-add09050.entry.js.map → p-4a257653.entry.js.map} +0 -0
  426. /package/dist/web-components-library/{p-d3a51980.entry.js.map → p-4aaf0172.entry.js.map} +0 -0
  427. /package/dist/web-components-library/{p-22056263.entry.js.map → p-4affbb99.entry.js.map} +0 -0
  428. /package/dist/web-components-library/{p-9f516be2.entry.js.map → p-5989465b.entry.js.map} +0 -0
  429. /package/dist/web-components-library/{p-1775f79b.entry.js.map → p-5a1f98a2.entry.js.map} +0 -0
  430. /package/dist/web-components-library/{p-a25c7fdb.entry.js.map → p-5c5882c6.entry.js.map} +0 -0
  431. /package/dist/web-components-library/{p-a80faa78.entry.js.map → p-5f94986f.entry.js.map} +0 -0
  432. /package/dist/web-components-library/{p-e0320349.entry.js.map → p-6cff173f.entry.js.map} +0 -0
  433. /package/dist/web-components-library/{p-9e3116b0.entry.js.map → p-7194003a.entry.js.map} +0 -0
  434. /package/dist/web-components-library/{p-9de4915b.entry.js.map → p-78146cef.entry.js.map} +0 -0
  435. /package/dist/web-components-library/{p-f39f6ee8.entry.js.map → p-7a4f6a5b.entry.js.map} +0 -0
  436. /package/dist/web-components-library/{p-945928ff.entry.js.map → p-7ceddb7a.entry.js.map} +0 -0
  437. /package/dist/web-components-library/{p-50b800e6.entry.js.map → p-86160fe3.entry.js.map} +0 -0
  438. /package/dist/web-components-library/{p-2105d5ec.entry.js.map → p-863fd1c4.entry.js.map} +0 -0
  439. /package/dist/web-components-library/{p-70aa0b22.entry.js.map → p-943db3a8.entry.js.map} +0 -0
  440. /package/dist/web-components-library/{p-6d2a6434.entry.js.map → p-94916bdf.entry.js.map} +0 -0
  441. /package/dist/web-components-library/{p-8e5bc362.entry.js.map → p-a2e87cec.entry.js.map} +0 -0
  442. /package/dist/web-components-library/{p-fe663393.entry.js.map → p-ac477ae7.entry.js.map} +0 -0
  443. /package/dist/web-components-library/{p-75d50d5f.entry.js.map → p-af5e8524.entry.js.map} +0 -0
  444. /package/dist/web-components-library/{p-fb78c343.entry.js.map → p-b3f1b5c1.entry.js.map} +0 -0
  445. /package/dist/web-components-library/{p-6ebaa41d.entry.js.map → p-d60684d5.entry.js.map} +0 -0
  446. /package/dist/web-components-library/{p-2264883d.entry.js.map → p-dc086eb5.entry.js.map} +0 -0
  447. /package/dist/web-components-library/{p-f3287280.entry.js.map → p-e0b88075.entry.js.map} +0 -0
  448. /package/dist/web-components-library/{p-7eb0e121.entry.js.map → p-f487290e.entry.js.map} +0 -0
  449. /package/www/build/{p-17259f80.entry.js.map → p-01f941c2.entry.js.map} +0 -0
  450. /package/www/build/{p-a4e26cad.entry.js.map → p-028dd72a.entry.js.map} +0 -0
  451. /package/www/build/{p-fef12692.entry.js.map → p-0990d475.entry.js.map} +0 -0
  452. /package/www/build/{p-fa9c35b7.entry.js.map → p-0a49dd1c.entry.js.map} +0 -0
  453. /package/www/build/{p-7faf6680.entry.js.map → p-240de9aa.entry.js.map} +0 -0
  454. /package/www/build/{p-970de597.entry.js.map → p-28534fb5.entry.js.map} +0 -0
  455. /package/www/build/{p-755e5bb3.entry.js.map → p-28d83c86.entry.js.map} +0 -0
  456. /package/www/build/{p-04f578d3.entry.js.map → p-2ffdfbb1.entry.js.map} +0 -0
  457. /package/www/build/{p-da6ba08a.entry.js.map → p-460b2068.entry.js.map} +0 -0
  458. /package/www/build/{p-bfa7b528.entry.js.map → p-46ea0b2e.entry.js.map} +0 -0
  459. /package/www/build/{p-add09050.entry.js.map → p-4a257653.entry.js.map} +0 -0
  460. /package/www/build/{p-d3a51980.entry.js.map → p-4aaf0172.entry.js.map} +0 -0
  461. /package/www/build/{p-22056263.entry.js.map → p-4affbb99.entry.js.map} +0 -0
  462. /package/www/build/{p-9f516be2.entry.js.map → p-5989465b.entry.js.map} +0 -0
  463. /package/www/build/{p-1775f79b.entry.js.map → p-5a1f98a2.entry.js.map} +0 -0
  464. /package/www/build/{p-a25c7fdb.entry.js.map → p-5c5882c6.entry.js.map} +0 -0
  465. /package/www/build/{p-a80faa78.entry.js.map → p-5f94986f.entry.js.map} +0 -0
  466. /package/www/build/{p-e0320349.entry.js.map → p-6cff173f.entry.js.map} +0 -0
  467. /package/www/build/{p-9e3116b0.entry.js.map → p-7194003a.entry.js.map} +0 -0
  468. /package/www/build/{p-9de4915b.entry.js.map → p-78146cef.entry.js.map} +0 -0
  469. /package/www/build/{p-f39f6ee8.entry.js.map → p-7a4f6a5b.entry.js.map} +0 -0
  470. /package/www/build/{p-945928ff.entry.js.map → p-7ceddb7a.entry.js.map} +0 -0
  471. /package/www/build/{p-50b800e6.entry.js.map → p-86160fe3.entry.js.map} +0 -0
  472. /package/www/build/{p-2105d5ec.entry.js.map → p-863fd1c4.entry.js.map} +0 -0
  473. /package/www/build/{p-70aa0b22.entry.js.map → p-943db3a8.entry.js.map} +0 -0
  474. /package/www/build/{p-6d2a6434.entry.js.map → p-94916bdf.entry.js.map} +0 -0
  475. /package/www/build/{p-8e5bc362.entry.js.map → p-a2e87cec.entry.js.map} +0 -0
  476. /package/www/build/{p-fe663393.entry.js.map → p-ac477ae7.entry.js.map} +0 -0
  477. /package/www/build/{p-75d50d5f.entry.js.map → p-af5e8524.entry.js.map} +0 -0
  478. /package/www/build/{p-fb78c343.entry.js.map → p-b3f1b5c1.entry.js.map} +0 -0
  479. /package/www/build/{p-6ebaa41d.entry.js.map → p-d60684d5.entry.js.map} +0 -0
  480. /package/www/build/{p-2264883d.entry.js.map → p-dc086eb5.entry.js.map} +0 -0
  481. /package/www/build/{p-f3287280.entry.js.map → p-e0b88075.entry.js.map} +0 -0
  482. /package/www/build/{p-7eb0e121.entry.js.map → p-f487290e.entry.js.map} +0 -0
@@ -36,7 +36,7 @@ export class ZToastNotificationList {
36
36
  }
37
37
  }
38
38
  render() {
39
- return h("slot", { key: '48e37e6590e931eabf68d3c6b75339a800974729', name: "toasts" });
39
+ return h("slot", { key: '45792fe51cb8362de447af630fb19686018cbeef', name: "toasts" });
40
40
  }
41
41
  static get is() { return "z-toast-notification-list"; }
42
42
  static get encapsulation() { return "shadow"; }
@@ -15,10 +15,10 @@ export class ZToggleButton {
15
15
  this.toggleClick.emit(this.opened);
16
16
  }
17
17
  render() {
18
- return (h("button", { key: '449fb13c1d9630270d1ea66212d37b62687cbd36', tabindex: this.avoidclick ? "-1" : "0", class: {
18
+ return (h("button", { key: '2a0abdb9874a70f75bed7b2407bbfcb26da3245c', tabindex: this.avoidclick ? "-1" : "0", class: {
19
19
  "isopen": this.opened,
20
20
  "avoid-clicks": this.avoidclick,
21
- }, disabled: this.isdisabled, "aria-expanded": this.opened ? "true" : "false", "aria-label": this.ariaLabel, onClick: () => this.emitToggleClick() }, h("z-icon", { key: '792fc4ca06cfe7eb591d779f715165bedd0abe91', name: this.opened ? "chevron-down" : "chevron-up", width: 16, height: 16 }), this.label));
21
+ }, disabled: this.isdisabled, "aria-expanded": this.opened ? "true" : "false", "aria-label": this.ariaLabel, onClick: () => this.emitToggleClick() }, h("z-icon", { key: '56c5c803cf48530342b4fce72cdb75783b226c3f', name: this.opened ? "chevron-down" : "chevron-up", width: 16, height: 16 }), this.label));
22
22
  }
23
23
  static get is() { return "z-toggle-button"; }
24
24
  static get encapsulation() { return "shadow"; }
@@ -22,14 +22,14 @@ export class ZToggleSwitch {
22
22
  this.emitToggleClick();
23
23
  }
24
24
  render() {
25
- return (h(Host, { key: 'b25a6529d3058d85f0ded1ebed424dc72c23363b' }, h("input", { key: '28466f876ad461c05fc11b0bd2a6a5d95a543a94', id: this.htmlid, type: "checkbox", checked: this.checked, disabled: this.disabled, onChange: this.handleClick.bind(this) }), h("label", { key: 'bcdfa369c97caec10dd658a611ef3a208c89b1e6', htmlFor: this.htmlid, class: {
25
+ return (h(Host, { key: 'd82db0fca4f7786bfed1b958d9eb3ba538a1df59' }, h("input", { key: 'ade4df962bf570c4bac896be7ca2c08ad78950c6', id: this.htmlid, type: "checkbox", checked: this.checked, disabled: this.disabled, onChange: this.handleClick.bind(this) }), h("label", { key: 'c0d26a77609ae2c3954bf1d249205706f3189051', htmlFor: this.htmlid, class: {
26
26
  [this.labelPosition]: true,
27
27
  disabled: this.disabled,
28
- } }, h("span", { key: '1bd19a66347f82d8ff79822a3fdbe6652dd820ed' }, h("slot", { key: '8b80904a1dba9feda340864c0f2544a11daa9014' })), h("span", { key: '1ae0248c4ce85a89bb317e3434123e984805fda3', class: {
28
+ } }, h("span", { key: 'db8ed72ffe4cc7a6a90de0e1707cf7ce16781d53' }, h("slot", { key: '7624e7d062a337ac90d45db4c9977ae4076b65e3' })), h("span", { key: 'b82c48fe14cb3485ed8055f7c7165078fb928d4e', class: {
29
29
  container: true,
30
30
  disabled: this.disabled,
31
31
  checked: this.checked,
32
- } }, h("span", { key: 'df6c610d303b47450cec292be624f22a1b09497d', class: "circle" }, this.checked && (h("z-icon", { key: '92d0d32e48dba800647755ead27b6e1c84c23d98', width: 12, height: 12, name: "checkmark" })))))));
32
+ } }, h("span", { key: 'eff2c6d5e3a9afcd16335d81bb799a272d559d22', class: "circle" }, this.checked && (h("z-icon", { key: '4787dd49b9be72d9ba601d10ec1d2b370875c386', width: 12, height: 12, name: "checkmark" })))))));
33
33
  }
34
34
  static get is() { return "z-toggle-switch"; }
35
35
  static get encapsulation() { return "scoped"; }
@@ -20,7 +20,7 @@ export class ZTooltip {
20
20
  this.open = this.popoverEl.open;
21
21
  }
22
22
  render() {
23
- return (h("z-popover", { key: '270c5913ebf81d54d878a8fafab0dcd55d34ed03', ref: (el) => (this.popoverEl = el), bindTo: this.bindTo, open: this.open, position: this.position, closable: this.closable, center: true, showArrow: true }, h("slot", { key: 'b97f7974f8d30af77c185e1e4f09ddabaf5c4d72' })));
23
+ return (h("z-popover", { key: 'ab2c260f466a47e9f25154ece6a78197ff23d0fa', ref: (el) => (this.popoverEl = el), bindTo: this.bindTo, open: this.open, position: this.position, closable: this.closable, center: true, showArrow: true }, h("slot", { key: '239e63a0bfececc52c9538df70d0eb7fe63a0060' })));
24
24
  }
25
25
  static get is() { return "z-tooltip"; }
26
26
  static get encapsulation() { return "shadow"; }
@@ -33,7 +33,7 @@ export class ZMyzCardComponent {
33
33
  return elemClasses;
34
34
  }
35
35
  render() {
36
- return (h("div", { key: 'f33b0e1ddb47b25f43f517391ebf7b9a872270d2', class: this.retrieveClass(), tabindex: "0" }, h("slot", { key: '0f1c0587bb108529a2754ffa2e03194da830aa4d' })));
36
+ return (h("div", { key: '81d1355f5ad97b198aafb1e1c445767ff2936b3c', class: this.retrieveClass(), tabindex: "0" }, h("slot", { key: 'c3c4eab6b92d210be789058e26a6e20eef4031d9' })));
37
37
  }
38
38
  static get is() { return "z-myz-card"; }
39
39
  static get encapsulation() { return "shadow"; }
@@ -46,7 +46,7 @@ export class ZMyzCardAlert {
46
46
  }
47
47
  }
48
48
  render() {
49
- return (h("div", { key: 'f3d80789347d05fc1b90dc6db977342d81545fe8', class: "alert-external-wrapper " + this.retrieveClass() }, h("z-alert", { key: '83b3dc97fe503d2e65c41d59792b128fc2c323ae', type: this.getAlertType() }, h("div", { key: '23629aac155751ab3415789fc52c9abbfc4a4a97', class: "relative-container" }, h("z-icon", { key: '23baf72474884ae3afe8468333b3d2dadf092118', name: this.iconname, width: 18, height: 18, class: this.retrieveClass() }), h("span", { key: 'b55734f6d602afd08cd6c79e22cbd7528ab72af3', class: "content-text" }, this.contenttext), this.actiontext && !!this.actiontext.trim().length && (h("span", { key: '4819eda387de059a804ca90a781f298be0101e9a', role: "button", tabindex: "0", class: "content-action", onClick: (e) => {
49
+ return (h("div", { key: '73de41fcf16d7def773d63fb87b1d3a39e0619cf', class: "alert-external-wrapper " + this.retrieveClass() }, h("z-alert", { key: '8ed39f9dea3fc6fc2575e8e731a433ed3b5eb3e6', type: this.getAlertType() }, h("div", { key: 'efb81456a561b50027667a7aa58583b353f84a07', class: "relative-container" }, h("z-icon", { key: '4e6f621da2fa1d95422e4ad734836403b554a9b9', name: this.iconname, width: 18, height: 18, class: this.retrieveClass() }), h("span", { key: 'f73f48f20ec198e2ae08c212f9647436fdddcd3d', class: "content-text" }, this.contenttext), this.actiontext && !!this.actiontext.trim().length && (h("span", { key: 'abbbc3d619829044615657d29f6af4849f9ff27f', role: "button", tabindex: "0", class: "content-action", onClick: (e) => {
50
50
  this.handleActionButtonClick(e);
51
51
  }, onKeyPress: (e) => {
52
52
  this.handleSpaceKeyPress(e);
@@ -5,7 +5,7 @@ import { h } from "@stencil/core";
5
5
  */
6
6
  export class ZMyzCardBody {
7
7
  render() {
8
- return (h("div", { key: 'c042aa698d8782da4b957d68d0237b026b83645e' }, h("slot", { key: '235b518be51d1e05d29c7d900865c9e4e769bcd1', name: "alert" }), h("slot", { key: '1337ed7ae7f3761e1027a02a1d7a2845f0e0c027', name: "cover" })));
8
+ return (h("div", { key: 'fa79fd3dd81f58ff58a1bc673d1d7b78e0bb8c84' }, h("slot", { key: '6d7442c02f0745bead9ec4ace4ea071ee31b469a', name: "alert" }), h("slot", { key: '59354a946c976a2bdf15ba4e66a99ec89ab14aaa', name: "cover" })));
9
9
  }
10
10
  static get is() { return "z-myz-card-body"; }
11
11
  static get encapsulation() { return "shadow"; }
@@ -10,7 +10,7 @@ export class ZMyzCardCover {
10
10
  this.img = this.defaultimg;
11
11
  }
12
12
  render() {
13
- return (h("img", { key: '45b51082cef556b32944c2c28c42148e1b7a1b20', class: this.faded && "faded", onError: this.hadleOnImageError.bind(this), alt: this.titolo, src: this.img }));
13
+ return (h("img", { key: 'bfd67f7bb591b7058de89b5d551edce98b656248', class: this.faded && "faded", onError: this.hadleOnImageError.bind(this), alt: this.titolo, src: this.img }));
14
14
  }
15
15
  static get is() { return "z-myz-card-cover"; }
16
16
  static get encapsulation() { return "shadow"; }
@@ -21,7 +21,7 @@ export class ZMyzCardDictionary {
21
21
  this.cardFlipped.emit(showBack);
22
22
  }
23
23
  render() {
24
- return (h("div", { key: '365d1f860f149c0c7cb0b3f6642940e29fa70461' }, h("z-myz-card", { key: 'e0fbad65c3159bab5dd967d03e6c2a3edaac435a' }, h("z-myz-card-header", { key: '4ebee2c4119b26a0cdc65b96cf06be9e40b18111', titolo: this.name }), h("div", { key: 'eb4f441319aef16d21e2fb264919f3261467c7a8', class: `content ${this.flipped ? "flipped" : ""}` }, h("div", { key: 'a065510ebfb074f0bd0cbcb316f6012db4f480cb', class: "front" }, h("z-myz-card-body", { key: '98c83693092be588bec93277ce0d0ba36b229c02' }, h("z-myz-card-cover", { key: 'cd2f0cda1ae36957b2bc500a0d17130f7bb8daec', slot: "cover", titolo: this.name, img: this.cover, faded: this.disabled })), h("z-button", { key: '50595d2ad797ccd874120c5834f6b683c5db2862', class: { "hide-info": this.hideinfobtn }, variant: ButtonVariant.SECONDARY, icon: "informationsource", size: ButtonSize.X_SMALL, onClick: () => this.flipCard(true), disabled: this.flipped }, this.flipbuttonlabel)), h("div", { key: '9372bc9415eefb3530fe531059f5ee4e45eb4dbb', class: "back" }, h("slot", { key: '47552b8f4795e0f7b467778ac131ccc401d2e418', name: "info" }))), h("slot", { key: '11804f2ffe7e10edfb20efee9ccd23b94cb4a4e6' }))));
24
+ return (h("div", { key: 'a0474433057659bcb67ef2b797a6047f90bd5440' }, h("z-myz-card", { key: 'efa1f2c8832fd2cc1ea057840059be67a16e3fdd' }, h("z-myz-card-header", { key: '38eef5801a486eb0d4b024fb7a050c76ad8af298', titolo: this.name }), h("div", { key: '415afa8d0500dbd40c5075e0cb46219656234d99', class: `content ${this.flipped ? "flipped" : ""}` }, h("div", { key: '4b6a60e5e0f601204c6a44a61eae4150958176cd', class: "front" }, h("z-myz-card-body", { key: 'd1a4b3b1427fb158876b4c16673bc00b931cccb5' }, h("z-myz-card-cover", { key: 'f665c202781a4524654428400f31382a8f74b890', slot: "cover", titolo: this.name, img: this.cover, faded: this.disabled })), h("z-button", { key: '40c8d21689a0aec3f2f195aa6128db28331be614', class: { "hide-info": this.hideinfobtn }, variant: ButtonVariant.SECONDARY, icon: "informationsource", size: ButtonSize.X_SMALL, onClick: () => this.flipCard(true), disabled: this.flipped }, this.flipbuttonlabel)), h("div", { key: '58d51c4badd5807b9e918eb31e0194d3191b7c10', class: "back" }, h("slot", { key: '1e44e28b5a96e398e9c14234933aa54ad361fa1f', name: "info" }))), h("slot", { key: '796b2270fc63bd5f25905c5f823d05c7237d18da' }))));
25
25
  }
26
26
  static get is() { return "z-myz-card-dictionary"; }
27
27
  static get encapsulation() { return "shadow"; }
@@ -59,7 +59,7 @@ export class ZMyzCardFooter {
59
59
  return this.host.querySelector("[slot=list] > li a");
60
60
  }
61
61
  render() {
62
- return (h("div", { key: '52b72ee2892456c53ba5c90548f4351114b7387f', class: Object.assign(Object.assign({}, this.retrieveClass()), { wrapper: true }) }, h("footer", { key: 'b7f69e7f7fc17785aad00ecaa09448f57a518501', class: this.retrieveClass(), onTransitionEnd: (e) => this.footerTransitionHandler(e) }, h("span", { key: '0db99663f4fa072f5cc8db449ffa623f9d9a13ef', class: "toggle" }, h("slot", { key: 'a2dacba665a743f0f3893a632840df7df36bf96f', name: "toggle" })), this.titolo && h("p", { key: '325f23ea96633961a0e174ad00fb28688f815d56', class: { "custom-content": this.customContent } }, this.titolo), h("div", { key: '93b4bec2c21002a58023ea5e1702afe6e59412b9', class: { "content": true, "custom-content": this.customContent } }, h("div", { key: 'faf8994fd031c75de9b28b8454e51f5377e51114' }, h("p", { key: '6c89d46e67f1895bf8ae1ec6c4cd786a456b1dea', class: "authors", ref: (el) => (this.ellipsisAuthors = el) }, h("span", { key: 'e89b94861ceedff59895fb340eaf47cd74054e29', title: this.getTitleAuthors() }, h("span", { key: '0e2bc0fba969b2833322b45f57d675b3c308c209', "aria-description": "Autori", class: "bold" }, this.autori))), h("p", { key: '811a48415bd1949014c52b29fc28a45a0f7c3095', class: "year-isbn" }, h("span", { key: 'afc1ab9d312d2585e9a25e67b4349c74e77fe219', class: "isbn" }, h("span", { key: '3427863a2e872564d70f3fd1d18034bc9d0f04d5' }, h("span", { key: '893be57ad1ecfd87d5a822f14a78725472f035ec', "aria-description": "ISBN edizione cartacea", class: "bold" }, this.isbn), " ", "(ed. cartacea)")))), h("div", { key: 'b08fb3b54498e29be80e7a66e1e11372b78663a8', class: `slot-handler ${this.isOpen ? "visible" : "hidden"}` }, h("slot", { key: '6cd90878dea4610e6ae0ec42d08a11168e03e2f3', name: "list" })))), this.customContent && h("slot", { key: '6f8ea948bbdd68115ee81cfd57dfe6f1fee9907e', name: "content" })));
62
+ return (h("div", { key: '7b0479b93d61f8d182ad5269333630361c652797', class: Object.assign(Object.assign({}, this.retrieveClass()), { wrapper: true }) }, h("footer", { key: '59324b2757ba2f9332ea06bdfb11a85732466ec3', class: this.retrieveClass(), onTransitionEnd: (e) => this.footerTransitionHandler(e) }, h("span", { key: '3f1c486e9a8e7f6db48f6a5cd8eda7f8e052bcf0', class: "toggle" }, h("slot", { key: 'a4f3634cf6be3d79a8453f1529928cecb3babfef', name: "toggle" })), this.titolo && h("p", { key: '933b6baf1071591e1335396e66e9080ff165866e', class: { "custom-content": this.customContent } }, this.titolo), h("div", { key: '834e49c6d7c0ae61ff5822649f3c67001c645d23', class: { "content": true, "custom-content": this.customContent } }, h("div", { key: '584ea59693ce6c16a54493c16ea050ea01a3be3c' }, h("p", { key: 'e2fec0db112fe8ef05d8673f0a1e79f24a57f302', class: "authors", ref: (el) => (this.ellipsisAuthors = el) }, h("span", { key: '2d6a3fbf5689c100fbed7333ad8a357e26d54970', title: this.getTitleAuthors() }, h("span", { key: 'e67cfd15c8103539a836db83d2b4d02f4c8aaf93', "aria-description": "Autori", class: "bold" }, this.autori))), h("p", { key: 'baf170aabdb3814b6d594a55e1e5d13757d31df9', class: "year-isbn" }, h("span", { key: '177324ca661350ebfa145715fc52ec58199e61fc', class: "isbn" }, h("span", { key: 'a78a8007d945837cc78d6df7a6ab2b91ad5f74fd' }, h("span", { key: '64173a3d213eb147b18bc801719b7e9c481c5a04', "aria-description": "ISBN edizione cartacea", class: "bold" }, this.isbn), " ", "(ed. cartacea)")))), h("div", { key: 'e7c65aff9800a923085af1c793a3127423490493', class: `slot-handler ${this.isOpen ? "visible" : "hidden"}` }, h("slot", { key: 'c8d251da5c5f4dc121295415a14ccdf66f2f77a0', name: "list" })))), this.customContent && h("slot", { key: '659c4589702dd06ea81a9041c6e14a724992618b', name: "content" })));
63
63
  }
64
64
  static get is() { return "z-myz-card-footer"; }
65
65
  static get encapsulation() { return "shadow"; }
@@ -5,7 +5,7 @@ import { h } from "@stencil/core";
5
5
  */
6
6
  export class ZMyzCardFooterSections {
7
7
  render() {
8
- return (h("div", { key: '0435360e7ad5b80c3e5e4a1dcec342eaeb8b0020' }, h("footer", { key: 'b69379d392a5d1dc0fd29ab10bef9701cf48c9a7' }, h("div", { key: '71623a4a311ccda888e108c3046fa6c4e4036a44', class: "top" }, h("slot", { key: '3e3615324dae5129d82ef685238d6ee6d524d582', name: "top" })), h("div", { key: '2467ef9c6aa3128a951535985b95dbe1764c494e', class: "bottom" }, h("slot", { key: 'a7c3d01c54b03e3a402e42016d687adc29e50fbb', name: "bottom" })))));
8
+ return (h("div", { key: '8752f5693a9cd8561849f630067c1de37e4756bd' }, h("footer", { key: '081a20bcf923efe3b769e4e8d1f5b2199a8d8b81' }, h("div", { key: '72bfc00be9c66460dbcace344f6c0e9f8cd8e9b9', class: "top" }, h("slot", { key: '38eda715a4be3c715bdf4eb75c4332dd8d65e39b', name: "top" })), h("div", { key: '0f29a8ecb2233df5ad28ab834bed3056e4e4c1e5', class: "bottom" }, h("slot", { key: '48aab990a4c8444c625ae8ac14f06f460c4abdae', name: "bottom" })))));
9
9
  }
10
10
  static get is() { return "z-myz-card-footer-sections"; }
11
11
  static get encapsulation() { return "shadow"; }
@@ -30,7 +30,7 @@ export class ZMyzCardHeader {
30
30
  };
31
31
  }
32
32
  render() {
33
- return (h("header", { key: '2db596ed38d97729c24e1d4d485a3275fecc1f3d', class: this.retrieveClass() }, h("slot", { key: '8ef4f76648e359a393fab0889953220ef69c5bc1', name: "aria-heading" }), h("span", { key: '41b583a97f50dfb91359e12bf0f876cd877edc35', class: "card-title", ref: (el) => (this.ellipsis = el), title: this.getTitle() }, this.titolo), h("slot", { key: '41340ac0a699f47ad54a427120171011e1e95dc3', name: "icon" })));
33
+ return (h("header", { key: '4ce589cb97427a439ffa4e91b5cd016f78d8a286', class: this.retrieveClass() }, h("slot", { key: '1c0b4cdec3f5094fe454f6fecef8e1154d2974cf', name: "aria-heading" }), h("span", { key: '2bb144d85f04322e0bfa34326860a35b317d7651', class: "card-title", ref: (el) => (this.ellipsis = el), title: this.getTitle() }, this.titolo), h("slot", { key: 'e8b00795917307c9edd55a16f12363bd905f2411', name: "icon" })));
34
34
  }
35
35
  static get is() { return "z-myz-card-header"; }
36
36
  static get encapsulation() { return "shadow"; }
@@ -6,7 +6,7 @@ export class ZMyzCardIcon {
6
6
  this.ariaLabel = "";
7
7
  }
8
8
  render() {
9
- return (h("button", { key: 'c83edb0aae793b9a94820d4f71ccaeb3516697ae', disabled: this.isdisabled, "aria-label": this.ariaLabel }, h("span", { key: '928bc4cf258bebcc23b6179b3dde60abb4dd5e69' }, h("z-icon", { key: 'c6118883a44049360fa0d589ee9399ac15ac138c', name: this.icon, width: 16, height: 16 }))));
9
+ return (h("button", { key: '511b34381c62707a1408a9769536d3d0ba3223bb', disabled: this.isdisabled, "aria-label": this.ariaLabel }, h("span", { key: 'a935b5d22370a4e7a35a458a6c92ee0aa1a7918a' }, h("z-icon", { key: '91f7d3cb733dff820b3429d1efea2c790d739df2', name: this.icon, width: 16, height: 16 }))));
10
10
  }
11
11
  static get is() { return "z-myz-card-icon"; }
12
12
  static get encapsulation() { return "shadow"; }
@@ -114,7 +114,7 @@ export class ZMyzCardInfo {
114
114
  return (h("section", { ref: (el) => (this.offlineLicenseWrapper = el) }, h("span", { class: "license-heading" }, h("span", null, "Licenza offline"), this.setExpirationLicenseMessage("offline")), "Scadenza il ", h("b", null, this.cardData.offlineLicense.expiration), h("br", null), "Installazioni disponibili: ", h("b", null, this.cardData.offlineLicense.installations)));
115
115
  }
116
116
  render() {
117
- return (h("div", { key: '23d4b5f8b37cfda3a2c001c21e3178087da37c80' }, this.renderCloseIcon(), h("div", { key: '23789980438af63f2210bde46e95f30f21ee3c0d', class: "content-wrapper", ref: (el) => (this.contentWrapper = el) }, this.renderGeneralSection(), this.renderTooltip(), this.renderOnlineLicenseSection(), this.renderOfflineLicenseSection()), h("div", { key: 'b73cf730739916ca8a10b2955ab6033b560b79b3', class: "cta-wrapper" }, h("slot", { key: 'c112be9b9fc31090b14b4e4ed4999817c91b832e' }))));
117
+ return (h("div", { key: 'b92068a65906ed7ea0aad97d591085fdc7959bfa' }, this.renderCloseIcon(), h("div", { key: 'c96a25a92165b7a7741413e3aa85e42d4f3dcf82', class: "content-wrapper", ref: (el) => (this.contentWrapper = el) }, this.renderGeneralSection(), this.renderTooltip(), this.renderOnlineLicenseSection(), this.renderOfflineLicenseSection()), h("div", { key: '9b2ce0862ca8c6910bff49675c264b5fb06065e7', class: "cta-wrapper" }, h("slot", { key: '1de5c2a82c9058ff8a09ef78954ad7f423f5c46e' }))));
118
118
  }
119
119
  static get is() { return "z-myz-card-info"; }
120
120
  static get encapsulation() { return "shadow"; }
@@ -23,7 +23,7 @@ export class ZMyzCardList {
23
23
  });
24
24
  }
25
25
  render() {
26
- return h("ul", { key: '2a8793831158a4dbd8219af0063ca4b8e4b7afb4' }, this.renderList(JSON.parse(this.listdata)));
26
+ return h("ul", { key: 'c91dbbb86c76aea64ed1faeb614d13d0f42ca93f' }, this.renderList(JSON.parse(this.listdata)));
27
27
  }
28
28
  static get is() { return "z-myz-card-list"; }
29
29
  static get encapsulation() { return "shadow"; }
@@ -17,7 +17,7 @@ export class ZMyzList {
17
17
  }
18
18
  render() {
19
19
  const lastElem = this.list ? this.list.length - 1 : -1;
20
- return (h("ul", { key: 'a2b38a5764d03a797e5429fbf0e0353e3c7ea1c9' }, this.list &&
20
+ return (h("ul", { key: '8180625a6fea4c9e381f4d05d31bd27ab75b0f8c' }, this.list &&
21
21
  this.list.map((bean, i) => (h("z-myz-list-item", { listitemid: bean.listitemid, text: bean.text, link: bean.link, linktarget: bean.linktarget, icon: bean.icon, underlined: lastElem != i })))));
22
22
  }
23
23
  static get is() { return "z-myz-list"; }
@@ -20,7 +20,7 @@ export class ZMyzListItem {
20
20
  }
21
21
  render() {
22
22
  const linkId = this.listitemid ? `link_${this.listitemid}` : "";
23
- return (h("li", { key: '0cacc8d9b01d381cf22652c503149eda990e38a6', role: "button", id: this.listitemid, "data-action": this.action, onClick: (e) => this.emitZListItemClick(e, this.listitemid), onKeyPress: (ev) => handleKeyboardSubmit(ev, this.emitZListItemClick, this.listitemid) }, h("span", { key: 'fce34a230dc284110a0c1b5e21a5a9e8bb7ef890', class: this.underlined && "border" }, this.icon && h("z-icon", { key: '9ee8993b2826a05639b76cf452ee92f60c325659', name: this.icon }), this.link ? (h("a", { href: this.link ? this.link : null, target: this.linktarget, id: linkId, onClick: (e) => this.emitZListItemLinkClick(e, linkId), onKeyPress: (ev) => handleKeyboardSubmit(ev, this.emitZListItemLinkClick, linkId), role: this.link ? "link" : "button", tabindex: "0" }, this.text)) : (h("span", { innerHTML: this.text })), h("slot", { key: '534cda7f4d2cb0e008392a6be343a973afc5644c' }))));
23
+ return (h("li", { key: '44f58aa95cb3c8fb30a81a17f94685e803d633c9', role: "button", id: this.listitemid, "data-action": this.action, onClick: (e) => this.emitZListItemClick(e, this.listitemid), onKeyPress: (ev) => handleKeyboardSubmit(ev, this.emitZListItemClick, this.listitemid) }, h("span", { key: '9e8b7424522858aca31af76ee63c1d88e9b9d957', class: this.underlined && "border" }, this.icon && h("z-icon", { key: '3dd34e188f5e2d4f98465155d5bbbd91f5a11d7c', name: this.icon }), this.link ? (h("a", { href: this.link ? this.link : null, target: this.linktarget, id: linkId, onClick: (e) => this.emitZListItemLinkClick(e, linkId), onKeyPress: (ev) => handleKeyboardSubmit(ev, this.emitZListItemLinkClick, linkId), role: this.link ? "link" : "button", tabindex: "0" }, this.text)) : (h("span", { innerHTML: this.text })), h("slot", { key: '60796c84b325243bdd7faf1ce49a725addc247fa' }))));
24
24
  }
25
25
  static get is() { return "z-myz-list-item"; }
26
26
  static get encapsulation() { return "shadow"; }
@@ -7,7 +7,7 @@ export class ZAlert {
7
7
  this.type = undefined;
8
8
  }
9
9
  render() {
10
- return (h("div", { key: '914e9a0c0f097e47797271695105ea18a0359487', class: this.type }, h("slot", { key: '5267c9b021ac889805d3ee83a3fdcdc244b98ca2' })));
10
+ return (h("div", { key: 'e59506b0b4e4fd4ad391775b0a4596986df6c7d0', class: this.type }, h("slot", { key: 'a465df5af8e5b5fbaa9b8bb834b4de04972ce770' })));
11
11
  }
12
12
  static get is() { return "z-alert"; }
13
13
  static get encapsulation() { return "shadow"; }
@@ -14,7 +14,7 @@ export class ZOtp {
14
14
  this.otpRef = [...Array(this.inputNum)];
15
15
  }
16
16
  render() {
17
- return (h("div", { key: 'fda767d67b4f56013242705290e13b622359c5de', class: "otp-container" }, h("div", { key: '970b70db5db8b635a4d6b9bd7eaa4dee3c4002da', class: "digits-container" }, this.otp.map((_val, i) => (h("input", { class: this.status == InputStatus.ERROR ? "error" : null, onKeyDown: (e) => {
17
+ return (h("div", { key: '3280158fc2eb52cab06257cfea6237b04e277514', class: "otp-container" }, h("div", { key: 'b237b9c77421eeae14d5bac7e079b4f6b667ceed', class: "digits-container" }, this.otp.map((_val, i) => (h("input", { class: this.status == InputStatus.ERROR ? "error" : null, onKeyDown: (e) => {
18
18
  if (e.keyCode > 47) {
19
19
  this.otpRef[i].value = "";
20
20
  }
@@ -25,7 +25,7 @@ export class ZOtp {
25
25
  }, onInput: (e) => {
26
26
  this.otp[i] = e.target.value;
27
27
  this.emitInputChange(this.otp.join(""));
28
- }, type: "text", minlength: "1", maxlength: "1", autoComplete: "off", ref: (el) => (this.otpRef[i] = el) })))), h("z-input-message", { key: '27cfcc5a59ce18104b04210a8383caf6d0de2f2b', message: this.message, status: this.status })));
28
+ }, type: "text", minlength: "1", maxlength: "1", autoComplete: "off", ref: (el) => (this.otpRef[i] = el) })))), h("z-input-message", { key: 'd74fcd0805c2bbfa9cf993cf88fbaabf632412a8', message: this.message, status: this.status })));
29
29
  }
30
30
  static get is() { return "z-otp"; }
31
31
  static get encapsulation() { return "shadow"; }
@@ -19,6 +19,8 @@ export { ZBookCardApp as ZBookCardApp } from '../types/components/book-card/z-bo
19
19
  export { defineCustomElement as defineCustomElementZBookCardApp } from './z-book-card-app';
20
20
  export { ZBookCardDeprecated as ZBookCardDeprecated } from '../types/components/deprecated/z-book-card-deprecated/index';
21
21
  export { defineCustomElement as defineCustomElementZBookCardDeprecated } from './z-book-card-deprecated';
22
+ export { ZBookCover as ZBookCover } from '../types/components/z-book-cover/index';
23
+ export { defineCustomElement as defineCustomElementZBookCover } from './z-book-cover';
22
24
  export { ZBreadcrumb as ZBreadcrumb } from '../types/components/z-breadcrumb/index';
23
25
  export { defineCustomElement as defineCustomElementZBreadcrumb } from './z-breadcrumb';
24
26
  export { ZButton as ZButton } from '../types/components/z-button/index';
@@ -117,7 +119,7 @@ export { ZPopover as ZPopover } from '../types/components/z-popover/index';
117
119
  export { defineCustomElement as defineCustomElementZPopover } from './z-popover';
118
120
  export { ZRangePicker as ZRangePicker } from '../types/components/date-picker/z-range-picker/index';
119
121
  export { defineCustomElement as defineCustomElementZRangePicker } from './z-range-picker';
120
- export { ZResultCard as ZResultCard } from '../types/components/result-card/z-result-card/index';
122
+ export { ZResultCard as ZResultCard } from '../types/components/z-result-card/index';
121
123
  export { defineCustomElement as defineCustomElementZResultCard } from './z-result-card';
122
124
  export { ZSearchbar as ZSearchbar } from '../types/components/z-searchbar/index';
123
125
  export { defineCustomElement as defineCustomElementZSearchbar } from './z-searchbar';
@@ -11,6 +11,7 @@ export { ZAvatar, defineCustomElement as defineCustomElementZAvatar } from './z-
11
11
  export { ZBookCard, defineCustomElement as defineCustomElementZBookCard } from './z-book-card.js';
12
12
  export { ZBookCardApp, defineCustomElement as defineCustomElementZBookCardApp } from './z-book-card-app.js';
13
13
  export { ZBookCardDeprecated, defineCustomElement as defineCustomElementZBookCardDeprecated } from './z-book-card-deprecated.js';
14
+ export { ZBookCover, defineCustomElement as defineCustomElementZBookCover } from './z-book-cover.js';
14
15
  export { ZBreadcrumb, defineCustomElement as defineCustomElementZBreadcrumb } from './z-breadcrumb.js';
15
16
  export { ZButton, defineCustomElement as defineCustomElementZButton } from './z-button.js';
16
17
  export { ZButtonSort, defineCustomElement as defineCustomElementZButtonSort } from './z-button-sort.js';
@@ -1 +1 @@
1
- {"file":"index.js","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEM,KAAK,GAAG;IACZ,WAAW;;;;;","names":[],"sources":["src/index.ts"],"sourcesContent":["import {colorFromId} from \"./utils/utils\";\n\nconst UTILS = {\n colorFromId,\n};\n\nexport * from \"./beans\";\nexport * from \"./components\";\nexport {UTILS as Utils};\n"],"version":3}
1
+ {"file":"index.js","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEM,KAAK,GAAG;IACZ,WAAW;;;;;","names":[],"sources":["src/index.ts"],"sourcesContent":["import {colorFromId} from \"./utils/utils\";\n\nconst UTILS = {\n colorFromId,\n};\n\nexport * from \"./beans\";\nexport * from \"./components\";\nexport {UTILS as Utils};\n"],"version":3}
@@ -1,92 +1,51 @@
1
1
  import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
2
- import { H as InfoRevealPosition, e as ControlSize } from './index2.js';
3
- import { d as defineCustomElement$1 } from './index9.js';
2
+ import { I as ICONS } from './iconset.js';
4
3
 
5
- const stylesCss = ":host{--z-info-reveal-panel-width:384px;--trigger-size:44px;position:relative}:host *{box-sizing:border-box}button{--trigger-icon-size:calc(var(--trigger-size) / 2);display:flex;align-items:center;justify-content:center;padding:0;border:none;background-color:transparent;cursor:pointer;font-family:inherit;letter-spacing:inherit}button:focus:focus-visible{box-shadow:var(--shadow-focus-primary);outline:none}.z-info-reveal-trigger{min-width:var(--trigger-size);height:var(--trigger-size);padding:calc((var(--trigger-size) - var(--trigger-icon-size)) / 2);background-color:var(--color-surface05);border-radius:var(--border-radius);color:var(--color-text-inverse);column-gap:var(--space-unit);font-weight:var(--font-sb);line-height:1rem}:host([size=\"big\"]) .z-info-reveal-trigger{font-size:var(--font-size-2)}:host([size=\"small\"]) .z-info-reveal-trigger{--trigger-size:36px;font-size:var(--font-size-2)}:host([size=\"x-small\"]) .z-info-reveal-trigger{--trigger-size:32px;padding:var(--space-unit);font-size:var(--font-size-1)}:host>.z-info-reveal-trigger z-icon{--z-icon-width:var(--trigger-icon-size);--z-icon-height:var(--trigger-icon-size);display:flex;fill:var(--color-inverse-icon)}:host([size=\"small\"])>.z-info-reveal-trigger z-icon{--trigger-icon-size:var(--trigger-icon-size-small, 18px)}:host([size=\"x-small\"])>.z-info-reveal-trigger z-icon{--trigger-icon-size:var(--trigger-icon-size-x-small, 16px)}.z-info-reveal-panel{position:absolute;z-index:19;display:flex;width:var(--z-info-reveal-panel-width);height:fit-content;align-items:flex-start;padding:calc(var(--space-unit) * 1.5);background-color:var(--color-surface05);border-radius:var(--border-radius);box-shadow:var(--shadow-4);color:var(--color-text-inverse);column-gap:var(--space-unit)}.z-info-reveal-panel[hidden]{display:none}:host([position=\"top_left\"]) .z-info-reveal-panel,:host([position=\"top_right\"]) .z-info-reveal-panel{top:0}:host([position=\"bottom_left\"]) .z-info-reveal-panel,:host([position=\"bottom_right\"]) .z-info-reveal-panel{bottom:0}:host([position=\"top_right\"]) .z-info-reveal-panel,:host([position=\"bottom_right\"]) .z-info-reveal-panel{right:0}:host([position=\"top_left\"]) .z-info-reveal-panel,:host([position=\"bottom_left\"]) .z-info-reveal-panel{left:0}.z-info-reveal-panel .z-info-reveal-close{margin-left:auto}.z-info-reveal-panel z-icon{fill:var(--color-inverse-icon)}@media (max-width: 767px){.z-info-reveal-panel{top:auto !important;bottom:auto !important;width:calc(var(--z-info-reveal-panel-width) - (var(--grid-margin) * 4)) !important;margin-top:calc(var(--trigger-size) * -1)}}";
6
- const ZInfoRevealStyle0 = stylesCss;
4
+ const stylesCss = ":host{margin-right:var(--z-icon-right-margin, 0);margin-left:var(--z-icon-left-margin, 0);line-height:0;vertical-align:middle}:host svg:not([width]){width:var(--z-icon-width, 1.125rem)}:host svg:not([height]){height:var(--z-icon-height, 1.125rem)}";
5
+ const ZIconStyle0 = stylesCss;
7
6
 
8
- const ZInfoReveal = /*@__PURE__*/ proxyCustomElement(class ZInfoReveal extends HTMLElement {
7
+ const ZIcon = /*@__PURE__*/ proxyCustomElement(class ZIcon extends HTMLElement {
9
8
  constructor() {
10
9
  super();
11
10
  this.__registerHost();
12
11
  this.__attachShadow();
13
- this.icon = "informationsource";
14
- this.position = InfoRevealPosition.BOTTOM_RIGHT;
15
- this.label = undefined;
16
- this.ariaLabel = "Apri pannello informazioni";
17
- this.size = ControlSize.BIG;
18
- this.open = false;
12
+ this.name = undefined;
13
+ this.height = undefined;
14
+ this.width = undefined;
15
+ this.iconid = undefined;
16
+ this.fill = undefined;
19
17
  }
20
- /**
21
- * Adjust the position of the info panel to prevent exiting the viewport.
22
- */
23
- adjustPanelPosition() {
24
- if (!this.open || !this.panel) {
25
- return;
26
- }
27
- const rect = this.host.getBoundingClientRect();
28
- const gridMargin = parseInt(getComputedStyle(document.documentElement).getPropertyValue("--grid-margin"), 10);
29
- const pageWidth = document.documentElement.offsetWidth;
30
- // Available space for the info panel to grow towards the edge of the page, based on the `position` prop.
31
- const availableSpace = Math.round((this.position.includes("left") ? pageWidth - rect.left : rect.right) - gridMargin);
32
- this.panel.style.maxWidth = `${availableSpace}px`;
33
- }
34
- /**
35
- * Toggle the open state of the info panel.
36
- */
37
- togglePanel() {
38
- this.open = !this.open;
39
- }
40
- /**
41
- * Close the info panel.
42
- */
43
- closePanel() {
44
- this.open = false;
45
- }
46
- handleEscapeKey(event) {
47
- if (event.key === "Escape" && this.open) {
48
- this.closePanel();
18
+ selectPathOrPolygon(iconValue) {
19
+ if (iconValue === null || iconValue === void 0 ? void 0 : iconValue.startsWith("M")) {
20
+ return h("path", { d: ICONS[this.name] });
49
21
  }
22
+ return h("polygon", { points: ICONS[this.name] });
50
23
  }
51
24
  render() {
52
- return (h(Host, { key: '56c05c5fae8da4a2260905997379c4606a25527f', open: this.open }, h("button", { key: 'f2b0f69b9e7f39e8b488e7af05c5833181a4b905', class: "z-info-reveal-trigger", type: "button", onClick: this.togglePanel.bind(this), "aria-label": !this.label ? this.ariaLabel : undefined, "aria-expanded": this.open ? "true" : "false", "aria-controls": "z-info-reveal-panel" }, this.icon && h("z-icon", { key: 'f26d18b089849931ca497f45d027b34933517f22', name: this.icon }), this.label && h("span", { key: '3f56e1db47e5da352b9ee94d81eadb0927a93a14', class: "z-info-reveal-label" }, this.label)), h("div", { key: 'addb88ebac5145798b0fb3ac324bd2c174997f72', class: "z-info-reveal-panel", id: "z-info-reveal-panel", ref: (el) => (this.panel = el), hidden: !this.open }, h("slot", { key: 'e296f4322cd7d4bf26e46290e8038aeca01c073e' }), h("button", { key: '529579c67957586b99ff35e83e14fd55186c4a04', class: "z-info-reveal-close", type: "button", onClick: this.closePanel.bind(this), "aria-label": "Chiudi pannello informazioni" }, h("z-icon", { key: 'dd5971ecab9a3b88933b03d9b7a46731de2dbeeb', name: "multiply" })))));
25
+ return (h(Host, { key: '427cac0797fc718938ee45da5999b8a2bf70e570', "aria-hidden": "true" }, h("svg", { key: '23275947c49b69095acbec1df2ecec0f04da3525', viewBox: "0 0 1000 1000", width: this.width, height: this.height, id: this.iconid, fill: this.fill ? `var(--${this.fill})` : "" }, this.selectPathOrPolygon(ICONS[this.name]))));
53
26
  }
54
- get host() { return this; }
55
- static get watchers() { return {
56
- "position": ["adjustPanelPosition"],
57
- "open": ["adjustPanelPosition"]
58
- }; }
59
- static get style() { return ZInfoRevealStyle0; }
60
- }, [1, "z-info-reveal", {
61
- "icon": [1],
62
- "position": [513],
63
- "label": [1],
64
- "ariaLabel": [1, "aria-label"],
65
- "size": [513],
66
- "open": [32]
67
- }, [[9, "resize", "adjustPanelPosition"], [10, "keydown", "handleEscapeKey"]], {
68
- "position": ["adjustPanelPosition"],
69
- "open": ["adjustPanelPosition"]
27
+ static get style() { return ZIconStyle0; }
28
+ }, [1, "z-icon", {
29
+ "name": [1],
30
+ "height": [8],
31
+ "width": [8],
32
+ "iconid": [1],
33
+ "fill": [1]
70
34
  }]);
71
35
  function defineCustomElement() {
72
36
  if (typeof customElements === "undefined") {
73
37
  return;
74
38
  }
75
- const components = ["z-info-reveal", "z-icon"];
39
+ const components = ["z-icon"];
76
40
  components.forEach(tagName => { switch (tagName) {
77
- case "z-info-reveal":
78
- if (!customElements.get(tagName)) {
79
- customElements.define(tagName, ZInfoReveal);
80
- }
81
- break;
82
41
  case "z-icon":
83
42
  if (!customElements.get(tagName)) {
84
- defineCustomElement$1();
43
+ customElements.define(tagName, ZIcon);
85
44
  }
86
45
  break;
87
46
  } });
88
47
  }
89
48
 
90
- export { ZInfoReveal as Z, defineCustomElement as d };
49
+ export { ZIcon as Z, defineCustomElement as d };
91
50
 
92
51
  //# sourceMappingURL=index10.js.map
@@ -1 +1 @@
1
- {"file":"index10.js","mappings":";;;;AAAA,MAAM,SAAS,GAAG,yiFAAyiF,CAAC;AAC5jF,0BAAe,SAAS;;MCgBX,WAAW;;;;;oBAGd,mBAAmB;wBAQK,kBAAkB,CAAC,YAAY;;yBAQnD,4BAA4B;oBAInB,WAAW,CAAC,GAAG;oBAI7B,KAAK;;;;;IAYZ,mBAAmB;QACjB,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;YAC7B,OAAO;SACR;QAED,MAAM,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,qBAAqB,EAAE,CAAC;QAC/C,MAAM,UAAU,GAAG,QAAQ,CAAC,gBAAgB,CAAC,QAAQ,CAAC,eAAe,CAAC,CAAC,gBAAgB,CAAC,eAAe,CAAC,EAAE,EAAE,CAAC,CAAC;QAC9G,MAAM,SAAS,GAAG,QAAQ,CAAC,eAAe,CAAC,WAAW,CAAC;;QAEvD,MAAM,cAAc,GAAG,IAAI,CAAC,KAAK,CAC/B,CAAC,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,MAAM,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,KAAK,IAAI,UAAU,CACnF,CAAC;QACF,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,QAAQ,GAAG,GAAG,cAAc,IAAI,CAAC;KACnD;;;;IAKO,WAAW;QACjB,IAAI,CAAC,IAAI,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC;KACxB;;;;IAKO,UAAU;QAChB,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC;KACnB;IAGD,eAAe,CAAC,KAAoB;QAClC,IAAI,KAAK,CAAC,GAAG,KAAK,QAAQ,IAAI,IAAI,CAAC,IAAI,EAAE;YACvC,IAAI,CAAC,UAAU,EAAE,CAAC;SACnB;KACF;IAED,MAAM;QACJ,QACE,EAAC,IAAI,qDAAC,IAAI,EAAE,IAAI,CAAC,IAAI,IACnB,+DACE,KAAK,EAAC,uBAAuB,EAC7B,IAAI,EAAC,QAAQ,EACb,OAAO,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,gBACxB,CAAC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,SAAS,GAAG,SAAS,mBACrC,IAAI,CAAC,IAAI,GAAG,MAAM,GAAG,OAAO,mBAC7B,qBAAqB,IAElC,IAAI,CAAC,IAAI,IAAI,+DAAQ,IAAI,EAAE,IAAI,CAAC,IAAI,GAAI,EACxC,IAAI,CAAC,KAAK,IAAI,6DAAM,KAAK,EAAC,qBAAqB,IAAE,IAAI,CAAC,KAAK,CAAQ,CAC7D,EACT,4DACE,KAAK,EAAC,qBAAqB,EAC3B,EAAE,EAAC,qBAAqB,EACxB,GAAG,EAAE,CAAC,EAAE,MAAM,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC,EAC9B,MAAM,EAAE,CAAC,IAAI,CAAC,IAAI,IAElB,8DAAa,EACb,+DACE,KAAK,EAAC,qBAAqB,EAC3B,IAAI,EAAC,QAAQ,EACb,OAAO,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,gBACxB,8BAA8B,IAEzC,+DAAQ,IAAI,EAAC,UAAU,GAAG,CACnB,CACL,CACD,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/z-info-reveal/styles.css?tag=z-info-reveal&encapsulation=shadow","src/components/z-info-reveal/index.tsx"],"sourcesContent":[":host {\n --z-info-reveal-panel-width: 384px; /* defaults half the size of the mobile breakpoint */\n --trigger-size: 44px;\n\n position: relative;\n}\n\n:host * {\n box-sizing: border-box;\n}\n\nbutton {\n --trigger-icon-size: calc(var(--trigger-size) / 2);\n\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 0;\n border: none;\n background-color: transparent;\n cursor: pointer;\n font-family: inherit;\n letter-spacing: inherit;\n}\n\nbutton:focus:focus-visible {\n box-shadow: var(--shadow-focus-primary);\n outline: none;\n}\n\n.z-info-reveal-trigger {\n min-width: var(--trigger-size);\n height: var(--trigger-size);\n padding: calc((var(--trigger-size) - var(--trigger-icon-size)) / 2);\n background-color: var(--color-surface05);\n border-radius: var(--border-radius);\n color: var(--color-text-inverse);\n column-gap: var(--space-unit);\n font-weight: var(--font-sb);\n line-height: 1rem;\n}\n\n:host([size=\"big\"]) .z-info-reveal-trigger {\n font-size: var(--font-size-2);\n}\n\n:host([size=\"small\"]) .z-info-reveal-trigger {\n --trigger-size: 36px;\n\n font-size: var(--font-size-2);\n}\n\n:host([size=\"x-small\"]) .z-info-reveal-trigger {\n --trigger-size: 32px;\n\n padding: var(--space-unit);\n font-size: var(--font-size-1);\n}\n\n:host > .z-info-reveal-trigger z-icon {\n --z-icon-width: var(--trigger-icon-size);\n --z-icon-height: var(--trigger-icon-size);\n\n display: flex;\n fill: var(--color-inverse-icon);\n}\n\n:host([size=\"small\"]) > .z-info-reveal-trigger z-icon {\n --trigger-icon-size: var(--trigger-icon-size-small, 18px);\n}\n\n:host([size=\"x-small\"]) > .z-info-reveal-trigger z-icon {\n --trigger-icon-size: var(--trigger-icon-size-x-small, 16px);\n}\n\n.z-info-reveal-panel {\n position: absolute;\n z-index: 19;\n display: flex;\n width: var(--z-info-reveal-panel-width);\n height: fit-content;\n align-items: flex-start;\n padding: calc(var(--space-unit) * 1.5);\n background-color: var(--color-surface05);\n border-radius: var(--border-radius);\n box-shadow: var(--shadow-4);\n color: var(--color-text-inverse);\n column-gap: var(--space-unit);\n}\n\n.z-info-reveal-panel[hidden] {\n display: none;\n}\n\n:host([position=\"top_left\"]) .z-info-reveal-panel,\n:host([position=\"top_right\"]) .z-info-reveal-panel {\n top: 0;\n}\n\n:host([position=\"bottom_left\"]) .z-info-reveal-panel,\n:host([position=\"bottom_right\"]) .z-info-reveal-panel {\n bottom: 0;\n}\n\n:host([position=\"top_right\"]) .z-info-reveal-panel,\n:host([position=\"bottom_right\"]) .z-info-reveal-panel {\n right: 0;\n}\n\n:host([position=\"top_left\"]) .z-info-reveal-panel,\n:host([position=\"bottom_left\"]) .z-info-reveal-panel {\n left: 0;\n}\n\n.z-info-reveal-panel .z-info-reveal-close {\n margin-left: auto;\n}\n\n.z-info-reveal-panel z-icon {\n fill: var(--color-inverse-icon);\n}\n\n@media (max-width: 767px) {\n .z-info-reveal-panel {\n top: auto !important;\n bottom: auto !important;\n width: calc(var(--z-info-reveal-panel-width) - (var(--grid-margin) * 4)) !important;\n margin-top: calc(var(--trigger-size) * -1);\n }\n}\n","import {Component, Element, Host, Listen, Prop, State, Watch, h} from \"@stencil/core\";\nimport {ControlSize, InfoRevealPosition} from \"../../beans\";\n\n/**\n * Info reveal component.\n *\n * @slot - content of the info panel.\n * @cssprop --z-info-reveal-panel-width - Width of the info panel.\n * @cssprop --trigger-icon-size - Size of the trigger icon for big size.\n * @cssprop --trigger-icon-size-small - Size of the trigger icon for small size.\n * @cssprop --trigger-icon-size-x-small - Size of the trigger icon for x-small size.\n */\n@Component({\n tag: \"z-info-reveal\",\n styleUrl: \"styles.css\",\n shadow: true,\n})\nexport class ZInfoReveal {\n /** Name of the icon for the trigger button */\n @Prop()\n icon? = \"informationsource\";\n\n /**\n * The position of the z-info-reveal in the page. This helps to correctly place the info panel.\n * The panel will grow in the opposite direction of the position.\n * For example, with the default position `BOTTOM_RIGHT`, the panel will grow vertically upwards and horizontally to the left.\n */\n @Prop({reflect: true})\n position?: InfoRevealPosition = InfoRevealPosition.BOTTOM_RIGHT;\n\n /** Label of the trigger button. */\n @Prop()\n label?: string;\n\n /** Aria label of the trigger button. It will be only used when `label` prop is empty. */\n @Prop()\n ariaLabel = \"Apri pannello informazioni\";\n\n /** Size of the trigger button */\n @Prop({reflect: true})\n size?: ControlSize = ControlSize.BIG;\n\n /** Whether the info panel is open. */\n @State()\n open = false;\n\n @Element() host: HTMLZInfoRevealElement;\n\n private panel: HTMLDivElement;\n\n /**\n * Adjust the position of the info panel to prevent exiting the viewport.\n */\n @Watch(\"position\")\n @Watch(\"open\")\n @Listen(\"resize\", {target: \"window\", passive: true})\n adjustPanelPosition(): void {\n if (!this.open || !this.panel) {\n return;\n }\n\n const rect = this.host.getBoundingClientRect();\n const gridMargin = parseInt(getComputedStyle(document.documentElement).getPropertyValue(\"--grid-margin\"), 10);\n const pageWidth = document.documentElement.offsetWidth;\n // Available space for the info panel to grow towards the edge of the page, based on the `position` prop.\n const availableSpace = Math.round(\n (this.position.includes(\"left\") ? pageWidth - rect.left : rect.right) - gridMargin\n );\n this.panel.style.maxWidth = `${availableSpace}px`;\n }\n\n /**\n * Toggle the open state of the info panel.\n */\n private togglePanel(): void {\n this.open = !this.open;\n }\n\n /**\n * Close the info panel.\n */\n private closePanel(): void {\n this.open = false;\n }\n\n @Listen(\"keydown\", {target: \"window\", capture: true})\n handleEscapeKey(event: KeyboardEvent): void {\n if (event.key === \"Escape\" && this.open) {\n this.closePanel();\n }\n }\n\n render(): HTMLZInfoRevealElement {\n return (\n <Host open={this.open}>\n <button\n class=\"z-info-reveal-trigger\"\n type=\"button\"\n onClick={this.togglePanel.bind(this)}\n aria-label={!this.label ? this.ariaLabel : undefined}\n aria-expanded={this.open ? \"true\" : \"false\"}\n aria-controls=\"z-info-reveal-panel\"\n >\n {this.icon && <z-icon name={this.icon} />}\n {this.label && <span class=\"z-info-reveal-label\">{this.label}</span>}\n </button>\n <div\n class=\"z-info-reveal-panel\"\n id=\"z-info-reveal-panel\"\n ref={(el) => (this.panel = el)}\n hidden={!this.open}\n >\n <slot></slot>\n <button\n class=\"z-info-reveal-close\"\n type=\"button\"\n onClick={this.closePanel.bind(this)}\n aria-label=\"Chiudi pannello informazioni\"\n >\n <z-icon name=\"multiply\" />\n </button>\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
1
+ {"file":"index10.js","mappings":";;;AAAA,MAAM,SAAS,GAAG,yPAAyP,CAAC;AAC5Q,oBAAe,SAAS;;MCOX,KAAK;;;;;;;;;;;IAqBR,mBAAmB,CAAC,SAAiB;QAC3C,IAAI,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAE,UAAU,CAAC,GAAG,CAAC,EAAE;YAC9B,OAAO,YAAM,CAAC,EAAE,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,GAAS,CAAC;SAC3C;QAED,OAAO,eAAS,MAAM,EAAE,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,GAAY,CAAC;KACtD;IAED,MAAM;QACJ,QACE,EAAC,IAAI,oEAAa,MAAM,IACtB,4DACE,OAAO,EAAC,eAAe,EACvB,KAAK,EAAE,IAAI,CAAC,KAAK,EACjB,MAAM,EAAE,IAAI,CAAC,MAAM,EACnB,EAAE,EAAE,IAAI,CAAC,MAAM,EACf,IAAI,EAAE,IAAI,CAAC,IAAI,GAAG,SAAS,IAAI,CAAC,IAAI,GAAG,GAAG,EAAE,IAE3C,IAAI,CAAC,mBAAmB,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CACvC,CACD,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/z-icon/styles.css?tag=z-icon&encapsulation=shadow","src/components/z-icon/index.tsx"],"sourcesContent":[":host {\n margin-right: var(--z-icon-right-margin, 0);\n margin-left: var(--z-icon-left-margin, 0);\n line-height: 0;\n vertical-align: middle;\n}\n\n:host svg:not([width]) {\n width: var(--z-icon-width, 1.125rem);\n}\n\n:host svg:not([height]) {\n height: var(--z-icon-height, 1.125rem);\n}\n","import {Component, Host, Prop, h} from \"@stencil/core\";\nimport {ICONS} from \"../../constants/iconset\";\n\n@Component({\n tag: \"z-icon\",\n styleUrl: \"styles.css\",\n shadow: true,\n})\nexport class ZIcon {\n /** icon name */\n @Prop()\n name: string;\n\n /** icon height (optional) */\n @Prop()\n height?: number | string;\n\n /** icon width (optional) */\n @Prop()\n width?: number | string;\n\n /** icon id (optional) */\n @Prop()\n iconid?: string;\n\n /** icon fill (optional) */\n @Prop()\n fill?: string;\n\n private selectPathOrPolygon(iconValue: string): SVGPathElement | SVGPolygonElement {\n if (iconValue?.startsWith(\"M\")) {\n return <path d={ICONS[this.name]}></path>;\n }\n\n return <polygon points={ICONS[this.name]}></polygon>;\n }\n\n render(): SVGElement {\n return (\n <Host aria-hidden=\"true\">\n <svg\n viewBox=\"0 0 1000 1000\"\n width={this.width}\n height={this.height}\n id={this.iconid}\n fill={this.fill ? `var(--${this.fill})` : \"\"}\n >\n {this.selectPathOrPolygon(ICONS[this.name])}\n </svg>\n </Host>\n );\n }\n}\n"],"version":3}