@brightspace-ui/core 3.82.0 → 3.83.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.
- package/components/form/form.js +0 -3
- package/package.json +1 -1
package/components/form/form.js
CHANGED
|
@@ -193,9 +193,6 @@ class Form extends FormMixin(LitElement) {
|
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
_setupDialogValidationReset() {
|
|
196
|
-
const flag = window.D2L?.LP?.Web?.UI?.Flags.Flag('GAUD-6979-dialog-close-reset-validation', true) ?? true;
|
|
197
|
-
if (!flag) return;
|
|
198
|
-
|
|
199
196
|
const dialogAncestor = findComposedAncestor(
|
|
200
197
|
this,
|
|
201
198
|
node => node?._isDialogMixin
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.83.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",
|