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