@patternfly/react-styles 6.5.0-prerelease.1 → 6.5.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.
- package/CHANGELOG.md +42 -0
- package/README.md +1 -1
- package/css/components/Button/button.css +16 -4
- package/css/components/Card/card.css +6 -0
- 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/Compass/compass.css +177 -72
- package/css/components/Compass/compass.d.ts +12 -5
- package/css/components/Compass/compass.js +12 -5
- package/css/components/Compass/compass.mjs +12 -5
- package/css/components/Drawer/drawer.css +72 -28
- package/css/components/Drawer/drawer.d.ts +2 -0
- package/css/components/Drawer/drawer.js +2 -0
- package/css/components/Drawer/drawer.mjs +2 -0
- package/css/components/ExpandableSection/expandable-section.css +3 -0
- package/css/components/Hero/hero.css +74 -0
- package/css/components/Hero/hero.d.ts +11 -0
- package/css/components/Hero/hero.js +12 -0
- package/css/components/Hero/hero.mjs +10 -0
- package/css/components/Masthead/masthead.css +52 -0
- package/css/components/Masthead/masthead.d.ts +1 -0
- package/css/components/Masthead/masthead.js +1 -0
- package/css/components/Masthead/masthead.mjs +1 -0
- package/css/components/Nav/nav.css +59 -0
- package/css/components/Nav/nav.d.ts +3 -1
- package/css/components/Nav/nav.js +3 -1
- package/css/components/Nav/nav.mjs +3 -1
- package/css/components/Page/page.css +20 -0
- package/css/components/Page/page.d.ts +2 -0
- package/css/components/Page/page.js +2 -0
- package/css/components/Page/page.mjs +2 -0
- package/css/components/Tabs/tabs.css +0 -1
- package/css/components/Toolbar/toolbar.css +32 -6
- 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/_index.css +587 -186
- package/css/components/_index.d.ts +15 -3
- package/css/components/_index.js +15 -3
- package/css/components/_index.mjs +15 -3
- package/css/docs/components/Compass/examples/Compass.css +8 -2
- package/css/docs/components/Compass/examples/Compass.d.ts +4 -1
- package/css/docs/components/Compass/examples/Compass.js +4 -1
- package/css/docs/components/Compass/examples/Compass.mjs +4 -1
- package/css/docs/layouts/Bullseye/examples/Bullseye.css +2 -2
- package/css/docs/layouts/Bullseye/examples/Bullseye.d.ts +1 -1
- package/css/docs/layouts/Bullseye/examples/Bullseye.js +1 -1
- package/css/docs/layouts/Bullseye/examples/Bullseye.mjs +1 -1
- package/css/docs/layouts/Flex/examples/Flex.css +3 -3
- package/css/docs/layouts/Flex/examples/Flex.d.ts +2 -2
- package/css/docs/layouts/Flex/examples/Flex.js +2 -2
- package/css/docs/layouts/Flex/examples/Flex.mjs +2 -2
- package/css/docs/layouts/Gallery/examples/Gallery.css +2 -2
- package/css/docs/layouts/Gallery/examples/Gallery.d.ts +1 -1
- package/css/docs/layouts/Gallery/examples/Gallery.js +1 -1
- package/css/docs/layouts/Gallery/examples/Gallery.mjs +1 -1
- package/css/docs/layouts/Grid/examples/Grid.css +1 -1
- package/css/docs/layouts/Grid/examples/Grid.d.ts +1 -1
- package/css/docs/layouts/Grid/examples/Grid.js +1 -1
- package/css/docs/layouts/Grid/examples/Grid.mjs +1 -1
- package/css/docs/layouts/Level/examples/Level.css +3 -3
- package/css/docs/layouts/Level/examples/Level.d.ts +1 -1
- package/css/docs/layouts/Level/examples/Level.js +1 -1
- package/css/docs/layouts/Level/examples/Level.mjs +1 -1
- package/css/docs/layouts/Split/examples/Split.css +1 -1
- package/css/docs/layouts/Split/examples/Split.d.ts +1 -1
- package/css/docs/layouts/Split/examples/Split.js +1 -1
- package/css/docs/layouts/Split/examples/Split.mjs +1 -1
- package/css/docs/layouts/Stack/examples/Stack.css +3 -3
- package/css/docs/layouts/Stack/examples/Stack.d.ts +1 -1
- package/css/docs/layouts/Stack/examples/Stack.js +1 -1
- package/css/docs/layouts/Stack/examples/Stack.mjs +1 -1
- package/css/docs/utilities/Alignment/examples/Alignment.css +4 -4
- package/css/docs/utilities/Alignment/examples/Alignment.d.ts +1 -1
- package/css/docs/utilities/Alignment/examples/Alignment.js +1 -1
- package/css/docs/utilities/Alignment/examples/Alignment.mjs +1 -1
- package/css/docs/utilities/BoxShadow/examples/box-shadow.css +2 -2
- package/css/docs/utilities/BoxShadow/examples/box-shadow.d.ts +1 -1
- package/css/docs/utilities/BoxShadow/examples/box-shadow.js +1 -1
- package/css/docs/utilities/BoxShadow/examples/box-shadow.mjs +1 -1
- package/css/docs/utilities/Display/examples/Display.css +1 -1
- package/css/docs/utilities/Display/examples/Display.d.ts +1 -1
- package/css/docs/utilities/Display/examples/Display.js +1 -1
- package/css/docs/utilities/Display/examples/Display.mjs +1 -1
- package/css/docs/utilities/Flex/examples/Flex.css +7 -7
- package/css/docs/utilities/Flex/examples/Flex.d.ts +1 -1
- package/css/docs/utilities/Flex/examples/Flex.js +1 -1
- package/css/docs/utilities/Flex/examples/Flex.mjs +1 -1
- package/css/docs/utilities/Float/examples/Float.css +2 -2
- package/css/docs/utilities/Float/examples/Float.d.ts +1 -1
- package/css/docs/utilities/Float/examples/Float.js +1 -1
- package/css/docs/utilities/Float/examples/Float.mjs +1 -1
- package/css/docs/utilities/Spacing/examples/Spacing.css +2 -2
- package/css/docs/utilities/Spacing/examples/Spacing.d.ts +1 -1
- package/css/docs/utilities/Spacing/examples/Spacing.js +1 -1
- package/css/docs/utilities/Spacing/examples/Spacing.mjs +1 -1
- package/package.json +3 -3
|
@@ -77,6 +77,7 @@ declare const _default: {
|
|
|
77
77
|
"cardHeaderToggle": "pf-v6-c-card__header-toggle",
|
|
78
78
|
"cardHeaderToggleIcon": "pf-v6-c-card__header-toggle-icon",
|
|
79
79
|
"cardSelectableActions": "pf-v6-c-card__selectable-actions",
|
|
80
|
+
"cardSubtitle": "pf-v6-c-card__subtitle",
|
|
80
81
|
"cardTitle": "pf-v6-c-card__title",
|
|
81
82
|
"cardTitleText": "pf-v6-c-card__title-text",
|
|
82
83
|
"check": "pf-v6-c-check",
|
|
@@ -115,11 +116,14 @@ declare const _default: {
|
|
|
115
116
|
"compassContent": "pf-v6-c-compass__content",
|
|
116
117
|
"compassFooter": "pf-v6-c-compass__footer",
|
|
117
118
|
"compassHeader": "pf-v6-c-compass__header",
|
|
118
|
-
"compassHero": "pf-v6-c-compass__hero",
|
|
119
|
-
"compassHeroBody": "pf-v6-c-compass__hero-body",
|
|
120
119
|
"compassMain": "pf-v6-c-compass__main",
|
|
120
|
+
"compassMainFooter": "pf-v6-c-compass__main-footer",
|
|
121
|
+
"compassMainHeaderContent": "pf-v6-c-compass__main-header-content",
|
|
122
|
+
"compassMainHeaderTitle": "pf-v6-c-compass__main-header-title",
|
|
121
123
|
"compassMessageBar": "pf-v6-c-compass__message-bar",
|
|
122
124
|
"compassNav": "pf-v6-c-compass__nav",
|
|
125
|
+
"compassNavContent": "pf-v6-c-compass__nav-content",
|
|
126
|
+
"compassNavMain": "pf-v6-c-compass__nav-main",
|
|
123
127
|
"compassPanel": "pf-v6-c-compass__panel",
|
|
124
128
|
"compassProfile": "pf-v6-c-compass__profile",
|
|
125
129
|
"compassSidebar": "pf-v6-c-compass__sidebar",
|
|
@@ -258,6 +262,8 @@ declare const _default: {
|
|
|
258
262
|
"helperTextItem": "pf-v6-c-helper-text__item",
|
|
259
263
|
"helperTextItemIcon": "pf-v6-c-helper-text__item-icon",
|
|
260
264
|
"helperTextItemText": "pf-v6-c-helper-text__item-text",
|
|
265
|
+
"hero": "pf-v6-c-hero",
|
|
266
|
+
"heroBody": "pf-v6-c-hero__body",
|
|
261
267
|
"hint": "pf-v6-c-hint",
|
|
262
268
|
"hintActions": "pf-v6-c-hint__actions",
|
|
263
269
|
"hintBody": "pf-v6-c-hint__body",
|
|
@@ -444,6 +450,9 @@ declare const _default: {
|
|
|
444
450
|
"code": "pf-m-code",
|
|
445
451
|
"readOnly": "pf-m-read-only",
|
|
446
452
|
"dragHover": "pf-m-drag-hover",
|
|
453
|
+
"animateSmoothly": "pf-m-animate-smoothly",
|
|
454
|
+
"dock": "pf-m-dock",
|
|
455
|
+
"noGlass": "pf-m-no-glass",
|
|
447
456
|
"noBorder": "pf-m-no-border",
|
|
448
457
|
"pill": "pf-m-pill",
|
|
449
458
|
"scrollable": "pf-m-scrollable",
|
|
@@ -672,6 +681,7 @@ declare const _default: {
|
|
|
672
681
|
"category": "pf-m-category",
|
|
673
682
|
"iconLg": "pf-m-icon-lg",
|
|
674
683
|
"resizeObserver": "pf-m-resize-observer",
|
|
684
|
+
"docked": "pf-m-docked",
|
|
675
685
|
"displayStack": "pf-m-display-stack",
|
|
676
686
|
"displayInline": "pf-m-display-inline",
|
|
677
687
|
"displayStackOnSm": "pf-m-display-stack-on-sm",
|
|
@@ -1164,6 +1174,7 @@ declare const _default: {
|
|
|
1164
1174
|
"navItem": "pf-v6-c-nav__item",
|
|
1165
1175
|
"navLink": "pf-v6-c-nav__link",
|
|
1166
1176
|
"navLinkIcon": "pf-v6-c-nav__link-icon",
|
|
1177
|
+
"navLinkText": "pf-v6-c-nav__link-text",
|
|
1167
1178
|
"navList": "pf-v6-c-nav__list",
|
|
1168
1179
|
"navNav": "pf-v6-c-nav__nav",
|
|
1169
1180
|
"navScrollButton": "pf-v6-c-nav__scroll-button",
|
|
@@ -1202,6 +1213,7 @@ declare const _default: {
|
|
|
1202
1213
|
"overflowMenuGroup": "pf-v6-c-overflow-menu__group",
|
|
1203
1214
|
"overflowMenuItem": "pf-v6-c-overflow-menu__item",
|
|
1204
1215
|
"page": "pf-v6-c-page",
|
|
1216
|
+
"pageDock": "pf-v6-c-page__dock",
|
|
1205
1217
|
"pageDrawer": "pf-v6-c-page__drawer",
|
|
1206
1218
|
"pageMain": "pf-v6-c-page__main",
|
|
1207
1219
|
"pageMainBody": "pf-v6-c-page__main-body",
|
|
@@ -1348,7 +1360,7 @@ declare const _default: {
|
|
|
1348
1360
|
"textInputGroupTextInput": "pf-v6-c-text-input-group__text-input",
|
|
1349
1361
|
"textInputGroupUtilities": "pf-v6-c-text-input-group__utilities",
|
|
1350
1362
|
"themeDark": "pf-v6-theme-dark",
|
|
1351
|
-
"
|
|
1363
|
+
"themeGlass": "pf-v6-theme-glass",
|
|
1352
1364
|
"tile": "pf-v6-c-tile",
|
|
1353
1365
|
"tileBody": "pf-v6-c-tile__body",
|
|
1354
1366
|
"tileHeader": "pf-v6-c-tile__header",
|
package/css/components/_index.js
CHANGED
|
@@ -79,6 +79,7 @@ exports.default = {
|
|
|
79
79
|
"cardHeaderToggle": "pf-v6-c-card__header-toggle",
|
|
80
80
|
"cardHeaderToggleIcon": "pf-v6-c-card__header-toggle-icon",
|
|
81
81
|
"cardSelectableActions": "pf-v6-c-card__selectable-actions",
|
|
82
|
+
"cardSubtitle": "pf-v6-c-card__subtitle",
|
|
82
83
|
"cardTitle": "pf-v6-c-card__title",
|
|
83
84
|
"cardTitleText": "pf-v6-c-card__title-text",
|
|
84
85
|
"check": "pf-v6-c-check",
|
|
@@ -117,11 +118,14 @@ exports.default = {
|
|
|
117
118
|
"compassContent": "pf-v6-c-compass__content",
|
|
118
119
|
"compassFooter": "pf-v6-c-compass__footer",
|
|
119
120
|
"compassHeader": "pf-v6-c-compass__header",
|
|
120
|
-
"compassHero": "pf-v6-c-compass__hero",
|
|
121
|
-
"compassHeroBody": "pf-v6-c-compass__hero-body",
|
|
122
121
|
"compassMain": "pf-v6-c-compass__main",
|
|
122
|
+
"compassMainFooter": "pf-v6-c-compass__main-footer",
|
|
123
|
+
"compassMainHeaderContent": "pf-v6-c-compass__main-header-content",
|
|
124
|
+
"compassMainHeaderTitle": "pf-v6-c-compass__main-header-title",
|
|
123
125
|
"compassMessageBar": "pf-v6-c-compass__message-bar",
|
|
124
126
|
"compassNav": "pf-v6-c-compass__nav",
|
|
127
|
+
"compassNavContent": "pf-v6-c-compass__nav-content",
|
|
128
|
+
"compassNavMain": "pf-v6-c-compass__nav-main",
|
|
125
129
|
"compassPanel": "pf-v6-c-compass__panel",
|
|
126
130
|
"compassProfile": "pf-v6-c-compass__profile",
|
|
127
131
|
"compassSidebar": "pf-v6-c-compass__sidebar",
|
|
@@ -260,6 +264,8 @@ exports.default = {
|
|
|
260
264
|
"helperTextItem": "pf-v6-c-helper-text__item",
|
|
261
265
|
"helperTextItemIcon": "pf-v6-c-helper-text__item-icon",
|
|
262
266
|
"helperTextItemText": "pf-v6-c-helper-text__item-text",
|
|
267
|
+
"hero": "pf-v6-c-hero",
|
|
268
|
+
"heroBody": "pf-v6-c-hero__body",
|
|
263
269
|
"hint": "pf-v6-c-hint",
|
|
264
270
|
"hintActions": "pf-v6-c-hint__actions",
|
|
265
271
|
"hintBody": "pf-v6-c-hint__body",
|
|
@@ -446,6 +452,9 @@ exports.default = {
|
|
|
446
452
|
"code": "pf-m-code",
|
|
447
453
|
"readOnly": "pf-m-read-only",
|
|
448
454
|
"dragHover": "pf-m-drag-hover",
|
|
455
|
+
"animateSmoothly": "pf-m-animate-smoothly",
|
|
456
|
+
"dock": "pf-m-dock",
|
|
457
|
+
"noGlass": "pf-m-no-glass",
|
|
449
458
|
"noBorder": "pf-m-no-border",
|
|
450
459
|
"pill": "pf-m-pill",
|
|
451
460
|
"scrollable": "pf-m-scrollable",
|
|
@@ -674,6 +683,7 @@ exports.default = {
|
|
|
674
683
|
"category": "pf-m-category",
|
|
675
684
|
"iconLg": "pf-m-icon-lg",
|
|
676
685
|
"resizeObserver": "pf-m-resize-observer",
|
|
686
|
+
"docked": "pf-m-docked",
|
|
677
687
|
"displayStack": "pf-m-display-stack",
|
|
678
688
|
"displayInline": "pf-m-display-inline",
|
|
679
689
|
"displayStackOnSm": "pf-m-display-stack-on-sm",
|
|
@@ -1166,6 +1176,7 @@ exports.default = {
|
|
|
1166
1176
|
"navItem": "pf-v6-c-nav__item",
|
|
1167
1177
|
"navLink": "pf-v6-c-nav__link",
|
|
1168
1178
|
"navLinkIcon": "pf-v6-c-nav__link-icon",
|
|
1179
|
+
"navLinkText": "pf-v6-c-nav__link-text",
|
|
1169
1180
|
"navList": "pf-v6-c-nav__list",
|
|
1170
1181
|
"navNav": "pf-v6-c-nav__nav",
|
|
1171
1182
|
"navScrollButton": "pf-v6-c-nav__scroll-button",
|
|
@@ -1204,6 +1215,7 @@ exports.default = {
|
|
|
1204
1215
|
"overflowMenuGroup": "pf-v6-c-overflow-menu__group",
|
|
1205
1216
|
"overflowMenuItem": "pf-v6-c-overflow-menu__item",
|
|
1206
1217
|
"page": "pf-v6-c-page",
|
|
1218
|
+
"pageDock": "pf-v6-c-page__dock",
|
|
1207
1219
|
"pageDrawer": "pf-v6-c-page__drawer",
|
|
1208
1220
|
"pageMain": "pf-v6-c-page__main",
|
|
1209
1221
|
"pageMainBody": "pf-v6-c-page__main-body",
|
|
@@ -1350,7 +1362,7 @@ exports.default = {
|
|
|
1350
1362
|
"textInputGroupTextInput": "pf-v6-c-text-input-group__text-input",
|
|
1351
1363
|
"textInputGroupUtilities": "pf-v6-c-text-input-group__utilities",
|
|
1352
1364
|
"themeDark": "pf-v6-theme-dark",
|
|
1353
|
-
"
|
|
1365
|
+
"themeGlass": "pf-v6-theme-glass",
|
|
1354
1366
|
"tile": "pf-v6-c-tile",
|
|
1355
1367
|
"tileBody": "pf-v6-c-tile__body",
|
|
1356
1368
|
"tileHeader": "pf-v6-c-tile__header",
|
|
@@ -77,6 +77,7 @@ export default {
|
|
|
77
77
|
"cardHeaderToggle": "pf-v6-c-card__header-toggle",
|
|
78
78
|
"cardHeaderToggleIcon": "pf-v6-c-card__header-toggle-icon",
|
|
79
79
|
"cardSelectableActions": "pf-v6-c-card__selectable-actions",
|
|
80
|
+
"cardSubtitle": "pf-v6-c-card__subtitle",
|
|
80
81
|
"cardTitle": "pf-v6-c-card__title",
|
|
81
82
|
"cardTitleText": "pf-v6-c-card__title-text",
|
|
82
83
|
"check": "pf-v6-c-check",
|
|
@@ -115,11 +116,14 @@ export default {
|
|
|
115
116
|
"compassContent": "pf-v6-c-compass__content",
|
|
116
117
|
"compassFooter": "pf-v6-c-compass__footer",
|
|
117
118
|
"compassHeader": "pf-v6-c-compass__header",
|
|
118
|
-
"compassHero": "pf-v6-c-compass__hero",
|
|
119
|
-
"compassHeroBody": "pf-v6-c-compass__hero-body",
|
|
120
119
|
"compassMain": "pf-v6-c-compass__main",
|
|
120
|
+
"compassMainFooter": "pf-v6-c-compass__main-footer",
|
|
121
|
+
"compassMainHeaderContent": "pf-v6-c-compass__main-header-content",
|
|
122
|
+
"compassMainHeaderTitle": "pf-v6-c-compass__main-header-title",
|
|
121
123
|
"compassMessageBar": "pf-v6-c-compass__message-bar",
|
|
122
124
|
"compassNav": "pf-v6-c-compass__nav",
|
|
125
|
+
"compassNavContent": "pf-v6-c-compass__nav-content",
|
|
126
|
+
"compassNavMain": "pf-v6-c-compass__nav-main",
|
|
123
127
|
"compassPanel": "pf-v6-c-compass__panel",
|
|
124
128
|
"compassProfile": "pf-v6-c-compass__profile",
|
|
125
129
|
"compassSidebar": "pf-v6-c-compass__sidebar",
|
|
@@ -258,6 +262,8 @@ export default {
|
|
|
258
262
|
"helperTextItem": "pf-v6-c-helper-text__item",
|
|
259
263
|
"helperTextItemIcon": "pf-v6-c-helper-text__item-icon",
|
|
260
264
|
"helperTextItemText": "pf-v6-c-helper-text__item-text",
|
|
265
|
+
"hero": "pf-v6-c-hero",
|
|
266
|
+
"heroBody": "pf-v6-c-hero__body",
|
|
261
267
|
"hint": "pf-v6-c-hint",
|
|
262
268
|
"hintActions": "pf-v6-c-hint__actions",
|
|
263
269
|
"hintBody": "pf-v6-c-hint__body",
|
|
@@ -444,6 +450,9 @@ export default {
|
|
|
444
450
|
"code": "pf-m-code",
|
|
445
451
|
"readOnly": "pf-m-read-only",
|
|
446
452
|
"dragHover": "pf-m-drag-hover",
|
|
453
|
+
"animateSmoothly": "pf-m-animate-smoothly",
|
|
454
|
+
"dock": "pf-m-dock",
|
|
455
|
+
"noGlass": "pf-m-no-glass",
|
|
447
456
|
"noBorder": "pf-m-no-border",
|
|
448
457
|
"pill": "pf-m-pill",
|
|
449
458
|
"scrollable": "pf-m-scrollable",
|
|
@@ -672,6 +681,7 @@ export default {
|
|
|
672
681
|
"category": "pf-m-category",
|
|
673
682
|
"iconLg": "pf-m-icon-lg",
|
|
674
683
|
"resizeObserver": "pf-m-resize-observer",
|
|
684
|
+
"docked": "pf-m-docked",
|
|
675
685
|
"displayStack": "pf-m-display-stack",
|
|
676
686
|
"displayInline": "pf-m-display-inline",
|
|
677
687
|
"displayStackOnSm": "pf-m-display-stack-on-sm",
|
|
@@ -1164,6 +1174,7 @@ export default {
|
|
|
1164
1174
|
"navItem": "pf-v6-c-nav__item",
|
|
1165
1175
|
"navLink": "pf-v6-c-nav__link",
|
|
1166
1176
|
"navLinkIcon": "pf-v6-c-nav__link-icon",
|
|
1177
|
+
"navLinkText": "pf-v6-c-nav__link-text",
|
|
1167
1178
|
"navList": "pf-v6-c-nav__list",
|
|
1168
1179
|
"navNav": "pf-v6-c-nav__nav",
|
|
1169
1180
|
"navScrollButton": "pf-v6-c-nav__scroll-button",
|
|
@@ -1202,6 +1213,7 @@ export default {
|
|
|
1202
1213
|
"overflowMenuGroup": "pf-v6-c-overflow-menu__group",
|
|
1203
1214
|
"overflowMenuItem": "pf-v6-c-overflow-menu__item",
|
|
1204
1215
|
"page": "pf-v6-c-page",
|
|
1216
|
+
"pageDock": "pf-v6-c-page__dock",
|
|
1205
1217
|
"pageDrawer": "pf-v6-c-page__drawer",
|
|
1206
1218
|
"pageMain": "pf-v6-c-page__main",
|
|
1207
1219
|
"pageMainBody": "pf-v6-c-page__main-body",
|
|
@@ -1348,7 +1360,7 @@ export default {
|
|
|
1348
1360
|
"textInputGroupTextInput": "pf-v6-c-text-input-group__text-input",
|
|
1349
1361
|
"textInputGroupUtilities": "pf-v6-c-text-input-group__utilities",
|
|
1350
1362
|
"themeDark": "pf-v6-theme-dark",
|
|
1351
|
-
"
|
|
1363
|
+
"themeGlass": "pf-v6-theme-glass",
|
|
1352
1364
|
"tile": "pf-v6-c-tile",
|
|
1353
1365
|
"tileBody": "pf-v6-c-tile__body",
|
|
1354
1366
|
"tileHeader": "pf-v6-c-tile__header",
|
|
@@ -1,8 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
.ws-core-a-compass .pf-v6-c-compass {
|
|
2
|
+
height: 600px;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
#ws-core-a-compass-default [class*="pf-v6-c-compass"],
|
|
6
|
+
#ws-core-a-compass-docked [class*="pf-v6-c-compass"] {
|
|
2
7
|
position: relative;
|
|
3
8
|
}
|
|
4
9
|
|
|
5
|
-
#ws-core-
|
|
10
|
+
#ws-core-a-compass-default [class*="pf-v6-c-compass"]::after,
|
|
11
|
+
#ws-core-a-compass-docked [class*="pf-v6-c-compass"]::after {
|
|
6
12
|
position: absolute;
|
|
7
13
|
inset: 0;
|
|
8
14
|
pointer-events: none;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
.ws-core-
|
|
2
|
-
.ws-core-
|
|
1
|
+
.ws-core-f-bullseye .pf-v6-l-bullseye,
|
|
2
|
+
.ws-core-f-bullseye .pf-v6-l-bullseye__item {
|
|
3
3
|
padding: var(--pf-t--global--spacer--sm);
|
|
4
4
|
border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
|
|
5
5
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
.ws-core-
|
|
2
|
-
.ws-core-
|
|
3
|
-
.ws-core-
|
|
1
|
+
.ws-core-f-flex-border,
|
|
2
|
+
.ws-core-f-flex .pf-v6-l-flex .pf-v6-l-flex,
|
|
3
|
+
.ws-core-f-flex .pf-v6-l-flex__item {
|
|
4
4
|
padding: var(--pf-t--global--spacer--sm);
|
|
5
5
|
border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
|
|
6
6
|
}
|
|
@@ -2,7 +2,7 @@ import './Flex.css';
|
|
|
2
2
|
declare const _default: {
|
|
3
3
|
"flex": "pf-v6-l-flex",
|
|
4
4
|
"flexItem": "pf-v6-l-flex__item",
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"wsCoreFFlex": "ws-core-f-flex",
|
|
6
|
+
"wsCoreFFlexBorder": "ws-core-f-flex-border"
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
@@ -4,6 +4,6 @@ require('./Flex.css');
|
|
|
4
4
|
exports.default = {
|
|
5
5
|
"flex": "pf-v6-l-flex",
|
|
6
6
|
"flexItem": "pf-v6-l-flex__item",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"wsCoreFFlex": "ws-core-f-flex",
|
|
8
|
+
"wsCoreFFlexBorder": "ws-core-f-flex-border"
|
|
9
9
|
};
|
|
@@ -2,6 +2,6 @@ import './Flex.css';
|
|
|
2
2
|
export default {
|
|
3
3
|
"flex": "pf-v6-l-flex",
|
|
4
4
|
"flexItem": "pf-v6-l-flex__item",
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"wsCoreFFlex": "ws-core-f-flex",
|
|
6
|
+
"wsCoreFFlexBorder": "ws-core-f-flex-border"
|
|
7
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
.ws-core-
|
|
2
|
-
.ws-core-
|
|
1
|
+
.ws-core-f-gallery .pf-v6-l-gallery,
|
|
2
|
+
.ws-core-f-gallery .pf-v6-l-gallery__item {
|
|
3
3
|
padding: var(--pf-t--global--spacer--sm);
|
|
4
4
|
border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
|
|
5
5
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
.ws-core-
|
|
1
|
+
.ws-core-f-level .ws-preview-html {
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-wrap: wrap;
|
|
4
4
|
min-height: 160px;
|
|
5
5
|
}
|
|
6
|
-
.ws-core-
|
|
6
|
+
.ws-core-f-level :is(.pf-v6-l-level, .pf-v6-l-level__item, .pf-v6-l-level > *) {
|
|
7
7
|
padding: var(--pf-t--global--spacer--sm);
|
|
8
8
|
border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
|
|
9
9
|
}
|
|
10
|
-
.ws-core-
|
|
10
|
+
.ws-core-f-level .pf-v6-l-level {
|
|
11
11
|
width: 100%;
|
|
12
12
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.ws-core-
|
|
1
|
+
.ws-core-f-split :is(.pf-v6-l-split, .pf-v6-l-split__item, .pf-v6-l-split > *) {
|
|
2
2
|
padding: var(--pf-t--global--spacer--sm);
|
|
3
3
|
border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
|
|
4
4
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
.ws-core-
|
|
1
|
+
.ws-core-f-stack :is(.pf-v6-l-stack, .pf-v6-l-stack__item, .pf-v6-l-stack > *) {
|
|
2
2
|
padding: var(--pf-t--global--spacer--sm);
|
|
3
3
|
border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
.ws-core-
|
|
6
|
+
.ws-core-f-stack .ws-preview-html {
|
|
7
7
|
display: flex;
|
|
8
8
|
flex-direction: column;
|
|
9
9
|
min-height: 30rem;
|
|
10
10
|
width: 100%;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.ws-core-
|
|
13
|
+
.ws-core-f-stack .pf-v6-l-stack {
|
|
14
14
|
flex-grow: 1;
|
|
15
15
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
.ws-core-
|
|
2
|
-
.ws-core-
|
|
3
|
-
.ws-core-
|
|
4
|
-
.ws-core-
|
|
1
|
+
.ws-core-f-alignment .pf-v6-u-text-align-start,
|
|
2
|
+
.ws-core-f-alignment .pf-v6-u-text-align-center,
|
|
3
|
+
.ws-core-f-alignment .pf-v6-u-text-align-end,
|
|
4
|
+
.ws-core-f-alignment .pf-v6-u-text-align-justify {
|
|
5
5
|
padding: var(--pf-t--global--spacer--sm);
|
|
6
6
|
border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
|
|
7
7
|
}
|
|
@@ -4,6 +4,6 @@ declare const _default: {
|
|
|
4
4
|
"textAlignEnd": "pf-v6-u-text-align-end",
|
|
5
5
|
"textAlignJustify": "pf-v6-u-text-align-justify",
|
|
6
6
|
"textAlignStart": "pf-v6-u-text-align-start",
|
|
7
|
-
"
|
|
7
|
+
"wsCoreFAlignment": "ws-core-f-alignment"
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
.ws-core-
|
|
1
|
+
.ws-core-f-box-shadow .ws-preview-html {
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
gap: var(--pf-t--global--spacer--xl);
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
.ws-core-
|
|
7
|
+
.ws-core-f-box-shadow [class*="pf-v6-u-box-shadow"] {
|
|
8
8
|
padding: var(--pf-t--global--spacer--md);
|
|
9
9
|
}
|