@patternfly/react-styles 4.52.20 → 4.52.21

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,14 @@
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.52.21 (2022-04-11)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
10
+
11
+
12
+
13
+
6
14
  ## 4.52.20 (2022-04-08)
7
15
 
8
16
 
@@ -12,6 +12,8 @@
12
12
  --pf-c-form__label--FontSize: var(--pf-global--FontSize--sm);
13
13
  --pf-c-form__label--LineHeight: var(--pf-global--LineHeight--sm);
14
14
  --pf-c-form__label--m-disabled--Color: var(--pf-global--disabled-color--100);
15
+ --pf-c-form__label--hover--Cursor: pointer;
16
+ --pf-c-form__label--m-disabled--hover--Cursor: not-allowed;
15
17
  --pf-c-form__label-text--FontWeight: var(--pf-global--FontWeight--bold);
16
18
  --pf-c-form__label-required--MarginLeft: var(--pf-global--spacer--xs);
17
19
  --pf-c-form__label-required--FontSize: var(--pf-global--FontSize--sm);
@@ -289,13 +291,13 @@
289
291
  background-color: none;
290
292
  }
291
293
  .pf-c-form__label:not(.pf-m-disabled):hover {
292
- cursor: pointer;
294
+ cursor: var(--pf-c-form__label--hover--Cursor);
293
295
  }
294
296
  .pf-c-form__label.pf-m-disabled {
295
297
  color: var(--pf-c-form__label--m-disabled--Color);
296
298
  }
297
299
  .pf-c-form__label.pf-m-disabled:hover {
298
- cursor: not-allowed;
300
+ cursor: var(--pf-c-form__label--m-disabled--hover--Cursor);
299
301
  }
300
302
 
301
303
  .pf-c-form__label-text {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "4.52.20",
3
+ "version": "4.52.21",
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.185.1",
22
+ "@patternfly/patternfly": "4.185.2",
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": "d42bba5cd0c58e77d18fa60638804f9c6b21de94"
32
+ "gitHead": "15786a5112cf09f6bdbc95b067918cf24ec74ba0"
33
33
  }