@swisspost/design-system-components 10.0.1 → 10.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (232) hide show
  1. package/dist/cjs/{create-validator-decorator-4dRrOF30.js → create-validator-decorator-BchTP-YG.js} +1 -1
  2. package/dist/cjs/{index-BqngpwGa.js → index-BDBlw92l.js} +1 -1
  3. package/dist/cjs/loader.cjs.js +2 -2
  4. package/dist/cjs/{one-of-D1veqtsm.js → one-of-IgKJFMA_.js} +1 -1
  5. package/dist/cjs/{package-BfNFDLlB.js → package-2syswPDO.js} +1 -1
  6. package/dist/cjs/{pattern-B7VKOu5m.js → pattern-BCnL1qK3.js} +1 -1
  7. package/dist/cjs/post-accordion_2.cjs.entry.js +5 -5
  8. package/dist/cjs/post-autocomplete.cjs.entry.js +15 -6
  9. package/dist/cjs/post-avatar.cjs.entry.js +6 -6
  10. package/dist/cjs/post-back-to-top.cjs.entry.js +5 -5
  11. package/dist/cjs/post-banner.cjs.entry.js +4 -4
  12. package/dist/cjs/post-breadcrumb-item.cjs.entry.js +7 -7
  13. package/dist/cjs/post-breadcrumbs.cjs.entry.js +6 -6
  14. package/dist/cjs/post-closebutton_14.cjs.entry.js +20 -21
  15. package/dist/cjs/post-collapsible_2.cjs.entry.js +4 -4
  16. package/dist/cjs/post-components.cjs.js +2 -2
  17. package/dist/cjs/post-date-picker.cjs.entry.js +62 -15
  18. package/dist/cjs/post-footer.cjs.entry.js +35 -17
  19. package/dist/cjs/post-linkarea.cjs.entry.js +53 -48
  20. package/dist/cjs/post-listbox-option.cjs.entry.js +2 -2
  21. package/dist/cjs/post-listbox.cjs.entry.js +4 -4
  22. package/dist/cjs/post-number-input.cjs.entry.js +2 -2
  23. package/dist/cjs/post-pagination.cjs.entry.js +20 -16
  24. package/dist/cjs/post-popover-trigger.cjs.entry.js +4 -4
  25. package/dist/cjs/post-popover.cjs.entry.js +33 -8
  26. package/dist/cjs/post-progressbar.cjs.entry.js +3 -3
  27. package/dist/cjs/post-rating.cjs.entry.js +5 -5
  28. package/dist/cjs/post-side-navigation-trigger.cjs.entry.js +5 -5
  29. package/dist/cjs/post-side-navigation.cjs.entry.js +14 -8
  30. package/dist/cjs/post-stepper-item.cjs.entry.js +3 -3
  31. package/dist/cjs/post-stepper.cjs.entry.js +6 -6
  32. package/dist/cjs/post-tab-item.cjs.entry.js +5 -5
  33. package/dist/cjs/post-tab-panel.cjs.entry.js +5 -5
  34. package/dist/cjs/post-tabs.cjs.entry.js +6 -6
  35. package/dist/cjs/post-tooltip-trigger.cjs.entry.js +5 -5
  36. package/dist/cjs/post-tooltip.cjs.entry.js +4 -4
  37. package/dist/cjs/{required-Bkz8MOYa.js → required-BXiinq5t.js} +1 -1
  38. package/dist/cjs/{type-D8eD1JMd.js → type-l3fnHs_E.js} +1 -1
  39. package/dist/cjs/{url-C7MnIIZ_.js → url-Dmn5zP5b.js} +1 -1
  40. package/dist/collection/components/post-autocomplete/post-autocomplete.js +10 -1
  41. package/dist/collection/components/post-date-picker/native-mask-element.js +12 -5
  42. package/dist/collection/components/post-date-picker/post-date-picker.css +2 -2
  43. package/dist/collection/components/post-date-picker/post-date-picker.js +45 -5
  44. package/dist/collection/components/post-footer/post-footer.css +1 -1
  45. package/dist/collection/components/post-footer/post-footer.js +32 -14
  46. package/dist/collection/components/post-header/post-header.js +4 -5
  47. package/dist/collection/components/post-icon/post-icon.js +1 -1
  48. package/dist/collection/components/post-linkarea/post-linkarea.js +51 -46
  49. package/dist/collection/components/post-listbox/post-listbox.css +1 -1
  50. package/dist/collection/components/post-listbox/post-listbox.js +1 -1
  51. package/dist/collection/components/post-megadropdown/post-megadropdown.js +7 -7
  52. package/dist/collection/components/post-pagination/post-pagination.css +1 -1
  53. package/dist/collection/components/post-pagination/post-pagination.js +14 -10
  54. package/dist/collection/components/post-popover/post-popover.js +32 -2
  55. package/dist/collection/components/post-side-navigation/post-side-navigation.css +1 -1
  56. package/dist/collection/components/post-side-navigation/post-side-navigation.js +7 -1
  57. package/dist/collection/components/post-stepper-item/post-stepper-item.css +1 -1
  58. package/dist/collection/components/post-tabs/post-tabs.css +1 -1
  59. package/dist/components/package.js +1 -1
  60. package/dist/components/post-autocomplete.js +1 -1
  61. package/dist/components/post-date-picker.js +1 -1
  62. package/dist/components/post-footer.js +1 -1
  63. package/dist/components/post-header.js +1 -1
  64. package/dist/components/post-icon2.js +1 -1
  65. package/dist/components/post-linkarea.js +1 -1
  66. package/dist/components/post-listbox.js +1 -1
  67. package/dist/components/post-megadropdown.js +1 -1
  68. package/dist/components/post-pagination.js +1 -1
  69. package/dist/components/post-popover.js +1 -1
  70. package/dist/components/post-side-navigation.js +1 -1
  71. package/dist/components/post-stepper-item.js +1 -1
  72. package/dist/components/post-tabs.js +1 -1
  73. package/dist/components/react/index.js +1 -1
  74. package/dist/components/react/{p-BJXXw0kF.js → p-BBldpA5o.js} +1 -1
  75. package/dist/components/react/{p-Bscvx_1t.js → p-BLxhbOxJ.js} +1 -1
  76. package/dist/components/react/{p-DlA_Y5Qr.js → p-BVwVxBtC.js} +1 -1
  77. package/dist/components/react/{p-B4CPJq4-.js → p-CNhNLSwV.js} +1 -1
  78. package/dist/components/react/{p-BKQu2M0N.js → p-CTdS2ONV.js} +1 -1
  79. package/dist/components/react/{p-DQDv_V13.js → p-CzqW5_YD.js} +1 -1
  80. package/dist/components/react/{p-CT6x8DLu.js → p-DEmm6Dal.js} +1 -1
  81. package/dist/components/react/{p-D1M4lTJg.js → p-DG11ySYQ.js} +1 -1
  82. package/dist/components/react/{p-Du33y-6X.js → p-DUMQ0Em_.js} +1 -1
  83. package/dist/components/react/p-YQBh4peU.js +1 -0
  84. package/dist/components/react/{p-_nnVhpIK.js → p-pPs8_sxf.js} +1 -1
  85. package/dist/components/react/{p-BJJd4LvT.js → p-qL_Kd0ZG.js} +1 -1
  86. package/dist/components/react/post-accordion-item.js +1 -1
  87. package/dist/components/react/post-accordion.js +1 -1
  88. package/dist/components/react/post-autocomplete.js +1 -1
  89. package/dist/components/react/post-avatar.js +1 -1
  90. package/dist/components/react/post-back-to-top.js +1 -1
  91. package/dist/components/react/post-banner.js +1 -1
  92. package/dist/components/react/post-breadcrumb-item.js +1 -1
  93. package/dist/components/react/post-breadcrumbs.js +1 -1
  94. package/dist/components/react/post-closebutton.js +1 -1
  95. package/dist/components/react/post-collapsible-trigger.js +1 -1
  96. package/dist/components/react/post-collapsible.js +1 -1
  97. package/dist/components/react/post-date-picker.js +1 -1
  98. package/dist/components/react/post-footer.js +1 -1
  99. package/dist/components/react/post-header.js +1 -1
  100. package/dist/components/react/post-icon.js +1 -1
  101. package/dist/components/react/post-language-menu-item.js +1 -1
  102. package/dist/components/react/post-language-menu.js +1 -1
  103. package/dist/components/react/post-linkarea.js +1 -1
  104. package/dist/components/react/post-listbox-option.js +1 -1
  105. package/dist/components/react/post-listbox.js +1 -1
  106. package/dist/components/react/post-logo.js +1 -1
  107. package/dist/components/react/post-mainnavigation.js +1 -1
  108. package/dist/components/react/post-megadropdown-trigger.js +1 -1
  109. package/dist/components/react/post-megadropdown.js +1 -1
  110. package/dist/components/react/post-menu-item.js +1 -1
  111. package/dist/components/react/post-menu-trigger.js +1 -1
  112. package/dist/components/react/post-menu.js +1 -1
  113. package/dist/components/react/post-number-input.js +1 -1
  114. package/dist/components/react/post-pagination.js +1 -1
  115. package/dist/components/react/post-popover-trigger.js +1 -1
  116. package/dist/components/react/post-popover.js +1 -1
  117. package/dist/components/react/post-popovercontainer.js +1 -1
  118. package/dist/components/react/post-rating.js +1 -1
  119. package/dist/components/react/post-side-navigation-trigger.js +1 -1
  120. package/dist/components/react/post-side-navigation.js +1 -1
  121. package/dist/components/react/post-stepper-item.js +1 -1
  122. package/dist/components/react/post-stepper.js +1 -1
  123. package/dist/components/react/post-tab-item.js +1 -1
  124. package/dist/components/react/post-tab-panel.js +1 -1
  125. package/dist/components/react/post-tabs.js +1 -1
  126. package/dist/components/react/post-togglebutton.js +1 -1
  127. package/dist/components/react/post-tooltip-trigger.js +1 -1
  128. package/dist/components/react/post-tooltip.js +1 -1
  129. package/dist/docs.json +5 -5
  130. package/dist/esm/{create-validator-decorator-CYYTw0AS.js → create-validator-decorator-BzX_jW0Z.js} +1 -1
  131. package/dist/esm/{index-DE1aWdqx.js → index-BAtz9iuv.js} +1 -1
  132. package/dist/esm/loader.js +3 -3
  133. package/dist/esm/{one-of-Ug1_Xoes.js → one-of-D5QwMlvb.js} +1 -1
  134. package/dist/esm/{package-Y58zWPwj.js → package-YQBh4peU.js} +1 -1
  135. package/dist/esm/{pattern-WLk4tOqI.js → pattern-CrL4IkfA.js} +1 -1
  136. package/dist/esm/post-accordion_2.entry.js +5 -5
  137. package/dist/esm/post-autocomplete.entry.js +15 -6
  138. package/dist/esm/post-avatar.entry.js +6 -6
  139. package/dist/esm/post-back-to-top.entry.js +5 -5
  140. package/dist/esm/post-banner.entry.js +4 -4
  141. package/dist/esm/post-breadcrumb-item.entry.js +7 -7
  142. package/dist/esm/post-breadcrumbs.entry.js +6 -6
  143. package/dist/esm/post-closebutton_14.entry.js +20 -21
  144. package/dist/esm/post-collapsible_2.entry.js +4 -4
  145. package/dist/esm/post-components.js +3 -3
  146. package/dist/esm/post-date-picker.entry.js +62 -15
  147. package/dist/esm/post-footer.entry.js +35 -17
  148. package/dist/esm/post-linkarea.entry.js +53 -48
  149. package/dist/esm/post-listbox-option.entry.js +2 -2
  150. package/dist/esm/post-listbox.entry.js +4 -4
  151. package/dist/esm/post-number-input.entry.js +2 -2
  152. package/dist/esm/post-pagination.entry.js +20 -16
  153. package/dist/esm/post-popover-trigger.entry.js +4 -4
  154. package/dist/esm/post-popover.entry.js +33 -8
  155. package/dist/esm/post-progressbar.entry.js +3 -3
  156. package/dist/esm/post-rating.entry.js +5 -5
  157. package/dist/esm/post-side-navigation-trigger.entry.js +5 -5
  158. package/dist/esm/post-side-navigation.entry.js +14 -8
  159. package/dist/esm/post-stepper-item.entry.js +3 -3
  160. package/dist/esm/post-stepper.entry.js +6 -6
  161. package/dist/esm/post-tab-item.entry.js +5 -5
  162. package/dist/esm/post-tab-panel.entry.js +5 -5
  163. package/dist/esm/post-tabs.entry.js +6 -6
  164. package/dist/esm/post-tooltip-trigger.entry.js +5 -5
  165. package/dist/esm/post-tooltip.entry.js +4 -4
  166. package/dist/esm/{required-DeOhRbtk.js → required-BX_AhSO0.js} +1 -1
  167. package/dist/esm/{type-S-4aPMGU.js → type-BYIjiHKr.js} +1 -1
  168. package/dist/esm/{url-C8KSrmWc.js → url-CZMYpchD.js} +1 -1
  169. package/dist/post-components/p-0cceee23.entry.js +1 -0
  170. package/dist/post-components/{p-4-_BhJWV.js → p-0sQVSOjO.js} +1 -1
  171. package/dist/post-components/{p-842df510.entry.js → p-22a30622.entry.js} +1 -1
  172. package/dist/post-components/{p-b0099d75.entry.js → p-22b1df28.entry.js} +1 -1
  173. package/dist/post-components/{p-a779195c.entry.js → p-24d208eb.entry.js} +1 -1
  174. package/dist/post-components/p-3dc7e1b4.entry.js +1 -0
  175. package/dist/post-components/{p-ccaf42c3.entry.js → p-4cf66554.entry.js} +1 -1
  176. package/dist/post-components/{p-57da1762.entry.js → p-52cf29ae.entry.js} +1 -1
  177. package/dist/post-components/{p-e35e4e1c.entry.js → p-542c9c58.entry.js} +1 -1
  178. package/dist/post-components/{p-4f8cc9a6.entry.js → p-593c14a2.entry.js} +1 -1
  179. package/dist/post-components/p-5a9ba878.entry.js +1 -0
  180. package/dist/post-components/{p-3cf1db19.entry.js → p-5ac593dd.entry.js} +1 -1
  181. package/dist/post-components/{p-95ad4d06.entry.js → p-675f62bc.entry.js} +1 -1
  182. package/dist/post-components/p-7a9b5fc3.entry.js +1 -0
  183. package/dist/post-components/{p-d91b8c5d.entry.js → p-81e4e124.entry.js} +1 -1
  184. package/dist/post-components/p-85b497d7.entry.js +1 -0
  185. package/dist/post-components/{p-94a8cb5a.entry.js → p-8c76ce4d.entry.js} +1 -1
  186. package/dist/post-components/{p-1f8cf0ac.entry.js → p-8e0da839.entry.js} +1 -1
  187. package/dist/post-components/{p-cef3c15c.entry.js → p-8ea92775.entry.js} +1 -1
  188. package/dist/post-components/{p-178a7687.entry.js → p-94f76989.entry.js} +1 -1
  189. package/dist/post-components/{p-c05ae467.entry.js → p-9e9de801.entry.js} +1 -1
  190. package/dist/post-components/p-BAtz9iuv.js +2 -0
  191. package/dist/post-components/{p-NPUljV0P.js → p-BzmELz-M.js} +1 -1
  192. package/dist/post-components/{p-DMiERazc.js → p-C0Z-E_YL.js} +1 -1
  193. package/dist/post-components/p-CveORA5D.js +1 -0
  194. package/dist/post-components/p-DsgIP6Dq.js +1 -0
  195. package/dist/post-components/p-YQBh4peU.js +1 -0
  196. package/dist/post-components/{p-79ebeea6.entry.js → p-a342b434.entry.js} +1 -1
  197. package/dist/post-components/p-ac83c46d.entry.js +1 -0
  198. package/dist/post-components/p-c06f6719.entry.js +1 -0
  199. package/dist/post-components/{p-95986a4b.entry.js → p-cf891de3.entry.js} +1 -1
  200. package/dist/post-components/{p-8632e72c.entry.js → p-ef71ff85.entry.js} +1 -1
  201. package/dist/post-components/p-f9673487.entry.js +1 -0
  202. package/dist/post-components/{p-BDW1XHCO.js → p-fOjbWhb_.js} +1 -1
  203. package/dist/post-components/p-fb899183.entry.js +1 -0
  204. package/dist/post-components/{p-04357da9.entry.js → p-fb9eba9c.entry.js} +1 -1
  205. package/dist/post-components/p-ffb2fae3.entry.js +1 -0
  206. package/dist/post-components/post-components.css +1 -1
  207. package/dist/post-components/post-components.esm.js +1 -1
  208. package/dist/types/components/post-autocomplete/post-autocomplete.d.ts +1 -0
  209. package/dist/types/components/post-date-picker/post-date-picker.d.ts +3 -0
  210. package/dist/types/components/post-footer/post-footer.d.ts +5 -4
  211. package/dist/types/components/post-linkarea/post-linkarea.d.ts +2 -2
  212. package/dist/types/components/post-megadropdown/post-megadropdown.d.ts +1 -1
  213. package/dist/types/components/post-pagination/post-pagination.d.ts +1 -1
  214. package/dist/types/components/post-popover/post-popover.d.ts +5 -0
  215. package/hydrate/index.js +220 -106
  216. package/hydrate/index.mjs +220 -106
  217. package/package.json +6 -6
  218. package/dist/components/react/p-Y58zWPwj.js +0 -1
  219. package/dist/post-components/p-0489b4d4.entry.js +0 -1
  220. package/dist/post-components/p-0d26c355.entry.js +0 -1
  221. package/dist/post-components/p-2c57ea8a.entry.js +0 -1
  222. package/dist/post-components/p-56f74289.entry.js +0 -1
  223. package/dist/post-components/p-7f07eee6.entry.js +0 -1
  224. package/dist/post-components/p-8adf13de.entry.js +0 -1
  225. package/dist/post-components/p-8f70afc9.entry.js +0 -1
  226. package/dist/post-components/p-9ff63d4c.entry.js +0 -1
  227. package/dist/post-components/p-B6uZASBE.js +0 -1
  228. package/dist/post-components/p-CiOyV6Mo.js +0 -1
  229. package/dist/post-components/p-DE1aWdqx.js +0 -2
  230. package/dist/post-components/p-Y58zWPwj.js +0 -1
  231. package/dist/post-components/p-c25b6da1.entry.js +0 -1
  232. package/dist/post-components/p-f2d92ace.entry.js +0 -1
@@ -1,10 +1,10 @@
1
- import { r as registerInstance, h, H as Host, a as getElement } from './index-DE1aWdqx.js';
1
+ import { r as registerInstance, h, H as Host, a as getElement } from './index-BAtz9iuv.js';
2
2
  import './breakpoints-BQ3HlJPr.js';
3
3
  import { n as nanoid } from './nanoid-8LXe8Zt_.js';
4
- import { v as version } from './package-Y58zWPwj.js';
5
- import { R as Required } from './required-DeOhRbtk.js';
6
- import { T as Type } from './type-S-4aPMGU.js';
7
- import './create-validator-decorator-CYYTw0AS.js';
4
+ import { v as version } from './package-YQBh4peU.js';
5
+ import { R as Required } from './required-BX_AhSO0.js';
6
+ import { T as Type } from './type-BYIjiHKr.js';
7
+ import './create-validator-decorator-BzX_jW0Z.js';
8
8
 
9
9
  const postTabPanelCss = () => `:host{display:none}`;
10
10
 
@@ -1,14 +1,14 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, a as getElement } from './index-DE1aWdqx.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, a as getElement } from './index-BAtz9iuv.js';
2
2
  import { f as fade } from './fade-DsgPYmAa.js';
3
3
  import './breakpoints-BQ3HlJPr.js';
4
4
  import { c as componentOnReady } from './component-on-ready-lpWRZjJp.js';
5
- import { v as version } from './package-Y58zWPwj.js';
6
- import { O as OneOf } from './one-of-Ug1_Xoes.js';
7
- import { T as Type } from './type-S-4aPMGU.js';
5
+ import { v as version } from './package-YQBh4peU.js';
6
+ import { O as OneOf } from './one-of-D5QwMlvb.js';
7
+ import { T as Type } from './type-BYIjiHKr.js';
8
8
  import './utils-CoDiS_Ik.js';
9
- import './create-validator-decorator-CYYTw0AS.js';
9
+ import './create-validator-decorator-BzX_jW0Z.js';
10
10
 
11
- const postTabsCss = () => `:host{display:block}:host .tabs-wrapper{position:relative;display:flex;align-items:center}:host .tabs-wrapper button.scroll-btn{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;align-items:center;justify-content:center;transition:background-color 100ms,border-color 100ms,color 100ms;cursor:pointer}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host .tabs-wrapper button.scroll-btn{background-color:ButtonFace !important}:host .tabs-wrapper button.scroll-btn:hover{background-color:Highlight !important}}:host .tabs-wrapper button.scroll-btn post-icon{color:currentColor}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host .tabs-wrapper button.scroll-btn post-icon{color:Highlight}}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host .tabs-wrapper button.scroll-btn:hover post-icon{color:canvas}}:host .tabs-wrapper button.scroll-btn[hidden]{display:none}:host .tabs-wrapper button.scroll-btn{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}:host .tabs-wrapper button.scroll-btn:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;outline-offset:calc(var(--post-device-spacing-padding-28) + -1*var(--post-device-border-width-default)) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host .tabs-wrapper button.scroll-btn:is(:focus-visible,:has(:focus-visible),.pretend-focus){transition:none}:host .tabs-wrapper button.scroll-btn:is(:focus-visible,:has(:focus-visible),.pretend-focus):hover{color:HighlightText;border-color:HighlightText}}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host .tabs-wrapper button.scroll-btn:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){:host .tabs-wrapper button.scroll-btn:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;outline-offset:calc(var(--post-device-spacing-padding-28) + -1*var(--post-device-border-width-default)) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host .tabs-wrapper button.scroll-btn:is(:focus-visible,:focus-within,.pretend-focus){transition:none}:host .tabs-wrapper button.scroll-btn:is(:focus-visible,:focus-within,.pretend-focus):hover{color:HighlightText;border-color:HighlightText}}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host .tabs-wrapper button.scroll-btn:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}:host .tabs-wrapper .tabs{overflow-x:hidden;background-color:rgba(0,0,0,0) !important;display:flex;flex-wrap:nowrap;align-items:end;overscroll-behavior-x:contain;white-space:nowrap;margin-block:0;padding-inline-start:0;list-style:none}:host(.page-tabs){overflow:visible !important}:host(.page-tabs) .tabs-wrapper{margin-inline:calc(-1*(var(--post-container-offset) + var(--post-device-grid-padding-inline-container)))}:host(.page-tabs) .tabs-wrapper button.scroll-btn{color:var(--post-scheme-color-interactive-primary-enabled-fg5);background-color:var(--post-scheme-color-interactive-primary-enabled-bg5);border:var(--post-device-border-width-default) solid var(--post-scheme-color-interactive-primary-enabled-stroke);position:absolute;z-index:2;box-shadow:var(--post-device-elevation-200);border-radius:var(--post-device-border-radius-2)}:host(.page-tabs) .tabs-wrapper button.scroll-btn:hover{border-color:var(--post-scheme-color-interactive-primary-hover-stroke) !important;color:var(--post-scheme-color-interactive-primary-hover-fg4);background-color:var(--post-scheme-color-interactive-primary-hover-bg8)}:host(.page-tabs) .tabs-wrapper button.scroll-btn.scroll-btn-left{inset-inline-start:calc(var(--post-container-offset) + var(--post-device-grid-padding-inline-container));border-inline-start:none;border-radius:0 var(--post-device-border-radius-2) var(--post-device-border-radius-2) 0}:host(.page-tabs) .tabs-wrapper button.scroll-btn.scroll-btn-right{inset-inline-end:calc(var(--post-container-offset) + var(--post-device-grid-padding-inline-container));border-inline-end:none;border-radius:var(--post-device-border-radius-2) 0 0 var(--post-device-border-radius-2)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host(.page-tabs) .tabs-wrapper button.scroll-btn.scroll-btn{background-color:Highlight;color:HighlightText}}:host(.page-tabs) .tabs-wrapper::after{content:"";position:absolute;inset-block-end:0;inset-inline-start:0;width:100%;height:var(--post-device-border-width-default);background-color:var(--post-palette-color-nested-tabs-page-stroke)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host(.page-tabs) .tabs-wrapper::after{background-color:LinkText}}:host(.page-tabs) .tabs-wrapper .tabs{padding-inline:calc(var(--post-container-offset) + var(--post-device-grid-padding-inline-container));gap:var(--post-device-spacing-gap-inline-5);scrollbar-width:none}:host(.page-tabs) .tabs-wrapper .tabs::-webkit-scrollbar{display:none}:host(.page-tabs:not([size=small])) button.scroll-btn{top:var(--post-device-spacing-padding-block-35)}:host(.page-tabs[size=small]) button.scroll-btn{top:var(--post-device-spacing-padding-block-8)}:host(.content-tabs) .tabs-wrapper button.scroll-btn{flex-shrink:0;color:var(--post-scheme-color-interactive-button-tertiary-enabled-fg)}:host(.content-tabs) .tabs-wrapper button.scroll-btn:hover{border-color:var(--post-scheme-color-interactive-primary-hover-stroke) !important;color:var(--post-scheme-color-interactive-button-tertiary-hover-fg)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host(.content-tabs) .tabs-wrapper button.scroll-btn:hover{color:HighlightText}}:host(.page-tabs:not([size=small])) .tabs-wrapper button.scroll-btn{height:var(--post-device-sizing-interactive-button-height-10);width:var(--post-device-sizing-interactive-button-width-1)}:host(.page-tabs:not([size=small])) .tabs-wrapper button.scroll-btn.scroll-btn-left{padding-inline:var(--post-device-spacing-padding-38) var(--post-device-spacing-padding-39)}:host(.page-tabs:not([size=small])) .tabs-wrapper button.scroll-btn.scroll-btn-right{padding-inline:var(--post-device-spacing-padding-39) var(--post-device-spacing-padding-38)}:host([size=small]) .tabs-wrapper button.scroll-btn{height:var(--post-device-sizing-interactive-button-size-1);width:var(--post-device-sizing-interactive-button-size-1)}:host([size=small]) .tabs-wrapper button.scroll-btn.scroll-btn-left{padding-inline:var(--post-device-spacing-padding-41) var(--post-device-spacing-padding-42)}:host([size=small]) .tabs-wrapper button.scroll-btn.scroll-btn-right{padding-inline:var(--post-device-spacing-padding-42) var(--post-device-spacing-padding-41)}:host([size=small]) .tabs-wrapper button.scroll-btn post-icon{height:var(--post-device-sizing-interactive-icon-size4);width:var(--post-device-sizing-interactive-icon-size4)}`;
11
+ const postTabsCss = () => `:host{display:block}:host .tabs-wrapper{position:relative;display:flex;align-items:center}:host .tabs-wrapper button.scroll-btn{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;align-items:center;justify-content:center;transition:background-color 100ms,border-color 100ms,color 100ms;cursor:pointer}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host .tabs-wrapper button.scroll-btn{background-color:ButtonFace !important}:host .tabs-wrapper button.scroll-btn:hover{background-color:Highlight !important}}:host .tabs-wrapper button.scroll-btn post-icon{color:currentColor}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host .tabs-wrapper button.scroll-btn post-icon{color:Highlight}}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host .tabs-wrapper button.scroll-btn:hover post-icon{color:canvas}}:host .tabs-wrapper button.scroll-btn[hidden]{display:none}:host .tabs-wrapper button.scroll-btn{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}:host .tabs-wrapper button.scroll-btn:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;outline-offset:calc(var(--post-device-spacing-padding-28) + -1*var(--post-device-border-width-default)) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host .tabs-wrapper button.scroll-btn:is(:focus-visible,:has(:focus-visible),.pretend-focus){transition:none}:host .tabs-wrapper button.scroll-btn:is(:focus-visible,:has(:focus-visible),.pretend-focus):hover{color:HighlightText;border-color:HighlightText}}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host .tabs-wrapper button.scroll-btn:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){:host .tabs-wrapper button.scroll-btn:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;outline-offset:calc(var(--post-device-spacing-padding-28) + -1*var(--post-device-border-width-default)) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host .tabs-wrapper button.scroll-btn:is(:focus-visible,:focus-within,.pretend-focus){transition:none}:host .tabs-wrapper button.scroll-btn:is(:focus-visible,:focus-within,.pretend-focus):hover{color:HighlightText;border-color:HighlightText}}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host .tabs-wrapper button.scroll-btn:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}:host .tabs-wrapper .tabs{overflow-x:hidden;background-color:rgba(0,0,0,0) !important;display:flex;flex-wrap:nowrap;align-items:end;overscroll-behavior-x:contain;white-space:nowrap;margin-block:0;padding-inline-start:0;list-style:none}:host(.page-tabs){overflow:visible !important}:host(.page-tabs) .tabs-wrapper{margin-inline:calc(-1*(var(--post-container-offset)))}:host(.page-tabs) .tabs-wrapper button.scroll-btn{color:var(--post-scheme-color-interactive-primary-enabled-fg5);background-color:var(--post-scheme-color-interactive-primary-enabled-bg5);border:var(--post-device-border-width-default) solid var(--post-scheme-color-interactive-primary-enabled-stroke);position:absolute;z-index:2;box-shadow:var(--post-device-elevation-200);border-radius:var(--post-device-border-radius-2)}:host(.page-tabs) .tabs-wrapper button.scroll-btn:hover{border-color:var(--post-scheme-color-interactive-primary-hover-stroke) !important;color:var(--post-scheme-color-interactive-primary-hover-fg4);background-color:var(--post-scheme-color-interactive-primary-hover-bg8)}:host(.page-tabs) .tabs-wrapper button.scroll-btn.scroll-btn-left{inset-inline-start:0;border-inline-start:none;border-radius:0 var(--post-device-border-radius-2) var(--post-device-border-radius-2) 0}:host(.page-tabs) .tabs-wrapper button.scroll-btn.scroll-btn-right{inset-inline-end:0;border-inline-end:none;border-radius:var(--post-device-border-radius-2) 0 0 var(--post-device-border-radius-2)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host(.page-tabs) .tabs-wrapper button.scroll-btn.scroll-btn{background-color:Highlight;color:HighlightText}}:host(.page-tabs) .tabs-wrapper::after{content:"";position:absolute;inset-block-end:0;inset-inline-start:0;width:100%;height:var(--post-device-border-width-default);background-color:var(--post-palette-color-nested-tabs-page-stroke)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host(.page-tabs) .tabs-wrapper::after{background-color:LinkText}}:host(.page-tabs) .tabs-wrapper .tabs{padding-inline:calc(var(--post-container-offset));gap:var(--post-device-spacing-gap-inline-5);scrollbar-width:none}:host(.page-tabs) .tabs-wrapper .tabs::-webkit-scrollbar{display:none}:host(.page-tabs:not([size=small])) button.scroll-btn{top:var(--post-device-spacing-padding-block-35)}:host(.page-tabs[size=small]) button.scroll-btn{top:var(--post-device-spacing-padding-block-8)}:host(.content-tabs) .tabs-wrapper button.scroll-btn{flex-shrink:0;color:var(--post-scheme-color-interactive-button-tertiary-enabled-fg)}:host(.content-tabs) .tabs-wrapper button.scroll-btn:hover{border-color:var(--post-scheme-color-interactive-primary-hover-stroke) !important;color:var(--post-scheme-color-interactive-button-tertiary-hover-fg)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host(.content-tabs) .tabs-wrapper button.scroll-btn:hover{color:HighlightText}}:host(post-tabs:not([size=small])) button.scroll-btn{height:var(--post-device-sizing-interactive-button-height-10);width:var(--post-device-sizing-interactive-button-width-1);border-radius:var(--post-device-border-radius-2)}:host(post-tabs:not([size=small])) button.scroll-btn post-icon{height:var(--post-device-sizing-interactive-icon-size5);width:var(--post-device-sizing-interactive-icon-size5)}:host(.page-tabs:not([size=small])) button.scroll-btn-left{padding-inline:var(--post-device-spacing-padding-38) var(--post-device-spacing-padding-39)}:host(.page-tabs:not([size=small])) button.scroll-btn-right{padding-inline:var(--post-device-spacing-padding-39) var(--post-device-spacing-padding-38)}:host([size=small]) button.scroll-btn{height:var(--post-device-sizing-interactive-button-size-1);width:var(--post-device-sizing-interactive-button-size-1);border-radius:var(--post-device-border-radius-2)}:host([size=small]) button.scroll-btn post-icon{height:var(--post-device-sizing-interactive-icon-size4);width:var(--post-device-sizing-interactive-icon-size4)}:host(.page-tabs[size=small]) button.scroll-btn-left{padding-inline:var(--post-device-spacing-padding-41) var(--post-device-spacing-padding-42)}:host(.page-tabs[size=small]) button.scroll-btn-right{padding-inline:var(--post-device-spacing-padding-42) var(--post-device-spacing-padding-41)}`;
12
12
 
13
13
  var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
14
14
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -1,9 +1,9 @@
1
- import { r as registerInstance, h, H as Host, a as getElement } from './index-DE1aWdqx.js';
1
+ import { r as registerInstance, h, H as Host, a as getElement } from './index-BAtz9iuv.js';
2
2
  import './breakpoints-BQ3HlJPr.js';
3
- import { v as version } from './package-Y58zWPwj.js';
4
- import { R as Required } from './required-DeOhRbtk.js';
5
- import { T as Type } from './type-S-4aPMGU.js';
6
- import './create-validator-decorator-CYYTw0AS.js';
3
+ import { v as version } from './package-YQBh4peU.js';
4
+ import { R as Required } from './required-BX_AhSO0.js';
5
+ import { T as Type } from './type-BYIjiHKr.js';
6
+ import './create-validator-decorator-BzX_jW0Z.js';
7
7
 
8
8
  const postTooltipTriggerCss = () => `post-tooltip-trigger{vertical-align:top}:host{cursor:pointer}`;
9
9
 
@@ -1,9 +1,9 @@
1
- import { r as registerInstance, h, H as Host, a as getElement } from './index-DE1aWdqx.js';
1
+ import { r as registerInstance, h, H as Host, a as getElement } from './index-BAtz9iuv.js';
2
2
  import { P as PLACEMENT_TYPES } from './placement-DRiVosES.js';
3
3
  import './breakpoints-BQ3HlJPr.js';
4
- import { v as version } from './package-Y58zWPwj.js';
5
- import { O as OneOf } from './one-of-Ug1_Xoes.js';
6
- import './create-validator-decorator-CYYTw0AS.js';
4
+ import { v as version } from './package-YQBh4peU.js';
5
+ import { O as OneOf } from './one-of-D5QwMlvb.js';
6
+ import './create-validator-decorator-BzX_jW0Z.js';
7
7
 
8
8
  const postTooltipCss = () => `:host{display:none}:host([open]){display:contents}post-popovercontainer[arrow]::after{position:absolute;content:"";inset:-13px;z-index:-1}post-popovercontainer{--post-current-bg:var(--post-scheme-color-surface-accent-bg);--post-current-fg:var(--post-scheme-color-surface-accent-fg);--post-popovercontainer-arrow-border-width:var(--post-device-border-width-alternative1);--post-popovercontainer-arrow-border-color:var(--post-scheme-color-surface-accent-fg)}post-popovercontainer::part(post-popovercontainer-border-mask){display:block;box-shadow:inset 0 0 0 var(--post-device-spacing-padding-14) var(--post-scheme-color-surface-accent-bg)}post-popovercontainer::part(post-popovercontainer-content){border:var(--post-device-border-width-alternative1) solid var(--post-scheme-color-surface-accent-fg);border-radius:var(--post-device-border-radius-1);padding:var(--post-device-spacing-padding-14) var(--post-device-spacing-padding-15);font-size:var(--post-device-font-size-9);max-width:var(--post-tooltip-max-width, 280px);width:inherit;word-wrap:break-word;white-space:normal}`;
9
9
 
@@ -1,4 +1,4 @@
1
- import { c as createValidatorDecorator, g as getValidationContext, i as isValueEmpty, r as registerDependency } from './create-validator-decorator-CYYTw0AS.js';
1
+ import { c as createValidatorDecorator, g as getValidationContext, i as isValueEmpty, r as registerDependency } from './create-validator-decorator-BzX_jW0Z.js';
2
2
 
3
3
  /**
4
4
  * Property decorator that validates the property is not empty.
@@ -1,4 +1,4 @@
1
- import { c as createValidatorDecorator, g as getValidationContext } from './create-validator-decorator-CYYTw0AS.js';
1
+ import { c as createValidatorDecorator, g as getValidationContext } from './create-validator-decorator-BzX_jW0Z.js';
2
2
 
3
3
  /**
4
4
  * Property decorator that validates the property value is of the specified type.
@@ -1,4 +1,4 @@
1
- import { c as createValidatorDecorator, g as getValidationContext } from './create-validator-decorator-CYYTw0AS.js';
1
+ import { c as createValidatorDecorator, g as getValidationContext } from './create-validator-decorator-BzX_jW0Z.js';
2
2
 
3
3
  /**
4
4
  * Property decorator that validates the property value is a valid URL.