@patternfly/patternfly 6.3.0-prerelease.49 → 6.3.0-prerelease.50
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.
- package/components/Button/button.css +1 -0
- package/components/Button/button.scss +1 -0
- package/components/Card/card.css +0 -1
- package/components/Card/card.scss +0 -1
- package/components/_index.css +1 -1
- package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
- package/docs/components/EmptyState/examples/EmptyState.md +6 -6
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +15 -9
- package/docs/components/Hint/examples/Hint.md +3 -3
- package/docs/components/Skeleton/examples/Skeleton.md +21 -7
- package/docs/components/Title/examples/Title.md +8 -8
- package/docs/demos/Skeleton/examples/Skeleton.md +3 -1
- package/package.json +2 -2
- package/patternfly-no-globals.css +1 -1
- package/patternfly.css +1 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -671,6 +671,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
671
671
|
text-decoration-line: var(--pf-v6-c-button--hover--TextDecorationLine);
|
|
672
672
|
text-decoration-style: var(--pf-v6-c-button--hover--TextDecorationStyle);
|
|
673
673
|
text-decoration-color: var(--pf-v6-c-button--hover--TextDecorationColor);
|
|
674
|
+
outline-offset: var(--pf-t--global--focus-ring--position--offset);
|
|
674
675
|
}
|
|
675
676
|
.pf-v6-c-button:active, .pf-v6-c-button.pf-m-clicked {
|
|
676
677
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--m-clicked--Color);
|
|
@@ -765,6 +765,7 @@
|
|
|
765
765
|
text-decoration-line: var(--#{$button}--hover--TextDecorationLine);
|
|
766
766
|
text-decoration-style: var(--#{$button}--hover--TextDecorationStyle);
|
|
767
767
|
text-decoration-color: var(--#{$button}--hover--TextDecorationColor);
|
|
768
|
+
outline-offset: var(--pf-t--global--focus-ring--position--offset);
|
|
768
769
|
}
|
|
769
770
|
|
|
770
771
|
&:active,
|
package/components/Card/card.css
CHANGED
package/components/_index.css
CHANGED
|
@@ -2199,6 +2199,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2199
2199
|
text-decoration-line: var(--pf-v6-c-button--hover--TextDecorationLine);
|
|
2200
2200
|
text-decoration-style: var(--pf-v6-c-button--hover--TextDecorationStyle);
|
|
2201
2201
|
text-decoration-color: var(--pf-v6-c-button--hover--TextDecorationColor);
|
|
2202
|
+
outline-offset: var(--pf-t--global--focus-ring--position--offset);
|
|
2202
2203
|
}
|
|
2203
2204
|
.pf-v6-c-button:active, .pf-v6-c-button.pf-m-clicked {
|
|
2204
2205
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--m-clicked--Color);
|
|
@@ -2780,7 +2781,6 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2780
2781
|
}
|
|
2781
2782
|
|
|
2782
2783
|
.pf-v6-c-card__title-text {
|
|
2783
|
-
overflow: auto;
|
|
2784
2784
|
font-family: var(--pf-v6-c-card__title-text--FontFamily);
|
|
2785
2785
|
font-size: var(--pf-v6-c-card__title-text--FontSize);
|
|
2786
2786
|
font-weight: var(--pf-v6-c-card__title-text--FontWeight);
|
|
@@ -138,7 +138,7 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
138
138
|
<i class="fas fa- fa-code" aria-hidden="true"></i>
|
|
139
139
|
</div>
|
|
140
140
|
<div class="pf-v6-c-empty-state__title">
|
|
141
|
-
<
|
|
141
|
+
<h4 class="pf-v6-c-empty-state__title-text">Start editing</h4>
|
|
142
142
|
</div>
|
|
143
143
|
</div>
|
|
144
144
|
|
|
@@ -188,7 +188,7 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
188
188
|
<i class="fas fa- fa-code" aria-hidden="true"></i>
|
|
189
189
|
</div>
|
|
190
190
|
<div class="pf-v6-c-empty-state__title">
|
|
191
|
-
<
|
|
191
|
+
<h4 class="pf-v6-c-empty-state__title-text">Start editing</h4>
|
|
192
192
|
</div>
|
|
193
193
|
</div>
|
|
194
194
|
|
|
@@ -346,7 +346,7 @@ This is an extra container used in React to prevent event propagation if upload
|
|
|
346
346
|
<i class="fas fa- fa-code" aria-hidden="true"></i>
|
|
347
347
|
</div>
|
|
348
348
|
<div class="pf-v6-c-empty-state__title">
|
|
349
|
-
<
|
|
349
|
+
<h4 class="pf-v6-c-empty-state__title-text">Start editing</h4>
|
|
350
350
|
</div>
|
|
351
351
|
</div>
|
|
352
352
|
|
|
@@ -14,7 +14,7 @@ cssPrefix: pf-v6-c-empty-state
|
|
|
14
14
|
<i class="fas fa-cubes" aria-hidden="true"></i>
|
|
15
15
|
</div>
|
|
16
16
|
<div class="pf-v6-c-empty-state__title">
|
|
17
|
-
<
|
|
17
|
+
<h4 class="pf-v6-c-empty-state__title-text">Empty state</h4>
|
|
18
18
|
</div>
|
|
19
19
|
</div>
|
|
20
20
|
|
|
@@ -64,7 +64,7 @@ cssPrefix: pf-v6-c-empty-state
|
|
|
64
64
|
<i class="fas fa-cubes" aria-hidden="true"></i>
|
|
65
65
|
</div>
|
|
66
66
|
<div class="pf-v6-c-empty-state__title">
|
|
67
|
-
<
|
|
67
|
+
<h4 class="pf-v6-c-empty-state__title-text">Empty state</h4>
|
|
68
68
|
</div>
|
|
69
69
|
</div>
|
|
70
70
|
|
|
@@ -109,7 +109,7 @@ cssPrefix: pf-v6-c-empty-state
|
|
|
109
109
|
<i class="fas fa-cubes" aria-hidden="true"></i>
|
|
110
110
|
</div>
|
|
111
111
|
<div class="pf-v6-c-empty-state__title">
|
|
112
|
-
<
|
|
112
|
+
<h4 class="pf-v6-c-empty-state__title-text">Empty state</h4>
|
|
113
113
|
</div>
|
|
114
114
|
</div>
|
|
115
115
|
|
|
@@ -160,7 +160,7 @@ cssPrefix: pf-v6-c-empty-state
|
|
|
160
160
|
<i class="fas fa-cubes" aria-hidden="true"></i>
|
|
161
161
|
</div>
|
|
162
162
|
<div class="pf-v6-c-empty-state__title">
|
|
163
|
-
<
|
|
163
|
+
<h4 class="pf-v6-c-empty-state__title-text">Empty state</h4>
|
|
164
164
|
</div>
|
|
165
165
|
</div>
|
|
166
166
|
|
|
@@ -210,7 +210,7 @@ cssPrefix: pf-v6-c-empty-state
|
|
|
210
210
|
<i class="fas fa-cubes" aria-hidden="true"></i>
|
|
211
211
|
</div>
|
|
212
212
|
<div class="pf-v6-c-empty-state__title">
|
|
213
|
-
<
|
|
213
|
+
<h4 class="pf-v6-c-empty-state__title-text">Empty state</h4>
|
|
214
214
|
</div>
|
|
215
215
|
</div>
|
|
216
216
|
|
|
@@ -259,7 +259,7 @@ cssPrefix: pf-v6-c-empty-state
|
|
|
259
259
|
<i class="fas fa- fa-check-circle" aria-hidden="true"></i>
|
|
260
260
|
</div>
|
|
261
261
|
<div class="pf-v6-c-empty-state__title">
|
|
262
|
-
<
|
|
262
|
+
<h4 class="pf-v6-c-empty-state__title-text">You're all set</h4>
|
|
263
263
|
</div>
|
|
264
264
|
</div>
|
|
265
265
|
|
|
@@ -15,7 +15,7 @@ cssPrefix: pf-v6-c-expandable-section
|
|
|
15
15
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
16
16
|
</span>
|
|
17
17
|
</span>
|
|
18
|
-
<span class="pf-v6-c-button__text">Show more</span>
|
|
18
|
+
<span class="pf-v6-c-button__text">Show more hidden example content</span>
|
|
19
19
|
</button>
|
|
20
20
|
</div>
|
|
21
21
|
<div
|
|
@@ -37,7 +37,7 @@ cssPrefix: pf-v6-c-expandable-section
|
|
|
37
37
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
38
38
|
</span>
|
|
39
39
|
</span>
|
|
40
|
-
<span class="pf-v6-c-button__text">Show less</span>
|
|
40
|
+
<span class="pf-v6-c-button__text">Show less expanded example content</span>
|
|
41
41
|
</button>
|
|
42
42
|
</div>
|
|
43
43
|
<div
|
|
@@ -58,7 +58,7 @@ cssPrefix: pf-v6-c-expandable-section
|
|
|
58
58
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
59
59
|
</span>
|
|
60
60
|
</span>
|
|
61
|
-
<span class="pf-v6-c-button__text">Show less</span>
|
|
61
|
+
<span class="pf-v6-c-button__text">Show less indented example content</span>
|
|
62
62
|
</button>
|
|
63
63
|
</div>
|
|
64
64
|
<div
|
|
@@ -79,7 +79,9 @@ cssPrefix: pf-v6-c-expandable-section
|
|
|
79
79
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
80
80
|
</span>
|
|
81
81
|
</span>
|
|
82
|
-
<span
|
|
82
|
+
<span
|
|
83
|
+
class="pf-v6-c-button__text"
|
|
84
|
+
>Show more disclosure variation example content</span>
|
|
83
85
|
</button>
|
|
84
86
|
</div>
|
|
85
87
|
<div
|
|
@@ -103,7 +105,9 @@ cssPrefix: pf-v6-c-expandable-section
|
|
|
103
105
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
104
106
|
</span>
|
|
105
107
|
</span>
|
|
106
|
-
<span
|
|
108
|
+
<span
|
|
109
|
+
class="pf-v6-c-button__text"
|
|
110
|
+
>Show less disclosure variation example content</span>
|
|
107
111
|
</button>
|
|
108
112
|
</div>
|
|
109
113
|
<div
|
|
@@ -126,7 +130,9 @@ cssPrefix: pf-v6-c-expandable-section
|
|
|
126
130
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
127
131
|
</span>
|
|
128
132
|
</span>
|
|
129
|
-
<span
|
|
133
|
+
<span
|
|
134
|
+
class="pf-v6-c-button__text"
|
|
135
|
+
>Show less disclosure variation indented example content</span>
|
|
130
136
|
</button>
|
|
131
137
|
</div>
|
|
132
138
|
<div
|
|
@@ -167,7 +173,7 @@ cssPrefix: pf-v6-c-expandable-section
|
|
|
167
173
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
168
174
|
</span>
|
|
169
175
|
</span>
|
|
170
|
-
<span class="pf-v6-c-button__text">Show less</span>
|
|
176
|
+
<span class="pf-v6-c-button__text">Show less detached example content</span>
|
|
171
177
|
</button>
|
|
172
178
|
</div>
|
|
173
179
|
</div>
|
|
@@ -185,7 +191,7 @@ cssPrefix: pf-v6-c-expandable-section
|
|
|
185
191
|
>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus finibus, diam vitae eleifend consequat, metus sapien posuere quam, ut tincidunt nunc enim eget sapien. Mauris ac dui imperdiet dolor dignissim efficitur laoreet quis erat. Proin turpis leo, malesuada eget urna et, tristique mollis odio. Ut mattis nulla lorem, elementum hendrerit nunc molestie vitae. Proin massa sem, bibendum id urna in, viverra porta neque. Ut ut mi ac lacus rhoncus mollis id quis sem. Suspendisse non justo elementum, dictum eros nec, hendrerit sapien. Mauris aliquet, est sit amet tincidunt vehicula, purus est hendrerit arcu, vitae egestas odio lorem ut lacus. In et neque non metus viverra rhoncus quis non purus. Integer id venenatis tortor. Nulla sollicitudin convallis tellus, at porta eros volutpat in. Curabitur rhoncus rhoncus nisi, sit amet tincidunt dolor efficitur vitae. Integer purus neque, porta non odio lobortis, accumsan elementum risus. Pellentesque viverra id lacus a cursus. Etiam eu pulvinar risus. Etiam ultrices nec urna id consequat.</div>
|
|
186
192
|
<div class="pf-v6-c-expandable-section__toggle">
|
|
187
193
|
<button class="pf-v6-c-button pf-m-inline pf-m-link" type="button">
|
|
188
|
-
<span class="pf-v6-c-button__text">Show more</span>
|
|
194
|
+
<span class="pf-v6-c-button__text">Show more truncated content</span>
|
|
189
195
|
</button>
|
|
190
196
|
</div>
|
|
191
197
|
</div>
|
|
@@ -205,7 +211,7 @@ cssPrefix: pf-v6-c-expandable-section
|
|
|
205
211
|
type="button"
|
|
206
212
|
aria-expanded
|
|
207
213
|
>
|
|
208
|
-
<span class="pf-v6-c-button__text">Show less</span>
|
|
214
|
+
<span class="pf-v6-c-button__text">Show less truncated content</span>
|
|
209
215
|
</button>
|
|
210
216
|
</div>
|
|
211
217
|
</div>
|
|
@@ -13,7 +13,7 @@ cssPrefix: pf-v6-c-hint
|
|
|
13
13
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14
14
|
type="button"
|
|
15
15
|
aria-expanded="false"
|
|
16
|
-
aria-label="Hint
|
|
16
|
+
aria-label="Hint with title example actions"
|
|
17
17
|
id="hint-with-title-example-hint"
|
|
18
18
|
>
|
|
19
19
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -35,7 +35,7 @@ cssPrefix: pf-v6-c-hint
|
|
|
35
35
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
36
36
|
type="button"
|
|
37
37
|
aria-expanded="false"
|
|
38
|
-
aria-label="Hint
|
|
38
|
+
aria-label="Hint with title and footer example actions"
|
|
39
39
|
id="hint-with-title-and-actions-example-hint"
|
|
40
40
|
>
|
|
41
41
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -74,7 +74,7 @@ cssPrefix: pf-v6-c-hint
|
|
|
74
74
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
75
75
|
type="button"
|
|
76
76
|
aria-expanded="false"
|
|
77
|
-
aria-label="Hint
|
|
77
|
+
aria-label="Hint without title example actions"
|
|
78
78
|
id="hint-with-no-title-example-hint"
|
|
79
79
|
>
|
|
80
80
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -9,14 +9,18 @@ cssPrefix: pf-v6-c-skeleton
|
|
|
9
9
|
### Default
|
|
10
10
|
|
|
11
11
|
```html
|
|
12
|
-
<div class="pf-v6-c-skeleton"
|
|
12
|
+
<div class="pf-v6-c-skeleton">
|
|
13
|
+
<span class="pf-v6-screen-reader">Loading default content</span>
|
|
14
|
+
</div>
|
|
13
15
|
|
|
14
16
|
```
|
|
15
17
|
|
|
16
18
|
### Percentage width modifiers
|
|
17
19
|
|
|
18
20
|
```html
|
|
19
|
-
<div class="pf-v6-c-skeleton pf-m-width-25"
|
|
21
|
+
<div class="pf-v6-c-skeleton pf-m-width-25">
|
|
22
|
+
<span class="pf-v6-screen-reader">Loading percentage with modifiers content</span>
|
|
23
|
+
</div>
|
|
20
24
|
<br />
|
|
21
25
|
<div class="pf-v6-c-skeleton pf-m-width-33"></div>
|
|
22
26
|
<br />
|
|
@@ -33,7 +37,9 @@ cssPrefix: pf-v6-c-skeleton
|
|
|
33
37
|
### Percentage height modifiers
|
|
34
38
|
|
|
35
39
|
```html
|
|
36
|
-
<div class="pf-v6-c-skeleton pf-m-height-25"
|
|
40
|
+
<div class="pf-v6-c-skeleton pf-m-height-25">
|
|
41
|
+
<span class="pf-v6-screen-reader">Loading percentage height modifiers content</span>
|
|
42
|
+
</div>
|
|
37
43
|
<div class="pf-v6-c-skeleton pf-m-height-33"></div>
|
|
38
44
|
<div class="pf-v6-c-skeleton pf-m-height-50"></div>
|
|
39
45
|
<div class="pf-v6-c-skeleton pf-m-height-66"></div>
|
|
@@ -46,7 +52,9 @@ cssPrefix: pf-v6-c-skeleton
|
|
|
46
52
|
|
|
47
53
|
```html
|
|
48
54
|
--pf-v6-global--FontSize--4xl
|
|
49
|
-
<div class="pf-v6-c-skeleton pf-m-text-4xl"
|
|
55
|
+
<div class="pf-v6-c-skeleton pf-m-text-4xl">
|
|
56
|
+
<span class="pf-v6-screen-reader">Loading text modifiers content</span>
|
|
57
|
+
</div>
|
|
50
58
|
<br />--pf-v6-global--FontSize--3xl
|
|
51
59
|
<div class="pf-v6-c-skeleton pf-m-text-3xl"></div>
|
|
52
60
|
<br />--pf-v6-global--FontSize--2xl
|
|
@@ -66,19 +74,25 @@ cssPrefix: pf-v6-c-skeleton
|
|
|
66
74
|
|
|
67
75
|
```html
|
|
68
76
|
Small circle
|
|
69
|
-
<div class="pf-v6-c-skeleton pf-m-circle pf-m-width-sm"
|
|
77
|
+
<div class="pf-v6-c-skeleton pf-m-circle pf-m-width-sm">
|
|
78
|
+
<span class="pf-v6-screen-reader">Loading circle content</span>
|
|
79
|
+
</div>
|
|
70
80
|
<br />Medium circle
|
|
71
81
|
<div class="pf-v6-c-skeleton pf-m-circle pf-m-width-md"></div>
|
|
72
82
|
<br />Large circle
|
|
73
83
|
<div class="pf-v6-c-skeleton pf-m-circle pf-m-width-lg"></div>
|
|
74
84
|
<br />Small square
|
|
75
|
-
<div class="pf-v6-c-skeleton pf-m-square pf-m-width-sm"
|
|
85
|
+
<div class="pf-v6-c-skeleton pf-m-square pf-m-width-sm">
|
|
86
|
+
<span class="pf-v6-screen-reader">Loading square content</span>
|
|
87
|
+
</div>
|
|
76
88
|
<br />Medium square
|
|
77
89
|
<div class="pf-v6-c-skeleton pf-m-square pf-m-width-md"></div>
|
|
78
90
|
<br />Large square
|
|
79
91
|
<div class="pf-v6-c-skeleton pf-m-square pf-m-width-lg"></div>
|
|
80
92
|
<br />Small rectangle
|
|
81
|
-
<div class="pf-v6-c-skeleton pf-m-height-sm pf-m-width-md"
|
|
93
|
+
<div class="pf-v6-c-skeleton pf-m-height-sm pf-m-width-md">
|
|
94
|
+
<span class="pf-v6-screen-reader">Loading rectangle content</span>
|
|
95
|
+
</div>
|
|
82
96
|
<br />Medium rectangle
|
|
83
97
|
<div class="pf-v6-c-skeleton pf-m-height-md pf-m-width-lg"></div>
|
|
84
98
|
<br />Large rectangle
|
|
@@ -19,12 +19,12 @@ cssPrefix: pf-v6-c-title
|
|
|
19
19
|
### Heading level modifiers
|
|
20
20
|
|
|
21
21
|
```html
|
|
22
|
-
<
|
|
23
|
-
<
|
|
24
|
-
<
|
|
25
|
-
<
|
|
26
|
-
<
|
|
27
|
-
<
|
|
22
|
+
<h1 class="pf-v6-c-title pf-m-h1">H1-styled title</h1>
|
|
23
|
+
<h2 class="pf-v6-c-title pf-m-h2">H2-styled title</h2>
|
|
24
|
+
<h3 class="pf-v6-c-title pf-m-h3">H3-styled title</h3>
|
|
25
|
+
<h4 class="pf-v6-c-title pf-m-h4">H4-styled title</h4>
|
|
26
|
+
<h5 class="pf-v6-c-title pf-m-h5">H5-styled title</h5>
|
|
27
|
+
<h6 class="pf-v6-c-title pf-m-h6">H6-styled title</h6>
|
|
28
28
|
|
|
29
29
|
```
|
|
30
30
|
|
|
@@ -33,7 +33,7 @@ cssPrefix: pf-v6-c-title
|
|
|
33
33
|
```html
|
|
34
34
|
<h1 class="pf-v6-c-title pf-m-2xl pf-m-page-title">2xl page title</h1>
|
|
35
35
|
|
|
36
|
-
<
|
|
36
|
+
<h1 class="pf-v6-c-title pf-m-h1 pf-m-page-title">H1 page title</h1>
|
|
37
37
|
|
|
38
38
|
```
|
|
39
39
|
|
|
@@ -58,7 +58,7 @@ The content component defines margin on headers. To regain the same spacing use,
|
|
|
58
58
|
|
|
59
59
|
| Class | Applied | Outcome |
|
|
60
60
|
| -- | -- | -- |
|
|
61
|
-
| `.pf-v6-c-title` |
|
|
61
|
+
| `.pf-v6-c-title` | `h1-h6` | Initiates a title. Always use it with a modifier class. |
|
|
62
62
|
| `.pf-m-4xl` | `.pf-v6-c-title` | Modifies for 4xl size |
|
|
63
63
|
| `.pf-m-3xl` | `.pf-v6-c-title` | Modifies for 3xl size |
|
|
64
64
|
| `.pf-m-2xl` | `.pf-v6-c-title` | Modifies for 2xl size |
|
|
@@ -288,7 +288,9 @@ section: components
|
|
|
288
288
|
<div class="pf-v6-c-card pf-m-hoverable pf-m-compact">
|
|
289
289
|
<div class="pf-v6-c-card__body">
|
|
290
290
|
<div class="pf-v6-l-flex pf-m-column pf-m-spacer-md">
|
|
291
|
-
<div class="pf-v6-c-skeleton"
|
|
291
|
+
<div class="pf-v6-c-skeleton">
|
|
292
|
+
<span class="pf-v6-screen-reader">Loading card content</span>
|
|
293
|
+
</div>
|
|
292
294
|
<div class="pf-v6-c-skeleton pf-m-width-66"></div>
|
|
293
295
|
<div class="pf-v6-c-skeleton pf-m-width-25"></div>
|
|
294
296
|
<div class="pf-v6-c-skeleton pf-m-width-50"></div>
|
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.3.0-prerelease.
|
|
4
|
+
"version": "6.3.0-prerelease.50",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@commitlint/config-conventional": "^19.1.0",
|
|
48
48
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
49
49
|
"@octokit/rest": "^20.1.0",
|
|
50
|
-
"@patternfly/documentation-framework": "6.
|
|
50
|
+
"@patternfly/documentation-framework": "6.18.2",
|
|
51
51
|
"@patternfly/patternfly-a11y": "5.1.0",
|
|
52
52
|
"@patternfly/react-code-editor": "6.3.1",
|
|
53
53
|
"@patternfly/react-core": "6.3.1",
|
|
@@ -9695,6 +9695,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
9695
9695
|
text-decoration-line: var(--pf-v6-c-button--hover--TextDecorationLine);
|
|
9696
9696
|
text-decoration-style: var(--pf-v6-c-button--hover--TextDecorationStyle);
|
|
9697
9697
|
text-decoration-color: var(--pf-v6-c-button--hover--TextDecorationColor);
|
|
9698
|
+
outline-offset: var(--pf-t--global--focus-ring--position--offset);
|
|
9698
9699
|
}
|
|
9699
9700
|
.pf-v6-c-button:active, .pf-v6-c-button.pf-m-clicked {
|
|
9700
9701
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--m-clicked--Color);
|
|
@@ -10276,7 +10277,6 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
10276
10277
|
}
|
|
10277
10278
|
|
|
10278
10279
|
.pf-v6-c-card__title-text {
|
|
10279
|
-
overflow: auto;
|
|
10280
10280
|
font-family: var(--pf-v6-c-card__title-text--FontFamily);
|
|
10281
10281
|
font-size: var(--pf-v6-c-card__title-text--FontSize);
|
|
10282
10282
|
font-weight: var(--pf-v6-c-card__title-text--FontWeight);
|
package/patternfly.css
CHANGED
|
@@ -9835,6 +9835,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
9835
9835
|
text-decoration-line: var(--pf-v6-c-button--hover--TextDecorationLine);
|
|
9836
9836
|
text-decoration-style: var(--pf-v6-c-button--hover--TextDecorationStyle);
|
|
9837
9837
|
text-decoration-color: var(--pf-v6-c-button--hover--TextDecorationColor);
|
|
9838
|
+
outline-offset: var(--pf-t--global--focus-ring--position--offset);
|
|
9838
9839
|
}
|
|
9839
9840
|
.pf-v6-c-button:active, .pf-v6-c-button.pf-m-clicked {
|
|
9840
9841
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--m-clicked--Color);
|
|
@@ -10416,7 +10417,6 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
10416
10417
|
}
|
|
10417
10418
|
|
|
10418
10419
|
.pf-v6-c-card__title-text {
|
|
10419
|
-
overflow: auto;
|
|
10420
10420
|
font-family: var(--pf-v6-c-card__title-text--FontFamily);
|
|
10421
10421
|
font-size: var(--pf-v6-c-card__title-text--FontSize);
|
|
10422
10422
|
font-weight: var(--pf-v6-c-card__title-text--FontWeight);
|