@memori.ai/memori-react 8.35.1 → 8.35.2
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 +7 -0
- package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.css +1 -0
- package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.d.ts +3 -3
- package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.js +2 -1
- package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.js.map +1 -1
- package/dist/components/MobileSessionPanel/MobileSessionPanel.css +1 -1
- package/dist/components/MobileSessionPanel/MobileSessionPanel.js +3 -1
- package/dist/components/MobileSessionPanel/MobileSessionPanel.js.map +1 -1
- package/dist/components/PositionPopover/PositionPopover.css +5 -4
- package/dist/components/PositionPopover/PositionPopover.js +1 -1
- package/dist/components/PositionPopover/PositionPopover.js.map +1 -1
- package/dist/components/StartPanel/StartPanel.js +4 -2
- package/dist/components/StartPanel/StartPanel.js.map +1 -1
- package/dist/components/layouts/WebsiteAssistant/WebsiteAssistant.js +1 -1
- package/dist/components/layouts/WebsiteAssistant/WebsiteAssistant.js.map +1 -1
- package/dist/components/layouts/WebsiteAssistant/website-assistant.css +16 -5
- package/dist/components/layouts/fullpage.css +149 -8
- 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/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/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/esm/components/ChatHistoryDrawer/ChatResumeDrawer.css +1 -0
- package/esm/components/ChatHistoryDrawer/ChatResumeDrawer.d.ts +3 -3
- package/esm/components/ChatHistoryDrawer/ChatResumeDrawer.js +2 -1
- package/esm/components/ChatHistoryDrawer/ChatResumeDrawer.js.map +1 -1
- package/esm/components/MobileSessionPanel/MobileSessionPanel.css +1 -1
- package/esm/components/MobileSessionPanel/MobileSessionPanel.js +3 -1
- package/esm/components/MobileSessionPanel/MobileSessionPanel.js.map +1 -1
- package/esm/components/PositionPopover/PositionPopover.css +5 -4
- package/esm/components/PositionPopover/PositionPopover.js +1 -1
- package/esm/components/PositionPopover/PositionPopover.js.map +1 -1
- package/esm/components/StartPanel/StartPanel.js +4 -2
- package/esm/components/StartPanel/StartPanel.js.map +1 -1
- package/esm/components/layouts/WebsiteAssistant/WebsiteAssistant.js +1 -1
- package/esm/components/layouts/WebsiteAssistant/WebsiteAssistant.js.map +1 -1
- package/esm/components/layouts/WebsiteAssistant/website-assistant.css +16 -5
- package/esm/components/layouts/fullpage.css +149 -8
- 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/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/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +1 -1
- package/src/components/StartPanel/StartPanel.tsx +5 -2
- package/src/version.ts +1 -1
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
.memori-drawer.memori-drawer--above-website-assistant,
|
|
152
152
|
.memori-drawer.memori-drawer--above-website-assistant .memori-drawer--backdrop,
|
|
153
153
|
.memori-drawer.memori-drawer--above-website-assistant .memori-drawer--container {
|
|
154
|
-
z-index:
|
|
154
|
+
z-index: 2147483000;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
.memori-widget.memori-layout-website_assistant .memori-website_assistant--collapsed,
|
|
@@ -270,10 +270,21 @@
|
|
|
270
270
|
|
|
271
271
|
.memori-website_assistant-layout .memori--powered-by {
|
|
272
272
|
right: auto;
|
|
273
|
-
left:
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
273
|
+
left: 50%;
|
|
274
|
+
justify-content: center;
|
|
275
|
+
text-align: center;
|
|
276
|
+
transform: translateX(-50%);
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.memori-widget.memori-layout-website_assistant.memori--avatar-readyplayerme .memori-website_assistant-layout .memori--powered-by,
|
|
280
|
+
.memori-widget.memori-layout-website_assistant.memori--avatar-readyplayerme-full .memori-website_assistant-layout .memori--powered-by,
|
|
281
|
+
.memori-widget.memori-layout-website_assistant.memori--avatar-customglb .memori-website_assistant-layout .memori--powered-by,
|
|
282
|
+
.memori-widget.memori-layout-website_assistant.memori--avatar-customrpm .memori-website_assistant-layout .memori--powered-by {
|
|
283
|
+
right: auto;
|
|
284
|
+
left: 1rem;
|
|
285
|
+
justify-content: flex-start;
|
|
286
|
+
text-align: left;
|
|
287
|
+
transform: none;
|
|
277
288
|
}
|
|
278
289
|
|
|
279
290
|
/* ============================================
|
|
@@ -18,12 +18,103 @@
|
|
|
18
18
|
gap: var(--memori-spacing-lg);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
.memori-widget.memori-layout-fullpage > .memori-spin > .memori--powered-by {
|
|
22
|
+
top: auto;
|
|
23
|
+
right: auto;
|
|
24
|
+
bottom: 25%;
|
|
25
|
+
left: 8%;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/* 3D avatar: pin “Powered by” to the corner so it clears the figure */
|
|
29
|
+
.memori-widget.memori-layout-fullpage.memori--avatar-readyplayerme > .memori-spin > .memori--powered-by,
|
|
30
|
+
.memori-widget.memori-layout-fullpage.memori--avatar-readyplayerme-full > .memori-spin > .memori--powered-by,
|
|
31
|
+
.memori-widget.memori-layout-fullpage.memori--avatar-customglb > .memori-spin > .memori--powered-by,
|
|
32
|
+
.memori-widget.memori-layout-fullpage.memori--avatar-customrpm > .memori-spin > .memori--powered-by {
|
|
33
|
+
bottom: 1rem;
|
|
34
|
+
left: 1rem;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/* Header spacing + fullpage chrome (brand + actions bar) */
|
|
22
38
|
.memori-widget.memori-layout-fullpage .memori-chat-layout--header {
|
|
23
39
|
min-width: 100%;
|
|
24
40
|
flex-shrink: 0;
|
|
41
|
+
padding: var(--memori-spacing-sm) var(--memori-spacing-md);
|
|
42
|
+
border: 0.5px solid color-mix(in srgb, var(--memori-text-color, #111827) 14%, transparent);
|
|
25
43
|
border-radius: var(--memori-radius-box);
|
|
26
|
-
margin-bottom: var(--memori-spacing-
|
|
44
|
+
margin-bottom: var(--memori-spacing-md);
|
|
45
|
+
background: var(--memori-main-background, rgba(255, 255, 255, 0.85));
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-header-row,
|
|
49
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-row {
|
|
50
|
+
display: flex;
|
|
51
|
+
width: 100%;
|
|
52
|
+
min-height: 44px;
|
|
53
|
+
align-items: center;
|
|
54
|
+
justify-content: space-between;
|
|
55
|
+
gap: var(--memori-spacing-md);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-header-brand,
|
|
59
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-brand {
|
|
60
|
+
display: inline-flex;
|
|
61
|
+
min-width: 0;
|
|
62
|
+
flex-shrink: 0;
|
|
63
|
+
align-items: center;
|
|
64
|
+
gap: 0.625rem;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-header-brand-icon,
|
|
68
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-brand-icon {
|
|
69
|
+
display: block;
|
|
70
|
+
width: 32px;
|
|
71
|
+
height: 32px;
|
|
72
|
+
flex-shrink: 0;
|
|
73
|
+
border-radius: 50%;
|
|
74
|
+
background: linear-gradient(145deg, #6d28d9 0%, #534ab7 52%, #4338ca 100%);
|
|
75
|
+
box-shadow: 0 1px 4px rgba(109, 40, 217, 0.35);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-brand-icon--avatar {
|
|
79
|
+
flex-shrink: 0;
|
|
80
|
+
border: 0;
|
|
81
|
+
background: none;
|
|
82
|
+
box-shadow: 0 1px 4px rgba(109, 40, 217, 0.2);
|
|
83
|
+
object-fit: cover;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-header-brand-name,
|
|
87
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-brand-name {
|
|
88
|
+
overflow: hidden;
|
|
89
|
+
color: var(--memori-text-color, #1f2937);
|
|
90
|
+
font-size: 1.125rem;
|
|
91
|
+
font-weight: 700;
|
|
92
|
+
letter-spacing: -0.02em;
|
|
93
|
+
line-height: 1.2;
|
|
94
|
+
text-overflow: ellipsis;
|
|
95
|
+
white-space: nowrap;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-header-actions,
|
|
99
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-actions {
|
|
100
|
+
display: flex;
|
|
101
|
+
min-width: 0;
|
|
102
|
+
flex: 1;
|
|
103
|
+
align-items: center;
|
|
104
|
+
justify-content: flex-end;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/* CHAT: title block a sinistra, controlli allineati a destra */
|
|
108
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-row {
|
|
109
|
+
justify-content: flex-end;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-brand {
|
|
113
|
+
margin-right: auto;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-actions {
|
|
117
|
+
flex: 0 1 auto;
|
|
27
118
|
}
|
|
28
119
|
|
|
29
120
|
/* Grid: main + left column (avatar) */
|
|
@@ -96,12 +187,27 @@
|
|
|
96
187
|
line-height: var(--memori-text-line-relaxed);
|
|
97
188
|
}
|
|
98
189
|
|
|
99
|
-
/*
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
190
|
+
/* Fullpage: Memori brand lives in the header; no footer watermark. */
|
|
191
|
+
|
|
192
|
+
/* FullPage + dark: main surface on inputs (ancestor or widget may carry data-theme). */
|
|
193
|
+
.memori-widget.memori-layout-fullpage[data-theme='dark'] .memori-chat-inputs,
|
|
194
|
+
[data-theme='dark'] .memori-widget.memori-layout-fullpage .memori-chat-inputs {
|
|
195
|
+
background-color: var(--memori-main-background);
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.memori-widget.memori-layout-fullpage[data-theme='dark'] .memori-chat-textarea,
|
|
199
|
+
[data-theme='dark'] .memori-widget.memori-layout-fullpage .memori-chat-textarea {
|
|
200
|
+
background-color: var(--memori-main-background);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.memori-widget.memori-layout-fullpage[data-theme='dark'] .memori-chat-textarea--inner,
|
|
204
|
+
[data-theme='dark'] .memori-widget.memori-layout-fullpage .memori-chat-textarea--inner {
|
|
205
|
+
background-color: var(--memori-main-background);
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.memori-widget.memori-layout-fullpage[data-theme='dark'] textarea.memori-chat-textarea--input,
|
|
209
|
+
[data-theme='dark'] .memori-widget.memori-layout-fullpage textarea.memori-chat-textarea--input {
|
|
210
|
+
background-color: var(--memori-main-background);
|
|
105
211
|
}
|
|
106
212
|
|
|
107
213
|
@media (max-width: 870px) {
|
|
@@ -128,4 +234,39 @@
|
|
|
128
234
|
.memori-widget.memori-layout-fullpage .memori-chat-layout--controls {
|
|
129
235
|
padding: var(--memori-spacing-xs);
|
|
130
236
|
}
|
|
237
|
+
|
|
238
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-header-row,
|
|
239
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-row {
|
|
240
|
+
flex-wrap: wrap;
|
|
241
|
+
align-items: flex-start;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.memori-widget.memori-layout-fullpage .memori-fullpage-header-actions,
|
|
245
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-actions {
|
|
246
|
+
flex: 1 1 100%;
|
|
247
|
+
justify-content: flex-end;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
/* CHAT: keep agent title + toolbar on one row on small phones */
|
|
251
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-row {
|
|
252
|
+
flex-wrap: nowrap;
|
|
253
|
+
align-items: center;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.memori-widget.memori-layout-chat .memori-fullpage-header-actions {
|
|
257
|
+
min-width: 0;
|
|
258
|
+
flex: 1 1 auto;
|
|
259
|
+
flex-wrap: nowrap;
|
|
260
|
+
justify-content: flex-end;
|
|
261
|
+
-webkit-overflow-scrolling: touch;
|
|
262
|
+
overflow-x: auto;
|
|
263
|
+
overflow-y: hidden;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.memori-widget.memori-layout-chat
|
|
267
|
+
.memori-fullpage-header-actions
|
|
268
|
+
.memori-header.memori-header--fullpage {
|
|
269
|
+
min-width: 0;
|
|
270
|
+
flex-wrap: nowrap;
|
|
271
|
+
}
|
|
131
272
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const MemoriIcon = (props) => (_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: [_jsxs("defs", { children: [_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 " }), _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: [_jsx("stop", { offset: 0.18, stopColor: "#9ad2d5", id: "stop1" }), _jsx("stop", { offset: 0.32, stopColor: "#26b5cb", id: "stop2" }), _jsx("stop", { offset: 0.38, stopColor: "#379cbe", id: "stop3" }), _jsx("stop", { offset: 0.46, stopColor: "#4c7eb0", id: "stop4" }), _jsx("stop", { offset: 0.55, stopColor: "#5d66a4", id: "stop5" }), _jsx("stop", { offset: 0.65, stopColor: "#69569c", id: "stop6" }), _jsx("stop", { offset: 0.76, stopColor: "#704c97", id: "stop7" }), _jsx("stop", { offset: 0.89, stopColor: "#734996", id: "stop8" })] })] }), _jsxs("g", { id: "g13", transform: "translate(-304.65445,-80.16)", children: [_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" }), _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" }), _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" }), _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" }), _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" }), _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" })] }), _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: {
|
|
3
|
+
fill: 'url(#Sfumatura_senza_nome_6)',
|
|
4
|
+
} })] }));
|
|
5
|
+
export default MemoriIcon;
|
|
6
|
+
//# 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,eACE,SAAS,EAAC,gBAAgB,EAC1B,KAAK,EAAE,GAAG,EACV,MAAM,EAAE,GAAG,EACX,IAAI,EAAC,cAAc,EACnB,OAAO,EAAC,yBAAyB,gBACtB,WAAW,KAClB,KAAK,aAET,2BACE,0BAEI,wOAAwO,GAEpO,EACR,0BACE,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,eAAM,MAAM,EAAE,IAAI,EAAE,SAAS,EAAC,SAAS,EAAC,EAAE,EAAC,OAAO,GAAG,EACrD,eAAM,MAAM,EAAE,IAAI,EAAE,SAAS,EAAC,SAAS,EAAC,EAAE,EAAC,OAAO,GAAG,EACrD,eAAM,MAAM,EAAE,IAAI,EAAE,SAAS,EAAC,SAAS,EAAC,EAAE,EAAC,OAAO,GAAG,EACrD,eAAM,MAAM,EAAE,IAAI,EAAE,SAAS,EAAC,SAAS,EAAC,EAAE,EAAC,OAAO,GAAG,EACrD,eAAM,MAAM,EAAE,IAAI,EAAE,SAAS,EAAC,SAAS,EAAC,EAAE,EAAC,OAAO,GAAG,EACrD,eAAM,MAAM,EAAE,IAAI,EAAE,SAAS,EAAC,SAAS,EAAC,EAAE,EAAC,OAAO,GAAG,EACrD,eAAM,MAAM,EAAE,IAAI,EAAE,SAAS,EAAC,SAAS,EAAC,EAAE,EAAC,OAAO,GAAG,EACrD,eAAM,MAAM,EAAE,IAAI,EAAE,SAAS,EAAC,SAAS,EAAC,EAAE,EAAC,OAAO,GAAG,IACtC,IACZ,EACP,aAAG,EAAE,EAAC,KAAK,EAAC,SAAS,EAAC,8BAA8B,aAClD,eACE,SAAS,EAAC,OAAO,EACjB,CAAC,EAAC,4gBAA4gB,EAC9gB,EAAE,EAAC,OAAO,GACV,EACF,eACE,SAAS,EAAC,OAAO,EACjB,CAAC,EAAC,0UAA0U,EAC5U,EAAE,EAAC,OAAO,GACV,EACF,eACE,SAAS,EAAC,OAAO,EACjB,CAAC,EAAC,4gBAA4gB,EAC9gB,EAAE,EAAC,QAAQ,GACX,EACF,eACE,SAAS,EAAC,OAAO,EACjB,CAAC,EAAC,oVAAoV,EACtV,EAAE,EAAC,QAAQ,GACX,EACF,eACE,SAAS,EAAC,OAAO,EACjB,CAAC,EAAC,keAAke,EACpe,EAAE,EAAC,QAAQ,GACX,EACF,eACE,SAAS,EAAC,OAAO,EACjB,CAAC,EAAC,4JAA4J,EAC9J,EAAE,EAAC,QAAQ,GACX,IACA,EACJ,eACE,SAAS,EAAC,OAAO,EACjB,CAAC,EAAC,88GAA88G,EACh9G,EAAE,EAAC,QAAQ,EACX,KAAK,EAAE;gBACL,IAAI,EAAE,8BAA8B;aACrC,GACD,IACE,CACP,CAAC;AACF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const DocumentIcon = (props) => (_jsx("svg", { width: "800px", height: "800px", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 1C4.34315 1 3 2.34315 3 4V20C3 21.6569 4.34315 23 6 23H18C19.6569 23 21 21.6569 21 20V8.82843C21 8.03278 20.6839 7.26972 20.1213 6.70711L15.2929 1.87868C14.7303 1.31607 13.9672 1 13.1716 1H6ZM5 4C5 3.44772 5.44772 3 6 3H12V8C12 9.10457 12.8954 10 14 10H19V20C19 20.5523 18.5523 21 18 21H6C5.44772 21 5 20.5523 5 20V4ZM18.5858 8L14 3.41421V8H18.5858Z", fill: "#0F0F0F" }) }));
|
|
3
|
+
export default DocumentIcon;
|
|
4
|
+
//# sourceMappingURL=DocumentIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentIcon.js","sourceRoot":"","sources":["../../../src/icons/artifacts/DocumentIcon.tsx"],"names":[],"mappings":";AACA,MAAM,YAAY,GAAG,CAAC,KAAoC,EAAE,EAAE,CAAC,CAC7D,cACE,KAAK,EAAC,OAAO,EACb,MAAM,EAAC,OAAO,EACd,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,KAC9B,KAAK,YAET,eACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,kWAAkW,EACpW,IAAI,EAAC,SAAS,GACd,GACE,CACP,CAAC;AACF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const HtmlIcon = (props) => (_jsxs("svg", { height: 800, width: 800, id: "_x32_", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 512 512", xmlSpace: "preserve", ...props, children: [_jsx("style", { type: "text/css", children: '\n\t.st0{fill:#000000;}\n' }), _jsxs("g", { children: [_jsx("path", { className: "st0", d: "M378.413,0H208.297h-13.182L185.8,9.314L57.02,138.102l-9.314,9.314v13.176v265.514 c0,47.36,38.528,85.895,85.896,85.895h244.811c47.353,0,85.881-38.535,85.881-85.895V85.896C464.294,38.528,425.766,0,378.413,0z M432.497,426.105c0,29.877-24.214,54.091-54.084,54.091H133.602c-29.884,0-54.098-24.214-54.098-54.091V160.591h83.716 c24.885,0,45.077-20.178,45.077-45.07V31.804h170.116c29.87,0,54.084,24.214,54.084,54.092V426.105z" }), _jsx("path", { className: "st0", d: "M163.164,253.19c-5.097,0-8.867,3.652-8.867,9.482v23.453c0,0.489-0.251,0.734-0.726,0.734h-26.993 c-0.475,0-0.726-0.245-0.726-0.734v-23.453c0-5.831-3.771-9.482-8.868-9.482c-5.222,0-8.993,3.652-8.993,9.482v65.144 c0,5.83,3.645,9.475,8.868,9.475c5.111,0,8.993-3.645,8.993-9.475v-24.305c0-0.489,0.251-0.734,0.726-0.734h26.993 c0.475,0,0.726,0.244,0.726,0.734v24.305c0,5.83,3.77,9.475,8.867,9.475c5.223,0,8.993-3.645,8.993-9.475v-65.144 C172.157,256.841,168.387,253.19,163.164,253.19z" }), _jsx("path", { className: "st0", d: "M235.249,253.923h-47.284c-5.46,0-8.993,3.282-8.993,8.023c0,4.615,3.533,7.897,8.993,7.897h13.978 c0.488,0,0.726,0.244,0.726,0.726v57.247c0,5.711,3.771,9.475,8.882,9.475c5.223,0,8.993-3.764,8.993-9.475v-57.247 c0-0.482,0.237-0.726,0.726-0.726h13.978c5.46,0,8.993-3.282,8.993-7.897C244.242,257.204,240.709,253.923,235.249,253.923z" }), _jsx("path", { className: "st0", d: "M318.253,253.19c-5.348,0-8.267,2.919-10.934,9.238l-17.26,39.862h-0.489l-17.623-39.862 c-2.794-6.319-5.712-9.238-11.06-9.238c-5.948,0-9.845,4.134-9.845,10.697v64.781c0,5.467,3.408,8.623,8.268,8.623 c4.622,0,8.029-3.156,8.029-8.623v-39.868h0.6l12.89,29.653c2.541,5.837,4.608,7.541,8.742,7.541c4.133,0,6.2-1.704,8.756-7.541 l12.764-29.653h0.601v39.868c0,5.467,3.281,8.623,8.141,8.623c4.874,0,8.156-3.156,8.156-8.623v-64.781 C327.987,257.323,324.216,253.19,318.253,253.19z" }), _jsx("path", { className: "st0", d: "M389.36,320.645h-29.408c-0.489,0-0.726-0.244-0.726-0.734v-57.24c0-5.712-3.77-9.482-8.867-9.482 c-5.237,0-8.993,3.77-8.993,9.482v64.899c0,5.349,3.518,8.993,8.993,8.993h39.002c5.475,0,8.994-3.282,8.994-8.022 C398.354,323.926,394.835,320.645,389.36,320.645z" })] })] }));
|
|
3
|
+
export default HtmlIcon;
|
|
4
|
+
//# sourceMappingURL=HtmlIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HtmlIcon.js","sourceRoot":"","sources":["../../../src/icons/artifacts/HtmlIcon.tsx"],"names":[],"mappings":";AACA,MAAM,QAAQ,GAAG,CAAC,KAAoC,EAAE,EAAE,CAAC,CACzD,eACE,MAAM,EAAE,GAAG,EACX,KAAK,EAAE,GAAG,EACV,EAAE,EAAC,OAAO,EACV,KAAK,EAAC,4BAA4B,EAClC,UAAU,EAAC,8BAA8B,EACzC,OAAO,EAAC,aAAa,EACrB,QAAQ,EAAC,UAAU,KACf,KAAK,aAET,gBAAO,IAAI,EAAC,UAAU,YAAE,2BAA2B,GAAS,EAC5D,wBACE,eACE,SAAS,EAAC,KAAK,EACf,CAAC,EAAC,oaAAoa,GACta,EACF,eACE,SAAS,EAAC,KAAK,EACf,CAAC,EAAC,geAAge,GACle,EACF,eACE,SAAS,EAAC,KAAK,EACf,CAAC,EAAC,yUAAyU,GAC3U,EACF,eACE,SAAS,EAAC,KAAK,EACf,CAAC,EAAC,sdAAsd,GACxd,EACF,eACE,SAAS,EAAC,KAAK,EACf,CAAC,EAAC,gQAAgQ,GAClQ,IACA,IACA,CACP,CAAC;AACF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const JavascriptIcon = (props) => (_jsx("svg", { width: 800, height: 800, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.29289 1.29289C9.48043 1.10536 9.73478 1 10 1H18C19.6569 1 21 2.34315 21 4V9C21 9.55228 20.5523 10 20 10C19.4477 10 19 9.55228 19 9V4C19 3.44772 18.5523 3 18 3H11V8C11 8.55228 10.5523 9 10 9H5V20C5 20.5523 5.44772 21 6 21H7C7.55228 21 8 21.4477 8 22C8 22.5523 7.55228 23 7 23H6C4.34315 23 3 21.6569 3 20V8C3 7.73478 3.10536 7.48043 3.29289 7.29289L9.29289 1.29289ZM6.41421 7H9V4.41421L6.41421 7ZM16 14.75C16 13.2312 17.2312 12 18.75 12H21C21.5523 12 22 12.4477 22 13C22 13.5523 21.5523 14 21 14H18.75C18.3358 14 18 14.3358 18 14.75C18 15.1642 18.3358 15.5 18.75 15.5H19.25C20.7688 15.5 22 16.7312 22 18.25C22 19.7688 20.7688 21 19.25 21H17C16.4477 21 16 20.5523 16 20C16 19.4477 16.4477 19 17 19H19.25C19.6642 19 20 18.6642 20 18.25C20 17.8358 19.6642 17.5 19.25 17.5H18.75C17.2312 17.5 16 16.2688 16 14.75ZM15 13C15 12.4477 14.5523 12 14 12C13.4477 12 13 12.4477 13 13V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V17.6667C11 17.1144 10.5523 16.6667 10 16.6667C9.44772 16.6667 9 17.1144 9 17.6667V18C9 19.6569 10.3431 21 12 21C13.6569 21 15 19.6569 15 18V13Z", fill: "#000000" }) }));
|
|
3
|
+
export default JavascriptIcon;
|
|
4
|
+
//# sourceMappingURL=JavascriptIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JavascriptIcon.js","sourceRoot":"","sources":["../../../src/icons/artifacts/JavascriptIcon.tsx"],"names":[],"mappings":";AACA,MAAM,cAAc,GAAG,CAAC,KAAoC,EAAE,EAAE,CAAC,CAC/D,cACE,KAAK,EAAE,GAAG,EACV,MAAM,EAAE,GAAG,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,KAC9B,KAAK,YAET,eACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,ojCAAojC,EACtjC,IAAI,EAAC,SAAS,GACd,GACE,CACP,CAAC;AACF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const MarkdownIcon = (props) => (_jsx("svg", { width: 800, height: 800, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8C0 5.79086 1.79086 4 4 4H20C22.2091 4 24 5.79086 24 8V16C24 18.2091 22.2091 20 20 20H4C1.79086 20 0 18.2091 0 16V8ZM4 6C2.89543 6 2 6.89543 2 8V16C2 17.1046 2.89543 18 4 18H20C21.1046 18 22 17.1046 22 16V8C22 6.89543 21.1046 6 20 6H4ZM5.68377 8.05132C6.09211 7.9152 6.54174 8.05566 6.8 8.4L9 11.3333L11.2 8.4C11.4583 8.05566 11.9079 7.9152 12.3162 8.05132C12.7246 8.18743 13 8.56957 13 9V15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15V12L9.8 13.6C9.61115 13.8518 9.31476 14 9 14C8.68524 14 8.38885 13.8518 8.2 13.6L7 12V15C7 15.5523 6.55228 16 6 16C5.44772 16 5 15.5523 5 15V9C5 8.56957 5.27543 8.18743 5.68377 8.05132ZM18 9C18 8.44772 17.5523 8 17 8C16.4477 8 16 8.44772 16 9V12.5858L15.7071 12.2929C15.3166 11.9024 14.6834 11.9024 14.2929 12.2929C13.9024 12.6834 13.9024 13.3166 14.2929 13.7071L16.2929 15.7071C16.6834 16.0976 17.3166 16.0976 17.7071 15.7071L19.7071 13.7071C20.0976 13.3166 20.0976 12.6834 19.7071 12.2929C19.3166 11.9024 18.6834 11.9024 18.2929 12.2929L18 12.5858V9Z", fill: "#000000" }) }));
|
|
3
|
+
export default MarkdownIcon;
|
|
4
|
+
//# sourceMappingURL=MarkdownIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MarkdownIcon.js","sourceRoot":"","sources":["../../../src/icons/artifacts/MarkdownIcon.tsx"],"names":[],"mappings":";AACA,MAAM,YAAY,GAAG,CAAC,KAAoC,EAAE,EAAE,CAAC,CAC7D,cACE,KAAK,EAAE,GAAG,EACV,MAAM,EAAE,GAAG,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,KAC9B,KAAK,YAET,eACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,4+BAA4+B,EAC9+B,IAAI,EAAC,SAAS,GACd,GACE,CACP,CAAC;AACF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const PythonIcon = (props) => (_jsx("svg", { width: 800, height: 800, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { d: "M5.79 1.574h3.866c.14 0 .252.11.252.246v5.186a.25.25 0 01-.252.246H6.344c-.975 0-1.766.77-1.766 1.72v1.162a.25.25 0 01-.253.243H1.867a.25.25 0 01-.253-.246V6.177a.25.25 0 01.252-.246H7.98c.418 0 .757-.33.757-.737a.747.747 0 00-.757-.738H5.537V1.82a.25.25 0 01.253-.246zm5.632 2.592V1.82c0-.95-.79-1.72-1.766-1.72H5.79c-.976 0-1.767.77-1.767 1.72v2.636H1.867C.89 4.456.1 5.226.1 6.176v3.955c0 .95.79 1.72 1.766 1.72h2.46c.085 0 .17-.006.252-.017v2.346c0 .95.79 1.72 1.766 1.72h3.866c.976 0 1.767-.77 1.767-1.72v-2.636h2.156c.976 0 1.767-.77 1.767-1.72V5.868c0-.95-.79-1.72-1.767-1.72h-2.458c-.086 0-.17.005-.253.017zm-5.33 5.974V8.994a.25.25 0 01.252-.246h3.312c.976 0 1.766-.77 1.766-1.72V5.866a.25.25 0 01.253-.243h2.458c.14 0 .253.11.253.246v3.954a.25.25 0 01-.252.246H8.02a.747.747 0 00-.757.737c0 .408.339.738.757.738h2.442v2.636a.25.25 0 01-.253.246H6.344a.25.25 0 01-.252-.246v-4.04z", fill: "#000000" }) }));
|
|
3
|
+
export default PythonIcon;
|
|
4
|
+
//# sourceMappingURL=PythonIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PythonIcon.js","sourceRoot":"","sources":["../../../src/icons/artifacts/PythonIcon.tsx"],"names":[],"mappings":";AACA,MAAM,UAAU,GAAG,CAAC,KAAoC,EAAE,EAAE,CAAC,CAC3D,cACE,KAAK,EAAE,GAAG,EACV,MAAM,EAAE,GAAG,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,KAC9B,KAAK,YAET,eACE,CAAC,EAAC,23BAA23B,EAC73B,IAAI,EAAC,SAAS,GACd,GACE,CACP,CAAC;AACF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgIcon = (props) => (_jsxs("svg", { height: 800, width: 800, id: "_x32_", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 512 512", xmlSpace: "preserve", ...props, children: [_jsx("style", { type: "text/css", children: '\n\t.st0{fill:#000000;}\n' }), _jsxs("g", { children: [_jsx("path", { className: "st0", d: "M378.409,0H208.294h-13.176l-9.314,9.315L57.017,138.101l-9.314,9.315v13.176v265.513 c0,47.36,38.528,85.896,85.895,85.896h244.811c47.361,0,85.888-38.535,85.888-85.896V85.896C464.297,38.528,425.77,0,378.409,0z M432.493,426.104c0,29.877-24.214,54.091-54.084,54.091H133.598c-29.877,0-54.091-24.214-54.091-54.091V160.592h83.717 c24.884,0,45.07-20.179,45.07-45.071V31.804h170.114c29.87,0,54.084,24.214,54.084,54.091V426.104z" }), _jsx("path", { className: "st0", d: "M180.296,296.668l-4.846-0.67c-10.63-1.487-14.265-4.978-14.265-10.104c0-5.78,4.309-9.817,12.383-9.817 c5.653,0,11.305,1.62,15.745,3.764c1.886,0.942,3.903,1.487,5.789,1.487c4.845,0,8.612-3.63,8.612-8.616 c0-3.226-1.481-5.921-4.71-7.939c-5.384-3.372-15.476-6.06-25.572-6.06c-19.781,0-32.436,11.171-32.436,27.998 c0,16.15,10.232,24.898,28.938,27.454l4.846,0.67c10.903,1.48,14.129,4.846,14.129,10.229c0,6.326-5.247,10.766-14.939,10.766 c-6.727,0-12.111-1.745-19.645-5.921c-1.616-0.942-3.634-1.62-5.788-1.62c-5.115,0-8.885,3.91-8.885,8.756 c0,3.226,1.616,6.326,4.713,8.344c6.054,3.764,15.878,7.8,28.798,7.8c23.823,0,35.934-12.24,35.934-28.795 C209.097,307.84,199.273,299.356,180.296,296.668z" }), _jsx("path", { className: "st0", d: "M281.108,259.382c-4.577,0-7.939,2.43-9.556,7.674l-16.69,54.51h-0.402l-17.634-54.51 c-1.745-5.244-4.978-7.674-9.551-7.674c-5.653,0-9.692,4.176-9.692,9.287c0,1.347,0.269,2.834,0.67,4.175l23.286,68.104 c2.96,8.477,6.727,11.57,12.652,11.57c5.785,0,9.555-3.093,12.516-11.57l23.282-68.104c0.406-1.341,0.674-2.828,0.674-4.175 C290.664,263.558,286.76,259.382,281.108,259.382z" }), _jsx("path", { className: "st0", d: "M364.556,300.836h-18.841c-5.114,0-8.344,3.1-8.344,7.806c0,4.713,3.23,7.814,8.344,7.814h6.193 c0.538,0,0.803,0.258,0.803,0.803c0,3.505-0.265,6.598-1.075,9.014c-1.882,5.796-7.67,9.426-14.669,9.426 c-7.943,0-12.921-3.903-14.939-10.096c-1.075-3.365-1.48-7.8-1.48-19.648c0-11.842,0.405-16.15,1.48-19.516 c2.018-6.325,6.867-10.228,14.67-10.228c5.924,0,10.362,1.885,13.859,6.724c2.695,3.777,5.387,4.852,8.749,4.852 c4.981,0,9.021-3.638,9.021-8.888c0-2.151-0.674-4.035-1.752-5.921c-4.842-8.204-15.071-14.264-29.877-14.264 c-16.287,0-28.935,7.408-33.644,22.204c-2.022,6.466-2.559,11.576-2.559,25.038c0,13.454,0.538,18.573,2.559,25.031 c4.709,14.802,17.357,22.204,33.644,22.204c16.286,0,28.668-8.204,33.374-22.881c1.617-5.111,2.29-12.645,2.29-20.716v-0.95 C372.362,303.664,369.538,300.836,364.556,300.836z" })] })] }));
|
|
3
|
+
export default SvgIcon;
|
|
4
|
+
//# sourceMappingURL=SvgIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgIcon.js","sourceRoot":"","sources":["../../../src/icons/artifacts/SvgIcon.tsx"],"names":[],"mappings":";AACA,MAAM,OAAO,GAAG,CAAC,KAAoC,EAAE,EAAE,CAAC,CACxD,eACE,MAAM,EAAE,GAAG,EACX,KAAK,EAAE,GAAG,EACV,EAAE,EAAC,OAAO,EACV,KAAK,EAAC,4BAA4B,EAClC,UAAU,EAAC,8BAA8B,EACzC,OAAO,EAAC,aAAa,EACrB,QAAQ,EAAC,UAAU,KACf,KAAK,aAET,gBAAO,IAAI,EAAC,UAAU,YAAE,2BAA2B,GAAS,EAC5D,wBACE,eACE,SAAS,EAAC,KAAK,EACf,CAAC,EAAC,oaAAoa,GACta,EACF,eACE,SAAS,EAAC,KAAK,EACf,CAAC,EAAC,+qBAA+qB,GACjrB,EACF,eACE,SAAS,EAAC,KAAK,EACf,CAAC,EAAC,iXAAiX,GACnX,EACF,eACE,SAAS,EAAC,KAAK,EACf,CAAC,EAAC,6xBAA6xB,GAC/xB,IACA,IACA,CACP,CAAC;AACF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const XmlIcon = (props) => (_jsxs("svg", { height: 800, width: 800, id: "_x32_", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 512 512", xmlSpace: "preserve", ...props, children: [_jsx("style", { type: "text/css", children: '\n\t.st0{fill:#000000;}\n' }), _jsxs("g", { children: [_jsx("path", { className: "st0", d: "M378.406,0H208.29h-13.176l-9.314,9.314L57.013,138.102l-9.314,9.314v13.176v265.514 c0,47.36,38.528,85.895,85.895,85.895h244.812c47.368,0,85.895-38.535,85.895-85.895V85.896C464.301,38.528,425.773,0,378.406,0z M432.49,426.105c0,29.877-24.214,54.091-54.084,54.091H133.594c-29.877,0-54.091-24.214-54.091-54.091V160.591h83.717 c24.884,0,45.07-20.178,45.07-45.07V31.804h170.115c29.87,0,54.084,24.214,54.084,54.092V426.105z" }), _jsx("path", { className: "st0", d: "M178.002,297.743l21.051-30.701c1.361-2.032,2.032-4.07,2.032-6.109c0-5.027-3.938-8.965-9.37-8.965 c-3.394,0-6.11,1.494-8.281,4.754l-16.575,24.452h-0.265l-16.576-24.452c-2.172-3.26-4.888-4.754-8.281-4.754 c-5.432,0-9.37,3.938-9.37,8.965c0,2.039,0.67,4.077,2.031,6.109l20.919,30.701l-22.546,33.138 c-1.355,2.039-2.039,4.077-2.039,6.116c0,5.027,3.938,8.965,9.371,8.965c3.393,0,6.116-1.494,8.288-4.755l18.203-26.896h0.265 l18.203,26.896c2.171,3.261,4.894,4.755,8.287,4.755c5.432,0,9.37-3.938,9.37-8.965c0-2.039-0.677-4.078-2.039-6.116 L178.002,297.743z" }), _jsx("path", { className: "st0", d: "M291.016,251.968c-5.977,0-9.238,3.261-12.226,10.326l-19.284,44.547h-0.545l-19.697-44.547 c-3.121-7.066-6.382-10.326-12.358-10.326c-6.654,0-11.004,4.622-11.004,11.954v72.398c0,6.109,3.806,9.643,9.244,9.643 c5.153,0,8.958-3.534,8.958-9.643v-44.554h0.678l14.397,33.138c2.856,6.522,5.167,8.428,9.782,8.428 c4.615,0,6.927-1.906,9.782-8.428L283,291.766h0.684v44.554c0,6.109,3.666,9.643,9.098,9.643c5.432,0,9.098-3.534,9.098-9.643 v-72.398C301.88,256.59,297.67,251.968,291.016,251.968z" }), _jsx("path", { className: "st0", d: "M373.211,327.355h-32.873c-0.544,0-0.824-0.272-0.824-0.816V262.56c0-6.381-4.203-10.592-9.915-10.592 c-5.837,0-10.04,4.21-10.04,10.592v72.532c0,5.976,3.938,10.054,10.04,10.054h43.611c6.102,0,10.04-3.666,10.04-8.965 C383.251,331.02,379.313,327.355,373.211,327.355z" })] })] }));
|
|
3
|
+
export default XmlIcon;
|
|
4
|
+
//# sourceMappingURL=XmlIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"XmlIcon.js","sourceRoot":"","sources":["../../../src/icons/artifacts/XmlIcon.tsx"],"names":[],"mappings":";AACA,MAAM,OAAO,GAAG,CAAC,KAAoC,EAAE,EAAE,CAAC,CACxD,eACE,MAAM,EAAE,GAAG,EACX,KAAK,EAAE,GAAG,EACV,EAAE,EAAC,OAAO,EACV,KAAK,EAAC,4BAA4B,EAClC,UAAU,EAAC,8BAA8B,EACzC,OAAO,EAAC,aAAa,EACrB,QAAQ,EAAC,UAAU,KACf,KAAK,aAET,gBAAO,IAAI,EAAC,UAAU,YAAE,2BAA2B,GAAS,EAC5D,wBACE,eACE,SAAS,EAAC,KAAK,EACf,CAAC,EAAC,kaAAka,GACpa,EACF,eACE,SAAS,EAAC,KAAK,EACf,CAAC,EAAC,qiBAAqiB,GACviB,EACF,eACE,SAAS,EAAC,KAAK,EACf,CAAC,EAAC,geAAge,GACle,EACF,eACE,SAAS,EAAC,KAAK,EACf,CAAC,EAAC,uQAAuQ,GACzQ,IACA,IACA,CACP,CAAC;AACF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const CssIcon = (props) => (_jsxs("svg", { height: 800, width: 800, id: "_x32_", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 512 512", xmlSpace: "preserve", ...props, children: [_jsx("style", { type: "text/css", children: '\n\t.st0{fill:#000000;}\n' }), _jsxs("g", { children: [_jsx("path", { className: "st0", d: "M378.413,0H208.297h-13.182L185.8,9.314L57.02,138.102l-9.314,9.314v13.176v265.514 c0,47.36,38.528,85.895,85.896,85.895h244.811c47.353,0,85.881-38.535,85.881-85.895V85.896C464.294,38.528,425.766,0,378.413,0z M432.497,426.105c0,29.877-24.214,54.091-54.084,54.091H133.602c-29.884,0-54.098-24.214-54.098-54.091V160.591h83.716 c24.885,0,45.077-20.178,45.077-45.07V31.804h170.116c29.87,0,54.084,24.214,54.084,54.092V426.105z" }), _jsx("path", { className: "st0", d: "M169.574,268.949c5.837,0,9.104,2.171,12.499,6.786c2.709,3.805,5.432,5.167,8.825,5.167 c5.028,0,9.105-3.673,9.105-8.965c0-2.171-0.684-4.078-1.774-5.977c-4.622-8.288-14.802-14.669-28.655-14.669 c-16.171,0-28.124,7.603-33.012,22.685c-1.899,6.11-2.57,10.865-2.57,24.989c0,14.125,0.67,18.881,2.57,24.99 c4.888,15.081,16.841,22.685,33.012,22.685c13.853,0,24.033-6.382,28.655-14.67c1.09-1.899,1.774-3.805,1.774-5.976 c0-5.3-4.078-8.965-9.105-8.965c-3.393,0-6.116,1.361-8.825,5.16c-3.394,4.622-6.662,6.794-12.499,6.794 c-7.471,0-11.814-3.938-13.853-10.187c-1.089-3.393-1.494-6.654-1.494-19.83c0-13.175,0.406-16.436,1.494-19.829 C157.76,272.887,162.103,268.949,169.574,268.949z" }), _jsx("path", { className: "st0", d: "M255.149,289.595l-4.888-0.684c-10.725-1.494-14.398-5.02-14.398-10.187c0-5.837,4.343-9.915,12.498-9.915 c5.698,0,11.409,1.634,15.892,3.805c1.899,0.95,3.938,1.494,5.837,1.494c4.888,0,8.7-3.666,8.7-8.693 c0-3.261-1.494-5.977-4.762-8.016c-5.432-3.394-15.612-6.11-25.806-6.11c-19.97,0-32.733,11.269-32.733,28.25 c0,16.304,10.32,25.13,29.2,27.713l4.901,0.677c10.99,1.494,14.258,4.888,14.258,10.32c0,6.389-5.306,10.872-15.082,10.872 c-6.787,0-12.219-1.767-19.83-5.977c-1.634-0.956-3.672-1.634-5.837-1.634c-5.166,0-8.965,3.938-8.965,8.832 c0,3.254,1.634,6.382,4.748,8.42c6.116,3.799,16.031,7.876,29.074,7.876c24.032,0,36.266-12.358,36.266-29.067 C284.223,300.865,274.307,292.311,255.149,289.595z" }), _jsx("path", { className: "st0", d: "M338.697,289.595l-4.888-0.684c-10.738-1.494-14.398-5.02-14.398-10.187c0-5.837,4.344-9.915,12.484-9.915 c5.712,0,11.423,1.634,15.892,3.805c1.913,0.95,3.952,1.494,5.851,1.494c4.887,0,8.686-3.666,8.686-8.693 c0-3.261-1.494-5.977-4.748-8.016c-5.432-3.394-15.626-6.11-25.806-6.11c-19.969,0-32.733,11.269-32.733,28.25 c0,16.304,10.32,25.13,29.2,27.713l4.888,0.677c11.004,1.494,14.258,4.888,14.258,10.32c0,6.389-5.292,10.872-15.068,10.872 c-6.8,0-12.232-1.767-19.829-5.977c-1.634-0.956-3.673-1.634-5.851-1.634c-5.153,0-8.965,3.938-8.965,8.832 c0,3.254,1.634,6.382,4.762,8.42c6.117,3.799,16.032,7.876,29.06,7.876c24.047,0,36.266-12.358,36.266-29.067 C367.758,300.865,357.843,292.311,338.697,289.595z" })] })] }));
|
|
3
|
+
export default CssIcon;
|
|
4
|
+
//# sourceMappingURL=cssIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cssIcon.js","sourceRoot":"","sources":["../../../src/icons/artifacts/cssIcon.tsx"],"names":[],"mappings":";AACA,MAAM,OAAO,GAAG,CAAC,KAAoC,EAAE,EAAE,CAAC,CACxD,eACE,MAAM,EAAE,GAAG,EACX,KAAK,EAAE,GAAG,EACV,EAAE,EAAC,OAAO,EACV,KAAK,EAAC,4BAA4B,EAClC,UAAU,EAAC,8BAA8B,EACzC,OAAO,EAAC,aAAa,EACrB,QAAQ,EAAC,UAAU,KACf,KAAK,aAET,gBAAO,IAAI,EAAC,UAAU,YAAE,2BAA2B,GAAS,EAC5D,wBACE,eACE,SAAS,EAAC,KAAK,EACf,CAAC,EAAC,oaAAoa,GACta,EACF,eACE,SAAS,EAAC,KAAK,EACf,CAAC,EAAC,8pBAA8pB,GAChqB,EACF,eACE,SAAS,EAAC,KAAK,EACf,CAAC,EAAC,irBAAirB,GACnrB,EACF,eACE,SAAS,EAAC,KAAK,EACf,CAAC,EAAC,qrBAAqrB,GACvrB,IACA,IACA,CACP,CAAC;AACF,eAAe,OAAO,CAAC"}
|
package/esm/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "8.35.
|
|
1
|
+
export declare const version = "8.35.2";
|
package/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '8.35.
|
|
1
|
+
export const version = '8.35.2';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -82,6 +82,9 @@ const StartPanel: React.FC<Props> = ({
|
|
|
82
82
|
memori.description
|
|
83
83
|
);
|
|
84
84
|
|
|
85
|
+
const blockedUntilDate = new Date(memori.blockedUntil || Date.now());
|
|
86
|
+
const isMemoriBlocked = blockedUntilDate > new Date(Date.now());
|
|
87
|
+
|
|
85
88
|
const [showTranslation, setShowTranslation] = useState(true);
|
|
86
89
|
const toggleTranslations = () => {
|
|
87
90
|
setShowTranslation(show => !show);
|
|
@@ -332,7 +335,7 @@ const StartPanel: React.FC<Props> = ({
|
|
|
332
335
|
<Button
|
|
333
336
|
primary
|
|
334
337
|
disabled={
|
|
335
|
-
(
|
|
338
|
+
(isMemoriBlocked && !memori.isGiver) || notEnoughCredits
|
|
336
339
|
}
|
|
337
340
|
loading={clickedStart}
|
|
338
341
|
onClick={_e => {
|
|
@@ -371,7 +374,7 @@ const StartPanel: React.FC<Props> = ({
|
|
|
371
374
|
: t('write_and_speak.pageTryMeExplanation')}
|
|
372
375
|
</p>
|
|
373
376
|
|
|
374
|
-
{(
|
|
377
|
+
{(isMemoriBlocked || notEnoughCredits) && (
|
|
375
378
|
<BlockedMemoriBadge
|
|
376
379
|
memoriName={memori.name}
|
|
377
380
|
blockedUntil={memori.blockedUntil}
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// This file is auto-generated. Do not edit manually.
|
|
2
|
-
export const version = '8.35.
|
|
2
|
+
export const version = '8.35.2';
|