@dynamic-labs/iconic 1.3.1 → 1.4.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 +16 -0
- package/package.json +2 -2
- package/src/icons/social/index.cjs +6 -0
- package/src/icons/social/index.d.ts +1 -0
- package/src/icons/social/index.js +6 -1
- package/src/index.cjs +1 -0
- package/src/index.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## [1.4.0](https://github.com/dynamic-labs/DynamicAuth/compare/v1.3.1...v1.4.0) (2024-03-21)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add sign-in with farcaster ([#5059](https://github.com/dynamic-labs/DynamicAuth/issues/5059)) ([83245aa](https://github.com/dynamic-labs/DynamicAuth/commit/83245aa9f973ca349abcbaccf5d150b4a31beb0e)), closes [#4947](https://github.com/dynamic-labs/DynamicAuth/issues/4947)
|
|
8
|
+
* add prop to hide embedded wallet transaction UIs ([#4928](https://github.com/dynamic-labs/DynamicAuth/issues/4928)) ([b0ad954](https://github.com/dynamic-labs/DynamicAuth/commit/b0ad95494ebf991e61f09a23999c3526498f2db9)), closes [#4924](https://github.com/dynamic-labs/DynamicAuth/issues/4924)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* multiple wallet improvements
|
|
14
|
+
* multiple ui/ux improvements
|
|
15
|
+
* miscellaneous copy and localization updates
|
|
16
|
+
* add missing css variables for DynamicConnectButton
|
|
17
|
+
|
|
2
18
|
### [1.3.1](https://github.com/dynamic-labs/DynamicAuth/compare/v1.3.0...v1.3.1) (2024-03-08)
|
|
3
19
|
|
|
4
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/iconic",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/dynamic-labs/DynamicAuth.git",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"react-dom": "^17.0.2 || ^18.0.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@dynamic-labs/logger": "1.
|
|
33
|
+
"@dynamic-labs/logger": "1.4.0",
|
|
34
34
|
"sharp": "0.33.2"
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -19,6 +19,11 @@ const FacebookIcon = Iconic.createIconic({
|
|
|
19
19
|
iconName: 'facebook',
|
|
20
20
|
sourcePath: 'icons/social/facebook.svg',
|
|
21
21
|
});
|
|
22
|
+
const FarcasterIcon = Iconic.createIconic({
|
|
23
|
+
alt: 'Farcaster',
|
|
24
|
+
iconName: 'farcaster',
|
|
25
|
+
sourcePath: 'icons/social/farcaster.svg',
|
|
26
|
+
});
|
|
22
27
|
const GithubIcon = Iconic.createIconic({
|
|
23
28
|
alt: 'Github',
|
|
24
29
|
iconName: 'github',
|
|
@@ -126,6 +131,7 @@ exports.BitbucketIcon = BitbucketIcon;
|
|
|
126
131
|
exports.CoinbaseSocialIcon = CoinbaseSocialIcon;
|
|
127
132
|
exports.DiscordIcon = DiscordIcon;
|
|
128
133
|
exports.FacebookIcon = FacebookIcon;
|
|
134
|
+
exports.FarcasterIcon = FarcasterIcon;
|
|
129
135
|
exports.GithubDarkIcon = GithubDarkIcon;
|
|
130
136
|
exports.GithubIcon = GithubIcon;
|
|
131
137
|
exports.GitlabIcon = GitlabIcon;
|
|
@@ -2,6 +2,7 @@ import { type Iconic } from '../../Iconic';
|
|
|
2
2
|
export declare const BitbucketIcon: Iconic;
|
|
3
3
|
export declare const DiscordIcon: Iconic;
|
|
4
4
|
export declare const FacebookIcon: Iconic;
|
|
5
|
+
export declare const FarcasterIcon: Iconic;
|
|
5
6
|
export declare const GithubIcon: Iconic;
|
|
6
7
|
export declare const GithubDarkIcon: Iconic;
|
|
7
8
|
export declare const GitlabIcon: Iconic;
|
|
@@ -15,6 +15,11 @@ const FacebookIcon = createIconic({
|
|
|
15
15
|
iconName: 'facebook',
|
|
16
16
|
sourcePath: 'icons/social/facebook.svg',
|
|
17
17
|
});
|
|
18
|
+
const FarcasterIcon = createIconic({
|
|
19
|
+
alt: 'Farcaster',
|
|
20
|
+
iconName: 'farcaster',
|
|
21
|
+
sourcePath: 'icons/social/farcaster.svg',
|
|
22
|
+
});
|
|
18
23
|
const GithubIcon = createIconic({
|
|
19
24
|
alt: 'Github',
|
|
20
25
|
iconName: 'github',
|
|
@@ -116,4 +121,4 @@ const OnePasswordDarkIcon = createIconic({
|
|
|
116
121
|
sourcePath: 'icons/social/onePassword-dark.svg',
|
|
117
122
|
});
|
|
118
123
|
|
|
119
|
-
export { AppleDarkSocialIcon, AppleSocialIcon, BitbucketIcon, CoinbaseSocialIcon, DiscordIcon, FacebookIcon, GithubDarkIcon, GithubIcon, GitlabIcon, GoogleIcon, HelpdeskIcon, InstagramIcon, LinkedinIcon, MicrosoftIcon, OnePasswordDarkIcon, OnePasswordIcon, SlackIcon, TelegramIcon, TwitchDarkIcon, TwitchIcon, TwitterDarkIcon, TwitterIcon, YouTubeIcon };
|
|
124
|
+
export { AppleDarkSocialIcon, AppleSocialIcon, BitbucketIcon, CoinbaseSocialIcon, DiscordIcon, FacebookIcon, FarcasterIcon, GithubDarkIcon, GithubIcon, GitlabIcon, GoogleIcon, HelpdeskIcon, InstagramIcon, LinkedinIcon, MicrosoftIcon, OnePasswordDarkIcon, OnePasswordIcon, SlackIcon, TelegramIcon, TwitchDarkIcon, TwitchIcon, TwitterDarkIcon, TwitterIcon, YouTubeIcon };
|
package/src/index.cjs
CHANGED
|
@@ -111,6 +111,7 @@ exports.BitbucketIcon = index$4.BitbucketIcon;
|
|
|
111
111
|
exports.CoinbaseSocialIcon = index$4.CoinbaseSocialIcon;
|
|
112
112
|
exports.DiscordIcon = index$4.DiscordIcon;
|
|
113
113
|
exports.FacebookIcon = index$4.FacebookIcon;
|
|
114
|
+
exports.FarcasterIcon = index$4.FarcasterIcon;
|
|
114
115
|
exports.GithubDarkIcon = index$4.GithubDarkIcon;
|
|
115
116
|
exports.GithubIcon = index$4.GithubIcon;
|
|
116
117
|
exports.GitlabIcon = index$4.GitlabIcon;
|
package/src/index.js
CHANGED
|
@@ -2,7 +2,7 @@ export { BraveIcon, ChromeIcon, EdgeIcon, FirefoxIcon, OperaIcon, SafariIcon } f
|
|
|
2
2
|
export { AlgorandIcon, ArbitrumIcon, AuroraIcon, AxelarIcon, BaseChainIcon, BitcoinIcon, BnbIcon, CosmosIcon, EthereumIcon, FlowIcon, GnosisIcon, GoerliIcon, OptimismIcon, OsmosisIcon, PalmIcon, PolygonIcon, SolanaIcon, StarknetIcon, ZkSyncIcon } from './icons/chains/index.js';
|
|
3
3
|
export { ArgentMobile, ArgentWebWallet, ArgentXIcon, BackpackIcon, BinanceIcon, BitPayIcon, BloctoIcon, BraavosIcon, Coin90Icon, CoinbaseIcon, CoinbaseWaaSIcon, CryptoIcon, DapperIcon, DawnIcon, DefaultIcon, EmailSignIcon, ExodusIcon, FireblocksIcon, FortmaticIcon, FrameIcon, GamestopIcon, GlowIcon, ImTokenWallet, InjectedWalletIcon, KeplrIcon, LeatherIcon, LedgerIcon, LilicoIcon, LinenIcon, MagicEdenIcon, MagicLinkIcon, MaticIcon, MetaMaskIcon, MissingIcon, MyalgoIcon, OkxIcon, OmniIcon, OneInchIcon, OpeanSeaIcon, PeraIcon, PhantomIcon, RainbowIcon, SafeIcon, SequenceIcon, SignInWithEmailIcon, SlopeIcon, SmartWalletIcon, SolflareIcon, SpotIcon, StrokeIcon, SuperbIcon, TallyCashIcon, TerraIcon, TorusIcon, TrustIcon, TurnkeyIcon, UnisatIcon, UnstoppableIcon, VenlyIcon, WalletConnectIcon, XverseEdenIcon, ZengoIcon, ZeroDevIcon } from './icons/wallets/index.js';
|
|
4
4
|
export { AndroidIcon, AppleIcon } from './icons/mobile/index.js';
|
|
5
|
-
export { AppleDarkSocialIcon, AppleSocialIcon, BitbucketIcon, CoinbaseSocialIcon, DiscordIcon, FacebookIcon, GithubDarkIcon, GithubIcon, GitlabIcon, GoogleIcon, HelpdeskIcon, InstagramIcon, LinkedinIcon, MicrosoftIcon, OnePasswordDarkIcon, OnePasswordIcon, SlackIcon, TelegramIcon, TwitchDarkIcon, TwitchIcon, TwitterDarkIcon, TwitterIcon, YouTubeIcon } from './icons/social/index.js';
|
|
5
|
+
export { AppleDarkSocialIcon, AppleSocialIcon, BitbucketIcon, CoinbaseSocialIcon, DiscordIcon, FacebookIcon, FarcasterIcon, GithubDarkIcon, GithubIcon, GitlabIcon, GoogleIcon, HelpdeskIcon, InstagramIcon, LinkedinIcon, MicrosoftIcon, OnePasswordDarkIcon, OnePasswordIcon, SlackIcon, TelegramIcon, TwitchDarkIcon, TwitchIcon, TwitterDarkIcon, TwitterIcon, YouTubeIcon } from './icons/social/index.js';
|
|
6
6
|
export { ArrowSendIcon, CaptchaWaveIcon, UserProfileIcon } from './icons/misc/index.js';
|
|
7
7
|
export { SocialIcon } from './components/SocialIcon.js';
|
|
8
8
|
export { getSocialIcon } from './components/getSocialIcon.js';
|