@patternfly/react-tokens 5.1.1-prerelease.5 → 5.1.1-prerelease.6
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 +4 -0
- package/dist/esm/c_about_modal_box.d.ts +6 -0
- package/dist/esm/c_about_modal_box.js +6 -0
- package/dist/esm/c_about_modal_box_BackgroundPosition.d.ts +1 -1
- package/dist/esm/c_about_modal_box_BackgroundPosition.js +1 -1
- package/dist/js/c_about_modal_box.d.ts +6 -0
- package/dist/js/c_about_modal_box.js +6 -0
- package/dist/js/c_about_modal_box_BackgroundPosition.d.ts +1 -1
- package/dist/js/c_about_modal_box_BackgroundPosition.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.1.1-prerelease.6 (2023-09-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/react-tokens
|
|
9
|
+
|
|
6
10
|
## [5.1.1-prerelease.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@5.1.1-prerelease.4...@patternfly/react-tokens@5.1.1-prerelease.5) (2023-09-07)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @patternfly/react-tokens
|
|
@@ -519,6 +519,12 @@ export const c_about_modal_box: {
|
|
|
519
519
|
]
|
|
520
520
|
}
|
|
521
521
|
},
|
|
522
|
+
":where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-about-modal-box": {
|
|
523
|
+
"c_about_modal_box_BackgroundPosition": {
|
|
524
|
+
"name": "--pf-v5-c-about-modal-box--BackgroundPosition",
|
|
525
|
+
"value": "bottom left"
|
|
526
|
+
}
|
|
527
|
+
},
|
|
522
528
|
".pf-v5-c-about-modal-box__close .pf-v5-c-button.pf-m-plain:hover": {
|
|
523
529
|
"c_about_modal_box__close_c_button_BackgroundColor": {
|
|
524
530
|
"name": "--pf-v5-c-about-modal-box__close--c-button--BackgroundColor",
|
|
@@ -519,6 +519,12 @@ export const c_about_modal_box = {
|
|
|
519
519
|
]
|
|
520
520
|
}
|
|
521
521
|
},
|
|
522
|
+
":where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-about-modal-box": {
|
|
523
|
+
"c_about_modal_box_BackgroundPosition": {
|
|
524
|
+
"name": "--pf-v5-c-about-modal-box--BackgroundPosition",
|
|
525
|
+
"value": "bottom left"
|
|
526
|
+
}
|
|
527
|
+
},
|
|
522
528
|
".pf-v5-c-about-modal-box__close .pf-v5-c-button.pf-m-plain:hover": {
|
|
523
529
|
"c_about_modal_box__close_c_button_BackgroundColor": {
|
|
524
530
|
"name": "--pf-v5-c-about-modal-box__close--c-button--BackgroundColor",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_about_modal_box_BackgroundPosition: {
|
|
2
2
|
"name": "--pf-v5-c-about-modal-box--BackgroundPosition",
|
|
3
|
-
"value": "bottom
|
|
3
|
+
"value": "bottom left",
|
|
4
4
|
"var": "var(--pf-v5-c-about-modal-box--BackgroundPosition)"
|
|
5
5
|
};
|
|
6
6
|
export default c_about_modal_box_BackgroundPosition;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_about_modal_box_BackgroundPosition = {
|
|
2
2
|
"name": "--pf-v5-c-about-modal-box--BackgroundPosition",
|
|
3
|
-
"value": "bottom
|
|
3
|
+
"value": "bottom left",
|
|
4
4
|
"var": "var(--pf-v5-c-about-modal-box--BackgroundPosition)"
|
|
5
5
|
};
|
|
6
6
|
export default c_about_modal_box_BackgroundPosition;
|
|
@@ -519,6 +519,12 @@ export const c_about_modal_box: {
|
|
|
519
519
|
]
|
|
520
520
|
}
|
|
521
521
|
},
|
|
522
|
+
":where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-about-modal-box": {
|
|
523
|
+
"c_about_modal_box_BackgroundPosition": {
|
|
524
|
+
"name": "--pf-v5-c-about-modal-box--BackgroundPosition",
|
|
525
|
+
"value": "bottom left"
|
|
526
|
+
}
|
|
527
|
+
},
|
|
522
528
|
".pf-v5-c-about-modal-box__close .pf-v5-c-button.pf-m-plain:hover": {
|
|
523
529
|
"c_about_modal_box__close_c_button_BackgroundColor": {
|
|
524
530
|
"name": "--pf-v5-c-about-modal-box__close--c-button--BackgroundColor",
|
|
@@ -521,6 +521,12 @@ exports.c_about_modal_box = {
|
|
|
521
521
|
]
|
|
522
522
|
}
|
|
523
523
|
},
|
|
524
|
+
":where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-about-modal-box": {
|
|
525
|
+
"c_about_modal_box_BackgroundPosition": {
|
|
526
|
+
"name": "--pf-v5-c-about-modal-box--BackgroundPosition",
|
|
527
|
+
"value": "bottom left"
|
|
528
|
+
}
|
|
529
|
+
},
|
|
524
530
|
".pf-v5-c-about-modal-box__close .pf-v5-c-button.pf-m-plain:hover": {
|
|
525
531
|
"c_about_modal_box__close_c_button_BackgroundColor": {
|
|
526
532
|
"name": "--pf-v5-c-about-modal-box__close--c-button--BackgroundColor",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_about_modal_box_BackgroundPosition: {
|
|
2
2
|
"name": "--pf-v5-c-about-modal-box--BackgroundPosition",
|
|
3
|
-
"value": "bottom
|
|
3
|
+
"value": "bottom left",
|
|
4
4
|
"var": "var(--pf-v5-c-about-modal-box--BackgroundPosition)"
|
|
5
5
|
};
|
|
6
6
|
export default c_about_modal_box_BackgroundPosition;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_about_modal_box_BackgroundPosition = {
|
|
4
4
|
"name": "--pf-v5-c-about-modal-box--BackgroundPosition",
|
|
5
|
-
"value": "bottom
|
|
5
|
+
"value": "bottom left",
|
|
6
6
|
"var": "var(--pf-v5-c-about-modal-box--BackgroundPosition)"
|
|
7
7
|
};
|
|
8
8
|
exports["default"] = exports.c_about_modal_box_BackgroundPosition;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/react-tokens",
|
|
3
|
-
"version": "5.1.1-prerelease.
|
|
3
|
+
"version": "5.1.1-prerelease.6",
|
|
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,11 +28,11 @@
|
|
|
28
28
|
"clean": "rimraf dist"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@patternfly/patternfly": "5.1.0-prerelease.
|
|
31
|
+
"@patternfly/patternfly": "5.1.0-prerelease.28",
|
|
32
32
|
"css": "^2.2.3",
|
|
33
33
|
"fs-extra": "^11.1.1",
|
|
34
34
|
"glob": "^7.1.2",
|
|
35
35
|
"rimraf": "^2.6.2"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "f856af105070fec983e76afa262b37aa99737e63"
|
|
38
38
|
}
|