@patternfly/react-styles 6.0.0-alpha.28 → 6.0.0-alpha.29
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +6 -0
- package/css/components/Form/form.css +58 -1
- package/css/components/Form/form.d.ts +1 -1
- package/css/components/Form/form.js +1 -1
- package/css/components/Form/form.mjs +1 -1
- package/css/components/Icon/icon.css +4 -4
- package/css/components/NotificationDrawer/notification-drawer.css +5 -0
- package/css/components/NotificationDrawer/notification-drawer.d.ts +1 -0
- package/css/components/NotificationDrawer/notification-drawer.js +1 -0
- package/css/components/NotificationDrawer/notification-drawer.mjs +1 -0
- package/css/components/Table/table-grid.css +5 -0
- package/css/components/Table/table-tree-view.css +20 -0
- package/css/components/Table/table-tree-view.d.ts +1 -0
- package/css/components/Table/table-tree-view.js +1 -0
- package/css/components/Table/table-tree-view.mjs +1 -0
- package/css/components/TextInputGroup/text-input-group.css +67 -15
- package/css/components/TextInputGroup/text-input-group.d.ts +4 -0
- package/css/components/TextInputGroup/text-input-group.js +4 -0
- package/css/components/TextInputGroup/text-input-group.mjs +4 -0
- package/css/components/Toolbar/toolbar.css +232 -531
- package/css/components/Toolbar/toolbar.d.ts +4 -4
- package/css/components/Toolbar/toolbar.js +4 -4
- package/css/components/Toolbar/toolbar.mjs +4 -4
- package/css/components/_index.css +383 -543
- package/css/components/_index.d.ts +3 -2
- package/css/components/_index.js +3 -2
- package/css/components/_index.mjs +3 -2
- package/css/docs/components/Toolbar/examples/Toolbar.css +10 -4
- package/css/docs/demos/Toolbar/examples/Toolbar.css +9 -1
- package/package.json +3 -3
@@ -16,19 +16,19 @@ declare const _default: {
|
|
16
16
|
"sticky": "pf-m-sticky",
|
17
17
|
"static": "pf-m-static",
|
18
18
|
"fullHeight": "pf-m-full-height",
|
19
|
-
"pageInsets": "pf-m-page-insets",
|
20
19
|
"primary": "pf-m-primary",
|
21
20
|
"secondary": "pf-m-secondary",
|
22
21
|
"noBackground": "pf-m-no-background",
|
23
|
-
"pagination": "pf-m-pagination",
|
24
22
|
"expandAll": "pf-m-expand-all",
|
25
23
|
"expanded": "pf-m-expanded",
|
26
24
|
"label": "pf-m-label",
|
25
|
+
"pagination": "pf-m-pagination",
|
27
26
|
"overflowContainer": "pf-m-overflow-container",
|
28
|
-
"iconButtonGroup": "pf-m-icon-button-group",
|
29
27
|
"filterGroup": "pf-m-filter-group",
|
30
|
-
"labelGroupContainer": "pf-m-label-group-container",
|
31
28
|
"labelGroup": "pf-m-label-group",
|
29
|
+
"actionGroup": "pf-m-action-group",
|
30
|
+
"actionGroupPlain": "pf-m-action-group-plain",
|
31
|
+
"actionGroupInline": "pf-m-action-group-inline",
|
32
32
|
"alignStart": "pf-m-align-start",
|
33
33
|
"alignCenter": "pf-m-align-center",
|
34
34
|
"alignEnd": "pf-m-align-end",
|
@@ -18,19 +18,19 @@ exports.default = {
|
|
18
18
|
"sticky": "pf-m-sticky",
|
19
19
|
"static": "pf-m-static",
|
20
20
|
"fullHeight": "pf-m-full-height",
|
21
|
-
"pageInsets": "pf-m-page-insets",
|
22
21
|
"primary": "pf-m-primary",
|
23
22
|
"secondary": "pf-m-secondary",
|
24
23
|
"noBackground": "pf-m-no-background",
|
25
|
-
"pagination": "pf-m-pagination",
|
26
24
|
"expandAll": "pf-m-expand-all",
|
27
25
|
"expanded": "pf-m-expanded",
|
28
26
|
"label": "pf-m-label",
|
27
|
+
"pagination": "pf-m-pagination",
|
29
28
|
"overflowContainer": "pf-m-overflow-container",
|
30
|
-
"iconButtonGroup": "pf-m-icon-button-group",
|
31
29
|
"filterGroup": "pf-m-filter-group",
|
32
|
-
"labelGroupContainer": "pf-m-label-group-container",
|
33
30
|
"labelGroup": "pf-m-label-group",
|
31
|
+
"actionGroup": "pf-m-action-group",
|
32
|
+
"actionGroupPlain": "pf-m-action-group-plain",
|
33
|
+
"actionGroupInline": "pf-m-action-group-inline",
|
34
34
|
"alignStart": "pf-m-align-start",
|
35
35
|
"alignCenter": "pf-m-align-center",
|
36
36
|
"alignEnd": "pf-m-align-end",
|
@@ -16,19 +16,19 @@ export default {
|
|
16
16
|
"sticky": "pf-m-sticky",
|
17
17
|
"static": "pf-m-static",
|
18
18
|
"fullHeight": "pf-m-full-height",
|
19
|
-
"pageInsets": "pf-m-page-insets",
|
20
19
|
"primary": "pf-m-primary",
|
21
20
|
"secondary": "pf-m-secondary",
|
22
21
|
"noBackground": "pf-m-no-background",
|
23
|
-
"pagination": "pf-m-pagination",
|
24
22
|
"expandAll": "pf-m-expand-all",
|
25
23
|
"expanded": "pf-m-expanded",
|
26
24
|
"label": "pf-m-label",
|
25
|
+
"pagination": "pf-m-pagination",
|
27
26
|
"overflowContainer": "pf-m-overflow-container",
|
28
|
-
"iconButtonGroup": "pf-m-icon-button-group",
|
29
27
|
"filterGroup": "pf-m-filter-group",
|
30
|
-
"labelGroupContainer": "pf-m-label-group-container",
|
31
28
|
"labelGroup": "pf-m-label-group",
|
29
|
+
"actionGroup": "pf-m-action-group",
|
30
|
+
"actionGroupPlain": "pf-m-action-group-plain",
|
31
|
+
"actionGroupInline": "pf-m-action-group-inline",
|
32
32
|
"alignStart": "pf-m-align-start",
|
33
33
|
"alignCenter": "pf-m-align-center",
|
34
34
|
"alignEnd": "pf-m-align-end",
|