@patternfly/patternfly 6.0.0-alpha.53 → 6.0.0-alpha.54
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/InlineEdit/inline-edit.css +3 -2
- package/components/InlineEdit/inline-edit.scss +3 -2
- package/package.json +1 -1
- package/patternfly-no-globals.css +3 -2
- package/patternfly-theme-dark-unversioned.css +3 -2
- package/patternfly.css +3 -2
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
:where(:root),
|
|
2
|
+
:where(.pf-v5-c-inline-edit) {
|
|
2
3
|
--pf-v5-c-inline-edit__group--item--MarginRight: var(--pf-t--global--spacer--sm);
|
|
3
4
|
--pf-v5-c-inline-edit__action--c-button--m-valid--m-plain--Color: var(--pf-t--global--icon--color--brand--default);
|
|
4
5
|
--pf-v5-c-inline-edit__action--c-button--m-valid--m-plain--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
5
|
-
--pf-v5-c-inline-edit__action--m-icon-group--item--MarginRight:
|
|
6
|
+
--pf-v5-c-inline-edit__action--m-icon-group--item--MarginRight: var(--pf-t--global--spacer--sm);
|
|
6
7
|
--pf-v5-c-inline-edit__group--m-footer--MarginTop: var(--pf-t--global--spacer--xl);
|
|
7
8
|
--pf-v5-c-inline-edit__label--m-bold--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
8
9
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// @debug $inline-edit; // check your variable names located in src/patternfly/sass-utilities/component-namespaces.scss
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
:where(:root),
|
|
4
|
+
:where( .#{$inline-edit}) {
|
|
4
5
|
// Group
|
|
5
6
|
--#{$inline-edit}__group--item--MarginRight: var(--pf-t--global--spacer--sm);
|
|
6
7
|
|
|
@@ -9,7 +10,7 @@
|
|
|
9
10
|
--#{$inline-edit}__action--c-button--m-valid--m-plain--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
10
11
|
|
|
11
12
|
// Icon button
|
|
12
|
-
--#{$inline-edit}__action--m-icon-group--item--MarginRight:
|
|
13
|
+
--#{$inline-edit}__action--m-icon-group--item--MarginRight: var(--pf-t--global--spacer--sm);
|
|
13
14
|
|
|
14
15
|
// Footer group
|
|
15
16
|
--#{$inline-edit}__group--m-footer--MarginTop: var(--pf-t--global--spacer--xl);
|
package/package.json
CHANGED
|
@@ -16067,11 +16067,12 @@ select ~ .pf-v5-c-form-control__utilities {
|
|
|
16067
16067
|
transform: translateY(calc(-50% - 0.5 * var(--pf-v5-c-icon__content--svg--VerticalAlign)));
|
|
16068
16068
|
}
|
|
16069
16069
|
|
|
16070
|
-
|
|
16070
|
+
:where(:root),
|
|
16071
|
+
:where(.pf-v5-c-inline-edit) {
|
|
16071
16072
|
--pf-v5-c-inline-edit__group--item--MarginRight: var(--pf-t--global--spacer--sm);
|
|
16072
16073
|
--pf-v5-c-inline-edit__action--c-button--m-valid--m-plain--Color: var(--pf-t--global--icon--color--brand--default);
|
|
16073
16074
|
--pf-v5-c-inline-edit__action--c-button--m-valid--m-plain--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
16074
|
-
--pf-v5-c-inline-edit__action--m-icon-group--item--MarginRight:
|
|
16075
|
+
--pf-v5-c-inline-edit__action--m-icon-group--item--MarginRight: var(--pf-t--global--spacer--sm);
|
|
16075
16076
|
--pf-v5-c-inline-edit__group--m-footer--MarginTop: var(--pf-t--global--spacer--xl);
|
|
16076
16077
|
--pf-v5-c-inline-edit__label--m-bold--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
16077
16078
|
}
|
|
@@ -16184,11 +16184,12 @@ select ~ .pf-v5-c-form-control__utilities {
|
|
|
16184
16184
|
transform: translateY(calc(-50% - 0.5 * var(--pf-v5-c-icon__content--svg--VerticalAlign)));
|
|
16185
16185
|
}
|
|
16186
16186
|
|
|
16187
|
-
|
|
16187
|
+
:where(:root),
|
|
16188
|
+
:where(.pf-v5-c-inline-edit) {
|
|
16188
16189
|
--pf-v5-c-inline-edit__group--item--MarginRight: var(--pf-t--global--spacer--sm);
|
|
16189
16190
|
--pf-v5-c-inline-edit__action--c-button--m-valid--m-plain--Color: var(--pf-t--global--icon--color--brand--default);
|
|
16190
16191
|
--pf-v5-c-inline-edit__action--c-button--m-valid--m-plain--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
16191
|
-
--pf-v5-c-inline-edit__action--m-icon-group--item--MarginRight:
|
|
16192
|
+
--pf-v5-c-inline-edit__action--m-icon-group--item--MarginRight: var(--pf-t--global--spacer--sm);
|
|
16192
16193
|
--pf-v5-c-inline-edit__group--m-footer--MarginTop: var(--pf-t--global--spacer--xl);
|
|
16193
16194
|
--pf-v5-c-inline-edit__label--m-bold--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
16194
16195
|
}
|
package/patternfly.css
CHANGED
|
@@ -16184,11 +16184,12 @@ select ~ .pf-v5-c-form-control__utilities {
|
|
|
16184
16184
|
transform: translateY(calc(-50% - 0.5 * var(--pf-v5-c-icon__content--svg--VerticalAlign)));
|
|
16185
16185
|
}
|
|
16186
16186
|
|
|
16187
|
-
|
|
16187
|
+
:where(:root),
|
|
16188
|
+
:where(.pf-v5-c-inline-edit) {
|
|
16188
16189
|
--pf-v5-c-inline-edit__group--item--MarginRight: var(--pf-t--global--spacer--sm);
|
|
16189
16190
|
--pf-v5-c-inline-edit__action--c-button--m-valid--m-plain--Color: var(--pf-t--global--icon--color--brand--default);
|
|
16190
16191
|
--pf-v5-c-inline-edit__action--c-button--m-valid--m-plain--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
16191
|
-
--pf-v5-c-inline-edit__action--m-icon-group--item--MarginRight:
|
|
16192
|
+
--pf-v5-c-inline-edit__action--m-icon-group--item--MarginRight: var(--pf-t--global--spacer--sm);
|
|
16192
16193
|
--pf-v5-c-inline-edit__group--m-footer--MarginTop: var(--pf-t--global--spacer--xl);
|
|
16193
16194
|
--pf-v5-c-inline-edit__label--m-bold--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
16194
16195
|
}
|