@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
package/components/_all.scss
DELETED
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
@import "./AboutModalBox/about-modal-box";
|
|
2
|
-
@import "./Accordion/accordion";
|
|
3
|
-
@import "./ActionList/action-list";
|
|
4
|
-
@import "./Alert/alert";
|
|
5
|
-
@import "./Alert/alert-group";
|
|
6
|
-
@import "./AppLauncher/app-launcher";
|
|
7
|
-
@import "./Avatar/avatar";
|
|
8
|
-
@import "./Backdrop/backdrop";
|
|
9
|
-
@import "./BackgroundImage/background-image";
|
|
10
|
-
@import "./BackToTop/back-to-top";
|
|
11
|
-
@import "./Badge/badge";
|
|
12
|
-
@import "./Banner/banner";
|
|
13
|
-
@import "./Brand/brand";
|
|
14
|
-
@import "./Breadcrumb/breadcrumb";
|
|
15
|
-
@import "./Button/button";
|
|
16
|
-
@import "./CalendarMonth/calendar-month";
|
|
17
|
-
@import "./Card/card";
|
|
18
|
-
@import "./Check/check";
|
|
19
|
-
@import "./Chip/chip";
|
|
20
|
-
@import "./Chip/chip-group";
|
|
21
|
-
@import "./ClipboardCopy/clipboard-copy";
|
|
22
|
-
@import "./CodeBlock/code-block";
|
|
23
|
-
@import "./CodeEditor/code-editor";
|
|
24
|
-
@import "./Content/content";
|
|
25
|
-
@import "./ContextSelector/context-selector";
|
|
26
|
-
@import "./DataList/data-list";
|
|
27
|
-
@import "./DescriptionList/description-list";
|
|
28
|
-
@import "./DragDrop/drag-drop";
|
|
29
|
-
@import "./DualListSelector/dual-list-selector";
|
|
30
|
-
@import "./Toolbar/toolbar";
|
|
31
|
-
@import "./DatePicker/date-picker";
|
|
32
|
-
@import "./Divider/divider";
|
|
33
|
-
@import "./Drawer/drawer";
|
|
34
|
-
@import "./Dropdown/dropdown";
|
|
35
|
-
@import "./EmptyState/empty-state";
|
|
36
|
-
@import "./ExpandableSection/expandable-section";
|
|
37
|
-
@import "./FileUpload/file-upload";
|
|
38
|
-
@import "./Form/form";
|
|
39
|
-
@import "./FormControl/form-control";
|
|
40
|
-
@import "./Hint/hint";
|
|
41
|
-
@import "./HelperText/helper-text";
|
|
42
|
-
@import "./Icon/icon";
|
|
43
|
-
@import "./InlineEdit/inline-edit";
|
|
44
|
-
@import "./InputGroup/input-group";
|
|
45
|
-
@import "./JumpLinks/jump-links";
|
|
46
|
-
@import "./Label/label";
|
|
47
|
-
@import "./Label/label-group";
|
|
48
|
-
@import "./List/list";
|
|
49
|
-
@import "./LogViewer/log-viewer";
|
|
50
|
-
@import "./Login/login";
|
|
51
|
-
@import "./Masthead/masthead";
|
|
52
|
-
@import "./Menu/menu";
|
|
53
|
-
@import "./MenuToggle/menu-toggle";
|
|
54
|
-
@import "./ModalBox/modal-box";
|
|
55
|
-
@import "./MultipleFileUpload/multiple-file-upload";
|
|
56
|
-
@import "./Nav/nav";
|
|
57
|
-
@import "./NotificationBadge/notification-badge";
|
|
58
|
-
@import "./NotificationDrawer/notification-drawer";
|
|
59
|
-
@import "./OptionsMenu/options-menu";
|
|
60
|
-
@import "./OverflowMenu/overflow-menu";
|
|
61
|
-
@import "./Page/page";
|
|
62
|
-
@import "./Pagination/pagination";
|
|
63
|
-
@import "./Panel/panel";
|
|
64
|
-
@import "./Popover/popover";
|
|
65
|
-
@import "./Progress/progress";
|
|
66
|
-
@import "./ProgressStepper/progress-stepper";
|
|
67
|
-
@import "./Radio/radio";
|
|
68
|
-
@import "./Select/select";
|
|
69
|
-
@import "./Sidebar/sidebar";
|
|
70
|
-
@import "./SimpleList/simple-list";
|
|
71
|
-
@import "./Skeleton/skeleton";
|
|
72
|
-
@import "./SkipToContent/skip-to-content";
|
|
73
|
-
@import "./Slider/slider";
|
|
74
|
-
@import "./Spinner/spinner";
|
|
75
|
-
@import "./Switch/switch";
|
|
76
|
-
@import "./TabContent/tab-content";
|
|
77
|
-
@import "./Table/table-grid";
|
|
78
|
-
@import "./Table/table";
|
|
79
|
-
@import "./Table/table-scrollable";
|
|
80
|
-
@import "./Table/table-tree-view";
|
|
81
|
-
@import "./Tabs/tabs";
|
|
82
|
-
@import "./TextInputGroup/text-input-group";
|
|
83
|
-
@import "./Tile/tile";
|
|
84
|
-
@import "./Timestamp/timestamp";
|
|
85
|
-
@import "./Title/title";
|
|
86
|
-
@import "./ToggleGroup/toggle-group";
|
|
87
|
-
@import "./Tooltip/tooltip";
|
|
88
|
-
@import "./Truncate/truncate";
|
|
89
|
-
@import "./NumberInput/number-input";
|
|
90
|
-
@import "./TreeView/tree-view";
|
|
91
|
-
@import "./Wizard/wizard";
|
package/layouts/_all.scss
DELETED
package/sass-utilities/_all.scss
DELETED
package/sass-utilities/div.scss
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|