@patternfly/patternfly 6.0.0-alpha.119 → 6.0.0-alpha.120
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/assets/fontawesome/_animated.scss +1 -0
- package/assets/fontawesome/_bordered-pulled.scss +1 -0
- package/assets/fontawesome/_core.scss +2 -0
- package/assets/fontawesome/_fixed-width.scss +2 -0
- package/assets/fontawesome/_icons.scss +1 -0
- package/assets/fontawesome/_index.scss +12 -0
- package/assets/fontawesome/_larger.scss +4 -2
- package/assets/fontawesome/_list.scss +4 -2
- package/assets/fontawesome/_rotated-flipped.scss +2 -0
- package/assets/fontawesome/_screen-reader.scss +1 -0
- package/assets/fontawesome/_stacked.scss +3 -1
- package/assets/fontawesome/_variables.scss +3 -2
- package/assets/fontawesome/fontawesome.scss +12 -12
- package/assets/pficon/pficon.scss +3 -0
- package/base/_index.scss +10 -0
- package/base/{_globals.scss → normalize.scss} +5 -35
- package/base/patternfly-common.scss +50 -2
- package/base/patternfly-fa-icons.css +1 -1
- package/base/patternfly-fa-icons.scss +35 -2
- package/base/patternfly-fonts.scss +49 -2
- package/base/patternfly-pf-icons.scss +1 -2
- package/base/patternfly-svg-icons.css +5 -0
- package/base/{_svg-icons.scss → patternfly-svg-icons.scss} +2 -0
- package/base/patternfly-variables.scss +14 -2
- package/base/reset.scss +33 -0
- package/base/tokens/_index.scss +6 -0
- package/components/AboutModalBox/about-modal-box.css +8 -8
- package/components/AboutModalBox/about-modal-box.scss +3 -4
- package/components/Accordion/accordion.css +1 -1
- package/components/Accordion/accordion.scss +8 -8
- package/components/ActionList/action-list.css +1 -1
- package/components/ActionList/action-list.scss +3 -1
- package/components/Alert/alert-group.scss +1 -1
- package/components/Alert/alert.css +1 -1
- package/components/Alert/alert.scss +3 -3
- package/components/AppLauncher/app-launcher.scss +1 -3
- package/components/Avatar/avatar.css +1 -1
- package/components/Avatar/avatar.scss +3 -2
- package/components/BackToTop/back-to-top.css +2 -2
- package/components/BackToTop/back-to-top.scss +2 -2
- package/components/Backdrop/backdrop.css +1 -2
- package/components/Backdrop/backdrop.scss +2 -3
- package/components/BackgroundImage/background-image.css +1 -2
- package/components/BackgroundImage/background-image.scss +2 -3
- package/components/Badge/badge.css +1 -1
- package/components/Badge/badge.scss +2 -2
- package/components/Banner/banner.css +2 -2
- package/components/Banner/banner.scss +3 -3
- package/components/Brand/brand.scss +2 -1
- package/components/Breadcrumb/breadcrumb.css +1 -2
- package/components/Breadcrumb/breadcrumb.scss +3 -2
- package/components/Button/button.css +1 -2
- package/components/Button/button.scss +3 -2
- package/components/CalendarMonth/calendar-month.css +1 -2
- package/components/CalendarMonth/calendar-month.scss +5 -5
- package/components/Card/card.css +1 -2
- package/components/Card/card.scss +4 -5
- package/components/Check/check.css +1 -2
- package/components/Check/check.scss +2 -3
- package/components/Chip/chip-group.scss +1 -1
- package/components/Chip/chip.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +1 -2
- package/components/ClipboardCopy/clipboard-copy.scss +2 -3
- package/components/CodeBlock/code-block.css +1 -1
- package/components/CodeBlock/code-block.scss +2 -2
- package/components/CodeEditor/code-editor.css +1 -1
- package/components/CodeEditor/code-editor.scss +2 -2
- package/components/Content/content.css +1 -2
- package/components/Content/content.scss +2 -3
- package/components/ContextSelector/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.scss +2 -0
- package/components/DataList/data-list.css +3 -3
- package/components/DataList/data-list.scss +5 -5
- package/components/DatePicker/date-picker.css +1 -2
- package/components/DatePicker/date-picker.scss +2 -3
- package/components/DescriptionList/description-list-order.scss +2 -0
- package/components/DescriptionList/description-list.css +7 -7
- package/components/DescriptionList/description-list.scss +5 -4
- package/components/Divider/divider.css +1 -2
- package/components/Divider/divider.scss +3 -3
- package/components/DragDrop/drag-drop.css +2 -2
- package/components/DragDrop/drag-drop.scss +3 -3
- package/components/Drawer/drawer.css +3 -6
- package/components/Drawer/drawer.scss +14 -13
- package/components/Dropdown/dropdown.scss +2 -1
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +4 -3
- package/components/EmptyState/empty-state.css +1 -1
- package/components/EmptyState/empty-state.scss +2 -2
- package/components/ExpandableSection/expandable-section.css +1 -1
- package/components/ExpandableSection/expandable-section.scss +7 -9
- package/components/FileUpload/file-upload.css +1 -2
- package/components/FileUpload/file-upload.scss +2 -3
- package/components/Form/form.css +1 -2
- package/components/Form/form.scss +4 -4
- package/components/FormControl/form-control.css +1 -2
- package/components/FormControl/form-control.scss +6 -5
- package/components/HelperText/helper-text.css +1 -1
- package/components/HelperText/helper-text.scss +4 -3
- package/components/Hint/hint.css +1 -1
- package/components/Hint/hint.scss +2 -2
- package/components/Icon/icon.css +1 -2
- package/components/Icon/icon.scss +2 -3
- package/components/InlineEdit/inline-edit.css +1 -2
- package/components/InlineEdit/inline-edit.scss +2 -3
- package/components/InputGroup/input-group.css +1 -2
- package/components/InputGroup/input-group.scss +2 -3
- package/components/JumpLinks/jump-links.css +1 -2
- package/components/JumpLinks/jump-links.scss +3 -3
- package/components/Label/label-group.css +1 -2
- package/components/Label/label-group.scss +2 -3
- package/components/Label/label.css +1 -2
- package/components/Label/label.scss +2 -4
- package/components/List/list.scss +1 -1
- package/components/LogViewer/log-viewer.scss +1 -1
- package/components/Login/login.css +9 -9
- package/components/Login/login.scss +2 -2
- package/components/Masthead/masthead.css +1 -2
- package/components/Masthead/masthead.scss +3 -2
- package/components/Menu/menu.css +1 -2
- package/components/Menu/menu.scss +3 -2
- package/components/MenuToggle/menu-toggle.css +1 -2
- package/components/MenuToggle/menu-toggle.scss +2 -3
- package/components/ModalBox/modal-box.css +2 -2
- package/components/ModalBox/modal-box.scss +3 -3
- package/components/MultipleFileUpload/multiple-file-upload.css +1 -2
- package/components/MultipleFileUpload/multiple-file-upload.scss +2 -3
- package/components/Nav/nav.css +1 -2
- package/components/Nav/nav.scss +3 -2
- package/components/NotificationBadge/notification-badge.css +1 -1
- package/components/NotificationBadge/notification-badge.scss +2 -2
- package/components/NotificationDrawer/notification-drawer.css +1 -2
- package/components/NotificationDrawer/notification-drawer.scss +2 -3
- package/components/NumberInput/number-input.css +1 -2
- package/components/NumberInput/number-input.scss +2 -3
- package/components/OptionsMenu/options-menu.scss +1 -1
- package/components/OverflowMenu/overflow-menu.css +1 -1
- package/components/OverflowMenu/overflow-menu.scss +3 -1
- package/components/Page/page.css +5 -5
- package/components/Page/page.scss +3 -2
- package/components/Pagination/pagination.css +3 -6
- package/components/Pagination/pagination.scss +3 -3
- package/components/Panel/panel.css +1 -2
- package/components/Panel/panel.scss +2 -3
- package/components/Popover/popover.scss +1 -1
- package/components/Progress/progress.css +1 -2
- package/components/Progress/progress.scss +5 -6
- package/components/ProgressStepper/progress-stepper.css +2 -4
- package/components/ProgressStepper/progress-stepper.scss +3 -3
- package/components/Radio/radio.css +1 -2
- package/components/Radio/radio.scss +2 -3
- package/components/Select/select.scss +1 -1
- package/components/Sidebar/sidebar.css +1 -2
- package/components/Sidebar/sidebar.scss +5 -5
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +3 -3
- package/components/Skeleton/skeleton.css +1 -2
- package/components/Skeleton/skeleton.scss +2 -3
- package/components/SkipToContent/skip-to-content.css +1 -1
- package/components/SkipToContent/skip-to-content.scss +2 -2
- package/components/Slider/slider.css +1 -2
- package/components/Slider/slider.scss +12 -13
- package/components/Spinner/spinner.css +1 -2
- package/components/Spinner/spinner.scss +4 -5
- package/components/Switch/switch.css +1 -2
- package/components/Switch/switch.scss +2 -3
- package/components/TabContent/tab-content.css +1 -2
- package/components/TabContent/tab-content.scss +3 -3
- package/components/Table/table-grid.scss +2 -0
- package/components/Table/table-scrollable.css +1 -2
- package/components/Table/table-scrollable.scss +3 -3
- package/components/Table/table-tree-view.css +1 -2
- package/components/Table/table-tree-view.scss +3 -2
- package/components/Table/table.css +1 -2
- package/components/Table/table.scss +3 -2
- package/components/Tabs/tabs.css +1 -2
- package/components/Tabs/tabs.scss +7 -7
- package/components/TextInputGroup/text-input-group.css +1 -2
- package/components/TextInputGroup/text-input-group.scss +4 -4
- package/components/Tile/tile.css +1 -2
- package/components/Tile/tile.scss +2 -3
- package/components/Timestamp/timestamp.css +1 -1
- package/components/Timestamp/timestamp.scss +4 -3
- package/components/Title/title.css +1 -1
- package/components/Title/title.scss +3 -3
- package/components/ToggleGroup/toggle-group.css +1 -2
- package/components/ToggleGroup/toggle-group.scss +3 -4
- package/components/Toolbar/toolbar.css +1 -2
- package/components/Toolbar/toolbar.scss +3 -2
- package/components/Tooltip/tooltip.css +1 -1
- package/components/Tooltip/tooltip.scss +5 -4
- package/components/TreeView/tree-view.css +1 -2
- package/components/TreeView/tree-view.scss +3 -3
- package/components/Truncate/truncate.css +1 -2
- package/components/Truncate/truncate.scss +2 -3
- package/components/Wizard/wizard.css +2 -4
- package/components/Wizard/wizard.scss +2 -3
- package/components/_index.css +25850 -0
- package/components/_index.scss +91 -0
- package/layouts/Bullseye/bullseye.css +1 -2
- package/layouts/Bullseye/bullseye.scss +3 -2
- package/layouts/Flex/flex.css +1 -2
- package/layouts/Flex/flex.scss +5 -4
- package/layouts/Gallery/gallery.css +1 -2
- package/layouts/Gallery/gallery.scss +3 -2
- package/layouts/Grid/grid.css +1 -2
- package/layouts/Grid/grid.scss +3 -2
- package/layouts/Level/level.css +1 -2
- package/layouts/Level/level.scss +3 -2
- package/layouts/Split/split.css +1 -2
- package/layouts/Split/split.scss +3 -2
- package/layouts/Stack/stack.css +1 -2
- package/layouts/Stack/stack.scss +3 -2
- package/layouts/_index.css +3454 -0
- package/layouts/_index.scss +8 -0
- package/package.json +1 -2
- package/patternfly-addons.scss +2 -12
- package/patternfly-base-no-globals.css +1156 -1156
- package/patternfly-base-no-globals.scss +5 -3
- package/patternfly-base.css +1251 -1251
- package/patternfly-base.scss +2 -5
- package/patternfly-charts.scss +1 -1
- package/patternfly-no-globals.css +1278 -1341
- package/patternfly-no-globals.scss +5 -4
- package/patternfly.css +1374 -1437
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/patternfly.scss +3 -4
- package/sass-utilities/_index.scss +6 -0
- package/sass-utilities/functions.scss +10 -4
- package/sass-utilities/mixins.scss +9 -7
- package/sass-utilities/{component-namespaces.scss → namespaces-components.scss} +3 -0
- package/sass-utilities/{layout-namespaces.scss → namespaces-layouts.scss} +3 -1
- package/sass-utilities/scss-variables.scss +0 -2
- package/utilities/Accessibility/accessibility.scss +2 -0
- package/utilities/Alignment/alignment.scss +2 -0
- package/utilities/BackgroundColor/{BackgroundColor.scss → background-color.scss} +1 -4
- package/utilities/BoxShadow/box-shadow.scss +2 -1
- package/utilities/Display/display.scss +2 -1
- package/utilities/Flex/flex.scss +2 -1
- package/utilities/Float/float.scss +4 -4
- package/utilities/Sizing/sizing.scss +2 -0
- package/utilities/Spacing/spacing.scss +2 -2
- package/utilities/Text/text.scss +2 -1
- package/utilities/_index.css +7777 -0
- package/utilities/_index.scss +10 -0
- package/base/_base.scss +0 -2
- package/base/_common.scss +0 -50
- package/base/_fa-icons.scss +0 -33
- package/base/_fonts.scss +0 -48
- package/base/_icons.scss +0 -3
- package/base/_pficons.scss +0 -2
- package/base/_variables.scss +0 -14
- package/base/patternfly-globals.css +0 -116
- package/base/patternfly-globals.scss +0 -2
- package/base/patternfly-icons.css +0 -4728
- package/base/patternfly-icons.scss +0 -2
- package/components/_all.scss +0 -91
- package/layouts/_all.scss +0 -7
- package/sass-utilities/_all.scss +0 -7
- package/sass-utilities/div.import.scss +0 -3
- package/sass-utilities/div.scss +0 -4
- /package/base/tokens/{_tokens-charts.scss → tokens-charts.scss} +0 -0
- /package/base/tokens/{_tokens-dark.scss → tokens-dark.scss} +0 -0
- /package/base/tokens/{_tokens-default.scss → tokens-default.scss} +0 -0
- /package/base/tokens/{_tokens-font.scss → tokens-font.scss} +0 -0
- /package/base/tokens/{_tokens-palette.scss → tokens-palette.scss} +0 -0
- /package/base/tokens/{_workspace-overrides.scss → workspace-overrides.scss} +0 -0
- /package/sass-utilities/{_init.scss → init.scss} +0 -0
- /package/utilities/BackgroundColor/{BackgroundColor.css → background-color.css} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:root {
|
|
3
|
+
:where(:root, .#{$alert}) {
|
|
4
4
|
// Alert variables
|
|
5
5
|
--#{$alert}--BoxShadow: var(--pf-t--global--box-shadow--lg);
|
|
6
6
|
--#{$alert}--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
|
|
187
187
|
.#{$alert}__toggle-icon {
|
|
188
188
|
@include pf-v6-mirror-inline-on-rtl;
|
|
189
|
-
|
|
189
|
+
|
|
190
190
|
display: inline-block;
|
|
191
191
|
transition: var(--#{$alert}__toggle-icon--Transition);
|
|
192
192
|
transform: rotate(var(--#{$alert}__toggle-icon--Rotate));
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
// @import "../../sass-utilities/all";
|
|
3
|
-
// @debug $app-launcher; // check your variable names located in src/patternfly/sass-utilities/component-namespaces.scss
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
4
2
|
|
|
5
3
|
.#{$app-launcher} {
|
|
6
4
|
// Menu
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
|
+
|
|
2
3
|
$pf-v6-c-avatar--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "xl", "2xl");
|
|
3
4
|
$pf-v6-c-avatar--sizes: "sm", "md", "lg", "xl";
|
|
4
5
|
|
|
5
|
-
:root, .#{$avatar} {
|
|
6
|
+
:where(:root, .#{$avatar}) {
|
|
6
7
|
--#{$avatar}--BorderColor: transparent;
|
|
7
8
|
--#{$avatar}--BorderWidth: 0;
|
|
8
9
|
--#{$avatar}--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
:root {
|
|
1
|
+
:where(:root, .pf-v6-c-back-to-top) {
|
|
2
2
|
--pf-v6-c-back-to-top--Right: var(--pf-t--global--spacer--2xl);
|
|
3
3
|
--pf-v6-c-back-to-top--Bottom: var(--pf-t--global--spacer--lg);
|
|
4
4
|
--pf-v6-c-back-to-top--md--Bottom: var(--pf-t--global--spacer--2xl);
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
--pf-v6-c-back-to-top--c-button--BoxShadow: var(--pf-t--global--box-shadow--sm);
|
|
11
11
|
}
|
|
12
12
|
@media (min-width: 768px) {
|
|
13
|
-
:root {
|
|
13
|
+
:where(:root, .pf-v6-c-back-to-top) {
|
|
14
14
|
--pf-v6-c-back-to-top--Bottom: var(--pf-v6-c-back-to-top--md--Bottom);
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:root {
|
|
3
|
+
:where(:root, .#{$back-to-top}) {
|
|
4
4
|
--#{$back-to-top}--Right: var(--pf-t--global--spacer--2xl);
|
|
5
5
|
--#{$back-to-top}--Bottom: var(--pf-t--global--spacer--lg);
|
|
6
6
|
--#{$back-to-top}--md--Bottom: var(--pf-t--global--spacer--2xl);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:root,
|
|
4
|
-
.#{$backdrop} {
|
|
3
|
+
:where(:root, .#{$backdrop}) {
|
|
5
4
|
--#{$backdrop}--Position: fixed;
|
|
6
5
|
--#{$backdrop}--ZIndex: var(--pf-t--global--z-index--lg);
|
|
7
6
|
--#{$backdrop}--BackgroundColor: var(--pf-t--global--background--color--backdrop--default);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
:root,
|
|
2
|
-
.pf-v6-c-background-image {
|
|
1
|
+
:where(:root, .pf-v6-c-background-image) {
|
|
3
2
|
--pf-v6-c-background-image--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
4
3
|
--pf-v6-c-background-image--BackgroundImage: none;
|
|
5
4
|
--pf-v6-c-background-image--BackgroundSize--min-width: 200px;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:root,
|
|
4
|
-
.#{$background-image} {
|
|
3
|
+
:where(:root, .#{$background-image}) {
|
|
5
4
|
--#{$background-image}--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
6
5
|
--#{$background-image}--BackgroundImage: none;
|
|
7
6
|
--#{$background-image}--BackgroundSize--min-width: 200px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:root {
|
|
3
|
+
:where(:root, .#{$badge}) {
|
|
4
4
|
// Component
|
|
5
5
|
--#{$badge}--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
6
6
|
--#{$badge}--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
:root {
|
|
1
|
+
:where(:root, .pf-v6-c-banner) {
|
|
2
2
|
--pf-v6-c-banner--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
3
3
|
--pf-v6-c-banner--PaddingRight: var(--pf-t--global--spacer--md);
|
|
4
4
|
--pf-v6-c-banner--md--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
--pf-v6-c-banner--m-purple--Color: var(--pf-t--global--text--color--nonstatus--on-purple--default);
|
|
45
45
|
}
|
|
46
46
|
@media (min-width: 768px) {
|
|
47
|
-
:root {
|
|
47
|
+
:where(:root, .pf-v6-c-banner) {
|
|
48
48
|
--pf-v6-c-banner--PaddingRight: var(--pf-v6-c-banner--md--PaddingRight);
|
|
49
49
|
--pf-v6-c-banner--PaddingLeft: var(--pf-v6-c-banner--md--PaddingLeft);
|
|
50
50
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:root {
|
|
3
|
+
:where(:root, .#{$banner}) {
|
|
4
4
|
--#{$banner}--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
5
5
|
--#{$banner}--PaddingRight: var(--pf-t--global--spacer--md);
|
|
6
6
|
--#{$banner}--md--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
--#{$banner}--BackgroundColor: var(--#{$banner}--m-red--BackgroundColor);
|
|
100
100
|
--#{$banner}--Color: var(--#{$banner}--m-red--Color);
|
|
101
101
|
}
|
|
102
|
-
|
|
102
|
+
|
|
103
103
|
&.pf-m-orangered {
|
|
104
104
|
--#{$banner}--BackgroundColor: var(--#{$banner}--m-orangered--BackgroundColor);
|
|
105
105
|
--#{$banner}--Color: var(--#{$banner}--m-orangered--Color);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
:where(:root)
|
|
2
|
-
:where(.pf-v6-c-breadcrumb) {
|
|
1
|
+
:where(:root, .pf-v6-c-breadcrumb) {
|
|
3
2
|
--pf-v6-c-breadcrumb__item--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
4
3
|
--pf-v6-c-breadcrumb__item--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
5
4
|
--pf-v6-c-breadcrumb__item--MarginRight: var(--pf-t--global--spacer--sm);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
|
+
|
|
3
|
+
:where(:root, .#{$breadcrumb}) {
|
|
3
4
|
// Breadcrumb item
|
|
4
5
|
--#{$breadcrumb}__item--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
5
6
|
--#{$breadcrumb}__item--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
|
+
|
|
3
|
+
:where(:root, .#{$button}) {
|
|
3
4
|
--#{$button}--Display: inline-block;
|
|
4
5
|
--#{$button}--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
5
6
|
--#{$button}--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
:where(:root)
|
|
2
|
-
:where(.pf-v6-c-calendar-month) {
|
|
1
|
+
:where(:root, .pf-v6-c-calendar-month) {
|
|
3
2
|
--pf-v6-c-calendar-month--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
4
3
|
--pf-v6-c-calendar-month--PaddingTop: var(--pf-t--global--spacer--lg);
|
|
5
4
|
--pf-v6-c-calendar-month--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
|
+
|
|
3
|
+
:where(:root, .#{$calendar-month}) {
|
|
3
4
|
--#{$calendar-month}--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
4
5
|
--#{$calendar-month}--PaddingTop: var(--pf-t--global--spacer--lg);
|
|
5
6
|
--#{$calendar-month}--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
@@ -20,7 +21,7 @@
|
|
|
20
21
|
|
|
21
22
|
// day th
|
|
22
23
|
--#{$calendar-month}__day--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
23
|
-
--#{$calendar-month}__day--FontWeight: var(--pf-t--global--font--weight--body);
|
|
24
|
+
--#{$calendar-month}__day--FontWeight: var(--pf-t--global--font--weight--body);
|
|
24
25
|
--#{$calendar-month}__day--Color: var(--pf-t--global--text--color--regular);
|
|
25
26
|
|
|
26
27
|
|
|
@@ -156,7 +157,6 @@
|
|
|
156
157
|
--#{$calendar-month}__date--hover--BorderWidth: var(--#{$calendar-month}__dates-cell--m-in-range__date--hover--BorderWidth);
|
|
157
158
|
--#{$calendar-month}__date--hover--BorderColor: var(--#{$calendar-month}__dates-cell--m-in-range__date--hover--BorderColor);
|
|
158
159
|
--#{$calendar-month}__date--focus--BackgroundColor: var(--#{$calendar-month}__dates-cell--m-in-range__date--focus--BackgroundColor);
|
|
159
|
-
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
&.pf-m-start-range {
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
&:hover,
|
|
222
222
|
&.pf-m-hover {
|
|
223
223
|
--#{$calendar-month}__date--BackgroundColor: var(--#{$calendar-month}__date--hover--BackgroundColor);
|
|
224
|
-
|
|
224
|
+
|
|
225
225
|
border: var(--#{$calendar-month}__date--hover--BorderColor) solid var(--#{$calendar-month}__date--hover--BorderWidth);
|
|
226
226
|
}
|
|
227
227
|
|
package/components/Card/card.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
:where(:root)
|
|
2
|
-
:where(.pf-v6-c-card) {
|
|
1
|
+
:where(:root, .pf-v6-c-card) {
|
|
3
2
|
--pf-v6-c-card--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
4
3
|
--pf-v6-c-card--BorderColor: var(--pf-t--global--border--color--default);
|
|
5
4
|
--pf-v6-c-card--BorderStyle: solid;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:where(:root)
|
|
4
|
-
:where(.#{$card}) {
|
|
3
|
+
:where(:root, .#{$card}) {
|
|
5
4
|
--#{$card}--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
6
5
|
--#{$card}--BorderColor: var(--pf-t--global--border--color--default);
|
|
7
6
|
--#{$card}--BorderStyle: solid;
|
|
@@ -27,7 +26,7 @@
|
|
|
27
26
|
--#{$card}__actions--MarginTop: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
28
27
|
--#{$card}__actions--MarginBottom: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
29
28
|
|
|
30
|
-
// Expandable
|
|
29
|
+
// Expandable
|
|
31
30
|
--#{$card}__header-toggle--MarginTop: calc(var(--pf-t--global--spacer--button--vertical--default) * -1);
|
|
32
31
|
--#{$card}__header-toggle--MarginRight: var(--pf-t--global--spacer--xs);
|
|
33
32
|
--#{$card}__header-toggle--MarginBottom: calc(var(--pf-t--global--spacer--button--vertical--default) * -1);
|
|
@@ -70,7 +69,7 @@
|
|
|
70
69
|
--#{$card}--m-compact__title-text--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
71
70
|
--#{$card}--m-compact__body--FontSize: var(--pf-t--global--font--size--body--default);
|
|
72
71
|
--#{$card}--m-compact__footer--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
73
|
-
--#{$card}--m-compact--first-child--PaddingTop: var(--pf-t--global--spacer--md);
|
|
72
|
+
--#{$card}--m-compact--first-child--PaddingTop: var(--pf-t--global--spacer--md);
|
|
74
73
|
--#{$card}--m-compact--child--PaddingRight: var(--pf-t--global--spacer--md);
|
|
75
74
|
--#{$card}--m-compact--child--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
76
75
|
--#{$card}--m-compact--child--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
:root,
|
|
2
|
-
.pf-v6-c-check {
|
|
1
|
+
:where(:root, .pf-v6-c-check) {
|
|
3
2
|
--pf-v6-c-check--GridGap: var(--pf-t--global--spacer--sm) var(--pf-t--global--spacer--sm);
|
|
4
3
|
--pf-v6-c-check--AccentColor: var(--pf-t--global--color--brand--default);
|
|
5
4
|
--pf-v6-c-check--MinHeight: calc(var(--pf-v6-c-check__label--FontSize) * var(--pf-v6-c-check__label--LineHeight));
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:root,
|
|
4
|
-
.#{$check} {
|
|
3
|
+
:where(:root, .#{$check}) {
|
|
5
4
|
--#{$check}--GridGap: var(--pf-t--global--spacer--sm) var(--pf-t--global--spacer--sm);
|
|
6
5
|
--#{$check}--AccentColor: var(--pf-t--global--color--brand--default);
|
|
7
6
|
--#{$check}--MinHeight: calc(var(--#{$check}__label--FontSize) * var(--#{$check}__label--LineHeight));
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
:where(:root)
|
|
2
|
-
:where(.pf-v6-c-clipboard-copy) {
|
|
1
|
+
:where(:root, .pf-v6-c-clipboard-copy) {
|
|
3
2
|
--pf-v6-c-clipboard-copy__toggle-icon--Transition: .2s ease-in 0s;
|
|
4
3
|
--pf-v6-c-clipboard-copy--m-expanded__toggle-icon--Rotate: 90deg;
|
|
5
4
|
--pf-v6-c-clipboard-copy__expandable-content--MarginTop: var(--pf-t--global--spacer--xs);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:where(:root)
|
|
4
|
-
:where(.#{$clipboard-copy}) {
|
|
3
|
+
:where(:root, .#{$clipboard-copy}) {
|
|
5
4
|
// Toggle icon
|
|
6
5
|
--#{$clipboard-copy}__toggle-icon--Transition: .2s ease-in 0s;
|
|
7
6
|
--#{$clipboard-copy}--m-expanded__toggle-icon--Rotate: 90deg;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
:root,
|
|
1
|
+
:where(:root, .pf-v6-c-code-block) {
|
|
2
2
|
--pf-v6-c-code-block--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
3
3
|
--pf-v6-c-code-block--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
4
4
|
--pf-v6-c-code-block__header--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:root,
|
|
3
|
+
:where(:root, .#{$code-block}) {
|
|
4
4
|
--#{$code-block}--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
5
5
|
--#{$code-block}--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
6
6
|
--#{$code-block}__header--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
:where(:root
|
|
1
|
+
:where(:root, .pf-v6-c-code-editor) {
|
|
2
2
|
--pf-v6-c-code-editor__controls--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
3
3
|
--pf-v6-c-code-editor__controls--Gap: var(--pf-t--global--spacer--xs);
|
|
4
4
|
--pf-v6-c-code-editor__header--before--BorderBottomWidth: var(--pf-t--global--border--width--box--default);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:where(:root
|
|
3
|
+
:where(:root, .#{$code-editor}) {
|
|
4
4
|
// controls
|
|
5
5
|
--#{$code-editor}__controls--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
6
6
|
--#{$code-editor}__controls--Gap: var(--pf-t--global--spacer--xs);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
:where(:root)
|
|
2
|
-
:where(.pf-v6-c-content) {
|
|
1
|
+
:where(:root, .pf-v6-c-content) {
|
|
3
2
|
--pf-v6-c-content--MarginBottom: var(--pf-t--global--spacer--md);
|
|
4
3
|
--pf-v6-c-content--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
5
4
|
--pf-v6-c-content--FontSize: var(--pf-t--global--font--size--body--default);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:where(:root)
|
|
4
|
-
:where(.#{$content}) {
|
|
3
|
+
:where(:root, .#{$content}) {
|
|
5
4
|
// Body
|
|
6
5
|
--#{$content}--MarginBottom: var(--pf-t--global--spacer--md);
|
|
7
6
|
--#{$content}--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
}
|
|
405
405
|
}
|
|
406
406
|
|
|
407
|
-
:root, .pf-v6-c-data-list {
|
|
407
|
+
:where(:root, .pf-v6-c-data-list) {
|
|
408
408
|
--pf-v6-c-data-list--FontSize: var( --pf-t--global--font--size--body);
|
|
409
409
|
--pf-v6-c-data-list--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
410
410
|
--pf-v6-c-data-list--BorderTopColor: var(--pf-t--global--border--color--default);
|
|
@@ -516,13 +516,13 @@
|
|
|
516
516
|
--pf-v6-c-data-list--m-compact__cell--m-icon--cell--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
517
517
|
}
|
|
518
518
|
@media screen and (min-width: 576px) {
|
|
519
|
-
:root, .pf-v6-c-data-list {
|
|
519
|
+
:where(:root, .pf-v6-c-data-list) {
|
|
520
520
|
--pf-v6-c-data-list--BorderTopColor: var(--pf-v6-c-data-list--sm--BorderTopColor);
|
|
521
521
|
--pf-v6-c-data-list--BorderTopWidth: var(--pf-v6-c-data-list--sm--BorderTopWidth);
|
|
522
522
|
}
|
|
523
523
|
}
|
|
524
524
|
@media screen and (min-width: 576px) {
|
|
525
|
-
:root, .pf-v6-c-data-list {
|
|
525
|
+
:where(:root, .pf-v6-c-data-list) {
|
|
526
526
|
--pf-v6-c-data-list__item--BorderBottomWidth: var(--pf-v6-c-data-list__item--sm--BorderBottomWidth);
|
|
527
527
|
--pf-v6-c-data-list__item--BorderBottomColor: var(--pf-v6-c-data-list__item--sm--BorderBottomColor);
|
|
528
528
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
@
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
|
+
@use './data-list-grid' as *;
|
|
3
3
|
|
|
4
|
-
:root, .#{$data-list} {
|
|
5
|
-
--#{$data-list}--FontSize: var( --pf-t--global--font--size--body);
|
|
4
|
+
:where(:root, .#{$data-list}) {
|
|
5
|
+
--#{$data-list}--FontSize: var( --pf-t--global--font--size--body);
|
|
6
6
|
--#{$data-list}--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
7
7
|
--#{$data-list}--BorderTopColor: var(--pf-t--global--border--color--default);
|
|
8
8
|
--#{$data-list}--BorderTopWidth: var(--pf-t--global--spacer--sm);
|
|
9
|
-
--#{$data-list}--sm--BorderTopWidth: var(--pf-t--global--border--width--divider--default);
|
|
9
|
+
--#{$data-list}--sm--BorderTopWidth: var(--pf-t--global--border--width--divider--default);
|
|
10
10
|
--#{$data-list}--sm--BorderTopColor: var(--pf-t--global--border--color--default);
|
|
11
11
|
--#{$data-list}--MarginLeft: var(--pf-t--global--spacer--md);
|
|
12
12
|
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
:where(:root)
|
|
2
|
-
:where(.pf-v6-c-date-picker) {
|
|
1
|
+
:where(:root, .pf-v6-c-date-picker) {
|
|
3
2
|
--pf-v6-c-date-picker--m-top__calendar--Top: 0;
|
|
4
3
|
--pf-v6-c-date-picker--m-top__calendar--TranslateY: calc(-100% - var(--pf-t--global--spacer--xs));
|
|
5
4
|
--pf-v6-c-date-picker__helper-text--MarginTop: var(--pf-t--global--spacer--sm);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:where(:root)
|
|
4
|
-
:where(.#{$date-picker}) {
|
|
3
|
+
:where(:root, .#{$date-picker}) {
|
|
5
4
|
--#{$date-picker}--m-top__calendar--Top: 0;
|
|
6
5
|
--#{$date-picker}--m-top__calendar--TranslateY: calc(-100% - var(--pf-t--global--spacer--xs));
|
|
7
6
|
--#{$date-picker}__helper-text--MarginTop: var(--pf-t--global--spacer--sm);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
:where(:root
|
|
1
|
+
:where(:root, .pf-v6-c-description-list) {
|
|
2
2
|
--pf-v6-c-description-list--RowGap: var(--pf-t--global--spacer--lg);
|
|
3
3
|
--pf-v6-c-description-list--ColumnGap: var(--pf-t--global--spacer--lg);
|
|
4
4
|
--pf-v6-c-description-list--GridTemplateColumns--count: 1;
|
|
@@ -45,32 +45,32 @@
|
|
|
45
45
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width);
|
|
46
46
|
}
|
|
47
47
|
@media screen and (min-width: 576px) {
|
|
48
|
-
:where(:root
|
|
48
|
+
:where(:root, .pf-v6-c-description-list) {
|
|
49
49
|
--pf-v6-c-description-list__term--Display: var(--pf-v6-c-description-list__term--sm--Display);
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
@media (min-width: 576px) {
|
|
53
|
-
:where(:root
|
|
53
|
+
:where(:root, .pf-v6-c-description-list) {
|
|
54
54
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width));
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
@media (min-width: 768px) {
|
|
58
|
-
:where(:root
|
|
58
|
+
:where(:root, .pf-v6-c-description-list) {
|
|
59
59
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-md, var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width)));
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
@media (min-width: 992px) {
|
|
63
|
-
:where(:root
|
|
63
|
+
:where(:root, .pf-v6-c-description-list) {
|
|
64
64
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-lg, var(--pf-v6-c-description-list--m-horizontal__term--width-on-md, var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width))));
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
@media (min-width: 1200px) {
|
|
68
|
-
:where(:root
|
|
68
|
+
:where(:root, .pf-v6-c-description-list) {
|
|
69
69
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-xl, var(--pf-v6-c-description-list--m-horizontal__term--width-on-lg, var(--pf-v6-c-description-list--m-horizontal__term--width-on-md, var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width)))));
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
@media (min-width: 1450px) {
|
|
73
|
-
:where(:root
|
|
73
|
+
:where(:root, .pf-v6-c-description-list) {
|
|
74
74
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-2xl, var(--pf-v6-c-description-list--m-horizontal__term--width-on-xl, var(--pf-v6-c-description-list--m-horizontal__term--width-on-lg, var(--pf-v6-c-description-list--m-horizontal__term--width-on-md, var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width))))));
|
|
75
75
|
}
|
|
76
76
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
|
+
|
|
2
3
|
$pf-v6-c-description-list--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "xl", "2xl");
|
|
3
4
|
|
|
4
|
-
:where(:root
|
|
5
|
+
:where(:root, .#{$description-list}) {
|
|
5
6
|
--#{$description-list}--RowGap: var(--pf-t--global--spacer--lg);
|
|
6
7
|
--#{$description-list}--ColumnGap: var(--pf-t--global--spacer--lg);
|
|
7
8
|
--#{$description-list}--GridTemplateColumns--count: 1;
|
|
@@ -67,9 +68,9 @@ $pf-v6-c-description-list--breakpoint-map: build-breakpoint-map("base", "sm", "m
|
|
|
67
68
|
@include pf-v6-build-css-variable-stack("--#{$description-list}__term--width", "--#{$description-list}--m-horizontal__term--width", $pf-v6-c-description-list--breakpoint-map);
|
|
68
69
|
}
|
|
69
70
|
|
|
70
|
-
.#{$description-list} {
|
|
71
|
+
.#{$description-list} {
|
|
71
72
|
display: grid;
|
|
72
|
-
grid-template-columns: repeat(var(--#{$description-list}--GridTemplateColumns--count), var(--#{$description-list}--GridTemplateColumns--width));
|
|
73
|
+
grid-template-columns: repeat(var(--#{$description-list}--GridTemplateColumns--count), var(--#{$description-list}--GridTemplateColumns--width));
|
|
73
74
|
row-gap: var(--#{$description-list}--RowGap);
|
|
74
75
|
column-gap: var(--#{$description-list}--ColumnGap);
|
|
75
76
|
align-items: baseline;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
|
+
|
|
2
3
|
$pf-v6-c-divider--breakpoint-map: build-breakpoint-map("sm", "md", "lg", "xl", "2xl");
|
|
3
4
|
$pf-v6-c-divider--spacer-map: build-spacer-map("none", "xs", "sm", "md", "lg", "xl", "2xl", "3xl");
|
|
4
5
|
|
|
@@ -16,8 +17,7 @@ $pf-v6-c-divider--spacer-map: build-spacer-map("none", "xs", "sm", "md", "lg", "
|
|
|
16
17
|
height: inherit;
|
|
17
18
|
}
|
|
18
19
|
|
|
19
|
-
:root,
|
|
20
|
-
:where(.#{$divider}) {
|
|
20
|
+
:where(:root, .#{$divider}) {
|
|
21
21
|
// * Divider
|
|
22
22
|
--#{$divider}--Display: flex;
|
|
23
23
|
--#{$divider}--Color: var(--pf-t--global--border--color--default);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
:where(:root
|
|
1
|
+
:where(:root, .pf-v6-c-draggable) {
|
|
2
2
|
--pf-v6-c-draggable--Cursor: auto;
|
|
3
3
|
--pf-v6-c-draggable--m-dragging--Cursor: grabbing;
|
|
4
4
|
--pf-v6-c-draggable--m-dragging--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
--pf-v6-c-draggable--m-dragging--after--BorderColor: var(--pf-v6-c-draggable--m-drag-outside--after--BorderColor);
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
:where(:root
|
|
37
|
+
:where(:root, .pf-v6-c-droppable) {
|
|
38
38
|
--pf-v6-c-droppable--before--BackgroundColor: transparent;
|
|
39
39
|
--pf-v6-c-droppable--before--Opacity: 0;
|
|
40
40
|
--pf-v6-c-droppable--after--BorderWidth: 0;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:where(:root
|
|
3
|
+
:where(:root, .#{$draggable}) {
|
|
4
4
|
--#{$draggable}--Cursor: auto;
|
|
5
5
|
--#{$draggable}--m-dragging--Cursor: grabbing;
|
|
6
6
|
--#{$draggable}--m-dragging--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
:where(:root
|
|
43
|
+
:where(:root, .#{$droppable}) {
|
|
44
44
|
--#{$droppable}--before--BackgroundColor: transparent;
|
|
45
45
|
--#{$droppable}--before--Opacity: 0;
|
|
46
46
|
--#{$droppable}--after--BorderWidth: 0;
|