@brightspace-ui/core 2.159.3 → 2.160.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.
@@ -21,7 +21,7 @@ A switch is used to toggle between two states, on and off, just like a light swi
|
|
21
21
|
<!-- docs: end dos -->
|
22
22
|
|
23
23
|
<!-- docs: start donts -->
|
24
|
-
* Don't toggle the language in the label, it should remain
|
24
|
+
* Don't toggle the language in the label, it should remain static
|
25
25
|
* Don't use a switch in a form, use a checkbox or radio options in stead
|
26
26
|
<!-- docs: end donts -->
|
27
27
|
<!-- docs: end best practices -->
|
@@ -89,7 +89,7 @@ See also [Visibility Switch with Conditions](https://daylight.d2l.dev/components
|
|
89
89
|
### Slots
|
90
90
|
|
91
91
|
- Optional default slot content - Content that will be displayed within the "conditions" opener tooltip when the switch is on.
|
92
|
-
|
92
|
+
|
93
93
|
<!-- docs: end hidden content -->
|
94
94
|
|
95
95
|
### Visibility Switch with Conditions
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.160.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",
|