@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
@@ -811,13 +811,14 @@ declare const _default: {
|
|
811
811
|
"h4": "pf-m-h4",
|
812
812
|
"h5": "pf-m-h5",
|
813
813
|
"h6": "pf-m-h6",
|
814
|
-
"pagination": "pf-m-pagination",
|
815
814
|
"expandAll": "pf-m-expand-all",
|
816
815
|
"label": "pf-m-label",
|
816
|
+
"pagination": "pf-m-pagination",
|
817
817
|
"overflowContainer": "pf-m-overflow-container",
|
818
818
|
"filterGroup": "pf-m-filter-group",
|
819
|
-
"labelGroupContainer": "pf-m-label-group-container",
|
820
819
|
"labelGroup": "pf-m-label-group",
|
820
|
+
"actionGroupPlain": "pf-m-action-group-plain",
|
821
|
+
"actionGroupInline": "pf-m-action-group-inline",
|
821
822
|
"alignStart": "pf-m-align-start",
|
822
823
|
"alignEnd": "pf-m-align-end",
|
823
824
|
"flexGrow": "pf-m-flex-grow",
|
package/css/components/_index.js
CHANGED
@@ -813,13 +813,14 @@ exports.default = {
|
|
813
813
|
"h4": "pf-m-h4",
|
814
814
|
"h5": "pf-m-h5",
|
815
815
|
"h6": "pf-m-h6",
|
816
|
-
"pagination": "pf-m-pagination",
|
817
816
|
"expandAll": "pf-m-expand-all",
|
818
817
|
"label": "pf-m-label",
|
818
|
+
"pagination": "pf-m-pagination",
|
819
819
|
"overflowContainer": "pf-m-overflow-container",
|
820
820
|
"filterGroup": "pf-m-filter-group",
|
821
|
-
"labelGroupContainer": "pf-m-label-group-container",
|
822
821
|
"labelGroup": "pf-m-label-group",
|
822
|
+
"actionGroupPlain": "pf-m-action-group-plain",
|
823
|
+
"actionGroupInline": "pf-m-action-group-inline",
|
823
824
|
"alignStart": "pf-m-align-start",
|
824
825
|
"alignEnd": "pf-m-align-end",
|
825
826
|
"flexGrow": "pf-m-flex-grow",
|
@@ -811,13 +811,14 @@ export default {
|
|
811
811
|
"h4": "pf-m-h4",
|
812
812
|
"h5": "pf-m-h5",
|
813
813
|
"h6": "pf-m-h6",
|
814
|
-
"pagination": "pf-m-pagination",
|
815
814
|
"expandAll": "pf-m-expand-all",
|
816
815
|
"label": "pf-m-label",
|
816
|
+
"pagination": "pf-m-pagination",
|
817
817
|
"overflowContainer": "pf-m-overflow-container",
|
818
818
|
"filterGroup": "pf-m-filter-group",
|
819
|
-
"labelGroupContainer": "pf-m-label-group-container",
|
820
819
|
"labelGroup": "pf-m-label-group",
|
820
|
+
"actionGroupPlain": "pf-m-action-group-plain",
|
821
|
+
"actionGroupInline": "pf-m-action-group-inline",
|
821
822
|
"alignStart": "pf-m-align-start",
|
822
823
|
"alignEnd": "pf-m-align-end",
|
823
824
|
"flexGrow": "pf-m-flex-grow",
|
@@ -1,8 +1,11 @@
|
|
1
|
-
#ws-core-e-toolbar-toggle-group-on-mobile-filters-collapsed-expandable-content-expanded
|
2
|
-
#ws-core-c-toolbar-toggle-group-on-mobile-filters-collapsed-expandable-content-expanded {
|
1
|
+
#ws-core-e-toolbar-toggle-group-on-mobile-filters-collapsed-expandable-content-expanded {
|
3
2
|
min-height: 19rem;
|
4
3
|
}
|
5
4
|
|
5
|
+
#ws-core-c-toolbar-toggle-group-on-mobile-filters-collapsed-expandable-content-expanded {
|
6
|
+
min-height: 14rem;
|
7
|
+
}
|
8
|
+
|
6
9
|
#ws-core-e-toolbar-expanded-elements,
|
7
10
|
#ws-core-c-toolbar-expanded-elements {
|
8
11
|
min-height: 18rem;
|
@@ -13,11 +16,14 @@
|
|
13
16
|
min-height: 18rem;
|
14
17
|
}
|
15
18
|
|
16
|
-
#ws-core-e-toolbar-selected-filters-on-mobile-filters-collapsed-expandable-content-expanded
|
17
|
-
#ws-core-c-toolbar-selected-filters-on-mobile-filters-collapsed-expandable-content-expanded {
|
19
|
+
#ws-core-e-toolbar-selected-filters-on-mobile-filters-collapsed-expandable-content-expanded {
|
18
20
|
min-height: 28rem;
|
19
21
|
}
|
20
22
|
|
23
|
+
#ws-core-c-toolbar-selected-filters-on-mobile-filters-collapsed-expandable-content-expanded {
|
24
|
+
min-height: 21rem;
|
25
|
+
}
|
26
|
+
|
21
27
|
#ws-core-c-toolbar-adjusted-group-column-gap .pf-v6-c-toolbar,
|
22
28
|
#ws-core-c-toolbar-adjusted-group-column-gap .pf-v6-c-toolbar__group,
|
23
29
|
#ws-core-e-toolbar-simple .pf-v6-c-toolbar,
|
@@ -6,4 +6,12 @@
|
|
6
6
|
|
7
7
|
.ws-html-demos-c-toolbar .pf-v6-c-toolbar__item {
|
8
8
|
position: relative;
|
9
|
-
}
|
9
|
+
}
|
10
|
+
|
11
|
+
#ws-html-demos-c-toolbar-toolbar-attribute-value-single-select-filter-on-mobile {
|
12
|
+
min-height: 200px;
|
13
|
+
}
|
14
|
+
|
15
|
+
#ws-html-demos-c-toolbar-toolbar-attribute-value-search-filter-on-mobile {
|
16
|
+
min-height: 180px;
|
17
|
+
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@patternfly/react-styles",
|
3
|
-
"version": "6.0.0-alpha.
|
3
|
+
"version": "6.0.0-alpha.29",
|
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-alpha.
|
22
|
+
"@patternfly/patternfly": "6.0.0-alpha.187",
|
23
23
|
"change-case": "^5.4.4",
|
24
24
|
"fs-extra": "^11.2.0"
|
25
25
|
},
|
26
26
|
"license": "MIT",
|
27
|
-
"gitHead": "
|
27
|
+
"gitHead": "38f193a8eb07223c13de5e466a242f495f8830b0"
|
28
28
|
}
|