@patternfly/react-tokens 4.74.11 → 4.74.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
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.74.14 (2022-06-17)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-tokens
9
+
10
+
11
+
12
+
13
+
14
+ ## 4.74.13 (2022-06-17)
15
+
16
+ **Note:** Version bump only for package @patternfly/react-tokens
17
+
18
+
19
+
20
+
21
+
22
+ ## 4.74.12 (2022-06-17)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **Table:** account for added columns with expandable ([#7529](https://github.com/patternfly/patternfly-react/issues/7529)) ([dcde7c9](https://github.com/patternfly/patternfly-react/commit/dcde7c95eb7200b706da4d41a46f3f57b5129e40))
28
+
29
+
30
+
31
+
32
+
6
33
  ## 4.74.11 (2022-06-17)
7
34
 
8
35
 
@@ -748,6 +748,25 @@ export const c_card: {
748
748
  "c_card__header_m_toggle_right_actions_MarginRight": {
749
749
  "name": "--pf-c-card__header--m-toggle-right--actions--MarginRight",
750
750
  "value": "0"
751
+ },
752
+ "c_card__input_focus_BorderWidth": {
753
+ "name": "--pf-c-card__input--focus--BorderWidth",
754
+ "value": "2px",
755
+ "values": [
756
+ "--pf-global--BorderWidth--md",
757
+ "$pf-global--BorderWidth--md",
758
+ "2px"
759
+ ]
760
+ },
761
+ "c_card__input_focus_BorderColor": {
762
+ "name": "--pf-c-card__input--focus--BorderColor",
763
+ "value": "#06c",
764
+ "values": [
765
+ "--pf-global--primary-color--100",
766
+ "$pf-global--primary-color--100",
767
+ "$pf-color-blue-400",
768
+ "#06c"
769
+ ]
751
770
  }
752
771
  },
753
772
  ".pf-c-card.pf-m-hoverable-raised:hover": {
@@ -748,6 +748,25 @@ export const c_card = {
748
748
  "c_card__header_m_toggle_right_actions_MarginRight": {
749
749
  "name": "--pf-c-card__header--m-toggle-right--actions--MarginRight",
750
750
  "value": "0"
751
+ },
752
+ "c_card__input_focus_BorderWidth": {
753
+ "name": "--pf-c-card__input--focus--BorderWidth",
754
+ "value": "2px",
755
+ "values": [
756
+ "--pf-global--BorderWidth--md",
757
+ "$pf-global--BorderWidth--md",
758
+ "2px"
759
+ ]
760
+ },
761
+ "c_card__input_focus_BorderColor": {
762
+ "name": "--pf-c-card__input--focus--BorderColor",
763
+ "value": "#06c",
764
+ "values": [
765
+ "--pf-global--primary-color--100",
766
+ "$pf-global--primary-color--100",
767
+ "$pf-color-blue-400",
768
+ "#06c"
769
+ ]
751
770
  }
752
771
  },
753
772
  ".pf-c-card.pf-m-hoverable-raised:hover": {
@@ -0,0 +1,6 @@
1
+ export const c_card__input_focus_BorderColor: {
2
+ "name": "--pf-c-card__input--focus--BorderColor",
3
+ "value": "#06c",
4
+ "var": "var(--pf-c-card__input--focus--BorderColor)"
5
+ };
6
+ export default c_card__input_focus_BorderColor;
@@ -0,0 +1,6 @@
1
+ export const c_card__input_focus_BorderColor = {
2
+ "name": "--pf-c-card__input--focus--BorderColor",
3
+ "value": "#06c",
4
+ "var": "var(--pf-c-card__input--focus--BorderColor)"
5
+ };
6
+ export default c_card__input_focus_BorderColor;
@@ -0,0 +1,6 @@
1
+ export const c_card__input_focus_BorderWidth: {
2
+ "name": "--pf-c-card__input--focus--BorderWidth",
3
+ "value": "2px",
4
+ "var": "var(--pf-c-card__input--focus--BorderWidth)"
5
+ };
6
+ export default c_card__input_focus_BorderWidth;
@@ -0,0 +1,6 @@
1
+ export const c_card__input_focus_BorderWidth = {
2
+ "name": "--pf-c-card__input--focus--BorderWidth",
3
+ "value": "2px",
4
+ "var": "var(--pf-c-card__input--focus--BorderWidth)"
5
+ };
6
+ export default c_card__input_focus_BorderWidth;
@@ -1907,6 +1907,32 @@ export const c_table: {
1907
1907
  ]
1908
1908
  }
1909
1909
  },
1910
+ ".pf-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:not(:nth-last-child(2)) th:not([rowspan])": {
1911
+ "c_table_cell_PaddingBottom": {
1912
+ "name": "--pf-c-table--cell--PaddingBottom",
1913
+ "value": "0.25rem",
1914
+ "values": [
1915
+ "--pf-c-table--thead--m-nested-column-header--tr--PaddingBottom",
1916
+ "--pf-global--spacer--xs",
1917
+ "$pf-global--spacer--xs",
1918
+ "pf-size-prem(4px)",
1919
+ "0.25rem"
1920
+ ]
1921
+ }
1922
+ },
1923
+ ".pf-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:not(:last-child) th:not([rowspan])": {
1924
+ "c_table_cell_PaddingBottom": {
1925
+ "name": "--pf-c-table--cell--PaddingBottom",
1926
+ "value": "0.25rem",
1927
+ "values": [
1928
+ "--pf-c-table--thead--m-nested-column-header--tr--PaddingBottom",
1929
+ "--pf-global--spacer--xs",
1930
+ "$pf-global--spacer--xs",
1931
+ "pf-size-prem(4px)",
1932
+ "0.25rem"
1933
+ ]
1934
+ }
1935
+ },
1910
1936
  ".pf-c-table.pf-m-striped:not(.pf-m-expandable) > tbody > tr:nth-child(odd)": {
1911
1937
  "c_table__sticky_column_BackgroundColor": {
1912
1938
  "name": "--pf-c-table__sticky-column--BackgroundColor",
@@ -2050,25 +2076,6 @@ export const c_table: {
2050
2076
  ]
2051
2077
  }
2052
2078
  },
2053
- ".pf-c-table thead.pf-m-nested-column-header tr:not(:last-child)": {
2054
- "c_table_border_width_base": {
2055
- "name": "--pf-c-table--border-width--base",
2056
- "value": "0"
2057
- }
2058
- },
2059
- ".pf-c-table thead.pf-m-nested-column-header tr:not(:last-child) th:not([rowspan])": {
2060
- "c_table_cell_PaddingBottom": {
2061
- "name": "--pf-c-table--cell--PaddingBottom",
2062
- "value": "0.25rem",
2063
- "values": [
2064
- "--pf-c-table--thead--m-nested-column-header--tr--PaddingBottom",
2065
- "--pf-global--spacer--xs",
2066
- "$pf-global--spacer--xs",
2067
- "pf-size-prem(4px)",
2068
- "0.25rem"
2069
- ]
2070
- }
2071
- },
2072
2079
  ".pf-c-table thead .pf-c-table__subhead": {
2073
2080
  "c_table__sort__button__text_Color": {
2074
2081
  "name": "--pf-c-table__sort__button__text--Color",
@@ -1907,6 +1907,32 @@ export const c_table = {
1907
1907
  ]
1908
1908
  }
1909
1909
  },
1910
+ ".pf-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:not(:nth-last-child(2)) th:not([rowspan])": {
1911
+ "c_table_cell_PaddingBottom": {
1912
+ "name": "--pf-c-table--cell--PaddingBottom",
1913
+ "value": "0.25rem",
1914
+ "values": [
1915
+ "--pf-c-table--thead--m-nested-column-header--tr--PaddingBottom",
1916
+ "--pf-global--spacer--xs",
1917
+ "$pf-global--spacer--xs",
1918
+ "pf-size-prem(4px)",
1919
+ "0.25rem"
1920
+ ]
1921
+ }
1922
+ },
1923
+ ".pf-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:not(:last-child) th:not([rowspan])": {
1924
+ "c_table_cell_PaddingBottom": {
1925
+ "name": "--pf-c-table--cell--PaddingBottom",
1926
+ "value": "0.25rem",
1927
+ "values": [
1928
+ "--pf-c-table--thead--m-nested-column-header--tr--PaddingBottom",
1929
+ "--pf-global--spacer--xs",
1930
+ "$pf-global--spacer--xs",
1931
+ "pf-size-prem(4px)",
1932
+ "0.25rem"
1933
+ ]
1934
+ }
1935
+ },
1910
1936
  ".pf-c-table.pf-m-striped:not(.pf-m-expandable) > tbody > tr:nth-child(odd)": {
1911
1937
  "c_table__sticky_column_BackgroundColor": {
1912
1938
  "name": "--pf-c-table__sticky-column--BackgroundColor",
@@ -2050,25 +2076,6 @@ export const c_table = {
2050
2076
  ]
2051
2077
  }
2052
2078
  },
2053
- ".pf-c-table thead.pf-m-nested-column-header tr:not(:last-child)": {
2054
- "c_table_border_width_base": {
2055
- "name": "--pf-c-table--border-width--base",
2056
- "value": "0"
2057
- }
2058
- },
2059
- ".pf-c-table thead.pf-m-nested-column-header tr:not(:last-child) th:not([rowspan])": {
2060
- "c_table_cell_PaddingBottom": {
2061
- "name": "--pf-c-table--cell--PaddingBottom",
2062
- "value": "0.25rem",
2063
- "values": [
2064
- "--pf-c-table--thead--m-nested-column-header--tr--PaddingBottom",
2065
- "--pf-global--spacer--xs",
2066
- "$pf-global--spacer--xs",
2067
- "pf-size-prem(4px)",
2068
- "0.25rem"
2069
- ]
2070
- }
2071
- },
2072
2079
  ".pf-c-table thead .pf-c-table__subhead": {
2073
2080
  "c_table__sort__button__text_Color": {
2074
2081
  "name": "--pf-c-table__sort__button__text--Color",
@@ -1,6 +1,6 @@
1
1
  export const c_table_border_width_base: {
2
2
  "name": "--pf-c-table--border-width--base",
3
- "value": "0",
3
+ "value": "1px",
4
4
  "var": "var(--pf-c-table--border-width--base)"
5
5
  };
6
6
  export default c_table_border_width_base;
@@ -1,6 +1,6 @@
1
1
  export const c_table_border_width_base = {
2
2
  "name": "--pf-c-table--border-width--base",
3
- "value": "0",
3
+ "value": "1px",
4
4
  "var": "var(--pf-c-table--border-width--base)"
5
5
  };
6
6
  export default c_table_border_width_base;
@@ -4387,6 +4387,8 @@ export { c_card_m_plain_BackgroundColor } from './c_card_m_plain_BackgroundColor
4387
4387
  export { c_card__header_m_toggle_right_toggle_MarginRight } from './c_card__header_m_toggle_right_toggle_MarginRight';
4388
4388
  export { c_card__header_m_toggle_right_toggle_MarginLeft } from './c_card__header_m_toggle_right_toggle_MarginLeft';
4389
4389
  export { c_card__header_m_toggle_right_actions_MarginRight } from './c_card__header_m_toggle_right_actions_MarginRight';
4390
+ export { c_card__input_focus_BorderWidth } from './c_card__input_focus_BorderWidth';
4391
+ export { c_card__input_focus_BorderColor } from './c_card__input_focus_BorderColor';
4390
4392
  export { c_calendar_month } from './c_calendar_month';
4391
4393
  export { c_calendar_month_BackgroundColor } from './c_calendar_month_BackgroundColor';
4392
4394
  export { c_calendar_month_PaddingTop } from './c_calendar_month_PaddingTop';
package/dist/esm/index.js CHANGED
@@ -4387,6 +4387,8 @@ export { c_card_m_plain_BackgroundColor } from './c_card_m_plain_BackgroundColor
4387
4387
  export { c_card__header_m_toggle_right_toggle_MarginRight } from './c_card__header_m_toggle_right_toggle_MarginRight';
4388
4388
  export { c_card__header_m_toggle_right_toggle_MarginLeft } from './c_card__header_m_toggle_right_toggle_MarginLeft';
4389
4389
  export { c_card__header_m_toggle_right_actions_MarginRight } from './c_card__header_m_toggle_right_actions_MarginRight';
4390
+ export { c_card__input_focus_BorderWidth } from './c_card__input_focus_BorderWidth';
4391
+ export { c_card__input_focus_BorderColor } from './c_card__input_focus_BorderColor';
4390
4392
  export { c_calendar_month } from './c_calendar_month';
4391
4393
  export { c_calendar_month_BackgroundColor } from './c_calendar_month_BackgroundColor';
4392
4394
  export { c_calendar_month_PaddingTop } from './c_calendar_month_PaddingTop';
@@ -748,6 +748,25 @@ export const c_card: {
748
748
  "c_card__header_m_toggle_right_actions_MarginRight": {
749
749
  "name": "--pf-c-card__header--m-toggle-right--actions--MarginRight",
750
750
  "value": "0"
751
+ },
752
+ "c_card__input_focus_BorderWidth": {
753
+ "name": "--pf-c-card__input--focus--BorderWidth",
754
+ "value": "2px",
755
+ "values": [
756
+ "--pf-global--BorderWidth--md",
757
+ "$pf-global--BorderWidth--md",
758
+ "2px"
759
+ ]
760
+ },
761
+ "c_card__input_focus_BorderColor": {
762
+ "name": "--pf-c-card__input--focus--BorderColor",
763
+ "value": "#06c",
764
+ "values": [
765
+ "--pf-global--primary-color--100",
766
+ "$pf-global--primary-color--100",
767
+ "$pf-color-blue-400",
768
+ "#06c"
769
+ ]
751
770
  }
752
771
  },
753
772
  ".pf-c-card.pf-m-hoverable-raised:hover": {
package/dist/js/c_card.js CHANGED
@@ -750,6 +750,25 @@ exports.c_card = {
750
750
  "c_card__header_m_toggle_right_actions_MarginRight": {
751
751
  "name": "--pf-c-card__header--m-toggle-right--actions--MarginRight",
752
752
  "value": "0"
753
+ },
754
+ "c_card__input_focus_BorderWidth": {
755
+ "name": "--pf-c-card__input--focus--BorderWidth",
756
+ "value": "2px",
757
+ "values": [
758
+ "--pf-global--BorderWidth--md",
759
+ "$pf-global--BorderWidth--md",
760
+ "2px"
761
+ ]
762
+ },
763
+ "c_card__input_focus_BorderColor": {
764
+ "name": "--pf-c-card__input--focus--BorderColor",
765
+ "value": "#06c",
766
+ "values": [
767
+ "--pf-global--primary-color--100",
768
+ "$pf-global--primary-color--100",
769
+ "$pf-color-blue-400",
770
+ "#06c"
771
+ ]
753
772
  }
754
773
  },
755
774
  ".pf-c-card.pf-m-hoverable-raised:hover": {
@@ -0,0 +1,6 @@
1
+ export const c_card__input_focus_BorderColor: {
2
+ "name": "--pf-c-card__input--focus--BorderColor",
3
+ "value": "#06c",
4
+ "var": "var(--pf-c-card__input--focus--BorderColor)"
5
+ };
6
+ export default c_card__input_focus_BorderColor;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_card__input_focus_BorderColor = {
4
+ "name": "--pf-c-card__input--focus--BorderColor",
5
+ "value": "#06c",
6
+ "var": "var(--pf-c-card__input--focus--BorderColor)"
7
+ };
8
+ exports["default"] = exports.c_card__input_focus_BorderColor;
@@ -0,0 +1,6 @@
1
+ export const c_card__input_focus_BorderWidth: {
2
+ "name": "--pf-c-card__input--focus--BorderWidth",
3
+ "value": "2px",
4
+ "var": "var(--pf-c-card__input--focus--BorderWidth)"
5
+ };
6
+ export default c_card__input_focus_BorderWidth;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_card__input_focus_BorderWidth = {
4
+ "name": "--pf-c-card__input--focus--BorderWidth",
5
+ "value": "2px",
6
+ "var": "var(--pf-c-card__input--focus--BorderWidth)"
7
+ };
8
+ exports["default"] = exports.c_card__input_focus_BorderWidth;
@@ -1907,6 +1907,32 @@ export const c_table: {
1907
1907
  ]
1908
1908
  }
1909
1909
  },
1910
+ ".pf-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:not(:nth-last-child(2)) th:not([rowspan])": {
1911
+ "c_table_cell_PaddingBottom": {
1912
+ "name": "--pf-c-table--cell--PaddingBottom",
1913
+ "value": "0.25rem",
1914
+ "values": [
1915
+ "--pf-c-table--thead--m-nested-column-header--tr--PaddingBottom",
1916
+ "--pf-global--spacer--xs",
1917
+ "$pf-global--spacer--xs",
1918
+ "pf-size-prem(4px)",
1919
+ "0.25rem"
1920
+ ]
1921
+ }
1922
+ },
1923
+ ".pf-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:not(:last-child) th:not([rowspan])": {
1924
+ "c_table_cell_PaddingBottom": {
1925
+ "name": "--pf-c-table--cell--PaddingBottom",
1926
+ "value": "0.25rem",
1927
+ "values": [
1928
+ "--pf-c-table--thead--m-nested-column-header--tr--PaddingBottom",
1929
+ "--pf-global--spacer--xs",
1930
+ "$pf-global--spacer--xs",
1931
+ "pf-size-prem(4px)",
1932
+ "0.25rem"
1933
+ ]
1934
+ }
1935
+ },
1910
1936
  ".pf-c-table.pf-m-striped:not(.pf-m-expandable) > tbody > tr:nth-child(odd)": {
1911
1937
  "c_table__sticky_column_BackgroundColor": {
1912
1938
  "name": "--pf-c-table__sticky-column--BackgroundColor",
@@ -2050,25 +2076,6 @@ export const c_table: {
2050
2076
  ]
2051
2077
  }
2052
2078
  },
2053
- ".pf-c-table thead.pf-m-nested-column-header tr:not(:last-child)": {
2054
- "c_table_border_width_base": {
2055
- "name": "--pf-c-table--border-width--base",
2056
- "value": "0"
2057
- }
2058
- },
2059
- ".pf-c-table thead.pf-m-nested-column-header tr:not(:last-child) th:not([rowspan])": {
2060
- "c_table_cell_PaddingBottom": {
2061
- "name": "--pf-c-table--cell--PaddingBottom",
2062
- "value": "0.25rem",
2063
- "values": [
2064
- "--pf-c-table--thead--m-nested-column-header--tr--PaddingBottom",
2065
- "--pf-global--spacer--xs",
2066
- "$pf-global--spacer--xs",
2067
- "pf-size-prem(4px)",
2068
- "0.25rem"
2069
- ]
2070
- }
2071
- },
2072
2079
  ".pf-c-table thead .pf-c-table__subhead": {
2073
2080
  "c_table__sort__button__text_Color": {
2074
2081
  "name": "--pf-c-table__sort__button__text--Color",
@@ -1909,6 +1909,32 @@ exports.c_table = {
1909
1909
  ]
1910
1910
  }
1911
1911
  },
1912
+ ".pf-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:not(:nth-last-child(2)) th:not([rowspan])": {
1913
+ "c_table_cell_PaddingBottom": {
1914
+ "name": "--pf-c-table--cell--PaddingBottom",
1915
+ "value": "0.25rem",
1916
+ "values": [
1917
+ "--pf-c-table--thead--m-nested-column-header--tr--PaddingBottom",
1918
+ "--pf-global--spacer--xs",
1919
+ "$pf-global--spacer--xs",
1920
+ "pf-size-prem(4px)",
1921
+ "0.25rem"
1922
+ ]
1923
+ }
1924
+ },
1925
+ ".pf-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:not(:last-child) th:not([rowspan])": {
1926
+ "c_table_cell_PaddingBottom": {
1927
+ "name": "--pf-c-table--cell--PaddingBottom",
1928
+ "value": "0.25rem",
1929
+ "values": [
1930
+ "--pf-c-table--thead--m-nested-column-header--tr--PaddingBottom",
1931
+ "--pf-global--spacer--xs",
1932
+ "$pf-global--spacer--xs",
1933
+ "pf-size-prem(4px)",
1934
+ "0.25rem"
1935
+ ]
1936
+ }
1937
+ },
1912
1938
  ".pf-c-table.pf-m-striped:not(.pf-m-expandable) > tbody > tr:nth-child(odd)": {
1913
1939
  "c_table__sticky_column_BackgroundColor": {
1914
1940
  "name": "--pf-c-table__sticky-column--BackgroundColor",
@@ -2052,25 +2078,6 @@ exports.c_table = {
2052
2078
  ]
2053
2079
  }
2054
2080
  },
2055
- ".pf-c-table thead.pf-m-nested-column-header tr:not(:last-child)": {
2056
- "c_table_border_width_base": {
2057
- "name": "--pf-c-table--border-width--base",
2058
- "value": "0"
2059
- }
2060
- },
2061
- ".pf-c-table thead.pf-m-nested-column-header tr:not(:last-child) th:not([rowspan])": {
2062
- "c_table_cell_PaddingBottom": {
2063
- "name": "--pf-c-table--cell--PaddingBottom",
2064
- "value": "0.25rem",
2065
- "values": [
2066
- "--pf-c-table--thead--m-nested-column-header--tr--PaddingBottom",
2067
- "--pf-global--spacer--xs",
2068
- "$pf-global--spacer--xs",
2069
- "pf-size-prem(4px)",
2070
- "0.25rem"
2071
- ]
2072
- }
2073
- },
2074
2081
  ".pf-c-table thead .pf-c-table__subhead": {
2075
2082
  "c_table__sort__button__text_Color": {
2076
2083
  "name": "--pf-c-table__sort__button__text--Color",
@@ -1,6 +1,6 @@
1
1
  export const c_table_border_width_base: {
2
2
  "name": "--pf-c-table--border-width--base",
3
- "value": "0",
3
+ "value": "1px",
4
4
  "var": "var(--pf-c-table--border-width--base)"
5
5
  };
6
6
  export default c_table_border_width_base;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_table_border_width_base = {
4
4
  "name": "--pf-c-table--border-width--base",
5
- "value": "0",
5
+ "value": "1px",
6
6
  "var": "var(--pf-c-table--border-width--base)"
7
7
  };
8
8
  exports["default"] = exports.c_table_border_width_base;
@@ -4387,6 +4387,8 @@ export { c_card_m_plain_BackgroundColor } from './c_card_m_plain_BackgroundColor
4387
4387
  export { c_card__header_m_toggle_right_toggle_MarginRight } from './c_card__header_m_toggle_right_toggle_MarginRight';
4388
4388
  export { c_card__header_m_toggle_right_toggle_MarginLeft } from './c_card__header_m_toggle_right_toggle_MarginLeft';
4389
4389
  export { c_card__header_m_toggle_right_actions_MarginRight } from './c_card__header_m_toggle_right_actions_MarginRight';
4390
+ export { c_card__input_focus_BorderWidth } from './c_card__input_focus_BorderWidth';
4391
+ export { c_card__input_focus_BorderColor } from './c_card__input_focus_BorderColor';
4390
4392
  export { c_calendar_month } from './c_calendar_month';
4391
4393
  export { c_calendar_month_BackgroundColor } from './c_calendar_month_BackgroundColor';
4392
4394
  export { c_calendar_month_PaddingTop } from './c_calendar_month_PaddingTop';
package/dist/js/index.js CHANGED
@@ -4392,6 +4392,8 @@ __export(require('./c_card_m_plain_BackgroundColor'));
4392
4392
  __export(require('./c_card__header_m_toggle_right_toggle_MarginRight'));
4393
4393
  __export(require('./c_card__header_m_toggle_right_toggle_MarginLeft'));
4394
4394
  __export(require('./c_card__header_m_toggle_right_actions_MarginRight'));
4395
+ __export(require('./c_card__input_focus_BorderWidth'));
4396
+ __export(require('./c_card__input_focus_BorderColor'));
4395
4397
  __export(require('./c_calendar_month'));
4396
4398
  __export(require('./c_calendar_month_BackgroundColor'));
4397
4399
  __export(require('./c_calendar_month_PaddingTop'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-tokens",
3
- "version": "4.74.11",
3
+ "version": "4.74.14",
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.197.0",
32
+ "@patternfly/patternfly": "4.198.2",
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": "f1a199ba0c0555f0e78faf42e7d25fa5e6510871"
38
+ "gitHead": "0d04c7d4c7970f2be7e485e1f4bd0bda94ee5d46"
39
39
  }