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