@luxfi/core 5.2.9 → 5.2.11
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 -126
- package/commerce/ui/store.ts +306 -304
- 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 +49 -42
- 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/cart-accordian.tsx +66 -0
- package/components/commerce/checkout-panel/checkout-panel-props.ts +10 -0
- package/components/commerce/checkout-panel/{dt-bag-carousel.tsx → desktop-bag-carousel.tsx} +36 -36
- package/components/commerce/checkout-panel/desktop-cp.tsx +83 -0
- package/components/commerce/checkout-panel/index.tsx +126 -129
- package/components/commerce/checkout-panel/mobile-cp.tsx +67 -0
- package/components/commerce/checkout-panel/policy-links.tsx +29 -0
- 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 -99
- package/components/commerce/drawer/micro.tsx +144 -144
- package/components/commerce/drawer/shell.tsx +85 -85
- 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 +47 -48
- package/components/commerce/mobile-nav-menu-item.tsx +49 -49
- package/components/commerce/mobile-nav-menu.tsx +101 -101
- 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 +50 -50
- package/components/header/index.tsx +52 -52
- package/components/header/mobile.tsx +163 -163
- package/components/header/theme-toggle.tsx +26 -26
- package/components/icons/24k-gold-card.tsx +43 -43
- package/components/icons/ai-chat.tsx +29 -29
- package/components/icons/anodized-titanium.tsx +45 -45
- package/components/icons/avatar.tsx +11 -11
- package/components/icons/bag-icon.tsx +10 -10
- package/components/icons/blog.tsx +20 -20
- package/components/icons/bridge.tsx +68 -68
- package/components/icons/changelog.tsx +21 -21
- package/components/icons/chrome.tsx +45 -45
- package/components/icons/coins.tsx +20 -20
- package/components/icons/compare-cards.tsx +21 -21
- package/components/icons/credit.tsx +20 -20
- package/components/icons/customer-support.tsx +21 -21
- package/components/icons/customers.tsx +33 -33
- package/components/icons/developer-docs.tsx +20 -20
- package/components/icons/exchange.tsx +21 -21
- package/components/icons/explorer.tsx +22 -22
- package/components/icons/faqs.tsx +21 -21
- package/components/icons/github.tsx +14 -14
- package/components/icons/guides.tsx +21 -21
- package/components/icons/gun-metal.tsx +44 -44
- package/components/icons/index.tsx +43 -43
- package/components/icons/integrations.tsx +25 -25
- package/components/icons/irradescent.tsx +41 -41
- package/components/icons/launch-subnet.tsx +21 -21
- package/components/icons/left-arrow.tsx +11 -11
- package/components/icons/lux-finance.tsx +23 -23
- package/components/icons/lux-logo.tsx +10 -10
- package/components/icons/lux-pass.tsx +25 -25
- package/components/icons/lux-quests.tsx +21 -21
- package/components/icons/market.tsx +24 -24
- package/components/icons/mirrored-titanium.tsx +46 -46
- package/components/icons/more-benefits.tsx +21 -21
- package/components/icons/open-source.tsx +26 -26
- package/components/icons/right-arrow.tsx +10 -10
- package/components/icons/safe.tsx +37 -37
- package/components/icons/search.tsx +12 -12
- package/components/icons/secure-delivery.tsx +13 -13
- package/components/icons/shop.tsx +20 -20
- package/components/icons/social-icon.tsx +35 -35
- package/components/icons/social-svg.css +3 -3
- package/components/icons/sterling-silver-card.tsx +44 -44
- package/components/icons/templates.tsx +21 -21
- package/components/icons/validators.tsx +41 -41
- package/components/icons/view-all-card.tsx +20 -20
- package/components/icons/wallet.tsx +20 -20
- package/components/icons/warpcast.tsx +58 -58
- package/components/icons/youtube-logo.tsx +59 -59
- package/components/index.ts +27 -27
- package/components/logo.tsx +89 -89
- 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 -31
- 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 -79
- 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 +392 -392
- 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/dt-checkout-panel.tsx +0 -85
- package/components/commerce/checkout-panel/links-row.tsx +0 -21
- package/components/commerce/checkout-panel/mb-checkout-panel.tsx +0 -55
@@ -1,11 +1,11 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import { type LucideProps } from 'lucide-react'
|
3
|
-
|
4
|
-
const Avatar: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
-
<svg width="17" height="21" viewBox="0 0 17 21" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
6
|
-
<path d="M8.66112 10.3544C6.14668 10.3544 4.32664 6.91073 4.32664 4.59206C4.32664 2.12213 6.27238 0.115723 8.66112 0.115723C11.0499 0.115723 12.9956 2.12514 12.9956 4.59206C12.9956 6.91398 11.1756 10.3544 8.66112 10.3544ZM8.66112 1.1542C6.82539 1.1542 5.33242 2.69703 5.33242 4.59185C5.33242 6.65402 6.94715 9.31553 8.66112 9.31553C10.3761 9.31553 11.9898 6.65387 11.9898 4.5925C11.9898 2.69668 10.4969 1.15398 8.66112 1.15398V1.1542Z" fill="white" />
|
7
|
-
<path d="M6.79776 11.3345H10.5242C13.7802 11.3345 16.4302 14.0712 16.4302 17.4338C16.4302 19.0831 15.1297 20.423 13.5356 20.423H3.78923C2.19216 20.423 0.894689 19.0831 0.894689 17.4338C0.893706 14.0712 3.54156 11.3345 6.79776 11.3345ZM3.78819 19.3844H13.5337C14.5749 19.3844 15.4225 18.509 15.4225 17.4338C15.4225 14.6453 13.2253 12.3731 10.5223 12.3731H6.79862C4.0956 12.3731 1.89839 14.6423 1.89839 17.4338C1.89937 18.509 2.74701 19.3844 3.78816 19.3844H3.78819Z" fill="white" />
|
8
|
-
</svg>
|
9
|
-
)
|
10
|
-
|
11
|
-
export default Avatar
|
1
|
+
import React from 'react'
|
2
|
+
import { type LucideProps } from 'lucide-react'
|
3
|
+
|
4
|
+
const Avatar: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
+
<svg width="17" height="21" viewBox="0 0 17 21" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
6
|
+
<path d="M8.66112 10.3544C6.14668 10.3544 4.32664 6.91073 4.32664 4.59206C4.32664 2.12213 6.27238 0.115723 8.66112 0.115723C11.0499 0.115723 12.9956 2.12514 12.9956 4.59206C12.9956 6.91398 11.1756 10.3544 8.66112 10.3544ZM8.66112 1.1542C6.82539 1.1542 5.33242 2.69703 5.33242 4.59185C5.33242 6.65402 6.94715 9.31553 8.66112 9.31553C10.3761 9.31553 11.9898 6.65387 11.9898 4.5925C11.9898 2.69668 10.4969 1.15398 8.66112 1.15398V1.1542Z" fill="white" />
|
7
|
+
<path d="M6.79776 11.3345H10.5242C13.7802 11.3345 16.4302 14.0712 16.4302 17.4338C16.4302 19.0831 15.1297 20.423 13.5356 20.423H3.78923C2.19216 20.423 0.894689 19.0831 0.894689 17.4338C0.893706 14.0712 3.54156 11.3345 6.79776 11.3345ZM3.78819 19.3844H13.5337C14.5749 19.3844 15.4225 18.509 15.4225 17.4338C15.4225 14.6453 13.2253 12.3731 10.5223 12.3731H6.79862C4.0956 12.3731 1.89839 14.6423 1.89839 17.4338C1.89937 18.509 2.74701 19.3844 3.78816 19.3844H3.78819Z" fill="white" />
|
8
|
+
</svg>
|
9
|
+
)
|
10
|
+
|
11
|
+
export default Avatar
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import { type LucideProps } from 'lucide-react'
|
3
|
-
|
4
|
-
const BagIcon: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
-
<svg fill="none" viewBox="0 0 1019 1281" {...props}>
|
6
|
-
<path d="m977.243 365.553h-175.407v-90.629c0-151.923-131.968-274.924-292.334-274.924-160.367 0-292.337 123.002-292.337 274.924v90.629h-175.4023c-23.3886 0-41.7627 17.051-41.7627 38.756v775.121c0 55.8 48.4456 100.76 108.582 100.76h801.84c60.138 0 108.578-44.96 108.578-100.76v-775.121c0-21.705-18.37-38.756-41.757-38.756zm-676.553-90.629c0-108.517 93.546-196.9408 208.812-196.9408 115.265 0 208.813 88.4218 208.813 196.9408v89.08h-417.625z" fill="currentColor"/>
|
7
|
-
</svg>
|
8
|
-
)
|
9
|
-
|
10
|
-
export default BagIcon
|
1
|
+
import React from 'react'
|
2
|
+
import { type LucideProps } from 'lucide-react'
|
3
|
+
|
4
|
+
const BagIcon: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
+
<svg fill="none" viewBox="0 0 1019 1281" {...props}>
|
6
|
+
<path d="m977.243 365.553h-175.407v-90.629c0-151.923-131.968-274.924-292.334-274.924-160.367 0-292.337 123.002-292.337 274.924v90.629h-175.4023c-23.3886 0-41.7627 17.051-41.7627 38.756v775.121c0 55.8 48.4456 100.76 108.582 100.76h801.84c60.138 0 108.578-44.96 108.578-100.76v-775.121c0-21.705-18.37-38.756-41.757-38.756zm-676.553-90.629c0-108.517 93.546-196.9408 208.812-196.9408 115.265 0 208.813 88.4218 208.813 196.9408v89.08h-417.625z" fill="currentColor"/>
|
7
|
+
</svg>
|
8
|
+
)
|
9
|
+
|
10
|
+
export default BagIcon
|
@@ -1,20 +1,20 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import { type LucideProps } from 'lucide-react'
|
3
|
-
|
4
|
-
const Blog: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
-
<svg
|
6
|
-
width={26}
|
7
|
-
height={25}
|
8
|
-
viewBox="0 0 26 25"
|
9
|
-
fill="none"
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
11
|
-
{...props}
|
12
|
-
>
|
13
|
-
<path
|
14
|
-
d="M5.76812 21.3005H1.07342C0.815769 21.3005 0.580967 21.1979 0.411631 21.0324C0.24229 20.8668 0.137374 20.6373 0.137374 20.3854V11.0217C0.137374 10.8063 0.316067 10.6317 0.536312 10.6317C0.756558 10.6317 0.935251 10.8063 0.935251 11.0217V20.3854C0.935251 20.422 0.950834 20.4565 0.975767 20.4809C1.0007 20.5053 1.03602 20.5205 1.07342 20.5205H5.35882V5.72189H1.07342C1.03603 5.72189 1.0007 5.73713 0.975767 5.7615C0.950833 5.78486 0.935251 5.8194 0.935251 5.85698V7.67912C0.935251 7.89445 0.756558 8.06915 0.536312 8.06915C0.316067 8.06915 0.137374 7.89445 0.137374 7.67912V5.85698C0.137374 5.6061 0.242303 5.37756 0.411631 5.21099C0.580959 5.04443 0.815755 4.94081 1.07342 4.94081H5.35881V1.27613C5.35881 1.06081 5.5375 0.886108 5.75775 0.886108H17.3881C17.5086 0.886108 17.6167 0.938923 17.6904 1.02119L19.7984 3.08204C19.8753 3.15821 19.9137 3.25674 19.9137 3.35628V4.94077H24.2002C24.4568 4.94077 24.6916 5.04437 24.8609 5.20994C25.0313 5.37448 25.1362 5.60402 25.1362 5.85592V20.3833C25.1362 20.6352 25.0313 20.8648 24.862 21.0303C24.6926 21.1959 24.4578 21.2984 24.2002 21.2984H15.0682V22.2441H16.9902C17.171 22.2441 17.3247 22.3619 17.3725 22.5234L18.0405 24.2196C18.1195 24.4196 18.0177 24.6451 17.813 24.7223C17.7663 24.7406 17.7174 24.7487 17.6696 24.7487L6.60123 24.7497C6.38098 24.7497 6.20229 24.575 6.20229 24.3597C6.20229 24.2988 6.21683 24.2419 6.24177 24.1901L6.90978 22.4939C6.97003 22.3395 7.12068 22.2451 7.28066 22.244H9.20264V21.2974H5.76592L5.76812 21.3005ZM21.4858 6.6543L23.416 8.10572C23.5895 8.23674 23.6217 8.48152 23.4877 8.65116L19.9148 13.1934V20.5217H24.2002C24.2376 20.5217 24.273 20.5065 24.2979 20.4821C24.3228 20.4577 24.3384 20.4232 24.3384 20.3866V5.85922C24.3384 5.82265 24.3228 5.78812 24.2979 5.76374C24.274 5.73835 24.2387 5.72311 24.2002 5.72311H19.9138V8.0135L20.9277 6.72561C21.0618 6.55599 21.3121 6.5245 21.4856 6.65553L21.4858 6.6543ZM19.1171 14.207L16.2237 17.8857C16.177 17.9446 16.1167 17.9863 16.0502 18.0117L13.8737 18.8283C13.668 18.9045 13.4374 18.8039 13.3595 18.6028C13.3335 18.5368 13.3273 18.4677 13.3387 18.4017L13.5839 16.156C13.5922 16.0778 13.6244 16.0077 13.6722 15.9508L19.1182 9.02685V3.98097L17.3895 3.9962C17.1692 3.9962 16.9905 3.8215 16.9905 3.60618V1.66723H6.15803V20.5205H19.1182V14.2071L19.1171 14.207ZM22.615 8.48352L21.3153 7.50643L14.3618 16.346L14.1956 17.8715L15.6625 17.322L22.615 8.48352ZM7.80957 10.8937C7.58932 10.8937 7.41063 10.719 7.41063 10.5037C7.41063 10.2884 7.58932 10.1137 7.80957 10.1137H15.2293C15.4495 10.1137 15.6282 10.2884 15.6282 10.5037C15.6282 10.719 15.4495 10.8937 15.2293 10.8937H7.80957ZM7.80957 6.12296C7.58932 6.12296 7.41063 5.94826 7.41063 5.73294C7.41063 5.51761 7.58932 5.34291 7.80957 5.34291H17.4631C17.6833 5.34291 17.862 5.51761 17.862 5.73294C17.862 5.94826 17.6833 6.12296 17.4631 6.12296H7.80957ZM7.80957 8.50781C7.58932 8.50781 7.41063 8.33311 7.41063 8.11778C7.41063 7.90246 7.58932 7.72776 7.80957 7.72776H17.4631C17.6833 7.72776 17.862 7.90246 17.862 8.11778C17.862 8.33311 17.6833 8.50781 17.4631 8.50781H7.80957ZM17.7873 2.2167V3.21309L18.7981 3.20496L17.7873 2.2167ZM16.7183 23.0251H7.55518L7.18223 23.9707H17.0903L16.7173 23.0251H16.7183ZM14.2706 21.2994H10.0028V22.245H14.2706V21.2994ZM0.934107 9.37712C0.934107 9.59245 0.755415 9.76715 0.535169 9.76715C0.314923 9.76715 0.13623 9.59245 0.13623 9.37712V9.32227C0.13623 9.10695 0.314923 8.93225 0.535169 8.93225C0.755415 8.93225 0.934107 9.10695 0.934107 9.32227V9.37712Z"
|
15
|
-
fill="#949494"
|
16
|
-
/>
|
17
|
-
</svg>
|
18
|
-
)
|
19
|
-
|
20
|
-
export default Blog
|
1
|
+
import React from 'react'
|
2
|
+
import { type LucideProps } from 'lucide-react'
|
3
|
+
|
4
|
+
const Blog: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
+
<svg
|
6
|
+
width={26}
|
7
|
+
height={25}
|
8
|
+
viewBox="0 0 26 25"
|
9
|
+
fill="none"
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
11
|
+
{...props}
|
12
|
+
>
|
13
|
+
<path
|
14
|
+
d="M5.76812 21.3005H1.07342C0.815769 21.3005 0.580967 21.1979 0.411631 21.0324C0.24229 20.8668 0.137374 20.6373 0.137374 20.3854V11.0217C0.137374 10.8063 0.316067 10.6317 0.536312 10.6317C0.756558 10.6317 0.935251 10.8063 0.935251 11.0217V20.3854C0.935251 20.422 0.950834 20.4565 0.975767 20.4809C1.0007 20.5053 1.03602 20.5205 1.07342 20.5205H5.35882V5.72189H1.07342C1.03603 5.72189 1.0007 5.73713 0.975767 5.7615C0.950833 5.78486 0.935251 5.8194 0.935251 5.85698V7.67912C0.935251 7.89445 0.756558 8.06915 0.536312 8.06915C0.316067 8.06915 0.137374 7.89445 0.137374 7.67912V5.85698C0.137374 5.6061 0.242303 5.37756 0.411631 5.21099C0.580959 5.04443 0.815755 4.94081 1.07342 4.94081H5.35881V1.27613C5.35881 1.06081 5.5375 0.886108 5.75775 0.886108H17.3881C17.5086 0.886108 17.6167 0.938923 17.6904 1.02119L19.7984 3.08204C19.8753 3.15821 19.9137 3.25674 19.9137 3.35628V4.94077H24.2002C24.4568 4.94077 24.6916 5.04437 24.8609 5.20994C25.0313 5.37448 25.1362 5.60402 25.1362 5.85592V20.3833C25.1362 20.6352 25.0313 20.8648 24.862 21.0303C24.6926 21.1959 24.4578 21.2984 24.2002 21.2984H15.0682V22.2441H16.9902C17.171 22.2441 17.3247 22.3619 17.3725 22.5234L18.0405 24.2196C18.1195 24.4196 18.0177 24.6451 17.813 24.7223C17.7663 24.7406 17.7174 24.7487 17.6696 24.7487L6.60123 24.7497C6.38098 24.7497 6.20229 24.575 6.20229 24.3597C6.20229 24.2988 6.21683 24.2419 6.24177 24.1901L6.90978 22.4939C6.97003 22.3395 7.12068 22.2451 7.28066 22.244H9.20264V21.2974H5.76592L5.76812 21.3005ZM21.4858 6.6543L23.416 8.10572C23.5895 8.23674 23.6217 8.48152 23.4877 8.65116L19.9148 13.1934V20.5217H24.2002C24.2376 20.5217 24.273 20.5065 24.2979 20.4821C24.3228 20.4577 24.3384 20.4232 24.3384 20.3866V5.85922C24.3384 5.82265 24.3228 5.78812 24.2979 5.76374C24.274 5.73835 24.2387 5.72311 24.2002 5.72311H19.9138V8.0135L20.9277 6.72561C21.0618 6.55599 21.3121 6.5245 21.4856 6.65553L21.4858 6.6543ZM19.1171 14.207L16.2237 17.8857C16.177 17.9446 16.1167 17.9863 16.0502 18.0117L13.8737 18.8283C13.668 18.9045 13.4374 18.8039 13.3595 18.6028C13.3335 18.5368 13.3273 18.4677 13.3387 18.4017L13.5839 16.156C13.5922 16.0778 13.6244 16.0077 13.6722 15.9508L19.1182 9.02685V3.98097L17.3895 3.9962C17.1692 3.9962 16.9905 3.8215 16.9905 3.60618V1.66723H6.15803V20.5205H19.1182V14.2071L19.1171 14.207ZM22.615 8.48352L21.3153 7.50643L14.3618 16.346L14.1956 17.8715L15.6625 17.322L22.615 8.48352ZM7.80957 10.8937C7.58932 10.8937 7.41063 10.719 7.41063 10.5037C7.41063 10.2884 7.58932 10.1137 7.80957 10.1137H15.2293C15.4495 10.1137 15.6282 10.2884 15.6282 10.5037C15.6282 10.719 15.4495 10.8937 15.2293 10.8937H7.80957ZM7.80957 6.12296C7.58932 6.12296 7.41063 5.94826 7.41063 5.73294C7.41063 5.51761 7.58932 5.34291 7.80957 5.34291H17.4631C17.6833 5.34291 17.862 5.51761 17.862 5.73294C17.862 5.94826 17.6833 6.12296 17.4631 6.12296H7.80957ZM7.80957 8.50781C7.58932 8.50781 7.41063 8.33311 7.41063 8.11778C7.41063 7.90246 7.58932 7.72776 7.80957 7.72776H17.4631C17.6833 7.72776 17.862 7.90246 17.862 8.11778C17.862 8.33311 17.6833 8.50781 17.4631 8.50781H7.80957ZM17.7873 2.2167V3.21309L18.7981 3.20496L17.7873 2.2167ZM16.7183 23.0251H7.55518L7.18223 23.9707H17.0903L16.7173 23.0251H16.7183ZM14.2706 21.2994H10.0028V22.245H14.2706V21.2994ZM0.934107 9.37712C0.934107 9.59245 0.755415 9.76715 0.535169 9.76715C0.314923 9.76715 0.13623 9.59245 0.13623 9.37712V9.32227C0.13623 9.10695 0.314923 8.93225 0.535169 8.93225C0.755415 8.93225 0.934107 9.10695 0.934107 9.32227V9.37712Z"
|
15
|
+
fill="#949494"
|
16
|
+
/>
|
17
|
+
</svg>
|
18
|
+
)
|
19
|
+
|
20
|
+
export default Blog
|
@@ -1,68 +1,68 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import { type LucideProps } from 'lucide-react'
|
3
|
-
|
4
|
-
const Bridge: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
-
<svg
|
6
|
-
width={23}
|
7
|
-
height={23}
|
8
|
-
viewBox="0 0 23 23"
|
9
|
-
fill="none"
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
11
|
-
{...props}
|
12
|
-
>
|
13
|
-
<circle
|
14
|
-
cx="21.3054"
|
15
|
-
cy="11.7233"
|
16
|
-
r="0.493842"
|
17
|
-
stroke="#949494"
|
18
|
-
strokeWidth="0.75"
|
19
|
-
/>
|
20
|
-
<circle
|
21
|
-
cx="20.7715"
|
22
|
-
cy="11.7233"
|
23
|
-
r="1.75104"
|
24
|
-
stroke="#949494"
|
25
|
-
strokeWidth="0.75"
|
26
|
-
/>
|
27
|
-
<circle
|
28
|
-
cx="19.2692"
|
29
|
-
cy="11.7233"
|
30
|
-
r="3.25307"
|
31
|
-
stroke="#949494"
|
32
|
-
strokeWidth="0.75"
|
33
|
-
/>
|
34
|
-
<circle
|
35
|
-
cx="17.6937"
|
36
|
-
cy="11.5427"
|
37
|
-
r="4.82851"
|
38
|
-
stroke="#949494"
|
39
|
-
strokeWidth="0.75"
|
40
|
-
/>
|
41
|
-
<circle
|
42
|
-
cx="16.073"
|
43
|
-
cy="11.5427"
|
44
|
-
r="6.44947"
|
45
|
-
stroke="#949494"
|
46
|
-
strokeWidth="0.75"
|
47
|
-
/>
|
48
|
-
<circle
|
49
|
-
cx="14.042"
|
50
|
-
cy="11.5427"
|
51
|
-
r="8.48044"
|
52
|
-
stroke="#949494"
|
53
|
-
strokeWidth="0.75"
|
54
|
-
/>
|
55
|
-
<circle
|
56
|
-
cx="11.561"
|
57
|
-
cy="11.5427"
|
58
|
-
r="10.9614"
|
59
|
-
stroke="#949494"
|
60
|
-
strokeWidth="0.75"
|
61
|
-
/>
|
62
|
-
</svg>
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
)
|
67
|
-
|
68
|
-
export default Bridge
|
1
|
+
import React from 'react'
|
2
|
+
import { type LucideProps } from 'lucide-react'
|
3
|
+
|
4
|
+
const Bridge: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
+
<svg
|
6
|
+
width={23}
|
7
|
+
height={23}
|
8
|
+
viewBox="0 0 23 23"
|
9
|
+
fill="none"
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
11
|
+
{...props}
|
12
|
+
>
|
13
|
+
<circle
|
14
|
+
cx="21.3054"
|
15
|
+
cy="11.7233"
|
16
|
+
r="0.493842"
|
17
|
+
stroke="#949494"
|
18
|
+
strokeWidth="0.75"
|
19
|
+
/>
|
20
|
+
<circle
|
21
|
+
cx="20.7715"
|
22
|
+
cy="11.7233"
|
23
|
+
r="1.75104"
|
24
|
+
stroke="#949494"
|
25
|
+
strokeWidth="0.75"
|
26
|
+
/>
|
27
|
+
<circle
|
28
|
+
cx="19.2692"
|
29
|
+
cy="11.7233"
|
30
|
+
r="3.25307"
|
31
|
+
stroke="#949494"
|
32
|
+
strokeWidth="0.75"
|
33
|
+
/>
|
34
|
+
<circle
|
35
|
+
cx="17.6937"
|
36
|
+
cy="11.5427"
|
37
|
+
r="4.82851"
|
38
|
+
stroke="#949494"
|
39
|
+
strokeWidth="0.75"
|
40
|
+
/>
|
41
|
+
<circle
|
42
|
+
cx="16.073"
|
43
|
+
cy="11.5427"
|
44
|
+
r="6.44947"
|
45
|
+
stroke="#949494"
|
46
|
+
strokeWidth="0.75"
|
47
|
+
/>
|
48
|
+
<circle
|
49
|
+
cx="14.042"
|
50
|
+
cy="11.5427"
|
51
|
+
r="8.48044"
|
52
|
+
stroke="#949494"
|
53
|
+
strokeWidth="0.75"
|
54
|
+
/>
|
55
|
+
<circle
|
56
|
+
cx="11.561"
|
57
|
+
cy="11.5427"
|
58
|
+
r="10.9614"
|
59
|
+
stroke="#949494"
|
60
|
+
strokeWidth="0.75"
|
61
|
+
/>
|
62
|
+
</svg>
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
)
|
67
|
+
|
68
|
+
export default Bridge
|
@@ -1,21 +1,21 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import { type LucideProps } from 'lucide-react'
|
3
|
-
|
4
|
-
const ChangeLog: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
-
<svg
|
6
|
-
width={21}
|
7
|
-
height={26}
|
8
|
-
viewBox="0 0 21 26"
|
9
|
-
fill="none"
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
11
|
-
{...props}
|
12
|
-
>
|
13
|
-
<path
|
14
|
-
d="M4.33245 0.0138245C4.0399 0.0420171 3.81611 0.288705 3.81787 0.582956V3.13969H1.5445C1.23082 3.13969 0.977051 3.39343 0.977051 3.70707V24.4447C0.977051 24.7583 1.23082 25.0138 1.5445 25.0138H16.3177C16.6314 25.0138 16.8869 24.7583 16.8869 24.4447V22.1716H19.7277C20.0414 22.1716 20.2952 21.9179 20.2952 21.6043V5.4113C20.297 5.26682 20.2423 5.12761 20.1454 5.02189L15.5988 0.192147C15.4913 0.0776125 15.3397 0.0141807 15.1811 0.0141807H4.38518L4.33245 0.0138245ZM4.95453 1.15033H14.6136V5.41094C14.6136 5.72635 14.8673 5.98007 15.181 5.98007H19.1602V21.0368H4.95457V5.98007C4.95634 5.82853 4.89642 5.68053 4.79068 5.57304C4.68318 5.46379 4.53691 5.40389 4.38536 5.40389C4.2338 5.40389 4.08753 5.46379 3.98179 5.57304C3.87429 5.68053 3.81438 5.82854 3.8179 5.98007V21.6042C3.8179 21.9179 4.07167 22.1716 4.38535 22.1716H15.7502V23.8772H2.11203V4.27633H4.3854C4.69908 4.27633 4.95461 4.02083 4.95461 3.7072L4.95453 1.15033ZM15.7504 2.01199L18.4132 4.84357H15.7504V2.01199ZM9.97894 10.2406C9.69521 10.2794 9.48372 10.5226 9.48728 10.808C9.48904 11.0952 9.70404 11.3349 9.98778 11.3683L12.4479 11.7243C9.89083 13.2062 7.4763 15.4228 6.67642 18.6209C6.6306 18.7707 6.64822 18.9328 6.724 19.0684C6.79978 19.2041 6.93019 19.3028 7.08174 19.3398C7.2333 19.3786 7.39367 19.3521 7.52408 19.2675C7.65625 19.1847 7.74789 19.0491 7.77785 18.8958C8.50392 15.9919 10.8108 13.9357 13.308 12.549L12.9185 15.2749C12.878 15.4317 12.9062 15.5974 12.9961 15.7313C13.0859 15.8652 13.2287 15.9551 13.3891 15.9762C13.5477 15.9991 13.7098 15.9533 13.8332 15.8511C13.9565 15.7471 14.0305 15.5956 14.0376 15.4335L14.605 11.4566C14.6279 11.3086 14.5909 11.1553 14.4993 11.0337C14.4094 10.9121 14.2755 10.831 14.1257 10.8099L10.1482 10.2408C10.0918 10.232 10.0353 10.2318 9.97894 10.2406Z"
|
15
|
-
fill="#949494"
|
16
|
-
/>
|
17
|
-
</svg>
|
18
|
-
|
19
|
-
)
|
20
|
-
|
21
|
-
export default ChangeLog
|
1
|
+
import React from 'react'
|
2
|
+
import { type LucideProps } from 'lucide-react'
|
3
|
+
|
4
|
+
const ChangeLog: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
+
<svg
|
6
|
+
width={21}
|
7
|
+
height={26}
|
8
|
+
viewBox="0 0 21 26"
|
9
|
+
fill="none"
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
11
|
+
{...props}
|
12
|
+
>
|
13
|
+
<path
|
14
|
+
d="M4.33245 0.0138245C4.0399 0.0420171 3.81611 0.288705 3.81787 0.582956V3.13969H1.5445C1.23082 3.13969 0.977051 3.39343 0.977051 3.70707V24.4447C0.977051 24.7583 1.23082 25.0138 1.5445 25.0138H16.3177C16.6314 25.0138 16.8869 24.7583 16.8869 24.4447V22.1716H19.7277C20.0414 22.1716 20.2952 21.9179 20.2952 21.6043V5.4113C20.297 5.26682 20.2423 5.12761 20.1454 5.02189L15.5988 0.192147C15.4913 0.0776125 15.3397 0.0141807 15.1811 0.0141807H4.38518L4.33245 0.0138245ZM4.95453 1.15033H14.6136V5.41094C14.6136 5.72635 14.8673 5.98007 15.181 5.98007H19.1602V21.0368H4.95457V5.98007C4.95634 5.82853 4.89642 5.68053 4.79068 5.57304C4.68318 5.46379 4.53691 5.40389 4.38536 5.40389C4.2338 5.40389 4.08753 5.46379 3.98179 5.57304C3.87429 5.68053 3.81438 5.82854 3.8179 5.98007V21.6042C3.8179 21.9179 4.07167 22.1716 4.38535 22.1716H15.7502V23.8772H2.11203V4.27633H4.3854C4.69908 4.27633 4.95461 4.02083 4.95461 3.7072L4.95453 1.15033ZM15.7504 2.01199L18.4132 4.84357H15.7504V2.01199ZM9.97894 10.2406C9.69521 10.2794 9.48372 10.5226 9.48728 10.808C9.48904 11.0952 9.70404 11.3349 9.98778 11.3683L12.4479 11.7243C9.89083 13.2062 7.4763 15.4228 6.67642 18.6209C6.6306 18.7707 6.64822 18.9328 6.724 19.0684C6.79978 19.2041 6.93019 19.3028 7.08174 19.3398C7.2333 19.3786 7.39367 19.3521 7.52408 19.2675C7.65625 19.1847 7.74789 19.0491 7.77785 18.8958C8.50392 15.9919 10.8108 13.9357 13.308 12.549L12.9185 15.2749C12.878 15.4317 12.9062 15.5974 12.9961 15.7313C13.0859 15.8652 13.2287 15.9551 13.3891 15.9762C13.5477 15.9991 13.7098 15.9533 13.8332 15.8511C13.9565 15.7471 14.0305 15.5956 14.0376 15.4335L14.605 11.4566C14.6279 11.3086 14.5909 11.1553 14.4993 11.0337C14.4094 10.9121 14.2755 10.831 14.1257 10.8099L10.1482 10.2408C10.0918 10.232 10.0353 10.2318 9.97894 10.2406Z"
|
15
|
+
fill="#949494"
|
16
|
+
/>
|
17
|
+
</svg>
|
18
|
+
|
19
|
+
)
|
20
|
+
|
21
|
+
export default ChangeLog
|