@patternfly/elements 3.0.1 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (371) hide show
  1. package/custom-elements.json +8857 -8783
  2. package/form-control.css +127 -0
  3. package/package.json +12 -25
  4. package/pf-accordion/pf-accordion-header.css +23 -0
  5. package/pf-accordion/pf-accordion-header.d.ts +52 -43
  6. package/pf-accordion/pf-accordion-header.js +130 -87
  7. package/pf-accordion/pf-accordion-header.js.map +1 -1
  8. package/pf-accordion/pf-accordion-panel.css +15 -0
  9. package/pf-accordion/pf-accordion-panel.d.ts +27 -25
  10. package/pf-accordion/pf-accordion-panel.js +29 -43
  11. package/pf-accordion/pf-accordion-panel.js.map +1 -1
  12. package/pf-accordion/pf-accordion.d.ts +122 -65
  13. package/pf-accordion/pf-accordion.js +283 -94
  14. package/pf-accordion/pf-accordion.js.map +1 -1
  15. package/pf-accordion/test/pf-accordion.e2e.js +12 -0
  16. package/pf-accordion/test/pf-accordion.e2e.js.map +1 -1
  17. package/pf-accordion/test/pf-accordion.spec.js +366 -350
  18. package/pf-accordion/test/pf-accordion.spec.js.map +1 -1
  19. package/pf-avatar/pf-avatar.css +50 -24
  20. package/pf-avatar/pf-avatar.d.ts +29 -3
  21. package/pf-avatar/pf-avatar.js +51 -9
  22. package/pf-avatar/pf-avatar.js.map +1 -1
  23. package/pf-avatar/test/pf-avatar.e2e.js +12 -0
  24. package/pf-avatar/test/pf-avatar.e2e.js.map +1 -1
  25. package/pf-avatar/test/pf-avatar.spec.js +2 -3
  26. package/pf-avatar/test/pf-avatar.spec.js.map +1 -1
  27. package/pf-back-to-top/pf-back-to-top.css +10 -0
  28. package/pf-back-to-top/pf-back-to-top.d.ts +14 -18
  29. package/pf-back-to-top/pf-back-to-top.js +9 -30
  30. package/pf-back-to-top/pf-back-to-top.js.map +1 -1
  31. package/pf-back-to-top/test/pf-back-to-top.e2e.js +12 -0
  32. package/pf-back-to-top/test/pf-back-to-top.e2e.js.map +1 -1
  33. package/pf-background-image/pf-background-image.d.ts +4 -4
  34. package/pf-background-image/pf-background-image.js +1 -12
  35. package/pf-background-image/pf-background-image.js.map +1 -1
  36. package/pf-background-image/test/pf-background-image.e2e.js +12 -0
  37. package/pf-background-image/test/pf-background-image.e2e.js.map +1 -1
  38. package/pf-badge/pf-badge.css +4 -0
  39. package/pf-badge/pf-badge.d.ts +26 -22
  40. package/pf-badge/pf-badge.js +14 -27
  41. package/pf-badge/pf-badge.js.map +1 -1
  42. package/pf-badge/test/pf-badge.e2e.js +12 -0
  43. package/pf-badge/test/pf-badge.e2e.js.map +1 -1
  44. package/pf-banner/pf-banner.d.ts +16 -16
  45. package/pf-banner/pf-banner.js +1 -24
  46. package/pf-banner/pf-banner.js.map +1 -1
  47. package/pf-banner/test/pf-banner.e2e.js +12 -0
  48. package/pf-banner/test/pf-banner.e2e.js.map +1 -1
  49. package/pf-button/pf-button.css +22 -12
  50. package/pf-button/pf-button.d.ts +128 -122
  51. package/pf-button/pf-button.js +95 -172
  52. package/pf-button/pf-button.js.map +1 -1
  53. package/pf-button/test/pf-button.e2e.js +12 -0
  54. package/pf-button/test/pf-button.e2e.js.map +1 -1
  55. package/pf-card/pf-card.css +172 -43
  56. package/pf-card/pf-card.d.ts +41 -38
  57. package/pf-card/pf-card.js +37 -54
  58. package/pf-card/pf-card.js.map +1 -1
  59. package/pf-card/test/pf-card.e2e.js +12 -0
  60. package/pf-card/test/pf-card.e2e.js.map +1 -1
  61. package/pf-chip/pf-chip-group.css +9 -6
  62. package/pf-chip/pf-chip-group.d.ts +27 -14
  63. package/pf-chip/pf-chip-group.js +65 -94
  64. package/pf-chip/pf-chip-group.js.map +1 -1
  65. package/pf-chip/pf-chip.d.ts +20 -9
  66. package/pf-chip/pf-chip.js +1 -8
  67. package/pf-chip/pf-chip.js.map +1 -1
  68. package/pf-chip/test/pf-chip-group.spec.js +42 -22
  69. package/pf-chip/test/pf-chip-group.spec.js.map +1 -1
  70. package/pf-chip/test/pf-chip.e2e.js +12 -0
  71. package/pf-chip/test/pf-chip.e2e.js.map +1 -1
  72. package/pf-clipboard-copy/pf-clipboard-copy.css +83 -85
  73. package/pf-clipboard-copy/pf-clipboard-copy.d.ts +53 -18
  74. package/pf-clipboard-copy/pf-clipboard-copy.js +55 -44
  75. package/pf-clipboard-copy/pf-clipboard-copy.js.map +1 -1
  76. package/pf-clipboard-copy/test/pf-clipboard-copy.e2e.js +12 -0
  77. package/pf-clipboard-copy/test/pf-clipboard-copy.e2e.js.map +1 -1
  78. package/pf-code-block/pf-code-block.css +7 -4
  79. package/pf-code-block/pf-code-block.d.ts +4 -25
  80. package/pf-code-block/pf-code-block.js +44 -23
  81. package/pf-code-block/pf-code-block.js.map +1 -1
  82. package/pf-code-block/test/pf-code-block.e2e.js +12 -0
  83. package/pf-code-block/test/pf-code-block.e2e.js.map +1 -1
  84. package/pf-dropdown/context.d.ts +2 -3
  85. package/pf-dropdown/context.js.map +1 -1
  86. package/pf-dropdown/pf-dropdown-group.d.ts +3 -9
  87. package/pf-dropdown/pf-dropdown-group.js +1 -5
  88. package/pf-dropdown/pf-dropdown-group.js.map +1 -1
  89. package/pf-dropdown/pf-dropdown-item.d.ts +21 -27
  90. package/pf-dropdown/pf-dropdown-item.js +1 -37
  91. package/pf-dropdown/pf-dropdown-item.js.map +1 -1
  92. package/pf-dropdown/pf-dropdown-menu.d.ts +4 -10
  93. package/pf-dropdown/pf-dropdown-menu.js +23 -23
  94. package/pf-dropdown/pf-dropdown-menu.js.map +1 -1
  95. package/pf-dropdown/pf-dropdown.d.ts +8 -24
  96. package/pf-dropdown/pf-dropdown.js +1 -26
  97. package/pf-dropdown/pf-dropdown.js.map +1 -1
  98. package/pf-dropdown/test/pf-dropdown.e2e.js +12 -0
  99. package/pf-dropdown/test/pf-dropdown.e2e.js.map +1 -1
  100. package/pf-icon/pf-icon.css +22 -0
  101. package/pf-icon/pf-icon.d.ts +93 -4
  102. package/pf-icon/pf-icon.js +191 -13
  103. package/pf-icon/pf-icon.js.map +1 -1
  104. package/pf-icon/test/pf-icon.e2e.js +12 -0
  105. package/pf-icon/test/pf-icon.e2e.js.map +1 -1
  106. package/pf-icon/test/pf-icon.spec.js +102 -88
  107. package/pf-icon/test/pf-icon.spec.js.map +1 -1
  108. package/pf-jump-links/pf-jump-links-item.d.ts +4 -11
  109. package/pf-jump-links/pf-jump-links-item.js +8 -15
  110. package/pf-jump-links/pf-jump-links-item.js.map +1 -1
  111. package/pf-jump-links/pf-jump-links-list.d.ts +2 -2
  112. package/pf-jump-links/pf-jump-links-list.js +1 -5
  113. package/pf-jump-links/pf-jump-links-list.js.map +1 -1
  114. package/pf-jump-links/pf-jump-links.d.ts +2 -2
  115. package/pf-jump-links/pf-jump-links.js +23 -62
  116. package/pf-jump-links/pf-jump-links.js.map +1 -1
  117. package/pf-jump-links/test/pf-jump-links.e2e.js +12 -0
  118. package/pf-jump-links/test/pf-jump-links.e2e.js.map +1 -1
  119. package/pf-label/pf-label.css +38 -5
  120. package/pf-label/pf-label.d.ts +65 -69
  121. package/pf-label/pf-label.js +49 -90
  122. package/pf-label/pf-label.js.map +1 -1
  123. package/pf-label/test/pf-label.e2e.js +12 -0
  124. package/pf-label/test/pf-label.e2e.js.map +1 -1
  125. package/pf-label/test/pf-label.spec.js +26 -16
  126. package/pf-label/test/pf-label.spec.js.map +1 -1
  127. package/pf-modal/pf-modal.d.ts +17 -22
  128. package/pf-modal/pf-modal.js +13 -39
  129. package/pf-modal/pf-modal.js.map +1 -1
  130. package/pf-modal/test/pf-modal.e2e.js +12 -0
  131. package/pf-modal/test/pf-modal.e2e.js.map +1 -1
  132. package/pf-panel/pf-panel.d.ts +31 -3
  133. package/pf-panel/pf-panel.js +1 -10
  134. package/pf-panel/pf-panel.js.map +1 -1
  135. package/pf-panel/test/pf-panel.e2e.js +12 -0
  136. package/pf-panel/test/pf-panel.e2e.js.map +1 -1
  137. package/pf-popover/pf-popover.d.ts +66 -84
  138. package/pf-popover/pf-popover.js +33 -150
  139. package/pf-popover/pf-popover.js.map +1 -1
  140. package/pf-popover/test/pf-popover.e2e.js +12 -0
  141. package/pf-popover/test/pf-popover.e2e.js.map +1 -1
  142. package/pf-popover/test/pf-popover.spec.js +0 -11
  143. package/pf-popover/test/pf-popover.spec.js.map +1 -1
  144. package/pf-progress/pf-progress.d.ts +40 -40
  145. package/pf-progress/pf-progress.js +1 -61
  146. package/pf-progress/pf-progress.js.map +1 -1
  147. package/pf-progress/test/pf-progress.e2e.js +12 -0
  148. package/pf-progress/test/pf-progress.e2e.js.map +1 -1
  149. package/pf-progress-stepper/pf-progress-step.d.ts +2 -3
  150. package/pf-progress-stepper/pf-progress-step.js +4 -14
  151. package/pf-progress-stepper/pf-progress-step.js.map +1 -1
  152. package/pf-progress-stepper/pf-progress-stepper.d.ts +118 -2
  153. package/pf-progress-stepper/pf-progress-stepper.js +10 -12
  154. package/pf-progress-stepper/pf-progress-stepper.js.map +1 -1
  155. package/pf-progress-stepper/test/pf-progress-stepper.e2e.js +12 -0
  156. package/pf-progress-stepper/test/pf-progress-stepper.e2e.js.map +1 -1
  157. package/pf-select/pf-option-group.d.ts +2 -2
  158. package/pf-select/pf-option-group.js +1 -5
  159. package/pf-select/pf-option-group.js.map +1 -1
  160. package/pf-select/pf-option.css +1 -1
  161. package/pf-select/pf-option.d.ts +4 -4
  162. package/pf-select/pf-option.js +20 -30
  163. package/pf-select/pf-option.js.map +1 -1
  164. package/pf-select/pf-select.css +14 -6
  165. package/pf-select/pf-select.d.ts +183 -40
  166. package/pf-select/pf-select.js +185 -260
  167. package/pf-select/pf-select.js.map +1 -1
  168. package/pf-select/test/pf-select.e2e.js +12 -0
  169. package/pf-select/test/pf-select.e2e.js.map +1 -1
  170. package/pf-select/test/pf-select.spec.js +1292 -613
  171. package/pf-select/test/pf-select.spec.js.map +1 -1
  172. package/pf-spinner/pf-spinner.css +27 -17
  173. package/pf-spinner/pf-spinner.d.ts +21 -17
  174. package/pf-spinner/pf-spinner.js +20 -24
  175. package/pf-spinner/pf-spinner.js.map +1 -1
  176. package/pf-spinner/test/pf-spinner.e2e.js +12 -0
  177. package/pf-spinner/test/pf-spinner.e2e.js.map +1 -1
  178. package/pf-switch/pf-switch.css +39 -13
  179. package/pf-switch/pf-switch.d.ts +48 -34
  180. package/pf-switch/pf-switch.js +114 -43
  181. package/pf-switch/pf-switch.js.map +1 -1
  182. package/pf-switch/test/pf-switch.e2e.js +12 -0
  183. package/pf-switch/test/pf-switch.e2e.js.map +1 -1
  184. package/pf-table/pf-caption.d.ts +2 -2
  185. package/pf-table/pf-caption.js +1 -4
  186. package/pf-table/pf-caption.js.map +1 -1
  187. package/pf-table/pf-table.d.ts +424 -424
  188. package/pf-table/pf-table.js +7 -645
  189. package/pf-table/pf-table.js.map +1 -1
  190. package/pf-table/pf-tbody.d.ts +2 -2
  191. package/pf-table/pf-tbody.js +1 -4
  192. package/pf-table/pf-tbody.js.map +1 -1
  193. package/pf-table/pf-td.d.ts +2 -2
  194. package/pf-table/pf-td.js +1 -4
  195. package/pf-table/pf-td.js.map +1 -1
  196. package/pf-table/pf-th.d.ts +2 -2
  197. package/pf-table/pf-th.js +1 -4
  198. package/pf-table/pf-th.js.map +1 -1
  199. package/pf-table/pf-thead.d.ts +2 -2
  200. package/pf-table/pf-thead.js +1 -4
  201. package/pf-table/pf-thead.js.map +1 -1
  202. package/pf-table/pf-tr.d.ts +1 -1
  203. package/pf-table/pf-tr.js +1 -4
  204. package/pf-table/pf-tr.js.map +1 -1
  205. package/pf-table/test/pf-table.e2e.js +12 -0
  206. package/pf-table/test/pf-table.e2e.js.map +1 -1
  207. package/pf-tabs/context.d.ts +2 -3
  208. package/pf-tabs/context.js.map +1 -1
  209. package/pf-tabs/pf-tab-panel.d.ts +3 -5
  210. package/pf-tabs/pf-tab-panel.js +1 -7
  211. package/pf-tabs/pf-tab-panel.js.map +1 -1
  212. package/pf-tabs/pf-tab.d.ts +37 -37
  213. package/pf-tabs/pf-tab.js +16 -54
  214. package/pf-tabs/pf-tab.js.map +1 -1
  215. package/pf-tabs/pf-tabs.d.ts +36 -37
  216. package/pf-tabs/pf-tabs.js +40 -78
  217. package/pf-tabs/pf-tabs.js.map +1 -1
  218. package/pf-tabs/test/pf-tabs.e2e.js +12 -0
  219. package/pf-tabs/test/pf-tabs.e2e.js.map +1 -1
  220. package/pf-tabs/test/pf-tabs.spec.js +11 -12
  221. package/pf-tabs/test/pf-tabs.spec.js.map +1 -1
  222. package/pf-text-area/pf-text-area.d.ts +128 -134
  223. package/pf-text-area/pf-text-area.js +7 -131
  224. package/pf-text-area/pf-text-area.js.map +1 -1
  225. package/pf-text-area/test/pf-text-area.e2e.js +12 -0
  226. package/pf-text-area/test/pf-text-area.e2e.js.map +1 -1
  227. package/pf-text-input/pf-text-input.d.ts +129 -135
  228. package/pf-text-input/pf-text-input.js +7 -132
  229. package/pf-text-input/pf-text-input.js.map +1 -1
  230. package/pf-text-input/test/pf-text-input.e2e.js +12 -0
  231. package/pf-text-input/test/pf-text-input.e2e.js.map +1 -1
  232. package/pf-tile/pf-tile.d.ts +21 -20
  233. package/pf-tile/pf-tile.js +18 -35
  234. package/pf-tile/pf-tile.js.map +1 -1
  235. package/pf-tile/test/pf-tile.e2e.js +12 -0
  236. package/pf-tile/test/pf-tile.e2e.js.map +1 -1
  237. package/pf-timestamp/pf-timestamp.d.ts +2 -2
  238. package/pf-timestamp/pf-timestamp.js +1 -3
  239. package/pf-timestamp/pf-timestamp.js.map +1 -1
  240. package/pf-timestamp/test/pf-timestamp.e2e.js +12 -0
  241. package/pf-timestamp/test/pf-timestamp.e2e.js.map +1 -1
  242. package/pf-tooltip/pf-tooltip.d.ts +51 -50
  243. package/pf-tooltip/pf-tooltip.js +26 -106
  244. package/pf-tooltip/pf-tooltip.js.map +1 -1
  245. package/pf-tooltip/test/pf-tooltip.e2e.js +12 -0
  246. package/pf-tooltip/test/pf-tooltip.e2e.js.map +1 -1
  247. package/pfe.min.js +1194 -1002
  248. package/pfe.min.js.map +4 -4
  249. package/react/pf-accordion/pf-accordion-header.js +2 -2
  250. package/react/pf-accordion/pf-accordion-panel.js +2 -2
  251. package/react/pf-accordion/pf-accordion.js +2 -2
  252. package/react/pf-avatar/pf-avatar.d.ts +1 -1
  253. package/react/pf-avatar/pf-avatar.js +5 -3
  254. package/react/pf-back-to-top/pf-back-to-top.js +2 -2
  255. package/react/pf-background-image/pf-background-image.js +2 -2
  256. package/react/pf-badge/pf-badge.js +2 -2
  257. package/react/pf-banner/pf-banner.js +2 -2
  258. package/react/pf-button/pf-button.js +2 -2
  259. package/react/pf-card/pf-card.js +2 -2
  260. package/react/pf-chip/pf-chip-group.js +2 -2
  261. package/react/pf-chip/pf-chip.js +2 -2
  262. package/react/pf-clipboard-copy/pf-clipboard-copy.d.ts +1 -1
  263. package/react/pf-clipboard-copy/pf-clipboard-copy.js +5 -3
  264. package/react/pf-code-block/pf-code-block.js +2 -2
  265. package/react/pf-dropdown/pf-dropdown-group.js +2 -2
  266. package/react/pf-dropdown/pf-dropdown-item.js +2 -2
  267. package/react/pf-dropdown/pf-dropdown-menu.js +2 -2
  268. package/react/pf-dropdown/pf-dropdown.js +2 -2
  269. package/react/pf-icon/pf-icon.js +2 -2
  270. package/react/pf-jump-links/pf-jump-links-item.js +2 -2
  271. package/react/pf-jump-links/pf-jump-links-list.js +2 -2
  272. package/react/pf-jump-links/pf-jump-links.js +2 -2
  273. package/react/pf-label/pf-label.js +2 -2
  274. package/react/pf-modal/pf-modal.js +2 -2
  275. package/react/pf-panel/pf-panel.js +2 -2
  276. package/react/pf-popover/pf-popover.js +2 -2
  277. package/react/pf-progress/pf-progress.js +2 -2
  278. package/react/pf-progress-stepper/pf-progress-step.js +2 -2
  279. package/react/pf-progress-stepper/pf-progress-stepper.js +2 -2
  280. package/react/pf-select/pf-option-group.js +2 -2
  281. package/react/pf-select/pf-option.js +2 -2
  282. package/react/pf-select/pf-select.d.ts +1 -1
  283. package/react/pf-select/pf-select.js +2 -3
  284. package/react/pf-spinner/pf-spinner.js +2 -2
  285. package/react/pf-switch/pf-switch.js +2 -2
  286. package/react/pf-table/pf-caption.js +2 -2
  287. package/react/pf-table/pf-table.js +2 -2
  288. package/react/pf-table/pf-tbody.js +2 -2
  289. package/react/pf-table/pf-td.js +2 -2
  290. package/react/pf-table/pf-th.js +2 -2
  291. package/react/pf-table/pf-thead.js +2 -2
  292. package/react/pf-table/pf-tr.js +2 -2
  293. package/react/pf-tabs/pf-tab-panel.js +2 -2
  294. package/react/pf-tabs/pf-tab.js +2 -2
  295. package/react/pf-tabs/pf-tabs.js +2 -2
  296. package/react/pf-text-area/pf-text-area.js +2 -2
  297. package/react/pf-text-input/pf-text-input.js +2 -2
  298. package/react/pf-tile/pf-tile.js +2 -2
  299. package/react/pf-timestamp/pf-timestamp.js +2 -2
  300. package/react/pf-tooltip/pf-tooltip.js +2 -2
  301. package/pf-accordion/BaseAccordion.d.ts +0 -61
  302. package/pf-accordion/BaseAccordion.js +0 -269
  303. package/pf-accordion/BaseAccordion.js.map +0 -1
  304. package/pf-accordion/BaseAccordionHeader.css +0 -39
  305. package/pf-accordion/BaseAccordionHeader.d.ts +0 -29
  306. package/pf-accordion/BaseAccordionHeader.js +0 -128
  307. package/pf-accordion/BaseAccordionHeader.js.map +0 -1
  308. package/pf-accordion/BaseAccordionPanel.css +0 -27
  309. package/pf-accordion/BaseAccordionPanel.d.ts +0 -7
  310. package/pf-accordion/BaseAccordionPanel.js +0 -33
  311. package/pf-accordion/BaseAccordionPanel.js.map +0 -1
  312. package/pf-avatar/BaseAvatar.css +0 -13
  313. package/pf-avatar/BaseAvatar.d.ts +0 -23
  314. package/pf-avatar/BaseAvatar.js +0 -62
  315. package/pf-avatar/BaseAvatar.js.map +0 -1
  316. package/pf-back-to-top/demo/demo.css +0 -25
  317. package/pf-badge/BaseBadge.css +0 -6
  318. package/pf-badge/BaseBadge.d.ts +0 -18
  319. package/pf-badge/BaseBadge.js +0 -16
  320. package/pf-badge/BaseBadge.js.map +0 -1
  321. package/pf-button/BaseButton.css +0 -68
  322. package/pf-button/BaseButton.d.ts +0 -51
  323. package/pf-button/BaseButton.js +0 -84
  324. package/pf-button/BaseButton.js.map +0 -1
  325. package/pf-card/BaseCard.css +0 -36
  326. package/pf-card/BaseCard.d.ts +0 -24
  327. package/pf-card/BaseCard.js +0 -51
  328. package/pf-card/BaseCard.js.map +0 -1
  329. package/pf-clipboard-copy/BaseClipboardCopy.css +0 -6
  330. package/pf-clipboard-copy/BaseClipboardCopy.d.ts +0 -18
  331. package/pf-clipboard-copy/BaseClipboardCopy.js +0 -25
  332. package/pf-clipboard-copy/BaseClipboardCopy.js.map +0 -1
  333. package/pf-code-block/BaseCodeBlock.css +0 -7
  334. package/pf-code-block/BaseCodeBlock.d.ts +0 -8
  335. package/pf-code-block/BaseCodeBlock.js +0 -22
  336. package/pf-code-block/BaseCodeBlock.js.map +0 -1
  337. package/pf-icon/BaseIcon.css +0 -22
  338. package/pf-icon/BaseIcon.d.ts +0 -41
  339. package/pf-icon/BaseIcon.js +0 -144
  340. package/pf-icon/BaseIcon.js.map +0 -1
  341. package/pf-label/BaseLabel.css +0 -44
  342. package/pf-label/BaseLabel.d.ts +0 -30
  343. package/pf-label/BaseLabel.js +0 -29
  344. package/pf-label/BaseLabel.js.map +0 -1
  345. package/pf-spinner/BaseSpinner.css +0 -20
  346. package/pf-spinner/BaseSpinner.d.ts +0 -27
  347. package/pf-spinner/BaseSpinner.js +0 -45
  348. package/pf-spinner/BaseSpinner.js.map +0 -1
  349. package/pf-switch/BaseSwitch.css +0 -36
  350. package/pf-switch/BaseSwitch.d.ts +0 -19
  351. package/pf-switch/BaseSwitch.js +0 -109
  352. package/pf-switch/BaseSwitch.js.map +0 -1
  353. package/pf-tabs/BaseTab.css +0 -60
  354. package/pf-tabs/BaseTab.d.ts +0 -32
  355. package/pf-tabs/BaseTab.js +0 -83
  356. package/pf-tabs/BaseTab.js.map +0 -1
  357. package/pf-tabs/BaseTabPanel.css +0 -7
  358. package/pf-tabs/BaseTabPanel.d.ts +0 -7
  359. package/pf-tabs/BaseTabPanel.js +0 -36
  360. package/pf-tabs/BaseTabPanel.js.map +0 -1
  361. package/pf-tabs/BaseTabs.css +0 -86
  362. package/pf-tabs/BaseTabs.d.ts +0 -38
  363. package/pf-tabs/BaseTabs.js +0 -221
  364. package/pf-tabs/BaseTabs.js.map +0 -1
  365. package/pf-tile/BaseTile.d.ts +0 -13
  366. package/pf-tile/BaseTile.js +0 -28
  367. package/pf-tile/BaseTile.js.map +0 -1
  368. package/pf-tooltip/BaseTooltip.css +0 -70
  369. package/pf-tooltip/BaseTooltip.d.ts +0 -16
  370. package/pf-tooltip/BaseTooltip.js +0 -54
  371. package/pf-tooltip/BaseTooltip.js.map +0 -1
@@ -1,4 +1,4 @@
1
- import { LitElement } from 'lit';
1
+ import { LitElement, type TemplateResult } from 'lit';
2
2
  import { PfTr } from './pf-tr.js';
3
3
  export * from './pf-caption.js';
4
4
  export * from './pf-thead.js';
@@ -10,639 +10,639 @@ export * from './pf-td.js';
10
10
  * A **table** is used to display large data sets that can be easily laid out in a simple grid with column headers.
11
11
  * @slot
12
12
  * The default slot can hold an optional `pf-caption` element and a combination of `pf-tr`, `pf-thead`, or `pf-tbody` elements.
13
- * @cssprop {<color>} --pf-c-table--BackgroundColor
13
+ * @cssprop {<color>} [--pf-c-table--BackgroundColor=#fff]
14
14
  * Table background color
15
- * {@default `#fff`}
16
- * @cssprop {<color>} --pf-c-table--BorderColor
15
+ *
16
+ * @cssprop {<color>} [--pf-c-table--BorderColor=#d2d2d2]
17
17
  * Table border color
18
- * {@default `#d2d2d2`}
19
- * @cssprop {<dimension>} --pf-c-table--border-width--base
18
+ *
19
+ * @cssprop {<dimension>} [--pf-c-table--border-width--base=1px]
20
20
  * Table border base width
21
- * {@default `1px`}
22
- * @cssprop {<dimension>} --pf-c-table-caption--FontSize
21
+ *
22
+ * @cssprop {<dimension>} [--pf-c-table-caption--FontSize=0.875rem]
23
23
  * Table caption font size
24
- * {@default `0.875rem`}
25
- * @cssprop {<color>} --pf-c-table-caption--Color
24
+ *
25
+ * @cssprop {<color>} [--pf-c-table-caption--Color=#6a6e73]
26
26
  * Table caption color
27
- * {@default `#6a6e73`}
28
- * @cssprop {<dimension>} --pf-c-table-caption--PaddingTop
27
+ *
28
+ * @cssprop {<dimension>} [--pf-c-table-caption--PaddingTop=1rem]
29
29
  * Table caption top padding
30
- * {@default `1rem`}
31
- * @cssprop {<dimension>} --pf-c-table-caption--PaddingRight
30
+ *
31
+ * @cssprop {<dimension>} [--pf-c-table-caption--PaddingRight=1.5rem]
32
32
  * Table caption right padding
33
- * {@default `1.5rem`}
34
- * @cssprop {<dimension>} --pf-c-table-caption--PaddingBottom
33
+ *
34
+ * @cssprop {<dimension>} [--pf-c-table-caption--PaddingBottom=1rem]
35
35
  * Table caption bottom padding
36
- * {@default `1rem`}
37
- * @cssprop {<dimension>} --pf-c-table-caption--PaddingLeft
36
+ *
37
+ * @cssprop {<dimension>} [--pf-c-table-caption--PaddingLeft=1.5rem]
38
38
  * Table caption left padding
39
- * {@default `1.5rem`}
40
- * @cssprop {<length>} --pf-c-table-caption--xl--PaddingRight
39
+ *
40
+ * @cssprop {<length>} [--pf-c-table-caption--xl--PaddingRight=1rem]
41
41
  * Table XL caption right padding
42
- * {@default `1rem`}
43
- * @cssprop {<dimension>} --pf-c-table-caption--xl--PaddingLeft
42
+ *
43
+ * @cssprop {<dimension>} [--pf-c-table-caption--xl--PaddingLeft=1rem]
44
44
  * Table XL caption left padding
45
- * {@default `1rem`}
46
- * @cssprop {<dimension>} --pf-c-table--thead--cell--FontSize
45
+ *
46
+ * @cssprop {<dimension>} [--pf-c-table--thead--cell--FontSize=0.875rem]
47
47
  * Table head cell font size
48
- * {@default `0.875rem`}
49
- * @cssprop {<number>} --pf-c-table--thead--cell--FontWeight
48
+ *
49
+ * @cssprop {<number>} [--pf-c-table--thead--cell--FontWeight=700]
50
50
  * Table head cell font weight
51
- * {@default `700`}
52
- * @cssprop {<dimension>} --pf-c-table--tbody--cell--PaddingTop
51
+ *
52
+ * @cssprop {<dimension>} [--pf-c-table--tbody--cell--PaddingTop=1.5rem]
53
53
  * Table body cell padding top
54
- * {@default `1.5rem`}
55
- * @cssprop {<dimension>} --pf-c-table--tbody--cell--PaddingBottom
54
+ *
55
+ * @cssprop {<dimension>} [--pf-c-table--tbody--cell--PaddingBottom=1.5rem]
56
56
  * Table body cell padding bottom
57
- * {@default `1.5rem`}
58
- * @cssprop {<color>} --pf-c-table--tr--BoxShadow--top--base
57
+ *
58
+ * @cssprop {<color>} [--pf-c-table--tr--BoxShadow--top--base=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)]
59
59
  * Table row top base box shadow
60
- * {@default `0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)`}
61
- * @cssprop {<dimension>} --pf-c-table--cell--Padding--base
60
+ *
61
+ * @cssprop {<dimension>} [--pf-c-table--cell--Padding--base=1rem]
62
62
  * Table cell base padding
63
- * {@default `1rem`}
64
- * @cssprop {<dimension>} --pf-c-table--cell--FontSize
63
+ *
64
+ * @cssprop {<dimension>} [--pf-c-table--cell--FontSize=1rem]
65
65
  * Table cell font size
66
- * {@default `1rem`}
67
- * @cssprop {<number>} --pf-c-table--cell--FontWeight
66
+ *
67
+ * @cssprop {<number>} [--pf-c-table--cell--FontWeight=400]
68
68
  * Table cell font weight
69
- * {@default `400`}
70
- * @cssprop {<color>} --pf-c-table--cell--Color
69
+ *
70
+ * @cssprop {<color>} [--pf-c-table--cell--Color=#151515]
71
71
  * Table cell color
72
- * {@default `#151515`}
73
- * @cssprop {<dimension>} --pf-c-table--cell--PaddingTop
72
+ *
73
+ * @cssprop {<dimension>} [--pf-c-table--cell--PaddingTop=1rem]
74
74
  * Table cell top padding
75
- * {@default `1rem`}
76
- * @cssprop {<dimension>} --pf-c-table--cell--PaddingRight
75
+ *
76
+ * @cssprop {<dimension>} [--pf-c-table--cell--PaddingRight=1rem]
77
77
  * Table cell right padding
78
- * {@default `1rem`}
79
- * @cssprop {<dimension>} --pf-c-table--cell--PaddingBottom
78
+ *
79
+ * @cssprop {<dimension>} [--pf-c-table--cell--PaddingBottom=1rem]
80
80
  * Table cell bottom padding
81
- * {@default `1rem`}
82
- * @cssprop {<dimension>} --pf-c-table--cell--PaddingLeft
81
+ *
82
+ * @cssprop {<dimension>} [--pf-c-table--cell--PaddingLeft=1rem]
83
83
  * Table cell left padding
84
- * {@default `1rem`}
85
- * @cssprop {<dimension>} --pf-c-table--cell--first-last-child--PaddingLeft
84
+ *
85
+ * @cssprop {<dimension>} [--pf-c-table--cell--first-last-child--PaddingLeft=1rem]
86
86
  * Table cell last child left padding
87
- * {@default `1rem`}
88
- * @cssprop {<dimension>} --pf-c-table--cell--first-last-child--PaddingRight
87
+ *
88
+ * @cssprop {<dimension>} [--pf-c-table--cell--first-last-child--PaddingRight=1rem]
89
89
  * Table cell last child right padding
90
- * {@default `1rem`}
91
- * @cssprop {<dimension>} --pf-c-table--cell--first-last-child--xl--PaddingLeft
90
+ *
91
+ * @cssprop {<dimension>} [--pf-c-table--cell--first-last-child--xl--PaddingLeft=1.5rem]
92
92
  * Table XL cell last child left padding
93
- * {@default `1.5rem`}
94
- * @cssprop {<dimension>} --pf-c-table--cell--first-last-child--xl--PaddingRight
93
+ *
94
+ * @cssprop {<dimension>} [--pf-c-table--cell--first-last-child--xl--PaddingRight=1.5rem]
95
95
  * Table XL cell last child right padding
96
- * {@default `1.5rem`}
97
- * @cssprop {<dimension>} --pf-c-table--tr--m-first-cell-offset-reset--cell--PaddingLeft
96
+ *
97
+ * @cssprop {<dimension>} [--pf-c-table--tr--m-first-cell-offset-reset--cell--PaddingLeft=1rem]
98
98
  * Table row first cell offset reset cell left padding
99
- * {@default `1rem`}
100
- * @cssprop {<length>} --pf-c-table--cell--MinWidth
99
+ *
100
+ * @cssprop {<length>} [--pf-c-table--cell--MinWidth=0]
101
101
  * Table cell min width
102
- * {@default `0`}
103
- * @cssprop {<length>} --pf-c-table--cell--MaxWidth
102
+ *
103
+ * @cssprop {<length>} [--pf-c-table--cell--MaxWidth=none]
104
104
  * Table cell max width
105
- * {@default `none`}
106
- * @cssprop {<length>} --pf-c-table--cell--Width
105
+ *
106
+ * @cssprop {<length>} [--pf-c-table--cell--Width=auto]
107
107
  * Table cell width
108
- * {@default `auto`}
109
- * @cssprop {<overflow>} --pf-c-table--cell--Overflow
108
+ *
109
+ * @cssprop {<overflow>} [--pf-c-table--cell--Overflow=visible]
110
110
  * Table cell overflow
111
- * {@default `visible`}
112
- * @cssprop {<>} --pf-c-table--cell--TextOverflow
111
+ *
112
+ * @cssprop {<>} [--pf-c-table--cell--TextOverflow=clip]
113
113
  * Table cell text overflow
114
- * {@default `clip`}
115
- * @cssprop {<>} --pf-c-table--cell--WhiteSpace
114
+ *
115
+ * @cssprop {<>} [--pf-c-table--cell--WhiteSpace=normal]
116
116
  * Table cell white space
117
- * {@default `normal`}
118
- * @cssprop {<>} --pf-c-table--cell--WordBreak
117
+ *
118
+ * @cssprop {<>} [--pf-c-table--cell--WordBreak=normal]
119
119
  * Table cell word break
120
- * {@default `normal`}
121
- * @cssprop {<length>} --pf-c-table--cell--m-border-right--before--BorderRightWidth
120
+ *
121
+ * @cssprop {<length>} [--pf-c-table--cell--m-border-right--before--BorderRightWidth=1px]
122
122
  * Table cell before right border width
123
- * {@default `1px`}
124
- * @cssprop {<color>} --pf-c-table--cell--m-border-right--before--BorderRightColor
123
+ *
124
+ * @cssprop {<color>} [--pf-c-table--cell--m-border-right--before--BorderRightColor=#d2d2d2]
125
125
  * Table cell before right border color
126
- * {@default `#d2d2d2`}
127
- * @cssprop {<length>} --pf-c-table--cell--m-border-left--before--BorderLeftWidth
126
+ *
127
+ * @cssprop {<length>} [--pf-c-table--cell--m-border-left--before--BorderLeftWidth=1px]
128
128
  * Table cell before left border width
129
- * {@default `1px`}
130
- * @cssprop {<color>} --pf-c-table--cell--m-border-left--before--BorderLeftColor
129
+ *
130
+ * @cssprop {<color>} [--pf-c-table--cell--m-border-left--before--BorderLeftColor=#d2d2d2]
131
131
  * Table cell before left border color
132
- * {@default `#d2d2d2`}
133
- * @cssprop {<length>} --pf-c-table--cell--m-help--MinWidth
132
+ *
133
+ * @cssprop {<length>} [--pf-c-table--cell--m-help--MinWidth=11ch]
134
134
  * Help cell minimum width
135
- * {@default `11ch`}
136
- * @cssprop {<length>} --pf-c-table--m-truncate--cell--MaxWidth
135
+ *
136
+ * @cssprop {<length>} [--pf-c-table--m-truncate--cell--MaxWidth=1px]
137
137
  * Help cell maximum width
138
- * {@default `1px`}
139
- * @cssprop {<calc-sum>} --pf-c-table--m-truncate--cell--MinWidth
138
+ *
139
+ * @cssprop {<calc-sum>} [--pf-c-table--m-truncate--cell--MinWidth=calc(5ch + 1rem + 1rem)]
140
140
  * Truncated cell minimum width
141
- * {@default `calc(5ch + 1rem + 1rem)`}
142
- * @cssprop {<>} --pf-c-table--cell--hidden-visible--Display
141
+ *
142
+ * @cssprop {<>} [--pf-c-table--cell--hidden-visible--Display=grid]
143
143
  * Cell visible display
144
- * {@default `grid`}
145
- * @cssprop {<calc-product>} --pf-c-table__toggle--c-button--MarginTop
144
+ *
145
+ * @cssprop {<calc-product>} [--pf-c-table__toggle--c-button--MarginTop=calc(0.375rem * -1)]
146
146
  * Toggle button top margin
147
- * {@default `calc(0.375rem * -1)`}
148
- * @cssprop {<calc-product>} --pf-c-table__toggle--c-button--MarginBottom
147
+ *
148
+ * @cssprop {<calc-product>} [--pf-c-table__toggle--c-button--MarginBottom=calc(0.375rem * -1)]
149
149
  * Toggle button bottom margin
150
- * {@default `calc(0.375rem * -1)`}
151
- * @cssprop {<>} --pf-c-table__toggle--c-button__toggle-icon--Rotate
150
+ *
151
+ * @cssprop {<>} [--pf-c-table__toggle--c-button__toggle-icon--Rotate=270deg]
152
152
  * Toggle button icon rotation
153
- * {@default `270deg`}
154
- * @cssprop {<>} --pf-c-table__toggle--c-button__toggle-icon--Transition
153
+ *
154
+ * @cssprop {<>} [--pf-c-table__toggle--c-button__toggle-icon--Transition=.2s ease-in 0s]
155
155
  * Toggle button icon transition
156
- * {@default `.2s ease-in 0s`}
157
- * @cssprop {<>} --pf-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate
156
+ *
157
+ * @cssprop {<>} [--pf-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate=360deg]
158
158
  * Expanded toggle button icon rotation
159
- * {@default `360deg`}
160
- * @cssprop {<color>} --pf-c-table__button--BackgroundColor
159
+ *
160
+ * @cssprop {<color>} [--pf-c-table__button--BackgroundColor=transparent]
161
161
  * Button background color
162
- * {@default `transparent`}
163
- * @cssprop {<color>} --pf-c-table__button--Color
162
+ *
163
+ * @cssprop {<color>} [--pf-c-table__button--Color=#151515]
164
164
  * Button color
165
- * {@default `#151515`}
166
- * @cssprop {<color>} --pf-c-table__button--hover--Color
165
+ *
166
+ * @cssprop {<color>} [--pf-c-table__button--hover--Color=#151515]
167
167
  * Button hover color
168
- * {@default `#151515`}
169
- * @cssprop {<color>} --pf-c-table__button--focus--Color
168
+ *
169
+ * @cssprop {<color>} [--pf-c-table__button--focus--Color=#151515]
170
170
  * Button focus color
171
- * {@default `#151515`}
172
- * @cssprop {<color>} --pf-c-table__button--active--Color
171
+ *
172
+ * @cssprop {<color>} [--pf-c-table__button--active--Color=#151515]
173
173
  * Button active color
174
- * {@default `#151515`}
175
- * @cssprop {<calc-sum>} --pf-c-table__button--OutlineOffset
174
+ *
175
+ * @cssprop {<calc-sum>} [--pf-c-table__button--OutlineOffset=calc(3px * -1)]
176
176
  * Button outline offset
177
- * {@default `calc(3px * -1)`}
178
- * @cssprop {<dimension>} --pf-c-table--m-compact__toggle--PaddingTop
177
+ *
178
+ * @cssprop {<dimension>} [--pf-c-table--m-compact__toggle--PaddingTop=0]
179
179
  * Compact toggle top padding
180
- * {@default `0`}
181
- * @cssprop {<dimension>} --pf-c-table--m-compact__toggle--PaddingBottom
180
+ *
181
+ * @cssprop {<dimension>} [--pf-c-table--m-compact__toggle--PaddingBottom=0]
182
182
  * Compacy toggle bottom padding
183
- * {@default `0`}
184
- * @cssprop {<dimension>} --pf-c-table__check--input--MarginTop
183
+ *
184
+ * @cssprop {<dimension>} [--pf-c-table__check--input--MarginTop=0.25rem]
185
185
  * Check input top margin
186
- * {@default `0.25rem`}
187
- * @cssprop {<dimension>} --pf-c-table__check--input--FontSize
186
+ *
187
+ * @cssprop {<dimension>} [--pf-c-table__check--input--FontSize=1rem]
188
188
  * Check input font size
189
- * {@default `1rem`}
190
- * @cssprop {<color>} --pf-c-table--cell--m-favorite--Color
189
+ *
190
+ * @cssprop {<color>} [--pf-c-table--cell--m-favorite--Color=#d2d2d2]
191
191
  * Favorite cell color
192
- * {@default `#d2d2d2`}
193
- * @cssprop {<color>} --pf-c-table__favorite--c-button--Color
192
+ *
193
+ * @cssprop {<color>} [--pf-c-table__favorite--c-button--Color=#d2d2d2]
194
194
  * Favorite button color
195
- * {@default `#d2d2d2`}
196
- * @cssprop {<dimension>} --pf-c-table__favorite--c-button--FontSize
195
+ *
196
+ * @cssprop {<dimension>} [--pf-c-table__favorite--c-button--FontSize=0.875rem]
197
197
  * Favorite button font size
198
- * {@default `0.875rem`}
199
- * @cssprop {<calc-product>} --pf-c-table__favorite--c-button--MarginTop
198
+ *
199
+ * @cssprop {<calc-product>} [--pf-c-table__favorite--c-button--MarginTop=calc(0.375rem * -1)]
200
200
  * Favorite button top margin
201
- * {@default `calc(0.375rem * -1)`}
202
- * @cssprop {<calc-product>} --pf-c-table__favorite--c-button--MarginRight
201
+ *
202
+ * @cssprop {<calc-product>} [--pf-c-table__favorite--c-button--MarginRight=calc(1rem * -1)]
203
203
  * Favorite button right margin
204
- * {@default `calc(1rem * -1)`}
205
- * @cssprop {<calc-product>} --pf-c-table__favorite--c-button--MarginBottom
204
+ *
205
+ * @cssprop {<calc-product>} [--pf-c-table__favorite--c-button--MarginBottom=calc(0.375rem * -1)]
206
206
  * Favorite button bottom margin
207
- * {@default `calc(0.375rem * -1)`}
208
- * @cssprop {<calc-product>} --pf-c-table__favorite--c-button--MarginLeft
207
+ *
208
+ * @cssprop {<calc-product>} [--pf-c-table__favorite--c-button--MarginLeft=calc(1rem * -1)]
209
209
  * Favorite button left margin
210
- * {@default `calc(1rem * -1)`}
211
- * @cssprop {<color>} --pf-c-table__favorite--m-favorited--c-button--Color
210
+ *
211
+ * @cssprop {<color>} [--pf-c-table__favorite--m-favorited--c-button--Color=#f0ab00]
212
212
  * Favorited button color
213
- * {@default `#f0ab00`}
214
- * @cssprop {<color>} --pf-c-table__sort--m-favorite__button__text--Color
213
+ *
214
+ * @cssprop {<color>} [--pf-c-table__sort--m-favorite__button__text--Color=#6a6e73]
215
215
  * Favorite sort button text color
216
- * {@default `#6a6e73`}
217
- * @cssprop {<color>} --pf-c-table__sort--m-favorite__button--hover__text--Color
216
+ *
217
+ * @cssprop {<color>} [--pf-c-table__sort--m-favorite__button--hover__text--Color=#151515]
218
218
  * Favorite sort button hover text color
219
- * {@default `#151515`}
220
- * @cssprop {<color>} --pf-c-table__sort--m-favorite__button--focus__text--Color
219
+ *
220
+ * @cssprop {<color>} [--pf-c-table__sort--m-favorite__button--focus__text--Color=#151515]
221
221
  * Favorite sort button focus text color
222
- * {@default `#151515`}
223
- * @cssprop {<color>} --pf-c-table__sort--m-favorite__button--active__text--Color
222
+ *
223
+ * @cssprop {<color>} [--pf-c-table__sort--m-favorite__button--active__text--Color=#151515]
224
224
  * Favorite sort button active text color
225
- * {@default `#151515`}
226
- * @cssprop {<calc-product>} --pf-c-table__draggable--c-button--MarginTop
225
+ *
226
+ * @cssprop {<calc-product>} [--pf-c-table__draggable--c-button--MarginTop=calc(0.375rem * -1)]
227
227
  * Draggable button top margin
228
- * {@default `calc(0.375rem * -1)`}
229
- * @cssprop {<calc-product>} --pf-c-table__draggable--c-button--MarginRight
228
+ *
229
+ * @cssprop {<calc-product>} [--pf-c-table__draggable--c-button--MarginRight=calc(1rem * -1)]
230
230
  * Draggable button right margin
231
- * {@default `calc(1rem * -1)`}
232
- * @cssprop {<calc-product>} --pf-c-table__draggable--c-button--MarginBottom
231
+ *
232
+ * @cssprop {<calc-product>} [--pf-c-table__draggable--c-button--MarginBottom=calc(0.375rem * -1)]
233
233
  * Draggable button bottom margin
234
- * {@default `calc(0.375rem * -1)`}
235
- * @cssprop {<calc-product>} --pf-c-table__draggable--c-button--MarginLeft
234
+ *
235
+ * @cssprop {<calc-product>} [--pf-c-table__draggable--c-button--MarginLeft=calc(1rem * -1)]
236
236
  * Draggable button left margin
237
- * {@default `calc(1rem * -1)`}
238
- * @cssprop {<dimension>} --pf-c-table__tr--m-ghost-row--Opacity
237
+ *
238
+ * @cssprop {<dimension>} [--pf-c-table__tr--m-ghost-row--Opacity=.4]
239
239
  * Ghost row opacity
240
- * {@default `.4`}
241
- * @cssprop {<color>} --pf-c-table__tr--m-ghost-row--BackgroundColor
240
+ *
241
+ * @cssprop {<color>} [--pf-c-table__tr--m-ghost-row--BackgroundColor=#fff]
242
242
  * Ghost row background color
243
- * {@default `#fff`}
244
- * @cssprop {<dimension>} --pf-c-table__action--PaddingTop
243
+ *
244
+ * @cssprop {<dimension>} [--pf-c-table__action--PaddingTop=0]
245
245
  * Action top padding
246
- * {@default `0`}
247
- * @cssprop {<dimension>} --pf-c-table__action--PaddingRight
246
+ *
247
+ * @cssprop {<dimension>} [--pf-c-table__action--PaddingRight=0]
248
248
  * Action right padding
249
- * {@default `0`}
250
- * @cssprop {<dimension>} --pf-c-table__action--PaddingBottom
249
+ *
250
+ * @cssprop {<dimension>} [--pf-c-table__action--PaddingBottom=0]
251
251
  * Action bottom padding
252
- * {@default `0`}
253
- * @cssprop {<dimension>} --pf-c-table__action--PaddingLeft
252
+ *
253
+ * @cssprop {<dimension>} [--pf-c-table__action--PaddingLeft=0]
254
254
  * Action left padding
255
- * {@default `0`}
256
- * @cssprop {<dimension>} --pf-c-table__inline-edit-action--PaddingTop
255
+ *
256
+ * @cssprop {<dimension>} [--pf-c-table__inline-edit-action--PaddingTop=0]
257
257
  * Inline edit action top padding
258
- * {@default `0`}
259
- * @cssprop {<dimension>} --pf-c-table__inline-edit-action--PaddingRight
258
+ *
259
+ * @cssprop {<dimension>} [--pf-c-table__inline-edit-action--PaddingRight=0]
260
260
  * Inline edit action right padding
261
- * {@default `0`}
262
- * @cssprop {<dimension>} --pf-c-table__inline-edit-action--PaddingBottom
261
+ *
262
+ * @cssprop {<dimension>} [--pf-c-table__inline-edit-action--PaddingBottom=0]
263
263
  * Inline edit action bottom padding
264
- * {@default `0`}
265
- * @cssprop {<dimension>} --pf-c-table__inline-edit-action--PaddingLeft
264
+ *
265
+ * @cssprop {<dimension>} [--pf-c-table__inline-edit-action--PaddingLeft=0]
266
266
  * Inline edit action left padding
267
- * {@default `0`}
268
- * @cssprop {<>} --pf-c-table__expandable-row--Transition
267
+ *
268
+ * @cssprop {<>} [--pf-c-table__expandable-row--Transition=all 250ms cubic-bezier(.42, 0, .58, 1)]
269
269
  * Expandable row transition
270
- * {@default `all 250ms cubic-bezier(.42, 0, .58, 1)`}
271
- * @cssprop {<length>} --pf-c-table__expandable-row--MaxHeight
270
+ *
271
+ * @cssprop {<length>} [--pf-c-table__expandable-row--MaxHeight=28.125rem]
272
272
  * Expandable row max height
273
- * {@default `28.125rem`}
274
- * @cssprop {<>} --pf-c-table__expandable-row-content--Transition
273
+ *
274
+ * @cssprop {<>} [--pf-c-table__expandable-row-content--Transition=all 250ms cubic-bezier(.42, 0, .58, 1)]
275
275
  * Expandable row content transition
276
- * {@default `all 250ms cubic-bezier(.42, 0, .58, 1)`}
277
- * @cssprop {<dimension>} --pf-c-table__expandable-row-content--PaddingTop
276
+ *
277
+ * @cssprop {<dimension>} [--pf-c-table__expandable-row-content--PaddingTop=1.5rem]
278
278
  * Expandable row content top padding
279
- * {@default `1.5rem`}
280
- * @cssprop {<dimension>} --pf-c-table__expandable-row-content--PaddingBottom
279
+ *
280
+ * @cssprop {<dimension>} [--pf-c-table__expandable-row-content--PaddingBottom=1.5rem]
281
281
  * Expandable row content bottom padding
282
- * {@default `1.5rem`}
283
- * @cssprop {<calc-product>} --pf-c-table__expandable-row--after--Top
282
+ *
283
+ * @cssprop {<calc-product>} [--pf-c-table__expandable-row--after--Top=calc(1px * -1)]
284
284
  * Expandable row after top
285
- * {@default `calc(1px * -1)`}
286
- * @cssprop {<calc-product>} --pf-c-table__expandable-row--after--Bottom
285
+ *
286
+ * @cssprop {<calc-product>} [--pf-c-table__expandable-row--after--Bottom=calc(1px * -1)]
287
287
  * Expandable row after bottom
288
- * {@default `calc(1px * -1)`}
289
- * @cssprop {<length>} --pf-c-table__expandable-row--after--border-width--base
288
+ *
289
+ * @cssprop {<length>} [--pf-c-table__expandable-row--after--border-width--base=3px]
290
290
  * Expandable row after base border width
291
- * {@default `3px`}
292
- * @cssprop {<length>} --pf-c-table__expandable-row--after--BorderLeftWidth
291
+ *
292
+ * @cssprop {<length>} [--pf-c-table__expandable-row--after--BorderLeftWidth=0]
293
293
  * Expandable row after left border width
294
- * {@default `0`}
295
- * @cssprop {<color>} --pf-c-table__expandable-row--after--BorderColor
294
+ *
295
+ * @cssprop {<color>} [--pf-c-table__expandable-row--after--BorderColor=#06c]
296
296
  * Expandable row after border color
297
- * {@default `#06c`}
298
- * @cssprop {<dimension>} --pf-c-table__icon-inline--MarginRight
297
+ *
298
+ * @cssprop {<dimension>} [--pf-c-table__icon-inline--MarginRight=0.5rem]
299
299
  * Inline icon right margin
300
- * {@default `0.5rem`}
301
- * @cssprop {<calc-sum>} --pf-c-table__sort--MinWidth
300
+ *
301
+ * @cssprop {<calc-sum>} [--pf-c-table__sort--MinWidth=calc(6ch + 1rem + 1rem + 1rem)]
302
302
  * Sort button minimum width
303
- * {@default `calc(6ch + 1rem + 1rem + 1rem)`}
304
- * @cssprop {<dimension>} --pf-c-table__sort__button--PaddingTop
303
+ *
304
+ * @cssprop {<dimension>} [--pf-c-table__sort__button--PaddingTop=0.375rem]
305
305
  * Sort button top padding
306
- * {@default `0.375rem`}
307
- * @cssprop {<dimension>} --pf-c-table__sort__button--PaddingRight
306
+ *
307
+ * @cssprop {<dimension>} [--pf-c-table__sort__button--PaddingRight=0.5rem]
308
308
  * Sort button right padding
309
- * {@default `0.5rem`}
310
- * @cssprop {<dimension>} --pf-c-table__sort__button--PaddingBottom
309
+ *
310
+ * @cssprop {<dimension>} [--pf-c-table__sort__button--PaddingBottom=0.375rem]
311
311
  * Sort button bottom padding
312
- * {@default `0.375rem`}
313
- * @cssprop {<dimension>} --pf-c-table__sort__button--PaddingLeft
312
+ *
313
+ * @cssprop {<dimension>} [--pf-c-table__sort__button--PaddingLeft=0.5rem]
314
314
  * Sort button left padding
315
- * {@default `0.5rem`}
316
- * @cssprop {<calc-product>} --pf-c-table__sort__button--MarginTop
315
+ *
316
+ * @cssprop {<calc-product>} [--pf-c-table__sort__button--MarginTop=calc(0.375rem * -1)]
317
317
  * Sort button top margin
318
- * {@default `calc(0.375rem * -1)`}
319
- * @cssprop {<calc-product>} --pf-c-table__sort__button--MarginBottom
318
+ *
319
+ * @cssprop {<calc-product>} [--pf-c-table__sort__button--MarginBottom=calc(0.375rem * -1)]
320
320
  * Sort button bottom margin
321
- * {@default `calc(0.375rem * -1)`}
322
- * @cssprop {<calc-product>} --pf-c-table__sort__button--MarginLeft
321
+ *
322
+ * @cssprop {<calc-product>} [--pf-c-table__sort__button--MarginLeft=calc(0.5rem * -1)]
323
323
  * Sort button left margin
324
- * {@default `calc(0.5rem * -1)`}
325
- * @cssprop {<color>} --pf-c-table__sort__button--Color
324
+ *
325
+ * @cssprop {<color>} [--pf-c-table__sort__button--Color=#151515]
326
326
  * Sort button color
327
- * {@default `#151515`}
328
- * @cssprop {<color>} --pf-c-table__sort--m-selected__button--Color
327
+ *
328
+ * @cssprop {<color>} [--pf-c-table__sort--m-selected__button--Color=#06c]
329
329
  * Selected sort button color
330
- * {@default `#06c`}
331
- * @cssprop {<length>} --pf-c-table__sort--m-help--MinWidth
330
+ *
331
+ * @cssprop {<length>} [--pf-c-table__sort--m-help--MinWidth=15ch]
332
332
  * Help button minimum width
333
- * {@default `15ch`}
334
- * @cssprop {<color>} --pf-c-table__sort__button__text--Color
333
+ *
334
+ * @cssprop {<color>} [--pf-c-table__sort__button__text--Color=currentcolor]
335
335
  * Sort button text color
336
- * {@default `currentcolor`}
337
- * @cssprop {<color>} --pf-c-table__sort__button--hover__text--Color
336
+ *
337
+ * @cssprop {<color>} [--pf-c-table__sort__button--hover__text--Color=currencolor]
338
338
  * Sort button hover text color
339
- * {@default `currencolor`}
340
- * @cssprop {<color>} --pf-c-table__sort__button--focus__text--Color
339
+ *
340
+ * @cssprop {<color>} [--pf-c-table__sort__button--focus__text--Color=currentcolor]
341
341
  * Sort button focus text color
342
- * {@default `currentcolor`}
343
- * @cssprop {<color>} --pf-c-table__sort__button--active__text--Color
342
+ *
343
+ * @cssprop {<color>} [--pf-c-table__sort__button--active__text--Color=currentcolor]
344
344
  * Sort button active text color
345
- * {@default `currentcolor`}
346
- * @cssprop {<color>} --pf-c-table__sort-indicator--Color
345
+ *
346
+ * @cssprop {<color>} [--pf-c-table__sort-indicator--Color=#d2d2d2]
347
347
  * Sort inidcator color
348
- * {@default `#d2d2d2`}
349
- * @cssprop {<calc-sum>} --pf-c-table__sort-indicator--MarginLeft
348
+ *
349
+ * @cssprop {<calc-sum>} [--pf-c-table__sort-indicator--MarginLeft=calc(6ch + 1rem + 1rem + 1rem)]
350
350
  * Sort inidcator left margin
351
- * {@default `calc(6ch + 1rem + 1rem + 1rem)`}
352
- * @cssprop {<color>} --pf-c-table__sort--m-selected__sort-indicator--Color
351
+ *
352
+ * @cssprop {<color>} [--pf-c-table__sort--m-selected__sort-indicator--Color=#06c]
353
353
  * Selected sort inidcator color
354
- * {@default `#06c`}
355
- * @cssprop {<color>} --pf-c-table__sort__button--hover__sort-indicator--Color
354
+ *
355
+ * @cssprop {<color>} [--pf-c-table__sort__button--hover__sort-indicator--Color=#151515]
356
356
  * Sort button hover sort indicator color
357
- * {@default `#151515`}
358
- * @cssprop {<color>} --pf-c-table__sort__button--active__sort-indicator--Color
357
+ *
358
+ * @cssprop {<color>} [--pf-c-table__sort__button--active__sort-indicator--Color=#151515]
359
359
  * Sort button hover active sort indicator color
360
- * {@default `#151515`}
361
- * @cssprop {<color>} --pf-c-table__sort__button--focus__sort-indicator--Color
360
+ *
361
+ * @cssprop {<color>} [--pf-c-table__sort__button--focus__sort-indicator--Color=#151515]
362
362
  * Sort button hover focus sort indicator color
363
- * {@default `#151515`}
364
- * @cssprop {<length>} --pf-c-table--th--m-help--MinWidth
363
+ *
364
+ * @cssprop {<length>} [--pf-c-table--th--m-help--MinWidth=11ch]
365
365
  * Header cell help minimum width
366
- * {@default `11ch`}
367
- * @cssprop {<dimension>} --pf-c-table__column-help--MarginLeft
366
+ *
367
+ * @cssprop {<dimension>} [--pf-c-table__column-help--MarginLeft=0.25rem]
368
368
  * Help column left magin
369
- * {@default `0.25rem`}
370
- * @cssprop {<dimension>} --pf-c-table__column-help--TranslateY
369
+ *
370
+ * @cssprop {<dimension>} [--pf-c-table__column-help--TranslateY=0.125rem]
371
371
  * Help column translate y axis
372
- * {@default `0.125rem`}
373
- * @cssprop {<calc-product>} --pf-c-table__column-help--c-button--MarginTop
372
+ *
373
+ * @cssprop {<calc-product>} [--pf-c-table__column-help--c-button--MarginTop=calc(0.375rem * -1)]
374
374
  * Help column button top margin
375
- * {@default `calc(0.375rem * -1)`}
376
- * @cssprop {<calc-product>} --pf-c-table__column-help--c-button--MarginBottom
375
+ *
376
+ * @cssprop {<calc-product>} [--pf-c-table__column-help--c-button--MarginBottom=calc(0.375rem * -1)]
377
377
  * Help column button bottom margin
378
- * {@default `calc(0.375rem * -1)`}
379
- * @cssprop {<dimension>} --pf-c-table__column-help--c-button--PaddingRight
378
+ *
379
+ * @cssprop {<dimension>} [--pf-c-table__column-help--c-button--PaddingRight=0.5rem]
380
380
  * Help column button right padding
381
- * {@default `0.5rem`}
382
- * @cssprop {<dimension>} --pf-c-table__column-help--c-button--PaddingLeft
381
+ *
382
+ * @cssprop {<dimension>} [--pf-c-table__column-help--c-button--PaddingLeft=0.5rem]
383
383
  * Help column button left margin
384
- * {@default `0.5rem`}
385
- * @cssprop {<color>} --pf-c-table__compound-expansion-toggle__button--Color
384
+ *
385
+ * @cssprop {<color>} [--pf-c-table__compound-expansion-toggle__button--Color=#06c]
386
386
  * Compound expansion toggle button color
387
- * {@default `#06c`}
388
- * @cssprop {<color>} --pf-c-table__compound-expansion-toggle__button--hover--Color
387
+ *
388
+ * @cssprop {<color>} [--pf-c-table__compound-expansion-toggle__button--hover--Color=#004080]
389
389
  * Compound expansion hover toggle button color
390
- * {@default `#004080`}
391
- * @cssprop {<color>} --pf-c-table__compound-expansion-toggle__button--focus--Color
390
+ *
391
+ * @cssprop {<color>} [--pf-c-table__compound-expansion-toggle__button--focus--Color=#004080]
392
392
  * Compound expansion focus toggle button color
393
- * {@default `#004080`}
394
- * @cssprop {<color>} --pf-c-table__compound-expansion-toggle__button--active--Color
393
+ *
394
+ * @cssprop {<color>} [--pf-c-table__compound-expansion-toggle__button--active--Color=#004080]
395
395
  * Compound expansion active toggle button color
396
- * {@default `#004080`}
397
- * @cssprop {<length>} --pf-c-table__compound-expansion-toggle__button--before--border-width--base
396
+ *
397
+ * @cssprop {<length>} [--pf-c-table__compound-expansion-toggle__button--before--border-width--base=1px]
398
398
  * Compound expansion toggle button before border width
399
- * {@default `1px`}
400
- * @cssprop {<color>} --pf-c-table__compound-expansion-toggle__button--before--BorderColor
399
+ *
400
+ * @cssprop {<color>} [--pf-c-table__compound-expansion-toggle__button--before--BorderColor=#d2d2d2]
401
401
  * Compound expansion toggle button before border color
402
- * {@default `#d2d2d2`}
403
- * @cssprop {<length>} --pf-c-table__compound-expansion-toggle__button--before--BorderRightWidth
402
+ *
403
+ * @cssprop {<length>} [--pf-c-table__compound-expansion-toggle__button--before--BorderRightWidth=0]
404
404
  * Compound expansion toggle button before right border width
405
- * {@default `0`}
406
- * @cssprop {<length>} --pf-c-table__compound-expansion-toggle__button--before--BorderLeftWidth
405
+ *
406
+ * @cssprop {<length>} [--pf-c-table__compound-expansion-toggle__button--before--BorderLeftWidth=0]
407
407
  * Compound expansion toggle button before left border width
408
- * {@default `0`}
409
- * @cssprop {<calc-product>} --pf-c-table__compound-expansion-toggle__button--before--Bottom
408
+ *
409
+ * @cssprop {<calc-product>} [--pf-c-table__compound-expansion-toggle__button--before--Bottom=calc(1px * -1)]
410
410
  * Compound expansion toggle button before bottom
411
- * {@default `calc(1px * -1)`}
412
- * @cssprop {<calc-product>} --pf-c-table__compound-expansion-toggle__button--before--Left
411
+ *
412
+ * @cssprop {<calc-product>} [--pf-c-table__compound-expansion-toggle__button--before--Left=calc(1px * -1)]
413
413
  * Compound expansion toggle button before left
414
- * {@default `calc(1px * -1)`}
415
- * @cssprop {<length>} --pf-c-table__compound-expansion-toggle__button--after--border-width--base
414
+ *
415
+ * @cssprop {<length>} [--pf-c-table__compound-expansion-toggle__button--after--border-width--base=3px]
416
416
  * Compound expansion toggle button after base border width
417
- * {@default `3px`}
418
- * @cssprop {<color>} --pf-c-table__compound-expansion-toggle__button--after--BorderColor
417
+ *
418
+ * @cssprop {<color>} [--pf-c-table__compound-expansion-toggle__button--after--BorderColor=#06c]
419
419
  * Compound expansion toggle button after border color
420
- * {@default `#06c`}
421
- * @cssprop {<length>} --pf-c-table__compound-expansion-toggle__button--after--BorderTopWidth
420
+ *
421
+ * @cssprop {<length>} [--pf-c-table__compound-expansion-toggle__button--after--BorderTopWidth=0]
422
422
  * Compound expansion toggle button after top border width
423
- * {@default `0`}
424
- * @cssprop {<calc-sum>} --pf-c-table__compound-expansion-toggle__button--after--Top
423
+ *
424
+ * @cssprop {<calc-sum>} [--pf-c-table__compound-expansion-toggle__button--after--Top=calc(1px * -1)]
425
425
  * Compound expansion toggle button after top
426
- * {@default `calc(1px * -1)`}
427
- * @cssprop {<calc-sum>} --pf-c-table__compound-expansion-toggle__button--after--Left
426
+ *
427
+ * @cssprop {<calc-sum>} [--pf-c-table__compound-expansion-toggle__button--after--Left=calc(1px * -1)]
428
428
  * Compound expansion toggle button after left
429
- * {@default `calc(1px * -1)`}
430
- * @cssprop {<calc-sum>} --pf-c-table--m-compact-th--PaddingTop
429
+ *
430
+ * @cssprop {<calc-sum>} [--pf-c-table--m-compact-th--PaddingTop=calc(0.5rem + 0.25rem)]
431
431
  * Compact header cell top padding
432
- * {@default `calc(0.5rem + 0.25rem)`}
433
- * @cssprop {<dimension>} --pf-c-table--m-compact-th--PaddingBottom
432
+ *
433
+ * @cssprop {<dimension>} [--pf-c-table--m-compact-th--PaddingBottom=0.5rem]
434
434
  * Compact header cell bottom padding
435
- * {@default `0.5rem`}
436
- * @cssprop {<dimension>} --pf-c-table--m-compact--cell--PaddingTop
435
+ *
436
+ * @cssprop {<dimension>} [--pf-c-table--m-compact--cell--PaddingTop=0.5rem]
437
437
  * Compact cell top padding
438
- * {@default `0.5rem`}
439
- * @cssprop {<dimension>} --pf-c-table--m-compact--cell--PaddingRight
438
+ *
439
+ * @cssprop {<dimension>} [--pf-c-table--m-compact--cell--PaddingRight=0.5rem]
440
440
  * Compact cell right padding
441
- * {@default `0.5rem`}
442
- * @cssprop {<dimension>} --pf-c-table--m-compact--cell--PaddingBottom
441
+ *
442
+ * @cssprop {<dimension>} [--pf-c-table--m-compact--cell--PaddingBottom=0.5rem]
443
443
  * Compact cell bottom padding
444
- * {@default `0.5rem`}
445
- * @cssprop {<dimension>} --pf-c-table--m-compact--cell--PaddingLeft
444
+ *
445
+ * @cssprop {<dimension>} [--pf-c-table--m-compact--cell--PaddingLeft=0.5rem]
446
446
  * Compact cell left padding
447
- * {@default `0.5rem`}
448
- * @cssprop {<dimension>} --pf-c-table--m-compact--cell--first-last-child--PaddingLeft
447
+ *
448
+ * @cssprop {<dimension>} [--pf-c-table--m-compact--cell--first-last-child--PaddingLeft=1rem]
449
449
  * Compact cell first child left padding
450
- * {@default `1rem`}
451
- * @cssprop {<dimension>} --pf-c-table--m-compact--cell--first-last-child--PaddingRight
450
+ *
451
+ * @cssprop {<dimension>} [--pf-c-table--m-compact--cell--first-last-child--PaddingRight=1rem]
452
452
  * Compact XLcell first child right padding
453
- * {@default `1rem`}
454
- * @cssprop {<dimension>} --pf-c-table--m-compact--cell--first-last-child--xl--PaddingLeft
453
+ *
454
+ * @cssprop {<dimension>} [--pf-c-table--m-compact--cell--first-last-child--xl--PaddingLeft=1.5rem]
455
455
  * Compact cell first child XL left padding
456
- * {@default `1.5rem`}
457
- * @cssprop {<dimension>} --pf-c-table--m-compact--cell--first-last-child--xl--PaddingRight
456
+ *
457
+ * @cssprop {<dimension>} [--pf-c-table--m-compact--cell--first-last-child--xl--PaddingRight=1.5rem]
458
458
  * Compact cell first child XL right padding
459
- * {@default `1.5rem`}
460
- * @cssprop {<dimension>} --pf-c-table--m-compact--FontSize
459
+ *
460
+ * @cssprop {<dimension>} [--pf-c-table--m-compact--FontSize=0.875rem]
461
461
  * Compact font size
462
- * {@default `0.875rem`}
463
- * @cssprop {<dimension>} --pf-c-table--m-compact__expandable-row-content--PaddingTop
462
+ *
463
+ * @cssprop {<dimension>} [--pf-c-table--m-compact__expandable-row-content--PaddingTop=1.5rem]
464
464
  * Compact expandable row content top padding
465
- * {@default `1.5rem`}
466
- * @cssprop {<dimension>} --pf-c-table--m-compact__expandable-row-content--PaddingRight
465
+ *
466
+ * @cssprop {<dimension>} [--pf-c-table--m-compact__expandable-row-content--PaddingRight=1.5rem]
467
467
  * Compact expandable row content right padding
468
- * {@default `1.5rem`}
469
- * @cssprop {<dimension>} --pf-c-table--m-compact__expandable-row-content--PaddingBottom
468
+ *
469
+ * @cssprop {<dimension>} [--pf-c-table--m-compact__expandable-row-content--PaddingBottom=1.5rem]
470
470
  * Compact expandable row content bottom padding
471
- * {@default `1.5rem`}
472
- * @cssprop {<dimension>} --pf-c-table--m-compact__expandable-row-content--PaddingLeft
471
+ *
472
+ * @cssprop {<dimension>} [--pf-c-table--m-compact__expandable-row-content--PaddingLeft=1.5rem]
473
473
  * Compact expandable row content left padding
474
- * {@default `1.5rem`}
475
- * @cssprop {<dimension>} --pf-c-table--nested--first-last-child--PaddingRight
474
+ *
475
+ * @cssprop {<dimension>} [--pf-c-table--nested--first-last-child--PaddingRight=1rem]
476
476
  * Nested first child right padding
477
- * {@default `1rem`}
478
- * @cssprop {<dimension>} --pf-c-table--nested--first-last-child--PaddingLeft
477
+ *
478
+ * @cssprop {<dimension>} [--pf-c-table--nested--first-last-child--PaddingLeft=1rem]
479
479
  * Nested first child left padding
480
- * {@default `1rem`}
481
- * @cssprop {<color>} --pf-c-table__expandable-row--m-expanded--BorderBottomColor
480
+ *
481
+ * @cssprop {<color>} [--pf-c-table__expandable-row--m-expanded--BorderBottomColor=#d2d2d2]
482
482
  * Expandable row expanded bottom border color
483
- * {@default `#d2d2d2`}
484
- * @cssprop {<color>} --pf-c-table--tr--m-hoverable--BoxShadow--top
483
+ *
484
+ * @cssprop {<color>} [--pf-c-table--tr--m-hoverable--BoxShadow--top=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)]
485
485
  * Hoverable table row top box shadow
486
- * {@default `0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)`}
487
- * @cssprop {<dimension>} --pf-c-table--tr--m-hoverable--BackgroundColor
486
+ *
487
+ * @cssprop {<dimension>} [--pf-c-table--tr--m-hoverable--BackgroundColor=transparent]
488
488
  * Hoverable table row background color
489
- * {@default `transparent`}
490
- * @cssprop {<color>} --pf-c-table--tr--m-hoverable--BoxShadow
489
+ *
490
+ * @cssprop {<color>} [--pf-c-table--tr--m-hoverable--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)]
491
491
  * Hoverable table row box shadow
492
- * {@default `0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)`}
493
- * @cssprop {<calc-sum>} --pf-c-table--tr--m-hoverable--OutlineOffset
492
+ *
493
+ * @cssprop {<calc-sum>} [--pf-c-table--tr--m-hoverable--OutlineOffset=calc(-1 * 0.25rem)]
494
494
  * Hoverable table row outline offset
495
- * {@default `calc(-1 * 0.25rem)`}
496
- * @cssprop {<color>} --pf-c-table--tr--m-hoverable--hover--BoxShadow
495
+ *
496
+ * @cssprop {<color>} [--pf-c-table--tr--m-hoverable--hover--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
497
497
  * Hoverable table row hover box shadow
498
- * {@default `0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)`}
499
- * @cssprop {<color>} --pf-c-table--tr--m-hoverable--hover--BackgroundColor
498
+ *
499
+ * @cssprop {<color>} [--pf-c-table--tr--m-hoverable--hover--BackgroundColor=#fff]
500
500
  * Hoverable table row hover background color
501
- * {@default `#fff`}
502
- * @cssprop {<color>} --pf-c-table--tr--m-hoverable--focus--BoxShadow
501
+ *
502
+ * @cssprop {<color>} [--pf-c-table--tr--m-hoverable--focus--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
503
503
  * Hoverable table row focus box shadow
504
- * {@default `0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)`}
505
- * @cssprop {<color>} --pf-c-table--tr--m-hoverable--focus--BackgroundColor
504
+ *
505
+ * @cssprop {<color>} [--pf-c-table--tr--m-hoverable--focus--BackgroundColor=#fff]
506
506
  * Hoverable table row focus background color
507
- * {@default `#fff`}
508
- * @cssprop {<color>} --pf-c-table--tr--m-hoverable--active--BoxShadow
507
+ *
508
+ * @cssprop {<color>} [--pf-c-table--tr--m-hoverable--active--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
509
509
  * Hoverable table row active box shadow
510
- * {@default `0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)`}
511
- * @cssprop {<color>} --pf-c-table--tr--m-hoverable--active--BackgroundColor
510
+ *
511
+ * @cssprop {<color>} [--pf-c-table--tr--m-hoverable--active--BackgroundColor=#fff]
512
512
  * Hoverable table row active background color
513
- * {@default `#fff`}
514
- * @cssprop {<color>} --pf-c-table--tr--m-hoverable--m-selected--BoxShadow
513
+ *
514
+ * @cssprop {<color>} [--pf-c-table--tr--m-hoverable--m-selected--BoxShadow=0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16) inset, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
515
515
  * Hoverable table row selected box shadow
516
- * {@default `0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16) inset, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)`}
517
- * @cssprop {<color>} --pf-c-table--tr--m-selected--BoxShadow--top
516
+ *
517
+ * @cssprop {<color>} [--pf-c-table--tr--m-selected--BoxShadow--top=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)]
518
518
  * Selected table row top box shadow
519
- * {@default `0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)`}
520
- * @cssprop {<color>} --pf-c-table--tr--m-selected--BackgroundColor
519
+ *
520
+ * @cssprop {<color>} [--pf-c-table--tr--m-selected--BackgroundColor=#fff]
521
521
  * Selected table row background color
522
- * {@default `#fff`}
523
- * @cssprop {<color>} --pf-c-table--tr--m-selected--BoxShadow
522
+ *
523
+ * @cssprop {<color>} [--pf-c-table--tr--m-selected--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)]
524
524
  * Selected table row box shadow
525
- * {@default `0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)`}
526
- * @cssprop {<calc-sum>} --pf-c-table--tr--m-selected--OutlineOffset
525
+ *
526
+ * @cssprop {<calc-sum>} [--pf-c-table--tr--m-selected--OutlineOffset=calc(-1 * 0.25rem)]
527
527
  * Selected table row outline offset
528
- * {@default `calc(-1 * 0.25rem)`}
529
- * @cssprop {<length>} --pf-c-table--tr--m-selected--after--BorderLeftWidth
528
+ *
529
+ * @cssprop {<length>} [--pf-c-table--tr--m-selected--after--BorderLeftWidth=3px]
530
530
  * Selected table row after left border width
531
- * {@default `3px`}
532
- * @cssprop {<color>} --pf-c-table--tr--m-selected--after--BorderLeftColor
531
+ *
532
+ * @cssprop {<color>} [--pf-c-table--tr--m-selected--after--BorderLeftColor=#06c]
533
533
  * Selected table row after left border color
534
- * {@default `#06c`}
535
- * @cssprop {<color>} --pf-c-table--tr--m-selected--m-selected--BoxShadow
534
+ *
535
+ * @cssprop {<color>} [--pf-c-table--tr--m-selected--m-selected--BoxShadow=0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
536
536
  * Selected table row box shadow
537
- * {@default `0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)`}
538
- * @cssprop {<color>} --pf-c-table--tr--m-selected--hover--m-selected--BoxShadow
537
+ *
538
+ * @cssprop {<color>} [--pf-c-table--tr--m-selected--hover--m-selected--BoxShadow=0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16) inset, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
539
539
  * Selected table row hover box shadow
540
- * {@default `0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16) inset, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)`}
541
- * @cssprop {<color>} --pf-c-table--tr--m-selected--tr--m-selected--hover--BoxShadow
540
+ *
541
+ * @cssprop {<color>} [--pf-c-table--tr--m-selected--tr--m-selected--hover--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
542
542
  * Selected table row hover box shadow
543
- * {@default `0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)`}
544
- * @cssprop {<color>} --pf-c-table--tbody--m-hoverable--BoxShadow--top
543
+ *
544
+ * @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--BoxShadow--top=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)]
545
545
  * Hoverable table body top box shadow
546
- * {@default `0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)`}
547
- * @cssprop {<color>} --pf-c-table--tbody--m-hoverable--BoxShadow
546
+ *
547
+ * @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)]
548
548
  * Hoverable table body box shadow
549
- * {@default `0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)`}
550
- * @cssprop {<dimension>} --pf-c-table--tbody--m-hoverable--BackgroundColor
549
+ *
550
+ * @cssprop {<dimension>} [--pf-c-table--tbody--m-hoverable--BackgroundColor=transparent]
551
551
  * Hoverable table body background color
552
- * {@default `transparent`}
553
- * @cssprop {<calc-sum>} --pf-c-table--tbody--m-hoverable--OutlineOffset
552
+ *
553
+ * @cssprop {<calc-sum>} [--pf-c-table--tbody--m-hoverable--OutlineOffset=calc(-1 * 0.25rem)]
554
554
  * Hoverable table body outline offset
555
- * {@default `calc(-1 * 0.25rem)`}
556
- * @cssprop {<color>} --pf-c-table--tbody--m-hoverable--hover--BoxShadow
555
+ *
556
+ * @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--hover--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
557
557
  * Hoverable table body hover box shadow
558
- * {@default `0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)`}
559
- * @cssprop {<color>} --pf-c-table--tbody--m-hoverable--hover--BackgroundColor
558
+ *
559
+ * @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--hover--BackgroundColor=#fff]
560
560
  * Hoverable table body hover background color
561
- * {@default `#fff`}
562
- * @cssprop {<color>} --pf-c-table--tbody--m-hoverable--focus--BoxShadow
561
+ *
562
+ * @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--focus--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
563
563
  * Hoverable table body focus box shadow
564
- * {@default `0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)`}
565
- * @cssprop {<color>} --pf-c-table--tbody--m-hoverable--focus--BackgroundColor
564
+ *
565
+ * @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--focus--BackgroundColor=#fff]
566
566
  * Hoverable table body focus background color
567
- * {@default `#fff`}
568
- * @cssprop {<color>} --pf-c-table--tbody--m-hoverable--active--BoxShadow
567
+ *
568
+ * @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--active--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
569
569
  * Hoverable table body active box shadow
570
- * {@default `0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)`}
571
- * @cssprop {<color>} --pf-c-table--tbody--m-hoverable--active--BackgroundColor
570
+ *
571
+ * @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--active--BackgroundColor=#fff]
572
572
  * Hoverable table body active background color
573
- * {@default `#fff`}
574
- * @cssprop {<color>} --pf-c-table--tbody--m-hoverable--m-expanded--BorderColor
573
+ *
574
+ * @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--m-expanded--BorderColor=#73bcf7]
575
575
  * Hoverable table body expanded border color
576
- * {@default `#73bcf7`}
577
- * @cssprop {<color>} --pf-c-table--tbody--m-hoverable--m-selected--hover--tr--BoxShadow
576
+ *
577
+ * @cssprop {<color>} [--pf-c-table--tbody--m-hoverable--m-selected--hover--tr--BoxShadow=0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16) inset, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
578
578
  * Hoverable table body selected table row box shadow
579
- * {@default `0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16) inset, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)`}
580
- * @cssprop {<color>} --pf-c-table--tbody--m-selected--BackgroundColor
579
+ *
580
+ * @cssprop {<color>} [--pf-c-table--tbody--m-selected--BackgroundColor=#fff]
581
581
  * Selected table body background color
582
- * {@default `#fff`}
583
- * @cssprop {<color>} --pf-c-table--tbody--m-selected--BoxShadow--top
582
+ *
583
+ * @cssprop {<color>} [--pf-c-table--tbody--m-selected--BoxShadow--top=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)]
584
584
  * Selected table body top box shadow
585
- * {@default `0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)`}
586
- * @cssprop {<color>} --pf-c-table--tbody--m-selected--BoxShadow
585
+ *
586
+ * @cssprop {<color>} [--pf-c-table--tbody--m-selected--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)]
587
587
  * Selected table body box shadow
588
- * {@default `0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08)`}
589
- * @cssprop {<calc-product>} --pf-c-table--tbody--m-selected--OutlineOffset
588
+ *
589
+ * @cssprop {<calc-product>} [--pf-c-table--tbody--m-selected--OutlineOffset=calc(-1 * 0.25rem)]
590
590
  * Selected table body outline offset
591
- * {@default `calc(-1 * 0.25rem)`}
592
- * @cssprop {<length>} --pf-c-table--tbody--m-selected--after--BorderLeftWidth
591
+ *
592
+ * @cssprop {<length>} [--pf-c-table--tbody--m-selected--after--BorderLeftWidth=3px]
593
593
  * Selected table body after left border width
594
- * {@default `3px`}
595
- * @cssprop {<color>} --pf-c-table--tbody--m-selected--after--BorderLeftColor
594
+ *
595
+ * @cssprop {<color>} [--pf-c-table--tbody--m-selected--after--BorderLeftColor=#06c]
596
596
  * Selected table body after left border color
597
- * {@default `#06c`}
598
- * @cssprop {<color>} --pf-c-table--tbody--m-selected--m-selected--BoxShadow
597
+ *
598
+ * @cssprop {<color>} [--pf-c-table--tbody--m-selected--m-selected--BoxShadow=0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
599
599
  * Selected table body selected box shadow
600
- * {@default `0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)`}
601
- * @cssprop {<color>} --pf-c-table--tbody--m-selected--hover--tbody--m-selected--BoxShadow
600
+ *
601
+ * @cssprop {<color>} [--pf-c-table--tbody--m-selected--hover--tbody--m-selected--BoxShadow=0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16) inset, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
602
602
  * Selected table body hover selected box shadow
603
- * {@default `0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16) inset, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)`}
604
- * @cssprop {<color>} --pf-c-table--tbody--m-selected--tbody--m-selected--hover--BoxShadow
603
+ *
604
+ * @cssprop {<color>} [--pf-c-table--tbody--m-selected--tbody--m-selected--hover--BoxShadow=0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)]
605
605
  * Selected table body hover box shadow
606
- * {@default `0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08), 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)`}
607
- * @cssprop {<dimension>} --pf-c-table--thead--m-nested-column-header--button--OutlineOffset
606
+ *
607
+ * @cssprop {<dimension>} [--pf-c-table--thead--m-nested-column-header--button--OutlineOffset=-0.1875rem]
608
608
  * Table head nested column header button outline offset
609
- * {@default `-0.1875rem`}
610
- * @cssprop {<dimension>} --pf-c-table--thead--m-nested-column-header--tr--PaddingTop
609
+ *
610
+ * @cssprop {<dimension>} [--pf-c-table--thead--m-nested-column-header--tr--PaddingTop=0.25rem]
611
611
  * Table head nested column header row top padding
612
- * {@default `0.25rem`}
613
- * @cssprop {<dimension>} --pf-c-table--thead--m-nested-column-header--tr--PaddingBottom
612
+ *
613
+ * @cssprop {<dimension>} [--pf-c-table--thead--m-nested-column-header--tr--PaddingBottom=0.25rem]
614
614
  * Table head nested column header row bottom padding
615
- * {@default `0.25rem`}
616
- * @cssprop {<color>} --pf-c-table__subhead--Color
615
+ *
616
+ * @cssprop {<color>} [--pf-c-table__subhead--Color=#6a6e73]
617
617
  * Subhead color
618
- * {@default `#6a6e73`}
619
- * @cssprop {<color>} --pf-c-table--m-striped__tr--BackgroundColor
618
+ *
619
+ * @cssprop {<color>} [--pf-c-table--m-striped__tr--BackgroundColor=#fafafa]
620
620
  * Striped row background color
621
- * {@default `#fafafa`}
622
- * @cssprop {<dimension>} --pf-c-table--cell--PaddingTop
621
+ *
622
+ * @cssprop {<dimension>} [--pf-c-table--cell--PaddingTop=1rem]
623
623
  * Cell top padding
624
- * {@default `1rem`}
625
- * @cssprop {<dimension>} --pf-c-table--cell--PaddingRight
624
+ *
625
+ * @cssprop {<dimension>} [--pf-c-table--cell--PaddingRight=1rem]
626
626
  * Cell right padding
627
- * {@default `1rem`}
628
- * @cssprop {<dimension>} --pf-c-table--cell--PaddingBottom
627
+ *
628
+ * @cssprop {<dimension>} [--pf-c-table--cell--PaddingBottom=1rem]
629
629
  * Cell bottom padding
630
- * {@default `1rem`}
631
- * @cssprop {<dimension>} --pf-c-table--cell--PaddingLeft
630
+ *
631
+ * @cssprop {<dimension>} [--pf-c-table--cell--PaddingLeft=1rem]
632
632
  * Cell left padding
633
- * {@default `1rem`}
634
- * @cssprop {<calc-sum>} --pf-c-table__favorite--c-button--MarginTop
633
+ *
634
+ * @cssprop {<calc-sum>} [--pf-c-table__favorite--c-button--MarginTop=calc(0.375rem * -1)]
635
635
  * Favorite button top margin
636
- * {@default `calc(0.375rem * -1)`}
637
- * @cssprop {<calc-sum>} --pf-c-table__favorite--c-button--MarginRight
636
+ *
637
+ * @cssprop {<calc-sum>} [--pf-c-table__favorite--c-button--MarginRight=calc(1rem * -1)]
638
638
  * Favorite button right margin
639
- * {@default `calc(1rem * -1)`}
640
- * @cssprop {<calc-sum>} --pf-c-table__favorite--c-button--MarginBottom
639
+ *
640
+ * @cssprop {<calc-sum>} [--pf-c-table__favorite--c-button--MarginBottom=calc(0.375rem * -1)]
641
641
  * Favorite button bottom margin
642
- * {@default `calc(0.375rem * -1)`}
643
- * @cssprop {<calc-sum>} --pf-c-table__favorite--c-button--MarginLeft
642
+ *
643
+ * @cssprop {<calc-sum>} [--pf-c-table__favorite--c-button--MarginLeft=calc(1rem * -1)]
644
644
  * Favorite button left margin
645
- * {@default `calc(1rem * -1)`}
645
+ *
646
646
  */
647
647
  export declare class PfTable extends LitElement {
648
648
  #private;
@@ -650,7 +650,7 @@ export declare class PfTable extends LitElement {
650
650
  get rows(): NodeListOf<PfTr>;
651
651
  private columns;
652
652
  connectedCallback(): void;
653
- render(): import("lit-html").TemplateResult<1>;
653
+ render(): TemplateResult<1>;
654
654
  private static getNodeContentForSort;
655
655
  private static sortByContent;
656
656
  }