@patternfly/react-tokens 4.43.5 → 4.44.2

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,47 @@
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.44.2 (2022-01-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **Select:** Fixed dot next to the spinner in grouped view more variant ([#6831](https://github.com/patternfly/patternfly-react/issues/6831)) ([ccc81b4](https://github.com/patternfly/patternfly-react/commit/ccc81b4c8c30506f28e61e73dcbc106da50ca692))
12
+
13
+
14
+
15
+
16
+
17
+ ## 4.44.1 (2022-01-20)
18
+
19
+ **Note:** Version bump only for package @patternfly/react-tokens
20
+
21
+
22
+
23
+
24
+
25
+ # 4.44.0 (2022-01-20)
26
+
27
+
28
+ ### Features
29
+
30
+ * **Truncate:** added Truncate component ([#6713](https://github.com/patternfly/patternfly-react/issues/6713)) ([c803b5d](https://github.com/patternfly/patternfly-react/commit/c803b5df3761f689172d79bbc71bc38623b0bf5a))
31
+
32
+
33
+
34
+
35
+
36
+ ## 4.43.6 (2022-01-20)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * **TextInputGroup:** address various issues ([#6774](https://github.com/patternfly/patternfly-react/issues/6774)) ([010058a](https://github.com/patternfly/patternfly-react/commit/010058acc7115fb76a35fe06634083ada62cece0))
42
+
43
+
44
+
45
+
46
+
6
47
  ## 4.43.5 (2022-01-20)
7
48
 
8
49
  **Note:** Version bump only for package @patternfly/react-tokens
@@ -1040,6 +1040,19 @@ export const c_masthead: {
1040
1040
  ]
1041
1041
  }
1042
1042
  },
1043
+ ".pf-c-page:where(.pf-m-breakpoint-xl) .pf-c-masthead": {
1044
+ "c_masthead_inset": {
1045
+ "name": "--pf-c-masthead--inset",
1046
+ "value": "1.5rem",
1047
+ "values": [
1048
+ "--pf-c-masthead--xl--inset",
1049
+ "--pf-global--spacer--lg",
1050
+ "$pf-global--spacer--lg",
1051
+ "pf-size-prem(24px)",
1052
+ "1.5rem"
1053
+ ]
1054
+ }
1055
+ },
1043
1056
  ".pf-c-masthead.pf-m-light": {
1044
1057
  "c_masthead_BackgroundColor": {
1045
1058
  "name": "--pf-c-masthead--BackgroundColor",
@@ -1040,6 +1040,19 @@ export const c_masthead = {
1040
1040
  ]
1041
1041
  }
1042
1042
  },
1043
+ ".pf-c-page:where(.pf-m-breakpoint-xl) .pf-c-masthead": {
1044
+ "c_masthead_inset": {
1045
+ "name": "--pf-c-masthead--inset",
1046
+ "value": "1.5rem",
1047
+ "values": [
1048
+ "--pf-c-masthead--xl--inset",
1049
+ "--pf-global--spacer--lg",
1050
+ "$pf-global--spacer--lg",
1051
+ "pf-size-prem(24px)",
1052
+ "1.5rem"
1053
+ ]
1054
+ }
1055
+ },
1043
1056
  ".pf-c-masthead.pf-m-light": {
1044
1057
  "c_masthead_BackgroundColor": {
1045
1058
  "name": "--pf-c-masthead--BackgroundColor",
@@ -1838,6 +1838,16 @@ export const c_table: {
1838
1838
  "$pf-color-black-600",
1839
1839
  "#6a6e73"
1840
1840
  ]
1841
+ },
1842
+ "c_table_m_striped__tr_BackgroundColor": {
1843
+ "name": "--pf-c-table--m-striped__tr--BackgroundColor",
1844
+ "value": "#fafafa",
1845
+ "values": [
1846
+ "--pf-global--BackgroundColor--light-200",
1847
+ "$pf-global--BackgroundColor--light-200",
1848
+ "$pf-color-black-100",
1849
+ "#fafafa"
1850
+ ]
1841
1851
  }
1842
1852
  },
1843
1853
  ".pf-c-table tr > *": {
@@ -1897,6 +1907,19 @@ export const c_table: {
1897
1907
  ]
1898
1908
  }
1899
1909
  },
1910
+ ".pf-c-table.pf-m-striped:not(.pf-m-expandable) > tbody > tr:nth-child(odd)": {
1911
+ "c_table__sticky_column_BackgroundColor": {
1912
+ "name": "--pf-c-table__sticky-column--BackgroundColor",
1913
+ "value": "#fafafa",
1914
+ "values": [
1915
+ "--pf-c-table--m-striped__tr--BackgroundColor",
1916
+ "--pf-global--BackgroundColor--light-200",
1917
+ "$pf-global--BackgroundColor--light-200",
1918
+ "$pf-color-black-100",
1919
+ "#fafafa"
1920
+ ]
1921
+ }
1922
+ },
1900
1923
  ".pf-c-table tr > *:first-child": {
1901
1924
  "c_table_cell_PaddingLeft": {
1902
1925
  "name": "--pf-c-table--cell--PaddingLeft",
@@ -1838,6 +1838,16 @@ export const c_table = {
1838
1838
  "$pf-color-black-600",
1839
1839
  "#6a6e73"
1840
1840
  ]
1841
+ },
1842
+ "c_table_m_striped__tr_BackgroundColor": {
1843
+ "name": "--pf-c-table--m-striped__tr--BackgroundColor",
1844
+ "value": "#fafafa",
1845
+ "values": [
1846
+ "--pf-global--BackgroundColor--light-200",
1847
+ "$pf-global--BackgroundColor--light-200",
1848
+ "$pf-color-black-100",
1849
+ "#fafafa"
1850
+ ]
1841
1851
  }
1842
1852
  },
1843
1853
  ".pf-c-table tr > *": {
@@ -1897,6 +1907,19 @@ export const c_table = {
1897
1907
  ]
1898
1908
  }
1899
1909
  },
1910
+ ".pf-c-table.pf-m-striped:not(.pf-m-expandable) > tbody > tr:nth-child(odd)": {
1911
+ "c_table__sticky_column_BackgroundColor": {
1912
+ "name": "--pf-c-table__sticky-column--BackgroundColor",
1913
+ "value": "#fafafa",
1914
+ "values": [
1915
+ "--pf-c-table--m-striped__tr--BackgroundColor",
1916
+ "--pf-global--BackgroundColor--light-200",
1917
+ "$pf-global--BackgroundColor--light-200",
1918
+ "$pf-color-black-100",
1919
+ "#fafafa"
1920
+ ]
1921
+ }
1922
+ },
1900
1923
  ".pf-c-table tr > *:first-child": {
1901
1924
  "c_table_cell_PaddingLeft": {
1902
1925
  "name": "--pf-c-table--cell--PaddingLeft",
@@ -0,0 +1,6 @@
1
+ export const c_table_m_striped__tr_BackgroundColor: {
2
+ "name": "--pf-c-table--m-striped__tr--BackgroundColor",
3
+ "value": "#fafafa",
4
+ "var": "var(--pf-c-table--m-striped__tr--BackgroundColor)"
5
+ };
6
+ export default c_table_m_striped__tr_BackgroundColor;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_striped__tr_BackgroundColor = {
2
+ "name": "--pf-c-table--m-striped__tr--BackgroundColor",
3
+ "value": "#fafafa",
4
+ "var": "var(--pf-c-table--m-striped__tr--BackgroundColor)"
5
+ };
6
+ export default c_table_m_striped__tr_BackgroundColor;
@@ -825,6 +825,8 @@ export { c_table_thead_m_nested_column_header_button_OutlineOffset } from './c_t
825
825
  export { c_table_thead_m_nested_column_header_tr_PaddingTop } from './c_table_thead_m_nested_column_header_tr_PaddingTop';
826
826
  export { c_table_thead_m_nested_column_header_tr_PaddingBottom } from './c_table_thead_m_nested_column_header_tr_PaddingBottom';
827
827
  export { c_table__subhead_Color } from './c_table__subhead_Color';
828
+ export { c_table_m_striped__tr_BackgroundColor } from './c_table_m_striped__tr_BackgroundColor';
829
+ export { c_table__sticky_column_BackgroundColor } from './c_table__sticky_column_BackgroundColor';
828
830
  export { c_button_m_plain_Color } from './c_button_m_plain_Color';
829
831
  export { c_button_FontSize } from './c_button_FontSize';
830
832
  export { c_table__sort_m_selected__button__text_Color } from './c_table__sort_m_selected__button__text_Color';
@@ -867,7 +869,6 @@ export { c_table__sticky_column_MinWidth } from './c_table__sticky_column_MinWid
867
869
  export { c_table__sticky_column_Left } from './c_table__sticky_column_Left';
868
870
  export { c_table__sticky_column_ZIndex } from './c_table__sticky_column_ZIndex';
869
871
  export { c_table__sticky_column_Top } from './c_table__sticky_column_Top';
870
- export { c_table__sticky_column_BackgroundColor } from './c_table__sticky_column_BackgroundColor';
871
872
  export { c_table__sticky_column_m_border_right_before_BorderRightWidth } from './c_table__sticky_column_m_border_right_before_BorderRightWidth';
872
873
  export { c_table__sticky_column_m_border_right_before_BorderRightColor } from './c_table__sticky_column_m_border_right_before_BorderRightColor';
873
874
  export { c_table_m_sticky_header_thead__sticky_column_ZIndex } from './c_table_m_sticky_header_thead__sticky_column_ZIndex';
package/dist/esm/index.js CHANGED
@@ -825,6 +825,8 @@ export { c_table_thead_m_nested_column_header_button_OutlineOffset } from './c_t
825
825
  export { c_table_thead_m_nested_column_header_tr_PaddingTop } from './c_table_thead_m_nested_column_header_tr_PaddingTop';
826
826
  export { c_table_thead_m_nested_column_header_tr_PaddingBottom } from './c_table_thead_m_nested_column_header_tr_PaddingBottom';
827
827
  export { c_table__subhead_Color } from './c_table__subhead_Color';
828
+ export { c_table_m_striped__tr_BackgroundColor } from './c_table_m_striped__tr_BackgroundColor';
829
+ export { c_table__sticky_column_BackgroundColor } from './c_table__sticky_column_BackgroundColor';
828
830
  export { c_button_m_plain_Color } from './c_button_m_plain_Color';
829
831
  export { c_button_FontSize } from './c_button_FontSize';
830
832
  export { c_table__sort_m_selected__button__text_Color } from './c_table__sort_m_selected__button__text_Color';
@@ -867,7 +869,6 @@ export { c_table__sticky_column_MinWidth } from './c_table__sticky_column_MinWid
867
869
  export { c_table__sticky_column_Left } from './c_table__sticky_column_Left';
868
870
  export { c_table__sticky_column_ZIndex } from './c_table__sticky_column_ZIndex';
869
871
  export { c_table__sticky_column_Top } from './c_table__sticky_column_Top';
870
- export { c_table__sticky_column_BackgroundColor } from './c_table__sticky_column_BackgroundColor';
871
872
  export { c_table__sticky_column_m_border_right_before_BorderRightWidth } from './c_table__sticky_column_m_border_right_before_BorderRightWidth';
872
873
  export { c_table__sticky_column_m_border_right_before_BorderRightColor } from './c_table__sticky_column_m_border_right_before_BorderRightColor';
873
874
  export { c_table_m_sticky_header_thead__sticky_column_ZIndex } from './c_table_m_sticky_header_thead__sticky_column_ZIndex';
@@ -1040,6 +1040,19 @@ export const c_masthead: {
1040
1040
  ]
1041
1041
  }
1042
1042
  },
1043
+ ".pf-c-page:where(.pf-m-breakpoint-xl) .pf-c-masthead": {
1044
+ "c_masthead_inset": {
1045
+ "name": "--pf-c-masthead--inset",
1046
+ "value": "1.5rem",
1047
+ "values": [
1048
+ "--pf-c-masthead--xl--inset",
1049
+ "--pf-global--spacer--lg",
1050
+ "$pf-global--spacer--lg",
1051
+ "pf-size-prem(24px)",
1052
+ "1.5rem"
1053
+ ]
1054
+ }
1055
+ },
1043
1056
  ".pf-c-masthead.pf-m-light": {
1044
1057
  "c_masthead_BackgroundColor": {
1045
1058
  "name": "--pf-c-masthead--BackgroundColor",
@@ -1042,6 +1042,19 @@ exports.c_masthead = {
1042
1042
  ]
1043
1043
  }
1044
1044
  },
1045
+ ".pf-c-page:where(.pf-m-breakpoint-xl) .pf-c-masthead": {
1046
+ "c_masthead_inset": {
1047
+ "name": "--pf-c-masthead--inset",
1048
+ "value": "1.5rem",
1049
+ "values": [
1050
+ "--pf-c-masthead--xl--inset",
1051
+ "--pf-global--spacer--lg",
1052
+ "$pf-global--spacer--lg",
1053
+ "pf-size-prem(24px)",
1054
+ "1.5rem"
1055
+ ]
1056
+ }
1057
+ },
1045
1058
  ".pf-c-masthead.pf-m-light": {
1046
1059
  "c_masthead_BackgroundColor": {
1047
1060
  "name": "--pf-c-masthead--BackgroundColor",
@@ -1838,6 +1838,16 @@ export const c_table: {
1838
1838
  "$pf-color-black-600",
1839
1839
  "#6a6e73"
1840
1840
  ]
1841
+ },
1842
+ "c_table_m_striped__tr_BackgroundColor": {
1843
+ "name": "--pf-c-table--m-striped__tr--BackgroundColor",
1844
+ "value": "#fafafa",
1845
+ "values": [
1846
+ "--pf-global--BackgroundColor--light-200",
1847
+ "$pf-global--BackgroundColor--light-200",
1848
+ "$pf-color-black-100",
1849
+ "#fafafa"
1850
+ ]
1841
1851
  }
1842
1852
  },
1843
1853
  ".pf-c-table tr > *": {
@@ -1897,6 +1907,19 @@ export const c_table: {
1897
1907
  ]
1898
1908
  }
1899
1909
  },
1910
+ ".pf-c-table.pf-m-striped:not(.pf-m-expandable) > tbody > tr:nth-child(odd)": {
1911
+ "c_table__sticky_column_BackgroundColor": {
1912
+ "name": "--pf-c-table__sticky-column--BackgroundColor",
1913
+ "value": "#fafafa",
1914
+ "values": [
1915
+ "--pf-c-table--m-striped__tr--BackgroundColor",
1916
+ "--pf-global--BackgroundColor--light-200",
1917
+ "$pf-global--BackgroundColor--light-200",
1918
+ "$pf-color-black-100",
1919
+ "#fafafa"
1920
+ ]
1921
+ }
1922
+ },
1900
1923
  ".pf-c-table tr > *:first-child": {
1901
1924
  "c_table_cell_PaddingLeft": {
1902
1925
  "name": "--pf-c-table--cell--PaddingLeft",
@@ -1840,6 +1840,16 @@ exports.c_table = {
1840
1840
  "$pf-color-black-600",
1841
1841
  "#6a6e73"
1842
1842
  ]
1843
+ },
1844
+ "c_table_m_striped__tr_BackgroundColor": {
1845
+ "name": "--pf-c-table--m-striped__tr--BackgroundColor",
1846
+ "value": "#fafafa",
1847
+ "values": [
1848
+ "--pf-global--BackgroundColor--light-200",
1849
+ "$pf-global--BackgroundColor--light-200",
1850
+ "$pf-color-black-100",
1851
+ "#fafafa"
1852
+ ]
1843
1853
  }
1844
1854
  },
1845
1855
  ".pf-c-table tr > *": {
@@ -1899,6 +1909,19 @@ exports.c_table = {
1899
1909
  ]
1900
1910
  }
1901
1911
  },
1912
+ ".pf-c-table.pf-m-striped:not(.pf-m-expandable) > tbody > tr:nth-child(odd)": {
1913
+ "c_table__sticky_column_BackgroundColor": {
1914
+ "name": "--pf-c-table__sticky-column--BackgroundColor",
1915
+ "value": "#fafafa",
1916
+ "values": [
1917
+ "--pf-c-table--m-striped__tr--BackgroundColor",
1918
+ "--pf-global--BackgroundColor--light-200",
1919
+ "$pf-global--BackgroundColor--light-200",
1920
+ "$pf-color-black-100",
1921
+ "#fafafa"
1922
+ ]
1923
+ }
1924
+ },
1902
1925
  ".pf-c-table tr > *:first-child": {
1903
1926
  "c_table_cell_PaddingLeft": {
1904
1927
  "name": "--pf-c-table--cell--PaddingLeft",
@@ -0,0 +1,6 @@
1
+ export const c_table_m_striped__tr_BackgroundColor: {
2
+ "name": "--pf-c-table--m-striped__tr--BackgroundColor",
3
+ "value": "#fafafa",
4
+ "var": "var(--pf-c-table--m-striped__tr--BackgroundColor)"
5
+ };
6
+ export default c_table_m_striped__tr_BackgroundColor;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_table_m_striped__tr_BackgroundColor = {
4
+ "name": "--pf-c-table--m-striped__tr--BackgroundColor",
5
+ "value": "#fafafa",
6
+ "var": "var(--pf-c-table--m-striped__tr--BackgroundColor)"
7
+ };
8
+ exports["default"] = exports.c_table_m_striped__tr_BackgroundColor;
@@ -825,6 +825,8 @@ export { c_table_thead_m_nested_column_header_button_OutlineOffset } from './c_t
825
825
  export { c_table_thead_m_nested_column_header_tr_PaddingTop } from './c_table_thead_m_nested_column_header_tr_PaddingTop';
826
826
  export { c_table_thead_m_nested_column_header_tr_PaddingBottom } from './c_table_thead_m_nested_column_header_tr_PaddingBottom';
827
827
  export { c_table__subhead_Color } from './c_table__subhead_Color';
828
+ export { c_table_m_striped__tr_BackgroundColor } from './c_table_m_striped__tr_BackgroundColor';
829
+ export { c_table__sticky_column_BackgroundColor } from './c_table__sticky_column_BackgroundColor';
828
830
  export { c_button_m_plain_Color } from './c_button_m_plain_Color';
829
831
  export { c_button_FontSize } from './c_button_FontSize';
830
832
  export { c_table__sort_m_selected__button__text_Color } from './c_table__sort_m_selected__button__text_Color';
@@ -867,7 +869,6 @@ export { c_table__sticky_column_MinWidth } from './c_table__sticky_column_MinWid
867
869
  export { c_table__sticky_column_Left } from './c_table__sticky_column_Left';
868
870
  export { c_table__sticky_column_ZIndex } from './c_table__sticky_column_ZIndex';
869
871
  export { c_table__sticky_column_Top } from './c_table__sticky_column_Top';
870
- export { c_table__sticky_column_BackgroundColor } from './c_table__sticky_column_BackgroundColor';
871
872
  export { c_table__sticky_column_m_border_right_before_BorderRightWidth } from './c_table__sticky_column_m_border_right_before_BorderRightWidth';
872
873
  export { c_table__sticky_column_m_border_right_before_BorderRightColor } from './c_table__sticky_column_m_border_right_before_BorderRightColor';
873
874
  export { c_table_m_sticky_header_thead__sticky_column_ZIndex } from './c_table_m_sticky_header_thead__sticky_column_ZIndex';
package/dist/js/index.js CHANGED
@@ -830,6 +830,8 @@ __export(require('./c_table_thead_m_nested_column_header_button_OutlineOffset'))
830
830
  __export(require('./c_table_thead_m_nested_column_header_tr_PaddingTop'));
831
831
  __export(require('./c_table_thead_m_nested_column_header_tr_PaddingBottom'));
832
832
  __export(require('./c_table__subhead_Color'));
833
+ __export(require('./c_table_m_striped__tr_BackgroundColor'));
834
+ __export(require('./c_table__sticky_column_BackgroundColor'));
833
835
  __export(require('./c_button_m_plain_Color'));
834
836
  __export(require('./c_button_FontSize'));
835
837
  __export(require('./c_table__sort_m_selected__button__text_Color'));
@@ -872,7 +874,6 @@ __export(require('./c_table__sticky_column_MinWidth'));
872
874
  __export(require('./c_table__sticky_column_Left'));
873
875
  __export(require('./c_table__sticky_column_ZIndex'));
874
876
  __export(require('./c_table__sticky_column_Top'));
875
- __export(require('./c_table__sticky_column_BackgroundColor'));
876
877
  __export(require('./c_table__sticky_column_m_border_right_before_BorderRightWidth'));
877
878
  __export(require('./c_table__sticky_column_m_border_right_before_BorderRightColor'));
878
879
  __export(require('./c_table_m_sticky_header_thead__sticky_column_ZIndex'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-tokens",
3
- "version": "4.43.5",
3
+ "version": "4.44.2",
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.167.0",
32
+ "@patternfly/patternfly": "4.171.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": "1728bd68aa2936b792031a8bdfc83cb5256f2128"
38
+ "gitHead": "5f17240ebd5fd85c02af32a63bc7e94dcf1d9cdb"
39
39
  }