@brightspace-ui/core 2.159.1 → 2.159.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.
@@ -6,6 +6,7 @@ import { FormMixin } from './form-mixin.js';
6
6
  * A component that can be used to build sections containing interactive controls that are validated and submitted as a group.
7
7
  * Values of these interactive controls are aggregated but the user is responsible for handling submission via the @d2l-form-submit event.
8
8
  * @slot - The native and custom form elements that participate in validation and submission
9
+ * @fires d2l-form-connect - Internal event
9
10
  */
10
11
  class Form extends FormMixin(LitElement) {
11
12
 
@@ -4342,7 +4342,8 @@
4342
4342
  ],
4343
4343
  "events": [
4344
4344
  {
4345
- "name": "d2l-form-connect"
4345
+ "name": "d2l-form-connect",
4346
+ "description": "Internal event"
4346
4347
  },
4347
4348
  {
4348
4349
  "name": "d2l-form-invalid",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.159.1",
3
+ "version": "2.159.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",