@porsche-design-system/components-react 4.0.0-rc.0 → 4.0.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 (296) hide show
  1. package/CHANGELOG.md +125 -0
  2. package/OSS_NOTICE +195 -855
  3. package/README.md +0 -5
  4. package/bin/patchRemixRunProcessBrowserGlobalIdentifier.js +0 -0
  5. package/cjs/lib/components/banner.wrapper.cjs +3 -3
  6. package/cjs/lib/components/segmented-control.wrapper.cjs +3 -3
  7. package/esm/hooks.mjs +1 -1
  8. package/esm/lib/components/accordion.wrapper.d.ts +8 -0
  9. package/esm/lib/components/banner.wrapper.d.ts +37 -15
  10. package/esm/lib/components/banner.wrapper.mjs +3 -3
  11. package/esm/lib/components/button-pure.wrapper.d.ts +22 -0
  12. package/esm/lib/components/button-tile.wrapper.d.ts +20 -0
  13. package/esm/lib/components/button.wrapper.d.ts +14 -0
  14. package/esm/lib/components/canvas.wrapper.d.ts +6 -0
  15. package/esm/lib/components/carousel.wrapper.d.ts +22 -0
  16. package/esm/lib/components/checkbox.wrapper.d.ts +24 -0
  17. package/esm/lib/components/crest.wrapper.d.ts +2 -0
  18. package/esm/lib/components/display.wrapper.d.ts +8 -0
  19. package/esm/lib/components/divider.wrapper.d.ts +4 -0
  20. package/esm/lib/components/drilldown-item.wrapper.d.ts +6 -0
  21. package/esm/lib/components/drilldown-link.wrapper.d.ts +4 -0
  22. package/esm/lib/components/drilldown.wrapper.d.ts +2 -0
  23. package/esm/lib/components/fieldset.wrapper.d.ts +10 -0
  24. package/esm/lib/components/flag.wrapper.d.ts +4 -0
  25. package/esm/lib/components/flyout.wrapper.d.ts +12 -0
  26. package/esm/lib/components/heading.wrapper.d.ts +12 -0
  27. package/esm/lib/components/icon.wrapper.d.ts +6 -0
  28. package/esm/lib/components/inline-notification.wrapper.d.ts +14 -0
  29. package/esm/lib/components/input-date.wrapper.d.ts +24 -0
  30. package/esm/lib/components/input-email.wrapper.d.ts +28 -0
  31. package/esm/lib/components/input-month.wrapper.d.ts +24 -0
  32. package/esm/lib/components/input-number.wrapper.d.ts +28 -0
  33. package/esm/lib/components/input-password.wrapper.d.ts +26 -0
  34. package/esm/lib/components/input-search.wrapper.d.ts +28 -0
  35. package/esm/lib/components/input-tel.wrapper.d.ts +26 -0
  36. package/esm/lib/components/input-text.wrapper.d.ts +26 -0
  37. package/esm/lib/components/input-time.wrapper.d.ts +24 -0
  38. package/esm/lib/components/input-url.wrapper.d.ts +26 -0
  39. package/esm/lib/components/input-week.wrapper.d.ts +24 -0
  40. package/esm/lib/components/link-pure.wrapper.d.ts +18 -0
  41. package/esm/lib/components/link-tile-product.wrapper.d.ts +8 -0
  42. package/esm/lib/components/link-tile.wrapper.d.ts +14 -0
  43. package/esm/lib/components/link.wrapper.d.ts +10 -0
  44. package/esm/lib/components/modal.wrapper.d.ts +12 -0
  45. package/esm/lib/components/model-signature.wrapper.d.ts +12 -0
  46. package/esm/lib/components/multi-select-option.wrapper.d.ts +2 -0
  47. package/esm/lib/components/multi-select.wrapper.d.ts +20 -0
  48. package/esm/lib/components/optgroup.wrapper.d.ts +2 -0
  49. package/esm/lib/components/pagination.wrapper.d.ts +10 -0
  50. package/esm/lib/components/pin-code.wrapper.d.ts +24 -0
  51. package/esm/lib/components/popover.wrapper.d.ts +2 -0
  52. package/esm/lib/components/radio-group-option.wrapper.d.ts +4 -0
  53. package/esm/lib/components/radio-group.wrapper.d.ts +22 -0
  54. package/esm/lib/components/scroller.wrapper.d.ts +6 -0
  55. package/esm/lib/components/segmented-control-item.wrapper.d.ts +2 -0
  56. package/esm/lib/components/segmented-control.wrapper.d.ts +28 -0
  57. package/esm/lib/components/segmented-control.wrapper.mjs +3 -3
  58. package/esm/lib/components/select-option.wrapper.d.ts +2 -0
  59. package/esm/lib/components/select.wrapper.d.ts +20 -0
  60. package/esm/lib/components/sheet.wrapper.d.ts +8 -0
  61. package/esm/lib/components/spinner.wrapper.d.ts +4 -0
  62. package/esm/lib/components/stepper-horizontal-item.wrapper.d.ts +2 -0
  63. package/esm/lib/components/stepper-horizontal.wrapper.d.ts +2 -0
  64. package/esm/lib/components/switch.wrapper.d.ts +14 -0
  65. package/esm/lib/components/table-cell.wrapper.d.ts +2 -0
  66. package/esm/lib/components/table-head-cell.wrapper.d.ts +4 -0
  67. package/esm/lib/components/table.wrapper.d.ts +6 -0
  68. package/esm/lib/components/tabs-bar.wrapper.d.ts +6 -0
  69. package/esm/lib/components/tabs.wrapper.d.ts +8 -0
  70. package/esm/lib/components/tag-dismissible.wrapper.d.ts +2 -0
  71. package/esm/lib/components/tag.wrapper.d.ts +6 -0
  72. package/esm/lib/components/text-list.wrapper.d.ts +2 -0
  73. package/esm/lib/components/text.wrapper.d.ts +14 -0
  74. package/esm/lib/components/textarea.wrapper.d.ts +30 -0
  75. package/esm/lib/components/wordmark.wrapper.d.ts +4 -0
  76. package/esm/lib/types.d.ts +34 -25
  77. package/global-styles/cn/index.css +43 -39
  78. package/global-styles/color-scheme.css +24 -24
  79. package/global-styles/index.css +43 -39
  80. package/global-styles/variables.css +19 -15
  81. package/package.json +5 -3
  82. package/ssr/cjs/components/dist/styles/esm/styles-entry.cjs +1043 -847
  83. package/ssr/cjs/components/dist/utils/esm/utils-entry.cjs +58 -84
  84. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/banner.wrapper.cjs +4 -5
  85. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/segmented-control.wrapper.cjs +4 -4
  86. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/accordion.cjs +1 -1
  87. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/banner.cjs +18 -8
  88. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button.cjs +1 -1
  89. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/canvas.cjs +1 -1
  90. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/carousel.cjs +1 -1
  91. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/checkbox.cjs +3 -2
  92. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/drilldown-item.cjs +1 -1
  93. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/fieldset.cjs +1 -1
  94. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flyout.cjs +1 -1
  95. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/inline-notification.cjs +13 -11
  96. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-base.cjs +3 -1
  97. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/modal.cjs +1 -1
  98. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/multi-select.cjs +4 -5
  99. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/notification-base.cjs +10 -0
  100. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/pin-code.cjs +5 -2
  101. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/popover.cjs +1 -1
  102. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group-option.cjs +1 -2
  103. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group.cjs +4 -2
  104. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control-item.cjs +1 -1
  105. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control.cjs +8 -4
  106. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/select.cjs +6 -5
  107. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/sheet.cjs +1 -1
  108. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/state-message.cjs +1 -6
  109. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/stepper-horizontal.cjs +1 -1
  110. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/switch.cjs +1 -1
  111. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table.cjs +1 -1
  112. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs-bar.cjs +4 -24
  113. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs.cjs +1 -1
  114. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/textarea.cjs +4 -2
  115. package/ssr/esm/components/dist/styles/esm/styles-entry.mjs +1043 -848
  116. package/ssr/esm/components/dist/utils/esm/utils-entry.mjs +54 -83
  117. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/hooks.mjs +1 -1
  118. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/banner.wrapper.mjs +4 -5
  119. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/segmented-control.wrapper.mjs +4 -4
  120. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/accordion.mjs +1 -1
  121. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/banner.mjs +18 -8
  122. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button.mjs +2 -2
  123. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/canvas.mjs +1 -1
  124. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/carousel.mjs +1 -1
  125. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/checkbox.mjs +5 -4
  126. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/crest.mjs +1 -1
  127. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/drilldown-item.mjs +1 -1
  128. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/fieldset.mjs +1 -1
  129. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flag.mjs +1 -1
  130. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flyout.mjs +1 -1
  131. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/icon.mjs +1 -1
  132. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/inline-notification.mjs +14 -12
  133. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-base.mjs +4 -2
  134. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link.mjs +1 -1
  135. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/modal.mjs +1 -1
  136. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/multi-select.mjs +5 -6
  137. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/notification-base.mjs +8 -0
  138. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/pin-code.mjs +6 -3
  139. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/popover.mjs +1 -1
  140. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group-option.mjs +1 -2
  141. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group.mjs +5 -3
  142. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control-item.mjs +1 -1
  143. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control.mjs +10 -6
  144. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/select.mjs +7 -6
  145. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/sheet.mjs +1 -1
  146. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/state-message.mjs +2 -7
  147. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/stepper-horizontal.mjs +1 -1
  148. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/switch.mjs +1 -1
  149. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table.mjs +1 -1
  150. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs-bar.mjs +4 -24
  151. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs.mjs +1 -1
  152. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/textarea.mjs +5 -3
  153. package/ssr/esm/lib/components/accordion.wrapper.d.ts +8 -0
  154. package/ssr/esm/lib/components/banner.wrapper.d.ts +37 -15
  155. package/ssr/esm/lib/components/button-pure.wrapper.d.ts +22 -0
  156. package/ssr/esm/lib/components/button-tile.wrapper.d.ts +20 -0
  157. package/ssr/esm/lib/components/button.wrapper.d.ts +14 -0
  158. package/ssr/esm/lib/components/canvas.wrapper.d.ts +6 -0
  159. package/ssr/esm/lib/components/carousel.wrapper.d.ts +22 -0
  160. package/ssr/esm/lib/components/checkbox.wrapper.d.ts +24 -0
  161. package/ssr/esm/lib/components/crest.wrapper.d.ts +2 -0
  162. package/ssr/esm/lib/components/display.wrapper.d.ts +8 -0
  163. package/ssr/esm/lib/components/divider.wrapper.d.ts +4 -0
  164. package/ssr/esm/lib/components/drilldown-item.wrapper.d.ts +6 -0
  165. package/ssr/esm/lib/components/drilldown-link.wrapper.d.ts +4 -0
  166. package/ssr/esm/lib/components/drilldown.wrapper.d.ts +2 -0
  167. package/ssr/esm/lib/components/fieldset.wrapper.d.ts +10 -0
  168. package/ssr/esm/lib/components/flag.wrapper.d.ts +4 -0
  169. package/ssr/esm/lib/components/flyout.wrapper.d.ts +12 -0
  170. package/ssr/esm/lib/components/heading.wrapper.d.ts +12 -0
  171. package/ssr/esm/lib/components/icon.wrapper.d.ts +6 -0
  172. package/ssr/esm/lib/components/inline-notification.wrapper.d.ts +14 -0
  173. package/ssr/esm/lib/components/input-date.wrapper.d.ts +24 -0
  174. package/ssr/esm/lib/components/input-email.wrapper.d.ts +28 -0
  175. package/ssr/esm/lib/components/input-month.wrapper.d.ts +24 -0
  176. package/ssr/esm/lib/components/input-number.wrapper.d.ts +28 -0
  177. package/ssr/esm/lib/components/input-password.wrapper.d.ts +26 -0
  178. package/ssr/esm/lib/components/input-search.wrapper.d.ts +28 -0
  179. package/ssr/esm/lib/components/input-tel.wrapper.d.ts +26 -0
  180. package/ssr/esm/lib/components/input-text.wrapper.d.ts +26 -0
  181. package/ssr/esm/lib/components/input-time.wrapper.d.ts +24 -0
  182. package/ssr/esm/lib/components/input-url.wrapper.d.ts +26 -0
  183. package/ssr/esm/lib/components/input-week.wrapper.d.ts +24 -0
  184. package/ssr/esm/lib/components/link-pure.wrapper.d.ts +18 -0
  185. package/ssr/esm/lib/components/link-tile-product.wrapper.d.ts +8 -0
  186. package/ssr/esm/lib/components/link-tile.wrapper.d.ts +14 -0
  187. package/ssr/esm/lib/components/link.wrapper.d.ts +10 -0
  188. package/ssr/esm/lib/components/modal.wrapper.d.ts +12 -0
  189. package/ssr/esm/lib/components/model-signature.wrapper.d.ts +12 -0
  190. package/ssr/esm/lib/components/multi-select-option.wrapper.d.ts +2 -0
  191. package/ssr/esm/lib/components/multi-select.wrapper.d.ts +20 -0
  192. package/ssr/esm/lib/components/optgroup.wrapper.d.ts +2 -0
  193. package/ssr/esm/lib/components/pagination.wrapper.d.ts +10 -0
  194. package/ssr/esm/lib/components/pin-code.wrapper.d.ts +24 -0
  195. package/ssr/esm/lib/components/popover.wrapper.d.ts +2 -0
  196. package/ssr/esm/lib/components/radio-group-option.wrapper.d.ts +4 -0
  197. package/ssr/esm/lib/components/radio-group.wrapper.d.ts +22 -0
  198. package/ssr/esm/lib/components/scroller.wrapper.d.ts +6 -0
  199. package/ssr/esm/lib/components/segmented-control-item.wrapper.d.ts +2 -0
  200. package/ssr/esm/lib/components/segmented-control.wrapper.d.ts +28 -0
  201. package/ssr/esm/lib/components/select-option.wrapper.d.ts +2 -0
  202. package/ssr/esm/lib/components/select.wrapper.d.ts +20 -0
  203. package/ssr/esm/lib/components/sheet.wrapper.d.ts +8 -0
  204. package/ssr/esm/lib/components/spinner.wrapper.d.ts +4 -0
  205. package/ssr/esm/lib/components/stepper-horizontal-item.wrapper.d.ts +2 -0
  206. package/ssr/esm/lib/components/stepper-horizontal.wrapper.d.ts +2 -0
  207. package/ssr/esm/lib/components/switch.wrapper.d.ts +14 -0
  208. package/ssr/esm/lib/components/table-cell.wrapper.d.ts +2 -0
  209. package/ssr/esm/lib/components/table-head-cell.wrapper.d.ts +4 -0
  210. package/ssr/esm/lib/components/table.wrapper.d.ts +6 -0
  211. package/ssr/esm/lib/components/tabs-bar.wrapper.d.ts +6 -0
  212. package/ssr/esm/lib/components/tabs.wrapper.d.ts +8 -0
  213. package/ssr/esm/lib/components/tag-dismissible.wrapper.d.ts +2 -0
  214. package/ssr/esm/lib/components/tag.wrapper.d.ts +6 -0
  215. package/ssr/esm/lib/components/text-list.wrapper.d.ts +2 -0
  216. package/ssr/esm/lib/components/text.wrapper.d.ts +14 -0
  217. package/ssr/esm/lib/components/textarea.wrapper.d.ts +30 -0
  218. package/ssr/esm/lib/components/wordmark.wrapper.d.ts +4 -0
  219. package/ssr/esm/lib/dsr-components/accordion.d.ts +1 -0
  220. package/ssr/esm/lib/dsr-components/banner.d.ts +8 -4
  221. package/ssr/esm/lib/dsr-components/button-pure.d.ts +1 -0
  222. package/ssr/esm/lib/dsr-components/button-tile.d.ts +1 -0
  223. package/ssr/esm/lib/dsr-components/button.d.ts +1 -0
  224. package/ssr/esm/lib/dsr-components/canvas.d.ts +1 -0
  225. package/ssr/esm/lib/dsr-components/carousel.d.ts +1 -0
  226. package/ssr/esm/lib/dsr-components/checkbox.d.ts +1 -0
  227. package/ssr/esm/lib/dsr-components/crest.d.ts +1 -0
  228. package/ssr/esm/lib/dsr-components/display.d.ts +1 -0
  229. package/ssr/esm/lib/dsr-components/divider.d.ts +1 -0
  230. package/ssr/esm/lib/dsr-components/drilldown-item.d.ts +1 -0
  231. package/ssr/esm/lib/dsr-components/drilldown-link.d.ts +1 -0
  232. package/ssr/esm/lib/dsr-components/drilldown.d.ts +1 -0
  233. package/ssr/esm/lib/dsr-components/fieldset.d.ts +1 -0
  234. package/ssr/esm/lib/dsr-components/flag.d.ts +1 -0
  235. package/ssr/esm/lib/dsr-components/flyout.d.ts +1 -0
  236. package/ssr/esm/lib/dsr-components/heading.d.ts +1 -0
  237. package/ssr/esm/lib/dsr-components/icon.d.ts +1 -0
  238. package/ssr/esm/lib/dsr-components/inline-notification.d.ts +4 -2
  239. package/ssr/esm/lib/dsr-components/input-base.d.ts +1 -0
  240. package/ssr/esm/lib/dsr-components/input-date.d.ts +1 -0
  241. package/ssr/esm/lib/dsr-components/input-email.d.ts +1 -0
  242. package/ssr/esm/lib/dsr-components/input-month.d.ts +1 -0
  243. package/ssr/esm/lib/dsr-components/input-number.d.ts +1 -0
  244. package/ssr/esm/lib/dsr-components/input-password.d.ts +1 -0
  245. package/ssr/esm/lib/dsr-components/input-search.d.ts +1 -0
  246. package/ssr/esm/lib/dsr-components/input-tel.d.ts +1 -0
  247. package/ssr/esm/lib/dsr-components/input-text.d.ts +1 -0
  248. package/ssr/esm/lib/dsr-components/input-time.d.ts +1 -0
  249. package/ssr/esm/lib/dsr-components/input-url.d.ts +1 -0
  250. package/ssr/esm/lib/dsr-components/input-week.d.ts +1 -0
  251. package/ssr/esm/lib/dsr-components/label.d.ts +1 -0
  252. package/ssr/esm/lib/dsr-components/link-pure.d.ts +1 -0
  253. package/ssr/esm/lib/dsr-components/link-tile-product.d.ts +1 -0
  254. package/ssr/esm/lib/dsr-components/link-tile.d.ts +1 -0
  255. package/ssr/esm/lib/dsr-components/link.d.ts +1 -0
  256. package/ssr/esm/lib/dsr-components/modal.d.ts +1 -0
  257. package/ssr/esm/lib/dsr-components/model-signature.d.ts +1 -0
  258. package/ssr/esm/lib/dsr-components/multi-select-option.d.ts +1 -0
  259. package/ssr/esm/lib/dsr-components/multi-select.d.ts +1 -0
  260. package/ssr/esm/lib/dsr-components/notification-base.d.ts +14 -0
  261. package/ssr/esm/lib/dsr-components/optgroup.d.ts +1 -0
  262. package/ssr/esm/lib/dsr-components/pagination.d.ts +1 -0
  263. package/ssr/esm/lib/dsr-components/pin-code.d.ts +1 -0
  264. package/ssr/esm/lib/dsr-components/popover.d.ts +1 -0
  265. package/ssr/esm/lib/dsr-components/radio-group-option.d.ts +1 -0
  266. package/ssr/esm/lib/dsr-components/radio-group.d.ts +1 -0
  267. package/ssr/esm/lib/dsr-components/scroller.d.ts +1 -0
  268. package/ssr/esm/lib/dsr-components/segmented-control-item.d.ts +1 -0
  269. package/ssr/esm/lib/dsr-components/segmented-control.d.ts +1 -0
  270. package/ssr/esm/lib/dsr-components/select-option.d.ts +1 -0
  271. package/ssr/esm/lib/dsr-components/select.d.ts +1 -0
  272. package/ssr/esm/lib/dsr-components/sheet.d.ts +1 -0
  273. package/ssr/esm/lib/dsr-components/spinner.d.ts +1 -0
  274. package/ssr/esm/lib/dsr-components/stepper-horizontal-item.d.ts +1 -0
  275. package/ssr/esm/lib/dsr-components/stepper-horizontal.d.ts +1 -0
  276. package/ssr/esm/lib/dsr-components/switch.d.ts +1 -0
  277. package/ssr/esm/lib/dsr-components/table-body.d.ts +1 -0
  278. package/ssr/esm/lib/dsr-components/table-cell.d.ts +1 -0
  279. package/ssr/esm/lib/dsr-components/table-head-cell.d.ts +1 -0
  280. package/ssr/esm/lib/dsr-components/table-head-row.d.ts +1 -0
  281. package/ssr/esm/lib/dsr-components/table-head.d.ts +1 -0
  282. package/ssr/esm/lib/dsr-components/table-row.d.ts +1 -0
  283. package/ssr/esm/lib/dsr-components/table.d.ts +1 -0
  284. package/ssr/esm/lib/dsr-components/tabs-bar.d.ts +1 -0
  285. package/ssr/esm/lib/dsr-components/tabs-item.d.ts +1 -0
  286. package/ssr/esm/lib/dsr-components/tabs.d.ts +1 -0
  287. package/ssr/esm/lib/dsr-components/tag-dismissible.d.ts +1 -0
  288. package/ssr/esm/lib/dsr-components/tag.d.ts +1 -0
  289. package/ssr/esm/lib/dsr-components/text-list-item.d.ts +1 -0
  290. package/ssr/esm/lib/dsr-components/text-list.d.ts +1 -0
  291. package/ssr/esm/lib/dsr-components/text.d.ts +1 -0
  292. package/ssr/esm/lib/dsr-components/textarea.d.ts +1 -0
  293. package/ssr/esm/lib/dsr-components/toast.d.ts +1 -0
  294. package/ssr/esm/lib/dsr-components/wordmark.d.ts +1 -0
  295. package/ssr/esm/lib/types.d.ts +34 -25
  296. package/tailwindcss/index.css +350 -92
@@ -7,14 +7,17 @@ export type PIconProps = BaseProps & {
7
7
  aria?: SelectedAriaAttributes<IconAriaAttribute>;
8
8
  /**
9
9
  * Basic color variations.
10
+ * @default 'primary'
10
11
  */
11
12
  color?: IconColor;
12
13
  /**
13
14
  * Specifies which icon to use.
15
+ * @default 'arrow-right'
14
16
  */
15
17
  name?: IconName;
16
18
  /**
17
19
  * Defines the size of the icon, aligned with the typographic scale used by components such as p-spinner, p-flag, p-text, and p-heading. When set to `inherit`, the size is derived from a custom font-size defined on a parent element, calculated against the global line-height (based on `ex`-unit) to remain visually consistent with other typographic-scale-based components.
20
+ * @default 'sm'
18
21
  */
19
22
  size?: BreakpointCustomizable<IconSize>;
20
23
  /**
@@ -29,14 +32,17 @@ export declare const PIcon: import("react").ForwardRefExoticComponent<Omit<impor
29
32
  aria?: SelectedAriaAttributes<IconAriaAttribute>;
30
33
  /**
31
34
  * Basic color variations.
35
+ * @default 'primary'
32
36
  */
33
37
  color?: IconColor;
34
38
  /**
35
39
  * Specifies which icon to use.
40
+ * @default 'arrow-right'
36
41
  */
37
42
  name?: IconName;
38
43
  /**
39
44
  * Defines the size of the icon, aligned with the typographic scale used by components such as p-spinner, p-flag, p-text, and p-heading. When set to `inherit`, the size is derived from a custom font-size defined on a parent element, calculated against the global line-height (based on `ex`-unit) to remain visually consistent with other typographic-scale-based components.
45
+ * @default 'sm'
40
46
  */
41
47
  size?: BreakpointCustomizable<IconSize>;
42
48
  /**
@@ -3,6 +3,7 @@ import type { InlineNotificationActionIcon, InlineNotificationHeadingTag, Inline
3
3
  export type PInlineNotificationProps = BaseProps & {
4
4
  /**
5
5
  * Action icon of the inline-notification.
6
+ * @default 'arrow-right'
6
7
  */
7
8
  actionIcon?: InlineNotificationActionIcon;
8
9
  /**
@@ -11,22 +12,27 @@ export type PInlineNotificationProps = BaseProps & {
11
12
  actionLabel?: string;
12
13
  /**
13
14
  * Disables the action button and shows a loading indicator. No events will be triggered while loading state is active.
15
+ * @default false
14
16
  */
15
17
  actionLoading?: boolean;
16
18
  /**
17
19
  * Description of the inline-notification.
20
+ * @default ''
18
21
  */
19
22
  description?: string;
20
23
  /**
21
24
  * If false, the inline-notification will not have a dismiss button.
25
+ * @default true
22
26
  */
23
27
  dismissButton?: boolean;
24
28
  /**
25
29
  * Heading of the inline-notification.
30
+ * @default ''
26
31
  */
27
32
  heading?: string;
28
33
  /**
29
34
  * Sets a heading tag, so it fits correctly within the outline of the page.
35
+ * @default 'h5'
30
36
  */
31
37
  headingTag?: InlineNotificationHeadingTag;
32
38
  /**
@@ -39,12 +45,14 @@ export type PInlineNotificationProps = BaseProps & {
39
45
  onDismiss?: (event: CustomEvent<void>) => void;
40
46
  /**
41
47
  * State of the inline-notification.
48
+ * @default 'info'
42
49
  */
43
50
  state?: InlineNotificationState;
44
51
  };
45
52
  export declare const PInlineNotification: import("react").ForwardRefExoticComponent<Omit<import("react").DOMAttributes<{}>, "onChange" | "onInput" | "onToggle"> & Pick<import("react").HTMLAttributes<{}>, "suppressHydrationWarning" | "autoFocus" | "className" | "dir" | "hidden" | "id" | "inert" | "lang" | "slot" | "style" | "tabIndex" | "title" | "translate" | "role"> & {
46
53
  /**
47
54
  * Action icon of the inline-notification.
55
+ * @default 'arrow-right'
48
56
  */
49
57
  actionIcon?: InlineNotificationActionIcon;
50
58
  /**
@@ -53,22 +61,27 @@ export declare const PInlineNotification: import("react").ForwardRefExoticCompon
53
61
  actionLabel?: string;
54
62
  /**
55
63
  * Disables the action button and shows a loading indicator. No events will be triggered while loading state is active.
64
+ * @default false
56
65
  */
57
66
  actionLoading?: boolean;
58
67
  /**
59
68
  * Description of the inline-notification.
69
+ * @default ''
60
70
  */
61
71
  description?: string;
62
72
  /**
63
73
  * If false, the inline-notification will not have a dismiss button.
74
+ * @default true
64
75
  */
65
76
  dismissButton?: boolean;
66
77
  /**
67
78
  * Heading of the inline-notification.
79
+ * @default ''
68
80
  */
69
81
  heading?: string;
70
82
  /**
71
83
  * Sets a heading tag, so it fits correctly within the outline of the page.
84
+ * @default 'h5'
72
85
  */
73
86
  headingTag?: InlineNotificationHeadingTag;
74
87
  /**
@@ -81,6 +94,7 @@ export declare const PInlineNotification: import("react").ForwardRefExoticCompon
81
94
  onDismiss?: (event: CustomEvent<void>) => void;
82
95
  /**
83
96
  * State of the inline-notification.
97
+ * @default 'info'
84
98
  */
85
99
  state?: InlineNotificationState;
86
100
  } & {
@@ -7,14 +7,17 @@ export type PInputDateProps = BaseProps & {
7
7
  autoComplete?: string;
8
8
  /**
9
9
  * Displays the input field in compact mode.
10
+ * @default false
10
11
  */
11
12
  compact?: boolean;
12
13
  /**
13
14
  * Supplementary text providing more context or explanation for the input.
15
+ * @default ''
14
16
  */
15
17
  description?: string;
16
18
  /**
17
19
  * Disables the input field. The value will not be submitted with the form.
20
+ * @default false
18
21
  */
19
22
  disabled?: boolean;
20
23
  /**
@@ -23,14 +26,17 @@ export type PInputDateProps = BaseProps & {
23
26
  form?: string;
24
27
  /**
25
28
  * Shows or hides the label. For better accessibility, it is recommended to show the label.
29
+ * @default false
26
30
  */
27
31
  hideLabel?: BreakpointCustomizable<boolean>;
28
32
  /**
29
33
  * Text content for a user-facing label.
34
+ * @default ''
30
35
  */
31
36
  label?: string;
32
37
  /**
33
38
  * @experimental Shows a loading indicator.
39
+ * @default false
34
40
  */
35
41
  loading?: boolean;
36
42
  /**
@@ -39,6 +45,7 @@ export type PInputDateProps = BaseProps & {
39
45
  max?: string;
40
46
  /**
41
47
  * Dynamic feedback text for validation or status.
48
+ * @default ''
42
49
  */
43
50
  message?: string;
44
51
  /**
@@ -63,22 +70,27 @@ export type PInputDateProps = BaseProps & {
63
70
  onInput?: (event: CustomEvent<InputDateInputEventDetail>) => void;
64
71
  /**
65
72
  * A boolean value that, if present, makes the input field uneditable by the user, but its value will still be submitted with the form.
73
+ * @default false
66
74
  */
67
75
  readOnly?: boolean;
68
76
  /**
69
77
  * A boolean value that, if present, indicates that the input field must be filled out before the form can be submitted.
78
+ * @default false
70
79
  */
71
80
  required?: boolean;
72
81
  /**
73
82
  * Indicates the validation or overall status of the input component.
83
+ * @default 'none'
74
84
  */
75
85
  state?: InputDateState;
76
86
  /**
77
87
  * Defines the granularity of the date input. This value is given in days. The default is 1 (one day).
88
+ * @default 1
78
89
  */
79
90
  step?: number;
80
91
  /**
81
92
  * The default date value for the input, in YYYY-MM-DD format (e.g., value='2025-07-02').
93
+ * @default ''
82
94
  */
83
95
  value?: string;
84
96
  };
@@ -89,14 +101,17 @@ export declare const PInputDate: import("react").ForwardRefExoticComponent<Omit<
89
101
  autoComplete?: string;
90
102
  /**
91
103
  * Displays the input field in compact mode.
104
+ * @default false
92
105
  */
93
106
  compact?: boolean;
94
107
  /**
95
108
  * Supplementary text providing more context or explanation for the input.
109
+ * @default ''
96
110
  */
97
111
  description?: string;
98
112
  /**
99
113
  * Disables the input field. The value will not be submitted with the form.
114
+ * @default false
100
115
  */
101
116
  disabled?: boolean;
102
117
  /**
@@ -105,14 +120,17 @@ export declare const PInputDate: import("react").ForwardRefExoticComponent<Omit<
105
120
  form?: string;
106
121
  /**
107
122
  * Shows or hides the label. For better accessibility, it is recommended to show the label.
123
+ * @default false
108
124
  */
109
125
  hideLabel?: BreakpointCustomizable<boolean>;
110
126
  /**
111
127
  * Text content for a user-facing label.
128
+ * @default ''
112
129
  */
113
130
  label?: string;
114
131
  /**
115
132
  * @experimental Shows a loading indicator.
133
+ * @default false
116
134
  */
117
135
  loading?: boolean;
118
136
  /**
@@ -121,6 +139,7 @@ export declare const PInputDate: import("react").ForwardRefExoticComponent<Omit<
121
139
  max?: string;
122
140
  /**
123
141
  * Dynamic feedback text for validation or status.
142
+ * @default ''
124
143
  */
125
144
  message?: string;
126
145
  /**
@@ -145,22 +164,27 @@ export declare const PInputDate: import("react").ForwardRefExoticComponent<Omit<
145
164
  onInput?: (event: CustomEvent<InputDateInputEventDetail>) => void;
146
165
  /**
147
166
  * A boolean value that, if present, makes the input field uneditable by the user, but its value will still be submitted with the form.
167
+ * @default false
148
168
  */
149
169
  readOnly?: boolean;
150
170
  /**
151
171
  * A boolean value that, if present, indicates that the input field must be filled out before the form can be submitted.
172
+ * @default false
152
173
  */
153
174
  required?: boolean;
154
175
  /**
155
176
  * Indicates the validation or overall status of the input component.
177
+ * @default 'none'
156
178
  */
157
179
  state?: InputDateState;
158
180
  /**
159
181
  * Defines the granularity of the date input. This value is given in days. The default is 1 (one day).
182
+ * @default 1
160
183
  */
161
184
  step?: number;
162
185
  /**
163
186
  * The default date value for the input, in YYYY-MM-DD format (e.g., value='2025-07-02').
187
+ * @default ''
164
188
  */
165
189
  value?: string;
166
190
  } & {
@@ -7,14 +7,17 @@ export type PInputEmailProps = BaseProps & {
7
7
  autoComplete?: string;
8
8
  /**
9
9
  * Displays the input field in compact mode.
10
+ * @default false
10
11
  */
11
12
  compact?: boolean;
12
13
  /**
13
14
  * Supplementary text providing more context or explanation for the input.
15
+ * @default ''
14
16
  */
15
17
  description?: string;
16
18
  /**
17
19
  * Disables the input field. The value will not be submitted with the form.
20
+ * @default false
18
21
  */
19
22
  disabled?: boolean;
20
23
  /**
@@ -23,18 +26,22 @@ export type PInputEmailProps = BaseProps & {
23
26
  form?: string;
24
27
  /**
25
28
  * Shows or hides the label. For better accessibility, it is recommended to show the label.
29
+ * @default false
26
30
  */
27
31
  hideLabel?: BreakpointCustomizable<boolean>;
28
32
  /**
29
33
  * Controls the visibility of the email icon.
34
+ * @default false
30
35
  */
31
36
  indicator?: boolean;
32
37
  /**
33
38
  * Text content for a user-facing label.
39
+ * @default ''
34
40
  */
35
41
  label?: string;
36
42
  /**
37
43
  * @experimental Shows a loading indicator.
44
+ * @default false
38
45
  */
39
46
  loading?: boolean;
40
47
  /**
@@ -43,6 +50,7 @@ export type PInputEmailProps = BaseProps & {
43
50
  maxLength?: number;
44
51
  /**
45
52
  * Dynamic feedback text for validation or status.
53
+ * @default ''
46
54
  */
47
55
  message?: string;
48
56
  /**
@@ -51,6 +59,7 @@ export type PInputEmailProps = BaseProps & {
51
59
  minLength?: number;
52
60
  /**
53
61
  * Allows the user to enter a list of email addresses separated by commas (and optional whitespace). The browser validates each email address in the list.
62
+ * @default false
54
63
  */
55
64
  multiple?: boolean;
56
65
  /**
@@ -75,22 +84,27 @@ export type PInputEmailProps = BaseProps & {
75
84
  pattern?: string;
76
85
  /**
77
86
  * A string that provides a brief hint to the user about what kind of information is expected in the field (e.g., placeholder='you@example.com'). This text is displayed when the input field is empty.
87
+ * @default ''
78
88
  */
79
89
  placeholder?: string;
80
90
  /**
81
91
  * A boolean value that, if present, makes the input field uneditable by the user, but its value will still be submitted with the form.
92
+ * @default false
82
93
  */
83
94
  readOnly?: boolean;
84
95
  /**
85
96
  * A boolean value that, if present, indicates that the input field must be filled out before the form can be submitted.
97
+ * @default false
86
98
  */
87
99
  required?: boolean;
88
100
  /**
89
101
  * Indicates the validation or overall status of the input component.
102
+ * @default 'none'
90
103
  */
91
104
  state?: InputEmailState;
92
105
  /**
93
106
  * The default email address (or comma-separated list of addresses) for the input.
107
+ * @default ''
94
108
  */
95
109
  value?: string;
96
110
  };
@@ -101,14 +115,17 @@ export declare const PInputEmail: import("react").ForwardRefExoticComponent<Omit
101
115
  autoComplete?: string;
102
116
  /**
103
117
  * Displays the input field in compact mode.
118
+ * @default false
104
119
  */
105
120
  compact?: boolean;
106
121
  /**
107
122
  * Supplementary text providing more context or explanation for the input.
123
+ * @default ''
108
124
  */
109
125
  description?: string;
110
126
  /**
111
127
  * Disables the input field. The value will not be submitted with the form.
128
+ * @default false
112
129
  */
113
130
  disabled?: boolean;
114
131
  /**
@@ -117,18 +134,22 @@ export declare const PInputEmail: import("react").ForwardRefExoticComponent<Omit
117
134
  form?: string;
118
135
  /**
119
136
  * Shows or hides the label. For better accessibility, it is recommended to show the label.
137
+ * @default false
120
138
  */
121
139
  hideLabel?: BreakpointCustomizable<boolean>;
122
140
  /**
123
141
  * Controls the visibility of the email icon.
142
+ * @default false
124
143
  */
125
144
  indicator?: boolean;
126
145
  /**
127
146
  * Text content for a user-facing label.
147
+ * @default ''
128
148
  */
129
149
  label?: string;
130
150
  /**
131
151
  * @experimental Shows a loading indicator.
152
+ * @default false
132
153
  */
133
154
  loading?: boolean;
134
155
  /**
@@ -137,6 +158,7 @@ export declare const PInputEmail: import("react").ForwardRefExoticComponent<Omit
137
158
  maxLength?: number;
138
159
  /**
139
160
  * Dynamic feedback text for validation or status.
161
+ * @default ''
140
162
  */
141
163
  message?: string;
142
164
  /**
@@ -145,6 +167,7 @@ export declare const PInputEmail: import("react").ForwardRefExoticComponent<Omit
145
167
  minLength?: number;
146
168
  /**
147
169
  * Allows the user to enter a list of email addresses separated by commas (and optional whitespace). The browser validates each email address in the list.
170
+ * @default false
148
171
  */
149
172
  multiple?: boolean;
150
173
  /**
@@ -169,22 +192,27 @@ export declare const PInputEmail: import("react").ForwardRefExoticComponent<Omit
169
192
  pattern?: string;
170
193
  /**
171
194
  * A string that provides a brief hint to the user about what kind of information is expected in the field (e.g., placeholder='you@example.com'). This text is displayed when the input field is empty.
195
+ * @default ''
172
196
  */
173
197
  placeholder?: string;
174
198
  /**
175
199
  * A boolean value that, if present, makes the input field uneditable by the user, but its value will still be submitted with the form.
200
+ * @default false
176
201
  */
177
202
  readOnly?: boolean;
178
203
  /**
179
204
  * A boolean value that, if present, indicates that the input field must be filled out before the form can be submitted.
205
+ * @default false
180
206
  */
181
207
  required?: boolean;
182
208
  /**
183
209
  * Indicates the validation or overall status of the input component.
210
+ * @default 'none'
184
211
  */
185
212
  state?: InputEmailState;
186
213
  /**
187
214
  * The default email address (or comma-separated list of addresses) for the input.
215
+ * @default ''
188
216
  */
189
217
  value?: string;
190
218
  } & {
@@ -7,14 +7,17 @@ export type PInputMonthProps = BaseProps & {
7
7
  autoComplete?: string;
8
8
  /**
9
9
  * Displays the input field in compact mode.
10
+ * @default false
10
11
  */
11
12
  compact?: boolean;
12
13
  /**
13
14
  * Supplementary text providing more context or explanation for the input.
15
+ * @default ''
14
16
  */
15
17
  description?: string;
16
18
  /**
17
19
  * Disables the input field. The value will not be submitted with the form.
20
+ * @default false
18
21
  */
19
22
  disabled?: boolean;
20
23
  /**
@@ -23,14 +26,17 @@ export type PInputMonthProps = BaseProps & {
23
26
  form?: string;
24
27
  /**
25
28
  * Shows or hides the label. For better accessibility, it is recommended to show the label.
29
+ * @default false
26
30
  */
27
31
  hideLabel?: BreakpointCustomizable<boolean>;
28
32
  /**
29
33
  * Text content for a user-facing label.
34
+ * @default ''
30
35
  */
31
36
  label?: string;
32
37
  /**
33
38
  * @experimental Shows a loading indicator.
39
+ * @default false
34
40
  */
35
41
  loading?: boolean;
36
42
  /**
@@ -39,6 +45,7 @@ export type PInputMonthProps = BaseProps & {
39
45
  max?: string;
40
46
  /**
41
47
  * Dynamic feedback text for validation or status.
48
+ * @default ''
42
49
  */
43
50
  message?: string;
44
51
  /**
@@ -63,22 +70,27 @@ export type PInputMonthProps = BaseProps & {
63
70
  onInput?: (event: CustomEvent<InputMonthInputEventDetail>) => void;
64
71
  /**
65
72
  * A boolean value that, if present, makes the input field uneditable by the user, but its value will still be submitted with the form.
73
+ * @default false
66
74
  */
67
75
  readOnly?: boolean;
68
76
  /**
69
77
  * A boolean value that, if present, indicates that the input field must be filled out before the form can be submitted.
78
+ * @default false
70
79
  */
71
80
  required?: boolean;
72
81
  /**
73
82
  * Indicates the validation or overall status of the input component.
83
+ * @default 'none'
74
84
  */
75
85
  state?: InputMonthState;
76
86
  /**
77
87
  * Defines the stepping interval in months. For example, step="1" increments by 1 month, step="12" by 1 year. The default is 1 month.
88
+ * @default 1
78
89
  */
79
90
  step?: number;
80
91
  /**
81
92
  * The default month value for the input, in YYYY-MM format (e.g., value='2025-07').
93
+ * @default ''
82
94
  */
83
95
  value?: string;
84
96
  };
@@ -89,14 +101,17 @@ export declare const PInputMonth: import("react").ForwardRefExoticComponent<Omit
89
101
  autoComplete?: string;
90
102
  /**
91
103
  * Displays the input field in compact mode.
104
+ * @default false
92
105
  */
93
106
  compact?: boolean;
94
107
  /**
95
108
  * Supplementary text providing more context or explanation for the input.
109
+ * @default ''
96
110
  */
97
111
  description?: string;
98
112
  /**
99
113
  * Disables the input field. The value will not be submitted with the form.
114
+ * @default false
100
115
  */
101
116
  disabled?: boolean;
102
117
  /**
@@ -105,14 +120,17 @@ export declare const PInputMonth: import("react").ForwardRefExoticComponent<Omit
105
120
  form?: string;
106
121
  /**
107
122
  * Shows or hides the label. For better accessibility, it is recommended to show the label.
123
+ * @default false
108
124
  */
109
125
  hideLabel?: BreakpointCustomizable<boolean>;
110
126
  /**
111
127
  * Text content for a user-facing label.
128
+ * @default ''
112
129
  */
113
130
  label?: string;
114
131
  /**
115
132
  * @experimental Shows a loading indicator.
133
+ * @default false
116
134
  */
117
135
  loading?: boolean;
118
136
  /**
@@ -121,6 +139,7 @@ export declare const PInputMonth: import("react").ForwardRefExoticComponent<Omit
121
139
  max?: string;
122
140
  /**
123
141
  * Dynamic feedback text for validation or status.
142
+ * @default ''
124
143
  */
125
144
  message?: string;
126
145
  /**
@@ -145,22 +164,27 @@ export declare const PInputMonth: import("react").ForwardRefExoticComponent<Omit
145
164
  onInput?: (event: CustomEvent<InputMonthInputEventDetail>) => void;
146
165
  /**
147
166
  * A boolean value that, if present, makes the input field uneditable by the user, but its value will still be submitted with the form.
167
+ * @default false
148
168
  */
149
169
  readOnly?: boolean;
150
170
  /**
151
171
  * A boolean value that, if present, indicates that the input field must be filled out before the form can be submitted.
172
+ * @default false
152
173
  */
153
174
  required?: boolean;
154
175
  /**
155
176
  * Indicates the validation or overall status of the input component.
177
+ * @default 'none'
156
178
  */
157
179
  state?: InputMonthState;
158
180
  /**
159
181
  * Defines the stepping interval in months. For example, step="1" increments by 1 month, step="12" by 1 year. The default is 1 month.
182
+ * @default 1
160
183
  */
161
184
  step?: number;
162
185
  /**
163
186
  * The default month value for the input, in YYYY-MM format (e.g., value='2025-07').
187
+ * @default ''
164
188
  */
165
189
  value?: string;
166
190
  } & {