@patternfly/patternfly 4.162.0 → 4.162.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "4.162.0",
4
+ "version": "4.162.1",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -61,7 +61,7 @@
61
61
  "husky": "^1.3.1",
62
62
  "lint-staged": "^9.2.5",
63
63
  "node-plop": "^0.18.0",
64
- "postcss": "^7.0.18",
64
+ "postcss": "^8.3.11",
65
65
  "postcss-css-variables": "^0.13.0",
66
66
  "postcss-preset-env": "^6.7.0",
67
67
  "prettier": "^1.12.1",
@@ -72,11 +72,11 @@
72
72
  "rimraf": "*",
73
73
  "sass": "^1.34.0",
74
74
  "sass-graph": "^3.0.4",
75
- "stylelint": "^13.6.1",
76
- "stylelint-config-recommended-scss": "^4.2.0",
77
- "stylelint-config-standard": "^20.0.0",
78
- "stylelint-order": "^4.1.0",
79
- "stylelint-scss": "^3.18.0",
75
+ "stylelint": "^14.1.0",
76
+ "stylelint-config-recommended-scss": "^5.0.2",
77
+ "stylelint-config-standard": "^24.0.0",
78
+ "stylelint-order": "^5.0.0",
79
+ "stylelint-scss": "^4.0.0",
80
80
  "stylelint-value-no-unknown-custom-properties": "^3.0.0",
81
81
  "surge": "^0.21.3",
82
82
  "theme-patternfly-org": "0.7.3",
@@ -1,13 +1,13 @@
1
1
  @import "sass-utilities/all";
2
2
 
3
3
  // Utilities
4
- @import "./utilities/Accessibility/accessibility.scss";
5
- @import "./utilities/Alignment/alignment.scss";
6
- @import "./utilities/BackgroundColor/BackgroundColor.scss";
7
- @import "./utilities/BoxShadow/box-shadow.scss";
8
- @import "./utilities/Display/display.scss";
9
- @import "./utilities/Flex/flex.scss";
10
- @import "./utilities/Float/float.scss";
11
- @import "./utilities/Sizing/sizing.scss";
12
- @import "./utilities/Spacing/spacing.scss";
13
- @import "./utilities/Text/text.scss";
4
+ @import "./utilities/Accessibility/accessibility";
5
+ @import "./utilities/Alignment/alignment";
6
+ @import "./utilities/BackgroundColor/BackgroundColor";
7
+ @import "./utilities/BoxShadow/box-shadow";
8
+ @import "./utilities/Display/display";
9
+ @import "./utilities/Flex/flex";
10
+ @import "./utilities/Float/float";
11
+ @import "./utilities/Sizing/sizing";
12
+ @import "./utilities/Spacing/spacing";
13
+ @import "./utilities/Text/text";
@@ -1,3 +1,3 @@
1
1
  $pf-global--enable-reset: false;
2
2
 
3
- @import "./patternfly-base.scss";
3
+ @import "./patternfly-base";
@@ -23994,9 +23994,14 @@ svg.pf-c-spinner.pf-m-xl {
23994
23994
  outline-offset: var(--pf-c-table--thead--m-nested-column-header--button--OutlineOffset);
23995
23995
  }
23996
23996
  .pf-c-table thead.pf-m-nested-column-header th,
23997
- .pf-c-table thead.pf-m-nested-column-header td {
23997
+ .pf-c-table thead.pf-m-nested-column-header td,
23998
+ .pf-c-table thead.pf-m-nested-column-header input {
23998
23999
  vertical-align: middle;
23999
24000
  }
24001
+ .pf-c-table thead.pf-m-nested-column-header .pf-c-table__check label {
24002
+ display: flex;
24003
+ align-items: center;
24004
+ }
24000
24005
  .pf-c-table thead.pf-m-nested-column-header tr:not(:first-child) th:not([rowspan]),
24001
24006
  .pf-c-table thead.pf-m-nested-column-header tr:not(:first-child) td:not([rowspan]) {
24002
24007
  --pf-c-table--cell--PaddingTop: var(--pf-c-table--thead--m-nested-column-header--tr--PaddingTop);
@@ -24029,7 +24034,7 @@ svg.pf-c-spinner.pf-m-xl {
24029
24034
  background-color: transparent;
24030
24035
  border-left: var(--pf-c-table__expandable-row--after--BorderLeftWidth) solid var(--pf-c-table__expandable-row--after--BorderColor);
24031
24036
  }
24032
- .pf-c-table tbody .pf-c-table__check > input {
24037
+ .pf-c-table tbody .pf-c-table__check input {
24033
24038
  margin-top: var(--pf-c-table__check--input--MarginTop);
24034
24039
  vertical-align: top;
24035
24040
  }
@@ -24316,9 +24321,15 @@ svg.pf-c-spinner.pf-m-xl {
24316
24321
  .pf-c-table__check {
24317
24322
  --pf-c-table--cell--FontSize: var(--pf-c-table__check--input--FontSize);
24318
24323
  }
24319
- .pf-c-table__check > input:not([disabled]) {
24324
+ .pf-c-table__check label:not([disabled]),
24325
+ .pf-c-table__check input:not([disabled]) {
24320
24326
  cursor: pointer;
24321
24327
  }
24328
+ .pf-c-table__check label {
24329
+ display: block;
24330
+ padding: inherit;
24331
+ margin: calc(var(--pf-c-table--cell--PaddingTop) * -1) calc(var(--pf-c-table--cell--PaddingRight) * -1) calc(var(--pf-c-table--cell--PaddingBottom) * -1) calc(var(--pf-c-table--cell--PaddingLeft) * -1);
24332
+ }
24322
24333
 
24323
24334
  .pf-c-table__favorite .pf-c-button {
24324
24335
  --pf-c-button--m-plain--Color: var(--pf-c-table__favorite--c-button--Color);
@@ -1,3 +1,3 @@
1
1
  $pf-global--enable-reset: false;
2
2
 
3
- @import "./patternfly.scss";
3
+ @import "./patternfly";
package/patternfly.css CHANGED
@@ -24116,9 +24116,14 @@ svg.pf-c-spinner.pf-m-xl {
24116
24116
  outline-offset: var(--pf-c-table--thead--m-nested-column-header--button--OutlineOffset);
24117
24117
  }
24118
24118
  .pf-c-table thead.pf-m-nested-column-header th,
24119
- .pf-c-table thead.pf-m-nested-column-header td {
24119
+ .pf-c-table thead.pf-m-nested-column-header td,
24120
+ .pf-c-table thead.pf-m-nested-column-header input {
24120
24121
  vertical-align: middle;
24121
24122
  }
24123
+ .pf-c-table thead.pf-m-nested-column-header .pf-c-table__check label {
24124
+ display: flex;
24125
+ align-items: center;
24126
+ }
24122
24127
  .pf-c-table thead.pf-m-nested-column-header tr:not(:first-child) th:not([rowspan]),
24123
24128
  .pf-c-table thead.pf-m-nested-column-header tr:not(:first-child) td:not([rowspan]) {
24124
24129
  --pf-c-table--cell--PaddingTop: var(--pf-c-table--thead--m-nested-column-header--tr--PaddingTop);
@@ -24151,7 +24156,7 @@ svg.pf-c-spinner.pf-m-xl {
24151
24156
  background-color: transparent;
24152
24157
  border-left: var(--pf-c-table__expandable-row--after--BorderLeftWidth) solid var(--pf-c-table__expandable-row--after--BorderColor);
24153
24158
  }
24154
- .pf-c-table tbody .pf-c-table__check > input {
24159
+ .pf-c-table tbody .pf-c-table__check input {
24155
24160
  margin-top: var(--pf-c-table__check--input--MarginTop);
24156
24161
  vertical-align: top;
24157
24162
  }
@@ -24438,9 +24443,15 @@ svg.pf-c-spinner.pf-m-xl {
24438
24443
  .pf-c-table__check {
24439
24444
  --pf-c-table--cell--FontSize: var(--pf-c-table__check--input--FontSize);
24440
24445
  }
24441
- .pf-c-table__check > input:not([disabled]) {
24446
+ .pf-c-table__check label:not([disabled]),
24447
+ .pf-c-table__check input:not([disabled]) {
24442
24448
  cursor: pointer;
24443
24449
  }
24450
+ .pf-c-table__check label {
24451
+ display: block;
24452
+ padding: inherit;
24453
+ margin: calc(var(--pf-c-table--cell--PaddingTop) * -1) calc(var(--pf-c-table--cell--PaddingRight) * -1) calc(var(--pf-c-table--cell--PaddingBottom) * -1) calc(var(--pf-c-table--cell--PaddingLeft) * -1);
24454
+ }
24444
24455
 
24445
24456
  .pf-c-table__favorite .pf-c-button {
24446
24457
  --pf-c-button--m-plain--Color: var(--pf-c-table__favorite--c-button--Color);