@carbon/ibm-products 2.17.2 → 2.18.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. package/css/index-full-carbon.css +13188 -12116
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +5 -2
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +5710 -6367
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +1 -1
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +5 -2
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/components/Carousel/Carousel.docs-page.js +11 -0
  18. package/es/components/Carousel/Carousel.js +322 -0
  19. package/es/components/Carousel/CarouselItem.js +53 -0
  20. package/es/components/Carousel/index.js +9 -0
  21. package/es/components/Carousel/utils.js +98 -0
  22. package/es/components/Datagrid/Datagrid/DatagridToolbar.js +4 -2
  23. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +4 -3
  24. package/es/components/Datagrid/Extensions/Filtering/Filtering.docs-page.js +7 -1
  25. package/es/components/Datagrid/utils/handleFilterTagLabelText.js +26 -0
  26. package/es/components/FilterSummary/FilterSummary.js +21 -7
  27. package/es/components/Guidebanner/Guidebanner.docs-page.js +15 -0
  28. package/es/components/Guidebanner/Guidebanner.js +221 -0
  29. package/es/components/Guidebanner/GuidebannerElement.js +72 -0
  30. package/es/components/Guidebanner/GuidebannerElementButton.js +80 -0
  31. package/es/components/Guidebanner/GuidebannerElementLink.js +57 -0
  32. package/es/components/Guidebanner/index.js +11 -0
  33. package/es/components/NonLinearReading/NonLinearReading.docs-page.js +15 -0
  34. package/es/components/NonLinearReading/NonLinearReading.js +89 -0
  35. package/es/components/NonLinearReading/index.js +8 -0
  36. package/es/components/SidePanel/SidePanel.js +9 -8
  37. package/es/components/TagSet/TagSet.js +22 -5
  38. package/es/components/WebTerminal/WebTerminal.js +5 -3
  39. package/es/global/js/package-settings.js +6 -1
  40. package/lib/components/Carousel/Carousel.docs-page.js +21 -0
  41. package/lib/components/Carousel/Carousel.js +329 -0
  42. package/lib/components/Carousel/CarouselItem.js +54 -0
  43. package/lib/components/Carousel/index.js +19 -0
  44. package/lib/components/Carousel/utils.js +105 -0
  45. package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +4 -2
  46. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +4 -3
  47. package/lib/components/Datagrid/Extensions/Filtering/Filtering.docs-page.js +7 -1
  48. package/lib/components/Datagrid/utils/handleFilterTagLabelText.js +32 -0
  49. package/lib/components/FilterSummary/FilterSummary.js +24 -7
  50. package/lib/components/Guidebanner/Guidebanner.docs-page.js +25 -0
  51. package/lib/components/Guidebanner/Guidebanner.js +229 -0
  52. package/lib/components/Guidebanner/GuidebannerElement.js +77 -0
  53. package/lib/components/Guidebanner/GuidebannerElementButton.js +85 -0
  54. package/lib/components/Guidebanner/GuidebannerElementLink.js +62 -0
  55. package/lib/components/Guidebanner/index.js +33 -0
  56. package/lib/components/NonLinearReading/NonLinearReading.docs-page.js +25 -0
  57. package/lib/components/NonLinearReading/NonLinearReading.js +97 -0
  58. package/lib/components/NonLinearReading/index.js +12 -0
  59. package/lib/components/SidePanel/SidePanel.js +9 -8
  60. package/lib/components/TagSet/TagSet.js +22 -5
  61. package/lib/components/WebTerminal/WebTerminal.js +4 -2
  62. package/lib/global/js/package-settings.js +6 -1
  63. package/package.json +5 -4
  64. package/scss/components/Carousel/_carbon-imports.scss +6 -0
  65. package/scss/components/Carousel/_carousel.scss +72 -0
  66. package/scss/components/Carousel/_index-with-carbon.scss +9 -0
  67. package/scss/components/Carousel/_index.scss +8 -0
  68. package/scss/components/Checklist/_carbon-imports.scss +11 -0
  69. package/scss/components/Checklist/_checklist.scss +0 -1
  70. package/scss/components/Checklist/_index-with-carbon.scss +9 -0
  71. package/scss/components/FilterSummary/_filter-summary.scss +6 -1
  72. package/scss/components/Guidebanner/_carbon-imports.scss +6 -0
  73. package/scss/components/Guidebanner/_guidebanner.scss +248 -0
  74. package/scss/components/Guidebanner/_index-with-carbon.scss +9 -0
  75. package/scss/components/Guidebanner/_index.scss +8 -0
  76. package/scss/components/NonLinearReading/_carbon-imports.scss +6 -0
  77. package/scss/components/NonLinearReading/_index-with-carbon.scss +9 -0
  78. package/scss/components/NonLinearReading/_index.scss +8 -0
  79. package/scss/components/NonLinearReading/_non-linear-reading.scss +122 -0
  80. package/scss/components/WebTerminal/_web-terminal.scss +1 -2
  81. package/scss/components/_Canary/_canary.scss +1 -2
  82. package/scss/components/_Canary/_carbon-imports.scss +7 -0
  83. package/scss/components/_Canary/_index-with-carbon.scss +8 -0
  84. package/scss/components/_Canary/_index.scss +7 -0
  85. package/scss/components/_index-with-carbon.scss +1 -1
  86. package/scss/components/_index.scss +5 -2
  87. /package/es/components/Datagrid/{Extensions → Datagrid.stories}/ColumnAlignment/ColumnAlignment.docs-page.js +0 -0
  88. /package/lib/components/Datagrid/{Extensions → Datagrid.stories}/ColumnAlignment/ColumnAlignment.docs-page.js +0 -0
@@ -0,0 +1,248 @@
1
+ //
2
+ // Copyright IBM Corp. 2023, 2023
3
+ //
4
+ // This source code is licensed under the Apache-2.0 license found in the
5
+ // LICENSE file in the root directory of this source tree.
6
+ //
7
+
8
+ /**
9
+ * The Guidebanner specifically is theme-agnostic, and so we have to
10
+ * use color tokens to keep the colors static instead of theme tokens
11
+ * that will change depending on the selected theme.
12
+ *
13
+ * Because of this, we are triggering a *large* amount of linting errors.
14
+ * So, we're adding a few "disable" rules for the file instead of 60
15
+ * individual rules.
16
+ */
17
+
18
+ /* stylelint-disable carbon/layout-token-use */
19
+ /* stylelint-disable carbon/motion-duration-use */
20
+ /* stylelint-disable carbon/theme-token-use */
21
+ /* stylelint-disable declaration-no-important */
22
+ /* stylelint-disable function-no-unknown */
23
+ /* stylelint-disable max-nesting-depth */
24
+
25
+ // Standard imports.
26
+ @use '@carbon/layout/scss/convert' as *;
27
+ @use '@carbon/react/scss/colors' as *;
28
+ @use '@carbon/styles/scss/motion' as *;
29
+ @use '@carbon/styles/scss/spacing' as *;
30
+ @use '@carbon/styles/scss/theme' as *;
31
+ @use '@carbon/styles/scss/themes';
32
+ @use '@carbon/styles/scss/type' as *;
33
+ @use '../../global/styles/project-settings' as c4p-settings;
34
+
35
+ // The block part of our conventional BEM class names (blockClass__E--M).
36
+ $block-class: #{c4p-settings.$pkg-prefix}--guidebanner;
37
+
38
+ // Each GuidebannerElement is contained in a CarouselItem.
39
+ $carousel-item: #{c4p-settings.$pkg-prefix}--carousel__item;
40
+
41
+ @mixin when-collapsed($selector: '&') {
42
+ .#{c4p-settings.$pkg-prefix}--guidebanner__collapsible-collapsed
43
+ #{$selector} {
44
+ @content;
45
+ }
46
+ }
47
+
48
+ $horizontal-margin: to-rem(52px);
49
+ // Guidebanner-specific colors.
50
+ $purple-1: #9b63ff;
51
+ $purple-2: #7f3ae7;
52
+ $purple-3: #7433e3;
53
+
54
+ .#{$block-class} {
55
+ // Due to the Guidebanner's dark background,
56
+ // apply dark theme by default for all elements:
57
+ // i.e. light text, icons, tooltips, etc.
58
+ @include theme(themes.$g100, true);
59
+
60
+ position: relative;
61
+ background: linear-gradient(90deg, $blue-90 0%, $purple-70 100%);
62
+ background-color: $blue-90;
63
+ }
64
+
65
+ .#{$block-class}__icon-idea {
66
+ position: absolute;
67
+ top: $spacing-05;
68
+ left: $spacing-05;
69
+
70
+ path {
71
+ fill: $gray-10;
72
+ }
73
+ }
74
+
75
+ .#{$block-class}__title {
76
+ @include type-style('heading-compact-02');
77
+
78
+ padding: $spacing-05 to-rem(175px) 0 $horizontal-margin;
79
+ color: $gray-10;
80
+ }
81
+
82
+ .#{$block-class}__close-button {
83
+ position: absolute;
84
+ top: 0;
85
+ right: 0;
86
+ }
87
+ .#{$block-class}__close-button button {
88
+ width: $spacing-07;
89
+ height: $spacing-07;
90
+ min-height: $spacing-07;
91
+ padding-top: 6px;
92
+
93
+ &:active,
94
+ &:hover {
95
+ background-color: $purple-3;
96
+ }
97
+
98
+ path {
99
+ fill: $white-0;
100
+ }
101
+ }
102
+
103
+ // Specify Carousel look and feel.
104
+ .#{$block-class}__carousel {
105
+ padding: 0 0 $spacing-05 0;
106
+ color: $gray-10;
107
+
108
+ @include when-collapsed() {
109
+ margin-bottom: 0;
110
+ }
111
+ }
112
+
113
+ // All carousel elements are 400px wide,
114
+ // except the last one (see below).
115
+ .#{$block-class}__carousel .#{$carousel-item} .#{$block-class}__element {
116
+ display: flex;
117
+ width: to-rem(400px); // 25rem
118
+ max-height: to-rem(512px); // 32rem
119
+ flex-flow: column;
120
+ flex-shrink: 0;
121
+ padding-left: $horizontal-margin;
122
+ margin: $spacing-05 0 0 0;
123
+ opacity: 1;
124
+ scroll-snap-align: start;
125
+ transition: max-height 50ms motion(exit, productive),
126
+ margin-top 50ms motion(exit, productive),
127
+ opacity 300ms motion(exit, productive);
128
+
129
+ @include when-collapsed() {
130
+ max-height: $spacing-03;
131
+ margin-top: 0;
132
+ opacity: 0;
133
+ }
134
+ }
135
+ // The last carousel item is wider, with more padding-right,
136
+ // to provide more space against the right edge of the carousel.
137
+ .#{$block-class}__carousel
138
+ .#{$carousel-item}:last-child
139
+ .#{$block-class}__element {
140
+ width: to-rem(448px); // 28rem
141
+ padding-right: $horizontal-margin;
142
+ }
143
+
144
+ .#{$block-class}__carousel .#{$carousel-item} .#{$block-class}__element-title {
145
+ @include type-style('heading-compact-01');
146
+
147
+ margin: $spacing-05 0 0 0;
148
+ }
149
+
150
+ .#{$block-class}__carousel .#{$block-class}__element-content {
151
+ @include type-style('body-01');
152
+
153
+ margin-bottom: $spacing-05;
154
+ }
155
+
156
+ // Button with crossroads icon
157
+ .#{$block-class}__carousel .#{c4p-settings.$carbon-prefix}--btn--tertiary {
158
+ border-color: $white-0;
159
+ color: $white-0;
160
+
161
+ &:active,
162
+ &:hover {
163
+ border-color: $white-0;
164
+ background-color: $white-0;
165
+ color: $gray-100;
166
+ }
167
+
168
+ // The "render icon" CSS seems to be missing in the latest Carbon button.
169
+ // Specifically, getting the icon to move to right-hand side of the content area.
170
+ // Repeating here.
171
+ svg {
172
+ position: absolute;
173
+ right: 1rem;
174
+ width: 1rem;
175
+ height: 1rem;
176
+ flex-shrink: 0;
177
+ }
178
+ }
179
+
180
+ .#{$block-class}__carousel .#{c4p-settings.$carbon-prefix}--btn--ghost {
181
+ margin-left: calc(-1 * $spacing-05);
182
+ color: $blue-30;
183
+
184
+ &:active,
185
+ &:hover {
186
+ background-color: $purple-2;
187
+ color: $gray-10;
188
+ }
189
+ }
190
+
191
+ .#{$block-class}__carousel .#{$block-class}__element-link {
192
+ color: $blue-30;
193
+
194
+ &:visited {
195
+ color: $blue-30;
196
+ }
197
+
198
+ &:active,
199
+ &:hover {
200
+ color: $blue-20;
201
+ }
202
+ }
203
+
204
+ .#{$block-class}__navigation {
205
+ display: flex;
206
+ border-top: to-rem(1px) solid $purple-60;
207
+
208
+ @include when-collapsed() {
209
+ border-top: none;
210
+ }
211
+ }
212
+ .#{$block-class}__navigation .#{$block-class}__toggle-button {
213
+ margin-left: calc($horizontal-margin - to-rem(18px));
214
+ color: $blue-30;
215
+
216
+ &:active,
217
+ &:hover {
218
+ background-color: $purple-3;
219
+ color: $gray-10;
220
+ }
221
+ }
222
+
223
+ // Push navigation buttons to the right
224
+ .#{$block-class}__navigation .#{$block-class}__back-button {
225
+ margin-left: auto;
226
+ }
227
+ // Hide navigation buttons when collapsed
228
+ .#{$block-class}__navigation .#{$block-class}__back-button,
229
+ .#{$block-class}__navigation .#{$block-class}__next-button {
230
+ @include when-collapsed() {
231
+ display: none;
232
+ }
233
+ }
234
+ .#{$block-class}__navigation .#{$block-class}__back-button button,
235
+ .#{$block-class}__navigation .#{$block-class}__next-button button {
236
+ &:active,
237
+ &:hover {
238
+ background-color: $purple-3;
239
+ }
240
+
241
+ path {
242
+ fill: $white-0;
243
+ }
244
+
245
+ &[disabled] path {
246
+ fill: $purple-1;
247
+ }
248
+ }
@@ -0,0 +1,9 @@
1
+ //
2
+ // Copyright IBM Corp. 2022, 2022
3
+ //
4
+ // This source code is licensed under the Apache-2.0 license found in the
5
+ // LICENSE file in the root directory of this source tree.
6
+ //
7
+
8
+ @use './carbon-imports';
9
+ @use './guidebanner';
@@ -0,0 +1,8 @@
1
+ //
2
+ // Copyright IBM Corp. 2020, 2021
3
+ //
4
+ // This source code is licensed under the Apache-2.0 license found in the
5
+ // LICENSE file in the root directory of this source tree.
6
+ //
7
+
8
+ @use './guidebanner';
@@ -0,0 +1,6 @@
1
+ //
2
+ // Copyright IBM Corp. 2020, 2021
3
+ //
4
+ // This source code is licensed under the Apache-2.0 license found in the
5
+ // LICENSE file in the root directory of this source tree.
6
+ //
@@ -0,0 +1,9 @@
1
+ //
2
+ // Copyright IBM Corp. 2022, 2022
3
+ //
4
+ // This source code is licensed under the Apache-2.0 license found in the
5
+ // LICENSE file in the root directory of this source tree.
6
+ //
7
+
8
+ @use './carbon-imports';
9
+ @use './_non-linear-reading';
@@ -0,0 +1,8 @@
1
+ //
2
+ // Copyright IBM Corp. 2023, 2023
3
+ //
4
+ // This source code is licensed under the Apache-2.0 license found in the
5
+ // LICENSE file in the root directory of this source tree.
6
+ //
7
+
8
+ @use './non-linear-reading';
@@ -0,0 +1,122 @@
1
+ //
2
+ // Copyright IBM Corp. 2023, 2023
3
+ //
4
+ // This source code is licensed under the Apache-2.0 license found in the
5
+ // LICENSE file in the root directory of this source tree.
6
+ //
7
+
8
+ /* stylelint-disable carbon/layout-token-use */
9
+ /* stylelint-disable function-no-unknown */
10
+
11
+ // Standard imports.
12
+ @use '@carbon/layout/scss/convert' as *;
13
+ @use '@carbon/react/scss/colors' as *;
14
+ @use '@carbon/styles/scss/components/button/tokens' as *;
15
+ @use '@carbon/styles/scss/spacing' as *;
16
+ @use '@carbon/styles/scss/theme' as *;
17
+ @use '@carbon/styles/scss/themes';
18
+ @use '@carbon/styles/scss/type';
19
+ @use '../../global/styles/project-settings' as c4p-settings;
20
+
21
+ @keyframes fade {
22
+ 0% {
23
+ opacity: 0;
24
+ }
25
+
26
+ 15% {
27
+ opacity: 0;
28
+ }
29
+
30
+ 100% {
31
+ opacity: 1;
32
+ }
33
+ }
34
+
35
+ // The block part of our conventional BEM class names (blockClass__E--M).
36
+ $block-class: #{c4p-settings.$pkg-prefix}--non-linear-reading;
37
+
38
+ .#{$block-class}__dark {
39
+ @include theme(themes.$g100, true);
40
+ }
41
+
42
+ // CLOSED/COLLAPSED STATE, DEFAULT
43
+ .#{$block-class} .#{$block-class}__keyword {
44
+ height: to-rem(20px);
45
+ padding-top: 0;
46
+ padding-right: to-rem(3px);
47
+ border-width: to-rem(1px);
48
+ border-style: solid;
49
+ border-color: $button-tertiary;
50
+ border-radius: $spacing-04;
51
+ background-color: transparent;
52
+ color: $button-tertiary;
53
+ white-space: nowrap;
54
+ }
55
+ .#{$block-class} .#{$block-class}__keyword:hover {
56
+ border-color: $button-tertiary;
57
+ background-color: $button-tertiary;
58
+ color: $text-inverse;
59
+ }
60
+ // Disable browser's default focus outline.
61
+ // We will provide all the focus/outline styling below.
62
+ .#{$block-class} .#{$block-class}__keyword:focus-visible {
63
+ outline: none;
64
+ }
65
+ .#{$block-class} .#{$block-class}__keyword:focus {
66
+ border-color: $text-inverse;
67
+ background-color: $button-tertiary;
68
+ box-shadow: 0 0 0 1px $text-inverse, 0 0 0 3px $button-tertiary;
69
+ color: $text-inverse;
70
+ }
71
+ // The "up" chevron
72
+ .#{$block-class} .#{$block-class}__keyword svg {
73
+ margin: to-rem(1px) 0 0 0;
74
+ vertical-align: text-top;
75
+ }
76
+
77
+ // OPEN/EXPANDED STATE
78
+ .#{$block-class} .#{$block-class}__keyword-open {
79
+ border-color: $button-tertiary;
80
+ background-color: $button-tertiary;
81
+ color: $text-inverse;
82
+ }
83
+ .#{$block-class} .#{$block-class}__keyword-open:hover {
84
+ border-color: $button-tertiary;
85
+ background-color: transparent;
86
+ color: $button-tertiary;
87
+ }
88
+ .#{$block-class} .#{$block-class}__keyword-open:focus {
89
+ border-color: $text-inverse;
90
+ background-color: transparent;
91
+ box-shadow: inset 0 0 0 1px $button-tertiary, 0 0 0 1px $text-inverse,
92
+ 0 0 0 3px $button-tertiary;
93
+ color: $button-tertiary;
94
+ }
95
+ // The "up" chevron, flipped
96
+ .#{$block-class} .#{$block-class}__keyword-open svg {
97
+ transform: rotate(180deg);
98
+ }
99
+
100
+ .#{$block-class} .#{$block-class}__body {
101
+ @include type.type-style('body-01');
102
+
103
+ display: block;
104
+ padding: $spacing-03 $spacing-04;
105
+ border-left: to-rem(1.25px) solid $text-primary;
106
+ margin: $spacing-02 0;
107
+ // Novice to pro does not always use Carbon defaults/tokens
108
+ // stylelint-disable-next-line carbon/motion-duration-use, carbon/motion-easing-use
109
+ animation: fade 600ms;
110
+
111
+ /* stylelint-disable-next-line max-nesting-depth */
112
+ @media (prefers-reduced-motion: reduce) {
113
+ animation: none;
114
+ }
115
+ }
116
+ // The body has an id that must be visible to the button's "aria-controls" property.
117
+ // We *must* render the body with the id to avoid breaking accessibility.
118
+ // When closed: we render but don't display the body and we don't render the "content".
119
+ // When open: we display the body and render the content.
120
+ .#{$block-class} .#{$block-class}__keyword-closed + .#{$block-class}__body {
121
+ display: none;
122
+ }
@@ -59,7 +59,6 @@ $block-class: #{$pkg-prefix}--web-terminal;
59
59
  border-left: 1px solid $gray-90;
60
60
  color: $text-primary;
61
61
  /* stylelint-disable-next-line */
62
- background-color: $gray-100;
63
62
  }
64
63
 
65
64
  .#{$block-class}__bar {
@@ -85,7 +84,7 @@ $block-class: #{$pkg-prefix}--web-terminal;
85
84
 
86
85
  // Terminal body styles
87
86
  .#{$block-class}__body {
88
- height: 100%;
87
+ height: calc(100vh - #{$spacing-09});
89
88
  }
90
89
 
91
90
  // Terminal wrapper styles
@@ -1,7 +1,6 @@
1
1
  //
2
- // Copyright IBM Corp. 2020, 2022
2
+ // Copyright IBM Corp. 2020, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
6
6
  //
7
- @use '@carbon/styles/scss/components/code-snippet';
@@ -0,0 +1,7 @@
1
+ //
2
+ // Copyright IBM Corp. 2020, 2023
3
+ //
4
+ // This source code is licensed under the Apache-2.0 license found in the
5
+ // LICENSE file in the root directory of this source tree.
6
+ //
7
+ @use '@carbon/styles/scss/components/code-snippet';
@@ -0,0 +1,8 @@
1
+ //
2
+ // Copyright IBM Corp. 2020, 2023
3
+ //
4
+ // This source code is licensed under the Apache-2.0 license found in the
5
+ // LICENSE file in the root directory of this source tree.
6
+ //
7
+ @use './carbon-imports';
8
+ @use './canary';
@@ -0,0 +1,7 @@
1
+ //
2
+ // Copyright IBM Corp. 2020, 2023
3
+ //
4
+ // This source code is licensed under the Apache-2.0 license found in the
5
+ // LICENSE file in the root directory of this source tree.
6
+ //
7
+ @use './canary';
@@ -7,7 +7,7 @@
7
7
 
8
8
  // Package all scss files here for those that want them all bundled up.
9
9
 
10
- @use './_Canary/canary';
10
+ @use './_Canary/index-with-carbon' as *;
11
11
 
12
12
  @use './APIKeyModal/index-with-carbon' as *;
13
13
  @use './AboutModal/index-with-carbon' as *;
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2021, 2021
2
+ // Copyright IBM Corp. 2021, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
@@ -7,7 +7,7 @@
7
7
 
8
8
  // Package all scss files here for those that want them all bundled up.
9
9
 
10
- @use './_Canary/canary';
10
+ @use './_Canary';
11
11
 
12
12
  @use './APIKeyModal';
13
13
  @use './AboutModal';
@@ -50,5 +50,8 @@
50
50
  @use './EditTearsheetNarrow';
51
51
  @use './EditFullPage';
52
52
  @use './EditUpdateCards';
53
+ @use './Carousel';
53
54
  @use './Checklist';
55
+ @use './Guidebanner';
54
56
  @use './InlineTip';
57
+ @use './NonLinearReading';