@patternfly/patternfly 5.3.0-prerelease.4 → 5.3.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/components/Label/label.css +14 -0
- package/components/Label/label.scss +19 -0
- package/docs/components/Label/examples/Label.md +1119 -13
- package/package.json +3 -3
- package/patternfly-no-globals.css +14 -0
- package/patternfly-theme-dark-unversioned.css +14 -0
- package/patternfly.css +14 -0
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/patternfly",
|
|
3
3
|
"description": "Assets, source, tooling, and content for PatternFly 4",
|
|
4
|
-
"version": "5.3.0
|
|
4
|
+
"version": "5.3.0",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"@commitlint/config-conventional": "^18.4.3",
|
|
47
47
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
48
48
|
"@octokit/rest": "^20.0.2",
|
|
49
|
-
"@patternfly/documentation-framework": "5.
|
|
49
|
+
"@patternfly/documentation-framework": "5.8.2",
|
|
50
50
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
51
51
|
"@patternfly/react-code-editor": "5.2.3",
|
|
52
52
|
"@patternfly/react-core": "5.2.3",
|
|
53
|
-
"@patternfly/react-table": "5.2.
|
|
53
|
+
"@patternfly/react-table": "5.2.4",
|
|
54
54
|
"@starptech/prettyhtml": "^0.10.0",
|
|
55
55
|
"backstopjs": "^6.2.2",
|
|
56
56
|
"cheerio": "^1.0.0-rc.12",
|
|
@@ -16104,6 +16104,10 @@ label.pf-v5-c-input-group__text {
|
|
|
16104
16104
|
--pf-v5-c-label--m-editable--m-editable-active--BackgroundColor: transparent;
|
|
16105
16105
|
--pf-v5-c-label--m-editable--m-editable-active__content--before--BorderWidth: 0;
|
|
16106
16106
|
--pf-v5-c-label--m-editable--m-editable-active__content--before--BorderColor: transparent;
|
|
16107
|
+
--pf-v5-c-label--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
|
|
16108
|
+
--pf-v5-c-label--m-disabled__content--Color: var(--pf-v5-global--disabled-color--100);
|
|
16109
|
+
--pf-v5-c-label--m-disabled__icon--Color: var(--pf-v5-global--disabled-color--100);
|
|
16110
|
+
--pf-v5-c-label--c-button--m-disabled--Color: var(--pf-v5-global--disabled-color--100);
|
|
16107
16111
|
position: relative;
|
|
16108
16112
|
max-width: var(--pf-v5-c-label--MaxWidth);
|
|
16109
16113
|
padding-block-start: var(--pf-v5-c-label--PaddingTop);
|
|
@@ -16290,6 +16294,16 @@ label.pf-v5-c-input-group__text {
|
|
|
16290
16294
|
--pf-v5-c-label__content--link--focus--before--BorderWidth: var(--pf-v5-c-label--m-overflow__content--link--focus--before--BorderWidth);
|
|
16291
16295
|
--pf-v5-c-label__content--link--focus--before--BorderColor: var(--pf-v5-c-label--m-overflow__content--link--focus--before--BorderColor);
|
|
16292
16296
|
}
|
|
16297
|
+
.pf-v5-c-label.pf-m-disabled {
|
|
16298
|
+
--pf-v5-c-label--BackgroundColor: var(--pf-v5-c-label--m-disabled--BackgroundColor);
|
|
16299
|
+
--pf-v5-c-label__content--Color: var(--pf-v5-c-label--m-disabled__content--Color);
|
|
16300
|
+
--pf-v5-c-label__icon--Color: var(--pf-v5-c-label--m-disabled__icon--Color);
|
|
16301
|
+
--pf-v5-c-label__content--before--BorderWidth: 0;
|
|
16302
|
+
pointer-events: none;
|
|
16303
|
+
}
|
|
16304
|
+
.pf-v5-c-label.pf-m-disabled .pf-v5-c-button {
|
|
16305
|
+
--pf-v5-c-button--m-plain--disabled--Color: var(--pf-v5-c-label--c-button--m-disabled--Color);
|
|
16306
|
+
}
|
|
16293
16307
|
|
|
16294
16308
|
.pf-v5-c-label,
|
|
16295
16309
|
.pf-v5-c-label__content {
|
|
@@ -16221,6 +16221,10 @@ label.pf-v5-c-input-group__text {
|
|
|
16221
16221
|
--pf-v5-c-label--m-editable--m-editable-active--BackgroundColor: transparent;
|
|
16222
16222
|
--pf-v5-c-label--m-editable--m-editable-active__content--before--BorderWidth: 0;
|
|
16223
16223
|
--pf-v5-c-label--m-editable--m-editable-active__content--before--BorderColor: transparent;
|
|
16224
|
+
--pf-v5-c-label--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
|
|
16225
|
+
--pf-v5-c-label--m-disabled__content--Color: var(--pf-v5-global--disabled-color--100);
|
|
16226
|
+
--pf-v5-c-label--m-disabled__icon--Color: var(--pf-v5-global--disabled-color--100);
|
|
16227
|
+
--pf-v5-c-label--c-button--m-disabled--Color: var(--pf-v5-global--disabled-color--100);
|
|
16224
16228
|
position: relative;
|
|
16225
16229
|
max-width: var(--pf-v5-c-label--MaxWidth);
|
|
16226
16230
|
padding-block-start: var(--pf-v5-c-label--PaddingTop);
|
|
@@ -16407,6 +16411,16 @@ label.pf-v5-c-input-group__text {
|
|
|
16407
16411
|
--pf-v5-c-label__content--link--focus--before--BorderWidth: var(--pf-v5-c-label--m-overflow__content--link--focus--before--BorderWidth);
|
|
16408
16412
|
--pf-v5-c-label__content--link--focus--before--BorderColor: var(--pf-v5-c-label--m-overflow__content--link--focus--before--BorderColor);
|
|
16409
16413
|
}
|
|
16414
|
+
.pf-v5-c-label.pf-m-disabled {
|
|
16415
|
+
--pf-v5-c-label--BackgroundColor: var(--pf-v5-c-label--m-disabled--BackgroundColor);
|
|
16416
|
+
--pf-v5-c-label__content--Color: var(--pf-v5-c-label--m-disabled__content--Color);
|
|
16417
|
+
--pf-v5-c-label__icon--Color: var(--pf-v5-c-label--m-disabled__icon--Color);
|
|
16418
|
+
--pf-v5-c-label__content--before--BorderWidth: 0;
|
|
16419
|
+
pointer-events: none;
|
|
16420
|
+
}
|
|
16421
|
+
.pf-v5-c-label.pf-m-disabled .pf-v5-c-button {
|
|
16422
|
+
--pf-v5-c-button--m-plain--disabled--Color: var(--pf-v5-c-label--c-button--m-disabled--Color);
|
|
16423
|
+
}
|
|
16410
16424
|
|
|
16411
16425
|
.pf-v5-c-label,
|
|
16412
16426
|
.pf-v5-c-label__content {
|
package/patternfly.css
CHANGED
|
@@ -16221,6 +16221,10 @@ label.pf-v5-c-input-group__text {
|
|
|
16221
16221
|
--pf-v5-c-label--m-editable--m-editable-active--BackgroundColor: transparent;
|
|
16222
16222
|
--pf-v5-c-label--m-editable--m-editable-active__content--before--BorderWidth: 0;
|
|
16223
16223
|
--pf-v5-c-label--m-editable--m-editable-active__content--before--BorderColor: transparent;
|
|
16224
|
+
--pf-v5-c-label--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
|
|
16225
|
+
--pf-v5-c-label--m-disabled__content--Color: var(--pf-v5-global--disabled-color--100);
|
|
16226
|
+
--pf-v5-c-label--m-disabled__icon--Color: var(--pf-v5-global--disabled-color--100);
|
|
16227
|
+
--pf-v5-c-label--c-button--m-disabled--Color: var(--pf-v5-global--disabled-color--100);
|
|
16224
16228
|
position: relative;
|
|
16225
16229
|
max-width: var(--pf-v5-c-label--MaxWidth);
|
|
16226
16230
|
padding-block-start: var(--pf-v5-c-label--PaddingTop);
|
|
@@ -16407,6 +16411,16 @@ label.pf-v5-c-input-group__text {
|
|
|
16407
16411
|
--pf-v5-c-label__content--link--focus--before--BorderWidth: var(--pf-v5-c-label--m-overflow__content--link--focus--before--BorderWidth);
|
|
16408
16412
|
--pf-v5-c-label__content--link--focus--before--BorderColor: var(--pf-v5-c-label--m-overflow__content--link--focus--before--BorderColor);
|
|
16409
16413
|
}
|
|
16414
|
+
.pf-v5-c-label.pf-m-disabled {
|
|
16415
|
+
--pf-v5-c-label--BackgroundColor: var(--pf-v5-c-label--m-disabled--BackgroundColor);
|
|
16416
|
+
--pf-v5-c-label__content--Color: var(--pf-v5-c-label--m-disabled__content--Color);
|
|
16417
|
+
--pf-v5-c-label__icon--Color: var(--pf-v5-c-label--m-disabled__icon--Color);
|
|
16418
|
+
--pf-v5-c-label__content--before--BorderWidth: 0;
|
|
16419
|
+
pointer-events: none;
|
|
16420
|
+
}
|
|
16421
|
+
.pf-v5-c-label.pf-m-disabled .pf-v5-c-button {
|
|
16422
|
+
--pf-v5-c-button--m-plain--disabled--Color: var(--pf-v5-c-label--c-button--m-disabled--Color);
|
|
16423
|
+
}
|
|
16410
16424
|
|
|
16411
16425
|
.pf-v5-c-label,
|
|
16412
16426
|
.pf-v5-c-label__content {
|