@latest-thinking/lt-player 1.0.5-c → 1.0.5-e

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latest-thinking/lt-player",
3
- "version": "1.0.5-c",
3
+ "version": "1.0.5-e",
4
4
  "description": "LT player.",
5
5
  "main": "dist/js/lt-player-main.js",
6
6
  "module": "dist/js/lt-player-main.js",
@@ -18,6 +18,7 @@
18
18
  "@babel/eslint-parser": "^7.16.5",
19
19
  "@babel/plugin-proposal-class-properties": "^7.16.7",
20
20
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
21
+ "@babel/plugin-transform-runtime": "^7.21.4",
21
22
  "@babel/preset-env": "^7.16.8",
22
23
  "@babel/preset-typescript": "^7.18.6",
23
24
  "@types/hammerjs": "^2.0.41",
@@ -58,9 +59,9 @@
58
59
  "dotenv-webpack": "^8.0.1",
59
60
  "eslint": "^8.31.0",
60
61
  "eslint-webpack-plugin": "^3.1.1",
62
+ "plyr": "^3.7.3",
61
63
  "sass": "^1.60.0",
62
64
  "sass-loader": "^13.2.2",
63
- "webpack": "^5.76.3",
64
- "plyr": "^3.7.3"
65
+ "webpack": "^5.76.3"
65
66
  }
66
67
  }
@@ -18,7 +18,7 @@
18
18
  &__right-buttons {
19
19
  display: flex;
20
20
  gap: 1rem;
21
- align-items: end;
21
+ align-items: flex-end;
22
22
  }
23
23
 
24
24
  &__left-buttons {
@@ -42,7 +42,7 @@
42
42
  &__next-chapter-view-wrapper {
43
43
  display: flex;
44
44
  gap: 1rem;
45
- align-items: end;
45
+ align-items: flex-end;
46
46
  }
47
47
 
48
48
  &__previous-chapter-view {
@@ -56,7 +56,7 @@
56
56
  &__next-chapter-view,
57
57
  &__previous-chapter-view {
58
58
  display: flex;
59
- align-items: end;
59
+ align-items: flex-end;
60
60
  margin-bottom: .4rem;
61
61
  width: 100px;
62
62
  color: $default-lt-player-white !important;
@@ -235,7 +235,7 @@
235
235
  max-width: 500px;
236
236
  display: flex;
237
237
  justify-content: space-between;
238
- align-items: end;
238
+ align-items: flex-end;
239
239
  padding: 1.5rem;
240
240
 
241
241
  button {
@@ -306,7 +306,7 @@
306
306
  display: flex;
307
307
  height: 200px;
308
308
  justify-content: center;
309
- align-items: end;
309
+ align-items: flex-end;
310
310
  background: $default-lt-player-white;
311
311
  z-index: 30;
312
312
 
@@ -69,7 +69,7 @@
69
69
  &__left {
70
70
  display: flex;
71
71
  flex-direction: column;
72
- align-items: start;
72
+ align-items: flex-start;
73
73
  flex: 0 0 20%
74
74
  }
75
75