@dynamic-labs/iconic 4.67.1 → 4.67.3-device-registration.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/CHANGELOG.md +29 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +3 -3
- package/src/icons/chains/index.cjs +6 -0
- package/src/icons/chains/index.d.ts +1 -0
- package/src/icons/chains/index.js +6 -1
- package/src/index.cjs +1 -0
- package/src/index.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,33 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.67.3-device-registration.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.67.2...v4.67.3-device-registration.0) (2026-03-19)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add device registration icons ([#10637](https://github.com/dynamic-labs/dynamic-auth/issues/10637)) ([01bfe15](https://github.com/dynamic-labs/dynamic-auth/commit/01bfe155722111f321d289629bed95e8b9e4344d))
|
|
8
|
+
* add DeviceRegistrationView ([#10638](https://github.com/dynamic-labs/dynamic-auth/issues/10638)) ([11ccbbc](https://github.com/dynamic-labs/dynamic-auth/commit/11ccbbcc5cfaeab9fbeb01c040225a731137b465))
|
|
9
|
+
* add Prompt MFA and Prompt Reauthenticate to Step Up Auth methods ([#10645](https://github.com/dynamic-labs/dynamic-auth/issues/10645)) ([c97d8ee](https://github.com/dynamic-labs/dynamic-auth/commit/c97d8ee27f48d376259a921b01d151b4cf7fa27b))
|
|
10
|
+
* add step-up auth for email and SMS credential updates ([#10676](https://github.com/dynamic-labs/dynamic-auth/issues/10676)) ([4c7f0a5](https://github.com/dynamic-labs/dynamic-auth/commit/4c7f0a5330e557aea4db85359f7ac10d3c7545a5))
|
|
11
|
+
* add step-up auth for wallet link and unlink ([#10678](https://github.com/dynamic-labs/dynamic-auth/issues/10678)) ([8a015ca](https://github.com/dynamic-labs/dynamic-auth/commit/8a015ca0fd0bda71559c21b811b7e6acb43a7909))
|
|
12
|
+
* add TrustedDevicesSection and ManageTrustedDevicesView ([#10639](https://github.com/dynamic-labs/dynamic-auth/issues/10639)) ([17df870](https://github.com/dynamic-labs/dynamic-auth/commit/17df870caa34a8428d65510e5b3c9e9c7b93cea2))
|
|
13
|
+
* add useSyncDeviceRegistrationFlow ([#10640](https://github.com/dynamic-labs/dynamic-auth/issues/10640)) ([8c7752d](https://github.com/dynamic-labs/dynamic-auth/commit/8c7752d7a8afedaa3cc99fad83091586f7b6107e))
|
|
14
|
+
* **sdk-react-core:** prompt step-up auth before export private key ([#10647](https://github.com/dynamic-labs/dynamic-auth/issues/10647)) ([a39d886](https://github.com/dynamic-labs/dynamic-auth/commit/a39d88643af83484aae09332adcd05df8c0f923c))
|
|
15
|
+
* **step-up:** reauth flow with signInCredentialId and choose-method UI ([#10644](https://github.com/dynamic-labs/dynamic-auth/issues/10644)) ([086a97f](https://github.com/dynamic-labs/dynamic-auth/commit/086a97f27d908780b17f49f8a85ce88c34f61ed8))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* close auth flow on re-login when user already has embedded wallets ([#10641](https://github.com/dynamic-labs/dynamic-auth/issues/10641)) ([1aab930](https://github.com/dynamic-labs/dynamic-auth/commit/1aab9307c904f79bc0534026547fc112c55f6dc9))
|
|
21
|
+
* remove WalletConnect QR code fallback for Solflare wallet ([#10627](https://github.com/dynamic-labs/dynamic-auth/issues/10627)) ([6d83ead](https://github.com/dynamic-labs/dynamic-auth/commit/6d83ead833f560ee3c22e12262300e58fe21caa1))
|
|
22
|
+
* sync logout state between SDKs ([#10646](https://github.com/dynamic-labs/dynamic-auth/issues/10646)) ([44d0183](https://github.com/dynamic-labs/dynamic-auth/commit/44d01831cc672c1c9f015dee4e4c54582fd9e36a))
|
|
23
|
+
|
|
24
|
+
### [4.67.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.67.1...v4.67.2) (2026-03-13)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* add fallback connectors for all chains and fix wallet.chain mismatch for SUI wallets ([#10629](https://github.com/dynamic-labs/dynamic-auth/issues/10629)) ([dcdf5fc](https://github.com/dynamic-labs/dynamic-auth/commit/dcdf5fc5c424379cde2eecfd2d3b14fb6fe3819b))
|
|
30
|
+
|
|
2
31
|
### [4.67.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.67.0...v4.67.1) (2026-03-10)
|
|
3
32
|
|
|
4
33
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/iconic",
|
|
3
|
-
"version": "4.67.
|
|
3
|
+
"version": "4.67.3-device-registration.0",
|
|
4
4
|
"description": "A React SDK for implementing wallet web3 authentication and authorization to your website.",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"react-dom": ">=18.0.0 <20.0.0"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@dynamic-labs/assert-package-version": "4.67.
|
|
26
|
-
"@dynamic-labs/logger": "4.67.
|
|
25
|
+
"@dynamic-labs/assert-package-version": "4.67.3-device-registration.0",
|
|
26
|
+
"@dynamic-labs/logger": "4.67.3-device-registration.0",
|
|
27
27
|
"sharp": "0.33.5",
|
|
28
28
|
"url": "0.11.0"
|
|
29
29
|
}
|
|
@@ -140,6 +140,11 @@ const SuiIcon = Iconic.createIconic({
|
|
|
140
140
|
iconName: 'sui',
|
|
141
141
|
sourcePath: 'icons/chains/sui.svg',
|
|
142
142
|
});
|
|
143
|
+
const TempoIcon = Iconic.createIconic({
|
|
144
|
+
alt: 'Tempo Chain',
|
|
145
|
+
iconName: 'tempo',
|
|
146
|
+
sourcePath: 'icons/chains/tempo.svg',
|
|
147
|
+
});
|
|
143
148
|
const TonIcon = Iconic.createIconic({
|
|
144
149
|
alt: 'Ton Chain',
|
|
145
150
|
iconName: 'ton',
|
|
@@ -183,6 +188,7 @@ exports.SparkIcon = SparkIcon;
|
|
|
183
188
|
exports.StarknetIcon = StarknetIcon;
|
|
184
189
|
exports.StellarIcon = StellarIcon;
|
|
185
190
|
exports.SuiIcon = SuiIcon;
|
|
191
|
+
exports.TempoIcon = TempoIcon;
|
|
186
192
|
exports.TonIcon = TonIcon;
|
|
187
193
|
exports.TronIcon = TronIcon;
|
|
188
194
|
exports.ZkSyncIcon = ZkSyncIcon;
|
|
@@ -26,6 +26,7 @@ export declare const SparkIcon: Iconic;
|
|
|
26
26
|
export declare const StarknetIcon: Iconic;
|
|
27
27
|
export declare const StellarIcon: Iconic;
|
|
28
28
|
export declare const SuiIcon: Iconic;
|
|
29
|
+
export declare const TempoIcon: Iconic;
|
|
29
30
|
export declare const TonIcon: Iconic;
|
|
30
31
|
export declare const TronIcon: Iconic;
|
|
31
32
|
export declare const ZkSyncIcon: Iconic;
|
|
@@ -136,6 +136,11 @@ const SuiIcon = createIconic({
|
|
|
136
136
|
iconName: 'sui',
|
|
137
137
|
sourcePath: 'icons/chains/sui.svg',
|
|
138
138
|
});
|
|
139
|
+
const TempoIcon = createIconic({
|
|
140
|
+
alt: 'Tempo Chain',
|
|
141
|
+
iconName: 'tempo',
|
|
142
|
+
sourcePath: 'icons/chains/tempo.svg',
|
|
143
|
+
});
|
|
139
144
|
const TonIcon = createIconic({
|
|
140
145
|
alt: 'Ton Chain',
|
|
141
146
|
iconName: 'ton',
|
|
@@ -152,4 +157,4 @@ const ZkSyncIcon = createIconic({
|
|
|
152
157
|
sourcePath: 'icons/chains/zkSync.svg',
|
|
153
158
|
});
|
|
154
159
|
|
|
155
|
-
export { AleoIcon, AlgorandIcon, AptosIcon, ArbitrumIcon, AuroraIcon, AxelarIcon, BaseChainIcon, BerachainIcon, BitcoinIcon, BnbIcon, CosmosIcon, EclipseIcon, EthereumIcon, FlowIcon, GnosisIcon, GoerliIcon, MidnightIcon, OptimismIcon, OsmosisIcon, PalmIcon, PolygonIcon, SeiIcon, SolanaIcon, SparkIcon, StarknetIcon, StellarIcon, SuiIcon, TonIcon, TronIcon, ZkSyncIcon };
|
|
160
|
+
export { AleoIcon, AlgorandIcon, AptosIcon, ArbitrumIcon, AuroraIcon, AxelarIcon, BaseChainIcon, BerachainIcon, BitcoinIcon, BnbIcon, CosmosIcon, EclipseIcon, EthereumIcon, FlowIcon, GnosisIcon, GoerliIcon, MidnightIcon, OptimismIcon, OsmosisIcon, PalmIcon, PolygonIcon, SeiIcon, SolanaIcon, SparkIcon, StarknetIcon, StellarIcon, SuiIcon, TempoIcon, TonIcon, TronIcon, ZkSyncIcon };
|
package/src/index.cjs
CHANGED
|
@@ -52,6 +52,7 @@ exports.SparkIcon = index$1.SparkIcon;
|
|
|
52
52
|
exports.StarknetIcon = index$1.StarknetIcon;
|
|
53
53
|
exports.StellarIcon = index$1.StellarIcon;
|
|
54
54
|
exports.SuiIcon = index$1.SuiIcon;
|
|
55
|
+
exports.TempoIcon = index$1.TempoIcon;
|
|
55
56
|
exports.TonIcon = index$1.TonIcon;
|
|
56
57
|
exports.TronIcon = index$1.TronIcon;
|
|
57
58
|
exports.ZkSyncIcon = index$1.ZkSyncIcon;
|
package/src/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { assertPackageVersion } from '@dynamic-labs/assert-package-version';
|
|
3
3
|
import { version } from '../package.js';
|
|
4
4
|
export { BraveIcon, ChromeIcon, EdgeIcon, FirefoxIcon, OperaIcon, SafariIcon } from './icons/browsers/index.js';
|
|
5
|
-
export { AleoIcon, AlgorandIcon, AptosIcon, ArbitrumIcon, AuroraIcon, AxelarIcon, BaseChainIcon, BerachainIcon, BitcoinIcon, BnbIcon, CosmosIcon, EclipseIcon, EthereumIcon, FlowIcon, GnosisIcon, GoerliIcon, MidnightIcon, OptimismIcon, OsmosisIcon, PalmIcon, PolygonIcon, SeiIcon, SolanaIcon, SparkIcon, StarknetIcon, StellarIcon, SuiIcon, TonIcon, TronIcon, ZkSyncIcon } from './icons/chains/index.js';
|
|
5
|
+
export { AleoIcon, AlgorandIcon, AptosIcon, ArbitrumIcon, AuroraIcon, AxelarIcon, BaseChainIcon, BerachainIcon, BitcoinIcon, BnbIcon, CosmosIcon, EclipseIcon, EthereumIcon, FlowIcon, GnosisIcon, GoerliIcon, MidnightIcon, OptimismIcon, OsmosisIcon, PalmIcon, PolygonIcon, SeiIcon, SolanaIcon, SparkIcon, StarknetIcon, StellarIcon, SuiIcon, TempoIcon, TonIcon, TronIcon, ZkSyncIcon } from './icons/chains/index.js';
|
|
6
6
|
export { BanxaIcon, CoinbasePayIcon, CryptoDotComIcon } from './icons/onramps/index.js';
|
|
7
7
|
export { AppleDarkSocialIcon, AppleSocialIcon, BinanceSocialIcon, BitbucketIcon, CoinbaseSocialDarkIcon, CoinbaseSocialIcon, DiscordIcon, EpicGamesDarkIcon, EpicGamesIcon, FacebookIcon, FarcasterIcon, GithubDarkIcon, GithubIcon, GitlabIcon, GoogleIcon, HelpdeskIcon, InstagramIcon, KrakenDarkIcon, KrakenIcon, LineIcon, LinkedinIcon, MicrosoftIcon, OktaIcon, OnePasswordDarkIcon, OnePasswordIcon, ShopifyIcon, SlackIcon, SpotifyDarkIcon, SpotifyIcon, SteamDarkIcon, SteamIcon, TelegramIcon, TikTokDarkIcon, TikTokIcon, TwitchDarkIcon, TwitchIcon, TwitterDarkIcon, TwitterIcon, YouTubeIcon } from './icons/social/index.js';
|
|
8
8
|
export { AbstractIcon, AmbireIcon, ArgentMobile, ArgentWebWallet, ArgentXIcon, BackpackIcon, BinanceIcon, BitGetWalletIcon, BitPayIcon, BloctoIcon, BraavosIcon, ByBitIcon, CloverWalletIcon, Coin98Icon, CoinbaseIcon, CoinbaseWaaSIcon, CryptoIcon, DapperIcon, DawnIcon, DefaultIcon, DynamicWaasIcon, EdenOnlineIcon, EmailSignIcon, ExodusIcon, FireblocksIcon, FlowWalletIcon, FordefiIcon, FortmaticIcon, FrameIcon, FreighterIcon, GamestopIcon, GlowIcon, ImTokenWallet, InfinexIcon, InjectedWalletIcon, IntersendIcon, KeplrIcon, LeatherIcon, LedgerIcon, LilicoIcon, LinenIcon, LobstrIcon, MagicEdenIcon, MagicLinkIcon, MathWalletIcon, MaticIcon, MetaMaskIcon, MetaMaskStarknetIcon, MissingIcon, MyalgoIcon, NightlyIcon, OkxIcon, OmniIcon, OneInchIcon, OneKeyIcon, OpeanSeaIcon, OylIcon, PasskeysWalletIcon, PeraIcon, PhantomIcon, PontemIcon, RabbyIcon, RainbowIcon, SafeIcon, SequenceIcon, ShieldIcon, SignInWithEmailIcon, SlushIcon, SmartWalletIcon, SolflareIcon, SpotIcon, StrokeIcon, SuietIcon, SuperbIcon, TallyCashIcon, TerraIcon, TorusIcon, TronLinkIcon, TrustIcon, TurnkeyIcon, UnisatIcon, UnknownWalletIcon, UnstoppableIcon, VenlyIcon, WalletConnectIcon, XverseEdenIcon, ZengoIcon, ZeroDevIcon } from './icons/wallets/index.js';
|