@patternfly/react-tokens 4.27.10 → 4.27.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,41 @@
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.27.14 (2021-12-01)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-tokens
9
+
10
+
11
+
12
+
13
+
14
+ ## 4.27.13 (2021-11-30)
15
+
16
+ **Note:** Version bump only for package @patternfly/react-tokens
17
+
18
+
19
+
20
+
21
+
22
+ ## 4.27.12 (2021-11-30)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **action-list:** added support for classname ([#6647](https://github.com/patternfly/patternfly-react/issues/6647)) ([dd3d2ce](https://github.com/patternfly/patternfly-react/commit/dd3d2ce32b4d3e7562faf465abdc508e17f097d9))
28
+
29
+
30
+
31
+
32
+
33
+ ## 4.27.11 (2021-11-30)
34
+
35
+ **Note:** Version bump only for package @patternfly/react-tokens
36
+
37
+
38
+
39
+
40
+
6
41
  ## 4.27.10 (2021-11-23)
7
42
 
8
43
  **Note:** Version bump only for package @patternfly/react-tokens
@@ -486,6 +486,28 @@ export const c_toolbar: {
486
486
  "700"
487
487
  ]
488
488
  },
489
+ "c_toolbar__expandable_content__item_m_label_MarginBottom": {
490
+ "name": "--pf-c-toolbar__expandable-content__item--m-label--MarginBottom",
491
+ "value": "calc(-1 * 1.5rem + 0.5rem)",
492
+ "values": [
493
+ "calc(-1 * --pf-c-toolbar__expandable-content--m-expanded--GridRowGap + --pf-global--spacer--sm)",
494
+ "calc(-1 * --pf-global--gutter--md + $pf-global--spacer--sm)",
495
+ "calc(-1 * $pf-global--gutter--md + $pf-global--spacer--sm)",
496
+ "calc(-1 * $pf-global--spacer--lg + pf-size-prem(8px))",
497
+ "calc(-1 * pf-size-prem(24px) + pf-size-prem(8px))",
498
+ "calc(-1 * 1.5rem + 0.5rem)"
499
+ ]
500
+ },
501
+ "c_toolbar__expandable_content__item_m_label_FontSize": {
502
+ "name": "--pf-c-toolbar__expandable-content__item--m-label--FontSize",
503
+ "value": "0.875rem",
504
+ "values": [
505
+ "--pf-global--FontSize--sm",
506
+ "$pf-global--FontSize--sm",
507
+ "pf-font-prem(14px)",
508
+ "0.875rem"
509
+ ]
510
+ },
489
511
  "c_toolbar__toggle_m_expanded__c_button_m_plain_Color": {
490
512
  "name": "--pf-c-toolbar__toggle--m-expanded__c-button--m-plain--Color",
491
513
  "value": "#151515",
@@ -486,6 +486,28 @@ export const c_toolbar = {
486
486
  "700"
487
487
  ]
488
488
  },
489
+ "c_toolbar__expandable_content__item_m_label_MarginBottom": {
490
+ "name": "--pf-c-toolbar__expandable-content__item--m-label--MarginBottom",
491
+ "value": "calc(-1 * 1.5rem + 0.5rem)",
492
+ "values": [
493
+ "calc(-1 * --pf-c-toolbar__expandable-content--m-expanded--GridRowGap + --pf-global--spacer--sm)",
494
+ "calc(-1 * --pf-global--gutter--md + $pf-global--spacer--sm)",
495
+ "calc(-1 * $pf-global--gutter--md + $pf-global--spacer--sm)",
496
+ "calc(-1 * $pf-global--spacer--lg + pf-size-prem(8px))",
497
+ "calc(-1 * pf-size-prem(24px) + pf-size-prem(8px))",
498
+ "calc(-1 * 1.5rem + 0.5rem)"
499
+ ]
500
+ },
501
+ "c_toolbar__expandable_content__item_m_label_FontSize": {
502
+ "name": "--pf-c-toolbar__expandable-content__item--m-label--FontSize",
503
+ "value": "0.875rem",
504
+ "values": [
505
+ "--pf-global--FontSize--sm",
506
+ "$pf-global--FontSize--sm",
507
+ "pf-font-prem(14px)",
508
+ "0.875rem"
509
+ ]
510
+ },
489
511
  "c_toolbar__toggle_m_expanded__c_button_m_plain_Color": {
490
512
  "name": "--pf-c-toolbar__toggle--m-expanded__c-button--m-plain--Color",
491
513
  "value": "#151515",
@@ -0,0 +1,6 @@
1
+ export const c_toolbar__expandable_content__item_m_label_FontSize: {
2
+ "name": "--pf-c-toolbar__expandable-content__item--m-label--FontSize",
3
+ "value": "0.875rem",
4
+ "var": "var(--pf-c-toolbar__expandable-content__item--m-label--FontSize)"
5
+ };
6
+ export default c_toolbar__expandable_content__item_m_label_FontSize;
@@ -0,0 +1,6 @@
1
+ export const c_toolbar__expandable_content__item_m_label_FontSize = {
2
+ "name": "--pf-c-toolbar__expandable-content__item--m-label--FontSize",
3
+ "value": "0.875rem",
4
+ "var": "var(--pf-c-toolbar__expandable-content__item--m-label--FontSize)"
5
+ };
6
+ export default c_toolbar__expandable_content__item_m_label_FontSize;
@@ -0,0 +1,6 @@
1
+ export const c_toolbar__expandable_content__item_m_label_MarginBottom: {
2
+ "name": "--pf-c-toolbar__expandable-content__item--m-label--MarginBottom",
3
+ "value": "calc(-1 * 1.5rem + 0.5rem)",
4
+ "var": "var(--pf-c-toolbar__expandable-content__item--m-label--MarginBottom)"
5
+ };
6
+ export default c_toolbar__expandable_content__item_m_label_MarginBottom;
@@ -0,0 +1,6 @@
1
+ export const c_toolbar__expandable_content__item_m_label_MarginBottom = {
2
+ "name": "--pf-c-toolbar__expandable-content__item--m-label--MarginBottom",
3
+ "value": "calc(-1 * 1.5rem + 0.5rem)",
4
+ "var": "var(--pf-c-toolbar__expandable-content__item--m-label--MarginBottom)"
5
+ };
6
+ export default c_toolbar__expandable_content__item_m_label_MarginBottom;
@@ -372,6 +372,8 @@ export { c_toolbar__item_m_search_filter_spacer } from './c_toolbar__item_m_sear
372
372
  export { c_toolbar__item_m_chip_group_spacer } from './c_toolbar__item_m_chip_group_spacer';
373
373
  export { c_toolbar__item_m_label_spacer } from './c_toolbar__item_m_label_spacer';
374
374
  export { c_toolbar__item_m_label_FontWeight } from './c_toolbar__item_m_label_FontWeight';
375
+ export { c_toolbar__expandable_content__item_m_label_MarginBottom } from './c_toolbar__expandable_content__item_m_label_MarginBottom';
376
+ export { c_toolbar__expandable_content__item_m_label_FontSize } from './c_toolbar__expandable_content__item_m_label_FontSize';
375
377
  export { c_toolbar__toggle_m_expanded__c_button_m_plain_Color } from './c_toolbar__toggle_m_expanded__c_button_m_plain_Color';
376
378
  export { c_toolbar_c_divider_m_vertical_spacer } from './c_toolbar_c_divider_m_vertical_spacer';
377
379
  export { c_toolbar_m_full_height_PaddingTop } from './c_toolbar_m_full_height_PaddingTop';
package/dist/esm/index.js CHANGED
@@ -372,6 +372,8 @@ export { c_toolbar__item_m_search_filter_spacer } from './c_toolbar__item_m_sear
372
372
  export { c_toolbar__item_m_chip_group_spacer } from './c_toolbar__item_m_chip_group_spacer';
373
373
  export { c_toolbar__item_m_label_spacer } from './c_toolbar__item_m_label_spacer';
374
374
  export { c_toolbar__item_m_label_FontWeight } from './c_toolbar__item_m_label_FontWeight';
375
+ export { c_toolbar__expandable_content__item_m_label_MarginBottom } from './c_toolbar__expandable_content__item_m_label_MarginBottom';
376
+ export { c_toolbar__expandable_content__item_m_label_FontSize } from './c_toolbar__expandable_content__item_m_label_FontSize';
375
377
  export { c_toolbar__toggle_m_expanded__c_button_m_plain_Color } from './c_toolbar__toggle_m_expanded__c_button_m_plain_Color';
376
378
  export { c_toolbar_c_divider_m_vertical_spacer } from './c_toolbar_c_divider_m_vertical_spacer';
377
379
  export { c_toolbar_m_full_height_PaddingTop } from './c_toolbar_m_full_height_PaddingTop';
@@ -486,6 +486,28 @@ export const c_toolbar: {
486
486
  "700"
487
487
  ]
488
488
  },
489
+ "c_toolbar__expandable_content__item_m_label_MarginBottom": {
490
+ "name": "--pf-c-toolbar__expandable-content__item--m-label--MarginBottom",
491
+ "value": "calc(-1 * 1.5rem + 0.5rem)",
492
+ "values": [
493
+ "calc(-1 * --pf-c-toolbar__expandable-content--m-expanded--GridRowGap + --pf-global--spacer--sm)",
494
+ "calc(-1 * --pf-global--gutter--md + $pf-global--spacer--sm)",
495
+ "calc(-1 * $pf-global--gutter--md + $pf-global--spacer--sm)",
496
+ "calc(-1 * $pf-global--spacer--lg + pf-size-prem(8px))",
497
+ "calc(-1 * pf-size-prem(24px) + pf-size-prem(8px))",
498
+ "calc(-1 * 1.5rem + 0.5rem)"
499
+ ]
500
+ },
501
+ "c_toolbar__expandable_content__item_m_label_FontSize": {
502
+ "name": "--pf-c-toolbar__expandable-content__item--m-label--FontSize",
503
+ "value": "0.875rem",
504
+ "values": [
505
+ "--pf-global--FontSize--sm",
506
+ "$pf-global--FontSize--sm",
507
+ "pf-font-prem(14px)",
508
+ "0.875rem"
509
+ ]
510
+ },
489
511
  "c_toolbar__toggle_m_expanded__c_button_m_plain_Color": {
490
512
  "name": "--pf-c-toolbar__toggle--m-expanded__c-button--m-plain--Color",
491
513
  "value": "#151515",
@@ -488,6 +488,28 @@ exports.c_toolbar = {
488
488
  "700"
489
489
  ]
490
490
  },
491
+ "c_toolbar__expandable_content__item_m_label_MarginBottom": {
492
+ "name": "--pf-c-toolbar__expandable-content__item--m-label--MarginBottom",
493
+ "value": "calc(-1 * 1.5rem + 0.5rem)",
494
+ "values": [
495
+ "calc(-1 * --pf-c-toolbar__expandable-content--m-expanded--GridRowGap + --pf-global--spacer--sm)",
496
+ "calc(-1 * --pf-global--gutter--md + $pf-global--spacer--sm)",
497
+ "calc(-1 * $pf-global--gutter--md + $pf-global--spacer--sm)",
498
+ "calc(-1 * $pf-global--spacer--lg + pf-size-prem(8px))",
499
+ "calc(-1 * pf-size-prem(24px) + pf-size-prem(8px))",
500
+ "calc(-1 * 1.5rem + 0.5rem)"
501
+ ]
502
+ },
503
+ "c_toolbar__expandable_content__item_m_label_FontSize": {
504
+ "name": "--pf-c-toolbar__expandable-content__item--m-label--FontSize",
505
+ "value": "0.875rem",
506
+ "values": [
507
+ "--pf-global--FontSize--sm",
508
+ "$pf-global--FontSize--sm",
509
+ "pf-font-prem(14px)",
510
+ "0.875rem"
511
+ ]
512
+ },
491
513
  "c_toolbar__toggle_m_expanded__c_button_m_plain_Color": {
492
514
  "name": "--pf-c-toolbar__toggle--m-expanded__c-button--m-plain--Color",
493
515
  "value": "#151515",
@@ -0,0 +1,6 @@
1
+ export const c_toolbar__expandable_content__item_m_label_FontSize: {
2
+ "name": "--pf-c-toolbar__expandable-content__item--m-label--FontSize",
3
+ "value": "0.875rem",
4
+ "var": "var(--pf-c-toolbar__expandable-content__item--m-label--FontSize)"
5
+ };
6
+ export default c_toolbar__expandable_content__item_m_label_FontSize;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_toolbar__expandable_content__item_m_label_FontSize = {
4
+ "name": "--pf-c-toolbar__expandable-content__item--m-label--FontSize",
5
+ "value": "0.875rem",
6
+ "var": "var(--pf-c-toolbar__expandable-content__item--m-label--FontSize)"
7
+ };
8
+ exports["default"] = exports.c_toolbar__expandable_content__item_m_label_FontSize;
@@ -0,0 +1,6 @@
1
+ export const c_toolbar__expandable_content__item_m_label_MarginBottom: {
2
+ "name": "--pf-c-toolbar__expandable-content__item--m-label--MarginBottom",
3
+ "value": "calc(-1 * 1.5rem + 0.5rem)",
4
+ "var": "var(--pf-c-toolbar__expandable-content__item--m-label--MarginBottom)"
5
+ };
6
+ export default c_toolbar__expandable_content__item_m_label_MarginBottom;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_toolbar__expandable_content__item_m_label_MarginBottom = {
4
+ "name": "--pf-c-toolbar__expandable-content__item--m-label--MarginBottom",
5
+ "value": "calc(-1 * 1.5rem + 0.5rem)",
6
+ "var": "var(--pf-c-toolbar__expandable-content__item--m-label--MarginBottom)"
7
+ };
8
+ exports["default"] = exports.c_toolbar__expandable_content__item_m_label_MarginBottom;
@@ -372,6 +372,8 @@ export { c_toolbar__item_m_search_filter_spacer } from './c_toolbar__item_m_sear
372
372
  export { c_toolbar__item_m_chip_group_spacer } from './c_toolbar__item_m_chip_group_spacer';
373
373
  export { c_toolbar__item_m_label_spacer } from './c_toolbar__item_m_label_spacer';
374
374
  export { c_toolbar__item_m_label_FontWeight } from './c_toolbar__item_m_label_FontWeight';
375
+ export { c_toolbar__expandable_content__item_m_label_MarginBottom } from './c_toolbar__expandable_content__item_m_label_MarginBottom';
376
+ export { c_toolbar__expandable_content__item_m_label_FontSize } from './c_toolbar__expandable_content__item_m_label_FontSize';
375
377
  export { c_toolbar__toggle_m_expanded__c_button_m_plain_Color } from './c_toolbar__toggle_m_expanded__c_button_m_plain_Color';
376
378
  export { c_toolbar_c_divider_m_vertical_spacer } from './c_toolbar_c_divider_m_vertical_spacer';
377
379
  export { c_toolbar_m_full_height_PaddingTop } from './c_toolbar_m_full_height_PaddingTop';
package/dist/js/index.js CHANGED
@@ -377,6 +377,8 @@ __export(require('./c_toolbar__item_m_search_filter_spacer'));
377
377
  __export(require('./c_toolbar__item_m_chip_group_spacer'));
378
378
  __export(require('./c_toolbar__item_m_label_spacer'));
379
379
  __export(require('./c_toolbar__item_m_label_FontWeight'));
380
+ __export(require('./c_toolbar__expandable_content__item_m_label_MarginBottom'));
381
+ __export(require('./c_toolbar__expandable_content__item_m_label_FontSize'));
380
382
  __export(require('./c_toolbar__toggle_m_expanded__c_button_m_plain_Color'));
381
383
  __export(require('./c_toolbar_c_divider_m_vertical_spacer'));
382
384
  __export(require('./c_toolbar_m_full_height_PaddingTop'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-tokens",
3
- "version": "4.27.10",
3
+ "version": "4.27.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.159.2",
32
+ "@patternfly/patternfly": "4.160.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": "d026d3fbbcdaa8438312b71ebe59a2f232103b4d"
38
+ "gitHead": "928249cc5fdb955d1b403bed24527be7df67f075"
39
39
  }