@aristobyte-ui/presets 1.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +70 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.mts +279 -0
- package/dist/index.d.ts +279 -0
- package/dist/index.js +1588 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +1484 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +153 -0
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,1484 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "./index.css";
|
|
3
|
+
|
|
4
|
+
// components/ActionButtons/index.tsx
|
|
5
|
+
import * as React from "react";
|
|
6
|
+
|
|
7
|
+
// components/ActionButtons/ActionButtons.module.scss
|
|
8
|
+
var ActionButtons_module_default = {};
|
|
9
|
+
|
|
10
|
+
// components/ActionButtons/index.tsx
|
|
11
|
+
import { createElement } from "react";
|
|
12
|
+
var IActionButtons = ({ ...props }) => {
|
|
13
|
+
const uniqId = React.useId();
|
|
14
|
+
return /* @__PURE__ */ createElement(
|
|
15
|
+
"div",
|
|
16
|
+
{
|
|
17
|
+
...props,
|
|
18
|
+
key: uniqId,
|
|
19
|
+
className: `action-buttons ${ActionButtons_module_default["action-buttons"]}`
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
// components/ActivityFeed/index.tsx
|
|
25
|
+
import * as React2 from "react";
|
|
26
|
+
|
|
27
|
+
// components/ActivityFeed/ActivityFeed.module.scss
|
|
28
|
+
var ActivityFeed_module_default = {};
|
|
29
|
+
|
|
30
|
+
// components/ActivityFeed/index.tsx
|
|
31
|
+
import { createElement as createElement2 } from "react";
|
|
32
|
+
var IActivityFeed = ({ ...props }) => {
|
|
33
|
+
const uniqId = React2.useId();
|
|
34
|
+
return /* @__PURE__ */ createElement2(
|
|
35
|
+
"div",
|
|
36
|
+
{
|
|
37
|
+
...props,
|
|
38
|
+
key: uniqId,
|
|
39
|
+
className: `activity-feed ${ActivityFeed_module_default["activity-feed"]}`
|
|
40
|
+
}
|
|
41
|
+
);
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
// components/AIAssistant/index.tsx
|
|
45
|
+
import * as React3 from "react";
|
|
46
|
+
|
|
47
|
+
// components/AIAssistant/AIAssistant.module.scss
|
|
48
|
+
var AIAssistant_module_default = {};
|
|
49
|
+
|
|
50
|
+
// components/AIAssistant/index.tsx
|
|
51
|
+
import { createElement as createElement3 } from "react";
|
|
52
|
+
var IAIAssistant = ({ ...props }) => {
|
|
53
|
+
const uniqId = React3.useId();
|
|
54
|
+
return /* @__PURE__ */ createElement3(
|
|
55
|
+
"div",
|
|
56
|
+
{
|
|
57
|
+
...props,
|
|
58
|
+
key: uniqId,
|
|
59
|
+
className: `ai-assistant ${AIAssistant_module_default["ai-assistant"]}`
|
|
60
|
+
}
|
|
61
|
+
);
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
// components/AnalyticsDashboard/index.tsx
|
|
65
|
+
import * as React4 from "react";
|
|
66
|
+
|
|
67
|
+
// components/AnalyticsDashboard/AnalyticsDashboard.module.scss
|
|
68
|
+
var AnalyticsDashboard_module_default = {};
|
|
69
|
+
|
|
70
|
+
// components/AnalyticsDashboard/index.tsx
|
|
71
|
+
import { createElement as createElement4 } from "react";
|
|
72
|
+
var IAnalyticsDashboard = ({
|
|
73
|
+
...props
|
|
74
|
+
}) => {
|
|
75
|
+
const uniqId = React4.useId();
|
|
76
|
+
return /* @__PURE__ */ createElement4(
|
|
77
|
+
"div",
|
|
78
|
+
{
|
|
79
|
+
...props,
|
|
80
|
+
key: uniqId,
|
|
81
|
+
className: `analytics-dashboard ${AnalyticsDashboard_module_default["analytics-dashboard"]}`
|
|
82
|
+
}
|
|
83
|
+
);
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
// components/BudgetTracker/index.tsx
|
|
87
|
+
import * as React5 from "react";
|
|
88
|
+
|
|
89
|
+
// components/BudgetTracker/BudgetTracker.module.scss
|
|
90
|
+
var BudgetTracker_module_default = {};
|
|
91
|
+
|
|
92
|
+
// components/BudgetTracker/index.tsx
|
|
93
|
+
import { createElement as createElement5 } from "react";
|
|
94
|
+
var IBudgetTracker = ({ ...props }) => {
|
|
95
|
+
const uniqId = React5.useId();
|
|
96
|
+
return /* @__PURE__ */ createElement5(
|
|
97
|
+
"div",
|
|
98
|
+
{
|
|
99
|
+
...props,
|
|
100
|
+
key: uniqId,
|
|
101
|
+
className: `budget-tracker ${BudgetTracker_module_default["budget-tracker"]}`
|
|
102
|
+
}
|
|
103
|
+
);
|
|
104
|
+
};
|
|
105
|
+
|
|
106
|
+
// components/CalendarWidget/index.tsx
|
|
107
|
+
import * as React6 from "react";
|
|
108
|
+
|
|
109
|
+
// components/CalendarWidget/CalendarWidget.module.scss
|
|
110
|
+
var CalendarWidget_module_default = {};
|
|
111
|
+
|
|
112
|
+
// components/CalendarWidget/index.tsx
|
|
113
|
+
import { createElement as createElement6 } from "react";
|
|
114
|
+
var ICalendarWidget = ({ ...props }) => {
|
|
115
|
+
const uniqId = React6.useId();
|
|
116
|
+
return /* @__PURE__ */ createElement6(
|
|
117
|
+
"div",
|
|
118
|
+
{
|
|
119
|
+
...props,
|
|
120
|
+
key: uniqId,
|
|
121
|
+
className: `calendar-widget ${CalendarWidget_module_default["calendar-widget"]}`
|
|
122
|
+
}
|
|
123
|
+
);
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
// components/ChatMessages/index.tsx
|
|
127
|
+
import * as React7 from "react";
|
|
128
|
+
|
|
129
|
+
// components/ChatMessages/ChatMessages.module.scss
|
|
130
|
+
var ChatMessages_module_default = {};
|
|
131
|
+
|
|
132
|
+
// components/ChatMessages/index.tsx
|
|
133
|
+
import { createElement as createElement7 } from "react";
|
|
134
|
+
var IChatMessages = ({ ...props }) => {
|
|
135
|
+
const uniqId = React7.useId();
|
|
136
|
+
return /* @__PURE__ */ createElement7(
|
|
137
|
+
"div",
|
|
138
|
+
{
|
|
139
|
+
...props,
|
|
140
|
+
key: uniqId,
|
|
141
|
+
className: `chat-messages ${ChatMessages_module_default["chat-messages"]}`
|
|
142
|
+
}
|
|
143
|
+
);
|
|
144
|
+
};
|
|
145
|
+
|
|
146
|
+
// components/CloudStorage/index.tsx
|
|
147
|
+
import * as React8 from "react";
|
|
148
|
+
|
|
149
|
+
// components/CloudStorage/CloudStorage.module.scss
|
|
150
|
+
var CloudStorage_module_default = {};
|
|
151
|
+
|
|
152
|
+
// components/CloudStorage/index.tsx
|
|
153
|
+
import { createElement as createElement8 } from "react";
|
|
154
|
+
var ICloudStorage = ({ ...props }) => {
|
|
155
|
+
const uniqId = React8.useId();
|
|
156
|
+
return /* @__PURE__ */ createElement8(
|
|
157
|
+
"div",
|
|
158
|
+
{
|
|
159
|
+
...props,
|
|
160
|
+
key: uniqId,
|
|
161
|
+
className: `cloud-storage ${CloudStorage_module_default["cloud-storage"]}`
|
|
162
|
+
}
|
|
163
|
+
);
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
// components/CodeEditor/index.tsx
|
|
167
|
+
import * as React9 from "react";
|
|
168
|
+
|
|
169
|
+
// components/CodeEditor/CodeEditor.module.scss
|
|
170
|
+
var CodeEditor_module_default = {};
|
|
171
|
+
|
|
172
|
+
// components/CodeEditor/index.tsx
|
|
173
|
+
import { createElement as createElement9 } from "react";
|
|
174
|
+
var ICodeEditor = ({ ...props }) => {
|
|
175
|
+
const uniqId = React9.useId();
|
|
176
|
+
return /* @__PURE__ */ createElement9(
|
|
177
|
+
"div",
|
|
178
|
+
{
|
|
179
|
+
...props,
|
|
180
|
+
key: uniqId,
|
|
181
|
+
className: `code-editor ${CodeEditor_module_default["code-editor"]}`
|
|
182
|
+
}
|
|
183
|
+
);
|
|
184
|
+
};
|
|
185
|
+
|
|
186
|
+
// components/CodeStats/index.tsx
|
|
187
|
+
import * as React10 from "react";
|
|
188
|
+
|
|
189
|
+
// components/CodeStats/CodeStats.module.scss
|
|
190
|
+
var CodeStats_module_default = {};
|
|
191
|
+
|
|
192
|
+
// components/CodeStats/index.tsx
|
|
193
|
+
import { createElement as createElement10 } from "react";
|
|
194
|
+
var ICodeStats = ({ ...props }) => {
|
|
195
|
+
const uniqId = React10.useId();
|
|
196
|
+
return /* @__PURE__ */ createElement10(
|
|
197
|
+
"div",
|
|
198
|
+
{
|
|
199
|
+
...props,
|
|
200
|
+
key: uniqId,
|
|
201
|
+
className: `code-stats ${CodeStats_module_default["code-stats"]}`
|
|
202
|
+
}
|
|
203
|
+
);
|
|
204
|
+
};
|
|
205
|
+
|
|
206
|
+
// components/ColorPaletteWidget/index.tsx
|
|
207
|
+
import * as React11 from "react";
|
|
208
|
+
|
|
209
|
+
// components/ColorPaletteWidget/ColorPaletteWidget.module.scss
|
|
210
|
+
var ColorPaletteWidget_module_default = {};
|
|
211
|
+
|
|
212
|
+
// components/ColorPaletteWidget/index.tsx
|
|
213
|
+
import { createElement as createElement11 } from "react";
|
|
214
|
+
var IColorPaletteWidget = ({
|
|
215
|
+
...props
|
|
216
|
+
}) => {
|
|
217
|
+
const uniqId = React11.useId();
|
|
218
|
+
return /* @__PURE__ */ createElement11(
|
|
219
|
+
"div",
|
|
220
|
+
{
|
|
221
|
+
...props,
|
|
222
|
+
key: uniqId,
|
|
223
|
+
className: `color-palette-widget ${ColorPaletteWidget_module_default["color-palette-widget"]}`
|
|
224
|
+
}
|
|
225
|
+
);
|
|
226
|
+
};
|
|
227
|
+
|
|
228
|
+
// components/ContactCard/index.tsx
|
|
229
|
+
import * as React12 from "react";
|
|
230
|
+
|
|
231
|
+
// components/ContactCard/ContactCard.module.scss
|
|
232
|
+
var ContactCard_module_default = {};
|
|
233
|
+
|
|
234
|
+
// components/ContactCard/index.tsx
|
|
235
|
+
import { createElement as createElement12 } from "react";
|
|
236
|
+
var IContactCard = ({ ...props }) => {
|
|
237
|
+
const uniqId = React12.useId();
|
|
238
|
+
return /* @__PURE__ */ createElement12(
|
|
239
|
+
"div",
|
|
240
|
+
{
|
|
241
|
+
...props,
|
|
242
|
+
key: uniqId,
|
|
243
|
+
className: `contact-card ${ContactCard_module_default["contact-card"]}`
|
|
244
|
+
}
|
|
245
|
+
);
|
|
246
|
+
};
|
|
247
|
+
|
|
248
|
+
// components/CryptocurrencyWidget/index.tsx
|
|
249
|
+
import * as React13 from "react";
|
|
250
|
+
|
|
251
|
+
// components/CryptocurrencyWidget/CryptocurrencyWidget.module.scss
|
|
252
|
+
var CryptocurrencyWidget_module_default = {};
|
|
253
|
+
|
|
254
|
+
// components/CryptocurrencyWidget/index.tsx
|
|
255
|
+
import { createElement as createElement13 } from "react";
|
|
256
|
+
var ICryptocurrencyWidget = ({
|
|
257
|
+
...props
|
|
258
|
+
}) => {
|
|
259
|
+
const uniqId = React13.useId();
|
|
260
|
+
return /* @__PURE__ */ createElement13(
|
|
261
|
+
"div",
|
|
262
|
+
{
|
|
263
|
+
...props,
|
|
264
|
+
key: uniqId,
|
|
265
|
+
className: `cryptocurrency-widget ${CryptocurrencyWidget_module_default["cryptocurrency-widget"]}`
|
|
266
|
+
}
|
|
267
|
+
);
|
|
268
|
+
};
|
|
269
|
+
|
|
270
|
+
// components/DatabaseWidget/index.tsx
|
|
271
|
+
import * as React14 from "react";
|
|
272
|
+
|
|
273
|
+
// components/DatabaseWidget/DatabaseWidget.module.scss
|
|
274
|
+
var DatabaseWidget_module_default = {};
|
|
275
|
+
|
|
276
|
+
// components/DatabaseWidget/index.tsx
|
|
277
|
+
import { createElement as createElement14 } from "react";
|
|
278
|
+
var IDatabaseWidget = ({ ...props }) => {
|
|
279
|
+
const uniqId = React14.useId();
|
|
280
|
+
return /* @__PURE__ */ createElement14(
|
|
281
|
+
"div",
|
|
282
|
+
{
|
|
283
|
+
...props,
|
|
284
|
+
key: uniqId,
|
|
285
|
+
className: `database-widget ${DatabaseWidget_module_default["database-widget"]}`
|
|
286
|
+
}
|
|
287
|
+
);
|
|
288
|
+
};
|
|
289
|
+
|
|
290
|
+
// components/DesignSystem/index.tsx
|
|
291
|
+
import * as React15 from "react";
|
|
292
|
+
|
|
293
|
+
// components/DesignSystem/DesignSystem.module.scss
|
|
294
|
+
var DesignSystem_module_default = {};
|
|
295
|
+
|
|
296
|
+
// components/DesignSystem/index.tsx
|
|
297
|
+
import { createElement as createElement15 } from "react";
|
|
298
|
+
var IDesignSystem = ({ ...props }) => {
|
|
299
|
+
const uniqId = React15.useId();
|
|
300
|
+
return /* @__PURE__ */ createElement15(
|
|
301
|
+
"div",
|
|
302
|
+
{
|
|
303
|
+
...props,
|
|
304
|
+
key: uniqId,
|
|
305
|
+
className: `design-system ${DesignSystem_module_default["design-system"]}`
|
|
306
|
+
}
|
|
307
|
+
);
|
|
308
|
+
};
|
|
309
|
+
|
|
310
|
+
// components/DeviceStatus/index.tsx
|
|
311
|
+
import * as React16 from "react";
|
|
312
|
+
|
|
313
|
+
// components/DeviceStatus/DeviceStatus.module.scss
|
|
314
|
+
var DeviceStatus_module_default = {};
|
|
315
|
+
|
|
316
|
+
// components/DeviceStatus/index.tsx
|
|
317
|
+
import { createElement as createElement16 } from "react";
|
|
318
|
+
var IDeviceStatus = ({ ...props }) => {
|
|
319
|
+
const uniqId = React16.useId();
|
|
320
|
+
return /* @__PURE__ */ createElement16(
|
|
321
|
+
"div",
|
|
322
|
+
{
|
|
323
|
+
...props,
|
|
324
|
+
key: uniqId,
|
|
325
|
+
className: `device-status ${DeviceStatus_module_default["device-status"]}`
|
|
326
|
+
}
|
|
327
|
+
);
|
|
328
|
+
};
|
|
329
|
+
|
|
330
|
+
// components/DocumentScanner/index.tsx
|
|
331
|
+
import * as React17 from "react";
|
|
332
|
+
|
|
333
|
+
// components/DocumentScanner/DocumentScanner.module.scss
|
|
334
|
+
var DocumentScanner_module_default = {};
|
|
335
|
+
|
|
336
|
+
// components/DocumentScanner/index.tsx
|
|
337
|
+
import { createElement as createElement17 } from "react";
|
|
338
|
+
var IDocumentScanner = ({ ...props }) => {
|
|
339
|
+
const uniqId = React17.useId();
|
|
340
|
+
return /* @__PURE__ */ createElement17(
|
|
341
|
+
"div",
|
|
342
|
+
{
|
|
343
|
+
...props,
|
|
344
|
+
key: uniqId,
|
|
345
|
+
className: `document-scanner ${DocumentScanner_module_default["document-scanner"]}`
|
|
346
|
+
}
|
|
347
|
+
);
|
|
348
|
+
};
|
|
349
|
+
|
|
350
|
+
// components/EmailDashboard/index.tsx
|
|
351
|
+
import * as React18 from "react";
|
|
352
|
+
|
|
353
|
+
// components/EmailDashboard/EmailDashboard.module.scss
|
|
354
|
+
var EmailDashboard_module_default = {};
|
|
355
|
+
|
|
356
|
+
// components/EmailDashboard/index.tsx
|
|
357
|
+
import { createElement as createElement18 } from "react";
|
|
358
|
+
var IEmailDashboard = ({ ...props }) => {
|
|
359
|
+
const uniqId = React18.useId();
|
|
360
|
+
return /* @__PURE__ */ createElement18(
|
|
361
|
+
"div",
|
|
362
|
+
{
|
|
363
|
+
...props,
|
|
364
|
+
key: uniqId,
|
|
365
|
+
className: `email-dashboard ${EmailDashboard_module_default["email-dashboard"]}`
|
|
366
|
+
}
|
|
367
|
+
);
|
|
368
|
+
};
|
|
369
|
+
|
|
370
|
+
// components/EnergyMeter/index.tsx
|
|
371
|
+
import * as React19 from "react";
|
|
372
|
+
|
|
373
|
+
// components/EnergyMeter/EnergyMeter.module.scss
|
|
374
|
+
var EnergyMeter_module_default = {};
|
|
375
|
+
|
|
376
|
+
// components/EnergyMeter/index.tsx
|
|
377
|
+
import { createElement as createElement19 } from "react";
|
|
378
|
+
var IEnergyMeter = ({ ...props }) => {
|
|
379
|
+
const uniqId = React19.useId();
|
|
380
|
+
return /* @__PURE__ */ createElement19(
|
|
381
|
+
"div",
|
|
382
|
+
{
|
|
383
|
+
...props,
|
|
384
|
+
key: uniqId,
|
|
385
|
+
className: `energy-meter ${EnergyMeter_module_default["energy-meter"]}`
|
|
386
|
+
}
|
|
387
|
+
);
|
|
388
|
+
};
|
|
389
|
+
|
|
390
|
+
// components/FileManager/index.tsx
|
|
391
|
+
import * as React20 from "react";
|
|
392
|
+
|
|
393
|
+
// components/FileManager/FileManager.module.scss
|
|
394
|
+
var FileManager_module_default = {};
|
|
395
|
+
|
|
396
|
+
// components/FileManager/index.tsx
|
|
397
|
+
import { createElement as createElement20 } from "react";
|
|
398
|
+
var IFileManager = ({ ...props }) => {
|
|
399
|
+
const uniqId = React20.useId();
|
|
400
|
+
return /* @__PURE__ */ createElement20(
|
|
401
|
+
"div",
|
|
402
|
+
{
|
|
403
|
+
...props,
|
|
404
|
+
key: uniqId,
|
|
405
|
+
className: `file-manager ${FileManager_module_default["file-manager"]}`
|
|
406
|
+
}
|
|
407
|
+
);
|
|
408
|
+
};
|
|
409
|
+
|
|
410
|
+
// components/FileUploadArea/index.tsx
|
|
411
|
+
import * as React21 from "react";
|
|
412
|
+
|
|
413
|
+
// components/FileUploadArea/FileUploadArea.module.scss
|
|
414
|
+
var FileUploadArea_module_default = {};
|
|
415
|
+
|
|
416
|
+
// components/FileUploadArea/index.tsx
|
|
417
|
+
import { createElement as createElement21 } from "react";
|
|
418
|
+
var IFileUploadArea = ({ ...props }) => {
|
|
419
|
+
const uniqId = React21.useId();
|
|
420
|
+
return /* @__PURE__ */ createElement21(
|
|
421
|
+
"div",
|
|
422
|
+
{
|
|
423
|
+
...props,
|
|
424
|
+
key: uniqId,
|
|
425
|
+
className: `file-upload-area ${FileUploadArea_module_default["file-upload-area"]}`
|
|
426
|
+
}
|
|
427
|
+
);
|
|
428
|
+
};
|
|
429
|
+
|
|
430
|
+
// components/FitnessTracker/index.tsx
|
|
431
|
+
import * as React22 from "react";
|
|
432
|
+
|
|
433
|
+
// components/FitnessTracker/FitnessTracker.module.scss
|
|
434
|
+
var FitnessTracker_module_default = {};
|
|
435
|
+
|
|
436
|
+
// components/FitnessTracker/index.tsx
|
|
437
|
+
import { createElement as createElement22 } from "react";
|
|
438
|
+
var IFitnessTracker = ({ ...props }) => {
|
|
439
|
+
const uniqId = React22.useId();
|
|
440
|
+
return /* @__PURE__ */ createElement22(
|
|
441
|
+
"div",
|
|
442
|
+
{
|
|
443
|
+
...props,
|
|
444
|
+
key: uniqId,
|
|
445
|
+
className: `fitness-tracker ${FitnessTracker_module_default["fitness-tracker"]}`
|
|
446
|
+
}
|
|
447
|
+
);
|
|
448
|
+
};
|
|
449
|
+
|
|
450
|
+
// components/GamingControllerWidget/index.tsx
|
|
451
|
+
import * as React23 from "react";
|
|
452
|
+
|
|
453
|
+
// components/GamingControllerWidget/GamingControllerWidget.module.scss
|
|
454
|
+
var GamingControllerWidget_module_default = {};
|
|
455
|
+
|
|
456
|
+
// components/GamingControllerWidget/index.tsx
|
|
457
|
+
import { createElement as createElement23 } from "react";
|
|
458
|
+
var IGamingControllerWidget = ({
|
|
459
|
+
...props
|
|
460
|
+
}) => {
|
|
461
|
+
const uniqId = React23.useId();
|
|
462
|
+
return /* @__PURE__ */ createElement23(
|
|
463
|
+
"div",
|
|
464
|
+
{
|
|
465
|
+
...props,
|
|
466
|
+
key: uniqId,
|
|
467
|
+
className: `gaming-controller-widget ${GamingControllerWidget_module_default["gaming-controller-widget"]}`
|
|
468
|
+
}
|
|
469
|
+
);
|
|
470
|
+
};
|
|
471
|
+
|
|
472
|
+
// components/HabitTracker/index.tsx
|
|
473
|
+
import * as React24 from "react";
|
|
474
|
+
|
|
475
|
+
// components/HabitTracker/HabitTracker.module.scss
|
|
476
|
+
var HabitTracker_module_default = {};
|
|
477
|
+
|
|
478
|
+
// components/HabitTracker/index.tsx
|
|
479
|
+
import { createElement as createElement24 } from "react";
|
|
480
|
+
var IHabitTracker = ({ ...props }) => {
|
|
481
|
+
const uniqId = React24.useId();
|
|
482
|
+
return /* @__PURE__ */ createElement24(
|
|
483
|
+
"div",
|
|
484
|
+
{
|
|
485
|
+
...props,
|
|
486
|
+
key: uniqId,
|
|
487
|
+
className: `habit-tracker ${HabitTracker_module_default["habit-tracker"]}`
|
|
488
|
+
}
|
|
489
|
+
);
|
|
490
|
+
};
|
|
491
|
+
|
|
492
|
+
// components/HealthMonitor/index.tsx
|
|
493
|
+
import * as React25 from "react";
|
|
494
|
+
|
|
495
|
+
// components/HealthMonitor/HealthMonitor.module.scss
|
|
496
|
+
var HealthMonitor_module_default = {};
|
|
497
|
+
|
|
498
|
+
// components/HealthMonitor/index.tsx
|
|
499
|
+
import { createElement as createElement25 } from "react";
|
|
500
|
+
var IHealthMonitor = ({ ...props }) => {
|
|
501
|
+
const uniqId = React25.useId();
|
|
502
|
+
return /* @__PURE__ */ createElement25(
|
|
503
|
+
"div",
|
|
504
|
+
{
|
|
505
|
+
...props,
|
|
506
|
+
key: uniqId,
|
|
507
|
+
className: `health-monitor ${HealthMonitor_module_default["health-monitor"]}`
|
|
508
|
+
}
|
|
509
|
+
);
|
|
510
|
+
};
|
|
511
|
+
|
|
512
|
+
// components/IdeaBulbWidget/index.tsx
|
|
513
|
+
import * as React26 from "react";
|
|
514
|
+
|
|
515
|
+
// components/IdeaBulbWidget/IdeaBulbWidget.module.scss
|
|
516
|
+
var IdeaBulbWidget_module_default = {};
|
|
517
|
+
|
|
518
|
+
// components/IdeaBulbWidget/index.tsx
|
|
519
|
+
import { createElement as createElement26 } from "react";
|
|
520
|
+
var IIdeaBulbWidget = ({ ...props }) => {
|
|
521
|
+
const uniqId = React26.useId();
|
|
522
|
+
return /* @__PURE__ */ createElement26(
|
|
523
|
+
"div",
|
|
524
|
+
{
|
|
525
|
+
...props,
|
|
526
|
+
key: uniqId,
|
|
527
|
+
className: `idea-bulb-widget ${IdeaBulbWidget_module_default["idea-bulb-widget"]}`
|
|
528
|
+
}
|
|
529
|
+
);
|
|
530
|
+
};
|
|
531
|
+
|
|
532
|
+
// components/InspirationWidget/index.tsx
|
|
533
|
+
import * as React27 from "react";
|
|
534
|
+
|
|
535
|
+
// components/InspirationWidget/InspirationWidget.module.scss
|
|
536
|
+
var InspirationWidget_module_default = {};
|
|
537
|
+
|
|
538
|
+
// components/InspirationWidget/index.tsx
|
|
539
|
+
import { createElement as createElement27 } from "react";
|
|
540
|
+
var IInspirationWidget = ({
|
|
541
|
+
...props
|
|
542
|
+
}) => {
|
|
543
|
+
const uniqId = React27.useId();
|
|
544
|
+
return /* @__PURE__ */ createElement27(
|
|
545
|
+
"div",
|
|
546
|
+
{
|
|
547
|
+
...props,
|
|
548
|
+
key: uniqId,
|
|
549
|
+
className: `inspiration-widget ${InspirationWidget_module_default["inspiration-widget"]}`
|
|
550
|
+
}
|
|
551
|
+
);
|
|
552
|
+
};
|
|
553
|
+
|
|
554
|
+
// components/LanguageLearning/index.tsx
|
|
555
|
+
import * as React28 from "react";
|
|
556
|
+
|
|
557
|
+
// components/LanguageLearning/LanguageLearning.module.scss
|
|
558
|
+
var LanguageLearning_module_default = {};
|
|
559
|
+
|
|
560
|
+
// components/LanguageLearning/index.tsx
|
|
561
|
+
import { createElement as createElement28 } from "react";
|
|
562
|
+
var ILanguageLearning = ({
|
|
563
|
+
...props
|
|
564
|
+
}) => {
|
|
565
|
+
const uniqId = React28.useId();
|
|
566
|
+
return /* @__PURE__ */ createElement28(
|
|
567
|
+
"div",
|
|
568
|
+
{
|
|
569
|
+
...props,
|
|
570
|
+
key: uniqId,
|
|
571
|
+
className: `language-learning ${LanguageLearning_module_default["language-learning"]}`
|
|
572
|
+
}
|
|
573
|
+
);
|
|
574
|
+
};
|
|
575
|
+
|
|
576
|
+
// components/LayerStackWidget/index.tsx
|
|
577
|
+
import * as React29 from "react";
|
|
578
|
+
|
|
579
|
+
// components/LayerStackWidget/LayerStackWidget.module.scss
|
|
580
|
+
var LayerStackWidget_module_default = {};
|
|
581
|
+
|
|
582
|
+
// components/LayerStackWidget/index.tsx
|
|
583
|
+
import { createElement as createElement29 } from "react";
|
|
584
|
+
var ILayerStackWidget = ({
|
|
585
|
+
...props
|
|
586
|
+
}) => {
|
|
587
|
+
const uniqId = React29.useId();
|
|
588
|
+
return /* @__PURE__ */ createElement29(
|
|
589
|
+
"div",
|
|
590
|
+
{
|
|
591
|
+
...props,
|
|
592
|
+
key: uniqId,
|
|
593
|
+
className: `layer-stack-widget ${LayerStackWidget_module_default["layer-stack-widget"]}`
|
|
594
|
+
}
|
|
595
|
+
);
|
|
596
|
+
};
|
|
597
|
+
|
|
598
|
+
// components/MediaControls/index.tsx
|
|
599
|
+
import * as React30 from "react";
|
|
600
|
+
|
|
601
|
+
// components/MediaControls/MediaControls.module.scss
|
|
602
|
+
var MediaControls_module_default = {};
|
|
603
|
+
|
|
604
|
+
// components/MediaControls/index.tsx
|
|
605
|
+
import { createElement as createElement30 } from "react";
|
|
606
|
+
var IMediaControls = ({ ...props }) => {
|
|
607
|
+
const uniqId = React30.useId();
|
|
608
|
+
return /* @__PURE__ */ createElement30(
|
|
609
|
+
"div",
|
|
610
|
+
{
|
|
611
|
+
...props,
|
|
612
|
+
key: uniqId,
|
|
613
|
+
className: `media-controls ${MediaControls_module_default["media-controls"]}`
|
|
614
|
+
}
|
|
615
|
+
);
|
|
616
|
+
};
|
|
617
|
+
|
|
618
|
+
// components/MiniMenu/index.tsx
|
|
619
|
+
import * as React31 from "react";
|
|
620
|
+
|
|
621
|
+
// components/MiniMenu/MiniMenu.module.scss
|
|
622
|
+
var MiniMenu_module_default = {};
|
|
623
|
+
|
|
624
|
+
// components/MiniMenu/index.tsx
|
|
625
|
+
import { createElement as createElement31 } from "react";
|
|
626
|
+
var IMiniMenu = ({ ...props }) => {
|
|
627
|
+
const uniqId = React31.useId();
|
|
628
|
+
return /* @__PURE__ */ createElement31(
|
|
629
|
+
"div",
|
|
630
|
+
{
|
|
631
|
+
...props,
|
|
632
|
+
key: uniqId,
|
|
633
|
+
className: `mini-menu ${MiniMenu_module_default["mini-menu"]}`
|
|
634
|
+
}
|
|
635
|
+
);
|
|
636
|
+
};
|
|
637
|
+
|
|
638
|
+
// components/MouseTracker/index.tsx
|
|
639
|
+
import * as React32 from "react";
|
|
640
|
+
|
|
641
|
+
// components/MouseTracker/MouseTracker.module.scss
|
|
642
|
+
var MouseTracker_module_default = {};
|
|
643
|
+
|
|
644
|
+
// components/MouseTracker/index.tsx
|
|
645
|
+
import { createElement as createElement32 } from "react";
|
|
646
|
+
var IMouseTracker = ({ ...props }) => {
|
|
647
|
+
const uniqId = React32.useId();
|
|
648
|
+
return /* @__PURE__ */ createElement32(
|
|
649
|
+
"div",
|
|
650
|
+
{
|
|
651
|
+
...props,
|
|
652
|
+
key: uniqId,
|
|
653
|
+
className: `mouse-tracker ${MouseTracker_module_default["mouse-tracker"]}`
|
|
654
|
+
}
|
|
655
|
+
);
|
|
656
|
+
};
|
|
657
|
+
|
|
658
|
+
// components/MusicPlayer/index.tsx
|
|
659
|
+
import * as React33 from "react";
|
|
660
|
+
|
|
661
|
+
// components/MusicPlayer/MusicPlayer.module.scss
|
|
662
|
+
var MusicPlayer_module_default = {};
|
|
663
|
+
|
|
664
|
+
// components/MusicPlayer/index.tsx
|
|
665
|
+
import { createElement as createElement33 } from "react";
|
|
666
|
+
var IMusicPlayer = ({ ...props }) => {
|
|
667
|
+
const uniqId = React33.useId();
|
|
668
|
+
return /* @__PURE__ */ createElement33(
|
|
669
|
+
"div",
|
|
670
|
+
{
|
|
671
|
+
...props,
|
|
672
|
+
key: uniqId,
|
|
673
|
+
className: `music-player ${MusicPlayer_module_default["music-player"]}`
|
|
674
|
+
}
|
|
675
|
+
);
|
|
676
|
+
};
|
|
677
|
+
|
|
678
|
+
// components/MusicProduction/index.tsx
|
|
679
|
+
import * as React34 from "react";
|
|
680
|
+
|
|
681
|
+
// components/MusicProduction/MusicProduction.module.scss
|
|
682
|
+
var MusicProduction_module_default = {};
|
|
683
|
+
|
|
684
|
+
// components/MusicProduction/index.tsx
|
|
685
|
+
import { createElement as createElement34 } from "react";
|
|
686
|
+
var IMusicProduction = ({ ...props }) => {
|
|
687
|
+
const uniqId = React34.useId();
|
|
688
|
+
return /* @__PURE__ */ createElement34(
|
|
689
|
+
"div",
|
|
690
|
+
{
|
|
691
|
+
...props,
|
|
692
|
+
key: uniqId,
|
|
693
|
+
className: `music-production ${MusicProduction_module_default["music-production"]}`
|
|
694
|
+
}
|
|
695
|
+
);
|
|
696
|
+
};
|
|
697
|
+
|
|
698
|
+
// components/NatureWidget/index.tsx
|
|
699
|
+
import * as React35 from "react";
|
|
700
|
+
|
|
701
|
+
// components/NatureWidget/NatureWidget.module.scss
|
|
702
|
+
var NatureWidget_module_default = {};
|
|
703
|
+
|
|
704
|
+
// components/NatureWidget/index.tsx
|
|
705
|
+
import { createElement as createElement35 } from "react";
|
|
706
|
+
var INatureWidget = ({ ...props }) => {
|
|
707
|
+
const uniqId = React35.useId();
|
|
708
|
+
return /* @__PURE__ */ createElement35(
|
|
709
|
+
"div",
|
|
710
|
+
{
|
|
711
|
+
...props,
|
|
712
|
+
key: uniqId,
|
|
713
|
+
className: `nature-widget ${NatureWidget_module_default["nature-widget"]}`
|
|
714
|
+
}
|
|
715
|
+
);
|
|
716
|
+
};
|
|
717
|
+
|
|
718
|
+
// components/NavigationPills/index.tsx
|
|
719
|
+
import * as React36 from "react";
|
|
720
|
+
|
|
721
|
+
// components/NavigationPills/NavigationPills.module.scss
|
|
722
|
+
var NavigationPills_module_default = {};
|
|
723
|
+
|
|
724
|
+
// components/NavigationPills/index.tsx
|
|
725
|
+
import { createElement as createElement36 } from "react";
|
|
726
|
+
var INavigationPills = ({ ...props }) => {
|
|
727
|
+
const uniqId = React36.useId();
|
|
728
|
+
return /* @__PURE__ */ createElement36(
|
|
729
|
+
"div",
|
|
730
|
+
{
|
|
731
|
+
...props,
|
|
732
|
+
key: uniqId,
|
|
733
|
+
className: `navigation-pills ${NavigationPills_module_default["navigation-pills"]}`
|
|
734
|
+
}
|
|
735
|
+
);
|
|
736
|
+
};
|
|
737
|
+
|
|
738
|
+
// components/NetworkStatus/index.tsx
|
|
739
|
+
import * as React37 from "react";
|
|
740
|
+
|
|
741
|
+
// components/NetworkStatus/NetworkStatus.module.scss
|
|
742
|
+
var NetworkStatus_module_default = {};
|
|
743
|
+
|
|
744
|
+
// components/NetworkStatus/index.tsx
|
|
745
|
+
import { createElement as createElement37 } from "react";
|
|
746
|
+
var INetworkStatus = ({ ...props }) => {
|
|
747
|
+
const uniqId = React37.useId();
|
|
748
|
+
return /* @__PURE__ */ createElement37(
|
|
749
|
+
"div",
|
|
750
|
+
{
|
|
751
|
+
...props,
|
|
752
|
+
key: uniqId,
|
|
753
|
+
className: `network-status ${NetworkStatus_module_default["network-status"]}`
|
|
754
|
+
}
|
|
755
|
+
);
|
|
756
|
+
};
|
|
757
|
+
|
|
758
|
+
// components/NotificationBadges/index.tsx
|
|
759
|
+
import * as React38 from "react";
|
|
760
|
+
|
|
761
|
+
// components/NotificationBadges/NotificationBadges.module.scss
|
|
762
|
+
var NotificationBadges_module_default = {};
|
|
763
|
+
|
|
764
|
+
// components/NotificationBadges/index.tsx
|
|
765
|
+
import { createElement as createElement38 } from "react";
|
|
766
|
+
var INotificationBadges = ({
|
|
767
|
+
...props
|
|
768
|
+
}) => {
|
|
769
|
+
const uniqId = React38.useId();
|
|
770
|
+
return /* @__PURE__ */ createElement38(
|
|
771
|
+
"div",
|
|
772
|
+
{
|
|
773
|
+
...props,
|
|
774
|
+
key: uniqId,
|
|
775
|
+
className: `notification-badges ${NotificationBadges_module_default["notification-badges"]}`
|
|
776
|
+
}
|
|
777
|
+
);
|
|
778
|
+
};
|
|
779
|
+
|
|
780
|
+
// components/NotificationCards/index.tsx
|
|
781
|
+
import * as React39 from "react";
|
|
782
|
+
|
|
783
|
+
// components/NotificationCards/NotificationCards.module.scss
|
|
784
|
+
var NotificationCards_module_default = {};
|
|
785
|
+
|
|
786
|
+
// components/NotificationCards/index.tsx
|
|
787
|
+
import { createElement as createElement39 } from "react";
|
|
788
|
+
var INotificationCards = ({
|
|
789
|
+
...props
|
|
790
|
+
}) => {
|
|
791
|
+
const uniqId = React39.useId();
|
|
792
|
+
return /* @__PURE__ */ createElement39(
|
|
793
|
+
"div",
|
|
794
|
+
{
|
|
795
|
+
...props,
|
|
796
|
+
key: uniqId,
|
|
797
|
+
className: `notification-cards ${NotificationCards_module_default["notification-cards"]}`
|
|
798
|
+
}
|
|
799
|
+
);
|
|
800
|
+
};
|
|
801
|
+
|
|
802
|
+
// components/OfficeBuildingWidget/index.tsx
|
|
803
|
+
import * as React40 from "react";
|
|
804
|
+
|
|
805
|
+
// components/OfficeBuildingWidget/OfficeBuildingWidget.module.scss
|
|
806
|
+
var OfficeBuildingWidget_module_default = {};
|
|
807
|
+
|
|
808
|
+
// components/OfficeBuildingWidget/index.tsx
|
|
809
|
+
import { createElement as createElement40 } from "react";
|
|
810
|
+
var IOfficeBuildingWidget = ({
|
|
811
|
+
...props
|
|
812
|
+
}) => {
|
|
813
|
+
const uniqId = React40.useId();
|
|
814
|
+
return /* @__PURE__ */ createElement40(
|
|
815
|
+
"div",
|
|
816
|
+
{
|
|
817
|
+
...props,
|
|
818
|
+
key: uniqId,
|
|
819
|
+
className: `office-building-widget ${OfficeBuildingWidget_module_default["office-building-widget"]}`
|
|
820
|
+
}
|
|
821
|
+
);
|
|
822
|
+
};
|
|
823
|
+
|
|
824
|
+
// components/PasswordManager/index.tsx
|
|
825
|
+
import * as React41 from "react";
|
|
826
|
+
|
|
827
|
+
// components/PasswordManager/PasswordManager.module.scss
|
|
828
|
+
var PasswordManager_module_default = {};
|
|
829
|
+
|
|
830
|
+
// components/PasswordManager/index.tsx
|
|
831
|
+
import { createElement as createElement41 } from "react";
|
|
832
|
+
var IPasswordManager = ({ ...props }) => {
|
|
833
|
+
const uniqId = React41.useId();
|
|
834
|
+
return /* @__PURE__ */ createElement41(
|
|
835
|
+
"div",
|
|
836
|
+
{
|
|
837
|
+
...props,
|
|
838
|
+
key: uniqId,
|
|
839
|
+
className: `password-manager ${PasswordManager_module_default["password-manager"]}`
|
|
840
|
+
}
|
|
841
|
+
);
|
|
842
|
+
};
|
|
843
|
+
|
|
844
|
+
// components/PhotoEditor/index.tsx
|
|
845
|
+
import * as React42 from "react";
|
|
846
|
+
|
|
847
|
+
// components/PhotoEditor/PhotoEditor.module.scss
|
|
848
|
+
var PhotoEditor_module_default = {};
|
|
849
|
+
|
|
850
|
+
// components/PhotoEditor/index.tsx
|
|
851
|
+
import { createElement as createElement42 } from "react";
|
|
852
|
+
var IPhotoEditor = ({ ...props }) => {
|
|
853
|
+
const uniqId = React42.useId();
|
|
854
|
+
return /* @__PURE__ */ createElement42(
|
|
855
|
+
"div",
|
|
856
|
+
{
|
|
857
|
+
...props,
|
|
858
|
+
key: uniqId,
|
|
859
|
+
className: `photo-editor ${PhotoEditor_module_default["photo-editor"]}`
|
|
860
|
+
}
|
|
861
|
+
);
|
|
862
|
+
};
|
|
863
|
+
|
|
864
|
+
// components/PomodoroTimer/index.tsx
|
|
865
|
+
import * as React43 from "react";
|
|
866
|
+
|
|
867
|
+
// components/PomodoroTimer/PomodoroTimer.module.scss
|
|
868
|
+
var PomodoroTimer_module_default = {};
|
|
869
|
+
|
|
870
|
+
// components/PomodoroTimer/index.tsx
|
|
871
|
+
import { createElement as createElement43 } from "react";
|
|
872
|
+
var IPomodoroTimer = ({ ...props }) => {
|
|
873
|
+
const uniqId = React43.useId();
|
|
874
|
+
return /* @__PURE__ */ createElement43(
|
|
875
|
+
"div",
|
|
876
|
+
{
|
|
877
|
+
...props,
|
|
878
|
+
key: uniqId,
|
|
879
|
+
className: `pomodoro-timer ${PomodoroTimer_module_default["pomodoro-timer"]}`
|
|
880
|
+
}
|
|
881
|
+
);
|
|
882
|
+
};
|
|
883
|
+
|
|
884
|
+
// components/PricingCard/index.tsx
|
|
885
|
+
import * as React44 from "react";
|
|
886
|
+
|
|
887
|
+
// components/PricingCard/PricingCard.module.scss
|
|
888
|
+
var PricingCard_module_default = {};
|
|
889
|
+
|
|
890
|
+
// components/PricingCard/index.tsx
|
|
891
|
+
import { createElement as createElement44 } from "react";
|
|
892
|
+
var IPricingCard = ({ ...props }) => {
|
|
893
|
+
const uniqId = React44.useId();
|
|
894
|
+
return /* @__PURE__ */ createElement44(
|
|
895
|
+
"div",
|
|
896
|
+
{
|
|
897
|
+
...props,
|
|
898
|
+
key: uniqId,
|
|
899
|
+
className: `pricing-card ${PricingCard_module_default["pricing-card"]}`
|
|
900
|
+
}
|
|
901
|
+
);
|
|
902
|
+
};
|
|
903
|
+
|
|
904
|
+
// components/ProfileBadge/index.tsx
|
|
905
|
+
import * as React45 from "react";
|
|
906
|
+
|
|
907
|
+
// components/ProfileBadge/ProfileBadge.module.scss
|
|
908
|
+
var ProfileBadge_module_default = {};
|
|
909
|
+
|
|
910
|
+
// components/ProfileBadge/index.tsx
|
|
911
|
+
import { createElement as createElement45 } from "react";
|
|
912
|
+
var IProfileBadge = ({ ...props }) => {
|
|
913
|
+
const uniqId = React45.useId();
|
|
914
|
+
return /* @__PURE__ */ createElement45(
|
|
915
|
+
"div",
|
|
916
|
+
{
|
|
917
|
+
...props,
|
|
918
|
+
key: uniqId,
|
|
919
|
+
className: `profile-badge ${ProfileBadge_module_default["profile-badge"]}`
|
|
920
|
+
}
|
|
921
|
+
);
|
|
922
|
+
};
|
|
923
|
+
|
|
924
|
+
// components/ProgressTracker/index.tsx
|
|
925
|
+
import * as React46 from "react";
|
|
926
|
+
|
|
927
|
+
// components/ProgressTracker/ProgressTracker.module.scss
|
|
928
|
+
var ProgressTracker_module_default = {};
|
|
929
|
+
|
|
930
|
+
// components/ProgressTracker/index.tsx
|
|
931
|
+
import { createElement as createElement46 } from "react";
|
|
932
|
+
var IProgressTracker = ({ ...props }) => {
|
|
933
|
+
const uniqId = React46.useId();
|
|
934
|
+
return /* @__PURE__ */ createElement46(
|
|
935
|
+
"div",
|
|
936
|
+
{
|
|
937
|
+
...props,
|
|
938
|
+
key: uniqId,
|
|
939
|
+
className: `progress-tracker ${ProgressTracker_module_default["progress-tracker"]}`
|
|
940
|
+
}
|
|
941
|
+
);
|
|
942
|
+
};
|
|
943
|
+
|
|
944
|
+
// components/QuickActions/index.tsx
|
|
945
|
+
import * as React47 from "react";
|
|
946
|
+
|
|
947
|
+
// components/QuickActions/QuickActions.module.scss
|
|
948
|
+
var QuickActions_module_default = {};
|
|
949
|
+
|
|
950
|
+
// components/QuickActions/index.tsx
|
|
951
|
+
import { createElement as createElement47 } from "react";
|
|
952
|
+
var IQuickActions = ({ ...props }) => {
|
|
953
|
+
const uniqId = React47.useId();
|
|
954
|
+
return /* @__PURE__ */ createElement47(
|
|
955
|
+
"div",
|
|
956
|
+
{
|
|
957
|
+
...props,
|
|
958
|
+
key: uniqId,
|
|
959
|
+
className: `quick-actions ${QuickActions_module_default["quick-actions"]}`
|
|
960
|
+
}
|
|
961
|
+
);
|
|
962
|
+
};
|
|
963
|
+
|
|
964
|
+
// components/QuickStats/index.tsx
|
|
965
|
+
import * as React48 from "react";
|
|
966
|
+
|
|
967
|
+
// components/QuickStats/QuickStats.module.scss
|
|
968
|
+
var QuickStats_module_default = {};
|
|
969
|
+
|
|
970
|
+
// components/QuickStats/index.tsx
|
|
971
|
+
import { createElement as createElement48 } from "react";
|
|
972
|
+
var IQuickStats = ({ ...props }) => {
|
|
973
|
+
const uniqId = React48.useId();
|
|
974
|
+
return /* @__PURE__ */ createElement48(
|
|
975
|
+
"div",
|
|
976
|
+
{
|
|
977
|
+
...props,
|
|
978
|
+
key: uniqId,
|
|
979
|
+
className: `quick-stats ${QuickStats_module_default["quick-stats"]}`
|
|
980
|
+
}
|
|
981
|
+
);
|
|
982
|
+
};
|
|
983
|
+
|
|
984
|
+
// components/ReadingProgress/index.tsx
|
|
985
|
+
import * as React49 from "react";
|
|
986
|
+
|
|
987
|
+
// components/ReadingProgress/ReadingProgress.module.scss
|
|
988
|
+
var ReadingProgress_module_default = {};
|
|
989
|
+
|
|
990
|
+
// components/ReadingProgress/index.tsx
|
|
991
|
+
import { createElement as createElement49 } from "react";
|
|
992
|
+
var IReadingProgress = ({ ...props }) => {
|
|
993
|
+
const uniqId = React49.useId();
|
|
994
|
+
return /* @__PURE__ */ createElement49(
|
|
995
|
+
"div",
|
|
996
|
+
{
|
|
997
|
+
...props,
|
|
998
|
+
key: uniqId,
|
|
999
|
+
className: `reading-progress ${ReadingProgress_module_default["reading-progress"]}`
|
|
1000
|
+
}
|
|
1001
|
+
);
|
|
1002
|
+
};
|
|
1003
|
+
|
|
1004
|
+
// components/RecipeFinder/index.tsx
|
|
1005
|
+
import * as React50 from "react";
|
|
1006
|
+
|
|
1007
|
+
// components/RecipeFinder/RecipeFinder.module.scss
|
|
1008
|
+
var RecipeFinder_module_default = {};
|
|
1009
|
+
|
|
1010
|
+
// components/RecipeFinder/index.tsx
|
|
1011
|
+
import { createElement as createElement50 } from "react";
|
|
1012
|
+
var IRecipeFinder = ({ ...props }) => {
|
|
1013
|
+
const uniqId = React50.useId();
|
|
1014
|
+
return /* @__PURE__ */ createElement50(
|
|
1015
|
+
"div",
|
|
1016
|
+
{
|
|
1017
|
+
...props,
|
|
1018
|
+
key: uniqId,
|
|
1019
|
+
className: `recipe-finder ${RecipeFinder_module_default["recipe-finder"]}`
|
|
1020
|
+
}
|
|
1021
|
+
);
|
|
1022
|
+
};
|
|
1023
|
+
|
|
1024
|
+
// components/RocketLaunchWidget/index.tsx
|
|
1025
|
+
import * as React51 from "react";
|
|
1026
|
+
|
|
1027
|
+
// components/RocketLaunchWidget/RocketLaunchWidget.module.scss
|
|
1028
|
+
var RocketLaunchWidget_module_default = {};
|
|
1029
|
+
|
|
1030
|
+
// components/RocketLaunchWidget/index.tsx
|
|
1031
|
+
import { createElement as createElement51 } from "react";
|
|
1032
|
+
var IRocketLaunchWidget = ({
|
|
1033
|
+
...props
|
|
1034
|
+
}) => {
|
|
1035
|
+
const uniqId = React51.useId();
|
|
1036
|
+
return /* @__PURE__ */ createElement51(
|
|
1037
|
+
"div",
|
|
1038
|
+
{
|
|
1039
|
+
...props,
|
|
1040
|
+
key: uniqId,
|
|
1041
|
+
className: `rocket-launch-widget ${RocketLaunchWidget_module_default["rocket-launch-widget"]}`
|
|
1042
|
+
}
|
|
1043
|
+
);
|
|
1044
|
+
};
|
|
1045
|
+
|
|
1046
|
+
// components/SettingsPanel/index.tsx
|
|
1047
|
+
import * as React52 from "react";
|
|
1048
|
+
|
|
1049
|
+
// components/SettingsPanel/SettingsPanel.module.scss
|
|
1050
|
+
var SettingsPanel_module_default = {};
|
|
1051
|
+
|
|
1052
|
+
// components/SettingsPanel/index.tsx
|
|
1053
|
+
import { createElement as createElement52 } from "react";
|
|
1054
|
+
var ISettingsPanel = ({ ...props }) => {
|
|
1055
|
+
const uniqId = React52.useId();
|
|
1056
|
+
return /* @__PURE__ */ createElement52(
|
|
1057
|
+
"div",
|
|
1058
|
+
{
|
|
1059
|
+
...props,
|
|
1060
|
+
key: uniqId,
|
|
1061
|
+
className: `settings-panel ${SettingsPanel_module_default["settings-panel"]}`
|
|
1062
|
+
}
|
|
1063
|
+
);
|
|
1064
|
+
};
|
|
1065
|
+
|
|
1066
|
+
// components/ShoppingCart/index.tsx
|
|
1067
|
+
import * as React53 from "react";
|
|
1068
|
+
|
|
1069
|
+
// components/ShoppingCart/ShoppingCart.module.scss
|
|
1070
|
+
var ShoppingCart_module_default = {};
|
|
1071
|
+
|
|
1072
|
+
// components/ShoppingCart/index.tsx
|
|
1073
|
+
import { createElement as createElement53 } from "react";
|
|
1074
|
+
var IShoppingCart = ({ ...props }) => {
|
|
1075
|
+
const uniqId = React53.useId();
|
|
1076
|
+
return /* @__PURE__ */ createElement53(
|
|
1077
|
+
"div",
|
|
1078
|
+
{
|
|
1079
|
+
...props,
|
|
1080
|
+
key: uniqId,
|
|
1081
|
+
className: `shopping-cart ${ShoppingCart_module_default["shopping-cart"]}`
|
|
1082
|
+
}
|
|
1083
|
+
);
|
|
1084
|
+
};
|
|
1085
|
+
|
|
1086
|
+
// components/ShoppingList/index.tsx
|
|
1087
|
+
import * as React54 from "react";
|
|
1088
|
+
|
|
1089
|
+
// components/ShoppingList/ShoppingList.module.scss
|
|
1090
|
+
var ShoppingList_module_default = {};
|
|
1091
|
+
|
|
1092
|
+
// components/ShoppingList/index.tsx
|
|
1093
|
+
import { createElement as createElement54 } from "react";
|
|
1094
|
+
var IShoppingList = ({ ...props }) => {
|
|
1095
|
+
const uniqId = React54.useId();
|
|
1096
|
+
return /* @__PURE__ */ createElement54(
|
|
1097
|
+
"div",
|
|
1098
|
+
{
|
|
1099
|
+
...props,
|
|
1100
|
+
key: uniqId,
|
|
1101
|
+
className: `shopping-list ${ShoppingList_module_default["shopping-list"]}`
|
|
1102
|
+
}
|
|
1103
|
+
);
|
|
1104
|
+
};
|
|
1105
|
+
|
|
1106
|
+
// components/SocialEngagement/index.tsx
|
|
1107
|
+
import * as React55 from "react";
|
|
1108
|
+
|
|
1109
|
+
// components/SocialEngagement/SocialEngagement.module.scss
|
|
1110
|
+
var SocialEngagement_module_default = {};
|
|
1111
|
+
|
|
1112
|
+
// components/SocialEngagement/index.tsx
|
|
1113
|
+
import { createElement as createElement55 } from "react";
|
|
1114
|
+
var ISocialEngagement = ({
|
|
1115
|
+
...props
|
|
1116
|
+
}) => {
|
|
1117
|
+
const uniqId = React55.useId();
|
|
1118
|
+
return /* @__PURE__ */ createElement55(
|
|
1119
|
+
"div",
|
|
1120
|
+
{
|
|
1121
|
+
...props,
|
|
1122
|
+
key: uniqId,
|
|
1123
|
+
className: `social-engagement ${SocialEngagement_module_default["social-engagement"]}`
|
|
1124
|
+
}
|
|
1125
|
+
);
|
|
1126
|
+
};
|
|
1127
|
+
|
|
1128
|
+
// components/SocialMediaCard/index.tsx
|
|
1129
|
+
import * as React56 from "react";
|
|
1130
|
+
|
|
1131
|
+
// components/SocialMediaCard/SocialMediaCard.module.scss
|
|
1132
|
+
var SocialMediaCard_module_default = {};
|
|
1133
|
+
|
|
1134
|
+
// components/SocialMediaCard/index.tsx
|
|
1135
|
+
import { createElement as createElement56 } from "react";
|
|
1136
|
+
var ISocialMediaCard = ({ ...props }) => {
|
|
1137
|
+
const uniqId = React56.useId();
|
|
1138
|
+
return /* @__PURE__ */ createElement56(
|
|
1139
|
+
"div",
|
|
1140
|
+
{
|
|
1141
|
+
...props,
|
|
1142
|
+
key: uniqId,
|
|
1143
|
+
className: `social-media-card ${SocialMediaCard_module_default["social-media-card"]}`
|
|
1144
|
+
}
|
|
1145
|
+
);
|
|
1146
|
+
};
|
|
1147
|
+
|
|
1148
|
+
// components/StatisticsCards/index.tsx
|
|
1149
|
+
import * as React57 from "react";
|
|
1150
|
+
|
|
1151
|
+
// components/StatisticsCards/StatisticsCards.module.scss
|
|
1152
|
+
var StatisticsCards_module_default = {};
|
|
1153
|
+
|
|
1154
|
+
// components/StatisticsCards/index.tsx
|
|
1155
|
+
import { createElement as createElement57 } from "react";
|
|
1156
|
+
var IStatisticsCards = ({ ...props }) => {
|
|
1157
|
+
const uniqId = React57.useId();
|
|
1158
|
+
return /* @__PURE__ */ createElement57(
|
|
1159
|
+
"div",
|
|
1160
|
+
{
|
|
1161
|
+
...props,
|
|
1162
|
+
key: uniqId,
|
|
1163
|
+
className: `statistics-cards ${StatisticsCards_module_default["statistics-cards"]}`
|
|
1164
|
+
}
|
|
1165
|
+
);
|
|
1166
|
+
};
|
|
1167
|
+
|
|
1168
|
+
// components/StatusIndicators/index.tsx
|
|
1169
|
+
import * as React58 from "react";
|
|
1170
|
+
|
|
1171
|
+
// components/StatusIndicators/StatusIndicators.module.scss
|
|
1172
|
+
var StatusIndicators_module_default = {};
|
|
1173
|
+
|
|
1174
|
+
// components/StatusIndicators/index.tsx
|
|
1175
|
+
import { createElement as createElement58 } from "react";
|
|
1176
|
+
var IStatusIndicators = ({
|
|
1177
|
+
...props
|
|
1178
|
+
}) => {
|
|
1179
|
+
const uniqId = React58.useId();
|
|
1180
|
+
return /* @__PURE__ */ createElement58(
|
|
1181
|
+
"div",
|
|
1182
|
+
{
|
|
1183
|
+
...props,
|
|
1184
|
+
key: uniqId,
|
|
1185
|
+
className: `status-indicators ${StatusIndicators_module_default["status-indicators"]}`
|
|
1186
|
+
}
|
|
1187
|
+
);
|
|
1188
|
+
};
|
|
1189
|
+
|
|
1190
|
+
// components/StockMarket/index.tsx
|
|
1191
|
+
import * as React59 from "react";
|
|
1192
|
+
|
|
1193
|
+
// components/StockMarket/StockMarket.module.scss
|
|
1194
|
+
var StockMarket_module_default = {};
|
|
1195
|
+
|
|
1196
|
+
// components/StockMarket/index.tsx
|
|
1197
|
+
import { createElement as createElement59 } from "react";
|
|
1198
|
+
var IStockMarket = ({ ...props }) => {
|
|
1199
|
+
const uniqId = React59.useId();
|
|
1200
|
+
return /* @__PURE__ */ createElement59(
|
|
1201
|
+
"div",
|
|
1202
|
+
{
|
|
1203
|
+
...props,
|
|
1204
|
+
key: uniqId,
|
|
1205
|
+
className: `stock-market ${StockMarket_module_default["stock-market"]}`
|
|
1206
|
+
}
|
|
1207
|
+
);
|
|
1208
|
+
};
|
|
1209
|
+
|
|
1210
|
+
// components/StreakCounter/index.tsx
|
|
1211
|
+
import * as React60 from "react";
|
|
1212
|
+
|
|
1213
|
+
// components/StreakCounter/StreakCounter.module.scss
|
|
1214
|
+
var StreakCounter_module_default = {};
|
|
1215
|
+
|
|
1216
|
+
// components/StreakCounter/index.tsx
|
|
1217
|
+
import { createElement as createElement60 } from "react";
|
|
1218
|
+
var IStreakCounter = ({ ...props }) => {
|
|
1219
|
+
const uniqId = React60.useId();
|
|
1220
|
+
return /* @__PURE__ */ createElement60(
|
|
1221
|
+
"div",
|
|
1222
|
+
{
|
|
1223
|
+
...props,
|
|
1224
|
+
key: uniqId,
|
|
1225
|
+
className: `streak-counter ${StreakCounter_module_default["streak-counter"]}`
|
|
1226
|
+
}
|
|
1227
|
+
);
|
|
1228
|
+
};
|
|
1229
|
+
|
|
1230
|
+
// components/SystemStatus/index.tsx
|
|
1231
|
+
import * as React61 from "react";
|
|
1232
|
+
|
|
1233
|
+
// components/SystemStatus/SystemStatus.module.scss
|
|
1234
|
+
var SystemStatus_module_default = {};
|
|
1235
|
+
|
|
1236
|
+
// components/SystemStatus/index.tsx
|
|
1237
|
+
import { createElement as createElement61 } from "react";
|
|
1238
|
+
var ISystemStatus = ({ ...props }) => {
|
|
1239
|
+
const uniqId = React61.useId();
|
|
1240
|
+
return /* @__PURE__ */ createElement61(
|
|
1241
|
+
"div",
|
|
1242
|
+
{
|
|
1243
|
+
...props,
|
|
1244
|
+
key: uniqId,
|
|
1245
|
+
className: `system-status ${SystemStatus_module_default["system-status"]}`
|
|
1246
|
+
}
|
|
1247
|
+
);
|
|
1248
|
+
};
|
|
1249
|
+
|
|
1250
|
+
// components/TaskManager/index.tsx
|
|
1251
|
+
import * as React62 from "react";
|
|
1252
|
+
|
|
1253
|
+
// components/TaskManager/TaskManager.module.scss
|
|
1254
|
+
var TaskManager_module_default = {};
|
|
1255
|
+
|
|
1256
|
+
// components/TaskManager/index.tsx
|
|
1257
|
+
import { createElement as createElement62 } from "react";
|
|
1258
|
+
var ITaskManager = ({ ...props }) => {
|
|
1259
|
+
const uniqId = React62.useId();
|
|
1260
|
+
return /* @__PURE__ */ createElement62(
|
|
1261
|
+
"div",
|
|
1262
|
+
{
|
|
1263
|
+
...props,
|
|
1264
|
+
key: uniqId,
|
|
1265
|
+
className: `task-manager ${TaskManager_module_default["task-manager"]}`
|
|
1266
|
+
}
|
|
1267
|
+
);
|
|
1268
|
+
};
|
|
1269
|
+
|
|
1270
|
+
// components/TeamCollaborationWidget/index.tsx
|
|
1271
|
+
import * as React63 from "react";
|
|
1272
|
+
|
|
1273
|
+
// components/TeamCollaborationWidget/TeamCollaborationWidget.module.scss
|
|
1274
|
+
var TeamCollaborationWidget_module_default = {};
|
|
1275
|
+
|
|
1276
|
+
// components/TeamCollaborationWidget/index.tsx
|
|
1277
|
+
import { createElement as createElement63 } from "react";
|
|
1278
|
+
var ITeamCollaborationWidget = ({
|
|
1279
|
+
...props
|
|
1280
|
+
}) => {
|
|
1281
|
+
const uniqId = React63.useId();
|
|
1282
|
+
return /* @__PURE__ */ createElement63(
|
|
1283
|
+
"div",
|
|
1284
|
+
{
|
|
1285
|
+
...props,
|
|
1286
|
+
key: uniqId,
|
|
1287
|
+
className: `team-collaboration-widget ${TeamCollaborationWidget_module_default["team-collaboration-widget"]}`
|
|
1288
|
+
}
|
|
1289
|
+
);
|
|
1290
|
+
};
|
|
1291
|
+
|
|
1292
|
+
// components/TimeLocationWidget/index.tsx
|
|
1293
|
+
import * as React64 from "react";
|
|
1294
|
+
|
|
1295
|
+
// components/TimeLocationWidget/TimeLocationWidget.module.scss
|
|
1296
|
+
var TimeLocationWidget_module_default = {};
|
|
1297
|
+
|
|
1298
|
+
// components/TimeLocationWidget/index.tsx
|
|
1299
|
+
import { createElement as createElement64 } from "react";
|
|
1300
|
+
var ITimeLocationWidget = ({
|
|
1301
|
+
...props
|
|
1302
|
+
}) => {
|
|
1303
|
+
const uniqId = React64.useId();
|
|
1304
|
+
return /* @__PURE__ */ createElement64(
|
|
1305
|
+
"div",
|
|
1306
|
+
{
|
|
1307
|
+
...props,
|
|
1308
|
+
key: uniqId,
|
|
1309
|
+
className: `time-location-widget ${TimeLocationWidget_module_default["time-location-widget"]}`
|
|
1310
|
+
}
|
|
1311
|
+
);
|
|
1312
|
+
};
|
|
1313
|
+
|
|
1314
|
+
// components/TodoList/index.tsx
|
|
1315
|
+
import * as React65 from "react";
|
|
1316
|
+
|
|
1317
|
+
// components/TodoList/TodoList.module.scss
|
|
1318
|
+
var TodoList_module_default = {};
|
|
1319
|
+
|
|
1320
|
+
// components/TodoList/index.tsx
|
|
1321
|
+
import { createElement as createElement65 } from "react";
|
|
1322
|
+
var ITodoList = ({ ...props }) => {
|
|
1323
|
+
const uniqId = React65.useId();
|
|
1324
|
+
return /* @__PURE__ */ createElement65(
|
|
1325
|
+
"div",
|
|
1326
|
+
{
|
|
1327
|
+
...props,
|
|
1328
|
+
key: uniqId,
|
|
1329
|
+
className: `todo-list ${TodoList_module_default["todo-list"]}`
|
|
1330
|
+
}
|
|
1331
|
+
);
|
|
1332
|
+
};
|
|
1333
|
+
|
|
1334
|
+
// components/ToolWidget/index.tsx
|
|
1335
|
+
import * as React66 from "react";
|
|
1336
|
+
|
|
1337
|
+
// components/ToolWidget/ToolWidget.module.scss
|
|
1338
|
+
var ToolWidget_module_default = {};
|
|
1339
|
+
|
|
1340
|
+
// components/ToolWidget/index.tsx
|
|
1341
|
+
import { createElement as createElement66 } from "react";
|
|
1342
|
+
var IToolWidget = ({ ...props }) => {
|
|
1343
|
+
const uniqId = React66.useId();
|
|
1344
|
+
return /* @__PURE__ */ createElement66(
|
|
1345
|
+
"div",
|
|
1346
|
+
{
|
|
1347
|
+
...props,
|
|
1348
|
+
key: uniqId,
|
|
1349
|
+
className: `tool-widget ${ToolWidget_module_default["tool-widget"]}`
|
|
1350
|
+
}
|
|
1351
|
+
);
|
|
1352
|
+
};
|
|
1353
|
+
|
|
1354
|
+
// components/TravelPlanner/index.tsx
|
|
1355
|
+
import * as React67 from "react";
|
|
1356
|
+
|
|
1357
|
+
// components/TravelPlanner/TravelPlanner.module.scss
|
|
1358
|
+
var TravelPlanner_module_default = {};
|
|
1359
|
+
|
|
1360
|
+
// components/TravelPlanner/index.tsx
|
|
1361
|
+
import { createElement as createElement67 } from "react";
|
|
1362
|
+
var ITravelPlanner = ({ ...props }) => {
|
|
1363
|
+
const uniqId = React67.useId();
|
|
1364
|
+
return /* @__PURE__ */ createElement67(
|
|
1365
|
+
"div",
|
|
1366
|
+
{
|
|
1367
|
+
...props,
|
|
1368
|
+
key: uniqId,
|
|
1369
|
+
className: `travel-planner ${TravelPlanner_module_default["travel-planner"]}`
|
|
1370
|
+
}
|
|
1371
|
+
);
|
|
1372
|
+
};
|
|
1373
|
+
|
|
1374
|
+
// components/VideoCallWidget/index.tsx
|
|
1375
|
+
import * as React68 from "react";
|
|
1376
|
+
|
|
1377
|
+
// components/VideoCallWidget/VideoCallWidget.module.scss
|
|
1378
|
+
var VideoCallWidget_module_default = {};
|
|
1379
|
+
|
|
1380
|
+
// components/VideoCallWidget/index.tsx
|
|
1381
|
+
import { createElement as createElement68 } from "react";
|
|
1382
|
+
var IVideoCallWidget = ({ ...props }) => {
|
|
1383
|
+
const uniqId = React68.useId();
|
|
1384
|
+
return /* @__PURE__ */ createElement68(
|
|
1385
|
+
"div",
|
|
1386
|
+
{
|
|
1387
|
+
...props,
|
|
1388
|
+
key: uniqId,
|
|
1389
|
+
className: `video-call-widget ${VideoCallWidget_module_default["video-call-widget"]}`
|
|
1390
|
+
}
|
|
1391
|
+
);
|
|
1392
|
+
};
|
|
1393
|
+
|
|
1394
|
+
// components/WeatherWidget/index.tsx
|
|
1395
|
+
import * as React69 from "react";
|
|
1396
|
+
|
|
1397
|
+
// components/WeatherWidget/WeatherWidget.module.scss
|
|
1398
|
+
var WeatherWidget_module_default = {};
|
|
1399
|
+
|
|
1400
|
+
// components/WeatherWidget/index.tsx
|
|
1401
|
+
import { createElement as createElement69 } from "react";
|
|
1402
|
+
var IWeatherWidget = ({ ...props }) => {
|
|
1403
|
+
const uniqId = React69.useId();
|
|
1404
|
+
return /* @__PURE__ */ createElement69(
|
|
1405
|
+
"div",
|
|
1406
|
+
{
|
|
1407
|
+
...props,
|
|
1408
|
+
key: uniqId,
|
|
1409
|
+
className: `weather-widget ${WeatherWidget_module_default["weather-widget"]}`
|
|
1410
|
+
}
|
|
1411
|
+
);
|
|
1412
|
+
};
|
|
1413
|
+
export {
|
|
1414
|
+
IAIAssistant,
|
|
1415
|
+
IActionButtons,
|
|
1416
|
+
IActivityFeed,
|
|
1417
|
+
IAnalyticsDashboard,
|
|
1418
|
+
IBudgetTracker,
|
|
1419
|
+
ICalendarWidget,
|
|
1420
|
+
IChatMessages,
|
|
1421
|
+
ICloudStorage,
|
|
1422
|
+
ICodeEditor,
|
|
1423
|
+
ICodeStats,
|
|
1424
|
+
IColorPaletteWidget,
|
|
1425
|
+
IContactCard,
|
|
1426
|
+
ICryptocurrencyWidget,
|
|
1427
|
+
IDatabaseWidget,
|
|
1428
|
+
IDesignSystem,
|
|
1429
|
+
IDeviceStatus,
|
|
1430
|
+
IDocumentScanner,
|
|
1431
|
+
IEmailDashboard,
|
|
1432
|
+
IEnergyMeter,
|
|
1433
|
+
IFileManager,
|
|
1434
|
+
IFileUploadArea,
|
|
1435
|
+
IFitnessTracker,
|
|
1436
|
+
IGamingControllerWidget,
|
|
1437
|
+
IHabitTracker,
|
|
1438
|
+
IHealthMonitor,
|
|
1439
|
+
IIdeaBulbWidget,
|
|
1440
|
+
IInspirationWidget,
|
|
1441
|
+
ILanguageLearning,
|
|
1442
|
+
ILayerStackWidget,
|
|
1443
|
+
IMediaControls,
|
|
1444
|
+
IMiniMenu,
|
|
1445
|
+
IMouseTracker,
|
|
1446
|
+
IMusicPlayer,
|
|
1447
|
+
IMusicProduction,
|
|
1448
|
+
INatureWidget,
|
|
1449
|
+
INavigationPills,
|
|
1450
|
+
INetworkStatus,
|
|
1451
|
+
INotificationBadges,
|
|
1452
|
+
INotificationCards,
|
|
1453
|
+
IOfficeBuildingWidget,
|
|
1454
|
+
IPasswordManager,
|
|
1455
|
+
IPhotoEditor,
|
|
1456
|
+
IPomodoroTimer,
|
|
1457
|
+
IPricingCard,
|
|
1458
|
+
IProfileBadge,
|
|
1459
|
+
IProgressTracker,
|
|
1460
|
+
IQuickActions,
|
|
1461
|
+
IQuickStats,
|
|
1462
|
+
IReadingProgress,
|
|
1463
|
+
IRecipeFinder,
|
|
1464
|
+
IRocketLaunchWidget,
|
|
1465
|
+
ISettingsPanel,
|
|
1466
|
+
IShoppingCart,
|
|
1467
|
+
IShoppingList,
|
|
1468
|
+
ISocialEngagement,
|
|
1469
|
+
ISocialMediaCard,
|
|
1470
|
+
IStatisticsCards,
|
|
1471
|
+
IStatusIndicators,
|
|
1472
|
+
IStockMarket,
|
|
1473
|
+
IStreakCounter,
|
|
1474
|
+
ISystemStatus,
|
|
1475
|
+
ITaskManager,
|
|
1476
|
+
ITeamCollaborationWidget,
|
|
1477
|
+
ITimeLocationWidget,
|
|
1478
|
+
ITodoList,
|
|
1479
|
+
IToolWidget,
|
|
1480
|
+
ITravelPlanner,
|
|
1481
|
+
IVideoCallWidget,
|
|
1482
|
+
IWeatherWidget
|
|
1483
|
+
};
|
|
1484
|
+
//# sourceMappingURL=index.mjs.map
|