taleem-player 1.0.8 → 1.0.10

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/dist/spec/index.js +17 -6
  2. package/package.json +1 -1
@@ -50,7 +50,9 @@ var goldenDeckV1 = {
50
50
  type: "imageSlide",
51
51
  start: 15,
52
52
  end: 20,
53
- data: [{ name: "image", content: "image.png", showAt: 15 }]
53
+ data: [
54
+ { name: "image", content: "image.png", showAt: 15 }
55
+ ]
54
56
  },
55
57
  {
56
58
  type: "imageWithTitle",
@@ -121,7 +123,9 @@ var goldenDeckV1 = {
121
123
  type: "progressbar",
122
124
  start: 50,
123
125
  end: 55,
124
- data: [{ name: "bar", label: "Lesson Coverage", value: 60, showAt: 50 }]
126
+ data: [
127
+ { name: "bar", label: "Lesson Coverage", value: 60, showAt: 50 }
128
+ ]
125
129
  },
126
130
  {
127
131
  type: "quoteSlide",
@@ -148,7 +152,12 @@ var goldenDeckV1 = {
148
152
  start: 65,
149
153
  end: 75,
150
154
  data: [
151
- { name: "line", type: "heading", content: "Eq Slide - under construction", showAt: 65 },
155
+ {
156
+ name: "line",
157
+ type: "heading",
158
+ content: "Eq Slide - under construction",
159
+ showAt: 65
160
+ },
152
161
  {
153
162
  name: "line",
154
163
  type: "math",
@@ -156,7 +165,7 @@ var goldenDeckV1 = {
156
165
  showAt: 66,
157
166
  spItems: [
158
167
  { type: "spText", content: "The square means the bracket is multiplied by itself." },
159
- { type: "spImage", content: "box.webp" }
168
+ { type: "spImage", content: "image.png" }
160
169
  ]
161
170
  },
162
171
  {
@@ -166,7 +175,7 @@ var goldenDeckV1 = {
166
175
  showAt: 67,
167
176
  spItems: [
168
177
  { type: "spText", content: "The square means the bracket is multiplied by itself." },
169
- { type: "spImage", content: "image.webp" }
178
+ { type: "spImage", content: "image.png" }
170
179
  ]
171
180
  }
172
181
  ]
@@ -175,7 +184,9 @@ var goldenDeckV1 = {
175
184
  type: "fillImage",
176
185
  start: 75,
177
186
  end: 80,
178
- data: [{ name: "image", content: "image.png", showAt: 75 }]
187
+ data: [
188
+ { name: "image", content: "image.png", showAt: 75 }
189
+ ]
179
190
  },
180
191
  {
181
192
  type: "titleAndPara",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taleem-player",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "type": "module",
5
5
  "main": "./dist/taleem-player.umd.js",
6
6
  "module": "./dist/taleem-player.esm.js",