@brightcove/components-embed-code-modal 1.1.1 → 1.1.2
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/__tests__/PrismPlayerControls.test.d.ts +2 -0
- package/__tests__/PrismPlayerControls.test.d.ts.map +1 -0
- package/{build/index.js → index.js} +1 -1
- package/index.js.map +1 -0
- package/package.json +6 -16
- package/{build/src → src}/js/components/prism/PrismPlayerControls.d.ts.map +1 -1
- package/.eslintignore +0 -7
- package/.eslintrc +0 -23
- package/.github/workflows/ci.yml +0 -23
- package/.husky/pre-commit +0 -4
- package/.nvmrc +0 -1
- package/.prettierignore +0 -7
- package/.prettierrc +0 -5
- package/.release-it.json +0 -40
- package/.whitesource +0 -3
- package/CHANGELOG.md +0 -403
- package/CODEOWNERS +0 -37
- package/PULL_REQUEST_TEMPLATE.md +0 -17
- package/__tests__/EmbedCode.test.tsx +0 -51
- package/__tests__/InteractivityProject.test.tsx +0 -50
- package/__tests__/PlayerPreview.test.tsx +0 -23
- package/__tests__/PrismPlayerPreview.test.tsx +0 -168
- package/__tests__/TabsHeader.test.tsx +0 -19
- package/__tests__/TabsSection.test.tsx +0 -46
- package/__tests__/TitleWithTooltip.test.tsx +0 -45
- package/__tests__/VideoPlayer.test.tsx +0 -38
- package/__tests__/embedCodeGenerator.test.ts +0 -111
- package/__tests__/util.test.ts +0 -89
- package/babel.config.json +0 -17
- package/build/README.md +0 -109
- package/build/index.js.map +0 -1
- package/build/package.json +0 -100
- package/etc/wildcard.brightcove.com.key +0 -27
- package/etc/wildcard.brightcove.com.pem +0 -96
- package/jest/jest.setup.js +0 -90
- package/jest/jest.stub.js +0 -4
- package/jest.config.js +0 -24
- package/scripts/create-dist-pkg-prod.js +0 -19
- package/src/index.ts +0 -17
- package/src/js/EmbedCodeModal.tsx +0 -105
- package/src/js/components/CustomSettingsDropdown.tsx +0 -184
- package/src/js/components/EmbedCopySection.tsx +0 -130
- package/src/js/components/ModalContainer.tsx +0 -367
- package/src/js/components/NoPlayerModal.tsx +0 -42
- package/src/js/components/PlayerPreview.tsx +0 -116
- package/src/js/components/TabsHeader.tsx +0 -31
- package/src/js/components/TabsSection.tsx +0 -74
- package/src/js/components/TitleWithTooltip.tsx +0 -39
- package/src/js/components/VideoLinks.tsx +0 -83
- package/src/js/components/VideoPlayer.tsx +0 -324
- package/src/js/components/index.ts +0 -9
- package/src/js/components/prism/PrismLiveModal.tsx +0 -162
- package/src/js/components/prism/PrismPlayerControls.tsx +0 -343
- package/src/js/components/prism/PrismPlayerPreview.tsx +0 -188
- package/src/js/components/prism/index.ts +0 -3
- package/src/js/constants/baseUrls.ts +0 -4
- package/src/js/constants/embed.ts +0 -12
- package/src/js/constants/player.ts +0 -32
- package/src/js/constants/pluginsRegistry.ts +0 -30
- package/src/js/hooks/useGetPlayers.ts +0 -12
- package/src/js/i18n.ts +0 -43
- package/src/js/services/players-api.ts +0 -26
- package/src/js/services/url-shortener.ts +0 -10
- package/src/js/types/EmbedCodeModalProps.ts +0 -72
- package/src/js/types/EmbedCodeProps.ts +0 -13
- package/src/js/types/brightcoveEmbedCode.d.ts +0 -18
- package/src/js/types/players.ts +0 -64
- package/src/js/types/react-i18next.d.ts +0 -8
- package/src/js/types/studioModule.ts +0 -7
- package/src/js/utils/addPluginsDataToPlayers.ts +0 -59
- package/src/js/utils/call.ts +0 -31
- package/src/js/utils/dimensions.ts +0 -53
- package/src/js/utils/embedCodeGenerator.ts +0 -120
- package/src/js/utils/featureSwitches.ts +0 -16
- package/src/js/utils/util.ts +0 -153
- package/src/module.tsx +0 -280
- package/src/styles/CustomSettingsDropdown.sass +0 -42
- package/src/styles/EmbedCode.sass +0 -30
- package/src/styles/EmbedCodeModal.sass +0 -76
- package/src/styles/base.sass +0 -1
- package/src/styles/prism/PrismLiveModal.sass +0 -155
- package/src/styles/theme.sass +0 -11
- package/src/styles/typings.td.ts +0 -9
- package/src/translations/en.json +0 -65
- package/src/translations/es.json +0 -65
- package/src/translations/fr.json +0 -65
- package/src/translations/ja.json +0 -65
- package/src/translations/ko.json +0 -65
- package/src/translations/zh.json +0 -65
- package/src/types/studio.ts +0 -197
- package/tsconfig.json +0 -34
- package/webpack.config.js +0 -117
- /package/{build/__tests__ → __tests__}/EmbedCode.test.d.ts +0 -0
- /package/{build/__tests__ → __tests__}/EmbedCode.test.d.ts.map +0 -0
- /package/{build/__tests__ → __tests__}/InteractivityProject.test.d.ts +0 -0
- /package/{build/__tests__ → __tests__}/InteractivityProject.test.d.ts.map +0 -0
- /package/{build/__tests__ → __tests__}/PlayerPreview.test.d.ts +0 -0
- /package/{build/__tests__ → __tests__}/PlayerPreview.test.d.ts.map +0 -0
- /package/{build/__tests__ → __tests__}/PrismPlayerPreview.test.d.ts +0 -0
- /package/{build/__tests__ → __tests__}/PrismPlayerPreview.test.d.ts.map +0 -0
- /package/{build/__tests__ → __tests__}/TabsHeader.test.d.ts +0 -0
- /package/{build/__tests__ → __tests__}/TabsHeader.test.d.ts.map +0 -0
- /package/{build/__tests__ → __tests__}/TabsSection.test.d.ts +0 -0
- /package/{build/__tests__ → __tests__}/TabsSection.test.d.ts.map +0 -0
- /package/{build/__tests__ → __tests__}/TitleWithTooltip.test.d.ts +0 -0
- /package/{build/__tests__ → __tests__}/TitleWithTooltip.test.d.ts.map +0 -0
- /package/{build/__tests__ → __tests__}/VideoPlayer.test.d.ts +0 -0
- /package/{build/__tests__ → __tests__}/VideoPlayer.test.d.ts.map +0 -0
- /package/{build/__tests__ → __tests__}/embedCodeGenerator.test.d.ts +0 -0
- /package/{build/__tests__ → __tests__}/embedCodeGenerator.test.d.ts.map +0 -0
- /package/{build/__tests__ → __tests__}/util.test.d.ts +0 -0
- /package/{build/__tests__ → __tests__}/util.test.d.ts.map +0 -0
- /package/{build/src → src}/index.d.ts +0 -0
- /package/{build/src → src}/index.d.ts.map +0 -0
- /package/{build/src → src}/js/EmbedCodeModal.d.ts +0 -0
- /package/{build/src → src}/js/EmbedCodeModal.d.ts.map +0 -0
- /package/{build/src → src}/js/components/CustomSettingsDropdown.d.ts +0 -0
- /package/{build/src → src}/js/components/CustomSettingsDropdown.d.ts.map +0 -0
- /package/{build/src → src}/js/components/EmbedCopySection.d.ts +0 -0
- /package/{build/src → src}/js/components/EmbedCopySection.d.ts.map +0 -0
- /package/{build/src → src}/js/components/ModalContainer.d.ts +0 -0
- /package/{build/src → src}/js/components/ModalContainer.d.ts.map +0 -0
- /package/{build/src → src}/js/components/NoPlayerModal.d.ts +0 -0
- /package/{build/src → src}/js/components/NoPlayerModal.d.ts.map +0 -0
- /package/{build/src → src}/js/components/PlayerPreview.d.ts +0 -0
- /package/{build/src → src}/js/components/PlayerPreview.d.ts.map +0 -0
- /package/{build/src → src}/js/components/TabsHeader.d.ts +0 -0
- /package/{build/src → src}/js/components/TabsHeader.d.ts.map +0 -0
- /package/{build/src → src}/js/components/TabsSection.d.ts +0 -0
- /package/{build/src → src}/js/components/TabsSection.d.ts.map +0 -0
- /package/{build/src → src}/js/components/TitleWithTooltip.d.ts +0 -0
- /package/{build/src → src}/js/components/TitleWithTooltip.d.ts.map +0 -0
- /package/{build/src → src}/js/components/VideoLinks.d.ts +0 -0
- /package/{build/src → src}/js/components/VideoLinks.d.ts.map +0 -0
- /package/{build/src → src}/js/components/VideoPlayer.d.ts +0 -0
- /package/{build/src → src}/js/components/VideoPlayer.d.ts.map +0 -0
- /package/{build/src → src}/js/components/index.d.ts +0 -0
- /package/{build/src → src}/js/components/index.d.ts.map +0 -0
- /package/{build/src → src}/js/components/prism/PrismLiveModal.d.ts +0 -0
- /package/{build/src → src}/js/components/prism/PrismLiveModal.d.ts.map +0 -0
- /package/{build/src → src}/js/components/prism/PrismPlayerControls.d.ts +0 -0
- /package/{build/src → src}/js/components/prism/PrismPlayerPreview.d.ts +0 -0
- /package/{build/src → src}/js/components/prism/PrismPlayerPreview.d.ts.map +0 -0
- /package/{build/src → src}/js/components/prism/index.d.ts +0 -0
- /package/{build/src → src}/js/components/prism/index.d.ts.map +0 -0
- /package/{build/src → src}/js/constants/baseUrls.d.ts +0 -0
- /package/{build/src → src}/js/constants/baseUrls.d.ts.map +0 -0
- /package/{build/src → src}/js/constants/embed.d.ts +0 -0
- /package/{build/src → src}/js/constants/embed.d.ts.map +0 -0
- /package/{build/src → src}/js/constants/player.d.ts +0 -0
- /package/{build/src → src}/js/constants/player.d.ts.map +0 -0
- /package/{build/src → src}/js/constants/pluginsRegistry.d.ts +0 -0
- /package/{build/src → src}/js/constants/pluginsRegistry.d.ts.map +0 -0
- /package/{build/src → src}/js/hooks/useGetPlayers.d.ts +0 -0
- /package/{build/src → src}/js/hooks/useGetPlayers.d.ts.map +0 -0
- /package/{build/src → src}/js/i18n.d.ts +0 -0
- /package/{build/src → src}/js/i18n.d.ts.map +0 -0
- /package/{build/src → src}/js/services/players-api.d.ts +0 -0
- /package/{build/src → src}/js/services/players-api.d.ts.map +0 -0
- /package/{build/src → src}/js/services/url-shortener.d.ts +0 -0
- /package/{build/src → src}/js/services/url-shortener.d.ts.map +0 -0
- /package/{build/src → src}/js/types/EmbedCodeModalProps.d.ts +0 -0
- /package/{build/src → src}/js/types/EmbedCodeModalProps.d.ts.map +0 -0
- /package/{build/src → src}/js/types/EmbedCodeProps.d.ts +0 -0
- /package/{build/src → src}/js/types/EmbedCodeProps.d.ts.map +0 -0
- /package/{build/src → src}/js/types/players.d.ts +0 -0
- /package/{build/src → src}/js/types/players.d.ts.map +0 -0
- /package/{build/src → src}/js/types/studioModule.d.ts +0 -0
- /package/{build/src → src}/js/types/studioModule.d.ts.map +0 -0
- /package/{build/src → src}/js/utils/addPluginsDataToPlayers.d.ts +0 -0
- /package/{build/src → src}/js/utils/addPluginsDataToPlayers.d.ts.map +0 -0
- /package/{build/src → src}/js/utils/call.d.ts +0 -0
- /package/{build/src → src}/js/utils/call.d.ts.map +0 -0
- /package/{build/src → src}/js/utils/dimensions.d.ts +0 -0
- /package/{build/src → src}/js/utils/dimensions.d.ts.map +0 -0
- /package/{build/src → src}/js/utils/embedCodeGenerator.d.ts +0 -0
- /package/{build/src → src}/js/utils/embedCodeGenerator.d.ts.map +0 -0
- /package/{build/src → src}/js/utils/featureSwitches.d.ts +0 -0
- /package/{build/src → src}/js/utils/featureSwitches.d.ts.map +0 -0
- /package/{build/src → src}/js/utils/util.d.ts +0 -0
- /package/{build/src → src}/js/utils/util.d.ts.map +0 -0
- /package/{build/src → src}/module.d.ts +0 -0
- /package/{build/src → src}/module.d.ts.map +0 -0
- /package/{build/src → src}/styles/typings.td.d.ts +0 -0
- /package/{build/src → src}/styles/typings.td.d.ts.map +0 -0
- /package/{build/src → src}/types/studio.d.ts +0 -0
- /package/{build/src → src}/types/studio.d.ts.map +0 -0
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightcove/components-embed-code-modal",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal.git"
|
|
7
7
|
},
|
|
8
8
|
"description": "Embed Code Modal used for publishing videos",
|
|
9
|
-
"main": "
|
|
10
|
-
"types": "./
|
|
9
|
+
"main": "./index.js",
|
|
10
|
+
"types": "./src/index.d.ts",
|
|
11
11
|
"author": "Campaign Team",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"demo": "NODE_ENV=development DEMO=1 webpack-dev-server --progress --color",
|
|
@@ -15,25 +15,14 @@
|
|
|
15
15
|
"build:watch": "NODE_ENV=production webpack --watch",
|
|
16
16
|
"clean": "rm -r build",
|
|
17
17
|
"lint": "eslint \"{src,__tests__,demo}/**/*.{ts,tsx,js,jsx}\"",
|
|
18
|
-
"lint:staged": "lint-staged",
|
|
19
18
|
"type-check": "tsc",
|
|
20
19
|
"notify": "notify-change -m proj-projstudio",
|
|
21
|
-
"prepare": "husky install",
|
|
22
20
|
"release": "release-it",
|
|
23
21
|
"test": "jest",
|
|
24
22
|
"test:coverage": "jest --coverage",
|
|
25
23
|
"test:watch": "jest --watch",
|
|
26
24
|
"pre-commit": "lint-staged && npm test"
|
|
27
25
|
},
|
|
28
|
-
"lint-staged": {
|
|
29
|
-
"*.{ts,tsx,js,jsx}": [
|
|
30
|
-
"eslint --fix",
|
|
31
|
-
"prettier --write"
|
|
32
|
-
],
|
|
33
|
-
"*.{css,scss}": [
|
|
34
|
-
"prettier --write"
|
|
35
|
-
]
|
|
36
|
-
},
|
|
37
26
|
"devDependencies": {
|
|
38
27
|
"@babel/core": "^7.20.7",
|
|
39
28
|
"@babel/plugin-proposal-class-properties": "^7.16.0",
|
|
@@ -106,5 +95,6 @@
|
|
|
106
95
|
"react-dom": "^17.0.2 || ^18.0.0",
|
|
107
96
|
"react-i18next": ">=11",
|
|
108
97
|
"react-query": "^3.38.0"
|
|
109
|
-
}
|
|
110
|
-
|
|
98
|
+
},
|
|
99
|
+
"module": "./index.js"
|
|
100
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrismPlayerControls.d.ts","sourceRoot":"","sources":["../../../../../src/js/components/prism/PrismPlayerControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAU9D,OAAO,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,EACL,WAAW,EAEX,mBAAmB,EACpB,MAAM,8BAA8B,CAAC;AAUtC,UAAU,wBAAwB;IAChC,KAAK,EAAE,WAAW,CAAC;IACnB,OAAO,EAAE,aAAa,CAAC;IACvB,sBAAsB,EAAE,gBAAgB,EAAE,CAAC;IAC3C,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,eAAe,EAAE,mBAAmB,CAAC;IACrC,kBAAkB,EAAE,CAAC,KAAK,EAAE,mBAAmB,KAAK,IAAI,CAAC;IACzD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,iBAAiB,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAChD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,eAAe,CAAC,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CAC3D;AAED,eAAO,MAAM,mBAAmB,8OAiB7B,wBAAwB,
|
|
1
|
+
{"version":3,"file":"PrismPlayerControls.d.ts","sourceRoot":"","sources":["../../../../../src/js/components/prism/PrismPlayerControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAU9D,OAAO,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,EACL,WAAW,EAEX,mBAAmB,EACpB,MAAM,8BAA8B,CAAC;AAUtC,UAAU,wBAAwB;IAChC,KAAK,EAAE,WAAW,CAAC;IACnB,OAAO,EAAE,aAAa,CAAC;IACvB,sBAAsB,EAAE,gBAAgB,EAAE,CAAC;IAC3C,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,eAAe,EAAE,mBAAmB,CAAC;IACrC,kBAAkB,EAAE,CAAC,KAAK,EAAE,mBAAmB,KAAK,IAAI,CAAC;IACzD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,iBAAiB,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAChD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,eAAe,CAAC,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CAC3D;AAED,eAAO,MAAM,mBAAmB,8OAiB7B,wBAAwB,sBA6Q1B,CAAC"}
|
package/.eslintignore
DELETED
package/.eslintrc
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": [
|
|
3
|
-
"@brightcove/eslint-config-applications",
|
|
4
|
-
"@brightcove/eslint-config-applications/react",
|
|
5
|
-
"plugin:@typescript-eslint/recommended",
|
|
6
|
-
"plugin:import/typescript",
|
|
7
|
-
"plugin:react-hooks/recommended",
|
|
8
|
-
"prettier"
|
|
9
|
-
],
|
|
10
|
-
"rules": {
|
|
11
|
-
"react-hooks/rules-of-hooks": "warn",
|
|
12
|
-
"react-hooks/exhaustive-deps": "warn"
|
|
13
|
-
},
|
|
14
|
-
"parser": "@typescript-eslint/parser",
|
|
15
|
-
"parserOptions": {
|
|
16
|
-
"ecmaVersion": 2020
|
|
17
|
-
} ,
|
|
18
|
-
"settings": {
|
|
19
|
-
"react": {
|
|
20
|
-
"version": "detect"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
package/.github/workflows/ci.yml
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
name: CI/CD
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
push:
|
|
5
|
-
branches: ['**']
|
|
6
|
-
|
|
7
|
-
permissions:
|
|
8
|
-
id-token: write
|
|
9
|
-
contents: write
|
|
10
|
-
|
|
11
|
-
jobs:
|
|
12
|
-
cd:
|
|
13
|
-
uses: brightcove/cd_workflows/.github/workflows/library-cd.yml@v1
|
|
14
|
-
with:
|
|
15
|
-
publish-dir: "."
|
|
16
|
-
skip: |
|
|
17
|
-
lint-test
|
|
18
|
-
typecheck
|
|
19
|
-
format:check
|
|
20
|
-
test:ci
|
|
21
|
-
dry-run: false
|
|
22
|
-
secrets:
|
|
23
|
-
npm-token: ${{ secrets.NPM_PUBLISH_TOKEN }}
|
package/.husky/pre-commit
DELETED
package/.nvmrc
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
22.16.0
|
package/.prettierignore
DELETED
package/.prettierrc
DELETED
package/.release-it.json
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"hooks": {
|
|
3
|
-
"before:init": ["npm run lint", "npm install --legacy-peer-deps", "kacl prerelease"],
|
|
4
|
-
"after:bump": ["kacl release", "npm run build"],
|
|
5
|
-
"after:release": ["npm run notify", "echo Successfully released ${name} v${version} to ${repo.repository}."]
|
|
6
|
-
},
|
|
7
|
-
"git": {
|
|
8
|
-
"changelog": "git log --pretty=format:\"* %s (%h)\" ${latestTag}...HEAD",
|
|
9
|
-
"requireCleanWorkingDir": false,
|
|
10
|
-
"requireUpstream": false,
|
|
11
|
-
"requireCommits": true,
|
|
12
|
-
"addUntrackedFiles": false,
|
|
13
|
-
"commit": true,
|
|
14
|
-
"commitMessage": "Release v${version}",
|
|
15
|
-
"commitArgs": "",
|
|
16
|
-
"tag": true,
|
|
17
|
-
"tagName": "v${version}",
|
|
18
|
-
"tagAnnotation": "Release v${version}",
|
|
19
|
-
"tagArgs": "",
|
|
20
|
-
"push": true,
|
|
21
|
-
"pushArgs": "--follow-tags",
|
|
22
|
-
"pushRepo": "origin"
|
|
23
|
-
},
|
|
24
|
-
"github": {
|
|
25
|
-
"release": true,
|
|
26
|
-
"releaseName": "v${version}",
|
|
27
|
-
"releaseNotes": null,
|
|
28
|
-
"preRelease": false,
|
|
29
|
-
"draft": false,
|
|
30
|
-
"tokenRef": "GITHUB_TOKEN",
|
|
31
|
-
"assets": [],
|
|
32
|
-
"host": null,
|
|
33
|
-
"timeout": 0,
|
|
34
|
-
"proxy": null
|
|
35
|
-
},
|
|
36
|
-
"npm": {
|
|
37
|
-
"publish": true,
|
|
38
|
-
"publishPath": "./build"
|
|
39
|
-
}
|
|
40
|
-
}
|
package/.whitesource
DELETED
package/CHANGELOG.md
DELETED
|
@@ -1,403 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
5
|
-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
6
|
-
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
7
|
-
|
|
8
|
-
## [Unreleased]
|
|
9
|
-
|
|
10
|
-
## [1.1.1] - 2026-07-28
|
|
11
|
-
### Fixed
|
|
12
|
-
- Point the root `types` at `./build/src/index.d.ts`, so consumers get declarations again. `publish-dir` moved from `build` to `.` in 1.0.8, which made the root `package.json` the published manifest; `main` was already root-relative but `types` still assumed `build/` was the package root, so 1.0.8 and 1.1.0 shipped a `types` path that does not exist and consumers hit `TS7016`
|
|
13
|
-
- `create-dist-pkg-prod` now sets `types` explicitly, keeping the generated `build/package.json` valid for a `build`-rooted layout as well
|
|
14
|
-
|
|
15
|
-
## [1.1.0] - 2026-07-28
|
|
16
|
-
### Added
|
|
17
|
-
- Prism Live embed modal: `Copy URL` is now a dropdown offering `Short URL` and `Full URL`, restoring the shortened playback URL that Blue Steel produced and matching the Media module
|
|
18
|
-
|
|
19
|
-
### Changed
|
|
20
|
-
- Prism Live copy feedback matches the Media module: the button reads `Copy URL` → `Copying...` → `Copied` instead of raising a success toast
|
|
21
|
-
- Removed the unused `prism.getURL` translation key
|
|
22
|
-
|
|
23
|
-
### Fixed
|
|
24
|
-
- Prism Live embed modal: a shortening response landing after the preview URL changed no longer drives the button state, and the copied state clears as soon as the preview URL changes
|
|
25
|
-
|
|
26
|
-
## [1.0.7] - 2026-05-22
|
|
27
|
-
### Fixed
|
|
28
|
-
- Normalize Custom aspect ratio to fluid before calling `brightcoveEmbedCode`, fixing crash in Prism Embed on Web modal
|
|
29
|
-
|
|
30
|
-
## [1.0.6] - 2026-05-07
|
|
31
|
-
### Fixed
|
|
32
|
-
- Translate `dvr.inputLabel` and `dvr.inputDescription` in `es`, `fr`, `ja`, `ko`, `zh-Hant` (previously shipped as verbatim English)
|
|
33
|
-
|
|
34
|
-
## [1.0.5] - 2026-04-16
|
|
35
|
-
### Changed
|
|
36
|
-
- Externalize all dependencies to reduce bundle from 22MB to ~102KB
|
|
37
|
-
- Move large deps to peerDependencies (prism-core, player-embed-code, react-player-loader, i18next, react-i18next, react-query)
|
|
38
|
-
- Remove unused externals (react-dnd, react-dnd-html5-backend)
|
|
39
|
-
- Update studio-api-services peerDep to ^7.0.0
|
|
40
|
-
|
|
41
|
-
## [1.0.4] - 2026-02-04
|
|
42
|
-
### Fixed
|
|
43
|
-
- Live Prism Embed Modal Fixes
|
|
44
|
-
|
|
45
|
-
## [1.0.3] - 2026-01-28
|
|
46
|
-
### Fixed
|
|
47
|
-
- Deploy issues
|
|
48
|
-
|
|
49
|
-
## [1.0.2] - 2026-01-28
|
|
50
|
-
### Fixed
|
|
51
|
-
- Deploy issues
|
|
52
|
-
|
|
53
|
-
## [1.0.0] - 2026-01-28
|
|
54
|
-
### Added
|
|
55
|
-
- [PUBLISHING-618](https://brightcove.atlassian.net/browse/PUBLISHING-618) Update Embed code modal to use the Prism theme for Live
|
|
56
|
-
|
|
57
|
-
## [0.8.5] - 2025-08-06
|
|
58
|
-
### Added
|
|
59
|
-
- [PUBLISHING-340](https://brightcove.atlassian.net/browse/PUBLISHING-340) Include Ad Configuration in studio-ui-kit_studio-components-embed-code-modal
|
|
60
|
-
|
|
61
|
-
## [0.8.4] - 2025-08-05
|
|
62
|
-
### Changed
|
|
63
|
-
- [PLAYCUST-3043](https://brightcove.atlassian.net/browse/PLAYCUST-3043) Update to node v22.9.0
|
|
64
|
-
|
|
65
|
-
## [0.8.2] - 2024-10-31
|
|
66
|
-
### Added
|
|
67
|
-
- [PLAYCUST-2953](https://brightcove.atlassian.net/browse/PLAYCUST-2953) Add translations
|
|
68
|
-
|
|
69
|
-
## [0.8.1] - 2024-10-22
|
|
70
|
-
### Fixed
|
|
71
|
-
- [PLAYCUST-3157](https://brightcove.atlassian.net/browse/PLAYCUST-3157) Fix dvr default state and render logic
|
|
72
|
-
|
|
73
|
-
## [0.8.0] - 2024-10-21
|
|
74
|
-
### Added
|
|
75
|
-
- [PLAYCUST-3157](https://brightcove.atlassian.net/browse/PLAYCUST-3157) Add support for low latency
|
|
76
|
-
|
|
77
|
-
## [0.7.2] - 2024-10-03
|
|
78
|
-
### Added
|
|
79
|
-
- [PLAYCUST-3082](https://brightcove.atlassian.net/browse/PLAYCUST-3082) Update Embed Code Modal Library in Live 2.0
|
|
80
|
-
|
|
81
|
-
## [0.7.1] - 2024-09-24
|
|
82
|
-
### Fixed
|
|
83
|
-
- [PLAYCUST-2882](https://brightcove.atlassian.net/browse/PLAYCUST-2882) Fix iframe embed code aspect ratio padding
|
|
84
|
-
|
|
85
|
-
## [0.7.1] - 2024-09-24
|
|
86
|
-
### Fixed
|
|
87
|
-
- [PLAYCUST-2937](https://brightcove.atlassian.net/browse/PLAYCUST-2937) playerListForSelection breaking the module when being an empty array
|
|
88
|
-
|
|
89
|
-
## [0.7.0] - 2024-09-23
|
|
90
|
-
### Added
|
|
91
|
-
- [PLAYCUST-2938](https://brightcove.atlassian.net/browse/PLAYCUST-2938) Add DVR livePlaybackToken option
|
|
92
|
-
|
|
93
|
-
## [0.6.0] - 2024-08-14
|
|
94
|
-
### Added
|
|
95
|
-
- [PLAYCUST-2595](https://brightcove.atlassian.net/browse/PLAYCUST-2595) Display custom settings for Project type
|
|
96
|
-
|
|
97
|
-
### Fixed
|
|
98
|
-
- [PLAYCUST-2595](https://brightcove.atlassian.net/browse/PLAYCUST-2595) Horizontal scroll getting displayed when expanding custom settings section
|
|
99
|
-
- [PLAYCUST-2584](https://brightcove.atlassian.net/browse/PLAYCUST-2584) Use correct aspect ratio class
|
|
100
|
-
|
|
101
|
-
## [0.5.1] - 2024-07-22
|
|
102
|
-
### Fixed
|
|
103
|
-
- [PLAYCUST-2799](https://brightcove.atlassian.net/browse/PLAYCUST-2799) Disable iframe for MAPs enabled player
|
|
104
|
-
|
|
105
|
-
## [0.5.0] - 2024-04-17
|
|
106
|
-
### Changed
|
|
107
|
-
- [PLAYCUST-2449](https://brightcove.atlassian.net/browse/PLAYCUST-2449) Remove Player Preview and links when player is of type outstream
|
|
108
|
-
|
|
109
|
-
### Fixed
|
|
110
|
-
- [PLAYCUST-2455](https://brightcove.atlassian.net/browse/PLAYCUST-2455) Fix viewer ID tracking validation
|
|
111
|
-
|
|
112
|
-
## [0.4.4] - 2024-03-29
|
|
113
|
-
### Added
|
|
114
|
-
- [PLAYCUST-2249](https://brightcove.atlassian.net/browse/PLAYCUST-2249) Support for interactivityProjectId
|
|
115
|
-
|
|
116
|
-
## [0.4.3] - 2024-03-29
|
|
117
|
-
### Added
|
|
118
|
-
- [PLAYCUST-2368](https://brightcove.atlassian.net/browse/PLAYCUST-2368) Disable iframe publish for Viewer ID Tracking
|
|
119
|
-
- [PLAYCUST-2249](https://brightcove.atlassian.net/browse/PLAYCUST-2249) Player select component
|
|
120
|
-
|
|
121
|
-
## [0.4.2] - 2023-12-29
|
|
122
|
-
### Fixed
|
|
123
|
-
- [PLAYCUST-2002](https://brightcove.atlassian.net/browse/PLAYCUST-2002) Demo site not working
|
|
124
|
-
|
|
125
|
-
## [0.4.1] - 2023-11-24
|
|
126
|
-
### Fixed
|
|
127
|
-
- [PLAYCUST-2050](https://brightcove.atlassian.net/browse/PLAYCUST-2050) Fix Javascript tab crash
|
|
128
|
-
|
|
129
|
-
## [0.4.0] - 2023-11-02
|
|
130
|
-
### Added
|
|
131
|
-
- [PLAYCUST-1941](https://brightcove.atlassian.net/browse/PLAYCUST-1941) Preselect favorite player in Video Embed
|
|
132
|
-
- [PLAYCUST-1946](https://brightcove.atlassian.net/browse/PLAYCUST-1946) Custom settings dropdown for TYPE VIDEO
|
|
133
|
-
|
|
134
|
-
### Changed
|
|
135
|
-
- [PLAYCUST-1469](https://brightcove.atlassian.net/browse/PLAYCUST-1469) `preview` link from Player Type now redirects to preview-players.brightcove.net
|
|
136
|
-
|
|
137
|
-
## [0.3.7] - 2023-09-18
|
|
138
|
-
### Added
|
|
139
|
-
- [PLAYCUST-1947](https://brightcove.atlassian.net/browse/PLAYCUST-1947)`embedCodeProperties` prop for the Embed Code generation
|
|
140
|
-
|
|
141
|
-
## [0.3.6] - 2023-07-19
|
|
142
|
-
### Fixed
|
|
143
|
-
- [PLAYCUST-1720](https://brightcove.atlassian.net/browse/PLAYCUST-1720) Fix typography for iframe text from `iFrame` to `iframe`
|
|
144
|
-
- [PLAYCUST-1899](https://brightcove.atlassian.net/browse/PLAYCUST-1899) Create player with v2 interactivity plugin
|
|
145
|
-
|
|
146
|
-
## [0.3.5] - 2023-04-19
|
|
147
|
-
### Changed
|
|
148
|
-
- [PLAYCUST-1618](https://brightcove.atlassian.net/browse/PLAYCUST-1618) [BREAKING] Change prop name from `playerPayload` to `data`
|
|
149
|
-
|
|
150
|
-
## [0.3.4] - 2023-03-23
|
|
151
|
-
### Fixed
|
|
152
|
-
- Internal: Updated peerDependencies
|
|
153
|
-
|
|
154
|
-
## [0.3.3] - 2023-03-23
|
|
155
|
-
### Fixed
|
|
156
|
-
- [PLAYCUST-1648](https://brightcove.atlassian.net/browse/PLAYCUST-1648) Project Player Preview when player has been created
|
|
157
|
-
|
|
158
|
-
## [0.3.2] - 2023-03-07
|
|
159
|
-
### Fixed
|
|
160
|
-
- [PLAYCUST-1637](https://brightcove.atlassian.net/browse/PLAYCUST-1637) Fixed Project Player Preview
|
|
161
|
-
- [PLAYCUST-1624](https://brightcove.atlassian.net/browse/PLAYCUST-1624) Update no player modal text to reference players module
|
|
162
|
-
|
|
163
|
-
## [0.3.1] - 2023-03-02
|
|
164
|
-
### Fixed
|
|
165
|
-
- [PLAYCUST-1625](https://brightcove.atlassian.net/browse/PLAYCUST-1625) Check for Interactivity Plugin using Registry ID OR Name
|
|
166
|
-
|
|
167
|
-
## [0.3.0] - 2023-03-01
|
|
168
|
-
### Changed
|
|
169
|
-
- [PLAYCUST-1625](https://brightcove.atlassian.net/browse/PLAYCUST-1625) Check for Interactivity Plugin using Registry ID
|
|
170
|
-
|
|
171
|
-
## [0.2.2] - 2023-02-21
|
|
172
|
-
### Changed
|
|
173
|
-
- [LIVE-2447](https://brightcove.atlassian.net/browse/LIVE-2447) Default playerID to be the first in the list
|
|
174
|
-
|
|
175
|
-
## [0.2.1] - 2023-02-15
|
|
176
|
-
### Fixed
|
|
177
|
-
- [LIVE-2447](https://brightcove.atlassian.net/browse/LIVE-2447) Update peerDependencies and dependencies
|
|
178
|
-
|
|
179
|
-
## [0.2.0] - 2023-02-08
|
|
180
|
-
### Fixed
|
|
181
|
-
- [LIVE-2447](https://brightcove.atlassian.net/browse/LIVE-2447) Interactivity params for preview, player and embed code
|
|
182
|
-
|
|
183
|
-
## [0.1.28] - 2023-02-01
|
|
184
|
-
### Added
|
|
185
|
-
- [LIVE-2455](https://brightcove.atlassian.net/browse/LIVE-2455) Create Player if no Interactivity-enabled Player is found
|
|
186
|
-
- [LIVE-2533](https://brightcove.atlassian.net/browse/LIVE-2533) Embed Code Modal Translations
|
|
187
|
-
|
|
188
|
-
## [0.1.27] - 2022-12-21
|
|
189
|
-
### Added
|
|
190
|
-
- [LIVE-2448](https://brightcove.atlassian.net/browse/LIVE-2448) Interactivity attribute to react player loader when using the interactivity modal
|
|
191
|
-
|
|
192
|
-
## [0.1.26] - 2022-11-18
|
|
193
|
-
### Added
|
|
194
|
-
- Support for Interactivity player
|
|
195
|
-
|
|
196
|
-
## [0.1.25] - 2022-10-06
|
|
197
|
-
### Added
|
|
198
|
-
- Campaign Plugin and Plugins notice for Player embed
|
|
199
|
-
|
|
200
|
-
### Changed
|
|
201
|
-
- VideoPayload type
|
|
202
|
-
|
|
203
|
-
## [0.1.24] - 2022-09-29
|
|
204
|
-
### Changed
|
|
205
|
-
- Export for payload types
|
|
206
|
-
|
|
207
|
-
## [0.1.23] - 2022-09-28
|
|
208
|
-
### Added
|
|
209
|
-
- Export for `PlayerPayload`
|
|
210
|
-
|
|
211
|
-
### Fixed
|
|
212
|
-
- Typings in `package.json`
|
|
213
|
-
|
|
214
|
-
## [0.1.22] - 2022-09-27
|
|
215
|
-
### Fixed
|
|
216
|
-
- Type exports for build
|
|
217
|
-
|
|
218
|
-
## [0.1.21] - 2022-09-01
|
|
219
|
-
### Added
|
|
220
|
-
- Player type context
|
|
221
|
-
|
|
222
|
-
### Changed
|
|
223
|
-
- **BREAKING CHANGE** `video` prop to `data`
|
|
224
|
-
|
|
225
|
-
## [0.1.20] - 2022-08-11
|
|
226
|
-
### Fixed
|
|
227
|
-
- Video title truncation small fix
|
|
228
|
-
|
|
229
|
-
## [0.1.19] - 2022-08-09
|
|
230
|
-
### Fixed
|
|
231
|
-
- PLAYCUST-1254 add support for safari clipboard
|
|
232
|
-
- PLAYCUST-1254 make sure peerDep for @brightcove/react-player-loader matches with media-four module
|
|
233
|
-
- remove unused variables
|
|
234
|
-
- Long video titles are now truncated
|
|
235
|
-
|
|
236
|
-
## [0.1.18] - 2022-08-03
|
|
237
|
-
### Changed
|
|
238
|
-
- upgrade `@brightcove/studio-components` to 7.0.0
|
|
239
|
-
- remove deprecated props
|
|
240
|
-
|
|
241
|
-
## [0.1.17] - 2022-07-26
|
|
242
|
-
### Changed
|
|
243
|
-
- Add `@brightcove/react-player-loader` as peerDependency so its handled by parent module
|
|
244
|
-
|
|
245
|
-
## [0.1.16] - 2022-07-22
|
|
246
|
-
### Changed
|
|
247
|
-
- Removed older design
|
|
248
|
-
|
|
249
|
-
### Fixed
|
|
250
|
-
- Translation strings when copying url
|
|
251
|
-
- Support custom css on player configuration by using iframes
|
|
252
|
-
- Translation string when Campaign player is selected
|
|
253
|
-
|
|
254
|
-
## [0.1.15] - 2022-07-13
|
|
255
|
-
### Added
|
|
256
|
-
- Sort players dropdown
|
|
257
|
-
|
|
258
|
-
### Fixed
|
|
259
|
-
- Trigger Toast notifications up to parent module
|
|
260
|
-
|
|
261
|
-
## [0.1.14] - 2022-07-05
|
|
262
|
-
### Fixed
|
|
263
|
-
- Hide iFrame embed code for Campaign-enabled players
|
|
264
|
-
|
|
265
|
-
## [0.1.13] - 2022-06-29
|
|
266
|
-
### Added
|
|
267
|
-
- Shorten url on preview button click
|
|
268
|
-
|
|
269
|
-
### Fixed
|
|
270
|
-
- Show Config Message only for players with non-bc plugins
|
|
271
|
-
|
|
272
|
-
## [0.1.12] - 2022-06-24
|
|
273
|
-
### Fixed
|
|
274
|
-
- Remove extra preview button
|
|
275
|
-
|
|
276
|
-
## [0.1.11] - 2022-06-20
|
|
277
|
-
### Added
|
|
278
|
-
- Add Copy URL and Preview button
|
|
279
|
-
|
|
280
|
-
## [0.1.10] - 2022-06-01
|
|
281
|
-
### Changed
|
|
282
|
-
- update custom copy field
|
|
283
|
-
|
|
284
|
-
## [0.1.9] - 2022-05-26
|
|
285
|
-
### Changed
|
|
286
|
-
- `CopyField` to use latest `studio-components` version
|
|
287
|
-
|
|
288
|
-
### Fixed
|
|
289
|
-
- Keep Javascript enabled for campaign players
|
|
290
|
-
|
|
291
|
-
## [0.1.8] - 2022-05-26
|
|
292
|
-
### Added
|
|
293
|
-
- Prevent iFrame from being copied when the selected player is campaign
|
|
294
|
-
|
|
295
|
-
## [0.1.7] - 2022-05-23
|
|
296
|
-
### Fixed
|
|
297
|
-
- `EmbedCodeModalTypes` export change to value instead of type
|
|
298
|
-
|
|
299
|
-
## [0.1.6] - 2022-05-18
|
|
300
|
-
### Added
|
|
301
|
-
- Notice when player selected has plugins
|
|
302
|
-
- Update iFrame/Javascript code snippet when selected player changes
|
|
303
|
-
- Player preview using ReactPlayerLoader
|
|
304
|
-
- Player preview link updates with player selected
|
|
305
|
-
|
|
306
|
-
### Fixed
|
|
307
|
-
- Only fetch list of players when modal is open
|
|
308
|
-
|
|
309
|
-
## [0.1.5] - 2022-05-10
|
|
310
|
-
### Added
|
|
311
|
-
- Feature switch for new enhancements
|
|
312
|
-
- Component now receives a `type` prop
|
|
313
|
-
- Fetch list of players
|
|
314
|
-
|
|
315
|
-
### Changed
|
|
316
|
-
- Design updates
|
|
317
|
-
|
|
318
|
-
## [0.1.4] - 2022-04-28
|
|
319
|
-
### Added
|
|
320
|
-
- KACL validation
|
|
321
|
-
|
|
322
|
-
### Fixed
|
|
323
|
-
- Missing docs link in tooltip
|
|
324
|
-
|
|
325
|
-
## [0.1.3] - 2022-04-12
|
|
326
|
-
### Changed
|
|
327
|
-
- Toaster moved to be inside modal content
|
|
328
|
-
|
|
329
|
-
## [0.1.2] - 2022-02-23
|
|
330
|
-
### Changed
|
|
331
|
-
- Style tweaks for the modal
|
|
332
|
-
|
|
333
|
-
## [0.1.1] - 2021-12-21
|
|
334
|
-
### Added
|
|
335
|
-
- Trigger open when video object gets passed into props
|
|
336
|
-
|
|
337
|
-
## 0.1.0 - 2021-11-26
|
|
338
|
-
### Added
|
|
339
|
-
- Initial commit of embed code modal component
|
|
340
|
-
|
|
341
|
-
[Unreleased]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v1.0.6...HEAD
|
|
342
|
-
[1.0.6]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v1.0.5...v1.0.6
|
|
343
|
-
[1.0.5]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v1.0.4...v1.0.5
|
|
344
|
-
[1.0.4]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v1.0.3...v1.0.4
|
|
345
|
-
[1.0.3]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v1.0.2...v1.0.3
|
|
346
|
-
[1.0.2]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v1.0.0...v1.0.2
|
|
347
|
-
[1.0.0]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.8.5...v1.0.0
|
|
348
|
-
[0.8.5]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.8.4...v0.8.5
|
|
349
|
-
[0.8.4]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.8.2...v0.8.4
|
|
350
|
-
[0.8.2]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.8.1...v0.8.2
|
|
351
|
-
[0.8.1]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.8.0...v0.8.1
|
|
352
|
-
[0.8.0]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.7.2...v0.8.0
|
|
353
|
-
[0.7.2]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.7.1...v0.7.2
|
|
354
|
-
[0.7.1]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.7.1...v0.7.1
|
|
355
|
-
[0.7.1]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.7.0...v0.7.1
|
|
356
|
-
[0.7.0]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.6.0...v0.7.0
|
|
357
|
-
[0.6.0]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.5.1...v0.6.0
|
|
358
|
-
[0.5.1]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.5.0...v0.5.1
|
|
359
|
-
[0.5.0]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.4.4...v0.5.0
|
|
360
|
-
[0.4.4]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.4.3...v0.4.4
|
|
361
|
-
[0.4.3]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.4.2...v0.4.3
|
|
362
|
-
[0.4.2]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.4.1...v0.4.2
|
|
363
|
-
[0.4.1]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.4.0...v0.4.1
|
|
364
|
-
[0.4.0]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.3.7...v0.4.0
|
|
365
|
-
[0.3.7]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.3.6...v0.3.7
|
|
366
|
-
[0.3.6]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.3.5...v0.3.6
|
|
367
|
-
[0.3.5]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.3.4...v0.3.5
|
|
368
|
-
[0.3.4]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.3.3...v0.3.4
|
|
369
|
-
[0.3.3]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.3.2...v0.3.3
|
|
370
|
-
[0.3.2]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.3.1...v0.3.2
|
|
371
|
-
[0.3.1]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.3.0...v0.3.1
|
|
372
|
-
[0.3.0]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.2.2...v0.3.0
|
|
373
|
-
[0.2.2]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.2.1...v0.2.2
|
|
374
|
-
[0.2.1]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.2.0...v0.2.1
|
|
375
|
-
[0.2.0]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.28...v0.2.0
|
|
376
|
-
[0.1.28]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.27...v0.1.28
|
|
377
|
-
[0.1.27]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.26...v0.1.27
|
|
378
|
-
[0.1.26]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.25...v0.1.26
|
|
379
|
-
[0.1.25]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.24...v0.1.25
|
|
380
|
-
[0.1.24]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.23...v0.1.24
|
|
381
|
-
[0.1.23]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.22...v0.1.23
|
|
382
|
-
[0.1.22]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.21...v0.1.22
|
|
383
|
-
[0.1.21]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.20...v0.1.21
|
|
384
|
-
[0.1.20]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.19...v0.1.20
|
|
385
|
-
[0.1.19]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.18...v0.1.19
|
|
386
|
-
[0.1.18]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.17...v0.1.18
|
|
387
|
-
[0.1.17]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.16...v0.1.17
|
|
388
|
-
[0.1.16]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.15...v0.1.16
|
|
389
|
-
[0.1.15]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.14...v0.1.15
|
|
390
|
-
[0.1.14]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.13...v0.1.14
|
|
391
|
-
[0.1.13]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.12...v0.1.13
|
|
392
|
-
[0.1.12]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.11...v0.1.12
|
|
393
|
-
[0.1.11]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.10...v0.1.11
|
|
394
|
-
[0.1.10]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.9...v0.1.10
|
|
395
|
-
[0.1.9]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.8...v0.1.9
|
|
396
|
-
[0.1.8]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.7...v0.1.8
|
|
397
|
-
[0.1.7]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.6...v0.1.7
|
|
398
|
-
[0.1.6]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.5...v0.1.6
|
|
399
|
-
[0.1.5]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.4...v0.1.5
|
|
400
|
-
[0.1.4]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.3...v0.1.4
|
|
401
|
-
[0.1.3]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.2...v0.1.3
|
|
402
|
-
[0.1.2]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.1...v0.1.2
|
|
403
|
-
[0.1.1]: https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal/compare/v0.1.0...v0.1.1
|
package/CODEOWNERS
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# This is a comment.
|
|
2
|
-
# Each line is a file pattern followed by one or more owners.
|
|
3
|
-
|
|
4
|
-
# These owners will be the default owners for everything in
|
|
5
|
-
# the repo. Unless a later match takes precedence,
|
|
6
|
-
# @global-owner1 and @global-owner2 will be requested for
|
|
7
|
-
# review when someone opens a pull request.
|
|
8
|
-
* @studio-ui-kit/player-customization-team
|
|
9
|
-
|
|
10
|
-
# Order is important; the last matching pattern takes the most
|
|
11
|
-
# precedence. When someone opens a pull request that only
|
|
12
|
-
# modifies JS files, only @js-owner and not the global
|
|
13
|
-
# owner(s) will be requested for a review.
|
|
14
|
-
# *.js @js-owner
|
|
15
|
-
|
|
16
|
-
# You can also use email addresses if you prefer. They'll be
|
|
17
|
-
# used to look up users just like we do for commit author
|
|
18
|
-
# emails.
|
|
19
|
-
# *.go docs@example.com
|
|
20
|
-
|
|
21
|
-
# In this example, @doctocat owns any files in the build/logs
|
|
22
|
-
# directory at the root of the repository and any of its
|
|
23
|
-
# subdirectories.
|
|
24
|
-
# /build/logs/ @doctocat
|
|
25
|
-
|
|
26
|
-
# The `docs/*` pattern will match files like
|
|
27
|
-
# `docs/getting-started.md` but not further nested files like
|
|
28
|
-
# `docs/build-app/troubleshooting.md`.
|
|
29
|
-
# docs/* docs@example.com
|
|
30
|
-
|
|
31
|
-
# In this example, @octocat owns any file in an apps directory
|
|
32
|
-
# anywhere in your repository.
|
|
33
|
-
# apps/ @octocat
|
|
34
|
-
|
|
35
|
-
# In this example, @doctocat owns any file in the `/docs`
|
|
36
|
-
# directory in the root of your repository.
|
|
37
|
-
# /docs/ @doctocat
|
package/PULL_REQUEST_TEMPLATE.md
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
## Description
|
|
2
|
-
|
|
3
|
-
Give context for the issue/feature you worked on and a brief explanation on how you solved it.
|
|
4
|
-
|
|
5
|
-
## Screenshots _[Optional]_
|
|
6
|
-
|
|
7
|
-
If applicable, attach images of the before and after of the changes
|
|
8
|
-
|
|
9
|
-
## PR Checklist
|
|
10
|
-
|
|
11
|
-
- [ ] New components have `testName` or `data-test-name` props
|
|
12
|
-
|
|
13
|
-
_Checklist items are optional if you do not need to make any changes to them_
|
|
14
|
-
|
|
15
|
-
## Link to issue
|
|
16
|
-
|
|
17
|
-
Link to Jira ticket
|