@patternfly/react-styles 6.0.0-alpha.2 → 6.0.0-alpha.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +12 -0
- package/css/assets/images/PF-Backdrop.svg +1 -0
- package/css/assets/images/PF-IconLogo-Reverse.svg +14 -0
- package/css/assets/images/PF-IconLogo.svg +17 -0
- package/css/assets/images/logo__pf--reverse-on-md.svg +1 -1
- package/css/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
- package/css/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
- package/css/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
- package/css/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
- package/css/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
- package/css/assets/images/pf_logo_white.hbs +35 -0
- package/css/assets/images/pf_logo_white.svg +38 -0
- package/css/components/AboutModalBox/about-modal-box.css +59 -98
- package/css/components/AboutModalBox/about-modal-box.d.ts +1 -2
- package/css/components/AboutModalBox/about-modal-box.js +1 -2
- package/css/components/AboutModalBox/about-modal-box.mjs +1 -2
- package/css/components/Accordion/accordion.css +85 -177
- package/css/components/Accordion/accordion.d.ts +3 -2
- package/css/components/Accordion/accordion.js +3 -2
- package/css/components/Accordion/accordion.mjs +3 -2
- package/css/components/Alert/alert.css +1 -1
- package/css/components/BackToTop/back-to-top.css +17 -15
- package/css/components/Badge/badge.css +23 -15
- package/css/components/Badge/badge.d.ts +2 -2
- package/css/components/Badge/badge.js +2 -2
- package/css/components/Badge/badge.mjs +2 -2
- package/css/components/Banner/banner.css +86 -64
- package/css/components/Banner/banner.d.ts +11 -4
- package/css/components/Banner/banner.js +11 -4
- package/css/components/Banner/banner.mjs +11 -4
- package/css/components/Button/button.css +1 -1
- package/css/components/Check/check.css +10 -8
- package/css/components/Dropdown/dropdown.css +1 -3
- package/css/components/Dropdown/dropdown.d.ts +0 -1
- package/css/components/Dropdown/dropdown.js +0 -1
- package/css/components/Dropdown/dropdown.mjs +0 -1
- package/css/components/ExpandableSection/expandable-section.css +64 -55
- package/css/components/ExpandableSection/expandable-section.d.ts +1 -3
- package/css/components/ExpandableSection/expandable-section.js +1 -3
- package/css/components/ExpandableSection/expandable-section.mjs +1 -3
- package/css/components/Hint/hint.css +28 -21
- package/css/components/Hint/hint.d.ts +1 -2
- package/css/components/Hint/hint.js +1 -2
- package/css/components/Hint/hint.mjs +1 -2
- package/css/components/List/list.css +16 -16
- package/css/components/Login/login.css +70 -97
- package/css/components/Login/login.d.ts +0 -2
- package/css/components/Login/login.js +0 -2
- package/css/components/Login/login.mjs +0 -2
- package/css/components/Menu/menu.css +3 -0
- package/css/components/Menu/menu.d.ts +1 -0
- package/css/components/Menu/menu.js +1 -0
- package/css/components/Menu/menu.mjs +1 -0
- package/css/components/MenuToggle/menu-toggle.css +2 -3
- package/css/components/ModalBox/modal-box.css +59 -52
- package/css/components/ModalBox/modal-box.d.ts +1 -2
- package/css/components/ModalBox/modal-box.js +1 -2
- package/css/components/ModalBox/modal-box.mjs +1 -2
- package/css/components/Page/page.css +9 -7
- package/css/components/Popover/popover.css +42 -51
- package/css/components/Popover/popover.d.ts +1 -2
- package/css/components/Popover/popover.js +1 -2
- package/css/components/Popover/popover.mjs +1 -2
- package/css/components/Radio/radio.css +13 -10
- package/css/components/SkipToContent/skip-to-content.css +6 -3
- package/css/components/Switch/switch.css +1 -1
- package/css/components/Table/table.css +6 -2
- package/css/components/Table/table.d.ts +2 -0
- package/css/components/Table/table.js +2 -0
- package/css/components/Table/table.mjs +2 -0
- package/css/components/Title/title.css +70 -19
- package/css/components/Title/title.d.ts +7 -1
- package/css/components/Title/title.js +7 -1
- package/css/components/Title/title.mjs +7 -1
- package/css/components/Toolbar/toolbar.css +9 -1
- package/css/components/Toolbar/toolbar.d.ts +1 -0
- package/css/components/Toolbar/toolbar.js +1 -0
- package/css/components/Toolbar/toolbar.mjs +1 -0
- package/css/components/Tooltip/tooltip.css +16 -16
- package/css/components/Tooltip/tooltip.d.ts +0 -1
- package/css/components/Tooltip/tooltip.js +0 -1
- package/css/components/Tooltip/tooltip.mjs +0 -1
- package/css/docs/components/Brand/examples/Brand.css +12 -0
- package/css/docs/components/Brand/examples/Brand.d.ts +10 -0
- package/css/docs/components/Brand/examples/Brand.js +11 -0
- package/css/docs/components/Brand/examples/Brand.mjs +9 -0
- package/css/docs/demos/Toolbar/examples/Toolbar.css +10 -0
- package/css/docs/demos/Toolbar/examples/Toolbar.d.ts +6 -1
- package/css/docs/demos/Toolbar/examples/Toolbar.js +6 -1
- package/css/docs/demos/Toolbar/examples/Toolbar.mjs +6 -1
- package/package.json +3 -3
@@ -1,48 +1,59 @@
|
|
1
|
-
|
2
|
-
--pf-v5-c-modal-box--BackgroundColor: var(--pf-
|
3
|
-
--pf-v5-c-modal-box--
|
1
|
+
:root {
|
2
|
+
--pf-v5-c-modal-box--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
3
|
+
--pf-v5-c-modal-box--BorderRadius: var(--pf-t--global--border--radius--large);
|
4
|
+
--pf-v5-c-modal-box--BoxShadow: var(--pf-t--global--box-shadow--lg);
|
4
5
|
--pf-v5-c-modal-box--ZIndex: var(--pf-v5-global--ZIndex--xl);
|
5
6
|
--pf-v5-c-modal-box--Width: 100%;
|
6
|
-
--pf-v5-c-modal-box--MaxWidth: calc(100% - var(--pf-
|
7
|
+
--pf-v5-c-modal-box--MaxWidth: calc(100% - var(--pf-t--global--spacer--xl));
|
7
8
|
--pf-v5-c-modal-box--m-sm--sm--MaxWidth: 35rem;
|
8
9
|
--pf-v5-c-modal-box--m-md--Width: 52.5rem;
|
9
10
|
--pf-v5-c-modal-box--m-lg--lg--MaxWidth: 70rem;
|
10
|
-
--pf-v5-c-modal-box--MaxHeight: calc(100% - var(--pf-
|
11
|
-
--pf-v5-c-modal-box--m-align-top--spacer: var(--pf-
|
12
|
-
--pf-v5-c-modal-box--m-align-top--xl--spacer: var(--pf-
|
13
|
-
--pf-v5-c-modal-box--m-align-top--
|
14
|
-
--pf-v5-c-modal-box--m-align-top--MaxHeight: calc(100% - min(var(--pf-v5-c-modal-box--m-align-top--spacer), var(--pf-
|
15
|
-
--pf-v5-c-modal-box--m-align-top--MaxWidth: calc(100% - min(var(--pf-v5-c-modal-box--m-align-top--spacer) * 2, var(--pf-
|
16
|
-
--pf-v5-c-modal-box--m-danger__title-icon--Color: var(--pf-
|
17
|
-
--pf-v5-c-modal-box--m-warning__title-icon--Color: var(--pf-
|
18
|
-
--pf-v5-c-modal-box--m-success__title-icon--Color: var(--pf-
|
19
|
-
--pf-v5-c-modal-box--m-info__title-icon--Color: var(--pf-
|
20
|
-
--pf-v5-c-modal-box--m-custom__title-icon--Color: var(--pf-
|
21
|
-
--pf-v5-c-modal-box__header--PaddingTop: var(--pf-
|
22
|
-
--pf-v5-c-modal-box__header--PaddingRight: var(--pf-
|
23
|
-
--pf-v5-c-modal-box__header--PaddingLeft: var(--pf-
|
24
|
-
--pf-v5-c-modal-box__header--
|
25
|
-
--pf-v5-c-modal-
|
26
|
-
--pf-v5-c-modal-box__title--
|
27
|
-
--pf-v5-c-modal-box__title--
|
28
|
-
--pf-v5-c-modal-box__title
|
29
|
-
--pf-v5-c-modal-box__title-icon--
|
30
|
-
--pf-v5-c-modal-
|
31
|
-
--pf-v5-c-modal-
|
32
|
-
--pf-v5-c-modal-
|
33
|
-
--pf-v5-c-modal-box__body--
|
34
|
-
--pf-v5-c-modal-box__body--
|
35
|
-
--pf-v5-c-modal-box__body--
|
36
|
-
--pf-v5-c-modal-
|
37
|
-
--pf-v5-c-modal-
|
38
|
-
--pf-v5-c-modal-
|
39
|
-
--pf-v5-c-modal-box__close--
|
40
|
-
--pf-v5-c-modal-
|
41
|
-
--pf-v5-c-modal-
|
42
|
-
--pf-v5-c-modal-box__footer--
|
43
|
-
--pf-v5-c-modal-box__footer--
|
44
|
-
--pf-v5-c-modal-box__footer--
|
11
|
+
--pf-v5-c-modal-box--MaxHeight: calc(100% - var(--pf-t--global--spacer--2xl));
|
12
|
+
--pf-v5-c-modal-box--m-align-top--spacer: var(--pf-t--global--spacer--sm);
|
13
|
+
--pf-v5-c-modal-box--m-align-top--xl--spacer: var(--pf-t--global--spacer--xl);
|
14
|
+
--pf-v5-c-modal-box--m-align-top--Top: var(--pf-v5-c-modal-box--m-align-top--spacer);
|
15
|
+
--pf-v5-c-modal-box--m-align-top--MaxHeight: calc(100% - min(var(--pf-v5-c-modal-box--m-align-top--spacer), var(--pf-t--global--spacer--2xl)) - var(--pf-v5-c-modal-box--m-align-top--spacer));
|
16
|
+
--pf-v5-c-modal-box--m-align-top--MaxWidth: calc(100% - min(var(--pf-v5-c-modal-box--m-align-top--spacer) * 2, var(--pf-t--global--spacer--xl)));
|
17
|
+
--pf-v5-c-modal-box--m-danger__title-icon--Color: var(--pf-t--global--icon--color--status--danger--default);
|
18
|
+
--pf-v5-c-modal-box--m-warning__title-icon--Color: var(--pf-t--global--icon--color--status--warning--default);
|
19
|
+
--pf-v5-c-modal-box--m-success__title-icon--Color: var(--pf-t--global--icon--color--status--success--default);
|
20
|
+
--pf-v5-c-modal-box--m-info__title-icon--Color: var(--pf-t--global--icon--color--status--info--default);
|
21
|
+
--pf-v5-c-modal-box--m-custom__title-icon--Color: var(--pf-t--global--icon--color--status--custom--default);
|
22
|
+
--pf-v5-c-modal-box__header--PaddingTop: var(--pf-t--global--spacer--lg);
|
23
|
+
--pf-v5-c-modal-box__header--PaddingRight: var(--pf-t--global--spacer--lg);
|
24
|
+
--pf-v5-c-modal-box__header--PaddingLeft: var(--pf-t--global--spacer--lg);
|
25
|
+
--pf-v5-c-modal-box__header--Gap: var(--pf-t--global--spacer--md);
|
26
|
+
--pf-v5-c-modal-box__header-main--Gap: var(--pf-t--global--spacer--md);
|
27
|
+
--pf-v5-c-modal-box__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
28
|
+
--pf-v5-c-modal-box__title--FontFamily: var(--pf-t--global--font--family--heading);
|
29
|
+
--pf-v5-c-modal-box__title--FontSize: var(--pf-t--global--font--size--heading--md);
|
30
|
+
--pf-v5-c-modal-box__title-icon--MarginRight: var(--pf-t--global--spacer--sm);
|
31
|
+
--pf-v5-c-modal-box__title-icon--Color: var(--pf-t--global--icon--color--regular);
|
32
|
+
--pf-v5-c-modal-box__description--FontSize: var(--pf-t--global--font--size--body--sm);
|
33
|
+
--pf-v5-c-modal-box__description--Color: var(--pf-t--global--text--color--subtle);
|
34
|
+
--pf-v5-c-modal-box__body--MinHeight: calc(var(--pf-t--global--font--size--body) * var(--pf-t--global--font--line-height--body));
|
35
|
+
--pf-v5-c-modal-box__body--PaddingTop: var(--pf-t--global--spacer--lg);
|
36
|
+
--pf-v5-c-modal-box__body--PaddingRight: var(--pf-t--global--spacer--lg);
|
37
|
+
--pf-v5-c-modal-box__body--PaddingLeft: var(--pf-t--global--spacer--lg);
|
38
|
+
--pf-v5-c-modal-box__body--last-child--PaddingBottom: var(--pf-t--global--spacer--lg);
|
39
|
+
--pf-v5-c-modal-box__header--body--PaddingTop: var(--pf-t--global--spacer--md);
|
40
|
+
--pf-v5-c-modal-box__close--Top: var(--pf-v5-c-modal-box__header--PaddingTop);
|
41
|
+
--pf-v5-c-modal-box__close--Right: var(--pf-v5-c-modal-box__header--PaddingRight);
|
42
|
+
--pf-v5-c-modal-box__close--sibling--MarginRight: calc(var(--pf-t--global--spacer--xl) + var(--pf-t--global--spacer--sm));
|
43
|
+
--pf-v5-c-modal-box__footer--PaddingTop: var(--pf-t--global--spacer--lg);
|
44
|
+
--pf-v5-c-modal-box__footer--PaddingRight: var(--pf-t--global--spacer--lg);
|
45
|
+
--pf-v5-c-modal-box__footer--PaddingBottom: var(--pf-t--global--spacer--lg);
|
46
|
+
--pf-v5-c-modal-box__footer--PaddingLeft: var(--pf-t--global--spacer--lg);
|
47
|
+
--pf-v5-c-modal-box__footer--c-button--MarginRight: var(--pf-t--global--spacer--md);
|
45
48
|
--pf-v5-c-modal-box__footer--c-button--sm--MarginRight: calc(var(--pf-v5-c-modal-box__footer--c-button--MarginRight) / 2);
|
49
|
+
}
|
50
|
+
@media (min-width: 1200px) {
|
51
|
+
:root {
|
52
|
+
--pf-v5-c-modal-box--m-align-top--spacer: var(--pf-v5-c-modal-box--m-align-top--xl--spacer);
|
53
|
+
}
|
54
|
+
}
|
55
|
+
|
56
|
+
.pf-v5-c-modal-box {
|
46
57
|
position: relative;
|
47
58
|
z-index: var(--pf-v5-c-modal-box--ZIndex);
|
48
59
|
display: flex;
|
@@ -50,14 +61,11 @@
|
|
50
61
|
width: var(--pf-v5-c-modal-box--Width);
|
51
62
|
max-width: var(--pf-v5-c-modal-box--MaxWidth);
|
52
63
|
max-height: var(--pf-v5-c-modal-box--MaxHeight);
|
64
|
+
overflow: auto;
|
53
65
|
background-color: var(--pf-v5-c-modal-box--BackgroundColor);
|
66
|
+
border-radius: var(--pf-v5-c-modal-box--BorderRadius);
|
54
67
|
box-shadow: var(--pf-v5-c-modal-box--BoxShadow);
|
55
68
|
}
|
56
|
-
@media (min-width: 1200px) {
|
57
|
-
.pf-v5-c-modal-box {
|
58
|
-
--pf-v5-c-modal-box--m-align-top--spacer: var(--pf-v5-c-modal-box--m-align-top--xl--spacer);
|
59
|
-
}
|
60
|
-
}
|
61
69
|
.pf-v5-c-modal-box.pf-m-sm {
|
62
70
|
--pf-v5-c-modal-box--Width: var(--pf-v5-c-modal-box--m-sm--sm--MaxWidth);
|
63
71
|
}
|
@@ -68,7 +76,7 @@
|
|
68
76
|
--pf-v5-c-modal-box--Width: var(--pf-v5-c-modal-box--m-lg--lg--MaxWidth);
|
69
77
|
}
|
70
78
|
.pf-v5-c-modal-box.pf-m-align-top {
|
71
|
-
inset-block-start: var(--pf-v5-c-modal-box--m-align-top--
|
79
|
+
inset-block-start: var(--pf-v5-c-modal-box--m-align-top--Top);
|
72
80
|
align-self: flex-start;
|
73
81
|
max-width: var(--pf-v5-c-modal-box--m-align-top--MaxWidth);
|
74
82
|
max-height: var(--pf-v5-c-modal-box--m-align-top--MaxHeight);
|
@@ -102,6 +110,7 @@
|
|
102
110
|
display: flex;
|
103
111
|
flex-direction: column;
|
104
112
|
flex-shrink: 0;
|
113
|
+
gap: var(--pf-v5-c-modal-box__header--Gap);
|
105
114
|
padding-block-start: var(--pf-v5-c-modal-box__header--PaddingTop);
|
106
115
|
padding-inline-start: var(--pf-v5-c-modal-box__header--PaddingLeft);
|
107
116
|
padding-inline-end: var(--pf-v5-c-modal-box__header--PaddingRight);
|
@@ -110,15 +119,15 @@
|
|
110
119
|
display: flex;
|
111
120
|
flex-direction: row;
|
112
121
|
}
|
113
|
-
.pf-v5-c-modal-box__header:last-child {
|
114
|
-
padding-block-end: var(--pf-v5-c-modal-box__header--last-child--PaddingBottom);
|
115
|
-
}
|
116
122
|
.pf-v5-c-modal-box__header + .pf-v5-c-modal-box__body {
|
117
123
|
--pf-v5-c-modal-box__body--PaddingTop: var(--pf-v5-c-modal-box__header--body--PaddingTop);
|
118
124
|
}
|
119
125
|
|
120
126
|
.pf-v5-c-modal-box__header-main {
|
127
|
+
display: flex;
|
128
|
+
flex-direction: column;
|
121
129
|
flex-grow: 1;
|
130
|
+
gap: var(--pf-v5-c-modal-box__header-main--Gap);
|
122
131
|
min-width: 0;
|
123
132
|
}
|
124
133
|
|
@@ -146,6 +155,8 @@
|
|
146
155
|
|
147
156
|
.pf-v5-c-modal-box__description {
|
148
157
|
padding-block-start: var(--pf-v5-c-modal-box__description--PaddingTop);
|
158
|
+
font-size: var(--pf-v5-c-modal-box__description--FontSize);
|
159
|
+
color: var(--pf-v5-c-modal-box__description--Color);
|
149
160
|
}
|
150
161
|
|
151
162
|
.pf-v5-c-modal-box__body {
|
@@ -180,8 +191,4 @@
|
|
180
191
|
.pf-v5-c-modal-box__footer > .pf-v5-c-button:not(:last-child) {
|
181
192
|
--pf-v5-c-modal-box__footer--c-button--MarginRight: var(--pf-v5-c-modal-box__footer--c-button--sm--MarginRight);
|
182
193
|
}
|
183
|
-
}
|
184
|
-
|
185
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-modal-box {
|
186
|
-
--pf-v5-c-modal-box--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
187
194
|
}
|
@@ -103,15 +103,16 @@
|
|
103
103
|
--pf-v5-c-page__sidebar--xl--TranslateX: 0;
|
104
104
|
--pf-v5-c-page__sidebar--MarginRight: 0;
|
105
105
|
--pf-v5-c-page__sidebar--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
106
|
-
--pf-v5-c-page__sidebar--PaddingInlineStart:
|
106
|
+
--pf-v5-c-page__sidebar--PaddingInlineStart: 0;
|
107
107
|
--pf-v5-c-page__sidebar-header--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
|
108
108
|
--pf-v5-c-page__sidebar-header--BorderBottomColor: var(--pf-t--global--border--color--default);
|
109
109
|
--pf-v5-c-page__sidebar-header--PaddingTop: var(--pf-t--global--spacer--sm);
|
110
110
|
--pf-v5-c-page__sidebar-header--PaddingBottom: var(--pf-t--global--spacer--md);
|
111
|
+
--pf-v5-c-page__sidebar-title--PaddingLeft: var(--pf-t--global--spacer--lg);
|
111
112
|
--pf-v5-c-page__sidebar-title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
112
113
|
--pf-v5-c-page__sidebar-title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
113
114
|
--pf-v5-c-page__sidebar-title--FontFamily: var(--pf-t--global--font--family--heading);
|
114
|
-
--pf-v5-c-page__sidebar-title--FontWeight: var(--pf-t--global--font--weight--heading
|
115
|
+
--pf-v5-c-page__sidebar-title--FontWeight: var(--pf-t--global--font--weight--heading);
|
115
116
|
--pf-v5-c-page__sidebar-body--PaddingRight: 0;
|
116
117
|
--pf-v5-c-page__sidebar-body--PaddingLeft: 0;
|
117
118
|
--pf-v5-c-page__sidebar-body--m-page-insets--PaddingRight: var(--pf-v5-c-page--inset);
|
@@ -142,10 +143,10 @@
|
|
142
143
|
--pf-v5-c-page--section--m-sticky-top--ZIndex: var(--pf-v5-global--ZIndex--md);
|
143
144
|
--pf-v5-c-page--section--m-sticky-top--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
144
145
|
--pf-v5-c-page--section--m-sticky-bottom--ZIndex: var(--pf-v5-global--ZIndex--md);
|
145
|
-
--pf-v5-c-page--section--m-sticky-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm
|
146
|
-
--pf-v5-c-page--section--m-shadow-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm
|
146
|
+
--pf-v5-c-page--section--m-sticky-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
|
147
|
+
--pf-v5-c-page--section--m-shadow-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
147
148
|
--pf-v5-c-page--section--m-shadow-bottom--ZIndex: var(--pf-v5-global--ZIndex--xs);
|
148
|
-
--pf-v5-c-page--section--m-shadow-top--BoxShadow: var(--pf-t--global--box-shadow--sm
|
149
|
+
--pf-v5-c-page--section--m-shadow-top--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
|
149
150
|
--pf-v5-c-page--section--m-shadow-top--ZIndex: var(--pf-v5-global--ZIndex--xs);
|
150
151
|
--pf-v5-c-page__main-nav--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
151
152
|
--pf-v5-c-page__main-nav--PaddingTop: var(--pf-t--global--spacer--md);
|
@@ -327,8 +328,8 @@
|
|
327
328
|
grid-column-start: 1;
|
328
329
|
width: var(--pf-v5-c-page__sidebar--Width);
|
329
330
|
padding-block-start: 0;
|
330
|
-
padding-block-end: var(--pf-
|
331
|
-
padding-inline-start: var(--pf-
|
331
|
+
padding-block-end: var(--pf-v5-c-page__sidebar--PaddingBlockEnd);
|
332
|
+
padding-inline-start: var(--pf-v5-c-page__sidebar--PaddingInlineStart);
|
332
333
|
margin-inline-end: var(--pf-v5-c-page__sidebar--MarginRight);
|
333
334
|
overflow-x: hidden;
|
334
335
|
overflow-y: auto;
|
@@ -362,6 +363,7 @@
|
|
362
363
|
}
|
363
364
|
|
364
365
|
.pf-v5-c-page__sidebar-title {
|
366
|
+
padding-inline-start: var(--pf-v5-c-page__sidebar-title--PaddingLeft);
|
365
367
|
font-family: var(--pf-v5-c-page__sidebar-title--FontFamily);
|
366
368
|
font-size: var(--pf-v5-c-page__sidebar-title--FontSize);
|
367
369
|
font-weight: var(--pf-v5-c-page__sidebar-title--FontWeight);
|
@@ -1,27 +1,24 @@
|
|
1
1
|
.pf-v5-c-popover {
|
2
|
-
--pf-v5-c-popover--FontSize: var(--pf-
|
2
|
+
--pf-v5-c-popover--FontSize: var(--pf-t--global--font--size--body--sm);
|
3
3
|
--pf-v5-c-popover--MinWidth: calc(var(--pf-v5-c-popover__content--PaddingLeft) + var(--pf-v5-c-popover__content--PaddingRight) + 18.75rem);
|
4
4
|
--pf-v5-c-popover--MaxWidth: calc(var(--pf-v5-c-popover__content--PaddingLeft) + var(--pf-v5-c-popover__content--PaddingRight) + 18.75rem);
|
5
|
-
--pf-v5-c-popover--BoxShadow: var(--pf-
|
6
|
-
--pf-v5-c-popover--
|
7
|
-
--pf-v5-c-popover--m-
|
8
|
-
--pf-v5-c-popover--m-
|
9
|
-
--pf-v5-c-popover--m-
|
10
|
-
--pf-v5-c-popover--m-
|
11
|
-
--pf-v5-c-popover--m-
|
12
|
-
--pf-v5-c-
|
13
|
-
--pf-v5-c-
|
14
|
-
--pf-v5-c-
|
15
|
-
--pf-v5-c-
|
16
|
-
--pf-v5-c-popover__content--
|
17
|
-
--pf-v5-c-popover__content--
|
18
|
-
--pf-v5-c-
|
19
|
-
--pf-v5-c-
|
20
|
-
--pf-v5-c-
|
21
|
-
--pf-v5-c-popover__arrow--
|
22
|
-
--pf-v5-c-popover__arrow--Height: var(--pf-v5-global--arrow--width-lg);
|
23
|
-
--pf-v5-c-popover__arrow--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
|
24
|
-
--pf-v5-c-popover__arrow--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
5
|
+
--pf-v5-c-popover--BoxShadow: var(--pf-t--global--box-shadow--md);
|
6
|
+
--pf-v5-c-popover--BorderRadius: var(--pf-t--global--border--radius--medium);
|
7
|
+
--pf-v5-c-popover--m-danger__title-icon--Color: var(--pf-t--global--icon--color--status--danger--default);
|
8
|
+
--pf-v5-c-popover--m-warning__title-icon--Color: var(--pf-t--global--icon--color--status--warning--default);
|
9
|
+
--pf-v5-c-popover--m-success__title-icon--Color: var(--pf-t--global--icon--color--status--success--default);
|
10
|
+
--pf-v5-c-popover--m-info__title-icon--Color: var(--pf-t--global--icon--color--status--info--default);
|
11
|
+
--pf-v5-c-popover--m-custom__title-icon--Color: var(--pf-t--global--icon--color--status--custom--default);
|
12
|
+
--pf-v5-c-popover__content--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
13
|
+
--pf-v5-c-popover__content--PaddingTop: var(--pf-t--global--spacer--md);
|
14
|
+
--pf-v5-c-popover__content--PaddingRight: var(--pf-t--global--spacer--md);
|
15
|
+
--pf-v5-c-popover__content--PaddingBottom: var(--pf-t--global--spacer--md);
|
16
|
+
--pf-v5-c-popover__content--PaddingLeft: var(--pf-t--global--spacer--md);
|
17
|
+
--pf-v5-c-popover__content--BorderRadius: var(--pf-t--global--border--radius--medium);
|
18
|
+
--pf-v5-c-popover__arrow--Width: 0.9375rem;
|
19
|
+
--pf-v5-c-popover__arrow--Height: 0.9375rem;
|
20
|
+
--pf-v5-c-popover__arrow--BoxShadow: var(--pf-t--global--box-shadow--md);
|
21
|
+
--pf-v5-c-popover__arrow--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
25
22
|
--pf-v5-c-popover__arrow--m-top--TranslateX: -50%;
|
26
23
|
--pf-v5-c-popover__arrow--m-top--TranslateY: 50%;
|
27
24
|
--pf-v5-c-popover__arrow--m-top--Rotate: 45deg;
|
@@ -34,21 +31,27 @@
|
|
34
31
|
--pf-v5-c-popover__arrow--m-left--TranslateX: 50%;
|
35
32
|
--pf-v5-c-popover__arrow--m-left--TranslateY: -50%;
|
36
33
|
--pf-v5-c-popover__arrow--m-left--Rotate: 45deg;
|
37
|
-
--pf-v5-c-
|
38
|
-
--pf-v5-c-
|
39
|
-
--pf-v5-c-
|
40
|
-
--pf-v5-c-
|
41
|
-
--pf-v5-c-
|
42
|
-
--pf-v5-c-
|
43
|
-
--pf-v5-c-
|
44
|
-
--pf-v5-c-
|
45
|
-
--pf-v5-c-popover__title-
|
46
|
-
--pf-v5-c-popover__title-
|
47
|
-
--pf-v5-c-
|
34
|
+
--pf-v5-c-popover__arrow--m-inline-top--Top: var(--pf-t--global--border--radius--medium);
|
35
|
+
--pf-v5-c-popover__arrow--m-inline-bottom--Bottom: var(--pf-t--global--border--radius--medium);
|
36
|
+
--pf-v5-c-popover__arrow--m-block-left--Left: var(--pf-t--global--border--radius--medium);
|
37
|
+
--pf-v5-c-popover__arrow--m-block-right--Right: var(--pf-t--global--border--radius--medium);
|
38
|
+
--pf-v5-c-popover__close--Top: calc(var(--pf-v5-c-popover__content--PaddingTop) - (var(--pf-t--global--spacer--xs) * 1.5));
|
39
|
+
--pf-v5-c-popover__close--Right: var(--pf-v5-c-popover__content--PaddingRight);
|
40
|
+
--pf-v5-c-popover__close--sibling--PaddingRight: var(--pf-t--global--spacer--2xl);
|
41
|
+
--pf-v5-c-popover__header--MarginBottom: var(--pf-t--global--spacer--sm);
|
42
|
+
--pf-v5-c-popover__title-text--Color: var(--pf-t--global--text--color--regular);
|
43
|
+
--pf-v5-c-popover__title-text--FontFamily: var(--pf-t--global--font--family--body);
|
44
|
+
--pf-v5-c-popover__title-text--FontSize: var(--pf-t--global--font--size--body--lg);
|
45
|
+
--pf-v5-c-popover__title-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
46
|
+
--pf-v5-c-popover__title-icon--MarginRight: var(--pf-t--global--spacer--sm);
|
47
|
+
--pf-v5-c-popover__title-icon--Color: var(--pf-t--global--icon--color--regular);
|
48
|
+
--pf-v5-c-popover__title-icon--FontSize: var(--pf-t--global--font--size--heading--xs);
|
49
|
+
--pf-v5-c-popover__footer--MarginTop: var(--pf-t--global--spacer--md);
|
48
50
|
position: relative;
|
49
51
|
min-width: var(--pf-v5-c-popover--MinWidth);
|
50
52
|
max-width: var(--pf-v5-c-popover--MaxWidth);
|
51
53
|
font-size: var(--pf-v5-c-popover--FontSize);
|
54
|
+
border-radius: var(--pf-v5-c-popover--BorderRadius);
|
52
55
|
box-shadow: var(--pf-v5-c-popover--BoxShadow);
|
53
56
|
}
|
54
57
|
.pf-v5-c-popover.pf-m-no-padding {
|
@@ -99,43 +102,38 @@
|
|
99
102
|
}
|
100
103
|
.pf-v5-c-popover:is(.pf-m-left-top,
|
101
104
|
.pf-m-right-top) {
|
102
|
-
--pf-v5-c-popover__arrow--Top:
|
105
|
+
--pf-v5-c-popover__arrow--Top: var(--pf-v5-c-popover__arrow--m-inline-top--Top);
|
103
106
|
--pf-v5-c-popover__arrow--TranslateY: var(--pf-v5-c-popover__arrow--m-top--TranslateY);
|
104
107
|
}
|
105
108
|
.pf-v5-c-popover:is(.pf-m-left-bottom,
|
106
109
|
.pf-m-right-bottom) {
|
107
110
|
--pf-v5-c-popover__arrow--Top: auto;
|
108
|
-
--pf-v5-c-popover__arrow--Bottom:
|
111
|
+
--pf-v5-c-popover__arrow--Bottom: var(--pf-v5-c-popover__arrow--m-inline-bottom--Bottom);
|
109
112
|
}
|
110
113
|
.pf-v5-c-popover:is(.pf-m-top-left,
|
111
114
|
.pf-m-bottom-left) {
|
112
|
-
--pf-v5-c-popover__arrow--Left:
|
115
|
+
--pf-v5-c-popover__arrow--Left: var(--pf-v5-c-popover__arrow--m-block-left--Left);
|
113
116
|
--pf-v5-c-popover__arrow--TranslateX: var(--pf-v5-c-popover__arrow--m-left--TranslateX);
|
114
117
|
}
|
115
118
|
.pf-v5-c-popover:is(.pf-m-top-right,
|
116
119
|
.pf-m-bottom-right) {
|
117
|
-
--pf-v5-c-popover__arrow--Right:
|
120
|
+
--pf-v5-c-popover__arrow--Right: var(--pf-v5-c-popover__arrow--m-block-right--Right);
|
118
121
|
--pf-v5-c-popover__arrow--Left: auto;
|
119
122
|
}
|
120
123
|
.pf-v5-c-popover.pf-m-danger {
|
121
124
|
--pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-danger__title-icon--Color);
|
122
|
-
--pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-danger__title-text--Color);
|
123
125
|
}
|
124
126
|
.pf-v5-c-popover.pf-m-warning {
|
125
127
|
--pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-warning__title-icon--Color);
|
126
|
-
--pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-warning__title-text--Color);
|
127
128
|
}
|
128
129
|
.pf-v5-c-popover.pf-m-success {
|
129
130
|
--pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-success__title-icon--Color);
|
130
|
-
--pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-success__title-text--Color);
|
131
131
|
}
|
132
132
|
.pf-v5-c-popover.pf-m-custom {
|
133
133
|
--pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-custom__title-icon--Color);
|
134
|
-
--pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-custom__title-text--Color);
|
135
134
|
}
|
136
135
|
.pf-v5-c-popover.pf-m-info {
|
137
136
|
--pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-info__title-icon--Color);
|
138
|
-
--pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-info__title-text--Color);
|
139
137
|
}
|
140
138
|
|
141
139
|
.pf-v5-c-popover__content {
|
@@ -145,6 +143,7 @@
|
|
145
143
|
padding-inline-start: var(--pf-v5-c-popover__content--PaddingLeft);
|
146
144
|
padding-inline-end: var(--pf-v5-c-popover__content--PaddingRight);
|
147
145
|
background-color: var(--pf-v5-c-popover__content--BackgroundColor);
|
146
|
+
border-radius: var(--pf-v5-c-popover__content--BorderRadius);
|
148
147
|
}
|
149
148
|
|
150
149
|
.pf-v5-c-popover__close {
|
@@ -190,8 +189,8 @@
|
|
190
189
|
.pf-v5-c-popover__title-text {
|
191
190
|
font-family: var(--pf-v5-c-popover__title-text--FontFamily);
|
192
191
|
font-size: var(--pf-v5-c-popover__title-text--FontSize);
|
193
|
-
|
194
|
-
color: var(--pf-v5-c-popover__title-text--Color
|
192
|
+
font-weight: var(--pf-v5-c-popover__title-text--FontWeight);
|
193
|
+
color: var(--pf-v5-c-popover__title-text--Color);
|
195
194
|
}
|
196
195
|
|
197
196
|
.pf-v5-c-popover__body {
|
@@ -200,12 +199,4 @@
|
|
200
199
|
|
201
200
|
.pf-v5-c-popover__footer {
|
202
201
|
margin-block-start: var(--pf-v5-c-popover__footer--MarginTop);
|
203
|
-
}
|
204
|
-
|
205
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-popover {
|
206
|
-
--pf-v5-c-popover__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
207
|
-
--pf-v5-c-popover__arrow--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
208
|
-
--pf-v5-c-popover--m-custom__title-text--Color: var(--pf-v5-global--custom-color--200);
|
209
|
-
--pf-v5-c-popover--m-info__title-text--Color: var(--pf-v5-global--info-color--100);
|
210
|
-
--pf-v5-c-popover--m-success__title-text--Color: var(--pf-v5-global--success-color--100);
|
211
202
|
}
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
30
30
|
"popoverHeader": "pf-v5-c-popover__header",
|
31
31
|
"popoverTitle": "pf-v5-c-popover__title",
|
32
32
|
"popoverTitleIcon": "pf-v5-c-popover__title-icon",
|
33
|
-
"popoverTitleText": "pf-v5-c-popover__title-text"
|
34
|
-
"themeDark": "pf-v5-theme-dark"
|
33
|
+
"popoverTitleText": "pf-v5-c-popover__title-text"
|
35
34
|
};
|
36
35
|
export default _default;
|
@@ -32,6 +32,5 @@ exports.default = {
|
|
32
32
|
"popoverHeader": "pf-v5-c-popover__header",
|
33
33
|
"popoverTitle": "pf-v5-c-popover__title",
|
34
34
|
"popoverTitleIcon": "pf-v5-c-popover__title-icon",
|
35
|
-
"popoverTitleText": "pf-v5-c-popover__title-text"
|
36
|
-
"themeDark": "pf-v5-theme-dark"
|
35
|
+
"popoverTitleText": "pf-v5-c-popover__title-text"
|
37
36
|
};
|
@@ -30,6 +30,5 @@ export default {
|
|
30
30
|
"popoverHeader": "pf-v5-c-popover__header",
|
31
31
|
"popoverTitle": "pf-v5-c-popover__title",
|
32
32
|
"popoverTitleIcon": "pf-v5-c-popover__title-icon",
|
33
|
-
"popoverTitleText": "pf-v5-c-popover__title-text"
|
34
|
-
"themeDark": "pf-v5-theme-dark"
|
33
|
+
"popoverTitleText": "pf-v5-c-popover__title-text"
|
35
34
|
};
|
@@ -5,7 +5,8 @@
|
|
5
5
|
--pf-v5-c-radio__label--FontWeight: var(--pf-v5-global--FontWeight--normal);
|
6
6
|
--pf-v5-c-radio__label--FontSize: var(--pf-v5-global--FontSize--md);
|
7
7
|
--pf-v5-c-radio__label--LineHeight: var(--pf-v5-global--LineHeight--md);
|
8
|
-
--pf-v5-c-radio__input--TranslateY
|
8
|
+
--pf-v5-c-radio__input--TranslateY: calc((var(--pf-v5-c-radio__label--LineHeight) * var(--pf-v5-c-radio__label--FontSize) / 2 ) - 50%);
|
9
|
+
--pf-v5-c-radio__input--TranslateY--moz: var(--pf-v5-c-radio__input--TranslateY);
|
9
10
|
--pf-v5-c-radio__input--first-child--MarginLeft: 0.0625rem;
|
10
11
|
--pf-v5-c-radio__input--last-child--MarginRight: 0.0625rem;
|
11
12
|
--pf-v5-c-radio__description--FontSize: var(--pf-v5-global--FontSize--sm);
|
@@ -18,19 +19,14 @@
|
|
18
19
|
}
|
19
20
|
.pf-v5-c-radio.pf-m-standalone {
|
20
21
|
--pf-v5-c-radio--GridGap: 0;
|
21
|
-
--pf-v5-c-radio__input--TranslateY
|
22
|
-
|
23
|
-
}
|
24
|
-
|
25
|
-
.pf-v5-c-radio__label {
|
26
|
-
font-size: var(--pf-v5-c-radio__label--FontSize);
|
27
|
-
font-weight: var(--pf-v5-c-radio__label--FontWeight);
|
28
|
-
line-height: var(--pf-v5-c-radio__label--LineHeight);
|
29
|
-
color: var(--pf-v5-c-radio__label--Color);
|
22
|
+
--pf-v5-c-radio__input--TranslateY: none;
|
23
|
+
display: inline-grid;
|
30
24
|
}
|
31
25
|
|
32
26
|
.pf-v5-c-radio__input {
|
27
|
+
align-self: start;
|
33
28
|
-moz-transform: translateY(var(--pf-v5-c-radio__input--TranslateY--moz));
|
29
|
+
transform: translateY(var(--pf-v5-c-radio__input--TranslateY));
|
34
30
|
}
|
35
31
|
.pf-v5-c-radio__input:first-child {
|
36
32
|
margin-inline-start: var(--pf-v5-c-radio__input--first-child--MarginLeft);
|
@@ -39,6 +35,13 @@
|
|
39
35
|
margin-inline-end: var(--pf-v5-c-radio__input--last-child--MarginRight);
|
40
36
|
}
|
41
37
|
|
38
|
+
.pf-v5-c-radio__label {
|
39
|
+
font-size: var(--pf-v5-c-radio__label--FontSize);
|
40
|
+
font-weight: var(--pf-v5-c-radio__label--FontWeight);
|
41
|
+
line-height: var(--pf-v5-c-radio__label--LineHeight);
|
42
|
+
color: var(--pf-v5-c-radio__label--Color);
|
43
|
+
}
|
44
|
+
|
42
45
|
.pf-v5-c-radio__description {
|
43
46
|
grid-column: 2;
|
44
47
|
font-size: var(--pf-v5-c-radio__description--FontSize);
|
@@ -1,7 +1,10 @@
|
|
1
|
-
|
2
|
-
--pf-v5-c-skip-to-content--Top: var(--pf-
|
1
|
+
:root {
|
2
|
+
--pf-v5-c-skip-to-content--Top: var(--pf-t--global--spacer--md);
|
3
3
|
--pf-v5-c-skip-to-content--ZIndex: var(--pf-v5-global--ZIndex--2xl);
|
4
|
-
--pf-v5-c-skip-to-content--focus--Left: var(--pf-
|
4
|
+
--pf-v5-c-skip-to-content--focus--Left: var(--pf-t--global--spacer--md);
|
5
|
+
}
|
6
|
+
|
7
|
+
.pf-v5-c-skip-to-content {
|
5
8
|
position: absolute;
|
6
9
|
inset-block-start: var(--pf-v5-c-skip-to-content--Top);
|
7
10
|
inset-inline-start: -300%;
|
@@ -56,7 +56,7 @@
|
|
56
56
|
cursor: pointer;
|
57
57
|
opacity: 0;
|
58
58
|
}
|
59
|
-
.pf-v5-c-switch__input:focus ~ .pf-v5-c-switch__toggle {
|
59
|
+
.pf-v5-c-switch__input:focus-visible ~ .pf-v5-c-switch__toggle {
|
60
60
|
outline: var(--pf-v5-c-switch__input--focus__toggle--OutlineWidth) solid var(--pf-v5-c-switch__input--focus__toggle--OutlineColor);
|
61
61
|
outline-offset: var(--pf-v5-c-switch__input--focus__toggle--OutlineOffset);
|
62
62
|
}
|
@@ -117,7 +117,8 @@
|
|
117
117
|
--pf-v5-c-table__button--OutlineOffset: calc(var(--pf-v5-global--BorderWidth--lg) * -1);
|
118
118
|
--pf-v5-c-table--m-compact__toggle--PaddingTop: 0;
|
119
119
|
--pf-v5-c-table--m-compact__toggle--PaddingBottom: 0;
|
120
|
-
--pf-v5-c-table__check--input--MarginTop: 0.
|
120
|
+
--pf-v5-c-table__check--input--MarginTop: 0.1875rem;
|
121
|
+
--pf-v5-c-table__thead__check--input--TranslateY: var(--pf-v5-c-table__check--input--MarginTop);
|
121
122
|
--pf-v5-c-table__check--input--FontSize: var(--pf-t--global--font--size--body);
|
122
123
|
--pf-v5-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
|
123
124
|
--pf-v5-c-table__favorite--c-button--Color: var(--pf-t--global--text--color--subtle);
|
@@ -741,13 +742,16 @@
|
|
741
742
|
cursor: pointer;
|
742
743
|
}
|
743
744
|
.pf-v5-c-table__check label {
|
744
|
-
display:
|
745
|
+
display: inline-flex;
|
745
746
|
padding: inherit;
|
746
747
|
margin-block-start: calc(var(--pf-v5-c-table--cell--PaddingTop) * -1);
|
747
748
|
margin-block-end: calc(var(--pf-v5-c-table--cell--PaddingBottom) * -1);
|
748
749
|
margin-inline-start: calc(var(--pf-v5-c-table--cell--PaddingLeft) * -1);
|
749
750
|
margin-inline-end: calc(var(--pf-v5-c-table--cell--PaddingRight) * -1);
|
750
751
|
}
|
752
|
+
.pf-v5-c-table__thead .pf-v5-c-check.pf-m-standalone {
|
753
|
+
--pf-v5-c-check__input--TranslateY: var(--pf-v5-c-table__thead__check--input--TranslateY);
|
754
|
+
}
|
751
755
|
|
752
756
|
.pf-v5-c-table__favorite .pf-v5-c-button {
|
753
757
|
--pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--c-button--Color);
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import './table.css';
|
2
2
|
declare const _default: {
|
3
3
|
"button": "pf-v5-c-button",
|
4
|
+
"check": "pf-v5-c-check",
|
4
5
|
"checkInput": "pf-v5-c-check__input",
|
5
6
|
"dirRtl": "pf-v5-m-dir-rtl",
|
6
7
|
"modifiers": {
|
@@ -39,6 +40,7 @@ declare const _default: {
|
|
39
40
|
"selected": "pf-m-selected",
|
40
41
|
"firstCellOffsetReset": "pf-m-first-cell-offset-reset",
|
41
42
|
"dragOver": "pf-m-drag-over",
|
43
|
+
"standalone": "pf-m-standalone",
|
42
44
|
"favorited": "pf-m-favorited",
|
43
45
|
"noPadding": "pf-m-no-padding",
|
44
46
|
"compact": "pf-m-compact",
|
@@ -3,6 +3,7 @@ exports.__esModule = true;
|
|
3
3
|
require('./table.css');
|
4
4
|
exports.default = {
|
5
5
|
"button": "pf-v5-c-button",
|
6
|
+
"check": "pf-v5-c-check",
|
6
7
|
"checkInput": "pf-v5-c-check__input",
|
7
8
|
"dirRtl": "pf-v5-m-dir-rtl",
|
8
9
|
"modifiers": {
|
@@ -41,6 +42,7 @@ exports.default = {
|
|
41
42
|
"selected": "pf-m-selected",
|
42
43
|
"firstCellOffsetReset": "pf-m-first-cell-offset-reset",
|
43
44
|
"dragOver": "pf-m-drag-over",
|
45
|
+
"standalone": "pf-m-standalone",
|
44
46
|
"favorited": "pf-m-favorited",
|
45
47
|
"noPadding": "pf-m-no-padding",
|
46
48
|
"compact": "pf-m-compact",
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import './table.css';
|
2
2
|
export default {
|
3
3
|
"button": "pf-v5-c-button",
|
4
|
+
"check": "pf-v5-c-check",
|
4
5
|
"checkInput": "pf-v5-c-check__input",
|
5
6
|
"dirRtl": "pf-v5-m-dir-rtl",
|
6
7
|
"modifiers": {
|
@@ -39,6 +40,7 @@ export default {
|
|
39
40
|
"selected": "pf-m-selected",
|
40
41
|
"firstCellOffsetReset": "pf-m-first-cell-offset-reset",
|
41
42
|
"dragOver": "pf-m-drag-over",
|
43
|
+
"standalone": "pf-m-standalone",
|
42
44
|
"favorited": "pf-m-favorited",
|
43
45
|
"noPadding": "pf-m-no-padding",
|
44
46
|
"compact": "pf-m-compact",
|