@brightspace-ui/core 2.127.0 → 2.127.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.
@@ -219,6 +219,10 @@ class CollapsiblePanel extends SkeletonMixin(FocusMixin(RtlMixin(LitElement))) {
219
219
  position: relative;
220
220
  width: 0.9rem;
221
221
  }
222
+ :host([dir="rtl"]) .d2l-collapsible-panel-opener > d2l-icon-custom {
223
+ transform: scale(-1, 1);
224
+ transform-origin: center;
225
+ }
222
226
  .d2l-collapsible-panel-opener > d2l-icon-custom svg {
223
227
  position: absolute;
224
228
  transform-origin: 0.4rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.127.0",
3
+ "version": "2.127.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",