@servicetitan/navigation 11.0.0 → 11.1.1
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/dist/components/badge-tag.js +7 -2
- package/dist/components/badge-tag.js.map +1 -1
- package/dist/components/counter-tag.js +10 -2
- package/dist/components/counter-tag.js.map +1 -1
- package/dist/components/header-navigation/header-navigation-content.js +44 -8
- package/dist/components/header-navigation/header-navigation-content.js.map +1 -1
- package/dist/components/header-navigation/header-navigation-links.js +49 -13
- package/dist/components/header-navigation/header-navigation-links.js.map +1 -1
- package/dist/components/header-navigation/header-navigation-stories.module.less.d.ts +3 -0
- package/dist/components/header-navigation/header-navigation.js +178 -46
- package/dist/components/header-navigation/header-navigation.js.map +1 -1
- package/dist/components/header-navigation/header-navigation.module.less.d.ts +22 -0
- package/dist/components/header-navigation/index.js +1 -0
- package/dist/components/header-navigation/index.js.map +1 -1
- package/dist/components/header-navigation/with-tooltip.js +7 -1
- package/dist/components/header-navigation/with-tooltip.js.map +1 -1
- package/dist/components/left-navigation/header-navigation-tiny-links.js +62 -15
- package/dist/components/left-navigation/header-navigation-tiny-links.js.map +1 -1
- package/dist/components/left-navigation/header-navigation-tiny.js +27 -2
- package/dist/components/left-navigation/header-navigation-tiny.js.map +1 -1
- package/dist/components/left-navigation/header-navigation-tiny.module.less.d.ts +15 -0
- package/dist/components/left-navigation/index.d.ts +1 -1
- package/dist/components/left-navigation/index.d.ts.map +1 -1
- package/dist/components/left-navigation/index.js +1 -1
- package/dist/components/left-navigation/index.js.map +1 -1
- package/dist/components/left-navigation/interface-internal.js +2 -1
- package/dist/components/left-navigation/interface-internal.js.map +1 -1
- package/dist/components/left-navigation/interface.js +2 -1
- package/dist/components/left-navigation/interface.js.map +1 -1
- package/dist/components/left-navigation/side-navigation-context.js +4 -3
- package/dist/components/left-navigation/side-navigation-context.js.map +1 -1
- package/dist/components/left-navigation/side-navigation-links-internal.js +76 -16
- package/dist/components/left-navigation/side-navigation-links-internal.js.map +1 -1
- package/dist/components/left-navigation/side-navigation-links.js +34 -13
- package/dist/components/left-navigation/side-navigation-links.js.map +1 -1
- package/dist/components/left-navigation/side-navigation.js +314 -85
- package/dist/components/left-navigation/side-navigation.js.map +1 -1
- package/dist/components/left-navigation/side-navigation.module.less.d.ts +48 -0
- package/dist/components/left-navigation/with-tooltip.js +12 -1
- package/dist/components/left-navigation/with-tooltip.js.map +1 -1
- package/dist/components/links.js +28 -7
- package/dist/components/links.js.map +1 -1
- package/dist/components/logo/logo-company-title.js +19 -3
- package/dist/components/logo/logo-company-title.js.map +1 -1
- package/dist/components/logo/logo-titan-text.js +50 -6
- package/dist/components/logo/logo-titan-text.js.map +1 -1
- package/dist/components/logo/logo-titan-text.module.less.d.ts +6 -0
- package/dist/components/logo/logo-titan.d.ts +1 -0
- package/dist/components/logo/logo-titan.d.ts.map +1 -1
- package/dist/components/logo/logo-titan.js +53 -8
- package/dist/components/logo/logo-titan.js.map +1 -1
- package/dist/components/profile-dropdown/profile-dropdown.d.ts.map +1 -1
- package/dist/components/profile-dropdown/profile-dropdown.js +174 -33
- package/dist/components/profile-dropdown/profile-dropdown.js.map +1 -1
- package/dist/components/profile-dropdown/profile-dropdown.module.less.d.ts +23 -0
- package/dist/components/profile-dropdown/profile-icon.js +49 -3
- package/dist/components/profile-dropdown/profile-icon.js.map +1 -1
- package/dist/components/titan-layout/index.d.ts +2 -2
- package/dist/components/titan-layout/index.d.ts.map +1 -1
- package/dist/components/titan-layout/index.js +1 -2
- package/dist/components/titan-layout/index.js.map +1 -1
- package/dist/components/titan-layout/interface-internal.js +2 -1
- package/dist/components/titan-layout/interface-internal.js.map +1 -1
- package/dist/components/titan-layout/interface.js +2 -1
- package/dist/components/titan-layout/interface.js.map +1 -1
- package/dist/components/titan-layout/layout-context.js +15 -6
- package/dist/components/titan-layout/layout-context.js.map +1 -1
- package/dist/components/titan-layout/layout-header-dark.d.ts +10 -0
- package/dist/components/titan-layout/layout-header-dark.d.ts.map +1 -0
- package/dist/components/titan-layout/layout-header-dark.js +146 -0
- package/dist/components/titan-layout/layout-header-dark.js.map +1 -0
- package/dist/components/titan-layout/layout-header-links.js +61 -15
- package/dist/components/titan-layout/layout-header-links.js.map +1 -1
- package/dist/components/titan-layout/layout-header.d.ts +2 -6
- package/dist/components/titan-layout/layout-header.d.ts.map +1 -1
- package/dist/components/titan-layout/layout-header.js +46 -2
- package/dist/components/titan-layout/layout-header.js.map +1 -1
- package/dist/components/titan-layout/layout-header.module.less +337 -83
- package/dist/components/titan-layout/layout-header.module.less.d.ts +35 -0
- package/dist/components/titan-layout/layout-logo.d.ts +5 -3
- package/dist/components/titan-layout/layout-logo.d.ts.map +1 -1
- package/dist/components/titan-layout/layout-logo.js +47 -9
- package/dist/components/titan-layout/layout-logo.js.map +1 -1
- package/dist/components/titan-layout/layout-logo.stories.d.ts +15 -4
- package/dist/components/titan-layout/layout-logo.stories.d.ts.map +1 -1
- package/dist/components/titan-layout/layout-profile.js +75 -23
- package/dist/components/titan-layout/layout-profile.js.map +1 -1
- package/dist/components/titan-layout/layout-sidebar-links-internal.js +162 -36
- package/dist/components/titan-layout/layout-sidebar-links-internal.js.map +1 -1
- package/dist/components/titan-layout/layout-sidebar-links.js +33 -13
- package/dist/components/titan-layout/layout-sidebar-links.js.map +1 -1
- package/dist/components/titan-layout/layout-sidebar.js +198 -34
- package/dist/components/titan-layout/layout-sidebar.js.map +1 -1
- package/dist/components/titan-layout/layout-sidebar.module.less +6 -2
- package/dist/components/titan-layout/layout-sidebar.module.less.d.ts +49 -0
- package/dist/components/titan-layout/notifications-context.js +20 -10
- package/dist/components/titan-layout/notifications-context.js.map +1 -1
- package/dist/components/titan-layout/titan-layout.d.ts +7 -8
- package/dist/components/titan-layout/titan-layout.d.ts.map +1 -1
- package/dist/components/titan-layout/titan-layout.js +271 -117
- package/dist/components/titan-layout/titan-layout.js.map +1 -1
- package/dist/components/titan-layout/titan-layout.module.less +7 -2
- package/dist/components/titan-layout/titan-layout.module.less.d.ts +17 -0
- package/dist/components/titan-layout/titan-layout.stories.d.ts +6 -0
- package/dist/components/titan-layout/titan-layout.stories.d.ts.map +1 -1
- package/dist/components/titan-layout/with-tooltip.d.ts +4 -1
- package/dist/components/titan-layout/with-tooltip.d.ts.map +1 -1
- package/dist/components/titan-layout/with-tooltip.js +13 -1
- package/dist/components/titan-layout/with-tooltip.js.map +1 -1
- package/dist/index.d.ts +4 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/test/data-stories.module.less.d.ts +3 -0
- package/dist/test/data.js +223 -90
- package/dist/test/data.js.map +1 -1
- package/dist/utils/counter-tag.js +2 -1
- package/dist/utils/counter-tag.js.map +1 -1
- package/dist/utils/navigation-context.js +12 -6
- package/dist/utils/navigation-context.js.map +1 -1
- package/dist/utils/navigation-legacy.js +2 -1
- package/dist/utils/navigation-legacy.js.map +1 -1
- package/dist/utils/navigation.js +2 -1
- package/dist/utils/navigation.js.map +1 -1
- package/dist/utils/side-nav.js +9 -6
- package/dist/utils/side-nav.js.map +1 -1
- package/dist/utils/use-breakpoint.js +11 -8
- package/dist/utils/use-breakpoint.js.map +1 -1
- package/package.json +4 -4
- package/src/components/left-navigation/index.ts +1 -1
- package/src/components/logo/logo-titan.tsx +3 -1
- package/src/components/profile-dropdown/profile-dropdown.tsx +8 -4
- package/src/components/titan-layout/index.ts +2 -2
- package/src/components/titan-layout/layout-header-dark.tsx +186 -0
- package/src/components/titan-layout/layout-header-links.tsx +1 -1
- package/src/components/titan-layout/layout-header.module.less +337 -83
- package/src/components/titan-layout/layout-header.module.less.d.ts +19 -2
- package/src/components/titan-layout/layout-header.tsx +13 -16
- package/src/components/titan-layout/layout-logo.stories.tsx +103 -15
- package/src/components/titan-layout/layout-logo.tsx +33 -36
- package/src/components/titan-layout/layout-profile.stories.tsx +1 -1
- package/src/components/titan-layout/layout-sidebar.module.less +6 -2
- package/src/components/titan-layout/layout-sidebar.tsx +1 -1
- package/src/components/titan-layout/titan-layout.module.less +7 -2
- package/src/components/titan-layout/titan-layout.module.less.d.ts +2 -1
- package/src/components/titan-layout/titan-layout.stories.tsx +80 -23
- package/src/components/titan-layout/titan-layout.tsx +96 -85
- package/src/components/titan-layout/with-tooltip.tsx +5 -2
- package/src/index.ts +4 -5
- package/dist/components/header-navigation/header-navigation-extra-stacked.stories.js +0 -13
- package/dist/components/header-navigation/header-navigation-extra-stacked.stories.js.map +0 -1
- package/dist/components/header-navigation/header-navigation-extra.stories.js +0 -29
- package/dist/components/header-navigation/header-navigation-extra.stories.js.map +0 -1
- package/dist/components/header-navigation/header-navigation-stacked.stories.js +0 -50
- package/dist/components/header-navigation/header-navigation-stacked.stories.js.map +0 -1
- package/dist/components/header-navigation/header-navigation.stories.js +0 -54
- package/dist/components/header-navigation/header-navigation.stories.js.map +0 -1
- package/dist/components/layout.stories.js +0 -29
- package/dist/components/layout.stories.js.map +0 -1
- package/dist/components/left-navigation/header-navigation-extra-tiny.stories.js +0 -13
- package/dist/components/left-navigation/header-navigation-extra-tiny.stories.js.map +0 -1
- package/dist/components/left-navigation/header-navigation-tiny.stories.js +0 -30
- package/dist/components/left-navigation/header-navigation-tiny.stories.js.map +0 -1
- package/dist/components/left-navigation/side-navigation.stories.js +0 -115
- package/dist/components/left-navigation/side-navigation.stories.js.map +0 -1
- package/dist/components/logo/logo.stories.js +0 -20
- package/dist/components/logo/logo.stories.js.map +0 -1
- package/dist/components/profile-dropdown/profile-dropdown-stacked.stories.js +0 -13
- package/dist/components/profile-dropdown/profile-dropdown-stacked.stories.js.map +0 -1
- package/dist/components/profile-dropdown/profile-dropdown-tiny.stories.js +0 -13
- package/dist/components/profile-dropdown/profile-dropdown-tiny.stories.js.map +0 -1
- package/dist/components/profile-dropdown/profile-dropdown.stories.js +0 -51
- package/dist/components/profile-dropdown/profile-dropdown.stories.js.map +0 -1
- package/dist/components/titan-layout/layout-logo.stories.js +0 -17
- package/dist/components/titan-layout/layout-logo.stories.js.map +0 -1
- package/dist/components/titan-layout/layout-profile.stories.js +0 -13
- package/dist/components/titan-layout/layout-profile.stories.js.map +0 -1
- package/dist/components/titan-layout/titan-layout.stories.js +0 -83
- package/dist/components/titan-layout/titan-layout.stories.js.map +0 -1
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export const __esModule: true;
|
|
2
|
+
export const divider: string;
|
|
3
|
+
export const navigationGroupItem: string;
|
|
4
|
+
export const navigationGroupWrapper: string;
|
|
5
|
+
export const navigationIcon: string;
|
|
6
|
+
export const navigationIconActive: string;
|
|
7
|
+
export const navigationIconInactive: string;
|
|
8
|
+
export const navigationItem: string;
|
|
9
|
+
export const navigationItemActive: string;
|
|
10
|
+
export const navigationItemCounter: string;
|
|
11
|
+
export const navigationItemCounterLong: string;
|
|
12
|
+
export const navigationItemGroupToggle: string;
|
|
13
|
+
export const navigationItemGroupToggleClick: string;
|
|
14
|
+
export const navigationItemGroupToggleWrapper: string;
|
|
15
|
+
export const navigationItemIconSwitch: string;
|
|
16
|
+
export const navigationItemIconWrapper: string;
|
|
17
|
+
export const navigationItemTextCollapsed: string;
|
|
18
|
+
export const navigationItemTextExpanded: string;
|
|
19
|
+
export const navigationItemTextSmall: string;
|
|
20
|
+
export const optionsIcon: string;
|
|
21
|
+
export const optionsIconWrapper: string;
|
|
22
|
+
export const optionsItem: string;
|
|
23
|
+
export const optionsItemContent: string;
|
|
24
|
+
export const optionsItemText: string;
|
|
25
|
+
export const sideNav: string;
|
|
26
|
+
export const sideNavBottom: string;
|
|
27
|
+
export const sideNavContent: string;
|
|
28
|
+
export const sideNavExpanded: string;
|
|
29
|
+
export const sideNavFooter: string;
|
|
30
|
+
export const sideNavMain: string;
|
|
31
|
+
export const sideNavNavigation: string;
|
|
32
|
+
export const sideNavSlim: string;
|
|
33
|
+
export const sideNavSubmenuBar: string;
|
|
34
|
+
export const sideNavSubmenuDrawer: string;
|
|
35
|
+
export const sideNavTop: string;
|
|
36
|
+
export const sideNavV1: string;
|
|
37
|
+
export const sideNavV2: string;
|
|
38
|
+
export const submenu: string;
|
|
39
|
+
export const submenuBar: string;
|
|
40
|
+
export const submenuGroupHeader: string;
|
|
41
|
+
export const submenuGroupHeaderEmpty: string;
|
|
42
|
+
export const submenuLink: string;
|
|
43
|
+
export const submenuLinkActive: string;
|
|
44
|
+
export const submenuLinkCounter: string;
|
|
45
|
+
export const submenuPopover: string;
|
|
46
|
+
export const submenuWrapper: string;
|
|
47
|
+
export const submenuWrapperCollapsed: string;
|
|
48
|
+
|
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { Tooltip } from '@servicetitan/anvil2';
|
|
3
|
-
export const withTooltip = (element, tooltip, placement = 'bottom')
|
|
3
|
+
export const withTooltip = (element, tooltip, placement = 'bottom')=>tooltip ? /*#__PURE__*/ _jsxs(Tooltip, {
|
|
4
|
+
placement: placement,
|
|
5
|
+
children: [
|
|
6
|
+
/*#__PURE__*/ _jsx(Tooltip.Content, {
|
|
7
|
+
children: tooltip
|
|
8
|
+
}),
|
|
9
|
+
/*#__PURE__*/ _jsx(Tooltip.Trigger, {
|
|
10
|
+
children: element
|
|
11
|
+
})
|
|
12
|
+
]
|
|
13
|
+
}) : element;
|
|
14
|
+
|
|
4
15
|
//# sourceMappingURL=with-tooltip.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../../src/components/left-navigation/with-tooltip.tsx"],"sourcesContent":["import { Tooltip, TooltipProps } from '@servicetitan/anvil2';\nimport { ReactElement } from 'react';\n\nexport const withTooltip = (\n element: ReactElement,\n tooltip: string | undefined,\n placement: TooltipProps['placement'] = 'bottom'\n) =>\n tooltip ? (\n <Tooltip placement={placement}>\n <Tooltip.Content>{tooltip}</Tooltip.Content>\n <Tooltip.Trigger>{element}</Tooltip.Trigger>\n </Tooltip>\n ) : (\n element\n );\n"],"names":["Tooltip","withTooltip","element","tooltip","placement","Content","Trigger"],"mappings":";AAAA,SAASA,OAAO,QAAsB,uBAAuB;AAG7D,OAAO,MAAMC,cAAc,CACvBC,SACAC,SACAC,YAAuC,QAAQ,GAE/CD,wBACI,MAACH;QAAQI,WAAWA;;0BAChB,KAACJ,QAAQK,OAAO;0BAAEF;;0BAClB,KAACH,QAAQM,OAAO;0BAAEJ;;;SAGtBA,QACF"}
|
package/dist/components/links.js
CHANGED
|
@@ -1,14 +1,35 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { HeaderNavigationLink as HeaderNavigationLinkLegacy, HeaderNavigationTrigger as HeaderNavigationTriggerLegacy
|
|
2
|
+
import { HeaderNavigationLink as HeaderNavigationLinkLegacy, HeaderNavigationTrigger as HeaderNavigationTriggerLegacy } from './header-navigation/header-navigation-links';
|
|
3
3
|
import { useTitanLayoutPlacementContext } from './titan-layout';
|
|
4
|
-
import { LayoutHeaderNavigationLink, LayoutHeaderNavigationTrigger
|
|
5
|
-
import { TitanLayoutSidebarLink, TitanLayoutSidebarTrigger
|
|
6
|
-
export const HeaderNavigationLink = props
|
|
4
|
+
import { LayoutHeaderNavigationLink, LayoutHeaderNavigationTrigger } from './titan-layout/layout-header-links';
|
|
5
|
+
import { TitanLayoutSidebarLink, TitanLayoutSidebarTrigger } from './titan-layout/layout-sidebar-links';
|
|
6
|
+
export const HeaderNavigationLink = (props)=>{
|
|
7
7
|
const placement = useTitanLayoutPlacementContext();
|
|
8
|
-
return placement === 'top' ?
|
|
8
|
+
return placement === 'top' ? /*#__PURE__*/ _jsx(LayoutHeaderNavigationLink, {
|
|
9
|
+
...props
|
|
10
|
+
}) : placement === 'side' ? /*#__PURE__*/ _jsx(TitanLayoutSidebarLink, {
|
|
11
|
+
id: props.id,
|
|
12
|
+
icon: props.icon,
|
|
13
|
+
iconActive: props.iconActive,
|
|
14
|
+
to: props.to,
|
|
15
|
+
title: props.title,
|
|
16
|
+
counter: props.counter
|
|
17
|
+
}) : /*#__PURE__*/ _jsx(HeaderNavigationLinkLegacy, {
|
|
18
|
+
...props
|
|
19
|
+
});
|
|
9
20
|
};
|
|
10
|
-
export const HeaderNavigationTrigger = props
|
|
21
|
+
export const HeaderNavigationTrigger = (props)=>{
|
|
11
22
|
const placement = useTitanLayoutPlacementContext();
|
|
12
|
-
return placement === 'top' ?
|
|
23
|
+
return placement === 'top' ? /*#__PURE__*/ _jsx(LayoutHeaderNavigationTrigger, {
|
|
24
|
+
...props
|
|
25
|
+
}) : placement === 'side' ? /*#__PURE__*/ _jsx(TitanLayoutSidebarTrigger, {
|
|
26
|
+
id: props.id,
|
|
27
|
+
title: props.title,
|
|
28
|
+
icon: props.icon,
|
|
29
|
+
iconActive: props.iconActive
|
|
30
|
+
}) : /*#__PURE__*/ _jsx(HeaderNavigationTriggerLegacy, {
|
|
31
|
+
...props
|
|
32
|
+
});
|
|
13
33
|
};
|
|
34
|
+
|
|
14
35
|
//# sourceMappingURL=links.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../src/components/links.tsx"],"sourcesContent":["import { FC } from 'react';\nimport {\n HeaderNavigationLinkProps,\n HeaderNavigationTriggerProps,\n} from '../utils/navigation-legacy';\nimport {\n HeaderNavigationLink as HeaderNavigationLinkLegacy,\n HeaderNavigationTrigger as HeaderNavigationTriggerLegacy,\n} from './header-navigation/header-navigation-links';\nimport { useTitanLayoutPlacementContext } from './titan-layout';\nimport {\n LayoutHeaderNavigationLink,\n LayoutHeaderNavigationTrigger,\n} from './titan-layout/layout-header-links';\nimport {\n TitanLayoutSidebarLink,\n TitanLayoutSidebarTrigger,\n} from './titan-layout/layout-sidebar-links';\n\nexport const HeaderNavigationLink: FC<HeaderNavigationLinkProps> = props => {\n const placement = useTitanLayoutPlacementContext();\n\n return placement === 'top' ? (\n <LayoutHeaderNavigationLink {...props} />\n ) : placement === 'side' ? (\n <TitanLayoutSidebarLink\n id={props.id}\n icon={props.icon}\n iconActive={props.iconActive}\n to={props.to}\n title={props.title}\n counter={props.counter}\n />\n ) : (\n <HeaderNavigationLinkLegacy {...props} />\n );\n};\n\nexport const HeaderNavigationTrigger: FC<HeaderNavigationTriggerProps> = props => {\n const placement = useTitanLayoutPlacementContext();\n\n return placement === 'top' ? (\n <LayoutHeaderNavigationTrigger {...props} />\n ) : placement === 'side' ? (\n <TitanLayoutSidebarTrigger\n id={props.id}\n title={props.title}\n icon={props.icon}\n iconActive={props.iconActive}\n />\n ) : (\n <HeaderNavigationTriggerLegacy {...props} />\n );\n};\n"],"names":["HeaderNavigationLink","HeaderNavigationLinkLegacy","HeaderNavigationTrigger","HeaderNavigationTriggerLegacy","useTitanLayoutPlacementContext","LayoutHeaderNavigationLink","LayoutHeaderNavigationTrigger","TitanLayoutSidebarLink","TitanLayoutSidebarTrigger","props","placement","id","icon","iconActive","to","title","counter"],"mappings":";AAKA,SACIA,wBAAwBC,0BAA0B,EAClDC,2BAA2BC,6BAA6B,QACrD,8CAA8C;AACrD,SAASC,8BAA8B,QAAQ,iBAAiB;AAChE,SACIC,0BAA0B,EAC1BC,6BAA6B,QAC1B,qCAAqC;AAC5C,SACIC,sBAAsB,EACtBC,yBAAyB,QACtB,sCAAsC;AAE7C,OAAO,MAAMR,uBAAsDS,CAAAA;IAC/D,MAAMC,YAAYN;IAElB,OAAOM,cAAc,sBACjB,KAACL;QAA4B,GAAGI,KAAK;SACrCC,cAAc,uBACd,KAACH;QACGI,IAAIF,MAAME,EAAE;QACZC,MAAMH,MAAMG,IAAI;QAChBC,YAAYJ,MAAMI,UAAU;QAC5BC,IAAIL,MAAMK,EAAE;QACZC,OAAON,MAAMM,KAAK;QAClBC,SAASP,MAAMO,OAAO;uBAG1B,KAACf;QAA4B,GAAGQ,KAAK;;AAE7C,EAAE;AAEF,OAAO,MAAMP,0BAA4DO,CAAAA;IACrE,MAAMC,YAAYN;IAElB,OAAOM,cAAc,sBACjB,KAACJ;QAA+B,GAAGG,KAAK;SACxCC,cAAc,uBACd,KAACF;QACGG,IAAIF,MAAME,EAAE;QACZI,OAAON,MAAMM,KAAK;QAClBH,MAAMH,MAAMG,IAAI;QAChBC,YAAYJ,MAAMI,UAAU;uBAGhC,KAACV;QAA+B,GAAGM,KAAK;;AAEhD,EAAE"}
|
|
@@ -1,6 +1,22 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
/* tslint:disable: max-line-length */
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
/* tslint:disable: max-line-length */ export const LogoCompanyTitle = ({ className, fill = 'currentColor', size = '162', height })=>{
|
|
3
|
+
return /*#__PURE__*/ _jsxs("svg", {
|
|
4
|
+
className: className,
|
|
5
|
+
width: height ? undefined : size,
|
|
6
|
+
height: height,
|
|
7
|
+
viewBox: "0 0 322 80",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
children: [
|
|
10
|
+
/*#__PURE__*/ _jsx("path", {
|
|
11
|
+
d: "M102.9 34.5c-1-.6-3.6-1.8-5.9-1.8-2 0-3.4.8-3.4 2.3 0 1.1.7 2 3.5 2.8.6.2 1.3.4 1.9.6 2.5.8 4.3 1.9 5.4 3.3 1.1 1.4 1.7 3.2 1.7 5.4 0 6.3-4.4 9.7-11.5 9.7-3.9 0-7.3-1.3-10-3.3l2.6-6.1c1.1 1 4.5 3 7.5 3 2.3 0 3.6-1.1 3.6-2.6 0-1.7-1.1-2.4-4-3.4-1-.3-2.5-.8-3.5-1.2-2.8-1.1-5-3.6-5-7.9 0-5.2 4.3-8.9 10.7-8.9 3.6 0 7 1.1 8.6 2.2l-2.2 5.9zm11.4 12.9c0 3 1.9 4.5 4.1 4.5 1.5 0 2.6-.6 3.3-1.9h6.3c-.8 3.7-4.2 6.8-9.7 6.8-7.4 0-11.2-4.6-11.2-10.7 0-6.2 4.5-10.5 10.8-10.5 6.8 0 10.6 4 10.6 10v1.8h-14.2zm7.8-4c-.2-1-.6-3.2-3.8-3.2-2.8 0-3.5 2.2-3.7 3.2h7.5zm79.1 4c0 3 1.9 4.5 4.1 4.5 1.5 0 2.6-.6 3.3-1.9h6.3c-.8 3.7-4.2 6.8-9.7 6.8-7.4 0-11.2-4.6-11.2-10.7 0-6.2 4.5-10.5 10.8-10.5 6.8 0 10.6 4 10.6 10v1.8h-14.2zm7.7-4c-.2-1-.6-3.2-3.8-3.2-2.8 0-3.5 2.2-3.7 3.2h7.5zm-78.4-7h6.8v3.1h.2c1.6-2.8 2.9-3.6 5.1-3.6 1 0 1.8.4 2 .4v6.4c-.7-.4-1.5-.7-2.6-.7-2.4 0-4.5 2.2-4.5 5.9v8.2h-7V36.4z",
|
|
12
|
+
fill: fill
|
|
13
|
+
}),
|
|
14
|
+
/*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "M150.4 36.4l4.7 10.1 4.8-10.1h7.8l-10.3 19.8h-4.7l-10.2-19.8h7.9zm17-6.7c0-.5.1-1 .3-1.5.2-.5.5-.9.8-1.3.4-.4.8-.6 1.3-.8.5-.2 1-.3 1.5-.3s1 .1 1.5.3c.5.2.9.5 1.3.8.4.4.6.8.8 1.3.2.5.3 1 .3 1.5s-.1 1-.3 1.5c-.2.5-.5.9-.8 1.3-.4.4-.8.6-1.3.8-.5.2-1 .3-1.5.3s-1-.1-1.5-.3c-.5-.2-.9-.5-1.3-.8s-.6-.8-.8-1.3c-.2-.5-.3-1-.3-1.5zm.5 6.7h7v19.8h-7zm25 6.4c-1.2-.8-2.8-1.2-4.1-1.2-2.8 0-4.8 1.9-4.8 4.8 0 2.8 2 4.7 4.8 4.7 1.3 0 2.9-.4 4.1-1.4v5.9c-.7.5-2.6 1.1-4.9 1.1-6.8 0-11.2-4-11.2-10.4s4.5-10.6 11.4-10.6c1.7 0 3.3.4 4.7 1.1v6zm36.2-9.3v22.7h-7.6V33.5h-6.2v-6.4h20v6.4h-6.2zm7.1-3.8c0-.5.1-1 .3-1.5.2-.5.5-.9.8-1.3.4-.4.8-.6 1.3-.8.5-.2 1-.3 1.5-.3s1 .1 1.5.3c.5.2.9.5 1.3.8.4.4.6.8.8 1.3.2.5.3 1 .3 1.5s-.1 1-.3 1.5c-.2.5-.5.9-.8 1.3-.4.4-.8.6-1.3.8-.5.2-1 .3-1.5.3s-1-.1-1.5-.3c-.5-.2-.9-.5-1.3-.8s-.6-.8-.8-1.3c-.2-.5-.3-1-.3-1.5zm.5 6.7h7v19.8h-7zm18.7 5.8v14h-7v-14h-2.7v-5.8h2.7v-5.9h7v5.9h3.5v5.8h-3.5zm29.1-5.8h7V40c1-1.8 3.4-4 6.3-4 1.4 0 2.6.2 3.6.7 1 .5 1.8 1.1 2.5 1.9.6.7 1 1.4 1.2 2.2.2.8.3 1.8.3 2.8v12.6h-7v-10c0-1-.1-1.8-.2-2.4-.1-.6-.4-1.1-.8-1.4-.3-.3-.7-.5-1-.7-.4-.1-.8-.2-1.2-.2-1.2 0-3.7 1.2-3.7 4.5v10.1h-7V36.4zm25.4-3.5c.5 0 1.1.1 1.6.4.5.3.9.7 1.2 1.2.3.5.4 1.1.4 1.6 0 .6-.1 1.1-.4 1.6s-.7.9-1.2 1.2-1.1.4-1.6.4-1.1-.1-1.6-.4-.9-.7-1.2-1.2c-.3-.5-.4-1.1-.4-1.6 0-.6.1-1.1.4-1.6s.7-.9 1.2-1.2c.5-.2 1-.4 1.6-.4zm0 .6c-.5 0-.9.1-1.3.4-.4.2-.8.6-1 1-.2.4-.4.9-.4 1.4 0 .5.1.9.4 1.3s.6.8 1 1 .9.4 1.3.4.9-.1 1.3-.4.8-.6 1-1 .4-.9.4-1.3c0-.5-.1-.9-.4-1.4-.2-.4-.6-.8-1-1-.4-.3-.9-.4-1.3-.4zm-1.5 4.5v-3.5h1.2c.4 0 .7 0 .9.1s.3.2.4.3c.1.2.2.3.2.5 0 .3-.1.5-.3.7-.2.2-.4.3-.7.3.1.1.2.1.3.2.1.1.3.4.5.7l.4.7h-.7l-.3-.6c-.2-.4-.4-.7-.6-.8-.1-.1-.3-.1-.5-.1h-.2V38h-.6zm.6-2h.7c.3 0 .6 0 .7-.1.1-.1.2-.2.2-.4 0-.1 0-.2-.1-.3l-.2-.2c-.1 0-.3-.1-.6-.1h-.7V36zm-34.3.4h7v19.8h-7v-2.4c-1.5 1.9-3.3 2.9-5.8 2.9-5.7 0-9.9-4.4-9.9-10.5 0-6 4.1-10.3 9.8-10.3 2.5 0 4.3 1 5.9 2.7v-2.2zm-8.6 9.8c0 2.6 1.8 4.6 4.4 4.6 2.9 0 4.5-2.1 4.5-4.5 0-2.3-1.6-4.5-4.5-4.5-2.6 0-4.4 1.8-4.4 4.4zM18.3 60s2.9 1.3 2.9 2.6c0 0-.2 1-1.2 1s-2.3-1.7-2.3-2.6c0-.9.6-1 .6-1zm-3.4-15.2c0-.1-.1-.1-.1-.1h-.2c-1 .4-1.6 1.4-1.5 2.5 0 5.5 14.4 6.1 22.3 15.9.8 1.1 2.1 1.7 3.5 1.7 1.8 0 3.5-.1 5.1-.4.2 0 .3-.2.4-.3.1-.2.1-.4-.1-.5-9.5-14-27.7-10.8-29.4-18.8zm56.2-19c-.6-1.2-1.5-2.1-3.1-2.5-1.6-.4-3.1-.2-4.1.7l-3.3-1.1c-.3-.7-.6-1.5-.9-2.2-.2-.5-.6-1-1.1-1.3-2.2-1.2-8-4.2-10.2-1.2 0 0-.1.1-.3.4l-.7-.2c-.4-1.4-1.6-2.4-3.3-2.8-1-.3-2-.2-2.9.1-.6.2-.6.9 0 1.2l2.6.9c.6.2.9.9.7 1.5-.2.6-.8.9-1.4.7 0 0-1.7-.5-2.8-.9-.6-.2-1.2.4-1 1 .4 1.3 1.6 2.4 3.3 2.8 1.4.4 2.8.1 3.7-.6l.6.2c0 1.5 1.1 3.2 2.2 3.8 1.6.9 3 .1 4.7-.7 0 0 4.1 3.3 2.2 12.8-5.3.6-7.2 2.5-9.1 4.4-1.2-.5-4.8-.7-6.8-.3.5-.6 1.4-1.2 2.6-1.7.5-.2.8-.7.8-1.2 0 0 2.4-.8 2.4-1.7s-3-.8-4.2-7.3c-.2-.8-.4-1.4-1.6-1.9 0 0-.3-.7.1-1.4.5-.7.7-1.1.6-1.7-.1-.6-1-1.1-1-1.1v-1s-2.4-1.8-2.4-4.4 3.3-5.7 4.3-6.6c.1-.1.1-.1.1-.2s-.1-.1-.1-.2c-2.1-1.4-4.5-2.1-7-2-14.1 0-17.3 12.7-20.3 19-.1.1-.1.3 0 .4 3 6.1 7.8 5.6 8.1 10.7.2 4.1-.7 4.2-1.7 4.1-.6-.1-1.5-.6-2.1-1-.1-.1-.2 0-.3 0-.1.1-.1.2-.1.2.4 1.1 1.4 3.4 4.5 3.4 1.6 0 2-1.5 2-2.8v-4.6c0-.5-.1-.9-.4-1.2-1.1-.9-3.3-3.2-3.3-5.2 0-.8.6-1.3 1.2-1.3 1.2 0 2.4 1.9 3.3 4.2.2.6.5.9.8 1.1h.1s.1-.1 0-.1c-.4-1.4-.5-2.8-.5-3.5 0-.3-.1-.5-.3-.7-.9-.8-3.4-3.3-3.4-6.9 0-5 7.8-4.5 9.4-4.4.5 1.7 1.5 2.4 2.1 2.7-2.4.9-7.7 2.6-7.7 5.7 0 3.3 5.3 3 5.3 3s-.8 6.5 5.2 8.5c0 0-.9 1-4.2 1-3 0-4.5-1.4-5.2-3 0-.1-.1-.1-.2-.1s-.1 0-.2.1c-.2.4-.3 1.2.3 2.1.9 1.5 2 2.3 2 4.2 0 1.4-1.2 2.2-1.7 2.5 0 0-.1.1 0 .1 0 0 0 .1.1.1 1.2.3 6.6 1.7 10.2 3.4h.1c.4-.3 3.5-2.3 3.7-5.1 0 0 .2-1.8-2.4-2.1 0 0 1.1-.5 3.2-.5 2 0 4.3 1.7.3 10.1v.1c.6.4 5.2 3.4 8.2 6.3.1.1.2.1.3.1.1 0 .2-.1.2-.1.4-.5 1.1-1.9 1.7-5.2 0-.3.3-.6.6-.7 1.8-.5 7.8-2.5 10.4-6.2 3.1-4.3 4.2-4.8 4.2-4.8s2-1.1 1.2-4.2c-.4-1.6-2.8-5.8-5.1-10 .5.4 1.2.7 1.9.9 1.4.4 2.8.1 3.8-.5.2-.1.3-.4.3-.7 0-.3-.2-.5-.4-.6l-2.6-.9c-.6-.2-1-.9-.7-1.6.2-.6.9-1 1.5-.8l2.3.8c.2.1.5 0 .7-.2 0 .5.1.2 0-.1zm-27.6-3.2c-2.2 0-3.2-1.9-3.2-1.9s2.6 2.5 6.1.5c0-.1-.6 1.4-2.9 1.4zm-2.6 9.7s.9 3.9 2.7 5.3c0 0-.1.4-.6.4s-1.6-.9-2-3c-.6-2.1-.1-2.7-.1-2.7zm-7.1-12c-.1 0-.2-.1-.2-.2-.4-2.9.9-6.4.9-6.4s-3 2.5-2.9 6.4c-2.6-.1-6.4.2-8.6 2.1-3.1 2.7-3.6 7.8-3.7 9.1 0 .1 0 .1-.1.2H19c-.7-.5-2.5-1.9-1.2-5.4 1.5-4.4 6.3-13.5 15.9-14.1 0 0 2.9-.1 4.9.9.1 0 .1.1.1.2s0 .1-.1.2c-.8.7-3.4 3-4.3 6.8 0 .1-.1.2-.2.2h-.3zm-.9 11.4c-3.6.7-4.9-.5-4.9-1.4 0-2.9 8.1-5.1 10.4-5.1.5.7-.3.6-.7 1.7-.3 1.1-1.1 1.4-2.3 1.6-1.2.2-2.3.7-3.2 1.5-.7.7 0 1 1.5.6 1.4-.4 1.6.2 2.2 0 .6-.2.1-.9.3-1.1.4-.2 1.2.3 1.2.3l2.1 1.3-2.5 1.3c-.2.1-.4.2-.4.6 0 .5 1.3.3 1.7.3.4 0 .5.7.5.7-.7.8-2.4.8-2.4.8.4.8 2.6.7 3 .7.4 0 .5.7.7 1.7.2 1 1.7 1.5 1.7 1.5.5 1.5-1.4 2-2.6 2-7-.1-6.3-9-6.3-9zM57.8 24l5 1.6s.9 1.8-.9 1.2c-1.9-.5-3.7-1.1-3.7-1.1s-1-.6-.4-1.7zm-4.7.2c-1.1-.1-.3-2-1.1-2.1-.3 0-.4 2.1-.8 1.8-.7-.6-.2-2-.1-2.6.1-.6.4-1.4-.3-.9s-1 1.5-1.2 2.3c-.2.8.2 1.2.5 2.2.3 1-.3.6-.3.6-3.1-1.9-.8-5.8-.8-5.8 1.3-2.3 3.3-1.6 3.3-1.6.4.1.5.4.5.9s.1.7.7.8c.6.1.8.8.8 2 0 1-.7 2.4-1.2 2.4zm2.5 0s-.8-.2-.5-1.3c.1-.4.2-.4.2-1s.2-1.3.6-1.5c0 0 .8 0 .8 2.2 0 .8-1.1 1.6-1.1 1.6zm0 19.2s-2 3.9-4.7 3.9c-1.1 0-1.9-.8-1.9-1.9 0-1.1 1.4-5.1 7.2-5.1 1.4 0 2.5.3 2.5 1.1s-1.4 2.3-3.1 2zM66 39.1s-.3 2.3-3.1 2.3c-2.7 0-5.2-4-6.1-13 .7 1.1 1.4 2.1 1.9 3.3 0-1.3.6-3.4-2.2-5.6 0 0 7.4 1.6 7.6 9.3 0 1.3-.8 2.7-1.3 3.2 0 0-.3.3-.1.7.2.4.7.3 1.4-.1.8-.5 1.9-1.3 1.9-.1zm.7-9.3s-1.9.5-3.9-1.6c0 0 .8.1 1-1 0 0 1.1 2.2 2.9 2.6zM18 54.4c3.7 2.2 11.9 4.7 13.6 9.3 0 0 .6 1-2.6 1-2.4 0-3.1-.6-4.8-2.7-2.5-3.1-7.6-4.9-7.6-7.2 0 0 0-1.2 1.4-.4z",
|
|
16
|
+
fill: fill
|
|
17
|
+
})
|
|
18
|
+
]
|
|
19
|
+
});
|
|
5
20
|
};
|
|
21
|
+
|
|
6
22
|
//# sourceMappingURL=logo-company-title.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../../src/components/logo/logo-company-title.tsx"],"sourcesContent":["import { FC } from 'react';\n\n/* tslint:disable: max-line-length */\nexport const LogoCompanyTitle: FC<{\n className?: string;\n fill?: string;\n size?: string;\n height?: string | number;\n}> = ({ className, fill = 'currentColor', size = '162', height }) => {\n return (\n <svg\n className={className}\n width={height ? undefined : size}\n height={height}\n viewBox=\"0 0 322 80\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M102.9 34.5c-1-.6-3.6-1.8-5.9-1.8-2 0-3.4.8-3.4 2.3 0 1.1.7 2 3.5 2.8.6.2 1.3.4 1.9.6 2.5.8 4.3 1.9 5.4 3.3 1.1 1.4 1.7 3.2 1.7 5.4 0 6.3-4.4 9.7-11.5 9.7-3.9 0-7.3-1.3-10-3.3l2.6-6.1c1.1 1 4.5 3 7.5 3 2.3 0 3.6-1.1 3.6-2.6 0-1.7-1.1-2.4-4-3.4-1-.3-2.5-.8-3.5-1.2-2.8-1.1-5-3.6-5-7.9 0-5.2 4.3-8.9 10.7-8.9 3.6 0 7 1.1 8.6 2.2l-2.2 5.9zm11.4 12.9c0 3 1.9 4.5 4.1 4.5 1.5 0 2.6-.6 3.3-1.9h6.3c-.8 3.7-4.2 6.8-9.7 6.8-7.4 0-11.2-4.6-11.2-10.7 0-6.2 4.5-10.5 10.8-10.5 6.8 0 10.6 4 10.6 10v1.8h-14.2zm7.8-4c-.2-1-.6-3.2-3.8-3.2-2.8 0-3.5 2.2-3.7 3.2h7.5zm79.1 4c0 3 1.9 4.5 4.1 4.5 1.5 0 2.6-.6 3.3-1.9h6.3c-.8 3.7-4.2 6.8-9.7 6.8-7.4 0-11.2-4.6-11.2-10.7 0-6.2 4.5-10.5 10.8-10.5 6.8 0 10.6 4 10.6 10v1.8h-14.2zm7.7-4c-.2-1-.6-3.2-3.8-3.2-2.8 0-3.5 2.2-3.7 3.2h7.5zm-78.4-7h6.8v3.1h.2c1.6-2.8 2.9-3.6 5.1-3.6 1 0 1.8.4 2 .4v6.4c-.7-.4-1.5-.7-2.6-.7-2.4 0-4.5 2.2-4.5 5.9v8.2h-7V36.4z\"\n fill={fill}\n />\n <path\n d=\"M150.4 36.4l4.7 10.1 4.8-10.1h7.8l-10.3 19.8h-4.7l-10.2-19.8h7.9zm17-6.7c0-.5.1-1 .3-1.5.2-.5.5-.9.8-1.3.4-.4.8-.6 1.3-.8.5-.2 1-.3 1.5-.3s1 .1 1.5.3c.5.2.9.5 1.3.8.4.4.6.8.8 1.3.2.5.3 1 .3 1.5s-.1 1-.3 1.5c-.2.5-.5.9-.8 1.3-.4.4-.8.6-1.3.8-.5.2-1 .3-1.5.3s-1-.1-1.5-.3c-.5-.2-.9-.5-1.3-.8s-.6-.8-.8-1.3c-.2-.5-.3-1-.3-1.5zm.5 6.7h7v19.8h-7zm25 6.4c-1.2-.8-2.8-1.2-4.1-1.2-2.8 0-4.8 1.9-4.8 4.8 0 2.8 2 4.7 4.8 4.7 1.3 0 2.9-.4 4.1-1.4v5.9c-.7.5-2.6 1.1-4.9 1.1-6.8 0-11.2-4-11.2-10.4s4.5-10.6 11.4-10.6c1.7 0 3.3.4 4.7 1.1v6zm36.2-9.3v22.7h-7.6V33.5h-6.2v-6.4h20v6.4h-6.2zm7.1-3.8c0-.5.1-1 .3-1.5.2-.5.5-.9.8-1.3.4-.4.8-.6 1.3-.8.5-.2 1-.3 1.5-.3s1 .1 1.5.3c.5.2.9.5 1.3.8.4.4.6.8.8 1.3.2.5.3 1 .3 1.5s-.1 1-.3 1.5c-.2.5-.5.9-.8 1.3-.4.4-.8.6-1.3.8-.5.2-1 .3-1.5.3s-1-.1-1.5-.3c-.5-.2-.9-.5-1.3-.8s-.6-.8-.8-1.3c-.2-.5-.3-1-.3-1.5zm.5 6.7h7v19.8h-7zm18.7 5.8v14h-7v-14h-2.7v-5.8h2.7v-5.9h7v5.9h3.5v5.8h-3.5zm29.1-5.8h7V40c1-1.8 3.4-4 6.3-4 1.4 0 2.6.2 3.6.7 1 .5 1.8 1.1 2.5 1.9.6.7 1 1.4 1.2 2.2.2.8.3 1.8.3 2.8v12.6h-7v-10c0-1-.1-1.8-.2-2.4-.1-.6-.4-1.1-.8-1.4-.3-.3-.7-.5-1-.7-.4-.1-.8-.2-1.2-.2-1.2 0-3.7 1.2-3.7 4.5v10.1h-7V36.4zm25.4-3.5c.5 0 1.1.1 1.6.4.5.3.9.7 1.2 1.2.3.5.4 1.1.4 1.6 0 .6-.1 1.1-.4 1.6s-.7.9-1.2 1.2-1.1.4-1.6.4-1.1-.1-1.6-.4-.9-.7-1.2-1.2c-.3-.5-.4-1.1-.4-1.6 0-.6.1-1.1.4-1.6s.7-.9 1.2-1.2c.5-.2 1-.4 1.6-.4zm0 .6c-.5 0-.9.1-1.3.4-.4.2-.8.6-1 1-.2.4-.4.9-.4 1.4 0 .5.1.9.4 1.3s.6.8 1 1 .9.4 1.3.4.9-.1 1.3-.4.8-.6 1-1 .4-.9.4-1.3c0-.5-.1-.9-.4-1.4-.2-.4-.6-.8-1-1-.4-.3-.9-.4-1.3-.4zm-1.5 4.5v-3.5h1.2c.4 0 .7 0 .9.1s.3.2.4.3c.1.2.2.3.2.5 0 .3-.1.5-.3.7-.2.2-.4.3-.7.3.1.1.2.1.3.2.1.1.3.4.5.7l.4.7h-.7l-.3-.6c-.2-.4-.4-.7-.6-.8-.1-.1-.3-.1-.5-.1h-.2V38h-.6zm.6-2h.7c.3 0 .6 0 .7-.1.1-.1.2-.2.2-.4 0-.1 0-.2-.1-.3l-.2-.2c-.1 0-.3-.1-.6-.1h-.7V36zm-34.3.4h7v19.8h-7v-2.4c-1.5 1.9-3.3 2.9-5.8 2.9-5.7 0-9.9-4.4-9.9-10.5 0-6 4.1-10.3 9.8-10.3 2.5 0 4.3 1 5.9 2.7v-2.2zm-8.6 9.8c0 2.6 1.8 4.6 4.4 4.6 2.9 0 4.5-2.1 4.5-4.5 0-2.3-1.6-4.5-4.5-4.5-2.6 0-4.4 1.8-4.4 4.4zM18.3 60s2.9 1.3 2.9 2.6c0 0-.2 1-1.2 1s-2.3-1.7-2.3-2.6c0-.9.6-1 .6-1zm-3.4-15.2c0-.1-.1-.1-.1-.1h-.2c-1 .4-1.6 1.4-1.5 2.5 0 5.5 14.4 6.1 22.3 15.9.8 1.1 2.1 1.7 3.5 1.7 1.8 0 3.5-.1 5.1-.4.2 0 .3-.2.4-.3.1-.2.1-.4-.1-.5-9.5-14-27.7-10.8-29.4-18.8zm56.2-19c-.6-1.2-1.5-2.1-3.1-2.5-1.6-.4-3.1-.2-4.1.7l-3.3-1.1c-.3-.7-.6-1.5-.9-2.2-.2-.5-.6-1-1.1-1.3-2.2-1.2-8-4.2-10.2-1.2 0 0-.1.1-.3.4l-.7-.2c-.4-1.4-1.6-2.4-3.3-2.8-1-.3-2-.2-2.9.1-.6.2-.6.9 0 1.2l2.6.9c.6.2.9.9.7 1.5-.2.6-.8.9-1.4.7 0 0-1.7-.5-2.8-.9-.6-.2-1.2.4-1 1 .4 1.3 1.6 2.4 3.3 2.8 1.4.4 2.8.1 3.7-.6l.6.2c0 1.5 1.1 3.2 2.2 3.8 1.6.9 3 .1 4.7-.7 0 0 4.1 3.3 2.2 12.8-5.3.6-7.2 2.5-9.1 4.4-1.2-.5-4.8-.7-6.8-.3.5-.6 1.4-1.2 2.6-1.7.5-.2.8-.7.8-1.2 0 0 2.4-.8 2.4-1.7s-3-.8-4.2-7.3c-.2-.8-.4-1.4-1.6-1.9 0 0-.3-.7.1-1.4.5-.7.7-1.1.6-1.7-.1-.6-1-1.1-1-1.1v-1s-2.4-1.8-2.4-4.4 3.3-5.7 4.3-6.6c.1-.1.1-.1.1-.2s-.1-.1-.1-.2c-2.1-1.4-4.5-2.1-7-2-14.1 0-17.3 12.7-20.3 19-.1.1-.1.3 0 .4 3 6.1 7.8 5.6 8.1 10.7.2 4.1-.7 4.2-1.7 4.1-.6-.1-1.5-.6-2.1-1-.1-.1-.2 0-.3 0-.1.1-.1.2-.1.2.4 1.1 1.4 3.4 4.5 3.4 1.6 0 2-1.5 2-2.8v-4.6c0-.5-.1-.9-.4-1.2-1.1-.9-3.3-3.2-3.3-5.2 0-.8.6-1.3 1.2-1.3 1.2 0 2.4 1.9 3.3 4.2.2.6.5.9.8 1.1h.1s.1-.1 0-.1c-.4-1.4-.5-2.8-.5-3.5 0-.3-.1-.5-.3-.7-.9-.8-3.4-3.3-3.4-6.9 0-5 7.8-4.5 9.4-4.4.5 1.7 1.5 2.4 2.1 2.7-2.4.9-7.7 2.6-7.7 5.7 0 3.3 5.3 3 5.3 3s-.8 6.5 5.2 8.5c0 0-.9 1-4.2 1-3 0-4.5-1.4-5.2-3 0-.1-.1-.1-.2-.1s-.1 0-.2.1c-.2.4-.3 1.2.3 2.1.9 1.5 2 2.3 2 4.2 0 1.4-1.2 2.2-1.7 2.5 0 0-.1.1 0 .1 0 0 0 .1.1.1 1.2.3 6.6 1.7 10.2 3.4h.1c.4-.3 3.5-2.3 3.7-5.1 0 0 .2-1.8-2.4-2.1 0 0 1.1-.5 3.2-.5 2 0 4.3 1.7.3 10.1v.1c.6.4 5.2 3.4 8.2 6.3.1.1.2.1.3.1.1 0 .2-.1.2-.1.4-.5 1.1-1.9 1.7-5.2 0-.3.3-.6.6-.7 1.8-.5 7.8-2.5 10.4-6.2 3.1-4.3 4.2-4.8 4.2-4.8s2-1.1 1.2-4.2c-.4-1.6-2.8-5.8-5.1-10 .5.4 1.2.7 1.9.9 1.4.4 2.8.1 3.8-.5.2-.1.3-.4.3-.7 0-.3-.2-.5-.4-.6l-2.6-.9c-.6-.2-1-.9-.7-1.6.2-.6.9-1 1.5-.8l2.3.8c.2.1.5 0 .7-.2 0 .5.1.2 0-.1zm-27.6-3.2c-2.2 0-3.2-1.9-3.2-1.9s2.6 2.5 6.1.5c0-.1-.6 1.4-2.9 1.4zm-2.6 9.7s.9 3.9 2.7 5.3c0 0-.1.4-.6.4s-1.6-.9-2-3c-.6-2.1-.1-2.7-.1-2.7zm-7.1-12c-.1 0-.2-.1-.2-.2-.4-2.9.9-6.4.9-6.4s-3 2.5-2.9 6.4c-2.6-.1-6.4.2-8.6 2.1-3.1 2.7-3.6 7.8-3.7 9.1 0 .1 0 .1-.1.2H19c-.7-.5-2.5-1.9-1.2-5.4 1.5-4.4 6.3-13.5 15.9-14.1 0 0 2.9-.1 4.9.9.1 0 .1.1.1.2s0 .1-.1.2c-.8.7-3.4 3-4.3 6.8 0 .1-.1.2-.2.2h-.3zm-.9 11.4c-3.6.7-4.9-.5-4.9-1.4 0-2.9 8.1-5.1 10.4-5.1.5.7-.3.6-.7 1.7-.3 1.1-1.1 1.4-2.3 1.6-1.2.2-2.3.7-3.2 1.5-.7.7 0 1 1.5.6 1.4-.4 1.6.2 2.2 0 .6-.2.1-.9.3-1.1.4-.2 1.2.3 1.2.3l2.1 1.3-2.5 1.3c-.2.1-.4.2-.4.6 0 .5 1.3.3 1.7.3.4 0 .5.7.5.7-.7.8-2.4.8-2.4.8.4.8 2.6.7 3 .7.4 0 .5.7.7 1.7.2 1 1.7 1.5 1.7 1.5.5 1.5-1.4 2-2.6 2-7-.1-6.3-9-6.3-9zM57.8 24l5 1.6s.9 1.8-.9 1.2c-1.9-.5-3.7-1.1-3.7-1.1s-1-.6-.4-1.7zm-4.7.2c-1.1-.1-.3-2-1.1-2.1-.3 0-.4 2.1-.8 1.8-.7-.6-.2-2-.1-2.6.1-.6.4-1.4-.3-.9s-1 1.5-1.2 2.3c-.2.8.2 1.2.5 2.2.3 1-.3.6-.3.6-3.1-1.9-.8-5.8-.8-5.8 1.3-2.3 3.3-1.6 3.3-1.6.4.1.5.4.5.9s.1.7.7.8c.6.1.8.8.8 2 0 1-.7 2.4-1.2 2.4zm2.5 0s-.8-.2-.5-1.3c.1-.4.2-.4.2-1s.2-1.3.6-1.5c0 0 .8 0 .8 2.2 0 .8-1.1 1.6-1.1 1.6zm0 19.2s-2 3.9-4.7 3.9c-1.1 0-1.9-.8-1.9-1.9 0-1.1 1.4-5.1 7.2-5.1 1.4 0 2.5.3 2.5 1.1s-1.4 2.3-3.1 2zM66 39.1s-.3 2.3-3.1 2.3c-2.7 0-5.2-4-6.1-13 .7 1.1 1.4 2.1 1.9 3.3 0-1.3.6-3.4-2.2-5.6 0 0 7.4 1.6 7.6 9.3 0 1.3-.8 2.7-1.3 3.2 0 0-.3.3-.1.7.2.4.7.3 1.4-.1.8-.5 1.9-1.3 1.9-.1zm.7-9.3s-1.9.5-3.9-1.6c0 0 .8.1 1-1 0 0 1.1 2.2 2.9 2.6zM18 54.4c3.7 2.2 11.9 4.7 13.6 9.3 0 0 .6 1-2.6 1-2.4 0-3.1-.6-4.8-2.7-2.5-3.1-7.6-4.9-7.6-7.2 0 0 0-1.2 1.4-.4z\"\n fill={fill}\n />\n </svg>\n );\n};\n"],"names":["LogoCompanyTitle","className","fill","size","height","svg","width","undefined","viewBox","xmlns","path","d"],"mappings":";AAEA,mCAAmC,GACnC,OAAO,MAAMA,mBAKR,CAAC,EAAEC,SAAS,EAAEC,OAAO,cAAc,EAAEC,OAAO,KAAK,EAAEC,MAAM,EAAE;IAC5D,qBACI,MAACC;QACGJ,WAAWA;QACXK,OAAOF,SAASG,YAAYJ;QAC5BC,QAAQA;QACRI,SAAQ;QACRC,OAAM;;0BAEN,KAACC;gBACGC,GAAE;gBACFT,MAAMA;;0BAEV,KAACQ;gBACGC,GAAE;gBACFT,MAAMA;;;;AAItB,EAAE"}
|
|
@@ -2,12 +2,56 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import classNames from 'classnames';
|
|
3
3
|
import { LogoTitanSvg } from './logo-titan';
|
|
4
4
|
import * as Styles from './logo-titan-text.module.less';
|
|
5
|
-
const DefaultLogoWrapper = ({ className, children, style })
|
|
6
|
-
|
|
5
|
+
const DefaultLogoWrapper = ({ className, children, style })=>/*#__PURE__*/ _jsx("div", {
|
|
6
|
+
className: className,
|
|
7
|
+
style: style,
|
|
8
|
+
children: children
|
|
9
|
+
});
|
|
10
|
+
export const LogoTitan = ({ className, logoWrapper: LogoWrapper = DefaultLogoWrapper, mantleFill, size = 56, innerSize })=>{
|
|
7
11
|
const is = innerSize ? Math.min(innerSize, size) : Math.round(size * 0.7);
|
|
8
|
-
return
|
|
12
|
+
return /*#__PURE__*/ _jsx(LogoWrapper, {
|
|
13
|
+
className: classNames('bg-white d-if justify-content-center align-items-center', className),
|
|
14
|
+
style: {
|
|
15
|
+
height: `${size}px`,
|
|
16
|
+
width: `${size}px`
|
|
17
|
+
},
|
|
18
|
+
children: /*#__PURE__*/ _jsx(LogoTitanSvg, {
|
|
19
|
+
width: is,
|
|
20
|
+
height: is,
|
|
21
|
+
mantleFill: mantleFill
|
|
22
|
+
})
|
|
23
|
+
});
|
|
9
24
|
};
|
|
10
|
-
export const LogoTitanTitle = ({ className, children })
|
|
11
|
-
|
|
12
|
-
|
|
25
|
+
export const LogoTitanTitle = ({ className, children })=>/*#__PURE__*/ _jsx("div", {
|
|
26
|
+
className: classNames(Styles.logoTextTitle, 'ff-display', className),
|
|
27
|
+
children: children
|
|
28
|
+
});
|
|
29
|
+
export const LogoTitanDescription = ({ className, children })=>/*#__PURE__*/ _jsx("div", {
|
|
30
|
+
className: classNames(Styles.logoTextDescription, 'ff-default', className),
|
|
31
|
+
children: children
|
|
32
|
+
});
|
|
33
|
+
export const LogoTitanText = ({ className, description, logoWrapper, mantleFill, title })=>/*#__PURE__*/ _jsxs("div", {
|
|
34
|
+
className: classNames('d-f', Styles.container, className),
|
|
35
|
+
children: [
|
|
36
|
+
/*#__PURE__*/ _jsx(LogoTitan, {
|
|
37
|
+
className: Styles.logoWrapper,
|
|
38
|
+
logoWrapper: logoWrapper,
|
|
39
|
+
mantleFill: mantleFill
|
|
40
|
+
}),
|
|
41
|
+
/*#__PURE__*/ _jsxs("div", {
|
|
42
|
+
className: "d-if p-l-1 c-white flex-column justify-content-center align-items-start",
|
|
43
|
+
children: [
|
|
44
|
+
/*#__PURE__*/ _jsx(LogoTitanTitle, {
|
|
45
|
+
className: "t-truncate p-b-half",
|
|
46
|
+
children: title
|
|
47
|
+
}),
|
|
48
|
+
/*#__PURE__*/ _jsx(LogoTitanDescription, {
|
|
49
|
+
className: "t-truncate",
|
|
50
|
+
children: description
|
|
51
|
+
})
|
|
52
|
+
]
|
|
53
|
+
})
|
|
54
|
+
]
|
|
55
|
+
});
|
|
56
|
+
|
|
13
57
|
//# sourceMappingURL=logo-titan-text.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../../src/components/logo/logo-titan-text.tsx"],"sourcesContent":["import classNames from 'classnames';\nimport { CSSProperties, FC, ReactNode } from 'react';\nimport { LogoTitanSvg } from './logo-titan';\nimport * as Styles from './logo-titan-text.module.less';\n\nexport type WrapperProps = FC<{ className?: string; children: ReactNode; style?: CSSProperties }>;\n\nexport interface LogoTitanProps {\n mantleFill?: string;\n className?: string;\n logoWrapper?: WrapperProps;\n size?: number;\n innerSize?: number;\n}\n\nexport interface LogoTitanTextProps {\n mantleFill?: string;\n className?: string;\n title: string;\n description: string;\n logoWrapper?: WrapperProps;\n}\n\nexport interface LogoTitanTitleProps {\n className?: string;\n children: ReactNode;\n}\n\nconst DefaultLogoWrapper: WrapperProps = ({ className, children, style }) => (\n <div className={className} style={style}>\n {children}\n </div>\n);\n\nexport const LogoTitan: FC<LogoTitanProps> = ({\n className,\n logoWrapper: LogoWrapper = DefaultLogoWrapper,\n mantleFill,\n size = 56,\n innerSize,\n}) => {\n const is = innerSize ? Math.min(innerSize, size) : Math.round(size * 0.7);\n\n return (\n <LogoWrapper\n className={classNames(\n 'bg-white d-if justify-content-center align-items-center',\n className\n )}\n style={{ height: `${size}px`, width: `${size}px` }}\n >\n <LogoTitanSvg width={is} height={is} mantleFill={mantleFill} />\n </LogoWrapper>\n );\n};\n\nexport const LogoTitanTitle: FC<LogoTitanTitleProps> = ({ className, children }) => (\n <div className={classNames(Styles.logoTextTitle, 'ff-display', className)}>{children}</div>\n);\n\nexport const LogoTitanDescription: FC<LogoTitanTitleProps> = ({ className, children }) => (\n <div className={classNames(Styles.logoTextDescription, 'ff-default', className)}>\n {children}\n </div>\n);\n\nexport const LogoTitanText: FC<LogoTitanTextProps> = ({\n className,\n description,\n logoWrapper,\n mantleFill,\n title,\n}) => (\n <div className={classNames('d-f', Styles.container, className)}>\n <LogoTitan\n className={Styles.logoWrapper}\n logoWrapper={logoWrapper}\n mantleFill={mantleFill}\n />\n <div className=\"d-if p-l-1 c-white flex-column justify-content-center align-items-start\">\n <LogoTitanTitle className=\"t-truncate p-b-half\">{title}</LogoTitanTitle>\n <LogoTitanDescription className=\"t-truncate\">{description}</LogoTitanDescription>\n </div>\n </div>\n);\n"],"names":["classNames","LogoTitanSvg","Styles","DefaultLogoWrapper","className","children","style","div","LogoTitan","logoWrapper","LogoWrapper","mantleFill","size","innerSize","is","Math","min","round","height","width","LogoTitanTitle","logoTextTitle","LogoTitanDescription","logoTextDescription","LogoTitanText","description","title","container"],"mappings":";AAAA,OAAOA,gBAAgB,aAAa;AAEpC,SAASC,YAAY,QAAQ,eAAe;AAC5C,YAAYC,YAAY,gCAAgC;AAyBxD,MAAMC,qBAAmC,CAAC,EAAEC,SAAS,EAAEC,QAAQ,EAAEC,KAAK,EAAE,iBACpE,KAACC;QAAIH,WAAWA;QAAWE,OAAOA;kBAC7BD;;AAIT,OAAO,MAAMG,YAAgC,CAAC,EAC1CJ,SAAS,EACTK,aAAaC,cAAcP,kBAAkB,EAC7CQ,UAAU,EACVC,OAAO,EAAE,EACTC,SAAS,EACZ;IACG,MAAMC,KAAKD,YAAYE,KAAKC,GAAG,CAACH,WAAWD,QAAQG,KAAKE,KAAK,CAACL,OAAO;IAErE,qBACI,KAACF;QACGN,WAAWJ,WACP,2DACAI;QAEJE,OAAO;YAAEY,QAAQ,GAAGN,KAAK,EAAE,CAAC;YAAEO,OAAO,GAAGP,KAAK,EAAE,CAAC;QAAC;kBAEjD,cAAA,KAACX;YAAakB,OAAOL;YAAII,QAAQJ;YAAIH,YAAYA;;;AAG7D,EAAE;AAEF,OAAO,MAAMS,iBAA0C,CAAC,EAAEhB,SAAS,EAAEC,QAAQ,EAAE,iBAC3E,KAACE;QAAIH,WAAWJ,WAAWE,OAAOmB,aAAa,EAAE,cAAcjB;kBAAaC;OAC9E;AAEF,OAAO,MAAMiB,uBAAgD,CAAC,EAAElB,SAAS,EAAEC,QAAQ,EAAE,iBACjF,KAACE;QAAIH,WAAWJ,WAAWE,OAAOqB,mBAAmB,EAAE,cAAcnB;kBAChEC;OAEP;AAEF,OAAO,MAAMmB,gBAAwC,CAAC,EAClDpB,SAAS,EACTqB,WAAW,EACXhB,WAAW,EACXE,UAAU,EACVe,KAAK,EACR,iBACG,MAACnB;QAAIH,WAAWJ,WAAW,OAAOE,OAAOyB,SAAS,EAAEvB;;0BAChD,KAACI;gBACGJ,WAAWF,OAAOO,WAAW;gBAC7BA,aAAaA;gBACbE,YAAYA;;0BAEhB,MAACJ;gBAAIH,WAAU;;kCACX,KAACgB;wBAAehB,WAAU;kCAAuBsB;;kCACjD,KAACJ;wBAAqBlB,WAAU;kCAAcqB;;;;;OAGxD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logo-titan.d.ts","sourceRoot":"","sources":["../../../src/components/logo/logo-titan.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,MAAM,WAAW,iBAAiB;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAGD,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,
|
|
1
|
+
{"version":3,"file":"logo-titan.d.ts","sourceRoot":"","sources":["../../../src/components/logo/logo-titan.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,MAAM,WAAW,iBAAiB;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAGD,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA6C9C,CAAC"}
|
|
@@ -1,13 +1,58 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
/* tslint:disable: max-line-length */
|
|
3
|
-
|
|
4
|
-
var _a, _b, _c, _d;
|
|
2
|
+
/* tslint:disable: max-line-length */ export const LogoTitanSvg = (props)=>{
|
|
3
|
+
var _props_width, _props_height;
|
|
5
4
|
const dimensions = {
|
|
6
|
-
width: (
|
|
7
|
-
height: (
|
|
5
|
+
width: (_props_width = props.width) !== null && _props_width !== void 0 ? _props_width : 116,
|
|
6
|
+
height: (_props_height = props.height) !== null && _props_height !== void 0 ? _props_height : 106
|
|
8
7
|
};
|
|
9
|
-
|
|
10
|
-
const
|
|
11
|
-
|
|
8
|
+
var _props_fill;
|
|
9
|
+
const fill = (_props_fill = props.fill) !== null && _props_fill !== void 0 ? _props_fill : 'currentColor';
|
|
10
|
+
var _props_mantleFill;
|
|
11
|
+
const mantleFill = (_props_mantleFill = props.mantleFill) !== null && _props_mantleFill !== void 0 ? _props_mantleFill : fill;
|
|
12
|
+
return /*#__PURE__*/ _jsxs("svg", {
|
|
13
|
+
className: props.className,
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
16
|
+
...dimensions,
|
|
17
|
+
viewBox: "0 0 116 106",
|
|
18
|
+
children: [
|
|
19
|
+
/*#__PURE__*/ _jsx("defs", {
|
|
20
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
21
|
+
id: "a",
|
|
22
|
+
d: "M0 .12h63.625V40H0z"
|
|
23
|
+
})
|
|
24
|
+
}),
|
|
25
|
+
/*#__PURE__*/ _jsxs("g", {
|
|
26
|
+
fill: "none",
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
children: [
|
|
29
|
+
/*#__PURE__*/ _jsx("path", {
|
|
30
|
+
fill: mantleFill,
|
|
31
|
+
d: "M10.33 96S17 98.545 17 101.089c0 0-.403 1.911-2.671 1.911C12.066 103 9 99.581 9 97.908 9 96.236 10.33 96 10.33 96"
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ _jsx("g", {
|
|
34
|
+
transform: "translate(0 66)",
|
|
35
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
36
|
+
fill: mantleFill,
|
|
37
|
+
d: "M3.733.453A.416.416 0 0 0 3.51.167a.403.403 0 0 0-.36-.01C1.968.677 0 2.1 0 5.058 0 15.962 29.34 17.19 45.224 36.706a8.92 8.92 0 0 0 7.085 3.293c3.607-.068 7.2-.258 10.388-.773a1.1 1.1 0 0 0 .84-.663c.15-.352.105-.757-.112-1.07C44.077 9.88 7.247 16.268 3.733.453"
|
|
38
|
+
})
|
|
39
|
+
}),
|
|
40
|
+
/*#__PURE__*/ _jsx("path", {
|
|
41
|
+
fill: fill,
|
|
42
|
+
d: "M45 32.862c-1.712-1.879-6.568-.445-9.176 1.978-2.68 2.49-1.615 4.16-1.615 4.16 2.177-3.367 5.588-4.741 7.514-5.01 2.36-.328 3.277-1.128 3.277-1.128"
|
|
43
|
+
}),
|
|
44
|
+
/*#__PURE__*/ _jsx("path", {
|
|
45
|
+
fill: fill,
|
|
46
|
+
d: "M105.301 37.812s-3.795.958-7.721-3.088c0 0 1.52.174 1.913-2.045 0 0 2.14 4.393 5.808 5.133m-1.397 18.16s-.596 4.407-6.07 4.407c-5.473 0-10.251-7.73-12.135-25.417 1.354 2.102 2.738 4.128 3.767 6.507.003-2.493 1.17-6.633-4.396-10.887 0 0 14.727 3.053 15.077 18.144 0 2.603-1.53 5.282-2.512 6.262 0 0-.674.577-.256 1.424.415.842 1.441.641 2.828-.29 1.389-.933 3.697-2.53 3.697-.15M83.19 64.374s-3.986 7.51-9.403 7.51c-2.21 0-3.79-1.577-3.79-3.756 0-2.182 2.681-9.984 14.331-9.984 2.783 0 4.963.508 4.963 2.184 0 1.677-2.644 4.559-6.1 4.046m0-37.55s-1.54-.301-1.045-2.59c.241-.777.415-.764.415-1.948s.311-2.563 1.255-2.969c0 0 1.618.003 1.618 4.222 0 1.83-2.244 3.286-2.244 3.286m-5.027 0c-2.25-.238-.649-3.865-2.267-4.086-.62-.086-.77 4.103-1.503 3.464-1.449-1.27-.378-3.862-.226-5.07.151-1.214.743-2.727-.567-1.816-1.31.911-2.008 2.83-2.455 4.467-.445 1.634.447 2.412 1.056 4.303.609 1.895-.522 1.243-.522 1.243-6.098-3.642-1.704-11.315-1.704-11.315 2.644-4.504 6.597-3.16 6.597-3.16.77.275.962.723.962 1.68s.259 1.262 1.394 1.53c1.136.27 1.673 1.658 1.673 3.91 0 2.252-1.434 4.956-2.438 4.85m9.368-.414l10.035 3.026s1.842 3.414-1.869 2.414c-3.712-1.003-7.336-2.134-7.336-2.134s-1.965-1-.83-3.306M38.182 41.47c-7.117 1.26-9.637-.916-9.637-2.753 0-5.601 16.175-9.942 20.728-10.011.917 1.382-.696 1.144-1.357 3.229-.658 2.082-2.269 2.743-4.622 3.028-2.356.285-4.826 1.5-6.38 2.924-1.44 1.322 0 1.93 2.938 1.087 2.873-.824 3.223.406 4.399-.03 1.173-.435.129-1.844.628-2.104.756-.394 2.327.673 2.327.673l4.092 2.595s-4.597 2.328-4.92 2.506c-.323.178-.872.483-.872 1.11 0 .99 2.547.628 3.42.628.874 0 1.008 1.424 1.008 1.424-1.337 1.538-4.818 1.55-4.818 1.55.775 1.637 5.156 1.372 6.043 1.401.882.033.974 1.273 1.422 3.296.45 2.028 3.287 2.89 3.287 2.89.92 3-2.706 3.872-5.106 3.872-14.063 0-12.58-17.315-12.58-17.315m1.6-22.275a.437.437 0 0 1-.385-.373C38.64 13.21 41.11 6.368 41.11 6.368s-5.997 4.821-5.763 12.524c-5.09-.126-12.575.424-16.988 4.182-6.188 5.265-7.204 15.201-7.366 17.81a.419.419 0 0 1-.631.33c-1.459-.876-4.898-3.776-2.425-10.632C11.023 22.032 20.546 4.298 39.539 3.1c0 0 5.813-.243 9.737 1.835a.432.432 0 0 1 .23.341.438.438 0 0 1-.163.38c-1.628 1.29-6.688 5.803-8.502 13.28a.44.44 0 0 1-.48.33c-.15-.022-.345-.044-.578-.072m14.12 23.535s1.754 7.649 5.283 10.355c0 0-.132.773-1.245.773-1.11 0-3.208-1.773-4.038-5.906-.83-4.135 0-5.222 0-5.222m5.283-19.013c-4.453 0-6.419-3.771-6.419-3.771s5.107 4.816 12.204.896c0 0-1.33 2.875-5.785 2.875m54.718 6.38c-1.125-2.282-2.882-4.117-6.24-4.94-3.265-.801-6.145-.39-8.12 1.328l-6.541-2.214c-.741-1.6-1.357-3.06-1.8-4.32a4.647 4.647 0 0 0-2.1-2.509c-4.279-2.431-15.872-8.208-20.362-2.305 0 0-.236.263-.554.733l-1.402-.475c-.725-2.514-3.116-4.442-6.431-5.255-2.04-.5-4.048-.373-5.713.238-1.21.446-1.268 1.857-.05 2.283l5.216 1.822a2.261 2.261 0 0 1 1.394 2.885l-.007.017a2.273 2.273 0 0 1-2.895 1.39s-3.323-.981-5.651-1.672c-1.233-.366-2.359.78-1.988 2.003.748 2.491 3.208 4.697 6.496 5.502 2.79.681 5.524.196 7.4-1.104l1.228.413c.092 2.83 2.284 6.21 4.336 7.426 3.144 1.86 6.026.206 9.3-1.387 0 0 8.195 6.527 4.395 25.033-10.492 1.1-14.289 4.86-18.096 8.657-2.386-.944-9.597-1.407-13.437-.523 1.089-1.084 2.893-2.364 5.107-3.219a2.601 2.601 0 0 0 1.668-2.424s4.803-1.53 4.803-3.29c0-1.758-5.931-1.578-8.37-14.22-.394-1.469-.842-2.7-3.108-3.757 0 0-.631-1.324.283-2.773.917-1.448 1.588-2.12 1.345-3.268-.241-1.15-1.939-2.095-1.939-2.095v-1.924s-4.856-3.526-4.856-8.572c0-5.046 6.583-11.11 8.378-12.868a.452.452 0 0 0 .134-.394.492.492 0 0 0-.241-.339C53.17 2.545 48.577 0 41.515 0 13.618 0 7.089 24.934 1.11 37.047c-.131.27-.154.582-.02.85C7.06 49.753 16.697 48.79 17.223 58.734c.423 7.955-1.443 8.131-3.302 7.963-1.22-.112-3.007-1.196-4.093-1.932a.423.423 0 0 0-.492.013c-.144.109-.201.297-.144.468.728 2.169 2.877 6.638 9.04 6.638 3.134 0 4.13-2.833 4.13-5.442v-8.99c0-.887-.293-1.727-.969-2.304-2.12-1.817-6.637-6.182-6.637-10.057 0-1.654 1.106-2.514 2.395-2.514 2.426 0 4.77 3.628 6.59 8.204.423 1.07 1.032 1.827 1.589 2.196a.26.26 0 0 0 .288-.005.25.25 0 0 0 .094-.268c-.75-2.659-.999-5.432-1.078-6.799a1.997 1.997 0 0 0-.696-1.394c-1.8-1.53-6.667-6.339-6.667-13.524 0-9.681 15.469-8.872 18.59-8.607.927 3.226 2.866 4.625 4.158 5.215-4.677 1.718-15.241 5.17-15.241 11.127 0 6.388 10.586 5.923 10.586 5.923s-1.68 12.754 10.244 16.6c0 0-1.864 1.876-8.268 1.876-5.977 0-8.894-2.659-10.316-5.796a.36.36 0 0 0-.664.015c-.325.812-.583 2.285.548 4.127 1.757 2.855 4.023 4.494 4.023 8.124 0 2.684-2.416 4.368-3.407 4.945a.178.178 0 0 0-.09.183.18.18 0 0 0 .14.151c2.345.567 13.031 3.241 20.225 6.641.058.03.125.025.18-.007.805-.506 7.027-4.556 7.382-9.897 0 0 .473-3.492-4.76-4.123 0 0 2.263-.871 6.36-.871 4.084 0 8.542 3.3.515 19.744a.183.183 0 0 0 .065.235c1.232.775 10.367 6.579 16.21 12.227a.645.645 0 0 0 .964-.077c.755-.993 2.214-3.657 3.29-10.216a1.59 1.59 0 0 1 1.13-1.268c3.487-1.003 15.433-4.86 20.662-12.029 6.16-8.44 8.295-9.35 8.295-9.35s4.03-2.248 2.326-8.198c-.892-3.105-5.584-11.253-10.201-19.593a10.952 10.952 0 0 0 3.757 1.704c2.808.686 5.557.255 7.527-.968a1.323 1.323 0 1 0-.263-2.372l-5.196-1.815a2.394 2.394 0 0 1-1.474-3.053l.007-.02a2.407 2.407 0 0 1 3.064-1.468l4.638 1.621c.462.161.979.045 1.327-.302.345-.346.517-.879.3-1.32"
|
|
47
|
+
}),
|
|
48
|
+
/*#__PURE__*/ _jsx("path", {
|
|
49
|
+
fill: mantleFill,
|
|
50
|
+
d: "M44.151 45s-2.766.605-2.025 3.75C42.868 51.914 46 52 46 52c-2.723-2.607-1.849-7-1.849-7M8.875 84.576c7.098 4.115 22.77 8.899 26.046 17.51 0 0 1.12 1.914-5.066 1.914-4.685 0-5.949-1.166-9.277-5.101C15.69 93.119 6 89.753 6 85.29c0 0 .064-2.343 2.875-.714"
|
|
51
|
+
})
|
|
52
|
+
]
|
|
53
|
+
})
|
|
54
|
+
]
|
|
55
|
+
});
|
|
12
56
|
};
|
|
57
|
+
|
|
13
58
|
//# sourceMappingURL=logo-titan.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../../src/components/logo/logo-titan.tsx"],"sourcesContent":["import { FC } from 'react';\n\nexport interface LogoTitanSvgProps {\n className?: string;\n height?: number;\n width?: number;\n fill?: string;\n mantleFill?: string;\n}\n\n/* tslint:disable: max-line-length */\nexport const LogoTitanSvg: FC<LogoTitanSvgProps> = props => {\n const dimensions = {\n width: props.width ?? 116,\n height: props.height ?? 106,\n };\n const fill = props.fill ?? 'currentColor';\n const mantleFill = props.mantleFill ?? fill;\n\n return (\n <svg\n className={props.className}\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlnsXlink=\"http://www.w3.org/1999/xlink\"\n {...dimensions}\n viewBox=\"0 0 116 106\"\n >\n <defs>\n <path id=\"a\" d=\"M0 .12h63.625V40H0z\" />\n </defs>\n <g fill=\"none\" fillRule=\"evenodd\">\n <path\n fill={mantleFill}\n d=\"M10.33 96S17 98.545 17 101.089c0 0-.403 1.911-2.671 1.911C12.066 103 9 99.581 9 97.908 9 96.236 10.33 96 10.33 96\"\n />\n <g transform=\"translate(0 66)\">\n <path\n fill={mantleFill}\n d=\"M3.733.453A.416.416 0 0 0 3.51.167a.403.403 0 0 0-.36-.01C1.968.677 0 2.1 0 5.058 0 15.962 29.34 17.19 45.224 36.706a8.92 8.92 0 0 0 7.085 3.293c3.607-.068 7.2-.258 10.388-.773a1.1 1.1 0 0 0 .84-.663c.15-.352.105-.757-.112-1.07C44.077 9.88 7.247 16.268 3.733.453\"\n />\n </g>\n <path\n fill={fill}\n d=\"M45 32.862c-1.712-1.879-6.568-.445-9.176 1.978-2.68 2.49-1.615 4.16-1.615 4.16 2.177-3.367 5.588-4.741 7.514-5.01 2.36-.328 3.277-1.128 3.277-1.128\"\n />\n <path\n fill={fill}\n d=\"M105.301 37.812s-3.795.958-7.721-3.088c0 0 1.52.174 1.913-2.045 0 0 2.14 4.393 5.808 5.133m-1.397 18.16s-.596 4.407-6.07 4.407c-5.473 0-10.251-7.73-12.135-25.417 1.354 2.102 2.738 4.128 3.767 6.507.003-2.493 1.17-6.633-4.396-10.887 0 0 14.727 3.053 15.077 18.144 0 2.603-1.53 5.282-2.512 6.262 0 0-.674.577-.256 1.424.415.842 1.441.641 2.828-.29 1.389-.933 3.697-2.53 3.697-.15M83.19 64.374s-3.986 7.51-9.403 7.51c-2.21 0-3.79-1.577-3.79-3.756 0-2.182 2.681-9.984 14.331-9.984 2.783 0 4.963.508 4.963 2.184 0 1.677-2.644 4.559-6.1 4.046m0-37.55s-1.54-.301-1.045-2.59c.241-.777.415-.764.415-1.948s.311-2.563 1.255-2.969c0 0 1.618.003 1.618 4.222 0 1.83-2.244 3.286-2.244 3.286m-5.027 0c-2.25-.238-.649-3.865-2.267-4.086-.62-.086-.77 4.103-1.503 3.464-1.449-1.27-.378-3.862-.226-5.07.151-1.214.743-2.727-.567-1.816-1.31.911-2.008 2.83-2.455 4.467-.445 1.634.447 2.412 1.056 4.303.609 1.895-.522 1.243-.522 1.243-6.098-3.642-1.704-11.315-1.704-11.315 2.644-4.504 6.597-3.16 6.597-3.16.77.275.962.723.962 1.68s.259 1.262 1.394 1.53c1.136.27 1.673 1.658 1.673 3.91 0 2.252-1.434 4.956-2.438 4.85m9.368-.414l10.035 3.026s1.842 3.414-1.869 2.414c-3.712-1.003-7.336-2.134-7.336-2.134s-1.965-1-.83-3.306M38.182 41.47c-7.117 1.26-9.637-.916-9.637-2.753 0-5.601 16.175-9.942 20.728-10.011.917 1.382-.696 1.144-1.357 3.229-.658 2.082-2.269 2.743-4.622 3.028-2.356.285-4.826 1.5-6.38 2.924-1.44 1.322 0 1.93 2.938 1.087 2.873-.824 3.223.406 4.399-.03 1.173-.435.129-1.844.628-2.104.756-.394 2.327.673 2.327.673l4.092 2.595s-4.597 2.328-4.92 2.506c-.323.178-.872.483-.872 1.11 0 .99 2.547.628 3.42.628.874 0 1.008 1.424 1.008 1.424-1.337 1.538-4.818 1.55-4.818 1.55.775 1.637 5.156 1.372 6.043 1.401.882.033.974 1.273 1.422 3.296.45 2.028 3.287 2.89 3.287 2.89.92 3-2.706 3.872-5.106 3.872-14.063 0-12.58-17.315-12.58-17.315m1.6-22.275a.437.437 0 0 1-.385-.373C38.64 13.21 41.11 6.368 41.11 6.368s-5.997 4.821-5.763 12.524c-5.09-.126-12.575.424-16.988 4.182-6.188 5.265-7.204 15.201-7.366 17.81a.419.419 0 0 1-.631.33c-1.459-.876-4.898-3.776-2.425-10.632C11.023 22.032 20.546 4.298 39.539 3.1c0 0 5.813-.243 9.737 1.835a.432.432 0 0 1 .23.341.438.438 0 0 1-.163.38c-1.628 1.29-6.688 5.803-8.502 13.28a.44.44 0 0 1-.48.33c-.15-.022-.345-.044-.578-.072m14.12 23.535s1.754 7.649 5.283 10.355c0 0-.132.773-1.245.773-1.11 0-3.208-1.773-4.038-5.906-.83-4.135 0-5.222 0-5.222m5.283-19.013c-4.453 0-6.419-3.771-6.419-3.771s5.107 4.816 12.204.896c0 0-1.33 2.875-5.785 2.875m54.718 6.38c-1.125-2.282-2.882-4.117-6.24-4.94-3.265-.801-6.145-.39-8.12 1.328l-6.541-2.214c-.741-1.6-1.357-3.06-1.8-4.32a4.647 4.647 0 0 0-2.1-2.509c-4.279-2.431-15.872-8.208-20.362-2.305 0 0-.236.263-.554.733l-1.402-.475c-.725-2.514-3.116-4.442-6.431-5.255-2.04-.5-4.048-.373-5.713.238-1.21.446-1.268 1.857-.05 2.283l5.216 1.822a2.261 2.261 0 0 1 1.394 2.885l-.007.017a2.273 2.273 0 0 1-2.895 1.39s-3.323-.981-5.651-1.672c-1.233-.366-2.359.78-1.988 2.003.748 2.491 3.208 4.697 6.496 5.502 2.79.681 5.524.196 7.4-1.104l1.228.413c.092 2.83 2.284 6.21 4.336 7.426 3.144 1.86 6.026.206 9.3-1.387 0 0 8.195 6.527 4.395 25.033-10.492 1.1-14.289 4.86-18.096 8.657-2.386-.944-9.597-1.407-13.437-.523 1.089-1.084 2.893-2.364 5.107-3.219a2.601 2.601 0 0 0 1.668-2.424s4.803-1.53 4.803-3.29c0-1.758-5.931-1.578-8.37-14.22-.394-1.469-.842-2.7-3.108-3.757 0 0-.631-1.324.283-2.773.917-1.448 1.588-2.12 1.345-3.268-.241-1.15-1.939-2.095-1.939-2.095v-1.924s-4.856-3.526-4.856-8.572c0-5.046 6.583-11.11 8.378-12.868a.452.452 0 0 0 .134-.394.492.492 0 0 0-.241-.339C53.17 2.545 48.577 0 41.515 0 13.618 0 7.089 24.934 1.11 37.047c-.131.27-.154.582-.02.85C7.06 49.753 16.697 48.79 17.223 58.734c.423 7.955-1.443 8.131-3.302 7.963-1.22-.112-3.007-1.196-4.093-1.932a.423.423 0 0 0-.492.013c-.144.109-.201.297-.144.468.728 2.169 2.877 6.638 9.04 6.638 3.134 0 4.13-2.833 4.13-5.442v-8.99c0-.887-.293-1.727-.969-2.304-2.12-1.817-6.637-6.182-6.637-10.057 0-1.654 1.106-2.514 2.395-2.514 2.426 0 4.77 3.628 6.59 8.204.423 1.07 1.032 1.827 1.589 2.196a.26.26 0 0 0 .288-.005.25.25 0 0 0 .094-.268c-.75-2.659-.999-5.432-1.078-6.799a1.997 1.997 0 0 0-.696-1.394c-1.8-1.53-6.667-6.339-6.667-13.524 0-9.681 15.469-8.872 18.59-8.607.927 3.226 2.866 4.625 4.158 5.215-4.677 1.718-15.241 5.17-15.241 11.127 0 6.388 10.586 5.923 10.586 5.923s-1.68 12.754 10.244 16.6c0 0-1.864 1.876-8.268 1.876-5.977 0-8.894-2.659-10.316-5.796a.36.36 0 0 0-.664.015c-.325.812-.583 2.285.548 4.127 1.757 2.855 4.023 4.494 4.023 8.124 0 2.684-2.416 4.368-3.407 4.945a.178.178 0 0 0-.09.183.18.18 0 0 0 .14.151c2.345.567 13.031 3.241 20.225 6.641.058.03.125.025.18-.007.805-.506 7.027-4.556 7.382-9.897 0 0 .473-3.492-4.76-4.123 0 0 2.263-.871 6.36-.871 4.084 0 8.542 3.3.515 19.744a.183.183 0 0 0 .065.235c1.232.775 10.367 6.579 16.21 12.227a.645.645 0 0 0 .964-.077c.755-.993 2.214-3.657 3.29-10.216a1.59 1.59 0 0 1 1.13-1.268c3.487-1.003 15.433-4.86 20.662-12.029 6.16-8.44 8.295-9.35 8.295-9.35s4.03-2.248 2.326-8.198c-.892-3.105-5.584-11.253-10.201-19.593a10.952 10.952 0 0 0 3.757 1.704c2.808.686 5.557.255 7.527-.968a1.323 1.323 0 1 0-.263-2.372l-5.196-1.815a2.394 2.394 0 0 1-1.474-3.053l.007-.02a2.407 2.407 0 0 1 3.064-1.468l4.638 1.621c.462.161.979.045 1.327-.302.345-.346.517-.879.3-1.32\"\n />\n <path\n fill={mantleFill}\n d=\"M44.151 45s-2.766.605-2.025 3.75C42.868 51.914 46 52 46 52c-2.723-2.607-1.849-7-1.849-7M8.875 84.576c7.098 4.115 22.77 8.899 26.046 17.51 0 0 1.12 1.914-5.066 1.914-4.685 0-5.949-1.166-9.277-5.101C15.69 93.119 6 89.753 6 85.29c0 0 .064-2.343 2.875-.714\"\n />\n </g>\n </svg>\n );\n};\n"],"names":["LogoTitanSvg","props","dimensions","width","height","fill","mantleFill","svg","className","xmlns","xmlnsXlink","viewBox","defs","path","id","d","g","fillRule","transform"],"mappings":";AAUA,mCAAmC,GACnC,OAAO,MAAMA,eAAsCC,CAAAA;QAEpCA,cACCA;IAFZ,MAAMC,aAAa;QACfC,OAAOF,CAAAA,eAAAA,MAAME,KAAK,cAAXF,0BAAAA,eAAe;QACtBG,QAAQH,CAAAA,gBAAAA,MAAMG,MAAM,cAAZH,2BAAAA,gBAAgB;IAC5B;QACaA;IAAb,MAAMI,OAAOJ,CAAAA,cAAAA,MAAMI,IAAI,cAAVJ,yBAAAA,cAAc;QACRA;IAAnB,MAAMK,aAAaL,CAAAA,oBAAAA,MAAMK,UAAU,cAAhBL,+BAAAA,oBAAoBI;IAEvC,qBACI,MAACE;QACGC,WAAWP,MAAMO,SAAS;QAC1BC,OAAM;QACNC,YAAW;QACV,GAAGR,UAAU;QACdS,SAAQ;;0BAER,KAACC;0BACG,cAAA,KAACC;oBAAKC,IAAG;oBAAIC,GAAE;;;0BAEnB,MAACC;gBAAEX,MAAK;gBAAOY,UAAS;;kCACpB,KAACJ;wBACGR,MAAMC;wBACNS,GAAE;;kCAEN,KAACC;wBAAEE,WAAU;kCACT,cAAA,KAACL;4BACGR,MAAMC;4BACNS,GAAE;;;kCAGV,KAACF;wBACGR,MAAMA;wBACNU,GAAE;;kCAEN,KAACF;wBACGR,MAAMA;wBACNU,GAAE;;kCAEN,KAACF;wBACGR,MAAMC;wBACNS,GAAE;;;;;;AAKtB,EAAE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"profile-dropdown.d.ts","sourceRoot":"","sources":["../../../src/components/profile-dropdown/profile-dropdown.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAqB,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAEpF,OAAO,EACH,wBAAwB,EACxB,EAAE,EACF,yBAAyB,EACzB,UAAU,EAEV,SAAS,EAMZ,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAW1E,MAAM,WAAW,2BAA2B;IACxC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IACvC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC/B,KAAK,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAE,CAAC;IACzD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI,CAAC;CACjC;AAED,QAAA,MAAM,sBAAsB,EAAE,EAAE,CAAC,2BAA2B,
|
|
1
|
+
{"version":3,"file":"profile-dropdown.d.ts","sourceRoot":"","sources":["../../../src/components/profile-dropdown/profile-dropdown.tsx"],"names":[],"mappings":"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"}
|