From 833fcd070d706d42761ac36c4c043420e98a12c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:58:52 +0300 Subject: [PATCH 01/40] chore(deps): bump @babel/traverse from 7.21.4 to 7.23.2 (#2732) Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 180 +++++++++++++++++++--------------------------- 1 file changed, 75 insertions(+), 105 deletions(-) diff --git a/package-lock.json b/package-lock.json index 82e76fc866..0f2bf11e3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -502,15 +502,30 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.18.6", - "license": "MIT", + "version": "7.22.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", + "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", "dependencies": { - "@babel/highlight": "^7.18.6" + "@babel/highlight": "^7.22.13", + "chalk": "^2.4.2" }, "engines": { "node": ">=6.9.0" } }, + "node_modules/@babel/code-frame/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/@babel/compat-data": { "version": "7.21.4", "license": "MIT", @@ -563,10 +578,11 @@ } }, "node_modules/@babel/generator": { - "version": "7.21.4", - "license": "MIT", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", + "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", "dependencies": { - "@babel/types": "^7.21.4", + "@babel/types": "^7.23.0", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -675,8 +691,9 @@ } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.18.9", - "license": "MIT", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", "engines": { "node": ">=6.9.0" } @@ -692,21 +709,23 @@ } }, "node_modules/@babel/helper-function-name": { - "version": "7.21.0", - "license": "MIT", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", "dependencies": { - "@babel/template": "^7.20.7", - "@babel/types": "^7.21.0" + "@babel/template": "^7.22.15", + "@babel/types": "^7.23.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-hoist-variables": { - "version": "7.18.6", - "license": "MIT", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", + "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", "dependencies": { - "@babel/types": "^7.18.6" + "@babel/types": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -818,25 +837,28 @@ } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.18.6", - "license": "MIT", + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", "dependencies": { - "@babel/types": "^7.18.6" + "@babel/types": "^7.22.5" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.19.4", - "license": "MIT", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", + "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.19.1", - "license": "MIT", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", "engines": { "node": ">=6.9.0" } @@ -874,11 +896,12 @@ } }, "node_modules/@babel/highlight": { - "version": "7.18.6", - "license": "MIT", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", + "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", "dependencies": { - "@babel/helper-validator-identifier": "^7.18.6", - "chalk": "^2.0.0", + "@babel/helper-validator-identifier": "^7.22.20", + "chalk": "^2.4.2", "js-tokens": "^4.0.0" }, "engines": { @@ -899,8 +922,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.21.4", - "license": "MIT", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", + "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", "bin": { "parser": "bin/babel-parser.js" }, @@ -2097,29 +2121,31 @@ } }, "node_modules/@babel/template": { - "version": "7.20.7", - "license": "MIT", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", "dependencies": { - "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7" + "@babel/code-frame": "^7.22.13", + "@babel/parser": "^7.22.15", + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.21.4", - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.21.4", - "@babel/generator": "^7.21.4", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.21.0", - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.21.4", - "@babel/types": "^7.21.4", + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz", + "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==", + "dependencies": { + "@babel/code-frame": "^7.22.13", + "@babel/generator": "^7.23.0", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", + "@babel/helper-hoist-variables": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/parser": "^7.23.0", + "@babel/types": "^7.23.0", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -2127,22 +2153,13 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/traverse/node_modules/@babel/code-frame": { - "version": "7.21.4", - "license": "MIT", - "dependencies": { - "@babel/highlight": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/types": { - "version": "7.21.4", - "license": "MIT", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", + "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", "dependencies": { - "@babel/helper-string-parser": "^7.19.4", - "@babel/helper-validator-identifier": "^7.19.1", + "@babel/helper-string-parser": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" }, "engines": { @@ -2403,17 +2420,6 @@ "react": "^16.9.0 || ^17.0.0" } }, - "node_modules/@edx/frontend-build/node_modules/@babel/code-frame": { - "version": "7.21.4", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/highlight": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@edx/frontend-build/node_modules/@babel/core": { "version": "7.21.4", "dev": true, @@ -12809,42 +12815,6 @@ "node": "*" } }, - "node_modules/cheerio": { - "version": "1.0.0-rc.12", - "dev": true, - "license": "MIT", - "dependencies": { - "cheerio-select": "^2.1.0", - "dom-serializer": "^2.0.0", - "domhandler": "^5.0.3", - "domutils": "^3.0.1", - "htmlparser2": "^8.0.1", - "parse5": "^7.0.0", - "parse5-htmlparser2-tree-adapter": "^7.0.0" - }, - "engines": { - "node": ">= 6" - }, - "funding": { - "url": "https://github.com/cheeriojs/cheerio?sponsor=1" - } - }, - "node_modules/cheerio-select": { - "version": "2.1.0", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "boolbase": "^1.0.0", - "css-select": "^5.1.0", - "css-what": "^6.1.0", - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3", - "domutils": "^3.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, "node_modules/child_process": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/child_process/-/child_process-1.0.2.tgz", From bb7d3885fb43d9879c2805c0774b617ff12e2f82 Mon Sep 17 00:00:00 2001 From: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com> Date: Thu, 19 Oct 2023 01:59:15 -0400 Subject: [PATCH 02/40] chore: update browserslist DB (#2723) Co-authored-by: adamstankiewicz --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f2bf11e3b..07b3d78ef8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12537,9 +12537,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001546", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001546.tgz", - "integrity": "sha512-zvtSJwuQFpewSyRrI3AsftF6rM0X80mZkChIt1spBGEvRglCrjTniXvinc8JKRoqTwXAgvqTImaN9igfSMtUBw==", + "version": "1.0.30001549", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001549.tgz", + "integrity": "sha512-qRp48dPYSCYaP+KurZLhDYdVE+yEyht/3NlmcJgVQ2VMGt6JL36ndQ/7rgspdZsJuxDPFIo/OzBT2+GmIJ53BA==", "funding": [ { "type": "opencollective", From 309ee184962ff300aa9862ac47210453346a3cae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:14:44 -0400 Subject: [PATCH 03/40] docs: update dependent-usage.json (#2733) --- dependent-usage.json | 418 +++++++++++++++++++++---------------------- 1 file changed, 206 insertions(+), 212 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 6842d25146..df172f03b5 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1697638190318, + "lastModified": 1697724562475, "projectUsages": [ { "version": "21.5.3", @@ -999,7 +999,7 @@ "filePath": "src/notification-preferences/NotificationPreferenceRow.jsx", "line": 60, "column": 14, - "index": 2150 + "index": 2144 }, { "filePath": "src/notification-preferences/NotificationPreferences.jsx", @@ -1703,7 +1703,7 @@ "filePath": "src/notification-preferences/NotificationPreferenceRow.jsx", "line": 49, "column": 10, - "index": 1846 + "index": 1840 } ], "Tooltip": [ @@ -1711,7 +1711,7 @@ "filePath": "src/notification-preferences/NotificationPreferenceRow.jsx", "line": 54, "column": 14, - "index": 1989 + "index": 1983 } ], "InfoOutline": [ @@ -1719,7 +1719,7 @@ "filePath": "src/notification-preferences/NotificationPreferenceRow.jsx", "line": 60, "column": 25, - "index": 2161 + "index": 2155 } ], "ArrowBack": [ @@ -2247,15 +2247,15 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 115, + "line": 118, "column": 8, - "index": 3545 + "index": 3561 }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 125, + "line": 128, "column": 8, - "index": 3854 + "index": 3870 }, { "filePath": "src/components/settings/SettingsSSOTab/NoSSOCard.jsx", @@ -3453,9 +3453,9 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 138, + "line": 141, "column": 4, - "index": 4126 + "index": 4142 }, { "filePath": "src/components/settings/SettingsSSOTab/NoSSOCard.jsx", @@ -3721,15 +3721,15 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 92, + "line": 95, "column": 8, - "index": 2980 + "index": 2996 }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 101, + "line": 104, "column": 8, - "index": 3243 + "index": 3259 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementUserBadge.jsx", @@ -4283,9 +4283,9 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 163, + "line": 166, "column": 22, - "index": 4938 + "index": 4954 }, { "filePath": "src/components/settings/SettingsSSOTab/SSOConfigConfiguredCard.jsx", @@ -4687,21 +4687,21 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigAlerts.jsx", - "line": 19, - "column": 6, - "index": 395 + "line": 37, + "column": 8, + "index": 1084 }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigAlerts.jsx", - "line": 34, - "column": 6, - "index": 969 + "line": 52, + "column": 8, + "index": 1688 }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigAlerts.jsx", - "line": 61, - "column": 6, - "index": 2146 + "line": 82, + "column": 8, + "index": 2973 }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigForm.jsx", @@ -5081,21 +5081,21 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigAlerts.jsx", - "line": 26, - "column": 8, - "index": 547 + "line": 44, + "column": 10, + "index": 1250 }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigAlerts.jsx", - "line": 41, - "column": 8, - "index": 1121 + "line": 59, + "column": 10, + "index": 1854 }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigAlerts.jsx", - "line": 68, - "column": 8, - "index": 2302 + "line": 89, + "column": 10, + "index": 3157 }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigForm.jsx", @@ -6901,9 +6901,9 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 161, + "line": 164, "column": 18, - "index": 4875 + "index": 4891 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx", @@ -7005,15 +7005,15 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 55, + "line": 62, "column": 8, - "index": 1712 + "index": 1894 }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 67, + "line": 74, "column": 8, - "index": 2143 + "index": 2339 }, { "filePath": "src/components/settings/SettingsSSOTab/SSOConfigConfiguredCard.jsx", @@ -7571,9 +7571,9 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigAlerts.jsx", - "line": 64, - "column": 14, - "index": 2223 + "line": 85, + "column": 16, + "index": 3056 }, { "filePath": "src/components/settings/SettingsSSOTab/SSOConfigConfiguredCard.jsx", @@ -7613,15 +7613,15 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigAlerts.jsx", - "line": 21, - "column": 14, - "index": 442 + "line": 39, + "column": 16, + "index": 1135 }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigAlerts.jsx", - "line": 36, - "column": 14, - "index": 1016 + "line": 54, + "column": 16, + "index": 1739 } ], "Close": [ @@ -8161,9 +8161,9 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 142, + "line": 145, "column": 6, - "index": 4246 + "index": 4262 }, { "filePath": "src/components/subscriptions/SubscriptionCard.jsx", @@ -8601,9 +8601,9 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 157, + "line": 160, "column": 10, - "index": 4687 + "index": 4703 } ], "Dropdown.Toggle": [ @@ -8627,9 +8627,9 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 158, + "line": 161, "column": 12, - "index": 4727 + "index": 4743 } ], "AvatarButton": [ @@ -8661,9 +8661,9 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 167, + "line": 170, "column": 12, - "index": 5040 + "index": 5056 } ], "Dropdown.Item": [ @@ -8723,21 +8723,21 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 169, + "line": 172, "column": 16, - "index": 5102 + "index": 5118 }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 177, + "line": 180, "column": 16, - "index": 5405 + "index": 5421 }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 185, + "line": 188, "column": 16, - "index": 5694 + "index": 5710 } ], "Navbar": [ @@ -8805,15 +8805,15 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 58, + "line": 65, "column": 19, - "index": 1804 + "index": 1986 }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 71, + "line": 78, "column": 12, - "index": 2269 + "index": 2450 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx", @@ -9451,9 +9451,9 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 162, + "line": 165, "column": 19, - "index": 4906 + "index": 4922 } ], "PlayCircleFilled": [ @@ -9498,26 +9498,20 @@ "index": 5340 } ], - "Key": [ + "KeyOff": [ { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 60, - "column": 10, - "index": 1921 + "line": 53, + "column": 4, + "index": 1674 } ], - "KeyOff": [ + "Key": [ { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 74, + "line": 67, "column": 10, - "index": 2474 - }, - { - "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", - "line": 81, - "column": 8, - "index": 2715 + "index": 2103 } ], "ArrowForward": [ @@ -11642,7 +11636,7 @@ "filePath": "src/advanced-settings/AdvancedSettings.jsx", "line": 137, "column": 20, - "index": 5153 + "index": 5171 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -11662,7 +11656,7 @@ "filePath": "src/advanced-settings/AdvancedSettings.jsx", "line": 144, "column": 10, - "index": 5464 + "index": 5482 }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", @@ -11724,7 +11718,7 @@ "filePath": "src/advanced-settings/AdvancedSettings.jsx", "line": 150, "column": 22, - "index": 5720 + "index": 5738 }, { "filePath": "src/grading-settings/assignment-section/index.jsx", @@ -11736,15 +11730,15 @@ "filePath": "src/grading-settings/GradingSettings.jsx", "line": 123, "column": 18, - "index": 4283 + "index": 4291 } ], "Layout": [ { "filePath": "src/advanced-settings/AdvancedSettings.jsx", - "line": 166, + "line": 161, "column": 10, - "index": 6461 + "index": 6262 }, { "filePath": "src/course-rerun/index.jsx", @@ -11756,7 +11750,7 @@ "filePath": "src/course-team/CourseTeam.jsx", "line": 67, "column": 10, - "index": 1982 + "index": 1994 }, { "filePath": "src/course-updates/CourseUpdates.jsx", @@ -11786,7 +11780,7 @@ "filePath": "src/grading-settings/GradingSettings.jsx", "line": 132, "column": 12, - "index": 4668 + "index": 4676 }, { "filePath": "src/import-page/CourseImportPage.jsx", @@ -11798,7 +11792,7 @@ "filePath": "src/schedule-and-details/index.jsx", "line": 189, "column": 10, - "index": 5971 + "index": 5992 }, { "filePath": "src/studio-home/StudioHome.jsx", @@ -11816,15 +11810,15 @@ "Layout.Element": [ { "filePath": "src/advanced-settings/AdvancedSettings.jsx", - "line": 173, + "line": 168, "column": 12, - "index": 6713 + "index": 6514 }, { "filePath": "src/advanced-settings/AdvancedSettings.jsx", "line": 226, "column": 12, - "index": 9364 + "index": 9412 }, { "filePath": "src/course-rerun/index.jsx", @@ -11842,13 +11836,13 @@ "filePath": "src/course-team/CourseTeam.jsx", "line": 74, "column": 12, - "index": 2234 + "index": 2246 }, { "filePath": "src/course-team/CourseTeam.jsx", "line": 142, "column": 12, - "index": 5189 + "index": 5201 }, { "filePath": "src/course-updates/CourseUpdates.jsx", @@ -11902,13 +11896,13 @@ "filePath": "src/grading-settings/GradingSettings.jsx", "line": 139, "column": 14, - "index": 4934 + "index": 4942 }, { "filePath": "src/grading-settings/GradingSettings.jsx", "line": 215, "column": 14, - "index": 8732 + "index": 8740 }, { "filePath": "src/import-page/CourseImportPage.jsx", @@ -11926,13 +11920,13 @@ "filePath": "src/schedule-and-details/index.jsx", "line": 196, "column": 12, - "index": 6223 + "index": 6244 }, { "filePath": "src/schedule-and-details/index.jsx", "line": 295, "column": 12, - "index": 10690 + "index": 10711 }, { "filePath": "src/studio-home/StudioHome.jsx", @@ -11964,13 +11958,13 @@ "filePath": "src/advanced-settings/AdvancedSettings.jsx", "line": 185, "column": 22, - "index": 7349 + "index": 7397 }, { "filePath": "src/advanced-settings/AdvancedSettings.jsx", "line": 252, "column": 14, - "index": 10342 + "index": 10390 }, { "filePath": "src/advanced-settings/modal-error/ModalError.jsx", @@ -12018,7 +12012,7 @@ "filePath": "src/course-team/CourseTeam.jsx", "line": 81, "column": 22, - "index": 2549 + "index": 2561 }, { "filePath": "src/course-team/info-modal/InfoModal.jsx", @@ -12216,13 +12210,13 @@ "filePath": "src/grading-settings/GradingSettings.jsx", "line": 205, "column": 20, - "index": 8358 + "index": 8366 }, { "filePath": "src/grading-settings/GradingSettings.jsx", "line": 244, "column": 14, - "index": 9853 + "index": 9861 }, { "filePath": "src/import-page/import-stepper/ImportStepper.jsx", @@ -12318,7 +12312,7 @@ "filePath": "src/schedule-and-details/index.jsx", "line": 325, "column": 14, - "index": 11718 + "index": 11739 }, { "filePath": "src/schedule-and-details/instructors-section/index.jsx", @@ -12392,7 +12386,7 @@ "filePath": "src/advanced-settings/AdvancedSettings.jsx", "line": 256, "column": 12, - "index": 10521 + "index": 10569 }, { "filePath": "src/custom-pages/CustomPageCard.jsx", @@ -12416,7 +12410,7 @@ "filePath": "src/grading-settings/GradingSettings.jsx", "line": 248, "column": 12, - "index": 10026 + "index": 10034 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -12458,7 +12452,7 @@ "filePath": "src/schedule-and-details/index.jsx", "line": 333, "column": 12, - "index": 11972 + "index": 11993 }, { "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", @@ -12472,7 +12466,7 @@ "filePath": "src/advanced-settings/AdvancedSettings.jsx", "line": 264, "column": 16, - "index": 10833 + "index": 10881 }, { "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", @@ -12496,7 +12490,7 @@ "filePath": "src/grading-settings/GradingSettings.jsx", "line": 256, "column": 16, - "index": 10363 + "index": 10371 } ], "AlertModal": [ @@ -14444,7 +14438,7 @@ "filePath": "src/course-team/CourseTeam.jsx", "line": 83, "column": 36, - "index": 2635 + "index": 2647 }, { "filePath": "src/grading-settings/grading-scale/GradingScale.jsx", @@ -14456,7 +14450,7 @@ "filePath": "src/grading-settings/GradingSettings.jsx", "line": 207, "column": 34, - "index": 8440 + "index": 8448 } ], "Form.Label": [ @@ -16400,7 +16394,7 @@ "filePath": "src/schedule-and-details/index.jsx", "line": 346, "column": 16, - "index": 12401 + "index": 12422 }, { "filePath": "src/studio-home/processing-courses/course-item/index.jsx", @@ -16810,7 +16804,7 @@ "filePath": "src/schedule-and-details/index.jsx", "line": 169, "column": 18, - "index": 5256 + "index": 5277 } ], "Col": [ @@ -39986,9 +39980,9 @@ }, { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 234, + "line": 235, "column": 6, - "index": 7590 + "index": 7652 }, { "filePath": "src/packages/exec-ed-page/components/Factoid/index.jsx", @@ -40214,9 +40208,9 @@ }, { "filePath": "src/packages/open-course-page/components/CourseHeader/index.jsx", - "line": 51, + "line": 53, "column": 6, - "index": 1441 + "index": 1504 }, { "filePath": "src/packages/open-course-page/components/CourseMain/variants/DesktopVariant.jsx", @@ -40322,51 +40316,51 @@ }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 478, + "line": 479, "column": 8, - "index": 18504 + "index": 18566 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 479, + "line": 480, "column": 10, - "index": 18578 + "index": 18640 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 480, + "line": 481, "column": 12, - "index": 18612 + "index": 18674 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 665, + "line": 666, "column": 12, - "index": 27980 + "index": 28042 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 673, + "line": 674, "column": 12, - "index": 28451 + "index": 28513 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 692, + "line": 693, "column": 8, - "index": 29213 + "index": 29275 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 815, + "line": 816, "column": 12, - "index": 34913 + "index": 34975 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 816, + "line": 817, "column": 14, - "index": 34966 + "index": 35028 }, { "filePath": "src/packages/program-page/components/SubjectTopics/index.jsx", @@ -40726,21 +40720,21 @@ }, { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 197, + "line": 198, "column": 14, - "index": 6479 + "index": 6541 }, { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 223, + "line": 224, "column": 12, - "index": 7345 + "index": 7407 }, { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 241, + "line": 242, "column": 14, - "index": 7966 + "index": 8028 }, { "filePath": "src/packages/exec-ed-page/components/MobileCollapsibleSection.jsx", @@ -41476,21 +41470,21 @@ }, { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 191, + "line": 192, "column": 12, - "index": 6199 + "index": 6261 }, { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 255, + "line": 256, "column": 20, - "index": 8669 + "index": 8731 }, { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 282, + "line": 283, "column": 16, - "index": 9764 + "index": 9826 }, { "filePath": "src/packages/exec-ed-page/components/RequestMoreInfoButton.jsx", @@ -41542,9 +41536,9 @@ }, { "filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseVideo.jsx", - "line": 41, + "line": 42, "column": 8, - "index": 1386 + "index": 1448 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", @@ -41586,7 +41580,7 @@ "filePath": "src/packages/program-page/components/ProgramHeader/index.jsx", "line": 164, "column": 16, - "index": 5133 + "index": 5139 }, { "filePath": "src/packages/program-page/components/ProgramSubscriptionSection/index.jsx", @@ -42070,9 +42064,9 @@ }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 716, + "line": 717, "column": 20, - "index": 30463 + "index": 30525 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -42108,15 +42102,15 @@ }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 724, + "line": 725, "column": 24, - "index": 31059 + "index": 31121 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 725, + "line": 726, "column": 24, - "index": 31151 + "index": 31213 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -42146,9 +42140,9 @@ }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 727, + "line": 728, "column": 22, - "index": 31287 + "index": 31349 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -42390,7 +42384,7 @@ "filePath": "src/packages/program-page/components/ProgramHeader/index.jsx", "line": 149, "column": 16, - "index": 4622 + "index": 4628 }, { "filePath": "src/packages/search-page/components/AutoComplete/components/AutoCompleteDropdownItem/index.jsx", @@ -42426,29 +42420,29 @@ }, { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 241, + "line": 242, "column": 25, - "index": 7977 + "index": 8039 } ], "PlayCircleFilled": [ { "filePath": "src/packages/common/ui/Video/index.jsx", - "line": 100, + "line": 101, "column": 18, - "index": 3207 + "index": 3271 }, { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 282, + "line": 283, "column": 99, - "index": 9847 + "index": 9909 }, { "filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseVideo.jsx", - "line": 49, + "line": 50, "column": 10, - "index": 1571 + "index": 1633 } ], "Send": [ @@ -42868,9 +42862,9 @@ }, { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 183, + "line": 184, "column": 10, - "index": 5925 + "index": 5987 }, { "filePath": "src/packages/exec-ed-page/components/StickyNav2U.jsx", @@ -42918,9 +42912,9 @@ }, { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 186, + "line": 187, "column": 14, - "index": 6006 + "index": 6068 }, { "filePath": "src/packages/exec-ed-page/components/StickyNav2U.jsx", @@ -42968,9 +42962,9 @@ }, { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 199, + "line": 200, "column": 21, - "index": 6539 + "index": 6601 }, { "filePath": "src/packages/exec-ed-page/components/StickyNav2U.jsx", @@ -43018,9 +43012,9 @@ "useToggle": [ { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 97, + "line": 98, "column": 32, - "index": 3569 + "index": 3631 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -43032,23 +43026,23 @@ "CallMade": [ { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 223, + "line": 224, "column": 23, - "index": 7356 + "index": 7418 } ], "Breadcrumb": [ { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 238, + "line": 239, "column": 14, - "index": 7821 + "index": 7883 }, { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 242, + "line": 243, "column": 14, - "index": 8007 + "index": 8069 }, { "filePath": "src/packages/search-page/components/SearchBreadcrumb/index.jsx", @@ -43060,9 +43054,9 @@ "ModalDialog": [ { "filePath": "src/packages/exec-ed-page/components/CourseVideoDialog/index.jsx", - "line": 11, + "line": 12, "column": 4, - "index": 268 + "index": 330 }, { "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx", @@ -43080,9 +43074,9 @@ "ModalDialog.Body": [ { "filePath": "src/packages/exec-ed-page/components/CourseVideoDialog/index.jsx", - "line": 21, + "line": 22, "column": 6, - "index": 501 + "index": 563 }, { "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx", @@ -43218,15 +43212,15 @@ }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 570, + "line": 571, "column": 28, - "index": 22884 + "index": 22946 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 594, + "line": 595, "column": 28, - "index": 24162 + "index": 24224 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -43762,9 +43756,9 @@ }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 485, + "line": 486, "column": 22, - "index": 18826 + "index": 18888 }, { "filePath": "src/packages/search-page/components/QuizMatchRecommendations/index.jsx", @@ -43782,9 +43776,9 @@ }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 486, + "line": 487, "column": 24, - "index": 18900 + "index": 18962 }, { "filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx", @@ -43846,25 +43840,25 @@ "LocalOffer": [ { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 381, + "line": 382, "column": 14, - "index": 14181 + "index": 14243 } ], "CreditCard": [ { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 418, + "line": 419, "column": 14, - "index": 15701 + "index": 15763 } ], "LibraryBooks": [ { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 551, + "line": 552, "column": 24, - "index": 21962 + "index": 22024 }, { "filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx", @@ -43876,9 +43870,9 @@ "AccessTime": [ { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 618, + "line": 619, "column": 28, - "index": 25486 + "index": 25548 }, { "filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx", @@ -43890,9 +43884,9 @@ "School": [ { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 639, + "line": 640, "column": 28, - "index": 26572 + "index": 26634 }, { "filePath": "src/packages/program-page/components/ProgramPathway/index.jsx", @@ -43904,9 +43898,9 @@ "Collapsible.Trigger": [ { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 720, + "line": 721, "column": 22, - "index": 30740 + "index": 30802 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -43918,25 +43912,25 @@ "AddCircle": [ { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 724, + "line": 725, "column": 56, - "index": 31091 + "index": 31153 } ], "RemoveCircle": [ { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 725, + "line": 726, "column": 54, - "index": 31181 + "index": 31243 } ], "FormatQuote": [ { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 773, + "line": 774, "column": 18, - "index": 33465 + "index": 33527 } ], "Info": [ From 1ad84a2591dc5063da972f5c9cfc02a366c56417 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 19 Oct 2023 14:09:49 -0400 Subject: [PATCH 04/40] chore: Update openedx brand dependency. We've moved the dependency to the `openedx` scope so update the dependency and re-build package-lock.json where applicable. --- example/package.json | 2 +- package-lock.json | 61 ++++++++++---------------------------------- www/package.json | 2 +- 3 files changed, 15 insertions(+), 50 deletions(-) diff --git a/example/package.json b/example/package.json index 5a6d5c9c4a..45f5188ab0 100644 --- a/example/package.json +++ b/example/package.json @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@edx/brand": "npm:@edx/brand-openedx@^1.1.0", + "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", "@edx/frontend-platform": "^4.2.0", "@faker-js/faker": "^7.6.0", "core-js": "^3.22.2", diff --git a/package-lock.json b/package-lock.json index 82e76fc866..7a61cd3e1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -142,7 +142,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@edx/brand": "npm:@edx/brand-openedx@^1.1.0", + "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", "@edx/frontend-platform": "^4.2.0", "@faker-js/faker": "^7.6.0", "core-js": "^3.22.2", @@ -154,6 +154,12 @@ "@edx/frontend-build": "^12.8.10" } }, + "example/node_modules/@edx/brand": { + "name": "@openedx/brand-openedx", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@openedx/brand-openedx/-/brand-openedx-1.2.2.tgz", + "integrity": "sha512-mBvxR7aB9290j9+h3d/9G8VkG1b8ecLSmlxc0vskfm7DL/fKUzFmHAj3PI7Z4kkwCQOL4QT5mJHJKC0ZFf7qvQ==" + }, "icons": { "version": "1.0.0", "license": "ISC", @@ -2304,20 +2310,10 @@ } } }, - "node_modules/@edx/brand": { - "name": "@edx/brand-openedx", - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@edx/brand-openedx/-/brand-openedx-1.2.0.tgz", - "integrity": "sha512-r4PDN3rCgDsLovW44ayxoNNHgG5I4Rvss6MG5CrQEX4oW8YhQVEod+jJtwR5vi0mFLN2GIaMlDpd7iIy03VqXg==" - }, "node_modules/@edx/brand-edx.org": { "version": "2.1.2", "license": "UNLICENSED" }, - "node_modules/@edx/brand-openedx": { - "version": "1.2.0", - "license": "GPL-3.0-or-later" - }, "node_modules/@edx/browserslist-config": { "version": "1.2.0", "dev": true, @@ -5914,6 +5910,11 @@ "@octokit/openapi-types": "^16.0.0" } }, + "node_modules/@openedx/brand-openedx": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@openedx/brand-openedx/-/brand-openedx-1.2.2.tgz", + "integrity": "sha512-mBvxR7aB9290j9+h3d/9G8VkG1b8ecLSmlxc0vskfm7DL/fKUzFmHAj3PI7Z4kkwCQOL4QT5mJHJKC0ZFf7qvQ==" + }, "node_modules/@parcel/bundler-default": { "version": "2.6.2", "license": "MIT", @@ -12809,42 +12810,6 @@ "node": "*" } }, - "node_modules/cheerio": { - "version": "1.0.0-rc.12", - "dev": true, - "license": "MIT", - "dependencies": { - "cheerio-select": "^2.1.0", - "dom-serializer": "^2.0.0", - "domhandler": "^5.0.3", - "domutils": "^3.0.1", - "htmlparser2": "^8.0.1", - "parse5": "^7.0.0", - "parse5-htmlparser2-tree-adapter": "^7.0.0" - }, - "engines": { - "node": ">= 6" - }, - "funding": { - "url": "https://github.com/cheeriojs/cheerio?sponsor=1" - } - }, - "node_modules/cheerio-select": { - "version": "2.1.0", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "boolbase": "^1.0.0", - "css-select": "^5.1.0", - "css-what": "^6.1.0", - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3", - "domutils": "^3.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, "node_modules/child_process": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/child_process/-/child_process-1.0.2.tgz", @@ -38904,10 +38869,10 @@ "dependencies": { "@docsearch/react": "^3.1.0", "@edx/brand-edx.org": "^2.1.2", - "@edx/brand-openedx": "^1.1.0", "@fortawesome/free-solid-svg-icons": "^6.1.1", "@mdx-js/mdx": "^1.6.22", "@mdx-js/react": "^1.6.22", + "@openedx/brand-openedx": "^1.2.2", "analytics-node": "^6.0.0", "axios": "^0.27.2", "classnames": "^2.3.1", diff --git a/www/package.json b/www/package.json index dcc24ca2da..5cee493d58 100644 --- a/www/package.json +++ b/www/package.json @@ -5,7 +5,7 @@ "dependencies": { "@docsearch/react": "^3.1.0", "@edx/brand-edx.org": "^2.1.2", - "@edx/brand-openedx": "^1.1.0", + "@openedx/brand-openedx": "^1.2.2", "@fortawesome/free-solid-svg-icons": "^6.1.1", "@mdx-js/mdx": "^1.6.22", "@mdx-js/react": "^1.6.22", From 6719baa33fa856a6f7c26f7466859133cda4b02d Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 19 Oct 2023 15:13:24 -0400 Subject: [PATCH 05/40] fix: Update imports to the new brand package. The scope changed so we update any place the old package was being imported explicitly. --- bin/paragon-scripts.js | 2 +- lib/install-theme.js | 2 +- www/src/scss/openedx-theme.scss | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/paragon-scripts.js b/bin/paragon-scripts.js index 47ef258f0b..6506c4dcd2 100755 --- a/bin/paragon-scripts.js +++ b/bin/paragon-scripts.js @@ -38,7 +38,7 @@ const COMMANDS = { { name: 'theme', description: 'The @edx/brand package to install.', - defaultValue: '@edx/brand-openedx@latest', + defaultValue: '@openedx/brand-openedx@latest', required: false, }, ], diff --git a/lib/install-theme.js b/lib/install-theme.js index a7b408c24b..e3da7079d1 100644 --- a/lib/install-theme.js +++ b/lib/install-theme.js @@ -12,7 +12,7 @@ function promptUserForTheme() { type: 'input', name: 'theme', message: 'What @edx/brand package do you want to install?', - default: '@edx/brand-openedx@latest', + default: '@openedx/brand-openedx@latest', }, ]); } diff --git a/www/src/scss/openedx-theme.scss b/www/src/scss/openedx-theme.scss index a2200d3e03..05493a6241 100644 --- a/www/src/scss/openedx-theme.scss +++ b/www/src/scss/openedx-theme.scss @@ -1,6 +1,6 @@ -@import "~@edx/brand-openedx/paragon/fonts"; +@import "~@openedx/brand-openedx/paragon/fonts"; @import "variables"; -@import "~@edx/brand-openedx/paragon/variables"; +@import "~@openedx/brand-openedx/paragon/variables"; @import "~paragon-style/core/core"; -@import "~@edx/brand-openedx/paragon/overrides"; +@import "~@openedx/brand-openedx/paragon/overrides"; @import "base"; From 46f8d85b46f2d2a8a290c6db4537706610a88308 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 10:13:21 -0400 Subject: [PATCH 06/40] docs: update dependent-usage.json (#2738) --- dependent-usage.json | 398 ++++++++++++++++++++++++++----------------- 1 file changed, 244 insertions(+), 154 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index df172f03b5..f2fa2306f8 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,8 +1,8 @@ { - "lastModified": 1697724562475, + "lastModified": 1697810888348, "projectUsages": [ { - "version": "21.5.3", + "version": "21.5.4", "name": "edx-credentials", "repository": { "type": "git", @@ -1741,7 +1741,7 @@ } }, { - "version": "20.39.2", + "version": "20.46.3", "name": "frontend-app-admin-portal", "repository": "https://github.com/openedx/frontend-app-admin-portal", "folderName": "frontend-app-admin-portal", @@ -2499,6 +2499,30 @@ "column": 4, "index": 193 }, + { + "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", + "line": 19, + "column": 8, + "index": 672 + }, + { + "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", + "line": 20, + "column": 8, + "index": 705 + }, + { + "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", + "line": 21, + "column": 8, + "index": 738 + }, + { + "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", + "line": 22, + "column": 8, + "index": 772 + }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", "line": 15, @@ -3811,11 +3835,29 @@ "column": 18, "index": 4088 }, + { + "filePath": "src/components/learner-credit-management/BudgetDetailActivityTabContents.jsx", + "line": 42, + "column": 4, + "index": 1254 + }, + { + "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", + "line": 30, + "column": 6, + "index": 996 + }, + { + "filePath": "src/components/learner-credit-management/BudgetDetailPageHeader.jsx", + "line": 17, + "column": 4, + "index": 619 + }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", - "line": 15, + "line": 51, "column": 4, - "index": 491 + "index": 2088 }, { "filePath": "src/components/learner-credit-management/LearnerCreditDisclaimer.jsx", @@ -4121,9 +4163,9 @@ }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", - "line": 49, + "line": 81, "column": 18, - "index": 1696 + "index": 3287 }, { "filePath": "src/components/learner-credit-management/LearnerCreditDisclaimer.jsx", @@ -4315,49 +4357,49 @@ "filePath": "src/components/Sidebar/index.jsx", "line": 78, "column": 12, - "index": 2530 + "index": 2519 }, { "filePath": "src/components/Sidebar/index.jsx", "line": 84, "column": 12, - "index": 2755 + "index": 2733 }, { "filePath": "src/components/Sidebar/index.jsx", "line": 91, "column": 12, - "index": 3048 + "index": 3015 }, { "filePath": "src/components/Sidebar/index.jsx", "line": 99, "column": 12, - "index": 3368 + "index": 3324 }, { "filePath": "src/components/Sidebar/index.jsx", "line": 106, "column": 12, - "index": 3621 + "index": 3550 }, { "filePath": "src/components/Sidebar/index.jsx", "line": 112, "column": 12, - "index": 3886 + "index": 3788 }, { "filePath": "src/components/Sidebar/index.jsx", "line": 119, "column": 12, - "index": 4152 + "index": 4043 }, { "filePath": "src/components/Sidebar/index.jsx", "line": 125, "column": 12, - "index": 4336 + "index": 4216 }, { "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx", @@ -4379,15 +4421,15 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx", - "line": 122, + "line": 124, "column": 18, - "index": 3241 + "index": 3253 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx", - "line": 144, + "line": 146, "column": 18, - "index": 3780 + "index": 3792 }, { "filePath": "src/components/subscriptions/SubscriptionDetails.jsx", @@ -5219,11 +5261,17 @@ "column": 4, "index": 2157 }, + { + "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", + "line": 17, + "column": 2, + "index": 544 + }, { "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx", - "line": 28, - "column": 6, - "index": 966 + "line": 19, + "column": 2, + "index": 622 }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", @@ -5293,18 +5341,18 @@ "column": 6, "index": 3720 }, + { + "filePath": "src/components/learner-credit-management/CustomDataTableEmptyState.jsx", + "line": 9, + "column": 9, + "index": 249 + }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", "line": 104, "column": 8, "index": 3012 }, - { - "filePath": "src/components/learner-credit-management/SpendTableEmptyState.jsx", - "line": 9, - "column": 9, - "index": 244 - }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", "line": 164, @@ -5526,10 +5574,16 @@ "index": 1072 }, { - "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 37, + "filePath": "src/components/learner-credit-management/BudgetDetailPageHeader.jsx", + "line": 18, + "column": 6, + "index": 641 + }, + { + "filePath": "src/components/learner-credit-management/BudgetDetailPageHeader.jsx", + "line": 32, "column": 8, - "index": 1058 + "index": 1081 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -5678,10 +5732,16 @@ "index": 1133 }, { - "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 38, + "filePath": "src/components/learner-credit-management/BudgetDetailPageHeader.jsx", + "line": 19, + "column": 8, + "index": 655 + }, + { + "filePath": "src/components/learner-credit-management/BudgetDetailPageHeader.jsx", + "line": 33, "column": 10, - "index": 1074 + "index": 1097 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -5827,7 +5887,7 @@ "filePath": "src/components/Sidebar/index.jsx", "line": 106, "column": 23, - "index": 3632 + "index": 3561 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/EnrollBulkAction.jsx", @@ -6877,9 +6937,9 @@ }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", - "line": 47, + "line": 79, "column": 8, - "index": 1638 + "index": 3229 }, { "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx", @@ -6907,15 +6967,15 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx", - "line": 118, + "line": 120, "column": 8, - "index": 3133 + "index": 3145 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx", - "line": 139, + "line": 141, "column": 8, - "index": 3608 + "index": 3620 } ], "Delete": [ @@ -6981,9 +7041,9 @@ }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", - "line": 17, + "line": 53, "column": 6, - "index": 568 + "index": 2194 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessConfiguredSubsidyType.jsx", @@ -7023,15 +7083,15 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx", - "line": 110, + "line": 112, "column": 6, - "index": 2961 + "index": 2973 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx", - "line": 131, + "line": 133, "column": 6, - "index": 3436 + "index": 3448 }, { "filePath": "src/components/SubsidyRequestManagementTable/CourseTitleCell.jsx", @@ -7061,9 +7121,9 @@ }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", - "line": 21, + "line": 57, "column": 10, - "index": 676 + "index": 2293 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx", @@ -7099,9 +7159,9 @@ }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", - "line": 22, + "line": 58, "column": 12, - "index": 724 + "index": 2341 }, { "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx", @@ -7125,9 +7185,9 @@ }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", - "line": 23, + "line": 59, "column": 12, - "index": 788 + "index": 2405 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx", @@ -7311,15 +7371,15 @@ }, { "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx", - "line": 21, + "line": 22, "column": 6, - "index": 434 + "index": 456 }, { "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx", - "line": 34, + "line": 35, "column": 8, - "index": 831 + "index": 875 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx", @@ -7335,33 +7395,33 @@ }, { "filePath": "src/components/settings/SettingsTabs.jsx", - "line": 69, + "line": 59, "column": 8, - "index": 1875 + "index": 1624 }, { "filePath": "src/components/settings/SettingsTabs.jsx", - "line": 88, + "line": 78, "column": 8, - "index": 2610 + "index": 2359 }, { "filePath": "src/components/settings/SettingsTabs.jsx", - "line": 104, + "line": 92, "column": 8, - "index": 3102 + "index": 2757 }, { "filePath": "src/components/settings/SettingsTabs.jsx", - "line": 121, + "line": 109, "column": 8, - "index": 3634 + "index": 3289 }, { "filePath": "src/components/settings/SettingsTabs.jsx", - "line": 136, + "line": 124, "column": 8, - "index": 4138 + "index": 3793 }, { "filePath": "src/components/subscriptions/SubscriptionTabs.jsx", @@ -7391,9 +7451,9 @@ }, { "filePath": "src/components/learner-credit-management/BudgetDetailTabsAndRoutes.jsx", - "line": 82, + "line": 96, "column": 4, - "index": 2568 + "index": 3149 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx", @@ -7403,9 +7463,9 @@ }, { "filePath": "src/components/settings/SettingsTabs.jsx", - "line": 185, + "line": 174, "column": 6, - "index": 5441 + "index": 5097 }, { "filePath": "src/components/subscriptions/SubscriptionTabs.jsx", @@ -7458,10 +7518,10 @@ "index": 305 }, { - "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 36, + "filePath": "src/components/learner-credit-management/BudgetDetailPageWrapper.jsx", + "line": 19, "column": 6, - "index": 1015 + "index": 750 }, { "filePath": "src/components/learner-credit-management/LearnerCreditManagement.jsx", @@ -7483,9 +7543,9 @@ }, { "filePath": "src/components/settings/SettingsTabs.jsx", - "line": 184, + "line": 173, "column": 4, - "index": 5400 + "index": 5056 }, { "filePath": "src/components/subscriptions/SubscriptionManagementPage.jsx", @@ -7813,6 +7873,12 @@ "column": 6, "index": 1154 }, + { + "filePath": "src/components/learner-credit-management/AssignmentDetailsTableCell.jsx", + "line": 19, + "column": 8, + "index": 577 + }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", "line": 63, @@ -7827,9 +7893,9 @@ }, { "filePath": "src/components/learner-credit-management/SpendTableEnrollmentDetails.jsx", - "line": 18, + "line": 23, "column": 8, - "index": 456 + "index": 645 }, { "filePath": "src/components/settings/HelpCenterButton.jsx", @@ -8817,15 +8883,15 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx", - "line": 113, + "line": 115, "column": 10, - "index": 3030 + "index": 3042 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx", - "line": 134, + "line": 136, "column": 10, - "index": 3505 + "index": 3517 }, { "filePath": "src/components/TemplateSourceFields/index.jsx", @@ -8849,9 +8915,9 @@ }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", - "line": 48, + "line": 80, "column": 15, - "index": 1665 + "index": 3256 }, { "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx", @@ -8860,6 +8926,20 @@ "index": 5106 } ], + "DataTable.FilterStatus": [ + { + "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", + "line": 10, + "column": 31, + "index": 390 + }, + { + "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx", + "line": 12, + "column": 31, + "index": 462 + } + ], "Breadcrumb": [ { "filePath": "src/components/learner-credit-management/BudgetCard.jsx", @@ -8868,10 +8948,10 @@ "index": 3249 }, { - "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 39, - "column": 12, - "index": 1110 + "filePath": "src/components/learner-credit-management/BudgetDetailPageHeader.jsx", + "line": 20, + "column": 10, + "index": 689 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx", @@ -8914,14 +8994,6 @@ "index": 2707 } ], - "DataTable.FilterStatus": [ - { - "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx", - "line": 13, - "column": 31, - "index": 499 - } - ], "Search": [ { "filePath": "src/components/learner-credit-management/TableTextFilter.jsx", @@ -9485,9 +9557,9 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx", - "line": 142, + "line": 144, "column": 15, - "index": 3691 + "index": 3703 } ], "Edit": [ @@ -9589,7 +9661,7 @@ "filePath": "src/components/Sidebar/index.jsx", "line": 78, "column": 23, - "index": 2541 + "index": 2530 } ], "Tag": [ @@ -9597,7 +9669,7 @@ "filePath": "src/components/Sidebar/index.jsx", "line": 84, "column": 23, - "index": 2766 + "index": 2744 } ], "CreditCard": [ @@ -9605,7 +9677,7 @@ "filePath": "src/components/Sidebar/index.jsx", "line": 91, "column": 23, - "index": 3059 + "index": 3026 } ], "MoneyOutline": [ @@ -9613,7 +9685,7 @@ "filePath": "src/components/Sidebar/index.jsx", "line": 99, "column": 23, - "index": 3379 + "index": 3335 } ], "Description": [ @@ -9621,7 +9693,7 @@ "filePath": "src/components/Sidebar/index.jsx", "line": 112, "column": 23, - "index": 3897 + "index": 3799 } ], "Settings": [ @@ -9629,7 +9701,7 @@ "filePath": "src/components/Sidebar/index.jsx", "line": 119, "column": 23, - "index": 4163 + "index": 4054 } ], "Support": [ @@ -9637,7 +9709,7 @@ "filePath": "src/components/Sidebar/index.jsx", "line": 125, "column": 23, - "index": 4347 + "index": 4227 } ], "Email": [ @@ -9649,9 +9721,9 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx", - "line": 121, + "line": 123, "column": 15, - "index": 3216 + "index": 3228 } ], "ArrowBackIos": [ @@ -21838,19 +21910,19 @@ "filePath": "src/components/enterprise-invite/EnterpriseInvitePage.jsx", "line": 85, "column": 12, - "index": 3387 + "index": 3394 }, { "filePath": "src/components/enterprise-invite/EnterpriseInvitePage.jsx", "line": 92, "column": 12, - "index": 3661 + "index": 3668 }, { "filePath": "src/components/enterprise-invite/EnterpriseInvitePage.jsx", "line": 101, "column": 16, - "index": 3919 + "index": 3926 }, { "filePath": "src/components/enterprise-page/EnterprisePage.jsx", @@ -21990,7 +22062,7 @@ "filePath": "src/components/enterprise-invite/EnterpriseInvitePage.jsx", "line": 77, "column": 8, - "index": 3038 + "index": 3045 }, { "filePath": "src/components/enterprise-page/EnterprisePage.jsx", @@ -22312,7 +22384,7 @@ "filePath": "src/components/enterprise-invite/EnterpriseInvitePage.jsx", "line": 100, "column": 10, - "index": 3895 + "index": 3902 }, { "filePath": "src/components/enterprise-page/EnterprisePage.jsx", @@ -35146,21 +35218,21 @@ }, { "filePath": "src/Notifications/index.jsx", - "line": 247, + "line": 258, "column": 16, - "index": 9151 + "index": 9621 }, { "filePath": "src/Notifications/NotificationSections.jsx", - "line": 50, + "line": 54, "column": 12, - "index": 2361 + "index": 2603 }, { "filePath": "src/Notifications/NotificationSections.jsx", - "line": 85, + "line": 100, "column": 8, - "index": 3838 + "index": 4358 }, { "filePath": "src/studio-header/HeaderBody.jsx", @@ -35206,9 +35278,9 @@ "OverlayTrigger": [ { "filePath": "src/Notifications/index.jsx", - "line": 204, + "line": 211, "column": 6, - "index": 7366 + "index": 7599 }, { "filePath": "src/studio-header/CourseLockUp.jsx", @@ -35220,25 +35292,25 @@ "Popover": [ { "filePath": "src/Notifications/index.jsx", - "line": 211, + "line": 218, "column": 10, - "index": 7551 + "index": 7784 } ], "Popover.Title": [ { "filePath": "src/Notifications/index.jsx", - "line": 223, - "column": 14, - "index": 8081 + "line": 231, + "column": 16, + "index": 8372 } ], "Hyperlink": [ { "filePath": "src/Notifications/index.jsx", - "line": 229, - "column": 16, - "index": 8392 + "line": 237, + "column": 18, + "index": 8693 }, { "filePath": "src/Notifications/tours/constants.js", @@ -35256,15 +35328,21 @@ "Icon": [ { "filePath": "src/Notifications/index.jsx", - "line": 235, - "column": 18, - "index": 8642 + "line": 243, + "column": 20, + "index": 8955 }, { "filePath": "src/Notifications/index.jsx", - "line": 266, + "line": 277, "column": 20, - "index": 9763 + "index": 10270 + }, + { + "filePath": "src/Notifications/NotificationEmptySection.jsx", + "line": 22, + "column": 16, + "index": 847 }, { "filePath": "src/Notifications/NotificationRowItem.jsx", @@ -35274,15 +35352,15 @@ }, { "filePath": "src/Notifications/NotificationSections.jsx", - "line": 101, + "line": 116, "column": 12, - "index": 4349 + "index": 4897 }, { "filePath": "src/Notifications/NotificationSections.jsx", - "line": 106, + "line": 121, "column": 14, - "index": 4691 + "index": 5239 }, { "filePath": "src/Notifications/tours/constants.js", @@ -35294,9 +35372,9 @@ "Settings": [ { "filePath": "src/Notifications/index.jsx", - "line": 236, - "column": 25, - "index": 8673 + "line": 244, + "column": 27, + "index": 8988 }, { "filePath": "src/Notifications/tours/constants.js", @@ -35308,57 +35386,69 @@ "Popover.Content": [ { "filePath": "src/Notifications/index.jsx", - "line": 243, + "line": 252, "column": 14, - "index": 8952 + "index": 9300 } ], "IconButton": [ { "filePath": "src/Notifications/index.jsx", - "line": 261, + "line": 272, "column": 10, - "index": 9563 + "index": 10033 + }, + { + "filePath": "src/Notifications/NotificationEmptySection.jsx", + "line": 18, + "column": 6, + "index": 696 } ], "NotificationsNone": [ { "filePath": "src/Notifications/index.jsx", - "line": 265, + "line": 276, "column": 17, - "index": 9724 + "index": 10231 + }, + { + "filePath": "src/Notifications/NotificationEmptySection.jsx", + "line": 21, + "column": 13, + "index": 812 } ], "Bubble": [ { "filePath": "src/Notifications/index.jsx", - "line": 274, + "line": 285, "column": 10, - "index": 10042 + "index": 10549 } ], "Spinner": [ { "filePath": "src/Notifications/NotificationSections.jsx", - "line": 82, + "line": 97, "column": 10, - "index": 3625 + "index": 4145 } ], "CheckCircleLightOutline": [ { "filePath": "src/Notifications/NotificationSections.jsx", - "line": 101, + "line": 116, "column": 56, - "index": 4393 + "index": 4941 } ], "AutoAwesome": [ { "filePath": "src/Notifications/NotificationSections.jsx", - "line": 106, + "line": 121, "column": 25, - "index": 4702 + "index": 5250 } ], "Tabs": [ From 63d46403708f784a0c28ee9d3e2e5dd1f0840647 Mon Sep 17 00:00:00 2001 From: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:49:29 -0400 Subject: [PATCH 07/40] fix: properly test untyped selectable box sets (#2736) --- .../tests/SelectableBoxSet.test.jsx | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/SelectableBox/tests/SelectableBoxSet.test.jsx b/src/SelectableBox/tests/SelectableBoxSet.test.jsx index 934220403b..9ec8d4b625 100644 --- a/src/SelectableBox/tests/SelectableBoxSet.test.jsx +++ b/src/SelectableBox/tests/SelectableBoxSet.test.jsx @@ -4,6 +4,8 @@ import '@testing-library/jest-dom/extend-expect'; import userEvent from '@testing-library/user-event'; import SelectableBox from '..'; +const boxText = (text) => `SelectableBox${text}`; + const checkboxType = 'checkbox'; const checkboxText = (text) => `SelectableCheckbox${text}`; @@ -12,6 +14,16 @@ const radioText = (text) => `SelectableRadio${text}`; const ariaLabel = 'test-default-label'; +function SelectableBoxSet(props) { + return ( + + {boxText(1)} + {boxText(2)} + {boxText(3)} + + ); +} + function SelectableCheckboxSet(props) { return ( @@ -68,11 +80,8 @@ describe('', () => { expect(screen.getByTestId('checkbox-set')).toBeInTheDocument(); }); it('renders with radio type if neither checkbox nor radio is passed', () => { - const originalError = console.error; - console.error = jest.fn(); - render(); + render(); expect(screen.getByTestId('radio-set')).toBeInTheDocument(); - console.error = originalError; }); it('renders with radio type', () => { render(); From acd22b354324e6ef1b7d62223be819d5f178d11c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 10:14:15 -0400 Subject: [PATCH 08/40] docs: update dependent-usage.json (#2739) --- dependent-usage.json | 848 +++++++++++++++++++++++-------------------- 1 file changed, 460 insertions(+), 388 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index f2fa2306f8..ec02751906 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1697810888348, + "lastModified": 1697897335800, "projectUsages": [ { "version": "21.5.4", @@ -11638,9 +11638,9 @@ }, { "filePath": "src/course-rerun/index.jsx", - "line": 45, + "line": 46, "column": 6, - "index": 1233 + "index": 1260 }, { "filePath": "src/course-team/CourseTeam.jsx", @@ -11656,9 +11656,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 118, + "line": 120, "column": 6, - "index": 3872 + "index": 3883 }, { "filePath": "src/export-page/CourseExportPage.jsx", @@ -11680,9 +11680,9 @@ }, { "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", - "line": 116, + "line": 117, "column": 4, - "index": 3410 + "index": 3451 }, { "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx", @@ -11701,6 +11701,24 @@ "line": 102, "column": 6, "index": 2837 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 48, + "column": 8, + "index": 1372 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 58, + "column": 8, + "index": 1685 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 85, + "column": 12, + "index": 2401 } ], "Info": [ @@ -11734,7 +11752,7 @@ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", "line": 204, "column": 6, - "index": 6370 + "index": 6374 }, { "filePath": "src/generic/FieldFeedback.jsx", @@ -11814,9 +11832,9 @@ }, { "filePath": "src/course-rerun/index.jsx", - "line": 65, + "line": 66, "column": 10, - "index": 2008 + "index": 2035 }, { "filePath": "src/course-team/CourseTeam.jsx", @@ -11832,9 +11850,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 153, + "line": 155, "column": 8, - "index": 5057 + "index": 5068 }, { "filePath": "src/export-page/CourseExportPage.jsx", @@ -11894,15 +11912,15 @@ }, { "filePath": "src/course-rerun/index.jsx", - "line": 72, + "line": 73, "column": 12, - "index": 2260 + "index": 2287 }, { "filePath": "src/course-rerun/index.jsx", - "line": 78, + "line": 79, "column": 12, - "index": 2477 + "index": 2504 }, { "filePath": "src/course-team/CourseTeam.jsx", @@ -11924,15 +11942,15 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 160, + "line": 162, "column": 10, - "index": 5405 + "index": 5416 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 206, + "line": 208, "column": 10, - "index": 7305 + "index": 7316 }, { "filePath": "src/export-page/CourseExportPage.jsx", @@ -12052,9 +12070,9 @@ }, { "filePath": "src/course-rerun/index.jsx", - "line": 57, + "line": 58, "column": 18, - "index": 1709 + "index": 1736 }, { "filePath": "src/course-team/add-team-member/AddTeamMember.jsx", @@ -12130,27 +12148,27 @@ }, { "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 108, + "line": 110, "column": 12, - "index": 3417 + "index": 3446 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 133, + "line": 135, "column": 10, - "index": 4441 + "index": 4452 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 147, + "line": 149, "column": 12, - "index": 4896 + "index": 4907 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 227, + "line": 229, "column": 12, - "index": 8168 + "index": 8179 }, { "filePath": "src/export-page/CourseExportPage.jsx", @@ -12252,7 +12270,7 @@ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", "line": 255, "column": 10, - "index": 8113 + "index": 8117 }, { "filePath": "src/generic/modal-error/ModalError.jsx", @@ -12334,21 +12352,21 @@ }, { "filePath": "src/pages-and-resources/discussions/app-list/AppListNextButton.jsx", - "line": 20, + "line": 21, "column": 4, - "index": 707 + "index": 735 }, { "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx", - "line": 108, + "line": 106, "column": 20, - "index": 3463 + "index": 3433 }, { "filePath": "src/pages-and-resources/PagesAndResources.jsx", "line": 79, "column": 12, - "index": 2991 + "index": 3062 }, { "filePath": "src/pages-and-resources/teams/GroupEditor.jsx", @@ -12426,7 +12444,7 @@ "filePath": "src/studio-home/organization-section/index.jsx", "line": 66, "column": 6, - "index": 2434 + "index": 2427 }, { "filePath": "src/studio-home/processing-courses/course-item/index.jsx", @@ -12462,21 +12480,21 @@ }, { "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 111, + "line": 113, "column": 12, - "index": 3576 + "index": 3605 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 199, + "line": 201, "column": 12, - "index": 7081 + "index": 7092 }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", "line": 261, "column": 10, - "index": 8299 + "index": 8303 }, { "filePath": "src/grading-settings/GradingSettings.jsx", @@ -12586,9 +12604,9 @@ }, { "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 102, + "line": 104, "column": 6, - "index": 3196 + "index": 3225 }, { "filePath": "src/files-and-uploads/FilesAndUploads.jsx", @@ -12624,9 +12642,9 @@ }, { "filePath": "src/course-rerun/index.jsx", - "line": 56, + "line": 57, "column": 16, - "index": 1659 + "index": 1686 }, { "filePath": "src/course-team/add-user-form/AddUserForm.jsx", @@ -12654,21 +12672,21 @@ }, { "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 66, + "line": 68, "column": 6, - "index": 1696 + "index": 1725 }, { "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 107, + "line": 109, "column": 10, - "index": 3393 + "index": 3422 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 128, + "line": 130, "column": 8, - "index": 4285 + "index": 4296 }, { "filePath": "src/files-and-uploads/FileInfo.jsx", @@ -12716,7 +12734,7 @@ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", "line": 254, "column": 8, - "index": 8057 + "index": 8061 }, { "filePath": "src/generic/modal-error/ModalError.jsx", @@ -12726,9 +12744,15 @@ }, { "filePath": "src/generic/sub-header/SubHeader.jsx", - "line": 15, + "line": 21, + "column": 10, + "index": 528 + }, + { + "filePath": "src/generic/sub-header/SubHeader.jsx", + "line": 27, "column": 8, - "index": 475 + "index": 667 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -12738,9 +12762,9 @@ }, { "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", - "line": 134, + "line": 135, "column": 10, - "index": 4198 + "index": 4239 }, { "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx", @@ -12836,9 +12860,9 @@ }, { "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx", - "line": 126, + "line": 124, "column": 18, - "index": 4058 + "index": 4028 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", @@ -12940,39 +12964,39 @@ }, { "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 59, + "line": 61, "column": 15, - "index": 1574 + "index": 1603 }, { "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 76, + "line": 78, "column": 18, - "index": 2123 + "index": 2152 }, { "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 86, + "line": 88, "column": 18, - "index": 2578 + "index": 2607 }, { "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 96, + "line": 98, "column": 18, - "index": 3003 + "index": 3032 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 99, + "line": 101, "column": 15, - "index": 3250 + "index": 3261 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 100, + "line": 102, "column": 15, - "index": 3285 + "index": 3296 }, { "filePath": "src/files-and-uploads/FileInfo.jsx", @@ -13102,21 +13126,21 @@ }, { "filePath": "src/pages-and-resources/live/Settings.jsx", - "line": 108, + "line": 110, "column": 20, - "index": 4421 + "index": 4513 }, { "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 42, + "line": 44, "column": 20, - "index": 1375 + "index": 1408 }, { "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 52, + "line": 54, "column": 16, - "index": 1653 + "index": 1686 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -13252,19 +13276,19 @@ "filePath": "src/custom-pages/CustomPageCard.jsx", "line": 33, "column": 86, - "index": 829 + "index": 827 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 53, + "line": 55, "column": 32, - "index": 1606 + "index": 1614 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 54, + "line": 56, "column": 59, - "index": 1683 + "index": 1691 }, { "filePath": "src/files-and-uploads/FilesAndUploads.jsx", @@ -13372,9 +13396,9 @@ }, { "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 61, + "line": 63, "column": 4, - "index": 1855 + "index": 1884 }, { "filePath": "src/schedule-and-details/basic-section/index.jsx", @@ -13429,6 +13453,12 @@ "line": 24, "column": 10, "index": 752 + }, + { + "filePath": "src/taxonomy/TaxonomyCard.jsx", + "line": 44, + "column": 4, + "index": 1049 } ], "Card.Body": [ @@ -13470,9 +13500,9 @@ }, { "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 77, + "line": 79, "column": 6, - "index": 2324 + "index": 2353 }, { "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", @@ -13491,6 +13521,12 @@ "line": 43, "column": 12, "index": 1371 + }, + { + "filePath": "src/taxonomy/TaxonomyCard.jsx", + "line": 50, + "column": 6, + "index": 1274 } ], "Card.Header": [ @@ -13538,9 +13574,9 @@ }, { "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 67, + "line": 69, "column": 6, - "index": 2017 + "index": 2046 }, { "filePath": "src/schedule-and-details/basic-section/index.jsx", @@ -13565,6 +13601,12 @@ "line": 60, "column": 10, "index": 1790 + }, + { + "filePath": "src/taxonomy/TaxonomyCard.jsx", + "line": 45, + "column": 6, + "index": 1149 } ], "IconButton": [ @@ -13624,15 +13666,15 @@ }, { "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 40, + "line": 42, "column": 10, - "index": 1312 + "index": 1345 }, { "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 50, + "line": 52, "column": 6, - "index": 1602 + "index": 1635 } ], "InfoOutline": [ @@ -13678,15 +13720,15 @@ }, { "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 70, + "line": 72, "column": 8, - "index": 1853 + "index": 1882 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 132, + "line": 134, "column": 10, - "index": 4410 + "index": 4421 }, { "filePath": "src/files-and-uploads/FileInfo.jsx", @@ -13770,9 +13812,9 @@ }, { "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 78, + "line": 80, "column": 8, - "index": 2344 + "index": 2373 }, { "filePath": "src/schedule-and-details/basic-section/index.jsx", @@ -13809,6 +13851,12 @@ "line": 25, "column": 12, "index": 787 + }, + { + "filePath": "src/taxonomy/TaxonomyCard.jsx", + "line": 55, + "column": 8, + "index": 1516 } ], "Form.Group": [ @@ -13846,7 +13894,7 @@ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", "line": 223, "column": 10, - "index": 6972 + "index": 6976 }, { "filePath": "src/generic/datepicker-control/DatepickerControl.jsx", @@ -14122,7 +14170,7 @@ "filePath": "src/studio-home/organization-section/index.jsx", "line": 48, "column": 6, - "index": 1650 + "index": 1643 } ], "Form.Control": [ @@ -14142,7 +14190,7 @@ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", "line": 231, "column": 14, - "index": 7274 + "index": 7278 }, { "filePath": "src/generic/FormikControl.jsx", @@ -14312,9 +14360,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 140, + "line": 142, "column": 10, - "index": 4666 + "index": 4677 }, { "filePath": "src/export-page/export-sidebar/ExportSidebar.jsx", @@ -14378,15 +14426,15 @@ }, { "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 39, + "line": 41, "column": 8, - "index": 1260 + "index": 1293 }, { "filePath": "src/pages-and-resources/PagesAndResources.jsx", "line": 73, "column": 10, - "index": 2811 + "index": 2882 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", @@ -14464,9 +14512,9 @@ "Stack": [ { "filePath": "src/course-rerun/index.jsx", - "line": 50, + "line": 51, "column": 16, - "index": 1417 + "index": 1444 }, { "filePath": "src/files-and-uploads/FileInfo.jsx", @@ -14542,7 +14590,7 @@ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", "line": 229, "column": 12, - "index": 7183 + "index": 7187 }, { "filePath": "src/generic/datepicker-control/DatepickerControl.jsx", @@ -14782,9 +14830,9 @@ }, { "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 70, + "line": 72, "column": 10, - "index": 2102 + "index": 2131 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", @@ -14797,6 +14845,12 @@ "line": 344, "column": 22, "index": 10316 + }, + { + "filePath": "src/taxonomy/TaxonomyCard.jsx", + "line": 22, + "column": 8, + "index": 584 } ], "MailtoLink": [ @@ -14876,21 +14930,21 @@ }, { "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 71, + "line": 73, "column": 8, - "index": 1882 + "index": 1911 }, { "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 81, + "line": 83, "column": 8, - "index": 2287 + "index": 2316 }, { "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 91, + "line": 93, "column": 8, - "index": 2756 + "index": 2785 }, { "filePath": "src/files-and-uploads/FileInfo.jsx", @@ -14920,9 +14974,9 @@ }, { "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 95, + "line": 97, "column": 15, - "index": 2970 + "index": 2999 } ], "EditOutline": [ @@ -14940,9 +14994,9 @@ }, { "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 75, + "line": 77, "column": 15, - "index": 2092 + "index": 2121 } ], "ErrorIcon": [ @@ -14990,15 +15044,15 @@ "SpinnerSimple": [ { "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 59, + "line": 61, "column": 26, - "index": 1585 + "index": 1614 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 100, + "line": 102, "column": 26, - "index": 3296 + "index": 3307 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -15010,15 +15064,15 @@ "Add": [ { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 99, + "line": 101, "column": 26, - "index": 3261 + "index": 3272 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 134, + "line": 136, "column": 24, - "index": 4473 + "index": 4484 }, { "filePath": "src/files-and-uploads/table-components/TableActions.jsx", @@ -15048,17 +15102,17 @@ "Breadcrumb": [ { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 120, + "line": 122, "column": 10, - "index": 3966 + "index": 3977 } ], "ModalDialog": [ { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 238, + "line": 240, "column": 8, - "index": 8509 + "index": 8520 }, { "filePath": "src/files-and-uploads/FileInfo.jsx", @@ -15080,9 +15134,9 @@ }, { "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", - "line": 119, + "line": 120, "column": 6, - "index": 3525 + "index": 3566 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", @@ -15100,9 +15154,9 @@ "ModalDialog.Header": [ { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 244, + "line": 246, "column": 10, - "index": 8683 + "index": 8694 }, { "filePath": "src/files-and-uploads/FileInfo.jsx", @@ -15124,9 +15178,9 @@ }, { "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", - "line": 125, + "line": 126, "column": 8, - "index": 3736 + "index": 3777 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", @@ -15144,9 +15198,9 @@ "ModalDialog.Title": [ { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 245, + "line": 247, "column": 12, - "index": 8716 + "index": 8727 }, { "filePath": "src/files-and-uploads/FileInfo.jsx", @@ -15168,9 +15222,9 @@ }, { "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", - "line": 126, + "line": 127, "column": 10, - "index": 3784 + "index": 3825 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", @@ -15188,9 +15242,9 @@ "ModalDialog.Body": [ { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 249, + "line": 251, "column": 10, - "index": 8882 + "index": 8893 }, { "filePath": "src/files-and-uploads/FileInfo.jsx", @@ -15212,9 +15266,9 @@ }, { "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", - "line": 130, + "line": 131, "column": 8, - "index": 3995 + "index": 4036 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", @@ -15232,9 +15286,9 @@ "Image": [ { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 250, + "line": 252, "column": 12, - "index": 8913 + "index": 8924 }, { "filePath": "src/files-and-uploads/FileThumbnail.jsx", @@ -15366,7 +15420,7 @@ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", "line": 176, "column": 4, - "index": 5544 + "index": 5548 }, { "filePath": "src/schedule-and-details/details-section/index.jsx", @@ -15404,7 +15458,7 @@ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", "line": 177, "column": 6, - "index": 5578 + "index": 5582 }, { "filePath": "src/schedule-and-details/details-section/index.jsx", @@ -15442,7 +15496,7 @@ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", "line": 180, "column": 6, - "index": 5756 + "index": 5760 }, { "filePath": "src/schedule-and-details/details-section/index.jsx", @@ -15516,7 +15570,7 @@ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", "line": 182, "column": 10, - "index": 5823 + "index": 5827 }, { "filePath": "src/schedule-and-details/details-section/index.jsx", @@ -15569,6 +15623,12 @@ "line": 60, "column": 4, "index": 2244 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 60, + "column": 12, + "index": 1744 } ], "Dropzone": [ @@ -15605,6 +15665,12 @@ "line": 314, "column": 42, "index": 9526 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 78, + "column": 14, + "index": 2208 } ], "DataTable.Table": [ @@ -15866,9 +15932,9 @@ }, { "filePath": "src/pages-and-resources/live/Settings.jsx", - "line": 97, + "line": 99, "column": 12, - "index": 3905 + "index": 3997 } ], "SelectableBox": [ @@ -15910,9 +15976,9 @@ }, { "filePath": "src/pages-and-resources/live/Settings.jsx", - "line": 106, + "line": 108, "column": 16, - "index": 4263 + "index": 4355 } ], "ModalDialog.Footer": [ @@ -15930,9 +15996,9 @@ }, { "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", - "line": 133, + "line": 134, "column": 8, - "index": 4167 + "index": 4208 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", @@ -15962,9 +16028,9 @@ }, { "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", - "line": 135, + "line": 136, "column": 12, - "index": 4222 + "index": 4263 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", @@ -16013,6 +16079,12 @@ "line": 422, "column": 33, "index": 17316 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 86, + "column": 14, + "index": 2474 } ], "Alert.Heading": [ @@ -16288,7 +16360,7 @@ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", "line": 208, "column": 18, - "index": 6490 + "index": 6494 } ], "Form": [ @@ -16296,7 +16368,7 @@ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", "line": 221, "column": 6, - "index": 6913 + "index": 6917 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -16346,7 +16418,7 @@ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", "line": 242, "column": 12, - "index": 7679 + "index": 7683 }, { "filePath": "src/generic/FormikControl.jsx", @@ -16682,81 +16754,81 @@ "FullscreenModal": [ { "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx", - "line": 66, + "line": 64, "column": 6, - "index": 2186 + "index": 2156 }, { "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx", - "line": 79, + "line": 77, "column": 6, - "index": 2460 + "index": 2430 }, { "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx", - "line": 94, + "line": 92, "column": 10, - "index": 2832 + "index": 2802 } ], "Stepper": [ { "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx", - "line": 93, + "line": 91, "column": 8, - "index": 2788 + "index": 2758 } ], "Stepper.Header": [ { "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx", - "line": 100, + "line": 98, "column": 28, - "index": 3067 + "index": 3037 } ], "Stepper.ActionRow": [ { "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx", - "line": 103, + "line": 101, "column": 16, - "index": 3185 + "index": 3155 }, { "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx", - "line": 106, + "line": 104, "column": 16, - "index": 3325 + "index": 3295 } ], "Stepper.Step": [ { "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx", - "line": 120, + "line": 118, "column": 12, - "index": 3846 + "index": 3816 }, { "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx", - "line": 133, + "line": 131, "column": 12, - "index": 4297 + "index": 4267 } ], "ArrowForward": [ { "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 41, + "line": 43, "column": 17, - "index": 1341 + "index": 1374 } ], "Settings": [ { "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 51, + "line": 53, "column": 13, - "index": 1627 + "index": 1660 } ], "Form.RadioSet": [ @@ -16972,7 +17044,7 @@ "filePath": "src/studio-home/organization-section/index.jsx", "line": 49, "column": 8, - "index": 1737 + "index": 1730 } ], "RotateRightIcon": [ @@ -21831,7 +21903,7 @@ } }, { - "version": "21.5.3", + "version": "20.45.4", "name": "frontend-app-learner-portal-enterprise", "repository": { "type": "git", @@ -21898,7 +21970,7 @@ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", "line": 91, "column": 30, - "index": 3070 + "index": 3074 }, { "filePath": "src/components/dashboard/sidebar/SupportInformation.jsx", @@ -21910,25 +21982,19 @@ "filePath": "src/components/enterprise-invite/EnterpriseInvitePage.jsx", "line": 85, "column": 12, - "index": 3394 + "index": 3371 }, { "filePath": "src/components/enterprise-invite/EnterpriseInvitePage.jsx", "line": 92, "column": 12, - "index": 3668 + "index": 3645 }, { "filePath": "src/components/enterprise-invite/EnterpriseInvitePage.jsx", "line": 101, "column": 16, - "index": 3926 - }, - { - "filePath": "src/components/enterprise-page/EnterprisePage.jsx", - "line": 77, - "column": 16, - "index": 2656 + "index": 3903 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", @@ -21958,7 +22024,7 @@ "filePath": "src/components/my-career/SkillsRecommendationCourses.jsx", "line": 97, "column": 6, - "index": 2938 + "index": 2935 }, { "filePath": "src/components/program/ProgramCourses.jsx", @@ -22008,7 +22074,7 @@ "filePath": "src/components/course/CoursePage.jsx", "line": 253, "column": 6, - "index": 8274 + "index": 8258 }, { "filePath": "src/components/course/CourseReview.jsx", @@ -22032,7 +22098,7 @@ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", "line": 79, "column": 8, - "index": 2633 + "index": 2637 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx", @@ -22042,9 +22108,9 @@ }, { "filePath": "src/components/dashboard/DashboardPage.jsx", - "line": 97, + "line": 93, "column": 6, - "index": 3811 + "index": 3726 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseEnrollmentsContextProvider.jsx", @@ -22062,19 +22128,13 @@ "filePath": "src/components/enterprise-invite/EnterpriseInvitePage.jsx", "line": 77, "column": 8, - "index": 3045 + "index": 3022 }, { "filePath": "src/components/enterprise-page/EnterprisePage.jsx", "line": 60, "column": 6, - "index": 2089 - }, - { - "filePath": "src/components/enterprise-page/EnterprisePage.jsx", - "line": 68, - "column": 6, - "index": 2311 + "index": 2044 }, { "filePath": "src/components/enterprise-subsidy-requests/SubsidyRequestsContextProvider.jsx", @@ -22110,19 +22170,19 @@ "filePath": "src/components/executive-education-2u/EnrollmentCompleted.jsx", "line": 17, "column": 6, - "index": 695 + "index": 687 }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 108, + "line": 106, "column": 6, - "index": 3920 + "index": 3910 }, { "filePath": "src/components/license-activation/LicenseActivation.jsx", - "line": 63, + "line": 64, "column": 6, - "index": 2025 + "index": 2044 }, { "filePath": "src/components/license-activation/LicenseActivationErrorAlert.jsx", @@ -22224,7 +22284,7 @@ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 185, "column": 10, - "index": 7055 + "index": 7056 } ], "MailtoLink": [ @@ -22330,7 +22390,7 @@ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", "line": 91, "column": 18, - "index": 3058 + "index": 3062 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/AssignedCourseCard.jsx", @@ -22384,13 +22444,7 @@ "filePath": "src/components/enterprise-invite/EnterpriseInvitePage.jsx", "line": 100, "column": 10, - "index": 3902 - }, - { - "filePath": "src/components/enterprise-page/EnterprisePage.jsx", - "line": 76, - "column": 10, - "index": 2632 + "index": 3879 }, { "filePath": "src/components/executive-education-2u/components/ErrorPageContent.jsx", @@ -22408,7 +22462,7 @@ "filePath": "src/components/my-career/AddJobRole.jsx", "line": 83, "column": 24, - "index": 2960 + "index": 2939 }, { "filePath": "src/components/my-career/CategoryCard.jsx", @@ -22498,43 +22552,43 @@ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 275, "column": 16, - "index": 10996 + "index": 10997 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 287, "column": 12, - "index": 11519 + "index": 11520 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 291, "column": 12, - "index": 11684 + "index": 11685 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 299, "column": 12, - "index": 11968 + "index": 11969 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 303, "column": 12, - "index": 12138 + "index": 12139 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 306, "column": 12, - "index": 12306 + "index": 12307 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 310, "column": 12, - "index": 12476 + "index": 12477 } ], "Row": [ @@ -22578,7 +22632,7 @@ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", "line": 80, "column": 10, - "index": 2682 + "index": 2686 }, { "filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx", @@ -22666,9 +22720,9 @@ }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 130, + "line": 128, "column": 14, - "index": 4713 + "index": 4703 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", @@ -22704,7 +22758,7 @@ "filePath": "src/components/my-career/AddJobRole.jsx", "line": 63, "column": 6, - "index": 1984 + "index": 1963 }, { "filePath": "src/components/my-career/VisualizeCareer.jsx", @@ -22850,7 +22904,7 @@ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", "line": 81, "column": 12, - "index": 2700 + "index": 2704 }, { "filePath": "src/components/dashboard/sidebar/LearnerCreditSummaryCard.jsx", @@ -22962,9 +23016,9 @@ }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 131, + "line": 129, "column": 16, - "index": 4752 + "index": 4742 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", @@ -23118,7 +23172,7 @@ "filePath": "src/components/my-career/AddJobRole.jsx", "line": 29, "column": 58, - "index": 1199 + "index": 1186 }, { "filePath": "src/components/my-career/CategoryCard.jsx", @@ -23148,7 +23202,7 @@ "filePath": "src/components/search/Search.jsx", "line": 44, "column": 72, - "index": 1827 + "index": 1824 } ], "Image": [ @@ -23202,7 +23256,7 @@ "filePath": "src/components/course/CourseRecommendationCard.jsx", "line": 41, "column": 4, - "index": 1542 + "index": 1539 }, { "filePath": "src/components/dashboard/sidebar/DashboardSidebar.jsx", @@ -23256,7 +23310,7 @@ "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx", "line": 18, "column": 4, - "index": 829 + "index": 830 }, { "filePath": "src/components/pathway-progress/SubscriptionStatusCard.jsx", @@ -23268,31 +23322,31 @@ "filePath": "src/components/pathway/SearchPathwayCard.jsx", "line": 102, "column": 4, - "index": 2925 + "index": 2926 }, { "filePath": "src/components/program-progress/ProgramListingCard.jsx", "line": 58, "column": 4, - "index": 1846 + "index": 1847 }, { "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx", "line": 55, "column": 4, - "index": 1304 + "index": 1305 }, { "filePath": "src/components/search/SearchCourseCard.jsx", "line": 93, "column": 4, - "index": 2617 + "index": 2618 }, { "filePath": "src/components/search/SearchProgramCard.jsx", "line": 99, "column": 4, - "index": 2821 + "index": 2822 }, { "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx", @@ -23304,7 +23358,7 @@ "filePath": "src/components/skills-quiz/CourseCard.jsx", "line": 54, "column": 4, - "index": 1889 + "index": 1890 }, { "filePath": "src/components/skills-quiz/JobCardComponent.jsx", @@ -23316,7 +23370,7 @@ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", "line": 188, "column": 12, - "index": 6230 + "index": 6231 }, { "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx", @@ -23342,7 +23396,7 @@ "filePath": "src/components/course/CourseRecommendationCard.jsx", "line": 74, "column": 6, - "index": 2468 + "index": 2473 }, { "filePath": "src/components/dashboard/sidebar/DashboardSidebar.jsx", @@ -23414,13 +23468,13 @@ "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx", "line": 35, "column": 6, - "index": 1307 + "index": 1310 }, { "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx", "line": 36, "column": 6, - "index": 1330 + "index": 1333 }, { "filePath": "src/components/pathway-progress/SubscriptionStatusCard.jsx", @@ -23432,37 +23486,37 @@ "filePath": "src/components/pathway/SearchPathwayCard.jsx", "line": 120, "column": 6, - "index": 3349 + "index": 3352 }, { "filePath": "src/components/program-progress/ProgramListingCard.jsx", "line": 82, "column": 6, - "index": 2572 + "index": 2577 }, { "filePath": "src/components/program-progress/ProgramListingCard.jsx", "line": 93, "column": 6, - "index": 2915 + "index": 2920 }, { "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx", "line": 77, "column": 6, - "index": 1971 + "index": 1976 }, { "filePath": "src/components/search/SearchCourseCard.jsx", "line": 119, "column": 6, - "index": 3344 + "index": 3349 }, { "filePath": "src/components/search/SearchProgramCard.jsx", "line": 126, "column": 6, - "index": 3562 + "index": 3567 }, { "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx", @@ -23474,7 +23528,7 @@ "filePath": "src/components/skills-quiz/CourseCard.jsx", "line": 79, "column": 6, - "index": 2637 + "index": 2642 }, { "filePath": "src/components/skills-quiz/JobCardComponent.jsx", @@ -23486,13 +23540,13 @@ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", "line": 215, "column": 14, - "index": 7206 + "index": 7211 }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", "line": 225, "column": 14, - "index": 7728 + "index": 7733 }, { "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx", @@ -23530,7 +23584,7 @@ "filePath": "src/components/my-career/SkillsRecommendationCourses.jsx", "line": 88, "column": 6, - "index": 2715 + "index": 2712 }, { "filePath": "src/components/pathway-progress/PathwayProgressListingPage.jsx", @@ -23596,7 +23650,7 @@ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", "line": 184, "column": 6, - "index": 6053 + "index": 6054 }, { "filePath": "src/components/skills-quiz/SkillsCourses.jsx", @@ -23638,7 +23692,7 @@ "filePath": "src/components/pathway/SearchPathwayCard.jsx", "line": 122, "column": 10, - "index": 3407 + "index": 3410 }, { "filePath": "src/components/progress-category-bubbles/ProgressCategoryBubbles.jsx", @@ -23656,31 +23710,31 @@ "filePath": "src/components/search/Search.jsx", "line": 138, "column": 10, - "index": 5061 + "index": 5062 }, { "filePath": "src/components/site-header/SiteHeaderLogos.jsx", "line": 32, "column": 4, - "index": 1007 + "index": 1015 }, { "filePath": "src/components/skills-quiz/CourseCard.jsx", "line": 80, "column": 8, - "index": 2660 + "index": 2665 }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", "line": 216, "column": 16, - "index": 7237 + "index": 7242 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 266, "column": 20, - "index": 10633 + "index": 10634 } ], "Alert": [ @@ -23706,7 +23760,7 @@ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", "line": 85, "column": 14, - "index": 2813 + "index": 2817 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", @@ -23758,9 +23812,9 @@ }, { "filePath": "src/components/license-activation/LicenseActivation.jsx", - "line": 55, + "line": 56, "column": 47, - "index": 1931 + "index": 1950 }, { "filePath": "src/components/license-activation/LicenseActivationErrorAlert.jsx", @@ -23770,15 +23824,15 @@ }, { "filePath": "src/components/license-activation/LicenseActivationPage.jsx", - "line": 51, + "line": 52, "column": 47, - "index": 2267 + "index": 2284 }, { "filePath": "src/components/my-career/AddJobRole.jsx", "line": 54, "column": 6, - "index": 1764 + "index": 1743 }, { "filePath": "src/components/program/ProgramCourses.jsx", @@ -23808,7 +23862,7 @@ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", "line": 169, "column": 6, - "index": 5765 + "index": 5766 }, { "filePath": "src/components/skills-quiz/SkillsCourses.jsx", @@ -23878,7 +23932,7 @@ "filePath": "src/components/my-career/AddJobRole.jsx", "line": 109, "column": 10, - "index": 3893 + "index": 3872 }, { "filePath": "src/components/program-progress/ProgramProgressPage.jsx", @@ -23962,33 +24016,33 @@ }, { "filePath": "src/components/dashboard/tests/DashboardPage.test.jsx", - "line": 217, + "line": 215, "column": 62, - "index": 6269 + "index": 6161 }, { "filePath": "src/components/my-career/AddJobRole.jsx", "line": 109, "column": 32, - "index": 3915 + "index": 3894 }, { "filePath": "src/components/program-progress/ProgramListingCard.jsx", "line": 37, "column": 23, - "index": 1156 + "index": 1157 }, { "filePath": "src/components/program-progress/ProgramListingCard.jsx", "line": 39, "column": 30, - "index": 1264 + "index": 1265 }, { "filePath": "src/components/program-progress/ProgramListingCard.jsx", "line": 41, "column": 30, - "index": 1374 + "index": 1375 }, { "filePath": "src/components/program-progress/ProgramProgressPage.jsx", @@ -24022,9 +24076,9 @@ }, { "filePath": "src/components/site-header/tests/SiteHeader.test.jsx", - "line": 42, + "line": 41, "column": 9, - "index": 999 + "index": 942 } ], "Card.ImageCap": [ @@ -24032,43 +24086,43 @@ "filePath": "src/components/course/CourseRecommendationCard.jsx", "line": 55, "column": 6, - "index": 1835 + "index": 1836 }, { "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx", "line": 23, "column": 6, - "index": 950 + "index": 951 }, { "filePath": "src/components/pathway/SearchPathwayCard.jsx", "line": 110, "column": 6, - "index": 3098 + "index": 3099 }, { "filePath": "src/components/program-progress/ProgramListingCard.jsx", "line": 63, "column": 6, - "index": 1954 + "index": 1955 }, { "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx", "line": 62, "column": 6, - "index": 1461 + "index": 1462 }, { "filePath": "src/components/search/SearchCourseCard.jsx", "line": 102, "column": 6, - "index": 2797 + "index": 2798 }, { "filePath": "src/components/search/SearchProgramCard.jsx", "line": 107, "column": 6, - "index": 2994 + "index": 2995 }, { "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx", @@ -24080,13 +24134,13 @@ "filePath": "src/components/skills-quiz/CourseCard.jsx", "line": 60, "column": 6, - "index": 2029 + "index": 2030 }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", "line": 196, "column": 14, - "index": 6487 + "index": 6488 } ], "Card.Header": [ @@ -24094,7 +24148,7 @@ "filePath": "src/components/course/CourseRecommendationCard.jsx", "line": 62, "column": 6, - "index": 2045 + "index": 2046 }, { "filePath": "src/components/dashboard/sidebar/SidebarCard.jsx", @@ -24118,37 +24172,37 @@ "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx", "line": 30, "column": 6, - "index": 1179 + "index": 1180 }, { "filePath": "src/components/pathway/SearchPathwayCard.jsx", "line": 115, "column": 6, - "index": 3236 + "index": 3237 }, { "filePath": "src/components/program-progress/ProgramListingCard.jsx", "line": 72, "column": 6, - "index": 2242 + "index": 2243 }, { "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx", "line": 69, "column": 6, - "index": 1726 + "index": 1727 }, { "filePath": "src/components/search/SearchCourseCard.jsx", "line": 109, "column": 6, - "index": 3047 + "index": 3048 }, { "filePath": "src/components/search/SearchProgramCard.jsx", "line": 114, "column": 6, - "index": 3215 + "index": 3216 }, { "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx", @@ -24160,7 +24214,7 @@ "filePath": "src/components/skills-quiz/CourseCard.jsx", "line": 67, "column": 6, - "index": 2279 + "index": 2280 }, { "filePath": "src/components/skills-quiz/JobCardComponent.jsx", @@ -24172,7 +24226,7 @@ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", "line": 203, "column": 14, - "index": 6767 + "index": 6768 } ], "Truncate": [ @@ -24180,97 +24234,97 @@ "filePath": "src/components/course/CourseRecommendationCard.jsx", "line": 64, "column": 10, - "index": 2085 + "index": 2086 }, { "filePath": "src/components/course/CourseRecommendationCard.jsx", "line": 68, "column": 12, - "index": 2237 + "index": 2240 }, { "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx", "line": 32, "column": 10, - "index": 1219 + "index": 1220 }, { "filePath": "src/components/pathway/SearchPathwayCard.jsx", "line": 117, "column": 10, - "index": 3276 + "index": 3277 }, { "filePath": "src/components/program-progress/ProgramListingCard.jsx", "line": 74, "column": 10, - "index": 2282 + "index": 2283 }, { "filePath": "src/components/program-progress/ProgramListingCard.jsx", "line": 77, "column": 10, - "index": 2415 + "index": 2418 }, { "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx", "line": 71, "column": 10, - "index": 1766 + "index": 1767 }, { "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx", "line": 74, "column": 10, - "index": 1881 + "index": 1884 }, { "filePath": "src/components/search/SearchCourseCard.jsx", "line": 111, "column": 10, - "index": 3087 + "index": 3088 }, { "filePath": "src/components/search/SearchCourseCard.jsx", "line": 114, "column": 10, - "index": 3205 + "index": 3208 }, { "filePath": "src/components/search/SearchProgramCard.jsx", "line": 116, "column": 10, - "index": 3255 + "index": 3256 }, { "filePath": "src/components/search/SearchProgramCard.jsx", "line": 120, "column": 12, - "index": 3402 + "index": 3405 }, { "filePath": "src/components/skills-quiz/CourseCard.jsx", "line": 69, "column": 10, - "index": 2319 + "index": 2320 }, { "filePath": "src/components/skills-quiz/CourseCard.jsx", "line": 74, "column": 10, - "index": 2496 + "index": 2499 }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", "line": 205, "column": 18, - "index": 6823 + "index": 6824 }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", "line": 210, "column": 18, - "index": 7021 + "index": 7024 } ], "Card.Footer": [ @@ -24278,31 +24332,31 @@ "filePath": "src/components/course/CourseRecommendationCard.jsx", "line": 75, "column": 6, - "index": 2491 + "index": 2496 }, { "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx", "line": 78, "column": 6, - "index": 1994 + "index": 1999 }, { "filePath": "src/components/search/SearchCourseCard.jsx", "line": 120, "column": 6, - "index": 3367 + "index": 3372 }, { "filePath": "src/components/search/SearchProgramCard.jsx", "line": 138, "column": 6, - "index": 3934 + "index": 3939 }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", "line": 237, "column": 14, - "index": 8196 + "index": 8201 } ], "Icon": [ @@ -24334,7 +24388,7 @@ "filePath": "src/components/my-career/AddJobRole.jsx", "line": 17, "column": 2, - "index": 840 + "index": 839 }, { "filePath": "src/components/my-career/VisualizeCareer.jsx", @@ -24424,13 +24478,13 @@ "filePath": "src/components/search/SearchProgramCard.jsx", "line": 133, "column": 12, - "index": 3776 + "index": 3781 }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", "line": 232, "column": 20, - "index": 7998 + "index": 8003 }, { "filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx", @@ -24550,27 +24604,27 @@ }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 122, + "line": 120, "column": 16, - "index": 4391 + "index": 4381 }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 127, + "line": 125, "column": 16, - "index": 4593 + "index": 4583 }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 147, + "line": 145, "column": 16, - "index": 5476 + "index": 5466 }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 155, + "line": 153, "column": 16, - "index": 5753 + "index": 5743 }, { "filePath": "src/components/pathway/PathwayModal.jsx", @@ -24736,31 +24790,31 @@ "filePath": "src/components/pathway/SearchPathwayCard.jsx", "line": 124, "column": 14, - "index": 3588 + "index": 3591 }, { "filePath": "src/components/search/SearchProgramCard.jsx", "line": 127, "column": 8, - "index": 3585 + "index": 3590 }, { "filePath": "src/components/skills-quiz/CourseCard.jsx", "line": 86, "column": 12, - "index": 2905 + "index": 2910 }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", "line": 219, "column": 22, - "index": 7482 + "index": 7487 }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", "line": 226, "column": 16, - "index": 7759 + "index": 7764 }, { "filePath": "src/components/skills-quiz/SelectedJobSkills.jsx", @@ -24850,7 +24904,7 @@ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", "line": 96, "column": 16, - "index": 3249 + "index": 3253 }, { "filePath": "src/components/enterprise-user-subsidy/enterprise-offers/EnterpriseOffersBalanceAlert.jsx", @@ -24876,7 +24930,7 @@ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", "line": 88, "column": 22, - "index": 2911 + "index": 2915 }, { "filePath": "src/components/program-progress/ProgramProgressCourses.jsx", @@ -24962,35 +25016,35 @@ "Tab": [ { "filePath": "src/components/dashboard/DashboardPage.jsx", - "line": 66, + "line": 62, "column": 4, - "index": 2747 + "index": 2662 }, { "filePath": "src/components/dashboard/DashboardPage.jsx", - "line": 70, + "line": 66, "column": 6, - "index": 2929 + "index": 2844 }, { "filePath": "src/components/dashboard/DashboardPage.jsx", - "line": 79, + "line": 75, "column": 6, - "index": 3291 + "index": 3206 }, { "filePath": "src/components/dashboard/DashboardPage.jsx", - "line": 88, + "line": 84, "column": 6, - "index": 3656 + "index": 3571 } ], "Tabs": [ { "filePath": "src/components/dashboard/DashboardPage.jsx", - "line": 102, + "line": 98, "column": 8, - "index": 4011 + "index": 3926 } ], "Dropdown": [ @@ -25446,7 +25500,7 @@ "filePath": "src/components/my-career/AddJobRole.jsx", "line": 18, "column": 9, - "index": 855 + "index": 854 } ], "TransitionReplace": [ @@ -25454,7 +25508,7 @@ "filePath": "src/components/my-career/AddJobRole.jsx", "line": 74, "column": 18, - "index": 2428 + "index": 2407 }, { "filePath": "src/components/my-career/VisualizeCareer.jsx", @@ -25590,7 +25644,7 @@ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 176, "column": 8, - "index": 6722 + "index": 6723 } ], "ModalDialog.Title": [ @@ -25838,7 +25892,7 @@ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", "line": 173, "column": 14, - "index": 5867 + "index": 5868 }, { "filePath": "src/components/skills-quiz/SkillsCourses.jsx", @@ -25852,13 +25906,13 @@ "filePath": "src/components/search/SearchProgramCard.jsx", "line": 133, "column": 23, - "index": 3787 + "index": 3792 }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", "line": 232, "column": 31, - "index": 8009 + "index": 8014 } ], "Dropdown.Header": [ @@ -25920,7 +25974,7 @@ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 168, "column": 4, - "index": 6499 + "index": 6500 } ], "ModalDialog": [ @@ -25928,7 +25982,7 @@ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 169, "column": 6, - "index": 6539 + "index": 6540 } ], "ModalDialog.Body": [ @@ -25936,7 +25990,7 @@ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 184, "column": 8, - "index": 7026 + "index": 7027 } ], "Stepper.Step": [ @@ -25944,19 +25998,19 @@ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 186, "column": 12, - "index": 7089 + "index": 7090 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 255, "column": 12, - "index": 10067 + "index": 10068 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 280, "column": 12, - "index": 11206 + "index": 11207 } ], "Form.Checkbox": [ @@ -25964,7 +26018,7 @@ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 219, "column": 24, - "index": 8533 + "index": 8534 } ], "ModalDialog.Footer": [ @@ -25972,7 +26026,7 @@ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 285, "column": 8, - "index": 11431 + "index": 11432 } ], "Stepper.ActionRow": [ @@ -25980,19 +26034,19 @@ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 286, "column": 10, - "index": 11462 + "index": 11463 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 298, "column": 10, - "index": 11907 + "index": 11908 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 305, "column": 10, - "index": 12243 + "index": 12244 } ], "PageBanner": [ @@ -27248,9 +27302,15 @@ }, { "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx", + "line": 23, + "column": 8, + "index": 818 + }, + { + "filePath": "src/course-home/courseware-search/CoursewareSearchToggle.jsx", "line": 20, - "column": 4, - "index": 673 + "column": 6, + "index": 604 }, { "filePath": "src/course-home/goal-unsubscribe/ResultPage.jsx", @@ -27514,9 +27574,15 @@ }, { "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx", - "line": 21, - "column": 6, - "index": 862 + "line": 29, + "column": 9, + "index": 1072 + }, + { + "filePath": "src/course-home/courseware-search/CoursewareSearchToggle.jsx", + "line": 28, + "column": 8, + "index": 891 }, { "filePath": "src/course-home/outline-tab/widgets/WeeklyLearningGoalCard.jsx", @@ -27719,12 +27785,26 @@ "index": 3591 } ], - "Search": [ + "Close": [ { "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx", - "line": 21, - "column": 17, - "index": 873 + "line": 29, + "column": 20, + "index": 1083 + }, + { + "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx", + "line": 72, + "column": 25, + "index": 2422 + } + ], + "Search": [ + { + "filePath": "src/course-home/courseware-search/CoursewareSearchToggle.jsx", + "line": 28, + "column": 19, + "index": 902 } ], "Badge": [ @@ -28833,14 +28913,6 @@ "index": 1861 } ], - "Close": [ - { - "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx", - "line": 72, - "column": 25, - "index": 2422 - } - ], "QuestionAnswer": [ { "filePath": "src/courseware/course/sidebar/sidebars/discussions/DiscussionsTrigger.jsx", From b413fcc7f97bc02d6bbdd8b5e2d6c06b5d0b5570 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 10:13:24 -0400 Subject: [PATCH 09/40] docs: update dependent-usage.json (#2740) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index ec02751906..4c9e11ec29 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1697897335800, + "lastModified": 1697983690506, "projectUsages": [ { "version": "21.5.4", From e9e69cae1711874c33c4e5777f0f1b0a036b5817 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 23 Oct 2023 09:51:01 -0400 Subject: [PATCH 10/40] docs: Update the security e-mail address. This repository is now managed by the Axim Collaborative and security issues with it should be reported to security@openedx.org instead of security@edx.org This work is being done as a part of https://github.com/openedx/wg-security/issues/16 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 647c1151ee..4ffeb2fdd7 100644 --- a/README.md +++ b/README.md @@ -473,6 +473,6 @@ To get treeshaking to work, your app may require some updates - most notably, Ba The assigned maintainers for this component and other project details may be found in [Backstage](https://backstage.openedx.org/catalog/default/component/paragon). Backstage pulls this data from the `catalog-info.yml` file in this repository. ## Reporting Security Issues -Please do not report security issues in public. Please email security@edx.org. +Please do not report security issues in public. Please email security@openedx.org. We tend to prioritize security issues which impact the published `@edx/paragon` NPM library more so than the [documentation website](https://paragon-openedx.netlify.app/) or example React application. From c52d353f0be21aef4ff9c430b0bf4513dacd1281 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:14:28 -0400 Subject: [PATCH 11/40] docs: update dependent-usage.json (#2743) --- dependent-usage.json | 106 +++++++++++++++++++++---------------------- 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 4c9e11ec29..45034b17da 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,8 +1,8 @@ { - "lastModified": 1697983690506, + "lastModified": 1698070147251, "projectUsages": [ { - "version": "21.5.4", + "version": "21.5.5", "name": "edx-credentials", "repository": { "type": "git", @@ -35290,21 +35290,21 @@ }, { "filePath": "src/Notifications/index.jsx", - "line": 258, + "line": 263, "column": 16, - "index": 9621 + "index": 9628 }, { "filePath": "src/Notifications/NotificationSections.jsx", - "line": 54, + "line": 58, "column": 12, - "index": 2603 + "index": 2608 }, { "filePath": "src/Notifications/NotificationSections.jsx", - "line": 100, + "line": 104, "column": 8, - "index": 4358 + "index": 4363 }, { "filePath": "src/studio-header/HeaderBody.jsx", @@ -35350,9 +35350,9 @@ "OverlayTrigger": [ { "filePath": "src/Notifications/index.jsx", - "line": 211, + "line": 216, "column": 6, - "index": 7599 + "index": 7606 }, { "filePath": "src/studio-header/CourseLockUp.jsx", @@ -35364,25 +35364,25 @@ "Popover": [ { "filePath": "src/Notifications/index.jsx", - "line": 218, + "line": 223, "column": 10, - "index": 7784 + "index": 7791 } ], "Popover.Title": [ { "filePath": "src/Notifications/index.jsx", - "line": 231, + "line": 236, "column": 16, - "index": 8372 + "index": 8379 } ], "Hyperlink": [ { "filePath": "src/Notifications/index.jsx", - "line": 237, + "line": 242, "column": 18, - "index": 8693 + "index": 8700 }, { "filePath": "src/Notifications/tours/constants.js", @@ -35400,39 +35400,39 @@ "Icon": [ { "filePath": "src/Notifications/index.jsx", - "line": 243, + "line": 248, "column": 20, - "index": 8955 + "index": 8962 }, { "filePath": "src/Notifications/index.jsx", - "line": 277, + "line": 282, "column": 20, - "index": 10270 + "index": 10277 }, { "filePath": "src/Notifications/NotificationEmptySection.jsx", - "line": 22, + "line": 24, "column": 16, - "index": 847 + "index": 849 }, { "filePath": "src/Notifications/NotificationRowItem.jsx", - "line": 34, + "line": 37, "column": 6, - "index": 1117 + "index": 1120 }, { "filePath": "src/Notifications/NotificationSections.jsx", - "line": 116, + "line": 120, "column": 12, - "index": 4897 + "index": 4902 }, { "filePath": "src/Notifications/NotificationSections.jsx", - "line": 121, + "line": 125, "column": 14, - "index": 5239 + "index": 5244 }, { "filePath": "src/Notifications/tours/constants.js", @@ -35444,9 +35444,9 @@ "Settings": [ { "filePath": "src/Notifications/index.jsx", - "line": 244, + "line": 249, "column": 27, - "index": 8988 + "index": 8995 }, { "filePath": "src/Notifications/tours/constants.js", @@ -35458,85 +35458,85 @@ "Popover.Content": [ { "filePath": "src/Notifications/index.jsx", - "line": 252, + "line": 257, "column": 14, - "index": 9300 + "index": 9307 } ], "IconButton": [ { "filePath": "src/Notifications/index.jsx", - "line": 272, + "line": 277, "column": 10, - "index": 10033 + "index": 10040 }, { "filePath": "src/Notifications/NotificationEmptySection.jsx", - "line": 18, + "line": 20, "column": 6, - "index": 696 + "index": 698 } ], "NotificationsNone": [ { "filePath": "src/Notifications/index.jsx", - "line": 276, + "line": 281, "column": 17, - "index": 10231 + "index": 10238 }, { "filePath": "src/Notifications/NotificationEmptySection.jsx", - "line": 21, + "line": 23, "column": 13, - "index": 812 + "index": 814 } ], "Bubble": [ { "filePath": "src/Notifications/index.jsx", - "line": 285, + "line": 290, "column": 10, - "index": 10549 + "index": 10556 } ], "Spinner": [ { "filePath": "src/Notifications/NotificationSections.jsx", - "line": 97, + "line": 101, "column": 10, - "index": 4145 + "index": 4150 } ], "CheckCircleLightOutline": [ { "filePath": "src/Notifications/NotificationSections.jsx", - "line": 116, + "line": 120, "column": 56, - "index": 4941 + "index": 4946 } ], "AutoAwesome": [ { "filePath": "src/Notifications/NotificationSections.jsx", - "line": 121, + "line": 125, "column": 25, - "index": 5250 + "index": 5255 } ], "Tabs": [ { "filePath": "src/Notifications/NotificationTabs.jsx", - "line": 36, + "line": 39, "column": 8, - "index": 1408 + "index": 1411 } ], "Tab": [ { "filePath": "src/Notifications/NotificationTabs.jsx", - "line": 43, + "line": 46, "column": 12, - "index": 1676 + "index": 1679 } ], "ProductTour": [ @@ -39941,7 +39941,7 @@ } }, { - "version": "21.5.3", + "version": "21.5.5", "name": "@edx/frontend-platform", "repository": { "type": "git", From 22dd0c486cc5a4d49f2aaf2b49a3b1ff4bfcf9f3 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 23 Oct 2023 16:40:58 -0400 Subject: [PATCH 12/40] fix: Update docs for a final publish before we move this package. This is a part of https://github.com/openedx/axim-engineering/issues/23 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 647c1151ee..33d4e55ea4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Paragon +## Warning: Package Moved + +While the Paragon design system will continue to receive updates, these updates +will no longer be published at the @edx/paragon NPM package. Instead, the +latest versions can be found with +[@openedx/paragon](https://www.npmjs.com/package/@openedx/paragon) instead. + [![Build Status](https://github.com/openedx/paragon/actions/workflows/release.yml/badge.svg)](https://github.com/openedx/paragon/actions/workflows/release.yml) [![npm_version](https://img.shields.io/npm/v/@edx/paragon.svg)](@edx/paragon) ![status](https://img.shields.io/badge/status-Maintained-brightgreen) From a72994709e3c621b2a7da8a00b278390be54014e Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 24 Oct 2023 08:30:57 -0400 Subject: [PATCH 13/40] build: Update release workflow to use the new release credentials. --- .github/workflows/release.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a178ed1432..57fdc47420 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,16 +10,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }} - - name: Setup Nodejs Env - run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: ${{ env.NODE_VER }} + node-version-file: '.nvmrc' - name: Install dependencies run: npm ci - name: Lint @@ -34,8 +31,8 @@ jobs: uses: codecov/codecov-action@v3 - name: Release env: - GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} + GITHUB_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_GITHUB_TOKEN }} + NPM_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_NPM_TOKEN }} run: npx semantic-release - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@4.1.4 From 7cefa7eb3165b3eb1d9688d4153b9a0191a7e4da Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 24 Oct 2023 08:33:05 -0400 Subject: [PATCH 14/40] fix: Update to deploy to the openedx scope. Update the package.json and README.md to publish this package to the `openedx` npm scope. --- README.md | 7 ------- package.json | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 33d4e55ea4..647c1151ee 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,5 @@ # Paragon -## Warning: Package Moved - -While the Paragon design system will continue to receive updates, these updates -will no longer be published at the @edx/paragon NPM package. Instead, the -latest versions can be found with -[@openedx/paragon](https://www.npmjs.com/package/@openedx/paragon) instead. - [![Build Status](https://github.com/openedx/paragon/actions/workflows/release.yml/badge.svg)](https://github.com/openedx/paragon/actions/workflows/release.yml) [![npm_version](https://img.shields.io/npm/v/@edx/paragon.svg)](@edx/paragon) ![status](https://img.shields.io/badge/status-Maintained-brightgreen) diff --git a/package.json b/package.json index a72e74374e..1afbc6ba1b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@edx/paragon", + "name": "@openedx/paragon", "version": "20.18.1", "description": "Accessible, responsive UI component library based on Bootstrap.", "main": "dist/index.js", From 250b965efa77d5ec1ad20dbcb39d1f8b26d8bd31 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 24 Oct 2023 08:34:34 -0400 Subject: [PATCH 15/40] fix: Rebuild package-loc.json Rebuild the lock file after updating the package name. --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index e75f814d79..c4c53d0ca7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@edx/paragon", + "name": "@openedx/paragon", "version": "20.18.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@edx/paragon", + "name": "@openedx/paragon", "version": "20.18.1", "license": "Apache-2.0", "workspaces": [ From 03a6fc1322787df481c8d7aca883632cd12dcb3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:13:42 -0400 Subject: [PATCH 16/40] docs: update dependent-usage.json (#2746) --- dependent-usage.json | 86 ++++++++++++++++++++++---------------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 45034b17da..4c2a451e23 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1698070147251, + "lastModified": 1698156494911, "projectUsages": [ { "version": "21.5.5", @@ -26337,7 +26337,7 @@ "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx", "line": 162, "column": 6, - "index": 5503 + "index": 5405 } ], "DropdownButton": [ @@ -26495,7 +26495,7 @@ "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx", "line": 120, "column": 16, - "index": 4267 + "index": 4169 } ], "Row": [ @@ -35290,9 +35290,9 @@ }, { "filePath": "src/Notifications/index.jsx", - "line": 263, + "line": 124, "column": 16, - "index": 9628 + "index": 4658 }, { "filePath": "src/Notifications/NotificationSections.jsx", @@ -35350,39 +35350,39 @@ "OverlayTrigger": [ { "filePath": "src/Notifications/index.jsx", - "line": 216, + "line": 77, "column": 6, - "index": 7606 + "index": 2636 }, { "filePath": "src/studio-header/CourseLockUp.jsx", - "line": 18, + "line": 16, "column": 2, - "index": 326 + "index": 358 } ], "Popover": [ { "filePath": "src/Notifications/index.jsx", - "line": 223, + "line": 84, "column": 10, - "index": 7791 + "index": 2821 } ], "Popover.Title": [ { "filePath": "src/Notifications/index.jsx", - "line": 236, + "line": 97, "column": 16, - "index": 8379 + "index": 3409 } ], "Hyperlink": [ { "filePath": "src/Notifications/index.jsx", - "line": 242, + "line": 103, "column": 18, - "index": 8700 + "index": 3730 }, { "filePath": "src/Notifications/tours/constants.js", @@ -35400,15 +35400,15 @@ "Icon": [ { "filePath": "src/Notifications/index.jsx", - "line": 248, + "line": 109, "column": 20, - "index": 8962 + "index": 3992 }, { "filePath": "src/Notifications/index.jsx", - "line": 282, + "line": 143, "column": 20, - "index": 10277 + "index": 5299 }, { "filePath": "src/Notifications/NotificationEmptySection.jsx", @@ -35444,9 +35444,9 @@ "Settings": [ { "filePath": "src/Notifications/index.jsx", - "line": 249, + "line": 110, "column": 27, - "index": 8995 + "index": 4025 }, { "filePath": "src/Notifications/tours/constants.js", @@ -35458,17 +35458,17 @@ "Popover.Content": [ { "filePath": "src/Notifications/index.jsx", - "line": 257, + "line": 118, "column": 14, - "index": 9307 + "index": 4337 } ], "IconButton": [ { "filePath": "src/Notifications/index.jsx", - "line": 277, + "line": 138, "column": 10, - "index": 10040 + "index": 5062 }, { "filePath": "src/Notifications/NotificationEmptySection.jsx", @@ -35480,9 +35480,9 @@ "NotificationsNone": [ { "filePath": "src/Notifications/index.jsx", - "line": 281, + "line": 142, "column": 17, - "index": 10238 + "index": 5260 }, { "filePath": "src/Notifications/NotificationEmptySection.jsx", @@ -35494,9 +35494,9 @@ "Bubble": [ { "filePath": "src/Notifications/index.jsx", - "line": 290, + "line": 151, "column": 10, - "index": 10556 + "index": 5578 } ], "Spinner": [ @@ -35542,17 +35542,17 @@ "ProductTour": [ { "filePath": "src/Notifications/tours/NotificationTour.jsx", - "line": 20, - "column": 8, - "index": 582 + "line": 18, + "column": 6, + "index": 508 } ], "Tooltip": [ { "filePath": "src/studio-header/CourseLockUp.jsx", - "line": 21, + "line": 19, "column": 6, - "index": 386 + "index": 418 } ], "Container": [ @@ -40274,21 +40274,21 @@ }, { "filePath": "src/packages/learn-page/template/LearnPage/index.jsx", - "line": 222, + "line": 223, "column": 12, - "index": 8097 + "index": 8146 }, { "filePath": "src/packages/learn-page/template/LearnPage/index.jsx", - "line": 268, + "line": 269, "column": 10, - "index": 9516 + "index": 9565 }, { "filePath": "src/packages/learn-page/template/LearnPage/index.jsx", - "line": 317, + "line": 318, "column": 10, - "index": 11216 + "index": 11265 }, { "filePath": "src/packages/modular-page/components/Section/index.jsx", @@ -41076,7 +41076,7 @@ "filePath": "src/packages/modular-page/modules/PriceModule/index.jsx", "line": 92, "column": 12, - "index": 2797 + "index": 2826 }, { "filePath": "src/packages/modular-page/modules/ProgramReferralModule/index.jsx", @@ -41420,7 +41420,7 @@ "filePath": "src/packages/modular-page/modules/PriceModule/index.jsx", "line": 93, "column": 19, - "index": 2822 + "index": 2851 }, { "filePath": "src/packages/modular-page/modules/StatisticIconModule/index.jsx", @@ -42060,7 +42060,7 @@ "filePath": "src/packages/common/ui/Footer/index.jsx", "line": 333, "column": 18, - "index": 11646 + "index": 11227 }, { "filePath": "src/packages/common/ui/xpert/experiments/ChatFloatingActionButton/Survey/index.jsx", From e5a0f7cbf268d35806847d1ba1cb9f01ffd75545 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:14:32 -0400 Subject: [PATCH 17/40] docs: update dependent-usage.json (#2747) --- dependent-usage.json | 108 +++++++++++++++++++++++++++++-------------- 1 file changed, 74 insertions(+), 34 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 4c2a451e23..2ee7e4920a 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,8 +1,8 @@ { - "lastModified": 1698156494911, + "lastModified": 1698242957501, "projectUsages": [ { - "version": "21.5.5", + "version": "21.5.6", "name": "edx-credentials", "repository": { "type": "git", @@ -859,21 +859,21 @@ }, { "filePath": "src/account-settings/EditableField.jsx", - "line": 65, + "line": 66, "column": 13, - "index": 1434 + "index": 1471 }, { "filePath": "src/account-settings/EditableField.jsx", - "line": 137, + "line": 138, "column": 16, - "index": 4012 + "index": 4049 }, { "filePath": "src/account-settings/EditableField.jsx", - "line": 153, + "line": 154, "column": 16, - "index": 4617 + "index": 4654 }, { "filePath": "src/account-settings/EditableSelectField.jsx", @@ -1167,9 +1167,9 @@ }, { "filePath": "src/account-settings/EditableField.jsx", - "line": 99, + "line": 100, "column": 14, - "index": 2260 + "index": 2297 }, { "filePath": "src/account-settings/EditableSelectField.jsx", @@ -1223,9 +1223,9 @@ }, { "filePath": "src/account-settings/EditableField.jsx", - "line": 103, + "line": 104, "column": 16, - "index": 2377 + "index": 2414 }, { "filePath": "src/account-settings/EditableSelectField.jsx", @@ -1373,9 +1373,9 @@ }, { "filePath": "src/account-settings/EditableField.jsx", - "line": 118, + "line": 119, "column": 16, - "index": 2998 + "index": 3035 }, { "filePath": "src/account-settings/EditableSelectField.jsx", @@ -1475,9 +1475,9 @@ }, { "filePath": "src/account-settings/EditableField.jsx", - "line": 104, + "line": 105, "column": 16, - "index": 2472 + "index": 2509 }, { "filePath": "src/account-settings/EditableSelectField.jsx", @@ -1521,9 +1521,9 @@ "Form.Text": [ { "filePath": "src/account-settings/EditableField.jsx", - "line": 113, + "line": 114, "column": 31, - "index": 2761 + "index": 2798 }, { "filePath": "src/account-settings/EditableSelectField.jsx", @@ -27302,9 +27302,9 @@ }, { "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx", - "line": 23, + "line": 25, "column": 8, - "index": 818 + "index": 878 }, { "filePath": "src/course-home/courseware-search/CoursewareSearchToggle.jsx", @@ -27574,9 +27574,9 @@ }, { "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx", - "line": 29, + "line": 31, "column": 9, - "index": 1072 + "index": 1132 }, { "filePath": "src/course-home/courseware-search/CoursewareSearchToggle.jsx", @@ -27788,9 +27788,9 @@ "Close": [ { "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx", - "line": 29, + "line": 31, "column": 20, - "index": 1083 + "index": 1143 }, { "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx", @@ -27799,6 +27799,46 @@ "index": 2422 } ], + "SearchField.Advanced": [ + { + "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx", + "line": 10, + "column": 2, + "index": 189 + } + ], + "SearchField.Label": [ + { + "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx", + "line": 17, + "column": 6, + "index": 428 + } + ], + "SearchField.Input": [ + { + "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx", + "line": 18, + "column": 6, + "index": 456 + } + ], + "SearchField.ClearButton": [ + { + "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx", + "line": 19, + "column": 6, + "index": 510 + } + ], + "SearchField.SubmitButton": [ + { + "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx", + "line": 21, + "column": 4, + "index": 553 + } + ], "Search": [ { "filePath": "src/course-home/courseware-search/CoursewareSearchToggle.jsx", @@ -40318,7 +40358,7 @@ "filePath": "src/packages/modular-page/modules/BlurbModule/components/SlantedBlurbModule.jsx", "line": 47, "column": 6, - "index": 1577 + "index": 1606 }, { "filePath": "src/packages/modular-page/modules/FeaturedProductsModule/index.jsx", @@ -41242,15 +41282,15 @@ }, { "filePath": "src/packages/product-page/components/ProductDetailHero/components/BootCampHero.jsx", - "line": 82, + "line": 90, "column": 20, - "index": 3089 + "index": 3244 }, { "filePath": "src/packages/product-page/components/ProductDetailHero/components/DegreeHero.jsx", - "line": 75, + "line": 83, "column": 18, - "index": 2902 + "index": 3057 }, { "filePath": "src/packages/program-page/components/AboutRouting/components/TopicRouting/index.jsx", @@ -41442,15 +41482,15 @@ }, { "filePath": "src/packages/product-page/components/ProductDetailHero/components/BootCampHero.jsx", - "line": 83, + "line": 91, "column": 27, - "index": 3122 + "index": 3277 }, { "filePath": "src/packages/product-page/components/ProductDetailHero/components/DegreeHero.jsx", - "line": 76, + "line": 84, "column": 25, - "index": 2933 + "index": 3088 } ], "ChevronRight": [ @@ -41688,7 +41728,7 @@ "filePath": "src/packages/modular-page/modules/StatisticIconModule/index.jsx", "line": 89, "column": 12, - "index": 2949 + "index": 2978 }, { "filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseDescription.jsx", From df3070257d05fd6b0dd76f9be38c2e3c8b3bda35 Mon Sep 17 00:00:00 2001 From: Peter Kulko <93188219+PKulkoRaccoonGang@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:21:38 +0300 Subject: [PATCH 18/40] docs: added link to Contrast Checker tool (#2726) * docs: added link to Contrast Checker tool * refactor: refactoring after review --- www/src/components/Menu.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/www/src/components/Menu.tsx b/www/src/components/Menu.tsx index 280f33f312..1a31287ae6 100644 --- a/www/src/components/Menu.tsx +++ b/www/src/components/Menu.tsx @@ -133,6 +133,10 @@ const handlePlaygroundClick = () => { global.analytics.track('openedx.paragon.docs.menu.playground.visit_playground.clicked'); }; +const handleContrastCheckerClick = () => { + global.analytics.track('openedx.paragon.docs.menu.tools.visit_contrast_checker.clicked'); +}; + MenuComponentListCategory.propTypes = { children: PropTypes.node.isRequired, title: PropTypes.string.isRequired, @@ -228,6 +232,17 @@ function Menu() {
  • Component Generator
  • +
  • + + Contrast Checker + +
  • From 1f93930591d5bff90448d9221eb2f89569faa667 Mon Sep 17 00:00:00 2001 From: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com> Date: Thu, 26 Oct 2023 05:15:56 -0400 Subject: [PATCH 19/40] chore: update browserslist DB (#2741) Co-authored-by: adamstankiewicz --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c4c53d0ca7..739d75f234 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12538,9 +12538,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001549", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001549.tgz", - "integrity": "sha512-qRp48dPYSCYaP+KurZLhDYdVE+yEyht/3NlmcJgVQ2VMGt6JL36ndQ/7rgspdZsJuxDPFIo/OzBT2+GmIJ53BA==", + "version": "1.0.30001553", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001553.tgz", + "integrity": "sha512-N0ttd6TrFfuqKNi+pMgWJTb9qrdJu4JSpgPFLe/lrD19ugC6fZgF0pUewRowDwzdDnb9V41mFcdlYgl/PyKf4A==", "funding": [ { "type": "opencollective", From 2747ac147438d0dce15cfceb96e2e04ba28c926c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:13:38 -0400 Subject: [PATCH 20/40] docs: update dependent-usage.json (#2748) --- dependent-usage.json | 580 ++++++++++++++++++++++++------------------- 1 file changed, 327 insertions(+), 253 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 2ee7e4920a..d6e270d396 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1698242957501, + "lastModified": 1698329282259, "projectUsages": [ { "version": "21.5.6", @@ -12512,7 +12512,7 @@ "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigFormSaveButton.jsx", "line": 36, "column": 6, - "index": 1528 + "index": 1543 }, { "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx", @@ -40152,9 +40152,9 @@ }, { "filePath": "src/packages/common/ui/Hero/variants/BootcampVariant.jsx", - "line": 69, + "line": 73, "column": 6, - "index": 2323 + "index": 2371 }, { "filePath": "src/packages/common/ui/SitewideBanner/index.jsx", @@ -40166,7 +40166,7 @@ "filePath": "src/packages/degree-page/components/TabSections/index.jsx", "line": 173, "column": 6, - "index": 6005 + "index": 5943 }, { "filePath": "src/packages/exec-ed-page/components/AboutCourse.jsx", @@ -40308,27 +40308,27 @@ }, { "filePath": "src/packages/learn-page/template/LearnPage/index.jsx", - "line": 200, + "line": 215, "column": 10, - "index": 7179 + "index": 7635 }, { "filePath": "src/packages/learn-page/template/LearnPage/index.jsx", - "line": 223, + "line": 240, "column": 12, - "index": 8146 + "index": 8658 }, { "filePath": "src/packages/learn-page/template/LearnPage/index.jsx", - "line": 269, + "line": 277, "column": 10, - "index": 9565 + "index": 9851 }, { "filePath": "src/packages/learn-page/template/LearnPage/index.jsx", - "line": 318, + "line": 330, "column": 10, - "index": 11265 + "index": 11663 }, { "filePath": "src/packages/modular-page/components/Section/index.jsx", @@ -40426,23 +40426,35 @@ "column": 4, "index": 422 }, + { + "filePath": "src/packages/open-course-page/components/CourseModes/AuditTrackUpdateVariant/index.jsx", + "line": 196, + "column": 4, + "index": 8554 + }, + { + "filePath": "src/packages/open-course-page/components/CourseModes/AuditTrackUpdateVariant/index.jsx", + "line": 230, + "column": 10, + "index": 10122 + }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 224, + "line": 251, "column": 4, - "index": 9302 + "index": 10410 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 197, + "line": 199, "column": 4, - "index": 8159 + "index": 8330 }, { "filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx", - "line": 85, + "line": 83, "column": 10, - "index": 3321 + "index": 3259 }, { "filePath": "src/packages/open-course-page/components/CourseRecommendations/Variant1/index.jsx", @@ -40638,15 +40650,15 @@ }, { "filePath": "src/packages/search-page/components/CourseRecommendations/PostQuery/index.jsx", - "line": 53, + "line": 51, "column": 6, - "index": 1898 + "index": 1836 }, { "filePath": "src/packages/search-page/components/HeaderSection.jsx", - "line": 144, + "line": 142, "column": 4, - "index": 5213 + "index": 5151 }, { "filePath": "src/packages/search-page/components/PreQueryPage/components/PopularSearchLinks/index.jsx", @@ -40662,9 +40674,9 @@ }, { "filePath": "src/packages/search-page/components/QuizMatchRecommendations/index.jsx", - "line": 85, + "line": 83, "column": 4, - "index": 2852 + "index": 2790 }, { "filePath": "src/packages/search-page/components/RefinementFilters/index.jsx", @@ -40674,15 +40686,15 @@ }, { "filePath": "src/packages/search-page/components/Results/FirstLevelResult.jsx", - "line": 55, + "line": 53, "column": 4, - "index": 1601 + "index": 1539 }, { "filePath": "src/packages/search-page/components/Results/SecondLevelResult.jsx", - "line": 47, + "line": 45, "column": 4, - "index": 1523 + "index": 1461 }, { "filePath": "src/packages/search-page/components/SearchBreadcrumb/index.jsx", @@ -40692,9 +40704,9 @@ }, { "filePath": "src/packages/search-page/components/SearchPage/index.jsx", - "line": 530, + "line": 528, "column": 10, - "index": 20034 + "index": 19972 }, { "filePath": "src/packages/search-page/components/SkillsBuilderCTA/index.jsx", @@ -40796,9 +40808,9 @@ }, { "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsHeaderActions.jsx", - "line": 85, + "line": 83, "column": 8, - "index": 2333 + "index": 2271 }, { "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsInput.jsx", @@ -40844,45 +40856,45 @@ }, { "filePath": "src/packages/common/ui/xpert/experiments/ChatFloatingActionButton/index.jsx", - "line": 148, + "line": 146, "column": 14, - "index": 5068 + "index": 5006 }, { "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx", - "line": 167, + "line": 165, "column": 19, - "index": 4999 + "index": 4927 }, { "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx", - "line": 182, + "line": 180, "column": 8, - "index": 5510 + "index": 5438 }, { "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx", - "line": 206, + "line": 204, "column": 12, - "index": 6332 + "index": 6260 }, { "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx", - "line": 267, + "line": 265, "column": 16, - "index": 8997 + "index": 8925 }, { "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx", - "line": 277, + "line": 275, "column": 16, - "index": 9479 + "index": 9407 }, { "filePath": "src/packages/common/ui/xpert/experiments/SkillsBuilderFloatingActionButton/index.jsx", - "line": 77, + "line": 75, "column": 8, - "index": 2643 + "index": 2581 }, { "filePath": "src/packages/common/ui/xpert/shared/FloatingActionPopup/FloatingActionPopupHeader.jsx", @@ -41024,9 +41036,9 @@ }, { "filePath": "src/packages/learn-page/template/LearnPage/index.jsx", - "line": 38, + "line": 40, "column": 9, - "index": 2261 + "index": 2292 }, { "filePath": "src/packages/masters-program-page/template/MastersProgramDetailPage/index.jsx", @@ -41146,55 +41158,55 @@ "filePath": "src/packages/modular-page/modules/UpcomingProgramModule/index.jsx", "line": 76, "column": 16, - "index": 3004 + "index": 3045 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 312, + "line": 339, "column": 36, - "index": 13798 + "index": 14906 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 337, + "line": 364, "column": 36, - "index": 15065 + "index": 16173 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 393, + "line": 420, "column": 20, - "index": 17858 + "index": 18997 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 406, + "line": 433, "column": 20, - "index": 18536 + "index": 19675 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 281, + "line": 283, "column": 20, - "index": 12288 + "index": 12459 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 306, + "line": 308, "column": 36, - "index": 13630 + "index": 13801 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 331, + "line": 333, "column": 36, - "index": 14897 + "index": 15068 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 361, + "line": 363, "column": 20, - "index": 16270 + "index": 16472 }, { "filePath": "src/packages/open-course-page/components/CourseSnapshot/components/WeeksToComplete.jsx", @@ -41478,7 +41490,7 @@ "filePath": "src/packages/modular-page/modules/UpcomingProgramModule/index.jsx", "line": 77, "column": 23, - "index": 3033 + "index": 3074 }, { "filePath": "src/packages/product-page/components/ProductDetailHero/components/BootCampHero.jsx", @@ -41552,21 +41564,21 @@ }, { "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsHeaderActions.jsx", - "line": 21, + "line": 19, "column": 6, - "index": 511 + "index": 449 }, { "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsHeaderActions.jsx", - "line": 40, + "line": 38, "column": 4, - "index": 1016 + "index": 954 }, { "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsHeaderActions.jsx", - "line": 77, + "line": 75, "column": 6, - "index": 2072 + "index": 2010 }, { "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsInput.jsx", @@ -41594,9 +41606,9 @@ }, { "filePath": "src/packages/common/ui/xpert/experiments/ChatFloatingActionButton/index.jsx", - "line": 143, + "line": 141, "column": 12, - "index": 4774 + "index": 4712 }, { "filePath": "src/packages/common/ui/xpert/experiments/ChatFloatingActionButton/Survey/index.jsx", @@ -41612,33 +41624,33 @@ }, { "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx", - "line": 200, + "line": 198, "column": 10, - "index": 6122 + "index": 6050 }, { "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx", - "line": 259, + "line": 257, "column": 14, - "index": 8647 + "index": 8575 }, { "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx", - "line": 269, + "line": 267, "column": 14, - "index": 9120 + "index": 9048 }, { "filePath": "src/packages/common/ui/xpert/shared/FloatingActionButton/index.jsx", - "line": 17, + "line": 15, "column": 4, - "index": 453 + "index": 391 }, { "filePath": "src/packages/common/ui/xpert/shared/FloatingActionButton/index.jsx", - "line": 41, + "line": 39, "column": 5, - "index": 1037 + "index": 975 }, { "filePath": "src/packages/common/ui/xpert/shared/ProactiveMessage/index.jsx", @@ -41708,9 +41720,9 @@ }, { "filePath": "src/packages/learn-page/template/LearnPage/index.jsx", - "line": 188, + "line": 201, "column": 12, - "index": 6780 + "index": 7180 }, { "filePath": "src/packages/modular-page/modules/DynamicProductModule/index.jsx", @@ -41740,13 +41752,13 @@ "filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseVideo.jsx", "line": 42, "column": 8, - "index": 1448 + "index": 1445 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 214, + "line": 216, "column": 14, - "index": 8851 + "index": 9022 }, { "filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx", @@ -41828,9 +41840,9 @@ }, { "filePath": "src/packages/search-page/components/HeaderSection.jsx", - "line": 152, + "line": 150, "column": 6, - "index": 5545 + "index": 5483 }, { "filePath": "src/packages/search-page/components/PreQueryPage/components/PopularSearchLinks/index.jsx", @@ -41904,9 +41916,9 @@ }, { "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsHeaderActions.jsx", - "line": 85, + "line": 83, "column": 19, - "index": 2344 + "index": 2282 }, { "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertDisclaimerHeader.jsx", @@ -41998,9 +42010,9 @@ }, { "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx", - "line": 167, + "line": 165, "column": 99, - "index": 5079 + "index": 5007 }, { "filePath": "src/packages/degree-page/components/CTAButton/index.jsx", @@ -42082,9 +42094,9 @@ }, { "filePath": "src/packages/search-page/components/HeaderSection.jsx", - "line": 152, + "line": 150, "column": 84, - "index": 5623 + "index": 5561 } ], "Form.Checkbox": [ @@ -42204,51 +42216,51 @@ }, { "filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx", - "line": 70, + "line": 68, "column": 6, - "index": 2707 + "index": 2645 }, { "filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx", - "line": 84, + "line": 82, "column": 8, - "index": 3202 + "index": 3140 }, { "filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx", - "line": 90, + "line": 88, "column": 6, - "index": 3441 + "index": 3379 }, { "filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx", - "line": 102, + "line": 100, "column": 8, - "index": 4100 + "index": 4038 }, { "filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx", - "line": 114, + "line": 112, "column": 8, - "index": 4531 + "index": 4469 }, { "filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx", - "line": 130, + "line": 128, "column": 8, - "index": 5063 + "index": 5001 }, { "filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx", - "line": 135, + "line": 133, "column": 8, - "index": 5356 + "index": 5294 }, { "filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx", - "line": 144, + "line": 142, "column": 8, - "index": 5727 + "index": 5665 } ], "Collapsible.Advanced": [ @@ -42484,27 +42496,27 @@ }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 310, + "line": 337, "column": 26, - "index": 13704 + "index": 14812 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 335, + "line": 362, "column": 26, - "index": 14971 + "index": 16079 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 304, + "line": 306, "column": 26, - "index": 13536 + "index": 13707 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 329, + "line": 331, "column": 26, - "index": 14803 + "index": 14974 } ], "Dropdown": [ @@ -42644,7 +42656,7 @@ "filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseVideo.jsx", "line": 50, "column": 10, - "index": 1633 + "index": 1630 } ], "Send": [ @@ -42688,9 +42700,9 @@ "Minimize": [ { "filePath": "src/packages/common/ui/xpert/experiments/ChatFloatingActionButton/index.jsx", - "line": 148, + "line": 146, "column": 54, - "index": 5108 + "index": 5046 } ], "Form": [ @@ -42728,23 +42740,23 @@ "Lightbulb": [ { "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx", - "line": 182, + "line": 180, "column": 19, - "index": 5521 + "index": 5449 }, { "filePath": "src/packages/common/ui/xpert/experiments/SkillsBuilderFloatingActionButton/index.jsx", - "line": 77, + "line": 75, "column": 19, - "index": 2654 + "index": 2592 } ], "KeyboardArrowDown": [ { "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx", - "line": 206, + "line": 204, "column": 23, - "index": 6343 + "index": 6271 }, { "filePath": "src/packages/search-page/components/RefinementFilters/components/MobileFilterMenu/index.jsx", @@ -42756,23 +42768,23 @@ "Recommend": [ { "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx", - "line": 267, + "line": 265, "column": 87, - "index": 9068 + "index": 8996 }, { "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx", - "line": 277, + "line": 275, "column": 89, - "index": 9552 + "index": 9480 } ], "useArrowKeyNavigation": [ { "filePath": "src/packages/common/ui/xpert/shared/FloatingActionPopup/index.jsx", - "line": 21, + "line": 19, "column": 20, - "index": 543 + "index": 481 } ], "FormGroup": [ @@ -43076,27 +43088,27 @@ }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 302, + "line": 329, "column": 24, - "index": 13316 + "index": 14424 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 327, + "line": 354, "column": 24, - "index": 14587 + "index": 15695 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 296, + "line": 298, "column": 24, - "index": 13148 + "index": 13319 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 321, + "line": 323, "column": 24, - "index": 14419 + "index": 14590 }, { "filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx", @@ -43126,27 +43138,27 @@ }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 305, + "line": 332, "column": 28, - "index": 13439 + "index": 14547 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 330, + "line": 357, "column": 28, - "index": 14710 + "index": 15818 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 299, + "line": 301, "column": 28, - "index": 13271 + "index": 13442 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 324, + "line": 326, "column": 28, - "index": 14542 + "index": 14713 }, { "filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx", @@ -43186,11 +43198,17 @@ "column": 24, "index": 1046 }, + { + "filePath": "src/packages/open-course-page/components/CourseModes/AuditTrackUpdateVariant/index.jsx", + "line": 169, + "column": 6, + "index": 7812 + }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 436, + "line": 463, "column": 20, - "index": 19871 + "index": 21010 }, { "filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx", @@ -43440,9 +43458,9 @@ }, { "filePath": "src/packages/learn-page/template/LearnPage/index.jsx", - "line": 38, + "line": 40, "column": 20, - "index": 2272 + "index": 2303 } ], "Card": [ @@ -43458,6 +43476,12 @@ "column": 10, "index": 1393 }, + { + "filePath": "src/packages/open-course-page/components/CourseModes/AuditTrackUpdateVariant/index.jsx", + "line": 242, + "column": 18, + "index": 10842 + }, { "filePath": "src/packages/open-course-page/components/CourseRunSelector/components/SelectionTile.jsx", "line": 52, @@ -43505,6 +43529,58 @@ "index": 1241 } ], + "useMediaQuery": [ + { + "filePath": "src/packages/learn-page/template/LearnPage/index.jsx", + "line": 164, + "column": 19, + "index": 6024 + }, + { + "filePath": "src/packages/recommendations-page/components/RecommendationsLoader/index.jsx", + "line": 17, + "column": 20, + "index": 501 + }, + { + "filePath": "src/packages/recommendations-page/components/RecommendationsPage/index.jsx", + "line": 31, + "column": 23, + "index": 1401 + }, + { + "filePath": "src/packages/search-page/components/SkillsBuilderCTA/index.jsx", + "line": 27, + "column": 23, + "index": 1023 + } + ], + "breakpoints": [ + { + "filePath": "src/packages/learn-page/template/LearnPage/index.jsx", + "line": 164, + "column": 45, + "index": 6050 + }, + { + "filePath": "src/packages/recommendations-page/components/RecommendationsLoader/index.jsx", + "line": 17, + "column": 46, + "index": 527 + }, + { + "filePath": "src/packages/recommendations-page/components/RecommendationsPage/index.jsx", + "line": 31, + "column": 49, + "index": 1427 + }, + { + "filePath": "src/packages/search-page/components/SkillsBuilderCTA/index.jsx", + "line": 27, + "column": 49, + "index": 1049 + } + ], "Hyperlink": [ { "filePath": "src/packages/modular-page/components/Citation/index.jsx", @@ -43614,77 +43690,83 @@ "column": 10, "index": 676 }, + { + "filePath": "src/packages/open-course-page/components/CourseModes/AuditTrackUpdateVariant/index.jsx", + "line": 246, + "column": 24, + "index": 11052 + }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 364, + "line": 391, "column": 20, - "index": 16263 + "index": 17402 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 367, + "line": 394, "column": 20, - "index": 16445 + "index": 17584 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 377, + "line": 404, "column": 20, - "index": 16969 + "index": 18108 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 380, + "line": 407, "column": 20, - "index": 17151 + "index": 18290 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 390, + "line": 417, "column": 20, - "index": 17676 + "index": 18815 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 403, + "line": 430, "column": 20, - "index": 18354 + "index": 19493 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 278, + "line": 280, "column": 20, - "index": 12106 + "index": 12277 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 358, + "line": 360, "column": 20, - "index": 16088 + "index": 16290 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 371, + "line": 373, "column": 20, - "index": 16773 + "index": 16975 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 374, + "line": 376, "column": 20, - "index": 16955 + "index": 17157 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 384, + "line": 386, "column": 20, - "index": 17479 + "index": 17681 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 387, + "line": 389, "column": 20, - "index": 17661 + "index": 17863 }, { "filePath": "src/packages/product-page/components/ProductDetailHero/index.jsx", @@ -43768,6 +43850,12 @@ "column": 12, "index": 1546 }, + { + "filePath": "src/packages/open-course-page/components/CourseModes/AuditTrackUpdateVariant/index.jsx", + "line": 245, + "column": 22, + "index": 10996 + }, { "filePath": "src/packages/search-page/components/SkillsBuilderCTA/index.jsx", "line": 50, @@ -43783,56 +43871,64 @@ "index": 4153 } ], + "Card.Divider": [ + { + "filePath": "src/packages/open-course-page/components/CourseModes/AuditTrackUpdateVariant/index.jsx", + "line": 243, + "column": 20, + "index": 10901 + } + ], "InfoOutline": [ { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 311, + "line": 338, "column": 33, - "index": 13749 + "index": 14857 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 336, + "line": 363, "column": 33, - "index": 15016 + "index": 16124 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 305, + "line": 307, "column": 33, - "index": 13581 + "index": 13752 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 330, + "line": 332, "column": 33, - "index": 14848 + "index": 15019 } ], "Remove": [ { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 393, + "line": 420, "column": 50, - "index": 17888 + "index": 19027 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 406, + "line": 433, "column": 50, - "index": 18566 + "index": 19705 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 281, + "line": 283, "column": 50, - "index": 12318 + "index": 12489 }, { "filePath": "src/packages/open-course-page/components/CourseModes/TerminologyUpdateVariant/index.jsx", - "line": 361, + "line": 363, "column": 50, - "index": 16300 + "index": 16502 } ], "Timelapse": [ @@ -43964,9 +44060,9 @@ }, { "filePath": "src/packages/search-page/components/QuizMatchRecommendations/index.jsx", - "line": 92, + "line": 90, "column": 8, - "index": 3033 + "index": 2971 } ], "Warning": [ @@ -44222,9 +44318,9 @@ }, { "filePath": "src/packages/search-page/components/QuizMatchRecommendations/index.jsx", - "line": 92, + "line": 90, "column": 39, - "index": 3064 + "index": 3002 } ], "Calendar": [ @@ -44269,46 +44365,6 @@ "index": 5506 } ], - "useMediaQuery": [ - { - "filePath": "src/packages/recommendations-page/components/RecommendationsLoader/index.jsx", - "line": 17, - "column": 20, - "index": 501 - }, - { - "filePath": "src/packages/recommendations-page/components/RecommendationsPage/index.jsx", - "line": 31, - "column": 23, - "index": 1401 - }, - { - "filePath": "src/packages/search-page/components/SkillsBuilderCTA/index.jsx", - "line": 27, - "column": 23, - "index": 1023 - } - ], - "breakpoints": [ - { - "filePath": "src/packages/recommendations-page/components/RecommendationsLoader/index.jsx", - "line": 17, - "column": 46, - "index": 527 - }, - { - "filePath": "src/packages/recommendations-page/components/RecommendationsPage/index.jsx", - "line": 31, - "column": 49, - "index": 1427 - }, - { - "filePath": "src/packages/search-page/components/SkillsBuilderCTA/index.jsx", - "line": 27, - "column": 49, - "index": 1049 - } - ], "TrendingUp": [ { "filePath": "src/packages/search-page/components/AutoComplete/components/PopularSearchItem/index.jsx", @@ -44336,37 +44392,37 @@ "Alert.Heading": [ { "filePath": "src/packages/search-page/components/QuizMatchRecommendations/index.jsx", - "line": 93, + "line": 91, "column": 10, - "index": 3105 + "index": 3043 } ], "Chip": [ { "filePath": "src/packages/search-page/components/RefinementFilters/components/CurrentRefinements/index.jsx", - "line": 30, + "line": 28, "column": 6, - "index": 1284 + "index": 1241 } ], "CloseSmall": [ { "filePath": "src/packages/search-page/components/RefinementFilters/components/CurrentRefinements/index.jsx", - "line": 156, + "line": 154, "column": 25, - "index": 5395 + "index": 5333 }, { "filePath": "src/packages/search-page/components/RefinementFilters/components/CurrentRefinements/index.jsx", - "line": 183, + "line": 181, "column": 25, - "index": 6449 + "index": 6387 }, { "filePath": "src/packages/search-page/components/RefinementFilters/components/CurrentRefinements/index.jsx", - "line": 206, + "line": 204, "column": 27, - "index": 7617 + "index": 7555 } ], "Menu": [ @@ -44572,9 +44628,9 @@ }, { "filePath": "src/components/AssetsDropZone/index.jsx", - "line": 84, + "line": 85, "column": 20, - "index": 3019 + "index": 3089 }, { "filePath": "src/components/AssetsTable/index.jsx", @@ -44600,6 +44656,12 @@ "column": 12, "index": 11520 }, + { + "filePath": "src/components/AssetsUploadConfirm/index.jsx", + "line": 58, + "column": 6, + "index": 1488 + }, { "filePath": "src/components/BackendStatusBanner/index.jsx", "line": 42, @@ -44680,6 +44742,12 @@ "column": 8, "index": 11057 }, + { + "filePath": "src/components/AssetsUploadConfirm/index.jsx", + "line": 67, + "column": 8, + "index": 1708 + }, { "filePath": "src/components/EditImageModal/index.jsx", "line": 890, @@ -44712,6 +44780,12 @@ "column": 29, "index": 11805 }, + { + "filePath": "src/components/AssetsUploadConfirm/index.jsx", + "line": 74, + "column": 29, + "index": 1971 + }, { "filePath": "src/components/EditImageModal/EditImageModal.test.jsx", "line": 430, From 47e4379d1a65f0495e4cf015ed175efd117c7e9c Mon Sep 17 00:00:00 2001 From: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:36:38 -0400 Subject: [PATCH 21/40] feat: add outlined videoCam icon (#2750) --- icons/es5/VideocamOutlined.js | 13 +++++++++++++ icons/es5/index.js | 1 + icons/jsx/VideocamOutlined.jsx | 17 +++++++++++++++++ icons/jsx/index.jsx | 1 + icons/svg/videocam_outlined.svg | 3 +++ 5 files changed, 35 insertions(+) create mode 100644 icons/es5/VideocamOutlined.js create mode 100644 icons/jsx/VideocamOutlined.jsx create mode 100644 icons/svg/videocam_outlined.svg diff --git a/icons/es5/VideocamOutlined.js b/icons/es5/VideocamOutlined.js new file mode 100644 index 0000000000..71e48f30ad --- /dev/null +++ b/icons/es5/VideocamOutlined.js @@ -0,0 +1,13 @@ +function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } +import * as React from "react"; +const SvgVideocamOutlined = props => /*#__PURE__*/React.createElement("svg", _extends({ + width: 24, + height: 24, + viewBox: "0 0 24 24", + fill: "none", + xmlns: "http://www.w3.org/2000/svg" +}, props), /*#__PURE__*/React.createElement("path", { + d: "M15 8v8H5V8h10Zm1-2H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4V7c0-.55-.45-1-1-1Z", + fill: "currentColor" +})); +export default SvgVideocamOutlined; \ No newline at end of file diff --git a/icons/es5/index.js b/icons/es5/index.js index 1ea8dda060..27d42f68ec 100644 --- a/icons/es5/index.js +++ b/icons/es5/index.js @@ -2183,6 +2183,7 @@ export { default as VideoStable } from "./VideoStable"; export { default as VideoTranscript } from "./VideoTranscript"; export { default as Videocam } from "./Videocam"; export { default as VideocamOff } from "./VideocamOff"; +export { default as VideocamOutlined } from "./VideocamOutlined"; export { default as VideogameAsset } from "./VideogameAsset"; export { default as VideogameAssetOff } from "./VideogameAssetOff"; export { default as ViewAgenda } from "./ViewAgenda"; diff --git a/icons/jsx/VideocamOutlined.jsx b/icons/jsx/VideocamOutlined.jsx new file mode 100644 index 0000000000..bb02a5c3e0 --- /dev/null +++ b/icons/jsx/VideocamOutlined.jsx @@ -0,0 +1,17 @@ +import * as React from "react"; +const SvgVideocamOutlined = (props) => ( + + + +); +export default SvgVideocamOutlined; diff --git a/icons/jsx/index.jsx b/icons/jsx/index.jsx index bd57a1e1c7..db1665123c 100644 --- a/icons/jsx/index.jsx +++ b/icons/jsx/index.jsx @@ -2183,6 +2183,7 @@ export { default as VideoStable } from "./VideoStable"; export { default as VideoTranscript } from "./VideoTranscript"; export { default as Videocam } from "./Videocam"; export { default as VideocamOff } from "./VideocamOff"; +export { default as VideocamOutlined } from "./VideocamOutlined"; export { default as VideogameAsset } from "./VideogameAsset"; export { default as VideogameAssetOff } from "./VideogameAssetOff"; export { default as ViewAgenda } from "./ViewAgenda"; diff --git a/icons/svg/videocam_outlined.svg b/icons/svg/videocam_outlined.svg new file mode 100644 index 0000000000..c85f7b20a9 --- /dev/null +++ b/icons/svg/videocam_outlined.svg @@ -0,0 +1,3 @@ + + + From 64611f75924a4a421e76a4b682368f0709bca996 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:14:33 -0400 Subject: [PATCH 22/40] docs: update dependent-usage.json (#2754) --- dependent-usage.json | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index d6e270d396..3aae3c5679 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1698329282259, + "lastModified": 1698415769862, "projectUsages": [ { "version": "21.5.6", @@ -27302,9 +27302,9 @@ }, { "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx", - "line": 25, + "line": 37, "column": 8, - "index": 878 + "index": 1239 }, { "filePath": "src/course-home/courseware-search/CoursewareSearchToggle.jsx", @@ -27574,9 +27574,15 @@ }, { "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx", - "line": 31, + "line": 43, "column": 9, - "index": 1132 + "index": 1493 + }, + { + "filePath": "src/course-home/courseware-search/CoursewareSearchResults.jsx", + "line": 42, + "column": 61, + "index": 1290 }, { "filePath": "src/course-home/courseware-search/CoursewareSearchToggle.jsx", @@ -27788,9 +27794,9 @@ "Close": [ { "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx", - "line": 31, + "line": 43, "column": 20, - "index": 1143 + "index": 1504 }, { "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx", @@ -42522,9 +42528,9 @@ "Dropdown": [ { "filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx", - "line": 160, + "line": 161, "column": 10, - "index": 5343 + "index": 5380 }, { "filePath": "src/packages/learn-page/components/DynamicProductList/components/ProductFilter/index.jsx", @@ -42536,9 +42542,9 @@ "Dropdown.Toggle": [ { "filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx", - "line": 161, + "line": 165, "column": 12, - "index": 5388 + "index": 5514 }, { "filePath": "src/packages/learn-page/components/DynamicProductList/components/ProductFilter/index.jsx", @@ -42550,17 +42556,17 @@ "AvatarButton": [ { "filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx", - "line": 162, + "line": 166, "column": 18, - "index": 5423 + "index": 5549 } ], "Dropdown.Menu": [ { "filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx", - "line": 175, + "line": 179, "column": 12, - "index": 6020 + "index": 6146 }, { "filePath": "src/packages/learn-page/components/DynamicProductList/components/ProductFilter/index.jsx", From aad69eb0f6830f5f612704924a0c29824e1eb3ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 10:15:03 -0400 Subject: [PATCH 23/40] docs: update dependent-usage.json (#2759) --- dependent-usage.json | 388 ++++++++++++++++++++++++++++++++----------- 1 file changed, 293 insertions(+), 95 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 3aae3c5679..ef83e5957c 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1698415769862, + "lastModified": 1698502186100, "projectUsages": [ { "version": "21.5.6", @@ -2005,6 +2005,12 @@ "column": 10, "index": 5398 }, + { + "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx", + "line": 40, + "column": 8, + "index": 1517 + }, { "filePath": "src/components/learner-credit-management/BudgetCard.jsx", "line": 54, @@ -2013,15 +2019,21 @@ }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 63, - "column": 12, - "index": 2051 + "line": 106, + "column": 10, + "index": 3059 }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 65, + "line": 115, + "column": 10, + "index": 3358 + }, + { + "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", + "line": 87, "column": 12, - "index": 2154 + "index": 3107 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", @@ -2499,6 +2511,12 @@ "column": 4, "index": 193 }, + { + "filePath": "src/components/learner-credit-management/BudgetDetailActivityTabContents.jsx", + "line": 26, + "column": 8, + "index": 1047 + }, { "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", "line": 19, @@ -2547,12 +2565,6 @@ "column": 10, "index": 3003 }, - { - "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 71, - "column": 8, - "index": 2040 - }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx", "line": 216, @@ -3367,6 +3379,12 @@ "column": 8, "index": 1518 }, + { + "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx", + "line": 23, + "column": 4, + "index": 751 + }, { "filePath": "src/components/learner-credit-management/BudgetCard.jsx", "line": 130, @@ -3381,9 +3399,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 29, + "line": 76, "column": 4, - "index": 732 + "index": 2155 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -3433,6 +3451,12 @@ "column": 8, "index": 940 }, + { + "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", + "line": 30, + "column": 4, + "index": 1020 + }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", "line": 82, @@ -3543,6 +3567,12 @@ "column": 2, "index": 173 }, + { + "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx", + "line": 29, + "column": 8, + "index": 1032 + }, { "filePath": "src/components/learner-credit-management/BudgetCard.jsx", "line": 85, @@ -3551,9 +3581,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 59, + "line": 97, "column": 8, - "index": 1806 + "index": 2729 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -3603,6 +3633,18 @@ "column": 10, "index": 957 }, + { + "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", + "line": 31, + "column": 6, + "index": 1033 + }, + { + "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", + "line": 49, + "column": 6, + "index": 1610 + }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", "line": 64, @@ -3679,9 +3721,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 47, - "column": 12, - "index": 1321 + "line": 98, + "column": 10, + "index": 2754 }, { "filePath": "src/components/learner-credit-management/LearnerCreditManagement.jsx", @@ -3837,9 +3879,9 @@ }, { "filePath": "src/components/learner-credit-management/BudgetDetailActivityTabContents.jsx", - "line": 42, + "line": 49, "column": 4, - "index": 1254 + "index": 1780 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", @@ -3853,6 +3895,12 @@ "column": 4, "index": 619 }, + { + "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", + "line": 91, + "column": 12, + "index": 2520 + }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", "line": 51, @@ -4633,9 +4681,9 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 77, + "line": 71, "column": 6, - "index": 2166 + "index": 2081 }, { "filePath": "src/components/NewFeatureAlertBrowseAndRequest/index.jsx", @@ -5275,9 +5323,9 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 90, + "line": 84, "column": 6, - "index": 2571 + "index": 2486 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", @@ -5351,7 +5399,7 @@ "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", "line": 104, "column": 8, - "index": 3012 + "index": 3064 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", @@ -5569,9 +5617,9 @@ }, { "filePath": "src/components/learner-credit-management/BudgetDetailCatalogTabContents.jsx", - "line": 32, + "line": 42, "column": 4, - "index": 1072 + "index": 1264 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageHeader.jsx", @@ -5603,6 +5651,24 @@ "column": 6, "index": 467 }, + { + "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", + "line": 36, + "column": 10, + "index": 1298 + }, + { + "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", + "line": 50, + "column": 8, + "index": 1657 + }, + { + "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", + "line": 85, + "column": 8, + "index": 3073 + }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", "line": 68, @@ -5727,9 +5793,9 @@ }, { "filePath": "src/components/learner-credit-management/BudgetDetailCatalogTabContents.jsx", - "line": 33, + "line": 43, "column": 6, - "index": 1133 + "index": 1325 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageHeader.jsx", @@ -5809,6 +5875,48 @@ "column": 8, "index": 481 }, + { + "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", + "line": 37, + "column": 12, + "index": 1316 + }, + { + "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", + "line": 40, + "column": 12, + "index": 1402 + }, + { + "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", + "line": 43, + "column": 12, + "index": 1486 + }, + { + "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", + "line": 51, + "column": 10, + "index": 1726 + }, + { + "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", + "line": 62, + "column": 10, + "index": 2177 + }, + { + "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", + "line": 73, + "column": 10, + "index": 2615 + }, + { + "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", + "line": 86, + "column": 10, + "index": 3089 + }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", "line": 69, @@ -6153,7 +6261,7 @@ "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", "line": 99, "column": 8, - "index": 2846 + "index": 2925 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", @@ -6235,7 +6343,7 @@ "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", "line": 105, "column": 8, - "index": 3072 + "index": 3124 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx", @@ -7881,9 +7989,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 63, - "column": 24, - "index": 2063 + "line": 108, + "column": 16, + "index": 3141 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -8163,11 +8271,17 @@ "column": 4, "index": 238 }, + { + "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx", + "line": 24, + "column": 6, + "index": 841 + }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 35, + "line": 79, "column": 6, - "index": 870 + "index": 2229 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", @@ -8207,6 +8321,12 @@ "column": 6, "index": 2009 }, + { + "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", + "line": 86, + "column": 8, + "index": 2379 + }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", "line": 50, @@ -8257,11 +8377,17 @@ "column": 2, "index": 168 }, + { + "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx", + "line": 39, + "column": 6, + "index": 1430 + }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 62, - "column": 10, - "index": 1981 + "line": 102, + "column": 8, + "index": 2882 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", @@ -8449,7 +8575,7 @@ "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", "line": 100, "column": 8, - "index": 2884 + "index": 2963 } ], "EditCircle": [ @@ -8491,6 +8617,24 @@ "column": 32, "index": 3854 }, + { + "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", + "line": 35, + "column": 44, + "index": 882 + }, + { + "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", + "line": 36, + "column": 49, + "index": 962 + }, + { + "filePath": "src/components/learner-credit-management/data/hooks/useIsLargeOrGreater.js", + "line": 3, + "column": 72, + "index": 132 + }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx", "line": 60, @@ -8926,6 +9070,44 @@ "index": 5106 } ], + "Card.Body": [ + { + "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx", + "line": 28, + "column": 6, + "index": 969 + }, + { + "filePath": "src/components/learner-credit-management/BudgetCard.jsx", + "line": 133, + "column": 14, + "index": 3605 + }, + { + "filePath": "src/components/learner-credit-management/BudgetCard.jsx", + "line": 145, + "column": 16, + "index": 4058 + }, + { + "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", + "line": 85, + "column": 6, + "index": 2359 + }, + { + "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", + "line": 86, + "column": 6, + "index": 2120 + }, + { + "filePath": "src/components/subscriptions/SubscriptionCard.jsx", + "line": 126, + "column": 6, + "index": 3373 + } + ], "DataTable.FilterStatus": [ { "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", @@ -8960,30 +9142,24 @@ "index": 7315 } ], - "Card.Body": [ - { - "filePath": "src/components/learner-credit-management/BudgetCard.jsx", - "line": 133, - "column": 14, - "index": 3605 - }, + "useMediaQuery": [ { - "filePath": "src/components/learner-credit-management/BudgetCard.jsx", - "line": 145, - "column": 16, - "index": 4058 + "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", + "line": 35, + "column": 18, + "index": 856 }, { - "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 86, - "column": 6, - "index": 2120 + "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", + "line": 36, + "column": 23, + "index": 936 }, { - "filePath": "src/components/subscriptions/SubscriptionCard.jsx", - "line": 126, - "column": 6, - "index": 3373 + "filePath": "src/components/learner-credit-management/data/hooks/useIsLargeOrGreater.js", + "line": 3, + "column": 34, + "index": 94 } ], "ProgressBar.Annotated": [ @@ -12184,15 +12360,21 @@ }, { "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 352, + "line": 354, "column": 14, - "index": 11152 + "index": 11259 }, { "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 355, + "line": 357, "column": 14, - "index": 11317 + "index": 11424 + }, + { + "filePath": "src/files-and-uploads/table-components/FilterStatus.jsx", + "line": 28, + "column": 6, + "index": 758 }, { "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", @@ -12610,9 +12792,9 @@ }, { "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 346, + "line": 348, "column": 8, - "index": 10919 + "index": 11026 }, { "filePath": "src/generic/modal-error/ModalError.jsx", @@ -12708,9 +12890,9 @@ }, { "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 351, + "line": 353, "column": 12, - "index": 11126 + "index": 11233 }, { "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx", @@ -13292,27 +13474,27 @@ }, { "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 60, + "line": 61, "column": 56, - "index": 1701 + "index": 1761 }, { "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 61, + "line": 62, "column": 59, - "index": 1778 + "index": 1838 }, { "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 62, + "line": 63, "column": 47, - "index": 1843 + "index": 1903 }, { "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 64, + "line": 65, "column": 86, - "index": 2003 + "index": 2063 }, { "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", @@ -15614,9 +15796,9 @@ "DataTable": [ { "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 278, + "line": 279, "column": 8, - "index": 8162 + "index": 8222 }, { "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx", @@ -15634,9 +15816,9 @@ "Dropzone": [ { "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 302, + "line": 304, "column": 12, - "index": 8999 + "index": 9106 }, { "filePath": "src/generic/course-upload-image/index.jsx", @@ -15654,17 +15836,17 @@ "DataTable.TableControlBar": [ { "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 313, + "line": 315, "column": 14, - "index": 9454 + "index": 9561 } ], "CardView": [ { "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 314, + "line": 316, "column": 42, - "index": 9526 + "index": 9633 }, { "filePath": "src/taxonomy/TaxonomyListPage.jsx", @@ -15676,9 +15858,9 @@ "DataTable.Table": [ { "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 315, + "line": 317, "column": 42, - "index": 9682 + "index": 9789 }, { "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx", @@ -15690,17 +15872,17 @@ "DataTable.EmptyTable": [ { "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 316, + "line": 318, "column": 14, - "index": 9718 + "index": 9825 } ], "DataTable.TableFooter": [ { "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 317, + "line": 319, "column": 14, - "index": 9818 + "index": 9925 } ], "MoreVert": [ @@ -27304,7 +27486,7 @@ "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx", "line": 37, "column": 8, - "index": 1239 + "index": 1254 }, { "filePath": "src/course-home/courseware-search/CoursewareSearchToggle.jsx", @@ -27576,7 +27758,7 @@ "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx", "line": 43, "column": 9, - "index": 1493 + "index": 1508 }, { "filePath": "src/course-home/courseware-search/CoursewareSearchResults.jsx", @@ -27791,12 +27973,28 @@ "index": 3591 } ], + "Tabs": [ + { + "filePath": "src/course-home/courseware-search/CoursewareResultsFilter.jsx", + "line": 28, + "column": 4, + "index": 935 + } + ], + "Tab": [ + { + "filePath": "src/course-home/courseware-search/CoursewareResultsFilter.jsx", + "line": 30, + "column": 8, + "index": 1108 + } + ], "Close": [ { "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx", "line": 43, "column": 20, - "index": 1504 + "index": 1519 }, { "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx", @@ -41840,9 +42038,9 @@ }, { "filePath": "src/packages/search-page/components/AutoComplete/components/ManagedAutoComplete/index.jsx", - "line": 364, + "line": 358, "column": 14, - "index": 12566 + "index": 12268 }, { "filePath": "src/packages/search-page/components/HeaderSection.jsx", From e71cf4227c023ca0b9cdbeae8a14b77c59e9b5bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 10:12:59 -0400 Subject: [PATCH 24/40] docs: update dependent-usage.json (#2761) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index ef83e5957c..a6b147fc0c 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1698502186100, + "lastModified": 1698588468740, "projectUsages": [ { "version": "21.5.6", From 0a809ed2d2cb1f82b5c060e5bc5112a9e92fc93d Mon Sep 17 00:00:00 2001 From: Kyr <40792129+khudym@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:43:48 +0200 Subject: [PATCH 25/40] docs: change breadcrumbs links for the basic usage example (#2760) Co-authored-by: Kyrylo Hudym-Levkovych --- src/Breadcrumb/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Breadcrumb/README.md b/src/Breadcrumb/README.md index 8f9665e827..08e5790cba 100644 --- a/src/Breadcrumb/README.md +++ b/src/Breadcrumb/README.md @@ -38,9 +38,9 @@ Use as a secondary navigation pattern to help convey hierarchy and enable naviga ```jsx live @@ -56,9 +56,9 @@ Use as a secondary navigation pattern to help convey hierarchy and enable naviga
    Date: Mon, 30 Oct 2023 09:48:31 +0200 Subject: [PATCH 26/40] docs: remove duplicated menu title (#2756) Co-authored-by: Kyrylo Hudym-Levkovych --- src/Menu/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Menu/README.md b/src/Menu/README.md index fd4b2cf7a6..8170475439 100644 --- a/src/Menu/README.md +++ b/src/Menu/README.md @@ -12,8 +12,6 @@ devStatus: 'Done' notes: '' --- -## Menu - An arrow-key navigable ``Menu`` which consists of ``MenuItems``. A ``Menu`` can be employed to produce its common variants, including dropdown menus, select menus, and others. ``Menus`` are keyboard navigable with both tab and arrow keys. ## MenuItem From b284ec53b7aa3b6bdec0dd287e45017ad4d26244 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:16:25 -0400 Subject: [PATCH 27/40] docs: update dependent-usage.json (#2763) --- dependent-usage.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index a6b147fc0c..d66d30b971 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1698588468740, + "lastModified": 1698675031484, "projectUsages": [ { "version": "21.5.6", @@ -35385,7 +35385,7 @@ } }, { - "version": "21.4.0", + "version": "21.5.6", "name": "@edx/frontend-component-header-edx", "repository": { "type": "git", @@ -35900,7 +35900,7 @@ } }, { - "version": "21.5.3", + "version": "21.5.6", "name": "@edx/frontend-component-header", "repository": { "type": "git", @@ -40185,7 +40185,7 @@ } }, { - "version": "21.5.5", + "version": "21.5.6", "name": "@edx/frontend-platform", "repository": { "type": "git", @@ -40676,7 +40676,7 @@ "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx", "line": 210, "column": 12, - "index": 6695 + "index": 6744 }, { "filePath": "src/packages/open-course-page/components/FAQ/index.jsx", @@ -41422,19 +41422,19 @@ "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx", "line": 243, "column": 24, - "index": 8084 + "index": 8133 }, { "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx", "line": 257, "column": 22, - "index": 8594 + "index": 8643 }, { "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx", "line": 300, "column": 24, - "index": 10965 + "index": 11014 }, { "filePath": "src/packages/open-course-page/components/Instructors/components/InstructorCard.jsx", @@ -43608,7 +43608,7 @@ "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx", "line": 257, "column": 33, - "index": 8605 + "index": 8654 }, { "filePath": "src/packages/open-course-page/components/Instructors/components/InstructorCard.jsx", @@ -44160,7 +44160,7 @@ "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx", "line": 300, "column": 35, - "index": 10976 + "index": 11025 } ], "ModalDialog.Header": [ From 89fd59edf66846113256c154f3a71624d66604f1 Mon Sep 17 00:00:00 2001 From: Kyr <40792129+khudym@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:50:36 +0200 Subject: [PATCH 28/40] fix: display Header's names in 'Filter by ...' text in `DataTable` filters (#2757) Co-authored-by: Kyrylo Hudym-Levkovych --- src/DataTable/FilterStatus.jsx | 8 ++++++-- src/DataTable/tests/FilterStatus.test.jsx | 3 ++- src/DataTable/tests/SmartStatus.test.jsx | 2 ++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/DataTable/FilterStatus.jsx b/src/DataTable/FilterStatus.jsx index 3adc33be0d..31028122ac 100644 --- a/src/DataTable/FilterStatus.jsx +++ b/src/DataTable/FilterStatus.jsx @@ -7,12 +7,16 @@ import Button from '../Button'; function FilterStatus({ className, variant, size, clearFiltersText, buttonClassName, showFilteredFields, }) { - const { state, setAllFilters } = useContext(DataTableContext); + const { state, setAllFilters, headers } = useContext(DataTableContext); if (!setAllFilters) { return null; } - const filterNames = state.filters ? state.filters.map((filter) => filter.id) : []; + const headersMap = headers.reduce((cur, acc) => { + cur[acc.id] = acc.Header; + return cur; + }, {}); + const filterNames = state.filters ? state.filters.map((filter) => headersMap[filter.id]) : []; const filterTexts =

    Filtered by {filterNames.join(', ')}

    ; return ( diff --git a/src/DataTable/tests/FilterStatus.test.jsx b/src/DataTable/tests/FilterStatus.test.jsx index 5a0ef41f63..1339dbcb55 100644 --- a/src/DataTable/tests/FilterStatus.test.jsx +++ b/src/DataTable/tests/FilterStatus.test.jsx @@ -7,8 +7,9 @@ import FilterStatus from '../FilterStatus'; import DataTableContext from '../DataTableContext'; const filterNames = ['color', 'breed', 'discipline']; +const headers = [{ id: 'color', Header: 'color' }, { id: 'breed', Header: 'breed' }, { id: 'discipline', Header: 'discipline' }]; const filters = filterNames.map((name) => ({ id: name })); -const instance = { state: { filters }, setAllFilters: () => {} }; +const instance = { state: { filters }, setAllFilters: () => {}, headers }; const filterProps = { buttonClassName: 'buttonClass', variant: 'variant', diff --git a/src/DataTable/tests/SmartStatus.test.jsx b/src/DataTable/tests/SmartStatus.test.jsx index 85d4573cb4..48f6a33b77 100644 --- a/src/DataTable/tests/SmartStatus.test.jsx +++ b/src/DataTable/tests/SmartStatus.test.jsx @@ -9,6 +9,7 @@ import RowStatus from '../RowStatus'; import SelectionStatus from '../selection/SelectionStatus'; const filters = [{ id: 'name' }, { id: 'age' }]; +const headers = [{ id: 'name', Header: 'name' }, { id: 'age', Header: 'age' }]; const filterNames = ['name', 'age']; const itemCount = 101; const instance = { @@ -22,6 +23,7 @@ const instance = { SelectionStatusComponent: SelectionStatus, FilterStatusComponent: FilterStatus, RowStatusComponent: RowStatus, + headers, }; // eslint-disable-next-line react/prop-types From 3b7bbd591f4a0c9ef2cfda26274bec279c35637b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:13:31 -0400 Subject: [PATCH 29/40] docs: update dependent-usage.json (#2766) --- dependent-usage.json | 392 ++++++++++++++++++++++--------------------- 1 file changed, 203 insertions(+), 189 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index d66d30b971..b66cc72f27 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1698675031484, + "lastModified": 1698761306633, "projectUsages": [ { "version": "21.5.6", @@ -666,7 +666,7 @@ } }, { - "version": "20.46.3", + "version": "21.5.3", "name": "@edx/frontend-app-account", "repository": { "type": "git", @@ -2011,23 +2011,17 @@ "column": 8, "index": 1517 }, - { - "filePath": "src/components/learner-credit-management/BudgetCard.jsx", - "line": 54, - "column": 4, - "index": 1580 - }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 106, + "line": 117, "column": 10, - "index": 3059 + "index": 3529 }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 115, + "line": 126, "column": 10, - "index": 3358 + "index": 3798 }, { "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", @@ -2559,12 +2553,6 @@ "column": 12, "index": 1084 }, - { - "filePath": "src/components/learner-credit-management/LearnerCreditManagement.jsx", - "line": 87, - "column": 10, - "index": 3003 - }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx", "line": 216, @@ -3385,23 +3373,11 @@ "column": 4, "index": 751 }, - { - "filePath": "src/components/learner-credit-management/BudgetCard.jsx", - "line": 130, - "column": 12, - "index": 3532 - }, - { - "filePath": "src/components/learner-credit-management/BudgetCard.jsx", - "line": 142, - "column": 14, - "index": 3979 - }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 76, + "line": 87, "column": 4, - "index": 2155 + "index": 2625 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -3573,17 +3549,11 @@ "column": 8, "index": 1032 }, - { - "filePath": "src/components/learner-credit-management/BudgetCard.jsx", - "line": 85, - "column": 4, - "index": 2258 - }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 97, + "line": 108, "column": 8, - "index": 2729 + "index": 3199 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -3721,21 +3691,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 98, + "line": 109, "column": 10, - "index": 2754 - }, - { - "filePath": "src/components/learner-credit-management/LearnerCreditManagement.jsx", - "line": 76, - "column": 14, - "index": 2648 - }, - { - "filePath": "src/components/learner-credit-management/LearnerCreditManagement.jsx", - "line": 78, - "column": 14, - "index": 2720 + "index": 3224 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", @@ -3859,24 +3817,6 @@ "column": 2, "index": 267 }, - { - "filePath": "src/components/learner-credit-management/BudgetCard.jsx", - "line": 115, - "column": 4, - "index": 3181 - }, - { - "filePath": "src/components/learner-credit-management/BudgetCard.jsx", - "line": 134, - "column": 16, - "index": 3633 - }, - { - "filePath": "src/components/learner-credit-management/BudgetCard.jsx", - "line": 146, - "column": 18, - "index": 4088 - }, { "filePath": "src/components/learner-credit-management/BudgetDetailActivityTabContents.jsx", "line": 49, @@ -3897,9 +3837,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 91, + "line": 102, "column": 12, - "index": 2520 + "index": 2990 }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", @@ -3913,12 +3853,6 @@ "column": 2, "index": 194 }, - { - "filePath": "src/components/learner-credit-management/LearnerCreditManagement.jsx", - "line": 74, - "column": 10, - "index": 2552 - }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", "line": 36, @@ -3929,13 +3863,13 @@ "filePath": "src/components/learner-credit-management/MultipleBudgetsPicker.jsx", "line": 20, "column": 4, - "index": 376 + "index": 373 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPicker.jsx", "line": 26, "column": 10, - "index": 505 + "index": 502 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", @@ -3999,6 +3933,30 @@ "column": 62, "index": 2048 }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedBadEmail.jsx", + "line": 9, + "column": 32, + "index": 308 + }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedSystem.jsx", + "line": 8, + "column": 32, + "index": 254 + }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/NotifyingLearner.jsx", + "line": 8, + "column": 32, + "index": 297 + }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx", + "line": 9, + "column": 32, + "index": 315 + }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx", "line": 20, @@ -4209,6 +4167,12 @@ "column": 6, "index": 685 }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/BaseModalPopup.jsx", + "line": 10, + "column": 6, + "index": 384 + }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", "line": 81, @@ -4951,6 +4915,30 @@ "column": 14, "index": 13962 }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedBadEmail.jsx", + "line": 16, + "column": 20, + "index": 447 + }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedBadEmail.jsx", + "line": 28, + "column": 38, + "index": 717 + }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedSystem.jsx", + "line": 15, + "column": 20, + "index": 393 + }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedSystem.jsx", + "line": 27, + "column": 38, + "index": 660 + }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/FailedAlert.jsx", "line": 6, @@ -5311,9 +5299,9 @@ }, { "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", - "line": 17, + "line": 19, "column": 2, - "index": 544 + "index": 694 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx", @@ -5603,23 +5591,11 @@ "column": 4, "index": 1438 }, - { - "filePath": "src/components/learner-credit-management/BudgetCard.jsx", - "line": 89, - "column": 6, - "index": 2318 - }, - { - "filePath": "src/components/learner-credit-management/BudgetCard.jsx", - "line": 116, - "column": 6, - "index": 3195 - }, { "filePath": "src/components/learner-credit-management/BudgetDetailCatalogTabContents.jsx", - "line": 42, + "line": 35, "column": 4, - "index": 1264 + "index": 1077 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageHeader.jsx", @@ -5643,13 +5619,13 @@ "filePath": "src/components/learner-credit-management/MultipleBudgetsPicker.jsx", "line": 21, "column": 6, - "index": 398 + "index": 395 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPicker.jsx", "line": 24, "column": 6, - "index": 467 + "index": 464 }, { "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", @@ -5773,29 +5749,11 @@ "column": 6, "index": 1467 }, - { - "filePath": "src/components/learner-credit-management/BudgetCard.jsx", - "line": 90, - "column": 8, - "index": 2390 - }, - { - "filePath": "src/components/learner-credit-management/BudgetCard.jsx", - "line": 94, - "column": 8, - "index": 2566 - }, - { - "filePath": "src/components/learner-credit-management/BudgetCard.jsx", - "line": 117, - "column": 8, - "index": 3225 - }, { "filePath": "src/components/learner-credit-management/BudgetDetailCatalogTabContents.jsx", - "line": 43, + "line": 36, "column": 6, - "index": 1325 + "index": 1138 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageHeader.jsx", @@ -5867,13 +5825,13 @@ "filePath": "src/components/learner-credit-management/MultipleBudgetsPicker.jsx", "line": 22, "column": 8, - "index": 412 + "index": 409 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPicker.jsx", "line": 25, "column": 8, - "index": 481 + "index": 478 }, { "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", @@ -7631,12 +7589,6 @@ "column": 6, "index": 750 }, - { - "filePath": "src/components/learner-credit-management/LearnerCreditManagement.jsx", - "line": 65, - "column": 6, - "index": 2159 - }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", "line": 67, @@ -7987,11 +7939,29 @@ "column": 8, "index": 577 }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedBadEmail.jsx", + "line": 43, + "column": 16, + "index": 1368 + }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedSystem.jsx", + "line": 40, + "column": 16, + "index": 1217 + }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx", + "line": 40, + "column": 14, + "index": 1313 + }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 108, + "line": 118, "column": 16, - "index": 3141 + "index": 3553 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -8279,9 +8249,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 79, + "line": 90, "column": 6, - "index": 2229 + "index": 2699 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", @@ -8315,17 +8285,11 @@ "column": 6, "index": 1118 }, - { - "filePath": "src/components/learner-credit-management/BudgetCard.jsx", - "line": 72, - "column": 6, - "index": 2009 - }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 86, + "line": 97, "column": 8, - "index": 2379 + "index": 2849 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", @@ -8385,9 +8349,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 102, + "line": 113, "column": 8, - "index": 2882 + "index": 3352 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", @@ -8619,15 +8583,15 @@ }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 35, + "line": 39, "column": 44, - "index": 882 + "index": 1101 }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 36, + "line": 40, "column": 49, - "index": 962 + "index": 1181 }, { "filePath": "src/components/learner-credit-management/data/hooks/useIsLargeOrGreater.js", @@ -9070,30 +9034,86 @@ "index": 5106 } ], - "Card.Body": [ + "ModalPopup": [ { - "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx", - "line": 28, + "filePath": "src/components/learner-credit-management/assignments-status-chips/BaseModalPopup.jsx", + "line": 33, + "column": 2, + "index": 737 + } + ], + "Chip": [ + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedBadEmail.jsx", + "line": 14, "column": 6, - "index": 969 + "index": 397 }, { - "filePath": "src/components/learner-credit-management/BudgetCard.jsx", - "line": 133, - "column": 14, - "index": 3605 + "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedSystem.jsx", + "line": 13, + "column": 6, + "index": 343 }, { - "filePath": "src/components/learner-credit-management/BudgetCard.jsx", - "line": 145, - "column": 16, - "index": 4058 + "filePath": "src/components/learner-credit-management/assignments-status-chips/NotifyingLearner.jsx", + "line": 13, + "column": 6, + "index": 386 + }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx", + "line": 14, + "column": 6, + "index": 404 + }, + { + "filePath": "src/components/learner-credit-management/AssignmentStatusTableCell.jsx", + "line": 47, + "column": 9, + "index": 1467 + } + ], + "Send": [ + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/NotifyingLearner.jsx", + "line": 15, + "column": 20, + "index": 436 + }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/NotifyingLearner.jsx", + "line": 27, + "column": 38, + "index": 705 + } + ], + "Timelapse": [ + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx", + "line": 16, + "column": 20, + "index": 454 + }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx", + "line": 28, + "column": 38, + "index": 730 + } + ], + "Card.Body": [ + { + "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx", + "line": 28, + "column": 6, + "index": 969 }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 85, + "line": 96, "column": 6, - "index": 2359 + "index": 2829 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", @@ -9111,9 +9131,9 @@ "DataTable.FilterStatus": [ { "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", - "line": 10, + "line": 12, "column": 31, - "index": 390 + "index": 540 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx", @@ -9123,12 +9143,6 @@ } ], "Breadcrumb": [ - { - "filePath": "src/components/learner-credit-management/BudgetCard.jsx", - "line": 118, - "column": 10, - "index": 3249 - }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageHeader.jsx", "line": 20, @@ -9145,15 +9159,15 @@ "useMediaQuery": [ { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 35, + "line": 39, "column": 18, - "index": 856 + "index": 1075 }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 36, + "line": 40, "column": 23, - "index": 936 + "index": 1155 }, { "filePath": "src/components/learner-credit-management/data/hooks/useIsLargeOrGreater.js", @@ -9205,9 +9219,9 @@ }, { "filePath": "src/components/TextAreaAutoSize/index.jsx", - "line": 30, + "line": 31, "column": 19, - "index": 651 + "index": 670 } ], "Form.Text": [ @@ -9327,9 +9341,9 @@ }, { "filePath": "src/components/TextAreaAutoSize/index.jsx", - "line": 31, + "line": 32, "column": 22, - "index": 742 + "index": 761 } ], "ProductTour": [ @@ -36562,7 +36576,7 @@ } }, { - "version": "20.45.5", + "version": "21.5.6", "name": "@edx/frontend-lib-content-components", "repository": { "type": "git", @@ -40288,9 +40302,9 @@ }, { "filePath": "src/packages/product-page/components/ProductStickyNav/index.jsx", - "line": 105, + "line": 111, "column": 33, - "index": 3783 + "index": 4013 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -40512,27 +40526,27 @@ }, { "filePath": "src/packages/learn-page/template/LearnPage/index.jsx", - "line": 215, + "line": 212, "column": 10, - "index": 7635 + "index": 7585 }, { "filePath": "src/packages/learn-page/template/LearnPage/index.jsx", - "line": 240, + "line": 237, "column": 12, - "index": 8658 + "index": 8612 }, { "filePath": "src/packages/learn-page/template/LearnPage/index.jsx", - "line": 277, + "line": 274, "column": 10, - "index": 9851 + "index": 9839 }, { "filePath": "src/packages/learn-page/template/LearnPage/index.jsx", - "line": 330, + "line": 327, "column": 10, - "index": 11663 + "index": 11659 }, { "filePath": "src/packages/modular-page/components/Section/index.jsx", @@ -41924,9 +41938,9 @@ }, { "filePath": "src/packages/learn-page/template/LearnPage/index.jsx", - "line": 201, + "line": 199, "column": 12, - "index": 7180 + "index": 7141 }, { "filePath": "src/packages/modular-page/modules/DynamicProductModule/index.jsx", From f12479239cb21160ee0f22a375cd401f3f265fa6 Mon Sep 17 00:00:00 2001 From: Kyr <40792129+khudym@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:38:43 +0200 Subject: [PATCH 30/40] feat: add i18n support for ProductTour Checkpoint sr-only message (#2758) * feat: add i18n support for sr-only message * fix: add fixes after review --------- Co-authored-by: Kyrylo Hudym-Levkovych --- package.json | 2 +- src/ProductTour/Checkpoint.jsx | 11 +- src/ProductTour/Checkpoint.test.jsx | 17 +-- src/ProductTour/ProductTour.test.jsx | 191 +++++---------------------- src/i18n/messages/ar.json | 3 +- src/i18n/messages/ca.json | 3 +- src/i18n/messages/es_419.json | 3 +- src/i18n/messages/es_AR.json | 3 +- src/i18n/messages/es_ES.json | 3 +- src/i18n/messages/fr.json | 3 +- src/i18n/messages/he.json | 3 +- src/i18n/messages/id.json | 3 +- src/i18n/messages/it_IT.json | 3 +- src/i18n/messages/ko_KR.json | 3 +- src/i18n/messages/pl.json | 3 +- src/i18n/messages/pt_BR.json | 3 +- src/i18n/messages/pt_PT.json | 3 +- src/i18n/messages/ru.json | 3 +- src/i18n/messages/th.json | 3 +- src/i18n/messages/tr_TR.json | 3 +- src/i18n/messages/uk.json | 3 +- src/i18n/messages/zh_CN.json | 3 +- 22 files changed, 86 insertions(+), 189 deletions(-) diff --git a/package.json b/package.json index 1afbc6ba1b..4cecab0003 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "example:start:with-theme": "npm run start:with-theme --workspace=example", "generate-changelog": "node generate-changelog.js", "i18n_compile": "formatjs compile-folder --format transifex ./src/i18n/messages ./src/i18n/messages", - "i18n_extract": "formatjs extract 'src/**/*.{jsx,js,tsx,ts}' --out-file ./src/i18n/transifex_input.json --format transifex", + "i18n_extract": "formatjs extract 'src/**/*.{jsx,js,tsx,ts}' --out-file ./src/i18n/transifex_input.json --ignore='**/*.d.ts' --format transifex", "type-check": "tsc --noEmit && tsc --project www --noEmit", "type-check:watch": "npm run type-check -- --watch", "build-types": "tsc --emitDeclarationOnly", diff --git a/src/ProductTour/Checkpoint.jsx b/src/ProductTour/Checkpoint.jsx index 99d659ef8b..9a08c0763e 100644 --- a/src/ProductTour/Checkpoint.jsx +++ b/src/ProductTour/Checkpoint.jsx @@ -2,6 +2,7 @@ import React, { useEffect, useState } from 'react'; import { useMediaQuery } from 'react-responsive'; import PropTypes from 'prop-types'; import { createPopper } from '@popperjs/core'; +import { FormattedMessage } from 'react-intl'; import breakpoints from '../utils/breakpoints'; @@ -95,8 +96,14 @@ const Checkpoint = React.forwardRef(({ role="dialog" style={{ visibility: checkpointVisible ? 'visible' : 'hidden', pointerEvents: checkpointVisible ? 'auto' : 'none' }} > - {/* This text is not translated due to Paragon's lack of i18n support */} - Top of step {index + 1} + + + {(title || !isOnlyCheckpoint) && (
    {title} diff --git a/src/ProductTour/Checkpoint.test.jsx b/src/ProductTour/Checkpoint.test.jsx index abb440ca68..2ea1aabb52 100644 --- a/src/ProductTour/Checkpoint.test.jsx +++ b/src/ProductTour/Checkpoint.test.jsx @@ -1,6 +1,7 @@ import React from 'react'; import { render, screen } from '@testing-library/react'; import userEvent from '@testing-library/user-event'; +import { IntlProvider } from 'react-intl'; import * as popper from '@popperjs/core'; @@ -24,7 +25,7 @@ describe('Checkpoint', () => { describe('second Checkpoint in Tour', () => { beforeEach(() => { render( - <> +
    ...
    { title="Checkpoint title" totalCheckpoints={5} /> - , +
    , ); }); @@ -75,7 +76,7 @@ describe('Checkpoint', () => { describe('last Checkpoint in Tour', () => { beforeEach(() => { render( - <> +
    { title="Checkpoint title" totalCheckpoints={5} /> - , + , ); }); @@ -108,7 +109,7 @@ describe('Checkpoint', () => { describe('only one Checkpoint in Tour', () => { beforeEach(() => { render( - <> +
    { title="Checkpoint title" totalCheckpoints={1} /> - , + , ); }); @@ -140,7 +141,7 @@ describe('Checkpoint', () => { describe('only one Checkpoint in Tour and showDismissButton set to true', () => { it('it renders dismiss button and end button', () => { render( - <> +
    { totalCheckpoints={1} showDismissButton /> - , + , ); expect(screen.getByText('Dismiss', { selector: 'button' })).toBeInTheDocument(); expect(screen.getByText('End', { selector: 'button' })).toBeInTheDocument(); diff --git a/src/ProductTour/ProductTour.test.jsx b/src/ProductTour/ProductTour.test.jsx index 4b31569101..d6b514848f 100644 --- a/src/ProductTour/ProductTour.test.jsx +++ b/src/ProductTour/ProductTour.test.jsx @@ -1,6 +1,7 @@ import React from 'react'; import { render, screen, act } from '@testing-library/react'; import userEvent from '@testing-library/user-event'; +import { IntlProvider } from 'react-intl'; import * as popper from '@popperjs/core'; @@ -85,17 +86,20 @@ describe('', () => { popperMock.mockReset(); }); + // eslint-disable-next-line react/prop-types + function ProductTourWrapper({ tours }) { + return ( + + + {targets} + + ); + } + describe('one enabled tour', () => { describe('with default settings', () => { it('renders checkpoint with correct title, body, and breadcrumbs', () => { - render( - <> - - {targets} - , - ); + render(); expect(screen.getByRole('dialog', { name: 'Checkpoint 1' })).toBeInTheDocument(); expect(screen.getByText('Checkpoint 1')).toBeInTheDocument(); @@ -103,14 +107,7 @@ describe('', () => { }); it('onClick of advance button advances to next checkpoint', async () => { - const { rerender } = render( - <> - - {targets} - , - ); + const { rerender } = render(); // Verify the first Checkpoint has rendered expect(screen.getByRole('heading', { name: 'Checkpoint 1' })).toBeInTheDocument(); @@ -120,14 +117,7 @@ describe('', () => { await userEvent.click(advanceButton); }); - rerender( - <> - - {targets} - , - ); + rerender(); const heading = screen.getByRole('heading', { name: 'Checkpoint 2' }); @@ -136,14 +126,7 @@ describe('', () => { }); it('onClick of dismiss button disables tour', async () => { - render( - <> - - {targets} - , - ); + render(); // Verify a Checkpoint has rendered expect(screen.getByRole('dialog', { name: 'Checkpoint 1' })).toBeInTheDocument(); @@ -161,14 +144,7 @@ describe('', () => { }); it('onClick of end button disables tour', async () => { - const { rerender } = render( - <> - - {targets} - , - ); + const { rerender } = render(); // Verify a Checkpoint has rendered expect(screen.getByRole('dialog', { name: 'Checkpoint 1' })).toBeInTheDocument(); @@ -184,28 +160,14 @@ describe('', () => { await userEvent.click(advanceButton2); }); - rerender( - <> - - {targets} - , - ); + rerender(); const advanceButton3 = screen.getByRole('button', { name: 'Override advance' }); await act(async () => { await userEvent.click(advanceButton3); }); - rerender( - <> - - {targets} - , - ); + rerender(); // Click the end button const endButton = screen.getByRole('button', { name: 'End' }); @@ -220,14 +182,7 @@ describe('', () => { }); it('onClick of escape key disables tour', async () => { - render( - <> - - {targets} - , - ); + render(); // Verify a Checkpoint has rendered expect(screen.getByRole('dialog', { name: 'Checkpoint 1' })).toBeInTheDocument(); @@ -283,27 +238,13 @@ describe('', () => { ], }; it('renders correct checkpoint on index override', () => { - render( - <> - - {targets} - , - ); + render(); expect(screen.getByRole('dialog', { name: 'Checkpoint 3' })).toBeInTheDocument(); expect(screen.getByRole('heading', { name: 'Checkpoint 3' })).toBeInTheDocument(); }); it('applies override for advanceButtonText', async () => { - const { rerender } = render( - <> - - {targets} - , - ); + const { rerender } = render(); expect(screen.getByRole('button', { name: 'Override advance' })).toBeInTheDocument(); const advanceButton = screen.getByRole('button', { name: 'Override advance' }); await act(async () => { @@ -312,37 +253,16 @@ describe('', () => { expect(screen.queryByRole('button', { name: 'Override advance' })).not.toBeInTheDocument(); expect(customOnAdvance).toHaveBeenCalledTimes(1); - rerender( - <> - - {targets} - , - ); + rerender(); expect(screen.getByText('Checkpoint 4')).toBeInTheDocument(); }); it('applies override for dismissButtonText', () => { - render( - <> - - {targets} - , - ); + render(); expect(screen.getByRole('button', { name: 'Override dismiss' })).toBeInTheDocument(); }); it('calls customHandleDismiss onClick of dismiss button', async () => { - render( - <> - - {targets} - , - ); + render(); const dismissButton = screen.getByRole('button', { name: 'Override dismiss' }); await act(async () => { await userEvent.click(dismissButton); @@ -351,27 +271,13 @@ describe('', () => { expect(screen.queryByRole('dialog')).not.toBeInTheDocument(); }); it('calls customHandleOnEnd onClick of end button', async () => { - const { rerender } = render( - <> - - {targets} - , - ); + const { rerender } = render(); const advanceButton = screen.getByRole('button', { name: 'Override advance' }); await act(async () => { await userEvent.click(advanceButton); }); - rerender( - <> - - {targets} - , - ); + rerender(); expect(screen.getByText('Checkpoint 4')).toBeInTheDocument(); const endButton = screen.getByRole('button', { name: 'Override end' }); @@ -383,14 +289,7 @@ describe('', () => { expect(screen.queryByText('Checkpoint 4')).not.toBeInTheDocument(); }); it('calls onEscape on escape button key press', async () => { - render( - <> - - {targets} - , - ); + render(); expect(screen.getByText('Checkpoint 3')).toBeInTheDocument(); const container = screen.getByRole('dialog'); container.focus(); @@ -421,14 +320,7 @@ describe('', () => { ], }; - render( - <> - - {targets} - , - ); + render(); expect(screen.queryByRole('dialog')).not.toBeInTheDocument(); }); @@ -456,14 +348,7 @@ describe('', () => { ], }; - render( - <> - - {targets} - , - ); + render(); expect(screen.queryByRole('dialog', { name: 'Checkpoint 1' })).not.toBeInTheDocument(); expect(screen.getByRole('dialog', { name: 'Checkpoint 2' })).toBeInTheDocument(); @@ -491,14 +376,7 @@ describe('', () => { ], }; - render( - <> - - {targets} - , - ); + render(); expect(screen.getByText('Checkpoint 1')).toBeInTheDocument(); expect(screen.queryByText('Second enabled tour')).not.toBeInTheDocument(); @@ -507,14 +385,7 @@ describe('', () => { describe('disabled tour', () => { it('does not render', () => { - render( - <> - - {targets} - , - ); + render(); expect(screen.queryByRole('dialog')).not.toBeInTheDocument(); }); diff --git a/src/i18n/messages/ar.json b/src/i18n/messages/ar.json index b9c148ba3e..da2ed734cf 100644 --- a/src/i18n/messages/ar.json +++ b/src/i18n/messages/ar.json @@ -27,5 +27,6 @@ "pgn.Dropzone.UploadProgress.uploadLabel": "رفع {filename} جارٍ.", "pgn.FormAutosuggest.iconButtonClosed": "إغلاق قائمة الخيارات", "pgn.FormAutosuggest.iconButtonOpened": "فتح قائمة الخيارات", - "pgn.Toast.closeLabel": "إغلاق " + "pgn.Toast.closeLabel": "إغلاق ", + "pgn.ProductTour.Checkpoint.position-text": "Top of step {step}" } \ No newline at end of file diff --git a/src/i18n/messages/ca.json b/src/i18n/messages/ca.json index 431506919f..022a108c1c 100644 --- a/src/i18n/messages/ca.json +++ b/src/i18n/messages/ca.json @@ -27,5 +27,6 @@ "pgn.Dropzone.UploadProgress.uploadLabel": "Uploading {filename}.", "pgn.FormAutosuggest.iconButtonClosed": "Close the options menu", "pgn.FormAutosuggest.iconButtonOpened": "Open the options menu", - "pgn.Toast.closeLabel": "Close" + "pgn.Toast.closeLabel": "Close", + "pgn.ProductTour.Checkpoint.position-text": "Top of step {step}" } \ No newline at end of file diff --git a/src/i18n/messages/es_419.json b/src/i18n/messages/es_419.json index 9cd5769e52..29c5b77cb0 100644 --- a/src/i18n/messages/es_419.json +++ b/src/i18n/messages/es_419.json @@ -27,5 +27,6 @@ "pgn.Dropzone.UploadProgress.uploadLabel": "Subiendo {filename}.", "pgn.FormAutosuggest.iconButtonClosed": "Cerrar el menú de opciones", "pgn.FormAutosuggest.iconButtonOpened": "Abre el menú de opciones", - "pgn.Toast.closeLabel": "Cerrar" + "pgn.Toast.closeLabel": "Cerrar", + "pgn.ProductTour.Checkpoint.position-text": "Top of step {step}" } \ No newline at end of file diff --git a/src/i18n/messages/es_AR.json b/src/i18n/messages/es_AR.json index ec8c548657..638e6af70e 100644 --- a/src/i18n/messages/es_AR.json +++ b/src/i18n/messages/es_AR.json @@ -27,5 +27,6 @@ "pgn.Dropzone.UploadProgress.uploadLabel": "Subiendo {filename}.", "pgn.FormAutosuggest.iconButtonClosed": "Cerrar el menú de opciones", "pgn.FormAutosuggest.iconButtonOpened": "Abre el menú de opciones", - "pgn.Toast.closeLabel": "Cerrar" + "pgn.Toast.closeLabel": "Cerrar", + "pgn.ProductTour.Checkpoint.position-text": "Top of step {step}" } \ No newline at end of file diff --git a/src/i18n/messages/es_ES.json b/src/i18n/messages/es_ES.json index f391f7852b..81c8e6df9e 100644 --- a/src/i18n/messages/es_ES.json +++ b/src/i18n/messages/es_ES.json @@ -27,5 +27,6 @@ "pgn.Dropzone.UploadProgress.uploadLabel": "Subiendo {filename}.", "pgn.FormAutosuggest.iconButtonClosed": "Cerrar el menú de opciones", "pgn.FormAutosuggest.iconButtonOpened": "Abre el menú de opciones", - "pgn.Toast.closeLabel": "Cerrar" + "pgn.Toast.closeLabel": "Cerrar", + "pgn.ProductTour.Checkpoint.position-text": "Top of step {step}" } \ No newline at end of file diff --git a/src/i18n/messages/fr.json b/src/i18n/messages/fr.json index 431506919f..022a108c1c 100644 --- a/src/i18n/messages/fr.json +++ b/src/i18n/messages/fr.json @@ -27,5 +27,6 @@ "pgn.Dropzone.UploadProgress.uploadLabel": "Uploading {filename}.", "pgn.FormAutosuggest.iconButtonClosed": "Close the options menu", "pgn.FormAutosuggest.iconButtonOpened": "Open the options menu", - "pgn.Toast.closeLabel": "Close" + "pgn.Toast.closeLabel": "Close", + "pgn.ProductTour.Checkpoint.position-text": "Top of step {step}" } \ No newline at end of file diff --git a/src/i18n/messages/he.json b/src/i18n/messages/he.json index 431506919f..022a108c1c 100644 --- a/src/i18n/messages/he.json +++ b/src/i18n/messages/he.json @@ -27,5 +27,6 @@ "pgn.Dropzone.UploadProgress.uploadLabel": "Uploading {filename}.", "pgn.FormAutosuggest.iconButtonClosed": "Close the options menu", "pgn.FormAutosuggest.iconButtonOpened": "Open the options menu", - "pgn.Toast.closeLabel": "Close" + "pgn.Toast.closeLabel": "Close", + "pgn.ProductTour.Checkpoint.position-text": "Top of step {step}" } \ No newline at end of file diff --git a/src/i18n/messages/id.json b/src/i18n/messages/id.json index 431506919f..022a108c1c 100644 --- a/src/i18n/messages/id.json +++ b/src/i18n/messages/id.json @@ -27,5 +27,6 @@ "pgn.Dropzone.UploadProgress.uploadLabel": "Uploading {filename}.", "pgn.FormAutosuggest.iconButtonClosed": "Close the options menu", "pgn.FormAutosuggest.iconButtonOpened": "Open the options menu", - "pgn.Toast.closeLabel": "Close" + "pgn.Toast.closeLabel": "Close", + "pgn.ProductTour.Checkpoint.position-text": "Top of step {step}" } \ No newline at end of file diff --git a/src/i18n/messages/it_IT.json b/src/i18n/messages/it_IT.json index dd46ce0e6a..ff3baf38c8 100644 --- a/src/i18n/messages/it_IT.json +++ b/src/i18n/messages/it_IT.json @@ -27,5 +27,6 @@ "pgn.Dropzone.UploadProgress.uploadLabel": "Caricamento {filename}.", "pgn.FormAutosuggest.iconButtonClosed": "Close the options menu", "pgn.FormAutosuggest.iconButtonOpened": "Open the options menu", - "pgn.Toast.closeLabel": "Chiudi" + "pgn.Toast.closeLabel": "Chiudi", + "pgn.ProductTour.Checkpoint.position-text": "Top of step {step}" } \ No newline at end of file diff --git a/src/i18n/messages/ko_KR.json b/src/i18n/messages/ko_KR.json index 431506919f..022a108c1c 100644 --- a/src/i18n/messages/ko_KR.json +++ b/src/i18n/messages/ko_KR.json @@ -27,5 +27,6 @@ "pgn.Dropzone.UploadProgress.uploadLabel": "Uploading {filename}.", "pgn.FormAutosuggest.iconButtonClosed": "Close the options menu", "pgn.FormAutosuggest.iconButtonOpened": "Open the options menu", - "pgn.Toast.closeLabel": "Close" + "pgn.Toast.closeLabel": "Close", + "pgn.ProductTour.Checkpoint.position-text": "Top of step {step}" } \ No newline at end of file diff --git a/src/i18n/messages/pl.json b/src/i18n/messages/pl.json index f414d8999a..b23933a642 100644 --- a/src/i18n/messages/pl.json +++ b/src/i18n/messages/pl.json @@ -27,5 +27,6 @@ "pgn.Dropzone.UploadProgress.uploadLabel": "Uploading {filename}.", "pgn.FormAutosuggest.iconButtonClosed": "Close the options menu", "pgn.FormAutosuggest.iconButtonOpened": "Open the options menu", - "pgn.Toast.closeLabel": "Zamknij" + "pgn.Toast.closeLabel": "Zamknij", + "pgn.ProductTour.Checkpoint.position-text": "Top of step {step}" } \ No newline at end of file diff --git a/src/i18n/messages/pt_BR.json b/src/i18n/messages/pt_BR.json index 431506919f..022a108c1c 100644 --- a/src/i18n/messages/pt_BR.json +++ b/src/i18n/messages/pt_BR.json @@ -27,5 +27,6 @@ "pgn.Dropzone.UploadProgress.uploadLabel": "Uploading {filename}.", "pgn.FormAutosuggest.iconButtonClosed": "Close the options menu", "pgn.FormAutosuggest.iconButtonOpened": "Open the options menu", - "pgn.Toast.closeLabel": "Close" + "pgn.Toast.closeLabel": "Close", + "pgn.ProductTour.Checkpoint.position-text": "Top of step {step}" } \ No newline at end of file diff --git a/src/i18n/messages/pt_PT.json b/src/i18n/messages/pt_PT.json index dddb2d9088..534c64b645 100644 --- a/src/i18n/messages/pt_PT.json +++ b/src/i18n/messages/pt_PT.json @@ -27,5 +27,6 @@ "pgn.Dropzone.UploadProgress.uploadLabel": "Carregando {filename}.", "pgn.FormAutosuggest.iconButtonClosed": "Fechar o menu de opções", "pgn.FormAutosuggest.iconButtonOpened": "Abrir o menu de opções", - "pgn.Toast.closeLabel": "Fechar" + "pgn.Toast.closeLabel": "Fechar", + "pgn.ProductTour.Checkpoint.position-text": "Top of step {step}" } \ No newline at end of file diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json index 431506919f..022a108c1c 100644 --- a/src/i18n/messages/ru.json +++ b/src/i18n/messages/ru.json @@ -27,5 +27,6 @@ "pgn.Dropzone.UploadProgress.uploadLabel": "Uploading {filename}.", "pgn.FormAutosuggest.iconButtonClosed": "Close the options menu", "pgn.FormAutosuggest.iconButtonOpened": "Open the options menu", - "pgn.Toast.closeLabel": "Close" + "pgn.Toast.closeLabel": "Close", + "pgn.ProductTour.Checkpoint.position-text": "Top of step {step}" } \ No newline at end of file diff --git a/src/i18n/messages/th.json b/src/i18n/messages/th.json index 431506919f..022a108c1c 100644 --- a/src/i18n/messages/th.json +++ b/src/i18n/messages/th.json @@ -27,5 +27,6 @@ "pgn.Dropzone.UploadProgress.uploadLabel": "Uploading {filename}.", "pgn.FormAutosuggest.iconButtonClosed": "Close the options menu", "pgn.FormAutosuggest.iconButtonOpened": "Open the options menu", - "pgn.Toast.closeLabel": "Close" + "pgn.Toast.closeLabel": "Close", + "pgn.ProductTour.Checkpoint.position-text": "Top of step {step}" } \ No newline at end of file diff --git a/src/i18n/messages/tr_TR.json b/src/i18n/messages/tr_TR.json index f50da7eb35..c29565d297 100644 --- a/src/i18n/messages/tr_TR.json +++ b/src/i18n/messages/tr_TR.json @@ -27,5 +27,6 @@ "pgn.Dropzone.UploadProgress.uploadLabel": "{filename} yükleniyor.", "pgn.FormAutosuggest.iconButtonClosed": "Seçenekler menüsünü kapat", "pgn.FormAutosuggest.iconButtonOpened": "Seçenekler menüsünü aç", - "pgn.Toast.closeLabel": "Kapat" + "pgn.Toast.closeLabel": "Kapat", + "pgn.ProductTour.Checkpoint.position-text": "Top of step {step}" } \ No newline at end of file diff --git a/src/i18n/messages/uk.json b/src/i18n/messages/uk.json index 431506919f..022a108c1c 100644 --- a/src/i18n/messages/uk.json +++ b/src/i18n/messages/uk.json @@ -27,5 +27,6 @@ "pgn.Dropzone.UploadProgress.uploadLabel": "Uploading {filename}.", "pgn.FormAutosuggest.iconButtonClosed": "Close the options menu", "pgn.FormAutosuggest.iconButtonOpened": "Open the options menu", - "pgn.Toast.closeLabel": "Close" + "pgn.Toast.closeLabel": "Close", + "pgn.ProductTour.Checkpoint.position-text": "Top of step {step}" } \ No newline at end of file diff --git a/src/i18n/messages/zh_CN.json b/src/i18n/messages/zh_CN.json index 431506919f..022a108c1c 100644 --- a/src/i18n/messages/zh_CN.json +++ b/src/i18n/messages/zh_CN.json @@ -27,5 +27,6 @@ "pgn.Dropzone.UploadProgress.uploadLabel": "Uploading {filename}.", "pgn.FormAutosuggest.iconButtonClosed": "Close the options menu", "pgn.FormAutosuggest.iconButtonOpened": "Open the options menu", - "pgn.Toast.closeLabel": "Close" + "pgn.Toast.closeLabel": "Close", + "pgn.ProductTour.Checkpoint.position-text": "Top of step {step}" } \ No newline at end of file From cfe9ba64d757abf42b1c5a33c3c81c32be03d932 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:13:20 -0400 Subject: [PATCH 31/40] docs: update dependent-usage.json (#2769) --- dependent-usage.json | 492 +++++++++++++++++++++++-------------------- 1 file changed, 264 insertions(+), 228 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index b66cc72f27..5ada34586d 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1698761306633, + "lastModified": 1698847697253, "projectUsages": [ { "version": "21.5.6", @@ -666,7 +666,7 @@ } }, { - "version": "21.5.3", + "version": "20.46.3", "name": "@edx/frontend-app-account", "repository": { "type": "git", @@ -2005,6 +2005,12 @@ "column": 10, "index": 5398 }, + { + "filePath": "src/components/learner-credit-management/AssignmentsTableRefreshAction.jsx", + "line": 12, + "column": 4, + "index": 310 + }, { "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx", "line": 40, @@ -4647,7 +4653,7 @@ "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", "line": 71, "column": 6, - "index": 2081 + "index": 2095 }, { "filePath": "src/components/NewFeatureAlertBrowseAndRequest/index.jsx", @@ -5299,21 +5305,21 @@ }, { "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", - "line": 19, + "line": 20, "column": 2, - "index": 694 + "index": 771 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx", - "line": 19, + "line": 22, "column": 2, - "index": 622 + "index": 573 }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", "line": 84, "column": 6, - "index": 2486 + "index": 2500 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", @@ -5387,7 +5393,7 @@ "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", "line": 104, "column": 8, - "index": 3064 + "index": 3089 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", @@ -6219,7 +6225,7 @@ "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", "line": 99, "column": 8, - "index": 2925 + "index": 2950 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", @@ -6301,7 +6307,7 @@ "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", "line": 105, "column": 8, - "index": 3124 + "index": 3149 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx", @@ -8539,7 +8545,7 @@ "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", "line": 100, "column": 8, - "index": 2963 + "index": 2988 } ], "EditCircle": [ @@ -9131,15 +9137,15 @@ "DataTable.FilterStatus": [ { "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", - "line": 12, + "line": 13, "column": 31, - "index": 540 + "index": 617 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx", - "line": 12, + "line": 15, "column": 31, - "index": 462 + "index": 413 } ], "Breadcrumb": [ @@ -29312,7 +29318,7 @@ } }, { - "version": "20.46.3", + "version": "21.5.6", "name": "@edx/frontend-app-library-authoring", "repository": { "type": "git", @@ -29329,51 +29335,51 @@ }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 462, + "line": 467, "column": 6, - "index": 14989 + "index": 15100 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 518, - "column": 16, - "index": 17304 + "line": 542, + "column": 8, + "index": 18009 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 530, - "column": 12, - "index": 17812 + "line": 556, + "column": 14, + "index": 18618 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 544, - "column": 18, - "index": 18405 + "line": 559, + "column": 14, + "index": 18780 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 547, - "column": 18, - "index": 18562 + "line": 643, + "column": 12, + "index": 22423 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 621, + "line": 656, "column": 6, - "index": 21858 + "index": 22894 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 624, + "line": 659, "column": 12, - "index": 21968 + "index": 23004 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 632, + "line": 667, "column": 12, - "index": 22581 + "index": 23617 }, { "filePath": "src/library-authoring/common/ErrorAlert.jsx", @@ -29535,21 +29541,15 @@ "Card": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 96, + "line": 95, "column": 2, - "index": 2587 + "index": 2579 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 463, - "column": 8, - "index": 15025 - }, - { - "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 633, + "line": 668, "column": 14, - "index": 22645 + "index": 23681 }, { "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx", @@ -29595,23 +29595,23 @@ }, { "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx", - "line": 137, + "line": 143, "column": 22, - "index": 4023 + "index": 4351 } ], "Card.Header": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 97, + "line": 96, "column": 4, - "index": 2621 + "index": 2614 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 634, + "line": 669, "column": 16, - "index": 22668 + "index": 23704 }, { "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx", @@ -29630,44 +29630,44 @@ "line": 29, "column": 8, "index": 930 - }, - { - "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx", - "line": 143, - "column": 24, - "index": 4278 } ], "ActionRow": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 101, + "line": 100, "column": 8, - "index": 2746 + "index": 2739 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 155, + "line": 154, "column": 8, - "index": 4676 + "index": 4669 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 403, + "line": 410, "column": 10, - "index": 13195 + "index": 13335 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 445, + "line": 450, "column": 6, - "index": 14415 + "index": 14526 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 465, - "column": 12, - "index": 15066 + "line": 468, + "column": 8, + "index": 15136 + }, + { + "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", + "line": 492, + "column": 8, + "index": 16025 }, { "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx", @@ -29713,69 +29713,69 @@ }, { "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx", - "line": 115, + "line": 122, "column": 14, - "index": 3150 + "index": 3487 } ], "IconButtonWithTooltip": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 102, + "line": 101, "column": 10, - "index": 2768 + "index": 2761 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 109, + "line": 108, "column": 10, - "index": 3093 + "index": 3086 } ], "EditOutline": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 105, + "line": 104, "column": 17, - "index": 2944 + "index": 2937 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 408, + "line": 413, "column": 22, - "index": 13331 + "index": 13421 } ], "Icon": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 106, + "line": 105, "column": 20, - "index": 2977 + "index": 2970 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 113, + "line": 112, "column": 20, - "index": 3306 + "index": 3299 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 587, - "column": 26, - "index": 20381 + "line": 599, + "column": 22, + "index": 20476 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 598, - "column": 26, - "index": 20927 + "line": 613, + "column": 22, + "index": 21139 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 609, - "column": 26, - "index": 21474 + "line": 628, + "column": 22, + "index": 21849 }, { "filePath": "src/library-authoring/common/License.jsx", @@ -29871,9 +29871,9 @@ "DeleteOutline": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 112, + "line": 111, "column": 17, - "index": 3271 + "index": 3264 }, { "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx", @@ -29885,15 +29885,15 @@ "ModalDialog": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 119, + "line": 118, "column": 4, - "index": 3455 + "index": 3448 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 142, + "line": 141, "column": 4, - "index": 4215 + "index": 4208 }, { "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx", @@ -29905,9 +29905,9 @@ "ModalDialog.Header": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 146, + "line": 145, "column": 6, - "index": 4319 + "index": 4312 }, { "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx", @@ -29919,9 +29919,9 @@ "ModalDialog.Title": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 147, + "line": 146, "column": 8, - "index": 4348 + "index": 4341 }, { "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx", @@ -29933,9 +29933,9 @@ "ModalDialog.Body": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 151, + "line": 150, "column": 6, - "index": 4515 + "index": 4508 }, { "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx", @@ -29947,9 +29947,9 @@ "ModalDialog.Footer": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 154, + "line": 153, "column": 6, - "index": 4647 + "index": 4640 }, { "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx", @@ -29961,9 +29961,9 @@ "ModalDialog.CloseButton": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 156, + "line": 155, "column": 10, - "index": 4698 + "index": 4691 }, { "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx", @@ -29975,33 +29975,39 @@ "Button": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 159, + "line": 158, "column": 10, - "index": 4884 + "index": 4877 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 310, + "line": 303, "column": 4, - "index": 10349 + "index": 9923 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 532, - "column": 14, - "index": 17960 + "line": 314, + "column": 4, + "index": 10408 + }, + { + "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", + "line": 544, + "column": 10, + "index": 18149 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 638, + "line": 673, "column": 18, - "index": 22893 + "index": 23929 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 641, + "line": 676, "column": 18, - "index": 23094 + "index": 24130 }, { "filePath": "src/library-authoring/common/LicenseField.jsx", @@ -30131,63 +30137,69 @@ }, { "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx", - "line": 118, + "line": 125, "column": 16, - "index": 3324 + "index": 3695 }, { "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx", - "line": 156, + "line": 162, "column": 20, - "index": 4849 + "index": 5290 } ], "Card.Body": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 166, + "line": 165, "column": 6, - "index": 5192 - }, - { - "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 464, - "column": 10, - "index": 15042 + "index": 5185 } ], - "Sync": [ + "Add": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 314, + "line": 322, "column": 18, - "index": 10475 + "index": 10683 }, { - "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx", - "line": 47, + "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", + "line": 549, "column": 24, - "index": 1556 + "index": 18328 }, { - "filePath": "src/library-authoring/course-import/CourseImportPage.jsx", - "line": 57, - "column": 24, - "index": 1813 + "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx", + "line": 44, + "column": 26, + "index": 1418 + }, + { + "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx", + "line": 58, + "column": 26, + "index": 2018 + }, + { + "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx", + "line": 165, + "column": 34, + "index": 5439 } ], "Form.Control": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 389, + "line": 396, "column": 10, - "index": 12809 + "index": 12949 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 475, - "column": 16, - "index": 15519 + "line": 478, + "column": 12, + "index": 15523 }, { "filePath": "src/library-authoring/common/FormGroup.jsx", @@ -30223,9 +30235,9 @@ "IconButton": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 405, + "line": 412, "column": 12, - "index": 13247 + "index": 13387 }, { "filePath": "src/library-authoring/course-import/CourseImportPage.jsx", @@ -30243,9 +30255,9 @@ "Container": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 442, + "line": 447, "column": 2, - "index": 14240 + "index": 14351 }, { "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx", @@ -30257,15 +30269,21 @@ "ActionRow.Spacer": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 449, + "line": 454, "column": 8, - "index": 14510 + "index": 14621 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 474, - "column": 16, - "index": 15482 + "line": 477, + "column": 12, + "index": 15490 + }, + { + "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", + "line": 502, + "column": 10, + "index": 16429 }, { "filePath": "src/library-authoring/course-import/CourseImportPage.jsx", @@ -30287,29 +30305,47 @@ }, { "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx", - "line": 117, + "line": 124, "column": 16, - "index": 3287 + "index": 3658 } ], "Row": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 459, + "line": 464, "column": 4, - "index": 14786 + "index": 14897 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 543, - "column": 16, - "index": 18381 + "line": 555, + "column": 12, + "index": 18526 + }, + { + "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", + "line": 598, + "column": 20, + "index": 20390 + }, + { + "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", + "line": 612, + "column": 20, + "index": 21053 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 623, + "line": 627, + "column": 20, + "index": 21763 + }, + { + "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", + "line": 658, "column": 10, - "index": 21950 + "index": 22986 }, { "filePath": "src/library-authoring/common/License.jsx", @@ -30393,17 +30429,23 @@ "SearchField": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 468, - "column": 16, - "index": 15198 + "line": 471, + "column": 12, + "index": 15230 } ], "Pagination": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 519, - "column": 18, - "index": 17336 + "line": 504, + "column": 12, + "index": 16509 + }, + { + "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", + "line": 644, + "column": 14, + "index": 22451 }, { "filePath": "src/library-authoring/course-import/CourseImportPage.jsx", @@ -30419,101 +30461,69 @@ }, { "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx", - "line": 168, + "line": 174, "column": 18, - "index": 5319 - } - ], - "Add": [ - { - "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 537, - "column": 28, - "index": 18159 - }, - { - "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx", - "line": 44, - "column": 26, - "index": 1418 - }, - { - "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx", - "line": 58, - "column": 26, - "index": 2018 - }, - { - "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx", - "line": 121, - "column": 30, - "index": 3461 - }, - { - "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx", - "line": 159, - "column": 34, - "index": 4998 + "index": 5760 } ], "SelectableBox.Set": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 548, - "column": 20, - "index": 18620 + "line": 560, + "column": 16, + "index": 18834 } ], "SelectableBox": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 580, - "column": 22, - "index": 20062 + "line": 593, + "column": 18, + "index": 20219 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 591, - "column": 22, - "index": 20602 + "line": 607, + "column": 18, + "index": 20876 }, { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 602, - "column": 22, - "index": 21152 + "line": 621, + "column": 18, + "index": 21546 } ], "TextFields": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 587, - "column": 37, - "index": 20392 + "line": 600, + "column": 29, + "index": 20511 } ], "HelpOutline": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 598, - "column": 37, - "index": 20938 + "line": 614, + "column": 29, + "index": 21174 } ], "VideoCamera": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 609, - "column": 37, - "index": 21485 + "line": 629, + "column": 29, + "index": 21884 } ], "Card.Footer": [ { "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx", - "line": 637, + "line": 672, "column": 16, - "index": 22861 + "index": 23897 }, { "filePath": "src/library-authoring/empty-page/EmptyPage.jsx", @@ -30730,6 +30740,12 @@ "line": 67, "column": 8, "index": 2517 + }, + { + "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx", + "line": 149, + "column": 24, + "index": 4610 } ], "Form.Label": [ @@ -30820,6 +30836,20 @@ "index": 1521 } ], + "Sync": [ + { + "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx", + "line": 47, + "column": 24, + "index": 1556 + }, + { + "filePath": "src/library-authoring/course-import/CourseImportPage.jsx", + "line": 57, + "column": 24, + "index": 1813 + } + ], "Form.Row": [ { "filePath": "src/library-authoring/course-import/CourseImportPage.jsx", @@ -30878,6 +30908,12 @@ "line": 265, "column": 10, "index": 7563 + }, + { + "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx", + "line": 115, + "column": 12, + "index": 3147 } ], "AlertModal": [ From 4982e5a215fc1c4f00cb00fa4a4bfec7de17275a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:14:26 -0400 Subject: [PATCH 32/40] docs: update dependent-usage.json (#2770) --- dependent-usage.json | 462 +++++++++++++++++++++++++++++++++---------- 1 file changed, 353 insertions(+), 109 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 5ada34586d..632b55ffd6 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1698847697253, + "lastModified": 1698934157123, "projectUsages": [ { "version": "21.5.6", @@ -2011,6 +2011,18 @@ "column": 4, "index": 310 }, + { + "filePath": "src/components/learner-credit-management/AssignmentTableCancel.jsx", + "line": 8, + "column": 2, + "index": 272 + }, + { + "filePath": "src/components/learner-credit-management/AssignmentTableRemind.jsx", + "line": 15, + "column": 4, + "index": 426 + }, { "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx", "line": 40, @@ -2019,15 +2031,33 @@ }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 117, - "column": 10, - "index": 3529 + "line": 15, + "column": 4, + "index": 402 }, { - "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 126, - "column": 10, - "index": 3798 + "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", + "line": 17, + "column": 6, + "index": 363 + }, + { + "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", + "line": 25, + "column": 12, + "index": 611 + }, + { + "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", + "line": 29, + "column": 12, + "index": 813 + }, + { + "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", + "line": 31, + "column": 12, + "index": 960 }, { "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", @@ -2519,27 +2549,27 @@ }, { "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 19, + "line": 21, "column": 8, - "index": 672 + "index": 711 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 20, + "line": 22, "column": 8, - "index": 705 + "index": 744 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 21, + "line": 23, "column": 8, - "index": 738 + "index": 777 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 22, + "line": 24, "column": 8, - "index": 772 + "index": 811 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -2693,6 +2723,12 @@ "column": 2, "index": 217 }, + { + "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", + "line": 33, + "column": 12, + "index": 1059 + }, { "filePath": "src/components/learner-credit-management/TableTextFilter.jsx", "line": 23, @@ -2997,6 +3033,12 @@ "column": 4, "index": 275 }, + { + "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", + "line": 34, + "column": 14, + "index": 1103 + }, { "filePath": "src/components/learner-credit-management/TableTextFilter.jsx", "line": 24, @@ -3380,10 +3422,22 @@ "index": 751 }, { - "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 87, + "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", + "line": 56, + "column": 12, + "index": 2029 + }, + { + "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", + "line": 66, + "column": 12, + "index": 2483 + }, + { + "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", + "line": 43, "column": 4, - "index": 2625 + "index": 1012 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -3556,10 +3610,22 @@ "index": 1032 }, { - "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 108, + "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", + "line": 57, + "column": 14, + "index": 2084 + }, + { + "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", + "line": 67, + "column": 14, + "index": 2538 + }, + { + "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", + "line": 61, "column": 8, - "index": 3199 + "index": 1564 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -3696,10 +3762,10 @@ "index": 1365 }, { - "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 109, + "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", + "line": 62, "column": 10, - "index": 3224 + "index": 1589 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", @@ -3823,6 +3889,12 @@ "column": 2, "index": 267 }, + { + "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", + "line": 33, + "column": 10, + "index": 1042 + }, { "filePath": "src/components/learner-credit-management/BudgetDetailActivityTabContents.jsx", "line": 49, @@ -3831,9 +3903,9 @@ }, { "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 30, + "line": 32, "column": 6, - "index": 996 + "index": 1035 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageHeader.jsx", @@ -3842,10 +3914,22 @@ "index": 619 }, { - "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 102, + "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", + "line": 23, + "column": 6, + "index": 714 + }, + { + "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", + "line": 47, + "column": 12, + "index": 1651 + }, + { + "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", + "line": 55, "column": 12, - "index": 2990 + "index": 1351 }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", @@ -3959,9 +4043,15 @@ }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx", - "line": 9, + "line": 10, "column": 32, - "index": 315 + "index": 373 + }, + { + "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", + "line": 13, + "column": 32, + "index": 320 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx", @@ -4173,6 +4263,18 @@ "column": 6, "index": 685 }, + { + "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", + "line": 26, + "column": 22, + "index": 750 + }, + { + "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", + "line": 44, + "column": 18, + "index": 1410 + }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/BaseModalPopup.jsx", "line": 10, @@ -4651,9 +4753,9 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 71, + "line": 72, "column": 6, - "index": 2095 + "index": 2156 }, { "filePath": "src/components/NewFeatureAlertBrowseAndRequest/index.jsx", @@ -5305,9 +5407,9 @@ }, { "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", - "line": 20, + "line": 22, "column": 2, - "index": 771 + "index": 979 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx", @@ -5317,9 +5419,9 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 84, + "line": 85, "column": 6, - "index": 2500 + "index": 2561 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", @@ -5391,9 +5493,9 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 104, + "line": 105, "column": 8, - "index": 3089 + "index": 3150 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", @@ -5615,6 +5717,18 @@ "column": 8, "index": 1081 }, + { + "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", + "line": 24, + "column": 8, + "index": 738 + }, + { + "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", + "line": 30, + "column": 8, + "index": 962 + }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", "line": 41, @@ -5773,6 +5887,24 @@ "column": 10, "index": 1097 }, + { + "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", + "line": 25, + "column": 10, + "index": 754 + }, + { + "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", + "line": 31, + "column": 10, + "index": 978 + }, + { + "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", + "line": 53, + "column": 10, + "index": 1869 + }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", "line": 11, @@ -6073,6 +6205,12 @@ "column": 2, "index": 281 }, + { + "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", + "line": 24, + "column": 10, + "index": 587 + }, { "filePath": "src/components/settings/SettingsAccessTab/ActionsTableCell.jsx", "line": 70, @@ -6223,9 +6361,9 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 99, + "line": 100, "column": 8, - "index": 2950 + "index": 3011 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", @@ -6305,9 +6443,9 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 105, + "line": 106, "column": 8, - "index": 3149 + "index": 3210 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx", @@ -7007,6 +7145,18 @@ "column": 6, "index": 2001 }, + { + "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", + "line": 23, + "column": 12, + "index": 652 + }, + { + "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", + "line": 41, + "column": 8, + "index": 1278 + }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", "line": 79, @@ -7111,6 +7261,18 @@ "column": 2, "index": 238 }, + { + "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", + "line": 18, + "column": 10, + "index": 467 + }, + { + "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", + "line": 36, + "column": 6, + "index": 1110 + }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", "line": 53, @@ -7523,9 +7685,9 @@ }, { "filePath": "src/components/learner-credit-management/BudgetDetailTabsAndRoutes.jsx", - "line": 96, + "line": 99, "column": 4, - "index": 3149 + "index": 3198 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx", @@ -7595,6 +7757,12 @@ "column": 6, "index": 750 }, + { + "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", + "line": 22, + "column": 4, + "index": 669 + }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", "line": 67, @@ -7959,15 +8127,21 @@ }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx", - "line": 40, + "line": 42, "column": 14, - "index": 1313 + "index": 1413 }, { "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 118, - "column": 16, - "index": 3553 + "line": 17, + "column": 10, + "index": 447 + }, + { + "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", + "line": 25, + "column": 43, + "index": 642 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -8254,10 +8428,10 @@ "index": 841 }, { - "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 90, + "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", + "line": 44, "column": 6, - "index": 2699 + "index": 1101 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", @@ -8292,10 +8466,10 @@ "index": 1118 }, { - "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 97, + "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", + "line": 51, "column": 8, - "index": 2849 + "index": 1251 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", @@ -8354,10 +8528,10 @@ "index": 1430 }, { - "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 113, + "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", + "line": 66, "column": 8, - "index": 3352 + "index": 1727 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", @@ -8483,6 +8657,12 @@ "column": 4, "index": 499 }, + { + "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", + "line": 28, + "column": 12, + "index": 780 + }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/index.jsx", "line": 44, @@ -8496,6 +8676,12 @@ "line": 259, "column": 8, "index": 9746 + }, + { + "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", + "line": 18, + "column": 6, + "index": 412 } ], "Stepper.Header": [ @@ -8543,9 +8729,9 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 100, + "line": 101, "column": 8, - "index": 2988 + "index": 3049 } ], "EditCircle": [ @@ -8575,29 +8761,29 @@ "MediaQuery": [ { "filePath": "src/components/EnterpriseApp/index.jsx", - "line": 130, + "line": 134, "column": 10, - "index": 3832 + "index": 4034 } ], "breakpoints": [ { "filePath": "src/components/EnterpriseApp/index.jsx", - "line": 130, + "line": 134, "column": 32, - "index": 3854 + "index": 4056 }, { - "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 39, + "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", + "line": 22, "column": 44, - "index": 1101 + "index": 523 }, { - "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 40, + "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", + "line": 23, "column": 49, - "index": 1181 + "index": 603 }, { "filePath": "src/components/learner-credit-management/data/hooks/useIsLargeOrGreater.js", @@ -8977,6 +9163,18 @@ "column": 13, "index": 287 }, + { + "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", + "line": 21, + "column": 21, + "index": 557 + }, + { + "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", + "line": 39, + "column": 17, + "index": 1188 + }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessConfiguredSubsidyType.jsx", "line": 20, @@ -9040,6 +9238,34 @@ "index": 5106 } ], + "Mail": [ + { + "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", + "line": 25, + "column": 19, + "index": 722 + }, + { + "filePath": "src/components/learner-credit-management/AssignmentTableRemind.jsx", + "line": 15, + "column": 24, + "index": 446 + } + ], + "DoNotDisturbOn": [ + { + "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", + "line": 43, + "column": 15, + "index": 1376 + }, + { + "filePath": "src/components/learner-credit-management/AssignmentTableCancel.jsx", + "line": 8, + "column": 39, + "index": 309 + } + ], "ModalPopup": [ { "filePath": "src/components/learner-credit-management/assignments-status-chips/BaseModalPopup.jsx", @@ -9069,9 +9295,9 @@ }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx", - "line": 14, + "line": 15, "column": 6, - "index": 404 + "index": 462 }, { "filePath": "src/components/learner-credit-management/AssignmentStatusTableCell.jsx", @@ -9097,15 +9323,15 @@ "Timelapse": [ { "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx", - "line": 16, + "line": 17, "column": 20, - "index": 454 + "index": 512 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx", - "line": 28, + "line": 29, "column": 38, - "index": 730 + "index": 788 } ], "Card.Body": [ @@ -9116,10 +9342,10 @@ "index": 969 }, { - "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 96, + "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", + "line": 50, "column": 6, - "index": 2829 + "index": 1231 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", @@ -9137,9 +9363,9 @@ "DataTable.FilterStatus": [ { "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", - "line": 13, + "line": 15, "column": 31, - "index": 617 + "index": 825 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx", @@ -9164,16 +9390,16 @@ ], "useMediaQuery": [ { - "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 39, + "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", + "line": 22, "column": 18, - "index": 1075 + "index": 497 }, { - "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", - "line": 40, + "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", + "line": 23, "column": 23, - "index": 1155 + "index": 577 }, { "filePath": "src/components/learner-credit-management/data/hooks/useIsLargeOrGreater.js", @@ -9182,6 +9408,44 @@ "index": 94 } ], + "Collapsible": [ + { + "filePath": "src/components/learner-credit-management/cards/Collapsibles.jsx", + "line": 8, + "column": 2, + "index": 231 + }, + { + "filePath": "src/components/learner-credit-management/cards/Collapsibles.jsx", + "line": 39, + "column": 2, + "index": 1228 + }, + { + "filePath": "src/components/learner-credit-management/cards/Collapsibles.jsx", + "line": 59, + "column": 2, + "index": 1869 + }, + { + "filePath": "src/components/ReportingConfig/index.jsx", + "line": 141, + "column": 14, + "index": 4533 + }, + { + "filePath": "src/components/ReportingConfig/index.jsx", + "line": 184, + "column": 10, + "index": 6242 + }, + { + "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessTabSection.jsx", + "line": 52, + "column": 10, + "index": 1127 + } + ], "ProgressBar.Annotated": [ { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -9522,26 +9786,6 @@ "index": 3658 } ], - "Collapsible": [ - { - "filePath": "src/components/ReportingConfig/index.jsx", - "line": 141, - "column": 14, - "index": 4533 - }, - { - "filePath": "src/components/ReportingConfig/index.jsx", - "line": 184, - "column": 10, - "index": 6242 - }, - { - "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessTabSection.jsx", - "line": 52, - "column": 10, - "index": 1127 - } - ], "Download": [ { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", From 7fcc6ed1cf395d084e1499f94eaa405403175a27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 10:13:40 -0400 Subject: [PATCH 33/40] docs: update dependent-usage.json (#2771) --- dependent-usage.json | 82 ++++++++++++++++++++++---------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 632b55ffd6..47bcb20ad6 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1698934157123, + "lastModified": 1699020498174, "projectUsages": [ { "version": "21.5.6", @@ -2549,27 +2549,27 @@ }, { "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 21, + "line": 19, "column": 8, - "index": 711 + "index": 672 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 22, + "line": 20, "column": 8, - "index": 744 + "index": 705 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 23, + "line": 21, "column": 8, - "index": 777 + "index": 738 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 24, + "line": 22, "column": 8, - "index": 811 + "index": 772 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -3903,9 +3903,9 @@ }, { "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 32, + "line": 30, "column": 6, - "index": 1035 + "index": 996 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageHeader.jsx", @@ -4753,9 +4753,9 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 72, + "line": 71, "column": 6, - "index": 2156 + "index": 2095 }, { "filePath": "src/components/NewFeatureAlertBrowseAndRequest/index.jsx", @@ -5419,9 +5419,9 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 85, + "line": 84, "column": 6, - "index": 2561 + "index": 2500 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", @@ -5493,9 +5493,9 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 105, + "line": 104, "column": 8, - "index": 3150 + "index": 3089 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", @@ -6361,9 +6361,9 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 100, + "line": 99, "column": 8, - "index": 3011 + "index": 2950 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", @@ -6443,9 +6443,9 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 106, + "line": 105, "column": 8, - "index": 3210 + "index": 3149 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx", @@ -7685,9 +7685,9 @@ }, { "filePath": "src/components/learner-credit-management/BudgetDetailTabsAndRoutes.jsx", - "line": 99, + "line": 96, "column": 4, - "index": 3198 + "index": 3149 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx", @@ -8729,9 +8729,9 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 101, + "line": 100, "column": 8, - "index": 3049 + "index": 2988 } ], "EditCircle": [ @@ -8761,17 +8761,17 @@ "MediaQuery": [ { "filePath": "src/components/EnterpriseApp/index.jsx", - "line": 134, + "line": 130, "column": 10, - "index": 4034 + "index": 3832 } ], "breakpoints": [ { "filePath": "src/components/EnterpriseApp/index.jsx", - "line": 134, + "line": 130, "column": 32, - "index": 4056 + "index": 3854 }, { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", @@ -9301,9 +9301,9 @@ }, { "filePath": "src/components/learner-credit-management/AssignmentStatusTableCell.jsx", - "line": 47, + "line": 49, "column": 9, - "index": 1467 + "index": 1372 } ], "Send": [ @@ -9417,15 +9417,15 @@ }, { "filePath": "src/components/learner-credit-management/cards/Collapsibles.jsx", - "line": 39, + "line": 35, "column": 2, - "index": 1228 + "index": 1074 }, { "filePath": "src/components/learner-credit-management/cards/Collapsibles.jsx", - "line": 59, + "line": 55, "column": 2, - "index": 1869 + "index": 1715 }, { "filePath": "src/components/ReportingConfig/index.jsx", @@ -41100,9 +41100,9 @@ }, { "filePath": "src/packages/recommendations-page/components/RecommendationsPage/index.jsx", - "line": 84, + "line": 83, "column": 4, - "index": 2698 + "index": 2596 }, { "filePath": "src/packages/resource-page/template/ResourcePage/index.jsx", @@ -44042,9 +44042,9 @@ }, { "filePath": "src/packages/recommendations-page/components/RecommendationsPage/index.jsx", - "line": 31, + "line": 28, "column": 23, - "index": 1401 + "index": 1126 }, { "filePath": "src/packages/search-page/components/SkillsBuilderCTA/index.jsx", @@ -44068,9 +44068,9 @@ }, { "filePath": "src/packages/recommendations-page/components/RecommendationsPage/index.jsx", - "line": 31, + "line": 28, "column": 49, - "index": 1427 + "index": 1152 }, { "filePath": "src/packages/search-page/components/SkillsBuilderCTA/index.jsx", From bee71c4badd3134b8d24b745afbf9bb436635b20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 10:13:53 -0400 Subject: [PATCH 34/40] docs: update dependent-usage.json (#2772) --- dependent-usage.json | 198 +++++++++++++++++++++++-------------------- 1 file changed, 108 insertions(+), 90 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 47bcb20ad6..bcd0f9f6c8 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1699020498174, + "lastModified": 1699106922005, "projectUsages": [ { "version": "21.5.6", @@ -2033,31 +2033,25 @@ "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", "line": 15, "column": 4, - "index": 402 + "index": 406 }, { "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", - "line": 17, + "line": 68, "column": 6, - "index": 363 - }, - { - "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", - "line": 25, - "column": 12, - "index": 611 + "index": 2202 }, { "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", - "line": 29, + "line": 76, "column": 12, - "index": 813 + "index": 2450 }, { "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", - "line": 31, + "line": 80, "column": 12, - "index": 960 + "index": 2652 }, { "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", @@ -2543,33 +2537,33 @@ }, { "filePath": "src/components/learner-credit-management/BudgetDetailActivityTabContents.jsx", - "line": 26, + "line": 29, "column": 8, - "index": 1047 + "index": 1274 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 19, + "line": 22, "column": 8, - "index": 672 + "index": 788 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 20, + "line": 23, "column": 8, - "index": 705 + "index": 821 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 21, + "line": 24, "column": 8, - "index": 738 + "index": 854 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 22, + "line": 25, "column": 8, - "index": 772 + "index": 888 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -2725,9 +2719,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", - "line": 33, + "line": 40, "column": 12, - "index": 1059 + "index": 1374 }, { "filePath": "src/components/learner-credit-management/TableTextFilter.jsx", @@ -3035,9 +3029,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", - "line": 34, + "line": 41, "column": 14, - "index": 1103 + "index": 1418 }, { "filePath": "src/components/learner-credit-management/TableTextFilter.jsx", @@ -3423,15 +3417,15 @@ }, { "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", - "line": 56, + "line": 63, "column": 12, - "index": 2029 + "index": 2343 }, { "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", - "line": 66, + "line": 73, "column": 12, - "index": 2483 + "index": 2797 }, { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", @@ -3611,15 +3605,15 @@ }, { "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", - "line": 57, + "line": 64, "column": 14, - "index": 2084 + "index": 2398 }, { "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", - "line": 67, + "line": 74, "column": 14, - "index": 2538 + "index": 2852 }, { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", @@ -3897,15 +3891,15 @@ }, { "filePath": "src/components/learner-credit-management/BudgetDetailActivityTabContents.jsx", - "line": 49, + "line": 52, "column": 4, - "index": 1780 + "index": 2007 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPage.jsx", - "line": 30, + "line": 39, "column": 6, - "index": 996 + "index": 1420 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageHeader.jsx", @@ -3915,15 +3909,15 @@ }, { "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", - "line": 23, + "line": 30, "column": 6, - "index": 714 + "index": 1035 }, { "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", - "line": 47, + "line": 54, "column": 12, - "index": 1651 + "index": 1965 }, { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", @@ -4049,9 +4043,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", - "line": 13, + "line": 32, "column": 32, - "index": 320 + "index": 1110 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx", @@ -5719,15 +5713,15 @@ }, { "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", - "line": 24, + "line": 31, "column": 8, - "index": 738 + "index": 1059 }, { "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", - "line": 30, + "line": 37, "column": 8, - "index": 962 + "index": 1277 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -5889,21 +5883,21 @@ }, { "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", - "line": 25, + "line": 32, "column": 10, - "index": 754 + "index": 1075 }, { "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", - "line": 31, + "line": 38, "column": 10, - "index": 978 + "index": 1293 }, { "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", - "line": 53, + "line": 60, "column": 10, - "index": 1869 + "index": 2183 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -6207,9 +6201,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", - "line": 24, + "line": 75, "column": 10, - "index": 587 + "index": 2426 }, { "filePath": "src/components/settings/SettingsAccessTab/ActionsTableCell.jsx", @@ -7753,15 +7747,15 @@ }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageWrapper.jsx", - "line": 19, + "line": 23, "column": 6, - "index": 750 + "index": 787 }, { "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", - "line": 22, + "line": 29, "column": 4, - "index": 669 + "index": 990 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -8015,6 +8009,12 @@ "column": 16, "index": 11921 }, + { + "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", + "line": 81, + "column": 12, + "index": 2723 + }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", "line": 412, @@ -8135,13 +8135,13 @@ "filePath": "src/components/learner-credit-management/cards/CourseCard.jsx", "line": 17, "column": 10, - "index": 447 + "index": 451 }, { "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", - "line": 25, + "line": 76, "column": 43, - "index": 642 + "index": 2481 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -8659,9 +8659,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", - "line": 28, + "line": 79, "column": 12, - "index": 780 + "index": 2619 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/index.jsx", @@ -8679,9 +8679,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", - "line": 18, + "line": 69, "column": 6, - "index": 412 + "index": 2251 } ], "Stepper.Header": [ @@ -29813,6 +29813,12 @@ "column": 4, "index": 620 }, + { + "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx", + "line": 280, + "column": 14, + "index": 8412 + }, { "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx", "line": 230, @@ -29927,9 +29933,9 @@ }, { "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx", - "line": 362, + "line": 368, "column": 12, - "index": 12425 + "index": 12978 }, { "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx", @@ -30095,9 +30101,9 @@ }, { "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx", - "line": 345, - "column": 31, - "index": 11704 + "line": 349, + "column": 35, + "index": 12168 }, { "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx", @@ -30279,21 +30285,21 @@ }, { "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx", - "line": 331, - "column": 18, - "index": 11074 + "line": 335, + "column": 22, + "index": 11482 }, { "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx", - "line": 363, + "line": 369, "column": 14, - "index": 12451 + "index": 13004 }, { "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx", - "line": 366, + "line": 372, "column": 14, - "index": 12634 + "index": 13187 }, { "filePath": "src/library-authoring/edit-block/LibraryBlockAssets.jsx", @@ -30769,6 +30775,12 @@ "column": 16, "index": 23897 }, + { + "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx", + "line": 333, + "column": 18, + "index": 11389 + }, { "filePath": "src/library-authoring/empty-page/EmptyPage.jsx", "line": 15, @@ -30805,7 +30817,7 @@ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx", "line": 256, "column": 12, - "index": 7266 + "index": 7288 }, { "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx", @@ -30967,6 +30979,12 @@ "column": 22, "index": 10039 }, + { + "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx", + "line": 282, + "column": 18, + "index": 8509 + }, { "filePath": "src/library-authoring/empty-page/EmptyPage.jsx", "line": 11, @@ -31047,9 +31065,9 @@ }, { "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx", - "line": 338, - "column": 18, - "index": 11388 + "line": 342, + "column": 22, + "index": 11824 }, { "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx", @@ -31135,7 +31153,7 @@ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx", "line": 257, "column": 20, - "index": 7293 + "index": 7315 } ], "Alert.Heading": [ @@ -31143,7 +31161,7 @@ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx", "line": 261, "column": 29, - "index": 7417 + "index": 7451 } ], "Breadcrumb": [ @@ -31151,7 +31169,7 @@ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx", "line": 265, "column": 10, - "index": 7563 + "index": 7597 }, { "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx", @@ -31163,9 +31181,9 @@ "AlertModal": [ { "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx", - "line": 358, + "line": 364, "column": 8, - "index": 12271 + "index": 12824 } ], "Spinner": [ From 00c48ec134e789d9e4f0d6c041e2afdee53b88f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 09:13:18 -0500 Subject: [PATCH 35/40] docs: update dependent-usage.json (#2773) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index bcd0f9f6c8..aa70b4a8dc 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1699106922005, + "lastModified": 1699193283775, "projectUsages": [ { "version": "21.5.6", From 0e6631bd1f26edc2871c522ad88ffba33bc32617 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 09:14:17 -0500 Subject: [PATCH 36/40] docs: update dependent-usage.json (#2777) --- dependent-usage.json | 1840 ++++++++++++++++++++++++++++-------------- 1 file changed, 1225 insertions(+), 615 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index aa70b4a8dc..bdcfa5fb50 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1699193283775, + "lastModified": 1699279733417, "projectUsages": [ { "version": "21.5.6", @@ -12188,6 +12188,36 @@ "column": 10, "index": 5482 }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 51, + "column": 8, + "index": 2071 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 66, + "column": 8, + "index": 2751 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 60, + "column": 8, + "index": 2172 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 59, + "column": 10, + "index": 1914 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 78, + "column": 8, + "index": 2639 + }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", "line": 204, @@ -12623,82 +12653,124 @@ "index": 2949 }, { - "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 354, - "column": 14, - "index": 11259 + "filePath": "src/files-and-videos/FileTable.jsx", + "line": 257, + "column": 12, + "index": 7625 }, { - "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 357, - "column": 14, - "index": 11424 + "filePath": "src/files-and-videos/FileTable.jsx", + "line": 260, + "column": 12, + "index": 7784 }, { - "filePath": "src/files-and-uploads/table-components/FilterStatus.jsx", + "filePath": "src/files-and-videos/table-components/FilterStatus.jsx", "line": 28, "column": 6, "index": 758 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 56, + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 62, "column": 18, - "index": 1247 + "index": 1320 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 69, + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 75, "column": 20, - "index": 1581 + "index": 1654 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 80, + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 86, "column": 20, - "index": 1947 + "index": 2020 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 91, + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 97, "column": 20, - "index": 2310 + "index": 2383 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 101, + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 107, "column": 16, - "index": 2663 + "index": 2736 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 111, + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 117, "column": 16, - "index": 2968 + "index": 3041 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 120, + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 126, "column": 16, - "index": 3251 + "index": 3323 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 32, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 34, "column": 6, - "index": 757 + "index": 833 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 60, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 70, "column": 6, - "index": 1805 + "index": 2179 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 139, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 149, "column": 12, - "index": 4606 + "index": 4980 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 59, + "column": 14, + "index": 1550 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 62, + "column": 14, + "index": 1738 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/TranscriptTab.jsx", + "line": 113, + "column": 6, + "index": 3278 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", + "line": 137, + "column": 8, + "index": 4386 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", + "line": 140, + "column": 8, + "index": 4533 + }, + { + "filePath": "src/files-and-videos/videos-page/Videos.jsx", + "line": 175, + "column": 14, + "index": 5426 + }, + { + "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", + "line": 89, + "column": 12, + "index": 2493 }, { "filePath": "src/generic/ConfirmationPopup.jsx", @@ -13055,10 +13127,10 @@ "index": 3225 }, { - "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 348, - "column": 8, - "index": 11026 + "filePath": "src/files-and-videos/FileTable.jsx", + "line": 251, + "column": 6, + "index": 7404 }, { "filePath": "src/generic/modal-error/ModalError.jsx", @@ -13135,46 +13207,52 @@ "index": 4296 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 93, - "column": 12, - "index": 2588 + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 58, + "column": 6, + "index": 1426 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 110, - "column": 12, - "index": 3239 + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 75, + "column": 6, + "index": 1975 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 124, - "column": 12, - "index": 3755 + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 89, + "column": 6, + "index": 2407 }, { - "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 353, - "column": 12, - "index": 11233 + "filePath": "src/files-and-videos/FileTable.jsx", + "line": 256, + "column": 10, + "index": 7601 }, { - "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx", - "line": 39, + "filePath": "src/files-and-videos/table-components/GalleryCard.jsx", + "line": 33, "column": 10, - "index": 841 + "index": 748 }, { - "filePath": "src/files-and-uploads/table-components/ListCard.jsx", - "line": 62, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 145, + "column": 10, + "index": 4793 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 58, "column": 8, - "index": 1665 + "index": 1892 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 135, + "filePath": "src/files-and-videos/videos-page/Videos.jsx", + "line": 169, "column": 10, - "index": 4419 + "index": 5216 }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", @@ -13445,83 +13523,125 @@ "index": 3296 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 102, - "column": 24, - "index": 2900 - }, - { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 119, - "column": 24, - "index": 3551 + "filePath": "src/files-and-videos/FileMenu.jsx", + "line": 30, + "column": 14, + "index": 635 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 133, - "column": 24, - "index": 4192 + "filePath": "src/files-and-videos/files-page/AssetThumbnail.jsx", + "line": 47, + "column": 10, + "index": 1097 }, { - "filePath": "src/files-and-uploads/FileMenu.jsx", - "line": 29, - "column": 14, - "index": 581 + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 67, + "column": 18, + "index": 1684 }, { - "filePath": "src/files-and-uploads/FileThumbnail.jsx", - "line": 41, - "column": 10, - "index": 926 + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 84, + "column": 18, + "index": 2233 }, { - "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx", - "line": 64, - "column": 14, - "index": 1896 + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 98, + "column": 18, + "index": 2790 }, { - "filePath": "src/files-and-uploads/table-components/ListCard.jsx", - "line": 45, - "column": 12, - "index": 1161 + "filePath": "src/files-and-videos/table-components/GalleryCard.jsx", + "line": 78, + "column": 45, + "index": 2513 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/AccessColumn.jsx", + "filePath": "src/files-and-videos/table-components/table-custom-columns/AccessColumn.jsx", "line": 24, "column": 8, "index": 633 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/AccessColumn.jsx", + "filePath": "src/files-and-videos/table-components/table-custom-columns/AccessColumn.jsx", "line": 26, "column": 8, "index": 685 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/ActiveColumn.jsx", + "filePath": "src/files-and-videos/table-components/table-custom-columns/ActiveColumn.jsx", "line": 9, "column": 35, - "index": 316 - }, - { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 39, - "column": 42, - "index": 778 + "index": 317 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/ThumbnailColumn.jsx", - "line": 30, - "column": 10, - "index": 877 + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 41, + "column": 16, + "index": 793 }, { - "filePath": "src/files-and-uploads/UsageMetricsMessage.jsx", + "filePath": "src/files-and-videos/UsageMetricsMessage.jsx", "line": 32, "column": 8, "index": 988 }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 31, + "column": 16, + "index": 1000 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 92, + "column": 22, + "index": 2787 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 20, + "column": 14, + "index": 558 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", + "line": 46, + "column": 16, + "index": 1495 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 89, + "column": 22, + "index": 3589 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 64, + "column": 24, + "index": 2076 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 76, + "column": 40, + "index": 2534 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 104, + "column": 18, + "index": 3618 + }, + { + "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", + "line": 75, + "column": 12, + "index": 2101 + }, { "filePath": "src/generic/CollapsableEditor.jsx", "line": 34, @@ -13737,40 +13857,52 @@ "index": 1691 }, { - "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 61, + "filePath": "src/files-and-videos/FileTable.jsx", + "line": 54, "column": 56, - "index": 1761 + "index": 1299 }, { - "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 62, + "filePath": "src/files-and-videos/FileTable.jsx", + "line": 55, "column": 59, - "index": 1838 + "index": 1376 }, { - "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 63, + "filePath": "src/files-and-videos/FileTable.jsx", + "line": 56, "column": 47, - "index": 1903 + "index": 1441 }, { - "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 65, + "filePath": "src/files-and-videos/FileTable.jsx", + "line": 58, "column": 86, - "index": 2063 + "index": 1601 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 26, "column": 36, - "index": 540 + "index": 539 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 25, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 27, "column": 44, - "index": 589 + "index": 665 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 26, + "column": 68, + "index": 715 + }, + { + "filePath": "src/files-and-videos/videos-page/Videos.jsx", + "line": 47, + "column": 86, + "index": 1543 } ], "Card": [ @@ -13787,16 +13919,16 @@ "index": 3558 }, { - "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx", - "line": 35, + "filePath": "src/files-and-videos/table-components/GalleryCard.jsx", + "line": 29, "column": 4, - "index": 664 + "index": 571 }, { - "filePath": "src/files-and-uploads/table-components/ListCard.jsx", - "line": 35, - "column": 4, - "index": 661 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 52, + "column": 8, + "index": 1238 }, { "filePath": "src/generic/ConfirmationPopup.jsx", @@ -13915,10 +14047,10 @@ "index": 1512 }, { - "filePath": "src/files-and-uploads/table-components/ListCard.jsx", - "line": 49, - "column": 6, - "index": 1269 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 54, + "column": 10, + "index": 1368 }, { "filePath": "src/generic/ConfirmationPopup.jsx", @@ -13989,10 +14121,16 @@ "index": 3583 }, { - "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx", - "line": 36, + "filePath": "src/files-and-videos/table-components/GalleryCard.jsx", + "line": 30, "column": 6, - "index": 764 + "index": 671 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 53, + "column": 10, + "index": 1272 }, { "filePath": "src/generic/ConfirmationPopup.jsx", @@ -14063,28 +14201,52 @@ "index": 1728 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 100, - "column": 14, - "index": 2830 + "filePath": "src/files-and-videos/FileMenu.jsx", + "line": 28, + "column": 10, + "index": 587 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 117, - "column": 14, - "index": 3481 + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 65, + "column": 8, + "index": 1626 }, { - "filePath": "src/files-and-uploads/FileMenu.jsx", - "line": 27, - "column": 10, - "index": 535 + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 82, + "column": 8, + "index": 2175 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 39, "column": 6, - "index": 742 + "index": 741 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 91, + "column": 12, + "index": 2753 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 18, + "column": 10, + "index": 510 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 61, + "column": 14, + "index": 1980 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 76, + "column": 10, + "index": 2504 }, { "filePath": "src/generic/CollapsableEditor.jsx", @@ -14131,10 +14293,10 @@ "index": 1830 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 132, - "column": 21, - "index": 4155 + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 97, + "column": 15, + "index": 2759 }, { "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", @@ -14151,10 +14313,10 @@ "index": 2055 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 40, + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 46, "column": 6, - "index": 826 + "index": 899 } ], "ActionRow.Spacer": [ @@ -14177,22 +14339,34 @@ "index": 4421 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 99, - "column": 14, - "index": 2795 + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 64, + "column": 8, + "index": 1597 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 116, - "column": 14, - "index": 3446 + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 81, + "column": 8, + "index": 2146 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 137, - "column": 14, - "index": 4286 + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 102, + "column": 8, + "index": 2860 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 75, + "column": 10, + "index": 2473 + }, + { + "filePath": "src/files-and-videos/videos-page/Videos.jsx", + "line": 173, + "column": 12, + "index": 5349 }, { "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx", @@ -14221,16 +14395,16 @@ "index": 3810 }, { - "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx", - "line": 56, + "filePath": "src/files-and-videos/table-components/GalleryCard.jsx", + "line": 55, "column": 6, - "index": 1490 + "index": 1536 }, { - "filePath": "src/files-and-uploads/table-components/ListCard.jsx", - "line": 50, - "column": 8, - "index": 1289 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 55, + "column": 12, + "index": 1392 }, { "filePath": "src/generic/ConfirmationPopup.jsx", @@ -14330,6 +14504,72 @@ "column": 12, "index": 3490 }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 29, + "column": 8, + "index": 1108 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 40, + "column": 8, + "index": 1582 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 53, + "column": 12, + "index": 2155 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 68, + "column": 12, + "index": 2839 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 90, + "column": 6, + "index": 3602 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 96, + "column": 6, + "index": 3857 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 38, + "column": 8, + "index": 1144 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 49, + "column": 8, + "index": 1640 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 62, + "column": 12, + "index": 2254 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 105, + "column": 6, + "index": 4067 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 111, + "column": 6, + "index": 4331 + }, { "filePath": "src/generic/course-upload-image/index.jsx", "line": 108, @@ -14626,6 +14866,30 @@ "column": 14, "index": 2784 }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 94, + "column": 8, + "index": 3753 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 100, + "column": 8, + "index": 4010 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 109, + "column": 8, + "index": 4227 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 115, + "column": 8, + "index": 4494 + }, { "filePath": "src/generic/course-upload-image/index.jsx", "line": 123, @@ -14963,10 +15227,52 @@ "index": 1444 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 74, - "column": 10, - "index": 1904 + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 39, + "column": 4, + "index": 856 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/InfoTab.jsx", + "line": 14, + "column": 4, + "index": 512 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/TranscriptTab.jsx", + "line": 90, + "column": 4, + "index": 2571 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 28, + "column": 6, + "index": 1084 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 86, + "column": 4, + "index": 3434 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", + "line": 136, + "column": 6, + "index": 4345 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 37, + "column": 6, + "index": 1120 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 101, + "column": 4, + "index": 3881 }, { "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx", @@ -15026,6 +15332,72 @@ "column": 14, "index": 835 }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 30, + "column": 10, + "index": 1141 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 41, + "column": 10, + "index": 1615 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 54, + "column": 14, + "index": 2192 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 69, + "column": 14, + "index": 2876 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 91, + "column": 8, + "index": 3633 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 97, + "column": 8, + "index": 3888 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 39, + "column": 10, + "index": 1177 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 50, + "column": 10, + "index": 1673 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 63, + "column": 14, + "index": 2291 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 106, + "column": 8, + "index": 4098 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 112, + "column": 8, + "index": 4362 + }, { "filePath": "src/generic/course-upload-image/index.jsx", "line": 109, @@ -15251,11 +15623,17 @@ "index": 791 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/StatusColumn.jsx", + "filePath": "src/files-and-videos/table-components/table-custom-columns/StatusColumn.jsx", "line": 8, "column": 4, "index": 192 }, + { + "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", + "line": 79, + "column": 14, + "index": 2270 + }, { "filePath": "src/generic/processing-notification/index.jsx", "line": 11, @@ -15393,10 +15771,10 @@ "index": 2785 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 128, - "column": 14, - "index": 3950 + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 93, + "column": 8, + "index": 2578 }, { "filePath": "src/grading-settings/grading-scale/GradingScale.jsx", @@ -15423,6 +15801,12 @@ "line": 97, "column": 15, "index": 2999 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 93, + "column": 19, + "index": 2812 } ], "EditOutline": [ @@ -15521,10 +15905,16 @@ "index": 4484 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 60, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 70, "column": 26, - "index": 1825 + "index": 2199 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/TranscriptTab.jsx", + "line": 115, + "column": 20, + "index": 3329 }, { "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/RestrictionSchedules.jsx", @@ -15561,16 +15951,16 @@ "index": 8520 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 46, - "column": 4, - "index": 1011 + "filePath": "src/files-and-videos/FileInfo.jsx", + "line": 28, + "column": 2, + "index": 625 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 63, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 73, "column": 6, - "index": 1949 + "index": 2323 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -15605,16 +15995,16 @@ "index": 8694 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 54, - "column": 6, - "index": 1188 + "filePath": "src/files-and-videos/FileInfo.jsx", + "line": 36, + "column": 4, + "index": 785 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 70, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 80, "column": 8, - "index": 2140 + "index": 2514 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -15649,16 +16039,16 @@ "index": 8727 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 55, - "column": 8, - "index": 1217 + "filePath": "src/files-and-videos/FileInfo.jsx", + "line": 37, + "column": 6, + "index": 812 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 71, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 81, "column": 10, - "index": 2171 + "index": 2545 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -15693,16 +16083,16 @@ "index": 8893 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 63, - "column": 6, - "index": 1501 + "filePath": "src/files-and-videos/FileInfo.jsx", + "line": 45, + "column": 4, + "index": 1079 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 75, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 85, "column": 8, - "index": 2327 + "index": 2701 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -15737,28 +16127,16 @@ "index": 8924 }, { - "filePath": "src/files-and-uploads/FileThumbnail.jsx", - "line": 24, + "filePath": "src/files-and-videos/files-page/AssetThumbnail.jsx", + "line": 30, "column": 8, - "index": 431 + "index": 610 }, { - "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx", + "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", "line": 61, - "column": 12, - "index": 1717 - }, - { - "filePath": "src/files-and-uploads/table-components/ListCard.jsx", - "line": 42, "column": 10, - "index": 899 - }, - { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/ThumbnailColumn.jsx", - "line": 17, - "column": 8, - "index": 453 + "index": 1650 }, { "filePath": "src/generic/course-upload-image/index.jsx", @@ -15777,7 +16155,7 @@ ], "Toast": [ { - "filePath": "src/files-and-uploads/ApiStatusToast.jsx", + "filePath": "src/files-and-videos/ApiStatusToast.jsx", "line": 22, "column": 4, "index": 429 @@ -15785,82 +16163,60 @@ ], "Truncate": [ { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 57, - "column": 12, - "index": 1301 + "filePath": "src/files-and-videos/FileInfo.jsx", + "line": 39, + "column": 10, + "index": 892 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 95, - "column": 16, - "index": 2672 + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 60, + "column": 10, + "index": 1498 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 112, - "column": 16, - "index": 3323 + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 77, + "column": 10, + "index": 2047 }, { - "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx", + "filePath": "src/files-and-videos/table-components/GalleryCard.jsx", "line": 69, "column": 10, - "index": 2064 - }, - { - "filePath": "src/files-and-uploads/table-components/ListCard.jsx", - "line": 52, - "column": 12, - "index": 1368 + "index": 2132 } ], - "ContentCopy": [ + "Dropdown": [ { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 101, - "column": 21, - "index": 2863 + "filePath": "src/files-and-videos/FileMenu.jsx", + "line": 25, + "column": 2, + "index": 466 }, { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 118, - "column": 21, - "index": 3514 - } - ], - "CheckboxControl": [ - { - "filePath": "src/files-and-uploads/FileInfo.jsx", - "line": 138, - "column": 14, - "index": 4321 + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 37, + "column": 6, + "index": 968 }, { - "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx", - "line": 38, - "column": 12, - "index": 1339 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 16, + "column": 4, + "index": 392 }, { - "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx", - "line": 68, - "column": 14, - "index": 2151 - } - ], - "Dropdown": [ - { - "filePath": "src/files-and-uploads/FileMenu.jsx", - "line": 24, + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 15, "column": 2, - "index": 414 + "index": 401 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 35, - "column": 6, - "index": 892 + "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", + "line": 22, + "column": 4, + "index": 516 }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", @@ -15889,16 +16245,34 @@ ], "Dropdown.Toggle": [ { - "filePath": "src/files-and-uploads/FileMenu.jsx", - "line": 25, + "filePath": "src/files-and-videos/FileMenu.jsx", + "line": 26, "column": 4, - "index": 470 + "index": 522 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 36, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 38, "column": 8, - "index": 928 + "index": 1004 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 17, + "column": 6, + "index": 409 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 16, + "column": 4, + "index": 416 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", + "line": 25, + "column": 6, + "index": 589 }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", @@ -15925,18 +16299,56 @@ "index": 4026 } ], + "MoreHoriz": [ + { + "filePath": "src/files-and-videos/FileMenu.jsx", + "line": 29, + "column": 11, + "index": 610 + }, + { + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 40, + "column": 13, + "index": 766 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 19, + "column": 11, + "index": 533 + } + ], "Dropdown.Menu": [ { - "filePath": "src/files-and-uploads/FileMenu.jsx", - "line": 33, + "filePath": "src/files-and-videos/FileMenu.jsx", + "line": 34, "column": 4, - "index": 652 + "index": 705 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 43, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 45, "column": 8, - "index": 1161 + "index": 1237 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 26, + "column": 6, + "index": 730 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 25, + "column": 4, + "index": 678 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", + "line": 34, + "column": 6, + "index": 919 }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", @@ -15965,52 +16377,118 @@ ], "Dropdown.Item": [ { - "filePath": "src/files-and-uploads/FileMenu.jsx", - "line": 34, + "filePath": "src/files-and-videos/FileMenu.jsx", + "line": 36, + "column": 8, + "index": 764 + }, + { + "filePath": "src/files-and-videos/FileMenu.jsx", + "line": 43, + "column": 10, + "index": 931 + }, + { + "filePath": "src/files-and-videos/FileMenu.jsx", + "line": 48, + "column": 10, + "index": 1128 + }, + { + "filePath": "src/files-and-videos/FileMenu.jsx", + "line": 53, + "column": 10, + "index": 1322 + }, + { + "filePath": "src/files-and-videos/FileMenu.jsx", + "line": 58, "column": 6, - "index": 674 + "index": 1526 }, { - "filePath": "src/files-and-uploads/FileMenu.jsx", - "line": 39, + "filePath": "src/files-and-videos/FileMenu.jsx", + "line": 61, "column": 6, - "index": 851 + "index": 1645 }, { - "filePath": "src/files-and-uploads/FileMenu.jsx", - "line": 44, + "filePath": "src/files-and-videos/FileMenu.jsx", + "line": 65, "column": 6, - "index": 1025 + "index": 1790 }, { - "filePath": "src/files-and-uploads/FileMenu.jsx", + "filePath": "src/files-and-videos/table-components/TableActions.jsx", "line": 47, + "column": 12, + "index": 1301 + }, + { + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 54, + "column": 10, + "index": 1561 + }, + { + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 61, + "column": 10, + "index": 1833 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 30, + "column": 14, + "index": 943 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 37, + "column": 14, + "index": 1236 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 43, + "column": 12, + "index": 1458 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 26, "column": 6, - "index": 1144 + "index": 741 }, { - "filePath": "src/files-and-uploads/FileMenu.jsx", - "line": 50, + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 32, "column": 6, - "index": 1319 + "index": 939 }, { - "filePath": "src/files-and-uploads/FileMenu.jsx", - "line": 54, + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 38, "column": 6, - "index": 1464 + "index": 1176 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 44, - "column": 10, - "index": 1187 + "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", + "line": 38, + "column": 14, + "index": 1130 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", + "line": 45, + "column": 14, + "index": 1438 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", "line": 51, - "column": 10, - "index": 1459 + "column": 12, + "index": 1672 }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", @@ -16045,24 +16523,58 @@ ], "Dropdown.Divider": [ { - "filePath": "src/files-and-uploads/FileMenu.jsx", - "line": 53, + "filePath": "src/files-and-videos/FileMenu.jsx", + "line": 64, "column": 6, - "index": 1437 + "index": 1763 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 50, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 60, "column": 10, - "index": 1428 + "index": 1802 } ], - "DataTable": [ + "ContentCopy": [ { - "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 279, + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 66, + "column": 15, + "index": 1653 + }, + { + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 83, + "column": 15, + "index": 2202 + } + ], + "CheckboxControl": [ + { + "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "line": 103, "column": 8, - "index": 8222 + "index": 2889 + }, + { + "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx", + "line": 38, + "column": 12, + "index": 1339 + }, + { + "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx", + "line": 68, + "column": 14, + "index": 2151 + } + ], + "DataTable": [ + { + "filePath": "src/files-and-videos/FileTable.jsx", + "line": 179, + "column": 6, + "index": 4649 }, { "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx", @@ -16079,10 +16591,10 @@ ], "Dropzone": [ { - "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 304, - "column": 12, - "index": 9106 + "filePath": "src/files-and-videos/FileTable.jsx", + "line": 204, + "column": 10, + "index": 5481 }, { "filePath": "src/generic/course-upload-image/index.jsx", @@ -16099,18 +16611,18 @@ ], "DataTable.TableControlBar": [ { - "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 315, - "column": 14, - "index": 9561 + "filePath": "src/files-and-videos/FileTable.jsx", + "line": 216, + "column": 12, + "index": 5955 } ], "CardView": [ { - "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 316, - "column": 42, - "index": 9633 + "filePath": "src/files-and-videos/FileTable.jsx", + "line": 217, + "column": 40, + "index": 6025 }, { "filePath": "src/taxonomy/TaxonomyListPage.jsx", @@ -16121,10 +16633,10 @@ ], "DataTable.Table": [ { - "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 317, - "column": 42, - "index": 9789 + "filePath": "src/files-and-videos/FileTable.jsx", + "line": 218, + "column": 40, + "index": 6179 }, { "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx", @@ -16135,46 +16647,32 @@ ], "DataTable.EmptyTable": [ { - "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 318, - "column": 14, - "index": 9825 + "filePath": "src/files-and-videos/FileTable.jsx", + "line": 219, + "column": 12, + "index": 6213 } ], "DataTable.TableFooter": [ { - "filePath": "src/files-and-uploads/FilesAndUploads.jsx", - "line": 319, - "column": 14, - "index": 9925 - } - ], - "MoreVert": [ - { - "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx", - "line": 46, - "column": 23, - "index": 1138 - }, - { - "filePath": "src/files-and-uploads/table-components/ListCard.jsx", - "line": 69, - "column": 21, - "index": 1948 + "filePath": "src/files-and-videos/FileTable.jsx", + "line": 220, + "column": 12, + "index": 6311 } ], "Card.Footer": [ { - "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx", + "filePath": "src/files-and-videos/table-components/GalleryCard.jsx", "line": 74, "column": 6, - "index": 2233 + "index": 2301 }, { - "filePath": "src/files-and-uploads/table-components/ListCard.jsx", - "line": 61, - "column": 6, - "index": 1643 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 58, + "column": 12, + "index": 1522 }, { "filePath": "src/generic/ConfirmationPopup.jsx", @@ -16221,21 +16719,23 @@ ], "Chip": [ { - "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx", + "filePath": "src/files-and-videos/table-components/GalleryCard.jsx", "line": 75, "column": 8, - "index": 2276 - }, + "index": 2412 + } + ], + "ClosedCaption": [ { - "filePath": "src/files-and-uploads/table-components/ListCard.jsx", - "line": 56, - "column": 10, - "index": 1517 + "filePath": "src/files-and-videos/table-components/GalleryCard.jsx", + "line": 78, + "column": 66, + "index": 2534 } ], "OverlayTrigger": [ { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/AccessColumn.jsx", + "filePath": "src/files-and-videos/table-components/table-custom-columns/AccessColumn.jsx", "line": 15, "column": 4, "index": 404 @@ -16255,7 +16755,7 @@ ], "Tooltip": [ { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/AccessColumn.jsx", + "filePath": "src/files-and-videos/table-components/table-custom-columns/AccessColumn.jsx", "line": 18, "column": 8, "index": 467 @@ -16275,7 +16775,7 @@ ], "Locked": [ { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/AccessColumn.jsx", + "filePath": "src/files-and-videos/table-components/table-custom-columns/AccessColumn.jsx", "line": 24, "column": 19, "index": 644 @@ -16283,7 +16783,7 @@ ], "LockOpen": [ { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/AccessColumn.jsx", + "filePath": "src/files-and-videos/table-components/table-custom-columns/AccessColumn.jsx", "line": 26, "column": 19, "index": 696 @@ -16291,10 +16791,28 @@ ], "Check": [ { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/ActiveColumn.jsx", + "filePath": "src/files-and-videos/table-components/table-custom-columns/ActiveColumn.jsx", "line": 9, "column": 46, - "index": 327 + "index": 328 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 31, + "column": 41, + "index": 1025 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", + "line": 46, + "column": 41, + "index": 1520 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 89, + "column": 33, + "index": 3600 }, { "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx", @@ -16309,72 +16827,70 @@ "index": 188 } ], - "MoreHoriz": [ - { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 39, - "column": 23, - "index": 759 - } - ], "Menu": [ { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 50, + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 56, "column": 8, - "index": 1013 + "index": 1086 } ], "MenuItem": [ { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 55, + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 61, "column": 12, - "index": 1219 + "index": 1292 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 68, + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 74, "column": 14, - "index": 1551 + "index": 1624 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 79, + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 85, "column": 14, - "index": 1917 + "index": 1990 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 90, + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 96, "column": 14, - "index": 2280 + "index": 2353 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 100, + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 106, "column": 10, - "index": 2637 + "index": 2710 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 110, + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 116, "column": 10, - "index": 2942 + "index": 3015 }, { - "filePath": "src/files-and-uploads/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 119, + "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 125, "column": 10, - "index": 3225 + "index": 3297 } ], "SelectableBox.Set": [ { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 76, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 86, "column": 10, - "index": 2356 + "index": 2730 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", + "line": 101, + "column": 6, + "index": 3243 }, { "filePath": "src/pages-and-resources/live/Settings.jsx", @@ -16385,40 +16901,58 @@ ], "SelectableBox": [ { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 84, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 94, "column": 12, - "index": 2585 + "index": 2959 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 92, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 102, "column": 12, - "index": 2876 + "index": 3250 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 100, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 110, "column": 12, - "index": 3165 + "index": 3539 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 108, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 118, "column": 12, - "index": 3461 + "index": 3835 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 116, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 126, "column": 12, - "index": 3753 + "index": 4127 }, { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 124, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 134, "column": 12, - "index": 4040 + "index": 4414 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", + "line": 111, + "column": 8, + "index": 3511 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", + "line": 118, + "column": 8, + "index": 3716 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", + "line": 126, + "column": 8, + "index": 4000 }, { "filePath": "src/pages-and-resources/live/Settings.jsx", @@ -16429,10 +16963,10 @@ ], "ModalDialog.Footer": [ { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 134, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 144, "column": 8, - "index": 4388 + "index": 4762 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -16461,10 +16995,10 @@ ], "ModalDialog.CloseButton": [ { - "filePath": "src/files-and-uploads/table-components/TableActions.jsx", - "line": 136, + "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "line": 146, "column": 12, - "index": 4443 + "index": 4817 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -16493,7 +17027,7 @@ ], "Row": [ { - "filePath": "src/files-and-uploads/UsageMetricsMessage.jsx", + "filePath": "src/files-and-videos/UsageMetricsMessage.jsx", "line": 31, "column": 6, "index": 953 @@ -16501,7 +17035,7 @@ ], "ErrorOutline": [ { - "filePath": "src/files-and-uploads/UsageMetricsMessage.jsx", + "filePath": "src/files-and-videos/UsageMetricsMessage.jsx", "line": 35, "column": 15, "index": 1072 @@ -16509,7 +17043,7 @@ ], "Spinner": [ { - "filePath": "src/files-and-uploads/UsageMetricsMessage.jsx", + "filePath": "src/files-and-videos/UsageMetricsMessage.jsx", "line": 43, "column": 8, "index": 1243 @@ -16533,33 +17067,139 @@ "index": 2474 } ], - "Alert.Heading": [ + "Tabs": [ { - "filePath": "src/generic/alert-message/index.jsx", - "line": 7, + "filePath": "src/files-and-videos/videos-page/info-sidebar/FileInfoVideoSidebar.jsx", + "line": 17, + "column": 2, + "index": 366 + }, + { + "filePath": "src/studio-home/tabs-section/index.jsx", + "line": 82, "column": 4, - "index": 188 + "index": 2431 + } + ], + "Tab": [ + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/FileInfoVideoSidebar.jsx", + "line": 18, + "column": 4, + "index": 377 }, { - "filePath": "src/generic/AlertProctoringError.jsx", - "line": 10, - "column": 10, - "index": 338 + "filePath": "src/files-and-videos/videos-page/info-sidebar/FileInfoVideoSidebar.jsx", + "line": 21, + "column": 4, + "index": 501 + }, + { + "filePath": "src/studio-home/tabs-section/index.jsx", + "line": 34, + "column": 6, + "index": 1136 + }, + { + "filePath": "src/studio-home/tabs-section/index.jsx", + "line": 50, + "column": 8, + "index": 1579 + }, + { + "filePath": "src/studio-home/tabs-section/index.jsx", + "line": 62, + "column": 8, + "index": 1882 + } + ], + "Form": [ + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", + "line": 38, + "column": 33, + "index": 1149 + }, + { + "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", + "line": 221, + "column": 6, + "index": 6917 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", - "line": 215, - "column": 18, - "index": 6596 + "line": 192, + "column": 10, + "index": 5728 + }, + { + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx", + "line": 68, + "column": 6, + "index": 2821 + }, + { + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/openedx/OpenedXConfigForm.jsx", + "line": 123, + "column": 14, + "index": 5672 + }, + { + "filePath": "src/pages-and-resources/proctoring/Settings.jsx", + "line": 565, + "column": 6, + "index": 21951 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", - "line": 328, - "column": 18, - "index": 9551 + "line": 304, + "column": 10, + "index": 8638 + }, + { + "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", + "line": 233, + "column": 6, + "index": 8694 + }, + { + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 19, + "column": 8, + "index": 520 + } + ], + "Sheet": [ + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 51, + "column": 4, + "index": 1716 + } + ], + "ChevronLeft": [ + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 65, + "column": 21, + "index": 2103 + } + ], + "Close": [ + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 76, + "column": 51, + "index": 2545 } ], "Collapsible.Advanced": [ + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 97, + "column": 14, + "index": 3293 + }, { "filePath": "src/generic/CollapsableEditor.jsx", "line": 19, @@ -16580,6 +17220,12 @@ } ], "Collapsible.Trigger": [ + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 100, + "column": 16, + "index": 3405 + }, { "filePath": "src/generic/CollapsableEditor.jsx", "line": 27, @@ -16599,6 +17245,48 @@ "index": 3440 } ], + "ChevronRight": [ + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 104, + "column": 29, + "index": 3629 + } + ], + "VideoFile": [ + { + "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", + "line": 75, + "column": 23, + "index": 2112 + } + ], + "Alert.Heading": [ + { + "filePath": "src/generic/alert-message/index.jsx", + "line": 7, + "column": 4, + "index": 188 + }, + { + "filePath": "src/generic/AlertProctoringError.jsx", + "line": 10, + "column": 10, + "index": 338 + }, + { + "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", + "line": 215, + "column": 18, + "index": 6596 + }, + { + "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", + "line": 328, + "column": 18, + "index": 9551 + } + ], "Collapsible.Visible": [ { "filePath": "src/generic/CollapsableEditor.jsx", @@ -16809,56 +17497,6 @@ "index": 6494 } ], - "Form": [ - { - "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 221, - "column": 6, - "index": 6917 - }, - { - "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", - "line": 192, - "column": 10, - "index": 5728 - }, - { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx", - "line": 68, - "column": 6, - "index": 2821 - }, - { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/openedx/OpenedXConfigForm.jsx", - "line": 123, - "column": 14, - "index": 5672 - }, - { - "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 565, - "column": 6, - "index": 21951 - }, - { - "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", - "line": 304, - "column": 10, - "index": 8638 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 233, - "column": 6, - "index": 8694 - }, - { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 19, - "column": 8, - "index": 520 - } - ], "Form.Text": [ { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", @@ -17508,34 +18146,6 @@ "column": 26, "index": 2558 } - ], - "Tab": [ - { - "filePath": "src/studio-home/tabs-section/index.jsx", - "line": 34, - "column": 6, - "index": 1136 - }, - { - "filePath": "src/studio-home/tabs-section/index.jsx", - "line": 50, - "column": 8, - "index": 1579 - }, - { - "filePath": "src/studio-home/tabs-section/index.jsx", - "line": 62, - "column": 8, - "index": 1882 - } - ], - "Tabs": [ - { - "filePath": "src/studio-home/tabs-section/index.jsx", - "line": 82, - "column": 4, - "index": 2431 - } ] } }, @@ -32725,45 +33335,45 @@ "Alert": [ { "filePath": "src/components/CollaboratorPage/index.jsx", - "line": 54, + "line": 56, "column": 8, - "index": 1387 + "index": 1439 }, { "filePath": "src/components/CollaboratorPage/index.jsx", - "line": 91, + "line": 93, "column": 12, - "index": 2320 + "index": 2372 }, { "filePath": "src/components/CollaboratorPage/index.jsx", - "line": 115, + "line": 117, "column": 14, - "index": 3219 + "index": 3271 }, { "filePath": "src/components/CreateCoursePage/index.jsx", "line": 100, "column": 8, - "index": 2588 + "index": 2609 }, { "filePath": "src/components/CreateCoursePage/index.jsx", "line": 200, "column": 16, - "index": 5625 + "index": 5646 }, { "filePath": "src/components/CreateCourseRunPage/index.jsx", - "line": 155, + "line": 156, "column": 12, - "index": 4789 + "index": 4815 }, { "filePath": "src/components/CreateCourseRunPage/index.jsx", - "line": 180, + "line": 181, "column": 16, - "index": 5776 + "index": 5802 }, { "filePath": "src/components/EditCoursePage/index.jsx", @@ -32815,9 +33425,9 @@ }, { "filePath": "src/components/ListField/index.jsx", - "line": 190, + "line": 189, "column": 10, - "index": 5188 + "index": 5140 }, { "filePath": "src/components/ReduxFormCreatableSelect/index.jsx", @@ -32851,41 +33461,41 @@ }, { "filePath": "src/components/StafferPage/index.jsx", - "line": 112, + "line": 114, "column": 8, - "index": 2963 + "index": 3015 }, { "filePath": "src/components/StafferPage/index.jsx", - "line": 162, + "line": 164, "column": 12, - "index": 4444 + "index": 4496 }, { "filePath": "src/components/StafferPage/index.jsx", - "line": 191, + "line": 193, "column": 16, - "index": 5509 + "index": 5561 }, { "filePath": "src/components/TableComponent/index.jsx", - "line": 128, + "line": 129, "column": 6, - "index": 3979 + "index": 4035 } ], "Alert.Heading": [ { "filePath": "src/components/CollaboratorPage/index.jsx", - "line": 58, + "line": 60, "column": 10, - "index": 1462 + "index": 1514 }, { "filePath": "src/components/CreateCoursePage/index.jsx", "line": 104, "column": 10, - "index": 2663 + "index": 2684 }, { "filePath": "src/components/EditCoursePage/index.jsx", @@ -32895,9 +33505,9 @@ }, { "filePath": "src/components/StafferPage/index.jsx", - "line": 118, + "line": 120, "column": 10, - "index": 3078 + "index": 3130 } ], "Collapsible": [ @@ -33005,9 +33615,9 @@ "SearchField": [ { "filePath": "src/components/CourseTable/index.jsx", - "line": 165, + "line": 167, "column": 10, - "index": 5580 + "index": 5694 } ], "Form.Group": [ @@ -33109,21 +33719,21 @@ "Hyperlink": [ { "filePath": "src/components/EditCoursePage/CollapsibleCourseRun.jsx", - "line": 80, + "line": 81, "column": 12, - "index": 3280 + "index": 3328 }, { "filePath": "src/components/EditCoursePage/EditCourseForm.jsx", - "line": 145, + "line": 146, "column": 10, - "index": 5069 + "index": 5117 }, { "filePath": "src/components/EditCoursePage/EditCourseForm.jsx", - "line": 160, + "line": 161, "column": 10, - "index": 5664 + "index": 5712 }, { "filePath": "src/components/EditCoursePage/EditCourseForm.test.jsx", @@ -33139,17 +33749,17 @@ }, { "filePath": "src/components/Header/index.jsx", - "line": 36, + "line": 37, "column": 12, - "index": 1364 + "index": 1401 } ], "OverlayTrigger": [ { "filePath": "src/components/EditCoursePage/CollapsibleCourseRun.jsx", - "line": 87, + "line": 88, "column": 12, - "index": 3510 + "index": 3558 }, { "filePath": "src/components/SidePanes/Pane.jsx", @@ -33161,9 +33771,9 @@ "Tooltip": [ { "filePath": "src/components/EditCoursePage/CollapsibleCourseRun.jsx", - "line": 89, + "line": 90, "column": 23, - "index": 3579 + "index": 3627 }, { "filePath": "src/components/SidePanes/Pane.jsx", @@ -33183,9 +33793,9 @@ "Add": [ { "filePath": "src/components/EditCoursePage/EditCourseForm.jsx", - "line": 122, + "line": 123, "column": 8, - "index": 4409 + "index": 4457 }, { "filePath": "src/components/SidePanes/UsersPane.jsx", @@ -33211,41 +33821,41 @@ "Dropdown": [ { "filePath": "src/components/Header/index.jsx", - "line": 59, + "line": 60, "column": 12, - "index": 2473 + "index": 2510 } ], "Dropdown.Toggle": [ { "filePath": "src/components/Header/index.jsx", - "line": 60, + "line": 61, "column": 14, - "index": 2498 + "index": 2535 } ], "AvatarButton": [ { "filePath": "src/components/Header/index.jsx", - "line": 60, + "line": 61, "column": 35, - "index": 2519 + "index": 2556 } ], "Dropdown.Menu": [ { "filePath": "src/components/Header/index.jsx", - "line": 64, + "line": 65, "column": 14, - "index": 2627 + "index": 2664 } ], "Dropdown.Item": [ { "filePath": "src/components/Header/index.jsx", - "line": 65, + "line": 66, "column": 16, - "index": 2659 + "index": 2696 } ], "Spinner": [ @@ -33313,25 +33923,25 @@ "DataTable": [ { "filePath": "src/components/TableComponent/index.jsx", - "line": 93, + "line": 94, "column": 10, - "index": 2883 + "index": 2919 } ], "Pagination": [ { "filePath": "src/components/TableComponent/index.jsx", - "line": 106, + "line": 107, "column": 12, - "index": 3321 + "index": 3357 } ], "ErrorIcon": [ { "filePath": "src/components/TableComponent/index.jsx", - "line": 130, + "line": 131, "column": 14, - "index": 4025 + "index": 4081 } ] } From e9d0bcdadf55a62393aaf61712e12be1205b1e7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 09:13:03 -0500 Subject: [PATCH 37/40] docs: update dependent-usage.json (#2787) --- dependent-usage.json | 174 +++++++++++++++++++++---------------------- 1 file changed, 83 insertions(+), 91 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index bdcfa5fb50..cd11c05738 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1699279733417, + "lastModified": 1699366087548, "projectUsages": [ { "version": "21.5.6", @@ -2019,9 +2019,9 @@ }, { "filePath": "src/components/learner-credit-management/AssignmentTableRemind.jsx", - "line": 15, + "line": 9, "column": 4, - "index": 426 + "index": 347 }, { "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx", @@ -2859,19 +2859,19 @@ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx", "line": 461, "column": 10, - "index": 17028 + "index": 17027 }, { "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx", "line": 483, "column": 10, - "index": 17899 + "index": 17898 }, { "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx", "line": 499, "column": 10, - "index": 18528 + "index": 18527 }, { "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigIDPStep.jsx", @@ -3163,19 +3163,19 @@ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx", "line": 462, "column": 12, - "index": 17053 + "index": 17052 }, { "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx", "line": 484, "column": 12, - "index": 17924 + "index": 17923 }, { "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx", "line": 500, "column": 12, - "index": 18553 + "index": 18552 }, { "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigIDPStep.jsx", @@ -3885,9 +3885,9 @@ }, { "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", - "line": 33, - "column": 10, - "index": 1042 + "line": 12, + "column": 4, + "index": 439 }, { "filePath": "src/components/learner-credit-management/BudgetDetailActivityTabContents.jsx", @@ -4259,15 +4259,15 @@ }, { "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", - "line": 26, - "column": 22, - "index": 750 + "line": 21, + "column": 20, + "index": 789 }, { "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", - "line": 44, + "line": 37, "column": 18, - "index": 1410 + "index": 1354 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/BaseModalPopup.jsx", @@ -7141,15 +7141,15 @@ }, { "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", - "line": 23, - "column": 12, - "index": 652 + "line": 19, + "column": 10, + "index": 734 }, { "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", - "line": 41, + "line": 34, "column": 8, - "index": 1278 + "index": 1266 }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", @@ -7257,15 +7257,15 @@ }, { "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", - "line": 18, - "column": 10, - "index": 467 + "line": 14, + "column": 8, + "index": 552 }, { "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", - "line": 36, + "line": 29, "column": 6, - "index": 1110 + "index": 1091 }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", @@ -9165,15 +9165,15 @@ }, { "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", - "line": 21, - "column": 21, - "index": 557 + "line": 17, + "column": 19, + "index": 636 }, { "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", - "line": 39, + "line": 32, "column": 17, - "index": 1188 + "index": 1169 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessConfiguredSubsidyType.jsx", @@ -9241,23 +9241,23 @@ "Mail": [ { "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", - "line": 25, - "column": 19, - "index": 722 + "line": 20, + "column": 17, + "index": 763 }, { "filePath": "src/components/learner-credit-management/AssignmentTableRemind.jsx", - "line": 15, - "column": 24, - "index": 446 + "line": 11, + "column": 18, + "index": 419 } ], "DoNotDisturbOn": [ { "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", - "line": 43, + "line": 36, "column": 15, - "index": 1376 + "index": 1320 }, { "filePath": "src/components/learner-credit-management/AssignmentTableCancel.jsx", @@ -9595,19 +9595,19 @@ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx", "line": 472, "column": 12, - "index": 17474 + "index": 17473 }, { "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx", "line": 494, "column": 12, - "index": 18344 + "index": 18343 }, { "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx", "line": 510, "column": 12, - "index": 18948 + "index": 18947 }, { "filePath": "src/components/TextAreaAutoSize/index.jsx", @@ -18443,15 +18443,15 @@ }, { "filePath": "src/discussions/posts/post/PostLink.jsx", - "line": 112, - "column": 14, - "index": 4047 + "line": 103, + "column": 16, + "index": 3763 }, { "filePath": "src/discussions/posts/post/PostLink.jsx", - "line": 127, - "column": 14, - "index": 4725 + "line": 122, + "column": 16, + "index": 4534 }, { "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx", @@ -19937,9 +19937,9 @@ }, { "filePath": "src/discussions/posts/post/PostLink.jsx", - "line": 117, - "column": 14, - "index": 4316 + "line": 112, + "column": 16, + "index": 4109 }, { "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx", @@ -19948,20 +19948,12 @@ "index": 3119 } ], - "Truncate": [ - { - "filePath": "src/discussions/posts/post/PostLink.jsx", - "line": 91, - "column": 14, - "index": 3196 - } - ], "CheckCircle": [ { "filePath": "src/discussions/posts/post/PostLink.jsx", - "line": 112, - "column": 25, - "index": 4058 + "line": 105, + "column": 23, + "index": 3835 } ], "ProductTour": [ @@ -33293,7 +33285,7 @@ } }, { - "version": "20.46.2", + "version": "20.46.3", "name": "edx-frontend-app-publisher", "repository": "https://github.com/openedx/frontend-app-publisher", "folderName": "frontend-app-publisher", @@ -41694,13 +41686,13 @@ "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", "line": 816, "column": 12, - "index": 34975 + "index": 35002 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", "line": 817, "column": 14, - "index": 35028 + "index": 35055 }, { "filePath": "src/packages/program-page/components/SubjectTopics/index.jsx", @@ -41734,9 +41726,9 @@ }, { "filePath": "src/packages/resource-page/template/ResourcePage/index.jsx", - "line": 70, + "line": 81, "column": 6, - "index": 2654 + "index": 2858 }, { "filePath": "src/packages/search-page/components/BaseHeader/components/SearchInput.jsx", @@ -41782,9 +41774,9 @@ }, { "filePath": "src/packages/search-page/components/HeaderSection.jsx", - "line": 142, + "line": 141, "column": 4, - "index": 5151 + "index": 5105 }, { "filePath": "src/packages/search-page/components/PreQueryPage/components/PopularSearchLinks/index.jsx", @@ -41806,9 +41798,9 @@ }, { "filePath": "src/packages/search-page/components/RefinementFilters/index.jsx", - "line": 105, + "line": 68, "column": 8, - "index": 3957 + "index": 2488 }, { "filePath": "src/packages/search-page/components/Results/FirstLevelResult.jsx", @@ -41830,9 +41822,9 @@ }, { "filePath": "src/packages/search-page/components/SearchPage/index.jsx", - "line": 528, + "line": 513, "column": 10, - "index": 19972 + "index": 19267 }, { "filePath": "src/packages/search-page/components/SkillsBuilderCTA/index.jsx", @@ -42440,7 +42432,7 @@ "filePath": "src/packages/program-page/components/ProgramMain/components/InstructorCard/index.jsx", "line": 63, "column": 18, - "index": 1767 + "index": 1794 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -42954,9 +42946,9 @@ }, { "filePath": "src/packages/resource-page/template/ResourcePage/index.jsx", - "line": 125, + "line": 137, "column": 14, - "index": 4579 + "index": 4876 }, { "filePath": "src/packages/search-page/components/AutoComplete/components/ManagedAutoComplete/index.jsx", @@ -42966,9 +42958,9 @@ }, { "filePath": "src/packages/search-page/components/HeaderSection.jsx", - "line": 150, + "line": 149, "column": 6, - "index": 5483 + "index": 5437 }, { "filePath": "src/packages/search-page/components/PreQueryPage/components/PopularSearchLinks/index.jsx", @@ -43220,9 +43212,9 @@ }, { "filePath": "src/packages/search-page/components/HeaderSection.jsx", - "line": 150, + "line": 149, "column": 84, - "index": 5561 + "index": 5515 } ], "Form.Checkbox": [ @@ -43238,7 +43230,7 @@ "filePath": "src/packages/common/ui/Footer/index.jsx", "line": 333, "column": 18, - "index": 11227 + "index": 11219 }, { "filePath": "src/packages/common/ui/xpert/experiments/ChatFloatingActionButton/Survey/index.jsx", @@ -43406,7 +43398,7 @@ "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", "line": 717, "column": 20, - "index": 30525 + "index": 30552 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -43444,13 +43436,13 @@ "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", "line": 725, "column": 24, - "index": 31121 + "index": 31148 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", "line": 726, "column": 24, - "index": 31213 + "index": 31240 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -43482,7 +43474,7 @@ "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", "line": 728, "column": 22, - "index": 31349 + "index": 31376 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -44554,7 +44546,7 @@ "filePath": "src/packages/program-page/components/ProgramMain/components/InstructorCard/index.jsx", "line": 63, "column": 29, - "index": 1778 + "index": 1805 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", @@ -45324,7 +45316,7 @@ "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", "line": 721, "column": 22, - "index": 30802 + "index": 30829 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -45338,7 +45330,7 @@ "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", "line": 725, "column": 56, - "index": 31153 + "index": 31180 } ], "RemoveCircle": [ @@ -45346,7 +45338,7 @@ "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", "line": 726, "column": 54, - "index": 31243 + "index": 31270 } ], "FormatQuote": [ @@ -45354,7 +45346,7 @@ "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", "line": 774, "column": 18, - "index": 33527 + "index": 33554 } ], "Info": [ From 12c5573695d806e65d33eaa9b815a0d86c709854 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 09:12:58 -0500 Subject: [PATCH 38/40] docs: update dependent-usage.json (#2788) --- dependent-usage.json | 758 +++++++++++++++++++++++++------------------ 1 file changed, 434 insertions(+), 324 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index cd11c05738..f489c5adfb 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,16 +1,6 @@ { - "lastModified": 1699366087548, + "lastModified": 1699452458615, "projectUsages": [ - { - "version": "21.5.6", - "name": "edx-credentials", - "repository": { - "type": "git", - "url": "git://github.com/openedx/credentials" - }, - "folderName": "credentials", - "usages": {} - }, { "version": "12.8.0", "name": "edx-enterprise", @@ -2037,21 +2027,51 @@ }, { "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", - "line": 68, + "line": 88, "column": 6, - "index": 2202 + "index": 3169 }, { "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", - "line": 76, + "line": 96, "column": 12, - "index": 2450 + "index": 3438 }, { "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", - "line": 80, + "line": 100, "column": 12, - "index": 2652 + "index": 3640 + }, + { + "filePath": "src/components/learner-credit-management/cards/status-modals/ContentNotInCatalogErrorAlertModal.jsx", + "line": 33, + "column": 10, + "index": 970 + }, + { + "filePath": "src/components/learner-credit-management/cards/status-modals/NotEnoughBalanceAlertModal.jsx", + "line": 35, + "column": 10, + "index": 979 + }, + { + "filePath": "src/components/learner-credit-management/cards/status-modals/NotEnoughBalanceAlertModal.jsx", + "line": 36, + "column": 10, + "index": 1072 + }, + { + "filePath": "src/components/learner-credit-management/cards/status-modals/SystemErrorAlertModal.jsx", + "line": 29, + "column": 10, + "index": 664 + }, + { + "filePath": "src/components/learner-credit-management/cards/status-modals/SystemErrorAlertModal.jsx", + "line": 30, + "column": 10, + "index": 757 }, { "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", @@ -2065,6 +2085,18 @@ "column": 4, "index": 621 }, + { + "filePath": "src/components/learner-credit-management/tests/BudgetDetailPageWrapper.test.jsx", + "line": 77, + "column": 10, + "index": 2546 + }, + { + "filePath": "src/components/learner-credit-management/tests/BudgetDetailPageWrapper.test.jsx", + "line": 78, + "column": 10, + "index": 2613 + }, { "filePath": "src/components/NewFeatureAlertBrowseAndRequest/index.jsx", "line": 50, @@ -2271,15 +2303,15 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 83, + "line": 86, "column": 14, - "index": 3279 + "index": 3484 }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 96, + "line": 99, "column": 14, - "index": 3780 + "index": 3945 }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", @@ -2597,39 +2629,39 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 150, + "line": 154, "column": 39, - "index": 5999 + "index": 6209 }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 204, + "line": 208, "column": 37, - "index": 8059 + "index": 8269 }, { "filePath": "src/components/settings/SettingsSSOTab/NewExistingSSOConfigs.jsx", - "line": 160, + "line": 159, "column": 10, - "index": 5219 + "index": 5166 }, { "filePath": "src/components/settings/SettingsSSOTab/NewExistingSSOConfigs.jsx", - "line": 161, + "line": 160, "column": 10, - "index": 5242 + "index": 5189 }, { "filePath": "src/components/settings/SettingsSSOTab/NewExistingSSOConfigs.jsx", - "line": 162, + "line": 161, "column": 10, - "index": 5265 + "index": 5212 }, { "filePath": "src/components/settings/SettingsSSOTab/NewExistingSSOConfigs.jsx", - "line": 163, + "line": 162, "column": 10, - "index": 5288 + "index": 5235 }, { "filePath": "src/components/subscriptions/SubscriptionDetailsSkeleton.jsx", @@ -3431,7 +3463,7 @@ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", "line": 43, "column": 4, - "index": 1012 + "index": 994 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -3619,7 +3651,7 @@ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", "line": 61, "column": 8, - "index": 1564 + "index": 1546 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -3759,7 +3791,7 @@ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", "line": 62, "column": 10, - "index": 1589 + "index": 1571 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", @@ -3923,7 +3955,7 @@ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", "line": 55, "column": 12, - "index": 1351 + "index": 1333 }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", @@ -4041,11 +4073,29 @@ "column": 32, "index": 373 }, + { + "filePath": "src/components/learner-credit-management/cards/CreateAllocationErrorAlertModals.jsx", + "line": 13, + "column": 74, + "index": 569 + }, + { + "filePath": "src/components/learner-credit-management/cards/CreateAllocationErrorAlertModals.jsx", + "line": 14, + "column": 71, + "index": 658 + }, + { + "filePath": "src/components/learner-credit-management/cards/CreateAllocationErrorAlertModals.jsx", + "line": 15, + "column": 74, + "index": 750 + }, { "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", - "line": 32, + "line": 33, "column": 32, - "index": 1110 + "index": 1274 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx", @@ -4091,15 +4141,15 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 28, + "line": 29, "column": 32, - "index": 1422 + "index": 1468 }, { "filePath": "src/components/settings/SettingsSSOTab/NewExistingSSOConfigs.jsx", - "line": 31, + "line": 32, "column": 48, - "index": 1364 + "index": 1410 }, { "filePath": "src/components/subscriptions/expiration/SubscriptionExpirationModals.jsx", @@ -4819,27 +4869,27 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 131, + "line": 135, "column": 12, - "index": 5331 + "index": 5541 }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 136, + "line": 140, "column": 12, - "index": 5534 + "index": 5744 }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 185, + "line": 189, "column": 10, - "index": 7429 + "index": 7639 }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 190, + "line": 194, "column": 10, - "index": 7622 + "index": 7832 }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigAlerts.jsx", @@ -5041,6 +5091,24 @@ "column": 38, "index": 660 }, + { + "filePath": "src/components/learner-credit-management/cards/status-modals/ContentNotInCatalogErrorAlertModal.jsx", + "line": 27, + "column": 12, + "index": 775 + }, + { + "filePath": "src/components/learner-credit-management/cards/status-modals/NotEnoughBalanceAlertModal.jsx", + "line": 29, + "column": 12, + "index": 825 + }, + { + "filePath": "src/components/learner-credit-management/cards/status-modals/SystemErrorAlertModal.jsx", + "line": 23, + "column": 12, + "index": 508 + }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/FailedAlert.jsx", "line": 6, @@ -5559,6 +5627,12 @@ "column": 4, "index": 502 }, + { + "filePath": "src/components/learner-credit-management/BudgetDetailPageWrapper.jsx", + "line": 43, + "column": 6, + "index": 1803 + }, { "filePath": "src/components/settings/SettingsAccessTab/LinkCopiedToast.jsx", "line": 5, @@ -5603,15 +5677,15 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 141, + "line": 145, "column": 14, - "index": 5742 + "index": 5952 }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 195, + "line": 199, "column": 12, - "index": 7820 + "index": 8030 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx", @@ -6119,6 +6193,24 @@ "column": 6, "index": 13419 }, + { + "filePath": "src/components/learner-credit-management/cards/status-modals/ContentNotInCatalogErrorAlertModal.jsx", + "line": 24, + "column": 4, + "index": 711 + }, + { + "filePath": "src/components/learner-credit-management/cards/status-modals/NotEnoughBalanceAlertModal.jsx", + "line": 26, + "column": 4, + "index": 761 + }, + { + "filePath": "src/components/learner-credit-management/cards/status-modals/SystemErrorAlertModal.jsx", + "line": 20, + "column": 4, + "index": 444 + }, { "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx", "line": 32, @@ -6201,9 +6293,27 @@ }, { "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", - "line": 75, + "line": 95, "column": 10, - "index": 2426 + "index": 3414 + }, + { + "filePath": "src/components/learner-credit-management/cards/status-modals/ContentNotInCatalogErrorAlertModal.jsx", + "line": 32, + "column": 8, + "index": 948 + }, + { + "filePath": "src/components/learner-credit-management/cards/status-modals/NotEnoughBalanceAlertModal.jsx", + "line": 34, + "column": 8, + "index": 957 + }, + { + "filePath": "src/components/learner-credit-management/cards/status-modals/SystemErrorAlertModal.jsx", + "line": 28, + "column": 8, + "index": 642 }, { "filePath": "src/components/settings/SettingsAccessTab/ActionsTableCell.jsx", @@ -6279,9 +6389,9 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 79, + "line": 82, "column": 12, - "index": 3130 + "index": 3335 }, { "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx", @@ -6521,9 +6631,9 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 56, + "line": 59, "column": 8, - "index": 2263 + "index": 2468 }, { "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx", @@ -6601,9 +6711,9 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 64, + "line": 67, "column": 10, - "index": 2471 + "index": 2676 }, { "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx", @@ -6675,9 +6785,9 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 65, + "line": 68, "column": 12, - "index": 2504 + "index": 2709 }, { "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx", @@ -6749,9 +6859,9 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 69, + "line": 72, "column": 10, - "index": 2643 + "index": 2848 }, { "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx", @@ -6885,9 +6995,9 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 78, + "line": 81, "column": 10, - "index": 3097 + "index": 3302 }, { "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx", @@ -7091,27 +7201,27 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 131, + "line": 135, "column": 43, - "index": 5362 + "index": 5572 }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 136, + "line": 140, "column": 43, - "index": 5565 + "index": 5775 }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 185, + "line": 189, "column": 41, - "index": 7460 + "index": 7670 }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 190, + "line": 194, "column": 41, - "index": 7653 + "index": 7863 }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigForm.jsx", @@ -7747,9 +7857,9 @@ }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageWrapper.jsx", - "line": 23, + "line": 34, "column": 6, - "index": 787 + "index": 1285 }, { "filePath": "src/components/learner-credit-management/cards/AssignmentModalContent.jsx", @@ -8011,9 +8121,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", - "line": 81, + "line": 101, "column": 12, - "index": 2723 + "index": 3711 }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", @@ -8139,9 +8249,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", - "line": 76, + "line": 96, "column": 43, - "index": 2481 + "index": 3469 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -8211,15 +8321,15 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 104, + "line": 108, "column": 12, - "index": 3996 + "index": 4206 }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 158, + "line": 162, "column": 8, - "index": 6172 + "index": 6382 }, { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigForm.jsx", @@ -8321,9 +8431,9 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 98, + "line": 101, "column": 28, - "index": 3873 + "index": 4038 }, { "filePath": "src/components/settings/SettingsSSOTab/NoSSOCard.jsx", @@ -8431,7 +8541,7 @@ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", "line": 44, "column": 6, - "index": 1101 + "index": 1083 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", @@ -8469,7 +8579,7 @@ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", "line": 51, "column": 8, - "index": 1251 + "index": 1233 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", @@ -8531,7 +8641,7 @@ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", "line": 66, "column": 8, - "index": 1727 + "index": 1709 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", @@ -8621,9 +8731,9 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/NewExistingSSOConfigs.jsx", - "line": 40, + "line": 41, "column": 10, - "index": 1597 + "index": 1643 } ], "ActionRow.Spacer": [ @@ -8659,9 +8769,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", - "line": 79, + "line": 99, "column": 12, - "index": 2619 + "index": 3607 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/index.jsx", @@ -8679,9 +8789,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", - "line": 69, + "line": 89, "column": 6, - "index": 2251 + "index": 3218 } ], "Stepper.Header": [ @@ -8777,13 +8887,13 @@ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", "line": 22, "column": 44, - "index": 523 + "index": 505 }, { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", "line": 23, "column": 49, - "index": 603 + "index": 585 }, { "filePath": "src/components/learner-credit-management/data/hooks/useIsLargeOrGreater.js", @@ -9345,7 +9455,7 @@ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", "line": 50, "column": 6, - "index": 1231 + "index": 1213 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", @@ -9393,13 +9503,13 @@ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", "line": 22, "column": 18, - "index": 497 + "index": 479 }, { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", "line": 23, "column": 23, - "index": 577 + "index": 559 }, { "filePath": "src/components/learner-credit-management/data/hooks/useIsLargeOrGreater.js", @@ -9845,9 +9955,9 @@ }, { "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 80, + "line": 83, "column": 14, - "index": 3156 + "index": 3361 }, { "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx", @@ -12061,7 +12171,7 @@ } }, { - "version": "20.46.2", + "version": "21.5.6", "name": "@edx/frontend-app-course-authoring", "repository": { "type": "git", @@ -12096,9 +12206,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 120, + "line": 115, "column": 6, - "index": 3883 + "index": 3746 }, { "filePath": "src/export-page/CourseExportPage.jsx", @@ -12132,9 +12242,9 @@ }, { "filePath": "src/schedule-and-details/index.jsx", - "line": 164, + "line": 169, "column": 6, - "index": 5075 + "index": 5134 }, { "filePath": "src/studio-home/StudioHome.jsx", @@ -12320,9 +12430,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 155, + "line": 150, "column": 8, - "index": 5068 + "index": 4931 }, { "filePath": "src/export-page/CourseExportPage.jsx", @@ -12350,9 +12460,9 @@ }, { "filePath": "src/schedule-and-details/index.jsx", - "line": 189, + "line": 194, "column": 10, - "index": 5992 + "index": 6051 }, { "filePath": "src/studio-home/StudioHome.jsx", @@ -12412,15 +12522,15 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 162, + "line": 157, "column": 10, - "index": 5416 + "index": 5279 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 208, + "line": 202, "column": 10, - "index": 7316 + "index": 7142 }, { "filePath": "src/export-page/CourseExportPage.jsx", @@ -12478,15 +12588,15 @@ }, { "filePath": "src/schedule-and-details/index.jsx", - "line": 196, + "line": 201, "column": 12, - "index": 6244 + "index": 6303 }, { "filePath": "src/schedule-and-details/index.jsx", - "line": 295, + "line": 300, "column": 12, - "index": 10711 + "index": 10770 }, { "filePath": "src/studio-home/StudioHome.jsx", @@ -12624,21 +12734,21 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 135, + "line": 130, "column": 10, - "index": 4452 + "index": 4315 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 149, + "line": 144, "column": 12, - "index": 4907 + "index": 4770 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 229, + "line": 223, "column": 12, - "index": 8179 + "index": 8005 }, { "filePath": "src/export-page/CourseExportPage.jsx", @@ -12918,9 +13028,9 @@ }, { "filePath": "src/schedule-and-details/index.jsx", - "line": 325, + "line": 330, "column": 14, - "index": 11739 + "index": 11798 }, { "filePath": "src/schedule-and-details/instructors-section/index.jsx", @@ -13004,9 +13114,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 201, + "line": 195, "column": 12, - "index": 7092 + "index": 6918 }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", @@ -13058,9 +13168,9 @@ }, { "filePath": "src/schedule-and-details/index.jsx", - "line": 333, + "line": 338, "column": 12, - "index": 11993 + "index": 12052 }, { "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", @@ -13202,9 +13312,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 130, + "line": 125, "column": 8, - "index": 4296 + "index": 4159 }, { "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", @@ -13512,15 +13622,15 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 101, + "line": 96, "column": 15, - "index": 3261 + "index": 3124 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 102, + "line": 97, "column": 15, - "index": 3296 + "index": 3159 }, { "filePath": "src/files-and-videos/FileMenu.jsx", @@ -13846,15 +13956,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 55, + "line": 53, "column": 32, - "index": 1614 - }, - { - "filePath": "src/custom-pages/CustomPages.jsx", - "line": 56, - "column": 59, - "index": 1691 + "index": 1598 }, { "filePath": "src/files-and-videos/FileTable.jsx", @@ -14334,9 +14438,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 134, + "line": 129, "column": 10, - "index": 4421 + "index": 4284 }, { "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", @@ -15070,9 +15174,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 142, + "line": 137, "column": 10, - "index": 4677 + "index": 4540 }, { "filePath": "src/export-page/export-sidebar/ExportSidebar.jsx", @@ -15880,9 +15984,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 102, + "line": 97, "column": 26, - "index": 3307 + "index": 3170 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -15894,15 +15998,15 @@ "Add": [ { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 101, + "line": 96, "column": 26, - "index": 3272 + "index": 3135 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 136, + "line": 131, "column": 24, - "index": 4484 + "index": 4347 }, { "filePath": "src/files-and-videos/table-components/TableActions.jsx", @@ -15938,17 +16042,17 @@ "Breadcrumb": [ { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 122, + "line": 117, "column": 10, - "index": 3977 + "index": 3840 } ], "ModalDialog": [ { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 240, + "line": 234, "column": 8, - "index": 8520 + "index": 8346 }, { "filePath": "src/files-and-videos/FileInfo.jsx", @@ -15990,9 +16094,9 @@ "ModalDialog.Header": [ { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 246, + "line": 240, "column": 10, - "index": 8694 + "index": 8520 }, { "filePath": "src/files-and-videos/FileInfo.jsx", @@ -16034,9 +16138,9 @@ "ModalDialog.Title": [ { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 247, + "line": 241, "column": 12, - "index": 8727 + "index": 8553 }, { "filePath": "src/files-and-videos/FileInfo.jsx", @@ -16078,9 +16182,9 @@ "ModalDialog.Body": [ { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 251, + "line": 245, "column": 10, - "index": 8893 + "index": 8719 }, { "filePath": "src/files-and-videos/FileInfo.jsx", @@ -16122,9 +16226,9 @@ "Image": [ { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 252, + "line": 246, "column": 12, - "index": 8924 + "index": 8750 }, { "filePath": "src/files-and-videos/files-page/AssetThumbnail.jsx", @@ -17620,9 +17724,9 @@ }, { "filePath": "src/schedule-and-details/index.jsx", - "line": 346, + "line": 351, "column": 16, - "index": 12422 + "index": 12481 }, { "filePath": "src/studio-home/processing-courses/course-item/index.jsx", @@ -18030,9 +18134,9 @@ "CheckCircleIcon": [ { "filePath": "src/schedule-and-details/index.jsx", - "line": 169, + "line": 174, "column": 18, - "index": 5277 + "index": 5336 } ], "Col": [ @@ -23052,15 +23156,15 @@ }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", - "line": 41, + "line": 50, "column": 16, - "index": 1564 + "index": 2069 }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", - "line": 59, + "line": 69, "column": 16, - "index": 2423 + "index": 3121 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", @@ -23108,9 +23212,9 @@ }, { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 48, + "line": 56, "column": 6, - "index": 1411 + "index": 1733 }, { "filePath": "src/components/course/CourseEnrollmentFailedAlert.jsx", @@ -23222,9 +23326,9 @@ }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 106, + "line": 112, "column": 6, - "index": 3910 + "index": 4296 }, { "filePath": "src/components/license-activation/LicenseActivation.jsx", @@ -23642,9 +23746,9 @@ "Row": [ { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 49, + "line": 57, "column": 8, - "index": 1441 + "index": 1763 }, { "filePath": "src/components/course/CourseReview.jsx", @@ -23744,9 +23848,9 @@ }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", - "line": 23, + "line": 32, "column": 6, - "index": 837 + "index": 1342 }, { "filePath": "src/components/executive-education-2u/components/ErrorPageContent.jsx", @@ -23768,9 +23872,9 @@ }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 128, + "line": 134, "column": 14, - "index": 4703 + "index": 5089 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", @@ -23884,21 +23988,21 @@ "Col": [ { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 50, + "line": 58, "column": 10, - "index": 1474 + "index": 1796 }, { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 102, + "line": 111, "column": 10, - "index": 3375 + "index": 3882 }, { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 108, + "line": 117, "column": 10, - "index": 3634 + "index": 4141 }, { "filePath": "src/components/course/CourseReview.jsx", @@ -24022,15 +24126,15 @@ }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", - "line": 24, + "line": 33, "column": 8, - "index": 868 + "index": 1373 }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", - "line": 34, + "line": 43, "column": 8, - "index": 1161 + "index": 1666 }, { "filePath": "src/components/executive-education-2u/components/ErrorPageContent.jsx", @@ -24064,9 +24168,9 @@ }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 129, + "line": 135, "column": 16, - "index": 4742 + "index": 5128 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", @@ -24174,9 +24278,9 @@ "Breadcrumb": [ { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 53, + "line": 61, "column": 16, - "index": 1599 + "index": 1921 }, { "filePath": "src/components/pathway-progress/PathwayProgressHeader.jsx", @@ -24191,6 +24295,116 @@ "index": 2888 } ], + "Badge": [ + { + "filePath": "src/components/course/course-header/CourseHeader.jsx", + "line": 93, + "column": 84, + "index": 3164 + }, + { + "filePath": "src/components/course/CourseSkills.jsx", + "line": 45, + "column": 12, + "index": 1571 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", + "line": 452, + "column": 24, + "index": 12478 + }, + { + "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx", + "line": 87, + "column": 14, + "index": 2792 + }, + { + "filePath": "src/components/dashboard/sidebar/LearnerCreditSummaryCard.jsx", + "line": 21, + "column": 10, + "index": 643 + }, + { + "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx", + "line": 92, + "column": 16, + "index": 3170 + }, + { + "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx", + "line": 125, + "column": 12, + "index": 4417 + }, + { + "filePath": "src/components/pathway-progress/PathwayNode.jsx", + "line": 44, + "column": 50, + "index": 1426 + }, + { + "filePath": "src/components/pathway-progress/SubscriptionStatusCard.jsx", + "line": 32, + "column": 12, + "index": 1256 + }, + { + "filePath": "src/components/pathway/SearchPathwayCard.jsx", + "line": 124, + "column": 14, + "index": 3591 + }, + { + "filePath": "src/components/search/SearchProgramCard.jsx", + "line": 127, + "column": 8, + "index": 3590 + }, + { + "filePath": "src/components/skills-quiz/CourseCard.jsx", + "line": 86, + "column": 12, + "index": 2910 + }, + { + "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", + "line": 219, + "column": 22, + "index": 7487 + }, + { + "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", + "line": 226, + "column": 16, + "index": 7764 + }, + { + "filePath": "src/components/skills-quiz/SelectedJobSkills.jsx", + "line": 14, + "column": 10, + "index": 480 + }, + { + "filePath": "src/components/skills-quiz/SkillsCourses.jsx", + "line": 126, + "column": 10, + "index": 3966 + }, + { + "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx", + "line": 78, + "column": 18, + "index": 2622 + }, + { + "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx", + "line": 86, + "column": 18, + "index": 2836 + } + ], "useToggle": [ { "filePath": "src/components/course/course-header/CoursePreview.jsx", @@ -24326,9 +24540,9 @@ }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", - "line": 22, + "line": 31, "column": 4, - "index": 799 + "index": 1304 }, { "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx", @@ -24466,15 +24680,15 @@ }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", - "line": 25, + "line": 34, "column": 10, - "index": 899 + "index": 1404 }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", - "line": 35, + "line": 44, "column": 10, - "index": 1192 + "index": 1697 }, { "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx", @@ -25640,9 +25854,9 @@ "Skeleton": [ { "filePath": "src/components/course/CourseSidebarPrice.jsx", - "line": 27, + "line": 39, "column": 11, - "index": 1186 + "index": 1698 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", @@ -25652,27 +25866,27 @@ }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 120, + "line": 126, "column": 16, - "index": 4381 + "index": 4767 }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 125, + "line": 131, "column": 16, - "index": 4583 + "index": 4969 }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 145, + "line": 153, "column": 16, - "index": 5466 + "index": 6051 }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 153, + "line": 161, "column": 16, - "index": 5743 + "index": 6328 }, { "filePath": "src/components/pathway/PathwayModal.jsx", @@ -25785,110 +25999,6 @@ "index": 1110 } ], - "Badge": [ - { - "filePath": "src/components/course/CourseSkills.jsx", - "line": 45, - "column": 12, - "index": 1571 - }, - { - "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 452, - "column": 24, - "index": 12478 - }, - { - "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx", - "line": 87, - "column": 14, - "index": 2792 - }, - { - "filePath": "src/components/dashboard/sidebar/LearnerCreditSummaryCard.jsx", - "line": 21, - "column": 10, - "index": 643 - }, - { - "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx", - "line": 92, - "column": 16, - "index": 3170 - }, - { - "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx", - "line": 125, - "column": 12, - "index": 4417 - }, - { - "filePath": "src/components/pathway-progress/PathwayNode.jsx", - "line": 44, - "column": 50, - "index": 1426 - }, - { - "filePath": "src/components/pathway-progress/SubscriptionStatusCard.jsx", - "line": 32, - "column": 12, - "index": 1256 - }, - { - "filePath": "src/components/pathway/SearchPathwayCard.jsx", - "line": 124, - "column": 14, - "index": 3591 - }, - { - "filePath": "src/components/search/SearchProgramCard.jsx", - "line": 127, - "column": 8, - "index": 3590 - }, - { - "filePath": "src/components/skills-quiz/CourseCard.jsx", - "line": 86, - "column": 12, - "index": 2910 - }, - { - "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 219, - "column": 22, - "index": 7487 - }, - { - "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 226, - "column": 16, - "index": 7764 - }, - { - "filePath": "src/components/skills-quiz/SelectedJobSkills.jsx", - "line": 14, - "column": 10, - "index": 480 - }, - { - "filePath": "src/components/skills-quiz/SkillsCourses.jsx", - "line": 126, - "column": 10, - "index": 3966 - }, - { - "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx", - "line": 78, - "column": 18, - "index": 2622 - }, - { - "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx", - "line": 86, - "column": 18, - "index": 2836 - } - ], "Modal": [ { "filePath": "src/components/course/EnrollModal.jsx", @@ -41728,7 +41838,7 @@ "filePath": "src/packages/resource-page/template/ResourcePage/index.jsx", "line": 81, "column": 6, - "index": 2858 + "index": 2859 }, { "filePath": "src/packages/search-page/components/BaseHeader/components/SearchInput.jsx", @@ -42948,7 +43058,7 @@ "filePath": "src/packages/resource-page/template/ResourcePage/index.jsx", "line": 137, "column": 14, - "index": 4876 + "index": 4877 }, { "filePath": "src/packages/search-page/components/AutoComplete/components/ManagedAutoComplete/index.jsx", From cccb2a630583897fe4faea0f59d4c87d7e279df6 Mon Sep 17 00:00:00 2001 From: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com> Date: Thu, 9 Nov 2023 03:22:31 -0500 Subject: [PATCH 39/40] chore: update browserslist DB (#2762) Co-authored-by: adamstankiewicz --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 739d75f234..81f919954c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12538,9 +12538,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001553", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001553.tgz", - "integrity": "sha512-N0ttd6TrFfuqKNi+pMgWJTb9qrdJu4JSpgPFLe/lrD19ugC6fZgF0pUewRowDwzdDnb9V41mFcdlYgl/PyKf4A==", + "version": "1.0.30001561", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001561.tgz", + "integrity": "sha512-NTt0DNoKe958Q0BE0j0c1V9jbUzhBxHIEJy7asmGrpE0yG63KTV7PLHPnK2E1O9RsQrQ081I3NLuXGS6zht3cw==", "funding": [ { "type": "opencollective", From e75a5ad9bc5d708425031945b6a2b7c37d54dc7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 09:14:13 -0500 Subject: [PATCH 40/40] docs: update dependent-usage.json (#2793) --- dependent-usage.json | 848 +++++++++++++++++-------------------------- 1 file changed, 331 insertions(+), 517 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index f489c5adfb..f9bcc2d5ce 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1699452458615, + "lastModified": 1699538928781, "projectUsages": [ { "version": "12.8.0", @@ -5469,9 +5469,9 @@ }, { "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", - "line": 22, - "column": 2, - "index": 979 + "line": 45, + "column": 4, + "index": 1586 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx", @@ -9475,7 +9475,7 @@ "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", "line": 15, "column": 31, - "index": 825 + "index": 841 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx", @@ -12763,79 +12763,79 @@ "index": 2949 }, { - "filePath": "src/files-and-videos/FileTable.jsx", - "line": 257, + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 253, "column": 12, - "index": 7625 + "index": 7493 }, { - "filePath": "src/files-and-videos/FileTable.jsx", - "line": 260, + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 256, "column": 12, - "index": 7784 + "index": 7652 }, { - "filePath": "src/files-and-videos/table-components/FilterStatus.jsx", + "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx", "line": 28, "column": 6, "index": 758 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 62, "column": 18, "index": 1320 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 75, "column": 20, "index": 1654 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 86, "column": 20, "index": 2020 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 97, "column": 20, "index": 2383 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 107, "column": 16, "index": 2736 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 117, "column": 16, "index": 3041 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 126, "column": 16, "index": 3323 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 34, "column": 6, "index": 833 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 70, "column": 6, "index": 2179 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 149, "column": 12, "index": 4980 @@ -12844,13 +12844,13 @@ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", "line": 59, "column": 14, - "index": 1550 + "index": 1548 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", "line": 62, "column": 14, - "index": 1738 + "index": 1736 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/TranscriptTab.jsx", @@ -12871,16 +12871,16 @@ "index": 4533 }, { - "filePath": "src/files-and-videos/videos-page/Videos.jsx", - "line": 175, + "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", + "line": 179, "column": 14, - "index": 5426 + "index": 5344 }, { "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", "line": 89, "column": 12, - "index": 2493 + "index": 2491 }, { "filePath": "src/generic/ConfirmationPopup.jsx", @@ -13014,12 +13014,6 @@ "column": 20, "index": 5377 }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 409, - "column": 8, - "index": 16910 - }, { "filePath": "src/schedule-and-details/basic-section/index.jsx", "line": 119, @@ -13152,7 +13146,7 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 588, "column": 12, - "index": 22858 + "index": 22859 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -13237,10 +13231,10 @@ "index": 3225 }, { - "filePath": "src/files-and-videos/FileTable.jsx", - "line": 251, + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 247, "column": 6, - "index": 7404 + "index": 7272 }, { "filePath": "src/generic/modal-error/ModalError.jsx", @@ -13317,37 +13311,37 @@ "index": 4159 }, { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", "line": 58, "column": 6, - "index": 1426 + "index": 1429 }, { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", "line": 75, "column": 6, - "index": 1975 + "index": 1978 }, { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", "line": 89, "column": 6, - "index": 2407 + "index": 2410 }, { - "filePath": "src/files-and-videos/FileTable.jsx", - "line": 256, + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 252, "column": 10, - "index": 7601 + "index": 7469 }, { - "filePath": "src/files-and-videos/table-components/GalleryCard.jsx", + "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", "line": 33, "column": 10, - "index": 748 + "index": 747 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 145, "column": 10, "index": 4793 @@ -13359,10 +13353,10 @@ "index": 1892 }, { - "filePath": "src/files-and-videos/videos-page/Videos.jsx", - "line": 169, + "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", + "line": 173, "column": 10, - "index": 5216 + "index": 5134 }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", @@ -13410,7 +13404,7 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 584, "column": 10, - "index": 22662 + "index": 22663 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -13502,43 +13496,25 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 255, "column": 12, - "index": 9745 + "index": 9746 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 422, "column": 6, - "index": 16256 + "index": 16257 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 449, "column": 6, - "index": 16986 + "index": 16987 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", "line": 327, "column": 16, "index": 9481 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 237, - "column": 12, - "index": 8932 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 448, - "column": 6, - "index": 17843 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 470, - "column": 6, - "index": 18476 } ], "Icon": [ @@ -13633,70 +13609,70 @@ "index": 3159 }, { - "filePath": "src/files-and-videos/FileMenu.jsx", - "line": 30, - "column": 14, - "index": 635 - }, - { - "filePath": "src/files-and-videos/files-page/AssetThumbnail.jsx", - "line": 47, - "column": 10, - "index": 1097 - }, - { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", "line": 67, "column": 18, - "index": 1684 + "index": 1687 }, { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", "line": 84, "column": 18, - "index": 2233 + "index": 2236 }, { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", "line": 98, "column": 18, - "index": 2790 + "index": 2793 }, { - "filePath": "src/files-and-videos/table-components/GalleryCard.jsx", + "filePath": "src/files-and-videos/files-page/FileThumbnail.jsx", + "line": 47, + "column": 10, + "index": 1095 + }, + { + "filePath": "src/files-and-videos/generic/FileMenu.jsx", + "line": 30, + "column": 14, + "index": 635 + }, + { + "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", "line": 78, "column": 45, - "index": 2513 + "index": 2512 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/AccessColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", "line": 24, "column": 8, "index": 633 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/AccessColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", "line": 26, "column": 8, "index": 685 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/ActiveColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/ActiveColumn.jsx", "line": 9, "column": 35, "index": 317 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 41, "column": 16, "index": 793 }, { - "filePath": "src/files-and-videos/UsageMetricsMessage.jsx", + "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx", "line": 32, "column": 8, - "index": 988 + "index": 991 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", @@ -13708,7 +13684,7 @@ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", "line": 92, "column": 22, - "index": 2787 + "index": 2785 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", @@ -13750,7 +13726,7 @@ "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", "line": 75, "column": 12, - "index": 2101 + "index": 2099 }, { "filePath": "src/generic/CollapsableEditor.jsx", @@ -13961,37 +13937,37 @@ "index": 1598 }, { - "filePath": "src/files-and-videos/FileTable.jsx", - "line": 54, + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 55, "column": 56, - "index": 1299 + "index": 1319 }, { - "filePath": "src/files-and-videos/FileTable.jsx", - "line": 55, + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 56, "column": 59, - "index": 1376 + "index": 1396 }, { - "filePath": "src/files-and-videos/FileTable.jsx", - "line": 56, + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 57, "column": 47, - "index": 1441 + "index": 1461 }, { - "filePath": "src/files-and-videos/FileTable.jsx", - "line": 58, + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 59, "column": 86, - "index": 1601 + "index": 1621 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 26, "column": 36, "index": 539 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 27, "column": 44, "index": 665 @@ -14000,13 +13976,13 @@ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", "line": 26, "column": 68, - "index": 715 + "index": 713 }, { - "filePath": "src/files-and-videos/videos-page/Videos.jsx", - "line": 47, + "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", + "line": 50, "column": 86, - "index": 1543 + "index": 1385 } ], "Card": [ @@ -14023,16 +13999,16 @@ "index": 3558 }, { - "filePath": "src/files-and-videos/table-components/GalleryCard.jsx", + "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", "line": 29, "column": 4, - "index": 571 + "index": 570 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", "line": 52, "column": 8, - "index": 1238 + "index": 1236 }, { "filePath": "src/generic/ConfirmationPopup.jsx", @@ -14154,7 +14130,7 @@ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", "line": 54, "column": 10, - "index": 1368 + "index": 1366 }, { "filePath": "src/generic/ConfirmationPopup.jsx", @@ -14225,16 +14201,16 @@ "index": 3583 }, { - "filePath": "src/files-and-videos/table-components/GalleryCard.jsx", + "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", "line": 30, "column": 6, - "index": 671 + "index": 670 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", "line": 53, "column": 10, - "index": 1272 + "index": 1270 }, { "filePath": "src/generic/ConfirmationPopup.jsx", @@ -14305,25 +14281,25 @@ "index": 1728 }, { - "filePath": "src/files-and-videos/FileMenu.jsx", - "line": 28, - "column": 10, - "index": 587 - }, - { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", "line": 65, "column": 8, - "index": 1626 + "index": 1629 }, { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", "line": 82, "column": 8, - "index": 2175 + "index": 2178 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/FileMenu.jsx", + "line": 28, + "column": 10, + "index": 587 + }, + { + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 39, "column": 6, "index": 741 @@ -14332,7 +14308,7 @@ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", "line": 91, "column": 12, - "index": 2753 + "index": 2751 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", @@ -14397,10 +14373,10 @@ "index": 1830 }, { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", "line": 97, "column": 15, - "index": 2759 + "index": 2762 }, { "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", @@ -14417,7 +14393,7 @@ "index": 2055 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 46, "column": 6, "index": 899 @@ -14443,22 +14419,22 @@ "index": 4284 }, { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", "line": 64, "column": 8, - "index": 1597 + "index": 1600 }, { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", "line": 81, "column": 8, - "index": 2146 + "index": 2149 }, { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", "line": 102, "column": 8, - "index": 2860 + "index": 2863 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", @@ -14467,10 +14443,10 @@ "index": 2473 }, { - "filePath": "src/files-and-videos/videos-page/Videos.jsx", - "line": 173, + "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", + "line": 177, "column": 12, - "index": 5349 + "index": 5267 }, { "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx", @@ -14499,16 +14475,16 @@ "index": 3810 }, { - "filePath": "src/files-and-videos/table-components/GalleryCard.jsx", + "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", "line": 55, "column": 6, - "index": 1536 + "index": 1535 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", "line": 55, "column": 12, - "index": 1392 + "index": 1390 }, { "filePath": "src/generic/ConfirmationPopup.jsx", @@ -14780,25 +14756,25 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 298, "column": 12, - "index": 11150 + "index": 11151 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 324, "column": 10, - "index": 12311 + "index": 12312 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 355, "column": 12, - "index": 13852 + "index": 13853 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 378, "column": 12, - "index": 14946 + "index": 14947 }, { "filePath": "src/pages-and-resources/teams/GroupEditor.jsx", @@ -14806,36 +14782,6 @@ "column": 12, "index": 4168 }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 248, - "column": 8, - "index": 9273 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 270, - "column": 12, - "index": 10256 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 314, - "column": 10, - "index": 12164 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 338, - "column": 10, - "index": 13286 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 371, - "column": 12, - "index": 15105 - }, { "filePath": "src/schedule-and-details/details-section/index.jsx", "line": 24, @@ -15076,25 +15022,13 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 302, "column": 14, - "index": 11394 + "index": 11395 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 328, "column": 12, - "index": 12551 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 322, - "column": 12, - "index": 12527 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 346, - "column": 12, - "index": 13652 + "index": 12552 }, { "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", @@ -15254,7 +15188,7 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 239, "column": 4, - "index": 9245 + "index": 9246 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -15331,16 +15265,16 @@ "index": 1444 }, { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", "line": 39, "column": 4, - "index": 856 + "index": 859 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/InfoTab.jsx", "line": 14, "column": 4, - "index": 512 + "index": 515 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/TranscriptTab.jsx", @@ -15560,25 +15494,25 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 299, "column": 14, - "index": 11212 + "index": 11213 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 325, "column": 12, - "index": 12380 + "index": 12381 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 356, "column": 14, - "index": 13913 + "index": 13914 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 379, "column": 14, - "index": 15010 + "index": 15011 }, { "filePath": "src/pages-and-resources/teams/GroupEditor.jsx", @@ -15592,30 +15526,6 @@ "column": 21, "index": 5539 }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 271, - "column": 14, - "index": 10317 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 315, - "column": 12, - "index": 12224 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 339, - "column": 12, - "index": 13355 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 372, - "column": 14, - "index": 15169 - }, { "filePath": "src/schedule-and-details/details-section/index.jsx", "line": 25, @@ -15727,7 +15637,7 @@ "index": 791 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/StatusColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/StatusColumn.jsx", "line": 8, "column": 4, "index": 192 @@ -15736,7 +15646,7 @@ "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", "line": 79, "column": 14, - "index": 2270 + "index": 2268 }, { "filePath": "src/generic/processing-notification/index.jsx", @@ -15766,7 +15676,7 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 277, "column": 18, - "index": 10526 + "index": 10527 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -15875,10 +15785,10 @@ "index": 2785 }, { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", "line": 93, "column": 8, - "index": 2578 + "index": 2581 }, { "filePath": "src/grading-settings/grading-scale/GradingScale.jsx", @@ -15910,7 +15820,7 @@ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", "line": 93, "column": 19, - "index": 2812 + "index": 2810 } ], "EditOutline": [ @@ -16009,7 +15919,7 @@ "index": 4347 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 70, "column": 26, "index": 2199 @@ -16055,13 +15965,13 @@ "index": 8346 }, { - "filePath": "src/files-and-videos/FileInfo.jsx", - "line": 28, + "filePath": "src/files-and-videos/generic/InfoModal.jsx", + "line": 26, "column": 2, - "index": 625 + "index": 466 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 73, "column": 6, "index": 2323 @@ -16082,7 +15992,7 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 555, "column": 4, - "index": 21726 + "index": 21727 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -16099,13 +16009,13 @@ "index": 8520 }, { - "filePath": "src/files-and-videos/FileInfo.jsx", - "line": 36, + "filePath": "src/files-and-videos/generic/InfoModal.jsx", + "line": 34, "column": 4, - "index": 785 + "index": 626 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 80, "column": 8, "index": 2514 @@ -16126,7 +16036,7 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 566, "column": 8, - "index": 22019 + "index": 22020 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -16143,13 +16053,13 @@ "index": 8553 }, { - "filePath": "src/files-and-videos/FileInfo.jsx", - "line": 37, + "filePath": "src/files-and-videos/generic/InfoModal.jsx", + "line": 35, "column": 6, - "index": 812 + "index": 653 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 81, "column": 10, "index": 2545 @@ -16170,7 +16080,7 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 567, "column": 10, - "index": 22050 + "index": 22051 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -16187,13 +16097,13 @@ "index": 8719 }, { - "filePath": "src/files-and-videos/FileInfo.jsx", - "line": 45, + "filePath": "src/files-and-videos/generic/InfoModal.jsx", + "line": 43, "column": 4, - "index": 1079 + "index": 920 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 85, "column": 8, "index": 2701 @@ -16214,7 +16124,7 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 571, "column": 8, - "index": 22175 + "index": 22176 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -16231,16 +16141,16 @@ "index": 8750 }, { - "filePath": "src/files-and-videos/files-page/AssetThumbnail.jsx", + "filePath": "src/files-and-videos/files-page/FileThumbnail.jsx", "line": 30, "column": 8, - "index": 610 + "index": 608 }, { "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", "line": 61, "column": 10, - "index": 1650 + "index": 1648 }, { "filePath": "src/generic/course-upload-image/index.jsx", @@ -16257,49 +16167,83 @@ "index": 4099 } ], - "Toast": [ - { - "filePath": "src/files-and-videos/ApiStatusToast.jsx", - "line": 22, - "column": 4, - "index": 429 - } - ], "Truncate": [ { - "filePath": "src/files-and-videos/FileInfo.jsx", - "line": 39, + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 60, "column": 10, - "index": 892 + "index": 1501 }, { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", - "line": 60, + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 77, "column": 10, - "index": 1498 + "index": 2050 }, { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", - "line": 77, + "filePath": "src/files-and-videos/generic/InfoModal.jsx", + "line": 37, "column": 10, - "index": 2047 + "index": 733 }, { - "filePath": "src/files-and-videos/table-components/GalleryCard.jsx", + "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", "line": 69, "column": 10, - "index": 2132 + "index": 2131 + } + ], + "ContentCopy": [ + { + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 66, + "column": 15, + "index": 1656 + }, + { + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 83, + "column": 15, + "index": 2205 + } + ], + "CheckboxControl": [ + { + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 103, + "column": 8, + "index": 2892 + }, + { + "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx", + "line": 38, + "column": 12, + "index": 1339 + }, + { + "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx", + "line": 68, + "column": 14, + "index": 2151 + } + ], + "Toast": [ + { + "filePath": "src/files-and-videos/generic/ApiStatusToast.jsx", + "line": 22, + "column": 4, + "index": 429 } ], "Dropdown": [ { - "filePath": "src/files-and-videos/FileMenu.jsx", + "filePath": "src/files-and-videos/generic/FileMenu.jsx", "line": 25, "column": 2, "index": 466 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 37, "column": 6, "index": 968 @@ -16349,13 +16293,13 @@ ], "Dropdown.Toggle": [ { - "filePath": "src/files-and-videos/FileMenu.jsx", + "filePath": "src/files-and-videos/generic/FileMenu.jsx", "line": 26, "column": 4, "index": 522 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 38, "column": 8, "index": 1004 @@ -16405,13 +16349,13 @@ ], "MoreHoriz": [ { - "filePath": "src/files-and-videos/FileMenu.jsx", + "filePath": "src/files-and-videos/generic/FileMenu.jsx", "line": 29, "column": 11, "index": 610 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 40, "column": 13, "index": 766 @@ -16425,13 +16369,13 @@ ], "Dropdown.Menu": [ { - "filePath": "src/files-and-videos/FileMenu.jsx", + "filePath": "src/files-and-videos/generic/FileMenu.jsx", "line": 34, "column": 4, "index": 705 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 45, "column": 8, "index": 1237 @@ -16481,61 +16425,61 @@ ], "Dropdown.Item": [ { - "filePath": "src/files-and-videos/FileMenu.jsx", + "filePath": "src/files-and-videos/generic/FileMenu.jsx", "line": 36, "column": 8, "index": 764 }, { - "filePath": "src/files-and-videos/FileMenu.jsx", + "filePath": "src/files-and-videos/generic/FileMenu.jsx", "line": 43, "column": 10, "index": 931 }, { - "filePath": "src/files-and-videos/FileMenu.jsx", + "filePath": "src/files-and-videos/generic/FileMenu.jsx", "line": 48, "column": 10, "index": 1128 }, { - "filePath": "src/files-and-videos/FileMenu.jsx", + "filePath": "src/files-and-videos/generic/FileMenu.jsx", "line": 53, "column": 10, "index": 1322 }, { - "filePath": "src/files-and-videos/FileMenu.jsx", + "filePath": "src/files-and-videos/generic/FileMenu.jsx", "line": 58, "column": 6, "index": 1526 }, { - "filePath": "src/files-and-videos/FileMenu.jsx", + "filePath": "src/files-and-videos/generic/FileMenu.jsx", "line": 61, "column": 6, "index": 1645 }, { - "filePath": "src/files-and-videos/FileMenu.jsx", + "filePath": "src/files-and-videos/generic/FileMenu.jsx", "line": 65, "column": 6, "index": 1790 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 47, "column": 12, "index": 1301 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 54, "column": 10, "index": 1561 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 61, "column": 10, "index": 1833 @@ -16627,58 +16571,24 @@ ], "Dropdown.Divider": [ { - "filePath": "src/files-and-videos/FileMenu.jsx", + "filePath": "src/files-and-videos/generic/FileMenu.jsx", "line": 64, "column": 6, "index": 1763 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 60, "column": 10, "index": 1802 } ], - "ContentCopy": [ - { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", - "line": 66, - "column": 15, - "index": 1653 - }, - { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", - "line": 83, - "column": 15, - "index": 2202 - } - ], - "CheckboxControl": [ - { - "filePath": "src/files-and-videos/files-page/FileInfoAssetSidebar.jsx", - "line": 103, - "column": 8, - "index": 2889 - }, - { - "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx", - "line": 38, - "column": 12, - "index": 1339 - }, - { - "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx", - "line": 68, - "column": 14, - "index": 2151 - } - ], "DataTable": [ { - "filePath": "src/files-and-videos/FileTable.jsx", - "line": 179, + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 175, "column": 6, - "index": 4649 + "index": 4525 }, { "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx", @@ -16695,10 +16605,10 @@ ], "Dropzone": [ { - "filePath": "src/files-and-videos/FileTable.jsx", - "line": 204, + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 200, "column": 10, - "index": 5481 + "index": 5357 }, { "filePath": "src/generic/course-upload-image/index.jsx", @@ -16715,18 +16625,18 @@ ], "DataTable.TableControlBar": [ { - "filePath": "src/files-and-videos/FileTable.jsx", - "line": 216, + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 212, "column": 12, - "index": 5955 + "index": 5831 } ], "CardView": [ { - "filePath": "src/files-and-videos/FileTable.jsx", - "line": 217, + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 213, "column": 40, - "index": 6025 + "index": 5901 }, { "filePath": "src/taxonomy/TaxonomyListPage.jsx", @@ -16737,10 +16647,10 @@ ], "DataTable.Table": [ { - "filePath": "src/files-and-videos/FileTable.jsx", - "line": 218, + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 214, "column": 40, - "index": 6179 + "index": 6055 }, { "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx", @@ -16751,32 +16661,32 @@ ], "DataTable.EmptyTable": [ { - "filePath": "src/files-and-videos/FileTable.jsx", - "line": 219, + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 215, "column": 12, - "index": 6213 + "index": 6089 } ], "DataTable.TableFooter": [ { - "filePath": "src/files-and-videos/FileTable.jsx", - "line": 220, + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 216, "column": 12, - "index": 6311 + "index": 6187 } ], "Card.Footer": [ { - "filePath": "src/files-and-videos/table-components/GalleryCard.jsx", + "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", "line": 74, "column": 6, - "index": 2301 + "index": 2300 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", "line": 58, "column": 12, - "index": 1522 + "index": 1520 }, { "filePath": "src/generic/ConfirmationPopup.jsx", @@ -16823,23 +16733,23 @@ ], "Chip": [ { - "filePath": "src/files-and-videos/table-components/GalleryCard.jsx", + "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", "line": 75, "column": 8, - "index": 2412 + "index": 2411 } ], "ClosedCaption": [ { - "filePath": "src/files-and-videos/table-components/GalleryCard.jsx", + "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", "line": 78, "column": 66, - "index": 2534 + "index": 2533 } ], "OverlayTrigger": [ { - "filePath": "src/files-and-videos/table-components/table-custom-columns/AccessColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", "line": 15, "column": 4, "index": 404 @@ -16859,7 +16769,7 @@ ], "Tooltip": [ { - "filePath": "src/files-and-videos/table-components/table-custom-columns/AccessColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", "line": 18, "column": 8, "index": 467 @@ -16879,7 +16789,7 @@ ], "Locked": [ { - "filePath": "src/files-and-videos/table-components/table-custom-columns/AccessColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", "line": 24, "column": 19, "index": 644 @@ -16887,7 +16797,7 @@ ], "LockOpen": [ { - "filePath": "src/files-and-videos/table-components/table-custom-columns/AccessColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", "line": 26, "column": 19, "index": 696 @@ -16895,7 +16805,7 @@ ], "Check": [ { - "filePath": "src/files-and-videos/table-components/table-custom-columns/ActiveColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/ActiveColumn.jsx", "line": 9, "column": 46, "index": 328 @@ -16933,7 +16843,7 @@ ], "Menu": [ { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 56, "column": 8, "index": 1086 @@ -16941,43 +16851,43 @@ ], "MenuItem": [ { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 61, "column": 12, "index": 1292 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 74, "column": 14, "index": 1624 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 85, "column": 14, "index": 1990 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 96, "column": 14, "index": 2353 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 106, "column": 10, "index": 2710 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 116, "column": 10, "index": 3015 }, { - "filePath": "src/files-and-videos/table-components/table-custom-columns/MoreInfoColumn.jsx", + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", "line": 125, "column": 10, "index": 3297 @@ -16985,7 +16895,7 @@ ], "SelectableBox.Set": [ { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 86, "column": 10, "index": 2730 @@ -17005,37 +16915,37 @@ ], "SelectableBox": [ { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 94, "column": 12, "index": 2959 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 102, "column": 12, "index": 3250 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 110, "column": 12, "index": 3539 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 118, "column": 12, "index": 3835 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 126, "column": 12, "index": 4127 }, { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 134, "column": 12, "index": 4414 @@ -17067,7 +16977,7 @@ ], "ModalDialog.Footer": [ { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 144, "column": 8, "index": 4762 @@ -17088,7 +16998,7 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 579, "column": 8, - "index": 22557 + "index": 22558 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -17099,7 +17009,7 @@ ], "ModalDialog.CloseButton": [ { - "filePath": "src/files-and-videos/table-components/TableActions.jsx", + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", "line": 146, "column": 12, "index": 4817 @@ -17120,7 +17030,7 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 585, "column": 12, - "index": 22686 + "index": 22687 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -17131,26 +17041,26 @@ ], "Row": [ { - "filePath": "src/files-and-videos/UsageMetricsMessage.jsx", + "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx", "line": 31, "column": 6, - "index": 953 + "index": 956 } ], "ErrorOutline": [ { - "filePath": "src/files-and-videos/UsageMetricsMessage.jsx", + "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx", "line": 35, "column": 15, - "index": 1072 + "index": 1075 } ], "Spinner": [ { - "filePath": "src/files-and-videos/UsageMetricsMessage.jsx", + "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx", "line": 43, "column": 8, - "index": 1243 + "index": 1246 }, { "filePath": "src/generic/Loading.jsx", @@ -17158,12 +17068,6 @@ "column": 4, "index": 291 }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 422, - "column": 33, - "index": 17316 - }, { "filePath": "src/taxonomy/TaxonomyListPage.jsx", "line": 86, @@ -17173,10 +17077,10 @@ ], "Tabs": [ { - "filePath": "src/files-and-videos/videos-page/info-sidebar/FileInfoVideoSidebar.jsx", + "filePath": "src/files-and-videos/videos-page/info-sidebar/VideoInfoModalSidebar.jsx", "line": 17, "column": 2, - "index": 366 + "index": 367 }, { "filePath": "src/studio-home/tabs-section/index.jsx", @@ -17187,16 +17091,16 @@ ], "Tab": [ { - "filePath": "src/files-and-videos/videos-page/info-sidebar/FileInfoVideoSidebar.jsx", + "filePath": "src/files-and-videos/videos-page/info-sidebar/VideoInfoModalSidebar.jsx", "line": 18, "column": 4, - "index": 377 + "index": 378 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/FileInfoVideoSidebar.jsx", + "filePath": "src/files-and-videos/videos-page/info-sidebar/VideoInfoModalSidebar.jsx", "line": 21, "column": 4, - "index": 501 + "index": 502 }, { "filePath": "src/studio-home/tabs-section/index.jsx", @@ -17252,7 +17156,7 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 565, "column": 6, - "index": 21951 + "index": 21952 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -17260,12 +17164,6 @@ "column": 10, "index": 8638 }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 233, - "column": 6, - "index": 8694 - }, { "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", "line": 19, @@ -17362,7 +17260,7 @@ "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", "line": 75, "column": 23, - "index": 2112 + "index": 2110 } ], "Alert.Heading": [ @@ -17502,37 +17400,13 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 437, "column": 14, - "index": 16715 + "index": 16716 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 466, "column": 14, - "index": 17609 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 153, - "column": 35, - "index": 6004 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 165, - "column": 35, - "index": 6560 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 462, - "column": 40, - "index": 18329 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 488, - "column": 14, - "index": 19111 + "index": 17610 } ], "FileUploadIcon": [ @@ -17630,13 +17504,13 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 311, "column": 14, - "index": 11771 + "index": 11772 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 338, "column": 12, - "index": 13051 + "index": 13052 }, { "filePath": "src/pages-and-resources/teams/Settings.jsx", @@ -17644,36 +17518,6 @@ "column": 14, "index": 4671 }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 258, - "column": 10, - "index": 9709 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 298, - "column": 14, - "index": 11497 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 330, - "column": 12, - "index": 12849 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 356, - "column": 12, - "index": 14313 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 399, - "column": 14, - "index": 16431 - }, { "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", "line": 30, @@ -17755,36 +17599,6 @@ "line": 161, "column": 14, "index": 6385 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 249, - "column": 10, - "index": 9332 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 278, - "column": 14, - "index": 10662 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 288, - "column": 14, - "index": 11080 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 379, - "column": 14, - "index": 15532 - }, - { - "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx", - "line": 389, - "column": 14, - "index": 15982 } ], "Form.Row": [ @@ -18024,13 +17838,13 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 359, "column": 14, - "index": 14098 + "index": 14099 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 382, "column": 14, - "index": 15197 + "index": 15198 }, { "filePath": "src/pages-and-resources/teams/GroupEditor.jsx", @@ -18056,25 +17870,25 @@ "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 364, "column": 16, - "index": 14284 + "index": 14285 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 367, "column": 16, - "index": 14465 + "index": 14466 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 387, "column": 16, - "index": 15395 + "index": 15396 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", "line": 390, "column": 16, - "index": 15582 + "index": 15583 }, { "filePath": "src/pages-and-resources/teams/GroupEditor.jsx", @@ -29424,9 +29238,9 @@ }, { "filePath": "src/courseware/course/Course.jsx", - "line": 155, + "line": 153, "column": 22, - "index": 5540 + "index": 5517 }, { "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx", @@ -29528,15 +29342,15 @@ }, { "filePath": "src/courseware/course/Course.jsx", - "line": 54, + "line": 55, "column": 47, - "index": 2016 + "index": 2034 }, { "filePath": "src/courseware/course/Course.jsx", - "line": 58, + "line": 61, "column": 64, - "index": 2248 + "index": 2411 }, { "filePath": "src/courseware/course/Course.test.jsx", @@ -33164,7 +32978,7 @@ "filePath": "src/profile/ProfilePage.jsx", "line": 147, "column": 10, - "index": 4394 + "index": 4408 } ], "Alert.Heading": [