@patternfly/react-styles 6.2.2 → 6.3.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.
- package/CHANGELOG.md +4 -10
- package/css/assets/images/icon-help.hbs +3 -0
- package/css/assets/images/icon-outlined-star.hbs +3 -0
- package/css/assets/images/icon-star.hbs +3 -0
- package/css/components/Accordion/accordion.css +71 -1
- package/css/components/Alert/alert-group.css +52 -31
- package/css/components/Alert/alert-group.d.ts +4 -1
- package/css/components/Alert/alert-group.js +4 -1
- package/css/components/Alert/alert-group.mjs +4 -1
- package/css/components/Button/button.css +27 -0
- package/css/components/Button/button.d.ts +3 -0
- package/css/components/Button/button.js +3 -0
- package/css/components/Button/button.mjs +3 -0
- package/css/components/Card/card.css +3 -0
- package/css/components/Drawer/drawer.css +28 -14
- package/css/components/ExpandableSection/expandable-section.css +46 -0
- package/css/components/FormControl/form-control.css +1 -2
- package/css/components/MenuToggle/menu-toggle.css +8 -4
- package/css/components/Skeleton/skeleton.css +22 -2
- package/css/components/Table/table.css +33 -0
- package/css/components/Tabs/tabs.css +65 -0
- 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/Timestamp/timestamp.css +4 -0
- package/css/components/Timestamp/timestamp.d.ts +2 -1
- package/css/components/Timestamp/timestamp.js +2 -1
- package/css/components/Timestamp/timestamp.mjs +2 -1
- package/css/components/TreeView/tree-view.css +33 -0
- package/css/components/TreeView/tree-view.d.ts +1 -0
- package/css/components/TreeView/tree-view.js +1 -0
- package/css/components/TreeView/tree-view.mjs +1 -0
- package/css/components/Truncate/truncate.css +6 -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/_index.css +398 -54
- package/css/components/_index.d.ts +8 -0
- package/css/components/_index.js +8 -0
- package/css/components/_index.mjs +8 -0
- package/package.json +3 -3
@@ -46,7 +46,10 @@ declare const _default: {
|
|
46
46
|
"button": "pf-v6-c-button",
|
47
47
|
"buttonCount": "pf-v6-c-button__count",
|
48
48
|
"buttonIcon": "pf-v6-c-button__icon",
|
49
|
+
"buttonIconFavorite": "pf-v6-c-button__icon-favorite",
|
50
|
+
"buttonIconFavorited": "pf-v6-c-button__icon-favorited",
|
49
51
|
"buttonProgress": "pf-v6-c-button__progress",
|
52
|
+
"buttonText": "pf-v6-c-button__text",
|
50
53
|
"calendarMonth": "pf-v6-c-calendar-month",
|
51
54
|
"calendarMonthCalendar": "pf-v6-c-calendar-month__calendar",
|
52
55
|
"calendarMonthDate": "pf-v6-c-calendar-month__date",
|
@@ -358,7 +361,9 @@ declare const _default: {
|
|
358
361
|
"truncate": "pf-m-truncate",
|
359
362
|
"toast": "pf-m-toast",
|
360
363
|
"offstageTop": "pf-m-offstage-top",
|
364
|
+
"incoming": "pf-m-incoming",
|
361
365
|
"offstageRight": "pf-m-offstage-right",
|
366
|
+
"outgoing": "pf-m-outgoing",
|
362
367
|
"sm": "pf-m-sm",
|
363
368
|
"md": "pf-m-md",
|
364
369
|
"lg": "pf-m-lg",
|
@@ -809,6 +814,7 @@ declare const _default: {
|
|
809
814
|
"treeViewGrid_2xl": "pf-m-tree-view-grid-2xl",
|
810
815
|
"noBorderBottom": "pf-m-no-border-bottom",
|
811
816
|
"subtab": "pf-m-subtab",
|
817
|
+
"initializingAccent": "pf-m-initializing-accent",
|
812
818
|
"hint": "pf-m-hint",
|
813
819
|
"stacked": "pf-m-stacked",
|
814
820
|
"4xl": "pf-m-4xl",
|
@@ -1313,6 +1319,7 @@ declare const _default: {
|
|
1313
1319
|
"tileIcon": "pf-v6-c-tile__icon",
|
1314
1320
|
"tileTitle": "pf-v6-c-tile__title",
|
1315
1321
|
"timestamp": "pf-v6-c-timestamp",
|
1322
|
+
"timestampText": "pf-v6-c-timestamp__text",
|
1316
1323
|
"title": "pf-v6-c-title",
|
1317
1324
|
"toggleGroup": "pf-v6-c-toggle-group",
|
1318
1325
|
"toggleGroupButton": "pf-v6-c-toggle-group__button",
|
@@ -1333,6 +1340,7 @@ declare const _default: {
|
|
1333
1340
|
"treeView": "pf-v6-c-tree-view",
|
1334
1341
|
"treeViewAction": "pf-v6-c-tree-view__action",
|
1335
1342
|
"treeViewContent": "pf-v6-c-tree-view__content",
|
1343
|
+
"treeViewList": "pf-v6-c-tree-view__list",
|
1336
1344
|
"treeViewListItem": "pf-v6-c-tree-view__list-item",
|
1337
1345
|
"treeViewNode": "pf-v6-c-tree-view__node",
|
1338
1346
|
"treeViewNodeCheck": "pf-v6-c-tree-view__node-check",
|
package/css/components/_index.js
CHANGED
@@ -48,7 +48,10 @@ exports.default = {
|
|
48
48
|
"button": "pf-v6-c-button",
|
49
49
|
"buttonCount": "pf-v6-c-button__count",
|
50
50
|
"buttonIcon": "pf-v6-c-button__icon",
|
51
|
+
"buttonIconFavorite": "pf-v6-c-button__icon-favorite",
|
52
|
+
"buttonIconFavorited": "pf-v6-c-button__icon-favorited",
|
51
53
|
"buttonProgress": "pf-v6-c-button__progress",
|
54
|
+
"buttonText": "pf-v6-c-button__text",
|
52
55
|
"calendarMonth": "pf-v6-c-calendar-month",
|
53
56
|
"calendarMonthCalendar": "pf-v6-c-calendar-month__calendar",
|
54
57
|
"calendarMonthDate": "pf-v6-c-calendar-month__date",
|
@@ -360,7 +363,9 @@ exports.default = {
|
|
360
363
|
"truncate": "pf-m-truncate",
|
361
364
|
"toast": "pf-m-toast",
|
362
365
|
"offstageTop": "pf-m-offstage-top",
|
366
|
+
"incoming": "pf-m-incoming",
|
363
367
|
"offstageRight": "pf-m-offstage-right",
|
368
|
+
"outgoing": "pf-m-outgoing",
|
364
369
|
"sm": "pf-m-sm",
|
365
370
|
"md": "pf-m-md",
|
366
371
|
"lg": "pf-m-lg",
|
@@ -811,6 +816,7 @@ exports.default = {
|
|
811
816
|
"treeViewGrid_2xl": "pf-m-tree-view-grid-2xl",
|
812
817
|
"noBorderBottom": "pf-m-no-border-bottom",
|
813
818
|
"subtab": "pf-m-subtab",
|
819
|
+
"initializingAccent": "pf-m-initializing-accent",
|
814
820
|
"hint": "pf-m-hint",
|
815
821
|
"stacked": "pf-m-stacked",
|
816
822
|
"4xl": "pf-m-4xl",
|
@@ -1315,6 +1321,7 @@ exports.default = {
|
|
1315
1321
|
"tileIcon": "pf-v6-c-tile__icon",
|
1316
1322
|
"tileTitle": "pf-v6-c-tile__title",
|
1317
1323
|
"timestamp": "pf-v6-c-timestamp",
|
1324
|
+
"timestampText": "pf-v6-c-timestamp__text",
|
1318
1325
|
"title": "pf-v6-c-title",
|
1319
1326
|
"toggleGroup": "pf-v6-c-toggle-group",
|
1320
1327
|
"toggleGroupButton": "pf-v6-c-toggle-group__button",
|
@@ -1335,6 +1342,7 @@ exports.default = {
|
|
1335
1342
|
"treeView": "pf-v6-c-tree-view",
|
1336
1343
|
"treeViewAction": "pf-v6-c-tree-view__action",
|
1337
1344
|
"treeViewContent": "pf-v6-c-tree-view__content",
|
1345
|
+
"treeViewList": "pf-v6-c-tree-view__list",
|
1338
1346
|
"treeViewListItem": "pf-v6-c-tree-view__list-item",
|
1339
1347
|
"treeViewNode": "pf-v6-c-tree-view__node",
|
1340
1348
|
"treeViewNodeCheck": "pf-v6-c-tree-view__node-check",
|
@@ -46,7 +46,10 @@ export default {
|
|
46
46
|
"button": "pf-v6-c-button",
|
47
47
|
"buttonCount": "pf-v6-c-button__count",
|
48
48
|
"buttonIcon": "pf-v6-c-button__icon",
|
49
|
+
"buttonIconFavorite": "pf-v6-c-button__icon-favorite",
|
50
|
+
"buttonIconFavorited": "pf-v6-c-button__icon-favorited",
|
49
51
|
"buttonProgress": "pf-v6-c-button__progress",
|
52
|
+
"buttonText": "pf-v6-c-button__text",
|
50
53
|
"calendarMonth": "pf-v6-c-calendar-month",
|
51
54
|
"calendarMonthCalendar": "pf-v6-c-calendar-month__calendar",
|
52
55
|
"calendarMonthDate": "pf-v6-c-calendar-month__date",
|
@@ -358,7 +361,9 @@ export default {
|
|
358
361
|
"truncate": "pf-m-truncate",
|
359
362
|
"toast": "pf-m-toast",
|
360
363
|
"offstageTop": "pf-m-offstage-top",
|
364
|
+
"incoming": "pf-m-incoming",
|
361
365
|
"offstageRight": "pf-m-offstage-right",
|
366
|
+
"outgoing": "pf-m-outgoing",
|
362
367
|
"sm": "pf-m-sm",
|
363
368
|
"md": "pf-m-md",
|
364
369
|
"lg": "pf-m-lg",
|
@@ -809,6 +814,7 @@ export default {
|
|
809
814
|
"treeViewGrid_2xl": "pf-m-tree-view-grid-2xl",
|
810
815
|
"noBorderBottom": "pf-m-no-border-bottom",
|
811
816
|
"subtab": "pf-m-subtab",
|
817
|
+
"initializingAccent": "pf-m-initializing-accent",
|
812
818
|
"hint": "pf-m-hint",
|
813
819
|
"stacked": "pf-m-stacked",
|
814
820
|
"4xl": "pf-m-4xl",
|
@@ -1313,6 +1319,7 @@ export default {
|
|
1313
1319
|
"tileIcon": "pf-v6-c-tile__icon",
|
1314
1320
|
"tileTitle": "pf-v6-c-tile__title",
|
1315
1321
|
"timestamp": "pf-v6-c-timestamp",
|
1322
|
+
"timestampText": "pf-v6-c-timestamp__text",
|
1316
1323
|
"title": "pf-v6-c-title",
|
1317
1324
|
"toggleGroup": "pf-v6-c-toggle-group",
|
1318
1325
|
"toggleGroupButton": "pf-v6-c-toggle-group__button",
|
@@ -1333,6 +1340,7 @@ export default {
|
|
1333
1340
|
"treeView": "pf-v6-c-tree-view",
|
1334
1341
|
"treeViewAction": "pf-v6-c-tree-view__action",
|
1335
1342
|
"treeViewContent": "pf-v6-c-tree-view__content",
|
1343
|
+
"treeViewList": "pf-v6-c-tree-view__list",
|
1336
1344
|
"treeViewListItem": "pf-v6-c-tree-view__list-item",
|
1337
1345
|
"treeViewNode": "pf-v6-c-tree-view__node",
|
1338
1346
|
"treeViewNodeCheck": "pf-v6-c-tree-view__node-check",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@patternfly/react-styles",
|
3
|
-
"version": "6.
|
3
|
+
"version": "6.3.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,10 @@
|
|
19
19
|
"clean": "rimraf dist css"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
|
-
"@patternfly/patternfly": "6.
|
22
|
+
"@patternfly/patternfly": "6.3.0-prerelease.15",
|
23
23
|
"change-case": "^5.4.4",
|
24
24
|
"fs-extra": "^11.3.0"
|
25
25
|
},
|
26
26
|
"license": "MIT",
|
27
|
-
"gitHead": "
|
27
|
+
"gitHead": "cc484047417c328ce89f0c01641c6f845cdbc43f"
|
28
28
|
}
|