@agentiffai/design 0.1.0 → 0.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/{chunk-MNXQDDWP.js → chunk-6NGVSBJZ.js} +71 -10
- package/dist/chunk-6NGVSBJZ.js.map +1 -0
- package/dist/{chunk-P4Q3MHIY.cjs → chunk-TI5EB3ER.cjs} +29 -6
- package/dist/chunk-TI5EB3ER.cjs.map +1 -0
- package/dist/{chunk-KNSPBTTJ.cjs → chunk-ULL2LDN3.cjs} +71 -10
- package/dist/chunk-ULL2LDN3.cjs.map +1 -0
- package/dist/{chunk-CNVJ5UF2.js → chunk-YX4PWMZ6.js} +29 -6
- package/dist/chunk-YX4PWMZ6.js.map +1 -0
- package/dist/copilotkit/index.cjs +129 -119
- package/dist/copilotkit/index.cjs.map +1 -1
- package/dist/copilotkit/index.js +105 -95
- package/dist/copilotkit/index.js.map +1 -1
- package/dist/index.cjs +31 -31
- package/dist/index.js +2 -2
- package/dist/layout/index.cjs +11 -11
- package/dist/layout/index.js +1 -1
- package/package.json +8 -7
- package/CHANGELOG.md +0 -35
- package/LICENSE +0 -21
- package/assets/layout/main-pane-section.png +0 -0
- package/assets/layout/nav-complete.png +0 -0
- package/assets/layout/nav-horizontal-section.png +0 -0
- package/assets/layout/nav-vertical-section.png +0 -0
- package/assets/layout/pane-section-dropdowns.png +0 -0
- package/assets/layout/pane-section-header.png +0 -0
- package/dist/Window-B6e_UfLV.d.ts +0 -429
- package/dist/Window-CgGFIYHS.d.cts +0 -429
- package/dist/chunk-CNVJ5UF2.js.map +0 -1
- package/dist/chunk-KNSPBTTJ.cjs.map +0 -1
- package/dist/chunk-MNXQDDWP.js.map +0 -1
- package/dist/chunk-P4Q3MHIY.cjs.map +0 -1
- package/dist/copilotkit/index.d.cts +0 -162
- package/dist/copilotkit/index.d.ts +0 -162
- package/dist/icons/index.d.cts +0 -375
- package/dist/icons/index.d.ts +0 -375
- package/dist/index.d-DYU1eVeb.d.cts +0 -252
- package/dist/index.d-DYU1eVeb.d.ts +0 -252
- package/dist/index.d.cts +0 -185
- package/dist/index.d.ts +0 -185
- package/dist/layout/index.d.cts +0 -206
- package/dist/layout/index.d.ts +0 -206
- package/dist/theme/index.d.cts +0 -95
- package/dist/theme/index.d.ts +0 -95
- package/public/assets/bg-set/brand-logos/Google.svg +0 -1
- package/public/assets/bg-set/brand-logos/Google2.svg +0 -1
- package/public/assets/bg-set/brand-logos/Microsoft.svg +0 -1
- package/public/assets/bg-set/brand-logos/Microsoft2.svg +0 -1
- package/public/assets/bg-set/brand-logos/Slack.svg +0 -1
- package/public/assets/bg-set/brand-logos/Slack2.svg +0 -1
- package/public/assets/bg-set/brand-logos/YouTube.svg +0 -1
- package/public/assets/bg-set/brand-logos/YouTube2.svg +0 -1
- package/public/assets/bg-set/pattern/Size=lg, Type=Waves Rays2.svg +0 -1
- package/public/assets/bg-set/pattern/Size=md, Type=Waves Rays2.svg +0 -1
- package/public/assets/bg-set/pattern/Size=sm, Type=Waves Rays2.svg +0 -1
- package/public/assets/bg-set/pattern/Size=xl, Type=Waves Rays2.svg +0 -1
- package/public/assets/bg-set/pattern/Size=xs, Type=Waves Rays2.svg +0 -1
- package/public/assets/icon-set/Icon-add-circle-fill.svg +0 -1
- package/public/assets/icon-set/Icon-calendar-fill.svg +0 -1
- package/public/assets/icon-set/Icon-chat-1-fill.svg +0 -1
- package/public/assets/icon-set/Icon-download-2-fill.svg +0 -1
- package/public/assets/icon-set/Icon-home-fill.svg +0 -1
- package/public/assets/icon-set/Icon-mic-fill.svg +0 -1
- package/public/assets/icon-set/Icon-settings-3-fill.svg +0 -1
- package/public/assets/icon-set/Icon-settings-fill.svg +0 -1
- package/public/assets/icon-set/Icon-settings-line.svg +0 -1
package/dist/layout/index.d.cts
DELETED
|
@@ -1,206 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { ImgHTMLAttributes, ReactNode } from 'react';
|
|
3
|
-
import { A as AriaButtonProps } from '../index.d-DYU1eVeb.cjs';
|
|
4
|
-
|
|
5
|
-
declare const IconNames: {
|
|
6
|
-
readonly MIC: "mic-fill";
|
|
7
|
-
readonly MIC_OFF: "mic-off-fill";
|
|
8
|
-
readonly HEADPHONE: "headphone-fill";
|
|
9
|
-
readonly VOLUME_MUTE: "volume-mute-fill";
|
|
10
|
-
readonly SETTINGS: "settings-3-fill";
|
|
11
|
-
readonly SETTINGS_FILL: "settings-fill";
|
|
12
|
-
readonly SETTINGS_LINE: "settings-line";
|
|
13
|
-
readonly HOME: "home-fill";
|
|
14
|
-
readonly ADD_CIRCLE: "add-circle-fill";
|
|
15
|
-
readonly COMPASS_DISCOVER: "compass-discover-fill";
|
|
16
|
-
readonly DOWNLOAD: "download-2-fill";
|
|
17
|
-
readonly ARROW_LEFT: "arrow-left-fill";
|
|
18
|
-
readonly CALENDAR: "calendar-fill";
|
|
19
|
-
readonly CHAT: "chat-1-fill";
|
|
20
|
-
};
|
|
21
|
-
type IconName = (typeof IconNames)[keyof typeof IconNames];
|
|
22
|
-
|
|
23
|
-
interface IconProps extends Omit<ImgHTMLAttributes<HTMLImageElement>, 'src' | 'alt'> {
|
|
24
|
-
name: IconName;
|
|
25
|
-
size?: number;
|
|
26
|
-
color?: string;
|
|
27
|
-
className?: string;
|
|
28
|
-
}
|
|
29
|
-
declare function Icon({ name, size, color, className, ...imgProps }: IconProps): react_jsx_runtime.JSX.Element;
|
|
30
|
-
declare namespace Icon {
|
|
31
|
-
var displayName: string;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
interface LayoutProps {
|
|
35
|
-
mainPaneSlot: ReactNode;
|
|
36
|
-
navVerticalSlot?: ReactNode;
|
|
37
|
-
navHorizontalUserSlot?: ReactNode;
|
|
38
|
-
navHorizontalActionsSlot?: ReactNode;
|
|
39
|
-
onNavBackClick?: () => void;
|
|
40
|
-
className?: string;
|
|
41
|
-
}
|
|
42
|
-
declare function Layout({ mainPaneSlot, navVerticalSlot, navHorizontalUserSlot, navHorizontalActionsSlot, onNavBackClick, className, }: LayoutProps): react_jsx_runtime.JSX.Element;
|
|
43
|
-
declare namespace Layout {
|
|
44
|
-
var displayName: string;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
interface NavHorizontalProps {
|
|
48
|
-
userStatusSlot?: ReactNode;
|
|
49
|
-
actionsSlot?: ReactNode;
|
|
50
|
-
className?: string;
|
|
51
|
-
'aria-label'?: string;
|
|
52
|
-
}
|
|
53
|
-
declare function NavHorizontal({ userStatusSlot, actionsSlot, className, 'aria-label': ariaLabel, }: NavHorizontalProps): react_jsx_runtime.JSX.Element;
|
|
54
|
-
declare namespace NavHorizontal {
|
|
55
|
-
var displayName: string;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
interface ActionButtonsProps {
|
|
59
|
-
onCalendarClick?: () => void;
|
|
60
|
-
onSettingsClick?: () => void;
|
|
61
|
-
onChatClick?: () => void;
|
|
62
|
-
isCalendarActive?: boolean;
|
|
63
|
-
isSettingsActive?: boolean;
|
|
64
|
-
isChatActive?: boolean;
|
|
65
|
-
className?: string;
|
|
66
|
-
}
|
|
67
|
-
declare function ActionButtons({ onCalendarClick, onSettingsClick, onChatClick: _onChatClick, isCalendarActive, isSettingsActive, isChatActive: _isChatActive, className, }: ActionButtonsProps): react_jsx_runtime.JSX.Element;
|
|
68
|
-
declare namespace ActionButtons {
|
|
69
|
-
var displayName: string;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
interface WorkflowStatusCardProps extends Omit<AriaButtonProps, 'children'> {
|
|
73
|
-
icon: ReactNode;
|
|
74
|
-
workflowName: string;
|
|
75
|
-
status?: 'online' | 'idle' | 'busy' | 'offline';
|
|
76
|
-
statusText?: string;
|
|
77
|
-
className?: string;
|
|
78
|
-
onClick?: () => void;
|
|
79
|
-
}
|
|
80
|
-
declare function WorkflowStatusCard({ icon, workflowName, status, statusText, className, onClick, onPress, isDisabled, ...ariaProps }: WorkflowStatusCardProps): react_jsx_runtime.JSX.Element;
|
|
81
|
-
declare namespace WorkflowStatusCard {
|
|
82
|
-
var displayName: string;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
interface NavVerticalProps {
|
|
86
|
-
onBackClick?: () => void;
|
|
87
|
-
onHomeClick?: () => void;
|
|
88
|
-
folderGroupsSlot?: ReactNode;
|
|
89
|
-
className?: string;
|
|
90
|
-
'aria-label'?: string;
|
|
91
|
-
}
|
|
92
|
-
declare function NavVertical({ onBackClick, onHomeClick, folderGroupsSlot, className, 'aria-label': ariaLabel, }: NavVerticalProps): react_jsx_runtime.JSX.Element;
|
|
93
|
-
declare namespace NavVertical {
|
|
94
|
-
var displayName: string;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
interface ActionLog {
|
|
98
|
-
id: string;
|
|
99
|
-
text: string;
|
|
100
|
-
timestamp: string;
|
|
101
|
-
icon?: React.ReactNode;
|
|
102
|
-
iconColor?: string;
|
|
103
|
-
}
|
|
104
|
-
interface RunItem {
|
|
105
|
-
id: string;
|
|
106
|
-
name: string;
|
|
107
|
-
status: 'completed' | 'running' | 'failed';
|
|
108
|
-
details: string;
|
|
109
|
-
category: 'scheduled' | 'completed' | 'issues';
|
|
110
|
-
icon?: 'bell' | 'file' | 'link' | 'chat' | 'warning';
|
|
111
|
-
logs?: ActionLog[];
|
|
112
|
-
}
|
|
113
|
-
interface PaneMenusProps {
|
|
114
|
-
activeTab?: 'runs' | 'usage' | 'connections';
|
|
115
|
-
onTabChange?: (tab: 'runs' | 'usage' | 'connections') => void;
|
|
116
|
-
runs?: RunItem[];
|
|
117
|
-
currentUsage?: number;
|
|
118
|
-
maxUsage?: number;
|
|
119
|
-
isGoogleConnected?: boolean;
|
|
120
|
-
onGoogleConnect?: () => void;
|
|
121
|
-
onGoogleDisconnect?: () => void;
|
|
122
|
-
onBrowseAutomations?: () => void;
|
|
123
|
-
}
|
|
124
|
-
declare function PaneMenus({ activeTab, onTabChange, runs, currentUsage, maxUsage, isGoogleConnected, onGoogleConnect, onGoogleDisconnect, onBrowseAutomations, }: PaneMenusProps): react_jsx_runtime.JSX.Element;
|
|
125
|
-
|
|
126
|
-
type BrandType = 'Google' | 'Microsoft' | 'Slack' | 'YouTube';
|
|
127
|
-
interface PaneSectionHeaderProps {
|
|
128
|
-
/**
|
|
129
|
-
* Brand logo to display in the center of the header
|
|
130
|
-
* @default 'Google'
|
|
131
|
-
*/
|
|
132
|
-
brand?: BrandType;
|
|
133
|
-
/**
|
|
134
|
-
* Callback fired when back button is clicked
|
|
135
|
-
*/
|
|
136
|
-
onBackClick?: () => void;
|
|
137
|
-
/**
|
|
138
|
-
* Callback fired when settings button is clicked
|
|
139
|
-
*/
|
|
140
|
-
onSettingsClick?: () => void;
|
|
141
|
-
/**
|
|
142
|
-
* Additional CSS class name
|
|
143
|
-
*/
|
|
144
|
-
className?: string;
|
|
145
|
-
/**
|
|
146
|
-
* Accessible label for the header
|
|
147
|
-
*/
|
|
148
|
-
'aria-label'?: string;
|
|
149
|
-
}
|
|
150
|
-
/**
|
|
151
|
-
* PaneSectionHeader component
|
|
152
|
-
*
|
|
153
|
-
* A fixed-height header positioned at the top of the main pane section.
|
|
154
|
-
* Features a centered brand logo and a settings button in the top-right corner.
|
|
155
|
-
* Background includes responsive Rays2 pattern from the design system.
|
|
156
|
-
*
|
|
157
|
-
* @example
|
|
158
|
-
* ```tsx
|
|
159
|
-
* <PaneSectionHeader
|
|
160
|
-
* brand="Google"
|
|
161
|
-
* onSettingsClick={() => console.log('Settings clicked')}
|
|
162
|
-
* />
|
|
163
|
-
* ```
|
|
164
|
-
*/
|
|
165
|
-
declare function PaneSectionHeader({ brand, onBackClick, onSettingsClick, className, 'aria-label': ariaLabel, }: PaneSectionHeaderProps): react_jsx_runtime.JSX.Element;
|
|
166
|
-
declare namespace PaneSectionHeader {
|
|
167
|
-
var displayName: string;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
type ServiceBrand = 'Facebook' | 'Gmail' | 'Instagram' | 'LinkedIn' | 'Reddit' | 'Slack' | 'Telegram' | 'WhatsApp' | 'X' | 'YouTube';
|
|
171
|
-
interface ServiceIconProps extends AriaButtonProps {
|
|
172
|
-
/**
|
|
173
|
-
* Brand logo to display
|
|
174
|
-
*/
|
|
175
|
-
brand: ServiceBrand;
|
|
176
|
-
/**
|
|
177
|
-
* Whether the service icon is active/selected
|
|
178
|
-
*/
|
|
179
|
-
active?: boolean;
|
|
180
|
-
/**
|
|
181
|
-
* Additional CSS class name
|
|
182
|
-
*/
|
|
183
|
-
className?: string;
|
|
184
|
-
}
|
|
185
|
-
/**
|
|
186
|
-
* ServiceIcon component
|
|
187
|
-
*
|
|
188
|
-
* Displays a circular brand logo icon that can be used as a service selector.
|
|
189
|
-
* Uses colored brand logos from assets/icons/Brand and supports active/hover states.
|
|
190
|
-
*
|
|
191
|
-
* @example
|
|
192
|
-
* ```tsx
|
|
193
|
-
* <ServiceIcon
|
|
194
|
-
* brand="Gmail"
|
|
195
|
-
* active={true}
|
|
196
|
-
* onPress={() => console.log('Gmail clicked')}
|
|
197
|
-
* aria-label="Gmail service"
|
|
198
|
-
* />
|
|
199
|
-
* ```
|
|
200
|
-
*/
|
|
201
|
-
declare function ServiceIcon({ brand, active, className, ...ariaProps }: ServiceIconProps): react_jsx_runtime.JSX.Element;
|
|
202
|
-
declare namespace ServiceIcon {
|
|
203
|
-
var displayName: string;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
export { ActionButtons, type ActionButtonsProps, type BrandType, Icon, type IconName, IconNames, type IconProps, Layout, type LayoutProps, NavHorizontal, type NavHorizontalProps, NavVertical, type NavVerticalProps, PaneMenus, type PaneMenusProps, PaneSectionHeader, type PaneSectionHeaderProps, type ServiceBrand, ServiceIcon, type ServiceIconProps, WorkflowStatusCard, type WorkflowStatusCardProps };
|
package/dist/layout/index.d.ts
DELETED
|
@@ -1,206 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { ImgHTMLAttributes, ReactNode } from 'react';
|
|
3
|
-
import { A as AriaButtonProps } from '../index.d-DYU1eVeb.js';
|
|
4
|
-
|
|
5
|
-
declare const IconNames: {
|
|
6
|
-
readonly MIC: "mic-fill";
|
|
7
|
-
readonly MIC_OFF: "mic-off-fill";
|
|
8
|
-
readonly HEADPHONE: "headphone-fill";
|
|
9
|
-
readonly VOLUME_MUTE: "volume-mute-fill";
|
|
10
|
-
readonly SETTINGS: "settings-3-fill";
|
|
11
|
-
readonly SETTINGS_FILL: "settings-fill";
|
|
12
|
-
readonly SETTINGS_LINE: "settings-line";
|
|
13
|
-
readonly HOME: "home-fill";
|
|
14
|
-
readonly ADD_CIRCLE: "add-circle-fill";
|
|
15
|
-
readonly COMPASS_DISCOVER: "compass-discover-fill";
|
|
16
|
-
readonly DOWNLOAD: "download-2-fill";
|
|
17
|
-
readonly ARROW_LEFT: "arrow-left-fill";
|
|
18
|
-
readonly CALENDAR: "calendar-fill";
|
|
19
|
-
readonly CHAT: "chat-1-fill";
|
|
20
|
-
};
|
|
21
|
-
type IconName = (typeof IconNames)[keyof typeof IconNames];
|
|
22
|
-
|
|
23
|
-
interface IconProps extends Omit<ImgHTMLAttributes<HTMLImageElement>, 'src' | 'alt'> {
|
|
24
|
-
name: IconName;
|
|
25
|
-
size?: number;
|
|
26
|
-
color?: string;
|
|
27
|
-
className?: string;
|
|
28
|
-
}
|
|
29
|
-
declare function Icon({ name, size, color, className, ...imgProps }: IconProps): react_jsx_runtime.JSX.Element;
|
|
30
|
-
declare namespace Icon {
|
|
31
|
-
var displayName: string;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
interface LayoutProps {
|
|
35
|
-
mainPaneSlot: ReactNode;
|
|
36
|
-
navVerticalSlot?: ReactNode;
|
|
37
|
-
navHorizontalUserSlot?: ReactNode;
|
|
38
|
-
navHorizontalActionsSlot?: ReactNode;
|
|
39
|
-
onNavBackClick?: () => void;
|
|
40
|
-
className?: string;
|
|
41
|
-
}
|
|
42
|
-
declare function Layout({ mainPaneSlot, navVerticalSlot, navHorizontalUserSlot, navHorizontalActionsSlot, onNavBackClick, className, }: LayoutProps): react_jsx_runtime.JSX.Element;
|
|
43
|
-
declare namespace Layout {
|
|
44
|
-
var displayName: string;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
interface NavHorizontalProps {
|
|
48
|
-
userStatusSlot?: ReactNode;
|
|
49
|
-
actionsSlot?: ReactNode;
|
|
50
|
-
className?: string;
|
|
51
|
-
'aria-label'?: string;
|
|
52
|
-
}
|
|
53
|
-
declare function NavHorizontal({ userStatusSlot, actionsSlot, className, 'aria-label': ariaLabel, }: NavHorizontalProps): react_jsx_runtime.JSX.Element;
|
|
54
|
-
declare namespace NavHorizontal {
|
|
55
|
-
var displayName: string;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
interface ActionButtonsProps {
|
|
59
|
-
onCalendarClick?: () => void;
|
|
60
|
-
onSettingsClick?: () => void;
|
|
61
|
-
onChatClick?: () => void;
|
|
62
|
-
isCalendarActive?: boolean;
|
|
63
|
-
isSettingsActive?: boolean;
|
|
64
|
-
isChatActive?: boolean;
|
|
65
|
-
className?: string;
|
|
66
|
-
}
|
|
67
|
-
declare function ActionButtons({ onCalendarClick, onSettingsClick, onChatClick: _onChatClick, isCalendarActive, isSettingsActive, isChatActive: _isChatActive, className, }: ActionButtonsProps): react_jsx_runtime.JSX.Element;
|
|
68
|
-
declare namespace ActionButtons {
|
|
69
|
-
var displayName: string;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
interface WorkflowStatusCardProps extends Omit<AriaButtonProps, 'children'> {
|
|
73
|
-
icon: ReactNode;
|
|
74
|
-
workflowName: string;
|
|
75
|
-
status?: 'online' | 'idle' | 'busy' | 'offline';
|
|
76
|
-
statusText?: string;
|
|
77
|
-
className?: string;
|
|
78
|
-
onClick?: () => void;
|
|
79
|
-
}
|
|
80
|
-
declare function WorkflowStatusCard({ icon, workflowName, status, statusText, className, onClick, onPress, isDisabled, ...ariaProps }: WorkflowStatusCardProps): react_jsx_runtime.JSX.Element;
|
|
81
|
-
declare namespace WorkflowStatusCard {
|
|
82
|
-
var displayName: string;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
interface NavVerticalProps {
|
|
86
|
-
onBackClick?: () => void;
|
|
87
|
-
onHomeClick?: () => void;
|
|
88
|
-
folderGroupsSlot?: ReactNode;
|
|
89
|
-
className?: string;
|
|
90
|
-
'aria-label'?: string;
|
|
91
|
-
}
|
|
92
|
-
declare function NavVertical({ onBackClick, onHomeClick, folderGroupsSlot, className, 'aria-label': ariaLabel, }: NavVerticalProps): react_jsx_runtime.JSX.Element;
|
|
93
|
-
declare namespace NavVertical {
|
|
94
|
-
var displayName: string;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
interface ActionLog {
|
|
98
|
-
id: string;
|
|
99
|
-
text: string;
|
|
100
|
-
timestamp: string;
|
|
101
|
-
icon?: React.ReactNode;
|
|
102
|
-
iconColor?: string;
|
|
103
|
-
}
|
|
104
|
-
interface RunItem {
|
|
105
|
-
id: string;
|
|
106
|
-
name: string;
|
|
107
|
-
status: 'completed' | 'running' | 'failed';
|
|
108
|
-
details: string;
|
|
109
|
-
category: 'scheduled' | 'completed' | 'issues';
|
|
110
|
-
icon?: 'bell' | 'file' | 'link' | 'chat' | 'warning';
|
|
111
|
-
logs?: ActionLog[];
|
|
112
|
-
}
|
|
113
|
-
interface PaneMenusProps {
|
|
114
|
-
activeTab?: 'runs' | 'usage' | 'connections';
|
|
115
|
-
onTabChange?: (tab: 'runs' | 'usage' | 'connections') => void;
|
|
116
|
-
runs?: RunItem[];
|
|
117
|
-
currentUsage?: number;
|
|
118
|
-
maxUsage?: number;
|
|
119
|
-
isGoogleConnected?: boolean;
|
|
120
|
-
onGoogleConnect?: () => void;
|
|
121
|
-
onGoogleDisconnect?: () => void;
|
|
122
|
-
onBrowseAutomations?: () => void;
|
|
123
|
-
}
|
|
124
|
-
declare function PaneMenus({ activeTab, onTabChange, runs, currentUsage, maxUsage, isGoogleConnected, onGoogleConnect, onGoogleDisconnect, onBrowseAutomations, }: PaneMenusProps): react_jsx_runtime.JSX.Element;
|
|
125
|
-
|
|
126
|
-
type BrandType = 'Google' | 'Microsoft' | 'Slack' | 'YouTube';
|
|
127
|
-
interface PaneSectionHeaderProps {
|
|
128
|
-
/**
|
|
129
|
-
* Brand logo to display in the center of the header
|
|
130
|
-
* @default 'Google'
|
|
131
|
-
*/
|
|
132
|
-
brand?: BrandType;
|
|
133
|
-
/**
|
|
134
|
-
* Callback fired when back button is clicked
|
|
135
|
-
*/
|
|
136
|
-
onBackClick?: () => void;
|
|
137
|
-
/**
|
|
138
|
-
* Callback fired when settings button is clicked
|
|
139
|
-
*/
|
|
140
|
-
onSettingsClick?: () => void;
|
|
141
|
-
/**
|
|
142
|
-
* Additional CSS class name
|
|
143
|
-
*/
|
|
144
|
-
className?: string;
|
|
145
|
-
/**
|
|
146
|
-
* Accessible label for the header
|
|
147
|
-
*/
|
|
148
|
-
'aria-label'?: string;
|
|
149
|
-
}
|
|
150
|
-
/**
|
|
151
|
-
* PaneSectionHeader component
|
|
152
|
-
*
|
|
153
|
-
* A fixed-height header positioned at the top of the main pane section.
|
|
154
|
-
* Features a centered brand logo and a settings button in the top-right corner.
|
|
155
|
-
* Background includes responsive Rays2 pattern from the design system.
|
|
156
|
-
*
|
|
157
|
-
* @example
|
|
158
|
-
* ```tsx
|
|
159
|
-
* <PaneSectionHeader
|
|
160
|
-
* brand="Google"
|
|
161
|
-
* onSettingsClick={() => console.log('Settings clicked')}
|
|
162
|
-
* />
|
|
163
|
-
* ```
|
|
164
|
-
*/
|
|
165
|
-
declare function PaneSectionHeader({ brand, onBackClick, onSettingsClick, className, 'aria-label': ariaLabel, }: PaneSectionHeaderProps): react_jsx_runtime.JSX.Element;
|
|
166
|
-
declare namespace PaneSectionHeader {
|
|
167
|
-
var displayName: string;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
type ServiceBrand = 'Facebook' | 'Gmail' | 'Instagram' | 'LinkedIn' | 'Reddit' | 'Slack' | 'Telegram' | 'WhatsApp' | 'X' | 'YouTube';
|
|
171
|
-
interface ServiceIconProps extends AriaButtonProps {
|
|
172
|
-
/**
|
|
173
|
-
* Brand logo to display
|
|
174
|
-
*/
|
|
175
|
-
brand: ServiceBrand;
|
|
176
|
-
/**
|
|
177
|
-
* Whether the service icon is active/selected
|
|
178
|
-
*/
|
|
179
|
-
active?: boolean;
|
|
180
|
-
/**
|
|
181
|
-
* Additional CSS class name
|
|
182
|
-
*/
|
|
183
|
-
className?: string;
|
|
184
|
-
}
|
|
185
|
-
/**
|
|
186
|
-
* ServiceIcon component
|
|
187
|
-
*
|
|
188
|
-
* Displays a circular brand logo icon that can be used as a service selector.
|
|
189
|
-
* Uses colored brand logos from assets/icons/Brand and supports active/hover states.
|
|
190
|
-
*
|
|
191
|
-
* @example
|
|
192
|
-
* ```tsx
|
|
193
|
-
* <ServiceIcon
|
|
194
|
-
* brand="Gmail"
|
|
195
|
-
* active={true}
|
|
196
|
-
* onPress={() => console.log('Gmail clicked')}
|
|
197
|
-
* aria-label="Gmail service"
|
|
198
|
-
* />
|
|
199
|
-
* ```
|
|
200
|
-
*/
|
|
201
|
-
declare function ServiceIcon({ brand, active, className, ...ariaProps }: ServiceIconProps): react_jsx_runtime.JSX.Element;
|
|
202
|
-
declare namespace ServiceIcon {
|
|
203
|
-
var displayName: string;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
export { ActionButtons, type ActionButtonsProps, type BrandType, Icon, type IconName, IconNames, type IconProps, Layout, type LayoutProps, NavHorizontal, type NavHorizontalProps, NavVertical, type NavVerticalProps, PaneMenus, type PaneMenusProps, PaneSectionHeader, type PaneSectionHeaderProps, type ServiceBrand, ServiceIcon, type ServiceIconProps, WorkflowStatusCard, type WorkflowStatusCardProps };
|
package/dist/theme/index.d.cts
DELETED
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import * as styled_components from 'styled-components';
|
|
3
|
-
|
|
4
|
-
declare const darkTheme: {
|
|
5
|
-
name: string;
|
|
6
|
-
colors: {
|
|
7
|
-
primary: string;
|
|
8
|
-
surface: string;
|
|
9
|
-
text: string;
|
|
10
|
-
border: string;
|
|
11
|
-
};
|
|
12
|
-
spacing: {
|
|
13
|
-
xs: string;
|
|
14
|
-
sm: string;
|
|
15
|
-
md: string;
|
|
16
|
-
lg: string;
|
|
17
|
-
xl: string;
|
|
18
|
-
};
|
|
19
|
-
radii: {
|
|
20
|
-
sm: string;
|
|
21
|
-
md: string;
|
|
22
|
-
lg: string;
|
|
23
|
-
};
|
|
24
|
-
fonts: {
|
|
25
|
-
body: string;
|
|
26
|
-
mono: string;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
declare const GlobalStyle: React.NamedExoticComponent<styled_components.ExecutionProps & object>;
|
|
31
|
-
|
|
32
|
-
declare const lightTheme: {
|
|
33
|
-
name: string;
|
|
34
|
-
colors: {
|
|
35
|
-
primary: string;
|
|
36
|
-
surface: string;
|
|
37
|
-
text: string;
|
|
38
|
-
border: string;
|
|
39
|
-
};
|
|
40
|
-
spacing: {
|
|
41
|
-
xs: string;
|
|
42
|
-
sm: string;
|
|
43
|
-
md: string;
|
|
44
|
-
lg: string;
|
|
45
|
-
xl: string;
|
|
46
|
-
};
|
|
47
|
-
radii: {
|
|
48
|
-
sm: string;
|
|
49
|
-
md: string;
|
|
50
|
-
lg: string;
|
|
51
|
-
};
|
|
52
|
-
fonts: {
|
|
53
|
-
body: string;
|
|
54
|
-
mono: string;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
declare const tokens: {
|
|
59
|
-
colors: {
|
|
60
|
-
primary: {
|
|
61
|
-
light: string;
|
|
62
|
-
dark: string;
|
|
63
|
-
};
|
|
64
|
-
surface: {
|
|
65
|
-
light: string;
|
|
66
|
-
dark: string;
|
|
67
|
-
};
|
|
68
|
-
text: {
|
|
69
|
-
light: string;
|
|
70
|
-
dark: string;
|
|
71
|
-
};
|
|
72
|
-
border: {
|
|
73
|
-
light: string;
|
|
74
|
-
dark: string;
|
|
75
|
-
};
|
|
76
|
-
};
|
|
77
|
-
spacing: {
|
|
78
|
-
xs: string;
|
|
79
|
-
sm: string;
|
|
80
|
-
md: string;
|
|
81
|
-
lg: string;
|
|
82
|
-
xl: string;
|
|
83
|
-
};
|
|
84
|
-
radii: {
|
|
85
|
-
sm: string;
|
|
86
|
-
md: string;
|
|
87
|
-
lg: string;
|
|
88
|
-
};
|
|
89
|
-
fonts: {
|
|
90
|
-
body: string;
|
|
91
|
-
mono: string;
|
|
92
|
-
};
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
export { GlobalStyle, darkTheme, lightTheme, tokens };
|
package/dist/theme/index.d.ts
DELETED
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import * as styled_components from 'styled-components';
|
|
3
|
-
|
|
4
|
-
declare const darkTheme: {
|
|
5
|
-
name: string;
|
|
6
|
-
colors: {
|
|
7
|
-
primary: string;
|
|
8
|
-
surface: string;
|
|
9
|
-
text: string;
|
|
10
|
-
border: string;
|
|
11
|
-
};
|
|
12
|
-
spacing: {
|
|
13
|
-
xs: string;
|
|
14
|
-
sm: string;
|
|
15
|
-
md: string;
|
|
16
|
-
lg: string;
|
|
17
|
-
xl: string;
|
|
18
|
-
};
|
|
19
|
-
radii: {
|
|
20
|
-
sm: string;
|
|
21
|
-
md: string;
|
|
22
|
-
lg: string;
|
|
23
|
-
};
|
|
24
|
-
fonts: {
|
|
25
|
-
body: string;
|
|
26
|
-
mono: string;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
declare const GlobalStyle: React.NamedExoticComponent<styled_components.ExecutionProps & object>;
|
|
31
|
-
|
|
32
|
-
declare const lightTheme: {
|
|
33
|
-
name: string;
|
|
34
|
-
colors: {
|
|
35
|
-
primary: string;
|
|
36
|
-
surface: string;
|
|
37
|
-
text: string;
|
|
38
|
-
border: string;
|
|
39
|
-
};
|
|
40
|
-
spacing: {
|
|
41
|
-
xs: string;
|
|
42
|
-
sm: string;
|
|
43
|
-
md: string;
|
|
44
|
-
lg: string;
|
|
45
|
-
xl: string;
|
|
46
|
-
};
|
|
47
|
-
radii: {
|
|
48
|
-
sm: string;
|
|
49
|
-
md: string;
|
|
50
|
-
lg: string;
|
|
51
|
-
};
|
|
52
|
-
fonts: {
|
|
53
|
-
body: string;
|
|
54
|
-
mono: string;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
declare const tokens: {
|
|
59
|
-
colors: {
|
|
60
|
-
primary: {
|
|
61
|
-
light: string;
|
|
62
|
-
dark: string;
|
|
63
|
-
};
|
|
64
|
-
surface: {
|
|
65
|
-
light: string;
|
|
66
|
-
dark: string;
|
|
67
|
-
};
|
|
68
|
-
text: {
|
|
69
|
-
light: string;
|
|
70
|
-
dark: string;
|
|
71
|
-
};
|
|
72
|
-
border: {
|
|
73
|
-
light: string;
|
|
74
|
-
dark: string;
|
|
75
|
-
};
|
|
76
|
-
};
|
|
77
|
-
spacing: {
|
|
78
|
-
xs: string;
|
|
79
|
-
sm: string;
|
|
80
|
-
md: string;
|
|
81
|
-
lg: string;
|
|
82
|
-
xl: string;
|
|
83
|
-
};
|
|
84
|
-
radii: {
|
|
85
|
-
sm: string;
|
|
86
|
-
md: string;
|
|
87
|
-
lg: string;
|
|
88
|
-
};
|
|
89
|
-
fonts: {
|
|
90
|
-
body: string;
|
|
91
|
-
mono: string;
|
|
92
|
-
};
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
export { GlobalStyle, darkTheme, lightTheme, tokens };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="105" height="44" fill="none" viewBox="0 0 105 44"><g clip-path="url(#a)"><path fill="#ea4335" d="M44.926 23.513c0 4.88-3.817 8.475-8.502 8.475s-8.502-3.596-8.502-8.475c0-4.914 3.817-8.476 8.502-8.476s8.502 3.562 8.502 8.476m-3.722 0c0-3.05-2.212-5.136-4.78-5.136s-4.78 2.086-4.78 5.136c0 3.018 2.212 5.135 4.78 5.135s4.78-2.12 4.78-5.135"/><path fill="#fbbc05" d="M63.268 23.513c0 4.88-3.818 8.475-8.502 8.475s-8.502-3.596-8.502-8.475c0-4.91 3.817-8.476 8.502-8.476s8.502 3.562 8.502 8.476m-3.722 0c0-3.05-2.212-5.136-4.78-5.136s-4.78 2.086-4.78 5.136c0 3.018 2.212 5.135 4.78 5.135s4.78-2.12 4.78-5.135"/><path fill="#4285f4" d="M80.846 15.55v15.215c0 6.26-3.692 8.816-8.055 8.816-4.108 0-6.58-2.748-7.513-4.995l3.24-1.349c.578 1.38 1.992 3.008 4.269 3.008 2.793 0 4.524-1.724 4.524-4.968v-1.219h-.13c-.833 1.028-2.438 1.926-4.463 1.926-4.237 0-8.12-3.691-8.12-8.44 0-4.785 3.883-8.507 8.12-8.507 2.022 0 3.626.898 4.463 1.896h.13v-1.38h3.535zm-3.271 7.993c0-2.984-1.991-5.166-4.524-5.166-2.568 0-4.72 2.182-4.72 5.166 0 2.954 2.152 5.105 4.72 5.105 2.533 0 4.524-2.151 4.524-5.105"/><path fill="#34a853" d="M86.673 6.63v24.838h-3.63V6.631z"/><path fill="#ea4335" d="m100.819 26.302 2.889 1.926c-.933 1.38-3.179 3.756-7.062 3.756-4.814 0-8.41-3.722-8.41-8.475 0-5.04 3.626-8.476 7.994-8.476 4.398 0 6.549 3.5 7.252 5.392l.386.963-11.33 4.692c.868 1.7 2.217 2.568 4.108 2.568 1.895 0 3.21-.932 4.173-2.346m-8.892-3.05 7.574-3.144c-.417-1.059-1.67-1.796-3.145-1.796-1.892 0-4.524 1.67-4.429 4.94"/><path fill="#4285f4" d="M14.181 21.308v-3.596h12.117c.119.627.18 1.368.18 2.17 0 2.698-.738 6.034-3.115 8.41-2.311 2.408-5.265 3.692-9.178 3.692-7.253 0-13.351-5.908-13.351-13.16 0-7.253 6.098-13.16 13.35-13.16 4.013 0 6.871 1.574 9.019 3.626l-2.537 2.537c-1.54-1.444-3.627-2.567-6.485-2.567-5.296 0-9.438 4.268-9.438 9.564s4.142 9.564 9.438 9.564c3.435 0 5.392-1.38 6.645-2.633 1.017-1.016 1.685-2.468 1.949-4.451z"/></g><defs><clipPath id="a"><path fill="#fff" d="M.708 0h103.583v44H.708z"/></clipPath></defs></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="105" height="44" fill="none" viewBox="0 0 105 44"><g fill="#fff" clip-path="url(#a)"><path d="M44.926 23.513c0 4.88-3.817 8.475-8.502 8.475s-8.502-3.596-8.502-8.475c0-4.914 3.817-8.476 8.502-8.476s8.502 3.562 8.502 8.476m-3.722 0c0-3.05-2.212-5.136-4.78-5.136s-4.78 2.086-4.78 5.136c0 3.018 2.212 5.135 4.78 5.135s4.78-2.12 4.78-5.135M63.268 23.513c0 4.88-3.818 8.475-8.502 8.475s-8.502-3.596-8.502-8.475c0-4.91 3.817-8.476 8.502-8.476 4.684 0 8.502 3.562 8.502 8.476m-3.722 0c0-3.05-2.212-5.136-4.78-5.136s-4.78 2.086-4.78 5.136c0 3.018 2.212 5.135 4.78 5.135s4.78-2.12 4.78-5.135M80.845 15.55v15.215c0 6.26-3.69 8.816-8.055 8.816-4.107 0-6.58-2.748-7.512-4.995l3.24-1.349c.577 1.38 1.991 3.008 4.269 3.008 2.793 0 4.524-1.724 4.524-4.968v-1.219h-.13c-.833 1.028-2.438 1.926-4.463 1.926-4.238 0-8.12-3.691-8.12-8.44 0-4.785 3.882-8.507 8.12-8.507 2.021 0 3.626.898 4.463 1.896h.13v-1.38h3.534zm-3.27 7.993c0-2.984-1.991-5.166-4.525-5.166-2.568 0-4.719 2.182-4.719 5.166 0 2.954 2.151 5.105 4.72 5.105 2.533 0 4.523-2.151 4.523-5.105M86.672 6.63v24.838h-3.63V6.631zM100.819 26.302l2.888 1.926c-.932 1.38-3.179 3.756-7.061 3.756-4.815 0-8.41-3.722-8.41-8.475 0-5.04 3.626-8.475 7.993-8.475 4.399 0 6.55 3.5 7.253 5.391l.386.963-11.33 4.692c.868 1.7 2.216 2.568 4.108 2.568 1.895 0 3.21-.932 4.173-2.346m-8.892-3.05 7.573-3.144c-.416-1.059-1.67-1.796-3.144-1.796-1.892 0-4.525 1.67-4.43 4.94M14.18 21.308v-3.596h12.118c.118.627.18 1.368.18 2.17 0 2.698-.738 6.034-3.115 8.41-2.312 2.408-5.265 3.692-9.178 3.692-7.253 0-13.352-5.908-13.352-13.16 0-7.253 6.1-13.16 13.352-13.16 4.012 0 6.87 1.574 9.018 3.626l-2.538 2.537c-1.54-1.444-3.626-2.567-6.484-2.567-5.296 0-9.438 4.268-9.438 9.564s4.142 9.564 9.438 9.564c3.435 0 5.392-1.38 6.645-2.633 1.016-1.016 1.685-2.468 1.949-4.451z"/></g><defs><clipPath id="a"><path fill="#fff" d="M.708 0h103.583v44H.708z"/></clipPath></defs></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="152" height="44" fill="none" viewBox="0 0 152 44"><g clip-path="url(#a)"><path fill="#706d6e" d="M151.036 20.014v-2.641h-3.28v-4.107l-.11.034-3.082.943-.06.018v3.112h-4.863V15.64c0-.808.18-1.425.536-1.837.353-.407.858-.614 1.503-.614.463 0 .943.11 1.425.324l.121.054v-2.782l-.057-.02c-.45-.162-1.062-.244-1.822-.244-.956 0-1.826.208-2.584.621a4.4 4.4 0 0 0-1.773 1.753c-.417.75-.628 1.615-.628 2.572v1.906h-2.284v2.641h2.284v11.129h3.279V20.014h4.863v7.072c0 2.913 1.374 4.389 4.083 4.389a6.7 6.7 0 0 0 1.392-.155c.487-.105.819-.21 1.014-.321l.043-.026v-2.666l-.133.089q-.269.178-.659.287-.393.11-.648.11c-.635 0-1.104-.17-1.396-.508-.294-.34-.444-.936-.444-1.77v-6.5zm-24.281 8.78c-1.19 0-2.128-.395-2.79-1.172-.665-.782-1.002-1.895-1.002-3.31 0-1.46.337-2.604 1.003-3.399.661-.79 1.591-1.19 2.762-1.19 1.137 0 2.042.383 2.691 1.138.651.76.982 1.893.982 3.37 0 1.496-.311 2.644-.924 3.413-.609.762-1.525 1.15-2.722 1.15m.146-11.753c-2.271 0-4.074.665-5.36 1.978-1.285 1.312-1.937 3.128-1.937 5.398 0 2.156.636 3.89 1.891 5.153 1.254 1.264 2.962 1.904 5.074 1.904 2.201 0 3.968-.674 5.254-2.005 1.285-1.328 1.936-3.127 1.936-5.344 0-2.19-.611-3.937-1.817-5.192s-2.902-1.892-5.041-1.892m-12.583 0c-1.545 0-2.823.395-3.799 1.174-.981.784-1.48 1.811-1.48 3.055 0 .646.108 1.22.32 1.708s.542.919.979 1.28c.435.358 1.105.733 1.994 1.115.746.307 1.303.567 1.657.772q.52.302.73.6c.135.191.203.455.203.78 0 .925-.693 1.375-2.118 1.375-.529 0-1.132-.11-1.793-.328a6.7 6.7 0 0 1-1.836-.931l-.136-.098V30.7l.05.024c.464.214 1.049.394 1.739.536a9.3 9.3 0 0 0 1.856.215c1.676 0 3.026-.397 4.011-1.18.991-.79 1.493-1.842 1.493-3.128 0-.928-.27-1.724-.803-2.366-.53-.637-1.448-1.221-2.73-1.738-1.021-.41-1.675-.75-1.945-1.011-.26-.252-.392-.609-.392-1.06 0-.401.163-.722.498-.982.337-.26.807-.394 1.395-.394.547 0 1.106.087 1.662.256s1.043.395 1.45.672l.134.092v-2.995l-.051-.022c-.376-.16-.871-.299-1.473-.41a9 9 0 0 0-1.615-.168m-13.827 11.753c-1.19 0-2.128-.395-2.79-1.172-.665-.782-1.001-1.895-1.001-3.31 0-1.46.337-2.604 1.002-3.399.662-.79 1.59-1.19 2.763-1.19 1.137 0 2.042.383 2.69 1.138.652.76.982 1.893.982 3.37 0 1.496-.311 2.644-.924 3.413-.609.762-1.524 1.15-2.722 1.15m.147-11.753c-2.272 0-4.075.665-5.36 1.978s-1.937 3.128-1.937 5.398c0 2.157.636 3.89 1.89 5.153 1.255 1.264 2.962 1.904 5.074 1.904 2.201 0 3.969-.674 5.254-2.005 1.285-1.328 1.937-3.127 1.937-5.344 0-2.19-.611-3.937-1.817-5.192-1.207-1.256-2.903-1.892-5.041-1.892m-12.275 2.717v-2.385h-3.239v13.77h3.24v-7.044c0-1.198.27-2.182.807-2.925.529-.735 1.234-1.107 2.094-1.107.292 0 .62.049.974.144.351.094.606.197.756.305l.136.099v-3.266l-.053-.022c-.301-.128-.728-.193-1.268-.193a3.32 3.32 0 0 0-2.166.776c-.548.453-.944 1.074-1.246 1.848zm-9.04-2.717c-1.485 0-2.81.319-3.938.947a6.4 6.4 0 0 0-2.598 2.671c-.592 1.14-.892 2.472-.892 3.957 0 1.302.291 2.495.867 3.548a6.1 6.1 0 0 0 2.424 2.45c1.03.571 2.222.86 3.54.86 1.54 0 2.854-.307 3.908-.914l.043-.024v-2.968l-.137.1a6 6 0 0 1-1.584.825c-.573.2-1.094.3-1.552.3-1.271 0-2.291-.397-3.032-1.181-.742-.785-1.119-1.887-1.119-3.275 0-1.396.393-2.526 1.166-3.36.771-.832 1.794-1.254 3.038-1.254 1.065 0 2.102.36 3.084 1.072l.136.099v-3.127l-.044-.025c-.37-.206-.873-.377-1.499-.507a9 9 0 0 0-1.81-.194m-9.659.332h-3.239v13.77h3.239zm-1.586-5.866c-.533 0-.998.182-1.38.541-.384.36-.578.815-.578 1.35 0 .528.192.974.572 1.325.377.35.844.527 1.386.527s1.01-.177 1.392-.526c.385-.352.58-.798.58-1.325 0-.517-.19-.967-.564-1.336s-.848-.556-1.408-.556m-8.082 4.85v14.785h3.306V11.93h-4.575L52.91 26.2 47.268 11.93h-4.761v19.213h3.106V16.356h.107l5.959 14.786h2.344l5.866-14.785z"/><path fill="#f1511b" d="M16.07 20.745H.834V5.508h15.238z"/><path fill="#80cc28" d="M32.894 20.745H17.657V5.508h15.237z"/><path fill="#00adef" d="M16.07 37.575H.833V22.338H16.07z"/><path fill="#fbbc09" d="M32.894 37.575H17.657V22.338h15.237z"/></g><defs><clipPath id="a"><path fill="#fff" d="M.833 0h150.333v44H.833z"/></clipPath></defs></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="152" height="44" fill="none" viewBox="0 0 152 44"><g fill="#fff" clip-path="url(#a)"><path d="M151.036 20.014v-2.641h-3.28v-4.107l-.11.034-3.081.943-.061.018v3.112h-4.863v-1.734c0-.807.18-1.424.536-1.836.353-.407.858-.614 1.503-.614.463 0 .943.109 1.425.324l.121.054v-2.782l-.057-.02c-.45-.162-1.062-.244-1.822-.244-.956 0-1.826.208-2.584.62a4.4 4.4 0 0 0-1.773 1.754c-.417.75-.628 1.615-.628 2.572v1.906h-2.284v2.641h2.284v11.129h3.279V20.014h4.863v7.072c0 2.913 1.374 4.389 4.083 4.389a6.7 6.7 0 0 0 1.392-.155c.487-.105.819-.21 1.014-.321l.043-.026v-2.666l-.133.088a2.3 2.3 0 0 1-.659.288q-.393.11-.648.11c-.635 0-1.104-.17-1.396-.508-.294-.34-.444-.936-.444-1.77v-6.5zm-24.281 8.78c-1.19 0-2.128-.395-2.79-1.172-.665-.782-1.002-1.895-1.002-3.31 0-1.46.337-2.604 1.003-3.399.661-.79 1.591-1.19 2.762-1.19 1.137 0 2.043.383 2.691 1.138.651.76.982 1.893.982 3.37 0 1.496-.311 2.644-.924 3.413-.609.762-1.525 1.15-2.722 1.15m.146-11.753c-2.271 0-4.074.665-5.36 1.978-1.285 1.312-1.937 3.128-1.937 5.398 0 2.156.636 3.89 1.891 5.153 1.254 1.264 2.962 1.904 5.074 1.904 2.201 0 3.968-.674 5.254-2.005 1.285-1.329 1.936-3.127 1.936-5.344 0-2.19-.611-3.937-1.816-5.192-1.207-1.256-2.903-1.892-5.042-1.892m-12.583 0c-1.545 0-2.822.395-3.798 1.174-.982.784-1.48 1.811-1.48 3.055 0 .646.107 1.22.319 1.708s.542.919.98 1.28c.434.358 1.104.733 1.993 1.115.746.307 1.303.567 1.657.772q.52.302.73.6c.135.191.203.455.203.78 0 .925-.693 1.375-2.118 1.375-.529 0-1.132-.11-1.793-.328a6.7 6.7 0 0 1-1.836-.931l-.136-.098V30.7l.05.024c.464.214 1.049.394 1.739.536a9.3 9.3 0 0 0 1.856.215c1.676 0 3.026-.397 4.011-1.18.991-.79 1.493-1.842 1.493-3.128 0-.928-.27-1.724-.803-2.366-.53-.637-1.448-1.221-2.73-1.738-1.021-.41-1.675-.75-1.944-1.011-.261-.252-.393-.609-.393-1.06 0-.401.163-.722.498-.982.337-.26.807-.394 1.395-.394.547 0 1.106.087 1.662.256s1.043.395 1.45.672l.134.092v-2.995l-.051-.022c-.376-.16-.871-.299-1.473-.41a9 9 0 0 0-1.615-.168m-13.827 11.753c-1.19 0-2.128-.395-2.79-1.172-.665-.782-1.001-1.895-1.001-3.31 0-1.46.337-2.604 1.003-3.399.66-.79 1.59-1.19 2.762-1.19 1.137 0 2.042.383 2.69 1.138.652.76.982 1.893.982 3.37 0 1.496-.311 2.644-.924 3.413-.609.762-1.524 1.15-2.722 1.15m.147-11.753c-2.272 0-4.075.665-5.36 1.978s-1.937 3.128-1.937 5.398c0 2.157.636 3.89 1.89 5.153 1.255 1.264 2.962 1.904 5.074 1.904 2.201 0 3.969-.674 5.254-2.005 1.285-1.329 1.937-3.127 1.937-5.344 0-2.19-.611-3.937-1.817-5.192-1.207-1.256-2.903-1.892-5.041-1.892m-12.275 2.717v-2.385h-3.239v13.77h3.24v-7.044c0-1.198.27-2.182.807-2.925.529-.735 1.234-1.107 2.094-1.107.292 0 .62.049.974.144q.53.142.756.305l.136.099v-3.266l-.053-.022c-.301-.128-.728-.193-1.268-.193a3.32 3.32 0 0 0-2.166.776c-.548.453-.944 1.074-1.246 1.848zm-9.04-2.717c-1.485 0-2.81.319-3.938.947a6.4 6.4 0 0 0-2.598 2.671c-.592 1.14-.892 2.472-.892 3.957 0 1.302.291 2.495.867 3.548a6.1 6.1 0 0 0 2.424 2.45c1.03.571 2.222.86 3.54.86 1.54 0 2.854-.307 3.908-.914l.043-.024v-2.968l-.136.1a6 6 0 0 1-1.585.825c-.573.2-1.094.3-1.552.3-1.271 0-2.291-.397-3.032-1.181-.742-.785-1.118-1.887-1.118-3.275 0-1.396.392-2.526 1.165-3.36.772-.832 1.794-1.254 3.038-1.254 1.065 0 2.102.36 3.084 1.072l.136.099v-3.127l-.044-.025c-.37-.206-.873-.377-1.499-.507a9 9 0 0 0-1.81-.194m-9.659.332h-3.239v13.77h3.24zm-1.586-5.866c-.533 0-.998.182-1.38.541-.384.36-.578.815-.578 1.35 0 .528.192.974.572 1.325.377.35.844.527 1.386.527s1.01-.177 1.392-.526c.385-.352.58-.798.58-1.325 0-.517-.19-.967-.564-1.336s-.848-.556-1.408-.556m-8.082 4.85v14.785h3.306V11.93h-4.575L52.912 26.2 47.268 11.93h-4.761v19.213h3.106V16.356h.107l5.96 14.786h2.343l5.866-14.785zM16.07 20.745H.834V5.508h15.238zM32.895 20.745H17.658V5.508h15.237zM16.07 37.575H.833V22.338H16.07zM32.895 37.575H17.658V22.338h15.237z"/></g><defs><clipPath id="a"><path fill="#fff" d="M.833 0h150.333v44H.833z"/></clipPath></defs></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="111" height="44" fill="none" viewBox="0 0 111 44"><g clip-path="url(#a)"><path fill="#000" d="m34.807 29.724 1.345-3.145c1.474 1.09 3.396 1.668 5.318 1.668 1.41 0 2.307-.545 2.307-1.38-.032-2.31-8.49-.513-8.554-6.323-.032-2.953 2.595-5.232 6.312-5.232 2.21 0 4.42.546 5.99 1.798l-1.258 3.212c-1.444-.928-3.227-1.576-4.925-1.576-1.153 0-1.922.546-1.922 1.252.032 2.28 8.554 1.027 8.65 6.58 0 3.018-2.563 5.137-6.216 5.137-2.69 0-5.157-.642-7.048-1.99m53.586-4.284a3.9 3.9 0 0 1-3.402 1.99 3.91 3.91 0 0 1-3.908-3.917 3.91 3.91 0 0 1 3.908-3.916 3.9 3.9 0 0 1 3.402 1.99l3.742-2.077a8.18 8.18 0 0 0-7.144-4.198c-4.52 0-8.186 3.671-8.186 8.201s3.665 8.202 8.186 8.202a8.18 8.18 0 0 0 7.144-4.199zm-37.895 5.953h4.677V8.484h-4.677zM94.497 8.484v22.91h4.677V24.53l5.543 6.863h5.978l-7.048-8.153 6.535-7.609h-5.722l-5.286 6.326V8.484zm-24.912 7.148v1.863c-.768-1.285-2.658-2.183-4.645-2.183-4.1 0-7.336 3.627-7.336 8.185s3.236 8.218 7.336 8.218c1.987 0 3.877-.9 4.645-2.183v1.861h4.678v-15.76zm0 9.84c-.672 1.123-2.082 1.957-3.651 1.957a3.91 3.91 0 0 1-3.91-3.916 3.91 3.91 0 0 1 3.91-3.916c1.57 0 2.979.867 3.651 2.022z"/><path fill="#36c5f0" d="M10.105 7.978a2.747 2.747 0 0 0-2.537 3.802 2.75 2.75 0 0 0 2.537 1.698h2.745v-2.75a2.75 2.75 0 0 0-2.745-2.75m0 7.333h-7.32a2.747 2.747 0 0 0-2.743 2.75 2.747 2.747 0 0 0 2.744 2.75h7.32a2.747 2.747 0 0 0 2.744-2.75c0-1.518-1.23-2.75-2.745-2.75"/><path fill="#2eb67d" d="M27.488 18.062a2.75 2.75 0 0 0-2.745-2.75 2.747 2.747 0 0 0-2.744 2.75v2.75h2.744a2.75 2.75 0 0 0 2.745-2.75m-7.32 0v-7.334a2.75 2.75 0 0 0-2.744-2.75 2.747 2.747 0 0 0-2.744 2.75v7.333c0 1.52 1.228 2.751 2.744 2.751a2.75 2.75 0 0 0 2.745-2.75"/><path fill="#ecb22e" d="M17.424 35.478a2.75 2.75 0 0 0 2.745-2.75 2.75 2.75 0 0 0-2.745-2.75H14.68v2.75a2.747 2.747 0 0 0 2.744 2.75m0-7.333h7.32a2.747 2.747 0 0 0 2.744-2.75 2.75 2.75 0 0 0-2.745-2.75h-7.319a2.747 2.747 0 0 0-2.536 3.801 2.75 2.75 0 0 0 2.536 1.699"/><path fill="#e01e5a" d="M.042 25.395a2.75 2.75 0 0 0 2.744 2.75 2.747 2.747 0 0 0 2.745-2.75v-2.75H2.786a2.747 2.747 0 0 0-2.744 2.75m7.318 0v7.333a2.747 2.747 0 0 0 2.745 2.75 2.747 2.747 0 0 0 2.745-2.75v-7.333a2.75 2.75 0 0 0-2.745-2.75 2.747 2.747 0 0 0-2.745 2.75"/></g><defs><clipPath id="a"><path fill="#fff" d="M.042 0h110.917v44H.042z"/></clipPath></defs></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="111" height="44" fill="none" viewBox="0 0 111 44"><g fill="#fff" clip-path="url(#a)"><path d="m34.806 29.724 1.346-3.145c1.473 1.09 3.395 1.668 5.318 1.668 1.41 0 2.306-.545 2.306-1.38-.032-2.31-8.49-.513-8.554-6.323-.032-2.953 2.596-5.232 6.312-5.232 2.21 0 4.421.546 5.99 1.798l-1.257 3.212c-1.444-.928-3.228-1.576-4.925-1.576-1.154 0-1.923.546-1.923 1.252.032 2.28 8.555 1.027 8.65 6.58 0 3.018-2.563 5.137-6.215 5.137-2.69 0-5.157-.642-7.048-1.99m53.587-4.284a3.9 3.9 0 0 1-3.403 1.99 3.91 3.91 0 0 1-3.908-3.917 3.91 3.91 0 0 1 3.908-3.916 3.9 3.9 0 0 1 3.403 1.99l3.741-2.077a8.18 8.18 0 0 0-7.144-4.198c-4.52 0-8.185 3.671-8.185 8.201s3.665 8.202 8.185 8.202a8.18 8.18 0 0 0 7.144-4.199zm-37.896 5.953h4.678V8.484h-4.677zm44-22.909v22.91h4.677V24.53l5.542 6.863h5.979l-7.049-8.153 6.536-7.609h-5.722l-5.286 6.326V8.484zm-24.912 7.148v1.863c-.769-1.285-2.659-2.183-4.645-2.183-4.101 0-7.337 3.627-7.337 8.185s3.236 8.218 7.337 8.218c1.986 0 3.876-.9 4.645-2.183v1.861h4.677v-15.76zm0 9.84c-.673 1.123-2.082 1.957-3.652 1.957a3.91 3.91 0 0 1-3.909-3.916 3.91 3.91 0 0 1 3.91-3.916c1.569 0 2.978.867 3.65 2.022zM10.105 7.978a2.747 2.747 0 0 0-2.536 3.802 2.75 2.75 0 0 0 2.536 1.698h2.745v-2.75a2.747 2.747 0 0 0-2.745-2.75m0 7.333H2.786a2.747 2.747 0 0 0-2.744 2.75 2.747 2.747 0 0 0 2.744 2.75h7.32a2.747 2.747 0 0 0 2.744-2.75c0-1.518-1.23-2.75-2.745-2.75M27.488 18.062a2.75 2.75 0 0 0-2.745-2.75 2.747 2.747 0 0 0-2.745 2.75v2.75h2.745a2.75 2.75 0 0 0 2.745-2.75m-7.32 0v-7.334a2.747 2.747 0 0 0-2.744-2.75 2.747 2.747 0 0 0-2.744 2.75v7.333c0 1.52 1.228 2.751 2.744 2.751a2.75 2.75 0 0 0 2.745-2.75M17.424 35.478a2.75 2.75 0 0 0 2.745-2.75 2.75 2.75 0 0 0-2.745-2.75H14.68v2.75a2.747 2.747 0 0 0 2.744 2.75m0-7.333h7.32a2.75 2.75 0 0 0 2.744-2.75 2.747 2.747 0 0 0-2.745-2.75h-7.32a2.747 2.747 0 0 0-2.535 3.801 2.75 2.75 0 0 0 2.536 1.7M.042 25.395a2.75 2.75 0 0 0 2.744 2.75 2.75 2.75 0 0 0 2.745-2.75v-2.75H2.786a2.747 2.747 0 0 0-2.744 2.75m7.318 0v7.333a2.747 2.747 0 0 0 2.745 2.75 2.747 2.747 0 0 0 2.745-2.75v-7.333a2.75 2.75 0 0 0-2.745-2.75 2.747 2.747 0 0 0-2.745 2.75"/></g><defs><clipPath id="a"><path fill="#fff" d="M.042 0h110.917v44H.042z"/></clipPath></defs></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="122" height="44" fill="none" viewBox="0 0 122 44"><g clip-path="url(#a)"><path fill="red" d="m20.57 34.808-7.886-.144c-2.553-.05-5.113.05-7.617-.47C1.26 33.414.99 29.6.707 26.4c-.39-4.498-.239-9.079.495-13.54.415-2.503 2.046-3.996 4.568-4.16 8.514-.589 17.084-.52 25.58-.244.897.025 1.8.163 2.685.32 4.367.766 4.473 5.088 4.756 8.727a49.5 49.5 0 0 1-.377 11.024c-.433 3.024-1.261 5.559-4.756 5.804-4.379.32-8.658.577-13.05.495 0-.019-.025-.019-.037-.019m-4.636-7.654c3.3-1.895 6.538-3.758 9.819-5.64-3.306-1.895-6.538-3.759-9.819-5.64z"/><path fill="#282828" d="M102.254 31.37c-.151.615-.283 1.098-.415 1.612h-3.086V9.172h3.601v8.784c.188-.239.282-.339.364-.446.615-.847 1.411-1.399 2.44-1.612 1.638-.32 3.037.401 3.533 1.976.32.979.527 2.027.552 3.05.05 2.628.012 5.25-.082 7.88-.037.803-.282 1.625-.589 2.378-1.011 2.484-4.311 2.86-5.948.709-.101-.132-.195-.276-.37-.521m.175-2.196c0 .709.377 1.142 1.086 1.305.696.163 1.261-.107 1.543-.753.119-.27.238-.552.245-.834.069-2.66.132-5.32.15-7.987 0-.496-.119-1.01-.269-1.494-.283-.872-1.061-1.129-1.826-.62-.577.388-.929.94-.929 1.674zm-9.787-12.937h3.77v16.758H93.47c-.107-.634-.213-1.286-.339-2.052-.2.295-.32.483-.445.671-.98 1.412-2.366 1.895-4.003 1.638-1.4-.226-2.24-1.305-2.428-3.074a15 15 0 0 1-.082-1.588c-.013-3.92 0-7.855 0-11.776v-.59h3.815v.684c0 3.79-.013 7.573.012 11.362 0 .54.057 1.098.15 1.638.107.552.509.753 1.049.715.872-.069 1.474-.715 1.474-1.58V16.976c-.031-.245-.031-.47-.031-.74m-25.963-.013h3.79v.71c0 3.77-.013 7.534.013 11.293 0 .539.05 1.097.163 1.624.144.622.508.822 1.129.74.86-.118 1.38-.715 1.387-1.587V16.25h3.77v16.746h-2.93l-.351-2.07c-.188.282-.295.445-.402.614-.978 1.437-2.352 1.964-4.028 1.707-1.342-.201-2.164-1.192-2.415-2.817-.07-.508-.12-1.01-.12-1.519-.012-4.072-.012-8.162-.012-12.234zm-1.945 8.947c-.012.565-.05 1.13-.081 1.694-.144 1.694-.213 4.097-1.581 5.333-.872.778-1.977 1.06-3.118 1.098-.509.013-1.023.013-1.531-.056-2.403-.364-3.52-1.425-3.922-4.066-.458-3.05-.495-6.149.05-9.198.565-3.156 2.51-4.273 5.534-4.066 2.824.201 4.085 2.052 4.417 4.687a32 32 0 0 1 .233 4.574m-3.84-.577c0-1.073.026-2.152-.012-3.225a11 11 0 0 0-.238-1.863c-.15-.71-.603-1.048-1.167-1.036-.552.013-.941.352-1.142 1.01-.07.245-.144.496-.144.74 0 1.682-.013 3.37-.026 5.051-.012 1.569-.213 3.213.283 4.712.15.458.54.71 1.048.71.495 0 .822-.245 1.003-.685.145-.338.27-.709.27-1.073.044-1.443.126-2.892.126-4.341m-11.926-3.156c.332-1.625.646-3.212.991-4.806.433-2.027.916-4.053 1.343-6.086.106-.496.307-.615.778-.602 1.01.037 2.039.012 3.118.012-.352 1.293-.697 2.523-1.035 3.733a3044 3044 0 0 0-3.206 11.432c-.082.295-.12.615-.12.928-.012 2.083 0 4.16 0 6.243v.678h-3.683c-.012-.189-.037-.377-.037-.565 0-1.18-.094-2.365.012-3.532.27-2.805-.62-5.384-1.342-7.994-.954-3.45-1.92-6.914-2.874-10.364-.05-.163-.069-.34-.12-.54h3.76c.79 3.809 1.587 7.617 2.415 11.463m72.058 4.373h-6.35c.069 1.274.094 2.485.226 3.683.094.834.552 1.192 1.274 1.198.753.013 1.192-.364 1.368-1.192q.083-.403.119-.816c.025-.244.037-.508.056-.86 1.073.057 2.121.12 3.156.164.602 1.788-.483 4.084-2.309 4.793-1.437.565-2.911.565-4.379.132-1.086-.32-1.895-1.01-2.259-2.07-.339-.992-.659-2.027-.728-3.062-.188-2.554-.257-5.132.132-7.692.069-.427.188-.834.32-1.249.527-1.706 1.675-2.754 3.451-2.93a11 11 0 0 1 2.917.107c1.544.27 2.366 1.38 2.723 2.836.163.684.283 1.386.308 2.083.006 1.6-.025 3.187-.025 4.875m-3.608-2.202c0-1.261.013-2.447-.013-3.64 0-.282-.106-.577-.213-.846-.213-.527-.659-.672-1.192-.672s-.872.27-1.004.753c-.401 1.45-.27 2.93-.257 4.417.96-.012 1.832-.012 2.679-.012"/><path fill="#282828" d="M79.842 13.03H76.11v-3.023h11.143v3.005h-3.708V32.97H79.85z"/></g><defs><clipPath id="a"><path fill="#fff" d="M.5 0h121v44H.5z"/></clipPath></defs></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="122" height="44" fill="none" viewBox="0 0 122 44"><g fill="#fff" clip-path="url(#a)"><path d="m20.57 34.808-7.886-.144c-2.553-.05-5.113.05-7.617-.47C1.26 33.414.99 29.6.707 26.4c-.39-4.498-.239-9.079.495-13.54.415-2.503 2.046-3.996 4.568-4.16 8.514-.589 17.084-.52 25.58-.244.897.025 1.8.163 2.685.32 4.367.766 4.473 5.088 4.756 8.727a49.5 49.5 0 0 1-.377 11.024c-.433 3.024-1.261 5.559-4.756 5.804-4.379.32-8.658.577-13.05.495 0-.019-.025-.019-.037-.019m-4.636-7.654c3.3-1.895 6.538-3.758 9.819-5.64-3.306-1.895-6.538-3.759-9.819-5.64zM102.253 31.37c-.151.615-.282 1.098-.414 1.612h-3.087V9.172h3.601v8.784c.189-.239.283-.339.364-.446.615-.847 1.412-1.399 2.441-1.612 1.637-.32 3.037.401 3.532 1.976.32.979.527 2.027.552 3.05.051 2.628.013 5.25-.081 7.88-.038.803-.283 1.625-.59 2.378-1.01 2.484-4.31 2.86-5.948.709-.1-.132-.194-.276-.37-.521m.176-2.196c0 .709.376 1.142 1.085 1.305.697.163 1.261-.107 1.544-.753.119-.27.238-.552.244-.834.069-2.66.132-5.32.151-7.987 0-.496-.119-1.01-.27-1.494-.282-.872-1.06-1.129-1.826-.62-.577.388-.928.94-.928 1.674zm-9.788-12.937h3.77v16.758H93.47c-.106-.634-.213-1.286-.338-2.052-.201.295-.32.483-.446.671-.979 1.412-2.365 1.895-4.003 1.638-1.399-.226-2.24-1.305-2.428-3.074a15 15 0 0 1-.082-1.588c-.012-3.921 0-7.855 0-11.776v-.59h3.815v.684c0 3.79-.012 7.573.013 11.362 0 .54.056 1.098.15 1.638.107.552.508.753 1.048.715.872-.069 1.475-.715 1.475-1.58V16.976c-.032-.245-.032-.47-.032-.74m-25.962-.013h3.79v.71c0 3.77-.013 7.534.012 11.293 0 .539.05 1.097.163 1.624.144.622.508.822 1.13.74.859-.118 1.38-.715 1.386-1.587V16.25h3.77v16.746H74l-.35-2.07c-.189.282-.295.445-.402.614-.979 1.437-2.353 1.964-4.028 1.707-1.343-.201-2.165-1.192-2.416-2.817-.069-.508-.119-1.01-.119-1.519-.012-4.072-.012-8.162-.012-12.234zm-1.945 8.947c-.013.565-.05 1.13-.082 1.694-.144 1.694-.213 4.097-1.58 5.333-.873.778-1.977 1.06-3.119 1.098-.508.013-1.023.013-1.53-.056-2.404-.364-3.52-1.425-3.922-4.066-.458-3.05-.496-6.149.05-9.198.565-3.156 2.51-4.273 5.534-4.066 2.823.201 4.084 2.052 4.417 4.687.182 1.512.27 3.043.232 4.574m-3.84-.577c0-1.073.025-2.152-.012-3.225a11 11 0 0 0-.239-1.863c-.15-.71-.602-1.048-1.167-1.036-.552.013-.94.352-1.142 1.01-.069.245-.144.496-.144.74 0 1.682-.012 3.37-.025 5.051-.013 1.569-.213 3.213.282 4.712.15.458.54.71 1.048.71.496 0 .822-.245 1.004-.685.144-.338.27-.709.27-1.073.044-1.443.125-2.892.125-4.341m-11.927-3.156c.333-1.625.646-3.212.992-4.806.432-2.027.915-4.053 1.342-6.086.107-.496.307-.615.778-.602 1.01.037 2.04.012 3.118.012-.351 1.293-.696 2.523-1.035 3.733a3044 3044 0 0 0-3.206 11.432c-.082.295-.12.615-.12.928-.012 2.083 0 4.16 0 6.243v.678h-3.682c-.013-.189-.038-.377-.038-.565 0-1.18-.094-2.365.013-3.532.27-2.805-.621-5.384-1.343-7.994-.953-3.45-1.92-6.914-2.873-10.364-.05-.163-.07-.34-.12-.54h3.759c.79 3.809 1.587 7.617 2.415 11.463m72.058 4.373h-6.349c.069 1.274.094 2.485.226 3.683.094.834.552 1.192 1.273 1.198.753.013 1.192-.364 1.368-1.192q.083-.403.119-.816c.025-.244.038-.508.057-.86 1.073.057 2.12.12 3.156.164.602 1.788-.484 4.084-2.309 4.793-1.437.565-2.912.565-4.38.132-1.085-.32-1.894-1.01-2.258-2.07-.339-.992-.659-2.027-.728-3.062-.188-2.554-.257-5.132.132-7.692.069-.427.188-.834.32-1.249.527-1.706 1.675-2.754 3.45-2.93a11 11 0 0 1 2.918.107c1.543.27 2.365 1.38 2.723 2.836.163.684.282 1.386.307 2.083.006 1.6-.025 3.187-.025 4.875m-3.607-2.202c0-1.261.012-2.447-.013-3.64 0-.282-.107-.577-.213-.846-.214-.527-.659-.672-1.192-.672-.534 0-.873.27-1.004.753-.402 1.45-.27 2.93-.258 4.417.96-.012 1.833-.012 2.68-.012"/><path d="M79.842 13.03h-3.733v-3.023h11.143v3.005h-3.708V32.97h-3.696z"/></g><defs><clipPath id="a"><path fill="#fff" d="M.5 0h121v44H.5z"/></clipPath></defs></svg>
|