@brightspace-ui/core 2.71.1 → 2.71.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.
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import '../colors/colors.js';
|
|
1
2
|
import '../tooltip/tooltip.js';
|
|
2
3
|
import { css, html, LitElement } from 'lit';
|
|
3
4
|
import { classMap } from 'lit/directives/class-map.js';
|
|
@@ -224,7 +225,9 @@ class InputText extends FocusMixin(LabelledMixin(FormElementMixin(SkeletonMixin(
|
|
|
224
225
|
right: 0;
|
|
225
226
|
}
|
|
226
227
|
.d2l-input-unit {
|
|
227
|
-
|
|
228
|
+
color: var(--d2l-color-galena);
|
|
229
|
+
font-size: 0.7rem;
|
|
230
|
+
margin-top: 0.05rem;
|
|
228
231
|
}
|
|
229
232
|
.d2l-input-inside-before .d2l-input-unit {
|
|
230
233
|
margin-left: 12px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.71.
|
|
3
|
+
"version": "2.71.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",
|