@brightspace-ui/core 2.18.1 → 2.18.2

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.
@@ -156,7 +156,6 @@ class HtmlBlock extends RtlMixin(LitElement) {
156
156
  overflow-wrap: break-word;
157
157
  overflow-x: auto;
158
158
  overflow-y: hidden;
159
- position: relative;
160
159
  text-align: left;
161
160
  }
162
161
  :host([hidden]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.18.1",
3
+ "version": "2.18.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",
@@ -60,7 +60,7 @@
60
60
  "lit-analyzer": "^1",
61
61
  "messageformat-validator": "^2",
62
62
  "node-sass": "^7",
63
- "sinon": "^13",
63
+ "sinon": "^14",
64
64
  "stylelint": "^14"
65
65
  },
66
66
  "dependencies": {