@internetstiftelsen/styleguide 2.23.10 → 2.23.11
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/package.json
CHANGED
|
@@ -237,7 +237,7 @@ export default class Form {
|
|
|
237
237
|
help.innerHTML = '';
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
const fieldGroup = input.closest('
|
|
240
|
+
const fieldGroup = input.closest('[class*="field-group"]');
|
|
241
241
|
|
|
242
242
|
if (fieldGroup) {
|
|
243
243
|
fieldGroup.classList.remove('is-invalid');
|
package/src/.DS_Store
DELETED
|
Binary file
|
package/src/brandbook/.DS_Store
DELETED
|
Binary file
|