@patternfly/react-styles 6.2.0-prerelease.9 → 6.2.1-prerelease.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 +24 -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/CodeEditor/code-editor.css +3 -0
- package/css/components/CodeEditor/code-editor.d.ts +1 -0
- package/css/components/CodeEditor/code-editor.js +1 -0
- package/css/components/CodeEditor/code-editor.mjs +1 -0
- package/css/components/DataList/data-list.css +3 -1
- package/css/components/Drawer/drawer.css +28 -14
- 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 +109 -43
- package/css/components/HelperText/helper-text.css +2 -2
- package/css/components/JumpLinks/jump-links.css +4 -2
- package/css/components/Menu/menu.css +4 -4
- package/css/components/MenuToggle/menu-toggle.css +1 -1
- package/css/components/Nav/nav.css +12 -15
- package/css/components/NotificationDrawer/notification-drawer.css +3 -1
- package/css/components/Page/page.css +20 -4
- package/css/components/Page/page.d.ts +1 -0
- package/css/components/Page/page.js +1 -0
- package/css/components/Page/page.mjs +1 -0
- 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 +71 -2
- package/css/components/Tabs/tabs.d.ts +2 -1
- package/css/components/Tabs/tabs.js +2 -1
- package/css/components/Tabs/tabs.mjs +2 -1
- 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/Truncate/truncate.css +5 -0
- package/css/components/Truncate/truncate.d.ts +3 -0
- package/css/components/Truncate/truncate.js +3 -0
- package/css/components/Truncate/truncate.mjs +3 -0
- package/css/components/Wizard/wizard.css +4 -2
- package/css/components/_index.css +364 -114
- package/css/components/_index.d.ts +6 -3
- package/css/components/_index.js +6 -3
- package/css/components/_index.mjs +6 -3
- package/css/docs/components/Toolbar/examples/Toolbar.css +3 -0
- package/package.json +3 -3
@@ -276,6 +276,7 @@ declare const _default: {
|
|
276
276
|
"labelGroupMain": "pf-v6-c-label-group__main",
|
277
277
|
"labelGroupTextarea": "pf-v6-c-label-group__textarea",
|
278
278
|
"labelIcon": "pf-v6-c-label__icon",
|
279
|
+
"labelName": "label-name",
|
279
280
|
"labelText": "pf-v6-c-label__text",
|
280
281
|
"list": "pf-v6-c-list",
|
281
282
|
"listItem": "pf-v6-c-list__item",
|
@@ -387,6 +388,8 @@ declare const _default: {
|
|
387
388
|
"noPadding": "pf-m-no-padding",
|
388
389
|
"block": "pf-m-block",
|
389
390
|
"small": "pf-m-small",
|
391
|
+
"favorite": "pf-m-favorite",
|
392
|
+
"favorited": "pf-m-favorited",
|
390
393
|
"clicked": "pf-m-clicked",
|
391
394
|
"ariaDisabled": "pf-m-aria-disabled",
|
392
395
|
"progress": "pf-m-progress",
|
@@ -406,6 +409,7 @@ declare const _default: {
|
|
406
409
|
"compact": "pf-m-compact",
|
407
410
|
"fullHeight": "pf-m-full-height",
|
408
411
|
"toggleRight": "pf-m-toggle-right",
|
412
|
+
"wrap": "pf-m-wrap",
|
409
413
|
"noOffset": "pf-m-no-offset",
|
410
414
|
"noFill": "pf-m-no-fill",
|
411
415
|
"standalone": "pf-m-standalone",
|
@@ -651,7 +655,6 @@ declare const _default: {
|
|
651
655
|
"currentPath": "pf-m-current-path",
|
652
656
|
"scrollable": "pf-m-scrollable",
|
653
657
|
"load": "pf-m-load",
|
654
|
-
"favorited": "pf-m-favorited",
|
655
658
|
"fullWidth": "pf-m-full-width",
|
656
659
|
"splitButton": "pf-m-split-button",
|
657
660
|
"typeahead": "pf-m-typeahead",
|
@@ -684,6 +687,7 @@ declare const _default: {
|
|
684
687
|
"stickyBottomOnXlHeight": "pf-m-sticky-bottom-on-xl-height",
|
685
688
|
"stickyTopOn_2xlHeight": "pf-m-sticky-top-on-2xl-height",
|
686
689
|
"stickyBottomOn_2xlHeight": "pf-m-sticky-bottom-on-2xl-height",
|
690
|
+
"noSidebar": "pf-m-no-sidebar",
|
687
691
|
"paddingOnSm": "pf-m-padding-on-sm",
|
688
692
|
"noPaddingOnSm": "pf-m-no-padding-on-sm",
|
689
693
|
"paddingOnMd": "pf-m-padding-on-md",
|
@@ -777,12 +781,10 @@ declare const _default: {
|
|
777
781
|
"nestedColumnHeader": "pf-m-nested-column-header",
|
778
782
|
"striped": "pf-m-striped",
|
779
783
|
"stripedEven": "pf-m-striped-even",
|
780
|
-
"favorite": "pf-m-favorite",
|
781
784
|
"borderRight": "pf-m-border-right",
|
782
785
|
"borderLeft": "pf-m-border-left",
|
783
786
|
"noBorderRows": "pf-m-no-border-rows",
|
784
787
|
"firstCellOffsetReset": "pf-m-first-cell-offset-reset",
|
785
|
-
"wrap": "pf-m-wrap",
|
786
788
|
"borderRow": "pf-m-border-row",
|
787
789
|
"width_10": "pf-m-width-10",
|
788
790
|
"width_15": "pf-m-width-15",
|
@@ -807,6 +809,7 @@ declare const _default: {
|
|
807
809
|
"treeViewGrid_2xl": "pf-m-tree-view-grid-2xl",
|
808
810
|
"noBorderBottom": "pf-m-no-border-bottom",
|
809
811
|
"subtab": "pf-m-subtab",
|
812
|
+
"initializingAccent": "pf-m-initializing-accent",
|
810
813
|
"hint": "pf-m-hint",
|
811
814
|
"stacked": "pf-m-stacked",
|
812
815
|
"4xl": "pf-m-4xl",
|
package/css/components/_index.js
CHANGED
@@ -278,6 +278,7 @@ exports.default = {
|
|
278
278
|
"labelGroupMain": "pf-v6-c-label-group__main",
|
279
279
|
"labelGroupTextarea": "pf-v6-c-label-group__textarea",
|
280
280
|
"labelIcon": "pf-v6-c-label__icon",
|
281
|
+
"labelName": "label-name",
|
281
282
|
"labelText": "pf-v6-c-label__text",
|
282
283
|
"list": "pf-v6-c-list",
|
283
284
|
"listItem": "pf-v6-c-list__item",
|
@@ -389,6 +390,8 @@ exports.default = {
|
|
389
390
|
"noPadding": "pf-m-no-padding",
|
390
391
|
"block": "pf-m-block",
|
391
392
|
"small": "pf-m-small",
|
393
|
+
"favorite": "pf-m-favorite",
|
394
|
+
"favorited": "pf-m-favorited",
|
392
395
|
"clicked": "pf-m-clicked",
|
393
396
|
"ariaDisabled": "pf-m-aria-disabled",
|
394
397
|
"progress": "pf-m-progress",
|
@@ -408,6 +411,7 @@ exports.default = {
|
|
408
411
|
"compact": "pf-m-compact",
|
409
412
|
"fullHeight": "pf-m-full-height",
|
410
413
|
"toggleRight": "pf-m-toggle-right",
|
414
|
+
"wrap": "pf-m-wrap",
|
411
415
|
"noOffset": "pf-m-no-offset",
|
412
416
|
"noFill": "pf-m-no-fill",
|
413
417
|
"standalone": "pf-m-standalone",
|
@@ -653,7 +657,6 @@ exports.default = {
|
|
653
657
|
"currentPath": "pf-m-current-path",
|
654
658
|
"scrollable": "pf-m-scrollable",
|
655
659
|
"load": "pf-m-load",
|
656
|
-
"favorited": "pf-m-favorited",
|
657
660
|
"fullWidth": "pf-m-full-width",
|
658
661
|
"splitButton": "pf-m-split-button",
|
659
662
|
"typeahead": "pf-m-typeahead",
|
@@ -686,6 +689,7 @@ exports.default = {
|
|
686
689
|
"stickyBottomOnXlHeight": "pf-m-sticky-bottom-on-xl-height",
|
687
690
|
"stickyTopOn_2xlHeight": "pf-m-sticky-top-on-2xl-height",
|
688
691
|
"stickyBottomOn_2xlHeight": "pf-m-sticky-bottom-on-2xl-height",
|
692
|
+
"noSidebar": "pf-m-no-sidebar",
|
689
693
|
"paddingOnSm": "pf-m-padding-on-sm",
|
690
694
|
"noPaddingOnSm": "pf-m-no-padding-on-sm",
|
691
695
|
"paddingOnMd": "pf-m-padding-on-md",
|
@@ -779,12 +783,10 @@ exports.default = {
|
|
779
783
|
"nestedColumnHeader": "pf-m-nested-column-header",
|
780
784
|
"striped": "pf-m-striped",
|
781
785
|
"stripedEven": "pf-m-striped-even",
|
782
|
-
"favorite": "pf-m-favorite",
|
783
786
|
"borderRight": "pf-m-border-right",
|
784
787
|
"borderLeft": "pf-m-border-left",
|
785
788
|
"noBorderRows": "pf-m-no-border-rows",
|
786
789
|
"firstCellOffsetReset": "pf-m-first-cell-offset-reset",
|
787
|
-
"wrap": "pf-m-wrap",
|
788
790
|
"borderRow": "pf-m-border-row",
|
789
791
|
"width_10": "pf-m-width-10",
|
790
792
|
"width_15": "pf-m-width-15",
|
@@ -809,6 +811,7 @@ exports.default = {
|
|
809
811
|
"treeViewGrid_2xl": "pf-m-tree-view-grid-2xl",
|
810
812
|
"noBorderBottom": "pf-m-no-border-bottom",
|
811
813
|
"subtab": "pf-m-subtab",
|
814
|
+
"initializingAccent": "pf-m-initializing-accent",
|
812
815
|
"hint": "pf-m-hint",
|
813
816
|
"stacked": "pf-m-stacked",
|
814
817
|
"4xl": "pf-m-4xl",
|
@@ -276,6 +276,7 @@ export default {
|
|
276
276
|
"labelGroupMain": "pf-v6-c-label-group__main",
|
277
277
|
"labelGroupTextarea": "pf-v6-c-label-group__textarea",
|
278
278
|
"labelIcon": "pf-v6-c-label__icon",
|
279
|
+
"labelName": "label-name",
|
279
280
|
"labelText": "pf-v6-c-label__text",
|
280
281
|
"list": "pf-v6-c-list",
|
281
282
|
"listItem": "pf-v6-c-list__item",
|
@@ -387,6 +388,8 @@ export default {
|
|
387
388
|
"noPadding": "pf-m-no-padding",
|
388
389
|
"block": "pf-m-block",
|
389
390
|
"small": "pf-m-small",
|
391
|
+
"favorite": "pf-m-favorite",
|
392
|
+
"favorited": "pf-m-favorited",
|
390
393
|
"clicked": "pf-m-clicked",
|
391
394
|
"ariaDisabled": "pf-m-aria-disabled",
|
392
395
|
"progress": "pf-m-progress",
|
@@ -406,6 +409,7 @@ export default {
|
|
406
409
|
"compact": "pf-m-compact",
|
407
410
|
"fullHeight": "pf-m-full-height",
|
408
411
|
"toggleRight": "pf-m-toggle-right",
|
412
|
+
"wrap": "pf-m-wrap",
|
409
413
|
"noOffset": "pf-m-no-offset",
|
410
414
|
"noFill": "pf-m-no-fill",
|
411
415
|
"standalone": "pf-m-standalone",
|
@@ -651,7 +655,6 @@ export default {
|
|
651
655
|
"currentPath": "pf-m-current-path",
|
652
656
|
"scrollable": "pf-m-scrollable",
|
653
657
|
"load": "pf-m-load",
|
654
|
-
"favorited": "pf-m-favorited",
|
655
658
|
"fullWidth": "pf-m-full-width",
|
656
659
|
"splitButton": "pf-m-split-button",
|
657
660
|
"typeahead": "pf-m-typeahead",
|
@@ -684,6 +687,7 @@ export default {
|
|
684
687
|
"stickyBottomOnXlHeight": "pf-m-sticky-bottom-on-xl-height",
|
685
688
|
"stickyTopOn_2xlHeight": "pf-m-sticky-top-on-2xl-height",
|
686
689
|
"stickyBottomOn_2xlHeight": "pf-m-sticky-bottom-on-2xl-height",
|
690
|
+
"noSidebar": "pf-m-no-sidebar",
|
687
691
|
"paddingOnSm": "pf-m-padding-on-sm",
|
688
692
|
"noPaddingOnSm": "pf-m-no-padding-on-sm",
|
689
693
|
"paddingOnMd": "pf-m-padding-on-md",
|
@@ -777,12 +781,10 @@ export default {
|
|
777
781
|
"nestedColumnHeader": "pf-m-nested-column-header",
|
778
782
|
"striped": "pf-m-striped",
|
779
783
|
"stripedEven": "pf-m-striped-even",
|
780
|
-
"favorite": "pf-m-favorite",
|
781
784
|
"borderRight": "pf-m-border-right",
|
782
785
|
"borderLeft": "pf-m-border-left",
|
783
786
|
"noBorderRows": "pf-m-no-border-rows",
|
784
787
|
"firstCellOffsetReset": "pf-m-first-cell-offset-reset",
|
785
|
-
"wrap": "pf-m-wrap",
|
786
788
|
"borderRow": "pf-m-border-row",
|
787
789
|
"width_10": "pf-m-width-10",
|
788
790
|
"width_15": "pf-m-width-15",
|
@@ -807,6 +809,7 @@ export default {
|
|
807
809
|
"treeViewGrid_2xl": "pf-m-tree-view-grid-2xl",
|
808
810
|
"noBorderBottom": "pf-m-no-border-bottom",
|
809
811
|
"subtab": "pf-m-subtab",
|
812
|
+
"initializingAccent": "pf-m-initializing-accent",
|
810
813
|
"hint": "pf-m-hint",
|
811
814
|
"stacked": "pf-m-stacked",
|
812
815
|
"4xl": "pf-m-4xl",
|
@@ -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.
|
3
|
+
"version": "6.2.1-prerelease.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.
|
22
|
+
"@patternfly/patternfly": "6.3.0-prerelease.6",
|
23
23
|
"change-case": "^5.4.4",
|
24
24
|
"fs-extra": "^11.3.0"
|
25
25
|
},
|
26
26
|
"license": "MIT",
|
27
|
-
"gitHead": "
|
27
|
+
"gitHead": "51f35a918102ae3dcaec8ee577cf6f2f578aea16"
|
28
28
|
}
|