@brightspace-ui/core 2.188.0 → 2.188.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.
@@ -136,6 +136,12 @@ The `d2l-collapsible-panel` element is a container that provides specific layout
136
136
  | `panel-title` | String | The title of the panel |
137
137
  | `skeleton` | Boolean | Renders the panel title and the expand/collapse icon as skeleton loaders |
138
138
  | `type` | String | The type of collapsible panel |
139
+
140
+ ### Events
141
+ | Event | Description |
142
+ |--|--|
143
+ | `d2l-collapsible-panel-expand` | Dispatched when the panel is expanded |
144
+ | `d2l-collapsible-panel-collapse` | Dispatched when the panel is collapsed |
139
145
  <!-- docs: end hidden content -->
140
146
 
141
147
  ### Panel Types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.188.0",
3
+ "version": "2.188.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",