@patternfly/react-styles 6.2.0-prerelease.1 → 6.2.0-prerelease.10

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.
Files changed (42) hide show
  1. package/CHANGELOG.md +53 -0
  2. package/css/components/Alert/alert-group.css +50 -7
  3. package/css/components/Banner/banner.css +2 -2
  4. package/css/components/Breadcrumb/breadcrumb.css +3 -2
  5. package/css/components/Button/button.css +38 -2
  6. package/css/components/Button/button.d.ts +1 -0
  7. package/css/components/Button/button.js +1 -0
  8. package/css/components/Button/button.mjs +1 -0
  9. package/css/components/Card/card.css +17 -0
  10. package/css/components/Card/card.d.ts +1 -0
  11. package/css/components/Card/card.js +1 -0
  12. package/css/components/Card/card.mjs +1 -0
  13. package/css/components/Content/content.css +2 -1
  14. package/css/components/DescriptionList/description-list.css +3 -2
  15. package/css/components/Drawer/drawer.css +3 -1
  16. package/css/components/Form/form.css +3 -6
  17. package/css/components/HelperText/helper-text.css +13 -0
  18. package/css/components/JumpLinks/jump-links.css +1 -1
  19. package/css/components/Label/label.css +3 -2
  20. package/css/components/Masthead/masthead.css +1 -1
  21. package/css/components/Menu/menu.css +11 -3
  22. package/css/components/MenuToggle/menu-toggle.css +47 -0
  23. package/css/components/Nav/nav.css +46 -13
  24. package/css/components/Page/page.css +16 -1
  25. package/css/components/Popover/popover.css +2 -0
  26. package/css/components/Progress/progress.css +3 -0
  27. package/css/components/ProgressStepper/progress-stepper.css +2 -1
  28. package/css/components/SimpleList/simple-list.css +2 -2
  29. package/css/components/Tabs/tabs.css +1 -1
  30. package/css/components/Timestamp/timestamp.css +2 -1
  31. package/css/components/ToggleGroup/toggle-group.css +1 -1
  32. package/css/components/Toolbar/toolbar.css +6 -1
  33. package/css/components/Toolbar/toolbar.d.ts +1 -0
  34. package/css/components/Toolbar/toolbar.js +1 -0
  35. package/css/components/Toolbar/toolbar.mjs +1 -0
  36. package/css/components/Wizard/wizard.css +1 -1
  37. package/css/components/_index.css +278 -52
  38. package/css/components/_index.d.ts +2 -1
  39. package/css/components/_index.js +2 -1
  40. package/css/components/_index.mjs +2 -1
  41. package/css/docs/components/Toolbar/examples/Toolbar.css +3 -0
  42. package/package.json +4 -4
@@ -391,6 +391,7 @@ declare const _default: {
391
391
  "ariaDisabled": "pf-m-aria-disabled",
392
392
  "progress": "pf-m-progress",
393
393
  "inProgress": "pf-m-in-progress",
394
+ "notify": "pf-m-notify",
394
395
  "start": "pf-m-start",
395
396
  "end": "pf-m-end",
396
397
  "inRange": "pf-m-in-range",
@@ -405,6 +406,7 @@ declare const _default: {
405
406
  "compact": "pf-m-compact",
406
407
  "fullHeight": "pf-m-full-height",
407
408
  "toggleRight": "pf-m-toggle-right",
409
+ "wrap": "pf-m-wrap",
408
410
  "noOffset": "pf-m-no-offset",
409
411
  "noFill": "pf-m-no-fill",
410
412
  "standalone": "pf-m-standalone",
@@ -781,7 +783,6 @@ declare const _default: {
781
783
  "borderLeft": "pf-m-border-left",
782
784
  "noBorderRows": "pf-m-no-border-rows",
783
785
  "firstCellOffsetReset": "pf-m-first-cell-offset-reset",
784
- "wrap": "pf-m-wrap",
785
786
  "borderRow": "pf-m-border-row",
786
787
  "width_10": "pf-m-width-10",
787
788
  "width_15": "pf-m-width-15",
@@ -393,6 +393,7 @@ exports.default = {
393
393
  "ariaDisabled": "pf-m-aria-disabled",
394
394
  "progress": "pf-m-progress",
395
395
  "inProgress": "pf-m-in-progress",
396
+ "notify": "pf-m-notify",
396
397
  "start": "pf-m-start",
397
398
  "end": "pf-m-end",
398
399
  "inRange": "pf-m-in-range",
@@ -407,6 +408,7 @@ exports.default = {
407
408
  "compact": "pf-m-compact",
408
409
  "fullHeight": "pf-m-full-height",
409
410
  "toggleRight": "pf-m-toggle-right",
411
+ "wrap": "pf-m-wrap",
410
412
  "noOffset": "pf-m-no-offset",
411
413
  "noFill": "pf-m-no-fill",
412
414
  "standalone": "pf-m-standalone",
@@ -783,7 +785,6 @@ exports.default = {
783
785
  "borderLeft": "pf-m-border-left",
784
786
  "noBorderRows": "pf-m-no-border-rows",
785
787
  "firstCellOffsetReset": "pf-m-first-cell-offset-reset",
786
- "wrap": "pf-m-wrap",
787
788
  "borderRow": "pf-m-border-row",
788
789
  "width_10": "pf-m-width-10",
789
790
  "width_15": "pf-m-width-15",
@@ -391,6 +391,7 @@ export default {
391
391
  "ariaDisabled": "pf-m-aria-disabled",
392
392
  "progress": "pf-m-progress",
393
393
  "inProgress": "pf-m-in-progress",
394
+ "notify": "pf-m-notify",
394
395
  "start": "pf-m-start",
395
396
  "end": "pf-m-end",
396
397
  "inRange": "pf-m-in-range",
@@ -405,6 +406,7 @@ export default {
405
406
  "compact": "pf-m-compact",
406
407
  "fullHeight": "pf-m-full-height",
407
408
  "toggleRight": "pf-m-toggle-right",
409
+ "wrap": "pf-m-wrap",
408
410
  "noOffset": "pf-m-no-offset",
409
411
  "noFill": "pf-m-no-fill",
410
412
  "standalone": "pf-m-standalone",
@@ -781,7 +783,6 @@ export default {
781
783
  "borderLeft": "pf-m-border-left",
782
784
  "noBorderRows": "pf-m-no-border-rows",
783
785
  "firstCellOffsetReset": "pf-m-first-cell-offset-reset",
784
- "wrap": "pf-m-wrap",
785
786
  "borderRow": "pf-m-border-row",
786
787
  "width_10": "pf-m-width-10",
787
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-prerelease.1",
3
+ "version": "6.2.0-prerelease.10",
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.1.0",
22
+ "@patternfly/patternfly": "6.2.0-prerelease.19",
23
23
  "change-case": "^5.4.4",
24
- "fs-extra": "^11.2.0"
24
+ "fs-extra": "^11.3.0"
25
25
  },
26
26
  "license": "MIT",
27
- "gitHead": "e1fc07acea104dd070eacee7dfcb0fac201ccd96"
27
+ "gitHead": "e3dd20ff85965e283c3a7331b03b6c50680d7266"
28
28
  }