@brightspace-ui/core 2.67.1 → 2.67.3

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.
@@ -60,6 +60,7 @@ class LoadMore extends FocusMixin(FocusVisiblePolyfillMixin(LocalizeCoreElement(
60
60
  background-color: var(--d2l-color-regolith);
61
61
  border: 1px solid var(--d2l-color-sylvite);
62
62
  display: flex;
63
+ font-family: inherit;
63
64
  gap: 0.5rem;
64
65
  justify-content: center;
65
66
  width: 100%;
@@ -164,7 +164,6 @@ class Tabs extends LocalizeCoreElement(ArrowKeysMixin(RtlMixin(FocusVisiblePolyf
164
164
  background-color: transparent;
165
165
  border: 1px solid transparent;
166
166
  border-radius: 15px;
167
- box-shadow: 0 0 0 4px rgba(0, 0, 0, 0);
168
167
  box-sizing: border-box;
169
168
  cursor: pointer;
170
169
  display: inline-block;
@@ -191,7 +190,7 @@ class Tabs extends LocalizeCoreElement(ArrowKeysMixin(RtlMixin(FocusVisiblePolyf
191
190
  background-color: var(--d2l-color-gypsum);
192
191
  }
193
192
  .d2l-tabs-scroll-button.focus-visible {
194
- border-color: var(--d2l-color-celestine);
193
+ box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--d2l-color-celestine);
195
194
  }
196
195
  .d2l-panels-container-no-whitespace ::slotted(*) {
197
196
  margin-top: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.67.1",
3
+ "version": "2.67.3",
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",