@patternfly/patternfly 6.3.0-prerelease.64 → 6.3.0-prerelease.66

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.
@@ -1435,7 +1435,6 @@ wrapperTag: div
1435
1435
  <button
1436
1436
  class="pf-v6-c-button pf-m-plain"
1437
1437
  type="button"
1438
- aria-label="Toggle jump links"
1439
1438
  >
1440
1439
  <span class="pf-v6-c-button__icon pf-m-start">
1441
1440
  <span class="pf-v6-c-jump-links__toggle-icon">
@@ -1857,7 +1856,6 @@ wrapperTag: div
1857
1856
  <button
1858
1857
  class="pf-v6-c-button pf-m-plain"
1859
1858
  type="button"
1860
- aria-label="Toggle jump links"
1861
1859
  >
1862
1860
  <span class="pf-v6-c-button__icon pf-m-start">
1863
1861
  <span class="pf-v6-c-jump-links__toggle-icon">
@@ -300,7 +300,6 @@ section: components
300
300
  <button
301
301
  class="pf-v6-c-button pf-m-plain"
302
302
  type="button"
303
- aria-label="Toggle jump links"
304
303
  >
305
304
  <span class="pf-v6-c-button__icon pf-m-start">
306
305
  <span class="pf-v6-c-jump-links__toggle-icon">
@@ -734,7 +733,6 @@ section: components
734
733
  <button
735
734
  class="pf-v6-c-button pf-m-plain"
736
735
  type="button"
737
- aria-label="Toggle jump links"
738
736
  >
739
737
  <span class="pf-v6-c-button__icon pf-m-start">
740
738
  <span class="pf-v6-c-jump-links__toggle-icon">
@@ -1168,7 +1166,6 @@ section: components
1168
1166
  <button
1169
1167
  class="pf-v6-c-button pf-m-plain"
1170
1168
  type="button"
1171
- aria-label="Toggle jump links"
1172
1169
  >
1173
1170
  <span class="pf-v6-c-button__icon pf-m-start">
1174
1171
  <span class="pf-v6-c-jump-links__toggle-icon">
@@ -1939,7 +1936,6 @@ section: components
1939
1936
  <button
1940
1937
  class="pf-v6-c-button pf-m-plain"
1941
1938
  type="button"
1942
- aria-label="Toggle jump links"
1943
1939
  >
1944
1940
  <span class="pf-v6-c-button__icon pf-m-start">
1945
1941
  <span class="pf-v6-c-jump-links__toggle-icon">
@@ -2361,7 +2357,6 @@ section: components
2361
2357
  <button
2362
2358
  class="pf-v6-c-button pf-m-plain"
2363
2359
  type="button"
2364
- aria-label="Toggle jump links"
2365
2360
  >
2366
2361
  <span class="pf-v6-c-button__icon pf-m-start">
2367
2362
  <span class="pf-v6-c-jump-links__toggle-icon">
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.64",
4
+ "version": "6.3.0-prerelease.66",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "engines": {
@@ -51,7 +51,7 @@
51
51
  "@commitlint/config-conventional": "^19.1.0",
52
52
  "@fortawesome/fontawesome": "^1.1.8",
53
53
  "@octokit/rest": "^20.1.0",
54
- "@patternfly/documentation-framework": "6.22.4",
54
+ "@patternfly/documentation-framework": "6.22.6",
55
55
  "@patternfly/patternfly-a11y": "5.1.0",
56
56
  "@patternfly/react-code-editor": "6.3.1",
57
57
  "@patternfly/react-core": "6.3.1",
@@ -16255,6 +16255,12 @@ ul) {
16255
16255
  .pf-v6-c-form-control > :is(input, select) {
16256
16256
  text-overflow: ellipsis;
16257
16257
  }
16258
+ .pf-v6-c-form-control > select {
16259
+ background-color: var(--pf-v6-c-form-control--BackgroundColor);
16260
+ }
16261
+ .pf-v6-c-form-control > select * {
16262
+ color: var(--pf-v6-c-form-control--Color);
16263
+ }
16258
16264
  .pf-v6-c-form-control:has(input) {
16259
16265
  --pf-v6-c-form-control--PaddingBlockStart: var(--pf-v6-c-form-control__input--PaddingBlockStart);
16260
16266
  --pf-v6-c-form-control--PaddingBlockEnd: var(--pf-v6-c-form-control__input--PaddingBlockEnd);
@@ -16400,7 +16406,6 @@ ul) {
16400
16406
  --pf-v6-c-form-control--PaddingInlineStart: var(--pf-v6-c-form-control__select--PaddingInlineStart);
16401
16407
  --pf-v6-c-form-control--PaddingInlineEnd: calc(var(--pf-v6-c-form-control__select--PaddingInlineEnd) + var(--pf-v6-c-form-control__icon--FontSize));
16402
16408
  --pf-v6-c-form-control__utilities--PaddingInlineEnd: var(--pf-v6-c-form-control__utilities--select--PaddingInlineEnd);
16403
- background-color: var(--pf-v6-c-form-control--BackgroundColor);
16404
16409
  }
16405
16410
  .pf-v6-c-form-control:has(select) .pf-v6-c-form-control__utilities {
16406
16411
  padding-inline-end: var(--pf-v6-c-form-control__utilities--select--PaddingInlineEnd);
package/patternfly.css CHANGED
@@ -16395,6 +16395,12 @@ ul) {
16395
16395
  .pf-v6-c-form-control > :is(input, select) {
16396
16396
  text-overflow: ellipsis;
16397
16397
  }
16398
+ .pf-v6-c-form-control > select {
16399
+ background-color: var(--pf-v6-c-form-control--BackgroundColor);
16400
+ }
16401
+ .pf-v6-c-form-control > select * {
16402
+ color: var(--pf-v6-c-form-control--Color);
16403
+ }
16398
16404
  .pf-v6-c-form-control:has(input) {
16399
16405
  --pf-v6-c-form-control--PaddingBlockStart: var(--pf-v6-c-form-control__input--PaddingBlockStart);
16400
16406
  --pf-v6-c-form-control--PaddingBlockEnd: var(--pf-v6-c-form-control__input--PaddingBlockEnd);
@@ -16540,7 +16546,6 @@ ul) {
16540
16546
  --pf-v6-c-form-control--PaddingInlineStart: var(--pf-v6-c-form-control__select--PaddingInlineStart);
16541
16547
  --pf-v6-c-form-control--PaddingInlineEnd: calc(var(--pf-v6-c-form-control__select--PaddingInlineEnd) + var(--pf-v6-c-form-control__icon--FontSize));
16542
16548
  --pf-v6-c-form-control__utilities--PaddingInlineEnd: var(--pf-v6-c-form-control__utilities--select--PaddingInlineEnd);
16543
- background-color: var(--pf-v6-c-form-control--BackgroundColor);
16544
16549
  }
16545
16550
  .pf-v6-c-form-control:has(select) .pf-v6-c-form-control__utilities {
16546
16551
  padding-inline-end: var(--pf-v6-c-form-control__utilities--select--PaddingInlineEnd);