@brightspace-ui/core 3.147.0 → 3.147.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.
@@ -214,7 +214,7 @@ To make your usage of `d2l-dropdown-more` accessible, use the following property
214
214
 
215
215
  | Property | Type | Description |
216
216
  |---|---|---|
217
- | `align` | String | Optionally align dropdown to either `start` or `end`. If not set, the dropdown will attempt be centred |
217
+ | `align` | String | Optionally align dropdown to either `start` or `end`. If not set, the dropdown will attempt to be centred. |
218
218
  | `boundary` | Object | Optionally provide boundaries to where the dropdown will appear. Valid properties are `"above"`, `"below"`, `"left"` and `"right"`. |
219
219
  | `max-height` | Number | Override default `max-height`. _Note that the default behaviour is to be as tall as necessary within the viewport, so this property is usually not needed_ |
220
220
  | `min-height` | Number | Override default height used for required space when `no-auto-fit` is true. Specify a number that would be the px value. _Note that the default behaviour is to be as tall as necessary within the viewport, so this property is usually not needed._ |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.147.0",
3
+ "version": "3.147.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",
@@ -61,7 +61,7 @@
61
61
  "rollup-plugin-copy": "^3",
62
62
  "rollup-plugin-delete": "^3",
63
63
  "sass": "^1",
64
- "sinon": "^20",
64
+ "sinon": "^21",
65
65
  "stylelint": "^16",
66
66
  "web-component-analyzer": "^2"
67
67
  },