@patternfly/patternfly 6.0.0-alpha.34 → 6.0.0-alpha.39

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 (76) hide show
  1. package/CODE_OF_CONDUCT.md +1 -2
  2. package/assets/images/PF-HorizontalLogo-Color.svg +29 -0
  3. package/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
  4. package/assets/images/PF-IconLogo-color.svg +17 -0
  5. package/components/Backdrop/backdrop.css +6 -2
  6. package/components/Backdrop/backdrop.scss +5 -2
  7. package/components/Banner/banner.css +4 -0
  8. package/components/Banner/banner.scss +5 -0
  9. package/components/Card/card.css +3 -0
  10. package/components/Card/card.scss +8 -0
  11. package/components/Divider/divider.css +97 -177
  12. package/components/Divider/divider.scss +60 -79
  13. package/components/Form/form.css +6 -0
  14. package/components/Form/form.scss +4 -1
  15. package/components/Masthead/masthead.css +267 -435
  16. package/components/Masthead/masthead.scss +118 -233
  17. package/components/MenuToggle/menu-toggle.css +1 -0
  18. package/components/MenuToggle/menu-toggle.scss +2 -0
  19. package/components/Popover/popover.css +0 -2
  20. package/components/Popover/popover.scss +2 -2
  21. package/components/SimpleList/simple-list.css +35 -52
  22. package/components/SimpleList/simple-list.scss +41 -51
  23. package/components/Table/table.scss +1 -0
  24. package/components/Tooltip/tooltip.css +0 -2
  25. package/components/Tooltip/tooltip.scss +3 -3
  26. package/components/Truncate/truncate.css +4 -0
  27. package/components/Truncate/truncate.scss +3 -0
  28. package/docs/components/Accordion/examples/Accordion.md +6 -6
  29. package/docs/components/Alert/examples/Alert.md +2 -2
  30. package/docs/components/Brand/examples/Brand.md +9 -33
  31. package/docs/components/Breadcrumb/examples/Breadcrumb.md +1 -1
  32. package/docs/components/Card/examples/Card.md +18 -20
  33. package/docs/components/Check/examples/Check.md +1 -0
  34. package/docs/components/Content/examples/Content.md +5 -5
  35. package/docs/components/Divider/examples/Divider.css +3 -1
  36. package/docs/components/Divider/examples/Divider.md +4 -5
  37. package/docs/components/InlineEdit/examples/InlineEdit.md +3 -1
  38. package/docs/components/Label/examples/Label.md +11 -11
  39. package/docs/components/Masthead/examples/masthead.md +441 -16
  40. package/docs/components/Nav/examples/Navigation.css +18 -2
  41. package/docs/components/Nav/examples/Navigation.md +1 -1
  42. package/docs/components/Radio/examples/Radio.md +1 -1
  43. package/docs/components/SimpleList/examples/SimpleList.md +3 -3
  44. package/docs/components/Table/examples/Table.md +8 -8
  45. package/docs/components/Truncate/examples/Truncate.css +2 -2
  46. package/docs/demos/AboutModal/examples/AboutModal.md +40 -42
  47. package/docs/demos/Alert/examples/Alert.md +120 -126
  48. package/docs/demos/BackToTop/examples/BackToTop.md +40 -42
  49. package/docs/demos/Banner/examples/Banner.md +79 -80
  50. package/docs/demos/CardView/examples/CardView.md +40 -42
  51. package/docs/demos/ContextSelector/examples/ContextSelector.md +129 -146
  52. package/docs/demos/Dashboard/examples/Dashboard.md +40 -42
  53. package/docs/demos/DataList/examples/DataList.md +160 -279
  54. package/docs/demos/DescriptionList/examples/DescriptionList.md +120 -126
  55. package/docs/demos/Drawer/examples/Drawer.md +200 -210
  56. package/docs/demos/JumpLinks/examples/JumpLinks.md +240 -252
  57. package/docs/demos/Masthead/examples/Masthead.md +143 -224
  58. package/docs/demos/Modal/examples/Modal.md +240 -252
  59. package/docs/demos/Nav/examples/Nav.md +320 -336
  60. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +200 -210
  61. package/docs/demos/Page/examples/Page.md +360 -378
  62. package/docs/demos/Page/examples/Penta.md +8 -15
  63. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +280 -294
  64. package/docs/demos/Skeleton/examples/Skeleton.md +40 -42
  65. package/docs/demos/Table/examples/Table.md +617 -647
  66. package/docs/demos/Tabs/examples/Tabs.md +240 -252
  67. package/docs/demos/Toolbar/examples/Toolbar.md +80 -84
  68. package/docs/demos/Wizard/examples/Wizard.md +360 -378
  69. package/docs/layouts/Flex/examples/Flex.md +11 -11
  70. package/package.json +32 -32
  71. package/patternfly-no-globals.css +422 -673
  72. package/patternfly-theme-dark-unversioned.css +422 -673
  73. package/patternfly.css +422 -673
  74. package/patternfly.min.css +1 -1
  75. package/patternfly.min.css.map +1 -1
  76. package/components/SimpleList/themes/dark/simple-list.scss +0 -14
@@ -1,5 +1,4 @@
1
1
  This project is governed by the [Contributor Covenant version 1.4][1]. All contributors and participants agree to abide by its terms. To report violations, send an email to [patternfly@redhat.com][2].
2
2
 
3
3
  [1]: https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
4
- [2]: mailto:patternfly@redhat.com
5
-
4
+ [2]: mailto:patternfly@redhat.com
@@ -0,0 +1,29 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="679px" height="158px" viewBox="0 0 679 158" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>PF-HorizontalLogo-Color </title>
4
+ <defs>
5
+ <linearGradient x1="68%" y1="2.25860997e-13%" x2="32%" y2="100%" id="linearGradient-1">
6
+ <stop stop-color="#2B9AF3" offset="0%"></stop>
7
+ <stop stop-color="#73BCF7" stop-opacity="0.502212631" offset="100%"></stop>
8
+ </linearGradient>
9
+ </defs>
10
+ <g id="PF-HorizontalLogo-Color" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
11
+ <g id="PatternFly-Copy-11" transform="translate(206.000000, 45.750000)" fill="#151515" fill-rule="nonzero">
12
+ <path d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z" id="Shape"></path>
13
+ <path d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z" id="Shape"></path>
14
+ <path d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z" id="Path"></path>
15
+ <path d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z" id="Path"></path>
16
+ <path d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z" id="Shape"></path>
17
+ <path d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z" id="Path"></path>
18
+ <path d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z" id="Path"></path>
19
+ <polygon id="Path" points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"></polygon>
20
+ <polygon id="Path" points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"></polygon>
21
+ <path d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z" id="Path"></path>
22
+ </g>
23
+ <g id="Logo" transform="translate(0.000000, 0.000000)">
24
+ <path d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z" id="Rectangle-Copy-17" fill="#0066CC"></path>
25
+ <path d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z" id="Path-2" fill="url(#linearGradient-1)"></path>
26
+ <path d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z" id="Path-2" fill="url(#linearGradient-1)" transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "></path>
27
+ </g>
28
+ </g>
29
+ </svg>
@@ -0,0 +1,28 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="679px" height="158px" viewBox="0 0 679 158" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>PF-HorizontalLogo-Reverse </title>
4
+ <defs>
5
+ <linearGradient x1="100%" y1="1.31838984e-13%" x2="40.4021492%" y2="59.4473677%" id="linearGradient-1">
6
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
7
+ <stop stop-color="#FFFFFF" stop-opacity="0.498497596" offset="100%"></stop>
8
+ </linearGradient>
9
+ </defs>
10
+ <g id="PF-HorizontalLogo-Reverse" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
11
+ <g id="Group" transform="translate(-0.000000, 0.000000)">
12
+ <path d="M61.7658863,0 L157.846154,0 L157.846154,96.0802676 C104.782487,96.0802676 61.7658863,53.0636665 61.7658863,0 L61.7658863,0 L61.7658863,0 Z" id="Rectangle-Copy-15" fill="#FFFFFF" opacity="0.401297433"></path>
13
+ <path d="M158,1.84777167 L158,138 C158,149.045695 149.045695,158 138,158 L66.3656919,158 L158,1.84777167 Z M156.152228,3.55271368e-13 L-9.37916411e-13,91.6343081 L-9.37916411e-13,20 C-9.09494702e-13,8.954305 8.954305,3.55271368e-13 20,3.41060513e-13 L156.152228,3.55271368e-13 Z" id="Combined-Shape-Copy-4" fill="url(#linearGradient-1)"></path>
14
+ </g>
15
+ <g id="PatternFly-Copy-11" transform="translate(206.000000, 45.750000)" fill="#FFFFFF" fill-rule="nonzero">
16
+ <path d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z" id="Shape"></path>
17
+ <path d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z" id="Shape"></path>
18
+ <path d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z" id="Path"></path>
19
+ <path d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z" id="Path"></path>
20
+ <path d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z" id="Shape"></path>
21
+ <path d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z" id="Path"></path>
22
+ <path d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z" id="Path"></path>
23
+ <polygon id="Path" points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"></polygon>
24
+ <polygon id="Path" points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"></polygon>
25
+ <path d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z" id="Path"></path>
26
+ </g>
27
+ </g>
28
+ </svg>
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="158px" height="158px" viewBox="0 0 158 158" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>PF-IconLogo-color </title>
4
+ <defs>
5
+ <linearGradient x1="68%" y1="2.25860997e-13%" x2="32%" y2="100%" id="linearGradient-1">
6
+ <stop stop-color="#2B9AF3" offset="0%"></stop>
7
+ <stop stop-color="#73BCF7" stop-opacity="0.502212631" offset="100%"></stop>
8
+ </linearGradient>
9
+ </defs>
10
+ <g id="PF-IconLogo-color" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
11
+ <g id="Logo">
12
+ <path d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z" id="Rectangle-Copy-17" fill="#0066CC"></path>
13
+ <path d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z" id="Path-2" fill="url(#linearGradient-1)"></path>
14
+ <path d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z" id="Path-2" fill="url(#linearGradient-1)" transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "></path>
15
+ </g>
16
+ </g>
17
+ </svg>
@@ -1,7 +1,11 @@
1
+ :root,
1
2
  .pf-v5-c-backdrop {
2
3
  --pf-v5-c-backdrop--Position: fixed;
3
- --pf-v5-c-backdrop--ZIndex: var(--pf-v5-global--ZIndex--lg);
4
- --pf-v5-c-backdrop--BackgroundColor: var(--pf-v5-global--BackgroundColor--dark-transparent-100);
4
+ --pf-v5-c-backdrop--ZIndex: var(--pf-t--global--Zindex--lg);
5
+ --pf-v5-c-backdrop--BackgroundColor: var(--pf-t--global--background--color--backdrop--default);
6
+ }
7
+
8
+ .pf-v5-c-backdrop {
5
9
  position: var(--pf-v5-c-backdrop--Position);
6
10
  inset-block-start: 0;
7
11
  inset-inline-start: 0;
@@ -1,10 +1,13 @@
1
1
  // @debug $backdrop; // check your variable names located in src/patternfly/sass-utilities/component-namespaces.scss
2
2
 
3
+ :root,
3
4
  .#{$backdrop} {
4
5
  --#{$backdrop}--Position: fixed;
5
- --#{$backdrop}--ZIndex: var(--#{$pf-global}--ZIndex--lg);
6
- --#{$backdrop}--BackgroundColor: var(--#{$pf-global}--BackgroundColor--dark-transparent-100);
6
+ --#{$backdrop}--ZIndex: var(--pf-t--global--Zindex--lg);
7
+ --#{$backdrop}--BackgroundColor: var(--pf-t--global--background--color--backdrop--default);
8
+ }
7
9
 
10
+ .#{$backdrop} {
8
11
  position: var(--#{$backdrop}--Position);
9
12
  inset-block-start: 0;
10
13
  inset-inline-start: 0;
@@ -77,6 +77,10 @@
77
77
  --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-info--BackgroundColor);
78
78
  --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-info--Color);
79
79
  }
80
+ .pf-v5-c-banner.pf-m-custom {
81
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-custom--BackgroundColor);
82
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-custom--Color);
83
+ }
80
84
  .pf-v5-c-banner.pf-m-red {
81
85
  --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-red--BackgroundColor);
82
86
  --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-red--Color);
@@ -90,6 +90,11 @@
90
90
  --#{$banner}--Color: var(--#{$banner}--m-info--Color);
91
91
  }
92
92
 
93
+ &.pf-m-custom {
94
+ --#{$banner}--BackgroundColor: var(--#{$banner}--m-custom--BackgroundColor);
95
+ --#{$banner}--Color: var(--#{$banner}--m-custom--Color);
96
+ }
97
+
93
98
  &.pf-m-red {
94
99
  --#{$banner}--BackgroundColor: var(--#{$banner}--m-red--BackgroundColor);
95
100
  --#{$banner}--Color: var(--#{$banner}--m-red--Color);
@@ -105,6 +105,9 @@
105
105
  background-color: var(--pf-v5-c-card--BackgroundColor);
106
106
  box-shadow: var(--pf-v5-c-card--BoxShadow);
107
107
  }
108
+ .pf-v5-c-card.pf-m-selectable .pf-v5-c-card__selectable-actions :is(.pf-v5-c-check, .pf-v5-c-radio) {
109
+ gap: 0;
110
+ }
108
111
  .pf-v5-c-card.pf-m-selectable, .pf-v5-c-card.pf-m-clickable {
109
112
  isolation: isolate;
110
113
  box-shadow: none;
@@ -149,6 +149,14 @@
149
149
  box-shadow: var(--#{$card}--BoxShadow);
150
150
 
151
151
  // SELECTABLE CARDS, CLICKABLE CARDS
152
+ &.pf-m-selectable {
153
+ // disables the gap since these have an empty label
154
+ // TODO - update/refactor selectable check/radio to use the standalone varioation with a <label> on the outer parent component class element
155
+ .#{$card}__selectable-actions :is(.#{$check}, .#{$radio}) {
156
+ gap: 0;
157
+ }
158
+ }
159
+
152
160
  &.pf-m-selectable,
153
161
  &.pf-m-clickable {
154
162
  isolation: isolate;
@@ -47,340 +47,260 @@
47
47
  }
48
48
  }
49
49
 
50
+ :root,
51
+ :where(.pf-v5-c-divider) {
52
+ --pf-v5-c-divider--Display: flex;
53
+ --pf-v5-c-divider--Color: var(--pf-t--global--border--color--default);
54
+ --pf-v5-c-divider--Size: var(--pf-t--global--border--width--divider--default);
55
+ --pf-v5-c-divider--before--FlexBasis: 100%;
56
+ }
57
+
50
58
  .pf-v5-c-divider {
51
- --pf-v5-c-divider--BorderWidth--base: var(--pf-v5-global--BorderWidth--sm);
52
- --pf-v5-c-divider--BorderColor--base: var(--pf-v5-c-divider--BackgroundColor);
53
- --pf-v5-c-divider--Height: var(--pf-v5-c-divider--BorderWidth--base);
54
- --pf-v5-c-divider--BackgroundColor: var(--pf-v5-global--BorderColor--100);
55
- --pf-v5-c-divider--after--BackgroundColor: var(--pf-v5-c-divider--BorderColor--base);
56
- --pf-v5-c-divider--after--FlexBasis: 100%;
57
- --pf-v5-c-divider--after--Inset: 0%;
58
- --pf-v5-c-divider--m-vertical--after--FlexBasis: 100%;
59
- --pf-v5-c-divider--m-horizontal--Display: flex;
60
- --pf-v5-c-divider--m-horizontal--FlexDirection: row;
61
- --pf-v5-c-divider--m-horizontal--after--Height: var(--pf-v5-c-divider--Height);
62
- --pf-v5-c-divider--m-horizontal--after--Width: auto;
63
- --pf-v5-c-divider--m-vertical--Display: inline-flex;
64
- --pf-v5-c-divider--m-vertical--FlexDirection: column;
65
- --pf-v5-c-divider--m-vertical--after--Height: auto;
66
- --pf-v5-c-divider--m-vertical--after--Width: var(--pf-v5-c-divider--BorderWidth--base);
67
- --pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-divider--Display);
68
- --pf-v5-c-divider--Display: var(--pf-v5-c-divider--m-horizontal--Display);
69
- --pf-v5-c-divider--FlexDirection: var(--pf-v5-c-divider--m-horizontal--FlexDirection);
70
- --pf-v5-c-divider--after--Width: var(--pf-v5-c-divider--m-horizontal--after--Width);
71
- --pf-v5-c-divider--after--Height: var(--pf-v5-c-divider--m-horizontal--after--Height);
59
+ flex-direction: row;
72
60
  width: 100%;
73
- height: auto;
74
- flex-direction: var(--pf-v5-c-divider--FlexDirection);
75
- flex-shrink: 0;
76
- align-items: center;
77
- align-self: stretch;
61
+ height: var(--pf-v5-c-divider--Size);
62
+ --pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-divider--Display);
63
+ align-items: stretch;
78
64
  justify-content: center;
79
65
  border: 0;
80
66
  }
81
- .pf-v5-c-divider::after {
82
- flex-basis: calc(var(--pf-v5-c-divider--after--FlexBasis) - var(--pf-v5-c-divider--after--Inset) * 2);
83
- }
84
- .pf-v5-c-divider::after {
85
- align-self: stretch;
86
- justify-self: center;
87
- width: var(--pf-v5-c-divider--after--Width);
88
- height: var(--pf-v5-c-divider--after--Height);
67
+ .pf-v5-c-divider::before {
68
+ flex-basis: var(--pf-v5-c-divider--before--FlexBasis);
89
69
  content: "";
90
- background-color: var(--pf-v5-c-divider--after--BackgroundColor);
70
+ background-color: var(--pf-v5-c-divider--Color);
91
71
  }
92
- .pf-v5-c-divider.pf-m-vertical {
93
- --pf-v5-c-divider--Display: var(--pf-v5-c-divider--m-vertical--Display);
94
- --pf-v5-c-divider--FlexDirection: var(--pf-v5-c-divider--m-vertical--FlexDirection);
95
- --pf-v5-c-divider--after--Width: var(--pf-v5-c-divider--m-vertical--after--Width);
96
- --pf-v5-c-divider--after--Height: var(--pf-v5-c-divider--m-vertical--after--Height);
97
- width: auto;
98
- height: inherit;
72
+ .pf-v5-c-divider.pf-m-horizontal {
73
+ flex-direction: row;
74
+ width: 100%;
75
+ height: var(--pf-v5-c-divider--Size);
99
76
  }
100
- .pf-v5-c-divider.pf-m-vertical::after {
101
- flex-basis: calc(var(--pf-v5-c-divider--m-vertical--after--FlexBasis) - var(--pf-v5-c-divider--after--Inset));
77
+ .pf-v5-c-divider.pf-m-vertical {
78
+ flex-direction: column;
79
+ width: var(--pf-v5-c-divider--Size);
80
+ height: 100%;
102
81
  }
103
82
  .pf-v5-c-divider.pf-m-inset-none {
104
- --pf-v5-c-divider--after--Inset: 0%;
83
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - 0% * 2);
105
84
  }
106
85
  .pf-v5-c-divider.pf-m-inset-xs {
107
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--xs);
86
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--xs) * 2);
108
87
  }
109
88
  .pf-v5-c-divider.pf-m-inset-sm {
110
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--sm);
89
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--sm) * 2);
111
90
  }
112
91
  .pf-v5-c-divider.pf-m-inset-md {
113
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--md);
92
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--md) * 2);
114
93
  }
115
94
  .pf-v5-c-divider.pf-m-inset-lg {
116
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--lg);
95
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--lg) * 2);
117
96
  }
118
97
  .pf-v5-c-divider.pf-m-inset-xl {
119
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--xl);
98
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--xl) * 2);
120
99
  }
121
100
  .pf-v5-c-divider.pf-m-inset-2xl {
122
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--2xl);
101
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--2xl) * 2);
123
102
  }
124
103
  .pf-v5-c-divider.pf-m-inset-3xl {
125
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--3xl);
104
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--3xl) * 2);
126
105
  }
106
+
127
107
  @media (min-width: 576px) {
128
108
  .pf-v5-c-divider.pf-m-horizontal-on-sm {
129
- --pf-v5-c-divider--Display: var(--pf-v5-c-divider--m-horizontal--Display);
130
- --pf-v5-c-divider--FlexDirection: var(--pf-v5-c-divider--m-horizontal--FlexDirection);
131
- --pf-v5-c-divider--after--Width: var(--pf-v5-c-divider--m-horizontal--after--Width);
132
- --pf-v5-c-divider--after--Height: var(--pf-v5-c-divider--m-horizontal--after--Height);
109
+ flex-direction: row;
133
110
  width: 100%;
134
- height: auto;
135
- }
136
- .pf-v5-c-divider.pf-m-horizontal-on-sm::after {
137
- flex-basis: calc(var(--pf-v5-c-divider--after--FlexBasis) - var(--pf-v5-c-divider--after--Inset) * 2);
111
+ height: var(--pf-v5-c-divider--Size);
138
112
  }
139
113
  }
140
114
  @media (min-width: 576px) {
141
115
  .pf-v5-c-divider.pf-m-vertical-on-sm {
142
- --pf-v5-c-divider--Display: var(--pf-v5-c-divider--m-vertical--Display);
143
- --pf-v5-c-divider--FlexDirection: var(--pf-v5-c-divider--m-vertical--FlexDirection);
144
- --pf-v5-c-divider--after--Width: var(--pf-v5-c-divider--m-vertical--after--Width);
145
- --pf-v5-c-divider--after--Height: var(--pf-v5-c-divider--m-vertical--after--Height);
146
- width: auto;
147
- height: inherit;
148
- }
149
- .pf-v5-c-divider.pf-m-vertical-on-sm::after {
150
- flex-basis: calc(var(--pf-v5-c-divider--m-vertical--after--FlexBasis) - var(--pf-v5-c-divider--after--Inset));
116
+ flex-direction: column;
117
+ width: var(--pf-v5-c-divider--Size);
118
+ height: 100%;
151
119
  }
152
120
  }
153
121
  @media (min-width: 576px) {
154
122
  .pf-v5-c-divider.pf-m-inset-none-on-sm {
155
- --pf-v5-c-divider--after--Inset: 0%;
123
+ --pf-v5-c-divider--before--FlexBasis: 100%;
156
124
  }
157
125
  .pf-v5-c-divider.pf-m-inset-xs-on-sm {
158
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--xs);
126
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--xs) * 2);
159
127
  }
160
128
  .pf-v5-c-divider.pf-m-inset-sm-on-sm {
161
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--sm);
129
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--sm) * 2);
162
130
  }
163
131
  .pf-v5-c-divider.pf-m-inset-md-on-sm {
164
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--md);
132
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--md) * 2);
165
133
  }
166
134
  .pf-v5-c-divider.pf-m-inset-lg-on-sm {
167
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--lg);
135
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--lg) * 2);
168
136
  }
169
137
  .pf-v5-c-divider.pf-m-inset-xl-on-sm {
170
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--xl);
138
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--xl) * 2);
171
139
  }
172
140
  .pf-v5-c-divider.pf-m-inset-2xl-on-sm {
173
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--2xl);
141
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--2xl) * 2);
174
142
  }
175
143
  .pf-v5-c-divider.pf-m-inset-3xl-on-sm {
176
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--3xl);
144
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--3xl) * 2);
177
145
  }
178
146
  }
179
147
  @media (min-width: 768px) {
180
148
  .pf-v5-c-divider.pf-m-horizontal-on-md {
181
- --pf-v5-c-divider--Display: var(--pf-v5-c-divider--m-horizontal--Display);
182
- --pf-v5-c-divider--FlexDirection: var(--pf-v5-c-divider--m-horizontal--FlexDirection);
183
- --pf-v5-c-divider--after--Width: var(--pf-v5-c-divider--m-horizontal--after--Width);
184
- --pf-v5-c-divider--after--Height: var(--pf-v5-c-divider--m-horizontal--after--Height);
149
+ flex-direction: row;
185
150
  width: 100%;
186
- height: auto;
187
- }
188
- .pf-v5-c-divider.pf-m-horizontal-on-md::after {
189
- flex-basis: calc(var(--pf-v5-c-divider--after--FlexBasis) - var(--pf-v5-c-divider--after--Inset) * 2);
151
+ height: var(--pf-v5-c-divider--Size);
190
152
  }
191
153
  }
192
154
  @media (min-width: 768px) {
193
155
  .pf-v5-c-divider.pf-m-vertical-on-md {
194
- --pf-v5-c-divider--Display: var(--pf-v5-c-divider--m-vertical--Display);
195
- --pf-v5-c-divider--FlexDirection: var(--pf-v5-c-divider--m-vertical--FlexDirection);
196
- --pf-v5-c-divider--after--Width: var(--pf-v5-c-divider--m-vertical--after--Width);
197
- --pf-v5-c-divider--after--Height: var(--pf-v5-c-divider--m-vertical--after--Height);
198
- width: auto;
199
- height: inherit;
200
- }
201
- .pf-v5-c-divider.pf-m-vertical-on-md::after {
202
- flex-basis: calc(var(--pf-v5-c-divider--m-vertical--after--FlexBasis) - var(--pf-v5-c-divider--after--Inset));
156
+ flex-direction: column;
157
+ width: var(--pf-v5-c-divider--Size);
158
+ height: 100%;
203
159
  }
204
160
  }
205
161
  @media (min-width: 768px) {
206
162
  .pf-v5-c-divider.pf-m-inset-none-on-md {
207
- --pf-v5-c-divider--after--Inset: 0%;
163
+ --pf-v5-c-divider--before--FlexBasis: 100%;
208
164
  }
209
165
  .pf-v5-c-divider.pf-m-inset-xs-on-md {
210
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--xs);
166
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--xs) * 2);
211
167
  }
212
168
  .pf-v5-c-divider.pf-m-inset-sm-on-md {
213
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--sm);
169
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--sm) * 2);
214
170
  }
215
171
  .pf-v5-c-divider.pf-m-inset-md-on-md {
216
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--md);
172
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--md) * 2);
217
173
  }
218
174
  .pf-v5-c-divider.pf-m-inset-lg-on-md {
219
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--lg);
175
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--lg) * 2);
220
176
  }
221
177
  .pf-v5-c-divider.pf-m-inset-xl-on-md {
222
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--xl);
178
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--xl) * 2);
223
179
  }
224
180
  .pf-v5-c-divider.pf-m-inset-2xl-on-md {
225
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--2xl);
181
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--2xl) * 2);
226
182
  }
227
183
  .pf-v5-c-divider.pf-m-inset-3xl-on-md {
228
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--3xl);
184
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--3xl) * 2);
229
185
  }
230
186
  }
231
187
  @media (min-width: 992px) {
232
188
  .pf-v5-c-divider.pf-m-horizontal-on-lg {
233
- --pf-v5-c-divider--Display: var(--pf-v5-c-divider--m-horizontal--Display);
234
- --pf-v5-c-divider--FlexDirection: var(--pf-v5-c-divider--m-horizontal--FlexDirection);
235
- --pf-v5-c-divider--after--Width: var(--pf-v5-c-divider--m-horizontal--after--Width);
236
- --pf-v5-c-divider--after--Height: var(--pf-v5-c-divider--m-horizontal--after--Height);
189
+ flex-direction: row;
237
190
  width: 100%;
238
- height: auto;
239
- }
240
- .pf-v5-c-divider.pf-m-horizontal-on-lg::after {
241
- flex-basis: calc(var(--pf-v5-c-divider--after--FlexBasis) - var(--pf-v5-c-divider--after--Inset) * 2);
191
+ height: var(--pf-v5-c-divider--Size);
242
192
  }
243
193
  }
244
194
  @media (min-width: 992px) {
245
195
  .pf-v5-c-divider.pf-m-vertical-on-lg {
246
- --pf-v5-c-divider--Display: var(--pf-v5-c-divider--m-vertical--Display);
247
- --pf-v5-c-divider--FlexDirection: var(--pf-v5-c-divider--m-vertical--FlexDirection);
248
- --pf-v5-c-divider--after--Width: var(--pf-v5-c-divider--m-vertical--after--Width);
249
- --pf-v5-c-divider--after--Height: var(--pf-v5-c-divider--m-vertical--after--Height);
250
- width: auto;
251
- height: inherit;
252
- }
253
- .pf-v5-c-divider.pf-m-vertical-on-lg::after {
254
- flex-basis: calc(var(--pf-v5-c-divider--m-vertical--after--FlexBasis) - var(--pf-v5-c-divider--after--Inset));
196
+ flex-direction: column;
197
+ width: var(--pf-v5-c-divider--Size);
198
+ height: 100%;
255
199
  }
256
200
  }
257
201
  @media (min-width: 992px) {
258
202
  .pf-v5-c-divider.pf-m-inset-none-on-lg {
259
- --pf-v5-c-divider--after--Inset: 0%;
203
+ --pf-v5-c-divider--before--FlexBasis: 100%;
260
204
  }
261
205
  .pf-v5-c-divider.pf-m-inset-xs-on-lg {
262
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--xs);
206
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--xs) * 2);
263
207
  }
264
208
  .pf-v5-c-divider.pf-m-inset-sm-on-lg {
265
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--sm);
209
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--sm) * 2);
266
210
  }
267
211
  .pf-v5-c-divider.pf-m-inset-md-on-lg {
268
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--md);
212
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--md) * 2);
269
213
  }
270
214
  .pf-v5-c-divider.pf-m-inset-lg-on-lg {
271
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--lg);
215
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--lg) * 2);
272
216
  }
273
217
  .pf-v5-c-divider.pf-m-inset-xl-on-lg {
274
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--xl);
218
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--xl) * 2);
275
219
  }
276
220
  .pf-v5-c-divider.pf-m-inset-2xl-on-lg {
277
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--2xl);
221
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--2xl) * 2);
278
222
  }
279
223
  .pf-v5-c-divider.pf-m-inset-3xl-on-lg {
280
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--3xl);
224
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--3xl) * 2);
281
225
  }
282
226
  }
283
227
  @media (min-width: 1200px) {
284
228
  .pf-v5-c-divider.pf-m-horizontal-on-xl {
285
- --pf-v5-c-divider--Display: var(--pf-v5-c-divider--m-horizontal--Display);
286
- --pf-v5-c-divider--FlexDirection: var(--pf-v5-c-divider--m-horizontal--FlexDirection);
287
- --pf-v5-c-divider--after--Width: var(--pf-v5-c-divider--m-horizontal--after--Width);
288
- --pf-v5-c-divider--after--Height: var(--pf-v5-c-divider--m-horizontal--after--Height);
229
+ flex-direction: row;
289
230
  width: 100%;
290
- height: auto;
291
- }
292
- .pf-v5-c-divider.pf-m-horizontal-on-xl::after {
293
- flex-basis: calc(var(--pf-v5-c-divider--after--FlexBasis) - var(--pf-v5-c-divider--after--Inset) * 2);
231
+ height: var(--pf-v5-c-divider--Size);
294
232
  }
295
233
  }
296
234
  @media (min-width: 1200px) {
297
235
  .pf-v5-c-divider.pf-m-vertical-on-xl {
298
- --pf-v5-c-divider--Display: var(--pf-v5-c-divider--m-vertical--Display);
299
- --pf-v5-c-divider--FlexDirection: var(--pf-v5-c-divider--m-vertical--FlexDirection);
300
- --pf-v5-c-divider--after--Width: var(--pf-v5-c-divider--m-vertical--after--Width);
301
- --pf-v5-c-divider--after--Height: var(--pf-v5-c-divider--m-vertical--after--Height);
302
- width: auto;
303
- height: inherit;
304
- }
305
- .pf-v5-c-divider.pf-m-vertical-on-xl::after {
306
- flex-basis: calc(var(--pf-v5-c-divider--m-vertical--after--FlexBasis) - var(--pf-v5-c-divider--after--Inset));
236
+ flex-direction: column;
237
+ width: var(--pf-v5-c-divider--Size);
238
+ height: 100%;
307
239
  }
308
240
  }
309
241
  @media (min-width: 1200px) {
310
242
  .pf-v5-c-divider.pf-m-inset-none-on-xl {
311
- --pf-v5-c-divider--after--Inset: 0%;
243
+ --pf-v5-c-divider--before--FlexBasis: 100%;
312
244
  }
313
245
  .pf-v5-c-divider.pf-m-inset-xs-on-xl {
314
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--xs);
246
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--xs) * 2);
315
247
  }
316
248
  .pf-v5-c-divider.pf-m-inset-sm-on-xl {
317
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--sm);
249
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--sm) * 2);
318
250
  }
319
251
  .pf-v5-c-divider.pf-m-inset-md-on-xl {
320
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--md);
252
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--md) * 2);
321
253
  }
322
254
  .pf-v5-c-divider.pf-m-inset-lg-on-xl {
323
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--lg);
255
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--lg) * 2);
324
256
  }
325
257
  .pf-v5-c-divider.pf-m-inset-xl-on-xl {
326
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--xl);
258
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--xl) * 2);
327
259
  }
328
260
  .pf-v5-c-divider.pf-m-inset-2xl-on-xl {
329
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--2xl);
261
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--2xl) * 2);
330
262
  }
331
263
  .pf-v5-c-divider.pf-m-inset-3xl-on-xl {
332
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--3xl);
264
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--3xl) * 2);
333
265
  }
334
266
  }
335
267
  @media (min-width: 1450px) {
336
268
  .pf-v5-c-divider.pf-m-horizontal-on-2xl {
337
- --pf-v5-c-divider--Display: var(--pf-v5-c-divider--m-horizontal--Display);
338
- --pf-v5-c-divider--FlexDirection: var(--pf-v5-c-divider--m-horizontal--FlexDirection);
339
- --pf-v5-c-divider--after--Width: var(--pf-v5-c-divider--m-horizontal--after--Width);
340
- --pf-v5-c-divider--after--Height: var(--pf-v5-c-divider--m-horizontal--after--Height);
269
+ flex-direction: row;
341
270
  width: 100%;
342
- height: auto;
343
- }
344
- .pf-v5-c-divider.pf-m-horizontal-on-2xl::after {
345
- flex-basis: calc(var(--pf-v5-c-divider--after--FlexBasis) - var(--pf-v5-c-divider--after--Inset) * 2);
271
+ height: var(--pf-v5-c-divider--Size);
346
272
  }
347
273
  }
348
274
  @media (min-width: 1450px) {
349
275
  .pf-v5-c-divider.pf-m-vertical-on-2xl {
350
- --pf-v5-c-divider--Display: var(--pf-v5-c-divider--m-vertical--Display);
351
- --pf-v5-c-divider--FlexDirection: var(--pf-v5-c-divider--m-vertical--FlexDirection);
352
- --pf-v5-c-divider--after--Width: var(--pf-v5-c-divider--m-vertical--after--Width);
353
- --pf-v5-c-divider--after--Height: var(--pf-v5-c-divider--m-vertical--after--Height);
354
- width: auto;
355
- height: inherit;
356
- }
357
- .pf-v5-c-divider.pf-m-vertical-on-2xl::after {
358
- flex-basis: calc(var(--pf-v5-c-divider--m-vertical--after--FlexBasis) - var(--pf-v5-c-divider--after--Inset));
276
+ flex-direction: column;
277
+ width: var(--pf-v5-c-divider--Size);
278
+ height: 100%;
359
279
  }
360
280
  }
361
281
  @media (min-width: 1450px) {
362
282
  .pf-v5-c-divider.pf-m-inset-none-on-2xl {
363
- --pf-v5-c-divider--after--Inset: 0%;
283
+ --pf-v5-c-divider--before--FlexBasis: 100%;
364
284
  }
365
285
  .pf-v5-c-divider.pf-m-inset-xs-on-2xl {
366
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--xs);
286
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--xs) * 2);
367
287
  }
368
288
  .pf-v5-c-divider.pf-m-inset-sm-on-2xl {
369
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--sm);
289
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--sm) * 2);
370
290
  }
371
291
  .pf-v5-c-divider.pf-m-inset-md-on-2xl {
372
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--md);
292
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--md) * 2);
373
293
  }
374
294
  .pf-v5-c-divider.pf-m-inset-lg-on-2xl {
375
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--lg);
295
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--lg) * 2);
376
296
  }
377
297
  .pf-v5-c-divider.pf-m-inset-xl-on-2xl {
378
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--xl);
298
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--xl) * 2);
379
299
  }
380
300
  .pf-v5-c-divider.pf-m-inset-2xl-on-2xl {
381
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--2xl);
301
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--2xl) * 2);
382
302
  }
383
303
  .pf-v5-c-divider.pf-m-inset-3xl-on-2xl {
384
- --pf-v5-c-divider--after--Inset: var(--pf-v5-global--spacer--3xl);
304
+ --pf-v5-c-divider--before--FlexBasis: calc(100% - var(--pf-v5-global--spacer--3xl) * 2);
385
305
  }
386
306
  }