@patternfly/react-styles 6.3.0-prerelease.1 → 6.3.0-prerelease.3
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 +12 -0
- 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/DualListSelector/dual-list-selector.css +36 -0
- package/css/components/DualListSelector/dual-list-selector.d.ts +1 -0
- package/css/components/DualListSelector/dual-list-selector.js +1 -0
- package/css/components/DualListSelector/dual-list-selector.mjs +1 -0
- package/css/components/ExpandableSection/expandable-section.css +47 -1
- package/css/components/MenuToggle/menu-toggle.css +8 -4
- package/css/components/Skeleton/skeleton.css +22 -2
- package/css/components/Spinner/spinner.css +5 -0
- package/css/components/Spinner/spinner.d.ts +1 -0
- package/css/components/Spinner/spinner.js +1 -0
- package/css/components/Spinner/spinner.mjs +1 -0
- package/css/components/Table/table-grid.css +6 -5
- package/css/components/Table/table.css +33 -0
- package/css/components/Tabs/tabs.css +25 -15
- package/css/components/Tabs/tabs.d.ts +1 -0
- package/css/components/Tabs/tabs.js +1 -0
- package/css/components/Tabs/tabs.mjs +1 -0
- 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 +1 -0
- package/css/components/_index.css +370 -59
- package/css/components/_index.d.ts +9 -0
- package/css/components/_index.js +9 -0
- package/css/components/_index.mjs +9 -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",
|
@@ -485,6 +490,7 @@ declare const _default: {
|
|
485
490
|
"dragging": "pf-m-dragging",
|
486
491
|
"dragOutside": "pf-m-drag-outside",
|
487
492
|
"chosen": "pf-m-chosen",
|
493
|
+
"animateExpand": "pf-m-animate-expand",
|
488
494
|
"check": "pf-m-check",
|
489
495
|
"top": "pf-m-top",
|
490
496
|
"static": "pf-m-static",
|
@@ -809,6 +815,7 @@ declare const _default: {
|
|
809
815
|
"treeViewGrid_2xl": "pf-m-tree-view-grid-2xl",
|
810
816
|
"noBorderBottom": "pf-m-no-border-bottom",
|
811
817
|
"subtab": "pf-m-subtab",
|
818
|
+
"animateCurrent": "pf-m-animate-current",
|
812
819
|
"initializingAccent": "pf-m-initializing-accent",
|
813
820
|
"hint": "pf-m-hint",
|
814
821
|
"stacked": "pf-m-stacked",
|
@@ -1314,6 +1321,7 @@ declare const _default: {
|
|
1314
1321
|
"tileIcon": "pf-v6-c-tile__icon",
|
1315
1322
|
"tileTitle": "pf-v6-c-tile__title",
|
1316
1323
|
"timestamp": "pf-v6-c-timestamp",
|
1324
|
+
"timestampText": "pf-v6-c-timestamp__text",
|
1317
1325
|
"title": "pf-v6-c-title",
|
1318
1326
|
"toggleGroup": "pf-v6-c-toggle-group",
|
1319
1327
|
"toggleGroupButton": "pf-v6-c-toggle-group__button",
|
@@ -1334,6 +1342,7 @@ declare const _default: {
|
|
1334
1342
|
"treeView": "pf-v6-c-tree-view",
|
1335
1343
|
"treeViewAction": "pf-v6-c-tree-view__action",
|
1336
1344
|
"treeViewContent": "pf-v6-c-tree-view__content",
|
1345
|
+
"treeViewList": "pf-v6-c-tree-view__list",
|
1337
1346
|
"treeViewListItem": "pf-v6-c-tree-view__list-item",
|
1338
1347
|
"treeViewNode": "pf-v6-c-tree-view__node",
|
1339
1348
|
"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",
|
@@ -487,6 +492,7 @@ exports.default = {
|
|
487
492
|
"dragging": "pf-m-dragging",
|
488
493
|
"dragOutside": "pf-m-drag-outside",
|
489
494
|
"chosen": "pf-m-chosen",
|
495
|
+
"animateExpand": "pf-m-animate-expand",
|
490
496
|
"check": "pf-m-check",
|
491
497
|
"top": "pf-m-top",
|
492
498
|
"static": "pf-m-static",
|
@@ -811,6 +817,7 @@ exports.default = {
|
|
811
817
|
"treeViewGrid_2xl": "pf-m-tree-view-grid-2xl",
|
812
818
|
"noBorderBottom": "pf-m-no-border-bottom",
|
813
819
|
"subtab": "pf-m-subtab",
|
820
|
+
"animateCurrent": "pf-m-animate-current",
|
814
821
|
"initializingAccent": "pf-m-initializing-accent",
|
815
822
|
"hint": "pf-m-hint",
|
816
823
|
"stacked": "pf-m-stacked",
|
@@ -1316,6 +1323,7 @@ exports.default = {
|
|
1316
1323
|
"tileIcon": "pf-v6-c-tile__icon",
|
1317
1324
|
"tileTitle": "pf-v6-c-tile__title",
|
1318
1325
|
"timestamp": "pf-v6-c-timestamp",
|
1326
|
+
"timestampText": "pf-v6-c-timestamp__text",
|
1319
1327
|
"title": "pf-v6-c-title",
|
1320
1328
|
"toggleGroup": "pf-v6-c-toggle-group",
|
1321
1329
|
"toggleGroupButton": "pf-v6-c-toggle-group__button",
|
@@ -1336,6 +1344,7 @@ exports.default = {
|
|
1336
1344
|
"treeView": "pf-v6-c-tree-view",
|
1337
1345
|
"treeViewAction": "pf-v6-c-tree-view__action",
|
1338
1346
|
"treeViewContent": "pf-v6-c-tree-view__content",
|
1347
|
+
"treeViewList": "pf-v6-c-tree-view__list",
|
1339
1348
|
"treeViewListItem": "pf-v6-c-tree-view__list-item",
|
1340
1349
|
"treeViewNode": "pf-v6-c-tree-view__node",
|
1341
1350
|
"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",
|
@@ -485,6 +490,7 @@ export default {
|
|
485
490
|
"dragging": "pf-m-dragging",
|
486
491
|
"dragOutside": "pf-m-drag-outside",
|
487
492
|
"chosen": "pf-m-chosen",
|
493
|
+
"animateExpand": "pf-m-animate-expand",
|
488
494
|
"check": "pf-m-check",
|
489
495
|
"top": "pf-m-top",
|
490
496
|
"static": "pf-m-static",
|
@@ -809,6 +815,7 @@ export default {
|
|
809
815
|
"treeViewGrid_2xl": "pf-m-tree-view-grid-2xl",
|
810
816
|
"noBorderBottom": "pf-m-no-border-bottom",
|
811
817
|
"subtab": "pf-m-subtab",
|
818
|
+
"animateCurrent": "pf-m-animate-current",
|
812
819
|
"initializingAccent": "pf-m-initializing-accent",
|
813
820
|
"hint": "pf-m-hint",
|
814
821
|
"stacked": "pf-m-stacked",
|
@@ -1314,6 +1321,7 @@ export default {
|
|
1314
1321
|
"tileIcon": "pf-v6-c-tile__icon",
|
1315
1322
|
"tileTitle": "pf-v6-c-tile__title",
|
1316
1323
|
"timestamp": "pf-v6-c-timestamp",
|
1324
|
+
"timestampText": "pf-v6-c-timestamp__text",
|
1317
1325
|
"title": "pf-v6-c-title",
|
1318
1326
|
"toggleGroup": "pf-v6-c-toggle-group",
|
1319
1327
|
"toggleGroupButton": "pf-v6-c-toggle-group__button",
|
@@ -1334,6 +1342,7 @@ export default {
|
|
1334
1342
|
"treeView": "pf-v6-c-tree-view",
|
1335
1343
|
"treeViewAction": "pf-v6-c-tree-view__action",
|
1336
1344
|
"treeViewContent": "pf-v6-c-tree-view__content",
|
1345
|
+
"treeViewList": "pf-v6-c-tree-view__list",
|
1337
1346
|
"treeViewListItem": "pf-v6-c-tree-view__list-item",
|
1338
1347
|
"treeViewNode": "pf-v6-c-tree-view__node",
|
1339
1348
|
"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.0-prerelease.
|
3
|
+
"version": "6.3.0-prerelease.3",
|
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.3.0-prerelease.
|
22
|
+
"@patternfly/patternfly": "6.3.0-prerelease.20",
|
23
23
|
"change-case": "^5.4.4",
|
24
24
|
"fs-extra": "^11.3.0"
|
25
25
|
},
|
26
26
|
"license": "MIT",
|
27
|
-
"gitHead": "
|
27
|
+
"gitHead": "e62933d6c64d3fbeb599a2e3a7c8dc3ab7a981e1"
|
28
28
|
}
|