@brightspace-ui/core 2.21.0 → 2.21.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.
@@ -123,6 +123,7 @@ class InputTextArea extends FocusMixin(LabelledMixin(FormElementMixin(SkeletonMi
123
123
  /* mirror dimensions must match textarea - match border + padding */
124
124
  .d2l-input-textarea-mirror {
125
125
  line-height: 1rem;
126
+ overflow: hidden;
126
127
  padding-bottom: 0.5rem;
127
128
  padding-top: 0.5rem;
128
129
  visibility: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.21.0",
3
+ "version": "2.21.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",