@patternfly/react-tokens 4.55.2 → 4.57.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 (74) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/esm/c_divider.d.ts +130 -11
  3. package/dist/esm/c_divider.js +130 -11
  4. package/dist/esm/c_divider_BorderColor_base.d.ts +6 -0
  5. package/dist/esm/c_divider_BorderColor_base.js +6 -0
  6. package/dist/esm/c_divider_BorderWidth_base.d.ts +6 -0
  7. package/dist/esm/c_divider_BorderWidth_base.js +6 -0
  8. package/dist/esm/c_divider_Display.d.ts +1 -1
  9. package/dist/esm/c_divider_Display.js +1 -1
  10. package/dist/esm/c_divider_FlexDirection.d.ts +6 -0
  11. package/dist/esm/c_divider_FlexDirection.js +6 -0
  12. package/dist/esm/c_divider_after_Height.d.ts +1 -1
  13. package/dist/esm/c_divider_after_Height.js +1 -1
  14. package/dist/esm/c_divider_after_Width.d.ts +6 -0
  15. package/dist/esm/c_divider_after_Width.js +6 -0
  16. package/dist/esm/c_divider_m_horizontal_Display.d.ts +6 -0
  17. package/dist/esm/c_divider_m_horizontal_Display.js +6 -0
  18. package/dist/esm/c_divider_m_horizontal_FlexDirection.d.ts +6 -0
  19. package/dist/esm/c_divider_m_horizontal_FlexDirection.js +6 -0
  20. package/dist/esm/c_divider_m_horizontal_after_Height.d.ts +6 -0
  21. package/dist/esm/c_divider_m_horizontal_after_Height.js +6 -0
  22. package/dist/esm/c_divider_m_horizontal_after_Width.d.ts +6 -0
  23. package/dist/esm/c_divider_m_horizontal_after_Width.js +6 -0
  24. package/dist/esm/c_divider_m_vertical_Display.d.ts +6 -0
  25. package/dist/esm/c_divider_m_vertical_Display.js +6 -0
  26. package/dist/esm/c_divider_m_vertical_FlexDirection.d.ts +6 -0
  27. package/dist/esm/c_divider_m_vertical_FlexDirection.js +6 -0
  28. package/dist/esm/c_divider_m_vertical_after_Height.d.ts +6 -0
  29. package/dist/esm/c_divider_m_vertical_after_Height.js +6 -0
  30. package/dist/esm/c_page.d.ts +23 -0
  31. package/dist/esm/c_page.js +23 -0
  32. package/dist/esm/c_page__main_wizard_BackgroundColor.d.ts +1 -1
  33. package/dist/esm/c_page__main_wizard_BackgroundColor.js +1 -1
  34. package/dist/esm/c_page__main_wizard_m_light_200_BackgroundColor.d.ts +6 -0
  35. package/dist/esm/c_page__main_wizard_m_light_200_BackgroundColor.js +6 -0
  36. package/dist/esm/index.d.ts +14 -2
  37. package/dist/esm/index.js +14 -2
  38. package/dist/js/c_divider.d.ts +130 -11
  39. package/dist/js/c_divider.js +130 -11
  40. package/dist/js/c_divider_BorderColor_base.d.ts +6 -0
  41. package/dist/js/c_divider_BorderColor_base.js +8 -0
  42. package/dist/js/c_divider_BorderWidth_base.d.ts +6 -0
  43. package/dist/js/c_divider_BorderWidth_base.js +8 -0
  44. package/dist/js/c_divider_Display.d.ts +1 -1
  45. package/dist/js/c_divider_Display.js +1 -1
  46. package/dist/js/c_divider_FlexDirection.d.ts +6 -0
  47. package/dist/js/c_divider_FlexDirection.js +8 -0
  48. package/dist/js/c_divider_after_Height.d.ts +1 -1
  49. package/dist/js/c_divider_after_Height.js +1 -1
  50. package/dist/js/c_divider_after_Width.d.ts +6 -0
  51. package/dist/js/c_divider_after_Width.js +8 -0
  52. package/dist/js/c_divider_m_horizontal_Display.d.ts +6 -0
  53. package/dist/js/c_divider_m_horizontal_Display.js +8 -0
  54. package/dist/js/c_divider_m_horizontal_FlexDirection.d.ts +6 -0
  55. package/dist/js/c_divider_m_horizontal_FlexDirection.js +8 -0
  56. package/dist/js/c_divider_m_horizontal_after_Height.d.ts +6 -0
  57. package/dist/js/c_divider_m_horizontal_after_Height.js +8 -0
  58. package/dist/js/c_divider_m_horizontal_after_Width.d.ts +6 -0
  59. package/dist/js/c_divider_m_horizontal_after_Width.js +8 -0
  60. package/dist/js/c_divider_m_vertical_Display.d.ts +6 -0
  61. package/dist/js/c_divider_m_vertical_Display.js +8 -0
  62. package/dist/js/c_divider_m_vertical_FlexDirection.d.ts +6 -0
  63. package/dist/js/c_divider_m_vertical_FlexDirection.js +8 -0
  64. package/dist/js/c_divider_m_vertical_after_Height.d.ts +6 -0
  65. package/dist/js/c_divider_m_vertical_after_Height.js +8 -0
  66. package/dist/js/c_page.d.ts +23 -0
  67. package/dist/js/c_page.js +23 -0
  68. package/dist/js/c_page__main_wizard_BackgroundColor.d.ts +1 -1
  69. package/dist/js/c_page__main_wizard_BackgroundColor.js +1 -1
  70. package/dist/js/c_page__main_wizard_m_light_200_BackgroundColor.d.ts +6 -0
  71. package/dist/js/c_page__main_wizard_m_light_200_BackgroundColor.js +8 -0
  72. package/dist/js/index.d.ts +14 -2
  73. package/dist/js/index.js +14 -2
  74. package/package.json +3 -3
@@ -0,0 +1,6 @@
1
+ export const c_divider_m_vertical_after_Height = {
2
+ "name": "--pf-c-divider--m-vertical--after--Height",
3
+ "value": "auto",
4
+ "var": "var(--pf-c-divider--m-vertical--after--Height)"
5
+ };
6
+ export default c_divider_m_vertical_after_Height;
@@ -1304,6 +1304,16 @@ export const c_page: {
1304
1304
  "$pf-global--BorderWidth--sm",
1305
1305
  "1px"
1306
1306
  ]
1307
+ },
1308
+ "c_page__main_wizard_m_light_200_BackgroundColor": {
1309
+ "name": "--pf-c-page__main-wizard--m-light-200--BackgroundColor",
1310
+ "value": "#f0f0f0",
1311
+ "values": [
1312
+ "--pf-global--BackgroundColor--200",
1313
+ "$pf-global--BackgroundColor--200",
1314
+ "$pf-color-black-200",
1315
+ "#f0f0f0"
1316
+ ]
1307
1317
  }
1308
1318
  },
1309
1319
  ".pf-c-page__header-tools-group": {
@@ -1549,6 +1559,19 @@ export const c_page: {
1549
1559
  "name": "--pf-c-page__main-wizard--BorderTopWidth",
1550
1560
  "value": "0"
1551
1561
  }
1562
+ },
1563
+ ".pf-c-page__main-wizard.pf-m-light-200": {
1564
+ "c_page__main_wizard_BackgroundColor": {
1565
+ "name": "--pf-c-page__main-wizard--BackgroundColor",
1566
+ "value": "#f0f0f0",
1567
+ "values": [
1568
+ "--pf-c-page__main-wizard--m-light-200--BackgroundColor",
1569
+ "--pf-global--BackgroundColor--200",
1570
+ "$pf-global--BackgroundColor--200",
1571
+ "$pf-color-black-200",
1572
+ "#f0f0f0"
1573
+ ]
1574
+ }
1552
1575
  }
1553
1576
  };
1554
1577
  export default c_page;
@@ -1304,6 +1304,16 @@ export const c_page = {
1304
1304
  "$pf-global--BorderWidth--sm",
1305
1305
  "1px"
1306
1306
  ]
1307
+ },
1308
+ "c_page__main_wizard_m_light_200_BackgroundColor": {
1309
+ "name": "--pf-c-page__main-wizard--m-light-200--BackgroundColor",
1310
+ "value": "#f0f0f0",
1311
+ "values": [
1312
+ "--pf-global--BackgroundColor--200",
1313
+ "$pf-global--BackgroundColor--200",
1314
+ "$pf-color-black-200",
1315
+ "#f0f0f0"
1316
+ ]
1307
1317
  }
1308
1318
  },
1309
1319
  ".pf-c-page__header-tools-group": {
@@ -1549,6 +1559,19 @@ export const c_page = {
1549
1559
  "name": "--pf-c-page__main-wizard--BorderTopWidth",
1550
1560
  "value": "0"
1551
1561
  }
1562
+ },
1563
+ ".pf-c-page__main-wizard.pf-m-light-200": {
1564
+ "c_page__main_wizard_BackgroundColor": {
1565
+ "name": "--pf-c-page__main-wizard--BackgroundColor",
1566
+ "value": "#f0f0f0",
1567
+ "values": [
1568
+ "--pf-c-page__main-wizard--m-light-200--BackgroundColor",
1569
+ "--pf-global--BackgroundColor--200",
1570
+ "$pf-global--BackgroundColor--200",
1571
+ "$pf-color-black-200",
1572
+ "#f0f0f0"
1573
+ ]
1574
+ }
1552
1575
  }
1553
1576
  };
1554
1577
  export default c_page;
@@ -1,6 +1,6 @@
1
1
  export const c_page__main_wizard_BackgroundColor: {
2
2
  "name": "--pf-c-page__main-wizard--BackgroundColor",
3
- "value": "#fff",
3
+ "value": "#f0f0f0",
4
4
  "var": "var(--pf-c-page__main-wizard--BackgroundColor)"
5
5
  };
6
6
  export default c_page__main_wizard_BackgroundColor;
@@ -1,6 +1,6 @@
1
1
  export const c_page__main_wizard_BackgroundColor = {
2
2
  "name": "--pf-c-page__main-wizard--BackgroundColor",
3
- "value": "#fff",
3
+ "value": "#f0f0f0",
4
4
  "var": "var(--pf-c-page__main-wizard--BackgroundColor)"
5
5
  };
6
6
  export default c_page__main_wizard_BackgroundColor;
@@ -0,0 +1,6 @@
1
+ export const c_page__main_wizard_m_light_200_BackgroundColor: {
2
+ "name": "--pf-c-page__main-wizard--m-light-200--BackgroundColor",
3
+ "value": "#f0f0f0",
4
+ "var": "var(--pf-c-page__main-wizard--m-light-200--BackgroundColor)"
5
+ };
6
+ export default c_page__main_wizard_m_light_200_BackgroundColor;
@@ -0,0 +1,6 @@
1
+ export const c_page__main_wizard_m_light_200_BackgroundColor = {
2
+ "name": "--pf-c-page__main-wizard--m-light-200--BackgroundColor",
3
+ "value": "#f0f0f0",
4
+ "var": "var(--pf-c-page__main-wizard--m-light-200--BackgroundColor)"
5
+ };
6
+ export default c_page__main_wizard_m_light_200_BackgroundColor;
@@ -1784,6 +1784,7 @@ export { c_page__main_tabs_BackgroundColor } from './c_page__main_tabs_Backgroun
1784
1784
  export { c_page__main_wizard_BackgroundColor } from './c_page__main_wizard_BackgroundColor';
1785
1785
  export { c_page__main_wizard_BorderTopColor } from './c_page__main_wizard_BorderTopColor';
1786
1786
  export { c_page__main_wizard_BorderTopWidth } from './c_page__main_wizard_BorderTopWidth';
1787
+ export { c_page__main_wizard_m_light_200_BackgroundColor } from './c_page__main_wizard_m_light_200_BackgroundColor';
1787
1788
  export { c_notification_badge_after_BackgroundColor } from './c_notification_badge_after_BackgroundColor';
1788
1789
  export { c_context_selector__toggle_BorderTopColor } from './c_context_selector__toggle_BorderTopColor';
1789
1790
  export { c_context_selector__toggle_BorderRightColor } from './c_context_selector__toggle_BorderRightColor';
@@ -3791,14 +3792,25 @@ export { c_droppable_m_dragging_after_BorderWidth } from './c_droppable_m_draggi
3791
3792
  export { c_droppable_m_dragging_after_BorderColor } from './c_droppable_m_dragging_after_BorderColor';
3792
3793
  export { c_droppable_m_drag_outside_after_BorderColor } from './c_droppable_m_drag_outside_after_BorderColor';
3793
3794
  export { c_divider } from './c_divider';
3795
+ export { c_divider_BorderWidth_base } from './c_divider_BorderWidth_base';
3796
+ export { c_divider_BorderColor_base } from './c_divider_BorderColor_base';
3794
3797
  export { c_divider_Height } from './c_divider_Height';
3795
3798
  export { c_divider_BackgroundColor } from './c_divider_BackgroundColor';
3796
- export { c_divider_after_Height } from './c_divider_after_Height';
3797
- export { c_divider_Display } from './c_divider_Display';
3798
3799
  export { c_divider_after_FlexBasis } from './c_divider_after_FlexBasis';
3799
3800
  export { c_divider_after_Inset } from './c_divider_after_Inset';
3800
3801
  export { c_divider_m_vertical_after_FlexBasis } from './c_divider_m_vertical_after_FlexBasis';
3802
+ export { c_divider_m_horizontal_Display } from './c_divider_m_horizontal_Display';
3803
+ export { c_divider_m_horizontal_FlexDirection } from './c_divider_m_horizontal_FlexDirection';
3804
+ export { c_divider_m_horizontal_after_Height } from './c_divider_m_horizontal_after_Height';
3805
+ export { c_divider_m_horizontal_after_Width } from './c_divider_m_horizontal_after_Width';
3806
+ export { c_divider_m_vertical_Display } from './c_divider_m_vertical_Display';
3807
+ export { c_divider_m_vertical_FlexDirection } from './c_divider_m_vertical_FlexDirection';
3808
+ export { c_divider_m_vertical_after_Height } from './c_divider_m_vertical_after_Height';
3801
3809
  export { c_divider_m_vertical_after_Width } from './c_divider_m_vertical_after_Width';
3810
+ export { c_divider_Display } from './c_divider_Display';
3811
+ export { c_divider_FlexDirection } from './c_divider_FlexDirection';
3812
+ export { c_divider_after_Width } from './c_divider_after_Width';
3813
+ export { c_divider_after_Height } from './c_divider_after_Height';
3802
3814
  export { c_description_list } from './c_description_list';
3803
3815
  export { c_description_list_RowGap } from './c_description_list_RowGap';
3804
3816
  export { c_description_list_ColumnGap } from './c_description_list_ColumnGap';
package/dist/esm/index.js CHANGED
@@ -1784,6 +1784,7 @@ export { c_page__main_tabs_BackgroundColor } from './c_page__main_tabs_Backgroun
1784
1784
  export { c_page__main_wizard_BackgroundColor } from './c_page__main_wizard_BackgroundColor';
1785
1785
  export { c_page__main_wizard_BorderTopColor } from './c_page__main_wizard_BorderTopColor';
1786
1786
  export { c_page__main_wizard_BorderTopWidth } from './c_page__main_wizard_BorderTopWidth';
1787
+ export { c_page__main_wizard_m_light_200_BackgroundColor } from './c_page__main_wizard_m_light_200_BackgroundColor';
1787
1788
  export { c_notification_badge_after_BackgroundColor } from './c_notification_badge_after_BackgroundColor';
1788
1789
  export { c_context_selector__toggle_BorderTopColor } from './c_context_selector__toggle_BorderTopColor';
1789
1790
  export { c_context_selector__toggle_BorderRightColor } from './c_context_selector__toggle_BorderRightColor';
@@ -3791,14 +3792,25 @@ export { c_droppable_m_dragging_after_BorderWidth } from './c_droppable_m_draggi
3791
3792
  export { c_droppable_m_dragging_after_BorderColor } from './c_droppable_m_dragging_after_BorderColor';
3792
3793
  export { c_droppable_m_drag_outside_after_BorderColor } from './c_droppable_m_drag_outside_after_BorderColor';
3793
3794
  export { c_divider } from './c_divider';
3795
+ export { c_divider_BorderWidth_base } from './c_divider_BorderWidth_base';
3796
+ export { c_divider_BorderColor_base } from './c_divider_BorderColor_base';
3794
3797
  export { c_divider_Height } from './c_divider_Height';
3795
3798
  export { c_divider_BackgroundColor } from './c_divider_BackgroundColor';
3796
- export { c_divider_after_Height } from './c_divider_after_Height';
3797
- export { c_divider_Display } from './c_divider_Display';
3798
3799
  export { c_divider_after_FlexBasis } from './c_divider_after_FlexBasis';
3799
3800
  export { c_divider_after_Inset } from './c_divider_after_Inset';
3800
3801
  export { c_divider_m_vertical_after_FlexBasis } from './c_divider_m_vertical_after_FlexBasis';
3802
+ export { c_divider_m_horizontal_Display } from './c_divider_m_horizontal_Display';
3803
+ export { c_divider_m_horizontal_FlexDirection } from './c_divider_m_horizontal_FlexDirection';
3804
+ export { c_divider_m_horizontal_after_Height } from './c_divider_m_horizontal_after_Height';
3805
+ export { c_divider_m_horizontal_after_Width } from './c_divider_m_horizontal_after_Width';
3806
+ export { c_divider_m_vertical_Display } from './c_divider_m_vertical_Display';
3807
+ export { c_divider_m_vertical_FlexDirection } from './c_divider_m_vertical_FlexDirection';
3808
+ export { c_divider_m_vertical_after_Height } from './c_divider_m_vertical_after_Height';
3801
3809
  export { c_divider_m_vertical_after_Width } from './c_divider_m_vertical_after_Width';
3810
+ export { c_divider_Display } from './c_divider_Display';
3811
+ export { c_divider_FlexDirection } from './c_divider_FlexDirection';
3812
+ export { c_divider_after_Width } from './c_divider_after_Width';
3813
+ export { c_divider_after_Height } from './c_divider_after_Height';
3802
3814
  export { c_description_list } from './c_description_list';
3803
3815
  export { c_description_list_RowGap } from './c_description_list_RowGap';
3804
3816
  export { c_description_list_ColumnGap } from './c_description_list_ColumnGap';
@@ -18,6 +18,7 @@ export const c_divider: {
18
18
  "values": [
19
19
  "--pf-hidden-visible--visible--Display",
20
20
  "--pf-c-divider--Display",
21
+ "--pf-c-divider--m-horizontal--Display",
21
22
  "flex"
22
23
  ]
23
24
  },
@@ -29,8 +30,8 @@ export const c_divider: {
29
30
  "visible"
30
31
  ]
31
32
  },
32
- "c_divider_Height": {
33
- "name": "--pf-c-divider--Height",
33
+ "c_divider_BorderWidth_base": {
34
+ "name": "--pf-c-divider--BorderWidth--base",
34
35
  "value": "1px",
35
36
  "values": [
36
37
  "--pf-global--BorderWidth--sm",
@@ -38,30 +39,42 @@ export const c_divider: {
38
39
  "1px"
39
40
  ]
40
41
  },
41
- "c_divider_BackgroundColor": {
42
- "name": "--pf-c-divider--BackgroundColor",
42
+ "c_divider_BorderColor_base": {
43
+ "name": "--pf-c-divider--BorderColor--base",
43
44
  "value": "#d2d2d2",
44
45
  "values": [
46
+ "--pf-c-divider--BackgroundColor",
45
47
  "--pf-global--BorderColor--100",
46
48
  "$pf-global--BorderColor--100",
47
49
  "$pf-color-black-300",
48
50
  "#d2d2d2"
49
51
  ]
50
52
  },
51
- "c_divider_after_Height": {
52
- "name": "--pf-c-divider--after--Height",
53
+ "c_divider_Height": {
54
+ "name": "--pf-c-divider--Height",
53
55
  "value": "1px",
54
56
  "values": [
55
- "--pf-c-divider--Height",
57
+ "--pf-c-divider--BorderWidth--base",
56
58
  "--pf-global--BorderWidth--sm",
57
59
  "$pf-global--BorderWidth--sm",
58
60
  "1px"
59
61
  ]
60
62
  },
63
+ "c_divider_BackgroundColor": {
64
+ "name": "--pf-c-divider--BackgroundColor",
65
+ "value": "#d2d2d2",
66
+ "values": [
67
+ "--pf-global--BorderColor--100",
68
+ "$pf-global--BorderColor--100",
69
+ "$pf-color-black-300",
70
+ "#d2d2d2"
71
+ ]
72
+ },
61
73
  "c_divider_after_BackgroundColor": {
62
74
  "name": "--pf-c-divider--after--BackgroundColor",
63
75
  "value": "#d2d2d2",
64
76
  "values": [
77
+ "--pf-c-divider--BorderColor--base",
65
78
  "--pf-c-divider--BackgroundColor",
66
79
  "--pf-global--BorderColor--100",
67
80
  "$pf-global--BorderColor--100",
@@ -69,10 +82,6 @@ export const c_divider: {
69
82
  "#d2d2d2"
70
83
  ]
71
84
  },
72
- "c_divider_Display": {
73
- "name": "--pf-c-divider--Display",
74
- "value": "flex"
75
- },
76
85
  "c_divider_after_FlexBasis": {
77
86
  "name": "--pf-c-divider--after--FlexBasis",
78
87
  "value": "100%"
@@ -85,10 +94,46 @@ export const c_divider: {
85
94
  "name": "--pf-c-divider--m-vertical--after--FlexBasis",
86
95
  "value": "100%"
87
96
  },
97
+ "c_divider_m_horizontal_Display": {
98
+ "name": "--pf-c-divider--m-horizontal--Display",
99
+ "value": "flex"
100
+ },
101
+ "c_divider_m_horizontal_FlexDirection": {
102
+ "name": "--pf-c-divider--m-horizontal--FlexDirection",
103
+ "value": "row"
104
+ },
105
+ "c_divider_m_horizontal_after_Height": {
106
+ "name": "--pf-c-divider--m-horizontal--after--Height",
107
+ "value": "1px",
108
+ "values": [
109
+ "--pf-c-divider--Height",
110
+ "--pf-c-divider--BorderWidth--base",
111
+ "--pf-global--BorderWidth--sm",
112
+ "$pf-global--BorderWidth--sm",
113
+ "1px"
114
+ ]
115
+ },
116
+ "c_divider_m_horizontal_after_Width": {
117
+ "name": "--pf-c-divider--m-horizontal--after--Width",
118
+ "value": "auto"
119
+ },
120
+ "c_divider_m_vertical_Display": {
121
+ "name": "--pf-c-divider--m-vertical--Display",
122
+ "value": "inline-flex"
123
+ },
124
+ "c_divider_m_vertical_FlexDirection": {
125
+ "name": "--pf-c-divider--m-vertical--FlexDirection",
126
+ "value": "column"
127
+ },
128
+ "c_divider_m_vertical_after_Height": {
129
+ "name": "--pf-c-divider--m-vertical--after--Height",
130
+ "value": "auto"
131
+ },
88
132
  "c_divider_m_vertical_after_Width": {
89
133
  "name": "--pf-c-divider--m-vertical--after--Width",
90
134
  "value": "1px",
91
135
  "values": [
136
+ "--pf-c-divider--BorderWidth--base",
92
137
  "--pf-global--BorderWidth--sm",
93
138
  "$pf-global--BorderWidth--sm",
94
139
  "1px"
@@ -99,8 +144,45 @@ export const c_divider: {
99
144
  "value": "flex",
100
145
  "values": [
101
146
  "--pf-c-divider--Display",
147
+ "--pf-c-divider--m-horizontal--Display",
102
148
  "flex"
103
149
  ]
150
+ },
151
+ "c_divider_Display": {
152
+ "name": "--pf-c-divider--Display",
153
+ "value": "flex",
154
+ "values": [
155
+ "--pf-c-divider--m-horizontal--Display",
156
+ "flex"
157
+ ]
158
+ },
159
+ "c_divider_FlexDirection": {
160
+ "name": "--pf-c-divider--FlexDirection",
161
+ "value": "row",
162
+ "values": [
163
+ "--pf-c-divider--m-horizontal--FlexDirection",
164
+ "row"
165
+ ]
166
+ },
167
+ "c_divider_after_Width": {
168
+ "name": "--pf-c-divider--after--Width",
169
+ "value": "auto",
170
+ "values": [
171
+ "--pf-c-divider--m-horizontal--after--Width",
172
+ "auto"
173
+ ]
174
+ },
175
+ "c_divider_after_Height": {
176
+ "name": "--pf-c-divider--after--Height",
177
+ "value": "1px",
178
+ "values": [
179
+ "--pf-c-divider--m-horizontal--after--Height",
180
+ "--pf-c-divider--Height",
181
+ "--pf-c-divider--BorderWidth--base",
182
+ "--pf-global--BorderWidth--sm",
183
+ "$pf-global--BorderWidth--sm",
184
+ "1px"
185
+ ]
104
186
  }
105
187
  },
106
188
  ".pf-m-hidden.pf-c-divider": {
@@ -121,6 +203,43 @@ export const c_divider: {
121
203
  ]
122
204
  }
123
205
  },
206
+ ".pf-c-divider.pf-m-vertical": {
207
+ "c_divider_Display": {
208
+ "name": "--pf-c-divider--Display",
209
+ "value": "inline-flex",
210
+ "values": [
211
+ "--pf-c-divider--m-vertical--Display",
212
+ "inline-flex"
213
+ ]
214
+ },
215
+ "c_divider_FlexDirection": {
216
+ "name": "--pf-c-divider--FlexDirection",
217
+ "value": "column",
218
+ "values": [
219
+ "--pf-c-divider--m-vertical--FlexDirection",
220
+ "column"
221
+ ]
222
+ },
223
+ "c_divider_after_Width": {
224
+ "name": "--pf-c-divider--after--Width",
225
+ "value": "1px",
226
+ "values": [
227
+ "--pf-c-divider--m-vertical--after--Width",
228
+ "--pf-c-divider--BorderWidth--base",
229
+ "--pf-global--BorderWidth--sm",
230
+ "$pf-global--BorderWidth--sm",
231
+ "1px"
232
+ ]
233
+ },
234
+ "c_divider_after_Height": {
235
+ "name": "--pf-c-divider--after--Height",
236
+ "value": "auto",
237
+ "values": [
238
+ "--pf-c-divider--m-vertical--after--Height",
239
+ "auto"
240
+ ]
241
+ }
242
+ },
124
243
  ".pf-c-divider.pf-m-inset-none": {
125
244
  "c_divider_after_Inset": {
126
245
  "name": "--pf-c-divider--after--Inset",
@@ -20,6 +20,7 @@ exports.c_divider = {
20
20
  "values": [
21
21
  "--pf-hidden-visible--visible--Display",
22
22
  "--pf-c-divider--Display",
23
+ "--pf-c-divider--m-horizontal--Display",
23
24
  "flex"
24
25
  ]
25
26
  },
@@ -31,8 +32,8 @@ exports.c_divider = {
31
32
  "visible"
32
33
  ]
33
34
  },
34
- "c_divider_Height": {
35
- "name": "--pf-c-divider--Height",
35
+ "c_divider_BorderWidth_base": {
36
+ "name": "--pf-c-divider--BorderWidth--base",
36
37
  "value": "1px",
37
38
  "values": [
38
39
  "--pf-global--BorderWidth--sm",
@@ -40,30 +41,42 @@ exports.c_divider = {
40
41
  "1px"
41
42
  ]
42
43
  },
43
- "c_divider_BackgroundColor": {
44
- "name": "--pf-c-divider--BackgroundColor",
44
+ "c_divider_BorderColor_base": {
45
+ "name": "--pf-c-divider--BorderColor--base",
45
46
  "value": "#d2d2d2",
46
47
  "values": [
48
+ "--pf-c-divider--BackgroundColor",
47
49
  "--pf-global--BorderColor--100",
48
50
  "$pf-global--BorderColor--100",
49
51
  "$pf-color-black-300",
50
52
  "#d2d2d2"
51
53
  ]
52
54
  },
53
- "c_divider_after_Height": {
54
- "name": "--pf-c-divider--after--Height",
55
+ "c_divider_Height": {
56
+ "name": "--pf-c-divider--Height",
55
57
  "value": "1px",
56
58
  "values": [
57
- "--pf-c-divider--Height",
59
+ "--pf-c-divider--BorderWidth--base",
58
60
  "--pf-global--BorderWidth--sm",
59
61
  "$pf-global--BorderWidth--sm",
60
62
  "1px"
61
63
  ]
62
64
  },
65
+ "c_divider_BackgroundColor": {
66
+ "name": "--pf-c-divider--BackgroundColor",
67
+ "value": "#d2d2d2",
68
+ "values": [
69
+ "--pf-global--BorderColor--100",
70
+ "$pf-global--BorderColor--100",
71
+ "$pf-color-black-300",
72
+ "#d2d2d2"
73
+ ]
74
+ },
63
75
  "c_divider_after_BackgroundColor": {
64
76
  "name": "--pf-c-divider--after--BackgroundColor",
65
77
  "value": "#d2d2d2",
66
78
  "values": [
79
+ "--pf-c-divider--BorderColor--base",
67
80
  "--pf-c-divider--BackgroundColor",
68
81
  "--pf-global--BorderColor--100",
69
82
  "$pf-global--BorderColor--100",
@@ -71,10 +84,6 @@ exports.c_divider = {
71
84
  "#d2d2d2"
72
85
  ]
73
86
  },
74
- "c_divider_Display": {
75
- "name": "--pf-c-divider--Display",
76
- "value": "flex"
77
- },
78
87
  "c_divider_after_FlexBasis": {
79
88
  "name": "--pf-c-divider--after--FlexBasis",
80
89
  "value": "100%"
@@ -87,10 +96,46 @@ exports.c_divider = {
87
96
  "name": "--pf-c-divider--m-vertical--after--FlexBasis",
88
97
  "value": "100%"
89
98
  },
99
+ "c_divider_m_horizontal_Display": {
100
+ "name": "--pf-c-divider--m-horizontal--Display",
101
+ "value": "flex"
102
+ },
103
+ "c_divider_m_horizontal_FlexDirection": {
104
+ "name": "--pf-c-divider--m-horizontal--FlexDirection",
105
+ "value": "row"
106
+ },
107
+ "c_divider_m_horizontal_after_Height": {
108
+ "name": "--pf-c-divider--m-horizontal--after--Height",
109
+ "value": "1px",
110
+ "values": [
111
+ "--pf-c-divider--Height",
112
+ "--pf-c-divider--BorderWidth--base",
113
+ "--pf-global--BorderWidth--sm",
114
+ "$pf-global--BorderWidth--sm",
115
+ "1px"
116
+ ]
117
+ },
118
+ "c_divider_m_horizontal_after_Width": {
119
+ "name": "--pf-c-divider--m-horizontal--after--Width",
120
+ "value": "auto"
121
+ },
122
+ "c_divider_m_vertical_Display": {
123
+ "name": "--pf-c-divider--m-vertical--Display",
124
+ "value": "inline-flex"
125
+ },
126
+ "c_divider_m_vertical_FlexDirection": {
127
+ "name": "--pf-c-divider--m-vertical--FlexDirection",
128
+ "value": "column"
129
+ },
130
+ "c_divider_m_vertical_after_Height": {
131
+ "name": "--pf-c-divider--m-vertical--after--Height",
132
+ "value": "auto"
133
+ },
90
134
  "c_divider_m_vertical_after_Width": {
91
135
  "name": "--pf-c-divider--m-vertical--after--Width",
92
136
  "value": "1px",
93
137
  "values": [
138
+ "--pf-c-divider--BorderWidth--base",
94
139
  "--pf-global--BorderWidth--sm",
95
140
  "$pf-global--BorderWidth--sm",
96
141
  "1px"
@@ -101,8 +146,45 @@ exports.c_divider = {
101
146
  "value": "flex",
102
147
  "values": [
103
148
  "--pf-c-divider--Display",
149
+ "--pf-c-divider--m-horizontal--Display",
104
150
  "flex"
105
151
  ]
152
+ },
153
+ "c_divider_Display": {
154
+ "name": "--pf-c-divider--Display",
155
+ "value": "flex",
156
+ "values": [
157
+ "--pf-c-divider--m-horizontal--Display",
158
+ "flex"
159
+ ]
160
+ },
161
+ "c_divider_FlexDirection": {
162
+ "name": "--pf-c-divider--FlexDirection",
163
+ "value": "row",
164
+ "values": [
165
+ "--pf-c-divider--m-horizontal--FlexDirection",
166
+ "row"
167
+ ]
168
+ },
169
+ "c_divider_after_Width": {
170
+ "name": "--pf-c-divider--after--Width",
171
+ "value": "auto",
172
+ "values": [
173
+ "--pf-c-divider--m-horizontal--after--Width",
174
+ "auto"
175
+ ]
176
+ },
177
+ "c_divider_after_Height": {
178
+ "name": "--pf-c-divider--after--Height",
179
+ "value": "1px",
180
+ "values": [
181
+ "--pf-c-divider--m-horizontal--after--Height",
182
+ "--pf-c-divider--Height",
183
+ "--pf-c-divider--BorderWidth--base",
184
+ "--pf-global--BorderWidth--sm",
185
+ "$pf-global--BorderWidth--sm",
186
+ "1px"
187
+ ]
106
188
  }
107
189
  },
108
190
  ".pf-m-hidden.pf-c-divider": {
@@ -123,6 +205,43 @@ exports.c_divider = {
123
205
  ]
124
206
  }
125
207
  },
208
+ ".pf-c-divider.pf-m-vertical": {
209
+ "c_divider_Display": {
210
+ "name": "--pf-c-divider--Display",
211
+ "value": "inline-flex",
212
+ "values": [
213
+ "--pf-c-divider--m-vertical--Display",
214
+ "inline-flex"
215
+ ]
216
+ },
217
+ "c_divider_FlexDirection": {
218
+ "name": "--pf-c-divider--FlexDirection",
219
+ "value": "column",
220
+ "values": [
221
+ "--pf-c-divider--m-vertical--FlexDirection",
222
+ "column"
223
+ ]
224
+ },
225
+ "c_divider_after_Width": {
226
+ "name": "--pf-c-divider--after--Width",
227
+ "value": "1px",
228
+ "values": [
229
+ "--pf-c-divider--m-vertical--after--Width",
230
+ "--pf-c-divider--BorderWidth--base",
231
+ "--pf-global--BorderWidth--sm",
232
+ "$pf-global--BorderWidth--sm",
233
+ "1px"
234
+ ]
235
+ },
236
+ "c_divider_after_Height": {
237
+ "name": "--pf-c-divider--after--Height",
238
+ "value": "auto",
239
+ "values": [
240
+ "--pf-c-divider--m-vertical--after--Height",
241
+ "auto"
242
+ ]
243
+ }
244
+ },
126
245
  ".pf-c-divider.pf-m-inset-none": {
127
246
  "c_divider_after_Inset": {
128
247
  "name": "--pf-c-divider--after--Inset",
@@ -0,0 +1,6 @@
1
+ export const c_divider_BorderColor_base: {
2
+ "name": "--pf-c-divider--BorderColor--base",
3
+ "value": "#d2d2d2",
4
+ "var": "var(--pf-c-divider--BorderColor--base)"
5
+ };
6
+ export default c_divider_BorderColor_base;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_divider_BorderColor_base = {
4
+ "name": "--pf-c-divider--BorderColor--base",
5
+ "value": "#d2d2d2",
6
+ "var": "var(--pf-c-divider--BorderColor--base)"
7
+ };
8
+ exports["default"] = exports.c_divider_BorderColor_base;
@@ -0,0 +1,6 @@
1
+ export const c_divider_BorderWidth_base: {
2
+ "name": "--pf-c-divider--BorderWidth--base",
3
+ "value": "1px",
4
+ "var": "var(--pf-c-divider--BorderWidth--base)"
5
+ };
6
+ export default c_divider_BorderWidth_base;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_divider_BorderWidth_base = {
4
+ "name": "--pf-c-divider--BorderWidth--base",
5
+ "value": "1px",
6
+ "var": "var(--pf-c-divider--BorderWidth--base)"
7
+ };
8
+ exports["default"] = exports.c_divider_BorderWidth_base;
@@ -1,6 +1,6 @@
1
1
  export const c_divider_Display: {
2
2
  "name": "--pf-c-divider--Display",
3
- "value": "flex",
3
+ "value": "inline-flex",
4
4
  "var": "var(--pf-c-divider--Display)"
5
5
  };
6
6
  export default c_divider_Display;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_divider_Display = {
4
4
  "name": "--pf-c-divider--Display",
5
- "value": "flex",
5
+ "value": "inline-flex",
6
6
  "var": "var(--pf-c-divider--Display)"
7
7
  };
8
8
  exports["default"] = exports.c_divider_Display;