@zanichelli/albe-web-components 2.29.0 → 2.30.0-rc1

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 (461) hide show
  1. package/dist/web-components-library/_commonjsHelpers-cb1cd7bb.js +44 -0
  2. package/dist/web-components-library/app-globals-0f993ce5.js +3 -0
  3. package/dist/{esm → web-components-library}/breakpoints-c386984e.js +0 -0
  4. package/dist/web-components-library/css-shim-003e9264.js +4 -0
  5. package/dist/web-components-library/dom-1b195079.js +73 -0
  6. package/dist/{esm/hammer-c807d0b5.js → web-components-library/hammer-52e2c4fe.js} +4 -15
  7. package/dist/{collection/components/icons/icons.js → web-components-library/icons-8f642f81.js} +3 -1
  8. package/dist/{esm/index-ac6e10aa.js → web-components-library/index-020789bb.js} +1 -1
  9. package/dist/web-components-library/index-44936066.js +2832 -0
  10. package/dist/web-components-library/index-8067f807.js +64 -0
  11. package/dist/web-components-library/index.esm.js +9 -1
  12. package/dist/web-components-library/shadow-css-c1ad5fdc.js +383 -0
  13. package/dist/{esm/utils-4da869b8.js → web-components-library/utils-cb1be595.js} +20 -2
  14. package/dist/web-components-library/web-components-library.css +789 -1
  15. package/dist/web-components-library/web-components-library.esm.js +122 -1
  16. package/dist/web-components-library/z-alert.entry.js +15 -0
  17. package/dist/web-components-library/z-app-header.entry.js +139 -0
  18. package/dist/web-components-library/z-app-switcher.entry.js +25 -0
  19. package/dist/web-components-library/z-app-topbar.entry.js +50 -0
  20. package/dist/web-components-library/z-avatar.entry.js +39 -0
  21. package/dist/web-components-library/z-body.entry.js +13 -0
  22. package/dist/web-components-library/z-button-filter.entry.js +45 -0
  23. package/dist/web-components-library/z-button-sort.entry.js +50 -0
  24. package/dist/web-components-library/z-button.entry.js +35 -0
  25. package/dist/{esm → web-components-library}/z-candybar.entry.js +1 -1
  26. package/dist/web-components-library/z-card.entry.js +54 -0
  27. package/dist/web-components-library/z-chip.entry.js +20 -0
  28. package/dist/web-components-library/z-combobox.entry.js +166 -0
  29. package/dist/web-components-library/z-contextual-menu.entry.js +36 -0
  30. package/dist/{esm → web-components-library}/z-cookiebar.entry.js +2 -2
  31. package/dist/web-components-library/z-divider.entry.js +22 -0
  32. package/dist/web-components-library/z-footer-link.entry.js +15 -0
  33. package/dist/web-components-library/z-footer-section.entry.js +19 -0
  34. package/dist/web-components-library/z-footer-social.entry.js +15 -0
  35. package/dist/web-components-library/z-footer.entry.js +76 -0
  36. package/dist/web-components-library/z-ghost-loading.entry.js +15 -0
  37. package/dist/{esm → web-components-library}/z-heading.entry.js +1 -1
  38. package/dist/web-components-library/z-icon-package.entry.js +19 -0
  39. package/dist/web-components-library/z-icon.entry.js +24 -0
  40. package/dist/web-components-library/z-info-box.entry.js +21 -0
  41. package/dist/web-components-library/z-input-label.entry.js +17 -0
  42. package/dist/web-components-library/z-input-message.entry.js +20 -0
  43. package/dist/web-components-library/z-input.entry.js +264 -0
  44. package/dist/web-components-library/z-link.entry.js +67 -0
  45. package/dist/web-components-library/z-list-element.entry.js +150 -0
  46. package/dist/web-components-library/z-list-group.entry.js +50 -0
  47. package/dist/web-components-library/z-list.entry.js +30 -0
  48. package/dist/web-components-library/z-logo.entry.js +24 -0
  49. package/dist/web-components-library/z-menu-dropdown.entry.js +56 -0
  50. package/dist/web-components-library/z-menu-section.entry.js +42 -0
  51. package/dist/web-components-library/z-menu.entry.js +106 -0
  52. package/dist/{esm → web-components-library}/z-messages-pocket.entry.js +2 -2
  53. package/dist/{esm → web-components-library}/z-modal-login.entry.js +2 -2
  54. package/dist/web-components-library/z-modal.entry.js +32 -0
  55. package/dist/web-components-library/z-myz-card-alert.entry.js +59 -0
  56. package/dist/web-components-library/z-myz-card-body.entry.js +15 -0
  57. package/dist/web-components-library/z-myz-card-cover.entry.js +18 -0
  58. package/dist/{esm → web-components-library}/z-myz-card-dictionary.entry.js +2 -2
  59. package/dist/{esm → web-components-library}/z-myz-card-footer-sections.entry.js +1 -1
  60. package/dist/web-components-library/z-myz-card-footer.entry.js +48 -0
  61. package/dist/web-components-library/z-myz-card-header.entry.js +34 -0
  62. package/dist/web-components-library/z-myz-card-icon.entry.js +17 -0
  63. package/dist/{esm → web-components-library}/z-myz-card-info.entry.js +3 -3
  64. package/dist/web-components-library/z-myz-card-list.entry.js +33 -0
  65. package/dist/web-components-library/z-myz-card.entry.js +37 -0
  66. package/dist/web-components-library/z-myz-list-item.entry.js +33 -0
  67. package/dist/web-components-library/z-myz-list.entry.js +31 -0
  68. package/dist/{esm → web-components-library}/z-myz-topbar.entry.js +2 -2
  69. package/dist/{esm → web-components-library}/z-navigation-tab.entry.js +1 -1
  70. package/dist/{esm → web-components-library}/z-navigation-tabs.entry.js +2 -2
  71. package/dist/web-components-library/z-notification.entry.js +38 -0
  72. package/dist/{esm → web-components-library}/z-otp.entry.js +2 -2
  73. package/dist/web-components-library/z-pagination-bar.entry.js +126 -0
  74. package/dist/web-components-library/z-pagination-page.entry.js +21 -0
  75. package/dist/web-components-library/z-panel-elem.entry.js +26 -0
  76. package/dist/web-components-library/z-pocket-body.entry.js +23 -0
  77. package/dist/web-components-library/z-pocket-header.entry.js +36 -0
  78. package/dist/{esm → web-components-library}/z-pocket-message.entry.js +1 -1
  79. package/dist/web-components-library/z-pocket.entry.js +68 -0
  80. package/dist/web-components-library/z-popover.entry.js +124 -0
  81. package/dist/web-components-library/z-registro-table-body.entry.js +20 -0
  82. package/dist/web-components-library/z-registro-table-cell.entry.js +30 -0
  83. package/dist/web-components-library/z-registro-table-empty-box.entry.js +19 -0
  84. package/dist/web-components-library/z-registro-table-expanded-row.entry.js +15 -0
  85. package/dist/{esm → web-components-library}/z-registro-table-footer.entry.js +1 -1
  86. package/dist/web-components-library/z-registro-table-head.entry.js +19 -0
  87. package/dist/web-components-library/z-registro-table-header-row.entry.js +18 -0
  88. package/dist/web-components-library/z-registro-table-header.entry.js +80 -0
  89. package/dist/web-components-library/z-registro-table-row.entry.js +39 -0
  90. package/dist/web-components-library/z-registro-table-sticky-footer.entry.js +15 -0
  91. package/dist/web-components-library/z-registro-table.entry.js +73 -0
  92. package/dist/web-components-library/z-select.entry.js +281 -0
  93. package/dist/{esm → web-components-library}/z-slideshow.entry.js +3 -3
  94. package/dist/web-components-library/z-status-tag.entry.js +25 -0
  95. package/dist/web-components-library/z-stepper-item.entry.js +18 -0
  96. package/dist/web-components-library/z-stepper.entry.js +15 -0
  97. package/dist/{esm → web-components-library}/z-toast-notification-list.entry.js +2 -2
  98. package/dist/{esm → web-components-library}/z-toast-notification.entry.js +4 -3
  99. package/dist/web-components-library/z-toggle-button.entry.js +32 -0
  100. package/dist/{collection/components/notification/z-tooltip/index.js → web-components-library/z-tooltip.entry.js} +19 -128
  101. package/dist/web-components-library/z-typography.entry.js +25 -0
  102. package/dist/web-components-library/z-user-dropdown.entry.js +91 -0
  103. package/package.json +1 -1
  104. package/www/build/_commonjsHelpers-cb1cd7bb.js +44 -0
  105. package/www/build/app-globals-0f993ce5.js +3 -0
  106. package/{dist/collection/constants/breakpoints.js → www/build/breakpoints-c386984e.js} +2 -1
  107. package/www/build/css-shim-003e9264.js +4 -0
  108. package/www/build/dom-1b195079.js +73 -0
  109. package/{dist/cjs/hammer-6e321f0b.js → www/build/hammer-52e2c4fe.js} +4 -18
  110. package/www/build/icons-8f642f81.js +437 -0
  111. package/{dist/collection/beans/index.js → www/build/index-020789bb.js} +36 -34
  112. package/www/build/index-44936066.js +2832 -0
  113. package/www/build/index-8067f807.js +64 -0
  114. package/www/build/index.esm.js +9 -1
  115. package/www/build/shadow-css-c1ad5fdc.js +383 -0
  116. package/{dist/collection/utils/utils.js → www/build/utils-cb1be595.js} +15 -12
  117. package/www/build/web-components-library.css +789 -1
  118. package/www/build/web-components-library.esm.js +122 -1
  119. package/www/build/z-alert.entry.js +15 -0
  120. package/www/build/z-app-header.entry.js +139 -0
  121. package/www/build/z-app-switcher.entry.js +25 -0
  122. package/www/build/z-app-topbar.entry.js +50 -0
  123. package/www/build/z-avatar.entry.js +39 -0
  124. package/www/build/z-body.entry.js +13 -0
  125. package/www/build/z-button-filter.entry.js +45 -0
  126. package/www/build/z-button-sort.entry.js +50 -0
  127. package/www/build/z-button.entry.js +35 -0
  128. package/{dist/cjs/z-candybar.cjs.entry.js → www/build/z-candybar.entry.js} +4 -8
  129. package/www/build/z-card.entry.js +54 -0
  130. package/www/build/z-chip.entry.js +20 -0
  131. package/www/build/z-combobox.entry.js +166 -0
  132. package/www/build/z-contextual-menu.entry.js +36 -0
  133. package/{dist/cjs/z-cookiebar.cjs.entry.js → www/build/z-cookiebar.entry.js} +7 -11
  134. package/www/build/z-divider.entry.js +22 -0
  135. package/www/build/z-footer-link.entry.js +15 -0
  136. package/www/build/z-footer-section.entry.js +19 -0
  137. package/www/build/z-footer-social.entry.js +15 -0
  138. package/www/build/z-footer.entry.js +76 -0
  139. package/www/build/z-ghost-loading.entry.js +15 -0
  140. package/www/build/z-heading.entry.js +13 -0
  141. package/www/build/z-icon-package.entry.js +19 -0
  142. package/www/build/z-icon.entry.js +24 -0
  143. package/www/build/z-info-box.entry.js +21 -0
  144. package/www/build/z-input-label.entry.js +17 -0
  145. package/www/build/z-input-message.entry.js +20 -0
  146. package/www/build/z-input.entry.js +264 -0
  147. package/www/build/z-link.entry.js +67 -0
  148. package/www/build/z-list-element.entry.js +150 -0
  149. package/www/build/z-list-group.entry.js +50 -0
  150. package/www/build/z-list.entry.js +30 -0
  151. package/www/build/z-logo.entry.js +24 -0
  152. package/www/build/z-menu-dropdown.entry.js +56 -0
  153. package/www/build/z-menu-section.entry.js +42 -0
  154. package/www/build/z-menu.entry.js +106 -0
  155. package/{dist/cjs/z-messages-pocket.cjs.entry.js → www/build/z-messages-pocket.entry.js} +13 -17
  156. package/www/build/z-modal-login.entry.js +77 -0
  157. package/www/build/z-modal.entry.js +32 -0
  158. package/www/build/z-myz-card-alert.entry.js +59 -0
  159. package/www/build/z-myz-card-body.entry.js +15 -0
  160. package/www/build/z-myz-card-cover.entry.js +18 -0
  161. package/{dist/cjs/z-myz-card-dictionary.cjs.entry.js → www/build/z-myz-card-dictionary.entry.js} +6 -10
  162. package/{dist/cjs/z-myz-card-footer-sections.cjs.entry.js → www/build/z-myz-card-footer-sections.entry.js} +4 -8
  163. package/www/build/z-myz-card-footer.entry.js +48 -0
  164. package/www/build/z-myz-card-header.entry.js +34 -0
  165. package/www/build/z-myz-card-icon.entry.js +17 -0
  166. package/{dist/cjs/z-myz-card-info.cjs.entry.js → www/build/z-myz-card-info.entry.js} +19 -23
  167. package/www/build/z-myz-card-list.entry.js +33 -0
  168. package/www/build/z-myz-card.entry.js +37 -0
  169. package/www/build/z-myz-list-item.entry.js +33 -0
  170. package/www/build/z-myz-list.entry.js +31 -0
  171. package/{dist/cjs/z-myz-topbar.cjs.entry.js → www/build/z-myz-topbar.entry.js} +29 -33
  172. package/{dist/cjs/z-navigation-tab.cjs.entry.js → www/build/z-navigation-tab.entry.js} +6 -10
  173. package/{dist/cjs/z-navigation-tabs.cjs.entry.js → www/build/z-navigation-tabs.entry.js} +11 -15
  174. package/www/build/z-notification.entry.js +38 -0
  175. package/{dist/cjs/z-otp.cjs.entry.js → www/build/z-otp.entry.js} +8 -12
  176. package/www/build/z-pagination-bar.entry.js +126 -0
  177. package/www/build/z-pagination-page.entry.js +21 -0
  178. package/www/build/z-panel-elem.entry.js +26 -0
  179. package/www/build/z-pocket-body.entry.js +23 -0
  180. package/www/build/z-pocket-header.entry.js +36 -0
  181. package/{dist/cjs/z-pocket-message.cjs.entry.js → www/build/z-pocket-message.entry.js} +4 -8
  182. package/www/build/z-pocket.entry.js +68 -0
  183. package/www/build/z-popover.entry.js +124 -0
  184. package/www/build/z-registro-table-body.entry.js +20 -0
  185. package/www/build/z-registro-table-cell.entry.js +30 -0
  186. package/www/build/z-registro-table-empty-box.entry.js +19 -0
  187. package/www/build/z-registro-table-expanded-row.entry.js +15 -0
  188. package/{dist/cjs/z-registro-table-footer.cjs.entry.js → www/build/z-registro-table-footer.entry.js} +5 -9
  189. package/www/build/z-registro-table-head.entry.js +19 -0
  190. package/www/build/z-registro-table-header-row.entry.js +18 -0
  191. package/www/build/z-registro-table-header.entry.js +80 -0
  192. package/www/build/z-registro-table-row.entry.js +39 -0
  193. package/www/build/z-registro-table-sticky-footer.entry.js +15 -0
  194. package/www/build/z-registro-table.entry.js +73 -0
  195. package/www/build/z-select.entry.js +281 -0
  196. package/{dist/cjs/z-slideshow.cjs.entry.js → www/build/z-slideshow.entry.js} +19 -23
  197. package/www/build/z-status-tag.entry.js +25 -0
  198. package/www/build/z-stepper-item.entry.js +18 -0
  199. package/www/build/z-stepper.entry.js +15 -0
  200. package/{dist/cjs/z-toast-notification-list.cjs.entry.js → www/build/z-toast-notification-list.entry.js} +7 -11
  201. package/{dist/cjs/z-toast-notification.cjs.entry.js → www/build/z-toast-notification.entry.js} +31 -34
  202. package/www/build/z-toggle-button.entry.js +32 -0
  203. package/www/build/z-tooltip.entry.js +270 -0
  204. package/www/build/z-typography.entry.js +25 -0
  205. package/www/build/z-user-dropdown.entry.js +91 -0
  206. package/www/index.html +11 -2
  207. package/CHANGELOG.md +0 -1111
  208. package/dist/cjs/breakpoints-88c4fd6c.js +0 -7
  209. package/dist/cjs/index-8f4b351d.js +0 -251
  210. package/dist/cjs/index-dee3e21d.js +0 -1694
  211. package/dist/cjs/index.cjs.js +0 -13
  212. package/dist/cjs/loader.cjs.js +0 -21
  213. package/dist/cjs/utils-6d6841cc.js +0 -75
  214. package/dist/cjs/web-components-library.cjs.js +0 -19
  215. package/dist/cjs/z-alert_66.cjs.entry.js +0 -3680
  216. package/dist/cjs/z-app-header.cjs.entry.js +0 -143
  217. package/dist/cjs/z-heading.cjs.entry.js +0 -17
  218. package/dist/cjs/z-modal-login.cjs.entry.js +0 -81
  219. package/dist/cjs/z-pocket_3.cjs.entry.js +0 -124
  220. package/dist/collection/collection-manifest.json +0 -98
  221. package/dist/collection/components/buttons/z-button/index.js +0 -219
  222. package/dist/collection/components/buttons/z-button/styles.css +0 -231
  223. package/dist/collection/components/buttons/z-button-filter/index.js +0 -155
  224. package/dist/collection/components/buttons/z-button-filter/styles.css +0 -74
  225. package/dist/collection/components/buttons/z-button-sort/index.js +0 -216
  226. package/dist/collection/components/buttons/z-button-sort/styles.css +0 -101
  227. package/dist/collection/components/buttons/z-chip/index.js +0 -59
  228. package/dist/collection/components/buttons/z-chip/styles.css +0 -17
  229. package/dist/collection/components/buttons/z-toggle-button/index.js +0 -122
  230. package/dist/collection/components/buttons/z-toggle-button/styles.css +0 -62
  231. package/dist/collection/components/footer/z-footer/index.js +0 -144
  232. package/dist/collection/components/footer/z-footer/styles.css +0 -180
  233. package/dist/collection/components/footer/z-footer-link/index.js +0 -37
  234. package/dist/collection/components/footer/z-footer-link/styles.css +0 -33
  235. package/dist/collection/components/footer/z-footer-section/index.js +0 -51
  236. package/dist/collection/components/footer/z-footer-section/styles.css +0 -164
  237. package/dist/collection/components/footer/z-footer-social/index.js +0 -68
  238. package/dist/collection/components/footer/z-footer-social/styles.css +0 -23
  239. package/dist/collection/components/icons/z-icon/index.js +0 -110
  240. package/dist/collection/components/icons/z-icon/styles.css +0 -14
  241. package/dist/collection/components/icons/z-icon-package/index.js +0 -20
  242. package/dist/collection/components/icons/z-icon-package/styles.css +0 -16
  243. package/dist/collection/components/indicators/z-stepper/index.js +0 -17
  244. package/dist/collection/components/indicators/z-stepper/styles.css +0 -19
  245. package/dist/collection/components/indicators/z-stepper-item/index.js +0 -93
  246. package/dist/collection/components/indicators/z-stepper-item/styles.css +0 -115
  247. package/dist/collection/components/inputs/z-combobox/index.js +0 -480
  248. package/dist/collection/components/inputs/z-combobox/styles.css +0 -148
  249. package/dist/collection/components/inputs/z-input/index.js +0 -821
  250. package/dist/collection/components/inputs/z-input/styles.css +0 -304
  251. package/dist/collection/components/inputs/z-input-label/index.js +0 -72
  252. package/dist/collection/components/inputs/z-input-label/styles.css +0 -16
  253. package/dist/collection/components/inputs/z-input-message/index.js +0 -64
  254. package/dist/collection/components/inputs/z-input-message/styles.css +0 -33
  255. package/dist/collection/components/inputs/z-select/index.js +0 -647
  256. package/dist/collection/components/inputs/z-select/styles.css +0 -131
  257. package/dist/collection/components/list/z-list/index.js +0 -57
  258. package/dist/collection/components/list/z-list/styles.css +0 -7
  259. package/dist/collection/components/list/z-list-element/index.js +0 -439
  260. package/dist/collection/components/list/z-list-element/styles.css +0 -133
  261. package/dist/collection/components/list/z-list-group/index.js +0 -144
  262. package/dist/collection/components/list/z-list-group/styles.css +0 -22
  263. package/dist/collection/components/list/z-toast-notification-list/index.js +0 -97
  264. package/dist/collection/components/list/z-toast-notification-list/styles.css +0 -107
  265. package/dist/collection/components/logo/z-logo/index.js +0 -111
  266. package/dist/collection/components/logo/z-logo/styles.css +0 -31
  267. package/dist/collection/components/modal/z-modal/index.js +0 -160
  268. package/dist/collection/components/modal/z-modal/styles.css +0 -185
  269. package/dist/collection/components/modal/z-modal-login/index.js +0 -272
  270. package/dist/collection/components/modal/z-modal-login/styles.css +0 -159
  271. package/dist/collection/components/navigation/z-app-header/index.js +0 -267
  272. package/dist/collection/components/navigation/z-app-header/styles.css +0 -441
  273. package/dist/collection/components/navigation/z-app-switcher/index.js +0 -70
  274. package/dist/collection/components/navigation/z-app-switcher/styles.css +0 -35
  275. package/dist/collection/components/navigation/z-app-topbar/index.js +0 -134
  276. package/dist/collection/components/navigation/z-app-topbar/styles.css +0 -92
  277. package/dist/collection/components/navigation/z-link/index.js +0 -309
  278. package/dist/collection/components/navigation/z-link/styles.css +0 -160
  279. package/dist/collection/components/navigation/z-menu/index.js +0 -223
  280. package/dist/collection/components/navigation/z-menu/styles.css +0 -149
  281. package/dist/collection/components/navigation/z-menu-dropdown/index.js +0 -125
  282. package/dist/collection/components/navigation/z-menu-dropdown/styles.css +0 -146
  283. package/dist/collection/components/navigation/z-menu-section/index.js +0 -109
  284. package/dist/collection/components/navigation/z-menu-section/styles.css +0 -91
  285. package/dist/collection/components/navigation/z-navigation-tab/index.js +0 -151
  286. package/dist/collection/components/navigation/z-navigation-tab/styles.css +0 -113
  287. package/dist/collection/components/navigation/z-navigation-tabs/index.js +0 -179
  288. package/dist/collection/components/navigation/z-navigation-tabs/styles.css +0 -117
  289. package/dist/collection/components/navigation/z-user-dropdown/index.js +0 -252
  290. package/dist/collection/components/navigation/z-user-dropdown/styles.css +0 -311
  291. package/dist/collection/components/notification/z-candybar/index.js +0 -18
  292. package/dist/collection/components/notification/z-candybar/styles.css +0 -61
  293. package/dist/collection/components/notification/z-cookiebar/index.js +0 -111
  294. package/dist/collection/components/notification/z-cookiebar/styles.css +0 -109
  295. package/dist/collection/components/notification/z-info-box/index.js +0 -79
  296. package/dist/collection/components/notification/z-info-box/styles.css +0 -23
  297. package/dist/collection/components/notification/z-notification/index.js +0 -171
  298. package/dist/collection/components/notification/z-notification/styles.css +0 -93
  299. package/dist/collection/components/notification/z-toast-notification/index.js +0 -402
  300. package/dist/collection/components/notification/z-toast-notification/styles.css +0 -247
  301. package/dist/collection/components/notification/z-tooltip/styles.css +0 -128
  302. package/dist/collection/components/pagination/z-pagination-bar/index.js +0 -278
  303. package/dist/collection/components/pagination/z-pagination-bar/styles.css +0 -23
  304. package/dist/collection/components/pagination/z-pagination-page/index.js +0 -129
  305. package/dist/collection/components/pagination/z-pagination-page/styles.css +0 -57
  306. package/dist/collection/components/panel/z-panel-elem/index.js +0 -193
  307. package/dist/collection/components/panel/z-panel-elem/styles.css +0 -39
  308. package/dist/collection/components/typography/z-body/index.js +0 -66
  309. package/dist/collection/components/typography/z-heading/index.js +0 -66
  310. package/dist/collection/components/typography/z-typography/index.js +0 -84
  311. package/dist/collection/components/typography/z-typography/styles.css +0 -61
  312. package/dist/collection/components/z-avatar/index.js +0 -137
  313. package/dist/collection/components/z-avatar/styles.css +0 -35
  314. package/dist/collection/components/z-card/index.js +0 -153
  315. package/dist/collection/components/z-card/styles.css +0 -188
  316. package/dist/collection/components/z-contextual-menu/index.js +0 -122
  317. package/dist/collection/components/z-contextual-menu/styles.css +0 -45
  318. package/dist/collection/components/z-divider/index.js +0 -89
  319. package/dist/collection/components/z-divider/styles.css +0 -37
  320. package/dist/collection/components/z-ghost-loading/index.js +0 -14
  321. package/dist/collection/components/z-ghost-loading/styles.css +0 -34
  322. package/dist/collection/components/z-popover/index.js +0 -274
  323. package/dist/collection/components/z-popover/styles.css +0 -236
  324. package/dist/collection/components/z-status-tag/index.js +0 -125
  325. package/dist/collection/components/z-status-tag/styles.css +0 -133
  326. package/dist/collection/constants/icons.js +0 -6
  327. package/dist/collection/index.js +0 -5
  328. package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +0 -119
  329. package/dist/collection/snowflakes/myz/card/z-myz-card/styles.css +0 -38
  330. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +0 -148
  331. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/styles.css +0 -62
  332. package/dist/collection/snowflakes/myz/card/z-myz-card-body/index.js +0 -20
  333. package/dist/collection/snowflakes/myz/card/z-myz-card-body/styles.css +0 -13
  334. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +0 -87
  335. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/styles.css +0 -11
  336. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +0 -177
  337. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/styles.css +0 -85
  338. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +0 -190
  339. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/styles.css +0 -137
  340. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/index.js +0 -23
  341. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/styles.css +0 -32
  342. package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +0 -101
  343. package/dist/collection/snowflakes/myz/card/z-myz-card-header/styles.css +0 -46
  344. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +0 -74
  345. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/styles.css +0 -70
  346. package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +0 -213
  347. package/dist/collection/snowflakes/myz/card/z-myz-card-info/styles.css +0 -124
  348. package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +0 -53
  349. package/dist/collection/snowflakes/myz/card/z-myz-card-list/styles.css +0 -41
  350. package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +0 -70
  351. package/dist/collection/snowflakes/myz/list/z-myz-list/styles.css +0 -4
  352. package/dist/collection/snowflakes/myz/list/z-myz-list-item/index.js +0 -188
  353. package/dist/collection/snowflakes/myz/list/z-myz-list-item/styles.css +0 -48
  354. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/index.js +0 -121
  355. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/styles.css +0 -106
  356. package/dist/collection/snowflakes/myz/pocket/z-pocket/index.js +0 -181
  357. package/dist/collection/snowflakes/myz/pocket/z-pocket/styles.css +0 -56
  358. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/index.js +0 -77
  359. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/styles.css +0 -49
  360. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/index.js +0 -86
  361. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/styles.css +0 -40
  362. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/index.js +0 -23
  363. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/styles.css +0 -53
  364. package/dist/collection/snowflakes/myz/topbar/index.js +0 -428
  365. package/dist/collection/snowflakes/myz/topbar/styles.css +0 -594
  366. package/dist/collection/snowflakes/myz/z-alert/index.js +0 -42
  367. package/dist/collection/snowflakes/myz/z-alert/styles.css +0 -28
  368. package/dist/collection/snowflakes/myz/z-otp/index.js +0 -114
  369. package/dist/collection/snowflakes/myz/z-otp/styles.css +0 -47
  370. package/dist/collection/snowflakes/myz/z-slideshow/index.js +0 -165
  371. package/dist/collection/snowflakes/myz/z-slideshow/styles.css +0 -128
  372. package/dist/collection/snowflakes/registro-table/z-registro-table/index.js +0 -360
  373. package/dist/collection/snowflakes/registro-table/z-registro-table/styles.css +0 -167
  374. package/dist/collection/snowflakes/registro-table/z-registro-table-body/index.js +0 -19
  375. package/dist/collection/snowflakes/registro-table/z-registro-table-body/styles.css +0 -9
  376. package/dist/collection/snowflakes/registro-table/z-registro-table-cell/index.js +0 -58
  377. package/dist/collection/snowflakes/registro-table/z-registro-table-cell/styles.css +0 -39
  378. package/dist/collection/snowflakes/registro-table/z-registro-table-empty-box/index.js +0 -64
  379. package/dist/collection/snowflakes/registro-table/z-registro-table-empty-box/styles.css +0 -24
  380. package/dist/collection/snowflakes/registro-table/z-registro-table-expanded-row/index.js +0 -36
  381. package/dist/collection/snowflakes/registro-table/z-registro-table-expanded-row/styles.css +0 -16
  382. package/dist/collection/snowflakes/registro-table/z-registro-table-footer/index.js +0 -18
  383. package/dist/collection/snowflakes/registro-table/z-registro-table-footer/styles.css +0 -5
  384. package/dist/collection/snowflakes/registro-table/z-registro-table-head/index.js +0 -18
  385. package/dist/collection/snowflakes/registro-table/z-registro-table-head/styles.css +0 -5
  386. package/dist/collection/snowflakes/registro-table/z-registro-table-header/index.js +0 -240
  387. package/dist/collection/snowflakes/registro-table/z-registro-table-header/styles.css +0 -67
  388. package/dist/collection/snowflakes/registro-table/z-registro-table-header-row/index.js +0 -37
  389. package/dist/collection/snowflakes/registro-table/z-registro-table-header-row/styles.css +0 -13
  390. package/dist/collection/snowflakes/registro-table/z-registro-table-row/index.js +0 -86
  391. package/dist/collection/snowflakes/registro-table/z-registro-table-row/styles.css +0 -54
  392. package/dist/collection/snowflakes/registro-table/z-registro-table-sticky-footer/index.js +0 -17
  393. package/dist/collection/snowflakes/registro-table/z-registro-table-sticky-footer/styles.css +0 -11
  394. package/dist/collection/themes/index.story.js +0 -18
  395. package/dist/esm/index-fa9e549c.js +0 -1666
  396. package/dist/esm/index.js +0 -9
  397. package/dist/esm/loader.js +0 -17
  398. package/dist/esm/polyfills/core-js.js +0 -11
  399. package/dist/esm/polyfills/css-shim.js +0 -1
  400. package/dist/esm/polyfills/dom.js +0 -79
  401. package/dist/esm/polyfills/es5-html-element.js +0 -1
  402. package/dist/esm/polyfills/index.js +0 -34
  403. package/dist/esm/polyfills/system.js +0 -6
  404. package/dist/esm/web-components-library.js +0 -17
  405. package/dist/esm/z-alert_66.entry.js +0 -3611
  406. package/dist/esm/z-app-header.entry.js +0 -139
  407. package/dist/esm/z-pocket_3.entry.js +0 -118
  408. package/dist/index.cjs.js +0 -1
  409. package/dist/index.js +0 -1
  410. package/dist/web-components-library/p-017370c7.entry.js +0 -1
  411. package/dist/web-components-library/p-140cc18f.entry.js +0 -1
  412. package/dist/web-components-library/p-1c72783c.entry.js +0 -1
  413. package/dist/web-components-library/p-3ad9ef65.entry.js +0 -1
  414. package/dist/web-components-library/p-418044b0.entry.js +0 -1
  415. package/dist/web-components-library/p-44de8dac.entry.js +0 -1
  416. package/dist/web-components-library/p-5ff2bb78.entry.js +0 -1
  417. package/dist/web-components-library/p-6b7ee18b.entry.js +0 -1
  418. package/dist/web-components-library/p-6c3a77ef.entry.js +0 -1
  419. package/dist/web-components-library/p-6fed64d8.entry.js +0 -1
  420. package/dist/web-components-library/p-8dfa676e.js +0 -1
  421. package/dist/web-components-library/p-8f5eaf9d.entry.js +0 -1
  422. package/dist/web-components-library/p-904a85e4.js +0 -1
  423. package/dist/web-components-library/p-96e3aec6.entry.js +0 -1
  424. package/dist/web-components-library/p-9912e411.js +0 -7
  425. package/dist/web-components-library/p-a2b38ee3.entry.js +0 -7
  426. package/dist/web-components-library/p-ba400b3b.entry.js +0 -1
  427. package/dist/web-components-library/p-c7af96eb.entry.js +0 -1
  428. package/dist/web-components-library/p-cfa47b41.entry.js +0 -1
  429. package/dist/web-components-library/p-cfd7f25f.entry.js +0 -1
  430. package/dist/web-components-library/p-d69e14fb.js +0 -1
  431. package/dist/web-components-library/p-e86e2a5f.entry.js +0 -1
  432. package/dist/web-components-library/p-f113a03a.entry.js +0 -1
  433. package/dist/web-components-library/p-fbfde057.entry.js +0 -1
  434. package/dist/web-components-library/p-feb1a4a6.js +0 -1
  435. package/www/build/p-017370c7.entry.js +0 -1
  436. package/www/build/p-140cc18f.entry.js +0 -1
  437. package/www/build/p-1c72783c.entry.js +0 -1
  438. package/www/build/p-2529c71a.js +0 -1
  439. package/www/build/p-3ad9ef65.entry.js +0 -1
  440. package/www/build/p-418044b0.entry.js +0 -1
  441. package/www/build/p-44de8dac.entry.js +0 -1
  442. package/www/build/p-5ff2bb78.entry.js +0 -1
  443. package/www/build/p-6b7ee18b.entry.js +0 -1
  444. package/www/build/p-6c3a77ef.entry.js +0 -1
  445. package/www/build/p-6fed64d8.entry.js +0 -1
  446. package/www/build/p-8dfa676e.js +0 -1
  447. package/www/build/p-8f5eaf9d.entry.js +0 -1
  448. package/www/build/p-904a85e4.js +0 -1
  449. package/www/build/p-96e3aec6.entry.js +0 -1
  450. package/www/build/p-9912e411.js +0 -7
  451. package/www/build/p-a2b38ee3.entry.js +0 -7
  452. package/www/build/p-ba400b3b.entry.js +0 -1
  453. package/www/build/p-c7af96eb.entry.js +0 -1
  454. package/www/build/p-cfa47b41.entry.js +0 -1
  455. package/www/build/p-cfd7f25f.entry.js +0 -1
  456. package/www/build/p-d69e14fb.js +0 -1
  457. package/www/build/p-e86e2a5f.entry.js +0 -1
  458. package/www/build/p-ea943cbd.css +0 -1
  459. package/www/build/p-f113a03a.entry.js +0 -1
  460. package/www/build/p-fbfde057.entry.js +0 -1
  461. package/www/build/p-feb1a4a6.js +0 -1
@@ -1 +0,0 @@
1
- import{r as t,c as i,h as s}from"./p-904a85e4.js";import{a as o}from"./p-8dfa676e.js";const e=class{constructor(s){t(this,s),this.cardFlipped=i(this,"cardFlipped",7),this.disabled=!1,this.flipped=!1,this.flipbuttonlabel="INFO",this.hideinfobtn=!1}handleFlipCard(t){this.flipCard(t.detail)}flipCard(t=!0){this.flipped=t,this.cardFlipped.emit(t)}render(){return s("div",null,s("z-myz-card",null,s("z-myz-card-header",{titolo:this.name}),s("div",{class:"content "+(this.flipped?"flipped":"")},s("div",{class:"front"},s("z-myz-card-body",null,s("z-myz-card-cover",{slot:"cover",titolo:this.name,img:this.cover,faded:this.disabled})),s("z-button",{class:this.hideinfobtn?"hideInfo":"",variant:o.secondary,icon:"informationsource",issmall:!0,onClick:()=>this.flipCard(!0),disabled:this.flipped},this.flipbuttonlabel)),s("div",{class:"back"},s("slot",{name:"info"}))),s("slot",null)))}};e.style=":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>div{position:relative;height:522px;width:100%;transition:-webkit-transform 0.5s ease-out;transition:transform 0.5s ease-out;transition:transform 0.5s ease-out, -webkit-transform 0.5s ease-out}:host>div .content{position:relative;height:522px;width:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:-webkit-transform 0.5s ease-out;transition:transform 0.5s ease-out;transition:transform 0.5s ease-out, -webkit-transform 0.5s ease-out;z-index:2}:host>div .content.flipped{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);margin-top:-2px}:host>div .front,:host>div .back{position:absolute;height:100%;width:100%;top:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}:host>div .front{z-index:2;top:0;left:0;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}:host>div .front z-button{position:absolute;z-index:3;top:calc(var(--space-unit) * 0.5);left:calc(-1 * var(--space-unit))}:host>div .back{padding:0 var(--space-unit);margin-left:calc(-1 * var(--space-unit));z-index:1;top:0;left:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);display:flex;justify-content:center}.hideInfo{display:none}";export{e as z_myz_card_dictionary}
@@ -1 +0,0 @@
1
- import{r as t,h as e}from"./p-904a85e4.js";const n=class{constructor(e){t(this,e)}render(){return e("div",null,e("slot",{name:"content"}))}};n.style=":host{font-family:var(--dashboard-font);font-weight:var(--font-rg);display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-content:center}:host>div{position:fixed;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;top:30vh;max-width:297px;height:fit-content;min-height:232px;z-index:1000;margin:auto;overflow:auto;overflow:-moz-scrollbars-none;-ms-overflow-style:none;background:var(--myz-blue-lighter);border-radius:calc(var(--space-unit) * .5);box-shadow:0px -2px 4px 0px rgba(66, 69, 72, 0.4)}@media only screen and (min-width: 768px){:host>div{position:initial;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:stretch;position:fixed;top:auto;bottom:0;margin:0 auto;left:0;right:0;height:auto;min-height:138px;max-width:100%;border-radius:0px}}@media only screen and (min-width: 1152px){:host>div{min-height:122px}}";export{n as z_candybar}
@@ -1 +0,0 @@
1
- import{r as t,h as o,H as s,g as e}from"./p-904a85e4.js";import{t as i}from"./p-8dfa676e.js";const n=class{constructor(o){t(this,o),this.newestontop=!0,this.slotChangeHandler=()=>{const t=Array.from(this.hostElement.children).filter((t=>!this.notificationArray.includes(t)));t&&t.forEach((t=>{this.notificationArray.push(t);const o=t;t.remove(),this.hostElement.prepend(o)}))}}watchPropNewestontop(t){this.hostElement.append(...this.notificationArray.reverse()),t?this.hostElement.shadowRoot.addEventListener("slotchange",this.slotChangeHandler):this.hostElement.shadowRoot.removeEventListener("slotchange",this.slotChangeHandler)}componentWillLoad(){this.newestontop&&this.handleNewestOnTop()}handleNewestOnTop(){this.notificationArray=Array.from(this.hostElement.children),this.hostElement.append(...this.notificationArray.reverse()),this.hostElement.shadowRoot.addEventListener("slotchange",this.slotChangeHandler)}render(){return o(s,{class:this.position?this.position:i.topRight},o("slot",{name:"toasts"}))}get hostElement(){return e(this)}static get watchers(){return{newestontop:["watchPropNewestontop"]}}};n.style=":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);position:fixed;display:flex;flex-direction:column;flex-wrap:nowrap;z-index:10000;margin-bottom:calc(var(--space-unit) * 2);margin-top:calc(var(--space-unit) * 2)}::slotted(z-toast-notification){width:100vw}::slotted(:not(:last-child)){margin-bottom:calc(var(--space-unit) * 1)}:host(.bottom-centre),:host(.bottom-right),:host(.bottom-left){justify-content:flex-end;align-items:flex-end;bottom:0}:host(.top-left),:host(.top-right),:host(.top-centre){justify-content:flex-start;align-items:flex-start;top:0}@media only screen and (min-width: 768px){:host{margin:calc(var(--space-unit) * 3)}:host(.top-centre){justify-content:flex-start;align-items:center;top:0;left:50%;transform:translateX(-50%)}:host(.top-left){justify-content:flex-start;align-items:flex-start;top:0;left:0}:host(.top-right){justify-content:flex-start;align-items:flex-end;top:0;right:0}:host(.bottom-centre){justify-content:flex-end;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}:host(.bottom-right){justify-content:flex-end;align-items:flex-end;bottom:0;right:0}:host(.bottom-left){justify-content:flex-end;align-items:flex-start;bottom:0;left:0}::slotted(z-toast-notification){width:50vw}}@media only screen and (min-width: 1366px){:host{margin:calc(var(--space-unit) * 4)}::slotted(z-toast-notification){width:33vw}}";export{n as z_toast_notification_list}
@@ -1 +0,0 @@
1
- import{r as t,c as r,h as i}from"./p-904a85e4.js";import{m as n}from"./p-8dfa676e.js";const a=class{constructor(i){t(this,i),this.otpChange=r(this,"otpChange",7),this.inputNum=6}emitInputChange(t){this.otpChange.emit({value:t})}componentWillLoad(){this.otp=Array.apply(null,Array(this.inputNum)),this.otpRef=Array.apply(null,Array(this.inputNum))}render(){return i("div",{class:"otp-container"},i("div",{class:"digits-container"},this.otp.map(((t,r)=>i("input",{class:this.status==n.error?"error":null,onKeyDown:t=>{t.keyCode>47&&(this.otpRef[r].value="")},onKeyUp:t=>{t.keyCode>47&&r<this.inputNum-1&&this.otpRef[r+1].focus()},onInput:t=>{this.otp[r]=t.target.value,this.emitInputChange(this.otp.join(""))},type:"text",minlength:"1",maxlength:"1",autoComplete:"off",ref:t=>this.otpRef[r]=t})))),i("z-input-message",{message:this.message,status:this.status}))}};a.style=":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)}.digits-container{display:flex;justify-content:flex-start}input{height:72px;width:calc(var(--space-unit) * 5);font-size:32px;font-weight:300;font-family:var(--font-family-sans);text-align:center;caret-color:transparent;box-sizing:border-box;padding:0;color:var(--color-surface05)}input.error{border:1px solid;border-radius:4px;border-color:var(--color-error01);background-color:var(--color-error-inverse)}input:not(:last-of-type){margin-right:var(--space-unit)}@media only screen and (min-width: 768px){input:not(:last-of-type){margin-right:calc(var(--space-unit) * 2)}}@media only screen and (min-width: 1025px){input{width:calc(var(--space-unit) * 6)}}";export{a as z_otp}
@@ -1 +0,0 @@
1
- const s=767,t=1023;export{s as m,t}
@@ -1 +0,0 @@
1
- import{r as t,c as n,h as i}from"./p-904a85e4.js";import{a as e}from"./p-8dfa676e.js";const a=class{constructor(i){t(this,i),this.accept=n(this,"accept",7)}emitAccept(t){this.accept.emit({ev:t})}handleOkButtonClick(t){this.emitAccept(t),"function"==typeof this.callback&&this.callback()}handleOkButtonKeyUp(t){this.emitAccept(t),"Enter"===t.code&&void 0!==this.callback&&"function"==typeof this.callback&&this.callback()}renderContentSlot(){return i("div",{class:"content",slot:"content"},i("div",null,i("h2",null,"Su questo sito usiamo i cookie."),i("div",null,i("p",null,"Se continui a navigare ci permetti di farlo secondo le regole spiegate nella nostra informativa sulla privacy relativa ai  ",i("a",{href:this.cookiepolicyurl,target:"_blank"},"cookie"),"."))),i("z-button",{variant:e.primary,onClick:t=>this.handleOkButtonClick(t),onKeyUp:t=>this.handleOkButtonKeyUp(t)},"ACCETTA"))}render(){return i("z-candybar",{class:this.hide?"hidden":""},this.renderContentSlot())}};a.style=":host{font-family:var(--dashboard-font);font-weight:var(--font-rg)}z-candybar.hidden{display:none}.content{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:space-between;color:var(--text-grey-800);border-radius:calc(var(--space-unit) * .5);font-size:16px;letter-spacing:0px;line-height:24px;padding:calc(var(--space-unit) * 3) calc(var(--space-unit) * 2)}.content>div>h2{margin:0;padding:0;color:var(--text-grey-800);border-radius:0px;font-size:18px;font-weight:var(--font-sb);letter-spacing:0px}.content>div>div{padding:calc(var(--space-unit) * 3) 0;font-size:14px;letter-spacing:0.16px;line-height:20px}.content>div>div>p{margin:0}.content>div>div>p>a{cursor:pointer;font-weight:var(--font-sb);color:var(--text-grey-800);text-decoration:underline;height:14px;display:inline-flex}.content>div>div>p>a:visited{color:var(--text-grey-800);cursor:pointer;z-index:1000}.content>z-button{margin:0;width:100%}@media only screen and (min-width: 768px){.content{width:100%;flex-direction:row;align-items:center;font-size:16px;letter-spacing:0px;line-height:24px;padding:calc(var(--space-unit) * 4) calc(var(--space-unit) * 3)}.content>div{width:560px}.content>div>h2{height:calc(var(--space-unit) * 3.5)}.content>div>div{padding:0}.content>z-button{margin:0;width:initial}}@media only screen and (min-width: 1152px){.content>div{width:935px}}@media only screen and (min-width: 1366px){.content{padding-left:calc(var(--space-unit) * 4);padding-right:calc(var(--space-unit) * 4)}}";export{a as z_cookiebar}
@@ -1 +0,0 @@
1
- @import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,700;1,700&display=swap"); @import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap"); :root{--gray950:#121212;--gray900:#292929;--gray800:#3D3D3D;--gray700:#525252;--gray600:#666666;--gray500:#9B9B9B;--gray400:#ADADAD;--gray300:#C2C2C2;--gray200:#D6D6D6;--gray100:#EBEBEB;--gray50:#F6F6F6}:root{--blue950:#001229;--blue900:#001F46;--blue800:#002C63;--blue700:#003981;--blue600:#0047A0;--blue500:#0056C1;--blue400:#2E76CE;--blue300:#5893DB;--blue200:#82B0E7;--blue100:#ACCDF3;--blue50:#D6EAFF}:root{--green950:#19200A;--green900:#22330A;--green800:#2B4808;--green700:#355D06;--green600:#407305;--green500:#568818;--green400:#6F9D2F;--green300:#8AB14A;--green200:#A6C66B;--green100:#C3DA92;--green50:#EFFCE0}:root{--yellow950:#33280F;--yellow900:#5C4615;--yellow800:#85641A;--yellow700:#AB8125;--yellow600:#D09E30;--yellow500:#F6BB3B;--yellow400:#F9C852;--yellow300:#FBD468;--yellow200:#FEE17F;--yellow150:#ffde72;--yellow100:#FFEA91;--yellow50:#FBF4E6}:root{--red950:#2A0005;--red900:#4C0009;--red800:#6F000D;--red700:#940111;--red600:#BA0115;--red500:#E2011A;--red400:#EB4F60;--red300:#EB4F60;--red200:#F49DA7;--red100:#F49DA7;--red50:#FDEFEE}:root{--avatar-C01:#99005B;--avatar-C02:#B01300;--avatar-C03:#E62200;--avatar-C04:#7C4000;--avatar-C05:#C25600;--avatar-C06:#6E6D6D;--avatar-C07:#667D00;--avatar-C08:#008741;--avatar-C09:#00612F;--avatar-C10:#007D8A;--avatar-C11:#007DB3;--avatar-C12:#00548C;--avatar-C13:#0028B1;--avatar-C14:#00019C;--avatar-C15:#6400EE;--avatar-C16:#5F3FFF;--avatar-C17:#8B00A5;--avatar-C18:#B200FF;--avatar-C19:#C700D6}:root{--color-error-default:#DC3122;--color-success-default:#417505;--color-warning-default:#F6BB3B;--color-black:#000000;--color-white:#FFFFFF}:root{--font-family-sans:"IBM Plex Sans", sans-serif;--font-lt:300;--font-rg:400;--font-sb:600;--font-size-1:0.75rem;--font-size-2:0.875rem;--font-size-3:1rem;--font-size-4:1.125rem;--font-size-5:1.25rem;--font-size-6:1.5rem;--font-size-7:1.75rem;--font-size-8:2rem;--font-size-9:2.25rem;--font-size-10:2.625rem;--font-size-11:3rem;--font-size-12:3.375rem;--font-size-13:3.75rem;--font-size-14:4.25rem;--font-size-15:4.75rem;--font-size-16:5.25rem;--font-size-17:5.75rem;--dashboard-font:var(--font-family-sans)}.heading-1,.heading-1-sb,.heading-1-lt{font-size:var(--font-size-8);font-weight:var(--font-rg);line-height:1.25;letter-spacing:0}.heading-2,.heading-2-sb,.heading-2-lt{font-size:var(--font-size-7);font-weight:var(--font-rg);line-height:1.28;letter-spacing:0}@media (max-width: 1151px){.heading-1,.heading-1-sb,.heading-1-lt{font-size:var(--font-size-7);line-height:1.28}.heading-2,.heading-2-sb,.heading-2-lt{font-size:var(--font-size-6);line-height:1.33}}.heading-3,.heading-3-sb,.heading-3-lt{font-size:var(--font-size-6);font-weight:var(--font-rg);line-height:1.33;letter-spacing:0}.heading-4,.heading-4-sb,.heading-4-lt{font-size:var(--font-size-5);font-weight:var(--font-rg);line-height:1.4;letter-spacing:0}.body-1,.body-1-sb{font-size:var(--font-size-5);font-weight:var(--font-rg);line-height:1.4;letter-spacing:0}.body-2,.body-2-sb{font-size:var(--font-size-4);font-weight:var(--font-rg);line-height:1.5;letter-spacing:0}.body-3,.body-3-sb{font-size:var(--font-size-3);font-weight:var(--font-rg);line-height:1.5;letter-spacing:0}.body-4,.body-4-sb{font-size:var(--font-size-2);font-weight:var(--font-rg);line-height:1.4;letter-spacing:0.16px}.body-5,.body-5-sb{font-size:var(--font-size-1);font-weight:var(--font-rg);line-height:1.33;letter-spacing:0.32px}.interactive-1,.interactive-1-sb{font-size:var(--font-size-3);font-weight:var(--font-rg);line-height:1.5;letter-spacing:0}.interactive-2,.interactive-2-sb{font-size:var(--font-size-2);font-weight:var(--font-rg);line-height:1.4;letter-spacing:0.16px}.interactive-3,.interactive-3-sb{font-size:var(--font-size-1);font-weight:var(--font-rg);line-height:1.33;letter-spacing:0.32px}.helper,.helper-sb{font-size:var(--font-size-1);font-weight:var(--font-rg);font-style:italic;line-height:1.33;letter-spacing:0.32px}.heading-1-lt,.heading-2-lt,.heading-3-lt,.heading-4-lt{font-weight:var(--font-lt)}.heading-1-sb,.heading-2-sb,.heading-3-sb,.heading-4-sb,.body-1-sb,.body-2-sb,.body-3-sb,.body-4-sb,.body-5-sb,.interactive-1-sb,.interactive-2-sb,.interactive-3-sb,.helper-sb{font-weight:var(--font-sb)}:root{--space-unit:8px}:root{--shadow-color-base:rgba(66, 69, 72, 0.35);--shadow-inset-2:inset 0 2px 4px 0 var(--shadow-color-base);--shadow-inset-4:inset 0 4px 8px 0 var(--shadow-color-base);--shadow-0:0 0 0 0 var(--shadow-color-base);--shadow-1:0 1px 2px 0 var(--shadow-color-base);--shadow-2:0 2px 4px 0 var(--shadow-color-base);--shadow-3:0 3px 6px 0 var(--shadow-color-base);--shadow-4:0 4px 8px 0 var(--shadow-color-base);--shadow-6:0 6px 12px 0 var(--shadow-color-base);--shadow-8:0 8px 16px 0 var(--shadow-color-base);--shadow-12:0 12px 24px 0 var(--shadow-color-base);--shadow-16:0 16px 32px 0 var(--shadow-color-base);--shadow-24:0 24px 48px 0 var(--shadow-color-base)}:root{--border-no-radius:0;--border-size-small:1px;--border-size-medium:2px;--border-size-large:4px;--border-radius-small:2px;--border-radius:4px}.t-weight-lt{font-weight:var(--font-lt)}.t-weight-rg{font-weight:var(--font-rg)}.t-weight-sb{font-weight:var(--font-sb)}.t-align-center{text-align:center}.t-color-light{color:var(--text-grey-medium);fill:var(--text-grey-medium)}.caption-01{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-rg);font-size:var(--font-size-1);line-height:16px}.helper-text-01{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-rg);font-style:italic;font-size:var(--font-size-1);line-height:16px}.body-short-01{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-rg);font-size:var(--font-size-2);line-height:20px}.body-short-02{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-rg);font-size:var(--font-size-3);line-height:24px}.body-long-01{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-rg);font-size:var(--font-size-2);line-height:20px}.body-long-02{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-sb);font-size:var(--font-size-3);line-height:24px}.heading-01{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-sb);font-size:var(--font-size-2);line-height:20px}.heading-02{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-sb);font-size:var(--font-size-3);line-height:24px}.heading-03{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-sb);font-size:var(--font-size-5);line-height:24px}.heading-04{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-sb);font-size:var(--font-size-7);line-height:36px}.heading-05{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-sb);font-size:var(--font-size-8);line-height:40px}.expressive-heading-04{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-rg);font-size:var(--font-size-8);line-height:40px}@media only screen and (max-width: 767px){.expressive-heading-04{font-size:var(--font-size-7);line-height:36px}}.expressive-heading-05{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-rg);font-size:var(--font-size-11);line-height:56px}@media only screen and (max-width: 1024px){.expressive-heading-05{font-size:36px;line-height:44px}}@media only screen and (max-width: 767px){.expressive-heading-05{font-size:var(--font-size-8);line-height:40px}}.expressive-paragraph-01{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-lt);font-size:var(--font-size-8);line-height:40px}@media only screen and (max-width: 767px){.expressive-paragraph-01{font-size:var(--font-size-6);line-height:32px}}.quotation-01{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-lt);font-size:var(--font-size-8);line-height:40px}@media only screen and (max-width: 767px){.quotation-01{font-size:var(--font-size-5);line-height:28px}}.quotation-02{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-lt);font-size:var(--font-size-13);line-height:72px}@media only screen and (max-width: 1024px){.quotation-02{font-size:36px;line-height:44px}}@media only screen and (max-width: 767px){.quotation-02{font-size:var(--font-size-8);line-height:40px}}.display-01{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-lt);font-size:var(--font-size-15);line-height:88px}@media only screen and (max-width: 767px){.display-01{font-size:var(--font-size-10);line-height:52px}}.display-02{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-sb);font-size:var(--font-size-15);line-height:88px}@media only screen and (max-width: 767px){.display-02{font-size:var(--font-size-10);line-height:52px}}.display-03{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-lt);font-size:156px;line-height:164px}@media only screen and (max-width: 1024px){.display-03{font-size:var(--font-size-14);line-height:80px}}@media only screen and (max-width: 767px){.display-03{font-size:var(--font-size-10);line-height:52px}}.display-04{color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--font-family-sans);font-weight:var(--font-sb);font-size:156px;line-height:164px}@media only screen and (max-width: 1024px){.display-04{font-size:var(--font-size-14);line-height:80px}}@media only screen and (max-width: 767px){.display-04{font-size:var(--font-size-10);line-height:52px}}:root{--grid-mobile-viewport:768px;--grid-mobile-column:4;--grid-mobile-margin:16px;--grid-mobile-gutter:16px;--grid-tablet-viewport:768px;--grid-tablet-column:8;--grid-tablet-margin:24px;--grid-tablet-gutter:24px;--grid-desktop-viewport:1152px;--grid-desktop-column:12;--grid-desktop-margin:24px;--grid-desktop-gutter:24px;--grid-wide-viewport:1366px;--grid-wide-column:12;--grid-wide-margin:32px;--grid-wide-gutter:32px}:root{--myz-blue:#0056c1;--myz-blue-dark:#003476;--myz-blue-light:#1973e1;--myz-blue-lighter:#e1f0ff;--myz-red:#e2001a;--myz-red-dark:#80000f;--myz-red-light:#ff808e;--accent:#add2ff;--accent-dark:#78b5ff;--accent-light:#d0e9ff;--accent-lighter:#ebf4ff;--bg-grey-050:#f6f6f6;--bg-grey-200:#e6e6e6;--bg-grey-700:#676b6f;--bg-grey-800:#424548;--bg-grey-900:#333333;--bg-white:#ffffff;--bg-neutral-100:#e8ebee;--bg-neutral-150:#d9dee3;--bg-neutral-200:#cad1d8;--bg-neutral-300:#aeb8c2;--bg-neutral-400:#919eac;--bg-neutral-500:#738596;--bg-neutral-600:#5c6b7a;--bg-neutral-700:#46525d;--bg-neutral-800:#303840;--status-error-red:#dc3122;--status-error-red-dark:#7e0a00;--status-error-red-light:#ff9c9c;--status-error-red-lighter:#fdefee;--status-warning-yellow:#f6bb3b;--status-warning-yellow-dark:#85641a;--status-warning-yellow-light:#fee17f;--status-warning-yellow-lighter:#fbf4e6;--status-success-green:#417505;--status-success-green-dark:#233a00;--status-success-green-light:#95d150;--status-success-green-lighter:#effce0;--text-grey-800:#424548;--text-grey-700:#676b6f;--text-grey-200:#e6e6e6;--text-grey-050:#f6f6f6;--text-white:#ffffff}:root{--border-base:2px;--border-size-small:1px;--radius-base:4px;--border-radius-base:4px;--border-radius-min:0;--border-radius-max:100%}:root{--shadow-inset-2:inset 0 2px 4px 0 rgba(66, 69, 72, 0.35);--shadow-inset-4:inset 0 4px 8px 0 rgba(66, 69, 72, 0.35);--shadow-0:0 0 0 0 rgba(66, 69, 72, 0.40);--shadow-1:0 1px 2px 0 rgba(66, 69, 72, 0.40);--shadow-2:0 2px 4px 0 rgba(66, 69, 72, 0.40);--shadow-3:0 3px 6px 0 rgba(66, 69, 72, 0.40);--shadow-4:0 4px 8px 0 rgba(66, 69, 72, 0.40);--shadow-6:0 6px 12px 0 rgba(66, 69, 72, 0.40);--shadow-8:0 8px 16px 0 rgba(66, 69, 72, 0.40);--shadow-12:0 12px 24px 0 rgba(66, 69, 72, 0.35);--shadow-16:0 16px 32px 0 rgba(66, 69, 72, 0.35);--shadow-24:0 24px 48px 0 rgba(66, 69, 72, 0.35)}:root{--basex1:var(--space-unit);--basex2:calc(var(--space-unit) * 2);--basex3:calc(var(--space-unit) * 3);--basex4:calc(var(--space-unit) * 4);--basex5:calc(var(--space-unit) * 5);--basex6:calc(var(--space-unit) * 6);--basex7:calc(var(--space-unit) * 7);--basex8:calc(var(--space-unit) * 8);--half-x1:calc(var(--space-unit) * .5);--half-x3:calc(var(--space-unit) * 1.5);--half-x5:calc(var(--space-unit) * 2.5);--half-x7:calc(var(--space-unit) * 3.5);--half-x9:calc(var(--space-unit) * 4.5);--half-x11:calc(var(--space-unit) * 5.5);--half-x13:calc(var(--space-unit) * 6.5);--half-x14:calc(var(--space-unit) * 7.5)}:root{--color-background:var(--gray50);--color-primary01:var(--blue500);--color-primary02:var(--blue500);--color-primary03:var(--blue50);--color-secondary01:var(--blue500);--color-secondary02:var(--red500);--color-secondary03:var(--red500);--color-danger01:var(--color-error-default);--color-danger02:var(--color-error-default);--color-error01:var(--color-error-default);--color-error02:var(--red800);--color-error-inverse:var(--red50);--color-text-error:var(--color-error-default);--color-success01:var(--color-success-default);--color-success02:var(--green800);--color-text-success:var(--color-success-default);--color-success-inverse:var(--green50);--color-warning01:var(--color-warning-default);--color-warning02:var(--yellow800);--color-text-warning:var(--color-warning-default);--color-warning-inverse:var(--yellow50);--color-surface01:var(--color-white);--color-surface02:var(--gray50);--color-surface03:var(--gray200);--color-surface04:var(--gray700);--color-surface05:var(--gray800);--color-text01:var(--gray800);--color-text02:var(--gray800);--color-text03:var(--gray300);--color-text04:var(--color-white);--color-text05:var(--gray600);--color-text-inverse:var(--color-white);--color-icon01:var(--blue500);--color-icon02:var(--gray800);--color-icon03:var(--color-white);--color-input-field01:var(--color-white);--color-input-field02:var(--color-white);--color-hover-primary:var(--blue800);--color-hover-primary-text:var(--color-black);--color-hover-secondary:var(--blue800);--color-hover-tertiary:var(--blue800);--color-hover-surface:var(--gray300);--color-hover-light:var(--blue400);--color-hover-danger:var(--red800);--color-active-primary:var(--blue800);--color-active-secondary:var(--blue800);--color-active-tertiary:var(--blue800);--color-active-surface:var(--gray300);--color-active-light:var(--blue400);--color-pressed-primary:var(--blue400);--color-pressed-secondary:var(--red400);--color-selected-surface:var(--gray300);--color-selected-light:var(--gray300);--color-highlight:var(--blue100);--color-ghost01:var(--gray300);--color-ghost02:var(--gray500);--color-disabled01:var(--gray200);--color-disabled02:var(--gray700);--color-disabled03:var(--gray500);--shadow-focus-primary:0 0 2px 2px var(--color-highlight);--color-link-primary:var(--blue500);--color-hover-link:var(--blue800);--color-active-link:var(--blue800);--color-pressed-link:var(--blue400);--color-visited-link:var(--blue800);--color-inverse-link:var(--color-white);--color-inverse-hover-link:var(--color-white);--color-inverse-active-link:var(--color-white);--color-inverse-pressed-link:var(--color-white);--color-inverse-visited-link:var(--gray300)}.theme-black-yellow{--color-primary01:var(--gray950);--color-primary02:var(--color-white);--color-primary03:var(--gray100);--color-secondary01:var(--yellow500);--color-secondary02:var(--yellow500);--color-secondary03:var(--yellow500);--color-text01:var(--gray950);--color-text-inverse:var(--color-white);--color-icon01:var(--gray950);--color-active-primary:var(--gray800);--color-pressed-primary:var(--gray800);--color-hover-primary:var(--gray800);--color-hover-secondary:var(--gray950);--color-hover-tertiary:var(--gray950);--color-hover-primary-text:var(--gray950)}
@@ -1 +0,0 @@
1
- import{r as t,c as o,h as e,g as i}from"./p-904a85e4.js";const r=class{constructor(e){t(this,e),this.emitSelected=o(this,"selected",7),this.selected=!1,this.disabled=!1,this.orientation="horizontal",this.size="big"}onFocus(){this.host.scrollIntoView({behavior:"smooth",block:"nearest",inline:"nearest"})}onClick(){this.disabled||(this.selected=!0)}onSelected(){this.selected&&this.emitSelected.emit()}render(){return e("button",{disabled:this.disabled,role:"tab"},e("slot",{name:"icon"}),"horizontal"===this.orientation&&e("slot",{name:"label"}))}get host(){return i(this)}static get watchers(){return{selected:["onSelected"]}}};r.style="button{position:relative;z-index:0;display:flex;align-items:center;justify-content:center;width:100%;margin:0;padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 5);background-color:unset;text-align:center;font-size:inherit;font-family:var(--font-family-sans);line-height:inherit;letter-spacing:inherit;white-space:nowrap;color:var(--color-primary01);fill:currentColor;border:none;border-radius:var(--border-no-radius);outline:none;cursor:pointer}*::before,*::after{box-sizing:border-box}:host(:hover:not([disabled])) button,:host([selected]) button{color:var(--color-hover-secondary);fill:currentColor}:host(:hover:not([disabled])) button::after,:host([selected]) button::after{content:'';position:absolute;background-color:var(--color-hover-secondary)}:host([orientation='horizontal']:not([disabled]):hover) button::after,:host([orientation='horizontal'][selected]) button::after{bottom:0;left:0;width:100%;height:var(--border-size-large)}:host([orientation='horizontal']) ::slotted(z-icon){margin-right:var(--space-unit)}:host(:hover:not([disabled])) button{background-color:var(--color-background)}button:focus:focus-visible{box-shadow:var(--shadow-focus-primary)}:host([disabled]) button{pointer-events:all;cursor:not-allowed;color:var(--gray500);fill:currentColor}:host([size='small']) button{font-size:var(--font-size-2);line-height:1.4;letter-spacing:0.16px}:host([size='small'][orientation='horizontal']) button{padding:var(--space-unit) calc(var(--space-unit) * 2)}:host([size='small'][orientation='horizontal']:not([disabled]):hover) button::after,:host([size='small'][orientation='horizontal'][selected]) button::after{height:var(--border-size-medium)}:host([size='small']:not([orientation='vertical'])) ::slotted(z-icon){--z-icon-width:14px;--z-icon-height:14px}:host([orientation='vertical']) button{padding:calc(var(--space-unit) * 3) calc(var(--space-unit) * 2)}:host([orientation='vertical']:hover:not([disabled])) button::after,:host([orientation='vertical'][selected]) button::after{width:var(--border-size-large);height:100%;top:0;right:0}:host([orientation='vertical']) ::slotted([slot='label']){display:none}::slotted(z-icon){--z-icon-width:calc(var(--space-unit) * 2);--z-icon-height:calc(var(--space-unit) * 2);margin:0}";export{r as z_navigation_tab}
@@ -1 +0,0 @@
1
- import{r as i,c as t,h as n}from"./p-904a85e4.js";import{o as e}from"./p-8dfa676e.js";import{h as s}from"./p-feb1a4a6.js";import"./p-d69e14fb.js";const o=class{constructor(n){i(this,n),this.flipCard=t(this,"flipCard",7),this.htmltabindex=0,this.hiddenContent=!1,this.tooltip=!1,this.emitFlipCard=this.emitFlipCard.bind(this)}emitFlipCard(i=!1){this.flipCard.emit(i)}componentWillLoad(){this.setStringOrArray()}componentWillUpdate(){this.setStringOrArray()}componentDidRender(){this.handleContentHeight()}handleContentHeight(){return(this.contentWrapper||this.infoWrapper)&&(this.contentWrapper.scrollHeight>this.contentWrapper.offsetHeight||this.infoWrapper.scrollHeight>this.infoWrapper.offsetHeight)?(this.infoWrapper.style.height=this.contentWrapper.offsetHeight-this.onlineLicenseWrapper.offsetHeight-this.offlineLicenseWrapper.offsetHeight+"px",this.hiddenContent=!0):this.hiddenContent=!1}setStringOrArray(){this.cardData="string"==typeof this.data?JSON.parse(this.data):this.data}renderCloseIcon(){return n("z-icon",{name:"multiply-circled-filled",height:18,width:18,onClick:()=>this.emitFlipCard(!1),tabindex:this.htmltabindex,onKeyUp:i=>{s(i,this.emitFlipCard,!1)}})}renderGeneralSection(){var i,t;const e=null===(i=null==this?void 0:this.cardData)||void 0===i?void 0:i.title,s=null===(t=null==this?void 0:this.cardData)||void 0===t?void 0:t.description;return n("section",{class:"info-wrapper "+(this.hiddenContent?"hidden":""),onClick:()=>{this.hiddenContent&&(this.tooltip=!this.tooltip)},ref:i=>this.infoWrapper=i},this.renderAuthor(),this.renderYear(),e,n("br",null),s)}renderAuthor(){var i;const t=null===(i=null==this?void 0:this.cardData)||void 0===i?void 0:i.author;return t?n("span",null,"Autore: ",n("b",null,t),n("br",null)):null}renderYear(){var i;const t=null===(i=null==this?void 0:this.cardData)||void 0===i?void 0:i.year;return t?n("span",null,"Anno: ",n("b",null,t),n("br",null)):null}renderTooltip(){if(!this.tooltip)return;if(!this.cardData)return;const{title:i,year:t,author:s,description:o}=this.cardData;return n("z-tooltip",{content:`${i} ${t} ${s} ${o}`,type:e.RIGHT,onClick:()=>this.tooltip=!1})}setExpirationLicenseMessage(i){return"online"===i&&this.cardData.onlineLicense.expired||"offline"===i&&this.cardData.offlineLicense.expired?n("span",{class:"expired"},"SCADUTA"):"online"===i&&this.cardData.onlineLicense.expiring||"offline"===i&&this.cardData.offlineLicense.expiring?n("span",{class:"expiring"},"IN SCADENZA"):void 0}renderOnlineLicenseSection(){var i;if(null===(i=null==this?void 0:this.cardData)||void 0===i?void 0:i.onlineLicense)return n("section",{ref:i=>this.onlineLicenseWrapper=i},n("span",{class:"license-heading"},n("span",null,"Licenza online"),this.setExpirationLicenseMessage("online")),"Scadenza il ",n("b",null,this.cardData.onlineLicense.expiration),n("br",null))}renderOfflineLicenseSection(){var i;if(null===(i=null==this?void 0:this.cardData)||void 0===i?void 0:i.offlineLicense)return n("section",{ref:i=>this.offlineLicenseWrapper=i},n("span",{class:"license-heading"},n("span",null,"Licenza offline"),this.setExpirationLicenseMessage("offline")),"Scadenza il ",n("b",null,this.cardData.offlineLicense.expiration),n("br",null),"Installazioni disponibili:"," ",n("b",null,this.cardData.offlineLicense.installations))}render(){return n("div",null,this.renderCloseIcon(),n("div",{class:"content-wrapper",ref:i=>this.contentWrapper=i},this.renderGeneralSection(),this.renderTooltip(),this.renderOnlineLicenseSection(),this.renderOfflineLicenseSection()),n("div",{class:"cta-wrapper"},n("slot",null)))}};o.style=':host{font-family:var(--font-family-sans);font-weight:var(--font-rg);width:100%}:host>div{background:var(--color-surface01);width:calc(100% + calc(var(--space-unit) * 2));margin-left:calc(-1 * var(--space-unit));height:402px;border:var(--border-size-small) solid var(--color-primary01);box-shadow:0px 2px 4px 0px rgba(66, 69, 72, 0.35);border-radius:0px;box-sizing:border-box;padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 3);position:relative}:host>div>z-icon{fill:var(--color-primary01);cursor:pointer;position:absolute;top:var(--space-unit);right:var(--space-unit)}:host>div{display:grid}:host>div>div.cta-wrapper{align-self:end;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between}:host>div>div.content-wrapper{overflow:hidden;position:relative;align-self:stretch}:host>div>div.content-wrapper>section{border-bottom:var(--border-size-small) solid var(--color-surface04);color:var(--color-surface05);padding:var(--space-unit) 0;font-size:14px;line-height:20px;box-sizing:border-box}:host>div>div.content-wrapper>section:last-child{border-bottom:none}:host>div>div.content-wrapper>section.info-wrapper{position:relative;overflow:hidden;box-sizing:border-box}:host>div>div.content-wrapper>section.info-wrapper.hidden:after{background:linear-gradient(\n 180deg,\n rgba(255, 0, 0, 0),\n rgba(255, 0, 0, 0) 60%,\n white\n );content:"";position:absolute;pointer-events:none;top:0;left:0;right:0;bottom:0}:host>div>div.content-wrapper>section>span.license-heading{display:flex;justify-content:space-between}:host>div>div.content-wrapper>section>span.license-heading>span.expired{color:var(--color-secondary02);font-size:12px;font-weight:600}:host>div>div.content-wrapper>section>span.license-heading>span.expiring{color:var(--color-warning01);font-size:12px;font-weight:600}:host>div>div.content-wrapper>z-tooltip{position:absolute;top:0px;left:calc(var(--space-unit) * 4)}';export{o as z_myz_card_info}
@@ -1 +0,0 @@
1
- import{k as t,D as n}from"./p-8dfa676e.js";import{t as r,m as a}from"./p-d69e14fb.js";function u(){return Math.random().toString(36).replace("0.","")}function e(n,r,...a){n.keyCode!==t.ENTER&&n.keyCode!==t.SPACE||(n.preventDefault(),r(...a))}function s(t=null){return t||(t=document.activeElement),t&&t.shadowRoot&&t.shadowRoot.activeElement?s(t=t.shadowRoot.activeElement):t}function o(t,n=[]){return n.push(t),t.parentElement?o(t=t.parentElement,n):t.parentNode&&t.parentNode.host?o(t=t.parentNode.host,n):n}function c(){switch(!0){case window.innerWidth<=a:return n.mobile;case window.innerWidth<=r:return n.tablet;default:return n.desktop}}function f(t){try{return JSON.parse(t)}catch(t){return!1}}function i(t){const n=Math.ceil(2**31-1)*parseFloat(`0.${t}`);let r=Math.ceil(n%1*19);return 0===r&&(r=1),`avatar-C${r.toString().padStart(2,"0")}`}export{s as a,f as b,i as c,c as d,o as g,e as h,u as r}