create-qwik 0.0.109-0 → 0.0.109

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.
Files changed (95) hide show
  1. package/index.cjs +63 -67
  2. package/package.json +1 -1
  3. package/starters/apps/base/README.md +46 -11
  4. package/starters/apps/base/package.json +8 -8
  5. package/starters/apps/base/public/favicon.svg +1 -0
  6. package/starters/apps/{qwik-city → base}/src/routes/service-worker.ts +0 -1
  7. package/starters/apps/base/vite.config.ts +3 -1
  8. package/starters/apps/blank/package.json +3 -1
  9. package/starters/apps/blank/src/components/header/header.css +37 -0
  10. package/starters/apps/blank/src/components/header/header.tsx +34 -0
  11. package/starters/apps/blank/src/components/icons/qwik.tsx +32 -0
  12. package/starters/apps/blank/src/components/router-head/router-head.tsx +43 -0
  13. package/starters/apps/blank/src/global.css +70 -3
  14. package/starters/apps/blank/src/root.tsx +17 -9
  15. package/starters/apps/blank/src/routes/index.tsx +81 -0
  16. package/starters/apps/{qwik-city → blank}/src/routes/layout.tsx +4 -6
  17. package/starters/apps/documentation-site/package.json +9 -0
  18. package/starters/apps/{qwik-city → documentation-site}/src/components/breadcrumbs/breadcrumbs.css +0 -0
  19. package/starters/apps/{qwik-city → documentation-site}/src/components/breadcrumbs/breadcrumbs.tsx +0 -0
  20. package/starters/apps/{qwik-city → documentation-site}/src/components/footer/footer.css +1 -1
  21. package/starters/apps/{qwik-city → documentation-site}/src/components/footer/footer.tsx +13 -6
  22. package/starters/apps/documentation-site/src/components/header/header.css +34 -0
  23. package/starters/apps/documentation-site/src/components/header/header.tsx +26 -0
  24. package/starters/apps/documentation-site/src/components/icons/qwik.tsx +20 -0
  25. package/starters/apps/{qwik-city → documentation-site}/src/components/menu/menu.css +0 -0
  26. package/starters/apps/{qwik-city → documentation-site}/src/components/menu/menu.tsx +1 -1
  27. package/starters/apps/documentation-site/src/components/on-this-page/on-this-page.css +33 -0
  28. package/starters/apps/documentation-site/src/components/on-this-page/on-this-page.tsx +62 -0
  29. package/starters/apps/documentation-site/src/components/router-head/router-head.tsx +43 -0
  30. package/starters/apps/documentation-site/src/global.css +66 -0
  31. package/starters/apps/documentation-site/src/root.tsx +26 -0
  32. package/starters/apps/documentation-site/src/routes/about-us/index.md +15 -0
  33. package/starters/apps/documentation-site/src/routes/docs/advanced/index.md +11 -0
  34. package/starters/apps/documentation-site/src/routes/docs/docs.css +22 -0
  35. package/starters/apps/documentation-site/src/routes/docs/getting-started/index.md +13 -0
  36. package/starters/apps/documentation-site/src/routes/docs/index.md +22 -0
  37. package/starters/apps/documentation-site/src/routes/docs/layout.tsx +25 -0
  38. package/starters/apps/documentation-site/src/routes/docs/menu.md +21 -0
  39. package/starters/apps/documentation-site/src/routes/index.tsx +89 -0
  40. package/starters/apps/documentation-site/src/routes/layout.tsx +15 -0
  41. package/starters/apps/library/package.json +1 -0
  42. package/starters/apps/base/public/favicon.ico +0 -0
  43. package/starters/apps/base/public/favicons/android-chrome-192x192.png +0 -0
  44. package/starters/apps/base/public/favicons/apple-touch-icon.png +0 -0
  45. package/starters/apps/base/public/favicons/favicon-16x16.png +0 -0
  46. package/starters/apps/base/public/favicons/favicon-32x32.png +0 -0
  47. package/starters/apps/base/public/favicons/favicon.svg +0 -13
  48. package/starters/apps/base/src/root.tsx +0 -14
  49. package/starters/apps/blank/dist/q-manifest.json +0 -105
  50. package/starters/apps/blank/src/components/app/app.tsx +0 -54
  51. package/starters/apps/blank/src/components/logo/logo.tsx +0 -16
  52. package/starters/apps/blank/src/entry.preview.tsx +0 -18
  53. package/starters/apps/blank/src/entry.ssr.tsx +0 -15
  54. package/starters/apps/qwik-city/dist/favicons/android-chrome-192x192.png +0 -0
  55. package/starters/apps/qwik-city/dist/favicons/android-chrome-256x256.png +0 -0
  56. package/starters/apps/qwik-city/dist/favicons/apple-touch-icon.png +0 -0
  57. package/starters/apps/qwik-city/dist/favicons/favicon.svg +0 -1
  58. package/starters/apps/qwik-city/dist/logos/qwik-logo.svg +0 -1
  59. package/starters/apps/qwik-city/dist/logos/qwik.svg +0 -1
  60. package/starters/apps/qwik-city/dist/q-manifest.json +0 -904
  61. package/starters/apps/qwik-city/dist/service-worker.js +0 -167
  62. package/starters/apps/qwik-city/package.json +0 -8
  63. package/starters/apps/qwik-city/src/components/counter/counter.tsx +0 -19
  64. package/starters/apps/qwik-city/src/components/head/analytics.tsx +0 -13
  65. package/starters/apps/qwik-city/src/components/head/head.tsx +0 -34
  66. package/starters/apps/qwik-city/src/components/head/social.tsx +0 -10
  67. package/starters/apps/qwik-city/src/components/header/header.css +0 -46
  68. package/starters/apps/qwik-city/src/components/header/header.tsx +0 -36
  69. package/starters/apps/qwik-city/src/entry.ssr.tsx +0 -17
  70. package/starters/apps/qwik-city/src/global.css +0 -24
  71. package/starters/apps/qwik-city/src/root.tsx +0 -16
  72. package/starters/apps/qwik-city/src/routes/about-us/index.tsx +0 -17
  73. package/starters/apps/qwik-city/src/routes/api/[org]/[user].json/index.ts +0 -15
  74. package/starters/apps/qwik-city/src/routes/api/api.css +0 -14
  75. package/starters/apps/qwik-city/src/routes/api/data.json/index.ts +0 -9
  76. package/starters/apps/qwik-city/src/routes/api/index@api.tsx +0 -34
  77. package/starters/apps/qwik-city/src/routes/api/layout-api.tsx +0 -37
  78. package/starters/apps/qwik-city/src/routes/blog/[...slug]/index.tsx +0 -36
  79. package/starters/apps/qwik-city/src/routes/blog/index.md +0 -7
  80. package/starters/apps/qwik-city/src/routes/blog/layout.tsx +0 -21
  81. package/starters/apps/qwik-city/src/routes/dashboard/dashboard.css +0 -14
  82. package/starters/apps/qwik-city/src/routes/dashboard/index.tsx +0 -15
  83. package/starters/apps/qwik-city/src/routes/dashboard/layout!.tsx +0 -44
  84. package/starters/apps/qwik-city/src/routes/dashboard/profile/index.tsx +0 -15
  85. package/starters/apps/qwik-city/src/routes/dashboard/settings/index.tsx +0 -15
  86. package/starters/apps/qwik-city/src/routes/docs/[category]/[id]/index.tsx +0 -23
  87. package/starters/apps/qwik-city/src/routes/docs/docs.css +0 -10
  88. package/starters/apps/qwik-city/src/routes/docs/getting-started/index.md +0 -44
  89. package/starters/apps/qwik-city/src/routes/docs/index.tsx +0 -14
  90. package/starters/apps/qwik-city/src/routes/docs/layout!.tsx +0 -31
  91. package/starters/apps/qwik-city/src/routes/docs/menu.md +0 -11
  92. package/starters/apps/qwik-city/src/routes/docs/overview/index.md +0 -7
  93. package/starters/apps/qwik-city/src/routes/index.tsx +0 -16
  94. package/starters/apps/qwik-city/src/routes/products/[id]/index.tsx +0 -123
  95. package/starters/apps/qwik-city/vite.config.ts +0 -10
@@ -1,904 +0,0 @@
1
- {
2
- "symbols": {
3
- "index_api_component_useClientEffect_5wjtnwJM61o": {
4
- "origin": "routes/api/index@api.tsx",
5
- "displayName": "index_api_component_useClientEffect",
6
- "canonicalFilename": "index_api_component_useclienteffect_5wjtnwjm61o",
7
- "hash": "5wjtnwJM61o",
8
- "ctxKind": "function",
9
- "ctxName": "useClientEffect$",
10
- "captures": true,
11
- "parent": "index_api_component_r1zOEK3uvrE"
12
- },
13
- "layout__component_3vmOtZFNja8": {
14
- "origin": "routes/dashboard/layout!.tsx",
15
- "displayName": "layout__component",
16
- "canonicalFilename": "layout__component_3vmotzfnja8",
17
- "hash": "3vmOtZFNja8",
18
- "ctxKind": "function",
19
- "ctxName": "component$",
20
- "captures": false,
21
- "parent": null
22
- },
23
- "Breadcrumbs_component_4iUgD00bac8": {
24
- "origin": "components/breadcrumbs/breadcrumbs.tsx",
25
- "displayName": "Breadcrumbs_component",
26
- "canonicalFilename": "breadcrumbs_component_4iugd00bac8",
27
- "hash": "4iUgD00bac8",
28
- "ctxKind": "function",
29
- "ctxName": "component$",
30
- "captures": false,
31
- "parent": null
32
- },
33
- "Head_component_62TTxKadIG8": {
34
- "origin": "components/head/head.tsx",
35
- "displayName": "Head_component",
36
- "canonicalFilename": "head_component_62ttxkadig8",
37
- "hash": "62TTxKadIG8",
38
- "ctxKind": "function",
39
- "ctxName": "component$",
40
- "captures": false,
41
- "parent": null
42
- },
43
- "header_component_EqiDdxC5oCg": {
44
- "origin": "components/header/header.tsx",
45
- "displayName": "header_component",
46
- "canonicalFilename": "header_component_eqiddxc5ocg",
47
- "hash": "EqiDdxC5oCg",
48
- "ctxKind": "function",
49
- "ctxName": "component$",
50
- "captures": false,
51
- "parent": null
52
- },
53
- "docs_component_HPWwM5ITvKw": {
54
- "origin": "routes/docs/index.tsx",
55
- "displayName": "docs_component",
56
- "canonicalFilename": "docs_component_hpwwm5itvkw",
57
- "hash": "HPWwM5ITvKw",
58
- "ctxKind": "function",
59
- "ctxName": "component$",
60
- "captures": false,
61
- "parent": null
62
- },
63
- "about_us_component_Hm2iCxmEwPU": {
64
- "origin": "routes/about-us/index.tsx",
65
- "displayName": "about_us_component",
66
- "canonicalFilename": "about_us_component_hm2icxmewpu",
67
- "hash": "Hm2iCxmEwPU",
68
- "ctxKind": "function",
69
- "ctxName": "component$",
70
- "captures": false,
71
- "parent": null
72
- },
73
- "layout__component_IpEw2cQaLBs": {
74
- "origin": "routes/docs/layout!.tsx",
75
- "displayName": "layout__component",
76
- "canonicalFilename": "layout__component_ipew2cqalbs",
77
- "hash": "IpEw2cQaLBs",
78
- "ctxKind": "function",
79
- "ctxName": "component$",
80
- "captures": false,
81
- "parent": null
82
- },
83
- "Menu_component_K1eRBSD0Gpc": {
84
- "origin": "components/menu/menu.tsx",
85
- "displayName": "Menu_component",
86
- "canonicalFilename": "menu_component_k1erbsd0gpc",
87
- "hash": "K1eRBSD0Gpc",
88
- "ctxKind": "function",
89
- "ctxName": "component$",
90
- "captures": false,
91
- "parent": null
92
- },
93
- "layout_api_component_LchrSne39gg": {
94
- "origin": "routes/api/layout-api.tsx",
95
- "displayName": "layout_api_component",
96
- "canonicalFilename": "layout_api_component_lchrsne39gg",
97
- "hash": "LchrSne39gg",
98
- "ctxKind": "function",
99
- "ctxName": "component$",
100
- "captures": false,
101
- "parent": null
102
- },
103
- "routes_component_LqnNyU1Iy8c": {
104
- "origin": "routes/index.tsx",
105
- "displayName": "routes_component",
106
- "canonicalFilename": "routes_component_lqnnyu1iy8c",
107
- "hash": "LqnNyU1Iy8c",
108
- "ctxKind": "function",
109
- "ctxName": "component$",
110
- "captures": false,
111
- "parent": null
112
- },
113
- "_id__component_Su1JqxAuf5Q": {
114
- "origin": "routes/docs/[category]/[id]/index.tsx",
115
- "displayName": "_id__component",
116
- "canonicalFilename": "_id__component_su1jqxauf5q",
117
- "hash": "Su1JqxAuf5Q",
118
- "ctxKind": "function",
119
- "ctxName": "component$",
120
- "captures": false,
121
- "parent": null
122
- },
123
- "layout_component_Z38JINctLvc": {
124
- "origin": "routes/blog/layout.tsx",
125
- "displayName": "layout_component",
126
- "canonicalFilename": "layout_component_z38jinctlvc",
127
- "hash": "Z38JINctLvc",
128
- "ctxKind": "function",
129
- "ctxName": "component$",
130
- "captures": false,
131
- "parent": null
132
- },
133
- "layout_component_cP1MN6aKI1E": {
134
- "origin": "routes/layout.tsx",
135
- "displayName": "layout_component",
136
- "canonicalFilename": "layout_component_cp1mn6aki1e",
137
- "hash": "cP1MN6aKI1E",
138
- "ctxKind": "function",
139
- "ctxName": "component$",
140
- "captures": false,
141
- "parent": null
142
- },
143
- "footer_component_cj9ZVB0Fla8": {
144
- "origin": "components/footer/footer.tsx",
145
- "displayName": "footer_component",
146
- "canonicalFilename": "footer_component_cj9zvb0fla8",
147
- "hash": "cj9ZVB0Fla8",
148
- "ctxKind": "function",
149
- "ctxName": "component$",
150
- "captures": false,
151
- "parent": null
152
- },
153
- "____slug__component_ka0hlr6QzZc": {
154
- "origin": "routes/blog/[...slug]/index.tsx",
155
- "displayName": "____slug__component",
156
- "canonicalFilename": "____slug__component_ka0hlr6qzzc",
157
- "hash": "ka0hlr6QzZc",
158
- "ctxKind": "function",
159
- "ctxName": "component$",
160
- "captures": false,
161
- "parent": null
162
- },
163
- "_id__component_lz5fUgqIg0k": {
164
- "origin": "routes/products/[id]/index.tsx",
165
- "displayName": "_id__component",
166
- "canonicalFilename": "_id__component_lz5fugqig0k",
167
- "hash": "lz5fUgqIg0k",
168
- "ctxKind": "function",
169
- "ctxName": "component$",
170
- "captures": false,
171
- "parent": null
172
- },
173
- "dashboard_component_qNEEbvpCkDo": {
174
- "origin": "routes/dashboard/index.tsx",
175
- "displayName": "dashboard_component",
176
- "canonicalFilename": "dashboard_component_qneebvpckdo",
177
- "hash": "qNEEbvpCkDo",
178
- "ctxKind": "function",
179
- "ctxName": "component$",
180
- "captures": false,
181
- "parent": null
182
- },
183
- "index_api_component_r1zOEK3uvrE": {
184
- "origin": "routes/api/index@api.tsx",
185
- "displayName": "index_api_component",
186
- "canonicalFilename": "index_api_component_r1zoek3uvre",
187
- "hash": "r1zOEK3uvrE",
188
- "ctxKind": "function",
189
- "ctxName": "component$",
190
- "captures": false,
191
- "parent": null
192
- },
193
- "settings_component_soEjIdhmYDQ": {
194
- "origin": "routes/dashboard/settings/index.tsx",
195
- "displayName": "settings_component",
196
- "canonicalFilename": "settings_component_soejidhmydq",
197
- "hash": "soEjIdhmYDQ",
198
- "ctxKind": "function",
199
- "ctxName": "component$",
200
- "captures": false,
201
- "parent": null
202
- },
203
- "profile_component_xCyaa0wPF6s": {
204
- "origin": "routes/dashboard/profile/index.tsx",
205
- "displayName": "profile_component",
206
- "canonicalFilename": "profile_component_xcyaa0wpf6s",
207
- "hash": "xCyaa0wPF6s",
208
- "ctxKind": "function",
209
- "ctxName": "component$",
210
- "captures": false,
211
- "parent": null
212
- },
213
- "layout__component_useStyles_0vFw6sjzoiI": {
214
- "origin": "routes/dashboard/layout!.tsx",
215
- "displayName": "layout__component_useStyles",
216
- "canonicalFilename": "layout__component_usestyles_0vfw6sjzoii",
217
- "hash": "0vFw6sjzoiI",
218
- "ctxKind": "function",
219
- "ctxName": "useStyles$",
220
- "captures": false,
221
- "parent": "layout__component_3vmOtZFNja8"
222
- },
223
- "Menu_component_useStyles_6tTHmIfcOQ8": {
224
- "origin": "components/menu/menu.tsx",
225
- "displayName": "Menu_component_useStyles",
226
- "canonicalFilename": "menu_component_usestyles_6tthmifcoq8",
227
- "hash": "6tTHmIfcOQ8",
228
- "ctxKind": "function",
229
- "ctxName": "useStyles$",
230
- "captures": false,
231
- "parent": "Menu_component_K1eRBSD0Gpc"
232
- },
233
- "Breadcrumbs_component_useStyles_7RRY6XBONP8": {
234
- "origin": "components/breadcrumbs/breadcrumbs.tsx",
235
- "displayName": "Breadcrumbs_component_useStyles",
236
- "canonicalFilename": "breadcrumbs_component_usestyles_7rry6xbonp8",
237
- "hash": "7RRY6XBONP8",
238
- "ctxKind": "function",
239
- "ctxName": "useStyles$",
240
- "captures": false,
241
- "parent": "Breadcrumbs_component_4iUgD00bac8"
242
- },
243
- "layout_api_component_useStyles_NEVycXm2DbI": {
244
- "origin": "routes/api/layout-api.tsx",
245
- "displayName": "layout_api_component_useStyles",
246
- "canonicalFilename": "layout_api_component_usestyles_nevycxm2dbi",
247
- "hash": "NEVycXm2DbI",
248
- "ctxKind": "function",
249
- "ctxName": "useStyles$",
250
- "captures": false,
251
- "parent": "layout_api_component_LchrSne39gg"
252
- },
253
- "footer_component_useStyles_fLHnZgqH9Ss": {
254
- "origin": "components/footer/footer.tsx",
255
- "displayName": "footer_component_useStyles",
256
- "canonicalFilename": "footer_component_usestyles_flhnzgqh9ss",
257
- "hash": "fLHnZgqH9Ss",
258
- "ctxKind": "function",
259
- "ctxName": "useStyles$",
260
- "captures": false,
261
- "parent": "footer_component_cj9ZVB0Fla8"
262
- },
263
- "header_component_useStyles_q2ZiFPIhnRY": {
264
- "origin": "components/header/header.tsx",
265
- "displayName": "header_component_useStyles",
266
- "canonicalFilename": "header_component_usestyles_q2zifpihnry",
267
- "hash": "q2ZiFPIhnRY",
268
- "ctxKind": "function",
269
- "ctxName": "useStyles$",
270
- "captures": false,
271
- "parent": "header_component_EqiDdxC5oCg"
272
- },
273
- "layout__component_useStyles_sBSnbJkWlgw": {
274
- "origin": "routes/docs/layout!.tsx",
275
- "displayName": "layout__component_useStyles",
276
- "canonicalFilename": "layout__component_usestyles_sbsnbjkwlgw",
277
- "hash": "sBSnbJkWlgw",
278
- "ctxKind": "function",
279
- "ctxName": "useStyles$",
280
- "captures": false,
281
- "parent": "layout__component_IpEw2cQaLBs"
282
- }
283
- },
284
- "mapping": {
285
- "index_api_component_useClientEffect_5wjtnwJM61o": "entry_index_api.js",
286
- "layout__component_3vmOtZFNja8": "entry_layout_.js",
287
- "Breadcrumbs_component_4iUgD00bac8": "entry_Breadcrumbs.js",
288
- "Head_component_62TTxKadIG8": "entry_Head.js",
289
- "header_component_EqiDdxC5oCg": "entry_header.js",
290
- "docs_component_HPWwM5ITvKw": "entry_docs.js",
291
- "about_us_component_Hm2iCxmEwPU": "entry_about_us.js",
292
- "layout__component_IpEw2cQaLBs": "entry_layout_.js",
293
- "Menu_component_K1eRBSD0Gpc": "entry_Menu.js",
294
- "layout_api_component_LchrSne39gg": "entry_layout_api.js",
295
- "routes_component_LqnNyU1Iy8c": "entry_routes.js",
296
- "_id__component_Su1JqxAuf5Q": "entry__id_.js",
297
- "layout_component_Z38JINctLvc": "entry_layout.js",
298
- "layout_component_cP1MN6aKI1E": "entry_layout.js",
299
- "footer_component_cj9ZVB0Fla8": "entry_footer.js",
300
- "____slug__component_ka0hlr6QzZc": "entry_____slug_.js",
301
- "_id__component_lz5fUgqIg0k": "entry__id_.js",
302
- "dashboard_component_qNEEbvpCkDo": "entry_dashboard.js",
303
- "index_api_component_r1zOEK3uvrE": "entry_index_api.js",
304
- "settings_component_soEjIdhmYDQ": "entry_settings.js",
305
- "profile_component_xCyaa0wPF6s": "entry_profile.js",
306
- "layout__component_useStyles_0vFw6sjzoiI": "entry_layout_.js",
307
- "Menu_component_useStyles_6tTHmIfcOQ8": "entry_Menu.js",
308
- "Breadcrumbs_component_useStyles_7RRY6XBONP8": "entry_Breadcrumbs.js",
309
- "layout_api_component_useStyles_NEVycXm2DbI": "entry_layout_api.js",
310
- "footer_component_useStyles_fLHnZgqH9Ss": "entry_footer.js",
311
- "header_component_useStyles_q2ZiFPIhnRY": "entry_header.js",
312
- "layout__component_useStyles_sBSnbJkWlgw": "entry_layout_.js"
313
- },
314
- "bundles": {
315
- "@qwik-city-entries.js": {
316
- "size": 193,
317
- "imports": [
318
- "root2.js"
319
- ],
320
- "dynamicImports": [
321
- "service-worker.js"
322
- ],
323
- "origins": [
324
- "@qwik-city-entries"
325
- ]
326
- },
327
- "@qwik-city-plan.js": {
328
- "size": 2714,
329
- "imports": [
330
- "root2.js"
331
- ],
332
- "dynamicImports": [
333
- "@qwik-city-entries.js",
334
- "index.js",
335
- "index10.js",
336
- "index11.js",
337
- "index12.js",
338
- "index2.js",
339
- "index3.js",
340
- "index4.js",
341
- "index5.js",
342
- "index6.js",
343
- "index7.js",
344
- "index8.js",
345
- "index9.js",
346
- "index@api.js",
347
- "layout!.js",
348
- "layout!2.js",
349
- "layout-api.js",
350
- "layout.js",
351
- "layout2.js",
352
- "menu.js"
353
- ],
354
- "origins": [
355
- "@qwik-city-plan"
356
- ]
357
- },
358
- "entry_____slug_.js": {
359
- "size": 615,
360
- "imports": [
361
- "root2.js"
362
- ],
363
- "origins": [
364
- "src/____slug__component_ka0hlr6qzzc.js",
365
- "src/entry_____slug_.js"
366
- ],
367
- "symbols": [
368
- "____slug__component_ka0hlr6QzZc"
369
- ]
370
- },
371
- "entry__id_.js": {
372
- "size": 3022,
373
- "imports": [
374
- "root2.js"
375
- ],
376
- "origins": [
377
- "src/_id__component_lz5fugqig0k.js",
378
- "src/_id__component_su1jqxauf5q.js",
379
- "src/entry__id_.js"
380
- ],
381
- "symbols": [
382
- "_id__component_lz5fUgqIg0k",
383
- "_id__component_Su1JqxAuf5Q"
384
- ]
385
- },
386
- "entry_about_us.js": {
387
- "size": 419,
388
- "imports": [
389
- "root2.js"
390
- ],
391
- "origins": [
392
- "src/about_us_component_hm2icxmewpu.js",
393
- "src/entry_about_us.js"
394
- ],
395
- "symbols": [
396
- "about_us_component_Hm2iCxmEwPU"
397
- ]
398
- },
399
- "entry_Breadcrumbs.js": {
400
- "size": 1702,
401
- "imports": [
402
- "entry_layout_.js",
403
- "header.js",
404
- "root2.js"
405
- ],
406
- "origins": [
407
- "src/breadcrumbs_component_4iugd00bac8.js",
408
- "src/breadcrumbs_component_usestyles_7rry6xbonp8.js",
409
- "src/components/breadcrumbs/breadcrumbs.css?used&inline",
410
- "src/entry_Breadcrumbs.js"
411
- ],
412
- "symbols": [
413
- "Breadcrumbs_component_4iUgD00bac8",
414
- "Breadcrumbs_component_useStyles_7RRY6XBONP8"
415
- ]
416
- },
417
- "entry_dashboard.js": {
418
- "size": 364,
419
- "imports": [
420
- "root2.js"
421
- ],
422
- "origins": [
423
- "src/dashboard_component_qneebvpckdo.js",
424
- "src/entry_dashboard.js"
425
- ],
426
- "symbols": [
427
- "dashboard_component_qNEEbvpCkDo"
428
- ]
429
- },
430
- "entry_docs.js": {
431
- "size": 258,
432
- "imports": [
433
- "root2.js"
434
- ],
435
- "origins": [
436
- "src/docs_component_hpwwm5itvkw.js",
437
- "src/entry_docs.js"
438
- ],
439
- "symbols": [
440
- "docs_component_HPWwM5ITvKw"
441
- ]
442
- },
443
- "entry_footer.js": {
444
- "size": 1805,
445
- "imports": [
446
- "root2.js"
447
- ],
448
- "origins": [
449
- "src/components/footer/footer.css?used&inline",
450
- "src/entry_footer.js",
451
- "src/footer_component_cj9zvb0fla8.js",
452
- "src/footer_component_usestyles_flhnzgqh9ss.js"
453
- ],
454
- "symbols": [
455
- "footer_component_cj9ZVB0Fla8",
456
- "footer_component_useStyles_fLHnZgqH9Ss"
457
- ]
458
- },
459
- "entry_Head.js": {
460
- "size": 1850,
461
- "imports": [
462
- "root2.js"
463
- ],
464
- "origins": [
465
- "src/components/head/analytics.js",
466
- "src/components/head/social.js",
467
- "src/entry_Head.js",
468
- "src/head_component_62ttxkadig8.js"
469
- ],
470
- "symbols": [
471
- "Head_component_62TTxKadIG8"
472
- ]
473
- },
474
- "entry_header.js": {
475
- "size": 2977,
476
- "imports": [
477
- "root2.js"
478
- ],
479
- "origins": [
480
- "src/components/header/header.css?used&inline",
481
- "src/entry_header.js",
482
- "src/header_component_eqiddxc5ocg.js",
483
- "src/header_component_usestyles_q2zifpihnry.js"
484
- ],
485
- "symbols": [
486
- "header_component_EqiDdxC5oCg",
487
- "header_component_useStyles_q2ZiFPIhnRY"
488
- ]
489
- },
490
- "entry_index_api.js": {
491
- "size": 1847,
492
- "imports": [
493
- "root2.js"
494
- ],
495
- "origins": [
496
- "src/entry_index_api.js",
497
- "src/index_api_component_r1zoek3uvre.js",
498
- "src/index_api_component_useclienteffect_5wjtnwjm61o.js"
499
- ],
500
- "symbols": [
501
- "index_api_component_r1zOEK3uvrE",
502
- "index_api_component_useClientEffect_5wjtnwJM61o"
503
- ]
504
- },
505
- "entry_layout.js": {
506
- "size": 1317,
507
- "imports": [
508
- "header.js",
509
- "root2.js"
510
- ],
511
- "origins": [
512
- "src/entry_layout.js",
513
- "src/layout_component_cp1mn6aki1e.js",
514
- "src/layout_component_z38jinctlvc.js"
515
- ],
516
- "symbols": [
517
- "layout_component_cP1MN6aKI1E",
518
- "layout_component_Z38JINctLvc"
519
- ]
520
- },
521
- "entry_layout_.js": {
522
- "size": 4793,
523
- "imports": [
524
- "header.js",
525
- "root2.js"
526
- ],
527
- "dynamicImports": [
528
- "entry_Breadcrumbs.js",
529
- "entry_Menu.js"
530
- ],
531
- "origins": [
532
- "src/components/breadcrumbs/breadcrumbs.js",
533
- "src/components/menu/menu.js",
534
- "src/entry_layout_.js",
535
- "src/layout__component_3vmotzfnja8.js",
536
- "src/layout__component_ipew2cqalbs.js",
537
- "src/layout__component_usestyles_0vfw6sjzoii.js",
538
- "src/layout__component_usestyles_sbsnbjkwlgw.js",
539
- "src/routes/dashboard/dashboard.css?used&inline",
540
- "src/routes/docs/docs.css?used&inline"
541
- ],
542
- "symbols": [
543
- "layout__component_3vmOtZFNja8",
544
- "layout__component_IpEw2cQaLBs",
545
- "layout__component_useStyles_0vFw6sjzoiI",
546
- "layout__component_useStyles_sBSnbJkWlgw"
547
- ]
548
- },
549
- "entry_layout_api.js": {
550
- "size": 1842,
551
- "imports": [
552
- "root2.js"
553
- ],
554
- "origins": [
555
- "src/entry_layout_api.js",
556
- "src/layout_api_component_lchrsne39gg.js",
557
- "src/layout_api_component_usestyles_nevycxm2dbi.js",
558
- "src/routes/api/api.css?used&inline"
559
- ],
560
- "symbols": [
561
- "layout_api_component_LchrSne39gg",
562
- "layout_api_component_useStyles_NEVycXm2DbI"
563
- ]
564
- },
565
- "entry_Menu.js": {
566
- "size": 1750,
567
- "imports": [
568
- "root2.js"
569
- ],
570
- "origins": [
571
- "src/components/menu/menu.css?used&inline",
572
- "src/entry_Menu.js",
573
- "src/menu_component_k1erbsd0gpc.js",
574
- "src/menu_component_usestyles_6tthmifcoq8.js"
575
- ],
576
- "symbols": [
577
- "Menu_component_K1eRBSD0Gpc",
578
- "Menu_component_useStyles_6tTHmIfcOQ8"
579
- ]
580
- },
581
- "entry_profile.js": {
582
- "size": 343,
583
- "imports": [
584
- "root2.js"
585
- ],
586
- "origins": [
587
- "src/entry_profile.js",
588
- "src/profile_component_xcyaa0wpf6s.js"
589
- ],
590
- "symbols": [
591
- "profile_component_xCyaa0wPF6s"
592
- ]
593
- },
594
- "entry_routes.js": {
595
- "size": 372,
596
- "imports": [
597
- "root2.js"
598
- ],
599
- "origins": [
600
- "src/entry_routes.js",
601
- "src/routes_component_lqnnyu1iy8c.js"
602
- ],
603
- "symbols": [
604
- "routes_component_LqnNyU1Iy8c"
605
- ]
606
- },
607
- "entry_settings.js": {
608
- "size": 347,
609
- "imports": [
610
- "root2.js"
611
- ],
612
- "origins": [
613
- "src/entry_settings.js",
614
- "src/settings_component_soejidhmydq.js"
615
- ],
616
- "symbols": [
617
- "settings_component_soEjIdhmYDQ"
618
- ]
619
- },
620
- "header.js": {
621
- "size": 467,
622
- "imports": [
623
- "root2.js"
624
- ],
625
- "dynamicImports": [
626
- "entry_footer.js",
627
- "entry_header.js"
628
- ],
629
- "origins": [
630
- "src/components/footer/footer.js",
631
- "src/components/header/header.js"
632
- ]
633
- },
634
- "index.js": {
635
- "size": 340,
636
- "imports": [
637
- "root2.js"
638
- ],
639
- "dynamicImports": [
640
- "entry_routes.js"
641
- ],
642
- "origins": [
643
- "src/routes/index.js"
644
- ]
645
- },
646
- "index10.js": {
647
- "size": 483,
648
- "imports": [
649
- "root2.js"
650
- ],
651
- "dynamicImports": [
652
- "entry__id_.js"
653
- ],
654
- "origins": [
655
- "src/routes/products/[id]/index.js"
656
- ]
657
- },
658
- "index11.js": {
659
- "size": 381,
660
- "imports": [
661
- "root2.js"
662
- ],
663
- "dynamicImports": [
664
- "entry__id_.js"
665
- ],
666
- "origins": [
667
- "src/routes/docs/[category]/[id]/index.js"
668
- ]
669
- },
670
- "index12.js": {
671
- "size": 423,
672
- "imports": [
673
- "root2.js"
674
- ],
675
- "dynamicImports": [
676
- "entry_____slug_.js"
677
- ],
678
- "origins": [
679
- "src/routes/blog/[...slug]/index.js"
680
- ]
681
- },
682
- "index2.js": {
683
- "size": 332,
684
- "imports": [
685
- "root2.js"
686
- ],
687
- "dynamicImports": [
688
- "entry_about_us.js"
689
- ],
690
- "origins": [
691
- "src/routes/about-us/index.js"
692
- ]
693
- },
694
- "index3.js": {
695
- "size": 1197,
696
- "imports": [
697
- "root2.js"
698
- ],
699
- "origins": [
700
- "src/routes/blog/index.md"
701
- ]
702
- },
703
- "index4.js": {
704
- "size": 330,
705
- "imports": [
706
- "root2.js"
707
- ],
708
- "dynamicImports": [
709
- "entry_dashboard.js"
710
- ],
711
- "origins": [
712
- "src/routes/dashboard/index.js"
713
- ]
714
- },
715
- "index5.js": {
716
- "size": 324,
717
- "imports": [
718
- "root2.js"
719
- ],
720
- "dynamicImports": [
721
- "entry_docs.js"
722
- ],
723
- "origins": [
724
- "src/routes/docs/index.js"
725
- ]
726
- },
727
- "index6.js": {
728
- "size": 329,
729
- "imports": [
730
- "root2.js"
731
- ],
732
- "dynamicImports": [
733
- "entry_profile.js"
734
- ],
735
- "origins": [
736
- "src/routes/dashboard/profile/index.js"
737
- ]
738
- },
739
- "index7.js": {
740
- "size": 332,
741
- "imports": [
742
- "root2.js"
743
- ],
744
- "dynamicImports": [
745
- "entry_settings.js"
746
- ],
747
- "origins": [
748
- "src/routes/dashboard/settings/index.js"
749
- ]
750
- },
751
- "index8.js": {
752
- "size": 5428,
753
- "imports": [
754
- "root2.js"
755
- ],
756
- "origins": [
757
- "src/routes/docs/getting-started/index.md"
758
- ]
759
- },
760
- "index9.js": {
761
- "size": 1443,
762
- "imports": [
763
- "root2.js"
764
- ],
765
- "origins": [
766
- "src/routes/docs/overview/index.md"
767
- ]
768
- },
769
- "index@api.js": {
770
- "size": 296,
771
- "imports": [
772
- "root2.js"
773
- ],
774
- "dynamicImports": [
775
- "entry_index_api.js"
776
- ],
777
- "origins": [
778
- "src/routes/api/index@api.js"
779
- ]
780
- },
781
- "layout!.js": {
782
- "size": 406,
783
- "imports": [
784
- "root2.js"
785
- ],
786
- "dynamicImports": [
787
- "entry_layout_.js"
788
- ],
789
- "origins": [
790
- "src/routes/dashboard/layout!.js"
791
- ]
792
- },
793
- "layout!2.js": {
794
- "size": 402,
795
- "imports": [
796
- "root2.js"
797
- ],
798
- "dynamicImports": [
799
- "entry_layout_.js"
800
- ],
801
- "origins": [
802
- "src/routes/docs/layout!.js"
803
- ]
804
- },
805
- "layout-api.js": {
806
- "size": 388,
807
- "imports": [
808
- "root2.js"
809
- ],
810
- "dynamicImports": [
811
- "entry_layout_api.js"
812
- ],
813
- "origins": [
814
- "src/routes/api/layout-api.js"
815
- ]
816
- },
817
- "layout.js": {
818
- "size": 284,
819
- "imports": [
820
- "root2.js"
821
- ],
822
- "dynamicImports": [
823
- "entry_layout.js"
824
- ],
825
- "origins": [
826
- "src/routes/blog/layout.js"
827
- ]
828
- },
829
- "layout2.js": {
830
- "size": 284,
831
- "imports": [
832
- "root2.js"
833
- ],
834
- "dynamicImports": [
835
- "entry_layout.js"
836
- ],
837
- "origins": [
838
- "src/routes/layout.js"
839
- ]
840
- },
841
- "menu.js": {
842
- "size": 600,
843
- "origins": [
844
- "src/routes/docs/menu.md"
845
- ]
846
- },
847
- "root.js": {
848
- "size": 59,
849
- "imports": [
850
- "root2.js"
851
- ]
852
- },
853
- "root2.js": {
854
- "size": 143659,
855
- "dynamicImports": [
856
- "@qwik-city-plan.js",
857
- "entry_Head.js"
858
- ],
859
- "origins": [
860
- "../../\u0000vite/preload-helper",
861
- "../../../packages/qwik-city/lib/index.qwik.mjs",
862
- "../../../packages/qwik/dist/core.mjs",
863
- "@builder.io/qwik/build",
864
- "src/components/head/head.js",
865
- "src/global.css",
866
- "src/root.js"
867
- ]
868
- },
869
- "service-worker.js": {
870
- "size": 6644,
871
- "origins": [
872
- "../../../packages/qwik-city/lib/service-worker.mjs",
873
- "src/routes/service-worker.js"
874
- ]
875
- }
876
- },
877
- "injections": [
878
- {
879
- "tag": "link",
880
- "location": "head",
881
- "attributes": {
882
- "rel": "stylesheet",
883
- "href": "/build/root.css"
884
- }
885
- }
886
- ],
887
- "version": "1",
888
- "options": {
889
- "target": "client",
890
- "buildMode": "development",
891
- "forceFullBuild": true,
892
- "entryStrategy": {
893
- "type": "smart"
894
- }
895
- },
896
- "platform": {
897
- "qwik": "0.0.108-dev20220913044450",
898
- "vite": "",
899
- "rollup": "2.77.3",
900
- "env": "node",
901
- "os": "darwin",
902
- "node": "16.16.0"
903
- }
904
- }