@patternfly/react-tokens 6.3.0 → 6.3.1

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 (34) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/esm/c_table.d.ts +31 -8
  3. package/dist/esm/c_table.js +31 -8
  4. package/dist/esm/c_table__thead__toggle_PaddingBlockEnd.d.ts +1 -1
  5. package/dist/esm/c_table__thead__toggle_PaddingBlockEnd.js +1 -1
  6. package/dist/esm/c_table__thead__toggle_PaddingBlockStart.d.ts +6 -0
  7. package/dist/esm/c_table__thead__toggle_PaddingBlockStart.js +6 -0
  8. package/dist/esm/c_table__toggle_PaddingBlockEnd.d.ts +1 -1
  9. package/dist/esm/c_table__toggle_PaddingBlockEnd.js +1 -1
  10. package/dist/esm/c_table__toggle_PaddingBlockStart.d.ts +1 -1
  11. package/dist/esm/c_table__toggle_PaddingBlockStart.js +1 -1
  12. package/dist/esm/c_text_input_group.d.ts +32 -0
  13. package/dist/esm/c_text_input_group.js +32 -0
  14. package/dist/esm/c_text_input_group__text_input_Color.d.ts +6 -0
  15. package/dist/esm/c_text_input_group__text_input_Color.js +6 -0
  16. package/dist/esm/index.d.ts +2 -0
  17. package/dist/esm/index.js +2 -0
  18. package/dist/js/c_table.d.ts +31 -8
  19. package/dist/js/c_table.js +31 -8
  20. package/dist/js/c_table__thead__toggle_PaddingBlockEnd.d.ts +1 -1
  21. package/dist/js/c_table__thead__toggle_PaddingBlockEnd.js +1 -1
  22. package/dist/js/c_table__thead__toggle_PaddingBlockStart.d.ts +6 -0
  23. package/dist/js/c_table__thead__toggle_PaddingBlockStart.js +8 -0
  24. package/dist/js/c_table__toggle_PaddingBlockEnd.d.ts +1 -1
  25. package/dist/js/c_table__toggle_PaddingBlockEnd.js +1 -1
  26. package/dist/js/c_table__toggle_PaddingBlockStart.d.ts +1 -1
  27. package/dist/js/c_table__toggle_PaddingBlockStart.js +1 -1
  28. package/dist/js/c_text_input_group.d.ts +32 -0
  29. package/dist/js/c_text_input_group.js +32 -0
  30. package/dist/js/c_text_input_group__text_input_Color.d.ts +6 -0
  31. package/dist/js/c_text_input_group__text_input_Color.js +8 -0
  32. package/dist/js/index.d.ts +2 -0
  33. package/dist/js/index.js +2 -0
  34. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 6.3.1 (2025-08-05)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-tokens
9
+
6
10
  # 6.3.0 (2025-07-22)
7
11
 
8
12
  **Note:** Version bump only for package @patternfly/react-tokens
@@ -105,13 +105,24 @@ export const c_table: {
105
105
  "500"
106
106
  ]
107
107
  },
108
+ "c_table__thead__toggle_PaddingBlockStart": {
109
+ "name": "--pf-v6-c-table__thead__toggle--PaddingBlockStart",
110
+ "value": "1rem",
111
+ "values": [
112
+ "--pf-v6-c-table--cell--Padding--base",
113
+ "--pf-t--global--spacer--md",
114
+ "--pf-t--global--spacer--300",
115
+ "1rem"
116
+ ]
117
+ },
108
118
  "c_table__thead__toggle_PaddingBlockEnd": {
109
119
  "name": "--pf-v6-c-table__thead__toggle--PaddingBlockEnd",
110
- "value": "0.25rem",
120
+ "value": "1rem",
111
121
  "values": [
112
- "--pf-t--global--spacer--xs",
113
- "--pf-t--global--spacer--100",
114
- "0.25rem"
122
+ "--pf-v6-c-table--cell--Padding--base",
123
+ "--pf-t--global--spacer--md",
124
+ "--pf-t--global--spacer--300",
125
+ "1rem"
115
126
  ]
116
127
  },
117
128
  "c_table__tbody_cell_PaddingBlockStart": {
@@ -2104,14 +2115,26 @@ export const c_table: {
2104
2115
  "name": "--pf-v6-c-table__tr--BorderBlockEndWidth",
2105
2116
  "value": "0"
2106
2117
  },
2118
+ "c_table__toggle_PaddingBlockStart": {
2119
+ "name": "--pf-v6-c-table__toggle--PaddingBlockStart",
2120
+ "value": "1rem",
2121
+ "values": [
2122
+ "--pf-v6-c-table__thead__toggle--PaddingBlockStart",
2123
+ "--pf-v6-c-table--cell--Padding--base",
2124
+ "--pf-t--global--spacer--md",
2125
+ "--pf-t--global--spacer--300",
2126
+ "1rem"
2127
+ ]
2128
+ },
2107
2129
  "c_table__toggle_PaddingBlockEnd": {
2108
2130
  "name": "--pf-v6-c-table__toggle--PaddingBlockEnd",
2109
- "value": "0.25rem",
2131
+ "value": "1rem",
2110
2132
  "values": [
2111
2133
  "--pf-v6-c-table__thead__toggle--PaddingBlockEnd",
2112
- "--pf-t--global--spacer--xs",
2113
- "--pf-t--global--spacer--100",
2114
- "0.25rem"
2134
+ "--pf-v6-c-table--cell--Padding--base",
2135
+ "--pf-t--global--spacer--md",
2136
+ "--pf-t--global--spacer--300",
2137
+ "1rem"
2115
2138
  ]
2116
2139
  }
2117
2140
  },
@@ -105,13 +105,24 @@ export const c_table = {
105
105
  "500"
106
106
  ]
107
107
  },
108
+ "c_table__thead__toggle_PaddingBlockStart": {
109
+ "name": "--pf-v6-c-table__thead__toggle--PaddingBlockStart",
110
+ "value": "1rem",
111
+ "values": [
112
+ "--pf-v6-c-table--cell--Padding--base",
113
+ "--pf-t--global--spacer--md",
114
+ "--pf-t--global--spacer--300",
115
+ "1rem"
116
+ ]
117
+ },
108
118
  "c_table__thead__toggle_PaddingBlockEnd": {
109
119
  "name": "--pf-v6-c-table__thead__toggle--PaddingBlockEnd",
110
- "value": "0.25rem",
120
+ "value": "1rem",
111
121
  "values": [
112
- "--pf-t--global--spacer--xs",
113
- "--pf-t--global--spacer--100",
114
- "0.25rem"
122
+ "--pf-v6-c-table--cell--Padding--base",
123
+ "--pf-t--global--spacer--md",
124
+ "--pf-t--global--spacer--300",
125
+ "1rem"
115
126
  ]
116
127
  },
117
128
  "c_table__tbody_cell_PaddingBlockStart": {
@@ -2104,14 +2115,26 @@ export const c_table = {
2104
2115
  "name": "--pf-v6-c-table__tr--BorderBlockEndWidth",
2105
2116
  "value": "0"
2106
2117
  },
2118
+ "c_table__toggle_PaddingBlockStart": {
2119
+ "name": "--pf-v6-c-table__toggle--PaddingBlockStart",
2120
+ "value": "1rem",
2121
+ "values": [
2122
+ "--pf-v6-c-table__thead__toggle--PaddingBlockStart",
2123
+ "--pf-v6-c-table--cell--Padding--base",
2124
+ "--pf-t--global--spacer--md",
2125
+ "--pf-t--global--spacer--300",
2126
+ "1rem"
2127
+ ]
2128
+ },
2107
2129
  "c_table__toggle_PaddingBlockEnd": {
2108
2130
  "name": "--pf-v6-c-table__toggle--PaddingBlockEnd",
2109
- "value": "0.25rem",
2131
+ "value": "1rem",
2110
2132
  "values": [
2111
2133
  "--pf-v6-c-table__thead__toggle--PaddingBlockEnd",
2112
- "--pf-t--global--spacer--xs",
2113
- "--pf-t--global--spacer--100",
2114
- "0.25rem"
2134
+ "--pf-v6-c-table--cell--Padding--base",
2135
+ "--pf-t--global--spacer--md",
2136
+ "--pf-t--global--spacer--300",
2137
+ "1rem"
2115
2138
  ]
2116
2139
  }
2117
2140
  },
@@ -1,6 +1,6 @@
1
1
  export const c_table__thead__toggle_PaddingBlockEnd: {
2
2
  "name": "--pf-v6-c-table__thead__toggle--PaddingBlockEnd",
3
- "value": "0.25rem",
3
+ "value": "1rem",
4
4
  "var": "var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd)"
5
5
  };
6
6
  export default c_table__thead__toggle_PaddingBlockEnd;
@@ -1,6 +1,6 @@
1
1
  export const c_table__thead__toggle_PaddingBlockEnd = {
2
2
  "name": "--pf-v6-c-table__thead__toggle--PaddingBlockEnd",
3
- "value": "0.25rem",
3
+ "value": "1rem",
4
4
  "var": "var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd)"
5
5
  };
6
6
  export default c_table__thead__toggle_PaddingBlockEnd;
@@ -0,0 +1,6 @@
1
+ export const c_table__thead__toggle_PaddingBlockStart: {
2
+ "name": "--pf-v6-c-table__thead__toggle--PaddingBlockStart",
3
+ "value": "1rem",
4
+ "var": "var(--pf-v6-c-table__thead__toggle--PaddingBlockStart)"
5
+ };
6
+ export default c_table__thead__toggle_PaddingBlockStart;
@@ -0,0 +1,6 @@
1
+ export const c_table__thead__toggle_PaddingBlockStart = {
2
+ "name": "--pf-v6-c-table__thead__toggle--PaddingBlockStart",
3
+ "value": "1rem",
4
+ "var": "var(--pf-v6-c-table__thead__toggle--PaddingBlockStart)"
5
+ };
6
+ export default c_table__thead__toggle_PaddingBlockStart;
@@ -1,6 +1,6 @@
1
1
  export const c_table__toggle_PaddingBlockEnd: {
2
2
  "name": "--pf-v6-c-table__toggle--PaddingBlockEnd",
3
- "value": "0.25rem",
3
+ "value": "1rem",
4
4
  "var": "var(--pf-v6-c-table__toggle--PaddingBlockEnd)"
5
5
  };
6
6
  export default c_table__toggle_PaddingBlockEnd;
@@ -1,6 +1,6 @@
1
1
  export const c_table__toggle_PaddingBlockEnd = {
2
2
  "name": "--pf-v6-c-table__toggle--PaddingBlockEnd",
3
- "value": "0.25rem",
3
+ "value": "1rem",
4
4
  "var": "var(--pf-v6-c-table__toggle--PaddingBlockEnd)"
5
5
  };
6
6
  export default c_table__toggle_PaddingBlockEnd;
@@ -1,6 +1,6 @@
1
1
  export const c_table__toggle_PaddingBlockStart: {
2
2
  "name": "--pf-v6-c-table__toggle--PaddingBlockStart",
3
- "value": "0.5rem",
3
+ "value": "1rem",
4
4
  "var": "var(--pf-v6-c-table__toggle--PaddingBlockStart)"
5
5
  };
6
6
  export default c_table__toggle_PaddingBlockStart;
@@ -1,6 +1,6 @@
1
1
  export const c_table__toggle_PaddingBlockStart = {
2
2
  "name": "--pf-v6-c-table__toggle--PaddingBlockStart",
3
- "value": "0.5rem",
3
+ "value": "1rem",
4
4
  "var": "var(--pf-v6-c-table__toggle--PaddingBlockStart)"
5
5
  };
6
6
  export default c_table__toggle_PaddingBlockStart;
@@ -321,6 +321,16 @@ export const c_text_input_group: {
321
321
  "#4d4d4d"
322
322
  ]
323
323
  },
324
+ "c_text_input_group__text_input_Color": {
325
+ "name": "--pf-v6-c-text-input-group__text-input--Color",
326
+ "value": "#151515",
327
+ "values": [
328
+ "--pf-t--global--text--color--regular",
329
+ "--pf-t--global--text--color--100",
330
+ "--pf-t--color--gray--95",
331
+ "#151515"
332
+ ]
333
+ },
324
334
  "c_text_input_group__text_input_placeholder_Color": {
325
335
  "name": "--pf-v6-c-text-input-group__text-input--placeholder--Color",
326
336
  "value": "#4d4d4d",
@@ -498,6 +508,28 @@ export const c_text_input_group: {
498
508
  "#4d4d4d"
499
509
  ]
500
510
  },
511
+ "c_text_input_group__text_input_Color": {
512
+ "name": "--pf-v6-c-text-input-group__text-input--Color",
513
+ "value": "#4d4d4d",
514
+ "values": [
515
+ "--pf-v6-c-text-input-group--m-disabled--Color",
516
+ "--pf-t--global--text--color--on-disabled",
517
+ "--pf-t--global--color--disabled--300",
518
+ "--pf-t--color--gray--60",
519
+ "#4d4d4d"
520
+ ]
521
+ },
522
+ "c_text_input_group__text_input_placeholder_Color": {
523
+ "name": "--pf-v6-c-text-input-group__text-input--placeholder--Color",
524
+ "value": "#4d4d4d",
525
+ "values": [
526
+ "--pf-v6-c-text-input-group--m-disabled--Color",
527
+ "--pf-t--global--text--color--on-disabled",
528
+ "--pf-t--global--color--disabled--300",
529
+ "--pf-t--color--gray--60",
530
+ "#4d4d4d"
531
+ ]
532
+ },
501
533
  "c_text_input_group__icon_Color": {
502
534
  "name": "--pf-v6-c-text-input-group__icon--Color",
503
535
  "value": "#4d4d4d",
@@ -321,6 +321,16 @@ export const c_text_input_group = {
321
321
  "#4d4d4d"
322
322
  ]
323
323
  },
324
+ "c_text_input_group__text_input_Color": {
325
+ "name": "--pf-v6-c-text-input-group__text-input--Color",
326
+ "value": "#151515",
327
+ "values": [
328
+ "--pf-t--global--text--color--regular",
329
+ "--pf-t--global--text--color--100",
330
+ "--pf-t--color--gray--95",
331
+ "#151515"
332
+ ]
333
+ },
324
334
  "c_text_input_group__text_input_placeholder_Color": {
325
335
  "name": "--pf-v6-c-text-input-group__text-input--placeholder--Color",
326
336
  "value": "#4d4d4d",
@@ -498,6 +508,28 @@ export const c_text_input_group = {
498
508
  "#4d4d4d"
499
509
  ]
500
510
  },
511
+ "c_text_input_group__text_input_Color": {
512
+ "name": "--pf-v6-c-text-input-group__text-input--Color",
513
+ "value": "#4d4d4d",
514
+ "values": [
515
+ "--pf-v6-c-text-input-group--m-disabled--Color",
516
+ "--pf-t--global--text--color--on-disabled",
517
+ "--pf-t--global--color--disabled--300",
518
+ "--pf-t--color--gray--60",
519
+ "#4d4d4d"
520
+ ]
521
+ },
522
+ "c_text_input_group__text_input_placeholder_Color": {
523
+ "name": "--pf-v6-c-text-input-group__text-input--placeholder--Color",
524
+ "value": "#4d4d4d",
525
+ "values": [
526
+ "--pf-v6-c-text-input-group--m-disabled--Color",
527
+ "--pf-t--global--text--color--on-disabled",
528
+ "--pf-t--global--color--disabled--300",
529
+ "--pf-t--color--gray--60",
530
+ "#4d4d4d"
531
+ ]
532
+ },
501
533
  "c_text_input_group__icon_Color": {
502
534
  "name": "--pf-v6-c-text-input-group__icon--Color",
503
535
  "value": "#4d4d4d",
@@ -0,0 +1,6 @@
1
+ export const c_text_input_group__text_input_Color: {
2
+ "name": "--pf-v6-c-text-input-group__text-input--Color",
3
+ "value": "#4d4d4d",
4
+ "var": "var(--pf-v6-c-text-input-group__text-input--Color)"
5
+ };
6
+ export default c_text_input_group__text_input_Color;
@@ -0,0 +1,6 @@
1
+ export const c_text_input_group__text_input_Color = {
2
+ "name": "--pf-v6-c-text-input-group__text-input--Color",
3
+ "value": "#4d4d4d",
4
+ "var": "var(--pf-v6-c-text-input-group__text-input--Color)"
5
+ };
6
+ export default c_text_input_group__text_input_Color;
@@ -3628,6 +3628,7 @@ export { c_table__caption_PaddingBlockEnd } from './c_table__caption_PaddingBloc
3628
3628
  export { c_table__caption_PaddingInlineStart } from './c_table__caption_PaddingInlineStart';
3629
3629
  export { c_table__thead_cell_FontSize } from './c_table__thead_cell_FontSize';
3630
3630
  export { c_table__thead_cell_FontWeight } from './c_table__thead_cell_FontWeight';
3631
+ export { c_table__thead__toggle_PaddingBlockStart } from './c_table__thead__toggle_PaddingBlockStart';
3631
3632
  export { c_table__thead__toggle_PaddingBlockEnd } from './c_table__thead__toggle_PaddingBlockEnd';
3632
3633
  export { c_table__tbody_cell_FontSize } from './c_table__tbody_cell_FontSize';
3633
3634
  export { c_table__tr_BorderBlockEndColor } from './c_table__tr_BorderBlockEndColor';
@@ -3942,6 +3943,7 @@ export { c_text_input_group__text_input_PaddingBlockEnd } from './c_text_input_g
3942
3943
  export { c_text_input_group__text_input_PaddingInlineStart } from './c_text_input_group__text_input_PaddingInlineStart';
3943
3944
  export { c_text_input_group__text_input_MinWidth } from './c_text_input_group__text_input_MinWidth';
3944
3945
  export { c_text_input_group__text_input_m_hint_Color } from './c_text_input_group__text_input_m_hint_Color';
3946
+ export { c_text_input_group__text_input_Color } from './c_text_input_group__text_input_Color';
3945
3947
  export { c_text_input_group__text_input_placeholder_Color } from './c_text_input_group__text_input_placeholder_Color';
3946
3948
  export { c_text_input_group__text_input_BackgroundColor } from './c_text_input_group__text_input_BackgroundColor';
3947
3949
  export { c_text_input_group__text_input_OutlineOffset } from './c_text_input_group__text_input_OutlineOffset';
package/dist/esm/index.js CHANGED
@@ -3628,6 +3628,7 @@ export { c_table__caption_PaddingBlockEnd } from './c_table__caption_PaddingBloc
3628
3628
  export { c_table__caption_PaddingInlineStart } from './c_table__caption_PaddingInlineStart';
3629
3629
  export { c_table__thead_cell_FontSize } from './c_table__thead_cell_FontSize';
3630
3630
  export { c_table__thead_cell_FontWeight } from './c_table__thead_cell_FontWeight';
3631
+ export { c_table__thead__toggle_PaddingBlockStart } from './c_table__thead__toggle_PaddingBlockStart';
3631
3632
  export { c_table__thead__toggle_PaddingBlockEnd } from './c_table__thead__toggle_PaddingBlockEnd';
3632
3633
  export { c_table__tbody_cell_FontSize } from './c_table__tbody_cell_FontSize';
3633
3634
  export { c_table__tr_BorderBlockEndColor } from './c_table__tr_BorderBlockEndColor';
@@ -3942,6 +3943,7 @@ export { c_text_input_group__text_input_PaddingBlockEnd } from './c_text_input_g
3942
3943
  export { c_text_input_group__text_input_PaddingInlineStart } from './c_text_input_group__text_input_PaddingInlineStart';
3943
3944
  export { c_text_input_group__text_input_MinWidth } from './c_text_input_group__text_input_MinWidth';
3944
3945
  export { c_text_input_group__text_input_m_hint_Color } from './c_text_input_group__text_input_m_hint_Color';
3946
+ export { c_text_input_group__text_input_Color } from './c_text_input_group__text_input_Color';
3945
3947
  export { c_text_input_group__text_input_placeholder_Color } from './c_text_input_group__text_input_placeholder_Color';
3946
3948
  export { c_text_input_group__text_input_BackgroundColor } from './c_text_input_group__text_input_BackgroundColor';
3947
3949
  export { c_text_input_group__text_input_OutlineOffset } from './c_text_input_group__text_input_OutlineOffset';
@@ -105,13 +105,24 @@ export const c_table: {
105
105
  "500"
106
106
  ]
107
107
  },
108
+ "c_table__thead__toggle_PaddingBlockStart": {
109
+ "name": "--pf-v6-c-table__thead__toggle--PaddingBlockStart",
110
+ "value": "1rem",
111
+ "values": [
112
+ "--pf-v6-c-table--cell--Padding--base",
113
+ "--pf-t--global--spacer--md",
114
+ "--pf-t--global--spacer--300",
115
+ "1rem"
116
+ ]
117
+ },
108
118
  "c_table__thead__toggle_PaddingBlockEnd": {
109
119
  "name": "--pf-v6-c-table__thead__toggle--PaddingBlockEnd",
110
- "value": "0.25rem",
120
+ "value": "1rem",
111
121
  "values": [
112
- "--pf-t--global--spacer--xs",
113
- "--pf-t--global--spacer--100",
114
- "0.25rem"
122
+ "--pf-v6-c-table--cell--Padding--base",
123
+ "--pf-t--global--spacer--md",
124
+ "--pf-t--global--spacer--300",
125
+ "1rem"
115
126
  ]
116
127
  },
117
128
  "c_table__tbody_cell_PaddingBlockStart": {
@@ -2104,14 +2115,26 @@ export const c_table: {
2104
2115
  "name": "--pf-v6-c-table__tr--BorderBlockEndWidth",
2105
2116
  "value": "0"
2106
2117
  },
2118
+ "c_table__toggle_PaddingBlockStart": {
2119
+ "name": "--pf-v6-c-table__toggle--PaddingBlockStart",
2120
+ "value": "1rem",
2121
+ "values": [
2122
+ "--pf-v6-c-table__thead__toggle--PaddingBlockStart",
2123
+ "--pf-v6-c-table--cell--Padding--base",
2124
+ "--pf-t--global--spacer--md",
2125
+ "--pf-t--global--spacer--300",
2126
+ "1rem"
2127
+ ]
2128
+ },
2107
2129
  "c_table__toggle_PaddingBlockEnd": {
2108
2130
  "name": "--pf-v6-c-table__toggle--PaddingBlockEnd",
2109
- "value": "0.25rem",
2131
+ "value": "1rem",
2110
2132
  "values": [
2111
2133
  "--pf-v6-c-table__thead__toggle--PaddingBlockEnd",
2112
- "--pf-t--global--spacer--xs",
2113
- "--pf-t--global--spacer--100",
2114
- "0.25rem"
2134
+ "--pf-v6-c-table--cell--Padding--base",
2135
+ "--pf-t--global--spacer--md",
2136
+ "--pf-t--global--spacer--300",
2137
+ "1rem"
2115
2138
  ]
2116
2139
  }
2117
2140
  },
@@ -107,13 +107,24 @@ exports.c_table = {
107
107
  "500"
108
108
  ]
109
109
  },
110
+ "c_table__thead__toggle_PaddingBlockStart": {
111
+ "name": "--pf-v6-c-table__thead__toggle--PaddingBlockStart",
112
+ "value": "1rem",
113
+ "values": [
114
+ "--pf-v6-c-table--cell--Padding--base",
115
+ "--pf-t--global--spacer--md",
116
+ "--pf-t--global--spacer--300",
117
+ "1rem"
118
+ ]
119
+ },
110
120
  "c_table__thead__toggle_PaddingBlockEnd": {
111
121
  "name": "--pf-v6-c-table__thead__toggle--PaddingBlockEnd",
112
- "value": "0.25rem",
122
+ "value": "1rem",
113
123
  "values": [
114
- "--pf-t--global--spacer--xs",
115
- "--pf-t--global--spacer--100",
116
- "0.25rem"
124
+ "--pf-v6-c-table--cell--Padding--base",
125
+ "--pf-t--global--spacer--md",
126
+ "--pf-t--global--spacer--300",
127
+ "1rem"
117
128
  ]
118
129
  },
119
130
  "c_table__tbody_cell_PaddingBlockStart": {
@@ -2106,14 +2117,26 @@ exports.c_table = {
2106
2117
  "name": "--pf-v6-c-table__tr--BorderBlockEndWidth",
2107
2118
  "value": "0"
2108
2119
  },
2120
+ "c_table__toggle_PaddingBlockStart": {
2121
+ "name": "--pf-v6-c-table__toggle--PaddingBlockStart",
2122
+ "value": "1rem",
2123
+ "values": [
2124
+ "--pf-v6-c-table__thead__toggle--PaddingBlockStart",
2125
+ "--pf-v6-c-table--cell--Padding--base",
2126
+ "--pf-t--global--spacer--md",
2127
+ "--pf-t--global--spacer--300",
2128
+ "1rem"
2129
+ ]
2130
+ },
2109
2131
  "c_table__toggle_PaddingBlockEnd": {
2110
2132
  "name": "--pf-v6-c-table__toggle--PaddingBlockEnd",
2111
- "value": "0.25rem",
2133
+ "value": "1rem",
2112
2134
  "values": [
2113
2135
  "--pf-v6-c-table__thead__toggle--PaddingBlockEnd",
2114
- "--pf-t--global--spacer--xs",
2115
- "--pf-t--global--spacer--100",
2116
- "0.25rem"
2136
+ "--pf-v6-c-table--cell--Padding--base",
2137
+ "--pf-t--global--spacer--md",
2138
+ "--pf-t--global--spacer--300",
2139
+ "1rem"
2117
2140
  ]
2118
2141
  }
2119
2142
  },
@@ -1,6 +1,6 @@
1
1
  export const c_table__thead__toggle_PaddingBlockEnd: {
2
2
  "name": "--pf-v6-c-table__thead__toggle--PaddingBlockEnd",
3
- "value": "0.25rem",
3
+ "value": "1rem",
4
4
  "var": "var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd)"
5
5
  };
6
6
  export default c_table__thead__toggle_PaddingBlockEnd;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_table__thead__toggle_PaddingBlockEnd = {
4
4
  "name": "--pf-v6-c-table__thead__toggle--PaddingBlockEnd",
5
- "value": "0.25rem",
5
+ "value": "1rem",
6
6
  "var": "var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd)"
7
7
  };
8
8
  exports["default"] = exports.c_table__thead__toggle_PaddingBlockEnd;
@@ -0,0 +1,6 @@
1
+ export const c_table__thead__toggle_PaddingBlockStart: {
2
+ "name": "--pf-v6-c-table__thead__toggle--PaddingBlockStart",
3
+ "value": "1rem",
4
+ "var": "var(--pf-v6-c-table__thead__toggle--PaddingBlockStart)"
5
+ };
6
+ export default c_table__thead__toggle_PaddingBlockStart;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_table__thead__toggle_PaddingBlockStart = {
4
+ "name": "--pf-v6-c-table__thead__toggle--PaddingBlockStart",
5
+ "value": "1rem",
6
+ "var": "var(--pf-v6-c-table__thead__toggle--PaddingBlockStart)"
7
+ };
8
+ exports["default"] = exports.c_table__thead__toggle_PaddingBlockStart;
@@ -1,6 +1,6 @@
1
1
  export const c_table__toggle_PaddingBlockEnd: {
2
2
  "name": "--pf-v6-c-table__toggle--PaddingBlockEnd",
3
- "value": "0.25rem",
3
+ "value": "1rem",
4
4
  "var": "var(--pf-v6-c-table__toggle--PaddingBlockEnd)"
5
5
  };
6
6
  export default c_table__toggle_PaddingBlockEnd;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_table__toggle_PaddingBlockEnd = {
4
4
  "name": "--pf-v6-c-table__toggle--PaddingBlockEnd",
5
- "value": "0.25rem",
5
+ "value": "1rem",
6
6
  "var": "var(--pf-v6-c-table__toggle--PaddingBlockEnd)"
7
7
  };
8
8
  exports["default"] = exports.c_table__toggle_PaddingBlockEnd;
@@ -1,6 +1,6 @@
1
1
  export const c_table__toggle_PaddingBlockStart: {
2
2
  "name": "--pf-v6-c-table__toggle--PaddingBlockStart",
3
- "value": "0.5rem",
3
+ "value": "1rem",
4
4
  "var": "var(--pf-v6-c-table__toggle--PaddingBlockStart)"
5
5
  };
6
6
  export default c_table__toggle_PaddingBlockStart;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_table__toggle_PaddingBlockStart = {
4
4
  "name": "--pf-v6-c-table__toggle--PaddingBlockStart",
5
- "value": "0.5rem",
5
+ "value": "1rem",
6
6
  "var": "var(--pf-v6-c-table__toggle--PaddingBlockStart)"
7
7
  };
8
8
  exports["default"] = exports.c_table__toggle_PaddingBlockStart;
@@ -321,6 +321,16 @@ export const c_text_input_group: {
321
321
  "#4d4d4d"
322
322
  ]
323
323
  },
324
+ "c_text_input_group__text_input_Color": {
325
+ "name": "--pf-v6-c-text-input-group__text-input--Color",
326
+ "value": "#151515",
327
+ "values": [
328
+ "--pf-t--global--text--color--regular",
329
+ "--pf-t--global--text--color--100",
330
+ "--pf-t--color--gray--95",
331
+ "#151515"
332
+ ]
333
+ },
324
334
  "c_text_input_group__text_input_placeholder_Color": {
325
335
  "name": "--pf-v6-c-text-input-group__text-input--placeholder--Color",
326
336
  "value": "#4d4d4d",
@@ -498,6 +508,28 @@ export const c_text_input_group: {
498
508
  "#4d4d4d"
499
509
  ]
500
510
  },
511
+ "c_text_input_group__text_input_Color": {
512
+ "name": "--pf-v6-c-text-input-group__text-input--Color",
513
+ "value": "#4d4d4d",
514
+ "values": [
515
+ "--pf-v6-c-text-input-group--m-disabled--Color",
516
+ "--pf-t--global--text--color--on-disabled",
517
+ "--pf-t--global--color--disabled--300",
518
+ "--pf-t--color--gray--60",
519
+ "#4d4d4d"
520
+ ]
521
+ },
522
+ "c_text_input_group__text_input_placeholder_Color": {
523
+ "name": "--pf-v6-c-text-input-group__text-input--placeholder--Color",
524
+ "value": "#4d4d4d",
525
+ "values": [
526
+ "--pf-v6-c-text-input-group--m-disabled--Color",
527
+ "--pf-t--global--text--color--on-disabled",
528
+ "--pf-t--global--color--disabled--300",
529
+ "--pf-t--color--gray--60",
530
+ "#4d4d4d"
531
+ ]
532
+ },
501
533
  "c_text_input_group__icon_Color": {
502
534
  "name": "--pf-v6-c-text-input-group__icon--Color",
503
535
  "value": "#4d4d4d",
@@ -323,6 +323,16 @@ exports.c_text_input_group = {
323
323
  "#4d4d4d"
324
324
  ]
325
325
  },
326
+ "c_text_input_group__text_input_Color": {
327
+ "name": "--pf-v6-c-text-input-group__text-input--Color",
328
+ "value": "#151515",
329
+ "values": [
330
+ "--pf-t--global--text--color--regular",
331
+ "--pf-t--global--text--color--100",
332
+ "--pf-t--color--gray--95",
333
+ "#151515"
334
+ ]
335
+ },
326
336
  "c_text_input_group__text_input_placeholder_Color": {
327
337
  "name": "--pf-v6-c-text-input-group__text-input--placeholder--Color",
328
338
  "value": "#4d4d4d",
@@ -500,6 +510,28 @@ exports.c_text_input_group = {
500
510
  "#4d4d4d"
501
511
  ]
502
512
  },
513
+ "c_text_input_group__text_input_Color": {
514
+ "name": "--pf-v6-c-text-input-group__text-input--Color",
515
+ "value": "#4d4d4d",
516
+ "values": [
517
+ "--pf-v6-c-text-input-group--m-disabled--Color",
518
+ "--pf-t--global--text--color--on-disabled",
519
+ "--pf-t--global--color--disabled--300",
520
+ "--pf-t--color--gray--60",
521
+ "#4d4d4d"
522
+ ]
523
+ },
524
+ "c_text_input_group__text_input_placeholder_Color": {
525
+ "name": "--pf-v6-c-text-input-group__text-input--placeholder--Color",
526
+ "value": "#4d4d4d",
527
+ "values": [
528
+ "--pf-v6-c-text-input-group--m-disabled--Color",
529
+ "--pf-t--global--text--color--on-disabled",
530
+ "--pf-t--global--color--disabled--300",
531
+ "--pf-t--color--gray--60",
532
+ "#4d4d4d"
533
+ ]
534
+ },
503
535
  "c_text_input_group__icon_Color": {
504
536
  "name": "--pf-v6-c-text-input-group__icon--Color",
505
537
  "value": "#4d4d4d",
@@ -0,0 +1,6 @@
1
+ export const c_text_input_group__text_input_Color: {
2
+ "name": "--pf-v6-c-text-input-group__text-input--Color",
3
+ "value": "#4d4d4d",
4
+ "var": "var(--pf-v6-c-text-input-group__text-input--Color)"
5
+ };
6
+ export default c_text_input_group__text_input_Color;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_text_input_group__text_input_Color = {
4
+ "name": "--pf-v6-c-text-input-group__text-input--Color",
5
+ "value": "#4d4d4d",
6
+ "var": "var(--pf-v6-c-text-input-group__text-input--Color)"
7
+ };
8
+ exports["default"] = exports.c_text_input_group__text_input_Color;
@@ -3628,6 +3628,7 @@ export { c_table__caption_PaddingBlockEnd } from './c_table__caption_PaddingBloc
3628
3628
  export { c_table__caption_PaddingInlineStart } from './c_table__caption_PaddingInlineStart';
3629
3629
  export { c_table__thead_cell_FontSize } from './c_table__thead_cell_FontSize';
3630
3630
  export { c_table__thead_cell_FontWeight } from './c_table__thead_cell_FontWeight';
3631
+ export { c_table__thead__toggle_PaddingBlockStart } from './c_table__thead__toggle_PaddingBlockStart';
3631
3632
  export { c_table__thead__toggle_PaddingBlockEnd } from './c_table__thead__toggle_PaddingBlockEnd';
3632
3633
  export { c_table__tbody_cell_FontSize } from './c_table__tbody_cell_FontSize';
3633
3634
  export { c_table__tr_BorderBlockEndColor } from './c_table__tr_BorderBlockEndColor';
@@ -3942,6 +3943,7 @@ export { c_text_input_group__text_input_PaddingBlockEnd } from './c_text_input_g
3942
3943
  export { c_text_input_group__text_input_PaddingInlineStart } from './c_text_input_group__text_input_PaddingInlineStart';
3943
3944
  export { c_text_input_group__text_input_MinWidth } from './c_text_input_group__text_input_MinWidth';
3944
3945
  export { c_text_input_group__text_input_m_hint_Color } from './c_text_input_group__text_input_m_hint_Color';
3946
+ export { c_text_input_group__text_input_Color } from './c_text_input_group__text_input_Color';
3945
3947
  export { c_text_input_group__text_input_placeholder_Color } from './c_text_input_group__text_input_placeholder_Color';
3946
3948
  export { c_text_input_group__text_input_BackgroundColor } from './c_text_input_group__text_input_BackgroundColor';
3947
3949
  export { c_text_input_group__text_input_OutlineOffset } from './c_text_input_group__text_input_OutlineOffset';
package/dist/js/index.js CHANGED
@@ -3633,6 +3633,7 @@ __export(require('./c_table__caption_PaddingBlockEnd'));
3633
3633
  __export(require('./c_table__caption_PaddingInlineStart'));
3634
3634
  __export(require('./c_table__thead_cell_FontSize'));
3635
3635
  __export(require('./c_table__thead_cell_FontWeight'));
3636
+ __export(require('./c_table__thead__toggle_PaddingBlockStart'));
3636
3637
  __export(require('./c_table__thead__toggle_PaddingBlockEnd'));
3637
3638
  __export(require('./c_table__tbody_cell_FontSize'));
3638
3639
  __export(require('./c_table__tr_BorderBlockEndColor'));
@@ -3947,6 +3948,7 @@ __export(require('./c_text_input_group__text_input_PaddingBlockEnd'));
3947
3948
  __export(require('./c_text_input_group__text_input_PaddingInlineStart'));
3948
3949
  __export(require('./c_text_input_group__text_input_MinWidth'));
3949
3950
  __export(require('./c_text_input_group__text_input_m_hint_Color'));
3951
+ __export(require('./c_text_input_group__text_input_Color'));
3950
3952
  __export(require('./c_text_input_group__text_input_placeholder_Color'));
3951
3953
  __export(require('./c_text_input_group__text_input_BackgroundColor'));
3952
3954
  __export(require('./c_text_input_group__text_input_OutlineOffset'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-tokens",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "description": "This library provides access to the design tokens of PatternFly 4 from JavaScript",
5
5
  "main": "dist/js/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@adobe/css-tools": "^4.4.2",
33
- "@patternfly/patternfly": "6.3.0-prerelease.41",
33
+ "@patternfly/patternfly": "6.3.1",
34
34
  "fs-extra": "^11.3.0"
35
35
  },
36
- "gitHead": "0652301cae338bfef026f04bada414d0a5c2ee79"
36
+ "gitHead": "08775efb8b882f3b2b6cf7b7221f41154875415b"
37
37
  }