@patternfly/react-styles 6.0.0-alpha.1 → 6.0.0-alpha.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (123) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/README.md +1 -1
  3. package/css/assets/images/PF-Backdrop.svg +1 -0
  4. package/css/assets/images/PF-IconLogo-Reverse.svg +14 -0
  5. package/css/assets/images/PF-IconLogo.svg +17 -0
  6. package/css/assets/images/logo__pf--reverse-on-md.svg +1 -1
  7. package/css/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
  8. package/css/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
  9. package/css/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
  10. package/css/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
  11. package/css/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
  12. package/css/assets/images/pf_logo_white.hbs +35 -0
  13. package/css/assets/images/pf_logo_white.svg +38 -0
  14. package/css/components/AboutModalBox/about-modal-box.css +59 -98
  15. package/css/components/AboutModalBox/about-modal-box.d.ts +1 -2
  16. package/css/components/AboutModalBox/about-modal-box.js +1 -2
  17. package/css/components/AboutModalBox/about-modal-box.mjs +1 -2
  18. package/css/components/Accordion/accordion.css +85 -177
  19. package/css/components/Accordion/accordion.d.ts +3 -2
  20. package/css/components/Accordion/accordion.js +3 -2
  21. package/css/components/Accordion/accordion.mjs +3 -2
  22. package/css/components/Alert/alert-group.css +20 -16
  23. package/css/components/Alert/alert.css +57 -84
  24. package/css/components/Alert/alert.d.ts +1 -2
  25. package/css/components/Alert/alert.js +1 -2
  26. package/css/components/Alert/alert.mjs +1 -2
  27. package/css/components/BackToTop/back-to-top.css +17 -15
  28. package/css/components/Badge/badge.css +23 -15
  29. package/css/components/Badge/badge.d.ts +2 -2
  30. package/css/components/Badge/badge.js +2 -2
  31. package/css/components/Badge/badge.mjs +2 -2
  32. package/css/components/Banner/banner.css +86 -64
  33. package/css/components/Banner/banner.d.ts +11 -4
  34. package/css/components/Banner/banner.js +11 -4
  35. package/css/components/Banner/banner.mjs +11 -4
  36. package/css/components/Button/button.css +142 -179
  37. package/css/components/Button/button.d.ts +1 -2
  38. package/css/components/Button/button.js +1 -2
  39. package/css/components/Button/button.mjs +1 -2
  40. package/css/components/Check/check.css +10 -8
  41. package/css/components/Content/content.css +67 -67
  42. package/css/components/Drawer/drawer.css +0 -1
  43. package/css/components/Dropdown/dropdown.css +1 -3
  44. package/css/components/Dropdown/dropdown.d.ts +0 -1
  45. package/css/components/Dropdown/dropdown.js +0 -1
  46. package/css/components/Dropdown/dropdown.mjs +0 -1
  47. package/css/components/ExpandableSection/expandable-section.css +64 -55
  48. package/css/components/ExpandableSection/expandable-section.d.ts +1 -3
  49. package/css/components/ExpandableSection/expandable-section.js +1 -3
  50. package/css/components/ExpandableSection/expandable-section.mjs +1 -3
  51. package/css/components/Hint/hint.css +28 -21
  52. package/css/components/Hint/hint.d.ts +1 -2
  53. package/css/components/Hint/hint.js +1 -2
  54. package/css/components/Hint/hint.mjs +1 -2
  55. package/css/components/List/list.css +16 -16
  56. package/css/components/Login/login.css +70 -97
  57. package/css/components/Login/login.d.ts +0 -2
  58. package/css/components/Login/login.js +0 -2
  59. package/css/components/Login/login.mjs +0 -2
  60. package/css/components/Masthead/masthead.css +49 -103
  61. package/css/components/Masthead/masthead.d.ts +1 -6
  62. package/css/components/Masthead/masthead.js +1 -6
  63. package/css/components/Masthead/masthead.mjs +1 -6
  64. package/css/components/Menu/menu.css +3 -0
  65. package/css/components/Menu/menu.d.ts +1 -0
  66. package/css/components/Menu/menu.js +1 -0
  67. package/css/components/Menu/menu.mjs +1 -0
  68. package/css/components/MenuToggle/menu-toggle.css +57 -80
  69. package/css/components/ModalBox/modal-box.css +59 -52
  70. package/css/components/ModalBox/modal-box.d.ts +1 -2
  71. package/css/components/ModalBox/modal-box.js +1 -2
  72. package/css/components/ModalBox/modal-box.mjs +1 -2
  73. package/css/components/Nav/nav.css +42 -40
  74. package/css/components/NotificationBadge/notification-badge.css +56 -81
  75. package/css/components/NotificationBadge/notification-badge.d.ts +1 -5
  76. package/css/components/NotificationBadge/notification-badge.js +1 -5
  77. package/css/components/NotificationBadge/notification-badge.mjs +1 -5
  78. package/css/components/Page/page.css +112 -209
  79. package/css/components/Page/page.d.ts +5 -12
  80. package/css/components/Page/page.js +5 -12
  81. package/css/components/Page/page.mjs +5 -12
  82. package/css/components/Popover/popover.css +42 -51
  83. package/css/components/Popover/popover.d.ts +1 -2
  84. package/css/components/Popover/popover.js +1 -2
  85. package/css/components/Popover/popover.mjs +1 -2
  86. package/css/components/Radio/radio.css +13 -10
  87. package/css/components/SkipToContent/skip-to-content.css +6 -3
  88. package/css/components/Switch/switch.css +1 -1
  89. package/css/components/Table/table-grid.css +8 -8
  90. package/css/components/Table/table.css +85 -90
  91. package/css/components/Table/table.d.ts +2 -0
  92. package/css/components/Table/table.js +2 -0
  93. package/css/components/Table/table.mjs +2 -0
  94. package/css/components/Title/title.css +70 -19
  95. package/css/components/Title/title.d.ts +7 -1
  96. package/css/components/Title/title.js +7 -1
  97. package/css/components/Title/title.mjs +7 -1
  98. package/css/components/Toolbar/toolbar.css +13 -3
  99. package/css/components/Toolbar/toolbar.d.ts +1 -0
  100. package/css/components/Toolbar/toolbar.js +1 -0
  101. package/css/components/Toolbar/toolbar.mjs +1 -0
  102. package/css/components/Tooltip/tooltip.css +16 -16
  103. package/css/components/Tooltip/tooltip.d.ts +0 -1
  104. package/css/components/Tooltip/tooltip.js +0 -1
  105. package/css/components/Tooltip/tooltip.mjs +0 -1
  106. package/css/docs/components/Brand/examples/Brand.css +12 -0
  107. package/css/docs/components/Brand/examples/Brand.d.ts +10 -0
  108. package/css/docs/components/Brand/examples/Brand.js +11 -0
  109. package/css/docs/components/Brand/examples/Brand.mjs +9 -0
  110. package/css/docs/components/Nav/examples/Navigation.css +2 -1
  111. package/css/docs/components/Page/examples/Page.css +0 -8
  112. package/css/docs/components/Page/examples/Page.d.ts +0 -7
  113. package/css/docs/components/Page/examples/Page.js +0 -7
  114. package/css/docs/components/Page/examples/Page.mjs +0 -7
  115. package/css/docs/demos/Toolbar/examples/Toolbar.css +15 -0
  116. package/css/docs/demos/Toolbar/examples/Toolbar.d.ts +6 -1
  117. package/css/docs/demos/Toolbar/examples/Toolbar.js +6 -1
  118. package/css/docs/demos/Toolbar/examples/Toolbar.mjs +6 -1
  119. package/package.json +3 -3
  120. package/css/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
  121. package/css/docs/components/NotificationBadge/examples/NotificationBadge.d.ts +0 -5
  122. package/css/docs/components/NotificationBadge/examples/NotificationBadge.js +0 -6
  123. package/css/docs/components/NotificationBadge/examples/NotificationBadge.mjs +0 -4
@@ -1,73 +1,73 @@
1
1
  .pf-v5-c-content {
2
- --pf-v5-c-content--MarginBottom: var(--pf-v5-global--spacer--md);
3
- --pf-v5-c-content--LineHeight: var(--pf-v5-global--LineHeight--md);
4
- --pf-v5-c-content--FontSize: var(--pf-v5-global--FontSize--md);
5
- --pf-v5-c-content--FontWeight: var(--pf-v5-global--FontWeight--normal);
6
- --pf-v5-c-content--Color: var(--pf-v5-global--Color--100);
7
- --pf-v5-c-content--heading--FontFamily: var(--pf-v5-global--FontFamily--heading);
8
- --pf-v5-c-content--h1--MarginTop: var(--pf-v5-global--spacer--lg);
9
- --pf-v5-c-content--h1--MarginBottom: var(--pf-v5-global--spacer--sm);
10
- --pf-v5-c-content--h1--LineHeight: var(--pf-v5-global--LineHeight--sm);
11
- --pf-v5-c-content--h1--FontSize: var(--pf-v5-global--FontSize--2xl);
12
- --pf-v5-c-content--h1--FontWeight: var(--pf-v5-global--FontWeight--normal);
13
- --pf-v5-c-content--h2--MarginTop: var(--pf-v5-global--spacer--lg);
14
- --pf-v5-c-content--h2--MarginBottom: var(--pf-v5-global--spacer--sm);
15
- --pf-v5-c-content--h2--LineHeight: var(--pf-v5-global--LineHeight--md);
16
- --pf-v5-c-content--h2--FontSize: var(--pf-v5-global--FontSize--xl);
17
- --pf-v5-c-content--h2--FontWeight: var(--pf-v5-global--FontWeight--normal);
18
- --pf-v5-c-content--h3--MarginTop: var(--pf-v5-global--spacer--lg);
19
- --pf-v5-c-content--h3--MarginBottom: var(--pf-v5-global--spacer--sm);
20
- --pf-v5-c-content--h3--LineHeight: var(--pf-v5-global--LineHeight--md);
21
- --pf-v5-c-content--h3--FontSize: var(--pf-v5-global--FontSize--lg);
22
- --pf-v5-c-content--h3--FontWeight: var(--pf-v5-global--FontWeight--normal);
23
- --pf-v5-c-content--h4--MarginTop: var(--pf-v5-global--spacer--lg);
24
- --pf-v5-c-content--h4--MarginBottom: var(--pf-v5-global--spacer--sm);
25
- --pf-v5-c-content--h4--LineHeight: var(--pf-v5-global--LineHeight--md);
26
- --pf-v5-c-content--h4--FontSize: var(--pf-v5-global--FontSize--md);
27
- --pf-v5-c-content--h4--FontWeight: var(--pf-v5-global--FontWeight--normal);
28
- --pf-v5-c-content--h5--MarginTop: var(--pf-v5-global--spacer--lg);
29
- --pf-v5-c-content--h5--MarginBottom: var(--pf-v5-global--spacer--sm);
30
- --pf-v5-c-content--h5--LineHeight: var(--pf-v5-global--LineHeight--md);
31
- --pf-v5-c-content--h5--FontSize: var(--pf-v5-global--FontSize--md);
32
- --pf-v5-c-content--h5--FontWeight: var(--pf-v5-global--FontWeight--normal);
33
- --pf-v5-c-content--h6--MarginTop: var(--pf-v5-global--spacer--lg);
34
- --pf-v5-c-content--h6--MarginBottom: var(--pf-v5-global--spacer--sm);
35
- --pf-v5-c-content--h6--LineHeight: var(--pf-v5-global--LineHeight--md);
36
- --pf-v5-c-content--h6--FontSize: var(--pf-v5-global--FontSize--md);
37
- --pf-v5-c-content--h6--FontWeight: var(--pf-v5-global--FontWeight--normal);
38
- --pf-v5-c-content--small--MarginBottom: var(--pf-v5-global--spacer--md);
39
- --pf-v5-c-content--small--LineHeight: var(--pf-v5-global--LineHeight--md);
40
- --pf-v5-c-content--small--FontSize: var(--pf-v5-global--FontSize--sm);
41
- --pf-v5-c-content--small--Color: var(--pf-v5-global--Color--200);
42
- --pf-v5-c-content--a--Color: var(--pf-v5-global--link--Color);
43
- --pf-v5-c-content--a--TextDecoration: var(--pf-v5-global--link--TextDecoration);
44
- --pf-v5-c-content--a--hover--Color: var(--pf-v5-global--link--Color--hover);
45
- --pf-v5-c-content--a--hover--TextDecoration: var(--pf-v5-global--link--TextDecoration--hover);
46
- --pf-v5-c-content--a--visited--Color: var(--pf-v5-global--link--Color--visited);
47
- --pf-v5-c-content--blockquote--PaddingTop: var(--pf-v5-global--spacer--md);
48
- --pf-v5-c-content--blockquote--PaddingRight: var(--pf-v5-global--spacer--md);
49
- --pf-v5-c-content--blockquote--PaddingBottom: var(--pf-v5-global--spacer--md);
50
- --pf-v5-c-content--blockquote--PaddingLeft: var(--pf-v5-global--spacer--md);
51
- --pf-v5-c-content--blockquote--Color: var(--pf-v5-global--Color--200);
52
- --pf-v5-c-content--blockquote--BorderLeftColor: var(--pf-v5-global--BorderColor--100);
53
- --pf-v5-c-content--blockquote--BorderLeftWidth: var(--pf-v5-global--BorderWidth--lg);
54
- --pf-v5-c-content--ol--PaddingLeft: var(--pf-v5-global--spacer--lg);
55
- --pf-v5-c-content--ol--MarginLeft: var(--pf-v5-global--spacer--lg);
56
- --pf-v5-c-content--ol--nested--MarginTop: var(--pf-v5-global--spacer--sm);
57
- --pf-v5-c-content--ol--nested--MarginLeft: var(--pf-v5-global--spacer--sm);
58
- --pf-v5-c-content--ul--PaddingLeft: var(--pf-v5-global--spacer--lg);
59
- --pf-v5-c-content--ul--MarginLeft: var(--pf-v5-global--spacer--lg);
60
- --pf-v5-c-content--ul--nested--MarginTop: var(--pf-v5-global--spacer--sm);
61
- --pf-v5-c-content--ul--nested--MarginLeft: var(--pf-v5-global--spacer--sm);
2
+ --pf-v5-c-content--MarginBottom: var(--pf-t--global--spacer--md);
3
+ --pf-v5-c-content--LineHeight: var(--pf-t--global--font--line-height--body);
4
+ --pf-v5-c-content--FontSize: var(--pf-t--global--font--size--body);
5
+ --pf-v5-c-content--FontWeight: var(--pf-t--global--font--weight--body);
6
+ --pf-v5-c-content--Color: var(--pf-t--global--text--color--regular);
7
+ --pf-v5-c-content--heading--FontFamily: var(--pf-t--global--font--family--heading);
8
+ --pf-v5-c-content--h1--MarginTop: var(--pf-t--global--spacer--lg);
9
+ --pf-v5-c-content--h1--MarginBottom: var(--pf-t--global--spacer--sm);
10
+ --pf-v5-c-content--h1--LineHeight: var(--pf-t--global--font--line-height--heading);
11
+ --pf-v5-c-content--h1--FontSize: var(--pf-t--global--font--size--heading--lg);
12
+ --pf-v5-c-content--h1--FontWeight: var(--pf-t--global--font--weight--heading);
13
+ --pf-v5-c-content--h2--MarginTop: var(--pf-t--global--spacer--lg);
14
+ --pf-v5-c-content--h2--MarginBottom: var(--pf-t--global--spacer--sm);
15
+ --pf-v5-c-content--h2--LineHeight: var(--pf-t--global--font--line-height--heading);
16
+ --pf-v5-c-content--h2--FontSize: var(--pf-t--global--font--size--heading--md);
17
+ --pf-v5-c-content--h2--FontWeight: var(--pf-t--global--font--weight--heading);
18
+ --pf-v5-c-content--h3--MarginTop: var(--pf-t--global--spacer--lg);
19
+ --pf-v5-c-content--h3--MarginBottom: var(--pf-t--global--spacer--sm);
20
+ --pf-v5-c-content--h3--LineHeight: var(--pf-t--global--font--line-height--heading);
21
+ --pf-v5-c-content--h3--FontSize: var(--pf-t--global--font--size--heading--sm);
22
+ --pf-v5-c-content--h3--FontWeight: var(--pf-t--global--font--weight--heading);
23
+ --pf-v5-c-content--h4--MarginTop: var(--pf-t--global--spacer--lg);
24
+ --pf-v5-c-content--h4--MarginBottom: var(--pf-t--global--spacer--sm);
25
+ --pf-v5-c-content--h4--LineHeight: var(--pf-t--global--font--line-height--heading);
26
+ --pf-v5-c-content--h4--FontSize: var(--pf-t--global--font--size--heading--xs);
27
+ --pf-v5-c-content--h4--FontWeight: var(--pf-t--global--font--weight--heading);
28
+ --pf-v5-c-content--h5--MarginTop: var(--pf-t--global--spacer--lg);
29
+ --pf-v5-c-content--h5--MarginBottom: var(--pf-t--global--spacer--sm);
30
+ --pf-v5-c-content--h5--LineHeight: var(--pf-t--global--font--line-height--heading);
31
+ --pf-v5-c-content--h5--FontSize: var(--pf-t--global--font--size--heading--xs);
32
+ --pf-v5-c-content--h5--FontWeight: var(--pf-t--global--font--weight--heading);
33
+ --pf-v5-c-content--h6--MarginTop: var(--pf-t--global--spacer--lg);
34
+ --pf-v5-c-content--h6--MarginBottom: var(--pf-t--global--spacer--sm);
35
+ --pf-v5-c-content--h6--LineHeight: var(--pf-t--global--font--line-height--heading);
36
+ --pf-v5-c-content--h6--FontSize: var(--pf-t--global--font--size--heading--xs);
37
+ --pf-v5-c-content--h6--FontWeight: var(--pf-t--global--font--weight--heading);
38
+ --pf-v5-c-content--small--MarginBottom: var(--pf-t--global--spacer--md);
39
+ --pf-v5-c-content--small--LineHeight: var(--pf-t--global--font--line-height--body);
40
+ --pf-v5-c-content--small--FontSize: var(--pf-t--global--font--size--body--sm);
41
+ --pf-v5-c-content--small--Color: var(--pf-t--global--text--color--subtle);
42
+ --pf-v5-c-content--a--Color: var(--pf-t--global--text--color--link--default);
43
+ --pf-v5-c-content--a--TextDecoration: var(--pf-t--global--link--text-decoration);
44
+ --pf-v5-c-content--a--hover--Color: var(--pf-t--global--text--color--link--hover);
45
+ --pf-v5-c-content--a--hover--TextDecoration: var(--pf-t--global--link--text-decoration);
46
+ --pf-v5-c-content--a--visited--Color: var(--pf-t--global--text--color--link--visited);
47
+ --pf-v5-c-content--blockquote--PaddingTop: var(--pf-t--global--spacer--md);
48
+ --pf-v5-c-content--blockquote--PaddingRight: var(--pf-t--global--spacer--md);
49
+ --pf-v5-c-content--blockquote--PaddingBottom: var(--pf-t--global--spacer--md);
50
+ --pf-v5-c-content--blockquote--PaddingLeft: var(--pf-t--global--spacer--md);
51
+ --pf-v5-c-content--blockquote--Color: var(--pf-t--global--text--color--subtle);
52
+ --pf-v5-c-content--blockquote--BorderLeftColor: var(--pf-t--global--border--color--default);
53
+ --pf-v5-c-content--blockquote--BorderLeftWidth: var(--pf-t--global--border--width--300);
54
+ --pf-v5-c-content--ol--PaddingLeft: var(--pf-t--global--spacer--lg);
55
+ --pf-v5-c-content--ol--MarginLeft: var(--pf-t--global--spacer--lg);
56
+ --pf-v5-c-content--ol--nested--MarginTop: var(--pf-t--global--spacer--sm);
57
+ --pf-v5-c-content--ol--nested--MarginLeft: var(--pf-t--global--spacer--sm);
58
+ --pf-v5-c-content--ul--PaddingLeft: var(--pf-t--global--spacer--lg);
59
+ --pf-v5-c-content--ul--MarginLeft: var(--pf-t--global--spacer--lg);
60
+ --pf-v5-c-content--ul--nested--MarginTop: var(--pf-t--global--spacer--sm);
61
+ --pf-v5-c-content--ul--nested--MarginLeft: var(--pf-t--global--spacer--sm);
62
62
  --pf-v5-c-content--ul--ListStyle: var(--pf-v5-global--ListStyle);
63
- --pf-v5-c-content--li--MarginTop: var(--pf-v5-global--spacer--sm);
64
- --pf-v5-c-content--dl--ColumnGap: var(--pf-v5-global--spacer--2xl);
65
- --pf-v5-c-content--dl--RowGap: var(--pf-v5-global--spacer--md);
66
- --pf-v5-c-content--dt--FontWeight: var(--pf-v5-global--FontWeight--bold);
67
- --pf-v5-c-content--dt--MarginTop: var(--pf-v5-global--spacer--md);
63
+ --pf-v5-c-content--li--MarginTop: var(--pf-t--global--spacer--sm);
64
+ --pf-v5-c-content--dl--ColumnGap: var(--pf-t--global--spacer--2xl);
65
+ --pf-v5-c-content--dl--RowGap: var(--pf-t--global--spacer--md);
66
+ --pf-v5-c-content--dt--FontWeight: var(--pf-t--global--font--weight--body--bold);
67
+ --pf-v5-c-content--dt--MarginTop: var(--pf-t--global--spacer--md);
68
68
  --pf-v5-c-content--dt--sm--MarginTop: 0;
69
- --pf-v5-c-content--hr--Height: var(--pf-v5-global--BorderWidth--sm);
70
- --pf-v5-c-content--hr--BackgroundColor: var(--pf-v5-global--BorderColor--100);
69
+ --pf-v5-c-content--hr--Height: var(--pf-t--global--border--width--divider--default);
70
+ --pf-v5-c-content--hr--BackgroundColor: var(--pf-t--global--border--color--default);
71
71
  font-size: var(--pf-v5-c-content--FontSize);
72
72
  line-height: var(--pf-v5-c-content--LineHeight);
73
73
  color: var(--pf-v5-c-content--Color);
@@ -205,7 +205,6 @@
205
205
  z-index: var(--pf-v5-c-drawer__content--ZIndex);
206
206
  flex-basis: var(--pf-v5-c-drawer__content--FlexBasis);
207
207
  order: 0;
208
- background-color: var(--pf-v5-c-drawer__content--BackgroundColor);
209
208
  }
210
209
  .pf-v5-c-drawer__content.pf-m-no-background {
211
210
  --pf-v5-c-drawer__content--BackgroundColor: transparent;
@@ -279,14 +279,12 @@
279
279
  }
280
280
  .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check > input,
281
281
  .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check .pf-v5-c-check {
282
+ --pf-v5-c-check__input--TranslateY: none;
282
283
  align-self: revert;
283
284
  width: auto;
284
285
  cursor: pointer;
285
286
  visibility: var(--pf-v5-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility, unset);
286
287
  }
287
- .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check .pf-v5-c-check__input {
288
- -moz-transform: none;
289
- }
290
288
  .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-button {
291
289
  color: var(--pf-v5-c-dropdown__toggle-button--Color);
292
290
  background-color: var(--pf-v5-c-dropdown__toggle-button--BackgroundColor);
@@ -2,7 +2,6 @@ import './dropdown.css';
2
2
  declare const _default: {
3
3
  "badge": "pf-v5-c-badge",
4
4
  "check": "pf-v5-c-check",
5
- "checkInput": "pf-v5-c-check__input",
6
5
  "divider": "pf-v5-c-divider",
7
6
  "dropdown": "pf-v5-c-dropdown",
8
7
  "dropdownGroup": "pf-v5-c-dropdown__group",
@@ -4,7 +4,6 @@ require('./dropdown.css');
4
4
  exports.default = {
5
5
  "badge": "pf-v5-c-badge",
6
6
  "check": "pf-v5-c-check",
7
- "checkInput": "pf-v5-c-check__input",
8
7
  "divider": "pf-v5-c-divider",
9
8
  "dropdown": "pf-v5-c-dropdown",
10
9
  "dropdownGroup": "pf-v5-c-dropdown__group",
@@ -2,7 +2,6 @@ import './dropdown.css';
2
2
  export default {
3
3
  "badge": "pf-v5-c-badge",
4
4
  "check": "pf-v5-c-check",
5
- "checkInput": "pf-v5-c-check__input",
6
5
  "divider": "pf-v5-c-divider",
7
6
  "dropdown": "pf-v5-c-dropdown",
8
7
  "dropdownGroup": "pf-v5-c-dropdown__group",
@@ -1,50 +1,61 @@
1
- .pf-v5-c-expandable-section {
2
- --pf-v5-c-expandable-section__toggle--PaddingTop: var(--pf-v5-global--spacer--form-element);
3
- --pf-v5-c-expandable-section__toggle--PaddingRight: var(--pf-v5-global--spacer--md);
4
- --pf-v5-c-expandable-section__toggle--PaddingBottom: var(--pf-v5-global--spacer--form-element);
5
- --pf-v5-c-expandable-section__toggle--PaddingLeft: 0;
6
- --pf-v5-c-expandable-section__toggle--MarginTop: 0;
7
- --pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-global--link--Color);
8
- --pf-v5-c-expandable-section__toggle--hover--Color: var(--pf-v5-global--link--Color--hover);
9
- --pf-v5-c-expandable-section__toggle--active--Color: var(--pf-v5-global--link--Color--hover);
10
- --pf-v5-c-expandable-section__toggle--focus--Color: var(--pf-v5-global--link--Color--hover);
11
- --pf-v5-c-expandable-section__toggle--m-expanded--Color: var(--pf-v5-global--link--Color--hover);
1
+ :root {
2
+ --pf-v5-c-expandable-section__toggle--PaddingTop: var(--pf-t--global--spacer--sm);
3
+ --pf-v5-c-expandable-section__toggle--PaddingRight: var(--pf-t--global--spacer--md);
4
+ --pf-v5-c-expandable-section__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
5
+ --pf-v5-c-expandable-section__toggle--PaddingLeft: var(--pf-t--global--spacer--sm);
6
+ --pf-v5-c-expandable-section__toggle--Color: var(--pf-t--global--color--brand--default);
7
+ --pf-v5-c-expandable-section__toggle--hover--Color: var(--pf-t--global--color--brand--hover);
8
+ --pf-v5-c-expandable-section__toggle--active--Color: var(--pf-t--global--color--brand--hover);
9
+ --pf-v5-c-expandable-section__toggle--focus--Color: var(--pf-t--global--color--brand--hover);
10
+ --pf-v5-c-expandable-section__toggle--m-expanded--Color: var(--pf-t--global--color--brand--hover);
12
11
  --pf-v5-c-expandable-section__toggle--BackgroundColor: transparent;
12
+ --pf-v5-c-expandable-section__toggle--ColumnGap: calc(var(--pf-t--global--spacer--xs) + var(--pf-t--global--spacer--sm));
13
13
  --pf-v5-c-expandable-section__toggle-icon--MinWidth: 1em;
14
- --pf-v5-c-expandable-section__toggle-icon--Color: var(--pf-v5-global--Color--100);
14
+ --pf-v5-c-expandable-section__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
15
15
  --pf-v5-c-expandable-section__toggle-icon--Transition: .2s ease-in 0s;
16
16
  --pf-v5-c-expandable-section__toggle-icon--Rotate: 0;
17
17
  --pf-v5-c-expandable-section__toggle-icon--m-expand-top--Rotate: 0;
18
18
  --pf-v5-c-expandable-section--m-expanded__toggle-icon--Rotate: 90deg;
19
19
  --pf-v5-c-expandable-section--m-expanded__toggle-icon--m-expand-top--Rotate: -90deg;
20
- --pf-v5-c-expandable-section__toggle-text--MarginLeft: calc(var(--pf-v5-global--spacer--xs) + var(--pf-v5-global--spacer--sm));
21
- --pf-v5-c-expandable-section__content--MarginTop: var(--pf-v5-global--spacer--md);
20
+ --pf-v5-c-expandable-section__content--PaddingTop: var(--pf-t--global--spacer--sm);
21
+ --pf-v5-c-expandable-section__content--PaddingRight: var(--pf-t--global--spacer--sm);
22
+ --pf-v5-c-expandable-section__content--PaddingBottom: var(--pf-t--global--spacer--sm);
23
+ --pf-v5-c-expandable-section__content--PaddingLeft: var(--pf-t--global--spacer--sm);
22
24
  --pf-v5-c-expandable-section__content--MaxWidth: auto;
23
25
  --pf-v5-c-expandable-section--m-limit-width__content--MaxWidth: 46.875rem;
24
- --pf-v5-c-expandable-section--m-display-lg--BoxShadow: var(--pf-v5-global--BoxShadow--md);
25
- --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingTop: var(--pf-v5-global--spacer--md);
26
- --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingRight: var(--pf-v5-global--spacer--md);
27
- --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingBottom: var(--pf-v5-global--spacer--md);
28
- --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingLeft: var(--pf-v5-global--spacer--md);
29
- --pf-v5-c-expandable-section--m-display-lg__content--MarginTop: 0;
30
- --pf-v5-c-expandable-section--m-display-lg__content--PaddingRight: var(--pf-v5-global--spacer--lg);
31
- --pf-v5-c-expandable-section--m-display-lg__content--PaddingBottom: var(--pf-v5-global--spacer--lg);
32
- --pf-v5-c-expandable-section--m-display-lg__content--PaddingLeft: var(--pf-v5-global--spacer--lg);
33
- --pf-v5-c-expandable-section--m-display-lg--after--BackgroundColor: transparent;
34
- --pf-v5-c-expandable-section--m-display-lg--after--Width: var(--pf-v5-global--BorderWidth--lg);
35
- --pf-v5-c-expandable-section--m-display-lg--m-expanded--after--BackgroundColor: var(--pf-v5-global--primary-color--100);
36
- --pf-v5-c-expandable-section--m-indented__content--PaddingLeft: calc(var(--pf-v5-c-expandable-section__toggle-text--MarginLeft) + var(--pf-v5-c-expandable-section__toggle-icon--MinWidth));
26
+ --pf-v5-c-expandable-section--m-display-lg--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
27
+ --pf-v5-c-expandable-section--m-display-lg--BorderColor: var(--pf-t--global--border--color--default);
28
+ --pf-v5-c-expandable-section--m-display-lg--BorderRadius: var(--pf-t--global--border--radius--medium);
29
+ --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingTop: var(--pf-t--global--spacer--md);
30
+ --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingRight: var(--pf-t--global--spacer--lg);
31
+ --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingBottom: var(--pf-t--global--spacer--md);
32
+ --pf-v5-c-expandable-section--m-display-lg__toggle--PaddingLeft: var(--pf-t--global--spacer--lg);
33
+ --pf-v5-c-expandable-section--m-display-lg__toggle--BorderRadius: var(--pf-t--global--border--radius--medium);
34
+ --pf-v5-c-expandable-section--m-display-lg__toggle--Width: 100%;
35
+ --pf-v5-c-expandable-section--m-display-lg__toggle--hover--BackgroundColor: var(--pf-t--global--background--color--secondary--hover);
36
+ --pf-v5-c-expandable-section--m-display-lg__toggle--active--BackgroundColor: var(--pf-t--global--background--color--secondary--hover);
37
+ --pf-v5-c-expandable-section--m-display-lg__toggle--focus--BackgroundColor: var(--pf-t--global--background--color--secondary--hover);
38
+ --pf-v5-c-expandable-section--m-display-lg__content--PaddingRight: var(--pf-t--global--spacer--lg);
39
+ --pf-v5-c-expandable-section--m-display-lg__content--PaddingBottom: var(--pf-t--global--spacer--md);
40
+ --pf-v5-c-expandable-section--m-display-lg__content--PaddingLeft: var(--pf-t--global--spacer--lg);
41
+ --pf-v5-c-expandable-section--m-expanded--m-display-lg__toggle--BorderRadius: var(--pf-t--global--border--radius--medium) var(--pf-t--global--border--radius--medium) 0 0;
42
+ --pf-v5-c-expandable-section--m-indented__content--PaddingLeft--base: calc(var(--pf-v5-c-expandable-section__toggle--ColumnGap) + var(--pf-v5-c-expandable-section__toggle-icon--MinWidth));
43
+ --pf-v5-c-expandable-section--m-indented__content--PaddingLeft: calc(var(--pf-v5-c-expandable-section--m-indented__content--PaddingLeft--base) + var(--pf-v5-c-expandable-section__toggle--PaddingLeft));
44
+ --pf-v5-c-expandable-section--m-display-lg--m-indented__content--PaddingLeft: calc(var(--pf-v5-c-expandable-section--m-indented__content--PaddingLeft--base) + var(--pf-v5-c-expandable-section--m-display-lg__content--PaddingLeft));
45
+ --pf-v5-c-expandable-section--m-truncate--PaddingTop: var(--pf-t--global--spacer--sm);
46
+ --pf-v5-c-expandable-section--m-truncate--PaddingRight: var(--pf-t--global--spacer--md);
47
+ --pf-v5-c-expandable-section--m-truncate--PaddingBottom: var(--pf-t--global--spacer--sm);
48
+ --pf-v5-c-expandable-section--m-truncate--PaddingLeft: var(--pf-t--global--spacer--md);
49
+ --pf-v5-c-expandable-section--m-truncate__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
37
50
  --pf-v5-c-expandable-section--m-truncate__content--LineClamp: 3;
38
- --pf-v5-c-expandable-section--m-truncate__toggle--MarginTop: var(--pf-v5-global--spacer--xs);
39
51
  }
52
+
40
53
  .pf-v5-c-expandable-section.pf-m-expanded {
41
54
  --pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--m-expanded--Color);
42
55
  --pf-v5-c-expandable-section__toggle-icon--Rotate: var(--pf-v5-c-expandable-section--m-expanded__toggle-icon--Rotate);
43
56
  --pf-v5-c-expandable-section__toggle-icon--m-expand-top--Rotate: var(--pf-v5-c-expandable-section--m-expanded__toggle-icon--m-expand-top--Rotate);
44
57
  --pf-v5-c-expandable-section--m-display-lg--after--BackgroundColor: var(--pf-v5-c-expandable-section--m-display-lg--m-expanded--after--BackgroundColor);
45
- }
46
- .pf-v5-c-expandable-section.pf-m-detached, .pf-v5-c-expandable-section.pf-m-truncate {
47
- --pf-v5-c-expandable-section__content--MarginTop: 0;
58
+ --pf-v5-c-expandable-section--m-display-lg__toggle--BorderRadius: var(--pf-v5-c-expandable-section--m-expanded--m-display-lg__toggle--BorderRadius);
48
59
  }
49
60
  .pf-v5-c-expandable-section.pf-m-limit-width {
50
61
  --pf-v5-c-expandable-section__content--MaxWidth: var(--pf-v5-c-expandable-section--m-limit-width__content--MaxWidth);
@@ -54,31 +65,31 @@
54
65
  --pf-v5-c-expandable-section__toggle--PaddingRight: var(--pf-v5-c-expandable-section--m-display-lg__toggle--PaddingRight);
55
66
  --pf-v5-c-expandable-section__toggle--PaddingBottom: var(--pf-v5-c-expandable-section--m-display-lg__toggle--PaddingBottom);
56
67
  --pf-v5-c-expandable-section__toggle--PaddingLeft: var(--pf-v5-c-expandable-section--m-display-lg__toggle--PaddingLeft);
68
+ --pf-v5-c-expandable-section__toggle--hover--BackgroundColor: var(--pf-v5-c-expandable-section--m-display-lg__toggle--hover--BackgroundColor);
69
+ --pf-v5-c-expandable-section__toggle--active--BackgroundColor: var(--pf-v5-c-expandable-section--m-display-lg__toggle--active--BackgroundColor);
70
+ --pf-v5-c-expandable-section__toggle--focus--BackgroundColor: var(--pf-v5-c-expandable-section--m-display-lg__toggle--focus--BackgroundColor);
71
+ --pf-v5-c-expandable-section__toggle--BorderRadius: var(--pf-v5-c-expandable-section--m-display-lg__toggle--BorderRadius);
72
+ --pf-v5-c-expandable-section__toggle--Width: var(--pf-v5-c-expandable-section--m-display-lg__toggle--Width);
57
73
  --pf-v5-c-expandable-section__content--PaddingRight: var(--pf-v5-c-expandable-section--m-display-lg__content--PaddingRight);
58
74
  --pf-v5-c-expandable-section__content--PaddingBottom: var(--pf-v5-c-expandable-section--m-display-lg__content--PaddingBottom);
59
75
  --pf-v5-c-expandable-section__content--PaddingLeft: var(--pf-v5-c-expandable-section--m-display-lg__content--PaddingLeft);
60
- --pf-v5-c-expandable-section__content--MarginTop: var(--pf-v5-c-expandable-section--m-display-lg__content--MarginTop);
61
- position: relative;
62
- box-shadow: var(--pf-v5-c-expandable-section--m-display-lg--BoxShadow);
63
- }
64
- .pf-v5-c-expandable-section.pf-m-display-lg::after {
65
- position: absolute;
66
- inset-block-start: 0;
67
- inset-block-end: 0;
68
- inset-inline-start: 0;
69
- width: var(--pf-v5-c-expandable-section--m-display-lg--after--Width);
70
- content: "";
71
- background-color: var(--pf-v5-c-expandable-section--m-display-lg--after--BackgroundColor);
76
+ --pf-v5-c-expandable-section--m-indented__content--PaddingLeft: var(--pf-v5-c-expandable-section--m-display-lg--m-indented__content--PaddingLeft);
77
+ background-color: var(--pf-v5-c-expandable-section--m-display-lg--BackgroundColor);
78
+ border: solid 1px var(--pf-v5-c-expandable-section--m-display-lg--BorderColor);
79
+ border-radius: var(--pf-v5-c-expandable-section--m-display-lg--BorderRadius);
72
80
  }
73
81
  .pf-v5-c-expandable-section.pf-m-indented {
74
82
  --pf-v5-c-expandable-section__content--PaddingLeft: var(--pf-v5-c-expandable-section--m-indented__content--PaddingLeft);
75
83
  }
76
84
  .pf-v5-c-expandable-section.pf-m-truncate {
77
- --pf-v5-c-expandable-section__toggle--MarginTop: var(--pf-v5-c-expandable-section--m-truncate__toggle--MarginTop);
78
85
  --pf-v5-c-expandable-section__toggle--PaddingTop: 0;
79
86
  --pf-v5-c-expandable-section__toggle--PaddingRight: 0;
80
- --pf-v5-c-expandable-section__toggle--PaddingBottom: 0;
81
- --pf-v5-c-expandable-section__toggle-text--MarginLeft: 0;
87
+ --pf-v5-c-expandable-section__toggle--PaddingBottom: var(--pf-v5-c-expandable-section--m-truncate__toggle--PaddingBottom);
88
+ --pf-v5-c-expandable-section__toggle--PaddingLeft: 0;
89
+ --pf-v5-c-expandable-section__content--PaddingTop: 0;
90
+ --pf-v5-c-expandable-section__content--PaddingRight: 0;
91
+ --pf-v5-c-expandable-section__content--PaddingBottom: 0;
92
+ --pf-v5-c-expandable-section__content--PaddingLeft: 0;
82
93
  }
83
94
  .pf-v5-c-expandable-section.pf-m-truncate:not(.pf-m-expanded) .pf-v5-c-expandable-section__content {
84
95
  display: -webkit-box;
@@ -86,29 +97,31 @@
86
97
  -webkit-line-clamp: var(--pf-v5-c-expandable-section--m-truncate__content--LineClamp);
87
98
  overflow: hidden;
88
99
  }
89
- .pf-v5-c-expandable-section.pf-m-detached {
90
- --pf-v5-c-expandable-section--m-truncate__toggle--MarginTop: 0;
91
- }
92
100
 
93
101
  .pf-v5-c-expandable-section__toggle {
94
102
  display: flex;
103
+ column-gap: var(--pf-v5-c-expandable-section__toggle--ColumnGap);
104
+ width: var(--pf-v5-c-expandable-section__toggle--Width, initial);
95
105
  padding-block-start: var(--pf-v5-c-expandable-section__toggle--PaddingTop);
96
106
  padding-block-end: var(--pf-v5-c-expandable-section__toggle--PaddingBottom);
97
107
  padding-inline-start: var(--pf-v5-c-expandable-section__toggle--PaddingLeft);
98
108
  padding-inline-end: var(--pf-v5-c-expandable-section__toggle--PaddingRight);
99
- margin-block-start: var(--pf-v5-c-expandable-section__toggle--MarginTop);
100
109
  color: var(--pf-v5-c-expandable-section__toggle--Color);
101
110
  background-color: var(--pf-v5-c-expandable-section__toggle--BackgroundColor);
102
111
  border: none;
112
+ border-radius: var(--pf-v5-c-expandable-section__toggle--BorderRadius, 0);
103
113
  }
104
114
  .pf-v5-c-expandable-section__toggle:hover {
105
115
  --pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--hover--Color);
116
+ --pf-v5-c-expandable-section__toggle--BackgroundColor: var(--pf-v5-c-expandable-section__toggle--hover--BackgroundColor, initial);
106
117
  }
107
118
  .pf-v5-c-expandable-section__toggle:active, .pf-v5-c-expandable-section__toggle.pf-m-active {
108
119
  --pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--active--Color);
120
+ --pf-v5-c-expandable-section__toggle--BackgroundColor: var(--pf-v5-c-expandable-section__toggle--active--BackgroundColor, initial);
109
121
  }
110
122
  .pf-v5-c-expandable-section__toggle:focus {
111
123
  --pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--focus--Color);
124
+ --pf-v5-c-expandable-section__toggle--BackgroundColor: var(--pf-v5-c-expandable-section__toggle--focus--BackgroundColor, initial);
112
125
  }
113
126
 
114
127
  .pf-v5-c-expandable-section__toggle-icon {
@@ -125,14 +138,10 @@
125
138
  --pf-v5-c-expandable-section__toggle-icon--Rotate: var(--pf-v5-c-expandable-section__toggle-icon--m-expand-top--Rotate);
126
139
  }
127
140
 
128
- .pf-v5-c-expandable-section__toggle-text {
129
- margin-inline-start: var(--pf-v5-c-expandable-section__toggle-text--MarginLeft);
130
- }
131
-
132
141
  .pf-v5-c-expandable-section__content {
133
142
  max-width: var(--pf-v5-c-expandable-section__content--MaxWidth);
143
+ padding-block-start: var(--pf-v5-c-expandable-section__content--PaddingTop);
134
144
  padding-block-end: var(--pf-v5-c-expandable-section__content--PaddingBottom);
135
145
  padding-inline-start: var(--pf-v5-c-expandable-section__content--PaddingLeft);
136
146
  padding-inline-end: var(--pf-v5-c-expandable-section__content--PaddingRight);
137
- margin-block-start: var(--pf-v5-c-expandable-section__content--MarginTop);
138
147
  }
@@ -5,14 +5,12 @@ declare const _default: {
5
5
  "expandableSectionContent": "pf-v5-c-expandable-section__content",
6
6
  "expandableSectionToggle": "pf-v5-c-expandable-section__toggle",
7
7
  "expandableSectionToggleIcon": "pf-v5-c-expandable-section__toggle-icon",
8
- "expandableSectionToggleText": "pf-v5-c-expandable-section__toggle-text",
9
8
  "modifiers": {
10
9
  "expanded": "pf-m-expanded",
11
- "detached": "pf-m-detached",
12
- "truncate": "pf-m-truncate",
13
10
  "limitWidth": "pf-m-limit-width",
14
11
  "displayLg": "pf-m-display-lg",
15
12
  "indented": "pf-m-indented",
13
+ "truncate": "pf-m-truncate",
16
14
  "active": "pf-m-active",
17
15
  "expandTop": "pf-m-expand-top"
18
16
  }
@@ -7,14 +7,12 @@ exports.default = {
7
7
  "expandableSectionContent": "pf-v5-c-expandable-section__content",
8
8
  "expandableSectionToggle": "pf-v5-c-expandable-section__toggle",
9
9
  "expandableSectionToggleIcon": "pf-v5-c-expandable-section__toggle-icon",
10
- "expandableSectionToggleText": "pf-v5-c-expandable-section__toggle-text",
11
10
  "modifiers": {
12
11
  "expanded": "pf-m-expanded",
13
- "detached": "pf-m-detached",
14
- "truncate": "pf-m-truncate",
15
12
  "limitWidth": "pf-m-limit-width",
16
13
  "displayLg": "pf-m-display-lg",
17
14
  "indented": "pf-m-indented",
15
+ "truncate": "pf-m-truncate",
18
16
  "active": "pf-m-active",
19
17
  "expandTop": "pf-m-expand-top"
20
18
  }
@@ -5,14 +5,12 @@ export default {
5
5
  "expandableSectionContent": "pf-v5-c-expandable-section__content",
6
6
  "expandableSectionToggle": "pf-v5-c-expandable-section__toggle",
7
7
  "expandableSectionToggleIcon": "pf-v5-c-expandable-section__toggle-icon",
8
- "expandableSectionToggleText": "pf-v5-c-expandable-section__toggle-text",
9
8
  "modifiers": {
10
9
  "expanded": "pf-m-expanded",
11
- "detached": "pf-m-detached",
12
- "truncate": "pf-m-truncate",
13
10
  "limitWidth": "pf-m-limit-width",
14
11
  "displayLg": "pf-m-display-lg",
15
12
  "indented": "pf-m-indented",
13
+ "truncate": "pf-m-truncate",
16
14
  "active": "pf-m-active",
17
15
  "expandTop": "pf-m-expand-top"
18
16
  }
@@ -1,19 +1,26 @@
1
- .pf-v5-c-hint {
2
- --pf-v5-c-hint--GridRowGap: var(--pf-v5-global--spacer--md);
3
- --pf-v5-c-hint--PaddingTop: var(--pf-v5-global--spacer--lg);
4
- --pf-v5-c-hint--PaddingRight: var(--pf-v5-global--spacer--lg);
5
- --pf-v5-c-hint--PaddingBottom: var(--pf-v5-global--spacer--lg);
6
- --pf-v5-c-hint--PaddingLeft: var(--pf-v5-global--spacer--lg);
7
- --pf-v5-c-hint--BackgroundColor: var(--pf-v5-global--palette--blue-50);
8
- --pf-v5-c-hint--BorderColor: var(--pf-v5-global--palette--blue-100);
9
- --pf-v5-c-hint--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
10
- --pf-v5-c-hint--BoxShadow: var(--pf-v5-global--BoxShadow--sm);
11
- --pf-v5-c-hint--Color: var(--pf-v5-global--Color--100);
12
- --pf-v5-c-hint__title--FontSize: var(--pf-v5-global--FontSize--lg);
13
- --pf-v5-c-hint__body--FontSize: var(--pf-v5-global--FontSize--md);
14
- --pf-v5-c-hint__footer--child--MarginRight: var(--pf-v5-global--spacer--md);
15
- --pf-v5-c-hint__actions--MarginLeft: var(--pf-v5-global--spacer--2xl);
1
+ :root {
2
+ --pf-v5-c-hint--GridRowGap: var(--pf-t--global--spacer--sm);
3
+ --pf-v5-c-hint--PaddingTop: var(--pf-t--global--spacer--lg);
4
+ --pf-v5-c-hint--PaddingRight: var(--pf-t--global--spacer--lg);
5
+ --pf-v5-c-hint--PaddingBottom: var(--pf-t--global--spacer--lg);
6
+ --pf-v5-c-hint--PaddingLeft: var(--pf-t--global--spacer--lg);
7
+ --pf-v5-c-hint--BackgroundColor: var(--pf-t--global--background--color--primary--default);
8
+ --pf-v5-c-hint--BorderColor: var(--pf-t--global--border--color--status--info--default);
9
+ --pf-v5-c-hint--BorderWidth: var(--pf-t--global--border--width--200);
10
+ --pf-v5-c-hint--BorderRadius: var(--pf-t--global--border--radius--medium);
11
+ --pf-v5-c-hint--Color: var(--pf-t--global--text--color--regular);
12
+ --pf-v5-c-hint__title--FontFamily: var(--pf-t--global--font--family--heading);
13
+ --pf-v5-c-hint__title--FontSize: var(--pf-t--global--font--size--heading--xs);
14
+ --pf-v5-c-hint__title--FontWeight: var(--pf-t--global--font--weight--heading);
15
+ --pf-v5-c-hint__title--LineHeight: var(--pf-t--global--font--line-height--heading);
16
+ --pf-v5-c-hint__body--FontSize: var(--pf-t--global--font--size--body--md);
17
+ --pf-v5-c-hint__footer--MarginTop: var(--pf-t--global--spacer--sm);
18
+ --pf-v5-c-hint__footer--child--MarginRight: var(--pf-t--global--spacer--md);
19
+ --pf-v5-c-hint__actions--MarginLeft: var(--pf-t--global--spacer--2xl);
16
20
  --pf-v5-c-hint__actions--c-dropdown--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
21
+ }
22
+
23
+ .pf-v5-c-hint {
17
24
  display: grid;
18
25
  grid-template-columns: 1fr auto;
19
26
  grid-row-gap: var(--pf-v5-c-hint--GridRowGap);
@@ -24,7 +31,7 @@
24
31
  color: var(--pf-v5-c-hint--Color);
25
32
  background-color: var(--pf-v5-c-hint--BackgroundColor);
26
33
  border: var(--pf-v5-c-hint--BorderWidth) solid var(--pf-v5-c-hint--BorderColor);
27
- box-shadow: var(--pf-v5-c-hint--BoxShadow);
34
+ border-radius: var(--pf-v5-c-hint--BorderRadius);
28
35
  }
29
36
  .pf-v5-c-hint .pf-v5-c-button.pf-m-link.pf-m-inline {
30
37
  text-align: start;
@@ -47,7 +54,11 @@
47
54
  }
48
55
 
49
56
  .pf-v5-c-hint__title {
57
+ align-self: center;
58
+ font-family: var(--pf-v5-c-hint__title--FontFamily);
50
59
  font-size: var(--pf-v5-c-hint__title--FontSize);
60
+ font-weight: var(--pf-v5-c-hint__title--FontWeight);
61
+ line-height: var(--pf-v5-c-hint__title--LineHeight);
51
62
  }
52
63
 
53
64
  .pf-v5-c-hint__body {
@@ -57,12 +68,8 @@
57
68
 
58
69
  .pf-v5-c-hint__footer {
59
70
  grid-column: 1/-1;
71
+ margin-block-start: var(--pf-v5-c-hint__footer--MarginTop);
60
72
  }
61
73
  .pf-v5-c-hint__footer > :not(:last-child) {
62
74
  margin-inline-end: var(--pf-v5-c-hint__footer--child--MarginRight);
63
- }
64
-
65
- :where(.pf-v5-theme-dark) .pf-v5-c-hint {
66
- --pf-v5-c-hint--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
67
- --pf-v5-c-hint--BorderColor: var(--pf-v5-global--BorderColor--300);
68
75
  }
@@ -12,7 +12,6 @@ declare const _default: {
12
12
  "link": "pf-m-link",
13
13
  "inline": "pf-m-inline",
14
14
  "plain": "pf-m-plain"
15
- },
16
- "themeDark": "pf-v5-theme-dark"
15
+ }
17
16
  };
18
17
  export default _default;
@@ -14,6 +14,5 @@ exports.default = {
14
14
  "link": "pf-m-link",
15
15
  "inline": "pf-m-inline",
16
16
  "plain": "pf-m-plain"
17
- },
18
- "themeDark": "pf-v5-theme-dark"
17
+ }
19
18
  };
@@ -12,6 +12,5 @@ export default {
12
12
  "link": "pf-m-link",
13
13
  "inline": "pf-m-inline",
14
14
  "plain": "pf-m-plain"
15
- },
16
- "themeDark": "pf-v5-theme-dark"
15
+ }
17
16
  };
@@ -1,21 +1,21 @@
1
1
  .pf-v5-c-list {
2
- --pf-v5-c-list--PaddingLeft: var(--pf-v5-global--spacer--lg);
3
- --pf-v5-c-list--nested--MarginTop: var(--pf-v5-global--spacer--sm);
4
- --pf-v5-c-list--nested--MarginLeft: var(--pf-v5-global--spacer--sm);
2
+ --pf-v5-c-list--PaddingLeft: var(--pf-t--global--spacer--lg);
3
+ --pf-v5-c-list--nested--MarginTop: var(--pf-t--global--spacer--sm);
4
+ --pf-v5-c-list--nested--MarginLeft: var(--pf-t--global--spacer--sm);
5
5
  --pf-v5-c-list--ul--ListStyle: var(--pf-v5-global--ListStyle);
6
- --pf-v5-c-list--li--MarginTop: var(--pf-v5-global--spacer--sm);
7
- --pf-v5-c-list--m-inline--li--MarginRight: var(--pf-v5-global--spacer--lg);
8
- --pf-v5-c-list--m-bordered--li--PaddingBottom: var(--pf-v5-global--spacer--sm);
9
- --pf-v5-c-list--m-bordered--li--BorderBottomColor: var(--pf-v5-global--BorderColor--100);
10
- --pf-v5-c-list--m-bordered--li--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);
11
- --pf-v5-c-list__item-icon--MinWidth: var(--pf-v5-global--icon--FontSize--sm);
12
- --pf-v5-c-list__item-icon--MarginTop: 0.375rem;
13
- --pf-v5-c-list__item-icon--MarginRight: var(--pf-v5-global--spacer--sm);
14
- --pf-v5-c-list__item-icon--Color: var(--pf-v5-global--icon--Color--dark);
15
- --pf-v5-c-list__item-icon--FontSize: var(--pf-v5-global--icon--FontSize--sm);
16
- --pf-v5-c-list--m-icon-lg__item-icon--MinWidth: var(--pf-v5-global--icon--FontSize--lg);
17
- --pf-v5-c-list--m-icon-lg__item-icon--MarginRight: var(--pf-v5-global--spacer--md);
18
- --pf-v5-c-list--m-icon-lg__item-icon--FontSize: var(--pf-v5-global--icon--FontSize--lg);
6
+ --pf-v5-c-list--li--MarginTop: var(--pf-t--global--spacer--sm);
7
+ --pf-v5-c-list--m-inline--li--MarginRight: var(--pf-t--global--spacer--lg);
8
+ --pf-v5-c-list--m-bordered--li--PaddingBottom: var(--pf-t--global--spacer--sm);
9
+ --pf-v5-c-list--m-bordered--li--BorderBottomColor: var(--pf-t--global--border--color--default);
10
+ --pf-v5-c-list--m-bordered--li--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
11
+ --pf-v5-c-list__item-icon--MinWidth: var(--pf-t--global--icon--size--sm);
12
+ --pf-v5-c-list__item-icon--MarginTop: var(--pf-t--global--spacer--xs);
13
+ --pf-v5-c-list__item-icon--MarginRight: var(--pf-t--global--spacer--sm);
14
+ --pf-v5-c-list__item-icon--Color: var(--pf-t--global--icon--color--regular);
15
+ --pf-v5-c-list__item-icon--FontSize: var(--pf-t--global--icon--size--sm);
16
+ --pf-v5-c-list--m-icon-lg__item-icon--MinWidth: var(--pf-t--global--icon--size--lg);
17
+ --pf-v5-c-list--m-icon-lg__item-icon--MarginRight: var(--pf-t--global--spacer--md);
18
+ --pf-v5-c-list--m-icon-lg__item-icon--FontSize: var(--pf-t--global--icon--size--lg);
19
19
  padding-inline-start: var(--pf-v5-c-list--PaddingLeft);
20
20
  }
21
21
  .pf-v5-c-list ol,