@zanichelli/albe-web-components 13.1.0-rc3 → 13.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 (575) hide show
  1. package/CHANGELOG.md +7 -3
  2. package/dist/cjs/index-dc60bee7.js +0 -56
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/web-components-library.cjs.js +1 -1
  5. package/dist/cjs/z-alert.cjs.entry.js +1 -1
  6. package/dist/cjs/z-app-header_12.cjs.entry.js +871 -20
  7. package/dist/cjs/z-app-header_12.cjs.entry.js.map +1 -1
  8. package/dist/cjs/z-cover-hero.cjs.entry.js +2 -2
  9. package/dist/cjs/z-ghost-loading.cjs.entry.js +1 -1
  10. package/dist/cjs/z-info-reveal.cjs.entry.js +1 -1
  11. package/dist/cjs/z-link.cjs.entry.js +1 -1
  12. package/dist/cjs/z-messages-pocket.cjs.entry.js +1 -1
  13. package/dist/cjs/z-myz-card-alert.cjs.entry.js +1 -1
  14. package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +1 -1
  15. package/dist/cjs/z-myz-card-footer-sections.cjs.entry.js +1 -1
  16. package/dist/cjs/z-myz-card-footer.cjs.entry.js +1 -1
  17. package/dist/cjs/z-myz-card-icon.cjs.entry.js +1 -1
  18. package/dist/cjs/z-myz-card-info.cjs.entry.js +1 -1
  19. package/dist/cjs/z-myz-card-list.cjs.entry.js +1 -1
  20. package/dist/cjs/z-myz-card_4.cjs.entry.js +4 -4
  21. package/dist/cjs/z-myz-list.cjs.entry.js +1 -1
  22. package/dist/cjs/z-otp.cjs.entry.js +2 -2
  23. package/dist/cjs/z-pocket-message.cjs.entry.js +1 -1
  24. package/dist/cjs/z-pocket_3.cjs.entry.js +3 -3
  25. package/dist/cjs/z-popover.cjs.entry.js +1 -1
  26. package/dist/cjs/z-section-title.cjs.entry.js +1 -1
  27. package/dist/cjs/z-skip-to-content.cjs.entry.js +1 -1
  28. package/dist/cjs/z-visually-hidden.cjs.entry.js +1 -1
  29. package/dist/collection/collection-manifest.json +0 -14
  30. package/dist/collection/components/inputs/z-searchbar/index.js +3 -1
  31. package/dist/collection/components/inputs/z-searchbar/index.js.map +1 -1
  32. package/dist/collection/components/inputs/z-searchbar/styles.css +5 -2
  33. package/dist/collection/components/list/z-list-element/index.js +1 -26
  34. package/dist/collection/components/list/z-list-element/index.js.map +1 -1
  35. package/dist/collection/components/list/z-list-element/styles.css +12 -37
  36. package/dist/collection/components/z-cover-hero/index.js +2 -2
  37. package/dist/collection/components/z-divider/index.js +1 -1
  38. package/dist/collection/components/z-ghost-loading/index.js +1 -1
  39. package/dist/collection/components/z-info-reveal/index.js +1 -1
  40. package/dist/collection/components/z-offcanvas/index.js +1 -1
  41. package/dist/collection/components/z-offcanvas/styles.css +1 -1
  42. package/dist/collection/components/z-popover/index.js +1 -1
  43. package/dist/collection/components/z-section-title/index.js +1 -1
  44. package/dist/collection/components/z-skip-to-content/index.js +1 -1
  45. package/dist/collection/components/z-tag/index.js +2 -2
  46. package/dist/collection/components/z-visually-hidden/index.js +1 -1
  47. package/dist/collection/deprecated/z-link/index.js +1 -1
  48. package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +1 -1
  49. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +1 -1
  50. package/dist/collection/snowflakes/myz/card/z-myz-card-body/index.js +1 -1
  51. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +1 -1
  52. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +1 -1
  53. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +1 -1
  54. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/index.js +1 -1
  55. package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +1 -1
  56. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +1 -1
  57. package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +1 -1
  58. package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +1 -1
  59. package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +1 -1
  60. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/index.js +1 -1
  61. package/dist/collection/snowflakes/myz/pocket/z-pocket/index.js +1 -1
  62. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/index.js +1 -1
  63. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/index.js +1 -1
  64. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/index.js +1 -1
  65. package/dist/collection/snowflakes/myz/z-alert/index.js +1 -1
  66. package/dist/collection/snowflakes/myz/z-otp/index.js +2 -2
  67. package/dist/components/index.d.ts +0 -28
  68. package/dist/components/index.js +0 -14
  69. package/dist/components/index.js.map +1 -1
  70. package/dist/components/index13.js +2 -10
  71. package/dist/components/index13.js.map +1 -1
  72. package/dist/components/index16.js +1 -1
  73. package/dist/components/index17.js +1 -1
  74. package/dist/components/index18.js +1 -1
  75. package/dist/components/index19.js +1 -1
  76. package/dist/components/index21.js +2 -2
  77. package/dist/components/index21.js.map +1 -1
  78. package/dist/components/index22.js +1 -1
  79. package/dist/components/index23.js +1 -1
  80. package/dist/components/index24.js +1 -1
  81. package/dist/components/index25.js +1 -1
  82. package/dist/components/index26.js +3 -3
  83. package/dist/components/index26.js.map +1 -1
  84. package/dist/components/index27.js +17 -37
  85. package/dist/components/index27.js.map +1 -1
  86. package/dist/components/index3.js +1 -1
  87. package/dist/components/index6.js +1 -1
  88. package/dist/components/index8.js +1 -1
  89. package/dist/components/z-app-header.js +1 -1
  90. package/dist/components/z-cover-hero.js +2 -2
  91. package/dist/components/z-info-reveal.js +1 -1
  92. package/dist/components/z-link.js +1 -1
  93. package/dist/components/z-messages-pocket.js +1 -1
  94. package/dist/components/z-myz-card-alert.js +1 -1
  95. package/dist/components/z-myz-card-dictionary.js +1 -1
  96. package/dist/components/z-myz-card-footer-sections.js +1 -1
  97. package/dist/components/z-myz-card-footer.js +1 -1
  98. package/dist/components/z-myz-card-icon.js +1 -1
  99. package/dist/components/z-myz-card-info.js +1 -1
  100. package/dist/components/z-myz-card-list.js +1 -1
  101. package/dist/components/z-myz-list.js +1 -1
  102. package/dist/components/z-otp.js +2 -2
  103. package/dist/components/z-pocket-message.js +1 -1
  104. package/dist/components/z-section-title.js +1 -1
  105. package/dist/components/z-skip-to-content.js +1 -1
  106. package/dist/components/z-tag.js +1 -1
  107. package/dist/components/z-visually-hidden.js +1 -1
  108. package/dist/esm/index-f16bc2ca.js +0 -56
  109. package/dist/esm/loader.js +1 -1
  110. package/dist/esm/web-components-library.js +1 -1
  111. package/dist/esm/z-alert.entry.js +1 -1
  112. package/dist/esm/z-app-header_12.entry.js +868 -17
  113. package/dist/esm/z-app-header_12.entry.js.map +1 -1
  114. package/dist/esm/z-cover-hero.entry.js +2 -2
  115. package/dist/esm/z-ghost-loading.entry.js +1 -1
  116. package/dist/esm/z-info-reveal.entry.js +1 -1
  117. package/dist/esm/z-link.entry.js +1 -1
  118. package/dist/esm/z-messages-pocket.entry.js +1 -1
  119. package/dist/esm/z-myz-card-alert.entry.js +1 -1
  120. package/dist/esm/z-myz-card-dictionary.entry.js +1 -1
  121. package/dist/esm/z-myz-card-footer-sections.entry.js +1 -1
  122. package/dist/esm/z-myz-card-footer.entry.js +1 -1
  123. package/dist/esm/z-myz-card-icon.entry.js +1 -1
  124. package/dist/esm/z-myz-card-info.entry.js +1 -1
  125. package/dist/esm/z-myz-card-list.entry.js +1 -1
  126. package/dist/esm/z-myz-card_4.entry.js +4 -4
  127. package/dist/esm/z-myz-list.entry.js +1 -1
  128. package/dist/esm/z-otp.entry.js +2 -2
  129. package/dist/esm/z-pocket-message.entry.js +1 -1
  130. package/dist/esm/z-pocket_3.entry.js +3 -3
  131. package/dist/esm/z-popover.entry.js +1 -1
  132. package/dist/esm/z-section-title.entry.js +1 -1
  133. package/dist/esm/z-skip-to-content.entry.js +1 -1
  134. package/dist/esm/z-visually-hidden.entry.js +1 -1
  135. package/dist/types/components/inputs/z-searchbar/index.d.ts +2 -0
  136. package/dist/types/components/list/z-list-element/index.d.ts +0 -5
  137. package/dist/types/components.d.ts +10 -885
  138. package/dist/web-components-library/{p-6d0bb567.entry.js → p-00d7315a.entry.js} +2 -2
  139. package/dist/web-components-library/{p-10c29fb4.entry.js → p-04755b76.entry.js} +2 -2
  140. package/dist/web-components-library/{p-7d4cd2e8.entry.js → p-05b39597.entry.js} +2 -2
  141. package/dist/web-components-library/{p-83657b33.entry.js → p-120a809e.entry.js} +2 -2
  142. package/dist/web-components-library/{p-fa4a2862.entry.js → p-239fb968.entry.js} +2 -2
  143. package/dist/web-components-library/{p-378b2bbf.entry.js → p-24ab494d.entry.js} +2 -2
  144. package/dist/web-components-library/{p-f97c093d.entry.js → p-2637ab23.entry.js} +2 -2
  145. package/dist/web-components-library/p-4c40561d.entry.js +2 -0
  146. package/dist/web-components-library/p-5d67d311.entry.js +2 -0
  147. package/dist/web-components-library/{p-ae71256f.entry.js → p-5eb0a064.entry.js} +2 -2
  148. package/dist/web-components-library/{p-2f72475d.entry.js → p-6edd5dbe.entry.js} +2 -2
  149. package/dist/web-components-library/{p-402bd7f6.entry.js → p-8d81a5c8.entry.js} +2 -2
  150. package/dist/web-components-library/p-91a7c5a9.entry.js +2 -0
  151. package/dist/web-components-library/p-91a7c5a9.entry.js.map +1 -0
  152. package/dist/web-components-library/{p-210fbe0f.entry.js → p-942e5126.entry.js} +2 -2
  153. package/{www/build/p-af27423a.entry.js → dist/web-components-library/p-95104b91.entry.js} +2 -2
  154. package/dist/web-components-library/{p-9e71d6b3.entry.js → p-996c1471.entry.js} +2 -2
  155. package/{www/build/p-bb8037c4.entry.js → dist/web-components-library/p-a53ab86e.entry.js} +2 -2
  156. package/dist/web-components-library/{p-ac497c80.entry.js → p-b57362ef.entry.js} +2 -2
  157. package/dist/web-components-library/{p-97bba1f2.entry.js → p-b670ffa5.entry.js} +2 -2
  158. package/dist/web-components-library/{p-38c63f28.entry.js → p-d1f8ca38.entry.js} +2 -2
  159. package/dist/web-components-library/{p-9882e8a5.entry.js → p-d251f105.entry.js} +2 -2
  160. package/dist/web-components-library/{p-e3e48e64.entry.js → p-d92765b6.entry.js} +2 -2
  161. package/dist/web-components-library/{p-5d220bbc.entry.js → p-dbc437d8.entry.js} +2 -2
  162. package/dist/web-components-library/web-components-library.esm.js +1 -1
  163. package/dist/web-components-library/web-components-library.esm.js.map +1 -1
  164. package/package.json +1 -1
  165. package/react/components.d.ts +0 -14
  166. package/react/components.js +2 -16
  167. package/react/components.js.map +1 -1
  168. package/www/build/{p-6d0bb567.entry.js → p-00d7315a.entry.js} +2 -2
  169. package/www/build/{p-10c29fb4.entry.js → p-04755b76.entry.js} +2 -2
  170. package/www/build/{p-7d4cd2e8.entry.js → p-05b39597.entry.js} +2 -2
  171. package/www/build/{p-83657b33.entry.js → p-120a809e.entry.js} +2 -2
  172. package/www/build/{p-fa4a2862.entry.js → p-239fb968.entry.js} +2 -2
  173. package/www/build/{p-378b2bbf.entry.js → p-24ab494d.entry.js} +2 -2
  174. package/www/build/{p-f97c093d.entry.js → p-2637ab23.entry.js} +2 -2
  175. package/www/build/p-4c40561d.entry.js +2 -0
  176. package/www/build/p-5d67d311.entry.js +2 -0
  177. package/www/build/{p-ae71256f.entry.js → p-5eb0a064.entry.js} +2 -2
  178. package/www/build/{p-2f72475d.entry.js → p-6edd5dbe.entry.js} +2 -2
  179. package/www/build/{p-402bd7f6.entry.js → p-8d81a5c8.entry.js} +2 -2
  180. package/www/build/p-91a7c5a9.entry.js +2 -0
  181. package/www/build/p-91a7c5a9.entry.js.map +1 -0
  182. package/www/build/{p-210fbe0f.entry.js → p-942e5126.entry.js} +2 -2
  183. package/{dist/web-components-library/p-af27423a.entry.js → www/build/p-95104b91.entry.js} +2 -2
  184. package/www/build/{p-9e71d6b3.entry.js → p-996c1471.entry.js} +2 -2
  185. package/{dist/web-components-library/p-bb8037c4.entry.js → www/build/p-a53ab86e.entry.js} +2 -2
  186. package/www/build/p-abb01ccd.js +2 -0
  187. package/www/build/{p-ac497c80.entry.js → p-b57362ef.entry.js} +2 -2
  188. package/www/build/{p-97bba1f2.entry.js → p-b670ffa5.entry.js} +2 -2
  189. package/www/build/{p-38c63f28.entry.js → p-d1f8ca38.entry.js} +2 -2
  190. package/www/build/{p-9882e8a5.entry.js → p-d251f105.entry.js} +2 -2
  191. package/www/build/{p-e3e48e64.entry.js → p-d92765b6.entry.js} +2 -2
  192. package/www/build/{p-5d220bbc.entry.js → p-dbc437d8.entry.js} +2 -2
  193. package/www/build/web-components-library.esm.js +1 -1
  194. package/www/build/web-components-library.esm.js.map +1 -1
  195. package/www/index.html +1 -1
  196. package/dist/cjs/icons-be077181.js +0 -864
  197. package/dist/cjs/icons-be077181.js.map +0 -1
  198. package/dist/cjs/index-0a7baee3.js +0 -24
  199. package/dist/cjs/index-0a7baee3.js.map +0 -1
  200. package/dist/cjs/index-37180b8d.js +0 -24
  201. package/dist/cjs/index-37180b8d.js.map +0 -1
  202. package/dist/cjs/index-4468a6b7.js +0 -24
  203. package/dist/cjs/index-4468a6b7.js.map +0 -1
  204. package/dist/cjs/index-715aa3be.js +0 -21
  205. package/dist/cjs/index-715aa3be.js.map +0 -1
  206. package/dist/cjs/index-7a1c32d4.js +0 -30
  207. package/dist/cjs/index-7a1c32d4.js.map +0 -1
  208. package/dist/cjs/index-7f3e61f0.js +0 -82
  209. package/dist/cjs/index-7f3e61f0.js.map +0 -1
  210. package/dist/cjs/index-96c2bc8f.js +0 -25
  211. package/dist/cjs/index-96c2bc8f.js.map +0 -1
  212. package/dist/cjs/index-a30259f3.js +0 -37
  213. package/dist/cjs/index-a30259f3.js.map +0 -1
  214. package/dist/cjs/index-a7aedd7c.js +0 -20
  215. package/dist/cjs/index-a7aedd7c.js.map +0 -1
  216. package/dist/cjs/index-d669dfd0.js +0 -43
  217. package/dist/cjs/index-d669dfd0.js.map +0 -1
  218. package/dist/cjs/z-contextual-menu.cjs.entry.js +0 -44
  219. package/dist/cjs/z-contextual-menu.cjs.entry.js.map +0 -1
  220. package/dist/cjs/z-navigation-tab-link.cjs.entry.js +0 -72
  221. package/dist/cjs/z-navigation-tab-link.cjs.entry.js.map +0 -1
  222. package/dist/cjs/z-navigation-tab.cjs.entry.js +0 -69
  223. package/dist/cjs/z-navigation-tab.cjs.entry.js.map +0 -1
  224. package/dist/cjs/z-table-body.cjs.entry.js +0 -12
  225. package/dist/cjs/z-table-body.cjs.entry.js.map +0 -1
  226. package/dist/cjs/z-table-cell.cjs.entry.js +0 -13
  227. package/dist/cjs/z-table-cell.cjs.entry.js.map +0 -1
  228. package/dist/cjs/z-table-deprecated.cjs.entry.js +0 -92
  229. package/dist/cjs/z-table-deprecated.cjs.entry.js.map +0 -1
  230. package/dist/cjs/z-table-empty-box.cjs.entry.js +0 -12
  231. package/dist/cjs/z-table-empty-box.cjs.entry.js.map +0 -1
  232. package/dist/cjs/z-table-expanded-row.cjs.entry.js +0 -12
  233. package/dist/cjs/z-table-expanded-row.cjs.entry.js.map +0 -1
  234. package/dist/cjs/z-table-footer.cjs.entry.js +0 -12
  235. package/dist/cjs/z-table-footer.cjs.entry.js.map +0 -1
  236. package/dist/cjs/z-table-head.cjs.entry.js +0 -12
  237. package/dist/cjs/z-table-head.cjs.entry.js.map +0 -1
  238. package/dist/cjs/z-table-header-row.cjs.entry.js +0 -12
  239. package/dist/cjs/z-table-header-row.cjs.entry.js.map +0 -1
  240. package/dist/cjs/z-table-header.cjs.entry.js +0 -15
  241. package/dist/cjs/z-table-header.cjs.entry.js.map +0 -1
  242. package/dist/cjs/z-table-row.cjs.entry.js +0 -13
  243. package/dist/cjs/z-table-row.cjs.entry.js.map +0 -1
  244. package/dist/cjs/z-table-sticky-footer.cjs.entry.js +0 -12
  245. package/dist/cjs/z-table-sticky-footer.cjs.entry.js.map +0 -1
  246. package/dist/collection/components/z-contextual-menu/index.js +0 -123
  247. package/dist/collection/components/z-contextual-menu/index.js.map +0 -1
  248. package/dist/collection/components/z-contextual-menu/index.spec.js +0 -74
  249. package/dist/collection/components/z-contextual-menu/index.spec.js.map +0 -1
  250. package/dist/collection/components/z-contextual-menu/styles.css +0 -60
  251. package/dist/collection/components/z-contextual-menu/test.e2e.js +0 -11
  252. package/dist/collection/components/z-contextual-menu/test.e2e.js.map +0 -1
  253. package/dist/collection/deprecated/navigation-tab.css +0 -138
  254. package/dist/collection/deprecated/z-navigation-tab/index.js +0 -286
  255. package/dist/collection/deprecated/z-navigation-tab/index.js.map +0 -1
  256. package/dist/collection/deprecated/z-navigation-tab-link/index.js +0 -321
  257. package/dist/collection/deprecated/z-navigation-tab-link/index.js.map +0 -1
  258. package/dist/collection/deprecated/z-table-deprecated/z-table-body/index.js +0 -27
  259. package/dist/collection/deprecated/z-table-deprecated/z-table-body/index.js.map +0 -1
  260. package/dist/collection/deprecated/z-table-deprecated/z-table-body/index.spec.js +0 -21
  261. package/dist/collection/deprecated/z-table-deprecated/z-table-body/index.spec.js.map +0 -1
  262. package/dist/collection/deprecated/z-table-deprecated/z-table-body/styles.css +0 -9
  263. package/dist/collection/deprecated/z-table-deprecated/z-table-cell/index.js +0 -85
  264. package/dist/collection/deprecated/z-table-deprecated/z-table-cell/index.js.map +0 -1
  265. package/dist/collection/deprecated/z-table-deprecated/z-table-cell/index.spec.js +0 -50
  266. package/dist/collection/deprecated/z-table-deprecated/z-table-cell/index.spec.js.map +0 -1
  267. package/dist/collection/deprecated/z-table-deprecated/z-table-cell/styles.css +0 -58
  268. package/dist/collection/deprecated/z-table-deprecated/z-table-deprecated/index.js +0 -362
  269. package/dist/collection/deprecated/z-table-deprecated/z-table-deprecated/index.js.map +0 -1
  270. package/dist/collection/deprecated/z-table-deprecated/z-table-deprecated/styles.css +0 -115
  271. package/dist/collection/deprecated/z-table-deprecated/z-table-empty-box/index.js +0 -74
  272. package/dist/collection/deprecated/z-table-deprecated/z-table-empty-box/index.js.map +0 -1
  273. package/dist/collection/deprecated/z-table-deprecated/z-table-empty-box/index.spec.js +0 -46
  274. package/dist/collection/deprecated/z-table-deprecated/z-table-empty-box/index.spec.js.map +0 -1
  275. package/dist/collection/deprecated/z-table-deprecated/z-table-empty-box/styles.css +0 -38
  276. package/dist/collection/deprecated/z-table-deprecated/z-table-expanded-row/index.js +0 -46
  277. package/dist/collection/deprecated/z-table-deprecated/z-table-expanded-row/index.js.map +0 -1
  278. package/dist/collection/deprecated/z-table-deprecated/z-table-expanded-row/index.spec.js +0 -13
  279. package/dist/collection/deprecated/z-table-deprecated/z-table-expanded-row/index.spec.js.map +0 -1
  280. package/dist/collection/deprecated/z-table-deprecated/z-table-expanded-row/styles.css +0 -9
  281. package/dist/collection/deprecated/z-table-deprecated/z-table-footer/index.js +0 -26
  282. package/dist/collection/deprecated/z-table-deprecated/z-table-footer/index.js.map +0 -1
  283. package/dist/collection/deprecated/z-table-deprecated/z-table-footer/index.spec.js +0 -23
  284. package/dist/collection/deprecated/z-table-deprecated/z-table-footer/index.spec.js.map +0 -1
  285. package/dist/collection/deprecated/z-table-deprecated/z-table-footer/styles.css +0 -5
  286. package/dist/collection/deprecated/z-table-deprecated/z-table-head/index.js +0 -26
  287. package/dist/collection/deprecated/z-table-deprecated/z-table-head/index.js.map +0 -1
  288. package/dist/collection/deprecated/z-table-deprecated/z-table-head/index.spec.js +0 -23
  289. package/dist/collection/deprecated/z-table-deprecated/z-table-head/index.spec.js.map +0 -1
  290. package/dist/collection/deprecated/z-table-deprecated/z-table-head/styles.css +0 -5
  291. package/dist/collection/deprecated/z-table-deprecated/z-table-header/index.js +0 -227
  292. package/dist/collection/deprecated/z-table-deprecated/z-table-header/index.js.map +0 -1
  293. package/dist/collection/deprecated/z-table-deprecated/z-table-header/index.spec.js +0 -227
  294. package/dist/collection/deprecated/z-table-deprecated/z-table-header/index.spec.js.map +0 -1
  295. package/dist/collection/deprecated/z-table-deprecated/z-table-header/styles.css +0 -71
  296. package/dist/collection/deprecated/z-table-deprecated/z-table-header-row/index.js +0 -48
  297. package/dist/collection/deprecated/z-table-deprecated/z-table-header-row/index.js.map +0 -1
  298. package/dist/collection/deprecated/z-table-deprecated/z-table-header-row/index.spec.js +0 -28
  299. package/dist/collection/deprecated/z-table-deprecated/z-table-header-row/index.spec.js.map +0 -1
  300. package/dist/collection/deprecated/z-table-deprecated/z-table-header-row/styles.css +0 -13
  301. package/dist/collection/deprecated/z-table-deprecated/z-table-row/index.js +0 -96
  302. package/dist/collection/deprecated/z-table-deprecated/z-table-row/index.js.map +0 -1
  303. package/dist/collection/deprecated/z-table-deprecated/z-table-row/index.spec.js +0 -23
  304. package/dist/collection/deprecated/z-table-deprecated/z-table-row/index.spec.js.map +0 -1
  305. package/dist/collection/deprecated/z-table-deprecated/z-table-row/styles.css +0 -45
  306. package/dist/collection/deprecated/z-table-deprecated/z-table-sticky-footer/index.js +0 -23
  307. package/dist/collection/deprecated/z-table-deprecated/z-table-sticky-footer/index.js.map +0 -1
  308. package/dist/collection/deprecated/z-table-deprecated/z-table-sticky-footer/index.spec.js +0 -16
  309. package/dist/collection/deprecated/z-table-deprecated/z-table-sticky-footer/index.spec.js.map +0 -1
  310. package/dist/collection/deprecated/z-table-deprecated/z-table-sticky-footer/styles.css +0 -11
  311. package/dist/components/index28.js +0 -45
  312. package/dist/components/index28.js.map +0 -1
  313. package/dist/components/index29.js +0 -120
  314. package/dist/components/index29.js.map +0 -1
  315. package/dist/components/index30.js +0 -46
  316. package/dist/components/index30.js.map +0 -1
  317. package/dist/components/z-contextual-menu.d.ts +0 -11
  318. package/dist/components/z-contextual-menu.js +0 -98
  319. package/dist/components/z-contextual-menu.js.map +0 -1
  320. package/dist/components/z-navigation-tab-link.d.ts +0 -11
  321. package/dist/components/z-navigation-tab-link.js +0 -105
  322. package/dist/components/z-navigation-tab-link.js.map +0 -1
  323. package/dist/components/z-navigation-tab.d.ts +0 -11
  324. package/dist/components/z-navigation-tab.js +0 -100
  325. package/dist/components/z-navigation-tab.js.map +0 -1
  326. package/dist/components/z-table-body.d.ts +0 -11
  327. package/dist/components/z-table-body.js +0 -40
  328. package/dist/components/z-table-body.js.map +0 -1
  329. package/dist/components/z-table-cell.d.ts +0 -11
  330. package/dist/components/z-table-cell.js +0 -8
  331. package/dist/components/z-table-cell.js.map +0 -1
  332. package/dist/components/z-table-deprecated.d.ts +0 -11
  333. package/dist/components/z-table-deprecated.js +0 -127
  334. package/dist/components/z-table-deprecated.js.map +0 -1
  335. package/dist/components/z-table-empty-box.d.ts +0 -11
  336. package/dist/components/z-table-empty-box.js +0 -8
  337. package/dist/components/z-table-empty-box.js.map +0 -1
  338. package/dist/components/z-table-expanded-row.d.ts +0 -11
  339. package/dist/components/z-table-expanded-row.js +0 -39
  340. package/dist/components/z-table-expanded-row.js.map +0 -1
  341. package/dist/components/z-table-footer.d.ts +0 -11
  342. package/dist/components/z-table-footer.js +0 -39
  343. package/dist/components/z-table-footer.js.map +0 -1
  344. package/dist/components/z-table-head.d.ts +0 -11
  345. package/dist/components/z-table-head.js +0 -39
  346. package/dist/components/z-table-head.js.map +0 -1
  347. package/dist/components/z-table-header-row.d.ts +0 -11
  348. package/dist/components/z-table-header-row.js +0 -65
  349. package/dist/components/z-table-header-row.js.map +0 -1
  350. package/dist/components/z-table-header.d.ts +0 -11
  351. package/dist/components/z-table-header.js +0 -8
  352. package/dist/components/z-table-header.js.map +0 -1
  353. package/dist/components/z-table-row.d.ts +0 -11
  354. package/dist/components/z-table-row.js +0 -79
  355. package/dist/components/z-table-row.js.map +0 -1
  356. package/dist/components/z-table-sticky-footer.d.ts +0 -11
  357. package/dist/components/z-table-sticky-footer.js +0 -35
  358. package/dist/components/z-table-sticky-footer.js.map +0 -1
  359. package/dist/esm/icons-f212e30c.js +0 -862
  360. package/dist/esm/icons-f212e30c.js.map +0 -1
  361. package/dist/esm/index-0c3f6c0f.js +0 -80
  362. package/dist/esm/index-0c3f6c0f.js.map +0 -1
  363. package/dist/esm/index-1ad3694a.js +0 -19
  364. package/dist/esm/index-1ad3694a.js.map +0 -1
  365. package/dist/esm/index-42dcef4f.js +0 -41
  366. package/dist/esm/index-42dcef4f.js.map +0 -1
  367. package/dist/esm/index-55b38815.js +0 -18
  368. package/dist/esm/index-55b38815.js.map +0 -1
  369. package/dist/esm/index-5b6bb2e2.js +0 -28
  370. package/dist/esm/index-5b6bb2e2.js.map +0 -1
  371. package/dist/esm/index-659b7228.js +0 -35
  372. package/dist/esm/index-659b7228.js.map +0 -1
  373. package/dist/esm/index-73ab3b9b.js +0 -22
  374. package/dist/esm/index-73ab3b9b.js.map +0 -1
  375. package/dist/esm/index-754a9620.js +0 -22
  376. package/dist/esm/index-754a9620.js.map +0 -1
  377. package/dist/esm/index-829d5a8b.js +0 -23
  378. package/dist/esm/index-829d5a8b.js.map +0 -1
  379. package/dist/esm/index-c3277075.js +0 -22
  380. package/dist/esm/index-c3277075.js.map +0 -1
  381. package/dist/esm/z-contextual-menu.entry.js +0 -40
  382. package/dist/esm/z-contextual-menu.entry.js.map +0 -1
  383. package/dist/esm/z-navigation-tab-link.entry.js +0 -68
  384. package/dist/esm/z-navigation-tab-link.entry.js.map +0 -1
  385. package/dist/esm/z-navigation-tab.entry.js +0 -65
  386. package/dist/esm/z-navigation-tab.entry.js.map +0 -1
  387. package/dist/esm/z-table-body.entry.js +0 -4
  388. package/dist/esm/z-table-body.entry.js.map +0 -1
  389. package/dist/esm/z-table-cell.entry.js +0 -5
  390. package/dist/esm/z-table-cell.entry.js.map +0 -1
  391. package/dist/esm/z-table-deprecated.entry.js +0 -88
  392. package/dist/esm/z-table-deprecated.entry.js.map +0 -1
  393. package/dist/esm/z-table-empty-box.entry.js +0 -4
  394. package/dist/esm/z-table-empty-box.entry.js.map +0 -1
  395. package/dist/esm/z-table-expanded-row.entry.js +0 -4
  396. package/dist/esm/z-table-expanded-row.entry.js.map +0 -1
  397. package/dist/esm/z-table-footer.entry.js +0 -4
  398. package/dist/esm/z-table-footer.entry.js.map +0 -1
  399. package/dist/esm/z-table-head.entry.js +0 -4
  400. package/dist/esm/z-table-head.entry.js.map +0 -1
  401. package/dist/esm/z-table-header-row.entry.js +0 -4
  402. package/dist/esm/z-table-header-row.entry.js.map +0 -1
  403. package/dist/esm/z-table-header.entry.js +0 -7
  404. package/dist/esm/z-table-header.entry.js.map +0 -1
  405. package/dist/esm/z-table-row.entry.js +0 -5
  406. package/dist/esm/z-table-row.entry.js.map +0 -1
  407. package/dist/esm/z-table-sticky-footer.entry.js +0 -4
  408. package/dist/esm/z-table-sticky-footer.entry.js.map +0 -1
  409. package/dist/types/components/z-contextual-menu/index.d.ts +0 -26
  410. package/dist/types/deprecated/z-navigation-tab/index.d.ts +0 -69
  411. package/dist/types/deprecated/z-navigation-tab-link/index.d.ts +0 -77
  412. package/dist/types/deprecated/z-table-deprecated/z-table-body/index.d.ts +0 -8
  413. package/dist/types/deprecated/z-table-deprecated/z-table-cell/index.d.ts +0 -14
  414. package/dist/types/deprecated/z-table-deprecated/z-table-deprecated/index.d.ts +0 -59
  415. package/dist/types/deprecated/z-table-deprecated/z-table-empty-box/index.d.ts +0 -15
  416. package/dist/types/deprecated/z-table-deprecated/z-table-expanded-row/index.d.ts +0 -8
  417. package/dist/types/deprecated/z-table-deprecated/z-table-footer/index.d.ts +0 -8
  418. package/dist/types/deprecated/z-table-deprecated/z-table-head/index.d.ts +0 -8
  419. package/dist/types/deprecated/z-table-deprecated/z-table-header/index.d.ts +0 -31
  420. package/dist/types/deprecated/z-table-deprecated/z-table-header-row/index.d.ts +0 -9
  421. package/dist/types/deprecated/z-table-deprecated/z-table-row/index.d.ts +0 -16
  422. package/dist/types/deprecated/z-table-deprecated/z-table-sticky-footer/index.d.ts +0 -7
  423. package/dist/web-components-library/p-011a7536.js +0 -2
  424. package/dist/web-components-library/p-011a7536.js.map +0 -1
  425. package/dist/web-components-library/p-2731d501.entry.js +0 -2
  426. package/dist/web-components-library/p-2731d501.entry.js.map +0 -1
  427. package/dist/web-components-library/p-28c6bb97.entry.js +0 -2
  428. package/dist/web-components-library/p-28c6bb97.entry.js.map +0 -1
  429. package/dist/web-components-library/p-3441cb4e.entry.js +0 -2
  430. package/dist/web-components-library/p-3441cb4e.entry.js.map +0 -1
  431. package/dist/web-components-library/p-356aac96.js +0 -2
  432. package/dist/web-components-library/p-356aac96.js.map +0 -1
  433. package/dist/web-components-library/p-40f68d35.entry.js +0 -2
  434. package/dist/web-components-library/p-40f68d35.entry.js.map +0 -1
  435. package/dist/web-components-library/p-4686b762.js +0 -2
  436. package/dist/web-components-library/p-4686b762.js.map +0 -1
  437. package/dist/web-components-library/p-472eb82d.entry.js +0 -2
  438. package/dist/web-components-library/p-472eb82d.entry.js.map +0 -1
  439. package/dist/web-components-library/p-4bc82510.js +0 -2
  440. package/dist/web-components-library/p-4bc82510.js.map +0 -1
  441. package/dist/web-components-library/p-55d22af2.js +0 -2
  442. package/dist/web-components-library/p-55d22af2.js.map +0 -1
  443. package/dist/web-components-library/p-5e585fe9.js +0 -2
  444. package/dist/web-components-library/p-5e585fe9.js.map +0 -1
  445. package/dist/web-components-library/p-6087739d.js +0 -2
  446. package/dist/web-components-library/p-6087739d.js.map +0 -1
  447. package/dist/web-components-library/p-626a5bb1.entry.js +0 -2
  448. package/dist/web-components-library/p-626a5bb1.entry.js.map +0 -1
  449. package/dist/web-components-library/p-6790a3c1.js +0 -2
  450. package/dist/web-components-library/p-6790a3c1.js.map +0 -1
  451. package/dist/web-components-library/p-68a9a3dd.entry.js +0 -2
  452. package/dist/web-components-library/p-68a9a3dd.entry.js.map +0 -1
  453. package/dist/web-components-library/p-69697329.entry.js +0 -2
  454. package/dist/web-components-library/p-69697329.entry.js.map +0 -1
  455. package/dist/web-components-library/p-6aba107d.entry.js +0 -2
  456. package/dist/web-components-library/p-6aba107d.entry.js.map +0 -1
  457. package/dist/web-components-library/p-820c2503.js +0 -2
  458. package/dist/web-components-library/p-820c2503.js.map +0 -1
  459. package/dist/web-components-library/p-98e8d64f.entry.js +0 -2
  460. package/dist/web-components-library/p-98e8d64f.entry.js.map +0 -1
  461. package/dist/web-components-library/p-9bcb606c.entry.js +0 -2
  462. package/dist/web-components-library/p-9bcb606c.entry.js.map +0 -1
  463. package/dist/web-components-library/p-b1b69181.entry.js +0 -2
  464. package/dist/web-components-library/p-b1b69181.entry.js.map +0 -1
  465. package/dist/web-components-library/p-b99dd793.entry.js +0 -2
  466. package/dist/web-components-library/p-b99dd793.entry.js.map +0 -1
  467. package/dist/web-components-library/p-c2555fef.entry.js +0 -2
  468. package/dist/web-components-library/p-c2555fef.entry.js.map +0 -1
  469. package/dist/web-components-library/p-ca5975a3.js +0 -2
  470. package/dist/web-components-library/p-ca5975a3.js.map +0 -1
  471. package/dist/web-components-library/p-cc46f0ce.js +0 -2
  472. package/dist/web-components-library/p-cc46f0ce.js.map +0 -1
  473. package/dist/web-components-library/p-ebcf6b4d.entry.js +0 -2
  474. package/dist/web-components-library/p-ed03b414.entry.js +0 -2
  475. package/dist/web-components-library/p-ed03b414.entry.js.map +0 -1
  476. package/dist/web-components-library/p-fe8d7642.entry.js +0 -2
  477. package/www/build/p-011a7536.js +0 -2
  478. package/www/build/p-011a7536.js.map +0 -1
  479. package/www/build/p-06236871.js +0 -2
  480. package/www/build/p-2731d501.entry.js +0 -2
  481. package/www/build/p-2731d501.entry.js.map +0 -1
  482. package/www/build/p-28c6bb97.entry.js +0 -2
  483. package/www/build/p-28c6bb97.entry.js.map +0 -1
  484. package/www/build/p-3441cb4e.entry.js +0 -2
  485. package/www/build/p-3441cb4e.entry.js.map +0 -1
  486. package/www/build/p-356aac96.js +0 -2
  487. package/www/build/p-356aac96.js.map +0 -1
  488. package/www/build/p-40f68d35.entry.js +0 -2
  489. package/www/build/p-40f68d35.entry.js.map +0 -1
  490. package/www/build/p-4686b762.js +0 -2
  491. package/www/build/p-4686b762.js.map +0 -1
  492. package/www/build/p-472eb82d.entry.js +0 -2
  493. package/www/build/p-472eb82d.entry.js.map +0 -1
  494. package/www/build/p-4bc82510.js +0 -2
  495. package/www/build/p-4bc82510.js.map +0 -1
  496. package/www/build/p-55d22af2.js +0 -2
  497. package/www/build/p-55d22af2.js.map +0 -1
  498. package/www/build/p-5e585fe9.js +0 -2
  499. package/www/build/p-5e585fe9.js.map +0 -1
  500. package/www/build/p-6087739d.js +0 -2
  501. package/www/build/p-6087739d.js.map +0 -1
  502. package/www/build/p-626a5bb1.entry.js +0 -2
  503. package/www/build/p-626a5bb1.entry.js.map +0 -1
  504. package/www/build/p-6790a3c1.js +0 -2
  505. package/www/build/p-6790a3c1.js.map +0 -1
  506. package/www/build/p-68a9a3dd.entry.js +0 -2
  507. package/www/build/p-68a9a3dd.entry.js.map +0 -1
  508. package/www/build/p-69697329.entry.js +0 -2
  509. package/www/build/p-69697329.entry.js.map +0 -1
  510. package/www/build/p-6aba107d.entry.js +0 -2
  511. package/www/build/p-6aba107d.entry.js.map +0 -1
  512. package/www/build/p-820c2503.js +0 -2
  513. package/www/build/p-820c2503.js.map +0 -1
  514. package/www/build/p-98e8d64f.entry.js +0 -2
  515. package/www/build/p-98e8d64f.entry.js.map +0 -1
  516. package/www/build/p-9bcb606c.entry.js +0 -2
  517. package/www/build/p-9bcb606c.entry.js.map +0 -1
  518. package/www/build/p-b1b69181.entry.js +0 -2
  519. package/www/build/p-b1b69181.entry.js.map +0 -1
  520. package/www/build/p-b99dd793.entry.js +0 -2
  521. package/www/build/p-b99dd793.entry.js.map +0 -1
  522. package/www/build/p-c2555fef.entry.js +0 -2
  523. package/www/build/p-c2555fef.entry.js.map +0 -1
  524. package/www/build/p-ca5975a3.js +0 -2
  525. package/www/build/p-ca5975a3.js.map +0 -1
  526. package/www/build/p-cc46f0ce.js +0 -2
  527. package/www/build/p-cc46f0ce.js.map +0 -1
  528. package/www/build/p-ebcf6b4d.entry.js +0 -2
  529. package/www/build/p-ed03b414.entry.js +0 -2
  530. package/www/build/p-ed03b414.entry.js.map +0 -1
  531. package/www/build/p-fe8d7642.entry.js +0 -2
  532. /package/dist/web-components-library/{p-6d0bb567.entry.js.map → p-00d7315a.entry.js.map} +0 -0
  533. /package/dist/web-components-library/{p-10c29fb4.entry.js.map → p-04755b76.entry.js.map} +0 -0
  534. /package/dist/web-components-library/{p-7d4cd2e8.entry.js.map → p-05b39597.entry.js.map} +0 -0
  535. /package/dist/web-components-library/{p-83657b33.entry.js.map → p-120a809e.entry.js.map} +0 -0
  536. /package/dist/web-components-library/{p-fa4a2862.entry.js.map → p-239fb968.entry.js.map} +0 -0
  537. /package/dist/web-components-library/{p-378b2bbf.entry.js.map → p-24ab494d.entry.js.map} +0 -0
  538. /package/dist/web-components-library/{p-f97c093d.entry.js.map → p-2637ab23.entry.js.map} +0 -0
  539. /package/dist/web-components-library/{p-ebcf6b4d.entry.js.map → p-4c40561d.entry.js.map} +0 -0
  540. /package/dist/web-components-library/{p-fe8d7642.entry.js.map → p-5d67d311.entry.js.map} +0 -0
  541. /package/dist/web-components-library/{p-ae71256f.entry.js.map → p-5eb0a064.entry.js.map} +0 -0
  542. /package/dist/web-components-library/{p-2f72475d.entry.js.map → p-6edd5dbe.entry.js.map} +0 -0
  543. /package/dist/web-components-library/{p-402bd7f6.entry.js.map → p-8d81a5c8.entry.js.map} +0 -0
  544. /package/dist/web-components-library/{p-210fbe0f.entry.js.map → p-942e5126.entry.js.map} +0 -0
  545. /package/dist/web-components-library/{p-af27423a.entry.js.map → p-95104b91.entry.js.map} +0 -0
  546. /package/dist/web-components-library/{p-9e71d6b3.entry.js.map → p-996c1471.entry.js.map} +0 -0
  547. /package/dist/web-components-library/{p-bb8037c4.entry.js.map → p-a53ab86e.entry.js.map} +0 -0
  548. /package/dist/web-components-library/{p-ac497c80.entry.js.map → p-b57362ef.entry.js.map} +0 -0
  549. /package/dist/web-components-library/{p-97bba1f2.entry.js.map → p-b670ffa5.entry.js.map} +0 -0
  550. /package/dist/web-components-library/{p-38c63f28.entry.js.map → p-d1f8ca38.entry.js.map} +0 -0
  551. /package/dist/web-components-library/{p-9882e8a5.entry.js.map → p-d251f105.entry.js.map} +0 -0
  552. /package/dist/web-components-library/{p-e3e48e64.entry.js.map → p-d92765b6.entry.js.map} +0 -0
  553. /package/dist/web-components-library/{p-5d220bbc.entry.js.map → p-dbc437d8.entry.js.map} +0 -0
  554. /package/www/build/{p-6d0bb567.entry.js.map → p-00d7315a.entry.js.map} +0 -0
  555. /package/www/build/{p-10c29fb4.entry.js.map → p-04755b76.entry.js.map} +0 -0
  556. /package/www/build/{p-7d4cd2e8.entry.js.map → p-05b39597.entry.js.map} +0 -0
  557. /package/www/build/{p-83657b33.entry.js.map → p-120a809e.entry.js.map} +0 -0
  558. /package/www/build/{p-fa4a2862.entry.js.map → p-239fb968.entry.js.map} +0 -0
  559. /package/www/build/{p-378b2bbf.entry.js.map → p-24ab494d.entry.js.map} +0 -0
  560. /package/www/build/{p-f97c093d.entry.js.map → p-2637ab23.entry.js.map} +0 -0
  561. /package/www/build/{p-ebcf6b4d.entry.js.map → p-4c40561d.entry.js.map} +0 -0
  562. /package/www/build/{p-fe8d7642.entry.js.map → p-5d67d311.entry.js.map} +0 -0
  563. /package/www/build/{p-ae71256f.entry.js.map → p-5eb0a064.entry.js.map} +0 -0
  564. /package/www/build/{p-2f72475d.entry.js.map → p-6edd5dbe.entry.js.map} +0 -0
  565. /package/www/build/{p-402bd7f6.entry.js.map → p-8d81a5c8.entry.js.map} +0 -0
  566. /package/www/build/{p-210fbe0f.entry.js.map → p-942e5126.entry.js.map} +0 -0
  567. /package/www/build/{p-af27423a.entry.js.map → p-95104b91.entry.js.map} +0 -0
  568. /package/www/build/{p-9e71d6b3.entry.js.map → p-996c1471.entry.js.map} +0 -0
  569. /package/www/build/{p-bb8037c4.entry.js.map → p-a53ab86e.entry.js.map} +0 -0
  570. /package/www/build/{p-ac497c80.entry.js.map → p-b57362ef.entry.js.map} +0 -0
  571. /package/www/build/{p-97bba1f2.entry.js.map → p-b670ffa5.entry.js.map} +0 -0
  572. /package/www/build/{p-38c63f28.entry.js.map → p-d1f8ca38.entry.js.map} +0 -0
  573. /package/www/build/{p-9882e8a5.entry.js.map → p-d251f105.entry.js.map} +0 -0
  574. /package/www/build/{p-e3e48e64.entry.js.map → p-d92765b6.entry.js.map} +0 -0
  575. /package/www/build/{p-5d220bbc.entry.js.map → p-dbc437d8.entry.js.map} +0 -0
@@ -1,2 +1,2 @@
1
- import{r as t,c as e,h as i,g as s}from"./p-10bb4f4b.js";import{q as a}from"./p-025f494e.js";import{a as o}from"./p-955da62e.js";import{H as r}from"./p-54b0b04e.js";import"./p-2c886e8b.js";const n=":host{width:inherit;height:100%;margin:inherit;font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>div{width:inherit;height:100%;margin:inherit}:host>div>div.background{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:0;height:0}:host>div>div.background.open{width:100%;height:100%}:host>div>div.content-wrapper{position:fixed;z-index:999;bottom:0;left:0;width:inherit;margin:inherit}:host>div>div.content-wrapper>div{margin:calc(var(--space-unit) * 0.5) calc(var(--space-unit) * 0.5) 0 calc(var(--space-unit) * 0.5);border-radius:var(--space-unit) var(--space-unit) 0 0;box-shadow:0 -2px calc(var(--space-unit) * 0.5) 0 rgb(66 69 72 / 40%)}";const c=n;const h=class{constructor(i){t(this,i);this.pocketToggle=e(this,"pocketToggle",7);this.pocketid=undefined;this.status=a.PREVIEW}async open(){this.status=a.OPEN}async close(){this.status=a.CLOSED}emitPocketToggle(t,e){this.pocketToggle.emit({id:t,status:e})}handlePocketHeaderClick(t){if(t.detail.id&&t.detail.id===this.pocketid){switch(this.status){case a.PREVIEW:case a.CLOSED:this.status=a.OPEN;break;case a.OPEN:this.status=a.CLOSED;break}}}handlePocketHeaderPan(t){if(t.detail.id&&t.detail.id===this.pocketid){if(t.detail.direction==="up"){this.status=a.OPEN}else if(t.detail.direction==="down"){this.status=a.CLOSED}}}watchStatusHandler(t){this.emitPocketToggle(this.pocketid,t)}componentWillLoad(){this.emitPocketToggle(this.pocketid,this.status)}handleBackgroundClick(t){if(t.target.dataset.action=="pocketBackground"){this.close()}}render(){return i("div",{key:"326350f5b42a676f92c1246a676f074c12b5e2c8"},i("div",{key:"ff53a47e16b8a2809e96d49b129c6187e0e3364a","data-action":"pocketBackground","data-pocket":this.pocketid,class:`background ${this.status}`,onClick:t=>this.handleBackgroundClick(t)}),i("div",{key:"28606d7b860f7283919f00010bf5f1c83ca75aa7",id:this.pocketid,class:"content-wrapper"},i("div",{key:"b54698aaa349bb75df7c6344b3cfff3122e530c5"},i("slot",{key:"0e5ac1491d2c5128ed4c93b116d91a62e2afde41"}))))}get hostElement(){return s(this)}static get watchers(){return{status:["watchStatusHandler"]}}};h.style=c;const d=":host{display:block;width:100%;box-sizing:border-box;font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>main{overflow:auto;border-right:var(--border-size-small) solid var(--color-surface03);border-left:var(--border-size-small) solid var(--color-surface03);background:var(--color-surface01);scrollbar-width:none}:host>main.preview{max-height:225px;transition:all 200ms ease-in-out, top 200ms ease-in-out}:host>main.open{max-height:calc(100vh - 48px);transition:all 200ms ease-in-out, top 200ms ease-in-out}:host>main.closed{height:0;transition:all 200ms ease-in-out, top 200ms ease-in-out}:host ::-webkit-scrollbar{width:0}@media only screen and (min-width: 768px){:host>main.preview{max-height:157px}}";const l=d;const f=class{constructor(e){t(this,e);this.pocketid=undefined;this.status=a.PREVIEW}handlePocketToggle(t){if(t.detail.id&&t.detail.id===this.pocketid){this.status=t.detail.status}}render(){return i("main",{key:"a21e5307e4af8970761af2f04d1344997e171b48",class:this.status},i("slot",{key:"c6b38fb56dbca9e8cdb03acfb601f32822312fee"}))}};f.style=l;const p=":host{display:block;width:100%;box-sizing:border-box;font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>header{display:flex;height:36px;flex-flow:row nowrap;align-items:center;justify-content:center;border:var(--border-size-small) solid var(--color-surface03);background:var(--color-surface01);border-radius:var(--space-unit) var(--space-unit) 0 0;cursor:pointer}:host>header:focus{outline:none}:host>header::-moz-focus-inner{border:0}";const b=p;const u=class{emitPocketHeaderClick(){this.pocketHeaderClick.emit({id:this.pocketid})}emitPocketHeaderPan(t){this.pocketHeaderPan.emit({id:this.pocketid,direction:t})}constructor(i){t(this,i);this.pocketHeaderClick=e(this,"pocketHeaderClick",7);this.pocketHeaderPan=e(this,"pocketHeaderPan",7);this.pocketid=undefined;this.emitPocketHeaderClick=this.emitPocketHeaderClick.bind(this)}componentDidLoad(){const t=new r(this.swipeWrap);t.get("pan").set({direction:r.DIRECTION_VERTICAL});t.on("panup",(()=>this.emitPocketHeaderPan("up")));t.on("pandown",(()=>this.emitPocketHeaderPan("down")))}render(){return i("header",{key:"90a6554d0c79aebcb62332c7ee23018103fa1916",role:"button",tabindex:0,onClick:()=>this.emitPocketHeaderClick(),onKeyPress:t=>o(t,this.emitPocketHeaderClick),ref:t=>this.swipeWrap=t},i("slot",{key:"4a3e7b093ba47de8fdbe0e96fff4f5880220bec4"}))}};u.style=b;export{h as z_pocket,f as z_pocket_body,u as z_pocket_header};
2
- //# sourceMappingURL=p-fa4a2862.entry.js.map
1
+ import{r as t,c as e,h as i,g as a}from"./p-10bb4f4b.js";import{q as s}from"./p-025f494e.js";import{a as o}from"./p-955da62e.js";import{H as r}from"./p-54b0b04e.js";import"./p-2c886e8b.js";const n=":host{width:inherit;height:100%;margin:inherit;font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>div{width:inherit;height:100%;margin:inherit}:host>div>div.background{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:0;height:0}:host>div>div.background.open{width:100%;height:100%}:host>div>div.content-wrapper{position:fixed;z-index:999;bottom:0;left:0;width:inherit;margin:inherit}:host>div>div.content-wrapper>div{margin:calc(var(--space-unit) * 0.5) calc(var(--space-unit) * 0.5) 0 calc(var(--space-unit) * 0.5);border-radius:var(--space-unit) var(--space-unit) 0 0;box-shadow:0 -2px calc(var(--space-unit) * 0.5) 0 rgb(66 69 72 / 40%)}";const c=n;const h=class{constructor(i){t(this,i);this.pocketToggle=e(this,"pocketToggle",7);this.pocketid=undefined;this.status=s.PREVIEW}async open(){this.status=s.OPEN}async close(){this.status=s.CLOSED}emitPocketToggle(t,e){this.pocketToggle.emit({id:t,status:e})}handlePocketHeaderClick(t){if(t.detail.id&&t.detail.id===this.pocketid){switch(this.status){case s.PREVIEW:case s.CLOSED:this.status=s.OPEN;break;case s.OPEN:this.status=s.CLOSED;break}}}handlePocketHeaderPan(t){if(t.detail.id&&t.detail.id===this.pocketid){if(t.detail.direction==="up"){this.status=s.OPEN}else if(t.detail.direction==="down"){this.status=s.CLOSED}}}watchStatusHandler(t){this.emitPocketToggle(this.pocketid,t)}componentWillLoad(){this.emitPocketToggle(this.pocketid,this.status)}handleBackgroundClick(t){if(t.target.dataset.action=="pocketBackground"){this.close()}}render(){return i("div",{key:"97d80e0b2cb56a932f35aa104256bf763f1eee7c"},i("div",{key:"9e8f3eacd18892d80cc1a5c314c861ef18178daa","data-action":"pocketBackground","data-pocket":this.pocketid,class:`background ${this.status}`,onClick:t=>this.handleBackgroundClick(t)}),i("div",{key:"ee7d44929e94ebe8f2c128a74e0b8250819df04b",id:this.pocketid,class:"content-wrapper"},i("div",{key:"57a77810690ce70ed3c7fac92cc4fa7e5158f17d"},i("slot",{key:"9f1c1757f0bc2ff2db326ac9158d80f33802970f"}))))}get hostElement(){return a(this)}static get watchers(){return{status:["watchStatusHandler"]}}};h.style=c;const d=":host{display:block;width:100%;box-sizing:border-box;font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>main{overflow:auto;border-right:var(--border-size-small) solid var(--color-surface03);border-left:var(--border-size-small) solid var(--color-surface03);background:var(--color-surface01);scrollbar-width:none}:host>main.preview{max-height:225px;transition:all 200ms ease-in-out, top 200ms ease-in-out}:host>main.open{max-height:calc(100vh - 48px);transition:all 200ms ease-in-out, top 200ms ease-in-out}:host>main.closed{height:0;transition:all 200ms ease-in-out, top 200ms ease-in-out}:host ::-webkit-scrollbar{width:0}@media only screen and (min-width: 768px){:host>main.preview{max-height:157px}}";const l=d;const f=class{constructor(e){t(this,e);this.pocketid=undefined;this.status=s.PREVIEW}handlePocketToggle(t){if(t.detail.id&&t.detail.id===this.pocketid){this.status=t.detail.status}}render(){return i("main",{key:"cd660568916f4384dc815a3c0067a579c217fa33",class:this.status},i("slot",{key:"3dd94db83f10a36a3656914a90ca571bd088fc6d"}))}};f.style=l;const p=":host{display:block;width:100%;box-sizing:border-box;font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>header{display:flex;height:36px;flex-flow:row nowrap;align-items:center;justify-content:center;border:var(--border-size-small) solid var(--color-surface03);background:var(--color-surface01);border-radius:var(--space-unit) var(--space-unit) 0 0;cursor:pointer}:host>header:focus{outline:none}:host>header::-moz-focus-inner{border:0}";const u=p;const b=class{emitPocketHeaderClick(){this.pocketHeaderClick.emit({id:this.pocketid})}emitPocketHeaderPan(t){this.pocketHeaderPan.emit({id:this.pocketid,direction:t})}constructor(i){t(this,i);this.pocketHeaderClick=e(this,"pocketHeaderClick",7);this.pocketHeaderPan=e(this,"pocketHeaderPan",7);this.pocketid=undefined;this.emitPocketHeaderClick=this.emitPocketHeaderClick.bind(this)}componentDidLoad(){const t=new r(this.swipeWrap);t.get("pan").set({direction:r.DIRECTION_VERTICAL});t.on("panup",(()=>this.emitPocketHeaderPan("up")));t.on("pandown",(()=>this.emitPocketHeaderPan("down")))}render(){return i("header",{key:"4f1f69686926f9b45d72800e711ae8437a3ca2f5",role:"button",tabindex:0,onClick:()=>this.emitPocketHeaderClick(),onKeyPress:t=>o(t,this.emitPocketHeaderClick),ref:t=>this.swipeWrap=t},i("slot",{key:"cfdaf2acf381639e86ea15349a83834c311fda71"}))}};b.style=u;export{h as z_pocket,f as z_pocket_body,b as z_pocket_header};
2
+ //# sourceMappingURL=p-239fb968.entry.js.map
@@ -1,2 +1,2 @@
1
- import{r as t,h as i,a as n,g as o}from"./p-10bb4f4b.js";import{d as s,a as e}from"./p-955da62e.js";import{T as c}from"./p-025f494e.js";import"./p-2c886e8b.js";const r=".sc-z-skip-to-content-h{position:absolute;left:-100%;height:60px;box-sizing:border-box;padding:calc(var(--space-unit) * 1.25) calc(var(--space-unit) * 3);background-color:#24f4ff;font-family:var(--font-family-sans);font-weight:var(--font-rg);text-align:center}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content{display:inline-flex;height:100%;align-items:center}.skip-to-content-visible.sc-z-skip-to-content-h,.sc-z-skip-to-content-h:focus{position:static;display:block}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content>a.z-link.link-invisible.sc-z-skip-to-content{overflow:hidden;width:0;height:0}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content>a.z-link.link-visible.sc-z-skip-to-content{width:initial;height:initial}.dark.sc-z-skip-to-content-h{background-color:var(--color-surface05);color:var(--color-surface01)}.light.sc-z-skip-to-content-h{border:var(--border-size-medium) solid var(--color-surface05);background-color:var(--color-surface01);color:var(--color-text01)}@media (min-width: 768px){.sc-z-skip-to-content-h{text-align:start}}@media (min-width: 1152px){.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content{padding:0 calc(var(--space-unit) * 3);border-right:var(--border-size-small) solid var(--color-surface05)}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content>a.z-link.link-invisible.sc-z-skip-to-content{overflow:initial;width:initial;height:initial}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content:first-child{padding-left:0}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content:last-child,.dark.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content:last-child,.light.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content:last-child{padding-right:0;border-right:none}.dark.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content{border-right:var(--border-size-small) solid var(--color-surface01)}}";const a=r;const l=class{constructor(i){t(this,i);this.variant=undefined;this.links=[];this.visible=false;this.visibleLink=""}handleFocusOutSkipToContent(t){if(this.isInSkipToContent(t.target)){this.visible=false}}handleFocusSkipToContent(t){if(this.isInSkipToContent(t.target)){this.visible=true}}componentDidLoad(){this.showFirstChild()}componentWillRender(){if(this.links){this.links=typeof this.links==="string"?JSON.parse(this.links):this.links}}isInSkipToContent(t){const i=s(t);const n=i.find((t=>t.nodeName.toLowerCase()==="z-skip-to-content"));return!!n}showFirstChild(){var t;const i=(t=this.hostElement.children)===null||t===void 0?void 0:t[0];if(i){this.visibleLink=i.id}}handleLinkClick(){this.visible=false}render(){return i(n,{key:"148da854d3c5a83e5c103b3efcc5358f86278936",class:{[this.variant]:true,"skip-to-content-visible":this.visible}},this.links.map(((t,n)=>{const o=`skip-to-content-${n}`;return i("div",{class:"link-container"},i("a",{id:o,class:{"body-1-sb":true,"z-link":true,"z-link-underline":true,"z-link-white":this.variant===c.DARK,"z-link-black":this.variant!==c.DARK,"link-visible":o==this.visibleLink,"link-invisible":o!=this.visibleLink},"aria-label":t.ariaLabel||t.label,href:t.href,onFocus:()=>this.visibleLink=o,onClick:()=>this.handleLinkClick(),onKeyUp:t=>e(t,this.handleLinkClick.bind(this))},t.label))})))}get hostElement(){return o(this)}};l.style=a;export{l as z_skip_to_content};
2
- //# sourceMappingURL=p-378b2bbf.entry.js.map
1
+ import{r as t,h as i,a as n,g as o}from"./p-10bb4f4b.js";import{d as s,a as e}from"./p-955da62e.js";import{T as c}from"./p-025f494e.js";import"./p-2c886e8b.js";const r=".sc-z-skip-to-content-h{position:absolute;left:-100%;height:60px;box-sizing:border-box;padding:calc(var(--space-unit) * 1.25) calc(var(--space-unit) * 3);background-color:#24f4ff;font-family:var(--font-family-sans);font-weight:var(--font-rg);text-align:center}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content{display:inline-flex;height:100%;align-items:center}.skip-to-content-visible.sc-z-skip-to-content-h,.sc-z-skip-to-content-h:focus{position:static;display:block}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content>a.z-link.link-invisible.sc-z-skip-to-content{overflow:hidden;width:0;height:0}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content>a.z-link.link-visible.sc-z-skip-to-content{width:initial;height:initial}.dark.sc-z-skip-to-content-h{background-color:var(--color-surface05);color:var(--color-surface01)}.light.sc-z-skip-to-content-h{border:var(--border-size-medium) solid var(--color-surface05);background-color:var(--color-surface01);color:var(--color-text01)}@media (min-width: 768px){.sc-z-skip-to-content-h{text-align:start}}@media (min-width: 1152px){.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content{padding:0 calc(var(--space-unit) * 3);border-right:var(--border-size-small) solid var(--color-surface05)}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content>a.z-link.link-invisible.sc-z-skip-to-content{overflow:initial;width:initial;height:initial}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content:first-child{padding-left:0}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content:last-child,.dark.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content:last-child,.light.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content:last-child{padding-right:0;border-right:none}.dark.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content{border-right:var(--border-size-small) solid var(--color-surface01)}}";const a=r;const l=class{constructor(i){t(this,i);this.variant=undefined;this.links=[];this.visible=false;this.visibleLink=""}handleFocusOutSkipToContent(t){if(this.isInSkipToContent(t.target)){this.visible=false}}handleFocusSkipToContent(t){if(this.isInSkipToContent(t.target)){this.visible=true}}componentDidLoad(){this.showFirstChild()}componentWillRender(){if(this.links){this.links=typeof this.links==="string"?JSON.parse(this.links):this.links}}isInSkipToContent(t){const i=s(t);const n=i.find((t=>t.nodeName.toLowerCase()==="z-skip-to-content"));return!!n}showFirstChild(){var t;const i=(t=this.hostElement.children)===null||t===void 0?void 0:t[0];if(i){this.visibleLink=i.id}}handleLinkClick(){this.visible=false}render(){return i(n,{key:"08004b426a63113ef27d0cac85716b5433a2a292",class:{[this.variant]:true,"skip-to-content-visible":this.visible}},this.links.map(((t,n)=>{const o=`skip-to-content-${n}`;return i("div",{class:"link-container"},i("a",{id:o,class:{"body-1-sb":true,"z-link":true,"z-link-underline":true,"z-link-white":this.variant===c.DARK,"z-link-black":this.variant!==c.DARK,"link-visible":o==this.visibleLink,"link-invisible":o!=this.visibleLink},"aria-label":t.ariaLabel||t.label,href:t.href,onFocus:()=>this.visibleLink=o,onClick:()=>this.handleLinkClick(),onKeyUp:t=>e(t,this.handleLinkClick.bind(this))},t.label))})))}get hostElement(){return o(this)}};l.style=a;export{l as z_skip_to_content};
2
+ //# sourceMappingURL=p-24ab494d.entry.js.map
@@ -1,2 +1,2 @@
1
- import{r as t,c as o,h as e,g as r}from"./p-10bb4f4b.js";import{P as i,g as s}from"./p-025f494e.js";const n=':host{--z-popover-theme--surface:var(--color-surface01);--z-popover-theme--text:var(--color-text01);--z-popover-padding:0;--z-popover-shadow-filter:drop-shadow(0 1px 2px var(--shadow-color-base));position:relative;display:none;min-width:calc(var(--space-unit) * 8);min-height:calc(var(--space-unit) * 4);align-items:center;justify-content:center;padding:var(--z-popover-padding);background:var(--z-popover-theme--surface);border-radius:var(--border-radius-small);color:var(--z-popover-theme--text);fill:currentcolor;filter:var(--z-popover-shadow-filter);font-family:var(--font-family-sans);text-align:center}:host([open][current-position]),:host([open="true"][current-position]){display:flex}:host([center][current-position="top"]),:host([center][current-position="bottom"]){transform:translateX(-50%)}:host([center][current-position="right"]),:host([center][current-position="left"]){transform:translateY(-50%)}:host([current-position^="top"]){margin:0 0 var(--space-unit)}:host([current-position^="bottom"]){margin:var(--space-unit) 0 0}:host([current-position^="left"]){margin:0 var(--space-unit) 0 0}:host([current-position^="right"]){margin:0 0 0 var(--space-unit)}:host([current-position])::before{--arrow-size:6px;--arrow-edge-offset:calc(100% - var(--space-unit) - (var(--arrow-size) / 2));--arrow-center-x-offset:calc(50% - (var(--arrow-size) / 2));--arrow-center-y-offset:calc(100% - (var(--arrow-size) / 2));position:absolute;display:block;width:var(--arrow-size);height:var(--arrow-size);background:var(--z-popover-theme--surface);content:"";transform:rotate(45deg)}:host([show-arrow="false"])::before,:host(:not([show-arrow]))::before{display:none}:host([current-position^="top"])::before{top:var(--arrow-center-y-offset)}:host([current-position^="bottom"])::before{bottom:var(--arrow-center-y-offset)}:host([current-position="top"])::before,:host([current-position="bottom"])::before{right:var(--arrow-edge-offset)}:host([current-position="right"])::before,:host([current-position="left"])::before{bottom:var(--arrow-edge-offset)}:host([current-position="right"])::before{right:var(--arrow-center-y-offset)}:host([current-position="left"])::before{left:var(--arrow-center-y-offset)}:host([current-position="top_right"])::before,:host([current-position="bottom_right"])::before{right:var(--arrow-edge-offset)}:host([current-position="top_left"])::before,:host([current-position="bottom_left"])::before{left:var(--arrow-edge-offset)}:host([current-position="right_top"])::before,:host([current-position="left_top"])::before{top:var(--arrow-edge-offset)}:host([current-position="right_top"])::before,:host([current-position="right_bottom"])::before{right:var(--arrow-center-y-offset)}:host([current-position="left_top"])::before,:host([current-position="left_bottom"])::before{left:var(--arrow-center-y-offset)}:host([current-position="right_bottom"])::before,:host([current-position="left_bottom"])::before{bottom:var(--arrow-edge-offset)}:host([center][current-position="top"])::before,:host([center][current-position="bottom"])::before{right:auto;left:var(--arrow-center-x-offset)}:host([center][current-position="right"])::before,:host([center][current-position="left"])::before{top:var(--arrow-center-x-offset);bottom:auto}::slotted(*){overflow:auto;flex:1 auto}';const a=n;const c=document.documentElement;function f(t){if(t.parentNode.host){return t.parentNode.host}return t.parentNode}function h(t){let o=f(t);while(o&&o!==c){const{overflow:t,overflowX:e,overflowY:r}=window.getComputedStyle(o);if(t==="hidden"||r==="hidden"||e==="hidden"){return o}if(o.scrollHeight>o.clientHeight&&t!=="visible"&&r!=="visible"||o.scrollWidth>o.clientWidth&&t!=="visible"&&e!=="visible"){return o}o=f(o)}return c}function p(t,o){const e=t.getBoundingClientRect();const r=e.width;const i=e.height;let s=0;let n=0;let a=t;while(a&&a!=o){n+=a.offsetLeft;if(a===document.body){s+=a.getBoundingClientRect().top+window.scrollY}else{s+=a.offsetTop}if(window.DOMMatrix){const t=window.getComputedStyle(a);const o=t.transform||t.webkitTransform;const e=new DOMMatrix(o);if(e){n+=e.m41;if(a!==document.body){s+=e.m42}}}if(!a.offsetParent){break}a=a.offsetParent}let c;let f;if(a===document.body){c=window.innerWidth;f=window.innerHeight}else{c=a.offsetWidth;f=a.offsetHeight}const h=c-n-e.width;const p=f-s-e.height;return{top:s,right:h,bottom:p,left:n,width:r,height:i}}const l=class{constructor(e){t(this,e);this.positionChange=o(this,"positionChange",7);this.openChange=o(this,"openChange",7);this.position=i.AUTO;this.open=false;this.bindTo=undefined;this.showArrow=false;this.center=false;this.closable=true;this.currentPosition=undefined}closePopoverWithKeyboard(t){if(this.closable&&t.key===s.ESC){this.open=false}}handleOutsideClick(t){if(!this.closable||!this.open){return}if(!t.composedPath().includes(this.host)){const o=t.target;const e=this.bindTo instanceof HTMLElement?this.bindTo.contains(o):o.closest(CSS.escape(this.bindTo));if(e){t.stopPropagation()}this.open=false;this.positionChange.emit({position:this.currentPosition})}}validatePosition(t){if(t&&!Object.values(i).includes(t)){this.position=i.AUTO}this.currentPosition=this.position;this.positionChange.emit({position:this.currentPosition})}onOpen(){cancelAnimationFrame(this.animationFrameRequestId);if(this.open){const t=()=>{if(this.open){this.setPosition();this.animationFrameRequestId=requestAnimationFrame(t)}};t()}else if(this.host.hasAttribute("current-position")){this.host.removeAttribute("current-position");this.currentPosition=undefined}this.openChange.emit({open:this.open})}disconnectedCallback(){cancelAnimationFrame(this.animationFrameRequestId)}setPosition(){let t;if(typeof this.bindTo==="string"){t=this.host.ownerDocument.querySelector(CSS.escape(this.bindTo))}else if(this.bindTo){t=this.bindTo}else{t=this.host.parentElement}if(!t){return}const o=h(t);const e=o.getBoundingClientRect();const r=this.host.offsetParent;const s=r?p(r,o):{top:0,right:0,bottom:0,left:0};const n=p(t,o);const a=n.top-o.scrollTop;const c=e.height-(n.top+n.height)+o.scrollTop;const f=n.left-o.scrollLeft;const l=e.width-(n.left+n.width)+o.scrollLeft;const u=Math.max(0,e.top+e.height-window.innerHeight);const b=Math.max(0,e.left+e.width-window.innerWidth);const d=Math.min(a,a+e.top);const v=Math.min(c,c-u);const w=Math.min(f,f+e.left);const m=Math.min(l,l-b);const g=d+v+n.height;const x=w+m+n.width;let $=this.currentPosition;const y=[];if(this.position===i.AUTO){if(w/x>.6){y.push(i.LEFT)}else if(w/x<.4){y.push(i.RIGHT)}if(d/g>.9){y.unshift(i.TOP)}else if(d/g>.6){y.push(i.TOP)}else if(d/g<.1){y.unshift(i.BOTTOM)}else{y.push(i.BOTTOM)}$=y.join("_")}const z=this.host.style;z.position="absolute";const _=n.top-s.top;const M=n.right-s.right;const k=n.bottom-s.bottom;const C=n.left-s.left;const O=this.center?.5:0;const P=this.center?.5:0;if($===i.TOP||$===i.TOP_RIGHT){z.top="auto";z.right="auto";z.bottom=`${k+n.height}px`;z.left=`${C+n.width*O}px`;z.maxHeight=`${d}px`;if($===i.TOP_RIGHT){z.maxWidth=`${m+n.width*P}px`}}else if($===i.TOP_LEFT){z.top="auto";z.right=`${M+n.width*O}px`;z.bottom=`${k+n.height}px`;z.left="auto";z.maxWidth=`${w}px`;z.maxHeight=`${d}px`}else if($===i.BOTTOM||$===i.BOTTOM_RIGHT){z.top=`${_+n.height}px`;z.right="auto";z.bottom="auto";z.left=`${C+n.width*O}px`;z.maxHeight=`${v}px`;if($===i.BOTTOM_RIGHT){z.maxWidth=`${m+n.width*P}px`}}else if($===i.BOTTOM_LEFT){z.top=`${_+n.height}px`;z.right=`${M+n.width*O}px`;z.bottom="auto";z.left="auto";z.maxWidth=`${w}px`;z.maxHeight=`${v}px`}else if($===i.RIGHT||$===i.RIGHT_BOTTOM){z.top=`${_+n.height*O}px`;z.right="auto";z.bottom="auto";z.left=`${C+n.width}px`;z.maxWidth=`${m}px`;z.maxHeight=`${v+n.height*P}px`}else if($===i.RIGHT_TOP){z.top="auto";z.right="auto";z.bottom=`${k+n.height*O}px`;z.left=`${C+n.width}px`;z.maxWidth=`${m}px`;z.maxHeight=`${d+n.height*P}px`}else if($===i.LEFT||$===i.LEFT_BOTTOM){z.top=`${_+n.height*O}px`;z.right=`${M+n.width}px`;z.bottom="auto";z.left="auto";z.maxWidth=`${w}px`;z.maxHeight=`${v+n.height*P}px`}else if($===i.LEFT_TOP){z.top="auto";z.right=`${M+n.width}px`;z.bottom=`${k+n.height*O}px`;z.left="auto";z.maxWidth=`${w}px`;z.maxHeight=`${d+n.height*P}px`}this.currentPosition=$||this.position;this.host.setAttribute("current-position",this.currentPosition)}componentWillLoad(){this.validatePosition(this.position);this.onOpen()}render(){return e("slot",{key:"0f5c1c7c46c904cd0a572cafb31befb36b6f177e"})}get host(){return r(this)}static get watchers(){return{position:["validatePosition"],open:["onOpen"]}}};l.style=a;export{l as z_popover};
2
- //# sourceMappingURL=p-f97c093d.entry.js.map
1
+ import{r as t,c as o,h as e,g as r}from"./p-10bb4f4b.js";import{P as i,g as s}from"./p-025f494e.js";const n=':host{--z-popover-theme--surface:var(--color-surface01);--z-popover-theme--text:var(--color-text01);--z-popover-padding:0;--z-popover-shadow-filter:drop-shadow(0 1px 2px var(--shadow-color-base));position:relative;display:none;min-width:calc(var(--space-unit) * 8);min-height:calc(var(--space-unit) * 4);align-items:center;justify-content:center;padding:var(--z-popover-padding);background:var(--z-popover-theme--surface);border-radius:var(--border-radius-small);color:var(--z-popover-theme--text);fill:currentcolor;filter:var(--z-popover-shadow-filter);font-family:var(--font-family-sans);text-align:center}:host([open][current-position]),:host([open="true"][current-position]){display:flex}:host([center][current-position="top"]),:host([center][current-position="bottom"]){transform:translateX(-50%)}:host([center][current-position="right"]),:host([center][current-position="left"]){transform:translateY(-50%)}:host([current-position^="top"]){margin:0 0 var(--space-unit)}:host([current-position^="bottom"]){margin:var(--space-unit) 0 0}:host([current-position^="left"]){margin:0 var(--space-unit) 0 0}:host([current-position^="right"]){margin:0 0 0 var(--space-unit)}:host([current-position])::before{--arrow-size:6px;--arrow-edge-offset:calc(100% - var(--space-unit) - (var(--arrow-size) / 2));--arrow-center-x-offset:calc(50% - (var(--arrow-size) / 2));--arrow-center-y-offset:calc(100% - (var(--arrow-size) / 2));position:absolute;display:block;width:var(--arrow-size);height:var(--arrow-size);background:var(--z-popover-theme--surface);content:"";transform:rotate(45deg)}:host([show-arrow="false"])::before,:host(:not([show-arrow]))::before{display:none}:host([current-position^="top"])::before{top:var(--arrow-center-y-offset)}:host([current-position^="bottom"])::before{bottom:var(--arrow-center-y-offset)}:host([current-position="top"])::before,:host([current-position="bottom"])::before{right:var(--arrow-edge-offset)}:host([current-position="right"])::before,:host([current-position="left"])::before{bottom:var(--arrow-edge-offset)}:host([current-position="right"])::before{right:var(--arrow-center-y-offset)}:host([current-position="left"])::before{left:var(--arrow-center-y-offset)}:host([current-position="top_right"])::before,:host([current-position="bottom_right"])::before{right:var(--arrow-edge-offset)}:host([current-position="top_left"])::before,:host([current-position="bottom_left"])::before{left:var(--arrow-edge-offset)}:host([current-position="right_top"])::before,:host([current-position="left_top"])::before{top:var(--arrow-edge-offset)}:host([current-position="right_top"])::before,:host([current-position="right_bottom"])::before{right:var(--arrow-center-y-offset)}:host([current-position="left_top"])::before,:host([current-position="left_bottom"])::before{left:var(--arrow-center-y-offset)}:host([current-position="right_bottom"])::before,:host([current-position="left_bottom"])::before{bottom:var(--arrow-edge-offset)}:host([center][current-position="top"])::before,:host([center][current-position="bottom"])::before{right:auto;left:var(--arrow-center-x-offset)}:host([center][current-position="right"])::before,:host([center][current-position="left"])::before{top:var(--arrow-center-x-offset);bottom:auto}::slotted(*){overflow:auto;flex:1 auto}';const a=n;const c=document.documentElement;function f(t){if(t.parentNode.host){return t.parentNode.host}return t.parentNode}function h(t){let o=f(t);while(o&&o!==c){const{overflow:t,overflowX:e,overflowY:r}=window.getComputedStyle(o);if(t==="hidden"||r==="hidden"||e==="hidden"){return o}if(o.scrollHeight>o.clientHeight&&t!=="visible"&&r!=="visible"||o.scrollWidth>o.clientWidth&&t!=="visible"&&e!=="visible"){return o}o=f(o)}return c}function p(t,o){const e=t.getBoundingClientRect();const r=e.width;const i=e.height;let s=0;let n=0;let a=t;while(a&&a!=o){n+=a.offsetLeft;if(a===document.body){s+=a.getBoundingClientRect().top+window.scrollY}else{s+=a.offsetTop}if(window.DOMMatrix){const t=window.getComputedStyle(a);const o=t.transform||t.webkitTransform;const e=new DOMMatrix(o);if(e){n+=e.m41;if(a!==document.body){s+=e.m42}}}if(!a.offsetParent){break}a=a.offsetParent}let c;let f;if(a===document.body){c=window.innerWidth;f=window.innerHeight}else{c=a.offsetWidth;f=a.offsetHeight}const h=c-n-e.width;const p=f-s-e.height;return{top:s,right:h,bottom:p,left:n,width:r,height:i}}const l=class{constructor(e){t(this,e);this.positionChange=o(this,"positionChange",7);this.openChange=o(this,"openChange",7);this.position=i.AUTO;this.open=false;this.bindTo=undefined;this.showArrow=false;this.center=false;this.closable=true;this.currentPosition=undefined}closePopoverWithKeyboard(t){if(this.closable&&t.key===s.ESC){this.open=false}}handleOutsideClick(t){if(!this.closable||!this.open){return}if(!t.composedPath().includes(this.host)){const o=t.target;const e=this.bindTo instanceof HTMLElement?this.bindTo.contains(o):o.closest(CSS.escape(this.bindTo));if(e){t.stopPropagation()}this.open=false;this.positionChange.emit({position:this.currentPosition})}}validatePosition(t){if(t&&!Object.values(i).includes(t)){this.position=i.AUTO}this.currentPosition=this.position;this.positionChange.emit({position:this.currentPosition})}onOpen(){cancelAnimationFrame(this.animationFrameRequestId);if(this.open){const t=()=>{if(this.open){this.setPosition();this.animationFrameRequestId=requestAnimationFrame(t)}};t()}else if(this.host.hasAttribute("current-position")){this.host.removeAttribute("current-position");this.currentPosition=undefined}this.openChange.emit({open:this.open})}disconnectedCallback(){cancelAnimationFrame(this.animationFrameRequestId)}setPosition(){let t;if(typeof this.bindTo==="string"){t=this.host.ownerDocument.querySelector(CSS.escape(this.bindTo))}else if(this.bindTo){t=this.bindTo}else{t=this.host.parentElement}if(!t){return}const o=h(t);const e=o.getBoundingClientRect();const r=this.host.offsetParent;const s=r?p(r,o):{top:0,right:0,bottom:0,left:0};const n=p(t,o);const a=n.top-o.scrollTop;const c=e.height-(n.top+n.height)+o.scrollTop;const f=n.left-o.scrollLeft;const l=e.width-(n.left+n.width)+o.scrollLeft;const u=Math.max(0,e.top+e.height-window.innerHeight);const d=Math.max(0,e.left+e.width-window.innerWidth);const b=Math.min(a,a+e.top);const v=Math.min(c,c-u);const w=Math.min(f,f+e.left);const m=Math.min(l,l-d);const g=b+v+n.height;const x=w+m+n.width;let $=this.currentPosition;const y=[];if(this.position===i.AUTO){if(w/x>.6){y.push(i.LEFT)}else if(w/x<.4){y.push(i.RIGHT)}if(b/g>.9){y.unshift(i.TOP)}else if(b/g>.6){y.push(i.TOP)}else if(b/g<.1){y.unshift(i.BOTTOM)}else{y.push(i.BOTTOM)}$=y.join("_")}const z=this.host.style;z.position="absolute";const _=n.top-s.top;const M=n.right-s.right;const k=n.bottom-s.bottom;const C=n.left-s.left;const O=this.center?.5:0;const P=this.center?.5:0;if($===i.TOP||$===i.TOP_RIGHT){z.top="auto";z.right="auto";z.bottom=`${k+n.height}px`;z.left=`${C+n.width*O}px`;z.maxHeight=`${b}px`;if($===i.TOP_RIGHT){z.maxWidth=`${m+n.width*P}px`}}else if($===i.TOP_LEFT){z.top="auto";z.right=`${M+n.width*O}px`;z.bottom=`${k+n.height}px`;z.left="auto";z.maxWidth=`${w}px`;z.maxHeight=`${b}px`}else if($===i.BOTTOM||$===i.BOTTOM_RIGHT){z.top=`${_+n.height}px`;z.right="auto";z.bottom="auto";z.left=`${C+n.width*O}px`;z.maxHeight=`${v}px`;if($===i.BOTTOM_RIGHT){z.maxWidth=`${m+n.width*P}px`}}else if($===i.BOTTOM_LEFT){z.top=`${_+n.height}px`;z.right=`${M+n.width*O}px`;z.bottom="auto";z.left="auto";z.maxWidth=`${w}px`;z.maxHeight=`${v}px`}else if($===i.RIGHT||$===i.RIGHT_BOTTOM){z.top=`${_+n.height*O}px`;z.right="auto";z.bottom="auto";z.left=`${C+n.width}px`;z.maxWidth=`${m}px`;z.maxHeight=`${v+n.height*P}px`}else if($===i.RIGHT_TOP){z.top="auto";z.right="auto";z.bottom=`${k+n.height*O}px`;z.left=`${C+n.width}px`;z.maxWidth=`${m}px`;z.maxHeight=`${b+n.height*P}px`}else if($===i.LEFT||$===i.LEFT_BOTTOM){z.top=`${_+n.height*O}px`;z.right=`${M+n.width}px`;z.bottom="auto";z.left="auto";z.maxWidth=`${w}px`;z.maxHeight=`${v+n.height*P}px`}else if($===i.LEFT_TOP){z.top="auto";z.right=`${M+n.width}px`;z.bottom=`${k+n.height*O}px`;z.left="auto";z.maxWidth=`${w}px`;z.maxHeight=`${b+n.height*P}px`}this.currentPosition=$||this.position;this.host.setAttribute("current-position",this.currentPosition)}componentWillLoad(){this.validatePosition(this.position);this.onOpen()}render(){return e("slot",{key:"70c742e7871fbf8a871165a4de625dda200ae024"})}get host(){return r(this)}static get watchers(){return{position:["validatePosition"],open:["onOpen"]}}};l.style=a;export{l as z_popover};
2
+ //# sourceMappingURL=p-2637ab23.entry.js.map
@@ -0,0 +1,2 @@
1
+ import{r as t,h as o}from"./p-10bb4f4b.js";const s=":host{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:0 -1px -1px 0;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}";const e=s;const r=class{constructor(o){t(this,o)}render(){return o("slot",{key:"9fb05af5cc8c977fc5041b5a5b75d5813caefd82"})}};r.style=e;export{r as z_visually_hidden};
2
+ //# sourceMappingURL=p-4c40561d.entry.js.map
@@ -0,0 +1,2 @@
1
+ import{r as t,h as i}from"./p-10bb4f4b.js";const n="ul{padding:0;margin:0}";const s=n;const a=class{constructor(i){t(this,i);this.inputrawdata=undefined;this.list=undefined}componentWillLoad(){if(this.inputrawdata){this.parseinputrawdata(this.inputrawdata)}}parseinputrawdata(t){this.list=[...JSON.parse(t)]}oninputrawdataChange(t){this.parseinputrawdata(t)}render(){const t=this.list?this.list.length-1:-1;return i("ul",{key:"8441b9ea072bc8d0e77ef66cbdcc6a71dc37cfca"},this.list&&this.list.map(((n,s)=>i("z-myz-list-item",{listitemid:n.listitemid,text:n.text,link:n.link,linktarget:n.linktarget,icon:n.icon,underlined:t!=s}))))}static get watchers(){return{inputrawdata:["oninputrawdataChange"]}}};a.style=s;export{a as z_myz_list};
2
+ //# sourceMappingURL=p-5d67d311.entry.js.map
@@ -1,2 +1,2 @@
1
- import{r as t,h as o,a as e,g as i}from"./p-10bb4f4b.js";import{J as n}from"./p-025f494e.js";const r=':host{--z-info-reveal-theme--surface:var(--color-black);--z-info-reveal-theme--text:var(--color-white);--z-info-reveal-shadow:var(--shadow-2);--z-info-reveal-max-width:375px;position:relative;display:flex;width:fit-content;background-color:var(--z-info-reveal-theme--surface);color:var(--z-info-reveal-theme--text);font-size:var(--font-size-3);font-weight:var(--font-rg);letter-spacing:0;line-height:1.5}button{padding:0;border:none;background-color:transparent;border-radius:0;color:inherit;cursor:pointer;fill:currentcolor;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit}z-icon{--z-icon-width:calc(var(--space-unit) * 3);--z-icon-height:calc(var(--space-unit) * 3);display:flex}.z-info-reveal-trigger{display:flex;width:fit-content;height:100%;align-items:center;padding:calc(var(--space-unit) / 2);box-shadow:var(--z-info-reveal-shadow);column-gap:calc(var(--space-unit) / 2)}:host([position="top_left"]) .z-info-reveal-trigger,:host([position="bottom_left"]) .z-info-reveal-trigger{flex-direction:row-reverse}:host([open]) .z-info-reveal-trigger{box-shadow:none}.info-box{position:absolute;display:flex;max-width:var(--z-info-reveal-max-width);padding:calc(var(--space-unit) / 2);background-color:var(--z-info-reveal-theme--surface);box-shadow:var(--z-info-reveal-shadow);column-gap:calc(var(--space-unit) / 2);cursor:pointer}:host([position="bottom_left"]) .info-box,:host([position="bottom_right"]) .info-box{bottom:0}:host([position="top_right"]) .info-box,:host([position="bottom_right"]) .info-box{right:0}:host([position="top_left"]) .info-box,:host([position="bottom_left"]) .info-box{left:0;flex-direction:row-reverse}::slotted(*){display:none;width:max-content}::slotted([data-current]){display:block}:host([position="top_left"]) .z-info-reveal-close,:host([position="top_right"]) .z-info-reveal-close{align-self:flex-start}:host([position="bottom_left"]) .z-info-reveal-close,:host([position="bottom_right"]) .z-info-reveal-close{align-self:flex-end}';const s=r;const a=class{constructor(o){t(this,o);this.icon="informationsource";this.position=n.BOTTOM_RIGHT;this.label=undefined;this.open=false;this.currentIndex=null}watchItems(){Array.from(this.el.children).forEach(((t,o)=>{if(this.currentIndex===o){t.setAttribute("data-current","")}else{t.removeAttribute("data-current")}}))}openInfoBox(){this.currentIndex=0;this.open=true}closeInfoBox(){this.open=false}next(){this.currentIndex=this.currentIndex+1;if(this.currentIndex===this.el.children.length){this.closeInfoBox()}}render(){return o(e,{key:"0edaf256477519c003699874f8f2de0837eeae3a",open:this.open},o("button",{key:"0b60861bf9e23c0238e5f9bffc97aa5d2398f6d6",class:"z-info-reveal-trigger",onClick:this.openInfoBox.bind(this)},this.label&&o("span",{class:"z-info-reveal-label"},this.label),o("z-icon",{key:"649cfbfda1ef3a7d0947fc680817aa461f48a71c",name:this.icon})),this.open&&o("div",{class:"info-box",onClick:this.next.bind(this),tabIndex:0},o("slot",null),o("button",{class:"z-info-reveal-close",onClick:this.closeInfoBox.bind(this)},o("z-icon",{name:"close"}))))}get el(){return i(this)}static get watchers(){return{currentIndex:["watchItems"]}}};a.style=s;export{a as z_info_reveal};
2
- //# sourceMappingURL=p-ae71256f.entry.js.map
1
+ import{r as t,h as o,a as e,g as i}from"./p-10bb4f4b.js";import{J as n}from"./p-025f494e.js";const r=':host{--z-info-reveal-theme--surface:var(--color-black);--z-info-reveal-theme--text:var(--color-white);--z-info-reveal-shadow:var(--shadow-2);--z-info-reveal-max-width:375px;position:relative;display:flex;width:fit-content;background-color:var(--z-info-reveal-theme--surface);color:var(--z-info-reveal-theme--text);font-size:var(--font-size-3);font-weight:var(--font-rg);letter-spacing:0;line-height:1.5}button{padding:0;border:none;background-color:transparent;border-radius:0;color:inherit;cursor:pointer;fill:currentcolor;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit}z-icon{--z-icon-width:calc(var(--space-unit) * 3);--z-icon-height:calc(var(--space-unit) * 3);display:flex}.z-info-reveal-trigger{display:flex;width:fit-content;height:100%;align-items:center;padding:calc(var(--space-unit) / 2);box-shadow:var(--z-info-reveal-shadow);column-gap:calc(var(--space-unit) / 2)}:host([position="top_left"]) .z-info-reveal-trigger,:host([position="bottom_left"]) .z-info-reveal-trigger{flex-direction:row-reverse}:host([open]) .z-info-reveal-trigger{box-shadow:none}.info-box{position:absolute;display:flex;max-width:var(--z-info-reveal-max-width);padding:calc(var(--space-unit) / 2);background-color:var(--z-info-reveal-theme--surface);box-shadow:var(--z-info-reveal-shadow);column-gap:calc(var(--space-unit) / 2);cursor:pointer}:host([position="bottom_left"]) .info-box,:host([position="bottom_right"]) .info-box{bottom:0}:host([position="top_right"]) .info-box,:host([position="bottom_right"]) .info-box{right:0}:host([position="top_left"]) .info-box,:host([position="bottom_left"]) .info-box{left:0;flex-direction:row-reverse}::slotted(*){display:none;width:max-content}::slotted([data-current]){display:block}:host([position="top_left"]) .z-info-reveal-close,:host([position="top_right"]) .z-info-reveal-close{align-self:flex-start}:host([position="bottom_left"]) .z-info-reveal-close,:host([position="bottom_right"]) .z-info-reveal-close{align-self:flex-end}';const s=r;const a=class{constructor(o){t(this,o);this.icon="informationsource";this.position=n.BOTTOM_RIGHT;this.label=undefined;this.open=false;this.currentIndex=null}watchItems(){Array.from(this.el.children).forEach(((t,o)=>{if(this.currentIndex===o){t.setAttribute("data-current","")}else{t.removeAttribute("data-current")}}))}openInfoBox(){this.currentIndex=0;this.open=true}closeInfoBox(){this.open=false}next(){this.currentIndex=this.currentIndex+1;if(this.currentIndex===this.el.children.length){this.closeInfoBox()}}render(){return o(e,{key:"51bcd6c5884e26ac25f2cf5b46d579e70c4a0562",open:this.open},o("button",{key:"7d8754375d54f85145cb193845dd823f931c321e",class:"z-info-reveal-trigger",onClick:this.openInfoBox.bind(this)},this.label&&o("span",{class:"z-info-reveal-label"},this.label),o("z-icon",{key:"3bd934391dc01c04380db1a77107558e95661e6c",name:this.icon})),this.open&&o("div",{class:"info-box",onClick:this.next.bind(this),tabIndex:0},o("slot",null),o("button",{class:"z-info-reveal-close",onClick:this.closeInfoBox.bind(this)},o("z-icon",{name:"close"}))))}get el(){return i(this)}static get watchers(){return{currentIndex:["watchItems"]}}};a.style=s;export{a as z_info_reveal};
2
+ //# sourceMappingURL=p-5eb0a064.entry.js.map
@@ -1,2 +1,2 @@
1
- import{r as t,c as i,h as e}from"./p-10bb4f4b.js";import{f as n}from"./p-025f494e.js";const r=":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)}.digits-container{display:flex;justify-content:flex-start}input{width:calc(var(--space-unit) * 5);height:72px;box-sizing:border-box;padding:0;caret-color:transparent;color:var(--color-surface05);font-family:var(--font-family-sans);font-size:32px;font-weight:300;text-align:center}input.error{border:1px solid;border-color:var(--color-error01);background-color:var(--color-error-inverse);border-radius:4px}input:not(:last-of-type){margin-right:var(--space-unit)}@media only screen and (min-width: 768px){input:not(:last-of-type){margin-right:calc(var(--space-unit) * 2)}}@media only screen and (min-width: 1025px){input{width:calc(var(--space-unit) * 6)}}";const a=r;const s=class{constructor(e){t(this,e);this.otpChange=i(this,"otpChange",7);this.inputNum=6;this.status=undefined;this.message=undefined}emitInputChange(t){this.otpChange.emit({value:t})}componentWillLoad(){this.otp=[...Array(this.inputNum)];this.otpRef=[...Array(this.inputNum)]}render(){return e("div",{key:"ed4894a5e991ebb5e870ab0a1f54c75217721c5c",class:"otp-container"},e("div",{key:"1bef4aae264fb80813a5b7b71412eb638c17736d",class:"digits-container"},this.otp.map(((t,i)=>e("input",{class:this.status==n.ERROR?"error":null,onKeyDown:t=>{if(t.keyCode>47){this.otpRef[i].value=""}},onKeyUp:t=>{if(t.keyCode>47){i<this.inputNum-1&&this.otpRef[i+1].focus()}},onInput:t=>{this.otp[i]=t.target.value;this.emitInputChange(this.otp.join(""))},type:"text",minlength:"1",maxlength:"1",autoComplete:"off",ref:t=>this.otpRef[i]=t})))),e("z-input-message",{key:"6b40b61f792ad0f1789a44d27b51657e2f446a8b",message:this.message,status:this.status}))}};s.style=a;export{s as z_otp};
2
- //# sourceMappingURL=p-2f72475d.entry.js.map
1
+ import{r as t,c as i,h as e}from"./p-10bb4f4b.js";import{f as n}from"./p-025f494e.js";const r=":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)}.digits-container{display:flex;justify-content:flex-start}input{width:calc(var(--space-unit) * 5);height:72px;box-sizing:border-box;padding:0;caret-color:transparent;color:var(--color-surface05);font-family:var(--font-family-sans);font-size:32px;font-weight:300;text-align:center}input.error{border:1px solid;border-color:var(--color-error01);background-color:var(--color-error-inverse);border-radius:4px}input:not(:last-of-type){margin-right:var(--space-unit)}@media only screen and (min-width: 768px){input:not(:last-of-type){margin-right:calc(var(--space-unit) * 2)}}@media only screen and (min-width: 1025px){input{width:calc(var(--space-unit) * 6)}}";const s=r;const o=class{constructor(e){t(this,e);this.otpChange=i(this,"otpChange",7);this.inputNum=6;this.status=undefined;this.message=undefined}emitInputChange(t){this.otpChange.emit({value:t})}componentWillLoad(){this.otp=[...Array(this.inputNum)];this.otpRef=[...Array(this.inputNum)]}render(){return e("div",{key:"52fb020b2ebcd1d55b61a700c42b9292e23e88d7",class:"otp-container"},e("div",{key:"fd1c71d7029342f745a0adee68b79b5440c01927",class:"digits-container"},this.otp.map(((t,i)=>e("input",{class:this.status==n.ERROR?"error":null,onKeyDown:t=>{if(t.keyCode>47){this.otpRef[i].value=""}},onKeyUp:t=>{if(t.keyCode>47){i<this.inputNum-1&&this.otpRef[i+1].focus()}},onInput:t=>{this.otp[i]=t.target.value;this.emitInputChange(this.otp.join(""))},type:"text",minlength:"1",maxlength:"1",autoComplete:"off",ref:t=>this.otpRef[i]=t})))),e("z-input-message",{key:"2eb46b8273e78ce177f352d50441493e5ac260e8",message:this.message,status:this.status}))}};o.style=s;export{o as z_otp};
2
+ //# sourceMappingURL=p-6edd5dbe.entry.js.map
@@ -1,2 +1,2 @@
1
- import{r as t,h as e,a as i,g as o}from"./p-10bb4f4b.js";import{y as s,D as r}from"./p-025f494e.js";const a=':host{--z-section-title--divider-color:var(--red500);display:flex;width:fit-content;flex-direction:column;align-items:flex-start;font-family:var(--font-family-sans)}:host,:host ::slotted(*){box-sizing:border-box}::slotted(*){margin:0}::slotted([slot="secondary-title"]){padding-bottom:calc(var(--space-unit) / 2);border-bottom:var(--border-size-large) solid var(--z-section-title--divider-color);font-size:var(--font-size-3);font-weight:var(--font-sb);line-height:1.5rem;text-transform:uppercase}::slotted([slot="primary-title"]){font-size:var(--font-size-6);font-weight:var(--font-sb);line-height:2rem}:host([uppercase]:not([uppercase="false"])) ::slotted([slot="primary-title"]){text-transform:uppercase}@media (min-width: 1152px){::slotted([slot="primary-title"]){font-size:var(--font-size-7);line-height:2.25rem}}';const l=a;const n=class{constructor(e){t(this,e);this.dividerPosition=s.BEFORE;this.uppercase=true}componentWillRender(){this.hasSecondaryTitle=!!this.host.querySelector("[slot=secondary-title]")}render(){return e(i,{key:"73bb5aa52dd0ebf377b6dc6c341a6fe856689753"},e("slot",{key:"69342bb343240b870f387b2f8b81433d6c44adcd",name:"secondary-title"}),!this.hasSecondaryTitle&&this.dividerPosition===s.BEFORE&&e("z-divider",{size:r.LARGE,color:"z-section-title--divider-color"}),e("slot",{key:"b13fc5c19b76b950806457e9ccd93cc21b850bc0",name:"primary-title"}),!this.hasSecondaryTitle&&this.dividerPosition===s.AFTER&&e("z-divider",{size:r.LARGE,color:"z-section-title--divider-color"}))}get host(){return o(this)}};n.style=l;export{n as z_section_title};
2
- //# sourceMappingURL=p-402bd7f6.entry.js.map
1
+ import{r as t,h as e,a as i,g as o}from"./p-10bb4f4b.js";import{y as s,D as r}from"./p-025f494e.js";const a=':host{--z-section-title--divider-color:var(--red500);display:flex;width:fit-content;flex-direction:column;align-items:flex-start;font-family:var(--font-family-sans)}:host,:host ::slotted(*){box-sizing:border-box}::slotted(*){margin:0}::slotted([slot="secondary-title"]){padding-bottom:calc(var(--space-unit) / 2);border-bottom:var(--border-size-large) solid var(--z-section-title--divider-color);font-size:var(--font-size-3);font-weight:var(--font-sb);line-height:1.5rem;text-transform:uppercase}::slotted([slot="primary-title"]){font-size:var(--font-size-6);font-weight:var(--font-sb);line-height:2rem}:host([uppercase]:not([uppercase="false"])) ::slotted([slot="primary-title"]){text-transform:uppercase}@media (min-width: 1152px){::slotted([slot="primary-title"]){font-size:var(--font-size-7);line-height:2.25rem}}';const l=a;const n=class{constructor(e){t(this,e);this.dividerPosition=s.BEFORE;this.uppercase=true}componentWillRender(){this.hasSecondaryTitle=!!this.host.querySelector("[slot=secondary-title]")}render(){return e(i,{key:"b629b236477e358e5e1f839dfab33ac08aa3cd68"},e("slot",{key:"f0752bbd190a7ad8a1e5f72a81c0cd92c77137f7",name:"secondary-title"}),!this.hasSecondaryTitle&&this.dividerPosition===s.BEFORE&&e("z-divider",{size:r.LARGE,color:"z-section-title--divider-color"}),e("slot",{key:"a4477bb9b91f62cdf839532f54eeb783615cc498",name:"primary-title"}),!this.hasSecondaryTitle&&this.dividerPosition===s.AFTER&&e("z-divider",{size:r.LARGE,color:"z-section-title--divider-color"}))}get host(){return o(this)}};n.style=l;export{n as z_section_title};
2
+ //# sourceMappingURL=p-8d81a5c8.entry.js.map