@patternfly/react-styles 6.0.0-prerelease.2 → 6.0.0-prerelease.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/css/components/Accordion/accordion.css +2 -2
- package/css/components/CalendarMonth/calendar-month.css +1 -1
- package/css/components/Card/card.css +1 -1
- package/css/components/Check/check.css +1 -1
- package/css/components/ClipboardCopy/clipboard-copy.css +3 -3
- package/css/components/CodeEditor/code-editor.css +1 -1
- package/css/components/DescriptionList/description-list.css +6 -6
- package/css/components/Drawer/drawer.css +1 -1
- package/css/components/DualListSelector/dual-list-selector.css +1 -1
- package/css/components/FileUpload/file-upload.css +1 -1
- package/css/components/Form/form.css +9 -15
- package/css/components/FormControl/form-control.css +2 -2
- package/css/components/InputGroup/input-group.css +1 -1
- package/css/components/Label/label.css +1 -1
- package/css/components/_index.css +31 -37
- 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
|
+
# [6.0.0-prerelease.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.0.0-prerelease.2...@patternfly/react-styles@6.0.0-prerelease.3) (2024-09-11)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
6
10
|
# [6.0.0-prerelease.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.0.0-prerelease.1...@patternfly/react-styles@6.0.0-prerelease.2) (2024-09-10)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @patternfly/react-styles
|
@@ -4,7 +4,7 @@
|
|
4
4
|
--pf-v6-c-accordion--RowGap: var(--pf-t--global--spacer--xs);
|
5
5
|
--pf-v6-c-accordion__item--BorderRadius: var(--pf-t--global--border--radius--200);
|
6
6
|
--pf-v6-c-accordion__item--m-expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
7
|
-
--pf-v6-c-accordion__toggle--ColumnGap: var(--pf-t--global--spacer--
|
7
|
+
--pf-v6-c-accordion__toggle--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
8
8
|
--pf-v6-c-accordion__toggle--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
9
9
|
--pf-v6-c-accordion__toggle--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
10
10
|
--pf-v6-c-accordion__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
@@ -13,7 +13,7 @@
|
|
13
13
|
--pf-v6-c-accordion__toggle--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
14
14
|
--pf-v6-c-accordion__toggle--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
15
15
|
--pf-v6-c-accordion__toggle--BorderRadius: var(--pf-t--global--border--radius--small);
|
16
|
-
--pf-v6-c-accordion--m-toggle-start__toggle--ColumnGap: var(--pf-t--global--spacer--
|
16
|
+
--pf-v6-c-accordion--m-toggle-start__toggle--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
17
17
|
--pf-v6-c-accordion__toggle-text--Color: var(--pf-t--global--text--color--regular);
|
18
18
|
--pf-v6-c-accordion__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--default);
|
19
19
|
--pf-v6-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
@@ -7,7 +7,7 @@
|
|
7
7
|
--pf-v6-c-calendar-month--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
8
8
|
--pf-v6-c-calendar-month--FontSize: var(--pf-t--global--font--size--sm);
|
9
9
|
--pf-v6-c-calendar-month__header--MarginBlockEnd: var(--pf-t--global--spacer--md);
|
10
|
-
--pf-v6-c-calendar-month__header--Gap: var(--pf-t--global--spacer--
|
10
|
+
--pf-v6-c-calendar-month__header--Gap: var(--pf-t--global--spacer--gap--control-to-control--default);
|
11
11
|
--pf-v6-c-calendar-month__header-year--Width: 9ch;
|
12
12
|
--pf-v6-c-calendar-month__header-nav-control--MarginInlineEnd: 0;
|
13
13
|
--pf-v6-c-calendar-month__header-nav-control--MarginInlineStart: 0;
|
@@ -21,7 +21,7 @@
|
|
21
21
|
--pf-v6-c-card__footer--FontSize: var(--pf-t--global--font--size--body--default);
|
22
22
|
--pf-v6-c-card__footer--Color: var(--pf-t--global--text--color--subtle);
|
23
23
|
--pf-v6-c-card__actions--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
24
|
-
--pf-v6-c-card__actions--Gap: var(--pf-t--global--spacer--
|
24
|
+
--pf-v6-c-card__actions--Gap: var(--pf-t--global--spacer--gap--action-to-action--default);
|
25
25
|
--pf-v6-c-card__actions--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
26
26
|
--pf-v6-c-card__actions--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
27
27
|
--pf-v6-c-card__header-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
@@ -1,6 +1,6 @@
|
|
1
1
|
:root,
|
2
2
|
.pf-v6-c-check {
|
3
|
-
--pf-v6-c-check--GridGap: var(--pf-t--global--spacer--
|
3
|
+
--pf-v6-c-check--GridGap: var(--pf-t--global--spacer--gap--group--vertical) var(--pf-t--global--spacer--gap--text-to-element--default);
|
4
4
|
--pf-v6-c-check--AccentColor: var(--pf-t--global--color--brand--default);
|
5
5
|
--pf-v6-c-check--MinHeight: calc(var(--pf-v6-c-check__label--FontSize) * var(--pf-v6-c-check__label--LineHeight));
|
6
6
|
--pf-v6-c-check__label--disabled--Color: var(--pf-t--global--text--color--disabled);
|
@@ -15,12 +15,12 @@
|
|
15
15
|
--pf-v6-c-clipboard-copy__expandable-content--BorderColor: var(--pf-t--global--border--color--default);
|
16
16
|
--pf-v6-c-clipboard-copy__expandable-content--BorderRadius: var(--pf-t--global--border--radius--small);
|
17
17
|
--pf-v6-c-clipboard-copy__expandable-content--OutlineOffset: var(--pf-t--global--spacer--xs);
|
18
|
-
--pf-v6-c-clipboard-copy__group--Gap: var(--pf-t--global--spacer--
|
18
|
+
--pf-v6-c-clipboard-copy__group--Gap: var(--pf-t--global--spacer--gap--control-to-control--default);
|
19
19
|
--pf-v6-c-clipboard-copy--m-inline--PaddingInlineStart: var(--pf-t--global--spacer--xs);
|
20
20
|
--pf-v6-c-clipboard-copy--m-inline--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
|
21
21
|
--pf-v6-c-clipboard-copy--m-inline--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
22
|
-
--pf-v6-c-clipboard-copy__actions--Gap: var(--pf-t--global--spacer--
|
23
|
-
--pf-v6-c-clipboard-copy__actions--MarginInlineStart: var(--pf-t--global--spacer--
|
22
|
+
--pf-v6-c-clipboard-copy__actions--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
|
23
|
+
--pf-v6-c-clipboard-copy__actions--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--compact);
|
24
24
|
--pf-v6-c-clipboard-copy__actions-item--button--Color: var(--pf-t--global--icon--color--subtle);
|
25
25
|
--pf-v6-c-clipboard-copy__actions-item--button--hover--Color: var(--pf-t--global--icon--color--regular);
|
26
26
|
--pf-v6-c-clipboard-copy__text--m-code--FontFamily: var(--pf-t--global--font--family--mono);
|
@@ -1,7 +1,7 @@
|
|
1
1
|
:root,
|
2
2
|
.pf-v6-c-code-editor {
|
3
3
|
--pf-v6-c-code-editor__controls--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
4
|
-
--pf-v6-c-code-editor__controls--Gap: var(--pf-t--global--spacer--
|
4
|
+
--pf-v6-c-code-editor__controls--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
|
5
5
|
--pf-v6-c-code-editor__header--before--BorderBlockEndWidth: var(--pf-t--global--border--width--box--default);
|
6
6
|
--pf-v6-c-code-editor__header--before--BorderBlockEndColor: var(--pf-t--global--border--color--default);
|
7
7
|
--pf-v6-c-code-editor__header-content--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
@@ -1,17 +1,17 @@
|
|
1
1
|
:root,
|
2
2
|
.pf-v6-c-description-list {
|
3
|
-
--pf-v6-c-description-list--RowGap: var(--pf-t--global--spacer--
|
4
|
-
--pf-v6-c-description-list--ColumnGap: var(--pf-t--global--spacer--
|
3
|
+
--pf-v6-c-description-list--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical);
|
4
|
+
--pf-v6-c-description-list--ColumnGap: var(--pf-t--global--spacer--gap--group-to-group--horizontal);
|
5
5
|
--pf-v6-c-description-list--GridTemplateColumns--count: 1;
|
6
6
|
--pf-v6-c-description-list--GridTemplateColumns--width: 1fr;
|
7
7
|
--pf-v6-c-description-list--GridTemplateColumns--min: 0;
|
8
|
-
--pf-v6-c-description-list__group--RowGap: var(--pf-t--global--spacer--
|
9
|
-
--pf-v6-c-description-list__group--ColumnGap: var(--pf-t--global--spacer--
|
8
|
+
--pf-v6-c-description-list__group--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
9
|
+
--pf-v6-c-description-list__group--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
10
10
|
--pf-v6-c-description-list__group--GridTemplateColumns: auto;
|
11
11
|
--pf-v6-c-description-list__group--GridTemplateRows: auto 1fr;
|
12
12
|
--pf-v6-c-description-list__group--GridColumn: auto;
|
13
|
-
--pf-v6-c-description-list--m-compact--RowGap: var(--pf-t--global--spacer--
|
14
|
-
--pf-v6-c-description-list--m-compact--ColumnGap: var(--pf-t--global--spacer--
|
13
|
+
--pf-v6-c-description-list--m-compact--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical--compact);
|
14
|
+
--pf-v6-c-description-list--m-compact--ColumnGap: var(--pf-t--global--spacer--gap--group-to-group--horizontal--compact);
|
15
15
|
--pf-v6-c-description-list__term--Display: inline;
|
16
16
|
--pf-v6-c-description-list__term--sm--Display: flex;
|
17
17
|
--pf-v6-c-description-list__term--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
@@ -32,7 +32,7 @@
|
|
32
32
|
--pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--FlexDirection: column;
|
33
33
|
--pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--md--FlexBasis--min: 1.5rem;
|
34
34
|
--pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--MinHeight: 1.5rem;
|
35
|
-
--pf-v6-c-drawer__head--ColumnGap: var(--pf-t--global--spacer--
|
35
|
+
--pf-v6-c-drawer__head--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
36
36
|
--pf-v6-c-drawer__head--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
37
37
|
--pf-v6-c-drawer__head--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
38
38
|
--pf-v6-c-drawer__head--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
@@ -44,7 +44,7 @@
|
|
44
44
|
--pf-v6-c-dual-list-selector__status-text--Color: var(--pf-t--global--text--color--subtle);
|
45
45
|
--pf-v6-c-dual-list-selector__controls--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
46
46
|
--pf-v6-c-dual-list-selector__controls--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
47
|
-
--pf-v6-c-dual-list-selector__controls--Gap: var(--pf-t--global--spacer--
|
47
|
+
--pf-v6-c-dual-list-selector__controls--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
|
48
48
|
--pf-v6-c-dual-list-selector__controls--MarginBlockStart: var(--pf-t--global--spacer--md);
|
49
49
|
--pf-v6-c-dual-list-selector__item-toggle--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
50
50
|
--pf-v6-c-dual-list-selector__list__list__item-toggle--InsetInlineStart: 0;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
:root,
|
2
2
|
.pf-v6-c-file-upload {
|
3
|
-
--pf-v6-c-file-upload--RowGap: var(--pf-t--global--spacer--
|
3
|
+
--pf-v6-c-file-upload--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
4
4
|
--pf-v6-c-file-upload--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
5
5
|
--pf-v6-c-file-upload--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
6
6
|
--pf-v6-c-file-upload--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
@@ -1,10 +1,10 @@
|
|
1
1
|
:root,
|
2
2
|
.pf-v6-c-form {
|
3
|
-
--pf-v6-c-form--GridGap: var(--pf-t--global--spacer--
|
4
|
-
--pf-v6-c-form__group--Gap: var(--pf-t--global--spacer--
|
3
|
+
--pf-v6-c-form--GridGap: var(--pf-t--global--spacer--gap--group-to-group--vertical);
|
4
|
+
--pf-v6-c-form__group--Gap: var(--pf-t--global--spacer--gap--group--vertical);
|
5
5
|
--pf-v6-c-form__group--m-action--MarginBlockStart: var(--pf-t--global--spacer--xl);
|
6
6
|
--pf-v6-c-form--m-horizontal__group-label--md--GridColumnWidth: 9.375rem;
|
7
|
-
--pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap: var(--pf-t--global--spacer--
|
7
|
+
--pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
8
8
|
--pf-v6-c-form--m-horizontal__group-control--md--GridColumnWidth: 1fr;
|
9
9
|
--pf-v6-c-form--m-limit-width--MaxWidth: 55rem;
|
10
10
|
--pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart: calc((((((var(--pf-t--global--font--size--body--default) * var(--pf-t--global--font--line-height--body)) + (2 * var(--pf-t--global--border--width--control--default))) - var(--pf-t--global--font--size--body--default)) / 2) + var(--pf-t--global--font--size--body--default)) - ((((var(--pf-t--global--font--size--body--sm) * var(--pf-t--global--font--line-height--body)) - var(--pf-t--global--font--size--body--sm)) / 2) + var(--pf-t--global--font--size--body--sm)) + var(--pf-t--global--border--width--control--default));
|
@@ -21,13 +21,12 @@
|
|
21
21
|
--pf-v6-c-form__label-required--FontSize: var(--pf-t--global--font--size--body--sm);
|
22
22
|
--pf-v6-c-form__label-required--Color: var(--pf-t--global--color--status--danger--default);
|
23
23
|
--pf-v6-c-form__group-label-help--FontSize: var(--pf-t--global--font--size--body--sm);
|
24
|
-
--pf-v6-c-form__group-label--m-info--Gap: var(--pf-t--global--spacer--
|
24
|
+
--pf-v6-c-form__group-label--m-info--Gap: var(--pf-t--global--spacer--gap--horizontal);
|
25
25
|
--pf-v6-c-form__group-label-info--FontSize: var(--pf-t--global--font--size--body--sm);
|
26
|
-
--pf-v6-c-form--m-horizontal__group-label--m-info--Gap: var(--pf-t--global--spacer--
|
27
|
-
--pf-v6-c-form__group-control--m-inline--
|
26
|
+
--pf-v6-c-form--m-horizontal__group-label--m-info--Gap: var(--pf-t--global--spacer--gap--group--vertical);
|
27
|
+
--pf-v6-c-form__group-control--m-inline--Gap: var(--pf-t--global--spacer--gap--group--horizontal);
|
28
28
|
--pf-v6-c-form__group-control__helper-text--MarginBlockEnd: var(--pf-t--global--spacer--xs);
|
29
|
-
--pf-v6-c-form__group-control--Gap: var(--pf-t--global--spacer--
|
30
|
-
--pf-v6-c-form__group-control--m-stack--Gap: var(--pf-t--global--spacer--sm);
|
29
|
+
--pf-v6-c-form__group-control--m-stack--Gap: var(--pf-t--global--spacer--gap--group--vertical);
|
31
30
|
--pf-v6-c-form__group-control--m-stack__helper-text--MarginBlockStart: calc(var(--pf-v6-c-form__group-control--m-stack--Gap) * -1 + var(--pf-v6-c-form__helper-text--MarginBlockStart--base));
|
32
31
|
--pf-v6-c-form__actions--child--MarginBlockStart: var(--pf-t--global--spacer--sm);
|
33
32
|
--pf-v6-c-form__actions--child--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
@@ -40,7 +39,7 @@
|
|
40
39
|
--pf-v6-c-form__helper-text--MarginBlockStart--base: var(--pf-t--global--spacer--xs);
|
41
40
|
--pf-v6-c-form__helper-text--MarginBlockStart: var(--pf-v6-c-form__helper-text--MarginBlockStart--base);
|
42
41
|
--pf-v6-c-form__section--MarginBlockStart: var(--pf-t--global--spacer--xl);
|
43
|
-
--pf-v6-c-form__section--Gap: var(--pf-
|
42
|
+
--pf-v6-c-form__section--Gap: var(--pf-v6-c-form--GridGap);
|
44
43
|
--pf-v6-c-form__section-title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
45
44
|
--pf-v6-c-form__section-title--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
46
45
|
--pf-v6-c-form__section-title--MarginBlockEnd: calc(var(--pf-t--global--spacer--sm) * -1);
|
@@ -368,12 +367,7 @@
|
|
368
367
|
.pf-v6-c-form__group-control.pf-m-inline {
|
369
368
|
display: flex;
|
370
369
|
flex-flow: row wrap;
|
371
|
-
|
372
|
-
.pf-v6-c-form__group-control.pf-m-inline > * {
|
373
|
-
margin-inline-end: var(--pf-v6-c-form__group-control--m-inline--child--MarginInlineEnd);
|
374
|
-
}
|
375
|
-
.pf-v6-c-form__group-control.pf-m-inline > :last-child {
|
376
|
-
--pf-v6-c-form__group-control--m-inline--child--MarginInlineEnd: 0;
|
370
|
+
gap: var(--pf-v6-c-form__group-control--m-inline--Gap);
|
377
371
|
}
|
378
372
|
.pf-v6-c-form__group-control.pf-m-stack {
|
379
373
|
--pf-v6-c-form__helper-text--MarginBlockStart: var(--pf-v6-c-form__group-control--m-stack__helper-text--MarginBlockStart);
|
@@ -1,6 +1,6 @@
|
|
1
1
|
:root,
|
2
2
|
.pf-v6-c-form-control {
|
3
|
-
--pf-v6-c-form-control--ColumnGap: var(--pf-t--global--spacer--
|
3
|
+
--pf-v6-c-form-control--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
4
4
|
--pf-v6-c-form-control--Color: var(--pf-t--global--text--color--regular);
|
5
5
|
--pf-v6-c-form-control--FontSize: var(--pf-t--global--font--size--body--default);
|
6
6
|
--pf-v6-c-form-control--LineHeight: var(--pf-t--global--font--line-height--body);
|
@@ -65,7 +65,7 @@
|
|
65
65
|
--pf-v6-c-form-control--m-success__icon--m-status--Color: var(--pf-t--global--icon--color--status--success--default);
|
66
66
|
--pf-v6-c-form-control--m-warning__icon--m-status--Color: var(--pf-t--global--icon--color--status--warning--default);
|
67
67
|
--pf-v6-c-form-control--m-error__icon--m-status--Color: var(--pf-t--global--icon--color--status--danger--default);
|
68
|
-
--pf-v6-c-form-control__utilities--Gap: var(--pf-t--global--spacer--
|
68
|
+
--pf-v6-c-form-control__utilities--Gap: var(--pf-t--global--spacer--gap--group--horizontal);
|
69
69
|
--pf-v6-c-form-control__utilities--PaddingBlockStart: var(--pf-t--global--spacer--control--vertical--default);
|
70
70
|
--pf-v6-c-form-control__utilities--PaddingInlineEnd: var(--pf-v6-c-form-control--inset--base);
|
71
71
|
--pf-v6-c-form-control__toggle-icon--PaddingInlineEnd: var(--pf-v6-c-form-control--inset--base);
|
@@ -1,6 +1,6 @@
|
|
1
1
|
:root,
|
2
2
|
.pf-v6-c-input-group {
|
3
|
-
--pf-v6-c-input-group--Gap: var(--pf-t--global--spacer--
|
3
|
+
--pf-v6-c-input-group--Gap: var(--pf-t--global--spacer--gap--control-to-control--default);
|
4
4
|
--pf-v6-c-input-group__item--offset: var(--pf-t--global--border--width--control--default);
|
5
5
|
--pf-v6-c-input-group__item--BorderWidth--base: var(--pf-t--global--border--width--control--default);
|
6
6
|
--pf-v6-c-input-group__item--BorderColor--base: var(--pf-t--global--border--color--default);
|
@@ -162,7 +162,7 @@
|
|
162
162
|
--pf-v6-c-label--m-compact--FontSize: var(--pf-t--global--font--size--body--sm);
|
163
163
|
--pf-v6-c-label--m-compact--m-editable--TextUnderlineOffset: 0.0625rem;
|
164
164
|
--pf-v6-c-label__content--MaxWidth: 100%;
|
165
|
-
--pf-v6-c-label__content--Gap: var(--pf-t--global--spacer--
|
165
|
+
--pf-v6-c-label__content--Gap: var(--pf-t--global--spacer--gap--text-to-element--compact);
|
166
166
|
--pf-v6-c-label__content--Cursor: initial;
|
167
167
|
--pf-v6-c-label__icon--FontSize: var(--pf-t--global--icon--size--font--body--sm);
|
168
168
|
--pf-v6-c-label__text--MaxWidth: 100%;
|
@@ -204,7 +204,7 @@
|
|
204
204
|
--pf-v6-c-accordion--RowGap: var(--pf-t--global--spacer--xs);
|
205
205
|
--pf-v6-c-accordion__item--BorderRadius: var(--pf-t--global--border--radius--200);
|
206
206
|
--pf-v6-c-accordion__item--m-expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
207
|
-
--pf-v6-c-accordion__toggle--ColumnGap: var(--pf-t--global--spacer--
|
207
|
+
--pf-v6-c-accordion__toggle--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
208
208
|
--pf-v6-c-accordion__toggle--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
209
209
|
--pf-v6-c-accordion__toggle--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
210
210
|
--pf-v6-c-accordion__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
@@ -213,7 +213,7 @@
|
|
213
213
|
--pf-v6-c-accordion__toggle--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
214
214
|
--pf-v6-c-accordion__toggle--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
215
215
|
--pf-v6-c-accordion__toggle--BorderRadius: var(--pf-t--global--border--radius--small);
|
216
|
-
--pf-v6-c-accordion--m-toggle-start__toggle--ColumnGap: var(--pf-t--global--spacer--
|
216
|
+
--pf-v6-c-accordion--m-toggle-start__toggle--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
217
217
|
--pf-v6-c-accordion__toggle-text--Color: var(--pf-t--global--text--color--regular);
|
218
218
|
--pf-v6-c-accordion__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--default);
|
219
219
|
--pf-v6-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
@@ -2012,7 +2012,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
2012
2012
|
--pf-v6-c-calendar-month--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
2013
2013
|
--pf-v6-c-calendar-month--FontSize: var(--pf-t--global--font--size--sm);
|
2014
2014
|
--pf-v6-c-calendar-month__header--MarginBlockEnd: var(--pf-t--global--spacer--md);
|
2015
|
-
--pf-v6-c-calendar-month__header--Gap: var(--pf-t--global--spacer--
|
2015
|
+
--pf-v6-c-calendar-month__header--Gap: var(--pf-t--global--spacer--gap--control-to-control--default);
|
2016
2016
|
--pf-v6-c-calendar-month__header-year--Width: 9ch;
|
2017
2017
|
--pf-v6-c-calendar-month__header-nav-control--MarginInlineEnd: 0;
|
2018
2018
|
--pf-v6-c-calendar-month__header-nav-control--MarginInlineStart: 0;
|
@@ -2232,7 +2232,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
2232
2232
|
--pf-v6-c-card__footer--FontSize: var(--pf-t--global--font--size--body--default);
|
2233
2233
|
--pf-v6-c-card__footer--Color: var(--pf-t--global--text--color--subtle);
|
2234
2234
|
--pf-v6-c-card__actions--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
2235
|
-
--pf-v6-c-card__actions--Gap: var(--pf-t--global--spacer--
|
2235
|
+
--pf-v6-c-card__actions--Gap: var(--pf-t--global--spacer--gap--action-to-action--default);
|
2236
2236
|
--pf-v6-c-card__actions--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
2237
2237
|
--pf-v6-c-card__actions--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
2238
2238
|
--pf-v6-c-card__header-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
@@ -2546,7 +2546,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
2546
2546
|
|
2547
2547
|
:root,
|
2548
2548
|
.pf-v6-c-check {
|
2549
|
-
--pf-v6-c-check--GridGap: var(--pf-t--global--spacer--
|
2549
|
+
--pf-v6-c-check--GridGap: var(--pf-t--global--spacer--gap--group--vertical) var(--pf-t--global--spacer--gap--text-to-element--default);
|
2550
2550
|
--pf-v6-c-check--AccentColor: var(--pf-t--global--color--brand--default);
|
2551
2551
|
--pf-v6-c-check--MinHeight: calc(var(--pf-v6-c-check__label--FontSize) * var(--pf-v6-c-check__label--LineHeight));
|
2552
2552
|
--pf-v6-c-check__label--disabled--Color: var(--pf-t--global--text--color--disabled);
|
@@ -2641,12 +2641,12 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
2641
2641
|
--pf-v6-c-clipboard-copy__expandable-content--BorderColor: var(--pf-t--global--border--color--default);
|
2642
2642
|
--pf-v6-c-clipboard-copy__expandable-content--BorderRadius: var(--pf-t--global--border--radius--small);
|
2643
2643
|
--pf-v6-c-clipboard-copy__expandable-content--OutlineOffset: var(--pf-t--global--spacer--xs);
|
2644
|
-
--pf-v6-c-clipboard-copy__group--Gap: var(--pf-t--global--spacer--
|
2644
|
+
--pf-v6-c-clipboard-copy__group--Gap: var(--pf-t--global--spacer--gap--control-to-control--default);
|
2645
2645
|
--pf-v6-c-clipboard-copy--m-inline--PaddingInlineStart: var(--pf-t--global--spacer--xs);
|
2646
2646
|
--pf-v6-c-clipboard-copy--m-inline--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
|
2647
2647
|
--pf-v6-c-clipboard-copy--m-inline--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
2648
|
-
--pf-v6-c-clipboard-copy__actions--Gap: var(--pf-t--global--spacer--
|
2649
|
-
--pf-v6-c-clipboard-copy__actions--MarginInlineStart: var(--pf-t--global--spacer--
|
2648
|
+
--pf-v6-c-clipboard-copy__actions--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
|
2649
|
+
--pf-v6-c-clipboard-copy__actions--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--compact);
|
2650
2650
|
--pf-v6-c-clipboard-copy__actions-item--button--Color: var(--pf-t--global--icon--color--subtle);
|
2651
2651
|
--pf-v6-c-clipboard-copy__actions-item--button--hover--Color: var(--pf-t--global--icon--color--regular);
|
2652
2652
|
--pf-v6-c-clipboard-copy__text--m-code--FontFamily: var(--pf-t--global--font--family--mono);
|
@@ -2778,7 +2778,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
2778
2778
|
:root,
|
2779
2779
|
.pf-v6-c-code-editor {
|
2780
2780
|
--pf-v6-c-code-editor__controls--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
2781
|
-
--pf-v6-c-code-editor__controls--Gap: var(--pf-t--global--spacer--
|
2781
|
+
--pf-v6-c-code-editor__controls--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
|
2782
2782
|
--pf-v6-c-code-editor__header--before--BorderBlockEndWidth: var(--pf-t--global--border--width--box--default);
|
2783
2783
|
--pf-v6-c-code-editor__header--before--BorderBlockEndColor: var(--pf-t--global--border--color--default);
|
2784
2784
|
--pf-v6-c-code-editor__header-content--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
@@ -4060,18 +4060,18 @@ ul) {
|
|
4060
4060
|
|
4061
4061
|
:root,
|
4062
4062
|
.pf-v6-c-description-list {
|
4063
|
-
--pf-v6-c-description-list--RowGap: var(--pf-t--global--spacer--
|
4064
|
-
--pf-v6-c-description-list--ColumnGap: var(--pf-t--global--spacer--
|
4063
|
+
--pf-v6-c-description-list--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical);
|
4064
|
+
--pf-v6-c-description-list--ColumnGap: var(--pf-t--global--spacer--gap--group-to-group--horizontal);
|
4065
4065
|
--pf-v6-c-description-list--GridTemplateColumns--count: 1;
|
4066
4066
|
--pf-v6-c-description-list--GridTemplateColumns--width: 1fr;
|
4067
4067
|
--pf-v6-c-description-list--GridTemplateColumns--min: 0;
|
4068
|
-
--pf-v6-c-description-list__group--RowGap: var(--pf-t--global--spacer--
|
4069
|
-
--pf-v6-c-description-list__group--ColumnGap: var(--pf-t--global--spacer--
|
4068
|
+
--pf-v6-c-description-list__group--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
4069
|
+
--pf-v6-c-description-list__group--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
4070
4070
|
--pf-v6-c-description-list__group--GridTemplateColumns: auto;
|
4071
4071
|
--pf-v6-c-description-list__group--GridTemplateRows: auto 1fr;
|
4072
4072
|
--pf-v6-c-description-list__group--GridColumn: auto;
|
4073
|
-
--pf-v6-c-description-list--m-compact--RowGap: var(--pf-t--global--spacer--
|
4074
|
-
--pf-v6-c-description-list--m-compact--ColumnGap: var(--pf-t--global--spacer--
|
4073
|
+
--pf-v6-c-description-list--m-compact--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical--compact);
|
4074
|
+
--pf-v6-c-description-list--m-compact--ColumnGap: var(--pf-t--global--spacer--gap--group-to-group--horizontal--compact);
|
4075
4075
|
--pf-v6-c-description-list__term--Display: inline;
|
4076
4076
|
--pf-v6-c-description-list__term--sm--Display: flex;
|
4077
4077
|
--pf-v6-c-description-list__term--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
@@ -4510,7 +4510,7 @@ ul) {
|
|
4510
4510
|
--pf-v6-c-dual-list-selector__status-text--Color: var(--pf-t--global--text--color--subtle);
|
4511
4511
|
--pf-v6-c-dual-list-selector__controls--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
4512
4512
|
--pf-v6-c-dual-list-selector__controls--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
4513
|
-
--pf-v6-c-dual-list-selector__controls--Gap: var(--pf-t--global--spacer--
|
4513
|
+
--pf-v6-c-dual-list-selector__controls--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
|
4514
4514
|
--pf-v6-c-dual-list-selector__controls--MarginBlockStart: var(--pf-t--global--spacer--md);
|
4515
4515
|
--pf-v6-c-dual-list-selector__item-toggle--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
4516
4516
|
--pf-v6-c-dual-list-selector__list__list__item-toggle--InsetInlineStart: 0;
|
@@ -5188,7 +5188,7 @@ ul) {
|
|
5188
5188
|
--pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--FlexDirection: column;
|
5189
5189
|
--pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--md--FlexBasis--min: 1.5rem;
|
5190
5190
|
--pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--MinHeight: 1.5rem;
|
5191
|
-
--pf-v6-c-drawer__head--ColumnGap: var(--pf-t--global--spacer--
|
5191
|
+
--pf-v6-c-drawer__head--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
5192
5192
|
--pf-v6-c-drawer__head--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
5193
5193
|
--pf-v6-c-drawer__head--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
5194
5194
|
--pf-v6-c-drawer__head--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
@@ -6219,7 +6219,7 @@ ul) {
|
|
6219
6219
|
|
6220
6220
|
:root,
|
6221
6221
|
.pf-v6-c-file-upload {
|
6222
|
-
--pf-v6-c-file-upload--RowGap: var(--pf-t--global--spacer--
|
6222
|
+
--pf-v6-c-file-upload--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
6223
6223
|
--pf-v6-c-file-upload--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
6224
6224
|
--pf-v6-c-file-upload--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
6225
6225
|
--pf-v6-c-file-upload--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
@@ -6277,11 +6277,11 @@ ul) {
|
|
6277
6277
|
|
6278
6278
|
:root,
|
6279
6279
|
.pf-v6-c-form {
|
6280
|
-
--pf-v6-c-form--GridGap: var(--pf-t--global--spacer--
|
6281
|
-
--pf-v6-c-form__group--Gap: var(--pf-t--global--spacer--
|
6280
|
+
--pf-v6-c-form--GridGap: var(--pf-t--global--spacer--gap--group-to-group--vertical);
|
6281
|
+
--pf-v6-c-form__group--Gap: var(--pf-t--global--spacer--gap--group--vertical);
|
6282
6282
|
--pf-v6-c-form__group--m-action--MarginBlockStart: var(--pf-t--global--spacer--xl);
|
6283
6283
|
--pf-v6-c-form--m-horizontal__group-label--md--GridColumnWidth: 9.375rem;
|
6284
|
-
--pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap: var(--pf-t--global--spacer--
|
6284
|
+
--pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
6285
6285
|
--pf-v6-c-form--m-horizontal__group-control--md--GridColumnWidth: 1fr;
|
6286
6286
|
--pf-v6-c-form--m-limit-width--MaxWidth: 55rem;
|
6287
6287
|
--pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart: calc((((((var(--pf-t--global--font--size--body--default) * var(--pf-t--global--font--line-height--body)) + (2 * var(--pf-t--global--border--width--control--default))) - var(--pf-t--global--font--size--body--default)) / 2) + var(--pf-t--global--font--size--body--default)) - ((((var(--pf-t--global--font--size--body--sm) * var(--pf-t--global--font--line-height--body)) - var(--pf-t--global--font--size--body--sm)) / 2) + var(--pf-t--global--font--size--body--sm)) + var(--pf-t--global--border--width--control--default));
|
@@ -6298,13 +6298,12 @@ ul) {
|
|
6298
6298
|
--pf-v6-c-form__label-required--FontSize: var(--pf-t--global--font--size--body--sm);
|
6299
6299
|
--pf-v6-c-form__label-required--Color: var(--pf-t--global--color--status--danger--default);
|
6300
6300
|
--pf-v6-c-form__group-label-help--FontSize: var(--pf-t--global--font--size--body--sm);
|
6301
|
-
--pf-v6-c-form__group-label--m-info--Gap: var(--pf-t--global--spacer--
|
6301
|
+
--pf-v6-c-form__group-label--m-info--Gap: var(--pf-t--global--spacer--gap--horizontal);
|
6302
6302
|
--pf-v6-c-form__group-label-info--FontSize: var(--pf-t--global--font--size--body--sm);
|
6303
|
-
--pf-v6-c-form--m-horizontal__group-label--m-info--Gap: var(--pf-t--global--spacer--
|
6304
|
-
--pf-v6-c-form__group-control--m-inline--
|
6303
|
+
--pf-v6-c-form--m-horizontal__group-label--m-info--Gap: var(--pf-t--global--spacer--gap--group--vertical);
|
6304
|
+
--pf-v6-c-form__group-control--m-inline--Gap: var(--pf-t--global--spacer--gap--group--horizontal);
|
6305
6305
|
--pf-v6-c-form__group-control__helper-text--MarginBlockEnd: var(--pf-t--global--spacer--xs);
|
6306
|
-
--pf-v6-c-form__group-control--Gap: var(--pf-t--global--spacer--
|
6307
|
-
--pf-v6-c-form__group-control--m-stack--Gap: var(--pf-t--global--spacer--sm);
|
6306
|
+
--pf-v6-c-form__group-control--m-stack--Gap: var(--pf-t--global--spacer--gap--group--vertical);
|
6308
6307
|
--pf-v6-c-form__group-control--m-stack__helper-text--MarginBlockStart: calc(var(--pf-v6-c-form__group-control--m-stack--Gap) * -1 + var(--pf-v6-c-form__helper-text--MarginBlockStart--base));
|
6309
6308
|
--pf-v6-c-form__actions--child--MarginBlockStart: var(--pf-t--global--spacer--sm);
|
6310
6309
|
--pf-v6-c-form__actions--child--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
@@ -6317,7 +6316,7 @@ ul) {
|
|
6317
6316
|
--pf-v6-c-form__helper-text--MarginBlockStart--base: var(--pf-t--global--spacer--xs);
|
6318
6317
|
--pf-v6-c-form__helper-text--MarginBlockStart: var(--pf-v6-c-form__helper-text--MarginBlockStart--base);
|
6319
6318
|
--pf-v6-c-form__section--MarginBlockStart: var(--pf-t--global--spacer--xl);
|
6320
|
-
--pf-v6-c-form__section--Gap: var(--pf-
|
6319
|
+
--pf-v6-c-form__section--Gap: var(--pf-v6-c-form--GridGap);
|
6321
6320
|
--pf-v6-c-form__section-title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
6322
6321
|
--pf-v6-c-form__section-title--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
6323
6322
|
--pf-v6-c-form__section-title--MarginBlockEnd: calc(var(--pf-t--global--spacer--sm) * -1);
|
@@ -6645,12 +6644,7 @@ ul) {
|
|
6645
6644
|
.pf-v6-c-form__group-control.pf-m-inline {
|
6646
6645
|
display: flex;
|
6647
6646
|
flex-flow: row wrap;
|
6648
|
-
|
6649
|
-
.pf-v6-c-form__group-control.pf-m-inline > * {
|
6650
|
-
margin-inline-end: var(--pf-v6-c-form__group-control--m-inline--child--MarginInlineEnd);
|
6651
|
-
}
|
6652
|
-
.pf-v6-c-form__group-control.pf-m-inline > :last-child {
|
6653
|
-
--pf-v6-c-form__group-control--m-inline--child--MarginInlineEnd: 0;
|
6647
|
+
gap: var(--pf-v6-c-form__group-control--m-inline--Gap);
|
6654
6648
|
}
|
6655
6649
|
.pf-v6-c-form__group-control.pf-m-stack {
|
6656
6650
|
--pf-v6-c-form__helper-text--MarginBlockStart: var(--pf-v6-c-form__group-control--m-stack__helper-text--MarginBlockStart);
|
@@ -6798,7 +6792,7 @@ ul) {
|
|
6798
6792
|
|
6799
6793
|
:root,
|
6800
6794
|
.pf-v6-c-form-control {
|
6801
|
-
--pf-v6-c-form-control--ColumnGap: var(--pf-t--global--spacer--
|
6795
|
+
--pf-v6-c-form-control--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
6802
6796
|
--pf-v6-c-form-control--Color: var(--pf-t--global--text--color--regular);
|
6803
6797
|
--pf-v6-c-form-control--FontSize: var(--pf-t--global--font--size--body--default);
|
6804
6798
|
--pf-v6-c-form-control--LineHeight: var(--pf-t--global--font--line-height--body);
|
@@ -6863,7 +6857,7 @@ ul) {
|
|
6863
6857
|
--pf-v6-c-form-control--m-success__icon--m-status--Color: var(--pf-t--global--icon--color--status--success--default);
|
6864
6858
|
--pf-v6-c-form-control--m-warning__icon--m-status--Color: var(--pf-t--global--icon--color--status--warning--default);
|
6865
6859
|
--pf-v6-c-form-control--m-error__icon--m-status--Color: var(--pf-t--global--icon--color--status--danger--default);
|
6866
|
-
--pf-v6-c-form-control__utilities--Gap: var(--pf-t--global--spacer--
|
6860
|
+
--pf-v6-c-form-control__utilities--Gap: var(--pf-t--global--spacer--gap--group--horizontal);
|
6867
6861
|
--pf-v6-c-form-control__utilities--PaddingBlockStart: var(--pf-t--global--spacer--control--vertical--default);
|
6868
6862
|
--pf-v6-c-form-control__utilities--PaddingInlineEnd: var(--pf-v6-c-form-control--inset--base);
|
6869
6863
|
--pf-v6-c-form-control__toggle-icon--PaddingInlineEnd: var(--pf-v6-c-form-control--inset--base);
|
@@ -7557,7 +7551,7 @@ select ~ .pf-v6-c-form-control__utilities {
|
|
7557
7551
|
|
7558
7552
|
:root,
|
7559
7553
|
.pf-v6-c-input-group {
|
7560
|
-
--pf-v6-c-input-group--Gap: var(--pf-t--global--spacer--
|
7554
|
+
--pf-v6-c-input-group--Gap: var(--pf-t--global--spacer--gap--control-to-control--default);
|
7561
7555
|
--pf-v6-c-input-group__item--offset: var(--pf-t--global--border--width--control--default);
|
7562
7556
|
--pf-v6-c-input-group__item--BorderWidth--base: var(--pf-t--global--border--width--control--default);
|
7563
7557
|
--pf-v6-c-input-group__item--BorderColor--base: var(--pf-t--global--border--color--default);
|
@@ -8040,7 +8034,7 @@ label.pf-v6-c-input-group__text {
|
|
8040
8034
|
--pf-v6-c-label--m-compact--FontSize: var(--pf-t--global--font--size--body--sm);
|
8041
8035
|
--pf-v6-c-label--m-compact--m-editable--TextUnderlineOffset: 0.0625rem;
|
8042
8036
|
--pf-v6-c-label__content--MaxWidth: 100%;
|
8043
|
-
--pf-v6-c-label__content--Gap: var(--pf-t--global--spacer--
|
8037
|
+
--pf-v6-c-label__content--Gap: var(--pf-t--global--spacer--gap--text-to-element--compact);
|
8044
8038
|
--pf-v6-c-label__content--Cursor: initial;
|
8045
8039
|
--pf-v6-c-label__icon--FontSize: var(--pf-t--global--icon--size--font--body--sm);
|
8046
8040
|
--pf-v6-c-label__text--MaxWidth: 100%;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@patternfly/react-styles",
|
3
|
-
"version": "6.0.0-prerelease.
|
3
|
+
"version": "6.0.0-prerelease.3",
|
4
4
|
"main": "dist/js/index.js",
|
5
5
|
"module": "dist/esm/index.js",
|
6
6
|
"types": "dist/esm/index.d.ts",
|
@@ -19,10 +19,10 @@
|
|
19
19
|
"clean": "rimraf dist css"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
|
-
"@patternfly/patternfly": "6.0.0-prerelease.
|
22
|
+
"@patternfly/patternfly": "6.0.0-prerelease.5",
|
23
23
|
"change-case": "^5.4.4",
|
24
24
|
"fs-extra": "^11.2.0"
|
25
25
|
},
|
26
26
|
"license": "MIT",
|
27
|
-
"gitHead": "
|
27
|
+
"gitHead": "6596740214197dac0874222e5d6e91d3bda2b459"
|
28
28
|
}
|