gatsby-core-theme 44.4.46 → 44.4.47

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [44.4.47](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/compare/v44.4.46...v44.4.47) (2025-09-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * checkbox issue ([dac5349](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/commit/dac5349111ebd0c38bf1d84f05a35f34280dfe31))
7
+
1
8
  ## [44.4.46](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/compare/v44.4.45...v44.4.46) (2025-09-01)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-core-theme",
3
- "version": "44.4.46",
3
+ "version": "44.4.47",
4
4
  "description": "Gatsby Theme NPM Package",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -56,9 +56,7 @@ const getField = (field, handleChange, elements, state) => {
56
56
  required={!!option?.required}
57
57
  />
58
58
  <span
59
- className={`${styles.checkboxLabel || ''} ${styles.slider} ${
60
- (!state.isValid && !elements[option.id].length && styles.invalid) || ''
61
- }`}
59
+ className={`${styles.checkboxLabel || ''} ${styles.slider}`}
62
60
  />
63
61
  <span className={styles.switchLabel}>{generatePlaceholderString(
64
62
  useTranslate(option.translationKey, option.label),