@patternfly/react-tokens 6.3.1-prerelease.1 → 6.3.1-prerelease.2

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/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-prerelease.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.3.1-prerelease.1...@patternfly/react-tokens@6.3.1-prerelease.2) (2025-09-26)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-tokens
9
+
6
10
  ## [6.3.1-prerelease.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.3.1-prerelease.0...@patternfly/react-tokens@6.3.1-prerelease.1) (2025-09-24)
7
11
 
8
12
  **Note:** Version bump only for package @patternfly/react-tokens
@@ -372,6 +372,17 @@ export const c_code_editor: {
372
372
  "#ffffff"
373
373
  ]
374
374
  },
375
+ "c_code_editor_m_read_only__tab_BackgroundColor": {
376
+ "name": "--pf-v6-c-code-editor--m-read-only__tab--BackgroundColor",
377
+ "value": "#f2f2f2",
378
+ "values": [
379
+ "--pf-v6-c-code-editor--m-read-only__main--BackgroundColor",
380
+ "--pf-t--global--background--color--secondary--default",
381
+ "--pf-t--global--background--color--200",
382
+ "--pf-t--color--gray--10",
383
+ "#f2f2f2"
384
+ ]
385
+ },
375
386
  "c_code_editor__tab_Color": {
376
387
  "name": "--pf-v6-c-code-editor__tab--Color",
377
388
  "value": "#4d4d4d",
@@ -477,6 +488,18 @@ export const c_code_editor: {
477
488
  }
478
489
  },
479
490
  ".pf-v6-c-code-editor.pf-m-read-only": {
491
+ "c_code_editor__tab_BackgroundColor": {
492
+ "name": "--pf-v6-c-code-editor__tab--BackgroundColor",
493
+ "value": "#f2f2f2",
494
+ "values": [
495
+ "--pf-v6-c-code-editor--m-read-only__tab--BackgroundColor",
496
+ "--pf-v6-c-code-editor--m-read-only__main--BackgroundColor",
497
+ "--pf-t--global--background--color--secondary--default",
498
+ "--pf-t--global--background--color--200",
499
+ "--pf-t--color--gray--10",
500
+ "#f2f2f2"
501
+ ]
502
+ },
480
503
  "c_code_editor__main_BackgroundColor": {
481
504
  "name": "--pf-v6-c-code-editor__main--BackgroundColor",
482
505
  "value": "#f2f2f2",
@@ -490,6 +513,10 @@ export const c_code_editor: {
490
513
  }
491
514
  },
492
515
  ".pf-v6-c-code-editor__header.pf-m-plain": {
516
+ "c_code_editor__header_BorderWidth": {
517
+ "name": "--pf-v6-c-code-editor__header--BorderWidth",
518
+ "value": "0"
519
+ },
493
520
  "c_code_editor__header_content_BackgroundColor": {
494
521
  "name": "--pf-v6-c-code-editor__header-content--BackgroundColor",
495
522
  "value": "#ffffff",
@@ -372,6 +372,17 @@ export const c_code_editor = {
372
372
  "#ffffff"
373
373
  ]
374
374
  },
375
+ "c_code_editor_m_read_only__tab_BackgroundColor": {
376
+ "name": "--pf-v6-c-code-editor--m-read-only__tab--BackgroundColor",
377
+ "value": "#f2f2f2",
378
+ "values": [
379
+ "--pf-v6-c-code-editor--m-read-only__main--BackgroundColor",
380
+ "--pf-t--global--background--color--secondary--default",
381
+ "--pf-t--global--background--color--200",
382
+ "--pf-t--color--gray--10",
383
+ "#f2f2f2"
384
+ ]
385
+ },
375
386
  "c_code_editor__tab_Color": {
376
387
  "name": "--pf-v6-c-code-editor__tab--Color",
377
388
  "value": "#4d4d4d",
@@ -477,6 +488,18 @@ export const c_code_editor = {
477
488
  }
478
489
  },
479
490
  ".pf-v6-c-code-editor.pf-m-read-only": {
491
+ "c_code_editor__tab_BackgroundColor": {
492
+ "name": "--pf-v6-c-code-editor__tab--BackgroundColor",
493
+ "value": "#f2f2f2",
494
+ "values": [
495
+ "--pf-v6-c-code-editor--m-read-only__tab--BackgroundColor",
496
+ "--pf-v6-c-code-editor--m-read-only__main--BackgroundColor",
497
+ "--pf-t--global--background--color--secondary--default",
498
+ "--pf-t--global--background--color--200",
499
+ "--pf-t--color--gray--10",
500
+ "#f2f2f2"
501
+ ]
502
+ },
480
503
  "c_code_editor__main_BackgroundColor": {
481
504
  "name": "--pf-v6-c-code-editor__main--BackgroundColor",
482
505
  "value": "#f2f2f2",
@@ -490,6 +513,10 @@ export const c_code_editor = {
490
513
  }
491
514
  },
492
515
  ".pf-v6-c-code-editor__header.pf-m-plain": {
516
+ "c_code_editor__header_BorderWidth": {
517
+ "name": "--pf-v6-c-code-editor__header--BorderWidth",
518
+ "value": "0"
519
+ },
493
520
  "c_code_editor__header_content_BackgroundColor": {
494
521
  "name": "--pf-v6-c-code-editor__header-content--BackgroundColor",
495
522
  "value": "#ffffff",
@@ -1,6 +1,6 @@
1
1
  export const c_code_editor__header_BorderWidth: {
2
2
  "name": "--pf-v6-c-code-editor__header--BorderWidth",
3
- "value": "1px",
3
+ "value": "0",
4
4
  "var": "var(--pf-v6-c-code-editor__header--BorderWidth)"
5
5
  };
6
6
  export default c_code_editor__header_BorderWidth;
@@ -1,6 +1,6 @@
1
1
  export const c_code_editor__header_BorderWidth = {
2
2
  "name": "--pf-v6-c-code-editor__header--BorderWidth",
3
- "value": "1px",
3
+ "value": "0",
4
4
  "var": "var(--pf-v6-c-code-editor__header--BorderWidth)"
5
5
  };
6
6
  export default c_code_editor__header_BorderWidth;
@@ -1,6 +1,6 @@
1
1
  export const c_code_editor__tab_BackgroundColor: {
2
2
  "name": "--pf-v6-c-code-editor__tab--BackgroundColor",
3
- "value": "#ffffff",
3
+ "value": "#f2f2f2",
4
4
  "var": "var(--pf-v6-c-code-editor__tab--BackgroundColor)"
5
5
  };
6
6
  export default c_code_editor__tab_BackgroundColor;
@@ -1,6 +1,6 @@
1
1
  export const c_code_editor__tab_BackgroundColor = {
2
2
  "name": "--pf-v6-c-code-editor__tab--BackgroundColor",
3
- "value": "#ffffff",
3
+ "value": "#f2f2f2",
4
4
  "var": "var(--pf-v6-c-code-editor__tab--BackgroundColor)"
5
5
  };
6
6
  export default c_code_editor__tab_BackgroundColor;
@@ -0,0 +1,6 @@
1
+ export const c_code_editor_m_read_only__tab_BackgroundColor: {
2
+ "name": "--pf-v6-c-code-editor--m-read-only__tab--BackgroundColor",
3
+ "value": "#f2f2f2",
4
+ "var": "var(--pf-v6-c-code-editor--m-read-only__tab--BackgroundColor)"
5
+ };
6
+ export default c_code_editor_m_read_only__tab_BackgroundColor;
@@ -0,0 +1,6 @@
1
+ export const c_code_editor_m_read_only__tab_BackgroundColor = {
2
+ "name": "--pf-v6-c-code-editor--m-read-only__tab--BackgroundColor",
3
+ "value": "#f2f2f2",
4
+ "var": "var(--pf-v6-c-code-editor--m-read-only__tab--BackgroundColor)"
5
+ };
6
+ export default c_code_editor_m_read_only__tab_BackgroundColor;
@@ -987,6 +987,7 @@ export { c_code_editor__code_pre_FontFamily } from './c_code_editor__code_pre_Fo
987
987
  export { c_code_editor__header_main_PaddingInlineEnd } from './c_code_editor__header_main_PaddingInlineEnd';
988
988
  export { c_code_editor__header_main_PaddingInlineStart } from './c_code_editor__header_main_PaddingInlineStart';
989
989
  export { c_code_editor__tab_BackgroundColor } from './c_code_editor__tab_BackgroundColor';
990
+ export { c_code_editor_m_read_only__tab_BackgroundColor } from './c_code_editor_m_read_only__tab_BackgroundColor';
990
991
  export { c_code_editor__tab_Color } from './c_code_editor__tab_Color';
991
992
  export { c_code_editor__tab_PaddingBlockStart } from './c_code_editor__tab_PaddingBlockStart';
992
993
  export { c_code_editor__tab_PaddingInlineEnd } from './c_code_editor__tab_PaddingInlineEnd';
package/dist/esm/index.js CHANGED
@@ -987,6 +987,7 @@ export { c_code_editor__code_pre_FontFamily } from './c_code_editor__code_pre_Fo
987
987
  export { c_code_editor__header_main_PaddingInlineEnd } from './c_code_editor__header_main_PaddingInlineEnd';
988
988
  export { c_code_editor__header_main_PaddingInlineStart } from './c_code_editor__header_main_PaddingInlineStart';
989
989
  export { c_code_editor__tab_BackgroundColor } from './c_code_editor__tab_BackgroundColor';
990
+ export { c_code_editor_m_read_only__tab_BackgroundColor } from './c_code_editor_m_read_only__tab_BackgroundColor';
990
991
  export { c_code_editor__tab_Color } from './c_code_editor__tab_Color';
991
992
  export { c_code_editor__tab_PaddingBlockStart } from './c_code_editor__tab_PaddingBlockStart';
992
993
  export { c_code_editor__tab_PaddingInlineEnd } from './c_code_editor__tab_PaddingInlineEnd';
@@ -372,6 +372,17 @@ export const c_code_editor: {
372
372
  "#ffffff"
373
373
  ]
374
374
  },
375
+ "c_code_editor_m_read_only__tab_BackgroundColor": {
376
+ "name": "--pf-v6-c-code-editor--m-read-only__tab--BackgroundColor",
377
+ "value": "#f2f2f2",
378
+ "values": [
379
+ "--pf-v6-c-code-editor--m-read-only__main--BackgroundColor",
380
+ "--pf-t--global--background--color--secondary--default",
381
+ "--pf-t--global--background--color--200",
382
+ "--pf-t--color--gray--10",
383
+ "#f2f2f2"
384
+ ]
385
+ },
375
386
  "c_code_editor__tab_Color": {
376
387
  "name": "--pf-v6-c-code-editor__tab--Color",
377
388
  "value": "#4d4d4d",
@@ -477,6 +488,18 @@ export const c_code_editor: {
477
488
  }
478
489
  },
479
490
  ".pf-v6-c-code-editor.pf-m-read-only": {
491
+ "c_code_editor__tab_BackgroundColor": {
492
+ "name": "--pf-v6-c-code-editor__tab--BackgroundColor",
493
+ "value": "#f2f2f2",
494
+ "values": [
495
+ "--pf-v6-c-code-editor--m-read-only__tab--BackgroundColor",
496
+ "--pf-v6-c-code-editor--m-read-only__main--BackgroundColor",
497
+ "--pf-t--global--background--color--secondary--default",
498
+ "--pf-t--global--background--color--200",
499
+ "--pf-t--color--gray--10",
500
+ "#f2f2f2"
501
+ ]
502
+ },
480
503
  "c_code_editor__main_BackgroundColor": {
481
504
  "name": "--pf-v6-c-code-editor__main--BackgroundColor",
482
505
  "value": "#f2f2f2",
@@ -490,6 +513,10 @@ export const c_code_editor: {
490
513
  }
491
514
  },
492
515
  ".pf-v6-c-code-editor__header.pf-m-plain": {
516
+ "c_code_editor__header_BorderWidth": {
517
+ "name": "--pf-v6-c-code-editor__header--BorderWidth",
518
+ "value": "0"
519
+ },
493
520
  "c_code_editor__header_content_BackgroundColor": {
494
521
  "name": "--pf-v6-c-code-editor__header-content--BackgroundColor",
495
522
  "value": "#ffffff",
@@ -374,6 +374,17 @@ exports.c_code_editor = {
374
374
  "#ffffff"
375
375
  ]
376
376
  },
377
+ "c_code_editor_m_read_only__tab_BackgroundColor": {
378
+ "name": "--pf-v6-c-code-editor--m-read-only__tab--BackgroundColor",
379
+ "value": "#f2f2f2",
380
+ "values": [
381
+ "--pf-v6-c-code-editor--m-read-only__main--BackgroundColor",
382
+ "--pf-t--global--background--color--secondary--default",
383
+ "--pf-t--global--background--color--200",
384
+ "--pf-t--color--gray--10",
385
+ "#f2f2f2"
386
+ ]
387
+ },
377
388
  "c_code_editor__tab_Color": {
378
389
  "name": "--pf-v6-c-code-editor__tab--Color",
379
390
  "value": "#4d4d4d",
@@ -479,6 +490,18 @@ exports.c_code_editor = {
479
490
  }
480
491
  },
481
492
  ".pf-v6-c-code-editor.pf-m-read-only": {
493
+ "c_code_editor__tab_BackgroundColor": {
494
+ "name": "--pf-v6-c-code-editor__tab--BackgroundColor",
495
+ "value": "#f2f2f2",
496
+ "values": [
497
+ "--pf-v6-c-code-editor--m-read-only__tab--BackgroundColor",
498
+ "--pf-v6-c-code-editor--m-read-only__main--BackgroundColor",
499
+ "--pf-t--global--background--color--secondary--default",
500
+ "--pf-t--global--background--color--200",
501
+ "--pf-t--color--gray--10",
502
+ "#f2f2f2"
503
+ ]
504
+ },
482
505
  "c_code_editor__main_BackgroundColor": {
483
506
  "name": "--pf-v6-c-code-editor__main--BackgroundColor",
484
507
  "value": "#f2f2f2",
@@ -492,6 +515,10 @@ exports.c_code_editor = {
492
515
  }
493
516
  },
494
517
  ".pf-v6-c-code-editor__header.pf-m-plain": {
518
+ "c_code_editor__header_BorderWidth": {
519
+ "name": "--pf-v6-c-code-editor__header--BorderWidth",
520
+ "value": "0"
521
+ },
495
522
  "c_code_editor__header_content_BackgroundColor": {
496
523
  "name": "--pf-v6-c-code-editor__header-content--BackgroundColor",
497
524
  "value": "#ffffff",
@@ -1,6 +1,6 @@
1
1
  export const c_code_editor__header_BorderWidth: {
2
2
  "name": "--pf-v6-c-code-editor__header--BorderWidth",
3
- "value": "1px",
3
+ "value": "0",
4
4
  "var": "var(--pf-v6-c-code-editor__header--BorderWidth)"
5
5
  };
6
6
  export default c_code_editor__header_BorderWidth;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_code_editor__header_BorderWidth = {
4
4
  "name": "--pf-v6-c-code-editor__header--BorderWidth",
5
- "value": "1px",
5
+ "value": "0",
6
6
  "var": "var(--pf-v6-c-code-editor__header--BorderWidth)"
7
7
  };
8
8
  exports["default"] = exports.c_code_editor__header_BorderWidth;
@@ -1,6 +1,6 @@
1
1
  export const c_code_editor__tab_BackgroundColor: {
2
2
  "name": "--pf-v6-c-code-editor__tab--BackgroundColor",
3
- "value": "#ffffff",
3
+ "value": "#f2f2f2",
4
4
  "var": "var(--pf-v6-c-code-editor__tab--BackgroundColor)"
5
5
  };
6
6
  export default c_code_editor__tab_BackgroundColor;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_code_editor__tab_BackgroundColor = {
4
4
  "name": "--pf-v6-c-code-editor__tab--BackgroundColor",
5
- "value": "#ffffff",
5
+ "value": "#f2f2f2",
6
6
  "var": "var(--pf-v6-c-code-editor__tab--BackgroundColor)"
7
7
  };
8
8
  exports["default"] = exports.c_code_editor__tab_BackgroundColor;
@@ -0,0 +1,6 @@
1
+ export const c_code_editor_m_read_only__tab_BackgroundColor: {
2
+ "name": "--pf-v6-c-code-editor--m-read-only__tab--BackgroundColor",
3
+ "value": "#f2f2f2",
4
+ "var": "var(--pf-v6-c-code-editor--m-read-only__tab--BackgroundColor)"
5
+ };
6
+ export default c_code_editor_m_read_only__tab_BackgroundColor;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_code_editor_m_read_only__tab_BackgroundColor = {
4
+ "name": "--pf-v6-c-code-editor--m-read-only__tab--BackgroundColor",
5
+ "value": "#f2f2f2",
6
+ "var": "var(--pf-v6-c-code-editor--m-read-only__tab--BackgroundColor)"
7
+ };
8
+ exports["default"] = exports.c_code_editor_m_read_only__tab_BackgroundColor;
@@ -987,6 +987,7 @@ export { c_code_editor__code_pre_FontFamily } from './c_code_editor__code_pre_Fo
987
987
  export { c_code_editor__header_main_PaddingInlineEnd } from './c_code_editor__header_main_PaddingInlineEnd';
988
988
  export { c_code_editor__header_main_PaddingInlineStart } from './c_code_editor__header_main_PaddingInlineStart';
989
989
  export { c_code_editor__tab_BackgroundColor } from './c_code_editor__tab_BackgroundColor';
990
+ export { c_code_editor_m_read_only__tab_BackgroundColor } from './c_code_editor_m_read_only__tab_BackgroundColor';
990
991
  export { c_code_editor__tab_Color } from './c_code_editor__tab_Color';
991
992
  export { c_code_editor__tab_PaddingBlockStart } from './c_code_editor__tab_PaddingBlockStart';
992
993
  export { c_code_editor__tab_PaddingInlineEnd } from './c_code_editor__tab_PaddingInlineEnd';
package/dist/js/index.js CHANGED
@@ -992,6 +992,7 @@ __export(require('./c_code_editor__code_pre_FontFamily'));
992
992
  __export(require('./c_code_editor__header_main_PaddingInlineEnd'));
993
993
  __export(require('./c_code_editor__header_main_PaddingInlineStart'));
994
994
  __export(require('./c_code_editor__tab_BackgroundColor'));
995
+ __export(require('./c_code_editor_m_read_only__tab_BackgroundColor'));
995
996
  __export(require('./c_code_editor__tab_Color'));
996
997
  __export(require('./c_code_editor__tab_PaddingBlockStart'));
997
998
  __export(require('./c_code_editor__tab_PaddingInlineEnd'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-tokens",
3
- "version": "6.3.1-prerelease.1",
3
+ "version": "6.3.1-prerelease.2",
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.78",
33
+ "@patternfly/patternfly": "6.3.0-prerelease.79",
34
34
  "fs-extra": "^11.3.0"
35
35
  },
36
- "gitHead": "371e6efc90268bb8dafb63efeb779b1f07c940fd"
36
+ "gitHead": "e9af0c44a6482ccbfc02dec159b39341fb92fcc5"
37
37
  }