@dynamic-labs/iconic 4.0.0-alpha.13 → 4.0.0-alpha.15
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 +4 -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/icons/social/index.cjs +42 -0
- package/src/icons/social/index.d.ts +7 -0
- package/src/icons/social/index.js +36 -1
- package/src/index.cjs +8 -0
- package/src/index.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.0.0-alpha.15](https://github.com/dynamic-labs/dynamic-auth/compare/v4.0.0-alpha.14...v4.0.0-alpha.15) (2024-10-19)
|
|
3
|
+
|
|
4
|
+
## [4.0.0-alpha.14](https://github.com/dynamic-labs/dynamic-auth/compare/v4.0.0-alpha.13...v4.0.0-alpha.14) (2024-10-18)
|
|
5
|
+
|
|
2
6
|
## [4.0.0-alpha.13](https://github.com/dynamic-labs/dynamic-auth/compare/v4.0.0-alpha.12...v4.0.0-alpha.13) (2024-10-18)
|
|
3
7
|
|
|
4
8
|
|
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.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.15",
|
|
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"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@dynamic-labs/assert-package-version": "4.0.0-alpha.
|
|
26
|
-
"@dynamic-labs/logger": "4.0.0-alpha.
|
|
25
|
+
"@dynamic-labs/assert-package-version": "4.0.0-alpha.15",
|
|
26
|
+
"@dynamic-labs/logger": "4.0.0-alpha.15",
|
|
27
27
|
"sharp": "0.33.2"
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -45,6 +45,11 @@ const CosmosIcon = Iconic.createIconic({
|
|
|
45
45
|
iconName: 'cosmos',
|
|
46
46
|
sourcePath: 'icons/chains/cosmos.svg',
|
|
47
47
|
});
|
|
48
|
+
const EclipseIcon = Iconic.createIconic({
|
|
49
|
+
alt: 'Eclipse',
|
|
50
|
+
iconName: 'eclipse',
|
|
51
|
+
sourcePath: 'icons/chains/eclipse.svg',
|
|
52
|
+
});
|
|
48
53
|
const OsmosisIcon = Iconic.createIconic({
|
|
49
54
|
alt: 'Osmosis Chain',
|
|
50
55
|
iconName: 'osmosis',
|
|
@@ -115,6 +120,7 @@ exports.BerachainIcon = BerachainIcon;
|
|
|
115
120
|
exports.BitcoinIcon = BitcoinIcon;
|
|
116
121
|
exports.BnbIcon = BnbIcon;
|
|
117
122
|
exports.CosmosIcon = CosmosIcon;
|
|
123
|
+
exports.EclipseIcon = EclipseIcon;
|
|
118
124
|
exports.EthereumIcon = EthereumIcon;
|
|
119
125
|
exports.FlowIcon = FlowIcon;
|
|
120
126
|
exports.GnosisIcon = GnosisIcon;
|
|
@@ -7,6 +7,7 @@ export declare const BerachainIcon: Iconic;
|
|
|
7
7
|
export declare const BitcoinIcon: Iconic;
|
|
8
8
|
export declare const BnbIcon: Iconic;
|
|
9
9
|
export declare const CosmosIcon: Iconic;
|
|
10
|
+
export declare const EclipseIcon: Iconic;
|
|
10
11
|
export declare const OsmosisIcon: Iconic;
|
|
11
12
|
export declare const AxelarIcon: Iconic;
|
|
12
13
|
export declare const EthereumIcon: Iconic;
|
|
@@ -41,6 +41,11 @@ const CosmosIcon = createIconic({
|
|
|
41
41
|
iconName: 'cosmos',
|
|
42
42
|
sourcePath: 'icons/chains/cosmos.svg',
|
|
43
43
|
});
|
|
44
|
+
const EclipseIcon = createIconic({
|
|
45
|
+
alt: 'Eclipse',
|
|
46
|
+
iconName: 'eclipse',
|
|
47
|
+
sourcePath: 'icons/chains/eclipse.svg',
|
|
48
|
+
});
|
|
44
49
|
const OsmosisIcon = createIconic({
|
|
45
50
|
alt: 'Osmosis Chain',
|
|
46
51
|
iconName: 'osmosis',
|
|
@@ -102,4 +107,4 @@ const StarknetIcon = createIconic({
|
|
|
102
107
|
sourcePath: 'icons/chains/starknet.svg',
|
|
103
108
|
});
|
|
104
109
|
|
|
105
|
-
export { AlgorandIcon, ArbitrumIcon, AuroraIcon, AxelarIcon, BaseChainIcon, BerachainIcon, BitcoinIcon, BnbIcon, CosmosIcon, EthereumIcon, FlowIcon, GnosisIcon, GoerliIcon, OptimismIcon, OsmosisIcon, PalmIcon, PolygonIcon, SolanaIcon, StarknetIcon, ZkSyncIcon };
|
|
110
|
+
export { AlgorandIcon, ArbitrumIcon, AuroraIcon, AxelarIcon, BaseChainIcon, BerachainIcon, BitcoinIcon, BnbIcon, CosmosIcon, EclipseIcon, EthereumIcon, FlowIcon, GnosisIcon, GoerliIcon, OptimismIcon, OsmosisIcon, PalmIcon, PolygonIcon, SolanaIcon, StarknetIcon, ZkSyncIcon };
|
|
@@ -140,6 +140,41 @@ const EpicGamesDarkIcon = Iconic.createIconic({
|
|
|
140
140
|
iconName: 'epicgames-dark',
|
|
141
141
|
sourcePath: 'icons/social/epicgames-dark.svg',
|
|
142
142
|
});
|
|
143
|
+
const SpotifyIcon = Iconic.createIconic({
|
|
144
|
+
alt: 'spotify',
|
|
145
|
+
iconName: 'spotify',
|
|
146
|
+
sourcePath: 'icons/social/spotify.svg',
|
|
147
|
+
});
|
|
148
|
+
const SpotifyDarkIcon = Iconic.createIconic({
|
|
149
|
+
alt: 'spotify-dark',
|
|
150
|
+
iconName: 'spotify-dark',
|
|
151
|
+
sourcePath: 'icons/social/spotify-dark.svg',
|
|
152
|
+
});
|
|
153
|
+
const SteamIcon = Iconic.createIconic({
|
|
154
|
+
alt: 'steam',
|
|
155
|
+
iconName: 'steam',
|
|
156
|
+
sourcePath: 'icons/social/steam.svg',
|
|
157
|
+
});
|
|
158
|
+
const SteamDarkIcon = Iconic.createIconic({
|
|
159
|
+
alt: 'steam-dark',
|
|
160
|
+
iconName: 'steam-dark',
|
|
161
|
+
sourcePath: 'icons/social/steam-dark.svg',
|
|
162
|
+
});
|
|
163
|
+
const TikTokIcon = Iconic.createIconic({
|
|
164
|
+
alt: 'tiktok',
|
|
165
|
+
iconName: 'tiktok',
|
|
166
|
+
sourcePath: 'icons/social/tiktok.svg',
|
|
167
|
+
});
|
|
168
|
+
const TikTokDarkIcon = Iconic.createIconic({
|
|
169
|
+
alt: 'tiktok-dark',
|
|
170
|
+
iconName: 'tiktok-dark',
|
|
171
|
+
sourcePath: 'icons/social/tiktok-dark.svg',
|
|
172
|
+
});
|
|
173
|
+
const LineIcon = Iconic.createIconic({
|
|
174
|
+
alt: 'line',
|
|
175
|
+
iconName: 'line',
|
|
176
|
+
sourcePath: 'icons/social/line.svg',
|
|
177
|
+
});
|
|
143
178
|
|
|
144
179
|
exports.AppleDarkSocialIcon = AppleDarkSocialIcon;
|
|
145
180
|
exports.AppleSocialIcon = AppleSocialIcon;
|
|
@@ -157,12 +192,19 @@ exports.GitlabIcon = GitlabIcon;
|
|
|
157
192
|
exports.GoogleIcon = GoogleIcon;
|
|
158
193
|
exports.HelpdeskIcon = HelpdeskIcon;
|
|
159
194
|
exports.InstagramIcon = InstagramIcon;
|
|
195
|
+
exports.LineIcon = LineIcon;
|
|
160
196
|
exports.LinkedinIcon = LinkedinIcon;
|
|
161
197
|
exports.MicrosoftIcon = MicrosoftIcon;
|
|
162
198
|
exports.OnePasswordDarkIcon = OnePasswordDarkIcon;
|
|
163
199
|
exports.OnePasswordIcon = OnePasswordIcon;
|
|
164
200
|
exports.SlackIcon = SlackIcon;
|
|
201
|
+
exports.SpotifyDarkIcon = SpotifyDarkIcon;
|
|
202
|
+
exports.SpotifyIcon = SpotifyIcon;
|
|
203
|
+
exports.SteamDarkIcon = SteamDarkIcon;
|
|
204
|
+
exports.SteamIcon = SteamIcon;
|
|
165
205
|
exports.TelegramIcon = TelegramIcon;
|
|
206
|
+
exports.TikTokDarkIcon = TikTokDarkIcon;
|
|
207
|
+
exports.TikTokIcon = TikTokIcon;
|
|
166
208
|
exports.TwitchDarkIcon = TwitchDarkIcon;
|
|
167
209
|
exports.TwitchIcon = TwitchIcon;
|
|
168
210
|
exports.TwitterDarkIcon = TwitterDarkIcon;
|
|
@@ -26,3 +26,10 @@ export declare const OnePasswordIcon: Iconic;
|
|
|
26
26
|
export declare const OnePasswordDarkIcon: Iconic;
|
|
27
27
|
export declare const EpicGamesIcon: Iconic;
|
|
28
28
|
export declare const EpicGamesDarkIcon: Iconic;
|
|
29
|
+
export declare const SpotifyIcon: Iconic;
|
|
30
|
+
export declare const SpotifyDarkIcon: Iconic;
|
|
31
|
+
export declare const SteamIcon: Iconic;
|
|
32
|
+
export declare const SteamDarkIcon: Iconic;
|
|
33
|
+
export declare const TikTokIcon: Iconic;
|
|
34
|
+
export declare const TikTokDarkIcon: Iconic;
|
|
35
|
+
export declare const LineIcon: Iconic;
|
|
@@ -136,5 +136,40 @@ const EpicGamesDarkIcon = createIconic({
|
|
|
136
136
|
iconName: 'epicgames-dark',
|
|
137
137
|
sourcePath: 'icons/social/epicgames-dark.svg',
|
|
138
138
|
});
|
|
139
|
+
const SpotifyIcon = createIconic({
|
|
140
|
+
alt: 'spotify',
|
|
141
|
+
iconName: 'spotify',
|
|
142
|
+
sourcePath: 'icons/social/spotify.svg',
|
|
143
|
+
});
|
|
144
|
+
const SpotifyDarkIcon = createIconic({
|
|
145
|
+
alt: 'spotify-dark',
|
|
146
|
+
iconName: 'spotify-dark',
|
|
147
|
+
sourcePath: 'icons/social/spotify-dark.svg',
|
|
148
|
+
});
|
|
149
|
+
const SteamIcon = createIconic({
|
|
150
|
+
alt: 'steam',
|
|
151
|
+
iconName: 'steam',
|
|
152
|
+
sourcePath: 'icons/social/steam.svg',
|
|
153
|
+
});
|
|
154
|
+
const SteamDarkIcon = createIconic({
|
|
155
|
+
alt: 'steam-dark',
|
|
156
|
+
iconName: 'steam-dark',
|
|
157
|
+
sourcePath: 'icons/social/steam-dark.svg',
|
|
158
|
+
});
|
|
159
|
+
const TikTokIcon = createIconic({
|
|
160
|
+
alt: 'tiktok',
|
|
161
|
+
iconName: 'tiktok',
|
|
162
|
+
sourcePath: 'icons/social/tiktok.svg',
|
|
163
|
+
});
|
|
164
|
+
const TikTokDarkIcon = createIconic({
|
|
165
|
+
alt: 'tiktok-dark',
|
|
166
|
+
iconName: 'tiktok-dark',
|
|
167
|
+
sourcePath: 'icons/social/tiktok-dark.svg',
|
|
168
|
+
});
|
|
169
|
+
const LineIcon = createIconic({
|
|
170
|
+
alt: 'line',
|
|
171
|
+
iconName: 'line',
|
|
172
|
+
sourcePath: 'icons/social/line.svg',
|
|
173
|
+
});
|
|
139
174
|
|
|
140
|
-
export { AppleDarkSocialIcon, AppleSocialIcon, BitbucketIcon, CoinbaseSocialDarkIcon, CoinbaseSocialIcon, DiscordIcon, EpicGamesDarkIcon, EpicGamesIcon, FacebookIcon, FarcasterIcon, GithubDarkIcon, GithubIcon, GitlabIcon, GoogleIcon, HelpdeskIcon, InstagramIcon, LinkedinIcon, MicrosoftIcon, OnePasswordDarkIcon, OnePasswordIcon, SlackIcon, TelegramIcon, TwitchDarkIcon, TwitchIcon, TwitterDarkIcon, TwitterIcon, YouTubeIcon };
|
|
175
|
+
export { AppleDarkSocialIcon, AppleSocialIcon, BitbucketIcon, CoinbaseSocialDarkIcon, CoinbaseSocialIcon, DiscordIcon, EpicGamesDarkIcon, EpicGamesIcon, FacebookIcon, FarcasterIcon, GithubDarkIcon, GithubIcon, GitlabIcon, GoogleIcon, HelpdeskIcon, InstagramIcon, LineIcon, LinkedinIcon, MicrosoftIcon, OnePasswordDarkIcon, OnePasswordIcon, SlackIcon, SpotifyDarkIcon, SpotifyIcon, SteamDarkIcon, SteamIcon, TelegramIcon, TikTokDarkIcon, TikTokIcon, TwitchDarkIcon, TwitchIcon, TwitterDarkIcon, TwitterIcon, YouTubeIcon };
|
package/src/index.cjs
CHANGED
|
@@ -33,6 +33,7 @@ exports.BerachainIcon = index$1.BerachainIcon;
|
|
|
33
33
|
exports.BitcoinIcon = index$1.BitcoinIcon;
|
|
34
34
|
exports.BnbIcon = index$1.BnbIcon;
|
|
35
35
|
exports.CosmosIcon = index$1.CosmosIcon;
|
|
36
|
+
exports.EclipseIcon = index$1.EclipseIcon;
|
|
36
37
|
exports.EthereumIcon = index$1.EthereumIcon;
|
|
37
38
|
exports.FlowIcon = index$1.FlowIcon;
|
|
38
39
|
exports.GnosisIcon = index$1.GnosisIcon;
|
|
@@ -136,12 +137,19 @@ exports.GitlabIcon = index$4.GitlabIcon;
|
|
|
136
137
|
exports.GoogleIcon = index$4.GoogleIcon;
|
|
137
138
|
exports.HelpdeskIcon = index$4.HelpdeskIcon;
|
|
138
139
|
exports.InstagramIcon = index$4.InstagramIcon;
|
|
140
|
+
exports.LineIcon = index$4.LineIcon;
|
|
139
141
|
exports.LinkedinIcon = index$4.LinkedinIcon;
|
|
140
142
|
exports.MicrosoftIcon = index$4.MicrosoftIcon;
|
|
141
143
|
exports.OnePasswordDarkIcon = index$4.OnePasswordDarkIcon;
|
|
142
144
|
exports.OnePasswordIcon = index$4.OnePasswordIcon;
|
|
143
145
|
exports.SlackIcon = index$4.SlackIcon;
|
|
146
|
+
exports.SpotifyDarkIcon = index$4.SpotifyDarkIcon;
|
|
147
|
+
exports.SpotifyIcon = index$4.SpotifyIcon;
|
|
148
|
+
exports.SteamDarkIcon = index$4.SteamDarkIcon;
|
|
149
|
+
exports.SteamIcon = index$4.SteamIcon;
|
|
144
150
|
exports.TelegramIcon = index$4.TelegramIcon;
|
|
151
|
+
exports.TikTokDarkIcon = index$4.TikTokDarkIcon;
|
|
152
|
+
exports.TikTokIcon = index$4.TikTokIcon;
|
|
145
153
|
exports.TwitchDarkIcon = index$4.TwitchDarkIcon;
|
|
146
154
|
exports.TwitchIcon = index$4.TwitchIcon;
|
|
147
155
|
exports.TwitterDarkIcon = index$4.TwitterDarkIcon;
|
package/src/index.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
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 { AlgorandIcon, ArbitrumIcon, AuroraIcon, AxelarIcon, BaseChainIcon, BerachainIcon, BitcoinIcon, BnbIcon, CosmosIcon, EthereumIcon, FlowIcon, GnosisIcon, GoerliIcon, OptimismIcon, OsmosisIcon, PalmIcon, PolygonIcon, SolanaIcon, StarknetIcon, ZkSyncIcon } from './icons/chains/index.js';
|
|
5
|
+
export { AlgorandIcon, ArbitrumIcon, AuroraIcon, AxelarIcon, BaseChainIcon, BerachainIcon, BitcoinIcon, BnbIcon, CosmosIcon, EclipseIcon, EthereumIcon, FlowIcon, GnosisIcon, GoerliIcon, OptimismIcon, OsmosisIcon, PalmIcon, PolygonIcon, SolanaIcon, StarknetIcon, ZkSyncIcon } from './icons/chains/index.js';
|
|
6
6
|
export { AmbireIcon, ArgentMobile, ArgentWebWallet, ArgentXIcon, BackpackIcon, BinanceIcon, BitGetWalletIcon, BitPayIcon, BloctoIcon, BraavosIcon, CloverWalletIcon, Coin98Icon, CoinbaseIcon, CoinbaseWaaSIcon, CryptoIcon, DapperIcon, DawnIcon, DefaultIcon, EmailSignIcon, ExodusIcon, FireblocksIcon, FlowWalletIcon, FordefiIcon, FortmaticIcon, FrameIcon, GamestopIcon, GlowIcon, ImTokenWallet, InjectedWalletIcon, KeplrIcon, LeatherIcon, LedgerIcon, LilicoIcon, LinenIcon, MagicEdenIcon, MagicLinkIcon, MathWalletIcon, MaticIcon, MetaMaskIcon, MetaMaskStarknetIcon, MissingIcon, MyalgoIcon, NightlyIcon, OkxIcon, OmniIcon, OneInchIcon, OneKeyIcon, OpeanSeaIcon, OylIcon, PasskeysWalletIcon, PeraIcon, PhantomIcon, RabbyIcon, RainbowIcon, SafeIcon, SequenceIcon, SignInWithEmailIcon, SmartWalletIcon, SolflareIcon, SpotIcon, StrokeIcon, SuperbIcon, TallyCashIcon, TerraIcon, TorusIcon, TrustIcon, TurnkeyIcon, UnisatIcon, UnstoppableIcon, VenlyIcon, WalletConnectIcon, XverseEdenIcon, ZengoIcon, ZeroDevIcon } from './icons/wallets/index.js';
|
|
7
7
|
export { AndroidIcon, AppleIcon } from './icons/mobile/index.js';
|
|
8
|
-
export { AppleDarkSocialIcon, AppleSocialIcon, BitbucketIcon, CoinbaseSocialDarkIcon, CoinbaseSocialIcon, DiscordIcon, EpicGamesDarkIcon, EpicGamesIcon, FacebookIcon, FarcasterIcon, GithubDarkIcon, GithubIcon, GitlabIcon, GoogleIcon, HelpdeskIcon, InstagramIcon, LinkedinIcon, MicrosoftIcon, OnePasswordDarkIcon, OnePasswordIcon, SlackIcon, TelegramIcon, TwitchDarkIcon, TwitchIcon, TwitterDarkIcon, TwitterIcon, YouTubeIcon } from './icons/social/index.js';
|
|
8
|
+
export { AppleDarkSocialIcon, AppleSocialIcon, BitbucketIcon, CoinbaseSocialDarkIcon, CoinbaseSocialIcon, DiscordIcon, EpicGamesDarkIcon, EpicGamesIcon, FacebookIcon, FarcasterIcon, GithubDarkIcon, GithubIcon, GitlabIcon, GoogleIcon, HelpdeskIcon, InstagramIcon, LineIcon, LinkedinIcon, MicrosoftIcon, OnePasswordDarkIcon, OnePasswordIcon, SlackIcon, SpotifyDarkIcon, SpotifyIcon, SteamDarkIcon, SteamIcon, TelegramIcon, TikTokDarkIcon, TikTokIcon, TwitchDarkIcon, TwitchIcon, TwitterDarkIcon, TwitterIcon, YouTubeIcon } from './icons/social/index.js';
|
|
9
9
|
export { ArrowSendIcon, CaptchaWaveIcon, UserProfileIcon } from './icons/misc/index.js';
|
|
10
10
|
export { SocialIcon } from './components/SocialIcon.js';
|
|
11
11
|
export { getSocialIcon } from './components/getSocialIcon.js';
|