@brightspace-ui/core 2.54.2 → 2.54.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.
@@ -183,9 +183,10 @@ class Tooltip extends RtlMixin(LitElement) {
183
183
  --d2l-tooltip-outline-color: rgba(255, 255, 255, 0.32);
184
184
  box-sizing: border-box;
185
185
  color: white;
186
- display: none;
186
+ display: inline-block;
187
187
  position: absolute;
188
188
  text-align: left;
189
+ visibility: hidden;
189
190
  white-space: normal;
190
191
  z-index: 1001; /* position on top of floating buttons */
191
192
  }
@@ -200,7 +201,7 @@ class Tooltip extends RtlMixin(LitElement) {
200
201
  }
201
202
 
202
203
  :host([showing]) {
203
- display: inline-block;
204
+ visibility: visible;
204
205
  }
205
206
 
206
207
  .d2l-tooltip-pointer {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.54.2",
3
+ "version": "2.54.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",
@@ -47,8 +47,8 @@
47
47
  "@brightspace-ui/stylelint-config": "^0.7",
48
48
  "@open-wc/testing": "^3",
49
49
  "@web/dev-server": "^0.1",
50
- "@web/test-runner": "^0.14",
51
- "@web/test-runner-playwright": "^0.8",
50
+ "@web/test-runner": "^0.15",
51
+ "@web/test-runner-playwright": "^0.9",
52
52
  "axe-core": "^4",
53
53
  "chalk": "^5",
54
54
  "eslint": "^8",