@microsoft/atlas-css 5.0.0-test.0 → 5.0.0-test.1

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 (106) hide show
  1. package/dist/class-names.json +1 -1
  2. package/dist/index.css +1 -1
  3. package/dist/index.css.map +1 -1
  4. package/dist/tokens.json +1 -1
  5. package/dist/tokens.ts +26 -28
  6. package/package.json +1 -1
  7. package/src/atomics/aspect-ratio.scss +3 -0
  8. package/src/atomics/background.scss +3 -0
  9. package/src/atomics/border.scss +3 -0
  10. package/src/atomics/colors.scss +3 -0
  11. package/src/atomics/display.scss +3 -0
  12. package/src/atomics/flex.scss +2 -0
  13. package/src/atomics/gap.scss +3 -0
  14. package/src/atomics/height.scss +3 -0
  15. package/src/atomics/image.scss +3 -0
  16. package/src/atomics/index.scss +19 -19
  17. package/src/atomics/line-clamp.scss +3 -0
  18. package/src/atomics/list.scss +3 -0
  19. package/src/atomics/overflow.scss +3 -0
  20. package/src/atomics/position.scss +3 -0
  21. package/src/atomics/shadow.scss +3 -0
  22. package/src/atomics/spacing-auto.scss +3 -0
  23. package/src/atomics/spacing.scss +3 -0
  24. package/src/atomics/typography.scss +3 -0
  25. package/src/atomics/visually-hidden.scss +3 -0
  26. package/src/atomics/width.scss +2 -0
  27. package/src/components/accordion.scss +3 -0
  28. package/src/components/badge.scss +3 -0
  29. package/src/components/banner.scss +3 -0
  30. package/src/components/breadcrumbs.scss +3 -0
  31. package/src/components/button-reset.scss +3 -0
  32. package/src/components/button.scss +2 -0
  33. package/src/components/buttons.scss +7 -4
  34. package/src/components/card.scss +3 -0
  35. package/src/components/code-block.scss +4 -0
  36. package/src/components/form/checkbox.scss +3 -0
  37. package/src/components/form/form.scss +4 -0
  38. package/src/components/form/help.scss +3 -0
  39. package/src/components/form/index.scss +8 -8
  40. package/src/components/form/input.scss +3 -0
  41. package/src/components/form/label.scss +3 -0
  42. package/src/components/form/radio.scss +3 -0
  43. package/src/components/form/select.scss +3 -0
  44. package/src/components/form/textarea.scss +3 -0
  45. package/src/components/gradient-card.scss +3 -0
  46. package/src/components/gradient.scss +3 -0
  47. package/src/components/hero.scss +3 -0
  48. package/src/components/icon.scss +3 -0
  49. package/src/components/image.scss +3 -0
  50. package/src/components/index.scss +35 -35
  51. package/src/components/layout.scss +37 -133
  52. package/src/components/link-button.scss +3 -0
  53. package/src/components/markdown.scss +3 -0
  54. package/src/components/media.scss +3 -0
  55. package/src/components/message.scss +3 -0
  56. package/src/components/notification.scss +3 -0
  57. package/src/components/pagination.scss +3 -0
  58. package/src/components/persona.scss +3 -0
  59. package/src/components/popover.scss +3 -0
  60. package/src/components/progress-bar.scss +3 -0
  61. package/src/components/reading-width.scss +7 -0
  62. package/src/components/scroll.scss +3 -0
  63. package/src/components/segmented-control.scss +3 -0
  64. package/src/components/site-header.scss +7 -3
  65. package/src/components/steps.scss +3 -0
  66. package/src/components/stretched-link.scss +3 -0
  67. package/src/components/table.scss +5 -2
  68. package/src/components/tag.scss +3 -0
  69. package/src/components/timeline.scss +2 -0
  70. package/src/components/toggle.scss +3 -0
  71. package/src/core/animations.scss +3 -0
  72. package/src/core/bare-elements.scss +3 -0
  73. package/src/core/focus.scss +3 -0
  74. package/src/core/font-stack.scss +3 -0
  75. package/src/core/index.scss +7 -7
  76. package/src/core/minireset.scss +3 -0
  77. package/src/core/normalize.scss +3 -0
  78. package/src/core/themes.scss +2 -0
  79. package/src/index.scss +5 -5
  80. package/src/mixins/center.scss +2 -0
  81. package/src/mixins/chevron.scss +3 -0
  82. package/src/mixins/code-block.scss +2 -0
  83. package/src/mixins/colors.scss +2 -0
  84. package/src/mixins/control.scss +2 -0
  85. package/src/mixins/dismiss.scss +3 -0
  86. package/src/mixins/focus.scss +2 -0
  87. package/src/mixins/font-size.scss +1 -0
  88. package/src/mixins/force-colors.scss +2 -0
  89. package/src/mixins/gradient.scss +2 -0
  90. package/src/mixins/index.scss +18 -18
  91. package/src/mixins/layout-gap.scss +3 -0
  92. package/src/mixins/line-clamp.scss +2 -0
  93. package/src/mixins/loader.scss +2 -0
  94. package/src/mixins/media-queries.scss +2 -0
  95. package/src/mixins/overlay.scss +2 -0
  96. package/src/mixins/transparency.scss +2 -0
  97. package/src/mixins/unselectable.scss +2 -0
  98. package/src/mixins/visually-hidden.scss +2 -0
  99. package/src/tokens/colors.scss +2 -0
  100. package/src/tokens/direction.scss +0 -14
  101. package/src/tokens/index.scss +18 -18
  102. package/src/tokens/layout.scss +5 -1
  103. package/src/tokens/shadow.scss +2 -0
  104. package/src/tokens/themes.scss +4 -1
  105. package/src/tokens/typography.scss +2 -1
  106. package/tokens/index.js +30 -4
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  $accordion-font-size-sm: $font-size-9 !default;
2
5
  $accordion-font-size-md: $font-size-8 !default;
3
6
  $accordion-font-size-lg: $font-size-7 !default;
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  $badge-icon-padding-block: 0.5em !default;
2
5
  $badge-padding-block: 0.25em !default;
3
6
  $badge-padding-inline: 0.5em !default;
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  $banner-background: $info-background !default;
2
5
  $banner-padding: $spacer-5 !default;
3
6
 
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  $breadcrumb-font-size: $font-size-8 !default;
2
5
  $breadcrumb-spacing-horizontal: 0.25em !default;
3
6
  $breadcrumb-spacing-vertical: 0.375em !default;
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  .button-reset {
2
5
  @include transparent-effects;
3
6
 
@@ -1,4 +1,6 @@
1
1
  @use 'sass:map';
2
+ @use '../tokens/index.scss' as *;
3
+ @use '../mixins/index.scss' as *;
2
4
 
3
5
  $button-color: $text !default;
4
6
  $button-background-color: $body-background !default;
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  /* stylelint-disable selector-max-specificity, max-nesting-depth */
2
5
 
3
6
  .buttons {
@@ -45,13 +48,13 @@
45
48
  &.buttons-addons {
46
49
  .button {
47
50
  &:not(:first-child) {
48
- border-bottom-#{$user-left}-radius: 0;
49
- border-top-#{$user-left}-radius: 0;
51
+ border-end-start-radius: 0;
52
+ border-start-start-radius: 0;
50
53
  }
51
54
 
52
55
  &:not(:last-child) {
53
- border-bottom-#{$user-right}-radius: 0;
54
- border-top-#{$user-right}-radius: 0;
56
+ border-end-end-radius: 0;
57
+ border-start-end-radius: 0;
55
58
  margin-inline-end: -1px;
56
59
  }
57
60
 
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  $card-color: $text !default;
2
5
  $card-shadow: $box-shadow-light;
3
6
  $card-padding: $spacer-5;
@@ -1,3 +1,7 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+ @use './button.scss' as *;
4
+
1
5
  $code-block-font-size: $font-size-8 !default;
2
6
  $code-block-border-color: $code-block-border !default;
3
7
  $code-block-border-width: $border-width !default;
@@ -1,3 +1,6 @@
1
+ @use '../../tokens/index.scss' as *;
2
+ @use '../../mixins/index.scss' as *;
3
+
1
4
  /* stylelint-disable selector-max-specificity, max-nesting-depth, selector-no-qualifying-type */
2
5
 
3
6
  $checkbox-border-radius: $border-radius !default;
@@ -1,3 +1,7 @@
1
+ @use '../../tokens/index.scss' as *;
2
+ @use '../../mixins/index.scss' as *;
3
+ @use './label.scss' as *;
4
+
1
5
  /* stylelint-disable max-nesting-depth, selector-max-specificity */
2
6
 
3
7
  $field-line-height: 1.5 !default;
@@ -1,3 +1,6 @@
1
+ @use '../../tokens/index.scss' as *;
2
+ @use '../../mixins/index.scss' as *;
3
+
1
4
  $help-color: $text !default;
2
5
  $help-danger-color: $danger !default;
3
6
  $help-success-color: $success !default;
@@ -1,8 +1,8 @@
1
- @import './label.scss';
2
- @import './help.scss';
3
- @import './checkbox.scss';
4
- @import './input.scss';
5
- @import './textarea.scss';
6
- @import './select.scss';
7
- @import './radio.scss';
8
- @import './form.scss';
1
+ @forward './label.scss';
2
+ @forward './help.scss';
3
+ @forward './checkbox.scss';
4
+ @forward './input.scss';
5
+ @forward './textarea.scss';
6
+ @forward './select.scss';
7
+ @forward './radio.scss';
8
+ @forward './form.scss';
@@ -1,3 +1,6 @@
1
+ @use '../../tokens/index.scss' as *;
2
+ @use '../../mixins/index.scss' as *;
3
+
1
4
  $input-color: $text !default;
2
5
  $input-background-color: $body-background !default;
3
6
  $input-border-color: $control-border !default;
@@ -1,3 +1,6 @@
1
+ @use '../../tokens/index.scss' as *;
2
+ @use '../../mixins/index.scss' as *;
3
+
1
4
  $label-color: $text !default;
2
5
  $label-font-size: $font-size-7 !default;
3
6
  $label-font-weight: $weight-semibold !default;
@@ -1,3 +1,6 @@
1
+ @use '../../tokens/index.scss' as *;
2
+ @use '../../mixins/index.scss' as *;
3
+
1
4
  $radio-circle-size: 1.25em !default;
2
5
  $radio-dot-size: 0.625em !default;
3
6
  $radio-shadow-radius: 0.15em !default;
@@ -1,3 +1,6 @@
1
+ @use '../../tokens/index.scss' as *;
2
+ @use '../../mixins/index.scss' as *;
3
+
1
4
  /* stylelint-disable selector-no-qualifying-type */
2
5
 
3
6
  $select-color: $text !default;
@@ -1,3 +1,6 @@
1
+ @use '../../tokens/index.scss' as *;
2
+ @use '../../mixins/index.scss' as *;
3
+
1
4
  $textarea-color: $text !default;
2
5
  $textarea-background-color: $body-background !default;
3
6
  $textarea-border-color: $control-border !default;
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  $gradient-card-padding: $layout-2 !default;
2
5
  $gradient-card-border-radius: $border-radius-lg !default; //6px
3
6
 
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  $border-gradient-colors: (
2
5
  'body': $body-background,
3
6
  'body-accent': $body-background-accent
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  $hero-padding-xs: $layout-4 !default;
2
5
  $hero-padding-sm: $layout-5 !default;
3
6
  $hero-padding-default: $layout-6 !default;
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  $features-icon: true !default;
2
5
  $icon-dimensions: 1em !default;
3
6
 
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  $dimensions: 16 24 32 36 48 64 76 88 96 112 128 !default;
2
5
 
3
6
  .image {
@@ -1,35 +1,35 @@
1
- @import './accordion.scss';
2
- @import './badge.scss';
3
- @import './banner.scss';
4
- @import './breadcrumbs.scss';
5
- @import './button.scss';
6
- @import './buttons.scss';
7
- @import './card.scss';
8
- @import './button-reset.scss';
9
- @import './form/index.scss';
10
- @import './hero.scss';
11
- @import './gradient.scss';
12
- @import './gradient-card.scss';
13
- @import './link-button.scss';
14
- @import './code-block.scss';
15
- @import './markdown.scss'; // must be ordered after code-block
16
- @import './media.scss';
17
- @import './message.scss';
18
- @import './notification.scss';
19
- @import './icon.scss';
20
- @import './image.scss';
21
- @import './persona.scss';
22
- @import './popover.scss';
23
- @import './pagination.scss';
24
- @import './progress-bar.scss';
25
- @import './reading-width.scss';
26
- @import './table.scss';
27
- @import './tag.scss';
28
- @import './toggle.scss';
29
- @import './scroll.scss';
30
- @import './site-header.scss';
31
- @import './steps.scss';
32
- @import './stretched-link.scss';
33
- @import './segmented-control.scss';
34
- @import './timeline.scss';
35
- @import './layout.scss';
1
+ @forward './accordion.scss';
2
+ @forward './badge.scss';
3
+ @forward './banner.scss';
4
+ @forward './breadcrumbs.scss';
5
+ @forward './button.scss';
6
+ @forward './buttons.scss';
7
+ @forward './card.scss';
8
+ @forward './button-reset.scss';
9
+ @forward './form/index.scss';
10
+ @forward './hero.scss';
11
+ @forward './gradient.scss';
12
+ @forward './gradient-card.scss';
13
+ @forward './link-button.scss';
14
+ @forward './code-block.scss';
15
+ @forward './markdown.scss'; // must be ordered after code-block
16
+ @forward './media.scss';
17
+ @forward './message.scss';
18
+ @forward './notification.scss';
19
+ @forward './icon.scss';
20
+ @forward './image.scss';
21
+ @forward './persona.scss';
22
+ @forward './popover.scss';
23
+ @forward './pagination.scss';
24
+ @forward './progress-bar.scss';
25
+ @forward './table.scss';
26
+ @forward './tag.scss';
27
+ @forward './toggle.scss';
28
+ @forward './reading-width.scss';
29
+ @forward './scroll.scss';
30
+ @forward './site-header.scss';
31
+ @forward './steps.scss';
32
+ @forward './stretched-link.scss';
33
+ @forward './segmented-control.scss';
34
+ @forward './timeline.scss';
35
+ @forward './layout.scss';
@@ -1,14 +1,16 @@
1
1
  @use 'sass:math';
2
+ @use '../tokens/index.scss' as *;
3
+ @use '../mixins/index.scss' as *;
2
4
 
3
5
  $quarter-widescreen: math.div($breakpoint-widescreen, 4);
4
6
  $half-widescreen: math.div($breakpoint-widescreen, 2);
5
7
  $three-quarters-widescreen: math.div($breakpoint-widescreen, 4) * 3;
6
- $default-flyout-width-desktop: 320px;
7
- $default-flyout-width-widescreen: 480px;
8
- $default-aside-min-width: 300px;
9
- $eighth-widescreen: math.div($breakpoint-widescreen, 8); // 225px
10
- $five-eighths-widescreen: math.div($breakpoint-widescreen, 8) * 5; // 1125px
11
- $layout-menu-collapsed-width: 96px !default;
8
+ $default-flyout-width-desktop: 320px !default;
9
+ $default-flyout-width-widescreen: 480px !default;
10
+ $layout-menu-collapsed-width: 68px !default;
11
+ $menu-max-width: 275px !default;
12
+ $aside-max-width: 275px !default;
13
+ $spacer-width: calc(275px - var(#{$layout-menu-collapsed-width-name})) !default;
12
14
 
13
15
  :root {
14
16
  --window-inner-height: 100vh; // to be overwritten by JS
@@ -29,9 +31,8 @@ $layout-menu-collapsed-width: 96px !default;
29
31
  #{$layout-flyout-width-widescreen-custom-property-name}: $default-flyout-width-widescreen;
30
32
  #{$layout-flyout-width-name}: var(#{$layout-flyout-width-desktop-custom-property-name});
31
33
  #{$layout-menu-collapsed-width-name}: $layout-menu-collapsed-width;
32
- #{$layout-menu-collapsed-width-widescreen-spacer-width-name}: calc(
33
- $quarter-widescreen - var(#{$layout-menu-collapsed-width-name})
34
- );
34
+ #{$layout-menu-max-width-name}: $menu-max-width;
35
+ #{$layout-aside-max-width-name}: $aside-max-width;
35
36
 
36
37
  @include widescreen {
37
38
  #{$layout-gap-scalable-custom-property-name}: $layout-widescreen-gap;
@@ -134,7 +135,7 @@ $layout-menu-collapsed-width: 96px !default;
134
135
  @include tablet {
135
136
  grid-template:
136
137
  minmax(auto, max-content) auto var(--atlas-contained-height) auto auto /
137
- minmax(0, 1fr) minmax(0, 5fr);
138
+ minmax(0, 1fr) minmax(0, 2fr);
138
139
  grid-template-areas:
139
140
  'header header'
140
141
  'hero hero'
@@ -145,26 +146,16 @@ $layout-menu-collapsed-width: 96px !default;
145
146
 
146
147
  @include desktop {
147
148
  grid-template:
148
- minmax(auto, max-content) auto var(--atlas-contained-height) auto / minmax(0, 1fr) minmax(
149
- 0,
150
- 4fr
151
- )
152
- minmax(0, 1fr);
149
+ minmax(auto, max-content) auto var(--atlas-contained-height) auto /
150
+ minmax(0, 275px)
151
+ minmax(0, 1fr)
152
+ minmax(0, 275px);
153
153
  grid-template-areas:
154
154
  'header header header'
155
155
  'hero hero hero'
156
156
  'menu main aside'
157
157
  'footer footer footer';
158
158
  }
159
-
160
- @include widescreen {
161
- grid-template: minmax(auto, max-content) auto var(--atlas-contained-height) auto / auto #{$quarter-widescreen} #{$half-widescreen} #{$quarter-widescreen} auto;
162
- grid-template-areas:
163
- 'header header header header header'
164
- 'hero hero hero hero hero'
165
- '. menu main aside .'
166
- 'footer footer footer footer footer';
167
- }
168
159
  }
169
160
 
170
161
  &.layout-menu-collapsed .layout-body {
@@ -184,31 +175,17 @@ $layout-menu-collapsed-width: 96px !default;
184
175
 
185
176
  @include desktop {
186
177
  grid-template:
187
- minmax(auto, max-content) auto var(--atlas-contained-height) auto / var(
188
- #{$layout-menu-collapsed-width-name}
189
- )
190
- minmax(0, 4fr)
191
- minmax(0, 23fr) minmax(0, 10fr);
178
+ minmax(auto, max-content) auto var(--atlas-contained-height) auto /
179
+ var(#{$layout-menu-collapsed-width-name})
180
+ #{$spacer-width}
181
+ minmax(0, 1fr)
182
+ minmax(0, 275px);
192
183
  grid-template-areas:
193
184
  'header header header header'
194
185
  'hero hero hero hero'
195
186
  'menu . main aside'
196
187
  'footer footer footer footer';
197
188
  }
198
-
199
- @include widescreen {
200
- grid-template:
201
- minmax(auto, max-content) auto var(--atlas-contained-height) auto / minmax(0, auto) var(
202
- #{$layout-menu-collapsed-width-name}
203
- )
204
- minmax(0, var(#{$layout-menu-collapsed-width-widescreen-spacer-width-name}))
205
- $half-widescreen minmax(0, #{$quarter-widescreen}) minmax(0, auto);
206
- grid-template-areas:
207
- 'header header header header header header'
208
- 'hero hero hero hero hero hero'
209
- '. menu . main aside .'
210
- 'footer footer footer footer footer footer';
211
- }
212
189
  }
213
190
 
214
191
  &.layout-flyout-active .layout-body {
@@ -222,36 +199,14 @@ $layout-menu-collapsed-width: 96px !default;
222
199
  'menu main aside flyout'
223
200
  'footer footer footer footer';
224
201
  }
225
-
226
- @include widescreen {
227
- grid-template:
228
- auto auto var(--atlas-contained-height) auto / minmax(0, 1fr) minmax(0, 4fr) minmax(0, 1fr)
229
- var(#{$layout-flyout-width-name});
230
- grid-template-areas:
231
- 'header header header header'
232
- 'hero hero hero flyout'
233
- 'menu main aside flyout'
234
- 'footer footer footer footer';
235
- }
236
202
  }
237
203
 
238
204
  &.layout-flyout-active.layout-menu-collapsed .layout-body {
239
205
  @include desktop {
240
206
  grid-template:
241
207
  auto auto var(--atlas-contained-height) auto / var(#{$layout-menu-collapsed-width-name})
242
- minmax(0, 4) minmax(0, 1fr)
243
- var(#{$layout-flyout-width-name});
244
- grid-template-areas:
245
- 'header header header header'
246
- 'hero hero hero flyout'
247
- 'menu main aside flyout'
248
- 'footer footer footer footer';
249
- }
250
-
251
- @include widescreen {
252
- grid-template:
253
- auto auto var(--atlas-contained-height) auto / var(#{$layout-menu-collapsed-width-name})
254
- minmax(0, 4) minmax(0, 1fr)
208
+ minmax(0, 1fr)
209
+ minmax(0, 275px)
255
210
  var(#{$layout-flyout-width-name});
256
211
  grid-template-areas:
257
212
  'header header header header'
@@ -274,7 +229,7 @@ $layout-menu-collapsed-width: 96px !default;
274
229
  @include tablet {
275
230
  grid-template:
276
231
  minmax(auto, max-content) auto var(--atlas-contained-height) auto / minmax(0, 1fr)
277
- minmax(0, 4fr);
232
+ minmax(0, 2fr);
278
233
  grid-template-areas:
279
234
  'header header'
280
235
  'hero hero'
@@ -292,15 +247,6 @@ $layout-menu-collapsed-width: 96px !default;
292
247
  'menu main'
293
248
  'footer footer';
294
249
  }
295
-
296
- @include widescreen {
297
- grid-template: minmax(auto, max-content) auto var(--atlas-contained-height) auto / auto #{$quarter-widescreen} #{$three-quarters-widescreen} auto;
298
- grid-template-areas:
299
- 'header header header header'
300
- 'hero hero hero hero'
301
- '. menu main .'
302
- 'footer footer footer footer';
303
- }
304
250
  }
305
251
 
306
252
  &.layout-menu-collapsed .layout-body {
@@ -322,28 +268,13 @@ $layout-menu-collapsed-width: 96px !default;
322
268
  minmax(auto, max-content) auto var(--atlas-contained-height) auto / var(
323
269
  #{$layout-menu-collapsed-width-name}
324
270
  )
325
- minmax(0, 1)
326
- minmax(0, 10fr) minmax(0, 2fr);
271
+ minmax(0, 2fr) minmax(0, 1fr);
327
272
  grid-template-areas:
328
273
  'header header header header'
329
274
  'hero hero hero hero'
330
275
  'menu . main main'
331
276
  'footer footer footer footer';
332
277
  }
333
-
334
- @include widescreen {
335
- grid-template:
336
- minmax(auto, max-content) auto var(--atlas-contained-height) auto / minmax(0, auto) var(
337
- #{$layout-menu-collapsed-width-name}
338
- )
339
- minmax(0, var(#{$layout-menu-collapsed-width-widescreen-spacer-width-name}))
340
- #{$three-quarters-widescreen} minmax(0, auto);
341
- grid-template-areas:
342
- 'header header header header header'
343
- 'hero hero hero hero hero'
344
- '. menu . main .'
345
- 'footer footer footer footer footer';
346
- }
347
278
  }
348
279
 
349
280
  &.layout-flyout-active .layout-body {
@@ -360,20 +291,6 @@ $layout-menu-collapsed-width: 96px !default;
360
291
  'menu main flyout'
361
292
  'footer footer footer';
362
293
  }
363
-
364
- @include widescreen {
365
- grid-template:
366
- minmax(auto, max-content) auto var(--atlas-contained-height) auto / minmax(0, 1fr) minmax(
367
- 0,
368
- 4fr
369
- )
370
- var(#{$layout-flyout-width-name});
371
- grid-template-areas:
372
- 'header header header'
373
- 'hero hero flyout'
374
- 'menu main flyout'
375
- 'footer footer footer';
376
- }
377
294
  }
378
295
 
379
296
  &.layout-flyout-active.layout-menu-collapsed .layout-body {
@@ -388,19 +305,6 @@ $layout-menu-collapsed-width: 96px !default;
388
305
  'menu main flyout'
389
306
  'footer footer footer';
390
307
  }
391
-
392
- @include widescreen {
393
- grid-template:
394
- auto auto var(--atlas-contained-height) auto / var(#{$layout-menu-collapsed-width-name})
395
- minmax(0, var(#{$layout-menu-collapsed-width-widescreen-spacer-width-name}))
396
- minmax(0, 1fr)
397
- var(#{$layout-flyout-width-name});
398
- grid-template-areas:
399
- 'header header header header'
400
- 'hero hero hero flyout'
401
- 'menu . main flyout'
402
- 'footer footer footer footer';
403
- }
404
308
  }
405
309
  }
406
310
 
@@ -460,19 +364,19 @@ $layout-menu-collapsed-width: 96px !default;
460
364
  'footer footer footer';
461
365
  }
462
366
 
463
- @include widescreen {
464
- grid-template:
465
- minmax(auto, max-content) auto var(--atlas-contained-height) auto / minmax(0, 4fr) minmax(
466
- 0,
467
- 1fr
468
- )
469
- var(#{$layout-flyout-width-name});
470
- grid-template-areas:
471
- 'header header header'
472
- 'hero hero flyout'
473
- 'main aside flyout'
474
- 'footer footer footer';
475
- }
367
+ // @include widescreen {
368
+ // grid-template:
369
+ // minmax(auto, max-content) auto var(--atlas-contained-height) auto / minmax(0, 4fr) minmax(
370
+ // 0,
371
+ // 1fr
372
+ // )
373
+ // var(#{$layout-flyout-width-name});
374
+ // grid-template-areas:
375
+ // 'header header header'
376
+ // 'hero hero flyout'
377
+ // 'main aside flyout'
378
+ // 'footer footer footer';
379
+ // }
476
380
  }
477
381
  }
478
382
 
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  /*
2
5
  * For use on <button> elements to emulate the appearance of standard <a> tags.
3
6
  */
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  /* stylelint-disable selector-max-compound-selectors */
2
5
 
3
6
  $markdown-paragraph-size: 1rem !default;
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  .media {
2
5
  display: flex;
3
6
  align-items: flex-start;
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  $message-font-size-xs: $font-size-9 !default;
2
5
  $message-font-size-sm: $font-size-8 !default;
3
6
  $message-font-size-md: $font-size-7 !default;
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  $notification-background: $secondary-background !default;
2
5
  $notification-padding: $spacer-5 !default;
3
6
 
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  $font-size-lg: $font-size-6 !default;
2
5
  $font-size-sm: $font-size-8 !default;
3
6
 
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  $persona-font-size-sm: $font-size-9 !default;
2
5
  $persona-font-size-md: $font-size-8 !default;
3
6
  $persona-font-size-lg: $font-size-7 !default;
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  /* stylelint-disable max-nesting-depth, selector-max-specificity */
2
5
 
3
6
  $popover-background-color: $body-background !default;
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  $progress-bar-background-color: $secondary-background-glow-high-contrast !default;
2
5
  $progress-bar-value-background-color: $primary !default;
3
6
  $progress-bar-value-background-color-warning: $warning !default;
@@ -1,3 +1,10 @@
1
+ @use '../tokens/index.scss' as *;
2
+
1
3
  .reading-width {
2
4
  max-width: $optimal-reading-width;
3
5
  }
6
+
7
+ .reading-width-padded {
8
+ width: $reading-width-padded;
9
+ padding: $reading-width-padding;
10
+ }
@@ -1,3 +1,6 @@
1
+ @use '../tokens/index.scss' as *;
2
+ @use '../mixins/index.scss' as *;
3
+
1
4
  .scroll-horizontal {
2
5
  overflow-x: auto;
3
6
  overflow-y: hidden;