@pelcro/react-pelcro-js 2.6.0-beta.9 → 2.7.0-beta.1

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/dist/pelcro.css CHANGED
@@ -648,6 +648,10 @@ Add the correct display in Chrome and Safari.
648
648
  --plc-primary-lightness: 44%;
649
649
  }
650
650
 
651
+ .grecaptcha-badge {
652
+ visibility: hidden;
653
+ }
654
+
651
655
  /* sub-components and components */
652
656
 
653
657
  .pelcro-root .pelcro-badge-wrapper {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "2.6.0-beta.9",
4
+ "version": "2.7.0-beta.1",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",