@patternfly/react-styles 5.2.0-prerelease.5 → 5.2.0
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/css/components/Card/card.css +3 -0
- package/css/components/Card/card.d.ts +2 -0
- package/css/components/Card/card.js +2 -0
- package/css/components/Card/card.mjs +2 -0
- package/css/components/Form/form.css +6 -0
- package/css/components/MenuToggle/menu-toggle.css +1 -0
- package/css/components/Popover/popover.css +0 -2
- package/css/components/Tooltip/tooltip.css +0 -2
- package/package.json +3 -3
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.2.0 (2024-02-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
|
9
|
+
|
|
10
|
+
# 5.2.0-prerelease.6 (2023-12-11)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
|
13
|
+
|
|
6
14
|
# 5.2.0-prerelease.5 (2023-11-10)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @patternfly/react-styles
|
|
@@ -105,6 +105,9 @@
|
|
|
105
105
|
background-color: var(--pf-v5-c-card--BackgroundColor);
|
|
106
106
|
box-shadow: var(--pf-v5-c-card--BoxShadow);
|
|
107
107
|
}
|
|
108
|
+
.pf-v5-c-card.pf-m-selectable .pf-v5-c-card__selectable-actions :is(.pf-v5-c-check, .pf-v5-c-radio) {
|
|
109
|
+
gap: 0;
|
|
110
|
+
}
|
|
108
111
|
.pf-v5-c-card.pf-m-selectable, .pf-v5-c-card.pf-m-clickable {
|
|
109
112
|
isolation: isolate;
|
|
110
113
|
box-shadow: none;
|
|
@@ -13,6 +13,7 @@ declare const _default: {
|
|
|
13
13
|
"cardSrInput": "pf-v5-c-card__sr-input",
|
|
14
14
|
"cardTitle": "pf-v5-c-card__title",
|
|
15
15
|
"cardTitleText": "pf-v5-c-card__title-text",
|
|
16
|
+
"check": "pf-v5-c-check",
|
|
16
17
|
"checkInput": "pf-v5-c-check__input",
|
|
17
18
|
"checkLabel": "pf-v5-c-check__label",
|
|
18
19
|
"dirRtl": "pf-v5-m-dir-rtl",
|
|
@@ -38,6 +39,7 @@ declare const _default: {
|
|
|
38
39
|
"noOffset": "pf-m-no-offset",
|
|
39
40
|
"noFill": "pf-m-no-fill"
|
|
40
41
|
},
|
|
42
|
+
"radio": "pf-v5-c-radio",
|
|
41
43
|
"radioInput": "pf-v5-c-radio__input",
|
|
42
44
|
"radioLabel": "pf-v5-c-radio__label",
|
|
43
45
|
"themeDark": "pf-v5-theme-dark"
|
|
@@ -15,6 +15,7 @@ exports.default = {
|
|
|
15
15
|
"cardSrInput": "pf-v5-c-card__sr-input",
|
|
16
16
|
"cardTitle": "pf-v5-c-card__title",
|
|
17
17
|
"cardTitleText": "pf-v5-c-card__title-text",
|
|
18
|
+
"check": "pf-v5-c-check",
|
|
18
19
|
"checkInput": "pf-v5-c-check__input",
|
|
19
20
|
"checkLabel": "pf-v5-c-check__label",
|
|
20
21
|
"dirRtl": "pf-v5-m-dir-rtl",
|
|
@@ -40,6 +41,7 @@ exports.default = {
|
|
|
40
41
|
"noOffset": "pf-m-no-offset",
|
|
41
42
|
"noFill": "pf-m-no-fill"
|
|
42
43
|
},
|
|
44
|
+
"radio": "pf-v5-c-radio",
|
|
43
45
|
"radioInput": "pf-v5-c-radio__input",
|
|
44
46
|
"radioLabel": "pf-v5-c-radio__label",
|
|
45
47
|
"themeDark": "pf-v5-theme-dark"
|
|
@@ -13,6 +13,7 @@ export default {
|
|
|
13
13
|
"cardSrInput": "pf-v5-c-card__sr-input",
|
|
14
14
|
"cardTitle": "pf-v5-c-card__title",
|
|
15
15
|
"cardTitleText": "pf-v5-c-card__title-text",
|
|
16
|
+
"check": "pf-v5-c-check",
|
|
16
17
|
"checkInput": "pf-v5-c-check__input",
|
|
17
18
|
"checkLabel": "pf-v5-c-check__label",
|
|
18
19
|
"dirRtl": "pf-v5-m-dir-rtl",
|
|
@@ -38,6 +39,7 @@ export default {
|
|
|
38
39
|
"noOffset": "pf-m-no-offset",
|
|
39
40
|
"noFill": "pf-m-no-fill"
|
|
40
41
|
},
|
|
42
|
+
"radio": "pf-v5-c-radio",
|
|
41
43
|
"radioInput": "pf-v5-c-radio__input",
|
|
42
44
|
"radioLabel": "pf-v5-c-radio__label",
|
|
43
45
|
"themeDark": "pf-v5-theme-dark"
|
|
@@ -247,6 +247,9 @@
|
|
|
247
247
|
max-width: var(--pf-v5-c-form--m-limit-width--MaxWidth);
|
|
248
248
|
}
|
|
249
249
|
|
|
250
|
+
.pf-v5-c-form__group {
|
|
251
|
+
min-width: 0;
|
|
252
|
+
}
|
|
250
253
|
.pf-v5-c-form__group.pf-m-action {
|
|
251
254
|
margin-block-start: var(--pf-v5-c-form__group--m-action--MarginTop);
|
|
252
255
|
overflow: hidden;
|
|
@@ -335,6 +338,9 @@
|
|
|
335
338
|
--pf-v5-c-form__group-label-help--Color: var(--pf-v5-c-form__group-label-help--focus--Color);
|
|
336
339
|
}
|
|
337
340
|
|
|
341
|
+
.pf-v5-c-form__group-control {
|
|
342
|
+
min-width: 0;
|
|
343
|
+
}
|
|
338
344
|
.pf-v5-c-form__group-control.pf-m-inline {
|
|
339
345
|
display: flex;
|
|
340
346
|
flex-flow: row wrap;
|
|
@@ -295,6 +295,7 @@
|
|
|
295
295
|
align-self: stretch;
|
|
296
296
|
}
|
|
297
297
|
.pf-v5-c-menu-toggle.pf-m-split-button > .pf-v5-c-check .pf-v5-c-check__input {
|
|
298
|
+
--pf-v5-c-check__input--TranslateY: 0;
|
|
298
299
|
align-self: center;
|
|
299
300
|
}
|
|
300
301
|
.pf-v5-c-menu-toggle.pf-m-split-button.pf-m-action:where(:not(.pf-m-primary, .pf-m-secondary, .pf-m-disabled)) > *::after {
|
|
@@ -158,12 +158,10 @@
|
|
|
158
158
|
|
|
159
159
|
.pf-v5-c-popover__arrow {
|
|
160
160
|
position: absolute;
|
|
161
|
-
/* stylelint-disable liberty/use-logical-spec */
|
|
162
161
|
top: var(--pf-v5-c-popover__arrow--Top, auto);
|
|
163
162
|
right: var(--pf-v5-c-popover__arrow--Right, auto);
|
|
164
163
|
bottom: var(--pf-v5-c-popover__arrow--Bottom, auto);
|
|
165
164
|
left: var(--pf-v5-c-popover__arrow--Left, auto);
|
|
166
|
-
/* stylelint-enable */
|
|
167
165
|
width: var(--pf-v5-c-popover__arrow--Width);
|
|
168
166
|
height: var(--pf-v5-c-popover__arrow--Height);
|
|
169
167
|
pointer-events: none;
|
|
@@ -103,12 +103,10 @@
|
|
|
103
103
|
|
|
104
104
|
.pf-v5-c-tooltip__arrow {
|
|
105
105
|
position: absolute;
|
|
106
|
-
/* stylelint-disable liberty/use-logical-spec */
|
|
107
106
|
top: var(--pf-v5-c-tooltip__arrow--Top, auto);
|
|
108
107
|
right: var(--pf-v5-c-tooltip__arrow--Right, auto);
|
|
109
108
|
bottom: var(--pf-v5-c-tooltip__arrow--Bottom, auto);
|
|
110
109
|
left: var(--pf-v5-c-tooltip__arrow--Left, auto);
|
|
111
|
-
/* stylelint-enable */
|
|
112
110
|
width: var(--pf-v5-c-tooltip__arrow--Width);
|
|
113
111
|
height: var(--pf-v5-c-tooltip__arrow--Height);
|
|
114
112
|
pointer-events: none;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/react-styles",
|
|
3
|
-
"version": "5.2.0
|
|
3
|
+
"version": "5.2.0",
|
|
4
4
|
"main": "dist/js/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"types": "dist/esm/index.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"clean": "rimraf dist css"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@patternfly/patternfly": "5.2.0
|
|
21
|
+
"@patternfly/patternfly": "5.2.0",
|
|
22
22
|
"camel-case": "^3.0.0",
|
|
23
23
|
"css": "^2.2.3",
|
|
24
24
|
"fs-extra": "^11.1.1",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"typescript": "^4.7.4"
|
|
29
29
|
},
|
|
30
30
|
"license": "MIT",
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "fc901ee10ca9fcbd83176c233f19d41c5d67fce1"
|
|
32
32
|
}
|