@brightspace-ui/core 3.146.1 → 3.147.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.
@@ -212,6 +212,22 @@ class Tabs extends LocalizeCoreElement(ArrowKeysMixin(SkeletonMixin(LitElement))
212
212
  }
213
213
 
214
214
  }
215
+
216
+ @media (prefers-contrast: more) {
217
+ .d2l-tabs-scroll-previous-container,
218
+ .d2l-tabs-scroll-next-container {
219
+ margin-inline: 0;
220
+ padding-inline: 4px;
221
+ }
222
+ .d2l-tabs-scroll-next-container {
223
+ border-inline-start: 1px solid var(--d2l-color-gypsum);
224
+ padding-inline-start: 11px;
225
+ }
226
+ .d2l-tabs-scroll-previous-container {
227
+ border-inline-end: 1px solid var(--d2l-color-gypsum);
228
+ padding-inline-end: 11px;
229
+ }
230
+ }
215
231
  `];
216
232
  }
217
233
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.146.1",
3
+ "version": "3.147.0",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",