@porsche-design-system/components-react 3.30.0-rc.0 → 3.30.0-rc.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 (300) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/OSS_NOTICE +1635 -2257
  3. package/cjs/lib/components/flyout.wrapper.cjs +3 -3
  4. package/cjs/lib/components/multi-select.wrapper.cjs +3 -1
  5. package/cjs/lib/components/pin-code.wrapper.cjs +3 -1
  6. package/cjs/lib/components/radio-button-wrapper.wrapper.cjs +1 -0
  7. package/cjs/lib/components/radio-group-option.wrapper.cjs +26 -0
  8. package/cjs/lib/components/radio-group.wrapper.cjs +28 -0
  9. package/cjs/lib/components/segmented-control.wrapper.cjs +3 -1
  10. package/cjs/lib/components/select.wrapper.cjs +3 -1
  11. package/cjs/public-api.cjs +4 -0
  12. package/esm/BaseProps.d.ts +1 -1
  13. package/esm/lib/components/accordion.wrapper.d.ts +1 -1
  14. package/esm/lib/components/banner.wrapper.d.ts +1 -1
  15. package/esm/lib/components/button-group.wrapper.d.ts +1 -1
  16. package/esm/lib/components/button-pure.wrapper.d.ts +1 -1
  17. package/esm/lib/components/button-tile.wrapper.d.ts +1 -1
  18. package/esm/lib/components/button.wrapper.d.ts +1 -1
  19. package/esm/lib/components/canvas.wrapper.d.ts +1 -1
  20. package/esm/lib/components/carousel.wrapper.d.ts +1 -1
  21. package/esm/lib/components/checkbox-wrapper.wrapper.d.ts +1 -1
  22. package/esm/lib/components/checkbox.wrapper.d.ts +1 -1
  23. package/esm/lib/components/content-wrapper.wrapper.d.ts +1 -1
  24. package/esm/lib/components/crest.wrapper.d.ts +1 -1
  25. package/esm/lib/components/display.wrapper.d.ts +1 -1
  26. package/esm/lib/components/divider.wrapper.d.ts +1 -1
  27. package/esm/lib/components/drilldown-item.wrapper.d.ts +1 -1
  28. package/esm/lib/components/drilldown-link.wrapper.d.ts +1 -1
  29. package/esm/lib/components/drilldown.wrapper.d.ts +1 -1
  30. package/esm/lib/components/fieldset-wrapper.wrapper.d.ts +1 -1
  31. package/esm/lib/components/fieldset.wrapper.d.ts +1 -1
  32. package/esm/lib/components/flag.wrapper.d.ts +1 -1
  33. package/esm/lib/components/flex-item.wrapper.d.ts +1 -1
  34. package/esm/lib/components/flex.wrapper.d.ts +1 -1
  35. package/esm/lib/components/flyout.wrapper.d.ts +10 -2
  36. package/esm/lib/components/flyout.wrapper.mjs +3 -3
  37. package/esm/lib/components/grid-item.wrapper.d.ts +1 -1
  38. package/esm/lib/components/grid.wrapper.d.ts +1 -1
  39. package/esm/lib/components/heading.wrapper.d.ts +1 -1
  40. package/esm/lib/components/headline.wrapper.d.ts +1 -1
  41. package/esm/lib/components/icon.wrapper.d.ts +1 -1
  42. package/esm/lib/components/index.d.ts +2 -0
  43. package/esm/lib/components/inline-notification.wrapper.d.ts +1 -1
  44. package/esm/lib/components/input-date.wrapper.d.ts +1 -1
  45. package/esm/lib/components/input-email.wrapper.d.ts +1 -1
  46. package/esm/lib/components/input-number.wrapper.d.ts +1 -1
  47. package/esm/lib/components/input-password.wrapper.d.ts +1 -1
  48. package/esm/lib/components/input-search.wrapper.d.ts +1 -1
  49. package/esm/lib/components/input-tel.wrapper.d.ts +1 -1
  50. package/esm/lib/components/input-text.wrapper.d.ts +1 -1
  51. package/esm/lib/components/input-time.wrapper.d.ts +1 -1
  52. package/esm/lib/components/input-url.wrapper.d.ts +1 -1
  53. package/esm/lib/components/link-pure.wrapper.d.ts +1 -1
  54. package/esm/lib/components/link-social.wrapper.d.ts +1 -1
  55. package/esm/lib/components/link-tile-model-signature.wrapper.d.ts +1 -1
  56. package/esm/lib/components/link-tile-product.wrapper.d.ts +1 -1
  57. package/esm/lib/components/link-tile.wrapper.d.ts +1 -1
  58. package/esm/lib/components/link.wrapper.d.ts +1 -1
  59. package/esm/lib/components/marque.wrapper.d.ts +1 -1
  60. package/esm/lib/components/modal.wrapper.d.ts +1 -1
  61. package/esm/lib/components/model-signature.wrapper.d.ts +1 -1
  62. package/esm/lib/components/multi-select-option.wrapper.d.ts +1 -1
  63. package/esm/lib/components/multi-select.wrapper.d.ts +18 -2
  64. package/esm/lib/components/multi-select.wrapper.mjs +3 -1
  65. package/esm/lib/components/optgroup.wrapper.d.ts +1 -1
  66. package/esm/lib/components/pagination.wrapper.d.ts +1 -1
  67. package/esm/lib/components/pin-code.wrapper.d.ts +20 -4
  68. package/esm/lib/components/pin-code.wrapper.mjs +3 -1
  69. package/esm/lib/components/popover.wrapper.d.ts +1 -1
  70. package/esm/lib/components/radio-button-wrapper.wrapper.d.ts +2 -1
  71. package/esm/lib/components/radio-button-wrapper.wrapper.mjs +1 -0
  72. package/esm/lib/components/radio-group-option.wrapper.d.ts +37 -0
  73. package/esm/lib/components/radio-group-option.wrapper.mjs +24 -0
  74. package/esm/lib/components/radio-group.wrapper.d.ts +136 -0
  75. package/esm/lib/components/radio-group.wrapper.mjs +26 -0
  76. package/esm/lib/components/scroller.wrapper.d.ts +1 -1
  77. package/esm/lib/components/segmented-control-item.wrapper.d.ts +1 -1
  78. package/esm/lib/components/segmented-control.wrapper.d.ts +20 -4
  79. package/esm/lib/components/segmented-control.wrapper.mjs +3 -1
  80. package/esm/lib/components/select-option.wrapper.d.ts +1 -1
  81. package/esm/lib/components/select-wrapper.wrapper.d.ts +1 -1
  82. package/esm/lib/components/select.wrapper.d.ts +18 -2
  83. package/esm/lib/components/select.wrapper.mjs +3 -1
  84. package/esm/lib/components/sheet.wrapper.d.ts +1 -1
  85. package/esm/lib/components/spinner.wrapper.d.ts +1 -1
  86. package/esm/lib/components/stepper-horizontal-item.wrapper.d.ts +1 -1
  87. package/esm/lib/components/stepper-horizontal.wrapper.d.ts +1 -1
  88. package/esm/lib/components/switch.wrapper.d.ts +1 -1
  89. package/esm/lib/components/table-body.wrapper.d.ts +1 -1
  90. package/esm/lib/components/table-cell.wrapper.d.ts +1 -1
  91. package/esm/lib/components/table-head-cell.wrapper.d.ts +1 -1
  92. package/esm/lib/components/table-head-row.wrapper.d.ts +1 -1
  93. package/esm/lib/components/table-head.wrapper.d.ts +1 -1
  94. package/esm/lib/components/table-row.wrapper.d.ts +1 -1
  95. package/esm/lib/components/table.wrapper.d.ts +1 -1
  96. package/esm/lib/components/tabs-bar.wrapper.d.ts +1 -1
  97. package/esm/lib/components/tabs-item.wrapper.d.ts +1 -1
  98. package/esm/lib/components/tabs.wrapper.d.ts +1 -1
  99. package/esm/lib/components/tag-dismissible.wrapper.d.ts +1 -1
  100. package/esm/lib/components/tag.wrapper.d.ts +1 -1
  101. package/esm/lib/components/text-field-wrapper.wrapper.d.ts +1 -1
  102. package/esm/lib/components/text-list-item.wrapper.d.ts +1 -1
  103. package/esm/lib/components/text-list.wrapper.d.ts +1 -1
  104. package/esm/lib/components/text.wrapper.d.ts +1 -1
  105. package/esm/lib/components/textarea-wrapper.wrapper.d.ts +1 -1
  106. package/esm/lib/components/textarea.wrapper.d.ts +1 -1
  107. package/esm/lib/components/toast.wrapper.d.ts +1 -1
  108. package/esm/lib/components/wordmark.wrapper.d.ts +1 -1
  109. package/esm/lib/types.d.ts +17 -5
  110. package/esm/public-api.mjs +2 -0
  111. package/package.json +2 -2
  112. package/ssr/cjs/components/dist/styles/esm/styles-entry.cjs +420 -139
  113. package/ssr/cjs/components/dist/utils/esm/utils-entry.cjs +1 -1
  114. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/flyout.wrapper.cjs +4 -4
  115. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/multi-select.wrapper.cjs +3 -1
  116. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/pin-code.wrapper.cjs +3 -1
  117. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/radio-button-wrapper.wrapper.cjs +1 -0
  118. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/radio-group-option.wrapper.cjs +36 -0
  119. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/radio-group.wrapper.cjs +39 -0
  120. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/segmented-control.wrapper.cjs +3 -1
  121. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/select.wrapper.cjs +3 -1
  122. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button-tile.cjs +4 -2
  123. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flyout.cjs +1 -1
  124. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/label.cjs +1 -1
  125. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-tile.cjs +4 -2
  126. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/multi-select.cjs +1 -1
  127. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/pagination.cjs +2 -0
  128. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/pin-code.cjs +1 -1
  129. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-button-wrapper.cjs +2 -0
  130. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group-option.cjs +32 -0
  131. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group.cjs +44 -0
  132. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/select.cjs +1 -1
  133. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/public-api.cjs +4 -0
  134. package/ssr/esm/BaseProps.d.ts +1 -1
  135. package/ssr/esm/components/dist/styles/esm/styles-entry.mjs +365 -86
  136. package/ssr/esm/components/dist/utils/esm/utils-entry.mjs +1 -1
  137. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/flyout.wrapper.mjs +4 -4
  138. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/multi-select.wrapper.mjs +3 -1
  139. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/pin-code.wrapper.mjs +3 -1
  140. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/radio-button-wrapper.wrapper.mjs +1 -0
  141. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/radio-group-option.wrapper.mjs +34 -0
  142. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/radio-group.wrapper.mjs +37 -0
  143. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/segmented-control.wrapper.mjs +3 -1
  144. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/select.wrapper.mjs +3 -1
  145. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/accordion.mjs +2 -2
  146. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/banner.mjs +2 -2
  147. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button-group.mjs +2 -2
  148. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button-pure.mjs +2 -2
  149. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button-tile.mjs +5 -3
  150. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button.mjs +2 -2
  151. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/canvas.mjs +2 -2
  152. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/carousel.mjs +2 -2
  153. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/checkbox-wrapper.mjs +2 -2
  154. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/checkbox.mjs +2 -2
  155. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/content-wrapper.mjs +2 -2
  156. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/crest.mjs +2 -2
  157. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/display.mjs +2 -2
  158. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/divider.mjs +2 -2
  159. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/drilldown-item.mjs +2 -2
  160. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/drilldown-link.mjs +2 -2
  161. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/drilldown.mjs +2 -2
  162. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/fieldset-wrapper.mjs +2 -2
  163. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/fieldset.mjs +2 -2
  164. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flag.mjs +2 -2
  165. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flex-item.mjs +2 -2
  166. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flex.mjs +2 -2
  167. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flyout.mjs +2 -2
  168. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/grid-item.mjs +2 -2
  169. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/grid.mjs +2 -2
  170. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/heading.mjs +2 -2
  171. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/headline.mjs +2 -2
  172. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/icon.mjs +2 -2
  173. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/inline-notification.mjs +2 -2
  174. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-date.mjs +2 -2
  175. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-email.mjs +2 -2
  176. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-number.mjs +2 -2
  177. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-password.mjs +2 -2
  178. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-search.mjs +2 -2
  179. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-tel.mjs +2 -2
  180. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-text.mjs +2 -2
  181. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-time.mjs +2 -2
  182. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-url.mjs +2 -2
  183. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/label.mjs +1 -1
  184. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-pure.mjs +2 -2
  185. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-social.mjs +2 -2
  186. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-tile-model-signature.mjs +2 -2
  187. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-tile-product.mjs +2 -2
  188. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-tile.mjs +5 -3
  189. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link.mjs +2 -2
  190. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/marque.mjs +2 -2
  191. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/modal.mjs +2 -2
  192. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/model-signature.mjs +2 -2
  193. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/multi-select-option.mjs +2 -2
  194. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/multi-select.mjs +3 -3
  195. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/optgroup.mjs +2 -2
  196. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/pagination.mjs +4 -2
  197. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/pin-code.mjs +3 -3
  198. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/popover.mjs +2 -2
  199. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-button-wrapper.mjs +4 -2
  200. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group-option.mjs +30 -0
  201. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group.mjs +42 -0
  202. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/select.mjs +1 -1
  203. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/public-api.mjs +2 -0
  204. package/ssr/esm/lib/components/accordion.wrapper.d.ts +1 -1
  205. package/ssr/esm/lib/components/banner.wrapper.d.ts +1 -1
  206. package/ssr/esm/lib/components/button-group.wrapper.d.ts +1 -1
  207. package/ssr/esm/lib/components/button-pure.wrapper.d.ts +1 -1
  208. package/ssr/esm/lib/components/button-tile.wrapper.d.ts +1 -1
  209. package/ssr/esm/lib/components/button.wrapper.d.ts +1 -1
  210. package/ssr/esm/lib/components/canvas.wrapper.d.ts +1 -1
  211. package/ssr/esm/lib/components/carousel.wrapper.d.ts +1 -1
  212. package/ssr/esm/lib/components/checkbox-wrapper.wrapper.d.ts +1 -1
  213. package/ssr/esm/lib/components/checkbox.wrapper.d.ts +1 -1
  214. package/ssr/esm/lib/components/content-wrapper.wrapper.d.ts +1 -1
  215. package/ssr/esm/lib/components/crest.wrapper.d.ts +1 -1
  216. package/ssr/esm/lib/components/display.wrapper.d.ts +1 -1
  217. package/ssr/esm/lib/components/divider.wrapper.d.ts +1 -1
  218. package/ssr/esm/lib/components/drilldown-item.wrapper.d.ts +1 -1
  219. package/ssr/esm/lib/components/drilldown-link.wrapper.d.ts +1 -1
  220. package/ssr/esm/lib/components/drilldown.wrapper.d.ts +1 -1
  221. package/ssr/esm/lib/components/fieldset-wrapper.wrapper.d.ts +1 -1
  222. package/ssr/esm/lib/components/fieldset.wrapper.d.ts +1 -1
  223. package/ssr/esm/lib/components/flag.wrapper.d.ts +1 -1
  224. package/ssr/esm/lib/components/flex-item.wrapper.d.ts +1 -1
  225. package/ssr/esm/lib/components/flex.wrapper.d.ts +1 -1
  226. package/ssr/esm/lib/components/flyout.wrapper.d.ts +10 -2
  227. package/ssr/esm/lib/components/grid-item.wrapper.d.ts +1 -1
  228. package/ssr/esm/lib/components/grid.wrapper.d.ts +1 -1
  229. package/ssr/esm/lib/components/heading.wrapper.d.ts +1 -1
  230. package/ssr/esm/lib/components/headline.wrapper.d.ts +1 -1
  231. package/ssr/esm/lib/components/icon.wrapper.d.ts +1 -1
  232. package/ssr/esm/lib/components/index.d.ts +2 -0
  233. package/ssr/esm/lib/components/inline-notification.wrapper.d.ts +1 -1
  234. package/ssr/esm/lib/components/input-date.wrapper.d.ts +1 -1
  235. package/ssr/esm/lib/components/input-email.wrapper.d.ts +1 -1
  236. package/ssr/esm/lib/components/input-number.wrapper.d.ts +1 -1
  237. package/ssr/esm/lib/components/input-password.wrapper.d.ts +1 -1
  238. package/ssr/esm/lib/components/input-search.wrapper.d.ts +1 -1
  239. package/ssr/esm/lib/components/input-tel.wrapper.d.ts +1 -1
  240. package/ssr/esm/lib/components/input-text.wrapper.d.ts +1 -1
  241. package/ssr/esm/lib/components/input-time.wrapper.d.ts +1 -1
  242. package/ssr/esm/lib/components/input-url.wrapper.d.ts +1 -1
  243. package/ssr/esm/lib/components/link-pure.wrapper.d.ts +1 -1
  244. package/ssr/esm/lib/components/link-social.wrapper.d.ts +1 -1
  245. package/ssr/esm/lib/components/link-tile-model-signature.wrapper.d.ts +1 -1
  246. package/ssr/esm/lib/components/link-tile-product.wrapper.d.ts +1 -1
  247. package/ssr/esm/lib/components/link-tile.wrapper.d.ts +1 -1
  248. package/ssr/esm/lib/components/link.wrapper.d.ts +1 -1
  249. package/ssr/esm/lib/components/marque.wrapper.d.ts +1 -1
  250. package/ssr/esm/lib/components/modal.wrapper.d.ts +1 -1
  251. package/ssr/esm/lib/components/model-signature.wrapper.d.ts +1 -1
  252. package/ssr/esm/lib/components/multi-select-option.wrapper.d.ts +1 -1
  253. package/ssr/esm/lib/components/multi-select.wrapper.d.ts +18 -2
  254. package/ssr/esm/lib/components/optgroup.wrapper.d.ts +1 -1
  255. package/ssr/esm/lib/components/pagination.wrapper.d.ts +1 -1
  256. package/ssr/esm/lib/components/pin-code.wrapper.d.ts +20 -4
  257. package/ssr/esm/lib/components/popover.wrapper.d.ts +1 -1
  258. package/ssr/esm/lib/components/radio-button-wrapper.wrapper.d.ts +2 -1
  259. package/ssr/esm/lib/components/radio-group-option.wrapper.d.ts +37 -0
  260. package/ssr/esm/lib/components/radio-group.wrapper.d.ts +136 -0
  261. package/ssr/esm/lib/components/scroller.wrapper.d.ts +1 -1
  262. package/ssr/esm/lib/components/segmented-control-item.wrapper.d.ts +1 -1
  263. package/ssr/esm/lib/components/segmented-control.wrapper.d.ts +20 -4
  264. package/ssr/esm/lib/components/select-option.wrapper.d.ts +1 -1
  265. package/ssr/esm/lib/components/select-wrapper-dropdown.wrapper.d.ts +1 -1
  266. package/ssr/esm/lib/components/select-wrapper.wrapper.d.ts +1 -1
  267. package/ssr/esm/lib/components/select.wrapper.d.ts +18 -2
  268. package/ssr/esm/lib/components/sheet.wrapper.d.ts +1 -1
  269. package/ssr/esm/lib/components/spinner.wrapper.d.ts +1 -1
  270. package/ssr/esm/lib/components/stepper-horizontal-item.wrapper.d.ts +1 -1
  271. package/ssr/esm/lib/components/stepper-horizontal.wrapper.d.ts +1 -1
  272. package/ssr/esm/lib/components/switch.wrapper.d.ts +1 -1
  273. package/ssr/esm/lib/components/table-body.wrapper.d.ts +1 -1
  274. package/ssr/esm/lib/components/table-cell.wrapper.d.ts +1 -1
  275. package/ssr/esm/lib/components/table-head-cell.wrapper.d.ts +1 -1
  276. package/ssr/esm/lib/components/table-head-row.wrapper.d.ts +1 -1
  277. package/ssr/esm/lib/components/table-head.wrapper.d.ts +1 -1
  278. package/ssr/esm/lib/components/table-row.wrapper.d.ts +1 -1
  279. package/ssr/esm/lib/components/table.wrapper.d.ts +1 -1
  280. package/ssr/esm/lib/components/tabs-bar.wrapper.d.ts +1 -1
  281. package/ssr/esm/lib/components/tabs-item.wrapper.d.ts +1 -1
  282. package/ssr/esm/lib/components/tabs.wrapper.d.ts +1 -1
  283. package/ssr/esm/lib/components/tag-dismissible.wrapper.d.ts +1 -1
  284. package/ssr/esm/lib/components/tag.wrapper.d.ts +1 -1
  285. package/ssr/esm/lib/components/text-field-wrapper.wrapper.d.ts +1 -1
  286. package/ssr/esm/lib/components/text-list-item.wrapper.d.ts +1 -1
  287. package/ssr/esm/lib/components/text-list.wrapper.d.ts +1 -1
  288. package/ssr/esm/lib/components/text.wrapper.d.ts +1 -1
  289. package/ssr/esm/lib/components/textarea-wrapper.wrapper.d.ts +1 -1
  290. package/ssr/esm/lib/components/textarea.wrapper.d.ts +1 -1
  291. package/ssr/esm/lib/components/toast.wrapper.d.ts +1 -1
  292. package/ssr/esm/lib/components/wordmark.wrapper.d.ts +1 -1
  293. package/ssr/esm/lib/dsr-components/button-tile.d.ts +2 -0
  294. package/ssr/esm/lib/dsr-components/label.d.ts +5 -0
  295. package/ssr/esm/lib/dsr-components/link-tile.d.ts +2 -0
  296. package/ssr/esm/lib/dsr-components/radio-button-wrapper.d.ts +2 -0
  297. package/ssr/esm/lib/dsr-components/radio-group-option.d.ts +8 -0
  298. package/ssr/esm/lib/dsr-components/radio-group.d.ts +19 -0
  299. package/ssr/esm/lib/types.d.ts +17 -5
  300. package/tailwindcss/index.css +6 -6
@@ -1,13 +1,13 @@
1
1
  import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
2
2
  import { Component } from 'react';
3
3
  import { minifyCss } from '../../minifyCss.mjs';
4
- import { getFlagCss as getComponentCss$12 } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
4
+ import { getFlagCss as getComponentCss$14 } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
5
5
  import { parseAndGetAriaAttributes, buildFlagUrl } from '../../../../../../components/dist/utils/esm/utils-entry.mjs';
6
6
 
7
7
  class DSRFlag extends Component {
8
8
  host;
9
9
  render() {
10
- const style = minifyCss(getComponentCss$12(this.props.size));
10
+ const style = minifyCss(getComponentCss$14(this.props.size));
11
11
  return (jsx(Fragment, { children: jsxs("template", { shadowroot: "open", shadowrootmode: "open", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx("img", { src: buildFlagUrl(this.props.name), width: 24, height: 24, loading: "lazy", alt: parseAndGetAriaAttributes(this.props.aria)?.['aria-label'] ?? '' })] }) }));
12
12
  }
13
13
  }
@@ -2,7 +2,7 @@ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
2
  import { splitChildren } from '../../splitChildren.mjs';
3
3
  import { Component } from 'react';
4
4
  import { minifyCss } from '../../minifyCss.mjs';
5
- import { getFlexItemCss as getComponentCss$11 } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
5
+ import { getFlexItemCss as getComponentCss$13 } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
6
 
7
7
  /**
8
8
  * @slot {"name": "", "description": "Default slot for the main content." }
@@ -12,7 +12,7 @@ class DSRFlexItem extends Component {
12
12
  host;
13
13
  render() {
14
14
  splitChildren(this.props.children);
15
- const style = minifyCss(getComponentCss$11(this.props.width, this.props.offset, this.props.alignSelf, this.props.grow, this.props.shrink, this.props.flex));
15
+ const style = minifyCss(getComponentCss$13(this.props.width, this.props.offset, this.props.alignSelf, this.props.grow, this.props.shrink, this.props.flex));
16
16
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx("slot", {})] }), this.props.children] }));
17
17
  }
18
18
  }
@@ -2,7 +2,7 @@ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
2
  import { splitChildren } from '../../splitChildren.mjs';
3
3
  import { Component } from 'react';
4
4
  import { minifyCss } from '../../minifyCss.mjs';
5
- import { getFlexCss as getComponentCss$10 } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
5
+ import { getFlexCss as getComponentCss$12 } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
6
 
7
7
  /**
8
8
  * @slot {"name": "", "description": "Default slot for the flex items." }
@@ -12,7 +12,7 @@ class DSRFlex extends Component {
12
12
  host;
13
13
  render() {
14
14
  splitChildren(this.props.children);
15
- const style = minifyCss(getComponentCss$10(this.props.inline, this.props.wrap, this.props.direction, this.props.justifyContent, this.props.alignItems, this.props.alignContent));
15
+ const style = minifyCss(getComponentCss$12(this.props.inline, this.props.wrap, this.props.direction, this.props.justifyContent, this.props.alignItems, this.props.alignContent));
16
16
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx("slot", {})] }), this.props.children] }));
17
17
  }
18
18
  }
@@ -3,7 +3,7 @@ import { Component } from 'react';
3
3
  import '../../provider.mjs';
4
4
  import { splitChildren } from '../../splitChildren.mjs';
5
5
  import { minifyCss } from '../../minifyCss.mjs';
6
- import { getFlyoutCss as getComponentCss$$ } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
+ import { getFlyoutCss as getComponentCss$11 } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
7
7
  import { parseAndGetAriaAttributes } from '../../../../../../components/dist/utils/esm/utils-entry.mjs';
8
8
  import { PButton } from '../components/button.wrapper.mjs';
9
9
 
@@ -33,7 +33,7 @@ class DSRFlyout extends Component {
33
33
  const hasHeader = namedSlotChildren.filter(({ props: { slot } }) => slot === 'header').length > 0;
34
34
  const hasFooter = namedSlotChildren.filter(({ props: { slot } }) => slot === 'footer').length > 0;
35
35
  const hasSubFooter = namedSlotChildren.filter(({ props: { slot } }) => slot === 'sub-footer').length > 0;
36
- const style = minifyCss(getComponentCss$$(this.props.open, (positionDeprecationMap[this.props.position] || this.props.position), hasHeader, hasFooter, hasSubFooter, this.props.footerBehavior, this.props.theme));
36
+ const style = minifyCss(getComponentCss$11(this.props.open, this.props.backdrop, (positionDeprecationMap[this.props.position] || this.props.position), hasHeader, hasFooter, hasSubFooter, this.props.footerBehavior, this.props.theme));
37
37
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx("dialog", { tabIndex: -1, ...parseAndGetAriaAttributes({
38
38
  'aria-modal': true,
39
39
  ...{ 'aria-label': hasHeader ? namedSlotChildren.find(({ props: { slot } }) => slot === 'header')?.props.children : 'Flyout' },
@@ -2,7 +2,7 @@ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
2
  import { splitChildren } from '../../splitChildren.mjs';
3
3
  import { Component } from 'react';
4
4
  import { minifyCss } from '../../minifyCss.mjs';
5
- import { getGridItemCss as getComponentCss$_ } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
5
+ import { getGridItemCss as getComponentCss$10 } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
6
 
7
7
  /**
8
8
  * @slot {"name": "", "description": "Default slot to render the content." }
@@ -13,7 +13,7 @@ class DSRGridItem extends Component {
13
13
  host;
14
14
  render() {
15
15
  splitChildren(this.props.children);
16
- const style = minifyCss(getComponentCss$_(this.props.size, this.props.offset));
16
+ const style = minifyCss(getComponentCss$10(this.props.size, this.props.offset));
17
17
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx("slot", {})] }), this.props.children] }));
18
18
  }
19
19
  }
@@ -2,7 +2,7 @@ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
2
  import { splitChildren } from '../../splitChildren.mjs';
3
3
  import { Component } from 'react';
4
4
  import { minifyCss } from '../../minifyCss.mjs';
5
- import { getGridCss as getComponentCss$Z } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
5
+ import { getGridCss as getComponentCss$$ } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
6
 
7
7
  /**
8
8
  * @slot {"name": "", "description": "Default slot to render p-grid-item tags." }
@@ -16,7 +16,7 @@ class DSRGrid extends Component {
16
16
  const manipulatedChildren = children.map((child) => typeof child === 'object' && 'props' in child && otherChildren.includes(child)
17
17
  ? { ...child, props: { ...child.props, gutter: this.props.gutter } }
18
18
  : child);
19
- const style = minifyCss(getComponentCss$Z(this.props.direction, this.props.wrap));
19
+ const style = minifyCss(getComponentCss$$(this.props.direction, this.props.wrap));
20
20
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx("slot", {})] }), manipulatedChildren] }));
21
21
  }
22
22
  }
@@ -2,7 +2,7 @@ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
2
  import { splitChildren } from '../../splitChildren.mjs';
3
3
  import { Component } from 'react';
4
4
  import { minifyCss } from '../../minifyCss.mjs';
5
- import { getHeadingCss as getComponentCss$Y } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
5
+ import { getHeadingCss as getComponentCss$_ } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
6
  import { getHeadingTagType } from '../../../../../../components/dist/utils/esm/utils-entry.mjs';
7
7
 
8
8
  /**
@@ -17,7 +17,7 @@ class DSRHeading extends Component {
17
17
  right: 'end',
18
18
  };
19
19
  const TagType = getHeadingTagType(null, this.props.size, this.props.tag);
20
- const style = minifyCss(getComponentCss$Y(this.props.size, (alignDeprecationMap[this.props.align] || this.props.align), this.props.color, this.props.ellipsis, this.props.theme));
20
+ const style = minifyCss(getComponentCss$_(this.props.size, (alignDeprecationMap[this.props.align] || this.props.align), this.props.color, this.props.ellipsis, this.props.theme));
21
21
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx(TagType, { className: "root", children: jsx("slot", {}) })] }), this.props.children] }));
22
22
  }
23
23
  }
@@ -2,7 +2,7 @@ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
2
  import { splitChildren } from '../../splitChildren.mjs';
3
3
  import { Component } from 'react';
4
4
  import { minifyCss } from '../../minifyCss.mjs';
5
- import { getHeadlineCss as getComponentCss$X } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
5
+ import { getHeadlineCss as getComponentCss$Z } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
6
  import { getHeadlineTagType } from '../../../../../../components/dist/utils/esm/utils-entry.mjs';
7
7
 
8
8
  /**
@@ -19,7 +19,7 @@ class DSRHeadline extends Component {
19
19
  right: 'end',
20
20
  };
21
21
  const TagType = getHeadlineTagType(null, this.props.variant, this.props.tag);
22
- const style = minifyCss(getComponentCss$X(this.props.variant, (alignDeprecationMap[this.props.align] || this.props.align), this.props.color, this.props.ellipsis, this.props.theme));
22
+ const style = minifyCss(getComponentCss$Z(this.props.variant, (alignDeprecationMap[this.props.align] || this.props.align), this.props.color, this.props.ellipsis, this.props.theme));
23
23
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx(TagType, { className: "root", children: jsx("slot", {}) })] }), this.props.children] }));
24
24
  }
25
25
  }
@@ -1,7 +1,7 @@
1
1
  import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
2
2
  import { Component } from 'react';
3
3
  import { minifyCss } from '../../minifyCss.mjs';
4
- import { getIconCss as getComponentCss$W } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
4
+ import { getIconCss as getComponentCss$Y } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
5
5
  import { parseAndGetAriaAttributes, buildIconUrl } from '../../../../../../components/dist/utils/esm/utils-entry.mjs';
6
6
 
7
7
  class DSRIcon extends Component {
@@ -15,7 +15,7 @@ class DSRIcon extends Component {
15
15
  'neutral-contrast-high': 'contrast-high',
16
16
  'notification-neutral': 'notification-info',
17
17
  };
18
- const style = minifyCss(getComponentCss$W(this.props.name, this.props.source, (deprecationMap[this.props.color] || this.props.color), this.props.size, this.props.theme));
18
+ const style = minifyCss(getComponentCss$Y(this.props.name, this.props.source, (deprecationMap[this.props.color] || this.props.color), this.props.size, this.props.theme));
19
19
  return (jsx(Fragment, { children: jsxs("template", { shadowroot: "open", shadowrootmode: "open", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx("img", { src: buildIconUrl(this.props.source || this.props.name), width: 24, height: 24, loading: "lazy", alt: parseAndGetAriaAttributes(this.props.aria)?.['aria-label'] ?? '' })] }) }));
20
20
  }
21
21
  }
@@ -3,7 +3,7 @@ import { Component } from 'react';
3
3
  import '../../provider.mjs';
4
4
  import { splitChildren } from '../../splitChildren.mjs';
5
5
  import { minifyCss } from '../../minifyCss.mjs';
6
- import { getInlineNotificationCss as getComponentCss$V } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
+ import { getInlineNotificationCss as getComponentCss$X } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
7
7
  import { getInlineNotificationIconName, getContentAriaAttributes } from '../../../../../../components/dist/utils/esm/utils-entry.mjs';
8
8
  import { PButton } from '../components/button.wrapper.mjs';
9
9
  import { PButtonPure } from '../components/button-pure.wrapper.mjs';
@@ -24,7 +24,7 @@ class DSRInlineNotification extends Component {
24
24
  const labelId = 'label';
25
25
  const descriptionId = 'description';
26
26
  const Heading = this.props.headingTag;
27
- const style = minifyCss(getComponentCss$V(this.props.state, !!this.props.actionLabel, this.hasDismissButton, this.props.theme));
27
+ const style = minifyCss(getComponentCss$X(this.props.state, !!this.props.actionLabel, this.hasDismissButton, this.props.theme));
28
28
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsxs(Fragment, { children: [jsx(PIcon, { className: "icon", name: getInlineNotificationIconName(this.props.state), color: `notification-${this.props.state}`, theme: this.props.theme, "aria-hidden": "true" }), jsxs("div", { id: bannerId, className: "content", ...getContentAriaAttributes(this.props.state, labelId, descriptionId), children: [(this.props.heading || namedSlotChildren.filter(({ props: { slot } }) => slot === 'heading').length > 0) &&
29
29
  (this.props.heading ? (jsx(Heading, { id: labelId, className: "heading", children: this.props.heading })) : (jsx("slot", { name: "heading" }))), jsx("p", { id: descriptionId, className: "description", children: this.props.description || jsx("slot", {}) })] }), this.props.actionLabel && (jsx(PButtonPure, { className: "action", theme: this.props.theme, icon: this.props.actionIcon, loading: this.props.actionLoading, children: this.props.actionLabel })), this.hasDismissButton && (jsx(PButton, { className: "close", type: "button", variant: "ghost", icon: "close", theme: this.props.theme, hideLabel: true, "aria-controls": bannerId, children: "Close notification" }))] })] }), this.props.children] }));
30
30
  }
@@ -3,7 +3,7 @@ import { Component } from 'react';
3
3
  import '../../provider.mjs';
4
4
  import { splitChildren } from '../../splitChildren.mjs';
5
5
  import { minifyCss } from '../../minifyCss.mjs';
6
- import { getInputDateCss as getComponentCss$U } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
+ import { getInputDateCss as getComponentCss$W } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
7
7
  import { hasShowPickerSupport } from '../../../../../../components/dist/utils/esm/utils-entry.mjs';
8
8
  import { PButtonPure } from '../components/button-pure.wrapper.mjs';
9
9
  import { InputBase } from './input-base.mjs';
@@ -32,7 +32,7 @@ class DSRInputDate extends Component {
32
32
  }
33
33
  render() {
34
34
  splitChildren(this.props.children);
35
- const style = minifyCss(getComponentCss$U(this.props.disabled, this.props.loading, this.props.hideLabel, this.props.state, this.props.compact, this.props.readOnly, this.props.theme));
35
+ const style = minifyCss(getComponentCss$W(this.props.disabled, this.props.loading, this.props.hideLabel, this.props.state, this.props.compact, this.props.readOnly, this.props.theme));
36
36
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", shadowrootdelegatesfocus: "true", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx(InputBase, { children: this.props.children, host: null, label: this.props.label, description: this.props.description, id: "input-date", name: this.props.name, form: this.props.form, type: "date", required: this.props.required, max: this.props.max, min: this.props.min, value: this.props.value, readOnly: this.props.readOnly, autoComplete: this.props.autoComplete, disabled: this.props.disabled, state: this.props.state, message: this.props.message, theme: this.props.theme, step: this.props.step, loading: this.props.loading, initialLoading: this.props.initialLoading, ...(hasShowPickerSupport() && {
37
37
  end: (jsx(PButtonPure, { hideLabel: true, theme: this.props.theme, className: "button", type: "button", icon: "calendar", disabled: this.props.disabled || this.props.readOnly, children: "Open date picker" })),
38
38
  }) })] }), this.props.children] }));
@@ -3,7 +3,7 @@ import { Component } from 'react';
3
3
  import '../../provider.mjs';
4
4
  import { splitChildren } from '../../splitChildren.mjs';
5
5
  import { minifyCss } from '../../minifyCss.mjs';
6
- import { getInputEmailCss as getComponentCss$T } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
+ import { getInputEmailCss as getComponentCss$V } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
7
7
  import { PIcon } from '../components/icon.wrapper.mjs';
8
8
  import { InputBase } from './input-base.mjs';
9
9
 
@@ -31,7 +31,7 @@ class DSRInputEmail extends Component {
31
31
  }
32
32
  render() {
33
33
  splitChildren(this.props.children);
34
- const style = minifyCss(getComponentCss$T(this.props.disabled, this.props.loading, this.props.hideLabel, this.props.state, this.props.compact, this.props.readOnly, this.props.theme));
34
+ const style = minifyCss(getComponentCss$V(this.props.disabled, this.props.loading, this.props.hideLabel, this.props.state, this.props.compact, this.props.readOnly, this.props.theme));
35
35
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", shadowrootdelegatesfocus: "true", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx(InputBase, { children: this.props.children, host: null, label: this.props.label, description: this.props.description, id: "input-email", name: this.props.name, form: this.props.form, type: "email", required: this.props.required, placeholder: this.props.placeholder, maxLength: this.props.maxLength, minLength: this.props.minLength, value: this.props.value, readOnly: this.props.readOnly, autoComplete: this.props.autoComplete, disabled: this.props.disabled, state: this.props.state, message: this.props.message, theme: this.props.theme, loading: this.props.loading, pattern: this.props.pattern, multiple: this.props.multiple, initialLoading: this.props.initialLoading, ...(this.props.indicator && {
36
36
  start: jsx(PIcon, { "aria-hidden": "true", name: "email", color: "state-disabled", theme: this.props.theme }),
37
37
  }) })] }), this.props.children] }));
@@ -3,7 +3,7 @@ import { Component } from 'react';
3
3
  import '../../provider.mjs';
4
4
  import { splitChildren } from '../../splitChildren.mjs';
5
5
  import { minifyCss } from '../../minifyCss.mjs';
6
- import { getInputNumberCss as getComponentCss$S } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
+ import { getInputNumberCss as getComponentCss$U } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
7
7
  import { PButtonPure } from '../components/button-pure.wrapper.mjs';
8
8
  import { InputBase } from './input-base.mjs';
9
9
 
@@ -31,7 +31,7 @@ class DSRInputNumber extends Component {
31
31
  }
32
32
  render() {
33
33
  splitChildren(this.props.children);
34
- const style = minifyCss(getComponentCss$S(this.props.disabled, this.props.loading, this.props.hideLabel, this.props.state, this.props.compact, this.props.readOnly, this.props.theme, this.props.controls));
34
+ const style = minifyCss(getComponentCss$U(this.props.disabled, this.props.loading, this.props.hideLabel, this.props.state, this.props.compact, this.props.readOnly, this.props.theme, this.props.controls));
35
35
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", shadowrootdelegatesfocus: "true", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx(InputBase, { children: this.props.children, host: null, label: this.props.label, description: this.props.description, id: "input-number" // prevent React default scroll-to-[increment|decrement] on number inputs
36
36
  , name: this.props.name, form: this.props.form, type: "number", required: this.props.required, placeholder: this.props.placeholder, max: this.props.max, min: this.props.min, value: this.props.value, readOnly: this.props.readOnly, autoComplete: this.props.autoComplete, disabled: this.props.disabled, state: this.props.state, message: this.props.message, theme: this.props.theme, step: this.props.step, loading: this.props.loading, initialLoading: this.props.initialLoading, ...(this.props.controls && {
37
37
  end: (jsxs(Fragment, { children: [jsxs(PButtonPure, { tabIndex: -1, hideLabel: true, theme: this.props.theme, className: "button", type: "button", icon: "minus", disabled: this.props.disabled || this.props.readOnly, children: ["Decrement value by ", this.props.step] }), jsxs(PButtonPure, { tabIndex: -1, hideLabel: true, theme: this.props.theme, className: "button", type: "button", icon: "plus", disabled: this.props.disabled || this.props.readOnly, children: ["Increment value by ", this.props.step] })] })),
@@ -3,7 +3,7 @@ import { Component } from 'react';
3
3
  import '../../provider.mjs';
4
4
  import { splitChildren } from '../../splitChildren.mjs';
5
5
  import { minifyCss } from '../../minifyCss.mjs';
6
- import { getInputPasswordCss as getComponentCss$R } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
+ import { getInputPasswordCss as getComponentCss$T } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
7
7
  import { PButtonPure } from '../components/button-pure.wrapper.mjs';
8
8
  import { InputBase } from './input-base.mjs';
9
9
 
@@ -32,7 +32,7 @@ class DSRInputPassword extends Component {
32
32
  }
33
33
  render() {
34
34
  splitChildren(this.props.children);
35
- const style = minifyCss(getComponentCss$R(this.props.disabled, this.props.loading, this.props.hideLabel, this.props.state, this.props.toggle, this.props.compact, this.props.readOnly, this.props.theme));
35
+ const style = minifyCss(getComponentCss$T(this.props.disabled, this.props.loading, this.props.hideLabel, this.props.state, this.props.toggle, this.props.compact, this.props.readOnly, this.props.theme));
36
36
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", shadowrootdelegatesfocus: "true", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx(InputBase, { children: this.props.children, host: null, label: this.props.label, description: this.props.description, id: "input-password", name: this.props.name, form: this.props.form, type: this.props.showPassword ? 'text' : 'password', required: this.props.required, placeholder: this.props.placeholder, maxLength: this.props.maxLength, minLength: this.props.minLength, value: this.props.value, readOnly: this.props.readOnly, autoComplete: this.props.autoComplete, disabled: this.props.disabled, state: this.props.state, message: this.props.message, theme: this.props.theme, loading: this.props.loading, initialLoading: this.props.initialLoading, end: this.props.toggle && (jsx(PButtonPure, { hideLabel: true, theme: this.props.theme, className: "button", type: "button", icon: this.props.showPassword ? 'view-off' : 'view', disabled: this.props.disabled, aria: { 'aria-pressed': this.props.showPassword ? 'true' : 'false' }, children: "Toggle password visibility" })) })] }), this.props.children] }));
37
37
  }
38
38
  }
@@ -3,7 +3,7 @@ import { Component } from 'react';
3
3
  import '../../provider.mjs';
4
4
  import { splitChildren } from '../../splitChildren.mjs';
5
5
  import { minifyCss } from '../../minifyCss.mjs';
6
- import { getInputSearchCss as getComponentCss$Q } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
+ import { getInputSearchCss as getComponentCss$S } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
7
7
  import { PButtonPure } from '../components/button-pure.wrapper.mjs';
8
8
  import { PIcon } from '../components/icon.wrapper.mjs';
9
9
  import { InputBase } from './input-base.mjs';
@@ -33,7 +33,7 @@ class DSRInputSearch extends Component {
33
33
  }
34
34
  render() {
35
35
  splitChildren(this.props.children);
36
- const style = minifyCss(getComponentCss$Q(this.props.disabled, this.props.loading, this.props.hideLabel, this.props.state, this.props.compact, this.props.readOnly, this.props.theme, this.props.clear));
36
+ const style = minifyCss(getComponentCss$S(this.props.disabled, this.props.loading, this.props.hideLabel, this.props.state, this.props.compact, this.props.readOnly, this.props.theme, this.props.clear));
37
37
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", shadowrootdelegatesfocus: "true", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx(InputBase, { children: this.props.children, host: null, label: this.props.label, description: this.props.description, id: "input-search", name: this.props.name, form: this.props.form, type: "search", required: this.props.required, placeholder: this.props.placeholder, value: this.props.value, readOnly: this.props.readOnly, autoComplete: this.props.autoComplete, disabled: this.props.disabled, state: this.props.state, message: this.props.message, theme: this.props.theme, loading: this.props.loading, initialLoading: this.props.initialLoading, ...(this.props.indicator && {
38
38
  start: jsx(PIcon, { "aria-hidden": "true", name: "search", color: "state-disabled", theme: this.props.theme }),
39
39
  }), ...(this.props.clear && {
@@ -3,7 +3,7 @@ import { Component } from 'react';
3
3
  import '../../provider.mjs';
4
4
  import { splitChildren } from '../../splitChildren.mjs';
5
5
  import { minifyCss } from '../../minifyCss.mjs';
6
- import { getInputTelCss as getComponentCss$P } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
+ import { getInputTelCss as getComponentCss$R } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
7
7
  import { PIcon } from '../components/icon.wrapper.mjs';
8
8
  import { InputBase } from './input-base.mjs';
9
9
 
@@ -31,7 +31,7 @@ class DSRInputTel extends Component {
31
31
  }
32
32
  render() {
33
33
  splitChildren(this.props.children);
34
- const style = minifyCss(getComponentCss$P(this.props.disabled, this.props.loading, this.props.hideLabel, this.props.state, this.props.compact, this.props.readOnly, this.props.theme));
34
+ const style = minifyCss(getComponentCss$R(this.props.disabled, this.props.loading, this.props.hideLabel, this.props.state, this.props.compact, this.props.readOnly, this.props.theme));
35
35
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", shadowrootdelegatesfocus: "true", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx(InputBase, { children: this.props.children, host: null, label: this.props.label, description: this.props.description, id: "input-tel", name: this.props.name, form: this.props.form, type: "tel", required: this.props.required, placeholder: this.props.placeholder, maxLength: this.props.maxLength, minLength: this.props.minLength, value: this.props.value, readOnly: this.props.readOnly, autoComplete: this.props.autoComplete, disabled: this.props.disabled, state: this.props.state, message: this.props.message, theme: this.props.theme, loading: this.props.loading, pattern: this.props.pattern, initialLoading: this.props.initialLoading, ...(this.props.indicator && {
36
36
  start: jsx(PIcon, { "aria-hidden": "true", name: "phone", color: "state-disabled", theme: this.props.theme }),
37
37
  }) })] }), this.props.children] }));
@@ -2,7 +2,7 @@ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
2
  import { splitChildren } from '../../splitChildren.mjs';
3
3
  import { Component } from 'react';
4
4
  import { minifyCss } from '../../minifyCss.mjs';
5
- import { getInputTextCss as getComponentCss$O } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
5
+ import { getInputTextCss as getComponentCss$Q } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
6
  import { InputBase } from './input-base.mjs';
7
7
 
8
8
  /**
@@ -29,7 +29,7 @@ class DSRInputText extends Component {
29
29
  }
30
30
  render() {
31
31
  splitChildren(this.props.children);
32
- const style = minifyCss(getComponentCss$O(this.props.disabled, this.props.loading, this.props.hideLabel, this.props.state, this.props.compact, this.props.readOnly, this.props.theme, this.props.counter));
32
+ const style = minifyCss(getComponentCss$Q(this.props.disabled, this.props.loading, this.props.hideLabel, this.props.state, this.props.compact, this.props.readOnly, this.props.theme, this.props.counter));
33
33
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", shadowrootdelegatesfocus: "true", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx(InputBase, { children: this.props.children, host: null, label: this.props.label, description: this.props.description, id: "input-text", name: this.props.name, form: this.props.form, type: "text", required: this.props.required, placeholder: this.props.placeholder, maxLength: this.props.maxLength, minLength: this.props.minLength, value: this.props.value, readOnly: this.props.readOnly, autoComplete: this.props.autoComplete, disabled: this.props.disabled, state: this.props.state, message: this.props.message, theme: this.props.theme, spellCheck: this.props.spellCheck, loading: this.props.loading, initialLoading: this.props.initialLoading, ...(this.props.counter && {
34
34
  end: (jsxs(Fragment, { children: [jsx("span", { className: "sr-only", "aria-live": "polite", children: this.props.maxLength
35
35
  ? `You have ${this.props.maxLength - this.props.value.length} out of ${this.props.maxLength} characters left`
@@ -3,7 +3,7 @@ import { Component } from 'react';
3
3
  import '../../provider.mjs';
4
4
  import { splitChildren } from '../../splitChildren.mjs';
5
5
  import { minifyCss } from '../../minifyCss.mjs';
6
- import { getInputTimeCss as getComponentCss$N } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
+ import { getInputTimeCss as getComponentCss$P } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
7
7
  import { hasShowPickerSupport } from '../../../../../../components/dist/utils/esm/utils-entry.mjs';
8
8
  import { PButtonPure } from '../components/button-pure.wrapper.mjs';
9
9
  import { InputBase } from './input-base.mjs';
@@ -32,7 +32,7 @@ class DSRInputTime extends Component {
32
32
  }
33
33
  render() {
34
34
  splitChildren(this.props.children);
35
- const style = minifyCss(getComponentCss$N(this.props.disabled, this.props.loading, this.props.hideLabel, this.props.state, this.props.compact, this.props.readOnly, this.props.theme));
35
+ const style = minifyCss(getComponentCss$P(this.props.disabled, this.props.loading, this.props.hideLabel, this.props.state, this.props.compact, this.props.readOnly, this.props.theme));
36
36
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", shadowrootdelegatesfocus: "true", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx(InputBase, { children: this.props.children, host: null, label: this.props.label, description: this.props.description, id: "input-time", name: this.props.name, form: this.props.form, type: "time", required: this.props.required, max: this.props.max, min: this.props.min, value: this.props.value, readOnly: this.props.readOnly, autoComplete: this.props.autoComplete, disabled: this.props.disabled, state: this.props.state, message: this.props.message, theme: this.props.theme, step: this.props.step, loading: this.props.loading, initialLoading: this.props.initialLoading, ...(hasShowPickerSupport() && {
37
37
  end: (jsx(PButtonPure, { hideLabel: true, theme: this.props.theme, className: "button", type: "button", icon: "clock", disabled: this.props.disabled || this.props.readOnly, children: "Open time picker" })),
38
38
  }) })] }), this.props.children] }));
@@ -3,7 +3,7 @@ import { Component } from 'react';
3
3
  import '../../provider.mjs';
4
4
  import { splitChildren } from '../../splitChildren.mjs';
5
5
  import { minifyCss } from '../../minifyCss.mjs';
6
- import { getInputUrlCss as getComponentCss$M } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
+ import { getInputUrlCss as getComponentCss$O } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
7
7
  import { PIcon } from '../components/icon.wrapper.mjs';
8
8
  import { InputBase } from './input-base.mjs';
9
9
 
@@ -31,7 +31,7 @@ class DSRInputUrl extends Component {
31
31
  }
32
32
  render() {
33
33
  splitChildren(this.props.children);
34
- const style = minifyCss(getComponentCss$M(this.props.disabled, this.props.loading, this.props.hideLabel, this.props.state, this.props.compact, this.props.readOnly, this.props.theme));
34
+ const style = minifyCss(getComponentCss$O(this.props.disabled, this.props.loading, this.props.hideLabel, this.props.state, this.props.compact, this.props.readOnly, this.props.theme));
35
35
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", shadowrootdelegatesfocus: "true", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx(InputBase, { children: this.props.children, host: null, label: this.props.label, description: this.props.description, id: "input-url", name: this.props.name, form: this.props.form, type: "url", required: this.props.required, placeholder: this.props.placeholder, maxLength: this.props.maxLength, minLength: this.props.minLength, value: this.props.value, readOnly: this.props.readOnly, autoComplete: this.props.autoComplete, disabled: this.props.disabled, state: this.props.state, message: this.props.message, theme: this.props.theme, loading: this.props.loading, pattern: this.props.pattern, initialLoading: this.props.initialLoading, ...(this.props.indicator && {
36
36
  start: jsx(PIcon, { "aria-hidden": "true", name: "linked", color: "state-disabled", theme: this.props.theme }),
37
37
  }) })] }), this.props.children] }));
@@ -4,7 +4,7 @@ import { Required } from './required.mjs';
4
4
 
5
5
  const Label = ({ hasLabel, hasDescription,
6
6
  // host,
7
- label, description, htmlFor, isRequired, isLoading, isDisabled, }) => {
7
+ label, description, htmlFor, isRequired, isLoading, isDisabled, stopClickPropagation, }) => {
8
8
  return (jsxs(Fragment, { children: [jsx("label", { className: "label", id: labelId, "aria-disabled": isLoading || isDisabled ? 'true' : null, htmlFor: htmlFor, children: hasLabel && (jsxs(Fragment, { children: [label || jsx("slot", { name: "label" }), isRequired /* && !isParentFieldsetRequired(host) */ && jsx(Required, {})] })) }), hasDescription && (jsx("span", { className: "label", id: descriptionId, "aria-disabled": isLoading || isDisabled ? 'true' : null, children: description || jsx("slot", { name: "description" }) }))] }));
9
9
  };
10
10
 
@@ -3,7 +3,7 @@ import { Component } from 'react';
3
3
  import '../../provider.mjs';
4
4
  import { splitChildren } from '../../splitChildren.mjs';
5
5
  import { minifyCss } from '../../minifyCss.mjs';
6
- import { getLinkPureCss as getComponentCss$L } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
+ import { getLinkPureCss as getComponentCss$N } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
7
7
  import { hasVisibleIcon, parseAndGetAriaAttributes } from '../../../../../../components/dist/utils/esm/utils-entry.mjs';
8
8
  import { PIcon } from '../components/icon.wrapper.mjs';
9
9
 
@@ -16,7 +16,7 @@ class DSRLinkPure extends Component {
16
16
  splitChildren(this.props.children);
17
17
  const TagType = this.props.href === undefined ? 'span' : 'a';
18
18
  const hasIcon = hasVisibleIcon(this.props.icon, this.props.iconSource);
19
- const style = minifyCss(getComponentCss$L(this.props.icon, this.props.iconSource, this.props.active, this.props.stretch, this.props.size, this.props.hideLabel, this.props.alignLabel, this.props.underline, !this.props.href, this.props.theme));
19
+ const style = minifyCss(getComponentCss$N(this.props.icon, this.props.iconSource, this.props.active, this.props.stretch, this.props.size, this.props.hideLabel, this.props.alignLabel, this.props.underline, !this.props.href, this.props.theme));
20
20
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", shadowrootdelegatesfocus: "true", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsxs(TagType, { className: "root", ...(TagType === 'a' && {
21
21
  href: this.props.href,
22
22
  target: this.props.target,
@@ -3,7 +3,7 @@ import { Component } from 'react';
3
3
  import '../../provider.mjs';
4
4
  import { splitChildren } from '../../splitChildren.mjs';
5
5
  import { minifyCss } from '../../minifyCss.mjs';
6
- import { getLinkCss as getComponentCss$K } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
+ import { getLinkCss as getComponentCss$M } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
7
7
  import { PIcon } from '../components/icon.wrapper.mjs';
8
8
 
9
9
  /**
@@ -16,7 +16,7 @@ class DSRLinkSocial extends Component {
16
16
  render() {
17
17
  splitChildren(this.props.children);
18
18
  const TagType = this.props.href === undefined ? 'span' : 'a';
19
- const style = minifyCss(getComponentCss$K(this.props.icon, this.props.iconSource, 'primary', this.props.hideLabel, !this.props.href, this.props.compact, this.props.theme));
19
+ const style = minifyCss(getComponentCss$M(this.props.icon, this.props.iconSource, 'primary', this.props.hideLabel, !this.props.href, this.props.compact, this.props.theme));
20
20
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", shadowrootdelegatesfocus: "true", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsxs(TagType, { className: "root", ...(TagType === 'a' && {
21
21
  href: this.props.href,
22
22
  target: this.props.target,
@@ -3,7 +3,7 @@ import { Component } from 'react';
3
3
  import '../../provider.mjs';
4
4
  import { splitChildren } from '../../splitChildren.mjs';
5
5
  import { minifyCss } from '../../minifyCss.mjs';
6
- import { getLinkTileModelSignatureCss as getComponentCss$J } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
+ import { getLinkTileModelSignatureCss as getComponentCss$L } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
7
7
  import { PModelSignature } from '../components/model-signature.wrapper.mjs';
8
8
 
9
9
  /**
@@ -34,7 +34,7 @@ class DSRLinkTileModelSignature extends Component {
34
34
  tabIndex: -1,
35
35
  'aria-hidden': 'true',
36
36
  };
37
- const style = minifyCss(getComponentCss$J(this.props.aspectRatio, this.props.weight, this.props.linkDirection, !!this.props.description));
37
+ const style = minifyCss(getComponentCss$L(this.props.aspectRatio, this.props.weight, this.props.linkDirection, !!this.props.description));
38
38
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsxs("div", { className: "root", children: [jsx("a", { ...overlayLinkProps }), jsxs("div", { className: "header", children: [jsx(PModelSignature, { theme: "dark", model: this.props.model }), jsx("slot", { name: "header" })] }), jsx("div", { className: "media", children: jsx("slot", {}) }), jsxs("div", { className: "footer", children: [jsx(this.props.headingTag, { children: this.props.heading }), this.props.description && jsx("p", { children: this.props.description }), jsxs("div", { className: "link-group", role: "group", children: [jsx("slot", { name: "primary" }), jsx("slot", { name: "secondary" })] })] })] })] }), manipulatedChildren] }));
39
39
  }
40
40
  }
@@ -3,7 +3,7 @@ import { Component } from 'react';
3
3
  import '../../provider.mjs';
4
4
  import { splitChildren } from '../../splitChildren.mjs';
5
5
  import { minifyCss } from '../../minifyCss.mjs';
6
- import { getLinkTileProductCss as getComponentCss$I } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
+ import { getLinkTileProductCss as getComponentCss$K } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
7
7
  import { anchorSlot, headerSlot } from '../../../../../../components/dist/utils/esm/utils-entry.mjs';
8
8
  import { PButtonPure } from '../components/button-pure.wrapper.mjs';
9
9
 
@@ -24,7 +24,7 @@ class DSRLinkTileProduct extends Component {
24
24
  const headingId = 'heading';
25
25
  const priceId = 'price';
26
26
  const descriptionId = 'description';
27
- const style = minifyCss(getComponentCss$I(this.props.likeButton, !this.props.href, !!this.props.priceOriginal, !!this.props.description, this.props.aspectRatio, this.props.theme));
27
+ const style = minifyCss(getComponentCss$K(this.props.likeButton, !this.props.href, !!this.props.priceOriginal, !!this.props.description, this.props.aspectRatio, this.props.theme));
28
28
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", shadowrootdelegatesfocus: "true", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsxs("div", { className: "root", children: [this.props.href ? (jsx("a", { className: "anchor", href: this.props.href, target: this.props.target, rel: this.props.rel, "aria-labelledby": `${headingId} ${priceId}`, "aria-describedby": `${headerId} ${descriptionId}` })) : (jsx("slot", { name: anchorSlot })), jsxs("div", { id: headerId, className: "header", children: [jsx("slot", { name: headerSlot }), this.props.likeButton && (jsx(PButtonPure, { className: "button", type: "button", icon: this.props.liked ? 'heart-filled' : 'heart', hideLabel: true, theme: this.props.theme, children: this.props.liked ? 'Remove from wishlist' : 'Add to wishlist' }))] }), jsx("div", { className: "image", children: jsx("slot", {}) }), jsxs("div", { className: "wrapper", children: [this.props.heading && (jsx("h3", { id: headingId, className: "heading", children: this.props.heading })), this.props.price && (jsx("p", { id: priceId, className: "price", children: this.props.priceOriginal ? (jsxs(Fragment, { children: [jsx("span", { className: "sr-only", children: "sale price" }), this.props.price, jsx("span", { className: "sr-only", children: "original price" }), jsx("s", { children: this.props.priceOriginal })] })) : (this.props.price) })), this.props.description && (jsx("p", { id: descriptionId, className: "description", children: this.props.description }))] })] })] }), this.props.children] }));
29
29
  }
30
30
  }
@@ -3,16 +3,18 @@ import { Component, createElement } from 'react';
3
3
  import '../../provider.mjs';
4
4
  import { splitChildren } from '../../splitChildren.mjs';
5
5
  import { minifyCss } from '../../minifyCss.mjs';
6
- import { getLinkTileCss as getComponentCss$H } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
+ import { getLinkTileCss as getComponentCss$J } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
7
7
  import { PLink } from '../components/link.wrapper.mjs';
8
8
  import { PLinkPure } from '../components/link-pure.wrapper.mjs';
9
9
 
10
10
  /**
11
11
  * @slot {"name": "header", "description": "Renders a header section above the content area." }
12
12
  * @slot {"name": "", "description": "Default slot for the img or picture tag." }
13
+ * @slot {"name": "footer", "description": "Renders a footer section below the description." }
13
14
  */
14
15
  class DSRLinkTile extends Component {
15
16
  host;
17
+ hasFooterSlot = false;
16
18
  render() {
17
19
  splitChildren(this.props.children);
18
20
  const linkProps = {
@@ -28,8 +30,8 @@ class DSRLinkTile extends Component {
28
30
  };
29
31
  const link = (createElement(PLink, { ...sharedLinkProps, ...linkProps, key: "link-or-button", className: "link-or-button" }, this.props.label));
30
32
  const linkPure = (createElement(PLinkPure, { ...sharedLinkProps, ...linkProps, key: "link-or-button-pure", className: "link-or-button-pure", hideLabel: true, icon: "arrow-right" }, this.props.label));
31
- const style = minifyCss(getComponentCss$H(this.props.aspectRatio, this.props.size, this.props.weight, this.props.background, this.props.align, this.props.compact, this.props.gradient));
32
- return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", shadowrootdelegatesfocus: "true", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsxs("div", { className: "root", children: [jsx("a", { ...sharedLinkProps, tabIndex: -1, "aria-hidden": "true" }), jsx("slot", { name: "header" }), jsx("div", { className: "media", children: jsx("slot", {}) }), jsxs("div", { className: "footer", children: [jsx("p", { children: this.props.description }), typeof this.props.compact === 'boolean' ? (this.props.compact ? linkPure : link) : [linkPure, link]] })] })] }), this.props.children] }));
33
+ const style = minifyCss(getComponentCss$J(this.props.aspectRatio, this.props.size, this.props.weight, this.props.background, this.props.align, this.props.compact, this.props.gradient, this.props.hasFooterSlot));
34
+ return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", shadowrootdelegatesfocus: "true", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsxs("div", { className: "root", children: [jsx("a", { ...sharedLinkProps, tabIndex: -1, "aria-hidden": "true" }), jsx("slot", { name: "header" }), jsx("div", { className: "media", children: jsx("slot", {}) }), jsxs("div", { className: "footer", children: [jsx("p", { children: this.props.description }), jsx("slot", { name: "footer" }), typeof this.props.compact === 'boolean' ? (this.props.compact ? linkPure : link) : [linkPure, link]] })] })] }), this.props.children] }));
33
35
  }
34
36
  }
35
37
 
@@ -3,7 +3,7 @@ import { Component } from 'react';
3
3
  import '../../provider.mjs';
4
4
  import { splitChildren } from '../../splitChildren.mjs';
5
5
  import { minifyCss } from '../../minifyCss.mjs';
6
- import { getLinkCss as getComponentCss$K } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
+ import { getLinkCss as getComponentCss$M } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
7
7
  import { hasVisibleIcon, parseAndGetAriaAttributes } from '../../../../../../components/dist/utils/esm/utils-entry.mjs';
8
8
  import { PIcon } from '../components/icon.wrapper.mjs';
9
9
 
@@ -15,7 +15,7 @@ class DSRLink extends Component {
15
15
  render() {
16
16
  splitChildren(this.props.children);
17
17
  const TagType = this.props.href === undefined ? 'span' : 'a';
18
- const style = minifyCss(getComponentCss$K(this.props.icon, this.props.iconSource, this.props.variant, this.props.hideLabel, !this.props.href, this.props.compact, this.props.theme));
18
+ const style = minifyCss(getComponentCss$M(this.props.icon, this.props.iconSource, this.props.variant, this.props.hideLabel, !this.props.href, this.props.compact, this.props.theme));
19
19
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", shadowrootdelegatesfocus: "true", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsxs(TagType, { className: "root", ...(TagType === 'a' && {
20
20
  href: this.props.href,
21
21
  target: this.props.target,
@@ -1,7 +1,7 @@
1
1
  import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
2
2
  import { Component } from 'react';
3
3
  import { minifyCss } from '../../minifyCss.mjs';
4
- import { getMarqueCss as getComponentCss$G } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
4
+ import { getMarqueCss as getComponentCss$I } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
5
5
  import { getInnerManifest, buildSrcSet, buildImgSrc, parseAndGetAriaAttributes } from '../../../../../../components/dist/utils/esm/utils-entry.mjs';
6
6
 
7
7
  /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-wordmark" instead. */
@@ -21,7 +21,7 @@ class DSRMarque extends Component {
21
21
  jsx("source", { srcSet: buildSrcSet(innerManifest, this.props.size, 'webp'), type: "image/webp" }, "webp"),
22
22
  jsx("source", { srcSet: buildSrcSet(innerManifest, this.props.size, 'png'), type: "image/png" }, "png"),
23
23
  ], jsx("img", { src: buildImgSrc(innerManifest), alt: "Porsche" })] }));
24
- const style = minifyCss(getComponentCss$G(this.props.size));
24
+ const style = minifyCss(getComponentCss$I(this.props.size));
25
25
  return (jsx(Fragment, { children: jsxs("template", { shadowroot: "open", shadowrootmode: "open", shadowrootdelegatesfocus: "true", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx(Fragment, { children: this.props.href === undefined ? (picture) : (jsx("a", { href: this.props.href, target: this.props.target, ...parseAndGetAriaAttributes(this.props.aria), children: picture })) })] }) }));
26
26
  }
27
27
  }
@@ -3,7 +3,7 @@ import { Component } from 'react';
3
3
  import '../../provider.mjs';
4
4
  import { splitChildren } from '../../splitChildren.mjs';
5
5
  import { minifyCss } from '../../minifyCss.mjs';
6
- import { getModalCss as getComponentCss$F } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
+ import { getModalCss as getComponentCss$H } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
7
7
  import { parseAndGetAriaAttributes } from '../../../../../../components/dist/utils/esm/utils-entry.mjs';
8
8
  import { PButton } from '../components/button.wrapper.mjs';
9
9
 
@@ -32,7 +32,7 @@ class DSRModal extends Component {
32
32
  const hasDismissButton = this.props.disableCloseButton ? false : this.props.dismissButton;
33
33
  // TODO: why do we validate only when opened?
34
34
  if (this.props.open) ;
35
- const style = minifyCss(getComponentCss$F(this.props.open, this.props.backdrop, this.props.fullscreen, hasDismissButton, hasHeader, hasFooter, this.props.theme));
35
+ const style = minifyCss(getComponentCss$H(this.props.open, this.props.backdrop, this.props.fullscreen, hasDismissButton, hasHeader, hasFooter, this.props.theme));
36
36
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsx("dialog", { inert: !this.props.open, tabIndex: -1, ...parseAndGetAriaAttributes({
37
37
  'aria-modal': true,
38
38
  ...(hasHeader && { 'aria-label': this.props.ariaLabel }),
@@ -2,7 +2,7 @@ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
2
  import { splitChildren } from '../../splitChildren.mjs';
3
3
  import { Component } from 'react';
4
4
  import { minifyCss } from '../../minifyCss.mjs';
5
- import { getModelSignatureCss as getComponentCss$E } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
5
+ import { getModelSignatureCss as getComponentCss$G } from '../../../../../../components/dist/styles/esm/styles-entry.mjs';
6
6
  import { getSvgUrl } from '../../../../../../components/dist/utils/esm/utils-entry.mjs';
7
7
 
8
8
  /**
@@ -14,7 +14,7 @@ class DSRModelSignature extends Component {
14
14
  splitChildren(this.props.children);
15
15
  const fetchPriority = this.props.fetchPriority !== 'auto' ? this.props.fetchPriority : null;
16
16
  const loading = this.props.lazy === true ? 'lazy' : null;
17
- const style = minifyCss(getComponentCss$E(this.props.model, this.props.safeZone, this.props.size, this.props.color, this.props.theme));
17
+ const style = minifyCss(getComponentCss$G(this.props.model, this.props.safeZone, this.props.size, this.props.color, this.props.theme));
18
18
  return (jsxs(Fragment, { children: [jsxs("template", { shadowroot: "open", shadowrootmode: "open", children: [jsx("style", { dangerouslySetInnerHTML: { __html: style } }), jsxs(Fragment, { children: [jsx("slot", {}), jsx("img", { fetchPriority: fetchPriority, loading: loading, src: getSvgUrl(this.props.model), alt: this.props.model })] })] }), this.props.children] }));
19
19
  }
20
20
  }