@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.
@@ -1,5 +1,5 @@
1
- import { Animated, useDevModeWarning, useCard, LOCALIZATION_NEEDED, GlobalError, LinkButton, CaretRightLegacySm, PasswordField, useEnvironment, useAttributes, useDisplayConfig, EmailField, UsernameField, PhoneNumberField, EmailOrPhoneNumberField, RouterLink, PenSm, OTPField, useFocusInput, link, stringToFormattedPhoneString } from '../chunk-F2ASRJ6X.mjs';
2
- import { useLocalizations, Root2, Label, Input, Message, AppearanceProvider, Root as Root$1, Content, Header, Title, Description, Body, Footer, FooterAction, Logo, Button as Button$1, FooterActionText, FooterActionButton, Separator, Connections, Actions, useEnabledConnections, useAppearance, useOptions, FooterActionLink, Icon, Checkbox } from '../chunk-XSP6YUEA.mjs';
1
+ import { Animated, useDevModeWarning, useCard, LOCALIZATION_NEEDED, GlobalError, LinkButton, CaretRightLegacySm, PasswordField, useEnvironment, useAttributes, useDisplayConfig, EmailField, UsernameField, PhoneNumberField, EmailOrPhoneNumberField, RouterLink, PenSm, OTPField, useFocusInput, link, stringToFormattedPhoneString } from '../chunk-DQ7KNLMX.mjs';
2
+ import { useLocalizations, Root2, Label, Input, Message, AppearanceProvider, Root as Root$1, Content, Header, Title, Description, Body, Footer, FooterAction, Logo, Button as Button$1, FooterActionText, FooterActionButton, Separator, Connections, Actions, useEnabledConnections, useAppearance, useOptions, FooterActionLink, Icon, Checkbox } from '../chunk-ECG3QVQ7.mjs';
3
3
  import * as SignIn6 from '@clerk/elements/sign-in';
4
4
  import { Root } from '@clerk/elements/sign-in';
5
5
  import * as React6 from 'react';
@@ -13,6 +13,8 @@ var clsx = require('clsx');
13
13
  var cva = require('cva');
14
14
  var jsxRuntime = require('react/jsx-runtime');
15
15
  var reactAria = require('react-aria');
16
+ var oauth = require('@clerk/shared/oauth');
17
+ var web3 = require('@clerk/shared/web3');
16
18
  var react$1 = require('@formkit/auto-animate/react');
17
19
  var cmdk = require('cmdk');
18
20
  var reactAriaComponents = require('react-aria-components');
@@ -2998,7 +3000,7 @@ var DESCRIPTORS = [
2998
3000
  "buttonIconStart",
2999
3001
  "buttonIconEnd",
3000
3002
  "buttonSpinner",
3001
- ...[...types.OAUTH_PROVIDERS, ...types.WEB3_PROVIDERS].map(({ provider }) => `buttonConnection__${provider}`),
3003
+ ...[...oauth.OAUTH_PROVIDERS, ...web3.WEB3_PROVIDERS].map(({ provider }) => `buttonConnection__${provider}`),
3002
3004
  // Connection
3003
3005
  "connectionList",
3004
3006
  "connectionListItem",