@zanichelli/albe-web-components 5.0.1 → 5.1.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 (258) hide show
  1. package/dist/cjs/{index-5c16dc2b.js → index-bc9a5c2b.js} +20 -13
  2. package/dist/cjs/index.cjs.js +2 -2
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/{utils-15c8b978.js → utils-2fa62b67.js} +1 -1
  5. package/dist/cjs/{utils-64ac0753.js → utils-40bb75b1.js} +1 -1
  6. package/dist/cjs/web-components-library.cjs.js +1 -1
  7. package/dist/cjs/z-app-switcher_9.cjs.entry.js +3 -3
  8. package/dist/cjs/z-aria-alert.cjs.entry.js +1 -1
  9. package/dist/cjs/z-avatar.cjs.entry.js +1 -1
  10. package/dist/cjs/z-button-deprecated.cjs.entry.js +1 -1
  11. package/dist/cjs/z-button.cjs.entry.js +1 -1
  12. package/dist/cjs/z-card.cjs.entry.js +1 -1
  13. package/dist/cjs/z-chip.cjs.entry.js +2 -2
  14. package/dist/cjs/z-combobox.cjs.entry.js +2 -2
  15. package/dist/cjs/z-contextual-menu.cjs.entry.js +2 -2
  16. package/dist/cjs/z-cookiebar.cjs.entry.js +1 -1
  17. package/dist/cjs/z-date-picker.cjs.entry.js +2 -2
  18. package/dist/cjs/z-file-upload.cjs.entry.js +2 -2
  19. package/dist/cjs/z-file.cjs.entry.js +2 -2
  20. package/dist/cjs/z-footer.cjs.entry.js +1 -1
  21. package/dist/cjs/z-info-reveal.cjs.entry.js +64 -0
  22. package/dist/cjs/z-input-deprecated.cjs.entry.js +2 -2
  23. package/dist/cjs/z-input-label_2.cjs.entry.js +2 -2
  24. package/dist/cjs/z-list-group.cjs.entry.js +1 -1
  25. package/dist/cjs/z-list_2.cjs.entry.js +1 -1
  26. package/dist/cjs/z-menu-dropdown_2.cjs.entry.js +2 -2
  27. package/dist/cjs/z-messages-pocket.cjs.entry.js +1 -1
  28. package/dist/cjs/z-modal-login.cjs.entry.js +1 -1
  29. package/dist/cjs/z-myz-card-alert.cjs.entry.js +1 -1
  30. package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +1 -1
  31. package/dist/cjs/z-myz-card-footer.cjs.entry.js +1 -1
  32. package/dist/cjs/z-myz-card-info.cjs.entry.js +3 -3
  33. package/dist/cjs/z-myz-card_4.cjs.entry.js +1 -1
  34. package/dist/cjs/z-myz-list-item.cjs.entry.js +2 -2
  35. package/dist/cjs/z-myz-topbar.cjs.entry.js +1 -1
  36. package/dist/cjs/z-navigation-tab-link.cjs.entry.js +1 -1
  37. package/dist/cjs/z-navigation-tab.cjs.entry.js +1 -1
  38. package/dist/cjs/z-navigation-tabs.cjs.entry.js +1 -1
  39. package/dist/cjs/z-offcanvas.cjs.entry.js +1 -1
  40. package/dist/cjs/z-otp.cjs.entry.js +1 -1
  41. package/dist/cjs/z-pagination-bar.cjs.entry.js +2 -2
  42. package/dist/cjs/z-pocket_3.cjs.entry.js +2 -2
  43. package/dist/cjs/z-popover-deprecated.cjs.entry.js +2 -2
  44. package/dist/cjs/z-popover.cjs.entry.js +26 -29
  45. package/dist/cjs/z-section-title.cjs.entry.js +1 -1
  46. package/dist/cjs/z-skip-to-content.cjs.entry.js +2 -2
  47. package/dist/cjs/z-slideshow.cjs.entry.js +2 -2
  48. package/dist/cjs/z-status-tag.cjs.entry.js +1 -1
  49. package/dist/cjs/z-table-cell.cjs.entry.js +1 -1
  50. package/dist/cjs/z-table-header.cjs.entry.js +3 -3
  51. package/dist/cjs/z-table-row.cjs.entry.js +1 -1
  52. package/dist/cjs/z-table.cjs.entry.js +1 -1
  53. package/dist/cjs/z-toast-notification-list.cjs.entry.js +1 -1
  54. package/dist/cjs/z-toast-notification.cjs.entry.js +1 -1
  55. package/dist/cjs/z-toggle-switch.cjs.entry.js +2 -2
  56. package/dist/cjs/z-tooltip-deprecated.cjs.entry.js +26 -26
  57. package/dist/cjs/z-tooltip.cjs.entry.js +2 -2
  58. package/dist/collection/beans/index.js +20 -13
  59. package/dist/collection/collection-manifest.json +1 -0
  60. package/dist/collection/components/file-upload/z-file/index.js +1 -1
  61. package/dist/collection/components/notification/z-tooltip/index.js +3 -3
  62. package/dist/collection/components/z-contextual-menu/index.js +3 -3
  63. package/dist/collection/components/z-info-reveal/index.js +143 -0
  64. package/dist/collection/components/z-info-reveal/styles.css +97 -0
  65. package/dist/collection/components/z-popover/index.js +30 -32
  66. package/dist/collection/components/z-table/z-table-header/index.js +1 -1
  67. package/dist/collection/deprecated/z-tooltip-deprecated/index.js +27 -27
  68. package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +1 -1
  69. package/dist/esm/{index-3786a7ff.js → index-e3640537.js} +21 -14
  70. package/dist/esm/index.js +2 -2
  71. package/dist/esm/loader.js +1 -1
  72. package/dist/esm/{utils-a9a836d2.js → utils-c1f651ae.js} +1 -1
  73. package/dist/esm/{utils-d49ae9f0.js → utils-f3d44cb3.js} +1 -1
  74. package/dist/esm/web-components-library.js +1 -1
  75. package/dist/esm/z-app-switcher_9.entry.js +3 -3
  76. package/dist/esm/z-aria-alert.entry.js +1 -1
  77. package/dist/esm/z-avatar.entry.js +1 -1
  78. package/dist/esm/z-button-deprecated.entry.js +1 -1
  79. package/dist/esm/z-button.entry.js +1 -1
  80. package/dist/esm/z-card.entry.js +1 -1
  81. package/dist/esm/z-chip.entry.js +2 -2
  82. package/dist/esm/z-combobox.entry.js +2 -2
  83. package/dist/esm/z-contextual-menu.entry.js +2 -2
  84. package/dist/esm/z-cookiebar.entry.js +1 -1
  85. package/dist/esm/z-date-picker.entry.js +2 -2
  86. package/dist/esm/z-file-upload.entry.js +2 -2
  87. package/dist/esm/z-file.entry.js +2 -2
  88. package/dist/esm/z-footer.entry.js +1 -1
  89. package/dist/esm/z-info-reveal.entry.js +60 -0
  90. package/dist/esm/z-input-deprecated.entry.js +2 -2
  91. package/dist/esm/z-input-label_2.entry.js +2 -2
  92. package/dist/esm/z-list-group.entry.js +1 -1
  93. package/dist/esm/z-list_2.entry.js +1 -1
  94. package/dist/esm/z-menu-dropdown_2.entry.js +2 -2
  95. package/dist/esm/z-messages-pocket.entry.js +1 -1
  96. package/dist/esm/z-modal-login.entry.js +1 -1
  97. package/dist/esm/z-myz-card-alert.entry.js +1 -1
  98. package/dist/esm/z-myz-card-dictionary.entry.js +1 -1
  99. package/dist/esm/z-myz-card-footer.entry.js +1 -1
  100. package/dist/esm/z-myz-card-info.entry.js +3 -3
  101. package/dist/esm/z-myz-card_4.entry.js +1 -1
  102. package/dist/esm/z-myz-list-item.entry.js +2 -2
  103. package/dist/esm/z-myz-topbar.entry.js +1 -1
  104. package/dist/esm/z-navigation-tab-link.entry.js +1 -1
  105. package/dist/esm/z-navigation-tab.entry.js +1 -1
  106. package/dist/esm/z-navigation-tabs.entry.js +1 -1
  107. package/dist/esm/z-offcanvas.entry.js +1 -1
  108. package/dist/esm/z-otp.entry.js +1 -1
  109. package/dist/esm/z-pagination-bar.entry.js +2 -2
  110. package/dist/esm/z-pocket_3.entry.js +2 -2
  111. package/dist/esm/z-popover-deprecated.entry.js +2 -2
  112. package/dist/esm/z-popover.entry.js +26 -29
  113. package/dist/esm/z-section-title.entry.js +1 -1
  114. package/dist/esm/z-skip-to-content.entry.js +2 -2
  115. package/dist/esm/z-slideshow.entry.js +2 -2
  116. package/dist/esm/z-status-tag.entry.js +1 -1
  117. package/dist/esm/z-table-cell.entry.js +1 -1
  118. package/dist/esm/z-table-header.entry.js +3 -3
  119. package/dist/esm/z-table-row.entry.js +1 -1
  120. package/dist/esm/z-table.entry.js +1 -1
  121. package/dist/esm/z-toast-notification-list.entry.js +1 -1
  122. package/dist/esm/z-toast-notification.entry.js +1 -1
  123. package/dist/esm/z-toggle-switch.entry.js +2 -2
  124. package/dist/esm/z-tooltip-deprecated.entry.js +26 -26
  125. package/dist/esm/z-tooltip.entry.js +2 -2
  126. package/dist/types/beans/index.d.ts +20 -13
  127. package/dist/types/components/z-info-reveal/index.d.ts +28 -0
  128. package/dist/types/components/z-popover/index.d.ts +3 -3
  129. package/dist/types/components.d.ts +34 -3
  130. package/dist/web-components-library/index.esm.js +1 -1
  131. package/{www/build/p-6db40dac.entry.js → dist/web-components-library/p-057981fe.entry.js} +1 -1
  132. package/dist/web-components-library/p-07949b90.entry.js +1 -0
  133. package/{www/build/p-ec0c7a06.entry.js → dist/web-components-library/p-0c37f467.entry.js} +1 -1
  134. package/dist/web-components-library/{p-35f7cac2.entry.js → p-0f185eb0.entry.js} +1 -1
  135. package/dist/web-components-library/{p-4906f5a6.entry.js → p-12125ca9.entry.js} +1 -1
  136. package/{www/build/p-5c20338f.entry.js → dist/web-components-library/p-139b5241.entry.js} +1 -1
  137. package/dist/web-components-library/p-20d02305.js +1 -0
  138. package/dist/web-components-library/{p-7407a0c3.entry.js → p-242501d5.entry.js} +1 -1
  139. package/dist/web-components-library/{p-99a76b4d.entry.js → p-26e314bc.entry.js} +1 -1
  140. package/dist/web-components-library/p-28ecb1ae.entry.js +1 -0
  141. package/{www/build/p-82217c76.entry.js → dist/web-components-library/p-2931f7bc.entry.js} +1 -1
  142. package/{www/build/p-898e37bd.entry.js → dist/web-components-library/p-2954396f.entry.js} +1 -1
  143. package/{www/build/p-95414290.entry.js → dist/web-components-library/p-2c17e016.entry.js} +1 -1
  144. package/dist/web-components-library/{p-f9f5ab0b.entry.js → p-3496bd33.entry.js} +1 -1
  145. package/dist/web-components-library/{p-0487d5f1.entry.js → p-38716520.entry.js} +1 -1
  146. package/{www/build/p-45d4987c.entry.js → dist/web-components-library/p-3ab957bb.entry.js} +1 -1
  147. package/dist/web-components-library/p-3e564afc.entry.js +1 -0
  148. package/dist/web-components-library/{p-18c0f701.entry.js → p-45810268.entry.js} +1 -1
  149. package/{www/build/p-5553f117.entry.js → dist/web-components-library/p-46f58c91.entry.js} +1 -1
  150. package/{www/build/p-49602979.entry.js → dist/web-components-library/p-4c857706.entry.js} +1 -1
  151. package/dist/web-components-library/{p-2e0885d6.entry.js → p-5332ba48.entry.js} +1 -1
  152. package/dist/web-components-library/{p-0ccda54f.entry.js → p-57888e02.entry.js} +1 -1
  153. package/dist/web-components-library/{p-fd404599.entry.js → p-57f2ceae.entry.js} +1 -1
  154. package/dist/web-components-library/{p-49f8c86b.entry.js → p-5889ec85.entry.js} +1 -1
  155. package/dist/web-components-library/{p-25b1a634.entry.js → p-598f6761.entry.js} +1 -1
  156. package/dist/web-components-library/{p-3dc21b58.entry.js → p-6f731dfa.entry.js} +1 -1
  157. package/dist/web-components-library/{p-0610360b.entry.js → p-7a3cdf12.entry.js} +1 -1
  158. package/dist/web-components-library/{p-a4245c8a.entry.js → p-7aa19a55.entry.js} +1 -1
  159. package/dist/web-components-library/{p-044edef0.entry.js → p-7dfe73cf.entry.js} +1 -1
  160. package/dist/web-components-library/{p-60e042a0.entry.js → p-83f0796d.entry.js} +1 -1
  161. package/dist/web-components-library/{p-0bcc78d4.entry.js → p-85bd1ff2.entry.js} +1 -1
  162. package/dist/web-components-library/{p-d41ca4c3.js → p-8c4c18e1.js} +1 -1
  163. package/dist/web-components-library/{p-33120ebd.entry.js → p-90a4883b.entry.js} +1 -1
  164. package/dist/web-components-library/{p-fb7c83f6.js → p-967401ab.js} +1 -1
  165. package/dist/web-components-library/{p-287678e2.entry.js → p-969652eb.entry.js} +1 -1
  166. package/dist/web-components-library/{p-80044bc0.entry.js → p-98298391.entry.js} +1 -1
  167. package/dist/web-components-library/p-a2e54d19.entry.js +1 -0
  168. package/dist/web-components-library/{p-a98ccf36.entry.js → p-adbca438.entry.js} +1 -1
  169. package/dist/web-components-library/{p-987f1f8a.entry.js → p-b3e7dfbd.entry.js} +1 -1
  170. package/dist/web-components-library/{p-286c4c99.entry.js → p-b43e7b60.entry.js} +1 -1
  171. package/{www/build/p-e30a093f.entry.js → dist/web-components-library/p-b4c75519.entry.js} +1 -1
  172. package/dist/web-components-library/{p-a88f4e49.entry.js → p-b8e8220f.entry.js} +1 -1
  173. package/{www/build/p-9b563575.entry.js → dist/web-components-library/p-c07bcbd3.entry.js} +1 -1
  174. package/dist/web-components-library/{p-1c2331a4.entry.js → p-c1ebd436.entry.js} +1 -1
  175. package/{www/build/p-71f19680.entry.js → dist/web-components-library/p-c4892336.entry.js} +1 -1
  176. package/dist/web-components-library/{p-9c81ed70.entry.js → p-d09b89da.entry.js} +1 -1
  177. package/dist/web-components-library/{p-24f3a39e.entry.js → p-d5844db1.entry.js} +1 -1
  178. package/dist/web-components-library/{p-2d93e9e9.entry.js → p-d641ea46.entry.js} +1 -1
  179. package/dist/web-components-library/{p-bf3ea7b5.entry.js → p-dad7bc20.entry.js} +1 -1
  180. package/dist/web-components-library/{p-248e6c7d.entry.js → p-e3840215.entry.js} +1 -1
  181. package/{www/build/p-7ce57dfd.entry.js → dist/web-components-library/p-e768fe51.entry.js} +1 -1
  182. package/dist/web-components-library/{p-5a2dd46c.entry.js → p-e815e82b.entry.js} +1 -1
  183. package/dist/web-components-library/{p-2c86d1ea.entry.js → p-fde7105a.entry.js} +1 -1
  184. package/dist/web-components-library/{p-4a8fe1e0.entry.js → p-fed999af.entry.js} +1 -1
  185. package/dist/web-components-library/web-components-library.css +1 -1
  186. package/dist/web-components-library/web-components-library.esm.js +1 -1
  187. package/package.json +2 -2
  188. package/react/components.d.ts +1 -0
  189. package/react/components.js +4 -3
  190. package/react/components.js.map +1 -1
  191. package/www/build/index.esm.js +1 -1
  192. package/{dist/web-components-library/p-6db40dac.entry.js → www/build/p-057981fe.entry.js} +1 -1
  193. package/www/build/p-07949b90.entry.js +1 -0
  194. package/{dist/web-components-library/p-ec0c7a06.entry.js → www/build/p-0c37f467.entry.js} +1 -1
  195. package/www/build/{p-35f7cac2.entry.js → p-0f185eb0.entry.js} +1 -1
  196. package/www/build/{p-4906f5a6.entry.js → p-12125ca9.entry.js} +1 -1
  197. package/{dist/web-components-library/p-5c20338f.entry.js → www/build/p-139b5241.entry.js} +1 -1
  198. package/www/build/p-20d02305.js +1 -0
  199. package/www/build/{p-7407a0c3.entry.js → p-242501d5.entry.js} +1 -1
  200. package/www/build/{p-99a76b4d.entry.js → p-26e314bc.entry.js} +1 -1
  201. package/www/build/p-28ecb1ae.entry.js +1 -0
  202. package/{dist/web-components-library/p-82217c76.entry.js → www/build/p-2931f7bc.entry.js} +1 -1
  203. package/{dist/web-components-library/p-898e37bd.entry.js → www/build/p-2954396f.entry.js} +1 -1
  204. package/{dist/web-components-library/p-95414290.entry.js → www/build/p-2c17e016.entry.js} +1 -1
  205. package/www/build/{p-f9f5ab0b.entry.js → p-3496bd33.entry.js} +1 -1
  206. package/www/build/{p-0487d5f1.entry.js → p-38716520.entry.js} +1 -1
  207. package/{dist/web-components-library/p-45d4987c.entry.js → www/build/p-3ab957bb.entry.js} +1 -1
  208. package/www/build/p-3e564afc.entry.js +1 -0
  209. package/www/build/p-418e5795.js +1 -0
  210. package/www/build/{p-18c0f701.entry.js → p-45810268.entry.js} +1 -1
  211. package/{dist/web-components-library/p-5553f117.entry.js → www/build/p-46f58c91.entry.js} +1 -1
  212. package/{dist/web-components-library/p-49602979.entry.js → www/build/p-4c857706.entry.js} +1 -1
  213. package/www/build/{p-2e0885d6.entry.js → p-5332ba48.entry.js} +1 -1
  214. package/www/build/{p-0ccda54f.entry.js → p-57888e02.entry.js} +1 -1
  215. package/www/build/{p-fd404599.entry.js → p-57f2ceae.entry.js} +1 -1
  216. package/www/build/{p-49f8c86b.entry.js → p-5889ec85.entry.js} +1 -1
  217. package/www/build/{p-25b1a634.entry.js → p-598f6761.entry.js} +1 -1
  218. package/www/build/{p-3dc21b58.entry.js → p-6f731dfa.entry.js} +1 -1
  219. package/www/build/{p-0610360b.entry.js → p-7a3cdf12.entry.js} +1 -1
  220. package/www/build/{p-a4245c8a.entry.js → p-7aa19a55.entry.js} +1 -1
  221. package/www/build/{p-044edef0.entry.js → p-7dfe73cf.entry.js} +1 -1
  222. package/www/build/{p-60e042a0.entry.js → p-83f0796d.entry.js} +1 -1
  223. package/www/build/{p-0bcc78d4.entry.js → p-85bd1ff2.entry.js} +1 -1
  224. package/www/build/{p-d41ca4c3.js → p-8c4c18e1.js} +1 -1
  225. package/www/build/{p-33120ebd.entry.js → p-90a4883b.entry.js} +1 -1
  226. package/www/build/{p-fb7c83f6.js → p-967401ab.js} +1 -1
  227. package/www/build/{p-287678e2.entry.js → p-969652eb.entry.js} +1 -1
  228. package/www/build/{p-80044bc0.entry.js → p-98298391.entry.js} +1 -1
  229. package/www/build/p-a2e54d19.entry.js +1 -0
  230. package/www/build/{p-a98ccf36.entry.js → p-adbca438.entry.js} +1 -1
  231. package/www/build/{p-987f1f8a.entry.js → p-b3e7dfbd.entry.js} +1 -1
  232. package/www/build/{p-286c4c99.entry.js → p-b43e7b60.entry.js} +1 -1
  233. package/{dist/web-components-library/p-e30a093f.entry.js → www/build/p-b4c75519.entry.js} +1 -1
  234. package/www/build/{p-a88f4e49.entry.js → p-b8e8220f.entry.js} +1 -1
  235. package/{dist/web-components-library/p-9b563575.entry.js → www/build/p-c07bcbd3.entry.js} +1 -1
  236. package/www/build/{p-1c2331a4.entry.js → p-c1ebd436.entry.js} +1 -1
  237. package/{dist/web-components-library/p-71f19680.entry.js → www/build/p-c4892336.entry.js} +1 -1
  238. package/www/build/{p-9c81ed70.entry.js → p-d09b89da.entry.js} +1 -1
  239. package/www/build/{p-24f3a39e.entry.js → p-d5844db1.entry.js} +1 -1
  240. package/www/build/{p-2d93e9e9.entry.js → p-d641ea46.entry.js} +1 -1
  241. package/www/build/{p-bf3ea7b5.entry.js → p-dad7bc20.entry.js} +1 -1
  242. package/www/build/{p-248e6c7d.entry.js → p-e3840215.entry.js} +1 -1
  243. package/{dist/web-components-library/p-7ce57dfd.entry.js → www/build/p-e768fe51.entry.js} +1 -1
  244. package/www/build/{p-5a2dd46c.entry.js → p-e815e82b.entry.js} +1 -1
  245. package/www/build/{p-2c86d1ea.entry.js → p-fde7105a.entry.js} +1 -1
  246. package/www/build/{p-4a8fe1e0.entry.js → p-fed999af.entry.js} +1 -1
  247. package/www/build/web-components-library.css +1 -1
  248. package/www/build/web-components-library.esm.js +1 -1
  249. package/www/index.html +1 -1
  250. package/dist/web-components-library/p-13174553.entry.js +0 -1
  251. package/dist/web-components-library/p-206e5b31.entry.js +0 -1
  252. package/dist/web-components-library/p-6897ca8c.js +0 -1
  253. package/dist/web-components-library/p-e9628876.entry.js +0 -1
  254. package/www/build/p-13174553.entry.js +0 -1
  255. package/www/build/p-206e5b31.entry.js +0 -1
  256. package/www/build/p-58d420a2.js +0 -1
  257. package/www/build/p-6897ca8c.js +0 -1
  258. package/www/build/p-e9628876.entry.js +0 -1
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-84b7063a.js');
6
- const index$1 = require('./index-5c16dc2b.js');
7
- const utils = require('./utils-15c8b978.js');
6
+ const index$1 = require('./index-bc9a5c2b.js');
7
+ const utils = require('./utils-2fa62b67.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-84b7063a.js');
6
- const index$1 = require('./index-5c16dc2b.js');
6
+ const index$1 = require('./index-bc9a5c2b.js');
7
7
  const index$2 = require('./index-1fda0714.js');
8
8
  require('./_commonjsHelpers-537d719a.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-84b7063a.js');
6
- const index$1 = require('./index-5c16dc2b.js');
6
+ const index$1 = require('./index-bc9a5c2b.js');
7
7
  const index$2 = require('./index-1fda0714.js');
8
8
  require('./_commonjsHelpers-537d719a.js');
9
9
 
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-84b7063a.js');
6
6
  const index$2 = require('./index-1fda0714.js');
7
- const index$1 = require('./index-5c16dc2b.js');
8
- const utils = require('./utils-15c8b978.js');
7
+ const index$1 = require('./index-bc9a5c2b.js');
8
+ const utils = require('./utils-2fa62b67.js');
9
9
  require('./_commonjsHelpers-537d719a.js');
10
10
  require('./breakpoints-88c4fd6c.js');
11
11
 
@@ -76,7 +76,7 @@ const ZTableHeader = class {
76
76
  sortable: this.sortable,
77
77
  }), onClick: () => this.handleSort() }, index.h("div", { class: 'container' }, index.h("slot", null), this.sortable && this.sortDirection !== index$1.SortDirectionEnum.none && (index.h("z-icon", { name: this.sortDirection === index$1.SortDirectionEnum.asc
78
78
  ? "arrow-up"
79
- : "arrow-down", class: "arrow" }))), this.showButton && (index.h("div", { class: 'popover-container' }, index.h("z-button", { ref: (el) => (this.triggerButton = el), class: "contextual-popover-button", icon: "contextual-menu", variant: index$1.ButtonVariantEnum["tertiary"], size: index$1.ButtonSizeEnum["x-small"], onClick: () => this.handleMenuClick() }), index.h("z-popover", { ref: (el) => (this.popover = el), position: index$1.PopoverPositions.BOTTOM, center: true, bindTo: this.triggerButton }, index.h("div", null, index.h("slot", { name: "contextual-menu" })))))));
79
+ : "arrow-down", class: "arrow" }))), this.showButton && (index.h("div", { class: 'popover-container' }, index.h("z-button", { ref: (el) => (this.triggerButton = el), class: "contextual-popover-button", icon: "contextual-menu", variant: index$1.ButtonVariantEnum["tertiary"], size: index$1.ButtonSizeEnum["x-small"], onClick: () => this.handleMenuClick() }), index.h("z-popover", { ref: (el) => (this.popover = el), position: index$1.PopoverPositions.bottom, center: true, bindTo: this.triggerButton }, index.h("div", null, index.h("slot", { name: "contextual-menu" })))))));
80
80
  }
81
81
  get host() { return index.getElement(this); }
82
82
  };
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-84b7063a.js');
6
- const index$1 = require('./index-5c16dc2b.js');
6
+ const index$1 = require('./index-bc9a5c2b.js');
7
7
 
8
8
  const stylesCss = "z-table-row{display:table-row;font-family:var(--font-family-sans)}z-table-row[expanded-type=\"expandable\"]:hover{cursor:pointer}z-table-row[expanded-type=\"expandable\"]>z-table-cell:first-child,z-table-row[expanded-type=\"padding\"]>z-table-cell:first-child{--z-icon-width:16px;--z-icon-height:16px;width:24px;padding-left:16px;padding-right:0px;box-sizing:border-box;text-align:center;fill:var(--gray800);user-select:none}.z-icon-placeholder{width:24px;padding-right:0px}z-table-row[expanded-type=\"expandable\"]>z-table-cell:nth-child(2),z-table-row[expanded-type=\"padding\"]>z-table-cell:nth-child(2){padding-left:8px}z-table-row[expanded-type]:hover>z-table-cell:first-child{fill:var(--myz-blue-dark)}z-table-row[expanded]>z-table-cell{background-color:var(--gray50)}z-table-row[expanded]+z-table-expanded-row{display:table-row}z-table-row[expanded]>z-table-cell{border-bottom:none}";
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-84b7063a.js');
6
- const index$1 = require('./index-5c16dc2b.js');
6
+ const index$1 = require('./index-bc9a5c2b.js');
7
7
  const breakpoints = require('./breakpoints-88c4fd6c.js');
8
8
 
9
9
  const stylesCss = "z-table{overflow-x:auto;display:block;width:100%;font-family:var(--dashboard-font);font-weight:var(--font-rg);background-color:var(--color-white)}z-table>div.table{display:table;width:100%;border-collapse:separate}z-table>div.table-bordered>z-table-body>z-table-row>z-table-cell:not(:last-child),z-table>div.table-bordered>z-table-head>z-table-header-row>z-table-header:not(:last-child){border-right:var(--border-size-small) solid var(--bg-grey-200)}z-table>div>z-table-body>z-table-row[expandable]>z-table-cell:first-child,z-table>div>z-table-head>z-table-header-row[expandable]>z-table-header:first-child{border-right:none}z-table>div>z-table-body>z-table-row[expanded]>z-table-cell{background-color:var(--gray50)}z-table>div>z-table-body>z-table-row[expanded]+z-table-expanded-row{border-bottom:1px solid var(--gray200)}z-table>div.table-column-sticky>z-table-body>z-table-row>z-table-cell:first-child,z-table>div.table-column-sticky>z-table-head>z-table-header-row>z-table-header:first-child{position:sticky;left:0;box-shadow:1px 0 4px -1px rgba(66, 69, 72, 0.4);z-index:1}z-table>div.table-header-sticky>z-table-head>z-table-header-row>z-table-header{position:sticky;top:0;box-shadow:0 2px 3px -3px rgba(66, 69, 72, 0.4)}z-table>div.table-header-sticky>z-table-head>z-table-header-row>z-table-header{z-index:2}z-table>div.table-header-sticky>z-table-head>z-table-header-row>z-table-header:first-child,z-table>div.table-column-sticky>z-table-head>z-table-header-row>z-table-header:first-child{z-index:5}z-table-body{width:auto;background-color:var(--color-white)}z-table-empty-box{display:flex;flex-direction:column;flex-grow:1;border-bottom:var(--border-size-small) solid var(--bg-grey-200)}z-table-empty-box.bordered{border-left:var(--border-size-small) solid var(--bg-grey-200)}.error-message{margin-top:calc(var(--space-unit) * 2)}.table-content{display:flex;flex-direction:row;width:100%}.error-content{font-family:var(--dashboard-font);padding:calc(var(--space-unit) * 3);display:flex}.error-content>img{width:244px;height:188px;margin-right:calc(var(--space-unit) * 3)}@media only screen and (max-width: 768px){z-table>div.table-empty{display:none}.error-content{display:flex;flex-direction:column}.error-content>img{width:auto;height:auto}.text{padding:calc(var(--space-unit) * 3) 0}}";
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-84b7063a.js');
6
- const index$1 = require('./index-5c16dc2b.js');
6
+ const index$1 = require('./index-bc9a5c2b.js');
7
7
 
8
8
  const stylesCss = ":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}}";
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-84b7063a.js');
6
- const index$1 = require('./index-5c16dc2b.js');
6
+ const index$1 = require('./index-bc9a5c2b.js');
7
7
  const breakpoints = require('./breakpoints-88c4fd6c.js');
8
8
  const hammer = require('./hammer-4f20813e.js');
9
9
  require('./_commonjsHelpers-537d719a.js');
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-84b7063a.js');
6
- const utils = require('./utils-15c8b978.js');
7
- const index$1 = require('./index-5c16dc2b.js');
6
+ const utils = require('./utils-2fa62b67.js');
7
+ const index$1 = require('./index-bc9a5c2b.js');
8
8
  require('./breakpoints-88c4fd6c.js');
9
9
 
10
10
  const stylesCss = ".sc-z-toggle-switch-h{font-family:var(--font-family-sans);font-weight:var(--font-rg);display:inline-flex;position:relative}label.sc-z-toggle-switch{display:flex;align-items:center;flex-direction:row;cursor:pointer}label.disabled.sc-z-toggle-switch{cursor:default}label.right.sc-z-toggle-switch{flex-direction:row-reverse}label.sc-z-toggle-switch>span.sc-z-toggle-switch:first-child{letter-spacing:0;color:var(--color-text01)}label.left.sc-z-toggle-switch>span.sc-z-toggle-switch:first-child{margin-right:var(--space-unit)}label.right.sc-z-toggle-switch>span.sc-z-toggle-switch:first-child{margin-left:var(--space-unit)}label.sc-z-toggle-switch>span.container.sc-z-toggle-switch{display:flex;align-items:center}label.sc-z-toggle-switch>span.container.sc-z-toggle-switch{top:1px;left:1px;height:18px;width:calc(var(--space-unit) * 4);border-radius:var(--space-unit);color:var(--gray500);background-color:var(--gray500);position:relative;cursor:pointer}label.sc-z-toggle-switch>span.container.disabled.sc-z-toggle-switch,label.sc-z-toggle-switch>span.container.checked.disabled.sc-z-toggle-switch{background-color:var(--color-disabled01);cursor:default}label.sc-z-toggle-switch>span.container.checked.disabled.sc-z-toggle-switch>span.circle.sc-z-toggle-switch>z-icon.sc-z-toggle-switch{fill:var(--color-disabled01)}label.sc-z-toggle-switch>span.container.checked.sc-z-toggle-switch{background-color:var(--color-primary01);fill:var(--color-primary01)}input.sc-z-toggle-switch:focus:focus-visible+label.sc-z-toggle-switch>span.container.sc-z-toggle-switch:not(.disabled){outline:none;box-shadow:var(--shadow-focus-primary)}input.sc-z-toggle-switch:focus:focus-visible+label.sc-z-toggle-switch>span.container.disabled.sc-z-toggle-switch{outline:none}label.sc-z-toggle-switch>span.container.sc-z-toggle-switch:not(.disabled):hover{background-color:var(--color-hover-primary);fill:var(--color-hover-primary)}label.sc-z-toggle-switch>span.container.sc-z-toggle-switch>span.circle.sc-z-toggle-switch{top:1px;left:1px;position:absolute;display:flex;align-items:center;justify-content:center;margin:0;height:calc(var(--space-unit) * 2);width:calc(var(--space-unit) * 2);border-radius:7px;background-color:var(--color-white);box-shadow:var(--shadow-1);transition:transform 0.3s ease}label.sc-z-toggle-switch>span.container.checked.sc-z-toggle-switch>span.circle.sc-z-toggle-switch{transform:translateX(calc(100% - 2px))}input[type=\"checkbox\"].sc-z-toggle-switch{position:absolute;opacity:0;z-index:-1;pointer-events:none}";
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-84b7063a.js');
6
- const index$1 = require('./index-5c16dc2b.js');
6
+ const index$1 = require('./index-bc9a5c2b.js');
7
7
 
8
8
  const stylesCss = ":host{--z-tooltip-theme--surface:var(--color-surface01);--z-tooltip-theme--text:var(--color-text01);--arrow-size:6px;--edge-offset:calc(-1 * (var(--arrow-size) + calc(var(--space-unit) * 2)));position:relative;display:none;align-items:center;justify-content:center;padding:var(--space-unit);min-width:calc(var(--space-unit) * 8);min-height:calc(var(--space-unit) * 4);color:var(--z-tooltip-theme--text);fill:currentColor;font-family:var(--font-family-sans);text-align:center;border-radius:var(--border-radius-small);background:var(--z-tooltip-theme--surface);filter:drop-shadow(0 4px 8px var(--shadow-color-base));will-change:filter}:host(.legacy){display:inline-flex;padding:calc(var(--space-unit) * 2);min-width:auto;min-height:auto;max-width:200px;font-style:italic;line-height:16px;letter-spacing:0.32px;font-size:12px;border:var(--border-size-small) solid var(--gray200);border-radius:var(--border-radius);filter:drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.08))}:host(.legacy)::before{--arrow-size:14px}:host([position])::before{--arrow-edge-offset:calc(100% - var(--arrow-size) - var(--space-unit));--arrow-center-x-offset:calc(50% - calc(var(--arrow-size) / 2));--arrow-center-y-offset:calc(100% - calc(var(--arrow-size) / 2));content:'';position:absolute;width:var(--arrow-size);height:var(--arrow-size);background:inherit;transform:rotate(45deg)}:host([open][style*='top:']),:host([open][style*='inset:']){display:inline-flex}:host([position^='top']){margin-bottom:var(--space-unit)}:host([position='right']){margin-left:var(--space-unit)}:host([position='top_right']),:host([position='bottom_right']){margin-left:var(--edge-offset)}:host([position^='bottom']){margin-top:var(--space-unit)}:host([position='left']){margin-right:var(--space-unit)}:host([position='top_left']),:host([position='bottom_left']){margin-right:var(--edge-offset)}:host([position^='top'])::before{top:var(--arrow-center-y-offset)}:host([position^='bottom'])::before{bottom:var(--arrow-center-y-offset)}:host([position='top'])::before,:host([position='bottom'])::before{left:var(--arrow-center-x-offset)}:host([position='right'])::before,:host([position='left'])::before{top:var(--arrow-center-x-offset)}:host([position='right'])::before{right:var(--arrow-center-y-offset)}:host([position='top_right'])::before,:host([position='bottom_right'])::before{right:var(--arrow-edge-offset)}:host([position='left'])::before{left:var(--arrow-center-y-offset)}:host([position='top_left'])::before,:host([position='bottom_left'])::before{left:var(--arrow-edge-offset)}::slotted(*){flex:1 auto;overflow:auto}";
9
9
 
@@ -89,7 +89,7 @@ const ZTooltipDeprecated = class {
89
89
  index.registerInstance(this, hostRef);
90
90
  this.positionChange = index.createEvent(this, "positionChange", 7);
91
91
  /** Tooltip position. */
92
- this.type = index$1.PopoverPositions.AUTO;
92
+ this.type = index$1.PopoverPositions.auto;
93
93
  /**
94
94
  * The open state of the tooltip.
95
95
  */
@@ -100,7 +100,7 @@ const ZTooltipDeprecated = class {
100
100
  Object
101
101
  .values(index$1.PopoverPositions)
102
102
  .every((position) => newValue !== position)) {
103
- this.type = index$1.PopoverPositions.AUTO;
103
+ this.type = index$1.PopoverPositions.auto;
104
104
  }
105
105
  }
106
106
  onPositionChange() {
@@ -169,29 +169,29 @@ const ZTooltipDeprecated = class {
169
169
  const availableHeight = availableTop + availableBottom + boundingRect.height;
170
170
  const availableWidth = availableLeft + availableRight + boundingRect.width;
171
171
  let position = this.type;
172
- if (position === index$1.PopoverPositions.AUTO) {
172
+ if (position === index$1.PopoverPositions.auto) {
173
173
  /**
174
174
  * The `AUTO` position tries to place the tooltip in the "safest" area,
175
175
  * where there's more space available.
176
176
  */
177
177
  const positions = [];
178
178
  if (availableTop / availableHeight > 0.9) {
179
- positions.unshift(index$1.PopoverPositions.TOP);
179
+ positions.unshift(index$1.PopoverPositions.top);
180
180
  }
181
181
  else if (availableTop / availableHeight > 0.6) {
182
- positions.push(index$1.PopoverPositions.TOP);
182
+ positions.push(index$1.PopoverPositions.top);
183
183
  }
184
184
  else if (availableTop / availableHeight < 0.1) {
185
- positions.unshift(index$1.PopoverPositions.BOTTOM);
185
+ positions.unshift(index$1.PopoverPositions.bottom);
186
186
  }
187
187
  else {
188
- positions.push(index$1.PopoverPositions.BOTTOM);
188
+ positions.push(index$1.PopoverPositions.bottom);
189
189
  }
190
190
  if (availableLeft / availableWidth > 0.6) {
191
- positions.push(index$1.PopoverPositions.LEFT);
191
+ positions.push(index$1.PopoverPositions.left);
192
192
  }
193
193
  else if (availableLeft / availableWidth < 0.4) {
194
- positions.push(index$1.PopoverPositions.RIGHT);
194
+ positions.push(index$1.PopoverPositions.right);
195
195
  }
196
196
  position = positions.join("_");
197
197
  }
@@ -203,46 +203,46 @@ const ZTooltipDeprecated = class {
203
203
  const offsetRight = boundingRect.right - relativeBoundingRect.right;
204
204
  const offsetBottom = boundingRect.bottom - relativeBoundingRect.bottom;
205
205
  const offsetLeft = boundingRect.left - relativeBoundingRect.left;
206
- if (position === index$1.PopoverPositions.TOP ||
207
- position === index$1.PopoverPositions.TOP_RIGHT ||
208
- position === index$1.PopoverPositions.TOP_LEFT) {
206
+ if (position === index$1.PopoverPositions.top ||
207
+ position === index$1.PopoverPositions.top_right ||
208
+ position === index$1.PopoverPositions.top_left) {
209
209
  style.top = "auto";
210
210
  style.bottom = `${offsetBottom + boundingRect.height}px`;
211
211
  }
212
- if (position === index$1.PopoverPositions.BOTTOM ||
213
- position === index$1.PopoverPositions.BOTTOM_RIGHT ||
214
- position === index$1.PopoverPositions.BOTTOM_LEFT) {
212
+ if (position === index$1.PopoverPositions.bottom ||
213
+ position === index$1.PopoverPositions.bottom_right ||
214
+ position === index$1.PopoverPositions.bottom_left) {
215
215
  style.top = `${offsetTop + boundingRect.height}px`;
216
216
  style.bottom = "auto";
217
217
  }
218
- if (position === index$1.PopoverPositions.TOP ||
219
- position === index$1.PopoverPositions.BOTTOM) {
218
+ if (position === index$1.PopoverPositions.top ||
219
+ position === index$1.PopoverPositions.bottom) {
220
220
  style.left = `${offsetLeft +
221
221
  (boundingRect.width / 2) -
222
222
  (this.host.clientWidth / 2)}px`;
223
223
  }
224
- if (position === index$1.PopoverPositions.TOP_RIGHT ||
225
- position === index$1.PopoverPositions.BOTTOM_RIGHT) {
224
+ if (position === index$1.PopoverPositions.top_right ||
225
+ position === index$1.PopoverPositions.bottom_right) {
226
226
  style.right = "auto";
227
227
  style.left = `${offsetLeft + boundingRect.width}px`;
228
228
  }
229
- if (position === index$1.PopoverPositions.TOP_LEFT ||
230
- position === index$1.PopoverPositions.BOTTOM_LEFT) {
229
+ if (position === index$1.PopoverPositions.top_left ||
230
+ position === index$1.PopoverPositions.bottom_left) {
231
231
  style.left = "auto";
232
232
  style.right = `${offsetRight + boundingRect.width}px`;
233
233
  }
234
- if (position === index$1.PopoverPositions.RIGHT ||
235
- position === index$1.PopoverPositions.LEFT) {
234
+ if (position === index$1.PopoverPositions.right ||
235
+ position === index$1.PopoverPositions.left) {
236
236
  style.top = `${offsetTop +
237
237
  (boundingRect.height / 2) -
238
238
  (this.host.clientHeight / 2)}px`;
239
239
  style.bottom = "auto";
240
240
  }
241
- if (position === index$1.PopoverPositions.RIGHT) {
241
+ if (position === index$1.PopoverPositions.right) {
242
242
  style.right = "auto";
243
243
  style.left = `${offsetLeft + boundingRect.width}px`;
244
244
  }
245
- if (position === index$1.PopoverPositions.LEFT) {
245
+ if (position === index$1.PopoverPositions.left) {
246
246
  style.left = "auto";
247
247
  style.right = `${offsetRight + boundingRect.width}px`;
248
248
  }
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-84b7063a.js');
6
- const index$1 = require('./index-5c16dc2b.js');
6
+ const index$1 = require('./index-bc9a5c2b.js');
7
7
 
8
8
  const stylesCss = ":host{--z-tooltip-theme--surface:var(--color-surface01);--z-tooltip-theme--text:var(--color-text01);--z-tooltip-shadow-filter:drop-shadow(0 1px 2px var(--shadow-color-base))}:host([dark]) z-popover{--z-popover-theme--surface:var(--color-surface05)}z-popover{--z-popover-padding:var(--space-unit);--z-popover-theme--surface:var(--z-tooltip-theme--surface);--z-popover-theme--text:var(--z-tooltip-theme--text);--z-popover-shadow-filter:var(--z-tooltip-shadow-filter)}";
9
9
 
@@ -11,7 +11,7 @@ const ZTooltip = class {
11
11
  constructor(hostRef) {
12
12
  index.registerInstance(this, hostRef);
13
13
  /** Tooltip position. */
14
- this.position = index$1.PopoverPositions.AUTO;
14
+ this.position = index$1.PopoverPositions.auto;
15
15
  /** Enable tooltip dark mode. */
16
16
  this.dark = false;
17
17
  /**
@@ -59,19 +59,19 @@ export var InputStatusEnum;
59
59
  })(InputStatusEnum || (InputStatusEnum = {}));
60
60
  export var PopoverPositions;
61
61
  (function (PopoverPositions) {
62
- PopoverPositions["AUTO"] = "auto";
63
- PopoverPositions["TOP"] = "top";
64
- PopoverPositions["RIGHT"] = "right";
65
- PopoverPositions["BOTTOM"] = "bottom";
66
- PopoverPositions["LEFT"] = "left";
67
- PopoverPositions["TOP_RIGHT"] = "top_right";
68
- PopoverPositions["TOP_LEFT"] = "top_left";
69
- PopoverPositions["BOTTOM_RIGHT"] = "bottom_right";
70
- PopoverPositions["BOTTOM_LEFT"] = "bottom_left";
71
- PopoverPositions["RIGHT_TOP"] = "right_top";
72
- PopoverPositions["RIGHT_BOTTOM"] = "right_bottom";
73
- PopoverPositions["LEFT_TOP"] = "left_top";
74
- PopoverPositions["LEFT_BOTTOM"] = "left_bottom";
62
+ PopoverPositions["auto"] = "auto";
63
+ PopoverPositions["top"] = "top";
64
+ PopoverPositions["right"] = "right";
65
+ PopoverPositions["bottom"] = "bottom";
66
+ PopoverPositions["left"] = "left";
67
+ PopoverPositions["top_right"] = "top_right";
68
+ PopoverPositions["top_left"] = "top_left";
69
+ PopoverPositions["bottom_right"] = "bottom_right";
70
+ PopoverPositions["bottom_left"] = "bottom_left";
71
+ PopoverPositions["right_top"] = "right_top";
72
+ PopoverPositions["right_bottom"] = "right_bottom";
73
+ PopoverPositions["left_top"] = "left_top";
74
+ PopoverPositions["left_bottom"] = "left_bottom";
75
75
  })(PopoverPositions || (PopoverPositions = {}));
76
76
  export var PopoverPosition;
77
77
  (function (PopoverPosition) {
@@ -315,3 +315,10 @@ export var StatusTagStatus;
315
315
  StatusTagStatus["neutral"] = "neutral";
316
316
  StatusTagStatus["default"] = "default";
317
317
  })(StatusTagStatus || (StatusTagStatus = {}));
318
+ export var InfoRevealPosition;
319
+ (function (InfoRevealPosition) {
320
+ InfoRevealPosition["top_right"] = "top_right";
321
+ InfoRevealPosition["top_left"] = "top_left";
322
+ InfoRevealPosition["bottom_right"] = "bottom_right";
323
+ InfoRevealPosition["bottom_left"] = "bottom_left";
324
+ })(InfoRevealPosition || (InfoRevealPosition = {}));
@@ -57,6 +57,7 @@
57
57
  "./components/z-contextual-menu/index.js",
58
58
  "./components/z-divider/index.js",
59
59
  "./components/z-ghost-loading/index.js",
60
+ "./components/z-info-reveal/index.js",
60
61
  "./components/z-offcanvas/index.js",
61
62
  "./components/z-pagination/index.js",
62
63
  "./components/z-popover/index.js",
@@ -31,7 +31,7 @@ export class ZFile {
31
31
  }
32
32
  render() {
33
33
  return (h(Host, null,
34
- this.allowPopover && (h("z-popover", { open: this.popoverVisible, position: PopoverPositions.AUTO, bindTo: this.chip },
34
+ this.allowPopover && (h("z-popover", { open: this.popoverVisible, position: PopoverPositions.auto, bindTo: this.chip },
35
35
  h("span", { class: "body-5 tooltip-content" }, this.ellipsis.innerText))),
36
36
  h("z-chip", { ref: (el) => (this.chip = el), id: `chip-${this.fileNumber}`, interactiveIcon: "multiply-circled", type: ZChipType.default },
37
37
  h("span", { ref: (el) => (this.ellipsis = el), tabIndex: -1 },
@@ -11,7 +11,7 @@ import { PopoverPositions } from "../../../beans";
11
11
  export class ZTooltip {
12
12
  constructor() {
13
13
  /** Tooltip position. */
14
- this.position = PopoverPositions.AUTO;
14
+ this.position = PopoverPositions.auto;
15
15
  /** Enable tooltip dark mode. */
16
16
  this.dark = false;
17
17
  /**
@@ -40,7 +40,7 @@ export class ZTooltip {
40
40
  "mutable": true,
41
41
  "complexType": {
42
42
  "original": "PopoverPositions",
43
- "resolved": "PopoverPositions.AUTO | PopoverPositions.BOTTOM | PopoverPositions.BOTTOM_LEFT | PopoverPositions.BOTTOM_RIGHT | PopoverPositions.LEFT | PopoverPositions.LEFT_BOTTOM | PopoverPositions.LEFT_TOP | PopoverPositions.RIGHT | PopoverPositions.RIGHT_BOTTOM | PopoverPositions.RIGHT_TOP | PopoverPositions.TOP | PopoverPositions.TOP_LEFT | PopoverPositions.TOP_RIGHT",
43
+ "resolved": "PopoverPositions.auto | PopoverPositions.bottom | PopoverPositions.bottom_left | PopoverPositions.bottom_right | PopoverPositions.left | PopoverPositions.left_bottom | PopoverPositions.left_top | PopoverPositions.right | PopoverPositions.right_bottom | PopoverPositions.right_top | PopoverPositions.top | PopoverPositions.top_left | PopoverPositions.top_right",
44
44
  "references": {
45
45
  "PopoverPositions": {
46
46
  "location": "import",
@@ -56,7 +56,7 @@ export class ZTooltip {
56
56
  },
57
57
  "attribute": "position",
58
58
  "reflect": true,
59
- "defaultValue": "PopoverPositions.AUTO"
59
+ "defaultValue": "PopoverPositions.auto"
60
60
  },
61
61
  "dark": {
62
62
  "type": "boolean",
@@ -9,7 +9,7 @@ export class ZContextualMenu {
9
9
  /**
10
10
  * [optional] Sets the position of the popover
11
11
  */
12
- this.popoverPosition = PopoverPositions.BOTTOM_RIGHT;
12
+ this.popoverPosition = PopoverPositions.bottom_right;
13
13
  }
14
14
  componentWillRender() {
15
15
  if (this.elements) {
@@ -94,7 +94,7 @@ export class ZContextualMenu {
94
94
  "mutable": false,
95
95
  "complexType": {
96
96
  "original": "PopoverPositions",
97
- "resolved": "PopoverPositions.AUTO | PopoverPositions.BOTTOM | PopoverPositions.BOTTOM_LEFT | PopoverPositions.BOTTOM_RIGHT | PopoverPositions.LEFT | PopoverPositions.LEFT_BOTTOM | PopoverPositions.LEFT_TOP | PopoverPositions.RIGHT | PopoverPositions.RIGHT_BOTTOM | PopoverPositions.RIGHT_TOP | PopoverPositions.TOP | PopoverPositions.TOP_LEFT | PopoverPositions.TOP_RIGHT",
97
+ "resolved": "PopoverPositions.auto | PopoverPositions.bottom | PopoverPositions.bottom_left | PopoverPositions.bottom_right | PopoverPositions.left | PopoverPositions.left_bottom | PopoverPositions.left_top | PopoverPositions.right | PopoverPositions.right_bottom | PopoverPositions.right_top | PopoverPositions.top | PopoverPositions.top_left | PopoverPositions.top_right",
98
98
  "references": {
99
99
  "PopoverPositions": {
100
100
  "location": "import",
@@ -110,7 +110,7 @@ export class ZContextualMenu {
110
110
  },
111
111
  "attribute": "popover-position",
112
112
  "reflect": true,
113
- "defaultValue": "PopoverPositions.BOTTOM_RIGHT"
113
+ "defaultValue": "PopoverPositions.bottom_right"
114
114
  }
115
115
  }; }
116
116
  static get events() { return [{
@@ -0,0 +1,143 @@
1
+ import { Component, h, Prop, State, Watch, Element, Host, } from '@stencil/core';
2
+ import { InfoRevealPosition } from "../../beans";
3
+ /**
4
+ * Info reveal component.
5
+ *
6
+ * @slot - info to display in the info box. If more than one element has been slotted,
7
+ * by clicking on the panel it switches to the next info element.
8
+ * @cssprop --z-info-reveal-theme--surface - background color of the info reveal panel.
9
+ * @cssprop --z-info-reveal-theme--text - foreground color of the info reveal panel.
10
+ * @cssprop --z-info-reveal-shadow - shadow of the info reveal panel.
11
+ * @cssprop --z-info-reveal-max-width - max width of the info reveal panel.
12
+ */
13
+ export class ZInfoReveal {
14
+ constructor() {
15
+ /** Name of the icon for the open button */
16
+ this.icon = 'informationsource';
17
+ this.position = InfoRevealPosition.bottom_right;
18
+ /** Whether the info panel is open. */
19
+ this.open = false;
20
+ /** Current index for the info queue. */
21
+ this.currentIndex = null;
22
+ }
23
+ watchItems() {
24
+ Array.from(this.el.children).forEach((child, index) => {
25
+ if (this.currentIndex === index) {
26
+ child.setAttribute('data-current', '');
27
+ }
28
+ else {
29
+ child.removeAttribute('data-current');
30
+ }
31
+ });
32
+ }
33
+ /**
34
+ * Open the info box.
35
+ */
36
+ openInfoBox() {
37
+ this.currentIndex = 0;
38
+ this.open = true;
39
+ }
40
+ /**
41
+ * Close the info box.
42
+ */
43
+ closeInfoBox() {
44
+ this.open = false;
45
+ }
46
+ /**
47
+ * Navigate slotted info.
48
+ * It closes the info box after the last info has been navigated.
49
+ */
50
+ next() {
51
+ this.currentIndex = this.currentIndex + 1;
52
+ if (this.currentIndex === this.el.children.length) {
53
+ this.closeInfoBox();
54
+ }
55
+ }
56
+ render() {
57
+ return h(Host, { open: this.open },
58
+ h("button", { class: "z-info-reveal-trigger", onClick: this.openInfoBox.bind(this) },
59
+ this.label && h("span", { class: "z-info-reveal-label" }, this.label),
60
+ h("z-icon", { name: this.icon })),
61
+ this.open && h("div", { class: "info-box", onClick: this.next.bind(this), tabIndex: 0 },
62
+ h("slot", null),
63
+ h("button", { class: "z-info-reveal-close", onClick: this.closeInfoBox.bind(this) },
64
+ h("z-icon", { name: "close" }))));
65
+ }
66
+ static get is() { return "z-info-reveal"; }
67
+ static get encapsulation() { return "shadow"; }
68
+ static get originalStyleUrls() { return {
69
+ "$": ["styles.css"]
70
+ }; }
71
+ static get styleUrls() { return {
72
+ "$": ["styles.css"]
73
+ }; }
74
+ static get properties() { return {
75
+ "icon": {
76
+ "type": "string",
77
+ "mutable": false,
78
+ "complexType": {
79
+ "original": "string",
80
+ "resolved": "string",
81
+ "references": {}
82
+ },
83
+ "required": false,
84
+ "optional": true,
85
+ "docs": {
86
+ "tags": [],
87
+ "text": "Name of the icon for the open button"
88
+ },
89
+ "attribute": "icon",
90
+ "reflect": false,
91
+ "defaultValue": "'informationsource'"
92
+ },
93
+ "position": {
94
+ "type": "string",
95
+ "mutable": false,
96
+ "complexType": {
97
+ "original": "InfoRevealPositionBean",
98
+ "resolved": "\"bottom_left\" | \"bottom_right\" | \"top_left\" | \"top_right\"",
99
+ "references": {
100
+ "InfoRevealPositionBean": {
101
+ "location": "import",
102
+ "path": "../../beans"
103
+ }
104
+ }
105
+ },
106
+ "required": false,
107
+ "optional": true,
108
+ "docs": {
109
+ "tags": [],
110
+ "text": ""
111
+ },
112
+ "attribute": "position",
113
+ "reflect": true,
114
+ "defaultValue": "InfoRevealPosition.bottom_right"
115
+ },
116
+ "label": {
117
+ "type": "string",
118
+ "mutable": false,
119
+ "complexType": {
120
+ "original": "string",
121
+ "resolved": "string",
122
+ "references": {}
123
+ },
124
+ "required": false,
125
+ "optional": true,
126
+ "docs": {
127
+ "tags": [],
128
+ "text": "Text that appears on closed panel next to the open button."
129
+ },
130
+ "attribute": "label",
131
+ "reflect": false
132
+ }
133
+ }; }
134
+ static get states() { return {
135
+ "open": {},
136
+ "currentIndex": {}
137
+ }; }
138
+ static get elementRef() { return "el"; }
139
+ static get watchers() { return [{
140
+ "propName": "currentIndex",
141
+ "methodName": "watchItems"
142
+ }]; }
143
+ }
@@ -0,0 +1,97 @@
1
+ :host {
2
+ --z-info-reveal-theme--surface: var(--color-black);
3
+ --z-info-reveal-theme--text: var(--color-white);
4
+ --z-info-reveal-shadow: var(--shadow-2);
5
+ --z-info-reveal-max-width: 375px; /* defaults to average width of mobile devices */
6
+
7
+ position: relative;
8
+ display: flex;
9
+ width: fit-content;
10
+ background-color: var(--z-info-reveal-theme--surface);
11
+ color: var(--z-info-reveal-theme--text);
12
+ font-size: var(--font-size-3);
13
+ font-weight: var(--font-rg);
14
+ line-height: 1.5;
15
+ letter-spacing: 0;
16
+ }
17
+
18
+ button {
19
+ padding: 0;
20
+ background-color: transparent;
21
+ cursor: pointer;
22
+ border: none;
23
+ border-radius: 0;
24
+ color: inherit;
25
+ fill: currentColor;
26
+ font-family: inherit;
27
+ font-size: inherit;
28
+ font-weight: inherit;
29
+ line-height: inherit;
30
+ letter-spacing: inherit;
31
+ }
32
+
33
+ z-icon {
34
+ --z-icon-width: calc(var(--space-unit) * 3);
35
+ --z-icon-height: calc(var(--space-unit) * 3);
36
+ display: flex;
37
+ }
38
+
39
+ .z-info-reveal-trigger {
40
+ display: flex;
41
+ align-items: center;
42
+ width: fit-content;
43
+ height: 100%;
44
+ column-gap: calc(var(--space-unit) / 2);
45
+ padding: calc(var(--space-unit) / 2);
46
+ box-shadow: var(--z-info-reveal-shadow);
47
+ }
48
+
49
+ :host([position="top_left"]) .z-info-reveal-trigger,
50
+ :host([position="bottom_left"]) .z-info-reveal-trigger {
51
+ flex-direction: row-reverse;
52
+ }
53
+
54
+ :host([open]) .z-info-reveal-trigger {
55
+ box-shadow: none;
56
+ }
57
+
58
+ .info-box {
59
+ position: absolute;
60
+ display: flex;
61
+ max-width: var(--z-info-reveal-max-width);
62
+ column-gap: calc(var(--space-unit) / 2);
63
+ padding: calc(var(--space-unit) / 2);
64
+ background-color: var(--z-info-reveal-theme--surface);
65
+ box-shadow: var(--z-info-reveal-shadow);
66
+ cursor: pointer;
67
+ }
68
+
69
+ :host([position="top_right"]) .info-box,
70
+ :host([position="bottom_right"]) .info-box {
71
+ right: 0;
72
+ }
73
+
74
+ :host([position="top_left"]) .info-box,
75
+ :host([position="bottom_left"]) .info-box {
76
+ left: 0;
77
+ flex-direction: row-reverse;
78
+ }
79
+
80
+ ::slotted(*) {
81
+ display: none;
82
+ width: max-content;
83
+ }
84
+
85
+ ::slotted([data-current]) {
86
+ display: block;
87
+ }
88
+
89
+ :host([position="top_left"]) .z-info-reveal-close,
90
+ :host([position="top_right"]) .z-info-reveal-close {
91
+ align-self: flex-start;
92
+ }
93
+
94
+ :host([position="bottom_left"]) .z-info-reveal-close,
95
+ :host([position="bottom_right"]) .z-info-reveal-close {
96
+ align-self: flex-end;
97
+ }