@luxfi/core 5.2.7 → 5.2.8
Sign up to get free protection for your applications and to get access to all the features.
- package/commerce/ui/conf.ts +13 -13
- package/commerce/ui/context.tsx +126 -102
- package/commerce/ui/store.ts +304 -276
- package/components/access-code-input.tsx +71 -71
- package/components/auth/auth-listener.tsx +29 -29
- package/components/auth/auth-token/clear-auth-token.tsx +12 -12
- package/components/auth/auth-token/set-auth-token.tsx +16 -16
- package/components/auth/common-auth-domains.ts +16 -16
- package/components/auth/login-panel.tsx +107 -107
- package/components/back-button.tsx +42 -0
- package/components/chat-widget.tsx +85 -85
- package/components/commerce/add-widget.tsx +20 -20
- package/components/commerce/bag-button.tsx +98 -98
- package/components/commerce/buy-button.tsx +34 -34
- package/components/commerce/checkout-button.tsx +129 -129
- package/components/commerce/checkout-panel/dt-bag-carousel.tsx +36 -36
- package/components/commerce/checkout-panel/dt-checkout-panel.tsx +84 -66
- package/components/commerce/checkout-panel/index.tsx +129 -129
- package/components/commerce/checkout-panel/links-row.tsx +21 -21
- package/components/commerce/checkout-panel/mb-checkout-panel.tsx +54 -54
- package/components/commerce/checkout-panel/steps-indicator.tsx +39 -39
- package/components/commerce/checkout-panel/thank-you.tsx +18 -18
- package/components/commerce/checkout-widget/const.ts +13 -13
- package/components/commerce/checkout-widget/index.tsx +192 -192
- package/components/commerce/checkout-widget/obs-string-set.ts +48 -48
- package/components/commerce/checkout-widget/use-anim-clx-set.ts +58 -58
- package/components/commerce/desktop-bag-popup.tsx +78 -78
- package/components/commerce/desktop-nav-menu.tsx +130 -130
- package/components/commerce/drawer/index.tsx +99 -116
- package/components/commerce/drawer/micro.tsx +144 -144
- package/components/commerce/drawer/shell.tsx +85 -83
- package/components/commerce/mobile-bag-drawer.tsx +51 -51
- package/components/commerce/mobile-login-button.tsx +101 -101
- package/components/commerce/mobile-menu-toggle-button.tsx +35 -35
- package/components/commerce/mobile-nav-menu-ai.tsx +42 -44
- package/components/commerce/mobile-nav-menu-item.tsx +49 -49
- package/components/commerce/mobile-nav-menu.tsx +68 -68
- package/components/contact-dialog/contact-form.tsx +113 -113
- package/components/contact-dialog/disclaimer.tsx +13 -13
- package/components/contact-dialog/index.tsx +64 -64
- package/components/copyright.tsx +21 -21
- package/components/drawer-margin.tsx +25 -25
- package/components/footer.tsx +77 -77
- package/components/header/desktop.tsx +49 -49
- package/components/header/index.tsx +52 -52
- package/components/header/mobile.tsx +163 -166
- package/components/header/theme-toggle.tsx +26 -26
- package/components/icons/avatar.tsx +11 -11
- package/components/icons/bag-icon.tsx +10 -10
- package/components/icons/github.tsx +14 -14
- package/components/icons/index.tsx +43 -43
- package/components/icons/left-arrow.tsx +11 -11
- package/components/icons/lux-logo.tsx +10 -10
- package/components/icons/right-arrow.tsx +10 -10
- package/components/icons/search.tsx +12 -12
- package/components/icons/secure-delivery.tsx +13 -13
- package/components/icons/social-icon.tsx +35 -35
- package/components/icons/social-svg.css +3 -3
- package/components/icons/warpcast.tsx +58 -58
- package/components/icons/youtube-logo.tsx +59 -59
- package/components/index.ts +27 -25
- package/components/logo.tsx +89 -81
- package/components/main.tsx +27 -27
- package/components/mini-chart/index.tsx +7 -7
- package/components/mini-chart/mini-chart-props.ts +43 -43
- package/components/mini-chart/mini-chart.tsx +85 -85
- package/components/mini-chart/wrapper.tsx +23 -23
- package/components/not-found/index.tsx +28 -28
- package/components/not-found/not-found-content.mdx +5 -5
- package/components/scripts.tsx +24 -24
- package/components/tooltip.tsx +31 -0
- package/environment.d.ts +5 -5
- package/next/analytics/fpixel.ts +15 -15
- package/next/analytics/google-analytics.ts +13 -13
- package/next/analytics/index.ts +3 -3
- package/next/analytics/pixel-analytics.tsx +54 -54
- package/next/font/get-app-router-font-classes.ts +12 -12
- package/next/font/load-and-return-lux-next-fonts-on-import.ts +68 -68
- package/next/font/next-font-desc.ts +27 -27
- package/next/font/pages-router-font-vars.tsx +18 -18
- package/next/head-metadata/from-next/metadata-types.ts +158 -158
- package/next/head-metadata/from-next/opengraph-types.ts +267 -267
- package/next/head-metadata/from-next/twitter-types.ts +92 -92
- package/next/head-metadata/index.tsx +208 -208
- package/next/middleware/determine-device-mw.ts +16 -16
- package/package.json +79 -78
- package/root-layout/WHY_THIS_IS_SEPARATE.txt +1 -1
- package/root-layout/index.tsx +112 -112
- package/server-actions/firebase-app.ts +14 -14
- package/server-actions/index.ts +5 -5
- package/server-actions/store-contact.ts +51 -51
- package/site-def/footer/community.tsx +67 -67
- package/site-def/footer/company.ts +37 -37
- package/site-def/footer/ecosystem.ts +37 -37
- package/site-def/footer/index.tsx +26 -26
- package/site-def/footer/legal.ts +28 -28
- package/site-def/footer/network.ts +45 -45
- package/site-def/footer/svg/warpcast-logo.svg +11 -11
- package/site-def/index.ts +2 -2
- package/site-def/main-nav.tsx +338 -338
- package/style/cart-animation.css +29 -29
- package/style/checkout-animation.css +23 -23
- package/style/drawer-handle-overrides.css +160 -160
- package/style/lux-colors.css +85 -85
- package/style/lux-global.css +30 -30
- package/tailwind/fontFamily.tailwind.lux.ts +18 -18
- package/tailwind/index.ts +2 -2
- package/tailwind/lux-tw-fonts.ts +39 -39
- package/tailwind/tailwind.config.lux-preset.ts +10 -10
- package/tsconfig.json +15 -15
- package/types/chatbot-config.ts +6 -6
- package/types/chatbot-suggested-question.ts +7 -7
- package/types/contact-info.ts +10 -10
- package/types/index.ts +4 -4
- package/types/site-def.ts +43 -43
- package/components/commerce/checkout-panel/close-button.tsx +0 -26
@@ -1,14 +1,14 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import { type LucideProps } from 'lucide-react'
|
3
|
-
|
4
|
-
|
5
|
-
const GitHub: React.FC<LucideProps> = (props: LucideProps) => (
|
6
|
-
<svg viewBox="0 0 438.549 438.549" {...props}>
|
7
|
-
<path
|
8
|
-
fill="currentColor"
|
9
|
-
d="M409.132 114.573c-19.608-33.596-46.205-60.194-79.798-79.8-33.598-19.607-70.277-29.408-110.063-29.408-39.781 0-76.472 9.804-110.063 29.408-33.596 19.605-60.192 46.204-79.8 79.8C9.803 148.168 0 184.854 0 224.63c0 47.78 13.94 90.745 41.827 128.906 27.884 38.164 63.906 64.572 108.063 79.227 5.14.954 8.945.283 11.419-1.996 2.475-2.282 3.711-5.14 3.711-8.562 0-.571-.049-5.708-.144-15.417a2549.81 2549.81 0 01-.144-25.406l-6.567 1.136c-4.187.767-9.469 1.092-15.846 1-6.374-.089-12.991-.757-19.842-1.999-6.854-1.231-13.229-4.086-19.13-8.559-5.898-4.473-10.085-10.328-12.56-17.556l-2.855-6.57c-1.903-4.374-4.899-9.233-8.992-14.559-4.093-5.331-8.232-8.945-12.419-10.848l-1.999-1.431c-1.332-.951-2.568-2.098-3.711-3.429-1.142-1.331-1.997-2.663-2.568-3.997-.572-1.335-.098-2.43 1.427-3.289 1.525-.859 4.281-1.276 8.28-1.276l5.708.853c3.807.763 8.516 3.042 14.133 6.851 5.614 3.806 10.229 8.754 13.846 14.842 4.38 7.806 9.657 13.754 15.846 17.847 6.184 4.093 12.419 6.136 18.699 6.136 6.28 0 11.704-.476 16.274-1.423 4.565-.952 8.848-2.383 12.847-4.285 1.713-12.758 6.377-22.559 13.988-29.41-10.848-1.14-20.601-2.857-29.264-5.14-8.658-2.286-17.605-5.996-26.835-11.14-9.235-5.137-16.896-11.516-22.985-19.126-6.09-7.614-11.088-17.61-14.987-29.979-3.901-12.374-5.852-26.648-5.852-42.826 0-23.035 7.52-42.637 22.557-58.817-7.044-17.318-6.379-36.732 1.997-58.24 5.52-1.715 13.706-.428 24.554 3.853 10.85 4.283 18.794 7.952 23.84 10.994 5.046 3.041 9.089 5.618 12.135 7.708 17.705-4.947 35.976-7.421 54.818-7.421s37.117 2.474 54.823 7.421l10.849-6.849c7.419-4.57 16.18-8.758 26.262-12.565 10.088-3.805 17.802-4.853 23.134-3.138 8.562 21.509 9.325 40.922 2.279 58.24 15.036 16.18 22.559 35.787 22.559 58.817 0 16.178-1.958 30.497-5.853 42.966-3.9 12.471-8.941 22.457-15.125 29.979-6.191 7.521-13.901 13.85-23.131 18.986-9.232 5.14-18.182 8.85-26.84 11.136-8.662 2.286-18.415 4.004-29.263 5.146 9.894 8.562 14.842 22.077 14.842 40.539v60.237c0 3.422 1.19 6.279 3.572 8.562 2.379 2.279 6.136 2.95 11.276 1.995 44.163-14.653 80.185-41.062 108.068-79.226 27.88-38.161 41.825-81.126 41.825-128.906-.01-39.771-9.818-76.454-29.414-110.049z"
|
10
|
-
></path>
|
11
|
-
</svg>
|
12
|
-
)
|
13
|
-
|
14
|
-
export default GitHub
|
1
|
+
import React from 'react'
|
2
|
+
import { type LucideProps } from 'lucide-react'
|
3
|
+
|
4
|
+
|
5
|
+
const GitHub: React.FC<LucideProps> = (props: LucideProps) => (
|
6
|
+
<svg viewBox="0 0 438.549 438.549" {...props}>
|
7
|
+
<path
|
8
|
+
fill="currentColor"
|
9
|
+
d="M409.132 114.573c-19.608-33.596-46.205-60.194-79.798-79.8-33.598-19.607-70.277-29.408-110.063-29.408-39.781 0-76.472 9.804-110.063 29.408-33.596 19.605-60.192 46.204-79.8 79.8C9.803 148.168 0 184.854 0 224.63c0 47.78 13.94 90.745 41.827 128.906 27.884 38.164 63.906 64.572 108.063 79.227 5.14.954 8.945.283 11.419-1.996 2.475-2.282 3.711-5.14 3.711-8.562 0-.571-.049-5.708-.144-15.417a2549.81 2549.81 0 01-.144-25.406l-6.567 1.136c-4.187.767-9.469 1.092-15.846 1-6.374-.089-12.991-.757-19.842-1.999-6.854-1.231-13.229-4.086-19.13-8.559-5.898-4.473-10.085-10.328-12.56-17.556l-2.855-6.57c-1.903-4.374-4.899-9.233-8.992-14.559-4.093-5.331-8.232-8.945-12.419-10.848l-1.999-1.431c-1.332-.951-2.568-2.098-3.711-3.429-1.142-1.331-1.997-2.663-2.568-3.997-.572-1.335-.098-2.43 1.427-3.289 1.525-.859 4.281-1.276 8.28-1.276l5.708.853c3.807.763 8.516 3.042 14.133 6.851 5.614 3.806 10.229 8.754 13.846 14.842 4.38 7.806 9.657 13.754 15.846 17.847 6.184 4.093 12.419 6.136 18.699 6.136 6.28 0 11.704-.476 16.274-1.423 4.565-.952 8.848-2.383 12.847-4.285 1.713-12.758 6.377-22.559 13.988-29.41-10.848-1.14-20.601-2.857-29.264-5.14-8.658-2.286-17.605-5.996-26.835-11.14-9.235-5.137-16.896-11.516-22.985-19.126-6.09-7.614-11.088-17.61-14.987-29.979-3.901-12.374-5.852-26.648-5.852-42.826 0-23.035 7.52-42.637 22.557-58.817-7.044-17.318-6.379-36.732 1.997-58.24 5.52-1.715 13.706-.428 24.554 3.853 10.85 4.283 18.794 7.952 23.84 10.994 5.046 3.041 9.089 5.618 12.135 7.708 17.705-4.947 35.976-7.421 54.818-7.421s37.117 2.474 54.823 7.421l10.849-6.849c7.419-4.57 16.18-8.758 26.262-12.565 10.088-3.805 17.802-4.853 23.134-3.138 8.562 21.509 9.325 40.922 2.279 58.24 15.036 16.18 22.559 35.787 22.559 58.817 0 16.178-1.958 30.497-5.853 42.966-3.9 12.471-8.941 22.457-15.125 29.979-6.191 7.521-13.901 13.85-23.131 18.986-9.232 5.14-18.182 8.85-26.84 11.136-8.662 2.286-18.415 4.004-29.263 5.146 9.894 8.562 14.842 22.077 14.842 40.539v60.237c0 3.422 1.19 6.279 3.572 8.562 2.379 2.279 6.136 2.95 11.276 1.995 44.163-14.653 80.185-41.062 108.068-79.226 27.88-38.161 41.825-81.126 41.825-128.906-.01-39.771-9.818-76.454-29.414-110.049z"
|
10
|
+
></path>
|
11
|
+
</svg>
|
12
|
+
)
|
13
|
+
|
14
|
+
export default GitHub
|
@@ -1,43 +1,43 @@
|
|
1
|
-
import {
|
2
|
-
Moon as moon,
|
3
|
-
SunMedium as sun,
|
4
|
-
Menu as burger,
|
5
|
-
ArrowUpRight as linkOut,
|
6
|
-
type XIcon as LucideIcon,
|
7
|
-
} from 'lucide-react'
|
8
|
-
|
9
|
-
import gitHub from './github'
|
10
|
-
import bag from './bag-icon'
|
11
|
-
import logo from './lux-logo'
|
12
|
-
import youtube from './youtube-logo'
|
13
|
-
import secureDelivery from './secure-delivery'
|
14
|
-
import RightArrow from './right-arrow'
|
15
|
-
import LeftArrow from './left-arrow'
|
16
|
-
import Avatar from './avatar'
|
17
|
-
import Search from './search'
|
18
|
-
|
19
|
-
import {
|
20
|
-
type SocialIconProps,
|
21
|
-
default as SocialIcon
|
22
|
-
} from './social-icon'
|
23
|
-
|
24
|
-
export { type LucideIcon as Icon, type SocialIconProps }
|
25
|
-
|
26
|
-
export {
|
27
|
-
bag,
|
28
|
-
sun,
|
29
|
-
moon,
|
30
|
-
logo,
|
31
|
-
burger,
|
32
|
-
gitHub,
|
33
|
-
linkOut,
|
34
|
-
youtube,
|
35
|
-
secureDelivery,
|
36
|
-
SocialIcon,
|
37
|
-
RightArrow,
|
38
|
-
LeftArrow,
|
39
|
-
Avatar,
|
40
|
-
Search
|
41
|
-
}
|
42
|
-
|
43
|
-
|
1
|
+
import {
|
2
|
+
Moon as moon,
|
3
|
+
SunMedium as sun,
|
4
|
+
Menu as burger,
|
5
|
+
ArrowUpRight as linkOut,
|
6
|
+
type XIcon as LucideIcon,
|
7
|
+
} from 'lucide-react'
|
8
|
+
|
9
|
+
import gitHub from './github'
|
10
|
+
import bag from './bag-icon'
|
11
|
+
import logo from './lux-logo'
|
12
|
+
import youtube from './youtube-logo'
|
13
|
+
import secureDelivery from './secure-delivery'
|
14
|
+
import RightArrow from './right-arrow'
|
15
|
+
import LeftArrow from './left-arrow'
|
16
|
+
import Avatar from './avatar'
|
17
|
+
import Search from './search'
|
18
|
+
|
19
|
+
import {
|
20
|
+
type SocialIconProps,
|
21
|
+
default as SocialIcon
|
22
|
+
} from './social-icon'
|
23
|
+
|
24
|
+
export { type LucideIcon as Icon, type SocialIconProps }
|
25
|
+
|
26
|
+
export {
|
27
|
+
bag,
|
28
|
+
sun,
|
29
|
+
moon,
|
30
|
+
logo,
|
31
|
+
burger,
|
32
|
+
gitHub,
|
33
|
+
linkOut,
|
34
|
+
youtube,
|
35
|
+
secureDelivery,
|
36
|
+
SocialIcon,
|
37
|
+
RightArrow,
|
38
|
+
LeftArrow,
|
39
|
+
Avatar,
|
40
|
+
Search
|
41
|
+
}
|
42
|
+
|
43
|
+
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import { type LucideProps } from 'lucide-react'
|
3
|
-
|
4
|
-
const LeftArrow: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
-
<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
6
|
-
<path d="M1.06975 7.44328C0.679224 7.83381 0.679224 8.46697 1.06975 8.8575L7.43371 15.2215C7.82423 15.612 8.4574 15.612 8.84792 15.2215C9.23845 14.8309 9.23845 14.1978 8.84792 13.8072L3.19107 8.15039L8.84792 2.49354C9.23845 2.10301 9.23845 1.46985 8.84792 1.07932C8.4574 0.688798 7.82423 0.688798 7.43371 1.07932L1.06975 7.44328ZM1.77686 9.15039H2.49037V7.15039H1.77686V9.15039Z" fill="white"/>
|
7
|
-
</svg>
|
8
|
-
)
|
9
|
-
|
10
|
-
export default LeftArrow
|
11
|
-
|
1
|
+
import React from 'react'
|
2
|
+
import { type LucideProps } from 'lucide-react'
|
3
|
+
|
4
|
+
const LeftArrow: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
+
<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
6
|
+
<path d="M1.06975 7.44328C0.679224 7.83381 0.679224 8.46697 1.06975 8.8575L7.43371 15.2215C7.82423 15.612 8.4574 15.612 8.84792 15.2215C9.23845 14.8309 9.23845 14.1978 8.84792 13.8072L3.19107 8.15039L8.84792 2.49354C9.23845 2.10301 9.23845 1.46985 8.84792 1.07932C8.4574 0.688798 7.82423 0.688798 7.43371 1.07932L1.06975 7.44328ZM1.77686 9.15039H2.49037V7.15039H1.77686V9.15039Z" fill="white"/>
|
7
|
+
</svg>
|
8
|
+
)
|
9
|
+
|
10
|
+
export default LeftArrow
|
11
|
+
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import { type LucideProps } from 'lucide-react'
|
3
|
-
|
4
|
-
const LuxLogo: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" {...props}>
|
6
|
-
<polygon points="25,46.65 50,3.35 0,3.35" fill="white" stroke='black' strokeWidth={props.strokeWidth}/>
|
7
|
-
</svg>
|
8
|
-
)
|
9
|
-
|
10
|
-
export default LuxLogo
|
1
|
+
import React from 'react'
|
2
|
+
import { type LucideProps } from 'lucide-react'
|
3
|
+
|
4
|
+
const LuxLogo: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" {...props}>
|
6
|
+
<polygon points="25,46.65 50,3.35 0,3.35" fill="white" stroke='black' strokeWidth={props.strokeWidth}/>
|
7
|
+
</svg>
|
8
|
+
)
|
9
|
+
|
10
|
+
export default LuxLogo
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import { type LucideProps } from 'lucide-react'
|
3
|
-
|
4
|
-
const RightArrow: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
-
<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
6
|
-
<path d="M8.33797 7.58293C8.72849 7.97346 8.72849 8.60662 8.33797 8.99715L1.97401 15.3611C1.58348 15.7516 0.950316 15.7516 0.559792 15.3611C0.169267 14.9706 0.169267 14.3374 0.559792 13.9469L6.21665 8.29004L0.559792 2.63318C0.169267 2.24266 0.169267 1.6095 0.559792 1.21897C0.950316 0.828447 1.58348 0.828447 1.97401 1.21897L8.33797 7.58293ZM7.63086 9.29004H6.91734V7.29004H7.63086V9.29004Z" fill="white"/>
|
7
|
-
</svg>
|
8
|
-
)
|
9
|
-
|
10
|
-
export default RightArrow
|
1
|
+
import React from 'react'
|
2
|
+
import { type LucideProps } from 'lucide-react'
|
3
|
+
|
4
|
+
const RightArrow: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
+
<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
6
|
+
<path d="M8.33797 7.58293C8.72849 7.97346 8.72849 8.60662 8.33797 8.99715L1.97401 15.3611C1.58348 15.7516 0.950316 15.7516 0.559792 15.3611C0.169267 14.9706 0.169267 14.3374 0.559792 13.9469L6.21665 8.29004L0.559792 2.63318C0.169267 2.24266 0.169267 1.6095 0.559792 1.21897C0.950316 0.828447 1.58348 0.828447 1.97401 1.21897L8.33797 7.58293ZM7.63086 9.29004H6.91734V7.29004H7.63086V9.29004Z" fill="white"/>
|
7
|
+
</svg>
|
8
|
+
)
|
9
|
+
|
10
|
+
export default RightArrow
|
@@ -1,12 +1,12 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import { type LucideProps } from 'lucide-react'
|
3
|
-
|
4
|
-
const Search: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
-
<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
6
|
-
<path d="M8.62913 17.2353C6.44292 17.2353 4.36702 16.3768 2.81654 14.8275C1.26607 13.277 0.408691 11.2292 0.408691 9.01487C0.408691 6.82867 1.26718 4.75276 2.81654 3.20228C4.367 1.65181 6.41481 0.794434 8.62913 0.794434C10.8153 0.794434 12.8912 1.65292 14.4417 3.20228C15.9922 4.75274 16.8496 6.80055 16.8496 9.01487C16.8496 11.2011 15.9911 13.277 14.4417 14.8275C12.8923 16.405 10.8162 17.2353 8.62913 17.2353ZM8.62913 2.17746C6.80188 2.17746 5.08598 2.89755 3.7853 4.19824C2.48469 5.49894 1.76453 7.21479 1.76453 9.04206C1.76453 10.8693 2.48462 12.5852 3.7853 13.8859C5.08601 15.1865 6.80185 15.9067 8.62913 15.9067C10.4564 15.9067 12.1723 15.1866 13.473 13.8859C14.7736 12.5852 15.4937 10.8693 15.4937 9.04206C15.4937 7.21481 14.7736 5.49892 13.473 4.19824C12.1723 2.89762 10.4564 2.17746 8.62913 2.17746Z" fill="white" />
|
7
|
-
<path d="M17.7084 18.7845C17.5419 18.7845 17.3764 18.7294 17.238 18.591L13.4732 14.8543C13.1964 14.5775 13.1964 14.1623 13.4732 13.9136C13.75 13.6369 14.1652 13.6369 14.4139 13.9136L18.1787 17.6785C18.4555 17.9552 18.4555 18.3704 18.1787 18.6191C18.0403 18.7294 17.8749 18.7845 17.7083 18.7845L17.7084 18.7845Z" fill="white" />
|
8
|
-
</svg>
|
9
|
-
|
10
|
-
)
|
11
|
-
|
12
|
-
export default Search
|
1
|
+
import React from 'react'
|
2
|
+
import { type LucideProps } from 'lucide-react'
|
3
|
+
|
4
|
+
const Search: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
+
<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
6
|
+
<path d="M8.62913 17.2353C6.44292 17.2353 4.36702 16.3768 2.81654 14.8275C1.26607 13.277 0.408691 11.2292 0.408691 9.01487C0.408691 6.82867 1.26718 4.75276 2.81654 3.20228C4.367 1.65181 6.41481 0.794434 8.62913 0.794434C10.8153 0.794434 12.8912 1.65292 14.4417 3.20228C15.9922 4.75274 16.8496 6.80055 16.8496 9.01487C16.8496 11.2011 15.9911 13.277 14.4417 14.8275C12.8923 16.405 10.8162 17.2353 8.62913 17.2353ZM8.62913 2.17746C6.80188 2.17746 5.08598 2.89755 3.7853 4.19824C2.48469 5.49894 1.76453 7.21479 1.76453 9.04206C1.76453 10.8693 2.48462 12.5852 3.7853 13.8859C5.08601 15.1865 6.80185 15.9067 8.62913 15.9067C10.4564 15.9067 12.1723 15.1866 13.473 13.8859C14.7736 12.5852 15.4937 10.8693 15.4937 9.04206C15.4937 7.21481 14.7736 5.49892 13.473 4.19824C12.1723 2.89762 10.4564 2.17746 8.62913 2.17746Z" fill="white" />
|
7
|
+
<path d="M17.7084 18.7845C17.5419 18.7845 17.3764 18.7294 17.238 18.591L13.4732 14.8543C13.1964 14.5775 13.1964 14.1623 13.4732 13.9136C13.75 13.6369 14.1652 13.6369 14.4139 13.9136L18.1787 17.6785C18.4555 17.9552 18.4555 18.3704 18.1787 18.6191C18.0403 18.7294 17.8749 18.7845 17.7083 18.7845L17.7084 18.7845Z" fill="white" />
|
8
|
+
</svg>
|
9
|
+
|
10
|
+
)
|
11
|
+
|
12
|
+
export default Search
|
@@ -1,13 +1,13 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import { type LucideProps } from 'lucide-react'
|
3
|
-
|
4
|
-
// width="52" height="36"
|
5
|
-
const SecureDelivery: React.FC<LucideProps> = (props: LucideProps) => (
|
6
|
-
<svg fill="currentColor" viewBox="0 0 52 36" xmlns="http://www.w3.org/2000/svg" {...props}>
|
7
|
-
<path d="M47.7611 24.5439H42.822L39.5293 14.9971H12.0732L8.7805 24.5439H2.96342L0 36.0001H51.7127L47.7611 24.5439ZM38.4147 16.9064L41.0488 24.5439H28.0049L25.3708 16.9064H38.4147ZM13.1879 16.9064H23.5976L26.2317 24.5439H10.5528L13.1879 16.9064ZM2.21225 34.0907L4.18786 26.4532H14.4865L16.4621 34.0907H2.21225ZM17.6804 32.1537L16.2061 26.4531H19.646L17.6804 32.1537ZM28.2706 34.0907H18.7854L21.4196 26.4532H31.8293L34.4634 34.0907H28.2706ZM36.2367 34.0907L33.6025 26.4532H46.6473L49.2814 34.0907H36.2367Z" />
|
8
|
-
<path d="M10.0843 0.108973C10.1056 -0.0363242 10.2915 -0.0363242 10.3128 0.108973L10.5061 1.43021C10.9095 4.18489 12.8287 6.34425 15.2772 6.79764L16.4515 7.01512C16.5808 7.03912 16.5808 7.24823 16.4515 7.27223L15.2772 7.4897C12.8286 7.94345 10.9091 10.1026 10.5061 12.8571L10.3128 14.1782C10.2915 14.3237 10.1056 14.3237 10.0843 14.1782L9.89096 12.8571C9.48763 10.1025 7.56837 7.9431 5.11989 7.4897L3.94562 7.27223C3.8163 7.24823 3.8163 7.03912 3.94562 7.01512L5.11989 6.79764C7.5685 6.3439 9.48794 4.18475 9.89096 1.43021L10.0843 0.108973Z" />
|
9
|
-
<path d="M22.034 0.0726485C22.0473 -0.0242162 22.1635 -0.0242162 22.1768 0.0726485L22.2977 0.953473C22.5497 2.78993 23.7493 4.2295 25.2796 4.53176L26.0135 4.67675C26.0943 4.69275 26.0943 4.83215 26.0135 4.84815L25.2796 4.99314C23.7492 5.29563 22.5495 6.73507 22.2977 8.57142L22.1768 9.45212C22.1635 9.54911 22.0473 9.54911 22.034 9.45212L21.9132 8.57142C21.6611 6.73497 20.4616 5.2954 18.9313 4.99314L18.1973 4.84815C18.1165 4.83215 18.1165 4.69275 18.1973 4.67675L18.9313 4.53176C20.4616 4.22926 21.6613 2.78983 21.9132 0.953473L22.034 0.0726485Z" />
|
10
|
-
</svg>
|
11
|
-
)
|
12
|
-
|
13
|
-
export default SecureDelivery
|
1
|
+
import React from 'react'
|
2
|
+
import { type LucideProps } from 'lucide-react'
|
3
|
+
|
4
|
+
// width="52" height="36"
|
5
|
+
const SecureDelivery: React.FC<LucideProps> = (props: LucideProps) => (
|
6
|
+
<svg fill="currentColor" viewBox="0 0 52 36" xmlns="http://www.w3.org/2000/svg" {...props}>
|
7
|
+
<path d="M47.7611 24.5439H42.822L39.5293 14.9971H12.0732L8.7805 24.5439H2.96342L0 36.0001H51.7127L47.7611 24.5439ZM38.4147 16.9064L41.0488 24.5439H28.0049L25.3708 16.9064H38.4147ZM13.1879 16.9064H23.5976L26.2317 24.5439H10.5528L13.1879 16.9064ZM2.21225 34.0907L4.18786 26.4532H14.4865L16.4621 34.0907H2.21225ZM17.6804 32.1537L16.2061 26.4531H19.646L17.6804 32.1537ZM28.2706 34.0907H18.7854L21.4196 26.4532H31.8293L34.4634 34.0907H28.2706ZM36.2367 34.0907L33.6025 26.4532H46.6473L49.2814 34.0907H36.2367Z" />
|
8
|
+
<path d="M10.0843 0.108973C10.1056 -0.0363242 10.2915 -0.0363242 10.3128 0.108973L10.5061 1.43021C10.9095 4.18489 12.8287 6.34425 15.2772 6.79764L16.4515 7.01512C16.5808 7.03912 16.5808 7.24823 16.4515 7.27223L15.2772 7.4897C12.8286 7.94345 10.9091 10.1026 10.5061 12.8571L10.3128 14.1782C10.2915 14.3237 10.1056 14.3237 10.0843 14.1782L9.89096 12.8571C9.48763 10.1025 7.56837 7.9431 5.11989 7.4897L3.94562 7.27223C3.8163 7.24823 3.8163 7.03912 3.94562 7.01512L5.11989 6.79764C7.5685 6.3439 9.48794 4.18475 9.89096 1.43021L10.0843 0.108973Z" />
|
9
|
+
<path d="M22.034 0.0726485C22.0473 -0.0242162 22.1635 -0.0242162 22.1768 0.0726485L22.2977 0.953473C22.5497 2.78993 23.7493 4.2295 25.2796 4.53176L26.0135 4.67675C26.0943 4.69275 26.0943 4.83215 26.0135 4.84815L25.2796 4.99314C23.7492 5.29563 22.5495 6.73507 22.2977 8.57142L22.1768 9.45212C22.1635 9.54911 22.0473 9.54911 22.034 9.45212L21.9132 8.57142C21.6611 6.73497 20.4616 5.2954 18.9313 4.99314L18.1973 4.84815C18.1165 4.83215 18.1165 4.69275 18.1973 4.67675L18.9313 4.53176C20.4616 4.22926 21.6613 2.78983 21.9132 0.953473L22.034 0.0726485Z" />
|
10
|
+
</svg>
|
11
|
+
)
|
12
|
+
|
13
|
+
export default SecureDelivery
|
@@ -1,35 +1,35 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
|
3
|
-
import { SocialIcon as BaseSocialIcon } from 'react-social-icons'
|
4
|
-
|
5
|
-
import { cn } from '@hanzo/ui/util'
|
6
|
-
import './social-svg.css'
|
7
|
-
|
8
|
-
interface SocialIconProps {
|
9
|
-
// one of these: https://github.com/couetilc/react-social-icons/tree/main/db
|
10
|
-
network: string
|
11
|
-
size: number
|
12
|
-
className?: string
|
13
|
-
}
|
14
|
-
|
15
|
-
const SocialIcon: React.FC<SocialIconProps> = ({
|
16
|
-
network,
|
17
|
-
size,
|
18
|
-
className = ''
|
19
|
-
}) => (
|
20
|
-
<BaseSocialIcon
|
21
|
-
network={network}
|
22
|
-
as='div'
|
23
|
-
// This is set up so the enclosing element sets the color.
|
24
|
-
// For example, something like 'color-foreground hover:color-muted-1'
|
25
|
-
className={cn('color-inherit', className)}
|
26
|
-
bgColor='transparent'
|
27
|
-
fgColor='currentColor'
|
28
|
-
style={{height: size, width: size, flex: 'none' }}
|
29
|
-
/>
|
30
|
-
)
|
31
|
-
|
32
|
-
export {
|
33
|
-
type SocialIconProps,
|
34
|
-
SocialIcon as default
|
35
|
-
}
|
1
|
+
import React from 'react'
|
2
|
+
|
3
|
+
import { SocialIcon as BaseSocialIcon } from 'react-social-icons'
|
4
|
+
|
5
|
+
import { cn } from '@hanzo/ui/util'
|
6
|
+
import './social-svg.css'
|
7
|
+
|
8
|
+
interface SocialIconProps {
|
9
|
+
// one of these: https://github.com/couetilc/react-social-icons/tree/main/db
|
10
|
+
network: string
|
11
|
+
size: number
|
12
|
+
className?: string
|
13
|
+
}
|
14
|
+
|
15
|
+
const SocialIcon: React.FC<SocialIconProps> = ({
|
16
|
+
network,
|
17
|
+
size,
|
18
|
+
className = ''
|
19
|
+
}) => (
|
20
|
+
<BaseSocialIcon
|
21
|
+
network={network}
|
22
|
+
as='div'
|
23
|
+
// This is set up so the enclosing element sets the color.
|
24
|
+
// For example, something like 'color-foreground hover:color-muted-1'
|
25
|
+
className={cn('color-inherit', className)}
|
26
|
+
bgColor='transparent'
|
27
|
+
fgColor='currentColor'
|
28
|
+
style={{height: size, width: size, flex: 'none' }}
|
29
|
+
/>
|
30
|
+
)
|
31
|
+
|
32
|
+
export {
|
33
|
+
type SocialIconProps,
|
34
|
+
SocialIcon as default
|
35
|
+
}
|
@@ -1,3 +1,3 @@
|
|
1
|
-
.social-icon svg {
|
2
|
-
transform: scale(1.25);
|
3
|
-
}
|
1
|
+
.social-icon svg {
|
2
|
+
transform: scale(1.25);
|
3
|
+
}
|