@zanichelli/albe-web-components 4.2.0 → 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 (273) hide show
  1. package/dist/cjs/{index-0e75c8cc.js → index-bc9a5c2b.js} +53 -13
  2. package/dist/cjs/index.cjs.js +2 -2
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/{utils-97262bbd.js → utils-2fa62b67.js} +1 -1
  5. package/dist/cjs/{utils-155eec04.js → utils-40bb75b1.js} +1 -2
  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 +4 -6
  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 +3 -3
  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 +97 -303
  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 +53 -13
  59. package/dist/collection/collection-manifest.json +1 -0
  60. package/dist/collection/components/buttons/z-button/index.js +5 -7
  61. package/dist/collection/components/buttons/z-button/styles.css +23 -23
  62. package/dist/collection/components/file-upload/z-file/index.js +1 -1
  63. package/dist/collection/components/notification/z-tooltip/index.js +3 -3
  64. package/dist/collection/components/z-contextual-menu/index.js +3 -3
  65. package/dist/collection/components/z-contextual-menu/styles.css +5 -1
  66. package/dist/collection/components/z-info-reveal/index.js +143 -0
  67. package/dist/collection/components/z-info-reveal/styles.css +97 -0
  68. package/dist/collection/components/z-popover/index.js +30 -32
  69. package/dist/collection/components/z-table/z-table-header/index.js +1 -1
  70. package/dist/collection/deprecated/z-popover-deprecated/index.js +173 -368
  71. package/dist/collection/deprecated/z-popover-deprecated/styles.css +188 -86
  72. package/dist/collection/deprecated/z-tooltip-deprecated/index.js +27 -27
  73. package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +1 -1
  74. package/dist/esm/{index-c1ce8cab.js → index-e3640537.js} +54 -14
  75. package/dist/esm/index.js +2 -2
  76. package/dist/esm/loader.js +1 -1
  77. package/dist/esm/{utils-fa9f38ec.js → utils-c1f651ae.js} +1 -2
  78. package/dist/esm/{utils-99c70c57.js → utils-f3d44cb3.js} +1 -1
  79. package/dist/esm/web-components-library.js +1 -1
  80. package/dist/esm/z-app-switcher_9.entry.js +3 -3
  81. package/dist/esm/z-aria-alert.entry.js +1 -1
  82. package/dist/esm/z-avatar.entry.js +1 -1
  83. package/dist/esm/z-button-deprecated.entry.js +1 -1
  84. package/dist/esm/z-button.entry.js +4 -6
  85. package/dist/esm/z-card.entry.js +1 -1
  86. package/dist/esm/z-chip.entry.js +2 -2
  87. package/dist/esm/z-combobox.entry.js +2 -2
  88. package/dist/esm/z-contextual-menu.entry.js +3 -3
  89. package/dist/esm/z-cookiebar.entry.js +1 -1
  90. package/dist/esm/z-date-picker.entry.js +2 -2
  91. package/dist/esm/z-file-upload.entry.js +2 -2
  92. package/dist/esm/z-file.entry.js +2 -2
  93. package/dist/esm/z-footer.entry.js +1 -1
  94. package/dist/esm/z-info-reveal.entry.js +60 -0
  95. package/dist/esm/z-input-deprecated.entry.js +2 -2
  96. package/dist/esm/z-input-label_2.entry.js +2 -2
  97. package/dist/esm/z-list-group.entry.js +1 -1
  98. package/dist/esm/z-list_2.entry.js +1 -1
  99. package/dist/esm/z-menu-dropdown_2.entry.js +2 -2
  100. package/dist/esm/z-messages-pocket.entry.js +1 -1
  101. package/dist/esm/z-modal-login.entry.js +1 -1
  102. package/dist/esm/z-myz-card-alert.entry.js +1 -1
  103. package/dist/esm/z-myz-card-dictionary.entry.js +1 -1
  104. package/dist/esm/z-myz-card-footer.entry.js +1 -1
  105. package/dist/esm/z-myz-card-info.entry.js +3 -3
  106. package/dist/esm/z-myz-card_4.entry.js +1 -1
  107. package/dist/esm/z-myz-list-item.entry.js +2 -2
  108. package/dist/esm/z-myz-topbar.entry.js +1 -1
  109. package/dist/esm/z-navigation-tab-link.entry.js +1 -1
  110. package/dist/esm/z-navigation-tab.entry.js +1 -1
  111. package/dist/esm/z-navigation-tabs.entry.js +1 -1
  112. package/dist/esm/z-offcanvas.entry.js +1 -1
  113. package/dist/esm/z-otp.entry.js +1 -1
  114. package/dist/esm/z-pagination-bar.entry.js +2 -2
  115. package/dist/esm/z-pocket_3.entry.js +2 -2
  116. package/dist/esm/z-popover-deprecated.entry.js +98 -304
  117. package/dist/esm/z-popover.entry.js +26 -29
  118. package/dist/esm/z-section-title.entry.js +1 -1
  119. package/dist/esm/z-skip-to-content.entry.js +2 -2
  120. package/dist/esm/z-slideshow.entry.js +2 -2
  121. package/dist/esm/z-status-tag.entry.js +1 -1
  122. package/dist/esm/z-table-cell.entry.js +1 -1
  123. package/dist/esm/z-table-header.entry.js +3 -3
  124. package/dist/esm/z-table-row.entry.js +1 -1
  125. package/dist/esm/z-table.entry.js +1 -1
  126. package/dist/esm/z-toast-notification-list.entry.js +1 -1
  127. package/dist/esm/z-toast-notification.entry.js +1 -1
  128. package/dist/esm/z-toggle-switch.entry.js +2 -2
  129. package/dist/esm/z-tooltip-deprecated.entry.js +26 -26
  130. package/dist/esm/z-tooltip.entry.js +2 -2
  131. package/dist/types/beans/index.d.ts +50 -13
  132. package/dist/types/components/buttons/z-button/index.d.ts +2 -3
  133. package/dist/types/components/z-info-reveal/index.d.ts +28 -0
  134. package/dist/types/components/z-popover/index.d.ts +3 -3
  135. package/dist/types/components.d.ts +61 -26
  136. package/dist/types/deprecated/z-popover-deprecated/index.d.ts +27 -51
  137. package/dist/web-components-library/index.esm.js +1 -1
  138. package/{www/build/p-78df5dbf.entry.js → dist/web-components-library/p-057981fe.entry.js} +1 -1
  139. package/dist/web-components-library/p-07949b90.entry.js +1 -0
  140. package/dist/web-components-library/p-0c37f467.entry.js +1 -0
  141. package/{www/build/p-cd88cead.entry.js → dist/web-components-library/p-0f185eb0.entry.js} +1 -1
  142. package/dist/web-components-library/{p-b9cc2dfc.entry.js → p-12125ca9.entry.js} +1 -1
  143. package/dist/web-components-library/{p-4be52491.entry.js → p-139b5241.entry.js} +1 -1
  144. package/dist/web-components-library/p-20d02305.js +1 -0
  145. package/dist/web-components-library/{p-8ddbbe24.entry.js → p-242501d5.entry.js} +1 -1
  146. package/dist/web-components-library/{p-1b1717c9.entry.js → p-26e314bc.entry.js} +1 -1
  147. package/dist/web-components-library/{p-b359a3b4.entry.js → p-28ecb1ae.entry.js} +1 -1
  148. package/{www/build/p-dd0efdbf.entry.js → dist/web-components-library/p-2931f7bc.entry.js} +1 -1
  149. package/dist/web-components-library/p-2954396f.entry.js +1 -0
  150. package/dist/web-components-library/{p-0f6edb58.entry.js → p-2c17e016.entry.js} +1 -1
  151. package/dist/web-components-library/{p-1eb357e8.entry.js → p-3496bd33.entry.js} +1 -1
  152. package/dist/web-components-library/{p-897f9491.entry.js → p-38716520.entry.js} +1 -1
  153. package/{www/build/p-870dabdc.entry.js → dist/web-components-library/p-3ab957bb.entry.js} +1 -1
  154. package/dist/web-components-library/p-3e564afc.entry.js +1 -0
  155. package/{www/build/p-55f09348.entry.js → dist/web-components-library/p-45810268.entry.js} +1 -1
  156. package/dist/web-components-library/{p-1d5aa37b.entry.js → p-46f58c91.entry.js} +1 -1
  157. package/{www/build/p-1a76a57d.entry.js → dist/web-components-library/p-4c857706.entry.js} +1 -1
  158. package/dist/web-components-library/{p-53dade4b.entry.js → p-5332ba48.entry.js} +1 -1
  159. package/{www/build/p-91ec5eb4.entry.js → dist/web-components-library/p-57888e02.entry.js} +1 -1
  160. package/dist/web-components-library/{p-99a562cb.entry.js → p-57f2ceae.entry.js} +1 -1
  161. package/dist/web-components-library/{p-fdd91263.entry.js → p-5889ec85.entry.js} +1 -1
  162. package/dist/web-components-library/{p-970bd07c.entry.js → p-598f6761.entry.js} +1 -1
  163. package/dist/web-components-library/{p-46aecb12.entry.js → p-6f731dfa.entry.js} +1 -1
  164. package/dist/web-components-library/{p-28e4abc4.entry.js → p-7a3cdf12.entry.js} +1 -1
  165. package/dist/web-components-library/{p-c042e745.entry.js → p-7aa19a55.entry.js} +1 -1
  166. package/dist/web-components-library/{p-805af37b.entry.js → p-7dfe73cf.entry.js} +1 -1
  167. package/dist/web-components-library/{p-d04f3cb6.entry.js → p-83f0796d.entry.js} +1 -1
  168. package/dist/web-components-library/{p-10be0462.entry.js → p-85bd1ff2.entry.js} +1 -1
  169. package/dist/web-components-library/{p-7f1cc90f.js → p-8c4c18e1.js} +1 -1
  170. package/dist/web-components-library/{p-15fa8ca4.entry.js → p-90a4883b.entry.js} +1 -1
  171. package/dist/web-components-library/p-967401ab.js +1 -0
  172. package/dist/web-components-library/{p-f78d6123.entry.js → p-969652eb.entry.js} +1 -1
  173. package/dist/web-components-library/{p-8ce4b2c4.entry.js → p-98298391.entry.js} +1 -1
  174. package/dist/web-components-library/p-a2e54d19.entry.js +1 -0
  175. package/dist/web-components-library/{p-bfc78a89.entry.js → p-adbca438.entry.js} +1 -1
  176. package/dist/web-components-library/{p-659fc25e.entry.js → p-b3e7dfbd.entry.js} +1 -1
  177. package/dist/web-components-library/{p-6bbd53ec.entry.js → p-b43e7b60.entry.js} +1 -1
  178. package/{www/build/p-eca4cb15.entry.js → dist/web-components-library/p-b4c75519.entry.js} +1 -1
  179. package/dist/web-components-library/{p-990b8236.entry.js → p-b8e8220f.entry.js} +1 -1
  180. package/{www/build/p-4d6f2f01.entry.js → dist/web-components-library/p-c07bcbd3.entry.js} +1 -1
  181. package/dist/web-components-library/{p-41f33f7b.entry.js → p-c1ebd436.entry.js} +1 -1
  182. package/{www/build/p-fbfaa699.entry.js → dist/web-components-library/p-c4892336.entry.js} +1 -1
  183. package/dist/web-components-library/{p-caa21a6f.entry.js → p-d09b89da.entry.js} +1 -1
  184. package/dist/web-components-library/{p-c8383456.entry.js → p-d5844db1.entry.js} +1 -1
  185. package/dist/web-components-library/{p-5dcbba4e.entry.js → p-d641ea46.entry.js} +1 -1
  186. package/dist/web-components-library/{p-6c52ed1b.entry.js → p-dad7bc20.entry.js} +1 -1
  187. package/dist/web-components-library/{p-e74b3fd9.entry.js → p-e3840215.entry.js} +1 -1
  188. package/{www/build/p-d6361790.entry.js → dist/web-components-library/p-e768fe51.entry.js} +1 -1
  189. package/dist/web-components-library/{p-053846df.entry.js → p-e815e82b.entry.js} +1 -1
  190. package/dist/web-components-library/{p-ff4a0f6f.entry.js → p-fde7105a.entry.js} +1 -1
  191. package/dist/web-components-library/{p-92895bce.entry.js → p-fed999af.entry.js} +1 -1
  192. package/dist/web-components-library/web-components-library.css +1 -1
  193. package/dist/web-components-library/web-components-library.esm.js +1 -1
  194. package/package.json +2 -2
  195. package/react/components.d.ts +1 -0
  196. package/react/components.js +4 -3
  197. package/react/components.js.map +1 -1
  198. package/www/build/index.esm.js +1 -1
  199. package/{dist/web-components-library/p-78df5dbf.entry.js → www/build/p-057981fe.entry.js} +1 -1
  200. package/www/build/p-07949b90.entry.js +1 -0
  201. package/www/build/p-0c37f467.entry.js +1 -0
  202. package/{dist/web-components-library/p-cd88cead.entry.js → www/build/p-0f185eb0.entry.js} +1 -1
  203. package/www/build/{p-b9cc2dfc.entry.js → p-12125ca9.entry.js} +1 -1
  204. package/www/build/{p-4be52491.entry.js → p-139b5241.entry.js} +1 -1
  205. package/www/build/p-20d02305.js +1 -0
  206. package/www/build/{p-8ddbbe24.entry.js → p-242501d5.entry.js} +1 -1
  207. package/www/build/{p-1b1717c9.entry.js → p-26e314bc.entry.js} +1 -1
  208. package/www/build/{p-b359a3b4.entry.js → p-28ecb1ae.entry.js} +1 -1
  209. package/{dist/web-components-library/p-dd0efdbf.entry.js → www/build/p-2931f7bc.entry.js} +1 -1
  210. package/www/build/p-2954396f.entry.js +1 -0
  211. package/www/build/{p-0f6edb58.entry.js → p-2c17e016.entry.js} +1 -1
  212. package/www/build/{p-1eb357e8.entry.js → p-3496bd33.entry.js} +1 -1
  213. package/www/build/{p-897f9491.entry.js → p-38716520.entry.js} +1 -1
  214. package/{dist/web-components-library/p-870dabdc.entry.js → www/build/p-3ab957bb.entry.js} +1 -1
  215. package/www/build/p-3e564afc.entry.js +1 -0
  216. package/www/build/p-418e5795.js +1 -0
  217. package/{dist/web-components-library/p-55f09348.entry.js → www/build/p-45810268.entry.js} +1 -1
  218. package/www/build/{p-1d5aa37b.entry.js → p-46f58c91.entry.js} +1 -1
  219. package/{dist/web-components-library/p-1a76a57d.entry.js → www/build/p-4c857706.entry.js} +1 -1
  220. package/www/build/p-4c9c83c0.css +1 -0
  221. package/www/build/{p-53dade4b.entry.js → p-5332ba48.entry.js} +1 -1
  222. package/{dist/web-components-library/p-91ec5eb4.entry.js → www/build/p-57888e02.entry.js} +1 -1
  223. package/www/build/{p-99a562cb.entry.js → p-57f2ceae.entry.js} +1 -1
  224. package/www/build/{p-fdd91263.entry.js → p-5889ec85.entry.js} +1 -1
  225. package/www/build/{p-970bd07c.entry.js → p-598f6761.entry.js} +1 -1
  226. package/www/build/{p-46aecb12.entry.js → p-6f731dfa.entry.js} +1 -1
  227. package/www/build/{p-28e4abc4.entry.js → p-7a3cdf12.entry.js} +1 -1
  228. package/www/build/{p-c042e745.entry.js → p-7aa19a55.entry.js} +1 -1
  229. package/www/build/{p-805af37b.entry.js → p-7dfe73cf.entry.js} +1 -1
  230. package/www/build/{p-d04f3cb6.entry.js → p-83f0796d.entry.js} +1 -1
  231. package/www/build/{p-10be0462.entry.js → p-85bd1ff2.entry.js} +1 -1
  232. package/www/build/{p-7f1cc90f.js → p-8c4c18e1.js} +1 -1
  233. package/www/build/{p-15fa8ca4.entry.js → p-90a4883b.entry.js} +1 -1
  234. package/www/build/p-967401ab.js +1 -0
  235. package/www/build/{p-f78d6123.entry.js → p-969652eb.entry.js} +1 -1
  236. package/www/build/{p-8ce4b2c4.entry.js → p-98298391.entry.js} +1 -1
  237. package/www/build/p-a2e54d19.entry.js +1 -0
  238. package/www/build/{p-bfc78a89.entry.js → p-adbca438.entry.js} +1 -1
  239. package/www/build/{p-659fc25e.entry.js → p-b3e7dfbd.entry.js} +1 -1
  240. package/www/build/{p-6bbd53ec.entry.js → p-b43e7b60.entry.js} +1 -1
  241. package/{dist/web-components-library/p-eca4cb15.entry.js → www/build/p-b4c75519.entry.js} +1 -1
  242. package/www/build/{p-990b8236.entry.js → p-b8e8220f.entry.js} +1 -1
  243. package/{dist/web-components-library/p-4d6f2f01.entry.js → www/build/p-c07bcbd3.entry.js} +1 -1
  244. package/www/build/{p-41f33f7b.entry.js → p-c1ebd436.entry.js} +1 -1
  245. package/{dist/web-components-library/p-fbfaa699.entry.js → www/build/p-c4892336.entry.js} +1 -1
  246. package/www/build/{p-caa21a6f.entry.js → p-d09b89da.entry.js} +1 -1
  247. package/www/build/{p-c8383456.entry.js → p-d5844db1.entry.js} +1 -1
  248. package/www/build/{p-5dcbba4e.entry.js → p-d641ea46.entry.js} +1 -1
  249. package/www/build/{p-6c52ed1b.entry.js → p-dad7bc20.entry.js} +1 -1
  250. package/www/build/{p-e74b3fd9.entry.js → p-e3840215.entry.js} +1 -1
  251. package/{dist/web-components-library/p-d6361790.entry.js → www/build/p-e768fe51.entry.js} +1 -1
  252. package/www/build/{p-053846df.entry.js → p-e815e82b.entry.js} +1 -1
  253. package/www/build/{p-ff4a0f6f.entry.js → p-fde7105a.entry.js} +1 -1
  254. package/www/build/{p-92895bce.entry.js → p-fed999af.entry.js} +1 -1
  255. package/www/build/web-components-library.css +1 -1
  256. package/www/build/web-components-library.esm.js +1 -1
  257. package/www/index.html +1 -1
  258. package/CHANGELOG.md +0 -1788
  259. package/dist/web-components-library/p-514719d2.entry.js +0 -1
  260. package/dist/web-components-library/p-b6cd034b.js +0 -1
  261. package/dist/web-components-library/p-e007cd0b.entry.js +0 -1
  262. package/dist/web-components-library/p-ed1cd6b1.js +0 -1
  263. package/dist/web-components-library/p-f26251dd.entry.js +0 -1
  264. package/dist/web-components-library/p-f61fd81e.entry.js +0 -1
  265. package/src-react/index.ts +0 -1
  266. package/www/build/p-514719d2.entry.js +0 -1
  267. package/www/build/p-975e9d42.js +0 -129
  268. package/www/build/p-b6cd034b.js +0 -1
  269. package/www/build/p-e007cd0b.entry.js +0 -1
  270. package/www/build/p-ed1cd6b1.js +0 -1
  271. package/www/build/p-f26251dd.entry.js +0 -1
  272. package/www/build/p-f61fd81e.entry.js +0 -1
  273. package/www/build/p-fcff1237.css +0 -812
@@ -1,134 +1,236 @@
1
1
  :host {
2
- --z-popover-theme--surface: var(--color-surface01);
3
- --z-popover-theme--text: var(--color-text01);
4
- --z-popover-padding: var(--space-unit);
5
- --z-popover-shadow-filter: drop-shadow(0 1px 2px var(--shadow-color-base));
6
- --arrow-size: 6px;
7
- --edge-offset: calc(-1 * (var(--arrow-size) + calc(var(--space-unit) * 2)));
2
+ font-family: var(--dashboard-font);
3
+ font-weight: var(--font-rg);
8
4
 
9
5
  position: relative;
10
- display: flex;
11
- align-items: center;
12
- justify-content: center;
13
- padding: var(--z-popover-padding);
14
- min-width: calc(var(--space-unit) * 8);
15
- min-height: calc(var(--space-unit) * 4);
16
- color: var(--z-popover-theme--text);
17
- fill: currentColor;
18
- font-family: var(--font-family-sans);
19
- text-align: center;
6
+ display: inline-block;
7
+
8
+ --shadow-arrow-color: rgba(66, 69, 72, 0.2);
9
+ --shadow-arrow-below-color: rgba(66, 69, 72, 0.1);
10
+ }
11
+
12
+ .popover-content-container {
13
+ box-sizing: border-box;
14
+ visibility: hidden;
15
+ position: absolute;
16
+ min-width: 64px;
17
+ min-height: 32px;
18
+ z-index: 999;
19
+ }
20
+
21
+ .popover-content-container.visible {
22
+ visibility: visible;
23
+ }
24
+
25
+ /** Border-radius */
26
+
27
+ .popover-content-container.border-radius-none {
28
+ border-radius: 0;
29
+ }
30
+
31
+ .popover-content-container.border-radius-small {
20
32
  border-radius: var(--border-radius-small);
21
- background: var(--z-popover-theme--surface);
22
- filter: var(--z-popover-shadow-filter);
23
33
  }
24
34
 
25
- :host(:not([open])),
26
- :host([open="false"]) {
27
- display: none;
35
+ .popover-content-container.border-radius-medium {
36
+ border-radius: var(--border-radius);
28
37
  }
29
38
 
30
- :host([center][current-position='top']),
31
- :host([center][current-position='bottom']) {
32
- transform: translateX(-50%);
39
+ /*
40
+ Box-shadow
41
+ */
42
+
43
+ .popover-content-container.shadow-1 {
44
+ box-shadow: var(--shadow-1);
45
+ }
46
+
47
+ .popover-content-container.shadow-2 {
48
+ box-shadow: var(--shadow-2);
49
+ }
50
+
51
+ .popover-content-container.shadow-3 {
52
+ box-shadow: var(--shadow-3);
53
+ }
54
+
55
+ .popover-content-container.shadow-4 {
56
+ box-shadow: var(--shadow-4);
57
+ }
58
+
59
+ .popover-content-container.shadow-6 {
60
+ box-shadow: var(--shadow-6);
61
+ }
62
+
63
+ .popover-content-container.shadow-8 {
64
+ box-shadow: var(--shadow-8);
65
+ }
66
+
67
+ .popover-content-container.shadow-12 {
68
+ box-shadow: var(--shadow-12);
69
+ }
70
+
71
+ .popover-content-container.shadow-16 {
72
+ box-shadow: var(--shadow-16);
33
73
  }
34
74
 
35
- :host([center][current-position='right']),
36
- :host([center][current-position='left']) {
75
+ .popover-content-container.shadow-24 {
76
+ box-shadow: var(--shadow-24);
77
+ }
78
+
79
+ /*
80
+ Popover-positions
81
+ */
82
+
83
+ .popover-content-container.after-down {
84
+ top: 0;
85
+ left: calc(100% + var(--space-unit));
86
+ }
87
+
88
+ .popover-content-container.after-center {
89
+ top: 50%;
90
+ left: calc(100% + var(--space-unit));
37
91
  transform: translateY(-50%);
38
92
  }
39
93
 
40
- /* Arrow style */
94
+ .popover-content-container.after-up {
95
+ bottom: 0;
96
+ left: calc(100% + var(--space-unit));
97
+ }
98
+
99
+ .popover-content-container.below-right {
100
+ left: 0;
101
+ top: calc(100% + var(--space-unit));
102
+ }
41
103
 
42
- :host([current-position])::before {
43
- --arrow-edge-offset: calc(100% - var(--arrow-size) - var(--space-unit));
44
- --arrow-center-x-offset: calc(50% - calc(var(--arrow-size) / 2));
45
- --arrow-center-y-offset: calc(100% - calc(var(--arrow-size) / 2));
104
+ .popover-content-container.below-center {
105
+ left: 50%;
106
+ top: calc(100% + var(--space-unit));
107
+ transform: translateX(-50%);
108
+ }
46
109
 
47
- display: block;
48
- content: '';
49
- position: absolute;
50
- width: var(--arrow-size);
51
- height: var(--arrow-size);
52
- background: var(--z-popover-theme--surface);
53
- transform: rotate(45deg);
110
+ .popover-content-container.below-left {
111
+ right: 0;
112
+ top: calc(100% + var(--space-unit));
54
113
  }
55
114
 
56
- :host([show-arrow=false])::before,
57
- :host(:not([show-arrow]))::before {
58
- display: none;
115
+ .popover-content-container.before-down {
116
+ top: 0;
117
+ right: calc(100% + var(--space-unit));
59
118
  }
60
119
 
61
- :host([current-position^='top'])::before {
62
- top: var(--arrow-center-y-offset);
120
+ .popover-content-container.before-center {
121
+ top: 50%;
122
+ right: calc(100% + var(--space-unit));
123
+ transform: translateY(-50%);
124
+ }
125
+
126
+ .popover-content-container.before-up {
127
+ bottom: 0;
128
+ right: calc(100% + var(--space-unit));
129
+ }
130
+
131
+ .popover-content-container.above-right {
132
+ left: 0;
133
+ bottom: calc(100% + var(--space-unit));
134
+ }
135
+
136
+ .popover-content-container.above-center {
137
+ left: 50%;
138
+ bottom: calc(100% + var(--space-unit));
139
+ transform: translateX(-50%);
63
140
  }
64
141
 
65
- :host([current-position^='bottom'])::before {
66
- bottom: var(--arrow-center-y-offset);
142
+ .popover-content-container.above-left {
143
+ right: 0;
144
+ bottom: calc(100% + var(--space-unit));
67
145
  }
68
146
 
69
- :host([current-position='top'])::before,
70
- :host([current-position='bottom'])::before {
71
- left: var(--arrow-center-x-offset);
147
+ /*
148
+ Arrows
149
+ */
150
+ .popover-content-container:before {
151
+ display: none;
152
+ position: absolute;
153
+ content: "";
154
+ width: 8px;
155
+ height: 8px;
156
+ z-index: -1;
157
+ background-color: inherit;
158
+ transform: rotate(45deg);
72
159
  }
73
160
 
74
- :host([current-position='right'])::before,
75
- :host([current-position='left'])::before {
76
- top: var(--arrow-center-x-offset);
161
+ .popover-content-container.after-down:before {
162
+ top: 12px;
163
+ left: -4px;
164
+ box-shadow: -1px 1px 1.5px var(--shadow-arrow-color);
77
165
  }
78
166
 
79
- :host([current-position='right'])::before {
80
- right: var(--arrow-center-y-offset);
167
+ .popover-content-container.after-center:before {
168
+ top: calc(50% - 4px);
169
+ left: -4px;
170
+ box-shadow: -1px 1px 1.5px var(--shadow-arrow-color);
81
171
  }
82
172
 
83
- :host([current-position='left'])::before {
84
- left: var(--arrow-center-y-offset);
173
+ .popover-content-container.after-up:before {
174
+ bottom: 12px;
175
+ left: -4px;
176
+ box-shadow: -1px 1px 1.5px var(--shadow-arrow-color);
85
177
  }
86
178
 
87
- :host([current-position='top_right'])::before,
88
- :host([current-position='bottom_right'])::before {
89
- right: calc(var(--arrow-edge-offset) + var(--arrow-size));
179
+ .popover-content-container.below-right:before {
180
+ left: 12px;
181
+ top: -4px;
182
+ box-shadow: -1px -1px 2px var(--shadow-arrow-below-color);
90
183
  }
91
184
 
92
- :host([current-position='top_right']:not([center]))::before,
93
- :host([current-position='bottom_right']:not([center]))::before,
94
- :host([current-position='top_right'][center="false"])::before,
95
- :host([current-position='bottom_right'][center="false"])::before {
96
- right: calc(var(--arrow-edge-offset) - var(--arrow-size) + 1px);
185
+ .popover-content-container.below-center:before {
186
+ left: calc(50% - 4px);
187
+ top: -4px;
188
+ box-shadow: -1px -1px 2px var(--shadow-arrow-below-color);
97
189
  }
98
190
 
99
- :host([current-position='top_left'])::before,
100
- :host([current-position='bottom_left'])::before {
101
- left: calc(var(--arrow-edge-offset) + var(--arrow-size));
191
+ .popover-content-container.below-left:before {
192
+ right: 12px;
193
+ top: -4px;
194
+ box-shadow: -1px -1px 2px var(--shadow-arrow-below-color);
102
195
  }
103
196
 
104
- :host([current-position='top_left']:not([center]))::before,
105
- :host([current-position='bottom_left']:not([center]))::before,
106
- :host([current-position='top_left'][center="false"])::before,
107
- :host([current-position='bottom_left'][center="false"])::before {
108
- left: calc(var(--arrow-edge-offset) - var(--arrow-size) + 1px);
197
+ .popover-content-container.before-down:before {
198
+ top: 12px;
199
+ right: -4px;
200
+ box-shadow: 1px -1px 1.5px var(--shadow-arrow-color);
109
201
  }
110
202
 
111
- :host([current-position='right_top'])::before,
112
- :host([current-position='left_top'])::before {
113
- bottom: var(--arrow-size);
203
+ .popover-content-container.before-center:before {
204
+ top: calc(50% - 4px);
205
+ right: -4px;
206
+ box-shadow: 1px -1px 1.5px var(--shadow-arrow-color);
114
207
  }
115
208
 
116
- :host([current-position='right_top'])::before,
117
- :host([current-position='right_bottom'])::before {
118
- right: var(--arrow-center-y-offset);
209
+ .popover-content-container.before-up:before {
210
+ bottom: 12px;
211
+ right: -4px;
212
+ box-shadow: 1px -1px 1.5px var(--shadow-arrow-color);
119
213
  }
120
214
 
121
- :host([current-position='left_top'])::before,
122
- :host([current-position='left_bottom'])::before {
123
- left: var(--arrow-center-y-offset);
215
+ .popover-content-container.above-right:before {
216
+ left: 12px;
217
+ bottom: -4px;
218
+ box-shadow: 1px 1px 1.5px var(--shadow-arrow-color);
124
219
  }
125
220
 
126
- :host([current-position='right_bottom'])::before,
127
- :host([current-position='left_bottom'])::before {
128
- top: var(--arrow-size);
221
+ .popover-content-container.above-center:before {
222
+ left: calc(50% - 4px);
223
+ bottom: -4px;
224
+ box-shadow: 1px 1px 1.5px var(--shadow-arrow-color);
129
225
  }
130
226
 
131
- ::slotted(*) {
132
- flex: 1 auto;
133
- overflow: auto;
227
+ .popover-content-container.above-left:before {
228
+ right: 12px;
229
+ bottom: -4px;
230
+ box-shadow: 1px 1px 1.5px var(--shadow-arrow-color);
231
+ }
232
+
233
+ /** Show/Hide arrow */
234
+ .popover-content-container.show-arrow:before {
235
+ display: block;
134
236
  }
@@ -80,7 +80,7 @@ function computeOffset(element, targetParentOffset) {
80
80
  export class ZTooltipDeprecated {
81
81
  constructor() {
82
82
  /** Tooltip position. */
83
- this.type = PopoverPositions.AUTO;
83
+ this.type = PopoverPositions.auto;
84
84
  /**
85
85
  * The open state of the tooltip.
86
86
  */
@@ -91,7 +91,7 @@ export class ZTooltipDeprecated {
91
91
  Object
92
92
  .values(PopoverPositions)
93
93
  .every((position) => newValue !== position)) {
94
- this.type = PopoverPositions.AUTO;
94
+ this.type = PopoverPositions.auto;
95
95
  }
96
96
  }
97
97
  onPositionChange() {
@@ -160,29 +160,29 @@ export class ZTooltipDeprecated {
160
160
  const availableHeight = availableTop + availableBottom + boundingRect.height;
161
161
  const availableWidth = availableLeft + availableRight + boundingRect.width;
162
162
  let position = this.type;
163
- if (position === PopoverPositions.AUTO) {
163
+ if (position === PopoverPositions.auto) {
164
164
  /**
165
165
  * The `AUTO` position tries to place the tooltip in the "safest" area,
166
166
  * where there's more space available.
167
167
  */
168
168
  const positions = [];
169
169
  if (availableTop / availableHeight > 0.9) {
170
- positions.unshift(PopoverPositions.TOP);
170
+ positions.unshift(PopoverPositions.top);
171
171
  }
172
172
  else if (availableTop / availableHeight > 0.6) {
173
- positions.push(PopoverPositions.TOP);
173
+ positions.push(PopoverPositions.top);
174
174
  }
175
175
  else if (availableTop / availableHeight < 0.1) {
176
- positions.unshift(PopoverPositions.BOTTOM);
176
+ positions.unshift(PopoverPositions.bottom);
177
177
  }
178
178
  else {
179
- positions.push(PopoverPositions.BOTTOM);
179
+ positions.push(PopoverPositions.bottom);
180
180
  }
181
181
  if (availableLeft / availableWidth > 0.6) {
182
- positions.push(PopoverPositions.LEFT);
182
+ positions.push(PopoverPositions.left);
183
183
  }
184
184
  else if (availableLeft / availableWidth < 0.4) {
185
- positions.push(PopoverPositions.RIGHT);
185
+ positions.push(PopoverPositions.right);
186
186
  }
187
187
  position = positions.join("_");
188
188
  }
@@ -194,46 +194,46 @@ export class ZTooltipDeprecated {
194
194
  const offsetRight = boundingRect.right - relativeBoundingRect.right;
195
195
  const offsetBottom = boundingRect.bottom - relativeBoundingRect.bottom;
196
196
  const offsetLeft = boundingRect.left - relativeBoundingRect.left;
197
- if (position === PopoverPositions.TOP ||
198
- position === PopoverPositions.TOP_RIGHT ||
199
- position === PopoverPositions.TOP_LEFT) {
197
+ if (position === PopoverPositions.top ||
198
+ position === PopoverPositions.top_right ||
199
+ position === PopoverPositions.top_left) {
200
200
  style.top = "auto";
201
201
  style.bottom = `${offsetBottom + boundingRect.height}px`;
202
202
  }
203
- if (position === PopoverPositions.BOTTOM ||
204
- position === PopoverPositions.BOTTOM_RIGHT ||
205
- position === PopoverPositions.BOTTOM_LEFT) {
203
+ if (position === PopoverPositions.bottom ||
204
+ position === PopoverPositions.bottom_right ||
205
+ position === PopoverPositions.bottom_left) {
206
206
  style.top = `${offsetTop + boundingRect.height}px`;
207
207
  style.bottom = "auto";
208
208
  }
209
- if (position === PopoverPositions.TOP ||
210
- position === PopoverPositions.BOTTOM) {
209
+ if (position === PopoverPositions.top ||
210
+ position === PopoverPositions.bottom) {
211
211
  style.left = `${offsetLeft +
212
212
  (boundingRect.width / 2) -
213
213
  (this.host.clientWidth / 2)}px`;
214
214
  }
215
- if (position === PopoverPositions.TOP_RIGHT ||
216
- position === PopoverPositions.BOTTOM_RIGHT) {
215
+ if (position === PopoverPositions.top_right ||
216
+ position === PopoverPositions.bottom_right) {
217
217
  style.right = "auto";
218
218
  style.left = `${offsetLeft + boundingRect.width}px`;
219
219
  }
220
- if (position === PopoverPositions.TOP_LEFT ||
221
- position === PopoverPositions.BOTTOM_LEFT) {
220
+ if (position === PopoverPositions.top_left ||
221
+ position === PopoverPositions.bottom_left) {
222
222
  style.left = "auto";
223
223
  style.right = `${offsetRight + boundingRect.width}px`;
224
224
  }
225
- if (position === PopoverPositions.RIGHT ||
226
- position === PopoverPositions.LEFT) {
225
+ if (position === PopoverPositions.right ||
226
+ position === PopoverPositions.left) {
227
227
  style.top = `${offsetTop +
228
228
  (boundingRect.height / 2) -
229
229
  (this.host.clientHeight / 2)}px`;
230
230
  style.bottom = "auto";
231
231
  }
232
- if (position === PopoverPositions.RIGHT) {
232
+ if (position === PopoverPositions.right) {
233
233
  style.right = "auto";
234
234
  style.left = `${offsetLeft + boundingRect.width}px`;
235
235
  }
236
- if (position === PopoverPositions.LEFT) {
236
+ if (position === PopoverPositions.left) {
237
237
  style.left = "auto";
238
238
  style.right = `${offsetRight + boundingRect.width}px`;
239
239
  }
@@ -288,7 +288,7 @@ export class ZTooltipDeprecated {
288
288
  "mutable": true,
289
289
  "complexType": {
290
290
  "original": "PopoverPositions",
291
- "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",
291
+ "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",
292
292
  "references": {
293
293
  "PopoverPositions": {
294
294
  "location": "import",
@@ -304,7 +304,7 @@ export class ZTooltipDeprecated {
304
304
  },
305
305
  "attribute": "type",
306
306
  "reflect": false,
307
- "defaultValue": "PopoverPositions.AUTO"
307
+ "defaultValue": "PopoverPositions.auto"
308
308
  },
309
309
  "open": {
310
310
  "type": "boolean",
@@ -90,7 +90,7 @@ export class ZMyzCardInfo {
90
90
  if (!this.cardData)
91
91
  return;
92
92
  const { title, year, author, description } = this.cardData;
93
- return (h("z-popover", { position: PopoverPositions.RIGHT, onClick: () => (this.tooltip = false) }, `${title} ${year} ${author} ${description}`));
93
+ return (h("z-popover", { position: PopoverPositions.right, onClick: () => (this.tooltip = false) }, `${title} ${year} ${author} ${description}`));
94
94
  }
95
95
  setExpirationLicenseMessage(type) {
96
96
  if ((type === "online" && this.cardData.onlineLicense.expired) ||
@@ -59,20 +59,53 @@ var InputStatusEnum;
59
59
  })(InputStatusEnum || (InputStatusEnum = {}));
60
60
  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
+ var PopoverPosition;
77
+ (function (PopoverPosition) {
78
+ PopoverPosition["after-down"] = "after-down";
79
+ PopoverPosition["after-center"] = "after-center";
80
+ PopoverPosition["after-up"] = "after-up";
81
+ PopoverPosition["below-right"] = "below-right";
82
+ PopoverPosition["below-center"] = "below-center";
83
+ PopoverPosition["below-left"] = "below-left";
84
+ PopoverPosition["before-down"] = "before-down";
85
+ PopoverPosition["before-center"] = "before-center";
86
+ PopoverPosition["before-up"] = "before-up";
87
+ PopoverPosition["above-right"] = "above-right";
88
+ PopoverPosition["above-center"] = "above-center";
89
+ PopoverPosition["above-left"] = "above-left";
90
+ })(PopoverPosition || (PopoverPosition = {}));
91
+ var PopoverBorderRadius;
92
+ (function (PopoverBorderRadius) {
93
+ PopoverBorderRadius["none"] = "none";
94
+ PopoverBorderRadius["small"] = "small";
95
+ PopoverBorderRadius["medium"] = "medium";
96
+ })(PopoverBorderRadius || (PopoverBorderRadius = {}));
97
+ var PopoverShadow;
98
+ (function (PopoverShadow) {
99
+ PopoverShadow["shadow-1"] = "shadow-1";
100
+ PopoverShadow["shadow-2"] = "shadow-2";
101
+ PopoverShadow["shadow-3"] = "shadow-3";
102
+ PopoverShadow["shadow-4"] = "shadow-4";
103
+ PopoverShadow["shadow-6"] = "shadow-6";
104
+ PopoverShadow["shadow-8"] = "shadow-8";
105
+ PopoverShadow["shadow-12"] = "shadow-12";
106
+ PopoverShadow["shadow-16"] = "shadow-16";
107
+ PopoverShadow["shadow-24"] = "shadow-24";
108
+ })(PopoverShadow || (PopoverShadow = {}));
76
109
  var KeyboardKeyCodeEnum;
77
110
  (function (KeyboardKeyCodeEnum) {
78
111
  KeyboardKeyCodeEnum[KeyboardKeyCodeEnum["TAB"] = 9] = "TAB";
@@ -282,5 +315,12 @@ var StatusTagStatus;
282
315
  StatusTagStatus["neutral"] = "neutral";
283
316
  StatusTagStatus["default"] = "default";
284
317
  })(StatusTagStatus || (StatusTagStatus = {}));
318
+ 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 = {}));
285
325
 
286
- export { AvatarSize as A, ButtonTypeEnum as B, CardVariants as C, DeviceEnum as D, ExpandableListButtonAlign as E, InputTypeEnum as I, KeyboardCodeEnum as K, LabelPositions as L, NavigationTabsOrientations as N, OffCanvasVariantsEnum as O, PopoverPositions as P, StatusTagStatus as S, ThemeVariant as T, ZDatePickerMode as Z, DividerOrientation as a, DividerSize as b, ZDatePickerPosition as c, ZDatePickerModeValues as d, ZAriaAlertMode as e, ButtonVariantEnum as f, ButtonSizeEnum as g, KeyboardKeyCodeEnum as h, ZChipType as i, ZFileUploadTypeEnum as j, PocketStatusEnum as k, InputStatusEnum as l, AlertTypesEnum as m, LicenseTypeEnum as n, NavigationTabsSizes as o, TransitionDirectionEnum as p, KeyboardKeys as q, ZSectionTitleDividerPositions as r, ZTableRowExpandedType as s, ToastNotificationTransitionsEnum as t, ToastNotificationPositionsEnum as u, ListDividerType as v, ListSize as w, Size as x, SortDirectionEnum as y, ExpandableListStyle as z };
326
+ export { AvatarSize as A, ButtonTypeEnum as B, CardVariants as C, DeviceEnum as D, ListSize as E, Size as F, SortDirectionEnum as G, ExpandableListButtonAlign as H, InputTypeEnum as I, ExpandableListStyle as J, KeyboardCodeEnum as K, LabelPositions as L, NavigationTabsOrientations as N, OffCanvasVariantsEnum as O, PopoverPositions as P, StatusTagStatus as S, ThemeVariant as T, ZDatePickerMode as Z, DividerOrientation as a, DividerSize as b, ZDatePickerPosition as c, ZDatePickerModeValues as d, ZAriaAlertMode as e, ButtonVariantEnum as f, ButtonSizeEnum as g, KeyboardKeyCodeEnum as h, ZChipType as i, ZFileUploadTypeEnum as j, InfoRevealPosition as k, PocketStatusEnum as l, InputStatusEnum as m, AlertTypesEnum as n, LicenseTypeEnum as o, NavigationTabsSizes as p, TransitionDirectionEnum as q, PopoverPosition as r, PopoverBorderRadius as s, PopoverShadow as t, KeyboardKeys as u, ZSectionTitleDividerPositions as v, ZTableRowExpandedType as w, ToastNotificationTransitionsEnum as x, ToastNotificationPositionsEnum as y, ListDividerType as z };
package/dist/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { c as colorFromId } from './utils-99c70c57.js';
2
- import './index-c1ce8cab.js';
1
+ import { c as colorFromId } from './utils-f3d44cb3.js';
2
+ import './index-e3640537.js';
3
3
  import './breakpoints-c386984e.js';
4
4
 
5
5
  const Utils = {