@brightspace-ui/core 2.83.2 → 2.83.3
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.
|
@@ -23,12 +23,12 @@ class Input extends SkeletonMixin(LabelledMixin(LitElement)) {
|
|
|
23
23
|
* State of the input
|
|
24
24
|
* @type {boolean}
|
|
25
25
|
*/
|
|
26
|
-
selected: { type: Boolean },
|
|
26
|
+
selected: { type: Boolean, reflect: true },
|
|
27
27
|
/**
|
|
28
28
|
* Disables the input
|
|
29
29
|
* @type {boolean}
|
|
30
30
|
*/
|
|
31
|
-
disabled: { type: Boolean },
|
|
31
|
+
disabled: { type: Boolean, reflect: true },
|
|
32
32
|
/**
|
|
33
33
|
* Private. Force hovering state of input
|
|
34
34
|
* @ignore
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.83.
|
|
3
|
+
"version": "2.83.3",
|
|
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",
|