@porsche-design-system/components-react 3.30.0-rc.0 → 3.30.0-rc.2

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 (306) hide show
  1. package/CHANGELOG.md +59 -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 +5 -3
  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 +28 -4
  79. package/esm/lib/components/segmented-control.wrapper.mjs +5 -3
  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 +24 -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 +445 -150
  113. package/ssr/cjs/components/dist/utils/esm/utils-entry.cjs +3 -6
  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-item.wrapper.cjs +2 -2
  121. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/segmented-control.wrapper.cjs +6 -4
  122. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/select.wrapper.cjs +3 -1
  123. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button-tile.cjs +4 -2
  124. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flyout.cjs +1 -1
  125. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/label.cjs +1 -1
  126. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-tile.cjs +4 -2
  127. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/multi-select.cjs +1 -1
  128. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/pagination.cjs +2 -0
  129. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/pin-code.cjs +1 -1
  130. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-button-wrapper.cjs +2 -0
  131. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group-option.cjs +32 -0
  132. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group.cjs +44 -0
  133. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control-item.cjs +1 -1
  134. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control.cjs +1 -1
  135. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/select.cjs +1 -1
  136. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/public-api.cjs +4 -0
  137. package/ssr/esm/BaseProps.d.ts +1 -1
  138. package/ssr/esm/components/dist/styles/esm/styles-entry.mjs +389 -96
  139. package/ssr/esm/components/dist/utils/esm/utils-entry.mjs +3 -6
  140. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/flyout.wrapper.mjs +4 -4
  141. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/multi-select.wrapper.mjs +3 -1
  142. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/pin-code.wrapper.mjs +3 -1
  143. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/radio-button-wrapper.wrapper.mjs +1 -0
  144. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/radio-group-option.wrapper.mjs +34 -0
  145. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/radio-group.wrapper.mjs +37 -0
  146. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/segmented-control-item.wrapper.mjs +2 -2
  147. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/segmented-control.wrapper.mjs +6 -4
  148. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/select.wrapper.mjs +3 -1
  149. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/accordion.mjs +2 -2
  150. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/banner.mjs +2 -2
  151. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button-group.mjs +2 -2
  152. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button-pure.mjs +2 -2
  153. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button-tile.mjs +5 -3
  154. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button.mjs +2 -2
  155. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/canvas.mjs +2 -2
  156. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/carousel.mjs +2 -2
  157. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/checkbox-wrapper.mjs +2 -2
  158. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/checkbox.mjs +2 -2
  159. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/content-wrapper.mjs +2 -2
  160. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/crest.mjs +2 -2
  161. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/display.mjs +2 -2
  162. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/divider.mjs +2 -2
  163. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/drilldown-item.mjs +2 -2
  164. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/drilldown-link.mjs +2 -2
  165. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/drilldown.mjs +2 -2
  166. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/fieldset-wrapper.mjs +2 -2
  167. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/fieldset.mjs +2 -2
  168. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flag.mjs +2 -2
  169. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flex-item.mjs +2 -2
  170. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flex.mjs +2 -2
  171. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flyout.mjs +2 -2
  172. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/grid-item.mjs +2 -2
  173. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/grid.mjs +2 -2
  174. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/heading.mjs +2 -2
  175. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/headline.mjs +2 -2
  176. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/icon.mjs +2 -2
  177. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/inline-notification.mjs +2 -2
  178. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-date.mjs +2 -2
  179. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-email.mjs +2 -2
  180. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-number.mjs +2 -2
  181. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-password.mjs +2 -2
  182. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-search.mjs +2 -2
  183. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-tel.mjs +2 -2
  184. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-text.mjs +2 -2
  185. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-time.mjs +2 -2
  186. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-url.mjs +2 -2
  187. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/label.mjs +1 -1
  188. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-pure.mjs +2 -2
  189. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-social.mjs +2 -2
  190. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-tile-model-signature.mjs +2 -2
  191. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-tile-product.mjs +2 -2
  192. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-tile.mjs +5 -3
  193. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link.mjs +2 -2
  194. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/marque.mjs +2 -2
  195. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/modal.mjs +2 -2
  196. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/model-signature.mjs +2 -2
  197. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/multi-select-option.mjs +2 -2
  198. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/multi-select.mjs +3 -3
  199. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/optgroup.mjs +2 -2
  200. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/pagination.mjs +4 -2
  201. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/pin-code.mjs +3 -3
  202. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/popover.mjs +2 -2
  203. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-button-wrapper.mjs +4 -2
  204. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group-option.mjs +30 -0
  205. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group.mjs +42 -0
  206. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control-item.mjs +1 -1
  207. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control.mjs +1 -1
  208. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/select.mjs +1 -1
  209. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/public-api.mjs +2 -0
  210. package/ssr/esm/lib/components/accordion.wrapper.d.ts +1 -1
  211. package/ssr/esm/lib/components/banner.wrapper.d.ts +1 -1
  212. package/ssr/esm/lib/components/button-group.wrapper.d.ts +1 -1
  213. package/ssr/esm/lib/components/button-pure.wrapper.d.ts +1 -1
  214. package/ssr/esm/lib/components/button-tile.wrapper.d.ts +1 -1
  215. package/ssr/esm/lib/components/button.wrapper.d.ts +1 -1
  216. package/ssr/esm/lib/components/canvas.wrapper.d.ts +1 -1
  217. package/ssr/esm/lib/components/carousel.wrapper.d.ts +1 -1
  218. package/ssr/esm/lib/components/checkbox-wrapper.wrapper.d.ts +1 -1
  219. package/ssr/esm/lib/components/checkbox.wrapper.d.ts +1 -1
  220. package/ssr/esm/lib/components/content-wrapper.wrapper.d.ts +1 -1
  221. package/ssr/esm/lib/components/crest.wrapper.d.ts +1 -1
  222. package/ssr/esm/lib/components/display.wrapper.d.ts +1 -1
  223. package/ssr/esm/lib/components/divider.wrapper.d.ts +1 -1
  224. package/ssr/esm/lib/components/drilldown-item.wrapper.d.ts +1 -1
  225. package/ssr/esm/lib/components/drilldown-link.wrapper.d.ts +1 -1
  226. package/ssr/esm/lib/components/drilldown.wrapper.d.ts +1 -1
  227. package/ssr/esm/lib/components/fieldset-wrapper.wrapper.d.ts +1 -1
  228. package/ssr/esm/lib/components/fieldset.wrapper.d.ts +1 -1
  229. package/ssr/esm/lib/components/flag.wrapper.d.ts +1 -1
  230. package/ssr/esm/lib/components/flex-item.wrapper.d.ts +1 -1
  231. package/ssr/esm/lib/components/flex.wrapper.d.ts +1 -1
  232. package/ssr/esm/lib/components/flyout.wrapper.d.ts +10 -2
  233. package/ssr/esm/lib/components/grid-item.wrapper.d.ts +1 -1
  234. package/ssr/esm/lib/components/grid.wrapper.d.ts +1 -1
  235. package/ssr/esm/lib/components/heading.wrapper.d.ts +1 -1
  236. package/ssr/esm/lib/components/headline.wrapper.d.ts +1 -1
  237. package/ssr/esm/lib/components/icon.wrapper.d.ts +1 -1
  238. package/ssr/esm/lib/components/index.d.ts +2 -0
  239. package/ssr/esm/lib/components/inline-notification.wrapper.d.ts +1 -1
  240. package/ssr/esm/lib/components/input-date.wrapper.d.ts +1 -1
  241. package/ssr/esm/lib/components/input-email.wrapper.d.ts +1 -1
  242. package/ssr/esm/lib/components/input-number.wrapper.d.ts +1 -1
  243. package/ssr/esm/lib/components/input-password.wrapper.d.ts +1 -1
  244. package/ssr/esm/lib/components/input-search.wrapper.d.ts +1 -1
  245. package/ssr/esm/lib/components/input-tel.wrapper.d.ts +1 -1
  246. package/ssr/esm/lib/components/input-text.wrapper.d.ts +1 -1
  247. package/ssr/esm/lib/components/input-time.wrapper.d.ts +1 -1
  248. package/ssr/esm/lib/components/input-url.wrapper.d.ts +1 -1
  249. package/ssr/esm/lib/components/link-pure.wrapper.d.ts +1 -1
  250. package/ssr/esm/lib/components/link-social.wrapper.d.ts +1 -1
  251. package/ssr/esm/lib/components/link-tile-model-signature.wrapper.d.ts +1 -1
  252. package/ssr/esm/lib/components/link-tile-product.wrapper.d.ts +1 -1
  253. package/ssr/esm/lib/components/link-tile.wrapper.d.ts +1 -1
  254. package/ssr/esm/lib/components/link.wrapper.d.ts +1 -1
  255. package/ssr/esm/lib/components/marque.wrapper.d.ts +1 -1
  256. package/ssr/esm/lib/components/modal.wrapper.d.ts +1 -1
  257. package/ssr/esm/lib/components/model-signature.wrapper.d.ts +1 -1
  258. package/ssr/esm/lib/components/multi-select-option.wrapper.d.ts +1 -1
  259. package/ssr/esm/lib/components/multi-select.wrapper.d.ts +18 -2
  260. package/ssr/esm/lib/components/optgroup.wrapper.d.ts +1 -1
  261. package/ssr/esm/lib/components/pagination.wrapper.d.ts +1 -1
  262. package/ssr/esm/lib/components/pin-code.wrapper.d.ts +20 -4
  263. package/ssr/esm/lib/components/popover.wrapper.d.ts +1 -1
  264. package/ssr/esm/lib/components/radio-button-wrapper.wrapper.d.ts +2 -1
  265. package/ssr/esm/lib/components/radio-group-option.wrapper.d.ts +37 -0
  266. package/ssr/esm/lib/components/radio-group.wrapper.d.ts +136 -0
  267. package/ssr/esm/lib/components/scroller.wrapper.d.ts +1 -1
  268. package/ssr/esm/lib/components/segmented-control-item.wrapper.d.ts +1 -1
  269. package/ssr/esm/lib/components/segmented-control.wrapper.d.ts +28 -4
  270. package/ssr/esm/lib/components/select-option.wrapper.d.ts +1 -1
  271. package/ssr/esm/lib/components/select-wrapper-dropdown.wrapper.d.ts +1 -1
  272. package/ssr/esm/lib/components/select-wrapper.wrapper.d.ts +1 -1
  273. package/ssr/esm/lib/components/select.wrapper.d.ts +18 -2
  274. package/ssr/esm/lib/components/sheet.wrapper.d.ts +1 -1
  275. package/ssr/esm/lib/components/spinner.wrapper.d.ts +1 -1
  276. package/ssr/esm/lib/components/stepper-horizontal-item.wrapper.d.ts +1 -1
  277. package/ssr/esm/lib/components/stepper-horizontal.wrapper.d.ts +1 -1
  278. package/ssr/esm/lib/components/switch.wrapper.d.ts +1 -1
  279. package/ssr/esm/lib/components/table-body.wrapper.d.ts +1 -1
  280. package/ssr/esm/lib/components/table-cell.wrapper.d.ts +1 -1
  281. package/ssr/esm/lib/components/table-head-cell.wrapper.d.ts +1 -1
  282. package/ssr/esm/lib/components/table-head-row.wrapper.d.ts +1 -1
  283. package/ssr/esm/lib/components/table-head.wrapper.d.ts +1 -1
  284. package/ssr/esm/lib/components/table-row.wrapper.d.ts +1 -1
  285. package/ssr/esm/lib/components/table.wrapper.d.ts +1 -1
  286. package/ssr/esm/lib/components/tabs-bar.wrapper.d.ts +1 -1
  287. package/ssr/esm/lib/components/tabs-item.wrapper.d.ts +1 -1
  288. package/ssr/esm/lib/components/tabs.wrapper.d.ts +1 -1
  289. package/ssr/esm/lib/components/tag-dismissible.wrapper.d.ts +1 -1
  290. package/ssr/esm/lib/components/tag.wrapper.d.ts +1 -1
  291. package/ssr/esm/lib/components/text-field-wrapper.wrapper.d.ts +1 -1
  292. package/ssr/esm/lib/components/text-list-item.wrapper.d.ts +1 -1
  293. package/ssr/esm/lib/components/text-list.wrapper.d.ts +1 -1
  294. package/ssr/esm/lib/components/text.wrapper.d.ts +1 -1
  295. package/ssr/esm/lib/components/textarea-wrapper.wrapper.d.ts +1 -1
  296. package/ssr/esm/lib/components/textarea.wrapper.d.ts +1 -1
  297. package/ssr/esm/lib/components/toast.wrapper.d.ts +1 -1
  298. package/ssr/esm/lib/components/wordmark.wrapper.d.ts +1 -1
  299. package/ssr/esm/lib/dsr-components/button-tile.d.ts +2 -0
  300. package/ssr/esm/lib/dsr-components/label.d.ts +5 -0
  301. package/ssr/esm/lib/dsr-components/link-tile.d.ts +2 -0
  302. package/ssr/esm/lib/dsr-components/radio-button-wrapper.d.ts +2 -0
  303. package/ssr/esm/lib/dsr-components/radio-group-option.d.ts +8 -0
  304. package/ssr/esm/lib/dsr-components/radio-group.d.ts +19 -0
  305. package/ssr/esm/lib/types.d.ts +24 -5
  306. package/tailwindcss/index.css +6 -6
@@ -3925,7 +3925,7 @@ const formatObjectOutput = (value) => {
3925
3925
 
3926
3926
  const OPTION_LIST_SAFE_ZONE = 6;
3927
3927
 
3928
- const getComponentCss$1l = (size, compact, open, theme, sticky) => {
3928
+ const getComponentCss$1n = (size, compact, open, theme, sticky) => {
3929
3929
  const { primaryColor, hoverColor, contrastLowColor, backgroundColor } = getThemedColors(theme);
3930
3930
  const { primaryColor: primaryColorDark, hoverColor: hoverColorDark, contrastLowColor: contrastLowColorDark, backgroundColor: backgroundColorDark, } = getThemedColors('dark');
3931
3931
  const cssVariablePositionStickyTop = '--p-accordion-position-sticky-top';
@@ -4097,7 +4097,7 @@ const cssVariableTop = '--p-banner-position-top';
4097
4097
  const cssVariableBottom = '--p-banner-position-bottom';
4098
4098
  const cssVariableZIndex = '--p-internal-banner-z-index';
4099
4099
  const topBottomFallback = '56px';
4100
- const getComponentCss$1k = (isOpen) => {
4100
+ const getComponentCss$1m = (isOpen) => {
4101
4101
  return getCss({
4102
4102
  '@global': {
4103
4103
  ':host': {
@@ -4169,7 +4169,7 @@ const getGroupDirectionJssStyles = (direction) => {
4169
4169
  return groupDirectionJssStyles[direction];
4170
4170
  };
4171
4171
 
4172
- const getComponentCss$1j = (direction) => {
4172
+ const getComponentCss$1l = (direction) => {
4173
4173
  return getCss({
4174
4174
  '@global': {
4175
4175
  ':host': {
@@ -4322,7 +4322,7 @@ const getFunctionalComponentLoadingMessageStyles = () => {
4322
4322
  };
4323
4323
  };
4324
4324
 
4325
- const getComponentCss$1i = (icon, iconSource, active, isLoading, isDisabledOrLoading, stretch, size, hideLabel, alignLabel, underline, theme) => {
4325
+ const getComponentCss$1k = (icon, iconSource, active, isLoading, isDisabledOrLoading, stretch, size, hideLabel, alignLabel, underline, theme) => {
4326
4326
  const hasIcon = hasVisibleIcon(icon, iconSource);
4327
4327
  return getCss(mergeDeep(getLinkButtonPureStyles(icon, iconSource, active, isDisabledOrLoading, stretch, size, hideLabel, alignLabel, underline, false, theme), {
4328
4328
  root: {
@@ -4360,7 +4360,7 @@ const getFontWeight = (weight) => {
4360
4360
  return fontWeightMap[weight];
4361
4361
  };
4362
4362
 
4363
- const getComponentCss$1h = (isDisabledOrLoading, aspectRatio, size, weight, background, align, compact, hasGradient, isDisabled) => {
4363
+ const getComponentCss$1j = (isDisabledOrLoading, aspectRatio, size, weight, background, align, compact, hasGradient, hasFooterSlot, isDisabled) => {
4364
4364
  const isTopAligned = align === 'top';
4365
4365
  return getCss({
4366
4366
  '@global': {
@@ -4389,6 +4389,10 @@ const getComponentCss$1h = (isDisabledOrLoading, aspectRatio, size, weight, back
4389
4389
  gridArea: `${isTopAligned ? 4 : 2}/2`,
4390
4390
  zIndex: 3,
4391
4391
  },
4392
+ '&[name="footer"]': {
4393
+ gridRow: 2,
4394
+ zIndex: 3,
4395
+ },
4392
4396
  },
4393
4397
  '::slotted(:is(img,picture,video))': addImportantToEachRule({
4394
4398
  display: 'block',
@@ -4471,21 +4475,23 @@ const getComponentCss$1h = (isDisabledOrLoading, aspectRatio, size, weight, back
4471
4475
  },
4472
4476
  footer: {
4473
4477
  gridArea: `${isTopAligned ? 2 : 4}/2`,
4474
- display: 'flex',
4475
- gap: spacingStaticMedium,
4476
- justifyContent: 'space-between',
4477
4478
  ...buildResponsiveStyles(compact, (compactValue) => compactValue
4478
4479
  ? {
4479
- alignItems: 'center',
4480
- flexDirection: 'row',
4480
+ display: 'grid',
4481
+ gridTemplateColumns: '1fr auto',
4482
+ columnGap: spacingStaticMedium,
4481
4483
  }
4482
4484
  : {
4483
- alignItems: 'flex-start',
4485
+ display: 'flex',
4484
4486
  flexDirection: 'column',
4487
+ alignItems: 'start',
4485
4488
  }),
4486
4489
  },
4487
4490
  'link-or-button-pure': {
4488
4491
  zIndex: 5,
4492
+ gridColumn: 2,
4493
+ gridRow: hasFooterSlot && !isTopAligned ? 2 : 1,
4494
+ alignSelf: 'center',
4489
4495
  ...buildResponsiveStyles(compact, (compactValue) => ({
4490
4496
  display: compactValue ? 'inline-block' : 'none',
4491
4497
  })),
@@ -4493,6 +4499,7 @@ const getComponentCss$1h = (isDisabledOrLoading, aspectRatio, size, weight, back
4493
4499
  'link-or-button': {
4494
4500
  minHeight: '54px', // prevent content shift
4495
4501
  zIndex: 5,
4502
+ marginTop: spacingStaticMedium,
4496
4503
  ...buildResponsiveStyles(compact, (compactValue) => ({
4497
4504
  display: compactValue ? 'none' : 'inline-block',
4498
4505
  })),
@@ -4537,7 +4544,8 @@ const getLinkButtonStyles = (icon, iconSource, variant, hideLabel, isDisabledOrL
4537
4544
  const { focusColor } = getThemedColors(theme);
4538
4545
  const hasIcon = hasVisibleIcon(icon, iconSource) || hideLabel;
4539
4546
  const scalingVar = `var(${cssVariableInternalScaling}, var(--p-internal-scaling-factor))`;
4540
- const borderCompensation = variant === 'ghost' ? `+ ${borderWidthBase}` : ''; // Compensate for missing border in ghost variant (Fixes border backdrop-filter blur rendering issue in safari)
4547
+ const borderCompensation = variant === 'ghost' && !isHighContrastMode ? `+ ${borderWidthBase}` : ''; // Compensate for missing border in ghost variant (Fixes border backdrop-filter blur rendering issue in safari)
4548
+ const borderStyle = `${borderWidthBase} solid ${borderColor}`;
4541
4549
  const paddingBlock = `calc(${scalingVar} * 0.8125 * ${SCALING_BASE_VALUE} ${borderCompensation})`; // 0.8125 * SCALING_BASE_VALUE corresponds to 13px
4542
4550
  const paddingInline = `max(calc(${scalingVar} * 1.625 * ${SCALING_BASE_VALUE} ${borderCompensation}), ${variant === 'ghost' ? '6px' : '4px'})`; // 1.625 * SCALING_BASE_VALUE corresponds to 26px
4543
4551
  const gap = `clamp(2px, calc(${scalingVar} * 0.5 * ${SCALING_BASE_VALUE}), 16px)`; // 0.5 * SCALING_BASE_VALUE corresponds to 8px
@@ -4569,8 +4577,11 @@ const getLinkButtonStyles = (icon, iconSource, variant, hideLabel, isDisabledOrL
4569
4577
  textDecoration: 'none',
4570
4578
  ...textSmallStyle,
4571
4579
  ...(variant === 'ghost'
4572
- ? { ...frostedGlassStyle, border: 'none' } // We can't use a border in the ghost variant due to rendering issues with backdrop-filter in safari
4573
- : { border: `${borderWidthBase} solid ${borderColor}` }),
4580
+ ? {
4581
+ ...frostedGlassStyle,
4582
+ border: isHighContrastMode ? borderStyle : 'none',
4583
+ } // We can't use a border in the ghost variant due to rendering issues with backdrop-filter in safari
4584
+ : { border: borderStyle }),
4574
4585
  borderRadius: borderRadiusSmall,
4575
4586
  transform: 'translate3d(0,0,0)', // creates new stacking context (for slotted anchor + focus)
4576
4587
  backgroundColor,
@@ -4638,7 +4649,7 @@ const getDisabledColors = (variant, loading, theme) => {
4638
4649
  };
4639
4650
  return colors[variant === 'tertiary' ? 'secondary' : variant];
4640
4651
  };
4641
- const getComponentCss$1g = (icon, iconSource, variant, hideLabel, disabled, loading, compact, theme) => {
4652
+ const getComponentCss$1i = (icon, iconSource, variant, hideLabel, disabled, loading, compact, theme) => {
4642
4653
  const disabledOrLoading = isDisabledOrLoading(disabled, loading);
4643
4654
  const { textColor, borderColor, backgroundColor } = getDisabledColors(variant, loading, theme);
4644
4655
  const { textColor: textColorDark, borderColor: borderColorDark, backgroundColor: backgroundColorDark, } = getDisabledColors(variant, loading, 'dark');
@@ -4714,7 +4725,7 @@ const mediaQueryS$1 = getMediaQueryMin('s');
4714
4725
  const mediaQueryM = getMediaQueryMin('m');
4715
4726
  // others
4716
4727
  const spacingBase = gridGap.replace('36px', '24px');
4717
- const getComponentCss$1f = (theme, isSidebarStartOpen, isSidebarEndOpen) => {
4728
+ const getComponentCss$1h = (theme, isSidebarStartOpen, isSidebarEndOpen) => {
4718
4729
  const { primaryColor, backgroundColor, backgroundSurfaceColor, contrastLowColor } = getThemedColors(theme);
4719
4730
  const { primaryColor: primaryColorDark, backgroundColor: backgroundColorDark, backgroundSurfaceColor: backgroundSurfaceColorDark, contrastLowColor: contrastLowColorDark, } = getThemedColors('dark');
4720
4731
  return getCss({
@@ -5093,7 +5104,7 @@ const getGradient = (theme, gradientColorTheme) => {
5093
5104
  `rgba(${gradientColor},0.3) 68%,` +
5094
5105
  `rgba(${gradientColor},0)`);
5095
5106
  };
5096
- const getComponentCss$1e = (gradientColor, hasHeading, hasDescription, hasControlsSlot, headingSize, width, hasPagination, isInfinitePagination, alignHeader, theme, hasNavigation, alignControls) => {
5107
+ const getComponentCss$1g = (gradientColor, hasHeading, hasDescription, hasControlsSlot, headingSize, width, hasPagination, isInfinitePagination, alignHeader, theme, hasNavigation, alignControls) => {
5097
5108
  const { primaryColor, contrastMediumColor } = getThemedColors(theme);
5098
5109
  const { primaryColor: primaryColorDark, contrastMediumColor: contrastMediumColorDark } = getThemedColors('dark');
5099
5110
  const { canvasTextColor } = getHighContrastColors();
@@ -5545,13 +5556,13 @@ const getFunctionalComponentStateMessageStyles = (theme, state, additionalDefaul
5545
5556
  };
5546
5557
  };
5547
5558
 
5548
- const getCheckedSVGBackgroundImage$2 = (fill) => {
5559
+ const getCheckedSVGBackgroundImage$3 = (fill) => {
5549
5560
  return getInlineSVGBackgroundImage(`<path fill="${fill}" d="m20.22,7.47l-1.47-1.42-9.26,9.02-4.24-4.15-1.47,1.42,5.71,5.6,10.73-10.47Z"/>`);
5550
5561
  };
5551
5562
  const getIndeterminateSVGBackgroundImage$1 = (fill) => {
5552
5563
  return getInlineSVGBackgroundImage(`<path fill="${fill}" d="m20,11v2H4v-2h16Z"/>`);
5553
5564
  };
5554
- const getComponentCss$1d = (hideLabel, state, isDisabled, isLoading, theme) => {
5565
+ const getComponentCss$1f = (hideLabel, state, isDisabled, isLoading, theme) => {
5555
5566
  const checkedIconColor = escapeHashCharacter(getInvertedThemedColors(theme).primaryColor);
5556
5567
  const checkedIconColorDark = escapeHashCharacter(getInvertedThemedColors('dark').primaryColor);
5557
5568
  const indeterminateIconColor = escapeHashCharacter(getThemedColors(theme).primaryColor);
@@ -5576,16 +5587,16 @@ const getComponentCss$1d = (hideLabel, state, isDisabled, isLoading, theme) => {
5576
5587
  // TODO: is it somehow useful possible to make following styles configurable by parameter?
5577
5588
  ...(!isLoading && {
5578
5589
  '&(input:checked)': {
5579
- backgroundImage: getCheckedSVGBackgroundImage$2(checkedIconColor),
5590
+ backgroundImage: getCheckedSVGBackgroundImage$3(checkedIconColor),
5580
5591
  ...prefersColorSchemeDarkMediaQuery(theme, {
5581
- backgroundImage: getCheckedSVGBackgroundImage$2(checkedIconColorDark),
5592
+ backgroundImage: getCheckedSVGBackgroundImage$3(checkedIconColorDark),
5582
5593
  }),
5583
5594
  // This is a workaround for Blink based browsers, which do not reflect the high contrast system colors (e.g.: "Canvas" and "CanvasText") when added to background SVG's.
5584
5595
  ...(isHighContrastMode &&
5585
5596
  getSchemedHighContrastMediaQuery({
5586
- backgroundImage: getCheckedSVGBackgroundImage$2('white'),
5597
+ backgroundImage: getCheckedSVGBackgroundImage$3('white'),
5587
5598
  }, {
5588
- backgroundImage: getCheckedSVGBackgroundImage$2('black'),
5599
+ backgroundImage: getCheckedSVGBackgroundImage$3('black'),
5589
5600
  })),
5590
5601
  },
5591
5602
  '&(input:indeterminate)': {
@@ -5708,7 +5719,7 @@ const getCheckboxBaseStyles = (theme, isDisabled, isLoading, state, compact) =>
5708
5719
  };
5709
5720
  };
5710
5721
 
5711
- const getCheckedSVGBackgroundImage$1 = (fill) => {
5722
+ const getCheckedSVGBackgroundImage$2 = (fill) => {
5712
5723
  return getInlineSVGBackgroundImage(`<path fill="${fill}" d="m20.22,7.47l-1.47-1.42-9.26,9.02-4.24-4.15-1.47,1.42,5.71,5.6,10.73-10.47Z"/>`);
5713
5724
  };
5714
5725
  const getCheckboxCheckedBaseStyles = (theme, isDisabled, isLoading, state) => {
@@ -5734,18 +5745,18 @@ const getCheckboxCheckedBaseStyles = (theme, isDisabled, isLoading, state) => {
5734
5745
  return {
5735
5746
  borderColor: checkedColor,
5736
5747
  backgroundColor: checkedColor,
5737
- backgroundImage: getCheckedSVGBackgroundImage$1(checkedIconColor),
5748
+ backgroundImage: getCheckedSVGBackgroundImage$2(checkedIconColor),
5738
5749
  ...prefersColorSchemeDarkMediaQuery(theme, {
5739
- backgroundImage: getCheckedSVGBackgroundImage$1(checkedIconColorDark),
5750
+ backgroundImage: getCheckedSVGBackgroundImage$2(checkedIconColorDark),
5740
5751
  borderColor: checkedColorDark,
5741
5752
  backgroundColor: checkedColorDark,
5742
5753
  }),
5743
5754
  // This is a workaround for Blink based browsers, which do not reflect the high contrast system colors (e.g.: "Canvas" and "CanvasText") when added to background SVG's.
5744
5755
  ...(isHighContrastMode &&
5745
5756
  getSchemedHighContrastMediaQuery({
5746
- backgroundImage: getCheckedSVGBackgroundImage$1('white'),
5757
+ backgroundImage: getCheckedSVGBackgroundImage$2('white'),
5747
5758
  }, {
5748
- backgroundImage: getCheckedSVGBackgroundImage$1('black'),
5759
+ backgroundImage: getCheckedSVGBackgroundImage$2('black'),
5749
5760
  })),
5750
5761
  };
5751
5762
  };
@@ -5753,7 +5764,7 @@ const getCheckboxCheckedBaseStyles = (theme, isDisabled, isLoading, state) => {
5753
5764
  const getIndeterminateSVGBackgroundImage = (fill) => {
5754
5765
  return getInlineSVGBackgroundImage(`<path fill="${fill}" d="m20,11v2H4v-2h16Z"/>`);
5755
5766
  };
5756
- const getComponentCss$1c = (hideLabel, state, isDisabled, isLoading, compact, theme) => {
5767
+ const getComponentCss$1e = (hideLabel, state, isDisabled, isLoading, compact, theme) => {
5757
5768
  const { primaryColor, contrastMediumColor, contrastHighColor, disabledColor, focusColor } = getThemedColors(theme);
5758
5769
  const { primaryColor: primaryColorDark, contrastMediumColor: contrastMediumColorDark, contrastHighColor: contrastHighColorDark, disabledColor: disabledColorDark, focusColor: focusColorDark, } = getThemedColors('dark');
5759
5770
  const { formStateColor, formStateHoverColor } = getThemedFormStateColors(theme, state);
@@ -6045,7 +6056,7 @@ const getUnitCounterJssStyle = (isDisabled, isReadonly, theme) => {
6045
6056
  const cssVarInternalInputBaseScaling = '--p-internal-input-base-scaling';
6046
6057
  // Determines the scaling factor for the input-number size. In "compact" mode, it uses 0.5 to achieve a 36px input-number (compact size).
6047
6058
  // Defaults to 1 for the standard size and can be overridden by the CSS variable `cssVarInternalInputBaseScaling`.
6048
- const getScalingVar$1 = (compact) => `var(${cssVarInternalInputBaseScaling}, ${compact ? 0.5 : 1})`;
6059
+ const getScalingVar$2 = (compact) => `var(${cssVarInternalInputBaseScaling}, ${compact ? 0.5 : 1})`;
6049
6060
  /**
6050
6061
  * @css-variable {"name": "--ref-p-input-slotted-padding", "description": "When slotting a `p-button-pure` or `p-link-pure` this variable needs to be set as `padding` in oder to adjust the alignment correctly."}
6051
6062
  */
@@ -6055,7 +6066,7 @@ const cssVarButtonPurePadding = '--ref-p-input-slotted-padding';
6055
6066
  */
6056
6067
  const cssVarButtonPureMargin = '--ref-p-input-slotted-margin';
6057
6068
  const getFunctionalComponentInputBaseStyles = (disabled, loading, hideLabel, state, compact, readOnly, theme, additionalInputJssStyle) => {
6058
- const scalingVar = getScalingVar$1(compact);
6069
+ const scalingVar = getScalingVar$2(compact);
6059
6070
  const paddingBlock = `max(2px, ${formElementPaddingVertical} * ${scalingVar})`;
6060
6071
  const paddingInline = `max(2px, ${formElementPaddingHorizontal} * ${scalingVar})`;
6061
6072
  const height = `max(${fontLineHeight}, ${scalingVar} * (${fontLineHeight} + 10px))`;
@@ -6392,7 +6403,7 @@ const widthMap = {
6392
6403
  basic: gridBasicOffset,
6393
6404
  extended: gridExtendedOffset,
6394
6405
  };
6395
- const getComponentCss$1b = (width) => {
6406
+ const getComponentCss$1d = (width) => {
6396
6407
  return getCss({
6397
6408
  '@global': {
6398
6409
  ':host': {
@@ -6434,7 +6445,7 @@ const getDimensionStyle = {
6434
6445
  width: 'inherit',
6435
6446
  height: 'inherit',
6436
6447
  };
6437
- const getComponentCss$1a = () => {
6448
+ const getComponentCss$1c = () => {
6438
6449
  return getCss({
6439
6450
  '@global': {
6440
6451
  ':host': {
@@ -6533,7 +6544,7 @@ const sizeMap$5 = {
6533
6544
  medium: fontSizeDisplayMedium,
6534
6545
  large: fontSizeDisplayLarge,
6535
6546
  };
6536
- const getComponentCss$19 = (size, align, color, ellipsis, theme) => {
6547
+ const getComponentCss$1b = (size, align, color, ellipsis, theme) => {
6537
6548
  return getCss({
6538
6549
  '@global': {
6539
6550
  ':host': {
@@ -6551,7 +6562,7 @@ const getComponentCss$19 = (size, align, color, ellipsis, theme) => {
6551
6562
  });
6552
6563
  };
6553
6564
 
6554
- const getComponentCss$18 = (color, orientation, theme) => {
6565
+ const getComponentCss$1a = (color, orientation, theme) => {
6555
6566
  const { contrastLowColor, contrastMediumColor, contrastHighColor } = getThemedColors(theme);
6556
6567
  const { contrastLowColor: contrastLowColorDark, contrastMediumColor: contrastMediumColorDark, contrastHighColor: contrastHighColorDark, } = getThemedColors('dark');
6557
6568
  const colorMap = {
@@ -6612,7 +6623,7 @@ const easingOpen = 'in';
6612
6623
  const dialogDurationClose = 'short';
6613
6624
  const backdropDurationClose = 'moderate';
6614
6625
  const easingClose = 'out';
6615
- const getComponentCss$17 = (isOpen, isPrimary, isSecondaryScrollerVisible, theme) => {
6626
+ const getComponentCss$19 = (isOpen, isPrimary, isSecondaryScrollerVisible, theme) => {
6616
6627
  const { primaryColor, backgroundColor, backgroundSurfaceColor, backgroundShadingColor } = getThemedColors(theme);
6617
6628
  const { primaryColor: primaryColorDark, backgroundColor: backgroundColorDark, backgroundSurfaceColor: backgroundSurfaceColorDark, backgroundShadingColor: backgroundShadingColorDark, } = getThemedColors('dark');
6618
6629
  return getCss({
@@ -6859,7 +6870,7 @@ const getComponentCss$17 = (isOpen, isPrimary, isSecondaryScrollerVisible, theme
6859
6870
  });
6860
6871
  };
6861
6872
 
6862
- const getComponentCss$16 = (isPrimary, isSecondary, isCascade) => {
6873
+ const getComponentCss$18 = (isPrimary, isSecondary, isCascade) => {
6863
6874
  return getCss({
6864
6875
  '@global': {
6865
6876
  '@keyframes slide-up-mobile': {
@@ -7090,7 +7101,7 @@ const getComponentCss$16 = (isPrimary, isSecondary, isCascade) => {
7090
7101
  });
7091
7102
  };
7092
7103
 
7093
- const getComponentCss$15 = (hasSlottedAnchor, isActive) => {
7104
+ const getComponentCss$17 = (hasSlottedAnchor, isActive) => {
7094
7105
  const anchorJssStyle = {
7095
7106
  all: 'unset',
7096
7107
  padding: `calc(${spacingFluidSmall} + 2px) calc(${spacingFluidSmall} + 4px)`, // aligned with link-pure
@@ -7142,7 +7153,7 @@ const getComponentCss$15 = (hasSlottedAnchor, isActive) => {
7142
7153
  });
7143
7154
  };
7144
7155
 
7145
- const getComponentCss$14 = (state, labelSize, hasLabel, theme) => {
7156
+ const getComponentCss$16 = (state, labelSize, hasLabel, theme) => {
7146
7157
  return getCss({
7147
7158
  '@global': {
7148
7159
  ':host': {
@@ -7179,7 +7190,7 @@ const getComponentCss$14 = (state, labelSize, hasLabel, theme) => {
7179
7190
  });
7180
7191
  };
7181
7192
 
7182
- const getComponentCss$13 = (state, labelSize, hasLabel, theme) => {
7193
+ const getComponentCss$15 = (state, labelSize, hasLabel, theme) => {
7183
7194
  return getCss({
7184
7195
  '@global': {
7185
7196
  ':host': {
@@ -7224,7 +7235,7 @@ const sizeMap$4 = {
7224
7235
  large: fontSizeTextLarge,
7225
7236
  'x-large': fontSizeTextXLarge,
7226
7237
  };
7227
- const getComponentCss$12 = (size) => {
7238
+ const getComponentCss$14 = (size) => {
7228
7239
  return getCss({
7229
7240
  '@global': {
7230
7241
  ':host': {
@@ -7266,7 +7277,7 @@ const flexItemWidths = {
7266
7277
  full: 100,
7267
7278
  auto: 'auto',
7268
7279
  };
7269
- const getComponentCss$11 = (width, offset, alignSelf, grow, shrink, flex) => {
7280
+ const getComponentCss$13 = (width, offset, alignSelf, grow, shrink, flex) => {
7270
7281
  return getCss({
7271
7282
  '@global': {
7272
7283
  ':host': addImportantToEachRule({
@@ -7288,7 +7299,7 @@ const getComponentCss$11 = (width, offset, alignSelf, grow, shrink, flex) => {
7288
7299
  });
7289
7300
  };
7290
7301
 
7291
- const getComponentCss$10 = (inline, wrap, direction, justifyContent, alignItems, alignContent) => {
7302
+ const getComponentCss$12 = (inline, wrap, direction, justifyContent, alignItems, alignContent) => {
7292
7303
  return getCss({
7293
7304
  '@global': {
7294
7305
  ':host': {
@@ -7485,7 +7496,7 @@ const cssVarRefPaddingTop = '--ref-p-flyout-pt';
7485
7496
  const cssVarRefPaddingInline = '--ref-p-flyout-px';
7486
7497
  // TODO: we shouldn't expose --p-flyout-max-width
7487
7498
  const cssVariableMaxWidth = '--p-flyout-max-width';
7488
- const getComponentCss$$ = (isOpen, position, hasHeader, hasFooter, hasSubFooter, footerBehavior, theme) => {
7499
+ const getComponentCss$11 = (isOpen, backdrop, position, hasHeader, hasFooter, hasSubFooter, footerBehavior, theme) => {
7489
7500
  const isPositionStart = position === 'start' || position === 'left';
7490
7501
  const isFooterFixed = footerBehavior === 'fixed';
7491
7502
  return getCss({
@@ -7545,7 +7556,7 @@ const getComponentCss$$ = (isOpen, position, hasHeader, hasFooter, hasSubFooter,
7545
7556
  },
7546
7557
  }),
7547
7558
  },
7548
- dialog: getDialogJssStyle(isOpen, theme),
7559
+ dialog: getDialogJssStyle(isOpen, theme, backdrop),
7549
7560
  },
7550
7561
  scroller: {
7551
7562
  ...getScrollerJssStyle(isPositionStart ? 'start' : 'end', theme),
@@ -7597,7 +7608,7 @@ const gutter$1 = `calc(${gridGap} / 2)`;
7597
7608
  const gridItemWidths = [
7598
7609
  0, 8.333333, 16.666667, 25, 33.333333, 41.666667, 50, 58.333333, 66.666667, 75, 83.333333, 91.666667, 100,
7599
7610
  ];
7600
- const getComponentCss$_ = (size, offset) => {
7611
+ const getComponentCss$10 = (size, offset) => {
7601
7612
  return getCss({
7602
7613
  '@global': {
7603
7614
  ':host': addImportantToEachRule({
@@ -7617,7 +7628,7 @@ const getComponentCss$_ = (size, offset) => {
7617
7628
  };
7618
7629
 
7619
7630
  const gutter = `calc(${gridGap} / -2)`;
7620
- const getComponentCss$Z = (direction, wrap) => {
7631
+ const getComponentCss$$ = (direction, wrap) => {
7621
7632
  return getCss({
7622
7633
  '@global': {
7623
7634
  ':host': {
@@ -7643,7 +7654,7 @@ const sizeMap$3 = {
7643
7654
  'x-large': fontSizeHeadingXLarge,
7644
7655
  'xx-large': fontSizeHeadingXXLarge,
7645
7656
  };
7646
- const getComponentCss$Y = (size, align, color, ellipsis, theme) => {
7657
+ const getComponentCss$_ = (size, align, color, ellipsis, theme) => {
7647
7658
  return getCss({
7648
7659
  '@global': {
7649
7660
  ':host': {
@@ -7703,7 +7714,7 @@ const getTextSizeJssStyle = (textSize) => {
7703
7714
  fontSize: textSize === 'inherit' ? textSize : textSizeMap[textSize],
7704
7715
  };
7705
7716
  };
7706
- const getComponentCss$X = (variant, align, color, ellipsis, theme) => {
7717
+ const getComponentCss$Z = (variant, align, color, ellipsis, theme) => {
7707
7718
  return getCss({
7708
7719
  '@global': {
7709
7720
  ':host': {
@@ -7814,7 +7825,7 @@ const isFlippableIcon = (name, source) => {
7814
7825
  name === 'return' ||
7815
7826
  name === 'send'));
7816
7827
  };
7817
- const getComponentCss$W = (name, source, color, size, theme) => {
7828
+ const getComponentCss$Y = (name, source, color, size, theme) => {
7818
7829
  const isColorInherit = color === 'inherit';
7819
7830
  const isSizeInherit = size === 'inherit';
7820
7831
  const isDark = isThemeDark(theme);
@@ -7933,7 +7944,7 @@ const getHeadingJssStyle = (theme) => ({
7933
7944
  ...headingSmallStyle,
7934
7945
  ...getTextJssStyle(theme),
7935
7946
  });
7936
- const getComponentCss$V = (state, hasAction, hasClose, theme) => {
7947
+ const getComponentCss$X = (state, hasAction, hasClose, theme) => {
7937
7948
  return getCss({
7938
7949
  '@global': {
7939
7950
  ':host': {
@@ -7980,7 +7991,7 @@ const getComponentCss$V = (state, hasAction, hasClose, theme) => {
7980
7991
  /**
7981
7992
  * @css-variable {"name": "--ref-p-input-slotted-margin", "description": "When slotting a `p-button-pure` or `p-link-pure` this variable needs to be set as `margin` in oder to adjust the spacings correctly."}
7982
7993
  */
7983
- const getComponentCss$U = (disabled, loading, hideLabel, state, compact, readOnly, theme) => {
7994
+ const getComponentCss$W = (disabled, loading, hideLabel, state, compact, readOnly, theme) => {
7984
7995
  return getCss({
7985
7996
  ...getFunctionalComponentInputBaseStyles(disabled, loading, hideLabel, state, compact, readOnly, theme, {
7986
7997
  textOverflow: 'ellipsis',
@@ -8003,7 +8014,7 @@ const getComponentCss$U = (disabled, loading, hideLabel, state, compact, readOnl
8003
8014
  /**
8004
8015
  * @css-variable {"name": "--ref-p-input-slotted-margin", "description": "When slotting a `p-button-pure` or `p-link-pure` this variable needs to be set as `margin` in oder to adjust the spacings correctly."}
8005
8016
  */
8006
- const getComponentCss$T = (disabled, loading, hideLabel, state, compact, readOnly, theme) => {
8017
+ const getComponentCss$V = (disabled, loading, hideLabel, state, compact, readOnly, theme) => {
8007
8018
  return getCss({
8008
8019
  ...getFunctionalComponentInputBaseStyles(disabled, loading, hideLabel, state, compact, readOnly, theme, {
8009
8020
  textOverflow: 'ellipsis',
@@ -8023,7 +8034,7 @@ const getComponentCss$T = (disabled, loading, hideLabel, state, compact, readOnl
8023
8034
  /**
8024
8035
  * @css-variable {"name": "--ref-p-input-slotted-margin", "description": "When slotting a `p-button-pure` or `p-link-pure` this variable needs to be set as `margin` in oder to adjust the spacings correctly."}
8025
8036
  */
8026
- const getComponentCss$S = (disabled, loading, hideLabel, state, compact, readOnly, theme, controls) => {
8037
+ const getComponentCss$U = (disabled, loading, hideLabel, state, compact, readOnly, theme, controls) => {
8027
8038
  return getCss({
8028
8039
  ...getFunctionalComponentInputBaseStyles(disabled, loading, hideLabel, state, compact, readOnly, theme, {
8029
8040
  textOverflow: 'ellipsis',
@@ -8048,7 +8059,7 @@ const getComponentCss$S = (disabled, loading, hideLabel, state, compact, readOnl
8048
8059
  /**
8049
8060
  * @css-variable {"name": "--ref-p-input-slotted-margin", "description": "When slotting a `p-button-pure` or `p-link-pure` this variable needs to be set as `margin` in oder to adjust the spacings correctly."}
8050
8061
  */
8051
- const getComponentCss$R = (disabled, loading, hideLabel, state, toggle, compact, readOnly, theme) => {
8062
+ const getComponentCss$T = (disabled, loading, hideLabel, state, toggle, compact, readOnly, theme) => {
8052
8063
  return getCss({
8053
8064
  ...getFunctionalComponentInputBaseStyles(disabled, loading, hideLabel, state, compact, readOnly, theme, {
8054
8065
  '&[type="text"]': {
@@ -8071,7 +8082,7 @@ const getComponentCss$R = (disabled, loading, hideLabel, state, toggle, compact,
8071
8082
  /**
8072
8083
  * @css-variable {"name": "--ref-p-input-slotted-margin", "description": "When slotting a `p-button-pure` or `p-link-pure` this variable needs to be set as `margin` in oder to adjust the spacings correctly."}
8073
8084
  */
8074
- const getComponentCss$Q = (disabled, loading, hideLabel, state, compact, readOnly, theme, clear) => {
8085
+ const getComponentCss$S = (disabled, loading, hideLabel, state, compact, readOnly, theme, clear) => {
8075
8086
  return getCss({
8076
8087
  ...getFunctionalComponentInputBaseStyles(disabled, loading, hideLabel, state, compact, readOnly, theme, {
8077
8088
  textOverflow: 'ellipsis',
@@ -8095,7 +8106,7 @@ const getComponentCss$Q = (disabled, loading, hideLabel, state, compact, readOnl
8095
8106
  /**
8096
8107
  * @css-variable {"name": "--ref-p-input-slotted-margin", "description": "When slotting a `p-button-pure` or `p-link-pure` this variable needs to be set as `margin` in oder to adjust the spacings correctly."}
8097
8108
  */
8098
- const getComponentCss$P = (disabled, loading, hideLabel, state, compact, readOnly, theme) => {
8109
+ const getComponentCss$R = (disabled, loading, hideLabel, state, compact, readOnly, theme) => {
8099
8110
  return getCss({
8100
8111
  ...getFunctionalComponentInputBaseStyles(disabled, loading, hideLabel, state, compact, readOnly, theme, {
8101
8112
  textOverflow: 'ellipsis',
@@ -8115,7 +8126,7 @@ const getComponentCss$P = (disabled, loading, hideLabel, state, compact, readOnl
8115
8126
  /**
8116
8127
  * @css-variable {"name": "--ref-p-input-slotted-margin", "description": "When slotting a `p-button-pure` or `p-link-pure` this variable needs to be set as `margin` in oder to adjust the spacings correctly."}
8117
8128
  */
8118
- const getComponentCss$O = (disabled, loading, hideLabel, state, compact, readOnly, theme, counter) => {
8129
+ const getComponentCss$Q = (disabled, loading, hideLabel, state, compact, readOnly, theme, counter) => {
8119
8130
  return getCss({
8120
8131
  ...getFunctionalComponentInputBaseStyles(disabled, loading, hideLabel, state, compact, readOnly, theme, {
8121
8132
  textOverflow: 'ellipsis',
@@ -8141,7 +8152,7 @@ const getComponentCss$O = (disabled, loading, hideLabel, state, compact, readOnl
8141
8152
  /**
8142
8153
  * @css-variable {"name": "--ref-p-input-slotted-margin", "description": "When slotting a `p-button-pure` or `p-link-pure` this variable needs to be set as `margin` in oder to adjust the spacings correctly."}
8143
8154
  */
8144
- const getComponentCss$N = (disabled, loading, hideLabel, state, compact, readOnly, theme) => {
8155
+ const getComponentCss$P = (disabled, loading, hideLabel, state, compact, readOnly, theme) => {
8145
8156
  return getCss({
8146
8157
  ...getFunctionalComponentInputBaseStyles(disabled, loading, hideLabel, state, compact, readOnly, theme, {
8147
8158
  textOverflow: 'ellipsis',
@@ -8164,7 +8175,7 @@ const getComponentCss$N = (disabled, loading, hideLabel, state, compact, readOnl
8164
8175
  /**
8165
8176
  * @css-variable {"name": "--ref-p-input-slotted-margin", "description": "When slotting a `p-button-pure` or `p-link-pure` this variable needs to be set as `margin` in oder to adjust the spacings correctly."}
8166
8177
  */
8167
- const getComponentCss$M = (disabled, loading, hideLabel, state, compact, readOnly, theme) => {
8178
+ const getComponentCss$O = (disabled, loading, hideLabel, state, compact, readOnly, theme) => {
8168
8179
  return getCss({
8169
8180
  ...getFunctionalComponentInputBaseStyles(disabled, loading, hideLabel, state, compact, readOnly, theme, {
8170
8181
  textOverflow: 'ellipsis',
@@ -8177,7 +8188,7 @@ const getComponentCss$M = (disabled, loading, hideLabel, state, compact, readOnl
8177
8188
  });
8178
8189
  };
8179
8190
 
8180
- const getComponentCss$L = (icon, iconSource, active, stretch, size, hideLabel, alignLabel, underline, hasSlottedAnchor, theme) => {
8191
+ const getComponentCss$N = (icon, iconSource, active, stretch, size, hideLabel, alignLabel, underline, hasSlottedAnchor, theme) => {
8181
8192
  return getCss(mergeDeep(getLinkButtonPureStyles(icon, iconSource, active, false, stretch, size, hideLabel, alignLabel, underline, hasSlottedAnchor, theme), hasSlottedAnchor && {
8182
8193
  '@global': addImportantToEachRule({
8183
8194
  '::slotted': {
@@ -8206,7 +8217,7 @@ const getComponentCss$L = (icon, iconSource, active, stretch, size, hideLabel, a
8206
8217
  };
8207
8218
 
8208
8219
  const cssVariableInternalLinkScaling = '--p-internal-link-scaling';
8209
- const getComponentCss$K = (icon, iconSource, variant, hideLabel, hasSlottedAnchor, compact, theme) => {
8220
+ const getComponentCss$M = (icon, iconSource, variant, hideLabel, hasSlottedAnchor, compact, theme) => {
8210
8221
  const { linkColor } = getHighContrastColors();
8211
8222
  const isPrimary = variant === 'primary';
8212
8223
  return getCss(mergeDeep(getLinkButtonStyles(icon, iconSource, variant, hideLabel, false, hasSlottedAnchor, compact, cssVariableInternalLinkScaling, theme), {
@@ -8248,7 +8259,7 @@ const getComponentCss$K = (icon, iconSource, variant, hideLabel, hasSlottedAncho
8248
8259
  }));
8249
8260
  };
8250
8261
 
8251
- const getComponentCss$J = (aspectRatio, weight, // to get deprecated semibold typed
8262
+ const getComponentCss$L = (aspectRatio, weight, // to get deprecated semibold typed
8252
8263
  direction, hasDescription) => {
8253
8264
  return getCss({
8254
8265
  '@global': {
@@ -8390,7 +8401,7 @@ const getMultilineEllipsis = (lineClamp) => {
8390
8401
  overflow: 'hidden',
8391
8402
  };
8392
8403
  };
8393
- const getComponentCss$I = (hasLikeButton, hasSlottedAnchor, hasPriceOriginal, hasDescription, aspectRatio, theme) => {
8404
+ const getComponentCss$K = (hasLikeButton, hasSlottedAnchor, hasPriceOriginal, hasDescription, aspectRatio, theme) => {
8394
8405
  const { primaryColor, contrastHighColor, contrastMediumColor, backgroundSurfaceColor } = getThemedColors(theme);
8395
8406
  const { primaryColor: primaryColorDark, contrastHighColor: contrastHighColorDark, contrastMediumColor: contrastMediumColorDark, backgroundSurfaceColor: backgroundSurfaceColorDark, } = getThemedColors('dark');
8396
8407
  return getCss({
@@ -8529,8 +8540,8 @@ const getComponentCss$I = (hasLikeButton, hasSlottedAnchor, hasPriceOriginal, ha
8529
8540
  });
8530
8541
  };
8531
8542
 
8532
- const getComponentCss$H = (aspectRatio, size, weight, // to get deprecated semibold typed
8533
- background, align, compact, hasGradient, isDisabled) => {
8543
+ const getComponentCss$J = (aspectRatio, size, weight, // to get deprecated semibold typed
8544
+ background, align, compact, hasGradient, hasFooterSlot, isDisabled) => {
8534
8545
  const isTopAligned = align === 'top';
8535
8546
  return getCss({
8536
8547
  '@global': {
@@ -8559,6 +8570,10 @@ background, align, compact, hasGradient, isDisabled) => {
8559
8570
  gridArea: `${isTopAligned ? 4 : 2}/2`,
8560
8571
  zIndex: 3,
8561
8572
  },
8573
+ '&[name="footer"]': {
8574
+ gridRow: 2,
8575
+ zIndex: 3,
8576
+ },
8562
8577
  },
8563
8578
  '::slotted(:is(img,picture,video))': addImportantToEachRule({
8564
8579
  display: 'block',
@@ -8639,21 +8654,23 @@ background, align, compact, hasGradient, isDisabled) => {
8639
8654
  },
8640
8655
  footer: {
8641
8656
  gridArea: `${isTopAligned ? 2 : 4}/2`,
8642
- display: 'flex',
8643
- gap: spacingStaticMedium,
8644
- justifyContent: 'space-between',
8645
8657
  ...buildResponsiveStyles(compact, (compactValue) => compactValue
8646
8658
  ? {
8647
- alignItems: 'center',
8648
- flexDirection: 'row',
8659
+ display: 'grid',
8660
+ gridTemplateColumns: '1fr auto',
8661
+ columnGap: spacingStaticMedium,
8649
8662
  }
8650
8663
  : {
8651
- alignItems: 'flex-start',
8664
+ display: 'flex',
8652
8665
  flexDirection: 'column',
8666
+ alignItems: 'start',
8653
8667
  }),
8654
8668
  },
8655
8669
  'link-or-button-pure': {
8656
8670
  zIndex: 5,
8671
+ gridColumn: 2,
8672
+ gridRow: hasFooterSlot && !isTopAligned ? 2 : 1,
8673
+ alignSelf: 'center',
8657
8674
  ...buildResponsiveStyles(compact, (compactValue) => ({
8658
8675
  display: compactValue ? 'inline-block' : 'none',
8659
8676
  })),
@@ -8661,6 +8678,7 @@ background, align, compact, hasGradient, isDisabled) => {
8661
8678
  'link-or-button': {
8662
8679
  minHeight: '54px', // prevent content shift
8663
8680
  zIndex: 5,
8681
+ marginTop: spacingStaticMedium,
8664
8682
  ...buildResponsiveStyles(compact, (compactValue) => ({
8665
8683
  display: compactValue ? 'none' : 'inline-block',
8666
8684
  })),
@@ -8678,7 +8696,7 @@ const baseSizes = {
8678
8696
  height: '72px',
8679
8697
  },
8680
8698
  };
8681
- const getComponentCss$G = (size) => {
8699
+ const getComponentCss$I = (size) => {
8682
8700
  return getCss({
8683
8701
  '@global': {
8684
8702
  ':host': {
@@ -8733,7 +8751,7 @@ const cssVariableSpacingBottom = '--p-modal-spacing-bottom'; // TODO: maybe --p-
8733
8751
  const safeZoneVertical = `calc(${spacingFluidSmall} + ${spacingFluidMedium})`;
8734
8752
  const safeZoneHorizontal = `${spacingFluidLarge}`;
8735
8753
  const cssClassNameStretchToFullModalWidth = 'stretch-to-full-modal-width';
8736
- const getComponentCss$F = (isOpen, backdrop, fullscreen, hasDismissButton, hasHeader, hasFooter, theme) => {
8754
+ const getComponentCss$H = (isOpen, backdrop, fullscreen, hasDismissButton, hasHeader, hasFooter, theme) => {
8737
8755
  return getCss({
8738
8756
  '@global': {
8739
8757
  ':host': {
@@ -8871,7 +8889,7 @@ const getThemedColor = (color, themedColors) => {
8871
8889
  };
8872
8890
  return colorMap[color];
8873
8891
  };
8874
- const getComponentCss$E = (model, safeZone, size, color, theme) => {
8892
+ const getComponentCss$G = (model, safeZone, size, color, theme) => {
8875
8893
  const { width, height } = MODEL_SIGNATURES_MANIFEST[model];
8876
8894
  const isSizeInherit = size === 'inherit';
8877
8895
  return getCss({
@@ -8916,7 +8934,7 @@ const getComponentCss$E = (model, safeZone, size, color, theme) => {
8916
8934
  };
8917
8935
 
8918
8936
  const cssVarInternalMultiSelectOptionScaling = '--p-internal-multi-select-option-scaling';
8919
- const getComponentCss$D = (theme, isDisabled, selected) => {
8937
+ const getComponentCss$F = (theme, isDisabled, selected) => {
8920
8938
  return getCss({
8921
8939
  '@global': {
8922
8940
  ':host': {
@@ -8950,7 +8968,7 @@ const getComponentCss$D = (theme, isDisabled, selected) => {
8950
8968
 
8951
8969
  const cssVarInternalOptgroupScaling = '--p-internal-optgroup-scaling';
8952
8970
  const scalingVar = `var(${cssVarInternalOptgroupScaling}, 1)`;
8953
- const getComponentCss$C = (isDisabled, theme) => {
8971
+ const getComponentCss$E = (isDisabled, theme) => {
8954
8972
  const { primaryColor, disabledColor } = getThemedColors(theme);
8955
8973
  const { primaryColor: primaryColorDark, disabledColor: disabledColorDark } = getThemedColors('dark');
8956
8974
  const padding = `max(2px, ${scalingVar} * ${spacingStaticSmall}) max(4px, ${scalingVar} * 12px)`;
@@ -8989,7 +9007,7 @@ const getComponentCss$C = (isDisabled, theme) => {
8989
9007
  };
8990
9008
 
8991
9009
  const cssVarInternalMultiSelectScaling = '--p-internal-multi-select-scaling';
8992
- const getComponentCss$B = (isOpen, isDisabled, hideLabel, state, compact, theme) => {
9010
+ const getComponentCss$D = (isOpen, isDisabled, hideLabel, state, compact, theme) => {
8993
9011
  const scalingVar = `var(${cssVarInternalMultiSelectScaling}, ${compact ? 0.5 : 1})`;
8994
9012
  return getCss({
8995
9013
  '@global': {
@@ -9039,7 +9057,7 @@ const disabledCursorStyle = {
9039
9057
  pointerEvents: 'none', // prevents :hover (has no effect when forced), maybe we can remove it since CSS selectors already cover desired behavior
9040
9058
  };
9041
9059
  const hiddenStyle = { display: 'none' };
9042
- const getComponentCss$A = (activePage, pageTotal, showLastPage, theme) => {
9060
+ const getComponentCss$C = (activePage, pageTotal, showLastPage, theme) => {
9043
9061
  const { primaryColor, disabledColor, hoverColor } = getThemedColors(theme);
9044
9062
  const { primaryColor: primaryColorDark, disabledColor: disabledColorDark, hoverColor: hoverColorDark, } = getThemedColors('dark');
9045
9063
  return getCss({
@@ -9176,9 +9194,9 @@ const removeStyles = (selector, styles) => Object.fromEntries(Object.entries(sty
9176
9194
  }));
9177
9195
 
9178
9196
  const cssVarInternalPinCodeScaling = '--p-internal-pin-code-scaling';
9179
- const getScalingVar = (compact) => `var(${cssVarInternalPinCodeScaling}, ${compact ? 0.5 : 1})`;
9180
- const getComponentCss$z = (hideLabel, state, isDisabled, isLoading, length, compact, theme) => {
9181
- const scalingVar = getScalingVar(compact);
9197
+ const getScalingVar$1 = (compact) => `var(${cssVarInternalPinCodeScaling}, ${compact ? 0.5 : 1})`;
9198
+ const getComponentCss$B = (hideLabel, state, isDisabled, isLoading, length, compact, theme) => {
9199
+ const scalingVar = getScalingVar$1(compact);
9182
9200
  const dimension = `max(${fontLineHeight}, ${scalingVar} * (${fontLineHeight} + 10px))`;
9183
9201
  const gap = `max(${spacingStaticXSmall}, ${scalingVar} * ${spacingStaticSmall})`;
9184
9202
  const paddingBlock = `max(2px, ${formElementPaddingVertical} * ${scalingVar})`;
@@ -9246,7 +9264,7 @@ const getComponentCss$z = (hideLabel, state, isDisabled, isLoading, length, comp
9246
9264
  const POPOVER_SAFE_ZONE = 8;
9247
9265
 
9248
9266
  const { canvasTextColor } = getHighContrastColors();
9249
- const getComponentCss$y = (theme) => {
9267
+ const getComponentCss$A = (theme) => {
9250
9268
  const { hoverColor, backgroundColor, primaryColor, backgroundSurfaceColor } = getThemedColors(theme);
9251
9269
  const { hoverColor: hoverColorDark, primaryColor: primaryColorDark, backgroundSurfaceColor: backgroundSurfaceColorDark, } = getThemedColors('dark');
9252
9270
  const shadowColor = 'rgba(0,0,0,0.3)';
@@ -9350,10 +9368,10 @@ const getComponentCss$y = (theme) => {
9350
9368
  });
9351
9369
  };
9352
9370
 
9353
- const getCheckedSVGBackgroundImage = (fill) => {
9371
+ const getCheckedSVGBackgroundImage$1 = (fill) => {
9354
9372
  return getInlineSVGBackgroundImage(`<circle fill="${fill}" cx="12" cy="12" r="6"/>`);
9355
9373
  };
9356
- const getComponentCss$x = (hideLabel, state, isDisabled, isLoading, theme) => {
9374
+ const getComponentCss$z = (hideLabel, state, isDisabled, isLoading, theme) => {
9357
9375
  const checkedIconColor = escapeHashCharacter(getInvertedThemedColors(theme).primaryColor);
9358
9376
  const checkedIconColorDark = escapeHashCharacter(getInvertedThemedColors('dark').primaryColor);
9359
9377
  return getCss({
@@ -9376,16 +9394,16 @@ const getComponentCss$x = (hideLabel, state, isDisabled, isLoading, theme) => {
9376
9394
  // TODO: is it somehow useful possible to make following styles configurable by paramter?
9377
9395
  ...(!isLoading && {
9378
9396
  '&(input:checked)': {
9379
- backgroundImage: getCheckedSVGBackgroundImage(checkedIconColor),
9397
+ backgroundImage: getCheckedSVGBackgroundImage$1(checkedIconColor),
9380
9398
  ...prefersColorSchemeDarkMediaQuery(theme, {
9381
- backgroundImage: getCheckedSVGBackgroundImage(checkedIconColorDark),
9399
+ backgroundImage: getCheckedSVGBackgroundImage$1(checkedIconColorDark),
9382
9400
  }),
9383
9401
  // This is a workaround for Blink based browsers, which do not reflect the high contrast system colors (e.g.: "Canvas" and "CanvasText") when added to background SVG's.
9384
9402
  ...(isHighContrastMode &&
9385
9403
  getSchemedHighContrastMediaQuery({
9386
- backgroundImage: getCheckedSVGBackgroundImage('white'),
9404
+ backgroundImage: getCheckedSVGBackgroundImage$1('white'),
9387
9405
  }, {
9388
- backgroundImage: getCheckedSVGBackgroundImage('black'),
9406
+ backgroundImage: getCheckedSVGBackgroundImage$1('black'),
9389
9407
  })),
9390
9408
  },
9391
9409
  }),
@@ -9434,6 +9452,267 @@ const getComponentCss$x = (hideLabel, state, isDisabled, isLoading, theme) => {
9434
9452
  });
9435
9453
  };
9436
9454
 
9455
+ const cssVarInternalRadioGroupOptionScaling = '--p-internal-radio-group-option-scaling';
9456
+ const getCheckedSVGBackgroundImage = (fill) => {
9457
+ return getInlineSVGBackgroundImage(`<circle fill="${fill}" cx="12" cy="12" r="6"/>`);
9458
+ };
9459
+ const getComponentCss$y = (disabled, loading, state, theme) => {
9460
+ const { primaryColor, contrastMediumColor, contrastHighColor, disabledColor, focusColor } = getThemedColors(theme);
9461
+ const { primaryColor: primaryColorDark, contrastMediumColor: contrastMediumColorDark, contrastHighColor: contrastHighColorDark, disabledColor: disabledColorDark, focusColor: focusColorDark, } = getThemedColors('dark');
9462
+ const { formStateColor, formStateHoverColor } = getThemedFormStateColors(theme, state);
9463
+ const { formStateColor: formStateColorDark, formStateHoverColor: formStateHoverColorDark } = getThemedFormStateColors('dark', state);
9464
+ const { canvasTextColor } = getHighContrastColors();
9465
+ const disabledOrLoading = isDisabledOrLoading(disabled, loading);
9466
+ // TODO: needs to be extracted into a color function
9467
+ const uncheckedColor = disabledOrLoading ? disabledColor : formStateColor || contrastMediumColor;
9468
+ const uncheckedColorDark = disabledOrLoading ? disabledColorDark : formStateColorDark || contrastMediumColorDark;
9469
+ const uncheckedHoverColor = formStateHoverColor || primaryColor;
9470
+ const uncheckedHoverColorDark = formStateHoverColorDark || primaryColorDark;
9471
+ const checkedColor = isHighContrastMode
9472
+ ? canvasTextColor
9473
+ : disabledOrLoading
9474
+ ? disabledColor
9475
+ : formStateColor || primaryColor;
9476
+ const checkedColorDark = isHighContrastMode
9477
+ ? canvasTextColor
9478
+ : disabledOrLoading
9479
+ ? disabledColorDark
9480
+ : formStateColorDark || primaryColorDark;
9481
+ const checkedHoverColor = formStateHoverColor || contrastHighColor;
9482
+ const checkedHoverColorDark = formStateHoverColorDark || contrastHighColorDark;
9483
+ const minDimension = `calc(${SCALING_BASE_VALUE} * 0.75)`;
9484
+ const scalingVar = `var(${cssVarInternalRadioGroupOptionScaling}, 1)`;
9485
+ const dimension = `max(${minDimension}, ${scalingVar} * (${fontLineHeight}))`;
9486
+ const dimensionFull = `calc(${dimension} + ${borderWidthBase} * 2)`; // Calculates the total size of the checkbox including its borders.
9487
+ const minimumTouchTargetSize = '24px'; // Minimum touch target size to comply with accessibility guidelines.
9488
+ const touchTargetSizeDiff = `calc(${minimumTouchTargetSize} - ${dimensionFull})`; // Difference between the minimum touch target size and the radio button full size.
9489
+ const inset = `calc(-${borderWidthBase} - max(0px, ${touchTargetSizeDiff} / 2))`; // Positions the radio button '::before' pseudo-element with a negative offset to align it with the touch target.
9490
+ const paddingInlineStart = `calc(${spacingStaticSmall} - (max(0px, ${touchTargetSizeDiff})))`;
9491
+ const checkedIconColor = escapeHashCharacter(getInvertedThemedColors(theme).primaryColor);
9492
+ const checkedIconColorDark = escapeHashCharacter(getInvertedThemedColors('dark').primaryColor);
9493
+ const paddingTop = `calc((${dimensionFull} - ${fontLineHeight}) / 2)`; // Vertically centers the radio button label relative to the radio button size.
9494
+ const height = `calc(max(${fontLineHeight}, ${dimensionFull}))`; // Ensures the wrapper height matches either the font's line height or the full size of the radio-group, whichever is larger.
9495
+ return getCss({
9496
+ '@global': {
9497
+ ':host': {
9498
+ ...addImportantToEachRule({
9499
+ ...colorSchemeStyles,
9500
+ ...hostHiddenStyles,
9501
+ }),
9502
+ display: 'block',
9503
+ },
9504
+ input: {
9505
+ gridArea: '1/1',
9506
+ borderRadius: '50%',
9507
+ position: 'relative',
9508
+ width: dimension,
9509
+ height: dimension,
9510
+ font: `${fontSizeTextSmall} ${fontFamily}`, // needed for correct width and height definition based on ex-unit
9511
+ display: 'block',
9512
+ margin: 0,
9513
+ padding: 0,
9514
+ WebkitAppearance: 'none', // iOS safari
9515
+ appearance: 'none',
9516
+ boxSizing: 'content-box',
9517
+ background: `transparent 0% 0% / ${fontLineHeight}`,
9518
+ transition: `${getTransition('background-color')}, ${getTransition('border-color')}`,
9519
+ border: `${borderWidthBase} solid ${uncheckedColor}`,
9520
+ outline: 0, // TODO: only relevant for VRT testing with forced states - prevents :focus style (in case getFocusJssStyle() condition is not matching)
9521
+ ...(disabledOrLoading
9522
+ ? {
9523
+ pointerEvents: 'none', // to prevent form element becomes clickable/toggleable
9524
+ }
9525
+ : {
9526
+ cursor: 'pointer',
9527
+ }),
9528
+ ...prefersColorSchemeDarkMediaQuery(theme, {
9529
+ borderColor: uncheckedColorDark,
9530
+ }),
9531
+ '&::before': {
9532
+ // Ensures the touch target is at least '24px', even if the radio button is smaller than the minimum touch target size.
9533
+ // This pseudo-element expands the clickable area without affecting the visual size of the radio button itself.
9534
+ content: '""',
9535
+ position: 'absolute',
9536
+ inset,
9537
+ },
9538
+ },
9539
+ 'input:checked': {
9540
+ borderColor: checkedColor,
9541
+ backgroundColor: checkedColor,
9542
+ backgroundSize: dimension,
9543
+ backgroundImage: getCheckedSVGBackgroundImage(checkedIconColor),
9544
+ ...prefersColorSchemeDarkMediaQuery(theme, {
9545
+ borderColor: checkedColorDark,
9546
+ backgroundColor: checkedColorDark,
9547
+ backgroundImage: getCheckedSVGBackgroundImage(checkedIconColorDark),
9548
+ }),
9549
+ // This is a workaround for Blink-based browsers, which do not reflect the high contrast system colors (e.g.: "Canvas" and "CanvasText") when added to background SVG's.
9550
+ ...(isHighContrastMode &&
9551
+ getSchemedHighContrastMediaQuery({
9552
+ backgroundImage: getCheckedSVGBackgroundImage('white'),
9553
+ }, {
9554
+ backgroundImage: getCheckedSVGBackgroundImage('black'),
9555
+ })),
9556
+ },
9557
+ ...(!disabledOrLoading &&
9558
+ !isHighContrastMode &&
9559
+ hoverMediaQuery({
9560
+ 'input:hover,label:hover~.wrapper input': {
9561
+ borderColor: uncheckedHoverColor,
9562
+ ...prefersColorSchemeDarkMediaQuery(theme, {
9563
+ borderColor: uncheckedHoverColorDark,
9564
+ }),
9565
+ },
9566
+ 'input:checked:hover,label:hover~.wrapper input:checked': {
9567
+ borderColor: checkedHoverColor,
9568
+ backgroundColor: checkedHoverColor,
9569
+ ...prefersColorSchemeDarkMediaQuery(theme, {
9570
+ borderColor: checkedHoverColorDark,
9571
+ backgroundColor: checkedHoverColorDark,
9572
+ }),
9573
+ },
9574
+ 'label:hover~.wrapper input': supportsChromiumMediaQuery({
9575
+ transition: 'unset', // Fixes a chrome bug where transition properties are stuck on hover
9576
+ }),
9577
+ })),
9578
+ ...(!disabled && {
9579
+ 'input::-moz-focus-inner': {
9580
+ border: 0, // reset ua-style (for FF)
9581
+ },
9582
+ 'input:focus': {
9583
+ outline: 0, // reset ua-style (for older browsers)
9584
+ },
9585
+ 'input:focus-visible': {
9586
+ outline: `${borderWidthBase} solid ${focusColor}`,
9587
+ outlineOffset: '2px',
9588
+ ...prefersColorSchemeDarkMediaQuery(theme, {
9589
+ outlineColor: focusColorDark,
9590
+ }),
9591
+ },
9592
+ }),
9593
+ ...preventFoucOfNestedElementsStyles,
9594
+ },
9595
+ root: {
9596
+ display: 'grid',
9597
+ gridTemplateColumns: 'auto minmax(0, 1fr)',
9598
+ rowGap: spacingStaticXSmall,
9599
+ },
9600
+ wrapper: {
9601
+ ...textSmallStyle,
9602
+ display: 'grid',
9603
+ gridArea: '1/1',
9604
+ minWidth: minimumTouchTargetSize,
9605
+ minHeight: minimumTouchTargetSize,
9606
+ justifyContent: 'center',
9607
+ alignItems: 'center',
9608
+ alignSelf: 'flex-start', // in case label becomes multiline
9609
+ ...(isDisabledOrLoading(disabled, loading) && {
9610
+ cursor: 'not-allowed',
9611
+ }),
9612
+ height,
9613
+ },
9614
+ ...(loading && {
9615
+ spinner: {
9616
+ position: 'relative', // ensure correct stacking, can be removed as soon as focus for input is handled with outline
9617
+ gridArea: '1/1',
9618
+ placeSelf: 'center',
9619
+ width: dimension,
9620
+ height: dimension,
9621
+ font: `${fontSizeTextSmall} ${fontFamily}`, // needed for correct width and height definition based on ex-unit
9622
+ pointerEvents: 'none',
9623
+ },
9624
+ }),
9625
+ // .label / .required
9626
+ ...getFunctionalComponentLabelStyles(disabled || loading, false, theme, {
9627
+ gridArea: '1/2',
9628
+ }, {
9629
+ paddingTop,
9630
+ paddingInlineStart,
9631
+ }),
9632
+ // .loading
9633
+ ...getFunctionalComponentLoadingMessageStyles(),
9634
+ });
9635
+ };
9636
+
9637
+ const cssVarInternalRadioGroupScaling = '--p-internal-radio-group-scaling';
9638
+ const groupRadioGroupDirectionJssStyles = {
9639
+ column: {
9640
+ flexFlow: 'column nowrap',
9641
+ alignItems: 'stretch',
9642
+ },
9643
+ row: {
9644
+ flexFlow: 'row wrap',
9645
+ alignItems: 'start',
9646
+ },
9647
+ };
9648
+ const getRadioGroupDirectionJssStyles = (direction) => {
9649
+ return groupRadioGroupDirectionJssStyles[direction];
9650
+ };
9651
+ const getComponentCss$x = (disabled, loading, hideLabel, state, compact, direction, theme) => {
9652
+ const scalingVar = `var(${cssVarInternalRadioGroupScaling}, ${compact ? 0.6668 : 1})`;
9653
+ const { primaryColor } = getThemedColors(theme);
9654
+ const { primaryColor: primaryColorDark } = getThemedColors('dark');
9655
+ const { formStateHoverColor } = getThemedFormStateColors(theme, state);
9656
+ const { formStateHoverColor: formStateHoverColorDark } = getThemedFormStateColors('dark', state);
9657
+ const hoverStyles = {
9658
+ borderColor: formStateHoverColor || primaryColor,
9659
+ ...prefersColorSchemeDarkMediaQuery(theme, {
9660
+ borderColor: formStateHoverColorDark || primaryColorDark,
9661
+ }),
9662
+ };
9663
+ const dimension = `max(${fontLineHeight}, ${scalingVar} * (${fontLineHeight} + 10px))`;
9664
+ const columnGap = `max(${spacingStaticSmall}, ${scalingVar} * ${spacingStaticMedium})`;
9665
+ const rowGap = `max(${spacingStaticXSmall}, ${scalingVar} * ${spacingStaticSmall})`;
9666
+ return getCss({
9667
+ '@global': {
9668
+ ':host': {
9669
+ ...addImportantToEachRule({
9670
+ ...colorSchemeStyles,
9671
+ ...hostHiddenStyles,
9672
+ }),
9673
+ [`${cssVarInternalRadioGroupOptionScaling}`]: scalingVar,
9674
+ },
9675
+ ...preventFoucOfNestedElementsStyles,
9676
+ },
9677
+ root: {
9678
+ display: 'grid',
9679
+ justifySelf: 'flex-start',
9680
+ rowGap: spacingStaticXSmall,
9681
+ },
9682
+ wrapper: {
9683
+ alignItems: 'start',
9684
+ position: 'relative',
9685
+ display: 'flex',
9686
+ ...buildResponsiveStyles(direction, getRadioGroupDirectionJssStyles),
9687
+ columnGap,
9688
+ rowGap,
9689
+ },
9690
+ ...(loading && {
9691
+ spinner: {
9692
+ position: 'absolute',
9693
+ top: '50%',
9694
+ left: '50%',
9695
+ transform: 'translate(-50%, -50%)',
9696
+ width: dimension,
9697
+ height: dimension,
9698
+ pointerEvents: 'none',
9699
+ },
9700
+ }),
9701
+ // .label / .required
9702
+ ...getFunctionalComponentLabelStyles(disabled, hideLabel, theme, !disabled && {
9703
+ ...hoverMediaQuery({
9704
+ '&:hover~.wrapper': hoverStyles,
9705
+ }),
9706
+ cursor: 'inherit', // the label is not clickable
9707
+ }),
9708
+ // .message
9709
+ ...getFunctionalComponentStateMessageStyles(theme, state),
9710
+ // .loading
9711
+ ...getFunctionalComponentLoadingMessageStyles(),
9712
+ 'sr-only': getHiddenTextJssStyle(),
9713
+ });
9714
+ };
9715
+
9437
9716
  const prevNextWrapperWidth = `calc(${fontLineHeight} + 24px)`;
9438
9717
  const getComponentCss$w = (isNextHidden, isPrevHidden, alignScrollIndicator, hasScrollbar, theme) => {
9439
9718
  const actionPrevNextStyles = {
@@ -9547,7 +9826,9 @@ const getComponentCss$w = (isNextHidden, isPrevHidden, alignScrollIndicator, has
9547
9826
  });
9548
9827
  };
9549
9828
 
9550
- const ITEM_PADDING = '17px';
9829
+ const cssVarInternalSegmentedControlScaling = '--p-internal-segmented-control-scaling';
9830
+ const getScalingVar = (compact) => `var(${cssVarInternalSegmentedControlScaling}, ${compact ? 0.5 : 1})`;
9831
+ const ICON_OFFSET = '4px';
9551
9832
  const { font: BUTTON_FONT } = textSmallStyle;
9552
9833
  const ICON_SIZE = '1.5rem';
9553
9834
  const ICON_MARGIN = '.25rem';
@@ -9567,10 +9848,20 @@ const getColors$2 = (isDisabled, isSelected, theme) => {
9567
9848
  hoverBorderColor: primaryColor,
9568
9849
  };
9569
9850
  };
9570
- const getItemPadding = (hasIconAndSlottedContent) => hasIconAndSlottedContent ? `13px ${ITEM_PADDING} 13px 13px` : `13px ${ITEM_PADDING}`;
9571
- const getComponentCss$v = (isDisabled, isSelected, hasIcon, hasSlottedContent, theme) => {
9851
+ const getScalableItemStyles = (hasIconAndSlottedContent, compact) => {
9852
+ const scalingVar = getScalingVar(compact);
9853
+ const verticalPadding = `max(2px, ${formElementPaddingVertical} * ${scalingVar})`;
9854
+ const horizontalPadding = `calc(${verticalPadding} + ${ICON_OFFSET})`;
9855
+ const padding = hasIconAndSlottedContent
9856
+ ? `${verticalPadding} ${horizontalPadding} ${verticalPadding} ${verticalPadding}`
9857
+ : `${verticalPadding} ${horizontalPadding}`;
9858
+ const dimension = `calc(max(${fontLineHeight}, ${scalingVar} * (${fontLineHeight} + 10px)) + (${verticalPadding} + ${borderWidthBase}) * 2)`;
9859
+ return { padding, dimension };
9860
+ };
9861
+ const getComponentCss$v = (compact, isDisabled, isSelected, hasIcon, hasSlottedContent, theme) => {
9572
9862
  const { buttonColor, labelColor, borderColor, hoverBorderColor } = getColors$2(isDisabled, isSelected, theme);
9573
9863
  const { buttonColor: buttonColorDark, labelColor: labelColorDark, borderColor: borderColorDark, hoverBorderColor: hoverBorderColorDark, } = getColors$2(isDisabled, isSelected, 'dark');
9864
+ const scalableItemStyles = getScalableItemStyles(hasIcon && hasSlottedContent, compact);
9574
9865
  return getCss({
9575
9866
  '@global': {
9576
9867
  ':host': {
@@ -9586,8 +9877,9 @@ const getComponentCss$v = (isDisabled, isSelected, hasIcon, hasSlottedContent, t
9586
9877
  position: 'relative',
9587
9878
  display: 'block',
9588
9879
  height: '100%',
9880
+ minHeight: scalableItemStyles.dimension,
9589
9881
  width: '100%',
9590
- padding: getItemPadding(hasIcon && hasSlottedContent),
9882
+ padding: scalableItemStyles.padding,
9591
9883
  margin: 0, // Removes default button margin on safari 15
9592
9884
  border: `${borderWidthBase} solid ${borderColor}`,
9593
9885
  borderRadius: borderRadiusSmall,
@@ -9639,7 +9931,8 @@ const getComponentCss$v = (isDisabled, isSelected, hasIcon, hasSlottedContent, t
9639
9931
  }),
9640
9932
  });
9641
9933
  };
9642
- const getComponentCss$u = (maxWidth, columns) => {
9934
+ const getComponentCss$u = (maxWidth, columns, compact) => {
9935
+ const scalingVar = getScalingVar(compact);
9643
9936
  return getCss({
9644
9937
  '@global': {
9645
9938
  ':host': {
@@ -9651,7 +9944,7 @@ const getComponentCss$u = (maxWidth, columns) => {
9651
9944
  ? `repeat(auto-fit, ${maxWidth}px)`
9652
9945
  : `repeat(${col}, minmax(0, 1fr))`,
9653
9946
  })),
9654
- gap: '6px',
9947
+ gap: `max(${spacingStaticXSmall}, ${scalingVar} * 6px)`,
9655
9948
  ...colorSchemeStyles,
9656
9949
  ...hostHiddenStyles,
9657
9950
  }),
@@ -11537,4 +11830,4 @@ const getComponentCss = (size, theme) => {
11537
11830
  });
11538
11831
  };
11539
11832
 
11540
- export { cssVarButtonPureMargin, cssVarButtonPurePadding, cssVarInternalInputBaseScaling, getComponentCss$1l as getAccordionCss, getComponentCss$1k as getBannerCss, getComponentCss$1g as getButtonCss, getComponentCss$1j as getButtonGroupCss, getComponentCss$1i as getButtonPureCss, getComponentCss$1h as getButtonTileCss, getComponentCss$1f as getCanvasCss, getComponentCss$1e as getCarouselCss, getComponentCss$1c as getCheckboxCss, getComponentCss$1d as getCheckboxWrapperCss, getComponentCss$1b as getContentWrapperCss, getComponentCss$1a as getCrestCss, getComponentCss$19 as getDisplayCss, getComponentCss$18 as getDividerCss, getComponentCss$17 as getDrilldownCss, getComponentCss$16 as getDrilldownItemCss, getComponentCss$15 as getDrilldownLinkCss, getComponentCss$13 as getFieldsetCss, getComponentCss$14 as getFieldsetWrapperCss, getComponentCss$12 as getFlagCss, getComponentCss$10 as getFlexCss, getComponentCss$11 as getFlexItemCss, getComponentCss$$ as getFlyoutCss, getFunctionalComponentInputBaseStyles, getFunctionalComponentLabelStyles, getFunctionalComponentLoadingMessageStyles, getFunctionalComponentNoResultsOptionStyles, getFunctionalComponentRequiredStyles, getFunctionalComponentStateMessageStyles, getComponentCss$Z as getGridCss, getComponentCss$_ as getGridItemCss, getComponentCss$Y as getHeadingCss, getComponentCss$X as getHeadlineCss, getComponentCss$W as getIconCss, getComponentCss$V as getInlineNotificationCss, getComponentCss$U as getInputDateCss, getComponentCss$T as getInputEmailCss, getComponentCss$S as getInputNumberCss, getComponentCss$R as getInputPasswordCss, getComponentCss$Q as getInputSearchCss, getComponentCss$P as getInputTelCss, getComponentCss$O as getInputTextCss, getComponentCss$N as getInputTimeCss, getComponentCss$M as getInputUrlCss, getComponentCss$K as getLinkCss, getComponentCss$L as getLinkPureCss, getComponentCss$K as getLinkSocialCss, getComponentCss$H as getLinkTileCss, getComponentCss$J as getLinkTileModelSignatureCss, getComponentCss$I as getLinkTileProductCss, getComponentCss$G as getMarqueCss, getComponentCss$F as getModalCss, getComponentCss$E as getModelSignatureCss, getComponentCss$B as getMultiSelectCss, getComponentCss$D as getMultiSelectOptionCss, getComponentCss$C as getOptgroupCss, getComponentCss$A as getPaginationCss, getComponentCss$z as getPinCodeCss, getComponentCss$y as getPopoverCss, getComponentCss$x as getRadioButtonWrapperCss, getScalingVar$1 as getScalingVar, getComponentCss$w as getScrollerCss, getComponentCss$u as getSegmentedControlCss, getComponentCss$v as getSegmentedControlItemCss, getComponentCss$q as getSelectCss, getComponentCss$r as getSelectOptionCss, getComponentCss$s as getSelectWrapperCss, getComponentCss$t as getSelectWrapperDropdownCss, getComponentCss$p as getSheetCss, getComponentCss$o as getSpinnerCss, getComponentCss$m as getStepperHorizontalCss, getComponentCss$n as getStepperHorizontalItemCss, getComponentCss$l as getSwitchCss, getComponentCss$k as getTableBodyCss, getComponentCss$i as getTableCellCss, getComponentCss$j as getTableCss, getComponentCss$h as getTableHeadCellCss, getComponentCss$f as getTableHeadCss, getComponentCss$g as getTableHeadRowCss, getComponentCss$e as getTableRowCss, getComponentCss$d as getTabsBarCss, getComponentCss$b as getTabsCss, getComponentCss$c as getTabsItemCss, getComponentCss$9 as getTagCss, getComponentCss$a as getTagDismissibleCss, getComponentCss$5 as getTextCss, getComponentCss$8 as getTextFieldWrapperCss, getComponentCss$7 as getTextListCss, getComponentCss$6 as getTextListItemCss, getComponentCss$3 as getTextareaCss, getComponentCss$4 as getTextareaWrapperCss, getComponentCss$1 as getToastCss, getComponentCss as getWordmarkCss };
11833
+ export { cssVarButtonPureMargin, cssVarButtonPurePadding, cssVarInternalInputBaseScaling, getComponentCss$1n as getAccordionCss, getComponentCss$1m as getBannerCss, getComponentCss$1i as getButtonCss, getComponentCss$1l as getButtonGroupCss, getComponentCss$1k as getButtonPureCss, getComponentCss$1j as getButtonTileCss, getComponentCss$1h as getCanvasCss, getComponentCss$1g as getCarouselCss, getComponentCss$1e as getCheckboxCss, getComponentCss$1f as getCheckboxWrapperCss, getComponentCss$1d as getContentWrapperCss, getComponentCss$1c as getCrestCss, getComponentCss$1b as getDisplayCss, getComponentCss$1a as getDividerCss, getComponentCss$19 as getDrilldownCss, getComponentCss$18 as getDrilldownItemCss, getComponentCss$17 as getDrilldownLinkCss, getComponentCss$15 as getFieldsetCss, getComponentCss$16 as getFieldsetWrapperCss, getComponentCss$14 as getFlagCss, getComponentCss$12 as getFlexCss, getComponentCss$13 as getFlexItemCss, getComponentCss$11 as getFlyoutCss, getFunctionalComponentInputBaseStyles, getFunctionalComponentLabelStyles, getFunctionalComponentLoadingMessageStyles, getFunctionalComponentNoResultsOptionStyles, getFunctionalComponentRequiredStyles, getFunctionalComponentStateMessageStyles, getComponentCss$$ as getGridCss, getComponentCss$10 as getGridItemCss, getComponentCss$_ as getHeadingCss, getComponentCss$Z as getHeadlineCss, getComponentCss$Y as getIconCss, getComponentCss$X as getInlineNotificationCss, getComponentCss$W as getInputDateCss, getComponentCss$V as getInputEmailCss, getComponentCss$U as getInputNumberCss, getComponentCss$T as getInputPasswordCss, getComponentCss$S as getInputSearchCss, getComponentCss$R as getInputTelCss, getComponentCss$Q as getInputTextCss, getComponentCss$P as getInputTimeCss, getComponentCss$O as getInputUrlCss, getComponentCss$M as getLinkCss, getComponentCss$N as getLinkPureCss, getComponentCss$M as getLinkSocialCss, getComponentCss$J as getLinkTileCss, getComponentCss$L as getLinkTileModelSignatureCss, getComponentCss$K as getLinkTileProductCss, getComponentCss$I as getMarqueCss, getComponentCss$H as getModalCss, getComponentCss$G as getModelSignatureCss, getComponentCss$D as getMultiSelectCss, getComponentCss$F as getMultiSelectOptionCss, getComponentCss$E as getOptgroupCss, getComponentCss$C as getPaginationCss, getComponentCss$B as getPinCodeCss, getComponentCss$A as getPopoverCss, getComponentCss$z as getRadioButtonWrapperCss, getComponentCss$x as getRadioGroupCss, getComponentCss$y as getRadioGroupOptionCss, getScalingVar$2 as getScalingVar, getComponentCss$w as getScrollerCss, getComponentCss$u as getSegmentedControlCss, getComponentCss$v as getSegmentedControlItemCss, getComponentCss$q as getSelectCss, getComponentCss$r as getSelectOptionCss, getComponentCss$s as getSelectWrapperCss, getComponentCss$t as getSelectWrapperDropdownCss, getComponentCss$p as getSheetCss, getComponentCss$o as getSpinnerCss, getComponentCss$m as getStepperHorizontalCss, getComponentCss$n as getStepperHorizontalItemCss, getComponentCss$l as getSwitchCss, getComponentCss$k as getTableBodyCss, getComponentCss$i as getTableCellCss, getComponentCss$j as getTableCss, getComponentCss$h as getTableHeadCellCss, getComponentCss$f as getTableHeadCss, getComponentCss$g as getTableHeadRowCss, getComponentCss$e as getTableRowCss, getComponentCss$d as getTabsBarCss, getComponentCss$b as getTabsCss, getComponentCss$c as getTabsItemCss, getComponentCss$9 as getTagCss, getComponentCss$a as getTagDismissibleCss, getComponentCss$5 as getTextCss, getComponentCss$8 as getTextFieldWrapperCss, getComponentCss$7 as getTextListCss, getComponentCss$6 as getTextListItemCss, getComponentCss$3 as getTextareaCss, getComponentCss$4 as getTextareaWrapperCss, getComponentCss$1 as getToastCss, getComponentCss as getWordmarkCss };