@zanichelli/albe-web-components 9.0.0 → 9.1.0-RC1

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 (375) hide show
  1. package/CHANGELOG.md +2606 -0
  2. package/dist/cjs/{index-4e1850d7.js → index-28bcd719.js} +6 -0
  3. package/dist/cjs/{index-27ba9f7c.js → index-804d0ec8.js} +2 -2
  4. package/dist/cjs/{index-46406671.js → index-8f188526.js} +3 -3
  5. package/dist/cjs/{index-977baebe.js → index-c6b48307.js} +1 -1
  6. package/dist/cjs/{index-1872a74b.js → index-ccadf53b.js} +1 -1
  7. package/dist/cjs/{index-8834c5a3.js → index-d308b5b5.js} +1 -1
  8. package/dist/cjs/index-e3299e0a.js +8 -4
  9. package/dist/cjs/{index-d550acd3.js → index-f438d147.js} +1 -1
  10. package/dist/cjs/index.cjs.js +8 -2
  11. package/dist/cjs/loader.cjs.js +1 -1
  12. package/dist/cjs/{utils-aa00c0cc.js → utils-1b75af6b.js} +1 -1
  13. package/dist/cjs/{utils-b0293a5e.js → utils-36615e1a.js} +1 -1
  14. package/dist/cjs/web-components-library.cjs.js +1 -1
  15. package/dist/cjs/z-anchor-navigation.cjs.entry.js +1 -1
  16. package/dist/cjs/z-app-header_11.cjs.entry.js +2 -2
  17. package/dist/cjs/z-aria-alert.cjs.entry.js +1 -1
  18. package/dist/cjs/z-avatar.cjs.entry.js +1 -1
  19. package/dist/cjs/z-book-card.cjs.entry.js +118 -0
  20. package/dist/cjs/z-breadcrumb.cjs.entry.js +2 -2
  21. package/dist/cjs/z-card.cjs.entry.js +1 -1
  22. package/dist/cjs/z-carousel.cjs.entry.js +1 -1
  23. package/dist/cjs/z-chip.cjs.entry.js +2 -2
  24. package/dist/cjs/z-combobox.cjs.entry.js +2 -2
  25. package/dist/cjs/z-contextual-menu.cjs.entry.js +1 -1
  26. package/dist/cjs/z-cover-hero.cjs.entry.js +1 -1
  27. package/dist/cjs/z-date-picker.cjs.entry.js +2 -2
  28. package/dist/cjs/z-dragdrop-area_2.cjs.entry.js +1 -1
  29. package/dist/cjs/z-file-upload.cjs.entry.js +2 -2
  30. package/dist/cjs/z-file.cjs.entry.js +1 -1
  31. package/dist/cjs/z-info-reveal.cjs.entry.js +1 -1
  32. package/dist/cjs/z-messages-pocket.cjs.entry.js +1 -1
  33. package/dist/cjs/z-myz-card-alert.cjs.entry.js +1 -1
  34. package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +1 -1
  35. package/dist/cjs/z-myz-card-footer.cjs.entry.js +1 -1
  36. package/dist/cjs/z-myz-card-info.cjs.entry.js +2 -2
  37. package/dist/cjs/z-myz-card_4.cjs.entry.js +1 -1
  38. package/dist/cjs/z-myz-list-item.cjs.entry.js +2 -2
  39. package/dist/cjs/z-navigation-tab-link.cjs.entry.js +1 -1
  40. package/dist/cjs/z-navigation-tab.cjs.entry.js +1 -1
  41. package/dist/cjs/z-navigation-tabs.cjs.entry.js +1 -1
  42. package/dist/cjs/z-otp.cjs.entry.js +1 -1
  43. package/dist/cjs/z-pagination.cjs.entry.js +1 -1
  44. package/dist/cjs/z-pocket_3.cjs.entry.js +2 -2
  45. package/dist/cjs/z-popover.cjs.entry.js +1 -1
  46. package/dist/cjs/z-range-picker.cjs.entry.js +2 -2
  47. package/dist/cjs/z-section-title.cjs.entry.js +1 -1
  48. package/dist/cjs/z-select.cjs.entry.js +2 -2
  49. package/dist/cjs/z-skip-to-content.cjs.entry.js +2 -2
  50. package/dist/cjs/z-slideshow.cjs.entry.js +2 -2
  51. package/dist/cjs/z-table-cell.cjs.entry.js +2 -2
  52. package/dist/cjs/z-table-deprecated.cjs.entry.js +5 -5
  53. package/dist/cjs/z-table-header.cjs.entry.js +3 -3
  54. package/dist/cjs/z-table-row.cjs.entry.js +2 -2
  55. package/dist/cjs/z-table.cjs.entry.js +5 -11
  56. package/dist/cjs/z-td.cjs.entry.js +2 -2
  57. package/dist/cjs/z-th.cjs.entry.js +2 -2
  58. package/dist/cjs/z-toast-notification-list.cjs.entry.js +1 -1
  59. package/dist/cjs/z-toast-notification.cjs.entry.js +1 -1
  60. package/dist/cjs/z-toggle-switch.cjs.entry.js +2 -2
  61. package/dist/cjs/z-tooltip.cjs.entry.js +1 -1
  62. package/dist/cjs/z-tr.cjs.entry.js +5 -5
  63. package/dist/collection/beans/index.js +6 -0
  64. package/dist/collection/collection-manifest.json +1 -0
  65. package/dist/collection/components/table/z-table/index.js +0 -27
  66. package/dist/collection/components/z-anchor-navigation/styles.css +0 -1
  67. package/dist/collection/components/z-book-card/index.js +330 -0
  68. package/dist/collection/components/z-book-card/styles.css +438 -0
  69. package/dist/collection/components/z-breadcrumb/styles.css +0 -1
  70. package/dist/esm/{index-db083023.js → index-3f9e265c.js} +2 -2
  71. package/dist/esm/{index-77b7d7ae.js → index-7112671d.js} +1 -1
  72. package/dist/esm/{index-fff6ed17.js → index-725a4f41.js} +1 -1
  73. package/dist/esm/{index-16d8ed5b.js → index-94139d85.js} +1 -1
  74. package/dist/esm/index-a2ca4b97.js +8 -4
  75. package/dist/esm/{index-272fc060.js → index-a4a55715.js} +1 -1
  76. package/dist/esm/{index-a66b7e8a.js → index-f69ab5b1.js} +3 -3
  77. package/dist/esm/{index-9c5d63ea.js → index-fd62a73e.js} +7 -1
  78. package/dist/esm/index.js +2 -2
  79. package/dist/esm/loader.js +1 -1
  80. package/dist/esm/{utils-d7278f26.js → utils-456f447b.js} +1 -1
  81. package/dist/esm/{utils-cd86cb21.js → utils-fb22a1b4.js} +1 -1
  82. package/dist/esm/web-components-library.js +1 -1
  83. package/dist/esm/z-anchor-navigation.entry.js +1 -1
  84. package/dist/esm/z-app-header_11.entry.js +2 -2
  85. package/dist/esm/z-aria-alert.entry.js +1 -1
  86. package/dist/esm/z-avatar.entry.js +1 -1
  87. package/dist/esm/z-book-card.entry.js +114 -0
  88. package/dist/esm/z-breadcrumb.entry.js +2 -2
  89. package/dist/esm/z-card.entry.js +1 -1
  90. package/dist/esm/z-carousel.entry.js +1 -1
  91. package/dist/esm/z-chip.entry.js +2 -2
  92. package/dist/esm/z-combobox.entry.js +2 -2
  93. package/dist/esm/z-contextual-menu.entry.js +1 -1
  94. package/dist/esm/z-cover-hero.entry.js +1 -1
  95. package/dist/esm/z-date-picker.entry.js +2 -2
  96. package/dist/esm/z-dragdrop-area_2.entry.js +1 -1
  97. package/dist/esm/z-file-upload.entry.js +2 -2
  98. package/dist/esm/z-file.entry.js +1 -1
  99. package/dist/esm/z-info-reveal.entry.js +1 -1
  100. package/dist/esm/z-messages-pocket.entry.js +1 -1
  101. package/dist/esm/z-myz-card-alert.entry.js +1 -1
  102. package/dist/esm/z-myz-card-dictionary.entry.js +1 -1
  103. package/dist/esm/z-myz-card-footer.entry.js +1 -1
  104. package/dist/esm/z-myz-card-info.entry.js +2 -2
  105. package/dist/esm/z-myz-card_4.entry.js +1 -1
  106. package/dist/esm/z-myz-list-item.entry.js +2 -2
  107. package/dist/esm/z-navigation-tab-link.entry.js +1 -1
  108. package/dist/esm/z-navigation-tab.entry.js +1 -1
  109. package/dist/esm/z-navigation-tabs.entry.js +1 -1
  110. package/dist/esm/z-otp.entry.js +1 -1
  111. package/dist/esm/z-pagination.entry.js +1 -1
  112. package/dist/esm/z-pocket_3.entry.js +2 -2
  113. package/dist/esm/z-popover.entry.js +1 -1
  114. package/dist/esm/z-range-picker.entry.js +2 -2
  115. package/dist/esm/z-section-title.entry.js +1 -1
  116. package/dist/esm/z-select.entry.js +2 -2
  117. package/dist/esm/z-skip-to-content.entry.js +2 -2
  118. package/dist/esm/z-slideshow.entry.js +2 -2
  119. package/dist/esm/z-table-cell.entry.js +2 -2
  120. package/dist/esm/z-table-deprecated.entry.js +5 -5
  121. package/dist/esm/z-table-header.entry.js +3 -3
  122. package/dist/esm/z-table-row.entry.js +2 -2
  123. package/dist/esm/z-table.entry.js +6 -12
  124. package/dist/esm/z-td.entry.js +2 -2
  125. package/dist/esm/z-th.entry.js +2 -2
  126. package/dist/esm/z-toast-notification-list.entry.js +1 -1
  127. package/dist/esm/z-toast-notification.entry.js +1 -1
  128. package/dist/esm/z-toggle-switch.entry.js +2 -2
  129. package/dist/esm/z-tooltip.entry.js +1 -1
  130. package/dist/esm/z-tr.entry.js +5 -5
  131. package/dist/types/beans/index.d.ts +5 -0
  132. package/dist/types/components/buttons/z-button/index.d.ts +0 -0
  133. package/dist/types/components/buttons/z-button-sort/index.d.ts +0 -0
  134. package/dist/types/components/buttons/z-chip/index.d.ts +0 -0
  135. package/dist/types/components/buttons/z-toggle-button/index.d.ts +0 -0
  136. package/dist/types/components/buttons/z-toggle-switch/index.d.ts +0 -0
  137. package/dist/types/components/date-picker/utils.d.ts +0 -0
  138. package/dist/types/components/date-picker/z-date-picker/index.d.ts +0 -0
  139. package/dist/types/components/date-picker/z-range-picker/index.d.ts +0 -0
  140. package/dist/types/components/file-upload/z-dragdrop-area/index.d.ts +0 -0
  141. package/dist/types/components/file-upload/z-file/index.d.ts +0 -0
  142. package/dist/types/components/file-upload/z-file-upload/index.d.ts +0 -0
  143. package/dist/types/components/icons/icons.d.ts +0 -0
  144. package/dist/types/components/icons/z-icon/index.d.ts +0 -0
  145. package/dist/types/components/index.d.ts +0 -0
  146. package/dist/types/components/indicators/z-stepper/index.d.ts +0 -0
  147. package/dist/types/components/indicators/z-stepper-item/index.d.ts +0 -0
  148. package/dist/types/components/inputs/z-combobox/index.d.ts +0 -0
  149. package/dist/types/components/inputs/z-input/index.d.ts +0 -0
  150. package/dist/types/components/inputs/z-input-message/index.d.ts +0 -0
  151. package/dist/types/components/inputs/z-searchbar/index.d.ts +0 -0
  152. package/dist/types/components/inputs/z-select/index.d.ts +0 -0
  153. package/dist/types/components/list/z-list/index.d.ts +0 -0
  154. package/dist/types/components/list/z-list-element/index.d.ts +0 -0
  155. package/dist/types/components/list/z-list-group/index.d.ts +0 -0
  156. package/dist/types/components/list/z-toast-notification-list/index.d.ts +0 -0
  157. package/dist/types/components/logo/z-logo/index.d.ts +0 -0
  158. package/dist/types/components/modal/z-modal/index.d.ts +0 -0
  159. package/dist/types/components/navigation/tabs/z-navigation-tab/index.d.ts +0 -0
  160. package/dist/types/components/navigation/tabs/z-navigation-tab-link/index.d.ts +0 -0
  161. package/dist/types/components/navigation/tabs/z-navigation-tabs/index.d.ts +0 -0
  162. package/dist/types/components/navigation/z-app-header/index.d.ts +0 -0
  163. package/dist/types/components/navigation/z-link/index.d.ts +0 -0
  164. package/dist/types/components/navigation/z-menu/index.d.ts +0 -0
  165. package/dist/types/components/navigation/z-menu-section/index.d.ts +0 -0
  166. package/dist/types/components/notification/z-info-box/index.d.ts +0 -0
  167. package/dist/types/components/notification/z-notification/index.d.ts +0 -0
  168. package/dist/types/components/notification/z-toast-notification/index.d.ts +0 -0
  169. package/dist/types/components/notification/z-tooltip/index.d.ts +0 -0
  170. package/dist/types/components/panel/z-panel-elem/index.d.ts +0 -0
  171. package/dist/types/components/table/z-table/index.d.ts +0 -7
  172. package/dist/types/components/z-anchor-navigation/index.d.ts +0 -0
  173. package/dist/types/components/z-aria-alert/index.d.ts +0 -0
  174. package/dist/types/components/z-avatar/index.d.ts +0 -0
  175. package/dist/types/components/z-book-card/index.d.ts +82 -0
  176. package/dist/types/components/z-card/index.d.ts +0 -0
  177. package/dist/types/components/z-carousel/index.d.ts +0 -0
  178. package/dist/types/components/z-contextual-menu/index.d.ts +0 -0
  179. package/dist/types/components/z-cover-hero/index.d.ts +0 -0
  180. package/dist/types/components/z-divider/index.d.ts +0 -0
  181. package/dist/types/components/z-ghost-loading/index.d.ts +0 -0
  182. package/dist/types/components/z-info-reveal/index.d.ts +0 -0
  183. package/dist/types/components/z-offcanvas/index.d.ts +0 -0
  184. package/dist/types/components/z-pagination/index.d.ts +0 -0
  185. package/dist/types/components/z-popover/index.d.ts +0 -0
  186. package/dist/types/components/z-section-title/index.d.ts +0 -0
  187. package/dist/types/components/z-skip-to-content/index.d.ts +0 -0
  188. package/dist/types/components/z-tag/index.d.ts +0 -0
  189. package/dist/types/components/z-visually-hidden/index.d.ts +0 -0
  190. package/dist/types/components.d.ts +94 -9
  191. package/dist/types/constants/breakpoints.d.ts +0 -0
  192. package/dist/types/constants/icons.d.ts +0 -0
  193. package/dist/types/index.d.ts +0 -0
  194. package/dist/types/snowflakes/myz/card/z-myz-card/index.d.ts +0 -0
  195. package/dist/types/snowflakes/myz/card/z-myz-card-alert/index.d.ts +0 -0
  196. package/dist/types/snowflakes/myz/card/z-myz-card-body/index.d.ts +0 -0
  197. package/dist/types/snowflakes/myz/card/z-myz-card-cover/index.d.ts +0 -0
  198. package/dist/types/snowflakes/myz/card/z-myz-card-dictionary/index.d.ts +0 -0
  199. package/dist/types/snowflakes/myz/card/z-myz-card-footer/index.d.ts +0 -0
  200. package/dist/types/snowflakes/myz/card/z-myz-card-footer-sections/index.d.ts +0 -0
  201. package/dist/types/snowflakes/myz/card/z-myz-card-header/index.d.ts +0 -0
  202. package/dist/types/snowflakes/myz/card/z-myz-card-icon/index.d.ts +0 -0
  203. package/dist/types/snowflakes/myz/card/z-myz-card-info/index.d.ts +0 -0
  204. package/dist/types/snowflakes/myz/card/z-myz-card-list/index.d.ts +0 -0
  205. package/dist/types/snowflakes/myz/list/z-myz-list/index.d.ts +0 -0
  206. package/dist/types/snowflakes/myz/list/z-myz-list-item/index.d.ts +0 -0
  207. package/dist/types/snowflakes/myz/pocket/z-messages-pocket/index.d.ts +0 -0
  208. package/dist/types/snowflakes/myz/pocket/z-pocket/index.d.ts +0 -0
  209. package/dist/types/snowflakes/myz/pocket/z-pocket-body/index.d.ts +0 -0
  210. package/dist/types/snowflakes/myz/pocket/z-pocket-header/index.d.ts +0 -0
  211. package/dist/types/snowflakes/myz/pocket/z-pocket-message/index.d.ts +0 -0
  212. package/dist/types/snowflakes/myz/z-alert/index.d.ts +0 -0
  213. package/dist/types/snowflakes/myz/z-otp/index.d.ts +0 -0
  214. package/dist/types/snowflakes/myz/z-slideshow/index.d.ts +0 -0
  215. package/dist/types/stencil-public-runtime.d.ts +0 -0
  216. package/dist/types/utils/utils.d.ts +0 -0
  217. package/dist/web-components-library/index.esm.js +1 -1
  218. package/dist/web-components-library/{p-32c4383b.entry.js → p-08cc3d1b.entry.js} +1 -1
  219. package/dist/web-components-library/{p-b7d13c6f.entry.js → p-0b4b3dfc.entry.js} +1 -1
  220. package/dist/web-components-library/{p-9eafcdd4.entry.js → p-0f105c93.entry.js} +1 -1
  221. package/dist/web-components-library/{p-6d723eea.entry.js → p-113c954a.entry.js} +1 -1
  222. package/dist/web-components-library/p-13a9791b.entry.js +1 -0
  223. package/dist/web-components-library/p-1ae044cc.entry.js +1 -0
  224. package/{www/build/p-b6f0020b.js → dist/web-components-library/p-1c7aba64.js} +1 -1
  225. package/dist/web-components-library/{p-875dc6a3.js → p-2048f7fd.js} +1 -1
  226. package/dist/web-components-library/p-20a2755f.entry.js +1 -0
  227. package/dist/web-components-library/{p-89ad35df.entry.js → p-22787002.entry.js} +1 -1
  228. package/dist/web-components-library/p-26e27235.entry.js +1 -0
  229. package/dist/web-components-library/{p-74f343ce.js → p-296e588e.js} +1 -1
  230. package/dist/web-components-library/{p-1d7b6787.entry.js → p-2d200dad.entry.js} +1 -1
  231. package/dist/web-components-library/{p-fb5450a7.js → p-4106dffc.js} +1 -1
  232. package/dist/web-components-library/{p-33d41e9f.entry.js → p-41a5c5e5.entry.js} +1 -1
  233. package/dist/web-components-library/{p-7d181b0a.entry.js → p-41edaef5.entry.js} +1 -1
  234. package/dist/web-components-library/p-44ead284.entry.js +1 -0
  235. package/{www/build/p-bc8d30ce.entry.js → dist/web-components-library/p-52eb563a.entry.js} +1 -1
  236. package/dist/web-components-library/{p-15dca231.entry.js → p-56b6bdee.entry.js} +1 -1
  237. package/dist/web-components-library/{p-64256f3d.entry.js → p-56f60c6a.entry.js} +1 -1
  238. package/dist/web-components-library/{p-6409024c.js → p-5e44e5d6.js} +1 -1
  239. package/dist/web-components-library/{p-3fe7ffbe.entry.js → p-62b22c3c.entry.js} +1 -1
  240. package/dist/web-components-library/{p-350dcf6d.entry.js → p-6471c0c0.entry.js} +1 -1
  241. package/{www/build/p-8e7891d0.entry.js → dist/web-components-library/p-64d31483.entry.js} +1 -1
  242. package/{www/build/p-94550647.entry.js → dist/web-components-library/p-67de2116.entry.js} +1 -1
  243. package/dist/web-components-library/{p-1a98992a.entry.js → p-6e324199.entry.js} +1 -1
  244. package/dist/web-components-library/{p-b5e790d7.entry.js → p-6e6805d5.entry.js} +1 -1
  245. package/dist/web-components-library/{p-b851ced1.entry.js → p-75a7954d.entry.js} +1 -1
  246. package/dist/web-components-library/{p-5ab0be3f.entry.js → p-7609f9d7.entry.js} +1 -1
  247. package/dist/web-components-library/{p-8c6b1f2c.js → p-7ee11ba1.js} +1 -1
  248. package/dist/web-components-library/{p-11976457.entry.js → p-81ddf701.entry.js} +1 -1
  249. package/dist/web-components-library/{p-43235890.entry.js → p-84eae689.entry.js} +1 -1
  250. package/{www/build/p-ffbb02d3.entry.js → dist/web-components-library/p-89ff7737.entry.js} +1 -1
  251. package/dist/web-components-library/{p-04b9260a.entry.js → p-912df398.entry.js} +1 -1
  252. package/dist/web-components-library/{p-2d609e87.entry.js → p-9aa00487.entry.js} +1 -1
  253. package/dist/web-components-library/{p-15738cb6.entry.js → p-9e18b3a5.entry.js} +1 -1
  254. package/{www/build/p-dca95f65.entry.js → dist/web-components-library/p-9ffa2dae.entry.js} +1 -1
  255. package/{www/build/p-92828b84.entry.js → dist/web-components-library/p-a9fa12f2.entry.js} +1 -1
  256. package/dist/web-components-library/p-aa5e3e61.js +1 -0
  257. package/{www/build/p-f62ca674.js → dist/web-components-library/p-ad65fde5.js} +1 -1
  258. package/dist/web-components-library/{p-91a29198.entry.js → p-ae3e1a0c.entry.js} +1 -1
  259. package/dist/web-components-library/{p-c35e1265.entry.js → p-afc6ab06.entry.js} +1 -1
  260. package/dist/web-components-library/p-b1fbf330.entry.js +1 -0
  261. package/{www/build/p-d1e9a84b.entry.js → dist/web-components-library/p-bda1a21d.entry.js} +1 -1
  262. package/{www/build/p-64acd74d.entry.js → dist/web-components-library/p-bf2b7873.entry.js} +1 -1
  263. package/dist/web-components-library/{p-145eace8.entry.js → p-c00965c4.entry.js} +1 -1
  264. package/dist/web-components-library/p-ceb3d607.entry.js +1 -0
  265. package/dist/web-components-library/p-d19e1987.entry.js +1 -0
  266. package/dist/web-components-library/{p-88276662.entry.js → p-d29ea450.entry.js} +1 -1
  267. package/dist/web-components-library/{p-2642bb12.entry.js → p-dacd3f1c.entry.js} +1 -1
  268. package/dist/web-components-library/p-e1d9785e.js +1 -0
  269. package/{www/build/p-4df0eb86.entry.js → dist/web-components-library/p-ea1da059.entry.js} +1 -1
  270. package/dist/web-components-library/{p-fb9f2761.entry.js → p-f0e77199.entry.js} +1 -1
  271. package/dist/web-components-library/{p-d2ed2111.entry.js → p-f4b9b5d9.entry.js} +1 -1
  272. package/dist/web-components-library/{p-e6807d13.entry.js → p-f5d0b23c.entry.js} +1 -1
  273. package/dist/web-components-library/{p-f3da70cd.entry.js → p-f9b9a421.entry.js} +1 -1
  274. package/dist/web-components-library/p-faf0ddeb.entry.js +1 -0
  275. package/dist/web-components-library/web-components-library.css +0 -0
  276. package/dist/web-components-library/web-components-library.esm.js +1 -1
  277. package/loader/cdn.js +0 -0
  278. package/loader/index.cjs.js +0 -0
  279. package/loader/index.d.ts +0 -0
  280. package/loader/index.es2017.js +0 -0
  281. package/loader/index.js +0 -0
  282. package/loader/package.json +0 -0
  283. package/package.json +1 -1
  284. package/react/components.d.ts +1 -0
  285. package/react/components.js +3 -2
  286. package/react/components.js.map +1 -1
  287. package/src-react/index.ts +1 -0
  288. package/www/build/index.esm.js +1 -1
  289. package/www/build/{p-32c4383b.entry.js → p-08cc3d1b.entry.js} +1 -1
  290. package/www/build/{p-b7d13c6f.entry.js → p-0b4b3dfc.entry.js} +1 -1
  291. package/www/build/{p-9eafcdd4.entry.js → p-0f105c93.entry.js} +1 -1
  292. package/www/build/{p-6d723eea.entry.js → p-113c954a.entry.js} +1 -1
  293. package/www/build/p-13a9791b.entry.js +1 -0
  294. package/www/build/p-1ae044cc.entry.js +1 -0
  295. package/{dist/web-components-library/p-b6f0020b.js → www/build/p-1c7aba64.js} +1 -1
  296. package/www/build/{p-875dc6a3.js → p-2048f7fd.js} +1 -1
  297. package/www/build/p-20a2755f.entry.js +1 -0
  298. package/www/build/{p-89ad35df.entry.js → p-22787002.entry.js} +1 -1
  299. package/www/build/p-26e27235.entry.js +1 -0
  300. package/www/build/{p-74f343ce.js → p-296e588e.js} +1 -1
  301. package/www/build/{p-1d7b6787.entry.js → p-2d200dad.entry.js} +1 -1
  302. package/www/build/{p-fb5450a7.js → p-4106dffc.js} +1 -1
  303. package/www/build/{p-33d41e9f.entry.js → p-41a5c5e5.entry.js} +1 -1
  304. package/www/build/{p-7d181b0a.entry.js → p-41edaef5.entry.js} +1 -1
  305. package/www/build/p-44ead284.entry.js +1 -0
  306. package/{dist/web-components-library/p-bc8d30ce.entry.js → www/build/p-52eb563a.entry.js} +1 -1
  307. package/www/build/{p-15dca231.entry.js → p-56b6bdee.entry.js} +1 -1
  308. package/www/build/{p-64256f3d.entry.js → p-56f60c6a.entry.js} +1 -1
  309. package/www/build/{p-6409024c.js → p-5e44e5d6.js} +1 -1
  310. package/www/build/{p-3fe7ffbe.entry.js → p-62b22c3c.entry.js} +1 -1
  311. package/www/build/{p-350dcf6d.entry.js → p-6471c0c0.entry.js} +1 -1
  312. package/{dist/web-components-library/p-8e7891d0.entry.js → www/build/p-64d31483.entry.js} +1 -1
  313. package/{dist/web-components-library/p-94550647.entry.js → www/build/p-67de2116.entry.js} +1 -1
  314. package/www/build/{p-1a98992a.entry.js → p-6e324199.entry.js} +1 -1
  315. package/www/build/{p-b5e790d7.entry.js → p-6e6805d5.entry.js} +1 -1
  316. package/www/build/{p-b851ced1.entry.js → p-75a7954d.entry.js} +1 -1
  317. package/www/build/{p-5ab0be3f.entry.js → p-7609f9d7.entry.js} +1 -1
  318. package/www/build/{p-8c6b1f2c.js → p-7ee11ba1.js} +1 -1
  319. package/www/build/{p-11976457.entry.js → p-81ddf701.entry.js} +1 -1
  320. package/www/build/{p-43235890.entry.js → p-84eae689.entry.js} +1 -1
  321. package/{dist/web-components-library/p-ffbb02d3.entry.js → www/build/p-89ff7737.entry.js} +1 -1
  322. package/www/build/{p-04b9260a.entry.js → p-912df398.entry.js} +1 -1
  323. package/www/build/{p-2d609e87.entry.js → p-9aa00487.entry.js} +1 -1
  324. package/www/build/{p-15738cb6.entry.js → p-9e18b3a5.entry.js} +1 -1
  325. package/{dist/web-components-library/p-dca95f65.entry.js → www/build/p-9ffa2dae.entry.js} +1 -1
  326. package/{dist/web-components-library/p-92828b84.entry.js → www/build/p-a9fa12f2.entry.js} +1 -1
  327. package/www/build/p-aa5e3e61.js +1 -0
  328. package/{dist/web-components-library/p-f62ca674.js → www/build/p-ad65fde5.js} +1 -1
  329. package/www/build/{p-91a29198.entry.js → p-ae3e1a0c.entry.js} +1 -1
  330. package/www/build/{p-c35e1265.entry.js → p-afc6ab06.entry.js} +1 -1
  331. package/www/build/p-b1fbf330.entry.js +1 -0
  332. package/www/build/p-b8842f77.js +129 -0
  333. package/www/build/p-bc2bd463.css +1617 -0
  334. package/{dist/web-components-library/p-d1e9a84b.entry.js → www/build/p-bda1a21d.entry.js} +1 -1
  335. package/{dist/web-components-library/p-64acd74d.entry.js → www/build/p-bf2b7873.entry.js} +1 -1
  336. package/www/build/{p-145eace8.entry.js → p-c00965c4.entry.js} +1 -1
  337. package/www/build/p-ceb3d607.entry.js +1 -0
  338. package/www/build/p-d19e1987.entry.js +1 -0
  339. package/www/build/{p-88276662.entry.js → p-d29ea450.entry.js} +1 -1
  340. package/www/build/{p-2642bb12.entry.js → p-dacd3f1c.entry.js} +1 -1
  341. package/www/build/p-e1d9785e.js +1 -0
  342. package/{dist/web-components-library/p-4df0eb86.entry.js → www/build/p-ea1da059.entry.js} +1 -1
  343. package/www/build/{p-fb9f2761.entry.js → p-f0e77199.entry.js} +1 -1
  344. package/www/build/{p-d2ed2111.entry.js → p-f4b9b5d9.entry.js} +1 -1
  345. package/www/build/{p-e6807d13.entry.js → p-f5d0b23c.entry.js} +1 -1
  346. package/www/build/{p-f3da70cd.entry.js → p-f9b9a421.entry.js} +1 -1
  347. package/www/build/p-faf0ddeb.entry.js +1 -0
  348. package/www/build/web-components-library.css +0 -0
  349. package/www/build/web-components-library.esm.js +1 -1
  350. package/www/build/web-components-library.js +0 -0
  351. package/www/host.config.json +0 -0
  352. package/www/index.html +1 -1
  353. package/www/pages/book-cards.html +595 -0
  354. package/dist/web-components-library/p-152fc58b.entry.js +0 -1
  355. package/dist/web-components-library/p-220254b4.entry.js +0 -1
  356. package/dist/web-components-library/p-37ffe8b5.entry.js +0 -1
  357. package/dist/web-components-library/p-609186cd.entry.js +0 -1
  358. package/dist/web-components-library/p-6477d18a.entry.js +0 -1
  359. package/dist/web-components-library/p-8878929e.js +0 -1
  360. package/dist/web-components-library/p-97481f35.entry.js +0 -1
  361. package/dist/web-components-library/p-a4711d6d.js +0 -1
  362. package/dist/web-components-library/p-d60b4bc5.entry.js +0 -1
  363. package/dist/web-components-library/p-dc974567.entry.js +0 -1
  364. package/www/build/p-152fc58b.entry.js +0 -1
  365. package/www/build/p-220254b4.entry.js +0 -1
  366. package/www/build/p-37ffe8b5.entry.js +0 -1
  367. package/www/build/p-609186cd.entry.js +0 -1
  368. package/www/build/p-6477d18a.entry.js +0 -1
  369. package/www/build/p-8878929e.js +0 -1
  370. package/www/build/p-97481f35.entry.js +0 -1
  371. package/www/build/p-a4711d6d.js +0 -1
  372. package/www/build/p-d60b4bc5.entry.js +0 -1
  373. package/www/build/p-dc974567.entry.js +0 -1
  374. package/www/build/p-f39bb490.css +0 -2
  375. package/www/build/p-fbcf172a.js +0 -1
@@ -0,0 +1,438 @@
1
+ /* TODO: togliere?? */
2
+
3
+ /* COMMON STYLES */
4
+
5
+ :host {
6
+ --z-book-card-ribbon-background-color: var(--avatar-C08);
7
+ --z-book-card-ribbon-shadow-color: var(--green950);
8
+ --z-book-card-compact-width: 262px;
9
+ --z-book-card-compact-height: 600px;
10
+
11
+ display: block;
12
+ width: 100%;
13
+ max-width: 360px;
14
+ border-radius: var(--border-radius);
15
+ font-family: var(--font-family-sans);
16
+ font-weight: var(--font-rg);
17
+ }
18
+
19
+ :host > article {
20
+ max-width: 100%;
21
+ box-sizing: border-box;
22
+ border: var(--border-size-medium) solid var(--color-surface03);
23
+ background-color: var(--color-surface01);
24
+ border-radius: var(--border-radius);
25
+ }
26
+
27
+ :host div.cover {
28
+ position: relative;
29
+ display: flex;
30
+ border: var(--border-size-small) solid var(--color-surface03);
31
+ border-radius: var(--border-radius);
32
+ line-height: 0;
33
+ }
34
+
35
+ :host div.cover img {
36
+ width: auto;
37
+ max-width: 100%;
38
+ height: auto;
39
+ max-height: 100%;
40
+ align-self: flex-end;
41
+ }
42
+
43
+ :host div.cover div.ribbon {
44
+ position: absolute;
45
+ top: calc(var(--space-unit) * 2);
46
+ display: flex;
47
+ max-width: 100%;
48
+ height: calc(var(--space-unit) * 4);
49
+ box-sizing: border-box;
50
+ align-items: center;
51
+ padding: 0 calc(var(--space-unit) * 2);
52
+ border: var(--border-size-medium) solid var(--color-surface01);
53
+ margin-left: calc(var(--space-unit) * -2);
54
+ background: var(--z-book-card-ribbon-background-color);
55
+ border-radius: 0 var(--border-radius) var(--border-radius) 0;
56
+ color: var(--color-text04);
57
+ font-size: var(--font-size-2);
58
+ font-weight: var(--font-sb);
59
+ line-height: initial;
60
+ }
61
+
62
+ :host div.cover div.ribbon span {
63
+ overflow: hidden;
64
+ text-overflow: ellipsis;
65
+ white-space: nowrap;
66
+ word-wrap: nowrap;
67
+ }
68
+
69
+ :host div.cover div.ribbon::before {
70
+ position: absolute;
71
+ bottom: -12px;
72
+ left: 0;
73
+ width: 0;
74
+ height: 0;
75
+ border-top: 10px solid var(--z-book-card-ribbon-shadow-color);
76
+ border-left: 14px solid transparent;
77
+ content: "";
78
+ }
79
+
80
+ :host > article div.content {
81
+ margin: var(--space-unit) 0;
82
+ border-radius: var(--border-radius);
83
+ }
84
+
85
+ :host div.title {
86
+ color: var(--color-text02);
87
+ font-size: var(--font-size-4);
88
+ font-weight: var(--font-sb);
89
+ line-height: 1.5;
90
+ }
91
+
92
+ :host div.title * {
93
+ all: unset;
94
+ }
95
+
96
+ :host div.subtitle {
97
+ color: var(--color-text02);
98
+ font-size: var(--font-size-2);
99
+ font-weight: var(--font-rg);
100
+ line-height: 1.4;
101
+ }
102
+
103
+ :host div.authors {
104
+ color: var(--color-text02);
105
+ font-size: var(--font-size-1);
106
+ font-weight: var(--font-rg);
107
+ line-height: 1.33;
108
+ }
109
+
110
+ :host div.isbn {
111
+ overflow: hidden;
112
+ color: var(--color-text02);
113
+ font-size: var(--font-size-2);
114
+ line-height: 1.33;
115
+ text-overflow: ellipsis;
116
+ white-space: nowrap;
117
+ word-wrap: nowrap;
118
+ }
119
+
120
+ :host div.isbn > .code {
121
+ font-weight: var(--font-sb);
122
+ }
123
+
124
+ :host div.tags {
125
+ display: flex;
126
+ overflow: hidden;
127
+ max-height: 32px;
128
+ flex-flow: row wrap;
129
+ align-content: stretch;
130
+ align-items: stretch;
131
+ justify-content: flex-start;
132
+ gap: calc(var(--space-unit) / 2);
133
+ }
134
+
135
+ :host ::slotted([slot="tags"]) {
136
+ margin-bottom: var(--space-unit);
137
+ }
138
+
139
+ :host ::slotted([slot="header-cta"]) {
140
+ --z-icon-width: 20px;
141
+ --z-icon-height: 20px;
142
+
143
+ padding: var(--space-unit);
144
+ cursor: pointer;
145
+ fill: var(--color-icon01);
146
+ }
147
+
148
+ /* EXPANDED STYLES */
149
+
150
+ :host > article.expanded {
151
+ width: 100%;
152
+ min-width: 328px;
153
+ padding: calc(var(--space-unit) * 2);
154
+ padding-bottom: 0;
155
+ }
156
+
157
+ :host > article.expanded div.header {
158
+ display: flex;
159
+ flex-flow: row nowrap;
160
+ align-content: stretch;
161
+ align-items: top;
162
+ justify-content: space-between;
163
+ margin-bottom: var(--space-unit);
164
+ white-space: nowrap;
165
+ }
166
+
167
+ :host > article.expanded div.cover img {
168
+ width: 100%;
169
+ border-bottom-left-radius: var(--border-radius);
170
+ border-top-left-radius: var(--border-radius);
171
+ }
172
+
173
+ :host > article.expanded .title,
174
+ :host > article.expanded .subtitle,
175
+ :host > article.expanded .authors {
176
+ display: -webkit-box;
177
+ overflow: hidden;
178
+ -webkit-box-orient: vertical;
179
+ -webkit-line-clamp: 2;
180
+ white-space: initial;
181
+ }
182
+
183
+ :host > article.expanded div.footer {
184
+ border-top: var(--border-size-small) solid var(--color-surface03);
185
+ margin-bottom: calc(var(--space-unit) * 1.5);
186
+ }
187
+
188
+ :host > article.expanded div.footer.open {
189
+ padding-top: calc(var(--space-unit) * 1.5);
190
+ }
191
+
192
+ :host > article.expanded div.footer.open div.resources {
193
+ display: initial;
194
+ }
195
+
196
+ :host > article.expanded div.footer.close div.resources {
197
+ display: none;
198
+ }
199
+
200
+ :host > article.expanded z-link.show-resources {
201
+ --font-size-link: var(--font-size-2);
202
+ --font-weight-link: var(--font-sb);
203
+
204
+ display: flex;
205
+ width: 100%;
206
+ flex-flow: row nowrap;
207
+ align-content: center;
208
+ align-items: center;
209
+ justify-content: center;
210
+ padding-top: var(--space-unit);
211
+ }
212
+
213
+ /* SEARCH STYLES */
214
+
215
+ :host > article.search {
216
+ width: 262px;
217
+ height: 536px;
218
+ padding: calc(var(--space-unit) * 2);
219
+ padding-bottom: 0;
220
+ }
221
+
222
+ :host > article.search .wrapper-container {
223
+ display: flex;
224
+ height: 100%;
225
+ flex-direction: column;
226
+ justify-content: space-between;
227
+ }
228
+
229
+ :host > article.search .wrapper-container .wrapper {
230
+ height: 451px;
231
+ }
232
+
233
+ :host > article.search .wrapper-container .action-container {
234
+ padding-bottom: calc(var(--space-unit) * 2);
235
+ margin: auto;
236
+ margin-bottom: 0;
237
+ }
238
+
239
+ :host > article.search div.header {
240
+ display: flex;
241
+ height: 24px;
242
+ flex-flow: row nowrap;
243
+ align-content: stretch;
244
+ align-items: center;
245
+ justify-content: space-between;
246
+ margin-bottom: calc(var(--space-unit) * 1.5);
247
+ white-space: nowrap;
248
+ }
249
+
250
+ :host > article.search div.cover {
251
+ height: 314px;
252
+ border-radius: var(--border-radius);
253
+ }
254
+
255
+ :host > article.search div.title {
256
+ font-size: var(--font-size-3);
257
+ }
258
+
259
+ :host > article.search .title,
260
+ :host > article.search .subtitle,
261
+ :host > article.search .authors {
262
+ overflow: hidden;
263
+ text-overflow: ellipsis;
264
+ white-space: nowrap;
265
+ word-wrap: nowrap;
266
+ }
267
+
268
+ /* COMPACT STYLES */
269
+
270
+ :host > article.compact {
271
+ width: var(--z-book-card-compact-width);
272
+ height: var(--z-book-card-compact-height);
273
+ }
274
+
275
+ :host > article.compact.borderless {
276
+ border: none;
277
+ }
278
+
279
+ :host > article.compact div.cover {
280
+ width: calc(var(--z-book-card-compact-width) - 4px);
281
+ height: calc(var(--z-book-card-compact-width) * 1.4);
282
+ box-sizing: border-box;
283
+ border-color: transparent;
284
+ border-bottom-color: var(--color-surface03);
285
+ background: var(--color-white);
286
+ border-radius: var(--border-radius);
287
+ }
288
+
289
+ :host > article.compact div.wrapper {
290
+ display: flex;
291
+ height: 100%;
292
+ flex-flow: column nowrap;
293
+ align-content: stretch;
294
+ align-items: stretch;
295
+ justify-content: flex-start;
296
+ }
297
+
298
+ :host > article.compact div.content {
299
+ display: flex;
300
+ box-sizing: border-box;
301
+ flex-flow: column nowrap;
302
+ align-content: stretch;
303
+ align-items: stretch;
304
+ justify-content: space-between;
305
+ padding: calc(var(--space-unit) * 2);
306
+ margin: 0;
307
+ }
308
+
309
+ :host > article.compact div.action-container {
310
+ padding: calc(var(--space-unit) * 2);
311
+ padding-top: 0;
312
+ margin-top: auto;
313
+ }
314
+
315
+ :host > article.compact.borderless div.cover {
316
+ width: var(--z-book-card-compact-width);
317
+ border-color: var(--color-surface03);
318
+ }
319
+
320
+ :host > article.compact.borderless div.content {
321
+ padding: 0;
322
+ padding-top: var(--space-unit);
323
+ }
324
+
325
+ :host > article.compact.borderless div.action-container {
326
+ padding: 0;
327
+ padding-bottom: calc(var(--space-unit) * 2);
328
+ }
329
+
330
+ :host > article.compact .title,
331
+ :host > article.compact .subtitle,
332
+ :host > article.compact .authors {
333
+ display: -webkit-box;
334
+ overflow: hidden;
335
+ -webkit-box-orient: vertical;
336
+ -webkit-line-clamp: 2;
337
+ white-space: initial;
338
+ }
339
+
340
+ /* Tablet breakpoint */
341
+ @media (min-width: 768px) {
342
+ :host {
343
+ width: 100%;
344
+ max-width: initial;
345
+ }
346
+
347
+ /* EXPANDED STYLES */
348
+
349
+ :host > article.expanded {
350
+ width: 100%;
351
+ min-width: initial;
352
+ max-width: initial;
353
+ height: 360px;
354
+ padding: 0;
355
+ }
356
+
357
+ :host > article.expanded div.wrapper {
358
+ display: flex;
359
+ flex-flow: row nowrap;
360
+ align-content: stretch;
361
+ align-items: stretch;
362
+ justify-content: flex-start;
363
+ }
364
+
365
+ :host > article.expanded div.cover {
366
+ width: 262px;
367
+ height: 356px;
368
+ border: 0;
369
+ background: var(--color-surface01);
370
+ border-radius: 0;
371
+ }
372
+
373
+ :host > article.expanded div.cover img {
374
+ width: auto;
375
+ min-width: 265px;
376
+ }
377
+
378
+ :host > article.expanded div.cover div.ribbon::before {
379
+ border-left: 12px solid transparent;
380
+ }
381
+
382
+ :host > article.expanded div.content {
383
+ display: flex;
384
+ overflow: hidden;
385
+ width: 100%;
386
+ height: 356px;
387
+ flex-flow: column nowrap;
388
+ align-content: stretch;
389
+ align-items: stretch;
390
+ justify-content: space-between;
391
+ margin: 0;
392
+ background: var(--color-surface01);
393
+ }
394
+
395
+ :host > article.expanded div.content div.top {
396
+ padding: calc(var(--space-unit) * 2);
397
+ padding-bottom: 0;
398
+ }
399
+
400
+ :host > article.expanded div.content div.top div.info {
401
+ display: flex;
402
+ flex-flow: row nowrap;
403
+ align-content: stretch;
404
+ align-items: stretch;
405
+ justify-content: space-between;
406
+ margin-bottom: calc(var(--space-unit) / 2);
407
+ }
408
+
409
+ :host > article.expanded div.content div.top div.info > div.left {
410
+ width: 100%;
411
+ }
412
+
413
+ :host > article.expanded div.content div.bottom {
414
+ padding: calc(var(--space-unit) * 2);
415
+ padding-bottom: 0;
416
+ }
417
+ }
418
+
419
+ /* Desktop breakpoint */
420
+
421
+ @media (min-width: 1152px) {
422
+ :host {
423
+ width: initial;
424
+ max-width: initial;
425
+ }
426
+
427
+ :host > article.expanded {
428
+ width: 635px;
429
+ }
430
+
431
+ :host > article.expanded div.content {
432
+ width: 369px;
433
+ }
434
+ }
435
+
436
+ /* Wide breakpoint
437
+ @media (min-width: 1366px) {}
438
+ */
@@ -1,4 +1,3 @@
1
- /* stylelint-disable value-no-vendor-prefix */
2
1
  :host {
3
2
  font-family: var(--font-family-sans);
4
3
  font-weight: var(--font-rg);
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-a2ca4b97.js';
2
- import { B as ButtonVariant, d as ButtonSize, P as PopoverPosition } from './index-9c5d63ea.js';
3
- import { d as getElementTree } from './utils-d7278f26.js';
2
+ import { B as ButtonVariant, d as ButtonSize, P as PopoverPosition } from './index-fd62a73e.js';
3
+ import { d as getElementTree } from './utils-456f447b.js';
4
4
 
5
5
  const stylesCss = ":host{position:relative;display:table-cell;border-bottom:var(--border-size-medium) solid var(--gray200);background-color:var(--gray50);font-family:var(--dashboard-font);font-weight:var(--font-sb);text-align:start}.container{display:flex;align-items:flex-end}:host(.sortable){cursor:pointer}:host([padding=\"x-small\"]){padding:calc(var(--space-unit) * 0.5)}:host([padding=\"small\"]){padding:calc(var(--space-unit))}:host([padding=\"medium\"]){padding:calc(var(--space-unit) * 2)}:host([padding=\"large\"]){padding:calc(var(--space-unit) * 2.5)}:host([padding=\"special\"]){padding:0}.arrow{padding-left:var(--space-unit);opacity:1}.popover-container{position:absolute;top:var(--space-unit);right:var(--space-unit);display:none}.popover-container z-popover{--z-popover-theme--surface:var(--gray200);position:relative;z-index:1}.popover-container.visible{display:block}:host(:hover) .popover-container{display:block}";
6
6
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-a2ca4b97.js';
2
- import { B as ButtonVariant, e as ControlSize } from './index-9c5d63ea.js';
2
+ import { B as ButtonVariant, e as ControlSize } from './index-fd62a73e.js';
3
3
 
4
4
  const stylesCss = ":host{position:relative;display:flex;min-width:128px;box-sizing:border-box;align-items:center;padding:var(--z-table--cells-padding, calc(var(--space-unit) * 2));background-color:var(--color-surface01);gap:calc(var(--space-unit) * 2) var(--space-unit)}:host([sticky]){position:sticky;z-index:1;top:0;left:0;box-shadow:8px 0 16px -8px var(--shadow-color-base)}:host([show-menu])::after{display:inline-block;height:100%;margin-right:calc(var(--space-unit) * 4);background:transparent;content:\"\";user-select:none}.cell--menu-container{position:absolute;z-index:1;top:var(--space-unit);right:var(--space-unit)}:host(:not([show-menu])) .cell--menu-container{opacity:0;pointer-events:none}:host(:is([show-menu],[menu-open])) .cell--menu-container,:host([show-menu]) .cell--menu-container:focus-within{opacity:1;pointer-events:all}@media (min-width: 768px) and (hover: hover){:host([show-menu=\"hover\"]) .cell--menu-container{opacity:0;pointer-events:none}:host([show-menu=\"hover\"]:hover) .cell--menu-container{opacity:1;pointer-events:all}}";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-a2ca4b97.js';
2
- import { S as SortDirection, B as ButtonVariant, e as ControlSize } from './index-9c5d63ea.js';
2
+ import { S as SortDirection, B as ButtonVariant, e as ControlSize } from './index-fd62a73e.js';
3
3
 
4
4
  const stylesCss = ":host{position:relative;display:flex;min-width:128px;box-sizing:border-box;align-items:center;padding:var(--z-table--cells-padding, calc(var(--space-unit) * 2));background-color:var(--color-surface01);gap:calc(var(--space-unit) * 2) var(--space-unit)}:host([sticky]){position:sticky;z-index:1;top:0;left:0;box-shadow:8px 0 16px -8px var(--shadow-color-base)}:host([show-menu])::after{display:inline-block;height:100%;margin-right:calc(var(--space-unit) * 4);background:transparent;content:\"\";user-select:none}.cell--menu-container{position:absolute;z-index:1;top:var(--space-unit);right:var(--space-unit)}:host(:not([show-menu])) .cell--menu-container{opacity:0;pointer-events:none}:host(:is([show-menu],[menu-open])) .cell--menu-container,:host([show-menu]) .cell--menu-container:focus-within{opacity:1;pointer-events:all}@media (min-width: 768px) and (hover: hover){:host([show-menu=\"hover\"]) .cell--menu-container{opacity:0;pointer-events:none}:host([show-menu=\"hover\"]:hover) .cell--menu-container{opacity:1;pointer-events:all}}:host{background-color:var(--color-surface02);font-weight:var(--font-sb)}:host([sortable]){cursor:pointer}.z-th--sort-button{display:flex;align-items:center;justify-content:center;padding:0;border:none;margin-top:auto;background-color:transparent;cursor:pointer}.z-th--sort-button:focus{box-shadow:var(--shadow-focus-primary);outline:none}";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host } from './index-a2ca4b97.js';
2
- import { Z as ZTableRowExpandedType } from './index-9c5d63ea.js';
2
+ import { Z as ZTableRowExpandedType } from './index-fd62a73e.js';
3
3
 
4
4
  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;box-sizing:border-box;padding-right:0;padding-left:16px;fill:var(--gray800);text-align:center;user-select:none}.z-icon-placeholder{width:24px;padding-right:0}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{border-bottom:none;background-color:var(--gray50)}z-table-row[expanded]+z-table-expanded-row{display:table-row}";
5
5
 
@@ -1912,6 +1912,10 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
1912
1912
  return import(
1913
1913
  /* webpackMode: "lazy" */
1914
1914
  './z-body.entry.js').then(processMod, consoleError);
1915
+ case 'z-book-card':
1916
+ return import(
1917
+ /* webpackMode: "lazy" */
1918
+ './z-book-card.entry.js').then(processMod, consoleError);
1915
1919
  case 'z-breadcrumb':
1916
1920
  return import(
1917
1921
  /* webpackMode: "lazy" */
@@ -2196,10 +2200,6 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
2196
2200
  return import(
2197
2201
  /* webpackMode: "lazy" */
2198
2202
  './z-table-header.entry.js').then(processMod, consoleError);
2199
- case 'z-link':
2200
- return import(
2201
- /* webpackMode: "lazy" */
2202
- './z-link.entry.js').then(processMod, consoleError);
2203
2203
  case 'z-myz-list-item':
2204
2204
  return import(
2205
2205
  /* webpackMode: "lazy" */
@@ -2208,6 +2208,10 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
2208
2208
  return import(
2209
2209
  /* webpackMode: "lazy" */
2210
2210
  './z-typography.entry.js').then(processMod, consoleError);
2211
+ case 'z-link':
2212
+ return import(
2213
+ /* webpackMode: "lazy" */
2214
+ './z-link.entry.js').then(processMod, consoleError);
2211
2215
  case 'z-popover':
2212
2216
  return import(
2213
2217
  /* webpackMode: "lazy" */
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-a2ca4b97.js';
2
- import { B as ButtonVariant, d as ButtonSize } from './index-9c5d63ea.js';
2
+ import { B as ButtonVariant, d as ButtonSize } from './index-fd62a73e.js';
3
3
 
4
4
  const stylesCss = ":host{display:table-cell;border-bottom:var(--border-size-small) solid var(--bg-grey-200);background-color:var(--color-white);font-family:var(--dashboard-font);font-weight:var(--font-rg)}:host>.button-container{display:none}:host:hover>.button-container{display:initial}.button-container{position:absolute;z-index:5;top:8px;right:8px}.button-content{position:relative}.contextual-menu-container{position:absolute;top:calc(100% - var(--space-unit));right:0;display:none}.button-container.visible,.contextual-menu-container.visible{display:initial}:host([padding=\"x-small\"]){padding:calc(var(--space-unit) * 0.5)}:host([padding=\"small\"]){padding:calc(var(--space-unit))}:host([padding=\"medium\"]){padding:calc(var(--space-unit) * 2)}:host([padding=\"large\"]){padding:calc(var(--space-unit) * 2.5)}:host([padding=\"special\"]){padding:0}";
5
5
 
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-a2ca4b97.js';
2
- import { r as randomId } from './utils-d7278f26.js';
3
- import './index-77b7d7ae.js';
4
- import './index-fff6ed17.js';
2
+ import { r as randomId } from './utils-456f447b.js';
3
+ import './index-7112671d.js';
4
+ import './index-725a4f41.js';
5
5
 
6
6
  const stylesCss = ":host{--columns:1;display:grid;min-width:max-content;box-sizing:border-box;grid-auto-flow:column;grid-template-columns:var(--z-table--expand-button-size, 0) repeat(var(--columns), minmax(128px, 1fr))}*{box-sizing:border-box}.z-tr--expand-button-container,::slotted(*){border-bottom:var(--z-table--cells-bottom-border-size, var(--border-size-small)) solid var(--color-surface03)}::slotted(*:not(:last-child)){border-right:var(--z-table--cell-left-border, none)}:host([expandable]){--show-expandable-button:visible;cursor:pointer}:host([expandable]) ::slotted(*){grid-row:1}:host([expandable]) ::slotted(:nth-last-child(2)){border-right:none}:host([expandable]) ::slotted(*:last-child){border-left:0;grid-column:1 / span calc(var(--columns) + 1);grid-row:2}:host([expandable]:not([expanded])) ::slotted(*:last-child){display:none}:host([expanded]){margin-bottom:4px;box-shadow:0 4px 4px -2px var(--shadow-color-base)}:host([expanded]) .z-tr--expand-button-container,:host([expanded]) ::slotted(*){background-color:var(--color-surface02)}.z-tr--expand-button-container{display:flex;align-items:center;justify-content:center;background-color:var(--z-table--cells-background, var(--color-surface01))}.z-tr--expand-button-container button{display:flex;align-items:center;justify-content:center;padding:0;border:none;margin:auto;appearance:none;background:transparent;cursor:pointer;visibility:var(--show-expandable-button, hidden)}.z-tr--expand-button-container button:focus{box-shadow:var(--shadow-focus-primary);outline:none}.z-tr--expand-button-container button z-icon{--z-icon-width:16px;--z-icon-height:16px}";
7
7
 
@@ -330,5 +330,11 @@ var VisibilityCondition;
330
330
  VisibilityCondition["HOVER"] = "hover";
331
331
  VisibilityCondition["ALWAYS"] = "always";
332
332
  })(VisibilityCondition || (VisibilityCondition = {}));
333
+ var BookCardVariant;
334
+ (function (BookCardVariant) {
335
+ BookCardVariant["EXPANDED"] = "expanded";
336
+ BookCardVariant["COMPACT"] = "compact";
337
+ BookCardVariant["SEARCH"] = "search";
338
+ })(BookCardVariant || (BookCardVariant = {}));
333
339
 
334
- export { AvatarSize as A, ButtonVariant as B, CardVariant as C, DividerSize as D, ExpandableListStyle as E, ZDatePickerModeValue as F, ZDatePickerPosition as G, ZRangePickerMode as H, InputType as I, InfoRevealPosition as J, KeyboardKeyCode as K, LicenseType as L, CoverHeroVariant as M, NavigationTabsOrientation as N, OffCanvasVariant as O, PopoverPosition as P, CoverHeroContentPosition as Q, CarouselArrowsPosition as R, SortDirection as S, ThemeVariant as T, CarouselProgressMode as U, BreadcrumbPathStyle as V, BreadcrumbHomepageVariant as W, VisibilityCondition as X, ZTableRowExpandedType as Z, NavigationTabsSize as a, NavigationTabsKeyboardEvents as b, ButtonType as c, ButtonSize as d, ControlSize as e, InputStatus as f, KeyboardCode as g, DividerOrientation as h, ListSize as i, ExpandableListButtonAlign as j, LabelPosition as k, ListDividerType as l, ListType as m, NotificationType as n, AlertType as o, Device as p, PocketStatus as q, ToastNotification as r, ToastNotificationTransition as s, ToastNotificationPosition as t, ZAriaAlertMode as u, TransitionDirection as v, ZFileUploadType as w, ZChipType as x, ZSectionTitleDividerPosition as y, ZDatePickerMode as z };
340
+ export { AvatarSize as A, ButtonVariant as B, CardVariant as C, DividerSize as D, ExpandableListStyle as E, ZDatePickerModeValue as F, ZDatePickerPosition as G, ZRangePickerMode as H, InputType as I, InfoRevealPosition as J, KeyboardKeyCode as K, LicenseType as L, CoverHeroVariant as M, NavigationTabsOrientation as N, OffCanvasVariant as O, PopoverPosition as P, CoverHeroContentPosition as Q, CarouselArrowsPosition as R, SortDirection as S, ThemeVariant as T, CarouselProgressMode as U, BreadcrumbPathStyle as V, BreadcrumbHomepageVariant as W, VisibilityCondition as X, BookCardVariant as Y, ZTableRowExpandedType as Z, NavigationTabsSize as a, NavigationTabsKeyboardEvents as b, ButtonType as c, ButtonSize as d, ControlSize as e, InputStatus as f, KeyboardCode as g, DividerOrientation as h, ListSize as i, ExpandableListButtonAlign as j, LabelPosition as k, ListDividerType as l, ListType as m, NotificationType as n, AlertType as o, Device as p, PocketStatus as q, ToastNotification as r, ToastNotificationTransition as s, ToastNotificationPosition as t, ZAriaAlertMode as u, TransitionDirection as v, ZFileUploadType as w, ZChipType as x, ZSectionTitleDividerPosition as y, ZDatePickerMode as z };
package/dist/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { c as colorFromId } from './utils-d7278f26.js';
2
- export { o as AlertType, A as AvatarSize, W as BreadcrumbHomepageVariant, V as BreadcrumbPathStyle, d as ButtonSize, c as ButtonType, B as ButtonVariant, C as CardVariant, R as CarouselArrowsPosition, U as CarouselProgressMode, e as ControlSize, Q as CoverHeroContentPosition, M as CoverHeroVariant, p as Device, h as DividerOrientation, D as DividerSize, j as ExpandableListButtonAlign, E as ExpandableListStyle, J as InfoRevealPosition, f as InputStatus, I as InputType, g as KeyboardCode, K as KeyboardKeyCode, k as LabelPosition, L as LicenseType, l as ListDividerType, i as ListSize, m as ListType, b as NavigationTabsKeyboardEvents, N as NavigationTabsOrientation, a as NavigationTabsSize, n as NotificationType, O as OffCanvasVariant, q as PocketStatus, P as PopoverPosition, S as SortDirection, T as ThemeVariant, r as ToastNotification, t as ToastNotificationPosition, s as ToastNotificationTransition, v as TransitionDirection, X as VisibilityCondition, u as ZAriaAlertMode, x as ZChipType, z as ZDatePickerMode, F as ZDatePickerModeValue, G as ZDatePickerPosition, w as ZFileUploadType, H as ZRangePickerMode, y as ZSectionTitleDividerPosition, Z as ZTableRowExpandedType } from './index-9c5d63ea.js';
1
+ import { c as colorFromId } from './utils-456f447b.js';
2
+ export { o as AlertType, A as AvatarSize, Y as BookCardVariant, W as BreadcrumbHomepageVariant, V as BreadcrumbPathStyle, d as ButtonSize, c as ButtonType, B as ButtonVariant, C as CardVariant, R as CarouselArrowsPosition, U as CarouselProgressMode, e as ControlSize, Q as CoverHeroContentPosition, M as CoverHeroVariant, p as Device, h as DividerOrientation, D as DividerSize, j as ExpandableListButtonAlign, E as ExpandableListStyle, J as InfoRevealPosition, f as InputStatus, I as InputType, g as KeyboardCode, K as KeyboardKeyCode, k as LabelPosition, L as LicenseType, l as ListDividerType, i as ListSize, m as ListType, b as NavigationTabsKeyboardEvents, N as NavigationTabsOrientation, a as NavigationTabsSize, n as NotificationType, O as OffCanvasVariant, q as PocketStatus, P as PopoverPosition, S as SortDirection, T as ThemeVariant, r as ToastNotification, t as ToastNotificationPosition, s as ToastNotificationTransition, v as TransitionDirection, X as VisibilityCondition, u as ZAriaAlertMode, x as ZChipType, z as ZDatePickerMode, F as ZDatePickerModeValue, G as ZDatePickerPosition, w as ZFileUploadType, H as ZRangePickerMode, y as ZSectionTitleDividerPosition, Z as ZTableRowExpandedType } from './index-fd62a73e.js';
3
3
  import './breakpoints-9b81eb1b.js';
4
4
 
5
5
  const UTILS = {