@brightspace-ui/core 2.128.1 → 2.128.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.
@@ -309,7 +309,7 @@ More than one `d2l-collapsible-panel-summary-item` can be added to the `summary`
309
309
  </d2l-collapsible-panel>
310
310
  ```
311
311
 
312
- ## Header and actions slots
312
+ ## Header and Actions Slots
313
313
 
314
314
  Collapsible panels have two optional slots, `header` and `actions` that can be used to add more information to the header area.
315
315
 
@@ -359,9 +359,9 @@ Collapsible panels have two optional slots, `header` and `actions` that can be u
359
359
  </d2l-collapsible-panel>
360
360
  ```
361
361
 
362
- ## Group [d2l-collapsible-panel-group]
362
+ ## Group of Panels [d2l-collapsible-panel-group]
363
363
 
364
- In situations with multiple collapsible panels, use the `d2l-collapsible-panel-group` component to automatically handle spacing and layout.
364
+ Use the `d2l-collapsible-panel-group` component to automatically handle spacing and layout for multiple panels.
365
365
 
366
366
  <!-- docs: demo live -->
367
367
  ```html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.128.1",
3
+ "version": "2.128.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",