@patternfly/patternfly 6.6.0-prerelease.23 → 6.6.0-prerelease.24
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/ModalBox/modal-box.css +2 -2
- package/components/ModalBox/modal-box.scss +3 -3
- package/components/_index.css +2 -2
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +2557 -5003
- package/package.json +2 -2
- package/patternfly-no-globals.css +2 -2
- package/patternfly.css +2 -2
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
--pf-v6-c-modal-box__footer--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
57
57
|
--pf-v6-c-modal-box__footer--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
58
58
|
--pf-v6-c-modal-box__footer--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
59
|
-
--pf-v6-c-modal-box__footer--c-button--MarginInlineEnd: var(--pf-t--global--spacer--
|
|
60
|
-
--pf-v6-c-modal-box__footer--c-button--sm--MarginInlineEnd:
|
|
59
|
+
--pf-v6-c-modal-box__footer--c-button--MarginInlineEnd: var(--pf-t--global--spacer--gap--action-to-action--default);
|
|
60
|
+
--pf-v6-c-modal-box__footer--c-button--sm--MarginInlineEnd: var(--pf-t--global--spacer--gap--action-to-action--default);
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.pf-v6-c-modal-box {
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
--#{$modal-box}__footer--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
76
76
|
|
|
77
77
|
// Footer buttons
|
|
78
|
-
--#{$modal-box}__footer--c-button--MarginInlineEnd: var(--pf-t--global--spacer--
|
|
79
|
-
--#{$modal-box}__footer--c-button--sm--MarginInlineEnd:
|
|
78
|
+
--#{$modal-box}__footer--c-button--MarginInlineEnd: var(--pf-t--global--spacer--gap--action-to-action--default);
|
|
79
|
+
--#{$modal-box}__footer--c-button--sm--MarginInlineEnd: var(--pf-t--global--spacer--gap--action-to-action--default);
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
.#{$modal-box} {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
margin-inline-end: var(--#{$modal-box}__footer--c-button--MarginInlineEnd);
|
|
250
250
|
|
|
251
251
|
@media screen and (min-width: $pf-v6-global--breakpoint--sm) {
|
|
252
|
-
--#{$modal-box}__footer--c-button--MarginInlineEnd: var(--#{$modal-box}__footer--c-button--sm--MarginInlineEnd);
|
|
252
|
+
--#{$modal-box}__footer--c-button--MarginInlineEnd: var(--#{$modal-box}__footer--c-button--sm--MarginInlineEnd); // remove in breaking change
|
|
253
253
|
}
|
|
254
254
|
}
|
|
255
255
|
}
|
package/components/_index.css
CHANGED
|
@@ -12729,8 +12729,8 @@ ul.pf-v6-c-list {
|
|
|
12729
12729
|
--pf-v6-c-modal-box__footer--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
12730
12730
|
--pf-v6-c-modal-box__footer--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
12731
12731
|
--pf-v6-c-modal-box__footer--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
12732
|
-
--pf-v6-c-modal-box__footer--c-button--MarginInlineEnd: var(--pf-t--global--spacer--
|
|
12733
|
-
--pf-v6-c-modal-box__footer--c-button--sm--MarginInlineEnd:
|
|
12732
|
+
--pf-v6-c-modal-box__footer--c-button--MarginInlineEnd: var(--pf-t--global--spacer--gap--action-to-action--default);
|
|
12733
|
+
--pf-v6-c-modal-box__footer--c-button--sm--MarginInlineEnd: var(--pf-t--global--spacer--gap--action-to-action--default);
|
|
12734
12734
|
}
|
|
12735
12735
|
|
|
12736
12736
|
.pf-v6-c-modal-box {
|