@clerk/ui 0.1.28 → 0.2.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/dist/{chunk-F2ASRJ6X.mjs → chunk-DQ7KNLMX.mjs} +3 -3
- package/dist/{chunk-F2ASRJ6X.mjs.map → chunk-DQ7KNLMX.mjs.map} +1 -1
- package/dist/{chunk-XSP6YUEA.mjs → chunk-ECG3QVQ7.mjs} +6 -4
- package/dist/chunk-ECG3QVQ7.mjs.map +1 -0
- package/dist/components/sign-in.js +3 -1
- package/dist/components/sign-in.js.map +1 -1
- package/dist/components/sign-in.mjs +2 -2
- package/dist/components/sign-up.js +3 -1
- package/dist/components/sign-up.js.map +1 -1
- package/dist/components/sign-up.mjs +2 -2
- package/dist/contexts.js +3 -2
- package/dist/contexts.js.map +1 -1
- package/dist/contexts.mjs +1 -1
- package/dist/styles.css +1 -1
- package/package.json +7 -7
- package/dist/chunk-XSP6YUEA.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { useEnvironment, useAttributes, useDevModeWarning, useCard, LOCALIZATION_NEEDED, GlobalError, UsernameField, PhoneNumberField, EmailField, PasswordField, CaretRightLegacySm, RouterLink, useSignUpAttributes, useDisplayConfig, EmailOrPhoneNumberField, PenSm, OTPField, LinkButton, Animated, parsePhoneString } from '../chunk-
|
|
2
|
-
import { AppearanceProvider, useOptions, useLocalizations, Root as Root$1, Content, Header, Logo, Title, Description, Body, Actions, Button, Footer, FooterAction, FooterActionText, FooterActionLink, useEnabledConnections, useAppearance, Connections, Separator, Root2, Label, Hint, Input, Message, Checkbox } from '../chunk-
|
|
1
|
+
import { useEnvironment, useAttributes, useDevModeWarning, useCard, LOCALIZATION_NEEDED, GlobalError, UsernameField, PhoneNumberField, EmailField, PasswordField, CaretRightLegacySm, RouterLink, useSignUpAttributes, useDisplayConfig, EmailOrPhoneNumberField, PenSm, OTPField, LinkButton, Animated, parsePhoneString } from '../chunk-DQ7KNLMX.mjs';
|
|
2
|
+
import { AppearanceProvider, useOptions, useLocalizations, Root as Root$1, Content, Header, Logo, Title, Description, Body, Actions, Button, Footer, FooterAction, FooterActionText, FooterActionLink, useEnabledConnections, useAppearance, Connections, Separator, Root2, Label, Hint, Input, Message, Checkbox } from '../chunk-ECG3QVQ7.mjs';
|
|
3
3
|
import * as SignUp3 from '@clerk/elements/sign-up';
|
|
4
4
|
import { Root } from '@clerk/elements/sign-up';
|
|
5
5
|
import * as Common from '@clerk/elements/common';
|
package/dist/contexts.js
CHANGED
|
@@ -7,7 +7,8 @@ var clsx = require('clsx');
|
|
|
7
7
|
var cva = require('cva');
|
|
8
8
|
var jsxRuntime = require('react/jsx-runtime');
|
|
9
9
|
var reactAria = require('react-aria');
|
|
10
|
-
var
|
|
10
|
+
var oauth = require('@clerk/shared/oauth');
|
|
11
|
+
var web3 = require('@clerk/shared/web3');
|
|
11
12
|
|
|
12
13
|
function _interopNamespace(e) {
|
|
13
14
|
if (e && e.__esModule) return e;
|
|
@@ -1457,7 +1458,7 @@ var DESCRIPTORS = [
|
|
|
1457
1458
|
"buttonIconStart",
|
|
1458
1459
|
"buttonIconEnd",
|
|
1459
1460
|
"buttonSpinner",
|
|
1460
|
-
...[...
|
|
1461
|
+
...[...oauth.OAUTH_PROVIDERS, ...web3.WEB3_PROVIDERS].map(({ provider }) => `buttonConnection__${provider}`),
|
|
1461
1462
|
// Connection
|
|
1462
1463
|
"connectionList",
|
|
1463
1464
|
"connectionListItem",
|