@brightspace-ui/core 3.143.1 → 3.144.1

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.
@@ -14271,7 +14271,8 @@
14271
14271
  {
14272
14272
  "name": "offset",
14273
14273
  "description": "Adjust the size of the gap between the tooltip and its target (px)",
14274
- "type": "number"
14274
+ "type": "number",
14275
+ "default": "10"
14275
14276
  },
14276
14277
  {
14277
14278
  "name": "show-truncated-only",
@@ -14300,7 +14301,7 @@
14300
14301
  "type": "string"
14301
14302
  },
14302
14303
  {
14303
- "name": "position",
14304
+ "name": "positionLocation",
14304
14305
  "attribute": "position",
14305
14306
  "description": "ADVANCED: Force the tooltip to open in a certain direction. If no position is provided, the tooltip will open in the first position that has enough space for it in the order: bottom, top, right, left.",
14306
14307
  "type": "'top'|'bottom'|'left'|'right'"
@@ -14354,7 +14355,8 @@
14354
14355
  "name": "offset",
14355
14356
  "attribute": "offset",
14356
14357
  "description": "Adjust the size of the gap between the tooltip and its target (px)",
14357
- "type": "number"
14358
+ "type": "number",
14359
+ "default": "10"
14358
14360
  },
14359
14361
  {
14360
14362
  "name": "showTruncatedOnly",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.143.1",
3
+ "version": "3.144.1",
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",