@patternfly/react-tokens 4.34.3 → 4.35.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 (78) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist/esm/c_expandable_section.d.ts +29 -0
  3. package/dist/esm/c_expandable_section.js +29 -0
  4. package/dist/esm/c_expandable_section__content_PaddingLeft.d.ts +1 -1
  5. package/dist/esm/c_expandable_section__content_PaddingLeft.js +1 -1
  6. package/dist/esm/c_expandable_section__toggle_icon_MinWidth.d.ts +6 -0
  7. package/dist/esm/c_expandable_section__toggle_icon_MinWidth.js +6 -0
  8. package/dist/esm/c_expandable_section_m_indented__content_PaddingLeft.d.ts +6 -0
  9. package/dist/esm/c_expandable_section_m_indented__content_PaddingLeft.js +6 -0
  10. package/dist/esm/c_label.d.ts +125 -0
  11. package/dist/esm/c_label.js +125 -0
  12. package/dist/esm/c_label__editable_text_BorderWidth.d.ts +6 -0
  13. package/dist/esm/c_label__editable_text_BorderWidth.js +6 -0
  14. package/dist/esm/c_label__editable_text_MaxWidth.d.ts +6 -0
  15. package/dist/esm/c_label__editable_text_MaxWidth.js +6 -0
  16. package/dist/esm/c_label_m_compact_m_editable_TextDecorationOffset.d.ts +6 -0
  17. package/dist/esm/c_label_m_compact_m_editable_TextDecorationOffset.js +6 -0
  18. package/dist/esm/c_label_m_editable_Cursor.d.ts +6 -0
  19. package/dist/esm/c_label_m_editable_Cursor.js +6 -0
  20. package/dist/esm/c_label_m_editable_TextDecoration.d.ts +6 -0
  21. package/dist/esm/c_label_m_editable_TextDecoration.js +6 -0
  22. package/dist/esm/c_label_m_editable_TextDecorationColor.d.ts +6 -0
  23. package/dist/esm/c_label_m_editable_TextDecorationColor.js +6 -0
  24. package/dist/esm/c_label_m_editable_TextDecorationOffset.d.ts +6 -0
  25. package/dist/esm/c_label_m_editable_TextDecorationOffset.js +6 -0
  26. package/dist/esm/c_label_m_editable_TextDecorationStyle.d.ts +6 -0
  27. package/dist/esm/c_label_m_editable_TextDecorationStyle.js +6 -0
  28. package/dist/esm/c_label_m_editable_TextDecorationThickness.d.ts +6 -0
  29. package/dist/esm/c_label_m_editable_TextDecorationThickness.js +6 -0
  30. package/dist/esm/c_label_m_editable_focus_TextDecorationColor.d.ts +6 -0
  31. package/dist/esm/c_label_m_editable_focus_TextDecorationColor.js +6 -0
  32. package/dist/esm/c_label_m_editable_hover_TextDecorationColor.d.ts +6 -0
  33. package/dist/esm/c_label_m_editable_hover_TextDecorationColor.js +6 -0
  34. package/dist/esm/c_label_m_editable_m_editable_active_Cursor.d.ts +6 -0
  35. package/dist/esm/c_label_m_editable_m_editable_active_Cursor.js +6 -0
  36. package/dist/esm/c_label_m_editable_m_editable_active_TextDecoration.d.ts +6 -0
  37. package/dist/esm/c_label_m_editable_m_editable_active_TextDecoration.js +6 -0
  38. package/dist/esm/index.d.ts +15 -0
  39. package/dist/esm/index.js +15 -0
  40. package/dist/js/c_expandable_section.d.ts +29 -0
  41. package/dist/js/c_expandable_section.js +29 -0
  42. package/dist/js/c_expandable_section__content_PaddingLeft.d.ts +1 -1
  43. package/dist/js/c_expandable_section__content_PaddingLeft.js +1 -1
  44. package/dist/js/c_expandable_section__toggle_icon_MinWidth.d.ts +6 -0
  45. package/dist/js/c_expandable_section__toggle_icon_MinWidth.js +8 -0
  46. package/dist/js/c_expandable_section_m_indented__content_PaddingLeft.d.ts +6 -0
  47. package/dist/js/c_expandable_section_m_indented__content_PaddingLeft.js +8 -0
  48. package/dist/js/c_label.d.ts +125 -0
  49. package/dist/js/c_label.js +125 -0
  50. package/dist/js/c_label__editable_text_BorderWidth.d.ts +6 -0
  51. package/dist/js/c_label__editable_text_BorderWidth.js +8 -0
  52. package/dist/js/c_label__editable_text_MaxWidth.d.ts +6 -0
  53. package/dist/js/c_label__editable_text_MaxWidth.js +8 -0
  54. package/dist/js/c_label_m_compact_m_editable_TextDecorationOffset.d.ts +6 -0
  55. package/dist/js/c_label_m_compact_m_editable_TextDecorationOffset.js +8 -0
  56. package/dist/js/c_label_m_editable_Cursor.d.ts +6 -0
  57. package/dist/js/c_label_m_editable_Cursor.js +8 -0
  58. package/dist/js/c_label_m_editable_TextDecoration.d.ts +6 -0
  59. package/dist/js/c_label_m_editable_TextDecoration.js +8 -0
  60. package/dist/js/c_label_m_editable_TextDecorationColor.d.ts +6 -0
  61. package/dist/js/c_label_m_editable_TextDecorationColor.js +8 -0
  62. package/dist/js/c_label_m_editable_TextDecorationOffset.d.ts +6 -0
  63. package/dist/js/c_label_m_editable_TextDecorationOffset.js +8 -0
  64. package/dist/js/c_label_m_editable_TextDecorationStyle.d.ts +6 -0
  65. package/dist/js/c_label_m_editable_TextDecorationStyle.js +8 -0
  66. package/dist/js/c_label_m_editable_TextDecorationThickness.d.ts +6 -0
  67. package/dist/js/c_label_m_editable_TextDecorationThickness.js +8 -0
  68. package/dist/js/c_label_m_editable_focus_TextDecorationColor.d.ts +6 -0
  69. package/dist/js/c_label_m_editable_focus_TextDecorationColor.js +8 -0
  70. package/dist/js/c_label_m_editable_hover_TextDecorationColor.d.ts +6 -0
  71. package/dist/js/c_label_m_editable_hover_TextDecorationColor.js +8 -0
  72. package/dist/js/c_label_m_editable_m_editable_active_Cursor.d.ts +6 -0
  73. package/dist/js/c_label_m_editable_m_editable_active_Cursor.js +8 -0
  74. package/dist/js/c_label_m_editable_m_editable_active_TextDecoration.d.ts +6 -0
  75. package/dist/js/c_label_m_editable_m_editable_active_TextDecoration.js +8 -0
  76. package/dist/js/index.d.ts +15 -0
  77. package/dist/js/index.js +15 -0
  78. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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
+ ## 4.35.3 (2022-01-06)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **TopologyControlBar:** Update screen reader className to latest ([#6739](https://github.com/patternfly/patternfly-react/issues/6739)) ([ed9da57](https://github.com/patternfly/patternfly-react/commit/ed9da575fddf9fe7af8a891972f7a66520785411))
12
+
13
+
14
+
15
+
16
+
17
+ ## 4.35.2 (2022-01-06)
18
+
19
+ **Note:** Version bump only for package @patternfly/react-tokens
20
+
21
+
22
+
23
+
24
+
25
+ ## 4.35.1 (2022-01-06)
26
+
27
+ **Note:** Version bump only for package @patternfly/react-tokens
28
+
29
+
30
+
31
+
32
+
33
+ # 4.35.0 (2022-01-05)
34
+
35
+
36
+ ### Features
37
+
38
+ * **Table:** allow a generic to be passed for cell props ([#6691](https://github.com/patternfly/patternfly-react/issues/6691)) ([e22c7be](https://github.com/patternfly/patternfly-react/commit/e22c7bebf630b7cd71e4dc434c593b69fa2fb2c8))
39
+
40
+
41
+
42
+
43
+
6
44
  ## 4.34.3 (2022-01-04)
7
45
 
8
46
 
@@ -89,6 +89,10 @@ export const c_expandable_section: {
89
89
  "#004080"
90
90
  ]
91
91
  },
92
+ "c_expandable_section__toggle_icon_MinWidth": {
93
+ "name": "--pf-c-expandable-section__toggle-icon--MinWidth",
94
+ "value": "1em"
95
+ },
92
96
  "c_expandable_section__toggle_icon_Color": {
93
97
  "name": "--pf-c-expandable-section__toggle-icon--Color",
94
98
  "value": "#151515",
@@ -254,6 +258,17 @@ export const c_expandable_section: {
254
258
  "$pf-color-blue-400",
255
259
  "#06c"
256
260
  ]
261
+ },
262
+ "c_expandable_section_m_indented__content_PaddingLeft": {
263
+ "name": "--pf-c-expandable-section--m-indented__content--PaddingLeft",
264
+ "value": "calc(calc(0.25rem + 0.5rem) + 1em)",
265
+ "values": [
266
+ "calc(--pf-c-expandable-section__toggle-text--MarginLeft + --pf-c-expandable-section__toggle-icon--MinWidth)",
267
+ "calc(calc(--pf-global--spacer--xs + --pf-global--spacer--sm) + 1em)",
268
+ "calc(calc($pf-global--spacer--xs + $pf-global--spacer--sm) + 1em)",
269
+ "calc(calc(pf-size-prem(4px) + pf-size-prem(8px)) + 1em)",
270
+ "calc(calc(0.25rem + 0.5rem) + 1em)"
271
+ ]
257
272
  }
258
273
  },
259
274
  ".pf-c-expandable-section.pf-m-expanded": {
@@ -400,6 +415,20 @@ export const c_expandable_section: {
400
415
  ]
401
416
  }
402
417
  },
418
+ ".pf-c-expandable-section.pf-m-indented": {
419
+ "c_expandable_section__content_PaddingLeft": {
420
+ "name": "--pf-c-expandable-section__content--PaddingLeft",
421
+ "value": "calc(calc(0.25rem + 0.5rem) + 1em)",
422
+ "values": [
423
+ "--pf-c-expandable-section--m-indented__content--PaddingLeft",
424
+ "calc(--pf-c-expandable-section__toggle-text--MarginLeft + --pf-c-expandable-section__toggle-icon--MinWidth)",
425
+ "calc(calc(--pf-global--spacer--xs + --pf-global--spacer--sm) + 1em)",
426
+ "calc(calc($pf-global--spacer--xs + $pf-global--spacer--sm) + 1em)",
427
+ "calc(calc(pf-size-prem(4px) + pf-size-prem(8px)) + 1em)",
428
+ "calc(calc(0.25rem + 0.5rem) + 1em)"
429
+ ]
430
+ }
431
+ },
403
432
  ".pf-c-expandable-section__toggle:hover": {
404
433
  "c_expandable_section__toggle_Color": {
405
434
  "name": "--pf-c-expandable-section__toggle--Color",
@@ -89,6 +89,10 @@ export const c_expandable_section = {
89
89
  "#004080"
90
90
  ]
91
91
  },
92
+ "c_expandable_section__toggle_icon_MinWidth": {
93
+ "name": "--pf-c-expandable-section__toggle-icon--MinWidth",
94
+ "value": "1em"
95
+ },
92
96
  "c_expandable_section__toggle_icon_Color": {
93
97
  "name": "--pf-c-expandable-section__toggle-icon--Color",
94
98
  "value": "#151515",
@@ -254,6 +258,17 @@ export const c_expandable_section = {
254
258
  "$pf-color-blue-400",
255
259
  "#06c"
256
260
  ]
261
+ },
262
+ "c_expandable_section_m_indented__content_PaddingLeft": {
263
+ "name": "--pf-c-expandable-section--m-indented__content--PaddingLeft",
264
+ "value": "calc(calc(0.25rem + 0.5rem) + 1em)",
265
+ "values": [
266
+ "calc(--pf-c-expandable-section__toggle-text--MarginLeft + --pf-c-expandable-section__toggle-icon--MinWidth)",
267
+ "calc(calc(--pf-global--spacer--xs + --pf-global--spacer--sm) + 1em)",
268
+ "calc(calc($pf-global--spacer--xs + $pf-global--spacer--sm) + 1em)",
269
+ "calc(calc(pf-size-prem(4px) + pf-size-prem(8px)) + 1em)",
270
+ "calc(calc(0.25rem + 0.5rem) + 1em)"
271
+ ]
257
272
  }
258
273
  },
259
274
  ".pf-c-expandable-section.pf-m-expanded": {
@@ -400,6 +415,20 @@ export const c_expandable_section = {
400
415
  ]
401
416
  }
402
417
  },
418
+ ".pf-c-expandable-section.pf-m-indented": {
419
+ "c_expandable_section__content_PaddingLeft": {
420
+ "name": "--pf-c-expandable-section__content--PaddingLeft",
421
+ "value": "calc(calc(0.25rem + 0.5rem) + 1em)",
422
+ "values": [
423
+ "--pf-c-expandable-section--m-indented__content--PaddingLeft",
424
+ "calc(--pf-c-expandable-section__toggle-text--MarginLeft + --pf-c-expandable-section__toggle-icon--MinWidth)",
425
+ "calc(calc(--pf-global--spacer--xs + --pf-global--spacer--sm) + 1em)",
426
+ "calc(calc($pf-global--spacer--xs + $pf-global--spacer--sm) + 1em)",
427
+ "calc(calc(pf-size-prem(4px) + pf-size-prem(8px)) + 1em)",
428
+ "calc(calc(0.25rem + 0.5rem) + 1em)"
429
+ ]
430
+ }
431
+ },
403
432
  ".pf-c-expandable-section__toggle:hover": {
404
433
  "c_expandable_section__toggle_Color": {
405
434
  "name": "--pf-c-expandable-section__toggle--Color",
@@ -1,6 +1,6 @@
1
1
  export const c_expandable_section__content_PaddingLeft: {
2
2
  "name": "--pf-c-expandable-section__content--PaddingLeft",
3
- "value": "1.5rem",
3
+ "value": "calc(calc(0.25rem + 0.5rem) + 1em)",
4
4
  "var": "var(--pf-c-expandable-section__content--PaddingLeft)"
5
5
  };
6
6
  export default c_expandable_section__content_PaddingLeft;
@@ -1,6 +1,6 @@
1
1
  export const c_expandable_section__content_PaddingLeft = {
2
2
  "name": "--pf-c-expandable-section__content--PaddingLeft",
3
- "value": "1.5rem",
3
+ "value": "calc(calc(0.25rem + 0.5rem) + 1em)",
4
4
  "var": "var(--pf-c-expandable-section__content--PaddingLeft)"
5
5
  };
6
6
  export default c_expandable_section__content_PaddingLeft;
@@ -0,0 +1,6 @@
1
+ export const c_expandable_section__toggle_icon_MinWidth: {
2
+ "name": "--pf-c-expandable-section__toggle-icon--MinWidth",
3
+ "value": "1em",
4
+ "var": "var(--pf-c-expandable-section__toggle-icon--MinWidth)"
5
+ };
6
+ export default c_expandable_section__toggle_icon_MinWidth;
@@ -0,0 +1,6 @@
1
+ export const c_expandable_section__toggle_icon_MinWidth = {
2
+ "name": "--pf-c-expandable-section__toggle-icon--MinWidth",
3
+ "value": "1em",
4
+ "var": "var(--pf-c-expandable-section__toggle-icon--MinWidth)"
5
+ };
6
+ export default c_expandable_section__toggle_icon_MinWidth;
@@ -0,0 +1,6 @@
1
+ export const c_expandable_section_m_indented__content_PaddingLeft: {
2
+ "name": "--pf-c-expandable-section--m-indented__content--PaddingLeft",
3
+ "value": "calc(calc(0.25rem + 0.5rem) + 1em)",
4
+ "var": "var(--pf-c-expandable-section--m-indented__content--PaddingLeft)"
5
+ };
6
+ export default c_expandable_section_m_indented__content_PaddingLeft;
@@ -0,0 +1,6 @@
1
+ export const c_expandable_section_m_indented__content_PaddingLeft = {
2
+ "name": "--pf-c-expandable-section--m-indented__content--PaddingLeft",
3
+ "value": "calc(calc(0.25rem + 0.5rem) + 1em)",
4
+ "var": "var(--pf-c-expandable-section--m-indented__content--PaddingLeft)"
5
+ };
6
+ export default c_expandable_section_m_indented__content_PaddingLeft;
@@ -894,6 +894,10 @@ export const c_label: {
894
894
  "0.75rem"
895
895
  ]
896
896
  },
897
+ "c_label_m_compact_m_editable_TextDecorationOffset": {
898
+ "name": "--pf-c-label--m-compact--m-editable--TextDecorationOffset",
899
+ "value": "0.0625rem"
900
+ },
897
901
  "c_label__content_Color": {
898
902
  "name": "--pf-c-label__content--Color",
899
903
  "value": "#151515",
@@ -1028,6 +1032,77 @@ export const c_label: {
1028
1032
  "0.5rem"
1029
1033
  ]
1030
1034
  },
1035
+ "c_label__editable_text_MaxWidth": {
1036
+ "name": "--pf-c-label__editable-text--MaxWidth",
1037
+ "value": "16ch"
1038
+ },
1039
+ "c_label__editable_text_BorderWidth": {
1040
+ "name": "--pf-c-label__editable-text--BorderWidth",
1041
+ "value": "0"
1042
+ },
1043
+ "c_label_m_editable_Cursor": {
1044
+ "name": "--pf-c-label--m-editable--Cursor",
1045
+ "value": "pointer"
1046
+ },
1047
+ "c_label_m_editable_TextDecoration": {
1048
+ "name": "--pf-c-label--m-editable--TextDecoration",
1049
+ "value": "underline"
1050
+ },
1051
+ "c_label_m_editable_TextDecorationStyle": {
1052
+ "name": "--pf-c-label--m-editable--TextDecorationStyle",
1053
+ "value": "dashed"
1054
+ },
1055
+ "c_label_m_editable_TextDecorationThickness": {
1056
+ "name": "--pf-c-label--m-editable--TextDecorationThickness",
1057
+ "value": "1px",
1058
+ "values": [
1059
+ "--pf-global--BorderWidth--sm",
1060
+ "$pf-global--BorderWidth--sm",
1061
+ "1px"
1062
+ ]
1063
+ },
1064
+ "c_label_m_editable_TextDecorationOffset": {
1065
+ "name": "--pf-c-label--m-editable--TextDecorationOffset",
1066
+ "value": "0.25rem"
1067
+ },
1068
+ "c_label_m_editable_TextDecorationColor": {
1069
+ "name": "--pf-c-label--m-editable--TextDecorationColor",
1070
+ "value": "#8a8d90",
1071
+ "values": [
1072
+ "--pf-global--BorderColor--200",
1073
+ "$pf-global--BorderColor--200",
1074
+ "$pf-color-black-500",
1075
+ "#8a8d90"
1076
+ ]
1077
+ },
1078
+ "c_label_m_editable_hover_TextDecorationColor": {
1079
+ "name": "--pf-c-label--m-editable--hover--TextDecorationColor",
1080
+ "value": "#151515",
1081
+ "values": [
1082
+ "--pf-global--Color--100",
1083
+ "$pf-global--Color--100",
1084
+ "$pf-color-black-900",
1085
+ "#151515"
1086
+ ]
1087
+ },
1088
+ "c_label_m_editable_focus_TextDecorationColor": {
1089
+ "name": "--pf-c-label--m-editable--focus--TextDecorationColor",
1090
+ "value": "#151515",
1091
+ "values": [
1092
+ "--pf-global--Color--100",
1093
+ "$pf-global--Color--100",
1094
+ "$pf-color-black-900",
1095
+ "#151515"
1096
+ ]
1097
+ },
1098
+ "c_label_m_editable_m_editable_active_Cursor": {
1099
+ "name": "--pf-c-label--m-editable--m-editable-active--Cursor",
1100
+ "value": "auto"
1101
+ },
1102
+ "c_label_m_editable_m_editable_active_TextDecoration": {
1103
+ "name": "--pf-c-label--m-editable--m-editable-active--TextDecoration",
1104
+ "value": "none"
1105
+ },
1031
1106
  "c_label_m_editable_m_editable_active_BackgroundColor": {
1032
1107
  "name": "--pf-c-label--m-editable--m-editable-active--BackgroundColor",
1033
1108
  "value": "transparent"
@@ -1090,6 +1165,14 @@ export const c_label: {
1090
1165
  "pf-font-prem(12px)",
1091
1166
  "0.75rem"
1092
1167
  ]
1168
+ },
1169
+ "c_label_m_editable_TextDecorationOffset": {
1170
+ "name": "--pf-c-label--m-editable--TextDecorationOffset",
1171
+ "value": "0.0625rem",
1172
+ "values": [
1173
+ "--pf-c-label--m-compact--m-editable--TextDecorationOffset",
1174
+ "0.0625rem"
1175
+ ]
1093
1176
  }
1094
1177
  },
1095
1178
  ".pf-c-label.pf-m-blue": {
@@ -1831,7 +1914,49 @@ export const c_label: {
1831
1914
  ]
1832
1915
  }
1833
1916
  },
1917
+ ".pf-c-label.pf-m-editable:hover": {
1918
+ "c_label_m_editable_TextDecorationColor": {
1919
+ "name": "--pf-c-label--m-editable--TextDecorationColor",
1920
+ "value": "#151515",
1921
+ "values": [
1922
+ "--pf-c-label--m-editable--hover--TextDecorationColor",
1923
+ "--pf-global--Color--100",
1924
+ "$pf-global--Color--100",
1925
+ "$pf-color-black-900",
1926
+ "#151515"
1927
+ ]
1928
+ }
1929
+ },
1930
+ ".pf-c-label.pf-m-editable:focus": {
1931
+ "c_label_m_editable_TextDecorationColor": {
1932
+ "name": "--pf-c-label--m-editable--TextDecorationColor",
1933
+ "value": "#151515",
1934
+ "values": [
1935
+ "--pf-c-label--m-editable--focus--TextDecorationColor",
1936
+ "--pf-global--Color--100",
1937
+ "$pf-global--Color--100",
1938
+ "$pf-color-black-900",
1939
+ "#151515"
1940
+ ]
1941
+ }
1942
+ },
1834
1943
  ".pf-c-label.pf-m-editable-active": {
1944
+ "c_label_m_editable_Cursor": {
1945
+ "name": "--pf-c-label--m-editable--Cursor",
1946
+ "value": "auto",
1947
+ "values": [
1948
+ "--pf-c-label--m-editable--m-editable-active--Cursor",
1949
+ "auto"
1950
+ ]
1951
+ },
1952
+ "c_label_m_editable_TextDecoration": {
1953
+ "name": "--pf-c-label--m-editable--TextDecoration",
1954
+ "value": "none",
1955
+ "values": [
1956
+ "--pf-c-label--m-editable--m-editable-active--TextDecoration",
1957
+ "none"
1958
+ ]
1959
+ },
1835
1960
  "c_label_BackgroundColor": {
1836
1961
  "name": "--pf-c-label--BackgroundColor",
1837
1962
  "value": "transparent",
@@ -894,6 +894,10 @@ export const c_label = {
894
894
  "0.75rem"
895
895
  ]
896
896
  },
897
+ "c_label_m_compact_m_editable_TextDecorationOffset": {
898
+ "name": "--pf-c-label--m-compact--m-editable--TextDecorationOffset",
899
+ "value": "0.0625rem"
900
+ },
897
901
  "c_label__content_Color": {
898
902
  "name": "--pf-c-label__content--Color",
899
903
  "value": "#151515",
@@ -1028,6 +1032,77 @@ export const c_label = {
1028
1032
  "0.5rem"
1029
1033
  ]
1030
1034
  },
1035
+ "c_label__editable_text_MaxWidth": {
1036
+ "name": "--pf-c-label__editable-text--MaxWidth",
1037
+ "value": "16ch"
1038
+ },
1039
+ "c_label__editable_text_BorderWidth": {
1040
+ "name": "--pf-c-label__editable-text--BorderWidth",
1041
+ "value": "0"
1042
+ },
1043
+ "c_label_m_editable_Cursor": {
1044
+ "name": "--pf-c-label--m-editable--Cursor",
1045
+ "value": "pointer"
1046
+ },
1047
+ "c_label_m_editable_TextDecoration": {
1048
+ "name": "--pf-c-label--m-editable--TextDecoration",
1049
+ "value": "underline"
1050
+ },
1051
+ "c_label_m_editable_TextDecorationStyle": {
1052
+ "name": "--pf-c-label--m-editable--TextDecorationStyle",
1053
+ "value": "dashed"
1054
+ },
1055
+ "c_label_m_editable_TextDecorationThickness": {
1056
+ "name": "--pf-c-label--m-editable--TextDecorationThickness",
1057
+ "value": "1px",
1058
+ "values": [
1059
+ "--pf-global--BorderWidth--sm",
1060
+ "$pf-global--BorderWidth--sm",
1061
+ "1px"
1062
+ ]
1063
+ },
1064
+ "c_label_m_editable_TextDecorationOffset": {
1065
+ "name": "--pf-c-label--m-editable--TextDecorationOffset",
1066
+ "value": "0.25rem"
1067
+ },
1068
+ "c_label_m_editable_TextDecorationColor": {
1069
+ "name": "--pf-c-label--m-editable--TextDecorationColor",
1070
+ "value": "#8a8d90",
1071
+ "values": [
1072
+ "--pf-global--BorderColor--200",
1073
+ "$pf-global--BorderColor--200",
1074
+ "$pf-color-black-500",
1075
+ "#8a8d90"
1076
+ ]
1077
+ },
1078
+ "c_label_m_editable_hover_TextDecorationColor": {
1079
+ "name": "--pf-c-label--m-editable--hover--TextDecorationColor",
1080
+ "value": "#151515",
1081
+ "values": [
1082
+ "--pf-global--Color--100",
1083
+ "$pf-global--Color--100",
1084
+ "$pf-color-black-900",
1085
+ "#151515"
1086
+ ]
1087
+ },
1088
+ "c_label_m_editable_focus_TextDecorationColor": {
1089
+ "name": "--pf-c-label--m-editable--focus--TextDecorationColor",
1090
+ "value": "#151515",
1091
+ "values": [
1092
+ "--pf-global--Color--100",
1093
+ "$pf-global--Color--100",
1094
+ "$pf-color-black-900",
1095
+ "#151515"
1096
+ ]
1097
+ },
1098
+ "c_label_m_editable_m_editable_active_Cursor": {
1099
+ "name": "--pf-c-label--m-editable--m-editable-active--Cursor",
1100
+ "value": "auto"
1101
+ },
1102
+ "c_label_m_editable_m_editable_active_TextDecoration": {
1103
+ "name": "--pf-c-label--m-editable--m-editable-active--TextDecoration",
1104
+ "value": "none"
1105
+ },
1031
1106
  "c_label_m_editable_m_editable_active_BackgroundColor": {
1032
1107
  "name": "--pf-c-label--m-editable--m-editable-active--BackgroundColor",
1033
1108
  "value": "transparent"
@@ -1090,6 +1165,14 @@ export const c_label = {
1090
1165
  "pf-font-prem(12px)",
1091
1166
  "0.75rem"
1092
1167
  ]
1168
+ },
1169
+ "c_label_m_editable_TextDecorationOffset": {
1170
+ "name": "--pf-c-label--m-editable--TextDecorationOffset",
1171
+ "value": "0.0625rem",
1172
+ "values": [
1173
+ "--pf-c-label--m-compact--m-editable--TextDecorationOffset",
1174
+ "0.0625rem"
1175
+ ]
1093
1176
  }
1094
1177
  },
1095
1178
  ".pf-c-label.pf-m-blue": {
@@ -1831,7 +1914,49 @@ export const c_label = {
1831
1914
  ]
1832
1915
  }
1833
1916
  },
1917
+ ".pf-c-label.pf-m-editable:hover": {
1918
+ "c_label_m_editable_TextDecorationColor": {
1919
+ "name": "--pf-c-label--m-editable--TextDecorationColor",
1920
+ "value": "#151515",
1921
+ "values": [
1922
+ "--pf-c-label--m-editable--hover--TextDecorationColor",
1923
+ "--pf-global--Color--100",
1924
+ "$pf-global--Color--100",
1925
+ "$pf-color-black-900",
1926
+ "#151515"
1927
+ ]
1928
+ }
1929
+ },
1930
+ ".pf-c-label.pf-m-editable:focus": {
1931
+ "c_label_m_editable_TextDecorationColor": {
1932
+ "name": "--pf-c-label--m-editable--TextDecorationColor",
1933
+ "value": "#151515",
1934
+ "values": [
1935
+ "--pf-c-label--m-editable--focus--TextDecorationColor",
1936
+ "--pf-global--Color--100",
1937
+ "$pf-global--Color--100",
1938
+ "$pf-color-black-900",
1939
+ "#151515"
1940
+ ]
1941
+ }
1942
+ },
1834
1943
  ".pf-c-label.pf-m-editable-active": {
1944
+ "c_label_m_editable_Cursor": {
1945
+ "name": "--pf-c-label--m-editable--Cursor",
1946
+ "value": "auto",
1947
+ "values": [
1948
+ "--pf-c-label--m-editable--m-editable-active--Cursor",
1949
+ "auto"
1950
+ ]
1951
+ },
1952
+ "c_label_m_editable_TextDecoration": {
1953
+ "name": "--pf-c-label--m-editable--TextDecoration",
1954
+ "value": "none",
1955
+ "values": [
1956
+ "--pf-c-label--m-editable--m-editable-active--TextDecoration",
1957
+ "none"
1958
+ ]
1959
+ },
1835
1960
  "c_label_BackgroundColor": {
1836
1961
  "name": "--pf-c-label--BackgroundColor",
1837
1962
  "value": "transparent",
@@ -0,0 +1,6 @@
1
+ export const c_label__editable_text_BorderWidth: {
2
+ "name": "--pf-c-label__editable-text--BorderWidth",
3
+ "value": "0",
4
+ "var": "var(--pf-c-label__editable-text--BorderWidth)"
5
+ };
6
+ export default c_label__editable_text_BorderWidth;
@@ -0,0 +1,6 @@
1
+ export const c_label__editable_text_BorderWidth = {
2
+ "name": "--pf-c-label__editable-text--BorderWidth",
3
+ "value": "0",
4
+ "var": "var(--pf-c-label__editable-text--BorderWidth)"
5
+ };
6
+ export default c_label__editable_text_BorderWidth;
@@ -0,0 +1,6 @@
1
+ export const c_label__editable_text_MaxWidth: {
2
+ "name": "--pf-c-label__editable-text--MaxWidth",
3
+ "value": "16ch",
4
+ "var": "var(--pf-c-label__editable-text--MaxWidth)"
5
+ };
6
+ export default c_label__editable_text_MaxWidth;
@@ -0,0 +1,6 @@
1
+ export const c_label__editable_text_MaxWidth = {
2
+ "name": "--pf-c-label__editable-text--MaxWidth",
3
+ "value": "16ch",
4
+ "var": "var(--pf-c-label__editable-text--MaxWidth)"
5
+ };
6
+ export default c_label__editable_text_MaxWidth;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_compact_m_editable_TextDecorationOffset: {
2
+ "name": "--pf-c-label--m-compact--m-editable--TextDecorationOffset",
3
+ "value": "0.0625rem",
4
+ "var": "var(--pf-c-label--m-compact--m-editable--TextDecorationOffset)"
5
+ };
6
+ export default c_label_m_compact_m_editable_TextDecorationOffset;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_compact_m_editable_TextDecorationOffset = {
2
+ "name": "--pf-c-label--m-compact--m-editable--TextDecorationOffset",
3
+ "value": "0.0625rem",
4
+ "var": "var(--pf-c-label--m-compact--m-editable--TextDecorationOffset)"
5
+ };
6
+ export default c_label_m_compact_m_editable_TextDecorationOffset;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_editable_Cursor: {
2
+ "name": "--pf-c-label--m-editable--Cursor",
3
+ "value": "auto",
4
+ "var": "var(--pf-c-label--m-editable--Cursor)"
5
+ };
6
+ export default c_label_m_editable_Cursor;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_editable_Cursor = {
2
+ "name": "--pf-c-label--m-editable--Cursor",
3
+ "value": "auto",
4
+ "var": "var(--pf-c-label--m-editable--Cursor)"
5
+ };
6
+ export default c_label_m_editable_Cursor;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_editable_TextDecoration: {
2
+ "name": "--pf-c-label--m-editable--TextDecoration",
3
+ "value": "none",
4
+ "var": "var(--pf-c-label--m-editable--TextDecoration)"
5
+ };
6
+ export default c_label_m_editable_TextDecoration;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_editable_TextDecoration = {
2
+ "name": "--pf-c-label--m-editable--TextDecoration",
3
+ "value": "none",
4
+ "var": "var(--pf-c-label--m-editable--TextDecoration)"
5
+ };
6
+ export default c_label_m_editable_TextDecoration;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_editable_TextDecorationColor: {
2
+ "name": "--pf-c-label--m-editable--TextDecorationColor",
3
+ "value": "#151515",
4
+ "var": "var(--pf-c-label--m-editable--TextDecorationColor)"
5
+ };
6
+ export default c_label_m_editable_TextDecorationColor;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_editable_TextDecorationColor = {
2
+ "name": "--pf-c-label--m-editable--TextDecorationColor",
3
+ "value": "#151515",
4
+ "var": "var(--pf-c-label--m-editable--TextDecorationColor)"
5
+ };
6
+ export default c_label_m_editable_TextDecorationColor;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_editable_TextDecorationOffset: {
2
+ "name": "--pf-c-label--m-editable--TextDecorationOffset",
3
+ "value": "0.0625rem",
4
+ "var": "var(--pf-c-label--m-editable--TextDecorationOffset)"
5
+ };
6
+ export default c_label_m_editable_TextDecorationOffset;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_editable_TextDecorationOffset = {
2
+ "name": "--pf-c-label--m-editable--TextDecorationOffset",
3
+ "value": "0.0625rem",
4
+ "var": "var(--pf-c-label--m-editable--TextDecorationOffset)"
5
+ };
6
+ export default c_label_m_editable_TextDecorationOffset;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_editable_TextDecorationStyle: {
2
+ "name": "--pf-c-label--m-editable--TextDecorationStyle",
3
+ "value": "dashed",
4
+ "var": "var(--pf-c-label--m-editable--TextDecorationStyle)"
5
+ };
6
+ export default c_label_m_editable_TextDecorationStyle;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_editable_TextDecorationStyle = {
2
+ "name": "--pf-c-label--m-editable--TextDecorationStyle",
3
+ "value": "dashed",
4
+ "var": "var(--pf-c-label--m-editable--TextDecorationStyle)"
5
+ };
6
+ export default c_label_m_editable_TextDecorationStyle;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_editable_TextDecorationThickness: {
2
+ "name": "--pf-c-label--m-editable--TextDecorationThickness",
3
+ "value": "1px",
4
+ "var": "var(--pf-c-label--m-editable--TextDecorationThickness)"
5
+ };
6
+ export default c_label_m_editable_TextDecorationThickness;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_editable_TextDecorationThickness = {
2
+ "name": "--pf-c-label--m-editable--TextDecorationThickness",
3
+ "value": "1px",
4
+ "var": "var(--pf-c-label--m-editable--TextDecorationThickness)"
5
+ };
6
+ export default c_label_m_editable_TextDecorationThickness;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_editable_focus_TextDecorationColor: {
2
+ "name": "--pf-c-label--m-editable--focus--TextDecorationColor",
3
+ "value": "#151515",
4
+ "var": "var(--pf-c-label--m-editable--focus--TextDecorationColor)"
5
+ };
6
+ export default c_label_m_editable_focus_TextDecorationColor;
@@ -0,0 +1,6 @@
1
+ export const c_label_m_editable_focus_TextDecorationColor = {
2
+ "name": "--pf-c-label--m-editable--focus--TextDecorationColor",
3
+ "value": "#151515",
4
+ "var": "var(--pf-c-label--m-editable--focus--TextDecorationColor)"
5
+ };
6
+ export default c_label_m_editable_focus_TextDecorationColor;