@brightspace-ui/core 3.48.1 → 3.48.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -278,7 +278,7 @@ class Calendar extends LocalizeCoreElement(RtlMixin(LitElement)) {
278
278
  margin-left: auto;
279
279
  margin-right: auto;
280
280
  opacity: 0;
281
- padding: 4px;
281
+ padding: 3px;
282
282
  position: relative;
283
283
  text-align: center;
284
284
  -webkit-user-select: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.48.1",
3
+ "version": "3.48.2",
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",