@zanichelli/albe-web-components 7.1.1 → 7.1.3

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 (176) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/web-components-library.cjs.js +1 -1
  4. package/dist/cjs/z-button-sort.cjs.entry.js +1 -1
  5. package/dist/cjs/z-card.cjs.entry.js +1 -1
  6. package/dist/cjs/z-chip.cjs.entry.js +6 -3
  7. package/dist/cjs/z-dragdrop-area_2.cjs.entry.js +2 -1
  8. package/dist/cjs/z-myz-card-footer.cjs.entry.js +13 -1
  9. package/dist/cjs/z-myz-card-icon.cjs.entry.js +1 -1
  10. package/dist/cjs/z-myz-card_4.cjs.entry.js +2 -2
  11. package/dist/cjs/z-stepper-item.cjs.entry.js +1 -1
  12. package/dist/cjs/z-toggle-button.cjs.entry.js +4 -2
  13. package/dist/collection/components/buttons/z-button-sort/index.js +2 -2
  14. package/dist/collection/components/buttons/z-button-sort/styles.css +1 -1
  15. package/dist/collection/components/buttons/z-chip/index.js +25 -3
  16. package/dist/collection/components/buttons/z-chip/styles.css +28 -21
  17. package/dist/collection/components/buttons/z-toggle-button/index.js +21 -1
  18. package/dist/collection/components/buttons/z-toggle-button/styles.css +1 -3
  19. package/dist/collection/components/indicators/z-stepper-item/styles.css +1 -1
  20. package/dist/collection/components/modal/z-modal/index.js +2 -1
  21. package/dist/collection/components/notification/z-toast-notification/index.js +1 -1
  22. package/dist/collection/components/z-card/index.js +9 -0
  23. package/dist/collection/components/z-card/styles.css +1 -1
  24. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +13 -1
  25. package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +1 -1
  26. package/dist/collection/snowflakes/myz/card/z-myz-card-header/styles.css +12 -0
  27. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/styles.css +1 -1
  28. package/dist/collection/utils/storybook-utils.js +1 -1
  29. package/dist/esm/loader.js +1 -1
  30. package/dist/esm/polyfills/css-shim.js +0 -0
  31. package/dist/esm/web-components-library.js +1 -1
  32. package/dist/esm/z-button-sort.entry.js +1 -1
  33. package/dist/esm/z-card.entry.js +1 -1
  34. package/dist/esm/z-chip.entry.js +7 -4
  35. package/dist/esm/z-dragdrop-area_2.entry.js +2 -1
  36. package/dist/esm/z-myz-card-footer.entry.js +14 -2
  37. package/dist/esm/z-myz-card-icon.entry.js +1 -1
  38. package/dist/esm/z-myz-card_4.entry.js +2 -2
  39. package/dist/esm/z-stepper-item.entry.js +1 -1
  40. package/dist/esm/z-toggle-button.entry.js +4 -2
  41. package/dist/types/beans/index.d.ts +0 -0
  42. package/dist/types/components/buttons/z-button/index.d.ts +0 -0
  43. package/dist/types/components/buttons/z-button-sort/index.d.ts +2 -2
  44. package/dist/types/components/buttons/z-chip/index.d.ts +2 -0
  45. package/dist/types/components/buttons/z-toggle-button/index.d.ts +2 -0
  46. package/dist/types/components/buttons/z-toggle-switch/index.d.ts +0 -0
  47. package/dist/types/components/date-picker/utils.d.ts +0 -0
  48. package/dist/types/components/date-picker/z-date-picker/index.d.ts +0 -0
  49. package/dist/types/components/date-picker/z-range-picker/index.d.ts +0 -0
  50. package/dist/types/components/file-upload/z-dragdrop-area/index.d.ts +0 -0
  51. package/dist/types/components/file-upload/z-file/index.d.ts +0 -0
  52. package/dist/types/components/file-upload/z-file-upload/index.d.ts +0 -0
  53. package/dist/types/components/icons/icons.d.ts +0 -0
  54. package/dist/types/components/icons/z-icon/index.d.ts +0 -0
  55. package/dist/types/components/index.d.ts +0 -0
  56. package/dist/types/components/indicators/z-stepper/index.d.ts +0 -0
  57. package/dist/types/components/indicators/z-stepper-item/index.d.ts +0 -0
  58. package/dist/types/components/inputs/z-combobox/index.d.ts +0 -0
  59. package/dist/types/components/inputs/z-input/index.d.ts +0 -0
  60. package/dist/types/components/inputs/z-input-message/index.d.ts +0 -0
  61. package/dist/types/components/inputs/z-searchbar/index.d.ts +0 -0
  62. package/dist/types/components/inputs/z-select/index.d.ts +0 -0
  63. package/dist/types/components/list/z-list/index.d.ts +0 -0
  64. package/dist/types/components/list/z-list-element/index.d.ts +0 -0
  65. package/dist/types/components/list/z-list-group/index.d.ts +0 -0
  66. package/dist/types/components/list/z-toast-notification-list/index.d.ts +0 -0
  67. package/dist/types/components/logo/z-logo/index.d.ts +0 -0
  68. package/dist/types/components/modal/z-modal/index.d.ts +0 -0
  69. package/dist/types/components/navigation/tabs/z-navigation-tab/index.d.ts +0 -0
  70. package/dist/types/components/navigation/tabs/z-navigation-tab-link/index.d.ts +0 -0
  71. package/dist/types/components/navigation/tabs/z-navigation-tabs/index.d.ts +0 -0
  72. package/dist/types/components/navigation/z-app-header/index.d.ts +0 -0
  73. package/dist/types/components/navigation/z-link/index.d.ts +0 -0
  74. package/dist/types/components/navigation/z-menu/index.d.ts +0 -0
  75. package/dist/types/components/navigation/z-menu-section/index.d.ts +0 -0
  76. package/dist/types/components/notification/z-info-box/index.d.ts +0 -0
  77. package/dist/types/components/notification/z-notification/index.d.ts +0 -0
  78. package/dist/types/components/notification/z-toast-notification/index.d.ts +1 -1
  79. package/dist/types/components/notification/z-tooltip/index.d.ts +0 -0
  80. package/dist/types/components/panel/z-panel-elem/index.d.ts +0 -0
  81. package/dist/types/components/z-anchor-navigation/index.d.ts +0 -0
  82. package/dist/types/components/z-aria-alert/index.d.ts +0 -0
  83. package/dist/types/components/z-avatar/index.d.ts +0 -0
  84. package/dist/types/components/z-card/index.d.ts +9 -0
  85. package/dist/types/components/z-carousel/index.d.ts +0 -0
  86. package/dist/types/components/z-contextual-menu/index.d.ts +0 -0
  87. package/dist/types/components/z-cover-hero/index.d.ts +0 -0
  88. package/dist/types/components/z-divider/index.d.ts +0 -0
  89. package/dist/types/components/z-ghost-loading/index.d.ts +0 -0
  90. package/dist/types/components/z-info-reveal/index.d.ts +0 -0
  91. package/dist/types/components/z-offcanvas/index.d.ts +0 -0
  92. package/dist/types/components/z-pagination/index.d.ts +0 -0
  93. package/dist/types/components/z-popover/index.d.ts +0 -0
  94. package/dist/types/components/z-section-title/index.d.ts +0 -0
  95. package/dist/types/components/z-skip-to-content/index.d.ts +0 -0
  96. package/dist/types/components/z-table/z-table/index.d.ts +0 -0
  97. package/dist/types/components/z-table/z-table-body/index.d.ts +0 -0
  98. package/dist/types/components/z-table/z-table-cell/index.d.ts +0 -0
  99. package/dist/types/components/z-table/z-table-empty-box/index.d.ts +0 -0
  100. package/dist/types/components/z-table/z-table-expanded-row/index.d.ts +0 -0
  101. package/dist/types/components/z-table/z-table-footer/index.d.ts +0 -0
  102. package/dist/types/components/z-table/z-table-head/index.d.ts +0 -0
  103. package/dist/types/components/z-table/z-table-header/index.d.ts +0 -0
  104. package/dist/types/components/z-table/z-table-header-row/index.d.ts +0 -0
  105. package/dist/types/components/z-table/z-table-row/index.d.ts +0 -0
  106. package/dist/types/components/z-table/z-table-sticky-footer/index.d.ts +0 -0
  107. package/dist/types/components/z-tag/index.d.ts +0 -0
  108. package/dist/types/components/z-visually-hidden/index.d.ts +0 -0
  109. package/dist/types/components.d.ts +21 -5
  110. package/dist/types/constants/breakpoints.d.ts +0 -0
  111. package/dist/types/constants/icons.d.ts +0 -0
  112. package/dist/types/index.d.ts +0 -0
  113. package/dist/types/snowflakes/myz/card/z-myz-card/index.d.ts +0 -0
  114. package/dist/types/snowflakes/myz/card/z-myz-card-alert/index.d.ts +0 -0
  115. package/dist/types/snowflakes/myz/card/z-myz-card-body/index.d.ts +0 -0
  116. package/dist/types/snowflakes/myz/card/z-myz-card-cover/index.d.ts +0 -0
  117. package/dist/types/snowflakes/myz/card/z-myz-card-dictionary/index.d.ts +0 -0
  118. package/dist/types/snowflakes/myz/card/z-myz-card-footer/index.d.ts +2 -0
  119. package/dist/types/snowflakes/myz/card/z-myz-card-footer-sections/index.d.ts +0 -0
  120. package/dist/types/snowflakes/myz/card/z-myz-card-header/index.d.ts +0 -0
  121. package/dist/types/snowflakes/myz/card/z-myz-card-icon/index.d.ts +0 -0
  122. package/dist/types/snowflakes/myz/card/z-myz-card-info/index.d.ts +0 -0
  123. package/dist/types/snowflakes/myz/card/z-myz-card-list/index.d.ts +0 -0
  124. package/dist/types/snowflakes/myz/list/z-myz-list/index.d.ts +0 -0
  125. package/dist/types/snowflakes/myz/list/z-myz-list-item/index.d.ts +0 -0
  126. package/dist/types/snowflakes/myz/pocket/z-messages-pocket/index.d.ts +0 -0
  127. package/dist/types/snowflakes/myz/pocket/z-pocket/index.d.ts +0 -0
  128. package/dist/types/snowflakes/myz/pocket/z-pocket-body/index.d.ts +0 -0
  129. package/dist/types/snowflakes/myz/pocket/z-pocket-header/index.d.ts +0 -0
  130. package/dist/types/snowflakes/myz/pocket/z-pocket-message/index.d.ts +0 -0
  131. package/dist/types/snowflakes/myz/z-alert/index.d.ts +0 -0
  132. package/dist/types/snowflakes/myz/z-otp/index.d.ts +0 -0
  133. package/dist/types/snowflakes/myz/z-slideshow/index.d.ts +0 -0
  134. package/dist/types/stencil-public-runtime.d.ts +0 -0
  135. package/dist/types/utils/utils.d.ts +0 -0
  136. package/dist/web-components-library/index.esm.js +0 -0
  137. package/dist/web-components-library/p-068951a7.entry.js +1 -0
  138. package/dist/web-components-library/p-06b7dad4.entry.js +1 -0
  139. package/{www/build/p-417b1b6c.entry.js → dist/web-components-library/p-10adc1fa.entry.js} +1 -1
  140. package/dist/web-components-library/{p-ede9fbf5.entry.js → p-6736e894.entry.js} +1 -1
  141. package/dist/web-components-library/{p-810bd730.entry.js → p-9db2bf11.entry.js} +1 -1
  142. package/dist/web-components-library/p-c722c5a4.entry.js +1 -0
  143. package/dist/web-components-library/{p-05ced71c.entry.js → p-f5a99b28.entry.js} +1 -1
  144. package/dist/web-components-library/{p-c081e1f4.entry.js → p-f9f42d17.entry.js} +1 -1
  145. package/dist/web-components-library/web-components-library.css +2 -1
  146. package/dist/web-components-library/web-components-library.esm.js +1 -1
  147. package/loader/cdn.js +0 -0
  148. package/loader/index.cjs.js +0 -0
  149. package/loader/index.d.ts +0 -0
  150. package/loader/index.es2017.js +0 -0
  151. package/loader/index.js +0 -0
  152. package/loader/package.json +0 -0
  153. package/package.json +2 -3
  154. package/readme.md +0 -1
  155. package/www/build/index.esm.js +0 -0
  156. package/www/build/p-068951a7.entry.js +1 -0
  157. package/www/build/p-06b7dad4.entry.js +1 -0
  158. package/{dist/web-components-library/p-417b1b6c.entry.js → www/build/p-10adc1fa.entry.js} +1 -1
  159. package/www/build/{p-ede9fbf5.entry.js → p-6736e894.entry.js} +1 -1
  160. package/www/build/{p-810bd730.entry.js → p-9db2bf11.entry.js} +1 -1
  161. package/www/build/p-c722c5a4.entry.js +1 -0
  162. package/www/build/{p-ab4e13f7.css → p-f39bb490.css} +2 -1
  163. package/www/build/{p-05ced71c.entry.js → p-f5a99b28.entry.js} +1 -1
  164. package/www/build/{p-c081e1f4.entry.js → p-f9f42d17.entry.js} +1 -1
  165. package/www/build/{p-717b1737.js → p-fcacd67c.js} +1 -1
  166. package/www/build/web-components-library.css +2 -1
  167. package/www/build/web-components-library.esm.js +1 -1
  168. package/www/build/web-components-library.js +0 -0
  169. package/www/host.config.json +0 -0
  170. package/www/index.html +1 -1
  171. package/dist/web-components-library/p-19ca449e.entry.js +0 -1
  172. package/dist/web-components-library/p-3a9cc467.entry.js +0 -1
  173. package/dist/web-components-library/p-9d03a7d6.entry.js +0 -1
  174. package/www/build/p-19ca449e.entry.js +0 -1
  175. package/www/build/p-3a9cc467.entry.js +0 -1
  176. package/www/build/p-9d03a7d6.entry.js +0 -1
@@ -1,9 +1,9 @@
1
1
  import { r as registerInstance, c as createEvent, h, g as getElement } from './index-a2ca4b97.js';
2
2
  import { x as ZChipType, p as Device } from './index-e36ec4a4.js';
3
- import { g as getDevice, h as handleKeyboardSubmit } from './utils-970ac457.js';
3
+ import { g as getDevice } from './utils-970ac457.js';
4
4
  import './breakpoints-c386984e.js';
5
5
 
6
- const stylesCss = ".sc-z-chip-h>button.sc-z-chip{display:inline-flex;align-items:center;padding:0 calc(var(--space-unit) * 1.5);border:var(--border-size-small) solid var(--gray400);background-color:var(--bg-white);border-radius:14px;color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--dashboard-font);font-size:14px;font-weight:var(--font-sb)}.sc-z-chip-h>button.sc-z-chip:not(:disabled)>z-icon.sc-z-chip:last-child:hover{color:var(--color-hover-primary);fill:var(--color-hover-primary)}.sc-z-chip-h>button.sc-z-chip:hover:not(:disabled)>z-icon.sc-z-chip:first-child{fill:var(--color-icon02)}.sc-z-chip-h>button.sc-z-chip>z-icon.icon-sx.sc-z-chip{margin-right:calc(var(--space-unit) / 2)}.sc-z-chip-h>button.sc-z-chip>z-icon.sc-z-chip:last-child{margin-left:var(--space-unit);cursor:pointer;fill:var(--color-primary01)}.sc-z-chip-h>button.sc-z-chip:disabled,.sc-z-chip-h>button.sc-z-chip:disabled>z-icon.sc-z-chip{color:var(--color-disabled03);fill:var(--color-disabled03)}.sc-z-chip-h>button.sc-z-chip:disabled>z-icon.sc-z-chip{cursor:auto}.sc-z-chip-h>button.sc-z-chip:disabled{border:var(--border-size-small) solid var(--color-disabled01)}.sc-z-chip-h>button.sc-z-chip:focus:focus-visible,.sc-z-chip-h>div.sc-z-chip:focus:focus-visible{box-shadow:var(--shadow-focus-primary);outline:none}.sc-z-chip-h>button.sc-z-chip:hover:not(:disabled):active:hover>z-icon.sc-z-chip:last-child{color:var(--color-primary01);fill:var(--color-primary01)}.sc-z-chip-h>div.sc-z-chip{display:inline-flex;min-height:28px;align-items:center;padding:0 calc(var(--space-unit) * 1.5);border:var(--border-size-small) solid var(--bg-grey-200);background-color:var(--bg-white);border-radius:14px;color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--dashboard-font);font-size:14px;line-height:28px}.sc-z-chip-h>div.sc-z-chip>z-icon.sc-z-chip{margin-right:calc(var(--space-unit) / 2)}.sc-z-chip-h>button.default.sc-z-chip,.sc-z-chip-h>div.default.sc-z-chip{min-height:44px;border-radius:22px;line-height:44px}.sc-z-chip-h>button.medium.sc-z-chip,.sc-z-chip-h>div.medium.sc-z-chip{min-height:40px;border-radius:22px;line-height:40px}.sc-z-chip-h>button.small.sc-z-chip,.sc-z-chip-h>div.small.sc-z-chip{min-height:36px;border-radius:22px;line-height:36px}@media only screen and (min-width: 1152px){.sc-z-chip-h>button.sc-z-chip{font-size:12px}.sc-z-chip-h>div.sc-z-chip{font-size:12px}.sc-z-chip-h>button.default.sc-z-chip,.sc-z-chip-h>div.default.sc-z-chip{min-height:32px;border-radius:16px;line-height:32px}.sc-z-chip-h>button.medium.sc-z-chip,.sc-z-chip-h>div.medium.sc-z-chip{min-height:28px;border-radius:16px;line-height:28px}.sc-z-chip-h>button.small.sc-z-chip,.sc-z-chip-h>div.small.sc-z-chip{min-height:24px;border-radius:16px;line-height:24px}}";
6
+ const stylesCss = ".sc-z-chip-h>.z-chip-container.sc-z-chip{display:inline-flex;align-items:center;padding:0 calc(var(--space-unit) * 1.5);border:var(--border-size-small) solid var(--gray400);background-color:var(--bg-white);border-radius:14px;color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--dashboard-font);font-size:14px;font-weight:var(--font-sb)}.sc-z-chip-h>.z-chip-container.sc-z-chip:not([aria-disabled]) button.sc-z-chip>z-icon.sc-z-chip:last-child:hover{color:var(--color-hover-primary);fill:var(--color-hover-primary)}.sc-z-chip-h>.z-chip-container.sc-z-chip:hover:not([aria-disabled])>z-icon.sc-z-chip:first-child{fill:var(--color-icon02)}.sc-z-chip-h>.z-chip-container.sc-z-chip>button.sc-z-chip{padding:0;border:none;margin-left:var(--space-unit);background-color:transparent;cursor:pointer}.sc-z-chip-h>.z-chip-container.sc-z-chip>z-icon.icon-sx.sc-z-chip{margin-right:calc(var(--space-unit) / 2)}.sc-z-chip-h>.z-chip-container.sc-z-chip>button.sc-z-chip>z-icon.sc-z-chip:last-child{fill:var(--color-primary01)}.sc-z-chip-h>.z-chip-container[aria-disabled].sc-z-chip,.sc-z-chip-h>.z-chip-container[aria-disabled].sc-z-chip>z-icon.sc-z-chip,.sc-z-chip-h>.z-chip-container[aria-disabled].sc-z-chip>button.sc-z-chip>z-icon.sc-z-chip{color:var(--color-disabled03);fill:var(--color-disabled03)}.sc-z-chip-h>.z-chip-container[aria-disabled].sc-z-chip>button.sc-z-chip>z-icon.sc-z-chip{cursor:auto}.sc-z-chip-h>.z-chip-container[aria-disabled].sc-z-chip{border:var(--border-size-small) solid var(--color-disabled01)}.sc-z-chip-h>.z-chip-container.sc-z-chip>button.sc-z-chip:focus:focus-visible{border-radius:100%;box-shadow:var(--shadow-focus-primary);outline:none}.sc-z-chip-h>button.sc-z-chip:hover:not(:disabled):active:hover>button.sc-z-chip>z-icon.sc-z-chip:last-child{color:var(--color-primary01);fill:var(--color-primary01)}.sc-z-chip-h>div.sc-z-chip{display:inline-flex;min-height:28px;align-items:center;padding:0 calc(var(--space-unit) * 1.5);border:var(--border-size-small) solid var(--bg-grey-200);background-color:var(--bg-white);border-radius:14px;color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--dashboard-font);font-size:14px;line-height:28px}.sc-z-chip-h>div.sc-z-chip>z-icon.sc-z-chip{margin-right:calc(var(--space-unit) / 2)}.sc-z-chip-h>.z-chip-container.default.sc-z-chip,.sc-z-chip-h>div.default.sc-z-chip{min-height:44px;border-radius:22px;line-height:44px}.sc-z-chip-h>.z-chip-container.medium.sc-z-chip,.sc-z-chip-h>div.medium.sc-z-chip{min-height:40px;border-radius:22px;line-height:40px}.sc-z-chip-h>.z-chip-container.small.sc-z-chip,.sc-z-chip-h>div.small.sc-z-chip{min-height:36px;border-radius:22px;line-height:36px}@media only screen and (min-width: 1152px){.sc-z-chip-h>.z-chip-container.sc-z-chip{font-size:12px}.sc-z-chip-h>div.sc-z-chip{font-size:12px}.sc-z-chip-h>.z-chip-container.default.sc-z-chip,.sc-z-chip-h>div.default.sc-z-chip{min-height:32px;border-radius:16px;line-height:32px}.sc-z-chip-h>.z-chip-container.medium.sc-z-chip,.sc-z-chip-h>div.medium.sc-z-chip{min-height:28px;border-radius:16px;line-height:28px}.sc-z-chip-h>.z-chip-container.small.sc-z-chip,.sc-z-chip-h>div.small.sc-z-chip{min-height:24px;border-radius:16px;line-height:24px}}";
7
7
 
8
8
  const ZChip = class {
9
9
  constructor(hostRef) {
@@ -13,6 +13,8 @@ const ZChip = class {
13
13
  this.type = ZChipType.DEFAULT;
14
14
  /** set z-chip as disabled */
15
15
  this.disabled = false;
16
+ /** z-chip aria-label string */
17
+ this.ariaLabel = "";
16
18
  }
17
19
  emitinteractiveIconClick() {
18
20
  this.interactiveIconClick.emit();
@@ -22,9 +24,10 @@ const ZChip = class {
22
24
  }
23
25
  render() {
24
26
  if (this.interactiveIcon) {
25
- return (h("button", { class: this.type, disabled: this.disabled, tabindex: "0", type: "button" }, this.icon && (h("z-icon", { class: "icon-sx", name: this.icon, width: this.getIconSize(), height: this.getIconSize() })), h("slot", null), h("z-icon", { tabIndex: this.disabled ? -1 : 0, onClick: () => this.emitinteractiveIconClick(), onKeyUp: (e) => handleKeyboardSubmit(e, this.emitinteractiveIconClick.bind(this)), name: this.interactiveIcon, width: this.getIconSize(), height: this.getIconSize() })));
27
+ return (h("div", { class: `z-chip-container ${this.type}`, "aria-disabled": this.disabled }, this.icon && (h("z-icon", { class: "icon-sx", name: this.icon, width: this.getIconSize(), height: this.getIconSize() })), h("slot", null), h("button", { type: "button", onClick: () => this.emitinteractiveIconClick(), onKeyUp: () => {
28
+ }, "aria-label": this.ariaLabel, disabled: this.disabled }, h("z-icon", { name: this.interactiveIcon, width: this.getIconSize(), height: this.getIconSize() }))));
26
29
  }
27
- return (h("div", { class: `${this.type}`, tabindex: "0" }, this.icon && (h("z-icon", { name: this.icon, width: this.getIconSize(), height: this.getIconSize() })), h("slot", null)));
30
+ return (h("div", { class: `${this.type}` }, this.icon && (h("z-icon", { name: this.icon, width: this.getIconSize(), height: this.getIconSize() })), h("slot", null)));
28
31
  }
29
32
  get el() { return getElement(this); }
30
33
  };
@@ -114,8 +114,9 @@ const ZModal = class {
114
114
  }
115
115
  }
116
116
  handleEscape(e) {
117
- if (this.closable)
117
+ if (this.closable) {
118
118
  return;
119
+ }
119
120
  e.preventDefault();
120
121
  }
121
122
  render() {
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-a2ca4b97.js';
1
+ import { r as registerInstance, h, g as getElement } from './index-a2ca4b97.js';
2
2
  import { L as LicenseType } from './index-e36ec4a4.js';
3
3
 
4
4
  const stylesCss = "footer{position:relative;z-index:5;top:0;width:auto;height:calc(var(--space-unit) * 6);padding:0;border-top:var(--border-size-medium) solid var(--color-surface03);margin:0;background-color:var(--color-surface01);border-radius:0 0 var(--border-radius) var(--border-radius);color:var(--color-surface05);font-family:var(--font-family-sans);font-weight:var(--font-rg);transition:height 500ms ease-in-out, top 500ms ease-in-out}footer.real,footer.trial,footer.temp{border-top:var(--border-size-medium) solid var(--accent)}footer .bold{font-family:var(--font-family-sans);font-weight:var(--font-sb)}footer>p{overflow:hidden;height:40px;padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 2) var(--space-unit) calc(var(--space-unit) * 2);margin:0;background-color:var(--color-surface01);font-family:var(--font-family-sans);font-size:16px;font-weight:var(--font-rg);line-height:22px;transition:all 200ms linear}footer.isopen>p{background-color:var(--bg-neutral-200);font-size:14px;font-weight:var(--font-sb);transition:all 200ms linear}footer.isopen.real>p,footer.isopen.trial>p,footer.isopen.temp>p{background-color:var(--accent)}footer .visible{display:block}footer .hidden{display:none}footer>div.content{overflow:hidden;height:60px}footer>div.content>div:not(.slot-handler){padding:var(--space-unit) calc(var(--space-unit) * 2)}footer>div.content>div>p{overflow:hidden;height:20px;padding:0;margin:0;font-size:14px;line-height:20px;text-overflow:ellipsis;white-space:nowrap}footer>div.content>div>p.year-isbn{display:flex;flex-direction:row;justify-content:space-between;padding-top:var(--space-unit)}footer>div.content>div>p.year-isbn>span.isbn{overflow:hidden;text-overflow:ellipsis}footer.isopen>div.content>div:not(.slot-handler){height:68px}footer.isopen>div.content>div>p.authors{height:40px;text-overflow:initial;white-space:initial}footer.isopen>div.content>div>p.year-isbn{height:50px;flex-direction:column;padding-left:0}footer.isopen>div.content>div>p.year-isbn>span.isbn{display:inline-grid;padding-left:0}footer.isopen{top:-212px;height:295px;transition:height 500ms ease-in-out, top 500ms ease-in-out}footer.isopen.custom-content{top:-292px}footer.isopen>div.content{height:280px;transition:height 500ms ease-in-out, top 500ms ease-in-out}footer.isopen.custom-content>div.content{height:230px}.toggle{position:absolute;z-index:10;top:-24px;left:16px}.faded{opacity:0.3;pointer-events:none}footer>p.custom-content,footer .content.custom-content{display:none}footer.isopen>p.custom-content,footer.isopen .content.custom-content{display:block}div.wrapper{position:relative;height:100%}div.wrapper ::slotted([slot=\"content\"]){position:absolute;z-index:10;top:calc(var(--space-unit) * 2);display:block;width:100%;height:112px;box-sizing:border-box;padding:0 calc(var(--space-unit) * 2);border-top:var(--border-size-medium) solid transparent;background:var(--color-white)}div.wrapper.isopen ::slotted([slot=\"content\"]){top:0;bottom:0;height:128px;padding:calc(var(--space-unit) * 2);border-color:var(--accent)}";
@@ -15,6 +15,14 @@ const ZMyzCardFooter = class {
15
15
  }
16
16
  handleToggle() {
17
17
  this.isOpen = !this.isOpen;
18
+ if (this.isOpen) {
19
+ const firstElem = this.getFirstListItem();
20
+ if (firstElem) {
21
+ requestAnimationFrame(() => {
22
+ firstElem.focus();
23
+ });
24
+ }
25
+ }
18
26
  }
19
27
  getTitleAuthors() {
20
28
  return this.allowTooltipAuthors ? this.autori : "";
@@ -44,9 +52,13 @@ const ZMyzCardFooter = class {
44
52
  this.elementsEllipsis();
45
53
  }
46
54
  }
55
+ getFirstListItem() {
56
+ return this.host.querySelector("[slot=list] > li a");
57
+ }
47
58
  render() {
48
- return (h("div", { class: Object.assign(Object.assign({}, this.retrieveClass()), { wrapper: true }) }, h("footer", { class: this.retrieveClass(), onTransitionEnd: (e) => this.footerTransitionHandler(e) }, h("span", { class: "toggle" }, h("slot", { name: "toggle" })), this.titolo && h("p", { class: { "custom-content": this.customContent } }, this.titolo), h("div", { class: { "content": true, "custom-content": this.customContent } }, h("div", null, h("p", { class: "authors", ref: (el) => (this.ellipsisAuthors = el) }, h("span", { title: this.getTitleAuthors() }, h("span", { class: "bold" }, this.autori))), h("p", { class: "year-isbn" }, h("span", { class: "isbn" }, h("span", null, h("span", { class: "bold" }, this.isbn), " (ed. cartacea)")))), h("div", { class: `slot-handler ${this.isOpen ? "visible" : "hidden"}` }, h("slot", { name: "list" })))), this.customContent && h("slot", { name: "content" })));
59
+ return (h("div", { class: Object.assign(Object.assign({}, this.retrieveClass()), { wrapper: true }) }, h("footer", { class: this.retrieveClass(), onTransitionEnd: (e) => this.footerTransitionHandler(e) }, h("span", { class: "toggle" }, h("slot", { name: "toggle" })), this.titolo && h("p", { class: { "custom-content": this.customContent } }, this.titolo), h("div", { class: { "content": true, "custom-content": this.customContent } }, h("div", null, h("p", { class: "authors", ref: (el) => (this.ellipsisAuthors = el) }, h("span", { title: this.getTitleAuthors() }, h("span", { "aria-description": "Autori", class: "bold" }, this.autori))), h("p", { class: "year-isbn" }, h("span", { class: "isbn" }, h("span", null, h("span", { "aria-description": "ISBN edizione cartacea", class: "bold" }, this.isbn), " ", "(ed. cartacea)")))), h("div", { class: `slot-handler ${this.isOpen ? "visible" : "hidden"}` }, h("slot", { name: "list" })))), this.customContent && h("slot", { name: "content" })));
49
60
  }
61
+ get host() { return getElement(this); }
50
62
  };
51
63
  ZMyzCardFooter.style = stylesCss;
52
64
 
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h } from './index-a2ca4b97.js';
2
2
 
3
- const stylesCss = "button{display:flex;width:42px;width:calc(var(--space-unit) * 6);height:calc(var(--space-unit) * 5);height:calc(var(--space-unit) * 6);align-items:center;justify-content:center;padding:0;border:none;border-left:var(--border-size-medium) solid var(--color-surface03);margin:0;background:none;border-radius:0 var(--border-radius) 0 0;color:var(--color-primary01);cursor:pointer;fill:var(--color-primary01);outline:none}button:active,button:focus{color:var(--blue700);fill:var(--blue700)}button>span{display:flex;width:28px;height:28px;align-items:center;justify-content:center;border:0;border-radius:var(--border-radius)}button:hover>span{background:var(--color-primary03)}button:focus>span{background:var(--color-surface01);border-radius:var(--border-radius);box-shadow:0 0 2px 2px var(--accent-dark)}button:active>span{background:var(--color-surface01);border-radius:var(--border-radius);box-shadow:var(--shadow-2)}button:disabled{cursor:not-allowed}button:disabled>span{background:none;box-shadow:var(--shadow-0);pointer-events:none}button:disabled>span>z-icon{fill:var(--color-surface03)}button::-moz-focus-inner{border:0}";
3
+ const stylesCss = "button{display:flex;width:42px;width:calc(var(--space-unit) * 6);height:calc(var(--space-unit) * 5);height:calc(var(--space-unit) * 6);align-items:center;justify-content:center;padding:0;border:none;border-left:var(--border-size-medium) solid var(--color-surface03);margin:0;background:none;border-radius:0 var(--border-radius) 0 0;color:var(--color-primary01);cursor:pointer;fill:var(--color-primary01);outline:none}button:active,button:focus{color:var(--blue700);fill:var(--blue700)}button>span{display:flex;width:28px;height:28px;align-items:center;justify-content:center;border:0;border-radius:var(--border-radius)}button:hover>span{background:var(--color-primary03)}button:focus>span{background:var(--color-surface01);border-radius:var(--border-radius);box-shadow:var(--shadow-focus-primary)}button:active>span{background:var(--color-surface01);border-radius:var(--border-radius);box-shadow:var(--shadow-2)}button:disabled{cursor:not-allowed}button:disabled>span{background:none;box-shadow:var(--shadow-0);pointer-events:none}button:disabled>span>z-icon{fill:var(--color-surface03)}button::-moz-focus-inner{border:0}";
4
4
 
5
5
  const ZMyzCardIcon = class {
6
6
  constructor(hostRef) {
@@ -66,7 +66,7 @@ const ZMyzCardCover = class {
66
66
  };
67
67
  ZMyzCardCover.style = stylesCss$1;
68
68
 
69
- const stylesCss = "header{position:relative;display:flex;width:auto;height:calc(var(--space-unit) * 6);flex-direction:row;align-items:flex-start;justify-content:space-between;border-bottom:var(--border-size-medium) solid var(--color-surface03);background-color:var(--color-surface01);border-radius:var(--border-radius) var(--border-radius) var(--border-no-radius) var(--border-no-radius)}header.real,header.trial,header.temp{border-bottom:var(--border-size-medium) solid var(--accent);background-color:var(--accent-lighter)}.card-title{overflow:hidden;height:calc(var(--space-unit) * 2);padding:calc(var(--space-unit) * 2);margin:0;color:var(--color-surface05);font-family:var(--font-family-sans);font-size:12px;font-weight:var(--font-sb);letter-spacing:0.22px;line-height:calc(var(--space-unit) * 2);text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.faded{border-bottom:var(--border-size-medium) solid var(--color-surface02)}.faded.real,.faded.trial,.faded.temp{border-top:var(--border-size-medium) solid var(--accent);border-right:var(--border-size-medium) solid var(--accent);border-left:var(--border-size-medium) solid var(--accent)}";
69
+ const stylesCss = "header{position:relative;display:flex;width:auto;height:calc(var(--space-unit) * 6);flex-direction:row;align-items:flex-start;justify-content:space-between;border-bottom:var(--border-size-medium) solid var(--color-surface03);background-color:var(--color-surface01);border-radius:var(--border-radius) var(--border-radius) var(--border-no-radius) var(--border-no-radius)}slot[name=\"aria-heading\"]::slotted(*){position:absolute;overflow:hidden !important;width:1px !important;height:1px !important;padding:0 !important;border:0 none !important;margin:-1px !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important}header.real,header.trial,header.temp{border-bottom:var(--border-size-medium) solid var(--accent);background-color:var(--accent-lighter)}.card-title{overflow:hidden;height:calc(var(--space-unit) * 2);padding:calc(var(--space-unit) * 2);margin:0;color:var(--color-surface05);font-family:var(--font-family-sans);font-size:12px;font-weight:var(--font-sb);letter-spacing:0.22px;line-height:calc(var(--space-unit) * 2);text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.faded{border-bottom:var(--border-size-medium) solid var(--color-surface02)}.faded.real,.faded.trial,.faded.temp{border-top:var(--border-size-medium) solid var(--accent);border-right:var(--border-size-medium) solid var(--accent);border-left:var(--border-size-medium) solid var(--accent)}";
70
70
 
71
71
  const ZMyzCardHeader = class {
72
72
  constructor(hostRef) {
@@ -93,7 +93,7 @@ const ZMyzCardHeader = class {
93
93
  };
94
94
  }
95
95
  render() {
96
- return (h("header", { class: this.retrieveClass() }, h("span", { class: "card-title", ref: (el) => (this.ellipsis = el), title: this.getTitle() }, this.titolo), h("slot", { name: "icon" })));
96
+ return (h("header", { class: this.retrieveClass() }, h("slot", { name: "aria-heading" }), h("span", { class: "card-title", ref: (el) => (this.ellipsis = el), title: this.getTitle() }, this.titolo), h("slot", { name: "icon" })));
97
97
  }
98
98
  };
99
99
  ZMyzCardHeader.style = stylesCss;
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h } from './index-a2ca4b97.js';
2
2
 
3
- const stylesCss = ":host{position:relative;width:calc(var(--space-unit) * 5);font-family:var(--dashboard-font);font-weight:var(--font-rg)}:host(:not(:last-child)){flex:1}:host(:not(:last-child))::after{position:absolute;z-index:1;top:calc(var(--space-unit) * 4);right:calc(var(--space-unit) * 2);left:calc(var(--space-unit) * 3);display:block;width:auto;border-bottom:solid 2px var(--bg-grey-700);margin:0 calc(-1 * calc(var(--space-unit) * 2)) 0 calc(var(--space-unit) * 2);content:\"\"}.stepper-item{display:flex;width:calc(var(--space-unit) * 5);flex-direction:column;align-items:center;padding:0;border:0;appearance:none;background:transparent;color:inherit;font-family:inherit;font-size:18px;line-height:28px;outline:0;text-decoration:none}.stepper-item span{display:none;width:calc(100% + calc(var(--space-unit) * 4));text-align:center}:host(:not([disabled])) .stepper-item{cursor:pointer}:host([disabled]) .stepper-item{pointer-events:none}.indicator{display:flex;width:calc(var(--space-unit) * 4);height:calc(var(--space-unit) * 4);box-sizing:border-box;align-items:center;justify-content:center;border:2px solid var(--myz-blue);margin:calc(var(--space-unit) * 2);background:var(--bg-white);border-radius:50%;color:var(--myz-blue);content:counter(stepper);font-size:14px;font-weight:var(--font-sb);line-height:1}:host([pressed]:not([disabled])) .indicator{border-color:var(--myz-blue-dark);background:var(--myz-blue-dark);color:var(--text-white)}:host(:not([disabled]):focus-within) .indicator{box-shadow:0 0 2px 2px var(--accent-dark)}:host([disabled]) .indicator{border-color:currentcolor;background:var(--bg-grey-200);color:var(--text-grey-700)}@media only screen and (min-width: 768px){:host{width:calc(var(--space-unit) * 10)}:host(:not(:last-child))::after{top:calc(var(--space-unit) * 5);left:calc(var(--space-unit) * 8)}.stepper-item{width:calc(var(--space-unit) * 10)}.stepper-item span{display:block}.indicator{width:calc(var(--space-unit) * 6);height:calc(var(--space-unit) * 6);font-size:16px}}";
3
+ const stylesCss = ":host{position:relative;width:calc(var(--space-unit) * 5);font-family:var(--dashboard-font);font-weight:var(--font-rg)}:host(:not(:last-child)){flex:1}:host(:not(:last-child))::after{position:absolute;z-index:1;top:calc(var(--space-unit) * 4);right:calc(var(--space-unit) * 2);left:calc(var(--space-unit) * 3);display:block;width:auto;border-bottom:solid 2px var(--bg-grey-700);margin:0 calc(-1 * calc(var(--space-unit) * 2)) 0 calc(var(--space-unit) * 2);content:\"\"}.stepper-item{display:flex;width:calc(var(--space-unit) * 5);flex-direction:column;align-items:center;padding:0;border:0;appearance:none;background:transparent;color:inherit;font-family:inherit;font-size:18px;line-height:28px;outline:0;text-decoration:none}.stepper-item span{display:none;width:calc(100% + calc(var(--space-unit) * 4));text-align:center}:host(:not([disabled])) .stepper-item{cursor:pointer}:host([disabled]) .stepper-item{pointer-events:none}.indicator{display:flex;width:calc(var(--space-unit) * 4);height:calc(var(--space-unit) * 4);box-sizing:border-box;align-items:center;justify-content:center;border:2px solid var(--myz-blue);margin:calc(var(--space-unit) * 2);background:var(--bg-white);border-radius:50%;color:var(--myz-blue);content:counter(stepper);font-size:14px;font-weight:var(--font-sb);line-height:1}:host([pressed]:not([disabled])) .indicator{border-color:var(--myz-blue-dark);background:var(--myz-blue-dark);color:var(--text-white)}:host(:not([disabled]):focus-within) .indicator{box-shadow:var(--shadow-focus-primary)}:host([disabled]) .indicator{border-color:currentcolor;background:var(--bg-grey-200);color:var(--text-grey-700)}@media only screen and (min-width: 768px){:host{width:calc(var(--space-unit) * 10)}:host(:not(:last-child))::after{top:calc(var(--space-unit) * 5);left:calc(var(--space-unit) * 8)}.stepper-item{width:calc(var(--space-unit) * 10)}.stepper-item span{display:block}.indicator{width:calc(var(--space-unit) * 6);height:calc(var(--space-unit) * 6);font-size:16px}}";
4
4
 
5
5
  const ZStepperItem = class {
6
6
  constructor(hostRef) {
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-a2ca4b97.js';
2
2
 
3
- const stylesCss = "button{height:36px;padding-right:calc(var(--space-unit) * 2);padding-left:0;border:var(--border-size-medium) solid;border-color:transparent;background-color:var(--bg-white);border-radius:var(--border-radius);box-shadow:0 0 4px 0 rgb(0 0 0 / 20%);color:var(--myz-blue);cursor:pointer;fill:var(--myz-blue);font-family:var(--dashboard-font);font-size:14px;font-weight:var(--font-sb);outline:none;text-transform:uppercase;transition:all 200ms linear}button::-moz-focus-inner{border:0}button:hover{color:var(--myz-blue-dark);fill:var(--myz-blue-dark)}button:focus{border-color:var(--myz-blue);box-shadow:0 0 2px 2px var(--accent-dark);color:var(--myz-blue);fill:var(--myz-blue)}button:active{border-color:var(--myz-blue-light);box-shadow:0 2px 4px 0 rgb(0 0 0 / 40%);color:var(--myz-blue-light);fill:var(--myz-blue-light)}button:disabled{color:var(--text-grey-700);fill:var(--text-grey-700)}z-icon{display:inline-block;margin:0 var(--space-unit) 0 calc(var(--space-unit) * 2);transform:rotate(360deg);transition:all 200ms linear}button.isopen{top:-20px}button.avoid-clicks{pointer-events:none}";
3
+ const stylesCss = "button{height:36px;padding-right:calc(var(--space-unit) * 2);padding-left:0;border:var(--border-size-medium) solid;border-color:transparent;background-color:var(--bg-white);border-radius:var(--border-radius);box-shadow:0 0 4px 0 rgb(0 0 0 / 20%);color:var(--myz-blue);cursor:pointer;fill:var(--myz-blue);font-family:var(--dashboard-font);font-size:14px;font-weight:var(--font-sb);outline:none;text-transform:uppercase}button::-moz-focus-inner{border:0}button:hover{color:var(--myz-blue-dark);fill:var(--myz-blue-dark)}button:focus{box-shadow:var(--shadow-focus-primary);color:var(--myz-blue);fill:var(--myz-blue)}button:active{border-color:var(--myz-blue-light);box-shadow:0 2px 4px 0 rgb(0 0 0 / 40%);color:var(--myz-blue-light);fill:var(--myz-blue-light)}button:disabled{color:var(--text-grey-700);fill:var(--text-grey-700)}z-icon{display:inline-block;margin:0 var(--space-unit) 0 calc(var(--space-unit) * 2);transform:rotate(360deg);transition:all 200ms linear}button.isopen{top:-20px}button.avoid-clicks{pointer-events:none}";
4
4
 
5
5
  const ZToggleButton = class {
6
6
  constructor(hostRef) {
@@ -10,6 +10,8 @@ const ZToggleButton = class {
10
10
  this.isdisabled = false;
11
11
  /** open by default (optional) */
12
12
  this.opened = false;
13
+ /** aria-label for the button */
14
+ this.ariaLabel = "";
13
15
  }
14
16
  emitToggleClick() {
15
17
  if (this.isdisabled) {
@@ -22,7 +24,7 @@ const ZToggleButton = class {
22
24
  return (h("button", { tabindex: this.avoidclick ? "-1" : "0", class: {
23
25
  "isopen": this.opened,
24
26
  "avoid-clicks": this.avoidclick,
25
- }, disabled: this.isdisabled, onClick: () => this.emitToggleClick() }, h("z-icon", { name: this.opened ? "chevron-down" : "chevron-up", width: 16, height: 16 }), this.label));
27
+ }, disabled: this.isdisabled, "aria-expanded": this.opened ? "true" : "false", "aria-label": this.ariaLabel, onClick: () => this.emitToggleClick() }, h("z-icon", { name: this.opened ? "chevron-down" : "chevron-up", width: 16, height: 16 }), this.label));
26
28
  }
27
29
  };
28
30
  ZToggleButton.style = stylesCss;
File without changes
File without changes
@@ -6,7 +6,7 @@ export declare class ZButtonSort {
6
6
  label: string;
7
7
  /** label content (descending) */
8
8
  desclabel?: string;
9
- /** occurrencies counter (optional) */
9
+ /** occurrences counter (optional) */
10
10
  counter?: number;
11
11
  /** sort label content (ascending) (optional) */
12
12
  sortlabelasc?: string;
@@ -18,7 +18,7 @@ export declare class ZButtonSort {
18
18
  sortasc?: boolean;
19
19
  allowTooltip: boolean;
20
20
  private ellipsis?;
21
- /** sorting direction click event, returns buttonid and sortAsc */
21
+ /** sorting direction click event, returns `buttonid` and `sortAsc` */
22
22
  buttonSortClick: EventEmitter;
23
23
  private emitButtonSortClick;
24
24
  componentDidLoad(): void;
@@ -10,6 +10,8 @@ export declare class ZChip {
10
10
  interactiveIcon?: string;
11
11
  /** set z-chip as disabled */
12
12
  disabled?: boolean;
13
+ /** z-chip aria-label string */
14
+ ariaLabel: string;
13
15
  /** click on interactive icon */
14
16
  interactiveIconClick: EventEmitter;
15
17
  private emitinteractiveIconClick;
@@ -8,6 +8,8 @@ export declare class ZToggleButton {
8
8
  avoidclick: boolean;
9
9
  /** open by default (optional) */
10
10
  opened?: boolean;
11
+ /** aria-label for the button */
12
+ ariaLabel: string;
11
13
  /** emitted on toggle button click, returns isOpen */
12
14
  toggleClick: EventEmitter;
13
15
  private emitToggleClick;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -12,7 +12,7 @@ export declare class ZToastNotification {
12
12
  autoclose?: number;
13
13
  /** toast notification autoclose can be paused */
14
14
  pauseonfocusloss?: boolean;
15
- /** toast notification type: dark, light, accent, error, success, warning*/
15
+ /** toast notification type: dark, light, accent, error, success, warning */
16
16
  type?: ToastNotification;
17
17
  /** toast notification can be draggable*/
18
18
  isdraggable?: boolean;
File without changes
File without changes
@@ -1,5 +1,14 @@
1
1
  import { EventEmitter } from "../../stencil-public-runtime";
2
2
  import { CardVariant } from "../../beans";
3
+ /**
4
+ * ZCard component.
5
+ * @cssprop --aspect-ratio - Cover aspect ratio. Default: `1.62`
6
+ * @cssprop --z-card--border-color - Default: `var(--gray200)`
7
+ * @cssprop --z-card--color-cover-background - Cover color. Default: `var(--color-surface01)`
8
+ * @cssprop --z-card--text-background - Background color for the `text` variant. Default: `var(--color-surface01)`
9
+ * @cssprop --z-card--text-border-radius - Default: `none`
10
+ * @cssprop --z-card--text-border - Configure CSS `border`. Default: `none`
11
+ */
3
12
  export declare class ZCard {
4
13
  /**
5
14
  * Card variant.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -134,7 +134,7 @@ export namespace Components {
134
134
  */
135
135
  "buttonid": string;
136
136
  /**
137
- * occurrencies counter (optional)
137
+ * occurrences counter (optional)
138
138
  */
139
139
  "counter"?: number;
140
140
  /**
@@ -207,6 +207,10 @@ export namespace Components {
207
207
  "single": boolean;
208
208
  }
209
209
  interface ZChip {
210
+ /**
211
+ * z-chip aria-label string
212
+ */
213
+ "ariaLabel": string;
210
214
  /**
211
215
  * set z-chip as disabled
212
216
  */
@@ -1657,7 +1661,7 @@ export namespace Components {
1657
1661
  */
1658
1662
  "transition"?: ToastNotificationTransition;
1659
1663
  /**
1660
- * toast notification type: dark, light, accent, error, success, warning
1664
+ * toast notification type: dark, light, accent, error, success, warning
1661
1665
  */
1662
1666
  "type"?: ToastNotification;
1663
1667
  }
@@ -1672,6 +1676,10 @@ export namespace Components {
1672
1676
  "position": ToastNotificationPosition;
1673
1677
  }
1674
1678
  interface ZToggleButton {
1679
+ /**
1680
+ * aria-label for the button
1681
+ */
1682
+ "ariaLabel": string;
1675
1683
  /**
1676
1684
  * avoidclick status flag
1677
1685
  */
@@ -2651,7 +2659,7 @@ declare namespace LocalJSX {
2651
2659
  */
2652
2660
  "buttonid"?: string;
2653
2661
  /**
2654
- * occurrencies counter (optional)
2662
+ * occurrences counter (optional)
2655
2663
  */
2656
2664
  "counter"?: number;
2657
2665
  /**
@@ -2667,7 +2675,7 @@ declare namespace LocalJSX {
2667
2675
  */
2668
2676
  "label"?: string;
2669
2677
  /**
2670
- * sorting direction click event, returns buttonid and sortAsc
2678
+ * sorting direction click event, returns `buttonid` and `sortAsc`
2671
2679
  */
2672
2680
  "onButtonSortClick"?: (event: ZButtonSortCustomEvent<any>) => void;
2673
2681
  /**
@@ -2736,6 +2744,10 @@ declare namespace LocalJSX {
2736
2744
  "single"?: boolean;
2737
2745
  }
2738
2746
  interface ZChip {
2747
+ /**
2748
+ * z-chip aria-label string
2749
+ */
2750
+ "ariaLabel"?: string;
2739
2751
  /**
2740
2752
  * set z-chip as disabled
2741
2753
  */
@@ -4350,7 +4362,7 @@ declare namespace LocalJSX {
4350
4362
  */
4351
4363
  "transition"?: ToastNotificationTransition;
4352
4364
  /**
4353
- * toast notification type: dark, light, accent, error, success, warning
4365
+ * toast notification type: dark, light, accent, error, success, warning
4354
4366
  */
4355
4367
  "type"?: ToastNotification;
4356
4368
  }
@@ -4365,6 +4377,10 @@ declare namespace LocalJSX {
4365
4377
  "position"?: ToastNotificationPosition;
4366
4378
  }
4367
4379
  interface ZToggleButton {
4380
+ /**
4381
+ * aria-label for the button
4382
+ */
4383
+ "ariaLabel"?: string;
4368
4384
  /**
4369
4385
  * avoidclick status flag
4370
4386
  */
File without changes
File without changes
File without changes
@@ -4,6 +4,7 @@ import { LicenseType } from "../../../../beans/index";
4
4
  * @slot list - card resources list slot
5
5
  */
6
6
  export declare class ZMyzCardFooter {
7
+ host: HTMLZMyzCardFooterElement;
7
8
  /** volume title */
8
9
  titolo: string;
9
10
  /** authors name text */
@@ -28,5 +29,6 @@ export declare class ZMyzCardFooter {
28
29
  private elementAuthorsHasEllipsis;
29
30
  private retrieveClass;
30
31
  private footerTransitionHandler;
32
+ private getFirstListItem;
31
33
  render(): HTMLDivElement;
32
34
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1 @@
1
+ import{r as i,c,h,g as s}from"./p-d17ebc2f.js";import{x as r,p as a}from"./p-e1ac5c4e.js";import{g as t}from"./p-dfc69cc3.js";import"./p-d69e14fb.js";const e=class{constructor(h){i(this,h),this.interactiveIconClick=c(this,"interactiveIconClick",7),this.type=r.DEFAULT,this.disabled=!1,this.ariaLabel=""}emitinteractiveIconClick(){this.interactiveIconClick.emit()}getIconSize(){return t()!==a.DESKTOP?22:14}render(){return this.interactiveIcon?h("div",{class:`z-chip-container ${this.type}`,"aria-disabled":this.disabled},this.icon&&h("z-icon",{class:"icon-sx",name:this.icon,width:this.getIconSize(),height:this.getIconSize()}),h("slot",null),h("button",{type:"button",onClick:()=>this.emitinteractiveIconClick(),onKeyUp:()=>{},"aria-label":this.ariaLabel,disabled:this.disabled},h("z-icon",{name:this.interactiveIcon,width:this.getIconSize(),height:this.getIconSize()}))):h("div",{class:`${this.type}`},this.icon&&h("z-icon",{name:this.icon,width:this.getIconSize(),height:this.getIconSize()}),h("slot",null))}get el(){return s(this)}};e.style=".sc-z-chip-h>.z-chip-container.sc-z-chip{display:inline-flex;align-items:center;padding:0 calc(var(--space-unit) * 1.5);border:var(--border-size-small) solid var(--gray400);background-color:var(--bg-white);border-radius:14px;color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--dashboard-font);font-size:14px;font-weight:var(--font-sb)}.sc-z-chip-h>.z-chip-container.sc-z-chip:not([aria-disabled]) button.sc-z-chip>z-icon.sc-z-chip:last-child:hover{color:var(--color-hover-primary);fill:var(--color-hover-primary)}.sc-z-chip-h>.z-chip-container.sc-z-chip:hover:not([aria-disabled])>z-icon.sc-z-chip:first-child{fill:var(--color-icon02)}.sc-z-chip-h>.z-chip-container.sc-z-chip>button.sc-z-chip{padding:0;border:none;margin-left:var(--space-unit);background-color:transparent;cursor:pointer}.sc-z-chip-h>.z-chip-container.sc-z-chip>z-icon.icon-sx.sc-z-chip{margin-right:calc(var(--space-unit) / 2)}.sc-z-chip-h>.z-chip-container.sc-z-chip>button.sc-z-chip>z-icon.sc-z-chip:last-child{fill:var(--color-primary01)}.sc-z-chip-h>.z-chip-container[aria-disabled].sc-z-chip,.sc-z-chip-h>.z-chip-container[aria-disabled].sc-z-chip>z-icon.sc-z-chip,.sc-z-chip-h>.z-chip-container[aria-disabled].sc-z-chip>button.sc-z-chip>z-icon.sc-z-chip{color:var(--color-disabled03);fill:var(--color-disabled03)}.sc-z-chip-h>.z-chip-container[aria-disabled].sc-z-chip>button.sc-z-chip>z-icon.sc-z-chip{cursor:auto}.sc-z-chip-h>.z-chip-container[aria-disabled].sc-z-chip{border:var(--border-size-small) solid var(--color-disabled01)}.sc-z-chip-h>.z-chip-container.sc-z-chip>button.sc-z-chip:focus:focus-visible{border-radius:100%;box-shadow:var(--shadow-focus-primary);outline:none}.sc-z-chip-h>button.sc-z-chip:hover:not(:disabled):active:hover>button.sc-z-chip>z-icon.sc-z-chip:last-child{color:var(--color-primary01);fill:var(--color-primary01)}.sc-z-chip-h>div.sc-z-chip{display:inline-flex;min-height:28px;align-items:center;padding:0 calc(var(--space-unit) * 1.5);border:var(--border-size-small) solid var(--bg-grey-200);background-color:var(--bg-white);border-radius:14px;color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--dashboard-font);font-size:14px;line-height:28px}.sc-z-chip-h>div.sc-z-chip>z-icon.sc-z-chip{margin-right:calc(var(--space-unit) / 2)}.sc-z-chip-h>.z-chip-container.default.sc-z-chip,.sc-z-chip-h>div.default.sc-z-chip{min-height:44px;border-radius:22px;line-height:44px}.sc-z-chip-h>.z-chip-container.medium.sc-z-chip,.sc-z-chip-h>div.medium.sc-z-chip{min-height:40px;border-radius:22px;line-height:40px}.sc-z-chip-h>.z-chip-container.small.sc-z-chip,.sc-z-chip-h>div.small.sc-z-chip{min-height:36px;border-radius:22px;line-height:36px}@media only screen and (min-width: 1152px){.sc-z-chip-h>.z-chip-container.sc-z-chip{font-size:12px}.sc-z-chip-h>div.sc-z-chip{font-size:12px}.sc-z-chip-h>.z-chip-container.default.sc-z-chip,.sc-z-chip-h>div.default.sc-z-chip{min-height:32px;border-radius:16px;line-height:32px}.sc-z-chip-h>.z-chip-container.medium.sc-z-chip,.sc-z-chip-h>div.medium.sc-z-chip{min-height:28px;border-radius:16px;line-height:28px}.sc-z-chip-h>.z-chip-container.small.sc-z-chip,.sc-z-chip-h>div.small.sc-z-chip{min-height:24px;border-radius:16px;line-height:24px}}";export{e as z_chip}