@explorer-1/vue 0.2.50 → 0.2.52

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 (71) hide show
  1. package/components.d.ts +2 -0
  2. package/dist/explorer-1-vue.js +3228 -3167
  3. package/dist/explorer-1-vue.umd.cjs +10 -10
  4. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Artists.jpg +0 -0
  5. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Communicators.jpg +0 -0
  6. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Designers.jpg +0 -0
  7. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Disruptors.jpg +0 -0
  8. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Dreamers.jpg +0 -0
  9. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Educators.jpg +0 -0
  10. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Innovators.jpg +0 -0
  11. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Inventors.jpg +0 -0
  12. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Makers.jpg +0 -0
  13. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Problem_Solvers.jpg +0 -0
  14. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Robiticists.jpg +0 -0
  15. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Scientists.jpg +0 -0
  16. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Software_Engineers.jpg +0 -0
  17. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Thinkers.jpg +0 -0
  18. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Visualizers.jpg +0 -0
  19. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Artists.jpg +0 -0
  20. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Communicators.jpg +0 -0
  21. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Designers.jpg +0 -0
  22. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Disruptors.jpg +0 -0
  23. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Dreamers.jpg +0 -0
  24. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Educators.jpg +0 -0
  25. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Innovators.jpg +0 -0
  26. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Inventors.jpg +0 -0
  27. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Makers.jpg +0 -0
  28. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Problem_Solvers.jpg +0 -0
  29. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Robiticists.jpg +0 -0
  30. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Scientists.jpg +0 -0
  31. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Software_Engineers.jpg +0 -0
  32. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Thinkers.jpg +0 -0
  33. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Visualizers.jpg +0 -0
  34. package/dist/src/components/BaseButton/BaseButton.stories.d.ts +1 -1
  35. package/dist/src/components/BaseButton/BaseButton.vue.d.ts +1 -1
  36. package/dist/src/components/BaseModal/BaseModal.stories.d.ts +2 -2
  37. package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +12 -0
  38. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +5 -1
  39. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +5 -1
  40. package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +1 -0
  41. package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +9 -0
  42. package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +9 -0
  43. package/dist/src/components/TextInput/TextInput.vue.d.ts +5 -2
  44. package/dist/src/components/YearTicker/YearTicker.stories.d.ts +1 -0
  45. package/dist/src/components/YearTicker/YearTicker.vue.d.ts +1 -0
  46. package/dist/src/interfaces.d.ts +4 -2
  47. package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +3 -5
  48. package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.d.ts +601 -0
  49. package/dist/src/utils/generateHash.d.ts +1 -0
  50. package/dist/style.css +1 -1
  51. package/package.json +2 -2
  52. package/src/components/BlockIframeEmbed/BlockIframeEmbed.vue +1 -1
  53. package/src/components/BlockImage/BlockImage.vue +4 -1
  54. package/src/components/BlockImage/BlockImageFullBleed.vue +5 -2
  55. package/src/components/BlockImage/BlockImageStandard.vue +5 -2
  56. package/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue +5 -2
  57. package/src/components/BlockImageComparison/BlockImageComparison.vue +5 -2
  58. package/src/components/BlockInlineImage/BlockInlineImage.vue +9 -2
  59. package/src/components/BlockStreamfield/BlockStreamfield.vue +46 -23
  60. package/src/components/BlockVideo/BlockVideo.vue +1 -1
  61. package/src/components/BlockVideoEmbed/BlockVideoEmbed.vue +1 -1
  62. package/src/components/HeroInlineMedia/HeroInlineMedia.vue +2 -21
  63. package/src/components/HeroMedia/HeroMedia.vue +1 -1
  64. package/src/components/MetaPanel/MetaPanel.vue +49 -44
  65. package/src/components/SearchResultsList/SearchResultsList.vue +4 -1
  66. package/src/templates/edu/PageEduLesson/PageEduLesson.stories.js +3 -3
  67. package/src/templates/edu/PageEduLesson/PageEduLesson.vue +9 -7
  68. package/src/templates/edu/PageEduLesson/PageEduLessonSection.vue +3 -8
  69. package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.js +253 -0
  70. package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue +419 -0
  71. package/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue +179 -0
@@ -0,0 +1,601 @@
1
+ import { default as PageEduStudentProject } from './PageEduStudentProject.vue';
2
+ import { AboutTheAuthorData } from './../../../components/AboutTheAuthor/AboutTheAuthor.stories';
3
+ import { BlockLinkCardCarouselData } from './../../../components/BlockLinkCarousel/BlockLinkCarousel.stories.js';
4
+ declare namespace _default {
5
+ export let title: string;
6
+ export { PageEduStudentProject as component };
7
+ export let tags: string[];
8
+ export let decorators: (() => {
9
+ template: string;
10
+ })[];
11
+ export namespace parameters {
12
+ let layout: string;
13
+ namespace html {
14
+ let root: string;
15
+ }
16
+ }
17
+ export let excludeStories: RegExp;
18
+ }
19
+ export default _default;
20
+ export namespace BaseStory {
21
+ namespace args {
22
+ namespace data {
23
+ export let __typename: string;
24
+ let title_1: string;
25
+ export { title_1 as title };
26
+ export let url: string;
27
+ export let pageType: string;
28
+ export let contentType: string;
29
+ export let searchDescription: string;
30
+ export let seoTitle: string;
31
+ export let slug: string;
32
+ export let publicationDate: string;
33
+ export let lastPublishedAt: string;
34
+ export namespace thumbnailImage {
35
+ let __typename_1: string;
36
+ export { __typename_1 as __typename };
37
+ export let original: string;
38
+ export let alt: string;
39
+ }
40
+ export { AboutTheAuthorData as authors };
41
+ export let hero: {
42
+ blockType: string;
43
+ imageInline: {
44
+ alt: string;
45
+ caption: string;
46
+ credit: string;
47
+ detailUrl: string;
48
+ original: string;
49
+ src: {
50
+ height: number;
51
+ url: string;
52
+ width: number;
53
+ };
54
+ srcSet: string;
55
+ };
56
+ image: {
57
+ src: {
58
+ url: string;
59
+ width: number;
60
+ height: number;
61
+ };
62
+ screenXs: {
63
+ url: string;
64
+ width: number;
65
+ };
66
+ screenSm: {
67
+ url: string;
68
+ width: number;
69
+ };
70
+ screenMd: {
71
+ url: string;
72
+ width: number;
73
+ };
74
+ screenLg: {
75
+ url: string;
76
+ width: number;
77
+ };
78
+ screenXl: {
79
+ url: string;
80
+ width: number;
81
+ };
82
+ screenTwoxl: {
83
+ url: string;
84
+ width: number;
85
+ };
86
+ screenThreexl: {
87
+ url: string;
88
+ width: number;
89
+ };
90
+ alt: string;
91
+ caption: string;
92
+ credit: string;
93
+ detailUrl: string;
94
+ };
95
+ caption: string;
96
+ displayCaption: boolean;
97
+ }[];
98
+ export let heroConstrain: boolean;
99
+ export namespace lesson {
100
+ let title_2: string;
101
+ export { title_2 as title };
102
+ let url_1: string;
103
+ export { url_1 as url };
104
+ }
105
+ export namespace primarySubject {
106
+ let subject: string;
107
+ }
108
+ export let additionalSubjects: {
109
+ subject: string;
110
+ }[];
111
+ export let gradeLevels: {
112
+ gradeLevel: string;
113
+ }[];
114
+ export namespace time {
115
+ let time_1: string;
116
+ export { time_1 as time };
117
+ }
118
+ export let customTime: undefined;
119
+ export let standards: {
120
+ standard: {
121
+ code: string;
122
+ definition: string;
123
+ domain: {
124
+ domain: string;
125
+ };
126
+ type: string;
127
+ };
128
+ }[];
129
+ export let overview: {
130
+ blockType: string;
131
+ value: string;
132
+ }[];
133
+ export let overviewHeading: undefined;
134
+ export let overviewImage: {
135
+ alt: string;
136
+ caption: string;
137
+ credit: string;
138
+ detailUrl: string;
139
+ original: string;
140
+ src: {
141
+ height: number;
142
+ url: string;
143
+ width: number;
144
+ };
145
+ srcSet: string;
146
+ };
147
+ export let materials: string;
148
+ export let materialsHeading: string;
149
+ export let materialsImage: {
150
+ alt: string;
151
+ caption: string;
152
+ credit: string;
153
+ detailUrl: string;
154
+ original: string;
155
+ src: {
156
+ height: number;
157
+ url: string;
158
+ width: number;
159
+ };
160
+ srcSet: string;
161
+ };
162
+ export let stepsNumbering: boolean;
163
+ export let steps: ({
164
+ heading: string;
165
+ media: never[];
166
+ content: ({
167
+ blockType: string;
168
+ fullBleed: boolean;
169
+ image: {
170
+ alt: string;
171
+ caption: string;
172
+ credit: string;
173
+ detailUrl: string;
174
+ original: string;
175
+ src: {
176
+ height: number;
177
+ url: string;
178
+ width: number;
179
+ };
180
+ srcSet: string;
181
+ };
182
+ imageFullBleed: {
183
+ alt: string;
184
+ caption: string;
185
+ credit: string;
186
+ detailUrl: string;
187
+ original: string;
188
+ src: {
189
+ width: number;
190
+ height: number;
191
+ url: string;
192
+ };
193
+ srcCropped: {
194
+ width: number;
195
+ height: number;
196
+ url: string;
197
+ };
198
+ screenXs: {
199
+ url: string;
200
+ width: number;
201
+ };
202
+ screenLg: {
203
+ url: string;
204
+ width: number;
205
+ };
206
+ screenXl: {
207
+ url: string;
208
+ width: number;
209
+ };
210
+ screenThreexl: {
211
+ url: string;
212
+ width: number;
213
+ };
214
+ };
215
+ } | {
216
+ blockType: string;
217
+ value: string;
218
+ })[];
219
+ } | {
220
+ heading: string;
221
+ media: {
222
+ blockType: string;
223
+ video: {
224
+ duration: string;
225
+ file: string;
226
+ fileExtension: string;
227
+ fileOgg: string;
228
+ fileWebm: string;
229
+ height: null;
230
+ id: string;
231
+ sources: string;
232
+ title: string;
233
+ type: string;
234
+ width: null;
235
+ };
236
+ caption: string;
237
+ credit: string;
238
+ }[];
239
+ content: {
240
+ blockType: string;
241
+ value: string;
242
+ }[];
243
+ } | {
244
+ heading: string;
245
+ media: {
246
+ blockType: string;
247
+ beforeImage: {
248
+ src: {
249
+ url: string;
250
+ };
251
+ srcCropped: {
252
+ url: string;
253
+ };
254
+ };
255
+ afterImage: {
256
+ src: {
257
+ url: string;
258
+ };
259
+ srcCropped: {
260
+ url: string;
261
+ };
262
+ };
263
+ caption: string;
264
+ }[];
265
+ content: {
266
+ blockType: string;
267
+ value: string;
268
+ }[];
269
+ })[];
270
+ export let customSections: {
271
+ blockType: string;
272
+ content: ({
273
+ blockType: string;
274
+ fullBleed: boolean;
275
+ image: {
276
+ alt: string;
277
+ caption: string;
278
+ credit: string;
279
+ detailUrl: string;
280
+ original: string;
281
+ src: {
282
+ height: number;
283
+ url: string;
284
+ width: number;
285
+ };
286
+ srcSet: string;
287
+ };
288
+ imageFullBleed: {
289
+ alt: string;
290
+ caption: string;
291
+ credit: string;
292
+ detailUrl: string;
293
+ original: string;
294
+ src: {
295
+ width: number;
296
+ height: number;
297
+ url: string;
298
+ };
299
+ srcCropped: {
300
+ width: number;
301
+ height: number;
302
+ url: string;
303
+ };
304
+ screenXs: {
305
+ url: string;
306
+ width: number;
307
+ };
308
+ screenLg: {
309
+ url: string;
310
+ width: number;
311
+ };
312
+ screenXl: {
313
+ url: string;
314
+ width: number;
315
+ };
316
+ screenThreexl: {
317
+ url: string;
318
+ width: number;
319
+ };
320
+ };
321
+ } | {
322
+ blockType: string;
323
+ text: string;
324
+ alignTo: string;
325
+ image: {
326
+ alt: string;
327
+ src: {
328
+ height: number;
329
+ url: string;
330
+ width: number;
331
+ };
332
+ original: string;
333
+ caption: string;
334
+ credit: string;
335
+ detailUrl: string;
336
+ };
337
+ displayCaption: boolean;
338
+ } | {
339
+ blockType: string;
340
+ heading: string;
341
+ listItem: {
342
+ text: string;
343
+ }[];
344
+ } | {
345
+ blockType: string;
346
+ value: string;
347
+ } | {
348
+ blockId: string;
349
+ blockType: string;
350
+ heading: string;
351
+ level: string;
352
+ size: string;
353
+ value?: undefined;
354
+ })[];
355
+ heading: {
356
+ blockType: string;
357
+ heading: string;
358
+ level: string;
359
+ size: string;
360
+ blockId: string;
361
+ };
362
+ position: string;
363
+ }[];
364
+ export let body: ({
365
+ blockType: string;
366
+ fullBleed: boolean;
367
+ image: {
368
+ alt: string;
369
+ caption: string;
370
+ credit: string;
371
+ detailUrl: string;
372
+ original: string;
373
+ src: {
374
+ height: number;
375
+ url: string;
376
+ width: number;
377
+ };
378
+ srcSet: string;
379
+ };
380
+ imageFullBleed: {
381
+ alt: string;
382
+ caption: string;
383
+ credit: string;
384
+ detailUrl: string;
385
+ original: string;
386
+ src: {
387
+ width: number;
388
+ height: number;
389
+ url: string;
390
+ };
391
+ srcCropped: {
392
+ width: number;
393
+ height: number;
394
+ url: string;
395
+ };
396
+ screenXs: {
397
+ url: string;
398
+ width: number;
399
+ };
400
+ screenLg: {
401
+ url: string;
402
+ width: number;
403
+ };
404
+ screenXl: {
405
+ url: string;
406
+ width: number;
407
+ };
408
+ screenThreexl: {
409
+ url: string;
410
+ width: number;
411
+ };
412
+ };
413
+ } | {
414
+ blockType: string;
415
+ text: string;
416
+ alignTo: string;
417
+ image: {
418
+ alt: string;
419
+ src: {
420
+ height: number;
421
+ url: string;
422
+ width: number;
423
+ };
424
+ original: string;
425
+ caption: string;
426
+ credit: string;
427
+ detailUrl: string;
428
+ };
429
+ displayCaption: boolean;
430
+ } | {
431
+ blockType: string;
432
+ heading: string;
433
+ listItem: {
434
+ text: string;
435
+ }[];
436
+ } | {
437
+ blockType: string;
438
+ value: string;
439
+ } | {
440
+ blockId: string;
441
+ blockType: string;
442
+ heading: string;
443
+ level: string;
444
+ size: string;
445
+ value?: undefined;
446
+ })[];
447
+ export let relatedLinks: {
448
+ blockType: string;
449
+ heading: string;
450
+ links: ({
451
+ text: string;
452
+ document: {
453
+ url: string;
454
+ };
455
+ page: string;
456
+ externalLink: string;
457
+ } | {
458
+ text: string;
459
+ document: string;
460
+ page: {
461
+ url: string;
462
+ };
463
+ externalLink: string;
464
+ } | {
465
+ text: string;
466
+ document: string;
467
+ page: string;
468
+ externalLink: string;
469
+ })[];
470
+ };
471
+ export let relatedContentHeading: string;
472
+ export { BlockLinkCardCarouselData as relatedContent };
473
+ }
474
+ }
475
+ }
476
+ export namespace HeroCarousel {
477
+ export namespace args_1 {
478
+ export namespace data_1 {
479
+ let hero_1: {
480
+ blockType: string;
481
+ blocks: {
482
+ image: {
483
+ alt: string;
484
+ title: string;
485
+ caption: string;
486
+ credit: string;
487
+ detailUrl: string;
488
+ original: string;
489
+ src: {
490
+ height: string;
491
+ url: string;
492
+ width: string;
493
+ };
494
+ srcSet: string;
495
+ };
496
+ }[];
497
+ }[];
498
+ export { hero_1 as hero };
499
+ }
500
+ export { data_1 as data };
501
+ }
502
+ export { args_1 as args };
503
+ }
504
+ export namespace HeroImageComparison {
505
+ export namespace args_2 {
506
+ export namespace data_2 {
507
+ let hero_2: {
508
+ blockType: string;
509
+ beforeImage: {
510
+ src: {
511
+ url: string;
512
+ };
513
+ srcCropped: {
514
+ url: string;
515
+ };
516
+ };
517
+ afterImage: {
518
+ src: {
519
+ url: string;
520
+ };
521
+ srcCropped: {
522
+ url: string;
523
+ };
524
+ };
525
+ caption: string;
526
+ }[];
527
+ export { hero_2 as hero };
528
+ }
529
+ export { data_2 as data };
530
+ }
531
+ export { args_2 as args };
532
+ }
533
+ export namespace HeroVideo {
534
+ export namespace args_3 {
535
+ export namespace data_3 {
536
+ let hero_3: {
537
+ blockType: string;
538
+ video: {
539
+ duration: string;
540
+ file: string;
541
+ fileExtension: string;
542
+ fileOgg: string;
543
+ fileWebm: string;
544
+ height: null;
545
+ id: string;
546
+ sources: string;
547
+ title: string;
548
+ type: string;
549
+ width: null;
550
+ };
551
+ caption: string;
552
+ credit: string;
553
+ }[];
554
+ export { hero_3 as hero };
555
+ }
556
+ export { data_3 as data };
557
+ }
558
+ export { args_3 as args };
559
+ }
560
+ export namespace HeroVideoEmbed {
561
+ export namespace args_4 {
562
+ export namespace data_4 {
563
+ let hero_4: {
564
+ embed: {
565
+ embed: string;
566
+ };
567
+ blockType: string;
568
+ caption: string;
569
+ credit: string;
570
+ }[];
571
+ export { hero_4 as hero };
572
+ }
573
+ export { data_4 as data };
574
+ }
575
+ export { args_4 as args };
576
+ }
577
+ export namespace HeroIframeEmbed {
578
+ export namespace args_5 {
579
+ export namespace data_5 {
580
+ let hero_5: {
581
+ blockType: string;
582
+ title: string;
583
+ caption: string;
584
+ url: string;
585
+ }[];
586
+ export { hero_5 as hero };
587
+ }
588
+ export { data_5 as data };
589
+ }
590
+ export { args_5 as args };
591
+ }
592
+ export namespace NoHero {
593
+ export namespace args_6 {
594
+ export namespace data_6 {
595
+ let hero_6: never[];
596
+ export { hero_6 as hero };
597
+ }
598
+ export { data_6 as data };
599
+ }
600
+ export { args_6 as args };
601
+ }
@@ -0,0 +1 @@
1
+ export declare function generateHash(str: string): number;