@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.
Files changed (270) hide show
  1. package/assets/fontawesome/_animated.scss +1 -0
  2. package/assets/fontawesome/_bordered-pulled.scss +1 -0
  3. package/assets/fontawesome/_core.scss +2 -0
  4. package/assets/fontawesome/_fixed-width.scss +2 -0
  5. package/assets/fontawesome/_icons.scss +1 -0
  6. package/assets/fontawesome/_index.scss +12 -0
  7. package/assets/fontawesome/_larger.scss +4 -2
  8. package/assets/fontawesome/_list.scss +4 -2
  9. package/assets/fontawesome/_rotated-flipped.scss +2 -0
  10. package/assets/fontawesome/_screen-reader.scss +1 -0
  11. package/assets/fontawesome/_stacked.scss +3 -1
  12. package/assets/fontawesome/_variables.scss +3 -2
  13. package/assets/fontawesome/fontawesome.scss +12 -12
  14. package/assets/pficon/pficon.scss +3 -0
  15. package/base/_index.scss +10 -0
  16. package/base/{_globals.scss → normalize.scss} +5 -35
  17. package/base/patternfly-common.scss +50 -2
  18. package/base/patternfly-fa-icons.css +1 -1
  19. package/base/patternfly-fa-icons.scss +35 -2
  20. package/base/patternfly-fonts.scss +49 -2
  21. package/base/patternfly-pf-icons.scss +1 -2
  22. package/base/patternfly-svg-icons.css +5 -0
  23. package/base/{_svg-icons.scss → patternfly-svg-icons.scss} +2 -0
  24. package/base/patternfly-variables.scss +14 -2
  25. package/base/reset.scss +33 -0
  26. package/base/tokens/_index.scss +6 -0
  27. package/components/AboutModalBox/about-modal-box.css +8 -8
  28. package/components/AboutModalBox/about-modal-box.scss +3 -4
  29. package/components/Accordion/accordion.css +1 -1
  30. package/components/Accordion/accordion.scss +8 -8
  31. package/components/ActionList/action-list.css +1 -1
  32. package/components/ActionList/action-list.scss +3 -1
  33. package/components/Alert/alert-group.scss +1 -1
  34. package/components/Alert/alert.css +1 -1
  35. package/components/Alert/alert.scss +3 -3
  36. package/components/AppLauncher/app-launcher.scss +1 -3
  37. package/components/Avatar/avatar.css +1 -1
  38. package/components/Avatar/avatar.scss +3 -2
  39. package/components/BackToTop/back-to-top.css +2 -2
  40. package/components/BackToTop/back-to-top.scss +2 -2
  41. package/components/Backdrop/backdrop.css +1 -2
  42. package/components/Backdrop/backdrop.scss +2 -3
  43. package/components/BackgroundImage/background-image.css +1 -2
  44. package/components/BackgroundImage/background-image.scss +2 -3
  45. package/components/Badge/badge.css +1 -1
  46. package/components/Badge/badge.scss +2 -2
  47. package/components/Banner/banner.css +2 -2
  48. package/components/Banner/banner.scss +3 -3
  49. package/components/Brand/brand.scss +2 -1
  50. package/components/Breadcrumb/breadcrumb.css +1 -2
  51. package/components/Breadcrumb/breadcrumb.scss +3 -2
  52. package/components/Button/button.css +1 -2
  53. package/components/Button/button.scss +3 -2
  54. package/components/CalendarMonth/calendar-month.css +1 -2
  55. package/components/CalendarMonth/calendar-month.scss +5 -5
  56. package/components/Card/card.css +1 -2
  57. package/components/Card/card.scss +4 -5
  58. package/components/Check/check.css +1 -2
  59. package/components/Check/check.scss +2 -3
  60. package/components/Chip/chip-group.scss +1 -1
  61. package/components/Chip/chip.scss +1 -1
  62. package/components/ClipboardCopy/clipboard-copy.css +1 -2
  63. package/components/ClipboardCopy/clipboard-copy.scss +2 -3
  64. package/components/CodeBlock/code-block.css +1 -1
  65. package/components/CodeBlock/code-block.scss +2 -2
  66. package/components/CodeEditor/code-editor.css +1 -1
  67. package/components/CodeEditor/code-editor.scss +2 -2
  68. package/components/Content/content.css +1 -2
  69. package/components/Content/content.scss +2 -3
  70. package/components/ContextSelector/context-selector.scss +1 -1
  71. package/components/DataList/data-list-grid.scss +2 -0
  72. package/components/DataList/data-list.css +3 -3
  73. package/components/DataList/data-list.scss +5 -5
  74. package/components/DatePicker/date-picker.css +1 -2
  75. package/components/DatePicker/date-picker.scss +2 -3
  76. package/components/DescriptionList/description-list-order.scss +2 -0
  77. package/components/DescriptionList/description-list.css +7 -7
  78. package/components/DescriptionList/description-list.scss +5 -4
  79. package/components/Divider/divider.css +1 -2
  80. package/components/Divider/divider.scss +3 -3
  81. package/components/DragDrop/drag-drop.css +2 -2
  82. package/components/DragDrop/drag-drop.scss +3 -3
  83. package/components/Drawer/drawer.css +3 -6
  84. package/components/Drawer/drawer.scss +14 -13
  85. package/components/Dropdown/dropdown.scss +2 -1
  86. package/components/DualListSelector/dual-list-selector.css +1 -1
  87. package/components/DualListSelector/dual-list-selector.scss +4 -3
  88. package/components/EmptyState/empty-state.css +1 -1
  89. package/components/EmptyState/empty-state.scss +2 -2
  90. package/components/ExpandableSection/expandable-section.css +1 -1
  91. package/components/ExpandableSection/expandable-section.scss +7 -9
  92. package/components/FileUpload/file-upload.css +1 -2
  93. package/components/FileUpload/file-upload.scss +2 -3
  94. package/components/Form/form.css +1 -2
  95. package/components/Form/form.scss +4 -4
  96. package/components/FormControl/form-control.css +1 -2
  97. package/components/FormControl/form-control.scss +6 -5
  98. package/components/HelperText/helper-text.css +1 -1
  99. package/components/HelperText/helper-text.scss +4 -3
  100. package/components/Hint/hint.css +1 -1
  101. package/components/Hint/hint.scss +2 -2
  102. package/components/Icon/icon.css +1 -2
  103. package/components/Icon/icon.scss +2 -3
  104. package/components/InlineEdit/inline-edit.css +1 -2
  105. package/components/InlineEdit/inline-edit.scss +2 -3
  106. package/components/InputGroup/input-group.css +1 -2
  107. package/components/InputGroup/input-group.scss +2 -3
  108. package/components/JumpLinks/jump-links.css +1 -2
  109. package/components/JumpLinks/jump-links.scss +3 -3
  110. package/components/Label/label-group.css +1 -2
  111. package/components/Label/label-group.scss +2 -3
  112. package/components/Label/label.css +1 -2
  113. package/components/Label/label.scss +2 -4
  114. package/components/List/list.scss +1 -1
  115. package/components/LogViewer/log-viewer.scss +1 -1
  116. package/components/Login/login.css +9 -9
  117. package/components/Login/login.scss +2 -2
  118. package/components/Masthead/masthead.css +1 -2
  119. package/components/Masthead/masthead.scss +3 -2
  120. package/components/Menu/menu.css +1 -2
  121. package/components/Menu/menu.scss +3 -2
  122. package/components/MenuToggle/menu-toggle.css +1 -2
  123. package/components/MenuToggle/menu-toggle.scss +2 -3
  124. package/components/ModalBox/modal-box.css +2 -2
  125. package/components/ModalBox/modal-box.scss +3 -3
  126. package/components/MultipleFileUpload/multiple-file-upload.css +1 -2
  127. package/components/MultipleFileUpload/multiple-file-upload.scss +2 -3
  128. package/components/Nav/nav.css +1 -2
  129. package/components/Nav/nav.scss +3 -2
  130. package/components/NotificationBadge/notification-badge.css +1 -1
  131. package/components/NotificationBadge/notification-badge.scss +2 -2
  132. package/components/NotificationDrawer/notification-drawer.css +1 -2
  133. package/components/NotificationDrawer/notification-drawer.scss +2 -3
  134. package/components/NumberInput/number-input.css +1 -2
  135. package/components/NumberInput/number-input.scss +2 -3
  136. package/components/OptionsMenu/options-menu.scss +1 -1
  137. package/components/OverflowMenu/overflow-menu.css +1 -1
  138. package/components/OverflowMenu/overflow-menu.scss +3 -1
  139. package/components/Page/page.css +5 -5
  140. package/components/Page/page.scss +3 -2
  141. package/components/Pagination/pagination.css +3 -6
  142. package/components/Pagination/pagination.scss +3 -3
  143. package/components/Panel/panel.css +1 -2
  144. package/components/Panel/panel.scss +2 -3
  145. package/components/Popover/popover.scss +1 -1
  146. package/components/Progress/progress.css +1 -2
  147. package/components/Progress/progress.scss +5 -6
  148. package/components/ProgressStepper/progress-stepper.css +2 -4
  149. package/components/ProgressStepper/progress-stepper.scss +3 -3
  150. package/components/Radio/radio.css +1 -2
  151. package/components/Radio/radio.scss +2 -3
  152. package/components/Select/select.scss +1 -1
  153. package/components/Sidebar/sidebar.css +1 -2
  154. package/components/Sidebar/sidebar.scss +5 -5
  155. package/components/SimpleList/simple-list.css +1 -1
  156. package/components/SimpleList/simple-list.scss +3 -3
  157. package/components/Skeleton/skeleton.css +1 -2
  158. package/components/Skeleton/skeleton.scss +2 -3
  159. package/components/SkipToContent/skip-to-content.css +1 -1
  160. package/components/SkipToContent/skip-to-content.scss +2 -2
  161. package/components/Slider/slider.css +1 -2
  162. package/components/Slider/slider.scss +12 -13
  163. package/components/Spinner/spinner.css +1 -2
  164. package/components/Spinner/spinner.scss +4 -5
  165. package/components/Switch/switch.css +1 -2
  166. package/components/Switch/switch.scss +2 -3
  167. package/components/TabContent/tab-content.css +1 -2
  168. package/components/TabContent/tab-content.scss +3 -3
  169. package/components/Table/table-grid.scss +2 -0
  170. package/components/Table/table-scrollable.css +1 -2
  171. package/components/Table/table-scrollable.scss +3 -3
  172. package/components/Table/table-tree-view.css +1 -2
  173. package/components/Table/table-tree-view.scss +3 -2
  174. package/components/Table/table.css +1 -2
  175. package/components/Table/table.scss +3 -2
  176. package/components/Tabs/tabs.css +1 -2
  177. package/components/Tabs/tabs.scss +7 -7
  178. package/components/TextInputGroup/text-input-group.css +1 -2
  179. package/components/TextInputGroup/text-input-group.scss +4 -4
  180. package/components/Tile/tile.css +1 -2
  181. package/components/Tile/tile.scss +2 -3
  182. package/components/Timestamp/timestamp.css +1 -1
  183. package/components/Timestamp/timestamp.scss +4 -3
  184. package/components/Title/title.css +1 -1
  185. package/components/Title/title.scss +3 -3
  186. package/components/ToggleGroup/toggle-group.css +1 -2
  187. package/components/ToggleGroup/toggle-group.scss +3 -4
  188. package/components/Toolbar/toolbar.css +1 -2
  189. package/components/Toolbar/toolbar.scss +3 -2
  190. package/components/Tooltip/tooltip.css +1 -1
  191. package/components/Tooltip/tooltip.scss +5 -4
  192. package/components/TreeView/tree-view.css +1 -2
  193. package/components/TreeView/tree-view.scss +3 -3
  194. package/components/Truncate/truncate.css +1 -2
  195. package/components/Truncate/truncate.scss +2 -3
  196. package/components/Wizard/wizard.css +2 -4
  197. package/components/Wizard/wizard.scss +2 -3
  198. package/components/_index.css +25850 -0
  199. package/components/_index.scss +91 -0
  200. package/layouts/Bullseye/bullseye.css +1 -2
  201. package/layouts/Bullseye/bullseye.scss +3 -2
  202. package/layouts/Flex/flex.css +1 -2
  203. package/layouts/Flex/flex.scss +5 -4
  204. package/layouts/Gallery/gallery.css +1 -2
  205. package/layouts/Gallery/gallery.scss +3 -2
  206. package/layouts/Grid/grid.css +1 -2
  207. package/layouts/Grid/grid.scss +3 -2
  208. package/layouts/Level/level.css +1 -2
  209. package/layouts/Level/level.scss +3 -2
  210. package/layouts/Split/split.css +1 -2
  211. package/layouts/Split/split.scss +3 -2
  212. package/layouts/Stack/stack.css +1 -2
  213. package/layouts/Stack/stack.scss +3 -2
  214. package/layouts/_index.css +3454 -0
  215. package/layouts/_index.scss +8 -0
  216. package/package.json +1 -2
  217. package/patternfly-addons.scss +2 -12
  218. package/patternfly-base-no-globals.css +1156 -1156
  219. package/patternfly-base-no-globals.scss +5 -3
  220. package/patternfly-base.css +1251 -1251
  221. package/patternfly-base.scss +2 -5
  222. package/patternfly-charts.scss +1 -1
  223. package/patternfly-no-globals.css +1278 -1341
  224. package/patternfly-no-globals.scss +5 -4
  225. package/patternfly.css +1374 -1437
  226. package/patternfly.min.css +1 -1
  227. package/patternfly.min.css.map +1 -1
  228. package/patternfly.scss +3 -4
  229. package/sass-utilities/_index.scss +6 -0
  230. package/sass-utilities/functions.scss +10 -4
  231. package/sass-utilities/mixins.scss +9 -7
  232. package/sass-utilities/{component-namespaces.scss → namespaces-components.scss} +3 -0
  233. package/sass-utilities/{layout-namespaces.scss → namespaces-layouts.scss} +3 -1
  234. package/sass-utilities/scss-variables.scss +0 -2
  235. package/utilities/Accessibility/accessibility.scss +2 -0
  236. package/utilities/Alignment/alignment.scss +2 -0
  237. package/utilities/BackgroundColor/{BackgroundColor.scss → background-color.scss} +1 -4
  238. package/utilities/BoxShadow/box-shadow.scss +2 -1
  239. package/utilities/Display/display.scss +2 -1
  240. package/utilities/Flex/flex.scss +2 -1
  241. package/utilities/Float/float.scss +4 -4
  242. package/utilities/Sizing/sizing.scss +2 -0
  243. package/utilities/Spacing/spacing.scss +2 -2
  244. package/utilities/Text/text.scss +2 -1
  245. package/utilities/_index.css +7777 -0
  246. package/utilities/_index.scss +10 -0
  247. package/base/_base.scss +0 -2
  248. package/base/_common.scss +0 -50
  249. package/base/_fa-icons.scss +0 -33
  250. package/base/_fonts.scss +0 -48
  251. package/base/_icons.scss +0 -3
  252. package/base/_pficons.scss +0 -2
  253. package/base/_variables.scss +0 -14
  254. package/base/patternfly-globals.css +0 -116
  255. package/base/patternfly-globals.scss +0 -2
  256. package/base/patternfly-icons.css +0 -4728
  257. package/base/patternfly-icons.scss +0 -2
  258. package/components/_all.scss +0 -91
  259. package/layouts/_all.scss +0 -7
  260. package/sass-utilities/_all.scss +0 -7
  261. package/sass-utilities/div.import.scss +0 -3
  262. package/sass-utilities/div.scss +0 -4
  263. /package/base/tokens/{_tokens-charts.scss → tokens-charts.scss} +0 -0
  264. /package/base/tokens/{_tokens-dark.scss → tokens-dark.scss} +0 -0
  265. /package/base/tokens/{_tokens-default.scss → tokens-default.scss} +0 -0
  266. /package/base/tokens/{_tokens-font.scss → tokens-font.scss} +0 -0
  267. /package/base/tokens/{_tokens-palette.scss → tokens-palette.scss} +0 -0
  268. /package/base/tokens/{_workspace-overrides.scss → workspace-overrides.scss} +0 -0
  269. /package/sass-utilities/{_init.scss → init.scss} +0 -0
  270. /package/utilities/BackgroundColor/{BackgroundColor.css → background-color.css} +0 -0
package/patternfly.scss CHANGED
@@ -1,4 +1,3 @@
1
- // Version
2
- @import "patternfly-base";
3
- @import "components/all";
4
- @import "layouts/all";
1
+ @use './patternfly-base';
2
+ @use './components';
3
+ @use './layouts';
@@ -0,0 +1,6 @@
1
+ @forward './init';
2
+ @forward './scss-variables';
3
+ @forward './functions';
4
+ @forward './mixins';
5
+ @forward './namespaces-components';
6
+ @forward './namespaces-layouts';
@@ -1,18 +1,24 @@
1
1
  // PatternFly functions
2
2
  // --------------------------------------------------
3
- @import "./div";
3
+ @use '../sass-utilities/scss-variables.scss' as *;
4
+ @use '../sass-utilities/init.scss' as *;
5
+ @use 'sass:math';
4
6
 
5
7
  // Transform px to rems
6
8
  @function pf-strip-unit($num) {
7
- @return div($num, ($num * 0 + 1));
9
+ @if type-of($num) == 'number' and not unitless($num) {
10
+ @return math.div($num, ($num * 0 + 1));
11
+ }
12
+
13
+ @return $num;
8
14
  }
9
15
 
10
16
  @function pf-size-prem($pxval, $base: $pf-v6-global--space-size-root) {
11
- @return div(pf-strip-unit($pxval), $base) * 1rem;
17
+ @return math.div(pf-strip-unit($pxval), $base) * 1rem;
12
18
  }
13
19
 
14
20
  @function pf-font-prem($pxval, $base: $pf-v6-global--font-size-root) {
15
- @return div(pf-strip-unit($pxval), $base) * 1rem;
21
+ @return math.div(pf-strip-unit($pxval), $base) * 1rem;
16
22
  }
17
23
 
18
24
  // Return (width) breakpoint value if it exists
@@ -1,3 +1,7 @@
1
+ @use '../sass-utilities/functions.scss' as *;
2
+ @use '../sass-utilities/init.scss' as *;
3
+ @use '../sass-utilities/scss-variables.scss' as *;
4
+
1
5
  // Media query used to create responsive classes
2
6
  @mixin pf-v6-media-query($point) {
3
7
  @if $point == "" or not $point or $point == "base" {
@@ -76,15 +80,14 @@
76
80
  // ===============================================================================================
77
81
  // Example individual utility:
78
82
  // @include pf-v6-utility-builder(flex-fill flex "1 1 auto", $pf-v6-global--breakpoint-list);
79
-
80
- @mixin pf-v6-utility-builder($props, $breakpoints: null, $direction: "width") {
83
+ @mixin pf-v6-utility-builder($props, $breakpoints: null, $direction: 'width') {
81
84
  // if $class-name is a map
82
85
 
83
86
  // stylelint-disable
84
87
  @if type-of($props) == map {
85
88
  @each $class, $val in $props {
86
89
  $property: nth($val, 1);
87
- $value: #{nth($val, 2) !important};
90
+ $value: #{nth($val, 2)} !important;
88
91
 
89
92
  .#{$pf-prefix}u-#{$class} {
90
93
  #{$property}: #{$value};
@@ -100,7 +103,7 @@
100
103
  @include pf-v6-height-media-query($breakpoint) {
101
104
  @each $class, $val in $props {
102
105
  $property: nth($val, 1);
103
- $value: #{nth($val, 2) !important};
106
+ $value: #{nth($val, 2)} !important;
104
107
 
105
108
  .#{$pf-prefix}u-#{$class}#{$suffix}-height {
106
109
  #{$property}: #{$value};
@@ -108,11 +111,11 @@
108
111
  }
109
112
  }
110
113
  }
111
- @else if $direction == 'width' {
114
+ @else if ($direction == 'width') {
112
115
  @include pf-v6-media-query($breakpoint) {
113
116
  @each $class, $val in $props {
114
117
  $property: nth($val, 1);
115
- $value: #{nth($val, 2) !important};
118
+ $value: #{nth($val, 2)} !important;
116
119
 
117
120
  .#{$pf-prefix}u-#{$class}#{$suffix} {
118
121
  #{$property}: #{$value};
@@ -123,7 +126,6 @@
123
126
  }
124
127
  }
125
128
  }
126
-
127
129
  @else if type-of($props) == list {
128
130
  $class: nth($props, 1);
129
131
  $property: nth($props, 2);
@@ -1,3 +1,6 @@
1
+ @use '../sass-utilities/init.scss' as *;
2
+ @use '../sass-utilities/scss-variables.scss' as *;
3
+
1
4
  // Globally scoped component variables
2
5
  // About Modal Box
3
6
  // stylelint-disable scss/dollar-variable-pattern
@@ -1,3 +1,6 @@
1
+ @use '../sass-utilities/init.scss' as *;
2
+ @use '../sass-utilities/scss-variables.scss' as *;
3
+
1
4
  // Globally scoped component variables
2
5
  // Bullseye
3
6
  // stylelint-disable scss/dollar-variable-pattern
@@ -20,5 +23,4 @@ $split: #{$pf-prefix} + 'l-split';
20
23
 
21
24
  // Stack
22
25
  $stack: #{$pf-prefix} + 'l-stack';
23
-
24
26
  // stylelint-enable
@@ -1,5 +1,3 @@
1
- @import './init'; // initialize versioning
2
-
3
1
  // This file is for initial variable values.
4
2
  // All variables should have a valid css value,
5
3
  // and use !default so they can be overwritten.
@@ -1,3 +1,5 @@
1
+ @use '../../sass-utilities' as *;
2
+
1
3
  // screen-reader - visually hide, but expose to screen readers
2
4
  @each $breakpoint, $breakpoint-value in $pf-v6-global--breakpoint-map {
3
5
  .#{$pf-prefix}u-screen-reader#{$breakpoint-value} {
@@ -1,3 +1,5 @@
1
+ @use '../../sass-utilities' as *;
2
+
1
3
  // stylelint-disable
2
4
  $pf-v6-u-alignment-options: (
3
5
  text-align-start: (text-align start),
@@ -1,4 +1,4 @@
1
- // stylelint-disable
1
+ @use '../../sass-utilities' as *;
2
2
 
3
3
  // Background color options
4
4
  $pf-v6-u-background-color-options: (
@@ -14,6 +14,3 @@ $pf-v6-u-background-color-options: (
14
14
  );
15
15
 
16
16
  @include pf-v6-utility-builder($pf-v6-u-background-color-options, $pf-v6-global--breakpoint-list);
17
-
18
- // stylelint-enable
19
-
@@ -1,5 +1,6 @@
1
- // stylelint-disable
1
+ @use '../../sass-utilities' as *;
2
2
 
3
+ // stylelint-disable
3
4
  $pf-v6-u-box-shadow-options: (
4
5
  /* small */
5
6
  box-shadow-sm: (box-shadow var(--pf-t--global--box-shadow--sm)),
@@ -1,5 +1,6 @@
1
- // stylelint-disable
1
+ @use '../../sass-utilities' as *;
2
2
 
3
+ // stylelint-disable
3
4
  // Display options
4
5
  $pf-v6-u-display-options: (
5
6
  display-none: (display none),
@@ -1,5 +1,6 @@
1
- // stylelint-disable
1
+ @use '../../sass-utilities' as *;
2
2
 
3
+ // stylelint-disable
3
4
  // Flex direction options
4
5
  $pf-v6-u-flex-direction-options: (
5
6
  flex-direction-column: (flex-direction column),
@@ -1,11 +1,11 @@
1
- // stylelint-disable
1
+ @use '../../sass-utilities' as *;
2
2
 
3
- $pf-v6-u-alignment-options: (
3
+ // stylelint-disable
4
+ $pf-v6-u-float-options: (
4
5
  float-inline-start: (float inline-start),
5
6
  float-inline-end: (float inline-end)
6
7
  );
7
8
 
8
9
  // Text utilities
9
- @include pf-v6-utility-builder($pf-v6-u-alignment-options, $pf-v6-global--breakpoint-list);
10
-
10
+ @include pf-v6-utility-builder($pf-v6-u-float-options, $pf-v6-global--breakpoint-list);
11
11
  // stylelint-enable
@@ -1,3 +1,5 @@
1
+ @use '../../sass-utilities' as *;
2
+
1
3
  $pf-v6-u-sizing--min-max--breakpoint-map: build-breakpoint-map();
2
4
  // stylelint-disable
3
5
 
@@ -1,6 +1,7 @@
1
- // stylelint-disable
1
+ @use '../../sass-utilities' as *;
2
2
 
3
3
  // Build spacing values
4
+ // stylelint-disable
4
5
  @mixin pf-spacer-builder {
5
6
 
6
7
  // Loop through breakpoints
@@ -46,7 +47,6 @@
46
47
  }
47
48
  }
48
49
  }
49
-
50
50
  // stylelint-enable
51
51
 
52
52
  // Build spacing values
@@ -1,6 +1,7 @@
1
- // stylelint-disable
1
+ @use '../../sass-utilities' as *;
2
2
 
3
3
  // Font family options
4
+ // stylelint-disable
4
5
  $pf-v6-u-font-family-options: (
5
6
  font-family-text: (
6
7
  font-family var(--pf-t--global--font--family--body)