@patternfly/react-tokens 5.4.0-prerelease.7 → 5.4.0-prerelease.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 +8 -0
- package/dist/esm/c_form.d.ts +12 -2
- package/dist/esm/c_form.js +12 -2
- package/dist/esm/c_form__group_label_m_info_Gap.d.ts +6 -0
- package/dist/esm/c_form__group_label_m_info_Gap.js +6 -0
- package/dist/esm/c_form_m_horizontal__group_label_m_info_Gap.d.ts +6 -0
- package/dist/esm/c_form_m_horizontal__group_label_m_info_Gap.js +6 -0
- package/dist/esm/index.d.ts +2 -1
- package/dist/esm/index.js +2 -1
- package/dist/js/c_form.d.ts +12 -2
- package/dist/js/c_form.js +12 -2
- package/dist/js/c_form__group_label_m_info_Gap.d.ts +6 -0
- package/dist/js/c_form__group_label_m_info_Gap.js +8 -0
- package/dist/js/c_form_m_horizontal__group_label_m_info_Gap.d.ts +6 -0
- package/dist/js/c_form_m_horizontal__group_label_m_info_Gap.js +8 -0
- package/dist/js/index.d.ts +2 -1
- package/dist/js/index.js +2 -1
- package/package.json +3 -3
- package/dist/esm/c_form__group_label_info_MarginLeft.d.ts +0 -6
- package/dist/esm/c_form__group_label_info_MarginLeft.js +0 -6
- package/dist/js/c_form__group_label_info_MarginLeft.d.ts +0 -6
- package/dist/js/c_form__group_label_info_MarginLeft.js +0 -8
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
|
+
# [5.4.0-prerelease.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@5.4.0-prerelease.8...@patternfly/react-tokens@5.4.0-prerelease.9) (2024-07-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/react-tokens
|
|
9
|
+
|
|
10
|
+
# [5.4.0-prerelease.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@5.4.0-prerelease.7...@patternfly/react-tokens@5.4.0-prerelease.8) (2024-07-02)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @patternfly/react-tokens
|
|
13
|
+
|
|
6
14
|
# [5.4.0-prerelease.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@5.4.0-prerelease.6...@patternfly/react-tokens@5.4.0-prerelease.7) (2024-07-01)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @patternfly/react-tokens
|
package/dist/esm/c_form.d.ts
CHANGED
|
@@ -285,8 +285,8 @@ export const c_form: {
|
|
|
285
285
|
"#151515"
|
|
286
286
|
]
|
|
287
287
|
},
|
|
288
|
-
"
|
|
289
|
-
"name": "--pf-v5-c-form__group-label-info--
|
|
288
|
+
"c_form__group_label_m_info_Gap": {
|
|
289
|
+
"name": "--pf-v5-c-form__group-label--m-info--Gap",
|
|
290
290
|
"value": "0.5rem",
|
|
291
291
|
"values": [
|
|
292
292
|
"--pf-v5-global--spacer--sm",
|
|
@@ -305,6 +305,16 @@ export const c_form: {
|
|
|
305
305
|
"0.875rem"
|
|
306
306
|
]
|
|
307
307
|
},
|
|
308
|
+
"c_form_m_horizontal__group_label_m_info_Gap": {
|
|
309
|
+
"name": "--pf-v5-c-form--m-horizontal__group-label--m-info--Gap",
|
|
310
|
+
"value": "0.5rem",
|
|
311
|
+
"values": [
|
|
312
|
+
"--pf-v5-global--spacer--sm",
|
|
313
|
+
"$pf-v5-global--spacer--sm",
|
|
314
|
+
"pf-size-prem(8px)",
|
|
315
|
+
"0.5rem"
|
|
316
|
+
]
|
|
317
|
+
},
|
|
308
318
|
"c_form__group_control_m_inline_child_MarginRight": {
|
|
309
319
|
"name": "--pf-v5-c-form__group-control--m-inline--child--MarginRight",
|
|
310
320
|
"value": "1.5rem",
|
package/dist/esm/c_form.js
CHANGED
|
@@ -285,8 +285,8 @@ export const c_form = {
|
|
|
285
285
|
"#151515"
|
|
286
286
|
]
|
|
287
287
|
},
|
|
288
|
-
"
|
|
289
|
-
"name": "--pf-v5-c-form__group-label-info--
|
|
288
|
+
"c_form__group_label_m_info_Gap": {
|
|
289
|
+
"name": "--pf-v5-c-form__group-label--m-info--Gap",
|
|
290
290
|
"value": "0.5rem",
|
|
291
291
|
"values": [
|
|
292
292
|
"--pf-v5-global--spacer--sm",
|
|
@@ -305,6 +305,16 @@ export const c_form = {
|
|
|
305
305
|
"0.875rem"
|
|
306
306
|
]
|
|
307
307
|
},
|
|
308
|
+
"c_form_m_horizontal__group_label_m_info_Gap": {
|
|
309
|
+
"name": "--pf-v5-c-form--m-horizontal__group-label--m-info--Gap",
|
|
310
|
+
"value": "0.5rem",
|
|
311
|
+
"values": [
|
|
312
|
+
"--pf-v5-global--spacer--sm",
|
|
313
|
+
"$pf-v5-global--spacer--sm",
|
|
314
|
+
"pf-size-prem(8px)",
|
|
315
|
+
"0.5rem"
|
|
316
|
+
]
|
|
317
|
+
},
|
|
308
318
|
"c_form__group_control_m_inline_child_MarginRight": {
|
|
309
319
|
"name": "--pf-v5-c-form__group-control--m-inline--child--MarginRight",
|
|
310
320
|
"value": "1.5rem",
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_form_m_horizontal__group_label_m_info_Gap: {
|
|
2
|
+
"name": "--pf-v5-c-form--m-horizontal__group-label--m-info--Gap",
|
|
3
|
+
"value": "0.5rem",
|
|
4
|
+
"var": "var(--pf-v5-c-form--m-horizontal__group-label--m-info--Gap)"
|
|
5
|
+
};
|
|
6
|
+
export default c_form_m_horizontal__group_label_m_info_Gap;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_form_m_horizontal__group_label_m_info_Gap = {
|
|
2
|
+
"name": "--pf-v5-c-form--m-horizontal__group-label--m-info--Gap",
|
|
3
|
+
"value": "0.5rem",
|
|
4
|
+
"var": "var(--pf-v5-c-form--m-horizontal__group-label--m-info--Gap)"
|
|
5
|
+
};
|
|
6
|
+
export default c_form_m_horizontal__group_label_m_info_Gap;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1683,8 +1683,9 @@ export { c_form__group_label_help_TranslateY } from './c_form__group_label_help_
|
|
|
1683
1683
|
export { c_form__group_label_help_Color } from './c_form__group_label_help_Color';
|
|
1684
1684
|
export { c_form__group_label_help_hover_Color } from './c_form__group_label_help_hover_Color';
|
|
1685
1685
|
export { c_form__group_label_help_focus_Color } from './c_form__group_label_help_focus_Color';
|
|
1686
|
-
export {
|
|
1686
|
+
export { c_form__group_label_m_info_Gap } from './c_form__group_label_m_info_Gap';
|
|
1687
1687
|
export { c_form__group_label_info_FontSize } from './c_form__group_label_info_FontSize';
|
|
1688
|
+
export { c_form_m_horizontal__group_label_m_info_Gap } from './c_form_m_horizontal__group_label_m_info_Gap';
|
|
1688
1689
|
export { c_form__group_control_m_inline_child_MarginRight } from './c_form__group_control_m_inline_child_MarginRight';
|
|
1689
1690
|
export { c_form__group_control__helper_text_MarginBottom } from './c_form__group_control__helper_text_MarginBottom';
|
|
1690
1691
|
export { c_form__group_control_m_stack_Gap } from './c_form__group_control_m_stack_Gap';
|
package/dist/esm/index.js
CHANGED
|
@@ -1683,8 +1683,9 @@ export { c_form__group_label_help_TranslateY } from './c_form__group_label_help_
|
|
|
1683
1683
|
export { c_form__group_label_help_Color } from './c_form__group_label_help_Color';
|
|
1684
1684
|
export { c_form__group_label_help_hover_Color } from './c_form__group_label_help_hover_Color';
|
|
1685
1685
|
export { c_form__group_label_help_focus_Color } from './c_form__group_label_help_focus_Color';
|
|
1686
|
-
export {
|
|
1686
|
+
export { c_form__group_label_m_info_Gap } from './c_form__group_label_m_info_Gap';
|
|
1687
1687
|
export { c_form__group_label_info_FontSize } from './c_form__group_label_info_FontSize';
|
|
1688
|
+
export { c_form_m_horizontal__group_label_m_info_Gap } from './c_form_m_horizontal__group_label_m_info_Gap';
|
|
1688
1689
|
export { c_form__group_control_m_inline_child_MarginRight } from './c_form__group_control_m_inline_child_MarginRight';
|
|
1689
1690
|
export { c_form__group_control__helper_text_MarginBottom } from './c_form__group_control__helper_text_MarginBottom';
|
|
1690
1691
|
export { c_form__group_control_m_stack_Gap } from './c_form__group_control_m_stack_Gap';
|
package/dist/js/c_form.d.ts
CHANGED
|
@@ -285,8 +285,8 @@ export const c_form: {
|
|
|
285
285
|
"#151515"
|
|
286
286
|
]
|
|
287
287
|
},
|
|
288
|
-
"
|
|
289
|
-
"name": "--pf-v5-c-form__group-label-info--
|
|
288
|
+
"c_form__group_label_m_info_Gap": {
|
|
289
|
+
"name": "--pf-v5-c-form__group-label--m-info--Gap",
|
|
290
290
|
"value": "0.5rem",
|
|
291
291
|
"values": [
|
|
292
292
|
"--pf-v5-global--spacer--sm",
|
|
@@ -305,6 +305,16 @@ export const c_form: {
|
|
|
305
305
|
"0.875rem"
|
|
306
306
|
]
|
|
307
307
|
},
|
|
308
|
+
"c_form_m_horizontal__group_label_m_info_Gap": {
|
|
309
|
+
"name": "--pf-v5-c-form--m-horizontal__group-label--m-info--Gap",
|
|
310
|
+
"value": "0.5rem",
|
|
311
|
+
"values": [
|
|
312
|
+
"--pf-v5-global--spacer--sm",
|
|
313
|
+
"$pf-v5-global--spacer--sm",
|
|
314
|
+
"pf-size-prem(8px)",
|
|
315
|
+
"0.5rem"
|
|
316
|
+
]
|
|
317
|
+
},
|
|
308
318
|
"c_form__group_control_m_inline_child_MarginRight": {
|
|
309
319
|
"name": "--pf-v5-c-form__group-control--m-inline--child--MarginRight",
|
|
310
320
|
"value": "1.5rem",
|
package/dist/js/c_form.js
CHANGED
|
@@ -287,8 +287,8 @@ exports.c_form = {
|
|
|
287
287
|
"#151515"
|
|
288
288
|
]
|
|
289
289
|
},
|
|
290
|
-
"
|
|
291
|
-
"name": "--pf-v5-c-form__group-label-info--
|
|
290
|
+
"c_form__group_label_m_info_Gap": {
|
|
291
|
+
"name": "--pf-v5-c-form__group-label--m-info--Gap",
|
|
292
292
|
"value": "0.5rem",
|
|
293
293
|
"values": [
|
|
294
294
|
"--pf-v5-global--spacer--sm",
|
|
@@ -307,6 +307,16 @@ exports.c_form = {
|
|
|
307
307
|
"0.875rem"
|
|
308
308
|
]
|
|
309
309
|
},
|
|
310
|
+
"c_form_m_horizontal__group_label_m_info_Gap": {
|
|
311
|
+
"name": "--pf-v5-c-form--m-horizontal__group-label--m-info--Gap",
|
|
312
|
+
"value": "0.5rem",
|
|
313
|
+
"values": [
|
|
314
|
+
"--pf-v5-global--spacer--sm",
|
|
315
|
+
"$pf-v5-global--spacer--sm",
|
|
316
|
+
"pf-size-prem(8px)",
|
|
317
|
+
"0.5rem"
|
|
318
|
+
]
|
|
319
|
+
},
|
|
310
320
|
"c_form__group_control_m_inline_child_MarginRight": {
|
|
311
321
|
"name": "--pf-v5-c-form__group-control--m-inline--child--MarginRight",
|
|
312
322
|
"value": "1.5rem",
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_form__group_label_m_info_Gap = {
|
|
4
|
+
"name": "--pf-v5-c-form__group-label--m-info--Gap",
|
|
5
|
+
"value": "0.5rem",
|
|
6
|
+
"var": "var(--pf-v5-c-form__group-label--m-info--Gap)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_form__group_label_m_info_Gap;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_form_m_horizontal__group_label_m_info_Gap: {
|
|
2
|
+
"name": "--pf-v5-c-form--m-horizontal__group-label--m-info--Gap",
|
|
3
|
+
"value": "0.5rem",
|
|
4
|
+
"var": "var(--pf-v5-c-form--m-horizontal__group-label--m-info--Gap)"
|
|
5
|
+
};
|
|
6
|
+
export default c_form_m_horizontal__group_label_m_info_Gap;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_form_m_horizontal__group_label_m_info_Gap = {
|
|
4
|
+
"name": "--pf-v5-c-form--m-horizontal__group-label--m-info--Gap",
|
|
5
|
+
"value": "0.5rem",
|
|
6
|
+
"var": "var(--pf-v5-c-form--m-horizontal__group-label--m-info--Gap)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_form_m_horizontal__group_label_m_info_Gap;
|
package/dist/js/index.d.ts
CHANGED
|
@@ -1683,8 +1683,9 @@ export { c_form__group_label_help_TranslateY } from './c_form__group_label_help_
|
|
|
1683
1683
|
export { c_form__group_label_help_Color } from './c_form__group_label_help_Color';
|
|
1684
1684
|
export { c_form__group_label_help_hover_Color } from './c_form__group_label_help_hover_Color';
|
|
1685
1685
|
export { c_form__group_label_help_focus_Color } from './c_form__group_label_help_focus_Color';
|
|
1686
|
-
export {
|
|
1686
|
+
export { c_form__group_label_m_info_Gap } from './c_form__group_label_m_info_Gap';
|
|
1687
1687
|
export { c_form__group_label_info_FontSize } from './c_form__group_label_info_FontSize';
|
|
1688
|
+
export { c_form_m_horizontal__group_label_m_info_Gap } from './c_form_m_horizontal__group_label_m_info_Gap';
|
|
1688
1689
|
export { c_form__group_control_m_inline_child_MarginRight } from './c_form__group_control_m_inline_child_MarginRight';
|
|
1689
1690
|
export { c_form__group_control__helper_text_MarginBottom } from './c_form__group_control__helper_text_MarginBottom';
|
|
1690
1691
|
export { c_form__group_control_m_stack_Gap } from './c_form__group_control_m_stack_Gap';
|
package/dist/js/index.js
CHANGED
|
@@ -1688,8 +1688,9 @@ __export(require('./c_form__group_label_help_TranslateY'));
|
|
|
1688
1688
|
__export(require('./c_form__group_label_help_Color'));
|
|
1689
1689
|
__export(require('./c_form__group_label_help_hover_Color'));
|
|
1690
1690
|
__export(require('./c_form__group_label_help_focus_Color'));
|
|
1691
|
-
__export(require('./
|
|
1691
|
+
__export(require('./c_form__group_label_m_info_Gap'));
|
|
1692
1692
|
__export(require('./c_form__group_label_info_FontSize'));
|
|
1693
|
+
__export(require('./c_form_m_horizontal__group_label_m_info_Gap'));
|
|
1693
1694
|
__export(require('./c_form__group_control_m_inline_child_MarginRight'));
|
|
1694
1695
|
__export(require('./c_form__group_control__helper_text_MarginBottom'));
|
|
1695
1696
|
__export(require('./c_form__group_control_m_stack_Gap'));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/react-tokens",
|
|
3
|
-
"version": "5.4.0-prerelease.
|
|
3
|
+
"version": "5.4.0-prerelease.9",
|
|
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",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"clean": "rimraf dist"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@patternfly/patternfly": "5.4.0-prerelease.
|
|
31
|
+
"@patternfly/patternfly": "5.4.0-prerelease.7",
|
|
32
32
|
"css": "^3.0.0",
|
|
33
33
|
"fs-extra": "^11.2.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "b343abb86e05cc2a197da5e4a95f347dfda9bf49"
|
|
36
36
|
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
exports.__esModule = true;
|
|
3
|
-
exports.c_form__group_label_info_MarginLeft = {
|
|
4
|
-
"name": "--pf-v5-c-form__group-label-info--MarginLeft",
|
|
5
|
-
"value": "0.5rem",
|
|
6
|
-
"var": "var(--pf-v5-c-form__group-label-info--MarginLeft)"
|
|
7
|
-
};
|
|
8
|
-
exports["default"] = exports.c_form__group_label_info_MarginLeft;
|