lumina-slides 8.0.0 → 8.1.0
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/layout-embedded.json +65 -0
- package/dist/lumina-slides.js +627 -611
- package/dist/lumina-slides.umd.cjs +3 -3
- package/dist/style.css +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
{
|
|
2
|
+
"meta": {
|
|
3
|
+
"title": "Layout: Embedded Widget"
|
|
4
|
+
},
|
|
5
|
+
"slides": [
|
|
6
|
+
{
|
|
7
|
+
"type": "statement",
|
|
8
|
+
"sizing": "container",
|
|
9
|
+
"meta": {
|
|
10
|
+
"orbColor": "#ec4899"
|
|
11
|
+
},
|
|
12
|
+
"tag": "Widget Mode",
|
|
13
|
+
"title": "Interactive",
|
|
14
|
+
"subtitle": "Swipe or click to navigate deeply."
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"type": "timeline",
|
|
18
|
+
"sizing": "container",
|
|
19
|
+
"meta": {
|
|
20
|
+
"orbColor": "#ec4899"
|
|
21
|
+
},
|
|
22
|
+
"title": "Widget Mode",
|
|
23
|
+
"subtitle": "This slide adapts to its container.",
|
|
24
|
+
"timeline": [
|
|
25
|
+
{
|
|
26
|
+
"date": "Step 1",
|
|
27
|
+
"title": "Init",
|
|
28
|
+
"description": "Engine detects container size."
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"date": "Step 2",
|
|
32
|
+
"title": "Render",
|
|
33
|
+
"description": "Content flows naturally without forcing 100vh."
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"date": "Step 3",
|
|
37
|
+
"title": "Embed",
|
|
38
|
+
"description": "Perfect for dashboards and docs."
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"type": "features",
|
|
44
|
+
"sizing": "container",
|
|
45
|
+
"title": "Compact Power",
|
|
46
|
+
"features": [
|
|
47
|
+
{
|
|
48
|
+
"title": "Responsive",
|
|
49
|
+
"desc": "Adapts to any div",
|
|
50
|
+
"icon": "fa-compress"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"title": "Interactive",
|
|
54
|
+
"desc": "Full touch support",
|
|
55
|
+
"icon": "fa-hand-pointer"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"title": "Fast",
|
|
59
|
+
"desc": "Hardware accelerated",
|
|
60
|
+
"icon": "fa-bolt"
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
}
|