@patternfly/patternfly 4.164.0 → 4.164.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.
@@ -1,5 +1,5 @@
1
1
  .pf-c-truncate {
2
- --pf-c-truncate--FontSize: var(--pf-c-truncate--FontSize, 1rem);
2
+ --pf-c-truncate--FontSize: 1rem;
3
3
  display: inline-flex;
4
4
  flex-wrap: nowrap;
5
5
  max-width: 100%;
@@ -1,5 +1,5 @@
1
1
  .pf-c-truncate {
2
- --pf-c-truncate--FontSize: var(--pf-c-truncate--FontSize, 1rem);
2
+ --pf-c-truncate--FontSize: 1rem;
3
3
 
4
4
  display: inline-flex;
5
5
  flex-wrap: nowrap;
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.164.0",
4
+ "version": "4.164.1",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -27076,7 +27076,7 @@ svg.pf-c-spinner.pf-m-xl {
27076
27076
  }
27077
27077
 
27078
27078
  .pf-c-truncate {
27079
- --pf-c-truncate--FontSize: var(--pf-c-truncate--FontSize, 1rem);
27079
+ --pf-c-truncate--FontSize: 1rem;
27080
27080
  display: inline-flex;
27081
27081
  flex-wrap: nowrap;
27082
27082
  max-width: 100%;
package/patternfly.css CHANGED
@@ -27198,7 +27198,7 @@ svg.pf-c-spinner.pf-m-xl {
27198
27198
  }
27199
27199
 
27200
27200
  .pf-c-truncate {
27201
- --pf-c-truncate--FontSize: var(--pf-c-truncate--FontSize, 1rem);
27201
+ --pf-c-truncate--FontSize: 1rem;
27202
27202
  display: inline-flex;
27203
27203
  flex-wrap: nowrap;
27204
27204
  max-width: 100%;