@patternfly/react-styles 6.5.1 → 6.6.0-prerelease.2

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 (76) hide show
  1. package/CHANGELOG.md +6 -2
  2. package/css/assets/images/img_avatar-rhds.svg +22 -0
  3. package/css/assets/images/pf-logo-avatar.jpg +0 -0
  4. package/css/components/AboutModalBox/about-modal-box.css +1 -1
  5. package/css/components/Accordion/accordion.css +8 -4
  6. package/css/components/Alert/alert-group.css +1 -1
  7. package/css/components/Alert/alert.css +3 -3
  8. package/css/components/Avatar/avatar.css +144 -0
  9. package/css/components/Avatar/avatar.d.ts +12 -1
  10. package/css/components/Avatar/avatar.js +12 -1
  11. package/css/components/Avatar/avatar.mjs +12 -1
  12. package/css/components/Breadcrumb/breadcrumb.css +1 -1
  13. package/css/components/Button/button.css +9 -6
  14. package/css/components/Card/card.css +2 -2
  15. package/css/components/Check/check.css +1 -1
  16. package/css/components/ClipboardCopy/clipboard-copy.css +2 -2
  17. package/css/components/Compass/compass.css +7 -3
  18. package/css/components/Content/content.css +2 -2
  19. package/css/components/DataList/data-list.css +1 -1
  20. package/css/components/DescriptionList/description-list.css +0 -1
  21. package/css/components/Drawer/drawer.css +2 -2
  22. package/css/components/DualListSelector/dual-list-selector.css +6 -6
  23. package/css/components/ExpandableSection/expandable-section.css +3 -3
  24. package/css/components/Form/form.css +12 -12
  25. package/css/components/FormControl/form-control.css +1 -1
  26. package/css/components/Hero/hero.css +1 -1
  27. package/css/components/Hint/hint.css +1 -1
  28. package/css/components/InputGroup/input-group.css +5 -5
  29. package/css/components/JumpLinks/jump-links.css +1 -1
  30. package/css/components/Label/label.css +1 -1
  31. package/css/components/Login/login.css +2 -2
  32. package/css/components/Masthead/masthead.css +2 -2
  33. package/css/components/Menu/menu.css +4 -4
  34. package/css/components/MenuToggle/menu-toggle.css +4 -1
  35. package/css/components/ModalBox/modal-box.css +1 -1
  36. package/css/components/Nav/nav.css +5 -5
  37. package/css/components/NotificationDrawer/notification-drawer.css +5 -5
  38. package/css/components/Page/page.css +26 -21
  39. package/css/components/Popover/popover.css +1 -1
  40. package/css/components/Progress/progress.css +3 -3
  41. package/css/components/ProgressStepper/progress-stepper.css +1 -1
  42. package/css/components/Radio/radio.css +1 -1
  43. package/css/components/Sidebar/sidebar.css +4 -7
  44. package/css/components/Sidebar/sidebar.d.ts +5 -2
  45. package/css/components/Sidebar/sidebar.js +5 -2
  46. package/css/components/Sidebar/sidebar.mjs +5 -2
  47. package/css/components/Spinner/spinner.css +2 -2
  48. package/css/components/Switch/switch.css +1 -1
  49. package/css/components/Table/table-tree-view.css +10 -10
  50. package/css/components/Table/table.css +37 -10
  51. package/css/components/Table/table.d.ts +2 -0
  52. package/css/components/Table/table.js +2 -0
  53. package/css/components/Table/table.mjs +2 -0
  54. package/css/components/Tabs/tabs.css +3 -3
  55. package/css/components/TextInputGroup/text-input-group.css +1 -1
  56. package/css/components/Title/title.css +1 -1
  57. package/css/components/Toolbar/toolbar.css +1 -1
  58. package/css/components/Tooltip/tooltip.css +1 -1
  59. package/css/components/TreeView/tree-view.css +5 -5
  60. package/css/components/Wizard/wizard.css +5 -5
  61. package/css/components/_index.css +341 -155
  62. package/css/components/_index.d.ts +9 -4
  63. package/css/components/_index.js +9 -4
  64. package/css/components/_index.mjs +9 -4
  65. package/css/docs/components/Avatar/examples/Avatar.css +6 -0
  66. package/css/docs/components/Avatar/examples/Avatar.d.ts +6 -0
  67. package/css/docs/components/Avatar/examples/Avatar.js +7 -0
  68. package/css/docs/components/Avatar/examples/Avatar.mjs +5 -0
  69. package/css/docs/components/Table/examples/Table.css +6 -0
  70. package/css/layouts/Gallery/gallery.css +1 -1
  71. package/css/layouts/Grid/grid.css +1 -1
  72. package/css/layouts/_index.css +2 -2
  73. package/css/utilities/Accessibility/accessibility.css +12 -12
  74. package/css/utilities/_index.css +12 -12
  75. package/package.json +3 -4
  76. package/LICENSE +0 -21
@@ -28,6 +28,7 @@ declare const _default: {
28
28
  "alertToggle": "pf-v6-c-alert__toggle",
29
29
  "alertToggleIcon": "pf-v6-c-alert__toggle-icon",
30
30
  "avatar": "pf-v6-c-avatar",
31
+ "avatarInitials": "pf-v6-c-avatar__initials",
31
32
  "backToTop": "pf-v6-c-back-to-top",
32
33
  "backdrop": "pf-v6-c-backdrop",
33
34
  "backdropOpen": "pf-v6-c-backdrop__open",
@@ -395,10 +396,7 @@ declare const _default: {
395
396
  "md": "pf-m-md",
396
397
  "lg": "pf-m-lg",
397
398
  "xl": "pf-m-xl",
398
- "hidden": "pf-m-hidden",
399
- "read": "pf-m-read",
400
- "unread": "pf-m-unread",
401
- "disabled": "pf-m-disabled",
399
+ "colorful": "pf-m-colorful",
402
400
  "red": "pf-m-red",
403
401
  "orangered": "pf-m-orangered",
404
402
  "orange": "pf-m-orange",
@@ -407,6 +405,11 @@ declare const _default: {
407
405
  "teal": "pf-m-teal",
408
406
  "blue": "pf-m-blue",
409
407
  "purple": "pf-m-purple",
408
+ "gray": "pf-m-gray",
409
+ "hidden": "pf-m-hidden",
410
+ "read": "pf-m-read",
411
+ "unread": "pf-m-unread",
412
+ "disabled": "pf-m-disabled",
410
413
  "sticky": "pf-m-sticky",
411
414
  "pill": "pf-m-pill",
412
415
  "picture": "pf-m-picture",
@@ -836,6 +839,7 @@ declare const _default: {
836
839
  "stickyHeader": "pf-m-sticky-header",
837
840
  "stickyHeaderStuck": "pf-m-sticky-header-stuck",
838
841
  "nestedColumnHeader": "pf-m-nested-column-header",
842
+ "stickyFooter": "pf-m-sticky-footer",
839
843
  "striped": "pf-m-striped",
840
844
  "stripedEven": "pf-m-striped-even",
841
845
  "borderRight": "pf-m-border-right",
@@ -1354,6 +1358,7 @@ declare const _default: {
1354
1358
  "tableTbody": "pf-v6-c-table__tbody",
1355
1359
  "tableTd": "pf-v6-c-table__td",
1356
1360
  "tableText": "pf-v6-c-table__text",
1361
+ "tableTfoot": "pf-v6-c-table__tfoot",
1357
1362
  "tableTh": "pf-v6-c-table__th",
1358
1363
  "tableThead": "pf-v6-c-table__thead",
1359
1364
  "tableToggle": "pf-v6-c-table__toggle",
@@ -30,6 +30,7 @@ exports.default = {
30
30
  "alertToggle": "pf-v6-c-alert__toggle",
31
31
  "alertToggleIcon": "pf-v6-c-alert__toggle-icon",
32
32
  "avatar": "pf-v6-c-avatar",
33
+ "avatarInitials": "pf-v6-c-avatar__initials",
33
34
  "backToTop": "pf-v6-c-back-to-top",
34
35
  "backdrop": "pf-v6-c-backdrop",
35
36
  "backdropOpen": "pf-v6-c-backdrop__open",
@@ -397,10 +398,7 @@ exports.default = {
397
398
  "md": "pf-m-md",
398
399
  "lg": "pf-m-lg",
399
400
  "xl": "pf-m-xl",
400
- "hidden": "pf-m-hidden",
401
- "read": "pf-m-read",
402
- "unread": "pf-m-unread",
403
- "disabled": "pf-m-disabled",
401
+ "colorful": "pf-m-colorful",
404
402
  "red": "pf-m-red",
405
403
  "orangered": "pf-m-orangered",
406
404
  "orange": "pf-m-orange",
@@ -409,6 +407,11 @@ exports.default = {
409
407
  "teal": "pf-m-teal",
410
408
  "blue": "pf-m-blue",
411
409
  "purple": "pf-m-purple",
410
+ "gray": "pf-m-gray",
411
+ "hidden": "pf-m-hidden",
412
+ "read": "pf-m-read",
413
+ "unread": "pf-m-unread",
414
+ "disabled": "pf-m-disabled",
412
415
  "sticky": "pf-m-sticky",
413
416
  "pill": "pf-m-pill",
414
417
  "picture": "pf-m-picture",
@@ -838,6 +841,7 @@ exports.default = {
838
841
  "stickyHeader": "pf-m-sticky-header",
839
842
  "stickyHeaderStuck": "pf-m-sticky-header-stuck",
840
843
  "nestedColumnHeader": "pf-m-nested-column-header",
844
+ "stickyFooter": "pf-m-sticky-footer",
841
845
  "striped": "pf-m-striped",
842
846
  "stripedEven": "pf-m-striped-even",
843
847
  "borderRight": "pf-m-border-right",
@@ -1356,6 +1360,7 @@ exports.default = {
1356
1360
  "tableTbody": "pf-v6-c-table__tbody",
1357
1361
  "tableTd": "pf-v6-c-table__td",
1358
1362
  "tableText": "pf-v6-c-table__text",
1363
+ "tableTfoot": "pf-v6-c-table__tfoot",
1359
1364
  "tableTh": "pf-v6-c-table__th",
1360
1365
  "tableThead": "pf-v6-c-table__thead",
1361
1366
  "tableToggle": "pf-v6-c-table__toggle",
@@ -28,6 +28,7 @@ export default {
28
28
  "alertToggle": "pf-v6-c-alert__toggle",
29
29
  "alertToggleIcon": "pf-v6-c-alert__toggle-icon",
30
30
  "avatar": "pf-v6-c-avatar",
31
+ "avatarInitials": "pf-v6-c-avatar__initials",
31
32
  "backToTop": "pf-v6-c-back-to-top",
32
33
  "backdrop": "pf-v6-c-backdrop",
33
34
  "backdropOpen": "pf-v6-c-backdrop__open",
@@ -395,10 +396,7 @@ export default {
395
396
  "md": "pf-m-md",
396
397
  "lg": "pf-m-lg",
397
398
  "xl": "pf-m-xl",
398
- "hidden": "pf-m-hidden",
399
- "read": "pf-m-read",
400
- "unread": "pf-m-unread",
401
- "disabled": "pf-m-disabled",
399
+ "colorful": "pf-m-colorful",
402
400
  "red": "pf-m-red",
403
401
  "orangered": "pf-m-orangered",
404
402
  "orange": "pf-m-orange",
@@ -407,6 +405,11 @@ export default {
407
405
  "teal": "pf-m-teal",
408
406
  "blue": "pf-m-blue",
409
407
  "purple": "pf-m-purple",
408
+ "gray": "pf-m-gray",
409
+ "hidden": "pf-m-hidden",
410
+ "read": "pf-m-read",
411
+ "unread": "pf-m-unread",
412
+ "disabled": "pf-m-disabled",
410
413
  "sticky": "pf-m-sticky",
411
414
  "pill": "pf-m-pill",
412
415
  "picture": "pf-m-picture",
@@ -836,6 +839,7 @@ export default {
836
839
  "stickyHeader": "pf-m-sticky-header",
837
840
  "stickyHeaderStuck": "pf-m-sticky-header-stuck",
838
841
  "nestedColumnHeader": "pf-m-nested-column-header",
842
+ "stickyFooter": "pf-m-sticky-footer",
839
843
  "striped": "pf-m-striped",
840
844
  "stripedEven": "pf-m-striped-even",
841
845
  "borderRight": "pf-m-border-right",
@@ -1354,6 +1358,7 @@ export default {
1354
1358
  "tableTbody": "pf-v6-c-table__tbody",
1355
1359
  "tableTd": "pf-v6-c-table__td",
1356
1360
  "tableText": "pf-v6-c-table__text",
1361
+ "tableTfoot": "pf-v6-c-table__tfoot",
1357
1362
  "tableTh": "pf-v6-c-table__th",
1358
1363
  "tableThead": "pf-v6-c-table__thead",
1359
1364
  "tableToggle": "pf-v6-c-table__toggle",
@@ -0,0 +1,6 @@
1
+ .ws-core-c-avatar .ws-preview-html {
2
+ display: flex;
3
+ flex-wrap: wrap;
4
+ gap: var(--pf-t--global--spacer--sm);
5
+ align-items: end;
6
+ }
@@ -0,0 +1,6 @@
1
+ import './Avatar.css';
2
+ declare const _default: {
3
+ "wsCoreCAvatar": "ws-core-c-avatar",
4
+ "wsPreviewHtml": "ws-preview-html"
5
+ };
6
+ export default _default;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ require('./Avatar.css');
4
+ exports.default = {
5
+ "wsCoreCAvatar": "ws-core-c-avatar",
6
+ "wsPreviewHtml": "ws-preview-html"
7
+ };
@@ -0,0 +1,5 @@
1
+ import './Avatar.css';
2
+ export default {
3
+ "wsCoreCAvatar": "ws-core-c-avatar",
4
+ "wsPreviewHtml": "ws-preview-html"
5
+ };
@@ -12,10 +12,16 @@
12
12
  #ws-core-c-table-sticky-columns-and-header .ws-preview-html,
13
13
  #ws-core-c-table-nested-column-headers-sticky-header .ws-preview-html,
14
14
  #ws-core-c-table-sticky-header .ws-preview-html,
15
+ #ws-core-c-table-sticky-footer .ws-preview-html,
15
16
  #ws-core-c-table-sticky-header-with-base-and-stuck .ws-preview-html {
16
17
  height: 400px;
17
18
  }
18
19
 
20
+ #ws-core-c-table-sticky-header .ws-preview-html,
21
+ #ws-core-c-table-sticky-footer .ws-preview-html {
22
+ overflow: auto;
23
+ }
24
+
19
25
  .pf-v6-c-overflow-menu .pf-v6-c-menu {
20
26
  position: absolute;
21
27
  inset-inline-end: 0;
@@ -14,7 +14,7 @@
14
14
  grid-template-columns: var(--pf-v6-l-gallery--GridTemplateColumns);
15
15
  }
16
16
  .pf-v6-l-gallery.pf-m-gutter {
17
- grid-gap: var(--pf-v6-l-gallery--m-gutter--GridGap);
17
+ gap: var(--pf-v6-l-gallery--m-gutter--GridGap);
18
18
  }
19
19
  .pf-v6-l-gallery {
20
20
  --pf-v6-l-gallery--GridTemplateColumns--minmax--min: var(--pf-v6-l-gallery--GridTemplateColumns--min);
@@ -932,5 +932,5 @@
932
932
  }
933
933
  }
934
934
  .pf-v6-l-grid.pf-m-gutter {
935
- grid-gap: var(--pf-v6-l-grid--m-gutter--GridGap);
935
+ gap: var(--pf-v6-l-grid--m-gutter--GridGap);
936
936
  }
@@ -2408,7 +2408,7 @@
2408
2408
  grid-template-columns: var(--pf-v6-l-gallery--GridTemplateColumns);
2409
2409
  }
2410
2410
  .pf-v6-l-gallery.pf-m-gutter {
2411
- grid-gap: var(--pf-v6-l-gallery--m-gutter--GridGap);
2411
+ gap: var(--pf-v6-l-gallery--m-gutter--GridGap);
2412
2412
  }
2413
2413
  .pf-v6-l-gallery {
2414
2414
  --pf-v6-l-gallery--GridTemplateColumns--minmax--min: var(--pf-v6-l-gallery--GridTemplateColumns--min);
@@ -3401,7 +3401,7 @@
3401
3401
  }
3402
3402
  }
3403
3403
  .pf-v6-l-grid.pf-m-gutter {
3404
- grid-gap: var(--pf-v6-l-grid--m-gutter--GridGap);
3404
+ gap: var(--pf-v6-l-grid--m-gutter--GridGap);
3405
3405
  }
3406
3406
 
3407
3407
  .pf-v6-l-level {
@@ -3,17 +3,17 @@
3
3
  inset-block-start: 0;
4
4
  inset-inline-start: 0;
5
5
  overflow: hidden;
6
- clip: rect(0, 0, 0, 0);
7
6
  white-space: nowrap;
8
7
  border: 0;
8
+ clip-path: inset(50%);
9
9
  }
10
10
 
11
11
  .pf-v6-u-visible {
12
12
  position: static;
13
13
  overflow: visible;
14
- clip: auto;
15
14
  white-space: normal;
16
15
  border: inherit;
16
+ clip-path: revert;
17
17
  }
18
18
 
19
19
  .pf-v6-u-hidden {
@@ -26,9 +26,9 @@
26
26
  inset-block-start: 0;
27
27
  inset-inline-start: 0;
28
28
  overflow: hidden;
29
- clip: rect(0, 0, 0, 0);
30
29
  white-space: nowrap;
31
30
  border: 0;
31
+ clip-path: inset(50%);
32
32
  }
33
33
  }
34
34
 
@@ -36,9 +36,9 @@
36
36
  .pf-v6-u-visible-on-sm {
37
37
  position: static;
38
38
  overflow: visible;
39
- clip: auto;
40
39
  white-space: normal;
41
40
  border: inherit;
41
+ clip-path: revert;
42
42
  }
43
43
  }
44
44
 
@@ -54,9 +54,9 @@
54
54
  inset-block-start: 0;
55
55
  inset-inline-start: 0;
56
56
  overflow: hidden;
57
- clip: rect(0, 0, 0, 0);
58
57
  white-space: nowrap;
59
58
  border: 0;
59
+ clip-path: inset(50%);
60
60
  }
61
61
  }
62
62
 
@@ -64,9 +64,9 @@
64
64
  .pf-v6-u-visible-on-md {
65
65
  position: static;
66
66
  overflow: visible;
67
- clip: auto;
68
67
  white-space: normal;
69
68
  border: inherit;
69
+ clip-path: revert;
70
70
  }
71
71
  }
72
72
 
@@ -82,9 +82,9 @@
82
82
  inset-block-start: 0;
83
83
  inset-inline-start: 0;
84
84
  overflow: hidden;
85
- clip: rect(0, 0, 0, 0);
86
85
  white-space: nowrap;
87
86
  border: 0;
87
+ clip-path: inset(50%);
88
88
  }
89
89
  }
90
90
 
@@ -92,9 +92,9 @@
92
92
  .pf-v6-u-visible-on-lg {
93
93
  position: static;
94
94
  overflow: visible;
95
- clip: auto;
96
95
  white-space: normal;
97
96
  border: inherit;
97
+ clip-path: revert;
98
98
  }
99
99
  }
100
100
 
@@ -110,9 +110,9 @@
110
110
  inset-block-start: 0;
111
111
  inset-inline-start: 0;
112
112
  overflow: hidden;
113
- clip: rect(0, 0, 0, 0);
114
113
  white-space: nowrap;
115
114
  border: 0;
115
+ clip-path: inset(50%);
116
116
  }
117
117
  }
118
118
 
@@ -120,9 +120,9 @@
120
120
  .pf-v6-u-visible-on-xl {
121
121
  position: static;
122
122
  overflow: visible;
123
- clip: auto;
124
123
  white-space: normal;
125
124
  border: inherit;
125
+ clip-path: revert;
126
126
  }
127
127
  }
128
128
 
@@ -138,9 +138,9 @@
138
138
  inset-block-start: 0;
139
139
  inset-inline-start: 0;
140
140
  overflow: hidden;
141
- clip: rect(0, 0, 0, 0);
142
141
  white-space: nowrap;
143
142
  border: 0;
143
+ clip-path: inset(50%);
144
144
  }
145
145
  }
146
146
 
@@ -148,9 +148,9 @@
148
148
  .pf-v6-u-visible-on-2xl {
149
149
  position: static;
150
150
  overflow: visible;
151
- clip: auto;
152
151
  white-space: normal;
153
152
  border: inherit;
153
+ clip-path: revert;
154
154
  }
155
155
  }
156
156
 
@@ -3,17 +3,17 @@
3
3
  inset-block-start: 0;
4
4
  inset-inline-start: 0;
5
5
  overflow: hidden;
6
- clip: rect(0, 0, 0, 0);
7
6
  white-space: nowrap;
8
7
  border: 0;
8
+ clip-path: inset(50%);
9
9
  }
10
10
 
11
11
  .pf-v6-u-visible {
12
12
  position: static;
13
13
  overflow: visible;
14
- clip: auto;
15
14
  white-space: normal;
16
15
  border: inherit;
16
+ clip-path: revert;
17
17
  }
18
18
 
19
19
  .pf-v6-u-hidden {
@@ -26,9 +26,9 @@
26
26
  inset-block-start: 0;
27
27
  inset-inline-start: 0;
28
28
  overflow: hidden;
29
- clip: rect(0, 0, 0, 0);
30
29
  white-space: nowrap;
31
30
  border: 0;
31
+ clip-path: inset(50%);
32
32
  }
33
33
  }
34
34
 
@@ -36,9 +36,9 @@
36
36
  .pf-v6-u-visible-on-sm {
37
37
  position: static;
38
38
  overflow: visible;
39
- clip: auto;
40
39
  white-space: normal;
41
40
  border: inherit;
41
+ clip-path: revert;
42
42
  }
43
43
  }
44
44
 
@@ -54,9 +54,9 @@
54
54
  inset-block-start: 0;
55
55
  inset-inline-start: 0;
56
56
  overflow: hidden;
57
- clip: rect(0, 0, 0, 0);
58
57
  white-space: nowrap;
59
58
  border: 0;
59
+ clip-path: inset(50%);
60
60
  }
61
61
  }
62
62
 
@@ -64,9 +64,9 @@
64
64
  .pf-v6-u-visible-on-md {
65
65
  position: static;
66
66
  overflow: visible;
67
- clip: auto;
68
67
  white-space: normal;
69
68
  border: inherit;
69
+ clip-path: revert;
70
70
  }
71
71
  }
72
72
 
@@ -82,9 +82,9 @@
82
82
  inset-block-start: 0;
83
83
  inset-inline-start: 0;
84
84
  overflow: hidden;
85
- clip: rect(0, 0, 0, 0);
86
85
  white-space: nowrap;
87
86
  border: 0;
87
+ clip-path: inset(50%);
88
88
  }
89
89
  }
90
90
 
@@ -92,9 +92,9 @@
92
92
  .pf-v6-u-visible-on-lg {
93
93
  position: static;
94
94
  overflow: visible;
95
- clip: auto;
96
95
  white-space: normal;
97
96
  border: inherit;
97
+ clip-path: revert;
98
98
  }
99
99
  }
100
100
 
@@ -110,9 +110,9 @@
110
110
  inset-block-start: 0;
111
111
  inset-inline-start: 0;
112
112
  overflow: hidden;
113
- clip: rect(0, 0, 0, 0);
114
113
  white-space: nowrap;
115
114
  border: 0;
115
+ clip-path: inset(50%);
116
116
  }
117
117
  }
118
118
 
@@ -120,9 +120,9 @@
120
120
  .pf-v6-u-visible-on-xl {
121
121
  position: static;
122
122
  overflow: visible;
123
- clip: auto;
124
123
  white-space: normal;
125
124
  border: inherit;
125
+ clip-path: revert;
126
126
  }
127
127
  }
128
128
 
@@ -138,9 +138,9 @@
138
138
  inset-block-start: 0;
139
139
  inset-inline-start: 0;
140
140
  overflow: hidden;
141
- clip: rect(0, 0, 0, 0);
142
141
  white-space: nowrap;
143
142
  border: 0;
143
+ clip-path: inset(50%);
144
144
  }
145
145
  }
146
146
 
@@ -148,9 +148,9 @@
148
148
  .pf-v6-u-visible-on-2xl {
149
149
  position: static;
150
150
  overflow: visible;
151
- clip: auto;
152
151
  white-space: normal;
153
152
  border: inherit;
153
+ clip-path: revert;
154
154
  }
155
155
  }
156
156
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "6.5.1",
3
+ "version": "6.6.0-prerelease.2",
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,9 @@
19
19
  "clean": "rimraf dist css"
20
20
  },
21
21
  "devDependencies": {
22
- "@patternfly/patternfly": "6.5.2",
22
+ "@patternfly/patternfly": "6.6.0-prerelease.9",
23
23
  "change-case": "^5.4.4",
24
24
  "fs-extra": "^11.3.3"
25
25
  },
26
- "license": "MIT",
27
- "gitHead": "3731b3084154eb35933d2bc0fe552aa55b5a0d93"
26
+ "license": "MIT"
28
27
  }
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2019 Red Hat, Inc.
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.