@backstage/ui 0.12.0-next.1 → 0.12.0

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 (104) hide show
  1. package/CHANGELOG.md +422 -0
  2. package/dist/components/Accordion/Accordion.esm.js +82 -97
  3. package/dist/components/Accordion/Accordion.esm.js.map +1 -1
  4. package/dist/components/Accordion/Accordion.module.css.esm.js +2 -2
  5. package/dist/components/Accordion/definition.esm.js +54 -13
  6. package/dist/components/Accordion/definition.esm.js.map +1 -1
  7. package/dist/components/Alert/Alert.module.css.esm.js +2 -2
  8. package/dist/components/Alert/definition.esm.js +1 -3
  9. package/dist/components/Alert/definition.esm.js.map +1 -1
  10. package/dist/components/Avatar/Avatar.module.css.esm.js +2 -2
  11. package/dist/components/Box/Box.esm.js +2 -2
  12. package/dist/components/Box/Box.esm.js.map +1 -1
  13. package/dist/components/Box/Box.module.css.esm.js +2 -2
  14. package/dist/components/Box/definition.esm.js +3 -3
  15. package/dist/components/Box/definition.esm.js.map +1 -1
  16. package/dist/components/Button/Button.module.css.esm.js +2 -2
  17. package/dist/components/Button/definition.esm.js +2 -3
  18. package/dist/components/Button/definition.esm.js.map +1 -1
  19. package/dist/components/ButtonIcon/ButtonIcon.module.css.esm.js +2 -2
  20. package/dist/components/ButtonIcon/definition.esm.js +2 -3
  21. package/dist/components/ButtonIcon/definition.esm.js.map +1 -1
  22. package/dist/components/ButtonLink/ButtonLink.module.css.esm.js +2 -2
  23. package/dist/components/ButtonLink/definition.esm.js +2 -3
  24. package/dist/components/ButtonLink/definition.esm.js.map +1 -1
  25. package/dist/components/Card/Card.esm.js +27 -47
  26. package/dist/components/Card/Card.esm.js.map +1 -1
  27. package/dist/components/Card/Card.module.css.esm.js +2 -2
  28. package/dist/components/Card/definition.esm.js +47 -7
  29. package/dist/components/Card/definition.esm.js.map +1 -1
  30. package/dist/components/Checkbox/Checkbox.module.css.esm.js +2 -2
  31. package/dist/components/Dialog/Dialog.esm.js +1 -1
  32. package/dist/components/Dialog/Dialog.module.css.esm.js +2 -2
  33. package/dist/components/Flex/Flex.esm.js +6 -8
  34. package/dist/components/Flex/Flex.esm.js.map +1 -1
  35. package/dist/components/Flex/Flex.module.css.esm.js +2 -2
  36. package/dist/components/Flex/definition.esm.js +8 -1
  37. package/dist/components/Flex/definition.esm.js.map +1 -1
  38. package/dist/components/FullPage/FullPage.esm.js +22 -0
  39. package/dist/components/FullPage/FullPage.esm.js.map +1 -0
  40. package/dist/components/FullPage/FullPage.module.css.esm.js +8 -0
  41. package/dist/components/FullPage/FullPage.module.css.esm.js.map +1 -0
  42. package/dist/components/FullPage/definition.esm.js +8 -0
  43. package/dist/components/FullPage/definition.esm.js.map +1 -0
  44. package/dist/components/Grid/Grid.esm.js +11 -15
  45. package/dist/components/Grid/Grid.esm.js.map +1 -1
  46. package/dist/components/Grid/Grid.module.css.esm.js +2 -2
  47. package/dist/components/Grid/definition.esm.js +16 -2
  48. package/dist/components/Grid/definition.esm.js.map +1 -1
  49. package/dist/components/Menu/Menu.module.css.esm.js +2 -2
  50. package/dist/components/PasswordField/PasswordField.esm.js +129 -0
  51. package/dist/components/PasswordField/PasswordField.esm.js.map +1 -0
  52. package/dist/components/PasswordField/PasswordField.module.css.esm.js +8 -0
  53. package/dist/components/PasswordField/PasswordField.module.css.esm.js.map +1 -0
  54. package/dist/components/PasswordField/definition.esm.js +15 -0
  55. package/dist/components/PasswordField/definition.esm.js.map +1 -0
  56. package/dist/components/PluginHeader/PluginHeader.esm.js +88 -0
  57. package/dist/components/PluginHeader/PluginHeader.esm.js.map +1 -0
  58. package/dist/components/PluginHeader/PluginHeader.module.css.esm.js +8 -0
  59. package/dist/components/PluginHeader/PluginHeader.module.css.esm.js.map +1 -0
  60. package/dist/components/{Header/HeaderToolbar.esm.js → PluginHeader/PluginHeaderToolbar.esm.js} +6 -6
  61. package/dist/components/PluginHeader/PluginHeaderToolbar.esm.js.map +1 -0
  62. package/dist/components/PluginHeader/definition.esm.js +15 -0
  63. package/dist/components/PluginHeader/definition.esm.js.map +1 -0
  64. package/dist/components/Popover/Popover.module.css.esm.js +2 -2
  65. package/dist/components/RadioGroup/RadioGroup.module.css.esm.js +2 -2
  66. package/dist/components/SearchField/SearchField.module.css.esm.js +2 -2
  67. package/dist/components/Select/Select.module.css.esm.js +2 -2
  68. package/dist/components/Skeleton/Skeleton.module.css.esm.js +2 -2
  69. package/dist/components/Switch/Switch.module.css.esm.js +2 -2
  70. package/dist/components/Table/Table.module.css.esm.js +2 -2
  71. package/dist/components/Table/components/Table.esm.js +61 -54
  72. package/dist/components/Table/components/Table.esm.js.map +1 -1
  73. package/dist/components/Table/hooks/useCompletePagination.esm.js +12 -7
  74. package/dist/components/Table/hooks/useCompletePagination.esm.js.map +1 -1
  75. package/dist/components/TablePagination/TablePagination.esm.js +1 -1
  76. package/dist/components/Tabs/Tabs.module.css.esm.js +2 -2
  77. package/dist/components/TagGroup/TagGroup.esm.js +45 -41
  78. package/dist/components/TagGroup/TagGroup.esm.js.map +1 -1
  79. package/dist/components/TagGroup/TagGroup.module.css.esm.js +2 -2
  80. package/dist/components/TextField/TextField.module.css.esm.js +2 -2
  81. package/dist/components/ToggleButton/ToggleButton.esm.js +1 -4
  82. package/dist/components/ToggleButton/ToggleButton.esm.js.map +1 -1
  83. package/dist/components/ToggleButton/ToggleButton.module.css.esm.js +2 -2
  84. package/dist/components/ToggleButtonGroup/ToggleButtonGroup.module.css.esm.js +2 -2
  85. package/dist/components/Tooltip/Tooltip.module.css.esm.js +2 -2
  86. package/{css → dist/css}/styles.css +922 -602
  87. package/dist/hooks/useBg.esm.js +36 -0
  88. package/dist/hooks/useBg.esm.js.map +1 -0
  89. package/dist/hooks/useDefinition/defineComponent.esm.js.map +1 -1
  90. package/dist/hooks/useDefinition/useDefinition.esm.js +15 -12
  91. package/dist/hooks/useDefinition/useDefinition.esm.js.map +1 -1
  92. package/dist/index.d.ts +349 -81
  93. package/dist/index.esm.js +9 -4
  94. package/dist/index.esm.js.map +1 -1
  95. package/package.json +26 -26
  96. package/dist/components/Header/Header.esm.js +0 -56
  97. package/dist/components/Header/Header.esm.js.map +0 -1
  98. package/dist/components/Header/Header.module.css.esm.js +0 -8
  99. package/dist/components/Header/Header.module.css.esm.js.map +0 -1
  100. package/dist/components/Header/HeaderToolbar.esm.js.map +0 -1
  101. package/dist/components/Header/definition.esm.js +0 -14
  102. package/dist/components/Header/definition.esm.js.map +0 -1
  103. package/dist/hooks/useSurface.esm.js +0 -74
  104. package/dist/hooks/useSurface.esm.js.map +0 -1
@@ -1,89 +1,137 @@
1
- @layer tokens, base, components, utilities;
2
1
 
3
- /*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
2
+
3
+ @layer tokens, base, components, utilities;
4
+ /*
5
+ * Copyright 2024 The Backstage Authors
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ */
19
+ /* Tokens */
20
+ /*
21
+ * Copyright 2024 The Backstage Authors
22
+ *
23
+ * Licensed under the Apache License, Version 2.0 (the "License");
24
+ * you may not use this file except in compliance with the License.
25
+ * You may obtain a copy of the License at
26
+ *
27
+ * http://www.apache.org/licenses/LICENSE-2.0
28
+ *
29
+ * Unless required by applicable law or agreed to in writing, software
30
+ * distributed under the License is distributed on an "AS IS" BASIS,
31
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32
+ * See the License for the specific language governing permissions and
33
+ * limitations under the License.
34
+ */
4
35
  @layer tokens {
36
+ /* Light theme tokens */
5
37
  :root {
38
+ /* Font families */
6
39
  --bui-font-regular: system-ui;
7
- --bui-font-monospace: ui-monospace, "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
40
+ --bui-font-monospace: ui-monospace, 'Menlo', 'Monaco', 'Consolas',
41
+ 'Liberation Mono', 'Courier New', monospace;
42
+
43
+ /* Font weights */
8
44
  --bui-font-weight-regular: 400;
9
45
  --bui-font-weight-bold: 600;
10
- --bui-font-size-1: .625rem;
11
- --bui-font-size-2: .75rem;
12
- --bui-font-size-3: .875rem;
13
- --bui-font-size-4: 1rem;
14
- --bui-font-size-5: 1.25rem;
15
- --bui-font-size-6: 1.5rem;
16
- --bui-font-size-7: 2rem;
17
- --bui-font-size-8: 3rem;
18
- --bui-font-size-9: 4rem;
19
- --bui-font-size-10: 5.75rem;
20
- --bui-space: .25rem;
21
- --bui-space-0_5: calc(var(--bui-space) * .5);
22
- --bui-space-1: var(--bui-space);
23
- --bui-space-1_5: calc(var(--bui-space) * 1.5);
24
- --bui-space-2: calc(var(--bui-space) * 2);
25
- --bui-space-3: calc(var(--bui-space) * 3);
26
- --bui-space-4: calc(var(--bui-space) * 4);
27
- --bui-space-5: calc(var(--bui-space) * 5);
28
- --bui-space-6: calc(var(--bui-space) * 6);
29
- --bui-space-7: calc(var(--bui-space) * 7);
30
- --bui-space-8: calc(var(--bui-space) * 8);
31
- --bui-space-9: calc(var(--bui-space) * 9);
32
- --bui-space-10: calc(var(--bui-space) * 10);
33
- --bui-space-11: calc(var(--bui-space) * 11);
34
- --bui-space-12: calc(var(--bui-space) * 12);
35
- --bui-space-13: calc(var(--bui-space) * 13);
36
- --bui-space-14: calc(var(--bui-space) * 14);
37
- --bui-radius-1: calc(.125rem);
38
- --bui-radius-2: calc(.25rem);
39
- --bui-radius-3: calc(.5rem);
40
- --bui-radius-4: calc(.75rem);
46
+
47
+ /* Font sizes */
48
+ --bui-font-size-1: 0.625rem; /* 10px */
49
+ --bui-font-size-2: 0.75rem; /* 12px */
50
+ --bui-font-size-3: 0.875rem; /* 14px */
51
+ --bui-font-size-4: 1rem; /* 16px */
52
+ --bui-font-size-5: 1.25rem; /* 20px */
53
+ --bui-font-size-6: 1.5rem; /* 24px */
54
+ --bui-font-size-7: 2rem; /* 32px */
55
+ --bui-font-size-8: 3rem; /* 48px */
56
+ --bui-font-size-9: 4rem; /* 64px */
57
+ --bui-font-size-10: 5.75rem; /* 92px */
58
+
59
+ /* Spacing */
60
+ --bui-space: 0.25rem; /* This is the spacing multiplier */
61
+ --bui-space-0_5: calc(var(--bui-space) * 0.5); /* 2px */
62
+ --bui-space-1: var(--bui-space); /* 4px */
63
+ --bui-space-1_5: calc(var(--bui-space) * 1.5); /* 6px */
64
+ --bui-space-2: calc(var(--bui-space) * 2); /* 8px */
65
+ --bui-space-3: calc(var(--bui-space) * 3); /* 12px */
66
+ --bui-space-4: calc(var(--bui-space) * 4); /* 16px */
67
+ --bui-space-5: calc(var(--bui-space) * 5); /* 20px */
68
+ --bui-space-6: calc(var(--bui-space) * 6); /* 24px */
69
+ --bui-space-7: calc(var(--bui-space) * 7); /* 28px */
70
+ --bui-space-8: calc(var(--bui-space) * 8); /* 32px */
71
+ --bui-space-9: calc(var(--bui-space) * 9); /* 36px */
72
+ --bui-space-10: calc(var(--bui-space) * 10); /* 40px */
73
+ --bui-space-11: calc(var(--bui-space) * 11); /* 44px */
74
+ --bui-space-12: calc(var(--bui-space) * 12); /* 48px */
75
+ --bui-space-13: calc(var(--bui-space) * 13); /* 52px */
76
+ --bui-space-14: calc(var(--bui-space) * 14); /* 56px */
77
+
78
+ /* Radius */
79
+ --bui-radius-1: calc(0.125rem);
80
+ --bui-radius-2: calc(0.25rem);
81
+ --bui-radius-3: calc(0.5rem);
82
+ --bui-radius-4: calc(0.75rem);
41
83
  --bui-radius-5: calc(1rem);
42
84
  --bui-radius-6: calc(1.25rem);
43
85
  --bui-radius-full: 9999px;
44
- --bui-black: #000;
45
- --bui-white: #fff;
46
- --bui-gray-1: #f8f8f8;
47
- --bui-gray-2: #ececec;
48
- --bui-gray-3: #d9d9d9;
49
- --bui-gray-4: #c1c1c1;
50
- --bui-gray-5: #9e9e9e;
51
- --bui-gray-6: #8c8c8c;
52
- --bui-gray-7: #757575;
53
- --bui-gray-8: #595959;
54
- --bui-bg-surface-0: var(--bui-gray-1);
55
- --bui-bg-surface-1: var(--bui-white);
56
- --bui-bg-surface-2: var(--bui-gray-1);
57
- --bui-bg-surface-3: var(--bui-gray-2);
86
+
87
+ /* Base Colors */
88
+ --bui-black: #000000;
89
+ --bui-white: #ffffff;
90
+
91
+ /* Solid background colors */
58
92
  --bui-bg-solid: #1f5493;
59
93
  --bui-bg-solid-hover: #163a66;
60
94
  --bui-bg-solid-pressed: #0f2b4e;
61
95
  --bui-bg-solid-disabled: #163a66;
62
- --bui-bg-neutral-on-surface-0: oklch(0% 0 0 / .06);
63
- --bui-bg-neutral-on-surface-0-hover: oklch(0% 0 0 / .12);
64
- --bui-bg-neutral-on-surface-0-pressed: oklch(0% 0 0 / .16);
65
- --bui-bg-neutral-on-surface-0-disabled: oklch(0% 0 0 / .06);
66
- --bui-bg-neutral-on-surface-1: oklch(0% 0 0 / .06);
67
- --bui-bg-neutral-on-surface-1-hover: oklch(0% 0 0 / .12);
68
- --bui-bg-neutral-on-surface-1-pressed: oklch(0% 0 0 / .16);
69
- --bui-bg-neutral-on-surface-1-disabled: oklch(0% 0 0 / .06);
70
- --bui-bg-neutral-on-surface-2: oklch(0% 0 0 / .06);
71
- --bui-bg-neutral-on-surface-2-hover: oklch(0% 0 0 / .12);
72
- --bui-bg-neutral-on-surface-2-pressed: oklch(0% 0 0 / .16);
73
- --bui-bg-neutral-on-surface-2-disabled: oklch(0% 0 0 / .06);
74
- --bui-bg-neutral-on-surface-3: oklch(0% 0 0 / .06);
75
- --bui-bg-neutral-on-surface-3-hover: oklch(0% 0 0 / .12);
76
- --bui-bg-neutral-on-surface-3-pressed: oklch(0% 0 0 / .16);
77
- --bui-bg-neutral-on-surface-3-disabled: oklch(0% 0 0 / .06);
96
+
97
+ /* Neutral background colors */
98
+ --bui-bg-app: #f8f8f8;
99
+ --bui-bg-popover: #ffffff;
100
+
101
+ --bui-bg-neutral-1: #fff;
102
+ --bui-bg-neutral-1-hover: oklch(0% 0 0 / 12%);
103
+ --bui-bg-neutral-1-pressed: oklch(0% 0 0 / 16%);
104
+ --bui-bg-neutral-1-disabled: oklch(0% 0 0 / 6%);
105
+
106
+ --bui-bg-neutral-2: oklch(0% 0 0 / 6%);
107
+ --bui-bg-neutral-2-hover: oklch(0% 0 0 / 12%);
108
+ --bui-bg-neutral-2-pressed: oklch(0% 0 0 / 16%);
109
+ --bui-bg-neutral-2-disabled: oklch(0% 0 0 / 6%);
110
+
111
+ --bui-bg-neutral-3: oklch(0% 0 0 / 6%);
112
+ --bui-bg-neutral-3-hover: oklch(0% 0 0 / 12%);
113
+ --bui-bg-neutral-3-pressed: oklch(0% 0 0 / 16%);
114
+ --bui-bg-neutral-3-disabled: oklch(0% 0 0 / 6%);
115
+
116
+ --bui-bg-neutral-4: oklch(0% 0 0 / 6%);
117
+ --bui-bg-neutral-4-hover: oklch(0% 0 0 / 12%);
118
+ --bui-bg-neutral-4-pressed: oklch(0% 0 0 / 16%);
119
+ --bui-bg-neutral-4-disabled: oklch(0% 0 0 / 6%);
120
+
121
+ /* Status background colors */
78
122
  --bui-bg-danger: #ffe2e2;
79
123
  --bui-bg-warning: #ffedd5;
80
124
  --bui-bg-success: #dcfce7;
81
125
  --bui-bg-info: #dbeafe;
126
+
127
+ /* Foreground colors */
82
128
  --bui-fg-primary: var(--bui-black);
83
- --bui-fg-secondary: var(--bui-gray-7);
84
- --bui-fg-disabled: #9e9e9e;
129
+ --bui-fg-secondary: oklch(0% 0 0 / 50%);
130
+ --bui-fg-disabled: oklch(0% 0 0 / 28%);
85
131
  --bui-fg-solid: var(--bui-white);
86
132
  --bui-fg-solid-disabled: #98a8bc;
133
+
134
+ /* Foreground Statuses */
87
135
  --bui-fg-danger-on-bg: #991919;
88
136
  --bui-fg-warning-on-bg: #92310a;
89
137
  --bui-fg-success-on-bg: #116932;
@@ -92,63 +140,73 @@
92
140
  --bui-fg-warning: #ef7a32;
93
141
  --bui-fg-success: #1ed760;
94
142
  --bui-fg-info: #0d74ce;
95
- --bui-border: #0000001a;
96
- --bui-border-hover: #0003;
97
- --bui-border-pressed: #0006;
98
- --bui-border-disabled: #0000001a;
143
+
144
+ /* Border colors */
145
+ --bui-border-1: #d5d5d5;
146
+ --bui-border-2: #bababa;
99
147
  --bui-border-info: #7ea9d6;
100
148
  --bui-border-danger: #f87a7a;
101
149
  --bui-border-warning: #e36d05;
102
150
  --bui-border-success: #53db83;
151
+
152
+ /* Special colors */
103
153
  --bui-ring: #1f5493;
104
154
  --bui-scrollbar: #a0a0a03b;
105
155
  --bui-scrollbar-thumb: #a0a0a0;
106
- --bui-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
107
- --bui-animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
108
- }
109
-
110
- [data-theme-mode="dark"] {
111
- --bui-gray-1: #191919;
112
- --bui-gray-2: #242424;
113
- --bui-gray-3: #373737;
114
- --bui-gray-4: #464646;
115
- --bui-gray-5: #575757;
116
- --bui-gray-6: #7b7b7b;
117
- --bui-gray-7: #9e9e9e;
118
- --bui-gray-8: #b4b4b4;
119
- --bui-bg-surface-0: #333;
120
- --bui-bg-surface-1: var(--bui-gray-1);
121
- --bui-bg-surface-2: var(--bui-gray-2);
122
- --bui-bg-surface-3: var(--bui-gray-3);
156
+
157
+ /* Shadows */
158
+ --bui-shadow: 0 10px 15px -3px rgba(0 0 0 / 0.1),
159
+ 0 4px 6px -4px rgba(0 0 0 / 0.1);
160
+
161
+ --bui-animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
162
+ }
163
+
164
+ /* Dark theme tokens */
165
+ [data-theme-mode='dark'] {
166
+ /* Solid background colors */
123
167
  --bui-bg-solid: #9cc9ff;
124
168
  --bui-bg-solid-hover: #83b9fd;
125
169
  --bui-bg-solid-pressed: #83b9fd;
126
170
  --bui-bg-solid-disabled: #1b3d68;
127
- --bui-bg-neutral-on-surface-0: oklch(100% 0 0 / .1);
128
- --bui-bg-neutral-on-surface-0-hover: oklch(100% 0 0 / .14);
129
- --bui-bg-neutral-on-surface-0-pressed: oklch(100% 0 0 / .2);
130
- --bui-bg-neutral-on-surface-0-disabled: oklch(100% 0 0 / .1);
131
- --bui-bg-neutral-on-surface-1: oklch(100% 0 0 / .06);
132
- --bui-bg-neutral-on-surface-1-hover: oklch(100% 0 0 / .1);
133
- --bui-bg-neutral-on-surface-1-pressed: oklch(100% 0 0 / .16);
134
- --bui-bg-neutral-on-surface-1-disabled: oklch(100% 0 0 / .06);
135
- --bui-bg-neutral-on-surface-2: oklch(100% 0 0 / .08);
136
- --bui-bg-neutral-on-surface-2-hover: oklch(100% 0 0 / .12);
137
- --bui-bg-neutral-on-surface-2-pressed: oklch(100% 0 0 / .2);
138
- --bui-bg-neutral-on-surface-2-disabled: oklch(100% 0 0 / .08);
139
- --bui-bg-neutral-on-surface-3: oklch(100% 0 0 / .08);
140
- --bui-bg-neutral-on-surface-3-hover: oklch(100% 0 0 / .12);
141
- --bui-bg-neutral-on-surface-3-pressed: oklch(100% 0 0 / .2);
142
- --bui-bg-neutral-on-surface-3-disabled: oklch(100% 0 0 / .08);
171
+
172
+ /* Neutral background colors */
173
+ --bui-bg-app: #333333;
174
+ --bui-bg-popover: #1a1a1a;
175
+
176
+ --bui-bg-neutral-1: oklch(100% 0 0 / 10%);
177
+ --bui-bg-neutral-1-hover: oklch(100% 0 0 / 14%);
178
+ --bui-bg-neutral-1-pressed: oklch(100% 0 0 / 20%);
179
+ --bui-bg-neutral-1-disabled: oklch(100% 0 0 / 10%);
180
+
181
+ --bui-bg-neutral-2: oklch(100% 0 0 / 6%);
182
+ --bui-bg-neutral-2-hover: oklch(100% 0 0 / 10%);
183
+ --bui-bg-neutral-2-pressed: oklch(100% 0 0 / 16%);
184
+ --bui-bg-neutral-2-disabled: oklch(100% 0 0 / 6%);
185
+
186
+ --bui-bg-neutral-3: oklch(100% 0 0 / 8%);
187
+ --bui-bg-neutral-3-hover: oklch(100% 0 0 / 12%);
188
+ --bui-bg-neutral-3-pressed: oklch(100% 0 0 / 20%);
189
+ --bui-bg-neutral-3-disabled: oklch(100% 0 0 / 8%);
190
+
191
+ --bui-bg-neutral-4: oklch(100% 0 0 / 8%);
192
+ --bui-bg-neutral-4-hover: oklch(100% 0 0 / 12%);
193
+ --bui-bg-neutral-4-pressed: oklch(100% 0 0 / 20%);
194
+ --bui-bg-neutral-4-disabled: oklch(100% 0 0 / 8%);
195
+
196
+ /* Status background colors */
143
197
  --bui-bg-danger: #300c0c;
144
198
  --bui-bg-warning: #302008;
145
199
  --bui-bg-success: #042713;
146
200
  --bui-bg-info: #132049;
201
+
202
+ /* Foreground colors */
147
203
  --bui-fg-primary: var(--bui-white);
148
- --bui-fg-secondary: var(--bui-gray-7);
149
- --bui-fg-disabled: var(--bui-gray-7);
204
+ --bui-fg-secondary: oklch(100% 0 0 / 50%);
205
+ --bui-fg-disabled: oklch(100% 0 0 / 28%);
150
206
  --bui-fg-solid: #101821;
151
207
  --bui-fg-solid-disabled: #6191cc;
208
+
209
+ /* Foreground statuses */
152
210
  --bui-fg-danger-on-bg: #fca5a5;
153
211
  --bui-fg-warning-on-bg: #fdba74;
154
212
  --bui-fg-success-on-bg: #86efac;
@@ -157,110 +215,251 @@
157
215
  --bui-fg-warning: #ffa057;
158
216
  --bui-fg-success: #1ed760;
159
217
  --bui-fg-info: #70b8ff;
160
- --bui-border: #ffffff1f;
161
- --bui-border-hover: #fff6;
162
- --bui-border-pressed: #ffffff80;
163
- --bui-border-disabled: #fff3;
218
+
219
+ /* Border colors */
220
+ --bui-border-1: #434343;
221
+ --bui-border-2: #585858;
164
222
  --bui-border-info: #7ea9d6;
165
223
  --bui-border-danger: #f87a7a;
166
224
  --bui-border-warning: #e36d05;
167
225
  --bui-border-success: #53db83;
226
+
227
+ /* Special colors */
168
228
  --bui-ring: #1f5493;
169
229
  --bui-scrollbar: #3636363a;
170
230
  --bui-scrollbar-thumb: #575757;
231
+
232
+ /* Shadows */
171
233
  --bui-shadow: none;
172
234
  }
173
235
  }
174
-
236
+ /* Base */
237
+ /*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
238
+ /*
239
+ Document
240
+ ========
241
+ */
242
+ /**
243
+ Use a better box model (opinionated).
244
+ */
175
245
  @layer base {
176
- *, :before, :after {
246
+ *,
247
+ ::before,
248
+ ::after {
177
249
  box-sizing: border-box;
178
250
  }
179
251
 
252
+ /**
253
+ 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
254
+ 2. Correct the line height in all browsers.
255
+ 3. Prevent adjustments of font size after orientation changes in iOS.
256
+ 4. Use a more readable tab size (opinionated).
257
+ */
258
+
180
259
  html {
181
- -webkit-text-size-adjust: 100%;
182
- tab-size: 4;
183
- font-family: system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
184
- line-height: 1.15;
260
+ font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
261
+ 'Apple Color Emoji', 'Segoe UI Emoji'; /* 1 */
262
+ line-height: 1.15; /* 2 */
263
+ -webkit-text-size-adjust: 100%; /* 3 */
264
+ tab-size: 4; /* 4 */
185
265
  }
186
266
 
267
+ /*
268
+ Sections
269
+ ========
270
+ */
271
+
272
+ /**
273
+ Remove the margin in all browsers.
274
+ */
275
+
187
276
  body {
188
277
  margin: 0;
189
278
  }
190
279
 
191
- b, strong {
280
+ /*
281
+ Text-level semantics
282
+ ====================
283
+ */
284
+
285
+ /**
286
+ Add the correct font weight in Chrome and Safari.
287
+ */
288
+
289
+ b,
290
+ strong {
192
291
  font-weight: bolder;
193
292
  }
194
293
 
195
- code, kbd, samp, pre {
196
- font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
197
- font-size: 1em;
294
+ /**
295
+ 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
296
+ 2. Correct the odd 'em' font sizing in all browsers.
297
+ */
298
+
299
+ code,
300
+ kbd,
301
+ samp,
302
+ pre {
303
+ font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono',
304
+ Menlo, monospace; /* 1 */
305
+ font-size: 1em; /* 2 */
198
306
  }
199
307
 
308
+ /**
309
+ Add the correct font size in all browsers.
310
+ */
311
+
200
312
  small {
201
313
  font-size: 80%;
202
314
  }
203
315
 
204
- sub, sup {
205
- vertical-align: baseline;
316
+ /**
317
+ Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
318
+ */
319
+
320
+ sub,
321
+ sup {
206
322
  font-size: 75%;
207
323
  line-height: 0;
208
324
  position: relative;
325
+ vertical-align: baseline;
209
326
  }
210
327
 
211
328
  sub {
212
- bottom: -.25em;
329
+ bottom: -0.25em;
213
330
  }
214
331
 
215
332
  sup {
216
- top: -.5em;
333
+ top: -0.5em;
217
334
  }
218
335
 
219
- table {
220
- border-color: currentColor;
221
- }
336
+ /*
337
+ Tabular data
338
+ ============
339
+ */
222
340
 
223
- button, input, optgroup, select, textarea {
224
- margin: 0;
225
- font-family: inherit;
226
- font-size: 100%;
227
- line-height: 1.15;
228
- }
341
+ /**
342
+ Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
343
+ */
229
344
 
230
- button, [type="button"], [type="reset"], [type="submit"] {
345
+ table {
346
+ border-color: currentcolor;
347
+ }
348
+
349
+ /*
350
+ Forms
351
+ =====
352
+ */
353
+
354
+ /**
355
+ 1. Change the font styles in all browsers.
356
+ 2. Remove the margin in Firefox and Safari.
357
+ */
358
+
359
+ button,
360
+ input,
361
+ optgroup,
362
+ select,
363
+ textarea {
364
+ font-family: inherit; /* 1 */
365
+ font-size: 100%; /* 1 */
366
+ line-height: 1.15; /* 1 */
367
+ margin: 0; /* 2 */
368
+ }
369
+
370
+ /**
371
+ Correct the inability to style clickable types in iOS and Safari.
372
+ */
373
+
374
+ button,
375
+ [type='button'],
376
+ [type='reset'],
377
+ [type='submit'] {
231
378
  -webkit-appearance: button;
232
379
  }
233
380
 
381
+ /**
382
+ Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
383
+ */
384
+
234
385
  legend {
235
386
  padding: 0;
236
387
  }
237
388
 
389
+ /**
390
+ Add the correct vertical alignment in Chrome and Firefox.
391
+ */
392
+
238
393
  progress {
239
394
  vertical-align: baseline;
240
395
  }
241
396
 
242
- ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
397
+ /**
398
+ Correct the cursor style of increment and decrement buttons in Safari.
399
+ */
400
+
401
+ ::-webkit-inner-spin-button,
402
+ ::-webkit-outer-spin-button {
243
403
  height: auto;
244
404
  }
245
405
 
246
- [type="search"] {
247
- -webkit-appearance: textfield;
248
- outline-offset: -2px;
406
+ /**
407
+ 1. Correct the odd appearance in Chrome and Safari.
408
+ 2. Correct the outline style in Safari.
409
+ */
410
+
411
+ [type='search'] {
412
+ -webkit-appearance: textfield; /* 1 */
413
+ outline-offset: -2px; /* 2 */
249
414
  }
250
415
 
416
+ /**
417
+ Remove the inner padding in Chrome and Safari on macOS.
418
+ */
419
+
251
420
  ::-webkit-search-decoration {
252
421
  -webkit-appearance: none;
253
422
  }
254
423
 
424
+ /**
425
+ 1. Correct the inability to style clickable types in iOS and Safari.
426
+ 2. Change font properties to 'inherit' in Safari.
427
+ */
428
+
255
429
  ::-webkit-file-upload-button {
256
- -webkit-appearance: button;
257
- font: inherit;
430
+ -webkit-appearance: button; /* 1 */
431
+ font: inherit; /* 2 */
258
432
  }
259
433
 
434
+ /*
435
+ Interactive
436
+ ===========
437
+ */
438
+
439
+ /*
440
+ Add the correct display in Chrome and Safari.
441
+ */
442
+
260
443
  summary {
261
444
  display: list-item;
262
445
  }
263
-
446
+ }
447
+ /*
448
+ * Copyright 2024 The Backstage Authors
449
+ *
450
+ * Licensed under the Apache License, Version 2.0 (the "License");
451
+ * you may not use this file except in compliance with the License.
452
+ * You may obtain a copy of the License at
453
+ *
454
+ * http://www.apache.org/licenses/LICENSE-2.0
455
+ *
456
+ * Unless required by applicable law or agreed to in writing, software
457
+ * distributed under the License is distributed on an "AS IS" BASIS,
458
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
459
+ * See the License for the specific language governing permissions and
460
+ * limitations under the License.
461
+ */
462
+ @layer base {
264
463
  :where(a) {
265
464
  color: inherit;
266
465
  text-decoration: none;
@@ -268,31 +467,49 @@
268
467
 
269
468
  @keyframes pulse {
270
469
  50% {
271
- opacity: .5;
470
+ opacity: 0.5;
272
471
  }
273
472
  }
274
473
 
275
474
  body {
276
- background-color: var(--bui-bg-surface-0);
475
+ background-color: var(--bui-bg-app);
476
+
477
+ /* Text defaults */
277
478
  color: var(--bui-fg-primary);
278
479
  font-family: var(--bui-font-regular);
279
480
  font-weight: var(--bui-font-weight-regular);
280
481
  font-size: var(--bui-font-size-3);
482
+
483
+ /* Smoothing for text rendering */
281
484
  -webkit-font-smoothing: antialiased;
282
485
  -moz-osx-font-smoothing: grayscale;
283
486
  }
284
487
 
285
- [data-theme-mode="dark"] {
488
+ [data-theme-mode='dark'] {
286
489
  color-scheme: dark;
287
490
  }
288
491
 
289
- [data-theme-mode="light"] {
492
+ [data-theme-mode='light'] {
290
493
  color-scheme: light;
291
494
  }
292
495
  }
293
-
294
- @layer components;
295
-
496
+ /* Utilities */
497
+ /* Padding */
498
+ /*
499
+ * Copyright 2025 The Backstage Authors
500
+ *
501
+ * Licensed under the Apache License, Version 2.0 (the "License");
502
+ * you may not use this file except in compliance with the License.
503
+ * You may obtain a copy of the License at
504
+ *
505
+ * http://www.apache.org/licenses/LICENSE-2.0
506
+ *
507
+ * Unless required by applicable law or agreed to in writing, software
508
+ * distributed under the License is distributed on an "AS IS" BASIS,
509
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
510
+ * See the License for the specific language governing permissions and
511
+ * limitations under the License.
512
+ */
296
513
  @layer utilities {
297
514
  .bui-p {
298
515
  padding: var(--p);
@@ -362,7 +579,8 @@
362
579
  padding: var(--bui-space-14);
363
580
  }
364
581
 
365
- @media (width >= 640px) {
582
+ /* Breakpoint xs */
583
+ @media (min-width: 640px) {
366
584
  .xs\:bui-p {
367
585
  padding: var(--p-xs);
368
586
  }
@@ -432,7 +650,8 @@
432
650
  }
433
651
  }
434
652
 
435
- @media (width >= 768px) {
653
+ /* Breakpoint sm */
654
+ @media (min-width: 768px) {
436
655
  .sm\:bui-p {
437
656
  padding: var(--p-sm);
438
657
  }
@@ -502,7 +721,8 @@
502
721
  }
503
722
  }
504
723
 
505
- @media (width >= 1024px) {
724
+ /* Breakpoint md */
725
+ @media (min-width: 1024px) {
506
726
  .md\:bui-p {
507
727
  padding: var(--p-md);
508
728
  }
@@ -572,7 +792,8 @@
572
792
  }
573
793
  }
574
794
 
575
- @media (width >= 1280px) {
795
+ /* Breakpoint lg */
796
+ @media (min-width: 1280px) {
576
797
  .lg\:bui-p {
577
798
  padding: var(--p-lg);
578
799
  }
@@ -642,7 +863,8 @@
642
863
  }
643
864
  }
644
865
 
645
- @media (width >= 1536px) {
866
+ /* Breakpoint xl */
867
+ @media (min-width: 1536px) {
646
868
  .xl\:bui-p {
647
869
  padding: var(--p-xl);
648
870
  }
@@ -711,7 +933,23 @@
711
933
  padding: var(--bui-space-14);
712
934
  }
713
935
  }
714
-
936
+ }
937
+ /*
938
+ * Copyright 2025 The Backstage Authors
939
+ *
940
+ * Licensed under the Apache License, Version 2.0 (the "License");
941
+ * you may not use this file except in compliance with the License.
942
+ * You may obtain a copy of the License at
943
+ *
944
+ * http://www.apache.org/licenses/LICENSE-2.0
945
+ *
946
+ * Unless required by applicable law or agreed to in writing, software
947
+ * distributed under the License is distributed on an "AS IS" BASIS,
948
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
949
+ * See the License for the specific language governing permissions and
950
+ * limitations under the License.
951
+ */
952
+ @layer utilities {
715
953
  .bui-pl {
716
954
  padding-left: var(--pl);
717
955
  }
@@ -780,7 +1018,8 @@
780
1018
  padding-left: var(--bui-space-14);
781
1019
  }
782
1020
 
783
- @media (width >= 640px) {
1021
+ /* Breakpoint xs */
1022
+ @media (min-width: 640px) {
784
1023
  .xs\:bui-pl {
785
1024
  padding-left: var(--pl-xs);
786
1025
  }
@@ -850,7 +1089,8 @@
850
1089
  }
851
1090
  }
852
1091
 
853
- @media (width >= 768px) {
1092
+ /* Breakpoint sm */
1093
+ @media (min-width: 768px) {
854
1094
  .sm\:bui-pl {
855
1095
  padding-left: var(--pl-sm);
856
1096
  }
@@ -920,7 +1160,8 @@
920
1160
  }
921
1161
  }
922
1162
 
923
- @media (width >= 1024px) {
1163
+ /* Breakpoint md */
1164
+ @media (min-width: 1024px) {
924
1165
  .md\:bui-pl {
925
1166
  padding-left: var(--pl-md);
926
1167
  }
@@ -990,7 +1231,8 @@
990
1231
  }
991
1232
  }
992
1233
 
993
- @media (width >= 1280px) {
1234
+ /* Breakpoint lg */
1235
+ @media (min-width: 1280px) {
994
1236
  .lg\:bui-pl {
995
1237
  padding-left: var(--pl-lg);
996
1238
  }
@@ -1060,7 +1302,8 @@
1060
1302
  }
1061
1303
  }
1062
1304
 
1063
- @media (width >= 1536px) {
1305
+ /* Breakpoint xl */
1306
+ @media (min-width: 1536px) {
1064
1307
  .xl\:bui-pl {
1065
1308
  padding-left: var(--pl-xl);
1066
1309
  }
@@ -1129,7 +1372,23 @@
1129
1372
  padding-left: var(--bui-space-14);
1130
1373
  }
1131
1374
  }
1132
-
1375
+ }
1376
+ /*
1377
+ * Copyright 2025 The Backstage Authors
1378
+ *
1379
+ * Licensed under the Apache License, Version 2.0 (the "License");
1380
+ * you may not use this file except in compliance with the License.
1381
+ * You may obtain a copy of the License at
1382
+ *
1383
+ * http://www.apache.org/licenses/LICENSE-2.0
1384
+ *
1385
+ * Unless required by applicable law or agreed to in writing, software
1386
+ * distributed under the License is distributed on an "AS IS" BASIS,
1387
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1388
+ * See the License for the specific language governing permissions and
1389
+ * limitations under the License.
1390
+ */
1391
+ @layer utilities {
1133
1392
  .bui-pr {
1134
1393
  padding-right: var(--pr);
1135
1394
  }
@@ -1198,7 +1457,8 @@
1198
1457
  padding-right: var(--bui-space-14);
1199
1458
  }
1200
1459
 
1201
- @media (width >= 640px) {
1460
+ /* Breakpoint xs */
1461
+ @media (min-width: 640px) {
1202
1462
  .xs\:bui-pr {
1203
1463
  padding-right: var(--pr-xs);
1204
1464
  }
@@ -1268,7 +1528,8 @@
1268
1528
  }
1269
1529
  }
1270
1530
 
1271
- @media (width >= 768px) {
1531
+ /* Breakpoint sm */
1532
+ @media (min-width: 768px) {
1272
1533
  .sm\:bui-pr {
1273
1534
  padding-right: var(--pr-sm);
1274
1535
  }
@@ -1338,7 +1599,8 @@
1338
1599
  }
1339
1600
  }
1340
1601
 
1341
- @media (width >= 1024px) {
1602
+ /* Breakpoint md */
1603
+ @media (min-width: 1024px) {
1342
1604
  .md\:bui-pr {
1343
1605
  padding-right: var(--pr-md);
1344
1606
  }
@@ -1408,7 +1670,8 @@
1408
1670
  }
1409
1671
  }
1410
1672
 
1411
- @media (width >= 1280px) {
1673
+ /* Breakpoint lg */
1674
+ @media (min-width: 1280px) {
1412
1675
  .lg\:bui-pr {
1413
1676
  padding-right: var(--pr-lg);
1414
1677
  }
@@ -1478,7 +1741,8 @@
1478
1741
  }
1479
1742
  }
1480
1743
 
1481
- @media (width >= 1536px) {
1744
+ /* Breakpoint xl */
1745
+ @media (min-width: 1536px) {
1482
1746
  .xl\:bui-pr {
1483
1747
  padding-right: var(--pr-xl);
1484
1748
  }
@@ -1547,7 +1811,23 @@
1547
1811
  padding-right: var(--bui-space-14);
1548
1812
  }
1549
1813
  }
1550
-
1814
+ }
1815
+ /*
1816
+ * Copyright 2025 The Backstage Authors
1817
+ *
1818
+ * Licensed under the Apache License, Version 2.0 (the "License");
1819
+ * you may not use this file except in compliance with the License.
1820
+ * You may obtain a copy of the License at
1821
+ *
1822
+ * http://www.apache.org/licenses/LICENSE-2.0
1823
+ *
1824
+ * Unless required by applicable law or agreed to in writing, software
1825
+ * distributed under the License is distributed on an "AS IS" BASIS,
1826
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1827
+ * See the License for the specific language governing permissions and
1828
+ * limitations under the License.
1829
+ */
1830
+ @layer utilities {
1551
1831
  .bui-pt {
1552
1832
  padding-top: var(--pt);
1553
1833
  }
@@ -1616,7 +1896,8 @@
1616
1896
  padding-top: var(--bui-space-14);
1617
1897
  }
1618
1898
 
1619
- @media (width >= 640px) {
1899
+ /* Breakpoint xs */
1900
+ @media (min-width: 640px) {
1620
1901
  .xs\:bui-pt {
1621
1902
  padding-top: var(--pt-xs);
1622
1903
  }
@@ -1686,7 +1967,8 @@
1686
1967
  }
1687
1968
  }
1688
1969
 
1689
- @media (width >= 768px) {
1970
+ /* Breakpoint sm */
1971
+ @media (min-width: 768px) {
1690
1972
  .sm\:bui-pt {
1691
1973
  padding-top: var(--pt-sm);
1692
1974
  }
@@ -1756,7 +2038,8 @@
1756
2038
  }
1757
2039
  }
1758
2040
 
1759
- @media (width >= 1024px) {
2041
+ /* Breakpoint md */
2042
+ @media (min-width: 1024px) {
1760
2043
  .md\:bui-pt {
1761
2044
  padding-top: var(--pt-md);
1762
2045
  }
@@ -1826,7 +2109,8 @@
1826
2109
  }
1827
2110
  }
1828
2111
 
1829
- @media (width >= 1280px) {
2112
+ /* Breakpoint lg */
2113
+ @media (min-width: 1280px) {
1830
2114
  .lg\:bui-pt {
1831
2115
  padding-top: var(--pt-lg);
1832
2116
  }
@@ -1896,7 +2180,8 @@
1896
2180
  }
1897
2181
  }
1898
2182
 
1899
- @media (width >= 1536px) {
2183
+ /* Breakpoint xl */
2184
+ @media (min-width: 1536px) {
1900
2185
  .xl\:bui-pt {
1901
2186
  padding-top: var(--pt-xl);
1902
2187
  }
@@ -1965,7 +2250,23 @@
1965
2250
  padding-top: var(--bui-space-14);
1966
2251
  }
1967
2252
  }
1968
-
2253
+ }
2254
+ /*
2255
+ * Copyright 2025 The Backstage Authors
2256
+ *
2257
+ * Licensed under the Apache License, Version 2.0 (the "License");
2258
+ * you may not use this file except in compliance with the License.
2259
+ * You may obtain a copy of the License at
2260
+ *
2261
+ * http://www.apache.org/licenses/LICENSE-2.0
2262
+ *
2263
+ * Unless required by applicable law or agreed to in writing, software
2264
+ * distributed under the License is distributed on an "AS IS" BASIS,
2265
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2266
+ * See the License for the specific language governing permissions and
2267
+ * limitations under the License.
2268
+ */
2269
+ @layer utilities {
1969
2270
  .bui-pb {
1970
2271
  padding-bottom: var(--pb);
1971
2272
  }
@@ -2034,7 +2335,8 @@
2034
2335
  padding-bottom: var(--bui-space-14);
2035
2336
  }
2036
2337
 
2037
- @media (width >= 640px) {
2338
+ /* Breakpoint xs */
2339
+ @media (min-width: 640px) {
2038
2340
  .xs\:bui-pb {
2039
2341
  padding-bottom: var(--pb-xs);
2040
2342
  }
@@ -2104,7 +2406,8 @@
2104
2406
  }
2105
2407
  }
2106
2408
 
2107
- @media (width >= 768px) {
2409
+ /* Breakpoint sm */
2410
+ @media (min-width: 768px) {
2108
2411
  .sm\:bui-pb {
2109
2412
  padding-bottom: var(--pb-sm);
2110
2413
  }
@@ -2174,7 +2477,8 @@
2174
2477
  }
2175
2478
  }
2176
2479
 
2177
- @media (width >= 1024px) {
2480
+ /* Breakpoint md */
2481
+ @media (min-width: 1024px) {
2178
2482
  .md\:bui-pb {
2179
2483
  padding-bottom: var(--pb-md);
2180
2484
  }
@@ -2244,7 +2548,8 @@
2244
2548
  }
2245
2549
  }
2246
2550
 
2247
- @media (width >= 1280px) {
2551
+ /* Breakpoint lg */
2552
+ @media (min-width: 1280px) {
2248
2553
  .lg\:bui-pb {
2249
2554
  padding-bottom: var(--pb-lg);
2250
2555
  }
@@ -2314,7 +2619,8 @@
2314
2619
  }
2315
2620
  }
2316
2621
 
2317
- @media (width >= 1536px) {
2622
+ /* Breakpoint xl */
2623
+ @media (min-width: 1536px) {
2318
2624
  .xl\:bui-pb {
2319
2625
  padding-bottom: var(--pb-xl);
2320
2626
  }
@@ -2383,7 +2689,23 @@
2383
2689
  padding-bottom: var(--bui-space-14);
2384
2690
  }
2385
2691
  }
2386
-
2692
+ }
2693
+ /*
2694
+ * Copyright 2025 The Backstage Authors
2695
+ *
2696
+ * Licensed under the Apache License, Version 2.0 (the "License");
2697
+ * you may not use this file except in compliance with the License.
2698
+ * You may obtain a copy of the License at
2699
+ *
2700
+ * http://www.apache.org/licenses/LICENSE-2.0
2701
+ *
2702
+ * Unless required by applicable law or agreed to in writing, software
2703
+ * distributed under the License is distributed on an "AS IS" BASIS,
2704
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2705
+ * See the License for the specific language governing permissions and
2706
+ * limitations under the License.
2707
+ */
2708
+ @layer utilities {
2387
2709
  .bui-py {
2388
2710
  padding-top: var(--py);
2389
2711
  padding-bottom: var(--py);
@@ -2469,7 +2791,8 @@
2469
2791
  padding-bottom: var(--bui-space-14);
2470
2792
  }
2471
2793
 
2472
- @media (width >= 640px) {
2794
+ /* Breakpoint xs */
2795
+ @media (min-width: 640px) {
2473
2796
  .xs\:bui-py {
2474
2797
  padding-top: var(--py-xs);
2475
2798
  padding-bottom: var(--py-xs);
@@ -2556,7 +2879,8 @@
2556
2879
  }
2557
2880
  }
2558
2881
 
2559
- @media (width >= 768px) {
2882
+ /* Breakpoint sm */
2883
+ @media (min-width: 768px) {
2560
2884
  .sm\:bui-py {
2561
2885
  padding-top: var(--py-sm);
2562
2886
  padding-bottom: var(--py-sm);
@@ -2643,7 +2967,8 @@
2643
2967
  }
2644
2968
  }
2645
2969
 
2646
- @media (width >= 1024px) {
2970
+ /* Breakpoint md */
2971
+ @media (min-width: 1024px) {
2647
2972
  .md\:bui-py {
2648
2973
  padding-top: var(--py-md);
2649
2974
  padding-bottom: var(--py-md);
@@ -2730,7 +3055,8 @@
2730
3055
  }
2731
3056
  }
2732
3057
 
2733
- @media (width >= 1280px) {
3058
+ /* Breakpoint lg */
3059
+ @media (min-width: 1280px) {
2734
3060
  .lg\:bui-py {
2735
3061
  padding-top: var(--py-lg);
2736
3062
  padding-bottom: var(--py-lg);
@@ -2817,7 +3143,8 @@
2817
3143
  }
2818
3144
  }
2819
3145
 
2820
- @media (width >= 1536px) {
3146
+ /* Breakpoint xl */
3147
+ @media (min-width: 1536px) {
2821
3148
  .xl\:bui-py {
2822
3149
  padding-top: var(--py-xl);
2823
3150
  padding-bottom: var(--py-xl);
@@ -2903,7 +3230,23 @@
2903
3230
  padding-bottom: var(--bui-space-14);
2904
3231
  }
2905
3232
  }
2906
-
3233
+ }
3234
+ /*
3235
+ * Copyright 2025 The Backstage Authors
3236
+ *
3237
+ * Licensed under the Apache License, Version 2.0 (the "License");
3238
+ * you may not use this file except in compliance with the License.
3239
+ * You may obtain a copy of the License at
3240
+ *
3241
+ * http://www.apache.org/licenses/LICENSE-2.0
3242
+ *
3243
+ * Unless required by applicable law or agreed to in writing, software
3244
+ * distributed under the License is distributed on an "AS IS" BASIS,
3245
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3246
+ * See the License for the specific language governing permissions and
3247
+ * limitations under the License.
3248
+ */
3249
+ @layer utilities {
2907
3250
  .bui-px {
2908
3251
  padding-left: var(--px);
2909
3252
  padding-right: var(--px);
@@ -2989,7 +3332,8 @@
2989
3332
  padding-right: var(--bui-space-14);
2990
3333
  }
2991
3334
 
2992
- @media (width >= 640px) {
3335
+ /* Breakpoint xs */
3336
+ @media (min-width: 640px) {
2993
3337
  .xs\:bui-px {
2994
3338
  padding-left: var(--px-xs);
2995
3339
  padding-right: var(--px-xs);
@@ -3076,7 +3420,8 @@
3076
3420
  }
3077
3421
  }
3078
3422
 
3079
- @media (width >= 768px) {
3423
+ /* Breakpoint sm */
3424
+ @media (min-width: 768px) {
3080
3425
  .sm\:bui-px {
3081
3426
  padding-left: var(--px-sm);
3082
3427
  padding-right: var(--px-sm);
@@ -3163,7 +3508,8 @@
3163
3508
  }
3164
3509
  }
3165
3510
 
3166
- @media (width >= 1024px) {
3511
+ /* Breakpoint md */
3512
+ @media (min-width: 1024px) {
3167
3513
  .md\:bui-px {
3168
3514
  padding-left: var(--px-md);
3169
3515
  padding-right: var(--px-md);
@@ -3250,7 +3596,8 @@
3250
3596
  }
3251
3597
  }
3252
3598
 
3253
- @media (width >= 1280px) {
3599
+ /* Breakpoint lg */
3600
+ @media (min-width: 1280px) {
3254
3601
  .lg\:bui-px {
3255
3602
  padding-left: var(--px-lg);
3256
3603
  padding-right: var(--px-lg);
@@ -3337,7 +3684,8 @@
3337
3684
  }
3338
3685
  }
3339
3686
 
3340
- @media (width >= 1536px) {
3687
+ /* Breakpoint xl */
3688
+ @media (min-width: 1536px) {
3341
3689
  .xl\:bui-px {
3342
3690
  padding-left: var(--px-xl);
3343
3691
  padding-right: var(--px-xl);
@@ -3423,7 +3771,24 @@
3423
3771
  padding-right: var(--bui-space-14);
3424
3772
  }
3425
3773
  }
3426
-
3774
+ }
3775
+ /* Margin */
3776
+ /*
3777
+ * Copyright 2025 The Backstage Authors
3778
+ *
3779
+ * Licensed under the Apache License, Version 2.0 (the "License");
3780
+ * you may not use this file except in compliance with the License.
3781
+ * You may obtain a copy of the License at
3782
+ *
3783
+ * http://www.apache.org/licenses/LICENSE-2.0
3784
+ *
3785
+ * Unless required by applicable law or agreed to in writing, software
3786
+ * distributed under the License is distributed on an "AS IS" BASIS,
3787
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3788
+ * See the License for the specific language governing permissions and
3789
+ * limitations under the License.
3790
+ */
3791
+ @layer utilities {
3427
3792
  .bui-m {
3428
3793
  margin: var(--m);
3429
3794
  }
@@ -3492,7 +3857,8 @@
3492
3857
  margin: var(--bui-space-14);
3493
3858
  }
3494
3859
 
3495
- @media (width >= 640px) {
3860
+ /* Breakpoint xs */
3861
+ @media (min-width: 640px) {
3496
3862
  .xs\:bui-m {
3497
3863
  margin: var(--p-xs);
3498
3864
  }
@@ -3562,7 +3928,8 @@
3562
3928
  }
3563
3929
  }
3564
3930
 
3565
- @media (width >= 768px) {
3931
+ /* Breakpoint sm */
3932
+ @media (min-width: 768px) {
3566
3933
  .sm\:bui-m {
3567
3934
  margin: var(--p-sm);
3568
3935
  }
@@ -3632,7 +3999,8 @@
3632
3999
  }
3633
4000
  }
3634
4001
 
3635
- @media (width >= 1024px) {
4002
+ /* Breakpoint md */
4003
+ @media (min-width: 1024px) {
3636
4004
  .md\:bui-m {
3637
4005
  margin: var(--p-md);
3638
4006
  }
@@ -3702,7 +4070,8 @@
3702
4070
  }
3703
4071
  }
3704
4072
 
3705
- @media (width >= 1280px) {
4073
+ /* Breakpoint lg */
4074
+ @media (min-width: 1280px) {
3706
4075
  .lg\:bui-m {
3707
4076
  margin: var(--p-lg);
3708
4077
  }
@@ -3772,7 +4141,8 @@
3772
4141
  }
3773
4142
  }
3774
4143
 
3775
- @media (width >= 1536px) {
4144
+ /* Breakpoint xl */
4145
+ @media (min-width: 1536px) {
3776
4146
  .xl\:bui-m {
3777
4147
  margin: var(--p-xl);
3778
4148
  }
@@ -3841,7 +4211,23 @@
3841
4211
  margin: var(--bui-space-14);
3842
4212
  }
3843
4213
  }
3844
-
4214
+ }
4215
+ /*
4216
+ * Copyright 2025 The Backstage Authors
4217
+ *
4218
+ * Licensed under the Apache License, Version 2.0 (the "License");
4219
+ * you may not use this file except in compliance with the License.
4220
+ * You may obtain a copy of the License at
4221
+ *
4222
+ * http://www.apache.org/licenses/LICENSE-2.0
4223
+ *
4224
+ * Unless required by applicable law or agreed to in writing, software
4225
+ * distributed under the License is distributed on an "AS IS" BASIS,
4226
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4227
+ * See the License for the specific language governing permissions and
4228
+ * limitations under the License.
4229
+ */
4230
+ @layer utilities {
3845
4231
  .bui-ml {
3846
4232
  margin-left: var(--ml);
3847
4233
  }
@@ -3910,7 +4296,8 @@
3910
4296
  margin-left: var(--bui-space-14);
3911
4297
  }
3912
4298
 
3913
- @media (width >= 640px) {
4299
+ /* Breakpoint xs */
4300
+ @media (min-width: 640px) {
3914
4301
  .xs\:bui-ml {
3915
4302
  margin-left: var(--ml-xs);
3916
4303
  }
@@ -3980,7 +4367,8 @@
3980
4367
  }
3981
4368
  }
3982
4369
 
3983
- @media (width >= 768px) {
4370
+ /* Breakpoint sm */
4371
+ @media (min-width: 768px) {
3984
4372
  .sm\:bui-ml {
3985
4373
  margin-left: var(--ml-sm);
3986
4374
  }
@@ -4050,7 +4438,8 @@
4050
4438
  }
4051
4439
  }
4052
4440
 
4053
- @media (width >= 1024px) {
4441
+ /* Breakpoint md */
4442
+ @media (min-width: 1024px) {
4054
4443
  .md\:bui-ml {
4055
4444
  margin-left: var(--ml-md);
4056
4445
  }
@@ -4120,7 +4509,8 @@
4120
4509
  }
4121
4510
  }
4122
4511
 
4123
- @media (width >= 1280px) {
4512
+ /* Breakpoint lg */
4513
+ @media (min-width: 1280px) {
4124
4514
  .lg\:bui-ml {
4125
4515
  margin-left: var(--ml-lg);
4126
4516
  }
@@ -4190,7 +4580,8 @@
4190
4580
  }
4191
4581
  }
4192
4582
 
4193
- @media (width >= 1536px) {
4583
+ /* Breakpoint xl */
4584
+ @media (min-width: 1536px) {
4194
4585
  .xl\:bui-ml {
4195
4586
  margin-left: var(--ml-xl);
4196
4587
  }
@@ -4259,7 +4650,23 @@
4259
4650
  margin-left: var(--bui-space-14);
4260
4651
  }
4261
4652
  }
4262
-
4653
+ }
4654
+ /*
4655
+ * Copyright 2025 The Backstage Authors
4656
+ *
4657
+ * Licensed under the Apache License, Version 2.0 (the "License");
4658
+ * you may not use this file except in compliance with the License.
4659
+ * You may obtain a copy of the License at
4660
+ *
4661
+ * http://www.apache.org/licenses/LICENSE-2.0
4662
+ *
4663
+ * Unless required by applicable law or agreed to in writing, software
4664
+ * distributed under the License is distributed on an "AS IS" BASIS,
4665
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4666
+ * See the License for the specific language governing permissions and
4667
+ * limitations under the License.
4668
+ */
4669
+ @layer utilities {
4263
4670
  .bui-mr {
4264
4671
  margin-right: var(--mr);
4265
4672
  }
@@ -4328,7 +4735,8 @@
4328
4735
  margin-right: var(--bui-space-14);
4329
4736
  }
4330
4737
 
4331
- @media (width >= 640px) {
4738
+ /* Breakpoint xs */
4739
+ @media (min-width: 640px) {
4332
4740
  .xs\:bui-mr {
4333
4741
  margin-right: var(--mr-xs);
4334
4742
  }
@@ -4398,7 +4806,8 @@
4398
4806
  }
4399
4807
  }
4400
4808
 
4401
- @media (width >= 768px) {
4809
+ /* Breakpoint sm */
4810
+ @media (min-width: 768px) {
4402
4811
  .sm\:bui-mr {
4403
4812
  margin-right: var(--mr-sm);
4404
4813
  }
@@ -4468,7 +4877,8 @@
4468
4877
  }
4469
4878
  }
4470
4879
 
4471
- @media (width >= 1024px) {
4880
+ /* Breakpoint md */
4881
+ @media (min-width: 1024px) {
4472
4882
  .md\:bui-mr {
4473
4883
  margin-right: var(--mr-md);
4474
4884
  }
@@ -4538,7 +4948,8 @@
4538
4948
  }
4539
4949
  }
4540
4950
 
4541
- @media (width >= 1280px) {
4951
+ /* Breakpoint lg */
4952
+ @media (min-width: 1280px) {
4542
4953
  .lg\:bui-mr {
4543
4954
  margin-right: var(--mr-lg);
4544
4955
  }
@@ -4608,7 +5019,8 @@
4608
5019
  }
4609
5020
  }
4610
5021
 
4611
- @media (width >= 1536px) {
5022
+ /* Breakpoint xl */
5023
+ @media (min-width: 1536px) {
4612
5024
  .xl\:bui-mr {
4613
5025
  margin-right: var(--mr-xl);
4614
5026
  }
@@ -4677,7 +5089,23 @@
4677
5089
  margin-right: var(--bui-space-14);
4678
5090
  }
4679
5091
  }
4680
-
5092
+ }
5093
+ /*
5094
+ * Copyright 2025 The Backstage Authors
5095
+ *
5096
+ * Licensed under the Apache License, Version 2.0 (the "License");
5097
+ * you may not use this file except in compliance with the License.
5098
+ * You may obtain a copy of the License at
5099
+ *
5100
+ * http://www.apache.org/licenses/LICENSE-2.0
5101
+ *
5102
+ * Unless required by applicable law or agreed to in writing, software
5103
+ * distributed under the License is distributed on an "AS IS" BASIS,
5104
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5105
+ * See the License for the specific language governing permissions and
5106
+ * limitations under the License.
5107
+ */
5108
+ @layer utilities {
4681
5109
  .bui-mt {
4682
5110
  margin-top: var(--mt);
4683
5111
  }
@@ -4746,7 +5174,8 @@
4746
5174
  margin-top: var(--bui-space-14);
4747
5175
  }
4748
5176
 
4749
- @media (width >= 640px) {
5177
+ /* Breakpoint xs */
5178
+ @media (min-width: 640px) {
4750
5179
  .xs\:bui-mt {
4751
5180
  margin-top: var(--mt-xs);
4752
5181
  }
@@ -4816,7 +5245,8 @@
4816
5245
  }
4817
5246
  }
4818
5247
 
4819
- @media (width >= 768px) {
5248
+ /* Breakpoint sm */
5249
+ @media (min-width: 768px) {
4820
5250
  .sm\:bui-mt {
4821
5251
  margin-top: var(--mt-sm);
4822
5252
  }
@@ -4886,7 +5316,8 @@
4886
5316
  }
4887
5317
  }
4888
5318
 
4889
- @media (width >= 1024px) {
5319
+ /* Breakpoint md */
5320
+ @media (min-width: 1024px) {
4890
5321
  .md\:bui-mt {
4891
5322
  margin-top: var(--mt-md);
4892
5323
  }
@@ -4956,7 +5387,8 @@
4956
5387
  }
4957
5388
  }
4958
5389
 
4959
- @media (width >= 1280px) {
5390
+ /* Breakpoint lg */
5391
+ @media (min-width: 1280px) {
4960
5392
  .lg\:bui-mt {
4961
5393
  margin-top: var(--mt-lg);
4962
5394
  }
@@ -5026,7 +5458,8 @@
5026
5458
  }
5027
5459
  }
5028
5460
 
5029
- @media (width >= 1536px) {
5461
+ /* Breakpoint xl */
5462
+ @media (min-width: 1536px) {
5030
5463
  .xl\:bui-mt {
5031
5464
  margin-top: var(--mt-xl);
5032
5465
  }
@@ -5095,7 +5528,23 @@
5095
5528
  margin-top: var(--bui-space-14);
5096
5529
  }
5097
5530
  }
5098
-
5531
+ }
5532
+ /*
5533
+ * Copyright 2025 The Backstage Authors
5534
+ *
5535
+ * Licensed under the Apache License, Version 2.0 (the "License");
5536
+ * you may not use this file except in compliance with the License.
5537
+ * You may obtain a copy of the License at
5538
+ *
5539
+ * http://www.apache.org/licenses/LICENSE-2.0
5540
+ *
5541
+ * Unless required by applicable law or agreed to in writing, software
5542
+ * distributed under the License is distributed on an "AS IS" BASIS,
5543
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5544
+ * See the License for the specific language governing permissions and
5545
+ * limitations under the License.
5546
+ */
5547
+ @layer utilities {
5099
5548
  .bui-mb {
5100
5549
  margin-bottom: var(--mb);
5101
5550
  }
@@ -5164,7 +5613,8 @@
5164
5613
  margin-bottom: var(--bui-space-14);
5165
5614
  }
5166
5615
 
5167
- @media (width >= 640px) {
5616
+ /* Breakpoint xs */
5617
+ @media (min-width: 640px) {
5168
5618
  .xs\:bui-mb {
5169
5619
  margin-bottom: var(--mb-xs);
5170
5620
  }
@@ -5234,7 +5684,8 @@
5234
5684
  }
5235
5685
  }
5236
5686
 
5237
- @media (width >= 768px) {
5687
+ /* Breakpoint sm */
5688
+ @media (min-width: 768px) {
5238
5689
  .sm\:bui-mb {
5239
5690
  margin-bottom: var(--mb-sm);
5240
5691
  }
@@ -5304,7 +5755,8 @@
5304
5755
  }
5305
5756
  }
5306
5757
 
5307
- @media (width >= 1024px) {
5758
+ /* Breakpoint md */
5759
+ @media (min-width: 1024px) {
5308
5760
  .md\:bui-mb {
5309
5761
  margin-bottom: var(--mb-md);
5310
5762
  }
@@ -5374,7 +5826,8 @@
5374
5826
  }
5375
5827
  }
5376
5828
 
5377
- @media (width >= 1280px) {
5829
+ /* Breakpoint lg */
5830
+ @media (min-width: 1280px) {
5378
5831
  .lg\:bui-mb {
5379
5832
  margin-bottom: var(--mb-lg);
5380
5833
  }
@@ -5444,7 +5897,8 @@
5444
5897
  }
5445
5898
  }
5446
5899
 
5447
- @media (width >= 1536px) {
5900
+ /* Breakpoint xl */
5901
+ @media (min-width: 1536px) {
5448
5902
  .xl\:bui-mb {
5449
5903
  margin-bottom: var(--mb-xl);
5450
5904
  }
@@ -5513,7 +5967,23 @@
5513
5967
  margin-bottom: var(--bui-space-14);
5514
5968
  }
5515
5969
  }
5516
-
5970
+ }
5971
+ /*
5972
+ * Copyright 2025 The Backstage Authors
5973
+ *
5974
+ * Licensed under the Apache License, Version 2.0 (the "License");
5975
+ * you may not use this file except in compliance with the License.
5976
+ * You may obtain a copy of the License at
5977
+ *
5978
+ * http://www.apache.org/licenses/LICENSE-2.0
5979
+ *
5980
+ * Unless required by applicable law or agreed to in writing, software
5981
+ * distributed under the License is distributed on an "AS IS" BASIS,
5982
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5983
+ * See the License for the specific language governing permissions and
5984
+ * limitations under the License.
5985
+ */
5986
+ @layer utilities {
5517
5987
  .bui-my {
5518
5988
  margin-top: var(--my);
5519
5989
  margin-bottom: var(--my);
@@ -5599,7 +6069,8 @@
5599
6069
  margin-bottom: var(--bui-space-14);
5600
6070
  }
5601
6071
 
5602
- @media (width >= 640px) {
6072
+ /* Breakpoint xs */
6073
+ @media (min-width: 640px) {
5603
6074
  .xs\:bui-my {
5604
6075
  margin-top: var(--my-xs);
5605
6076
  margin-bottom: var(--my-xs);
@@ -5686,7 +6157,8 @@
5686
6157
  }
5687
6158
  }
5688
6159
 
5689
- @media (width >= 768px) {
6160
+ /* Breakpoint sm */
6161
+ @media (min-width: 768px) {
5690
6162
  .sm\:bui-my {
5691
6163
  margin-top: var(--my-sm);
5692
6164
  margin-bottom: var(--my-sm);
@@ -5773,7 +6245,8 @@
5773
6245
  }
5774
6246
  }
5775
6247
 
5776
- @media (width >= 1024px) {
6248
+ /* Breakpoint md */
6249
+ @media (min-width: 1024px) {
5777
6250
  .md\:bui-my {
5778
6251
  margin-top: var(--my-md);
5779
6252
  margin-bottom: var(--my-md);
@@ -5860,7 +6333,8 @@
5860
6333
  }
5861
6334
  }
5862
6335
 
5863
- @media (width >= 1280px) {
6336
+ /* Breakpoint lg */
6337
+ @media (min-width: 1280px) {
5864
6338
  .lg\:bui-my {
5865
6339
  margin-top: var(--my-lg);
5866
6340
  margin-bottom: var(--my-lg);
@@ -5947,7 +6421,8 @@
5947
6421
  }
5948
6422
  }
5949
6423
 
5950
- @media (width >= 1536px) {
6424
+ /* Breakpoint xl */
6425
+ @media (min-width: 1536px) {
5951
6426
  .xl\:bui-my {
5952
6427
  margin-top: var(--my-xl);
5953
6428
  margin-bottom: var(--my-xl);
@@ -6033,7 +6508,23 @@
6033
6508
  margin-bottom: var(--bui-space-14);
6034
6509
  }
6035
6510
  }
6036
-
6511
+ }
6512
+ /*
6513
+ * Copyright 2025 The Backstage Authors
6514
+ *
6515
+ * Licensed under the Apache License, Version 2.0 (the "License");
6516
+ * you may not use this file except in compliance with the License.
6517
+ * You may obtain a copy of the License at
6518
+ *
6519
+ * http://www.apache.org/licenses/LICENSE-2.0
6520
+ *
6521
+ * Unless required by applicable law or agreed to in writing, software
6522
+ * distributed under the License is distributed on an "AS IS" BASIS,
6523
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6524
+ * See the License for the specific language governing permissions and
6525
+ * limitations under the License.
6526
+ */
6527
+ @layer utilities {
6037
6528
  .bui-mx {
6038
6529
  margin-left: var(--mx);
6039
6530
  margin-right: var(--mx);
@@ -6119,7 +6610,8 @@
6119
6610
  margin-right: var(--bui-space-14);
6120
6611
  }
6121
6612
 
6122
- @media (width >= 640px) {
6613
+ /* Breakpoint xs */
6614
+ @media (min-width: 640px) {
6123
6615
  .xs\:bui-mx {
6124
6616
  margin-left: var(--mx-xs);
6125
6617
  margin-right: var(--mx-xs);
@@ -6206,7 +6698,8 @@
6206
6698
  }
6207
6699
  }
6208
6700
 
6209
- @media (width >= 768px) {
6701
+ /* Breakpoint sm */
6702
+ @media (min-width: 768px) {
6210
6703
  .sm\:bui-mx {
6211
6704
  margin-left: var(--mx-sm);
6212
6705
  margin-right: var(--mx-sm);
@@ -6293,7 +6786,8 @@
6293
6786
  }
6294
6787
  }
6295
6788
 
6296
- @media (width >= 1024px) {
6789
+ /* Breakpoint md */
6790
+ @media (min-width: 1024px) {
6297
6791
  .md\:bui-mx {
6298
6792
  margin-left: var(--mx-md);
6299
6793
  margin-right: var(--mx-md);
@@ -6380,7 +6874,8 @@
6380
6874
  }
6381
6875
  }
6382
6876
 
6383
- @media (width >= 1280px) {
6877
+ /* Breakpoint lg */
6878
+ @media (min-width: 1280px) {
6384
6879
  .lg\:bui-mx {
6385
6880
  margin-left: var(--mx-lg);
6386
6881
  margin-right: var(--mx-lg);
@@ -6467,7 +6962,8 @@
6467
6962
  }
6468
6963
  }
6469
6964
 
6470
- @media (width >= 1536px) {
6965
+ /* Breakpoint xl */
6966
+ @media (min-width: 1536px) {
6471
6967
  .xl\:bui-mx {
6472
6968
  margin-left: var(--mx-xl);
6473
6969
  margin-right: var(--mx-xl);
@@ -6553,7 +7049,24 @@
6553
7049
  margin-right: var(--bui-space-14);
6554
7050
  }
6555
7051
  }
6556
-
7052
+ }
7053
+ /* Display */
7054
+ /*
7055
+ * Copyright 2025 The Backstage Authors
7056
+ *
7057
+ * Licensed under the Apache License, Version 2.0 (the "License");
7058
+ * you may not use this file except in compliance with the License.
7059
+ * You may obtain a copy of the License at
7060
+ *
7061
+ * http://www.apache.org/licenses/LICENSE-2.0
7062
+ *
7063
+ * Unless required by applicable law or agreed to in writing, software
7064
+ * distributed under the License is distributed on an "AS IS" BASIS,
7065
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7066
+ * See the License for the specific language governing permissions and
7067
+ * limitations under the License.
7068
+ */
7069
+ @layer utilities {
6557
7070
  .bui-display-none {
6558
7071
  display: none;
6559
7072
  }
@@ -6570,7 +7083,8 @@
6570
7083
  display: block;
6571
7084
  }
6572
7085
 
6573
- @media (width >= 640px) {
7086
+ /* Breakpoint xs */
7087
+ @media (min-width: 640px) {
6574
7088
  .xs\:bui-display-none {
6575
7089
  display: none;
6576
7090
  }
@@ -6588,7 +7102,8 @@
6588
7102
  }
6589
7103
  }
6590
7104
 
6591
- @media (width >= 768px) {
7105
+ /* Breakpoint sm */
7106
+ @media (min-width: 768px) {
6592
7107
  .sm\:bui-display-none {
6593
7108
  display: none;
6594
7109
  }
@@ -6606,7 +7121,8 @@
6606
7121
  }
6607
7122
  }
6608
7123
 
6609
- @media (width >= 1024px) {
7124
+ /* Breakpoint md */
7125
+ @media (min-width: 1024px) {
6610
7126
  .md\:bui-display-none {
6611
7127
  display: none;
6612
7128
  }
@@ -6624,7 +7140,8 @@
6624
7140
  }
6625
7141
  }
6626
7142
 
6627
- @media (width >= 1280px) {
7143
+ /* Breakpoint lg */
7144
+ @media (min-width: 1280px) {
6628
7145
  .lg\:bui-display-none {
6629
7146
  display: none;
6630
7147
  }
@@ -6642,7 +7159,8 @@
6642
7159
  }
6643
7160
  }
6644
7161
 
6645
- @media (width >= 1536px) {
7162
+ /* Breakpoint xl */
7163
+ @media (min-width: 1536px) {
6646
7164
  .xl\:bui-display-none {
6647
7165
  display: none;
6648
7166
  }
@@ -6659,7 +7177,24 @@
6659
7177
  display: block;
6660
7178
  }
6661
7179
  }
6662
-
7180
+ }
7181
+ /* Width */
7182
+ /*
7183
+ * Copyright 2025 The Backstage Authors
7184
+ *
7185
+ * Licensed under the Apache License, Version 2.0 (the "License");
7186
+ * you may not use this file except in compliance with the License.
7187
+ * You may obtain a copy of the License at
7188
+ *
7189
+ * http://www.apache.org/licenses/LICENSE-2.0
7190
+ *
7191
+ * Unless required by applicable law or agreed to in writing, software
7192
+ * distributed under the License is distributed on an "AS IS" BASIS,
7193
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7194
+ * See the License for the specific language governing permissions and
7195
+ * limitations under the License.
7196
+ */
7197
+ @layer utilities {
6663
7198
  .bui-w {
6664
7199
  width: var(--width);
6665
7200
  }
@@ -6672,7 +7207,8 @@
6672
7207
  max-width: var(--max-width);
6673
7208
  }
6674
7209
 
6675
- @media (width >= 640px) {
7210
+ /* Breakpoint xs */
7211
+ @media (min-width: 640px) {
6676
7212
  .xs\:bui-w {
6677
7213
  width: var(--width);
6678
7214
  }
@@ -6686,7 +7222,8 @@
6686
7222
  }
6687
7223
  }
6688
7224
 
6689
- @media (width >= 768px) {
7225
+ /* Breakpoint sm */
7226
+ @media (min-width: 768px) {
6690
7227
  .sm\:bui-w {
6691
7228
  width: var(--width);
6692
7229
  }
@@ -6700,7 +7237,8 @@
6700
7237
  }
6701
7238
  }
6702
7239
 
6703
- @media (width >= 1024px) {
7240
+ /* Breakpoint md */
7241
+ @media (min-width: 1024px) {
6704
7242
  .md\:bui-w {
6705
7243
  width: var(--width);
6706
7244
  }
@@ -6714,7 +7252,8 @@
6714
7252
  }
6715
7253
  }
6716
7254
 
6717
- @media (width >= 1280px) {
7255
+ /* Breakpoint lg */
7256
+ @media (min-width: 1280px) {
6718
7257
  .lg\:bui-w {
6719
7258
  width: var(--width);
6720
7259
  }
@@ -6728,7 +7267,8 @@
6728
7267
  }
6729
7268
  }
6730
7269
 
6731
- @media (width >= 1536px) {
7270
+ /* Breakpoint xl */
7271
+ @media (min-width: 1536px) {
6732
7272
  .xl\:bui-w {
6733
7273
  width: var(--width);
6734
7274
  }
@@ -6741,7 +7281,24 @@
6741
7281
  max-width: var(--max-width);
6742
7282
  }
6743
7283
  }
6744
-
7284
+ }
7285
+ /* Height */
7286
+ /*
7287
+ * Copyright 2025 The Backstage Authors
7288
+ *
7289
+ * Licensed under the Apache License, Version 2.0 (the "License");
7290
+ * you may not use this file except in compliance with the License.
7291
+ * You may obtain a copy of the License at
7292
+ *
7293
+ * http://www.apache.org/licenses/LICENSE-2.0
7294
+ *
7295
+ * Unless required by applicable law or agreed to in writing, software
7296
+ * distributed under the License is distributed on an "AS IS" BASIS,
7297
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7298
+ * See the License for the specific language governing permissions and
7299
+ * limitations under the License.
7300
+ */
7301
+ @layer utilities {
6745
7302
  .bui-h {
6746
7303
  height: var(--height);
6747
7304
  }
@@ -6754,7 +7311,8 @@
6754
7311
  max-height: var(--max-height);
6755
7312
  }
6756
7313
 
6757
- @media (width >= 640px) {
7314
+ /* Breakpoint xs */
7315
+ @media (min-width: 640px) {
6758
7316
  .xs\:bui-h {
6759
7317
  height: var(--height);
6760
7318
  }
@@ -6768,7 +7326,8 @@
6768
7326
  }
6769
7327
  }
6770
7328
 
6771
- @media (width >= 768px) {
7329
+ /* Breakpoint sm */
7330
+ @media (min-width: 768px) {
6772
7331
  .sm\:bui-h {
6773
7332
  height: var(--height);
6774
7333
  }
@@ -6782,7 +7341,8 @@
6782
7341
  }
6783
7342
  }
6784
7343
 
6785
- @media (width >= 1024px) {
7344
+ /* Breakpoint md */
7345
+ @media (min-width: 1024px) {
6786
7346
  .md\:bui-h {
6787
7347
  height: var(--height);
6788
7348
  }
@@ -6796,7 +7356,8 @@
6796
7356
  }
6797
7357
  }
6798
7358
 
6799
- @media (width >= 1280px) {
7359
+ /* Breakpoint lg */
7360
+ @media (min-width: 1280px) {
6800
7361
  .lg\:bui-h {
6801
7362
  height: var(--height);
6802
7363
  }
@@ -6810,7 +7371,8 @@
6810
7371
  }
6811
7372
  }
6812
7373
 
6813
- @media (width >= 1536px) {
7374
+ /* Breakpoint xl */
7375
+ @media (min-width: 1536px) {
6814
7376
  .xl\:bui-h {
6815
7377
  height: var(--height);
6816
7378
  }
@@ -6823,7 +7385,24 @@
6823
7385
  max-height: var(--max-height);
6824
7386
  }
6825
7387
  }
6826
-
7388
+ }
7389
+ /* Position */
7390
+ /*
7391
+ * Copyright 2025 The Backstage Authors
7392
+ *
7393
+ * Licensed under the Apache License, Version 2.0 (the "License");
7394
+ * you may not use this file except in compliance with the License.
7395
+ * You may obtain a copy of the License at
7396
+ *
7397
+ * http://www.apache.org/licenses/LICENSE-2.0
7398
+ *
7399
+ * Unless required by applicable law or agreed to in writing, software
7400
+ * distributed under the License is distributed on an "AS IS" BASIS,
7401
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7402
+ * See the License for the specific language governing permissions and
7403
+ * limitations under the License.
7404
+ */
7405
+ @layer utilities {
6827
7406
  .bui-position-absolute {
6828
7407
  position: absolute;
6829
7408
  }
@@ -6844,7 +7423,8 @@
6844
7423
  position: static;
6845
7424
  }
6846
7425
 
6847
- @media (width >= 640px) {
7426
+ /* Breakpoint xs */
7427
+ @media (min-width: 640px) {
6848
7428
  .xs\:bui-position-absolute {
6849
7429
  position: absolute;
6850
7430
  }
@@ -6866,7 +7446,8 @@
6866
7446
  }
6867
7447
  }
6868
7448
 
6869
- @media (width >= 768px) {
7449
+ /* Breakpoint sm */
7450
+ @media (min-width: 768px) {
6870
7451
  .sm\:bui-position-absolute {
6871
7452
  position: absolute;
6872
7453
  }
@@ -6888,7 +7469,8 @@
6888
7469
  }
6889
7470
  }
6890
7471
 
6891
- @media (width >= 1024px) {
7472
+ /* Breakpoint md */
7473
+ @media (min-width: 1024px) {
6892
7474
  .md\:bui-position-absolute {
6893
7475
  position: absolute;
6894
7476
  }
@@ -6910,7 +7492,8 @@
6910
7492
  }
6911
7493
  }
6912
7494
 
6913
- @media (width >= 1280px) {
7495
+ /* Breakpoint lg */
7496
+ @media (min-width: 1280px) {
6914
7497
  .lg\:bui-position-absolute {
6915
7498
  position: absolute;
6916
7499
  }
@@ -6932,7 +7515,8 @@
6932
7515
  }
6933
7516
  }
6934
7517
 
6935
- @media (width >= 1536px) {
7518
+ /* Breakpoint xl */
7519
+ @media (min-width: 1536px) {
6936
7520
  .xl\:bui-position-absolute {
6937
7521
  position: absolute;
6938
7522
  }
@@ -6953,7 +7537,24 @@
6953
7537
  position: static;
6954
7538
  }
6955
7539
  }
6956
-
7540
+ }
7541
+ /* Grid */
7542
+ /*
7543
+ * Copyright 2025 The Backstage Authors
7544
+ *
7545
+ * Licensed under the Apache License, Version 2.0 (the "License");
7546
+ * you may not use this file except in compliance with the License.
7547
+ * You may obtain a copy of the License at
7548
+ *
7549
+ * http://www.apache.org/licenses/LICENSE-2.0
7550
+ *
7551
+ * Unless required by applicable law or agreed to in writing, software
7552
+ * distributed under the License is distributed on an "AS IS" BASIS,
7553
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7554
+ * See the License for the specific language governing permissions and
7555
+ * limitations under the License.
7556
+ */
7557
+ @layer utilities {
6957
7558
  .bui-columns-1 {
6958
7559
  grid-template-columns: repeat(1, minmax(0, 1fr));
6959
7560
  }
@@ -7222,1356 +7823,1048 @@
7222
7823
  grid-row: span auto / span auto;
7223
7824
  }
7224
7825
 
7225
- @media (width >= 640px) {
7826
+ /* Breakpoint xs */
7827
+ @media (min-width: 640px) {
7226
7828
  .xs\:bui-columns-1 {
7227
7829
  grid-template-columns: repeat(1, minmax(0, 1fr));
7228
7830
  }
7229
-
7230
7831
  .xs\:bui-columns-2 {
7231
7832
  grid-template-columns: repeat(2, minmax(0, 1fr));
7232
7833
  }
7233
-
7234
7834
  .xs\:bui-columns-3 {
7235
7835
  grid-template-columns: repeat(3, minmax(0, 1fr));
7236
7836
  }
7237
-
7238
7837
  .xs\:bui-columns-4 {
7239
7838
  grid-template-columns: repeat(4, minmax(0, 1fr));
7240
7839
  }
7241
-
7242
7840
  .xs\:bui-columns-5 {
7243
7841
  grid-template-columns: repeat(5, minmax(0, 1fr));
7244
7842
  }
7245
-
7246
7843
  .xs\:bui-columns-6 {
7247
7844
  grid-template-columns: repeat(6, minmax(0, 1fr));
7248
7845
  }
7249
-
7250
7846
  .xs\:bui-columns-7 {
7251
7847
  grid-template-columns: repeat(7, minmax(0, 1fr));
7252
7848
  }
7253
-
7254
7849
  .xs\:bui-columns-8 {
7255
7850
  grid-template-columns: repeat(8, minmax(0, 1fr));
7256
7851
  }
7257
-
7258
7852
  .xs\:bui-columns-9 {
7259
7853
  grid-template-columns: repeat(9, minmax(0, 1fr));
7260
7854
  }
7261
-
7262
7855
  .xs\:bui-columns-10 {
7263
7856
  grid-template-columns: repeat(10, minmax(0, 1fr));
7264
7857
  }
7265
-
7266
7858
  .xs\:bui-columns-11 {
7267
7859
  grid-template-columns: repeat(11, minmax(0, 1fr));
7268
7860
  }
7269
-
7270
7861
  .xs\:bui-columns-12 {
7271
7862
  grid-template-columns: repeat(12, minmax(0, 1fr));
7272
7863
  }
7273
-
7274
7864
  .xs\:bui-columns-auto {
7275
7865
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
7276
7866
  }
7277
-
7278
7867
  .xs\:bui-col-span-1 {
7279
7868
  grid-column: span 1 / span 1;
7280
7869
  }
7281
-
7282
7870
  .xs\:bui-col-span-2 {
7283
7871
  grid-column: span 2 / span 2;
7284
7872
  }
7285
-
7286
7873
  .xs\:bui-col-span-3 {
7287
7874
  grid-column: span 3 / span 3;
7288
7875
  }
7289
-
7290
7876
  .xs\:bui-col-span-4 {
7291
7877
  grid-column: span 4 / span 4;
7292
7878
  }
7293
-
7294
7879
  .xs\:bui-col-span-5 {
7295
7880
  grid-column: span 5 / span 5;
7296
7881
  }
7297
-
7298
7882
  .xs\:bui-col-span-6 {
7299
7883
  grid-column: span 6 / span 6;
7300
7884
  }
7301
-
7302
7885
  .xs\:bui-col-span-7 {
7303
7886
  grid-column: span 7 / span 7;
7304
7887
  }
7305
-
7306
7888
  .xs\:bui-col-span-8 {
7307
7889
  grid-column: span 8 / span 8;
7308
7890
  }
7309
-
7310
7891
  .xs\:bui-col-span-9 {
7311
7892
  grid-column: span 9 / span 9;
7312
7893
  }
7313
-
7314
7894
  .xs\:bui-col-span-10 {
7315
7895
  grid-column: span 10 / span 10;
7316
7896
  }
7317
-
7318
7897
  .xs\:bui-col-span-11 {
7319
7898
  grid-column: span 11 / span 11;
7320
7899
  }
7321
-
7322
7900
  .xs\:bui-col-span-12 {
7323
7901
  grid-column: span 12 / span 12;
7324
7902
  }
7325
-
7326
7903
  .xs\:bui-col-span-auto {
7327
7904
  grid-column: span auto / span auto;
7328
7905
  }
7329
-
7330
7906
  .xs\:bui-col-start-1 {
7331
7907
  grid-column-start: 1;
7332
7908
  }
7333
-
7334
7909
  .xs\:bui-col-start-2 {
7335
7910
  grid-column-start: 2;
7336
7911
  }
7337
-
7338
7912
  .xs\:bui-col-start-3 {
7339
7913
  grid-column-start: 3;
7340
7914
  }
7341
-
7342
7915
  .xs\:bui-col-start-4 {
7343
7916
  grid-column-start: 4;
7344
7917
  }
7345
-
7346
7918
  .xs\:bui-col-start-5 {
7347
7919
  grid-column-start: 5;
7348
7920
  }
7349
-
7350
7921
  .xs\:bui-col-start-6 {
7351
7922
  grid-column-start: 6;
7352
7923
  }
7353
-
7354
7924
  .xs\:bui-col-start-7 {
7355
7925
  grid-column-start: 7;
7356
7926
  }
7357
-
7358
7927
  .xs\:bui-col-start-8 {
7359
7928
  grid-column-start: 8;
7360
7929
  }
7361
-
7362
7930
  .xs\:bui-col-start-9 {
7363
7931
  grid-column-start: 9;
7364
7932
  }
7365
-
7366
7933
  .xs\:bui-col-start-10 {
7367
7934
  grid-column-start: 10;
7368
7935
  }
7369
-
7370
7936
  .xs\:bui-col-start-11 {
7371
7937
  grid-column-start: 11;
7372
7938
  }
7373
-
7374
7939
  .xs\:bui-col-start-12 {
7375
7940
  grid-column-start: 12;
7376
7941
  }
7377
-
7378
7942
  .xs\:bui-col-start-13 {
7379
7943
  grid-column-start: 13;
7380
7944
  }
7381
-
7382
7945
  .xs\:bui-col-start-auto {
7383
7946
  grid-column-start: auto;
7384
7947
  }
7385
-
7386
7948
  .xs\:bui-col-end-1 {
7387
7949
  grid-column-end: 1;
7388
7950
  }
7389
-
7390
7951
  .xs\:bui-col-end-2 {
7391
7952
  grid-column-end: 2;
7392
7953
  }
7393
-
7394
7954
  .xs\:bui-col-end-3 {
7395
7955
  grid-column-end: 3;
7396
7956
  }
7397
-
7398
7957
  .xs\:bui-col-end-4 {
7399
7958
  grid-column-end: 4;
7400
7959
  }
7401
-
7402
7960
  .xs\:bui-col-end-5 {
7403
7961
  grid-column-end: 5;
7404
7962
  }
7405
-
7406
7963
  .xs\:bui-col-end-6 {
7407
7964
  grid-column-end: 6;
7408
7965
  }
7409
-
7410
7966
  .xs\:bui-col-end-7 {
7411
7967
  grid-column-end: 7;
7412
7968
  }
7413
-
7414
7969
  .xs\:bui-col-end-8 {
7415
7970
  grid-column-end: 8;
7416
7971
  }
7417
-
7418
7972
  .xs\:bui-col-end-9 {
7419
7973
  grid-column-end: 9;
7420
7974
  }
7421
-
7422
7975
  .xs\:bui-col-end-10 {
7423
7976
  grid-column-end: 10;
7424
7977
  }
7425
-
7426
7978
  .xs\:bui-col-end-11 {
7427
7979
  grid-column-end: 11;
7428
7980
  }
7429
-
7430
7981
  .xs\:bui-col-end-12 {
7431
7982
  grid-column-end: 12;
7432
7983
  }
7433
-
7434
7984
  .xs\:bui-col-end-13 {
7435
7985
  grid-column-end: 13;
7436
7986
  }
7437
-
7438
7987
  .xs\:bui-col-end-auto {
7439
7988
  grid-column-end: auto;
7440
7989
  }
7441
-
7442
7990
  .xs\:bui-row-span-1 {
7443
7991
  grid-row: span 1 / span 1;
7444
7992
  }
7445
-
7446
7993
  .xs\:bui-row-span-2 {
7447
7994
  grid-row: span 2 / span 2;
7448
7995
  }
7449
-
7450
7996
  .xs\:bui-row-span-3 {
7451
7997
  grid-row: span 3 / span 3;
7452
7998
  }
7453
-
7454
7999
  .xs\:bui-row-span-4 {
7455
8000
  grid-row: span 4 / span 4;
7456
8001
  }
7457
-
7458
8002
  .xs\:bui-row-span-5 {
7459
8003
  grid-row: span 5 / span 5;
7460
8004
  }
7461
-
7462
8005
  .xs\:bui-row-span-6 {
7463
8006
  grid-row: span 6 / span 6;
7464
8007
  }
7465
-
7466
8008
  .xs\:bui-row-span-7 {
7467
8009
  grid-row: span 7 / span 7;
7468
8010
  }
7469
-
7470
8011
  .xs\:bui-row-span-8 {
7471
8012
  grid-row: span 8 / span 8;
7472
8013
  }
7473
-
7474
8014
  .xs\:bui-row-span-9 {
7475
8015
  grid-row: span 9 / span 9;
7476
8016
  }
7477
-
7478
8017
  .xs\:bui-row-span-10 {
7479
8018
  grid-row: span 10 / span 10;
7480
8019
  }
7481
-
7482
8020
  .xs\:bui-row-span-11 {
7483
8021
  grid-row: span 11 / span 11;
7484
8022
  }
7485
-
7486
8023
  .xs\:bui-row-span-12 {
7487
8024
  grid-row: span 12 / span 12;
7488
8025
  }
7489
-
7490
8026
  .xs\:bui-row-span-auto {
7491
8027
  grid-row: span auto / span auto;
7492
8028
  }
7493
8029
  }
7494
8030
 
7495
- @media (width >= 768px) {
8031
+ /* Breakpoint sm */
8032
+ @media (min-width: 768px) {
7496
8033
  .sm\:bui-columns-1 {
7497
8034
  grid-template-columns: repeat(1, minmax(0, 1fr));
7498
8035
  }
7499
-
7500
8036
  .sm\:bui-columns-2 {
7501
8037
  grid-template-columns: repeat(2, minmax(0, 1fr));
7502
8038
  }
7503
-
7504
8039
  .sm\:bui-columns-3 {
7505
8040
  grid-template-columns: repeat(3, minmax(0, 1fr));
7506
8041
  }
7507
-
7508
8042
  .sm\:bui-columns-4 {
7509
8043
  grid-template-columns: repeat(4, minmax(0, 1fr));
7510
8044
  }
7511
-
7512
8045
  .sm\:bui-columns-5 {
7513
8046
  grid-template-columns: repeat(5, minmax(0, 1fr));
7514
8047
  }
7515
-
7516
8048
  .sm\:bui-columns-6 {
7517
8049
  grid-template-columns: repeat(6, minmax(0, 1fr));
7518
8050
  }
7519
-
7520
8051
  .sm\:bui-columns-7 {
7521
8052
  grid-template-columns: repeat(7, minmax(0, 1fr));
7522
8053
  }
7523
-
7524
8054
  .sm\:bui-columns-8 {
7525
8055
  grid-template-columns: repeat(8, minmax(0, 1fr));
7526
8056
  }
7527
-
7528
8057
  .sm\:bui-columns-9 {
7529
8058
  grid-template-columns: repeat(9, minmax(0, 1fr));
7530
8059
  }
7531
-
7532
8060
  .sm\:bui-columns-10 {
7533
8061
  grid-template-columns: repeat(10, minmax(0, 1fr));
7534
8062
  }
7535
-
7536
8063
  .sm\:bui-columns-11 {
7537
8064
  grid-template-columns: repeat(11, minmax(0, 1fr));
7538
8065
  }
7539
-
7540
8066
  .sm\:bui-columns-12 {
7541
8067
  grid-template-columns: repeat(12, minmax(0, 1fr));
7542
8068
  }
7543
-
7544
8069
  .sm\:bui-columns-auto {
7545
8070
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
7546
8071
  }
7547
-
7548
8072
  .sm\:bui-col-span-1 {
7549
8073
  grid-column: span 1 / span 1;
7550
8074
  }
7551
-
7552
8075
  .sm\:bui-col-span-2 {
7553
8076
  grid-column: span 2 / span 2;
7554
8077
  }
7555
-
7556
8078
  .sm\:bui-col-span-3 {
7557
8079
  grid-column: span 3 / span 3;
7558
8080
  }
7559
-
7560
8081
  .sm\:bui-col-span-4 {
7561
8082
  grid-column: span 4 / span 4;
7562
8083
  }
7563
-
7564
8084
  .sm\:bui-col-span-5 {
7565
8085
  grid-column: span 5 / span 5;
7566
8086
  }
7567
-
7568
8087
  .sm\:bui-col-span-6 {
7569
8088
  grid-column: span 6 / span 6;
7570
8089
  }
7571
-
7572
8090
  .sm\:bui-col-span-7 {
7573
8091
  grid-column: span 7 / span 7;
7574
8092
  }
7575
-
7576
8093
  .sm\:bui-col-span-8 {
7577
8094
  grid-column: span 8 / span 8;
7578
8095
  }
7579
-
7580
8096
  .sm\:bui-col-span-9 {
7581
8097
  grid-column: span 9 / span 9;
7582
8098
  }
7583
-
7584
8099
  .sm\:bui-col-span-10 {
7585
8100
  grid-column: span 10 / span 10;
7586
8101
  }
7587
-
7588
8102
  .sm\:bui-col-span-11 {
7589
8103
  grid-column: span 11 / span 11;
7590
8104
  }
7591
-
7592
8105
  .sm\:bui-col-span-12 {
7593
8106
  grid-column: span 12 / span 12;
7594
8107
  }
7595
-
7596
8108
  .sm\:bui-col-span-auto {
7597
8109
  grid-column: span auto / span auto;
7598
8110
  }
7599
-
7600
8111
  .sm\:bui-col-start-1 {
7601
8112
  grid-column-start: 1;
7602
8113
  }
7603
-
7604
8114
  .sm\:bui-col-start-2 {
7605
8115
  grid-column-start: 2;
7606
8116
  }
7607
-
7608
8117
  .sm\:bui-col-start-3 {
7609
8118
  grid-column-start: 3;
7610
8119
  }
7611
-
7612
8120
  .sm\:bui-col-start-4 {
7613
8121
  grid-column-start: 4;
7614
8122
  }
7615
-
7616
8123
  .sm\:bui-col-start-5 {
7617
8124
  grid-column-start: 5;
7618
8125
  }
7619
-
7620
8126
  .sm\:bui-col-start-6 {
7621
8127
  grid-column-start: 6;
7622
8128
  }
7623
-
7624
8129
  .sm\:bui-col-start-7 {
7625
8130
  grid-column-start: 7;
7626
8131
  }
7627
-
7628
8132
  .sm\:bui-col-start-8 {
7629
8133
  grid-column-start: 8;
7630
8134
  }
7631
-
7632
8135
  .sm\:bui-col-start-9 {
7633
8136
  grid-column-start: 9;
7634
8137
  }
7635
-
7636
8138
  .sm\:bui-col-start-10 {
7637
8139
  grid-column-start: 10;
7638
8140
  }
7639
-
7640
8141
  .sm\:bui-col-start-11 {
7641
8142
  grid-column-start: 11;
7642
8143
  }
7643
-
7644
8144
  .sm\:bui-col-start-12 {
7645
8145
  grid-column-start: 12;
7646
8146
  }
7647
-
7648
8147
  .sm\:bui-col-start-13 {
7649
8148
  grid-column-start: 13;
7650
8149
  }
7651
-
7652
8150
  .sm\:bui-col-start-auto {
7653
8151
  grid-column-start: auto;
7654
8152
  }
7655
-
7656
8153
  .sm\:bui-col-end-1 {
7657
8154
  grid-column-end: 1;
7658
8155
  }
7659
-
7660
8156
  .sm\:bui-col-end-2 {
7661
8157
  grid-column-end: 2;
7662
8158
  }
7663
-
7664
8159
  .sm\:bui-col-end-3 {
7665
8160
  grid-column-end: 3;
7666
8161
  }
7667
-
7668
8162
  .sm\:bui-col-end-4 {
7669
8163
  grid-column-end: 4;
7670
8164
  }
7671
-
7672
8165
  .sm\:bui-col-end-5 {
7673
8166
  grid-column-end: 5;
7674
8167
  }
7675
-
7676
8168
  .sm\:bui-col-end-6 {
7677
8169
  grid-column-end: 6;
7678
8170
  }
7679
-
7680
8171
  .sm\:bui-col-end-7 {
7681
8172
  grid-column-end: 7;
7682
8173
  }
7683
-
7684
8174
  .sm\:bui-col-end-8 {
7685
8175
  grid-column-end: 8;
7686
8176
  }
7687
-
7688
8177
  .sm\:bui-col-end-9 {
7689
8178
  grid-column-end: 9;
7690
8179
  }
7691
-
7692
8180
  .sm\:bui-col-end-10 {
7693
8181
  grid-column-end: 10;
7694
8182
  }
7695
-
7696
8183
  .sm\:bui-col-end-11 {
7697
8184
  grid-column-end: 11;
7698
8185
  }
7699
-
7700
8186
  .sm\:bui-col-end-12 {
7701
8187
  grid-column-end: 12;
7702
8188
  }
7703
-
7704
8189
  .sm\:bui-col-end-13 {
7705
8190
  grid-column-end: 13;
7706
8191
  }
7707
-
7708
8192
  .sm\:bui-col-end-auto {
7709
8193
  grid-column-end: auto;
7710
8194
  }
7711
-
7712
8195
  .sm\:bui-row-span-1 {
7713
8196
  grid-row: span 1 / span 1;
7714
8197
  }
7715
-
7716
8198
  .sm\:bui-row-span-2 {
7717
8199
  grid-row: span 2 / span 2;
7718
8200
  }
7719
-
7720
8201
  .sm\:bui-row-span-3 {
7721
8202
  grid-row: span 3 / span 3;
7722
8203
  }
7723
-
7724
8204
  .sm\:bui-row-span-4 {
7725
8205
  grid-row: span 4 / span 4;
7726
8206
  }
7727
-
7728
8207
  .sm\:bui-row-span-5 {
7729
8208
  grid-row: span 5 / span 5;
7730
8209
  }
7731
-
7732
8210
  .sm\:bui-row-span-6 {
7733
8211
  grid-row: span 6 / span 6;
7734
8212
  }
7735
-
7736
8213
  .sm\:bui-row-span-7 {
7737
8214
  grid-row: span 7 / span 7;
7738
8215
  }
7739
-
7740
8216
  .sm\:bui-row-span-8 {
7741
8217
  grid-row: span 8 / span 8;
7742
8218
  }
7743
-
7744
8219
  .sm\:bui-row-span-9 {
7745
8220
  grid-row: span 9 / span 9;
7746
8221
  }
7747
-
7748
8222
  .sm\:bui-row-span-10 {
7749
8223
  grid-row: span 10 / span 10;
7750
8224
  }
7751
-
7752
8225
  .sm\:bui-row-span-11 {
7753
8226
  grid-row: span 11 / span 11;
7754
8227
  }
7755
-
7756
8228
  .sm\:bui-row-span-12 {
7757
8229
  grid-row: span 12 / span 12;
7758
8230
  }
7759
-
7760
8231
  .sm\:bui-row-span-auto {
7761
8232
  grid-row: span auto / span auto;
7762
8233
  }
7763
8234
  }
7764
8235
 
7765
- @media (width >= 1024px) {
8236
+ /* Breakpoint md */
8237
+ @media (min-width: 1024px) {
7766
8238
  .md\:bui-columns-1 {
7767
8239
  grid-template-columns: repeat(1, minmax(0, 1fr));
7768
8240
  }
7769
-
7770
8241
  .md\:bui-columns-2 {
7771
8242
  grid-template-columns: repeat(2, minmax(0, 1fr));
7772
8243
  }
7773
-
7774
8244
  .md\:bui-columns-3 {
7775
8245
  grid-template-columns: repeat(3, minmax(0, 1fr));
7776
8246
  }
7777
-
7778
8247
  .md\:bui-columns-4 {
7779
8248
  grid-template-columns: repeat(4, minmax(0, 1fr));
7780
8249
  }
7781
-
7782
8250
  .md\:bui-columns-5 {
7783
8251
  grid-template-columns: repeat(5, minmax(0, 1fr));
7784
8252
  }
7785
-
7786
8253
  .md\:bui-columns-6 {
7787
8254
  grid-template-columns: repeat(6, minmax(0, 1fr));
7788
8255
  }
7789
-
7790
8256
  .md\:bui-columns-7 {
7791
8257
  grid-template-columns: repeat(7, minmax(0, 1fr));
7792
8258
  }
7793
-
7794
8259
  .md\:bui-columns-8 {
7795
8260
  grid-template-columns: repeat(8, minmax(0, 1fr));
7796
8261
  }
7797
-
7798
8262
  .md\:bui-columns-9 {
7799
8263
  grid-template-columns: repeat(9, minmax(0, 1fr));
7800
8264
  }
7801
-
7802
8265
  .md\:bui-columns-10 {
7803
8266
  grid-template-columns: repeat(10, minmax(0, 1fr));
7804
8267
  }
7805
-
7806
8268
  .md\:bui-columns-11 {
7807
8269
  grid-template-columns: repeat(11, minmax(0, 1fr));
7808
8270
  }
7809
-
7810
8271
  .md\:bui-columns-12 {
7811
8272
  grid-template-columns: repeat(12, minmax(0, 1fr));
7812
8273
  }
7813
-
7814
8274
  .md\:bui-columns-auto {
7815
8275
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
7816
8276
  }
7817
-
7818
8277
  .md\:bui-col-span-1 {
7819
8278
  grid-column: span 1 / span 1;
7820
8279
  }
7821
-
7822
8280
  .md\:bui-col-span-2 {
7823
8281
  grid-column: span 2 / span 2;
7824
8282
  }
7825
-
7826
8283
  .md\:bui-col-span-3 {
7827
8284
  grid-column: span 3 / span 3;
7828
8285
  }
7829
-
7830
8286
  .md\:bui-col-span-4 {
7831
8287
  grid-column: span 4 / span 4;
7832
8288
  }
7833
-
7834
8289
  .md\:bui-col-span-5 {
7835
8290
  grid-column: span 5 / span 5;
7836
8291
  }
7837
-
7838
8292
  .md\:bui-col-span-6 {
7839
8293
  grid-column: span 6 / span 6;
7840
8294
  }
7841
-
7842
8295
  .md\:bui-col-span-7 {
7843
8296
  grid-column: span 7 / span 7;
7844
8297
  }
7845
-
7846
8298
  .md\:bui-col-span-8 {
7847
8299
  grid-column: span 8 / span 8;
7848
8300
  }
7849
-
7850
8301
  .md\:bui-col-span-9 {
7851
8302
  grid-column: span 9 / span 9;
7852
8303
  }
7853
-
7854
8304
  .md\:bui-col-span-10 {
7855
8305
  grid-column: span 10 / span 10;
7856
8306
  }
7857
-
7858
8307
  .md\:bui-col-span-11 {
7859
8308
  grid-column: span 11 / span 11;
7860
8309
  }
7861
-
7862
8310
  .md\:bui-col-span-12 {
7863
8311
  grid-column: span 12 / span 12;
7864
8312
  }
7865
-
7866
8313
  .md\:bui-col-span-auto {
7867
8314
  grid-column: span auto / span auto;
7868
8315
  }
7869
-
7870
8316
  .md\:bui-col-start-1 {
7871
8317
  grid-column-start: 1;
7872
8318
  }
7873
-
7874
8319
  .md\:bui-col-start-2 {
7875
8320
  grid-column-start: 2;
7876
8321
  }
7877
-
7878
8322
  .md\:bui-col-start-3 {
7879
8323
  grid-column-start: 3;
7880
8324
  }
7881
-
7882
8325
  .md\:bui-col-start-4 {
7883
8326
  grid-column-start: 4;
7884
8327
  }
7885
-
7886
8328
  .md\:bui-col-start-5 {
7887
8329
  grid-column-start: 5;
7888
8330
  }
7889
-
7890
8331
  .md\:bui-col-start-6 {
7891
8332
  grid-column-start: 6;
7892
8333
  }
7893
-
7894
8334
  .md\:bui-col-start-7 {
7895
8335
  grid-column-start: 7;
7896
8336
  }
7897
-
7898
8337
  .md\:bui-col-start-8 {
7899
8338
  grid-column-start: 8;
7900
8339
  }
7901
-
7902
8340
  .md\:bui-col-start-9 {
7903
8341
  grid-column-start: 9;
7904
8342
  }
7905
-
7906
8343
  .md\:bui-col-start-10 {
7907
8344
  grid-column-start: 10;
7908
8345
  }
7909
-
7910
8346
  .md\:bui-col-start-11 {
7911
8347
  grid-column-start: 11;
7912
8348
  }
7913
-
7914
8349
  .md\:bui-col-start-12 {
7915
8350
  grid-column-start: 12;
7916
8351
  }
7917
-
7918
8352
  .md\:bui-col-start-13 {
7919
8353
  grid-column-start: 13;
7920
8354
  }
7921
-
7922
8355
  .md\:bui-col-start-auto {
7923
8356
  grid-column-start: auto;
7924
8357
  }
7925
-
7926
8358
  .md\:bui-col-end-1 {
7927
8359
  grid-column-end: 1;
7928
8360
  }
7929
-
7930
8361
  .md\:bui-col-end-2 {
7931
8362
  grid-column-end: 2;
7932
8363
  }
7933
-
7934
8364
  .md\:bui-col-end-3 {
7935
8365
  grid-column-end: 3;
7936
8366
  }
7937
-
7938
8367
  .md\:bui-col-end-4 {
7939
8368
  grid-column-end: 4;
7940
8369
  }
7941
-
7942
8370
  .md\:bui-col-end-5 {
7943
8371
  grid-column-end: 5;
7944
8372
  }
7945
-
7946
8373
  .md\:bui-col-end-6 {
7947
8374
  grid-column-end: 6;
7948
8375
  }
7949
-
7950
8376
  .md\:bui-col-end-7 {
7951
8377
  grid-column-end: 7;
7952
8378
  }
7953
-
7954
8379
  .md\:bui-col-end-8 {
7955
8380
  grid-column-end: 8;
7956
8381
  }
7957
-
7958
8382
  .md\:bui-col-end-9 {
7959
8383
  grid-column-end: 9;
7960
8384
  }
7961
-
7962
8385
  .md\:bui-col-end-10 {
7963
8386
  grid-column-end: 10;
7964
8387
  }
7965
-
7966
8388
  .md\:bui-col-end-11 {
7967
8389
  grid-column-end: 11;
7968
8390
  }
7969
-
7970
8391
  .md\:bui-col-end-12 {
7971
8392
  grid-column-end: 12;
7972
8393
  }
7973
-
7974
8394
  .md\:bui-col-end-13 {
7975
8395
  grid-column-end: 13;
7976
8396
  }
7977
-
7978
8397
  .md\:bui-col-end-auto {
7979
8398
  grid-column-end: auto;
7980
8399
  }
7981
-
7982
8400
  .md\:bui-row-span-1 {
7983
8401
  grid-row: span 1 / span 1;
7984
8402
  }
7985
-
7986
8403
  .md\:bui-row-span-2 {
7987
8404
  grid-row: span 2 / span 2;
7988
8405
  }
7989
-
7990
8406
  .md\:bui-row-span-3 {
7991
8407
  grid-row: span 3 / span 3;
7992
8408
  }
7993
-
7994
8409
  .md\:bui-row-span-4 {
7995
8410
  grid-row: span 4 / span 4;
7996
8411
  }
7997
-
7998
8412
  .md\:bui-row-span-5 {
7999
8413
  grid-row: span 5 / span 5;
8000
8414
  }
8001
-
8002
8415
  .md\:bui-row-span-6 {
8003
8416
  grid-row: span 6 / span 6;
8004
8417
  }
8005
-
8006
8418
  .md\:bui-row-span-7 {
8007
8419
  grid-row: span 7 / span 7;
8008
8420
  }
8009
-
8010
8421
  .md\:bui-row-span-8 {
8011
8422
  grid-row: span 8 / span 8;
8012
8423
  }
8013
-
8014
8424
  .md\:bui-row-span-9 {
8015
8425
  grid-row: span 9 / span 9;
8016
8426
  }
8017
-
8018
8427
  .md\:bui-row-span-10 {
8019
8428
  grid-row: span 10 / span 10;
8020
8429
  }
8021
-
8022
8430
  .md\:bui-row-span-11 {
8023
8431
  grid-row: span 11 / span 11;
8024
8432
  }
8025
-
8026
8433
  .md\:bui-row-span-12 {
8027
8434
  grid-row: span 12 / span 12;
8028
8435
  }
8029
-
8030
8436
  .md\:bui-row-span-auto {
8031
8437
  grid-row: span auto / span auto;
8032
8438
  }
8033
8439
  }
8034
8440
 
8035
- @media (width >= 1280px) {
8441
+ /* Breakpoint lg */
8442
+ @media (min-width: 1280px) {
8036
8443
  .lg\:bui-columns-1 {
8037
8444
  grid-template-columns: repeat(1, minmax(0, 1fr));
8038
8445
  }
8039
-
8040
8446
  .lg\:bui-columns-2 {
8041
8447
  grid-template-columns: repeat(2, minmax(0, 1fr));
8042
8448
  }
8043
-
8044
8449
  .lg\:bui-columns-3 {
8045
8450
  grid-template-columns: repeat(3, minmax(0, 1fr));
8046
8451
  }
8047
-
8048
8452
  .lg\:bui-columns-4 {
8049
8453
  grid-template-columns: repeat(4, minmax(0, 1fr));
8050
8454
  }
8051
-
8052
8455
  .lg\:bui-columns-5 {
8053
8456
  grid-template-columns: repeat(5, minmax(0, 1fr));
8054
8457
  }
8055
-
8056
8458
  .lg\:bui-columns-6 {
8057
8459
  grid-template-columns: repeat(6, minmax(0, 1fr));
8058
8460
  }
8059
-
8060
8461
  .lg\:bui-columns-7 {
8061
8462
  grid-template-columns: repeat(7, minmax(0, 1fr));
8062
8463
  }
8063
-
8064
8464
  .lg\:bui-columns-8 {
8065
8465
  grid-template-columns: repeat(8, minmax(0, 1fr));
8066
8466
  }
8067
-
8068
8467
  .lg\:bui-columns-9 {
8069
8468
  grid-template-columns: repeat(9, minmax(0, 1fr));
8070
8469
  }
8071
-
8072
8470
  .lg\:bui-columns-10 {
8073
8471
  grid-template-columns: repeat(10, minmax(0, 1fr));
8074
8472
  }
8075
-
8076
8473
  .lg\:bui-columns-11 {
8077
8474
  grid-template-columns: repeat(11, minmax(0, 1fr));
8078
8475
  }
8079
-
8080
8476
  .lg\:bui-columns-12 {
8081
8477
  grid-template-columns: repeat(12, minmax(0, 1fr));
8082
8478
  }
8083
-
8084
8479
  .lg\:bui-columns-auto {
8085
8480
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
8086
8481
  }
8087
-
8088
8482
  .lg\:bui-col-span-1 {
8089
8483
  grid-column: span 1 / span 1;
8090
8484
  }
8091
-
8092
8485
  .lg\:bui-col-span-2 {
8093
8486
  grid-column: span 2 / span 2;
8094
8487
  }
8095
-
8096
8488
  .lg\:bui-col-span-3 {
8097
8489
  grid-column: span 3 / span 3;
8098
8490
  }
8099
-
8100
8491
  .lg\:bui-col-span-4 {
8101
8492
  grid-column: span 4 / span 4;
8102
8493
  }
8103
-
8104
8494
  .lg\:bui-col-span-5 {
8105
8495
  grid-column: span 5 / span 5;
8106
8496
  }
8107
-
8108
8497
  .lg\:bui-col-span-6 {
8109
8498
  grid-column: span 6 / span 6;
8110
8499
  }
8111
-
8112
8500
  .lg\:bui-col-span-7 {
8113
8501
  grid-column: span 7 / span 7;
8114
8502
  }
8115
-
8116
8503
  .lg\:bui-col-span-8 {
8117
8504
  grid-column: span 8 / span 8;
8118
8505
  }
8119
-
8120
8506
  .lg\:bui-col-span-9 {
8121
8507
  grid-column: span 9 / span 9;
8122
8508
  }
8123
-
8124
8509
  .lg\:bui-col-span-10 {
8125
8510
  grid-column: span 10 / span 10;
8126
8511
  }
8127
-
8128
8512
  .lg\:bui-col-span-11 {
8129
8513
  grid-column: span 11 / span 11;
8130
8514
  }
8131
-
8132
8515
  .lg\:bui-col-span-12 {
8133
8516
  grid-column: span 12 / span 12;
8134
8517
  }
8135
-
8136
8518
  .lg\:bui-col-span-auto {
8137
8519
  grid-column: span auto / span auto;
8138
8520
  }
8139
-
8140
8521
  .lg\:bui-col-start-1 {
8141
8522
  grid-column-start: 1;
8142
8523
  }
8143
-
8144
8524
  .lg\:bui-col-start-2 {
8145
8525
  grid-column-start: 2;
8146
8526
  }
8147
-
8148
8527
  .lg\:bui-col-start-3 {
8149
8528
  grid-column-start: 3;
8150
8529
  }
8151
-
8152
8530
  .lg\:bui-col-start-4 {
8153
8531
  grid-column-start: 4;
8154
8532
  }
8155
-
8156
8533
  .lg\:bui-col-start-5 {
8157
8534
  grid-column-start: 5;
8158
8535
  }
8159
-
8160
8536
  .lg\:bui-col-start-6 {
8161
8537
  grid-column-start: 6;
8162
8538
  }
8163
-
8164
8539
  .lg\:bui-col-start-7 {
8165
8540
  grid-column-start: 7;
8166
8541
  }
8167
-
8168
8542
  .lg\:bui-col-start-8 {
8169
8543
  grid-column-start: 8;
8170
8544
  }
8171
-
8172
8545
  .lg\:bui-col-start-9 {
8173
8546
  grid-column-start: 9;
8174
8547
  }
8175
-
8176
8548
  .lg\:bui-col-start-10 {
8177
8549
  grid-column-start: 10;
8178
8550
  }
8179
-
8180
8551
  .lg\:bui-col-start-11 {
8181
8552
  grid-column-start: 11;
8182
8553
  }
8183
-
8184
8554
  .lg\:bui-col-start-12 {
8185
8555
  grid-column-start: 12;
8186
8556
  }
8187
-
8188
8557
  .lg\:bui-col-start-13 {
8189
8558
  grid-column-start: 13;
8190
8559
  }
8191
-
8192
8560
  .lg\:bui-col-start-auto {
8193
8561
  grid-column-start: auto;
8194
8562
  }
8195
-
8196
8563
  .lg\:bui-col-end-1 {
8197
8564
  grid-column-end: 1;
8198
8565
  }
8199
-
8200
8566
  .lg\:bui-col-end-2 {
8201
8567
  grid-column-end: 2;
8202
8568
  }
8203
-
8204
8569
  .lg\:bui-col-end-3 {
8205
8570
  grid-column-end: 3;
8206
8571
  }
8207
-
8208
8572
  .lg\:bui-col-end-4 {
8209
8573
  grid-column-end: 4;
8210
8574
  }
8211
-
8212
8575
  .lg\:bui-col-end-5 {
8213
8576
  grid-column-end: 5;
8214
8577
  }
8215
-
8216
8578
  .lg\:bui-col-end-6 {
8217
8579
  grid-column-end: 6;
8218
8580
  }
8219
-
8220
8581
  .lg\:bui-col-end-7 {
8221
8582
  grid-column-end: 7;
8222
8583
  }
8223
-
8224
8584
  .lg\:bui-col-end-8 {
8225
8585
  grid-column-end: 8;
8226
8586
  }
8227
-
8228
8587
  .lg\:bui-col-end-9 {
8229
8588
  grid-column-end: 9;
8230
8589
  }
8231
-
8232
8590
  .lg\:bui-col-end-10 {
8233
8591
  grid-column-end: 10;
8234
8592
  }
8235
-
8236
8593
  .lg\:bui-col-end-11 {
8237
8594
  grid-column-end: 11;
8238
8595
  }
8239
-
8240
8596
  .lg\:bui-col-end-12 {
8241
8597
  grid-column-end: 12;
8242
8598
  }
8243
-
8244
8599
  .lg\:bui-col-end-13 {
8245
8600
  grid-column-end: 13;
8246
8601
  }
8247
-
8248
8602
  .lg\:bui-col-end-auto {
8249
8603
  grid-column-end: auto;
8250
8604
  }
8251
-
8252
8605
  .lg\:bui-row-span-1 {
8253
8606
  grid-row: span 1 / span 1;
8254
8607
  }
8255
-
8256
8608
  .lg\:bui-row-span-2 {
8257
8609
  grid-row: span 2 / span 2;
8258
8610
  }
8259
-
8260
8611
  .lg\:bui-row-span-3 {
8261
8612
  grid-row: span 3 / span 3;
8262
8613
  }
8263
-
8264
8614
  .lg\:bui-row-span-4 {
8265
8615
  grid-row: span 4 / span 4;
8266
8616
  }
8267
-
8268
8617
  .lg\:bui-row-span-5 {
8269
8618
  grid-row: span 5 / span 5;
8270
8619
  }
8271
-
8272
8620
  .lg\:bui-row-span-6 {
8273
8621
  grid-row: span 6 / span 6;
8274
8622
  }
8275
-
8276
8623
  .lg\:bui-row-span-7 {
8277
8624
  grid-row: span 7 / span 7;
8278
8625
  }
8279
-
8280
8626
  .lg\:bui-row-span-8 {
8281
8627
  grid-row: span 8 / span 8;
8282
8628
  }
8283
-
8284
8629
  .lg\:bui-row-span-9 {
8285
8630
  grid-row: span 9 / span 9;
8286
8631
  }
8287
-
8288
8632
  .lg\:bui-row-span-10 {
8289
8633
  grid-row: span 10 / span 10;
8290
8634
  }
8291
-
8292
8635
  .lg\:bui-row-span-11 {
8293
8636
  grid-row: span 11 / span 11;
8294
8637
  }
8295
-
8296
8638
  .lg\:bui-row-span-12 {
8297
8639
  grid-row: span 12 / span 12;
8298
8640
  }
8299
-
8300
8641
  .lg\:bui-row-span-auto {
8301
8642
  grid-row: span auto / span auto;
8302
8643
  }
8303
8644
  }
8304
8645
 
8305
- @media (width >= 1536px) {
8646
+ /* Breakpoint xl */
8647
+ @media (min-width: 1536px) {
8306
8648
  .xl\:bui-columns-1 {
8307
8649
  grid-template-columns: repeat(1, minmax(0, 1fr));
8308
8650
  }
8309
-
8310
8651
  .xl\:bui-columns-2 {
8311
8652
  grid-template-columns: repeat(2, minmax(0, 1fr));
8312
8653
  }
8313
-
8314
8654
  .xl\:bui-columns-3 {
8315
8655
  grid-template-columns: repeat(3, minmax(0, 1fr));
8316
8656
  }
8317
-
8318
8657
  .xl\:bui-columns-4 {
8319
8658
  grid-template-columns: repeat(4, minmax(0, 1fr));
8320
8659
  }
8321
-
8322
8660
  .xl\:bui-columns-5 {
8323
8661
  grid-template-columns: repeat(5, minmax(0, 1fr));
8324
8662
  }
8325
-
8326
8663
  .xl\:bui-columns-6 {
8327
8664
  grid-template-columns: repeat(6, minmax(0, 1fr));
8328
8665
  }
8329
-
8330
8666
  .xl\:bui-columns-7 {
8331
8667
  grid-template-columns: repeat(7, minmax(0, 1fr));
8332
8668
  }
8333
-
8334
8669
  .xl\:bui-columns-8 {
8335
8670
  grid-template-columns: repeat(8, minmax(0, 1fr));
8336
8671
  }
8337
-
8338
8672
  .xl\:bui-columns-9 {
8339
8673
  grid-template-columns: repeat(9, minmax(0, 1fr));
8340
8674
  }
8341
-
8342
8675
  .xl\:bui-columns-10 {
8343
8676
  grid-template-columns: repeat(10, minmax(0, 1fr));
8344
8677
  }
8345
-
8346
8678
  .xl\:bui-columns-11 {
8347
8679
  grid-template-columns: repeat(11, minmax(0, 1fr));
8348
8680
  }
8349
-
8350
8681
  .xl\:bui-columns-12 {
8351
8682
  grid-template-columns: repeat(12, minmax(0, 1fr));
8352
8683
  }
8353
-
8354
8684
  .xl\:bui-columns-auto {
8355
8685
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
8356
8686
  }
8357
-
8358
8687
  .xl\:bui-col-span-1 {
8359
8688
  grid-column: span 1 / span 1;
8360
8689
  }
8361
-
8362
8690
  .xl\:bui-col-span-2 {
8363
8691
  grid-column: span 2 / span 2;
8364
8692
  }
8365
-
8366
8693
  .xl\:bui-col-span-3 {
8367
8694
  grid-column: span 3 / span 3;
8368
8695
  }
8369
-
8370
8696
  .xl\:bui-col-span-4 {
8371
8697
  grid-column: span 4 / span 4;
8372
8698
  }
8373
-
8374
8699
  .xl\:bui-col-span-5 {
8375
8700
  grid-column: span 5 / span 5;
8376
8701
  }
8377
-
8378
8702
  .xl\:bui-col-span-6 {
8379
8703
  grid-column: span 6 / span 6;
8380
8704
  }
8381
-
8382
8705
  .xl\:bui-col-span-7 {
8383
8706
  grid-column: span 7 / span 7;
8384
8707
  }
8385
-
8386
8708
  .xl\:bui-col-span-8 {
8387
8709
  grid-column: span 8 / span 8;
8388
8710
  }
8389
-
8390
8711
  .xl\:bui-col-span-9 {
8391
8712
  grid-column: span 9 / span 9;
8392
8713
  }
8393
-
8394
8714
  .xl\:bui-col-span-10 {
8395
8715
  grid-column: span 10 / span 10;
8396
8716
  }
8397
-
8398
8717
  .xl\:bui-col-span-11 {
8399
8718
  grid-column: span 11 / span 11;
8400
8719
  }
8401
-
8402
8720
  .xl\:bui-col-span-12 {
8403
8721
  grid-column: span 12 / span 12;
8404
8722
  }
8405
-
8406
8723
  .xl\:bui-col-span-auto {
8407
8724
  grid-column: span auto / span auto;
8408
8725
  }
8409
-
8410
8726
  .xl\:bui-col-start-1 {
8411
8727
  grid-column-start: 1;
8412
8728
  }
8413
-
8414
8729
  .xl\:bui-col-start-2 {
8415
8730
  grid-column-start: 2;
8416
8731
  }
8417
-
8418
8732
  .xl\:bui-col-start-3 {
8419
8733
  grid-column-start: 3;
8420
8734
  }
8421
-
8422
8735
  .xl\:bui-col-start-4 {
8423
8736
  grid-column-start: 4;
8424
8737
  }
8425
-
8426
8738
  .xl\:bui-col-start-5 {
8427
8739
  grid-column-start: 5;
8428
8740
  }
8429
-
8430
8741
  .xl\:bui-col-start-6 {
8431
8742
  grid-column-start: 6;
8432
8743
  }
8433
-
8434
8744
  .xl\:bui-col-start-7 {
8435
8745
  grid-column-start: 7;
8436
8746
  }
8437
-
8438
8747
  .xl\:bui-col-start-8 {
8439
8748
  grid-column-start: 8;
8440
8749
  }
8441
-
8442
8750
  .xl\:bui-col-start-9 {
8443
8751
  grid-column-start: 9;
8444
8752
  }
8445
-
8446
8753
  .xl\:bui-col-start-10 {
8447
8754
  grid-column-start: 10;
8448
8755
  }
8449
-
8450
8756
  .xl\:bui-col-start-11 {
8451
8757
  grid-column-start: 11;
8452
8758
  }
8453
-
8454
8759
  .xl\:bui-col-start-12 {
8455
8760
  grid-column-start: 12;
8456
8761
  }
8457
-
8458
8762
  .xl\:bui-col-start-13 {
8459
8763
  grid-column-start: 13;
8460
8764
  }
8461
-
8462
8765
  .xl\:bui-col-start-auto {
8463
8766
  grid-column-start: auto;
8464
8767
  }
8465
-
8466
8768
  .xl\:bui-col-end-1 {
8467
8769
  grid-column-end: 1;
8468
8770
  }
8469
-
8470
8771
  .xl\:bui-col-end-2 {
8471
8772
  grid-column-end: 2;
8472
8773
  }
8473
-
8474
8774
  .xl\:bui-col-end-3 {
8475
8775
  grid-column-end: 3;
8476
8776
  }
8477
-
8478
8777
  .xl\:bui-col-end-4 {
8479
8778
  grid-column-end: 4;
8480
8779
  }
8481
-
8482
8780
  .xl\:bui-col-end-5 {
8483
8781
  grid-column-end: 5;
8484
8782
  }
8485
-
8486
8783
  .xl\:bui-col-end-6 {
8487
8784
  grid-column-end: 6;
8488
8785
  }
8489
-
8490
8786
  .xl\:bui-col-end-7 {
8491
8787
  grid-column-end: 7;
8492
8788
  }
8493
-
8494
8789
  .xl\:bui-col-end-8 {
8495
8790
  grid-column-end: 8;
8496
8791
  }
8497
-
8498
8792
  .xl\:bui-col-end-9 {
8499
8793
  grid-column-end: 9;
8500
8794
  }
8501
-
8502
8795
  .xl\:bui-col-end-10 {
8503
8796
  grid-column-end: 10;
8504
8797
  }
8505
-
8506
8798
  .xl\:bui-col-end-11 {
8507
8799
  grid-column-end: 11;
8508
8800
  }
8509
-
8510
8801
  .xl\:bui-col-end-12 {
8511
8802
  grid-column-end: 12;
8512
8803
  }
8513
-
8514
8804
  .xl\:bui-col-end-13 {
8515
8805
  grid-column-end: 13;
8516
8806
  }
8517
-
8518
8807
  .xl\:bui-col-end-auto {
8519
8808
  grid-column-end: auto;
8520
8809
  }
8521
-
8522
8810
  .xl\:bui-row-span-1 {
8523
8811
  grid-row: span 1 / span 1;
8524
8812
  }
8525
-
8526
8813
  .xl\:bui-row-span-2 {
8527
8814
  grid-row: span 2 / span 2;
8528
8815
  }
8529
-
8530
8816
  .xl\:bui-row-span-3 {
8531
8817
  grid-row: span 3 / span 3;
8532
8818
  }
8533
-
8534
8819
  .xl\:bui-row-span-4 {
8535
8820
  grid-row: span 4 / span 4;
8536
8821
  }
8537
-
8538
8822
  .xl\:bui-row-span-5 {
8539
8823
  grid-row: span 5 / span 5;
8540
8824
  }
8541
-
8542
8825
  .xl\:bui-row-span-6 {
8543
8826
  grid-row: span 6 / span 6;
8544
8827
  }
8545
-
8546
8828
  .xl\:bui-row-span-7 {
8547
8829
  grid-row: span 7 / span 7;
8548
8830
  }
8549
-
8550
8831
  .xl\:bui-row-span-8 {
8551
8832
  grid-row: span 8 / span 8;
8552
8833
  }
8553
-
8554
8834
  .xl\:bui-row-span-9 {
8555
8835
  grid-row: span 9 / span 9;
8556
8836
  }
8557
-
8558
8837
  .xl\:bui-row-span-10 {
8559
8838
  grid-row: span 10 / span 10;
8560
8839
  }
8561
-
8562
8840
  .xl\:bui-row-span-11 {
8563
8841
  grid-row: span 11 / span 11;
8564
8842
  }
8565
-
8566
8843
  .xl\:bui-row-span-12 {
8567
8844
  grid-row: span 12 / span 12;
8568
8845
  }
8569
-
8570
8846
  .xl\:bui-row-span-auto {
8571
8847
  grid-row: span auto / span auto;
8572
8848
  }
8573
8849
  }
8574
-
8850
+ }
8851
+ /* Gap */
8852
+ /*
8853
+ * Copyright 2025 The Backstage Authors
8854
+ *
8855
+ * Licensed under the Apache License, Version 2.0 (the "License");
8856
+ * you may not use this file except in compliance with the License.
8857
+ * You may obtain a copy of the License at
8858
+ *
8859
+ * http://www.apache.org/licenses/LICENSE-2.0
8860
+ *
8861
+ * Unless required by applicable law or agreed to in writing, software
8862
+ * distributed under the License is distributed on an "AS IS" BASIS,
8863
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8864
+ * See the License for the specific language governing permissions and
8865
+ * limitations under the License.
8866
+ */
8867
+ @layer utilities {
8575
8868
  .bui-gap {
8576
8869
  gap: var(--gap);
8577
8870
  }
@@ -8640,7 +8933,8 @@
8640
8933
  gap: var(--bui-space-14);
8641
8934
  }
8642
8935
 
8643
- @media (width >= 640px) {
8936
+ /* Breakpoint xs */
8937
+ @media (min-width: 640px) {
8644
8938
  .xs\:bui-gap {
8645
8939
  gap: var(--gap-xs);
8646
8940
  }
@@ -8710,7 +9004,8 @@
8710
9004
  }
8711
9005
  }
8712
9006
 
8713
- @media (width >= 768px) {
9007
+ /* Breakpoint sm */
9008
+ @media (min-width: 768px) {
8714
9009
  .sm\:bui-gap {
8715
9010
  gap: var(--gap-sm);
8716
9011
  }
@@ -8780,7 +9075,8 @@
8780
9075
  }
8781
9076
  }
8782
9077
 
8783
- @media (width >= 1024px) {
9078
+ /* Breakpoint md */
9079
+ @media (min-width: 1024px) {
8784
9080
  .md\:bui-gap {
8785
9081
  gap: var(--gap-md);
8786
9082
  }
@@ -8850,7 +9146,8 @@
8850
9146
  }
8851
9147
  }
8852
9148
 
8853
- @media (width >= 1280px) {
9149
+ /* Breakpoint lg */
9150
+ @media (min-width: 1280px) {
8854
9151
  .lg\:bui-gap {
8855
9152
  gap: var(--gap-lg);
8856
9153
  }
@@ -8920,7 +9217,8 @@
8920
9217
  }
8921
9218
  }
8922
9219
 
8923
- @media (width >= 1536px) {
9220
+ /* Breakpoint xl */
9221
+ @media (min-width: 1536px) {
8924
9222
  .xl\:bui-gap {
8925
9223
  gap: var(--gap-xl);
8926
9224
  }
@@ -8989,7 +9287,24 @@
8989
9287
  gap: var(--bui-space-14);
8990
9288
  }
8991
9289
  }
8992
-
9290
+ }
9291
+ /* Flex */
9292
+ /*
9293
+ * Copyright 2025 The Backstage Authors
9294
+ *
9295
+ * Licensed under the Apache License, Version 2.0 (the "License");
9296
+ * you may not use this file except in compliance with the License.
9297
+ * You may obtain a copy of the License at
9298
+ *
9299
+ * http://www.apache.org/licenses/LICENSE-2.0
9300
+ *
9301
+ * Unless required by applicable law or agreed to in writing, software
9302
+ * distributed under the License is distributed on an "AS IS" BASIS,
9303
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9304
+ * See the License for the specific language governing permissions and
9305
+ * limitations under the License.
9306
+ */
9307
+ @layer utilities {
8993
9308
  .bui-align-start {
8994
9309
  align-items: start;
8995
9310
  }
@@ -9042,7 +9357,8 @@
9042
9357
  flex-direction: column-reverse;
9043
9358
  }
9044
9359
 
9045
- @media (width >= 640px) {
9360
+ /* Breakpoint xs */
9361
+ @media (min-width: 640px) {
9046
9362
  .xs\:bui-align-start {
9047
9363
  align-items: start;
9048
9364
  }
@@ -9092,7 +9408,8 @@
9092
9408
  }
9093
9409
  }
9094
9410
 
9095
- @media (width >= 768px) {
9411
+ /* Breakpoint sm */
9412
+ @media (min-width: 768px) {
9096
9413
  .sm\:bui-align-start {
9097
9414
  align-items: start;
9098
9415
  }
@@ -9142,7 +9459,8 @@
9142
9459
  }
9143
9460
  }
9144
9461
 
9145
- @media (width >= 1024px) {
9462
+ /* Breakpoint md */
9463
+ @media (min-width: 1024px) {
9146
9464
  .md\:bui-align-start {
9147
9465
  align-items: start;
9148
9466
  }
@@ -9192,7 +9510,8 @@
9192
9510
  }
9193
9511
  }
9194
9512
 
9195
- @media (width >= 1280px) {
9513
+ /* Breakpoint lg */
9514
+ @media (min-width: 1280px) {
9196
9515
  .lg\:bui-align-start {
9197
9516
  align-items: start;
9198
9517
  }
@@ -9242,7 +9561,8 @@
9242
9561
  }
9243
9562
  }
9244
9563
 
9245
- @media (width >= 1536px) {
9564
+ /* Breakpoint xl */
9565
+ @media (min-width: 1536px) {
9246
9566
  .xl\:bui-align-start {
9247
9567
  align-items: start;
9248
9568
  }