@patternfly/react-styles 4.48.6 → 4.48.9

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,33 @@
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.48.9 (2022-03-01)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
10
+
11
+
12
+
13
+
14
+ ## 4.48.8 (2022-02-24)
15
+
16
+ **Note:** Version bump only for package @patternfly/react-styles
17
+
18
+
19
+
20
+
21
+
22
+ ## 4.48.7 (2022-02-22)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * update release version number ([#6964](https://github.com/patternfly/patternfly-react/issues/6964)) ([6eefe79](https://github.com/patternfly/patternfly-react/commit/6eefe79b9eaaf871ecf93e3fdfd0e49c7326b221))
28
+
29
+
30
+
31
+
32
+
6
33
  ## 4.48.6 (2022-02-22)
7
34
 
8
35
  **Note:** Version bump only for package @patternfly/react-styles
@@ -23,7 +23,7 @@
23
23
  --pf-c-select__toggle--before--BorderRightWidth: var(--pf-global--BorderWidth--sm);
24
24
  --pf-c-select__toggle--before--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
25
25
  --pf-c-select__toggle--before--BorderLeftWidth: var(--pf-global--BorderWidth--sm);
26
- --pf-c-select__toggle--before--BorderWidth: var(--pf-c-select__toggle--before--BorderTopWidth) var(--pf-c-select__toggle--before--BorderRightWidth) var(--pf-c-select__toggle--before--BorderBottomWidth) var(--pf-c-select__toggle--before--BorderLeftWidth);
26
+ --pf-c-select__toggle--before--BorderWidth: initial;
27
27
  --pf-c-select__toggle--before--BorderTopColor: var(--pf-global--BorderColor--300);
28
28
  --pf-c-select__toggle--before--BorderRightColor: var(--pf-global--BorderColor--300);
29
29
  --pf-c-select__toggle--before--BorderBottomColor: var(--pf-global--BorderColor--200);
@@ -234,6 +234,7 @@
234
234
  border: 0;
235
235
  }
236
236
  .pf-c-select__toggle::before {
237
+ --pf-c-select__toggle--before--BorderWidth-base: var(--pf-c-select__toggle--before--BorderTopWidth) var(--pf-c-select__toggle--before--BorderRightWidth) var(--pf-c-select__toggle--before--BorderBottomWidth) var(--pf-c-select__toggle--before--BorderLeftWidth);
237
238
  position: absolute;
238
239
  top: 0;
239
240
  right: 0;
@@ -242,7 +243,7 @@
242
243
  content: "";
243
244
  border-color: var(--pf-c-select__toggle--before--BorderTopColor) var(--pf-c-select__toggle--before--BorderRightColor) var(--pf-c-select__toggle--before--BorderBottomColor) var(--pf-c-select__toggle--before--BorderLeftColor);
244
245
  border-style: solid;
245
- border-width: var(--pf-c-select__toggle--before--BorderWidth);
246
+ border-width: var(--pf-c-select__toggle--before--BorderWidth, var(--pf-c-select__toggle--before--BorderWidth-base));
246
247
  }
247
248
  .pf-c-select__toggle:hover {
248
249
  --pf-c-select__toggle--before--BorderBottomColor: var(--pf-c-select__toggle--hover--before--BorderBottomColor);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "4.48.6",
3
+ "version": "4.48.9",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "clean": "rimraf dist css"
20
20
  },
21
21
  "devDependencies": {
22
- "@patternfly/patternfly": "4.179.1",
22
+ "@patternfly/patternfly": "4.179.3",
23
23
  "camel-case": "^3.0.0",
24
24
  "css": "^2.2.3",
25
25
  "fs-extra": "^6.0.1",
@@ -29,5 +29,5 @@
29
29
  "typescript": "^4.0.0"
30
30
  },
31
31
  "license": "MIT",
32
- "gitHead": "f9f1ab0c374403263791ffb2b25941b7c27721d8"
32
+ "gitHead": "3d23114ba9131d7817263fce7238996352f6033b"
33
33
  }