@spw-ds/spw-stencil-library 1.16.0 → 1.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (521) hide show
  1. package/dist/cem.json +204 -5
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/spw-button_2.cjs.entry.js +2 -2
  4. package/dist/cjs/spw-card.cjs.entry.js +2 -2
  5. package/dist/cjs/spw-custom-select.cjs.entry.js +22 -26
  6. package/dist/cjs/spw-date-picker.cjs.entry.js +17 -1
  7. package/dist/cjs/spw-drawer.cjs.entry.js +3 -3
  8. package/dist/cjs/spw-dropdown-container.cjs.entry.js +1 -1
  9. package/dist/cjs/spw-dropdown-item.cjs.entry.js +1 -1
  10. package/dist/cjs/spw-dropdown.cjs.entry.js +1 -1
  11. package/dist/cjs/spw-field-label_8.cjs.entry.js +22 -14
  12. package/dist/cjs/spw-file-upload.cjs.entry.js +2 -2
  13. package/dist/cjs/spw-footer-bottom.cjs.entry.js +1 -1
  14. package/dist/cjs/spw-footer-content-col.cjs.entry.js +1 -1
  15. package/dist/cjs/spw-footer-content.cjs.entry.js +1 -1
  16. package/dist/cjs/spw-footer-link.cjs.entry.js +1 -1
  17. package/dist/cjs/spw-footer.cjs.entry.js +1 -1
  18. package/dist/cjs/spw-grid-item.cjs.entry.js +2 -2
  19. package/dist/cjs/spw-grid.cjs.entry.js +2 -2
  20. package/dist/cjs/spw-header-lang.cjs.entry.js +1 -1
  21. package/dist/cjs/spw-header-navigation-dropdown.cjs.entry.js +1 -1
  22. package/dist/cjs/spw-header-navigation-item.cjs.entry.js +1 -1
  23. package/dist/cjs/spw-header-navigation.cjs.entry.js +1 -1
  24. package/dist/cjs/spw-header-persona-item.cjs.entry.js +1 -1
  25. package/dist/cjs/spw-header-persona.cjs.entry.js +1 -1
  26. package/dist/cjs/spw-header.cjs.entry.js +3 -3
  27. package/dist/cjs/spw-hero.cjs.entry.js +3 -3
  28. package/dist/cjs/spw-input-slider.cjs.entry.js +17 -21
  29. package/dist/cjs/spw-lightbox-item.cjs.entry.js +1 -1
  30. package/dist/cjs/spw-lightbox.cjs.entry.js +2 -2
  31. package/dist/cjs/spw-list-description.cjs.entry.js +1 -1
  32. package/dist/cjs/spw-list-item.cjs.entry.js +1 -1
  33. package/dist/cjs/spw-list-title.cjs.entry.js +1 -1
  34. package/dist/cjs/spw-list.cjs.entry.js +1 -1
  35. package/dist/cjs/spw-message.cjs.entry.js +10 -2
  36. package/dist/cjs/spw-modal.cjs.entry.js +3 -3
  37. package/dist/cjs/spw-mosaic-item.cjs.entry.js +1 -1
  38. package/dist/cjs/spw-mosaic.cjs.entry.js +8 -2
  39. package/dist/cjs/spw-pagination.cjs.entry.js +6 -6
  40. package/dist/cjs/spw-radio.cjs.entry.js +1 -1
  41. package/dist/cjs/spw-scrolltop.cjs.entry.js +1 -1
  42. package/dist/cjs/spw-search-field.cjs.entry.js +80 -10
  43. package/dist/cjs/spw-select.cjs.entry.js +16 -20
  44. package/dist/cjs/spw-sidebar-navigation-dropdown.cjs.entry.js +1 -1
  45. package/dist/cjs/spw-sidebar-navigation-item.cjs.entry.js +3 -3
  46. package/dist/cjs/spw-sidebar-navigation-separator.cjs.entry.js +1 -1
  47. package/dist/cjs/spw-sidebar.cjs.entry.js +1 -1
  48. package/dist/cjs/spw-sidenav-group.cjs.entry.js +2 -2
  49. package/dist/cjs/spw-sidenav-item.cjs.entry.js +18 -4
  50. package/dist/cjs/spw-sidenav.cjs.entry.js +111 -2
  51. package/dist/cjs/spw-skeleton.cjs.entry.js +1 -1
  52. package/dist/cjs/spw-slider-item.cjs.entry.js +1 -1
  53. package/dist/cjs/spw-slider.cjs.entry.js +1 -1
  54. package/dist/cjs/spw-socials.cjs.entry.js +1 -1
  55. package/dist/cjs/spw-stencil-library.cjs.js +1 -1
  56. package/dist/cjs/spw-table-body.cjs.entry.js +1 -1
  57. package/dist/cjs/spw-table-cell.cjs.entry.js +1 -1
  58. package/dist/cjs/spw-table-container.cjs.entry.js +1 -1
  59. package/dist/cjs/spw-table-footer.cjs.entry.js +1 -1
  60. package/dist/cjs/spw-table-head.cjs.entry.js +1 -1
  61. package/dist/cjs/spw-table-header.cjs.entry.js +2 -2
  62. package/dist/cjs/spw-table-row.cjs.entry.js +1 -1
  63. package/dist/cjs/spw-table-sidebar.cjs.entry.js +1 -1
  64. package/dist/cjs/spw-tabs-navigation-item.cjs.entry.js +1 -1
  65. package/dist/cjs/spw-tabs-navigation.cjs.entry.js +1 -1
  66. package/dist/cjs/spw-tabs.cjs.entry.js +1 -1
  67. package/dist/cjs/spw-tag.cjs.entry.js +1 -1
  68. package/dist/cjs/spw-text-field.cjs.entry.js +17 -20
  69. package/dist/cjs/spw-textarea.cjs.entry.js +16 -20
  70. package/dist/cjs/spw-tile-description.cjs.entry.js +2 -2
  71. package/dist/cjs/spw-tile-title.cjs.entry.js +2 -2
  72. package/dist/cjs/spw-tile.cjs.entry.js +17 -4
  73. package/dist/cjs/spw-timeline-item.cjs.entry.js +2 -2
  74. package/dist/cjs/spw-timeline.cjs.entry.js +2 -2
  75. package/dist/cjs/spw-toc-container.cjs.entry.js +2 -2
  76. package/dist/cjs/spw-toc-navigation.cjs.entry.js +20 -0
  77. package/dist/cjs/spw-toc.cjs.entry.js +1 -1
  78. package/dist/cjs/spw-topbar.cjs.entry.js +4 -2
  79. package/dist/cjs/spw-wizard-item.cjs.entry.js +1 -1
  80. package/dist/cjs/spw-wizard.cjs.entry.js +1 -1
  81. package/dist/collection/components/spw-button/spw-button.css +47 -65
  82. package/dist/collection/components/spw-card/spw-card.css +7 -0
  83. package/dist/collection/components/spw-card/spw-card.js +1 -1
  84. package/dist/collection/components/spw-custom-select/spw-custom-select.css +1 -1
  85. package/dist/collection/components/spw-custom-select/spw-custom-select.js +21 -25
  86. package/dist/collection/components/spw-date-picker/spw-date-picker.js +17 -1
  87. package/dist/collection/components/spw-drawer/spw-drawer.js +3 -3
  88. package/dist/collection/components/spw-dropdown/spw-dropdown-container/spw-dropdown-container.js +1 -1
  89. package/dist/collection/components/spw-dropdown/spw-dropdown-item/spw-dropdown-item.js +1 -1
  90. package/dist/collection/components/spw-dropdown/spw-dropdown.js +1 -1
  91. package/dist/collection/components/spw-field-label/spw-field-label.js +1 -1
  92. package/dist/collection/components/spw-field-message/spw-field-message.css +2 -14
  93. package/dist/collection/components/spw-field-message/spw-field-message.js +1 -1
  94. package/dist/collection/components/spw-file-upload/spw-file-upload.js +2 -2
  95. package/dist/collection/components/spw-footer/spw-footer-bottom/spw-footer-bottom.js +1 -1
  96. package/dist/collection/components/spw-footer/spw-footer-content/spw-footer-content.js +1 -1
  97. package/dist/collection/components/spw-footer/spw-footer-content-col/spw-footer-content-col.js +1 -1
  98. package/dist/collection/components/spw-footer/spw-footer-link/spw-footer-link.js +1 -1
  99. package/dist/collection/components/spw-footer/spw-footer.js +1 -1
  100. package/dist/collection/components/spw-grid/spw-grid-item/spw-grid-item.js +2 -2
  101. package/dist/collection/components/spw-grid/spw-grid.js +2 -2
  102. package/dist/collection/components/spw-group/spw-group.js +15 -7
  103. package/dist/collection/components/spw-header/spw-header-lang/spw-header-lang.js +1 -1
  104. package/dist/collection/components/spw-header/spw-header-navigation/spw-header-navigation.js +1 -1
  105. package/dist/collection/components/spw-header/spw-header-navigation-dropdown/spw-header-navigation-dropdown.js +1 -1
  106. package/dist/collection/components/spw-header/spw-header-navigation-item/spw-header-navigation-item.js +1 -1
  107. package/dist/collection/components/spw-header/spw-header-persona/spw-header-persona.js +1 -1
  108. package/dist/collection/components/spw-header/spw-header-persona-item/spw-header-persona-item.js +1 -1
  109. package/dist/collection/components/spw-header/spw-header.css +13 -6
  110. package/dist/collection/components/spw-header/spw-header.js +2 -2
  111. package/dist/collection/components/spw-hero/spw-hero.js +22 -3
  112. package/dist/collection/components/spw-input-slider/spw-input-slider.js +17 -21
  113. package/dist/collection/components/spw-lightbox/spw-lightbox-item/spw-lightbox-item.js +1 -1
  114. package/dist/collection/components/spw-lightbox/spw-lightbox.js +2 -2
  115. package/dist/collection/components/spw-link/spw-link.js +1 -1
  116. package/dist/collection/components/spw-list/spw-list-description/spw-list-description.js +1 -1
  117. package/dist/collection/components/spw-list/spw-list-item/spw-list-item.js +1 -1
  118. package/dist/collection/components/spw-list/spw-list-title/spw-list-title.js +1 -1
  119. package/dist/collection/components/spw-list/spw-list.js +1 -1
  120. package/dist/collection/components/spw-loading/spw-loading.js +1 -1
  121. package/dist/collection/components/spw-message/spw-message.css +59 -2
  122. package/dist/collection/components/spw-message/spw-message.js +11 -2
  123. package/dist/collection/components/spw-modal/spw-modal.js +3 -3
  124. package/dist/collection/components/spw-mosaic/spw-mosaic-item/spw-mosaic-item.js +1 -1
  125. package/dist/collection/components/spw-mosaic/spw-mosaic.js +8 -2
  126. package/dist/collection/components/spw-pagination/spw-pagination.js +6 -6
  127. package/dist/collection/components/spw-radio/spw-radio.js +1 -1
  128. package/dist/collection/components/spw-scrolltop/spw-scrolltop.js +1 -1
  129. package/dist/collection/components/spw-search-field/spw-search-field.js +136 -11
  130. package/dist/collection/components/spw-select/spw-select.js +16 -20
  131. package/dist/collection/components/spw-separator/spw-separator.js +1 -1
  132. package/dist/collection/components/spw-sidebar/spw-sidebar-navigation-dropdown/spw-sidebar-navigation-dropdown.js +1 -1
  133. package/dist/collection/components/spw-sidebar/spw-sidebar-navigation-item/spw-sidebar-navigation-item.js +3 -3
  134. package/dist/collection/components/spw-sidebar/spw-sidebar-navigation-separator/spw-sidebar-navigation-separator.js +1 -1
  135. package/dist/collection/components/spw-sidebar/spw-sidebar.js +1 -1
  136. package/dist/collection/components/spw-sidenav/spw-sidenav-group/spw-sidenav-group.js +2 -2
  137. package/dist/collection/components/spw-sidenav/spw-sidenav-item/spw-sidenav-item.css +55 -0
  138. package/dist/collection/components/spw-sidenav/spw-sidenav-item/spw-sidenav-item.js +40 -4
  139. package/dist/collection/components/spw-sidenav/spw-sidenav.css +33 -0
  140. package/dist/collection/components/spw-sidenav/spw-sidenav.js +152 -1
  141. package/dist/collection/components/spw-skeleton/spw-skeleton.js +1 -1
  142. package/dist/collection/components/spw-slider/spw-slider-item/spw-slider-item.js +1 -1
  143. package/dist/collection/components/spw-slider/spw-slider.js +1 -1
  144. package/dist/collection/components/spw-socials/spw-socials.js +1 -1
  145. package/dist/collection/components/spw-table/spw-table-body/spw-table-body.js +1 -1
  146. package/dist/collection/components/spw-table/spw-table-cell/spw-table-cell.js +1 -1
  147. package/dist/collection/components/spw-table/spw-table-container/spw-table-container.js +1 -1
  148. package/dist/collection/components/spw-table/spw-table-footer/spw-table-footer.js +1 -1
  149. package/dist/collection/components/spw-table/spw-table-head/spw-table-head.js +1 -1
  150. package/dist/collection/components/spw-table/spw-table-header/spw-table-header.js +2 -2
  151. package/dist/collection/components/spw-table/spw-table-row/spw-table-row.js +1 -1
  152. package/dist/collection/components/spw-table/spw-table-sidebar/spw-table-sidebar.js +1 -1
  153. package/dist/collection/components/spw-tabs/spw-tabs-navigation/spw-tabs-navigation.js +1 -1
  154. package/dist/collection/components/spw-tabs/spw-tabs-navigation-item/spw-tabs-navigation-item.js +1 -1
  155. package/dist/collection/components/spw-tabs/spw-tabs.js +1 -1
  156. package/dist/collection/components/spw-tag/spw-tag.js +1 -1
  157. package/dist/collection/components/spw-text-field/spw-text-field.js +17 -20
  158. package/dist/collection/components/spw-textarea/spw-textarea.js +16 -20
  159. package/dist/collection/components/spw-theme-provider/spw-theme-provider.js +1 -1
  160. package/dist/collection/components/spw-tile/spw-tile-description/spw-tile-description.css +3 -0
  161. package/dist/collection/components/spw-tile/spw-tile-description/spw-tile-description.js +1 -1
  162. package/dist/collection/components/spw-tile/spw-tile-title/spw-tile-title.css +14 -2
  163. package/dist/collection/components/spw-tile/spw-tile-title/spw-tile-title.js +1 -1
  164. package/dist/collection/components/spw-tile/spw-tile.css +23 -1
  165. package/dist/collection/components/spw-tile/spw-tile.js +57 -4
  166. package/dist/collection/components/spw-timeline/spw-timeline-item/spw-timeline-item.js +2 -2
  167. package/dist/collection/components/spw-timeline/spw-timeline.js +2 -2
  168. package/dist/collection/components/spw-toc/spw-toc-container/spw-toc-container.js +4 -4
  169. package/dist/collection/components/spw-toc/spw-toc-navigation/spw-toc-navigation.js +40 -0
  170. package/dist/collection/components/spw-toc/spw-toc.js +1 -1
  171. package/dist/collection/components/spw-tooltip/spw-tooltip.js +1 -1
  172. package/dist/collection/components/spw-topbar/spw-topbar.css +61 -2
  173. package/dist/collection/components/spw-topbar/spw-topbar.js +23 -1
  174. package/dist/collection/components/spw-wizard/spw-wizard-item/spw-wizard-item.js +1 -1
  175. package/dist/collection/components/spw-wizard/spw-wizard.js +1 -1
  176. package/dist/collection/stories/components/spw-avatar/spw-avatar.stories.js +2 -0
  177. package/dist/collection/stories/components/spw-block-content/spw-block-content.stories.js +3 -1
  178. package/dist/collection/stories/components/spw-box/spw-box.stories.js +3 -1
  179. package/dist/collection/stories/components/spw-breadcrumb/spw-breadcrumb.stories.js +39 -1
  180. package/dist/collection/stories/components/spw-button/spw-button.stories.js +38 -1
  181. package/dist/collection/stories/components/spw-checkbox/spw-checkbox.stories.js +3 -1
  182. package/dist/collection/stories/components/spw-custom-select/spw-custom-select.stories.js +46 -1
  183. package/dist/collection/stories/components/spw-date-picker/spw-date-picker.stories.js +3 -1
  184. package/dist/collection/stories/components/spw-dropdown/spw-dropdown.stories.js +46 -1
  185. package/dist/collection/stories/components/spw-field-message/spw-field-message.stories.js +3 -1
  186. package/dist/collection/stories/components/spw-file-upload/spw-file-upload.stories.js +40 -1
  187. package/dist/collection/stories/components/spw-icon/spw-icon.stories.js +2 -0
  188. package/dist/collection/stories/components/spw-input-slider/spw-input-slider.stories.js +2 -0
  189. package/dist/collection/stories/components/spw-link/spw-link.stories.js +3 -1
  190. package/dist/collection/stories/components/spw-loading/spw-loading.stories.js +3 -1
  191. package/dist/collection/stories/components/spw-pagination/spw-pagination.stories.js +3 -1
  192. package/dist/collection/stories/components/spw-radio/spw-radio.stories.js +3 -1
  193. package/dist/collection/stories/components/spw-scrolltop/spw-scrolltop.stories.js +2 -0
  194. package/dist/collection/stories/components/spw-search-field/spw-search-field.stories.js +47 -2
  195. package/dist/collection/stories/components/spw-select/spw-select.stories.js +46 -1
  196. package/dist/collection/stories/components/spw-separator/spw-separator.stories.js +3 -1
  197. package/dist/collection/stories/components/spw-skeleton/spw-skeleton.stories.js +3 -1
  198. package/dist/collection/stories/components/spw-tag/spw-tag.stories.js +3 -1
  199. package/dist/collection/stories/components/spw-text-field/spw-text-field.stories.js +3 -1
  200. package/dist/collection/stories/components/spw-textarea/spw-textarea.stories.js +3 -1
  201. package/dist/collection/stories/components/spw-toast/spw-toast.stories.js +3 -1
  202. package/dist/collection/stories/components/spw-tooltip/spw-tooltip.stories.js +3 -1
  203. package/dist/collection/stories/organisms/spw-accordion/spw-accordion.stories.js +39 -1
  204. package/dist/collection/stories/organisms/spw-card/spw-card.stories.js +39 -1
  205. package/dist/collection/stories/organisms/spw-drawer/spw-drawer.stories.js +2 -0
  206. package/dist/collection/stories/organisms/spw-footer/spw-footer.stories.js +39 -1
  207. package/dist/collection/stories/organisms/spw-grid/spw-grid.stories.js +38 -0
  208. package/dist/collection/stories/organisms/spw-group/spw-group.stories.js +3 -1
  209. package/dist/collection/stories/organisms/spw-header/spw-header.stories.js +39 -1
  210. package/dist/collection/stories/organisms/spw-hero/spw-hero.stories.js +39 -1
  211. package/dist/collection/stories/organisms/spw-lightbox/spw-lightbox.stories.js +2 -0
  212. package/dist/collection/stories/organisms/spw-list/spw-list.stories.js +3 -1
  213. package/dist/collection/stories/organisms/spw-message/spw-message.stories.js +78 -1
  214. package/dist/collection/stories/organisms/spw-modal/spw-modal.stories.js +33 -1
  215. package/dist/collection/stories/organisms/spw-mosaic/spw-mosaic.stories.js +39 -1
  216. package/dist/collection/stories/organisms/spw-sidebar/spw-sidebar.stories.js +39 -1
  217. package/dist/collection/stories/organisms/spw-sidenav/spw-sidenav.stories.js +215 -0
  218. package/dist/collection/stories/organisms/spw-slider/spw-slider.stories.js +73 -1
  219. package/dist/collection/stories/organisms/spw-table/spw-table.stories.js +3 -1
  220. package/dist/collection/stories/organisms/spw-tabs/spw-tabs.stories.js +39 -1
  221. package/dist/collection/stories/organisms/spw-tile/spw-tile.stories.js +222 -1
  222. package/dist/collection/stories/organisms/spw-timeline/spw-timeline.stories.js +2 -0
  223. package/dist/collection/stories/organisms/spw-toc/spw-toc.stories.js +38 -0
  224. package/dist/collection/stories/organisms/spw-topbar/spw-topbar.stories.js +50 -1
  225. package/dist/collection/stories/organisms/spw-wizard/spw-wizard.stories.js +123 -1
  226. package/dist/components/p-BBsDk5QJ.js +1 -0
  227. package/dist/components/{p-CnzSr9Im.js → p-BrCHGcGN.js} +1 -1
  228. package/dist/components/{p-DlhwYK4n.js → p-CLldNY-_.js} +1 -1
  229. package/dist/components/{p-aWQ1v8BH.js → p-CdTWu15K.js} +1 -1
  230. package/dist/components/{p-C82UsmH4.js → p-DZoh_5b5.js} +1 -1
  231. package/dist/components/{p-DAfHVLjA.js → p-Fqknc29G.js} +1 -1
  232. package/dist/components/p-R4SpR2mV.js +1 -0
  233. package/dist/components/{p-DXd3uPkn.js → p-nC0sTTf4.js} +1 -1
  234. package/dist/components/{p-BY3XOPGU.js → p-xTIxnTQQ.js} +1 -1
  235. package/dist/components/spw-breadcrumb-item.js +1 -1
  236. package/dist/components/spw-button.js +1 -1
  237. package/dist/components/spw-card.js +1 -1
  238. package/dist/components/spw-cookies.js +1 -1
  239. package/dist/components/spw-custom-select.js +1 -1
  240. package/dist/components/spw-date-picker.js +1 -1
  241. package/dist/components/spw-drawer.js +1 -1
  242. package/dist/components/spw-dropdown-container.js +1 -1
  243. package/dist/components/spw-dropdown-item.js +1 -1
  244. package/dist/components/spw-dropdown.js +1 -1
  245. package/dist/components/spw-field-label.js +1 -1
  246. package/dist/components/spw-field-message.js +1 -1
  247. package/dist/components/spw-file-upload.js +1 -1
  248. package/dist/components/spw-footer-bottom.js +1 -1
  249. package/dist/components/spw-footer-content-col.js +1 -1
  250. package/dist/components/spw-footer-content.js +1 -1
  251. package/dist/components/spw-footer-link.js +1 -1
  252. package/dist/components/spw-footer.js +1 -1
  253. package/dist/components/spw-grid-item.js +1 -1
  254. package/dist/components/spw-grid.js +1 -1
  255. package/dist/components/spw-group.js +1 -1
  256. package/dist/components/spw-header-lang.js +1 -1
  257. package/dist/components/spw-header-navigation-dropdown.js +1 -1
  258. package/dist/components/spw-header-navigation-item.js +1 -1
  259. package/dist/components/spw-header-navigation.js +1 -1
  260. package/dist/components/spw-header-persona-item.js +1 -1
  261. package/dist/components/spw-header-persona.js +1 -1
  262. package/dist/components/spw-header.js +1 -1
  263. package/dist/components/spw-hero.js +1 -1
  264. package/dist/components/spw-input-slider.js +1 -1
  265. package/dist/components/spw-lightbox-item.js +1 -1
  266. package/dist/components/spw-lightbox.js +1 -1
  267. package/dist/components/spw-link.js +1 -1
  268. package/dist/components/spw-list-description.js +1 -1
  269. package/dist/components/spw-list-item.js +1 -1
  270. package/dist/components/spw-list-title.js +1 -1
  271. package/dist/components/spw-list.js +1 -1
  272. package/dist/components/spw-loading.js +1 -1
  273. package/dist/components/spw-message.js +1 -1
  274. package/dist/components/spw-modal.js +1 -1
  275. package/dist/components/spw-mosaic-item.js +1 -1
  276. package/dist/components/spw-mosaic.js +3 -3
  277. package/dist/components/spw-pagination.js +1 -1
  278. package/dist/components/spw-radio.js +1 -1
  279. package/dist/components/spw-scrolltop.js +1 -1
  280. package/dist/components/spw-search-field.js +1 -1
  281. package/dist/components/spw-select.js +1 -1
  282. package/dist/components/spw-separator.js +1 -1
  283. package/dist/components/spw-sidebar-navigation-dropdown.js +1 -1
  284. package/dist/components/spw-sidebar-navigation-item.js +1 -1
  285. package/dist/components/spw-sidebar-navigation-separator.js +1 -1
  286. package/dist/components/spw-sidebar.js +1 -1
  287. package/dist/components/spw-sidenav-group.js +1 -1
  288. package/dist/components/spw-sidenav-item.js +1 -1
  289. package/dist/components/spw-sidenav.js +1 -1
  290. package/dist/components/spw-skeleton.js +1 -1
  291. package/dist/components/spw-slider-item.js +1 -1
  292. package/dist/components/spw-slider.js +1 -1
  293. package/dist/components/spw-socials.js +1 -1
  294. package/dist/components/spw-table-body.js +1 -1
  295. package/dist/components/spw-table-cell.js +1 -1
  296. package/dist/components/spw-table-container.js +1 -1
  297. package/dist/components/spw-table-footer.js +1 -1
  298. package/dist/components/spw-table-head.js +1 -1
  299. package/dist/components/spw-table-header.js +1 -1
  300. package/dist/components/spw-table-row.js +1 -1
  301. package/dist/components/spw-table-sidebar.js +1 -1
  302. package/dist/components/spw-tabs-navigation-item.js +1 -1
  303. package/dist/components/spw-tabs-navigation.js +1 -1
  304. package/dist/components/spw-tabs.js +1 -1
  305. package/dist/components/spw-tag.js +1 -1
  306. package/dist/components/spw-text-field.js +1 -1
  307. package/dist/components/spw-textarea.js +1 -1
  308. package/dist/components/spw-theme-provider.js +1 -1
  309. package/dist/components/spw-tile-description.js +1 -1
  310. package/dist/components/spw-tile-title.js +1 -1
  311. package/dist/components/spw-tile.js +1 -1
  312. package/dist/components/spw-timeline-item.js +1 -1
  313. package/dist/components/spw-timeline.js +1 -1
  314. package/dist/components/spw-toc-container.js +1 -1
  315. package/dist/components/spw-toc-navigation.js +1 -1
  316. package/dist/components/spw-toc.js +1 -1
  317. package/dist/components/spw-tooltip.js +1 -1
  318. package/dist/components/spw-topbar.js +1 -1
  319. package/dist/components/spw-wizard-item.js +1 -1
  320. package/dist/components/spw-wizard.js +1 -1
  321. package/dist/components_json.json +323 -15
  322. package/dist/components_vscode.json +57 -3
  323. package/dist/esm/loader.js +1 -1
  324. package/dist/esm/spw-button_2.entry.js +2 -2
  325. package/dist/esm/spw-card.entry.js +2 -2
  326. package/dist/esm/spw-custom-select.entry.js +22 -26
  327. package/dist/esm/spw-date-picker.entry.js +17 -1
  328. package/dist/esm/spw-drawer.entry.js +3 -3
  329. package/dist/esm/spw-dropdown-container.entry.js +1 -1
  330. package/dist/esm/spw-dropdown-item.entry.js +1 -1
  331. package/dist/esm/spw-dropdown.entry.js +1 -1
  332. package/dist/esm/spw-field-label_8.entry.js +22 -14
  333. package/dist/esm/spw-file-upload.entry.js +2 -2
  334. package/dist/esm/spw-footer-bottom.entry.js +1 -1
  335. package/dist/esm/spw-footer-content-col.entry.js +1 -1
  336. package/dist/esm/spw-footer-content.entry.js +1 -1
  337. package/dist/esm/spw-footer-link.entry.js +1 -1
  338. package/dist/esm/spw-footer.entry.js +1 -1
  339. package/dist/esm/spw-grid-item.entry.js +2 -2
  340. package/dist/esm/spw-grid.entry.js +2 -2
  341. package/dist/esm/spw-header-lang.entry.js +1 -1
  342. package/dist/esm/spw-header-navigation-dropdown.entry.js +1 -1
  343. package/dist/esm/spw-header-navigation-item.entry.js +1 -1
  344. package/dist/esm/spw-header-navigation.entry.js +1 -1
  345. package/dist/esm/spw-header-persona-item.entry.js +1 -1
  346. package/dist/esm/spw-header-persona.entry.js +1 -1
  347. package/dist/esm/spw-header.entry.js +3 -3
  348. package/dist/esm/spw-hero.entry.js +3 -3
  349. package/dist/esm/spw-input-slider.entry.js +17 -21
  350. package/dist/esm/spw-lightbox-item.entry.js +1 -1
  351. package/dist/esm/spw-lightbox.entry.js +2 -2
  352. package/dist/esm/spw-list-description.entry.js +1 -1
  353. package/dist/esm/spw-list-item.entry.js +1 -1
  354. package/dist/esm/spw-list-title.entry.js +1 -1
  355. package/dist/esm/spw-list.entry.js +1 -1
  356. package/dist/esm/spw-message.entry.js +10 -2
  357. package/dist/esm/spw-modal.entry.js +3 -3
  358. package/dist/esm/spw-mosaic-item.entry.js +1 -1
  359. package/dist/esm/spw-mosaic.entry.js +8 -2
  360. package/dist/esm/spw-pagination.entry.js +6 -6
  361. package/dist/esm/spw-radio.entry.js +1 -1
  362. package/dist/esm/spw-scrolltop.entry.js +1 -1
  363. package/dist/esm/spw-search-field.entry.js +80 -10
  364. package/dist/esm/spw-select.entry.js +16 -20
  365. package/dist/esm/spw-sidebar-navigation-dropdown.entry.js +1 -1
  366. package/dist/esm/spw-sidebar-navigation-item.entry.js +3 -3
  367. package/dist/esm/spw-sidebar-navigation-separator.entry.js +1 -1
  368. package/dist/esm/spw-sidebar.entry.js +1 -1
  369. package/dist/esm/spw-sidenav-group.entry.js +2 -2
  370. package/dist/esm/spw-sidenav-item.entry.js +18 -4
  371. package/dist/esm/spw-sidenav.entry.js +111 -2
  372. package/dist/esm/spw-skeleton.entry.js +1 -1
  373. package/dist/esm/spw-slider-item.entry.js +1 -1
  374. package/dist/esm/spw-slider.entry.js +1 -1
  375. package/dist/esm/spw-socials.entry.js +1 -1
  376. package/dist/esm/spw-stencil-library.js +1 -1
  377. package/dist/esm/spw-table-body.entry.js +1 -1
  378. package/dist/esm/spw-table-cell.entry.js +1 -1
  379. package/dist/esm/spw-table-container.entry.js +1 -1
  380. package/dist/esm/spw-table-footer.entry.js +1 -1
  381. package/dist/esm/spw-table-head.entry.js +1 -1
  382. package/dist/esm/spw-table-header.entry.js +2 -2
  383. package/dist/esm/spw-table-row.entry.js +1 -1
  384. package/dist/esm/spw-table-sidebar.entry.js +1 -1
  385. package/dist/esm/spw-tabs-navigation-item.entry.js +1 -1
  386. package/dist/esm/spw-tabs-navigation.entry.js +1 -1
  387. package/dist/esm/spw-tabs.entry.js +1 -1
  388. package/dist/esm/spw-tag.entry.js +1 -1
  389. package/dist/esm/spw-text-field.entry.js +17 -20
  390. package/dist/esm/spw-textarea.entry.js +16 -20
  391. package/dist/esm/spw-tile-description.entry.js +2 -2
  392. package/dist/esm/spw-tile-title.entry.js +2 -2
  393. package/dist/esm/spw-tile.entry.js +17 -4
  394. package/dist/esm/spw-timeline-item.entry.js +2 -2
  395. package/dist/esm/spw-timeline.entry.js +2 -2
  396. package/dist/esm/spw-toc-container.entry.js +2 -2
  397. package/dist/esm/spw-toc-navigation.entry.js +20 -0
  398. package/dist/esm/spw-toc.entry.js +1 -1
  399. package/dist/esm/spw-topbar.entry.js +4 -2
  400. package/dist/esm/spw-wizard-item.entry.js +1 -1
  401. package/dist/esm/spw-wizard.entry.js +1 -1
  402. package/dist/spw-stencil-library/p-005e895a.entry.js +1 -0
  403. package/dist/spw-stencil-library/{p-57d57d31.entry.js → p-06356658.entry.js} +1 -1
  404. package/dist/spw-stencil-library/{p-8010145c.entry.js → p-08de3542.entry.js} +1 -1
  405. package/dist/spw-stencil-library/p-09818d2e.entry.js +1 -0
  406. package/dist/spw-stencil-library/{p-bcc0bc5b.entry.js → p-0cd5c984.entry.js} +1 -1
  407. package/dist/spw-stencil-library/p-0edf6e69.entry.js +1 -0
  408. package/dist/spw-stencil-library/p-1034937d.entry.js +1 -0
  409. package/dist/spw-stencil-library/{p-e82e97da.entry.js → p-11f9450a.entry.js} +1 -1
  410. package/dist/spw-stencil-library/{p-3a44068e.entry.js → p-13426e40.entry.js} +1 -1
  411. package/dist/spw-stencil-library/{p-e172632c.entry.js → p-1603d35d.entry.js} +1 -1
  412. package/dist/spw-stencil-library/{p-6be62066.entry.js → p-176c735c.entry.js} +1 -1
  413. package/dist/spw-stencil-library/{p-082f93eb.entry.js → p-244c42e1.entry.js} +1 -1
  414. package/dist/spw-stencil-library/p-24ddb0e5.entry.js +1 -0
  415. package/dist/spw-stencil-library/{p-ae18c590.entry.js → p-2c430e60.entry.js} +1 -1
  416. package/dist/spw-stencil-library/{p-afa2f53d.entry.js → p-2e7041df.entry.js} +1 -1
  417. package/dist/spw-stencil-library/{p-10bf5c42.entry.js → p-36484429.entry.js} +1 -1
  418. package/dist/spw-stencil-library/{p-ca3263fb.entry.js → p-36d80c8f.entry.js} +1 -1
  419. package/dist/spw-stencil-library/p-375581fd.entry.js +1 -0
  420. package/dist/spw-stencil-library/{p-1e940c23.entry.js → p-44a07af3.entry.js} +1 -1
  421. package/dist/spw-stencil-library/p-48078447.entry.js +1 -0
  422. package/dist/spw-stencil-library/p-4a3e2b92.entry.js +1 -0
  423. package/dist/spw-stencil-library/{p-fbc26e62.entry.js → p-4c16d701.entry.js} +1 -1
  424. package/dist/spw-stencil-library/{p-1ba59470.entry.js → p-4c636296.entry.js} +1 -1
  425. package/dist/spw-stencil-library/{p-723229e0.entry.js → p-4da69501.entry.js} +1 -1
  426. package/dist/spw-stencil-library/{p-1fca6b4f.entry.js → p-4e4830f6.entry.js} +1 -1
  427. package/dist/spw-stencil-library/{p-5ca2790b.entry.js → p-529e0d0d.entry.js} +1 -1
  428. package/dist/spw-stencil-library/{p-426be39b.entry.js → p-568f2002.entry.js} +1 -1
  429. package/dist/spw-stencil-library/{p-24cc1b85.entry.js → p-59cb1719.entry.js} +1 -1
  430. package/dist/spw-stencil-library/{p-1001e077.entry.js → p-5a08eb26.entry.js} +1 -1
  431. package/dist/spw-stencil-library/p-5a0c0b53.entry.js +1 -0
  432. package/dist/spw-stencil-library/{p-41568f68.entry.js → p-6500046a.entry.js} +1 -1
  433. package/dist/spw-stencil-library/{p-94581684.entry.js → p-66a5ccc3.entry.js} +1 -1
  434. package/dist/spw-stencil-library/{p-e6beeeae.entry.js → p-6b0338cb.entry.js} +1 -1
  435. package/dist/spw-stencil-library/{p-fd339689.entry.js → p-6b53d52d.entry.js} +1 -1
  436. package/dist/spw-stencil-library/p-6cfcab87.entry.js +1 -0
  437. package/dist/spw-stencil-library/{p-f0e49272.entry.js → p-6d105331.entry.js} +1 -1
  438. package/dist/spw-stencil-library/{p-571107dc.entry.js → p-6e57e12a.entry.js} +1 -1
  439. package/dist/spw-stencil-library/{p-f8c9e28a.entry.js → p-6f244a33.entry.js} +1 -1
  440. package/dist/spw-stencil-library/{p-af8ccb80.entry.js → p-758ab426.entry.js} +1 -1
  441. package/dist/spw-stencil-library/p-7c705c74.entry.js +1 -0
  442. package/dist/spw-stencil-library/{p-42dce53f.entry.js → p-7e7cd509.entry.js} +1 -1
  443. package/dist/spw-stencil-library/{p-3e8e6a41.entry.js → p-7e884c21.entry.js} +1 -1
  444. package/dist/spw-stencil-library/{p-a20d2a78.entry.js → p-7ed866cf.entry.js} +1 -1
  445. package/dist/spw-stencil-library/{p-11ee7e7a.entry.js → p-82c5e2e2.entry.js} +1 -1
  446. package/dist/spw-stencil-library/{p-bd0b3958.entry.js → p-85cd97f4.entry.js} +1 -1
  447. package/dist/spw-stencil-library/p-86f8bae3.entry.js +1 -0
  448. package/dist/spw-stencil-library/{p-4f65655d.entry.js → p-8d4885ff.entry.js} +1 -1
  449. package/dist/spw-stencil-library/{p-69f36918.entry.js → p-9193e70b.entry.js} +1 -1
  450. package/dist/spw-stencil-library/{p-fdd83154.entry.js → p-93788d96.entry.js} +1 -1
  451. package/dist/spw-stencil-library/{p-cb4b31a7.entry.js → p-94f78e4c.entry.js} +1 -1
  452. package/dist/spw-stencil-library/{p-a94801a1.entry.js → p-962ec86a.entry.js} +1 -1
  453. package/dist/spw-stencil-library/{p-45be9fce.entry.js → p-9987b6a0.entry.js} +1 -1
  454. package/dist/spw-stencil-library/{p-fe5f81cc.entry.js → p-9bb373cf.entry.js} +1 -1
  455. package/dist/spw-stencil-library/{p-b868a3da.entry.js → p-9ca52f24.entry.js} +1 -1
  456. package/dist/spw-stencil-library/{p-e592738a.entry.js → p-9d93af2b.entry.js} +1 -1
  457. package/dist/spw-stencil-library/{p-0f5debdb.entry.js → p-a2f8133e.entry.js} +1 -1
  458. package/dist/spw-stencil-library/{p-53dfe461.entry.js → p-a418baf5.entry.js} +1 -1
  459. package/dist/spw-stencil-library/p-a7b1bd08.entry.js +1 -0
  460. package/dist/spw-stencil-library/{p-49e53cd8.entry.js → p-a86fc0a7.entry.js} +1 -1
  461. package/dist/spw-stencil-library/{p-7996c7c8.entry.js → p-ab100252.entry.js} +1 -1
  462. package/dist/spw-stencil-library/{p-79081772.entry.js → p-aeb616f6.entry.js} +1 -1
  463. package/dist/spw-stencil-library/{p-c2d6da7e.entry.js → p-b494a271.entry.js} +1 -1
  464. package/dist/spw-stencil-library/{p-ec7f05ae.entry.js → p-b5ba7206.entry.js} +1 -1
  465. package/dist/spw-stencil-library/p-b966fc21.entry.js +1 -0
  466. package/dist/spw-stencil-library/{p-ca25cbef.entry.js → p-d5157e05.entry.js} +1 -1
  467. package/dist/spw-stencil-library/{p-e6f4a095.entry.js → p-d6e88176.entry.js} +1 -1
  468. package/dist/spw-stencil-library/{p-95f41c17.entry.js → p-d92bd82f.entry.js} +4 -4
  469. package/dist/spw-stencil-library/{p-fdcc3c5d.entry.js → p-ddd9acdc.entry.js} +1 -1
  470. package/dist/spw-stencil-library/{p-7233f2b1.entry.js → p-e4f1665f.entry.js} +1 -1
  471. package/dist/spw-stencil-library/{p-51d1b03f.entry.js → p-e7c69e88.entry.js} +1 -1
  472. package/dist/spw-stencil-library/{p-4d45c143.entry.js → p-e849e965.entry.js} +1 -1
  473. package/dist/spw-stencil-library/{p-c06529c8.entry.js → p-ecbdf71f.entry.js} +1 -1
  474. package/dist/spw-stencil-library/{p-d6587b45.entry.js → p-f35c966d.entry.js} +1 -1
  475. package/dist/spw-stencil-library/p-f38709c1.entry.js +1 -0
  476. package/dist/spw-stencil-library/{p-723b695b.entry.js → p-f932224f.entry.js} +1 -1
  477. package/dist/spw-stencil-library/p-fade4100.entry.js +1 -0
  478. package/dist/spw-stencil-library/{p-915cbfd3.entry.js → p-fbc3d842.entry.js} +1 -1
  479. package/dist/spw-stencil-library/spw-stencil-library.esm.js +1 -1
  480. package/dist/stats.json +1012 -440
  481. package/dist/types/components/spw-custom-select/spw-custom-select.d.ts +1 -4
  482. package/dist/types/components/spw-date-picker/spw-date-picker.d.ts +1 -0
  483. package/dist/types/components/spw-hero/spw-hero.d.ts +2 -0
  484. package/dist/types/components/spw-input-slider/spw-input-slider.d.ts +1 -4
  485. package/dist/types/components/spw-message/spw-message.d.ts +3 -0
  486. package/dist/types/components/spw-search-field/spw-search-field.d.ts +9 -0
  487. package/dist/types/components/spw-select/spw-select.d.ts +1 -4
  488. package/dist/types/components/spw-sidenav/spw-sidenav-item/spw-sidenav-item.d.ts +3 -0
  489. package/dist/types/components/spw-sidenav/spw-sidenav.d.ts +22 -0
  490. package/dist/types/components/spw-text-field/spw-text-field.d.ts +1 -4
  491. package/dist/types/components/spw-textarea/spw-textarea.d.ts +1 -4
  492. package/dist/types/components/spw-tile/spw-tile.d.ts +5 -1
  493. package/dist/types/components/spw-toc/spw-toc-container/spw-toc-container.d.ts +1 -1
  494. package/dist/types/components/spw-toc/spw-toc-navigation/spw-toc-navigation.d.ts +4 -0
  495. package/dist/types/components/spw-topbar/spw-topbar.d.ts +2 -0
  496. package/dist/types/components.d.ts +92 -5
  497. package/dist/types/stories/organisms/spw-message/spw-message.stories.d.ts +2 -1
  498. package/dist/types/stories/organisms/spw-sidenav/spw-sidenav.stories.d.ts +4 -0
  499. package/dist/types/stories/organisms/spw-tile/spw-tile.stories.d.ts +6 -1
  500. package/dist/types/stories/organisms/spw-topbar/spw-topbar.stories.d.ts +1 -0
  501. package/hydrate/index.js +505 -242
  502. package/hydrate/index.mjs +505 -242
  503. package/package.json +1 -1
  504. package/dist/components/p-B2P8l7B3.js +0 -1
  505. package/dist/components/p-B43Zutdz.js +0 -1
  506. package/dist/spw-stencil-library/p-1d319daa.entry.js +0 -1
  507. package/dist/spw-stencil-library/p-20ed6c87.entry.js +0 -1
  508. package/dist/spw-stencil-library/p-56511a1a.entry.js +0 -1
  509. package/dist/spw-stencil-library/p-68787bbe.entry.js +0 -1
  510. package/dist/spw-stencil-library/p-83e6a17b.entry.js +0 -1
  511. package/dist/spw-stencil-library/p-8aa81b70.entry.js +0 -1
  512. package/dist/spw-stencil-library/p-936fc4c0.entry.js +0 -1
  513. package/dist/spw-stencil-library/p-995bf47d.entry.js +0 -1
  514. package/dist/spw-stencil-library/p-b08eb675.entry.js +0 -1
  515. package/dist/spw-stencil-library/p-bec8374e.entry.js +0 -1
  516. package/dist/spw-stencil-library/p-d321091b.entry.js +0 -1
  517. package/dist/spw-stencil-library/p-de10edb8.entry.js +0 -1
  518. package/dist/spw-stencil-library/p-de47fd8e.entry.js +0 -1
  519. package/dist/spw-stencil-library/p-e2fbc5ff.entry.js +0 -1
  520. package/dist/spw-stencil-library/p-f420e077.entry.js +0 -1
  521. package/dist/spw-stencil-library/p-f7a94fe7.entry.js +0 -1
@@ -1 +1 @@
1
- import{r as t,c as e,h as o,H as s,a as i}from"./p-DkNryMko.js";import{q as a,i as n,a as r}from"./p-Hi4pwfHU.js";import{a as d,K as l}from"./p-BRFNx2DL.js";const p=class{constructor(o){t(this,o),this.spwModalOpen=e(this,"spwModalOpen",7),this.spwModalClose=e(this,"spwModalClose",7),this.opened=!1,this.showModal=this.opened||!1,this.caption="Titre de la modal",this.closeButtonText="Fermer",this.closeOnOverlayClick=!0,this.stickyButtons=!1,this.size="small",this.alertIcon="",this.slotButtonsPresent=!1,this.isCloseButtonSticky=!1,this.showCloseButton=!0,this.focusableElements=[],this.handleClick=t=>{const e=t.composedPath().find((t=>{var e;return t instanceof HTMLElement&&(null===(e=t.hasAttribute)||void 0===e?void 0:e.call(t,"data-modal-trigger"))}));e&&e.getAttribute("data-modal-trigger")===this.hostElement.id&&(this.opened=!0)},this.handleClose=t=>{const e=t.composedPath().find((t=>{var e;return t instanceof HTMLElement&&(null===(e=t.hasAttribute)||void 0===e?void 0:e.call(t,"data-modal-close"))}));e&&e.getAttribute("data-modal-close")===this.hostElement.id&&(this.opened=!1)},this.handleBottomFocus=()=>{this.attemptFocus(this.getFirstFocusableElement())},this.handleKeypress=t=>{this.showModal&&"Escape"===t.key&&this.doBeforeClose("ESCAPE_KEY")},this.handleContentScroll=()=>{this.modalContent&&(this.isCloseButtonSticky=this.modalContent.scrollTop>=60)}}async closeModal(){this.doBeforeClose("PROGRAMMATIC")}async openModal(){this.opened=!0}componentDidLoad(){this.focusableElements=a(this.hostElement.shadowRoot,(t=>r(t)||t.matches("[data-focus-trap-edge]")),n),window.addEventListener("click",this.handleClick,{capture:!0}),window.addEventListener("click",this.handleClose,{capture:!0}),window.addEventListener("keydown",this.handleKeypress)}disconnectedCallback(){window.removeEventListener("click",this.handleClick),window.removeEventListener("click",this.handleClose),window.removeEventListener("keydown",this.handleKeypress)}getFirstFocusableElement(){return this.focusableElements[0]}attemptFocus(t){null!=t?setTimeout((()=>{t.focus()}),0):setTimeout((()=>{this.closeButton.focus()}))}open(){this.showModal=!0,this.isCloseButtonSticky=!1,requestAnimationFrame((()=>{this.modalContent&&(this.modalContent.scrollTop=0)}));try{d(this.modalContainer,l.fadeIn,{duration:200}).addEventListener("finish",(()=>{setTimeout((()=>{}),0),this.spwModalOpen.emit()}))}catch(t){this.spwModalOpen.emit()}}close(){this.stopAllVideos();try{d(this.modalContainer,l.fadeOut,{duration:200}).addEventListener("finish",(()=>{this.showModal=!1,this.spwModalClose.emit()}))}catch(t){this.showModal=!1,this.spwModalClose.emit()}}stopAllVideos(){this.hostElement.querySelectorAll("iframe").forEach((t=>{t.src=t.src}))}doBeforeClose(t){const e=[];e.push(t),e.some((t=>t.defaultPrevented))||(this.opened=!1)}openedChanged(t){!0===t?this.open():this.close()}handleOverlayClick(){this.closeOnOverlayClick&&this.doBeforeClose("BACKDROP")}get elementClass(){return{"spw-modal":!0,"spw-modal--opened":this.showModal,"spw-modal--sticky-buttons":this.stickyButtons}}render(){return o(s,{key:"16c9b95bb4d4a7c8a30d7cf8c8f1180a57b9758d"},o("div",{key:"ed4ce3b9a690af363deb23fda38b581af43acbff",ref:t=>this.modalContainer=t,class:this.elementClass},o("div",{key:"1faf5cbdf2a7dda9e5a018d8740beef1b04cd1df",class:"spw-modal__overlay",onClick:()=>this.handleOverlayClick()}),o("div",{key:"4a720df2b34cb7ac297afcdd63fe358d6cf68e0d",class:`spw-modal__content-container spw-modal__content-container--${this.size}`,role:"dialog","aria-modal":"true","aria-label":this.caption},o("div",{key:"66c3c2a37d445e83e98caefdf00070b695ea169a",class:"spw-modal__content",ref:t=>this.modalContent=t,onScroll:this.handleContentScroll},o("div",{key:"36b51115b608dee56e59991a81b7a9f52e37b7e7",class:"spw-modal__header"},o("div",{key:"9eb6eeb344cd249b7d01c121867074df02df0262",class:"spw-modal__title-container"},this.alertIcon&&o("spw-icon",{key:"9ad8e3db4e79c57bf3a1fcec88cb4a3878e7b356",class:"spw-modal__alert-icon",icon:this.alertIcon}),o("h2",{key:"0abb86eb218f53cab5a3d4d74d85a759054cff9b",class:"spw-modal__caption"},this.caption)),this.showCloseButton&&o("div",{key:"66b2ec5a6e8407d2683b55d184e96b1c9b815823",class:{"spw-modal__close-button":!0,"spw-modal__close-button--sticky":this.isCloseButtonSticky},ref:t=>this.closeButton=t,onClick:()=>this.doBeforeClose("CLOSE_BUTTON")},o("spw-link",{key:"8c6467ef94fbc24697ffc031a516140e46d6c14a","icon-position":"right",icon:"fa-xmark"},this.closeButtonText))),o("div",{key:"d49b5c986d12f58fb4a83122cdd5e281a30726a8",class:"spw-modal__body"},o("slot",{key:"02775e3c735f422f0c737c93515970610886f071",name:"content"})),o("div",{key:"32defb07798503b9cb6d42d9ec83aa2daef5f58e",class:{"spw-modal__buttons":!0,"spw-modal__footer--buttons-present":this.slotButtonsPresent}},o("slot",{key:"f6fa36952b3d73cd02014d5b3059d4feeed24435",name:"buttons",onSlotchange:t=>{this.slotButtonsPresent=t.target.assignedNodes({flatten:!0}).length>0}})))),o("div",{key:"4e5a643019b2a7b989922d1ca47eca659804c585","data-focus-trap-edge":!0,onFocus:this.handleBottomFocus,tabindex:"0"})))}get hostElement(){return i(this)}static get watchers(){return{opened:[{openedChanged:0}]}}};p.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:contents}.spw-modal{display:none;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1060;overflow-y:auto}.spw-modal::-webkit-scrollbar{width:14px;height:14px}.spw-modal::-webkit-scrollbar-thumb{background:var(--spw-color-themes-grey-grey-400);border-radius:20px;border:4px solid var(--spw-ds-white)}.spw-modal::-webkit-scrollbar-track{background:var(--spw-ds-white)}.spw-modal{scrollbar-face-color:var(--spw-color-themes-grey-grey-400);scrollbar-track-color:var(--spw-ds-white)}.spw-modal--opened{display:flex}.spw-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:black;opacity:0.7;z-index:0}.spw-modal__content-container{position:absolute;display:flex;justify-content:center;width:90%;background-color:#fff;box-shadow:var(--spw-effect-elevation-6);overflow:hidden;box-sizing:border-box;align-items:stretch;border-radius:var(--spw-spacings-border-radius-lg)}.spw-modal__content-container--small{max-width:480px}.spw-modal__content-container--medium{max-width:600px}.spw-modal__content-container--large{max-width:768px}.spw-modal__content-container--fluid{max-width:100%}.spw-modal__content{display:flex;flex-direction:column;border:1px solid var(--spw-color-themes-grey-grey-300);width:100%;max-height:90vh;overflow-y:auto}.spw-modal__content::-webkit-scrollbar{width:14px;height:14px}.spw-modal__content::-webkit-scrollbar-thumb{background:var(--spw-color-themes-grey-grey-400);border-radius:20px;border:4px solid var(--spw-ds-white)}.spw-modal__content::-webkit-scrollbar-track{background:var(--spw-ds-white)}.spw-modal__content{scrollbar-face-color:var(--spw-color-themes-grey-grey-400);scrollbar-track-color:var(--spw-ds-white)}.spw-modal--sticky-buttons .spw-modal__content{overflow-y:visible}.spw-modal__icon-container{display:flex;align-items:center;justify-content:center;width:32px;background-color:#fff;align-self:stretch}.spw-modal__header{display:flex;justify-content:space-between;align-items:baseline;padding:24px;padding-bottom:0;margin-top:6px;gap:12px;flex-wrap:nowrap;margin-bottom:12px;box-sizing:border-box;border-radius:1px 1px 0px 0px;color:var(--spw-colors-support-grey-grey-900)}.spw-modal__title-container{display:flex;gap:8px}.spw-modal__alert-icon{flex-shrink:0;line-height:1.5}.spw-modal__caption{overflow:hidden;white-space:pre-wrap;word-wrap:break-word}.spw-modal__header h2{margin:0;font-size:18px;color:var(--spw-colors-support-grey-grey-900)}.spw-modal__header button{background:none;border:none;font-size:1.5em;padding:0;cursor:pointer}.spw-modal__close-button{cursor:pointer;z-index:999;font-size:14px;display:inline-flex;align-items:center;flex-wrap:nowrap;justify-content:center;background:white;padding:3px 6px;margin-bottom:1px}.spw-modal__close-button spw-link{--spw-link-color:var(--spw-colors-support-grey-grey-900);--spw-link-wrap:nowrap}.spw-modal__close-button--sticky{position:absolute;top:0;right:0;border-radius:0 0 0 4px;padding:8px;border-bottom:1px solid var(--spw-colors-support-grey-grey-300);border-left:1px solid var(--spw-colors-support-grey-grey-300)}.spw-modal__close-button--sticky spw-link{font-size:14px}.spw-modal__body{padding:0 24px;margin-bottom:12px;box-sizing:border-box;flex:1;font-size:16px;color:var(--spw-colors-support-grey-grey-700)}.spw-modal--sticky-buttons .spw-modal__body{overflow-y:auto}.spw-modal--sticky-buttons .spw-modal__body::-webkit-scrollbar{width:14px;height:14px}.spw-modal--sticky-buttons .spw-modal__body::-webkit-scrollbar-thumb{background:var(--spw-color-themes-grey-grey-400);border-radius:20px;border:4px solid var(--spw-ds-white)}.spw-modal--sticky-buttons .spw-modal__body::-webkit-scrollbar-track{background:var(--spw-ds-white)}.spw-modal--sticky-buttons .spw-modal__body{scrollbar-face-color:var(--spw-color-themes-grey-grey-400);scrollbar-track-color:var(--spw-ds-white)}.spw-modal__buttons{padding-top:12px}.spw-modal__buttons ::slotted([slot=buttons]){padding:24px;padding-top:0}@media (min-width: 768px){.spw-modal__footer--buttons-present ::slotted(*){display:flex;justify-content:flex-end;gap:12px}}.spw-modal__footer--buttons-present ::slotted(*){padding:24px;padding-top:8px}.spw-modal__border{display:flex;align-items:center;justify-content:center;width:100%;font-size:1.5em;flex-grow:1}";export{p as spw_modal}
1
+ import{r as t,c as e,h as o,H as s,a as i}from"./p-DkNryMko.js";import{q as a,i as n,a as r}from"./p-Hi4pwfHU.js";import{a as d,K as l}from"./p-BRFNx2DL.js";const p=class{constructor(o){t(this,o),this.spwModalOpen=e(this,"spwModalOpen",7),this.spwModalClose=e(this,"spwModalClose",7),this.opened=!1,this.showModal=this.opened||!1,this.caption="Titre de la modal",this.closeButtonText="Fermer",this.closeOnOverlayClick=!0,this.stickyButtons=!1,this.size="small",this.alertIcon="",this.slotButtonsPresent=!1,this.isCloseButtonSticky=!1,this.showCloseButton=!0,this.focusableElements=[],this.handleClick=t=>{const e=t.composedPath().find((t=>{var e;return t instanceof HTMLElement&&(null===(e=t.hasAttribute)||void 0===e?void 0:e.call(t,"data-modal-trigger"))}));e&&e.getAttribute("data-modal-trigger")===this.hostElement.id&&(this.opened=!0)},this.handleClose=t=>{const e=t.composedPath().find((t=>{var e;return t instanceof HTMLElement&&(null===(e=t.hasAttribute)||void 0===e?void 0:e.call(t,"data-modal-close"))}));e&&e.getAttribute("data-modal-close")===this.hostElement.id&&(this.opened=!1)},this.handleBottomFocus=()=>{this.attemptFocus(this.getFirstFocusableElement())},this.handleKeypress=t=>{this.showModal&&"Escape"===t.key&&this.doBeforeClose("ESCAPE_KEY")},this.handleContentScroll=()=>{this.modalContent&&(this.isCloseButtonSticky=this.modalContent.scrollTop>=60)}}async closeModal(){this.doBeforeClose("PROGRAMMATIC")}async openModal(){this.opened=!0}componentDidLoad(){this.focusableElements=a(this.hostElement.shadowRoot,(t=>r(t)||t.matches("[data-focus-trap-edge]")),n),window.addEventListener("click",this.handleClick,{capture:!0}),window.addEventListener("click",this.handleClose,{capture:!0}),window.addEventListener("keydown",this.handleKeypress)}disconnectedCallback(){window.removeEventListener("click",this.handleClick),window.removeEventListener("click",this.handleClose),window.removeEventListener("keydown",this.handleKeypress)}getFirstFocusableElement(){return this.focusableElements[0]}attemptFocus(t){null!=t?setTimeout((()=>{t.focus()}),0):setTimeout((()=>{this.closeButton.focus()}))}open(){this.showModal=!0,this.isCloseButtonSticky=!1,requestAnimationFrame((()=>{this.modalContent&&(this.modalContent.scrollTop=0)}));try{d(this.modalContainer,l.fadeIn,{duration:200}).addEventListener("finish",(()=>{setTimeout((()=>{}),0),this.spwModalOpen.emit()}))}catch(t){this.spwModalOpen.emit()}}close(){this.stopAllVideos();try{d(this.modalContainer,l.fadeOut,{duration:200}).addEventListener("finish",(()=>{this.showModal=!1,this.spwModalClose.emit()}))}catch(t){this.showModal=!1,this.spwModalClose.emit()}}stopAllVideos(){this.hostElement.querySelectorAll("iframe").forEach((t=>{t.src=t.src}))}doBeforeClose(t){const e=[];e.push(t),e.some((t=>t.defaultPrevented))||(this.opened=!1)}openedChanged(t){!0===t?this.open():this.close()}handleOverlayClick(){this.closeOnOverlayClick&&this.doBeforeClose("BACKDROP")}get elementClass(){return{"spw-modal":!0,"spw-modal--opened":this.showModal,"spw-modal--sticky-buttons":this.stickyButtons}}render(){return o(s,{key:"bd4e9c04cab8653097ef97673d8f49ab140dc5b3"},o("div",{key:"8b1ba84f62fdd79b612469ce78fd0e906b90c176",ref:t=>this.modalContainer=t,class:this.elementClass},o("div",{key:"c6dccc2e6570d0f90d37c4600dedd472d5f1b562",class:"spw-modal__overlay",onClick:()=>this.handleOverlayClick()}),o("div",{key:"f34b4c137ac80b0f38c2098b73b9654776e1a4b8",class:`spw-modal__content-container spw-modal__content-container--${this.size}`,role:"dialog","aria-modal":"true","aria-label":this.caption},o("div",{key:"1659d22b2619a68b3e9d7dad8c7095def8daf19e",class:"spw-modal__content",ref:t=>this.modalContent=t,onScroll:this.handleContentScroll},o("div",{key:"e09893f9b8f44d0f68c18fbd8be0e18119d3eee1",class:"spw-modal__header"},o("div",{key:"8981dbdb894c101e203bc22c2a416e5a48282f86",class:"spw-modal__title-container"},this.alertIcon&&o("spw-icon",{key:"e5cff7df714f3f869eb1015ea36aab3fefe47156",class:"spw-modal__alert-icon",icon:this.alertIcon}),o("h2",{key:"06268e7c2fce950b1931254a5ed91347f75b6631",class:"spw-modal__caption"},this.caption)),this.showCloseButton&&o("div",{key:"6cfdb4469167b6935efd7485aec8f2b233feb9d9",class:{"spw-modal__close-button":!0,"spw-modal__close-button--sticky":this.isCloseButtonSticky},ref:t=>this.closeButton=t,onClick:()=>this.doBeforeClose("CLOSE_BUTTON")},o("spw-link",{key:"6bfe34c67838503f5a71b442df52a559ee44ca47","icon-position":"right",icon:"fa-xmark"},this.closeButtonText))),o("div",{key:"328c29868ebf538b1a6a58c051337f931ef2d29a",class:"spw-modal__body"},o("slot",{key:"129a87bf3cc1382a5b8f53861dee4f8027486dfd",name:"content"})),o("div",{key:"523facf0e734e25d5db4c13e9bc1b31721ddfe4b",class:{"spw-modal__buttons":!0,"spw-modal__footer--buttons-present":this.slotButtonsPresent}},o("slot",{key:"28eacf80be5cbdc6da0de18e6b55b10e368c57a3",name:"buttons",onSlotchange:t=>{this.slotButtonsPresent=t.target.assignedNodes({flatten:!0}).length>0}})))),o("div",{key:"bd56f5598bcfa3c3995ebdf7dec6a2426cf6e4ed","data-focus-trap-edge":!0,onFocus:this.handleBottomFocus,tabindex:"0"})))}get hostElement(){return i(this)}static get watchers(){return{opened:[{openedChanged:0}]}}};p.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:contents}.spw-modal{display:none;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1060;overflow-y:auto}.spw-modal::-webkit-scrollbar{width:14px;height:14px}.spw-modal::-webkit-scrollbar-thumb{background:var(--spw-color-themes-grey-grey-400);border-radius:20px;border:4px solid var(--spw-ds-white)}.spw-modal::-webkit-scrollbar-track{background:var(--spw-ds-white)}.spw-modal{scrollbar-face-color:var(--spw-color-themes-grey-grey-400);scrollbar-track-color:var(--spw-ds-white)}.spw-modal--opened{display:flex}.spw-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:black;opacity:0.7;z-index:0}.spw-modal__content-container{position:absolute;display:flex;justify-content:center;width:90%;background-color:#fff;box-shadow:var(--spw-effect-elevation-6);overflow:hidden;box-sizing:border-box;align-items:stretch;border-radius:var(--spw-spacings-border-radius-lg)}.spw-modal__content-container--small{max-width:480px}.spw-modal__content-container--medium{max-width:600px}.spw-modal__content-container--large{max-width:768px}.spw-modal__content-container--fluid{max-width:100%}.spw-modal__content{display:flex;flex-direction:column;border:1px solid var(--spw-color-themes-grey-grey-300);width:100%;max-height:90vh;overflow-y:auto}.spw-modal__content::-webkit-scrollbar{width:14px;height:14px}.spw-modal__content::-webkit-scrollbar-thumb{background:var(--spw-color-themes-grey-grey-400);border-radius:20px;border:4px solid var(--spw-ds-white)}.spw-modal__content::-webkit-scrollbar-track{background:var(--spw-ds-white)}.spw-modal__content{scrollbar-face-color:var(--spw-color-themes-grey-grey-400);scrollbar-track-color:var(--spw-ds-white)}.spw-modal--sticky-buttons .spw-modal__content{overflow-y:visible}.spw-modal__icon-container{display:flex;align-items:center;justify-content:center;width:32px;background-color:#fff;align-self:stretch}.spw-modal__header{display:flex;justify-content:space-between;align-items:baseline;padding:24px;padding-bottom:0;margin-top:6px;gap:12px;flex-wrap:nowrap;margin-bottom:12px;box-sizing:border-box;border-radius:1px 1px 0px 0px;color:var(--spw-colors-support-grey-grey-900)}.spw-modal__title-container{display:flex;gap:8px}.spw-modal__alert-icon{flex-shrink:0;line-height:1.5}.spw-modal__caption{overflow:hidden;white-space:pre-wrap;word-wrap:break-word}.spw-modal__header h2{margin:0;font-size:18px;color:var(--spw-colors-support-grey-grey-900)}.spw-modal__header button{background:none;border:none;font-size:1.5em;padding:0;cursor:pointer}.spw-modal__close-button{cursor:pointer;z-index:999;font-size:14px;display:inline-flex;align-items:center;flex-wrap:nowrap;justify-content:center;background:white;padding:3px 6px;margin-bottom:1px}.spw-modal__close-button spw-link{--spw-link-color:var(--spw-colors-support-grey-grey-900);--spw-link-wrap:nowrap}.spw-modal__close-button--sticky{position:absolute;top:0;right:0;border-radius:0 0 0 4px;padding:8px;border-bottom:1px solid var(--spw-colors-support-grey-grey-300);border-left:1px solid var(--spw-colors-support-grey-grey-300)}.spw-modal__close-button--sticky spw-link{font-size:14px}.spw-modal__body{padding:0 24px;margin-bottom:12px;box-sizing:border-box;flex:1;font-size:16px;color:var(--spw-colors-support-grey-grey-700)}.spw-modal--sticky-buttons .spw-modal__body{overflow-y:auto}.spw-modal--sticky-buttons .spw-modal__body::-webkit-scrollbar{width:14px;height:14px}.spw-modal--sticky-buttons .spw-modal__body::-webkit-scrollbar-thumb{background:var(--spw-color-themes-grey-grey-400);border-radius:20px;border:4px solid var(--spw-ds-white)}.spw-modal--sticky-buttons .spw-modal__body::-webkit-scrollbar-track{background:var(--spw-ds-white)}.spw-modal--sticky-buttons .spw-modal__body{scrollbar-face-color:var(--spw-color-themes-grey-grey-400);scrollbar-track-color:var(--spw-ds-white)}.spw-modal__buttons{padding-top:12px}.spw-modal__buttons ::slotted([slot=buttons]){padding:24px;padding-top:0}@media (min-width: 768px){.spw-modal__footer--buttons-present ::slotted(*){display:flex;justify-content:flex-end;gap:12px}}.spw-modal__footer--buttons-present ::slotted(*){padding:24px;padding-top:8px}.spw-modal__border{display:flex;align-items:center;justify-content:center;width:100%;font-size:1.5em;flex-grow:1}";export{p as spw_modal}
@@ -1 +1 @@
1
- import{r as t,h as e,a as n}from"./p-DkNryMko.js";const o=class{constructor(e){t(this,e),this.isZebra=!1}componentDidLoad(){this.updateZebraStyles(),this.setupSlotListener()}setupSlotListener(){var t;const e=null===(t=this.el.shadowRoot)||void 0===t?void 0:t.querySelector("slot");e&&e.addEventListener("slotchange",(()=>{this.updateZebraStyles()}))}async updateZebraStyles(){if(!this.isZebra)return;const t=this.el.shadowRoot.querySelector("slot");if(!t)return;const e=t.assignedElements({flatten:!0});let n=0;e.forEach((t=>{"spw-table-row"===t.tagName.toLowerCase()&&(t.setAttribute("data-row-style",n%2==0?"even":"odd"),n++)}))}render(){return e("tbody",{key:"a9e204e735c6df8af028d0973e6e9d093b724d1f",part:"tbody"},e("slot",{key:"d4ef5fb72710dba922b4ee232b83dc34c4c85fce"}))}get el(){return n(this)}};o.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:contents}@media (max-width: 767px){tbody{display:block}}";export{o as spw_table_body}
1
+ import{r as t,h as e,a as n}from"./p-DkNryMko.js";const o=class{constructor(e){t(this,e),this.isZebra=!1}componentDidLoad(){this.updateZebraStyles(),this.setupSlotListener()}setupSlotListener(){var t;const e=null===(t=this.el.shadowRoot)||void 0===t?void 0:t.querySelector("slot");e&&e.addEventListener("slotchange",(()=>{this.updateZebraStyles()}))}async updateZebraStyles(){if(!this.isZebra)return;const t=this.el.shadowRoot.querySelector("slot");if(!t)return;const e=t.assignedElements({flatten:!0});let n=0;e.forEach((t=>{"spw-table-row"===t.tagName.toLowerCase()&&(t.setAttribute("data-row-style",n%2==0?"even":"odd"),n++)}))}render(){return e("tbody",{key:"d7409dde824328c605547e841dcf6184e84cd3c2",part:"tbody"},e("slot",{key:"079ac932992a705e09c1b6b0475d66d8e75aaf31"}))}get el(){return n(this)}};o.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:contents}@media (max-width: 767px){tbody{display:block}}";export{o as spw_table_body}
@@ -1 +1 @@
1
- import{r as t,h as e,H as i,a as s}from"./p-DkNryMko.js";const o=class{constructor(e){t(this,e),this.variant="default",this.target="_self",this.icon="fa-arrow-right",this.lineClamp="3",this.categoryIcon="fa-file-signature",this.surface="light"}componentWillLoad(){this.applyVariantToChildren()}slotChanged(){this.applyVariantToChildren()}applyVariantToChildren(){requestAnimationFrame((()=>{const t=`--${this.variant}`,e=`--${this.surface}`,i=this.el.querySelector("spw-list-title"),s=this.el.querySelector("spw-list-description");i&&i.classList.add(t),i&&i.classList.add(e),i&&this.icon&&i.setAttribute("icon",this.icon),i&&!i.hasAttribute("line-clamp")&&i.setAttribute("line-clamp",this.lineClamp),s&&s.classList.add(t),s&&this.icon&&s.classList.add("--icon"),s&&!s.hasAttribute("line-clamp")&&s.setAttribute("line-clamp",this.lineClamp)}))}onMouseEnter(){this.setHovered(!0)}onMouseLeave(){this.setHovered(!1),this.setActive(!1)}onTouchStart(){this.setActive(!0)}onTouchEnd(){this.setActive(!1)}onMouseDown(){this.setActive(!0)}onMouseUp(){this.setActive(!1)}onBlur(){this.setActive(!1)}onFocus(){this.setActive(!0)}setHovered(t){const e=this.el.querySelector("spw-list-title");e&&this.href&&e.classList.toggle("--hovered",t)}setActive(t){const e=this.el.querySelector("spw-list-title");e&&this.href&&e.classList.toggle("--active",t)}get elementClass(){return{"spw-list-item":!0,"spw-list-item--hoverable":!!this.href,"spw-list-item--icon":!!this.icon&&""!==this.icon||!!this.categoryIcon&&""!==this.categoryIcon&&!!this.category,[`spw-list-item--${this.variant}`]:!0}}get elementCatClass(){return{"spw-list-item__category":!0,"spw-list-item__category--icon":!!this.categoryIcon,"spw-list-item__category--hoverable":!!this.categoryLink}}handleClick(){this.categoryLink&&(window.location.href=this.categoryLink)}render(){const{href:t,target:s}=this,o=void 0===this.href?"div":"a",n="div"===o?{}:{href:t,target:s};return e(i,{key:"eafe7d1f2f7b5ca93c0595ee20543227ce90767a"},e("li",{key:"2585e4fe332a30e42daf8e60b12045ab7b013e01",role:"listitem",class:this.elementClass},this.category&&e("span",{key:"54b3abbb818a131076d3ed0b557dbc75d845f1e5",class:this.elementCatClass,onClick:()=>this.handleClick()},this.categoryIcon&&e("spw-icon",{key:"e5ba5fb5f8b12bafe193270dff8f3a77b2065469",icon:this.categoryIcon})," ",this.category),e(o,Object.assign({key:"fb7056013967ee1907f3829522267226794c0191"},n),e("slot",{key:"6bf7fe68f774778cb072da948f866d6d3db868b0"})),e("slot",{key:"c3a18479a9cea632e0ce0c10490afa6b04dc767d",name:"buttons"})))}get el(){return s(this)}};o.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:contents}.spw-list-item{position:relative;color:var(--spw-color-themes-grey-grey-900);transition:all 0.3s ease-in-out;text-decoration:none}:host(.--dark) .spw-list-item{color:var(--spw-ds-white)}.spw-list-item a{text-decoration:none}.spw-list-item--icon{padding-left:28px}.spw-list-item__category{display:inline-block;position:relative;margin-bottom:6px;color:var(--spw-ds-primary);font-weight:700;font-size:16px;line-height:1.5}.spw-list-item__category spw-icon{position:absolute;top:2px;left:-28px}.spw-list-item__category--hoverable{cursor:pointer}.spw-list-item__category--hoverable:hover{text-decoration:underline}.spw-list-item ::slotted([slot=buttons]){display:block;margin-top:12px}";export{o as spw_list_item}
1
+ import{r as t,h as e,H as i,a as s}from"./p-DkNryMko.js";const o=class{constructor(e){t(this,e),this.variant="default",this.target="_self",this.icon="fa-arrow-right",this.lineClamp="3",this.categoryIcon="fa-file-signature",this.surface="light"}componentWillLoad(){this.applyVariantToChildren()}slotChanged(){this.applyVariantToChildren()}applyVariantToChildren(){requestAnimationFrame((()=>{const t=`--${this.variant}`,e=`--${this.surface}`,i=this.el.querySelector("spw-list-title"),s=this.el.querySelector("spw-list-description");i&&i.classList.add(t),i&&i.classList.add(e),i&&this.icon&&i.setAttribute("icon",this.icon),i&&!i.hasAttribute("line-clamp")&&i.setAttribute("line-clamp",this.lineClamp),s&&s.classList.add(t),s&&this.icon&&s.classList.add("--icon"),s&&!s.hasAttribute("line-clamp")&&s.setAttribute("line-clamp",this.lineClamp)}))}onMouseEnter(){this.setHovered(!0)}onMouseLeave(){this.setHovered(!1),this.setActive(!1)}onTouchStart(){this.setActive(!0)}onTouchEnd(){this.setActive(!1)}onMouseDown(){this.setActive(!0)}onMouseUp(){this.setActive(!1)}onBlur(){this.setActive(!1)}onFocus(){this.setActive(!0)}setHovered(t){const e=this.el.querySelector("spw-list-title");e&&this.href&&e.classList.toggle("--hovered",t)}setActive(t){const e=this.el.querySelector("spw-list-title");e&&this.href&&e.classList.toggle("--active",t)}get elementClass(){return{"spw-list-item":!0,"spw-list-item--hoverable":!!this.href,"spw-list-item--icon":!!this.icon&&""!==this.icon||!!this.categoryIcon&&""!==this.categoryIcon&&!!this.category,[`spw-list-item--${this.variant}`]:!0}}get elementCatClass(){return{"spw-list-item__category":!0,"spw-list-item__category--icon":!!this.categoryIcon,"spw-list-item__category--hoverable":!!this.categoryLink}}handleClick(){this.categoryLink&&(window.location.href=this.categoryLink)}render(){const{href:t,target:s}=this,o=void 0===this.href?"div":"a",n="div"===o?{}:{href:t,target:s};return e(i,{key:"ff37b19672cfc5228ca61fb32fbeaf68183bc87b"},e("li",{key:"7e066d1bea0eb5522de0fc3abb216153ea297d7d",role:"listitem",class:this.elementClass},this.category&&e("span",{key:"02b362e59009e53f3f8b8a01daeedf2ff1b8a7da",class:this.elementCatClass,onClick:()=>this.handleClick()},this.categoryIcon&&e("spw-icon",{key:"143aaf85e1e07b2e091bf45db883af0ad6bc7119",icon:this.categoryIcon})," ",this.category),e(o,Object.assign({key:"9f1b368cee9aed5b86f8e20ce7b0c20877b4d143"},n),e("slot",{key:"fe88661ede7c10163ec6cd1668c863121ef87fab"})),e("slot",{key:"5a71fd7b92a25008772d9490daa38e319859cf70",name:"buttons"})))}get el(){return s(this)}};o.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:contents}.spw-list-item{position:relative;color:var(--spw-color-themes-grey-grey-900);transition:all 0.3s ease-in-out;text-decoration:none}:host(.--dark) .spw-list-item{color:var(--spw-ds-white)}.spw-list-item a{text-decoration:none}.spw-list-item--icon{padding-left:28px}.spw-list-item__category{display:inline-block;position:relative;margin-bottom:6px;color:var(--spw-ds-primary);font-weight:700;font-size:16px;line-height:1.5}.spw-list-item__category spw-icon{position:absolute;top:2px;left:-28px}.spw-list-item__category--hoverable{cursor:pointer}.spw-list-item__category--hoverable:hover{text-decoration:underline}.spw-list-item ::slotted([slot=buttons]){display:block;margin-top:12px}";export{o as spw_list_item}
@@ -1 +1 @@
1
- import{r as i,c as t,h as e,H as r}from"./p-DkNryMko.js";const o=class{constructor(e){i(this,e),this.wizardItemClick=t(this,"wizardItemClick",7),this.state="inactive",this.isLast="false",this.isClickable="false",this.isBeforeCurrent="false",this.isAfterCurrent="false",this.isCurrent="false",this.handleClick=()=>{"true"===this.isClickable&&this.wizardItemClick.emit(this.stepNumber)}}renderIcon(){const i=this.status||this.state;return"warning"===i?e("spw-icon",{variant:"fa-solid",icon:"fa-triangle-exclamation"}):"error"===i?e("spw-icon",{variant:"fa-solid",icon:"fa-xmark"}):this.icon?e("spw-icon",{variant:"fa-solid",icon:this.icon}):e("span",null,this.stepNumber)}get elementClass(){const i=this.status||this.state;return{"spw-wizard-item":!0,[`spw-wizard-item--${i}`]:!0,[`spw-wizard-item--${this.variant}`]:!0,"spw-wizard-item--clickable":"true"===this.isClickable,"spw-wizard-item--current":"true"===this.isCurrent,"spw-wizard-item--before-current":"true"===this.isBeforeCurrent,"spw-wizard-item--after-current":"true"===this.isAfterCurrent}}render(){const i="false"===this.isLast;return e(r,{key:"eaed583d785695ef03bc98bb0a3c8a04279cbabd"},e("div",{key:"3bb916e391723fb90bcd64ca7a4687c273aa8e52",class:this.elementClass,onClick:this.handleClick},e("div",{key:"83f4cf2d9dfe84b9d0c18ded4500bbd610b6d190",class:"spw-wizard-item__step"},e("div",{key:"5162338dd10e5d6f44267af0b8831ff5fc319ee9",class:"spw-wizard-item__icon"},this.renderIcon()),i&&e("div",{key:"fd28dc1f888444489534b62c3bbd3acfbf3a71ab",class:"spw-wizard-item__connector"})),e("div",{key:"3c4ac91ea34babecd999d99ff32d1088738ae602",class:"spw-wizard-item__content"},this.label&&e("div",{key:"612eb06aa941ca8a7e02fb44000f283e3a8d55f3",class:"spw-wizard-item__label"},this.label),this.description&&e("div",{key:"112f5e1af313dab5c144a8c4f64bc02ba0f89c6e",class:"spw-wizard-item__description"},this.description),this.additionalInfo&&e("div",{key:"67ee82c656e2aae131bccbe7eb3ac3e8f109c0a1",class:"spw-wizard-item__additional-info"},this.additionalInfo))))}};o.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:flex;flex:1;flex-direction:column;align-items:center}:host:last-child{flex:0}.spw-wizard-item{display:flex;flex-direction:column;align-items:center;width:100%;cursor:not-allowed}.spw-wizard-item--vertical{position:relative;flex-direction:row;align-items:flex-start;gap:16px}.spw-wizard-item--clickable{cursor:pointer}.spw-wizard-item--clickable .spw-wizard-item__icon:hover{transform:scale(1.05)}.spw-wizard-item--current{cursor:default}.spw-wizard-item__step{display:flex;align-items:center;width:100%;position:relative;justify-content:center;font-size:18px;line-height:1;font-weight:700}.spw-wizard-item__step spw-icon{font-size:16px}.spw-wizard-item--vertical .spw-wizard-item__step{position:static;flex-direction:column;align-items:flex-start;justify-content:start;flex:1}.spw-wizard-item__icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid;flex-shrink:0;z-index:1;background-color:white;transition:all 0.3s ease;position:relative}.spw-wizard-item__icon svg{width:24px;height:24px}.spw-wizard-item__connector{position:absolute;left:50%;right:-50%;height:3px;transition:background-color 0.3s ease}.spw-wizard-item--vertical .spw-wizard-item__connector{top:0;left:14px;right:auto;width:3px;height:100%}.spw-wizard-item__label{display:block;margin-top:12px;font-size:16px;font-weight:700;text-align:center;color:var(--spw-color-themes-grey-grey-900);padding:0 8px}.spw-wizard-item--horizontal .spw-wizard-item__label{display:none}@media (min-width: 768px){.spw-wizard-item--horizontal .spw-wizard-item__label{display:block}}.spw-wizard-item--vertical .spw-wizard-item__label{text-align:left}.spw-wizard-item__description{display:block;margin-top:4px;font-size:14px;text-align:center;color:var(--spw-color-themes-grey-grey-700);padding:0 8px}.spw-wizard-item--vertical .spw-wizard-item__description{text-align:left}.spw-wizard-item--horizontal .spw-wizard-item__description{display:none}@media (min-width: 768px){.spw-wizard-item--horizontal .spw-wizard-item__description{display:block}}.spw-wizard-item__additional-info{display:block;margin-top:4px;font-size:12px;text-align:center;font-weight:700;color:var(--spw-ds-primary);padding:0 8px}.spw-wizard-item--horizontal .spw-wizard-item__additional-info{display:none}@media (min-width: 768px){.spw-wizard-item--horizontal .spw-wizard-item__additional-info{display:block}}.spw-wizard-item--vertical .spw-wizard-item__additional-info{text-align:left}.spw-wizard-item--vertical .spw-wizard-item__content{margin-top:-6px;margin-bottom:8px}.spw-wizard-item--inactive .spw-wizard-item__icon{border-color:#d1d5db;background-color:white;color:#d1d5db}.spw-wizard-item--inactive .spw-wizard-item__connector{background-color:#d1d5db}.spw-wizard-item--active .spw-wizard-item__icon{border-color:#16a34a;background-color:white;color:#16a34a}.spw-wizard-item--active .spw-wizard-item__connector{background-color:#d1d5db}.spw-wizard-item--completed .spw-wizard-item__icon{border-color:#16a34a;background-color:white;color:#16a34a}.spw-wizard-item--completed .spw-wizard-item__connector{background-color:#d1d5db}.spw-wizard-item--warning:not(.spw-wizard-item--current):not(.spw-wizard-item--before-current) .spw-wizard-item__icon{border-color:#d1d5db;background-color:white;color:#d1d5db}.spw-wizard-item--warning:not(.spw-wizard-item--current):not(.spw-wizard-item--before-current) .spw-wizard-item__connector{background-color:#d1d5db !important}.spw-wizard-item--error:not(.spw-wizard-item--current):not(.spw-wizard-item--before-current) .spw-wizard-item__icon{border-color:#d1d5db;background-color:white;color:#d1d5db}.spw-wizard-item--error:not(.spw-wizard-item--current):not(.spw-wizard-item--before-current) .spw-wizard-item__connector{background-color:#d1d5db !important}.spw-wizard-item--before-current.spw-wizard-item--completed .spw-wizard-item__connector{background-color:#16a34a !important}.spw-wizard-item--before-current.spw-wizard-item--warning .spw-wizard-item__icon{border-color:#f97316 !important;background-color:white !important;color:#f97316 !important}.spw-wizard-item--before-current.spw-wizard-item--warning .spw-wizard-item__connector{background-color:#f97316 !important}.spw-wizard-item--before-current.spw-wizard-item--error .spw-wizard-item__icon{border-color:#dc2626 !important;background-color:white !important;color:#dc2626 !important}.spw-wizard-item--before-current.spw-wizard-item--error .spw-wizard-item__connector{background-color:#dc2626 !important}.spw-wizard-item--current.spw-wizard-item--completed .spw-wizard-item__icon{border-color:#16a34a !important;background-color:#16a34a !important;color:white !important}.spw-wizard-item--current.spw-wizard-item--active .spw-wizard-item__icon{border-color:#16a34a !important;background-color:#16a34a !important;color:white !important}.spw-wizard-item--current.spw-wizard-item--warning .spw-wizard-item__icon{border-color:#f97316 !important;background-color:#f97316 !important;color:white !important}.spw-wizard-item--current.spw-wizard-item--warning .spw-wizard-item__connector{background-color:#d1d5db !important}.spw-wizard-item--current.spw-wizard-item--error .spw-wizard-item__icon{border-color:#dc2626 !important;background-color:#dc2626 !important;color:white !important}.spw-wizard-item--current.spw-wizard-item--error .spw-wizard-item__connector{background-color:#d1d5db !important}";export{o as spw_wizard_item}
1
+ import{r as i,c as t,h as e,H as r}from"./p-DkNryMko.js";const o=class{constructor(e){i(this,e),this.wizardItemClick=t(this,"wizardItemClick",7),this.state="inactive",this.isLast="false",this.isClickable="false",this.isBeforeCurrent="false",this.isAfterCurrent="false",this.isCurrent="false",this.handleClick=()=>{"true"===this.isClickable&&this.wizardItemClick.emit(this.stepNumber)}}renderIcon(){const i=this.status||this.state;return"warning"===i?e("spw-icon",{variant:"fa-solid",icon:"fa-triangle-exclamation"}):"error"===i?e("spw-icon",{variant:"fa-solid",icon:"fa-xmark"}):this.icon?e("spw-icon",{variant:"fa-solid",icon:this.icon}):e("span",null,this.stepNumber)}get elementClass(){const i=this.status||this.state;return{"spw-wizard-item":!0,[`spw-wizard-item--${i}`]:!0,[`spw-wizard-item--${this.variant}`]:!0,"spw-wizard-item--clickable":"true"===this.isClickable,"spw-wizard-item--current":"true"===this.isCurrent,"spw-wizard-item--before-current":"true"===this.isBeforeCurrent,"spw-wizard-item--after-current":"true"===this.isAfterCurrent}}render(){const i="false"===this.isLast;return e(r,{key:"823b0a60bcebea99d2230acc4398f2ba2fa72439"},e("div",{key:"e2eb1bbebe28b3472e05b78c7053c0e1d0e258a7",class:this.elementClass,onClick:this.handleClick},e("div",{key:"3ad0471748874dcc6ccc5fd5b33088fc6e00554d",class:"spw-wizard-item__step"},e("div",{key:"125c349e885de823eb54111c05c5433dc7695532",class:"spw-wizard-item__icon"},this.renderIcon()),i&&e("div",{key:"fbe54d8adc1df67dec07919b8af6d34a239afb7c",class:"spw-wizard-item__connector"})),e("div",{key:"f80211b38a05a1fbd23afae8a15d2287aff1ea5f",class:"spw-wizard-item__content"},this.label&&e("div",{key:"9cde8fdefeae446f401588dc17bc79c7d0c94b59",class:"spw-wizard-item__label"},this.label),this.description&&e("div",{key:"f32552d4a0f3c48c6948a3fe834a3869d1c8c166",class:"spw-wizard-item__description"},this.description),this.additionalInfo&&e("div",{key:"61d41a02a2b1b9e6fc6a5c452e0ea030138c08ce",class:"spw-wizard-item__additional-info"},this.additionalInfo))))}};o.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:flex;flex:1;flex-direction:column;align-items:center}:host:last-child{flex:0}.spw-wizard-item{display:flex;flex-direction:column;align-items:center;width:100%;cursor:not-allowed}.spw-wizard-item--vertical{position:relative;flex-direction:row;align-items:flex-start;gap:16px}.spw-wizard-item--clickable{cursor:pointer}.spw-wizard-item--clickable .spw-wizard-item__icon:hover{transform:scale(1.05)}.spw-wizard-item--current{cursor:default}.spw-wizard-item__step{display:flex;align-items:center;width:100%;position:relative;justify-content:center;font-size:18px;line-height:1;font-weight:700}.spw-wizard-item__step spw-icon{font-size:16px}.spw-wizard-item--vertical .spw-wizard-item__step{position:static;flex-direction:column;align-items:flex-start;justify-content:start;flex:1}.spw-wizard-item__icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid;flex-shrink:0;z-index:1;background-color:white;transition:all 0.3s ease;position:relative}.spw-wizard-item__icon svg{width:24px;height:24px}.spw-wizard-item__connector{position:absolute;left:50%;right:-50%;height:3px;transition:background-color 0.3s ease}.spw-wizard-item--vertical .spw-wizard-item__connector{top:0;left:14px;right:auto;width:3px;height:100%}.spw-wizard-item__label{display:block;margin-top:12px;font-size:16px;font-weight:700;text-align:center;color:var(--spw-color-themes-grey-grey-900);padding:0 8px}.spw-wizard-item--horizontal .spw-wizard-item__label{display:none}@media (min-width: 768px){.spw-wizard-item--horizontal .spw-wizard-item__label{display:block}}.spw-wizard-item--vertical .spw-wizard-item__label{text-align:left}.spw-wizard-item__description{display:block;margin-top:4px;font-size:14px;text-align:center;color:var(--spw-color-themes-grey-grey-700);padding:0 8px}.spw-wizard-item--vertical .spw-wizard-item__description{text-align:left}.spw-wizard-item--horizontal .spw-wizard-item__description{display:none}@media (min-width: 768px){.spw-wizard-item--horizontal .spw-wizard-item__description{display:block}}.spw-wizard-item__additional-info{display:block;margin-top:4px;font-size:12px;text-align:center;font-weight:700;color:var(--spw-ds-primary);padding:0 8px}.spw-wizard-item--horizontal .spw-wizard-item__additional-info{display:none}@media (min-width: 768px){.spw-wizard-item--horizontal .spw-wizard-item__additional-info{display:block}}.spw-wizard-item--vertical .spw-wizard-item__additional-info{text-align:left}.spw-wizard-item--vertical .spw-wizard-item__content{margin-top:-6px;margin-bottom:8px}.spw-wizard-item--inactive .spw-wizard-item__icon{border-color:#d1d5db;background-color:white;color:#d1d5db}.spw-wizard-item--inactive .spw-wizard-item__connector{background-color:#d1d5db}.spw-wizard-item--active .spw-wizard-item__icon{border-color:#16a34a;background-color:white;color:#16a34a}.spw-wizard-item--active .spw-wizard-item__connector{background-color:#d1d5db}.spw-wizard-item--completed .spw-wizard-item__icon{border-color:#16a34a;background-color:white;color:#16a34a}.spw-wizard-item--completed .spw-wizard-item__connector{background-color:#d1d5db}.spw-wizard-item--warning:not(.spw-wizard-item--current):not(.spw-wizard-item--before-current) .spw-wizard-item__icon{border-color:#d1d5db;background-color:white;color:#d1d5db}.spw-wizard-item--warning:not(.spw-wizard-item--current):not(.spw-wizard-item--before-current) .spw-wizard-item__connector{background-color:#d1d5db !important}.spw-wizard-item--error:not(.spw-wizard-item--current):not(.spw-wizard-item--before-current) .spw-wizard-item__icon{border-color:#d1d5db;background-color:white;color:#d1d5db}.spw-wizard-item--error:not(.spw-wizard-item--current):not(.spw-wizard-item--before-current) .spw-wizard-item__connector{background-color:#d1d5db !important}.spw-wizard-item--before-current.spw-wizard-item--completed .spw-wizard-item__connector{background-color:#16a34a !important}.spw-wizard-item--before-current.spw-wizard-item--warning .spw-wizard-item__icon{border-color:#f97316 !important;background-color:white !important;color:#f97316 !important}.spw-wizard-item--before-current.spw-wizard-item--warning .spw-wizard-item__connector{background-color:#f97316 !important}.spw-wizard-item--before-current.spw-wizard-item--error .spw-wizard-item__icon{border-color:#dc2626 !important;background-color:white !important;color:#dc2626 !important}.spw-wizard-item--before-current.spw-wizard-item--error .spw-wizard-item__connector{background-color:#dc2626 !important}.spw-wizard-item--current.spw-wizard-item--completed .spw-wizard-item__icon{border-color:#16a34a !important;background-color:#16a34a !important;color:white !important}.spw-wizard-item--current.spw-wizard-item--active .spw-wizard-item__icon{border-color:#16a34a !important;background-color:#16a34a !important;color:white !important}.spw-wizard-item--current.spw-wizard-item--warning .spw-wizard-item__icon{border-color:#f97316 !important;background-color:#f97316 !important;color:white !important}.spw-wizard-item--current.spw-wizard-item--warning .spw-wizard-item__connector{background-color:#d1d5db !important}.spw-wizard-item--current.spw-wizard-item--error .spw-wizard-item__icon{border-color:#dc2626 !important;background-color:#dc2626 !important;color:white !important}.spw-wizard-item--current.spw-wizard-item--error .spw-wizard-item__connector{background-color:#d1d5db !important}";export{o as spw_wizard_item}
@@ -1 +1 @@
1
- import{r as e,h as t,H as o}from"./p-DkNryMko.js";const n=class{constructor(t){e(this,t),this.open=!1}render(){return t(o,{key:"14c12823f32b2743ed20c831e67bc806046ad52b",class:{"spw-sidenav-group":!0,"spw-sidenav-group--open":this.open}},t("div",{key:"826c7e98f2230308a0332beeee261eaa9847f2a2",class:"spw-sidenav-group__content",style:{display:this.open?"block":"none"}},t("slot",{key:"6e6baa27d08927c42adbc9ccb4c68691c5163c5a"})))}};n.style='html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}.spw-sidenav-group__content{padding-left:30px;position:relative}.spw-sidenav-group__content:before{content:"";position:absolute;top:6px;left:12px;width:1px;height:calc(100% - 12px);background-color:var(--spw-colors-support-grey-grey-300)}';export{n as spw_sidenav_group}
1
+ import{r as e,h as t,H as o}from"./p-DkNryMko.js";const n=class{constructor(t){e(this,t),this.open=!1}render(){return t(o,{key:"53c81df6b37aecb9094322b6ec8232cbad3dff60",class:{"spw-sidenav-group":!0,"spw-sidenav-group--open":this.open}},t("div",{key:"8e50ebeec2c1ac59e18618c14aac87ba28923bf1",class:"spw-sidenav-group__content",style:{display:this.open?"block":"none"}},t("slot",{key:"67d50cc3b7ec09ef2ca07c0563178e72b424c37a"})))}};n.style='html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}.spw-sidenav-group__content{padding-left:30px;position:relative}.spw-sidenav-group__content:before{content:"";position:absolute;top:6px;left:12px;width:1px;height:calc(100% - 12px);background-color:var(--spw-colors-support-grey-grey-300)}';export{n as spw_sidenav_group}
@@ -1 +1 @@
1
- import{r as e,c as t,h as r,H as s,a as i}from"./p-DkNryMko.js";import{q as a,i as o,a as n}from"./p-Hi4pwfHU.js";import{a as d}from"./p-BRFNx2DL.js";const p={left:{open:[{offset:0,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateX(-100%)"},{offset:1,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateX(0)"}],close:[{offset:0,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateX(0)"},{offset:1,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateX(-100%)"}]},right:{open:[{offset:0,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateX(100%)"},{offset:1,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateX(0)"}],close:[{offset:0,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateX(0)"},{offset:1,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateX(100%)"}]},top:{open:[{offset:0,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateY(-100%)"},{offset:1,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateY(0)"}],close:[{offset:0,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateY(0)"},{offset:1,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateY(-100%)"}]},bottom:{open:[{offset:0,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateY(100%)"},{offset:1,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateY(0)"}],close:[{offset:0,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateY(0)"},{offset:1,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateY(100%)"}]}},l=class{constructor(r){e(this,r),this.spwDrawerOpen=t(this,"spwDrawerOpen",7),this.spwDrawerClose=t(this,"spwDrawerClose",7),this.opened=!1,this.showDrawer=this.opened||!1,this.caption="Titre du drawer",this.closeButtonText="Fermer",this.closeOnOverlayClick=!0,this.position="right",this.size="medium",this.showCloseButton=!0,this.showCaption=!0,this.modal=!0,this.slotFooterPresent=!1,this.focusableElements=[],this.handleTriggerClick=e=>{const t=e.composedPath().find((e=>{var t;return e instanceof HTMLElement&&(null===(t=e.hasAttribute)||void 0===t?void 0:t.call(e,"data-drawer-trigger"))}));t&&t.getAttribute("data-drawer-trigger")===this.hostElement.id&&(this.opened=!0)},this.handleCloseAttribute=e=>{const t=e.composedPath().find((e=>{var t;return e instanceof HTMLElement&&(null===(t=e.hasAttribute)||void 0===t?void 0:t.call(e,"data-drawer-close"))}));t&&t.getAttribute("data-drawer-close")===this.hostElement.id&&(this.opened=!1)},this.handleKeypress=e=>{this.showDrawer&&"Escape"===e.key&&this.doBeforeClose("ESCAPE_KEY")},this.handleBottomFocus=()=>{this.attemptFocus(this.getFirstFocusableElement())}}async openDrawer(){this.opened=!0}async closeDrawer(){this.doBeforeClose("PROGRAMMATIC")}componentDidLoad(){this.focusableElements=a(this.hostElement.shadowRoot,(e=>n(e)||e.matches("[data-focus-trap-edge]")),o),window.addEventListener("click",this.handleTriggerClick,{capture:!0}),window.addEventListener("click",this.handleCloseAttribute,{capture:!0}),window.addEventListener("keydown",this.handleKeypress)}disconnectedCallback(){window.removeEventListener("click",this.handleTriggerClick),window.removeEventListener("click",this.handleCloseAttribute),window.removeEventListener("keydown",this.handleKeypress)}getFirstFocusableElement(){return this.focusableElements[0]}attemptFocus(e){null!=e?setTimeout((()=>{e.focus()}),0):setTimeout((()=>{var e;null===(e=this.closeButtonEl)||void 0===e||e.focus()}))}getSiblings(){const e=this.hostElement.parentElement;return e?Array.from(e.children).filter((e=>e!==this.hostElement)):[]}setInert(e){this.getSiblings().forEach((t=>{e?t.setAttribute("inert",""):t.removeAttribute("inert")}))}open(){this.showDrawer=!0,this.setInert(!0),requestAnimationFrame((()=>{this.drawerContent&&(this.drawerContent.scrollTop=0)}));try{d(this.drawerPanel,p[this.position].open,{duration:250}).addEventListener("finish",(()=>{this.attemptFocus(this.getFirstFocusableElement()),this.spwDrawerOpen.emit()}))}catch(e){this.attemptFocus(this.getFirstFocusableElement()),this.spwDrawerOpen.emit()}}close(){this.setInert(!1);try{d(this.drawerPanel,p[this.position].close,{duration:250}).addEventListener("finish",(()=>{this.showDrawer=!1,this.spwDrawerClose.emit()}))}catch(e){this.showDrawer=!1,this.spwDrawerClose.emit()}}openedChanged(e){!0===e?this.open():this.close()}handleOverlayClick(){this.closeOnOverlayClick&&this.doBeforeClose("BACKDROP")}doBeforeClose(e){const t=[];t.push(e),t.some((e=>e.defaultPrevented))||(this.opened=!1)}get containerClass(){return{"spw-drawer":!0,"spw-drawer--opened":this.showDrawer,[`spw-drawer--${this.position}`]:!0}}get panelClass(){return{"spw-drawer__panel":!0,[`spw-drawer__panel--${this.size}`]:!0,[`spw-drawer__panel--${this.position}`]:!0}}render(){return r(s,{key:"959023af74f1f006cb52ff26b8befc1b55526c09"},r("div",{key:"0b48c017357960db20fbf1d5359493c2ed8d26e2",class:this.containerClass},this.modal&&r("div",{key:"83462c42f8cc7031f0112cb3f4516f947fcbe99a",class:"spw-drawer__overlay",onClick:()=>this.handleOverlayClick()}),r("div",{key:"2b28ec80a7ad5a811293c1b488596de35e331484",ref:e=>this.drawerPanel=e,class:this.panelClass,role:"dialog","aria-modal":"true","aria-label":this.caption},r("div",{key:"9f59f1eca71c1503a0eb7aed9d1b4e04008f96d5",class:"spw-drawer__header"},this.showCaption&&r("h2",{key:"a722f7d54a5b333c3c43d5a4ae82bfb5f1fd6540",class:"spw-drawer__caption"},this.caption),this.showCloseButton&&r("div",{key:"418acf5d3f54a4f24d8b92e62ef2770fa35ac5f5",class:"spw-drawer__close-button",ref:e=>this.closeButtonEl=e,tabindex:"0",role:"button",onClick:()=>this.doBeforeClose("CLOSE_BUTTON"),onKeyDown:e=>("Enter"===e.key||" "===e.key)&&this.doBeforeClose("CLOSE_BUTTON")},r("spw-link",{key:"6f2d090746ab8f134abf7f5513316cf175e54ca4","icon-position":"right",icon:"fa-xmark"},this.closeButtonText))),r("div",{key:"86f2ebde999686b9525387f63f4dbff5365f728e",class:"spw-drawer__body",ref:e=>this.drawerContent=e},r("slot",{key:"1874804cc1740f1032e27d482223dd83a755e737",name:"content"})),r("div",{key:"3fb59d6bed76b2e670457c9f70ab5def222c5069",class:{"spw-drawer__footer":!0,"spw-drawer__footer--present":this.slotFooterPresent}},r("slot",{key:"f36304df12e7546f9925f8ce91efb0d7edf8b985",name:"footer",onSlotchange:e=>{this.slotFooterPresent=e.target.assignedNodes({flatten:!0}).length>0}}))),r("div",{key:"eeaf9d766f88ed01cd7b1c50bc15a6b61ec89983","data-focus-trap-edge":!0,onFocus:this.handleBottomFocus,tabindex:"0"})))}get hostElement(){return i(this)}static get watchers(){return{opened:[{openedChanged:0}]}}};l.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:contents;--spw-drawer-width-small:360px;--spw-drawer-width-medium:480px;--spw-drawer-width-large:600px;--spw-drawer-height-small:200px;--spw-drawer-height-medium:360px;--spw-drawer-height-large:520px}.spw-drawer{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1060;pointer-events:none}.spw-drawer--opened{display:block}.spw-drawer__overlay,.spw-drawer__panel{pointer-events:auto}.spw-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:black;opacity:0.7;z-index:0}.spw-drawer__panel{position:absolute;display:flex;flex-direction:column;background-color:#fff;box-shadow:var(--spw-effect-elevation-6);box-sizing:border-box;z-index:1;overflow:hidden}.spw-drawer__panel--left{top:0;left:0;height:100%;max-width:100%}.spw-drawer__panel--left.spw-drawer__panel--small{width:var(--spw-drawer-width-small)}.spw-drawer__panel--left.spw-drawer__panel--medium{width:var(--spw-drawer-width-medium)}.spw-drawer__panel--left.spw-drawer__panel--large{width:var(--spw-drawer-width-large)}.spw-drawer__panel--left.spw-drawer__panel--full{width:100%}.spw-drawer__panel--right{top:0;right:0;height:100%;max-width:100%}.spw-drawer__panel--right.spw-drawer__panel--small{width:var(--spw-drawer-width-small)}.spw-drawer__panel--right.spw-drawer__panel--medium{width:var(--spw-drawer-width-medium)}.spw-drawer__panel--right.spw-drawer__panel--large{width:var(--spw-drawer-width-large)}.spw-drawer__panel--right.spw-drawer__panel--full{width:100%}.spw-drawer__panel--top{top:0;left:0;width:100%;height:auto;max-height:100%}.spw-drawer__panel--bottom{bottom:0;left:0;width:100%;height:auto;max-height:100%}.spw-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;gap:12px;flex-shrink:0;border-bottom:1px solid var(--spw-color-themes-grey-grey-300);box-sizing:border-box}.spw-drawer__caption{margin:0;font-size:18px;color:var(--spw-colors-support-grey-grey-900);overflow:hidden;white-space:pre-wrap;word-wrap:break-word}.spw-drawer__close-button{cursor:pointer;flex-shrink:0;display:inline-flex;align-items:center;font-size:14px;background:white;padding:3px 6px}.spw-drawer__close-button:focus-visible{outline:3px solid black;outline-offset:2px}.spw-drawer__close-button spw-link{--spw-link-color:var(--spw-colors-support-grey-grey-900);--spw-link-wrap:nowrap}.spw-drawer__body{flex:1;overflow-y:auto;padding:24px;box-sizing:border-box;font-size:16px;color:var(--spw-colors-support-grey-grey-700)}.spw-drawer__body::-webkit-scrollbar{width:14px;height:14px}.spw-drawer__body::-webkit-scrollbar-thumb{background:var(--spw-color-themes-grey-grey-400);border-radius:20px;border:4px solid var(--spw-ds-white)}.spw-drawer__body::-webkit-scrollbar-track{background:var(--spw-ds-white)}.spw-drawer__body{scrollbar-face-color:var(--spw-color-themes-grey-grey-400);scrollbar-track-color:var(--spw-ds-white)}.spw-drawer__footer{flex-shrink:0}.spw-drawer__footer--present{border-top:1px solid var(--spw-color-themes-grey-grey-300)}.spw-drawer__footer--present ::slotted(*){display:flex;justify-content:flex-end;gap:12px;padding:16px 24px}";export{l as spw_drawer}
1
+ import{r as e,c as t,h as r,H as s,a as i}from"./p-DkNryMko.js";import{q as a,i as o,a as n}from"./p-Hi4pwfHU.js";import{a as d}from"./p-BRFNx2DL.js";const p={left:{open:[{offset:0,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateX(-100%)"},{offset:1,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateX(0)"}],close:[{offset:0,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateX(0)"},{offset:1,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateX(-100%)"}]},right:{open:[{offset:0,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateX(100%)"},{offset:1,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateX(0)"}],close:[{offset:0,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateX(0)"},{offset:1,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateX(100%)"}]},top:{open:[{offset:0,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateY(-100%)"},{offset:1,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateY(0)"}],close:[{offset:0,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateY(0)"},{offset:1,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateY(-100%)"}]},bottom:{open:[{offset:0,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateY(100%)"},{offset:1,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateY(0)"}],close:[{offset:0,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateY(0)"},{offset:1,easing:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",transform:"translateY(100%)"}]}},l=class{constructor(r){e(this,r),this.spwDrawerOpen=t(this,"spwDrawerOpen",7),this.spwDrawerClose=t(this,"spwDrawerClose",7),this.opened=!1,this.showDrawer=this.opened||!1,this.caption="Titre du drawer",this.closeButtonText="Fermer",this.closeOnOverlayClick=!0,this.position="right",this.size="medium",this.showCloseButton=!0,this.showCaption=!0,this.modal=!0,this.slotFooterPresent=!1,this.focusableElements=[],this.handleTriggerClick=e=>{const t=e.composedPath().find((e=>{var t;return e instanceof HTMLElement&&(null===(t=e.hasAttribute)||void 0===t?void 0:t.call(e,"data-drawer-trigger"))}));t&&t.getAttribute("data-drawer-trigger")===this.hostElement.id&&(this.opened=!0)},this.handleCloseAttribute=e=>{const t=e.composedPath().find((e=>{var t;return e instanceof HTMLElement&&(null===(t=e.hasAttribute)||void 0===t?void 0:t.call(e,"data-drawer-close"))}));t&&t.getAttribute("data-drawer-close")===this.hostElement.id&&(this.opened=!1)},this.handleKeypress=e=>{this.showDrawer&&"Escape"===e.key&&this.doBeforeClose("ESCAPE_KEY")},this.handleBottomFocus=()=>{this.attemptFocus(this.getFirstFocusableElement())}}async openDrawer(){this.opened=!0}async closeDrawer(){this.doBeforeClose("PROGRAMMATIC")}componentDidLoad(){this.focusableElements=a(this.hostElement.shadowRoot,(e=>n(e)||e.matches("[data-focus-trap-edge]")),o),window.addEventListener("click",this.handleTriggerClick,{capture:!0}),window.addEventListener("click",this.handleCloseAttribute,{capture:!0}),window.addEventListener("keydown",this.handleKeypress)}disconnectedCallback(){window.removeEventListener("click",this.handleTriggerClick),window.removeEventListener("click",this.handleCloseAttribute),window.removeEventListener("keydown",this.handleKeypress)}getFirstFocusableElement(){return this.focusableElements[0]}attemptFocus(e){null!=e?setTimeout((()=>{e.focus()}),0):setTimeout((()=>{var e;null===(e=this.closeButtonEl)||void 0===e||e.focus()}))}getSiblings(){const e=this.hostElement.parentElement;return e?Array.from(e.children).filter((e=>e!==this.hostElement)):[]}setInert(e){this.getSiblings().forEach((t=>{e?t.setAttribute("inert",""):t.removeAttribute("inert")}))}open(){this.showDrawer=!0,this.setInert(!0),requestAnimationFrame((()=>{this.drawerContent&&(this.drawerContent.scrollTop=0)}));try{d(this.drawerPanel,p[this.position].open,{duration:250}).addEventListener("finish",(()=>{this.attemptFocus(this.getFirstFocusableElement()),this.spwDrawerOpen.emit()}))}catch(e){this.attemptFocus(this.getFirstFocusableElement()),this.spwDrawerOpen.emit()}}close(){this.setInert(!1);try{d(this.drawerPanel,p[this.position].close,{duration:250}).addEventListener("finish",(()=>{this.showDrawer=!1,this.spwDrawerClose.emit()}))}catch(e){this.showDrawer=!1,this.spwDrawerClose.emit()}}openedChanged(e){!0===e?this.open():this.close()}handleOverlayClick(){this.closeOnOverlayClick&&this.doBeforeClose("BACKDROP")}doBeforeClose(e){const t=[];t.push(e),t.some((e=>e.defaultPrevented))||(this.opened=!1)}get containerClass(){return{"spw-drawer":!0,"spw-drawer--opened":this.showDrawer,[`spw-drawer--${this.position}`]:!0}}get panelClass(){return{"spw-drawer__panel":!0,[`spw-drawer__panel--${this.size}`]:!0,[`spw-drawer__panel--${this.position}`]:!0}}render(){return r(s,{key:"0a6a6ac65023c0297195a8f64d3865d65c17dbaf"},r("div",{key:"3217a678f8d16d16a98e08740098d3003b5b8e84",class:this.containerClass},this.modal&&r("div",{key:"602cf69f04637c915392bcbdba352efd93b1dd94",class:"spw-drawer__overlay",onClick:()=>this.handleOverlayClick()}),r("div",{key:"57d02c42df508a9d45fcc5c0db42535f93eaa305",ref:e=>this.drawerPanel=e,class:this.panelClass,role:"dialog","aria-modal":"true","aria-label":this.caption},r("div",{key:"7fcfb05bc737699a6cae0867d1a761cd3d324b06",class:"spw-drawer__header"},this.showCaption&&r("h2",{key:"659f7175cc6eda8fbb709c016246ecdb856b5a4c",class:"spw-drawer__caption"},this.caption),this.showCloseButton&&r("div",{key:"e9751f85a59804f58af890413ab268f3d5c5459f",class:"spw-drawer__close-button",ref:e=>this.closeButtonEl=e,tabindex:"0",role:"button",onClick:()=>this.doBeforeClose("CLOSE_BUTTON"),onKeyDown:e=>("Enter"===e.key||" "===e.key)&&this.doBeforeClose("CLOSE_BUTTON")},r("spw-link",{key:"5c4a7bcb9541e50c8eb59e8a77f0b5a58bde4b02","icon-position":"right",icon:"fa-xmark"},this.closeButtonText))),r("div",{key:"dbd1a9e03b2103f7d89e8b0865d98f85d9305e81",class:"spw-drawer__body",ref:e=>this.drawerContent=e},r("slot",{key:"917e8eddd7a051960dc6a03b418f8bbd5059197d",name:"content"})),r("div",{key:"837566c0a01191c78aa575eb1c6a5d31f34670c3",class:{"spw-drawer__footer":!0,"spw-drawer__footer--present":this.slotFooterPresent}},r("slot",{key:"9e84e715b6004766d65e0237bee769566e6ea872",name:"footer",onSlotchange:e=>{this.slotFooterPresent=e.target.assignedNodes({flatten:!0}).length>0}}))),r("div",{key:"f630d54786270a8045c89e29a12ba121ade8ee43","data-focus-trap-edge":!0,onFocus:this.handleBottomFocus,tabindex:"0"})))}get hostElement(){return i(this)}static get watchers(){return{opened:[{openedChanged:0}]}}};l.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:contents;--spw-drawer-width-small:360px;--spw-drawer-width-medium:480px;--spw-drawer-width-large:600px;--spw-drawer-height-small:200px;--spw-drawer-height-medium:360px;--spw-drawer-height-large:520px}.spw-drawer{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1060;pointer-events:none}.spw-drawer--opened{display:block}.spw-drawer__overlay,.spw-drawer__panel{pointer-events:auto}.spw-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:black;opacity:0.7;z-index:0}.spw-drawer__panel{position:absolute;display:flex;flex-direction:column;background-color:#fff;box-shadow:var(--spw-effect-elevation-6);box-sizing:border-box;z-index:1;overflow:hidden}.spw-drawer__panel--left{top:0;left:0;height:100%;max-width:100%}.spw-drawer__panel--left.spw-drawer__panel--small{width:var(--spw-drawer-width-small)}.spw-drawer__panel--left.spw-drawer__panel--medium{width:var(--spw-drawer-width-medium)}.spw-drawer__panel--left.spw-drawer__panel--large{width:var(--spw-drawer-width-large)}.spw-drawer__panel--left.spw-drawer__panel--full{width:100%}.spw-drawer__panel--right{top:0;right:0;height:100%;max-width:100%}.spw-drawer__panel--right.spw-drawer__panel--small{width:var(--spw-drawer-width-small)}.spw-drawer__panel--right.spw-drawer__panel--medium{width:var(--spw-drawer-width-medium)}.spw-drawer__panel--right.spw-drawer__panel--large{width:var(--spw-drawer-width-large)}.spw-drawer__panel--right.spw-drawer__panel--full{width:100%}.spw-drawer__panel--top{top:0;left:0;width:100%;height:auto;max-height:100%}.spw-drawer__panel--bottom{bottom:0;left:0;width:100%;height:auto;max-height:100%}.spw-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;gap:12px;flex-shrink:0;border-bottom:1px solid var(--spw-color-themes-grey-grey-300);box-sizing:border-box}.spw-drawer__caption{margin:0;font-size:18px;color:var(--spw-colors-support-grey-grey-900);overflow:hidden;white-space:pre-wrap;word-wrap:break-word}.spw-drawer__close-button{cursor:pointer;flex-shrink:0;display:inline-flex;align-items:center;font-size:14px;background:white;padding:3px 6px}.spw-drawer__close-button:focus-visible{outline:3px solid black;outline-offset:2px}.spw-drawer__close-button spw-link{--spw-link-color:var(--spw-colors-support-grey-grey-900);--spw-link-wrap:nowrap}.spw-drawer__body{flex:1;overflow-y:auto;padding:24px;box-sizing:border-box;font-size:16px;color:var(--spw-colors-support-grey-grey-700)}.spw-drawer__body::-webkit-scrollbar{width:14px;height:14px}.spw-drawer__body::-webkit-scrollbar-thumb{background:var(--spw-color-themes-grey-grey-400);border-radius:20px;border:4px solid var(--spw-ds-white)}.spw-drawer__body::-webkit-scrollbar-track{background:var(--spw-ds-white)}.spw-drawer__body{scrollbar-face-color:var(--spw-color-themes-grey-grey-400);scrollbar-track-color:var(--spw-ds-white)}.spw-drawer__footer{flex-shrink:0}.spw-drawer__footer--present{border-top:1px solid var(--spw-color-themes-grey-grey-300)}.spw-drawer__footer--present ::slotted(*){display:flex;justify-content:flex-end;gap:12px;padding:16px 24px}";export{l as spw_drawer}
@@ -1 +1 @@
1
- import{r as t,h as e,H as i}from"./p-DkNryMko.js";const s=class{constructor(e){t(this,e)}get elementClass(){return{"spw-list-title":!0,"spw-list-title--has-clamp":"none"!==this.lineClamp,"spw-list-title--icon":!!this.icon,[`spw-list-title--clamp-${this.lineClamp}`]:!0}}render(){return e(i,{key:"62edfa8d6cb5e0726b3144f885180bec1b82074d"},e("div",{key:"c679f987917fad33a890b6d838322d8ac38dfe0d",class:this.elementClass},this.icon&&e("spw-icon",{key:"5d745235f5c673f37ffcd2bd061f304840b206a5",icon:this.icon}),e("div",{key:"327e421fcb169435f22264d10c20b530de571436",class:"spw-list-title__content"},e("div",{key:"4eb8fc3129bc4e38a77c7b3be6efce5d26a97737",class:"spw-list-title__content-text"},e("slot",{key:"d2227e5d0d8d99718be51cdcef8d90156c70613d"})))))}};s.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}.spw-ds-typography,[class*=spw-ds-typography-]{font-family:var(--spw-ds-font-main)}.spw-ds-typography-display-1{font-size:56px;line-height:1.2;font-weight:400}@media (min-width: 1024px){.spw-ds-typography-display-1{font-size:68px;line-height:1.1;font-weight:400}}.spw-ds-typography-display-2{font-size:40px;line-height:1.25;font-weight:400}@media (min-width: 1024px){.spw-ds-typography-display-2{font-size:56px;line-height:1.2;font-weight:400}}.spw-ds-typography-display-3{font-size:32px;line-height:1.4;font-weight:400}@media (min-width: 1024px){.spw-ds-typography-display-3{font-size:48px;line-height:1.2;font-weight:400}}.spw-ds-typography-heading-01{font-size:28px;font-weight:700;line-height:1.4}@media (min-width: 1024px){.spw-ds-typography-heading-01{font-size:32px;font-weight:700;line-height:1.25}}.spw-ds-typography-heading-02{font-size:24px;font-weight:700;line-height:1.4}@media (min-width: 1024px){.spw-ds-typography-heading-02{font-size:28px;font-weight:700;line-height:1.3}}.spw-ds-typography-heading-03{font-size:20px;font-weight:700;line-height:1.4}@media (min-width: 1024px){.spw-ds-typography-heading-03{font-size:20px;font-weight:700;line-height:1.4}}.spw-ds-typography-heading-04,:host(.--default) .spw-list-title{font-size:18px;font-weight:700;line-height:1.5}@media (min-width: 1024px){.spw-ds-typography-heading-04,:host(.--default) .spw-list-title{font-size:18px;font-weight:700;line-height:1.5}}.spw-ds-typography-heading-05,:host(.--shortcut) .spw-list-title{font-size:16px;font-weight:700;line-height:1.5}@media (min-width: 1024px){.spw-ds-typography-heading-05,:host(.--shortcut) .spw-list-title{font-size:16px;font-weight:700;line-height:1.6}}.spw-ds-typography-heading-06{font-size:14px;font-weight:700;line-height:1.7}@media (min-width: 1024px){.spw-ds-typography-heading-06{font-size:14px;font-weight:700;line-height:1.6}}.spw-ds-typography-lead-body{font-size:20px !important;line-height:1.6;font-weight:400}@media (min-width: 1024px){.spw-ds-typography-lead-body{font-size:20px;line-height:1.5;font-weight:400}}.spw-ds-typography-lead-body-compact{font-size:20px;line-height:1.5;font-weight:400}@media (min-width: 1024px){.spw-ds-typography-lead-body-compact{font-size:20px;line-height:1.25;font-weight:400}}.spw-ds-typography-body-1{font-size:18px;font-weight:400;line-height:1.6}@media (min-width: 1024px){.spw-ds-typography-body-1{font-size:18px;font-weight:400;line-height:1.5}}.spw-ds-typography-body-compact-1{font-size:18px;font-weight:400;line-height:1.5}@media (min-width: 1024px){.spw-ds-typography-body-compact-1{font-size:18px;font-weight:400;line-height:1.25}}.spw-ds-typography-body-2{font-size:16px;font-weight:400;line-height:1.6}@media (min-width: 1024px){.spw-ds-typography-body-2{font-size:16px;font-weight:400;line-height:1.5}}.spw-ds-typography-body-compact-2{font-size:16px;font-weight:400;line-height:1.5}@media (min-width: 1024px){.spw-ds-typography-body-compact-2{font-size:16px;font-weight:400;line-height:1.25}}.spw-ds-typography-body-3{font-size:14px;font-weight:400;line-height:1.6}@media (min-width: 1024px){.spw-ds-typography-body-3{font-size:14px;font-weight:400;line-height:1.5}}.spw-ds-typography-body-compact-3{font-size:14px;font-weight:400;line-height:1.5}@media (min-width: 1024px){.spw-ds-typography-body-compact-3{font-size:14px;font-weight:400;line-height:1.25}}.spw-ds-typography-tag{font-weight:700;font-size:14px;line-height:1.2}.spw-ds-typography-label{font-weight:600;font-size:16px;line-height:1.2}.spw-ds-typography-date{font-size:16px;line-height:1;font-weight:300}.spw-ds-typography-caption{font-size:14px;font-style:italic;line-height:1;font-weight:300}.spw-ds-typography-link{font-weight:700;font-size:inherit;line-height:1.2;color:var(--spw-ds-primary);text-decoration:underline;text-underline-offset:2px}.spw-ds-typography-link:hover{color:var(--spw-ds-variant)}.spw-ds-typography-link:active{color:var(--spw-ds-active)}.spw-ds-typography-link:hover,.spw-ds-typography-link:active{text-decoration-thickness:2px}.spw-ds-typography-hint{font-size:14px;font-weight:400;line-height:1.5}.spw-ds-typography-code{font-size:14px;font-weight:400;line-height:1.2;font-family:monospace}.spw-ds-typography-overline{font-size:10px;font-weight:800;line-height:1;text-transform:uppercase}:host{display:block}.spw-list-title{position:relative;display:inline-flex;line-height:1.35}.spw-list-title spw-icon{position:absolute;top:4px;left:-28px;color:var(--spw-ds-primary)}:host(.--active) .spw-list-title spw-icon{color:var(--spw-ds-active)}:host(.--dark) .spw-list-title spw-icon{color:var(--spw-ds-white)}.spw-list-title__content-text{display:inline;text-decoration:none;text-underline-offset:2px}:host(.--hovered) .spw-list-title__content-text{text-decoration:underline}:host(.--active) .spw-list-title__content-text{text-decoration:underline}:host(.--default) .spw-list-title{color:var(--spw-color-themes-grey-grey-900)}:host(.--shortcut) .spw-list-title{color:var(--spw-ds-primary)}:host(.--hovered) .spw-list-title{color:var(--spw-ds-primary)}:host(.--active) .spw-list-title{color:var(--spw-ds-active)}:host(.--dark) .spw-list-title{color:var(--spw-ds-white)}.spw-list-title--has-clamp .spw-list-title__content{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis}.spw-list-title--clamp-1 .spw-list-title__content{-webkit-line-clamp:1;line-clamp:1}.spw-list-title--clamp-2 .spw-list-title__content{-webkit-line-clamp:2;line-clamp:2}.spw-list-title--clamp-3 .spw-list-title__content{-webkit-line-clamp:3;line-clamp:3}.spw-list-title--clamp-4 .spw-list-title__content{-webkit-line-clamp:4;line-clamp:4}.spw-list-title--clamp-5 .spw-list-title__content{-webkit-line-clamp:5;line-clamp:5}.spw-list-title--clamp-6 .spw-list-title__content{-webkit-line-clamp:6;line-clamp:6}.spw-list-title--clamp-7 .spw-list-title__content{-webkit-line-clamp:7;line-clamp:7}.spw-list-title--clamp-8 .spw-list-title__content{-webkit-line-clamp:8;line-clamp:8}.spw-list-title--clamp-9 .spw-list-title__content{-webkit-line-clamp:9;line-clamp:9}.spw-list-title--clamp-10 .spw-list-title__content{-webkit-line-clamp:10;line-clamp:10}";export{s as spw_list_title}
1
+ import{r as t,h as e,H as i}from"./p-DkNryMko.js";const s=class{constructor(e){t(this,e)}get elementClass(){return{"spw-list-title":!0,"spw-list-title--has-clamp":"none"!==this.lineClamp,"spw-list-title--icon":!!this.icon,[`spw-list-title--clamp-${this.lineClamp}`]:!0}}render(){return e(i,{key:"f3ef765bf957b79183c387598b8454d42908eb36"},e("div",{key:"3ee64eea38a3cbea6a243c78609abe8f32812dfe",class:this.elementClass},this.icon&&e("spw-icon",{key:"67bd0d6167017006d5db5e543b186db87b840bbe",icon:this.icon}),e("div",{key:"d1bdb899df43933bf86824adeb0a7af5a08938ba",class:"spw-list-title__content"},e("div",{key:"2c13acd0bb5a75ec7e706efc0fc0a47265d91e10",class:"spw-list-title__content-text"},e("slot",{key:"c6f6907eea19c41887912b950450a95be29e128e"})))))}};s.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}.spw-ds-typography,[class*=spw-ds-typography-]{font-family:var(--spw-ds-font-main)}.spw-ds-typography-display-1{font-size:56px;line-height:1.2;font-weight:400}@media (min-width: 1024px){.spw-ds-typography-display-1{font-size:68px;line-height:1.1;font-weight:400}}.spw-ds-typography-display-2{font-size:40px;line-height:1.25;font-weight:400}@media (min-width: 1024px){.spw-ds-typography-display-2{font-size:56px;line-height:1.2;font-weight:400}}.spw-ds-typography-display-3{font-size:32px;line-height:1.4;font-weight:400}@media (min-width: 1024px){.spw-ds-typography-display-3{font-size:48px;line-height:1.2;font-weight:400}}.spw-ds-typography-heading-01{font-size:28px;font-weight:700;line-height:1.4}@media (min-width: 1024px){.spw-ds-typography-heading-01{font-size:32px;font-weight:700;line-height:1.25}}.spw-ds-typography-heading-02{font-size:24px;font-weight:700;line-height:1.4}@media (min-width: 1024px){.spw-ds-typography-heading-02{font-size:28px;font-weight:700;line-height:1.3}}.spw-ds-typography-heading-03{font-size:20px;font-weight:700;line-height:1.4}@media (min-width: 1024px){.spw-ds-typography-heading-03{font-size:20px;font-weight:700;line-height:1.4}}.spw-ds-typography-heading-04,:host(.--default) .spw-list-title{font-size:18px;font-weight:700;line-height:1.5}@media (min-width: 1024px){.spw-ds-typography-heading-04,:host(.--default) .spw-list-title{font-size:18px;font-weight:700;line-height:1.5}}.spw-ds-typography-heading-05,:host(.--shortcut) .spw-list-title{font-size:16px;font-weight:700;line-height:1.5}@media (min-width: 1024px){.spw-ds-typography-heading-05,:host(.--shortcut) .spw-list-title{font-size:16px;font-weight:700;line-height:1.6}}.spw-ds-typography-heading-06{font-size:14px;font-weight:700;line-height:1.7}@media (min-width: 1024px){.spw-ds-typography-heading-06{font-size:14px;font-weight:700;line-height:1.6}}.spw-ds-typography-lead-body{font-size:20px !important;line-height:1.6;font-weight:400}@media (min-width: 1024px){.spw-ds-typography-lead-body{font-size:20px;line-height:1.5;font-weight:400}}.spw-ds-typography-lead-body-compact{font-size:20px;line-height:1.5;font-weight:400}@media (min-width: 1024px){.spw-ds-typography-lead-body-compact{font-size:20px;line-height:1.25;font-weight:400}}.spw-ds-typography-body-1{font-size:18px;font-weight:400;line-height:1.6}@media (min-width: 1024px){.spw-ds-typography-body-1{font-size:18px;font-weight:400;line-height:1.5}}.spw-ds-typography-body-compact-1{font-size:18px;font-weight:400;line-height:1.5}@media (min-width: 1024px){.spw-ds-typography-body-compact-1{font-size:18px;font-weight:400;line-height:1.25}}.spw-ds-typography-body-2{font-size:16px;font-weight:400;line-height:1.6}@media (min-width: 1024px){.spw-ds-typography-body-2{font-size:16px;font-weight:400;line-height:1.5}}.spw-ds-typography-body-compact-2{font-size:16px;font-weight:400;line-height:1.5}@media (min-width: 1024px){.spw-ds-typography-body-compact-2{font-size:16px;font-weight:400;line-height:1.25}}.spw-ds-typography-body-3{font-size:14px;font-weight:400;line-height:1.6}@media (min-width: 1024px){.spw-ds-typography-body-3{font-size:14px;font-weight:400;line-height:1.5}}.spw-ds-typography-body-compact-3{font-size:14px;font-weight:400;line-height:1.5}@media (min-width: 1024px){.spw-ds-typography-body-compact-3{font-size:14px;font-weight:400;line-height:1.25}}.spw-ds-typography-tag{font-weight:700;font-size:14px;line-height:1.2}.spw-ds-typography-label{font-weight:600;font-size:16px;line-height:1.2}.spw-ds-typography-date{font-size:16px;line-height:1;font-weight:300}.spw-ds-typography-caption{font-size:14px;font-style:italic;line-height:1;font-weight:300}.spw-ds-typography-link{font-weight:700;font-size:inherit;line-height:1.2;color:var(--spw-ds-primary);text-decoration:underline;text-underline-offset:2px}.spw-ds-typography-link:hover{color:var(--spw-ds-variant)}.spw-ds-typography-link:active{color:var(--spw-ds-active)}.spw-ds-typography-link:hover,.spw-ds-typography-link:active{text-decoration-thickness:2px}.spw-ds-typography-hint{font-size:14px;font-weight:400;line-height:1.5}.spw-ds-typography-code{font-size:14px;font-weight:400;line-height:1.2;font-family:monospace}.spw-ds-typography-overline{font-size:10px;font-weight:800;line-height:1;text-transform:uppercase}:host{display:block}.spw-list-title{position:relative;display:inline-flex;line-height:1.35}.spw-list-title spw-icon{position:absolute;top:4px;left:-28px;color:var(--spw-ds-primary)}:host(.--active) .spw-list-title spw-icon{color:var(--spw-ds-active)}:host(.--dark) .spw-list-title spw-icon{color:var(--spw-ds-white)}.spw-list-title__content-text{display:inline;text-decoration:none;text-underline-offset:2px}:host(.--hovered) .spw-list-title__content-text{text-decoration:underline}:host(.--active) .spw-list-title__content-text{text-decoration:underline}:host(.--default) .spw-list-title{color:var(--spw-color-themes-grey-grey-900)}:host(.--shortcut) .spw-list-title{color:var(--spw-ds-primary)}:host(.--hovered) .spw-list-title{color:var(--spw-ds-primary)}:host(.--active) .spw-list-title{color:var(--spw-ds-active)}:host(.--dark) .spw-list-title{color:var(--spw-ds-white)}.spw-list-title--has-clamp .spw-list-title__content{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis}.spw-list-title--clamp-1 .spw-list-title__content{-webkit-line-clamp:1;line-clamp:1}.spw-list-title--clamp-2 .spw-list-title__content{-webkit-line-clamp:2;line-clamp:2}.spw-list-title--clamp-3 .spw-list-title__content{-webkit-line-clamp:3;line-clamp:3}.spw-list-title--clamp-4 .spw-list-title__content{-webkit-line-clamp:4;line-clamp:4}.spw-list-title--clamp-5 .spw-list-title__content{-webkit-line-clamp:5;line-clamp:5}.spw-list-title--clamp-6 .spw-list-title__content{-webkit-line-clamp:6;line-clamp:6}.spw-list-title--clamp-7 .spw-list-title__content{-webkit-line-clamp:7;line-clamp:7}.spw-list-title--clamp-8 .spw-list-title__content{-webkit-line-clamp:8;line-clamp:8}.spw-list-title--clamp-9 .spw-list-title__content{-webkit-line-clamp:9;line-clamp:9}.spw-list-title--clamp-10 .spw-list-title__content{-webkit-line-clamp:10;line-clamp:10}";export{s as spw_list_title}
@@ -1 +1 @@
1
- import{r as t,h as e,H as i,a as o}from"./p-DkNryMko.js";const n=class{constructor(e){t(this,e),this.colsMobile=1,this.colsTablet=2,this.colsDesktop=3,this.gap="medium"}emitConfigurationChanged(){const t=new CustomEvent("gridConfigurationChanged",{detail:{colsMobile:this.colsMobile,colsTablet:this.colsTablet,colsDesktop:this.colsDesktop},bubbles:!0,composed:!0});this.el.dispatchEvent(t)}configurationChanged(){this.emitConfigurationChanged()}componentDidLoad(){this.emitConfigurationChanged()}render(){return e(i,{key:"26c312821b249733c1168b87dbfda34a81546b86"},e("div",{key:"d5835eecde858fe201db38097633aaa167fb0ae9",class:{"spw-grid":!0,[`spw-grid--gap-${this.gap}`]:!!this.gap},style:{"--spw-grid-cols-mobile":this.colsMobile.toString(),"--spw-grid-cols-tablet":this.colsTablet.toString(),"--spw-grid-cols-desktop":this.colsDesktop.toString()}},e("slot",{key:"acfa7af94914dcf41234f5b0809fda34c76fd3b6"})))}get el(){return o(this)}static get watchers(){return{colsMobile:[{configurationChanged:0}],colsTablet:[{configurationChanged:0}],colsDesktop:[{configurationChanged:0}]}}};n.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block;--spw-grid-gap-small:8px;--spw-grid-gap-medium:24px;--spw-grid-gap-large:48px}.spw-grid{display:grid;grid-template-columns:repeat(var(--spw-grid-cols-mobile, 1), 1fr)}.spw-grid--gap-none{gap:0}.spw-grid--gap-small{gap:var(--spw-grid-gap-small)}.spw-grid--gap-medium{gap:var(--spw-grid-gap-medium)}.spw-grid--gap-large{gap:var(--spw-grid-gap-large)}@media (min-width: 768px){.spw-grid{grid-template-columns:repeat(var(--spw-grid-cols-tablet, 2), 1fr)}}@media (min-width: 1024px){.spw-grid{grid-template-columns:repeat(var(--spw-grid-cols-desktop, 3), 1fr)}}";export{n as spw_grid}
1
+ import{r as e,h as t,H as i,a as o}from"./p-DkNryMko.js";const n=class{constructor(t){e(this,t),this.colsMobile=1,this.colsTablet=2,this.colsDesktop=3,this.gap="medium"}emitConfigurationChanged(){const e=new CustomEvent("gridConfigurationChanged",{detail:{colsMobile:this.colsMobile,colsTablet:this.colsTablet,colsDesktop:this.colsDesktop},bubbles:!0,composed:!0});this.el.dispatchEvent(e)}configurationChanged(){this.emitConfigurationChanged()}componentDidLoad(){this.emitConfigurationChanged()}render(){return t(i,{key:"acc389e89668993b60e78068146104c392ee5345"},t("div",{key:"692529743d581905a37ac964a470c742c067db97",class:{"spw-grid":!0,[`spw-grid--gap-${this.gap}`]:!!this.gap},style:{"--spw-grid-cols-mobile":this.colsMobile.toString(),"--spw-grid-cols-tablet":this.colsTablet.toString(),"--spw-grid-cols-desktop":this.colsDesktop.toString()}},t("slot",{key:"a31c73c5957fa82447bfee21ae8cdd94241ceab5"})))}get el(){return o(this)}static get watchers(){return{colsMobile:[{configurationChanged:0}],colsTablet:[{configurationChanged:0}],colsDesktop:[{configurationChanged:0}]}}};n.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block;--spw-grid-gap-small:8px;--spw-grid-gap-medium:24px;--spw-grid-gap-large:48px}.spw-grid{display:grid;grid-template-columns:repeat(var(--spw-grid-cols-mobile, 1), 1fr)}.spw-grid--gap-none{gap:0}.spw-grid--gap-small{gap:var(--spw-grid-gap-small)}.spw-grid--gap-medium{gap:var(--spw-grid-gap-medium)}.spw-grid--gap-large{gap:var(--spw-grid-gap-large)}@media (min-width: 768px){.spw-grid{grid-template-columns:repeat(var(--spw-grid-cols-tablet, 2), 1fr)}}@media (min-width: 1024px){.spw-grid{grid-template-columns:repeat(var(--spw-grid-cols-desktop, 3), 1fr)}}";export{n as spw_grid}
@@ -0,0 +1 @@
1
+ import{r as t,c as e,h as i}from"./p-DkNryMko.js";const s=class{constructor(i){t(this,i),this.valueChanged=e(this,"valueChanged",7),i.$hostElement$["s-ei"]?this.internals=i.$hostElement$["s-ei"]:(this.internals=i.$hostElement$.attachInternals(),i.$hostElement$["s-ei"]=this.internals),this.internalValue="",this.label="",this.rows=5,this.isSearch=!1,this.required=!1,this.error="",this.hint="",this.success="",this.warning="",this.showErrorIcon=!0,this.showHintIcon=!0,this.showSuccessIcon=!0,this.showWarningIcon=!0,this.isExpandable=!1,this.tooltipDirection="top",this.tooltipCursor="help"}async setFocus(){var t;null===(t=this.textareaElement)||void 0===t||t.focus()}valueChangedHandler(t){this.setValue(t)}setValue(t){this.internalValue=null!=t?t:"",this.value=this.internalValue,this.textareaElement&&(this.textareaElement.value=this.internalValue),this.internals.setFormValue(this.internalValue||null),this.valueChanged.emit(this.internalValue)}componentWillLoad(){var t;this.internalValue=null!==(t=this.value)&&void 0!==t?t:"",this.defaultValue=this.internalValue}componentDidLoad(){this.internals.setFormValue(this.internalValue?this.internalValue:null)}formResetCallback(){var t;this.setValue(null!==(t=this.defaultValue)&&void 0!==t?t:"")}handleChange(t){this.internalValue=t.target.value,this.value=this.internalValue,this.internals.setFormValue(this.internalValue?this.internalValue:null),this.valueChanged.emit(this.internalValue)}renderMessages(){const t=[];return this.error&&t.push({variant:"error",text:this.error,showIcon:this.showErrorIcon}),this.hint&&t.push({variant:"hint",text:this.hint,showIcon:this.showHintIcon}),this.success&&t.push({variant:"success",text:this.success,showIcon:this.showSuccessIcon}),this.warning&&t.push({variant:"warning",text:this.warning,showIcon:this.showWarningIcon}),t.map(((e,s)=>{const a=s===t.length-1;return i("spw-field-message",{variant:e.variant,showIcon:e.showIcon,isExpandable:a&&this.isExpandable,expandLabel:this.expandLabel,collapseLabel:this.collapseLabel},e.text,a&&i("slot",{name:"details",slot:"details"}))}))}get elementClass(){return{"spw-textarea":!0,"spw-textarea--is-search":this.isSearch,"spw-textarea--is-error":!!this.error,"spw-textarea--disabled":this.disabled}}render(){return i("div",{key:"58b00a1e00ae56c3115b4be83bc35a2d8355c30a",class:this.elementClass},this.label&&i("spw-field-label",{key:"f7438e1adda1cf10217158e34427d8e87a222403",label:this.label,name:this.name,required:this.required,tooltipTitle:this.tooltipTitle,tooltipText:this.tooltipText,tooltipMaxWidth:this.tooltipMaxWidth,tooltipDirection:this.tooltipDirection,tooltipCursor:this.tooltipCursor}),this.assistiveText&&i("spw-field-message",{key:"2f260e15e9950101c33c4839bd3c555c89918599",class:"spw-textarea__field-message",variant:"hint",showIcon:!1},this.assistiveText),i("div",{key:"822faad0673a8f0389f369e89928ad3d36eb4701",class:"spw-textarea__container"},i("textarea",{key:"b4236aabf1878b6df18ec52069c90dca3ab85aa6",class:"spw-textarea__input",ref:t=>this.textareaElement=t,value:this.internalValue,placeholder:this.placeholder,disabled:this.disabled,name:this.name,id:this.name,rows:this.rows,minLength:this.minLength,maxLength:this.maxLength,required:this.required,onInput:t=>this.handleChange(t)})),this.renderMessages())}static get formAssociated(){return!0}static get watchers(){return{value:[{valueChangedHandler:0}]}}};s.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}.spw-textarea{position:relative}.spw-textarea__input{flex:1;width:100%;min-height:40px;padding:12px;resize:vertical;border-radius:4px;border:1px solid var(--spw-color-themes-grey-grey-800)}.spw-textarea__input:hover{outline:4px solid var(--spw-color-themes-grey-grey-300)}.spw-textarea__input:focus,.spw-textarea__input:focus-visible{outline:3px solid white;outline-offset:0;box-shadow:0 0 0 6px black}.spw-textarea--disabled .spw-textarea__input{border-color:var(--spw-color-themes-grey-grey-400);background:var(--spw-color-themes-grey-grey-100);color:var(--spw-color-themes-grey-grey-500);cursor:not-allowed}.spw-textarea--disabled .spw-textarea__input::placeholder{color:var(--spw-color-themes-grey-grey-500)}.spw-textarea--disabled .spw-textarea__input:hover,.spw-textarea--disabled .spw-textarea__input:focus,.spw-textarea--disabled .spw-textarea__input:focus-visible{outline:none}.spw-textarea--is-error .spw-textarea__input{border-color:var(--spw-colors-states-error-error-300)}.spw-textarea--is-search .spw-textarea__input{padding-right:80px}.spw-textarea__container{display:flex;align-items:center}.spw-textarea__indicator{padding-left:12px}.spw-textarea__field-message{margin-bottom:8px;margin-top:-4px}.spw-textarea__icon{pointer-events:none;position:absolute;top:50%;right:30px;transform:translateY(-50%);color:var(--spw-ds-primary);font-size:24px}";export{s as spw_textarea}
@@ -1 +1 @@
1
- import{r as e,h as t}from"./p-DkNryMko.js";const n=class{constructor(t){e(this,t)}render(){return t("thead",{key:"d957840628bb81aefe0d028e2b87bcdcb70dbefb",part:"thead"},t("slot",{key:"3d0d79e4b275b2ee7241e7d7f39d2fbb81041dd3"}))}};n.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:contents}@media (max-width: 767px){:host{display:none}}";export{n as spw_table_head}
1
+ import{r as t,h as e}from"./p-DkNryMko.js";const n=class{constructor(e){t(this,e)}render(){return e("thead",{key:"9ec8ad801e891674cb91fa2115daa6313a7050f1",part:"thead"},e("slot",{key:"ef1ff2951d7988c3d77ac804fd6f079f0795067d"}))}};n.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:contents}@media (max-width: 767px){:host{display:none}}";export{n as spw_table_head}
@@ -1 +1 @@
1
- import{r as t,c as e,h as i,H as n,a as o}from"./p-DkNryMko.js";const s=class{constructor(i){t(this,i),this.tocItemsChanged=e(this,"tocItemsChanged",7),this.depth="h6"}async componentDidLoad(){await this.waitForChildrenReady(),this.scanHeadings(),this.setupMutationObserver()}async waitForChildrenReady(){const t=this.el.querySelectorAll("*"),e=[];t.forEach((t=>{"function"==typeof t.componentOnReady&&e.push(t.componentOnReady())})),await Promise.all(e)}disconnectedCallback(){this.observer&&this.observer.disconnect()}depthChanged(){this.scanHeadings()}async getItems(){return this.scanHeadings()}setupMutationObserver(){this.observer=new MutationObserver((()=>{this.scanHeadings()})),this.observeRoot(this.el)}observeRoot(t){this.observer.observe(t,{childList:!0,subtree:!0,characterData:!0}),t.querySelectorAll("*").forEach((t=>{t.shadowRoot&&this.observeRoot(t.shadowRoot)}))}slugify(t){return t.toLowerCase().trim().normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")}getHeadingText(t){const e=[],i=t=>{if(t.nodeType===Node.TEXT_NODE)return void e.push(t.textContent||"");if(t.nodeType!==Node.ELEMENT_NODE)return;const n=t;"SLOT"!==n.tagName?(n.shadowRoot&&n.shadowRoot.childNodes.forEach(i),n.childNodes.forEach(i)):n.assignedNodes({flatten:!0}).forEach(i)};return t.childNodes.forEach(i),e.join("").replace(/\s+/g," ").trim()}get maxLevel(){var t,e;return parseInt(null!==(e=null===(t=this.depth)||void 0===t?void 0:t.substring(1))&&void 0!==e?e:"6")}walkForHeadings(t,e){if(t.nodeType===Node.ELEMENT_NODE){const i=t,n=i.tagName.toLowerCase().match(/^h([2-6])$/);n&&parseInt(n[1])<=this.maxLevel&&e.push(i),i.shadowRoot&&i.shadowRoot.childNodes.forEach((t=>this.walkForHeadings(t,e)))}t.childNodes.forEach((t=>this.walkForHeadings(t,e)))}scanHeadings(){const t=[],e=[];return this.walkForHeadings(this.el,e),e.forEach((e=>{const i=this.getHeadingText(e);let n=e.id;if(!n&&i&&(n=this.slugify(i),e.id=n),n&&i){const o=parseInt(e.tagName.substring(1));t.push({id:n,text:i,level:o})}})),this.tocItemsChanged.emit(t),t}render(){return i(n,{key:"2a1a9fa7a120d4f64660a74a7a83b0acaeac5528"},i("slot",{key:"a9004024f4c44a736c7d76a80aec55fbaa4f233c"}))}get el(){return o(this)}static get watchers(){return{depth:[{depthChanged:0}]}}};s.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}";export{s as spw_toc_container}
1
+ import{r as t,c as e,h as i,H as n,a as o}from"./p-DkNryMko.js";const s=class{constructor(i){t(this,i),this.tocItemsChanged=e(this,"tocItemsChanged",7),this.depth="h6"}async componentDidLoad(){await this.waitForChildrenReady(),this.scanHeadings(),this.setupMutationObserver()}async waitForChildrenReady(){const t=this.el.querySelectorAll("*"),e=[];t.forEach((t=>{"function"==typeof t.componentOnReady&&e.push(t.componentOnReady())})),await Promise.all(e)}disconnectedCallback(){this.observer&&this.observer.disconnect()}depthChanged(){this.scanHeadings()}async getItems(){return this.scanHeadings()}setupMutationObserver(){this.observer=new MutationObserver((()=>{this.scanHeadings()})),this.observeRoot(this.el)}observeRoot(t){this.observer.observe(t,{childList:!0,subtree:!0,characterData:!0}),t.querySelectorAll("*").forEach((t=>{t.shadowRoot&&this.observeRoot(t.shadowRoot)}))}slugify(t){return t.toLowerCase().trim().normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")}getHeadingText(t){const e=[],i=t=>{if(t.nodeType===Node.TEXT_NODE)return void e.push(t.textContent||"");if(t.nodeType!==Node.ELEMENT_NODE)return;const n=t;"SLOT"!==n.tagName?(n.shadowRoot&&n.shadowRoot.childNodes.forEach(i),n.childNodes.forEach(i)):n.assignedNodes({flatten:!0}).forEach(i)};return t.childNodes.forEach(i),e.join("").replace(/\s+/g," ").trim()}get maxLevel(){var t,e;return parseInt(null!==(e=null===(t=this.depth)||void 0===t?void 0:t.substring(1))&&void 0!==e?e:"6")}walkForHeadings(t,e){if(t.nodeType===Node.ELEMENT_NODE){const i=t,n=i.tagName.toLowerCase().match(/^h([2-6])$/);n&&parseInt(n[1])<=this.maxLevel&&e.push(i),i.shadowRoot&&i.shadowRoot.childNodes.forEach((t=>this.walkForHeadings(t,e)))}t.childNodes.forEach((t=>this.walkForHeadings(t,e)))}scanHeadings(){const t=[],e=[];return this.walkForHeadings(this.el,e),e.forEach((e=>{const i=this.getHeadingText(e);let n=e.id;if(!n&&i&&(n=this.slugify(i),e.id=n),n&&i){const o=parseInt(e.tagName.substring(1));t.push({id:n,text:i,level:o})}})),this.tocItemsChanged.emit(t),t}render(){return i(n,{key:"9dabdebfec120849a633d4e2645503053d3b6b50"},i("slot",{key:"bfd6165ac2c5f5ddbfda7873dd010c050ee40ecf"}))}get el(){return o(this)}static get watchers(){return{depth:[{depthChanged:0}]}}};s.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}";export{s as spw_toc_container}
@@ -1 +1 @@
1
- import{r as t,h as i,a as e}from"./p-DkNryMko.js";const s=class{constructor(i){t(this,i),this.isVerticalOnMobile=!1,this.isCentered=!1,this.showLeftArrow=!1,this.showRightArrow=!1,this.hasOverflow=!1,this.scrollPercentage=30,this.resizeObserver=null,this.mutationObserver=null,this.setupObservers=()=>{this.resizeObserver=new ResizeObserver((()=>{this.checkOverflow()})),this.ulElement&&this.resizeObserver.observe(this.ulElement),this.mutationObserver=new MutationObserver((()=>{this.updateSlottedElementsObservation(),setTimeout((()=>this.checkOverflow()),10)})),this.mutationObserver.observe(this.hostElement,{childList:!0,subtree:!0}),this.updateSlottedElementsObservation()},this.updateSlottedElementsObservation=()=>{this.resizeObserver&&Array.from(this.hostElement.children).forEach((t=>{this.resizeObserver.observe(t)}))},this.cleanupObservers=()=>{this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null),this.mutationObserver&&(this.mutationObserver.disconnect(),this.mutationObserver=null)},this.checkOverflow=()=>{if(!this.ulElement)return;const t=this.ulElement.clientWidth,i=this.ulElement.scrollWidth,e=this.ulElement.scrollLeft;this.hasOverflow=i>t,this.showLeftArrow=this.hasOverflow&&e>0,this.showRightArrow=this.hasOverflow&&e<i-t-1},this.scrollLeft=()=>{this.ulElement&&this.ulElement.scrollBy({left:-this.ulElement.clientWidth*this.scrollPercentage/100,behavior:"smooth"})},this.scrollRight=()=>{this.ulElement&&this.ulElement.scrollBy({left:this.ulElement.clientWidth*this.scrollPercentage/100,behavior:"smooth"})},this.handleScroll=()=>{this.checkOverflow()}}componentDidLoad(){this.checkOverflow(),this.setupObservers()}disconnectedCallback(){this.cleanupObservers()}onWindowResize(){this.checkOverflow()}render(){const t={"spw-tabs-navigation":!0,"spw-tabs-navigation--vertical-on-mobile":this.isVerticalOnMobile},e={"spw-tabs-navigation__list":!0,"spw-tabs-navigation__list--vertical-on-mobile":this.isVerticalOnMobile,"spw-tabs-navigation__list--centered":this.isCentered&&!this.hasOverflow};return i("div",{key:"2b227b9d3edc52fe3cd7358e8e1b0269863c07d5",class:{"spw-tabs-navigation-container":!0,"spw-tabs-navigation-container--vertical-on-mobile":this.isVerticalOnMobile}},this.showLeftArrow&&i("button",{key:"6ffc6f975492936714466215e27519ff3137261b",class:"spw-tabs-navigation__arrow spw-tabs-navigation__arrow--left",onClick:this.scrollLeft,"aria-label":"Faire défiler vers la gauche"},i("spw-icon",{key:"c3609240c389f9f480c79d956b894f433e66a0bd",icon:"fa-chevron-left"})),i("nav",{key:"85918963ae8cffb79eb21467e54bcda93afb27cb",class:t,"aria-label":this.accAriaLabel||"Navigation"},i("ul",{key:"36f65c10bcbc0c52095c8491a37fd6bcd6199492",class:e,role:"tablist",ref:t=>this.ulElement=t,onScroll:this.handleScroll},i("slot",{key:"9c0ad17537706fbee2a6158e014593cc6f26b17e"}))),this.showRightArrow&&i("button",{key:"95a250291a6d6586331bc8fd90f6bd011b05f949",class:"spw-tabs-navigation__arrow spw-tabs-navigation__arrow--right",onClick:this.scrollRight,"aria-label":"Faire défiler vers la droite"},i("spw-icon",{key:"6d8646a6d37e816fdfd8a278b5794de3da5f5068",icon:"fa-chevron-right"})))}get hostElement(){return e(this)}};s.style='@charset "UTF-8";html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block;position:relative;top:1px;--spw-tabs-navigation-border-bottom:1px solid var(--spw-colors-support-grey-grey-300);--spw-tabs-navigation-gap:24px}.spw-tabs-navigation-container{display:flex;align-items:center;position:relative;width:100%;overflow:hidden}@media (max-width: 768px){.spw-tabs-navigation-container--vertical-on-mobile{flex-direction:column;align-items:stretch}}.spw-tabs-navigation{flex:1;overflow:hidden}@media (max-width: 768px){.spw-tabs-navigation--vertical-on-mobile{overflow:visible}}.spw-tabs-navigation__list{position:relative;z-index:2;display:flex;flex-wrap:nowrap;gap:var(--spw-tabs-navigation-gap);overflow-x:auto;white-space:nowrap;border-bottom:var(--spw-tabs-navigation-border-bottom);scroll-behavior:smooth;list-style:none;margin:0;padding:0;scrollbar-width:none;-ms-overflow-style:none}.spw-tabs-navigation__list::-webkit-scrollbar{display:none}@media (max-width: 768px){.spw-tabs-navigation__list--vertical-on-mobile{flex-direction:column;gap:0;overflow-x:visible;overflow-y:auto;white-space:normal;border-bottom:none}}@media (min-width: 768px){.spw-tabs-navigation__list--centered{justify-content:center}}:host(.--box) .spw-tabs-navigation__list{gap:0;border-bottom:0}.spw-tabs-navigation__arrow{position:relative;top:1px;display:flex;align-items:center;justify-content:center;background:white;border:none;width:33px;height:33px;cursor:pointer;z-index:10;transition:all 0.2s ease}.spw-tabs-navigation__arrow spw-icon{font-size:14px;color:var(--spw-colors-support-grey-grey-500)}.spw-tabs-navigation__arrow:hover spw-icon{color:var(--spw-colors-support-grey-grey-600)}.spw-tabs-navigation__arrow:active spw-icon{color:var(--spw-colors-support-grey-grey-900)}.spw-tabs-navigation__arrow--left{border-radius:4px 0 0 0;border-right:1px solid var(--spw-colors-support-grey-grey-300)}.spw-tabs-navigation__arrow--right{border-radius:0 4px 0 0;border-left:1px solid var(--spw-colors-support-grey-grey-300)}@media (max-width: 768px){.spw-tabs-navigation-container--vertical-on-mobile .spw-tabs-navigation__arrow{display:none}}@media (max-width: 768px){.spw-tabs-navigation-container--vertical-on-mobile ::slotted(spw-tabs-navigation-item){display:block;border-bottom:1px solid var(--spw-colors-support-grey-grey-300);--spw-tabs-width:100%}}::slotted(spw-tabs-navigation-item){--spw-tabs-border-radius:0;--spw-tabs-margin-left:-1px}::slotted(spw-tabs-navigation-item:first-child){--spw-tabs-border-radius:4px 0 0 0;--spw-tabs-margin-left:0}::slotted(spw-tabs-navigation-item:last-child){--spw-tabs-border-radius:0 4px 0 0;--spw-tabs-margin-left:-1px}::slotted(spw-tabs-navigation-item.--active){--spw-tabs-border-radius:4px 4px 0 0}';export{s as spw_tabs_navigation}
1
+ import{r as t,h as i,a as e}from"./p-DkNryMko.js";const s=class{constructor(i){t(this,i),this.isVerticalOnMobile=!1,this.isCentered=!1,this.showLeftArrow=!1,this.showRightArrow=!1,this.hasOverflow=!1,this.scrollPercentage=30,this.resizeObserver=null,this.mutationObserver=null,this.setupObservers=()=>{this.resizeObserver=new ResizeObserver((()=>{this.checkOverflow()})),this.ulElement&&this.resizeObserver.observe(this.ulElement),this.mutationObserver=new MutationObserver((()=>{this.updateSlottedElementsObservation(),setTimeout((()=>this.checkOverflow()),10)})),this.mutationObserver.observe(this.hostElement,{childList:!0,subtree:!0}),this.updateSlottedElementsObservation()},this.updateSlottedElementsObservation=()=>{this.resizeObserver&&Array.from(this.hostElement.children).forEach((t=>{this.resizeObserver.observe(t)}))},this.cleanupObservers=()=>{this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null),this.mutationObserver&&(this.mutationObserver.disconnect(),this.mutationObserver=null)},this.checkOverflow=()=>{if(!this.ulElement)return;const t=this.ulElement.clientWidth,i=this.ulElement.scrollWidth,e=this.ulElement.scrollLeft;this.hasOverflow=i>t,this.showLeftArrow=this.hasOverflow&&e>0,this.showRightArrow=this.hasOverflow&&e<i-t-1},this.scrollLeft=()=>{this.ulElement&&this.ulElement.scrollBy({left:-this.ulElement.clientWidth*this.scrollPercentage/100,behavior:"smooth"})},this.scrollRight=()=>{this.ulElement&&this.ulElement.scrollBy({left:this.ulElement.clientWidth*this.scrollPercentage/100,behavior:"smooth"})},this.handleScroll=()=>{this.checkOverflow()}}componentDidLoad(){this.checkOverflow(),this.setupObservers()}disconnectedCallback(){this.cleanupObservers()}onWindowResize(){this.checkOverflow()}render(){const t={"spw-tabs-navigation":!0,"spw-tabs-navigation--vertical-on-mobile":this.isVerticalOnMobile},e={"spw-tabs-navigation__list":!0,"spw-tabs-navigation__list--vertical-on-mobile":this.isVerticalOnMobile,"spw-tabs-navigation__list--centered":this.isCentered&&!this.hasOverflow};return i("div",{key:"0adb38f7e049a4193dd9ccf9339c264182e35102",class:{"spw-tabs-navigation-container":!0,"spw-tabs-navigation-container--vertical-on-mobile":this.isVerticalOnMobile}},this.showLeftArrow&&i("button",{key:"3216c361c65b16d20b1e802f088d6682c430f5f7",class:"spw-tabs-navigation__arrow spw-tabs-navigation__arrow--left",onClick:this.scrollLeft,"aria-label":"Faire défiler vers la gauche"},i("spw-icon",{key:"10ad5f02999ae842182a00d577f82e3ea07ef846",icon:"fa-chevron-left"})),i("nav",{key:"6b9c5b61686efcb08d3bdb7c00948f829bbb8e11",class:t,"aria-label":this.accAriaLabel||"Navigation"},i("ul",{key:"9b12145c2c1e83ef30f410355d6e63df48b5dce8",class:e,role:"tablist",ref:t=>this.ulElement=t,onScroll:this.handleScroll},i("slot",{key:"5b1b3c24cbb788037f59b43822b9e9d526667c28"}))),this.showRightArrow&&i("button",{key:"61715a66a54fa8d7d9b92ab98b618336ac9fd385",class:"spw-tabs-navigation__arrow spw-tabs-navigation__arrow--right",onClick:this.scrollRight,"aria-label":"Faire défiler vers la droite"},i("spw-icon",{key:"33c810bf8e4fad017313973f3833cc7fb4dc5d52",icon:"fa-chevron-right"})))}get hostElement(){return e(this)}};s.style='@charset "UTF-8";html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block;position:relative;top:1px;--spw-tabs-navigation-border-bottom:1px solid var(--spw-colors-support-grey-grey-300);--spw-tabs-navigation-gap:24px}.spw-tabs-navigation-container{display:flex;align-items:center;position:relative;width:100%;overflow:hidden}@media (max-width: 768px){.spw-tabs-navigation-container--vertical-on-mobile{flex-direction:column;align-items:stretch}}.spw-tabs-navigation{flex:1;overflow:hidden}@media (max-width: 768px){.spw-tabs-navigation--vertical-on-mobile{overflow:visible}}.spw-tabs-navigation__list{position:relative;z-index:2;display:flex;flex-wrap:nowrap;gap:var(--spw-tabs-navigation-gap);overflow-x:auto;white-space:nowrap;border-bottom:var(--spw-tabs-navigation-border-bottom);scroll-behavior:smooth;list-style:none;margin:0;padding:0;scrollbar-width:none;-ms-overflow-style:none}.spw-tabs-navigation__list::-webkit-scrollbar{display:none}@media (max-width: 768px){.spw-tabs-navigation__list--vertical-on-mobile{flex-direction:column;gap:0;overflow-x:visible;overflow-y:auto;white-space:normal;border-bottom:none}}@media (min-width: 768px){.spw-tabs-navigation__list--centered{justify-content:center}}:host(.--box) .spw-tabs-navigation__list{gap:0;border-bottom:0}.spw-tabs-navigation__arrow{position:relative;top:1px;display:flex;align-items:center;justify-content:center;background:white;border:none;width:33px;height:33px;cursor:pointer;z-index:10;transition:all 0.2s ease}.spw-tabs-navigation__arrow spw-icon{font-size:14px;color:var(--spw-colors-support-grey-grey-500)}.spw-tabs-navigation__arrow:hover spw-icon{color:var(--spw-colors-support-grey-grey-600)}.spw-tabs-navigation__arrow:active spw-icon{color:var(--spw-colors-support-grey-grey-900)}.spw-tabs-navigation__arrow--left{border-radius:4px 0 0 0;border-right:1px solid var(--spw-colors-support-grey-grey-300)}.spw-tabs-navigation__arrow--right{border-radius:0 4px 0 0;border-left:1px solid var(--spw-colors-support-grey-grey-300)}@media (max-width: 768px){.spw-tabs-navigation-container--vertical-on-mobile .spw-tabs-navigation__arrow{display:none}}@media (max-width: 768px){.spw-tabs-navigation-container--vertical-on-mobile ::slotted(spw-tabs-navigation-item){display:block;border-bottom:1px solid var(--spw-colors-support-grey-grey-300);--spw-tabs-width:100%}}::slotted(spw-tabs-navigation-item){--spw-tabs-border-radius:0;--spw-tabs-margin-left:-1px}::slotted(spw-tabs-navigation-item:first-child){--spw-tabs-border-radius:4px 0 0 0;--spw-tabs-margin-left:0}::slotted(spw-tabs-navigation-item:last-child){--spw-tabs-border-radius:0 4px 0 0;--spw-tabs-margin-left:-1px}::slotted(spw-tabs-navigation-item.--active){--spw-tabs-border-radius:4px 4px 0 0}';export{s as spw_tabs_navigation}
@@ -1 +1 @@
1
- import{r as e,h as t,H as i,a as n}from"./p-DkNryMko.js";const s=class{constructor(t){e(this,t),this.state="default",this.isLast="false",this.variant="vertical",this.isDescriptionExpanded=!1,this.showToggle=!1,this.toggleDescription=()=>{this.isDescriptionExpanded=!this.isDescriptionExpanded}}get elementClass(){return{"spw-timeline-item":!0,[`spw-timeline-item--${this.state}`]:!0,[`spw-timeline-item--${this.variant}`]:!0}}renderLabel(){return this.label?t("div",{class:{"spw-timeline-item__label":!0,"spw-timeline-item__label--clickable":this.showToggle},onClick:this.showToggle?this.toggleDescription:void 0},t("span",{class:"spw-timeline-item__label-text"},this.label),this.description&&this.showToggle&&t("spw-icon",{icon:this.isDescriptionExpanded?"fa-chevron-up":"fa-chevron-down",class:"spw-timeline-item__label-toggle"})):null}componentDidLoad(){this.checkDescriptionHeight()}componentDidUpdate(){this.checkDescriptionHeight()}checkDescriptionHeight(){if(this.descriptionRef){const e=this.el.style.display,t="none"===e;t&&(this.el.style.display="block",this.el.style.visibility="hidden",this.el.style.position="absolute");const i=parseFloat(getComputedStyle(this.descriptionRef).lineHeight);this.showToggle=this.descriptionRef.scrollHeight>1.2*i,t&&(this.el.style.display=e,this.el.style.visibility="",this.el.style.position="")}}render(){const e="false"===this.isLast;return t(i,{key:"bed06990940bf27088d30acf046c7898b36d1867"},t("div",{key:"e0097fb58a7e949b624a3f849772c77452ff23e9",class:this.elementClass},t("div",{key:"650e758e17174fe9616e65f9988cd5da2b57a403",class:"spw-timeline-item__step"},t("div",{key:"531e0380dbabbee8106a08c12e68e7404860316b",class:"spw-timeline-item__icon"}),e&&t("div",{key:"51ecd63ea9e2dc2240c8a5a42a2cf0d53b1d5f1f",class:"spw-timeline-item__connector"})),t("div",{key:"7f3da2d7a0ee388eddcfefc8c1b57079c7968097",class:"spw-timeline-item__content"},this.renderLabel(),this.description&&t("div",{key:"a608d47b21e8e07f1ae10c63424c534dafc50a91",class:"spw-timeline-item__description-wrapper"},t("div",{key:"fdec9cbc5f723358d6244ae351e886e7a173371e",ref:e=>this.descriptionRef=e,class:{"spw-timeline-item__description":!0,"spw-timeline-item__description--collapsed":!this.isDescriptionExpanded}},this.description)),t("slot",{key:"0f999df3ae5f72eb9aa2e2933bb8f5a897983d62"}))))}get el(){return n(this)}};s.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:flex;flex:1;flex-direction:column;align-items:center}:host:last-child{flex:0}.spw-timeline-item{display:flex;flex-direction:column;align-items:center;width:100%}.spw-timeline-item--vertical{position:relative;flex-direction:row;align-items:flex-start;gap:16px}.spw-timeline-item__step{display:flex;align-items:center;width:100%;position:relative;justify-content:center;font-size:18px;line-height:1;font-weight:700}.spw-timeline-item__step spw-icon{font-size:16px}.spw-timeline-item--vertical .spw-timeline-item__step{position:static;flex-direction:column;align-items:flex-start;justify-content:start;flex:1}.spw-timeline-item__icon{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid;flex-shrink:0;z-index:1;background-color:white;transition:all 0.3s ease;position:relative;border-color:#d1d5db}.spw-timeline-item__icon svg{width:24px;height:24px}.spw-timeline-item__connector{position:absolute;left:50%;right:-50%;height:3px;transition:background-color 0.3s ease;background-color:#d1d5db}.spw-timeline-item--vertical .spw-timeline-item__connector{top:0;left:7px;right:auto;width:3px;height:calc(100% + 6px)}.spw-timeline-item__label{display:inline-flex;gap:8px;font-size:16px;font-weight:700;text-align:center;margin-top:4px;color:var(--spw-color-themes-grey-grey-900);padding:0 8px}.spw-timeline-item--vertical .spw-timeline-item__label{text-align:left}.spw-timeline-item__label--clickable{text-decoration:underline;cursor:pointer;user-select:none}.spw-timeline-item__label--clickable:hover{text-decoration:none}.spw-timeline-item__label-text{flex:1}.spw-timeline-item__description-wrapper{margin-top:4px;display:flex;flex-direction:column;align-items:center;gap:8px}.spw-timeline-item--vertical .spw-timeline-item__description-wrapper{align-items:flex-start}.spw-timeline-item__description{font-size:14px;text-align:center;color:var(--spw-color-themes-grey-grey-700);padding:0 8px;transition:all 0.3s ease}.spw-timeline-item--vertical .spw-timeline-item__description{text-align:left}.spw-timeline-item__description--collapsed{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.spw-timeline-item__toggle{cursor:pointer;font-size:20px;color:var(--spw-ds-primary);transition:transform 0.3s ease}.spw-timeline-item__toggle:hover{opacity:0.8}.spw-timeline-item--vertical .spw-timeline-item__content{margin-top:-6px;margin-bottom:8px}.spw-timeline-item--active .spw-timeline-item__icon{border-color:var(--spw-ds-primary);background-color:var(--spw-ds-primary);color:white}.spw-timeline-item--active .spw-timeline-item__label{color:var(--spw-ds-primary)}.spw-timeline-item--default .spw-timeline-item__icon{border-color:#d1d5db;background-color:white;color:#d1d5db}";export{s as spw_timeline_item}
1
+ import{r as e,h as t,H as i,a as n}from"./p-DkNryMko.js";const s=class{constructor(t){e(this,t),this.state="default",this.isLast="false",this.variant="vertical",this.isDescriptionExpanded=!1,this.showToggle=!1,this.toggleDescription=()=>{this.isDescriptionExpanded=!this.isDescriptionExpanded}}get elementClass(){return{"spw-timeline-item":!0,[`spw-timeline-item--${this.state}`]:!0,[`spw-timeline-item--${this.variant}`]:!0}}renderLabel(){return this.label?t("div",{class:{"spw-timeline-item__label":!0,"spw-timeline-item__label--clickable":this.showToggle},onClick:this.showToggle?this.toggleDescription:void 0},t("span",{class:"spw-timeline-item__label-text"},this.label),this.description&&this.showToggle&&t("spw-icon",{icon:this.isDescriptionExpanded?"fa-chevron-up":"fa-chevron-down",class:"spw-timeline-item__label-toggle"})):null}componentDidLoad(){this.checkDescriptionHeight()}componentDidUpdate(){this.checkDescriptionHeight()}checkDescriptionHeight(){if(this.descriptionRef){const e=this.el.style.display,t="none"===e;t&&(this.el.style.display="block",this.el.style.visibility="hidden",this.el.style.position="absolute");const i=parseFloat(getComputedStyle(this.descriptionRef).lineHeight);this.showToggle=this.descriptionRef.scrollHeight>1.2*i,t&&(this.el.style.display=e,this.el.style.visibility="",this.el.style.position="")}}render(){const e="false"===this.isLast;return t(i,{key:"3fed9e49527fe08bd1ae7fb0a135487855597ab4"},t("div",{key:"625842141c30cd19b812ed10c25054095b87ac80",class:this.elementClass},t("div",{key:"de965a59fdf9132967188ddb69e5fbde16550a88",class:"spw-timeline-item__step"},t("div",{key:"d7b97454d9c99a99dd79964e80a38c1165d0fe94",class:"spw-timeline-item__icon"}),e&&t("div",{key:"047b2c6161bebbd3ceef26ea3cdde932574b5c2b",class:"spw-timeline-item__connector"})),t("div",{key:"ab2c65952ea083472ff67be02f9b1da762d0ad93",class:"spw-timeline-item__content"},this.renderLabel(),this.description&&t("div",{key:"c4580ce71d4bad8e97896b7085557d27cbe51a75",class:"spw-timeline-item__description-wrapper"},t("div",{key:"605805d80b31a8cc8f2752c45c2d256f456231bb",ref:e=>this.descriptionRef=e,class:{"spw-timeline-item__description":!0,"spw-timeline-item__description--collapsed":!this.isDescriptionExpanded}},this.description)),t("slot",{key:"6397705468624fa23149897385f2a0437e5f9583"}))))}get el(){return n(this)}};s.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:flex;flex:1;flex-direction:column;align-items:center}:host:last-child{flex:0}.spw-timeline-item{display:flex;flex-direction:column;align-items:center;width:100%}.spw-timeline-item--vertical{position:relative;flex-direction:row;align-items:flex-start;gap:16px}.spw-timeline-item__step{display:flex;align-items:center;width:100%;position:relative;justify-content:center;font-size:18px;line-height:1;font-weight:700}.spw-timeline-item__step spw-icon{font-size:16px}.spw-timeline-item--vertical .spw-timeline-item__step{position:static;flex-direction:column;align-items:flex-start;justify-content:start;flex:1}.spw-timeline-item__icon{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid;flex-shrink:0;z-index:1;background-color:white;transition:all 0.3s ease;position:relative;border-color:#d1d5db}.spw-timeline-item__icon svg{width:24px;height:24px}.spw-timeline-item__connector{position:absolute;left:50%;right:-50%;height:3px;transition:background-color 0.3s ease;background-color:#d1d5db}.spw-timeline-item--vertical .spw-timeline-item__connector{top:0;left:7px;right:auto;width:3px;height:calc(100% + 6px)}.spw-timeline-item__label{display:inline-flex;gap:8px;font-size:16px;font-weight:700;text-align:center;margin-top:4px;color:var(--spw-color-themes-grey-grey-900);padding:0 8px}.spw-timeline-item--vertical .spw-timeline-item__label{text-align:left}.spw-timeline-item__label--clickable{text-decoration:underline;cursor:pointer;user-select:none}.spw-timeline-item__label--clickable:hover{text-decoration:none}.spw-timeline-item__label-text{flex:1}.spw-timeline-item__description-wrapper{margin-top:4px;display:flex;flex-direction:column;align-items:center;gap:8px}.spw-timeline-item--vertical .spw-timeline-item__description-wrapper{align-items:flex-start}.spw-timeline-item__description{font-size:14px;text-align:center;color:var(--spw-color-themes-grey-grey-700);padding:0 8px;transition:all 0.3s ease}.spw-timeline-item--vertical .spw-timeline-item__description{text-align:left}.spw-timeline-item__description--collapsed{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.spw-timeline-item__toggle{cursor:pointer;font-size:20px;color:var(--spw-ds-primary);transition:transform 0.3s ease}.spw-timeline-item__toggle:hover{opacity:0.8}.spw-timeline-item--vertical .spw-timeline-item__content{margin-top:-6px;margin-bottom:8px}.spw-timeline-item--active .spw-timeline-item__icon{border-color:var(--spw-ds-primary);background-color:var(--spw-ds-primary);color:white}.spw-timeline-item--active .spw-timeline-item__label{color:var(--spw-ds-primary)}.spw-timeline-item--default .spw-timeline-item__icon{border-color:#d1d5db;background-color:white;color:#d1d5db}";export{s as spw_timeline_item}
@@ -0,0 +1 @@
1
+ import{r as t,c as e,h as s,a as i}from"./p-DkNryMko.js";const o=class{constructor(s){t(this,s),this.valueChanged=e(this,"valueChanged",7),this.optionSelected=e(this,"optionSelected",7),this.value="",this.placeholder="Recherche...",this.size="medium",this.label="",this.required=!1,this.viewAllResults="Voir plus de résultats",this.viewAllResultsSubmit=!1,this.hasMoreResults=!0,this.noResults="Pas de résultats.",this.loadingText="Recherche en cours...",this.hasSubmitButton=!1,this.minCharacters=3,this.isLoading=!1,this.showDropdown=!0,this.tooltipDirection="top",this.tooltipCursor="help",this.filteredItems=[],this.parsedItems=[],this.searchText="",this.isOpen=!1,this.focusedItemIndex=null,this.dropdownDirection="down",this.showViewAll=!0,this.isSelectingItem=!1,this.handleClickOutside=t=>{if(this.isOpen){const e=t.composedPath()[0];this.hostElement.contains(e)||(this.isOpen=!1)}},this.handleValueChanged=t=>{const e=String(t.detail);this.isSelectingItem||(this.searchText=e,this.value=e,this.updateHiddenInput(),this.filterTimeout&&clearTimeout(this.filterTimeout),!this.searchText||this.searchText.length<this.minCharacters?this.isOpen=!1:(!this.isOpen&&this.showDropdown&&(this.isOpen=!0,this.determineDropdownDirection()),this.filterTimeout=setTimeout((()=>{this.filterItems()}),300)),this.valueChanged.emit(this.value))},this.handleSubmit=t=>{null==t||t.preventDefault();const e=this.el.closest("form");e&&e.requestSubmit()}}componentWillLoad(){this.parseItems(this.items),this.defaultValue=this.value,this.initializeFromValue(this.value),this.showViewAll=this.hasMoreResults}handleHasMoreResultsChange(t){this.showViewAll=t}componentDidLoad(){document.addEventListener("click",this.handleClickOutside),this.createHiddenInput()}createHiddenInput(){this.name&&(this.hiddenInput=document.createElement("input"),this.hiddenInput.type="hidden",this.hiddenInput.name=this.name,this.hiddenInput.value=this.value||"",this.el.appendChild(this.hiddenInput))}updateHiddenInput(){this.hiddenInput&&(this.hiddenInput.value=this.value||"")}initializeFromValue(t){if(!t)return void(this.searchText="");const e=this.parsedItems.find((e=>String(e.value)===t));this.searchText=e?e.label:t}disconnectedCallback(){document.removeEventListener("click",this.handleClickOutside),this.filterTimeout&&clearTimeout(this.filterTimeout)}async resetInput(){this.value=this.defaultValue||"",this.initializeFromValue(this.value),this.updateHiddenInput(),this.isOpen=!1,this.focusedItemIndex=null,this.valueChanged.emit(this.value)}async setValue(t){this.value=t,this.initializeFromValue(t),this.filterItems(),this.valueChanged.emit(this.value)}async getValue(){return this.value}async showViewAllResults(){this.showViewAll=!0}async hideViewAllResults(){this.showViewAll=!1}handleValueChange(t){this.initializeFromValue(null!=t?t:""),this.filterItems()}parseItems(t){if(!t)return this.parsedItems=[],void(this.filteredItems=[]);if(Array.isArray(t))this.parsedItems=t;else try{this.parsedItems=JSON.parse(t)}catch(e){console.error("Invalid JSON format for items:",t),this.parsedItems=[]}this.filteredItems=[...this.parsedItems]}filterItems(){if(!this.parsedItems.length)return void(this.filteredItems=[]);const t=this.normalizeString(this.searchText).split(/\s+/).filter(Boolean);this.filteredItems=this.parsedItems.filter(t.length?e=>{var s,i;if(e.disabled)return!1;const o=this.normalizeString(`${e.label} ${null!==(s=e.searchableText)&&void 0!==s?s:""} ${null!==(i=e.category)&&void 0!==i?i:""}`);return t.every((t=>o.includes(t)))}:t=>!t.disabled)}normalizeString(t){return t.normalize("NFD").replace(/[\u0300-\u036f]/g,"").toLowerCase()}selectItem(t){var e;this.isSelectingItem=!0,this.searchText=t.label,this.value=String(null!==(e=t.value)&&void 0!==e?e:t.label),this.isOpen=!1,this.focusedItemIndex=null,this.updateHiddenInput(),this.filterItems(),this.optionSelected.emit(t),this.valueChanged.emit(this.value),setTimeout((()=>{this.isSelectingItem=!1}),200),t.url&&(window.location.href=t.url)}determineDropdownDirection(){const t=this.hostElement.getBoundingClientRect(),e=window.innerHeight;this.dropdownDirection=t.bottom+200>e&&t.top>200?"up":"down"}handleKeyDown(t){switch(t.key){case"ArrowDown":t.preventDefault(),this.isOpen&&(this.focusedItemIndex=null===this.focusedItemIndex?0:(this.focusedItemIndex+1)%this.filteredItems.length);break;case"ArrowUp":t.preventDefault(),this.isOpen&&(this.focusedItemIndex=null===this.focusedItemIndex?this.filteredItems.length-1:(this.focusedItemIndex-1+this.filteredItems.length)%this.filteredItems.length);break;case"Enter":this.isOpen&&null!==this.focusedItemIndex?(t.preventDefault(),this.selectItem(this.filteredItems[this.focusedItemIndex])):this.hasSubmitButton&&(t.preventDefault(),this.handleSubmit(t));break;case"Escape":this.isOpen=!1}}highlightMatch(t){var e;const i=this.normalizeString(this.searchText).split(/\s+/).filter(Boolean);if(!i.length)return t;const o=Array.from(t).map((t=>this.normalizeString(t))),r=o.join(""),a=[];o.forEach(((t,e)=>{for(let s=0;s<t.length;s++)a.push(e)}));const n=[];for(const s of i){if(!s)continue;let i=0;for(;i<=r.length-s.length;){const o=r.indexOf(s,i);if(-1===o)break;const h=(null!==(e=a[o+s.length-1])&&void 0!==e?e:t.length-1)+1;n.push([a[o],h]),i=o+s.length}}if(!n.length)return t;n.sort(((t,e)=>t[0]-e[0]));const h=[n[0]];for(let t=1;t<n.length;t++){const e=h[h.length-1];n[t][0]<=e[1]?e[1]=Math.max(e[1],n[t][1]):h.push(n[t])}const l=[];let d=0;for(const[e,i]of h)e>d&&l.push(t.slice(d,e)),l.push(s("strong",null,t.slice(e,i))),d=i;return d<t.length&&l.push(t.slice(d)),s("span",null,l)}get elementClass(){return{"spw-search-field":!0,"spw-search-field--is-rounded":this.isRounded,"spw-search-field--has-submit-button":this.hasSubmitButton,"spw-search-field--is-open":this.isOpen,[`spw-search-field--${this.size}`]:!0}}render(){return s("div",{key:"060401db34655bb5b3bec93f5b818e6aa7b47102",ref:t=>this.hostElement=t,class:this.elementClass},this.label&&s("spw-field-label",{key:"a1800f04b056f0f79d3974c52a8c6d017ae4655a",label:this.label,name:this.name,required:this.required,tooltipTitle:this.tooltipTitle,tooltipText:this.tooltipText,tooltipMaxWidth:this.tooltipMaxWidth,tooltipDirection:this.tooltipDirection,tooltipCursor:this.tooltipCursor,onClick:()=>{var t;return null===(t=this.textFieldElement)||void 0===t?void 0:t.setFocus()}}),s("div",{key:"d9e2825baf141cb17c840a00a4affd92a23ae0f5",class:"spw-search-field__container"},s("spw-text-field",{key:"c8065e8f6f40a36ffa7787c1f885a2f668f4de4c",ref:t=>this.textFieldElement=t,placeholder:this.placeholder,name:this.name,size:this.size,"is-search":!0,"is-clear":!0,required:this.required,disabled:this.disabled,assistiveText:this.assistiveText,value:this.searchText,onValueChanged:this.handleValueChanged,onKeyDown:t=>this.handleKeyDown(t)}),this.hasSubmitButton&&s("button",{key:"44758a902c4dd685990e9fb91761b2f7cee021f4",type:"button",class:"spw-search-field__submit",onClick:this.handleSubmit,"aria-label":"Rechercher"})),this.showDropdown&&this.isOpen&&!!this.items&&s("div",{key:"1bda0dd7c9d5f8d7a42f58eb94682a6c8365ac1d",class:`spw-search-field__options spw-search-field__options--${this.dropdownDirection}`},!!this.filteredItems.length&&s("ul",{key:"65d7585bbebc194c70b04abdb0c37fb8f158c3f6"},this.filteredItems.map(((t,e)=>s("li",{class:{"spw-search-field__option":!0,"spw-search-field__option--focused":e===this.focusedItemIndex},onClick:()=>this.selectItem(t)},this.highlightMatch(t.label)," ",t.category&&s("span",{class:"spw-search-field__category"}," - ",t.category))))),this.isLoading&&s("p",{key:"6487b6e9d9bb2c69038c600d9fc6cb3fbe4e5239",class:"spw-search-field__loading"},s("spw-loading",{key:"0be7c015388bc6ea462021e2bed47edf2ffd1a40",text:this.loadingText})),!this.isLoading&&!this.filteredItems.length&&s("p",{key:"1c39bb50878da6904512663d95333cade5cb3f46",class:"spw-search-field__no-results"},this.noResults),!!this.filteredItems.length&&this.viewAllResults&&this.showViewAll&&s("p",{key:"0cba9739d0e6e208f8bc40b2719ade5d71d864b3",class:"spw-search-field__view-all"},s("a",{key:"61886707d6e20501fc5d90ee2b1053b9a17b8571",href:this.viewAllResultsLink,onClick:this.viewAllResultsSubmit?this.handleSubmit:void 0},this.viewAllResults," ",s("spw-icon",{key:"a3f3bd3d26c593511c045f5976a18e055205c494",icon:"fa-arrow-right"})))))}get el(){return i(this)}static get watchers(){return{hasMoreResults:[{handleHasMoreResultsChange:0}],value:[{handleValueChange:0}],items:[{parseItems:0}]}}};o.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}.spw-search-field{position:relative}.spw-search-field--large spw-text-field{--spw-input-height:54px;--spw-input-padding:16px 24px;--spw-input-radius:60px;--spw-input-border:transparent;--spw-input-icon-search-color:var(--spw-ds-primary)}.spw-search-field.spw-search-field--large.spw-search-field--is-open spw-text-field{--spw-input-radius:24px 24px 0 0}.spw-search-field--has-submit-button spw-text-field{--spw-input-padding-right:56px}.spw-search-field__container{position:relative}.spw-search-field__category{font-style:italic}.spw-search-field__submit{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:30px;height:30px;border:none;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;z-index:10}.spw-search-field__submit:focus,.spw-search-field__submit:focus-visible{outline:1px solid white;outline-offset:0;box-shadow:0 0 0 3px black}.spw-search-field--large .spw-search-field__submit{width:46px;height:46px;right:16px}.spw-search-field__options{position:absolute;width:100%;background-color:#fff;border:1px solid var(--spw-color-themes-grey-grey-800);border-radius:0 0 4px 4px;max-height:200px;overflow-y:auto}.spw-search-field__options::-webkit-scrollbar{width:14px;height:14px}.spw-search-field__options::-webkit-scrollbar-thumb{background:var(--spw-color-themes-grey-grey-400);border-radius:20px;border:4px solid var(--spw-ds-white)}.spw-search-field__options::-webkit-scrollbar-track{background:var(--spw-ds-white)}.spw-search-field__options{scrollbar-face-color:var(--spw-color-themes-grey-grey-400);scrollbar-track-color:var(--spw-ds-white)}.spw-search-field__options{z-index:44;margin-top:-2px;transition:transform 0.3s ease, opacity 0.3s ease}.spw-search-field--is-rounded .spw-search-field__options{border-radius:0 0 24px 24px;border:none}.spw-search-field--is-rounded .spw-search-field__options ul{padding:12px}.spw-search-field__options--down{top:100%;transform:translateY(0)}.spw-search-field__options--up{top:100%;transform:translateY(0)}.spw-search-field__option{padding:12px;color:var(--spw-color-themes-grey-grey-900);text-align:left;border-bottom:1px solid var(--spw-color-themes-grey-grey-900);cursor:pointer;transition:background-color 0.2s ease}.spw-search-field--is-rounded .spw-search-field__option{border-radius:12px;padding:12px;border-bottom:none}.spw-search-field__option:hover{background-color:var(--spw-color-themes-grey-grey-200)}.spw-search-field__option:last-child{border-bottom:none}.spw-search-field__option--focused{background-color:var(--spw-color-themes-grey-grey-300)}.spw-search-field__option--selected{font-weight:700}.spw-search-field__loading,.spw-search-field__no-results{padding:12px;cursor:not-allowed;text-align:left;color:var(--spw-color-themes-grey-grey-600)}.spw-search-field--is-rounded .spw-search-field__loading,.spw-search-field--is-rounded .spw-search-field__no-results{padding:24px}.spw-search-field__view-all{position:sticky;bottom:0;cursor:pointer;font-weight:700}.spw-search-field--is-rounded .spw-search-field__view-all{border-radius:12px;border-top:none}.spw-search-field__view-all a{color:black;background:white;border-top:1px solid var(--spw-color-themes-grey-grey-900)}.spw-search-field--is-rounded .spw-search-field__view-all a{color:var(--spw-ds-primary);padding:12px 24px 24px 24px;border-top:none}.spw-search-field__view-all a{text-decoration:underline;display:block;width:100%;padding:12px;display:inline-flex;justify-content:space-between}.spw-search-field__view-all a:hover{text-decoration:none}";export{o as spw_search_field}
@@ -1 +1 @@
1
- import{r as e,h as t,H as n}from"./p-DkNryMko.js";const i=class{constructor(t){e(this,t)}render(){return t(n,{key:"ba32d8351f460f3eb7a5243f8b7a838afa85fe71"},t("div",{key:"515717d2400c7aefb573e0e5f3b1f69be364c020",class:"spw-table-container"},t("slot",{key:"8d168442cd75f0556cb369e382fde91d7ecb223d"})))}};i.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}.spw-table-container{display:flex}";export{i as spw_table_container}
1
+ import{r as e,h as t,H as n}from"./p-DkNryMko.js";const i=class{constructor(t){e(this,t)}render(){return t(n,{key:"5edd5889a7ce84f37ff2a98d00a17e4285753e16"},t("div",{key:"8f098d27881912ccf26e622de578f5e8ca35a199",class:"spw-table-container"},t("slot",{key:"d1d754c6a175029aa701a0f3ffb74f99ee2fa58b"})))}};i.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}.spw-table-container{display:flex}";export{i as spw_table_container}