@patternfly/react-tokens 4.54.18 → 4.54.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,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.54.21 (2022-04-11)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-tokens
9
+
10
+
11
+
12
+
13
+
14
+ ## 4.54.20 (2022-04-08)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **NumberInput:** Custom increment/decrement and thresholds ([#7159](https://github.com/patternfly/patternfly-react/issues/7159)) ([28853de](https://github.com/patternfly/patternfly-react/commit/28853de1d02a4d46d81100da895d5e73a3ec05cf))
20
+
21
+
22
+
23
+
24
+
25
+ ## 4.54.19 (2022-04-08)
26
+
27
+ **Note:** Version bump only for package @patternfly/react-tokens
28
+
29
+
30
+
31
+
32
+
6
33
  ## 4.54.18 (2022-04-08)
7
34
 
8
35
  **Note:** Version bump only for package @patternfly/react-tokens
@@ -106,6 +106,14 @@ export const c_form: {
106
106
  "#6a6e73"
107
107
  ]
108
108
  },
109
+ "c_form__label_hover_Cursor": {
110
+ "name": "--pf-c-form__label--hover--Cursor",
111
+ "value": "pointer"
112
+ },
113
+ "c_form__label_m_disabled_hover_Cursor": {
114
+ "name": "--pf-c-form__label--m-disabled--hover--Cursor",
115
+ "value": "not-allowed"
116
+ },
109
117
  "c_form__label_text_FontWeight": {
110
118
  "name": "--pf-c-form__label-text--FontWeight",
111
119
  "value": "700",
@@ -106,6 +106,14 @@ export const c_form = {
106
106
  "#6a6e73"
107
107
  ]
108
108
  },
109
+ "c_form__label_hover_Cursor": {
110
+ "name": "--pf-c-form__label--hover--Cursor",
111
+ "value": "pointer"
112
+ },
113
+ "c_form__label_m_disabled_hover_Cursor": {
114
+ "name": "--pf-c-form__label--m-disabled--hover--Cursor",
115
+ "value": "not-allowed"
116
+ },
109
117
  "c_form__label_text_FontWeight": {
110
118
  "name": "--pf-c-form__label-text--FontWeight",
111
119
  "value": "700",
@@ -0,0 +1,6 @@
1
+ export const c_form__label_hover_Cursor: {
2
+ "name": "--pf-c-form__label--hover--Cursor",
3
+ "value": "pointer",
4
+ "var": "var(--pf-c-form__label--hover--Cursor)"
5
+ };
6
+ export default c_form__label_hover_Cursor;
@@ -0,0 +1,6 @@
1
+ export const c_form__label_hover_Cursor = {
2
+ "name": "--pf-c-form__label--hover--Cursor",
3
+ "value": "pointer",
4
+ "var": "var(--pf-c-form__label--hover--Cursor)"
5
+ };
6
+ export default c_form__label_hover_Cursor;
@@ -0,0 +1,6 @@
1
+ export const c_form__label_m_disabled_hover_Cursor: {
2
+ "name": "--pf-c-form__label--m-disabled--hover--Cursor",
3
+ "value": "not-allowed",
4
+ "var": "var(--pf-c-form__label--m-disabled--hover--Cursor)"
5
+ };
6
+ export default c_form__label_m_disabled_hover_Cursor;
@@ -0,0 +1,6 @@
1
+ export const c_form__label_m_disabled_hover_Cursor = {
2
+ "name": "--pf-c-form__label--m-disabled--hover--Cursor",
3
+ "value": "not-allowed",
4
+ "var": "var(--pf-c-form__label--m-disabled--hover--Cursor)"
5
+ };
6
+ export default c_form__label_m_disabled_hover_Cursor;
@@ -3294,6 +3294,8 @@ export { c_form_m_horizontal__group_label_m_no_padding_md_TranslateY } from './c
3294
3294
  export { c_form__label_FontSize } from './c_form__label_FontSize';
3295
3295
  export { c_form__label_LineHeight } from './c_form__label_LineHeight';
3296
3296
  export { c_form__label_m_disabled_Color } from './c_form__label_m_disabled_Color';
3297
+ export { c_form__label_hover_Cursor } from './c_form__label_hover_Cursor';
3298
+ export { c_form__label_m_disabled_hover_Cursor } from './c_form__label_m_disabled_hover_Cursor';
3297
3299
  export { c_form__label_text_FontWeight } from './c_form__label_text_FontWeight';
3298
3300
  export { c_form__label_required_MarginLeft } from './c_form__label_required_MarginLeft';
3299
3301
  export { c_form__label_required_FontSize } from './c_form__label_required_FontSize';
package/dist/esm/index.js CHANGED
@@ -3294,6 +3294,8 @@ export { c_form_m_horizontal__group_label_m_no_padding_md_TranslateY } from './c
3294
3294
  export { c_form__label_FontSize } from './c_form__label_FontSize';
3295
3295
  export { c_form__label_LineHeight } from './c_form__label_LineHeight';
3296
3296
  export { c_form__label_m_disabled_Color } from './c_form__label_m_disabled_Color';
3297
+ export { c_form__label_hover_Cursor } from './c_form__label_hover_Cursor';
3298
+ export { c_form__label_m_disabled_hover_Cursor } from './c_form__label_m_disabled_hover_Cursor';
3297
3299
  export { c_form__label_text_FontWeight } from './c_form__label_text_FontWeight';
3298
3300
  export { c_form__label_required_MarginLeft } from './c_form__label_required_MarginLeft';
3299
3301
  export { c_form__label_required_FontSize } from './c_form__label_required_FontSize';
@@ -106,6 +106,14 @@ export const c_form: {
106
106
  "#6a6e73"
107
107
  ]
108
108
  },
109
+ "c_form__label_hover_Cursor": {
110
+ "name": "--pf-c-form__label--hover--Cursor",
111
+ "value": "pointer"
112
+ },
113
+ "c_form__label_m_disabled_hover_Cursor": {
114
+ "name": "--pf-c-form__label--m-disabled--hover--Cursor",
115
+ "value": "not-allowed"
116
+ },
109
117
  "c_form__label_text_FontWeight": {
110
118
  "name": "--pf-c-form__label-text--FontWeight",
111
119
  "value": "700",
package/dist/js/c_form.js CHANGED
@@ -108,6 +108,14 @@ exports.c_form = {
108
108
  "#6a6e73"
109
109
  ]
110
110
  },
111
+ "c_form__label_hover_Cursor": {
112
+ "name": "--pf-c-form__label--hover--Cursor",
113
+ "value": "pointer"
114
+ },
115
+ "c_form__label_m_disabled_hover_Cursor": {
116
+ "name": "--pf-c-form__label--m-disabled--hover--Cursor",
117
+ "value": "not-allowed"
118
+ },
111
119
  "c_form__label_text_FontWeight": {
112
120
  "name": "--pf-c-form__label-text--FontWeight",
113
121
  "value": "700",
@@ -0,0 +1,6 @@
1
+ export const c_form__label_hover_Cursor: {
2
+ "name": "--pf-c-form__label--hover--Cursor",
3
+ "value": "pointer",
4
+ "var": "var(--pf-c-form__label--hover--Cursor)"
5
+ };
6
+ export default c_form__label_hover_Cursor;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_form__label_hover_Cursor = {
4
+ "name": "--pf-c-form__label--hover--Cursor",
5
+ "value": "pointer",
6
+ "var": "var(--pf-c-form__label--hover--Cursor)"
7
+ };
8
+ exports["default"] = exports.c_form__label_hover_Cursor;
@@ -0,0 +1,6 @@
1
+ export const c_form__label_m_disabled_hover_Cursor: {
2
+ "name": "--pf-c-form__label--m-disabled--hover--Cursor",
3
+ "value": "not-allowed",
4
+ "var": "var(--pf-c-form__label--m-disabled--hover--Cursor)"
5
+ };
6
+ export default c_form__label_m_disabled_hover_Cursor;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_form__label_m_disabled_hover_Cursor = {
4
+ "name": "--pf-c-form__label--m-disabled--hover--Cursor",
5
+ "value": "not-allowed",
6
+ "var": "var(--pf-c-form__label--m-disabled--hover--Cursor)"
7
+ };
8
+ exports["default"] = exports.c_form__label_m_disabled_hover_Cursor;
@@ -3294,6 +3294,8 @@ export { c_form_m_horizontal__group_label_m_no_padding_md_TranslateY } from './c
3294
3294
  export { c_form__label_FontSize } from './c_form__label_FontSize';
3295
3295
  export { c_form__label_LineHeight } from './c_form__label_LineHeight';
3296
3296
  export { c_form__label_m_disabled_Color } from './c_form__label_m_disabled_Color';
3297
+ export { c_form__label_hover_Cursor } from './c_form__label_hover_Cursor';
3298
+ export { c_form__label_m_disabled_hover_Cursor } from './c_form__label_m_disabled_hover_Cursor';
3297
3299
  export { c_form__label_text_FontWeight } from './c_form__label_text_FontWeight';
3298
3300
  export { c_form__label_required_MarginLeft } from './c_form__label_required_MarginLeft';
3299
3301
  export { c_form__label_required_FontSize } from './c_form__label_required_FontSize';
package/dist/js/index.js CHANGED
@@ -3299,6 +3299,8 @@ __export(require('./c_form_m_horizontal__group_label_m_no_padding_md_TranslateY'
3299
3299
  __export(require('./c_form__label_FontSize'));
3300
3300
  __export(require('./c_form__label_LineHeight'));
3301
3301
  __export(require('./c_form__label_m_disabled_Color'));
3302
+ __export(require('./c_form__label_hover_Cursor'));
3303
+ __export(require('./c_form__label_m_disabled_hover_Cursor'));
3302
3304
  __export(require('./c_form__label_text_FontWeight'));
3303
3305
  __export(require('./c_form__label_required_MarginLeft'));
3304
3306
  __export(require('./c_form__label_required_FontSize'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-tokens",
3
- "version": "4.54.18",
3
+ "version": "4.54.21",
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.185.1",
32
+ "@patternfly/patternfly": "4.185.2",
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": "fd2bf430267635cb2473b40153f591fa853b47ad"
38
+ "gitHead": "15786a5112cf09f6bdbc95b067918cf24ec74ba0"
39
39
  }