@brightspace-ui/core 3.36.1 → 3.36.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -194,6 +194,9 @@ class InputNumber extends FocusMixin(LabelledMixin(SkeletonMixin(FormElementMixi
194
194
  :host([hidden]) {
195
195
  display: none;
196
196
  }
197
+ d2l-input-text:not([skeleton]) {
198
+ width: auto;
199
+ }
197
200
  `
198
201
  ];
199
202
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.36.1",
3
+ "version": "3.36.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",