@zanichelli/albe-web-components 18.7.6 → 18.7.7

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 (395) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/web-components-library.cjs.js +1 -1
  4. package/dist/cjs/z-alert.cjs.entry.js +1 -1
  5. package/dist/cjs/z-app-header_12.cjs.entry.js +10 -8
  6. package/dist/cjs/z-app-header_12.cjs.entry.js.map +1 -1
  7. package/dist/cjs/z-aria-alert.cjs.entry.js +1 -1
  8. package/dist/cjs/z-avatar.cjs.entry.js +2 -2
  9. package/dist/cjs/z-breadcrumb.cjs.entry.js +2 -2
  10. package/dist/cjs/z-button-sort.cjs.entry.js +1 -1
  11. package/dist/cjs/z-chip.cjs.entry.js +2 -2
  12. package/dist/cjs/z-combobox.cjs.entry.js +1 -1
  13. package/dist/cjs/z-cover-hero.cjs.entry.js +2 -2
  14. package/dist/cjs/z-dragdrop-area_2.cjs.entry.js +4 -4
  15. package/dist/cjs/z-ghost-loading.cjs.entry.js +1 -1
  16. package/dist/cjs/z-info-box.cjs.entry.js +1 -1
  17. package/dist/cjs/z-info-reveal.cjs.entry.js +1 -1
  18. package/dist/cjs/z-logo.cjs.entry.js +1 -1
  19. package/dist/cjs/z-menu-section.cjs.entry.js +1 -1
  20. package/dist/cjs/z-myz-card-alert.cjs.entry.js +1 -1
  21. package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +1 -1
  22. package/dist/cjs/z-myz-card-footer-sections.cjs.entry.js +1 -1
  23. package/dist/cjs/z-myz-card-footer.cjs.entry.js +1 -1
  24. package/dist/cjs/z-myz-card-icon.cjs.entry.js +1 -1
  25. package/dist/cjs/z-myz-card-info.cjs.entry.js +1 -1
  26. package/dist/cjs/z-myz-card-list.cjs.entry.js +1 -1
  27. package/dist/cjs/z-myz-card_4.cjs.entry.js +4 -4
  28. package/dist/cjs/z-myz-list-item.cjs.entry.js +1 -1
  29. package/dist/cjs/z-myz-list.cjs.entry.js +1 -1
  30. package/dist/cjs/z-navigation-tabs.cjs.entry.js +2 -2
  31. package/dist/cjs/z-notification.cjs.entry.js +1 -1
  32. package/dist/cjs/z-otp.cjs.entry.js +2 -2
  33. package/dist/cjs/z-panel-elem.cjs.entry.js +2 -2
  34. package/dist/cjs/z-popover.cjs.entry.js +1 -1
  35. package/dist/cjs/z-select.cjs.entry.js +1 -1
  36. package/dist/cjs/z-skip-to-content.cjs.entry.js +1 -1
  37. package/dist/cjs/z-stepper-item.cjs.entry.js +1 -1
  38. package/dist/cjs/z-stepper.cjs.entry.js +1 -1
  39. package/dist/cjs/z-toast-notification-list.cjs.entry.js +1 -1
  40. package/dist/cjs/z-toast-notification.cjs.entry.js +1 -1
  41. package/dist/cjs/z-toggle-button.cjs.entry.js +2 -2
  42. package/dist/cjs/z-toggle-switch.cjs.entry.js +3 -3
  43. package/dist/cjs/z-tooltip.cjs.entry.js +1 -1
  44. package/dist/cjs/z-visually-hidden.cjs.entry.js +1 -1
  45. package/dist/collection/components/z-app-header/index.js +2 -1
  46. package/dist/collection/components/z-app-header/index.js.map +1 -1
  47. package/dist/collection/components/z-app-header/index.stories.js +16 -0
  48. package/dist/collection/components/z-app-header/index.stories.js.map +1 -1
  49. package/dist/collection/components/z-app-header/styles.css +2 -1
  50. package/dist/collection/components/z-aria-alert/index.js +1 -1
  51. package/dist/collection/components/z-avatar/index.js +2 -2
  52. package/dist/collection/components/z-breadcrumb/index.js +2 -2
  53. package/dist/collection/components/z-button-sort/index.js +1 -1
  54. package/dist/collection/components/z-chip/index.js +2 -2
  55. package/dist/collection/components/z-combobox/index.js +1 -1
  56. package/dist/collection/components/z-cover-hero/index.js +2 -2
  57. package/dist/collection/components/z-divider/index.js +1 -1
  58. package/dist/collection/components/z-ghost-loading/index.js +1 -1
  59. package/dist/collection/components/z-info-box/index.js +1 -1
  60. package/dist/collection/components/z-info-reveal/index.js +1 -1
  61. package/dist/collection/components/z-input/index.js +1 -1
  62. package/dist/collection/components/z-input-message/index.js +1 -1
  63. package/dist/collection/components/z-logo/index.js +1 -1
  64. package/dist/collection/components/z-menu-section/index.js +1 -1
  65. package/dist/collection/components/z-modal/index.js +4 -4
  66. package/dist/collection/components/z-navigation-tabs/index.js +2 -2
  67. package/dist/collection/components/z-notification/index.js +1 -1
  68. package/dist/collection/components/z-offcanvas/index.js +21 -1
  69. package/dist/collection/components/z-offcanvas/index.js.map +1 -1
  70. package/dist/collection/components/z-offcanvas/index.stories.js +12 -0
  71. package/dist/collection/components/z-offcanvas/index.stories.js.map +1 -1
  72. package/dist/collection/components/z-offcanvas/styles.css +5 -4
  73. package/dist/collection/components/z-panel-elem/index.js +2 -2
  74. package/dist/collection/components/z-popover/index.js +1 -1
  75. package/dist/collection/components/z-searchbar/index.js +1 -1
  76. package/dist/collection/components/z-select/index.js +1 -1
  77. package/dist/collection/components/z-skip-to-content/index.js +1 -1
  78. package/dist/collection/components/z-stepper/index.js +1 -1
  79. package/dist/collection/components/z-stepper-item/index.js +1 -1
  80. package/dist/collection/components/z-toast-notification/index.js +1 -1
  81. package/dist/collection/components/z-toast-notification-list/index.js +1 -1
  82. package/dist/collection/components/z-toggle-button/index.js +2 -2
  83. package/dist/collection/components/z-toggle-switch/index.js +3 -3
  84. package/dist/collection/components/z-tooltip/index.js +1 -1
  85. package/dist/collection/components/z-visually-hidden/index.js +1 -1
  86. package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +1 -1
  87. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +1 -1
  88. package/dist/collection/snowflakes/myz/card/z-myz-card-body/index.js +1 -1
  89. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +1 -1
  90. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +1 -1
  91. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +1 -1
  92. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/index.js +1 -1
  93. package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +1 -1
  94. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +1 -1
  95. package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +1 -1
  96. package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +1 -1
  97. package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +1 -1
  98. package/dist/collection/snowflakes/myz/list/z-myz-list-item/index.js +1 -1
  99. package/dist/collection/snowflakes/myz/z-alert/index.js +1 -1
  100. package/dist/collection/snowflakes/myz/z-otp/index.js +2 -2
  101. package/dist/components/index10.js +1 -1
  102. package/dist/components/index11.js +1 -1
  103. package/dist/components/index12.js +1 -1
  104. package/dist/components/index16.js +4 -4
  105. package/dist/components/index17.js +1 -1
  106. package/dist/components/index18.js +1 -1
  107. package/dist/components/index19.js +1 -1
  108. package/dist/components/index20.js +1 -1
  109. package/dist/components/index21.js +1 -1
  110. package/dist/components/index22.js +5 -2
  111. package/dist/components/index22.js.map +1 -1
  112. package/dist/components/index23.js +1 -1
  113. package/dist/components/index24.js +1 -1
  114. package/dist/components/index3.js +1 -1
  115. package/dist/components/index5.js +2 -2
  116. package/dist/components/index6.js +1 -1
  117. package/dist/components/index8.js +1 -1
  118. package/dist/components/z-app-header.js +2 -2
  119. package/dist/components/z-app-header.js.map +1 -1
  120. package/dist/components/z-aria-alert.js +1 -1
  121. package/dist/components/z-avatar.js +2 -2
  122. package/dist/components/z-breadcrumb.js +2 -2
  123. package/dist/components/z-button-sort.js +1 -1
  124. package/dist/components/z-combobox.js +1 -1
  125. package/dist/components/z-cover-hero.js +2 -2
  126. package/dist/components/z-info-box.js +1 -1
  127. package/dist/components/z-logo.js +1 -1
  128. package/dist/components/z-menu-section.js +1 -1
  129. package/dist/components/z-myz-card-alert.js +1 -1
  130. package/dist/components/z-myz-card-dictionary.js +1 -1
  131. package/dist/components/z-myz-card-footer-sections.js +1 -1
  132. package/dist/components/z-myz-card-footer.js +1 -1
  133. package/dist/components/z-myz-card-icon.js +1 -1
  134. package/dist/components/z-myz-card-info.js +1 -1
  135. package/dist/components/z-myz-card-list.js +1 -1
  136. package/dist/components/z-myz-list.js +1 -1
  137. package/dist/components/z-navigation-tabs.js +2 -2
  138. package/dist/components/z-notification.js +1 -1
  139. package/dist/components/z-otp.js +2 -2
  140. package/dist/components/z-panel-elem.js +2 -2
  141. package/dist/components/z-select.js +1 -1
  142. package/dist/components/z-skip-to-content.js +1 -1
  143. package/dist/components/z-stepper-item.js +1 -1
  144. package/dist/components/z-stepper.js +1 -1
  145. package/dist/components/z-toast-notification-list.js +1 -1
  146. package/dist/components/z-toast-notification.js +1 -1
  147. package/dist/components/z-toggle-button.js +2 -2
  148. package/dist/components/z-toggle-switch.js +3 -3
  149. package/dist/components/z-tooltip.js +1 -1
  150. package/dist/components/z-visually-hidden.js +1 -1
  151. package/dist/esm/loader.js +1 -1
  152. package/dist/esm/web-components-library.js +1 -1
  153. package/dist/esm/z-alert.entry.js +1 -1
  154. package/dist/esm/z-app-header_12.entry.js +10 -8
  155. package/dist/esm/z-app-header_12.entry.js.map +1 -1
  156. package/dist/esm/z-aria-alert.entry.js +1 -1
  157. package/dist/esm/z-avatar.entry.js +2 -2
  158. package/dist/esm/z-breadcrumb.entry.js +2 -2
  159. package/dist/esm/z-button-sort.entry.js +1 -1
  160. package/dist/esm/z-chip.entry.js +2 -2
  161. package/dist/esm/z-combobox.entry.js +1 -1
  162. package/dist/esm/z-cover-hero.entry.js +2 -2
  163. package/dist/esm/z-dragdrop-area_2.entry.js +4 -4
  164. package/dist/esm/z-ghost-loading.entry.js +1 -1
  165. package/dist/esm/z-info-box.entry.js +1 -1
  166. package/dist/esm/z-info-reveal.entry.js +1 -1
  167. package/dist/esm/z-logo.entry.js +1 -1
  168. package/dist/esm/z-menu-section.entry.js +1 -1
  169. package/dist/esm/z-myz-card-alert.entry.js +1 -1
  170. package/dist/esm/z-myz-card-dictionary.entry.js +1 -1
  171. package/dist/esm/z-myz-card-footer-sections.entry.js +1 -1
  172. package/dist/esm/z-myz-card-footer.entry.js +1 -1
  173. package/dist/esm/z-myz-card-icon.entry.js +1 -1
  174. package/dist/esm/z-myz-card-info.entry.js +1 -1
  175. package/dist/esm/z-myz-card-list.entry.js +1 -1
  176. package/dist/esm/z-myz-card_4.entry.js +4 -4
  177. package/dist/esm/z-myz-list-item.entry.js +1 -1
  178. package/dist/esm/z-myz-list.entry.js +1 -1
  179. package/dist/esm/z-navigation-tabs.entry.js +2 -2
  180. package/dist/esm/z-notification.entry.js +1 -1
  181. package/dist/esm/z-otp.entry.js +2 -2
  182. package/dist/esm/z-panel-elem.entry.js +2 -2
  183. package/dist/esm/z-popover.entry.js +1 -1
  184. package/dist/esm/z-select.entry.js +1 -1
  185. package/dist/esm/z-skip-to-content.entry.js +1 -1
  186. package/dist/esm/z-stepper-item.entry.js +1 -1
  187. package/dist/esm/z-stepper.entry.js +1 -1
  188. package/dist/esm/z-toast-notification-list.entry.js +1 -1
  189. package/dist/esm/z-toast-notification.entry.js +1 -1
  190. package/dist/esm/z-toggle-button.entry.js +2 -2
  191. package/dist/esm/z-toggle-switch.entry.js +3 -3
  192. package/dist/esm/z-tooltip.entry.js +1 -1
  193. package/dist/esm/z-visually-hidden.entry.js +1 -1
  194. package/dist/types/components/deprecated/z-app-header-deprecated/index.stories.d.ts +3 -3
  195. package/dist/types/components/deprecated/z-book-card-deprecated/index.stories.d.ts +2 -2
  196. package/dist/types/components/deprecated/z-section-title/index.stories.d.ts +1 -1
  197. package/dist/types/components/list/z-list-group/index.stories.d.ts +1 -1
  198. package/dist/types/components/z-app-header/index.d.ts +1 -0
  199. package/dist/types/components/z-app-header/index.stories.d.ts +10 -2
  200. package/dist/types/components/z-carousel/index.stories.d.ts +1 -1
  201. package/dist/types/components/z-cover-hero/index.stories.d.ts +1 -1
  202. package/dist/types/components/z-modal/index.stories.d.ts +1 -1
  203. package/dist/types/components/z-navigation-tabs/index.stories.d.ts +2 -2
  204. package/dist/types/components/z-offcanvas/index.d.ts +2 -0
  205. package/dist/types/components/z-offcanvas/index.stories.d.ts +9 -0
  206. package/dist/types/components/z-pagination/index.stories.d.ts +2 -2
  207. package/dist/types/components/z-popover/index.stories.d.ts +5 -5
  208. package/dist/types/components/z-stepper/index.stories.d.ts +1 -1
  209. package/dist/types/components/z-tag/index.stories.d.ts +2 -2
  210. package/dist/types/components/z-tooltip/index.stories.d.ts +1 -1
  211. package/dist/types/components.d.ts +8 -0
  212. package/dist/types/home/runner/work/design-system/design-system/.stencil/docs/themes/index.stories.d.ts +1 -1
  213. package/dist/types/home/runner/work/design-system/design-system/.stencil/docs/typography/index.stories.d.ts +2 -2
  214. package/dist/web-components-library/{p-e8419614.entry.js → p-04f578d3.entry.js} +2 -2
  215. package/{www/build/p-8117a929.entry.js → dist/web-components-library/p-17259f80.entry.js} +2 -2
  216. package/dist/web-components-library/{p-d8aa6afa.entry.js → p-1775f79b.entry.js} +2 -2
  217. package/dist/web-components-library/{p-63c1bde5.entry.js → p-2105d5ec.entry.js} +2 -2
  218. package/dist/web-components-library/{p-d6d3a92a.entry.js → p-22056263.entry.js} +2 -2
  219. package/dist/web-components-library/{p-cb1de7b4.entry.js → p-2264883d.entry.js} +2 -2
  220. package/dist/web-components-library/{p-cbab66f7.entry.js → p-2bdac94e.entry.js} +2 -2
  221. package/dist/web-components-library/{p-8c52635e.entry.js → p-4551b0df.entry.js} +2 -2
  222. package/dist/web-components-library/{p-4c730d4a.entry.js → p-50b800e6.entry.js} +2 -2
  223. package/{www/build/p-ac585bcd.entry.js → dist/web-components-library/p-5f231799.entry.js} +2 -2
  224. package/{www/build/p-dc5ba112.entry.js → dist/web-components-library/p-6d2a6434.entry.js} +2 -2
  225. package/dist/web-components-library/p-6ebaa41d.entry.js +2 -0
  226. package/dist/web-components-library/p-6ebaa41d.entry.js.map +1 -0
  227. package/dist/web-components-library/{p-5cf3a797.entry.js → p-70aa0b22.entry.js} +2 -2
  228. package/dist/web-components-library/{p-966cbf03.entry.js → p-755e5bb3.entry.js} +2 -2
  229. package/dist/web-components-library/p-75d50d5f.entry.js +2 -0
  230. package/dist/web-components-library/{p-e231e811.entry.js → p-7eb0e121.entry.js} +2 -2
  231. package/dist/web-components-library/{p-09ba466b.entry.js → p-7faf6680.entry.js} +2 -2
  232. package/dist/web-components-library/p-8e5bc362.entry.js +2 -0
  233. package/dist/web-components-library/{p-6793061a.entry.js → p-945928ff.entry.js} +2 -2
  234. package/dist/web-components-library/p-970de597.entry.js +2 -0
  235. package/{www/build/p-2b8eb0c2.entry.js → dist/web-components-library/p-9de4915b.entry.js} +2 -2
  236. package/dist/web-components-library/{p-1ad8810a.entry.js → p-9e3116b0.entry.js} +2 -2
  237. package/dist/web-components-library/{p-caa491ca.entry.js → p-9f516be2.entry.js} +2 -2
  238. package/{www/build/p-d0d54d42.entry.js → dist/web-components-library/p-a25c7fdb.entry.js} +2 -2
  239. package/dist/web-components-library/{p-0756fe6f.entry.js → p-a4e26cad.entry.js} +2 -2
  240. package/dist/web-components-library/{p-01302e57.entry.js → p-a80faa78.entry.js} +2 -2
  241. package/{www/build/p-689b0280.entry.js → dist/web-components-library/p-add09050.entry.js} +2 -2
  242. package/dist/web-components-library/{p-22c755d5.entry.js → p-b0f80e50.entry.js} +2 -2
  243. package/dist/web-components-library/{p-0eab3c09.entry.js → p-bfa7b528.entry.js} +3 -3
  244. package/dist/web-components-library/{p-962c7f6b.entry.js → p-ceeb3e2a.entry.js} +2 -2
  245. package/dist/web-components-library/{p-8dec332e.entry.js → p-d3a51980.entry.js} +2 -2
  246. package/dist/web-components-library/{p-e639e1bc.entry.js → p-da6ba08a.entry.js} +2 -2
  247. package/dist/web-components-library/p-deb7f8d7.entry.js +2 -0
  248. package/dist/web-components-library/p-e0320349.entry.js +2 -0
  249. package/dist/web-components-library/{p-97608d16.entry.js.map → p-e0320349.entry.js.map} +1 -1
  250. package/dist/web-components-library/{p-6273db7f.entry.js → p-f3287280.entry.js} +2 -2
  251. package/dist/web-components-library/{p-4fbcf534.entry.js → p-f39f6ee8.entry.js} +2 -2
  252. package/dist/web-components-library/{p-6ca0ee2f.entry.js → p-fa9c35b7.entry.js} +2 -2
  253. package/dist/web-components-library/{p-7916e0f7.entry.js → p-fb78c343.entry.js} +2 -2
  254. package/dist/web-components-library/{p-badd98ad.entry.js → p-fe663393.entry.js} +2 -2
  255. package/{www/build/p-24474394.entry.js → dist/web-components-library/p-fef12692.entry.js} +2 -2
  256. package/dist/web-components-library/web-components-library.esm.js +1 -1
  257. package/dist/web-components-library/web-components-library.esm.js.map +1 -1
  258. package/package.json +7 -7
  259. package/www/build/{p-e8419614.entry.js → p-04f578d3.entry.js} +2 -2
  260. package/{dist/web-components-library/p-8117a929.entry.js → www/build/p-17259f80.entry.js} +2 -2
  261. package/www/build/{p-d8aa6afa.entry.js → p-1775f79b.entry.js} +2 -2
  262. package/www/build/{p-63c1bde5.entry.js → p-2105d5ec.entry.js} +2 -2
  263. package/www/build/{p-d6d3a92a.entry.js → p-22056263.entry.js} +2 -2
  264. package/www/build/{p-cb1de7b4.entry.js → p-2264883d.entry.js} +2 -2
  265. package/www/build/p-29dcbeae.js +2 -0
  266. package/www/build/{p-cbab66f7.entry.js → p-2bdac94e.entry.js} +2 -2
  267. package/www/build/{p-8c52635e.entry.js → p-4551b0df.entry.js} +2 -2
  268. package/www/build/{p-4c730d4a.entry.js → p-50b800e6.entry.js} +2 -2
  269. package/{dist/web-components-library/p-ac585bcd.entry.js → www/build/p-5f231799.entry.js} +2 -2
  270. package/{dist/web-components-library/p-dc5ba112.entry.js → www/build/p-6d2a6434.entry.js} +2 -2
  271. package/www/build/p-6ebaa41d.entry.js +2 -0
  272. package/www/build/p-6ebaa41d.entry.js.map +1 -0
  273. package/www/build/{p-5cf3a797.entry.js → p-70aa0b22.entry.js} +2 -2
  274. package/www/build/{p-966cbf03.entry.js → p-755e5bb3.entry.js} +2 -2
  275. package/www/build/p-75d50d5f.entry.js +2 -0
  276. package/www/build/{p-e231e811.entry.js → p-7eb0e121.entry.js} +2 -2
  277. package/www/build/{p-09ba466b.entry.js → p-7faf6680.entry.js} +2 -2
  278. package/www/build/p-8e5bc362.entry.js +2 -0
  279. package/www/build/{p-6793061a.entry.js → p-945928ff.entry.js} +2 -2
  280. package/www/build/p-970de597.entry.js +2 -0
  281. package/{dist/web-components-library/p-2b8eb0c2.entry.js → www/build/p-9de4915b.entry.js} +2 -2
  282. package/www/build/{p-1ad8810a.entry.js → p-9e3116b0.entry.js} +2 -2
  283. package/www/build/{p-caa491ca.entry.js → p-9f516be2.entry.js} +2 -2
  284. package/{dist/web-components-library/p-d0d54d42.entry.js → www/build/p-a25c7fdb.entry.js} +2 -2
  285. package/www/build/{p-0756fe6f.entry.js → p-a4e26cad.entry.js} +2 -2
  286. package/www/build/{p-01302e57.entry.js → p-a80faa78.entry.js} +2 -2
  287. package/{dist/web-components-library/p-689b0280.entry.js → www/build/p-add09050.entry.js} +2 -2
  288. package/www/build/{p-22c755d5.entry.js → p-b0f80e50.entry.js} +2 -2
  289. package/www/build/{p-0eab3c09.entry.js → p-bfa7b528.entry.js} +3 -3
  290. package/www/build/{p-962c7f6b.entry.js → p-ceeb3e2a.entry.js} +2 -2
  291. package/www/build/{p-8dec332e.entry.js → p-d3a51980.entry.js} +2 -2
  292. package/www/build/{p-e639e1bc.entry.js → p-da6ba08a.entry.js} +2 -2
  293. package/www/build/p-deb7f8d7.entry.js +2 -0
  294. package/www/build/p-e0320349.entry.js +2 -0
  295. package/www/build/{p-97608d16.entry.js.map → p-e0320349.entry.js.map} +1 -1
  296. package/www/build/{p-6273db7f.entry.js → p-f3287280.entry.js} +2 -2
  297. package/www/build/{p-4fbcf534.entry.js → p-f39f6ee8.entry.js} +2 -2
  298. package/www/build/{p-6ca0ee2f.entry.js → p-fa9c35b7.entry.js} +2 -2
  299. package/www/build/{p-7916e0f7.entry.js → p-fb78c343.entry.js} +2 -2
  300. package/www/build/{p-badd98ad.entry.js → p-fe663393.entry.js} +2 -2
  301. package/{dist/web-components-library/p-24474394.entry.js → www/build/p-fef12692.entry.js} +2 -2
  302. package/www/build/web-components-library.esm.js +1 -1
  303. package/www/build/web-components-library.esm.js.map +1 -1
  304. package/www/index.html +1 -1
  305. package/dist/web-components-library/p-04671e2c.entry.js +0 -2
  306. package/dist/web-components-library/p-04671e2c.entry.js.map +0 -1
  307. package/dist/web-components-library/p-3ed25564.entry.js +0 -2
  308. package/dist/web-components-library/p-67edb420.entry.js +0 -2
  309. package/dist/web-components-library/p-74819cbe.entry.js +0 -2
  310. package/dist/web-components-library/p-97608d16.entry.js +0 -2
  311. package/dist/web-components-library/p-f1c55eda.entry.js +0 -2
  312. package/www/build/p-04671e2c.entry.js +0 -2
  313. package/www/build/p-04671e2c.entry.js.map +0 -1
  314. package/www/build/p-3ed25564.entry.js +0 -2
  315. package/www/build/p-67edb420.entry.js +0 -2
  316. package/www/build/p-74819cbe.entry.js +0 -2
  317. package/www/build/p-97608d16.entry.js +0 -2
  318. package/www/build/p-f1c55eda.entry.js +0 -2
  319. package/www/build/p-f30124a3.js +0 -2
  320. /package/dist/web-components-library/{p-e8419614.entry.js.map → p-04f578d3.entry.js.map} +0 -0
  321. /package/dist/web-components-library/{p-8117a929.entry.js.map → p-17259f80.entry.js.map} +0 -0
  322. /package/dist/web-components-library/{p-d8aa6afa.entry.js.map → p-1775f79b.entry.js.map} +0 -0
  323. /package/dist/web-components-library/{p-63c1bde5.entry.js.map → p-2105d5ec.entry.js.map} +0 -0
  324. /package/dist/web-components-library/{p-d6d3a92a.entry.js.map → p-22056263.entry.js.map} +0 -0
  325. /package/dist/web-components-library/{p-cb1de7b4.entry.js.map → p-2264883d.entry.js.map} +0 -0
  326. /package/dist/web-components-library/{p-cbab66f7.entry.js.map → p-2bdac94e.entry.js.map} +0 -0
  327. /package/dist/web-components-library/{p-8c52635e.entry.js.map → p-4551b0df.entry.js.map} +0 -0
  328. /package/dist/web-components-library/{p-4c730d4a.entry.js.map → p-50b800e6.entry.js.map} +0 -0
  329. /package/dist/web-components-library/{p-ac585bcd.entry.js.map → p-5f231799.entry.js.map} +0 -0
  330. /package/dist/web-components-library/{p-dc5ba112.entry.js.map → p-6d2a6434.entry.js.map} +0 -0
  331. /package/dist/web-components-library/{p-5cf3a797.entry.js.map → p-70aa0b22.entry.js.map} +0 -0
  332. /package/dist/web-components-library/{p-966cbf03.entry.js.map → p-755e5bb3.entry.js.map} +0 -0
  333. /package/dist/web-components-library/{p-3ed25564.entry.js.map → p-75d50d5f.entry.js.map} +0 -0
  334. /package/dist/web-components-library/{p-e231e811.entry.js.map → p-7eb0e121.entry.js.map} +0 -0
  335. /package/dist/web-components-library/{p-09ba466b.entry.js.map → p-7faf6680.entry.js.map} +0 -0
  336. /package/dist/web-components-library/{p-67edb420.entry.js.map → p-8e5bc362.entry.js.map} +0 -0
  337. /package/dist/web-components-library/{p-6793061a.entry.js.map → p-945928ff.entry.js.map} +0 -0
  338. /package/dist/web-components-library/{p-f1c55eda.entry.js.map → p-970de597.entry.js.map} +0 -0
  339. /package/dist/web-components-library/{p-2b8eb0c2.entry.js.map → p-9de4915b.entry.js.map} +0 -0
  340. /package/dist/web-components-library/{p-1ad8810a.entry.js.map → p-9e3116b0.entry.js.map} +0 -0
  341. /package/dist/web-components-library/{p-caa491ca.entry.js.map → p-9f516be2.entry.js.map} +0 -0
  342. /package/dist/web-components-library/{p-d0d54d42.entry.js.map → p-a25c7fdb.entry.js.map} +0 -0
  343. /package/dist/web-components-library/{p-0756fe6f.entry.js.map → p-a4e26cad.entry.js.map} +0 -0
  344. /package/dist/web-components-library/{p-01302e57.entry.js.map → p-a80faa78.entry.js.map} +0 -0
  345. /package/dist/web-components-library/{p-689b0280.entry.js.map → p-add09050.entry.js.map} +0 -0
  346. /package/dist/web-components-library/{p-22c755d5.entry.js.map → p-b0f80e50.entry.js.map} +0 -0
  347. /package/dist/web-components-library/{p-0eab3c09.entry.js.map → p-bfa7b528.entry.js.map} +0 -0
  348. /package/dist/web-components-library/{p-962c7f6b.entry.js.map → p-ceeb3e2a.entry.js.map} +0 -0
  349. /package/dist/web-components-library/{p-8dec332e.entry.js.map → p-d3a51980.entry.js.map} +0 -0
  350. /package/dist/web-components-library/{p-e639e1bc.entry.js.map → p-da6ba08a.entry.js.map} +0 -0
  351. /package/dist/web-components-library/{p-74819cbe.entry.js.map → p-deb7f8d7.entry.js.map} +0 -0
  352. /package/dist/web-components-library/{p-6273db7f.entry.js.map → p-f3287280.entry.js.map} +0 -0
  353. /package/dist/web-components-library/{p-4fbcf534.entry.js.map → p-f39f6ee8.entry.js.map} +0 -0
  354. /package/dist/web-components-library/{p-6ca0ee2f.entry.js.map → p-fa9c35b7.entry.js.map} +0 -0
  355. /package/dist/web-components-library/{p-7916e0f7.entry.js.map → p-fb78c343.entry.js.map} +0 -0
  356. /package/dist/web-components-library/{p-badd98ad.entry.js.map → p-fe663393.entry.js.map} +0 -0
  357. /package/dist/web-components-library/{p-24474394.entry.js.map → p-fef12692.entry.js.map} +0 -0
  358. /package/www/build/{p-e8419614.entry.js.map → p-04f578d3.entry.js.map} +0 -0
  359. /package/www/build/{p-8117a929.entry.js.map → p-17259f80.entry.js.map} +0 -0
  360. /package/www/build/{p-d8aa6afa.entry.js.map → p-1775f79b.entry.js.map} +0 -0
  361. /package/www/build/{p-63c1bde5.entry.js.map → p-2105d5ec.entry.js.map} +0 -0
  362. /package/www/build/{p-d6d3a92a.entry.js.map → p-22056263.entry.js.map} +0 -0
  363. /package/www/build/{p-cb1de7b4.entry.js.map → p-2264883d.entry.js.map} +0 -0
  364. /package/www/build/{p-cbab66f7.entry.js.map → p-2bdac94e.entry.js.map} +0 -0
  365. /package/www/build/{p-8c52635e.entry.js.map → p-4551b0df.entry.js.map} +0 -0
  366. /package/www/build/{p-4c730d4a.entry.js.map → p-50b800e6.entry.js.map} +0 -0
  367. /package/www/build/{p-ac585bcd.entry.js.map → p-5f231799.entry.js.map} +0 -0
  368. /package/www/build/{p-dc5ba112.entry.js.map → p-6d2a6434.entry.js.map} +0 -0
  369. /package/www/build/{p-5cf3a797.entry.js.map → p-70aa0b22.entry.js.map} +0 -0
  370. /package/www/build/{p-966cbf03.entry.js.map → p-755e5bb3.entry.js.map} +0 -0
  371. /package/www/build/{p-3ed25564.entry.js.map → p-75d50d5f.entry.js.map} +0 -0
  372. /package/www/build/{p-e231e811.entry.js.map → p-7eb0e121.entry.js.map} +0 -0
  373. /package/www/build/{p-09ba466b.entry.js.map → p-7faf6680.entry.js.map} +0 -0
  374. /package/www/build/{p-67edb420.entry.js.map → p-8e5bc362.entry.js.map} +0 -0
  375. /package/www/build/{p-6793061a.entry.js.map → p-945928ff.entry.js.map} +0 -0
  376. /package/www/build/{p-f1c55eda.entry.js.map → p-970de597.entry.js.map} +0 -0
  377. /package/www/build/{p-2b8eb0c2.entry.js.map → p-9de4915b.entry.js.map} +0 -0
  378. /package/www/build/{p-1ad8810a.entry.js.map → p-9e3116b0.entry.js.map} +0 -0
  379. /package/www/build/{p-caa491ca.entry.js.map → p-9f516be2.entry.js.map} +0 -0
  380. /package/www/build/{p-d0d54d42.entry.js.map → p-a25c7fdb.entry.js.map} +0 -0
  381. /package/www/build/{p-0756fe6f.entry.js.map → p-a4e26cad.entry.js.map} +0 -0
  382. /package/www/build/{p-01302e57.entry.js.map → p-a80faa78.entry.js.map} +0 -0
  383. /package/www/build/{p-689b0280.entry.js.map → p-add09050.entry.js.map} +0 -0
  384. /package/www/build/{p-22c755d5.entry.js.map → p-b0f80e50.entry.js.map} +0 -0
  385. /package/www/build/{p-0eab3c09.entry.js.map → p-bfa7b528.entry.js.map} +0 -0
  386. /package/www/build/{p-962c7f6b.entry.js.map → p-ceeb3e2a.entry.js.map} +0 -0
  387. /package/www/build/{p-8dec332e.entry.js.map → p-d3a51980.entry.js.map} +0 -0
  388. /package/www/build/{p-e639e1bc.entry.js.map → p-da6ba08a.entry.js.map} +0 -0
  389. /package/www/build/{p-74819cbe.entry.js.map → p-deb7f8d7.entry.js.map} +0 -0
  390. /package/www/build/{p-6273db7f.entry.js.map → p-f3287280.entry.js.map} +0 -0
  391. /package/www/build/{p-4fbcf534.entry.js.map → p-f39f6ee8.entry.js.map} +0 -0
  392. /package/www/build/{p-6ca0ee2f.entry.js.map → p-fa9c35b7.entry.js.map} +0 -0
  393. /package/www/build/{p-7916e0f7.entry.js.map → p-fb78c343.entry.js.map} +0 -0
  394. /package/www/build/{p-badd98ad.entry.js.map → p-fe663393.entry.js.map} +0 -0
  395. /package/www/build/{p-24474394.entry.js.map → p-fef12692.entry.js.map} +0 -0
@@ -7,7 +7,7 @@ const ZAriaAlert = class {
7
7
  this.mode = ZAriaAlertMode.POLITE;
8
8
  }
9
9
  render() {
10
- return (h(Host, { key: '507fd85bea3bc6cdfa0915afaf57866e29cc36e3', "aria-live": this.mode, "aria-atomic": "true", "aria-relevant": "additions" }, h("slot", { key: 'b28a7129f907a00beb9e5aa186f2960d7d6c4d1d' })));
10
+ return (h(Host, { key: '693653c1398e02b138174066573558fac0d35ba2', "aria-live": this.mode, "aria-atomic": "true", "aria-relevant": "additions" }, h("slot", { key: '4dd3b545e9ae838a0fd8ce56b0c37f68a013d199' })));
11
11
  }
12
12
  };
13
13
 
@@ -29,10 +29,10 @@ const ZAvatar = class {
29
29
  }
30
30
  }
31
31
  render() {
32
- return (h(Host, { key: '8ce8c6ffe56b55036f9f47146041fcb91051ad36', class: { [this.size]: true, [`body-${this.getTextSize()}-sb`]: true }, style: {
32
+ return (h(Host, { key: 'c9fa1bc24b529c058fe1bfa8f8b2f60ca8feccad', class: { [this.size]: true, [`body-${this.getTextSize()}-sb`]: true }, style: {
33
33
  color: `var(--${this.textColor})`,
34
34
  backgroundColor: `var(--${this.backgroundColor})`,
35
- } }, this.text && !this.image && h("span", { key: 'b989378860518c05074dcf3cf445df062679f3c1' }, this.text.substring(0, 2)), this.image && (h("img", { key: '56a3a248fe3f88b2ed285f6a7c133b542ca21940', src: this.image, onError: () => (this.image = "") }))));
35
+ } }, this.text && !this.image && h("span", { key: '7815e5074a69ed166710241d778c7bf12658a5f4' }, this.text.substring(0, 2)), this.image && (h("img", { key: 'e998f6c8b5686488f23d627e13bf3f7b125917b6', src: this.image, onError: () => (this.image = "") }))));
36
36
  }
37
37
  };
38
38
  ZAvatar.style = ZAvatarStyle0;
@@ -206,10 +206,10 @@ const ZBreadcrumb = class {
206
206
  ];
207
207
  }
208
208
  render() {
209
- return (h(Host, { key: 'bd4614a169bb3bd236c84b4b75de459189c6ebce', style: { "--line-clamp-popover": `${this.overflowMenuItemRows}` } }, h("nav", { key: '9148dec5bf9bdc9ea5b7a1bd67b60d85cbff688c', ref: (val) => (this.wrapElement = val), "aria-label": "Breadcrumb", class: {
209
+ return (h(Host, { key: 'fa72961ddc0531498b74d9837cd29a068674d93d', style: { "--line-clamp-popover": `${this.overflowMenuItemRows}` } }, h("nav", { key: '710553da61a2d791900ace442f879854c1bc0be0', ref: (val) => (this.wrapElement = val), "aria-label": "Breadcrumb", class: {
210
210
  semibold: this.pathStyle === BreadcrumbPathStyle.SEMIBOLD,
211
211
  underlined: this.pathStyle === BreadcrumbPathStyle.UNDERLINED,
212
- } }, h("ol", { key: '7c2d74ec32b18e22f444a9ab9ed3c6fb04983558' }, this.viewPortWidth === Device.MOBILE ? this.renderMobileItems() : this.renderItems()))));
212
+ } }, h("ol", { key: '2359ccdab15d71eaed8ebd6dfa463980e5c37b6d' }, this.viewPortWidth === Device.MOBILE ? this.renderMobileItems() : this.renderItems()))));
213
213
  }
214
214
  get hostElement() { return getElement(this); }
215
215
  static get watchers() { return {
@@ -42,7 +42,7 @@ const ZButtonSort = class {
42
42
  return this.ellipsis.offsetWidth < this.ellipsis.scrollWidth;
43
43
  }
44
44
  render() {
45
- return (h("button", { key: '48135e022855d78da6ea11bf643bb6f3165a5ffc', title: this.setButtonTitle(), id: this.buttonid, class: { selected: this.isselected }, onClick: () => this.emitButtonSortClick() }, h("span", { key: '211cf02c4ecf6558030ca0ad16bc12a657a5ad99', ref: (el) => (this.ellipsis = el), class: "ellipsis" }, !this.sortasc && this.desclabel ? this.desclabel : this.label), h("span", { key: '93e81849c1aa11be20b258b7c6156fa006d411c9', class: "counter" }, this.counter && ` (${this.counter})`), h("span", { key: 'f3a1e05c2fb37fc36f724d1760a691c45c8397e9', class: "sort" }, this.sortasc ? this.sortlabelasc : this.sortlabeldesc), h("z-icon", { key: '34fb2d58e925c18101f17e337332faf1cf55eecb', name: "caret-up-down", width: 16, height: 16 })));
45
+ return (h("button", { key: '6dd4d7f96cf0c8f77f50350113a078ef90ab6a58', title: this.setButtonTitle(), id: this.buttonid, class: { selected: this.isselected }, onClick: () => this.emitButtonSortClick() }, h("span", { key: '3307af9351e08954162418cef02cd5ec68d46703', ref: (el) => (this.ellipsis = el), class: "ellipsis" }, !this.sortasc && this.desclabel ? this.desclabel : this.label), h("span", { key: '9754930a0995c2107c57e52daa99085261a7179f', class: "counter" }, this.counter && ` (${this.counter})`), h("span", { key: 'f1b86456276efc6fe453b236f786ad60f51f90b0', class: "sort" }, this.sortasc ? this.sortlabelasc : this.sortlabeldesc), h("z-icon", { key: 'a90a31db7a10fa68a6ffbfbace297f9204af661c', name: "caret-up-down", width: 16, height: 16 })));
46
46
  }
47
47
  };
48
48
  ZButtonSort.style = ZButtonSortStyle0;
@@ -15,11 +15,11 @@ const ZChip = class {
15
15
  this.ariaLabel = "";
16
16
  }
17
17
  render() {
18
- return (h("div", { key: '4b4a07ba069a0392343f826702b9d221fe76f0be', class: {
18
+ return (h("div", { key: '16d991ea189e31748702a55ffcf879fdacb8f6ba', class: {
19
19
  "z-chip-container": true,
20
20
  "z-chip-interactive": !!this.interactiveIcon,
21
21
  [this.type]: true,
22
- }, "aria-disabled": this.disabled }, this.icon && h("z-icon", { key: '1adeb5f9343cfd12208342e2028ba802f5aa6dd6', name: this.icon }), h("slot", { key: 'ea3d86af473a049622e6de91dc6dafee0499da05' }), this.interactiveIcon && (h("button", { key: 'd4d2eb2c77d2a1224e0582500fc329a381e07a20', type: "button", onClick: () => this.interactiveIconClick.emit(), "aria-label": this.ariaLabel, disabled: this.disabled }, h("z-icon", { key: '7d4d4743ac1c87882732f9b5145afc70889dcac2', class: "interactive-icon", name: this.interactiveIcon })))));
22
+ }, "aria-disabled": this.disabled }, this.icon && h("z-icon", { key: 'b828e61a0563401e4df70d59097a2c2435095cf8', name: this.icon }), h("slot", { key: 'bdb1b95e2889c32031d2598fe34dddeab2ef4dcd' }), this.interactiveIcon && (h("button", { key: '3e582772c08ecbb1e497394d9bfe8be178256407', type: "button", onClick: () => this.interactiveIconClick.emit(), "aria-label": this.ariaLabel, disabled: this.disabled }, h("z-icon", { key: '3ae442b49b846d3fadbf7547ba4574de5a2fd6fc', class: "interactive-icon", name: this.interactiveIcon })))));
23
23
  }
24
24
  get el() { return getElement(this); }
25
25
  };
@@ -258,7 +258,7 @@ const ZCombobox = class {
258
258
  return (h("div", { class: "check-all-wrapper" }, h("z-input", { type: InputType.CHECKBOX, checked: allChecked, htmlid: checkAllId, class: this.getCheckboxClass(), label: allChecked ? this.uncheckalltext : this.checkalltext, disabled: this.maxcheckableitems && this.maxcheckableitems < this.itemsList.length, size: this.size === ControlSize.X_SMALL ? ControlSize.SMALL : this.size, role: "option", "aria-selected": allChecked ? "true" : "false", onKeyDown: (e) => this.handleSelectArrowsNavigation(e, checkAllId), onInputCheck: (e) => this.checkAll(e.detail.checked), onInputFocus: (e) => this.handleCheckboxFocus(e.detail.id) })));
259
259
  }
260
260
  render() {
261
- return (h("div", { key: '2bcce71a364e370b7c6aaca5a90320b8600e684a', "data-action": `combo-${this.inputid}`, class: { open: this.isopen, fixed: this.isfixed, disabled: this.disabled }, id: this.inputid }, this.renderHeader(), !this.disabled && this.renderContent()));
261
+ return (h("div", { key: '18c772bca62207b17c7cbbcc062fa1c66c491400', "data-action": `combo-${this.inputid}`, class: { open: this.isopen, fixed: this.isfixed, disabled: this.disabled }, id: this.inputid }, this.renderHeader(), !this.disabled && this.renderContent()));
262
262
  }
263
263
  get element() { return getElement(this); }
264
264
  static get watchers() { return {
@@ -29,9 +29,9 @@ const ZCoverHero = class {
29
29
  return (h("div", { class: "content-container" }, h("slot", { name: "content" })));
30
30
  }
31
31
  render() {
32
- return (h(Host, { key: 'a95198a28808bea34edd9dc283fa9770196e1bdc' }, this.variant === CoverHeroVariant.STACKED &&
32
+ return (h(Host, { key: 'dd18c647ee652e03ea710bb919a2a4a6f3694e9d' }, this.variant === CoverHeroVariant.STACKED &&
33
33
  this.contentPosition === CoverHeroContentPosition.TOP &&
34
- this.renderContent(), h("div", { key: '2a80380b0daab0661249370372204adeb2d477a0', class: "main-container" }, h("div", { key: '69a62950d3722871c6a82d3a771b0bc0a971358e', class: "cover-container" }, h("slot", { key: '0dcecf6ab18b8a42fb21b8573729094cfdbaa83a', name: "cover" })), h("slot", { key: '6c841fc5167924badc3ceb44e51757c6056a2dd6', name: "info-reveal" }), this.variant === CoverHeroVariant.OVERLAY && this.renderContent()), this.variant === CoverHeroVariant.STACKED &&
34
+ this.renderContent(), h("div", { key: 'eb454d7409f1bf2202040c5fa9e557c9ad1a5769', class: "main-container" }, h("div", { key: '4e9eb6d267e24e2a89fb32aca0435b38bf52edec', class: "cover-container" }, h("slot", { key: 'a3ddf369c24b0150205c76541f955f16411dd8d2', name: "cover" })), h("slot", { key: '3cae51391bfbf3b418c5f38791846062a4154fd4', name: "info-reveal" }), this.variant === CoverHeroVariant.OVERLAY && this.renderContent()), this.variant === CoverHeroVariant.STACKED &&
35
35
  this.contentPosition === CoverHeroContentPosition.BOTTOM &&
36
36
  this.renderContent()));
37
37
  }
@@ -1010,16 +1010,16 @@ const ZModal = class {
1010
1010
  e.preventDefault();
1011
1011
  }
1012
1012
  render() {
1013
- return (h("dialog", { key: 'eebc09ed6ac159c725b0614bd7ca030699b05b9f', class: {
1013
+ return (h("dialog", { key: '1b01eff722f2dc2a940aabefafab64f48369478d', class: {
1014
1014
  "modal-dialog": !this.scrollInside,
1015
- }, "aria-labelledby": "modal-title", "aria-describedby": "modal-content", role: this.alertdialog ? "alertdialog" : undefined, ref: (el) => (this.dialog = el), onClose: () => this.emitModalClose(), onCancel: (e) => this.handleEscape(e) }, h("div", { key: 'a422d0d13979d51cd4b48f30077962b7b1cf91d3', class: {
1015
+ }, "aria-labelledby": "modal-title", "aria-describedby": "modal-content", role: this.alertdialog ? "alertdialog" : undefined, ref: (el) => (this.dialog = el), onClose: () => this.emitModalClose(), onCancel: (e) => this.handleEscape(e) }, h("div", { key: '0be8ac0c08ad07c47eab947e3643b9a30d6e1a35', class: {
1016
1016
  "modal-container": true,
1017
1017
  "modal-container-scroll-inside": this.scrollInside,
1018
1018
  "modal-container-scroll-outside": !this.scrollInside,
1019
- }, id: this.modalid }, h("header", { key: 'f605cdc8fd3af1f94fca27de5d4eb088769d592c', onClick: this.emitModalHeaderActive.bind(this) }, h("div", { key: '77d079642e8797ecd131f42dde419964b315858e' }, this.modaltitle && h("h1", { key: '1cf2c6917e03b6a9198ed86e03414191f01ae760', id: "modal-title" }, this.modaltitle), this.closeButtonSlot()), this.modalsubtitle && (h("div", { key: 'dd6b44a5c67c1cb3a76252aa172d12a639d63153', class: "subtitle", id: "modal-subtitle" }, this.modalsubtitle))), h("div", { key: '8d91575e38810d7b93cb75807d985ffc5689ea67', class: {
1019
+ }, id: this.modalid }, h("header", { key: 'ef06c2b56cae407fdb772c9588aba286d76d96b9', onClick: this.emitModalHeaderActive.bind(this) }, h("div", { key: '1b084dbe371365c9039609f86d5789c2f58d8568' }, this.modaltitle && h("h1", { key: '3841f9384e6157b1fdcebfa56f3fa429e84a5618', id: "modal-title" }, this.modaltitle), this.closeButtonSlot()), this.modalsubtitle && (h("div", { key: '178776ffc0a25f4b868ab6f0263d87c0935106b8', class: "subtitle", id: "modal-subtitle" }, this.modalsubtitle))), h("div", { key: '04ac58e2fbf6163c2bad3760c1178d7de92694c2', class: {
1020
1020
  "modal-content-scroll-inside": this.scrollInside,
1021
1021
  "modal-content-scroll-outside": !this.scrollInside,
1022
- }, id: "modal-content" }, h("slot", { key: '3ff48549ece0ec01d7ff6714dbae41998cd64bc2', name: "modalContent" }))), h("div", { key: '08004938884c7984cbf535653e82ce775c559d48', class: {
1022
+ }, id: "modal-content" }, h("slot", { key: '41c649fb673abdec9371222aab9e525fed63ea9e', name: "modalContent" }))), h("div", { key: '3f843871ad2315bc68be5fc0f7f0b3f83fbe4309', class: {
1023
1023
  "modal-background": true,
1024
1024
  "modal-background-scroll-outside": !this.scrollInside,
1025
1025
  }, "data-action": "modalBackground", "data-modal": this.modalid, onClick: () => {
@@ -8,7 +8,7 @@ const ZGhostLoading = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return h(Host, { key: '92040be77ff2741acd6f13352ff13c550524c78b' });
11
+ return h(Host, { key: 'f794f62d8361b2eb96d740cd0f331cebc9029011' });
12
12
  }
13
13
  };
14
14
  ZGhostLoading.style = ZGhostLoadingStyle0;
@@ -14,7 +14,7 @@ const ZInfoBox = class {
14
14
  this.infoBoxClose.emit({ boxid: this.boxid });
15
15
  }
16
16
  render() {
17
- return (h("div", { key: 'ddfc024530dd4382eb2f01d06e2832b9cfb32a4d', id: this.boxid }, h("slot", { key: 'e8bd8f2beaa72a8b03b20f1788afcd7fc1bd9dc0', name: "content" }), this.isclosable && (h("z-icon", { key: '403b33b87cced253f883b20640616d1b34d91f6b', name: "multiply", "data-action": "infoBoxClose", onClick: () => this.emitInfoBoxClose() }))));
17
+ return (h("div", { key: 'b59b64fcfc8444e64e9de14f154740fbbdb9713f', id: this.boxid }, h("slot", { key: 'd35d053be9906afba030c85dbb15357965569e9c', name: "content" }), this.isclosable && (h("z-icon", { key: 'd4e6d9c59c25419f944c62b57a53663dfab4f7ff', name: "multiply", "data-action": "infoBoxClose", onClick: () => this.emitInfoBoxClose() }))));
18
18
  }
19
19
  };
20
20
  ZInfoBox.style = ZInfoBoxStyle0;
@@ -46,7 +46,7 @@ const ZInfoReveal = class {
46
46
  }
47
47
  }
48
48
  render() {
49
- return (h(Host, { key: 'b139ec62ca6dd929c5f26621bd2ef1fa64b4a653', open: this.open }, h("button", { key: '1ed8f8db4144375b4f56d95981993affc17639a3', 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: '166d7bef728bb7bf91ea593bcc9e0b6786f15b41', name: this.icon }), this.label && h("span", { key: '3e5f4b7ca4bedfcd533e2cd4270eda603905f18a', class: "z-info-reveal-label" }, this.label)), h("div", { key: 'bd09825f3606ff127d069d23ec68834985d1373e', class: "z-info-reveal-panel", id: "z-info-reveal-panel", ref: (el) => (this.panel = el), hidden: !this.open }, h("slot", { key: '85051148d2c53c1ae0592ed158c84362ad006098' }), h("button", { key: '9dc246c07b8ed8022c9e56605e94cb1fe1afc1ec', class: "z-info-reveal-close", type: "button", onClick: this.closePanel.bind(this), "aria-label": "Chiudi pannello informazioni" }, h("z-icon", { key: '4bbcd8dc12f435dba963ed49f2529db8cbf03339', name: "multiply" })))));
49
+ 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" })))));
50
50
  }
51
51
  get host() { return getElement(this); }
52
52
  static get watchers() { return {
@@ -21,7 +21,7 @@ const ZLogo = class {
21
21
  if (this.height) {
22
22
  style["height"] = style["max-height"] = `${this.height}px`;
23
23
  }
24
- return (h(Host, { key: '107d3f66fc6233193ff9d1fd728787c3e059fbf3', style: style, class: { mobile: !!this.mobileLogo } }, this.link ? (h("a", { href: this.link, target: this.targetBlank ? "_blank" : "_self" }, h("img", { alt: this.imageAlt }))) : (h("img", { alt: this.imageAlt }))));
24
+ return (h(Host, { key: '1e50363ef4187e16c193d840b4889d1f749489c6', style: style, class: { mobile: !!this.mobileLogo } }, this.link ? (h("a", { href: this.link, target: this.targetBlank ? "_blank" : "_self" }, h("img", { alt: this.imageAlt }))) : (h("img", { alt: this.imageAlt }))));
25
25
  }
26
26
  };
27
27
  ZLogo.style = ZLogoStyle0;
@@ -176,7 +176,7 @@ const ZMenuSection = class {
176
176
  this.onItemsChange();
177
177
  }
178
178
  render() {
179
- return (h(Host, { key: '4dce34f277ab3c8c41171a15a02fd174c45742cd', open: this.open }, h("button", { key: 'b6c535e87dbb5af8808d7a19556ad116cbcca72b', ref: (el) => (this.label = el), class: "label", "aria-haspopup": `${!!this.hasItems}`, "aria-expanded": `${!!this.open}`, role: "menuitem", tabindex: this.htmlTabindex, onClick: this.onLabelClick, onKeyDown: this.onLabelKeydown }, h("slot", { key: 'fbbba483ca5fe6d45440c01a89f061565ce641aa', onSlotchange: this.onLabelSlotChange }), this.hasItems && h("z-icon", { key: 'b4c67b7cada94580b4f5853aaa8cbb9818bece74', name: this.open ? "chevron-up" : "chevron-down" })), h("div", { key: '711c085b5d74affb2c23ebd1acdd774b5903e7e5', class: "items", role: "menu", hidden: !this.open }, h("slot", { key: 'a2fe12f235f6b23a96f2bd3a8a18f3a095fcff2d', name: "section", onSlotchange: this.onItemsChange }))));
179
+ return (h(Host, { key: '4fbaa9a39d87fd247d605d32e81f37293671d95b', open: this.open }, h("button", { key: '25b5f34bb741671781fddabe18694a92d19c06c9', ref: (el) => (this.label = el), class: "label", "aria-haspopup": `${!!this.hasItems}`, "aria-expanded": `${!!this.open}`, role: "menuitem", tabindex: this.htmlTabindex, onClick: this.onLabelClick, onKeyDown: this.onLabelKeydown }, h("slot", { key: '9ed5d1309acb2f8a17a583e7a96eddc8741da7c2', onSlotchange: this.onLabelSlotChange }), this.hasItems && h("z-icon", { key: '1677b363b4894c04bee3cae53a604baad136236a', name: this.open ? "chevron-up" : "chevron-down" })), h("div", { key: '74f37c1f2850cca5bf7fe756107c6984f3a7dd13', class: "items", role: "menu", hidden: !this.open }, h("slot", { key: '8382266ea2f2a3c04beab0d6304a459a5f56a48b', name: "section", onSlotchange: this.onItemsChange }))));
180
180
  }
181
181
  get host() { return getElement(this); }
182
182
  static get watchers() { return {
@@ -52,7 +52,7 @@ const ZMyzCardAlert = class {
52
52
  }
53
53
  }
54
54
  render() {
55
- return (h("div", { key: '63d701e49601d639a3d6ec3f773addccf5c8d4d3', class: "alert-external-wrapper " + this.retrieveClass() }, h("z-alert", { key: 'dbcc09866b669944137bac22d0b4115bcf55671e', type: this.getAlertType() }, h("div", { key: '79bc1dca9cf1b6b3b818db44d7cd068efdca4a53', class: "relative-container" }, h("z-icon", { key: '8152513be95ed01b8eb429eb14414ceba72b27ad', name: this.iconname, width: 18, height: 18, class: this.retrieveClass() }), h("span", { key: '0b5e824a6a1ce755ace52d54d447d6494704faec', class: "content-text" }, this.contenttext), this.actiontext && !!this.actiontext.trim().length && (h("span", { key: '2cb35bb6069ac2c40de97bb250561add1f6ae4b9', role: "button", tabindex: "0", class: "content-action", onClick: (e) => {
55
+ 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) => {
56
56
  this.handleActionButtonClick(e);
57
57
  }, onKeyPress: (e) => {
58
58
  this.handleSpaceKeyPress(e);
@@ -23,7 +23,7 @@ const ZMyzCardDictionary = class {
23
23
  this.cardFlipped.emit(showBack);
24
24
  }
25
25
  render() {
26
- return (h("div", { key: '53b7bd363a0bfea6c982214d0c461cd3a82b2896' }, h("z-myz-card", { key: '8bcb24ba4637e6a79df60bbe2bc5ee724c35b0a0' }, h("z-myz-card-header", { key: '0148c0d772bc6a246431d20f0a7d9b8f56c39341', titolo: this.name }), h("div", { key: '60c1c22531d17993a3aee6617db60652bcb80040', class: `content ${this.flipped ? "flipped" : ""}` }, h("div", { key: 'fe6df90f6c445a95e03f69a0c598fcfb3d6f2cef', class: "front" }, h("z-myz-card-body", { key: '9f445be3f416d75869b4f2805dfd315ebe1291c8' }, h("z-myz-card-cover", { key: '5933474297a9eefdbcfe59dae9e5f74c3e542e46', slot: "cover", titolo: this.name, img: this.cover, faded: this.disabled })), h("z-button", { key: '38a3970ced4d52c222c684517e1ea14610e2b014', 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: '5b297c4591619366ace5f6b92abfacf69a1f867b', class: "back" }, h("slot", { key: '1ea4506369f9dec480891286028b87cddbf2b0ea', name: "info" }))), h("slot", { key: '4a5a21e4b058895801d7f12833aad0734302167b' }))));
26
+ 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' }))));
27
27
  }
28
28
  };
29
29
  ZMyzCardDictionary.style = ZMyzCardDictionaryStyle0;
@@ -8,7 +8,7 @@ const ZMyzCardFooterSections = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return (h("div", { key: '5144daa5d9e002a0b5a28bddffe2d1e3f73f981e' }, h("footer", { key: 'bb9c0ae02c103cbf43cd0161267333f88bd4901d' }, h("div", { key: 'e666f1688fbfb4ab5830600d95a44bd54f0e614f', class: "top" }, h("slot", { key: '3071ef2a2857071965d0c041e0717e249ce88178', name: "top" })), h("div", { key: '302e464f10c51a0ff52a5c758015f402b67bbc8b', class: "bottom" }, h("slot", { key: '5e0e9470df478296c9b91b402791983576a633af', name: "bottom" })))));
11
+ 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" })))));
12
12
  }
13
13
  };
14
14
  ZMyzCardFooterSections.style = ZMyzCardFooterSectionsStyle0;
@@ -60,7 +60,7 @@ const ZMyzCardFooter = class {
60
60
  return this.host.querySelector("[slot=list] > li a");
61
61
  }
62
62
  render() {
63
- return (h("div", { key: 'c4768ef4a723411c9904a6524ec9fdf765869f1f', class: Object.assign(Object.assign({}, this.retrieveClass()), { wrapper: true }) }, h("footer", { key: 'db741ce1f1db75f70949753be3d43eb298087d6b', class: this.retrieveClass(), onTransitionEnd: (e) => this.footerTransitionHandler(e) }, h("span", { key: '62b0b2b8c762d5270e453d9510c205234079ae85', class: "toggle" }, h("slot", { key: '76b7a3bc97b370903a3914b10c82e3fa70ba8e3f', name: "toggle" })), this.titolo && h("p", { key: '90d60dccb67602360fe057f1d63607de3a5cfe86', class: { "custom-content": this.customContent } }, this.titolo), h("div", { key: 'abda4a5e96f10999c16c12e939a8919f1ce55e2e', class: { "content": true, "custom-content": this.customContent } }, h("div", { key: '054e7feeb6a26eeb0dce34cde27d10ceb4497464' }, h("p", { key: '300ca841dd5fd30263f5b9dae20cfe9603569a71', class: "authors", ref: (el) => (this.ellipsisAuthors = el) }, h("span", { key: '36fe6e72626811bd2afd043f6017e67da04c6da7', title: this.getTitleAuthors() }, h("span", { key: '7813537e2a302cf69e6040e84e715fb807f45199', "aria-description": "Autori", class: "bold" }, this.autori))), h("p", { key: 'be1018b2bdff8dcfd2b55609a1803501385c4f67', class: "year-isbn" }, h("span", { key: '87349d43c3c8c4c1793b9ce676656202d411980a', class: "isbn" }, h("span", { key: '2eb704f82d1494dd0acf48f24fcd6b2dca1ae2bf' }, h("span", { key: '519d3f408892c0809f9de05db0d2d84cd7ad8a7c', "aria-description": "ISBN edizione cartacea", class: "bold" }, this.isbn), " ", "(ed. cartacea)")))), h("div", { key: 'b5ac3cc177fe509bf142d3230627a827becc5af1', class: `slot-handler ${this.isOpen ? "visible" : "hidden"}` }, h("slot", { key: 'f8a2b434abfb242bee1f830a00345763a7503358', name: "list" })))), this.customContent && h("slot", { key: '831924dba2c695a125ed7d7cd61c9bd39ae05269', name: "content" })));
63
+ 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" })));
64
64
  }
65
65
  get host() { return getElement(this); }
66
66
  };
@@ -11,7 +11,7 @@ const ZMyzCardIcon = class {
11
11
  this.ariaLabel = "";
12
12
  }
13
13
  render() {
14
- return (h("button", { key: 'f55508220a6e8890568fcb51e53028a815cf9d6c', disabled: this.isdisabled, "aria-label": this.ariaLabel }, h("span", { key: '35b9a8fe1dceead8ca5e8074171f3a589abe50c9' }, h("z-icon", { key: 'b8ba6455b6966949359abd52da1b092b515b1f7b', name: this.icon, width: 16, height: 16 }))));
14
+ 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 }))));
15
15
  }
16
16
  };
17
17
  ZMyzCardIcon.style = ZMyzCardIconStyle0;
@@ -118,7 +118,7 @@ const ZMyzCardInfo = class {
118
118
  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)));
119
119
  }
120
120
  render() {
121
- return (h("div", { key: '2da5c29057a85f238e99b34bf5afe2d3fced734f' }, this.renderCloseIcon(), h("div", { key: '7a1a52d3dd21f2a73d6af292705162dc3bb7a977', class: "content-wrapper", ref: (el) => (this.contentWrapper = el) }, this.renderGeneralSection(), this.renderTooltip(), this.renderOnlineLicenseSection(), this.renderOfflineLicenseSection()), h("div", { key: '3df54c0ab2569fa911b5ddddf38b59672fa02867', class: "cta-wrapper" }, h("slot", { key: '83e473746c24c97cb9910f25e8f25f3ea7d41cc2' }))));
121
+ 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' }))));
122
122
  }
123
123
  };
124
124
  ZMyzCardInfo.style = ZMyzCardInfoStyle0;
@@ -28,7 +28,7 @@ const ZMyzCardList = class {
28
28
  });
29
29
  }
30
30
  render() {
31
- return h("ul", { key: '79d7e2eeb6daf06409e4c39a0ea454f37083ae99' }, this.renderList(JSON.parse(this.listdata)));
31
+ return h("ul", { key: '2a8793831158a4dbd8219af0063ca4b8e4b7afb4' }, this.renderList(JSON.parse(this.listdata)));
32
32
  }
33
33
  };
34
34
  ZMyzCardList.style = ZMyzCardListStyle0;
@@ -35,7 +35,7 @@ const ZMyzCardComponent = class {
35
35
  return elemClasses;
36
36
  }
37
37
  render() {
38
- return (h("div", { key: 'eb55fd3931b353c8fbf3aaf4e5111398d8f62600', class: this.retrieveClass(), tabindex: "0" }, h("slot", { key: '6fdaa5975e859e717095b3015c4ca29915ad9ea2' })));
38
+ return (h("div", { key: 'f33b0e1ddb47b25f43f517391ebf7b9a872270d2', class: this.retrieveClass(), tabindex: "0" }, h("slot", { key: '0f1c0587bb108529a2754ffa2e03194da830aa4d' })));
39
39
  }
40
40
  };
41
41
  ZMyzCardComponent.style = ZMyzCardStyle0;
@@ -48,7 +48,7 @@ const ZMyzCardBody = class {
48
48
  registerInstance(this, hostRef);
49
49
  }
50
50
  render() {
51
- return (h("div", { key: '370498e01c27de7708bc2caac64a0e7ca98acbcc' }, h("slot", { key: '269b058ebf5e47903c0da3d23615061d3623f0bb', name: "alert" }), h("slot", { key: '86eb8e32468fc1830c8cf8fe70051bfda7e9296b', name: "cover" })));
51
+ return (h("div", { key: 'c042aa698d8782da4b957d68d0237b026b83645e' }, h("slot", { key: '235b518be51d1e05d29c7d900865c9e4e769bcd1', name: "alert" }), h("slot", { key: '1337ed7ae7f3761e1027a02a1d7a2845f0e0c027', name: "cover" })));
52
52
  }
53
53
  };
54
54
  ZMyzCardBody.style = ZMyzCardBodyStyle0;
@@ -68,7 +68,7 @@ const ZMyzCardCover = class {
68
68
  this.img = this.defaultimg;
69
69
  }
70
70
  render() {
71
- return (h("img", { key: '63e22b0eb4182c565007555be4c498c106183ec1', class: this.faded && "faded", onError: this.hadleOnImageError.bind(this), alt: this.titolo, src: this.img }));
71
+ return (h("img", { key: '45b51082cef556b32944c2c28c42148e1b7a1b20', class: this.faded && "faded", onError: this.hadleOnImageError.bind(this), alt: this.titolo, src: this.img }));
72
72
  }
73
73
  };
74
74
  ZMyzCardCover.style = ZMyzCardCoverStyle0;
@@ -104,7 +104,7 @@ const ZMyzCardHeader = class {
104
104
  };
105
105
  }
106
106
  render() {
107
- return (h("header", { key: 'b016e6fbe1262aed7919d3eb6f18ca8dbb70f45f', class: this.retrieveClass() }, h("slot", { key: 'a7c67967be1f4530aad773d92a2d4e880c79d572', name: "aria-heading" }), h("span", { key: 'bf04e34db6fc68a690ac8b61114b7b1c49d6c98d', class: "card-title", ref: (el) => (this.ellipsis = el), title: this.getTitle() }, this.titolo), h("slot", { key: 'fbfe5f15b8064f426ae70013d7a4d9b819997a9b', name: "icon" })));
107
+ 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" })));
108
108
  }
109
109
  };
110
110
  ZMyzCardHeader.style = ZMyzCardHeaderStyle0;
@@ -29,7 +29,7 @@ const ZMyzListItem = class {
29
29
  }
30
30
  render() {
31
31
  const linkId = this.listitemid ? `link_${this.listitemid}` : "";
32
- return (h("li", { key: 'e3057de0269559d1b3a767c2c5f93e61156374f7', 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: '725e136f9f68bc79ca54146d84dd55b42b52e58e', class: this.underlined && "border" }, this.icon && h("z-icon", { key: '056304bf8118186435b8a45076c107e1238293e2', 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: 'd8c48713670c5cf62fb51f8e6f7c7c0b8a49dbe2' }))));
32
+ 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' }))));
33
33
  }
34
34
  };
35
35
  ZMyzListItem.style = ZMyzListItemStyle0;
@@ -22,7 +22,7 @@ const ZMyzList = class {
22
22
  }
23
23
  render() {
24
24
  const lastElem = this.list ? this.list.length - 1 : -1;
25
- return (h("ul", { key: '6c533b3d206e3c6349647afd560ee0e71979b951' }, this.list &&
25
+ return (h("ul", { key: 'a2b38a5764d03a797e5429fbf0e0353e3c7ea1c9' }, this.list &&
26
26
  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 })))));
27
27
  }
28
28
  static get watchers() { return {
@@ -220,10 +220,10 @@ const ZNavigationTabs = class {
220
220
  (_a = this.resizeObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
221
221
  }
222
222
  render() {
223
- return (h(Host, { key: '5216c71c53d3263870b4d64749554c36dadfdb8c', class: {
223
+ return (h(Host, { key: '4077ef000c364e2356716f630a114ef12f87503c', class: {
224
224
  "interactive-2": this.size === NavigationTabsSize.SMALL,
225
225
  "interactive-1": this.size !== NavigationTabsSize.SMALL,
226
- }, scrollable: this.canNavigate }, h("button", { key: 'b59fcef70ff51453d679678caabae7f69a3a91d9', class: "navigation-button", onClick: this.navigateBackwards.bind(this), tabIndex: -1, disabled: !this.canNavigatePrev, "aria-label": "Mostra elementi precedenti", hidden: !this.canNavigate }, h("z-icon", { key: '2f2a9f0630c6f7c340132bfde3c90c2392ea3f07', name: this.orientation === NavigationTabsOrientation.HORIZONTAL ? "chevron-left" : "chevron-up", width: 16, height: 16 })), h("nav", { key: 'f8e06aaadd56dfd9e1ab068a4a0d5633083b2ca9', role: "tablist", "aria-label": this.ariaLabel, ref: (el) => (this.nav = el !== null && el !== void 0 ? el : this.nav), onScroll: this.checkScrollEnabled.bind(this), "aria-orientation": this.orientation }, h("slot", { key: '8f1062acbb5616c395cac371d8737660f69c5326' })), h("button", { key: '28342d0ad1c43119862b148b550c57c352d6a07c', class: "navigation-button", onClick: this.navigateForward.bind(this), tabIndex: -1, disabled: !this.canNavigateNext, "aria-label": "Mostra elementi successivi", hidden: !this.canNavigate }, h("z-icon", { key: 'e975d966cdc0f0f52345bca3cb842cd0672783b8', name: this.orientation === NavigationTabsOrientation.HORIZONTAL ? "chevron-right" : "chevron-down", width: 16, height: 16 }))));
226
+ }, scrollable: this.canNavigate }, h("button", { key: '836020e039138b16064efce71faf41ef4c22e644', class: "navigation-button", onClick: this.navigateBackwards.bind(this), tabIndex: -1, disabled: !this.canNavigatePrev, "aria-label": "Mostra elementi precedenti", hidden: !this.canNavigate }, h("z-icon", { key: 'd29f82ac396250b0533d964d72716811ae05ae05', name: this.orientation === NavigationTabsOrientation.HORIZONTAL ? "chevron-left" : "chevron-up", width: 16, height: 16 })), h("nav", { key: '735a409ad889a701a4a37b3c30d9de445522215d', role: "tablist", "aria-label": this.ariaLabel, ref: (el) => (this.nav = el !== null && el !== void 0 ? el : this.nav), onScroll: this.checkScrollEnabled.bind(this), "aria-orientation": this.orientation }, h("slot", { key: 'f2208fd694382c9c0472c7a1ed57e130dc9238b9' })), h("button", { key: 'f89b222d39aaff6448a5a42a96f62d7899cb02ce', class: "navigation-button", onClick: this.navigateForward.bind(this), tabIndex: -1, disabled: !this.canNavigateNext, "aria-label": "Mostra elementi successivi", hidden: !this.canNavigate }, h("z-icon", { key: '3ec84b37d472f4d5848b0ce4be1f95883553cebe', name: this.orientation === NavigationTabsOrientation.HORIZONTAL ? "chevron-right" : "chevron-down", width: 16, height: 16 }))));
227
227
  }
228
228
  get host() { return getElement(this); }
229
229
  static get watchers() { return {
@@ -27,7 +27,7 @@ const ZNotification = class {
27
27
  }
28
28
  render() {
29
29
  var _a;
30
- return (h(Host, { key: '1476969ad9cd71af738c1032fa1b426a31faef9f' }, this.contenticonname && (h("z-icon", { key: '449b25859ae4f501b42d4c4cd0c26cd9dcb1935e', class: "status-icon", name: this.contenticonname, width: 16, height: 16 })), h("div", { key: '5b8feced4f05c6e14e6ac7e9a06096db6fd93997', class: "content-container" }, h("div", { key: 'ec6a27aebcc0d60efdb5fd3cb29cc7fddc441331', class: "content-text" }, h("slot", { key: 'd66a3fbf761e5460f0d52c5111b07166c59fa7f4' })), !!((_a = this.actiontext) === null || _a === void 0 ? void 0 : _a.trim()) && (h("button", { key: '73f5c71a14294c230342ef7382f9ae3fa2b330ce', class: "action-button", type: "button", onClick: this.handleActionButtonClick }, this.actiontext))), this.showclose && (h("button", { key: 'a0be489166ad16faa182adac379ce08ca06317ed', class: "close-button", type: "button", onClick: this.handleCloseButtonClick }, h("z-icon", { key: '254d0f36a6ee1a356506db703658053959020070', name: "multiply-circle", width: 16, height: 16 })))));
30
+ return (h(Host, { key: '91f3faaa63f6d3a7560dfc17fcb782cc9a87b3ca' }, this.contenticonname && (h("z-icon", { key: '2d7d6a800e8cf6c2ff83a0e45d1617e584aab21e', class: "status-icon", name: this.contenticonname, width: 16, height: 16 })), h("div", { key: 'fd2703a619f218ef7cb6177cce8e0ff45a6d0ed4', class: "content-container" }, h("div", { key: 'cd300fae9835a693b9c96935e993d4d78cd11e4c', class: "content-text" }, h("slot", { key: '1563c59943a57d20b94d7d4df037a78ee3970d42' })), !!((_a = this.actiontext) === null || _a === void 0 ? void 0 : _a.trim()) && (h("button", { key: '4221817bd30a88b22f9c4a01882d4c7aed6cfce3', class: "action-button", type: "button", onClick: this.handleActionButtonClick }, this.actiontext))), this.showclose && (h("button", { key: 'ac74dd0caa8a62e1aece02748a04a60036ba0b91', class: "close-button", type: "button", onClick: this.handleCloseButtonClick }, h("z-icon", { key: '218ba32889b29b07f4d90b7c3d0072a2f5c2854e', name: "multiply-circle", width: 16, height: 16 })))));
31
31
  }
32
32
  };
33
33
  ZNotification.style = ZNotificationStyle0;
@@ -20,7 +20,7 @@ const ZOtp = class {
20
20
  this.otpRef = [...Array(this.inputNum)];
21
21
  }
22
22
  render() {
23
- return (h("div", { key: 'fbc28e800a7fb7fe81b836869f44d24797c09922', class: "otp-container" }, h("div", { key: '547c8f308045f1f4d5a463404f2ec494ef67421b', class: "digits-container" }, this.otp.map((_val, i) => (h("input", { class: this.status == InputStatus.ERROR ? "error" : null, onKeyDown: (e) => {
23
+ 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) => {
24
24
  if (e.keyCode > 47) {
25
25
  this.otpRef[i].value = "";
26
26
  }
@@ -31,7 +31,7 @@ const ZOtp = class {
31
31
  }, onInput: (e) => {
32
32
  this.otp[i] = e.target.value;
33
33
  this.emitInputChange(this.otp.join(""));
34
- }, type: "text", minlength: "1", maxlength: "1", autoComplete: "off", ref: (el) => (this.otpRef[i] = el) })))), h("z-input-message", { key: '51eacbd4b0a7ec9e1ac0fa55a132cd43aa6b7ecf', message: this.message, status: this.status })));
34
+ }, 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 })));
35
35
  }
36
36
  };
37
37
  ZOtp.style = ZOtpStyle0;
@@ -18,12 +18,12 @@ const ZPanelElem = class {
18
18
  }
19
19
  render() {
20
20
  const elemId = this.elemid ? this.elemid : "";
21
- return (h("div", { key: '90afba46bcde1bd3bd27b35c6e5db38ce9071aee', class: "panel-elem-container" }, (this.imgurl || this.imgalt) && (h("div", { key: 'd9493560e96ad743ae3ee52be6c9205b6014b8da', "aria-hidden": "true", class: "panel-elem-icon" }, h("img", { key: '5bd7c14c0083b9fed6e320a4ef4652018abf2762', src: this.imgurl, alt: this.imgalt }))), h("div", { key: '4cbebd354b6b3b56304970aedb0e94e084d49a9f', class: "panel-elem-link" }, h("a", { key: '195ec2e77eac163c65cf746faa114f39618d2abc', class: {
21
+ return (h("div", { key: 'd5a9754ebe82d16f501f7de159abb1abe4826d73', class: "panel-elem-container" }, (this.imgurl || this.imgalt) && (h("div", { key: 'c9b06c626e81b8248a63604423b624c80c3099eb', "aria-hidden": "true", class: "panel-elem-icon" }, h("img", { key: '491be43fc992a6d3de6c2961b29d2e6a7dc17003', src: this.imgurl, alt: this.imgalt }))), h("div", { key: 'f6371f8214bcd56380f6d184b211356215fa870a', class: "panel-elem-link" }, h("a", { key: '6988da8b80cdb0a2e25eb1f67c7ec5cfac3d07c7', class: {
22
22
  "z-link": true,
23
23
  "z-link-disabled": this.isdisabled,
24
24
  "z-link-icon": true,
25
25
  "z-link-blue": true,
26
- }, id: elemId + "link_id", href: this.url, target: this.target }, h("z-icon", { key: 'c11c35e5bff66d382b309fece4bec295abb1a0d4', height: 14, width: 14, name: this.linkicon }), this.linklabel)), this.descrSlotName && (h("div", { key: '319374f4955314400344ce558486c6afa36ca4f2', class: "panel-elem-desc" }, h("slot", { key: '7e7dcf38991bc7f67ab164e4bac9d20026fa29d9', name: this.descrSlotName })))));
26
+ }, id: elemId + "link_id", href: this.url, target: this.target }, h("z-icon", { key: '404ce91ab1d4d086115355375a3358050366104d', height: 14, width: 14, name: this.linkicon }), this.linklabel)), this.descrSlotName && (h("div", { key: '7bc0055610960f8966f68dc100b3af2022848f06', class: "panel-elem-desc" }, h("slot", { key: '966fe6d8009a74131b4f568253134acfcfee5733', name: this.descrSlotName })))));
27
27
  }
28
28
  };
29
29
  ZPanelElem.style = ZPanelElemStyle0;
@@ -419,7 +419,7 @@ const ZPopover = class {
419
419
  cancelAnimationFrame(this.animationFrameRequestId);
420
420
  }
421
421
  render() {
422
- return (h(Host, { key: '2a5248b521455e8682038aaf42ca9020b6ffb68d', "current-position": this.currentPosition }, h("slot", { key: '4993c751c45e1ff683dc341f9445a30ff2647d44' })));
422
+ return (h(Host, { key: 'bb4de929f55c973afca21cd9b0ddea9f24194e3e', "current-position": this.currentPosition }, h("slot", { key: '40df21ad7258139c4296a792f9105229b7379dd1' })));
423
423
  }
424
424
  get host() { return getElement(this); }
425
425
  static get watchers() { return {
@@ -485,7 +485,7 @@ const ZSelect = class {
485
485
  return (h("z-input-message", { message: boolean(this.message) === true ? undefined : this.message, status: this.status, class: this.size, disabled: this.disabled }));
486
486
  }
487
487
  render() {
488
- return (h("div", { key: '2ca284510e5a441712e04b2d3927cbd4a352bdc8', class: "select-wrapper" }, this.renderInput(), this.renderSelectUl(), this.renderMessage()));
488
+ return (h("div", { key: '62cfb836de118bfcdc98864dcc47a798a8f90e1a', class: "select-wrapper" }, this.renderInput(), this.renderSelectUl(), this.renderMessage()));
489
489
  }
490
490
  get host() { return getElement(this); }
491
491
  static get watchers() { return {
@@ -48,7 +48,7 @@ const ZSkipToContent = class {
48
48
  this.visible = false;
49
49
  }
50
50
  render() {
51
- return (h(Host, { key: 'b8589c4336335b3bdc4666c073f95c3f2b7ed8ea', class: {
51
+ return (h(Host, { key: '1abf79f041ab75aa113b76c725474cc0a1c77f6d', class: {
52
52
  [this.variant]: true,
53
53
  "skip-to-content-visible": this.visible,
54
54
  } }, this.links.map((link, i) => {
@@ -20,7 +20,7 @@ const ZStepperItem = class {
20
20
  return Object.assign(Object.assign(Object.assign(Object.assign({}, href), role), current), tabindex);
21
21
  }
22
22
  render() {
23
- return (h(Host, { key: '916903deb19e21efcbf41a7b6abdc67fd9d77e24', role: "listitem" }, h("button", Object.assign({ key: '8b1f517486bc8f20a068005097e4c05de79f03a3', class: "stepper-item", disabled: this.disabled }, this.getAttributes()), h("div", { key: '9ee7e36ec5bea649c0bcbffcfc01c60e7f20015a', class: "indicator" }, this.checked ? h("z-icon", { name: "checkmark" }) : this.index), h("span", { key: 'd9a2fcfb5af81003984c2c826a585ff67f956d31' }, h("slot", { key: '7fbbe5e023e32231a7efae862fea122d0455d20f' })))));
23
+ return (h(Host, { key: 'dea460d35d609177be4a3f78f8eac3b36f2e9e4a', role: "listitem" }, h("button", Object.assign({ key: '0c9209485282f1ce3e07fbf6c5f0577e79bb0f3f', class: "stepper-item", disabled: this.disabled }, this.getAttributes()), h("div", { key: 'bb4f83cbfb4f925a43ee93ade9399b55dab5c20b', class: "indicator" }, this.checked ? h("z-icon", { name: "checkmark" }) : this.index), h("span", { key: 'da1d4d30401dc33dc10b21c37d0a06ace1935d50' }, h("slot", { key: '2a910ae2bf15d2d5302deccc3b5268080e70431f' })))));
24
24
  }
25
25
  };
26
26
  ZStepperItem.style = ZStepperItemStyle0;
@@ -8,7 +8,7 @@ const ZStepper = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return (h(Host, { key: 'd0ee7919dcc30630687f4ad0e09365be7005fdcf', role: "list" }, h("slot", { key: '7ee595454d4fe021ab10cab8114f65dce9d3e428' })));
11
+ return (h(Host, { key: '8da3e9db02838695dc2859af59e478cb6f966a6c', role: "list" }, h("slot", { key: 'e752fdb52b67990a36fe4cb99e13dabed1406619' })));
12
12
  }
13
13
  };
14
14
  ZStepper.style = ZStepperStyle0;
@@ -41,7 +41,7 @@ const ZToastNotificationList = class {
41
41
  }
42
42
  }
43
43
  render() {
44
- return h("slot", { key: 'a9c11e55185366906495c445a3352f72254ae390', name: "toasts" });
44
+ return h("slot", { key: '48e37e6590e931eabf68d3c6b75339a800974729', name: "toasts" });
45
45
  }
46
46
  get hostElement() { return getElement(this); }
47
47
  static get watchers() { return {
@@ -4168,7 +4168,7 @@ const ZToastNotification = class {
4168
4168
  } })))));
4169
4169
  }
4170
4170
  render() {
4171
- return (h(Host, { key: '2be336d6b255e861e1e60fc7fab83ae29a5dfb1b', style: { "--percentuale": `${this.percentage}%` }, class: this.transition ? this.transition : "", onAnimationEnd: (e) => {
4171
+ return (h(Host, { key: 'a977ef232e0915937ce364954dbe2dd5df5bdcf7', style: { "--percentuale": `${this.percentage}%` }, class: this.transition ? this.transition : "", onAnimationEnd: (e) => {
4172
4172
  if (this.autoclose && e.animationName.includes("slidein")) {
4173
4173
  this.startClosingTimeout(this.autoclose);
4174
4174
  }
@@ -21,10 +21,10 @@ const ZToggleButton = class {
21
21
  this.toggleClick.emit(this.opened);
22
22
  }
23
23
  render() {
24
- return (h("button", { key: '7ea71641a362b06f79fc18c44f5722f148d68bca', tabindex: this.avoidclick ? "-1" : "0", class: {
24
+ return (h("button", { key: '449fb13c1d9630270d1ea66212d37b62687cbd36', tabindex: this.avoidclick ? "-1" : "0", class: {
25
25
  "isopen": this.opened,
26
26
  "avoid-clicks": this.avoidclick,
27
- }, disabled: this.isdisabled, "aria-expanded": this.opened ? "true" : "false", "aria-label": this.ariaLabel, onClick: () => this.emitToggleClick() }, h("z-icon", { key: 'b6362ba86a8f2e9ae5778e70ec28712a541841cd', name: this.opened ? "chevron-down" : "chevron-up", width: 16, height: 16 }), this.label));
27
+ }, 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));
28
28
  }
29
29
  };
30
30
  ZToggleButton.style = ZToggleButtonStyle0;
@@ -29,14 +29,14 @@ const ZToggleSwitch = class {
29
29
  this.emitToggleClick();
30
30
  }
31
31
  render() {
32
- return (h(Host, { key: '25e15bfaa9fadcb7b96251ff8146905877233624' }, h("input", { key: '9f4f0be0fcf7fba56195998a16966b74a6e2324c', id: this.htmlid, type: "checkbox", checked: this.checked, disabled: this.disabled, onChange: this.handleClick.bind(this) }), h("label", { key: 'cc29c0e884c74f3beeaf81290ba607f17c67701a', htmlFor: this.htmlid, class: {
32
+ 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: {
33
33
  [this.labelPosition]: true,
34
34
  disabled: this.disabled,
35
- } }, h("span", { key: '757ccbc98f2a7f91ff5b3477fc149f4496d87189' }, h("slot", { key: '505879e878f513c75c8d9af2a82ede3259fe39a0' })), h("span", { key: '7d56c1e57c886cfe8f7ab2ce903958f07a1e83ba', class: {
35
+ } }, h("span", { key: '1bd19a66347f82d8ff79822a3fdbe6652dd820ed' }, h("slot", { key: '8b80904a1dba9feda340864c0f2544a11daa9014' })), h("span", { key: '1ae0248c4ce85a89bb317e3434123e984805fda3', class: {
36
36
  container: true,
37
37
  disabled: this.disabled,
38
38
  checked: this.checked,
39
- } }, h("span", { key: 'b2c587e20596144ddd26ab0a002ad560df156aa6', class: "circle" }, this.checked && (h("z-icon", { key: 'd438e7f776b8eae418293bfa827b4950285dc6da', width: 12, height: 12, name: "checkmark" })))))));
39
+ } }, h("span", { key: 'df6c610d303b47450cec292be624f22a1b09497d', class: "circle" }, this.checked && (h("z-icon", { key: '92d0d32e48dba800647755ead27b6e1c84c23d98', width: 12, height: 12, name: "checkmark" })))))));
40
40
  }
41
41
  };
42
42
  ZToggleSwitch.style = ZToggleSwitchStyle0;
@@ -17,7 +17,7 @@ const ZTooltip = class {
17
17
  this.open = this.popoverEl.open;
18
18
  }
19
19
  render() {
20
- return (h("z-popover", { key: '7f3f2a54754ce53b4480eed65116bdff1cd0ac30', ref: (el) => (this.popoverEl = el), bindTo: this.bindTo, open: this.open, position: this.position, closable: this.closable, center: true, showArrow: true }, h("slot", { key: '37f2dab454e27b1817c9fc3ae68e5f29dfee13e8' })));
20
+ 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' })));
21
21
  }
22
22
  };
23
23
  ZTooltip.style = ZTooltipStyle0;
@@ -8,7 +8,7 @@ const ZVisuallyHidden = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return h("slot", { key: 'b76451842cf32ab957ee81e9b689e94e35256524' });
11
+ return h("slot", { key: '85eaf1a304d4100796ce8fcccdeeb768387db00b' });
12
12
  }
13
13
  };
14
14
  ZVisuallyHidden.style = ZVisuallyHiddenStyle0;
@@ -70,7 +70,7 @@ export declare const OffcanvasMenu: {
70
70
  render: (args: ZAppHeaderDeprecatedStoriesArgs) => TemplateResult<1>;
71
71
  };
72
72
  export declare const Stuck: {
73
- decorators: ((Story: import("@storybook/csf").PartialStoryFn<import("@storybook/web-components").WebComponentsRenderer, ZAppHeaderDeprecatedStoriesArgs>) => TemplateResult<1>)[];
73
+ decorators: ((Story: import("@storybook/core/csf").PartialStoryFn<import("@storybook/web-components").WebComponentsRenderer, ZAppHeaderDeprecatedStoriesArgs>) => TemplateResult<1>)[];
74
74
  parameters: {
75
75
  docs: {
76
76
  story: {
@@ -85,7 +85,7 @@ export declare const MaxWidth: {
85
85
  args: {
86
86
  "--app-header-content-max-width": string;
87
87
  };
88
- decorators: ((Story: import("@storybook/csf").PartialStoryFn<import("@storybook/web-components").WebComponentsRenderer, ZAppHeaderDeprecatedStoriesArgs>) => TemplateResult<1>)[];
88
+ decorators: ((Story: import("@storybook/core/csf").PartialStoryFn<import("@storybook/web-components").WebComponentsRenderer, ZAppHeaderDeprecatedStoriesArgs>) => TemplateResult<1>)[];
89
89
  parameters: {
90
90
  docs: {
91
91
  inlineStories: boolean;
@@ -115,6 +115,6 @@ export declare const SearchPageButton: {
115
115
  exclude: string[];
116
116
  };
117
117
  };
118
- decorators: ((Story: import("@storybook/csf").PartialStoryFn<import("@storybook/web-components").WebComponentsRenderer, ZAppHeaderDeprecatedStoriesArgs>) => TemplateResult<1>)[];
118
+ decorators: ((Story: import("@storybook/core/csf").PartialStoryFn<import("@storybook/web-components").WebComponentsRenderer, ZAppHeaderDeprecatedStoriesArgs>) => TemplateResult<1>)[];
119
119
  render: (args: ZAppHeaderDeprecatedStoriesArgs) => TemplateResult<1>;
120
120
  };
@@ -16,8 +16,8 @@ declare const StoryMeta: {
16
16
  };
17
17
  options: BookCardDeprecatedVariant[];
18
18
  };
19
- "--z-book-card-ribbon-background-color": import("@storybook/csf").Args;
20
- "--z-book-card-ribbon-shadow-color": import("@storybook/csf").Args;
19
+ "--z-book-card-ribbon-background-color": import("@storybook/web-components").Args;
20
+ "--z-book-card-ribbon-shadow-color": import("@storybook/web-components").Args;
21
21
  };
22
22
  args: {
23
23
  variant: BookCardDeprecatedVariant.EXPANDED;