@mjhls/mjh-framework 1.0.782-gating-test-v2 → 1.0.782-gating-test-v3

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/cjs/View.js CHANGED
@@ -798,7 +798,7 @@ var SocialSelectionBox = function SocialSelectionBox(_ref) {
798
798
  ),
799
799
  socialLoginProviders.credentials && React__default['default'].createElement(
800
800
  Button,
801
- { provider: 'credentials', color: 'rgba(34,34,34,.95)' },
801
+ { provider: 'Credentials', color: 'rgba(34,34,34,.95)' },
802
802
  React__default['default'].createElement(
803
803
  'div',
804
804
  { style: { textAlign: 'center', flex: '1 1 auto' } },
package/dist/esm/View.js CHANGED
@@ -788,7 +788,7 @@ var SocialSelectionBox = function SocialSelectionBox(_ref) {
788
788
  ),
789
789
  socialLoginProviders.credentials && React.createElement(
790
790
  Button,
791
- { provider: 'credentials', color: 'rgba(34,34,34,.95)' },
791
+ { provider: 'Credentials', color: 'rgba(34,34,34,.95)' },
792
792
  React.createElement(
793
793
  'div',
794
794
  { style: { textAlign: 'center', flex: '1 1 auto' } },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.782-gating-test-v2",
3
+ "version": "1.0.782-gating-test-v3",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",