@patternfly/react-tokens 4.84.13 → 4.86.0

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,39 @@
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.86.0 (2022-08-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Timestamp:** create component ([#7815](https://github.com/patternfly/patternfly-react/issues/7815)) ([98058b3](https://github.com/patternfly/patternfly-react/commit/98058b35c4b7d5e916abd7318e020e53783f73a6))
12
+
13
+
14
+
15
+
16
+
17
+ ## 4.85.1 (2022-08-22)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **TimePicker:** clean up menuAppendTo feature ([#7865](https://github.com/patternfly/patternfly-react/issues/7865)) ([3aa73be](https://github.com/patternfly/patternfly-react/commit/3aa73beb4581c1695aa3c3886291d862bd82286e))
23
+
24
+
25
+
26
+
27
+
28
+ # 4.85.0 (2022-08-19)
29
+
30
+
31
+ ### Features
32
+
33
+ * **ExpandableSection:** add truncated variant ([#7852](https://github.com/patternfly/patternfly-react/issues/7852)) ([f628cdf](https://github.com/patternfly/patternfly-react/commit/f628cdf571d71addfc04e69728be73895e261094))
34
+
35
+
36
+
37
+
38
+
6
39
  ## 4.84.13 (2022-08-19)
7
40
 
8
41
  **Note:** Version bump only for package @patternfly/react-tokens
@@ -334,6 +334,10 @@ export const c_expandable_section: {
334
334
  "c_expandable_section__content_MarginTop": {
335
335
  "name": "--pf-c-expandable-section__content--MarginTop",
336
336
  "value": "0"
337
+ },
338
+ "c_expandable_section_m_truncate__toggle_MarginTop": {
339
+ "name": "--pf-c-expandable-section--m-truncate__toggle--MarginTop",
340
+ "value": "0"
337
341
  }
338
342
  },
339
343
  ".pf-c-expandable-section.pf-m-limit-width": {
@@ -334,6 +334,10 @@ export const c_expandable_section = {
334
334
  "c_expandable_section__content_MarginTop": {
335
335
  "name": "--pf-c-expandable-section__content--MarginTop",
336
336
  "value": "0"
337
+ },
338
+ "c_expandable_section_m_truncate__toggle_MarginTop": {
339
+ "name": "--pf-c-expandable-section--m-truncate__toggle--MarginTop",
340
+ "value": "0"
337
341
  }
338
342
  },
339
343
  ".pf-c-expandable-section.pf-m-limit-width": {
@@ -1,6 +1,6 @@
1
1
  export const c_expandable_section_m_truncate__toggle_MarginTop: {
2
2
  "name": "--pf-c-expandable-section--m-truncate__toggle--MarginTop",
3
- "value": "0.25rem",
3
+ "value": "0",
4
4
  "var": "var(--pf-c-expandable-section--m-truncate__toggle--MarginTop)"
5
5
  };
6
6
  export default c_expandable_section_m_truncate__toggle_MarginTop;
@@ -1,6 +1,6 @@
1
1
  export const c_expandable_section_m_truncate__toggle_MarginTop = {
2
2
  "name": "--pf-c-expandable-section--m-truncate__toggle--MarginTop",
3
- "value": "0.25rem",
3
+ "value": "0",
4
4
  "var": "var(--pf-c-expandable-section--m-truncate__toggle--MarginTop)"
5
5
  };
6
6
  export default c_expandable_section_m_truncate__toggle_MarginTop;
@@ -0,0 +1,6 @@
1
+ export const c_scroll_outer_wrapper_MaxHeight: {
2
+ "name": "--pf-c-scroll-outer-wrapper--MaxHeight",
3
+ "value": "100%",
4
+ "var": "var(--pf-c-scroll-outer-wrapper--MaxHeight)"
5
+ };
6
+ export default c_scroll_outer_wrapper_MaxHeight;
@@ -0,0 +1,6 @@
1
+ export const c_scroll_outer_wrapper_MaxHeight = {
2
+ "name": "--pf-c-scroll-outer-wrapper--MaxHeight",
3
+ "value": "100%",
4
+ "var": "var(--pf-c-scroll-outer-wrapper--MaxHeight)"
5
+ };
6
+ export default c_scroll_outer_wrapper_MaxHeight;
@@ -144,6 +144,10 @@ export const c_table_scrollable: {
144
144
  "c_scroll_outer_wrapper_MinHeight": {
145
145
  "name": "--pf-c-scroll-outer-wrapper--MinHeight",
146
146
  "value": "25rem"
147
+ },
148
+ "c_scroll_outer_wrapper_MaxHeight": {
149
+ "name": "--pf-c-scroll-outer-wrapper--MaxHeight",
150
+ "value": "100%"
147
151
  }
148
152
  }
149
153
  };
@@ -144,6 +144,10 @@ export const c_table_scrollable = {
144
144
  "c_scroll_outer_wrapper_MinHeight": {
145
145
  "name": "--pf-c-scroll-outer-wrapper--MinHeight",
146
146
  "value": "25rem"
147
+ },
148
+ "c_scroll_outer_wrapper_MaxHeight": {
149
+ "name": "--pf-c-scroll-outer-wrapper--MaxHeight",
150
+ "value": "100%"
147
151
  }
148
152
  }
149
153
  };
@@ -20,6 +20,10 @@ export const c_timestamp: {
20
20
  "#6a6e73"
21
21
  ]
22
22
  },
23
+ "c_timestamp_OutlineOffset": {
24
+ "name": "--pf-c-timestamp--OutlineOffset",
25
+ "value": "0.1875rem"
26
+ },
23
27
  "c_timestamp_m_help_text_TextDecorationLine": {
24
28
  "name": "--pf-c-timestamp--m-help-text--TextDecorationLine",
25
29
  "value": "underline"
@@ -20,6 +20,10 @@ export const c_timestamp = {
20
20
  "#6a6e73"
21
21
  ]
22
22
  },
23
+ "c_timestamp_OutlineOffset": {
24
+ "name": "--pf-c-timestamp--OutlineOffset",
25
+ "value": "0.1875rem"
26
+ },
23
27
  "c_timestamp_m_help_text_TextDecorationLine": {
24
28
  "name": "--pf-c-timestamp--m-help-text--TextDecorationLine",
25
29
  "value": "underline"
@@ -0,0 +1,6 @@
1
+ export const c_timestamp_OutlineOffset: {
2
+ "name": "--pf-c-timestamp--OutlineOffset",
3
+ "value": "0.1875rem",
4
+ "var": "var(--pf-c-timestamp--OutlineOffset)"
5
+ };
6
+ export default c_timestamp_OutlineOffset;
@@ -0,0 +1,6 @@
1
+ export const c_timestamp_OutlineOffset = {
2
+ "name": "--pf-c-timestamp--OutlineOffset",
3
+ "value": "0.1875rem",
4
+ "var": "var(--pf-c-timestamp--OutlineOffset)"
5
+ };
6
+ export default c_timestamp_OutlineOffset;
@@ -453,6 +453,7 @@ export { c_title_m_md_FontWeight } from './c_title_m_md_FontWeight';
453
453
  export { c_timestamp } from './c_timestamp';
454
454
  export { c_timestamp_FontSize } from './c_timestamp_FontSize';
455
455
  export { c_timestamp_Color } from './c_timestamp_Color';
456
+ export { c_timestamp_OutlineOffset } from './c_timestamp_OutlineOffset';
456
457
  export { c_timestamp_m_help_text_TextDecorationLine } from './c_timestamp_m_help_text_TextDecorationLine';
457
458
  export { c_timestamp_m_help_text_TextDecorationStyle } from './c_timestamp_m_help_text_TextDecorationStyle';
458
459
  export { c_timestamp_m_help_text_TextDecorationThickness } from './c_timestamp_m_help_text_TextDecorationThickness';
@@ -929,6 +930,7 @@ export { c_table__sticky_column_m_border_left_before_BorderLeftWidth } from './c
929
930
  export { c_table__sticky_column_m_border_left_before_BorderLeftColor } from './c_table__sticky_column_m_border_left_before_BorderLeftColor';
930
931
  export { c_table_m_sticky_header_thead__sticky_column_ZIndex } from './c_table_m_sticky_header_thead__sticky_column_ZIndex';
931
932
  export { c_scroll_outer_wrapper_MinHeight } from './c_scroll_outer_wrapper_MinHeight';
933
+ export { c_scroll_outer_wrapper_MaxHeight } from './c_scroll_outer_wrapper_MaxHeight';
932
934
  export { c_table_grid } from './c_table_grid';
933
935
  export { c_table_responsive_BorderColor } from './c_table_responsive_BorderColor';
934
936
  export { c_table_tbody_responsive_border_width_base } from './c_table_tbody_responsive_border_width_base';
package/dist/esm/index.js CHANGED
@@ -453,6 +453,7 @@ export { c_title_m_md_FontWeight } from './c_title_m_md_FontWeight';
453
453
  export { c_timestamp } from './c_timestamp';
454
454
  export { c_timestamp_FontSize } from './c_timestamp_FontSize';
455
455
  export { c_timestamp_Color } from './c_timestamp_Color';
456
+ export { c_timestamp_OutlineOffset } from './c_timestamp_OutlineOffset';
456
457
  export { c_timestamp_m_help_text_TextDecorationLine } from './c_timestamp_m_help_text_TextDecorationLine';
457
458
  export { c_timestamp_m_help_text_TextDecorationStyle } from './c_timestamp_m_help_text_TextDecorationStyle';
458
459
  export { c_timestamp_m_help_text_TextDecorationThickness } from './c_timestamp_m_help_text_TextDecorationThickness';
@@ -929,6 +930,7 @@ export { c_table__sticky_column_m_border_left_before_BorderLeftWidth } from './c
929
930
  export { c_table__sticky_column_m_border_left_before_BorderLeftColor } from './c_table__sticky_column_m_border_left_before_BorderLeftColor';
930
931
  export { c_table_m_sticky_header_thead__sticky_column_ZIndex } from './c_table_m_sticky_header_thead__sticky_column_ZIndex';
931
932
  export { c_scroll_outer_wrapper_MinHeight } from './c_scroll_outer_wrapper_MinHeight';
933
+ export { c_scroll_outer_wrapper_MaxHeight } from './c_scroll_outer_wrapper_MaxHeight';
932
934
  export { c_table_grid } from './c_table_grid';
933
935
  export { c_table_responsive_BorderColor } from './c_table_responsive_BorderColor';
934
936
  export { c_table_tbody_responsive_border_width_base } from './c_table_tbody_responsive_border_width_base';
@@ -334,6 +334,10 @@ export const c_expandable_section: {
334
334
  "c_expandable_section__content_MarginTop": {
335
335
  "name": "--pf-c-expandable-section__content--MarginTop",
336
336
  "value": "0"
337
+ },
338
+ "c_expandable_section_m_truncate__toggle_MarginTop": {
339
+ "name": "--pf-c-expandable-section--m-truncate__toggle--MarginTop",
340
+ "value": "0"
337
341
  }
338
342
  },
339
343
  ".pf-c-expandable-section.pf-m-limit-width": {
@@ -336,6 +336,10 @@ exports.c_expandable_section = {
336
336
  "c_expandable_section__content_MarginTop": {
337
337
  "name": "--pf-c-expandable-section__content--MarginTop",
338
338
  "value": "0"
339
+ },
340
+ "c_expandable_section_m_truncate__toggle_MarginTop": {
341
+ "name": "--pf-c-expandable-section--m-truncate__toggle--MarginTop",
342
+ "value": "0"
339
343
  }
340
344
  },
341
345
  ".pf-c-expandable-section.pf-m-limit-width": {
@@ -1,6 +1,6 @@
1
1
  export const c_expandable_section_m_truncate__toggle_MarginTop: {
2
2
  "name": "--pf-c-expandable-section--m-truncate__toggle--MarginTop",
3
- "value": "0.25rem",
3
+ "value": "0",
4
4
  "var": "var(--pf-c-expandable-section--m-truncate__toggle--MarginTop)"
5
5
  };
6
6
  export default c_expandable_section_m_truncate__toggle_MarginTop;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_expandable_section_m_truncate__toggle_MarginTop = {
4
4
  "name": "--pf-c-expandable-section--m-truncate__toggle--MarginTop",
5
- "value": "0.25rem",
5
+ "value": "0",
6
6
  "var": "var(--pf-c-expandable-section--m-truncate__toggle--MarginTop)"
7
7
  };
8
8
  exports["default"] = exports.c_expandable_section_m_truncate__toggle_MarginTop;
@@ -0,0 +1,6 @@
1
+ export const c_scroll_outer_wrapper_MaxHeight: {
2
+ "name": "--pf-c-scroll-outer-wrapper--MaxHeight",
3
+ "value": "100%",
4
+ "var": "var(--pf-c-scroll-outer-wrapper--MaxHeight)"
5
+ };
6
+ export default c_scroll_outer_wrapper_MaxHeight;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_scroll_outer_wrapper_MaxHeight = {
4
+ "name": "--pf-c-scroll-outer-wrapper--MaxHeight",
5
+ "value": "100%",
6
+ "var": "var(--pf-c-scroll-outer-wrapper--MaxHeight)"
7
+ };
8
+ exports["default"] = exports.c_scroll_outer_wrapper_MaxHeight;
@@ -144,6 +144,10 @@ export const c_table_scrollable: {
144
144
  "c_scroll_outer_wrapper_MinHeight": {
145
145
  "name": "--pf-c-scroll-outer-wrapper--MinHeight",
146
146
  "value": "25rem"
147
+ },
148
+ "c_scroll_outer_wrapper_MaxHeight": {
149
+ "name": "--pf-c-scroll-outer-wrapper--MaxHeight",
150
+ "value": "100%"
147
151
  }
148
152
  }
149
153
  };
@@ -146,6 +146,10 @@ exports.c_table_scrollable = {
146
146
  "c_scroll_outer_wrapper_MinHeight": {
147
147
  "name": "--pf-c-scroll-outer-wrapper--MinHeight",
148
148
  "value": "25rem"
149
+ },
150
+ "c_scroll_outer_wrapper_MaxHeight": {
151
+ "name": "--pf-c-scroll-outer-wrapper--MaxHeight",
152
+ "value": "100%"
149
153
  }
150
154
  }
151
155
  };
@@ -20,6 +20,10 @@ export const c_timestamp: {
20
20
  "#6a6e73"
21
21
  ]
22
22
  },
23
+ "c_timestamp_OutlineOffset": {
24
+ "name": "--pf-c-timestamp--OutlineOffset",
25
+ "value": "0.1875rem"
26
+ },
23
27
  "c_timestamp_m_help_text_TextDecorationLine": {
24
28
  "name": "--pf-c-timestamp--m-help-text--TextDecorationLine",
25
29
  "value": "underline"
@@ -22,6 +22,10 @@ exports.c_timestamp = {
22
22
  "#6a6e73"
23
23
  ]
24
24
  },
25
+ "c_timestamp_OutlineOffset": {
26
+ "name": "--pf-c-timestamp--OutlineOffset",
27
+ "value": "0.1875rem"
28
+ },
25
29
  "c_timestamp_m_help_text_TextDecorationLine": {
26
30
  "name": "--pf-c-timestamp--m-help-text--TextDecorationLine",
27
31
  "value": "underline"
@@ -0,0 +1,6 @@
1
+ export const c_timestamp_OutlineOffset: {
2
+ "name": "--pf-c-timestamp--OutlineOffset",
3
+ "value": "0.1875rem",
4
+ "var": "var(--pf-c-timestamp--OutlineOffset)"
5
+ };
6
+ export default c_timestamp_OutlineOffset;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_timestamp_OutlineOffset = {
4
+ "name": "--pf-c-timestamp--OutlineOffset",
5
+ "value": "0.1875rem",
6
+ "var": "var(--pf-c-timestamp--OutlineOffset)"
7
+ };
8
+ exports["default"] = exports.c_timestamp_OutlineOffset;
@@ -453,6 +453,7 @@ export { c_title_m_md_FontWeight } from './c_title_m_md_FontWeight';
453
453
  export { c_timestamp } from './c_timestamp';
454
454
  export { c_timestamp_FontSize } from './c_timestamp_FontSize';
455
455
  export { c_timestamp_Color } from './c_timestamp_Color';
456
+ export { c_timestamp_OutlineOffset } from './c_timestamp_OutlineOffset';
456
457
  export { c_timestamp_m_help_text_TextDecorationLine } from './c_timestamp_m_help_text_TextDecorationLine';
457
458
  export { c_timestamp_m_help_text_TextDecorationStyle } from './c_timestamp_m_help_text_TextDecorationStyle';
458
459
  export { c_timestamp_m_help_text_TextDecorationThickness } from './c_timestamp_m_help_text_TextDecorationThickness';
@@ -929,6 +930,7 @@ export { c_table__sticky_column_m_border_left_before_BorderLeftWidth } from './c
929
930
  export { c_table__sticky_column_m_border_left_before_BorderLeftColor } from './c_table__sticky_column_m_border_left_before_BorderLeftColor';
930
931
  export { c_table_m_sticky_header_thead__sticky_column_ZIndex } from './c_table_m_sticky_header_thead__sticky_column_ZIndex';
931
932
  export { c_scroll_outer_wrapper_MinHeight } from './c_scroll_outer_wrapper_MinHeight';
933
+ export { c_scroll_outer_wrapper_MaxHeight } from './c_scroll_outer_wrapper_MaxHeight';
932
934
  export { c_table_grid } from './c_table_grid';
933
935
  export { c_table_responsive_BorderColor } from './c_table_responsive_BorderColor';
934
936
  export { c_table_tbody_responsive_border_width_base } from './c_table_tbody_responsive_border_width_base';
package/dist/js/index.js CHANGED
@@ -458,6 +458,7 @@ __export(require('./c_title_m_md_FontWeight'));
458
458
  __export(require('./c_timestamp'));
459
459
  __export(require('./c_timestamp_FontSize'));
460
460
  __export(require('./c_timestamp_Color'));
461
+ __export(require('./c_timestamp_OutlineOffset'));
461
462
  __export(require('./c_timestamp_m_help_text_TextDecorationLine'));
462
463
  __export(require('./c_timestamp_m_help_text_TextDecorationStyle'));
463
464
  __export(require('./c_timestamp_m_help_text_TextDecorationThickness'));
@@ -934,6 +935,7 @@ __export(require('./c_table__sticky_column_m_border_left_before_BorderLeftWidth'
934
935
  __export(require('./c_table__sticky_column_m_border_left_before_BorderLeftColor'));
935
936
  __export(require('./c_table_m_sticky_header_thead__sticky_column_ZIndex'));
936
937
  __export(require('./c_scroll_outer_wrapper_MinHeight'));
938
+ __export(require('./c_scroll_outer_wrapper_MaxHeight'));
937
939
  __export(require('./c_table_grid'));
938
940
  __export(require('./c_table_responsive_BorderColor'));
939
941
  __export(require('./c_table_tbody_responsive_border_width_base'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-tokens",
3
- "version": "4.84.13",
3
+ "version": "4.86.0",
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.208.1",
32
+ "@patternfly/patternfly": "4.210.1",
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": "0dd257e3f6ec904a5aa670c4c8364e75ced77404"
38
+ "gitHead": "fa6869951efc44e52696e065322c40478aa3fad3"
39
39
  }