@brightspace-ui/core 2.181.0 → 2.182.0
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.
@@ -22,6 +22,7 @@ A switch is used to toggle between two states, on and off, just like a light swi
|
|
22
22
|
|
23
23
|
<!-- docs: start donts -->
|
24
24
|
* Don't toggle the language in the label, it should remain static
|
25
|
+
* The [Visibility Switch](#d2l-switch-visibility) is a necessary exception to this rule
|
25
26
|
* Don't use a switch in a form, use a checkbox or radio options in stead
|
26
27
|
<!-- docs: end donts -->
|
27
28
|
<!-- docs: end best practices -->
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.182.0",
|
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",
|