@zanichelli/albe-web-components 2.38.1 → 2.40.1

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 (219) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/dist/cjs/{index-dcab1bda.js → index-6b11e272.js} +10 -0
  3. package/dist/cjs/index.cjs.js +2 -2
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/{utils-971854fc.js → utils-428c57eb.js} +1 -1
  6. package/dist/cjs/web-components-library.cjs.js +1 -1
  7. package/dist/cjs/z-app-switcher_10.cjs.entry.js +353 -0
  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-filter_5.cjs.entry.js +2 -2
  11. package/dist/cjs/z-chip.cjs.entry.js +1 -1
  12. package/dist/cjs/z-combobox.cjs.entry.js +2 -2
  13. package/dist/cjs/z-contextual-menu.cjs.entry.js +1 -1
  14. package/dist/cjs/z-cookiebar.cjs.entry.js +1 -1
  15. package/dist/cjs/z-footer.cjs.entry.js +1 -1
  16. package/dist/cjs/z-list_3.cjs.entry.js +1 -1
  17. package/dist/cjs/z-menu-dropdown_2.cjs.entry.js +2 -2
  18. package/dist/cjs/z-messages-pocket.cjs.entry.js +1 -1
  19. package/dist/cjs/z-modal-login.cjs.entry.js +1 -1
  20. package/dist/cjs/z-myz-card-alert.cjs.entry.js +1 -1
  21. package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +1 -1
  22. package/dist/cjs/z-myz-card-footer.cjs.entry.js +1 -1
  23. package/dist/cjs/z-myz-card-info.cjs.entry.js +2 -2
  24. package/dist/cjs/z-myz-card_4.cjs.entry.js +1 -1
  25. package/dist/cjs/z-myz-list-item.cjs.entry.js +2 -2
  26. package/dist/cjs/z-myz-topbar.cjs.entry.js +1 -1
  27. package/dist/cjs/z-navigation-tabs.cjs.entry.js +1 -1
  28. package/dist/cjs/z-notification.cjs.entry.js +1 -1
  29. package/dist/cjs/z-otp.cjs.entry.js +1 -1
  30. package/dist/cjs/z-pagination-bar.cjs.entry.js +2 -2
  31. package/dist/cjs/z-pocket_3.cjs.entry.js +2 -2
  32. package/dist/cjs/z-popover.cjs.entry.js +2 -2
  33. package/dist/cjs/z-slideshow.cjs.entry.js +2 -2
  34. package/dist/cjs/z-status-tag.cjs.entry.js +1 -1
  35. package/dist/cjs/z-table-cell.cjs.entry.js +1 -1
  36. package/dist/cjs/z-table-header.cjs.entry.js +2 -2
  37. package/dist/cjs/z-table-row.cjs.entry.js +1 -1
  38. package/dist/cjs/z-table.cjs.entry.js +1 -1
  39. package/dist/cjs/z-toast-notification-list.cjs.entry.js +1 -1
  40. package/dist/cjs/z-toast-notification.cjs.entry.js +1 -1
  41. package/dist/cjs/z-tooltip.cjs.entry.js +1 -1
  42. package/dist/collection/beans/index.js +10 -0
  43. package/dist/collection/collection-manifest.json +1 -0
  44. package/dist/collection/components/buttons/z-button/index.js +1 -2
  45. package/dist/collection/components/z-offcanvas/index.js +147 -0
  46. package/dist/collection/components/z-offcanvas/styles.css +163 -0
  47. package/dist/esm/{index-6b86a3f1.js → index-9d70864c.js} +11 -1
  48. package/dist/esm/index.js +2 -2
  49. package/dist/esm/loader.js +1 -1
  50. package/dist/esm/{utils-351595e0.js → utils-347de6f5.js} +1 -1
  51. package/dist/esm/web-components-library.js +1 -1
  52. package/dist/esm/z-app-switcher_10.entry.js +340 -0
  53. package/dist/esm/z-aria-alert.entry.js +1 -1
  54. package/dist/esm/z-avatar.entry.js +1 -1
  55. package/dist/esm/z-button-filter_5.entry.js +2 -2
  56. package/dist/esm/z-chip.entry.js +1 -1
  57. package/dist/esm/z-combobox.entry.js +2 -2
  58. package/dist/esm/z-contextual-menu.entry.js +1 -1
  59. package/dist/esm/z-cookiebar.entry.js +1 -1
  60. package/dist/esm/z-footer.entry.js +1 -1
  61. package/dist/esm/z-list_3.entry.js +1 -1
  62. package/dist/esm/z-menu-dropdown_2.entry.js +2 -2
  63. package/dist/esm/z-messages-pocket.entry.js +1 -1
  64. package/dist/esm/z-modal-login.entry.js +1 -1
  65. package/dist/esm/z-myz-card-alert.entry.js +1 -1
  66. package/dist/esm/z-myz-card-dictionary.entry.js +1 -1
  67. package/dist/esm/z-myz-card-footer.entry.js +1 -1
  68. package/dist/esm/z-myz-card-info.entry.js +2 -2
  69. package/dist/esm/z-myz-card_4.entry.js +1 -1
  70. package/dist/esm/z-myz-list-item.entry.js +2 -2
  71. package/dist/esm/z-myz-topbar.entry.js +1 -1
  72. package/dist/esm/z-navigation-tabs.entry.js +1 -1
  73. package/dist/esm/z-notification.entry.js +1 -1
  74. package/dist/esm/z-otp.entry.js +1 -1
  75. package/dist/esm/z-pagination-bar.entry.js +2 -2
  76. package/dist/esm/z-pocket_3.entry.js +2 -2
  77. package/dist/esm/z-popover.entry.js +2 -2
  78. package/dist/esm/z-slideshow.entry.js +2 -2
  79. package/dist/esm/z-status-tag.entry.js +1 -1
  80. package/dist/esm/z-table-cell.entry.js +1 -1
  81. package/dist/esm/z-table-header.entry.js +2 -2
  82. package/dist/esm/z-table-row.entry.js +1 -1
  83. package/dist/esm/z-table.entry.js +1 -1
  84. package/dist/esm/z-toast-notification-list.entry.js +1 -1
  85. package/dist/esm/z-toast-notification.entry.js +1 -1
  86. package/dist/esm/z-tooltip.entry.js +1 -1
  87. package/dist/types/beans/index.d.ts +8 -0
  88. package/dist/types/components/buttons/z-button/index.d.ts +1 -2
  89. package/dist/types/components/z-offcanvas/index.d.ts +25 -0
  90. package/dist/types/components.d.ts +42 -1
  91. package/dist/web-components-library/index.esm.js +1 -1
  92. package/dist/web-components-library/{p-e6b971b9.entry.js → p-017ddee6.entry.js} +1 -1
  93. package/dist/web-components-library/{p-74217d44.entry.js → p-01a920d1.entry.js} +1 -1
  94. package/dist/web-components-library/{p-3d8b00fd.entry.js → p-1231efbf.entry.js} +1 -1
  95. package/{www/build/p-beda87c3.entry.js → dist/web-components-library/p-15b45bd6.entry.js} +1 -1
  96. package/dist/web-components-library/{p-e9be115a.entry.js → p-1879f46c.entry.js} +1 -1
  97. package/dist/web-components-library/{p-6934ea47.js → p-24a2786b.js} +1 -1
  98. package/dist/web-components-library/{p-d1a52660.entry.js → p-29df410a.entry.js} +1 -1
  99. package/dist/web-components-library/{p-bf4539a7.entry.js → p-2df6d015.entry.js} +1 -1
  100. package/dist/web-components-library/{p-3b3cb18b.entry.js → p-3552098c.entry.js} +1 -1
  101. package/dist/web-components-library/p-3b3cd128.js +1 -0
  102. package/dist/web-components-library/{p-41f6c8c4.entry.js → p-3c5e84f2.entry.js} +1 -1
  103. package/dist/web-components-library/p-45a41bff.entry.js +1 -0
  104. package/{www/build/p-ded374d7.entry.js → dist/web-components-library/p-4e896ed8.entry.js} +1 -1
  105. package/dist/web-components-library/{p-28b18ca4.entry.js → p-5aff6913.entry.js} +1 -1
  106. package/dist/web-components-library/{p-f7b1dc68.entry.js → p-5c860beb.entry.js} +1 -1
  107. package/{www/build/p-ba1db0fc.entry.js → dist/web-components-library/p-6847ed50.entry.js} +1 -1
  108. package/dist/web-components-library/{p-98a7eedb.entry.js → p-74200866.entry.js} +1 -1
  109. package/dist/web-components-library/p-8a061b5b.entry.js +1 -0
  110. package/dist/web-components-library/{p-8c9e3bb8.entry.js → p-8ef035ce.entry.js} +1 -1
  111. package/dist/web-components-library/{p-71bb86a8.entry.js → p-9cb6848c.entry.js} +1 -1
  112. package/dist/web-components-library/{p-4c8e6232.entry.js → p-9d3ea635.entry.js} +1 -1
  113. package/dist/web-components-library/{p-a4fe497a.entry.js → p-a025a565.entry.js} +1 -1
  114. package/dist/web-components-library/{p-9b2f8028.entry.js → p-b171474c.entry.js} +1 -1
  115. package/{www/build/p-bd717ced.entry.js → dist/web-components-library/p-b52459fd.entry.js} +1 -1
  116. package/dist/web-components-library/p-bbbdb48a.entry.js +1 -0
  117. package/dist/web-components-library/{p-ea84969a.entry.js → p-be15a83a.entry.js} +1 -1
  118. package/dist/web-components-library/{p-7ce4db78.entry.js → p-c2dfaef9.entry.js} +1 -1
  119. package/dist/web-components-library/{p-02796506.entry.js → p-ca136ef7.entry.js} +1 -1
  120. package/dist/web-components-library/{p-509408f3.entry.js → p-d9917511.entry.js} +1 -1
  121. package/dist/web-components-library/{p-597e767a.entry.js → p-e60c2a06.entry.js} +1 -1
  122. package/dist/web-components-library/{p-8923f36d.entry.js → p-eadaf008.entry.js} +1 -1
  123. package/dist/web-components-library/{p-3241471c.entry.js → p-f1cc3489.entry.js} +1 -1
  124. package/{www/build/p-a3a64dc8.entry.js → dist/web-components-library/p-f333967e.entry.js} +1 -1
  125. package/dist/web-components-library/{p-89dbe6e9.entry.js → p-f34a707c.entry.js} +1 -1
  126. package/dist/web-components-library/{p-209cc06f.entry.js → p-f7f9db16.entry.js} +1 -1
  127. package/dist/web-components-library/{p-913cd0da.entry.js → p-fa0e0402.entry.js} +1 -1
  128. package/dist/web-components-library/{p-e55fc434.entry.js → p-fa1e086f.entry.js} +1 -1
  129. package/dist/web-components-library/web-components-library.esm.js +1 -1
  130. package/package.json +24 -16
  131. package/react/components.d.ts +1 -0
  132. package/react/components.js +2 -1
  133. package/react/components.js.map +1 -1
  134. package/readme.md +12 -34
  135. package/www/assets/favicon.png +0 -0
  136. package/www/build/index.esm.js +1 -1
  137. package/www/build/{p-e6b971b9.entry.js → p-017ddee6.entry.js} +1 -1
  138. package/www/build/{p-74217d44.entry.js → p-01a920d1.entry.js} +1 -1
  139. package/www/build/{p-3d8b00fd.entry.js → p-1231efbf.entry.js} +1 -1
  140. package/{dist/web-components-library/p-beda87c3.entry.js → www/build/p-15b45bd6.entry.js} +1 -1
  141. package/www/build/{p-e9be115a.entry.js → p-1879f46c.entry.js} +1 -1
  142. package/www/build/{p-6934ea47.js → p-24a2786b.js} +1 -1
  143. package/www/build/{p-d1a52660.entry.js → p-29df410a.entry.js} +1 -1
  144. package/www/build/{p-bf4539a7.entry.js → p-2df6d015.entry.js} +1 -1
  145. package/www/build/{p-3b3cb18b.entry.js → p-3552098c.entry.js} +1 -1
  146. package/www/build/p-3b3cd128.js +1 -0
  147. package/www/build/{p-41f6c8c4.entry.js → p-3c5e84f2.entry.js} +1 -1
  148. package/www/build/p-45a41bff.entry.js +1 -0
  149. package/{dist/web-components-library/p-ded374d7.entry.js → www/build/p-4e896ed8.entry.js} +1 -1
  150. package/www/build/{p-28b18ca4.entry.js → p-5aff6913.entry.js} +1 -1
  151. package/www/build/{p-f7b1dc68.entry.js → p-5c860beb.entry.js} +1 -1
  152. package/{dist/web-components-library/p-ba1db0fc.entry.js → www/build/p-6847ed50.entry.js} +1 -1
  153. package/www/build/{p-98a7eedb.entry.js → p-74200866.entry.js} +1 -1
  154. package/www/build/p-8a061b5b.entry.js +1 -0
  155. package/www/build/p-8af945c2.js +1 -0
  156. package/www/build/{p-8c9e3bb8.entry.js → p-8ef035ce.entry.js} +1 -1
  157. package/www/build/{p-71bb86a8.entry.js → p-9cb6848c.entry.js} +1 -1
  158. package/www/build/{p-4c8e6232.entry.js → p-9d3ea635.entry.js} +1 -1
  159. package/www/build/{p-a4fe497a.entry.js → p-a025a565.entry.js} +1 -1
  160. package/www/build/{p-9b2f8028.entry.js → p-b171474c.entry.js} +1 -1
  161. package/{dist/web-components-library/p-bd717ced.entry.js → www/build/p-b52459fd.entry.js} +1 -1
  162. package/www/build/p-bbbdb48a.entry.js +1 -0
  163. package/www/build/{p-ea84969a.entry.js → p-be15a83a.entry.js} +1 -1
  164. package/www/build/{p-7ce4db78.entry.js → p-c2dfaef9.entry.js} +1 -1
  165. package/www/build/{p-02796506.entry.js → p-ca136ef7.entry.js} +1 -1
  166. package/www/build/{p-509408f3.entry.js → p-d9917511.entry.js} +1 -1
  167. package/www/build/{p-597e767a.entry.js → p-e60c2a06.entry.js} +1 -1
  168. package/www/build/{p-8923f36d.entry.js → p-eadaf008.entry.js} +1 -1
  169. package/www/build/{p-3241471c.entry.js → p-f1cc3489.entry.js} +1 -1
  170. package/{dist/web-components-library/p-a3a64dc8.entry.js → www/build/p-f333967e.entry.js} +1 -1
  171. package/www/build/{p-89dbe6e9.entry.js → p-f34a707c.entry.js} +1 -1
  172. package/www/build/{p-209cc06f.entry.js → p-f7f9db16.entry.js} +1 -1
  173. package/www/build/{p-913cd0da.entry.js → p-fa0e0402.entry.js} +1 -1
  174. package/www/build/{p-e55fc434.entry.js → p-fa1e086f.entry.js} +1 -1
  175. package/www/build/web-components-library.esm.js +1 -1
  176. package/www/index.html +32 -8
  177. package/dist/cjs/z-app-switcher.cjs.entry.js +0 -29
  178. package/dist/cjs/z-app-topbar.cjs.entry.js +0 -41
  179. package/dist/cjs/z-button.cjs.entry.js +0 -39
  180. package/dist/cjs/z-card.cjs.entry.js +0 -69
  181. package/dist/cjs/z-carousel.cjs.entry.js +0 -19
  182. package/dist/cjs/z-divider.cjs.entry.js +0 -26
  183. package/dist/cjs/z-icon.cjs.entry.js +0 -28
  184. package/dist/cjs/z-link.cjs.entry.js +0 -71
  185. package/dist/cjs/z-logo.cjs.entry.js +0 -28
  186. package/dist/esm/z-app-switcher.entry.js +0 -25
  187. package/dist/esm/z-app-topbar.entry.js +0 -37
  188. package/dist/esm/z-button.entry.js +0 -35
  189. package/dist/esm/z-card.entry.js +0 -65
  190. package/dist/esm/z-carousel.entry.js +0 -15
  191. package/dist/esm/z-divider.entry.js +0 -22
  192. package/dist/esm/z-icon.entry.js +0 -24
  193. package/dist/esm/z-link.entry.js +0 -67
  194. package/dist/esm/z-logo.entry.js +0 -24
  195. package/dist/web-components-library/p-5d4bb66b.entry.js +0 -1
  196. package/dist/web-components-library/p-5ee63e7f.entry.js +0 -1
  197. package/dist/web-components-library/p-60e40371.entry.js +0 -1
  198. package/dist/web-components-library/p-733ba674.entry.js +0 -1
  199. package/dist/web-components-library/p-80589729.entry.js +0 -1
  200. package/dist/web-components-library/p-a0b11f65.entry.js +0 -1
  201. package/dist/web-components-library/p-c6265fbb.entry.js +0 -1
  202. package/dist/web-components-library/p-c8f19ca8.entry.js +0 -1
  203. package/dist/web-components-library/p-d4c4b90a.entry.js +0 -1
  204. package/dist/web-components-library/p-d945c8d2.js +0 -1
  205. package/dist/web-components-library/p-ddc3c8c2.entry.js +0 -1
  206. package/dist/web-components-library/p-e84d871b.entry.js +0 -1
  207. package/www/build/p-5d4bb66b.entry.js +0 -1
  208. package/www/build/p-5ee63e7f.entry.js +0 -1
  209. package/www/build/p-60e40371.entry.js +0 -1
  210. package/www/build/p-69f277e5.js +0 -1
  211. package/www/build/p-733ba674.entry.js +0 -1
  212. package/www/build/p-80589729.entry.js +0 -1
  213. package/www/build/p-a0b11f65.entry.js +0 -1
  214. package/www/build/p-c6265fbb.entry.js +0 -1
  215. package/www/build/p-c8f19ca8.entry.js +0 -1
  216. package/www/build/p-d4c4b90a.entry.js +0 -1
  217. package/www/build/p-d945c8d2.js +0 -1
  218. package/www/build/p-ddc3c8c2.entry.js +0 -1
  219. package/www/build/p-e84d871b.entry.js +0 -1
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const utils = require('./utils-971854fc.js');
7
- require('./index-dcab1bda.js');
6
+ const utils = require('./utils-428c57eb.js');
7
+ require('./index-6b11e272.js');
8
8
  require('./breakpoints-88c4fd6c.js');
9
9
 
10
10
  const stylesCss = ":host li{all:unset;all:reset;width:100%}:host li{list-style-type:none;line-height:14px}:host li>span{line-height:14px;padding:calc(var(--space-unit) * 2) 0;display:flex;font-family:var(--dashboard-font);font-weight:var(--font-rg);font-size:16px;letter-spacing:0.23px;color:var(--text-grey-800);fill:var(--text-grey-800)}:host li>span.border{border-bottom:2px solid var(--bg-grey-200)}:host li span:hover,a:hover{color:var(--myz-blue);fill:var(--myz-blue)}a,a:visited,a:active{color:inherit;fill:inherit;text-decoration:none}:host li span z-icon{color:var(--myz-blue);fill:var(--myz-blue);height:calc(var(--space-unit) * 2);width:calc(var(--space-unit) * 2);padding:0 calc(var(--space-unit) * 1.5) 0 0;background-size:contain;background-repeat:no-repeat}";
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-dcab1bda.js');
6
+ const index$1 = require('./index-6b11e272.js');
7
7
  const breakpoints = require('./breakpoints-88c4fd6c.js');
8
8
 
9
9
  const stylesCss = ":host a{cursor:pointer}header{position:sticky;top:0;z-index:99;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:\"main-header\";margin-bottom:calc(var(--space-unit) * 6.5);font-family:var(--dashboard-font);font-weight:var(--font-rg)}.main-header{display:grid;grid-template-columns:2fr 2fr 4fr 100px;grid-template-rows:1fr;grid-template-areas:\"logo link-int link-ext login\";grid-area:main-header;grid-column-gap:calc(var(--space-unit) * .5);align-items:center;background-color:var(--bg-grey-900);height:auto;align-items:center;z-index:10}.main-header.myz-out{background-color:var(--bg-white)}.logo{grid-area:logo;padding:6px}z-logo{transform:scale(0.9)}.dropdown-menu{display:none}.dropdown-menu.hidden{visibility:hidden}.dropdown-links{grid-area:dropdown-links;list-style:none;display:block;max-height:32px;margin:0;padding:0}.arrow{fill:var(--text-grey-200)}.dropdown-links>li{list-style:none;display:inline-block;margin:0;padding:0}.dropdown-links>li>a{width:auto;height:auto;color:var(--myz-blue);font-size:14px;letter-spacing:0.18px;line-height:32px;text-decoration:none;margin:var(--space-unit);padding-bottom:calc(var(--space-unit) * .5)}.dropdown-links>li>a:hover,.dropdown-links>li>a.active{color:var(--text-grey-800);border-bottom:2px solid var(--myz-blue)}.mobile-header{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:center;align-items:center;width:100%;background-color:var(--bg-grey-900);z-index:inherit;height:52px;position:fixed;top:0px;left:0;z-index:999}.mobile-header.myz-out{background-color:var(--bg-white)}.mobile-header>z-button{margin:0 calc(var(--space-unit) * 2)}.mobile-content{display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;width:100%;background-color:var(--bg-grey-900);position:fixed;top:52px;left:0;z-index:999;max-height:0px;overflow:hidden;transition:max-height 1s cubic-bezier(0.46, 0, 1, 0.79)}.mobile-content.open{max-height:100vh;transition:max-height 2s cubic-bezier(0, 0.79, 0.46, 1)}.mobile-content.myz-out{background-color:var(--bg-white)}hr{display:block;position:relative;padding:0;margin:0px calc(var(--space-unit) * 4);height:0;width:calc(100% - 64px);max-height:0;font-size:1px;line-height:0;clear:both;border:none;border-top:1px solid var(--text-grey-700)}.menu-mobile{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center;color:var(--bg-white);padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 3);cursor:pointer}.myz-out .menu-mobile{color:var(--text-grey-800)}.menu-toggle{grid-area:menu-toggle;display:flex;flex-direction:column;margin:0 var(--space-unit)}.menu-toggle .bar{width:20px;height:2px;background-color:var(--bg-white);margin:2px auto;transition:all 0.3s ease-in-out}.myz-out .menu-toggle .bar{background-color:var(--text-grey-800)}.menu-toggle:hover{cursor:pointer}#mobile-menu.is-active .bar:nth-child(2){opacity:0}#mobile-menu.is-active .bar:nth-child(1){transform:translateY(6px) rotate(45deg)}#mobile-menu.is-active .bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.booktab-button,.mobile-login{overflow:hidden;height:0%;max-height:100%;width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;padding:0}.hidden{visibility:hidden}.login{grid-area:login;display:flex;justify-content:flex-end;padding:0 calc(var(--space-unit) * 2)}.login>z-button{color:var(--bg-white);fill:var(--bg-white)}.booktab-button>z-button{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;padding:calc(var(--space-unit) * 2) 0px calc(var(--space-unit) * 4) 0px}.link-ext{grid-area:link-ext;overflow:hidden;height:0%;max-height:100%;width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;padding:0}.link-ext-span{display:inline-block;width:100%;margin:calc(var(--space-unit) * .5) auto;box-sizing:border-box;margin:0px auto 0px auto;padding:0px calc(var(--space-unit) * 4) 0px calc(var(--space-unit) * 4);line-height:44px}.link-ext-span.myz:hover,.link-ext-span.myz:focus{background:var(--text-grey-800);border-radius:var(--border-radius);cursor:pointer}.link-ext z-link{font-size:12px;font-weight:var(--font-sb)}.link-int{overflow:hidden;max-height:100%;width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;padding:0}.link-int>span{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:flex-start}.link-int>span>.menu-item{height:auto;color:var(--bg-white);letter-spacing:0.2px;font-weight:var(--font-sb);font-size:16px;text-decoration:none;outline:none;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;width:100%;box-sizing:border-box;margin:0px auto 0px auto;padding:0px calc(var(--space-unit) * 4) 0px calc(var(--space-unit) * 4);line-height:44px}.link-int>span>.menu-item:hover,.link-int>span>.menu-item:focus{border-radius:0px}.link-int>span>.menu-item>span{white-space:nowrap}.link-int>span>.menu-item>i{padding-top:calc(var(--space-unit) * 2);height:28px;width:24px;text-align:right}.link-int>span:first-child>.menu-item{margin-top:0}.link-int>span>svg{display:none}.link-int>.mobile-dropdown{padding:0 48px}.mobile-login>span{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:flex-start;fill:white}.mobile-login>span:focus,.mobile-login>span:hover{background:var(--text-grey-800)}.myz-out .mobile-login>span:focus,.myz-out .mobile-login>span:hover{background:none}.mobile-login>span>.menu-item{height:auto;color:var(--bg-white);letter-spacing:0.2px;font-weight:var(--font-sb);font-size:16px;text-decoration:none;outline:none;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;width:100%;box-sizing:border-box;margin:0px auto 0px auto;padding:0px calc(var(--space-unit) * 4) 0px calc(var(--space-unit) * 4);line-height:44px}.myz-out .mobile-login>span>.menu-item{color:var(--text-grey-800)}.mobile-login>span>.menu-item>i{padding-top:calc(var(--space-unit) * 2);height:28px;width:24px;text-align:right}.mobile-login>span>.menu-item>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-login>span>.menu-item>span>z-icon{padding-right:var(--space-unit);fill:var(--bg-white)}.menu-item>i::before{border-style:solid;border-width:0.12em 0.12em 0 0;content:\" \";display:inline-block;height:0.45em;left:0.16em;position:relative;top:-0.12em;transform:rotate(135deg) scale(1.2);vertical-align:top;width:0.45em;margin-top:2px;margin-left:2px;margin-right:6px;transition:all 0.5s ease}.menu-item.isopen>i::before{top:0.24em;transform:rotate(-45deg) scale(1.2);transition:all 0.5s ease}.mobile-dropdown{background:white;display:block;overflow:hidden;width:100%;box-sizing:border-box;margin:0px auto 0px auto;padding:0px calc(var(--space-unit) * 4) 0px calc(var(--space-unit) * 4);line-height:44px;max-height:0px;transition:max-height 0.3s ease}.mobile-dropdown.visible{max-height:100vh;transition:max-height 0.5s ease}@media only screen and (min-width: 768px){header{grid-template-columns:1fr 0.8fr 1.5fr 1.1fr 0.7fr;grid-template-rows:0.2fr auto;grid-template-areas:\"main-header main-header main-header main-header main-header\" \"dropdown-menu dropdown-menu dropdown-menu dropdown-menu dropdown-menu\";margin-bottom:0}header.myz-out{top:0px;grid-template-rows:1fr}.main-header{display:grid;grid-template-columns:170px auto auto 120px;grid-template-rows:1fr;grid-template-areas:\"logo link-int link-ext login\";grid-area:main-header}.dropdown-menu{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:\"dropdown-links\";grid-area:dropdown-menu;grid-column-gap:var(--space-unit);background:var(--bg-grey-200);height:32px;visibility:visible;z-index:9;padding-left:160px}.booktab-button,.mobile-header,.mobile-login,.mobile-dropdown,.menu-mobile{display:none}.link-int{grid-area:link-int;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center;max-height:46px;margin-top:calc(var(--space-unit) * .5)}.link-int>span{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center;width:auto}.link-int>span>.menu-item{width:auto;height:auto;color:var(--bg-white);letter-spacing:0.2px;line-height:14px;font-weight:var(--font-sb);text-decoration:none;outline:none;padding:calc(var(--space-unit) * 1.5)}.link-int>span>svg{display:block}.menu-item>i{display:none}.link-int>span>.menu-item:focus,.link-int>span>.menu-item:hover{background:var(--text-grey-800);border-radius:var(--border-radius);cursor:pointer}.link-int>span>.menu-item::-moz-focus-inner{border:0}.link-int>span>.menu-item:focus+svg{visibility:visible}.link-ext{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:center;align-content:center;max-height:46px}.link-ext-span{width:auto;line-height:14px;margin:var(--space-unit);padding:calc(var(--space-unit) * .5) var(--space-unit)}}@media only screen and (min-width: 1152px){.main-header{grid-template-columns:170px auto auto 180px}}";
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-dcab1bda.js');
6
+ const index$1 = require('./index-6b11e272.js');
7
7
 
8
8
  const stylesCss = ":host{--safe-scroll-area:4px;--negative-safe-scroll-area:calc(-1 * var(--safe-scroll-area));position:relative;display:flex;flex-direction:row;z-index:0;margin:var(--negative-safe-scroll-area);padding:var(--safe-scroll-area);font-family:var(--font-family-sans);font-weight:var(--font-rg);overflow:hidden}:host,:host *,::slotted(*){box-sizing:border-box}::-webkit-scrollbar{display:none}button.navigation{position:absolute;display:flex;align-items:center;justify-content:center;margin:0;padding:0;background:var(--color-white);border:none;outline:none;fill:var(--color-primary01);border-radius:var(--border-no-radius);cursor:pointer;z-index:1}button.navigation:focus{fill:var(--color-primary01);box-shadow:var(--shadow-focus-primary)}button.navigation:disabled{display:none}nav{display:flex;align-items:center;justify-content:flex-start;overflow:auto;margin:var(--negative-safe-scroll-area);padding:var(--safe-scroll-area);scroll-padding:var(--safe-scroll-area);scrollbar-width:none}:host([orientation='horizontal']) nav{width:100%}:host([orientation='horizontal']) button.navigation{top:0;height:100%;width:calc((var(--space-unit) * 4) + var(--safe-scroll-area))}:host([orientation='horizontal']) button.navigation:first-child{left:0;padding-left:var(--safe-scroll-area);box-shadow:5px 0px var(--safe-scroll-area) var(--negative-safe-scroll-area) rgba(66, 69, 72, 0.40)}:host([orientation='horizontal']) button.navigation:last-child{right:0;padding-right:4px;box-shadow:-5px 0px var(--safe-scroll-area) var(--negative-safe-scroll-area) rgba(66, 69, 72, 0.40)}:host([orientation='vertical']){flex-direction:column}:host([orientation='vertical']) nav{flex-direction:column;align-items:stretch;height:100%}:host([orientation='vertical']) button.navigation{left:0;width:100%;height:calc((var(--space-unit) * 4) + var(--safe-scroll-area))}:host([orientation='vertical']) button.navigation:first-child{top:0;padding-top:var(--safe-scroll-area);box-shadow:0px 5px var(--safe-scroll-area) var(--negative-safe-scroll-area) rgba(66, 69, 72, 0.40)}:host([orientation='vertical']) button.navigation:last-child{bottom:0;padding-bottom:var(--safe-scroll-area);box-shadow:0px -5px var(--safe-scroll-area) var(--negative-safe-scroll-area) rgba(66, 69, 72, 0.40)}:host([size='small'][orientation='vertical']) button.navigation{height:calc(var(--space-unit) * 4)}";
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-dcab1bda.js');
6
+ const index$1 = require('./index-6b11e272.js');
7
7
 
8
8
  const stylesCss = ":host{width:100%;color:var(--color-text01)}.notification-container{display:flex;padding:0 0 calc(var(--space-unit) * 2) calc(var(--space-unit) * 2);outline:none;border-bottom:var(--border-size-medium) solid var(--color-surface03)}.shadow{box-shadow:var(--shadow-3)}.content-container{display:flex;justify-content:space-between;flex:1 1 auto;flex-wrap:wrap}.content-text{max-width:800px;margin-top:calc(var(--space-unit) * 2);margin-right:calc(var(--space-unit) * 2)}.action-text{margin-top:calc(var(--space-unit) * 2);margin-right:calc(var(--space-unit) * 2);height:fit-content;color:var(--color-primary01);cursor:pointer;white-space:nowrap}:host div>z-icon{justify-self:center;margin-top:calc(var(--space-unit) * 2);margin-right:calc(var(--space-unit))}:host div.success-notification{background:var(--color-success-inverse)}:host div.warning-notification{background:var(--color-warning-inverse)}:host div.error-notification{background:var(--color-error-inverse)}:host div.success-notification>z-icon{fill:var(--color-success01)}:host div.warning-notification>z-icon{fill:var(--color-warning02)}:host div.error-notification>z-icon{fill:var(--color-error01)}:host div>z-icon.close-icon{cursor:pointer;fill:var(--color-primary01);margin-right:calc(var(--space-unit) * 2)}@media only screen and (min-width: 768px){.content-container{flex-wrap:nowrap}.content-text{margin-right:calc(var(--space-unit) * 5)}}";
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-dcab1bda.js');
6
+ const index$1 = require('./index-6b11e272.js');
7
7
 
8
8
  const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)}.digits-container{display:flex;justify-content:flex-start}input{height:72px;width:calc(var(--space-unit) * 5);font-size:32px;font-weight:300;font-family:var(--font-family-sans);text-align:center;caret-color:transparent;box-sizing:border-box;padding:0;color:var(--color-surface05)}input.error{border:1px solid;border-radius:4px;border-color:var(--color-error01);background-color:var(--color-error-inverse)}input:not(:last-of-type){margin-right:var(--space-unit)}@media only screen and (min-width: 768px){input:not(:last-of-type){margin-right:calc(var(--space-unit) * 2)}}@media only screen and (min-width: 1025px){input{width:calc(var(--space-unit) * 6)}}";
9
9
 
@@ -4,9 +4,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
6
  const hammer = require('./hammer-54230951.js');
7
- const utils = require('./utils-971854fc.js');
7
+ const utils = require('./utils-428c57eb.js');
8
8
  require('./_commonjsHelpers-119ffc74.js');
9
- require('./index-dcab1bda.js');
9
+ require('./index-6b11e272.js');
10
10
  require('./breakpoints-88c4fd6c.js');
11
11
 
12
12
  const stylesCss = ":host>div{height:48px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around;align-items:center;align-content:center}:host>div>z-icon{cursor:pointer;margin:calc(var(--space-unit) * 2) 0;color:var(--color-primary01);fill:var(--color-primary01)}:host>div>z-icon.disabled{cursor:default;pointer-events:none;color:var(--color-disabled01);fill:var(--color-disabled01)}";
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-dcab1bda.js');
7
- const utils = require('./utils-971854fc.js');
6
+ const index$1 = require('./index-6b11e272.js');
7
+ const utils = require('./utils-428c57eb.js');
8
8
  const hammer = require('./hammer-54230951.js');
9
9
  require('./breakpoints-88c4fd6c.js');
10
10
  require('./_commonjsHelpers-119ffc74.js');
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
6
  const index$2 = require('./index-9651dba8.js');
7
- const index$1 = require('./index-dcab1bda.js');
8
- const utils = require('./utils-971854fc.js');
7
+ const index$1 = require('./index-6b11e272.js');
8
+ const utils = require('./utils-428c57eb.js');
9
9
  require('./_commonjsHelpers-119ffc74.js');
10
10
  require('./breakpoints-88c4fd6c.js');
11
11
 
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-dcab1bda.js');
7
- const utils = require('./utils-971854fc.js');
6
+ const index$1 = require('./index-6b11e272.js');
7
+ const utils = require('./utils-428c57eb.js');
8
8
  require('./breakpoints-88c4fd6c.js');
9
9
 
10
10
  const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);display:block;width:inherit}:host>div{display:flex;flex-direction:column;width:inherit}main{position:relative;overflow:hidden;width:100%}main z-icon.scroll{position:absolute;top:50%;width:auto;cursor:pointer;transition:0.6s ease;margin:0 var(--space-unit);fill:var(--color-primary01);z-index:10}main .scroll.disabled{opacity:50%;pointer-events:none}main .scroll.right{right:0}#slides{display:flex;flex-wrap:wrap;transition:all 300ms;line-height:0px;overflow-y:hidden}footer{height:56px;width:100%;align-items:center;display:grid;grid-template-columns:2;grid-template-rows:2;grid-template-areas:\"center center\" \"left right\";border-top:var(--border-base) solid var(--color-surface02)}footer>div{align-items:center;width:100%}footer .footerCenter{grid-area:center}footer .footerLeft{grid-area:left}footer .footerRight{grid-area:right}footer .bulletContainer{display:flex;margin:0 auto;justify-content:center;align-items:center;min-height:60px}footer .bulletContainer .bullet{width:8px;height:8px;border-radius:50%;background-color:var(--bg-neutral-150);margin:var(--space-unit) 2px;pointer-events:none}footer .bulletContainer .bullet.selected{background-color:var(--bg-neutral-400)}@media only screen and (min-width: 768px){footer{grid-template-columns:1fr 2fr 1fr;grid-template-rows:1;grid-template-areas:\"left center right\";height:76px;border-top:var(--border-base) solid var(--color-surface02)}footer .bulletContainer .bullet{width:10px;height:10px;margin:var(--space-unit) 3px}}@media only screen and (min-width: 1025px){main z-icon.scroll{margin:0 10px}footer .bulletContainer .bullet{width:16px;height:16px;margin:var(--space-unit) calc(var(--space-unit) * 0.5);pointer-events:auto;cursor:pointer}}";
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-dcab1bda.js');
6
+ const index$1 = require('./index-6b11e272.js');
7
7
  const index$2 = require('./index-9651dba8.js');
8
8
  require('./_commonjsHelpers-119ffc74.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-dcab1bda.js');
6
+ const index$1 = require('./index-6b11e272.js');
7
7
  const index$2 = require('./index-9651dba8.js');
8
8
  require('./_commonjsHelpers-119ffc74.js');
9
9
 
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
6
  const index$2 = require('./index-9651dba8.js');
7
- const index$1 = require('./index-dcab1bda.js');
8
- const utils = require('./utils-971854fc.js');
7
+ const index$1 = require('./index-6b11e272.js');
8
+ const utils = require('./utils-428c57eb.js');
9
9
  require('./_commonjsHelpers-119ffc74.js');
10
10
  require('./breakpoints-88c4fd6c.js');
11
11
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-dcab1bda.js');
6
+ const index$1 = require('./index-6b11e272.js');
7
7
 
8
8
  const stylesCss = "z-table-row{display:table-row;font-family:var(--font-family-sans)}z-table-row[expanded-type=\"expandable\"]:hover{cursor:pointer}z-table-row[expanded-type=\"expandable\"]>z-table-cell:first-child,z-table-row[expanded-type=\"padding\"]>z-table-cell:first-child{--z-icon-width:16px;--z-icon-height:16px;width:24px;padding-left:16px;padding-right:0px;box-sizing:border-box;text-align:center;fill:var(--gray800);user-select:none}.z-icon-placeholder{width:24px;padding-right:0px}z-table-row[expanded-type=\"expandable\"]>z-table-cell:nth-child(2),z-table-row[expanded-type=\"padding\"]>z-table-cell:nth-child(2){padding-left:8px}z-table-row[expanded-type]:hover>z-table-cell:first-child{fill:var(--myz-blue-dark)}z-table-row[expanded]>z-table-cell{background-color:var(--gray50)}z-table-row[expanded]+z-table-expanded-row{display:table-row}z-table-row[expanded]>z-table-cell{border-bottom:none}";
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-dcab1bda.js');
6
+ const index$1 = require('./index-6b11e272.js');
7
7
  const breakpoints = require('./breakpoints-88c4fd6c.js');
8
8
 
9
9
  const stylesCss = "z-table{overflow-x:auto;display:block;width:100%;font-family:var(--dashboard-font);font-weight:var(--font-rg);background-color:var(--color-white)}z-table>div.table{display:table;width:100%;border-collapse:separate}z-table>div.table-bordered>z-table-body>z-table-row>z-table-cell:not(:last-child),z-table>div.table-bordered>z-table-head>z-table-header-row>z-table-header:not(:last-child){border-right:var(--border-size-small) solid var(--bg-grey-200)}z-table>div>z-table-body>z-table-row[expandable]>z-table-cell:first-child,z-table>div>z-table-head>z-table-header-row[expandable]>z-table-header:first-child{border-right:none}z-table>div>z-table-body>z-table-row[expanded]>z-table-cell{background-color:var(--gray50)}z-table>div>z-table-body>z-table-row[expanded]+z-table-expanded-row{border-bottom:1px solid var(--gray200)}z-table>div.table-column-sticky>z-table-body>z-table-row>z-table-cell:first-child,z-table>div.table-column-sticky>z-table-head>z-table-header-row>z-table-header:first-child{position:sticky;left:0;box-shadow:1px 0 4px -1px rgba(66, 69, 72, 0.4);z-index:1}z-table>div.table-header-sticky>z-table-head>z-table-header-row>z-table-header{position:sticky;top:0;box-shadow:0 2px 3px -3px rgba(66, 69, 72, 0.4)}z-table>div.table-header-sticky>z-table-head>z-table-header-row>z-table-header{z-index:2}z-table>div.table-header-sticky>z-table-head>z-table-header-row>z-table-header:first-child,z-table>div.table-column-sticky>z-table-head>z-table-header-row>z-table-header:first-child{z-index:5}z-table-body{width:auto;background-color:var(--color-white)}z-table-empty-box{display:flex;flex-direction:column;flex-grow:1;border-bottom:var(--border-size-small) solid var(--bg-grey-200)}z-table-empty-box.bordered{border-left:var(--border-size-small) solid var(--bg-grey-200)}.error-message{margin-top:calc(var(--space-unit) * 2)}.table-content{display:flex;flex-direction:row;width:100%}.error-content{font-family:var(--dashboard-font);padding:calc(var(--space-unit) * 3);display:flex}.error-content>img{width:244px;height:188px;margin-right:calc(var(--space-unit) * 3)}@media only screen and (max-width: 768px){z-table>div.table-empty{display:none}.error-content{display:flex;flex-direction:column}.error-content>img{width:auto;height:auto}.text{padding:calc(var(--space-unit) * 3) 0}}";
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-dcab1bda.js');
6
+ const index$1 = require('./index-6b11e272.js');
7
7
 
8
8
  const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);position:fixed;display:flex;flex-direction:column;flex-wrap:nowrap;z-index:10000;margin-bottom:calc(var(--space-unit) * 2);margin-top:calc(var(--space-unit) * 2)}::slotted(z-toast-notification){width:100vw}::slotted(:not(:last-child)){margin-bottom:calc(var(--space-unit) * 1)}:host(.bottom-centre),:host(.bottom-right),:host(.bottom-left){justify-content:flex-end;align-items:flex-end;bottom:0}:host(.top-left),:host(.top-right),:host(.top-centre){justify-content:flex-start;align-items:flex-start;top:0}@media only screen and (min-width: 768px){:host{margin:calc(var(--space-unit) * 3)}:host(.top-centre){justify-content:flex-start;align-items:center;top:0;left:50%;transform:translateX(-50%)}:host(.top-left){justify-content:flex-start;align-items:flex-start;top:0;left:0}:host(.top-right){justify-content:flex-start;align-items:flex-end;top:0;right:0}:host(.bottom-centre){justify-content:flex-end;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}:host(.bottom-right){justify-content:flex-end;align-items:flex-end;bottom:0;right:0}:host(.bottom-left){justify-content:flex-end;align-items:flex-start;bottom:0;left:0}::slotted(z-toast-notification){width:50vw}}@media only screen and (min-width: 1366px){:host{margin:calc(var(--space-unit) * 4)}::slotted(z-toast-notification){width:33vw}}";
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-dcab1bda.js');
6
+ const index$1 = require('./index-6b11e272.js');
7
7
  const breakpoints = require('./breakpoints-88c4fd6c.js');
8
8
  const hammer = require('./hammer-54230951.js');
9
9
  require('./_commonjsHelpers-119ffc74.js');
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-dcab1bda.js');
6
+ const index$1 = require('./index-6b11e272.js');
7
7
 
8
8
  const stylesCss = ":host{--z-tooltip-theme--surface:var(--color-surface01);--z-tooltip-theme--text:var(--color-text01);--arrow-size:6px;--edge-offset:calc(-1 * (var(--arrow-size) + calc(var(--space-unit) * 2)));position:relative;display:none;align-items:center;justify-content:center;padding:var(--space-unit);min-width:calc(var(--space-unit) * 8);min-height:calc(var(--space-unit) * 4);color:var(--z-tooltip-theme--text);fill:currentColor;font-family:var(--font-family-sans);text-align:center;border-radius:var(--border-radius-small);background:var(--z-tooltip-theme--surface);filter:drop-shadow(0 4px 8px var(--shadow-color-base));will-change:filter}:host(.legacy){display:inline-flex;padding:calc(var(--space-unit) * 2);min-width:auto;min-height:auto;max-width:200px;font-style:italic;line-height:16px;letter-spacing:0.32px;font-size:12px;border:var(--border-size-small) solid var(--gray200);border-radius:var(--border-radius);filter:drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.08))}:host(.legacy)::before{--arrow-size:14px}:host([position])::before{--arrow-edge-offset:calc(100% - var(--arrow-size) - var(--space-unit));--arrow-center-x-offset:calc(50% - calc(var(--arrow-size) / 2));--arrow-center-y-offset:calc(100% - calc(var(--arrow-size) / 2));content:'';position:absolute;width:var(--arrow-size);height:var(--arrow-size);background:inherit;transform:rotate(45deg)}:host([open][style*='top:']),:host([open][style*='inset:']){display:inline-flex}:host([position^='top']){margin-bottom:var(--space-unit)}:host([position='right']){margin-left:var(--space-unit)}:host([position='top_right']),:host([position='bottom_right']){margin-left:var(--edge-offset)}:host([position^='bottom']){margin-top:var(--space-unit)}:host([position='left']){margin-right:var(--space-unit)}:host([position='top_left']),:host([position='bottom_left']){margin-right:var(--edge-offset)}:host([position^='top'])::before{top:var(--arrow-center-y-offset)}:host([position^='bottom'])::before{bottom:var(--arrow-center-y-offset)}:host([position='top'])::before,:host([position='bottom'])::before{left:var(--arrow-center-x-offset)}:host([position='right'])::before,:host([position='left'])::before{top:var(--arrow-center-x-offset)}:host([position='right'])::before{right:var(--arrow-center-y-offset)}:host([position='top_right'])::before,:host([position='bottom_right'])::before{right:var(--arrow-edge-offset)}:host([position='left'])::before{left:var(--arrow-center-y-offset)}:host([position='top_left'])::before,:host([position='bottom_left'])::before{left:var(--arrow-edge-offset)}::slotted(*){flex:1 auto;overflow:auto}";
9
9
 
@@ -253,6 +253,16 @@ export var ZAriaAlertMode;
253
253
  ZAriaAlertMode["polite"] = "polite";
254
254
  ZAriaAlertMode["assertive"] = "assertive";
255
255
  })(ZAriaAlertMode || (ZAriaAlertMode = {}));
256
+ export var TransitionDirectionEnum;
257
+ (function (TransitionDirectionEnum) {
258
+ TransitionDirectionEnum["left"] = "left";
259
+ TransitionDirectionEnum["right"] = "right";
260
+ })(TransitionDirectionEnum || (TransitionDirectionEnum = {}));
261
+ export var OffCanvasVariantsEnum;
262
+ (function (OffCanvasVariantsEnum) {
263
+ OffCanvasVariantsEnum["overlay"] = "overlay";
264
+ OffCanvasVariantsEnum["pushcontent"] = "pushcontent";
265
+ })(OffCanvasVariantsEnum || (OffCanvasVariantsEnum = {}));
256
266
  export var ZChipType;
257
267
  (function (ZChipType) {
258
268
  ZChipType["default"] = "default";
@@ -54,6 +54,7 @@
54
54
  "./components/z-contextual-menu/index.js",
55
55
  "./components/z-divider/index.js",
56
56
  "./components/z-ghost-loading/index.js",
57
+ "./components/z-offcanvas/index.js",
57
58
  "./components/z-popover/index.js",
58
59
  "./components/z-status-tag/index.js",
59
60
  "./components/z-table/z-table/index.js",
@@ -15,9 +15,8 @@ export class ZButton {
15
15
  /** Available sizes: `big`, `small` and `x-small`. Defaults to `big`. */
16
16
  this.size = ButtonSizeEnum.big;
17
17
  /** Reduce button size (deprecated).
18
- *
19
18
  * @deprecated Use `size` prop.
20
- * */
19
+ */
21
20
  this.issmall = false;
22
21
  /** Spy to render square button. */
23
22
  this.square = false;
@@ -0,0 +1,147 @@
1
+ import { Component, Element, Event, h, Prop, Watch } from "@stencil/core";
2
+ import { OffCanvasVariantsEnum, TransitionDirectionEnum } from "../../beans";
3
+ /**
4
+ * @slot canvasContent - set the content of the canvas
5
+ */
6
+ export class ZOffcanvas {
7
+ constructor() {
8
+ /**
9
+ * Offcanvas variant.
10
+ * Can be one of "overlay", "pushcontent"
11
+ * Default variant: pushcontent
12
+ */
13
+ this.variant = OffCanvasVariantsEnum.pushcontent;
14
+ /** open component. Default: false */
15
+ this.open = false;
16
+ /** open content transitioning in a specified direction left | right. Default: left */
17
+ this.transitiondirection = TransitionDirectionEnum.left;
18
+ }
19
+ componentWillLoad() {
20
+ this.handleOpenStatus();
21
+ }
22
+ onOpenChanged() {
23
+ this.handleOpenStatus();
24
+ this.canvasOpenStatusChanged.emit(this.open);
25
+ }
26
+ handleOpenStatus() {
27
+ if (this.open) {
28
+ this.hostElement.style.display = "flex";
29
+ }
30
+ else if (this.variant === OffCanvasVariantsEnum.pushcontent) {
31
+ this.hostElement.style.display = "none";
32
+ document.body.style.overflowX = "hidden";
33
+ }
34
+ }
35
+ handleAnimationEnd() {
36
+ if (this.hostElement.hasAttribute("open")) {
37
+ this.hostElement.querySelector(`.canvas-content`).focus();
38
+ }
39
+ else if (this.variant === OffCanvasVariantsEnum.overlay) {
40
+ this.hostElement.style.display = "none";
41
+ document.body.style.overflowX = "initial";
42
+ }
43
+ }
44
+ render() {
45
+ return [
46
+ h("div", { class: "canvas-container", onAnimationEnd: () => this.handleAnimationEnd() },
47
+ h("div", { class: "canvas-content", tabindex: "0" },
48
+ h("slot", { name: "canvasContent" }))),
49
+ h("div", { class: "canvas-background", "data-action": "canvasBackground", onClick: () => this.open = false })
50
+ ];
51
+ }
52
+ static get is() { return "z-offcanvas"; }
53
+ static get encapsulation() { return "scoped"; }
54
+ static get originalStyleUrls() { return {
55
+ "$": ["styles.css"]
56
+ }; }
57
+ static get styleUrls() { return {
58
+ "$": ["styles.css"]
59
+ }; }
60
+ static get properties() { return {
61
+ "variant": {
62
+ "type": "string",
63
+ "mutable": false,
64
+ "complexType": {
65
+ "original": "OffCanvasVariantsEnum",
66
+ "resolved": "OffCanvasVariantsEnum.overlay | OffCanvasVariantsEnum.pushcontent",
67
+ "references": {
68
+ "OffCanvasVariantsEnum": {
69
+ "location": "import",
70
+ "path": "../../beans"
71
+ }
72
+ }
73
+ },
74
+ "required": false,
75
+ "optional": true,
76
+ "docs": {
77
+ "tags": [],
78
+ "text": "Offcanvas variant.\nCan be one of \"overlay\", \"pushcontent\"\nDefault variant: pushcontent"
79
+ },
80
+ "attribute": "variant",
81
+ "reflect": true,
82
+ "defaultValue": "OffCanvasVariantsEnum.pushcontent"
83
+ },
84
+ "open": {
85
+ "type": "boolean",
86
+ "mutable": true,
87
+ "complexType": {
88
+ "original": "boolean",
89
+ "resolved": "boolean",
90
+ "references": {}
91
+ },
92
+ "required": false,
93
+ "optional": false,
94
+ "docs": {
95
+ "tags": [],
96
+ "text": "open component. Default: false"
97
+ },
98
+ "attribute": "open",
99
+ "reflect": true,
100
+ "defaultValue": "false"
101
+ },
102
+ "transitiondirection": {
103
+ "type": "string",
104
+ "mutable": false,
105
+ "complexType": {
106
+ "original": "TransitionDirectionEnum",
107
+ "resolved": "TransitionDirectionEnum.left | TransitionDirectionEnum.right",
108
+ "references": {
109
+ "TransitionDirectionEnum": {
110
+ "location": "import",
111
+ "path": "../../beans"
112
+ }
113
+ }
114
+ },
115
+ "required": false,
116
+ "optional": true,
117
+ "docs": {
118
+ "tags": [],
119
+ "text": "open content transitioning in a specified direction left | right. Default: left"
120
+ },
121
+ "attribute": "transitiondirection",
122
+ "reflect": true,
123
+ "defaultValue": "TransitionDirectionEnum.left"
124
+ }
125
+ }; }
126
+ static get events() { return [{
127
+ "method": "canvasOpenStatusChanged",
128
+ "name": "canvasOpenStatusChanged",
129
+ "bubbles": true,
130
+ "cancelable": true,
131
+ "composed": true,
132
+ "docs": {
133
+ "tags": [],
134
+ "text": "emitted when open prop changes"
135
+ },
136
+ "complexType": {
137
+ "original": "any",
138
+ "resolved": "any",
139
+ "references": {}
140
+ }
141
+ }]; }
142
+ static get elementRef() { return "hostElement"; }
143
+ static get watchers() { return [{
144
+ "propName": "open",
145
+ "methodName": "onOpenChanged"
146
+ }]; }
147
+ }
@@ -0,0 +1,163 @@
1
+ :host {
2
+ --z-offcanvas--container-width: 375px;
3
+ --z-offcanvas--top-space: 0px;
4
+
5
+ z-index: 1000;
6
+ display: none;
7
+ justify-content: end;
8
+ height: 100%;
9
+ min-width: 100%;
10
+ font-family: var(--font-family-sans);
11
+ font-weight: var(--font-rg);
12
+ }
13
+
14
+ .canvas-container {
15
+ display: flex;
16
+ flex-direction: column;
17
+ z-index: 1010;
18
+ min-width: 100%;
19
+ height: 100%;
20
+ overflow: -moz-scrollbars-none;
21
+ overflow: hidden;
22
+ background: var(--color-surface01);
23
+ transform: translateX(100%);
24
+ }
25
+
26
+ @keyframes enterRight {
27
+ from {transform: translateX(100%);}
28
+ to {transform: translateX(0);}
29
+ }
30
+
31
+ :host([open]) > .canvas-container {
32
+ animation-name: enterRight;
33
+ animation-duration:0.4s;
34
+ animation-timing-function: ease-out;
35
+ transform: translateX(0);
36
+ }
37
+
38
+ @keyframes exitRight {
39
+ from {transform: translateX(0);}
40
+ to {transform: translateX(100%);}
41
+ }
42
+
43
+ :host(:not([open])[variant="overlay"]) > .canvas-container {
44
+ animation-name: exitRight;
45
+ animation-duration:0.4s;
46
+ animation-timing-function: ease-out;
47
+ transform: translateX(100%);
48
+ }
49
+
50
+ :host([variant="overlay"]) {
51
+ position: fixed;
52
+ height: calc(100% - var(--z-offcanvas--top-space));
53
+ top: var(--z-offcanvas--top-space);
54
+ left: 0;
55
+ right: 0;
56
+ bottom: 0;
57
+ }
58
+
59
+ :host([variant="overlay"]) .canvas-background {
60
+ position: absolute;
61
+ left: 0;
62
+ width: 100%;
63
+ height: 100%;
64
+ background-color: var(--gray900);
65
+ opacity: 0.7;
66
+ }
67
+
68
+ :host([transitiondirection="right"]) {
69
+ justify-content: start;
70
+ }
71
+
72
+ :host([transitiondirection="right"]) > .canvas-container {
73
+ transform: translateX(-100%);
74
+ }
75
+
76
+ @keyframes enterLeft {
77
+ from {transform: translateX(-100%);}
78
+ to {transform: translateX(0);}
79
+ }
80
+
81
+ :host([transitiondirection="right"][open]) > .canvas-container {
82
+ animation-name: enterLeft;
83
+ animation-duration: 0.4s;
84
+ animation-timing-function: ease-out;
85
+ transform: translateX(0);
86
+ }
87
+
88
+ @keyframes exitLeft {
89
+ from {transform: translateX(0);}
90
+ to {transform: translateX(-100%);}
91
+ }
92
+
93
+ :host(:not([open])[variant="overlay"][transitiondirection="right"]) > .canvas-container {
94
+ animation-name: exitLeft;
95
+ animation-duration:0.4s;
96
+ animation-timing-function: ease-out;
97
+ transform: translateX(-100%);
98
+ }
99
+
100
+ .canvas-container > .canvas-content {
101
+ flex: 1 auto;
102
+ overflow: auto;
103
+ overflow-x: hidden;
104
+ padding: 0 calc(var(--space-unit) * 2) ;
105
+ margin: calc(var(--space-unit) * 2) calc(var(--space-unit) / 2) calc(var(--space-unit) * 2) 0;
106
+ }
107
+
108
+ .canvas-container .canvas-content::-webkit-scrollbar {
109
+ background: linear-gradient(
110
+ to right,
111
+ transparent 0 3px,
112
+ var(--gray200) 3px 7px,
113
+ transparent 7px 10px
114
+ );
115
+ width: 10px;
116
+ border-radius: var(--border-radius);
117
+ }
118
+
119
+ .canvas-container .canvas-content::-webkit-scrollbar-track {
120
+ background-color: transparent;
121
+ }
122
+
123
+ .canvas-container .canvas-content::-webkit-scrollbar-thumb {
124
+ background-color: var(--color-primary01);
125
+ border-radius: var(--border-radius);
126
+ width: 10px;
127
+ }
128
+
129
+ .canvas-container .canvas-content::-webkit-scrollbar-thumb:hover {
130
+ background-color: var(--color-hover-primary);
131
+ }
132
+
133
+ /* Firefox */
134
+ .canvas-container .canvas-content {
135
+ scrollbar-color: var(--color-primary01) transparent;
136
+ }
137
+
138
+ /* Tablet / Desktop */
139
+ @media only screen and (min-width: 768px) {
140
+ :host {
141
+ min-width: auto;
142
+ }
143
+ .canvas-container {
144
+ width: auto;
145
+ height: auto;
146
+ min-width: max(var(--z-offcanvas--container-width), 375px);
147
+ min-height: calc(var(--space-unit) * 40);
148
+ max-width: max(var(--z-offcanvas--container-width), 375px);
149
+ }
150
+
151
+ @keyframes grow {
152
+ from {width: 0;}
153
+ to {width: max(var(--z-offcanvas--container-width), 375px)}
154
+ }
155
+
156
+ :host(:not([variant="overlay"])[open]) {
157
+ animation-name: grow;
158
+ animation-duration: 0.4s;
159
+ animation-timing-function: ease-out;
160
+ width: auto;
161
+ }
162
+ }
163
+
@@ -253,10 +253,20 @@ var ZAriaAlertMode;
253
253
  ZAriaAlertMode["polite"] = "polite";
254
254
  ZAriaAlertMode["assertive"] = "assertive";
255
255
  })(ZAriaAlertMode || (ZAriaAlertMode = {}));
256
+ var TransitionDirectionEnum;
257
+ (function (TransitionDirectionEnum) {
258
+ TransitionDirectionEnum["left"] = "left";
259
+ TransitionDirectionEnum["right"] = "right";
260
+ })(TransitionDirectionEnum || (TransitionDirectionEnum = {}));
261
+ var OffCanvasVariantsEnum;
262
+ (function (OffCanvasVariantsEnum) {
263
+ OffCanvasVariantsEnum["overlay"] = "overlay";
264
+ OffCanvasVariantsEnum["pushcontent"] = "pushcontent";
265
+ })(OffCanvasVariantsEnum || (OffCanvasVariantsEnum = {}));
256
266
  var ZChipType;
257
267
  (function (ZChipType) {
258
268
  ZChipType["default"] = "default";
259
269
  ZChipType["mini"] = "mini";
260
270
  })(ZChipType || (ZChipType = {}));
261
271
 
262
- export { AvatarSize as A, ButtonVariantEnum as B, CardVariants as C, DeviceEnum as D, ExpandableListButtonAlign as E, InputTypeEnum as I, KeyboardKeys as K, LicenseTypeEnum as L, NotificationType as N, PopoverPosition as P, StatusTagStatus as S, ThemeVariant as T, ZAriaAlertMode as Z, DividerOrientation as a, ZChipType as b, ButtonSizeEnum as c, PocketStatusEnum as d, InputStatusEnum as e, AlertTypesEnum as f, TooltipPosition as g, TabOrientationEnum as h, TabSizeEnum as i, ZTableRowExpandedType as j, keybordKeyCodeEnum as k, ToastNotificationTransitionsEnum as l, ToastNotificationPositionsEnum as m, ListSize as n, ListDividerType as o, DividerSize as p, ExpandableListStyle as q, Size as r, SortDirectionEnum as s, PopoverBorderRadius as t, PopoverShadow as u, ButtonTypeEnum as v };
272
+ export { AvatarSize as A, ButtonTypeEnum as B, CardVariants as C, DeviceEnum as D, ExpandableListButtonAlign as E, InputTypeEnum as I, KeyboardKeys as K, LicenseTypeEnum as L, NotificationType as N, OffCanvasVariantsEnum as O, PopoverPosition as P, StatusTagStatus as S, ThemeVariant as T, ZAriaAlertMode as Z, DividerOrientation as a, ButtonVariantEnum as b, ButtonSizeEnum as c, DividerSize as d, TransitionDirectionEnum as e, ZChipType as f, PocketStatusEnum as g, InputStatusEnum as h, AlertTypesEnum as i, TooltipPosition as j, keybordKeyCodeEnum as k, TabOrientationEnum as l, TabSizeEnum as m, ZTableRowExpandedType as n, ToastNotificationTransitionsEnum as o, ToastNotificationPositionsEnum as p, ListSize as q, ListDividerType as r, ExpandableListStyle as s, Size as t, SortDirectionEnum as u, PopoverBorderRadius as v, PopoverShadow as w };
package/dist/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { c as colorFromId } from './utils-351595e0.js';
2
- import './index-6b86a3f1.js';
1
+ import { c as colorFromId } from './utils-347de6f5.js';
2
+ import './index-9d70864c.js';
3
3
  import './breakpoints-c386984e.js';
4
4
 
5
5
  const Utils = {