@playkit-js/moderation 2.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.
- package/CHANGELOG.md +54 -0
- package/LICENSE +661 -0
- package/README.md +12 -0
- package/dist/playkit-moderation.js +24 -0
- package/dist/playkit-moderation.js.map +1 -0
- package/package.json +80 -0
- package/src/assets/.gitkeep +0 -0
- package/src/assets/close.svg +10 -0
- package/src/assets/down.svg +9 -0
- package/src/assets/error.svg +3 -0
- package/src/assets/flag.svg +6 -0
- package/src/assets/report.svg +3 -0
- package/src/components/.gitkeep +0 -0
- package/src/components/moderation/assets/down.svg +9 -0
- package/src/components/moderation/index.ts +1 -0
- package/src/components/moderation/moderation.scss +195 -0
- package/src/components/moderation/moderation.tsx +239 -0
- package/src/components/plugin-button/index.ts +1 -0
- package/src/components/plugin-button/plugin-button.scss +14 -0
- package/src/components/plugin-button/plugin-button.tsx +6 -0
- package/src/components/popover-menu/index.ts +1 -0
- package/src/components/popover-menu/popover-menu.scss +4 -0
- package/src/components/popover-menu/popover-menu.tsx +52 -0
- package/src/global.d.ts +11 -0
- package/src/index.ts +1 -0
- package/src/moderation-plugin.scss +13 -0
- package/src/moderation-plugin.tsx +241 -0
- package/src/variables.scss +8 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
+
|
|
5
|
+
### [2.0.11-canary.0](https://github.com/kaltura/playkit-js-moderation/compare/v2.0.10...v2.0.11-canary.0) (2021-12-06)
|
|
6
|
+
|
|
7
|
+
### [2.0.10](https://github.com/kaltura/playkit-js-moderation/compare/v2.0.9...v2.0.10) (2021-12-06)
|
|
8
|
+
|
|
9
|
+
### [2.0.9](https://github.com/kaltura/playkit-js-moderation/compare/v2.0.7...v2.0.9) (2021-12-06)
|
|
10
|
+
|
|
11
|
+
### [2.0.7](https://github.com/kaltura/playkit-js-moderation/compare/v2.0.6...v2.0.7) (2021-12-05)
|
|
12
|
+
|
|
13
|
+
### [2.0.6](https://github.com/kaltura/playkit-js-moderation/compare/v2.0.2...v2.0.6) (2021-12-05)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **FEV468:** I as User want to report inappropriate content to the moderator ([#18](https://github.com/kaltura/playkit-js-moderation/issues/18)) ([6ceb3f3](https://github.com/kaltura/playkit-js-moderation/commit/6ceb3f3c5fb42b8261b3591b488a7aeb8316b894))
|
|
19
|
+
|
|
20
|
+
### [2.0.2](https://github.com/kaltura/playkit-js-moderation/compare/v2.0.1...v2.0.2) (2020-06-01)
|
|
21
|
+
|
|
22
|
+
### [2.0.1](https://github.com/kaltura/playkit-js-moderation/compare/v2.0.0...v2.0.1) (2020-05-06)
|
|
23
|
+
|
|
24
|
+
### [0.0.4](https://github.com/kaltura/playkit-js-moderation/compare/v0.0.3...v2.0.0) (2020-05-04)
|
|
25
|
+
|
|
26
|
+
### [0.0.3](https://github.com/kaltura/playkit-js-moderation/compare/v0.0.2...v0.0.3) (2020-04-21)
|
|
27
|
+
|
|
28
|
+
### 0.0.2 (2020-04-16)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* **FEV-468:** add API logic ([c9cba90](https://github.com/kaltura/playkit-js-moderation/commit/c9cba90e1d5f04f2e5cd6d212aaf95a508dcdc37))
|
|
34
|
+
* **FEV-468:** display toast after report successfully send ([c8e412f](https://github.com/kaltura/playkit-js-moderation/commit/c8e412ff2c485b88bee4a076edca9b6f4573265a))
|
|
35
|
+
* **FEV-468:** fix PR comments ([6475ae3](https://github.com/kaltura/playkit-js-moderation/commit/6475ae3ebd31776ea0241b6016706ff7663621e8))
|
|
36
|
+
* **FEV-468:** fix PR comments, IE11 support on dev ([827396a](https://github.com/kaltura/playkit-js-moderation/commit/827396a0b1ed23e8af51a6770a006b34bd296e8b))
|
|
37
|
+
* **FEV-468:** moved API logic to the root plugin-component ([397d940](https://github.com/kaltura/playkit-js-moderation/commit/397d940e5ee6d668782e93da868ad40dfe696732))
|
|
38
|
+
* **FEV-468:** pause and resume video logic ([5e0b16e](https://github.com/kaltura/playkit-js-moderation/commit/5e0b16e2eda8cd55ba9c61d6972593b0b58ef500))
|
|
39
|
+
* **FEV-468:** responsive design, report options from config ([204aa48](https://github.com/kaltura/playkit-js-moderation/commit/204aa4830c316c0aeac078c562c1ef2aa7bcaa43))
|
|
40
|
+
* **FEV-468:** sending report - on error toast ([1ced0f9](https://github.com/kaltura/playkit-js-moderation/commit/1ced0f9cd125e838b866412e1e475fdc9007c63e))
|
|
41
|
+
* **FEV-468:** style changes ([f229a9c](https://github.com/kaltura/playkit-js-moderation/commit/f229a9c07115d8daaae95b775c25537c22eee859))
|
|
42
|
+
* **FEV-468:** style changes ([8fb4d6b](https://github.com/kaltura/playkit-js-moderation/commit/8fb4d6b19d68d94cd31671fcd2f7e1f2c29d3d1e))
|
|
43
|
+
* **FEV-468:** tech fix ([e89f917](https://github.com/kaltura/playkit-js-moderation/commit/e89f917bc5c0cbfac09d7a1356bf14ccd8b35593))
|
|
44
|
+
* **FEV-468:** textarea styles ([54ff25f](https://github.com/kaltura/playkit-js-moderation/commit/54ff25f31c810189a4cc8e544e1b1a47d34504c6))
|
|
45
|
+
* **FEV-468:** use placeholder ([3942b24](https://github.com/kaltura/playkit-js-moderation/commit/3942b24a260757c16687660bf8e2efa666490b2f))
|
|
46
|
+
* **FEV-481:** add accessibility ([12eccc8](https://github.com/kaltura/playkit-js-moderation/commit/12eccc8eed34354313005fd25576049da2408421))
|
|
47
|
+
* **FEV-481:** fix submit button styles on focus ([b6cfcc9](https://github.com/kaltura/playkit-js-moderation/commit/b6cfcc9044e610bd51da0f163f6ecb659bcc9f9f))
|
|
48
|
+
|
|
49
|
+
### 0.0.1( (2020-01-27)
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
### Features
|
|
53
|
+
|
|
54
|
+
* add initial plugin repository
|