@zanichelli/albe-web-components 2.36.3 → 2.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (245) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist/cjs/{index-3735f277.js → index-dcab1bda.js} +6 -0
  3. package/dist/cjs/index.cjs.js +2 -2
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/{utils-6a2c0eab.js → utils-971854fc.js} +1 -1
  6. package/dist/cjs/web-components-library.cjs.js +1 -1
  7. package/dist/cjs/z-app-switcher.cjs.entry.js +1 -1
  8. package/dist/cjs/z-app-topbar.cjs.entry.js +1 -1
  9. package/dist/cjs/z-aria-alert.cjs.entry.js +1 -1
  10. package/dist/cjs/z-avatar.cjs.entry.js +1 -1
  11. package/dist/cjs/z-body_2.cjs.entry.js +40 -0
  12. package/dist/cjs/z-button-filter_5.cjs.entry.js +2 -2
  13. package/dist/cjs/z-button.cjs.entry.js +39 -0
  14. package/dist/cjs/z-card.cjs.entry.js +14 -3
  15. package/dist/cjs/z-carousel.cjs.entry.js +19 -0
  16. package/dist/cjs/z-chip.cjs.entry.js +15 -5
  17. package/dist/cjs/z-combobox.cjs.entry.js +2 -2
  18. package/dist/cjs/z-contextual-menu.cjs.entry.js +1 -1
  19. package/dist/cjs/z-cookiebar.cjs.entry.js +1 -1
  20. package/dist/cjs/z-divider.cjs.entry.js +1 -1
  21. package/dist/cjs/z-footer.cjs.entry.js +1 -1
  22. package/dist/cjs/z-icon.cjs.entry.js +28 -0
  23. package/dist/cjs/z-list_3.cjs.entry.js +1 -1
  24. package/dist/cjs/z-menu-dropdown_2.cjs.entry.js +2 -2
  25. package/dist/cjs/z-messages-pocket.cjs.entry.js +1 -1
  26. package/dist/cjs/z-modal-login.cjs.entry.js +1 -1
  27. package/dist/cjs/z-myz-card-alert.cjs.entry.js +1 -1
  28. package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +1 -1
  29. package/dist/cjs/z-myz-card-footer.cjs.entry.js +1 -1
  30. package/dist/cjs/z-myz-card-info.cjs.entry.js +2 -2
  31. package/dist/cjs/z-myz-card_4.cjs.entry.js +1 -1
  32. package/dist/cjs/z-myz-list-item.cjs.entry.js +2 -2
  33. package/dist/cjs/z-myz-topbar.cjs.entry.js +1 -1
  34. package/dist/cjs/z-navigation-tabs.cjs.entry.js +1 -1
  35. package/dist/cjs/z-notification.cjs.entry.js +1 -1
  36. package/dist/cjs/z-otp.cjs.entry.js +1 -1
  37. package/dist/cjs/z-pagination-bar.cjs.entry.js +2 -2
  38. package/dist/cjs/z-pocket_3.cjs.entry.js +2 -2
  39. package/dist/cjs/z-popover.cjs.entry.js +125 -0
  40. package/dist/cjs/z-slideshow.cjs.entry.js +2 -2
  41. package/dist/cjs/z-status-tag.cjs.entry.js +1 -1
  42. package/dist/cjs/z-table-body.cjs.entry.js +24 -0
  43. package/dist/cjs/z-table-cell.cjs.entry.js +36 -0
  44. package/dist/cjs/z-table-empty-box.cjs.entry.js +32 -0
  45. package/dist/cjs/z-table-head.cjs.entry.js +23 -0
  46. package/dist/cjs/z-table-header-row.cjs.entry.js +22 -0
  47. package/dist/cjs/z-table-header.cjs.entry.js +88 -0
  48. package/dist/cjs/z-table-row.cjs.entry.js +43 -0
  49. package/dist/cjs/z-table-sticky-footer.cjs.entry.js +19 -0
  50. package/dist/cjs/z-table.cjs.entry.js +82 -0
  51. package/dist/cjs/z-toast-notification-list.cjs.entry.js +1 -1
  52. package/dist/cjs/z-toast-notification.cjs.entry.js +1 -1
  53. package/dist/cjs/z-tooltip.cjs.entry.js +1 -1
  54. package/dist/collection/beans/index.js +6 -0
  55. package/dist/collection/collection-manifest.json +1 -0
  56. package/dist/collection/components/buttons/z-chip/index.js +78 -7
  57. package/dist/collection/components/buttons/z-chip/styles.css +66 -0
  58. package/dist/collection/components/z-card/index.js +36 -7
  59. package/dist/collection/components/z-card/styles.css +26 -4
  60. package/dist/collection/components/z-carousel/index.js +19 -0
  61. package/dist/collection/components/z-carousel/styles.css +27 -0
  62. package/dist/esm/{index-f928c852.js → index-6b86a3f1.js} +7 -1
  63. package/dist/esm/index.js +2 -2
  64. package/dist/esm/loader.js +1 -1
  65. package/dist/esm/{utils-a219c3d4.js → utils-351595e0.js} +2 -2
  66. package/dist/esm/web-components-library.js +1 -1
  67. package/dist/esm/z-app-switcher.entry.js +1 -1
  68. package/dist/esm/z-app-topbar.entry.js +1 -1
  69. package/dist/esm/z-aria-alert.entry.js +1 -1
  70. package/dist/esm/z-avatar.entry.js +1 -1
  71. package/dist/esm/z-body_2.entry.js +35 -0
  72. package/dist/esm/z-button-filter_5.entry.js +2 -2
  73. package/dist/esm/z-button.entry.js +35 -0
  74. package/dist/esm/z-card.entry.js +14 -3
  75. package/dist/esm/z-carousel.entry.js +15 -0
  76. package/dist/esm/z-chip.entry.js +16 -6
  77. package/dist/esm/z-combobox.entry.js +2 -2
  78. package/dist/esm/z-contextual-menu.entry.js +1 -1
  79. package/dist/esm/z-cookiebar.entry.js +1 -1
  80. package/dist/esm/z-divider.entry.js +1 -1
  81. package/dist/esm/z-footer.entry.js +1 -1
  82. package/dist/esm/z-icon.entry.js +24 -0
  83. package/dist/esm/z-list_3.entry.js +1 -1
  84. package/dist/esm/z-menu-dropdown_2.entry.js +2 -2
  85. package/dist/esm/z-messages-pocket.entry.js +1 -1
  86. package/dist/esm/z-modal-login.entry.js +1 -1
  87. package/dist/esm/z-myz-card-alert.entry.js +1 -1
  88. package/dist/esm/z-myz-card-dictionary.entry.js +1 -1
  89. package/dist/esm/z-myz-card-footer.entry.js +1 -1
  90. package/dist/esm/z-myz-card-info.entry.js +2 -2
  91. package/dist/esm/z-myz-card_4.entry.js +1 -1
  92. package/dist/esm/z-myz-list-item.entry.js +2 -2
  93. package/dist/esm/z-myz-topbar.entry.js +1 -1
  94. package/dist/esm/z-navigation-tabs.entry.js +1 -1
  95. package/dist/esm/z-notification.entry.js +1 -1
  96. package/dist/esm/z-otp.entry.js +1 -1
  97. package/dist/esm/z-pagination-bar.entry.js +2 -2
  98. package/dist/esm/z-pocket_3.entry.js +2 -2
  99. package/dist/esm/z-popover.entry.js +121 -0
  100. package/dist/esm/z-slideshow.entry.js +2 -2
  101. package/dist/esm/z-status-tag.entry.js +1 -1
  102. package/dist/esm/z-table-body.entry.js +20 -0
  103. package/dist/esm/z-table-cell.entry.js +32 -0
  104. package/dist/esm/z-table-empty-box.entry.js +28 -0
  105. package/dist/esm/z-table-head.entry.js +19 -0
  106. package/dist/esm/z-table-header-row.entry.js +18 -0
  107. package/dist/esm/z-table-header.entry.js +84 -0
  108. package/dist/esm/z-table-row.entry.js +39 -0
  109. package/dist/esm/z-table-sticky-footer.entry.js +15 -0
  110. package/dist/esm/z-table.entry.js +78 -0
  111. package/dist/esm/z-toast-notification-list.entry.js +1 -1
  112. package/dist/esm/z-toast-notification.entry.js +1 -1
  113. package/dist/esm/z-tooltip.entry.js +1 -1
  114. package/dist/types/beans/index.d.ts +6 -1
  115. package/dist/types/components/buttons/z-chip/index.d.ts +6 -0
  116. package/dist/types/components/z-card/index.d.ts +7 -1
  117. package/dist/types/components/z-carousel/index.d.ts +8 -0
  118. package/dist/types/components.d.ts +28 -1
  119. package/dist/web-components-library/index.esm.js +1 -1
  120. package/dist/web-components-library/{p-2df1936a.entry.js → p-02796506.entry.js} +1 -1
  121. package/dist/web-components-library/p-1094e4de.entry.js +1 -0
  122. package/dist/web-components-library/{p-306c18e8.entry.js → p-209cc06f.entry.js} +1 -1
  123. package/dist/web-components-library/{p-ded3311b.entry.js → p-28b18ca4.entry.js} +1 -1
  124. package/dist/web-components-library/p-3241471c.entry.js +1 -0
  125. package/dist/web-components-library/p-3b3cb18b.entry.js +1 -0
  126. package/dist/web-components-library/{p-aba4e402.entry.js → p-3d8b00fd.entry.js} +1 -1
  127. package/dist/web-components-library/{p-dedd49a7.entry.js → p-41f6c8c4.entry.js} +1 -1
  128. package/dist/web-components-library/p-4665d79f.entry.js +1 -0
  129. package/dist/web-components-library/p-48e0a763.entry.js +1 -0
  130. package/dist/web-components-library/p-4c1dc891.entry.js +1 -0
  131. package/dist/web-components-library/{p-46409367.entry.js → p-4c8e6232.entry.js} +1 -1
  132. package/dist/web-components-library/{p-5f30cea7.entry.js → p-509408f3.entry.js} +1 -1
  133. package/dist/web-components-library/p-597e767a.entry.js +1 -0
  134. package/dist/web-components-library/{p-a3fda8d7.entry.js → p-5d4bb66b.entry.js} +1 -1
  135. package/dist/web-components-library/{p-0fee9636.entry.js → p-5ee63e7f.entry.js} +1 -1
  136. package/dist/web-components-library/p-6934ea47.js +1 -0
  137. package/dist/web-components-library/{p-5ab81e9b.entry.js → p-71bb86a8.entry.js} +1 -1
  138. package/dist/web-components-library/p-733ba674.entry.js +1 -0
  139. package/dist/web-components-library/{p-fe3ab113.entry.js → p-74217d44.entry.js} +1 -1
  140. package/{www/build/p-e21ba6cb.entry.js → dist/web-components-library/p-7ce4db78.entry.js} +1 -1
  141. package/dist/web-components-library/{p-19784323.entry.js → p-8923f36d.entry.js} +1 -1
  142. package/dist/web-components-library/{p-33dc4f06.entry.js → p-89dbe6e9.entry.js} +1 -1
  143. package/dist/web-components-library/p-8c9e3bb8.entry.js +1 -0
  144. package/dist/web-components-library/p-8deddec7.entry.js +1 -0
  145. package/dist/web-components-library/{p-6a555104.entry.js → p-913cd0da.entry.js} +1 -1
  146. package/dist/web-components-library/{p-57ca60ca.entry.js → p-98a7eedb.entry.js} +1 -1
  147. package/dist/web-components-library/p-9af1322d.entry.js +1 -0
  148. package/dist/web-components-library/{p-42bbbe45.entry.js → p-9b2f8028.entry.js} +1 -1
  149. package/{www/build/p-94a60282.entry.js → dist/web-components-library/p-a0b11f65.entry.js} +1 -1
  150. package/dist/web-components-library/p-a3a64dc8.entry.js +1 -0
  151. package/dist/web-components-library/{p-d4ada94b.entry.js → p-a4fe497a.entry.js} +1 -1
  152. package/dist/web-components-library/{p-065c2661.entry.js → p-ba1db0fc.entry.js} +1 -1
  153. package/dist/web-components-library/{p-d41a8631.entry.js → p-bd717ced.entry.js} +1 -1
  154. package/dist/web-components-library/{p-44904136.entry.js → p-beda87c3.entry.js} +1 -1
  155. package/dist/web-components-library/{p-45352dbd.entry.js → p-bf4539a7.entry.js} +1 -1
  156. package/dist/web-components-library/{p-9cf0c400.entry.js → p-c6265fbb.entry.js} +1 -1
  157. package/dist/web-components-library/p-c8f19ca8.entry.js +1 -0
  158. package/dist/web-components-library/{p-8bb0c86d.entry.js → p-d1a52660.entry.js} +1 -1
  159. package/dist/web-components-library/p-d4c4b90a.entry.js +1 -0
  160. package/dist/web-components-library/p-d945c8d2.js +1 -0
  161. package/dist/web-components-library/p-ddc3c8c2.entry.js +1 -0
  162. package/dist/web-components-library/{p-72768e3c.entry.js → p-ded374d7.entry.js} +1 -1
  163. package/dist/web-components-library/{p-b725af3c.entry.js → p-e55fc434.entry.js} +1 -1
  164. package/dist/web-components-library/{p-8157eea6.entry.js → p-e6b971b9.entry.js} +1 -1
  165. package/dist/web-components-library/p-e84d871b.entry.js +1 -0
  166. package/dist/web-components-library/p-e9be115a.entry.js +1 -0
  167. package/dist/web-components-library/{p-f7ac7835.entry.js → p-ea84969a.entry.js} +1 -1
  168. package/dist/web-components-library/p-f7b1dc68.entry.js +1 -0
  169. package/dist/web-components-library/web-components-library.esm.js +1 -1
  170. package/package.json +1 -1
  171. package/react/components.d.ts +1 -0
  172. package/react/components.js +3 -2
  173. package/react/components.js.map +1 -1
  174. package/www/build/index.esm.js +1 -1
  175. package/www/build/{p-2df1936a.entry.js → p-02796506.entry.js} +1 -1
  176. package/www/build/p-1094e4de.entry.js +1 -0
  177. package/www/build/{p-306c18e8.entry.js → p-209cc06f.entry.js} +1 -1
  178. package/www/build/{p-ded3311b.entry.js → p-28b18ca4.entry.js} +1 -1
  179. package/www/build/p-3241471c.entry.js +1 -0
  180. package/www/build/p-3b3cb18b.entry.js +1 -0
  181. package/www/build/{p-aba4e402.entry.js → p-3d8b00fd.entry.js} +1 -1
  182. package/www/build/{p-dedd49a7.entry.js → p-41f6c8c4.entry.js} +1 -1
  183. package/www/build/p-4665d79f.entry.js +1 -0
  184. package/www/build/p-48e0a763.entry.js +1 -0
  185. package/www/build/p-4c1dc891.entry.js +1 -0
  186. package/www/build/{p-46409367.entry.js → p-4c8e6232.entry.js} +1 -1
  187. package/www/build/{p-5f30cea7.entry.js → p-509408f3.entry.js} +1 -1
  188. package/www/build/p-597e767a.entry.js +1 -0
  189. package/www/build/{p-a3fda8d7.entry.js → p-5d4bb66b.entry.js} +1 -1
  190. package/www/build/{p-0fee9636.entry.js → p-5ee63e7f.entry.js} +1 -1
  191. package/www/build/p-6934ea47.js +1 -0
  192. package/www/build/p-69f277e5.js +1 -0
  193. package/www/build/{p-5ab81e9b.entry.js → p-71bb86a8.entry.js} +1 -1
  194. package/www/build/p-733ba674.entry.js +1 -0
  195. package/www/build/{p-fe3ab113.entry.js → p-74217d44.entry.js} +1 -1
  196. package/{dist/web-components-library/p-e21ba6cb.entry.js → www/build/p-7ce4db78.entry.js} +1 -1
  197. package/www/build/{p-19784323.entry.js → p-8923f36d.entry.js} +1 -1
  198. package/www/build/{p-33dc4f06.entry.js → p-89dbe6e9.entry.js} +1 -1
  199. package/www/build/p-8c9e3bb8.entry.js +1 -0
  200. package/www/build/p-8deddec7.entry.js +1 -0
  201. package/www/build/{p-6a555104.entry.js → p-913cd0da.entry.js} +1 -1
  202. package/www/build/{p-57ca60ca.entry.js → p-98a7eedb.entry.js} +1 -1
  203. package/www/build/p-9af1322d.entry.js +1 -0
  204. package/www/build/{p-42bbbe45.entry.js → p-9b2f8028.entry.js} +1 -1
  205. package/{dist/web-components-library/p-94a60282.entry.js → www/build/p-a0b11f65.entry.js} +1 -1
  206. package/www/build/p-a3a64dc8.entry.js +1 -0
  207. package/www/build/{p-d4ada94b.entry.js → p-a4fe497a.entry.js} +1 -1
  208. package/www/build/{p-065c2661.entry.js → p-ba1db0fc.entry.js} +1 -1
  209. package/www/build/{p-d41a8631.entry.js → p-bd717ced.entry.js} +1 -1
  210. package/www/build/{p-44904136.entry.js → p-beda87c3.entry.js} +1 -1
  211. package/www/build/{p-45352dbd.entry.js → p-bf4539a7.entry.js} +1 -1
  212. package/www/build/{p-9cf0c400.entry.js → p-c6265fbb.entry.js} +1 -1
  213. package/www/build/p-c8f19ca8.entry.js +1 -0
  214. package/www/build/{p-8bb0c86d.entry.js → p-d1a52660.entry.js} +1 -1
  215. package/www/build/p-d4c4b90a.entry.js +1 -0
  216. package/www/build/p-d945c8d2.js +1 -0
  217. package/www/build/p-ddc3c8c2.entry.js +1 -0
  218. package/www/build/{p-72768e3c.entry.js → p-ded374d7.entry.js} +1 -1
  219. package/www/build/{p-b725af3c.entry.js → p-e55fc434.entry.js} +1 -1
  220. package/www/build/{p-8157eea6.entry.js → p-e6b971b9.entry.js} +1 -1
  221. package/www/build/p-e84d871b.entry.js +1 -0
  222. package/www/build/p-e9be115a.entry.js +1 -0
  223. package/www/build/{p-f7ac7835.entry.js → p-ea84969a.entry.js} +1 -1
  224. package/www/build/p-ea943cbd.css +1 -0
  225. package/www/build/p-f7b1dc68.entry.js +1 -0
  226. package/www/build/web-components-library.esm.js +1 -1
  227. package/www/index.html +17 -29
  228. package/dist/cjs/z-body_14.cjs.entry.js +0 -513
  229. package/dist/esm/z-body_14.entry.js +0 -496
  230. package/dist/web-components-library/p-3dce95ce.js +0 -1
  231. package/dist/web-components-library/p-795f0a47.entry.js +0 -1
  232. package/dist/web-components-library/p-9f241f4c.js +0 -1
  233. package/dist/web-components-library/p-b18566a3.entry.js +0 -1
  234. package/dist/web-components-library/p-b36031be.entry.js +0 -1
  235. package/dist/web-components-library/p-ece1037e.entry.js +0 -1
  236. package/dist/web-components-library/p-f8446b1e.entry.js +0 -1
  237. package/www/build/p-3dce95ce.js +0 -1
  238. package/www/build/p-795f0a47.entry.js +0 -1
  239. package/www/build/p-97a11655.css +0 -789
  240. package/www/build/p-9f241f4c.js +0 -1
  241. package/www/build/p-ad764532.js +0 -122
  242. package/www/build/p-b18566a3.entry.js +0 -1
  243. package/www/build/p-b36031be.entry.js +0 -1
  244. package/www/build/p-ece1037e.entry.js +0 -1
  245. package/www/build/p-f8446b1e.entry.js +0 -1
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-3735f277.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
7
 
8
8
  const stylesCss = ".sc-z-divider-h{display:block;padding:0;margin:0}.divider-horizontal.sc-z-divider-h{width:100%}.divider-vertical.sc-z-divider-h{height:100%}.divider-small.divider-horizontal.sc-z-divider-h{height:var(--border-size-small)}.divider-medium.divider-horizontal.sc-z-divider-h{height:var(--border-size-medium)}.divider-large.divider-horizontal.sc-z-divider-h{height:var(--border-size-large)}.divider-small.divider-vertical.sc-z-divider-h{width:var(--border-size-small)}.divider-medium.divider-vertical.sc-z-divider-h{width:var(--border-size-medium)}.divider-large.divider-vertical.sc-z-divider-h{width:var(--border-size-large)}";
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-3735f277.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
7
 
8
8
  const stylesCss = ":host{width:100%}footer{width:auto;height:auto;box-sizing:border-box;font-family:var(--font-family-sans);font-size:13px;padding:var(--space-unit) 0;background-color:var(--gray900);color:var(--gray50)}footer *{box-sizing:border-box}footer>section>div{display:grid}#top{padding:0 calc(var(--space-unit) * 2)}#bottom{width:auto;height:auto;margin:0;padding:0 calc(var(--space-unit) * 2);white-space:pre-line;font-size:12px}#bottom>div{display:grid;grid-template-columns:1fr}#bottom>div>div.item{display:flex;flex-direction:column;align-items:flex-start;grid-column:span 1;height:auto;width:auto;padding:calc(var(--space-unit) * 2) 0}#bottom>div>div.item:nth-child(1){order:2}#bottom>div>div.item:nth-child(2){order:1;border-bottom:1px solid var(--gray50)}#bottom>div>div.item>div.social{display:grid;grid-template-columns:repeat(5, 1fr);grid-template-rows:repeat(auto-fill, 24px);column-gap:12px;padding:0;margin-bottom:0px}#bottom>div>div.bottom-links{display:none}#bottom>div>div.item>p{margin:var(--space-unit) 0;padding:var(--space-unit) 0}#bottom>div>div.item>p:first-child{margin-top:0}#bottom>div>div.item>p:last-child{margin-bottom:0}#bottom>div>div.logo>p>span{display:block}#extension{padding:0 calc(var(--space-unit) * 2)}#extension>div{display:grid;grid-template-columns:1fr;grid-row-gap:var(--space-unit);align-items:center}#extension z-divider{margin-top:var(--space-unit)}#extension z-button{margin-left:var(--space-unit)}div.limited-width{margin:auto;max-width:var(--mw)}@media only screen and (min-width: 768px){footer{padding:0}#top{background-color:var(--gray800);padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 3)}#top z-footer-section:last-child{display:none}#bottom{background-color:var(--gray900);padding:0 calc(var(--space-unit) * 3)}#bottom>div{grid-template-columns:repeat(4, 1fr);grid-column-gap:var(--grid-tablet-margin)}#bottom>div>div.item{margin:0}#bottom>div>div.item:nth-child(1){order:1}#bottom>div>div.item:nth-child(2){order:2;border-bottom:none}#bottom>div>div.item>p{padding-top:0}#bottom>div>div.logo>z-logo{width:auto;height:39px}#bottom>div>div.bottom-links{display:block;grid-column:span 2;order:3}#bottom>div>div.bottom-links{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(auto-fill, 24px);grid-column-gap:var(--grid-tablet-margin);font-size:12px}#extension{margin:auto;padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 3) 0;background-color:var(--gray800);color:white;grid-template-columns:1fr 1fr}#extension>div>div{text-align:end}#extension z-divider{grid-column:1 / span 2}}@media only screen and (min-width: 1152px){#top{width:100%}#top>div{grid-template-columns:repeat(6, 1fr);grid-column-gap:var(--grid-desktop-margin)}#bottom>div>div.item:nth-child(1)>p:nth-of-type(2){font-size:10px}#bottom>div>div.item>p{padding-bottom:0;margin-bottom:calc(var(--space-unit) * 2)}#bottom>div>div.item>div.social{margin-top:0}#bottom>div>div.bottom-links{padding:calc(var(--space-unit) * 2) 0 0 0}#bottom>div>div.bottom-links{grid-template-columns:repeat(3, 1fr);grid-column-gap:var(--grid-desktop-margin);margin:0}}@media only screen and (min-width: 1366px){#top{padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 4)}#bottom{padding:0 calc(var(--space-unit) * 4)}#extension{padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 4) 0}}";
9
9
 
@@ -0,0 +1,28 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-dee3e21d.js');
6
+ const icons = require('./icons-05eba7ee.js');
7
+
8
+ const stylesCss = ":host{line-height:0;vertical-align:middle;margin-right:var(--z-icon-right-margin, 0);margin-left:var(--z-icon-left-margin, 0)}:host svg:not([width]){width:var(--z-icon-width, 18px)}:host svg:not([height]){height:var(--z-icon-height, 18px)}";
9
+
10
+ const ZIcon = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ }
14
+ selectPathOrPolygon(iconName) {
15
+ if (iconName && iconName.startsWith("M")) {
16
+ return index.h("path", { d: icons.icons[this.name] });
17
+ }
18
+ else {
19
+ return index.h("polygon", { points: icons.icons[this.name] });
20
+ }
21
+ }
22
+ render() {
23
+ return (index.h("svg", { viewBox: "0 0 1000 1000", width: this.width, height: this.height, id: this.iconid, fill: this.fill ? `var(--${this.fill})` : "" }, this.selectPathOrPolygon(icons.icons[this.name])));
24
+ }
25
+ };
26
+ ZIcon.style = stylesCss;
27
+
28
+ exports.z_icon = ZIcon;
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-3735f277.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
7
 
8
8
  const stylesCss$2 = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);display:flex;flex-direction:column}";
9
9
 
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-3735f277.js');
7
- const utils = require('./utils-6a2c0eab.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
+ const utils = require('./utils-971854fc.js');
8
8
  require('./breakpoints-88c4fd6c.js');
9
9
 
10
10
  const stylesCss$1 = ":host{font-family:var(--dashboard-font);font-weight:var(--font-sb);font-size:12px;height:32px;width:inherit;letter-spacing:0.17px}a,a:visited,a:active{color:inherit;text-decoration:none}:host>a{display:block;background:var(--bg-grey-050);color:var(--text-grey-800);border-radius:var(--border-radius);border:var(--border-size-small) solid transparent;outline:none}:host>a::-moz-focus-inner{border:0}:host>a:hover,:host>a.menu-opened:hover{color:var(--myz-blue-dark);fill:var(--myz-blue-dark)}:host>a:focus{color:var(--myz-blue);fill:var(--myz-blue);border:var(--border-size-small) solid var(--myz-blue);box-shadow:0px 0px 2px 2px var(--myz-blue-light)}:host>a:active{color:var(--myz-blue-light);fill:var(--myz-blue-light);border:var(--border-size-small) solid var(--myz-blue-light);box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.4)}div.container{display:flex;align-items:center;justify-content:space-between;height:32px;position:relative;padding:0 var(--basex1)}div.container>span.user-wrapper{display:flex}div.container>span.user-wrapper>span.user{padding:0 var(--basex1);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:pointer;width:30px}div.container>span.arrow{display:flex;justify-content:center;align-items:center}div.container>span.arrow>z-icon{transform:rotate(360deg);transition:all 200ms linear}ul{list-style:none;padding:0 calc(var(--space-unit) * 2);margin:0px}li{height:var(--basex3);display:flex;align-items:center;padding:calc(var(--space-unit) / 4) 0;width:max-content}.menu-opened{padding-bottom:calc(var(--space-unit) * 2);width:auto !important;min-width:147px;position:inherit}.menu-opened a,.menu-opened a:active,.menu-opened a:visited{color:var(--myz-blue);fill:var(--myz-blue)}.menu-opened a:hover{color:var(--myz-blue-dark);fill:var(--myz-blue-dark)}.menu-opened>div.container{margin-bottom:var(--basex1)}.menu-opened>div.container>span.user-wrapper>span.user{width:auto}.menu-opened>div.container>span.arrow>z-icon{transform:rotate(180deg);transition:all 200ms linear}@media only screen and (min-width: 1152px){:host>a{width:147px;padding:0 calc(var(--space-unit) / 4)}:host>a.menu-opened{width:147px;padding-bottom:calc(var(--space-unit) * 2)}div.container>span.user-wrapper>span.user{width:80px}}";
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-3735f277.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
7
 
8
8
  const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>z-pocket{width:100%}:host>z-pocket.closed{width:158px}:host>z-pocket>z-pocket-header{font-size:12px;font-weight:var(--font-sb);color:var(--color-primary01);fill:var(--color-primary01)}:host>z-pocket>z-pocket-header span.badge{background:var(--color-secondary02);color:var(--color-surface01);border-radius:50%;padding:0 calc(var(--space-unit)* 0.5);display:inline-block;margin-left:var(--space-unit)}:host>z-pocket>z-pocket-header>z-icon{margin-left:var(--space-unit)}:host>z-pocket>z-pocket-body>div.body{overflow:hidden;margin:0 var(--space-unit);padding:var(--space-unit)}:host>z-pocket.preview>z-pocket-body{position:relative}:host>z-pocket.preview>z-pocket-body>div.gradient{background-image:linear-gradient(rgba(255, 0, 0, 0), white);position:absolute;top:0;left:0;right:0;bottom:0}:host>z-pocket.open>z-pocket-body>div.body{max-height:calc(100vh - 166px);overflow:auto;scrollbar-width:none}:host ::-webkit-scrollbar{width:0}@media only screen and (min-width: 768px){:host>z-pocket{width:768px;margin:0 calc((100% - 768px) / 2)}:host>z-pocket.closed{margin:0 calc((100% - 158px) / 2)}:host>z-pocket.open>z-pocket-body>div.body{max-height:326px}}@media only screen and (min-width: 1152px){:host>z-pocket.open>z-pocket-body>div.body{scrollbar-width:thin;scrollbar-color:var(--color-primary01) var(--color-surface03)}:host ::-webkit-scrollbar{background:linear-gradient(\n 90deg,\n var(--color-surface01) 2px,\n var(--color-surface03) 4px,\n var(--color-surface01) 8px\n );border-radius:var(--radius-base);width:10px}:host ::-webkit-scrollbar-thumb{background-color:var(--color-primary01);border-radius:var(--radius-base);width:var(--space-unit)}}";
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-3735f277.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
7
 
8
8
  const stylesCss = ".sc-z-modal-login-h{font-family:var(--dashboard-font);font-weight:var(--font-rg)}.sc-z-modal-login-h div.wrapper.sc-z-modal-login{color:var(--text-grey-800);padding:calc(var(--space-unit) * 4) calc(var(--space-unit) * 2)\n calc(var(--space-unit) * 3) calc(var(--space-unit) * 2);box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}z-button.sc-z-modal-login,z-input.sc-z-modal-login,.sc-z-modal-login-s>z-button,.sc-z-modal-login-s>z-input{display:inline-block;width:100%}z-link.sc-z-modal-login,.sc-z-modal-login-s>z-link{font-size:12px}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}div.wrapper>form>div.username.sc-z-modal-login-s>z-input,div.wrapper>form>div.password.sc-z-modal-login-s>z-input,.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login>div.username.sc-z-modal-login z-input.sc-z-modal-login,.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login>div.password.sc-z-modal-login z-input.sc-z-modal-login{margin-bottom:var(--space-unit)}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login>z-link.forget.sc-z-modal-login{font-size:12px;align-self:flex-end}div.wrapper>form>div.login.sc-z-modal-login-s>z-button,.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login>div.login.sc-z-modal-login z-button.sc-z-modal-login{margin:calc(var(--space-unit) * 3) 0;align-self:flex-start}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>hr.sc-z-modal-login{width:100%;margin-bottom:calc(var(--space-unit) * 3);border:none;border-top:var(--border-size-medium) solid var(--bg-grey-200);margin-block-start:unset}div.wrapper>div.signup.sc-z-modal-login-s>z-button,.sc-z-modal-login-h div.wrapper.sc-z-modal-login>div.signup.sc-z-modal-login z-button.sc-z-modal-login{display:inline-block;margin:calc(var(--space-unit) * 2) 0}.sc-z-modal-login-h div.providers.sc-z-modal-login{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:calc(var(--space-unit) * 2) 0px}slot-fb[name=\"provider\"].sc-z-modal-login{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:calc(var(--space-unit) * 2) 0px}.sc-z-modal-login-h div.providers.sc-z-modal-login>z-body.sc-z-modal-login{padding-top:calc(var(--space-unit) * 2)}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>div.providers.sc-z-modal-login .zd.sc-z-modal-login{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>div.providers.sc-z-modal-login .zd.sc-z-modal-login>svg.sc-z-modal-login{margin-right:var(--space-unit)}@media only screen and (min-width: 768px){z-button.sc-z-modal-login,.sc-z-modal-login-s>z-button{width:initial}.sc-z-modal-login-h div.wrapper.sc-z-modal-login{width:396px;padding:calc(var(--space-unit) * 3)}.sc-z-modal-login-h div.providers.sc-z-modal-login{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto;gap:var(--space-unit);justify-content:center;align-items:center}.sc-z-modal-login-h div.providers.sc-z-modal-login>z-body.sc-z-modal-login{grid-column-start:1;grid-column-end:3;padding-bottom:var(--space-unit)}.sc-z-modal-login-s>[slot=\"provider\"]{width:100%}slot-fb[name=\"provider\"].sc-z-modal-login{grid-column-start:1;grid-column-end:3;display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto;gap:var(--space-unit);justify-content:center;align-items:center}slot-fb[name=\"provider\"].sc-z-modal-login>*.sc-z-modal-login{width:100%}}@media only screen and (min-width: 1366px){.sc-z-modal-login-h div.wrapper.sc-z-modal-login{width:477px;padding:calc(var(--space-unit) * 4)}}";
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-3735f277.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
7
 
8
8
  const stylesCss = ":host{position:absolute;font-family:var(--font-family-sans);font-weight:var(--font-rg);width:100%;top:0px;left:0px;z-index:2}:host>z-alert{height:calc(var(--space-unit) * 6)}.relativeContainer{position:relative;display:grid;grid-template-columns:18px auto 46px;grid-template-rows:1fr;grid-column-gap:var(--space-unit);align-items:center;padding:0;outline:none}.relativeContainer::-moz-focus-inner{border:0}.alert-external-wrapper.removeAlert{border:var(--border-size-medium) solid var(--color-surface02);border-top:none}:host div.addAlert{background:var(--color-success-inverse)}:host div.removeAlert{background:var(--color-warning-inverse)}:host div>.contentText{color:var(--color-surface05);font-size:14px;letter-spacing:0.16px;line-height:20px}:host div>.contentAction{color:var(--color-primary01);font-size:12px;font-weight:var(--font-sb);height:20px;letter-spacing:0.32px;line-height:20px;cursor:pointer}:host div>z-icon{justify-self:center}";
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-3735f277.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
7
 
8
8
  const stylesCss = ":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}";
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-3735f277.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
7
 
8
8
  const stylesCss = "footer{font-family:var(--font-family-sans);font-weight:var(--font-rg);color:var(--color-surface05);background-color:var(--color-surface01);margin:0px;padding:0px;position:relative;z-index:5;height:calc(var(--space-unit) * 6);width:auto;top:0px;transition:height 500ms ease-in-out, top 500ms ease-in-out;border-radius:0px 0px var(--border-radius) var(--border-radius);border-top:var(--border-size-medium) solid var(--color-surface03)}footer.real,footer.trial{border-top:var(--border-size-medium) solid var(--accent)}footer .bold{font-family:var(--font-family-sans);font-weight:var(--font-sb)}footer>p{font-family:var(--font-family-sans);font-weight:var(--font-rg);font-size:16px;line-height:22px;height:40px;margin:0px;padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 2)\n var(--space-unit) calc(var(--space-unit) * 2);overflow:hidden;background-color:var(--color-surface01);transition:all 200ms linear}footer.isopen>p{font-size:14px;font-weight:var(--font-sb);transition:all 200ms linear;background-color:var(--bg-neutral-200)}footer.isopen.real>p,footer.isopen.trial>p{background-color:var(--accent)}footer .visible{display:block}footer .hidden{display:none}footer>div.content{height:60px;overflow:hidden}footer>div.content>div:not(.slot-handler){padding:var(--space-unit) calc(var(--space-unit) * 2)}footer>div.content>div>p{font-size:14px;height:20px;line-height:20px;margin:0px;padding:0px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}footer>div.content>div>p.year_isbn{padding-top:var(--space-unit);display:flex;flex-direction:row;justify-content:space-between}footer>div.content>div>p.year_isbn>span.isbn{text-overflow:ellipsis;overflow:hidden}footer.isopen>div.content>div:not(.slot-handler){height:68px}footer.isopen>div.content>div>p.authors{height:40px;white-space:initial;text-overflow:initial}footer.isopen>div.content>div>p.year_isbn{flex-direction:column;height:50px;padding-left:0px}footer.isopen>div.content>div>p.year_isbn>span.isbn{display:inline-grid;padding-left:0px}footer.isopen{height:295px;top:-212px;transition:height 500ms ease-in-out, top 500ms ease-in-out}footer.isopen>div.content{height:280px;transition:height 500ms ease-in-out, top 500ms ease-in-out}.toggle{position:absolute;top:-24px;left:16px;z-index:10}.faded{opacity:0.3;pointer-events:none}";
9
9
 
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-3735f277.js');
7
- const utils = require('./utils-6a2c0eab.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
+ const utils = require('./utils-971854fc.js');
8
8
  require('./breakpoints-88c4fd6c.js');
9
9
 
10
10
  const stylesCss = ":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)}";
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-3735f277.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
7
 
8
8
  const stylesCss$3 = "div{background-color:var(--color-surface01);display:flex;flex-direction:column;width:auto;box-sizing:border-box;width:256px;height:522px;border:var(--border-size-medium) solid var(--color-surface03);border-radius:var(--border-radius)}div.real,div.trial{border-color:var(--accent)}div.faded{border:var(--border-size-medium) solid var(--color-surface02)}div.highlighted{box-shadow:var(--shadow-4);outline:none}div.pressed{box-shadow:var(--shadow-8);outline:none}div:focus{box-shadow:var(--shadow-focus-primary);outline:none}";
9
9
 
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const utils = require('./utils-6a2c0eab.js');
7
- require('./index-3735f277.js');
6
+ const utils = require('./utils-971854fc.js');
7
+ require('./index-dcab1bda.js');
8
8
  require('./breakpoints-88c4fd6c.js');
9
9
 
10
10
  const stylesCss = ":host li{all:unset;all:reset;width:100%}:host li{list-style-type:none;line-height:14px}:host li>span{line-height:14px;padding:calc(var(--space-unit) * 2) 0;display:flex;font-family:var(--dashboard-font);font-weight:var(--font-rg);font-size:16px;letter-spacing:0.23px;color:var(--text-grey-800);fill:var(--text-grey-800)}:host li>span.border{border-bottom:2px solid var(--bg-grey-200)}:host li span:hover,a:hover{color:var(--myz-blue);fill:var(--myz-blue)}a,a:visited,a:active{color:inherit;fill:inherit;text-decoration:none}:host li span z-icon{color:var(--myz-blue);fill:var(--myz-blue);height:calc(var(--space-unit) * 2);width:calc(var(--space-unit) * 2);padding:0 calc(var(--space-unit) * 1.5) 0 0;background-size:contain;background-repeat:no-repeat}";
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-3735f277.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
7
  const breakpoints = require('./breakpoints-88c4fd6c.js');
8
8
 
9
9
  const stylesCss = ":host a{cursor:pointer}header{position:sticky;top:0;z-index:99;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:\"main-header\";margin-bottom:calc(var(--space-unit) * 6.5);font-family:var(--dashboard-font);font-weight:var(--font-rg)}.main-header{display:grid;grid-template-columns:2fr 2fr 4fr 100px;grid-template-rows:1fr;grid-template-areas:\"logo link-int link-ext login\";grid-area:main-header;grid-column-gap:calc(var(--space-unit) * .5);align-items:center;background-color:var(--bg-grey-900);height:auto;align-items:center;z-index:10}.main-header.myz-out{background-color:var(--bg-white)}.logo{grid-area:logo;padding:6px}z-logo{transform:scale(0.9)}.dropdown-menu{display:none}.dropdown-menu.hidden{visibility:hidden}.dropdown-links{grid-area:dropdown-links;list-style:none;display:block;max-height:32px;margin:0;padding:0}.arrow{fill:var(--text-grey-200)}.dropdown-links>li{list-style:none;display:inline-block;margin:0;padding:0}.dropdown-links>li>a{width:auto;height:auto;color:var(--myz-blue);font-size:14px;letter-spacing:0.18px;line-height:32px;text-decoration:none;margin:var(--space-unit);padding-bottom:calc(var(--space-unit) * .5)}.dropdown-links>li>a:hover,.dropdown-links>li>a.active{color:var(--text-grey-800);border-bottom:2px solid var(--myz-blue)}.mobile-header{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:center;align-items:center;width:100%;background-color:var(--bg-grey-900);z-index:inherit;height:52px;position:fixed;top:0px;left:0;z-index:999}.mobile-header.myz-out{background-color:var(--bg-white)}.mobile-header>z-button{margin:0 calc(var(--space-unit) * 2)}.mobile-content{display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;width:100%;background-color:var(--bg-grey-900);position:fixed;top:52px;left:0;z-index:999;max-height:0px;overflow:hidden;transition:max-height 1s cubic-bezier(0.46, 0, 1, 0.79)}.mobile-content.open{max-height:100vh;transition:max-height 2s cubic-bezier(0, 0.79, 0.46, 1)}.mobile-content.myz-out{background-color:var(--bg-white)}hr{display:block;position:relative;padding:0;margin:0px calc(var(--space-unit) * 4);height:0;width:calc(100% - 64px);max-height:0;font-size:1px;line-height:0;clear:both;border:none;border-top:1px solid var(--text-grey-700)}.menu-mobile{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center;color:var(--bg-white);padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 3);cursor:pointer}.myz-out .menu-mobile{color:var(--text-grey-800)}.menu-toggle{grid-area:menu-toggle;display:flex;flex-direction:column;margin:0 var(--space-unit)}.menu-toggle .bar{width:20px;height:2px;background-color:var(--bg-white);margin:2px auto;transition:all 0.3s ease-in-out}.myz-out .menu-toggle .bar{background-color:var(--text-grey-800)}.menu-toggle:hover{cursor:pointer}#mobile-menu.is-active .bar:nth-child(2){opacity:0}#mobile-menu.is-active .bar:nth-child(1){transform:translateY(6px) rotate(45deg)}#mobile-menu.is-active .bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.booktab-button,.mobile-login{overflow:hidden;height:0%;max-height:100%;width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;padding:0}.hidden{visibility:hidden}.login{grid-area:login;display:flex;justify-content:flex-end;padding:0 calc(var(--space-unit) * 2)}.login>z-button{color:var(--bg-white);fill:var(--bg-white)}.booktab-button>z-button{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;padding:calc(var(--space-unit) * 2) 0px calc(var(--space-unit) * 4) 0px}.link-ext{grid-area:link-ext;overflow:hidden;height:0%;max-height:100%;width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;padding:0}.link-ext-span{display:inline-block;width:100%;margin:calc(var(--space-unit) * .5) auto;box-sizing:border-box;margin:0px auto 0px auto;padding:0px calc(var(--space-unit) * 4) 0px calc(var(--space-unit) * 4);line-height:44px}.link-ext-span.myz:hover,.link-ext-span.myz:focus{background:var(--text-grey-800);border-radius:var(--border-radius);cursor:pointer}.link-ext z-link{font-size:12px;font-weight:var(--font-sb)}.link-int{overflow:hidden;max-height:100%;width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;padding:0}.link-int>span{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:flex-start}.link-int>span>.menu-item{height:auto;color:var(--bg-white);letter-spacing:0.2px;font-weight:var(--font-sb);font-size:16px;text-decoration:none;outline:none;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;width:100%;box-sizing:border-box;margin:0px auto 0px auto;padding:0px calc(var(--space-unit) * 4) 0px calc(var(--space-unit) * 4);line-height:44px}.link-int>span>.menu-item:hover,.link-int>span>.menu-item:focus{border-radius:0px}.link-int>span>.menu-item>span{white-space:nowrap}.link-int>span>.menu-item>i{padding-top:calc(var(--space-unit) * 2);height:28px;width:24px;text-align:right}.link-int>span:first-child>.menu-item{margin-top:0}.link-int>span>svg{display:none}.link-int>.mobile-dropdown{padding:0 48px}.mobile-login>span{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:flex-start;fill:white}.mobile-login>span:focus,.mobile-login>span:hover{background:var(--text-grey-800)}.myz-out .mobile-login>span:focus,.myz-out .mobile-login>span:hover{background:none}.mobile-login>span>.menu-item{height:auto;color:var(--bg-white);letter-spacing:0.2px;font-weight:var(--font-sb);font-size:16px;text-decoration:none;outline:none;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;width:100%;box-sizing:border-box;margin:0px auto 0px auto;padding:0px calc(var(--space-unit) * 4) 0px calc(var(--space-unit) * 4);line-height:44px}.myz-out .mobile-login>span>.menu-item{color:var(--text-grey-800)}.mobile-login>span>.menu-item>i{padding-top:calc(var(--space-unit) * 2);height:28px;width:24px;text-align:right}.mobile-login>span>.menu-item>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-login>span>.menu-item>span>z-icon{padding-right:var(--space-unit);fill:var(--bg-white)}.menu-item>i::before{border-style:solid;border-width:0.12em 0.12em 0 0;content:\" \";display:inline-block;height:0.45em;left:0.16em;position:relative;top:-0.12em;transform:rotate(135deg) scale(1.2);vertical-align:top;width:0.45em;margin-top:2px;margin-left:2px;margin-right:6px;transition:all 0.5s ease}.menu-item.isopen>i::before{top:0.24em;transform:rotate(-45deg) scale(1.2);transition:all 0.5s ease}.mobile-dropdown{background:white;display:block;overflow:hidden;width:100%;box-sizing:border-box;margin:0px auto 0px auto;padding:0px calc(var(--space-unit) * 4) 0px calc(var(--space-unit) * 4);line-height:44px;max-height:0px;transition:max-height 0.3s ease}.mobile-dropdown.visible{max-height:100vh;transition:max-height 0.5s ease}@media only screen and (min-width: 768px){header{grid-template-columns:1fr 0.8fr 1.5fr 1.1fr 0.7fr;grid-template-rows:0.2fr auto;grid-template-areas:\"main-header main-header main-header main-header main-header\" \"dropdown-menu dropdown-menu dropdown-menu dropdown-menu dropdown-menu\";margin-bottom:0}header.myz-out{top:0px;grid-template-rows:1fr}.main-header{display:grid;grid-template-columns:170px auto auto 120px;grid-template-rows:1fr;grid-template-areas:\"logo link-int link-ext login\";grid-area:main-header}.dropdown-menu{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:\"dropdown-links\";grid-area:dropdown-menu;grid-column-gap:var(--space-unit);background:var(--bg-grey-200);height:32px;visibility:visible;z-index:9;padding-left:160px}.booktab-button,.mobile-header,.mobile-login,.mobile-dropdown,.menu-mobile{display:none}.link-int{grid-area:link-int;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center;max-height:46px;margin-top:calc(var(--space-unit) * .5)}.link-int>span{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center;width:auto}.link-int>span>.menu-item{width:auto;height:auto;color:var(--bg-white);letter-spacing:0.2px;line-height:14px;font-weight:var(--font-sb);text-decoration:none;outline:none;padding:calc(var(--space-unit) * 1.5)}.link-int>span>svg{display:block}.menu-item>i{display:none}.link-int>span>.menu-item:focus,.link-int>span>.menu-item:hover{background:var(--text-grey-800);border-radius:var(--border-radius);cursor:pointer}.link-int>span>.menu-item::-moz-focus-inner{border:0}.link-int>span>.menu-item:focus+svg{visibility:visible}.link-ext{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:center;align-content:center;max-height:46px}.link-ext-span{width:auto;line-height:14px;margin:var(--space-unit);padding:calc(var(--space-unit) * .5) var(--space-unit)}}@media only screen and (min-width: 1152px){.main-header{grid-template-columns:170px auto auto 180px}}";
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-3735f277.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
7
 
8
8
  const stylesCss = ":host{--safe-scroll-area:4px;--negative-safe-scroll-area:calc(-1 * var(--safe-scroll-area));position:relative;display:flex;flex-direction:row;z-index:0;margin:var(--negative-safe-scroll-area);padding:var(--safe-scroll-area);font-family:var(--font-family-sans);font-weight:var(--font-rg);overflow:hidden}:host,:host *,::slotted(*){box-sizing:border-box}::-webkit-scrollbar{display:none}button.navigation{position:absolute;display:flex;align-items:center;justify-content:center;margin:0;padding:0;background:var(--color-white);border:none;outline:none;fill:var(--color-primary01);border-radius:var(--border-no-radius);cursor:pointer;z-index:1}button.navigation:focus{fill:var(--color-primary01);box-shadow:var(--shadow-focus-primary)}button.navigation:disabled{display:none}nav{display:flex;align-items:center;justify-content:flex-start;overflow:auto;margin:var(--negative-safe-scroll-area);padding:var(--safe-scroll-area);scroll-padding:var(--safe-scroll-area);scrollbar-width:none}:host([orientation='horizontal']) nav{width:100%}:host([orientation='horizontal']) button.navigation{top:0;height:100%;width:calc((var(--space-unit) * 4) + var(--safe-scroll-area))}:host([orientation='horizontal']) button.navigation:first-child{left:0;padding-left:var(--safe-scroll-area);box-shadow:5px 0px var(--safe-scroll-area) var(--negative-safe-scroll-area) rgba(66, 69, 72, 0.40)}:host([orientation='horizontal']) button.navigation:last-child{right:0;padding-right:4px;box-shadow:-5px 0px var(--safe-scroll-area) var(--negative-safe-scroll-area) rgba(66, 69, 72, 0.40)}:host([orientation='vertical']){flex-direction:column}:host([orientation='vertical']) nav{flex-direction:column;align-items:stretch;height:100%}:host([orientation='vertical']) button.navigation{left:0;width:100%;height:calc((var(--space-unit) * 4) + var(--safe-scroll-area))}:host([orientation='vertical']) button.navigation:first-child{top:0;padding-top:var(--safe-scroll-area);box-shadow:0px 5px var(--safe-scroll-area) var(--negative-safe-scroll-area) rgba(66, 69, 72, 0.40)}:host([orientation='vertical']) button.navigation:last-child{bottom:0;padding-bottom:var(--safe-scroll-area);box-shadow:0px -5px var(--safe-scroll-area) var(--negative-safe-scroll-area) rgba(66, 69, 72, 0.40)}:host([size='small'][orientation='vertical']) button.navigation{height:calc(var(--space-unit) * 4)}";
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-3735f277.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
7
 
8
8
  const stylesCss = ":host{width:100%;color:var(--color-text01)}.notification-container{display:flex;padding:0 0 calc(var(--space-unit) * 2) calc(var(--space-unit) * 2);outline:none;border-bottom:var(--border-size-medium) solid var(--color-surface03)}.shadow{box-shadow:var(--shadow-3)}.content-container{display:flex;justify-content:space-between;flex:1 1 auto;flex-wrap:wrap}.content-text{max-width:800px;margin-top:calc(var(--space-unit) * 2);margin-right:calc(var(--space-unit) * 2)}.action-text{margin-top:calc(var(--space-unit) * 2);margin-right:calc(var(--space-unit) * 2);height:fit-content;color:var(--color-primary01);cursor:pointer;white-space:nowrap}:host div>z-icon{justify-self:center;margin-top:calc(var(--space-unit) * 2);margin-right:calc(var(--space-unit))}:host div.success-notification{background:var(--color-success-inverse)}:host div.warning-notification{background:var(--color-warning-inverse)}:host div.error-notification{background:var(--color-error-inverse)}:host div.success-notification>z-icon{fill:var(--color-success01)}:host div.warning-notification>z-icon{fill:var(--color-warning02)}:host div.error-notification>z-icon{fill:var(--color-error01)}:host div>z-icon.close-icon{cursor:pointer;fill:var(--color-primary01);margin-right:calc(var(--space-unit) * 2)}@media only screen and (min-width: 768px){.content-container{flex-wrap:nowrap}.content-text{margin-right:calc(var(--space-unit) * 5)}}";
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-3735f277.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
7
 
8
8
  const stylesCss = ":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)}}";
9
9
 
@@ -4,9 +4,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
6
  const hammer = require('./hammer-54230951.js');
7
- const utils = require('./utils-6a2c0eab.js');
7
+ const utils = require('./utils-971854fc.js');
8
8
  require('./_commonjsHelpers-119ffc74.js');
9
- require('./index-3735f277.js');
9
+ require('./index-dcab1bda.js');
10
10
  require('./breakpoints-88c4fd6c.js');
11
11
 
12
12
  const stylesCss = ":host>div{height:48px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around;align-items:center;align-content:center}:host>div>z-icon{cursor:pointer;margin:calc(var(--space-unit) * 2) 0;color:var(--color-primary01);fill:var(--color-primary01)}:host>div>z-icon.disabled{cursor:default;pointer-events:none;color:var(--color-disabled01);fill:var(--color-disabled01)}";
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-3735f277.js');
7
- const utils = require('./utils-6a2c0eab.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
+ const utils = require('./utils-971854fc.js');
8
8
  const hammer = require('./hammer-54230951.js');
9
9
  require('./breakpoints-88c4fd6c.js');
10
10
  require('./_commonjsHelpers-119ffc74.js');
@@ -0,0 +1,125 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-dee3e21d.js');
6
+ const index$2 = require('./index-9651dba8.js');
7
+ const index$1 = require('./index-dcab1bda.js');
8
+ const utils = require('./utils-971854fc.js');
9
+ require('./_commonjsHelpers-119ffc74.js');
10
+ require('./breakpoints-88c4fd6c.js');
11
+
12
+ const stylesCss = ".sc-z-popover-h{font-family:var(--dashboard-font);font-weight:var(--font-rg);position:relative;display:inline-block;--shadow-arrow-color:rgba(66, 69, 72, 0.2);--shadow-arrow-below-color:rgba(66, 69, 72, 0.1)}.popover-content-container.sc-z-popover{box-sizing:border-box;visibility:hidden;position:absolute;min-width:64px;min-height:32px;z-index:999}.popover-content-container.visible.sc-z-popover{visibility:visible}.popover-content-container.border-radius-none.sc-z-popover{border-radius:0}.popover-content-container.border-radius-small.sc-z-popover{border-radius:var(--border-radius-small)}.popover-content-container.border-radius-medium.sc-z-popover{border-radius:var(--border-radius)}.popover-content-container.shadow-1.sc-z-popover{box-shadow:var(--shadow-1)}.popover-content-container.shadow-2.sc-z-popover{box-shadow:var(--shadow-2)}.popover-content-container.shadow-3.sc-z-popover{box-shadow:var(--shadow-3)}.popover-content-container.shadow-4.sc-z-popover{box-shadow:var(--shadow-4)}.popover-content-container.shadow-6.sc-z-popover{box-shadow:var(--shadow-6)}.popover-content-container.shadow-8.sc-z-popover{box-shadow:var(--shadow-8)}.popover-content-container.shadow-12.sc-z-popover{box-shadow:var(--shadow-12)}.popover-content-container.shadow-16.sc-z-popover{box-shadow:var(--shadow-16)}.popover-content-container.shadow-24.sc-z-popover{box-shadow:var(--shadow-24)}.popover-content-container.after-down.sc-z-popover{top:0;left:calc(100% + var(--space-unit))}.popover-content-container.after-center.sc-z-popover{top:50%;left:calc(100% + var(--space-unit));transform:translateY(-50%)}.popover-content-container.after-up.sc-z-popover{bottom:0;left:calc(100% + var(--space-unit))}.popover-content-container.below-right.sc-z-popover{left:0;top:calc(100% + var(--space-unit))}.popover-content-container.below-center.sc-z-popover{left:50%;top:calc(100% + var(--space-unit));transform:translateX(-50%)}.popover-content-container.below-left.sc-z-popover{right:0;top:calc(100% + var(--space-unit))}.popover-content-container.before-down.sc-z-popover{top:0;right:calc(100% + var(--space-unit))}.popover-content-container.before-center.sc-z-popover{top:50%;right:calc(100% + var(--space-unit));transform:translateY(-50%)}.popover-content-container.before-up.sc-z-popover{bottom:0;right:calc(100% + var(--space-unit))}.popover-content-container.above-right.sc-z-popover{left:0;bottom:calc(100% + var(--space-unit))}.popover-content-container.above-center.sc-z-popover{left:50%;bottom:calc(100% + var(--space-unit));transform:translateX(-50%)}.popover-content-container.above-left.sc-z-popover{right:0;bottom:calc(100% + var(--space-unit))}.popover-content-container.sc-z-popover:before{display:none;position:absolute;content:\"\";width:8px;height:8px;z-index:-1;background-color:inherit;transform:rotate(45deg)}.popover-content-container.after-down.sc-z-popover:before{top:12px;left:-4px;box-shadow:-1px 1px 1.5px var(--shadow-arrow-color)}.popover-content-container.after-center.sc-z-popover:before{top:calc(50% - 4px);left:-4px;box-shadow:-1px 1px 1.5px var(--shadow-arrow-color)}.popover-content-container.after-up.sc-z-popover:before{bottom:12px;left:-4px;box-shadow:-1px 1px 1.5px var(--shadow-arrow-color)}.popover-content-container.below-right.sc-z-popover:before{left:12px;top:-4px;box-shadow:-1px -1px 2px var(--shadow-arrow-below-color)}.popover-content-container.below-center.sc-z-popover:before{left:calc(50% - 4px);top:-4px;box-shadow:-1px -1px 2px var(--shadow-arrow-below-color)}.popover-content-container.below-left.sc-z-popover:before{right:12px;top:-4px;box-shadow:-1px -1px 2px var(--shadow-arrow-below-color)}.popover-content-container.before-down.sc-z-popover:before{top:12px;right:-4px;box-shadow:1px -1px 1.5px var(--shadow-arrow-color)}.popover-content-container.before-center.sc-z-popover:before{top:calc(50% - 4px);right:-4px;box-shadow:1px -1px 1.5px var(--shadow-arrow-color)}.popover-content-container.before-up.sc-z-popover:before{bottom:12px;right:-4px;box-shadow:1px -1px 1.5px var(--shadow-arrow-color)}.popover-content-container.above-right.sc-z-popover:before{left:12px;bottom:-4px;box-shadow:1px 1px 1.5px var(--shadow-arrow-color)}.popover-content-container.above-center.sc-z-popover:before{left:calc(50% - 4px);bottom:-4px;box-shadow:1px 1px 1.5px var(--shadow-arrow-color)}.popover-content-container.above-left.sc-z-popover:before{right:12px;bottom:-4px;box-shadow:1px 1px 1.5px var(--shadow-arrow-color)}.popover-content-container.show-arrow.sc-z-popover:before{display:block}";
13
+
14
+ const ZPopover = class {
15
+ /**
16
+ * Constructor.
17
+ */
18
+ constructor(hostRef) {
19
+ index.registerInstance(this, hostRef);
20
+ /** [optional] Popover position */
21
+ this.position = index$1.PopoverPosition["after-up"];
22
+ /** [optional] Background color token for popover */
23
+ this.backgroundColor = "color-white";
24
+ /** [optional] Border radius token for popover */
25
+ this.borderRadius = index$1.PopoverBorderRadius.small;
26
+ /** [optional] Box shadow token for popover */
27
+ this.boxShadow = index$1.PopoverShadow["shadow-1"];
28
+ /** [optional] Show or hide arrow */
29
+ this.showArrow = false;
30
+ /** [optional] Sets padding for Popover container */
31
+ this.padding = "8px";
32
+ this.isVisible = false;
33
+ this.popoverPosition = this.position;
34
+ this.handleKeyDown = this.handleKeyDown.bind(this);
35
+ }
36
+ openPopover() {
37
+ const width = document.body.clientWidth;
38
+ const height = window.innerHeight;
39
+ const rect = this.popoverElem.getBoundingClientRect();
40
+ const l = rect.left;
41
+ const r = rect.right;
42
+ const t = rect.top;
43
+ const b = rect.bottom;
44
+ let firstSide = this.position.split("-")[0];
45
+ let secondSide = this.position.split("-")[1];
46
+ // If top is outside viewport
47
+ if (t < 0) {
48
+ if (this.position.startsWith("above")) {
49
+ firstSide = "below";
50
+ }
51
+ else {
52
+ secondSide = "down";
53
+ }
54
+ }
55
+ // If bottom is outside viewport
56
+ if (b > height) {
57
+ if (this.position.startsWith("below")) {
58
+ firstSide = "above";
59
+ }
60
+ else {
61
+ secondSide = "up";
62
+ }
63
+ }
64
+ // If right is outside viewport
65
+ if (r > width) {
66
+ if (this.position.startsWith("above") ||
67
+ this.position.startsWith("below")) {
68
+ secondSide = "left";
69
+ }
70
+ else {
71
+ firstSide = "before";
72
+ }
73
+ }
74
+ // If left is outside viewport
75
+ if (l < 0) {
76
+ if (this.position.startsWith("above") ||
77
+ this.position.startsWith("below")) {
78
+ secondSide = "right";
79
+ }
80
+ else {
81
+ firstSide = "after";
82
+ }
83
+ }
84
+ this.popoverPosition = index$1.PopoverPosition[`${firstSide}-${secondSide}`];
85
+ this.isVisible = true;
86
+ }
87
+ closePopover() {
88
+ this.popoverPosition = this.position;
89
+ this.isVisible = false;
90
+ }
91
+ closePopoverWithKeyboard(e) {
92
+ if (e.key === index$1.KeyboardKeys.ESC) {
93
+ this.closePopover();
94
+ }
95
+ }
96
+ handleClick(event) {
97
+ this.isVisible ? this.closePopover() : this.openPopover();
98
+ event.stopPropagation();
99
+ }
100
+ handleKeyDown(event) {
101
+ if (event.code === index$1.KeyboardKeys.ENTER) {
102
+ this.isVisible ? this.closePopover() : this.openPopover();
103
+ }
104
+ }
105
+ handleOutsideClick(e) {
106
+ const tree = utils.getElementTree(e.target);
107
+ const parent = tree.find((elem) => elem.nodeName.toLowerCase() === "z-popover");
108
+ if (!parent) {
109
+ this.closePopover();
110
+ }
111
+ }
112
+ render() {
113
+ return (index.h(index.Host, { onKeyDown: this.handleKeyDown }, index.h("div", { tabindex: "0", onClick: (event) => this.handleClick(event), onKeyDown: (event) => {
114
+ if (event.key === index$1.KeyboardKeys.ENTER) {
115
+ this.handleClick(event);
116
+ }
117
+ } }, index.h("slot", { name: "trigger" })), index.h("div", { ref: (e) => (this.popoverElem = e), class: index$2.classnames("popover-content-container", this.popoverPosition, `border-radius-${this.borderRadius}`, this.boxShadow, { "show-arrow": this.showArrow }, { visible: this.isVisible }), style: {
118
+ backgroundColor: `var(--${this.backgroundColor})`,
119
+ padding: this.padding,
120
+ } }, index.h("slot", { name: "popover" }))));
121
+ }
122
+ };
123
+ ZPopover.style = stylesCss;
124
+
125
+ exports.z_popover = ZPopover;
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-3735f277.js');
7
- const utils = require('./utils-6a2c0eab.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
+ const utils = require('./utils-971854fc.js');
8
8
  require('./breakpoints-88c4fd6c.js');
9
9
 
10
10
  const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);display:block;width:inherit}:host>div{display:flex;flex-direction:column;width:inherit}main{position:relative;overflow:hidden;width:100%}main z-icon.scroll{position:absolute;top:50%;width:auto;cursor:pointer;transition:0.6s ease;margin:0 var(--space-unit);fill:var(--color-primary01);z-index:10}main .scroll.disabled{opacity:50%;pointer-events:none}main .scroll.right{right:0}#slides{display:flex;flex-wrap:wrap;transition:all 300ms;line-height:0px;overflow-y:hidden}footer{height:56px;width:100%;align-items:center;display:grid;grid-template-columns:2;grid-template-rows:2;grid-template-areas:\"center center\" \"left right\";border-top:var(--border-base) solid var(--color-surface02)}footer>div{align-items:center;width:100%}footer .footerCenter{grid-area:center}footer .footerLeft{grid-area:left}footer .footerRight{grid-area:right}footer .bulletContainer{display:flex;margin:0 auto;justify-content:center;align-items:center;min-height:60px}footer .bulletContainer .bullet{width:8px;height:8px;border-radius:50%;background-color:var(--bg-neutral-150);margin:var(--space-unit) 2px;pointer-events:none}footer .bulletContainer .bullet.selected{background-color:var(--bg-neutral-400)}@media only screen and (min-width: 768px){footer{grid-template-columns:1fr 2fr 1fr;grid-template-rows:1;grid-template-areas:\"left center right\";height:76px;border-top:var(--border-base) solid var(--color-surface02)}footer .bulletContainer .bullet{width:10px;height:10px;margin:var(--space-unit) 3px}}@media only screen and (min-width: 1025px){main z-icon.scroll{margin:0 10px}footer .bulletContainer .bullet{width:16px;height:16px;margin:var(--space-unit) calc(var(--space-unit) * 0.5);pointer-events:auto;cursor:pointer}}";
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-3735f277.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
7
  const index$2 = require('./index-9651dba8.js');
8
8
  require('./_commonjsHelpers-119ffc74.js');
9
9
 
@@ -0,0 +1,24 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-dee3e21d.js');
6
+
7
+ const stylesCss = ".sc-z-table-body-h{display:table-row-group;font-family:var(--dashboard-font);font-weight:var(--font-rg)}.sc-z-table-body-h>z-table-row[expanded].sc-z-table-body+z-table-expanded-row.sc-z-table-body{display:table-row}";
8
+
9
+ const ZTableBody = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ }
13
+ componentWillRender() {
14
+ this.host.setAttribute("role", "rowgroup");
15
+ Array.from(this.host.children).forEach((child, index) => child.setAttribute("aria-rowindex", `${index}`));
16
+ }
17
+ render() {
18
+ return index.h("slot", null);
19
+ }
20
+ get host() { return index.getElement(this); }
21
+ };
22
+ ZTableBody.style = stylesCss;
23
+
24
+ exports.z_table_body = ZTableBody;
@@ -0,0 +1,36 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-dee3e21d.js');
6
+ const index$1 = require('./index-dcab1bda.js');
7
+ const index$2 = require('./index-9651dba8.js');
8
+ require('./_commonjsHelpers-119ffc74.js');
9
+
10
+ const stylesCss = ":host{display:table-cell;background-color:var(--color-white);border-bottom:var(--border-size-small) solid var(--bg-grey-200);font-family:var(--dashboard-font);font-weight:var(--font-rg)}:host>.button-container{display:none}:host:hover>.button-container{display:initial}.button-container{position:absolute;right:8px;top:8px;z-index:5}.button-content{position:relative}.contextual-menu-container{display:none;position:absolute;top:calc(100% - var(--space-unit));right:0}.button-container.visible,.contextual-menu-container.visible{display:initial}:host([padding=\"x-small\"]){padding:calc(var(--space-unit) * 0.5)}:host([padding=\"small\"]){padding:calc(var(--space-unit))}:host([padding=\"medium\"]){padding:calc(var(--space-unit) * 2)}:host([padding=\"large\"]){padding:calc(var(--space-unit) * 2.5)}:host([padding=\"special\"]){padding:0}";
11
+
12
+ const ZTableCell = class {
13
+ constructor(hostRef) {
14
+ index.registerInstance(this, hostRef);
15
+ /** Set padding size of cell, if special 0px padding will be set */
16
+ this.padding = index$1.Size.medium;
17
+ this.isMenuOpened = false;
18
+ }
19
+ handleMenu() {
20
+ this.isMenuOpened = !this.isMenuOpened;
21
+ }
22
+ componentWillRender() {
23
+ this.host.setAttribute("role", "cell");
24
+ }
25
+ render() {
26
+ return (index.h(index.Host, null, this.showButton && (index.h("div", { class: index$2.classnames("button-container", {
27
+ visible: this.isMenuOpened,
28
+ }) }, index.h("div", { class: "button-content" }, index.h("z-button", { icon: "contextual-menu", variant: index$1.ButtonVariantEnum.tertiary, size: index$1.ButtonSizeEnum["x-small"], onClick: () => this.handleMenu(), square: true }), index.h("div", { class: index$2.classnames("contextual-menu-container", {
29
+ visible: this.isMenuOpened,
30
+ }) }, index.h("slot", { name: "contextual-menu" }))))), index.h("slot", null)));
31
+ }
32
+ get host() { return index.getElement(this); }
33
+ };
34
+ ZTableCell.style = stylesCss;
35
+
36
+ exports.z_table_cell = ZTableCell;
@@ -0,0 +1,32 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-dee3e21d.js');
6
+ const index$1 = require('./index-9651dba8.js');
7
+ require('./_commonjsHelpers-119ffc74.js');
8
+
9
+ const stylesCss = ".sc-z-table-empty-box-h{display:block;padding:calc(var(--space-unit)) calc(var(--space-unit) * 3)\n calc(var(--space-unit) * 3) calc(var(--space-unit) * 3);background-color:var(--bg-white)}.sc-z-table-empty-box-s>*{margin-top:var(--space-unit)}.cta.sc-z-table-empty-box{display:flex;flex-direction:row;margin-top:calc(var(--space-unit) / 2)}.cta.has2Cta.sc-z-table-empty-box{flex-direction:column}@media only screen and (min-width: 768px){.sc-z-table-empty-box-h{padding:calc(var(--space-unit) * 3) calc(var(--space-unit) * 7)\n calc(var(--space-unit) * 3) calc(var(--space-unit) * 7)}.sc-z-table-empty-box-s>*{margin-right:calc(var(--space-unit) * 2)}.cta.sc-z-table-empty-box{margin-top:var(--space-unit)}.cta.has2Cta.sc-z-table-empty-box{flex-direction:row}}";
10
+
11
+ const ZTableEmptyBox = class {
12
+ constructor(hostRef) {
13
+ index.registerInstance(this, hostRef);
14
+ /** Sets main title message*/
15
+ this.message = "Siamo spiacenti, al momento non sono presenti dati da visualizzare.";
16
+ /** Sets message */
17
+ this.subtitle = "";
18
+ }
19
+ componentWillLoad() {
20
+ this.hasCta1Slot = !!this.hostElement.querySelector('[slot="cta1"]');
21
+ this.hasCta2Slot = !!this.hostElement.querySelector('[slot="cta2"]');
22
+ }
23
+ render() {
24
+ return (index.h(index.Host, null, index.h("z-body", { level: 3, variant: "semibold" }, this.message), index.h("br", null), !!this.subtitle && (index.h("z-body", { level: 4, variant: "regular" }, this.subtitle)), (!!this.hasCta1Slot || !!this.hasCta2Slot) && (index.h("div", { class: index$1.classnames("cta", {
25
+ has2Cta: !!this.hasCta1Slot && !!this.hasCta2Slot
26
+ }) }, index.h("slot", { name: "cta1" }), index.h("slot", { name: "cta2" })))));
27
+ }
28
+ get hostElement() { return index.getElement(this); }
29
+ };
30
+ ZTableEmptyBox.style = stylesCss;
31
+
32
+ exports.z_table_empty_box = ZTableEmptyBox;
@@ -0,0 +1,23 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-dee3e21d.js');
6
+
7
+ const stylesCss = ".sc-z-table-head-h{display:table-header-group;font-family:var(--dashboard-font);font-weight:var(--font-rg)}";
8
+
9
+ const ZTableHead = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ }
13
+ componentWillRender() {
14
+ this.host.setAttribute("role", "rowgroup");
15
+ }
16
+ render() {
17
+ return index.h("slot", null);
18
+ }
19
+ get host() { return index.getElement(this); }
20
+ };
21
+ ZTableHead.style = stylesCss;
22
+
23
+ exports.z_table_head = ZTableHead;
@@ -0,0 +1,22 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-dee3e21d.js');
6
+
7
+ const stylesCss = "z-table-header-row{display:table-row}z-table-header-row[expandable]>z-table-header:first-child{width:40px;user-select:none;box-sizing:border-box}z-table-header-row[expandable]>z-table-header:nth-child(2){padding-left:8px}";
8
+
9
+ const ZTableHeaderRow = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ }
13
+ _renderExpandHeader() {
14
+ return index.h("z-table-header", null);
15
+ }
16
+ render() {
17
+ return (index.h(index.Host, { role: "row" }, this.expandable && this._renderExpandHeader(), index.h("slot", null)));
18
+ }
19
+ };
20
+ ZTableHeaderRow.style = stylesCss;
21
+
22
+ exports.z_table_header_row = ZTableHeaderRow;