@patternfly/react-tokens 5.3.0-prerelease.2 → 5.3.0-prerelease.3

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 (38) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/esm/c_label.d.ts +92 -0
  3. package/dist/esm/c_label.js +92 -0
  4. package/dist/esm/c_label_BackgroundColor.d.ts +1 -1
  5. package/dist/esm/c_label_BackgroundColor.js +1 -1
  6. package/dist/esm/c_label__content_Color.d.ts +1 -1
  7. package/dist/esm/c_label__content_Color.js +1 -1
  8. package/dist/esm/c_label__icon_Color.d.ts +1 -1
  9. package/dist/esm/c_label__icon_Color.js +1 -1
  10. package/dist/esm/c_label_c_button_m_disabled_Color.d.ts +6 -0
  11. package/dist/esm/c_label_c_button_m_disabled_Color.js +6 -0
  12. package/dist/esm/c_label_m_disabled_BackgroundColor.d.ts +6 -0
  13. package/dist/esm/c_label_m_disabled_BackgroundColor.js +6 -0
  14. package/dist/esm/c_label_m_disabled__content_Color.d.ts +6 -0
  15. package/dist/esm/c_label_m_disabled__content_Color.js +6 -0
  16. package/dist/esm/c_label_m_disabled__icon_Color.d.ts +6 -0
  17. package/dist/esm/c_label_m_disabled__icon_Color.js +6 -0
  18. package/dist/esm/index.d.ts +4 -0
  19. package/dist/esm/index.js +4 -0
  20. package/dist/js/c_label.d.ts +92 -0
  21. package/dist/js/c_label.js +92 -0
  22. package/dist/js/c_label_BackgroundColor.d.ts +1 -1
  23. package/dist/js/c_label_BackgroundColor.js +1 -1
  24. package/dist/js/c_label__content_Color.d.ts +1 -1
  25. package/dist/js/c_label__content_Color.js +1 -1
  26. package/dist/js/c_label__icon_Color.d.ts +1 -1
  27. package/dist/js/c_label__icon_Color.js +1 -1
  28. package/dist/js/c_label_c_button_m_disabled_Color.d.ts +6 -0
  29. package/dist/js/c_label_c_button_m_disabled_Color.js +8 -0
  30. package/dist/js/c_label_m_disabled_BackgroundColor.d.ts +6 -0
  31. package/dist/js/c_label_m_disabled_BackgroundColor.js +8 -0
  32. package/dist/js/c_label_m_disabled__content_Color.d.ts +6 -0
  33. package/dist/js/c_label_m_disabled__content_Color.js +8 -0
  34. package/dist/js/c_label_m_disabled__icon_Color.d.ts +6 -0
  35. package/dist/js/c_label_m_disabled__icon_Color.js +8 -0
  36. package/dist/js/index.d.ts +4 -0
  37. package/dist/js/index.js +4 -0
  38. 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
+ # 5.3.0-prerelease.3 (2024-03-26)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-tokens
9
+
6
10
  # 5.3.0-prerelease.2 (2024-03-22)
7
11
 
8
12
  **Note:** Version bump only for package @patternfly/react-tokens
@@ -1275,6 +1275,46 @@ export const c_label: {
1275
1275
  "c_label_m_editable_m_editable_active__content_before_BorderColor": {
1276
1276
  "name": "--pf-v5-c-label--m-editable--m-editable-active__content--before--BorderColor",
1277
1277
  "value": "transparent"
1278
+ },
1279
+ "c_label_m_disabled_BackgroundColor": {
1280
+ "name": "--pf-v5-c-label--m-disabled--BackgroundColor",
1281
+ "value": "#d2d2d2",
1282
+ "values": [
1283
+ "--pf-v5-global--disabled-color--200",
1284
+ "$pf-v5-global--disabled-color--200",
1285
+ "$pf-v5-color-black-300",
1286
+ "#d2d2d2"
1287
+ ]
1288
+ },
1289
+ "c_label_m_disabled__content_Color": {
1290
+ "name": "--pf-v5-c-label--m-disabled__content--Color",
1291
+ "value": "#6a6e73",
1292
+ "values": [
1293
+ "--pf-v5-global--disabled-color--100",
1294
+ "$pf-v5-global--disabled-color--100",
1295
+ "$pf-v5-color-black-600",
1296
+ "#6a6e73"
1297
+ ]
1298
+ },
1299
+ "c_label_m_disabled__icon_Color": {
1300
+ "name": "--pf-v5-c-label--m-disabled__icon--Color",
1301
+ "value": "#6a6e73",
1302
+ "values": [
1303
+ "--pf-v5-global--disabled-color--100",
1304
+ "$pf-v5-global--disabled-color--100",
1305
+ "$pf-v5-color-black-600",
1306
+ "#6a6e73"
1307
+ ]
1308
+ },
1309
+ "c_label_c_button_m_disabled_Color": {
1310
+ "name": "--pf-v5-c-label--c-button--m-disabled--Color",
1311
+ "value": "#6a6e73",
1312
+ "values": [
1313
+ "--pf-v5-global--disabled-color--100",
1314
+ "$pf-v5-global--disabled-color--100",
1315
+ "$pf-v5-color-black-600",
1316
+ "#6a6e73"
1317
+ ]
1278
1318
  }
1279
1319
  },
1280
1320
  ".pf-v5-c-label.pf-m-compact": {
@@ -2656,6 +2696,58 @@ export const c_label: {
2656
2696
  ]
2657
2697
  }
2658
2698
  },
2699
+ ".pf-v5-c-label.pf-m-disabled": {
2700
+ "c_label_BackgroundColor": {
2701
+ "name": "--pf-v5-c-label--BackgroundColor",
2702
+ "value": "#d2d2d2",
2703
+ "values": [
2704
+ "--pf-v5-c-label--m-disabled--BackgroundColor",
2705
+ "--pf-v5-global--disabled-color--200",
2706
+ "$pf-v5-global--disabled-color--200",
2707
+ "$pf-v5-color-black-300",
2708
+ "#d2d2d2"
2709
+ ]
2710
+ },
2711
+ "c_label__content_Color": {
2712
+ "name": "--pf-v5-c-label__content--Color",
2713
+ "value": "#6a6e73",
2714
+ "values": [
2715
+ "--pf-v5-c-label--m-disabled__content--Color",
2716
+ "--pf-v5-global--disabled-color--100",
2717
+ "$pf-v5-global--disabled-color--100",
2718
+ "$pf-v5-color-black-600",
2719
+ "#6a6e73"
2720
+ ]
2721
+ },
2722
+ "c_label__icon_Color": {
2723
+ "name": "--pf-v5-c-label__icon--Color",
2724
+ "value": "#6a6e73",
2725
+ "values": [
2726
+ "--pf-v5-c-label--m-disabled__icon--Color",
2727
+ "--pf-v5-global--disabled-color--100",
2728
+ "$pf-v5-global--disabled-color--100",
2729
+ "$pf-v5-color-black-600",
2730
+ "#6a6e73"
2731
+ ]
2732
+ },
2733
+ "c_label__content_before_BorderWidth": {
2734
+ "name": "--pf-v5-c-label__content--before--BorderWidth",
2735
+ "value": "0"
2736
+ }
2737
+ },
2738
+ ".pf-v5-c-label.pf-m-disabled .pf-v5-c-button": {
2739
+ "c_button_m_plain_disabled_Color": {
2740
+ "name": "--pf-v5-c-button--m-plain--disabled--Color",
2741
+ "value": "#6a6e73",
2742
+ "values": [
2743
+ "--pf-v5-c-label--c-button--m-disabled--Color",
2744
+ "--pf-v5-global--disabled-color--100",
2745
+ "$pf-v5-global--disabled-color--100",
2746
+ "$pf-v5-color-black-600",
2747
+ "#6a6e73"
2748
+ ]
2749
+ }
2750
+ },
2659
2751
  "a.pf-v5-c-label__content:hover": {
2660
2752
  "c_label__content_before_BorderWidth": {
2661
2753
  "name": "--pf-v5-c-label__content--before--BorderWidth",
@@ -1275,6 +1275,46 @@ export const c_label = {
1275
1275
  "c_label_m_editable_m_editable_active__content_before_BorderColor": {
1276
1276
  "name": "--pf-v5-c-label--m-editable--m-editable-active__content--before--BorderColor",
1277
1277
  "value": "transparent"
1278
+ },
1279
+ "c_label_m_disabled_BackgroundColor": {
1280
+ "name": "--pf-v5-c-label--m-disabled--BackgroundColor",
1281
+ "value": "#d2d2d2",
1282
+ "values": [
1283
+ "--pf-v5-global--disabled-color--200",
1284
+ "$pf-v5-global--disabled-color--200",
1285
+ "$pf-v5-color-black-300",
1286
+ "#d2d2d2"
1287
+ ]
1288
+ },
1289
+ "c_label_m_disabled__content_Color": {
1290
+ "name": "--pf-v5-c-label--m-disabled__content--Color",
1291
+ "value": "#6a6e73",
1292
+ "values": [
1293
+ "--pf-v5-global--disabled-color--100",
1294
+ "$pf-v5-global--disabled-color--100",
1295
+ "$pf-v5-color-black-600",
1296
+ "#6a6e73"
1297
+ ]
1298
+ },
1299
+ "c_label_m_disabled__icon_Color": {
1300
+ "name": "--pf-v5-c-label--m-disabled__icon--Color",
1301
+ "value": "#6a6e73",
1302
+ "values": [
1303
+ "--pf-v5-global--disabled-color--100",
1304
+ "$pf-v5-global--disabled-color--100",
1305
+ "$pf-v5-color-black-600",
1306
+ "#6a6e73"
1307
+ ]
1308
+ },
1309
+ "c_label_c_button_m_disabled_Color": {
1310
+ "name": "--pf-v5-c-label--c-button--m-disabled--Color",
1311
+ "value": "#6a6e73",
1312
+ "values": [
1313
+ "--pf-v5-global--disabled-color--100",
1314
+ "$pf-v5-global--disabled-color--100",
1315
+ "$pf-v5-color-black-600",
1316
+ "#6a6e73"
1317
+ ]
1278
1318
  }
1279
1319
  },
1280
1320
  ".pf-v5-c-label.pf-m-compact": {
@@ -2656,6 +2696,58 @@ export const c_label = {
2656
2696
  ]
2657
2697
  }
2658
2698
  },
2699
+ ".pf-v5-c-label.pf-m-disabled": {
2700
+ "c_label_BackgroundColor": {
2701
+ "name": "--pf-v5-c-label--BackgroundColor",
2702
+ "value": "#d2d2d2",
2703
+ "values": [
2704
+ "--pf-v5-c-label--m-disabled--BackgroundColor",
2705
+ "--pf-v5-global--disabled-color--200",
2706
+ "$pf-v5-global--disabled-color--200",
2707
+ "$pf-v5-color-black-300",
2708
+ "#d2d2d2"
2709
+ ]
2710
+ },
2711
+ "c_label__content_Color": {
2712
+ "name": "--pf-v5-c-label__content--Color",
2713
+ "value": "#6a6e73",
2714
+ "values": [
2715
+ "--pf-v5-c-label--m-disabled__content--Color",
2716
+ "--pf-v5-global--disabled-color--100",
2717
+ "$pf-v5-global--disabled-color--100",
2718
+ "$pf-v5-color-black-600",
2719
+ "#6a6e73"
2720
+ ]
2721
+ },
2722
+ "c_label__icon_Color": {
2723
+ "name": "--pf-v5-c-label__icon--Color",
2724
+ "value": "#6a6e73",
2725
+ "values": [
2726
+ "--pf-v5-c-label--m-disabled__icon--Color",
2727
+ "--pf-v5-global--disabled-color--100",
2728
+ "$pf-v5-global--disabled-color--100",
2729
+ "$pf-v5-color-black-600",
2730
+ "#6a6e73"
2731
+ ]
2732
+ },
2733
+ "c_label__content_before_BorderWidth": {
2734
+ "name": "--pf-v5-c-label__content--before--BorderWidth",
2735
+ "value": "0"
2736
+ }
2737
+ },
2738
+ ".pf-v5-c-label.pf-m-disabled .pf-v5-c-button": {
2739
+ "c_button_m_plain_disabled_Color": {
2740
+ "name": "--pf-v5-c-button--m-plain--disabled--Color",
2741
+ "value": "#6a6e73",
2742
+ "values": [
2743
+ "--pf-v5-c-label--c-button--m-disabled--Color",
2744
+ "--pf-v5-global--disabled-color--100",
2745
+ "$pf-v5-global--disabled-color--100",
2746
+ "$pf-v5-color-black-600",
2747
+ "#6a6e73"
2748
+ ]
2749
+ }
2750
+ },
2659
2751
  "a.pf-v5-c-label__content:hover": {
2660
2752
  "c_label__content_before_BorderWidth": {
2661
2753
  "name": "--pf-v5-c-label__content--before--BorderWidth",
@@ -1,6 +1,6 @@
1
1
  export const c_label_BackgroundColor: {
2
2
  "name": "--pf-v5-c-label--BackgroundColor",
3
- "value": "#fff",
3
+ "value": "#d2d2d2",
4
4
  "var": "var(--pf-v5-c-label--BackgroundColor)"
5
5
  };
6
6
  export default c_label_BackgroundColor;
@@ -1,6 +1,6 @@
1
1
  export const c_label_BackgroundColor = {
2
2
  "name": "--pf-v5-c-label--BackgroundColor",
3
- "value": "#fff",
3
+ "value": "#d2d2d2",
4
4
  "var": "var(--pf-v5-c-label--BackgroundColor)"
5
5
  };
6
6
  export default c_label_BackgroundColor;
@@ -1,6 +1,6 @@
1
1
  export const c_label__content_Color: {
2
2
  "name": "--pf-v5-c-label__content--Color",
3
- "value": "#06c",
3
+ "value": "#6a6e73",
4
4
  "var": "var(--pf-v5-c-label__content--Color)"
5
5
  };
6
6
  export default c_label__content_Color;
@@ -1,6 +1,6 @@
1
1
  export const c_label__content_Color = {
2
2
  "name": "--pf-v5-c-label__content--Color",
3
- "value": "#06c",
3
+ "value": "#6a6e73",
4
4
  "var": "var(--pf-v5-c-label__content--Color)"
5
5
  };
6
6
  export default c_label__content_Color;
@@ -1,6 +1,6 @@
1
1
  export const c_label__icon_Color: {
2
2
  "name": "--pf-v5-c-label__icon--Color",
3
- "value": "#f0ab00",
3
+ "value": "#6a6e73",
4
4
  "var": "var(--pf-v5-c-label__icon--Color)"
5
5
  };
6
6
  export default c_label__icon_Color;
@@ -1,6 +1,6 @@
1
1
  export const c_label__icon_Color = {
2
2
  "name": "--pf-v5-c-label__icon--Color",
3
- "value": "#f0ab00",
3
+ "value": "#6a6e73",
4
4
  "var": "var(--pf-v5-c-label__icon--Color)"
5
5
  };
6
6
  export default c_label__icon_Color;
@@ -0,0 +1,6 @@
1
+ export const c_label_c_button_m_disabled_Color: {
2
+ "name": "--pf-v5-c-label--c-button--m-disabled--Color",
3
+ "value": "#6a6e73",
4
+ "var": "var(--pf-v5-c-label--c-button--m-disabled--Color)"
5
+ };
6
+ export default c_label_c_button_m_disabled_Color;
@@ -0,0 +1,6 @@
1
+ export const c_label_c_button_m_disabled_Color = {
2
+ "name": "--pf-v5-c-label--c-button--m-disabled--Color",
3
+ "value": "#6a6e73",
4
+ "var": "var(--pf-v5-c-label--c-button--m-disabled--Color)"
5
+ };
6
+ export default c_label_c_button_m_disabled_Color;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_disabled_BackgroundColor: {
2
+ "name": "--pf-v5-c-label--m-disabled--BackgroundColor",
3
+ "value": "#d2d2d2",
4
+ "var": "var(--pf-v5-c-label--m-disabled--BackgroundColor)"
5
+ };
6
+ export default c_label_m_disabled_BackgroundColor;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_disabled_BackgroundColor = {
2
+ "name": "--pf-v5-c-label--m-disabled--BackgroundColor",
3
+ "value": "#d2d2d2",
4
+ "var": "var(--pf-v5-c-label--m-disabled--BackgroundColor)"
5
+ };
6
+ export default c_label_m_disabled_BackgroundColor;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_disabled__content_Color: {
2
+ "name": "--pf-v5-c-label--m-disabled__content--Color",
3
+ "value": "#6a6e73",
4
+ "var": "var(--pf-v5-c-label--m-disabled__content--Color)"
5
+ };
6
+ export default c_label_m_disabled__content_Color;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_disabled__content_Color = {
2
+ "name": "--pf-v5-c-label--m-disabled__content--Color",
3
+ "value": "#6a6e73",
4
+ "var": "var(--pf-v5-c-label--m-disabled__content--Color)"
5
+ };
6
+ export default c_label_m_disabled__content_Color;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_disabled__icon_Color: {
2
+ "name": "--pf-v5-c-label--m-disabled__icon--Color",
3
+ "value": "#6a6e73",
4
+ "var": "var(--pf-v5-c-label--m-disabled__icon--Color)"
5
+ };
6
+ export default c_label_m_disabled__icon_Color;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_disabled__icon_Color = {
2
+ "name": "--pf-v5-c-label--m-disabled__icon--Color",
3
+ "value": "#6a6e73",
4
+ "var": "var(--pf-v5-c-label--m-disabled__icon--Color)"
5
+ };
6
+ export default c_label_m_disabled__icon_Color;
@@ -3148,6 +3148,10 @@ export { c_label_m_editable_m_editable_active_TextDecoration } from './c_label_m
3148
3148
  export { c_label_m_editable_m_editable_active_BackgroundColor } from './c_label_m_editable_m_editable_active_BackgroundColor';
3149
3149
  export { c_label_m_editable_m_editable_active__content_before_BorderWidth } from './c_label_m_editable_m_editable_active__content_before_BorderWidth';
3150
3150
  export { c_label_m_editable_m_editable_active__content_before_BorderColor } from './c_label_m_editable_m_editable_active__content_before_BorderColor';
3151
+ export { c_label_m_disabled_BackgroundColor } from './c_label_m_disabled_BackgroundColor';
3152
+ export { c_label_m_disabled__content_Color } from './c_label_m_disabled__content_Color';
3153
+ export { c_label_m_disabled__icon_Color } from './c_label_m_disabled__icon_Color';
3154
+ export { c_label_c_button_m_disabled_Color } from './c_label_c_button_m_disabled_Color';
3151
3155
  export { c_label_group } from './c_label_group';
3152
3156
  export { c_label_group_RowGap } from './c_label_group_RowGap';
3153
3157
  export { c_label_group_ColumnGap } from './c_label_group_ColumnGap';
package/dist/esm/index.js CHANGED
@@ -3148,6 +3148,10 @@ export { c_label_m_editable_m_editable_active_TextDecoration } from './c_label_m
3148
3148
  export { c_label_m_editable_m_editable_active_BackgroundColor } from './c_label_m_editable_m_editable_active_BackgroundColor';
3149
3149
  export { c_label_m_editable_m_editable_active__content_before_BorderWidth } from './c_label_m_editable_m_editable_active__content_before_BorderWidth';
3150
3150
  export { c_label_m_editable_m_editable_active__content_before_BorderColor } from './c_label_m_editable_m_editable_active__content_before_BorderColor';
3151
+ export { c_label_m_disabled_BackgroundColor } from './c_label_m_disabled_BackgroundColor';
3152
+ export { c_label_m_disabled__content_Color } from './c_label_m_disabled__content_Color';
3153
+ export { c_label_m_disabled__icon_Color } from './c_label_m_disabled__icon_Color';
3154
+ export { c_label_c_button_m_disabled_Color } from './c_label_c_button_m_disabled_Color';
3151
3155
  export { c_label_group } from './c_label_group';
3152
3156
  export { c_label_group_RowGap } from './c_label_group_RowGap';
3153
3157
  export { c_label_group_ColumnGap } from './c_label_group_ColumnGap';
@@ -1275,6 +1275,46 @@ export const c_label: {
1275
1275
  "c_label_m_editable_m_editable_active__content_before_BorderColor": {
1276
1276
  "name": "--pf-v5-c-label--m-editable--m-editable-active__content--before--BorderColor",
1277
1277
  "value": "transparent"
1278
+ },
1279
+ "c_label_m_disabled_BackgroundColor": {
1280
+ "name": "--pf-v5-c-label--m-disabled--BackgroundColor",
1281
+ "value": "#d2d2d2",
1282
+ "values": [
1283
+ "--pf-v5-global--disabled-color--200",
1284
+ "$pf-v5-global--disabled-color--200",
1285
+ "$pf-v5-color-black-300",
1286
+ "#d2d2d2"
1287
+ ]
1288
+ },
1289
+ "c_label_m_disabled__content_Color": {
1290
+ "name": "--pf-v5-c-label--m-disabled__content--Color",
1291
+ "value": "#6a6e73",
1292
+ "values": [
1293
+ "--pf-v5-global--disabled-color--100",
1294
+ "$pf-v5-global--disabled-color--100",
1295
+ "$pf-v5-color-black-600",
1296
+ "#6a6e73"
1297
+ ]
1298
+ },
1299
+ "c_label_m_disabled__icon_Color": {
1300
+ "name": "--pf-v5-c-label--m-disabled__icon--Color",
1301
+ "value": "#6a6e73",
1302
+ "values": [
1303
+ "--pf-v5-global--disabled-color--100",
1304
+ "$pf-v5-global--disabled-color--100",
1305
+ "$pf-v5-color-black-600",
1306
+ "#6a6e73"
1307
+ ]
1308
+ },
1309
+ "c_label_c_button_m_disabled_Color": {
1310
+ "name": "--pf-v5-c-label--c-button--m-disabled--Color",
1311
+ "value": "#6a6e73",
1312
+ "values": [
1313
+ "--pf-v5-global--disabled-color--100",
1314
+ "$pf-v5-global--disabled-color--100",
1315
+ "$pf-v5-color-black-600",
1316
+ "#6a6e73"
1317
+ ]
1278
1318
  }
1279
1319
  },
1280
1320
  ".pf-v5-c-label.pf-m-compact": {
@@ -2656,6 +2696,58 @@ export const c_label: {
2656
2696
  ]
2657
2697
  }
2658
2698
  },
2699
+ ".pf-v5-c-label.pf-m-disabled": {
2700
+ "c_label_BackgroundColor": {
2701
+ "name": "--pf-v5-c-label--BackgroundColor",
2702
+ "value": "#d2d2d2",
2703
+ "values": [
2704
+ "--pf-v5-c-label--m-disabled--BackgroundColor",
2705
+ "--pf-v5-global--disabled-color--200",
2706
+ "$pf-v5-global--disabled-color--200",
2707
+ "$pf-v5-color-black-300",
2708
+ "#d2d2d2"
2709
+ ]
2710
+ },
2711
+ "c_label__content_Color": {
2712
+ "name": "--pf-v5-c-label__content--Color",
2713
+ "value": "#6a6e73",
2714
+ "values": [
2715
+ "--pf-v5-c-label--m-disabled__content--Color",
2716
+ "--pf-v5-global--disabled-color--100",
2717
+ "$pf-v5-global--disabled-color--100",
2718
+ "$pf-v5-color-black-600",
2719
+ "#6a6e73"
2720
+ ]
2721
+ },
2722
+ "c_label__icon_Color": {
2723
+ "name": "--pf-v5-c-label__icon--Color",
2724
+ "value": "#6a6e73",
2725
+ "values": [
2726
+ "--pf-v5-c-label--m-disabled__icon--Color",
2727
+ "--pf-v5-global--disabled-color--100",
2728
+ "$pf-v5-global--disabled-color--100",
2729
+ "$pf-v5-color-black-600",
2730
+ "#6a6e73"
2731
+ ]
2732
+ },
2733
+ "c_label__content_before_BorderWidth": {
2734
+ "name": "--pf-v5-c-label__content--before--BorderWidth",
2735
+ "value": "0"
2736
+ }
2737
+ },
2738
+ ".pf-v5-c-label.pf-m-disabled .pf-v5-c-button": {
2739
+ "c_button_m_plain_disabled_Color": {
2740
+ "name": "--pf-v5-c-button--m-plain--disabled--Color",
2741
+ "value": "#6a6e73",
2742
+ "values": [
2743
+ "--pf-v5-c-label--c-button--m-disabled--Color",
2744
+ "--pf-v5-global--disabled-color--100",
2745
+ "$pf-v5-global--disabled-color--100",
2746
+ "$pf-v5-color-black-600",
2747
+ "#6a6e73"
2748
+ ]
2749
+ }
2750
+ },
2659
2751
  "a.pf-v5-c-label__content:hover": {
2660
2752
  "c_label__content_before_BorderWidth": {
2661
2753
  "name": "--pf-v5-c-label__content--before--BorderWidth",
@@ -1277,6 +1277,46 @@ exports.c_label = {
1277
1277
  "c_label_m_editable_m_editable_active__content_before_BorderColor": {
1278
1278
  "name": "--pf-v5-c-label--m-editable--m-editable-active__content--before--BorderColor",
1279
1279
  "value": "transparent"
1280
+ },
1281
+ "c_label_m_disabled_BackgroundColor": {
1282
+ "name": "--pf-v5-c-label--m-disabled--BackgroundColor",
1283
+ "value": "#d2d2d2",
1284
+ "values": [
1285
+ "--pf-v5-global--disabled-color--200",
1286
+ "$pf-v5-global--disabled-color--200",
1287
+ "$pf-v5-color-black-300",
1288
+ "#d2d2d2"
1289
+ ]
1290
+ },
1291
+ "c_label_m_disabled__content_Color": {
1292
+ "name": "--pf-v5-c-label--m-disabled__content--Color",
1293
+ "value": "#6a6e73",
1294
+ "values": [
1295
+ "--pf-v5-global--disabled-color--100",
1296
+ "$pf-v5-global--disabled-color--100",
1297
+ "$pf-v5-color-black-600",
1298
+ "#6a6e73"
1299
+ ]
1300
+ },
1301
+ "c_label_m_disabled__icon_Color": {
1302
+ "name": "--pf-v5-c-label--m-disabled__icon--Color",
1303
+ "value": "#6a6e73",
1304
+ "values": [
1305
+ "--pf-v5-global--disabled-color--100",
1306
+ "$pf-v5-global--disabled-color--100",
1307
+ "$pf-v5-color-black-600",
1308
+ "#6a6e73"
1309
+ ]
1310
+ },
1311
+ "c_label_c_button_m_disabled_Color": {
1312
+ "name": "--pf-v5-c-label--c-button--m-disabled--Color",
1313
+ "value": "#6a6e73",
1314
+ "values": [
1315
+ "--pf-v5-global--disabled-color--100",
1316
+ "$pf-v5-global--disabled-color--100",
1317
+ "$pf-v5-color-black-600",
1318
+ "#6a6e73"
1319
+ ]
1280
1320
  }
1281
1321
  },
1282
1322
  ".pf-v5-c-label.pf-m-compact": {
@@ -2658,6 +2698,58 @@ exports.c_label = {
2658
2698
  ]
2659
2699
  }
2660
2700
  },
2701
+ ".pf-v5-c-label.pf-m-disabled": {
2702
+ "c_label_BackgroundColor": {
2703
+ "name": "--pf-v5-c-label--BackgroundColor",
2704
+ "value": "#d2d2d2",
2705
+ "values": [
2706
+ "--pf-v5-c-label--m-disabled--BackgroundColor",
2707
+ "--pf-v5-global--disabled-color--200",
2708
+ "$pf-v5-global--disabled-color--200",
2709
+ "$pf-v5-color-black-300",
2710
+ "#d2d2d2"
2711
+ ]
2712
+ },
2713
+ "c_label__content_Color": {
2714
+ "name": "--pf-v5-c-label__content--Color",
2715
+ "value": "#6a6e73",
2716
+ "values": [
2717
+ "--pf-v5-c-label--m-disabled__content--Color",
2718
+ "--pf-v5-global--disabled-color--100",
2719
+ "$pf-v5-global--disabled-color--100",
2720
+ "$pf-v5-color-black-600",
2721
+ "#6a6e73"
2722
+ ]
2723
+ },
2724
+ "c_label__icon_Color": {
2725
+ "name": "--pf-v5-c-label__icon--Color",
2726
+ "value": "#6a6e73",
2727
+ "values": [
2728
+ "--pf-v5-c-label--m-disabled__icon--Color",
2729
+ "--pf-v5-global--disabled-color--100",
2730
+ "$pf-v5-global--disabled-color--100",
2731
+ "$pf-v5-color-black-600",
2732
+ "#6a6e73"
2733
+ ]
2734
+ },
2735
+ "c_label__content_before_BorderWidth": {
2736
+ "name": "--pf-v5-c-label__content--before--BorderWidth",
2737
+ "value": "0"
2738
+ }
2739
+ },
2740
+ ".pf-v5-c-label.pf-m-disabled .pf-v5-c-button": {
2741
+ "c_button_m_plain_disabled_Color": {
2742
+ "name": "--pf-v5-c-button--m-plain--disabled--Color",
2743
+ "value": "#6a6e73",
2744
+ "values": [
2745
+ "--pf-v5-c-label--c-button--m-disabled--Color",
2746
+ "--pf-v5-global--disabled-color--100",
2747
+ "$pf-v5-global--disabled-color--100",
2748
+ "$pf-v5-color-black-600",
2749
+ "#6a6e73"
2750
+ ]
2751
+ }
2752
+ },
2661
2753
  "a.pf-v5-c-label__content:hover": {
2662
2754
  "c_label__content_before_BorderWidth": {
2663
2755
  "name": "--pf-v5-c-label__content--before--BorderWidth",
@@ -1,6 +1,6 @@
1
1
  export const c_label_BackgroundColor: {
2
2
  "name": "--pf-v5-c-label--BackgroundColor",
3
- "value": "#fff",
3
+ "value": "#d2d2d2",
4
4
  "var": "var(--pf-v5-c-label--BackgroundColor)"
5
5
  };
6
6
  export default c_label_BackgroundColor;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_label_BackgroundColor = {
4
4
  "name": "--pf-v5-c-label--BackgroundColor",
5
- "value": "#fff",
5
+ "value": "#d2d2d2",
6
6
  "var": "var(--pf-v5-c-label--BackgroundColor)"
7
7
  };
8
8
  exports["default"] = exports.c_label_BackgroundColor;
@@ -1,6 +1,6 @@
1
1
  export const c_label__content_Color: {
2
2
  "name": "--pf-v5-c-label__content--Color",
3
- "value": "#06c",
3
+ "value": "#6a6e73",
4
4
  "var": "var(--pf-v5-c-label__content--Color)"
5
5
  };
6
6
  export default c_label__content_Color;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_label__content_Color = {
4
4
  "name": "--pf-v5-c-label__content--Color",
5
- "value": "#06c",
5
+ "value": "#6a6e73",
6
6
  "var": "var(--pf-v5-c-label__content--Color)"
7
7
  };
8
8
  exports["default"] = exports.c_label__content_Color;
@@ -1,6 +1,6 @@
1
1
  export const c_label__icon_Color: {
2
2
  "name": "--pf-v5-c-label__icon--Color",
3
- "value": "#f0ab00",
3
+ "value": "#6a6e73",
4
4
  "var": "var(--pf-v5-c-label__icon--Color)"
5
5
  };
6
6
  export default c_label__icon_Color;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_label__icon_Color = {
4
4
  "name": "--pf-v5-c-label__icon--Color",
5
- "value": "#f0ab00",
5
+ "value": "#6a6e73",
6
6
  "var": "var(--pf-v5-c-label__icon--Color)"
7
7
  };
8
8
  exports["default"] = exports.c_label__icon_Color;
@@ -0,0 +1,6 @@
1
+ export const c_label_c_button_m_disabled_Color: {
2
+ "name": "--pf-v5-c-label--c-button--m-disabled--Color",
3
+ "value": "#6a6e73",
4
+ "var": "var(--pf-v5-c-label--c-button--m-disabled--Color)"
5
+ };
6
+ export default c_label_c_button_m_disabled_Color;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_label_c_button_m_disabled_Color = {
4
+ "name": "--pf-v5-c-label--c-button--m-disabled--Color",
5
+ "value": "#6a6e73",
6
+ "var": "var(--pf-v5-c-label--c-button--m-disabled--Color)"
7
+ };
8
+ exports["default"] = exports.c_label_c_button_m_disabled_Color;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_disabled_BackgroundColor: {
2
+ "name": "--pf-v5-c-label--m-disabled--BackgroundColor",
3
+ "value": "#d2d2d2",
4
+ "var": "var(--pf-v5-c-label--m-disabled--BackgroundColor)"
5
+ };
6
+ export default c_label_m_disabled_BackgroundColor;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_label_m_disabled_BackgroundColor = {
4
+ "name": "--pf-v5-c-label--m-disabled--BackgroundColor",
5
+ "value": "#d2d2d2",
6
+ "var": "var(--pf-v5-c-label--m-disabled--BackgroundColor)"
7
+ };
8
+ exports["default"] = exports.c_label_m_disabled_BackgroundColor;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_disabled__content_Color: {
2
+ "name": "--pf-v5-c-label--m-disabled__content--Color",
3
+ "value": "#6a6e73",
4
+ "var": "var(--pf-v5-c-label--m-disabled__content--Color)"
5
+ };
6
+ export default c_label_m_disabled__content_Color;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_label_m_disabled__content_Color = {
4
+ "name": "--pf-v5-c-label--m-disabled__content--Color",
5
+ "value": "#6a6e73",
6
+ "var": "var(--pf-v5-c-label--m-disabled__content--Color)"
7
+ };
8
+ exports["default"] = exports.c_label_m_disabled__content_Color;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_disabled__icon_Color: {
2
+ "name": "--pf-v5-c-label--m-disabled__icon--Color",
3
+ "value": "#6a6e73",
4
+ "var": "var(--pf-v5-c-label--m-disabled__icon--Color)"
5
+ };
6
+ export default c_label_m_disabled__icon_Color;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_label_m_disabled__icon_Color = {
4
+ "name": "--pf-v5-c-label--m-disabled__icon--Color",
5
+ "value": "#6a6e73",
6
+ "var": "var(--pf-v5-c-label--m-disabled__icon--Color)"
7
+ };
8
+ exports["default"] = exports.c_label_m_disabled__icon_Color;
@@ -3148,6 +3148,10 @@ export { c_label_m_editable_m_editable_active_TextDecoration } from './c_label_m
3148
3148
  export { c_label_m_editable_m_editable_active_BackgroundColor } from './c_label_m_editable_m_editable_active_BackgroundColor';
3149
3149
  export { c_label_m_editable_m_editable_active__content_before_BorderWidth } from './c_label_m_editable_m_editable_active__content_before_BorderWidth';
3150
3150
  export { c_label_m_editable_m_editable_active__content_before_BorderColor } from './c_label_m_editable_m_editable_active__content_before_BorderColor';
3151
+ export { c_label_m_disabled_BackgroundColor } from './c_label_m_disabled_BackgroundColor';
3152
+ export { c_label_m_disabled__content_Color } from './c_label_m_disabled__content_Color';
3153
+ export { c_label_m_disabled__icon_Color } from './c_label_m_disabled__icon_Color';
3154
+ export { c_label_c_button_m_disabled_Color } from './c_label_c_button_m_disabled_Color';
3151
3155
  export { c_label_group } from './c_label_group';
3152
3156
  export { c_label_group_RowGap } from './c_label_group_RowGap';
3153
3157
  export { c_label_group_ColumnGap } from './c_label_group_ColumnGap';
package/dist/js/index.js CHANGED
@@ -3153,6 +3153,10 @@ __export(require('./c_label_m_editable_m_editable_active_TextDecoration'));
3153
3153
  __export(require('./c_label_m_editable_m_editable_active_BackgroundColor'));
3154
3154
  __export(require('./c_label_m_editable_m_editable_active__content_before_BorderWidth'));
3155
3155
  __export(require('./c_label_m_editable_m_editable_active__content_before_BorderColor'));
3156
+ __export(require('./c_label_m_disabled_BackgroundColor'));
3157
+ __export(require('./c_label_m_disabled__content_Color'));
3158
+ __export(require('./c_label_m_disabled__icon_Color'));
3159
+ __export(require('./c_label_c_button_m_disabled_Color'));
3156
3160
  __export(require('./c_label_group'));
3157
3161
  __export(require('./c_label_group_RowGap'));
3158
3162
  __export(require('./c_label_group_ColumnGap'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-tokens",
3
- "version": "5.3.0-prerelease.2",
3
+ "version": "5.3.0-prerelease.3",
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",
@@ -28,11 +28,11 @@
28
28
  "clean": "rimraf dist"
29
29
  },
30
30
  "devDependencies": {
31
- "@patternfly/patternfly": "5.3.0-prerelease.4",
31
+ "@patternfly/patternfly": "5.3.0-prerelease.5",
32
32
  "css": "^2.2.3",
33
33
  "fs-extra": "^11.1.1",
34
34
  "glob": "^7.1.2",
35
35
  "rimraf": "^2.6.2"
36
36
  },
37
- "gitHead": "bb7af9ae8ad9b31892f14878c9bb30599bd88bcd"
37
+ "gitHead": "988c428234f88b32b93290f7ffa8173fa22282cc"
38
38
  }