@patternfly/patternfly 6.0.0-alpha.41 → 6.0.0-alpha.43

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.
@@ -86,20 +86,20 @@ cssPrefix: pf-v5-c-tab-content
86
86
 
87
87
  ```
88
88
 
89
- ### Light 300 background
89
+ ### Secondary
90
90
 
91
91
  ```html
92
92
  <section
93
- class="pf-v5-c-tab-content pf-m-light-300"
94
- id="light-300-tab1-panel"
93
+ class="pf-v5-c-tab-content pf-m-secondary"
94
+ id="secondary-tab1-panel"
95
95
  role="tabpanel"
96
96
  tabindex="0"
97
97
  >
98
98
  <div class="pf-v5-c-tab-content__body">Panel 1</div>
99
99
  </section>
100
100
  <section
101
- class="pf-v5-c-tab-content pf-m-light-300"
102
- id="light-300-tab2-panel"
101
+ class="pf-v5-c-tab-content pf-m-secondary"
102
+ id="secondary-tab2-panel"
103
103
  role="tabpanel"
104
104
  tabindex="0"
105
105
  hidden
@@ -107,8 +107,8 @@ cssPrefix: pf-v5-c-tab-content
107
107
  <div class="pf-v5-c-tab-content__body">Panel 2</div>
108
108
  </section>
109
109
  <section
110
- class="pf-v5-c-tab-content pf-m-light-300"
111
- id="light-300-tab3-panel"
110
+ class="pf-v5-c-tab-content pf-m-secondary"
111
+ id="secondary-tab3-panel"
112
112
  role="tabpanel"
113
113
  tabindex="0"
114
114
  hidden
@@ -116,8 +116,8 @@ cssPrefix: pf-v5-c-tab-content
116
116
  <div class="pf-v5-c-tab-content__body">Panel 3</div>
117
117
  </section>
118
118
  <section
119
- class="pf-v5-c-tab-content pf-m-light-300"
120
- id="light-300-tab4-panel"
119
+ class="pf-v5-c-tab-content pf-m-secondary"
120
+ id="secondary-tab4-panel"
121
121
  role="tabpanel"
122
122
  tabindex="0"
123
123
  hidden
@@ -150,4 +150,4 @@ Tab content should be used with the [tabs component](/components/tabs).
150
150
  | `.pf-v5-c-tab-content` | `<section>` | Initiates the tab content component. **Required** |
151
151
  | `.pf-v5-c-tab-content__body` | `<div>` | Initiates the tab content body component. |
152
152
  | `.pf-m-padding` | `.pf-v5-c-tab-content__body` | Modifies the tab content body component padding. |
153
- | `.pf-m-light-300` | `.pf-v5-c-tab-content` | Modifies the tab content component background color. |
153
+ | `.pf-m-secondary` | `.pf-v5-c-tab-content` | Modifies the tab content component for secondary styles. |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "6.0.0-alpha.41",
4
+ "version": "6.0.0-alpha.43",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {