@patternfly/react-styles 6.2.0-prerelease.8 → 6.2.0
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/CHANGELOG.md +32 -0
- package/css/components/Accordion/accordion.css +3 -1
- package/css/components/Alert/alert-group.css +2 -2
- package/css/components/Banner/banner.css +2 -2
- package/css/components/Button/button.css +25 -0
- package/css/components/Button/button.d.ts +2 -0
- package/css/components/Button/button.js +2 -0
- package/css/components/Button/button.mjs +2 -0
- package/css/components/Card/card.css +21 -2
- package/css/components/Card/card.d.ts +1 -0
- package/css/components/Card/card.js +1 -0
- package/css/components/Card/card.mjs +1 -0
- package/css/components/ClipboardCopy/clipboard-copy.css +6 -1
- package/css/components/ClipboardCopy/clipboard-copy.d.ts +1 -0
- package/css/components/ClipboardCopy/clipboard-copy.js +1 -0
- package/css/components/ClipboardCopy/clipboard-copy.mjs +1 -0
- package/css/components/DataList/data-list.css +3 -1
- package/css/components/DualListSelector/dual-list-selector.css +4 -2
- package/css/components/ExpandableSection/expandable-section.css +3 -1
- package/css/components/Form/form.css +4 -2
- package/css/components/FormControl/form-control.css +108 -41
- package/css/components/HelperText/helper-text.css +13 -0
- package/css/components/JumpLinks/jump-links.css +4 -2
- package/css/components/Menu/menu.css +4 -4
- package/css/components/MenuToggle/menu-toggle.css +42 -1
- package/css/components/Nav/nav.css +12 -15
- package/css/components/NotificationDrawer/notification-drawer.css +3 -1
- package/css/components/Page/page.css +16 -1
- package/css/components/Switch/switch.css +3 -1
- package/css/components/Table/table-grid.css +3 -1
- package/css/components/Table/table.css +7 -5
- package/css/components/Tabs/tabs.css +6 -2
- package/css/components/Toolbar/toolbar.css +10 -3
- 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/Wizard/wizard.css +4 -2
- package/css/components/_index.css +308 -93
- package/css/components/_index.d.ts +3 -3
- package/css/components/_index.js +3 -3
- package/css/components/_index.mjs +3 -3
- package/css/docs/components/Toolbar/examples/Toolbar.css +3 -0
- package/package.json +3 -3
@@ -387,6 +387,8 @@ declare const _default: {
|
|
387
387
|
"noPadding": "pf-m-no-padding",
|
388
388
|
"block": "pf-m-block",
|
389
389
|
"small": "pf-m-small",
|
390
|
+
"favorite": "pf-m-favorite",
|
391
|
+
"favorited": "pf-m-favorited",
|
390
392
|
"clicked": "pf-m-clicked",
|
391
393
|
"ariaDisabled": "pf-m-aria-disabled",
|
392
394
|
"progress": "pf-m-progress",
|
@@ -406,6 +408,7 @@ declare const _default: {
|
|
406
408
|
"compact": "pf-m-compact",
|
407
409
|
"fullHeight": "pf-m-full-height",
|
408
410
|
"toggleRight": "pf-m-toggle-right",
|
411
|
+
"wrap": "pf-m-wrap",
|
409
412
|
"noOffset": "pf-m-no-offset",
|
410
413
|
"noFill": "pf-m-no-fill",
|
411
414
|
"standalone": "pf-m-standalone",
|
@@ -651,7 +654,6 @@ declare const _default: {
|
|
651
654
|
"currentPath": "pf-m-current-path",
|
652
655
|
"scrollable": "pf-m-scrollable",
|
653
656
|
"load": "pf-m-load",
|
654
|
-
"favorited": "pf-m-favorited",
|
655
657
|
"fullWidth": "pf-m-full-width",
|
656
658
|
"splitButton": "pf-m-split-button",
|
657
659
|
"typeahead": "pf-m-typeahead",
|
@@ -777,12 +779,10 @@ declare const _default: {
|
|
777
779
|
"nestedColumnHeader": "pf-m-nested-column-header",
|
778
780
|
"striped": "pf-m-striped",
|
779
781
|
"stripedEven": "pf-m-striped-even",
|
780
|
-
"favorite": "pf-m-favorite",
|
781
782
|
"borderRight": "pf-m-border-right",
|
782
783
|
"borderLeft": "pf-m-border-left",
|
783
784
|
"noBorderRows": "pf-m-no-border-rows",
|
784
785
|
"firstCellOffsetReset": "pf-m-first-cell-offset-reset",
|
785
|
-
"wrap": "pf-m-wrap",
|
786
786
|
"borderRow": "pf-m-border-row",
|
787
787
|
"width_10": "pf-m-width-10",
|
788
788
|
"width_15": "pf-m-width-15",
|
package/css/components/_index.js
CHANGED
@@ -389,6 +389,8 @@ exports.default = {
|
|
389
389
|
"noPadding": "pf-m-no-padding",
|
390
390
|
"block": "pf-m-block",
|
391
391
|
"small": "pf-m-small",
|
392
|
+
"favorite": "pf-m-favorite",
|
393
|
+
"favorited": "pf-m-favorited",
|
392
394
|
"clicked": "pf-m-clicked",
|
393
395
|
"ariaDisabled": "pf-m-aria-disabled",
|
394
396
|
"progress": "pf-m-progress",
|
@@ -408,6 +410,7 @@ exports.default = {
|
|
408
410
|
"compact": "pf-m-compact",
|
409
411
|
"fullHeight": "pf-m-full-height",
|
410
412
|
"toggleRight": "pf-m-toggle-right",
|
413
|
+
"wrap": "pf-m-wrap",
|
411
414
|
"noOffset": "pf-m-no-offset",
|
412
415
|
"noFill": "pf-m-no-fill",
|
413
416
|
"standalone": "pf-m-standalone",
|
@@ -653,7 +656,6 @@ exports.default = {
|
|
653
656
|
"currentPath": "pf-m-current-path",
|
654
657
|
"scrollable": "pf-m-scrollable",
|
655
658
|
"load": "pf-m-load",
|
656
|
-
"favorited": "pf-m-favorited",
|
657
659
|
"fullWidth": "pf-m-full-width",
|
658
660
|
"splitButton": "pf-m-split-button",
|
659
661
|
"typeahead": "pf-m-typeahead",
|
@@ -779,12 +781,10 @@ exports.default = {
|
|
779
781
|
"nestedColumnHeader": "pf-m-nested-column-header",
|
780
782
|
"striped": "pf-m-striped",
|
781
783
|
"stripedEven": "pf-m-striped-even",
|
782
|
-
"favorite": "pf-m-favorite",
|
783
784
|
"borderRight": "pf-m-border-right",
|
784
785
|
"borderLeft": "pf-m-border-left",
|
785
786
|
"noBorderRows": "pf-m-no-border-rows",
|
786
787
|
"firstCellOffsetReset": "pf-m-first-cell-offset-reset",
|
787
|
-
"wrap": "pf-m-wrap",
|
788
788
|
"borderRow": "pf-m-border-row",
|
789
789
|
"width_10": "pf-m-width-10",
|
790
790
|
"width_15": "pf-m-width-15",
|
@@ -387,6 +387,8 @@ export default {
|
|
387
387
|
"noPadding": "pf-m-no-padding",
|
388
388
|
"block": "pf-m-block",
|
389
389
|
"small": "pf-m-small",
|
390
|
+
"favorite": "pf-m-favorite",
|
391
|
+
"favorited": "pf-m-favorited",
|
390
392
|
"clicked": "pf-m-clicked",
|
391
393
|
"ariaDisabled": "pf-m-aria-disabled",
|
392
394
|
"progress": "pf-m-progress",
|
@@ -406,6 +408,7 @@ export default {
|
|
406
408
|
"compact": "pf-m-compact",
|
407
409
|
"fullHeight": "pf-m-full-height",
|
408
410
|
"toggleRight": "pf-m-toggle-right",
|
411
|
+
"wrap": "pf-m-wrap",
|
409
412
|
"noOffset": "pf-m-no-offset",
|
410
413
|
"noFill": "pf-m-no-fill",
|
411
414
|
"standalone": "pf-m-standalone",
|
@@ -651,7 +654,6 @@ export default {
|
|
651
654
|
"currentPath": "pf-m-current-path",
|
652
655
|
"scrollable": "pf-m-scrollable",
|
653
656
|
"load": "pf-m-load",
|
654
|
-
"favorited": "pf-m-favorited",
|
655
657
|
"fullWidth": "pf-m-full-width",
|
656
658
|
"splitButton": "pf-m-split-button",
|
657
659
|
"typeahead": "pf-m-typeahead",
|
@@ -777,12 +779,10 @@ export default {
|
|
777
779
|
"nestedColumnHeader": "pf-m-nested-column-header",
|
778
780
|
"striped": "pf-m-striped",
|
779
781
|
"stripedEven": "pf-m-striped-even",
|
780
|
-
"favorite": "pf-m-favorite",
|
781
782
|
"borderRight": "pf-m-border-right",
|
782
783
|
"borderLeft": "pf-m-border-left",
|
783
784
|
"noBorderRows": "pf-m-no-border-rows",
|
784
785
|
"firstCellOffsetReset": "pf-m-first-cell-offset-reset",
|
785
|
-
"wrap": "pf-m-wrap",
|
786
786
|
"borderRow": "pf-m-border-row",
|
787
787
|
"width_10": "pf-m-width-10",
|
788
788
|
"width_15": "pf-m-width-15",
|
@@ -28,6 +28,7 @@
|
|
28
28
|
#ws-core-c-toolbar-adjusted-group-column-gap .pf-v6-c-toolbar__group,
|
29
29
|
#ws-core-e-toolbar-simple .pf-v6-c-toolbar,
|
30
30
|
#ws-core-e-toolbar-simple .pf-v6-c-toolbar__group,
|
31
|
+
#ws-core-c-toolbar-no-padding .pf-v6-c-toolbar,
|
31
32
|
#ws-core-e-toolbar-adjusted-spacers .pf-v6-c-toolbar,
|
32
33
|
#ws-core-e-toolbar-adjusted-group-spacers .pf-v6-c-toolbar,
|
33
34
|
#ws-core-c-toolbar-simple .pf-v6-c-toolbar,
|
@@ -50,6 +51,7 @@
|
|
50
51
|
#ws-core-e-toolbar-adjusted-spacers .pf-v6-c-toolbar__item,
|
51
52
|
#ws-core-e-toolbar-adjusted-group-spacers .pf-v6-c-toolbar__item,
|
52
53
|
#ws-core-c-toolbar-simple .pf-v6-c-toolbar__item,
|
54
|
+
#ws-core-c-toolbar-no-padding .pf-v6-c-toolbar__item,
|
53
55
|
#ws-core-c-toolbar-adjusted-spacers .pf-v6-c-toolbar__item,
|
54
56
|
#ws-core-c-toolbar-adjusted-group-spacers .pf-v6-c-toolbar__item,
|
55
57
|
#ws-core-c-toolbar-insets .pf-v6-c-toolbar__item,
|
@@ -64,6 +66,7 @@
|
|
64
66
|
#ws-core-e-toolbar-adjusted-spacers .pf-v6-c-toolbar__item,
|
65
67
|
#ws-core-e-toolbar-adjusted-group-spacers .pf-v6-c-toolbar__item,
|
66
68
|
#ws-core-c-toolbar-simple .pf-v6-c-toolbar__item,
|
69
|
+
#ws-core-c-toolbar-no-padding .pf-v6-c-toolbar__item,
|
67
70
|
#ws-core-c-toolbar-adjusted-spacers .pf-v6-c-toolbar__item,
|
68
71
|
#ws-core-c-toolbar-adjusted-group-spacers .pf-v6-c-toolbar__item,
|
69
72
|
#ws-core-c-toolbar-insets .pf-v6-c-toolbar__item,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@patternfly/react-styles",
|
3
|
-
"version": "6.2.0
|
3
|
+
"version": "6.2.0",
|
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.2.0-prerelease.
|
22
|
+
"@patternfly/patternfly": "6.2.0-prerelease.28",
|
23
23
|
"change-case": "^5.4.4",
|
24
24
|
"fs-extra": "^11.3.0"
|
25
25
|
},
|
26
26
|
"license": "MIT",
|
27
|
-
"gitHead": "
|
27
|
+
"gitHead": "5dff0b6d87c9b56a261dfa64ad980a0bf42663a3"
|
28
28
|
}
|