@admin-layout/demo-perplexity-browser 12.0.16-alpha.91 → 12.0.16-alpha.92

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 (2) hide show
  1. package/lib/routes.json +81 -27
  2. package/package.json +3 -3
package/lib/routes.json CHANGED
@@ -7,7 +7,9 @@
7
7
  "path": "/o/:orgName/perplexity",
8
8
  "position": "LOWER",
9
9
  "exact": true,
10
- "priority": 1
10
+ "priority": 1,
11
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/home/HomePage.js",
12
+ "hasComponent": true
11
13
  }
12
14
  },
13
15
  {
@@ -18,7 +20,9 @@
18
20
  "path": "/o/:orgName/discover",
19
21
  "position": "LOWER",
20
22
  "exact": false,
21
- "priority": 2
23
+ "priority": 2,
24
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/discover/DiscoverPage.js",
25
+ "hasComponent": true
22
26
  }
23
27
  },
24
28
  {
@@ -27,7 +31,9 @@
27
31
  "name": "For You",
28
32
  "path": "/o/:orgName/discover/for-you",
29
33
  "position": "LOWER",
30
- "exact": true
34
+ "exact": true,
35
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/discover/topics/ForYou.js",
36
+ "hasComponent": true
31
37
  }
32
38
  },
33
39
  {
@@ -36,7 +42,9 @@
36
42
  "name": "Top",
37
43
  "path": "/o/:orgName/discover/top",
38
44
  "position": "LOWER",
39
- "exact": true
45
+ "exact": true,
46
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/discover/topics/Top.js",
47
+ "hasComponent": true
40
48
  }
41
49
  },
42
50
  {
@@ -45,7 +53,9 @@
45
53
  "name": "Tech & Science",
46
54
  "path": "/o/:orgName/discover/tech-science",
47
55
  "position": "LOWER",
48
- "exact": true
56
+ "exact": true,
57
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/discover/topics/TechScience.js",
58
+ "hasComponent": true
49
59
  }
50
60
  },
51
61
  {
@@ -54,7 +64,9 @@
54
64
  "name": "Finance",
55
65
  "path": "/o/:orgName/discover/finance",
56
66
  "position": "LOWER",
57
- "exact": true
67
+ "exact": true,
68
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/discover/topics/Finance.js",
69
+ "hasComponent": true
58
70
  }
59
71
  },
60
72
  {
@@ -63,7 +75,9 @@
63
75
  "name": "Arts & Culture",
64
76
  "path": "/o/:orgName/discover/arts-culture",
65
77
  "position": "LOWER",
66
- "exact": true
78
+ "exact": true,
79
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/discover/topics/ArtsCulture.js",
80
+ "hasComponent": true
67
81
  }
68
82
  },
69
83
  {
@@ -72,7 +86,9 @@
72
86
  "name": "Sports",
73
87
  "path": "/o/:orgName/discover/sports",
74
88
  "position": "LOWER",
75
- "exact": true
89
+ "exact": true,
90
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/discover/topics/Sports.js",
91
+ "hasComponent": true
76
92
  }
77
93
  },
78
94
  {
@@ -81,7 +97,9 @@
81
97
  "name": "Entertainment",
82
98
  "path": "/o/:orgName/discover/entertainment",
83
99
  "position": "LOWER",
84
- "exact": true
100
+ "exact": true,
101
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/discover/topics/Entertainment.js",
102
+ "hasComponent": true
85
103
  }
86
104
  },
87
105
  {
@@ -92,7 +110,9 @@
92
110
  "icon": "FiLayout",
93
111
  "path": "/o/:orgName/spaces",
94
112
  "position": "LOWER",
95
- "exact": false
113
+ "exact": false,
114
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/spaces/SpacesPage.js",
115
+ "hasComponent": true
96
116
  }
97
117
  },
98
118
  {
@@ -102,7 +122,9 @@
102
122
  "icon": "IoIosStats",
103
123
  "path": "/o/:orgName/spaces/finance",
104
124
  "position": "LOWER",
105
- "exact": true
125
+ "exact": true,
126
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/space/Finance.js",
127
+ "hasComponent": true
106
128
  }
107
129
  },
108
130
  {
@@ -112,7 +134,9 @@
112
134
  "icon": "MdFlightTakeoff",
113
135
  "path": "/o/:orgName/spaces/travel",
114
136
  "position": "LOWER",
115
- "exact": true
137
+ "exact": true,
138
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/space/Travel.js",
139
+ "hasComponent": true
116
140
  }
117
141
  },
118
142
  {
@@ -122,7 +146,9 @@
122
146
  "icon": "FaGraduationCap",
123
147
  "path": "/o/:orgName/spaces/academic",
124
148
  "position": "LOWER",
125
- "exact": true
149
+ "exact": true,
150
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/space/Academic.js",
151
+ "hasComponent": true
126
152
  }
127
153
  },
128
154
  {
@@ -132,7 +158,9 @@
132
158
  "icon": "FaDribbble",
133
159
  "path": "/o/:orgName/spaces/sports",
134
160
  "position": "LOWER",
135
- "exact": true
161
+ "exact": true,
162
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/space/Sports.js",
163
+ "hasComponent": true
136
164
  }
137
165
  },
138
166
  {
@@ -143,7 +171,9 @@
143
171
  "path": "/o/:orgName/categories",
144
172
  "position": "LOWER",
145
173
  "exact": false,
146
- "priority": 4
174
+ "priority": 4,
175
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/categories/CategoriesPage.js",
176
+ "hasComponent": true
147
177
  }
148
178
  },
149
179
  {
@@ -153,7 +183,9 @@
153
183
  "path": "/o/:orgName/account",
154
184
  "auth": true,
155
185
  "position": "BOTTOM",
156
- "exact": false
186
+ "exact": false,
187
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/Account/AccountLayout.js",
188
+ "hasComponent": true
157
189
  }
158
190
  },
159
191
  {
@@ -163,7 +195,9 @@
163
195
  "path": "/o/:orgName/account/details",
164
196
  "auth": true,
165
197
  "exact": true,
166
- "priority": 1
198
+ "priority": 1,
199
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/Account/AccountDetails.js",
200
+ "hasComponent": true
167
201
  }
168
202
  },
169
203
  {
@@ -174,7 +208,9 @@
174
208
  "auth": true,
175
209
  "position": "BOTTOM",
176
210
  "exact": true,
177
- "priority": 2
211
+ "priority": 2,
212
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/Account/Preferences.js",
213
+ "hasComponent": true
178
214
  }
179
215
  },
180
216
  {
@@ -184,7 +220,9 @@
184
220
  "path": "/o/:orgName/account/personalization",
185
221
  "auth": true,
186
222
  "priority": 3,
187
- "exact": true
223
+ "exact": true,
224
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/Account/Personalization.js",
225
+ "hasComponent": true
188
226
  }
189
227
  },
190
228
  {
@@ -194,7 +232,9 @@
194
232
  "path": "/o/:orgName/account/assistant",
195
233
  "auth": true,
196
234
  "priority": 4,
197
- "exact": true
235
+ "exact": true,
236
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/Account/Assistant.js",
237
+ "hasComponent": true
198
238
  }
199
239
  },
200
240
  {
@@ -204,7 +244,9 @@
204
244
  "path": "/o/:orgName/account/tasks",
205
245
  "auth": true,
206
246
  "priority": 5,
207
- "exact": true
247
+ "exact": true,
248
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/Account/Tasks.js",
249
+ "hasComponent": true
208
250
  }
209
251
  },
210
252
  {
@@ -214,7 +256,9 @@
214
256
  "path": "/o/:orgName/account/notifications",
215
257
  "auth": true,
216
258
  "priority": 6,
217
- "exact": true
259
+ "exact": true,
260
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/Account/Notifications.js",
261
+ "hasComponent": true
218
262
  }
219
263
  },
220
264
  {
@@ -224,7 +268,9 @@
224
268
  "path": "/o/:orgName/account/connectors",
225
269
  "auth": true,
226
270
  "priority": 7,
227
- "exact": true
271
+ "exact": true,
272
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/Account/Connectors.js",
273
+ "hasComponent": true
228
274
  }
229
275
  },
230
276
  {
@@ -234,7 +280,9 @@
234
280
  "path": "/o/:orgName/account/api",
235
281
  "auth": true,
236
282
  "priority": 8,
237
- "exact": true
283
+ "exact": true,
284
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/Account/API.js",
285
+ "hasComponent": true
238
286
  }
239
287
  },
240
288
  {
@@ -244,7 +292,9 @@
244
292
  "path": "/o/:orgName/account/pro-perks",
245
293
  "auth": true,
246
294
  "priority": 9,
247
- "exact": true
295
+ "exact": true,
296
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/Account/ProPerks.js",
297
+ "hasComponent": true
248
298
  }
249
299
  },
250
300
  {
@@ -254,7 +304,9 @@
254
304
  "path": "/o/:orgName/account/all-settings",
255
305
  "auth": true,
256
306
  "priority": 10,
257
- "exact": true
307
+ "exact": true,
308
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/Account/AllSettings.js",
309
+ "hasComponent": true
258
310
  }
259
311
  },
260
312
  {
@@ -264,7 +316,9 @@
264
316
  "path": "/o/:orgName/account/view-plans",
265
317
  "auth": true,
266
318
  "priority": 11,
267
- "exact": true
319
+ "exact": true,
320
+ "componentPath": "@admin-layout/demo-perplexity-browser/lib/pages/Account/ViewPlans.js",
321
+ "hasComponent": true
268
322
  }
269
323
  }
270
324
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admin-layout/demo-perplexity-browser",
3
- "version": "12.0.16-alpha.91",
3
+ "version": "12.0.16-alpha.92",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@admin-layout/assets": "12.0.16-alpha.74",
25
- "@admin-layout/tailwind-design-pro": "12.0.16-alpha.91",
25
+ "@admin-layout/tailwind-design-pro": "12.0.16-alpha.92",
26
26
  "@admin-layout/tailwind-ui": "12.0.16-alpha.91",
27
27
  "@pubngo-stack/icons": "8.0.7",
28
28
  "@react-icons/all-files": "^4.1.0",
@@ -53,5 +53,5 @@
53
53
  "typescript": {
54
54
  "definition": "lib/index.d.ts"
55
55
  },
56
- "gitHead": "9cd72f5df9382dcb5020262b2cc44a90adf8b3d7"
56
+ "gitHead": "58485a4d482912f32e160120a26ed34c028b452e"
57
57
  }