@memori.ai/memori-react 8.41.6 → 8.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.css +367 -0
- package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.d.ts +36 -0
- package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.js +116 -0
- package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.js.map +1 -0
- package/dist/components/DrawerFooter/DrawerFooter.css +62 -0
- package/dist/components/DrawerFooter/DrawerFooter.d.ts +12 -0
- package/dist/components/DrawerFooter/DrawerFooter.js +10 -0
- package/dist/components/DrawerFooter/DrawerFooter.js.map +1 -0
- package/dist/components/MobileSessionPanel/MobileSessionPanel.css +437 -0
- package/dist/components/MobileSessionPanel/MobileSessionPanel.d.ts +62 -0
- package/dist/components/MobileSessionPanel/MobileSessionPanel.js +292 -0
- package/dist/components/MobileSessionPanel/MobileSessionPanel.js.map +1 -0
- package/dist/components/PositionPopover/PositionPopover.css +219 -0
- package/dist/components/PositionPopover/PositionPopover.d.ts +20 -0
- package/dist/components/PositionPopover/PositionPopover.js +187 -0
- package/dist/components/PositionPopover/PositionPopover.js.map +1 -0
- package/dist/components/layouts/WebsiteAssistant/WebsiteAssistant.d.ts +4 -0
- package/dist/components/layouts/WebsiteAssistant/WebsiteAssistant.js +43 -0
- package/dist/components/layouts/WebsiteAssistant/WebsiteAssistant.js.map +1 -0
- package/dist/components/layouts/WebsiteAssistant/website-assistant.css +724 -0
- package/dist/components/layouts/fullpage.css +425 -0
- package/dist/context/widgetSurfaceContext.d.ts +3 -0
- package/dist/context/widgetSurfaceContext.js +11 -0
- package/dist/context/widgetSurfaceContext.js.map +1 -0
- package/dist/helpers/media.js +18 -3
- package/dist/helpers/media.js.map +1 -1
- package/dist/helpers/positionPopover.d.ts +1 -0
- package/dist/helpers/positionPopover.js +7 -0
- package/dist/helpers/positionPopover.js.map +1 -0
- package/dist/helpers/usePressTooltip.d.ts +13 -0
- package/dist/helpers/usePressTooltip.js +23 -0
- package/dist/helpers/usePressTooltip.js.map +1 -0
- package/dist/icons/FacebookIcon.d.ts +3 -0
- package/dist/icons/FacebookIcon.js +6 -0
- package/dist/icons/FacebookIcon.js.map +1 -0
- package/dist/icons/LinkedinIcon.d.ts +3 -0
- package/dist/icons/LinkedinIcon.js +6 -0
- package/dist/icons/LinkedinIcon.js.map +1 -0
- package/dist/icons/MemoriIcon.d.ts +3 -0
- package/dist/icons/MemoriIcon.js +8 -0
- package/dist/icons/MemoriIcon.js.map +1 -0
- package/dist/icons/TelegramIcon.d.ts +3 -0
- package/dist/icons/TelegramIcon.js +6 -0
- package/dist/icons/TelegramIcon.js.map +1 -0
- package/dist/icons/TwitterIcon.d.ts +3 -0
- package/dist/icons/TwitterIcon.js +6 -0
- package/dist/icons/TwitterIcon.js.map +1 -0
- package/dist/icons/WhatsappIcon.d.ts +3 -0
- package/dist/icons/WhatsappIcon.js +6 -0
- package/dist/icons/WhatsappIcon.js.map +1 -0
- package/dist/icons/artifacts/DocumentIcon.d.ts +3 -0
- package/dist/icons/artifacts/DocumentIcon.js +6 -0
- package/dist/icons/artifacts/DocumentIcon.js.map +1 -0
- package/dist/icons/artifacts/HtmlIcon.d.ts +3 -0
- package/dist/icons/artifacts/HtmlIcon.js +6 -0
- package/dist/icons/artifacts/HtmlIcon.js.map +1 -0
- package/dist/icons/artifacts/JavascriptIcon.d.ts +3 -0
- package/dist/icons/artifacts/JavascriptIcon.js +6 -0
- package/dist/icons/artifacts/JavascriptIcon.js.map +1 -0
- package/dist/icons/artifacts/MarkdownIcon.d.ts +3 -0
- package/dist/icons/artifacts/MarkdownIcon.js +6 -0
- package/dist/icons/artifacts/MarkdownIcon.js.map +1 -0
- package/dist/icons/artifacts/PythonIcon.d.ts +3 -0
- package/dist/icons/artifacts/PythonIcon.js +6 -0
- package/dist/icons/artifacts/PythonIcon.js.map +1 -0
- package/dist/icons/artifacts/SvgIcon.d.ts +3 -0
- package/dist/icons/artifacts/SvgIcon.js +6 -0
- package/dist/icons/artifacts/SvgIcon.js.map +1 -0
- package/dist/icons/artifacts/XmlIcon.d.ts +3 -0
- package/dist/icons/artifacts/XmlIcon.js +6 -0
- package/dist/icons/artifacts/XmlIcon.js.map +1 -0
- package/dist/icons/artifacts/cssIcon.d.ts +3 -0
- package/dist/icons/artifacts/cssIcon.js +6 -0
- package/dist/icons/artifacts/cssIcon.js.map +1 -0
- package/dist/testUtils.d.ts +5 -0
- package/dist/testUtils.js +18 -0
- package/dist/testUtils.js.map +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/esm/components/ChatHistoryDrawer/ChatResumeDrawer.css +367 -0
- package/esm/components/ChatHistoryDrawer/ChatResumeDrawer.d.ts +36 -0
- package/esm/components/ChatHistoryDrawer/ChatResumeDrawer.js +113 -0
- package/esm/components/ChatHistoryDrawer/ChatResumeDrawer.js.map +1 -0
- package/esm/components/DrawerFooter/DrawerFooter.css +62 -0
- package/esm/components/DrawerFooter/DrawerFooter.d.ts +12 -0
- package/esm/components/DrawerFooter/DrawerFooter.js +8 -0
- package/esm/components/DrawerFooter/DrawerFooter.js.map +1 -0
- package/esm/components/MobileSessionPanel/MobileSessionPanel.css +437 -0
- package/esm/components/MobileSessionPanel/MobileSessionPanel.d.ts +62 -0
- package/esm/components/MobileSessionPanel/MobileSessionPanel.js +289 -0
- package/esm/components/MobileSessionPanel/MobileSessionPanel.js.map +1 -0
- package/esm/components/PositionPopover/PositionPopover.css +219 -0
- package/esm/components/PositionPopover/PositionPopover.d.ts +20 -0
- package/esm/components/PositionPopover/PositionPopover.js +182 -0
- package/esm/components/PositionPopover/PositionPopover.js.map +1 -0
- package/esm/components/layouts/WebsiteAssistant/WebsiteAssistant.d.ts +4 -0
- package/esm/components/layouts/WebsiteAssistant/WebsiteAssistant.js +40 -0
- package/esm/components/layouts/WebsiteAssistant/WebsiteAssistant.js.map +1 -0
- package/esm/components/layouts/WebsiteAssistant/website-assistant.css +724 -0
- package/esm/components/layouts/fullpage.css +425 -0
- package/esm/context/widgetSurfaceContext.d.ts +3 -0
- package/esm/context/widgetSurfaceContext.js +7 -0
- package/esm/context/widgetSurfaceContext.js.map +1 -0
- package/esm/helpers/media.js +18 -3
- package/esm/helpers/media.js.map +1 -1
- package/esm/helpers/positionPopover.d.ts +1 -0
- package/esm/helpers/positionPopover.js +4 -0
- package/esm/helpers/positionPopover.js.map +1 -0
- package/esm/helpers/usePressTooltip.d.ts +13 -0
- package/esm/helpers/usePressTooltip.js +20 -0
- package/esm/helpers/usePressTooltip.js.map +1 -0
- package/esm/icons/FacebookIcon.d.ts +3 -0
- package/esm/icons/FacebookIcon.js +4 -0
- package/esm/icons/FacebookIcon.js.map +1 -0
- package/esm/icons/LinkedinIcon.d.ts +3 -0
- package/esm/icons/LinkedinIcon.js +4 -0
- package/esm/icons/LinkedinIcon.js.map +1 -0
- package/esm/icons/MemoriIcon.d.ts +3 -0
- package/esm/icons/MemoriIcon.js +6 -0
- package/esm/icons/MemoriIcon.js.map +1 -0
- package/esm/icons/TelegramIcon.d.ts +3 -0
- package/esm/icons/TelegramIcon.js +4 -0
- package/esm/icons/TelegramIcon.js.map +1 -0
- package/esm/icons/TwitterIcon.d.ts +3 -0
- package/esm/icons/TwitterIcon.js +4 -0
- package/esm/icons/TwitterIcon.js.map +1 -0
- package/esm/icons/WhatsappIcon.d.ts +3 -0
- package/esm/icons/WhatsappIcon.js +4 -0
- package/esm/icons/WhatsappIcon.js.map +1 -0
- package/esm/icons/artifacts/DocumentIcon.d.ts +3 -0
- package/esm/icons/artifacts/DocumentIcon.js +4 -0
- package/esm/icons/artifacts/DocumentIcon.js.map +1 -0
- package/esm/icons/artifacts/HtmlIcon.d.ts +3 -0
- package/esm/icons/artifacts/HtmlIcon.js +4 -0
- package/esm/icons/artifacts/HtmlIcon.js.map +1 -0
- package/esm/icons/artifacts/JavascriptIcon.d.ts +3 -0
- package/esm/icons/artifacts/JavascriptIcon.js +4 -0
- package/esm/icons/artifacts/JavascriptIcon.js.map +1 -0
- package/esm/icons/artifacts/MarkdownIcon.d.ts +3 -0
- package/esm/icons/artifacts/MarkdownIcon.js +4 -0
- package/esm/icons/artifacts/MarkdownIcon.js.map +1 -0
- package/esm/icons/artifacts/PythonIcon.d.ts +3 -0
- package/esm/icons/artifacts/PythonIcon.js +4 -0
- package/esm/icons/artifacts/PythonIcon.js.map +1 -0
- package/esm/icons/artifacts/SvgIcon.d.ts +3 -0
- package/esm/icons/artifacts/SvgIcon.js +4 -0
- package/esm/icons/artifacts/SvgIcon.js.map +1 -0
- package/esm/icons/artifacts/XmlIcon.d.ts +3 -0
- package/esm/icons/artifacts/XmlIcon.js +4 -0
- package/esm/icons/artifacts/XmlIcon.js.map +1 -0
- package/esm/icons/artifacts/cssIcon.d.ts +3 -0
- package/esm/icons/artifacts/cssIcon.js +4 -0
- package/esm/icons/artifacts/cssIcon.js.map +1 -0
- package/esm/testUtils.d.ts +5 -0
- package/esm/testUtils.js +15 -0
- package/esm/testUtils.js.map +1 -0
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +1 -1
- package/src/components/Chat/__snapshots__/Chat.test.tsx.snap +10 -10
- package/src/helpers/media.test.ts +36 -0
- package/src/helpers/media.ts +39 -12
- package/src/version.ts +1 -1
- package/dist/components/MemoriArtifactSystem/utils/applyEdits.d.ts +0 -8
- package/dist/components/MemoriArtifactSystem/utils/applyEdits.js +0 -117
- package/dist/components/MemoriArtifactSystem/utils/applyEdits.js.map +0 -1
- package/dist/helpers/nats/natsBundled.js +0 -13224
- package/esm/components/MemoriArtifactSystem/utils/applyEdits.d.ts +0 -8
- package/esm/components/MemoriArtifactSystem/utils/applyEdits.js +0 -112
- package/esm/components/MemoriArtifactSystem/utils/applyEdits.js.map +0 -1
- package/esm/helpers/nats/natsBundled.js +0 -13225
|
@@ -0,0 +1,425 @@
|
|
|
1
|
+
/* FullPage layout – spacing, typography and structure using global design tokens */
|
|
2
|
+
|
|
3
|
+
.memori-widget.memori-layout-fullpage {
|
|
4
|
+
/* max-width: var(--memori-layout-max-width); */
|
|
5
|
+
/* min-height: 100vh;
|
|
6
|
+
min-height: 100dvh; */
|
|
7
|
+
padding: var(--memori-spacing-md);
|
|
8
|
+
margin-right: auto;
|
|
9
|
+
margin-left: auto;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.memori-widget.memori-layout-fullpage > .memori-spin,
|
|
13
|
+
.memori-widget.memori-layout-fullpage > .memori-widget__surface > .memori-spin {
|
|
14
|
+
display: flex;
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
height: 100%;
|
|
17
|
+
min-height: 0;
|
|
18
|
+
flex: 1 1 auto;
|
|
19
|
+
flex-direction: column;
|
|
20
|
+
gap: 0;
|
|
21
|
+
}
|
|
22
|
+
/* "Powered by" is rendered inside .memori--grid-column-left and pinned to its bottom-left corner
|
|
23
|
+
via the default absolute positioning defined in PoweredBy.css. */
|
|
24
|
+
.memori-widget.memori-layout-fullpage .memori--grid-column-left > .memori--powered-by {
|
|
25
|
+
bottom: 1rem;
|
|
26
|
+
left: 1rem;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/* Header spacing + fullpage chrome (brand + actions bar) */
|
|
30
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-top-header {
|
|
31
|
+
position: relative;
|
|
32
|
+
z-index: 6;
|
|
33
|
+
width: 100%;
|
|
34
|
+
flex-shrink: 0;
|
|
35
|
+
padding: 0 var(--memori-spacing-md);
|
|
36
|
+
padding-bottom: 0;
|
|
37
|
+
margin-bottom: var(--memori-spacing-sm);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.memori-widget.memori-layout-fullpage .memori-chat-layout--header {
|
|
41
|
+
min-width: 100%;
|
|
42
|
+
flex-shrink: 0;
|
|
43
|
+
/* padding: 0.625rem 0.9rem; */
|
|
44
|
+
border-bottom: 1px solid var(--memori-border-color);
|
|
45
|
+
/* border-radius: 0.9rem; */
|
|
46
|
+
-webkit-backdrop-filter: blur(12px);
|
|
47
|
+
backdrop-filter: blur(12px);
|
|
48
|
+
background: var(--memori-secondary-background);
|
|
49
|
+
/* box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08); */
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.memori-widget.memori-layout-fullpage .memori-chat-layout--controls .memori-chat--history {
|
|
53
|
+
min-height: 0;
|
|
54
|
+
flex: 1 1 auto;
|
|
55
|
+
border: 1px solid color-mix(in srgb, var(--memori-text-color, #111827) 12%, transparent);
|
|
56
|
+
border-bottom: none;
|
|
57
|
+
margin-bottom: 0;
|
|
58
|
+
background-color: var(--chat-bg, #f4f4f5);
|
|
59
|
+
border-bottom-left-radius: 0;
|
|
60
|
+
border-bottom-right-radius: 0;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-header-row,
|
|
64
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-row {
|
|
65
|
+
display: flex;
|
|
66
|
+
width: 100%;
|
|
67
|
+
min-height: 48px;
|
|
68
|
+
align-items: center;
|
|
69
|
+
justify-content: space-between;
|
|
70
|
+
padding: var(--memori-spacing-md);
|
|
71
|
+
border-bottom: 1px solid var(--memori-border-color);
|
|
72
|
+
background: var(--memori-secondary-background);
|
|
73
|
+
gap: var(--memori-spacing-md);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-header-brand,
|
|
77
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-brand {
|
|
78
|
+
display: inline-flex;
|
|
79
|
+
overflow: hidden;
|
|
80
|
+
min-width: 0;
|
|
81
|
+
flex: 1 1 auto;
|
|
82
|
+
align-items: center;
|
|
83
|
+
gap: 0.625rem;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-header-brand-icon,
|
|
87
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-brand-icon {
|
|
88
|
+
display: block;
|
|
89
|
+
width: 30px;
|
|
90
|
+
height: 30px;
|
|
91
|
+
flex-shrink: 0;
|
|
92
|
+
border-radius: 50%;
|
|
93
|
+
background: linear-gradient(145deg, #6d28d9 0%, #534ab7 52%, #4338ca 100%);
|
|
94
|
+
box-shadow: 0 1px 4px rgba(109, 40, 217, 0.35);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-header-brand-icon--avatar,
|
|
98
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-brand-icon--avatar {
|
|
99
|
+
flex-shrink: 0;
|
|
100
|
+
border: 0;
|
|
101
|
+
background: none;
|
|
102
|
+
box-shadow: 0 1px 4px rgba(109, 40, 217, 0.2);
|
|
103
|
+
object-fit: cover;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-header-brand-name,
|
|
107
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-brand-name {
|
|
108
|
+
display: block;
|
|
109
|
+
overflow: hidden;
|
|
110
|
+
min-width: 0;
|
|
111
|
+
max-width: 100%;
|
|
112
|
+
flex: 1 1 auto;
|
|
113
|
+
color: var(--memori-text-color, #1f2937);
|
|
114
|
+
font-size: 1.35rem;
|
|
115
|
+
font-weight: 700;
|
|
116
|
+
letter-spacing: -0.02em;
|
|
117
|
+
line-height: 1.2;
|
|
118
|
+
text-overflow: ellipsis;
|
|
119
|
+
white-space: nowrap;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-header-actions,
|
|
123
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-actions {
|
|
124
|
+
display: flex;
|
|
125
|
+
min-width: 0;
|
|
126
|
+
flex: 0 0 auto;
|
|
127
|
+
align-items: center;
|
|
128
|
+
justify-content: flex-end;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
/* FullPage header controls: compact square actions + rounded login CTA */
|
|
132
|
+
.memori-widget.memori-layout-fullpage .memori-header.memori-header--fullpage {
|
|
133
|
+
min-width: 0;
|
|
134
|
+
flex-wrap: nowrap;
|
|
135
|
+
justify-content: flex-end;
|
|
136
|
+
gap: 0.5rem;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.memori-widget.memori-layout-fullpage .memori-header--fullpage-primary,
|
|
140
|
+
.memori-widget.memori-layout-fullpage .memori-header--fullpage-secondary {
|
|
141
|
+
flex-wrap: nowrap;
|
|
142
|
+
gap: 0.5rem;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.memori-widget.memori-layout-fullpage .memori-header--fullpage-divider {
|
|
146
|
+
min-height: 26px;
|
|
147
|
+
margin: 0;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
/* CHAT: title block a sinistra, controlli allineati a destra */
|
|
151
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-row {
|
|
152
|
+
justify-content: flex-end;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-brand {
|
|
156
|
+
margin-right: auto;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-actions {
|
|
160
|
+
flex: 0 0 auto;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
/* Full-height flex row: [grid] [artifact column] — outside the grid so artifact
|
|
164
|
+
spans the entire content height without inheriting grid padding/max-width */
|
|
165
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-content-row {
|
|
166
|
+
display: flex;
|
|
167
|
+
overflow: hidden;
|
|
168
|
+
min-height: 0;
|
|
169
|
+
flex: 1 1 0%;
|
|
170
|
+
flex-direction: row;
|
|
171
|
+
align-items: stretch;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/* Grid: main + left column (avatar) */
|
|
175
|
+
.memori-widget.memori-layout-fullpage .memori--grid {
|
|
176
|
+
display: flex;
|
|
177
|
+
width: 100%;
|
|
178
|
+
max-width: var(--memori-layout-max-width);
|
|
179
|
+
height: 100%;
|
|
180
|
+
min-height: 0;
|
|
181
|
+
flex: 1 1 0%;
|
|
182
|
+
align-items: stretch;
|
|
183
|
+
justify-content: center;
|
|
184
|
+
padding: 0 var(--memori-spacing-md) var(--memori-spacing-md);
|
|
185
|
+
padding-top: var(--memori-spacing-md);
|
|
186
|
+
padding-bottom: var(--memori-spacing-xl);
|
|
187
|
+
margin: 0 auto;
|
|
188
|
+
gap: var(--memori-spacing-md);
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.memori-widget.memori-layout-fullpage .memori--grid-column-left {
|
|
192
|
+
display: flex;
|
|
193
|
+
overflow: hidden;
|
|
194
|
+
width: 50%;
|
|
195
|
+
max-width: 420px;
|
|
196
|
+
height: 100%;
|
|
197
|
+
min-height: 0;
|
|
198
|
+
flex-direction: column;
|
|
199
|
+
flex-shrink: 0;
|
|
200
|
+
align-items: stretch;
|
|
201
|
+
align-self: stretch;
|
|
202
|
+
border: 1px solid color-mix(in srgb, var(--memori-text-color, #111827) 10%, transparent);
|
|
203
|
+
border-radius: 0.9rem;
|
|
204
|
+
margin-right: 0;
|
|
205
|
+
backdrop-filter: blur(10px);
|
|
206
|
+
background: #ffffff;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.memori-widget.memori-layout-fullpage .memori--grid-column-left .memori--avatar-wrapper {
|
|
210
|
+
position: relative;
|
|
211
|
+
display: flex;
|
|
212
|
+
width: 100%;
|
|
213
|
+
height: 100%;
|
|
214
|
+
min-height: 0;
|
|
215
|
+
flex: 1 1 0%;
|
|
216
|
+
align-items: stretch;
|
|
217
|
+
justify-content: center;
|
|
218
|
+
padding-top: 0;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.memori-widget.memori-layout-fullpage .memori--grid-column-left .memori--avatar-wrapper model-viewer,
|
|
222
|
+
.memori-widget.memori-layout-fullpage .memori--grid-column-left .memori--avatar-wrapper canvas,
|
|
223
|
+
.memori-widget.memori-layout-fullpage .memori--grid-column-left .memori--avatar-wrapper > div {
|
|
224
|
+
width: 100% !important;
|
|
225
|
+
max-width: 100%;
|
|
226
|
+
height: 100% !important;
|
|
227
|
+
max-height: 100%;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.memori-widget.memori-layout-fullpage .memori-chat-layout--main {
|
|
231
|
+
display: flex;
|
|
232
|
+
min-width: 0;
|
|
233
|
+
height: 100%;
|
|
234
|
+
min-height: 0;
|
|
235
|
+
flex: 1;
|
|
236
|
+
flex-direction: column;
|
|
237
|
+
align-items: stretch;
|
|
238
|
+
align-self: stretch;
|
|
239
|
+
justify-content: stretch;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
/* Artifact column — flex sibling of .memori--grid inside .memori-fullpage-content-row.
|
|
243
|
+
Sits outside the padded grid so it spans the full content height with no padding gaps. */
|
|
244
|
+
.memori-widget.memori-layout-fullpage .memori--grid-column-artifact {
|
|
245
|
+
overflow: hidden;
|
|
246
|
+
width: 0;
|
|
247
|
+
min-width: 0;
|
|
248
|
+
flex-shrink: 0;
|
|
249
|
+
transition: width 0.25s ease;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.memori-widget.memori-layout-fullpage .memori--grid-column-artifact--open {
|
|
253
|
+
width: 600px;
|
|
254
|
+
border-left: 1px solid color-mix(in srgb, var(--memori-text-color, #111827) 10%, transparent);
|
|
255
|
+
background: var(--memori-secondary-background);
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
/* Hide avatar column when artifact drawer is open.
|
|
259
|
+
Selector updated: artifact is now a sibling of .memori--grid, not inside it. */
|
|
260
|
+
.memori-widget.memori-layout-fullpage
|
|
261
|
+
.memori-fullpage-content-row:has(.memori--grid-column-artifact--open)
|
|
262
|
+
.memori--grid-column-left {
|
|
263
|
+
display: none;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
@media (max-width: 1260px) {
|
|
267
|
+
.memori-widget.memori-layout-fullpage .memori--grid-column-artifact {
|
|
268
|
+
display: none;
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.memori-widget.memori-layout-fullpage .memori-chat-layout--controls {
|
|
273
|
+
display: flex;
|
|
274
|
+
width: 100%;
|
|
275
|
+
height: 100%;
|
|
276
|
+
min-height: 0;
|
|
277
|
+
max-height: 100%;
|
|
278
|
+
flex: 1 1 0%;
|
|
279
|
+
flex-direction: column;
|
|
280
|
+
align-items: stretch;
|
|
281
|
+
padding: 0;
|
|
282
|
+
background: var(--chat-bg, #f4f4f5);
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.memori-widget.memori-layout-fullpage .memori-chat-layout--controls .memori--start-panel,
|
|
286
|
+
.memori-widget.memori-layout-fullpage .memori-chat-layout--controls .memori-chat--wrapper {
|
|
287
|
+
display: flex;
|
|
288
|
+
width: 100%;
|
|
289
|
+
max-width: 100%;
|
|
290
|
+
height: 100%;
|
|
291
|
+
min-height: 0;
|
|
292
|
+
flex: 1 1 0%;
|
|
293
|
+
flex-direction: column;
|
|
294
|
+
padding: 0 !important;
|
|
295
|
+
margin-right: 0;
|
|
296
|
+
margin-left: 0;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
/* Typography: title and description in fullpage left column */
|
|
300
|
+
.memori-widget.memori-layout-fullpage .memori--title {
|
|
301
|
+
margin-bottom: var(--memori-spacing-xs);
|
|
302
|
+
color: var(--memori-text-color);
|
|
303
|
+
font-size: var(--memori-text-size-heading-large);
|
|
304
|
+
font-weight: var(--memori-text-weight-semibold);
|
|
305
|
+
line-height: var(--memori-text-line-tight);
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.memori-widget.memori-layout-fullpage .memori--description,
|
|
309
|
+
.memori-widget.memori-layout-fullpage .memori--needsPosition {
|
|
310
|
+
padding: var(--memori-spacing-lg);
|
|
311
|
+
padding-top: var(--memori-spacing-xs);
|
|
312
|
+
color: var(--memori-text-color);
|
|
313
|
+
font-size: var(--memori-text-size-base);
|
|
314
|
+
line-height: var(--memori-text-line-relaxed);
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
/* Fullpage: Memori brand lives in the header; no footer watermark.
|
|
318
|
+
Input bar styles live in ChatInputs.css (layout-scoped dark pill). */
|
|
319
|
+
|
|
320
|
+
/* Keep the input bar inside the chat panel, pinned to the bottom of the column */
|
|
321
|
+
.memori-widget.memori-layout-fullpage .memori-chat-layout--controls .memori-chat--wrapper {
|
|
322
|
+
display: flex;
|
|
323
|
+
min-height: 0;
|
|
324
|
+
flex: 1 1 0%;
|
|
325
|
+
flex-direction: column;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.memori-widget.memori-layout-fullpage .memori-chat-layout--controls .memori-chat-inputs-wrapper {
|
|
329
|
+
width: 100%;
|
|
330
|
+
flex-shrink: 0;
|
|
331
|
+
border-top: none;
|
|
332
|
+
background: var(--chat-bg, #f4f4f5);
|
|
333
|
+
border-bottom-left-radius: 12px;
|
|
334
|
+
border-bottom-right-radius: 12px;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
@media (max-width: 870px) {
|
|
338
|
+
.memori-widget.memori-layout-fullpage {
|
|
339
|
+
padding: var(--memori-spacing-sm);
|
|
340
|
+
}
|
|
341
|
+
/*
|
|
342
|
+
.memori-widget.memori-layout-fullpage > .memori-spin {
|
|
343
|
+
height: calc(100vh - 100px);
|
|
344
|
+
height: calc(100dvh - 100px);
|
|
345
|
+
gap: var(--memori-spacing-md);
|
|
346
|
+
} */
|
|
347
|
+
|
|
348
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-top-header {
|
|
349
|
+
padding: 0 var(--memori-spacing-sm);
|
|
350
|
+
padding-bottom: 0;
|
|
351
|
+
margin-bottom: var(--memori-spacing-md);
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.memori-widget.memori-layout-fullpage .memori--grid-column-left {
|
|
355
|
+
display: none;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.memori-widget.memori-layout-fullpage .memori--grid {
|
|
359
|
+
padding: 0 var(--memori-spacing-sm) var(--memori-spacing-sm);
|
|
360
|
+
gap: var(--memori-spacing-sm);
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.memori-widget.memori-layout-fullpage .memori-chat-layout--controls {
|
|
364
|
+
padding: 0;
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
@media (max-width: 480px) {
|
|
369
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-top-header {
|
|
370
|
+
padding: 0 var(--memori-spacing-xs);
|
|
371
|
+
padding-bottom: 0;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-header-brand-name {
|
|
375
|
+
font-size: 1.1rem;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.memori-widget.memori-layout-fullpage .memori-chat-layout--controls {
|
|
379
|
+
padding: 0;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.memori-widget.memori-layout-fullpage .memori--grid {
|
|
383
|
+
padding: 0 var(--memori-spacing-xs) var(--memori-spacing-xs);
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-header-row,
|
|
387
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-row {
|
|
388
|
+
/* flex-wrap: wrap; */
|
|
389
|
+
align-items: flex-start;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-header-brand,
|
|
393
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-brand {
|
|
394
|
+
min-width: 0;
|
|
395
|
+
max-width: calc(100% - 6.5rem);
|
|
396
|
+
flex: 1 1 auto;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-header-actions,
|
|
400
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-actions {
|
|
401
|
+
flex: 0 0 auto;
|
|
402
|
+
justify-content: flex-end;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
/* CHAT: keep agent title + toolbar on one row on small phones */
|
|
406
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-row {
|
|
407
|
+
flex-wrap: nowrap;
|
|
408
|
+
align-items: center;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-actions {
|
|
412
|
+
min-width: 0;
|
|
413
|
+
flex: 0 0 auto;
|
|
414
|
+
flex-wrap: nowrap;
|
|
415
|
+
justify-content: flex-end;
|
|
416
|
+
-webkit-overflow-scrolling: touch;
|
|
417
|
+
overflow-x: auto;
|
|
418
|
+
overflow-y: hidden;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-actions .memori-header.memori-header--fullpage {
|
|
422
|
+
min-width: 0;
|
|
423
|
+
flex-wrap: nowrap;
|
|
424
|
+
}
|
|
425
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WidgetSurfaceProvider = void 0;
|
|
4
|
+
exports.useWidgetSurfaceEl = useWidgetSurfaceEl;
|
|
5
|
+
const react_1 = require("react");
|
|
6
|
+
const WidgetSurfaceContext = (0, react_1.createContext)(null);
|
|
7
|
+
exports.WidgetSurfaceProvider = WidgetSurfaceContext.Provider;
|
|
8
|
+
function useWidgetSurfaceEl() {
|
|
9
|
+
return (0, react_1.useContext)(WidgetSurfaceContext);
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=widgetSurfaceContext.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widgetSurfaceContext.js","sourceRoot":"","sources":["../../src/context/widgetSurfaceContext.tsx"],"names":[],"mappings":";;;AAWA,gDAEC;AAbD,iCAAyD;AAOzD,MAAM,oBAAoB,GAAG,IAAA,qBAAa,EAAqB,IAAI,CAAC,CAAC;AAExD,QAAA,qBAAqB,GAAG,oBAAoB,CAAC,QAAQ,CAAC;AAEnE,SAAgB,kBAAkB;IAChC,OAAO,IAAA,kBAAU,EAAC,oBAAoB,CAAC,CAAC;AAC1C,CAAC"}
|
package/dist/helpers/media.js
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getResourceUrl = void 0;
|
|
4
|
+
const shouldAppendSessionId = (resourceURI, apiURL) => {
|
|
5
|
+
const url = new URL(resourceURI);
|
|
6
|
+
const { hostname, pathname } = url;
|
|
7
|
+
if (/\/api\/v\d+\/asset\//i.test(pathname)) {
|
|
8
|
+
return true;
|
|
9
|
+
}
|
|
10
|
+
if (apiURL) {
|
|
11
|
+
try {
|
|
12
|
+
if (new URL(apiURL).hostname === hostname) {
|
|
13
|
+
return true;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
catch (_a) {
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
return false;
|
|
20
|
+
};
|
|
4
21
|
const getResourceUrl = ({ type, resourceURI, sessionID, baseURL = '', apiURL = '', }) => {
|
|
5
22
|
let defaultUri = type === 'cover'
|
|
6
23
|
? `${baseURL}/images/memoriCover.png`
|
|
@@ -16,9 +33,7 @@ const getResourceUrl = ({ type, resourceURI, sessionID, baseURL = '', apiURL = '
|
|
|
16
33
|
}
|
|
17
34
|
else if ((resourceURI.startsWith('https://') ||
|
|
18
35
|
resourceURI.startsWith('http://')) &&
|
|
19
|
-
(
|
|
20
|
-
new URL(resourceURI).hostname.includes('aclambda.online') ||
|
|
21
|
-
new URL(resourceURI).hostname.includes('localhost'))) {
|
|
36
|
+
shouldAppendSessionId(resourceURI, apiURL)) {
|
|
22
37
|
return `${resourceURI}${resourceURI.endsWith('/') || !sessionID ? '' : '/'}${sessionID || ''}`;
|
|
23
38
|
}
|
|
24
39
|
else if (resourceURI.startsWith('cloud://')) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"media.js","sourceRoot":"","sources":["../../src/helpers/media.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"media.js","sourceRoot":"","sources":["../../src/helpers/media.ts"],"names":[],"mappings":";;;AAcA,MAAM,qBAAqB,GAAG,CAC5B,WAAmB,EACnB,MAAe,EACN,EAAE;IACX,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,WAAW,CAAC,CAAC;IACjC,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,GAAG,GAAG,CAAC;IAInC,IAAI,uBAAuB,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE;QAC1C,OAAO,IAAI,CAAC;KACb;IAED,IAAI,MAAM,EAAE;QACV,IAAI;YACF,IAAI,IAAI,GAAG,CAAC,MAAM,CAAC,CAAC,QAAQ,KAAK,QAAQ,EAAE;gBACzC,OAAO,IAAI,CAAC;aACb;SACF;QAAC,WAAM;SAEP;KACF;IAED,OAAO,KAAK,CAAC;AACf,CAAC,CAAC;AAEK,MAAM,cAAc,GAAG,CAAC,EAC7B,IAAI,EACJ,WAAW,EACX,SAAS,EACT,OAAO,GAAG,EAAE,EACZ,MAAM,GAAG,EAAE,GACO,EAAU,EAAE;IAC9B,IAAI,UAAU,GACZ,IAAI,KAAK,OAAO;QACd,CAAC,CAAC,GAAG,OAAO,yBAAyB;QACrC,CAAC,CAAC,GAAG,OAAO,qCAAqC,CAAC;IAEtD,IAAI;QACF,IAAI,CAAC,WAAW,IAAI,WAAW,CAAC,MAAM,KAAK,CAAC,EAAE;YAC5C,OAAO,UAAU,CAAC;SACnB;aAAM,IACL,WAAW,CAAC,QAAQ,CAAC,iBAAiB,CAAC;YACvC,CAAC,WAAW,CAAC,QAAQ,CAAC,sBAAsB,CAAC;YAC7C,SAAS,EACT;YACA,OAAO,GAAG,WAAW,yBAAyB,SAAS,EAAE,CAAC;SAC3D;aAAM,IACL,CAAC,WAAW,CAAC,UAAU,CAAC,UAAU,CAAC;YACjC,WAAW,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;YACpC,qBAAqB,CAAC,WAAW,EAAE,MAAM,CAAC,EAC1C;YACA,OAAO,GAAG,WAAW,GAAG,WAAW,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GACrE,GAAG,SAAS,IAAI,EAAE,EAAE,CAAC;SACxB;aAAM,IAAI,WAAW,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE;YAC7C,OAAO,GAAG,CAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC,KAAI,EACvC,eAAe,WAAW,CAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,EAAE,CAAC;SACxD;aAAM,IAAI,WAAW,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE;YAC5C,OAAO,GAAG,CAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC,KAAI,EACvC,cAAc,WAAW,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,EAAE,CAAC;SACtD;aAAM;YACL,OAAO,WAAW,IAAI,UAAU,CAAC;SAClC;KACF;IAAC,OAAO,CAAC,EAAE;QACV,OAAO,WAAW,IAAI,UAAU,CAAC;KAClC;AACH,CAAC,CAAC;AAxCW,QAAA,cAAc,kBAwCzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function shouldRestartSessionOnPositionPopoverClose(wasOpen: boolean, nextOpen: boolean, autoStart: boolean): boolean;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.shouldRestartSessionOnPositionPopoverClose = shouldRestartSessionOnPositionPopoverClose;
|
|
4
|
+
function shouldRestartSessionOnPositionPopoverClose(wasOpen, nextOpen, autoStart) {
|
|
5
|
+
return wasOpen && !nextOpen && !!autoStart;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=positionPopover.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"positionPopover.js","sourceRoot":"","sources":["../../src/helpers/positionPopover.ts"],"names":[],"mappings":";;AAMA,gGAMC;AAND,SAAgB,0CAA0C,CACxD,OAAgB,EAChB,QAAiB,EACjB,SAAkB;IAElB,OAAO,OAAO,IAAI,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,CAAC;AAC7C,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type MouseEvent, type PointerEvent } from 'react';
|
|
2
|
+
export declare function usePressTooltip(defaultOpen?: boolean): {
|
|
3
|
+
open: boolean;
|
|
4
|
+
setOpen: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
5
|
+
pressTriggerProps: {
|
|
6
|
+
readonly onPointerDown: (e: PointerEvent) => void;
|
|
7
|
+
readonly onClick: (e: MouseEvent | PointerEvent) => void;
|
|
8
|
+
};
|
|
9
|
+
tooltipProps: {
|
|
10
|
+
readonly open: boolean;
|
|
11
|
+
readonly onOpenChange: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.usePressTooltip = usePressTooltip;
|
|
4
|
+
const react_1 = require("react");
|
|
5
|
+
function usePressTooltip(defaultOpen = false) {
|
|
6
|
+
const [open, setOpen] = (0, react_1.useState)(defaultOpen);
|
|
7
|
+
const toggleOpen = (0, react_1.useCallback)((e) => {
|
|
8
|
+
e.stopPropagation();
|
|
9
|
+
setOpen(prev => !prev);
|
|
10
|
+
}, []);
|
|
11
|
+
const pressTriggerProps = {
|
|
12
|
+
onPointerDown: (e) => {
|
|
13
|
+
e.stopPropagation();
|
|
14
|
+
},
|
|
15
|
+
onClick: toggleOpen,
|
|
16
|
+
};
|
|
17
|
+
const tooltipProps = {
|
|
18
|
+
open,
|
|
19
|
+
onOpenChange: setOpen,
|
|
20
|
+
};
|
|
21
|
+
return { open, setOpen, pressTriggerProps, tooltipProps };
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=usePressTooltip.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePressTooltip.js","sourceRoot":"","sources":["../../src/helpers/usePressTooltip.ts"],"names":[],"mappings":";;AAOA,0CAqBC;AA5BD,iCAKe;AAEf,SAAgB,eAAe,CAAC,WAAW,GAAG,KAAK;IACjD,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,GAAG,IAAA,gBAAQ,EAAC,WAAW,CAAC,CAAC;IAE9C,MAAM,UAAU,GAAG,IAAA,mBAAW,EAAC,CAAC,CAA4B,EAAE,EAAE;QAC9D,CAAC,CAAC,eAAe,EAAE,CAAC;QACpB,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC;IACzB,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,MAAM,iBAAiB,GAAG;QACxB,aAAa,EAAE,CAAC,CAAe,EAAE,EAAE;YACjC,CAAC,CAAC,eAAe,EAAE,CAAC;QACtB,CAAC;QACD,OAAO,EAAE,UAAU;KACX,CAAC;IAEX,MAAM,YAAY,GAAG;QACnB,IAAI;QACJ,YAAY,EAAE,OAAO;KACb,CAAC;IAEX,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,CAAC;AAC5D,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const FacebookIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 800, height: 800, fill: "currentColor", viewBox: "0 0 24 24", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M17.3 9.6a1 1 0 1 0-1.6-1.2l-2.308 3.078-2.185-2.185A1 1 0 0 0 9.7 9.4l-3 4a1 1 0 0 0 1.6 1.2l2.308-3.078 2.185 2.185A1 1 0 0 0 14.3 13.6l3-4Z" }), (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 23c-1.224 0-1.9-.131-3-.5l-2.106 1.053A2 2 0 0 1 4 21.763V19.5c-2.153-2.008-3-4.323-3-7.5C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11Zm-6-4.37-.636-.593C3.691 16.477 3 14.733 3 12a9 9 0 1 1 9 9c-.986 0-1.448-.089-2.364-.396l-.788-.264L6 21.764V18.63Z", clipRule: "evenodd" })] }));
|
|
5
|
+
exports.default = FacebookIcon;
|
|
6
|
+
//# sourceMappingURL=FacebookIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FacebookIcon.js","sourceRoot":"","sources":["../../src/icons/FacebookIcon.tsx"],"names":[],"mappings":";;;AACA,MAAM,YAAY,GAAG,CAAC,KAAoC,EAAE,EAAE,CAAC,CAC7D,iCACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,GAAG,EACV,MAAM,EAAE,GAAG,EACX,IAAI,EAAC,cAAc,EACnB,OAAO,EAAC,WAAW,KACf,KAAK,aAET,iCACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,gJAAgJ,GAClJ,EACF,iCACE,IAAI,EAAC,cAAc,EACnB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,uQAAuQ,EACzQ,QAAQ,EAAC,SAAS,GAClB,IACE,CACP,CAAA;AACD,kBAAe,YAAY,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const LinkedinIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 800, height: 800, fill: "currentColor", viewBox: "0 0 24 24", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M6.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM5 10a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-8ZM11 19h1a1 1 0 0 0 1-1v-4.5c0-1.5 3-2.5 3-.5v5a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-6c0-2-1.5-3-3.5-3S13 10.5 13 10.5V10a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1Z" }), (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M20 1a3 3 0 0 1 3 3v16a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h16Zm0 2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16Z", clipRule: "evenodd" })] }));
|
|
5
|
+
exports.default = LinkedinIcon;
|
|
6
|
+
//# sourceMappingURL=LinkedinIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LinkedinIcon.js","sourceRoot":"","sources":["../../src/icons/LinkedinIcon.tsx"],"names":[],"mappings":";;;AACA,MAAM,YAAY,GAAG,CAAC,KAAoC,EAAE,EAAE,CAAC,CAC7D,iCACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,GAAG,EACV,MAAM,EAAE,GAAG,EACX,IAAI,EAAC,cAAc,EACnB,OAAO,EAAC,WAAW,KACf,KAAK,aAET,iCACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,sRAAsR,GACxR,EACF,iCACE,IAAI,EAAC,cAAc,EACnB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,iJAAiJ,EACnJ,QAAQ,EAAC,SAAS,GAClB,IACE,CACP,CAAA;AACD,kBAAe,YAAY,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const MemoriIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { className: "memori-ai-logo", width: 800, height: 800, fill: "currentColor", viewBox: "0 0 670.70013 639.67999", "aria-label": "Memori AI", ...props, children: [(0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsx)("style", { children: "\n .cls-1 {\n fill: url(#Sfumatura_senza_nome_6);\n }\n\n .cls-1,\n .cls-2 {\n stroke-width: 0px;\n }\n\n .cls-2 {\n fill: var(--memori-logo-text-color, '#744c99');\n }\n " }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: "Sfumatura_senza_nome_6", "data-name": "Sfumatura senza nome 6", x1: 392.82999, y1: -13.83, x2: 786.29999, y2: 628.33002, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(-304.65445,-80.16)", children: [(0, jsx_runtime_1.jsx)("stop", { offset: 0.18, stopColor: "#9ad2d5", id: "stop1" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.32, stopColor: "#26b5cb", id: "stop2" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.38, stopColor: "#379cbe", id: "stop3" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.46, stopColor: "#4c7eb0", id: "stop4" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.55, stopColor: "#5d66a4", id: "stop5" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.65, stopColor: "#69569c", id: "stop6" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.76, stopColor: "#704c97", id: "stop7" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.89, stopColor: "#734996", id: "stop8" })] })] }), (0, jsx_runtime_1.jsxs)("g", { id: "g13", transform: "translate(-304.65445,-80.16)", children: [(0, jsx_runtime_1.jsx)("path", { className: "cls-2", d: "m 451.79,434.96 v -78.79 c 0,-15.73 8.09,-25.54 22.73,-25.54 7.01,0 12.93,3.11 16.82,8.41 3.9,-5.29 9.81,-8.41 16.82,-8.41 14.64,0 22.74,9.81 22.74,25.54 v 78.79 c 0,3.27 -2.65,5.92 -5.92,5.92 -3.27,0 -5.92,-2.65 -5.92,-5.92 v -77.08 c 0,-11.21 -3.74,-16.35 -10.9,-16.35 -7.16,0 -10.9,5.14 -10.9,16.35 v 77.08 c 0,3.27 -2.65,5.92 -5.92,5.92 -3.27,0 -5.92,-2.65 -5.92,-5.92 v -77.08 c 0,-11.21 -3.74,-16.35 -10.9,-16.35 -7.16,0 -10.9,5.14 -10.9,16.35 v 77.08 c 0,3.27 -2.65,5.92 -5.92,5.92 -3.27,0 -5.92,-2.65 -5.92,-5.92 z", id: "path8" }), (0, jsx_runtime_1.jsx)("path", { className: "cls-2", d: "m 588.37,435.12 c 0,3.11 -2.65,5.45 -5.76,5.45 h -23.98 c -6.7,0 -9.5,-2.81 -9.5,-9.34 v -90.31 c 0,-6.54 2.8,-9.34 9.5,-9.34 h 23.98 c 3.11,0 5.76,2.33 5.76,5.45 0,3.12 -2.65,5.45 -5.76,5.45 h -21.65 v 32.7 h 19.31 c 3.11,0 5.76,2.33 5.76,5.45 0,3.12 -2.65,5.45 -5.76,5.45 h -19.31 v 43.6 h 21.65 c 3.11,0 5.76,2.33 5.76,5.45 z", id: "path9" }), (0, jsx_runtime_1.jsx)("path", { className: "cls-2", d: "m 599.59,434.96 v -78.79 c 0,-15.73 8.09,-25.54 22.73,-25.54 7.01,0 12.93,3.11 16.82,8.41 3.9,-5.29 9.81,-8.41 16.82,-8.41 14.64,0 22.74,9.81 22.74,25.54 v 78.79 c 0,3.27 -2.65,5.92 -5.92,5.92 -3.27,0 -5.92,-2.65 -5.92,-5.92 v -77.08 c 0,-11.21 -3.74,-16.35 -10.9,-16.35 -7.16,0 -10.9,5.14 -10.9,16.35 v 77.08 c 0,3.27 -2.65,5.92 -5.92,5.92 -3.27,0 -5.92,-2.65 -5.92,-5.92 v -77.08 c 0,-11.21 -3.74,-16.35 -10.9,-16.35 -7.16,0 -10.9,5.14 -10.9,16.35 v 77.08 c 0,3.27 -2.65,5.92 -5.92,5.92 -3.27,0 -5.92,-2.65 -5.92,-5.92 z", id: "path10" }), (0, jsx_runtime_1.jsx)("path", { className: "cls-2", d: "m 692.72,416.28 v -60.1 c 0,-15.73 8.09,-25.54 23.35,-25.54 15.26,0 23.36,9.81 23.36,25.54 v 60.1 c 0,15.73 -8.1,25.54 -23.36,25.54 -15.26,0 -23.35,-9.81 -23.35,-25.54 z m 34.88,-2.02 v -56.05 c 0,-11.68 -4.05,-16.35 -11.52,-16.35 -7.47,0 -11.52,4.67 -11.52,16.35 v 56.05 c 0,11.68 4.05,16.35 11.52,16.35 7.47,0 11.52,-4.67 11.52,-16.35 z", id: "path11" }), (0, jsx_runtime_1.jsx)("path", { className: "cls-2", d: "m 789.27,391.52 c 4.36,2.49 8.88,8.88 8.88,18.07 v 25.38 c 0,3.27 -2.65,5.92 -5.92,5.92 -3.27,0 -5.92,-2.65 -5.92,-5.92 v -22.11 c 0,-8.88 -4.67,-15.73 -12.3,-15.73 h -8.25 v 37.84 c 0,3.27 -2.65,5.92 -5.92,5.92 -3.27,0 -5.92,-2.65 -5.92,-5.92 v -94.05 c 0,-6.54 2.8,-9.34 9.5,-9.34 h 10.43 c 15.57,0 24.6,10.27 24.6,29.11 v 7.32 c 0,10.75 -2.81,18.69 -9.19,23.51 z m -2.33,-26 v -2.34 c 0,-14.02 -4.2,-20.71 -14.17,-20.71 h -7.01 v 43.75 h 7.01 c 9.97,0 14.17,-6.7 14.17,-20.71 z", id: "path12" }), (0, jsx_runtime_1.jsx)("path", { className: "cls-2", d: "m 812.95,434.96 v -98.1 c 0,-3.27 2.65,-5.92 5.92,-5.92 3.27,0 5.92,2.65 5.92,5.92 v 98.1 c 0,3.27 -2.65,5.92 -5.92,5.92 -3.27,0 -5.92,-2.65 -5.92,-5.92 z", id: "path13" })] }), (0, jsx_runtime_1.jsx)("path", { className: "cls-1", d: "m 667.73555,242.64 c -6.38,-56.35 -42.43,-113.07 -98.9,-155.61 -49.7,-37.44 -109.37,-60.33 -170.6,-65.94 C 364.22555,7.6 328.15555,0 291.96555,0 c -69.91,0 -135.47,27.64 -189.6,79.93 C 82.235546,99.38 55.165546,139 38.215546,191.67 c -9.13,16.42 -16.91,33.67 -23.02,51.57 -33.85,99.22 -10.5500001,199.69 63.94,275.65 9.79,9.98 26.710004,23.27 49.530004,36.03 70.06,71.95 151.03,84.76 199.59,84.76 45.54,0 92.21,-11.24 124.84,-30.07 28.3,-16.34 52.64,-36.17 72.92,-59.28 108.74,-60.36 157.72,-166.32 141.72,-307.69 z m -73.68,9.57 c -8.31,-61.54 -42.48,-119.59 -90.75,-164.46 37.26,23.3 66.15,54.54 87.71,91.36 27.6,47.13 46.44,143.64 0.76,233.55 9.47,-47.57 10.27,-101.25 2.28,-160.44 z m -11.27,1.52 c 10.34,76.59 5.37,140.08 -11.29,192.23 -24.15,33.64 -58.84,65.28 -107.4,91.69 -31.3,17.03 -61.5,28.71 -90.28,36.23 -8.25,-0.19 -16.63,-0.69 -25.09,-1.54 22.94,-3.81 46.17,-10.56 69.46,-20.26 96.74,-40.31 136.66,-112.17 153.12,-165.35 20.63,-66.68 13.55,-131.72 1.21,-167.16 -36.47,-104.77 -118.35,-165.33 -237.85,-176.66 46.26,0.76 86.54,8.18 121.19,21.31 67.54,45.83 117.02,116.16 126.92,189.52 z m -78.06,294.93 c -21.61,10.54 -52.6,19.64 -88.2,23.43 17.75,-6.76 35.44,-14.89 53.01,-24.45 35,-19.04 64.77,-41.9 88.88,-67.95 -10.72,23.16 -24.08,43.65 -39.67,61.68 -4.6,2.51 -9.26,4.97 -14.02,7.29 z m -368.96,-2.75 c -19.71,-20.45 -38.150004,-45.4 -54.570004,-75.6 -59.13,-108.81 -54.64,-204.44 -32.59,-273.88 40.79,-72.66 110.320004,-128.92 184.840004,-145.21 -6.05,2.97 -12.04,6.12 -17.94,9.49 -48.68,23.3 -93.61,65.79 -123.390004,119.76 -51.8,93.85 -49.11,199.1 7.38,288.77 23.170004,36.78 95.600004,106.18 204.320004,106.77 10.31,2.55 20.33,4.47 29.9,5.87 -15.51,2.15 -30.53,3.16 -44.97,3.16 -63.65,0 -116.29,-18.88 -152.97,-39.14 z m 169.2,18.75 c -62.68,-15.85 -125.37,-53.95 -169.73,-129.36 -100.020004,-170.04 3.83,-303.77 44.43,-336.4 14.06,-11.3 28.49,-21 43.15,-29.29 24.09,-11.11 49.2,-17.27 73.97,-17.27 0.69,0 1.41,0 2.1,0.02 148.62,2.08 228.54,72.27 262.89,170.95 25.29,72.64 20.48,248.09 -147.96,318.27 -39.5,16.46 -75.82,23.09 -108.64,23.09 -0.07,0 -0.14,0 -0.21,0 z m -50.13,-5.41 c -78.55,-17.09 -129.59,-70.46 -145.73,-96.07 -63.580004,-100.94 -49.220004,-209.44 0.22,-289.59 -5.85,11.99 -11.140004,24.86 -15.460004,38.56 -23.54,74.64 -12.63,153.8 31.560004,228.92 36.33,61.76 83.37,97.63 129.41,118.18 z m 93.31,-527.42 c 6.92,-0.48 13.83,-0.76 20.7,-0.76 9.21,0 18.36,0.43 27.44,1.24 5.8,2.34 11.5,4.89 17.15,7.57 -20.54,-4.36 -42.3,-7.05 -65.28,-8.06 z m -237.88,56.28 c 56.12,-54.22 119.7,-76.74 181.69,-76.74 22.56,0 44.9,3.01 66.59,8.54 -27.97,0.93 -55.36,5.59 -81.73,13.89 -9.47,0.87 -19.03,1.9 -28.75,3.25 -66.39,9.19 -130.73,49.37 -177.320004,106.6 13.93,-26.25 28.93,-45.3 39.520004,-55.54 z M 87.255546,510.92 C 8.3455459,430.46 -2.7544541,333.8 25.095546,249.55 c -9.9,74.5 5.8,152.05 46.09,226.19 9.7,17.85 20.01,33.8 30.760004,48.04 -5.970004,-4.67 -10.990004,-9.07 -14.700004,-12.85 z m 360.150004,88.83 c -27.18,15.69 -70.3,28.55 -119.16,28.55 -52.11,0 -110.74,-14.68 -163.49,-56.16 34.18,13.85 76.16,24.27 123.97,24.27 28.75,0 57.59,-3.76 86.33,-11.13 2.13,0.04 4.2,0.06 6.22,0.06 40.23,0 81.61,-7.43 114.06,-20.19 -14.66,13.13 -30.69,24.65 -47.93,34.6 z m 98.55,-75.09 c 10.02,-14.65 18.69,-30.34 25.92,-47.11 3.74,-8.67 7.06,-17.66 10.05,-26.89 17.66,-24.96 30.8,-52.23 38.94,-81.46 22.51,-80.87 3.27,-156.05 -20.04,-195.85 -33.54,-57.28 -80.82,-97.29 -141.07,-119.95 -8.19,-5.44 -16.61,-10.57 -25.24,-15.28 116.19,24.92 211.36,112.54 221.92,205.8 15.48,136.7 -31.24,226.21 -110.47,280.75 z", id: "path14", style: {
|
|
5
|
+
fill: 'url(#Sfumatura_senza_nome_6)',
|
|
6
|
+
} })] }));
|
|
7
|
+
exports.default = MemoriIcon;
|
|
8
|
+
//# sourceMappingURL=MemoriIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MemoriIcon.js","sourceRoot":"","sources":["../../src/icons/MemoriIcon.tsx"],"names":[],"mappings":";;;AACA,MAAM,UAAU,GAAG,CAAC,KAAoC,EAAE,EAAE,CAAC,CAC3D,iCACE,SAAS,EAAC,gBAAgB,EAC1B,KAAK,EAAE,GAAG,EACV,MAAM,EAAE,GAAG,EACX,IAAI,EAAC,cAAc,EACnB,OAAO,EAAC,yBAAyB,gBACtB,WAAW,KAClB,KAAK,aAET,6CACE,4CAEI,wOAAwO,GAEpO,EACR,4CACE,EAAE,EAAC,wBAAwB,eACjB,wBAAwB,EAClC,EAAE,EAAE,SAAS,EACb,EAAE,EAAE,CAAC,KAAK,EACV,EAAE,EAAE,SAAS,EACb,EAAE,EAAE,SAAS,EACb,aAAa,EAAC,gBAAgB,EAC9B,iBAAiB,EAAC,8BAA8B,aAEhD,iCAAM,MAAM,EAAE,IAAI,EAAE,SAAS,EAAC,SAAS,EAAC,EAAE,EAAC,OAAO,GAAG,EACrD,iCAAM,MAAM,EAAE,IAAI,EAAE,SAAS,EAAC,SAAS,EAAC,EAAE,EAAC,OAAO,GAAG,EACrD,iCAAM,MAAM,EAAE,IAAI,EAAE,SAAS,EAAC,SAAS,EAAC,EAAE,EAAC,OAAO,GAAG,EACrD,iCAAM,MAAM,EAAE,IAAI,EAAE,SAAS,EAAC,SAAS,EAAC,EAAE,EAAC,OAAO,GAAG,EACrD,iCAAM,MAAM,EAAE,IAAI,EAAE,SAAS,EAAC,SAAS,EAAC,EAAE,EAAC,OAAO,GAAG,EACrD,iCAAM,MAAM,EAAE,IAAI,EAAE,SAAS,EAAC,SAAS,EAAC,EAAE,EAAC,OAAO,GAAG,EACrD,iCAAM,MAAM,EAAE,IAAI,EAAE,SAAS,EAAC,SAAS,EAAC,EAAE,EAAC,OAAO,GAAG,EACrD,iCAAM,MAAM,EAAE,IAAI,EAAE,SAAS,EAAC,SAAS,EAAC,EAAE,EAAC,OAAO,GAAG,IACtC,IACZ,EACP,+BAAG,EAAE,EAAC,KAAK,EAAC,SAAS,EAAC,8BAA8B,aAClD,iCACE,SAAS,EAAC,OAAO,EACjB,CAAC,EAAC,4gBAA4gB,EAC9gB,EAAE,EAAC,OAAO,GACV,EACF,iCACE,SAAS,EAAC,OAAO,EACjB,CAAC,EAAC,0UAA0U,EAC5U,EAAE,EAAC,OAAO,GACV,EACF,iCACE,SAAS,EAAC,OAAO,EACjB,CAAC,EAAC,4gBAA4gB,EAC9gB,EAAE,EAAC,QAAQ,GACX,EACF,iCACE,SAAS,EAAC,OAAO,EACjB,CAAC,EAAC,oVAAoV,EACtV,EAAE,EAAC,QAAQ,GACX,EACF,iCACE,SAAS,EAAC,OAAO,EACjB,CAAC,EAAC,keAAke,EACpe,EAAE,EAAC,QAAQ,GACX,EACF,iCACE,SAAS,EAAC,OAAO,EACjB,CAAC,EAAC,4JAA4J,EAC9J,EAAE,EAAC,QAAQ,GACX,IACA,EACJ,iCACE,SAAS,EAAC,OAAO,EACjB,CAAC,EAAC,88GAA88G,EACh9G,EAAE,EAAC,QAAQ,EACX,KAAK,EAAE;gBACL,IAAI,EAAE,8BAA8B;aACrC,GACD,IACE,CACP,CAAC;AACF,kBAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const TelegramIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 800, height: 800, fill: "currentColor", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M23.112 4.494c.318-1.55-1.205-2.837-2.68-2.267L2.342 9.216c-1.647.637-1.72 2.941-.117 3.682l3.94 1.818 1.873 6.559a1 1 0 0 0 1.67.432l2.886-2.887 4.043 3.033a2 2 0 0 0 3.16-1.198l3.315-16.16ZM3.063 11.082l18.09-6.99-3.316 16.161L13.1 16.7a1 1 0 0 0-1.307.093l-1.236 1.236.371-2.043 7.28-7.279a1 1 0 0 0-1.204-1.575L6.95 12.876l-3.888-1.794Zm5.114 3.397.606 2.123.233-1.281a1 1 0 0 1 .277-.528l2.22-2.22-3.336 1.906Z", clipRule: "evenodd" }) }));
|
|
5
|
+
exports.default = TelegramIcon;
|
|
6
|
+
//# sourceMappingURL=TelegramIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TelegramIcon.js","sourceRoot":"","sources":["../../src/icons/TelegramIcon.tsx"],"names":[],"mappings":";;;AACA,MAAM,YAAY,GAAG,CAAC,KAAoC,EAAE,EAAE,CAAC,CAC7D,gCACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,GAAG,EACV,MAAM,EAAE,GAAG,EACX,IAAI,EAAC,cAAc,EACnB,OAAO,EAAC,WAAW,KACf,KAAK,YAET,iCACE,IAAI,EAAC,cAAc,EACnB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,iaAAia,EACna,QAAQ,EAAC,SAAS,GAClB,GACE,CACP,CAAA;AACD,kBAAe,YAAY,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const TwitterIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 800, height: 800, fill: "currentColor", viewBox: "0 0 100 100", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M69.7 8.7H30.4C18.7 8.7 9.1 18.2 9.1 30v41.2c0 11.7 9.5 21.3 21.3 21.3h39.4c11.7 0 21.3-9.5 21.3-21.3V29.9C91 18.2 81.5 8.7 69.7 8.7zm7.1 69.6H61.4c-.1 0-.2 0-.2-.1L46.8 57.3h-.1C40.9 64 35.2 70.6 29.6 77.1c-.3.4-.7.7-1 1-.1.1-.2.1-.3.1h-4.2c-.1 0-.2 0-.1-.1l20.5-23.8c.1-.1.1-.2 0-.3L24.1 24.3v-.1h15.5c.1 0 .1 0 .2.1L53.4 44h.1l16.9-19.7c.1-.1.2-.1.3-.1h4.2c.2 0 .2.1.1.2L55.6 46.9c-.1.1-.1.2 0 .3l21.3 31s0 .1-.1.1z" }), (0, jsx_runtime_1.jsx)("path", { d: "M37.8 27.8h-6.7c-.1 0-.1.1-.1.2l32.2 46.7H69.9c.1 0 .1-.1.1-.2L37.8 27.8z" })] }));
|
|
5
|
+
exports.default = TwitterIcon;
|
|
6
|
+
//# sourceMappingURL=TwitterIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TwitterIcon.js","sourceRoot":"","sources":["../../src/icons/TwitterIcon.tsx"],"names":[],"mappings":";;;AACA,MAAM,WAAW,GAAG,CAAC,KAAoC,EAAE,EAAE,CAAC,CAC5D,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,IAAI,EAAC,cAAc,EAAC,OAAO,EAAC,aAAa,KAAK,KAAK,aAClH,iCAAM,IAAI,EAAC,cAAc,EAAC,CAAC,EAAC,oaAAoa,GAAG,EACnc,iCAAM,CAAC,EAAC,2EAA2E,GAAG,IAClF,CACP,CAAA;AACD,kBAAe,WAAW,CAAA"}
|