@patternfly/react-tokens 4.57.0 → 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 +8 -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,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_divider_FlexDirection = {
4
+ "name": "--pf-c-divider--FlexDirection",
5
+ "value": "column",
6
+ "var": "var(--pf-c-divider--FlexDirection)"
7
+ };
8
+ exports["default"] = exports.c_divider_FlexDirection;
@@ -1,6 +1,6 @@
1
1
  export const c_divider_after_Height: {
2
2
  "name": "--pf-c-divider--after--Height",
3
- "value": "1px",
3
+ "value": "auto",
4
4
  "var": "var(--pf-c-divider--after--Height)"
5
5
  };
6
6
  export default c_divider_after_Height;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_divider_after_Height = {
4
4
  "name": "--pf-c-divider--after--Height",
5
- "value": "1px",
5
+ "value": "auto",
6
6
  "var": "var(--pf-c-divider--after--Height)"
7
7
  };
8
8
  exports["default"] = exports.c_divider_after_Height;
@@ -0,0 +1,6 @@
1
+ export const c_divider_after_Width: {
2
+ "name": "--pf-c-divider--after--Width",
3
+ "value": "1px",
4
+ "var": "var(--pf-c-divider--after--Width)"
5
+ };
6
+ export default c_divider_after_Width;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_divider_after_Width = {
4
+ "name": "--pf-c-divider--after--Width",
5
+ "value": "1px",
6
+ "var": "var(--pf-c-divider--after--Width)"
7
+ };
8
+ exports["default"] = exports.c_divider_after_Width;
@@ -0,0 +1,6 @@
1
+ export const c_divider_m_horizontal_Display: {
2
+ "name": "--pf-c-divider--m-horizontal--Display",
3
+ "value": "flex",
4
+ "var": "var(--pf-c-divider--m-horizontal--Display)"
5
+ };
6
+ export default c_divider_m_horizontal_Display;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_divider_m_horizontal_Display = {
4
+ "name": "--pf-c-divider--m-horizontal--Display",
5
+ "value": "flex",
6
+ "var": "var(--pf-c-divider--m-horizontal--Display)"
7
+ };
8
+ exports["default"] = exports.c_divider_m_horizontal_Display;
@@ -0,0 +1,6 @@
1
+ export const c_divider_m_horizontal_FlexDirection: {
2
+ "name": "--pf-c-divider--m-horizontal--FlexDirection",
3
+ "value": "row",
4
+ "var": "var(--pf-c-divider--m-horizontal--FlexDirection)"
5
+ };
6
+ export default c_divider_m_horizontal_FlexDirection;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_divider_m_horizontal_FlexDirection = {
4
+ "name": "--pf-c-divider--m-horizontal--FlexDirection",
5
+ "value": "row",
6
+ "var": "var(--pf-c-divider--m-horizontal--FlexDirection)"
7
+ };
8
+ exports["default"] = exports.c_divider_m_horizontal_FlexDirection;
@@ -0,0 +1,6 @@
1
+ export const c_divider_m_horizontal_after_Height: {
2
+ "name": "--pf-c-divider--m-horizontal--after--Height",
3
+ "value": "1px",
4
+ "var": "var(--pf-c-divider--m-horizontal--after--Height)"
5
+ };
6
+ export default c_divider_m_horizontal_after_Height;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_divider_m_horizontal_after_Height = {
4
+ "name": "--pf-c-divider--m-horizontal--after--Height",
5
+ "value": "1px",
6
+ "var": "var(--pf-c-divider--m-horizontal--after--Height)"
7
+ };
8
+ exports["default"] = exports.c_divider_m_horizontal_after_Height;
@@ -0,0 +1,6 @@
1
+ export const c_divider_m_horizontal_after_Width: {
2
+ "name": "--pf-c-divider--m-horizontal--after--Width",
3
+ "value": "auto",
4
+ "var": "var(--pf-c-divider--m-horizontal--after--Width)"
5
+ };
6
+ export default c_divider_m_horizontal_after_Width;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_divider_m_horizontal_after_Width = {
4
+ "name": "--pf-c-divider--m-horizontal--after--Width",
5
+ "value": "auto",
6
+ "var": "var(--pf-c-divider--m-horizontal--after--Width)"
7
+ };
8
+ exports["default"] = exports.c_divider_m_horizontal_after_Width;
@@ -0,0 +1,6 @@
1
+ export const c_divider_m_vertical_Display: {
2
+ "name": "--pf-c-divider--m-vertical--Display",
3
+ "value": "inline-flex",
4
+ "var": "var(--pf-c-divider--m-vertical--Display)"
5
+ };
6
+ export default c_divider_m_vertical_Display;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_divider_m_vertical_Display = {
4
+ "name": "--pf-c-divider--m-vertical--Display",
5
+ "value": "inline-flex",
6
+ "var": "var(--pf-c-divider--m-vertical--Display)"
7
+ };
8
+ exports["default"] = exports.c_divider_m_vertical_Display;
@@ -0,0 +1,6 @@
1
+ export const c_divider_m_vertical_FlexDirection: {
2
+ "name": "--pf-c-divider--m-vertical--FlexDirection",
3
+ "value": "column",
4
+ "var": "var(--pf-c-divider--m-vertical--FlexDirection)"
5
+ };
6
+ export default c_divider_m_vertical_FlexDirection;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_divider_m_vertical_FlexDirection = {
4
+ "name": "--pf-c-divider--m-vertical--FlexDirection",
5
+ "value": "column",
6
+ "var": "var(--pf-c-divider--m-vertical--FlexDirection)"
7
+ };
8
+ exports["default"] = exports.c_divider_m_vertical_FlexDirection;
@@ -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;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_divider_m_vertical_after_Height = {
4
+ "name": "--pf-c-divider--m-vertical--after--Height",
5
+ "value": "auto",
6
+ "var": "var(--pf-c-divider--m-vertical--after--Height)"
7
+ };
8
+ exports["default"] = exports.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;
package/dist/js/c_page.js CHANGED
@@ -1306,6 +1306,16 @@ exports.c_page = {
1306
1306
  "$pf-global--BorderWidth--sm",
1307
1307
  "1px"
1308
1308
  ]
1309
+ },
1310
+ "c_page__main_wizard_m_light_200_BackgroundColor": {
1311
+ "name": "--pf-c-page__main-wizard--m-light-200--BackgroundColor",
1312
+ "value": "#f0f0f0",
1313
+ "values": [
1314
+ "--pf-global--BackgroundColor--200",
1315
+ "$pf-global--BackgroundColor--200",
1316
+ "$pf-color-black-200",
1317
+ "#f0f0f0"
1318
+ ]
1309
1319
  }
1310
1320
  },
1311
1321
  ".pf-c-page__header-tools-group": {
@@ -1551,6 +1561,19 @@ exports.c_page = {
1551
1561
  "name": "--pf-c-page__main-wizard--BorderTopWidth",
1552
1562
  "value": "0"
1553
1563
  }
1564
+ },
1565
+ ".pf-c-page__main-wizard.pf-m-light-200": {
1566
+ "c_page__main_wizard_BackgroundColor": {
1567
+ "name": "--pf-c-page__main-wizard--BackgroundColor",
1568
+ "value": "#f0f0f0",
1569
+ "values": [
1570
+ "--pf-c-page__main-wizard--m-light-200--BackgroundColor",
1571
+ "--pf-global--BackgroundColor--200",
1572
+ "$pf-global--BackgroundColor--200",
1573
+ "$pf-color-black-200",
1574
+ "#f0f0f0"
1575
+ ]
1576
+ }
1554
1577
  }
1555
1578
  };
1556
1579
  exports["default"] = exports.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;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_page__main_wizard_BackgroundColor = {
4
4
  "name": "--pf-c-page__main-wizard--BackgroundColor",
5
- "value": "#fff",
5
+ "value": "#f0f0f0",
6
6
  "var": "var(--pf-c-page__main-wizard--BackgroundColor)"
7
7
  };
8
8
  exports["default"] = exports.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,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_page__main_wizard_m_light_200_BackgroundColor = {
4
+ "name": "--pf-c-page__main-wizard--m-light-200--BackgroundColor",
5
+ "value": "#f0f0f0",
6
+ "var": "var(--pf-c-page__main-wizard--m-light-200--BackgroundColor)"
7
+ };
8
+ exports["default"] = exports.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/js/index.js CHANGED
@@ -1789,6 +1789,7 @@ __export(require('./c_page__main_tabs_BackgroundColor'));
1789
1789
  __export(require('./c_page__main_wizard_BackgroundColor'));
1790
1790
  __export(require('./c_page__main_wizard_BorderTopColor'));
1791
1791
  __export(require('./c_page__main_wizard_BorderTopWidth'));
1792
+ __export(require('./c_page__main_wizard_m_light_200_BackgroundColor'));
1792
1793
  __export(require('./c_notification_badge_after_BackgroundColor'));
1793
1794
  __export(require('./c_context_selector__toggle_BorderTopColor'));
1794
1795
  __export(require('./c_context_selector__toggle_BorderRightColor'));
@@ -3796,14 +3797,25 @@ __export(require('./c_droppable_m_dragging_after_BorderWidth'));
3796
3797
  __export(require('./c_droppable_m_dragging_after_BorderColor'));
3797
3798
  __export(require('./c_droppable_m_drag_outside_after_BorderColor'));
3798
3799
  __export(require('./c_divider'));
3800
+ __export(require('./c_divider_BorderWidth_base'));
3801
+ __export(require('./c_divider_BorderColor_base'));
3799
3802
  __export(require('./c_divider_Height'));
3800
3803
  __export(require('./c_divider_BackgroundColor'));
3801
- __export(require('./c_divider_after_Height'));
3802
- __export(require('./c_divider_Display'));
3803
3804
  __export(require('./c_divider_after_FlexBasis'));
3804
3805
  __export(require('./c_divider_after_Inset'));
3805
3806
  __export(require('./c_divider_m_vertical_after_FlexBasis'));
3807
+ __export(require('./c_divider_m_horizontal_Display'));
3808
+ __export(require('./c_divider_m_horizontal_FlexDirection'));
3809
+ __export(require('./c_divider_m_horizontal_after_Height'));
3810
+ __export(require('./c_divider_m_horizontal_after_Width'));
3811
+ __export(require('./c_divider_m_vertical_Display'));
3812
+ __export(require('./c_divider_m_vertical_FlexDirection'));
3813
+ __export(require('./c_divider_m_vertical_after_Height'));
3806
3814
  __export(require('./c_divider_m_vertical_after_Width'));
3815
+ __export(require('./c_divider_Display'));
3816
+ __export(require('./c_divider_FlexDirection'));
3817
+ __export(require('./c_divider_after_Width'));
3818
+ __export(require('./c_divider_after_Height'));
3807
3819
  __export(require('./c_description_list'));
3808
3820
  __export(require('./c_description_list_RowGap'));
3809
3821
  __export(require('./c_description_list_ColumnGap'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-tokens",
3
- "version": "4.57.0",
3
+ "version": "4.57.1",
4
4
  "description": "This library provides access to the design tokens of PatternFly 4 from JavaScript",
5
5
  "main": "dist/js/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -29,11 +29,11 @@
29
29
  "clean": "rimraf dist"
30
30
  },
31
31
  "devDependencies": {
32
- "@patternfly/patternfly": "4.190.0",
32
+ "@patternfly/patternfly": "4.192.0",
33
33
  "css": "^2.2.3",
34
34
  "fs-extra": "^6.0.1",
35
35
  "glob": "^7.1.2",
36
36
  "rimraf": "^2.6.2"
37
37
  },
38
- "gitHead": "aad64697166a03d35c3e711df51f25ec0d517623"
38
+ "gitHead": "4d73b9030cf92b075c46a0eeab561d47070bec50"
39
39
  }