@swisspost/design-system-components 10.0.0-next.54 → 10.0.0-next.55

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 (237) hide show
  1. package/dist/cjs/{index-Cb8CTrOz.js → index-B4gYpuJF.js} +9 -1
  2. package/dist/cjs/{index-DtvYdwe1.js → index-UFKR6Ok0.js} +2 -0
  3. package/dist/cjs/loader.cjs.js +2 -2
  4. package/dist/cjs/{package-CvZxvdTJ.js → package-DkJrv93P.js} +1 -1
  5. package/dist/cjs/post-accordion_2.cjs.entry.js +4 -4
  6. package/dist/cjs/post-avatar.cjs.entry.js +4 -4
  7. package/dist/cjs/post-back-to-top.cjs.entry.js +3 -3
  8. package/dist/cjs/post-banner.cjs.entry.js +4 -4
  9. package/dist/cjs/post-breadcrumb-item_2.cjs.entry.js +4 -4
  10. package/dist/cjs/post-breadcrumbs.cjs.entry.js +5 -5
  11. package/dist/cjs/post-card-control.cjs.entry.js +5 -5
  12. package/dist/cjs/post-closebutton_15.cjs.entry.js +105 -72
  13. package/dist/cjs/post-collapsible_2.cjs.entry.js +10 -9
  14. package/dist/cjs/post-components.cjs.js +2 -2
  15. package/dist/cjs/post-footer.cjs.entry.js +4 -4
  16. package/dist/cjs/post-linkarea.cjs.entry.js +3 -3
  17. package/dist/cjs/post-popover-trigger.cjs.entry.js +4 -4
  18. package/dist/cjs/post-popover.cjs.entry.js +5 -5
  19. package/dist/cjs/post-rating.cjs.entry.js +4 -4
  20. package/dist/cjs/post-stepper-item.cjs.entry.js +18 -0
  21. package/dist/cjs/post-stepper.cjs.entry.js +106 -0
  22. package/dist/cjs/post-tab-header.cjs.entry.js +4 -4
  23. package/dist/cjs/post-tab-panel.cjs.entry.js +4 -4
  24. package/dist/cjs/post-tabs.cjs.entry.js +3 -3
  25. package/dist/cjs/post-tooltip-trigger.cjs.entry.js +4 -4
  26. package/dist/cjs/post-tooltip.cjs.entry.js +5 -5
  27. package/dist/collection/collection-manifest.json +2 -0
  28. package/dist/collection/components/post-accordion/post-accordion.js +2 -2
  29. package/dist/collection/components/post-avatar/post-avatar.css +1 -1
  30. package/dist/collection/components/post-banner/post-banner.css +1 -1
  31. package/dist/collection/components/post-breadcrumbs/post-breadcrumbs.js +6 -6
  32. package/dist/collection/components/post-card-control/post-card-control.js +3 -3
  33. package/dist/collection/components/post-collapsible-trigger/post-collapsible-trigger.js +6 -5
  34. package/dist/collection/components/post-footer/post-footer.js +2 -2
  35. package/dist/collection/components/post-header/post-header.css +1 -1
  36. package/dist/collection/components/post-header/post-header.js +104 -54
  37. package/dist/collection/components/post-icon/post-icon.js +1 -1
  38. package/dist/collection/components/post-language-option/post-language-option.css +1 -1
  39. package/dist/collection/components/post-language-option/post-language-option.js +2 -2
  40. package/dist/collection/components/post-language-switch/post-language-switch.css +1 -1
  41. package/dist/collection/components/post-language-switch/post-language-switch.js +2 -2
  42. package/dist/collection/components/post-linkarea/post-linkarea.js +1 -1
  43. package/dist/collection/components/post-list/post-list.js +1 -1
  44. package/dist/collection/components/post-list-item/post-list-item.js +1 -1
  45. package/dist/collection/components/post-logo/post-logo.js +1 -1
  46. package/dist/collection/components/post-mainnavigation/post-mainnavigation.css +1 -1
  47. package/dist/collection/components/post-mainnavigation/post-mainnavigation.js +1 -1
  48. package/dist/collection/components/post-megadropdown/post-megadropdown.css +1 -1
  49. package/dist/collection/components/post-megadropdown/post-megadropdown.js +2 -2
  50. package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.css +1 -1
  51. package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.js +2 -2
  52. package/dist/collection/components/post-menu/post-menu.js +2 -2
  53. package/dist/collection/components/post-menu-item/post-menu-item.js +1 -1
  54. package/dist/collection/components/post-menu-trigger/post-menu-trigger.js +1 -1
  55. package/dist/collection/components/post-popover/post-popover.css +1 -1
  56. package/dist/collection/components/post-popover/post-popover.js +2 -2
  57. package/dist/collection/components/post-popover-trigger/post-popover-trigger.js +1 -1
  58. package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +2 -2
  59. package/dist/collection/components/post-rating/post-rating.js +2 -2
  60. package/dist/collection/components/post-stepper/post-stepper.css +1 -0
  61. package/dist/collection/components/post-stepper/post-stepper.js +204 -0
  62. package/dist/collection/components/post-stepper-item/post-stepper-item.css +7 -0
  63. package/dist/collection/components/post-stepper-item/post-stepper-item.js +18 -0
  64. package/dist/collection/components/post-tab-header/post-tab-header.js +1 -1
  65. package/dist/collection/components/post-tab-panel/post-tab-panel.js +1 -1
  66. package/dist/collection/components/post-tabs/post-tabs.js +1 -1
  67. package/dist/collection/components/post-togglebutton/post-togglebutton.js +1 -1
  68. package/dist/collection/components/post-tooltip/post-tooltip.css +1 -1
  69. package/dist/collection/components/post-tooltip/post-tooltip.js +1 -1
  70. package/dist/collection/components/post-tooltip-trigger/post-tooltip-trigger.js +1 -1
  71. package/dist/component-names.json +2 -0
  72. package/dist/components/index.d.ts +4 -0
  73. package/dist/components/index.js +2 -0
  74. package/dist/components/index2.js +2 -1
  75. package/dist/components/package.js +1 -1
  76. package/dist/components/post-accordion2.js +2 -2
  77. package/dist/components/post-avatar.js +2 -2
  78. package/dist/components/post-banner.js +1 -1
  79. package/dist/components/post-breadcrumbs.js +7 -7
  80. package/dist/components/post-card-control.js +3 -3
  81. package/dist/components/post-collapsible-trigger2.js +9 -8
  82. package/dist/components/post-footer.js +2 -2
  83. package/dist/components/post-header.js +89 -54
  84. package/dist/components/post-icon2.js +1 -1
  85. package/dist/components/post-language-option.js +3 -3
  86. package/dist/components/post-language-switch.js +3 -3
  87. package/dist/components/post-linkarea.js +1 -1
  88. package/dist/components/post-list-item.js +1 -1
  89. package/dist/components/post-list.js +1 -1
  90. package/dist/components/post-logo.js +1 -1
  91. package/dist/components/post-mainnavigation.js +2 -2
  92. package/dist/components/post-megadropdown-trigger.js +3 -3
  93. package/dist/components/post-megadropdown.js +3 -3
  94. package/dist/components/post-menu-item2.js +1 -1
  95. package/dist/components/post-menu-trigger2.js +1 -1
  96. package/dist/components/post-menu2.js +2 -2
  97. package/dist/components/post-popover-trigger.js +1 -1
  98. package/dist/components/post-popover.js +3 -3
  99. package/dist/components/post-popovercontainer2.js +2 -2
  100. package/dist/components/post-rating.js +2 -2
  101. package/dist/components/post-stepper-item.d.ts +11 -0
  102. package/dist/components/post-stepper-item.js +33 -0
  103. package/dist/components/post-stepper.d.ts +11 -0
  104. package/dist/components/post-stepper.js +134 -0
  105. package/dist/components/post-tab-header.js +1 -1
  106. package/dist/components/post-tab-panel.js +1 -1
  107. package/dist/components/post-tabs.js +1 -1
  108. package/dist/components/post-togglebutton.js +1 -1
  109. package/dist/components/post-tooltip-trigger.js +1 -1
  110. package/dist/components/post-tooltip.js +2 -2
  111. package/dist/components/react/index.js +1 -1
  112. package/dist/components/react/p-BhxZzOEC.js +3 -0
  113. package/dist/components/react/{p-nSFSgY-P.js → p-CSAMO7iJ.js} +5 -5
  114. package/dist/components/react/{p-CV7fm1rW.js → p-CYkf_7Y5.js} +2 -1
  115. package/dist/components/react/{p-BfLuYwf7.js → p-Ccrl2AQn.js} +2 -2
  116. package/dist/components/react/{p-DVxZMuPW.js → p-CewRvBtg.js} +4 -4
  117. package/dist/components/react/{p-BUxAs8N5.js → p-Cwiv86_f.js} +3 -3
  118. package/dist/components/react/{p-BK474oMI.js → p-D2waO0Zc.js} +2 -2
  119. package/dist/components/react/{p-2U_BGLjc.js → p-DBPOV12C.js} +3 -3
  120. package/dist/components/react/{p-mENtrn2l.js → p-DVGEExot.js} +4 -4
  121. package/dist/components/react/{p-Ccgu_WOx.js → p-Djvj8fd2.js} +3 -3
  122. package/dist/components/react/{p-D4NSCxrX.js → p-LtiDhYis.js} +11 -10
  123. package/dist/components/react/{p-D3CFjhAf.js → p-XrZzCOKT.js} +3 -3
  124. package/dist/components/react/{p-Dj7qWba5.js → p-v3pOrMNQ.js} +5 -5
  125. package/dist/components/react/post-accordion-item.js +1 -1
  126. package/dist/components/react/post-accordion.js +1 -1
  127. package/dist/components/react/post-avatar.js +3 -3
  128. package/dist/components/react/post-back-to-top.js +3 -3
  129. package/dist/components/react/post-banner.js +3 -3
  130. package/dist/components/react/post-breadcrumb-item.js +1 -1
  131. package/dist/components/react/post-breadcrumbs.js +14 -14
  132. package/dist/components/react/post-card-control.js +6 -6
  133. package/dist/components/react/post-closebutton.js +1 -1
  134. package/dist/components/react/post-collapsible-trigger.js +1 -1
  135. package/dist/components/react/post-collapsible.js +1 -1
  136. package/dist/components/react/post-footer.js +9 -9
  137. package/dist/components/react/post-header.js +90 -55
  138. package/dist/components/react/post-icon.js +1 -1
  139. package/dist/components/react/post-language-option.js +5 -5
  140. package/dist/components/react/post-language-switch.js +9 -9
  141. package/dist/components/react/post-linkarea.js +2 -2
  142. package/dist/components/react/post-list-item.js +2 -2
  143. package/dist/components/react/post-list.js +2 -2
  144. package/dist/components/react/post-logo.js +3 -3
  145. package/dist/components/react/post-mainnavigation.js +4 -4
  146. package/dist/components/react/post-megadropdown-trigger.js +5 -5
  147. package/dist/components/react/post-megadropdown.js +4 -4
  148. package/dist/components/react/post-menu-item.js +1 -1
  149. package/dist/components/react/post-menu-trigger.js +1 -1
  150. package/dist/components/react/post-menu.js +1 -1
  151. package/dist/components/react/post-popover-trigger.js +3 -3
  152. package/dist/components/react/post-popover.js +8 -8
  153. package/dist/components/react/post-popovercontainer.js +1 -1
  154. package/dist/components/react/post-rating.js +5 -5
  155. package/dist/components/react/post-stepper-item.d.ts +11 -0
  156. package/dist/components/react/post-stepper-item.js +34 -0
  157. package/dist/components/react/post-stepper.d.ts +11 -0
  158. package/dist/components/react/post-stepper.js +135 -0
  159. package/dist/components/react/post-tab-header.js +3 -3
  160. package/dist/components/react/post-tab-panel.js +3 -3
  161. package/dist/components/react/post-tabs.js +2 -2
  162. package/dist/components/react/post-togglebutton.js +2 -2
  163. package/dist/components/react/post-tooltip-trigger.js +3 -3
  164. package/dist/components/react/post-tooltip.js +5 -5
  165. package/dist/docs.json +175 -27
  166. package/dist/esm/{index-VmK3ABCB.js → index-Beaz8wEe.js} +2 -1
  167. package/dist/esm/{index-CFNKgUjL.js → index-wEFJ-c34.js} +9 -1
  168. package/dist/esm/loader.js +3 -3
  169. package/dist/esm/package-BhxZzOEC.js +3 -0
  170. package/dist/esm/post-accordion_2.entry.js +4 -4
  171. package/dist/esm/post-avatar.entry.js +4 -4
  172. package/dist/esm/post-back-to-top.entry.js +3 -3
  173. package/dist/esm/post-banner.entry.js +4 -4
  174. package/dist/esm/post-breadcrumb-item_2.entry.js +4 -4
  175. package/dist/esm/post-breadcrumbs.entry.js +5 -5
  176. package/dist/esm/post-card-control.entry.js +5 -5
  177. package/dist/esm/post-closebutton_15.entry.js +105 -72
  178. package/dist/esm/post-collapsible_2.entry.js +10 -9
  179. package/dist/esm/post-components.js +3 -3
  180. package/dist/esm/post-footer.entry.js +4 -4
  181. package/dist/esm/post-linkarea.entry.js +3 -3
  182. package/dist/esm/post-popover-trigger.entry.js +4 -4
  183. package/dist/esm/post-popover.entry.js +5 -5
  184. package/dist/esm/post-rating.entry.js +4 -4
  185. package/dist/esm/post-stepper-item.entry.js +16 -0
  186. package/dist/esm/post-stepper.entry.js +104 -0
  187. package/dist/esm/post-tab-header.entry.js +4 -4
  188. package/dist/esm/post-tab-panel.entry.js +4 -4
  189. package/dist/esm/post-tabs.entry.js +3 -3
  190. package/dist/esm/post-tooltip-trigger.entry.js +4 -4
  191. package/dist/esm/post-tooltip.entry.js +5 -5
  192. package/dist/post-components/p-01e678c9.entry.js +1 -0
  193. package/dist/post-components/p-034a453f.entry.js +1 -0
  194. package/dist/post-components/p-15a4cdbf.entry.js +1 -0
  195. package/dist/post-components/p-24dc54d1.entry.js +1 -0
  196. package/dist/post-components/p-2a2030bf.entry.js +1 -0
  197. package/dist/post-components/p-2ed84cc3.entry.js +1 -0
  198. package/dist/post-components/{p-77e43032.entry.js → p-3228968f.entry.js} +1 -1
  199. package/dist/post-components/p-3c01ddfe.entry.js +1 -0
  200. package/dist/post-components/{p-261b1452.entry.js → p-57288cb2.entry.js} +1 -1
  201. package/dist/post-components/{p-0e92dbef.entry.js → p-748b1f01.entry.js} +1 -1
  202. package/dist/post-components/{p-0ec2bdd7.entry.js → p-7745e46e.entry.js} +1 -1
  203. package/dist/post-components/{p-8f0fc02a.entry.js → p-7f635728.entry.js} +1 -1
  204. package/dist/post-components/p-82c178a3.entry.js +1 -0
  205. package/dist/post-components/p-9b5f8319.entry.js +1 -0
  206. package/dist/post-components/p-Beaz8wEe.js +1 -0
  207. package/dist/post-components/p-BhxZzOEC.js +1 -0
  208. package/dist/post-components/{p-96750e25.entry.js → p-a9644e54.entry.js} +1 -1
  209. package/dist/post-components/{p-658b1ccc.entry.js → p-af030a3a.entry.js} +1 -1
  210. package/dist/post-components/{p-e90688ab.entry.js → p-b8ba8139.entry.js} +1 -1
  211. package/dist/post-components/{p-bf41fe56.entry.js → p-cd03e6f2.entry.js} +1 -1
  212. package/dist/post-components/{p-02ea3ec5.entry.js → p-db935e8e.entry.js} +1 -1
  213. package/dist/post-components/{p-11c204e0.entry.js → p-e62e1f57.entry.js} +1 -1
  214. package/dist/post-components/{p-f1b815b6.entry.js → p-fb4b1641.entry.js} +1 -1
  215. package/dist/post-components/p-wEFJ-c34.js +2 -0
  216. package/dist/post-components/post-components.css +1 -1
  217. package/dist/post-components/post-components.esm.js +1 -1
  218. package/dist/types/components/post-collapsible-trigger/post-collapsible-trigger.d.ts +1 -0
  219. package/dist/types/components/post-header/post-header.d.ts +15 -11
  220. package/dist/types/components/post-stepper/post-stepper.d.ts +38 -0
  221. package/dist/types/components/post-stepper-item/post-stepper-item.d.ts +3 -0
  222. package/dist/types/components.d.ts +62 -2
  223. package/hydrate/index.js +296 -124
  224. package/hydrate/index.mjs +296 -124
  225. package/package.json +7 -8
  226. package/dist/components/react/p-BXRsHuTS.js +0 -3
  227. package/dist/esm/package-BXRsHuTS.js +0 -3
  228. package/dist/post-components/p-197a0f25.entry.js +0 -1
  229. package/dist/post-components/p-3274ab81.entry.js +0 -1
  230. package/dist/post-components/p-BXRsHuTS.js +0 -1
  231. package/dist/post-components/p-CFNKgUjL.js +0 -2
  232. package/dist/post-components/p-VmK3ABCB.js +0 -1
  233. package/dist/post-components/p-b5b5e4b9.entry.js +0 -1
  234. package/dist/post-components/p-b8059ba1.entry.js +0 -1
  235. package/dist/post-components/p-d6134e24.entry.js +0 -1
  236. package/dist/post-components/p-e7029b9e.entry.js +0 -1
  237. package/dist/post-components/p-ea5da614.entry.js +0 -1
@@ -1,8 +1,8 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, h, a as Host } from './index.js';
2
- import { a as PLACEMENT_TYPES, d as defineCustomElement$1 } from './p-mENtrn2l.js';
3
- import { v as version } from './p-BXRsHuTS.js';
2
+ import { a as PLACEMENT_TYPES, d as defineCustomElement$1 } from './p-DVGEExot.js';
3
+ import { v as version } from './p-BhxZzOEC.js';
4
4
  import { g as getFocusableChildren } from './p-BVXiQdHq.js';
5
- import { d as checkEmptyOrOneOf, c as checkRequiredAndType } from './p-CV7fm1rW.js';
5
+ import { d as checkEmptyOrOneOf, c as checkRequiredAndType } from './p-CYkf_7Y5.js';
6
6
  import './p-CJ80BZ06.js';
7
7
  import { E as EventFrom } from './p-CzIKqBrS.js';
8
8
  import { g as getRoot } from './p-CBFgkSgY.js';
@@ -195,7 +195,7 @@ const PostMenu = /*@__PURE__*/ proxyCustomElement(class PostMenu extends H {
195
195
  .flatMap(el => Array.from(getFocusableChildren(el))));
196
196
  }
197
197
  render() {
198
- return (h(Host, { key: 'eef3d3cdf2553c2627ddf580a95c70f00c02d388', "data-version": version }, h("post-popovercontainer", { key: '27c3341bec9d4ee98b59f70e902913f03954c32c', onPostShow: this.handlePostShown, onPostToggle: this.handlePostToggled, placement: this.placement, ref: e => (this.popoverRef = e) }, h("div", { key: 'ef6c0ab8b6de380c23f6562a3d0ba34d9eaace98', part: "menu" }, h("slot", { key: 'edca1d3e9ab11d016ba18baf9f8d6aa65bb71958', name: "header" }), h("slot", { key: '40596847f9bac957a5992364997f0bcd8fd6a704' })))));
198
+ return (h(Host, { key: 'ab27eeef6ddcca57eb65ca9f7471809d9f78d7d1', "data-version": version }, h("post-popovercontainer", { key: 'c8053a6cbae6d22751e81107099180b95829b8c4', onPostShow: this.handlePostShown, onPostToggle: this.handlePostToggled, placement: this.placement, ref: e => (this.popoverRef = e) }, h("div", { key: 'c60d336220b331cd7f3d5b896788f3fdcee090cf', part: "menu" }, h("slot", { key: '629b1f5dbe4074df6459bdfe64e1c0f836314e85', name: "header" }), h("slot", { key: 'c918bba494424db857e7e99fd80d24224bdeb9ed' })))));
199
199
  }
200
200
  get host() { return this; }
201
201
  static get watchers() { return {
@@ -205,7 +205,7 @@ const PostMenu = /*@__PURE__*/ proxyCustomElement(class PostMenu extends H {
205
205
  static get style() { return postMenuCss; }
206
206
  }, [1, "post-menu", {
207
207
  "placement": [1],
208
- "label": [1],
208
+ "label": [513],
209
209
  "isVisible": [32],
210
210
  "toggle": [64],
211
211
  "show": [64],
@@ -82,7 +82,8 @@ const checkEmptyOrPattern = emptyOr(checkPattern);
82
82
  const checkEmptyOrType = emptyOr(checkType);
83
83
  const checkEmptyOrUrl = emptyOr(checkUrl);
84
84
  const checkRequiredAndOneOf = requiredAnd(checkOneOf);
85
+ const checkRequiredAndPattern = requiredAnd(checkPattern);
85
86
  const checkRequiredAndType = requiredAnd(checkType);
86
87
  const checkRequiredAndUrl = requiredAnd(checkUrl);
87
88
 
88
- export { checkEmptyOrUrl as a, checkRequiredAndOneOf as b, checkRequiredAndType as c, checkEmptyOrOneOf as d, checkEmptyOrType as e, checkEmptyOrPattern as f, checkRequiredAndUrl as g };
89
+ export { checkEmptyOrUrl as a, checkRequiredAndOneOf as b, checkRequiredAndType as c, checkEmptyOrOneOf as d, checkEmptyOrType as e, checkRequiredAndPattern as f, checkEmptyOrPattern as g, checkRequiredAndUrl as h };
@@ -1,7 +1,7 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, h, a as Host } from './index.js';
2
- import { v as version } from './p-BXRsHuTS.js';
2
+ import { v as version } from './p-BhxZzOEC.js';
3
3
  import { I as IS_BROWSER } from './p-CJ80BZ06.js';
4
- import { e as checkEmptyOrType } from './p-CV7fm1rW.js';
4
+ import { e as checkEmptyOrType } from './p-CYkf_7Y5.js';
5
5
 
6
6
  function isMotionReduced() {
7
7
  return IS_BROWSER ? window.matchMedia('(prefers-reduced-motion: reduce)').matches : false;
@@ -1,7 +1,7 @@
1
1
  import { p as proxyCustomElement, H, h, a as Host } from './index.js';
2
- import { v as version } from './p-BXRsHuTS.js';
2
+ import { v as version } from './p-BhxZzOEC.js';
3
3
  import { H as HEADING_LEVELS } from './p-r4txK0AC.js';
4
- import { b as checkRequiredAndOneOf } from './p-CV7fm1rW.js';
4
+ import { b as checkRequiredAndOneOf } from './p-CYkf_7Y5.js';
5
5
  import './p-CJ80BZ06.js';
6
6
  import { E as EventFrom } from './p-CzIKqBrS.js';
7
7
 
@@ -102,7 +102,7 @@ const PostAccordion = /*@__PURE__*/ proxyCustomElement(class PostAccordion exten
102
102
  });
103
103
  }
104
104
  render() {
105
- return (h(Host, { key: 'ab800b580f0dd591a9413305afa282ff7e697759', "data-version": version }, h("div", { key: '258ba1dc99811545c0dd9796ef521a05a0c87dda', class: "accordion" }, h("slot", { key: '2ad7482962316723f5c8ff334bad7cc33b6fa953', onSlotchange: () => this.registerAccordionItems() }))));
105
+ return (h(Host, { key: '470d8a7646796044df8f9cf1ebfc113e5c8db960', "data-version": version }, h("div", { key: '360ad1fe885dbb3c61a5c026ea253e7fba81ef9e', class: "accordion" }, h("slot", { key: '9e14d7906cba560a848986787159f56c961c78db', onSlotchange: () => this.registerAccordionItems() }))));
106
106
  }
107
107
  get host() { return this; }
108
108
  static get watchers() { return {
@@ -110,7 +110,7 @@ const PostAccordion = /*@__PURE__*/ proxyCustomElement(class PostAccordion exten
110
110
  }; }
111
111
  static get style() { return postAccordionCss; }
112
112
  }, [1, "post-accordion", {
113
- "headingLevel": [2, "heading-level"],
113
+ "headingLevel": [514, "heading-level"],
114
114
  "multiple": [4],
115
115
  "toggle": [64],
116
116
  "expandAll": [64],
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h, a as Host } from './index.js';
2
- import { v as version } from './p-BXRsHuTS.js';
3
- import { c as checkRequiredAndType } from './p-CV7fm1rW.js';
2
+ import { v as version } from './p-BhxZzOEC.js';
3
+ import { c as checkRequiredAndType } from './p-CYkf_7Y5.js';
4
4
  import './p-CJ80BZ06.js';
5
5
  import { g as getRoot } from './p-CBFgkSgY.js';
6
6
 
@@ -80,7 +80,7 @@ const PostMenuTrigger = /*@__PURE__*/ proxyCustomElement(class PostMenuTrigger e
80
80
  }
81
81
  }
82
82
  render() {
83
- return (h(Host, { key: 'fc962802089652073c19cc35a511e48b0cab43b7', "data-version": version, "tab-index": "-1" }, h("slot", { key: 'd3a8b40c0a88c44092b56ca4aa1c74f880bebb20' })));
83
+ return (h(Host, { key: '14592f9564fdb09b2e809374d5794bf71f576dbb', "data-version": version, "tab-index": "-1" }, h("slot", { key: 'a0f463000420df39035cc5a48369d230394b5e04' })));
84
84
  }
85
85
  get host() { return this; }
86
86
  static get watchers() { return {
@@ -1,5 +1,5 @@
1
1
  import { p as proxyCustomElement, H, h, a as Host } from './index.js';
2
- import { v as version } from './p-BXRsHuTS.js';
2
+ import { v as version } from './p-BhxZzOEC.js';
3
3
 
4
4
  const postMenuItemCss = "post-menu-item button{padding:0;overflow:visible;border:0;background:none;color:var(--post-scheme-color-interactive-button-secondary-enabled-fg);font:inherit;-webkit-user-select:none;user-select:none;appearance:button}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){post-menu-item button{background-color:ButtonFace !important}post-menu-item button:hover{background-color:Highlight !important}}post-menu-item a{text-decoration:none}post-menu-item button,post-menu-item a{position:relative;display:flex;width:100%;align-items:center;padding:.5rem .75rem .5rem 1rem;gap:.75rem;font-size:.875rem;color:#050400;border-radius:0}post-menu-item button post-icon,post-menu-item a post-icon{width:1rem;height:1rem;margin-block:.25rem}@media screen and (min-width: 780px){post-menu-item button,post-menu-item a{font-size:1rem;padding-block:.75rem;gap:1rem}post-menu-item button post-icon,post-menu-item a post-icon{width:1.5rem;height:1.5rem;margin:0}}@media screen and (min-width: 1024px){post-menu-item button,post-menu-item a{font-size:1.25rem;padding-block:.8125rem}}post-menu-item button:focus-visible,post-menu-item a:focus-visible{outline-offset:2px !important;border-radius:4px}post-menu-item button:hover,post-menu-item a:hover{background-color:#504f4b;color:#fff}";
5
5
 
@@ -9,7 +9,7 @@ const PostMenuItem = /*@__PURE__*/ proxyCustomElement(class PostMenuItem extends
9
9
  this.__registerHost();
10
10
  }
11
11
  render() {
12
- return (h(Host, { key: 'd37c4eed483b46dedcccbc835017ff2415dbd22e', "data-version": version }, h("slot", { key: 'e13d1f35e7883a0aee4d08ceb39caeb97fb960ec' })));
12
+ return (h(Host, { key: '9d6015291b82728739de4263a62a59ad4a99c94d', "data-version": version }, h("slot", { key: '51f5ff356cddffc806639cc343437500f898065e' })));
13
13
  }
14
14
  static get style() { return postMenuItemCss; }
15
15
  }, [4, "post-menu-item"]);
@@ -1,7 +1,7 @@
1
1
  import { p as proxyCustomElement, H, h, a as Host } from './index.js';
2
2
  import { I as IS_BROWSER } from './p-CJ80BZ06.js';
3
- import { d as checkEmptyOrOneOf, e as checkEmptyOrType, c as checkRequiredAndType } from './p-CV7fm1rW.js';
4
- import { v as version } from './p-BXRsHuTS.js';
3
+ import { d as checkEmptyOrOneOf, e as checkEmptyOrType, c as checkRequiredAndType } from './p-CYkf_7Y5.js';
4
+ import { v as version } from './p-BhxZzOEC.js';
5
5
 
6
6
  const postIconCss = ":host{display:inline-block;width:1em;height:1em;vertical-align:-0.15em}span{display:block;width:100%;height:100%;fill:currentColor;forced-color-adjust:preserve-parent-color;background-color:currentColor;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%}:host([flip-h]:not([flip-h=false])){scale:-1 1}:host([flip-v]:not([flip-v=false])){scale:1 -1}:host([flip-h][flip-v]:not([flip-h=false],[flip-v=false])){scale:-1}:host([animation]){transform-origin:center}:host([animation=cylon]){animation:icon-animation-cylon .75s ease-in-out infinite alternate}:host([animation=cylon-vertical]){animation:icon-animation-cylon-vertical .75s ease-in-out infinite alternate}:host([animation=spin]){animation:icon-animation-spin 2s linear infinite normal}:host([animation=spin-reverse]){animation:icon-animation-spin 2s linear infinite reverse}:host([animation=fade]){animation:icon-animation-fade .75s ease-in-out infinite alternate}:host([animation=throb]){animation:icon-animation-throb .75s ease-in-out infinite alternate}@keyframes icon-animation-cylon{from{transform:translateX(-25%)}to{transform:translateX(25%)}}@keyframes icon-animation-cylon-vertical{from{transform:translateY(25%)}to{transform:translateY(-25%)}}@keyframes icon-animation-fade{from{opacity:.1}to{opacity:1}}@keyframes icon-animation-spin{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes icon-animation-throb{from{opacity:.5;transform:scale(0.5)}to{opacity:1;transform:scale(1)}}";
7
7
 
@@ -116,7 +116,7 @@ const PostIcon = /*@__PURE__*/ proxyCustomElement(class PostIcon extends H {
116
116
  this.validateAnimation();
117
117
  }
118
118
  render() {
119
- return (h(Host, { key: '0031b3e2e4016f9b28cade66fa435741940946a7', "data-version": version }, h("span", { key: '0efbcdd5f1dd737640238a0ab81b67ca8218adec', style: this.getStyles() })));
119
+ return (h(Host, { key: '7ce1f627f621201c0f4d6e90ee3d8d6d3c32798a', "data-version": version }, h("span", { key: '987ecd266b8bd68bdbb06cdb500a746b913e79b1', style: this.getStyles() })));
120
120
  }
121
121
  get host() { return this; }
122
122
  static get watchers() { return {
@@ -1,7 +1,7 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, h, a as Host } from './index.js';
2
2
  import { I as IS_BROWSER } from './p-CJ80BZ06.js';
3
- import { d as checkEmptyOrOneOf, e as checkEmptyOrType } from './p-CV7fm1rW.js';
4
- import { v as version } from './p-BXRsHuTS.js';
3
+ import { d as checkEmptyOrOneOf, e as checkEmptyOrType } from './p-CYkf_7Y5.js';
4
+ import { v as version } from './p-BhxZzOEC.js';
5
5
 
6
6
  const PLACEMENT_TYPES = [
7
7
  'top',
@@ -3062,9 +3062,9 @@ const PostPopovercontainer = /*@__PURE__*/ proxyCustomElement(class PostPopoverc
3062
3062
  }
3063
3063
  }
3064
3064
  render() {
3065
- return (h(Host, { key: 'ec57bb478a7fe7d6449ef1ed4d91db4d0835ea4e', "data-version": version, popover: this.manualClose ? 'manual' : 'auto' }, h("div", { key: '2969b3c6ef9441d06b9c913f47bb64e84006dbe4', class: "popover-content" }, this.arrow && (h("span", { key: '03b8addd0bee91d9358e9554f2d507b9a349e0db', class: "arrow", ref: el => {
3065
+ return (h(Host, { key: '9ec775608a6bfab69c50e9cefb1a42235deaa451', "data-version": version, popover: this.manualClose ? 'manual' : 'auto' }, h("div", { key: 'b659d1ce9cf9d3b661e3712c689cf1ffb0816f6e', class: "popover-content" }, this.arrow && (h("span", { key: '504e007d07d6b38018d93f5dca5a074b881cd50b', class: "arrow", ref: el => {
3066
3066
  this.arrowRef = el;
3067
- } })), h("slot", { key: '2fb25dce5ea9e5f1044cde4839df61af34c8b667' }))));
3067
+ } })), h("slot", { key: '207062f4582b4aad7b570a7453711fd61654d5e3' }))));
3068
3068
  }
3069
3069
  get host() { return this; }
3070
3070
  static get watchers() { return {
@@ -1,8 +1,8 @@
1
1
  import { p as proxyCustomElement, H, h, a as Host } from './index.js';
2
- import { v as version } from './p-BXRsHuTS.js';
3
- import { a as checkEmptyOrUrl } from './p-CV7fm1rW.js';
2
+ import { v as version } from './p-BhxZzOEC.js';
3
+ import { a as checkEmptyOrUrl } from './p-CYkf_7Y5.js';
4
4
  import './p-CJ80BZ06.js';
5
- import { d as defineCustomElement$1 } from './p-2U_BGLjc.js';
5
+ import { d as defineCustomElement$1 } from './p-DBPOV12C.js';
6
6
 
7
7
  const postBreadcrumbItemCss = ":host{display:flex;align-items:center;justify-content:start;gap:var(--post-device-spacing-gap-inline-5)}:host post-icon{box-sizing:border-box;height:var(--post-core-dimension-24);width:var(--post-core-dimension-24);padding-block:var(--post-core-dimension-4);padding-inline:var(--post-core-dimension-4)}.breadcrumb-item{white-space:nowrap;line-height:150%;padding-block:var(--post-device-spacing-padding-block-7);color:var(--post-scheme-color-interactive-primary-enabled-fg1);text-decoration:var(--post-core-text-decoration-none)}.breadcrumb-item{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.breadcrumb-item:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.breadcrumb-item:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.breadcrumb-item:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.breadcrumb-item:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.breadcrumb-item:hover{color:var(--post-scheme-color-interactive-primary-hover-fg1);text-decoration:var(--post-core-text-decoration-underline)}.breadcrumb-item:focus-visible{border-radius:var(--post-device-border-radius-focus)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.breadcrumb-item,.breadcrumb-item:focus,.breadcrumb-item:hover{color:LinkText !important}.breadcrumb-item:visited{color:VisitedText !important}}";
8
8
 
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h, a as Host } from './index.js';
2
- import { v as version } from './p-BXRsHuTS.js';
3
- import { c as checkRequiredAndType } from './p-CV7fm1rW.js';
2
+ import { v as version } from './p-BhxZzOEC.js';
3
+ import { c as checkRequiredAndType } from './p-CYkf_7Y5.js';
4
4
  import './p-CJ80BZ06.js';
5
5
  import { E as EventFrom } from './p-CzIKqBrS.js';
6
6
  import { g as getRoot } from './p-CBFgkSgY.js';
@@ -16,18 +16,19 @@ var __decorate = (undefined && undefined.__decorate) || function (decorators, ta
16
16
  return c > 3 && r && Object.defineProperty(target, key, r), r;
17
17
  };
18
18
  const PostCollapsibleTrigger = /*@__PURE__*/ proxyCustomElement(class PostCollapsibleTrigger extends H {
19
- constructor() {
20
- super();
21
- this.__registerHost();
22
- this.__attachShadow();
23
- this.observer = new MutationObserver(() => this.setTrigger());
24
- }
25
19
  /**
26
20
  * Set the "aria-controls" and "aria-expanded" attributes on the trigger to match the state of the controlled post-collapsible
27
21
  */
28
22
  validateAriaAttributes() {
29
23
  checkRequiredAndType(this, 'for', 'string');
30
24
  }
25
+ constructor() {
26
+ super();
27
+ this.__registerHost();
28
+ this.__attachShadow();
29
+ this.observer = new MutationObserver(() => this.setTrigger());
30
+ this.handlePostToggle = this.handlePostToggle.bind(this);
31
+ }
31
32
  /**
32
33
  * Initiate a mutation observer that updates the trigger whenever necessary
33
34
  */
@@ -44,7 +45,7 @@ const PostCollapsibleTrigger = /*@__PURE__*/ proxyCustomElement(class PostCollap
44
45
  }
45
46
  disconnectedCallback() {
46
47
  this.observer.disconnect();
47
- this.root.removeEventListener('postToggle', this.handlePostToggle);
48
+ this.root?.removeEventListener('postToggle', this.handlePostToggle);
48
49
  }
49
50
  /**
50
51
  * Update the "aria-controls" and "aria-expanded" attributes on the trigger button
@@ -103,7 +104,7 @@ const PostCollapsibleTrigger = /*@__PURE__*/ proxyCustomElement(class PostCollap
103
104
  this.updateAriaAttributes();
104
105
  }
105
106
  render() {
106
- return (h(Host, { key: 'd0851c032e622f4a182e1321331e84eaa0440245', "data-version": version }, h("slot", { key: 'd495c42f409de0f9230c01031ecddab69cead1b7' })));
107
+ return (h(Host, { key: '1cd00cfdb29b9ce191b8eb1fe6a91ddab412d006', "data-version": version }, h("slot", { key: 'b0625b4f2074852609d4a3dd700c04e01fa34d0a' })));
107
108
  }
108
109
  get host() { return this; }
109
110
  static get watchers() { return {
@@ -1,8 +1,8 @@
1
1
  import { p as proxyCustomElement, H, h, a as Host } from './index.js';
2
- import { v as version } from './p-BXRsHuTS.js';
3
- import { d as checkEmptyOrOneOf } from './p-CV7fm1rW.js';
2
+ import { v as version } from './p-BhxZzOEC.js';
3
+ import { d as checkEmptyOrOneOf } from './p-CYkf_7Y5.js';
4
4
  import './p-CJ80BZ06.js';
5
- import { d as defineCustomElement$1 } from './p-2U_BGLjc.js';
5
+ import { d as defineCustomElement$1 } from './p-DBPOV12C.js';
6
6
 
7
7
  const BUTTON_TYPES = ['button', 'submit', 'reset'];
8
8
 
@@ -1,13 +1,13 @@
1
1
  import { p as proxyCustomElement, H, h, a as Host } from './index.js';
2
- import { v as version } from './p-BXRsHuTS.js';
2
+ import { v as version } from './p-BhxZzOEC.js';
3
3
  import { H as HEADING_LEVELS } from './p-r4txK0AC.js';
4
- import { d as checkEmptyOrOneOf } from './p-CV7fm1rW.js';
4
+ import { d as checkEmptyOrOneOf } from './p-CYkf_7Y5.js';
5
5
  import './p-CJ80BZ06.js';
6
6
  import { E as EventFrom } from './p-CzIKqBrS.js';
7
7
  import { n as nanoid } from './p-BLchVpF6.js';
8
- import { d as defineCustomElement$3 } from './p-BfLuYwf7.js';
9
- import { d as defineCustomElement$2 } from './p-D4NSCxrX.js';
10
- import { d as defineCustomElement$1 } from './p-2U_BGLjc.js';
8
+ import { d as defineCustomElement$3 } from './p-Ccrl2AQn.js';
9
+ import { d as defineCustomElement$2 } from './p-LtiDhYis.js';
10
+ import { d as defineCustomElement$1 } from './p-DBPOV12C.js';
11
11
 
12
12
  const postAccordionItemCss = ".accordion-item::after{display:block;content:\"\";margin-block-start:calc(var(--post-device-border-width-default)*-1);border-block-end:var(--post-device-border-width-default) var(--post-core-border-style-solid) var(--post-scheme-color-interactive-primary-enabled-stroke)}.accordion-item:has(.accordion-button:hover)::after{border-color:var(--post-scheme-color-interactive-primary-hover-stroke)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.accordion-item:has(.accordion-button:hover)::after{border-color:Highlight}}.accordion-header{color:var(--post-scheme-color-interactive-primary-enabled-fg1);font-size:var(--post-device-font-size-5);margin:0;line-height:var(--post-device-line-height-heading);font-weight:var(--post-device-font-weight-extra-black)}.accordion-button{padding:0;overflow:visible;border:0;background:none;color:var(--post-scheme-color-interactive-button-secondary-enabled-fg);font:inherit;-webkit-user-select:none;user-select:none;appearance:button;display:flex;position:relative;width:100%;align-items:center;text-align:start;gap:var(--post-device-spacing-gap-7);padding:calc(var(--post-device-spacing-padding-19) + var(--post-device-border-width-default)) calc(var(--post-device-spacing-padding-5) + var(--post-device-border-width-default));cursor:pointer}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.accordion-button{background-color:ButtonFace !important}.accordion-button:hover{background-color:Highlight !important}}.accordion-button::before{display:block;position:absolute;content:\"\";inset:0;inset-block-end:auto;border-block-start-width:var(--post-device-border-width-default);border-block-start-style:var(--post-core-border-style-solid);border-block-start-color:var(--post-scheme-color-interactive-primary-enabled-stroke)}.accordion-button{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.accordion-button:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:var(--post-device-border-radius-focus)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.accordion-button:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.accordion-button:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:var(--post-device-border-radius-focus)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.accordion-button:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.accordion-button slot::slotted(span[slot=header]){flex-grow:1}.accordion-button post-icon{flex:none;width:var(--post-core-dimension-24);aspect-ratio:1;transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1)}.accordion-button.collapsed{padding-block-start:calc(var(--post-device-spacing-padding-19) + var(--post-device-border-width-default));padding-block-end:calc(var(--post-device-spacing-padding-19) + var(--post-device-border-width-default))}.accordion-button.collapsed post-icon{transform:rotate(-180deg)}.accordion-button:hover{color:var(--post-scheme-color-interactive-primary-hover-fg1)}.accordion-button>::slotted(.text-truncate){display:block}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.accordion-button:hover,.accordion-button:focus-visible{color:Highlight}}.accordion-body{padding-block-start:var(--post-device-spacing-padding-15);padding-block-end:calc(var(--post-device-spacing-padding-block-25) + var(--post-device-border-width-default));padding-inline:var(--post-device-spacing-padding-5)}.logo-container{display:none;width:var(--post-device-sizing-logo-1);aspect-ratio:1}.logo-container.has-image{display:block}.logo-container slot::slotted(img){display:block;width:100%;height:100%;object-fit:cover}.accordion-button>::slotted(:first-child),.accordion-body>::slotted(:first-child){margin-block-start:0 !important}.accordion-button>::slotted(:last-child),.accordion-body>::slotted(:last-child){margin-block-end:0 !important}";
13
13
 
@@ -1,4 +1,4 @@
1
- import { P as PostAccordionItem$1, d as defineCustomElement$1 } from './p-Dj7qWba5.js';
1
+ import { P as PostAccordionItem$1, d as defineCustomElement$1 } from './p-v3pOrMNQ.js';
2
2
 
3
3
  const PostAccordionItem = PostAccordionItem$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { P as PostAccordion$1, d as defineCustomElement$1 } from './p-DVxZMuPW.js';
1
+ import { P as PostAccordion$1, d as defineCustomElement$1 } from './p-CewRvBtg.js';
2
2
 
3
3
  const PostAccordion = PostAccordion$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h, a as Host } from './index.js';
2
- import { v as version } from './p-BXRsHuTS.js';
3
- import { c as checkRequiredAndType, e as checkEmptyOrType, f as checkEmptyOrPattern } from './p-CV7fm1rW.js';
2
+ import { v as version } from './p-BhxZzOEC.js';
3
+ import { c as checkRequiredAndType, e as checkEmptyOrType, g as checkEmptyOrPattern } from './p-CYkf_7Y5.js';
4
4
  import './p-CJ80BZ06.js';
5
5
 
6
6
  // https://docs.gravatar.com/api/avatars/images/
@@ -16,7 +16,7 @@ async function cryptify(key) {
16
16
  }
17
17
  const GRAVATAR_BASE_URL = `https://www.gravatar.com/avatar/{email}?s=${GRAVATAR_SIZE}&d=${GRAVATAR_DEFAULT}&r=${GRAVATAR_RATING}`;
18
18
 
19
- const postAvatarCss = ":host{--post-avatar-bg:var(--post-scheme-color-interactive-primary-enabled-bg2);--post-avatar-fg:var(--post-scheme-color-interactive-primary-enabled-fg3);display:inline-flex;position:relative;width:var(--post-device-sizing-interactive-icon-size3);height:var(--post-device-sizing-interactive-icon-size3);background-color:var(--post-scheme-color-interactive-primary-enabled-stroke3);border:var(--post-device-border-width-default) solid var(--post-scheme-color-interactive-primary-enabled-stroke3);border-radius:var(--post-device-border-radius-round);font-size:var(--post-device-font-size-8);vertical-align:top;line-height:1}:host::after{display:block;content:\"\";position:absolute;inset:0;z-index:1;border-radius:inherit}*,*::before,*::after{box-sizing:border-box}slot,img,::slotted(img){display:block;width:100%;height:100%}img,::slotted(img){border-radius:var(--post-device-border-radius-round)}::slotted(:not(img)){display:none !important}.initials{display:flex;justify-content:center;align-items:center;position:relative;z-index:2;width:100%;height:100%;background-color:var(--post-avatar-bg);border-radius:var(--post-device-border-radius-round);color:var(--post-avatar-fg);text-transform:uppercase;font-weight:400}.initials span{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}";
19
+ const postAvatarCss = ":host{--post-avatar-bg:var(--post-scheme-color-interactive-primary-enabled-bg2);--post-avatar-fg:var(--post-scheme-color-interactive-primary-enabled-fg3);display:inline-flex;position:relative;width:var(--post-device-sizing-interactive-icon-size3);height:var(--post-device-sizing-interactive-icon-size3);background-color:var(--post-scheme-color-interactive-primary-enabled-stroke3);border:var(--post-device-border-width-default) solid var(--post-scheme-color-interactive-primary-enabled-stroke3);border-radius:var(--post-device-border-radius-round);font-size:var(--post-device-font-size-8);vertical-align:top;line-height:1}:host::after{display:block;content:\"\";position:absolute;inset:0;z-index:1;border-radius:inherit}*,*::before,*::after{box-sizing:border-box}slot,img,::slotted(img){display:block;width:100%;height:100%}img,::slotted(img){border-radius:var(--post-device-border-radius-round)}::slotted(:not(img)){display:none !important}.initials{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:100%;background-color:var(--post-avatar-bg);border-radius:var(--post-device-border-radius-round);color:var(--post-avatar-fg);text-transform:uppercase;font-weight:400}.initials span{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}";
20
20
 
21
21
  const emailPattern = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/;
22
22
  var AvatarType;
@@ -1,8 +1,8 @@
1
1
  import { p as proxyCustomElement, H, h, a as Host } from './index.js';
2
- import { v as version } from './p-BXRsHuTS.js';
3
- import { c as checkRequiredAndType } from './p-CV7fm1rW.js';
2
+ import { v as version } from './p-BhxZzOEC.js';
3
+ import { c as checkRequiredAndType } from './p-CYkf_7Y5.js';
4
4
  import './p-CJ80BZ06.js';
5
- import { d as defineCustomElement$2 } from './p-2U_BGLjc.js';
5
+ import { d as defineCustomElement$2 } from './p-DBPOV12C.js';
6
6
 
7
7
  // Define common animation options
8
8
  const easing = 'ease';