diff --git a/.eslintrc.js b/.eslintrc.js
index aaf4750116..aec82a5036 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -3,9 +3,9 @@ const path = require('path');
module.exports = {
extends: [
'@edx/eslint-config',
- 'plugin:import/typescript',
],
- parser: '@babel/eslint-parser',
+ plugins: ['@typescript-eslint'],
+ parser: '@typescript-eslint/parser',
parserOptions: {
requireConfigFile: true,
babelOptions: {
@@ -30,7 +30,9 @@ module.exports = {
'**/*.stories.jsx',
'src/setupTest.ts',
'**/*.test.jsx',
+ '**/*.test.tsx',
'**/*.test.js',
+ '**/*.test.ts',
'config/*.js',
'*.config.ts',
'*.config.*.js',
@@ -62,13 +64,4 @@ module.exports = {
globals: {
newrelic: false,
},
- overrides: [
- {
- files: ['**/*.ts', '**/*.tsx'],
- extends: 'airbnb-typescript',
- parserOptions: {
- project: './tsconfig.json',
- },
- },
- ],
};
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000000..9186f7421b
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+version: 2
+updates:
+ # Adding new check for github-actions
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
diff --git a/.github/workflows/analyze-dependents.yml b/.github/workflows/analyze-dependents.yml
index 9514bce931..43024cc304 100644
--- a/.github/workflows/analyze-dependents.yml
+++ b/.github/workflows/analyze-dependents.yml
@@ -160,11 +160,6 @@ jobs:
with:
repository: openedx/frontend-learner-portal-base
path: dependent-usage-analyzer/.projects/frontend-learner-portal-base
- - name: Checkout openedx/frontend-lib-content-components
- uses: actions/checkout@v3
- with:
- repository: openedx/frontend-lib-content-components
- path: dependent-usage-analyzer/.projects/frontend-lib-content-components
- name: Checkout openedx/frontend-lib-special-exams
uses: actions/checkout@v3
with:
@@ -209,7 +204,7 @@ jobs:
with:
args: zip -qq -r dependent-usage-analyzer/dependent-projects.zip dependent-usage-analyzer/.projects
- name: Upload dependent projects checkouts
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
with:
name: dependent-project-checkouts
path: dependent-usage-analyzer/dependent-projects.zip
@@ -230,7 +225,7 @@ jobs:
run: npm ci
working-directory: dependent-usage-analyzer
- name: Download dependent project checkouts
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
with:
name: dependent-project-checkouts
path: dependent-usage-analyzer
@@ -247,7 +242,7 @@ jobs:
run: npm run analyze .projects -- --out "${GITHUB_WORKSPACE}/dependent-usage.json"
working-directory: dependent-usage-analyzer
- name: Upload analysis output
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
with:
name: dependent-usage-json
path: dependent-usage.json
@@ -267,7 +262,7 @@ jobs:
with:
node-version: ${{ env.NODE_VER }}
- name: Download analysis output
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
with:
name: dependent-usage-json
- name: Create pull request for dependent project usages
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c03fc42a0f..01fdb88ca3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,12 +13,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- - name: Setup Nodejs Env
- run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
- name: Setup Nodejs
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
with:
- node-version: ${{env.NODE_VER }}
+ node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Check Types
diff --git a/.nvmrc b/.nvmrc
index 3c032078a4..209e3ef4b6 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
-18
+20
diff --git a/catalog-info.yml b/catalog-info.yaml
similarity index 100%
rename from catalog-info.yml
rename to catalog-info.yaml
diff --git a/dependent-usage-analyzer/checkout-dependents.sh b/dependent-usage-analyzer/checkout-dependents.sh
index 09019b6252..fb80335c7a 100644
--- a/dependent-usage-analyzer/checkout-dependents.sh
+++ b/dependent-usage-analyzer/checkout-dependents.sh
@@ -32,7 +32,6 @@ mkdir .projects
git clone git@github.com:openedx/frontend-component-header.git --depth 1
git clone git@github.com:openedx/frontend-enterprise.git --depth 1
git clone git@github.com:openedx/frontend-learner-portal-base.git --depth 1
- git clone git@github.com:edx/frontend-lib-content-components.git --depth 1
git clone git@github.com:edx/frontend-lib-special-exams.git --depth 1
git clone git@github.com:openedx/frontend-platform.git --depth 1
git clone git@github.com:openedx/frontend-template-application.git --depth 1
diff --git a/dependent-usage.json b/dependent-usage.json
index fc03f11370..171903b23f 100644
--- a/dependent-usage.json
+++ b/dependent-usage.json
@@ -1,8 +1,8 @@
{
- "lastModified": 1720274854674,
+ "lastModified": 1732457247799,
"projectUsages": [
{
- "version": "22.6.1",
+ "version": "22.10.0",
"name": "edx-credentials",
"repository": {
"type": "git",
@@ -12,7 +12,7 @@
"usages": {}
},
{
- "version": "21.6.0",
+ "version": "21.13.1",
"name": "edx-enterprise",
"repository": {
"type": "git",
@@ -22,7 +22,7 @@
"usages": {}
},
{
- "version": "21.8.0",
+ "version": "21.13.1",
"name": "edx-ora2",
"repository": "https://github.com/openedx/edx-ora2.git",
"folderName": "edx-ora2",
@@ -672,7 +672,7 @@
}
},
{
- "version": "22.0.0",
+ "version": "22.9.0",
"name": "@edx/frontend-app-account",
"repository": {
"type": "git",
@@ -683,21 +683,21 @@
"Alert": [
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 221,
+ "line": 219,
"column": 8,
- "index": 8098
+ "index": 7966
},
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 243,
+ "line": 241,
"column": 8,
- "index": 8812
+ "index": 8680
},
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 336,
+ "line": 324,
"column": 4,
- "index": 12142
+ "index": 11542
},
{
"filePath": "src/account-settings/name-change/NameChange.jsx",
@@ -733,9 +733,9 @@
"Hyperlink": [
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 251,
+ "line": 249,
"column": 16,
- "index": 9291
+ "index": 9159
},
{
"filePath": "src/account-settings/BetaLanguageBanner.jsx",
@@ -761,12 +761,6 @@
"column": 4,
"index": 318
},
- {
- "filePath": "src/account-settings/demographics/DemographicsSection.jsx",
- "line": 170,
- "column": 10,
- "index": 6770
- },
{
"filePath": "src/account-settings/reset-password/ConfirmationAlert.jsx",
"line": 15,
@@ -801,38 +795,98 @@
"CheckCircle": [
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 297,
+ "line": 295,
"column": 14,
- "index": 10664
+ "index": 10532
},
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 397,
+ "line": 385,
"column": 27,
- "index": 14020
+ "index": 13420
},
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 529,
+ "line": 507,
"column": 20,
- "index": 18527
+ "index": 17576
}
],
"Error": [
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 312,
+ "line": 310,
"column": 14,
- "index": 11230
+ "index": 11098
}
],
- "Button": [
+ "WarningFilled": [
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 321,
+ "line": 326,
+ "column": 12,
+ "index": 11585
+ },
+ {
+ "filePath": "src/account-settings/AccountSettingsPage.jsx",
+ "line": 387,
+ "column": 27,
+ "index": 13564
+ }
+ ],
+ "Alert.Heading": [
+ {
+ "filePath": "src/account-settings/AccountSettingsPage.jsx",
+ "line": 328,
+ "column": 6,
+ "index": 11612
+ },
+ {
+ "filePath": "src/account-settings/OneTimeDismissibleAlert.jsx",
+ "line": 22,
+ "column": 6,
+ "index": 510
+ }
+ ],
+ "Icon": [
+ {
+ "filePath": "src/account-settings/AccountSettingsPage.jsx",
+ "line": 385,
+ "column": 16,
+ "index": 13409
+ },
+ {
+ "filePath": "src/account-settings/AccountSettingsPage.jsx",
+ "line": 387,
+ "column": 16,
+ "index": 13553
+ },
+ {
+ "filePath": "src/account-settings/JumpNav.jsx",
+ "line": 77,
+ "column": 16,
+ "index": 2794
+ },
+ {
+ "filePath": "src/notification-preferences/NotificationCourses.jsx",
+ "line": 56,
"column": 16,
- "index": 11659
+ "index": 1987
},
+ {
+ "filePath": "src/notification-preferences/NotificationPreferences.jsx",
+ "line": 79,
+ "column": 12,
+ "index": 3099
+ },
+ {
+ "filePath": "src/notification-preferences/NotificationTypes.jsx",
+ "line": 46,
+ "column": 16,
+ "index": 1688
+ }
+ ],
+ "Button": [
{
"filePath": "src/account-settings/BetaLanguageBanner.jsx",
"line": 71,
@@ -855,7 +909,7 @@
"filePath": "src/account-settings/delete-account/DeleteAccount.jsx",
"line": 107,
"column": 10,
- "index": 3363
+ "index": 3353
},
{
"filePath": "src/account-settings/DOBForm.jsx",
@@ -960,84 +1014,12 @@
"index": 2425
}
],
- "WarningFilled": [
- {
- "filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 338,
- "column": 12,
- "index": 12185
- },
- {
- "filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 399,
- "column": 27,
- "index": 14164
- }
- ],
- "Alert.Heading": [
- {
- "filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 340,
- "column": 6,
- "index": 12212
- },
- {
- "filePath": "src/account-settings/OneTimeDismissibleAlert.jsx",
- "line": 22,
- "column": 6,
- "index": 510
- }
- ],
- "Icon": [
- {
- "filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 397,
- "column": 16,
- "index": 14009
- },
- {
- "filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 399,
- "column": 16,
- "index": 14153
- },
- {
- "filePath": "src/account-settings/JumpNav.jsx",
- "line": 88,
- "column": 16,
- "index": 3215
- },
- {
- "filePath": "src/notification-preferences/NotificationCourses.jsx",
- "line": 56,
- "column": 16,
- "index": 1987
- },
- {
- "filePath": "src/notification-preferences/NotificationPreferences.jsx",
- "line": 79,
- "column": 12,
- "index": 3099
- },
- {
- "filePath": "src/notification-preferences/NotificationTypes.jsx",
- "line": 46,
- "column": 16,
- "index": 1688
- }
- ],
"Form.Checkbox": [
{
"filePath": "src/account-settings/certificate-preference/CertificatePreference.jsx",
"line": 95,
"column": 6,
"index": 2300
- },
- {
- "filePath": "src/account-settings/demographics/Checkboxes.jsx",
- "line": 43,
- "column": 8,
- "index": 1249
}
],
"ModalDialog": [
@@ -1466,19 +1448,21 @@
"index": 779
}
],
- "Form.Control": [
+ "useToggle": [
{
- "filePath": "src/account-settings/demographics/DemographicsSection.jsx",
- "line": 202,
- "column": 16,
- "index": 8243
+ "filePath": "src/account-settings/DOBForm.jsx",
+ "line": 24,
+ "column": 40,
+ "index": 773
},
{
- "filePath": "src/account-settings/demographics/DemographicsSection.jsx",
- "line": 279,
- "column": 16,
- "index": 12682
- },
+ "filePath": "src/notification-preferences/EmailCadences.jsx",
+ "line": 21,
+ "column": 32,
+ "index": 659
+ }
+ ],
+ "Form.Control": [
{
"filePath": "src/account-settings/DOBForm.jsx",
"line": 99,
@@ -1528,20 +1512,6 @@
"index": 7340
}
],
- "useToggle": [
- {
- "filePath": "src/account-settings/DOBForm.jsx",
- "line": 24,
- "column": 40,
- "index": 773
- },
- {
- "filePath": "src/notification-preferences/EmailCadences.jsx",
- "line": 21,
- "column": 32,
- "index": 659
- }
- ],
"Form.Text": [
{
"filePath": "src/account-settings/EditableField.jsx",
@@ -1571,9 +1541,9 @@
"useWindowSize": [
{
"filePath": "src/account-settings/JumpNav.jsx",
- "line": 19,
+ "line": 17,
"column": 21,
- "index": 744
+ "index": 681
},
{
"filePath": "src/hooks.js",
@@ -1585,9 +1555,9 @@
"breakpoints": [
{
"filePath": "src/account-settings/JumpNav.jsx",
- "line": 19,
+ "line": 17,
"column": 45,
- "index": 768
+ "index": 705
},
{
"filePath": "src/hooks.js",
@@ -1599,9 +1569,9 @@
"OpenInNew": [
{
"filePath": "src/account-settings/JumpNav.jsx",
- "line": 88,
+ "line": 77,
"column": 72,
- "index": 3271
+ "index": 2850
}
],
"Col": [
@@ -1753,9 +1723,9 @@
"NavItem": [
{
"filePath": "src/notification-preferences/NotificationPreferenceColumn.jsx",
- "line": 92,
+ "line": 78,
"column": 6,
- "index": 3488
+ "index": 2805
},
{
"filePath": "src/notification-preferences/NotificationPreferences.jsx",
@@ -2109,27 +2079,21 @@
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryLearnerList.jsx",
- "line": 63,
+ "line": 62,
"column": 8,
- "index": 2490
- },
- {
- "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx",
- "line": 188,
- "column": 6,
- "index": 6653
+ "index": 2543
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx",
- "line": 210,
+ "line": 248,
"column": 12,
- "index": 7434
+ "index": 9230
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx",
- "line": 232,
+ "line": 270,
"column": 12,
- "index": 8314
+ "index": 10110
},
{
"filePath": "src/components/learner-credit-management/AssignmentsTableRefreshAction.jsx",
@@ -2159,61 +2123,61 @@
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
"line": 96,
"column": 10,
- "index": 3512
+ "index": 3484
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
"line": 139,
"column": 14,
- "index": 5376
+ "index": 5348
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
"line": 169,
"column": 10,
- "index": 6632
+ "index": 6604
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
"line": 213,
"column": 16,
- "index": 8734
+ "index": 8706
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
"line": 246,
"column": 16,
- "index": 10255
+ "index": 10227
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
"line": 279,
"column": 16,
- "index": 11810
+ "index": 11782
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
"line": 309,
"column": 12,
- "index": 13156
+ "index": 13128
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
"line": 343,
"column": 10,
- "index": 14495
+ "index": 14467
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
"line": 382,
"column": 8,
- "index": 15982
+ "index": 15954
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
- "line": 65,
+ "line": 64,
"column": 6,
- "index": 2135
+ "index": 2105
},
{
"filePath": "src/components/learner-credit-management/cards/assignment-allocation-status-modals/ContentNotInCatalogErrorAlertModal.jsx",
@@ -2248,8 +2212,8 @@
{
"filePath": "src/components/learner-credit-management/cards/CourseCardFooterActions.jsx",
"line": 31,
- "column": 4,
- "index": 1137
+ "column": 6,
+ "index": 1145
},
{
"filePath": "src/components/learner-credit-management/empty-state/NoAssignableBudgetActivity.jsx",
@@ -2263,17 +2227,29 @@
"column": 12,
"index": 3545
},
+ {
+ "filePath": "src/components/learner-credit-management/FlexGroupDropdown.jsx",
+ "line": 39,
+ "column": 10,
+ "index": 1228
+ },
+ {
+ "filePath": "src/components/learner-credit-management/invite-modal/EnterpriseCustomerUserDatatable.jsx",
+ "line": 110,
+ "column": 4,
+ "index": 3140
+ },
{
"filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx",
- "line": 90,
+ "line": 104,
"column": 12,
- "index": 3186
+ "index": 3775
},
{
"filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx",
- "line": 99,
+ "line": 113,
"column": 12,
- "index": 3475
+ "index": 4064
},
{
"filePath": "src/components/learner-credit-management/invite-modal/InviteModalSummaryLearnerList.jsx",
@@ -2303,7 +2279,7 @@
"filePath": "src/components/learner-credit-management/SubBudgetCard.jsx",
"line": 106,
"column": 4,
- "index": 2905
+ "index": 3023
},
{
"filePath": "src/components/learner-credit-management/tests/BudgetDetailPageWrapper.test.jsx",
@@ -2353,11 +2329,35 @@
"column": 14,
"index": 6159
},
+ {
+ "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx",
+ "line": 96,
+ "column": 12,
+ "index": 3203
+ },
+ {
+ "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx",
+ "line": 70,
+ "column": 12,
+ "index": 2380
+ },
+ {
+ "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx",
+ "line": 35,
+ "column": 8,
+ "index": 1032
+ },
+ {
+ "filePath": "src/components/PeopleManagement/index.jsx",
+ "line": 74,
+ "column": 10,
+ "index": 2989
+ },
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 569,
+ "line": 570,
"column": 12,
- "index": 23425
+ "index": 23477
},
{
"filePath": "src/components/RequestCodesPage/RequestCodesForm.jsx",
@@ -2367,15 +2367,15 @@
},
{
"filePath": "src/components/settings/SettingsAccessTab/ActionsTableCell.jsx",
- "line": 73,
+ "line": 78,
"column": 12,
- "index": 2227
+ "index": 2202
},
{
"filePath": "src/components/settings/SettingsAccessTab/ActionsTableCell.jsx",
- "line": 81,
+ "line": 86,
"column": 10,
- "index": 2542
+ "index": 2517
},
{
"filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx",
@@ -2423,13 +2423,13 @@
"filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
"line": 202,
"column": 10,
- "index": 7828
+ "index": 7830
},
{
"filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
"line": 220,
"column": 6,
- "index": 8534
+ "index": 8536
},
{
"filePath": "src/components/settings/SettingsAppearanceTab/ThemeCard.jsx",
@@ -2703,15 +2703,15 @@
},
{
"filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 163,
+ "line": 164,
"column": 12,
- "index": 5268
+ "index": 5318
},
{
"filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 230,
+ "line": 231,
"column": 12,
- "index": 9164
+ "index": 9220
},
{
"filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
@@ -2902,22 +2902,28 @@
"index": 1437
},
{
- "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx",
- "line": 182,
- "column": 39,
- "index": 5602
+ "filePath": "src/components/learner-credit-management/SubBudgetCardUtilization.jsx",
+ "line": 45,
+ "column": 37,
+ "index": 1460
},
{
- "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx",
- "line": 195,
- "column": 41,
- "index": 6206
+ "filePath": "src/components/learner-credit-management/SubBudgetCardUtilization.jsx",
+ "line": 58,
+ "column": 37,
+ "index": 2018
},
{
- "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx",
- "line": 210,
- "column": 35,
- "index": 6880
+ "filePath": "src/components/learner-credit-management/SubBudgetCardUtilization.jsx",
+ "line": 77,
+ "column": 33,
+ "index": 2740
+ },
+ {
+ "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx",
+ "line": 122,
+ "column": 10,
+ "index": 4318
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
@@ -2993,15 +2999,15 @@
},
{
"filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 112,
+ "line": 113,
"column": 14,
- "index": 3292
+ "index": 3342
},
{
"filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 134,
+ "line": 135,
"column": 14,
- "index": 4496
+ "index": 4552
},
{
"filePath": "src/components/SubsidyRequestManagementTable/CourseTitleCell.jsx",
@@ -3019,15 +3025,45 @@
"Form.Group": [
{
"filePath": "src/components/Admin/AdminSearchForm.jsx",
- "line": 62,
+ "line": 81,
"column": 14,
- "index": 1962
+ "index": 2481
},
{
"filePath": "src/components/Admin/AdminSearchForm.jsx",
- "line": 95,
+ "line": 114,
"column": 14,
- "index": 3384
+ "index": 3903
+ },
+ {
+ "filePath": "src/components/Admin/AdminSearchForm.jsx",
+ "line": 200,
+ "column": 14,
+ "index": 8354
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 63,
+ "column": 12,
+ "index": 2417
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 81,
+ "column": 12,
+ "index": 3085
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 99,
+ "column": 12,
+ "index": 3752
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 145,
+ "column": 12,
+ "index": 5814
},
{
"filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
@@ -3061,9 +3097,15 @@
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx",
- "line": 105,
+ "line": 162,
"column": 12,
- "index": 4109
+ "index": 6219
+ },
+ {
+ "filePath": "src/components/learner-credit-management/FlexGroupDropdown.jsx",
+ "line": 31,
+ "column": 4,
+ "index": 801
},
{
"filePath": "src/components/learner-credit-management/invite-modal/FileUpload.jsx",
@@ -3073,15 +3115,15 @@
},
{
"filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx",
- "line": 68,
+ "line": 110,
"column": 10,
- "index": 2543
+ "index": 4108
},
{
"filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx",
- "line": 80,
- "column": 10,
- "index": 3045
+ "line": 132,
+ "column": 12,
+ "index": 5077
},
{
"filePath": "src/components/learner-credit-management/TableTextFilter.jsx",
@@ -3163,9 +3205,9 @@
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 518,
+ "line": 519,
"column": 10,
- "index": 21158
+ "index": 21210
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
@@ -3175,33 +3217,33 @@
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 41,
+ "line": 43,
"column": 10,
- "index": 1606
+ "index": 1677
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 77,
+ "line": 81,
"column": 10,
- "index": 3073
+ "index": 3209
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 110,
+ "line": 116,
"column": 12,
- "index": 4537
+ "index": 4744
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 125,
+ "line": 131,
"column": 10,
- "index": 5117
+ "index": 5324
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 152,
+ "line": 160,
"column": 10,
- "index": 6361
+ "index": 6659
},
{
"filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
@@ -3355,15 +3397,15 @@
},
{
"filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 121,
+ "line": 122,
"column": 14,
- "index": 3601
+ "index": 3651
},
{
"filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 153,
+ "line": 154,
"column": 14,
- "index": 5371
+ "index": 5427
},
{
"filePath": "src/components/TextAreaAutoSize/index.jsx",
@@ -3375,21 +3417,51 @@
"Form.Label": [
{
"filePath": "src/components/Admin/AdminSearchForm.jsx",
- "line": 63,
+ "line": 82,
"column": 16,
- "index": 1991
+ "index": 2510
},
{
"filePath": "src/components/Admin/AdminSearchForm.jsx",
- "line": 96,
+ "line": 115,
"column": 16,
- "index": 3413
+ "index": 3932
},
{
"filePath": "src/components/Admin/AdminSearchForm.jsx",
- "line": 155,
+ "line": 174,
+ "column": 14,
+ "index": 7030
+ },
+ {
+ "filePath": "src/components/Admin/AdminSearchForm.jsx",
+ "line": 201,
+ "column": 16,
+ "index": 8383
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 64,
+ "column": 14,
+ "index": 2444
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 82,
+ "column": 14,
+ "index": 3112
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 100,
"column": 14,
- "index": 6493
+ "index": 3779
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 146,
+ "column": 14,
+ "index": 5841
},
{
"filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
@@ -3465,39 +3537,39 @@
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 16,
+ "line": 17,
"column": 12,
- "index": 482
+ "index": 519
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 44,
+ "line": 47,
"column": 12,
- "index": 1689
+ "index": 1793
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 80,
+ "line": 85,
"column": 12,
- "index": 3160
+ "index": 3333
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 111,
+ "line": 117,
"column": 14,
- "index": 4564
+ "index": 4771
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 128,
+ "line": 135,
"column": 12,
- "index": 5213
+ "index": 5466
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 155,
+ "line": 164,
"column": 12,
- "index": 6448
+ "index": 6783
},
{
"filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigIDPStep.jsx",
@@ -3533,15 +3605,21 @@
"Form.Control": [
{
"filePath": "src/components/Admin/AdminSearchForm.jsx",
- "line": 70,
+ "line": 89,
"column": 16,
- "index": 2366
+ "index": 2885
},
{
"filePath": "src/components/Admin/AdminSearchForm.jsx",
- "line": 118,
+ "line": 137,
"column": 16,
- "index": 4695
+ "index": 5214
+ },
+ {
+ "filePath": "src/components/Admin/AdminSearchForm.jsx",
+ "line": 208,
+ "column": 16,
+ "index": 8758
},
{
"filePath": "src/components/Admin/EmbeddedSubscription.jsx",
@@ -3549,6 +3627,30 @@
"column": 22,
"index": 2687
},
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 71,
+ "column": 14,
+ "index": 2731
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 89,
+ "column": 14,
+ "index": 3393
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 107,
+ "column": 14,
+ "index": 4084
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 153,
+ "column": 14,
+ "index": 6131
+ },
{
"filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperTitleInput.jsx",
"line": 62,
@@ -3569,15 +3671,15 @@
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx",
- "line": 106,
+ "line": 163,
"column": 14,
- "index": 4153
+ "index": 6263
},
{
"filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx",
- "line": 81,
- "column": 12,
- "index": 3087
+ "line": 133,
+ "column": 14,
+ "index": 5121
},
{
"filePath": "src/components/learner-credit-management/TableTextFilter.jsx",
@@ -3591,6 +3693,18 @@
"column": 6,
"index": 2266
},
+ {
+ "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx",
+ "line": 110,
+ "column": 10,
+ "index": 3851
+ },
+ {
+ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx",
+ "line": 67,
+ "column": 10,
+ "index": 1964
+ },
{
"filePath": "src/components/RenderField/index.jsx",
"line": 21,
@@ -3635,33 +3749,33 @@
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 23,
+ "line": 24,
"column": 12,
- "index": 811
+ "index": 848
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 51,
+ "line": 54,
"column": 12,
- "index": 2006
+ "index": 2110
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 87,
+ "line": 92,
"column": 12,
- "index": 3489
+ "index": 3662
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 129,
+ "line": 136,
"column": 12,
- "index": 5264
+ "index": 5517
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 162,
+ "line": 171,
"column": 12,
- "index": 6780
+ "index": 7115
},
{
"filePath": "src/components/settings/SettingsApiCredentialsTab/APICredentialsPage.jsx",
@@ -3847,9 +3961,9 @@
"Info": [
{
"filePath": "src/components/Admin/AdminSearchForm.jsx",
- "line": 105,
+ "line": 124,
"column": 26,
- "index": 3902
+ "index": 4421
},
{
"filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
@@ -3893,6 +4007,12 @@
"column": 16,
"index": 5943
},
+ {
+ "filePath": "src/components/FeatureNotSupportedPage/index.jsx",
+ "line": 17,
+ "column": 34,
+ "index": 417
+ },
{
"filePath": "src/components/learner-credit-management/LearnerCreditDisclaimer.jsx",
"line": 9,
@@ -3913,15 +4033,15 @@
},
{
"filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
- "line": 95,
+ "line": 96,
"column": 21,
- "index": 3246
+ "index": 3264
},
{
"filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
- "line": 131,
+ "line": 132,
"column": 23,
- "index": 4900
+ "index": 4918
},
{
"filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSSOManagement.jsx",
@@ -3973,27 +4093,27 @@
},
{
"filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 100,
+ "line": 101,
"column": 20,
- "index": 2840
+ "index": 2890
},
{
"filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 152,
+ "line": 153,
"column": 20,
- "index": 4867
+ "index": 4917
},
{
"filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 112,
+ "line": 113,
"column": 20,
- "index": 3523
+ "index": 3579
},
{
"filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 209,
+ "line": 210,
"column": 20,
- "index": 8135
+ "index": 8191
},
{
"filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
@@ -4041,27 +4161,27 @@
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx",
- "line": 164,
+ "line": 221,
"column": 14,
- "index": 7096
+ "index": 9245
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx",
- "line": 187,
+ "line": 244,
"column": 16,
- "index": 8314
+ "index": 10463
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx",
"line": 59,
"column": 8,
- "index": 1751
+ "index": 1763
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx",
"line": 75,
"column": 10,
- "index": 2265
+ "index": 2283
},
{
"filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx",
@@ -4077,9 +4197,9 @@
},
{
"filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
- "line": 42,
+ "line": 40,
"column": 4,
- "index": 995
+ "index": 1111
},
{
"filePath": "src/components/learner-credit-management/empty-state/NoAssignableBudgetActivity.jsx",
@@ -4113,9 +4233,15 @@
},
{
"filePath": "src/components/learner-credit-management/invite-modal/InviteModalSummary.jsx",
- "line": 22,
+ "line": 23,
"column": 6,
- "index": 751
+ "index": 768
+ },
+ {
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteSummaryCount.jsx",
+ "line": 6,
+ "column": 2,
+ "index": 166
},
{
"filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
@@ -4167,9 +4293,27 @@
},
{
"filePath": "src/components/learner-credit-management/SubBudgetCard.jsx",
- "line": 219,
+ "line": 153,
+ "column": 4,
+ "index": 4563
+ },
+ {
+ "filePath": "src/components/PeopleManagement/GroupDetailCard.jsx",
+ "line": 9,
"column": 4,
- "index": 7017
+ "index": 292
+ },
+ {
+ "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx",
+ "line": 73,
+ "column": 10,
+ "index": 2576
+ },
+ {
+ "filePath": "src/components/PeopleManagement/ZeroState.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 705
},
{
"filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx",
@@ -4277,27 +4421,27 @@
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx",
- "line": 165,
+ "line": 222,
"column": 16,
- "index": 7153
+ "index": 9302
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx",
- "line": 188,
+ "line": 245,
"column": 18,
- "index": 8373
+ "index": 10522
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx",
"line": 65,
"column": 10,
- "index": 1930
+ "index": 1942
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx",
"line": 81,
"column": 12,
- "index": 2487
+ "index": 2505
},
{
"filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx",
@@ -4313,9 +4457,9 @@
},
{
"filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
- "line": 66,
+ "line": 64,
"column": 8,
- "index": 1821
+ "index": 1987
},
{
"filePath": "src/components/learner-credit-management/empty-state/NoAssignableBudgetActivity.jsx",
@@ -4349,9 +4493,9 @@
},
{
"filePath": "src/components/learner-credit-management/invite-modal/InviteModalSummary.jsx",
- "line": 28,
+ "line": 29,
"column": 8,
- "index": 936
+ "index": 953
},
{
"filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
@@ -4402,10 +4546,22 @@
"index": 1870
},
{
- "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx",
- "line": 158,
+ "filePath": "src/components/learner-credit-management/SubBudgetCardUtilization.jsx",
+ "line": 21,
+ "column": 4,
+ "index": 552
+ },
+ {
+ "filePath": "src/components/PeopleManagement/GroupDetailCard.jsx",
+ "line": 11,
"column": 6,
- "index": 4664
+ "index": 376
+ },
+ {
+ "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx",
+ "line": 93,
+ "column": 14,
+ "index": 3300
},
{
"filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx",
@@ -4484,14 +4640,14 @@
{
"filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
"line": 67,
- "column": 10,
- "index": 1846
+ "column": 14,
+ "index": 2062
},
{
"filePath": "src/components/learner-credit-management/SubBudgetCard.jsx",
"line": 131,
"column": 8,
- "index": 3751
+ "index": 3817
},
{
"filePath": "src/components/settings/SettingsAccessTab/StatusTableCell.jsx",
@@ -4579,6 +4735,12 @@
"column": 2,
"index": 125
},
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 47,
+ "column": 6,
+ "index": 1821
+ },
{
"filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
"line": 138,
@@ -4605,57 +4767,69 @@
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentAllocationHelpCollapsibles.jsx",
- "line": 11,
- "column": 2,
- "index": 484
+ "line": 14,
+ "column": 4,
+ "index": 618
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx",
- "line": 83,
+ "line": 130,
"column": 6,
- "index": 3184
+ "index": 4834
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx",
- "line": 163,
+ "line": 220,
"column": 12,
- "index": 7064
+ "index": 9213
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx",
- "line": 166,
+ "line": 223,
"column": 18,
- "index": 7209
+ "index": 9358
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx",
- "line": 167,
+ "line": 224,
"column": 20,
- "index": 7247
+ "index": 9396
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx",
- "line": 178,
+ "line": 235,
"column": 22,
- "index": 7889
+ "index": 10038
+ },
+ {
+ "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalmportantDates.jsx",
+ "line": 36,
+ "column": 2,
+ "index": 1437
+ },
+ {
+ "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalmportantDates.jsx",
+ "line": 64,
+ "column": 6,
+ "index": 2317
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx",
"line": 58,
"column": 6,
- "index": 1725
+ "index": 1737
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx",
"line": 82,
"column": 14,
- "index": 2533
+ "index": 2551
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx",
"line": 84,
"column": 16,
- "index": 2685
+ "index": 2703
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryErrorState.jsx",
@@ -4665,33 +4839,39 @@
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryLearnerList.jsx",
- "line": 38,
+ "line": 37,
"column": 6,
- "index": 1524
+ "index": 1563
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryLearnerList.jsx",
- "line": 43,
+ "line": 42,
"column": 16,
- "index": 1771
+ "index": 1810
+ },
+ {
+ "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalDropdown.jsx",
+ "line": 69,
+ "column": 12,
+ "index": 2935
},
{
"filePath": "src/components/learner-credit-management/AssignmentDetailsTableCell.jsx",
- "line": 25,
+ "line": 26,
"column": 4,
- "index": 958
+ "index": 1070
},
{
"filePath": "src/components/learner-credit-management/AssignmentEnrollByDateCell.jsx",
- "line": 43,
+ "line": 41,
"column": 4,
- "index": 1325
+ "index": 1356
},
{
"filePath": "src/components/learner-credit-management/AssignmentEnrollByDateHeader.jsx",
- "line": 26,
+ "line": 22,
"column": 4,
- "index": 908
+ "index": 888
},
{
"filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx",
@@ -4751,31 +4931,31 @@
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
"line": 425,
"column": 2,
- "index": 17302
+ "index": 17274
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
- "line": 106,
+ "line": 105,
"column": 6,
- "index": 3263
+ "index": 3233
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
- "line": 109,
+ "line": 108,
"column": 12,
- "index": 3343
+ "index": 3313
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
- "line": 117,
+ "line": 116,
"column": 14,
- "index": 3731
+ "index": 3701
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
- "line": 127,
+ "line": 126,
"column": 16,
- "index": 4355
+ "index": 4325
},
{
"filePath": "src/components/learner-credit-management/BudgetStatusSubtitle.jsx",
@@ -4785,9 +4965,15 @@
},
{
"filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
- "line": 54,
+ "line": 52,
"column": 12,
- "index": 1334
+ "index": 1450
+ },
+ {
+ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
+ "line": 65,
+ "column": 10,
+ "index": 2012
},
{
"filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
@@ -4795,6 +4981,12 @@
"column": 4,
"index": 2096
},
+ {
+ "filePath": "src/components/learner-credit-management/invite-modal/EnterpriseCustomerUserDatatable.jsx",
+ "line": 27,
+ "column": 2,
+ "index": 798
+ },
{
"filePath": "src/components/learner-credit-management/invite-modal/InviteModalPermissions.jsx",
"line": 24,
@@ -4803,9 +4995,9 @@
},
{
"filePath": "src/components/learner-credit-management/invite-modal/InviteModalSummary.jsx",
- "line": 21,
+ "line": 22,
"column": 4,
- "index": 710
+ "index": 727
},
{
"filePath": "src/components/learner-credit-management/invite-modal/InviteModalSummaryDuplicate.jsx",
@@ -4877,13 +5069,13 @@
"filePath": "src/components/learner-credit-management/SubBudgetCard.jsx",
"line": 130,
"column": 6,
- "index": 3702
+ "index": 3768
},
{
"filePath": "src/components/learner-credit-management/SubBudgetCard.jsx",
- "line": 225,
+ "line": 159,
"column": 8,
- "index": 7157
+ "index": 4703
},
{
"filePath": "src/components/settings/SettingsSSOTab/SsoErrorPage.jsx",
@@ -4923,6 +5115,18 @@
"column": 82,
"index": 2690
},
+ {
+ "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx",
+ "line": 14,
+ "column": 32,
+ "index": 544
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx",
+ "line": 14,
+ "column": 49,
+ "index": 506
+ },
{
"filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx",
"line": 21,
@@ -4991,9 +5195,9 @@
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx",
- "line": 43,
+ "line": 42,
"column": 32,
- "index": 1820
+ "index": 1964
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageWrapper.jsx",
@@ -5001,12 +5205,6 @@
"column": 65,
"index": 3005
},
- {
- "filePath": "src/components/learner-credit-management/data/hooks/useAssignmentStatusChip.jsx",
- "line": 17,
- "column": 41,
- "index": 718
- },
{
"filePath": "src/components/learner-credit-management/data/hooks/useCancelContentAssignments.js",
"line": 17,
@@ -5019,11 +5217,53 @@
"column": 32,
"index": 638
},
+ {
+ "filePath": "src/components/learner-credit-management/data/hooks/useStatusChip.jsx",
+ "line": 17,
+ "column": 41,
+ "index": 708
+ },
{
"filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx",
- "line": 28,
+ "line": 33,
+ "column": 80,
+ "index": 1555
+ },
+ {
+ "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx",
+ "line": 27,
"column": 80,
- "index": 1305
+ "index": 1320
+ },
+ {
+ "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx",
+ "line": 20,
+ "column": 47,
+ "index": 706
+ },
+ {
+ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx",
+ "line": 17,
+ "column": 47,
+ "index": 619
+ },
+ {
+ "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx",
+ "line": 19,
+ "column": 65,
+ "index": 884
+ },
+ {
+ "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx",
+ "line": 20,
+ "column": 59,
+ "index": 961
+ },
+ {
+ "filePath": "src/components/PeopleManagement/index.jsx",
+ "line": 33,
+ "column": 47,
+ "index": 1495
},
{
"filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx",
@@ -5135,15 +5375,57 @@
},
{
"filePath": "src/components/Admin/index.jsx",
- "line": 302,
+ "line": 316,
"column": 8,
- "index": 11407
+ "index": 11743
},
{
"filePath": "src/components/Admin/index.jsx",
- "line": 323,
+ "line": 337,
"column": 8,
- "index": 12247
+ "index": 12598
+ },
+ {
+ "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx",
+ "line": 85,
+ "column": 19,
+ "index": 3085
+ },
+ {
+ "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx",
+ "line": 87,
+ "column": 20,
+ "index": 3207
+ },
+ {
+ "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx",
+ "line": 88,
+ "column": 23,
+ "index": 3252
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx",
+ "line": 85,
+ "column": 19,
+ "index": 3062
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx",
+ "line": 87,
+ "column": 20,
+ "index": 3184
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx",
+ "line": 88,
+ "column": 17,
+ "index": 3223
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx",
+ "line": 66,
+ "column": 14,
+ "index": 1874
},
{
"filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx",
@@ -5247,11 +5529,17 @@
"column": 6,
"index": 689
},
+ {
+ "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalmportantDates.jsx",
+ "line": 37,
+ "column": 4,
+ "index": 1480
+ },
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx",
"line": 83,
"column": 51,
- "index": 2623
+ "index": 2641
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryErrorState.jsx",
@@ -5261,21 +5549,21 @@
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryLearnerList.jsx",
- "line": 44,
+ "line": 43,
"column": 18,
- "index": 1859
+ "index": 1898
},
{
"filePath": "src/components/learner-credit-management/AssignmentEnrollByDateCell.jsx",
- "line": 26,
+ "line": 24,
"column": 14,
- "index": 916
+ "index": 930
},
{
"filePath": "src/components/learner-credit-management/AssignmentEnrollByDateHeader.jsx",
- "line": 34,
+ "line": 30,
"column": 16,
- "index": 1255
+ "index": 1235
},
{
"filePath": "src/components/learner-credit-management/assignments-status-chips/BaseModalPopup.jsx",
@@ -5385,12 +5673,6 @@
"column": 6,
"index": 1176
},
- {
- "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx",
- "line": 102,
- "column": 12,
- "index": 4533
- },
{
"filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableColumnHeader.jsx",
"line": 35,
@@ -5405,9 +5687,9 @@
},
{
"filePath": "src/components/learner-credit-management/PendingAssignmentRemindButton.jsx",
- "line": 94,
+ "line": 95,
"column": 16,
- "index": 2545
+ "index": 2571
},
{
"filePath": "src/components/learner-credit-management/TableTextFilter.jsx",
@@ -5427,6 +5709,18 @@
"column": 20,
"index": 6841
},
+ {
+ "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx",
+ "line": 82,
+ "column": 30,
+ "index": 2907
+ },
+ {
+ "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx",
+ "line": 107,
+ "column": 24,
+ "index": 3844
+ },
{
"filePath": "src/components/ReportingConfig/index.jsx",
"line": 148,
@@ -5441,27 +5735,27 @@
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 549,
+ "line": 550,
"column": 25,
- "index": 22530
+ "index": 22582
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 551,
+ "line": 552,
"column": 26,
- "index": 22664
+ "index": 22716
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 552,
+ "line": 553,
"column": 23,
- "index": 22709
+ "index": 22761
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 574,
+ "line": 575,
"column": 14,
- "index": 23625
+ "index": 23677
},
{
"filePath": "src/components/SaveTemplateButton/index.jsx",
@@ -5585,57 +5879,63 @@
},
{
"filePath": "src/components/Sidebar/index.jsx",
- "line": 98,
+ "line": 120,
"column": 12,
- "index": 3475
+ "index": 4299
},
{
"filePath": "src/components/Sidebar/index.jsx",
- "line": 103,
+ "line": 125,
"column": 12,
- "index": 3608
+ "index": 4432
},
{
"filePath": "src/components/Sidebar/index.jsx",
- "line": 109,
+ "line": 131,
"column": 12,
- "index": 3822
+ "index": 4646
},
{
"filePath": "src/components/Sidebar/index.jsx",
- "line": 116,
+ "line": 138,
"column": 12,
- "index": 4104
+ "index": 4928
},
{
"filePath": "src/components/Sidebar/index.jsx",
- "line": 124,
+ "line": 146,
"column": 12,
- "index": 4413
+ "index": 5237
},
{
"filePath": "src/components/Sidebar/index.jsx",
- "line": 135,
+ "line": 152,
"column": 12,
- "index": 4808
+ "index": 5426
},
{
"filePath": "src/components/Sidebar/index.jsx",
- "line": 142,
+ "line": 163,
"column": 12,
- "index": 5115
+ "index": 5811
},
{
"filePath": "src/components/Sidebar/index.jsx",
- "line": 149,
+ "line": 170,
"column": 12,
- "index": 5370
+ "index": 6118
},
{
"filePath": "src/components/Sidebar/index.jsx",
- "line": 155,
+ "line": 177,
"column": 12,
- "index": 5543
+ "index": 6373
+ },
+ {
+ "filePath": "src/components/Sidebar/index.jsx",
+ "line": 183,
+ "column": 12,
+ "index": 6546
},
{
"filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx",
@@ -5651,9 +5951,9 @@
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 198,
+ "line": 238,
"column": 23,
- "index": 5919
+ "index": 7544
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
@@ -5699,29 +5999,29 @@
"Undo": [
{
"filePath": "src/components/Admin/index.jsx",
- "line": 302,
+ "line": 316,
"column": 19,
- "index": 11418
+ "index": 11754
},
{
"filePath": "src/components/Admin/index.jsx",
- "line": 323,
+ "line": 337,
"column": 19,
- "index": 12258
+ "index": 12609
}
],
"Alert": [
{
"filePath": "src/components/Admin/index.jsx",
- "line": 335,
+ "line": 349,
"column": 6,
- "index": 12582
+ "index": 12933
},
{
"filePath": "src/components/Admin/index.jsx",
- "line": 360,
+ "line": 374,
"column": 6,
- "index": 13335
+ "index": 13686
},
{
"filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx",
@@ -5809,9 +6109,9 @@
},
{
"filePath": "src/components/ContentHighlights/ContentHighlights.jsx",
- "line": 106,
+ "line": 107,
"column": 8,
- "index": 4357
+ "index": 4439
},
{
"filePath": "src/components/ContentHighlights/ContentHighlightsCardItemsContainer.jsx",
@@ -5857,9 +6157,9 @@
},
{
"filePath": "src/components/ErrorPage/index.jsx",
- "line": 21,
- "column": 10,
- "index": 630
+ "line": 33,
+ "column": 12,
+ "index": 850
},
{
"filePath": "src/components/FeatureAnnouncementBanner/index.jsx",
@@ -5867,6 +6167,12 @@
"column": 6,
"index": 1613
},
+ {
+ "filePath": "src/components/FeatureNotSupportedPage/index.jsx",
+ "line": 17,
+ "column": 6,
+ "index": 389
+ },
{
"filePath": "src/components/InviteLearnersModal/index.jsx",
"line": 203,
@@ -5893,9 +6199,9 @@
},
{
"filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx",
- "line": 71,
+ "line": 72,
"column": 6,
- "index": 2099
+ "index": 2102
},
{
"filePath": "src/components/NewFeatureAlertBrowseAndRequest/index.jsx",
@@ -5923,15 +6229,15 @@
},
{
"filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
- "line": 95,
+ "line": 96,
"column": 8,
- "index": 3233
+ "index": 3251
},
{
"filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
- "line": 131,
+ "line": 132,
"column": 10,
- "index": 4887
+ "index": 4905
},
{
"filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSSOManagement.jsx",
@@ -6055,15 +6361,15 @@
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 159,
+ "line": 196,
"column": 12,
- "index": 4367
+ "index": 5838
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 171,
+ "line": 211,
"column": 12,
- "index": 4862
+ "index": 6487
},
{
"filePath": "src/components/subscriptions/SubscriptionData.jsx",
@@ -6085,27 +6391,27 @@
},
{
"filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 98,
+ "line": 99,
"column": 12,
- "index": 2782
+ "index": 2832
},
{
"filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 151,
+ "line": 152,
"column": 12,
- "index": 4840
+ "index": 4890
},
{
"filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 110,
+ "line": 111,
"column": 12,
- "index": 3465
+ "index": 3521
},
{
"filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 208,
+ "line": 209,
"column": 12,
- "index": 8108
+ "index": 8164
},
{
"filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
@@ -6135,15 +6441,15 @@
"Error": [
{
"filePath": "src/components/Admin/index.jsx",
- "line": 337,
+ "line": 351,
"column": 14,
- "index": 12628
+ "index": 12979
},
{
"filePath": "src/components/Admin/index.jsx",
- "line": 363,
+ "line": 377,
"column": 14,
- "index": 13406
+ "index": 13757
},
{
"filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx",
@@ -6179,7 +6485,7 @@
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx",
"line": 83,
"column": 86,
- "index": 2658
+ "index": 2676
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryErrorState.jsx",
@@ -6191,73 +6497,73 @@
"filePath": "src/components/learner-credit-management/assignments-status-chips/FailedBadEmail.jsx",
"line": 33,
"column": 20,
- "index": 1075
+ "index": 1055
},
{
"filePath": "src/components/learner-credit-management/assignments-status-chips/FailedBadEmail.jsx",
"line": 45,
"column": 38,
- "index": 1381
+ "index": 1361
},
{
"filePath": "src/components/learner-credit-management/assignments-status-chips/FailedCancellation.jsx",
"line": 33,
"column": 20,
- "index": 1093
+ "index": 1073
},
{
"filePath": "src/components/learner-credit-management/assignments-status-chips/FailedCancellation.jsx",
"line": 45,
"column": 38,
- "index": 1402
+ "index": 1382
},
{
"filePath": "src/components/learner-credit-management/assignments-status-chips/FailedRedemption.jsx",
"line": 35,
"column": 20,
- "index": 1085
+ "index": 1065
},
{
"filePath": "src/components/learner-credit-management/assignments-status-chips/FailedRedemption.jsx",
"line": 47,
"column": 38,
- "index": 1392
+ "index": 1372
},
{
"filePath": "src/components/learner-credit-management/assignments-status-chips/FailedReminder.jsx",
"line": 32,
"column": 20,
- "index": 1072
+ "index": 1052
},
{
"filePath": "src/components/learner-credit-management/assignments-status-chips/FailedReminder.jsx",
"line": 44,
"column": 38,
- "index": 1377
+ "index": 1357
},
{
"filePath": "src/components/learner-credit-management/assignments-status-chips/FailedSystem.jsx",
"line": 34,
"column": 20,
- "index": 1064
+ "index": 1044
},
{
"filePath": "src/components/learner-credit-management/assignments-status-chips/FailedSystem.jsx",
"line": 46,
"column": 38,
- "index": 1367
+ "index": 1347
},
{
"filePath": "src/components/learner-credit-management/assignments-status-chips/IncompleteAssignment.jsx",
"line": 36,
"column": 20,
- "index": 1296
+ "index": 1276
},
{
"filePath": "src/components/learner-credit-management/assignments-status-chips/IncompleteAssignment.jsx",
"line": 48,
"column": 38,
- "index": 1595
+ "index": 1575
},
{
"filePath": "src/components/learner-credit-management/cards/assignment-allocation-status-modals/ContentNotInCatalogErrorAlertModal.jsx",
@@ -6359,15 +6665,15 @@
"Alert.Heading": [
{
"filePath": "src/components/Admin/index.jsx",
- "line": 339,
+ "line": 353,
"column": 8,
- "index": 12651
+ "index": 13002
},
{
"filePath": "src/components/Admin/index.jsx",
- "line": 365,
+ "line": 379,
"column": 8,
- "index": 13429
+ "index": 13780
},
{
"filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx",
@@ -6425,9 +6731,9 @@
},
{
"filePath": "src/components/ContentHighlights/ContentHighlights.jsx",
- "line": 107,
+ "line": 108,
"column": 10,
- "index": 4436
+ "index": 4518
},
{
"filePath": "src/components/ContentHighlights/CurrentContentHighlightHeader.jsx",
@@ -6455,9 +6761,9 @@
},
{
"filePath": "src/components/ErrorPage/index.jsx",
- "line": 25,
- "column": 12,
- "index": 719
+ "line": 37,
+ "column": 14,
+ "index": 947
},
{
"filePath": "src/components/FeatureAnnouncementBanner/index.jsx",
@@ -6503,9 +6809,9 @@
},
{
"filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
- "line": 96,
+ "line": 97,
"column": 10,
- "index": 3292
+ "index": 3310
},
{
"filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSSOManagement.jsx",
@@ -6623,27 +6929,27 @@
},
{
"filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 104,
+ "line": 105,
"column": 14,
- "index": 2979
+ "index": 3029
},
{
"filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 156,
+ "line": 157,
"column": 14,
- "index": 5011
+ "index": 5061
},
{
"filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 116,
+ "line": 117,
"column": 14,
- "index": 3658
+ "index": 3714
},
{
"filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 213,
+ "line": 214,
"column": 14,
- "index": 8281
+ "index": 8337
},
{
"filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
@@ -6658,6 +6964,196 @@
"index": 4240
}
],
+ "Tabs": [
+ {
+ "filePath": "src/components/Admin/index.jsx",
+ "line": 510,
+ "column": 16,
+ "index": 18914
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 201,
+ "column": 10,
+ "index": 8222
+ },
+ {
+ "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx",
+ "line": 107,
+ "column": 4,
+ "index": 3515
+ },
+ {
+ "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx",
+ "line": 49,
+ "column": 6,
+ "index": 1887
+ },
+ {
+ "filePath": "src/components/learner-credit-management/BudgetDetailTabsAndRoutes.jsx",
+ "line": 145,
+ "column": 6,
+ "index": 4523
+ },
+ {
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx",
+ "line": 16,
+ "column": 6,
+ "index": 687
+ },
+ {
+ "filePath": "src/components/settings/SettingsTabs.jsx",
+ "line": 205,
+ "column": 6,
+ "index": 6130
+ },
+ {
+ "filePath": "src/components/subscriptions/SubscriptionTabs.jsx",
+ "line": 116,
+ "column": 4,
+ "index": 4132
+ }
+ ],
+ "Tab": [
+ {
+ "filePath": "src/components/Admin/index.jsx",
+ "line": 517,
+ "column": 18,
+ "index": 19144
+ },
+ {
+ "filePath": "src/components/Admin/index.jsx",
+ "line": 551,
+ "column": 18,
+ "index": 20863
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 208,
+ "column": 12,
+ "index": 8394
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 224,
+ "column": 12,
+ "index": 9020
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 240,
+ "column": 12,
+ "index": 9646
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 256,
+ "column": 12,
+ "index": 10273
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx",
+ "line": 270,
+ "column": 12,
+ "index": 10816
+ },
+ {
+ "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx",
+ "line": 62,
+ "column": 6,
+ "index": 2165
+ },
+ {
+ "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx",
+ "line": 80,
+ "column": 8,
+ "index": 2679
+ },
+ {
+ "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx",
+ "line": 57,
+ "column": 8,
+ "index": 2075
+ },
+ {
+ "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx",
+ "line": 67,
+ "column": 8,
+ "index": 2466
+ },
+ {
+ "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 1294
+ },
+ {
+ "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx",
+ "line": 56,
+ "column": 8,
+ "index": 1901
+ },
+ {
+ "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx",
+ "line": 77,
+ "column": 8,
+ "index": 2587
+ },
+ {
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx",
+ "line": 22,
+ "column": 8,
+ "index": 830
+ },
+ {
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx",
+ "line": 27,
+ "column": 8,
+ "index": 1160
+ },
+ {
+ "filePath": "src/components/settings/SettingsTabs.jsx",
+ "line": 90,
+ "column": 8,
+ "index": 2683
+ },
+ {
+ "filePath": "src/components/settings/SettingsTabs.jsx",
+ "line": 109,
+ "column": 8,
+ "index": 3404
+ },
+ {
+ "filePath": "src/components/settings/SettingsTabs.jsx",
+ "line": 123,
+ "column": 8,
+ "index": 3788
+ },
+ {
+ "filePath": "src/components/settings/SettingsTabs.jsx",
+ "line": 140,
+ "column": 8,
+ "index": 4306
+ },
+ {
+ "filePath": "src/components/settings/SettingsTabs.jsx",
+ "line": 155,
+ "column": 8,
+ "index": 4796
+ },
+ {
+ "filePath": "src/components/subscriptions/SubscriptionTabs.jsx",
+ "line": 67,
+ "column": 6,
+ "index": 2402
+ },
+ {
+ "filePath": "src/components/subscriptions/SubscriptionTabs.jsx",
+ "line": 84,
+ "column": 8,
+ "index": 3015
+ }
+ ],
"DataTable": [
{
"filePath": "src/components/Admin/licenses/LicenseManagementTable/index.jsx",
@@ -6683,6 +7179,24 @@
"column": 34,
"index": 8842
},
+ {
+ "filePath": "src/components/Admin/tabs/ModuleActivityReport.jsx",
+ "line": 65,
+ "column": 6,
+ "index": 2331
+ },
+ {
+ "filePath": "src/components/Admin/tabs/ModuleActivityReport.jsx",
+ "line": 67,
+ "column": 34,
+ "index": 2406
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx",
+ "line": 76,
+ "column": 8,
+ "index": 2317
+ },
{
"filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
"line": 159,
@@ -6699,31 +7213,55 @@
"filePath": "src/components/EnterpriseList/index.jsx",
"line": 67,
"column": 8,
- "index": 1921
+ "index": 1777
},
{
"filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx",
- "line": 39,
+ "line": 40,
"column": 10,
- "index": 1548
+ "index": 1578
},
{
"filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx",
- "line": 40,
+ "line": 41,
"column": 8,
- "index": 1590
+ "index": 1620
},
{
"filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx",
- "line": 83,
+ "line": 82,
"column": 4,
- "index": 2660
+ "index": 2616
},
{
"filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx",
- "line": 95,
+ "line": 94,
"column": 32,
- "index": 3018
+ "index": 2983
+ },
+ {
+ "filePath": "src/components/learner-credit-management/invite-modal/EnterpriseCustomerUserDatatable.jsx",
+ "line": 118,
+ "column": 10,
+ "index": 3277
+ },
+ {
+ "filePath": "src/components/learner-credit-management/invite-modal/EnterpriseCustomerUserDatatable.jsx",
+ "line": 119,
+ "column": 8,
+ "index": 3319
+ },
+ {
+ "filePath": "src/components/learner-credit-management/invite-modal/EnterpriseCustomerUserDatatable.jsx",
+ "line": 137,
+ "column": 4,
+ "index": 3776
+ },
+ {
+ "filePath": "src/components/learner-credit-management/invite-modal/EnterpriseCustomerUserDatatable.jsx",
+ "line": 180,
+ "column": 32,
+ "index": 5099
},
{
"filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx",
@@ -6745,15 +7283,15 @@
},
{
"filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx",
- "line": 86,
- "column": 4,
- "index": 2937
+ "line": 87,
+ "column": 6,
+ "index": 2988
},
{
"filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx",
- "line": 90,
- "column": 32,
- "index": 3035
+ "line": 91,
+ "column": 34,
+ "index": 3094
},
{
"filePath": "src/components/learner-credit-management/MultipleBudgetsPicker.jsx",
@@ -6763,15 +7301,15 @@
},
{
"filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx",
- "line": 83,
+ "line": 84,
"column": 6,
- "index": 2503
+ "index": 2506
},
{
"filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
- "line": 140,
+ "line": 141,
"column": 8,
- "index": 5334
+ "index": 5352
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx",
@@ -6823,6 +7361,18 @@
"column": 14,
"index": 9446
},
+ {
+ "filePath": "src/components/Admin/tabs/ModuleActivityReport.jsx",
+ "line": 161,
+ "column": 8,
+ "index": 6029
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx",
+ "line": 92,
+ "column": 10,
+ "index": 2780
+ },
{
"filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx",
"line": 116,
@@ -6837,15 +7387,15 @@
},
{
"filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx",
- "line": 103,
+ "line": 104,
"column": 8,
- "index": 3092
+ "index": 3095
},
{
"filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
- "line": 209,
+ "line": 217,
"column": 12,
- "index": 7968
+ "index": 8258
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx",
@@ -6885,6 +7435,18 @@
"column": 6,
"index": 3694
},
+ {
+ "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx",
+ "line": 54,
+ "column": 5,
+ "index": 1631
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx",
+ "line": 53,
+ "column": 5,
+ "index": 1584
+ },
{
"filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
"line": 155,
@@ -6961,7 +7523,7 @@
"filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
"line": 160,
"column": 6,
- "index": 6129
+ "index": 6131
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
@@ -7073,17 +7635,23 @@
"column": 4,
"index": 1497
},
+ {
+ "filePath": "src/components/EnterpriseList/index.jsx",
+ "line": 62,
+ "column": 8,
+ "index": 1675
+ },
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx",
- "line": 84,
+ "line": 131,
"column": 8,
- "index": 3208
+ "index": 4858
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx",
- "line": 96,
+ "line": 143,
"column": 8,
- "index": 3713
+ "index": 5385
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailCatalogTabContents.jsx",
@@ -7095,25 +7663,25 @@
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
"line": 426,
"column": 4,
- "index": 17331
+ "index": 17303
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
- "line": 107,
+ "line": 106,
"column": 8,
- "index": 3302
+ "index": 3272
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
- "line": 128,
+ "line": 127,
"column": 18,
- "index": 4399
+ "index": 4369
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
- "line": 146,
+ "line": 145,
"column": 18,
- "index": 5271
+ "index": 5241
},
{
"filePath": "src/components/learner-credit-management/empty-state/NoAssignableBudgetActivity.jsx",
@@ -7159,9 +7727,9 @@
},
{
"filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx",
- "line": 65,
+ "line": 107,
"column": 6,
- "index": 2445
+ "index": 4010
},
{
"filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx",
@@ -7175,6 +7743,18 @@
"column": 6,
"index": 1630
},
+ {
+ "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx",
+ "line": 107,
+ "column": 6,
+ "index": 3769
+ },
+ {
+ "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx",
+ "line": 123,
+ "column": 6,
+ "index": 4249
+ },
{
"filePath": "src/components/settings/SettingsAccessTab/index.jsx",
"line": 62,
@@ -7273,23 +7853,29 @@
"column": 6,
"index": 1526
},
+ {
+ "filePath": "src/components/EnterpriseList/index.jsx",
+ "line": 63,
+ "column": 10,
+ "index": 1691
+ },
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx",
- "line": 85,
+ "line": 132,
"column": 10,
- "index": 3224
+ "index": 4874
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx",
- "line": 97,
+ "line": 144,
"column": 10,
- "index": 3729
+ "index": 5401
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx",
- "line": 141,
+ "line": 198,
"column": 10,
- "index": 5943
+ "index": 8059
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailCatalogTabContents.jsx",
@@ -7301,55 +7887,55 @@
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
"line": 427,
"column": 6,
- "index": 17343
+ "index": 17315
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
"line": 430,
"column": 6,
- "index": 17472
+ "index": 17444
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
- "line": 108,
+ "line": 107,
"column": 10,
- "index": 3318
+ "index": 3288
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
- "line": 129,
+ "line": 128,
"column": 20,
- "index": 4425
+ "index": 4395
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
- "line": 136,
+ "line": 135,
"column": 20,
- "index": 4811
+ "index": 4781
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
- "line": 139,
+ "line": 138,
"column": 20,
- "index": 5001
+ "index": 4971
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
- "line": 147,
+ "line": 146,
"column": 20,
- "index": 5297
+ "index": 5267
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
- "line": 154,
+ "line": 153,
"column": 20,
- "index": 5674
+ "index": 5644
},
{
"filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
- "line": 157,
+ "line": 156,
"column": 20,
- "index": 5860
+ "index": 5830
},
{
"filePath": "src/components/learner-credit-management/empty-state/NoAssignableBudgetActivity.jsx",
@@ -7449,15 +8035,15 @@
},
{
"filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx",
- "line": 66,
+ "line": 108,
"column": 8,
- "index": 2476
+ "index": 4041
},
{
"filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx",
- "line": 100,
+ "line": 152,
"column": 8,
- "index": 3828
+ "index": 5880
},
{
"filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
@@ -7520,28 +8106,52 @@
"index": 1661
},
{
- "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx",
- "line": 170,
+ "filePath": "src/components/learner-credit-management/SubBudgetCardUtilization.jsx",
+ "line": 33,
+ "column": 6,
+ "index": 867
+ },
+ {
+ "filePath": "src/components/learner-credit-management/SubBudgetCardUtilization.jsx",
+ "line": 36,
+ "column": 12,
+ "index": 1014
+ },
+ {
+ "filePath": "src/components/learner-credit-management/SubBudgetCardUtilization.jsx",
+ "line": 49,
+ "column": 12,
+ "index": 1583
+ },
+ {
+ "filePath": "src/components/learner-credit-management/SubBudgetCardUtilization.jsx",
+ "line": 64,
"column": 8,
- "index": 4994
+ "index": 2144
},
{
- "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx",
- "line": 173,
- "column": 14,
- "index": 5138
+ "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx",
+ "line": 108,
+ "column": 8,
+ "index": 3783
},
{
- "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx",
- "line": 186,
- "column": 16,
- "index": 5735
+ "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx",
+ "line": 121,
+ "column": 8,
+ "index": 4222
},
{
- "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx",
- "line": 201,
- "column": 10,
- "index": 6348
+ "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx",
+ "line": 124,
+ "column": 8,
+ "index": 4263
+ },
+ {
+ "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx",
+ "line": 138,
+ "column": 8,
+ "index": 4816
},
{
"filePath": "src/components/settings/SettingsAccessTab/index.jsx",
@@ -7598,677 +8208,441 @@
"index": 2645
}
],
- "Hyperlink": [
- {
- "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx",
- "line": 83,
- "column": 18,
- "index": 2552
- },
+ "StatefulButton": [
{
- "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx",
- "line": 125,
- "column": 20,
- "index": 4035
+ "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx",
+ "line": 58,
+ "column": 6,
+ "index": 1716
},
{
- "filePath": "src/components/ContactCustomerSupportButton/index.jsx",
- "line": 17,
- "column": 4,
- "index": 418
+ "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx",
+ "line": 57,
+ "column": 6,
+ "index": 1676
},
{
- "filePath": "src/components/ContentHighlights/ContentHighlightCardItem.jsx",
- "line": 56,
- "column": 6,
- "index": 1954
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 120,
+ "column": 10,
+ "index": 3929
},
{
"filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
- "line": 70,
+ "line": 111,
"column": 10,
- "index": 2611
+ "index": 4304
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperFooterHelpLink.jsx",
- "line": 33,
- "column": 6,
- "index": 1158
+ "filePath": "src/components/ContentHighlights/DeleteHighlightSet.jsx",
+ "line": 131,
+ "column": 12,
+ "index": 4599
+ },
+ {
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 316,
+ "column": 16,
+ "index": 12044
},
{
"filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx",
- "line": 212,
- "column": 18,
- "index": 7493
+ "line": 290,
+ "column": 12,
+ "index": 10855
},
{
- "filePath": "src/components/learner-credit-management/AssignmentDetailsTableCell.jsx",
- "line": 32,
- "column": 8,
- "index": 1155
+ "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx",
+ "line": 71,
+ "column": 10,
+ "index": 2565
},
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedBadEmail.jsx",
- "line": 60,
- "column": 16,
- "index": 2032
+ "filePath": "src/components/learner-credit-management/invite-modal/EnterpriseCustomerUserDatatable.jsx",
+ "line": 65,
+ "column": 4,
+ "index": 1684
},
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedCancellation.jsx",
- "line": 61,
- "column": 16,
- "index": 2066
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx",
+ "line": 114,
+ "column": 12,
+ "index": 4152
},
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedRedemption.jsx",
- "line": 66,
- "column": 16,
- "index": 2184
+ "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
+ "line": 203,
+ "column": 10,
+ "index": 7883
},
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedReminder.jsx",
- "line": 60,
- "column": 16,
- "index": 2083
+ "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx",
+ "line": 65,
+ "column": 10,
+ "index": 2408
},
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedSystem.jsx",
- "line": 59,
- "column": 16,
- "index": 1924
+ "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx",
+ "line": 97,
+ "column": 12,
+ "index": 3296
},
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/IncompleteAssignment.jsx",
- "line": 59,
- "column": 16,
- "index": 2147
+ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx",
+ "line": 84,
+ "column": 12,
+ "index": 2500
},
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/IncompleteAssignment.jsx",
- "line": 69,
- "column": 16,
- "index": 2479
+ "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
+ "line": 523,
+ "column": 12,
+ "index": 21335
},
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx",
- "line": 58,
- "column": 14,
- "index": 2079
+ "filePath": "src/components/SaveTemplateButton/index.jsx",
+ "line": 142,
+ "column": 6,
+ "index": 4568
},
{
- "filePath": "src/components/learner-credit-management/BudgetDetailAssignments.jsx",
- "line": 70,
- "column": 14,
- "index": 2931
+ "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx",
+ "line": 59,
+ "column": 10,
+ "index": 1718
},
{
- "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
- "line": 98,
- "column": 16,
- "index": 3574
+ "filePath": "src/components/settings/SettingsAccessTab/LinkDeactivationAlertModal.jsx",
+ "line": 79,
+ "column": 10,
+ "index": 2268
},
{
- "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
- "line": 171,
- "column": 16,
- "index": 6694
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessGenerateLinkButton.jsx",
+ "line": 64,
+ "column": 4,
+ "index": 2046
},
{
- "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
- "line": 345,
- "column": 16,
- "index": 14557
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
+ "line": 63,
+ "column": 6,
+ "index": 1795
},
{
- "filePath": "src/components/learner-credit-management/BudgetDetailRedemptions.jsx",
- "line": 67,
- "column": 16,
- "index": 2877
+ "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx",
+ "line": 43,
+ "column": 4,
+ "index": 1561
},
{
- "filePath": "src/components/learner-credit-management/cards/CourseCardFooterActions.jsx",
- "line": 33,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
+ "line": 225,
"column": 10,
- "index": 1182
+ "index": 7238
},
{
- "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx",
- "line": 92,
- "column": 18,
- "index": 3245
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
+ "line": 231,
+ "column": 10,
+ "index": 7261
},
{
- "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
- "line": 168,
- "column": 22,
- "index": 6365
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 167,
+ "column": 12,
+ "index": 5418
},
{
- "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx",
- "line": 118,
- "column": 24,
- "index": 5341
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 238,
+ "column": 12,
+ "index": 9551
},
{
- "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx",
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 112,
+ "column": 10,
+ "index": 3341
+ }
+ ],
+ "Download": [
+ {
+ "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx",
"line": 85,
- "column": 16,
- "index": 2709
+ "column": 30,
+ "index": 3096
},
{
- "filePath": "src/components/learner-credit-management/SpendTableEnrollmentDetails.jsx",
- "line": 32,
- "column": 8,
- "index": 1065
+ "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx",
+ "line": 88,
+ "column": 34,
+ "index": 3263
},
{
- "filePath": "src/components/settings/HelpCenterButton.jsx",
- "line": 14,
- "column": 4,
- "index": 285
+ "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx",
+ "line": 85,
+ "column": 30,
+ "index": 3073
},
{
- "filePath": "src/components/settings/SettingsApiCredentialsTab/APICredentialsPage.jsx",
- "line": 146,
- "column": 16,
- "index": 6048
+ "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx",
+ "line": 66,
+ "column": 25,
+ "index": 1885
},
{
- "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx",
- "line": 58,
- "column": 16,
- "index": 2391
+ "filePath": "src/components/learner-credit-management/members-tab/GroupMembersCsvDownloadTableAction.jsx",
+ "line": 122,
+ "column": 20,
+ "index": 4696
},
{
- "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx",
- "line": 84,
- "column": 10,
- "index": 3479
+ "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
+ "line": 550,
+ "column": 36,
+ "index": 22593
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
- "line": 167,
- "column": 10,
- "index": 7063
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
+ "line": 74,
+ "column": 30,
+ "index": 2130
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 152,
- "column": 10,
- "index": 5274
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
+ "line": 77,
+ "column": 34,
+ "index": 2297
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 162,
- "column": 10,
- "index": 5613
+ "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx",
+ "line": 64,
+ "column": 28,
+ "index": 2367
+ }
+ ],
+ "Spinner": [
+ {
+ "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx",
+ "line": 86,
+ "column": 19,
+ "index": 3129
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 172,
- "column": 8,
- "index": 6013
+ "filePath": "src/components/AdvanceAnalyticsV2/charts/ChartWrapper.jsx",
+ "line": 31,
+ "column": 10,
+ "index": 814
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
- "line": 45,
- "column": 9,
- "index": 1782
+ "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx",
+ "line": 86,
+ "column": 19,
+ "index": 3106
},
{
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 156,
- "column": 12,
- "index": 6708
+ "filePath": "src/components/AdvanceAnalyticsV2/ProgressOverlay.jsx",
+ "line": 10,
+ "column": 34,
+ "index": 400
},
{
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 228,
+ "filePath": "src/components/AdvanceAnalyticsV2/Stats.jsx",
+ "line": 29,
"column": 8,
- "index": 9590
+ "index": 892
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigForm.jsx",
- "line": 38,
- "column": 12,
- "index": 1479
+ "filePath": "src/components/CodeAssignmentModal/index.jsx",
+ "line": 426,
+ "column": 62,
+ "index": 12843
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 151,
- "column": 8,
- "index": 5375
+ "filePath": "src/components/CodeReminderModal/index.jsx",
+ "line": 240,
+ "column": 55,
+ "index": 6933
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 202,
- "column": 12,
- "index": 7049
+ "filePath": "src/components/CodeRevokeModal/index.jsx",
+ "line": 248,
+ "column": 62,
+ "index": 7097
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 370,
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
+ "line": 128,
"column": 12,
- "index": 13421
- },
- {
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigServiceProviderStep.jsx",
- "line": 35,
- "column": 41,
- "index": 1205
- },
- {
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 179,
- "column": 16,
- "index": 5662
+ "index": 5055
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 163,
- "column": 16,
- "index": 4547
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
+ "line": 155,
+ "column": 12,
+ "index": 6353
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 178,
- "column": 10,
- "index": 5216
+ "filePath": "src/components/DownloadCsvButton/index.jsx",
+ "line": 39,
+ "column": 24,
+ "index": 1076
},
{
- "filePath": "src/components/subscriptions/MultipleSubscriptionsPage.jsx",
- "line": 57,
- "column": 14,
- "index": 2049
+ "filePath": "src/components/InviteLearnersModal/index.jsx",
+ "line": 268,
+ "column": 31,
+ "index": 8668
},
{
- "filePath": "src/components/SubsidyRequestManagementTable/CourseTitleCell.jsx",
- "line": 40,
- "column": 8,
- "index": 999
- }
- ],
- "AlertModal": [
- {
- "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx",
- "line": 109,
- "column": 8,
- "index": 3469
+ "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
+ "line": 212,
+ "column": 23,
+ "index": 8251
},
{
- "filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx",
- "line": 14,
- "column": 2,
- "index": 329
+ "filePath": "src/components/NumberCard/index.jsx",
+ "line": 156,
+ "column": 15,
+ "index": 4878
},
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
- "line": 36,
- "column": 2,
- "index": 913
+ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx",
+ "line": 108,
+ "column": 18,
+ "index": 3672
},
{
- "filePath": "src/components/ContentHighlights/DeleteHighlightSet.jsx",
- "line": 114,
- "column": 6,
- "index": 3881
+ "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
+ "line": 551,
+ "column": 25,
+ "index": 22632
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 370,
- "column": 6,
- "index": 14261
+ "filePath": "src/components/RequestCodesPage/RequestCodesForm.jsx",
+ "line": 122,
+ "column": 33,
+ "index": 3344
},
{
- "filePath": "src/components/learner-credit-management/cards/assignment-allocation-status-modals/ContentNotInCatalogErrorAlertModal.jsx",
- "line": 24,
- "column": 4,
- "index": 719
+ "filePath": "src/components/SaveTemplateButton/index.jsx",
+ "line": 153,
+ "column": 19,
+ "index": 4935
},
{
- "filePath": "src/components/learner-credit-management/cards/assignment-allocation-status-modals/NotEnoughBalanceAlertModal.jsx",
- "line": 26,
- "column": 4,
- "index": 769
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessTabSection.jsx",
+ "line": 33,
+ "column": 8,
+ "index": 675
},
{
- "filePath": "src/components/learner-credit-management/cards/assignment-allocation-status-modals/SystemErrorAlertModal.jsx",
- "line": 20,
- "column": 4,
- "index": 452
+ "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx",
+ "line": 112,
+ "column": 24,
+ "index": 4440
},
{
- "filePath": "src/components/learner-credit-management/members-tab/GroupMembersCsvDownloadTableAction.jsx",
- "line": 88,
- "column": 6,
- "index": 3378
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
+ "line": 75,
+ "column": 19,
+ "index": 2163
},
{
- "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx",
- "line": 42,
- "column": 4,
- "index": 1076
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 121,
+ "column": 18,
+ "index": 5332
},
{
- "filePath": "src/components/settings/SettingsAccessTab/LinkDeactivationAlertModal.jsx",
- "line": 62,
- "column": 4,
- "index": 1634
+ "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx",
+ "line": 65,
+ "column": 17,
+ "index": 2398
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 181,
- "column": 6,
- "index": 6212
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
+ "line": 232,
+ "column": 23,
+ "index": 7522
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 208,
- "column": 6,
- "index": 6604
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
+ "line": 239,
+ "column": 23,
+ "index": 7596
}
],
- "ActionRow": [
- {
- "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx",
- "line": 115,
- "column": 12,
- "index": 3631
- },
- {
- "filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx",
- "line": 23,
- "column": 6,
- "index": 568
- },
- {
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
- "line": 41,
- "column": 6,
- "index": 1030
- },
- {
- "filePath": "src/components/CodeAssignmentModal/index.jsx",
- "line": 415,
- "column": 10,
- "index": 12420
- },
+ "Check": [
{
- "filePath": "src/components/CodeReminderModal/index.jsx",
- "line": 229,
- "column": 10,
- "index": 6520
+ "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx",
+ "line": 87,
+ "column": 31,
+ "index": 3218
},
{
- "filePath": "src/components/CodeRevokeModal/index.jsx",
- "line": 237,
- "column": 10,
- "index": 6678
+ "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx",
+ "line": 87,
+ "column": 31,
+ "index": 3195
},
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
+ "filePath": "src/components/CodeSearchResults/CodeSearchResultsTable.jsx",
"line": 116,
- "column": 8,
- "index": 3733
- },
- {
- "filePath": "src/components/ContentHighlights/ContentHighlightsCardItemsContainer.jsx",
- "line": 109,
- "column": 10,
- "index": 3738
- },
- {
- "filePath": "src/components/ContentHighlights/CurrentContentHighlightHeader.jsx",
- "line": 76,
- "column": 6,
- "index": 2539
- },
- {
- "filePath": "src/components/ContentHighlights/CurrentContentHighlightItemsHeader.jsx",
- "line": 10,
- "column": 6,
- "index": 356
- },
- {
- "filePath": "src/components/ContentHighlights/CurrentContentHighlightItemsHeader.jsx",
- "line": 20,
- "column": 6,
- "index": 606
- },
- {
- "filePath": "src/components/ContentHighlights/DeleteHighlightSet.jsx",
- "line": 123,
- "column": 10,
- "index": 4218
- },
- {
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 386,
- "column": 8,
- "index": 14911
- },
- {
- "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSearchPagination.jsx",
- "line": 11,
- "column": 2,
- "index": 285
- },
- {
- "filePath": "src/components/InviteLearnersModal/index.jsx",
- "line": 253,
- "column": 10,
- "index": 8070
- },
- {
- "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx",
- "line": 209,
- "column": 10,
- "index": 7410
- },
- {
- "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx",
- "line": 63,
- "column": 8,
- "index": 2200
- },
- {
- "filePath": "src/components/learner-credit-management/cards/assignment-allocation-status-modals/ContentNotInCatalogErrorAlertModal.jsx",
- "line": 32,
- "column": 8,
- "index": 956
- },
- {
- "filePath": "src/components/learner-credit-management/cards/assignment-allocation-status-modals/NotEnoughBalanceAlertModal.jsx",
- "line": 34,
- "column": 8,
- "index": 965
- },
- {
- "filePath": "src/components/learner-credit-management/cards/assignment-allocation-status-modals/SystemErrorAlertModal.jsx",
- "line": 28,
- "column": 8,
- "index": 650
- },
- {
- "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx",
- "line": 89,
- "column": 10,
- "index": 3162
- },
- {
- "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
- "line": 195,
- "column": 8,
- "index": 7511
- },
- {
- "filePath": "src/components/learner-credit-management/members-tab/GroupMembersCsvDownloadTableAction.jsx",
- "line": 97,
- "column": 10,
- "index": 3744
- },
- {
- "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx",
- "line": 57,
- "column": 8,
- "index": 2041
- },
- {
- "filePath": "src/components/settings/SettingsAccessTab/ActionsTableCell.jsx",
- "line": 71,
- "column": 8,
- "index": 2174
- },
- {
- "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx",
- "line": 51,
- "column": 8,
- "index": 1371
- },
- {
- "filePath": "src/components/settings/SettingsAccessTab/LinkDeactivationAlertModal.jsx",
- "line": 71,
- "column": 8,
- "index": 1951
- },
- {
- "filePath": "src/components/settings/SettingsApiCredentialsTab/index.jsx",
- "line": 43,
- "column": 12,
- "index": 1584
- },
- {
- "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx",
- "line": 75,
- "column": 10,
- "index": 2225
+ "column": 44,
+ "index": 2944
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
- "line": 183,
- "column": 8,
- "index": 7622
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteModalPermissions.jsx",
+ "line": 31,
+ "column": 23,
+ "index": 1174
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/ThemeCard.jsx",
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteModalPermissions.jsx",
"line": 40,
- "column": 6,
- "index": 1130
+ "column": 23,
+ "index": 1573
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "filePath": "src/components/ReportingConfig/index.jsx",
"line": 150,
- "column": 8,
- "index": 5162
- },
- {
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 160,
- "column": 8,
- "index": 5497
- },
- {
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 170,
- "column": 6,
- "index": 5901
- },
- {
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 187,
- "column": 10,
- "index": 6398
- },
- {
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 214,
- "column": 10,
- "index": 6790
- },
- {
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 107,
- "column": 12,
- "index": 4721
- },
- {
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx",
- "line": 45,
- "column": 8,
- "index": 1766
- },
- {
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
- "line": 77,
- "column": 8,
- "index": 3019
- },
- {
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 221,
- "column": 8,
- "index": 7105
- },
- {
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 187,
- "column": 8,
- "index": 5503
- },
- {
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 162,
- "column": 10,
- "index": 5244
+ "column": 29,
+ "index": 4992
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 229,
- "column": 10,
- "index": 9140
+ "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
+ "line": 552,
+ "column": 37,
+ "index": 22727
},
{
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 108,
- "column": 8,
- "index": 3171
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
+ "line": 76,
+ "column": 31,
+ "index": 2252
},
{
- "filePath": "src/components/SubsidyRequestManagementTable/ActionCell.jsx",
- "line": 15,
- "column": 4,
- "index": 292
+ "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx",
+ "line": 66,
+ "column": 29,
+ "index": 2485
}
],
- "BookOpen": [
+ "DataTable.TableControlBar": [
{
- "filePath": "src/components/BulkEnrollmentPage/BulkEnrollButton.jsx",
- "line": 18,
- "column": 16,
- "index": 676
+ "filePath": "src/components/Admin/tabs/ModuleActivityReport.jsx",
+ "line": 159,
+ "column": 8,
+ "index": 5963
},
{
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 135,
- "column": 23,
- "index": 4819
+ "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx",
+ "line": 90,
+ "column": 10,
+ "index": 2710
},
- {
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/EnrollBulkAction.jsx",
- "line": 115,
- "column": 20,
- "index": 4076
- }
- ],
- "ErrorOutline": [
- {
- "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
- "line": 151,
- "column": 14,
- "index": 4539
- }
- ],
- "DataTable.TableControlBar": [
{
"filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
"line": 178,
@@ -8289,15 +8663,15 @@
},
{
"filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx",
- "line": 98,
+ "line": 99,
"column": 8,
- "index": 2953
+ "index": 2956
},
{
"filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
- "line": 206,
+ "line": 214,
"column": 10,
- "index": 7866
+ "index": 8156
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx",
@@ -8319,6 +8693,18 @@
}
],
"DataTable.Table": [
+ {
+ "filePath": "src/components/Admin/tabs/ModuleActivityReport.jsx",
+ "line": 160,
+ "column": 8,
+ "index": 6001
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx",
+ "line": 91,
+ "column": 10,
+ "index": 2750
+ },
{
"filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
"line": 179,
@@ -8333,9 +8719,9 @@
},
{
"filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
- "line": 207,
+ "line": 215,
"column": 10,
- "index": 7906
+ "index": 8196
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx",
@@ -8357,6 +8743,18 @@
}
],
"DataTable.TableFooter": [
+ {
+ "filePath": "src/components/Admin/tabs/ModuleActivityReport.jsx",
+ "line": 168,
+ "column": 8,
+ "index": 6334
+ },
+ {
+ "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx",
+ "line": 99,
+ "column": 10,
+ "index": 3061
+ },
{
"filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
"line": 180,
@@ -8377,9 +8775,9 @@
},
{
"filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx",
- "line": 104,
+ "line": 105,
"column": 8,
- "index": 3152
+ "index": 3155
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx",
@@ -8400,41787 +8798,42443 @@
"index": 3636
}
],
- "DataTable.RowStatus": [
+ "Close": [
{
- "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
- "line": 181,
- "column": 10,
- "index": 5418
+ "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx",
+ "line": 88,
+ "column": 28,
+ "index": 3234
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSearchPagination.jsx",
- "line": 12,
- "column": 4,
- "index": 301
- }
- ],
- "Stepper": [
- {
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 50,
- "column": 4,
- "index": 1652
+ "filePath": "src/components/CodeSearchResults/CodeSearchResultsHeading.jsx",
+ "line": 19,
+ "column": 36,
+ "index": 696
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 260,
- "column": 6,
- "index": 9813
+ "filePath": "src/components/FileInput/index.jsx",
+ "line": 138,
+ "column": 25,
+ "index": 3480
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 136,
- "column": 6,
- "index": 5177
- }
- ],
- "ModalDialog": [
- {
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 51,
- "column": 6,
- "index": 1692
+ "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
+ "line": 94,
+ "column": 47,
+ "index": 2979
},
{
- "filePath": "src/components/CodeAssignmentModal/index.jsx",
- "line": 399,
- "column": 6,
- "index": 12004
+ "filePath": "src/components/ReportingConfig/index.jsx",
+ "line": 155,
+ "column": 29,
+ "index": 5165
},
{
- "filePath": "src/components/CodeReminderModal/index.jsx",
- "line": 213,
- "column": 6,
- "index": 6106
+ "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
+ "line": 553,
+ "column": 34,
+ "index": 22772
},
{
- "filePath": "src/components/CodeRevokeModal/index.jsx",
- "line": 222,
- "column": 6,
- "index": 6284
- },
+ "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
+ "line": 575,
+ "column": 25,
+ "index": 23688
+ }
+ ],
+ "PageBanner": [
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 81,
+ "filePath": "src/components/AdvanceAnalyticsV2/WarningBanner.jsx",
+ "line": 17,
"column": 4,
- "index": 2632
+ "index": 472
},
{
- "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
- "line": 54,
- "column": 6,
- "index": 1990
- },
+ "filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx",
+ "line": 7,
+ "column": 2,
+ "index": 227
+ }
+ ],
+ "Hyperlink": [
{
- "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
- "line": 79,
- "column": 6,
- "index": 2873
+ "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx",
+ "line": 83,
+ "column": 18,
+ "index": 2552
},
{
- "filePath": "src/components/InviteLearnersModal/index.jsx",
- "line": 234,
- "column": 6,
- "index": 7479
+ "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx",
+ "line": 125,
+ "column": 20,
+ "index": 4035
},
{
- "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx",
- "line": 29,
+ "filePath": "src/components/ContactCustomerSupportButton/index.jsx",
+ "line": 17,
"column": 4,
- "index": 817
+ "index": 418
},
{
- "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
- "line": 138,
- "column": 4,
- "index": 5163
+ "filePath": "src/components/ContentHighlights/ContentHighlightCardItem.jsx",
+ "line": 56,
+ "column": 6,
+ "index": 1954
},
{
- "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx",
- "line": 24,
- "column": 4,
- "index": 785
+ "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
+ "line": 70,
+ "column": 10,
+ "index": 2611
},
{
- "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx",
- "line": 48,
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperFooterHelpLink.jsx",
+ "line": 33,
"column": 6,
- "index": 1328
+ "index": 1158
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
- "line": 85,
- "column": 4,
- "index": 3664
+ "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx",
+ "line": 250,
+ "column": 18,
+ "index": 9289
},
{
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 69,
+ "filePath": "src/components/learner-credit-management/AssignmentDetailsTableCell.jsx",
+ "line": 33,
"column": 8,
- "index": 3007
- },
- {
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 160,
- "column": 6,
- "index": 5774
+ "index": 1267
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx",
- "line": 22,
- "column": 4,
- "index": 747
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedBadEmail.jsx",
+ "line": 60,
+ "column": 16,
+ "index": 2012
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
- "line": 36,
- "column": 4,
- "index": 1225
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedCancellation.jsx",
+ "line": 61,
+ "column": 16,
+ "index": 2046
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 161,
- "column": 4,
- "index": 5151
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedRedemption.jsx",
+ "line": 66,
+ "column": 16,
+ "index": 2164
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 145,
- "column": 4,
- "index": 4037
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedReminder.jsx",
+ "line": 60,
+ "column": 16,
+ "index": 2063
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 85,
- "column": 4,
- "index": 2446
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedSystem.jsx",
+ "line": 59,
+ "column": 16,
+ "index": 1904
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 87,
- "column": 4,
- "index": 2688
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/IncompleteAssignment.jsx",
+ "line": 59,
+ "column": 16,
+ "index": 2127
},
{
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 62,
- "column": 4,
- "index": 1562
- }
- ],
- "ModalDialog.Header": [
- {
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 60,
- "column": 8,
- "index": 1919
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/IncompleteAssignment.jsx",
+ "line": 69,
+ "column": 16,
+ "index": 2459
},
{
- "filePath": "src/components/CodeAssignmentModal/index.jsx",
- "line": 406,
- "column": 8,
- "index": 12151
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx",
+ "line": 58,
+ "column": 14,
+ "index": 2059
},
{
- "filePath": "src/components/CodeReminderModal/index.jsx",
- "line": 220,
- "column": 8,
- "index": 6251
+ "filePath": "src/components/learner-credit-management/BudgetDetailAssignments.jsx",
+ "line": 87,
+ "column": 14,
+ "index": 3635
},
{
- "filePath": "src/components/CodeRevokeModal/index.jsx",
- "line": 228,
- "column": 8,
- "index": 6409
+ "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
+ "line": 98,
+ "column": 16,
+ "index": 3546
},
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 88,
- "column": 6,
- "index": 2776
+ "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
+ "line": 171,
+ "column": 16,
+ "index": 6666
},
{
- "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
- "line": 59,
- "column": 8,
- "index": 2113
+ "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
+ "line": 345,
+ "column": 16,
+ "index": 14529
},
{
- "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
- "line": 85,
- "column": 8,
- "index": 3041
+ "filePath": "src/components/learner-credit-management/BudgetDetailRedemptions.jsx",
+ "line": 53,
+ "column": 14,
+ "index": 2344
},
{
- "filePath": "src/components/InviteLearnersModal/index.jsx",
- "line": 240,
- "column": 8,
- "index": 7602
+ "filePath": "src/components/learner-credit-management/cards/CourseCardFooterActions.jsx",
+ "line": 32,
+ "column": 12,
+ "index": 1165
},
{
- "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx",
- "line": 35,
- "column": 6,
- "index": 935
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx",
+ "line": 106,
+ "column": 18,
+ "index": 3834
},
{
"filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
- "line": 144,
- "column": 6,
- "index": 5287
- },
- {
- "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx",
- "line": 30,
- "column": 6,
- "index": 903
- },
- {
- "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx",
- "line": 57,
- "column": 8,
- "index": 1533
+ "line": 168,
+ "column": 22,
+ "index": 6365
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
- "line": 93,
- "column": 6,
- "index": 3821
+ "filePath": "src/components/learner-credit-management/members-tab/status-chips/BaseStatusChip.jsx",
+ "line": 59,
+ "column": 18,
+ "index": 1787
},
{
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 81,
- "column": 10,
- "index": 3425
+ "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx",
+ "line": 85,
+ "column": 16,
+ "index": 2709
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 165,
+ "filePath": "src/components/learner-credit-management/SpendTableEnrollmentDetails.jsx",
+ "line": 32,
"column": 8,
- "index": 5902
+ "index": 1065
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
- "line": 46,
- "column": 6,
- "index": 1584
+ "filePath": "src/components/PeopleManagement/GroupDetailCard.jsx",
+ "line": 15,
+ "column": 8,
+ "index": 510
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 167,
- "column": 6,
- "index": 5275
+ "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx",
+ "line": 112,
+ "column": 14,
+ "index": 4004
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 151,
- "column": 6,
- "index": 4161
+ "filePath": "src/components/settings/HelpCenterButton.jsx",
+ "line": 14,
+ "column": 4,
+ "index": 285
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 93,
- "column": 8,
- "index": 2635
+ "filePath": "src/components/settings/SettingsApiCredentialsTab/APICredentialsPage.jsx",
+ "line": 146,
+ "column": 16,
+ "index": 6048
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 101,
- "column": 8,
- "index": 3074
+ "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx",
+ "line": 58,
+ "column": 16,
+ "index": 2391
},
{
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 69,
- "column": 6,
- "index": 1732
- }
- ],
- "ModalDialog.Title": [
- {
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 61,
+ "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx",
+ "line": 84,
"column": 10,
- "index": 1950
+ "index": 3479
},
{
- "filePath": "src/components/CodeAssignmentModal/index.jsx",
- "line": 407,
+ "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
+ "line": 167,
"column": 10,
- "index": 12182
+ "index": 7063
},
{
- "filePath": "src/components/CodeReminderModal/index.jsx",
- "line": 221,
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 152,
"column": 10,
- "index": 6282
+ "index": 5274
},
{
- "filePath": "src/components/CodeRevokeModal/index.jsx",
- "line": 229,
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 162,
"column": 10,
- "index": 6440
+ "index": 5613
},
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 89,
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 172,
"column": 8,
- "index": 2805
- },
- {
- "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
- "line": 60,
- "column": 10,
- "index": 2144
- },
- {
- "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
- "line": 86,
- "column": 10,
- "index": 3072
- },
- {
- "filePath": "src/components/InviteLearnersModal/index.jsx",
- "line": 241,
- "column": 10,
- "index": 7633
+ "index": 6013
},
{
- "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx",
- "line": 36,
- "column": 8,
- "index": 964
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
+ "line": 45,
+ "column": 9,
+ "index": 1782
},
{
- "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
- "line": 145,
- "column": 8,
- "index": 5316
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 156,
+ "column": 12,
+ "index": 6708
},
{
- "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx",
- "line": 31,
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 228,
"column": 8,
- "index": 932
+ "index": 9590
},
{
- "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx",
- "line": 58,
- "column": 10,
- "index": 1564
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigForm.jsx",
+ "line": 38,
+ "column": 12,
+ "index": 1479
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
- "line": 94,
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 151,
"column": 8,
- "index": 3850
+ "index": 5375
},
{
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 82,
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 202,
"column": 12,
- "index": 3458
+ "index": 7049
},
{
"filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 166,
- "column": 10,
- "index": 5956
+ "line": 370,
+ "column": 12,
+ "index": 13421
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
- "line": 47,
- "column": 8,
- "index": 1613
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigServiceProviderStep.jsx",
+ "line": 35,
+ "column": 41,
+ "index": 1205
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 168,
- "column": 8,
- "index": 5304
+ "line": 179,
+ "column": 16,
+ "index": 5662
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 152,
- "column": 8,
- "index": 4190
+ "line": 200,
+ "column": 16,
+ "index": 6018
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 94,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
+ "line": 218,
"column": 10,
- "index": 2666
+ "index": 6841
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 102,
- "column": 10,
- "index": 3105
+ "filePath": "src/components/subscriptions/MultipleSubscriptionsPage.jsx",
+ "line": 57,
+ "column": 14,
+ "index": 2049
},
{
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 70,
+ "filePath": "src/components/SubsidyRequestManagementTable/CourseTitleCell.jsx",
+ "line": 40,
"column": 8,
- "index": 1761
+ "index": 999
}
],
- "ModalDialog.Body": [
- {
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 65,
- "column": 8,
- "index": 2075
- },
+ "AlertModal": [
{
- "filePath": "src/components/CodeAssignmentModal/index.jsx",
- "line": 411,
+ "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx",
+ "line": 109,
"column": 8,
- "index": 12304
+ "index": 3469
},
{
- "filePath": "src/components/CodeReminderModal/index.jsx",
- "line": 225,
- "column": 8,
- "index": 6404
+ "filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx",
+ "line": 14,
+ "column": 2,
+ "index": 329
},
{
- "filePath": "src/components/CodeRevokeModal/index.jsx",
- "line": 233,
- "column": 8,
- "index": 6562
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
+ "line": 36,
+ "column": 2,
+ "index": 913
},
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 112,
+ "filePath": "src/components/ContentHighlights/DeleteHighlightSet.jsx",
+ "line": 114,
"column": 6,
- "index": 3638
+ "index": 3881
},
{
- "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
- "line": 62,
- "column": 8,
- "index": 2242
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 370,
+ "column": 6,
+ "index": 14261
},
{
- "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
- "line": 94,
- "column": 8,
- "index": 3416
+ "filePath": "src/components/learner-credit-management/cards/assignment-allocation-status-modals/ContentNotInCatalogErrorAlertModal.jsx",
+ "line": 24,
+ "column": 4,
+ "index": 719
},
{
- "filePath": "src/components/InviteLearnersModal/index.jsx",
- "line": 249,
- "column": 8,
- "index": 7954
+ "filePath": "src/components/learner-credit-management/cards/assignment-allocation-status-modals/NotEnoughBalanceAlertModal.jsx",
+ "line": 26,
+ "column": 4,
+ "index": 769
},
{
- "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx",
- "line": 45,
- "column": 6,
- "index": 1283
+ "filePath": "src/components/learner-credit-management/cards/assignment-allocation-status-modals/SystemErrorAlertModal.jsx",
+ "line": 20,
+ "column": 4,
+ "index": 452
},
{
- "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
- "line": 149,
+ "filePath": "src/components/learner-credit-management/members-tab/GroupMembersCsvDownloadTableAction.jsx",
+ "line": 88,
"column": 6,
- "index": 5417
+ "index": 3378
},
{
- "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx",
- "line": 39,
- "column": 6,
- "index": 1247
+ "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx",
+ "line": 42,
+ "column": 4,
+ "index": 1076
},
{
- "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx",
- "line": 65,
- "column": 8,
- "index": 1846
+ "filePath": "src/components/settings/SettingsAccessTab/LinkDeactivationAlertModal.jsx",
+ "line": 62,
+ "column": 4,
+ "index": 1634
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
- "line": 104,
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 181,
"column": 6,
- "index": 4201
+ "index": 6212
},
{
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 90,
- "column": 10,
- "index": 3816
- },
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 208,
+ "column": 6,
+ "index": 6604
+ }
+ ],
+ "ActionRow": [
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 170,
- "column": 8,
- "index": 6088
+ "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx",
+ "line": 115,
+ "column": 12,
+ "index": 3631
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx",
- "line": 28,
+ "filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx",
+ "line": 23,
"column": 6,
- "index": 881
+ "index": 568
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
- "line": 56,
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
+ "line": 41,
"column": 6,
- "index": 2048
+ "index": 1030
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 172,
- "column": 6,
- "index": 5405
+ "filePath": "src/components/CodeAssignmentModal/index.jsx",
+ "line": 415,
+ "column": 10,
+ "index": 12420
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 156,
- "column": 6,
- "index": 4291
+ "filePath": "src/components/CodeReminderModal/index.jsx",
+ "line": 229,
+ "column": 10,
+ "index": 6520
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 109,
- "column": 8,
- "index": 3141
+ "filePath": "src/components/CodeRevokeModal/index.jsx",
+ "line": 237,
+ "column": 10,
+ "index": 6678
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 131,
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 116,
"column": 8,
- "index": 4343
+ "index": 3733
},
{
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 84,
- "column": 6,
- "index": 2156
- }
- ],
- "Stepper.Step": [
- {
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 66,
+ "filePath": "src/components/ContentHighlights/ContentHighlightsCardItemsContainer.jsx",
+ "line": 109,
"column": 10,
- "index": 2104
+ "index": 3738
},
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 74,
- "column": 10,
- "index": 2440
+ "filePath": "src/components/ContentHighlights/CurrentContentHighlightHeader.jsx",
+ "line": 76,
+ "column": 6,
+ "index": 2539
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 330,
- "column": 10,
- "index": 12440
+ "filePath": "src/components/ContentHighlights/CurrentContentHighlightItemsHeader.jsx",
+ "line": 10,
+ "column": 6,
+ "index": 356
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 344,
- "column": 10,
- "index": 13062
+ "filePath": "src/components/ContentHighlights/CurrentContentHighlightItemsHeader.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 606
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 356,
+ "filePath": "src/components/ContentHighlights/DeleteHighlightSet.jsx",
+ "line": 123,
"column": 10,
- "index": 13619
+ "index": 4218
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 140,
- "column": 10,
- "index": 5296
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 386,
+ "column": 8,
+ "index": 14911
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 144,
- "column": 10,
- "index": 5422
+ "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSearchPagination.jsx",
+ "line": 11,
+ "column": 2,
+ "index": 285
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 148,
+ "filePath": "src/components/InviteLearnersModal/index.jsx",
+ "line": 253,
"column": 10,
- "index": 5571
+ "index": 8070
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 166,
+ "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx",
+ "line": 247,
"column": 10,
- "index": 6339
- }
- ],
- "ModalDialog.Footer": [
+ "index": 9206
+ },
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 81,
+ "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx",
+ "line": 63,
"column": 8,
- "index": 2728
+ "index": 2200
},
{
- "filePath": "src/components/CodeAssignmentModal/index.jsx",
- "line": 414,
+ "filePath": "src/components/learner-credit-management/cards/assignment-allocation-status-modals/ContentNotInCatalogErrorAlertModal.jsx",
+ "line": 32,
"column": 8,
- "index": 12389
+ "index": 956
},
{
- "filePath": "src/components/CodeReminderModal/index.jsx",
- "line": 228,
+ "filePath": "src/components/learner-credit-management/cards/assignment-allocation-status-modals/NotEnoughBalanceAlertModal.jsx",
+ "line": 34,
"column": 8,
- "index": 6489
+ "index": 965
},
{
- "filePath": "src/components/CodeRevokeModal/index.jsx",
- "line": 236,
+ "filePath": "src/components/learner-credit-management/cards/assignment-allocation-status-modals/SystemErrorAlertModal.jsx",
+ "line": 28,
"column": 8,
- "index": 6647
+ "index": 650
},
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 115,
- "column": 6,
- "index": 3704
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx",
+ "line": 103,
+ "column": 10,
+ "index": 3751
},
{
- "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
- "line": 68,
+ "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
+ "line": 195,
"column": 8,
- "index": 2481
+ "index": 7511
},
{
- "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
- "line": 103,
- "column": 8,
- "index": 3886
+ "filePath": "src/components/learner-credit-management/members-tab/GroupMembersCsvDownloadTableAction.jsx",
+ "line": 97,
+ "column": 10,
+ "index": 3744
},
{
- "filePath": "src/components/InviteLearnersModal/index.jsx",
- "line": 252,
+ "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx",
+ "line": 57,
"column": 8,
- "index": 8039
+ "index": 2041
},
{
- "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx",
- "line": 62,
- "column": 6,
- "index": 2171
+ "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx",
+ "line": 94,
+ "column": 10,
+ "index": 3146
},
{
- "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
- "line": 194,
- "column": 6,
- "index": 7482
+ "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx",
+ "line": 66,
+ "column": 10,
+ "index": 2238
},
{
- "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx",
- "line": 56,
+ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx",
+ "line": 80,
+ "column": 10,
+ "index": 2359
+ },
+ {
+ "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx",
+ "line": 34,
"column": 6,
- "index": 2012
+ "index": 1012
},
{
- "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx",
- "line": 74,
+ "filePath": "src/components/PeopleManagement/index.jsx",
+ "line": 47,
"column": 8,
- "index": 2194
+ "index": 1788
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
- "line": 182,
- "column": 6,
- "index": 7593
+ "filePath": "src/components/settings/SettingsAccessTab/ActionsTableCell.jsx",
+ "line": 76,
+ "column": 8,
+ "index": 2149
},
{
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 106,
- "column": 10,
- "index": 4688
+ "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx",
+ "line": 51,
+ "column": 8,
+ "index": 1371
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 175,
+ "filePath": "src/components/settings/SettingsAccessTab/LinkDeactivationAlertModal.jsx",
+ "line": 71,
"column": 8,
- "index": 6267
+ "index": 1951
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx",
- "line": 44,
- "column": 6,
- "index": 1737
+ "filePath": "src/components/settings/SettingsApiCredentialsTab/index.jsx",
+ "line": 43,
+ "column": 12,
+ "index": 1584
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
- "line": 76,
- "column": 6,
- "index": 2990
+ "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx",
+ "line": 75,
+ "column": 10,
+ "index": 2225
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 220,
- "column": 6,
- "index": 7076
+ "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
+ "line": 183,
+ "column": 8,
+ "index": 7622
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 186,
+ "filePath": "src/components/settings/SettingsAppearanceTab/ThemeCard.jsx",
+ "line": 40,
"column": 6,
- "index": 5474
+ "index": 1130
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 161,
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 150,
"column": 8,
- "index": 5213
+ "index": 5162
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 228,
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 160,
"column": 8,
- "index": 9109
+ "index": 5497
},
{
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 107,
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 170,
"column": 6,
- "index": 3142
- }
- ],
- "Stepper.ActionRow": [
+ "index": 5901
+ },
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 82,
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 187,
"column": 10,
- "index": 2759
+ "index": 6398
},
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 91,
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 214,
"column": 10,
- "index": 3095
+ "index": 6790
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 269,
- "column": 14,
- "index": 10176
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 107,
+ "column": 12,
+ "index": 4721
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 289,
- "column": 14,
- "index": 11013
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx",
+ "line": 45,
+ "column": 8,
+ "index": 1766
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 307,
- "column": 14,
- "index": 11676
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
+ "line": 77,
+ "column": 8,
+ "index": 3019
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 176,
- "column": 10,
- "index": 6685
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
+ "line": 221,
+ "column": 8,
+ "index": 7105
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 204,
- "column": 10,
- "index": 7655
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
+ "line": 227,
+ "column": 8,
+ "index": 7128
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 218,
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 163,
"column": 10,
- "index": 8201
+ "index": 5294
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 239,
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 230,
"column": 10,
- "index": 8927
+ "index": 9196
+ },
+ {
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 108,
+ "column": 8,
+ "index": 3171
+ },
+ {
+ "filePath": "src/components/SubsidyRequestManagementTable/ActionCell.jsx",
+ "line": 15,
+ "column": 4,
+ "index": 292
}
],
- "MailtoLink": [
+ "BookOpen": [
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
- "line": 48,
- "column": 6,
- "index": 1184
+ "filePath": "src/components/BulkEnrollmentPage/BulkEnrollButton.jsx",
+ "line": 18,
+ "column": 16,
+ "index": 676
},
{
- "filePath": "src/components/ForbiddenPage/index.jsx",
- "line": 17,
- "column": 10,
- "index": 519
+ "filePath": "src/components/Sidebar/index.jsx",
+ "line": 163,
+ "column": 23,
+ "index": 5822
},
{
- "filePath": "src/components/UserActivationPage/index.jsx",
- "line": 97,
- "column": 32,
- "index": 3464
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/EnrollBulkAction.jsx",
+ "line": 115,
+ "column": 20,
+ "index": 4076
}
],
- "Form.Checkbox": [
+ "ErrorOutline": [
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
- "line": 139,
- "column": 8,
- "index": 4045
- },
+ "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
+ "line": 151,
+ "column": 14,
+ "index": 4539
+ }
+ ],
+ "DataTable.RowStatus": [
{
- "filePath": "src/components/CodeAssignmentModal/index.jsx",
- "line": 363,
+ "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
+ "line": 181,
"column": 10,
- "index": 11264
+ "index": 5418
},
{
- "filePath": "src/components/CouponDetails/index.jsx",
- "line": 247,
- "column": 8,
- "index": 7332
- },
+ "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSearchPagination.jsx",
+ "line": 12,
+ "column": 4,
+ "index": 301
+ }
+ ],
+ "Stepper": [
{
- "filePath": "src/components/CouponDetails/index.jsx",
- "line": 419,
- "column": 8,
- "index": 12880
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 50,
+ "column": 4,
+ "index": 1652
},
{
- "filePath": "src/components/ReduxFormCheckbox/index.jsx",
- "line": 16,
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 260,
"column": 6,
- "index": 260
+ "index": 9813
},
{
- "filePath": "src/components/ReportingConfig/EmailDeliveryMethodForm.jsx",
- "line": 60,
- "column": 12,
- "index": 2586
- },
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 136,
+ "column": 6,
+ "index": 5177
+ }
+ ],
+ "ModalDialog": [
{
- "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 278,
- "column": 12,
- "index": 9530
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 51,
+ "column": 6,
+ "index": 1692
},
{
- "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 470,
- "column": 12,
- "index": 18839
+ "filePath": "src/components/CodeAssignmentModal/index.jsx",
+ "line": 399,
+ "column": 6,
+ "index": 12004
},
{
- "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 118,
- "column": 14,
- "index": 4915
- },
- {
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 223,
- "column": 10,
- "index": 7780
+ "filePath": "src/components/CodeReminderModal/index.jsx",
+ "line": 213,
+ "column": 6,
+ "index": 6106
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigServiceProviderStep.jsx",
- "line": 44,
+ "filePath": "src/components/CodeRevokeModal/index.jsx",
+ "line": 222,
"column": 6,
- "index": 1584
+ "index": 6284
},
{
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 89,
- "column": 8,
- "index": 2361
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 81,
+ "column": 4,
+ "index": 2632
},
{
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 97,
- "column": 8,
- "index": 2682
- }
- ],
- "WarningFilled": [
- {
- "filePath": "src/components/BulkEnrollmentPage/stepper/DismissibleCourseWarning.jsx",
- "line": 16,
- "column": 12,
- "index": 449
+ "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
+ "line": 54,
+ "column": 6,
+ "index": 1990
},
{
- "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 231,
- "column": 37,
- "index": 6811
+ "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
+ "line": 79,
+ "column": 6,
+ "index": 2873
},
{
- "filePath": "src/components/ContentHighlights/ContentHighlights.jsx",
- "line": 106,
- "column": 61,
- "index": 4410
+ "filePath": "src/components/InviteLearnersModal/index.jsx",
+ "line": 234,
+ "column": 6,
+ "index": 7479
},
{
- "filePath": "src/components/learner-credit-management/OfferUtilizationAlerts.jsx",
- "line": 59,
- "column": 14,
- "index": 1815
+ "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx",
+ "line": 29,
+ "column": 4,
+ "index": 817
},
{
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 202,
- "column": 49,
- "index": 8822
+ "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
+ "line": 138,
+ "column": 4,
+ "index": 5163
},
{
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 265,
- "column": 43,
- "index": 11282
+ "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx",
+ "line": 24,
+ "column": 4,
+ "index": 785
},
{
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 270,
- "column": 43,
- "index": 11481
+ "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx",
+ "line": 38,
+ "column": 6,
+ "index": 1188
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigForm.jsx",
- "line": 36,
- "column": 16,
- "index": 1431
+ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx",
+ "line": 56,
+ "column": 6,
+ "index": 1655
},
{
- "filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx",
+ "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx",
"line": 8,
- "column": 15,
- "index": 273
- }
- ],
- "IconButton": [
- {
- "filePath": "src/components/BulkEnrollmentPage/stepper/ReviewItem.jsx",
- "line": 23,
- "column": 12,
- "index": 561
+ "column": 2,
+ "index": 224
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentConfirmContentCard.jsx",
- "line": 65,
+ "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx",
+ "line": 48,
"column": 6,
- "index": 2009
+ "index": 1328
},
{
- "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
- "line": 79,
- "column": 8,
- "index": 3237
+ "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
+ "line": 85,
+ "column": 4,
+ "index": 3664
},
{
- "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx",
- "line": 38,
- "column": 14,
- "index": 1660
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 69,
+ "column": 8,
+ "index": 3007
},
{
- "filePath": "src/components/learner-credit-management/members-tab/MemberDetailsTableCell.jsx",
- "line": 16,
- "column": 4,
- "index": 344
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 160,
+ "column": 6,
+ "index": 5774
},
{
- "filePath": "src/components/learner-credit-management/members-tab/MemberDetailsTableCell.jsx",
- "line": 40,
- "column": 6,
- "index": 1129
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx",
+ "line": 22,
+ "column": 4,
+ "index": 747
},
{
- "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
- "line": 94,
- "column": 12,
- "index": 2944
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
+ "line": 36,
+ "column": 4,
+ "index": 1225
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 260,
- "column": 20,
- "index": 8679
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
+ "line": 161,
+ "column": 4,
+ "index": 5151
},
{
- "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 118,
- "column": 24,
- "index": 3498
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
+ "line": 182,
+ "column": 4,
+ "index": 5508
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
- "line": 223,
- "column": 18,
- "index": 7323
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 86,
+ "column": 4,
+ "index": 2496
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
- "line": 120,
- "column": 8,
- "index": 3153
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 88,
+ "column": 4,
+ "index": 2738
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
- "line": 141,
- "column": 8,
- "index": 3628
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 62,
+ "column": 4,
+ "index": 1562
}
],
- "Delete": [
+ "ModalDialog.Header": [
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/ReviewItem.jsx",
- "line": 24,
- "column": 19,
- "index": 592
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 60,
+ "column": 8,
+ "index": 1919
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentConfirmContentCard.jsx",
- "line": 66,
- "column": 13,
- "index": 2034
+ "filePath": "src/components/CodeAssignmentModal/index.jsx",
+ "line": 406,
+ "column": 8,
+ "index": 12151
},
{
- "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 154,
- "column": 24,
- "index": 5097
- }
- ],
- "DataTableContext.Provider": [
- {
- "filePath": "src/components/BulkEnrollmentPage/table/BaseSelectionStatus.test.jsx",
- "line": 44,
- "column": 2,
- "index": 1165
- }
- ],
- "CheckboxControl": [
+ "filePath": "src/components/CodeReminderModal/index.jsx",
+ "line": 220,
+ "column": 8,
+ "index": 6251
+ },
{
- "filePath": "src/components/BulkEnrollmentPage/table/BulkEnrollSelect.jsx",
- "line": 18,
- "column": 6,
- "index": 403
+ "filePath": "src/components/CodeRevokeModal/index.jsx",
+ "line": 228,
+ "column": 8,
+ "index": 6409
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSelectionCheckbox.jsx",
- "line": 25,
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 88,
"column": 6,
- "index": 775
- }
- ],
- "OverlayTrigger": [
+ "index": 2776
+ },
{
- "filePath": "src/components/BulkEnrollmentPage/table/CourseSearchResultsCells.jsx",
- "line": 12,
- "column": 2,
- "index": 332
+ "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
+ "line": 59,
+ "column": 8,
+ "index": 2113
},
{
- "filePath": "src/components/IconWithTooltip/index.jsx",
- "line": 13,
- "column": 4,
- "index": 451
+ "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
+ "line": 85,
+ "column": 8,
+ "index": 3041
},
{
- "filePath": "src/components/InfoHover/index.jsx",
- "line": 9,
- "column": 2,
- "index": 246
+ "filePath": "src/components/InviteLearnersModal/index.jsx",
+ "line": 240,
+ "column": 8,
+ "index": 7602
},
{
- "filePath": "src/components/learner-credit-management/BudgetStatusSubtitle.jsx",
- "line": 104,
- "column": 16,
- "index": 4261
+ "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx",
+ "line": 35,
+ "column": 6,
+ "index": 935
},
{
- "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
- "line": 53,
+ "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
+ "line": 144,
"column": 6,
- "index": 2202
+ "index": 5287
},
{
- "filePath": "src/components/learner-credit-management/members-tab/MemberEnrollmentsTableColumnHeader.jsx",
- "line": 20,
- "column": 4,
- "index": 632
+ "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx",
+ "line": 30,
+ "column": 6,
+ "index": 903
},
{
- "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx",
- "line": 95,
- "column": 4,
- "index": 4335
+ "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx",
+ "line": 45,
+ "column": 8,
+ "index": 1346
},
{
- "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableColumnHeader.jsx",
- "line": 20,
- "column": 4,
- "index": 607
+ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx",
+ "line": 63,
+ "column": 8,
+ "index": 1811
},
{
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessConfiguredSubsidyType.jsx",
- "line": 23,
- "column": 6,
- "index": 689
+ "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx",
+ "line": 15,
+ "column": 4,
+ "index": 362
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
- "line": 32,
+ "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx",
+ "line": 57,
"column": 8,
- "index": 1276
+ "index": 1533
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 337,
- "column": 16,
- "index": 12018
+ "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
+ "line": 93,
+ "column": 6,
+ "index": 3821
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
- "line": 86,
- "column": 8,
- "index": 2811
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 81,
+ "column": 10,
+ "index": 3425
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
- "line": 106,
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 165,
"column": 8,
- "index": 3516
+ "index": 5902
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOConfigConfiguredCard.jsx",
- "line": 95,
- "column": 10,
- "index": 3579
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
+ "line": 46,
+ "column": 6,
+ "index": 1584
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
- "line": 112,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
+ "line": 167,
"column": 6,
- "index": 2981
+ "index": 5275
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
- "line": 133,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
+ "line": 188,
"column": 6,
- "index": 3456
+ "index": 5632
},
{
- "filePath": "src/components/SubsidyRequestManagementTable/CourseTitleCell.jsx",
- "line": 63,
- "column": 2,
- "index": 1613
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 94,
+ "column": 8,
+ "index": 2685
},
{
- "filePath": "src/components/TemplateSourceFields/index.jsx",
- "line": 116,
- "column": 10,
- "index": 3747
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 102,
+ "column": 8,
+ "index": 3130
},
{
- "filePath": "src/components/TemplateSourceFields/index.jsx",
- "line": 142,
- "column": 10,
- "index": 4808
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 69,
+ "column": 6,
+ "index": 1732
}
],
- "Popover": [
- {
- "filePath": "src/components/BulkEnrollmentPage/table/CourseSearchResultsCells.jsx",
- "line": 18,
- "column": 6,
- "index": 437
- },
+ "ModalDialog.Title": [
{
- "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
- "line": 57,
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 61,
"column": 10,
- "index": 2301
- },
- {
- "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx",
- "line": 100,
- "column": 8,
- "index": 4457
+ "index": 1950
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
- "line": 38,
- "column": 12,
- "index": 1430
+ "filePath": "src/components/CodeAssignmentModal/index.jsx",
+ "line": 407,
+ "column": 10,
+ "index": 12182
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 342,
- "column": 20,
- "index": 12229
+ "filePath": "src/components/CodeReminderModal/index.jsx",
+ "line": 221,
+ "column": 10,
+ "index": 6282
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOConfigConfiguredCard.jsx",
- "line": 99,
- "column": 14,
- "index": 3688
+ "filePath": "src/components/CodeRevokeModal/index.jsx",
+ "line": 229,
+ "column": 10,
+ "index": 6440
},
{
- "filePath": "src/components/SubsidyRequestManagementTable/CourseTitleCell.jsx",
- "line": 68,
- "column": 6,
- "index": 1704
- }
- ],
- "Popover.Title": [
- {
- "filePath": "src/components/BulkEnrollmentPage/table/CourseSearchResultsCells.jsx",
- "line": 19,
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 89,
"column": 8,
- "index": 483
+ "index": 2805
},
{
- "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
- "line": 58,
- "column": 12,
- "index": 2349
+ "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
+ "line": 60,
+ "column": 10,
+ "index": 2144
},
{
- "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx",
- "line": 101,
+ "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
+ "line": 86,
"column": 10,
- "index": 4497
+ "index": 3072
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 343,
- "column": 22,
- "index": 12313
+ "filePath": "src/components/InviteLearnersModal/index.jsx",
+ "line": 241,
+ "column": 10,
+ "index": 7633
},
{
- "filePath": "src/components/SubsidyRequestManagementTable/CourseTitleCell.jsx",
- "line": 69,
+ "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx",
+ "line": 36,
"column": 8,
- "index": 1765
- }
- ],
- "Popover.Content": [
+ "index": 964
+ },
{
- "filePath": "src/components/BulkEnrollmentPage/table/CourseSearchResultsCells.jsx",
- "line": 20,
+ "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
+ "line": 145,
"column": 8,
- "index": 530
+ "index": 5316
},
{
- "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
- "line": 59,
- "column": 12,
- "index": 2413
+ "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx",
+ "line": 31,
+ "column": 8,
+ "index": 932
},
{
- "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx",
- "line": 105,
+ "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx",
+ "line": 46,
"column": 10,
- "index": 4618
+ "index": 1377
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
- "line": 39,
- "column": 14,
- "index": 1490
+ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx",
+ "line": 64,
+ "column": 10,
+ "index": 1842
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 350,
- "column": 22,
- "index": 12727
+ "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx",
+ "line": 16,
+ "column": 6,
+ "index": 389
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOConfigConfiguredCard.jsx",
- "line": 100,
- "column": 16,
- "index": 3742
+ "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx",
+ "line": 58,
+ "column": 10,
+ "index": 1564
},
{
- "filePath": "src/components/SubsidyRequestManagementTable/CourseTitleCell.jsx",
- "line": 70,
+ "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
+ "line": 94,
"column": 8,
- "index": 1839
- }
- ],
- "ModalDialog.CloseButton": [
- {
- "filePath": "src/components/CodeAssignmentModal/index.jsx",
- "line": 416,
- "column": 12,
- "index": 12444
- },
- {
- "filePath": "src/components/CodeReminderModal/index.jsx",
- "line": 230,
- "column": 12,
- "index": 6544
- },
- {
- "filePath": "src/components/CodeRevokeModal/index.jsx",
- "line": 238,
- "column": 12,
- "index": 6702
+ "index": 3850
},
{
- "filePath": "src/components/InviteLearnersModal/index.jsx",
- "line": 254,
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 82,
"column": 12,
- "index": 8094
- },
- {
- "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx",
- "line": 64,
- "column": 10,
- "index": 2222
- },
- {
- "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
- "line": 196,
- "column": 10,
- "index": 7533
+ "index": 3458
},
{
- "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx",
- "line": 58,
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 166,
"column": 10,
- "index": 2063
- },
- {
- "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx",
- "line": 76,
- "column": 12,
- "index": 2249
+ "index": 5956
},
{
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 108,
- "column": 14,
- "index": 4747
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
+ "line": 47,
+ "column": 8,
+ "index": 1613
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 176,
- "column": 10,
- "index": 6298
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
+ "line": 168,
+ "column": 8,
+ "index": 5304
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx",
- "line": 46,
- "column": 10,
- "index": 1788
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
+ "line": 189,
+ "column": 8,
+ "index": 5661
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
- "line": 78,
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 95,
"column": 10,
- "index": 3041
+ "index": 2716
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 222,
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 103,
"column": 10,
- "index": 7127
+ "index": 3161
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 188,
- "column": 10,
- "index": 5525
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 70,
+ "column": 8,
+ "index": 1761
}
],
- "Spinner": [
+ "ModalDialog.Body": [
+ {
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 65,
+ "column": 8,
+ "index": 2075
+ },
{
"filePath": "src/components/CodeAssignmentModal/index.jsx",
- "line": 426,
- "column": 62,
- "index": 12843
+ "line": 411,
+ "column": 8,
+ "index": 12304
},
{
"filePath": "src/components/CodeReminderModal/index.jsx",
- "line": 240,
- "column": 55,
- "index": 6933
+ "line": 225,
+ "column": 8,
+ "index": 6404
},
{
"filePath": "src/components/CodeRevokeModal/index.jsx",
- "line": 248,
- "column": 62,
- "index": 7097
+ "line": 233,
+ "column": 8,
+ "index": 6562
},
{
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
- "line": 128,
- "column": 12,
- "index": 5055
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 112,
+ "column": 6,
+ "index": 3638
},
{
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
- "line": 155,
- "column": 12,
- "index": 6353
+ "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
+ "line": 62,
+ "column": 8,
+ "index": 2242
},
{
- "filePath": "src/components/DownloadCsvButton/index.jsx",
- "line": 39,
- "column": 24,
- "index": 1076
+ "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
+ "line": 94,
+ "column": 8,
+ "index": 3416
},
{
"filePath": "src/components/InviteLearnersModal/index.jsx",
- "line": 268,
- "column": 31,
- "index": 8668
+ "line": 249,
+ "column": 8,
+ "index": 7954
+ },
+ {
+ "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx",
+ "line": 45,
+ "column": 6,
+ "index": 1283
},
{
"filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
- "line": 212,
- "column": 23,
- "index": 8251
+ "line": 149,
+ "column": 6,
+ "index": 5417
},
{
- "filePath": "src/components/NumberCard/index.jsx",
- "line": 156,
- "column": 15,
- "index": 4878
+ "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx",
+ "line": 39,
+ "column": 6,
+ "index": 1247
},
{
- "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 550,
- "column": 25,
- "index": 22580
+ "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx",
+ "line": 48,
+ "column": 8,
+ "index": 1468
},
{
- "filePath": "src/components/RequestCodesPage/RequestCodesForm.jsx",
- "line": 122,
- "column": 33,
- "index": 3344
+ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx",
+ "line": 66,
+ "column": 8,
+ "index": 1935
},
{
- "filePath": "src/components/SaveTemplateButton/index.jsx",
- "line": 153,
- "column": 19,
- "index": 4935
+ "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx",
+ "line": 25,
+ "column": 4,
+ "index": 660
},
{
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessTabSection.jsx",
- "line": 33,
+ "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx",
+ "line": 65,
"column": 8,
- "index": 675
+ "index": 1846
},
{
- "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx",
- "line": 112,
- "column": 24,
- "index": 4440
+ "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
+ "line": 104,
+ "column": 6,
+ "index": 4201
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
- "line": 75,
- "column": 19,
- "index": 2163
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 90,
+ "column": 10,
+ "index": 3816
},
{
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 121,
- "column": 18,
- "index": 5332
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 170,
+ "column": 8,
+ "index": 6088
},
{
- "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx",
- "line": 65,
- "column": 17,
- "index": 2398
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx",
+ "line": 28,
+ "column": 6,
+ "index": 881
+ },
+ {
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
+ "line": 56,
+ "column": 6,
+ "index": 2048
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 232,
- "column": 23,
- "index": 7522
+ "line": 172,
+ "column": 6,
+ "index": 5405
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 199,
- "column": 23,
- "index": 5971
- }
- ],
- "Tab": [
- {
- "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx",
- "line": 62,
+ "line": 193,
"column": 6,
- "index": 2165
+ "index": 5762
},
{
- "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx",
- "line": 80,
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 110,
"column": 8,
- "index": 2679
+ "index": 3191
},
{
- "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx",
- "line": 57,
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 132,
"column": 8,
- "index": 2075
+ "index": 4399
},
{
- "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx",
- "line": 67,
- "column": 8,
- "index": 2466
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 84,
+ "column": 6,
+ "index": 2156
+ }
+ ],
+ "Stepper.Step": [
+ {
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 66,
+ "column": 10,
+ "index": 2104
},
{
- "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx",
- "line": 28,
- "column": 6,
- "index": 892
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 74,
+ "column": 10,
+ "index": 2440
},
{
- "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx",
- "line": 47,
- "column": 8,
- "index": 1499
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 330,
+ "column": 10,
+ "index": 12440
},
{
- "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx",
- "line": 68,
- "column": 8,
- "index": 2174
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 344,
+ "column": 10,
+ "index": 13062
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx",
- "line": 22,
- "column": 8,
- "index": 830
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 356,
+ "column": 10,
+ "index": 13619
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx",
- "line": 27,
- "column": 8,
- "index": 1160
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 140,
+ "column": 10,
+ "index": 5296
},
{
- "filePath": "src/components/settings/SettingsTabs.jsx",
- "line": 90,
- "column": 8,
- "index": 2683
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 144,
+ "column": 10,
+ "index": 5422
},
{
- "filePath": "src/components/settings/SettingsTabs.jsx",
- "line": 109,
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 148,
+ "column": 10,
+ "index": 5571
+ },
+ {
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 166,
+ "column": 10,
+ "index": 6339
+ }
+ ],
+ "ModalDialog.Footer": [
+ {
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 81,
"column": 8,
- "index": 3404
+ "index": 2728
},
{
- "filePath": "src/components/settings/SettingsTabs.jsx",
- "line": 123,
+ "filePath": "src/components/CodeAssignmentModal/index.jsx",
+ "line": 414,
"column": 8,
- "index": 3788
+ "index": 12389
},
{
- "filePath": "src/components/settings/SettingsTabs.jsx",
- "line": 140,
+ "filePath": "src/components/CodeReminderModal/index.jsx",
+ "line": 228,
"column": 8,
- "index": 4306
+ "index": 6489
},
{
- "filePath": "src/components/settings/SettingsTabs.jsx",
- "line": 155,
+ "filePath": "src/components/CodeRevokeModal/index.jsx",
+ "line": 236,
"column": 8,
- "index": 4796
+ "index": 6647
},
{
- "filePath": "src/components/subscriptions/SubscriptionTabs.jsx",
- "line": 67,
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 115,
"column": 6,
- "index": 2402
+ "index": 3704
},
{
- "filePath": "src/components/subscriptions/SubscriptionTabs.jsx",
- "line": 84,
+ "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
+ "line": 68,
"column": 8,
- "index": 3015
- }
- ],
- "Tabs": [
- {
- "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx",
- "line": 107,
- "column": 4,
- "index": 3515
+ "index": 2481
},
{
- "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx",
- "line": 49,
- "column": 6,
- "index": 1887
+ "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
+ "line": 103,
+ "column": 8,
+ "index": 3886
},
{
- "filePath": "src/components/learner-credit-management/BudgetDetailTabsAndRoutes.jsx",
- "line": 145,
- "column": 6,
- "index": 4523
+ "filePath": "src/components/InviteLearnersModal/index.jsx",
+ "line": 252,
+ "column": 8,
+ "index": 8039
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx",
- "line": 16,
+ "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx",
+ "line": 62,
"column": 6,
- "index": 687
+ "index": 2171
},
{
- "filePath": "src/components/settings/SettingsTabs.jsx",
- "line": 205,
+ "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
+ "line": 194,
"column": 6,
- "index": 6130
+ "index": 7482
},
{
- "filePath": "src/components/subscriptions/SubscriptionTabs.jsx",
- "line": 116,
- "column": 4,
- "index": 4132
- }
- ],
- "Container": [
- {
- "filePath": "src/components/CodeManagement/index.jsx",
- "line": 15,
+ "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx",
+ "line": 56,
"column": 6,
- "index": 369
+ "index": 2012
},
{
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
- "line": 119,
- "column": 4,
- "index": 4766
+ "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx",
+ "line": 65,
+ "column": 8,
+ "index": 2207
},
{
- "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx",
- "line": 16,
- "column": 2,
- "index": 867
+ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx",
+ "line": 79,
+ "column": 8,
+ "index": 2328
},
{
- "filePath": "src/components/ContentHighlights/ContentHighlightSet.jsx",
- "line": 12,
+ "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx",
+ "line": 33,
"column": 4,
- "index": 531
+ "index": 985
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperConfirmContent.jsx",
- "line": 141,
- "column": 4,
- "index": 4366
+ "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx",
+ "line": 74,
+ "column": 8,
+ "index": 2194
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContent.jsx",
- "line": 10,
- "column": 2,
- "index": 365
+ "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
+ "line": 182,
+ "column": 6,
+ "index": 7593
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperTitle.jsx",
- "line": 11,
- "column": 2,
- "index": 322
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 106,
+ "column": 10,
+ "index": 4688
},
{
- "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx",
- "line": 82,
- "column": 4,
- "index": 3139
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 175,
+ "column": 8,
+ "index": 6267
},
{
- "filePath": "src/components/learner-credit-management/BudgetDetailPageWrapper.jsx",
- "line": 105,
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx",
+ "line": 44,
"column": 6,
- "index": 3652
+ "index": 1737
},
{
- "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx",
- "line": 62,
- "column": 4,
- "index": 2323
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
+ "line": 76,
+ "column": 6,
+ "index": 2990
},
{
- "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx",
- "line": 108,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
+ "line": 220,
"column": 6,
- "index": 3357
+ "index": 7076
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SsoErrorPage.jsx",
- "line": 39,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
+ "line": 226,
"column": 6,
- "index": 1037
+ "index": 7099
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 139,
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 162,
"column": 8,
- "index": 5247
+ "index": 5263
},
{
- "filePath": "src/components/settings/SettingsTabs.jsx",
- "line": 204,
- "column": 4,
- "index": 6089
- },
- {
- "filePath": "src/components/subscriptions/SubscriptionManagementPage.jsx",
- "line": 24,
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 229,
"column": 8,
- "index": 873
+ "index": 9165
},
{
- "filePath": "src/components/UserActivationPage/index.jsx",
- "line": 80,
- "column": 4,
- "index": 2544
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 107,
+ "column": 6,
+ "index": 3142
}
],
- "Pagination": [
+ "Stepper.ActionRow": [
{
- "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 199,
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 82,
"column": 10,
- "index": 5868
+ "index": 2759
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSearchPagination.jsx",
- "line": 20,
- "column": 4,
- "index": 528
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 91,
+ "column": 10,
+ "index": 3095
},
{
- "filePath": "src/components/TableComponent/index.jsx",
- "line": 109,
- "column": 12,
- "index": 3520
- }
- ],
- "CheckCircle": [
- {
- "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 220,
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 269,
"column": 14,
- "index": 6525
- },
- {
- "filePath": "src/components/CodeSearchResults/index.jsx",
- "line": 67,
- "column": 12,
- "index": 1699
+ "index": 10176
},
{
- "filePath": "src/components/CouponDetails/index.jsx",
- "line": 480,
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 289,
"column": 14,
- "index": 14417
- },
- {
- "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx",
- "line": 50,
- "column": 4,
- "index": 2124
+ "index": 11013
},
{
- "filePath": "src/components/SaveTemplateButton/index.jsx",
- "line": 154,
- "column": 31,
- "index": 5026
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 307,
+ "column": 14,
+ "index": 11676
},
{
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessConfiguredSubsidyType.jsx",
- "line": 37,
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 176,
"column": 10,
- "index": 1202
- },
- {
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 109,
- "column": 23,
- "index": 4193
- },
- {
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
- "line": 26,
- "column": 31,
- "index": 1029
+ "index": 6685
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 189,
- "column": 61,
- "index": 6093
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 204,
+ "column": 10,
+ "index": 7655
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigAlerts.jsx",
- "line": 228,
- "column": 16,
- "index": 8788
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 218,
+ "column": 10,
+ "index": 8201
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOConfigConfiguredCard.jsx",
- "line": 123,
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 239,
"column": 10,
- "index": 4484
- }
- ],
- "SpinnerIcon": [
- {
- "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 282,
- "column": 71,
- "index": 8625
- }
- ],
- "Plus": [
- {
- "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 291,
- "column": 27,
- "index": 8936
+ "index": 8927
}
],
- "Warning": [
- {
- "filePath": "src/components/CodeModal/ModalError.jsx",
- "line": 12,
- "column": 17,
- "index": 317
- },
- {
- "filePath": "src/components/learner-credit-management/AssignmentEnrollByDateCell.jsx",
- "line": 25,
- "column": 11,
- "index": 893
- },
+ "MailtoLink": [
{
- "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx",
- "line": 60,
- "column": 25,
- "index": 1646
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
+ "line": 48,
+ "column": 6,
+ "index": 1184
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigAlerts.jsx",
- "line": 134,
- "column": 16,
- "index": 4555
+ "filePath": "src/components/ForbiddenPage/index.jsx",
+ "line": 17,
+ "column": 10,
+ "index": 539
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigAlerts.jsx",
- "line": 169,
- "column": 16,
- "index": 6032
+ "filePath": "src/components/UserActivationPage/index.jsx",
+ "line": 97,
+ "column": 32,
+ "index": 3464
}
],
- "Close": [
+ "Form.Checkbox": [
{
- "filePath": "src/components/CodeSearchResults/CodeSearchResultsHeading.jsx",
- "line": 19,
- "column": 36,
- "index": 696
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
+ "line": 139,
+ "column": 8,
+ "index": 4045
},
{
- "filePath": "src/components/FileInput/index.jsx",
- "line": 138,
- "column": 25,
- "index": 3480
+ "filePath": "src/components/CodeAssignmentModal/index.jsx",
+ "line": 363,
+ "column": 10,
+ "index": 11264
},
{
- "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
- "line": 94,
- "column": 47,
- "index": 2979
+ "filePath": "src/components/CouponDetails/index.jsx",
+ "line": 247,
+ "column": 8,
+ "index": 7332
},
{
- "filePath": "src/components/ReportingConfig/index.jsx",
- "line": 155,
- "column": 29,
- "index": 5165
+ "filePath": "src/components/CouponDetails/index.jsx",
+ "line": 419,
+ "column": 8,
+ "index": 12880
},
{
- "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 552,
- "column": 34,
- "index": 22720
+ "filePath": "src/components/ReduxFormCheckbox/index.jsx",
+ "line": 16,
+ "column": 6,
+ "index": 260
},
{
- "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 574,
- "column": 25,
- "index": 23636
- }
- ],
- "Check": [
- {
- "filePath": "src/components/CodeSearchResults/CodeSearchResultsTable.jsx",
- "line": 116,
- "column": 44,
- "index": 2944
+ "filePath": "src/components/ReportingConfig/EmailDeliveryMethodForm.jsx",
+ "line": 60,
+ "column": 12,
+ "index": 2586
},
{
- "filePath": "src/components/learner-credit-management/invite-modal/InviteModalPermissions.jsx",
- "line": 31,
- "column": 23,
- "index": 1174
+ "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
+ "line": 278,
+ "column": 12,
+ "index": 9530
},
{
- "filePath": "src/components/learner-credit-management/invite-modal/InviteModalPermissions.jsx",
- "line": 40,
- "column": 23,
- "index": 1573
+ "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
+ "line": 470,
+ "column": 12,
+ "index": 18839
},
{
- "filePath": "src/components/ReportingConfig/index.jsx",
- "line": 150,
- "column": 29,
- "index": 4992
+ "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
+ "line": 124,
+ "column": 14,
+ "index": 5122
},
{
- "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 551,
- "column": 37,
- "index": 22675
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 223,
+ "column": 10,
+ "index": 7780
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
- "line": 76,
- "column": 31,
- "index": 2252
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigServiceProviderStep.jsx",
+ "line": 44,
+ "column": 6,
+ "index": 1584
},
{
- "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx",
- "line": 66,
- "column": 29,
- "index": 2485
- }
- ],
- "TransitionReplace": [
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 89,
+ "column": 8,
+ "index": 2361
+ },
{
- "filePath": "src/components/CodeSearchResults/index.jsx",
- "line": 83,
- "column": 6,
- "index": 2032
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 97,
+ "column": 8,
+ "index": 2682
}
],
- "StatefulButton": [
+ "WarningFilled": [
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 120,
- "column": 10,
- "index": 3929
+ "filePath": "src/components/BulkEnrollmentPage/stepper/DismissibleCourseWarning.jsx",
+ "line": 16,
+ "column": 12,
+ "index": 449
},
{
- "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx",
- "line": 111,
- "column": 10,
- "index": 4304
+ "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
+ "line": 231,
+ "column": 37,
+ "index": 6811
},
{
- "filePath": "src/components/ContentHighlights/DeleteHighlightSet.jsx",
- "line": 131,
- "column": 12,
- "index": 4599
+ "filePath": "src/components/ContentHighlights/ContentHighlights.jsx",
+ "line": 107,
+ "column": 61,
+ "index": 4492
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 316,
- "column": 16,
- "index": 12044
+ "filePath": "src/components/learner-credit-management/OfferUtilizationAlerts.jsx",
+ "line": 59,
+ "column": 14,
+ "index": 1815
},
{
- "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx",
- "line": 252,
- "column": 12,
- "index": 9059
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 202,
+ "column": 49,
+ "index": 8822
},
{
- "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx",
- "line": 71,
- "column": 10,
- "index": 2565
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 265,
+ "column": 43,
+ "index": 11282
},
{
- "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx",
- "line": 100,
- "column": 12,
- "index": 3563
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 270,
+ "column": 43,
+ "index": 11481
},
{
- "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
- "line": 203,
- "column": 10,
- "index": 7883
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigForm.jsx",
+ "line": 36,
+ "column": 16,
+ "index": 1431
},
{
- "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx",
- "line": 65,
- "column": 10,
- "index": 2408
- },
+ "filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx",
+ "line": 8,
+ "column": 15,
+ "index": 273
+ }
+ ],
+ "IconButton": [
{
- "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 522,
+ "filePath": "src/components/BulkEnrollmentPage/stepper/ReviewItem.jsx",
+ "line": 23,
"column": 12,
- "index": 21283
+ "index": 561
},
{
- "filePath": "src/components/SaveTemplateButton/index.jsx",
- "line": 142,
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentConfirmContentCard.jsx",
+ "line": 65,
"column": 6,
- "index": 4568
+ "index": 2009
},
{
- "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx",
- "line": 59,
- "column": 10,
- "index": 1718
+ "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
+ "line": 79,
+ "column": 8,
+ "index": 3237
},
{
- "filePath": "src/components/settings/SettingsAccessTab/LinkDeactivationAlertModal.jsx",
- "line": 79,
- "column": 10,
- "index": 2268
+ "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx",
+ "line": 38,
+ "column": 14,
+ "index": 1660
},
{
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessGenerateLinkButton.jsx",
- "line": 64,
+ "filePath": "src/components/learner-credit-management/members-tab/MemberDetailsTableCell.jsx",
+ "line": 16,
"column": 4,
- "index": 2046
+ "index": 344
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
- "line": 63,
+ "filePath": "src/components/learner-credit-management/members-tab/MemberDetailsTableCell.jsx",
+ "line": 40,
"column": 6,
- "index": 1795
+ "index": 1129
},
{
- "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx",
- "line": 43,
- "column": 4,
- "index": 1561
+ "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
+ "line": 94,
+ "column": 12,
+ "index": 2944
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 225,
- "column": 10,
- "index": 7238
+ "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx",
+ "line": 79,
+ "column": 20,
+ "index": 2787
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 191,
- "column": 10,
- "index": 5636
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 260,
+ "column": 20,
+ "index": 8679
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 166,
- "column": 12,
- "index": 5368
+ "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
+ "line": 118,
+ "column": 24,
+ "index": 3498
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 237,
- "column": 12,
- "index": 9495
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
+ "line": 223,
+ "column": 18,
+ "index": 7323
},
{
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 112,
- "column": 10,
- "index": 3341
- }
- ],
- "Add": [
- {
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
- "line": 84,
- "column": 26,
- "index": 2943
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
+ "line": 120,
+ "column": 8,
+ "index": 3153
},
{
- "filePath": "src/components/ContentHighlights/CurrentContentHighlightHeader.jsx",
- "line": 87,
- "column": 22,
- "index": 2885
- },
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
+ "line": 141,
+ "column": 8,
+ "index": 3628
+ }
+ ],
+ "Delete": [
{
- "filePath": "src/components/ContentHighlights/ZeroState/ZeroStateHighlights.jsx",
- "line": 65,
- "column": 26,
- "index": 2717
+ "filePath": "src/components/BulkEnrollmentPage/stepper/ReviewItem.jsx",
+ "line": 24,
+ "column": 19,
+ "index": 592
},
{
- "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
- "line": 313,
- "column": 26,
- "index": 13290
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentConfirmContentCard.jsx",
+ "line": 66,
+ "column": 13,
+ "index": 2034
},
{
- "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
- "line": 385,
- "column": 22,
- "index": 16065
+ "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx",
+ "line": 106,
+ "column": 21,
+ "index": 3812
},
{
- "filePath": "src/components/settings/SettingsLMSTab/index.jsx",
- "line": 171,
- "column": 26,
- "index": 6741
- },
+ "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
+ "line": 154,
+ "column": 24,
+ "index": 5097
+ }
+ ],
+ "DataTableContext.Provider": [
{
- "filePath": "src/components/settings/SettingsLMSTab/NoConfigCard.jsx",
+ "filePath": "src/components/BulkEnrollmentPage/table/BaseSelectionStatus.test.jsx",
"line": 44,
- "column": 30,
- "index": 1740
- },
+ "column": 2,
+ "index": 1165
+ }
+ ],
+ "CheckboxControl": [
{
- "filePath": "src/components/settings/SettingsLMSTab/NoConfigCard.jsx",
- "line": 67,
- "column": 23,
- "index": 2843
+ "filePath": "src/components/BulkEnrollmentPage/table/BulkEnrollSelect.jsx",
+ "line": 18,
+ "column": 6,
+ "index": 403
},
{
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 145,
- "column": 28,
- "index": 6335
- },
- {
- "filePath": "src/components/settings/SettingsSSOTab/NoSSOCard.jsx",
- "line": 47,
- "column": 28,
- "index": 1762
+ "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSelectionCheckbox.jsx",
+ "line": 25,
+ "column": 6,
+ "index": 775
}
],
- "Form.RadioSet": [
- {
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
- "line": 121,
- "column": 8,
- "index": 4805
- },
+ "OverlayTrigger": [
{
- "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx",
- "line": 69,
- "column": 12,
- "index": 2568
+ "filePath": "src/components/BulkEnrollmentPage/table/CourseSearchResultsCells.jsx",
+ "line": 12,
+ "column": 2,
+ "index": 332
},
{
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSubsidyTypeSelection.jsx",
- "line": 67,
- "column": 6,
- "index": 2162
+ "filePath": "src/components/IconWithTooltip/index.jsx",
+ "line": 13,
+ "column": 4,
+ "index": 451
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 122,
- "column": 16,
- "index": 3630
+ "filePath": "src/components/InfoHover/index.jsx",
+ "line": 9,
+ "column": 2,
+ "index": 246
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 154,
+ "filePath": "src/components/learner-credit-management/BudgetStatusSubtitle.jsx",
+ "line": 104,
"column": 16,
- "index": 5400
- }
- ],
- "Form.Radio": [
- {
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
- "line": 140,
- "column": 12,
- "index": 5473
+ "index": 4261
},
{
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
- "line": 169,
- "column": 12,
- "index": 6826
+ "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
+ "line": 53,
+ "column": 6,
+ "index": 2202
},
{
- "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx",
- "line": 75,
- "column": 14,
- "index": 2773
+ "filePath": "src/components/learner-credit-management/members-tab/MemberEnrollmentsTableColumnHeader.jsx",
+ "line": 20,
+ "column": 4,
+ "index": 632
},
{
- "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx",
- "line": 76,
- "column": 14,
- "index": 2876
+ "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableColumnHeader.jsx",
+ "line": 20,
+ "column": 4,
+ "index": 607
},
{
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSubsidyTypeSelection.jsx",
- "line": 75,
- "column": 12,
- "index": 2407
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessConfiguredSubsidyType.jsx",
+ "line": 23,
+ "column": 6,
+ "index": 689
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/ThemeCard.jsx",
- "line": 31,
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
+ "line": 32,
"column": 8,
- "index": 846
+ "index": 1276
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 127,
- "column": 20,
- "index": 3857
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 337,
+ "column": 16,
+ "index": 12018
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 159,
- "column": 20,
- "index": 5653
- }
- ],
- "Truncate": [
- {
- "filePath": "src/components/ContentHighlights/ContentHighlightCardItem.jsx",
- "line": 48,
- "column": 15,
- "index": 1638
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
+ "line": 86,
+ "column": 8,
+ "index": 2811
},
{
- "filePath": "src/components/ContentHighlights/ContentHighlightCardItem.jsx",
- "line": 57,
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
+ "line": 106,
"column": 8,
- "index": 2102
+ "index": 3516
},
{
- "filePath": "src/components/ContentHighlights/ContentHighlightCardItem.jsx",
- "line": 73,
+ "filePath": "src/components/settings/SettingsSSOTab/SSOConfigConfiguredCard.jsx",
+ "line": 95,
"column": 10,
- "index": 2583
- }
- ],
- "Card.ImageCap": [
+ "index": 3579
+ },
{
- "filePath": "src/components/ContentHighlights/ContentHighlightCardItem.jsx",
- "line": 63,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
+ "line": 112,
"column": 6,
- "index": 2299
+ "index": 2981
},
{
- "filePath": "src/components/ContentHighlights/ContentHighlightSetCard.jsx",
- "line": 63,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
+ "line": 133,
"column": 6,
- "index": 1986
+ "index": 3456
},
{
- "filePath": "src/components/ContentHighlights/SkeletonContentCard.jsx",
- "line": 6,
- "column": 4,
- "index": 161
+ "filePath": "src/components/SubsidyRequestManagementTable/CourseTitleCell.jsx",
+ "line": 63,
+ "column": 2,
+ "index": 1613
},
{
- "filePath": "src/components/ContentHighlights/ZeroState/ZeroStateCardImage.jsx",
- "line": 7,
- "column": 4,
- "index": 242
+ "filePath": "src/components/TemplateSourceFields/index.jsx",
+ "line": 116,
+ "column": 10,
+ "index": 3747
},
{
- "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx",
- "line": 25,
+ "filePath": "src/components/TemplateSourceFields/index.jsx",
+ "line": 142,
+ "column": 10,
+ "index": 4808
+ }
+ ],
+ "Popover": [
+ {
+ "filePath": "src/components/BulkEnrollmentPage/table/CourseSearchResultsCells.jsx",
+ "line": 18,
"column": 6,
- "index": 900
+ "index": 437
},
{
- "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
- "line": 43,
- "column": 6,
- "index": 1084
+ "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
+ "line": 57,
+ "column": 10,
+ "index": 2301
},
{
- "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx",
- "line": 36,
- "column": 6,
- "index": 1243
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
+ "line": 38,
+ "column": 12,
+ "index": 1430
},
{
- "filePath": "src/components/settings/SettingsLMSTab/NoConfigCard.jsx",
- "line": 21,
- "column": 6,
- "index": 578
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 342,
+ "column": 20,
+ "index": 12229
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NoSSOCard.jsx",
- "line": 21,
+ "filePath": "src/components/settings/SettingsSSOTab/SSOConfigConfiguredCard.jsx",
+ "line": 99,
+ "column": 14,
+ "index": 3688
+ },
+ {
+ "filePath": "src/components/SubsidyRequestManagementTable/CourseTitleCell.jsx",
+ "line": 68,
"column": 6,
- "index": 572
+ "index": 1704
}
],
- "Card.Header": [
+ "Popover.Title": [
{
- "filePath": "src/components/ContentHighlights/ContentHighlightCardItem.jsx",
- "line": 70,
- "column": 6,
- "index": 2505
+ "filePath": "src/components/BulkEnrollmentPage/table/CourseSearchResultsCells.jsx",
+ "line": 19,
+ "column": 8,
+ "index": 483
},
{
- "filePath": "src/components/ContentHighlights/ContentHighlightSetCard.jsx",
- "line": 64,
- "column": 6,
- "index": 2038
+ "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
+ "line": 58,
+ "column": 12,
+ "index": 2349
},
{
- "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
- "line": 50,
- "column": 8,
- "index": 1234
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 343,
+ "column": 22,
+ "index": 12313
},
{
- "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx",
- "line": 143,
- "column": 6,
- "index": 4172
- },
+ "filePath": "src/components/SubsidyRequestManagementTable/CourseTitleCell.jsx",
+ "line": 69,
+ "column": 8,
+ "index": 1765
+ }
+ ],
+ "Popover.Content": [
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 253,
+ "filePath": "src/components/BulkEnrollmentPage/table/CourseSearchResultsCells.jsx",
+ "line": 20,
"column": 8,
- "index": 8400
+ "index": 530
},
{
- "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 107,
+ "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
+ "line": 59,
"column": 12,
- "index": 3072
+ "index": 2413
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
- "line": 199,
- "column": 6,
- "index": 6438
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
+ "line": 39,
+ "column": 14,
+ "index": 1490
},
{
- "filePath": "src/components/subscriptions/SubscriptionCard.jsx",
- "line": 82,
- "column": 6,
- "index": 2220
- }
- ],
- "Archive": [
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 350,
+ "column": 22,
+ "index": 12727
+ },
{
- "filePath": "src/components/ContentHighlights/ContentHighlightCardItem.jsx",
- "line": 81,
- "column": 23,
- "index": 2906
+ "filePath": "src/components/settings/SettingsSSOTab/SSOConfigConfiguredCard.jsx",
+ "line": 100,
+ "column": 16,
+ "index": 3742
+ },
+ {
+ "filePath": "src/components/SubsidyRequestManagementTable/CourseTitleCell.jsx",
+ "line": 70,
+ "column": 8,
+ "index": 1839
}
],
- "Card.Footer": [
+ "ModalDialog.CloseButton": [
{
- "filePath": "src/components/ContentHighlights/ContentHighlightCardItem.jsx",
- "line": 89,
- "column": 10,
- "index": 3231
+ "filePath": "src/components/CodeAssignmentModal/index.jsx",
+ "line": 416,
+ "column": 12,
+ "index": 12444
},
{
- "filePath": "src/components/ContentHighlights/SkeletonContentCard.jsx",
- "line": 8,
- "column": 4,
- "index": 234
+ "filePath": "src/components/CodeReminderModal/index.jsx",
+ "line": 230,
+ "column": 12,
+ "index": 6544
},
{
- "filePath": "src/components/ContentHighlights/ZeroState/ZeroStateCardFooter.jsx",
- "line": 6,
- "column": 2,
- "index": 172
+ "filePath": "src/components/CodeRevokeModal/index.jsx",
+ "line": 238,
+ "column": 12,
+ "index": 6702
},
{
- "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx",
- "line": 54,
- "column": 6,
- "index": 2157
+ "filePath": "src/components/InviteLearnersModal/index.jsx",
+ "line": 254,
+ "column": 12,
+ "index": 8094
},
{
- "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
- "line": 85,
- "column": 8,
- "index": 2520
+ "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx",
+ "line": 64,
+ "column": 10,
+ "index": 2222
},
{
- "filePath": "src/components/learner-credit-management/invite-modal/InviteModalPermissions.jsx",
- "line": 26,
+ "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
+ "line": 196,
"column": 10,
- "index": 914
+ "index": 7533
},
{
- "filePath": "src/components/learner-credit-management/invite-modal/InviteModalPermissions.jsx",
- "line": 35,
+ "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx",
+ "line": 58,
"column": 10,
- "index": 1318
+ "index": 2063
},
{
- "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx",
- "line": 98,
- "column": 6,
- "index": 3975
+ "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx",
+ "line": 67,
+ "column": 12,
+ "index": 2262
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/ThemeCard.jsx",
- "line": 29,
- "column": 6,
- "index": 741
+ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx",
+ "line": 81,
+ "column": 12,
+ "index": 2383
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 379,
- "column": 8,
- "index": 13840
+ "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx",
+ "line": 76,
+ "column": 12,
+ "index": 2249
},
{
- "filePath": "src/components/settings/SettingsLMSTab/NoConfigCard.jsx",
- "line": 43,
- "column": 8,
- "index": 1661
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 108,
+ "column": 14,
+ "index": 4747
},
{
- "filePath": "src/components/settings/SettingsLMSTab/NoConfigCard.jsx",
- "line": 54,
- "column": 8,
- "index": 2162
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 176,
+ "column": 10,
+ "index": 6298
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NoSSOCard.jsx",
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx",
"line": 46,
- "column": 6,
- "index": 1685
- }
- ],
- "CardGrid": [
+ "column": 10,
+ "index": 1788
+ },
{
- "filePath": "src/components/ContentHighlights/ContentHighlightsCardItemsContainer.jsx",
- "line": 74,
- "column": 6,
- "index": 2472
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
+ "line": 78,
+ "column": 10,
+ "index": 3041
},
{
- "filePath": "src/components/ContentHighlights/ContentHighlightsCardItemsContainer.jsx",
- "line": 133,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
+ "line": 222,
"column": 10,
- "index": 4917
+ "index": 7127
},
{
- "filePath": "src/components/ContentHighlights/HighlightSetSection.jsx",
- "line": 36,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
+ "line": 228,
+ "column": 10,
+ "index": 7150
+ }
+ ],
+ "Container": [
+ {
+ "filePath": "src/components/CodeManagement/index.jsx",
+ "line": 15,
"column": 6,
- "index": 1140
+ "index": 369
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperConfirmContent.jsx",
- "line": 50,
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
+ "line": 119,
"column": 4,
- "index": 1556
+ "index": 4766
},
{
- "filePath": "src/components/ContentHighlights/SkeletonContentCardContainer.jsx",
- "line": 8,
+ "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx",
+ "line": 16,
"column": 2,
- "index": 319
+ "index": 867
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
- "line": 178,
- "column": 6,
- "index": 6829
+ "filePath": "src/components/ContentHighlights/ContentHighlightSet.jsx",
+ "line": 12,
+ "column": 4,
+ "index": 531
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingLMSCardDeck.jsx",
- "line": 60,
- "column": 8,
- "index": 1947
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperConfirmContent.jsx",
+ "line": 141,
+ "column": 4,
+ "index": 4366
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingLMSCardDeck.jsx",
- "line": 82,
- "column": 8,
- "index": 2508
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContent.jsx",
+ "line": 10,
+ "column": 2,
+ "index": 365
},
{
- "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 92,
- "column": 6,
- "index": 2762
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperTitle.jsx",
+ "line": 11,
+ "column": 2,
+ "index": 322
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NewExistingSSOConfigs.jsx",
- "line": 48,
- "column": 10,
- "index": 2022
- }
- ],
- "ActionRow.Spacer": [
+ "filePath": "src/components/EnterpriseList/index.jsx",
+ "line": 61,
+ "column": 6,
+ "index": 1638
+ },
{
- "filePath": "src/components/ContentHighlights/ContentHighlightsCardItemsContainer.jsx",
- "line": 117,
- "column": 12,
- "index": 4081
+ "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx",
+ "line": 129,
+ "column": 4,
+ "index": 4789
},
{
- "filePath": "src/components/ContentHighlights/CurrentContentHighlightHeader.jsx",
- "line": 84,
- "column": 8,
- "index": 2825
+ "filePath": "src/components/learner-credit-management/BudgetDetailPageWrapper.jsx",
+ "line": 105,
+ "column": 6,
+ "index": 3652
},
{
- "filePath": "src/components/ContentHighlights/CurrentContentHighlightItemsHeader.jsx",
- "line": 12,
- "column": 8,
- "index": 436
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx",
+ "line": 104,
+ "column": 4,
+ "index": 3888
},
{
- "filePath": "src/components/ContentHighlights/CurrentContentHighlightItemsHeader.jsx",
- "line": 24,
- "column": 8,
- "index": 715
+ "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx",
+ "line": 108,
+ "column": 6,
+ "index": 3357
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSearchPagination.jsx",
- "line": 13,
+ "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx",
+ "line": 99,
"column": 4,
- "index": 329
+ "index": 3468
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSearchPagination.jsx",
- "line": 19,
- "column": 4,
- "index": 503
+ "filePath": "src/components/settings/SettingsSSOTab/SsoErrorPage.jsx",
+ "line": 39,
+ "column": 6,
+ "index": 1037
},
{
- "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx",
- "line": 231,
- "column": 12,
- "index": 8281
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 139,
+ "column": 8,
+ "index": 5247
},
{
- "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx",
- "line": 98,
- "column": 12,
- "index": 3442
+ "filePath": "src/components/settings/SettingsTabs.jsx",
+ "line": 204,
+ "column": 4,
+ "index": 6089
},
{
- "filePath": "src/components/settings/SettingsApiCredentialsTab/index.jsx",
- "line": 51,
- "column": 14,
- "index": 1893
- }
- ],
- "FullscreenModal": [
- {
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 261,
+ "filePath": "src/components/subscriptions/SubscriptionManagementPage.jsx",
+ "line": 24,
"column": 8,
- "index": 9855
+ "index": 873
},
{
- "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx",
- "line": 189,
- "column": 6,
- "index": 6723
- },
+ "filePath": "src/components/UserActivationPage/index.jsx",
+ "line": 80,
+ "column": 4,
+ "index": 2544
+ }
+ ],
+ "Pagination": [
{
- "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx",
- "line": 81,
- "column": 6,
- "index": 2942
+ "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
+ "line": 199,
+ "column": 10,
+ "index": 5868
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SsoErrorPage.jsx",
- "line": 22,
+ "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSearchPagination.jsx",
+ "line": 20,
"column": 4,
- "index": 501
+ "index": 528
+ },
+ {
+ "filePath": "src/components/TableComponent/index.jsx",
+ "line": 109,
+ "column": 12,
+ "index": 3520
}
],
- "Stepper.Header": [
+ "CheckCircle": [
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 266,
- "column": 26,
- "index": 10064
+ "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
+ "line": 220,
+ "column": 14,
+ "index": 6525
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 137,
- "column": 8,
- "index": 5219
- }
- ],
- "Assignment": [
+ "filePath": "src/components/CodeSearchResults/index.jsx",
+ "line": 67,
+ "column": 12,
+ "index": 1699
+ },
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperConfirmContent.jsx",
- "line": 145,
- "column": 23,
- "index": 4507
- }
- ],
- "AddCircle": [
+ "filePath": "src/components/CouponDetails/index.jsx",
+ "line": 480,
+ "column": 14,
+ "index": 14417
+ },
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentHeader.jsx",
- "line": 13,
- "column": 19,
- "index": 559
+ "filePath": "src/components/SaveTemplateButton/index.jsx",
+ "line": 154,
+ "column": 31,
+ "index": 5026
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOConfigConfiguredCard.jsx",
- "line": 110,
- "column": 25,
- "index": 4079
- }
- ],
- "CardView": [
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessConfiguredSubsidyType.jsx",
+ "line": 37,
+ "column": 10,
+ "index": 1202
+ },
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx",
- "line": 104,
- "column": 8,
- "index": 3414
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 109,
+ "column": 23,
+ "index": 4193
},
{
- "filePath": "src/components/learner-credit-management/MultipleBudgetsPicker.jsx",
- "line": 97,
- "column": 8,
- "index": 2664
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
+ "line": 26,
+ "column": 31,
+ "index": 1029
},
{
- "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx",
- "line": 99,
- "column": 8,
- "index": 2991
- }
- ],
- "EditCircle": [
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 189,
+ "column": 61,
+ "index": 6093
+ },
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperTitle.jsx",
- "line": 15,
- "column": 21,
- "index": 455
- }
- ],
- "Pagination.Reduced": [
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigAlerts.jsx",
+ "line": 228,
+ "column": 16,
+ "index": 8788
+ },
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSearchPagination.jsx",
- "line": 14,
- "column": 4,
- "index": 354
+ "filePath": "src/components/settings/SettingsSSOTab/SSOConfigConfiguredCard.jsx",
+ "line": 123,
+ "column": 10,
+ "index": 4484
}
],
- "FileDownload": [
+ "SpinnerIcon": [
{
- "filePath": "src/components/DownloadCsvButton/index.jsx",
- "line": 39,
- "column": 102,
- "index": 1154
+ "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
+ "line": 282,
+ "column": 71,
+ "index": 8625
}
],
- "MediaQuery": [
+ "Plus": [
{
- "filePath": "src/components/EnterpriseApp/index.jsx",
- "line": 130,
- "column": 10,
- "index": 4110
+ "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
+ "line": 291,
+ "column": 27,
+ "index": 8936
}
],
- "breakpoints": [
- {
- "filePath": "src/components/EnterpriseApp/index.jsx",
- "line": 130,
- "column": 32,
- "index": 4132
- },
+ "Warning": [
{
- "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
- "line": 22,
- "column": 44,
- "index": 535
+ "filePath": "src/components/CodeModal/ModalError.jsx",
+ "line": 12,
+ "column": 17,
+ "index": 317
},
{
- "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
+ "filePath": "src/components/learner-credit-management/AssignmentEnrollByDateCell.jsx",
"line": 23,
- "column": 49,
- "index": 615
- },
- {
- "filePath": "src/components/learner-credit-management/data/hooks/useIsLargeOrGreater.js",
- "line": 3,
- "column": 72,
- "index": 136
+ "column": 11,
+ "index": 907
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
- "line": 73,
- "column": 53,
- "index": 2939
+ "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx",
+ "line": 60,
+ "column": 25,
+ "index": 1646
},
{
- "filePath": "src/components/subscriptions/tests/SubscriptionCard.test.jsx",
- "line": 29,
- "column": 40,
- "index": 683
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigAlerts.jsx",
+ "line": 134,
+ "column": 16,
+ "index": 4555
},
{
- "filePath": "src/containers/EnterpriseApp/EnterpriseApp.test.jsx",
- "line": 204,
- "column": 26,
- "index": 5952
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigAlerts.jsx",
+ "line": 169,
+ "column": 16,
+ "index": 6032
}
],
- "ErrorIcon": [
- {
- "filePath": "src/components/ErrorPage/index.jsx",
- "line": 23,
- "column": 18,
- "index": 684
- },
+ "TransitionReplace": [
{
- "filePath": "src/components/InviteLearnersModal/index.jsx",
- "line": 205,
- "column": 16,
- "index": 6764
+ "filePath": "src/components/CodeSearchResults/index.jsx",
+ "line": 83,
+ "column": 6,
+ "index": 2032
}
],
- "Form.Text": [
+ "Add": [
{
- "filePath": "src/components/FileInput/index.jsx",
- "line": 143,
- "column": 8,
- "index": 3586
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
+ "line": 84,
+ "column": 26,
+ "index": 2943
},
{
- "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
- "line": 89,
+ "filePath": "src/components/ContentHighlights/CurrentContentHighlightHeader.jsx",
+ "line": 87,
"column": 22,
- "index": 2732
+ "index": 2885
},
{
- "filePath": "src/components/ReduxFormSelect/index.jsx",
- "line": 16,
- "column": 22,
- "index": 640
+ "filePath": "src/components/ContentHighlights/ZeroState/ZeroStateHighlights.jsx",
+ "line": 65,
+ "column": 26,
+ "index": 2717
},
{
- "filePath": "src/components/RenderField/index.jsx",
- "line": 32,
- "column": 22,
- "index": 762
+ "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
+ "line": 313,
+ "column": 26,
+ "index": 13262
},
{
- "filePath": "src/components/ReportingConfig/EmailDeliveryMethodForm.jsx",
- "line": 34,
- "column": 10,
- "index": 1317
+ "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx",
+ "line": 385,
+ "column": 22,
+ "index": 16037
},
{
- "filePath": "src/components/ReportingConfig/EmailDeliveryMethodForm.jsx",
- "line": 85,
- "column": 10,
- "index": 3420
+ "filePath": "src/components/PeopleManagement/index.jsx",
+ "line": 74,
+ "column": 30,
+ "index": 3009
},
{
- "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 206,
+ "filePath": "src/components/settings/SettingsLMSTab/index.jsx",
+ "line": 171,
"column": 26,
- "index": 7228
+ "index": 6741
},
{
- "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 238,
- "column": 8,
- "index": 8200
+ "filePath": "src/components/settings/SettingsLMSTab/NoConfigCard.jsx",
+ "line": 44,
+ "column": 30,
+ "index": 1740
},
{
- "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 432,
- "column": 10,
- "index": 17402
+ "filePath": "src/components/settings/SettingsLMSTab/NoConfigCard.jsx",
+ "line": 67,
+ "column": 23,
+ "index": 2843
},
{
- "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 476,
- "column": 12,
- "index": 19115
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 145,
+ "column": 28,
+ "index": 6335
},
{
- "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 508,
- "column": 12,
- "index": 20600
- },
+ "filePath": "src/components/settings/SettingsSSOTab/NoSSOCard.jsx",
+ "line": 47,
+ "column": 28,
+ "index": 1762
+ }
+ ],
+ "Form.RadioSet": [
{
- "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 28,
- "column": 12,
- "index": 995
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
+ "line": 121,
+ "column": 8,
+ "index": 4805
},
{
- "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 56,
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx",
+ "line": 121,
"column": 12,
- "index": 2174
+ "index": 4598
},
{
- "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 92,
- "column": 12,
- "index": 3673
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSubsidyTypeSelection.jsx",
+ "line": 67,
+ "column": 6,
+ "index": 2162
},
{
- "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 135,
- "column": 12,
- "index": 5450
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 123,
+ "column": 16,
+ "index": 3680
},
{
- "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
- "line": 167,
- "column": 12,
- "index": 6964
- },
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 155,
+ "column": 16,
+ "index": 5456
+ }
+ ],
+ "Form.Radio": [
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 240,
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
+ "line": 140,
"column": 12,
- "index": 8395
+ "index": 5473
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 257,
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
+ "line": 169,
"column": 12,
- "index": 9118
+ "index": 6826
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 280,
- "column": 12,
- "index": 10070
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx",
+ "line": 127,
+ "column": 14,
+ "index": 4803
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 296,
- "column": 12,
- "index": 10682
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx",
+ "line": 128,
+ "column": 14,
+ "index": 4906
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 312,
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSubsidyTypeSelection.jsx",
+ "line": 75,
"column": 12,
- "index": 11283
+ "index": 2407
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 328,
- "column": 12,
- "index": 11881
+ "filePath": "src/components/settings/SettingsAppearanceTab/ThemeCard.jsx",
+ "line": 31,
+ "column": 8,
+ "index": 846
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 344,
- "column": 12,
- "index": 12478
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 128,
+ "column": 20,
+ "index": 3907
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 360,
- "column": 12,
- "index": 13090
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 160,
+ "column": 20,
+ "index": 5709
+ }
+ ],
+ "Truncate": [
+ {
+ "filePath": "src/components/ContentHighlights/ContentHighlightCardItem.jsx",
+ "line": 48,
+ "column": 15,
+ "index": 1638
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 384,
- "column": 12,
- "index": 13967
+ "filePath": "src/components/ContentHighlights/ContentHighlightCardItem.jsx",
+ "line": 57,
+ "column": 8,
+ "index": 2102
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 403,
- "column": 12,
- "index": 14702
+ "filePath": "src/components/ContentHighlights/ContentHighlightCardItem.jsx",
+ "line": 73,
+ "column": 10,
+ "index": 2583
+ }
+ ],
+ "Card.ImageCap": [
+ {
+ "filePath": "src/components/ContentHighlights/ContentHighlightCardItem.jsx",
+ "line": 63,
+ "column": 6,
+ "index": 2299
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 422,
- "column": 12,
- "index": 15454
+ "filePath": "src/components/ContentHighlights/ContentHighlightSetCard.jsx",
+ "line": 63,
+ "column": 6,
+ "index": 1986
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 436,
- "column": 12,
- "index": 15991
+ "filePath": "src/components/ContentHighlights/SkeletonContentCard.jsx",
+ "line": 6,
+ "column": 4,
+ "index": 161
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 450,
- "column": 12,
- "index": 16566
+ "filePath": "src/components/ContentHighlights/ZeroState/ZeroStateCardImage.jsx",
+ "line": 7,
+ "column": 4,
+ "index": 242
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 472,
- "column": 12,
- "index": 17481
+ "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx",
+ "line": 25,
+ "column": 6,
+ "index": 900
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 494,
- "column": 12,
- "index": 18351
+ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
+ "line": 41,
+ "column": 6,
+ "index": 1200
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 510,
- "column": 12,
- "index": 18955
+ "filePath": "src/components/PeopleManagement/ZeroState.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 718
},
{
- "filePath": "src/components/TextAreaAutoSize/index.jsx",
- "line": 32,
- "column": 22,
- "index": 765
+ "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx",
+ "line": 36,
+ "column": 6,
+ "index": 1243
+ },
+ {
+ "filePath": "src/components/settings/SettingsLMSTab/NoConfigCard.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 578
+ },
+ {
+ "filePath": "src/components/settings/SettingsSSOTab/NoSSOCard.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 572
}
],
- "Dropdown": [
+ "Card.Header": [
{
- "filePath": "src/components/Header/index.jsx",
- "line": 49,
- "column": 4,
- "index": 1337
+ "filePath": "src/components/ContentHighlights/ContentHighlightCardItem.jsx",
+ "line": 70,
+ "column": 6,
+ "index": 2505
},
{
- "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx",
- "line": 34,
+ "filePath": "src/components/ContentHighlights/ContentHighlightSetCard.jsx",
+ "line": 64,
"column": 6,
- "index": 1520
+ "index": 2038
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 256,
- "column": 12,
- "index": 8485
+ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
+ "line": 48,
+ "column": 8,
+ "index": 1350
},
{
- "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 114,
- "column": 16,
- "index": 3288
+ "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx",
+ "line": 143,
+ "column": 6,
+ "index": 4178
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
- "line": 219,
- "column": 10,
- "index": 7135
- }
- ],
- "Dropdown.Toggle": [
- {
- "filePath": "src/components/Header/index.jsx",
- "line": 50,
+ "filePath": "src/components/PeopleManagement/GroupDetailCard.jsx",
+ "line": 10,
"column": 6,
- "index": 1354
+ "index": 335
},
{
- "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx",
- "line": 35,
- "column": 8,
- "index": 1550
+ "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx",
+ "line": 75,
+ "column": 14,
+ "index": 2646
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 257,
- "column": 14,
- "index": 8510
+ "line": 253,
+ "column": 8,
+ "index": 8400
},
{
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 115,
- "column": 18,
- "index": 3317
+ "line": 107,
+ "column": 12,
+ "index": 3072
},
{
"filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
- "line": 220,
- "column": 12,
- "index": 7175
+ "line": 199,
+ "column": 6,
+ "index": 6438
+ },
+ {
+ "filePath": "src/components/subscriptions/SubscriptionCard.jsx",
+ "line": 82,
+ "column": 6,
+ "index": 2220
}
],
- "AvatarButton": [
+ "Archive": [
{
- "filePath": "src/components/Header/index.jsx",
- "line": 51,
- "column": 12,
- "index": 1383
+ "filePath": "src/components/ContentHighlights/ContentHighlightCardItem.jsx",
+ "line": 81,
+ "column": 23,
+ "index": 2906
}
],
- "Dropdown.Menu": [
+ "Card.Footer": [
{
- "filePath": "src/components/Header/index.jsx",
- "line": 59,
- "column": 6,
- "index": 1565
+ "filePath": "src/components/ContentHighlights/ContentHighlightCardItem.jsx",
+ "line": 89,
+ "column": 10,
+ "index": 3231
},
{
- "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx",
- "line": 43,
- "column": 8,
- "index": 1768
+ "filePath": "src/components/ContentHighlights/SkeletonContentCard.jsx",
+ "line": 8,
+ "column": 4,
+ "index": 234
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 266,
- "column": 14,
- "index": 8856
+ "filePath": "src/components/ContentHighlights/ZeroState/ZeroStateCardFooter.jsx",
+ "line": 6,
+ "column": 2,
+ "index": 172
},
{
- "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 124,
- "column": 18,
- "index": 3699
+ "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx",
+ "line": 54,
+ "column": 6,
+ "index": 2157
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
- "line": 234,
- "column": 12,
- "index": 7688
- }
- ],
- "Dropdown.Item": [
- {
- "filePath": "src/components/Header/index.jsx",
- "line": 60,
+ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
+ "line": 89,
"column": 8,
- "index": 1589
+ "index": 2953
},
{
- "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx",
- "line": 44,
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteModalPermissions.jsx",
+ "line": 26,
"column": 10,
- "index": 1794
- },
- {
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 269,
- "column": 20,
- "index": 8984
+ "index": 914
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 283,
- "column": 18,
- "index": 9655
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteModalPermissions.jsx",
+ "line": 35,
+ "column": 10,
+ "index": 1318
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 297,
- "column": 18,
- "index": 10316
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteSummaryCount.jsx",
+ "line": 7,
+ "column": 4,
+ "index": 233
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 312,
- "column": 18,
- "index": 11004
+ "filePath": "src/components/PeopleManagement/GroupDetailCard.jsx",
+ "line": 14,
+ "column": 6,
+ "index": 464
},
{
- "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 126,
- "column": 20,
- "index": 3802
+ "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx",
+ "line": 97,
+ "column": 12,
+ "index": 3473
},
{
- "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 133,
- "column": 20,
- "index": 4103
+ "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx",
+ "line": 98,
+ "column": 6,
+ "index": 3975
},
{
- "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 141,
- "column": 22,
- "index": 4430
+ "filePath": "src/components/settings/SettingsAppearanceTab/ThemeCard.jsx",
+ "line": 29,
+ "column": 6,
+ "index": 741
},
{
- "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 158,
- "column": 20,
- "index": 5224
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 379,
+ "column": 8,
+ "index": 13840
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
- "line": 236,
- "column": 16,
- "index": 7750
+ "filePath": "src/components/settings/SettingsLMSTab/NoConfigCard.jsx",
+ "line": 43,
+ "column": 8,
+ "index": 1661
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
- "line": 248,
- "column": 16,
- "index": 8308
+ "filePath": "src/components/settings/SettingsLMSTab/NoConfigCard.jsx",
+ "line": 54,
+ "column": 8,
+ "index": 2162
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
- "line": 260,
- "column": 16,
- "index": 8806
- }
- ],
- "Navbar": [
- {
- "filePath": "src/components/Header/index.jsx",
- "line": 100,
+ "filePath": "src/components/settings/SettingsSSOTab/NoSSOCard.jsx",
+ "line": 46,
"column": 6,
- "index": 2649
+ "index": 1685
}
],
- "Nav": [
+ "CardGrid": [
{
- "filePath": "src/components/Header/index.jsx",
- "line": 101,
- "column": 8,
- "index": 2732
+ "filePath": "src/components/ContentHighlights/ContentHighlightsCardItemsContainer.jsx",
+ "line": 74,
+ "column": 6,
+ "index": 2472
},
{
- "filePath": "src/components/Header/index.jsx",
- "line": 111,
+ "filePath": "src/components/ContentHighlights/ContentHighlightsCardItemsContainer.jsx",
+ "line": 133,
"column": 10,
- "index": 3077
- }
- ],
- "Nav.Link": [
+ "index": 4917
+ },
{
- "filePath": "src/components/Header/index.jsx",
- "line": 103,
- "column": 10,
- "index": 2816
- }
- ],
- "useWindowSize": [
+ "filePath": "src/components/ContentHighlights/HighlightSetSection.jsx",
+ "line": 36,
+ "column": 6,
+ "index": 1140
+ },
{
- "filePath": "src/components/IconWithTooltip/index.jsx",
- "line": 10,
- "column": 20,
- "index": 350
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperConfirmContent.jsx",
+ "line": 50,
+ "column": 4,
+ "index": 1556
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
- "line": 72,
- "column": 20,
- "index": 2869
- }
- ],
- "Tooltip": [
+ "filePath": "src/components/ContentHighlights/SkeletonContentCardContainer.jsx",
+ "line": 8,
+ "column": 2,
+ "index": 319
+ },
{
- "filePath": "src/components/IconWithTooltip/index.jsx",
- "line": 18,
- "column": 8,
- "index": 587
+ "filePath": "src/components/PeopleManagement/GroupCardGrid.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 577
},
{
- "filePath": "src/components/InfoHover/index.jsx",
- "line": 11,
- "column": 13,
- "index": 295
+ "filePath": "src/components/PeopleManagement/GroupCardGrid.jsx",
+ "line": 38,
+ "column": 10,
+ "index": 1019
},
{
- "filePath": "src/components/learner-credit-management/BudgetStatusSubtitle.jsx",
- "line": 108,
- "column": 20,
- "index": 4399
+ "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
+ "line": 178,
+ "column": 6,
+ "index": 6831
},
{
- "filePath": "src/components/learner-credit-management/members-tab/MemberEnrollmentsTableColumnHeader.jsx",
- "line": 24,
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingLMSCardDeck.jsx",
+ "line": 60,
"column": 8,
- "index": 734
+ "index": 1947
},
{
- "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableColumnHeader.jsx",
- "line": 24,
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingLMSCardDeck.jsx",
+ "line": 82,
"column": 8,
- "index": 704
+ "index": 2508
},
{
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessConfiguredSubsidyType.jsx",
- "line": 27,
- "column": 10,
- "index": 797
+ "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
+ "line": 92,
+ "column": 6,
+ "index": 2762
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
- "line": 90,
- "column": 12,
- "index": 2917
- },
+ "filePath": "src/components/settings/SettingsSSOTab/NewExistingSSOConfigs.jsx",
+ "line": 48,
+ "column": 10,
+ "index": 2022
+ }
+ ],
+ "ActionRow.Spacer": [
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
- "line": 110,
+ "filePath": "src/components/ContentHighlights/ContentHighlightsCardItemsContainer.jsx",
+ "line": 117,
"column": 12,
- "index": 3628
+ "index": 4081
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
- "line": 115,
- "column": 10,
- "index": 3050
+ "filePath": "src/components/ContentHighlights/CurrentContentHighlightHeader.jsx",
+ "line": 84,
+ "column": 8,
+ "index": 2825
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
- "line": 136,
- "column": 10,
- "index": 3525
+ "filePath": "src/components/ContentHighlights/CurrentContentHighlightItemsHeader.jsx",
+ "line": 12,
+ "column": 8,
+ "index": 436
},
{
- "filePath": "src/components/TemplateSourceFields/index.jsx",
- "line": 120,
- "column": 14,
- "index": 3868
+ "filePath": "src/components/ContentHighlights/CurrentContentHighlightItemsHeader.jsx",
+ "line": 24,
+ "column": 8,
+ "index": 715
},
{
- "filePath": "src/components/TemplateSourceFields/index.jsx",
- "line": 146,
- "column": 14,
- "index": 4933
- }
- ],
- "InfoOutline": [
- {
- "filePath": "src/components/InfoHover/index.jsx",
+ "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSearchPagination.jsx",
"line": 13,
"column": 4,
- "index": 360
+ "index": 329
},
{
- "filePath": "src/components/learner-credit-management/AssignmentEnrollByDateHeader.jsx",
- "line": 33,
- "column": 13,
- "index": 1226
+ "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSearchPagination.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 503
},
{
- "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
- "line": 80,
- "column": 15,
- "index": 3264
+ "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx",
+ "line": 269,
+ "column": 12,
+ "index": 10077
},
{
- "filePath": "src/components/learner-credit-management/members-tab/MemberEnrollmentsTableColumnHeader.jsx",
- "line": 35,
- "column": 27,
- "index": 1197
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx",
+ "line": 112,
+ "column": 12,
+ "index": 4031
},
{
- "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableColumnHeader.jsx",
- "line": 35,
- "column": 27,
- "index": 1131
+ "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx",
+ "line": 95,
+ "column": 12,
+ "index": 3170
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
- "line": 166,
- "column": 21,
- "index": 7009
+ "filePath": "src/components/PeopleManagement/index.jsx",
+ "line": 73,
+ "column": 10,
+ "index": 2958
+ },
+ {
+ "filePath": "src/components/settings/SettingsApiCredentialsTab/index.jsx",
+ "line": 51,
+ "column": 14,
+ "index": 1893
}
],
- "Collapsible": [
+ "FullscreenModal": [
{
- "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentAllocationHelpCollapsibles.jsx",
- "line": 12,
- "column": 4,
- "index": 504
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 261,
+ "column": 8,
+ "index": 9855
},
{
- "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentAllocationHelpCollapsibles.jsx",
- "line": 57,
- "column": 4,
- "index": 2394
+ "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx",
+ "line": 225,
+ "column": 6,
+ "index": 8430
},
{
- "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentAllocationHelpCollapsibles.jsx",
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx",
"line": 95,
- "column": 4,
- "index": 4087
- },
- {
- "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
- "line": 86,
- "column": 4,
- "index": 2640
- },
- {
- "filePath": "src/components/learner-credit-management/invite-modal/InviteModalMembershipInfo.jsx",
- "line": 35,
"column": 6,
- "index": 1325
+ "index": 3531
},
{
- "filePath": "src/components/learner-credit-management/invite-modal/InviteModalMembershipInfo.jsx",
- "line": 51,
+ "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx",
+ "line": 84,
"column": 6,
- "index": 1991
+ "index": 2762
},
{
- "filePath": "src/components/learner-credit-management/invite-modal/InviteModalMembershipInfo.jsx",
- "line": 69,
- "column": 6,
- "index": 2767
- },
+ "filePath": "src/components/settings/SettingsSSOTab/SsoErrorPage.jsx",
+ "line": 22,
+ "column": 4,
+ "index": 501
+ }
+ ],
+ "Stepper.Header": [
{
- "filePath": "src/components/ReportingConfig/index.jsx",
- "line": 142,
- "column": 14,
- "index": 4660
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 266,
+ "column": 26,
+ "index": 10064
},
{
- "filePath": "src/components/ReportingConfig/index.jsx",
- "line": 203,
- "column": 10,
- "index": 7266
- },
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 137,
+ "column": 8,
+ "index": 5219
+ }
+ ],
+ "Assignment": [
{
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessTabSection.jsx",
- "line": 57,
- "column": 10,
- "index": 1375
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperConfirmContent.jsx",
+ "line": 145,
+ "column": 23,
+ "index": 4507
}
],
- "Person": [
+ "AddCircle": [
{
- "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryLearnerList.jsx",
- "line": 44,
- "column": 39,
- "index": 1880
- },
- {
- "filePath": "src/components/learner-credit-management/invite-modal/InviteModalSummaryLearnerList.jsx",
- "line": 34,
- "column": 39,
- "index": 1391
- },
- {
- "filePath": "src/components/learner-credit-management/members-tab/MemberDetailsTableCell.jsx",
- "line": 19,
- "column": 11,
- "index": 401
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentHeader.jsx",
+ "line": 13,
+ "column": 19,
+ "index": 559
},
{
- "filePath": "src/components/learner-credit-management/members-tab/MemberDetailsTableCell.jsx",
- "line": 44,
- "column": 13,
- "index": 1209
+ "filePath": "src/components/settings/SettingsSSOTab/SSOConfigConfiguredCard.jsx",
+ "line": 110,
+ "column": 25,
+ "index": 4079
}
],
- "IconButtonWithTooltip": [
- {
- "filePath": "src/components/learner-credit-management/AssignmentEnrollByDateCell.jsx",
- "line": 21,
- "column": 4,
- "index": 738
- },
+ "CardView": [
{
- "filePath": "src/components/learner-credit-management/AssignmentEnrollByDateHeader.jsx",
- "line": 30,
- "column": 6,
- "index": 1082
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx",
+ "line": 104,
+ "column": 8,
+ "index": 3414
},
{
- "filePath": "src/components/learner-credit-management/PendingAssignmentCancelButton.jsx",
- "line": 92,
- "column": 6,
- "index": 2412
+ "filePath": "src/components/learner-credit-management/MultipleBudgetsPicker.jsx",
+ "line": 97,
+ "column": 8,
+ "index": 2664
},
{
- "filePath": "src/components/learner-credit-management/PendingAssignmentRemindButton.jsx",
- "line": 91,
- "column": 6,
- "index": 2396
+ "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx",
+ "line": 100,
+ "column": 8,
+ "index": 2994
}
],
- "ModalPopup": [
+ "EditCircle": [
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/BaseModalPopup.jsx",
- "line": 33,
- "column": 2,
- "index": 741
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperTitle.jsx",
+ "line": 15,
+ "column": 21,
+ "index": 455
}
],
- "Chip": [
+ "Pagination.Reduced": [
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedBadEmail.jsx",
- "line": 31,
- "column": 6,
- "index": 1025
- },
+ "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSearchPagination.jsx",
+ "line": 14,
+ "column": 4,
+ "index": 354
+ }
+ ],
+ "FileDownload": [
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedCancellation.jsx",
- "line": 31,
- "column": 6,
- "index": 1043
- },
+ "filePath": "src/components/DownloadCsvButton/index.jsx",
+ "line": 39,
+ "column": 102,
+ "index": 1154
+ }
+ ],
+ "MediaQuery": [
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedRedemption.jsx",
- "line": 33,
- "column": 6,
- "index": 1035
- },
+ "filePath": "src/components/EnterpriseApp/index.jsx",
+ "line": 127,
+ "column": 10,
+ "index": 3995
+ }
+ ],
+ "breakpoints": [
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedReminder.jsx",
- "line": 30,
- "column": 6,
- "index": 1022
+ "filePath": "src/components/EnterpriseApp/index.jsx",
+ "line": 127,
+ "column": 32,
+ "index": 4017
},
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedSystem.jsx",
- "line": 32,
- "column": 6,
- "index": 1014
+ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
+ "line": 21,
+ "column": 44,
+ "index": 673
},
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/IncompleteAssignment.jsx",
- "line": 34,
- "column": 6,
- "index": 1246
+ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
+ "line": 22,
+ "column": 49,
+ "index": 753
},
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/NotifyingLearner.jsx",
- "line": 24,
- "column": 6,
- "index": 763
+ "filePath": "src/components/learner-credit-management/data/hooks/useIsLargeOrGreater.js",
+ "line": 3,
+ "column": 72,
+ "index": 136
},
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx",
- "line": 31,
- "column": 6,
- "index": 1092
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
+ "line": 73,
+ "column": 53,
+ "index": 2939
},
{
- "filePath": "src/components/learner-credit-management/AssignmentStatusTableCell.jsx",
- "line": 122,
- "column": 9,
- "index": 4265
+ "filePath": "src/components/subscriptions/tests/SubscriptionCard.test.jsx",
+ "line": 29,
+ "column": 40,
+ "index": 683
},
{
- "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx",
- "line": 131,
- "column": 6,
- "index": 5677
+ "filePath": "src/containers/EnterpriseApp/EnterpriseApp.test.jsx",
+ "line": 191,
+ "column": 26,
+ "index": 5555
}
],
- "Send": [
+ "ErrorIcon": [
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/NotifyingLearner.jsx",
- "line": 26,
+ "filePath": "src/components/ErrorPage/index.jsx",
+ "line": 35,
"column": 20,
- "index": 813
+ "index": 908
},
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/NotifyingLearner.jsx",
- "line": 38,
- "column": 38,
- "index": 1118
+ "filePath": "src/components/InviteLearnersModal/index.jsx",
+ "line": 205,
+ "column": 16,
+ "index": 6764
}
],
- "Timelapse": [
+ "Form.Text": [
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx",
- "line": 33,
- "column": 20,
- "index": 1142
+ "filePath": "src/components/FileInput/index.jsx",
+ "line": 143,
+ "column": 8,
+ "index": 3586
},
{
- "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx",
- "line": 45,
- "column": 38,
- "index": 1454
+ "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
+ "line": 89,
+ "column": 22,
+ "index": 2732
},
{
- "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx",
- "line": 23,
- "column": 4,
- "index": 612
- }
- ],
- "DoNotDisturbOn": [
- {
- "filePath": "src/components/learner-credit-management/AssignmentTableCancel.jsx",
- "line": 125,
- "column": 43,
- "index": 3579
+ "filePath": "src/components/ReduxFormSelect/index.jsx",
+ "line": 16,
+ "column": 22,
+ "index": 640
},
{
- "filePath": "src/components/learner-credit-management/PendingAssignmentCancelButton.jsx",
- "line": 97,
- "column": 13,
- "index": 2611
- }
- ],
- "Mail": [
- {
- "filePath": "src/components/learner-credit-management/AssignmentTableRemind.jsx",
- "line": 129,
- "column": 20,
- "index": 3920
+ "filePath": "src/components/RenderField/index.jsx",
+ "line": 32,
+ "column": 22,
+ "index": 762
},
{
- "filePath": "src/components/learner-credit-management/PendingAssignmentRemindButton.jsx",
- "line": 96,
- "column": 13,
- "index": 2592
- }
- ],
- "Card.Body": [
+ "filePath": "src/components/ReportingConfig/EmailDeliveryMethodForm.jsx",
+ "line": 34,
+ "column": 10,
+ "index": 1317
+ },
{
- "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx",
- "line": 29,
- "column": 6,
- "index": 1028
+ "filePath": "src/components/ReportingConfig/EmailDeliveryMethodForm.jsx",
+ "line": 85,
+ "column": 10,
+ "index": 3420
},
{
- "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
- "line": 49,
- "column": 6,
- "index": 1214
+ "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
+ "line": 206,
+ "column": 26,
+ "index": 7228
},
{
- "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx",
- "line": 224,
- "column": 6,
- "index": 7137
+ "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
+ "line": 238,
+ "column": 8,
+ "index": 8200
},
{
- "filePath": "src/components/subscriptions/SubscriptionCard.jsx",
- "line": 126,
- "column": 6,
- "index": 3377
- }
- ],
- "DataTable.FilterStatus": [
+ "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
+ "line": 432,
+ "column": 10,
+ "index": 17402
+ },
{
- "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx",
- "line": 21,
- "column": 31,
- "index": 1142
+ "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
+ "line": 476,
+ "column": 12,
+ "index": 19115
},
{
- "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx",
- "line": 17,
- "column": 31,
- "index": 525
+ "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
+ "line": 509,
+ "column": 12,
+ "index": 20652
},
{
- "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx",
- "line": 21,
- "column": 31,
- "index": 1132
- }
- ],
- "ProgressBar": [
+ "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
+ "line": 30,
+ "column": 12,
+ "index": 1066
+ },
{
- "filePath": "src/components/learner-credit-management/BudgetDetail.jsx",
- "line": 39,
- "column": 8,
- "index": 1457
- }
- ],
- "Breadcrumb": [
+ "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
+ "line": 60,
+ "column": 12,
+ "index": 2310
+ },
{
- "filePath": "src/components/learner-credit-management/BudgetDetailPageBreadcrumbs.jsx",
- "line": 37,
- "column": 6,
- "index": 1211
+ "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
+ "line": 98,
+ "column": 12,
+ "index": 3880
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 220,
- "column": 10,
- "index": 7322
- }
- ],
- "ArrowDownward": [
+ "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
+ "line": 143,
+ "column": 12,
+ "index": 5748
+ },
{
- "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
- "line": 68,
- "column": 19,
- "index": 2203
- }
- ],
- "ManageAccounts": [
+ "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
+ "line": 177,
+ "column": 12,
+ "index": 7333
+ },
{
- "filePath": "src/components/learner-credit-management/BudgetStatusSubtitle.jsx",
- "line": 36,
- "column": 33,
- "index": 1581
- }
- ],
- "GroupAdd": [
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 240,
+ "column": 12,
+ "index": 8395
+ },
{
- "filePath": "src/components/learner-credit-management/BudgetStatusSubtitle.jsx",
- "line": 59,
- "column": 33,
- "index": 2570
- }
- ],
- "useMediaQuery": [
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 257,
+ "column": 12,
+ "index": 9118
+ },
{
- "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
- "line": 22,
- "column": 18,
- "index": 509
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 280,
+ "column": 12,
+ "index": 10070
},
{
- "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
- "line": 23,
- "column": 23,
- "index": 589
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 296,
+ "column": 12,
+ "index": 10682
},
{
- "filePath": "src/components/learner-credit-management/data/hooks/useIsLargeOrGreater.js",
- "line": 3,
- "column": 34,
- "index": 98
- }
- ],
- "InsertDriveFile": [
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 312,
+ "column": 12,
+ "index": 11283
+ },
{
- "filePath": "src/components/learner-credit-management/invite-modal/FileUpload.jsx",
- "line": 16,
- "column": 19,
- "index": 583
- }
- ],
- "Dropzone": [
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 328,
+ "column": 12,
+ "index": 11881
+ },
{
- "filePath": "src/components/learner-credit-management/invite-modal/FileUpload.jsx",
- "line": 35,
- "column": 6,
- "index": 1148
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 344,
+ "column": 12,
+ "index": 12478
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
- "line": 139,
- "column": 8,
- "index": 5538
- }
- ],
- "ProgressBar.Annotated": [
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 360,
+ "column": 12,
+ "index": 13090
+ },
{
- "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
- "line": 87,
- "column": 16,
- "index": 2711
- }
- ],
- "RemoveCircle": [
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 384,
+ "column": 12,
+ "index": 13967
+ },
{
- "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveAction.jsx",
- "line": 25,
- "column": 20,
- "index": 761
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 403,
+ "column": 12,
+ "index": 14702
},
{
- "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
- "line": 211,
- "column": 34,
- "index": 8210
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 422,
+ "column": 12,
+ "index": 15454
},
{
- "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx",
- "line": 45,
- "column": 23,
- "index": 1861
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 436,
+ "column": 12,
+ "index": 15991
},
{
- "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx",
- "line": 67,
- "column": 4,
- "index": 2990
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 450,
+ "column": 12,
+ "index": 16566
},
{
- "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 136,
- "column": 22,
- "index": 4231
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 472,
+ "column": 12,
+ "index": 17481
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 198,
- "column": 34,
- "index": 5930
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 494,
+ "column": 12,
+ "index": 18351
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/RevokeBulkAction.jsx",
- "line": 116,
- "column": 20,
- "index": 3574
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 510,
+ "column": 12,
+ "index": 18955
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
- "line": 144,
- "column": 15,
- "index": 3711
+ "filePath": "src/components/TextAreaAutoSize/index.jsx",
+ "line": 32,
+ "column": 22,
+ "index": 765
}
],
- "Download": [
+ "Dropdown": [
{
- "filePath": "src/components/learner-credit-management/members-tab/GroupMembersCsvDownloadTableAction.jsx",
- "line": 122,
- "column": 20,
- "index": 4696
+ "filePath": "src/components/Header/index.jsx",
+ "line": 46,
+ "column": 4,
+ "index": 1181
},
{
- "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 549,
- "column": 36,
- "index": 22541
+ "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalDropdown.jsx",
+ "line": 48,
+ "column": 4,
+ "index": 1949
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
- "line": 74,
- "column": 30,
- "index": 2130
- },
- {
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
- "line": 77,
- "column": 34,
- "index": 2297
+ "filePath": "src/components/learner-credit-management/FlexGroupDropdown.jsx",
+ "line": 32,
+ "column": 6,
+ "index": 861
},
- {
- "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx",
- "line": 64,
- "column": 28,
- "index": 2367
- }
- ],
- "MoreVert": [
{
"filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx",
- "line": 39,
- "column": 15,
- "index": 1687
+ "line": 34,
+ "column": 6,
+ "index": 1520
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 261,
- "column": 21,
- "index": 8712
+ "line": 256,
+ "column": 12,
+ "index": 8485
},
{
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 119,
- "column": 25,
- "index": 3535
+ "line": 114,
+ "column": 16,
+ "index": 3288
},
{
"filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
- "line": 224,
- "column": 19,
- "index": 7354
+ "line": 219,
+ "column": 10,
+ "index": 7135
}
],
- "Form.Switch": [
+ "Dropdown.Toggle": [
{
- "filePath": "src/components/learner-credit-management/members-tab/MembersTableSwitchFilter.jsx",
- "line": 12,
- "column": 4,
- "index": 472
+ "filePath": "src/components/Header/index.jsx",
+ "line": 47,
+ "column": 6,
+ "index": 1198
},
{
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessTabSection.jsx",
- "line": 41,
- "column": 8,
- "index": 873
- }
- ],
- "Search": [
- {
- "filePath": "src/components/learner-credit-management/TableTextFilter.jsx",
- "line": 28,
- "column": 36,
- "index": 699
- }
- ],
- "FormControl.Feedback": [
+ "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalDropdown.jsx",
+ "line": 55,
+ "column": 6,
+ "index": 2261
+ },
{
- "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
- "line": 87,
- "column": 25,
- "index": 2544
+ "filePath": "src/components/learner-credit-management/FlexGroupDropdown.jsx",
+ "line": 34,
+ "column": 8,
+ "index": 960
},
{
- "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
- "line": 88,
- "column": 19,
- "index": 2641
+ "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx",
+ "line": 35,
+ "column": 8,
+ "index": 1550
},
{
- "filePath": "src/components/ReduxFormSelect/index.jsx",
- "line": 15,
- "column": 19,
- "index": 549
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 257,
+ "column": 14,
+ "index": 8510
},
{
- "filePath": "src/components/RenderField/index.jsx",
- "line": 31,
- "column": 19,
- "index": 671
+ "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
+ "line": 115,
+ "column": 18,
+ "index": 3317
},
{
- "filePath": "src/components/TextAreaAutoSize/index.jsx",
- "line": 31,
- "column": 19,
- "index": 674
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
+ "line": 220,
+ "column": 12,
+ "index": 7175
}
],
- "ProductTour": [
+ "AvatarButton": [
{
- "filePath": "src/components/ProductTours/ProductTours.jsx",
- "line": 56,
- "column": 4,
- "index": 2256
+ "filePath": "src/components/Header/index.jsx",
+ "line": 48,
+ "column": 12,
+ "index": 1227
}
],
- "Form": [
+ "Dropdown.Menu": [
{
- "filePath": "src/components/ReduxFormCheckbox/index.jsx",
- "line": 15,
- "column": 4,
- "index": 247
+ "filePath": "src/components/Header/index.jsx",
+ "line": 56,
+ "column": 6,
+ "index": 1409
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
- "line": 105,
+ "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalDropdown.jsx",
+ "line": 58,
+ "column": 6,
+ "index": 2402
+ },
+ {
+ "filePath": "src/components/learner-credit-management/FlexGroupDropdown.jsx",
+ "line": 37,
"column": 8,
- "index": 4228
+ "index": 1128
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 186,
+ "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx",
+ "line": 43,
"column": 8,
- "index": 5908
+ "index": 1768
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 92,
- "column": 6,
- "index": 2620
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 266,
+ "column": 14,
+ "index": 8856
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 100,
- "column": 6,
- "index": 3059
- }
- ],
- "FormControl": [
+ "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
+ "line": 124,
+ "column": 18,
+ "index": 3699
+ },
{
- "filePath": "src/components/ReduxFormSelect/index.jsx",
- "line": 12,
- "column": 6,
- "index": 356
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
+ "line": 234,
+ "column": 12,
+ "index": 7688
}
],
- "SearchField": [
+ "Dropdown.Item": [
{
- "filePath": "src/components/SearchBar/index.jsx",
- "line": 6,
- "column": 2,
- "index": 143
- }
- ],
- "ContentCopy": [
+ "filePath": "src/components/Header/index.jsx",
+ "line": 57,
+ "column": 8,
+ "index": 1433
+ },
{
- "filePath": "src/components/settings/SettingsApiCredentialsTab/CopyButton.jsx",
- "line": 32,
- "column": 19,
- "index": 939
- }
- ],
- "Image": [
+ "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalDropdown.jsx",
+ "line": 63,
+ "column": 10,
+ "index": 2693
+ },
{
- "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
- "line": 154,
+ "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx",
+ "line": 44,
"column": 10,
- "index": 6021
+ "index": 1794
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 233,
- "column": 16,
- "index": 7679
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 269,
+ "column": 20,
+ "index": 8984
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 328,
- "column": 14,
- "index": 11647
+ "line": 283,
+ "column": 18,
+ "index": 9655
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SsoErrorPage.jsx",
- "line": 28,
- "column": 8,
- "index": 721
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 297,
+ "column": 18,
+ "index": 10316
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SsoErrorPage.jsx",
- "line": 40,
- "column": 8,
- "index": 1089
- }
- ],
- "Card.Status": [
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 312,
+ "column": 18,
+ "index": 11004
+ },
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 97,
- "column": 8,
- "index": 3702
+ "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
+ "line": 126,
+ "column": 20,
+ "index": 3802
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 107,
- "column": 8,
- "index": 4059
- }
- ],
- "Sync": [
+ "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
+ "line": 133,
+ "column": 20,
+ "index": 4103
+ },
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 97,
- "column": 27,
- "index": 3721
+ "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
+ "line": 141,
+ "column": 22,
+ "index": 4430
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 107,
- "column": 27,
- "index": 4078
+ "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
+ "line": 158,
+ "column": 20,
+ "index": 5224
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
- "line": 27,
- "column": 34,
- "index": 1125
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
+ "line": 236,
+ "column": 16,
+ "index": 7750
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 383,
- "column": 48,
- "index": 14054
- }
- ],
- "PlayCircleFilled": [
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
+ "line": 248,
+ "column": 16,
+ "index": 8308
+ },
{
- "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 129,
- "column": 22,
- "index": 3929
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
+ "line": 260,
+ "column": 16,
+ "index": 8806
}
],
- "Edit": [
+ "Navbar": [
{
- "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 161,
- "column": 22,
- "index": 5348
+ "filePath": "src/components/Header/index.jsx",
+ "line": 88,
+ "column": 6,
+ "index": 2167
}
],
- "KeyOff": [
+ "Nav": [
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
- "line": 77,
- "column": 4,
- "index": 2591
- }
- ],
- "Key": [
+ "filePath": "src/components/Header/index.jsx",
+ "line": 89,
+ "column": 8,
+ "index": 2250
+ },
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
+ "filePath": "src/components/Header/index.jsx",
"line": 99,
"column": 10,
- "index": 3280
+ "index": 2595
}
],
- "ArrowForward": [
+ "Nav.Link": [
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 200,
- "column": 18,
- "index": 7557
- },
+ "filePath": "src/components/Header/index.jsx",
+ "line": 91,
+ "column": 10,
+ "index": 2334
+ }
+ ],
+ "useWindowSize": [
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 214,
- "column": 14,
- "index": 8103
+ "filePath": "src/components/IconWithTooltip/index.jsx",
+ "line": 10,
+ "column": 20,
+ "index": 350
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 236,
- "column": 14,
- "index": 8830
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
+ "line": 72,
+ "column": 20,
+ "index": 2869
}
],
- "ArrowBack": [
+ "Tooltip": [
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 206,
- "column": 14,
- "index": 7801
+ "filePath": "src/components/IconWithTooltip/index.jsx",
+ "line": 18,
+ "column": 8,
+ "index": 587
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 220,
- "column": 14,
- "index": 8353
+ "filePath": "src/components/InfoHover/index.jsx",
+ "line": 11,
+ "column": 13,
+ "index": 295
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 241,
- "column": 14,
- "index": 9071
- }
- ],
- "Bubble": [
- {
- "filePath": "src/components/Sidebar/IconLink.jsx",
- "line": 52,
- "column": 6,
- "index": 1448
- }
- ],
- "School": [
+ "filePath": "src/components/learner-credit-management/BudgetStatusSubtitle.jsx",
+ "line": 108,
+ "column": 20,
+ "index": 4399
+ },
{
- "filePath": "src/components/Sidebar/IconLink.test.jsx",
- "line": 31,
- "column": 23,
- "index": 894
+ "filePath": "src/components/learner-credit-management/members-tab/MemberEnrollmentsTableColumnHeader.jsx",
+ "line": 24,
+ "column": 8,
+ "index": 734
},
{
- "filePath": "src/components/Sidebar/IconLink.test.jsx",
- "line": 41,
- "column": 23,
- "index": 1264
- }
- ],
- "TrendingUp": [
+ "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableColumnHeader.jsx",
+ "line": 24,
+ "column": 8,
+ "index": 704
+ },
{
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 98,
- "column": 23,
- "index": 3486
- }
- ],
- "InsertChartOutlined": [
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessConfiguredSubsidyType.jsx",
+ "line": 27,
+ "column": 10,
+ "index": 797
+ },
{
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 103,
- "column": 23,
- "index": 3619
- }
- ],
- "Tag": [
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
+ "line": 90,
+ "column": 12,
+ "index": 2917
+ },
{
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 109,
- "column": 23,
- "index": 3833
- }
- ],
- "CreditCard": [
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
+ "line": 110,
+ "column": 12,
+ "index": 3628
+ },
{
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 116,
- "column": 23,
- "index": 4115
- }
- ],
- "MoneyOutline": [
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
+ "line": 115,
+ "column": 10,
+ "index": 3050
+ },
{
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 124,
- "column": 23,
- "index": 4424
- }
- ],
- "Description": [
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
+ "line": 136,
+ "column": 10,
+ "index": 3525
+ },
{
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 142,
- "column": 23,
- "index": 5126
- }
- ],
- "Settings": [
+ "filePath": "src/components/TemplateSourceFields/index.jsx",
+ "line": 120,
+ "column": 14,
+ "index": 3868
+ },
{
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 149,
- "column": 23,
- "index": 5381
+ "filePath": "src/components/TemplateSourceFields/index.jsx",
+ "line": 146,
+ "column": 14,
+ "index": 4933
}
],
- "Support": [
+ "InfoOutline": [
{
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 155,
- "column": 23,
- "index": 5554
- }
- ],
- "Email": [
+ "filePath": "src/components/InfoHover/index.jsx",
+ "line": 13,
+ "column": 4,
+ "index": 360
+ },
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/RemindBulkAction.jsx",
- "line": 119,
- "column": 20,
- "index": 3579
+ "filePath": "src/components/learner-credit-management/AssignmentEnrollByDateHeader.jsx",
+ "line": 29,
+ "column": 13,
+ "index": 1206
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
- "line": 123,
+ "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
+ "line": 80,
"column": 15,
- "index": 3236
- }
- ],
- "ArrowBackIos": [
+ "index": 3264
+ },
{
- "filePath": "src/components/subscriptions/SubscriptionDetails.jsx",
- "line": 41,
- "column": 25,
- "index": 1648
- }
- ],
- "ResponsiveContext.Provider": [
+ "filePath": "src/components/learner-credit-management/members-tab/MemberEnrollmentsTableColumnHeader.jsx",
+ "line": 35,
+ "column": 27,
+ "index": 1197
+ },
{
- "filePath": "src/components/subscriptions/tests/SubscriptionCard.test.jsx",
- "line": 52,
- "column": 6,
- "index": 1511
- }
- ],
- "PageBanner": [
+ "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableColumnHeader.jsx",
+ "line": 35,
+ "column": 27,
+ "index": 1131
+ },
{
- "filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx",
- "line": 7,
- "column": 2,
- "index": 227
+ "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
+ "line": 166,
+ "column": 21,
+ "index": 7009
}
],
- "Table": [
- {
- "filePath": "src/components/TableComponent/index.jsx",
- "line": 95,
- "column": 14,
- "index": 3034
- }
- ]
- }
- },
- {
- "version": "22.6.1",
- "name": "@edx/frontend-app-authn",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/openedx/frontend-app-authn.git"
- },
- "folderName": "frontend-app-authn",
- "usages": {
- "Hyperlink": [
+ "Collapsible": [
{
- "filePath": "src/base-container/components/default-layout/LargeLayout.jsx",
- "line": 16,
- "column": 8,
- "index": 431
+ "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentAllocationHelpCollapsibles.jsx",
+ "line": 15,
+ "column": 6,
+ "index": 640
},
{
- "filePath": "src/base-container/components/default-layout/MediumLayout.jsx",
- "line": 18,
- "column": 10,
- "index": 513
+ "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentAllocationHelpCollapsibles.jsx",
+ "line": 60,
+ "column": 6,
+ "index": 2599
},
{
- "filePath": "src/base-container/components/default-layout/SmallLayout.jsx",
- "line": 17,
- "column": 8,
- "index": 465
+ "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentAllocationHelpCollapsibles.jsx",
+ "line": 98,
+ "column": 6,
+ "index": 4366
},
{
- "filePath": "src/base-container/components/image-layout/ExtraSmallLayout.jsx",
- "line": 17,
- "column": 6,
- "index": 485
+ "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
+ "line": 85,
+ "column": 4,
+ "index": 2610
},
{
- "filePath": "src/base-container/components/image-layout/LargeLayout.jsx",
- "line": 18,
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteModalMembershipInfo.jsx",
+ "line": 35,
"column": 6,
- "index": 489
+ "index": 1325
},
{
- "filePath": "src/base-container/components/image-layout/MediumLayout.jsx",
- "line": 18,
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteModalMembershipInfo.jsx",
+ "line": 51,
"column": 6,
- "index": 498
+ "index": 1991
},
{
- "filePath": "src/base-container/components/image-layout/SmallLayout.jsx",
- "line": 17,
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteModalMembershipInfo.jsx",
+ "line": 69,
"column": 6,
- "index": 468
+ "index": 2767
},
{
- "filePath": "src/base-container/components/welcome-page-layout/LargeLayout.jsx",
- "line": 16,
+ "filePath": "src/components/PeopleManagement/GroupCardGrid.jsx",
+ "line": 33,
"column": 8,
- "index": 445
+ "index": 867
},
{
- "filePath": "src/base-container/components/welcome-page-layout/MediumLayout.jsx",
- "line": 18,
- "column": 10,
- "index": 522
+ "filePath": "src/components/ReportingConfig/index.jsx",
+ "line": 142,
+ "column": 14,
+ "index": 4660
},
{
- "filePath": "src/base-container/components/welcome-page-layout/SmallLayout.jsx",
- "line": 16,
- "column": 6,
- "index": 464
+ "filePath": "src/components/ReportingConfig/index.jsx",
+ "line": 203,
+ "column": 10,
+ "index": 7266
},
{
- "filePath": "src/common-components/InstitutionLogistration.jsx",
- "line": 59,
- "column": 18,
- "index": 1708
- },
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessTabSection.jsx",
+ "line": 57,
+ "column": 10,
+ "index": 1375
+ }
+ ],
+ "Calendar": [
{
- "filePath": "src/common-components/ThirdPartyAuth.jsx",
- "line": 52,
- "column": 8,
- "index": 1752
- },
+ "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalmportantDates.jsx",
+ "line": 37,
+ "column": 25,
+ "index": 1501
+ }
+ ],
+ "Person": [
{
- "filePath": "src/forgot-password/ForgotPasswordPage.jsx",
- "line": 143,
- "column": 14,
- "index": 5067
+ "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryLearnerList.jsx",
+ "line": 43,
+ "column": 39,
+ "index": 1919
},
{
- "filePath": "src/forgot-password/ForgotPasswordPage.jsx",
- "line": 157,
- "column": 16,
- "index": 5651
+ "filePath": "src/components/learner-credit-management/invite-modal/InviteModalSummaryLearnerList.jsx",
+ "line": 34,
+ "column": 39,
+ "index": 1391
},
{
- "filePath": "src/login/LoginFailure.jsx",
- "line": 46,
- "column": 4,
- "index": 1296
+ "filePath": "src/components/learner-credit-management/members-tab/MemberDetailsTableCell.jsx",
+ "line": 19,
+ "column": 11,
+ "index": 401
},
{
- "filePath": "src/login/LoginFailure.jsx",
- "line": 112,
- "column": 8,
- "index": 3615
+ "filePath": "src/components/learner-credit-management/members-tab/MemberDetailsTableCell.jsx",
+ "line": 44,
+ "column": 13,
+ "index": 1209
},
{
- "filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
- "line": 239,
- "column": 18,
- "index": 8728
- },
+ "filePath": "src/components/Sidebar/index.jsx",
+ "line": 152,
+ "column": 23,
+ "index": 5437
+ }
+ ],
+ "Dropdown.Header": [
{
- "filePath": "src/recommendations/ProductCard/BaseCard/index.jsx",
- "line": 22,
- "column": 4,
- "index": 421
- },
+ "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalDropdown.jsx",
+ "line": 59,
+ "column": 8,
+ "index": 2426
+ }
+ ],
+ "IconButtonWithTooltip": [
{
- "filePath": "src/recommendations/RecommendationsPage.jsx",
- "line": 81,
- "column": 10,
- "index": 2857
+ "filePath": "src/components/learner-credit-management/AssignmentEnrollByDateCell.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 752
},
{
- "filePath": "src/register/RegistrationFields/HonorCodeField/HonorCode.jsx",
- "line": 33,
- "column": 14,
- "index": 1288
+ "filePath": "src/components/learner-credit-management/AssignmentEnrollByDateHeader.jsx",
+ "line": 26,
+ "column": 6,
+ "index": 1062
},
{
- "filePath": "src/register/RegistrationFields/HonorCodeField/HonorCode.jsx",
- "line": 43,
- "column": 14,
- "index": 1656
+ "filePath": "src/components/learner-credit-management/PendingAssignmentCancelButton.jsx",
+ "line": 92,
+ "column": 6,
+ "index": 2412
},
{
- "filePath": "src/register/RegistrationFields/HonorCodeField/HonorCode.jsx",
- "line": 75,
- "column": 14,
- "index": 2623
+ "filePath": "src/components/learner-credit-management/PendingAssignmentRemindButton.jsx",
+ "line": 92,
+ "column": 6,
+ "index": 2422
},
{
- "filePath": "src/register/RegistrationFields/TermsOfServiceField/TermsOfService.jsx",
- "line": 34,
+ "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx",
+ "line": 101,
"column": 14,
- "index": 1125
+ "index": 3599
}
],
- "Image": [
+ "ModalPopup": [
{
- "filePath": "src/base-container/components/default-layout/LargeLayout.jsx",
- "line": 17,
- "column": 10,
- "index": 503
- },
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/BaseModalPopup.jsx",
+ "line": 33,
+ "column": 2,
+ "index": 741
+ }
+ ],
+ "Chip": [
{
- "filePath": "src/base-container/components/default-layout/MediumLayout.jsx",
- "line": 19,
- "column": 12,
- "index": 587
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedBadEmail.jsx",
+ "line": 31,
+ "column": 6,
+ "index": 1005
},
{
- "filePath": "src/base-container/components/default-layout/SmallLayout.jsx",
- "line": 18,
- "column": 10,
- "index": 537
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedCancellation.jsx",
+ "line": 31,
+ "column": 6,
+ "index": 1023
},
{
- "filePath": "src/base-container/components/image-layout/ExtraSmallLayout.jsx",
- "line": 18,
- "column": 8,
- "index": 555
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedRedemption.jsx",
+ "line": 33,
+ "column": 6,
+ "index": 1015
},
{
- "filePath": "src/base-container/components/image-layout/LargeLayout.jsx",
- "line": 19,
- "column": 8,
- "index": 559
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedReminder.jsx",
+ "line": 30,
+ "column": 6,
+ "index": 1002
},
{
- "filePath": "src/base-container/components/image-layout/MediumLayout.jsx",
- "line": 19,
- "column": 8,
- "index": 568
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedSystem.jsx",
+ "line": 32,
+ "column": 6,
+ "index": 994
},
{
- "filePath": "src/base-container/components/image-layout/SmallLayout.jsx",
- "line": 18,
- "column": 8,
- "index": 538
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/IncompleteAssignment.jsx",
+ "line": 34,
+ "column": 6,
+ "index": 1226
},
{
- "filePath": "src/base-container/components/welcome-page-layout/LargeLayout.jsx",
- "line": 17,
- "column": 10,
- "index": 517
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/NotifyingLearner.jsx",
+ "line": 24,
+ "column": 6,
+ "index": 743
},
{
- "filePath": "src/base-container/components/welcome-page-layout/MediumLayout.jsx",
- "line": 19,
- "column": 12,
- "index": 596
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx",
+ "line": 31,
+ "column": 6,
+ "index": 1072
},
{
- "filePath": "src/base-container/components/welcome-page-layout/SmallLayout.jsx",
- "line": 17,
- "column": 8,
- "index": 534
+ "filePath": "src/components/learner-credit-management/AssignmentStatusTableCell.jsx",
+ "line": 135,
+ "column": 9,
+ "index": 4794
},
{
- "filePath": "src/recommendations/RecommendationsPage.jsx",
- "line": 82,
- "column": 12,
- "index": 2931
+ "filePath": "src/components/learner-credit-management/members-tab/status-chips/BaseStatusChip.jsx",
+ "line": 34,
+ "column": 6,
+ "index": 1075
}
],
- "breakpoints": [
+ "Send": [
{
- "filePath": "src/base-container/index.jsx",
- "line": 21,
- "column": 30,
- "index": 815
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/NotifyingLearner.jsx",
+ "line": 26,
+ "column": 20,
+ "index": 793
},
{
- "filePath": "src/base-container/index.jsx",
- "line": 24,
- "column": 30,
- "index": 1005
- },
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/NotifyingLearner.jsx",
+ "line": 38,
+ "column": 38,
+ "index": 1098
+ }
+ ],
+ "Timelapse": [
{
- "filePath": "src/base-container/index.jsx",
- "line": 24,
- "column": 68,
- "index": 1043
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx",
+ "line": 33,
+ "column": 20,
+ "index": 1122
},
{
- "filePath": "src/base-container/index.jsx",
- "line": 27,
- "column": 30,
- "index": 1223
- },
+ "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx",
+ "line": 45,
+ "column": 38,
+ "index": 1434
+ }
+ ],
+ "DoNotDisturbOn": [
{
- "filePath": "src/base-container/index.jsx",
- "line": 27,
- "column": 69,
- "index": 1262
+ "filePath": "src/components/learner-credit-management/AssignmentTableCancel.jsx",
+ "line": 125,
+ "column": 43,
+ "index": 3579
},
{
- "filePath": "src/base-container/index.jsx",
- "line": 30,
- "column": 30,
- "index": 1444
- },
+ "filePath": "src/components/learner-credit-management/PendingAssignmentCancelButton.jsx",
+ "line": 97,
+ "column": 13,
+ "index": 2611
+ }
+ ],
+ "Mail": [
{
- "filePath": "src/base-container/index.jsx",
- "line": 44,
- "column": 30,
- "index": 1899
+ "filePath": "src/components/learner-credit-management/AssignmentTableRemind.jsx",
+ "line": 129,
+ "column": 20,
+ "index": 3920
},
{
- "filePath": "src/base-container/index.jsx",
- "line": 47,
- "column": 30,
- "index": 2081
+ "filePath": "src/components/learner-credit-management/PendingAssignmentRemindButton.jsx",
+ "line": 97,
+ "column": 13,
+ "index": 2618
+ }
+ ],
+ "Card.Body": [
+ {
+ "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx",
+ "line": 29,
+ "column": 6,
+ "index": 1028
},
{
- "filePath": "src/base-container/index.jsx",
+ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
"line": 47,
- "column": 69,
- "index": 2120
+ "column": 6,
+ "index": 1330
},
{
- "filePath": "src/base-container/index.jsx",
- "line": 50,
- "column": 30,
- "index": 2304
+ "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx",
+ "line": 158,
+ "column": 6,
+ "index": 4683
},
{
- "filePath": "src/data/utils/useMobileResponsive.js",
- "line": 13,
- "column": 69,
- "index": 527
+ "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx",
+ "line": 74,
+ "column": 12,
+ "index": 2620
},
{
- "filePath": "src/recommendations/RecommendationsPage.jsx",
- "line": 27,
- "column": 49,
- "index": 1042
+ "filePath": "src/components/subscriptions/SubscriptionCard.jsx",
+ "line": 126,
+ "column": 6,
+ "index": 3377
}
],
- "Form": [
+ "DataTable.FilterStatus": [
{
- "filePath": "src/common-components/EnterpriseSSO.jsx",
- "line": 40,
- "column": 12,
- "index": 1215
+ "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx",
+ "line": 22,
+ "column": 31,
+ "index": 1172
},
{
- "filePath": "src/forgot-password/ForgotPasswordPage.jsx",
- "line": 109,
- "column": 10,
- "index": 3543
+ "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx",
+ "line": 17,
+ "column": 31,
+ "index": 525
},
{
- "filePath": "src/login/LoginPage.jsx",
- "line": 226,
+ "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx",
+ "line": 21,
+ "column": 31,
+ "index": 1132
+ }
+ ],
+ "ProgressBar": [
+ {
+ "filePath": "src/components/learner-credit-management/BudgetDetail.jsx",
+ "line": 39,
"column": 8,
- "index": 6874
- },
+ "index": 1457
+ }
+ ],
+ "Breadcrumb": [
{
- "filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
- "line": 235,
- "column": 12,
- "index": 8544
+ "filePath": "src/components/learner-credit-management/BudgetDetailPageBreadcrumbs.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 1211
},
{
- "filePath": "src/register/RegistrationPage.jsx",
- "line": 310,
- "column": 12,
- "index": 11710
+ "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx",
+ "line": 58,
+ "column": 10,
+ "index": 2003
},
{
- "filePath": "src/reset-password/ResetPasswordPage.jsx",
- "line": 161,
- "column": 14,
- "index": 5565
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 220,
+ "column": 10,
+ "index": 7322
}
],
- "Button": [
+ "ArrowDownward": [
{
- "filePath": "src/common-components/EnterpriseSSO.jsx",
- "line": 42,
- "column": 14,
- "index": 1366
- },
+ "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx",
+ "line": 67,
+ "column": 19,
+ "index": 2173
+ }
+ ],
+ "ManageAccounts": [
{
- "filePath": "src/common-components/EnterpriseSSO.jsx",
- "line": 70,
- "column": 14,
- "index": 2660
- },
+ "filePath": "src/components/learner-credit-management/BudgetStatusSubtitle.jsx",
+ "line": 36,
+ "column": 33,
+ "index": 1581
+ }
+ ],
+ "GroupAdd": [
{
- "filePath": "src/common-components/InstitutionLogistration.jsx",
- "line": 18,
- "column": 4,
- "index": 503
+ "filePath": "src/components/learner-credit-management/BudgetStatusSubtitle.jsx",
+ "line": 59,
+ "column": 33,
+ "index": 2570
+ }
+ ],
+ "useMediaQuery": [
+ {
+ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
+ "line": 21,
+ "column": 18,
+ "index": 647
},
{
- "filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
- "line": 41,
- "column": 10,
- "index": 1086
+ "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx",
+ "line": 22,
+ "column": 23,
+ "index": 727
},
{
- "filePath": "src/register/RegistrationFields/UsernameField/UsernameField.jsx",
- "line": 108,
- "column": 10,
- "index": 3740
+ "filePath": "src/components/learner-credit-management/data/hooks/useIsLargeOrGreater.js",
+ "line": 3,
+ "column": 34,
+ "index": 98
}
],
- "Icon": [
- {
- "filePath": "src/common-components/EnterpriseSSO.jsx",
- "line": 62,
- "column": 28,
- "index": 2350
- },
+ "MenuItem": [
{
- "filePath": "src/common-components/InstitutionLogistration.jsx",
- "line": 24,
- "column": 6,
- "index": 671
- },
+ "filePath": "src/components/learner-credit-management/FlexGroupDropdown.jsx",
+ "line": 17,
+ "column": 4,
+ "index": 444
+ }
+ ],
+ "Form": [
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 79,
- "column": 14,
- "index": 2575
+ "filePath": "src/components/learner-credit-management/FlexGroupDropdown.jsx",
+ "line": 18,
+ "column": 10,
+ "index": 464
},
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 93,
- "column": 14,
- "index": 2875
+ "filePath": "src/components/ReduxFormCheckbox/index.jsx",
+ "line": 15,
+ "column": 4,
+ "index": 247
},
{
- "filePath": "src/common-components/PasswordField.jsx",
+ "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
"line": 105,
- "column": 42,
- "index": 3268
+ "column": 8,
+ "index": 4228
},
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 105,
- "column": 95,
- "index": 3321
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
+ "line": 186,
+ "column": 8,
+ "index": 5908
},
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 109,
- "column": 42,
- "index": 3549
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 93,
+ "column": 6,
+ "index": 2670
},
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 109,
- "column": 95,
- "index": 3602
- },
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 101,
+ "column": 6,
+ "index": 3115
+ }
+ ],
+ "InsertDriveFile": [
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 113,
- "column": 35,
- "index": 3827
- },
+ "filePath": "src/components/learner-credit-management/invite-modal/FileUpload.jsx",
+ "line": 16,
+ "column": 19,
+ "index": 583
+ }
+ ],
+ "Dropzone": [
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 113,
- "column": 88,
- "index": 3880
+ "filePath": "src/components/learner-credit-management/invite-modal/FileUpload.jsx",
+ "line": 35,
+ "column": 6,
+ "index": 1148
},
{
- "filePath": "src/common-components/SocialAuthProviders.jsx",
- "line": 43,
- "column": 16,
- "index": 1543
- },
+ "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
+ "line": 139,
+ "column": 8,
+ "index": 5538
+ }
+ ],
+ "ProgressBar.Annotated": [
{
- "filePath": "src/common-components/ThirdPartyAuth.jsx",
- "line": 60,
- "column": 10,
- "index": 2055
- },
+ "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
+ "line": 87,
+ "column": 16,
+ "index": 2711
+ }
+ ],
+ "RemoveCircle": [
{
- "filePath": "src/field-renderer/FieldRenderer.jsx",
- "line": 35,
- "column": 29,
- "index": 1011
+ "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveAction.jsx",
+ "line": 25,
+ "column": 20,
+ "index": 761
},
{
- "filePath": "src/forgot-password/ForgotPasswordPage.jsx",
- "line": 92,
- "column": 6,
- "index": 2963
+ "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx",
+ "line": 211,
+ "column": 34,
+ "index": 8210
},
{
- "filePath": "src/logistration/Logistration.jsx",
- "line": 85,
- "column": 6,
- "index": 2955
+ "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx",
+ "line": 45,
+ "column": 23,
+ "index": 1861
},
{
- "filePath": "src/register/RegistrationFields/EmailField/EmailField.jsx",
- "line": 94,
- "column": 12,
- "index": 3090
+ "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
+ "line": 136,
+ "column": 22,
+ "index": 4231
},
{
- "filePath": "src/register/RegistrationFields/UsernameField/UsernameField.jsx",
- "line": 127,
- "column": 49,
- "index": 4351
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
+ "line": 238,
+ "column": 34,
+ "index": 7555
},
{
- "filePath": "src/register/RegistrationFields/UsernameField/UsernameField.jsx",
- "line": 131,
- "column": 49,
- "index": 4723
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/RevokeBulkAction.jsx",
+ "line": 116,
+ "column": 20,
+ "index": 3574
},
{
- "filePath": "src/reset-password/ResetPasswordPage.jsx",
- "line": 130,
- "column": 6,
- "index": 4243
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
+ "line": 144,
+ "column": 15,
+ "index": 3711
}
],
- "Login": [
+ "MoreVert": [
{
- "filePath": "src/common-components/EnterpriseSSO.jsx",
- "line": 62,
- "column": 56,
- "index": 2378
+ "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx",
+ "line": 39,
+ "column": 15,
+ "index": 1687
},
{
- "filePath": "src/common-components/SocialAuthProviders.jsx",
- "line": 43,
- "column": 44,
- "index": 1571
- }
- ],
- "Form.Group": [
- {
- "filePath": "src/common-components/FormGroup.jsx",
- "line": 24,
- "column": 4,
- "index": 554
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 261,
+ "column": 21,
+ "index": 8712
},
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 120,
- "column": 4,
- "index": 4039
+ "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
+ "line": 119,
+ "column": 25,
+ "index": 3535
},
{
- "filePath": "src/field-renderer/FieldRenderer.jsx",
- "line": 27,
- "column": 8,
- "index": 645
- },
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
+ "line": 224,
+ "column": 19,
+ "index": 7354
+ }
+ ],
+ "Form.Switch": [
{
- "filePath": "src/field-renderer/FieldRenderer.jsx",
- "line": 56,
- "column": 8,
- "index": 1775
+ "filePath": "src/components/learner-credit-management/members-tab/MembersTableSwitchFilter.jsx",
+ "line": 12,
+ "column": 4,
+ "index": 472
},
{
- "filePath": "src/field-renderer/FieldRenderer.jsx",
- "line": 79,
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessTabSection.jsx",
+ "line": 41,
"column": 8,
- "index": 2583
- },
+ "index": 873
+ }
+ ],
+ "Search": [
{
- "filePath": "src/field-renderer/FieldRenderer.jsx",
- "line": 101,
- "column": 8,
- "index": 3369
+ "filePath": "src/components/learner-credit-management/TableTextFilter.jsx",
+ "line": 28,
+ "column": 36,
+ "index": 699
}
],
- "Form.Control": [
+ "FormControl.Feedback": [
{
- "filePath": "src/common-components/FormGroup.jsx",
- "line": 25,
- "column": 6,
- "index": 662
+ "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
+ "line": 87,
+ "column": 25,
+ "index": 2544
},
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 122,
- "column": 8,
- "index": 4217
+ "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
+ "line": 88,
+ "column": 19,
+ "index": 2641
},
{
- "filePath": "src/field-renderer/FieldRenderer.jsx",
- "line": 28,
- "column": 10,
- "index": 738
+ "filePath": "src/components/ReduxFormSelect/index.jsx",
+ "line": 15,
+ "column": 19,
+ "index": 549
},
{
- "filePath": "src/field-renderer/FieldRenderer.jsx",
- "line": 57,
- "column": 10,
- "index": 1868
+ "filePath": "src/components/RenderField/index.jsx",
+ "line": 31,
+ "column": 19,
+ "index": 671
},
{
- "filePath": "src/field-renderer/FieldRenderer.jsx",
- "line": 80,
- "column": 10,
- "index": 2676
- }
- ],
- "TransitionReplace": [
- {
- "filePath": "src/common-components/FormGroup.jsx",
- "line": 45,
- "column": 6,
- "index": 1334
+ "filePath": "src/components/TextAreaAutoSize/index.jsx",
+ "line": 31,
+ "column": 19,
+ "index": 674
}
],
- "Institution": [
- {
- "filePath": "src/common-components/InstitutionLogistration.jsx",
- "line": 24,
- "column": 17,
- "index": 682
- },
+ "RemoveCircleOutline": [
{
- "filePath": "src/common-components/ThirdPartyAuth.jsx",
- "line": 60,
- "column": 21,
- "index": 2066
+ "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx",
+ "line": 70,
+ "column": 115,
+ "index": 2483
}
],
- "useToggle": [
+ "Edit": [
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 23,
- "column": 60,
- "index": 905
+ "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx",
+ "line": 81,
+ "column": 27,
+ "index": 2871
},
{
- "filePath": "src/login/ChangePasswordPrompt.jsx",
- "line": 30,
- "column": 32,
- "index": 1133
+ "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
+ "line": 161,
+ "column": 22,
+ "index": 5348
}
],
- "IconButton": [
- {
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 74,
- "column": 4,
- "index": 2443
- },
+ "ProductTour": [
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 88,
+ "filePath": "src/components/ProductTours/ProductTours.jsx",
+ "line": 56,
"column": 4,
- "index": 2746
- },
- {
- "filePath": "src/register/RegistrationFields/UsernameField/UsernameField.jsx",
- "line": 127,
- "column": 17,
- "index": 4319
- },
- {
- "filePath": "src/register/RegistrationFields/UsernameField/UsernameField.jsx",
- "line": 131,
- "column": 17,
- "index": 4691
+ "index": 2256
}
],
- "VisibilityOff": [
+ "FormControl": [
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 78,
- "column": 11,
- "index": 2546
+ "filePath": "src/components/ReduxFormSelect/index.jsx",
+ "line": 12,
+ "column": 6,
+ "index": 356
}
],
- "Visibility": [
+ "SearchField": [
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 92,
- "column": 11,
- "index": 2849
+ "filePath": "src/components/SearchBar/index.jsx",
+ "line": 6,
+ "column": 2,
+ "index": 143
}
],
- "Tooltip": [
+ "ContentCopy": [
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 103,
- "column": 4,
- "index": 3106
+ "filePath": "src/components/settings/SettingsApiCredentialsTab/CopyButton.jsx",
+ "line": 32,
+ "column": 19,
+ "index": 939
}
],
- "Check": [
+ "Image": [
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 105,
- "column": 83,
- "index": 3309
+ "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
+ "line": 154,
+ "column": 10,
+ "index": 6023
},
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 109,
- "column": 83,
- "index": 3590
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 233,
+ "column": 16,
+ "index": 7679
},
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 113,
- "column": 76,
- "index": 3868
- }
- ],
- "Remove": [
- {
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 105,
- "column": 138,
- "index": 3364
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 328,
+ "column": 14,
+ "index": 11647
},
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 109,
- "column": 138,
- "index": 3645
+ "filePath": "src/components/settings/SettingsSSOTab/SsoErrorPage.jsx",
+ "line": 28,
+ "column": 8,
+ "index": 721
},
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 113,
- "column": 131,
- "index": 3923
+ "filePath": "src/components/settings/SettingsSSOTab/SsoErrorPage.jsx",
+ "line": 40,
+ "column": 8,
+ "index": 1089
}
],
- "OverlayTrigger": [
+ "Card.Status": [
{
- "filePath": "src/common-components/PasswordField.jsx",
- "line": 121,
- "column": 6,
- "index": 4119
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 97,
+ "column": 8,
+ "index": 3702
+ },
+ {
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 107,
+ "column": 8,
+ "index": 4059
}
],
- "Alert": [
+ "Sync": [
{
- "filePath": "src/common-components/ThirdPartyAuthAlert.jsx",
- "line": 29,
- "column": 6,
- "index": 864
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 97,
+ "column": 27,
+ "index": 3721
},
{
- "filePath": "src/forgot-password/ForgotPasswordAlert.jsx",
- "line": 75,
- "column": 6,
- "index": 2915
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 107,
+ "column": 27,
+ "index": 4078
},
{
- "filePath": "src/login/AccountActivationMessage.jsx",
- "line": 61,
- "column": 4,
- "index": 2119
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
+ "line": 27,
+ "column": 34,
+ "index": 1125
},
{
- "filePath": "src/login/LoginFailure.jsx",
- "line": 201,
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 383,
+ "column": 48,
+ "index": 14054
+ }
+ ],
+ "PlayCircleFilled": [
+ {
+ "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
+ "line": 129,
+ "column": 22,
+ "index": 3929
+ }
+ ],
+ "KeyOff": [
+ {
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
+ "line": 77,
"column": 4,
- "index": 6768
+ "index": 2591
+ }
+ ],
+ "Key": [
+ {
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx",
+ "line": 99,
+ "column": 10,
+ "index": 3280
+ }
+ ],
+ "ArrowForward": [
+ {
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 200,
+ "column": 18,
+ "index": 7557
},
{
- "filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
- "line": 230,
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 214,
"column": 14,
- "index": 8230
+ "index": 8103
},
{
- "filePath": "src/register/components/RegistrationFailure.jsx",
- "line": 57,
- "column": 4,
- "index": 1673
- },
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 236,
+ "column": 14,
+ "index": 8830
+ }
+ ],
+ "ArrowBack": [
{
- "filePath": "src/register/RegistrationFields/EmailField/EmailField.jsx",
- "line": 84,
- "column": 8,
- "index": 2668
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 206,
+ "column": 14,
+ "index": 7801
},
{
- "filePath": "src/reset-password/ResetPasswordFailure.jsx",
- "line": 37,
- "column": 6,
- "index": 1204
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 220,
+ "column": 14,
+ "index": 8353
},
{
- "filePath": "src/reset-password/ResetPasswordSuccess.jsx",
- "line": 12,
- "column": 4,
- "index": 254
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 241,
+ "column": 14,
+ "index": 9071
}
],
- "Alert.Heading": [
+ "Bubble": [
{
- "filePath": "src/common-components/ThirdPartyAuthAlert.jsx",
+ "filePath": "src/components/Sidebar/IconLink.jsx",
+ "line": 52,
+ "column": 6,
+ "index": 1448
+ }
+ ],
+ "School": [
+ {
+ "filePath": "src/components/Sidebar/IconLink.test.jsx",
"line": 31,
- "column": 10,
- "index": 1034
+ "column": 23,
+ "index": 894
},
{
- "filePath": "src/forgot-password/ForgotPasswordAlert.jsx",
- "line": 81,
- "column": 8,
- "index": 3121
- },
+ "filePath": "src/components/Sidebar/IconLink.test.jsx",
+ "line": 41,
+ "column": 23,
+ "index": 1264
+ }
+ ],
+ "TrendingUp": [
{
- "filePath": "src/login/AccountActivationMessage.jsx",
- "line": 67,
- "column": 18,
- "index": 2273
- },
+ "filePath": "src/components/Sidebar/index.jsx",
+ "line": 120,
+ "column": 23,
+ "index": 4310
+ }
+ ],
+ "InsertChartOutlined": [
{
- "filePath": "src/login/LoginFailure.jsx",
- "line": 202,
- "column": 6,
- "index": 6854
- },
+ "filePath": "src/components/Sidebar/index.jsx",
+ "line": 125,
+ "column": 23,
+ "index": 4443
+ }
+ ],
+ "Tag": [
{
- "filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
- "line": 231,
- "column": 16,
- "index": 8321
- },
+ "filePath": "src/components/Sidebar/index.jsx",
+ "line": 131,
+ "column": 23,
+ "index": 4657
+ }
+ ],
+ "CreditCard": [
{
- "filePath": "src/register/components/RegistrationFailure.jsx",
- "line": 58,
- "column": 6,
- "index": 1757
- },
+ "filePath": "src/components/Sidebar/index.jsx",
+ "line": 138,
+ "column": 23,
+ "index": 4939
+ }
+ ],
+ "MoneyOutline": [
{
- "filePath": "src/reset-password/ResetPasswordFailure.jsx",
- "line": 38,
- "column": 8,
- "index": 1290
- },
+ "filePath": "src/components/Sidebar/index.jsx",
+ "line": 146,
+ "column": 23,
+ "index": 5248
+ }
+ ],
+ "Description": [
{
- "filePath": "src/reset-password/ResetPasswordSuccess.jsx",
- "line": 13,
- "column": 6,
- "index": 331
+ "filePath": "src/components/Sidebar/index.jsx",
+ "line": 170,
+ "column": 23,
+ "index": 6129
}
],
- "ExpandMore": [
+ "Settings": [
{
- "filePath": "src/field-renderer/FieldRenderer.jsx",
- "line": 35,
- "column": 40,
- "index": 1022
+ "filePath": "src/components/Sidebar/index.jsx",
+ "line": 177,
+ "column": 23,
+ "index": 6384
}
],
- "Form.Checkbox": [
+ "Support": [
{
- "filePath": "src/field-renderer/FieldRenderer.jsx",
- "line": 102,
- "column": 10,
- "index": 3435
- },
+ "filePath": "src/components/Sidebar/index.jsx",
+ "line": 183,
+ "column": 23,
+ "index": 6557
+ }
+ ],
+ "Email": [
{
- "filePath": "src/register/RegistrationFields/HonorCodeField/HonorCode.jsx",
- "line": 60,
- "column": 6,
- "index": 2081
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/RemindBulkAction.jsx",
+ "line": 119,
+ "column": 20,
+ "index": 3579
},
{
- "filePath": "src/register/RegistrationFields/TermsOfServiceField/TermsOfService.jsx",
- "line": 18,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
+ "line": 123,
+ "column": 15,
+ "index": 3236
+ }
+ ],
+ "ArrowBackIos": [
+ {
+ "filePath": "src/components/subscriptions/SubscriptionDetails.jsx",
+ "line": 41,
+ "column": 25,
+ "index": 1648
+ }
+ ],
+ "ResponsiveContext.Provider": [
+ {
+ "filePath": "src/components/subscriptions/tests/SubscriptionCard.test.jsx",
+ "line": 52,
"column": 6,
- "index": 501
+ "index": 1511
}
],
- "Alert.Link": [
+ "Table": [
{
- "filePath": "src/forgot-password/ForgotPasswordAlert.jsx",
- "line": 39,
+ "filePath": "src/components/TableComponent/index.jsx",
+ "line": 95,
"column": 14,
- "index": 1528
- },
+ "index": 3034
+ }
+ ]
+ }
+ },
+ {
+ "version": "22.10.0",
+ "name": "@edx/frontend-app-authn",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/openedx/frontend-app-authn.git"
+ },
+ "folderName": "frontend-app-authn",
+ "usages": {
+ "Hyperlink": [
{
- "filePath": "src/login/AccountActivationMessage.jsx",
- "line": 40,
+ "filePath": "src/base-container/components/default-layout/LargeLayout.jsx",
+ "line": 16,
"column": 8,
- "index": 1462
+ "index": 431
},
{
- "filePath": "src/register/RegistrationFields/EmailField/EmailField.jsx",
- "line": 87,
- "column": 12,
- "index": 2886
+ "filePath": "src/base-container/components/default-layout/MediumLayout.jsx",
+ "line": 18,
+ "column": 10,
+ "index": 513
},
{
- "filePath": "src/register/RegistrationFields/EmailField/EmailField.jsx",
- "line": 102,
+ "filePath": "src/base-container/components/default-layout/SmallLayout.jsx",
+ "line": 17,
"column": 8,
- "index": 3381
- }
- ],
- "ChevronLeft": [
- {
- "filePath": "src/forgot-password/ForgotPasswordPage.jsx",
- "line": 92,
- "column": 17,
- "index": 2974
+ "index": 465
},
{
- "filePath": "src/logistration/Logistration.jsx",
- "line": 85,
- "column": 17,
- "index": 2966
+ "filePath": "src/base-container/components/image-layout/ExtraSmallLayout.jsx",
+ "line": 17,
+ "column": 6,
+ "index": 485
},
{
- "filePath": "src/reset-password/ResetPasswordPage.jsx",
- "line": 130,
- "column": 17,
- "index": 4254
- }
- ],
- "Tabs": [
- {
- "filePath": "src/forgot-password/ForgotPasswordPage.jsx",
- "line": 105,
- "column": 8,
- "index": 3302
+ "filePath": "src/base-container/components/image-layout/LargeLayout.jsx",
+ "line": 18,
+ "column": 6,
+ "index": 489
},
{
- "filePath": "src/logistration/Logistration.jsx",
- "line": 106,
- "column": 16,
- "index": 3530
+ "filePath": "src/base-container/components/image-layout/MediumLayout.jsx",
+ "line": 18,
+ "column": 6,
+ "index": 498
},
{
- "filePath": "src/logistration/Logistration.jsx",
- "line": 122,
- "column": 18,
- "index": 4200
+ "filePath": "src/base-container/components/image-layout/SmallLayout.jsx",
+ "line": 17,
+ "column": 6,
+ "index": 468
},
{
- "filePath": "src/logistration/Logistration.jsx",
- "line": 127,
- "column": 18,
- "index": 4523
+ "filePath": "src/base-container/components/welcome-page-layout/LargeLayout.jsx",
+ "line": 16,
+ "column": 8,
+ "index": 445
},
{
- "filePath": "src/reset-password/ResetPasswordPage.jsx",
- "line": 153,
+ "filePath": "src/base-container/components/welcome-page-layout/MediumLayout.jsx",
+ "line": 18,
"column": 10,
- "index": 5024
- }
- ],
- "Tab": [
+ "index": 522
+ },
{
- "filePath": "src/forgot-password/ForgotPasswordPage.jsx",
- "line": 106,
- "column": 10,
- "index": 3413
+ "filePath": "src/base-container/components/welcome-page-layout/SmallLayout.jsx",
+ "line": 16,
+ "column": 6,
+ "index": 464
},
{
- "filePath": "src/logistration/Logistration.jsx",
- "line": 107,
+ "filePath": "src/common-components/InstitutionLogistration.jsx",
+ "line": 59,
"column": 18,
- "index": 3629
+ "index": 1708
},
{
- "filePath": "src/logistration/Logistration.jsx",
- "line": 123,
- "column": 20,
- "index": 4301
+ "filePath": "src/common-components/ThirdPartyAuth.jsx",
+ "line": 52,
+ "column": 8,
+ "index": 1752
},
{
- "filePath": "src/logistration/Logistration.jsx",
- "line": 128,
- "column": 20,
- "index": 4662
+ "filePath": "src/forgot-password/ForgotPasswordPage.jsx",
+ "line": 143,
+ "column": 14,
+ "index": 5067
},
{
- "filePath": "src/logistration/Logistration.jsx",
- "line": 129,
- "column": 20,
- "index": 4772
+ "filePath": "src/forgot-password/ForgotPasswordPage.jsx",
+ "line": 157,
+ "column": 16,
+ "index": 5651
},
{
- "filePath": "src/reset-password/ResetPasswordPage.jsx",
- "line": 154,
- "column": 12,
- "index": 5137
- }
- ],
- "StatefulButton": [
- {
- "filePath": "src/forgot-password/ForgotPasswordPage.jsx",
- "line": 128,
- "column": 12,
- "index": 4488
+ "filePath": "src/login/LoginFailure.jsx",
+ "line": 46,
+ "column": 4,
+ "index": 1296
},
{
- "filePath": "src/login/LoginPage.jsx",
- "line": 247,
- "column": 10,
- "index": 7704
+ "filePath": "src/login/LoginFailure.jsx",
+ "line": 112,
+ "column": 8,
+ "index": 3615
},
{
"filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
- "line": 252,
- "column": 16,
- "index": 9306
+ "line": 239,
+ "column": 18,
+ "index": 8728
},
{
- "filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
- "line": 264,
- "column": 16,
- "index": 9864
+ "filePath": "src/recommendations/ProductCard/BaseCard/index.jsx",
+ "line": 22,
+ "column": 4,
+ "index": 421
},
{
"filePath": "src/recommendations/RecommendationsPage.jsx",
- "line": 109,
- "column": 16,
- "index": 3997
+ "line": 81,
+ "column": 10,
+ "index": 2857
},
{
- "filePath": "src/register/RegistrationPage.jsx",
- "line": 362,
+ "filePath": "src/register/RegistrationFields/HonorCodeField/HonorCode.jsx",
+ "line": 33,
"column": 14,
- "index": 14239
+ "index": 1288
},
{
- "filePath": "src/reset-password/ResetPasswordPage.jsx",
- "line": 180,
- "column": 16,
- "index": 6497
- }
- ],
- "ModalDialog": [
+ "filePath": "src/register/RegistrationFields/HonorCodeField/HonorCode.jsx",
+ "line": 43,
+ "column": 14,
+ "index": 1656
+ },
{
- "filePath": "src/login/ChangePasswordPrompt.jsx",
- "line": 41,
- "column": 4,
- "index": 1417
+ "filePath": "src/register/RegistrationFields/HonorCodeField/HonorCode.jsx",
+ "line": 75,
+ "column": 14,
+ "index": 2623
},
{
- "filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
- "line": 21,
- "column": 4,
- "index": 570
+ "filePath": "src/register/RegistrationFields/TermsOfServiceField/TermsOfService.jsx",
+ "line": 34,
+ "column": 14,
+ "index": 1125
}
],
- "ModalDialog.Header": [
+ "Image": [
{
- "filePath": "src/login/ChangePasswordPrompt.jsx",
- "line": 48,
- "column": 6,
- "index": 1587
+ "filePath": "src/base-container/components/default-layout/LargeLayout.jsx",
+ "line": 17,
+ "column": 10,
+ "index": 503
},
{
- "filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
- "line": 29,
- "column": 6,
- "index": 764
- }
- ],
- "ModalDialog.Title": [
+ "filePath": "src/base-container/components/default-layout/MediumLayout.jsx",
+ "line": 19,
+ "column": 12,
+ "index": 587
+ },
{
- "filePath": "src/login/ChangePasswordPrompt.jsx",
- "line": 49,
+ "filePath": "src/base-container/components/default-layout/SmallLayout.jsx",
+ "line": 18,
+ "column": 10,
+ "index": 537
+ },
+ {
+ "filePath": "src/base-container/components/image-layout/ExtraSmallLayout.jsx",
+ "line": 18,
"column": 8,
- "index": 1616
+ "index": 555
},
{
- "filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
- "line": 30,
+ "filePath": "src/base-container/components/image-layout/LargeLayout.jsx",
+ "line": 19,
"column": 8,
- "index": 793
- }
- ],
- "ModalDialog.Body": [
+ "index": 559
+ },
{
- "filePath": "src/login/ChangePasswordPrompt.jsx",
- "line": 53,
- "column": 6,
- "index": 1773
+ "filePath": "src/base-container/components/image-layout/MediumLayout.jsx",
+ "line": 19,
+ "column": 8,
+ "index": 568
},
{
- "filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
- "line": 35,
- "column": 6,
- "index": 928
- }
- ],
- "ModalDialog.Footer": [
- {
- "filePath": "src/login/ChangePasswordPrompt.jsx",
- "line": 56,
- "column": 6,
- "index": 1895
+ "filePath": "src/base-container/components/image-layout/SmallLayout.jsx",
+ "line": 18,
+ "column": 8,
+ "index": 538
},
{
- "filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
- "line": 39,
- "column": 6,
- "index": 1035
- }
- ],
- "ActionRow": [
+ "filePath": "src/base-container/components/welcome-page-layout/LargeLayout.jsx",
+ "line": 17,
+ "column": 10,
+ "index": 517
+ },
{
- "filePath": "src/login/ChangePasswordPrompt.jsx",
- "line": 57,
- "column": 8,
- "index": 1924
+ "filePath": "src/base-container/components/welcome-page-layout/MediumLayout.jsx",
+ "line": 19,
+ "column": 12,
+ "index": 596
},
{
- "filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
- "line": 40,
+ "filePath": "src/base-container/components/welcome-page-layout/SmallLayout.jsx",
+ "line": 17,
"column": 8,
- "index": 1064
- }
- ],
- "ModalDialog.CloseButton": [
+ "index": 534
+ },
{
- "filePath": "src/login/ChangePasswordPrompt.jsx",
- "line": 62,
+ "filePath": "src/recommendations/RecommendationsPage.jsx",
+ "line": 82,
"column": 12,
- "index": 2076
+ "index": 2931
}
],
- "Error": [
+ "breakpoints": [
{
- "filePath": "src/login/LoginFailure.jsx",
- "line": 201,
- "column": 76,
- "index": 6840
+ "filePath": "src/base-container/index.jsx",
+ "line": 21,
+ "column": 30,
+ "index": 815
},
{
- "filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
- "line": 230,
- "column": 81,
- "index": 8297
+ "filePath": "src/base-container/index.jsx",
+ "line": 24,
+ "column": 30,
+ "index": 1005
},
{
- "filePath": "src/register/components/RegistrationFailure.jsx",
- "line": 57,
- "column": 74,
- "index": 1743
+ "filePath": "src/base-container/index.jsx",
+ "line": 24,
+ "column": 68,
+ "index": 1043
},
{
- "filePath": "src/register/RegistrationFields/EmailField/EmailField.jsx",
- "line": 84,
- "column": 84,
- "index": 2744
+ "filePath": "src/base-container/index.jsx",
+ "line": 27,
+ "column": 30,
+ "index": 1223
},
{
- "filePath": "src/reset-password/ResetPasswordFailure.jsx",
- "line": 37,
- "column": 76,
- "index": 1274
+ "filePath": "src/base-container/index.jsx",
+ "line": 27,
+ "column": 69,
+ "index": 1262
+ },
+ {
+ "filePath": "src/base-container/index.jsx",
+ "line": 30,
+ "column": 30,
+ "index": 1444
+ },
+ {
+ "filePath": "src/base-container/index.jsx",
+ "line": 44,
+ "column": 30,
+ "index": 1899
+ },
+ {
+ "filePath": "src/base-container/index.jsx",
+ "line": 47,
+ "column": 30,
+ "index": 2081
+ },
+ {
+ "filePath": "src/base-container/index.jsx",
+ "line": 47,
+ "column": 69,
+ "index": 2120
+ },
+ {
+ "filePath": "src/base-container/index.jsx",
+ "line": 50,
+ "column": 30,
+ "index": 2304
+ },
+ {
+ "filePath": "src/data/utils/useMobileResponsive.js",
+ "line": 13,
+ "column": 69,
+ "index": 527
+ },
+ {
+ "filePath": "src/recommendations/RecommendationsPage.jsx",
+ "line": 27,
+ "column": 49,
+ "index": 1042
}
],
- "Spinner": [
+ "Form": [
{
- "filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
- "line": 223,
+ "filePath": "src/common-components/EnterpriseSSO.jsx",
+ "line": 40,
+ "column": 12,
+ "index": 1215
+ },
+ {
+ "filePath": "src/forgot-password/ForgotPasswordPage.jsx",
+ "line": 109,
"column": 10,
- "index": 7890
+ "index": 3543
+ },
+ {
+ "filePath": "src/login/LoginPage.jsx",
+ "line": 226,
+ "column": 8,
+ "index": 6874
+ },
+ {
+ "filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
+ "line": 235,
+ "column": 12,
+ "index": 8544
},
{
"filePath": "src/register/RegistrationPage.jsx",
- "line": 291,
+ "line": 310,
"column": 12,
- "index": 11015
+ "index": 11710
},
{
"filePath": "src/reset-password/ResetPasswordPage.jsx",
- "line": 138,
- "column": 13,
- "index": 4470
+ "line": 161,
+ "column": 14,
+ "index": 5565
}
],
- "Card": [
+ "Button": [
{
- "filePath": "src/recommendations/ProductCard/BaseCard/index.jsx",
- "line": 29,
- "column": 6,
- "index": 593
- }
- ],
- "Card.ImageCap": [
+ "filePath": "src/common-components/EnterpriseSSO.jsx",
+ "line": 42,
+ "column": 14,
+ "index": 1366
+ },
{
- "filePath": "src/recommendations/ProductCard/BaseCard/index.jsx",
- "line": 34,
- "column": 8,
- "index": 714
- }
- ],
- "Card.Header": [
+ "filePath": "src/common-components/EnterpriseSSO.jsx",
+ "line": 70,
+ "column": 14,
+ "index": 2660
+ },
{
- "filePath": "src/recommendations/ProductCard/BaseCard/index.jsx",
- "line": 42,
- "column": 8,
- "index": 1006
- }
- ],
- "Card.Section": [
+ "filePath": "src/common-components/InstitutionLogistration.jsx",
+ "line": 18,
+ "column": 4,
+ "index": 503
+ },
{
- "filePath": "src/recommendations/ProductCard/BaseCard/index.jsx",
- "line": 47,
- "column": 8,
- "index": 1155
- }
- ],
- "Badge": [
+ "filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
+ "line": 41,
+ "column": 10,
+ "index": 1086
+ },
{
- "filePath": "src/recommendations/ProductCard/BaseCard/index.jsx",
- "line": 49,
- "column": 12,
- "index": 1243
+ "filePath": "src/register/RegistrationFields/UsernameField/UsernameField.jsx",
+ "line": 108,
+ "column": 10,
+ "index": 3740
}
],
- "useMediaQuery": [
+ "Icon": [
{
- "filePath": "src/recommendations/RecommendationsPage.jsx",
- "line": 27,
- "column": 23,
- "index": 1016
+ "filePath": "src/common-components/EnterpriseSSO.jsx",
+ "line": 62,
+ "column": 28,
+ "index": 2350
},
{
- "filePath": "src/recommendations/tests/RecommendationsPage.test.jsx",
+ "filePath": "src/common-components/InstitutionLogistration.jsx",
+ "line": 24,
+ "column": 6,
+ "index": 671
+ },
+ {
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 79,
+ "column": 14,
+ "index": 2575
+ },
+ {
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 93,
+ "column": 14,
+ "index": 2875
+ },
+ {
+ "filePath": "src/common-components/PasswordField.jsx",
"line": 105,
- "column": 4,
- "index": 3285
+ "column": 42,
+ "index": 3268
},
{
- "filePath": "src/recommendations/tests/RecommendationsPage.test.jsx",
- "line": 117,
- "column": 4,
- "index": 3793
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 105,
+ "column": 95,
+ "index": 3321
},
{
- "filePath": "src/recommendations/tests/RecommendationsPage.test.jsx",
- "line": 129,
- "column": 4,
- "index": 4276
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 109,
+ "column": 42,
+ "index": 3549
},
{
- "filePath": "src/recommendations/tests/RecommendationsPage.test.jsx",
- "line": 143,
- "column": 4,
- "index": 4758
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 109,
+ "column": 95,
+ "index": 3602
},
{
- "filePath": "src/recommendations/tests/RecommendationsPage.test.jsx",
- "line": 162,
- "column": 4,
- "index": 5338
- }
- ],
- "Container": [
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 113,
+ "column": 35,
+ "index": 3827
+ },
{
- "filePath": "src/recommendations/RecommendationsPage.jsx",
- "line": 86,
- "column": 10,
- "index": 3160
- }
- ],
- "Skeleton": [
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 113,
+ "column": 88,
+ "index": 3880
+ },
{
- "filePath": "src/recommendations/RecommendationsPage.jsx",
- "line": 106,
+ "filePath": "src/common-components/SocialAuthProviders.jsx",
+ "line": 43,
"column": 16,
- "index": 3863
+ "index": 1543
},
{
- "filePath": "src/recommendations/RecommendationsPageLayouts/LargeLayout.jsx",
- "line": 22,
- "column": 8,
- "index": 557
+ "filePath": "src/common-components/ThirdPartyAuth.jsx",
+ "line": 60,
+ "column": 10,
+ "index": 2055
},
{
- "filePath": "src/recommendations/RecommendationsPageLayouts/SmallLayout.jsx",
- "line": 22,
- "column": 8,
- "index": 557
- }
- ],
- "FormAutosuggestOption": [
- {
- "filePath": "src/register/RegistrationFields/CountryField/CountryField.jsx",
- "line": 100,
- "column": 4,
- "index": 3647
- }
- ],
- "FormAutosuggest": [
+ "filePath": "src/field-renderer/FieldRenderer.jsx",
+ "line": 35,
+ "column": 29,
+ "index": 1011
+ },
{
- "filePath": "src/register/RegistrationFields/CountryField/CountryField.jsx",
- "line": 107,
+ "filePath": "src/forgot-password/ForgotPasswordPage.jsx",
+ "line": 92,
"column": 6,
- "index": 3854
- }
- ],
- "FormControlFeedback": [
+ "index": 2963
+ },
{
- "filePath": "src/register/RegistrationFields/CountryField/CountryField.jsx",
- "line": 120,
- "column": 8,
- "index": 4365
- }
- ],
- "Close": [
+ "filePath": "src/logistration/Logistration.jsx",
+ "line": 85,
+ "column": 6,
+ "index": 2955
+ },
{
"filePath": "src/register/RegistrationFields/EmailField/EmailField.jsx",
"line": 94,
- "column": 23,
- "index": 3101
+ "column": 12,
+ "index": 3090
},
{
"filePath": "src/register/RegistrationFields/UsernameField/UsernameField.jsx",
"line": 127,
- "column": 34,
- "index": 4336
+ "column": 49,
+ "index": 4351
},
{
"filePath": "src/register/RegistrationFields/UsernameField/UsernameField.jsx",
"line": 131,
- "column": 34,
- "index": 4708
+ "column": 49,
+ "index": 4723
+ },
+ {
+ "filePath": "src/reset-password/ResetPasswordPage.jsx",
+ "line": 130,
+ "column": 6,
+ "index": 4243
}
- ]
- }
- },
- {
- "version": "22.0.0",
- "name": "@edx/frontend-app-communications",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/edx/frontend-app-communications.git"
- },
- "folderName": "frontend-app-communications",
- "usages": {
+ ],
+ "Login": [
+ {
+ "filePath": "src/common-components/EnterpriseSSO.jsx",
+ "line": 62,
+ "column": 56,
+ "index": 2378
+ },
+ {
+ "filePath": "src/common-components/SocialAuthProviders.jsx",
+ "line": 43,
+ "column": 44,
+ "index": 1571
+ }
+ ],
"Form.Group": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/bulk-email-recipient/BulkEmailRecipient.jsx",
- "line": 25,
+ "filePath": "src/common-components/FormGroup.jsx",
+ "line": 24,
"column": 4,
- "index": 589
+ "index": 554
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 282,
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 120,
+ "column": 4,
+ "index": 4039
+ },
+ {
+ "filePath": "src/field-renderer/FieldRenderer.jsx",
+ "line": 27,
"column": 8,
- "index": 9752
+ "index": 645
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 294,
+ "filePath": "src/field-renderer/FieldRenderer.jsx",
+ "line": 56,
"column": 8,
- "index": 10485
+ "index": 1775
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 306,
+ "filePath": "src/field-renderer/FieldRenderer.jsx",
+ "line": 79,
"column": 8,
- "index": 11135
+ "index": 2583
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/ScheduleEmailForm.jsx",
- "line": 15,
- "column": 4,
- "index": 552
+ "filePath": "src/field-renderer/FieldRenderer.jsx",
+ "line": 101,
+ "column": 8,
+ "index": 3369
}
],
- "Form.Label": [
+ "Form.Control": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/bulk-email-recipient/BulkEmailRecipient.jsx",
- "line": 26,
+ "filePath": "src/common-components/FormGroup.jsx",
+ "line": 25,
"column": 6,
- "index": 608
+ "index": 662
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 283,
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 122,
+ "column": 8,
+ "index": 4217
+ },
+ {
+ "filePath": "src/field-renderer/FieldRenderer.jsx",
+ "line": 28,
"column": 10,
- "index": 9800
+ "index": 738
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 295,
+ "filePath": "src/field-renderer/FieldRenderer.jsx",
+ "line": 57,
"column": 10,
- "index": 10530
+ "index": 1868
+ },
+ {
+ "filePath": "src/field-renderer/FieldRenderer.jsx",
+ "line": 80,
+ "column": 10,
+ "index": 2676
}
],
- "Form.CheckboxSet": [
+ "TransitionReplace": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/bulk-email-recipient/BulkEmailRecipient.jsx",
- "line": 35,
+ "filePath": "src/common-components/FormGroup.jsx",
+ "line": 45,
"column": 6,
- "index": 916
+ "index": 1334
}
],
- "Form.Checkbox": [
+ "Institution": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/bulk-email-recipient/BulkEmailRecipient.jsx",
- "line": 41,
- "column": 8,
- "index": 1110
+ "filePath": "src/common-components/InstitutionLogistration.jsx",
+ "line": 24,
+ "column": 17,
+ "index": 682
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/bulk-email-recipient/BulkEmailRecipient.jsx",
- "line": 48,
- "column": 8,
- "index": 1451
+ "filePath": "src/common-components/ThirdPartyAuth.jsx",
+ "line": 60,
+ "column": 21,
+ "index": 2066
+ }
+ ],
+ "useToggle": [
+ {
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 23,
+ "column": 60,
+ "index": 905
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/bulk-email-recipient/BulkEmailRecipient.jsx",
- "line": 63,
- "column": 12,
- "index": 1951
+ "filePath": "src/login/ChangePasswordPrompt.jsx",
+ "line": 30,
+ "column": 32,
+ "index": 1133
+ }
+ ],
+ "IconButton": [
+ {
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 74,
+ "column": 4,
+ "index": 2443
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/bulk-email-recipient/BulkEmailRecipient.jsx",
- "line": 81,
- "column": 12,
- "index": 2639
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 88,
+ "column": 4,
+ "index": 2746
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/bulk-email-recipient/BulkEmailRecipient.jsx",
- "line": 95,
- "column": 8,
- "index": 3131
+ "filePath": "src/register/RegistrationFields/UsernameField/UsernameField.jsx",
+ "line": 127,
+ "column": 17,
+ "index": 4319
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 309,
- "column": 14,
- "index": 11248
+ "filePath": "src/register/RegistrationFields/UsernameField/UsernameField.jsx",
+ "line": 131,
+ "column": 17,
+ "index": 4691
}
],
- "useToggle": [
+ "VisibilityOff": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 65,
- "column": 59,
- "index": 2123
- },
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 78,
+ "column": 11,
+ "index": 2546
+ }
+ ],
+ "Visibility": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 43,
- "column": 68,
- "index": 1599
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 92,
+ "column": 11,
+ "index": 2849
}
],
- "Form": [
+ "Tooltip": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 274,
- "column": 6,
- "index": 9476
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 103,
+ "column": 4,
+ "index": 3106
}
],
- "Form.Control": [
+ "Check": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 284,
- "column": 10,
- "index": 9920
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 105,
+ "column": 83,
+ "index": 3309
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/ScheduleEmailForm.jsx",
- "line": 18,
- "column": 10,
- "index": 706
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 109,
+ "column": 83,
+ "index": 3590
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/ScheduleEmailForm.jsx",
- "line": 43,
- "column": 10,
- "index": 1569
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 113,
+ "column": 76,
+ "index": 3868
}
],
- "Button": [
+ "Remove": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 333,
- "column": 32,
- "index": 12180
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 105,
+ "column": 138,
+ "index": 3364
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailContentHistory.jsx",
- "line": 110,
- "column": 10,
- "index": 3885
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 109,
+ "column": 138,
+ "index": 3645
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/ViewEmailModal.jsx",
- "line": 52,
- "column": 12,
- "index": 2108
- },
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 113,
+ "column": 131,
+ "index": 3923
+ }
+ ],
+ "OverlayTrigger": [
{
- "filePath": "src/components/bulk-email-tool/task-alert-modal/TaskAlertModal.jsx",
- "line": 26,
- "column": 10,
- "index": 693
+ "filePath": "src/common-components/PasswordField.jsx",
+ "line": 121,
+ "column": 6,
+ "index": 4119
+ }
+ ],
+ "Alert": [
+ {
+ "filePath": "src/common-components/ThirdPartyAuthAlert.jsx",
+ "line": 29,
+ "column": 6,
+ "index": 864
},
{
- "filePath": "src/components/bulk-email-tool/task-alert-modal/TaskAlertModal.jsx",
- "line": 33,
- "column": 10,
- "index": 973
+ "filePath": "src/forgot-password/ForgotPasswordAlert.jsx",
+ "line": 75,
+ "column": 6,
+ "index": 2915
},
{
- "filePath": "src/components/navigation-tabs/BackToInstructor.jsx",
- "line": 13,
+ "filePath": "src/login/AccountActivationMessage.jsx",
+ "line": 61,
"column": 4,
- "index": 378
- }
- ],
- "StatefulButton": [
- {
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 334,
- "column": 12,
- "index": 12298
- }
- ],
- "Icon": [
+ "index": 2119
+ },
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 343,
- "column": 46,
- "index": 12620
+ "filePath": "src/login/LoginFailure.jsx",
+ "line": 201,
+ "column": 4,
+ "index": 6768
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 344,
- "column": 47,
- "index": 12688
+ "filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
+ "line": 230,
+ "column": 14,
+ "index": 8230
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 345,
- "column": 49,
- "index": 12759
+ "filePath": "src/register/components/RegistrationFailure.jsx",
+ "line": 57,
+ "column": 4,
+ "index": 1673
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 346,
- "column": 46,
- "index": 12827
+ "filePath": "src/register/RegistrationFields/EmailField/EmailField.jsx",
+ "line": 84,
+ "column": 8,
+ "index": 2668
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 347,
- "column": 47,
- "index": 12926
+ "filePath": "src/reset-password/ResetPasswordFailure.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 1204
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 348,
- "column": 56,
- "index": 13004
+ "filePath": "src/reset-password/ResetPasswordSuccess.jsx",
+ "line": 12,
+ "column": 4,
+ "index": 254
+ }
+ ],
+ "Alert.Heading": [
+ {
+ "filePath": "src/common-components/ThirdPartyAuthAlert.jsx",
+ "line": 31,
+ "column": 10,
+ "index": 1034
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 349,
- "column": 44,
- "index": 13070
+ "filePath": "src/forgot-password/ForgotPasswordAlert.jsx",
+ "line": 81,
+ "column": 8,
+ "index": 3121
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 176,
- "column": 55,
- "index": 5695
+ "filePath": "src/login/AccountActivationMessage.jsx",
+ "line": 67,
+ "column": 18,
+ "index": 2273
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 179,
- "column": 28,
- "index": 5843
+ "filePath": "src/login/LoginFailure.jsx",
+ "line": 202,
+ "column": 6,
+ "index": 6854
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 188,
- "column": 49,
- "index": 6196
+ "filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
+ "line": 231,
+ "column": 16,
+ "index": 8321
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailContentHistory.jsx",
- "line": 148,
- "column": 12,
- "index": 5333
+ "filePath": "src/register/components/RegistrationFailure.jsx",
+ "line": 58,
+ "column": 6,
+ "index": 1757
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailTaskHistory.jsx",
- "line": 112,
- "column": 12,
- "index": 3658
+ "filePath": "src/reset-password/ResetPasswordFailure.jsx",
+ "line": 38,
+ "column": 8,
+ "index": 1290
},
{
- "filePath": "src/components/navigation-tabs/BackToInstructor.jsx",
- "line": 18,
+ "filePath": "src/reset-password/ResetPasswordSuccess.jsx",
+ "line": 13,
"column": 6,
- "index": 564
+ "index": 331
}
],
- "Send": [
+ "ExpandMore": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 343,
- "column": 57,
- "index": 12631
+ "filePath": "src/field-renderer/FieldRenderer.jsx",
+ "line": 35,
+ "column": 40,
+ "index": 1022
}
],
- "Event": [
+ "Form.Checkbox": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 344,
- "column": 58,
- "index": 12699
+ "filePath": "src/field-renderer/FieldRenderer.jsx",
+ "line": 102,
+ "column": 10,
+ "index": 3435
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 345,
- "column": 60,
- "index": 12770
+ "filePath": "src/register/RegistrationFields/HonorCodeField/HonorCode.jsx",
+ "line": 60,
+ "column": 6,
+ "index": 2081
+ },
+ {
+ "filePath": "src/register/RegistrationFields/TermsOfServiceField/TermsOfService.jsx",
+ "line": 18,
+ "column": 6,
+ "index": 501
}
],
- "SpinnerSimple": [
+ "Alert.Link": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 346,
- "column": 57,
- "index": 12838
+ "filePath": "src/forgot-password/ForgotPasswordAlert.jsx",
+ "line": 39,
+ "column": 14,
+ "index": 1528
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailContentHistory.jsx",
- "line": 148,
- "column": 23,
- "index": 5344
+ "filePath": "src/login/AccountActivationMessage.jsx",
+ "line": 40,
+ "column": 8,
+ "index": 1462
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailTaskHistory.jsx",
- "line": 112,
- "column": 23,
- "index": 3669
- }
- ],
- "Check": [
- {
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 347,
- "column": 58,
- "index": 12937
+ "filePath": "src/register/RegistrationFields/EmailField/EmailField.jsx",
+ "line": 87,
+ "column": 12,
+ "index": 2886
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 348,
- "column": 67,
- "index": 13015
+ "filePath": "src/register/RegistrationFields/EmailField/EmailField.jsx",
+ "line": 102,
+ "column": 8,
+ "index": 3381
}
],
- "Cancel": [
+ "ChevronLeft": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 349,
- "column": 55,
- "index": 13081
- }
- ],
- "Toast": [
+ "filePath": "src/forgot-password/ForgotPasswordPage.jsx",
+ "line": 92,
+ "column": 17,
+ "index": 2974
+ },
{
- "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 368,
- "column": 12,
- "index": 14167
+ "filePath": "src/logistration/Logistration.jsx",
+ "line": 85,
+ "column": 17,
+ "index": 2966
+ },
+ {
+ "filePath": "src/reset-password/ResetPasswordPage.jsx",
+ "line": 130,
+ "column": 17,
+ "index": 4254
}
],
- "Alert": [
+ "Tabs": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 72,
+ "filePath": "src/forgot-password/ForgotPasswordPage.jsx",
+ "line": 105,
"column": 8,
- "index": 2452
+ "index": 3302
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailHistoryTable.jsx",
- "line": 21,
- "column": 6,
- "index": 557
+ "filePath": "src/logistration/Logistration.jsx",
+ "line": 106,
+ "column": 16,
+ "index": 3530
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailPendingTasksAlert.jsx",
- "line": 13,
- "column": 4,
- "index": 396
- }
- ],
- "Info": [
+ "filePath": "src/logistration/Logistration.jsx",
+ "line": 122,
+ "column": 18,
+ "index": 4200
+ },
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 72,
- "column": 38,
- "index": 2482
- }
- ],
- "Alert.Heading": [
+ "filePath": "src/logistration/Logistration.jsx",
+ "line": 127,
+ "column": 18,
+ "index": 4523
+ },
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 73,
+ "filePath": "src/reset-password/ResetPasswordPage.jsx",
+ "line": 153,
"column": 10,
- "index": 2499
+ "index": 5024
}
],
- "DataTable": [
+ "Tab": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 138,
- "column": 8,
- "index": 4410
+ "filePath": "src/forgot-password/ForgotPasswordPage.jsx",
+ "line": 106,
+ "column": 10,
+ "index": 3413
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailHistoryTable.jsx",
- "line": 40,
- "column": 6,
- "index": 1091
- }
- ],
- "IconButton": [
- {
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 176,
+ "filePath": "src/logistration/Logistration.jsx",
+ "line": 107,
"column": 18,
- "index": 5658
+ "index": 3629
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 177,
- "column": 18,
- "index": 5770
+ "filePath": "src/logistration/Logistration.jsx",
+ "line": 123,
+ "column": 20,
+ "index": 4301
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 188,
- "column": 18,
- "index": 6165
- }
- ],
- "Visibility": [
- {
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 176,
- "column": 35,
- "index": 5675
- }
- ],
- "Delete": [
+ "filePath": "src/logistration/Logistration.jsx",
+ "line": 128,
+ "column": 20,
+ "index": 4662
+ },
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 178,
- "column": 25,
- "index": 5807
- }
- ],
- "Edit": [
+ "filePath": "src/logistration/Logistration.jsx",
+ "line": 129,
+ "column": 20,
+ "index": 4772
+ },
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 188,
- "column": 35,
- "index": 6182
+ "filePath": "src/reset-password/ResetPasswordPage.jsx",
+ "line": 154,
+ "column": 12,
+ "index": 5137
}
],
- "Collapsible": [
+ "StatefulButton": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailContentHistory.jsx",
- "line": 130,
- "column": 8,
- "index": 4482
+ "filePath": "src/forgot-password/ForgotPasswordPage.jsx",
+ "line": 128,
+ "column": 12,
+ "index": 4488
},
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailTaskHistory.jsx",
- "line": 97,
- "column": 8,
- "index": 2983
+ "filePath": "src/login/LoginPage.jsx",
+ "line": 247,
+ "column": 10,
+ "index": 7704
+ },
+ {
+ "filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
+ "line": 252,
+ "column": 16,
+ "index": 9306
+ },
+ {
+ "filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
+ "line": 264,
+ "column": 16,
+ "index": 9864
+ },
+ {
+ "filePath": "src/recommendations/RecommendationsPage.jsx",
+ "line": 109,
+ "column": 16,
+ "index": 3997
+ },
+ {
+ "filePath": "src/register/RegistrationPage.jsx",
+ "line": 362,
+ "column": 14,
+ "index": 14239
+ },
+ {
+ "filePath": "src/reset-password/ResetPasswordPage.jsx",
+ "line": 180,
+ "column": 16,
+ "index": 6497
}
],
- "WarningFilled": [
+ "ModalDialog": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailPendingTasksAlert.jsx",
- "line": 13,
- "column": 35,
- "index": 427
+ "filePath": "src/login/ChangePasswordPrompt.jsx",
+ "line": 41,
+ "column": 4,
+ "index": 1417
+ },
+ {
+ "filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
+ "line": 21,
+ "column": 4,
+ "index": 570
}
],
- "Hyperlink": [
+ "ModalDialog.Header": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailPendingTasksAlert.jsx",
- "line": 18,
+ "filePath": "src/login/ChangePasswordPrompt.jsx",
+ "line": 48,
"column": 6,
- "index": 617
+ "index": 1587
+ },
+ {
+ "filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
+ "line": 29,
+ "column": 6,
+ "index": 764
}
],
- "ModalDialog": [
+ "ModalDialog.Title": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/ViewEmailModal.jsx",
- "line": 15,
- "column": 6,
- "index": 548
+ "filePath": "src/login/ChangePasswordPrompt.jsx",
+ "line": 49,
+ "column": 8,
+ "index": 1616
+ },
+ {
+ "filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
+ "line": 30,
+ "column": 8,
+ "index": 793
}
],
"ModalDialog.Body": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/ViewEmailModal.jsx",
- "line": 20,
- "column": 8,
- "index": 668
+ "filePath": "src/login/ChangePasswordPrompt.jsx",
+ "line": 53,
+ "column": 6,
+ "index": 1773
+ },
+ {
+ "filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
+ "line": 35,
+ "column": 6,
+ "index": 928
}
],
"ModalDialog.Footer": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/ViewEmailModal.jsx",
- "line": 47,
- "column": 8,
- "index": 1857
+ "filePath": "src/login/ChangePasswordPrompt.jsx",
+ "line": 56,
+ "column": 6,
+ "index": 1895
+ },
+ {
+ "filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
+ "line": 39,
+ "column": 6,
+ "index": 1035
}
],
"ActionRow": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/ViewEmailModal.jsx",
- "line": 48,
- "column": 10,
- "index": 1888
+ "filePath": "src/login/ChangePasswordPrompt.jsx",
+ "line": 57,
+ "column": 8,
+ "index": 1924
},
{
- "filePath": "src/components/bulk-email-tool/task-alert-modal/TaskAlertModal.jsx",
- "line": 25,
+ "filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
+ "line": 40,
"column": 8,
- "index": 671
+ "index": 1064
}
],
"ModalDialog.CloseButton": [
{
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/ViewEmailModal.jsx",
- "line": 49,
+ "filePath": "src/login/ChangePasswordPrompt.jsx",
+ "line": 62,
"column": 12,
- "index": 1912
+ "index": 2076
}
],
- "Container": [
+ "Error": [
{
- "filePath": "src/components/bulk-email-tool/BulkEmailTool.jsx",
- "line": 24,
- "column": 12,
- "index": 963
- }
- ],
- "AlertModal": [
+ "filePath": "src/login/LoginFailure.jsx",
+ "line": 201,
+ "column": 76,
+ "index": 6840
+ },
{
- "filePath": "src/components/bulk-email-tool/task-alert-modal/TaskAlertModal.jsx",
- "line": 19,
- "column": 4,
- "index": 512
+ "filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
+ "line": 230,
+ "column": 81,
+ "index": 8297
+ },
+ {
+ "filePath": "src/register/components/RegistrationFailure.jsx",
+ "line": 57,
+ "column": 74,
+ "index": 1743
+ },
+ {
+ "filePath": "src/register/RegistrationFields/EmailField/EmailField.jsx",
+ "line": 84,
+ "column": 84,
+ "index": 2744
+ },
+ {
+ "filePath": "src/reset-password/ResetPasswordFailure.jsx",
+ "line": 37,
+ "column": 76,
+ "index": 1274
}
],
- "ArrowBack": [
+ "Spinner": [
{
- "filePath": "src/components/navigation-tabs/BackToInstructor.jsx",
- "line": 19,
+ "filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
+ "line": 223,
+ "column": 10,
+ "index": 7890
+ },
+ {
+ "filePath": "src/register/RegistrationPage.jsx",
+ "line": 291,
+ "column": 12,
+ "index": 11015
+ },
+ {
+ "filePath": "src/reset-password/ResetPasswordPage.jsx",
+ "line": 138,
"column": 13,
- "index": 583
+ "index": 4470
}
],
- "Nav": [
+ "Card": [
{
- "filePath": "src/components/navigation-tabs/NavigationTabs.jsx",
- "line": 11,
+ "filePath": "src/recommendations/ProductCard/BaseCard/index.jsx",
+ "line": 29,
"column": 6,
- "index": 227
+ "index": 593
}
],
- "Nav.Item": [
+ "Card.ImageCap": [
{
- "filePath": "src/components/navigation-tabs/NavigationTabs.jsx",
- "line": 13,
- "column": 10,
- "index": 329
+ "filePath": "src/recommendations/ProductCard/BaseCard/index.jsx",
+ "line": 34,
+ "column": 8,
+ "index": 714
}
],
- "Nav.Link": [
+ "Card.Header": [
{
- "filePath": "src/components/navigation-tabs/NavigationTabs.jsx",
- "line": 14,
- "column": 12,
- "index": 369
+ "filePath": "src/recommendations/ProductCard/BaseCard/index.jsx",
+ "line": 42,
+ "column": 8,
+ "index": 1006
}
],
- "Spinner": [
+ "Card.Section": [
{
- "filePath": "src/components/page-container/PageContainer.jsx",
- "line": 83,
- "column": 6,
- "index": 2216
+ "filePath": "src/recommendations/ProductCard/BaseCard/index.jsx",
+ "line": 47,
+ "column": 8,
+ "index": 1155
}
- ]
- }
- },
- {
- "version": "22.5.1",
- "name": "@edx/frontend-app-course-authoring",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/openedx/frontend-app-course-authoring.git"
- },
- "folderName": "frontend-app-course-authoring",
- "usages": {
- "Hyperlink": [
+ ],
+ "Badge": [
{
- "filePath": "plugins/course-apps/learning_assistant/Settings.jsx",
- "line": 23,
+ "filePath": "src/recommendations/ProductCard/BaseCard/index.jsx",
+ "line": 49,
"column": 12,
- "index": 885
- },
+ "index": 1243
+ }
+ ],
+ "useMediaQuery": [
{
- "filePath": "plugins/course-apps/learning_assistant/Settings.jsx",
- "line": 33,
- "column": 12,
- "index": 1299
+ "filePath": "src/recommendations/RecommendationsPage.jsx",
+ "line": 27,
+ "column": 23,
+ "index": 1016
},
{
- "filePath": "plugins/course-apps/live/BBBSettings.jsx",
- "line": 74,
- "column": 6,
- "index": 2384
+ "filePath": "src/recommendations/tests/RecommendationsPage.test.jsx",
+ "line": 105,
+ "column": 4,
+ "index": 3285
},
{
- "filePath": "plugins/course-apps/live/BBBSettings.jsx",
- "line": 95,
- "column": 16,
- "index": 3221
+ "filePath": "src/recommendations/tests/RecommendationsPage.test.jsx",
+ "line": 117,
+ "column": 4,
+ "index": 3793
},
{
- "filePath": "plugins/course-apps/ora_settings/Settings.jsx",
- "line": 27,
- "column": 8,
- "index": 980
+ "filePath": "src/recommendations/tests/RecommendationsPage.test.jsx",
+ "line": 129,
+ "column": 4,
+ "index": 4276
},
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 251,
+ "filePath": "src/recommendations/tests/RecommendationsPage.test.jsx",
+ "line": 143,
"column": 4,
- "index": 9805
+ "index": 4758
},
{
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 263,
- "column": 6,
- "index": 7712
- },
+ "filePath": "src/recommendations/tests/RecommendationsPage.test.jsx",
+ "line": 162,
+ "column": 4,
+ "index": 5338
+ }
+ ],
+ "Container": [
{
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 276,
- "column": 6,
- "index": 8019
- },
+ "filePath": "src/recommendations/RecommendationsPage.jsx",
+ "line": 86,
+ "column": 10,
+ "index": 3160
+ }
+ ],
+ "Skeleton": [
{
- "filePath": "src/accessibility-page/AccessibilityBody/AccessibilityBody.jsx",
- "line": 24,
- "column": 14,
- "index": 673
+ "filePath": "src/recommendations/RecommendationsPage.jsx",
+ "line": 106,
+ "column": 16,
+ "index": 3863
},
{
- "filePath": "src/certificates/layout/certificates-sidebar/CertificatesSidebar.jsx",
- "line": 28,
- "column": 12,
- "index": 937
+ "filePath": "src/recommendations/RecommendationsPageLayouts/LargeLayout.jsx",
+ "line": 22,
+ "column": 8,
+ "index": 557
},
{
- "filePath": "src/certificates/layout/header-buttons/HeaderButtons.jsx",
- "line": 27,
- "column": 12,
- "index": 772
- },
+ "filePath": "src/recommendations/RecommendationsPageLayouts/SmallLayout.jsx",
+ "line": 22,
+ "column": 8,
+ "index": 557
+ }
+ ],
+ "FormAutosuggestOption": [
{
- "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx",
- "line": 49,
+ "filePath": "src/register/RegistrationFields/CountryField/CountryField.jsx",
+ "line": 100,
+ "column": 4,
+ "index": 3647
+ }
+ ],
+ "FormAutosuggest": [
+ {
+ "filePath": "src/register/RegistrationFields/CountryField/CountryField.jsx",
+ "line": 107,
"column": 6,
- "index": 1368
- },
+ "index": 3854
+ }
+ ],
+ "FormControlFeedback": [
{
- "filePath": "src/course-checklist/ChecklistSection/ChecklistItemComment.jsx",
- "line": 82,
- "column": 14,
- "index": 2782
- },
+ "filePath": "src/register/RegistrationFields/CountryField/CountryField.jsx",
+ "line": 120,
+ "column": 8,
+ "index": 4365
+ }
+ ],
+ "Close": [
{
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 161,
- "column": 22,
- "index": 4903
+ "filePath": "src/register/RegistrationFields/EmailField/EmailField.jsx",
+ "line": 94,
+ "column": 23,
+ "index": 3101
},
{
- "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx",
- "line": 43,
- "column": 8,
- "index": 1162
+ "filePath": "src/register/RegistrationFields/UsernameField/UsernameField.jsx",
+ "line": 127,
+ "column": 34,
+ "index": 4336
},
{
- "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx",
- "line": 57,
- "column": 20,
- "index": 1710
- },
+ "filePath": "src/register/RegistrationFields/UsernameField/UsernameField.jsx",
+ "line": 131,
+ "column": 34,
+ "index": 4708
+ }
+ ]
+ }
+ },
+ {
+ "version": "22.7.0",
+ "name": "@edx/frontend-app-communications",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/edx/frontend-app-communications.git"
+ },
+ "folderName": "frontend-app-communications",
+ "usages": {
+ "Form.Group": [
{
- "filePath": "src/course-outline/outline-sidebar/OutlineSidebar.jsx",
- "line": 45,
- "column": 14,
- "index": 1447
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/bulk-email-recipient/BulkEmailRecipient.jsx",
+ "line": 25,
+ "column": 4,
+ "index": 589
},
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 110,
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 282,
"column": 8,
- "index": 3338
+ "index": 9752
},
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 144,
- "column": 20,
- "index": 4318
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 294,
+ "column": 8,
+ "index": 10485
},
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 162,
- "column": 22,
- "index": 4943
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 306,
+ "column": 8,
+ "index": 11135
},
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 211,
- "column": 22,
- "index": 6530
- },
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/ScheduleEmailForm.jsx",
+ "line": 15,
+ "column": 4,
+ "index": 552
+ }
+ ],
+ "Form.Label": [
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 228,
- "column": 22,
- "index": 7140
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/bulk-email-recipient/BulkEmailRecipient.jsx",
+ "line": 26,
+ "column": 6,
+ "index": 608
},
{
- "filePath": "src/course-outline/status-bar/StatusBar.jsx",
- "line": 85,
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 283,
"column": 10,
- "index": 2753
+ "index": 9800
},
{
- "filePath": "src/course-outline/status-bar/StatusBar.jsx",
- "line": 110,
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 295,
"column": 10,
- "index": 3669
- },
+ "index": 10530
+ }
+ ],
+ "Form.CheckboxSet": [
{
- "filePath": "src/course-outline/status-bar/StatusBar.jsx",
- "line": 129,
- "column": 12,
- "index": 4531
- },
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/bulk-email-recipient/BulkEmailRecipient.jsx",
+ "line": 35,
+ "column": 6,
+ "index": 916
+ }
+ ],
+ "Form.Checkbox": [
{
- "filePath": "src/course-outline/status-bar/StatusBar.jsx",
- "line": 178,
- "column": 14,
- "index": 6367
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/bulk-email-recipient/BulkEmailRecipient.jsx",
+ "line": 41,
+ "column": 8,
+ "index": 1110
},
{
- "filePath": "src/course-rerun/course-rerun-sidebar/index.jsx",
- "line": 66,
- "column": 14,
- "index": 1851
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/bulk-email-recipient/BulkEmailRecipient.jsx",
+ "line": 48,
+ "column": 8,
+ "index": 1451
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 138,
- "column": 10,
- "index": 4585
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/bulk-email-recipient/BulkEmailRecipient.jsx",
+ "line": 63,
+ "column": 12,
+ "index": 1951
},
{
- "filePath": "src/export-page/export-sidebar/ExportSidebar.jsx",
- "line": 39,
- "column": 6,
- "index": 2166
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/bulk-email-recipient/BulkEmailRecipient.jsx",
+ "line": 81,
+ "column": 12,
+ "index": 2639
},
{
- "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx",
- "line": 48,
- "column": 14,
- "index": 1392
- },
- {
- "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx",
- "line": 30,
- "column": 12,
- "index": 910
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/bulk-email-recipient/BulkEmailRecipient.jsx",
+ "line": 95,
+ "column": 8,
+ "index": 3131
},
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
- "line": 53,
- "column": 12,
- "index": 1673
- },
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 309,
+ "column": 14,
+ "index": 11248
+ }
+ ],
+ "useToggle": [
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 212,
- "column": 20,
- "index": 6762
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 65,
+ "column": 59,
+ "index": 2123
},
{
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 90,
- "column": 12,
- "index": 2391
- },
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
+ "line": 43,
+ "column": 68,
+ "index": 1599
+ }
+ ],
+ "Form": [
{
- "filePath": "src/generic/help-sidebar/HelpSidebarLink.jsx",
- "line": 9,
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 274,
"column": 6,
- "index": 251
- },
- {
- "filePath": "src/group-configurations/common/UsageList.jsx",
- "line": 38,
- "column": 12,
- "index": 1173
- },
+ "index": 9476
+ }
+ ],
+ "Form.Control": [
{
- "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
- "line": 46,
- "column": 4,
- "index": 1338
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 284,
+ "column": 10,
+ "index": 9920
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
- "line": 53,
- "column": 4,
- "index": 1591
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/ScheduleEmailForm.jsx",
+ "line": 18,
+ "column": 10,
+ "index": 706
},
{
- "filePath": "src/group-configurations/group-configuration-sidebar/index.jsx",
- "line": 37,
- "column": 12,
- "index": 1259
- },
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/ScheduleEmailForm.jsx",
+ "line": 43,
+ "column": 10,
+ "index": 1569
+ }
+ ],
+ "Button": [
{
- "filePath": "src/import-page/import-sidebar/ImportSidebar.jsx",
- "line": 41,
- "column": 6,
- "index": 2169
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 333,
+ "column": 32,
+ "index": 12180
},
{
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 95,
- "column": 4,
- "index": 3551
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailContentHistory.jsx",
+ "line": 110,
+ "column": 10,
+ "index": 3885
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/AppExternalLinks.jsx",
- "line": 30,
- "column": 16,
- "index": 838
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/ViewEmailModal.jsx",
+ "line": 52,
+ "column": 12,
+ "index": 2108
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
- "line": 75,
+ "filePath": "src/components/bulk-email-tool/task-alert-modal/TaskAlertModal.jsx",
+ "line": 26,
"column": 10,
- "index": 2352
- },
- {
- "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx",
- "line": 22,
- "column": 6,
"index": 693
},
{
- "filePath": "src/pages-and-resources/PagesAndResources.jsx",
- "line": 75,
+ "filePath": "src/components/bulk-email-tool/task-alert-modal/TaskAlertModal.jsx",
+ "line": 33,
"column": 10,
- "index": 3184
+ "index": 973
},
{
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 102,
- "column": 8,
- "index": 2814
- },
+ "filePath": "src/components/navigation-tabs/BackToInstructor.jsx",
+ "line": 13,
+ "column": 4,
+ "index": 378
+ }
+ ],
+ "StatefulButton": [
{
- "filePath": "src/schedule-and-details/introducing-section/index.jsx",
- "line": 43,
- "column": 10,
- "index": 1221
- },
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 334,
+ "column": 12,
+ "index": 12298
+ }
+ ],
+ "Icon": [
{
- "filePath": "src/schedule-and-details/introducing-section/index.jsx",
- "line": 61,
- "column": 10,
- "index": 1738
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 343,
+ "column": 46,
+ "index": 12620
},
{
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 18,
- "column": 6,
- "index": 617
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 344,
+ "column": 47,
+ "index": 12688
},
{
- "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
- "line": 49,
- "column": 22,
- "index": 1602
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 345,
+ "column": 49,
+ "index": 12759
},
{
- "filePath": "src/studio-home/card-item/index.jsx",
- "line": 52,
- "column": 10,
- "index": 1446
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 346,
+ "column": 46,
+ "index": 12827
},
{
- "filePath": "src/studio-home/card-item/index.jsx",
- "line": 85,
- "column": 16,
- "index": 2548
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 347,
+ "column": 47,
+ "index": 12926
},
{
- "filePath": "src/studio-home/card-item/index.jsx",
- "line": 93,
- "column": 14,
- "index": 2850
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 348,
+ "column": 56,
+ "index": 13004
},
{
- "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
- "line": 49,
- "column": 16,
- "index": 1505
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 349,
+ "column": 44,
+ "index": 13070
},
{
- "filePath": "src/textbooks/textbook-sidebar/TextbookSidebar.jsx",
- "line": 29,
- "column": 6,
- "index": 1036
- }
- ],
- "Form.Group": [
- {
- "filePath": "plugins/course-apps/live/BBBSettings.jsx",
- "line": 55,
- "column": 6,
- "index": 1788
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
+ "line": 176,
+ "column": 55,
+ "index": 5695
},
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 312,
- "column": 12,
- "index": 11755
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
+ "line": 179,
+ "column": 28,
+ "index": 5843
},
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 338,
- "column": 10,
- "index": 12891
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
+ "line": 188,
+ "column": 49,
+ "index": 6196
},
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 369,
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailContentHistory.jsx",
+ "line": 148,
"column": 12,
- "index": 14350
+ "index": 5333
},
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 393,
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailTaskHistory.jsx",
+ "line": 112,
"column": 12,
- "index": 15471
+ "index": 3658
},
{
- "filePath": "plugins/course-apps/teams/GroupEditor.jsx",
- "line": 103,
- "column": 12,
- "index": 4385
- },
+ "filePath": "src/components/navigation-tabs/BackToInstructor.jsx",
+ "line": 18,
+ "column": 6,
+ "index": 564
+ }
+ ],
+ "Send": [
{
- "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx",
- "line": 104,
- "column": 10,
- "index": 3162
- },
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 343,
+ "column": 57,
+ "index": 12631
+ }
+ ],
+ "Event": [
{
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 95,
- "column": 12,
- "index": 2762
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 344,
+ "column": 58,
+ "index": 12699
},
{
- "filePath": "src/certificates/certificate-details/CertificateDetailsForm.jsx",
- "line": 28,
- "column": 10,
- "index": 975
- },
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 345,
+ "column": 60,
+ "index": 12770
+ }
+ ],
+ "SpinnerSimple": [
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 102,
- "column": 10,
- "index": 3411
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 346,
+ "column": 57,
+ "index": 12838
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 110,
- "column": 8,
- "index": 3733
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailContentHistory.jsx",
+ "line": 148,
+ "column": 23,
+ "index": 5344
},
{
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailTaskHistory.jsx",
"line": 112,
- "column": 10,
- "index": 2943
- },
+ "column": 23,
+ "index": 3669
+ }
+ ],
+ "Check": [
{
- "filePath": "src/course-outline/status-bar/StatusBar.jsx",
- "line": 155,
- "column": 10,
- "index": 5499
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 347,
+ "column": 58,
+ "index": 12937
},
{
- "filePath": "src/course-team/add-user-form/AddUserForm.jsx",
- "line": 27,
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 348,
+ "column": 67,
+ "index": 13015
+ }
+ ],
+ "Cancel": [
+ {
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 349,
+ "column": 55,
+ "index": 13081
+ }
+ ],
+ "Toast": [
+ {
+ "filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
+ "line": 368,
"column": 12,
- "index": 692
- },
+ "index": 14167
+ }
+ ],
+ "Alert": [
{
- "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx",
- "line": 51,
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
+ "line": 72,
"column": 8,
- "index": 1580
+ "index": 2452
},
{
- "filePath": "src/course-unit/header-title/HeaderTitle.jsx",
- "line": 55,
- "column": 10,
- "index": 1966
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailHistoryTable.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 557
},
{
- "filePath": "src/course-updates/update-form/UpdateForm.jsx",
- "line": 63,
- "column": 14,
- "index": 1701
- },
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailPendingTasksAlert.jsx",
+ "line": 13,
+ "column": 4,
+ "index": 396
+ }
+ ],
+ "Info": [
{
- "filePath": "src/course-updates/update-form/UpdateForm.jsx",
- "line": 100,
- "column": 12,
- "index": 3498
- },
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
+ "line": 72,
+ "column": 38,
+ "index": 2482
+ }
+ ],
+ "Alert.Heading": [
{
- "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
- "line": 143,
- "column": 8,
- "index": 4274
- },
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
+ "line": 73,
+ "column": 10,
+ "index": 2499
+ }
+ ],
+ "DataTable": [
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
- "line": 29,
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
+ "line": 138,
"column": 8,
- "index": 1112
+ "index": 4410
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailHistoryTable.jsx",
"line": 40,
- "column": 8,
- "index": 1586
- },
+ "column": 6,
+ "index": 1091
+ }
+ ],
+ "IconButton": [
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
- "line": 53,
- "column": 12,
- "index": 2159
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
+ "line": 176,
+ "column": 18,
+ "index": 5658
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
- "line": 68,
- "column": 12,
- "index": 2843
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
+ "line": 177,
+ "column": 18,
+ "index": 5770
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
- "line": 90,
- "column": 6,
- "index": 3606
- },
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
+ "line": 188,
+ "column": 18,
+ "index": 6165
+ }
+ ],
+ "Visibility": [
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
- "line": 96,
- "column": 6,
- "index": 3861
- },
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
+ "line": 176,
+ "column": 35,
+ "index": 5675
+ }
+ ],
+ "Delete": [
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
- "line": 38,
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
+ "line": 178,
+ "column": 25,
+ "index": 5807
+ }
+ ],
+ "Edit": [
+ {
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
+ "line": 188,
+ "column": 35,
+ "index": 6182
+ }
+ ],
+ "Collapsible": [
+ {
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailContentHistory.jsx",
+ "line": 130,
"column": 8,
- "index": 1152
+ "index": 4482
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
- "line": 49,
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailTaskHistory.jsx",
+ "line": 97,
"column": 8,
- "index": 1648
- },
+ "index": 2983
+ }
+ ],
+ "WarningFilled": [
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
- "line": 62,
- "column": 12,
- "index": 2262
- },
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailPendingTasksAlert.jsx",
+ "line": 13,
+ "column": 35,
+ "index": 427
+ }
+ ],
+ "Hyperlink": [
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
- "line": 105,
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailPendingTasksAlert.jsx",
+ "line": 18,
"column": 6,
- "index": 4075
- },
+ "index": 617
+ }
+ ],
+ "ModalDialog": [
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
- "line": 111,
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/ViewEmailModal.jsx",
+ "line": 15,
"column": 6,
- "index": 4339
- },
+ "index": 548
+ }
+ ],
+ "ModalDialog.Body": [
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 179,
- "column": 10,
- "index": 5629
- },
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/ViewEmailModal.jsx",
+ "line": 20,
+ "column": 8,
+ "index": 668
+ }
+ ],
+ "ModalDialog.Footer": [
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 195,
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/ViewEmailModal.jsx",
+ "line": 47,
+ "column": 8,
+ "index": 1857
+ }
+ ],
+ "ActionRow": [
+ {
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/ViewEmailModal.jsx",
+ "line": 48,
"column": 10,
- "index": 6165
+ "index": 1888
},
{
- "filePath": "src/generic/configure-modal/BasicTab.jsx",
- "line": 60,
+ "filePath": "src/components/bulk-email-tool/task-alert-modal/TaskAlertModal.jsx",
+ "line": 25,
+ "column": 8,
+ "index": 671
+ }
+ ],
+ "ModalDialog.CloseButton": [
+ {
+ "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/ViewEmailModal.jsx",
+ "line": 49,
"column": 12,
- "index": 1839
- },
+ "index": 1912
+ }
+ ],
+ "Container": [
{
- "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
- "line": 288,
- "column": 16,
- "index": 9192
- },
+ "filePath": "src/components/bulk-email-tool/BulkEmailTool.jsx",
+ "line": 24,
+ "column": 12,
+ "index": 963
+ }
+ ],
+ "AlertModal": [
{
- "filePath": "src/generic/configure-modal/PrereqSettings.jsx",
- "line": 36,
- "column": 8,
- "index": 912
- },
+ "filePath": "src/components/bulk-email-tool/task-alert-modal/TaskAlertModal.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 512
+ }
+ ],
+ "ArrowBack": [
{
- "filePath": "src/generic/configure-modal/UnitTab.jsx",
- "line": 63,
- "column": 8,
- "index": 1765
+ "filePath": "src/components/navigation-tabs/BackToInstructor.jsx",
+ "line": 19,
+ "column": 13,
+ "index": 583
+ }
+ ],
+ "Nav": [
+ {
+ "filePath": "src/components/navigation-tabs/NavigationTabs.jsx",
+ "line": 11,
+ "column": 6,
+ "index": 227
+ }
+ ],
+ "Nav.Item": [
+ {
+ "filePath": "src/components/navigation-tabs/NavigationTabs.jsx",
+ "line": 13,
+ "column": 10,
+ "index": 329
+ }
+ ],
+ "Nav.Link": [
+ {
+ "filePath": "src/components/navigation-tabs/NavigationTabs.jsx",
+ "line": 14,
+ "column": 12,
+ "index": 369
+ }
+ ],
+ "Spinner": [
+ {
+ "filePath": "src/components/page-container/PageContainer.jsx",
+ "line": 83,
+ "column": 6,
+ "index": 2216
+ }
+ ]
+ }
+ },
+ {
+ "version": "22.8.1",
+ "name": "@edx/frontend-app-authoring",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/openedx/frontend-app-authoring.git"
+ },
+ "folderName": "frontend-app-course-authoring",
+ "usages": {
+ "Hyperlink": [
+ {
+ "filePath": "plugins/course-apps/learning_assistant/Settings.jsx",
+ "line": 23,
+ "column": 12,
+ "index": 885
},
{
- "filePath": "src/generic/configure-modal/UnitTab.jsx",
- "line": 92,
+ "filePath": "plugins/course-apps/learning_assistant/Settings.jsx",
+ "line": 33,
"column": 12,
- "index": 2920
+ "index": 1299
},
{
- "filePath": "src/generic/configure-modal/UnitTab.jsx",
- "line": 101,
- "column": 18,
- "index": 3399
+ "filePath": "plugins/course-apps/live/BBBSettings.jsx",
+ "line": 74,
+ "column": 6,
+ "index": 2384
},
{
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 108,
- "column": 4,
- "index": 2810
+ "filePath": "plugins/course-apps/live/BBBSettings.jsx",
+ "line": 95,
+ "column": 16,
+ "index": 3221
},
{
- "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
- "line": 223,
- "column": 10,
- "index": 6984
+ "filePath": "plugins/course-apps/ora_settings/Settings.jsx",
+ "line": 104,
+ "column": 20,
+ "index": 4129
},
{
- "filePath": "src/generic/datepicker-control/DatepickerControl.jsx",
- "line": 37,
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 251,
"column": 4,
- "index": 910
+ "index": 9811
},
{
- "filePath": "src/generic/FormikControl.jsx",
- "line": 24,
- "column": 4,
- "index": 635
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 263,
+ "column": 6,
+ "index": 7712
},
{
- "filePath": "src/generic/FormSwitchGroup.jsx",
- "line": 24,
- "column": 4,
- "index": 561
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 276,
+ "column": 6,
+ "index": 8019
},
{
- "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
- "line": 95,
- "column": 8,
- "index": 2101
+ "filePath": "src/accessibility-page/AccessibilityBody/AccessibilityBody.jsx",
+ "line": 24,
+ "column": 14,
+ "index": 673
},
{
- "filePath": "src/grading-settings/assignment-section/assignments/AssignmentItem.jsx",
- "line": 25,
- "column": 4,
- "index": 438
+ "filePath": "src/certificates/layout/certificates-sidebar/CertificatesSidebar.jsx",
+ "line": 28,
+ "column": 12,
+ "index": 937
},
{
- "filePath": "src/grading-settings/assignment-section/assignments/AssignmentTypeName.jsx",
- "line": 17,
- "column": 6,
- "index": 535
+ "filePath": "src/certificates/layout/header-buttons/HeaderButtons.jsx",
+ "line": 27,
+ "column": 12,
+ "index": 772
},
{
- "filePath": "src/grading-settings/credit-section/index.jsx",
- "line": 34,
- "column": 4,
- "index": 848
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 161,
+ "column": 22,
+ "index": 4901
},
{
- "filePath": "src/grading-settings/deadline-section/index.jsx",
+ "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx",
"line": 43,
- "column": 4,
- "index": 1289
+ "column": 8,
+ "index": 1162
},
{
- "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx",
- "line": 60,
- "column": 14,
- "index": 1718
+ "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx",
+ "line": 57,
+ "column": 20,
+ "index": 1710
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
- "line": 54,
- "column": 12,
- "index": 1565
+ "filePath": "src/course-outline/outline-sidebar/OutlineSidebar.jsx",
+ "line": 45,
+ "column": 14,
+ "index": 1447
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
- "line": 76,
- "column": 12,
- "index": 2384
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 114,
+ "column": 8,
+ "index": 3551
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
- "line": 28,
- "column": 4,
- "index": 714
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 148,
+ "column": 20,
+ "index": 4531
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
- "line": 46,
- "column": 12,
- "index": 1398
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 166,
+ "column": 22,
+ "index": 5156
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 99,
- "column": 12,
- "index": 3874
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 215,
+ "column": 22,
+ "index": 6743
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 117,
- "column": 12,
- "index": 4577
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 232,
+ "column": 22,
+ "index": 7353
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 134,
+ "filePath": "src/course-outline/status-bar/StatusBar.jsx",
+ "line": 130,
"column": 12,
- "index": 5254
+ "index": 4606
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 152,
- "column": 12,
- "index": 6028
+ "filePath": "src/course-outline/status-bar/StatusBar.jsx",
+ "line": 179,
+ "column": 14,
+ "index": 6442
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/RestrictDatesInput.jsx",
- "line": 39,
- "column": 4,
- "index": 1026
+ "filePath": "src/course-rerun/course-rerun-sidebar/index.jsx",
+ "line": 66,
+ "column": 14,
+ "index": 1851
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
- "line": 112,
- "column": 8,
- "index": 3157
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 144,
+ "column": 10,
+ "index": 4921
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
- "line": 109,
- "column": 22,
- "index": 3807
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx",
+ "line": 36,
+ "column": 10,
+ "index": 1424
},
{
- "filePath": "src/schedule-and-details/details-section/index.jsx",
- "line": 24,
- "column": 6,
- "index": 797
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx",
+ "line": 87,
+ "column": 8,
+ "index": 2841
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 21,
- "column": 12,
- "index": 564
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx",
+ "line": 40,
+ "column": 10,
+ "index": 1132
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx",
"line": 35,
- "column": 12,
- "index": 1148
+ "column": 6,
+ "index": 1035
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 49,
- "column": 12,
- "index": 1737
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDisplay.jsx",
+ "line": 32,
+ "column": 10,
+ "index": 886
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 64,
- "column": 12,
- "index": 2403
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/SocialShareWidget/index.jsx",
+ "line": 75,
+ "column": 8,
+ "index": 2271
},
{
- "filePath": "src/schedule-and-details/introducing-section/extended-course-details/index.jsx",
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx",
"line": 55,
- "column": 8,
- "index": 1709
+ "column": 14,
+ "index": 1883
},
{
- "filePath": "src/schedule-and-details/introducing-section/index.jsx",
- "line": 91,
- "column": 8,
- "index": 2567
+ "filePath": "src/export-page/export-sidebar/ExportSidebar.jsx",
+ "line": 39,
+ "column": 6,
+ "index": 2166
},
{
- "filePath": "src/schedule-and-details/introducing-section/index.jsx",
- "line": 112,
- "column": 10,
- "index": 3307
+ "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx",
+ "line": 48,
+ "column": 14,
+ "index": 1392
},
{
- "filePath": "src/schedule-and-details/introducing-section/index.jsx",
- "line": 121,
+ "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx",
+ "line": 30,
"column": 12,
- "index": 3731
- },
- {
- "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
- "line": 14,
- "column": 4,
- "index": 395
- },
- {
- "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx",
- "line": 31,
- "column": 4,
- "index": 934
+ "index": 910
},
{
- "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx",
- "line": 60,
- "column": 10,
- "index": 1879
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
+ "line": 53,
+ "column": 12,
+ "index": 1673
},
{
- "filePath": "src/schedule-and-details/license-section/license-display/index.jsx",
- "line": 11,
- "column": 2,
- "index": 371
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 212,
+ "column": 20,
+ "index": 6762
},
{
- "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx",
- "line": 48,
- "column": 4,
- "index": 1312
+ "filePath": "src/generic/course-upload-image/index.jsx",
+ "line": 90,
+ "column": 12,
+ "index": 2391
},
{
- "filePath": "src/schedule-and-details/pacing-section/index.jsx",
+ "filePath": "src/generic/help-sidebar/HelpSidebarLink.jsx",
"line": 21,
"column": 6,
- "index": 649
+ "index": 452
},
{
- "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
- "line": 27,
- "column": 4,
- "index": 779
+ "filePath": "src/group-configurations/common/UsageList.jsx",
+ "line": 38,
+ "column": 12,
+ "index": 1173
},
{
- "filePath": "src/schedule-and-details/requirements-section/grade-requirements/index.jsx",
- "line": 14,
- "column": 2,
- "index": 346
+ "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
+ "line": 46,
+ "column": 4,
+ "index": 1338
},
{
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
- "line": 30,
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
+ "line": 53,
"column": 4,
- "index": 934
+ "index": 1591
},
{
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
- "line": 69,
- "column": 8,
- "index": 2344
+ "filePath": "src/group-configurations/group-configuration-sidebar/index.jsx",
+ "line": 37,
+ "column": 12,
+ "index": 1259
},
{
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 124,
- "column": 8,
- "index": 3821
+ "filePath": "src/import-page/import-sidebar/ImportSidebar.jsx",
+ "line": 41,
+ "column": 6,
+ "index": 2169
},
{
- "filePath": "src/studio-home/organization-section/index.jsx",
- "line": 48,
- "column": 6,
- "index": 1647
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
+ "line": 95,
+ "column": 4,
+ "index": 3551
},
{
- "filePath": "src/taxonomy/delete-dialog/index.jsx",
- "line": 61,
- "column": 10,
- "index": 1787
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/AppExternalLinks.jsx",
+ "line": 30,
+ "column": 16,
+ "index": 838
},
{
- "filePath": "src/taxonomy/export-modal/index.jsx",
- "line": 45,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
+ "line": 75,
"column": 10,
- "index": 1286
+ "index": 2352
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 196,
- "column": 8,
- "index": 5693
+ "filePath": "src/pages-and-resources/PagesAndResources.jsx",
+ "line": 75,
+ "column": 10,
+ "index": 3184
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 200,
+ "filePath": "src/schedule-and-details/basic-section/index.jsx",
+ "line": 102,
"column": 8,
- "index": 5938
+ "index": 2814
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 173,
+ "filePath": "src/schedule-and-details/introducing-section/index.jsx",
+ "line": 43,
"column": 10,
- "index": 4612
+ "index": 1221
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 194,
+ "filePath": "src/schedule-and-details/introducing-section/index.jsx",
+ "line": 61,
"column": 10,
- "index": 5582
+ "index": 1738
},
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 67,
- "column": 12,
- "index": 1899
+ "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
+ "line": 18,
+ "column": 6,
+ "index": 617
},
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 86,
+ "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
+ "line": 49,
"column": 22,
- "index": 2854
+ "index": 1602
},
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 99,
- "column": 22,
- "index": 3667
- }
+ "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "line": 49,
+ "column": 16,
+ "index": 1505
+ },
+ {
+ "filePath": "src/textbooks/textbook-sidebar/TextbookSidebar.jsx",
+ "line": 29,
+ "column": 6,
+ "index": 1036
+ }
],
- "Form.Label": [
+ "Form.Group": [
{
"filePath": "plugins/course-apps/live/BBBSettings.jsx",
- "line": 56,
- "column": 8,
- "index": 1862
- },
- {
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 313,
- "column": 14,
- "index": 11817
+ "line": 55,
+ "column": 6,
+ "index": 1788
},
{
"filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 339,
+ "line": 312,
"column": 12,
- "index": 12948
+ "index": 11761
},
{
"filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 370,
- "column": 14,
- "index": 14411
+ "line": 338,
+ "column": 10,
+ "index": 12897
},
{
"filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 394,
- "column": 14,
- "index": 15535
+ "line": 369,
+ "column": 12,
+ "index": 14356
},
{
- "filePath": "plugins/course-apps/teams/GroupEditor.jsx",
- "line": 104,
- "column": 14,
- "index": 4441
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 393,
+ "column": 12,
+ "index": 15477
},
{
"filePath": "plugins/course-apps/teams/GroupEditor.jsx",
- "line": 133,
- "column": 21,
- "index": 5789
- },
- {
- "filePath": "src/certificates/certificate-details/CertificateDetailsForm.jsx",
- "line": 29,
+ "line": 103,
"column": 12,
- "index": 1022
+ "index": 4385
},
{
- "filePath": "src/course-outline/status-bar/StatusBar.jsx",
- "line": 159,
- "column": 12,
- "index": 5628
+ "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx",
+ "line": 104,
+ "column": 10,
+ "index": 3162
},
{
- "filePath": "src/course-team/add-user-form/AddUserForm.jsx",
- "line": 29,
- "column": 14,
- "index": 839
+ "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
+ "line": 95,
+ "column": 12,
+ "index": 2762
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
- "line": 30,
+ "filePath": "src/certificates/certificate-details/CertificateDetailsForm.jsx",
+ "line": 28,
"column": 10,
- "index": 1145
+ "index": 975
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
- "line": 41,
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 102,
"column": 10,
- "index": 1619
+ "index": 3411
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
- "line": 54,
- "column": 14,
- "index": 2196
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 110,
+ "column": 8,
+ "index": 3733
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
- "line": 69,
- "column": 14,
- "index": 2880
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 112,
+ "column": 10,
+ "index": 2943
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
- "line": 91,
- "column": 8,
- "index": 3637
+ "filePath": "src/course-outline/status-bar/StatusBar.jsx",
+ "line": 156,
+ "column": 10,
+ "index": 5574
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
- "line": 97,
- "column": 8,
- "index": 3892
+ "filePath": "src/course-team/add-user-form/AddUserForm.jsx",
+ "line": 27,
+ "column": 12,
+ "index": 692
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
- "line": 39,
- "column": 10,
- "index": 1185
+ "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx",
+ "line": 51,
+ "column": 8,
+ "index": 1580
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
- "line": 50,
+ "filePath": "src/course-unit/header-title/HeaderTitle.jsx",
+ "line": 55,
"column": 10,
- "index": 1681
+ "index": 1966
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
+ "filePath": "src/course-updates/update-form/UpdateForm.jsx",
"line": 63,
"column": 14,
- "index": 2299
- },
- {
- "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
- "line": 106,
- "column": 8,
- "index": 4106
- },
- {
- "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
- "line": 112,
- "column": 8,
- "index": 4370
+ "index": 1701
},
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 180,
+ "filePath": "src/course-updates/update-form/UpdateForm.jsx",
+ "line": 100,
"column": 12,
- "index": 5654
+ "index": 3498
},
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 196,
- "column": 12,
- "index": 6190
+ "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditableHeader.jsx",
+ "line": 15,
+ "column": 2,
+ "index": 295
},
{
- "filePath": "src/generic/configure-modal/BasicTab.jsx",
- "line": 61,
- "column": 14,
- "index": 1866
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Feedback/FeedbackControl.jsx",
+ "line": 22,
+ "column": 2,
+ "index": 565
},
{
- "filePath": "src/generic/configure-modal/PrereqSettings.jsx",
- "line": 37,
- "column": 10,
- "index": 965
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GeneralFeedback/index.jsx",
+ "line": 27,
+ "column": 6,
+ "index": 906
},
{
- "filePath": "src/generic/configure-modal/PrereqSettings.jsx",
- "line": 64,
- "column": 21,
- "index": 1841
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Randomization/index.jsx",
+ "line": 32,
+ "column": 6,
+ "index": 1051
},
{
- "filePath": "src/generic/configure-modal/PrereqSettings.jsx",
- "line": 73,
- "column": 21,
- "index": 2202
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx",
+ "line": 49,
+ "column": 6,
+ "index": 1551
},
{
- "filePath": "src/generic/configure-modal/UnitTab.jsx",
- "line": 66,
- "column": 10,
- "index": 1911
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx",
+ "line": 62,
+ "column": 6,
+ "index": 1959
},
{
- "filePath": "src/generic/configure-modal/UnitTab.jsx",
- "line": 93,
- "column": 14,
- "index": 2984
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx",
+ "line": 45,
+ "column": 6,
+ "index": 1372
},
{
- "filePath": "src/generic/configure-modal/UnitTab.jsx",
- "line": 114,
- "column": 22,
- "index": 3903
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx",
+ "line": 69,
+ "column": 8,
+ "index": 2181
},
{
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 109,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/TimerCard.jsx",
+ "line": 27,
"column": 6,
- "index": 2865
+ "index": 791
},
{
- "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
- "line": 229,
- "column": 12,
- "index": 7195
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx",
+ "line": 78,
+ "column": 6,
+ "index": 2479
},
{
- "filePath": "src/generic/datepicker-control/DatepickerControl.jsx",
- "line": 38,
- "column": 6,
- "index": 977
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx",
+ "line": 49,
+ "column": 8,
+ "index": 1262
},
{
- "filePath": "src/generic/FormSwitchGroup.jsx",
- "line": 30,
- "column": 10,
- "index": 771
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx",
+ "line": 61,
+ "column": 8,
+ "index": 1752
},
{
- "filePath": "src/grading-settings/assignment-section/assignments/AssignmentItem.jsx",
- "line": 29,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 35,
"column": 6,
- "index": 565
+ "index": 772
},
{
- "filePath": "src/grading-settings/assignment-section/assignments/AssignmentTypeName.jsx",
- "line": 21,
- "column": 8,
- "index": 670
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 48,
+ "column": 16,
+ "index": 1297
},
{
- "filePath": "src/grading-settings/credit-section/index.jsx",
- "line": 39,
- "column": 6,
- "index": 990
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 67,
+ "column": 16,
+ "index": 2101
},
{
- "filePath": "src/grading-settings/deadline-section/index.jsx",
- "line": 47,
- "column": 6,
- "index": 1417
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 92,
+ "column": 16,
+ "index": 3172
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
- "line": 77,
- "column": 14,
- "index": 2448
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 118,
+ "column": 16,
+ "index": 4278
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
- "line": 29,
- "column": 6,
- "index": 770
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
+ "line": 122,
+ "column": 10,
+ "index": 3771
},
{
- "filePath": "src/schedule-and-details/details-section/index.jsx",
- "line": 25,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 74,
"column": 8,
- "index": 866
+ "index": 2065
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 22,
- "column": 14,
- "index": 630
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 85,
+ "column": 8,
+ "index": 2490
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 36,
- "column": 14,
- "index": 1214
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 105,
+ "column": 10,
+ "index": 3313
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 50,
- "column": 14,
- "index": 1803
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 125,
+ "column": 8,
+ "index": 4112
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 65,
- "column": 14,
- "index": 2469
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx",
+ "line": 28,
+ "column": 2,
+ "index": 801
},
{
- "filePath": "src/schedule-and-details/introducing-section/extended-course-details/index.jsx",
- "line": 56,
- "column": 10,
- "index": 1780
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx",
+ "line": 38,
+ "column": 2,
+ "index": 980
},
{
- "filePath": "src/schedule-and-details/introducing-section/index.jsx",
- "line": 92,
- "column": 10,
- "index": 2620
+ "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "line": 35,
+ "column": 6,
+ "index": 727
},
{
- "filePath": "src/schedule-and-details/introducing-section/index.jsx",
- "line": 113,
- "column": 12,
- "index": 3362
+ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/FormGroup.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 503
},
{
- "filePath": "src/schedule-and-details/introducing-section/index.jsx",
- "line": 122,
- "column": 14,
- "index": 3788
+ "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
+ "line": 143,
+ "column": 8,
+ "index": 4284
},
{
- "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
- "line": 15,
- "column": 6,
- "index": 444
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "line": 29,
+ "column": 8,
+ "index": 1112
},
{
- "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx",
- "line": 35,
- "column": 6,
- "index": 1036
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "line": 40,
+ "column": 8,
+ "index": 1586
},
{
- "filePath": "src/schedule-and-details/pacing-section/index.jsx",
- "line": 23,
- "column": 10,
- "index": 701
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "line": 53,
+ "column": 12,
+ "index": 2159
},
{
- "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
- "line": 28,
- "column": 6,
- "index": 828
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "line": 68,
+ "column": 12,
+ "index": 2843
},
{
- "filePath": "src/schedule-and-details/requirements-section/grade-requirements/index.jsx",
- "line": 19,
- "column": 4,
- "index": 473
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "line": 90,
+ "column": 6,
+ "index": 3606
},
{
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
- "line": 34,
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "line": 96,
"column": 6,
- "index": 1055
+ "index": 3861
},
{
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
- "line": 70,
- "column": 10,
- "index": 2397
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
+ "line": 38,
+ "column": 8,
+ "index": 1152
},
{
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 125,
- "column": 10,
- "index": 3874
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
+ "line": 49,
+ "column": 8,
+ "index": 1648
},
{
- "filePath": "src/taxonomy/delete-dialog/index.jsx",
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
"line": 62,
"column": 12,
- "index": 1812
+ "index": 2262
},
{
- "filePath": "src/taxonomy/export-modal/index.jsx",
- "line": 46,
- "column": 12,
- "index": 1311
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
+ "line": 105,
+ "column": 6,
+ "index": 4075
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 197,
- "column": 10,
- "index": 5716
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
+ "line": 111,
+ "column": 6,
+ "index": 4339
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 201,
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 179,
"column": 10,
- "index": 5961
+ "index": 5629
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 176,
- "column": 14,
- "index": 4741
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 195,
+ "column": 10,
+ "index": 6165
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 195,
+ "filePath": "src/generic/configure-modal/BasicTab.jsx",
+ "line": 60,
"column": 12,
- "index": 5607
+ "index": 1839
},
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 68,
- "column": 14,
- "index": 1959
+ "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
+ "line": 288,
+ "column": 16,
+ "index": 9192
},
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 87,
- "column": 24,
- "index": 2924
+ "filePath": "src/generic/configure-modal/PrereqSettings.jsx",
+ "line": 36,
+ "column": 8,
+ "index": 912
},
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 101,
- "column": 26,
- "index": 3812
- }
- ],
- "Form.Control": [
- {
- "filePath": "plugins/course-apps/live/BBBSettings.jsx",
+ "filePath": "src/generic/configure-modal/UnitTab.jsx",
"line": 63,
"column": 8,
- "index": 2130
- },
- {
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 316,
- "column": 14,
- "index": 11999
+ "index": 1765
},
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 342,
+ "filePath": "src/generic/configure-modal/UnitTab.jsx",
+ "line": 92,
"column": 12,
- "index": 13119
+ "index": 2920
},
{
- "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx",
- "line": 105,
- "column": 12,
- "index": 3215
+ "filePath": "src/generic/configure-modal/UnitTab.jsx",
+ "line": 101,
+ "column": 18,
+ "index": 3399
},
{
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 96,
- "column": 14,
- "index": 2805
+ "filePath": "src/generic/course-upload-image/index.jsx",
+ "line": 108,
+ "column": 4,
+ "index": 2810
},
{
- "filePath": "src/certificates/certificate-details/CertificateDetailsForm.jsx",
- "line": 30,
- "column": 12,
- "index": 1117
+ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
+ "line": 225,
+ "column": 10,
+ "index": 7107
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 104,
- "column": 12,
- "index": 3515
+ "filePath": "src/generic/datepicker-control/DatepickerControl.jsx",
+ "line": 37,
+ "column": 4,
+ "index": 910
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 122,
- "column": 14,
- "index": 4225
+ "filePath": "src/generic/FormSwitchGroup.jsx",
+ "line": 24,
+ "column": 4,
+ "index": 561
},
{
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 113,
- "column": 12,
- "index": 2989
+ "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
+ "line": 95,
+ "column": 8,
+ "index": 2101
},
{
- "filePath": "src/course-outline/status-bar/StatusBar.jsx",
- "line": 164,
- "column": 14,
- "index": 5827
+ "filePath": "src/grading-settings/assignment-section/assignments/AssignmentItem.jsx",
+ "line": 25,
+ "column": 4,
+ "index": 438
},
{
- "filePath": "src/course-unit/header-title/HeaderTitle.jsx",
- "line": 56,
- "column": 12,
- "index": 2007
+ "filePath": "src/grading-settings/assignment-section/assignments/AssignmentTypeName.jsx",
+ "line": 17,
+ "column": 6,
+ "index": 535
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
- "line": 94,
- "column": 8,
- "index": 3757
+ "filePath": "src/grading-settings/credit-section/index.jsx",
+ "line": 34,
+ "column": 4,
+ "index": 848
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
- "line": 100,
- "column": 8,
- "index": 4014
+ "filePath": "src/grading-settings/deadline-section/index.jsx",
+ "line": 43,
+ "column": 4,
+ "index": 1289
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
- "line": 109,
- "column": 8,
- "index": 4235
+ "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx",
+ "line": 60,
+ "column": 14,
+ "index": 1718
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
- "line": 115,
- "column": 8,
- "index": 4502
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
+ "line": 54,
+ "column": 12,
+ "index": 1565
},
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 183,
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
+ "line": 76,
"column": 12,
- "index": 5767
+ "index": 2384
},
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 199,
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
+ "line": 28,
+ "column": 4,
+ "index": 714
+ },
+ {
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
+ "line": 46,
"column": 12,
- "index": 6307
+ "index": 1398
},
{
- "filePath": "src/generic/configure-modal/BasicTab.jsx",
- "line": 62,
- "column": 14,
- "index": 1948
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 99,
+ "column": 12,
+ "index": 3874
},
{
- "filePath": "src/generic/configure-modal/PrereqSettings.jsx",
- "line": 40,
- "column": 10,
- "index": 1079
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 117,
+ "column": 12,
+ "index": 4577
},
{
- "filePath": "src/generic/configure-modal/UnitTab.jsx",
- "line": 69,
- "column": 10,
- "index": 2063
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 134,
+ "column": 12,
+ "index": 5254
},
{
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 123,
- "column": 10,
- "index": 3309
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 152,
+ "column": 12,
+ "index": 6028
},
{
- "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
- "line": 231,
- "column": 14,
- "index": 7286
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/RestrictDatesInput.jsx",
+ "line": 39,
+ "column": 4,
+ "index": 1026
},
{
- "filePath": "src/generic/FormikControl.jsx",
- "line": 26,
- "column": 6,
- "index": 690
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
+ "line": 112,
+ "column": 8,
+ "index": 3157
},
{
- "filePath": "src/grading-settings/assignment-section/assignments/AssignmentItem.jsx",
- "line": 30,
- "column": 6,
- "index": 630
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
+ "line": 109,
+ "column": 22,
+ "index": 3807
},
{
- "filePath": "src/grading-settings/assignment-section/assignments/AssignmentTypeName.jsx",
+ "filePath": "src/schedule-and-details/details-section/index.jsx",
"line": 24,
- "column": 8,
- "index": 804
+ "column": 6,
+ "index": 797
},
{
- "filePath": "src/grading-settings/credit-section/index.jsx",
- "line": 42,
- "column": 6,
- "index": 1117
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 21,
+ "column": 12,
+ "index": 564
},
{
- "filePath": "src/grading-settings/deadline-section/index.jsx",
- "line": 50,
- "column": 6,
- "index": 1548
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 35,
+ "column": 12,
+ "index": 1148
},
{
- "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx",
- "line": 64,
- "column": 16,
- "index": 1863
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 49,
+ "column": 12,
+ "index": 1737
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
- "line": 58,
- "column": 14,
- "index": 1701
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 64,
+ "column": 12,
+ "index": 2403
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
- "line": 80,
- "column": 14,
- "index": 2580
+ "filePath": "src/schedule-and-details/introducing-section/extended-course-details/index.jsx",
+ "line": 55,
+ "column": 8,
+ "index": 1709
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
- "line": 52,
- "column": 16,
- "index": 1630
+ "filePath": "src/schedule-and-details/introducing-section/index.jsx",
+ "line": 91,
+ "column": 8,
+ "index": 2567
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 105,
- "column": 14,
- "index": 4074
+ "filePath": "src/schedule-and-details/introducing-section/index.jsx",
+ "line": 112,
+ "column": 10,
+ "index": 3307
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 122,
- "column": 14,
- "index": 4739
+ "filePath": "src/schedule-and-details/introducing-section/index.jsx",
+ "line": 121,
+ "column": 12,
+ "index": 3731
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 135,
- "column": 14,
- "index": 5334
+ "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
+ "line": 14,
+ "column": 4,
+ "index": 395
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/RestrictDatesInput.jsx",
- "line": 44,
- "column": 6,
- "index": 1183
+ "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx",
+ "line": 31,
+ "column": 4,
+ "index": 934
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
- "line": 117,
+ "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx",
+ "line": 60,
"column": 10,
- "index": 3313
+ "index": 1879
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 25,
- "column": 14,
- "index": 752
+ "filePath": "src/schedule-and-details/license-section/license-display/index.jsx",
+ "line": 11,
+ "column": 2,
+ "index": 371
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 39,
- "column": 14,
- "index": 1337
+ "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx",
+ "line": 48,
+ "column": 4,
+ "index": 1312
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 53,
- "column": 14,
- "index": 1933
+ "filePath": "src/schedule-and-details/pacing-section/index.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 649
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 68,
- "column": 14,
- "index": 2590
+ "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
+ "line": 27,
+ "column": 4,
+ "index": 779
},
{
- "filePath": "src/schedule-and-details/introducing-section/extended-course-details/index.jsx",
- "line": 57,
- "column": 10,
- "index": 1829
+ "filePath": "src/schedule-and-details/requirements-section/grade-requirements/index.jsx",
+ "line": 14,
+ "column": 2,
+ "index": 346
},
{
- "filePath": "src/schedule-and-details/introducing-section/index.jsx",
- "line": 95,
- "column": 10,
- "index": 2738
+ "filePath": "src/schedule-and-details/requirements-section/index.jsx",
+ "line": 30,
+ "column": 4,
+ "index": 934
},
{
- "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
- "line": 33,
- "column": 10,
- "index": 1034
+ "filePath": "src/schedule-and-details/requirements-section/index.jsx",
+ "line": 69,
+ "column": 8,
+ "index": 2344
},
{
- "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx",
- "line": 38,
- "column": 6,
- "index": 1156
+ "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
+ "line": 124,
+ "column": 8,
+ "index": 3821
},
{
- "filePath": "src/schedule-and-details/requirements-section/grade-requirements/index.jsx",
- "line": 23,
+ "filePath": "src/studio-home/organization-section/index.jsx",
+ "line": 48,
"column": 6,
- "index": 637
+ "index": 1655
},
{
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
- "line": 73,
+ "filePath": "src/taxonomy/delete-dialog/index.jsx",
+ "line": 61,
"column": 10,
- "index": 2503
+ "index": 1787
},
{
- "filePath": "src/taxonomy/delete-dialog/index.jsx",
- "line": 67,
- "column": 12,
- "index": 2003
+ "filePath": "src/taxonomy/export-modal/index.jsx",
+ "line": 45,
+ "column": 10,
+ "index": 1286
},
{
"filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 198,
- "column": 10,
- "index": 5821
+ "line": 196,
+ "column": 8,
+ "index": 5693
},
{
"filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 202,
- "column": 10,
- "index": 6066
- }
- ],
- "Icon": [
- {
- "filePath": "plugins/course-apps/live/Settings.jsx",
- "line": 112,
- "column": 20,
- "index": 4636
+ "line": 200,
+ "column": 8,
+ "index": 5938
},
{
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
"line": 173,
- "column": 19,
- "index": 4970
+ "column": 10,
+ "index": 4612
},
{
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 174,
- "column": 19,
- "index": 5015
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 194,
+ "column": 10,
+ "index": 5582
},
{
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 175,
- "column": 18,
- "index": 5085
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 67,
+ "column": 12,
+ "index": 1901
},
{
- "filePath": "src/advanced-settings/modal-error/ModalErrorListItem.jsx",
- "line": 15,
- "column": 10,
- "index": 535
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 86,
+ "column": 22,
+ "index": 2856
},
{
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 71,
- "column": 26,
- "index": 1877
- },
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 99,
+ "column": 22,
+ "index": 3669
+ }
+ ],
+ "Form.Label": [
{
- "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
- "line": 45,
- "column": 20,
- "index": 1300
+ "filePath": "plugins/course-apps/live/BBBSettings.jsx",
+ "line": 56,
+ "column": 8,
+ "index": 1862
},
{
- "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
- "line": 52,
- "column": 20,
- "index": 1636
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 313,
+ "column": 14,
+ "index": 11823
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx",
- "line": 38,
- "column": 16,
- "index": 1294
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 339,
+ "column": 12,
+ "index": 12954
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 91,
- "column": 22,
- "index": 3052
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 370,
+ "column": 14,
+ "index": 14417
},
{
- "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
- "line": 381,
- "column": 12,
- "index": 13202
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 394,
+ "column": 14,
+ "index": 15541
},
{
- "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
- "line": 385,
- "column": 12,
- "index": 13322
+ "filePath": "plugins/course-apps/teams/GroupEditor.jsx",
+ "line": 104,
+ "column": 14,
+ "index": 4441
},
{
- "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx",
- "line": 283,
- "column": 20,
- "index": 10965
+ "filePath": "plugins/course-apps/teams/GroupEditor.jsx",
+ "line": 133,
+ "column": 21,
+ "index": 5789
},
{
- "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx",
- "line": 76,
- "column": 38,
- "index": 2326
+ "filePath": "src/certificates/certificate-details/CertificateDetailsForm.jsx",
+ "line": 29,
+ "column": 12,
+ "index": 1022
},
{
- "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx",
- "line": 77,
- "column": 36,
- "index": 2392
+ "filePath": "src/course-outline/status-bar/StatusBar.jsx",
+ "line": 160,
+ "column": 12,
+ "index": 5703
},
{
- "filePath": "src/content-tags-drawer/TagsTree.jsx",
- "line": 27,
- "column": 6,
- "index": 720
+ "filePath": "src/course-team/add-user-form/AddUserForm.jsx",
+ "line": 29,
+ "column": 14,
+ "index": 839
},
{
- "filePath": "src/content-tags-drawer/TagsTree.jsx",
- "line": 34,
- "column": 18,
- "index": 926
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Checker/index.jsx",
+ "line": 25,
+ "column": 6,
+ "index": 546
},
{
- "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx",
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Feedback/FeedbackControl.jsx",
"line": 23,
- "column": 8,
- "index": 568
+ "column": 4,
+ "index": 582
},
{
- "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx",
- "line": 31,
- "column": 8,
- "index": 836
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 51,
+ "column": 20,
+ "index": 1436
},
{
- "filePath": "src/course-checklist/ChecklistSection/ChecklistItemComment.jsx",
- "line": 16,
- "column": 8,
- "index": 544
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 70,
+ "column": 20,
+ "index": 2202
},
{
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 156,
- "column": 22,
- "index": 4733
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 95,
+ "column": 20,
+ "index": 3273
},
{
- "filePath": "src/course-outline/card-header/StatusBadge.jsx",
- "line": 17,
- "column": 10,
- "index": 386
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 121,
+ "column": 20,
+ "index": 4379
},
{
- "filePath": "src/course-outline/xblock-status/GradingTypeAndDueDate.jsx",
- "line": 46,
- "column": 6,
- "index": 1220
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx",
+ "line": 29,
+ "column": 4,
+ "index": 837
},
{
- "filePath": "src/course-outline/xblock-status/GradingTypeAndDueDate.jsx",
- "line": 66,
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx",
+ "line": 52,
"column": 6,
- "index": 1835
+ "index": 1562
},
{
- "filePath": "src/course-outline/xblock-status/HideAfterDueMessage.jsx",
- "line": 15,
- "column": 6,
- "index": 446
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx",
+ "line": 39,
+ "column": 4,
+ "index": 997
},
{
- "filePath": "src/course-outline/xblock-status/ReleaseStatus.jsx",
- "line": 37,
- "column": 6,
- "index": 996
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "line": 30,
+ "column": 10,
+ "index": 1145
},
{
- "filePath": "src/course-outline/xblock-status/StatusMessages.jsx",
- "line": 56,
- "column": 12,
- "index": 1648
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "line": 41,
+ "column": 10,
+ "index": 1619
},
{
- "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx",
- "line": 59,
- "column": 22,
- "index": 2059
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "line": 54,
+ "column": 14,
+ "index": 2196
},
{
- "filePath": "src/course-unit/add-component/add-component-btn/AddComponentIcon.jsx",
- "line": 10,
- "column": 9,
- "index": 335
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "line": 69,
+ "column": 14,
+ "index": 2880
},
{
- "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
- "line": 25,
- "column": 14,
- "index": 968
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "line": 91,
+ "column": 8,
+ "index": 3637
},
{
- "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
- "line": 43,
- "column": 10,
- "index": 1580
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "line": 97,
+ "column": 8,
+ "index": 3892
},
{
- "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
- "line": 54,
- "column": 14,
- "index": 2030
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
+ "line": 39,
+ "column": 10,
+ "index": 1185
},
{
- "filePath": "src/course-unit/course-sequence/sequence-navigation/UnitIcon.jsx",
- "line": 10,
- "column": 9,
- "index": 309
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
+ "line": 50,
+ "column": 10,
+ "index": 1681
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 109,
- "column": 26,
- "index": 3799
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
+ "line": 63,
+ "column": 14,
+ "index": 2299
},
{
- "filePath": "src/course-unit/sidebar/components/SidebarHeader.jsx",
- "line": 18,
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
+ "line": 106,
"column": 8,
- "index": 711
+ "index": 4106
},
{
- "filePath": "src/course-updates/course-handouts/CourseHandouts.jsx",
- "line": 19,
- "column": 18,
- "index": 759
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
+ "line": 112,
+ "column": 8,
+ "index": 4370
},
{
- "filePath": "src/course-updates/course-update/CourseUpdate.jsx",
- "line": 25,
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 180,
"column": 12,
- "index": 833
+ "index": 5654
},
{
- "filePath": "src/course-updates/course-update/CourseUpdate.jsx",
- "line": 33,
- "column": 20,
- "index": 1240
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 196,
+ "column": 12,
+ "index": 6190
},
{
- "filePath": "src/course-updates/course-update/CourseUpdate.jsx",
- "line": 41,
- "column": 20,
- "index": 1537
+ "filePath": "src/generic/configure-modal/BasicTab.jsx",
+ "line": 61,
+ "column": 14,
+ "index": 1866
},
{
- "filePath": "src/course-updates/update-form/UpdateForm.jsx",
- "line": 68,
- "column": 18,
- "index": 2017
+ "filePath": "src/generic/configure-modal/PrereqSettings.jsx",
+ "line": 37,
+ "column": 10,
+ "index": 965
},
{
- "filePath": "src/course-updates/update-form/UpdateForm.jsx",
- "line": 94,
- "column": 20,
- "index": 3180
+ "filePath": "src/generic/configure-modal/PrereqSettings.jsx",
+ "line": 64,
+ "column": 21,
+ "index": 1841
},
{
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 61,
- "column": 15,
- "index": 1612
+ "filePath": "src/generic/configure-modal/PrereqSettings.jsx",
+ "line": 73,
+ "column": 21,
+ "index": 2202
},
{
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 78,
- "column": 18,
- "index": 2161
+ "filePath": "src/generic/configure-modal/UnitTab.jsx",
+ "line": 66,
+ "column": 10,
+ "index": 1911
},
{
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 88,
- "column": 18,
- "index": 2616
+ "filePath": "src/generic/configure-modal/UnitTab.jsx",
+ "line": 93,
+ "column": 14,
+ "index": 2984
},
{
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 98,
- "column": 18,
- "index": 3042
+ "filePath": "src/generic/configure-modal/UnitTab.jsx",
+ "line": 114,
+ "column": 22,
+ "index": 3903
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 97,
- "column": 15,
- "index": 3172
+ "filePath": "src/generic/course-upload-image/index.jsx",
+ "line": 109,
+ "column": 6,
+ "index": 2865
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 98,
- "column": 15,
- "index": 3207
+ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
+ "line": 231,
+ "column": 12,
+ "index": 7318
},
{
- "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
- "line": 67,
- "column": 18,
- "index": 1690
+ "filePath": "src/generic/datepicker-control/DatepickerControl.jsx",
+ "line": 38,
+ "column": 6,
+ "index": 977
},
{
- "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
- "line": 84,
- "column": 18,
- "index": 2239
+ "filePath": "src/generic/FormSwitchGroup.jsx",
+ "line": 30,
+ "column": 10,
+ "index": 771
},
{
- "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
- "line": 98,
- "column": 18,
- "index": 2796
+ "filePath": "src/grading-settings/assignment-section/assignments/AssignmentItem.jsx",
+ "line": 29,
+ "column": 6,
+ "index": 565
},
{
- "filePath": "src/files-and-videos/files-page/FileThumbnail.jsx",
- "line": 47,
- "column": 10,
- "index": 1099
+ "filePath": "src/grading-settings/assignment-section/assignments/AssignmentTypeName.jsx",
+ "line": 21,
+ "column": 8,
+ "index": 670
},
{
- "filePath": "src/files-and-videos/generic/FileMenu.jsx",
- "line": 30,
- "column": 14,
- "index": 640
+ "filePath": "src/grading-settings/credit-section/index.jsx",
+ "line": 39,
+ "column": 6,
+ "index": 990
},
{
- "filePath": "src/files-and-videos/generic/InfoModal.jsx",
- "line": 63,
- "column": 16,
- "index": 1666
+ "filePath": "src/grading-settings/deadline-section/index.jsx",
+ "line": 47,
+ "column": 6,
+ "index": 1417
},
{
- "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx",
- "line": 79,
- "column": 45,
- "index": 2517
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
+ "line": 77,
+ "column": 14,
+ "index": 2448
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx",
- "line": 24,
- "column": 8,
- "index": 641
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
+ "line": 29,
+ "column": 6,
+ "index": 770
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx",
- "line": 26,
+ "filePath": "src/schedule-and-details/details-section/index.jsx",
+ "line": 25,
"column": 8,
- "index": 693
+ "index": 866
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/ActiveColumn.jsx",
- "line": 16,
- "column": 35,
- "index": 675
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 22,
+ "column": 14,
+ "index": 630
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 42,
- "column": 16,
- "index": 814
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 36,
+ "column": 14,
+ "index": 1214
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/TranscriptColumn.jsx",
- "line": 16,
- "column": 8,
- "index": 692
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 50,
+ "column": 14,
+ "index": 1803
},
{
- "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx",
- "line": 40,
- "column": 8,
- "index": 1232
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 65,
+ "column": 14,
+ "index": 2469
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
- "line": 64,
- "column": 20,
- "index": 1669
+ "filePath": "src/schedule-and-details/introducing-section/extended-course-details/index.jsx",
+ "line": 56,
+ "column": 10,
+ "index": 1780
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
- "line": 100,
+ "filePath": "src/schedule-and-details/introducing-section/index.jsx",
+ "line": 92,
"column": 10,
- "index": 2807
+ "index": 2620
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
- "line": 96,
- "column": 22,
- "index": 2887
+ "filePath": "src/schedule-and-details/introducing-section/index.jsx",
+ "line": 113,
+ "column": 12,
+ "index": 3362
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
- "line": 29,
- "column": 16,
- "index": 644
+ "filePath": "src/schedule-and-details/introducing-section/index.jsx",
+ "line": 122,
+ "column": 14,
+ "index": 3788
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx",
- "line": 46,
- "column": 16,
- "index": 1503
+ "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
+ "line": 15,
+ "column": 6,
+ "index": 444
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
- "line": 89,
- "column": 22,
- "index": 3597
+ "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx",
+ "line": 35,
+ "column": 6,
+ "index": 1036
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
- "line": 69,
- "column": 28,
- "index": 2282
+ "filePath": "src/schedule-and-details/pacing-section/index.jsx",
+ "line": 23,
+ "column": 10,
+ "index": 701
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
- "line": 81,
- "column": 44,
- "index": 2788
+ "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
+ "line": 28,
+ "column": 6,
+ "index": 828
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
- "line": 109,
- "column": 22,
- "index": 3985
+ "filePath": "src/schedule-and-details/requirements-section/grade-requirements/index.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 473
},
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx",
- "line": 10,
- "column": 14,
- "index": 336
+ "filePath": "src/schedule-and-details/requirements-section/index.jsx",
+ "line": 34,
+ "column": 6,
+ "index": 1055
},
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx",
- "line": 12,
- "column": 14,
- "index": 404
+ "filePath": "src/schedule-and-details/requirements-section/index.jsx",
+ "line": 70,
+ "column": 10,
+ "index": 2397
},
{
- "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx",
- "line": 84,
+ "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
+ "line": 125,
+ "column": 10,
+ "index": 3874
+ },
+ {
+ "filePath": "src/taxonomy/delete-dialog/index.jsx",
+ "line": 62,
"column": 12,
- "index": 2715
+ "index": 1812
},
{
- "filePath": "src/generic/clipboard/paste-component/components/PopoverContent.jsx",
- "line": 26,
+ "filePath": "src/taxonomy/export-modal/index.jsx",
+ "line": 46,
"column": 12,
- "index": 884
+ "index": 1311
},
{
- "filePath": "src/generic/clipboard/paste-component/components/WhatsInClipboard.jsx",
- "line": 31,
- "column": 6,
- "index": 912
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 197,
+ "column": 10,
+ "index": 5716
},
{
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 34,
- "column": 63,
- "index": 914
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 201,
+ "column": 10,
+ "index": 5961
},
{
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 47,
- "column": 22,
- "index": 1313
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 176,
+ "column": 14,
+ "index": 4741
},
{
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 53,
- "column": 65,
- "index": 1494
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 195,
+ "column": 12,
+ "index": 5607
},
{
- "filePath": "src/generic/course-stepper/index.jsx",
- "line": 78,
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 68,
"column": 14,
- "index": 2165
+ "index": 1961
},
{
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 72,
- "column": 16,
- "index": 1927
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 87,
+ "column": 24,
+ "index": 2926
},
{
- "filePath": "src/generic/datepicker-control/DatepickerControl.jsx",
- "line": 48,
- "column": 10,
- "index": 1359
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 101,
+ "column": 26,
+ "index": 3814
+ }
+ ],
+ "Form.Control": [
+ {
+ "filePath": "plugins/course-apps/live/BBBSettings.jsx",
+ "line": 63,
+ "column": 8,
+ "index": 2130
},
{
- "filePath": "src/generic/drag-helper/SortableItem.jsx",
- "line": 76,
- "column": 12,
- "index": 1756
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 316,
+ "column": 14,
+ "index": 12005
},
{
- "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
- "line": 69,
- "column": 16,
- "index": 1421
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 342,
+ "column": 12,
+ "index": 13125
},
{
- "filePath": "src/generic/processing-notification/index.jsx",
- "line": 18,
- "column": 4,
- "index": 521
+ "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx",
+ "line": 105,
+ "column": 12,
+ "index": 3215
},
{
- "filePath": "src/generic/tag-count/index.jsx",
- "line": 9,
- "column": 6,
- "index": 257
+ "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
+ "line": 96,
+ "column": 14,
+ "index": 2805
},
{
- "filePath": "src/grading-settings/grading-scale/GradingScale.jsx",
- "line": 198,
- "column": 16,
- "index": 6424
+ "filePath": "src/certificates/certificate-details/CertificateDetailsForm.jsx",
+ "line": 30,
+ "column": 12,
+ "index": 1117
},
{
- "filePath": "src/group-configurations/common/UsageList.jsx",
- "line": 21,
- "column": 6,
- "index": 702
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 104,
+ "column": 12,
+ "index": 3515
},
{
- "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
- "line": 94,
- "column": 26,
- "index": 2846
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 122,
+ "column": 14,
+ "index": 4225
},
{
- "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
- "line": 107,
- "column": 26,
- "index": 3424
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 113,
+ "column": 12,
+ "index": 2989
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
- "line": 115,
- "column": 24,
- "index": 3539
+ "filePath": "src/course-outline/status-bar/StatusBar.jsx",
+ "line": 165,
+ "column": 14,
+ "index": 5902
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
- "line": 128,
- "column": 24,
- "index": 4114
+ "filePath": "src/course-unit/header-title/HeaderTitle.jsx",
+ "line": 56,
+ "column": 12,
+ "index": 2007
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
- "line": 66,
- "column": 26,
- "index": 2178
+ "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditableHeader.jsx",
+ "line": 16,
+ "column": 4,
+ "index": 343
},
{
- "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx",
- "line": 25,
- "column": 18,
- "index": 797
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
+ "line": 63,
+ "column": 8,
+ "index": 2119
},
{
- "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx",
- "line": 37,
- "column": 14,
- "index": 1068
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
+ "line": 77,
+ "column": 8,
+ "index": 2498
},
{
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 29,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GeneralFeedback/index.jsx",
+ "line": 28,
"column": 8,
- "index": 897
+ "index": 927
},
{
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 37,
- "column": 8,
- "index": 1135
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx",
+ "line": 22,
+ "column": 6,
+ "index": 520
},
{
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 44,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Randomization/index.jsx",
+ "line": 33,
"column": 8,
- "index": 1325
+ "index": 1072
},
{
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 51,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx",
+ "line": 50,
"column": 8,
- "index": 1526
+ "index": 1572
},
{
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 58,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx",
+ "line": 63,
"column": 8,
- "index": 1718
+ "index": 1980
},
{
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 65,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx",
+ "line": 46,
"column": 8,
- "index": 1907
+ "index": 1415
},
{
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 101,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx",
+ "line": 70,
"column": 10,
- "index": 2988
- },
- {
- "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
- "line": 106,
- "column": 12,
- "index": 3702
+ "index": 2231
},
{
- "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
- "line": 115,
- "column": 12,
- "index": 3961
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/TimerCard.jsx",
+ "line": 28,
+ "column": 8,
+ "index": 812
},
{
- "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
- "line": 39,
- "column": 16,
- "index": 1041
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx",
+ "line": 79,
+ "column": 8,
+ "index": 2522
},
{
- "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
- "line": 66,
- "column": 16,
- "index": 1999
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx",
+ "line": 96,
+ "column": 10,
+ "index": 3133
},
{
- "filePath": "src/studio-home/StudioHome.jsx",
- "line": 123,
- "column": 14,
- "index": 3762
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx",
+ "line": 50,
+ "column": 10,
+ "index": 1294
},
{
- "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx",
- "line": 33,
- "column": 12,
- "index": 873
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx",
+ "line": 62,
+ "column": 10,
+ "index": 1784
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx",
- "line": 22,
- "column": 4,
- "index": 773
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx",
+ "line": 37,
+ "column": 8,
+ "index": 934
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx",
- "line": 108,
- "column": 12,
- "index": 3196
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 75,
+ "column": 10,
+ "index": 2088
},
{
- "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx",
- "line": 33,
- "column": 12,
- "index": 864
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 86,
+ "column": 10,
+ "index": 2513
},
{
- "filePath": "src/studio-home/tabs-section/libraries-v2-tab/index.jsx",
- "line": 56,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 106,
"column": 12,
- "index": 1760
+ "index": 3338
},
{
- "filePath": "src/taxonomy/delete-dialog/index.jsx",
- "line": 53,
- "column": 12,
- "index": 1409
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx",
+ "line": 32,
+ "column": 4,
+ "index": 940
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 135,
- "column": 14,
- "index": 3916
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx",
+ "line": 43,
+ "column": 6,
+ "index": 1133
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 142,
- "column": 24,
- "index": 4295
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx",
+ "line": 50,
+ "column": 6,
+ "index": 1381
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 413,
- "column": 10,
- "index": 11812
+ "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "line": 36,
+ "column": 8,
+ "index": 770
},
{
- "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
- "line": 81,
- "column": 28,
- "index": 2530
+ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/FormGroup.jsx",
+ "line": 24,
+ "column": 6,
+ "index": 628
},
{
- "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
- "line": 88,
- "column": 28,
- "index": 2846
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "line": 94,
+ "column": 8,
+ "index": 3757
},
{
- "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
- "line": 95,
- "column": 28,
- "index": 3160
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "line": 100,
+ "column": 8,
+ "index": 4014
},
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
"line": 109,
- "column": 36,
- "index": 4325
+ "column": 8,
+ "index": 4235
},
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 119,
- "column": 36,
- "index": 4894
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
+ "line": 115,
+ "column": 8,
+ "index": 4502
},
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 179,
- "column": 18,
- "index": 7797
- }
- ],
- "Alert.Link": [
- {
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 174,
- "column": 16,
- "index": 7323
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 183,
+ "column": 12,
+ "index": 5767
},
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 189,
- "column": 35,
- "index": 7880
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 199,
+ "column": 12,
+ "index": 6307
},
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 452,
+ "filePath": "src/generic/configure-modal/BasicTab.jsx",
+ "line": 62,
"column": 14,
- "index": 17240
+ "index": 1948
},
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 481,
- "column": 14,
- "index": 18134
+ "filePath": "src/generic/configure-modal/PrereqSettings.jsx",
+ "line": 40,
+ "column": 10,
+ "index": 1079
},
{
- "filePath": "src/generic/ConnectionErrorAlert.jsx",
- "line": 14,
+ "filePath": "src/generic/configure-modal/UnitTab.jsx",
+ "line": 69,
"column": 10,
- "index": 460
+ "index": 2063
},
{
- "filePath": "src/generic/SaveFormConnectionErrorAlert.jsx",
- "line": 15,
+ "filePath": "src/generic/course-upload-image/index.jsx",
+ "line": 123,
"column": 10,
- "index": 697
- }
- ],
- "Alert": [
- {
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 269,
- "column": 12,
- "index": 10374
+ "index": 3309
},
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 437,
- "column": 6,
- "index": 16781
+ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
+ "line": 233,
+ "column": 14,
+ "index": 7409
},
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 464,
+ "filePath": "src/grading-settings/assignment-section/assignments/AssignmentItem.jsx",
+ "line": 30,
"column": 6,
- "index": 17511
- },
- {
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 330,
- "column": 16,
- "index": 9722
- },
- {
- "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx",
- "line": 71,
- "column": 8,
- "index": 1930
+ "index": 630
},
{
- "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx",
- "line": 91,
+ "filePath": "src/grading-settings/assignment-section/assignments/AssignmentTypeName.jsx",
+ "line": 24,
"column": 8,
- "index": 2740
+ "index": 804
},
{
- "filePath": "src/advanced-settings/modal-error/ModalErrorListItem.jsx",
- "line": 13,
+ "filePath": "src/grading-settings/credit-section/index.jsx",
+ "line": 42,
"column": 6,
- "index": 452
+ "index": 1117
},
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 90,
+ "filePath": "src/grading-settings/deadline-section/index.jsx",
+ "line": 50,
"column": 6,
- "index": 2734
+ "index": 1548
},
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 129,
- "column": 8,
- "index": 3826
+ "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx",
+ "line": 64,
+ "column": 16,
+ "index": 1863
},
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 380,
- "column": 10,
- "index": 11445
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
+ "line": 58,
+ "column": 14,
+ "index": 1701
},
{
- "filePath": "src/course-outline/xblock-status/GradingPolicyAlert.jsx",
- "line": 29,
- "column": 6,
- "index": 654
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
+ "line": 80,
+ "column": 14,
+ "index": 2580
},
{
- "filePath": "src/course-unit/course-xblock/xblock-messages/XBlockMessages.jsx",
- "line": 22,
- "column": 4,
- "index": 740
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
+ "line": 52,
+ "column": 16,
+ "index": 1630
},
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
- "line": 41,
- "column": 8,
- "index": 1203
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 105,
+ "column": 14,
+ "index": 4074
},
{
- "filePath": "src/generic/alert-message/index.jsx",
- "line": 6,
- "column": 2,
- "index": 169
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 122,
+ "column": 14,
+ "index": 4739
},
{
- "filePath": "src/generic/AlertProctoringError.jsx",
- "line": 7,
- "column": 4,
- "index": 237
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 135,
+ "column": 14,
+ "index": 5334
},
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 115,
- "column": 10,
- "index": 3394
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/RestrictDatesInput.jsx",
+ "line": 44,
+ "column": 6,
+ "index": 1183
},
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 120,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
+ "line": 117,
"column": 10,
- "index": 3628
+ "index": 3313
},
{
- "filePath": "src/generic/configure-modal/UnitTab.jsx",
- "line": 56,
- "column": 12,
- "index": 1526
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 25,
+ "column": 14,
+ "index": 752
},
{
- "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
- "line": 84,
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 39,
"column": 14,
- "index": 2586
+ "index": 1337
},
{
- "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
- "line": 115,
- "column": 8,
- "index": 4144
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 53,
+ "column": 14,
+ "index": 1933
},
{
- "filePath": "src/generic/ConnectionErrorAlert.jsx",
- "line": 9,
- "column": 2,
- "index": 293
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 68,
+ "column": 14,
+ "index": 2590
},
{
- "filePath": "src/generic/NotFoundAlert.jsx",
- "line": 6,
- "column": 2,
- "index": 166
+ "filePath": "src/schedule-and-details/introducing-section/extended-course-details/index.jsx",
+ "line": 57,
+ "column": 10,
+ "index": 1829
},
{
- "filePath": "src/generic/PermissionDeniedAlert.jsx",
- "line": 6,
- "column": 2,
- "index": 174
+ "filePath": "src/schedule-and-details/introducing-section/index.jsx",
+ "line": 95,
+ "column": 10,
+ "index": 2738
},
{
- "filePath": "src/generic/SaveFormConnectionErrorAlert.jsx",
- "line": 9,
- "column": 2,
- "index": 301
+ "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
+ "line": 33,
+ "column": 10,
+ "index": 1034
},
{
- "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx",
- "line": 77,
- "column": 16,
- "index": 2393
+ "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx",
+ "line": 38,
+ "column": 6,
+ "index": 1156
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
- "line": 110,
- "column": 14,
- "index": 3654
+ "filePath": "src/schedule-and-details/requirements-section/grade-requirements/index.jsx",
+ "line": 23,
+ "column": 6,
+ "index": 637
},
{
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 143,
- "column": 16,
- "index": 4975
+ "filePath": "src/schedule-and-details/requirements-section/index.jsx",
+ "line": 73,
+ "column": 10,
+ "index": 2503
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
- "line": 73,
- "column": 8,
- "index": 2220
+ "filePath": "src/taxonomy/delete-dialog/index.jsx",
+ "line": 67,
+ "column": 12,
+ "index": 2003
},
{
- "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
- "line": 125,
- "column": 18,
- "index": 4070
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 198,
+ "column": 10,
+ "index": 5821
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx",
- "line": 177,
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 202,
"column": 10,
- "index": 5550
+ "index": 6066
}
],
- "Badge": [
+ "Icon": [
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 291,
- "column": 18,
- "index": 11131
+ "filePath": "plugins/course-apps/live/Settings.jsx",
+ "line": 112,
+ "column": 20,
+ "index": 4650
},
{
"filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 347,
- "column": 22,
- "index": 10557
+ "line": 173,
+ "column": 19,
+ "index": 4970
},
{
- "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx",
- "line": 33,
- "column": 8,
- "index": 799
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 174,
+ "column": 19,
+ "index": 5015
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/StatusColumn.jsx",
- "line": 20,
- "column": 4,
- "index": 603
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 175,
+ "column": 18,
+ "index": 5085
},
{
- "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx",
- "line": 88,
- "column": 14,
- "index": 2884
+ "filePath": "src/advanced-settings/modal-error/ModalErrorListItem.jsx",
+ "line": 15,
+ "column": 10,
+ "index": 535
},
{
- "filePath": "src/generic/processing-notification/index.jsx",
- "line": 11,
- "column": 2,
- "index": 369
+ "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
+ "line": 71,
+ "column": 26,
+ "index": 1877
},
{
- "filePath": "src/group-configurations/common/TitleButton.jsx",
- "line": 44,
- "column": 14,
- "index": 1309
+ "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
+ "line": 45,
+ "column": 20,
+ "index": 1300
},
{
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 161,
- "column": 24,
- "index": 5875
+ "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
+ "line": 52,
+ "column": 20,
+ "index": 1636
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/CollapseCardHeading.jsx",
- "line": 18,
- "column": 22,
- "index": 390
+ "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx",
+ "line": 38,
+ "column": 16,
+ "index": 1294
},
{
- "filePath": "src/pages-and-resources/pages/PageCard.jsx",
- "line": 44,
- "column": 10,
- "index": 1195
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 91,
+ "column": 22,
+ "index": 3052
},
{
- "filePath": "src/taxonomy/system-defined-badge/index.jsx",
- "line": 30,
- "column": 6,
- "index": 810
- }
- ],
- "Form.Text": [
- {
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 325,
- "column": 14,
- "index": 12376
+ "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
+ "line": 382,
+ "column": 12,
+ "index": 13204
},
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 352,
+ "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
+ "line": 386,
"column": 12,
- "index": 13571
+ "index": 13324
},
{
- "filePath": "plugins/course-apps/teams/Settings.jsx",
- "line": 132,
- "column": 14,
- "index": 4742
+ "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx",
+ "line": 283,
+ "column": 20,
+ "index": 10966
},
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 190,
- "column": 10,
- "index": 5989
+ "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx",
+ "line": 76,
+ "column": 38,
+ "index": 2326
},
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 206,
- "column": 10,
- "index": 6540
+ "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx",
+ "line": 77,
+ "column": 36,
+ "index": 2392
},
{
- "filePath": "src/generic/configure-modal/PrereqSettings.jsx",
- "line": 35,
- "column": 8,
- "index": 823
+ "filePath": "src/content-tags-drawer/TagsTree.jsx",
+ "line": 27,
+ "column": 6,
+ "index": 720
},
{
- "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
- "line": 73,
- "column": 14,
- "index": 1934
+ "filePath": "src/content-tags-drawer/TagsTree.jsx",
+ "line": 34,
+ "column": 18,
+ "index": 926
},
{
- "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
- "line": 77,
- "column": 14,
- "index": 2180
+ "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx",
+ "line": 45,
+ "column": 10,
+ "index": 1850
},
{
- "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
- "line": 81,
- "column": 14,
- "index": 2423
+ "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx",
+ "line": 53,
+ "column": 10,
+ "index": 2134
},
{
- "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
- "line": 97,
- "column": 14,
- "index": 3196
+ "filePath": "src/course-checklist/ChecklistSection/ChecklistItemComment.jsx",
+ "line": 24,
+ "column": 8,
+ "index": 956
},
{
- "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
- "line": 101,
- "column": 14,
- "index": 3454
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 156,
+ "column": 22,
+ "index": 4731
},
{
- "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
- "line": 105,
- "column": 14,
- "index": 3716
+ "filePath": "src/course-outline/card-header/StatusBadge.jsx",
+ "line": 17,
+ "column": 10,
+ "index": 386
},
{
- "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
- "line": 242,
- "column": 12,
- "index": 7691
+ "filePath": "src/course-outline/xblock-status/GradingTypeAndDueDate.jsx",
+ "line": 46,
+ "column": 6,
+ "index": 1220
},
{
- "filePath": "src/generic/FormikControl.jsx",
- "line": 36,
- "column": 8,
- "index": 977
+ "filePath": "src/course-outline/xblock-status/GradingTypeAndDueDate.jsx",
+ "line": 66,
+ "column": 6,
+ "index": 1835
},
{
- "filePath": "src/generic/FormSwitchGroup.jsx",
- "line": 43,
- "column": 8,
- "index": 1133
+ "filePath": "src/course-outline/xblock-status/HideAfterDueMessage.jsx",
+ "line": 15,
+ "column": 6,
+ "index": 446
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 151,
- "column": 12,
- "index": 5934
+ "filePath": "src/course-outline/xblock-status/ReleaseStatus.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 996
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 30,
- "column": 14,
- "index": 1000
+ "filePath": "src/course-outline/xblock-status/StatusMessages.jsx",
+ "line": 56,
+ "column": 12,
+ "index": 1648
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 44,
- "column": 14,
- "index": 1588
+ "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx",
+ "line": 59,
+ "column": 22,
+ "index": 2059
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 58,
- "column": 14,
- "index": 2205
+ "filePath": "src/course-unit/add-component/add-component-btn/AddComponentIcon.jsx",
+ "line": 10,
+ "column": 9,
+ "index": 363
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 74,
- "column": 14,
- "index": 2873
- }
- ],
- "Form.RadioSet": [
- {
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 373,
+ "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
+ "line": 31,
"column": 14,
- "index": 14596
+ "index": 1246
},
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 397,
- "column": 14,
- "index": 15722
+ "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
+ "line": 50,
+ "column": 10,
+ "index": 1884
},
{
- "filePath": "plugins/course-apps/teams/GroupEditor.jsx",
- "line": 107,
+ "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
+ "line": 61,
"column": 14,
- "index": 4582
- },
- {
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 362,
- "column": 16,
- "index": 11108
+ "index": 2334
},
{
- "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx",
- "line": 52,
- "column": 10,
- "index": 1603
+ "filePath": "src/course-unit/course-sequence/sequence-navigation/UnitIcon.jsx",
+ "line": 10,
+ "column": 9,
+ "index": 347
},
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 132,
- "column": 6,
- "index": 3949
+ "filePath": "src/course-unit/sidebar/components/SidebarHeader.jsx",
+ "line": 18,
+ "column": 8,
+ "index": 711
},
{
- "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
- "line": 65,
- "column": 12,
- "index": 1623
+ "filePath": "src/course-updates/course-handouts/CourseHandouts.jsx",
+ "line": 19,
+ "column": 18,
+ "index": 759
},
{
- "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
- "line": 89,
+ "filePath": "src/course-updates/course-update/CourseUpdate.jsx",
+ "line": 25,
"column": 12,
- "index": 2873
+ "index": 833
},
{
- "filePath": "src/schedule-and-details/pacing-section/index.jsx",
- "line": 27,
- "column": 8,
- "index": 840
+ "filePath": "src/course-updates/course-update/CourseUpdate.jsx",
+ "line": 33,
+ "column": 20,
+ "index": 1240
},
{
- "filePath": "src/taxonomy/export-modal/index.jsx",
- "line": 49,
- "column": 12,
- "index": 1434
- }
- ],
- "Form.Radio": [
- {
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 379,
- "column": 16,
- "index": 14832
+ "filePath": "src/course-updates/course-update/CourseUpdate.jsx",
+ "line": 41,
+ "column": 20,
+ "index": 1537
},
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 382,
- "column": 16,
- "index": 15013
+ "filePath": "src/course-updates/update-form/UpdateForm.jsx",
+ "line": 68,
+ "column": 18,
+ "index": 2017
},
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 402,
- "column": 16,
- "index": 15920
+ "filePath": "src/course-updates/update-form/UpdateForm.jsx",
+ "line": 94,
+ "column": 20,
+ "index": 3180
},
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 405,
- "column": 16,
- "index": 16107
+ "filePath": "src/custom-pages/CustomPageCard.jsx",
+ "line": 61,
+ "column": 15,
+ "index": 1612
},
{
- "filePath": "plugins/course-apps/teams/GroupEditor.jsx",
- "line": 114,
+ "filePath": "src/custom-pages/CustomPageCard.jsx",
+ "line": 78,
"column": 18,
- "index": 4882
+ "index": 2161
},
{
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 368,
+ "filePath": "src/custom-pages/CustomPageCard.jsx",
+ "line": 88,
"column": 18,
- "index": 11349
+ "index": 2616
},
{
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 381,
+ "filePath": "src/custom-pages/CustomPageCard.jsx",
+ "line": 98,
"column": 18,
- "index": 11874
+ "index": 3042
},
{
- "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx",
- "line": 62,
- "column": 18,
- "index": 2122
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 99,
+ "column": 15,
+ "index": 3377
},
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 138,
- "column": 8,
- "index": 4094
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 100,
+ "column": 15,
+ "index": 3412
},
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 141,
- "column": 8,
- "index": 4200
+ "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx",
+ "line": 21,
+ "column": 16,
+ "index": 580
},
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 150,
- "column": 12,
- "index": 4495
+ "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx",
+ "line": 28,
+ "column": 16,
+ "index": 793
},
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 158,
- "column": 14,
- "index": 4828
+ "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx",
+ "line": 57,
+ "column": 16,
+ "index": 1464
},
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 166,
- "column": 14,
- "index": 5158
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
+ "line": 127,
+ "column": 10,
+ "index": 4081
},
{
- "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
- "line": 70,
- "column": 14,
- "index": 1794
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
+ "line": 134,
+ "column": 18,
+ "index": 4306
},
{
- "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
- "line": 74,
- "column": 14,
- "index": 2038
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx",
+ "line": 53,
+ "column": 12,
+ "index": 1602
},
{
- "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
- "line": 78,
- "column": 14,
- "index": 2283
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx",
+ "line": 29,
+ "column": 18,
+ "index": 734
},
{
- "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
- "line": 94,
- "column": 14,
- "index": 3047
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx",
+ "line": 42,
+ "column": 16,
+ "index": 1011
},
{
- "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
- "line": 98,
- "column": 14,
- "index": 3307
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/TypeRow.jsx",
+ "line": 37,
+ "column": 32,
+ "index": 829
},
{
- "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
- "line": 102,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
+ "line": 29,
"column": 14,
- "index": 3564
+ "index": 1075
},
{
- "filePath": "src/schedule-and-details/pacing-section/index.jsx",
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
"line": 32,
- "column": 10,
- "index": 1009
+ "column": 14,
+ "index": 1200
},
{
- "filePath": "src/schedule-and-details/pacing-section/index.jsx",
- "line": 39,
- "column": 10,
- "index": 1287
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
+ "line": 41,
+ "column": 22,
+ "index": 1403
},
{
- "filePath": "src/taxonomy/export-modal/index.jsx",
- "line": 54,
- "column": 14,
- "index": 1611
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
+ "line": 42,
+ "column": 96,
+ "index": 1550
},
{
- "filePath": "src/taxonomy/export-modal/index.jsx",
- "line": 60,
- "column": 14,
- "index": 1830
- }
- ],
- "ModalDialog": [
- {
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 579,
- "column": 4,
- "index": 22458
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
+ "line": 48,
+ "column": 98,
+ "index": 1867
},
{
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 75,
- "column": 2,
- "index": 2509
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
+ "line": 76,
+ "column": 24,
+ "index": 2386
},
{
- "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx",
- "line": 34,
- "column": 4,
- "index": 943
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
+ "line": 26,
+ "column": 50,
+ "index": 645
},
{
- "filePath": "src/course-outline/publish-modal/PublishModal.jsx",
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
"line": 27,
- "column": 4,
- "index": 718
+ "column": 48,
+ "index": 785
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 235,
- "column": 8,
- "index": 8391
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
+ "line": 28,
+ "column": 27,
+ "index": 897
},
{
- "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx",
- "line": 31,
- "column": 4,
- "index": 678
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
+ "line": 29,
+ "column": 29,
+ "index": 1037
},
{
- "filePath": "src/files-and-videos/generic/InfoModal.jsx",
- "line": 39,
- "column": 4,
- "index": 919
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
+ "line": 30,
+ "column": 29,
+ "index": 1151
},
{
- "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
- "line": 65,
- "column": 4,
- "index": 1761
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
+ "line": 31,
+ "column": 26,
+ "index": 1262
},
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
- "line": 29,
- "column": 4,
- "index": 801
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 50,
+ "column": 20,
+ "index": 1360
},
{
- "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
- "line": 261,
- "column": 4,
- "index": 8398
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 69,
+ "column": 20,
+ "index": 2164
},
{
- "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
- "line": 80,
- "column": 4,
- "index": 1741
- },
- {
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx",
- "line": 21,
- "column": 4,
- "index": 398
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 94,
+ "column": 20,
+ "index": 3235
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
"line": 120,
- "column": 6,
- "index": 3570
+ "column": 20,
+ "index": 4341
},
{
- "filePath": "src/taxonomy/delete-dialog/index.jsx",
- "line": 42,
- "column": 6,
- "index": 1068
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx",
+ "line": 56,
+ "column": 22,
+ "index": 1767
},
{
- "filePath": "src/taxonomy/export-modal/index.jsx",
- "line": 30,
- "column": 6,
- "index": 802
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx",
+ "line": 97,
+ "column": 22,
+ "index": 2896
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 426,
- "column": 6,
- "index": 12229
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx",
+ "line": 29,
+ "column": 16,
+ "index": 731
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 150,
- "column": 6,
- "index": 3912
- }
- ],
- "Form": [
- {
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 589,
- "column": 6,
- "index": 22683
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
+ "line": 149,
+ "column": 16,
+ "index": 4860
},
{
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 307,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
+ "line": 73,
"column": 10,
- "index": 8879
- },
- {
- "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx",
- "line": 102,
- "column": 6,
- "index": 3108
+ "index": 2415
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx",
- "line": 38,
- "column": 33,
- "index": 1157
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
+ "line": 105,
+ "column": 43,
+ "index": 3222
},
{
- "filePath": "src/generic/configure-modal/PrereqSettings.jsx",
- "line": 34,
- "column": 6,
- "index": 808
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
+ "line": 92,
+ "column": 24,
+ "index": 2945
},
{
- "filePath": "src/generic/configure-modal/UnitTab.jsx",
- "line": 106,
- "column": 26,
- "index": 3570
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
+ "line": 46,
+ "column": 16,
+ "index": 1653
},
{
- "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
- "line": 221,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/LanguageNamesWidget.jsx",
+ "line": 21,
"column": 6,
- "index": 6925
- },
- {
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 123,
- "column": 10,
- "index": 4253
+ "index": 779
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 68,
- "column": 6,
- "index": 2825
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 117,
+ "column": 22,
+ "index": 3856
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/openedx/OpenedXConfigForm.jsx",
- "line": 122,
- "column": 14,
- "index": 5560
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 144,
+ "column": 12,
+ "index": 4761
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 19,
- "column": 8,
- "index": 524
- }
- ],
- "ModalDialog.Header": [
- {
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 590,
+ "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
+ "line": 20,
"column": 8,
- "index": 22751
- },
- {
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 84,
- "column": 4,
- "index": 2672
+ "index": 787
},
{
- "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx",
- "line": 43,
- "column": 6,
- "index": 1155
+ "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
+ "line": 44,
+ "column": 24,
+ "index": 1999
},
{
- "filePath": "src/course-outline/publish-modal/PublishModal.jsx",
- "line": 35,
- "column": 6,
- "index": 901
+ "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
+ "line": 81,
+ "column": 18,
+ "index": 3044
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 241,
- "column": 10,
- "index": 8565
+ "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx",
+ "line": 43,
+ "column": 16,
+ "index": 1020
},
{
- "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx",
- "line": 36,
- "column": 6,
- "index": 810
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx",
+ "line": 64,
+ "column": 16,
+ "index": 1866
},
{
- "filePath": "src/files-and-videos/generic/InfoModal.jsx",
- "line": 48,
- "column": 6,
- "index": 1132
+ "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx",
+ "line": 25,
+ "column": 15,
+ "index": 670
},
{
- "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
- "line": 72,
- "column": 6,
- "index": 1929
+ "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx",
+ "line": 26,
+ "column": 15,
+ "index": 712
},
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
- "line": 37,
- "column": 6,
- "index": 1030
+ "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "line": 45,
+ "column": 26,
+ "index": 1101
},
{
- "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
- "line": 271,
- "column": 8,
- "index": 8643
+ "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "line": 53,
+ "column": 16,
+ "index": 1320
},
{
- "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
- "line": 89,
- "column": 6,
- "index": 1939
+ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
+ "line": 162,
+ "column": 16,
+ "index": 4268
},
{
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx",
- "line": 30,
- "column": 6,
- "index": 588
+ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
+ "line": 177,
+ "column": 16,
+ "index": 4590
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
- "line": 126,
- "column": 8,
- "index": 3781
+ "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
+ "line": 67,
+ "column": 18,
+ "index": 1690
},
{
- "filePath": "src/taxonomy/delete-dialog/index.jsx",
- "line": 51,
- "column": 8,
- "index": 1346
+ "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
+ "line": 84,
+ "column": 18,
+ "index": 2239
},
{
- "filePath": "src/taxonomy/export-modal/index.jsx",
- "line": 39,
- "column": 8,
- "index": 1055
+ "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
+ "line": 98,
+ "column": 18,
+ "index": 2796
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 273,
- "column": 2,
- "index": 7865
+ "filePath": "src/files-and-videos/files-page/FileThumbnail.jsx",
+ "line": 47,
+ "column": 10,
+ "index": 1099
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 411,
- "column": 6,
- "index": 11707
+ "filePath": "src/files-and-videos/generic/FileMenu.jsx",
+ "line": 30,
+ "column": 14,
+ "index": 640
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 164,
- "column": 8,
- "index": 4374
- }
- ],
- "ModalDialog.Title": [
- {
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 591,
- "column": 10,
- "index": 22782
+ "filePath": "src/files-and-videos/generic/InfoModal.jsx",
+ "line": 63,
+ "column": 16,
+ "index": 1666
},
{
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 85,
- "column": 6,
- "index": 2699
+ "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx",
+ "line": 79,
+ "column": 45,
+ "index": 2517
},
{
- "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx",
- "line": 44,
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx",
+ "line": 24,
"column": 8,
- "index": 1221
+ "index": 641
},
{
- "filePath": "src/course-outline/publish-modal/PublishModal.jsx",
- "line": 36,
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx",
+ "line": 26,
"column": 8,
- "index": 964
+ "index": 693
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 242,
- "column": 12,
- "index": 8598
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/ActiveColumn.jsx",
+ "line": 16,
+ "column": 35,
+ "index": 675
},
{
- "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx",
- "line": 37,
- "column": 8,
- "index": 839
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 42,
+ "column": 16,
+ "index": 814
},
{
- "filePath": "src/files-and-videos/generic/InfoModal.jsx",
- "line": 49,
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/TranscriptColumn.jsx",
+ "line": 16,
"column": 8,
- "index": 1161
+ "index": 692
},
{
- "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
- "line": 73,
+ "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx",
+ "line": 40,
"column": 8,
- "index": 1958
+ "index": 1232
},
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
- "line": 38,
- "column": 8,
- "index": 1059
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
+ "line": 64,
+ "column": 20,
+ "index": 1669
},
{
- "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
- "line": 272,
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
+ "line": 100,
"column": 10,
- "index": 8710
+ "index": 2807
},
{
- "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
- "line": 90,
- "column": 8,
- "index": 1968
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
+ "line": 96,
+ "column": 22,
+ "index": 2887
},
{
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx",
- "line": 31,
- "column": 8,
- "index": 617
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
+ "line": 29,
+ "column": 16,
+ "index": 644
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
- "line": 127,
- "column": 10,
- "index": 3829
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx",
+ "line": 46,
+ "column": 16,
+ "index": 1503
},
{
- "filePath": "src/taxonomy/delete-dialog/index.jsx",
- "line": 52,
- "column": 10,
- "index": 1377
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
+ "line": 89,
+ "column": 22,
+ "index": 3597
},
{
- "filePath": "src/taxonomy/export-modal/index.jsx",
- "line": 40,
- "column": 10,
- "index": 1086
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
+ "line": 69,
+ "column": 28,
+ "index": 2268
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 274,
- "column": 4,
- "index": 7890
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
+ "line": 81,
+ "column": 44,
+ "index": 2774
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 414,
- "column": 10,
- "index": 11870
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
+ "line": 109,
+ "column": 22,
+ "index": 3971
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 165,
- "column": 10,
- "index": 4405
- }
- ],
- "ModalDialog.Body": [
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx",
+ "line": 10,
+ "column": 14,
+ "index": 345
+ },
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 595,
- "column": 8,
- "index": 22907
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx",
+ "line": 12,
+ "column": 14,
+ "index": 413
},
{
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 89,
- "column": 4,
- "index": 2818
+ "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx",
+ "line": 84,
+ "column": 12,
+ "index": 2715
},
{
- "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx",
- "line": 53,
+ "filePath": "src/generic/clipboard/paste-component/components/PopoverContent.jsx",
+ "line": 26,
"column": 12,
- "index": 1534
+ "index": 884
},
{
- "filePath": "src/course-outline/publish-modal/PublishModal.jsx",
- "line": 40,
+ "filePath": "src/generic/clipboard/paste-component/components/WhatsInClipboard.jsx",
+ "line": 31,
"column": 6,
- "index": 1118
+ "index": 912
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 246,
- "column": 10,
- "index": 8764
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 34,
+ "column": 63,
+ "index": 914
},
{
- "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx",
- "line": 41,
- "column": 6,
- "index": 987
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 47,
+ "column": 22,
+ "index": 1313
},
{
- "filePath": "src/files-and-videos/generic/InfoModal.jsx",
- "line": 57,
- "column": 6,
- "index": 1444
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 53,
+ "column": 65,
+ "index": 1494
},
{
- "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
- "line": 77,
- "column": 6,
- "index": 2097
+ "filePath": "src/generic/course-stepper/index.jsx",
+ "line": 78,
+ "column": 14,
+ "index": 2165
},
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
- "line": 69,
- "column": 8,
- "index": 2173
+ "filePath": "src/generic/course-upload-image/index.jsx",
+ "line": 72,
+ "column": 16,
+ "index": 1927
},
{
- "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
- "line": 287,
- "column": 14,
- "index": 9123
+ "filePath": "src/generic/datepicker-control/DatepickerControl.jsx",
+ "line": 48,
+ "column": 10,
+ "index": 1359
+ },
+ {
+ "filePath": "src/generic/drag-helper/SortableItem.jsx",
+ "line": 76,
+ "column": 12,
+ "index": 1756
},
{
"filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
- "line": 94,
+ "line": 69,
+ "column": 16,
+ "index": 1421
+ },
+ {
+ "filePath": "src/generic/processing-notification/index.jsx",
+ "line": 20,
"column": 6,
- "index": 2074
+ "index": 569
},
{
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx",
- "line": 33,
+ "filePath": "src/generic/tag-count/index.jsx",
+ "line": 9,
"column": 6,
- "index": 724
+ "index": 257
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
- "line": 131,
- "column": 8,
- "index": 4040
+ "filePath": "src/grading-settings/grading-scale/GradingScale.jsx",
+ "line": 212,
+ "column": 16,
+ "index": 7024
},
{
- "filePath": "src/taxonomy/delete-dialog/index.jsx",
- "line": 57,
- "column": 8,
- "index": 1633
+ "filePath": "src/group-configurations/common/UsageList.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 702
},
{
- "filePath": "src/taxonomy/export-modal/index.jsx",
- "line": 44,
- "column": 8,
- "index": 1235
+ "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
+ "line": 94,
+ "column": 26,
+ "index": 2846
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 443,
- "column": 10,
- "index": 12710
- },
- {
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 172,
- "column": 8,
- "index": 4583
- }
- ],
- "ModalDialog.Footer": [
- {
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 603,
- "column": 8,
- "index": 23289
- },
- {
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 92,
- "column": 4,
- "index": 2882
+ "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
+ "line": 107,
+ "column": 26,
+ "index": 3424
},
{
- "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx",
- "line": 73,
- "column": 12,
- "index": 2406
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
+ "line": 115,
+ "column": 24,
+ "index": 3539
},
{
- "filePath": "src/course-outline/publish-modal/PublishModal.jsx",
- "line": 70,
- "column": 6,
- "index": 2248
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
+ "line": 128,
+ "column": 24,
+ "index": 4114
},
{
- "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx",
- "line": 47,
- "column": 6,
- "index": 1218
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
+ "line": 66,
+ "column": 26,
+ "index": 2178
},
{
- "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
- "line": 160,
- "column": 6,
- "index": 4851
+ "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx",
+ "line": 50,
+ "column": 18,
+ "index": 1547
},
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
- "line": 73,
- "column": 6,
- "index": 2319
+ "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx",
+ "line": 65,
+ "column": 14,
+ "index": 1778
},
{
- "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
- "line": 292,
- "column": 14,
- "index": 9375
+ "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
+ "line": 29,
+ "column": 8,
+ "index": 897
},
{
- "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
- "line": 114,
- "column": 6,
- "index": 2819
+ "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
+ "line": 37,
+ "column": 8,
+ "index": 1135
},
{
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx",
- "line": 34,
- "column": 6,
- "index": 778
+ "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
+ "line": 44,
+ "column": 8,
+ "index": 1325
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
- "line": 134,
+ "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
+ "line": 51,
"column": 8,
- "index": 4212
+ "index": 1526
},
{
- "filePath": "src/taxonomy/delete-dialog/index.jsx",
- "line": 72,
+ "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
+ "line": 58,
"column": 8,
- "index": 2135
+ "index": 1718
},
{
- "filePath": "src/taxonomy/export-modal/index.jsx",
- "line": 69,
+ "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
+ "line": 65,
"column": 8,
- "index": 2127
+ "index": 1907
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 461,
+ "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
+ "line": 101,
"column": 10,
- "index": 13357
+ "index": 2988
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 219,
- "column": 8,
- "index": 6571
- }
- ],
- "ActionRow": [
- {
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 608,
- "column": 10,
- "index": 23394
+ "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
+ "line": 107,
+ "column": 12,
+ "index": 3752
},
{
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 93,
- "column": 6,
- "index": 2925
+ "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
+ "line": 116,
+ "column": 12,
+ "index": 4011
},
{
- "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx",
- "line": 123,
- "column": 6,
- "index": 3893
+ "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "line": 39,
+ "column": 16,
+ "index": 1041
},
{
- "filePath": "src/advanced-settings/modal-error/ModalError.jsx",
- "line": 17,
- "column": 6,
- "index": 552
+ "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "line": 66,
+ "column": 16,
+ "index": 1999
},
{
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 65,
- "column": 14,
- "index": 1666
+ "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx",
+ "line": 33,
+ "column": 12,
+ "index": 873
},
{
- "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx",
- "line": 21,
- "column": 8,
- "index": 582
+ "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx",
+ "line": 22,
+ "column": 4,
+ "index": 773
},
{
- "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx",
- "line": 20,
- "column": 2,
- "index": 443
+ "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx",
+ "line": 33,
+ "column": 12,
+ "index": 864
},
{
- "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx",
- "line": 30,
- "column": 8,
- "index": 689
+ "filePath": "src/taxonomy/delete-dialog/index.jsx",
+ "line": 53,
+ "column": 12,
+ "index": 1409
},
{
- "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx",
- "line": 74,
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 135,
"column": 14,
- "index": 2458
+ "index": 3916
},
{
- "filePath": "src/course-outline/publish-modal/PublishModal.jsx",
- "line": 71,
- "column": 8,
- "index": 2294
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 142,
+ "column": 24,
+ "index": 4295
},
{
- "filePath": "src/course-rerun/index.jsx",
- "line": 57,
- "column": 16,
- "index": 1690
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 413,
+ "column": 10,
+ "index": 11812
},
{
- "filePath": "src/course-team/add-user-form/AddUserForm.jsx",
- "line": 41,
- "column": 12,
- "index": 1411
+ "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
+ "line": 81,
+ "column": 28,
+ "index": 2530
},
{
- "filePath": "src/course-team/info-modal/InfoModal.jsx",
- "line": 42,
- "column": 8,
- "index": 886
+ "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
+ "line": 88,
+ "column": 28,
+ "index": 2846
},
{
- "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx",
- "line": 29,
- "column": 8,
- "index": 625
+ "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
+ "line": 95,
+ "column": 28,
+ "index": 3160
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 97,
- "column": 12,
- "index": 3328
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 109,
+ "column": 36,
+ "index": 4327
},
{
- "filePath": "src/course-updates/CourseUpdates.jsx",
- "line": 190,
- "column": 24,
- "index": 7733
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 119,
+ "column": 36,
+ "index": 4896
},
{
- "filePath": "src/course-updates/delete-modal/DeleteModal.jsx",
- "line": 21,
- "column": 8,
- "index": 475
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 179,
+ "column": 18,
+ "index": 7799
+ }
+ ],
+ "Alert": [
+ {
+ "filePath": "plugins/course-apps/ora_settings/Settings.jsx",
+ "line": 80,
+ "column": 14,
+ "index": 3090
},
{
- "filePath": "src/course-updates/update-form/UpdateForm.jsx",
- "line": 111,
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 269,
"column": 12,
- "index": 3941
+ "index": 10380
},
{
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 68,
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 437,
"column": 6,
- "index": 1734
+ "index": 16787
},
{
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 109,
- "column": 10,
- "index": 3432
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 502,
+ "column": 6,
+ "index": 18825
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 126,
- "column": 8,
- "index": 4204
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 330,
+ "column": 16,
+ "index": 9722
},
{
- "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
- "line": 58,
- "column": 6,
- "index": 1432
+ "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx",
+ "line": 71,
+ "column": 8,
+ "index": 1930
},
{
- "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
- "line": 75,
- "column": 6,
- "index": 1981
+ "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx",
+ "line": 91,
+ "column": 8,
+ "index": 2740
},
{
- "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
- "line": 89,
+ "filePath": "src/advanced-settings/modal-error/ModalErrorListItem.jsx",
+ "line": 13,
"column": 6,
- "index": 2413
+ "index": 452
},
{
- "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx",
- "line": 48,
- "column": 8,
- "index": 1247
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 94,
+ "column": 6,
+ "index": 2947
},
{
- "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx",
- "line": 72,
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 133,
"column": 8,
- "index": 2014
+ "index": 4039
},
{
- "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx",
- "line": 34,
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 384,
"column": 10,
- "index": 767
- },
- {
- "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
- "line": 161,
- "column": 8,
- "index": 4880
+ "index": 11658
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
- "line": 63,
- "column": 12,
- "index": 2074
+ "filePath": "src/course-outline/xblock-status/GradingPolicyAlert.jsx",
+ "line": 29,
+ "column": 6,
+ "index": 654
},
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
- "line": 74,
- "column": 8,
- "index": 2348
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx",
+ "line": 67,
+ "column": 7,
+ "index": 2196
},
{
- "filePath": "src/files-and-videos/videos-page/VideosPage.jsx",
- "line": 254,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx",
+ "line": 79,
"column": 8,
- "index": 7426
- },
- {
- "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
- "line": 293,
- "column": 16,
- "index": 9429
+ "index": 2275
},
{
- "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
- "line": 254,
- "column": 8,
- "index": 8069
+ "filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx",
+ "line": 47,
+ "column": 4,
+ "index": 1120
},
{
- "filePath": "src/generic/delete-modal/DeleteModal.jsx",
- "line": 30,
+ "filePath": "src/editors/sharedComponents/RawEditor/index.jsx",
+ "line": 25,
"column": 8,
- "index": 635
+ "index": 591
},
{
- "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
- "line": 115,
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
+ "line": 41,
"column": 8,
- "index": 2848
+ "index": 1203
},
{
- "filePath": "src/generic/modal-notification/index.jsx",
- "line": 14,
- "column": 6,
- "index": 386
+ "filePath": "src/generic/AlertProctoringError.jsx",
+ "line": 7,
+ "column": 4,
+ "index": 237
},
{
- "filePath": "src/generic/sub-header/SubHeader.jsx",
- "line": 26,
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 115,
"column": 10,
- "index": 678
+ "index": 3394
},
{
- "filePath": "src/generic/sub-header/SubHeader.jsx",
- "line": 32,
- "column": 8,
- "index": 844
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 120,
+ "column": 10,
+ "index": 3628
},
{
- "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
- "line": 89,
- "column": 14,
- "index": 2573
+ "filePath": "src/generic/configure-modal/UnitTab.jsx",
+ "line": 56,
+ "column": 12,
+ "index": 1526
},
{
- "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx",
- "line": 85,
+ "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
+ "line": 84,
"column": 14,
- "index": 2657
- },
- {
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
- "line": 110,
- "column": 12,
- "index": 3276
+ "index": 2586
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
- "line": 118,
- "column": 12,
- "index": 3913
+ "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
+ "line": 115,
+ "column": 8,
+ "index": 4144
},
{
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx",
- "line": 36,
- "column": 8,
- "index": 844
+ "filePath": "src/generic/ConnectionErrorAlert.jsx",
+ "line": 9,
+ "column": 2,
+ "index": 293
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
- "line": 135,
- "column": 10,
- "index": 4243
+ "filePath": "src/generic/NotFoundAlert.jsx",
+ "line": 6,
+ "column": 2,
+ "index": 166
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
- "line": 169,
- "column": 10,
- "index": 5753
+ "filePath": "src/generic/PermissionDeniedAlert.jsx",
+ "line": 6,
+ "column": 2,
+ "index": 174
},
{
- "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx",
- "line": 67,
- "column": 12,
- "index": 2129
+ "filePath": "src/generic/SaveFormConnectionErrorAlert.jsx",
+ "line": 9,
+ "column": 2,
+ "index": 301
},
{
- "filePath": "src/studio-home/card-item/index.jsx",
- "line": 83,
- "column": 12,
- "index": 2484
+ "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx",
+ "line": 77,
+ "column": 16,
+ "index": 2393
},
{
- "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
- "line": 38,
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
+ "line": 110,
"column": 14,
- "index": 1013
+ "index": 3654
},
{
- "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
- "line": 65,
- "column": 14,
- "index": 1971
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
+ "line": 143,
+ "column": 16,
+ "index": 4975
},
{
- "filePath": "src/taxonomy/delete-dialog/index.jsx",
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
"line": 73,
- "column": 10,
- "index": 2166
+ "column": 8,
+ "index": 2220
},
{
- "filePath": "src/taxonomy/export-modal/index.jsx",
- "line": 70,
- "column": 10,
- "index": 2158
- },
+ "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
+ "line": 125,
+ "column": 18,
+ "index": 4070
+ }
+ ],
+ "Info": [
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 43,
- "column": 8,
- "index": 978
+ "filePath": "plugins/course-apps/ora_settings/Settings.jsx",
+ "line": 80,
+ "column": 44,
+ "index": 3120
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 220,
- "column": 10,
- "index": 6602
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 330,
+ "column": 46,
+ "index": 9752
},
{
- "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
- "line": 77,
- "column": 16,
- "index": 2337
+ "filePath": "src/advanced-settings/AdvancedSettings.jsx",
+ "line": 137,
+ "column": 20,
+ "index": 5166
},
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 154,
- "column": 12,
- "index": 6472
- }
- ],
- "ModalDialog.CloseButton": [
- {
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 609,
- "column": 12,
- "index": 23418
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/TranscriptColumn.jsx",
+ "line": 16,
+ "column": 19,
+ "index": 703
},
{
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 94,
- "column": 8,
- "index": 2945
- },
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
+ "line": 143,
+ "column": 46,
+ "index": 5005
+ }
+ ],
+ "Alert.Heading": [
{
- "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx",
- "line": 75,
+ "filePath": "plugins/course-apps/ora_settings/Settings.jsx",
+ "line": 81,
"column": 16,
- "index": 2486
+ "index": 3158
},
{
- "filePath": "src/course-outline/publish-modal/PublishModal.jsx",
- "line": 72,
- "column": 10,
- "index": 2316
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 331,
+ "column": 18,
+ "index": 9792
},
{
- "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx",
- "line": 49,
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 137,
"column": 10,
- "index": 1269
+ "index": 4123
},
{
- "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
- "line": 162,
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 205,
"column": 10,
- "index": 4902
+ "index": 6375
},
{
- "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
- "line": 294,
- "column": 18,
- "index": 9459
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 380,
+ "column": 12,
+ "index": 11490
},
{
- "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
- "line": 116,
- "column": 10,
- "index": 2870
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 389,
+ "column": 12,
+ "index": 11776
},
{
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx",
- "line": 37,
+ "filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx",
+ "line": 55,
"column": 10,
- "index": 866
+ "index": 1265
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
- "line": 136,
- "column": 12,
- "index": 4267
+ "filePath": "src/files-and-videos/generic/EditFileErrors.jsx",
+ "line": 32,
+ "column": 6,
+ "index": 1001
},
{
- "filePath": "src/taxonomy/delete-dialog/index.jsx",
- "line": 74,
- "column": 12,
- "index": 2190
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
+ "line": 45,
+ "column": 10,
+ "index": 1289
},
{
- "filePath": "src/taxonomy/export-modal/index.jsx",
- "line": 71,
- "column": 12,
- "index": 2182
+ "filePath": "src/generic/AlertProctoringError.jsx",
+ "line": 11,
+ "column": 10,
+ "index": 369
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 221,
- "column": 12,
- "index": 6626
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
+ "line": 144,
+ "column": 18,
+ "index": 5045
}
],
- "StatefulButton": [
+ "Badge": [
{
- "filePath": "plugins/course-apps/proctoring/Settings.jsx",
- "line": 612,
- "column": 12,
- "index": 23590
+ "filePath": "plugins/course-apps/ora_settings/Settings.jsx",
+ "line": 94,
+ "column": 20,
+ "index": 3718
},
{
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 165,
- "column": 6,
- "index": 4710
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 291,
+ "column": 18,
+ "index": 11137
},
{
"filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 317,
- "column": 16,
- "index": 9213
+ "line": 347,
+ "column": 22,
+ "index": 10557
},
{
- "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx",
- "line": 124,
+ "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx",
+ "line": 33,
"column": 8,
- "index": 3913
+ "index": 799
},
{
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 256,
- "column": 12,
- "index": 10578
+ "filePath": "src/course-unit/add-component/add-component-btn/index.jsx",
+ "line": 22,
+ "column": 15,
+ "index": 669
},
{
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 113,
+ "filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx",
+ "line": 49,
"column": 12,
- "index": 3615
+ "index": 1614
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 196,
+ "filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx",
+ "line": 54,
"column": 12,
- "index": 6963
- },
- {
- "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
- "line": 261,
- "column": 10,
- "index": 8311
+ "index": 1858
},
{
- "filePath": "src/generic/loading-button/index.jsx",
- "line": 52,
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/StatusColumn.jsx",
+ "line": 20,
"column": 4,
- "index": 1064
+ "index": 603
},
{
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 248,
- "column": 12,
- "index": 10042
+ "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx",
+ "line": 88,
+ "column": 14,
+ "index": 2884
},
{
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 131,
- "column": 16,
- "index": 4529
+ "filePath": "src/group-configurations/common/TitleButton.jsx",
+ "line": 44,
+ "column": 14,
+ "index": 1309
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigFormSaveButton.jsx",
- "line": 36,
- "column": 6,
- "index": 1547
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
+ "line": 161,
+ "column": 24,
+ "index": 5875
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
- "line": 173,
- "column": 12,
- "index": 5971
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/CollapseCardHeading.jsx",
+ "line": 18,
+ "column": 22,
+ "index": 390
},
{
- "filePath": "src/schedule-and-details/index.jsx",
- "line": 371,
- "column": 12,
- "index": 13119
+ "filePath": "src/pages-and-resources/pages/PageCard.jsx",
+ "line": 45,
+ "column": 10,
+ "index": 1227
},
{
- "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
- "line": 140,
- "column": 10,
- "index": 4933
+ "filePath": "src/taxonomy/system-defined-badge/index.jsx",
+ "line": 30,
+ "column": 6,
+ "index": 810
}
],
- "TransitionReplace": [
+ "ModalDialog": [
{
- "filePath": "plugins/course-apps/teams/GroupEditor.jsx",
- "line": 45,
+ "filePath": "plugins/course-apps/ora_settings/Settings.jsx",
+ "line": 130,
"column": 4,
- "index": 1630
+ "index": 4915
+ },
+ {
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 603,
+ "column": 4,
+ "index": 23168
},
{
"filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 49,
+ "line": 75,
"column": 2,
- "index": 1816
+ "index": 2509
},
{
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 144,
- "column": 10,
- "index": 5491
+ "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx",
+ "line": 34,
+ "column": 4,
+ "index": 943
},
{
- "filePath": "src/course-outline/CourseOutline.jsx",
- "line": 256,
- "column": 10,
- "index": 8129
+ "filePath": "src/course-outline/publish-modal/PublishModal.jsx",
+ "line": 27,
+ "column": 4,
+ "index": 718
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
- "line": 51,
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 241,
"column": 8,
- "index": 2075
+ "index": 8727
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
- "line": 66,
- "column": 8,
- "index": 2755
+ "filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
+ "line": 26,
+ "column": 2,
+ "index": 422
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
- "line": 60,
- "column": 8,
- "index": 2180
+ "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx",
+ "line": 31,
+ "column": 4,
+ "index": 678
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
- "line": 64,
- "column": 14,
- "index": 2100
+ "filePath": "src/files-and-videos/generic/InfoModal.jsx",
+ "line": 39,
+ "column": 4,
+ "index": 919
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
- "line": 83,
- "column": 12,
- "index": 2901
+ "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
+ "line": 65,
+ "column": 4,
+ "index": 1771
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
- "line": 118,
- "column": 10,
- "index": 4265
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
+ "line": 29,
+ "column": 4,
+ "index": 801
},
{
- "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
- "line": 204,
- "column": 6,
- "index": 6382
+ "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
+ "line": 261,
+ "column": 4,
+ "index": 8398
},
{
- "filePath": "src/generic/FieldFeedback.jsx",
- "line": 14,
+ "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
+ "line": 80,
"column": 4,
- "index": 280
+ "index": 1741
},
{
- "filePath": "src/generic/FieldFeedback.jsx",
- "line": 24,
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx",
+ "line": 21,
"column": 4,
- "index": 711
+ "index": 398
},
{
- "filePath": "src/generic/FormikErrorFeedback.jsx",
- "line": 12,
- "column": 4,
- "index": 381
+ "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
+ "line": 120,
+ "column": 6,
+ "index": 3570
},
{
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 180,
- "column": 18,
- "index": 6617
+ "filePath": "src/taxonomy/delete-dialog/index.jsx",
+ "line": 42,
+ "column": 6,
+ "index": 1068
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
- "line": 90,
+ "filePath": "src/taxonomy/export-modal/index.jsx",
+ "line": 30,
"column": 6,
- "index": 2923
+ "index": 802
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
- "line": 103,
- "column": 12,
- "index": 3545
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 426,
+ "column": 6,
+ "index": 12229
+ },
+ {
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 150,
+ "column": 6,
+ "index": 3912
}
],
- "Button": [
+ "Form": [
{
- "filePath": "plugins/course-apps/teams/GroupEditor.jsx",
- "line": 52,
- "column": 14,
- "index": 2042
+ "filePath": "plugins/course-apps/ora_settings/Settings.jsx",
+ "line": 140,
+ "column": 6,
+ "index": 5152
},
{
- "filePath": "plugins/course-apps/teams/GroupEditor.jsx",
- "line": 55,
- "column": 14,
- "index": 2194
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 613,
+ "column": 6,
+ "index": 23393
},
{
- "filePath": "plugins/course-apps/teams/Settings.jsx",
- "line": 147,
- "column": 20,
- "index": 5448
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 307,
+ "column": 10,
+ "index": 8879
},
{
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 185,
- "column": 22,
- "index": 7406
+ "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx",
+ "line": 102,
+ "column": 6,
+ "index": 3108
},
{
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 252,
- "column": 14,
- "index": 10399
+ "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditableHeader.test.jsx",
+ "line": 27,
+ "column": 49,
+ "index": 979
},
{
- "filePath": "src/advanced-settings/modal-error/ModalError.jsx",
- "line": 18,
- "column": 8,
- "index": 572
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Checker/index.jsx",
+ "line": 11,
+ "column": 20,
+ "index": 206
},
{
- "filePath": "src/advanced-settings/modal-error/ModalError.jsx",
- "line": 24,
- "column": 8,
- "index": 768
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Checker/index.jsx",
+ "line": 13,
+ "column": 18,
+ "index": 264
},
{
- "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx",
- "line": 49,
- "column": 14,
- "index": 1950
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx",
+ "line": 38,
+ "column": 33,
+ "index": 1157
},
{
- "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx",
- "line": 52,
- "column": 14,
- "index": 2069
+ "filePath": "src/generic/configure-modal/PrereqSettings.jsx",
+ "line": 34,
+ "column": 6,
+ "index": 808
},
{
- "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx",
- "line": 61,
- "column": 20,
- "index": 2425
+ "filePath": "src/generic/configure-modal/UnitTab.jsx",
+ "line": 106,
+ "column": 26,
+ "index": 3570
},
{
- "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx",
- "line": 64,
- "column": 20,
- "index": 2569
+ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
+ "line": 223,
+ "column": 6,
+ "index": 7048
},
{
- "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx",
- "line": 70,
- "column": 20,
- "index": 2846
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
+ "line": 123,
+ "column": 10,
+ "index": 4253
},
{
- "filePath": "src/certificates/certificate-signatories/CertificateSignatories.jsx",
- "line": 81,
- "column": 12,
- "index": 2580
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 68,
+ "column": 6,
+ "index": 2825
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 132,
- "column": 12,
- "index": 4673
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/openedx/OpenedXConfigForm.jsx",
+ "line": 122,
+ "column": 14,
+ "index": 5560
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 138,
- "column": 10,
- "index": 4874
- },
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 19,
+ "column": 8,
+ "index": 524
+ }
+ ],
+ "ModalDialog.Header": [
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "filePath": "plugins/course-apps/ora_settings/Settings.jsx",
"line": 141,
- "column": 10,
- "index": 4988
+ "column": 8,
+ "index": 5220
},
{
- "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx",
- "line": 24,
- "column": 10,
- "index": 726
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 614,
+ "column": 8,
+ "index": 23461
},
{
- "filePath": "src/certificates/layout/certificates-sidebar/CertificatesSidebar.jsx",
- "line": 27,
- "column": 6,
- "index": 917
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 84,
+ "column": 4,
+ "index": 2672
},
{
- "filePath": "src/certificates/layout/header-buttons/HeaderButtons.jsx",
- "line": 25,
+ "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx",
+ "line": 43,
"column": 6,
- "index": 718
+ "index": 1155
},
{
- "filePath": "src/certificates/layout/header-buttons/HeaderButtons.jsx",
- "line": 34,
+ "filePath": "src/course-outline/publish-modal/PublishModal.jsx",
+ "line": 35,
"column": 6,
- "index": 962
+ "index": 901
},
{
- "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
- "line": 76,
- "column": 12,
- "index": 2582
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 247,
+ "column": 10,
+ "index": 8901
},
{
- "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
- "line": 85,
- "column": 12,
- "index": 2918
+ "filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
+ "line": 37,
+ "column": 4,
+ "index": 653
},
{
- "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
- "line": 135,
- "column": 10,
- "index": 4223
+ "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 842
},
{
- "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
- "line": 395,
- "column": 18,
- "index": 13800
+ "filePath": "src/files-and-videos/generic/InfoModal.jsx",
+ "line": 48,
+ "column": 6,
+ "index": 1132
},
{
- "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx",
- "line": 55,
- "column": 12,
- "index": 1636
+ "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
+ "line": 72,
+ "column": 6,
+ "index": 1939
},
{
- "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx",
- "line": 204,
- "column": 18,
- "index": 6860
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 1030
},
{
- "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx",
- "line": 215,
- "column": 18,
- "index": 7335
+ "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
+ "line": 271,
+ "column": 8,
+ "index": 8643
},
{
- "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx",
- "line": 311,
- "column": 12,
- "index": 11770
+ "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
+ "line": 89,
+ "column": 6,
+ "index": 1939
},
{
- "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx",
- "line": 91,
- "column": 10,
- "index": 2801
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx",
+ "line": 31,
+ "column": 6,
+ "index": 620
},
{
- "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx",
- "line": 50,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
+ "line": 126,
"column": 8,
- "index": 1444
- },
- {
- "filePath": "src/course-outline/card-header/TitleButton.jsx",
- "line": 35,
- "column": 6,
- "index": 728
+ "index": 3781
},
{
- "filePath": "src/course-outline/card-header/TitleLink.jsx",
- "line": 10,
- "column": 2,
- "index": 198
+ "filePath": "src/taxonomy/delete-dialog/index.jsx",
+ "line": 51,
+ "column": 8,
+ "index": 1346
},
{
- "filePath": "src/course-outline/CourseOutline.jsx",
- "line": 412,
- "column": 30,
- "index": 17487
+ "filePath": "src/taxonomy/export-modal/index.jsx",
+ "line": 39,
+ "column": 8,
+ "index": 1055
},
{
- "filePath": "src/course-outline/empty-placeholder/EmptyPlaceholder.jsx",
- "line": 27,
- "column": 10,
- "index": 841
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 273,
+ "column": 2,
+ "index": 7865
},
{
- "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx",
- "line": 31,
- "column": 10,
- "index": 711
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 411,
+ "column": 6,
+ "index": 11707
},
{
- "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx",
- "line": 34,
- "column": 10,
- "index": 841
- },
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 164,
+ "column": 8,
+ "index": 4374
+ }
+ ],
+ "ModalDialog.Title": [
{
- "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
- "line": 38,
+ "filePath": "plugins/course-apps/ora_settings/Settings.jsx",
+ "line": 142,
"column": 10,
- "index": 1030
+ "index": 5251
},
{
- "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
- "line": 56,
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 615,
"column": 10,
- "index": 1651
+ "index": 23492
},
{
- "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
- "line": 67,
- "column": 8,
- "index": 1977
- },
- {
- "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
"line": 85,
- "column": 8,
- "index": 2574
+ "column": 6,
+ "index": 2699
},
{
"filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx",
- "line": 78,
- "column": 16,
- "index": 2652
- },
- {
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 97,
- "column": 10,
- "index": 2907
- },
- {
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 267,
- "column": 12,
- "index": 8298
- },
- {
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 326,
- "column": 12,
- "index": 9901
+ "line": 44,
+ "column": 8,
+ "index": 1221
},
{
"filePath": "src/course-outline/publish-modal/PublishModal.jsx",
- "line": 75,
- "column": 10,
- "index": 2464
+ "line": 36,
+ "column": 8,
+ "index": 964
},
{
- "filePath": "src/course-outline/section-card/SectionCard.jsx",
- "line": 225,
- "column": 14,
- "index": 6818
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 248,
+ "column": 12,
+ "index": 8934
},
{
- "filePath": "src/course-outline/section-card/SectionCard.jsx",
- "line": 250,
- "column": 16,
- "index": 7783
+ "filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
+ "line": 38,
+ "column": 6,
+ "index": 747
},
{
- "filePath": "src/course-outline/status-bar/StatusBar.jsx",
- "line": 125,
- "column": 14,
- "index": 4317
+ "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx",
+ "line": 38,
+ "column": 8,
+ "index": 871
},
{
- "filePath": "src/course-outline/subsection-card/SubsectionCard.jsx",
- "line": 226,
- "column": 16,
- "index": 7346
+ "filePath": "src/files-and-videos/generic/InfoModal.jsx",
+ "line": 49,
+ "column": 8,
+ "index": 1161
},
{
- "filePath": "src/course-rerun/index.jsx",
- "line": 58,
- "column": 18,
- "index": 1740
+ "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
+ "line": 73,
+ "column": 8,
+ "index": 1968
},
{
- "filePath": "src/course-team/add-team-member/AddTeamMember.jsx",
- "line": 18,
- "column": 6,
- "index": 699
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
+ "line": 38,
+ "column": 8,
+ "index": 1059
},
{
- "filePath": "src/course-team/add-user-form/AddUserForm.jsx",
- "line": 42,
- "column": 14,
- "index": 1437
+ "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
+ "line": 272,
+ "column": 10,
+ "index": 8710
},
{
- "filePath": "src/course-team/add-user-form/AddUserForm.jsx",
- "line": 45,
- "column": 14,
- "index": 1592
+ "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
+ "line": 90,
+ "column": 8,
+ "index": 1968
},
{
- "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx",
- "line": 48,
- "column": 12,
- "index": 1502
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx",
+ "line": 32,
+ "column": 8,
+ "index": 649
},
{
- "filePath": "src/course-team/CourseTeam.jsx",
- "line": 81,
- "column": 22,
- "index": 2569
+ "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
+ "line": 127,
+ "column": 10,
+ "index": 3829
},
{
- "filePath": "src/course-team/info-modal/InfoModal.jsx",
- "line": 43,
+ "filePath": "src/taxonomy/delete-dialog/index.jsx",
+ "line": 52,
"column": 10,
- "index": 908
+ "index": 1377
},
{
- "filePath": "src/course-team/info-modal/InfoModal.jsx",
- "line": 47,
- "column": 12,
- "index": 1073
+ "filePath": "src/taxonomy/export-modal/index.jsx",
+ "line": 40,
+ "column": 10,
+ "index": 1086
},
{
- "filePath": "src/course-unit/add-component/add-component-btn/index.jsx",
- "line": 12,
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 274,
"column": 4,
- "index": 330
+ "index": 7890
},
{
- "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx",
- "line": 31,
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 414,
"column": 10,
- "index": 678
+ "index": 11870
},
{
- "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx",
- "line": 34,
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 165,
"column": 10,
- "index": 829
- },
+ "index": 4405
+ }
+ ],
+ "ModalDialog.Body": [
{
- "filePath": "src/course-unit/clipboard/paste-notification/components/ActionButton.jsx",
- "line": 7,
- "column": 2,
- "index": 223
+ "filePath": "plugins/course-apps/ora_settings/Settings.jsx",
+ "line": 146,
+ "column": 8,
+ "index": 5386
},
{
- "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigation.jsx",
- "line": 60,
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 619,
"column": 8,
- "index": 1938
+ "index": 23617
},
{
- "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigation.jsx",
- "line": 81,
- "column": 8,
- "index": 2482
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 89,
+ "column": 4,
+ "index": 2818
},
{
- "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
- "line": 37,
- "column": 8,
- "index": 1166
+ "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx",
+ "line": 53,
+ "column": 12,
+ "index": 1534
},
{
- "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
- "line": 46,
- "column": 10,
- "index": 1438
+ "filePath": "src/course-outline/publish-modal/PublishModal.jsx",
+ "line": 40,
+ "column": 6,
+ "index": 1118
},
{
- "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationTabs.jsx",
- "line": 61,
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 252,
"column": 10,
- "index": 2428
+ "index": 9100
},
{
- "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationTabs.jsx",
- "line": 70,
- "column": 12,
- "index": 2747
+ "filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
+ "line": 44,
+ "column": 6,
+ "index": 901
},
{
- "filePath": "src/course-unit/course-sequence/sequence-navigation/UnitButton.jsx",
- "line": 16,
- "column": 4,
- "index": 478
+ "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx",
+ "line": 42,
+ "column": 6,
+ "index": 1019
},
{
- "filePath": "src/course-unit/header-navigations/HeaderNavigations.jsx",
- "line": 13,
+ "filePath": "src/files-and-videos/generic/InfoModal.jsx",
+ "line": 57,
"column": 6,
- "index": 410
+ "index": 1444
},
{
- "filePath": "src/course-unit/header-navigations/HeaderNavigations.jsx",
- "line": 19,
+ "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
+ "line": 77,
"column": 6,
- "index": 569
+ "index": 2107
},
{
- "filePath": "src/course-unit/sidebar/components/sidebar-footer/ActionButtons.jsx",
- "line": 25,
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
+ "line": 69,
"column": 8,
- "index": 776
+ "index": 2173
},
{
- "filePath": "src/course-unit/sidebar/components/sidebar-footer/ActionButtons.jsx",
- "line": 30,
- "column": 8,
- "index": 1006
+ "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
+ "line": 287,
+ "column": 14,
+ "index": 9123
},
{
- "filePath": "src/course-unit/sidebar/components/sidebar-footer/ActionButtons.jsx",
- "line": 42,
- "column": 10,
- "index": 1417
+ "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
+ "line": 94,
+ "column": 6,
+ "index": 2074
},
{
- "filePath": "src/course-updates/CourseUpdates.jsx",
- "line": 142,
- "column": 22,
- "index": 5306
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx",
+ "line": 34,
+ "column": 6,
+ "index": 756
},
{
- "filePath": "src/course-updates/CourseUpdates.jsx",
- "line": 195,
- "column": 26,
- "index": 7983
+ "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
+ "line": 131,
+ "column": 8,
+ "index": 4040
},
{
- "filePath": "src/course-updates/delete-modal/DeleteModal.jsx",
- "line": 22,
- "column": 10,
- "index": 497
+ "filePath": "src/taxonomy/delete-dialog/index.jsx",
+ "line": 57,
+ "column": 8,
+ "index": 1633
},
{
- "filePath": "src/course-updates/delete-modal/DeleteModal.jsx",
- "line": 25,
- "column": 10,
- "index": 627
+ "filePath": "src/taxonomy/export-modal/index.jsx",
+ "line": 44,
+ "column": 8,
+ "index": 1235
},
{
- "filePath": "src/course-updates/update-form/UpdateForm.jsx",
- "line": 112,
- "column": 14,
- "index": 3967
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 443,
+ "column": 10,
+ "index": 12710
},
{
- "filePath": "src/course-updates/update-form/UpdateForm.jsx",
- "line": 115,
- "column": 14,
- "index": 4123
- },
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 172,
+ "column": 8,
+ "index": 4583
+ }
+ ],
+ "ModalDialog.Footer": [
{
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 110,
- "column": 12,
- "index": 3456
+ "filePath": "plugins/course-apps/ora_settings/Settings.jsx",
+ "line": 149,
+ "column": 8,
+ "index": 5466
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 131,
- "column": 10,
- "index": 4360
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 627,
+ "column": 8,
+ "index": 23999
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 145,
- "column": 12,
- "index": 4815
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 92,
+ "column": 4,
+ "index": 2882
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 224,
+ "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx",
+ "line": 73,
"column": 12,
- "index": 8050
+ "index": 2406
},
{
- "filePath": "src/export-page/CourseExportPage.jsx",
- "line": 86,
- "column": 22,
- "index": 3877
+ "filePath": "src/course-outline/publish-modal/PublishModal.jsx",
+ "line": 70,
+ "column": 6,
+ "index": 2248
},
{
- "filePath": "src/export-page/export-stepper/ExportStepper.jsx",
- "line": 93,
- "column": 65,
- "index": 2953
+ "filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
+ "line": 48,
+ "column": 4,
+ "index": 987
},
{
"filePath": "src/files-and-videos/files-page/FileValidationModal.jsx",
- "line": 52,
- "column": 10,
- "index": 1435
+ "line": 48,
+ "column": 6,
+ "index": 1250
},
{
- "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx",
+ "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
+ "line": 160,
+ "column": 6,
+ "index": 4861
+ },
+ {
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
"line": 73,
- "column": 10,
- "index": 2036
+ "column": 6,
+ "index": 2319
},
{
- "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx",
- "line": 76,
- "column": 10,
- "index": 2189
+ "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
+ "line": 292,
+ "column": 14,
+ "index": 9375
},
{
- "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx",
- "line": 43,
- "column": 8,
- "index": 1342
+ "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
+ "line": 114,
+ "column": 6,
+ "index": 2819
},
{
- "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
- "line": 155,
- "column": 8,
- "index": 4655
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx",
+ "line": 35,
+ "column": 6,
+ "index": 810
},
{
- "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
- "line": 165,
- "column": 10,
- "index": 5059
+ "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
+ "line": 134,
+ "column": 8,
+ "index": 4212
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 59,
- "column": 18,
- "index": 1213
+ "filePath": "src/taxonomy/delete-dialog/index.jsx",
+ "line": 72,
+ "column": 8,
+ "index": 2135
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 71,
- "column": 20,
- "index": 1553
+ "filePath": "src/taxonomy/export-modal/index.jsx",
+ "line": 69,
+ "column": 8,
+ "index": 2127
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 81,
- "column": 20,
- "index": 1889
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 461,
+ "column": 10,
+ "index": 13357
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 91,
- "column": 20,
- "index": 2222
- },
- {
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 100,
- "column": 16,
- "index": 2545
- },
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 219,
+ "column": 8,
+ "index": 6571
+ }
+ ],
+ "ActionRow": [
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 109,
- "column": 16,
- "index": 2838
+ "filePath": "plugins/course-apps/ora_settings/Settings.jsx",
+ "line": 150,
+ "column": 10,
+ "index": 5513
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 117,
- "column": 16,
- "index": 3095
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 632,
+ "column": 10,
+ "index": 24104
},
{
- "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
- "line": 38,
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 93,
"column": 6,
- "index": 1016
+ "index": 2925
},
{
- "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
- "line": 74,
+ "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx",
+ "line": 123,
"column": 6,
- "index": 2380
+ "index": 3893
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
- "line": 30,
- "column": 8,
- "index": 631
+ "filePath": "src/advanced-settings/modal-error/ModalError.jsx",
+ "line": 17,
+ "column": 6,
+ "index": 552
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
- "line": 59,
- "column": 24,
- "index": 1507
+ "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
+ "line": 65,
+ "column": 14,
+ "index": 1666
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
- "line": 72,
- "column": 24,
- "index": 1962
+ "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx",
+ "line": 21,
+ "column": 8,
+ "index": 582
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
- "line": 89,
- "column": 22,
- "index": 2498
+ "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx",
+ "line": 42,
+ "column": 4,
+ "index": 1719
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
- "line": 64,
- "column": 14,
- "index": 1684
+ "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx",
+ "line": 30,
+ "column": 8,
+ "index": 689
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
- "line": 67,
+ "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx",
+ "line": 74,
"column": 14,
- "index": 1882
- },
- {
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
- "line": 46,
- "column": 16,
- "index": 1051
+ "index": 2458
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
- "line": 54,
- "column": 16,
- "index": 1318
+ "filePath": "src/course-outline/publish-modal/PublishModal.jsx",
+ "line": 71,
+ "column": 8,
+ "index": 2294
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
- "line": 63,
+ "filePath": "src/course-rerun/index.jsx",
+ "line": 57,
"column": 16,
- "index": 1658
+ "index": 1690
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/TranscriptTab.jsx",
- "line": 127,
- "column": 8,
- "index": 3965
+ "filePath": "src/course-team/add-user-form/AddUserForm.jsx",
+ "line": 41,
+ "column": 12,
+ "index": 1411
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx",
- "line": 145,
+ "filePath": "src/course-team/info-modal/InfoModal.jsx",
+ "line": 42,
"column": 8,
- "index": 4579
+ "index": 886
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx",
- "line": 148,
+ "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx",
+ "line": 29,
"column": 8,
- "index": 4726
+ "index": 625
},
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
- "line": 75,
+ "filePath": "src/course-unit/add-component/AddComponent.jsx",
+ "line": 177,
"column": 10,
- "index": 2370
+ "index": 6569
},
{
- "filePath": "src/files-and-videos/videos-page/VideosPage.jsx",
- "line": 260,
- "column": 12,
- "index": 7624
+ "filePath": "src/course-updates/CourseUpdates.jsx",
+ "line": 200,
+ "column": 24,
+ "index": 8074
},
{
- "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx",
- "line": 68,
- "column": 12,
- "index": 2295
+ "filePath": "src/course-updates/delete-modal/DeleteModal.jsx",
+ "line": 21,
+ "column": 8,
+ "index": 475
},
{
- "filePath": "src/generic/clipboard/paste-component/components/PasteButton.jsx",
- "line": 14,
- "column": 4,
- "index": 442
+ "filePath": "src/course-updates/update-form/UpdateForm.jsx",
+ "line": 111,
+ "column": 12,
+ "index": 3941
},
{
- "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
- "line": 297,
- "column": 18,
- "index": 9631
+ "filePath": "src/custom-pages/CustomPageCard.jsx",
+ "line": 68,
+ "column": 6,
+ "index": 1734
},
{
- "filePath": "src/generic/ConfirmationPopup.jsx",
- "line": 26,
- "column": 8,
- "index": 596
+ "filePath": "src/custom-pages/CustomPageCard.jsx",
+ "line": 109,
+ "column": 10,
+ "index": 3432
},
{
- "filePath": "src/generic/ConfirmationPopup.jsx",
- "line": 29,
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 132,
"column": 8,
- "index": 723
+ "index": 4540
},
{
- "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
- "line": 255,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx",
+ "line": 73,
"column": 10,
- "index": 8125
+ "index": 2181
},
{
- "filePath": "src/generic/delete-modal/DeleteModal.jsx",
- "line": 31,
- "column": 10,
- "index": 657
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx",
+ "line": 21,
+ "column": 4,
+ "index": 485
},
{
- "filePath": "src/generic/delete-modal/DeleteModal.jsx",
- "line": 34,
- "column": 10,
- "index": 787
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx",
+ "line": 25,
+ "column": 2,
+ "index": 539
},
{
- "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
- "line": 119,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
+ "line": 68,
"column": 10,
- "index": 3040
+ "index": 2043
},
{
- "filePath": "src/generic/modal-notification/index.jsx",
- "line": 15,
- "column": 8,
- "index": 406
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 49,
+ "column": 18,
+ "index": 1328
},
{
- "filePath": "src/generic/modal-notification/index.jsx",
- "line": 16,
- "column": 8,
- "index": 492
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 68,
+ "column": 18,
+ "index": 2132
},
{
- "filePath": "src/generic/tag-count/index.jsx",
- "line": 20,
- "column": 8,
- "index": 474
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 93,
+ "column": 18,
+ "index": 3203
},
{
- "filePath": "src/grading-settings/assignment-section/index.jsx",
- "line": 183,
- "column": 12,
- "index": 7390
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 119,
+ "column": 18,
+ "index": 4309
},
{
- "filePath": "src/grading-settings/grading-scale/components/GradingScaleSegment.jsx",
- "line": 49,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx",
+ "line": 36,
"column": 6,
- "index": 1624
- },
- {
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 205,
- "column": 20,
- "index": 8374
+ "index": 914
},
{
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 244,
- "column": 14,
- "index": 9869
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx",
+ "line": 24,
+ "column": 4,
+ "index": 569
},
{
- "filePath": "src/group-configurations/common/TitleButton.jsx",
- "line": 21,
- "column": 4,
- "index": 527
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
+ "line": 130,
+ "column": 12,
+ "index": 4088
},
{
- "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx",
- "line": 86,
- "column": 16,
- "index": 2685
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
+ "line": 70,
+ "column": 8,
+ "index": 2315
},
{
- "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx",
- "line": 89,
- "column": 16,
- "index": 2836
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
+ "line": 79,
+ "column": 6,
+ "index": 2521
},
{
- "filePath": "src/group-configurations/content-groups-section/index.jsx",
- "line": 59,
- "column": 12,
- "index": 2032
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
+ "line": 84,
+ "column": 10,
+ "index": 2709
},
{
- "filePath": "src/group-configurations/empty-placeholder/index.jsx",
- "line": 23,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 124,
"column": 6,
- "index": 757
+ "index": 4073
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
- "line": 119,
- "column": 14,
- "index": 3986
+ "filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
+ "line": 49,
+ "column": 6,
+ "index": 1014
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
- "line": 122,
- "column": 14,
- "index": 4148
+ "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "line": 34,
+ "column": 4,
+ "index": 709
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
- "line": 82,
+ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
+ "line": 188,
"column": 6,
- "index": 2667
+ "index": 4794
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/index.jsx",
- "line": 47,
- "column": 12,
- "index": 1644
+ "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
+ "line": 58,
+ "column": 6,
+ "index": 1432
},
{
- "filePath": "src/import-page/import-stepper/ImportStepper.jsx",
- "line": 105,
- "column": 8,
- "index": 3692
+ "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
+ "line": 75,
+ "column": 6,
+ "index": 1981
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/RestrictionSchedules.jsx",
- "line": 67,
- "column": 14,
- "index": 2190
+ "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
+ "line": 89,
+ "column": 6,
+ "index": 2413
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/DiscussionTopics.jsx",
- "line": 78,
- "column": 16,
- "index": 2946
+ "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx",
+ "line": 49,
+ "column": 8,
+ "index": 1279
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
- "line": 84,
- "column": 10,
- "index": 2264
+ "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx",
+ "line": 72,
+ "column": 8,
+ "index": 2014
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
- "line": 87,
+ "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx",
+ "line": 34,
"column": 10,
- "index": 2420
+ "index": 767
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DiscussionRestriction.jsx",
- "line": 41,
- "column": 4,
- "index": 1479
+ "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
+ "line": 161,
+ "column": 8,
+ "index": 4890
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
- "line": 170,
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
+ "line": 63,
"column": 12,
- "index": 5777
+ "index": 2060
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppListNextButton.jsx",
- "line": 21,
- "column": 4,
- "index": 739
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
+ "line": 74,
+ "column": 8,
+ "index": 2348
},
{
- "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
- "line": 107,
- "column": 20,
- "index": 3475
+ "filePath": "src/files-and-videos/videos-page/VideosPage.jsx",
+ "line": 254,
+ "column": 8,
+ "index": 7415
},
{
- "filePath": "src/pages-and-resources/PagesAndResources.jsx",
- "line": 81,
- "column": 12,
- "index": 3364
+ "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
+ "line": 293,
+ "column": 16,
+ "index": 9429
},
{
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 119,
- "column": 10,
- "index": 3357
+ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
+ "line": 256,
+ "column": 8,
+ "index": 8192
},
{
- "filePath": "src/schedule-and-details/index.jsx",
- "line": 363,
- "column": 14,
- "index": 12865
+ "filePath": "src/generic/delete-modal/DeleteModal.jsx",
+ "line": 35,
+ "column": 8,
+ "index": 810
},
{
- "filePath": "src/schedule-and-details/instructors-section/index.jsx",
- "line": 72,
- "column": 6,
- "index": 1994
+ "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
+ "line": 115,
+ "column": 8,
+ "index": 2848
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 95,
- "column": 8,
- "index": 3698
+ "filePath": "src/generic/modal-notification/index.jsx",
+ "line": 14,
+ "column": 6,
+ "index": 386
},
{
- "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
- "line": 38,
+ "filePath": "src/generic/sub-header/SubHeader.jsx",
+ "line": 26,
"column": 10,
- "index": 1267
+ "index": 678
},
{
- "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx",
- "line": 43,
- "column": 6,
- "index": 1347
+ "filePath": "src/generic/sub-header/SubHeader.jsx",
+ "line": 32,
+ "column": 8,
+ "index": 844
},
{
- "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx",
- "line": 61,
- "column": 6,
- "index": 1895
+ "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
+ "line": 89,
+ "column": 14,
+ "index": 2573
},
{
- "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx",
- "line": 37,
- "column": 8,
- "index": 1048
+ "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx",
+ "line": 85,
+ "column": 14,
+ "index": 2657
},
{
- "filePath": "src/studio-home/organization-section/index.jsx",
- "line": 66,
- "column": 6,
- "index": 2431
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
+ "line": 110,
+ "column": 12,
+ "index": 3276
},
{
- "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
- "line": 74,
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
+ "line": 118,
"column": 12,
- "index": 2449
+ "index": 3913
},
{
- "filePath": "src/studio-home/StudioHome.jsx",
- "line": 73,
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx",
+ "line": 37,
"column": 8,
- "index": 2182
+ "index": 876
},
{
- "filePath": "src/studio-home/StudioHome.jsx",
- "line": 96,
- "column": 6,
- "index": 3089
+ "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
+ "line": 135,
+ "column": 10,
+ "index": 4243
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx",
- "line": 31,
- "column": 14,
- "index": 1078
+ "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
+ "line": 169,
+ "column": 10,
+ "index": 5753
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx",
- "line": 184,
+ "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx",
+ "line": 67,
"column": 12,
- "index": 5877
+ "index": 2129
},
{
- "filePath": "src/taxonomy/delete-dialog/index.jsx",
- "line": 77,
- "column": 12,
- "index": 2355
+ "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "line": 38,
+ "column": 14,
+ "index": 1013
},
{
- "filePath": "src/taxonomy/export-modal/index.jsx",
- "line": 74,
- "column": 12,
- "index": 2349
+ "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "line": 65,
+ "column": 14,
+ "index": 1971
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 48,
+ "filePath": "src/taxonomy/delete-dialog/index.jsx",
+ "line": 73,
"column": 10,
- "index": 1330
+ "index": 2166
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 56,
+ "filePath": "src/taxonomy/export-modal/index.jsx",
+ "line": 70,
"column": 10,
- "index": 1641
+ "index": 2158
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 464,
- "column": 14,
- "index": 13443
- },
- {
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 467,
- "column": 14,
- "index": 13627
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 43,
+ "column": 8,
+ "index": 978
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 476,
- "column": 18,
- "index": 13961
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 220,
+ "column": 10,
+ "index": 6602
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 482,
- "column": 14,
- "index": 14260
+ "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
+ "line": 77,
+ "column": 16,
+ "index": 2337
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 502,
- "column": 14,
- "index": 15119
- },
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 154,
+ "column": 12,
+ "index": 6474
+ }
+ ],
+ "ModalDialog.CloseButton": [
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 506,
- "column": 14,
- "index": 15376
+ "filePath": "plugins/course-apps/ora_settings/Settings.jsx",
+ "line": 151,
+ "column": 12,
+ "index": 5537
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 519,
- "column": 14,
- "index": 15927
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 633,
+ "column": 12,
+ "index": 24128
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 523,
- "column": 14,
- "index": 16184
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 94,
+ "column": 8,
+ "index": 2945
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 526,
- "column": 14,
- "index": 16340
+ "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx",
+ "line": 75,
+ "column": 16,
+ "index": 2486
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 535,
- "column": 18,
- "index": 16715
+ "filePath": "src/course-outline/publish-modal/PublishModal.jsx",
+ "line": 72,
+ "column": 10,
+ "index": 2316
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 541,
- "column": 14,
- "index": 17012
+ "filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
+ "line": 52,
+ "column": 8,
+ "index": 1086
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 44,
+ "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx",
+ "line": 50,
"column": 10,
- "index": 1000
+ "index": 1301
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 47,
+ "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
+ "line": 162,
"column": 10,
- "index": 1132
+ "index": 4912
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 224,
- "column": 12,
- "index": 6798
+ "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
+ "line": 294,
+ "column": 18,
+ "index": 9459
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 79,
- "column": 6,
- "index": 2359
+ "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
+ "line": 116,
+ "column": 10,
+ "index": 2870
},
{
- "filePath": "src/textbooks/empty-placeholder/EmptyPlaceholder.jsx",
- "line": 14,
- "column": 6,
- "index": 516
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx",
+ "line": 38,
+ "column": 10,
+ "index": 898
},
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 142,
- "column": 20,
- "index": 6042
+ "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
+ "line": 136,
+ "column": 12,
+ "index": 4267
},
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 155,
- "column": 14,
- "index": 6498
+ "filePath": "src/taxonomy/delete-dialog/index.jsx",
+ "line": 74,
+ "column": 12,
+ "index": 2190
},
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 158,
- "column": 14,
- "index": 6680
+ "filePath": "src/taxonomy/export-modal/index.jsx",
+ "line": 71,
+ "column": 12,
+ "index": 2182
},
{
- "filePath": "src/textbooks/Textbooks.jsx",
- "line": 76,
- "column": 14,
- "index": 2352
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 221,
+ "column": 12,
+ "index": 6626
}
],
- "Add": [
- {
- "filePath": "plugins/course-apps/teams/Settings.jsx",
- "line": 150,
- "column": 34,
- "index": 5588
- },
- {
- "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx",
- "line": 314,
- "column": 26,
- "index": 11864
- },
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 97,
- "column": 26,
- "index": 3183
- },
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 132,
- "column": 24,
- "index": 4392
- },
+ "StatefulButton": [
{
- "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
- "line": 74,
- "column": 26,
- "index": 2400
+ "filePath": "plugins/course-apps/ora_settings/Settings.jsx",
+ "line": 154,
+ "column": 12,
+ "index": 5685
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/TranscriptTab.jsx",
- "line": 129,
- "column": 22,
- "index": 4020
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 636,
+ "column": 12,
+ "index": 24300
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/RestrictionSchedules.jsx",
- "line": 70,
- "column": 28,
- "index": 2308
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 165,
+ "column": 6,
+ "index": 4710
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/DiscussionTopics.jsx",
- "line": 81,
- "column": 30,
- "index": 3069
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 317,
+ "column": 16,
+ "index": 9213
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 80,
- "column": 20,
- "index": 2387
- }
- ],
- "OverlayTrigger": [
- {
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 154,
- "column": 4,
- "index": 4455
+ "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx",
+ "line": 124,
+ "column": 8,
+ "index": 3913
},
{
- "filePath": "src/course-outline/card-header/TitleButton.jsx",
- "line": 25,
- "column": 4,
- "index": 522
+ "filePath": "src/advanced-settings/AdvancedSettings.jsx",
+ "line": 256,
+ "column": 12,
+ "index": 10564
},
{
- "filePath": "src/course-outline/empty-placeholder/EmptyPlaceholder.jsx",
- "line": 19,
- "column": 8,
- "index": 602
+ "filePath": "src/custom-pages/CustomPageCard.jsx",
+ "line": 113,
+ "column": 12,
+ "index": 3615
},
{
- "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
- "line": 30,
- "column": 8,
- "index": 759
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 202,
+ "column": 12,
+ "index": 7299
},
{
- "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
- "line": 48,
+ "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx",
+ "line": 35,
"column": 8,
- "index": 1318
+ "index": 952
},
{
- "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
- "line": 77,
- "column": 6,
- "index": 2323
+ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
+ "line": 263,
+ "column": 10,
+ "index": 8434
},
{
- "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx",
- "line": 70,
- "column": 20,
- "index": 2452
+ "filePath": "src/generic/loading-button/index.jsx",
+ "line": 52,
+ "column": 4,
+ "index": 1064
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx",
- "line": 15,
- "column": 4,
- "index": 412
+ "filePath": "src/grading-settings/GradingSettings.jsx",
+ "line": 265,
+ "column": 12,
+ "index": 10319
},
{
- "filePath": "src/generic/clipboard/paste-component/index.jsx",
- "line": 37,
- "column": 6,
- "index": 1160
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
+ "line": 131,
+ "column": 16,
+ "index": 4529
},
{
- "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx",
- "line": 31,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigFormSaveButton.jsx",
+ "line": 36,
"column": 6,
- "index": 873
+ "index": 1547
},
{
- "filePath": "src/taxonomy/system-defined-badge/index.jsx",
- "line": 25,
- "column": 4,
- "index": 680
+ "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
+ "line": 173,
+ "column": 12,
+ "index": 5971
},
{
- "filePath": "src/taxonomy/taxonomy-card/index.jsx",
- "line": 74,
- "column": 4,
- "index": 1790
+ "filePath": "src/schedule-and-details/index.jsx",
+ "line": 371,
+ "column": 12,
+ "index": 13105
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 47,
- "column": 6,
- "index": 1185
+ "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
+ "line": 141,
+ "column": 10,
+ "index": 4983
}
],
- "Tooltip": [
- {
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 157,
- "column": 8,
- "index": 4520
- },
+ "Alert.Link": [
{
- "filePath": "src/course-outline/card-header/TitleButton.jsx",
- "line": 28,
- "column": 8,
- "index": 588
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 174,
+ "column": 16,
+ "index": 7329
},
{
- "filePath": "src/course-outline/empty-placeholder/EmptyPlaceholder.jsx",
- "line": 22,
- "column": 12,
- "index": 680
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 189,
+ "column": 35,
+ "index": 7886
},
{
- "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
- "line": 33,
- "column": 12,
- "index": 837
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 452,
+ "column": 14,
+ "index": 17246
},
{
- "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
- "line": 51,
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 473,
"column": 12,
- "index": 1423
- },
- {
- "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
- "line": 80,
- "column": 10,
- "index": 2395
- },
- {
- "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx",
- "line": 73,
- "column": 24,
- "index": 2565
+ "index": 17933
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx",
- "line": 18,
- "column": 8,
- "index": 475
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 492,
+ "column": 14,
+ "index": 18595
},
{
- "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx",
- "line": 34,
+ "filePath": "src/generic/ConnectionErrorAlert.jsx",
+ "line": 14,
"column": 10,
- "index": 936
+ "index": 460
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 50,
+ "filePath": "src/generic/SaveFormConnectionErrorAlert.jsx",
+ "line": 15,
"column": 10,
- "index": 1254
+ "index": 697
}
],
- "SpinnerSimple": [
+ "Form.Text": [
{
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 174,
- "column": 30,
- "index": 5026
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 325,
+ "column": 14,
+ "index": 12382
},
{
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 61,
- "column": 26,
- "index": 1623
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 352,
+ "column": 12,
+ "index": 13577
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 98,
- "column": 26,
- "index": 3218
- }
- ],
- "CheckCircleOutline": [
+ "filePath": "plugins/course-apps/teams/Settings.jsx",
+ "line": 132,
+ "column": 14,
+ "index": 4742
+ },
{
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 175,
- "column": 29,
- "index": 5096
- }
- ],
- "Info": [
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 190,
+ "column": 10,
+ "index": 5989
+ },
{
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 330,
- "column": 46,
- "index": 9752
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 206,
+ "column": 10,
+ "index": 6540
},
{
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 137,
- "column": 20,
- "index": 5180
+ "filePath": "src/generic/configure-modal/PrereqSettings.jsx",
+ "line": 35,
+ "column": 8,
+ "index": 823
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/TranscriptColumn.jsx",
- "line": 16,
- "column": 19,
- "index": 703
+ "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
+ "line": 73,
+ "column": 14,
+ "index": 1934
},
{
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 143,
- "column": 46,
- "index": 5005
- }
- ],
- "Alert.Heading": [
+ "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
+ "line": 77,
+ "column": 14,
+ "index": 2180
+ },
{
- "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
- "line": 331,
- "column": 18,
- "index": 9792
+ "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
+ "line": 81,
+ "column": 14,
+ "index": 2423
},
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 133,
- "column": 10,
- "index": 3910
+ "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
+ "line": 97,
+ "column": 14,
+ "index": 3196
},
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 201,
- "column": 10,
- "index": 6162
+ "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
+ "line": 101,
+ "column": 14,
+ "index": 3454
},
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 376,
- "column": 12,
- "index": 11277
+ "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
+ "line": 105,
+ "column": 14,
+ "index": 3716
},
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 385,
+ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
+ "line": 244,
"column": 12,
- "index": 11563
+ "index": 7814
},
{
- "filePath": "src/course-unit/course-xblock/xblock-messages/XBlockMessages.jsx",
- "line": 26,
- "column": 6,
- "index": 811
+ "filePath": "src/generic/FormSwitchGroup.jsx",
+ "line": 43,
+ "column": 8,
+ "index": 1133
},
{
- "filePath": "src/files-and-videos/generic/EditFileErrors.jsx",
- "line": 32,
- "column": 6,
- "index": 988
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 151,
+ "column": 12,
+ "index": 5934
},
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
- "line": 45,
- "column": 10,
- "index": 1289
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 30,
+ "column": 14,
+ "index": 1000
},
{
- "filePath": "src/generic/alert-message/index.jsx",
- "line": 7,
- "column": 4,
- "index": 192
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 44,
+ "column": 14,
+ "index": 1588
},
{
- "filePath": "src/generic/AlertProctoringError.jsx",
- "line": 11,
- "column": 10,
- "index": 369
- },
- {
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 144,
- "column": 18,
- "index": 5045
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 58,
+ "column": 14,
+ "index": 2205
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx",
- "line": 178,
- "column": 12,
- "index": 5587
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 74,
+ "column": 14,
+ "index": 2873
}
],
- "Stack": [
- {
- "filePath": "src/accessibility-page/AccessibilityBody/AccessibilityBody.jsx",
- "line": 18,
- "column": 4,
- "index": 480
- },
- {
- "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx",
- "line": 72,
- "column": 10,
- "index": 1966
- },
+ "Form.RadioSet": [
{
- "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx",
- "line": 26,
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 373,
"column": 14,
- "index": 1054
+ "index": 14602
},
{
- "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
- "line": 42,
- "column": 8,
- "index": 1174
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 397,
+ "column": 14,
+ "index": 15728
},
{
- "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
- "line": 60,
- "column": 6,
- "index": 1885
+ "filePath": "plugins/course-apps/teams/GroupEditor.jsx",
+ "line": 107,
+ "column": 14,
+ "index": 4582
},
{
- "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
- "line": 61,
- "column": 8,
- "index": 1901
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 362,
+ "column": 16,
+ "index": 11108
},
{
- "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
- "line": 69,
- "column": 8,
- "index": 2377
+ "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx",
+ "line": 52,
+ "column": 10,
+ "index": 1603
},
{
- "filePath": "src/certificates/certificate-details/CertificateDetailsForm.jsx",
- "line": 21,
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 132,
"column": 6,
- "index": 588
- },
- {
- "filePath": "src/certificates/certificate-details/CertificateDetailsForm.jsx",
- "line": 22,
- "column": 8,
- "index": 604
- },
- {
- "filePath": "src/certificates/certificate-details/CertificateDetailsForm.jsx",
- "line": 27,
- "column": 8,
- "index": 886
+ "index": 3949
},
{
- "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx",
- "line": 38,
- "column": 20,
- "index": 1391
+ "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
+ "line": 65,
+ "column": 12,
+ "index": 1623
},
{
- "filePath": "src/certificates/certificate-section/CertificateSection.jsx",
- "line": 8,
- "column": 4,
- "index": 179
+ "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
+ "line": 89,
+ "column": 12,
+ "index": 2873
},
{
- "filePath": "src/certificates/certificate-signatories/CertificateSignatories.jsx",
- "line": 44,
+ "filePath": "src/schedule-and-details/pacing-section/index.jsx",
+ "line": 27,
"column": 8,
- "index": 1258
- },
- {
- "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx",
- "line": 26,
- "column": 6,
- "index": 609
+ "index": 840
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx",
- "line": 28,
- "column": 8,
- "index": 774
- },
+ "filePath": "src/taxonomy/export-modal/index.jsx",
+ "line": 49,
+ "column": 12,
+ "index": 1434
+ }
+ ],
+ "Form.Radio": [
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 85,
- "column": 6,
- "index": 2698
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 379,
+ "column": 16,
+ "index": 14838
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 87,
- "column": 8,
- "index": 2885
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 382,
+ "column": 16,
+ "index": 15019
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 100,
- "column": 6,
- "index": 3323
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 402,
+ "column": 16,
+ "index": 15926
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 120,
- "column": 10,
- "index": 4127
+ "filePath": "plugins/course-apps/proctoring/Settings.jsx",
+ "line": 405,
+ "column": 16,
+ "index": 16113
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 121,
- "column": 12,
- "index": 4203
+ "filePath": "plugins/course-apps/teams/GroupEditor.jsx",
+ "line": 114,
+ "column": 18,
+ "index": 4882
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 137,
- "column": 8,
- "index": 4808
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 368,
+ "column": 18,
+ "index": 11349
},
{
- "filePath": "src/certificates/certificates-list/CertificatesList.jsx",
- "line": 31,
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 381,
"column": 18,
- "index": 1018
+ "index": 11874
},
{
- "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx",
- "line": 203,
- "column": 16,
- "index": 6803
+ "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx",
+ "line": 65,
+ "column": 18,
+ "index": 2211
},
{
- "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx",
- "line": 66,
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 138,
"column": 8,
- "index": 1919
+ "index": 4094
},
{
- "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx",
- "line": 69,
- "column": 14,
- "index": 1997
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 141,
+ "column": 8,
+ "index": 4200
},
{
- "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarHeader.jsx",
- "line": 21,
- "column": 4,
- "index": 577
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 150,
+ "column": 12,
+ "index": 4495
},
{
- "filePath": "src/content-tags-drawer/TagsTree.jsx",
- "line": 26,
- "column": 4,
- "index": 683
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 158,
+ "column": 14,
+ "index": 4828
},
{
- "filePath": "src/course-checklist/ChecklistSection/ChecklistSection.jsx",
- "line": 36,
- "column": 10,
- "index": 1249
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 166,
+ "column": 14,
+ "index": 5158
},
{
- "filePath": "src/course-checklist/CourseChecklist.jsx",
- "line": 67,
- "column": 8,
- "index": 2339
+ "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
+ "line": 70,
+ "column": 14,
+ "index": 1794
},
{
- "filePath": "src/course-outline/status-bar/StatusBar.jsx",
- "line": 83,
- "column": 6,
- "index": 2535
+ "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
+ "line": 74,
+ "column": 14,
+ "index": 2038
},
{
- "filePath": "src/course-rerun/index.jsx",
- "line": 51,
- "column": 16,
- "index": 1448
+ "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
+ "line": 78,
+ "column": 14,
+ "index": 2283
},
{
- "filePath": "src/course-unit/CourseUnit.jsx",
- "line": 150,
+ "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
+ "line": 94,
"column": 14,
- "index": 5307
+ "index": 3047
},
{
- "filePath": "src/course-unit/CourseUnit.jsx",
- "line": 194,
+ "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
+ "line": 98,
"column": 14,
- "index": 7144
+ "index": 3307
},
{
- "filePath": "src/course-unit/sidebar/components/sidebar-footer/index.jsx",
- "line": 21,
- "column": 6,
- "index": 558
+ "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
+ "line": 102,
+ "column": 14,
+ "index": 3564
},
{
- "filePath": "src/course-unit/sidebar/components/SidebarBody.jsx",
+ "filePath": "src/schedule-and-details/pacing-section/index.jsx",
"line": 32,
- "column": 6,
- "index": 817
- },
- {
- "filePath": "src/course-unit/sidebar/components/SidebarHeader.jsx",
- "line": 16,
- "column": 4,
- "index": 600
+ "column": 10,
+ "index": 1009
},
{
- "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
+ "filePath": "src/schedule-and-details/pacing-section/index.jsx",
"line": 39,
- "column": 4,
- "index": 862
+ "column": 10,
+ "index": 1287
},
{
- "filePath": "src/files-and-videos/generic/InfoModal.jsx",
- "line": 72,
- "column": 12,
- "index": 2018
+ "filePath": "src/taxonomy/export-modal/index.jsx",
+ "line": 54,
+ "column": 14,
+ "index": 1611
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/InfoTab.jsx",
- "line": 14,
- "column": 4,
- "index": 514
- },
+ "filePath": "src/taxonomy/export-modal/index.jsx",
+ "line": 60,
+ "column": 14,
+ "index": 1830
+ }
+ ],
+ "TransitionReplace": [
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/TranscriptTab.jsx",
- "line": 101,
+ "filePath": "plugins/course-apps/teams/GroupEditor.jsx",
+ "line": 45,
"column": 4,
- "index": 3067
- },
- {
- "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
- "line": 28,
- "column": 6,
- "index": 1088
+ "index": 1630
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
- "line": 86,
- "column": 4,
- "index": 3438
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 49,
+ "column": 2,
+ "index": 1816
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx",
+ "filePath": "src/advanced-settings/AdvancedSettings.jsx",
"line": 144,
- "column": 6,
- "index": 4538
+ "column": 10,
+ "index": 5477
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
- "line": 37,
- "column": 6,
- "index": 1128
+ "filePath": "src/course-outline/CourseOutline.jsx",
+ "line": 279,
+ "column": 10,
+ "index": 9051
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
- "line": 101,
- "column": 4,
- "index": 3889
+ "filePath": "src/course-unit/CourseUnit.jsx",
+ "line": 99,
+ "column": 10,
+ "index": 3283
},
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadProgressList.jsx",
- "line": 12,
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "line": 51,
"column": 8,
- "index": 449
+ "index": 2075
},
{
- "filePath": "src/generic/clipboard/paste-component/components/PopoverContent.jsx",
- "line": 22,
- "column": 6,
- "index": 710
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "line": 66,
+ "column": 8,
+ "index": 2755
},
{
- "filePath": "src/generic/clipboard/paste-component/components/PopoverContent.jsx",
- "line": 23,
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
+ "line": 60,
"column": 8,
- "index": 726
+ "index": 2180
},
{
- "filePath": "src/generic/configure-modal/BasicTab.jsx",
- "line": 36,
- "column": 12,
- "index": 931
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
+ "line": 64,
+ "column": 14,
+ "index": 2086
},
{
- "filePath": "src/generic/configure-modal/BasicTab.jsx",
- "line": 76,
- "column": 16,
- "index": 2483
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
+ "line": 83,
+ "column": 12,
+ "index": 2887
},
{
- "filePath": "src/group-configurations/common/TitleButton.jsx",
- "line": 37,
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
+ "line": 117,
"column": 8,
- "index": 1057
+ "index": 4190
},
{
- "filePath": "src/group-configurations/common/UsageList.jsx",
- "line": 35,
+ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
+ "line": 206,
"column": 6,
- "index": 1076
+ "index": 6480
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCardGroup.jsx",
- "line": 10,
+ "filePath": "src/generic/FieldFeedback.jsx",
+ "line": 14,
"column": 4,
- "index": 254
+ "index": 280
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
- "line": 40,
- "column": 6,
- "index": 1206
+ "filePath": "src/generic/FieldFeedback.jsx",
+ "line": 24,
+ "column": 4,
+ "index": 711
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
- "line": 51,
- "column": 14,
- "index": 1549
+ "filePath": "src/generic/FormikErrorFeedback.jsx",
+ "line": 12,
+ "column": 4,
+ "index": 381
},
{
- "filePath": "src/group-configurations/index.jsx",
- "line": 73,
- "column": 12,
- "index": 2409
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
+ "line": 180,
+ "column": 18,
+ "index": 6617
},
{
- "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx",
- "line": 58,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
+ "line": 90,
"column": 6,
- "index": 1812
+ "index": 2923
},
{
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 27,
- "column": 4,
- "index": 777
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
+ "line": 103,
+ "column": 12,
+ "index": 3545
+ }
+ ],
+ "Button": [
+ {
+ "filePath": "plugins/course-apps/teams/GroupEditor.jsx",
+ "line": 52,
+ "column": 14,
+ "index": 2042
},
{
- "filePath": "src/schedule-and-details/requirements-section/grade-requirements/index.jsx",
- "line": 22,
- "column": 4,
- "index": 583
+ "filePath": "plugins/course-apps/teams/GroupEditor.jsx",
+ "line": 55,
+ "column": 14,
+ "index": 2194
},
{
- "filePath": "src/studio-home/processing-courses/index.jsx",
- "line": 20,
- "column": 6,
- "index": 617
+ "filePath": "plugins/course-apps/teams/Settings.jsx",
+ "line": 147,
+ "column": 20,
+ "index": 5448
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 45,
- "column": 6,
- "index": 1139
+ "filePath": "src/advanced-settings/AdvancedSettings.jsx",
+ "line": 185,
+ "column": 22,
+ "index": 7392
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 47,
+ "filePath": "src/advanced-settings/AdvancedSettings.jsx",
+ "line": 252,
+ "column": 14,
+ "index": 10385
+ },
+ {
+ "filePath": "src/advanced-settings/modal-error/ModalError.jsx",
+ "line": 18,
"column": 8,
- "index": 1281
+ "index": 572
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 102,
- "column": 6,
- "index": 2779
+ "filePath": "src/advanced-settings/modal-error/ModalError.jsx",
+ "line": 24,
+ "column": 8,
+ "index": 768
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 129,
- "column": 12,
- "index": 3707
+ "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx",
+ "line": 49,
+ "column": 14,
+ "index": 1950
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 136,
+ "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx",
+ "line": 52,
"column": 14,
- "index": 4003
+ "index": 2069
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 195,
- "column": 6,
- "index": 5641
+ "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx",
+ "line": 61,
+ "column": 20,
+ "index": 2425
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 227,
- "column": 6,
- "index": 6671
+ "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx",
+ "line": 64,
+ "column": 20,
+ "index": 2569
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 254,
- "column": 6,
- "index": 7453
+ "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx",
+ "line": 70,
+ "column": 20,
+ "index": 2846
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 412,
- "column": 8,
- "index": 11763
+ "filePath": "src/certificates/certificate-signatories/CertificateSignatories.jsx",
+ "line": 81,
+ "column": 12,
+ "index": 2580
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 174,
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 132,
"column": 12,
- "index": 4637
- }
- ],
- "MailtoLink": [
+ "index": 4673
+ },
{
- "filePath": "src/accessibility-page/AccessibilityBody/AccessibilityBody.jsx",
- "line": 43,
- "column": 16,
- "index": 1230
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 138,
+ "column": 10,
+ "index": 4874
},
{
- "filePath": "src/accessibility-page/AccessibilityBody/AccessibilityBody.jsx",
- "line": 79,
- "column": 14,
- "index": 2248
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 141,
+ "column": 10,
+ "index": 4988
},
{
- "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx",
- "line": 42,
- "column": 8,
- "index": 1279
+ "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx",
+ "line": 24,
+ "column": 10,
+ "index": 726
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 76,
- "column": 16,
- "index": 3131
+ "filePath": "src/certificates/layout/certificates-sidebar/CertificatesSidebar.jsx",
+ "line": 27,
+ "column": 6,
+ "index": 917
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 89,
- "column": 16,
- "index": 3536
+ "filePath": "src/certificates/layout/header-buttons/HeaderButtons.jsx",
+ "line": 25,
+ "column": 6,
+ "index": 718
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/AppExternalLinks.jsx",
- "line": 50,
- "column": 16,
- "index": 1468
+ "filePath": "src/certificates/layout/header-buttons/HeaderButtons.jsx",
+ "line": 34,
+ "column": 6,
+ "index": 962
},
{
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 113,
- "column": 8,
- "index": 3165
+ "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
+ "line": 77,
+ "column": 12,
+ "index": 2584
},
{
- "filePath": "src/studio-home/home-sidebar/index.jsx",
- "line": 53,
- "column": 16,
- "index": 1971
+ "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
+ "line": 86,
+ "column": 12,
+ "index": 2920
},
{
- "filePath": "src/studio-home/home-sidebar/index.jsx",
- "line": 83,
- "column": 16,
- "index": 2995
+ "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
+ "line": 136,
+ "column": 10,
+ "index": 4225
},
{
- "filePath": "src/studio-home/StudioHome.jsx",
- "line": 67,
- "column": 8,
- "index": 1994
- }
- ],
- "Container": [
+ "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
+ "line": 397,
+ "column": 20,
+ "index": 13841
+ },
{
- "filePath": "src/accessibility-page/AccessibilityPage.jsx",
- "line": 28,
- "column": 6,
- "index": 826
+ "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx",
+ "line": 311,
+ "column": 12,
+ "index": 11771
},
{
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 133,
- "column": 6,
- "index": 4976
+ "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx",
+ "line": 91,
+ "column": 10,
+ "index": 2801
},
{
- "filePath": "src/certificates/layout/MainLayout.jsx",
- "line": 25,
+ "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx",
+ "line": 75,
+ "column": 10,
+ "index": 2812
+ },
+ {
+ "filePath": "src/course-outline/card-header/TitleButton.jsx",
+ "line": 35,
"column": 6,
- "index": 821
+ "index": 728
},
{
- "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx",
- "line": 153,
- "column": 8,
- "index": 4727
+ "filePath": "src/course-outline/card-header/TitleLink.jsx",
+ "line": 10,
+ "column": 2,
+ "index": 198
},
{
- "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx",
- "line": 166,
- "column": 10,
- "index": 5204
+ "filePath": "src/course-outline/CourseOutline.jsx",
+ "line": 435,
+ "column": 30,
+ "index": 18409
},
{
- "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx",
- "line": 198,
+ "filePath": "src/course-outline/empty-placeholder/EmptyPlaceholder.jsx",
+ "line": 27,
"column": 10,
- "index": 6554
+ "index": 841
},
{
- "filePath": "src/course-checklist/ChecklistSection/ChecklistSection.jsx",
- "line": 25,
- "column": 4,
- "index": 837
+ "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx",
+ "line": 31,
+ "column": 10,
+ "index": 711
},
{
- "filePath": "src/course-checklist/CourseChecklist.jsx",
- "line": 55,
- "column": 6,
- "index": 1945
+ "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx",
+ "line": 34,
+ "column": 10,
+ "index": 841
},
{
- "filePath": "src/course-outline/CourseOutline.jsx",
- "line": 240,
- "column": 6,
- "index": 7316
+ "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
+ "line": 38,
+ "column": 10,
+ "index": 1030
},
{
- "filePath": "src/course-rerun/index.jsx",
- "line": 46,
- "column": 6,
- "index": 1264
+ "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
+ "line": 56,
+ "column": 10,
+ "index": 1651
},
{
- "filePath": "src/course-team/CourseTeam.jsx",
- "line": 65,
- "column": 6,
- "index": 1884
+ "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
+ "line": 67,
+ "column": 8,
+ "index": 1977
},
{
- "filePath": "src/course-unit/CourseUnit.jsx",
+ "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
"line": 85,
- "column": 6,
- "index": 3169
+ "column": 8,
+ "index": 2574
},
{
- "filePath": "src/course-unit/CourseUnit.jsx",
- "line": 99,
- "column": 6,
- "index": 3496
+ "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx",
+ "line": 78,
+ "column": 16,
+ "index": 2652
},
{
- "filePath": "src/course-updates/CourseUpdates.jsx",
- "line": 77,
- "column": 6,
- "index": 2678
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 101,
+ "column": 10,
+ "index": 3120
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 116,
- "column": 6,
- "index": 3795
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 271,
+ "column": 12,
+ "index": 8511
},
{
- "filePath": "src/export-page/CourseExportPage.jsx",
- "line": 62,
- "column": 6,
- "index": 2737
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 330,
+ "column": 12,
+ "index": 10114
},
{
- "filePath": "src/files-and-videos/files-page/FilesPage.jsx",
- "line": 182,
- "column": 6,
- "index": 5447
+ "filePath": "src/course-outline/publish-modal/PublishModal.jsx",
+ "line": 75,
+ "column": 10,
+ "index": 2464
},
{
- "filePath": "src/files-and-videos/videos-page/VideosPage.jsx",
- "line": 245,
- "column": 6,
- "index": 7082
+ "filePath": "src/course-outline/section-card/SectionCard.jsx",
+ "line": 225,
+ "column": 14,
+ "index": 6818
},
{
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 118,
- "column": 6,
- "index": 4113
+ "filePath": "src/course-outline/section-card/SectionCard.jsx",
+ "line": 250,
+ "column": 16,
+ "index": 7783
},
{
- "filePath": "src/group-configurations/index.jsx",
- "line": 59,
- "column": 6,
- "index": 1895
+ "filePath": "src/course-outline/status-bar/StatusBar.jsx",
+ "line": 126,
+ "column": 14,
+ "index": 4392
},
{
- "filePath": "src/import-page/CourseImportPage.jsx",
- "line": 57,
- "column": 6,
- "index": 2294
+ "filePath": "src/course-outline/subsection-card/SubsectionCard.jsx",
+ "line": 226,
+ "column": 16,
+ "index": 7346
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
- "line": 117,
- "column": 4,
- "index": 3455
+ "filePath": "src/course-rerun/index.jsx",
+ "line": 58,
+ "column": 18,
+ "index": 1740
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
- "line": 107,
+ "filePath": "src/course-team/add-team-member/AddTeamMember.jsx",
+ "line": 18,
"column": 6,
- "index": 3873
+ "index": 699
},
{
- "filePath": "src/schedule-and-details/index.jsx",
- "line": 176,
- "column": 6,
- "index": 5287
+ "filePath": "src/course-team/add-user-form/AddUserForm.jsx",
+ "line": 42,
+ "column": 14,
+ "index": 1437
},
{
- "filePath": "src/studio-home/StudioHome.jsx",
- "line": 167,
- "column": 6,
- "index": 5121
+ "filePath": "src/course-team/add-user-form/AddUserForm.jsx",
+ "line": 45,
+ "column": 14,
+ "index": 1592
},
{
- "filePath": "src/studio-home/tabs-section/LibraryV2Placeholder.jsx",
- "line": 17,
- "column": 6,
- "index": 472
+ "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx",
+ "line": 48,
+ "column": 12,
+ "index": 1502
},
{
- "filePath": "src/taxonomy/delete-dialog/index.jsx",
- "line": 41,
- "column": 4,
- "index": 953
+ "filePath": "src/course-team/CourseTeam.jsx",
+ "line": 91,
+ "column": 22,
+ "index": 2822
},
{
- "filePath": "src/taxonomy/export-modal/index.jsx",
- "line": 29,
- "column": 4,
- "index": 687
+ "filePath": "src/course-team/info-modal/InfoModal.jsx",
+ "line": 43,
+ "column": 10,
+ "index": 908
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 153,
- "column": 28,
- "index": 4635
+ "filePath": "src/course-team/info-modal/InfoModal.jsx",
+ "line": 47,
+ "column": 12,
+ "index": 1073
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 423,
+ "filePath": "src/course-unit/add-component/add-component-btn/index.jsx",
+ "line": 14,
"column": 4,
- "index": 12103
+ "index": 346
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 149,
- "column": 4,
- "index": 3797
+ "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx",
+ "line": 31,
+ "column": 10,
+ "index": 678
},
{
- "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx",
- "line": 65,
- "column": 8,
- "index": 1714
+ "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx",
+ "line": 34,
+ "column": 10,
+ "index": 829
},
{
- "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx",
- "line": 82,
+ "filePath": "src/course-unit/add-component/AddComponent.jsx",
+ "line": 178,
+ "column": 12,
+ "index": 6593
+ },
+ {
+ "filePath": "src/course-unit/clipboard/paste-notification/components/ActionButton.jsx",
+ "line": 7,
+ "column": 2,
+ "index": 223
+ },
+ {
+ "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigation.jsx",
+ "line": 60,
"column": 8,
- "index": 2240
+ "index": 1938
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 186,
+ "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigation.jsx",
+ "line": 81,
"column": 8,
- "index": 5394
+ "index": 2482
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 196,
+ "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
+ "line": 37,
"column": 8,
- "index": 5750
+ "index": 1166
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 232,
- "column": 12,
- "index": 6816
+ "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
+ "line": 46,
+ "column": 10,
+ "index": 1438
},
{
- "filePath": "src/textbooks/Textbooks.jsx",
- "line": 68,
- "column": 6,
- "index": 1995
- }
- ],
- "CheckCircle": [
+ "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationTabs.jsx",
+ "line": 61,
+ "column": 10,
+ "index": 2428
+ },
{
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 150,
- "column": 22,
- "index": 5747
+ "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationTabs.jsx",
+ "line": 70,
+ "column": 12,
+ "index": 2747
},
{
- "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx",
- "line": 25,
- "column": 15,
- "index": 628
+ "filePath": "src/course-unit/course-sequence/sequence-navigation/UnitButton.jsx",
+ "line": 16,
+ "column": 4,
+ "index": 478
},
{
- "filePath": "src/grading-settings/assignment-section/index.jsx",
- "line": 178,
- "column": 22,
- "index": 7188
+ "filePath": "src/course-unit/CourseUnit.jsx",
+ "line": 116,
+ "column": 18,
+ "index": 4225
},
{
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 123,
+ "filePath": "src/course-unit/CourseUnit.jsx",
+ "line": 122,
"column": 18,
- "index": 4299
- }
- ],
- "Layout": [
+ "index": 4484
+ },
{
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 161,
- "column": 10,
- "index": 6271
+ "filePath": "src/course-unit/header-navigations/HeaderNavigations.jsx",
+ "line": 13,
+ "column": 6,
+ "index": 410
},
{
- "filePath": "src/certificates/layout/MainLayout.jsx",
- "line": 34,
- "column": 10,
- "index": 1176
+ "filePath": "src/course-unit/header-navigations/HeaderNavigations.jsx",
+ "line": 19,
+ "column": 6,
+ "index": 569
},
{
- "filePath": "src/course-outline/CourseOutline.jsx",
- "line": 286,
- "column": 10,
- "index": 9484
+ "filePath": "src/course-unit/sidebar/components/sidebar-footer/ActionButtons.jsx",
+ "line": 25,
+ "column": 8,
+ "index": 776
},
{
- "filePath": "src/course-rerun/index.jsx",
- "line": 66,
- "column": 10,
- "index": 2039
+ "filePath": "src/course-unit/sidebar/components/sidebar-footer/ActionButtons.jsx",
+ "line": 30,
+ "column": 8,
+ "index": 1006
},
{
- "filePath": "src/course-team/CourseTeam.jsx",
- "line": 67,
+ "filePath": "src/course-unit/sidebar/components/sidebar-footer/ActionButtons.jsx",
+ "line": 42,
"column": 10,
- "index": 2002
+ "index": 1417
},
{
- "filePath": "src/course-unit/CourseUnit.jsx",
- "line": 128,
- "column": 10,
- "index": 4502
+ "filePath": "src/course-updates/CourseUpdates.jsx",
+ "line": 152,
+ "column": 22,
+ "index": 5647
},
{
"filePath": "src/course-updates/CourseUpdates.jsx",
- "line": 127,
- "column": 10,
- "index": 4725
+ "line": 205,
+ "column": 26,
+ "index": 8324
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 151,
- "column": 8,
- "index": 4976
+ "filePath": "src/course-updates/delete-modal/DeleteModal.jsx",
+ "line": 22,
+ "column": 10,
+ "index": 497
},
{
- "filePath": "src/export-page/CourseExportPage.jsx",
- "line": 64,
+ "filePath": "src/course-updates/delete-modal/DeleteModal.jsx",
+ "line": 25,
"column": 10,
- "index": 2847
+ "index": 627
},
{
- "filePath": "src/export-page/export-footer/ExportFooter.jsx",
- "line": 12,
- "column": 4,
- "index": 256
+ "filePath": "src/course-updates/update-form/UpdateForm.jsx",
+ "line": 112,
+ "column": 14,
+ "index": 3967
},
{
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 132,
- "column": 12,
- "index": 4684
+ "filePath": "src/course-updates/update-form/UpdateForm.jsx",
+ "line": 115,
+ "column": 14,
+ "index": 4123
},
{
- "filePath": "src/group-configurations/index.jsx",
- "line": 65,
- "column": 8,
- "index": 2142
+ "filePath": "src/custom-pages/CustomPageCard.jsx",
+ "line": 110,
+ "column": 12,
+ "index": 3456
},
{
- "filePath": "src/import-page/CourseImportPage.jsx",
- "line": 59,
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 137,
"column": 10,
- "index": 2404
+ "index": 4696
},
{
- "filePath": "src/schedule-and-details/index.jsx",
- "line": 227,
- "column": 10,
- "index": 7118
- },
- {
- "filePath": "src/studio-home/StudioHome.jsx",
- "line": 134,
- "column": 6,
- "index": 4044
- },
- {
- "filePath": "src/studio-home/verify-email-layout/index.jsx",
- "line": 14,
- "column": 4,
- "index": 424
- },
- {
- "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx",
- "line": 83,
- "column": 10,
- "index": 2272
- },
- {
- "filePath": "src/textbooks/Textbooks.jsx",
- "line": 85,
- "column": 10,
- "index": 2629
- }
- ],
- "Layout.Element": [
- {
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 168,
- "column": 12,
- "index": 6523
- },
- {
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 226,
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 151,
"column": 12,
- "index": 9421
+ "index": 5151
},
{
- "filePath": "src/certificates/layout/MainLayout.jsx",
- "line": 41,
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 230,
"column": 12,
- "index": 1428
+ "index": 8386
},
{
- "filePath": "src/certificates/layout/MainLayout.jsx",
- "line": 46,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx",
+ "line": 74,
"column": 12,
- "index": 1575
+ "index": 2205
},
{
- "filePath": "src/course-outline/CourseOutline.jsx",
- "line": 293,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx",
+ "line": 77,
"column": 12,
- "index": 9740
+ "index": 2382
},
{
- "filePath": "src/course-outline/CourseOutline.jsx",
- "line": 436,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx",
+ "line": 106,
"column": 12,
- "index": 18479
+ "index": 3307
},
{
- "filePath": "src/course-rerun/index.jsx",
- "line": 73,
- "column": 12,
- "index": 2291
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx",
+ "line": 42,
+ "column": 8,
+ "index": 1682
},
{
- "filePath": "src/course-rerun/index.jsx",
- "line": 79,
- "column": 12,
- "index": 2508
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx",
+ "line": 45,
+ "column": 8,
+ "index": 1876
},
{
- "filePath": "src/course-team/CourseTeam.jsx",
- "line": 74,
- "column": 12,
- "index": 2254
+ "filePath": "src/editors/containers/VideoEditor/components/SelectVideoModal.jsx",
+ "line": 45,
+ "column": 21,
+ "index": 1378
},
{
- "filePath": "src/course-team/CourseTeam.jsx",
- "line": 142,
- "column": 12,
- "index": 5209
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
+ "line": 101,
+ "column": 10,
+ "index": 3469
},
{
- "filePath": "src/course-unit/CourseUnit.jsx",
- "line": 135,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/index.jsx",
+ "line": 71,
"column": 12,
- "index": 4754
+ "index": 1979
},
{
- "filePath": "src/course-unit/CourseUnit.jsx",
- "line": 193,
- "column": 12,
- "index": 7113
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx",
+ "line": 112,
+ "column": 10,
+ "index": 3418
},
{
- "filePath": "src/course-updates/CourseUpdates.jsx",
- "line": 134,
- "column": 12,
- "index": 4917
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx",
+ "line": 34,
+ "column": 4,
+ "index": 859
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 158,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
+ "line": 172,
"column": 10,
- "index": 5324
+ "index": 5764
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 203,
- "column": 10,
- "index": 7187
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
+ "line": 93,
+ "column": 18,
+ "index": 2776
},
{
- "filePath": "src/export-page/CourseExportPage.jsx",
- "line": 71,
- "column": 12,
- "index": 3099
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
+ "line": 65,
+ "column": 16,
+ "index": 2025
},
{
- "filePath": "src/export-page/CourseExportPage.jsx",
- "line": 102,
- "column": 12,
- "index": 4507
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
+ "line": 68,
+ "column": 16,
+ "index": 2214
},
{
- "filePath": "src/export-page/export-footer/ExportFooter.jsx",
- "line": 19,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 151,
"column": 6,
- "index": 531
+ "index": 4999
},
{
- "filePath": "src/export-page/export-footer/ExportFooter.jsx",
- "line": 31,
- "column": 6,
- "index": 1178
+ "filePath": "src/editors/sharedComponents/Button/index.jsx",
+ "line": 12,
+ "column": 2,
+ "index": 327
},
{
- "filePath": "src/export-page/export-footer/ExportFooter.jsx",
+ "filePath": "src/editors/sharedComponents/CodeEditor/index.jsx",
"line": 32,
- "column": 6,
- "index": 1203
+ "column": 8,
+ "index": 723
},
{
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 139,
+ "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx",
+ "line": 44,
"column": 14,
- "index": 4950
+ "index": 1452
},
{
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 215,
+ "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx",
+ "line": 48,
"column": 14,
- "index": 8748
- },
- {
- "filePath": "src/group-configurations/index.jsx",
- "line": 72,
- "column": 10,
- "index": 2380
- },
- {
- "filePath": "src/group-configurations/index.jsx",
- "line": 96,
- "column": 10,
- "index": 3259
- },
- {
- "filePath": "src/import-page/CourseImportPage.jsx",
- "line": 66,
- "column": 12,
- "index": 2656
+ "index": 1665
},
{
- "filePath": "src/import-page/CourseImportPage.jsx",
- "line": 79,
+ "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx",
+ "line": 52,
"column": 12,
- "index": 3334
+ "index": 1893
},
{
- "filePath": "src/schedule-and-details/index.jsx",
- "line": 234,
- "column": 12,
- "index": 7370
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx",
+ "line": 47,
+ "column": 8,
+ "index": 1499
},
{
- "filePath": "src/schedule-and-details/index.jsx",
- "line": 333,
- "column": 12,
- "index": 11837
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx",
+ "line": 64,
+ "column": 6,
+ "index": 1957
},
{
- "filePath": "src/studio-home/StudioHome.jsx",
- "line": 141,
+ "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx",
+ "line": 66,
"column": 8,
- "index": 4268
+ "index": 1383
},
{
- "filePath": "src/studio-home/StudioHome.jsx",
- "line": 157,
+ "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx",
+ "line": 74,
"column": 8,
- "index": 4965
+ "index": 1620
},
{
- "filePath": "src/studio-home/verify-email-layout/index.jsx",
- "line": 21,
- "column": 6,
- "index": 634
+ "filePath": "src/editors/sharedComponents/SourceCodeModal/index.jsx",
+ "line": 32,
+ "column": 8,
+ "index": 678
},
{
- "filePath": "src/studio-home/verify-email-layout/index.jsx",
- "line": 34,
- "column": 6,
- "index": 1083
+ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
+ "line": 192,
+ "column": 10,
+ "index": 4973
},
{
- "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx",
- "line": 90,
- "column": 12,
- "index": 2524
+ "filePath": "src/export-page/CourseExportPage.jsx",
+ "line": 96,
+ "column": 22,
+ "index": 4175
},
{
- "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx",
+ "filePath": "src/export-page/export-stepper/ExportStepper.jsx",
"line": 93,
- "column": 12,
- "index": 2638
+ "column": 65,
+ "index": 2953
},
{
- "filePath": "src/textbooks/Textbooks.jsx",
- "line": 92,
- "column": 12,
- "index": 2885
+ "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx",
+ "line": 53,
+ "column": 10,
+ "index": 1467
},
{
- "filePath": "src/textbooks/Textbooks.jsx",
- "line": 122,
- "column": 12,
- "index": 4264
- }
- ],
- "Warning": [
+ "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx",
+ "line": 73,
+ "column": 10,
+ "index": 2036
+ },
{
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 264,
- "column": 16,
- "index": 10890
+ "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx",
+ "line": 76,
+ "column": 10,
+ "index": 2189
},
{
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 108,
- "column": 29,
- "index": 3223
+ "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx",
+ "line": 43,
+ "column": 8,
+ "index": 1342
},
{
- "filePath": "src/grading-settings/assignment-section/index.jsx",
- "line": 143,
- "column": 22,
- "index": 5558
+ "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
+ "line": 155,
+ "column": 8,
+ "index": 4665
},
{
- "filePath": "src/grading-settings/assignment-section/index.jsx",
- "line": 164,
- "column": 22,
- "index": 6521
+ "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
+ "line": 165,
+ "column": 10,
+ "index": 5069
},
{
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 256,
- "column": 16,
- "index": 10379
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 59,
+ "column": 18,
+ "index": 1213
},
{
- "filePath": "src/taxonomy/delete-dialog/index.jsx",
- "line": 53,
- "column": 23,
- "index": 1420
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 71,
+ "column": 20,
+ "index": 1553
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 413,
- "column": 21,
- "index": 11823
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 81,
+ "column": 20,
+ "index": 1889
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 41,
- "column": 12,
- "index": 941
- }
- ],
- "AlertModal": [
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 91,
+ "column": 20,
+ "index": 2222
+ },
{
- "filePath": "src/advanced-settings/modal-error/ModalError.jsx",
- "line": 12,
- "column": 2,
- "index": 417
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 100,
+ "column": 16,
+ "index": 2545
},
{
- "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx",
- "line": 23,
- "column": 4,
- "index": 516
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 109,
+ "column": 16,
+ "index": 2838
},
{
- "filePath": "src/course-team/info-modal/InfoModal.jsx",
- "line": 36,
- "column": 4,
- "index": 734
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 117,
+ "column": 16,
+ "index": 3095
},
{
- "filePath": "src/course-updates/delete-modal/DeleteModal.jsx",
- "line": 16,
- "column": 4,
- "index": 331
+ "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
+ "line": 38,
+ "column": 6,
+ "index": 1016
},
{
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 104,
+ "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
+ "line": 74,
"column": 6,
- "index": 3235
+ "index": 2380
},
{
- "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx",
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
+ "line": 30,
+ "column": 8,
+ "index": 631
+ },
+ {
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
"line": 59,
- "column": 4,
- "index": 1651
+ "column": 24,
+ "index": 1507
},
{
- "filePath": "src/generic/delete-modal/DeleteModal.jsx",
- "line": 25,
- "column": 4,
- "index": 526
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
+ "line": 72,
+ "column": 24,
+ "index": 1962
},
{
- "filePath": "src/generic/modal-notification/index.jsx",
- "line": 8,
- "column": 2,
- "index": 274
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
+ "line": 89,
+ "column": 22,
+ "index": 2498
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
- "line": 162,
- "column": 6,
- "index": 5501
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
+ "line": 64,
+ "column": 14,
+ "index": 1684
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 36,
- "column": 4,
- "index": 783
- }
- ],
- "Error": [
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
+ "line": 67,
+ "column": 14,
+ "index": 1882
+ },
{
- "filePath": "src/advanced-settings/modal-error/ModalErrorListItem.jsx",
- "line": 15,
- "column": 21,
- "index": 546
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
+ "line": 46,
+ "column": 16,
+ "index": 1051
},
{
- "filePath": "src/files-and-videos/generic/InfoModal.jsx",
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
+ "line": 54,
+ "column": 16,
+ "index": 1318
+ },
+ {
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
"line": 63,
- "column": 27,
- "index": 1677
+ "column": 16,
+ "index": 1658
},
{
- "filePath": "src/studio-home/StudioHome.jsx",
- "line": 123,
- "column": 25,
- "index": 3773
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/TranscriptTab.jsx",
+ "line": 128,
+ "column": 8,
+ "index": 3982
},
{
- "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx",
- "line": 33,
- "column": 23,
- "index": 884
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx",
+ "line": 146,
+ "column": 8,
+ "index": 4657
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx",
- "line": 108,
- "column": 23,
- "index": 3207
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx",
+ "line": 149,
+ "column": 8,
+ "index": 4804
},
{
- "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx",
- "line": 33,
- "column": 23,
- "index": 875
- }
- ],
- "useToggle": [
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
+ "line": 75,
+ "column": 10,
+ "index": 2370
+ },
{
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 33,
- "column": 32,
- "index": 801
+ "filePath": "src/files-and-videos/videos-page/VideosPage.jsx",
+ "line": 260,
+ "column": 12,
+ "index": 7613
},
{
- "filePath": "src/certificates/certificate-details/hooks/useCertificateDetails.jsx",
- "line": 13,
- "column": 53,
- "index": 544
+ "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx",
+ "line": 68,
+ "column": 12,
+ "index": 2295
},
{
- "filePath": "src/certificates/certificate-details/hooks/useCertificateDetails.jsx",
+ "filePath": "src/generic/clipboard/paste-component/components/PasteButton.jsx",
"line": 14,
- "column": 59,
- "index": 621
+ "column": 4,
+ "index": 442
},
{
- "filePath": "src/certificates/certificate-edit-form/hooks/useCertificateEditForm.jsx",
- "line": 12,
- "column": 53,
- "index": 546
+ "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
+ "line": 297,
+ "column": 18,
+ "index": 9631
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 32,
- "column": 32,
- "index": 989
+ "filePath": "src/generic/ConfirmationPopup.jsx",
+ "line": 26,
+ "column": 8,
+ "index": 596
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 33,
- "column": 53,
- "index": 1060
+ "filePath": "src/generic/ConfirmationPopup.jsx",
+ "line": 29,
+ "column": 8,
+ "index": 723
},
{
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 62,
- "column": 80,
- "index": 1602
- },
- {
- "filePath": "src/course-outline/hooks.jsx",
- "line": 87,
- "column": 95,
- "index": 2833
+ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
+ "line": 257,
+ "column": 10,
+ "index": 8248
},
{
- "filePath": "src/course-outline/hooks.jsx",
- "line": 91,
- "column": 77,
- "index": 3141
+ "filePath": "src/generic/delete-modal/DeleteModal.jsx",
+ "line": 36,
+ "column": 10,
+ "index": 832
},
{
- "filePath": "src/course-outline/hooks.jsx",
- "line": 92,
- "column": 68,
- "index": 3227
+ "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
+ "line": 119,
+ "column": 10,
+ "index": 3040
},
{
- "filePath": "src/course-outline/hooks.jsx",
- "line": 93,
- "column": 74,
- "index": 3319
+ "filePath": "src/generic/modal-notification/index.jsx",
+ "line": 15,
+ "column": 8,
+ "index": 406
},
{
- "filePath": "src/course-outline/hooks.jsx",
- "line": 94,
- "column": 65,
- "index": 3402
+ "filePath": "src/generic/modal-notification/index.jsx",
+ "line": 16,
+ "column": 8,
+ "index": 492
},
{
- "filePath": "src/course-outline/section-card/SectionCard.jsx",
- "line": 75,
- "column": 44,
- "index": 2556
+ "filePath": "src/generic/tag-count/index.jsx",
+ "line": 20,
+ "column": 8,
+ "index": 474
},
{
- "filePath": "src/course-outline/status-bar/StatusBar.jsx",
- "line": 75,
- "column": 80,
- "index": 2451
+ "filePath": "src/grading-settings/assignment-section/index.jsx",
+ "line": 183,
+ "column": 12,
+ "index": 7390
},
{
- "filePath": "src/course-outline/subsection-card/SubsectionCard.jsx",
- "line": 50,
- "column": 44,
- "index": 1764
+ "filePath": "src/grading-settings/GradingSettings.jsx",
+ "line": 222,
+ "column": 20,
+ "index": 8676
},
{
- "filePath": "src/course-outline/unit-card/UnitCard.jsx",
- "line": 41,
- "column": 44,
- "index": 1320
+ "filePath": "src/grading-settings/GradingSettings.jsx",
+ "line": 261,
+ "column": 14,
+ "index": 10146
},
{
- "filePath": "src/course-team/hooks.jsx",
- "line": 32,
- "column": 59,
- "index": 1079
+ "filePath": "src/group-configurations/common/TitleButton.jsx",
+ "line": 21,
+ "column": 4,
+ "index": 527
},
{
- "filePath": "src/course-team/hooks.jsx",
- "line": 33,
- "column": 46,
- "index": 1143
+ "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx",
+ "line": 86,
+ "column": 16,
+ "index": 2685
},
{
- "filePath": "src/course-unit/add-component/AddComponent.jsx",
- "line": 16,
- "column": 56,
- "index": 690
+ "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx",
+ "line": 89,
+ "column": 16,
+ "index": 2836
},
{
- "filePath": "src/course-unit/add-component/AddComponent.jsx",
- "line": 17,
- "column": 44,
- "index": 752
+ "filePath": "src/group-configurations/content-groups-section/index.jsx",
+ "line": 59,
+ "column": 12,
+ "index": 2032
},
{
- "filePath": "src/course-unit/add-component/AddComponent.jsx",
- "line": 18,
- "column": 74,
- "index": 844
+ "filePath": "src/group-configurations/empty-placeholder/index.jsx",
+ "line": 23,
+ "column": 6,
+ "index": 757
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 28,
- "column": 65,
- "index": 1366
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
+ "line": 119,
+ "column": 14,
+ "index": 3986
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 29,
- "column": 74,
- "index": 1458
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
+ "line": 122,
+ "column": 14,
+ "index": 4148
},
{
- "filePath": "src/course-unit/header-title/HeaderTitle.jsx",
- "line": 27,
- "column": 74,
- "index": 965
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
+ "line": 82,
+ "column": 6,
+ "index": 2667
},
{
- "filePath": "src/course-unit/sidebar/PublishControls.jsx",
- "line": 24,
- "column": 68,
- "index": 944
+ "filePath": "src/group-configurations/experiment-configurations-section/index.jsx",
+ "line": 48,
+ "column": 12,
+ "index": 1666
},
{
- "filePath": "src/course-unit/sidebar/PublishControls.jsx",
- "line": 25,
- "column": 68,
- "index": 1030
+ "filePath": "src/import-page/import-stepper/ImportStepper.jsx",
+ "line": 105,
+ "column": 8,
+ "index": 3692
},
{
- "filePath": "src/course-updates/hooks.jsx",
- "line": 24,
- "column": 62,
- "index": 882
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/RestrictionSchedules.jsx",
+ "line": 67,
+ "column": 14,
+ "index": 2190
},
{
- "filePath": "src/course-updates/hooks.jsx",
- "line": 25,
- "column": 65,
- "index": 965
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/DiscussionTopics.jsx",
+ "line": 78,
+ "column": 16,
+ "index": 2946
},
{
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 33,
- "column": 86,
- "index": 835
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
+ "line": 84,
+ "column": 10,
+ "index": 2264
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 54,
- "column": 32,
- "index": 1646
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
+ "line": 87,
+ "column": 10,
+ "index": 2420
},
{
- "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx",
- "line": 20,
- "column": 32,
- "index": 482
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DiscussionRestriction.jsx",
+ "line": 41,
+ "column": 4,
+ "index": 1479
},
{
- "filePath": "src/files-and-videos/generic/FileTable.jsx",
- "line": 57,
- "column": 56,
- "index": 1324
+ "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
+ "line": 170,
+ "column": 12,
+ "index": 5777
},
{
- "filePath": "src/files-and-videos/generic/FileTable.jsx",
- "line": 58,
- "column": 62,
- "index": 1404
+ "filePath": "src/pages-and-resources/discussions/app-list/AppListNextButton.jsx",
+ "line": 21,
+ "column": 4,
+ "index": 739
},
{
- "filePath": "src/files-and-videos/generic/FileTable.jsx",
- "line": 59,
- "column": 59,
- "index": 1481
+ "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
+ "line": 107,
+ "column": 20,
+ "index": 3475
},
{
- "filePath": "src/files-and-videos/generic/FileTable.jsx",
- "line": 60,
- "column": 47,
- "index": 1546
+ "filePath": "src/pages-and-resources/PagesAndResources.jsx",
+ "line": 81,
+ "column": 12,
+ "index": 3364
},
{
- "filePath": "src/files-and-videos/generic/FileTable.jsx",
- "line": 62,
- "column": 86,
- "index": 1706
+ "filePath": "src/schedule-and-details/basic-section/index.jsx",
+ "line": 119,
+ "column": 10,
+ "index": 3357
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 27,
- "column": 36,
- "index": 559
+ "filePath": "src/schedule-and-details/index.jsx",
+ "line": 363,
+ "column": 14,
+ "index": 12851
},
{
- "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
- "line": 28,
- "column": 44,
- "index": 756
+ "filePath": "src/schedule-and-details/instructors-section/index.jsx",
+ "line": 72,
+ "column": 6,
+ "index": 1994
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
- "line": 24,
- "column": 36,
- "index": 511
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 95,
+ "column": 8,
+ "index": 3698
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
- "line": 26,
- "column": 68,
- "index": 732
+ "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
+ "line": 38,
+ "column": 10,
+ "index": 1267
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
- "line": 23,
- "column": 36,
- "index": 509
+ "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx",
+ "line": 43,
+ "column": 6,
+ "index": 1347
},
{
- "filePath": "src/files-and-videos/videos-page/VideosPage.jsx",
+ "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx",
"line": 61,
"column": 6,
- "index": 1604
+ "index": 1895
},
{
- "filePath": "src/files-and-videos/videos-page/VideosPage.jsx",
+ "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx",
+ "line": 37,
+ "column": 8,
+ "index": 1048
+ },
+ {
+ "filePath": "src/studio-home/organization-section/index.jsx",
"line": 66,
"column": 6,
- "index": 1710
+ "index": 2439
},
{
- "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
- "line": 35,
- "column": 60,
- "index": 1013
+ "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "line": 74,
+ "column": 12,
+ "index": 2449
},
{
- "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
- "line": 36,
- "column": 65,
- "index": 1096
+ "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx",
+ "line": 31,
+ "column": 14,
+ "index": 1078
},
{
- "filePath": "src/group-configurations/content-groups-section/index.jsx",
- "line": 18,
- "column": 58,
- "index": 681
+ "filePath": "src/taxonomy/delete-dialog/index.jsx",
+ "line": 77,
+ "column": 12,
+ "index": 2355
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
- "line": 35,
- "column": 60,
- "index": 1129
+ "filePath": "src/taxonomy/export-modal/index.jsx",
+ "line": 74,
+ "column": 12,
+ "index": 2349
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
- "line": 36,
- "column": 65,
- "index": 1212
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 48,
+ "column": 10,
+ "index": 1330
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/index.jsx",
- "line": 22,
- "column": 6,
- "index": 744
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 56,
+ "column": 10,
+ "index": 1641
},
{
- "filePath": "src/header/Header.jsx",
- "line": 22,
- "column": 69,
- "index": 669
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 464,
+ "column": 14,
+ "index": 13443
},
{
"filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 295,
- "column": 58,
- "index": 8439
+ "line": 467,
+ "column": 14,
+ "index": 13627
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 78,
- "column": 68,
- "index": 1995
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 476,
+ "column": 18,
+ "index": 13961
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 80,
- "column": 58,
- "index": 2072
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 482,
+ "column": 14,
+ "index": 14260
},
{
- "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx",
- "line": 57,
- "column": 68,
- "index": 1864
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 502,
+ "column": 14,
+ "index": 15119
},
{
- "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx",
- "line": 58,
- "column": 65,
- "index": 1947
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 506,
+ "column": 14,
+ "index": 15376
},
{
- "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx",
- "line": 59,
- "column": 65,
- "index": 2030
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 519,
+ "column": 14,
+ "index": 15927
},
{
- "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx",
- "line": 60,
- "column": 77,
- "index": 2125
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 523,
+ "column": 14,
+ "index": 16184
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 37,
- "column": 65,
- "index": 992
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 526,
+ "column": 14,
+ "index": 16340
},
{
- "filePath": "src/textbooks/hooks.jsx",
- "line": 33,
- "column": 68,
- "index": 1062
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 535,
+ "column": 18,
+ "index": 16715
},
{
- "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
- "line": 41,
- "column": 68,
- "index": 1227
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 541,
+ "column": 14,
+ "index": 17012
},
{
- "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
- "line": 42,
- "column": 65,
- "index": 1310
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 44,
+ "column": 10,
+ "index": 1000
},
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 41,
- "column": 65,
- "index": 1232
- }
- ],
- "Card": [
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 47,
+ "column": 10,
+ "index": 1132
+ },
{
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 60,
- "column": 6,
- "index": 1468
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 224,
+ "column": 12,
+ "index": 6798
},
{
- "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx",
- "line": 24,
- "column": 10,
- "index": 1006
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 79,
+ "column": 6,
+ "index": 2359
},
{
- "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx",
- "line": 36,
- "column": 16,
- "index": 1331
+ "filePath": "src/textbooks/empty-placeholder/EmptyPlaceholder.jsx",
+ "line": 14,
+ "column": 6,
+ "index": 516
},
{
- "filePath": "src/certificates/certificate-without-modes/CertificateWithoutModes.jsx",
- "line": 9,
- "column": 4,
- "index": 215
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 142,
+ "column": 20,
+ "index": 6044
},
{
- "filePath": "src/certificates/certificates-list/CertificatesList.jsx",
- "line": 29,
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 155,
"column": 14,
- "index": 962
+ "index": 6500
},
{
- "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx",
- "line": 19,
- "column": 4,
- "index": 546
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 158,
+ "column": 14,
+ "index": 6682
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 86,
- "column": 6,
- "index": 3066
+ "filePath": "src/textbooks/Textbooks.jsx",
+ "line": 93,
+ "column": 14,
+ "index": 2838
+ }
+ ],
+ "Add": [
+ {
+ "filePath": "plugins/course-apps/teams/Settings.jsx",
+ "line": 150,
+ "column": 34,
+ "index": 5588
},
{
- "filePath": "src/course-unit/sidebar/index.jsx",
- "line": 6,
- "column": 2,
- "index": 174
+ "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx",
+ "line": 314,
+ "column": 26,
+ "index": 11865
},
{
- "filePath": "src/export-page/CourseExportPage.jsx",
- "line": 79,
- "column": 16,
- "index": 3566
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 99,
+ "column": 26,
+ "index": 3388
},
{
- "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx",
- "line": 30,
- "column": 4,
- "index": 590
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 138,
+ "column": 24,
+ "index": 4728
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
- "line": 57,
- "column": 8,
- "index": 1357
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx",
+ "line": 54,
+ "column": 19,
+ "index": 1627
},
{
- "filePath": "src/generic/ConfirmationPopup.jsx",
- "line": 17,
- "column": 2,
- "index": 308
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/index.jsx",
+ "line": 74,
+ "column": 26,
+ "index": 2124
},
{
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 110,
- "column": 6,
- "index": 2904
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
+ "line": 175,
+ "column": 24,
+ "index": 5903
},
{
- "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
- "line": 96,
- "column": 10,
- "index": 2160
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 154,
+ "column": 20,
+ "index": 5104
},
{
- "filePath": "src/import-page/file-section/FileSection.jsx",
- "line": 26,
- "column": 4,
- "index": 883
+ "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx",
+ "line": 76,
+ "column": 22,
+ "index": 1689
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 67,
- "column": 4,
- "index": 2763
+ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
+ "line": 194,
+ "column": 24,
+ "index": 5049
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/openedx/OpenedXConfigForm.jsx",
- "line": 121,
- "column": 12,
- "index": 5473
+ "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
+ "line": 74,
+ "column": 26,
+ "index": 2400
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
- "line": 73,
- "column": 4,
- "index": 1858
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/TranscriptTab.jsx",
+ "line": 130,
+ "column": 22,
+ "index": 4037
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
- "line": 23,
- "column": 4,
- "index": 766
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/RestrictionSchedules.jsx",
+ "line": 70,
+ "column": 28,
+ "index": 2308
},
{
- "filePath": "src/pages-and-resources/pages/PageCard.jsx",
- "line": 35,
- "column": 4,
- "index": 948
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/DiscussionTopics.jsx",
+ "line": 81,
+ "column": 30,
+ "index": 3069
},
{
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 95,
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 80,
+ "column": 20,
+ "index": 2387
+ }
+ ],
+ "OverlayTrigger": [
+ {
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 154,
"column": 4,
- "index": 2637
+ "index": 4455
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 17,
+ "filePath": "src/course-outline/card-header/TitleButton.jsx",
+ "line": 25,
"column": 4,
- "index": 463
+ "index": 522
},
{
- "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
- "line": 18,
- "column": 6,
- "index": 551
+ "filePath": "src/course-outline/empty-placeholder/EmptyPlaceholder.jsx",
+ "line": 19,
+ "column": 8,
+ "index": 602
},
{
- "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
- "line": 31,
- "column": 6,
- "index": 946
+ "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
+ "line": 30,
+ "column": 8,
+ "index": 759
},
{
- "filePath": "src/studio-home/card-item/index.jsx",
+ "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
"line": 48,
- "column": 4,
- "index": 1337
+ "column": 8,
+ "index": 1318
},
{
- "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
- "line": 32,
- "column": 8,
- "index": 801
+ "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
+ "line": 77,
+ "column": 6,
+ "index": 2323
},
{
- "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
- "line": 59,
- "column": 8,
- "index": 1759
+ "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx",
+ "line": 72,
+ "column": 20,
+ "index": 2485
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx",
- "line": 17,
- "column": 4,
- "index": 584
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
+ "line": 140,
+ "column": 14,
+ "index": 4564
},
{
- "filePath": "src/studio-home/verify-email-layout/index.jsx",
- "line": 24,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 135,
"column": 10,
- "index": 756
+ "index": 4488
},
{
- "filePath": "src/taxonomy/taxonomy-card/index.jsx",
- "line": 107,
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx",
+ "line": 15,
"column": 4,
- "index": 2501
+ "index": 412
},
{
- "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx",
- "line": 12,
+ "filePath": "src/generic/clipboard/paste-component/index.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 1160
+ },
+ {
+ "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx",
+ "line": 31,
+ "column": 6,
+ "index": 873
+ },
+ {
+ "filePath": "src/taxonomy/system-defined-badge/index.jsx",
+ "line": 25,
"column": 4,
- "index": 264
+ "index": 680
},
{
- "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
- "line": 73,
- "column": 10,
- "index": 2179
+ "filePath": "src/taxonomy/taxonomy-card/index.jsx",
+ "line": 74,
+ "column": 4,
+ "index": 1790
+ },
+ {
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 47,
+ "column": 6,
+ "index": 1185
}
],
- "Card.Body": [
+ "Tooltip": [
{
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 61,
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 157,
"column": 8,
- "index": 1520
- },
- {
- "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx",
- "line": 63,
- "column": 6,
- "index": 1822
+ "index": 4520
},
{
- "filePath": "src/course-unit/sidebar/components/SidebarBody.jsx",
+ "filePath": "src/course-outline/card-header/TitleButton.jsx",
"line": 28,
- "column": 4,
- "index": 691
- },
- {
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
- "line": 59,
- "column": 10,
- "index": 1502
+ "column": 8,
+ "index": 588
},
{
- "filePath": "src/generic/ConfirmationPopup.jsx",
- "line": 23,
- "column": 4,
- "index": 444
+ "filePath": "src/course-outline/empty-placeholder/EmptyPlaceholder.jsx",
+ "line": 22,
+ "column": 12,
+ "index": 680
},
{
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 111,
- "column": 8,
- "index": 2919
+ "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
+ "line": 33,
+ "column": 12,
+ "index": 837
},
{
- "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
- "line": 97,
+ "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
+ "line": 51,
"column": 12,
- "index": 2179
+ "index": 1423
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
- "line": 79,
- "column": 6,
- "index": 2058
+ "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
+ "line": 80,
+ "column": 10,
+ "index": 2395
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
- "line": 50,
- "column": 6,
- "index": 1701
+ "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx",
+ "line": 75,
+ "column": 24,
+ "index": 2598
},
{
- "filePath": "src/pages-and-resources/pages/PageCard.jsx",
- "line": 51,
- "column": 6,
- "index": 1409
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
+ "line": 144,
+ "column": 18,
+ "index": 4683
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 18,
- "column": 6,
- "index": 504
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 139,
+ "column": 14,
+ "index": 4591
},
{
- "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
- "line": 19,
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx",
+ "line": 18,
"column": 8,
- "index": 566
+ "index": 475
},
{
- "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
- "line": 43,
- "column": 12,
- "index": 1340
+ "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx",
+ "line": 34,
+ "column": 10,
+ "index": 936
},
{
- "filePath": "src/taxonomy/taxonomy-card/index.jsx",
- "line": 126,
- "column": 6,
- "index": 3003
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 50,
+ "column": 10,
+ "index": 1254
}
],
- "Card.Header": [
+ "SpinnerSimple": [
{
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 62,
- "column": 10,
- "index": 1588
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 174,
+ "column": 30,
+ "index": 5026
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 93,
- "column": 8,
- "index": 3219
+ "filePath": "src/custom-pages/CustomPageCard.jsx",
+ "line": 61,
+ "column": 26,
+ "index": 1623
},
{
- "filePath": "src/export-page/CourseExportPage.jsx",
- "line": 80,
- "column": 18,
- "index": 3591
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 100,
+ "column": 26,
+ "index": 3423
},
{
- "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx",
- "line": 31,
- "column": 6,
- "index": 690
+ "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx",
+ "line": 26,
+ "column": 26,
+ "index": 723
+ }
+ ],
+ "CheckCircleOutline": [
+ {
+ "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx",
+ "line": 175,
+ "column": 29,
+ "index": 5096
+ }
+ ],
+ "Stack": [
+ {
+ "filePath": "src/accessibility-page/AccessibilityBody/AccessibilityBody.jsx",
+ "line": 18,
+ "column": 4,
+ "index": 480
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
- "line": 58,
+ "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx",
+ "line": 72,
"column": 10,
- "index": 1391
+ "index": 1966
},
{
- "filePath": "src/generic/ConfirmationPopup.jsx",
- "line": 18,
- "column": 4,
- "index": 349
+ "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx",
+ "line": 26,
+ "column": 14,
+ "index": 1054
},
{
- "filePath": "src/import-page/file-section/FileSection.jsx",
- "line": 27,
- "column": 6,
- "index": 896
+ "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
+ "line": 42,
+ "column": 8,
+ "index": 1174
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
- "line": 74,
+ "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
+ "line": 60,
"column": 6,
+ "index": 1885
+ },
+ {
+ "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
+ "line": 61,
+ "column": 8,
"index": 1901
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
- "line": 33,
- "column": 6,
- "index": 1059
+ "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
+ "line": 69,
+ "column": 8,
+ "index": 2377
},
{
- "filePath": "src/pages-and-resources/pages/PageCard.jsx",
- "line": 41,
+ "filePath": "src/certificates/certificate-details/CertificateDetailsForm.jsx",
+ "line": 21,
"column": 6,
- "index": 1110
+ "index": 588
},
{
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 96,
- "column": 6,
- "index": 2650
+ "filePath": "src/certificates/certificate-details/CertificateDetailsForm.jsx",
+ "line": 22,
+ "column": 8,
+ "index": 604
},
{
- "filePath": "src/studio-home/card-item/index.jsx",
- "line": 49,
- "column": 6,
- "index": 1372
+ "filePath": "src/certificates/certificate-details/CertificateDetailsForm.jsx",
+ "line": 27,
+ "column": 8,
+ "index": 886
},
{
- "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
- "line": 33,
- "column": 10,
- "index": 840
+ "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx",
+ "line": 38,
+ "column": 20,
+ "index": 1391
},
{
- "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
- "line": 60,
- "column": 10,
- "index": 1798
+ "filePath": "src/certificates/certificate-section/CertificateSection.jsx",
+ "line": 8,
+ "column": 4,
+ "index": 179
},
{
- "filePath": "src/taxonomy/taxonomy-card/index.jsx",
- "line": 114,
- "column": 6,
- "index": 2685
+ "filePath": "src/certificates/certificate-signatories/CertificateSignatories.jsx",
+ "line": 44,
+ "column": 8,
+ "index": 1258
},
{
- "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx",
- "line": 13,
+ "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx",
+ "line": 26,
"column": 6,
- "index": 277
+ "index": 609
},
{
- "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
- "line": 74,
- "column": 12,
- "index": 2252
- }
- ],
- "IconButton": [
+ "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx",
+ "line": 28,
+ "column": 8,
+ "index": 774
+ },
{
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 67,
- "column": 16,
- "index": 1736
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 85,
+ "column": 6,
+ "index": 2698
},
{
- "filePath": "src/content-tags-drawer/TagsTree.jsx",
- "line": 30,
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 87,
"column": 8,
- "index": 833
+ "index": 2885
},
{
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 132,
- "column": 12,
- "index": 3626
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 100,
+ "column": 6,
+ "index": 3323
},
{
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 153,
- "column": 18,
- "index": 4612
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 120,
+ "column": 10,
+ "index": 4127
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 98,
- "column": 14,
- "index": 3371
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 121,
+ "column": 12,
+ "index": 4203
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 106,
- "column": 22,
- "index": 3647
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 137,
+ "column": 8,
+ "index": 4808
},
{
- "filePath": "src/course-unit/header-title/HeaderTitle.jsx",
- "line": 71,
- "column": 8,
- "index": 2563
+ "filePath": "src/certificates/certificates-list/CertificatesList.jsx",
+ "line": 31,
+ "column": 18,
+ "index": 1018
},
{
- "filePath": "src/course-unit/header-title/HeaderTitle.jsx",
- "line": 77,
+ "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx",
+ "line": 66,
"column": 8,
- "index": 2758
+ "index": 1919
},
{
- "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
- "line": 65,
- "column": 8,
- "index": 1632
+ "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx",
+ "line": 69,
+ "column": 14,
+ "index": 1997
},
{
- "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
- "line": 82,
- "column": 8,
- "index": 2181
+ "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarHeader.jsx",
+ "line": 21,
+ "column": 4,
+ "index": 571
},
{
- "filePath": "src/files-and-videos/generic/FileMenu.jsx",
- "line": 28,
- "column": 10,
- "index": 592
+ "filePath": "src/content-tags-drawer/TagsTree.jsx",
+ "line": 26,
+ "column": 4,
+ "index": 683
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 40,
- "column": 6,
- "index": 762
+ "filePath": "src/course-checklist/ChecklistSection/ChecklistSection.jsx",
+ "line": 36,
+ "column": 10,
+ "index": 1246
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
- "line": 95,
- "column": 12,
- "index": 2853
+ "filePath": "src/course-checklist/CourseChecklist.jsx",
+ "line": 75,
+ "column": 8,
+ "index": 2582
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
- "line": 27,
+ "filePath": "src/course-outline/status-bar/StatusBar.jsx",
+ "line": 86,
"column": 6,
- "index": 592
+ "index": 2617
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
- "line": 66,
- "column": 18,
- "index": 2174
+ "filePath": "src/course-rerun/index.jsx",
+ "line": 51,
+ "column": 16,
+ "index": 1448
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
- "line": 81,
+ "filePath": "src/course-unit/CourseUnit.jsx",
+ "line": 207,
"column": 14,
- "index": 2758
+ "index": 7561
},
{
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 34,
- "column": 10,
- "index": 861
+ "filePath": "src/course-unit/sidebar/components/sidebar-footer/index.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 558
},
{
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 40,
- "column": 12,
- "index": 1100
+ "filePath": "src/course-unit/sidebar/components/SidebarBody.jsx",
+ "line": 32,
+ "column": 6,
+ "index": 817
},
{
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 53,
- "column": 10,
- "index": 1439
+ "filePath": "src/course-unit/sidebar/components/SidebarHeader.jsx",
+ "line": 16,
+ "column": 4,
+ "index": 600
},
{
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 69,
- "column": 6,
- "index": 1853
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
+ "line": 67,
+ "column": 8,
+ "index": 2017
},
{
- "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
- "line": 66,
- "column": 6,
- "index": 1347
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
+ "line": 99,
+ "column": 8,
+ "index": 3380
},
{
- "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx",
- "line": 23,
- "column": 8,
- "index": 738
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/index.jsx",
+ "line": 56,
+ "column": 6,
+ "index": 1469
},
{
- "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx",
- "line": 35,
- "column": 4,
- "index": 1021
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 46,
+ "column": 12,
+ "index": 1195
},
{
- "filePath": "src/studio-home/card-item/index.jsx",
- "line": 66,
- "column": 20,
- "index": 1867
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDisplay.jsx",
+ "line": 25,
+ "column": 6,
+ "index": 496
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 140,
- "column": 14,
- "index": 4223
- }
- ],
- "InfoOutline": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx",
+ "line": 84,
+ "column": 8,
+ "index": 2418
+ },
{
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 70,
- "column": 23,
- "index": 1838
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx",
+ "line": 104,
+ "column": 8,
+ "index": 3041
},
{
- "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
- "line": 97,
- "column": 15,
- "index": 2765
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx",
+ "line": 23,
+ "column": 2,
+ "index": 499
},
{
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 101,
- "column": 38,
- "index": 3016
- }
- ],
- "ModalPopup": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
+ "line": 120,
+ "column": 6,
+ "index": 3717
+ },
{
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 76,
- "column": 16,
- "index": 2076
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx",
+ "line": 48,
+ "column": 10,
+ "index": 1511
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 47,
+ "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx",
+ "line": 99,
"column": 6,
- "index": 920
+ "index": 2357
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
- "line": 44,
- "column": 6,
- "index": 1091
+ "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
+ "line": 39,
+ "column": 4,
+ "index": 862
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
- "line": 35,
- "column": 6,
- "index": 797
- }
- ],
- "ActionRow.Spacer": [
+ "filePath": "src/files-and-videos/generic/InfoModal.jsx",
+ "line": 72,
+ "column": 12,
+ "index": 2018
+ },
{
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 90,
- "column": 16,
- "index": 2619
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/InfoTab.jsx",
+ "line": 14,
+ "column": 4,
+ "index": 514
},
{
- "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx",
- "line": 23,
- "column": 10,
- "index": 695
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/TranscriptTab.jsx",
+ "line": 102,
+ "column": 4,
+ "index": 3084
},
{
- "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx",
- "line": 47,
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "line": 28,
+ "column": 6,
+ "index": 1088
+ },
+ {
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx",
+ "line": 86,
"column": 4,
- "index": 1320
+ "index": 3438
},
{
- "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx",
- "line": 30,
- "column": 10,
- "index": 647
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx",
+ "line": 145,
+ "column": 6,
+ "index": 4616
},
{
- "filePath": "src/course-updates/CourseUpdates.jsx",
- "line": 191,
- "column": 26,
- "index": 7771
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 1128
},
{
- "filePath": "src/course-updates/CourseUpdates.jsx",
- "line": 204,
- "column": 26,
- "index": 8467
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
+ "line": 101,
+ "column": 4,
+ "index": 3889
},
{
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 72,
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadProgressList.jsx",
+ "line": 25,
"column": 8,
- "index": 1891
+ "index": 718
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 130,
- "column": 10,
- "index": 4329
+ "filePath": "src/generic/clipboard/paste-component/components/PopoverContent.jsx",
+ "line": 22,
+ "column": 6,
+ "index": 710
},
{
- "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
- "line": 64,
+ "filePath": "src/generic/clipboard/paste-component/components/PopoverContent.jsx",
+ "line": 23,
"column": 8,
- "index": 1603
+ "index": 726
},
{
- "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
- "line": 81,
- "column": 8,
- "index": 2152
+ "filePath": "src/generic/configure-modal/BasicTab.jsx",
+ "line": 36,
+ "column": 12,
+ "index": 931
},
{
- "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
- "line": 102,
- "column": 8,
- "index": 2866
+ "filePath": "src/generic/configure-modal/BasicTab.jsx",
+ "line": 76,
+ "column": 16,
+ "index": 2483
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
- "line": 80,
- "column": 14,
- "index": 2723
+ "filePath": "src/group-configurations/common/TitleButton.jsx",
+ "line": 37,
+ "column": 8,
+ "index": 1057
},
{
- "filePath": "src/files-and-videos/videos-page/VideosPage.jsx",
- "line": 258,
- "column": 10,
- "index": 7551
+ "filePath": "src/group-configurations/common/UsageList.jsx",
+ "line": 35,
+ "column": 6,
+ "index": 1076
},
{
- "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx",
- "line": 77,
- "column": 14,
- "index": 2478
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCardGroup.jsx",
+ "line": 10,
+ "column": 4,
+ "index": 254
},
{
- "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
"line": 40,
- "column": 16,
- "index": 1113
- }
- ],
- "Card.Section": [
+ "column": 6,
+ "index": 1206
+ },
{
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 94,
- "column": 10,
- "index": 2705
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
+ "line": 51,
+ "column": 14,
+ "index": 1549
},
{
- "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx",
- "line": 25,
+ "filePath": "src/group-configurations/index.jsx",
+ "line": 83,
"column": 12,
- "index": 1025
+ "index": 2662
},
{
- "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx",
- "line": 37,
- "column": 18,
- "index": 1356
+ "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx",
+ "line": 58,
+ "column": 6,
+ "index": 1812
},
{
- "filePath": "src/certificates/certificate-without-modes/CertificateWithoutModes.jsx",
- "line": 10,
- "column": 6,
- "index": 228
+ "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
+ "line": 27,
+ "column": 4,
+ "index": 777
},
{
- "filePath": "src/certificates/certificates-list/CertificatesList.jsx",
- "line": 30,
- "column": 16,
- "index": 985
+ "filePath": "src/schedule-and-details/requirements-section/grade-requirements/index.jsx",
+ "line": 22,
+ "column": 4,
+ "index": 583
},
{
- "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx",
+ "filePath": "src/studio-home/processing-courses/index.jsx",
"line": 20,
"column": 6,
- "index": 559
+ "index": 617
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 147,
- "column": 8,
- "index": 5407
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 45,
+ "column": 6,
+ "index": 1139
},
{
- "filePath": "src/export-page/CourseExportPage.jsx",
- "line": 85,
- "column": 20,
- "index": 3818
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 47,
+ "column": 8,
+ "index": 1281
},
{
- "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx",
- "line": 56,
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 102,
"column": 6,
- "index": 1540
+ "index": 2779
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
- "line": 60,
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 129,
"column": 12,
- "index": 1526
+ "index": 3707
},
{
- "filePath": "src/generic/ConfirmationPopup.jsx",
- "line": 24,
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 136,
+ "column": 14,
+ "index": 4003
+ },
+ {
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 195,
"column": 6,
- "index": 462
+ "index": 5641
},
{
- "filePath": "src/import-page/file-section/FileSection.jsx",
- "line": 32,
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 227,
"column": 6,
- "index": 1106
+ "index": 6671
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
- "line": 80,
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 254,
+ "column": 6,
+ "index": 7453
+ },
+ {
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 412,
"column": 8,
- "index": 2078
+ "index": 11763
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
- "line": 52,
- "column": 10,
- "index": 1761
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 174,
+ "column": 12,
+ "index": 4637
+ }
+ ],
+ "MailtoLink": [
+ {
+ "filePath": "src/accessibility-page/AccessibilityBody/AccessibilityBody.jsx",
+ "line": 43,
+ "column": 16,
+ "index": 1230
},
{
- "filePath": "src/pages-and-resources/pages/PageCard.jsx",
- "line": 52,
+ "filePath": "src/accessibility-page/AccessibilityBody/AccessibilityBody.jsx",
+ "line": 79,
+ "column": 14,
+ "index": 2248
+ },
+ {
+ "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx",
+ "line": 42,
"column": 8,
- "index": 1429
+ "index": 1279
},
{
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 101,
- "column": 6,
- "index": 2769
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 76,
+ "column": 16,
+ "index": 3131
},
{
- "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
- "line": 32,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 89,
+ "column": 16,
+ "index": 3536
+ },
+ {
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/AppExternalLinks.jsx",
+ "line": 50,
+ "column": 16,
+ "index": 1468
+ },
+ {
+ "filePath": "src/schedule-and-details/basic-section/index.jsx",
+ "line": 113,
"column": 8,
- "index": 961
+ "index": 3165
},
{
- "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
- "line": 46,
- "column": 10,
- "index": 1329
+ "filePath": "src/studio-home/home-sidebar/index.jsx",
+ "line": 53,
+ "column": 16,
+ "index": 1971
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx",
- "line": 18,
+ "filePath": "src/studio-home/home-sidebar/index.jsx",
+ "line": 83,
+ "column": 16,
+ "index": 2995
+ }
+ ],
+ "Container": [
+ {
+ "filePath": "src/accessibility-page/AccessibilityPage.jsx",
+ "line": 28,
"column": 6,
- "index": 613
+ "index": 826
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx",
- "line": 27,
- "column": 10,
- "index": 925
+ "filePath": "src/advanced-settings/AdvancedSettings.jsx",
+ "line": 133,
+ "column": 6,
+ "index": 4962
},
{
- "filePath": "src/studio-home/verify-email-layout/index.jsx",
+ "filePath": "src/certificates/layout/MainLayout.jsx",
"line": 25,
- "column": 12,
- "index": 791
+ "column": 6,
+ "index": 821
},
{
- "filePath": "src/taxonomy/taxonomy-card/index.jsx",
- "line": 131,
- "column": 8,
- "index": 3263
+ "filePath": "src/course-checklist/ChecklistSection/ChecklistSection.jsx",
+ "line": 25,
+ "column": 4,
+ "index": 834
},
{
- "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx",
- "line": 14,
+ "filePath": "src/course-checklist/CourseChecklist.jsx",
+ "line": 46,
"column": 6,
- "index": 358
+ "index": 1755
},
{
- "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx",
- "line": 18,
+ "filePath": "src/course-checklist/CourseChecklist.jsx",
+ "line": 63,
"column": 6,
- "index": 527
+ "index": 2188
},
{
- "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx",
- "line": 21,
+ "filePath": "src/course-outline/CourseOutline.jsx",
+ "line": 239,
"column": 6,
- "index": 665
- }
- ],
- "Card.Status": [
+ "index": 7340
+ },
{
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 108,
- "column": 10,
- "index": 3204
- }
- ],
- "Card.Footer": [
- {
- "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx",
- "line": 48,
- "column": 12,
- "index": 1888
+ "filePath": "src/course-outline/CourseOutline.jsx",
+ "line": 263,
+ "column": 6,
+ "index": 8238
},
{
- "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx",
- "line": 60,
- "column": 18,
- "index": 2357
+ "filePath": "src/course-rerun/index.jsx",
+ "line": 46,
+ "column": 6,
+ "index": 1264
},
{
- "filePath": "src/course-unit/sidebar/components/sidebar-footer/index.jsx",
- "line": 20,
- "column": 4,
- "index": 474
+ "filePath": "src/course-team/CourseTeam.jsx",
+ "line": 62,
+ "column": 6,
+ "index": 1889
},
{
- "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx",
+ "filePath": "src/course-team/CourseTeam.jsx",
"line": 75,
"column": 6,
- "index": 2305
+ "index": 2137
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
- "line": 63,
- "column": 12,
- "index": 1656
+ "filePath": "src/course-unit/CourseUnit.jsx",
+ "line": 89,
+ "column": 6,
+ "index": 3016
},
{
- "filePath": "src/generic/ConfirmationPopup.jsx",
- "line": 25,
+ "filePath": "src/course-unit/CourseUnit.jsx",
+ "line": 97,
"column": 6,
- "index": 574
+ "index": 3160
},
{
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 122,
- "column": 8,
- "index": 3267
+ "filePath": "src/course-updates/CourseUpdates.jsx",
+ "line": 74,
+ "column": 6,
+ "index": 2718
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
- "line": 83,
- "column": 8,
- "index": 2240
+ "filePath": "src/course-updates/CourseUpdates.jsx",
+ "line": 87,
+ "column": 6,
+ "index": 3019
},
{
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 112,
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 118,
"column": 6,
- "index": 3105
+ "index": 4000
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 94,
- "column": 6,
- "index": 3653
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx",
+ "line": 111,
+ "column": 10,
+ "index": 3502
},
{
- "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
- "line": 32,
- "column": 8,
- "index": 992
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx",
+ "line": 26,
+ "column": 4,
+ "index": 572
},
{
- "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
- "line": 72,
- "column": 10,
- "index": 2247
- }
- ],
- "IconButtonWithTooltip": [
+ "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx",
+ "line": 22,
+ "column": 4,
+ "index": 499
+ },
{
- "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
- "line": 43,
- "column": 10,
- "index": 1223
+ "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx",
+ "line": 31,
+ "column": 4,
+ "index": 951
},
{
- "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
- "line": 50,
- "column": 10,
- "index": 1557
+ "filePath": "src/export-page/CourseExportPage.jsx",
+ "line": 55,
+ "column": 6,
+ "index": 2602
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx",
- "line": 35,
+ "filePath": "src/export-page/CourseExportPage.jsx",
+ "line": 72,
"column": 6,
- "index": 1180
+ "index": 3035
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 89,
- "column": 12,
- "index": 2969
+ "filePath": "src/files-and-videos/files-page/FilesPage.jsx",
+ "line": 182,
+ "column": 6,
+ "index": 5436
},
{
- "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx",
- "line": 55,
- "column": 12,
- "index": 1857
+ "filePath": "src/files-and-videos/videos-page/VideosPage.jsx",
+ "line": 245,
+ "column": 6,
+ "index": 7071
},
{
- "filePath": "src/course-updates/course-handouts/CourseHandouts.jsx",
- "line": 16,
- "column": 8,
- "index": 623
+ "filePath": "src/grading-settings/GradingSettings.jsx",
+ "line": 94,
+ "column": 6,
+ "index": 3332
},
{
- "filePath": "src/course-updates/course-update/CourseUpdate.jsx",
- "line": 30,
- "column": 10,
- "index": 1098
+ "filePath": "src/grading-settings/GradingSettings.jsx",
+ "line": 134,
+ "column": 6,
+ "index": 4324
},
{
- "filePath": "src/course-updates/course-update/CourseUpdate.jsx",
- "line": 38,
- "column": 10,
- "index": 1391
+ "filePath": "src/group-configurations/index.jsx",
+ "line": 48,
+ "column": 6,
+ "index": 1678
},
{
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 73,
- "column": 8,
- "index": 1920
+ "filePath": "src/group-configurations/index.jsx",
+ "line": 69,
+ "column": 6,
+ "index": 2148
},
{
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 83,
- "column": 8,
- "index": 2325
+ "filePath": "src/import-page/CourseImportPage.jsx",
+ "line": 50,
+ "column": 6,
+ "index": 2159
},
{
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 93,
- "column": 8,
- "index": 2795
+ "filePath": "src/import-page/CourseImportPage.jsx",
+ "line": 67,
+ "column": 6,
+ "index": 2592
},
{
- "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
- "line": 93,
- "column": 8,
- "index": 2584
+ "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
+ "line": 117,
+ "column": 4,
+ "index": 3455
},
{
- "filePath": "src/grading-settings/grading-scale/GradingScale.jsx",
- "line": 191,
+ "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
+ "line": 107,
"column": 6,
- "index": 6127
+ "index": 3873
},
{
- "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
- "line": 90,
- "column": 16,
- "index": 2628
+ "filePath": "src/schedule-and-details/index.jsx",
+ "line": 176,
+ "column": 6,
+ "index": 5273
},
{
- "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
- "line": 98,
- "column": 16,
- "index": 2995
+ "filePath": "src/taxonomy/delete-dialog/index.jsx",
+ "line": 41,
+ "column": 4,
+ "index": 953
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
- "line": 111,
- "column": 14,
- "index": 3329
+ "filePath": "src/taxonomy/export-modal/index.jsx",
+ "line": 29,
+ "column": 4,
+ "index": 687
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
- "line": 119,
- "column": 14,
- "index": 3680
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 153,
+ "column": 28,
+ "index": 4635
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
- "line": 60,
- "column": 16,
- "index": 1930
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 423,
+ "column": 4,
+ "index": 12103
},
{
- "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
- "line": 78,
- "column": 18,
- "index": 2367
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 149,
+ "column": 4,
+ "index": 3797
},
{
- "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
- "line": 85,
- "column": 18,
- "index": 2683
+ "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx",
+ "line": 65,
+ "column": 8,
+ "index": 1714
},
{
- "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
- "line": 92,
- "column": 18,
- "index": 2993
+ "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx",
+ "line": 82,
+ "column": 8,
+ "index": 2240
},
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 104,
- "column": 26,
- "index": 4023
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 186,
+ "column": 8,
+ "index": 5394
},
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 114,
- "column": 26,
- "index": 4600
- }
- ],
- "EditOutlineIcon": [
- {
- "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
- "line": 44,
- "column": 17,
- "index": 1263
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 196,
+ "column": 8,
+ "index": 5750
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx",
- "line": 37,
- "column": 13,
- "index": 1261
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 232,
+ "column": 12,
+ "index": 6816
},
{
- "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
- "line": 93,
- "column": 23,
- "index": 2803
+ "filePath": "src/textbooks/Textbooks.jsx",
+ "line": 60,
+ "column": 6,
+ "index": 1973
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
- "line": 114,
- "column": 21,
- "index": 3498
+ "filePath": "src/textbooks/Textbooks.jsx",
+ "line": 81,
+ "column": 6,
+ "index": 2405
}
],
- "DeleteOutlineIcon": [
+ "CheckCircle": [
{
- "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
- "line": 51,
- "column": 17,
- "index": 1597
+ "filePath": "src/advanced-settings/AdvancedSettings.jsx",
+ "line": 150,
+ "column": 22,
+ "index": 5733
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 90,
- "column": 19,
- "index": 3011
+ "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx",
+ "line": 47,
+ "column": 17,
+ "index": 1914
},
{
- "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
- "line": 106,
- "column": 23,
- "index": 3379
+ "filePath": "src/grading-settings/assignment-section/index.jsx",
+ "line": 178,
+ "column": 22,
+ "index": 7188
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
- "line": 127,
- "column": 21,
- "index": 4071
+ "filePath": "src/grading-settings/GradingSettings.jsx",
+ "line": 139,
+ "column": 18,
+ "index": 4510
}
],
- "Image": [
+ "Layout": [
{
- "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx",
- "line": 45,
+ "filePath": "src/advanced-settings/AdvancedSettings.jsx",
+ "line": 161,
"column": 10,
- "index": 1578
- },
- {
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 113,
- "column": 12,
- "index": 3885
- },
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 247,
- "column": 12,
- "index": 8795
- },
- {
- "filePath": "src/files-and-videos/files-page/FileThumbnail.jsx",
- "line": 30,
- "column": 8,
- "index": 612
+ "index": 6257
},
{
- "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx",
- "line": 59,
- "column": 12,
- "index": 1919
+ "filePath": "src/certificates/layout/MainLayout.jsx",
+ "line": 34,
+ "column": 10,
+ "index": 1176
},
{
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 61,
- "column": 6,
- "index": 1686
+ "filePath": "src/course-outline/CourseOutline.jsx",
+ "line": 309,
+ "column": 10,
+ "index": 10406
},
{
- "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
- "line": 57,
- "column": 8,
- "index": 1177
- }
- ],
- "FormLabel": [
- {
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 103,
- "column": 12,
- "index": 3468
+ "filePath": "src/course-rerun/index.jsx",
+ "line": 66,
+ "column": 10,
+ "index": 2039
},
{
- "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
- "line": 111,
+ "filePath": "src/course-team/CourseTeam.jsx",
+ "line": 77,
"column": 10,
- "index": 3772
+ "index": 2255
},
{
- "filePath": "src/studio-home/organization-section/index.jsx",
- "line": 49,
- "column": 8,
- "index": 1734
- }
- ],
- "AddIcon": [
- {
- "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx",
- "line": 25,
- "column": 24,
- "index": 758
+ "filePath": "src/course-unit/CourseUnit.jsx",
+ "line": 160,
+ "column": 10,
+ "index": 5768
},
{
"filePath": "src/course-updates/CourseUpdates.jsx",
- "line": 144,
- "column": 36,
- "index": 5392
+ "line": 137,
+ "column": 10,
+ "index": 5066
},
{
- "filePath": "src/course-updates/CourseUpdates.jsx",
- "line": 197,
- "column": 40,
- "index": 8077
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 157,
+ "column": 8,
+ "index": 5312
},
{
- "filePath": "src/group-configurations/content-groups-section/index.jsx",
- "line": 63,
- "column": 26,
- "index": 2174
+ "filePath": "src/export-page/CourseExportPage.jsx",
+ "line": 74,
+ "column": 10,
+ "index": 3145
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
- "line": 85,
- "column": 20,
- "index": 2793
+ "filePath": "src/export-page/export-footer/ExportFooter.jsx",
+ "line": 12,
+ "column": 4,
+ "index": 256
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/index.jsx",
- "line": 51,
- "column": 26,
- "index": 1794
+ "filePath": "src/grading-settings/GradingSettings.jsx",
+ "line": 148,
+ "column": 12,
+ "index": 4895
},
{
- "filePath": "src/schedule-and-details/instructors-section/index.jsx",
- "line": 72,
- "column": 26,
- "index": 2014
+ "filePath": "src/group-configurations/index.jsx",
+ "line": 75,
+ "column": 8,
+ "index": 2395
},
{
- "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx",
- "line": 61,
- "column": 26,
- "index": 1915
+ "filePath": "src/import-page/CourseImportPage.jsx",
+ "line": 69,
+ "column": 10,
+ "index": 2702
},
{
- "filePath": "src/studio-home/StudioHome.jsx",
- "line": 75,
- "column": 22,
- "index": 2248
+ "filePath": "src/schedule-and-details/index.jsx",
+ "line": 227,
+ "column": 10,
+ "index": 7104
},
{
- "filePath": "src/studio-home/StudioHome.jsx",
- "line": 98,
- "column": 20,
- "index": 3151
+ "filePath": "src/studio-home/verify-email-layout/index.jsx",
+ "line": 14,
+ "column": 4,
+ "index": 424
},
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 145,
- "column": 34,
- "index": 6172
+ "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx",
+ "line": 83,
+ "column": 10,
+ "index": 2272
},
{
"filePath": "src/textbooks/Textbooks.jsx",
- "line": 77,
- "column": 28,
- "index": 2388
- }
- ],
- "DropdownButton": [
- {
- "filePath": "src/certificates/layout/header-buttons/HeaderButtons.jsx",
- "line": 22,
- "column": 6,
- "index": 478
+ "line": 102,
+ "column": 10,
+ "index": 3115
}
],
- "Dropdown.Item": [
+ "Layout.Element": [
{
- "filePath": "src/certificates/layout/header-buttons/HeaderButtons.jsx",
- "line": 23,
- "column": 35,
- "index": 621
+ "filePath": "src/advanced-settings/AdvancedSettings.jsx",
+ "line": 168,
+ "column": 12,
+ "index": 6509
},
{
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 160,
- "column": 16,
- "index": 4866
+ "filePath": "src/advanced-settings/AdvancedSettings.jsx",
+ "line": 226,
+ "column": 12,
+ "index": 9407
},
{
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 170,
- "column": 14,
- "index": 5324
+ "filePath": "src/certificates/layout/MainLayout.jsx",
+ "line": 41,
+ "column": 12,
+ "index": 1428
},
{
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 177,
- "column": 14,
- "index": 5624
- },
- {
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 184,
- "column": 16,
- "index": 5960
- },
- {
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 193,
- "column": 16,
- "index": 6313
- },
- {
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 198,
- "column": 16,
- "index": 6514
- },
- {
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 207,
- "column": 18,
- "index": 6863
- },
- {
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 214,
- "column": 18,
- "index": 7192
- },
- {
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 224,
- "column": 16,
- "index": 7602
+ "filePath": "src/certificates/layout/MainLayout.jsx",
+ "line": 46,
+ "column": 12,
+ "index": 1575
},
{
- "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
- "line": 32,
- "column": 16,
- "index": 1216
+ "filePath": "src/course-outline/CourseOutline.jsx",
+ "line": 316,
+ "column": 12,
+ "index": 10662
},
{
- "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
- "line": 61,
- "column": 16,
- "index": 2281
+ "filePath": "src/course-outline/CourseOutline.jsx",
+ "line": 459,
+ "column": 12,
+ "index": 19401
},
{
- "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
- "line": 28,
- "column": 10,
- "index": 926
+ "filePath": "src/course-rerun/index.jsx",
+ "line": 73,
+ "column": 12,
+ "index": 2291
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 112,
- "column": 18,
- "index": 3874
+ "filePath": "src/course-rerun/index.jsx",
+ "line": 79,
+ "column": 12,
+ "index": 2508
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 115,
- "column": 18,
- "index": 4074
+ "filePath": "src/course-team/CourseTeam.jsx",
+ "line": 84,
+ "column": 12,
+ "index": 2507
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 119,
- "column": 20,
- "index": 4249
+ "filePath": "src/course-team/CourseTeam.jsx",
+ "line": 152,
+ "column": 12,
+ "index": 5462
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 123,
- "column": 18,
- "index": 4472
+ "filePath": "src/course-unit/CourseUnit.jsx",
+ "line": 167,
+ "column": 12,
+ "index": 6020
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 126,
- "column": 18,
- "index": 4650
+ "filePath": "src/course-unit/CourseUnit.jsx",
+ "line": 206,
+ "column": 12,
+ "index": 7530
},
{
- "filePath": "src/files-and-videos/generic/FileMenu.jsx",
- "line": 36,
- "column": 8,
- "index": 766
+ "filePath": "src/course-updates/CourseUpdates.jsx",
+ "line": 144,
+ "column": 12,
+ "index": 5258
},
{
- "filePath": "src/files-and-videos/generic/FileMenu.jsx",
- "line": 43,
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 164,
"column": 10,
- "index": 967
+ "index": 5660
},
{
- "filePath": "src/files-and-videos/generic/FileMenu.jsx",
- "line": 48,
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 209,
"column": 10,
- "index": 1164
+ "index": 7523
},
{
- "filePath": "src/files-and-videos/generic/FileMenu.jsx",
- "line": 53,
- "column": 10,
- "index": 1358
+ "filePath": "src/export-page/CourseExportPage.jsx",
+ "line": 81,
+ "column": 12,
+ "index": 3397
},
{
- "filePath": "src/files-and-videos/generic/FileMenu.jsx",
- "line": 58,
- "column": 6,
- "index": 1562
+ "filePath": "src/export-page/CourseExportPage.jsx",
+ "line": 112,
+ "column": 12,
+ "index": 4805
},
{
- "filePath": "src/files-and-videos/generic/FileMenu.jsx",
- "line": 61,
+ "filePath": "src/export-page/export-footer/ExportFooter.jsx",
+ "line": 19,
"column": 6,
- "index": 1681
+ "index": 531
},
{
- "filePath": "src/files-and-videos/generic/FileMenu.jsx",
- "line": 65,
+ "filePath": "src/export-page/export-footer/ExportFooter.jsx",
+ "line": 31,
"column": 6,
- "index": 1826
- },
- {
- "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
- "line": 51,
- "column": 12,
- "index": 1502
- },
- {
- "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
- "line": 58,
- "column": 10,
- "index": 1762
+ "index": 1178
},
{
- "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
- "line": 65,
- "column": 10,
- "index": 2034
+ "filePath": "src/export-page/export-footer/ExportFooter.jsx",
+ "line": 32,
+ "column": 6,
+ "index": 1203
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx",
- "line": 38,
+ "filePath": "src/grading-settings/GradingSettings.jsx",
+ "line": 155,
"column": 14,
- "index": 1138
+ "index": 5161
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx",
- "line": 45,
+ "filePath": "src/grading-settings/GradingSettings.jsx",
+ "line": 232,
"column": 14,
- "index": 1446
+ "index": 9050
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx",
- "line": 51,
- "column": 12,
- "index": 1680
+ "filePath": "src/group-configurations/index.jsx",
+ "line": 82,
+ "column": 10,
+ "index": 2633
},
{
- "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
- "line": 182,
+ "filePath": "src/group-configurations/index.jsx",
+ "line": 107,
"column": 10,
- "index": 5835
+ "index": 3550
},
{
- "filePath": "src/schedule-and-details/details-section/index.jsx",
- "line": 32,
- "column": 14,
- "index": 1202
+ "filePath": "src/import-page/CourseImportPage.jsx",
+ "line": 76,
+ "column": 12,
+ "index": 2954
},
{
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
- "line": 40,
- "column": 10,
- "index": 1336
+ "filePath": "src/import-page/CourseImportPage.jsx",
+ "line": 89,
+ "column": 12,
+ "index": 3632
},
{
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
- "line": 47,
+ "filePath": "src/schedule-and-details/index.jsx",
+ "line": 234,
"column": 12,
- "index": 1649
+ "index": 7356
},
{
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 134,
- "column": 16,
- "index": 4284
+ "filePath": "src/schedule-and-details/index.jsx",
+ "line": 333,
+ "column": 12,
+ "index": 11823
},
{
- "filePath": "src/studio-home/card-item/index.jsx",
- "line": 73,
- "column": 18,
- "index": 2097
+ "filePath": "src/studio-home/verify-email-layout/index.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 634
},
{
- "filePath": "src/studio-home/card-item/index.jsx",
- "line": 77,
- "column": 16,
- "index": 2272
+ "filePath": "src/studio-home/verify-email-layout/index.jsx",
+ "line": 34,
+ "column": 6,
+ "index": 1083
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx",
- "line": 44,
- "column": 10,
- "index": 1363
+ "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx",
+ "line": 90,
+ "column": 12,
+ "index": 2524
},
{
- "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx",
- "line": 155,
- "column": 10,
- "index": 4896
+ "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx",
+ "line": 93,
+ "column": 12,
+ "index": 2638
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 64,
+ "filePath": "src/textbooks/Textbooks.jsx",
+ "line": 109,
"column": 12,
- "index": 1775
+ "index": 3371
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 70,
+ "filePath": "src/textbooks/Textbooks.jsx",
+ "line": 139,
"column": 12,
- "index": 2033
+ "index": 4750
}
],
- "Spinner": [
- {
- "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
- "line": 112,
- "column": 4,
- "index": 3636
- },
+ "Warning": [
{
- "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx",
- "line": 158,
+ "filePath": "src/advanced-settings/AdvancedSettings.jsx",
+ "line": 264,
"column": 16,
- "index": 4967
+ "index": 10876
},
{
- "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx",
- "line": 229,
- "column": 18,
- "index": 7844
+ "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
+ "line": 108,
+ "column": 29,
+ "index": 3223
},
{
- "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx",
- "line": 235,
- "column": 10,
- "index": 8716
+ "filePath": "src/grading-settings/assignment-section/index.jsx",
+ "line": 143,
+ "column": 22,
+ "index": 5558
},
{
- "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx",
- "line": 51,
- "column": 8,
- "index": 1487
+ "filePath": "src/grading-settings/assignment-section/index.jsx",
+ "line": 164,
+ "column": 22,
+ "index": 6521
},
{
- "filePath": "src/generic/Loading.jsx",
- "line": 7,
- "column": 2,
- "index": 220
+ "filePath": "src/grading-settings/GradingSettings.jsx",
+ "line": 273,
+ "column": 16,
+ "index": 10656
},
{
- "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
- "line": 99,
- "column": 16,
- "index": 2268
+ "filePath": "src/taxonomy/delete-dialog/index.jsx",
+ "line": 53,
+ "column": 23,
+ "index": 1420
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 145,
- "column": 10,
- "index": 4220
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 413,
+ "column": 21,
+ "index": 11823
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 233,
- "column": 14,
- "index": 6889
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 41,
+ "column": 12,
+ "index": 941
}
],
- "Collapsible.Advanced": [
- {
- "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
- "line": 373,
- "column": 6,
- "index": 12846
- },
- {
- "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
- "line": 102,
- "column": 18,
- "index": 3632
- },
+ "AlertModal": [
{
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 19,
+ "filePath": "src/advanced-settings/modal-error/ModalError.jsx",
+ "line": 12,
"column": 2,
- "index": 373
- },
- {
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 99,
- "column": 6,
- "index": 2859
+ "index": 417
},
{
- "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
- "line": 98,
+ "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx",
+ "line": 23,
"column": 4,
- "index": 3245
- }
- ],
- "Collapsible.Trigger": [
- {
- "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
- "line": 379,
- "column": 8,
- "index": 13086
+ "index": 516
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
- "line": 105,
- "column": 20,
- "index": 3756
+ "filePath": "src/course-team/info-modal/InfoModal.jsx",
+ "line": 36,
+ "column": 4,
+ "index": 734
},
{
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 27,
+ "filePath": "src/course-updates/delete-modal/DeleteModal.jsx",
+ "line": 16,
"column": 4,
- "index": 566
+ "index": 331
},
{
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 100,
- "column": 8,
- "index": 2890
+ "filePath": "src/custom-pages/CustomPageCard.jsx",
+ "line": 104,
+ "column": 6,
+ "index": 3235
},
{
- "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
- "line": 102,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx",
+ "line": 66,
"column": 6,
- "index": 3448
- }
- ],
- "Collapsible.Visible": [
+ "index": 1894
+ },
{
- "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
- "line": 380,
- "column": 10,
- "index": 13157
+ "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx",
+ "line": 59,
+ "column": 4,
+ "index": 1651
},
{
- "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
- "line": 384,
- "column": 10,
- "index": 13279
+ "filePath": "src/generic/delete-modal/DeleteModal.jsx",
+ "line": 29,
+ "column": 4,
+ "index": 677
},
{
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 32,
- "column": 6,
- "index": 775
+ "filePath": "src/generic/modal-notification/index.jsx",
+ "line": 8,
+ "column": 2,
+ "index": 274
},
{
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 37,
+ "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
+ "line": 162,
"column": 6,
- "index": 988
+ "index": 5501
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/FeaturesList.jsx",
- "line": 14,
- "column": 8,
- "index": 404
- },
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 36,
+ "column": 4,
+ "index": 783
+ }
+ ],
+ "Error": [
{
- "filePath": "src/pages-and-resources/discussions/app-list/FeaturesList.jsx",
- "line": 17,
- "column": 8,
- "index": 553
+ "filePath": "src/advanced-settings/modal-error/ModalErrorListItem.jsx",
+ "line": 15,
+ "column": 21,
+ "index": 546
},
{
- "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
- "line": 104,
- "column": 8,
- "index": 3613
+ "filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx",
+ "line": 49,
+ "column": 12,
+ "index": 1162
},
{
- "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
- "line": 113,
- "column": 8,
- "index": 3874
- }
- ],
- "KeyboardArrowDown": [
+ "filePath": "src/files-and-videos/generic/InfoModal.jsx",
+ "line": 63,
+ "column": 27,
+ "index": 1677
+ },
{
- "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
- "line": 381,
+ "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx",
+ "line": 33,
"column": 23,
- "index": 13213
- }
- ],
- "KeyboardArrowUp": [
+ "index": 884
+ },
{
- "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
- "line": 385,
+ "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx",
+ "line": 33,
"column": 23,
- "index": 13333
+ "index": 875
}
],
- "Collapsible.Body": [
+ "useToggle": [
{
- "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
- "line": 390,
- "column": 8,
- "index": 13484
+ "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
+ "line": 33,
+ "column": 32,
+ "index": 801
},
{
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 57,
- "column": 4,
- "index": 1593
+ "filePath": "src/certificates/certificate-details/hooks/useCertificateDetails.jsx",
+ "line": 13,
+ "column": 53,
+ "index": 544
},
{
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 104,
- "column": 8,
- "index": 3150
+ "filePath": "src/certificates/certificate-details/hooks/useCertificateDetails.jsx",
+ "line": 14,
+ "column": 59,
+ "index": 621
},
{
- "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
- "line": 124,
- "column": 6,
- "index": 4163
- }
- ],
- "Chip": [
+ "filePath": "src/certificates/certificate-edit-form/hooks/useCertificateEditForm.jsx",
+ "line": 12,
+ "column": 53,
+ "index": 546
+ },
{
- "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
- "line": 470,
- "column": 8,
- "index": 17020
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 32,
+ "column": 32,
+ "index": 989
},
{
- "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx",
- "line": 30,
- "column": 10,
- "index": 882
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 33,
+ "column": 53,
+ "index": 1060
},
{
- "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx",
- "line": 76,
- "column": 8,
- "index": 2416
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 62,
+ "column": 80,
+ "index": 1602
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 181,
- "column": 18,
- "index": 5009
- }
- ],
- "Tag": [
- {
- "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
- "line": 472,
- "column": 22,
- "index": 17079
+ "filePath": "src/course-outline/hooks.jsx",
+ "line": 89,
+ "column": 95,
+ "index": 2936
},
{
- "filePath": "src/content-tags-drawer/TagsTree.jsx",
- "line": 27,
- "column": 17,
- "index": 731
+ "filePath": "src/course-outline/hooks.jsx",
+ "line": 93,
+ "column": 77,
+ "index": 3244
},
{
- "filePath": "src/generic/tag-count/index.jsx",
- "line": 9,
- "column": 39,
- "index": 290
- }
- ],
- "useCheckboxSetValues": [
+ "filePath": "src/course-outline/hooks.jsx",
+ "line": 94,
+ "column": 68,
+ "index": 3330
+ },
{
- "filePath": "src/content-tags-drawer/ContentTagsCollapsibleHelper.jsx",
- "line": 114,
- "column": 48,
- "index": 3893
+ "filePath": "src/course-outline/hooks.jsx",
+ "line": 95,
+ "column": 74,
+ "index": 3422
},
{
- "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
- "line": 32,
- "column": 7,
- "index": 1019
- }
- ],
- "Toast": [
+ "filePath": "src/course-outline/hooks.jsx",
+ "line": 96,
+ "column": 65,
+ "index": 3505
+ },
{
- "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx",
- "line": 240,
- "column": 12,
- "index": 8174
+ "filePath": "src/course-outline/section-card/SectionCard.jsx",
+ "line": 75,
+ "column": 44,
+ "index": 2556
},
{
- "filePath": "src/course-outline/CourseOutline.jsx",
- "line": 483,
- "column": 8,
- "index": 20141
+ "filePath": "src/course-outline/status-bar/StatusBar.jsx",
+ "line": 78,
+ "column": 80,
+ "index": 2533
},
{
- "filePath": "src/files-and-videos/generic/ApiStatusToast.jsx",
- "line": 23,
- "column": 4,
- "index": 445
+ "filePath": "src/course-outline/subsection-card/SubsectionCard.jsx",
+ "line": 50,
+ "column": 44,
+ "index": 1764
},
{
- "filePath": "src/taxonomy/TaxonomyLayout.jsx",
+ "filePath": "src/course-outline/unit-card/UnitCard.jsx",
"line": 41,
- "column": 10,
- "index": 1449
- }
- ],
- "Sheet": [
+ "column": 44,
+ "index": 1320
+ },
{
- "filePath": "src/content-tags-drawer/ContentTagsDrawerSheet.jsx",
- "line": 17,
- "column": 6,
- "index": 581
+ "filePath": "src/course-team/hooks.jsx",
+ "line": 32,
+ "column": 59,
+ "index": 1079
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
- "line": 54,
- "column": 4,
- "index": 1876
- }
- ],
- "Collapsible": [
+ "filePath": "src/course-team/hooks.jsx",
+ "line": 33,
+ "column": 46,
+ "index": 1143
+ },
{
- "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx",
- "line": 72,
- "column": 20,
- "index": 2111
+ "filePath": "src/course-unit/add-component/AddComponent.jsx",
+ "line": 23,
+ "column": 56,
+ "index": 1043
},
{
- "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx",
- "line": 34,
- "column": 6,
- "index": 921
+ "filePath": "src/course-unit/add-component/AddComponent.jsx",
+ "line": 24,
+ "column": 44,
+ "index": 1105
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/FeaturesList.jsx",
- "line": 10,
- "column": 2,
- "index": 312
+ "filePath": "src/course-unit/add-component/AddComponent.jsx",
+ "line": 25,
+ "column": 74,
+ "index": 1197
},
{
- "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
- "line": 103,
- "column": 14,
- "index": 3419
- }
- ],
- "ArrowDropDown": [
+ "filePath": "src/course-unit/add-component/AddComponent.jsx",
+ "line": 27,
+ "column": 98,
+ "index": 1385
+ },
{
- "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx",
- "line": 76,
- "column": 49,
- "index": 2337
- }
- ],
- "ArrowDropUp": [
+ "filePath": "src/course-unit/add-component/AddComponent.jsx",
+ "line": 28,
+ "column": 107,
+ "index": 1505
+ },
{
- "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx",
- "line": 77,
- "column": 47,
- "index": 2403
- }
- ],
- "Close": [
+ "filePath": "src/course-unit/header-title/HeaderTitle.jsx",
+ "line": 27,
+ "column": 74,
+ "index": 965
+ },
{
- "filePath": "src/content-tags-drawer/TagsTree.jsx",
- "line": 33,
- "column": 15,
- "index": 901
+ "filePath": "src/course-unit/hooks.jsx",
+ "line": 45,
+ "column": 59,
+ "index": 1357
},
{
- "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx",
- "line": 32,
- "column": 23,
- "index": 935
+ "filePath": "src/course-unit/sidebar/PublishControls.jsx",
+ "line": 24,
+ "column": 68,
+ "index": 944
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
- "line": 81,
- "column": 55,
- "index": 2799
+ "filePath": "src/course-unit/sidebar/PublishControls.jsx",
+ "line": 25,
+ "column": 68,
+ "index": 1030
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 183,
- "column": 31,
- "index": 5076
- }
- ],
- "RadioButtonUnchecked": [
+ "filePath": "src/course-updates/hooks.jsx",
+ "line": 24,
+ "column": 62,
+ "index": 882
+ },
{
- "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx",
+ "filePath": "src/course-updates/hooks.jsx",
+ "line": 25,
+ "column": 65,
+ "index": 965
+ },
+ {
+ "filePath": "src/custom-pages/CustomPageCard.jsx",
"line": 33,
- "column": 15,
- "index": 898
- }
- ],
- "ModeComment": [
+ "column": 86,
+ "index": 835
+ },
{
- "filePath": "src/course-checklist/ChecklistSection/ChecklistItemComment.jsx",
- "line": 16,
- "column": 19,
- "index": 555
- }
- ],
- "EditIcon": [
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 55,
+ "column": 32,
+ "index": 1800
+ },
{
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 136,
- "column": 22,
- "index": 3825
+ "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx",
+ "line": 20,
+ "column": 32,
+ "index": 482
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 100,
- "column": 24,
- "index": 3477
+ "filePath": "src/files-and-videos/generic/FileTable.jsx",
+ "line": 57,
+ "column": 56,
+ "index": 1324
},
{
- "filePath": "src/course-unit/header-title/HeaderTitle.jsx",
- "line": 74,
- "column": 18,
- "index": 2693
+ "filePath": "src/files-and-videos/generic/FileTable.jsx",
+ "line": 58,
+ "column": 62,
+ "index": 1404
},
{
- "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
- "line": 87,
- "column": 25,
- "index": 2808
- }
- ],
- "Dropdown": [
+ "filePath": "src/files-and-videos/generic/FileTable.jsx",
+ "line": 59,
+ "column": 59,
+ "index": 1481
+ },
{
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 148,
- "column": 10,
- "index": 4307
+ "filePath": "src/files-and-videos/generic/FileTable.jsx",
+ "line": 60,
+ "column": 47,
+ "index": 1546
},
{
- "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
- "line": 22,
- "column": 10,
- "index": 754
+ "filePath": "src/files-and-videos/generic/FileTable.jsx",
+ "line": 62,
+ "column": 86,
+ "index": 1706
},
{
- "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
- "line": 51,
- "column": 10,
- "index": 1816
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 27,
+ "column": 36,
+ "index": 559
},
{
- "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
- "line": 19,
- "column": 4,
- "index": 503
+ "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
+ "line": 28,
+ "column": 44,
+ "index": 756
},
{
- "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
- "line": 38,
- "column": 14,
- "index": 1188
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
+ "line": 24,
+ "column": 36,
+ "index": 511
},
{
- "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
- "line": 47,
- "column": 16,
- "index": 1462
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
+ "line": 26,
+ "column": 68,
+ "index": 732
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 103,
- "column": 14,
- "index": 3555
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
+ "line": 23,
+ "column": 36,
+ "index": 509
},
{
- "filePath": "src/files-and-videos/generic/FileMenu.jsx",
- "line": 25,
- "column": 2,
- "index": 471
+ "filePath": "src/files-and-videos/videos-page/VideosPage.jsx",
+ "line": 61,
+ "column": 6,
+ "index": 1593
},
{
- "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
- "line": 41,
+ "filePath": "src/files-and-videos/videos-page/VideosPage.jsx",
+ "line": 66,
"column": 6,
- "index": 1169
+ "index": 1699
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx",
- "line": 22,
- "column": 4,
- "index": 524
+ "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
+ "line": 35,
+ "column": 60,
+ "index": 1013
},
{
- "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
- "line": 176,
- "column": 4,
- "index": 5556
+ "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
+ "line": 36,
+ "column": 65,
+ "index": 1096
},
{
- "filePath": "src/schedule-and-details/details-section/index.jsx",
- "line": 26,
- "column": 8,
- "index": 944
+ "filePath": "src/group-configurations/content-groups-section/index.jsx",
+ "line": 18,
+ "column": 58,
+ "index": 681
},
{
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
"line": 35,
+ "column": 60,
+ "index": 1129
+ },
+ {
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
+ "line": 36,
+ "column": 65,
+ "index": 1212
+ },
+ {
+ "filePath": "src/group-configurations/experiment-configurations-section/index.jsx",
+ "line": 23,
"column": 6,
- "index": 1131
+ "index": 756
},
{
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 128,
- "column": 10,
- "index": 3989
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 295,
+ "column": 58,
+ "index": 8439
},
{
- "filePath": "src/studio-home/card-item/index.jsx",
- "line": 64,
- "column": 12,
- "index": 1805
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 78,
+ "column": 68,
+ "index": 1995
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx",
- "line": 32,
- "column": 4,
- "index": 994
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 80,
+ "column": 58,
+ "index": 2072
},
{
"filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx",
- "line": 142,
- "column": 4,
- "index": 4295
+ "line": 57,
+ "column": 68,
+ "index": 1864
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 55,
- "column": 8,
- "index": 1413
- }
- ],
- "Dropdown.Toggle": [
- {
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 149,
- "column": 12,
- "index": 4406
+ "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx",
+ "line": 58,
+ "column": 65,
+ "index": 1947
},
{
- "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
- "line": 23,
- "column": 12,
- "index": 777
+ "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx",
+ "line": 59,
+ "column": 65,
+ "index": 2030
},
{
- "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
- "line": 52,
- "column": 12,
- "index": 1839
+ "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx",
+ "line": 60,
+ "column": 77,
+ "index": 2125
},
{
- "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
- "line": 20,
- "column": 6,
- "index": 561
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 37,
+ "column": 65,
+ "index": 992
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 104,
- "column": 16,
- "index": 3582
+ "filePath": "src/textbooks/hooks.jsx",
+ "line": 33,
+ "column": 68,
+ "index": 1075
},
{
- "filePath": "src/files-and-videos/generic/FileMenu.jsx",
- "line": 26,
- "column": 4,
- "index": 527
+ "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
+ "line": 41,
+ "column": 68,
+ "index": 1227
},
{
- "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
+ "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
"line": 42,
- "column": 8,
- "index": 1205
+ "column": 65,
+ "index": 1310
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx",
- "line": 25,
- "column": 6,
- "index": 597
- },
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 41,
+ "column": 65,
+ "index": 1234
+ }
+ ],
+ "Card": [
{
- "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
- "line": 177,
+ "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
+ "line": 60,
"column": 6,
- "index": 5590
+ "index": 1468
},
{
- "filePath": "src/schedule-and-details/details-section/index.jsx",
- "line": 27,
+ "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx",
+ "line": 24,
"column": 10,
- "index": 986
+ "index": 1006
},
{
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
+ "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx",
"line": 36,
- "column": 8,
- "index": 1171
+ "column": 16,
+ "index": 1331
},
{
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 129,
- "column": 12,
- "index": 4034
+ "filePath": "src/certificates/certificate-without-modes/CertificateWithoutModes.jsx",
+ "line": 9,
+ "column": 4,
+ "index": 215
},
{
- "filePath": "src/studio-home/card-item/index.jsx",
- "line": 65,
+ "filePath": "src/certificates/certificates-list/CertificatesList.jsx",
+ "line": 29,
"column": 14,
- "index": 1830
+ "index": 962
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx",
- "line": 33,
- "column": 6,
- "index": 1044
+ "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 546
},
{
- "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx",
- "line": 143,
- "column": 6,
- "index": 4396
+ "filePath": "src/course-unit/sidebar/index.jsx",
+ "line": 6,
+ "column": 2,
+ "index": 174
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 56,
- "column": 10,
- "index": 1466
- }
- ],
- "MoveVertIcon": [
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/SwitchToAdvancedEditorCard.jsx",
+ "line": 22,
+ "column": 4,
+ "index": 819
+ },
{
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 154,
- "column": 19,
- "index": 4643
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
+ "line": 20,
+ "column": 4,
+ "index": 562
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 107,
- "column": 23,
- "index": 3682
- }
- ],
- "Dropdown.Menu": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
+ "line": 58,
+ "column": 10,
+ "index": 1699
+ },
{
- "filePath": "src/course-outline/card-header/CardHeader.jsx",
- "line": 158,
- "column": 12,
- "index": 4766
+ "filePath": "src/export-page/CourseExportPage.jsx",
+ "line": 89,
+ "column": 16,
+ "index": 3864
},
{
- "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
+ "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx",
"line": 30,
- "column": 12,
- "index": 1120
+ "column": 4,
+ "index": 590
},
{
- "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
- "line": 59,
- "column": 12,
- "index": 2182
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
+ "line": 57,
+ "column": 8,
+ "index": 1357
},
{
- "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
- "line": 26,
+ "filePath": "src/generic/ConfirmationPopup.jsx",
+ "line": 17,
+ "column": 2,
+ "index": 308
+ },
+ {
+ "filePath": "src/generic/course-upload-image/index.jsx",
+ "line": 110,
"column": 6,
- "index": 843
+ "index": 2904
},
{
- "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx",
- "line": 111,
- "column": 16,
- "index": 3840
+ "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
+ "line": 96,
+ "column": 10,
+ "index": 2160
},
{
- "filePath": "src/files-and-videos/generic/FileMenu.jsx",
- "line": 34,
+ "filePath": "src/import-page/file-section/FileSection.jsx",
+ "line": 26,
"column": 4,
- "index": 710
+ "index": 883
},
{
- "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
- "line": 49,
- "column": 8,
- "index": 1438
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 67,
+ "column": 4,
+ "index": 2763
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx",
- "line": 34,
- "column": 6,
- "index": 927
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/openedx/OpenedXConfigForm.jsx",
+ "line": 121,
+ "column": 12,
+ "index": 5473
},
{
- "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
- "line": 180,
- "column": 6,
- "index": 5768
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
+ "line": 73,
+ "column": 4,
+ "index": 1858
},
{
- "filePath": "src/schedule-and-details/details-section/index.jsx",
- "line": 30,
- "column": 10,
- "index": 1125
+ "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
+ "line": 23,
+ "column": 4,
+ "index": 766
},
{
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
- "line": 39,
- "column": 8,
- "index": 1310
+ "filePath": "src/pages-and-resources/pages/PageCard.jsx",
+ "line": 36,
+ "column": 4,
+ "index": 980
},
{
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 132,
- "column": 12,
- "index": 4196
+ "filePath": "src/schedule-and-details/basic-section/index.jsx",
+ "line": 95,
+ "column": 4,
+ "index": 2637
},
{
- "filePath": "src/studio-home/card-item/index.jsx",
- "line": 71,
- "column": 14,
- "index": 2025
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 17,
+ "column": 4,
+ "index": 463
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx",
- "line": 42,
+ "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
+ "line": 18,
"column": 6,
- "index": 1287
+ "index": 551
},
{
- "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx",
- "line": 153,
+ "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
+ "line": 31,
"column": 6,
- "index": 4795
+ "index": 946
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 63,
- "column": 10,
- "index": 1747
- }
- ],
- "Truncate": [
+ "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "line": 32,
+ "column": 8,
+ "index": 801
+ },
{
- "filePath": "src/course-outline/card-header/TitleButton.jsx",
- "line": 42,
+ "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "line": 59,
"column": 8,
- "index": 987
+ "index": 1759
},
{
- "filePath": "src/course-outline/card-header/TitleLink.jsx",
+ "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx",
"line": 17,
"column": 4,
- "index": 372
+ "index": 584
},
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 377,
- "column": 28,
- "index": 11351
+ "filePath": "src/studio-home/verify-email-layout/index.jsx",
+ "line": 24,
+ "column": 10,
+ "index": 756
},
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 386,
- "column": 28,
- "index": 11637
+ "filePath": "src/taxonomy/taxonomy-card/index.jsx",
+ "line": 107,
+ "column": 4,
+ "index": 2501
},
{
- "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
- "line": 60,
- "column": 10,
- "index": 1504
+ "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx",
+ "line": 12,
+ "column": 4,
+ "index": 264
},
{
- "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
- "line": 77,
+ "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
+ "line": 73,
"column": 10,
- "index": 2053
+ "index": 2179
+ }
+ ],
+ "Card.Body": [
+ {
+ "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
+ "line": 61,
+ "column": 8,
+ "index": 1520
},
{
- "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx",
- "line": 38,
- "column": 12,
- "index": 1022
+ "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx",
+ "line": 63,
+ "column": 6,
+ "index": 1822
},
{
- "filePath": "src/files-and-videos/generic/InfoModal.jsx",
- "line": 51,
+ "filePath": "src/course-unit/sidebar/components/SidebarBody.jsx",
+ "line": 28,
+ "column": 4,
+ "index": 691
+ },
+ {
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
+ "line": 60,
"column": 12,
- "index": 1245
+ "index": 1833
},
{
- "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx",
- "line": 70,
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
+ "line": 59,
"column": 10,
- "index": 2136
+ "index": 1502
},
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadProgressList.jsx",
- "line": 15,
- "column": 12,
- "index": 625
+ "filePath": "src/generic/ConfirmationPopup.jsx",
+ "line": 23,
+ "column": 4,
+ "index": 444
},
{
- "filePath": "src/group-configurations/common/TitleButton.jsx",
- "line": 30,
- "column": 10,
- "index": 843
+ "filePath": "src/generic/course-upload-image/index.jsx",
+ "line": 111,
+ "column": 8,
+ "index": 2919
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCardGroup.jsx",
- "line": 17,
- "column": 10,
- "index": 501
- }
- ],
- "Row": [
+ "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
+ "line": 97,
+ "column": 12,
+ "index": 2179
+ },
{
- "filePath": "src/course-outline/CourseOutline.jsx",
- "line": 229,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
+ "line": 79,
"column": 6,
- "index": 7062
+ "index": 2058
},
{
- "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx",
- "line": 27,
+ "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
+ "line": 50,
"column": 6,
- "index": 733
+ "index": 1701
},
{
- "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx",
- "line": 39,
+ "filePath": "src/pages-and-resources/pages/PageCard.jsx",
+ "line": 52,
"column": 6,
- "index": 1197
+ "index": 1441
},
{
- "filePath": "src/generic/drag-helper/SortableItem.jsx",
- "line": 57,
- "column": 4,
- "index": 1211
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 18,
+ "column": 6,
+ "index": 504
},
{
- "filePath": "src/group-configurations/index.jsx",
- "line": 46,
+ "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
+ "line": 19,
+ "column": 8,
+ "index": 566
+ },
+ {
+ "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
+ "line": 43,
+ "column": 12,
+ "index": 1340
+ },
+ {
+ "filePath": "src/taxonomy/taxonomy-card/index.jsx",
+ "line": 126,
"column": 6,
- "index": 1583
+ "index": 3003
+ }
+ ],
+ "Card.Header": [
+ {
+ "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
+ "line": 62,
+ "column": 10,
+ "index": 1588
},
{
- "filePath": "src/studio-home/StudioHome.jsx",
- "line": 122,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
+ "line": 59,
"column": 12,
- "index": 3707
+ "index": 1735
},
{
- "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx",
- "line": 22,
+ "filePath": "src/export-page/CourseExportPage.jsx",
+ "line": 90,
+ "column": 18,
+ "index": 3889
+ },
+ {
+ "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx",
+ "line": 31,
"column": 6,
- "index": 613
+ "index": 690
},
{
- "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx",
- "line": 32,
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
+ "line": 58,
"column": 10,
- "index": 820
+ "index": 1391
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx",
- "line": 96,
+ "filePath": "src/generic/ConfirmationPopup.jsx",
+ "line": 18,
+ "column": 4,
+ "index": 349
+ },
+ {
+ "filePath": "src/import-page/file-section/FileSection.jsx",
+ "line": 27,
"column": 6,
- "index": 2920
+ "index": 896
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx",
- "line": 107,
- "column": 10,
- "index": 3143
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
+ "line": 74,
+ "column": 6,
+ "index": 1901
},
{
- "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx",
- "line": 22,
+ "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
+ "line": 33,
"column": 6,
- "index": 604
+ "index": 1059
},
{
- "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx",
- "line": 32,
- "column": 10,
- "index": 811
+ "filePath": "src/pages-and-resources/pages/PageCard.jsx",
+ "line": 42,
+ "column": 6,
+ "index": 1142
},
{
- "filePath": "src/studio-home/tabs-section/libraries-v2-tab/index.jsx",
- "line": 34,
+ "filePath": "src/schedule-and-details/basic-section/index.jsx",
+ "line": 96,
"column": 6,
- "index": 965
+ "index": 2650
},
{
- "filePath": "src/studio-home/tabs-section/libraries-v2-tab/index.jsx",
- "line": 55,
+ "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "line": 33,
"column": 10,
- "index": 1707
+ "index": 840
},
{
- "filePath": "src/textbooks/Textbooks.jsx",
- "line": 55,
+ "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "line": 60,
+ "column": 10,
+ "index": 1798
+ },
+ {
+ "filePath": "src/taxonomy/taxonomy-card/index.jsx",
+ "line": 114,
"column": 6,
- "index": 1721
- }
- ],
- "CheckCircleIcon": [
+ "index": 2685
+ },
{
- "filePath": "src/course-outline/CourseOutline.jsx",
- "line": 262,
- "column": 22,
- "index": 8385
+ "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx",
+ "line": 13,
+ "column": 6,
+ "index": 277
},
{
- "filePath": "src/schedule-and-details/index.jsx",
- "line": 181,
- "column": 18,
- "index": 5489
+ "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
+ "line": 74,
+ "column": 12,
+ "index": 2252
}
],
- "IconAdd": [
+ "IconButton": [
{
- "filePath": "src/course-outline/CourseOutline.jsx",
- "line": 417,
- "column": 44,
- "index": 17776
+ "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
+ "line": 67,
+ "column": 16,
+ "index": 1736
},
{
- "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
- "line": 39,
- "column": 24,
- "index": 1062
+ "filePath": "src/content-tags-drawer/TagsTree.jsx",
+ "line": 30,
+ "column": 8,
+ "index": 833
},
{
- "filePath": "src/course-outline/section-card/SectionCard.jsx",
- "line": 254,
- "column": 30,
- "index": 7954
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 132,
+ "column": 12,
+ "index": 3626
},
{
- "filePath": "src/course-outline/subsection-card/SubsectionCard.jsx",
- "line": 230,
- "column": 30,
- "index": 7511
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 153,
+ "column": 18,
+ "index": 4610
},
{
- "filePath": "src/course-team/add-team-member/AddTeamMember.jsx",
- "line": 20,
- "column": 20,
- "index": 753
+ "filePath": "src/course-unit/header-title/HeaderTitle.jsx",
+ "line": 71,
+ "column": 8,
+ "index": 2563
},
{
- "filePath": "src/course-team/CourseTeam.jsx",
- "line": 83,
- "column": 36,
- "index": 2655
+ "filePath": "src/course-unit/header-title/HeaderTitle.jsx",
+ "line": 77,
+ "column": 8,
+ "index": 2758
},
{
- "filePath": "src/grading-settings/grading-scale/GradingScale.jsx",
- "line": 197,
- "column": 13,
- "index": 6399
+ "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx",
+ "line": 55,
+ "column": 6,
+ "index": 1378
},
{
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 207,
- "column": 34,
- "index": 8456
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
+ "line": 132,
+ "column": 8,
+ "index": 4246
},
{
- "filePath": "src/group-configurations/empty-placeholder/index.jsx",
- "line": 24,
- "column": 20,
- "index": 785
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx",
+ "line": 27,
+ "column": 8,
+ "index": 674
},
{
- "filePath": "src/textbooks/empty-placeholder/EmptyPlaceholder.jsx",
- "line": 14,
- "column": 26,
- "index": 536
- }
- ],
- "CampaignIcon": [
- {
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 72,
- "column": 14,
- "index": 2392
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx",
+ "line": 40,
+ "column": 6,
+ "index": 955
},
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 263,
- "column": 16,
- "index": 8196
- }
- ],
- "InfoOutlineIcon": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
+ "line": 42,
+ "column": 10,
+ "index": 1464
+ },
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 93,
- "column": 14,
- "index": 2810
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
+ "line": 48,
+ "column": 10,
+ "index": 1779
},
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 195,
- "column": 16,
- "index": 5842
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
+ "line": 74,
+ "column": 20,
+ "index": 2318
},
{
- "filePath": "src/course-unit/sidebar/PublishControls.jsx",
- "line": 68,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx",
+ "line": 27,
+ "column": 6,
+ "index": 683
+ },
+ {
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
+ "line": 91,
"column": 14,
- "index": 2534
+ "index": 2909
},
{
- "filePath": "src/course-unit/sidebar/PublishControls.jsx",
- "line": 78,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
+ "line": 44,
+ "column": 12,
+ "index": 1601
+ },
+ {
+ "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
+ "line": 40,
"column": 14,
- "index": 3058
- }
- ],
- "WarningIcon": [
+ "index": 1811
+ },
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 130,
- "column": 16,
- "index": 3849
+ "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
+ "line": 77,
+ "column": 8,
+ "index": 2878
},
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 295,
- "column": 16,
- "index": 9032
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx",
+ "line": 57,
+ "column": 6,
+ "index": 1632
},
{
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 322,
+ "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "line": 43,
"column": 16,
- "index": 9797
+ "index": 998
},
{
- "filePath": "src/course-outline/xblock-status/GradingPolicyAlert.jsx",
- "line": 29,
- "column": 77,
- "index": 725
+ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
+ "line": 158,
+ "column": 6,
+ "index": 4142
},
{
- "filePath": "src/course-unit/clipboard/paste-notification/index.jsx",
- "line": 47,
- "column": 16,
- "index": 1779
+ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
+ "line": 173,
+ "column": 6,
+ "index": 4464
},
{
- "filePath": "src/course-unit/CourseUnit.jsx",
- "line": 141,
- "column": 24,
- "index": 5036
+ "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
+ "line": 65,
+ "column": 8,
+ "index": 1632
},
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 115,
- "column": 41,
- "index": 3425
+ "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
+ "line": 82,
+ "column": 8,
+ "index": 2181
},
{
- "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
- "line": 120,
- "column": 41,
- "index": 3659
+ "filePath": "src/files-and-videos/generic/FileMenu.jsx",
+ "line": 28,
+ "column": 10,
+ "index": 592
},
{
- "filePath": "src/generic/internet-connection-alert/index.jsx",
- "line": 53,
- "column": 12,
- "index": 1408
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 40,
+ "column": 6,
+ "index": 762
},
{
- "filePath": "src/generic/saving-error-alert/SavingErrorAlert.jsx",
- "line": 42,
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
+ "line": 95,
"column": 12,
- "index": 1212
+ "index": 2853
},
{
- "filePath": "src/schedule-and-details/index.jsx",
- "line": 384,
- "column": 16,
- "index": 13548
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
+ "line": 27,
+ "column": 6,
+ "index": 592
},
{
- "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
"line": 66,
- "column": 27,
- "index": 2010
- }
- ],
- "ErrorIcon": [
- {
- "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
- "line": 382,
"column": 18,
- "index": 11499
- },
- {
- "filePath": "src/course-unit/clipboard/paste-notification/index.jsx",
- "line": 70,
- "column": 16,
- "index": 2526
+ "index": 2160
},
{
- "filePath": "src/course-updates/course-update/CourseUpdate.jsx",
- "line": 25,
- "column": 23,
- "index": 844
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
+ "line": 81,
+ "column": 14,
+ "index": 2744
},
{
- "filePath": "src/course-updates/CourseUpdates.jsx",
- "line": 84,
- "column": 20,
- "index": 3064
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 34,
+ "column": 10,
+ "index": 861
},
{
- "filePath": "src/course-updates/CourseUpdates.jsx",
- "line": 92,
- "column": 20,
- "index": 3399
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 40,
+ "column": 12,
+ "index": 1100
},
{
- "filePath": "src/course-updates/CourseUpdates.jsx",
- "line": 100,
- "column": 20,
- "index": 3722
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 53,
+ "column": 10,
+ "index": 1439
},
{
- "filePath": "src/course-updates/CourseUpdates.jsx",
- "line": 108,
- "column": 20,
- "index": 4037
+ "filePath": "src/generic/course-upload-image/index.jsx",
+ "line": 69,
+ "column": 6,
+ "index": 1853
},
{
- "filePath": "src/course-updates/CourseUpdates.jsx",
- "line": 116,
- "column": 20,
- "index": 4358
+ "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
+ "line": 66,
+ "column": 6,
+ "index": 1347
},
{
- "filePath": "src/course-updates/CourseUpdates.jsx",
- "line": 124,
- "column": 20,
- "index": 4676
+ "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx",
+ "line": 48,
+ "column": 8,
+ "index": 1488
},
{
- "filePath": "src/course-updates/update-form/UpdateForm.jsx",
- "line": 94,
- "column": 31,
- "index": 3191
+ "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx",
+ "line": 63,
+ "column": 4,
+ "index": 1731
},
{
- "filePath": "src/export-page/export-modal-error/ExportModalError.jsx",
- "line": 44,
- "column": 12,
- "index": 1753
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 140,
+ "column": 14,
+ "index": 4223
}
],
- "Bubble": [
- {
- "filePath": "src/course-outline/section-card/SectionCard.jsx",
- "line": 231,
- "column": 16,
- "index": 7053
- },
+ "InfoOutline": [
{
- "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
- "line": 105,
- "column": 10,
- "index": 3656
+ "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
+ "line": 70,
+ "column": 23,
+ "index": 1838
},
{
- "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
- "line": 114,
- "column": 10,
- "index": 3915
- }
- ],
- "CheckIcon": [
- {
- "filePath": "src/course-outline/xblock-status/GradingTypeAndDueDate.jsx",
- "line": 46,
- "column": 44,
- "index": 1258
- }
- ],
- "CalendarIcon": [
- {
- "filePath": "src/course-outline/xblock-status/GradingTypeAndDueDate.jsx",
- "line": 66,
- "column": 44,
- "index": 1873
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
+ "line": 41,
+ "column": 56,
+ "index": 1437
},
{
- "filePath": "src/course-updates/update-form/UpdateForm.jsx",
- "line": 69,
- "column": 25,
- "index": 2048
- }
- ],
- "HideIcon": [
- {
- "filePath": "src/course-outline/xblock-status/HideAfterDueMessage.jsx",
- "line": 15,
- "column": 44,
- "index": 484
- }
- ],
- "ClockIcon": [
- {
- "filePath": "src/course-outline/xblock-status/ReleaseStatus.jsx",
- "line": 37,
- "column": 44,
- "index": 1034
- }
- ],
- "DeleteOutline": [
- {
- "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx",
- "line": 56,
- "column": 19,
- "index": 1899
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
+ "line": 149,
+ "column": 27,
+ "index": 4871
},
{
- "filePath": "src/course-updates/course-update/CourseUpdate.jsx",
- "line": 40,
- "column": 17,
- "index": 1502
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 144,
+ "column": 23,
+ "index": 4772
},
{
- "filePath": "src/custom-pages/CustomPageCard.jsx",
+ "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
"line": 97,
"column": 15,
- "index": 3009
- },
- {
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
- "line": 97,
- "column": 19,
- "index": 2912
+ "index": 2765
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 141,
- "column": 21,
- "index": 4256
- }
- ],
- "StandardModal": [
- {
- "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx",
- "line": 23,
- "column": 4,
- "index": 494
+ "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
+ "line": 101,
+ "column": 38,
+ "index": 3016
}
],
- "ArrowDropDownIcon": [
+ "ModalPopup": [
{
- "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
- "line": 26,
- "column": 21,
- "index": 995
+ "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
+ "line": 76,
+ "column": 16,
+ "index": 2076
},
{
- "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
- "line": 55,
- "column": 21,
- "index": 2057
- }
- ],
- "ChevronRightIcon": [
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 47,
+ "column": 6,
+ "index": 920
+ },
{
- "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
"line": 44,
- "column": 17,
- "index": 1603
- }
- ],
- "InfoIcon": [
- {
- "filePath": "src/course-unit/clipboard/paste-notification/index.jsx",
- "line": 87,
- "column": 16,
- "index": 3073
+ "column": 6,
+ "index": 1091
},
{
- "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
- "line": 208,
- "column": 18,
- "index": 6502
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
+ "line": 35,
+ "column": 6,
+ "index": 797
}
],
- "useWindowSize": [
+ "ActionRow.Spacer": [
{
- "filePath": "src/course-unit/course-sequence/hooks.js",
- "line": 80,
- "column": 21,
- "index": 3400
+ "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
+ "line": 90,
+ "column": 16,
+ "index": 2619
},
{
- "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigation.jsx",
- "line": 36,
- "column": 53,
- "index": 1199
+ "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx",
+ "line": 23,
+ "column": 10,
+ "index": 695
},
{
- "filePath": "src/course-unit/course-sequence/Sequence.jsx",
- "line": 21,
- "column": 53,
- "index": 697
+ "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx",
+ "line": 69,
+ "column": 6,
+ "index": 2650
},
{
- "filePath": "src/pages-and-resources/discussions/data/hook.js",
- "line": 4,
- "column": 21,
- "index": 132
- }
- ],
- "breakpoints": [
- {
- "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigation.jsx",
- "line": 36,
- "column": 77,
- "index": 1223
+ "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx",
+ "line": 30,
+ "column": 10,
+ "index": 647
},
{
- "filePath": "src/course-unit/course-sequence/Sequence.jsx",
- "line": 21,
- "column": 77,
- "index": 721
+ "filePath": "src/course-updates/CourseUpdates.jsx",
+ "line": 201,
+ "column": 26,
+ "index": 8112
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
- "line": 54,
- "column": 34,
- "index": 1898
+ "filePath": "src/course-updates/CourseUpdates.jsx",
+ "line": 214,
+ "column": 26,
+ "index": 8808
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
- "line": 151,
- "column": 28,
- "index": 5180
+ "filePath": "src/custom-pages/CustomPageCard.jsx",
+ "line": 72,
+ "column": 8,
+ "index": 1891
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppList.test.jsx",
- "line": 41,
- "column": 39,
- "index": 1676
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 136,
+ "column": 10,
+ "index": 4665
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppList.test.jsx",
- "line": 125,
- "column": 22,
- "index": 4210
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
+ "line": 70,
+ "column": 12,
+ "index": 2146
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppList.test.jsx",
- "line": 136,
- "column": 22,
- "index": 4680
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 54,
+ "column": 20,
+ "index": 1619
},
{
- "filePath": "src/pages-and-resources/discussions/data/hook.js",
- "line": 5,
- "column": 28,
- "index": 177
- }
- ],
- "PlusIcon": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 73,
+ "column": 20,
+ "index": 2387
+ },
{
- "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationTabs.jsx",
- "line": 64,
- "column": 24,
- "index": 2558
- }
- ],
- "ContentPasteGoIcon": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 98,
+ "column": 20,
+ "index": 3458
+ },
{
- "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationTabs.jsx",
- "line": 73,
- "column": 26,
- "index": 2883
- }
- ],
- "SettingsIcon": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 124,
+ "column": 20,
+ "index": 4561
+ },
{
- "filePath": "src/course-unit/header-title/HeaderTitle.jsx",
- "line": 80,
- "column": 18,
- "index": 2887
- }
- ],
- "Form.Checkbox": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx",
+ "line": 54,
+ "column": 12,
+ "index": 1689
+ },
{
- "filePath": "src/course-unit/sidebar/components/sidebar-footer/UnitVisibilityInfo.jsx",
- "line": 50,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx",
+ "line": 26,
"column": 6,
- "index": 1773
+ "index": 656
},
{
- "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
"line": 151,
"column": 14,
- "index": 4514
+ "index": 4975
},
{
- "filePath": "src/generic/configure-modal/PrereqSettings.jsx",
- "line": 92,
- "column": 6,
- "index": 2754
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
+ "line": 72,
+ "column": 10,
+ "index": 2384
},
{
- "filePath": "src/generic/configure-modal/UnitTab.jsx",
- "line": 52,
- "column": 10,
- "index": 1275
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
+ "line": 81,
+ "column": 8,
+ "index": 2606
},
{
- "filePath": "src/generic/configure-modal/UnitTab.jsx",
- "line": 135,
- "column": 6,
- "index": 4712
- },
- {
- "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
- "line": 109,
- "column": 10,
- "index": 3881
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
- "line": 118,
- "column": 30,
- "index": 4288
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
+ "line": 89,
+ "column": 12,
+ "index": 2840
},
{
- "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
- "line": 33,
- "column": 10,
- "index": 1015
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 147,
+ "column": 8,
+ "index": 4888
},
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 212,
- "column": 10,
- "index": 6340
- }
- ],
- "EditOutline": [
- {
- "filePath": "src/course-updates/course-handouts/CourseHandouts.jsx",
- "line": 18,
- "column": 15,
- "index": 728
+ "filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
+ "line": 51,
+ "column": 8,
+ "index": 1057
},
{
- "filePath": "src/course-updates/course-update/CourseUpdate.jsx",
- "line": 32,
- "column": 17,
- "index": 1207
+ "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "line": 59,
+ "column": 23,
+ "index": 1440
},
{
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 77,
- "column": 15,
- "index": 2130
- }
- ],
- "Breadcrumb": [
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 118,
+ "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "line": 99,
"column": 10,
- "index": 3889
+ "index": 2754
},
{
- "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx",
- "line": 66,
- "column": 10,
- "index": 1746
+ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
+ "line": 190,
+ "column": 8,
+ "index": 4902
},
- {
- "filePath": "src/textbooks/Textbooks.jsx",
- "line": 73,
- "column": 14,
- "index": 2198
- }
- ],
- "ArrowCircleDownIcon": [
- {
- "filePath": "src/export-page/CourseExportPage.jsx",
- "line": 91,
- "column": 36,
- "index": 4107
- }
- ],
- "ContentCopy": [
{
"filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
- "line": 66,
- "column": 15,
- "index": 1659
+ "line": 64,
+ "column": 8,
+ "index": 1603
},
{
"filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
- "line": 83,
- "column": 15,
- "index": 2208
- }
- ],
- "CheckboxControl": [
+ "line": 81,
+ "column": 8,
+ "index": 2152
+ },
{
"filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
- "line": 103,
+ "line": 102,
"column": 8,
- "index": 2895
+ "index": 2866
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
- "line": 38,
- "column": 12,
- "index": 1343
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
+ "line": 80,
+ "column": 14,
+ "index": 2709
+ },
+ {
+ "filePath": "src/files-and-videos/videos-page/VideosPage.jsx",
+ "line": 258,
+ "column": 10,
+ "index": 7540
},
{
"filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx",
- "line": 68,
+ "line": 77,
"column": 14,
- "index": 2155
+ "index": 2478
+ },
+ {
+ "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "line": 40,
+ "column": 16,
+ "index": 1113
}
],
- "MoreHoriz": [
+ "Card.Section": [
{
- "filePath": "src/files-and-videos/generic/FileMenu.jsx",
- "line": 29,
- "column": 11,
- "index": 615
+ "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
+ "line": 94,
+ "column": 10,
+ "index": 2705
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 41,
- "column": 13,
- "index": 787
+ "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx",
+ "line": 25,
+ "column": 12,
+ "index": 1025
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
- "line": 28,
- "column": 13,
- "index": 617
+ "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx",
+ "line": 37,
+ "column": 18,
+ "index": 1356
},
{
- "filePath": "src/studio-home/card-item/index.jsx",
- "line": 67,
- "column": 24,
- "index": 1903
- }
- ],
- "Dropdown.Divider": [
- {
- "filePath": "src/files-and-videos/generic/FileMenu.jsx",
- "line": 64,
+ "filePath": "src/certificates/certificate-without-modes/CertificateWithoutModes.jsx",
+ "line": 10,
"column": 6,
- "index": 1799
+ "index": 228
},
{
- "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
- "line": 64,
- "column": 10,
- "index": 2003
- }
- ],
- "DataTable": [
+ "filePath": "src/certificates/certificates-list/CertificatesList.jsx",
+ "line": 30,
+ "column": 16,
+ "index": 985
+ },
{
- "filePath": "src/files-and-videos/generic/FileTable.jsx",
- "line": 192,
+ "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx",
+ "line": 20,
"column": 6,
- "index": 4957
+ "index": 559
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx",
- "line": 60,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx",
+ "line": 14,
"column": 4,
- "index": 2252
+ "index": 310
},
{
- "filePath": "src/taxonomy/tag-list/TagListTable.jsx",
- "line": 44,
- "column": 31,
- "index": 1492
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 653
},
{
- "filePath": "src/taxonomy/tag-list/TagListTable.jsx",
- "line": 81,
- "column": 6,
- "index": 2420
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
+ "line": 61,
+ "column": 14,
+ "index": 1859
},
{
- "filePath": "src/taxonomy/tag-list/TagListTable.jsx",
- "line": 103,
+ "filePath": "src/export-page/CourseExportPage.jsx",
+ "line": 95,
"column": 20,
- "index": 3247
+ "index": 4116
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 198,
- "column": 12,
- "index": 5829
- }
- ],
- "Dropzone": [
- {
- "filePath": "src/files-and-videos/generic/FileTable.jsx",
- "line": 216,
- "column": 10,
- "index": 5790
+ "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx",
+ "line": 56,
+ "column": 6,
+ "index": 1540
},
{
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 112,
- "column": 10,
- "index": 2964
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
+ "line": 60,
+ "column": 12,
+ "index": 1526
},
{
- "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
- "line": 101,
- "column": 16,
- "index": 2404
+ "filePath": "src/generic/ConfirmationPopup.jsx",
+ "line": 24,
+ "column": 6,
+ "index": 462
},
{
"filePath": "src/import-page/file-section/FileSection.jsx",
- "line": 35,
- "column": 12,
- "index": 1201
+ "line": 32,
+ "column": 6,
+ "index": 1106
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 114,
- "column": 12,
- "index": 3179
- }
- ],
- "DataTable.TableControlBar": [
- {
- "filePath": "src/files-and-videos/generic/FileTable.jsx",
- "line": 228,
- "column": 12,
- "index": 6267
- }
- ],
- "CardView": [
- {
- "filePath": "src/files-and-videos/generic/FileTable.jsx",
- "line": 230,
- "column": 40,
- "index": 6390
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
+ "line": 80,
+ "column": 8,
+ "index": 2078
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 225,
- "column": 14,
- "index": 6609
- }
- ],
- "DataTable.Table": [
+ "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
+ "line": 52,
+ "column": 10,
+ "index": 1761
+ },
{
- "filePath": "src/files-and-videos/generic/FileTable.jsx",
- "line": 231,
- "column": 40,
- "index": 6544
+ "filePath": "src/pages-and-resources/pages/PageCard.jsx",
+ "line": 53,
+ "column": 8,
+ "index": 1461
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx",
- "line": 87,
+ "filePath": "src/schedule-and-details/basic-section/index.jsx",
+ "line": 101,
"column": 6,
- "index": 3110
+ "index": 2769
},
{
- "filePath": "src/taxonomy/tag-list/TagListTable.jsx",
- "line": 108,
+ "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
+ "line": 32,
"column": 8,
- "index": 3346
- }
- ],
- "DataTable.EmptyTable": [
- {
- "filePath": "src/files-and-videos/generic/FileTable.jsx",
- "line": 232,
- "column": 12,
- "index": 6578
+ "index": 961
},
{
- "filePath": "src/taxonomy/tag-list/TagListTable.jsx",
- "line": 109,
- "column": 8,
- "index": 3374
- }
- ],
- "TableFooter": [
- {
- "filePath": "src/files-and-videos/generic/table-components/Footer.jsx",
- "line": 16,
- "column": 4,
- "index": 345
- }
- ],
- "Pagination": [
+ "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "line": 46,
+ "column": 10,
+ "index": 1329
+ },
{
- "filePath": "src/files-and-videos/generic/table-components/Footer.jsx",
- "line": 17,
+ "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx",
+ "line": 18,
"column": 6,
- "index": 365
+ "index": 613
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx",
- "line": 158,
- "column": 14,
- "index": 4882
+ "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx",
+ "line": 27,
+ "column": 10,
+ "index": 925
},
{
- "filePath": "src/studio-home/tabs-section/libraries-v2-tab/index.jsx",
- "line": 92,
+ "filePath": "src/studio-home/verify-email-layout/index.jsx",
+ "line": 25,
"column": 12,
- "index": 2821
- }
- ],
- "ClosedCaption": [
+ "index": 791
+ },
{
- "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx",
- "line": 79,
- "column": 66,
- "index": 2538
- }
- ],
- "Form.CheckboxSet": [
+ "filePath": "src/taxonomy/taxonomy-card/index.jsx",
+ "line": 131,
+ "column": 8,
+ "index": 3263
+ },
{
- "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
- "line": 144,
- "column": 10,
- "index": 4297
+ "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx",
+ "line": 14,
+ "column": 6,
+ "index": 358
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
- "line": 110,
- "column": 24,
- "index": 3861
- }
- ],
- "Locked": [
+ "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx",
+ "line": 18,
+ "column": 6,
+ "index": 527
+ },
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx",
- "line": 24,
- "column": 19,
- "index": 652
+ "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 665
}
],
- "LockOpen": [
+ "Card.Status": [
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx",
- "line": 26,
- "column": 19,
- "index": 704
+ "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
+ "line": 108,
+ "column": 10,
+ "index": 3204
}
],
- "Check": [
+ "Card.Footer": [
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/ActiveColumn.jsx",
- "line": 16,
- "column": 46,
- "index": 686
+ "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx",
+ "line": 48,
+ "column": 12,
+ "index": 1888
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
- "line": 64,
- "column": 45,
- "index": 1694
+ "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx",
+ "line": 60,
+ "column": 18,
+ "index": 2357
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx",
- "line": 46,
- "column": 41,
- "index": 1528
+ "filePath": "src/course-unit/sidebar/components/sidebar-footer/index.jsx",
+ "line": 20,
+ "column": 4,
+ "index": 474
},
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
- "line": 89,
- "column": 33,
- "index": 3608
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
+ "line": 64,
+ "column": 14,
+ "index": 1995
},
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx",
- "line": 10,
- "column": 25,
- "index": 347
+ "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx",
+ "line": 75,
+ "column": 6,
+ "index": 2305
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx",
- "line": 36,
- "column": 18,
- "index": 1433
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
+ "line": 63,
+ "column": 12,
+ "index": 1656
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/SupportedFeature.jsx",
- "line": 8,
+ "filePath": "src/generic/ConfirmationPopup.jsx",
+ "line": 25,
"column": 6,
- "index": 192
+ "index": 574
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx",
- "line": 22,
- "column": 15,
- "index": 784
+ "filePath": "src/generic/course-upload-image/index.jsx",
+ "line": 122,
+ "column": 8,
+ "index": 3267
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 98,
- "column": 66,
- "index": 2839
- }
- ],
- "Menu": [
- {
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 54,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
+ "line": 83,
"column": 8,
- "index": 1084
+ "index": 2240
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
- "line": 51,
- "column": 8,
- "index": 1255
+ "filePath": "src/schedule-and-details/basic-section/index.jsx",
+ "line": 112,
+ "column": 6,
+ "index": 3105
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
- "line": 42,
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 94,
+ "column": 6,
+ "index": 3653
+ },
+ {
+ "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
+ "line": 32,
"column": 8,
- "index": 961
+ "index": 992
+ },
+ {
+ "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "line": 72,
+ "column": 10,
+ "index": 2247
}
],
- "MenuItem": [
+ "IconButtonWithTooltip": [
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 58,
- "column": 12,
- "index": 1185
- },
- {
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 70,
- "column": 14,
- "index": 1523
- },
- {
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 80,
- "column": 14,
- "index": 1859
- },
- {
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 90,
- "column": 14,
- "index": 2192
- },
- {
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 99,
- "column": 10,
- "index": 2519
- },
- {
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 108,
+ "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
+ "line": 43,
"column": 10,
- "index": 2812
+ "index": 1223
},
{
- "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
- "line": 116,
+ "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
+ "line": 50,
"column": 10,
- "index": 3069
+ "index": 1557
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
- "line": 58,
- "column": 18,
- "index": 1473
+ "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx",
+ "line": 35,
+ "column": 6,
+ "index": 1180
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
- "line": 71,
- "column": 18,
- "index": 1928
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 89,
+ "column": 12,
+ "index": 2969
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
- "line": 86,
- "column": 16,
- "index": 2402
+ "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx",
+ "line": 55,
+ "column": 12,
+ "index": 1857
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
- "line": 45,
- "column": 10,
- "index": 1025
+ "filePath": "src/course-updates/course-handouts/CourseHandouts.jsx",
+ "line": 16,
+ "column": 8,
+ "index": 623
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
- "line": 53,
+ "filePath": "src/course-updates/course-update/CourseUpdate.jsx",
+ "line": 30,
"column": 10,
- "index": 1292
+ "index": 1098
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
- "line": 62,
+ "filePath": "src/course-updates/course-update/CourseUpdate.jsx",
+ "line": 38,
"column": 10,
- "index": 1632
+ "index": 1391
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 100,
- "column": 4,
- "index": 2888
+ "filePath": "src/custom-pages/CustomPageCard.jsx",
+ "line": 73,
+ "column": 8,
+ "index": 1920
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 110,
- "column": 4,
- "index": 3252
+ "filePath": "src/custom-pages/CustomPageCard.jsx",
+ "line": 83,
+ "column": 8,
+ "index": 2325
},
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 123,
+ "filePath": "src/custom-pages/CustomPageCard.jsx",
+ "line": 93,
"column": 8,
- "index": 3648
- }
- ],
- "Tune": [
- {
- "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
- "line": 38,
- "column": 71,
- "index": 1081
- }
- ],
- "ErrorOutline": [
- {
- "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx",
- "line": 43,
- "column": 15,
- "index": 1316
+ "index": 2795
},
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx",
- "line": 12,
- "column": 25,
- "index": 415
- }
- ],
- "ExpandMore": [
- {
- "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
- "line": 100,
- "column": 21,
- "index": 2818
+ "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx",
+ "line": 17,
+ "column": 6,
+ "index": 421
},
{
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 34,
- "column": 43,
- "index": 894
- }
- ],
- "Tabs": [
+ "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx",
+ "line": 24,
+ "column": 6,
+ "index": 631
+ },
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/VideoInfoModalSidebar.jsx",
- "line": 20,
- "column": 2,
- "index": 465
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx",
+ "line": 55,
+ "column": 12,
+ "index": 1722
},
{
- "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
- "line": 186,
- "column": 10,
- "index": 5491
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx",
+ "line": 94,
+ "column": 12,
+ "index": 2738
},
{
- "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
- "line": 209,
- "column": 10,
- "index": 6388
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 112,
+ "column": 12,
+ "index": 3615
},
{
- "filePath": "src/studio-home/tabs-section/index.jsx",
- "line": 186,
- "column": 4,
- "index": 5885
- }
- ],
- "Tab": [
+ "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx",
+ "line": 38,
+ "column": 6,
+ "index": 818
+ },
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/VideoInfoModalSidebar.jsx",
- "line": 25,
- "column": 4,
- "index": 584
+ "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
+ "line": 93,
+ "column": 8,
+ "index": 2584
},
{
- "filePath": "src/files-and-videos/videos-page/info-sidebar/VideoInfoModalSidebar.jsx",
- "line": 28,
- "column": 4,
- "index": 708
+ "filePath": "src/grading-settings/grading-scale/GradingScale.jsx",
+ "line": 205,
+ "column": 6,
+ "index": 6691
},
{
- "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
- "line": 187,
- "column": 12,
- "index": 5510
+ "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
+ "line": 90,
+ "column": 16,
+ "index": 2628
},
{
- "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
- "line": 196,
- "column": 12,
- "index": 5903
+ "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
+ "line": 98,
+ "column": 16,
+ "index": 2995
},
{
- "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
- "line": 210,
- "column": 12,
- "index": 6407
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
+ "line": 111,
+ "column": 14,
+ "index": 3329
},
{
- "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
- "line": 219,
- "column": 12,
- "index": 6800
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
+ "line": 119,
+ "column": 14,
+ "index": 3680
},
{
- "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
- "line": 228,
- "column": 12,
- "index": 7196
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
+ "line": 60,
+ "column": 16,
+ "index": 1930
},
{
- "filePath": "src/studio-home/tabs-section/index.jsx",
- "line": 85,
- "column": 6,
- "index": 2964
+ "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
+ "line": 78,
+ "column": 18,
+ "index": 2367
},
{
- "filePath": "src/studio-home/tabs-section/index.jsx",
- "line": 107,
- "column": 8,
- "index": 3644
+ "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
+ "line": 85,
+ "column": 18,
+ "index": 2683
},
{
- "filePath": "src/studio-home/tabs-section/index.jsx",
- "line": 124,
- "column": 10,
- "index": 4104
+ "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
+ "line": 92,
+ "column": 18,
+ "index": 2993
},
{
- "filePath": "src/studio-home/tabs-section/index.jsx",
- "line": 139,
- "column": 10,
- "index": 4564
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 104,
+ "column": 26,
+ "index": 4025
},
{
- "filePath": "src/studio-home/tabs-section/index.jsx",
- "line": 160,
- "column": 8,
- "index": 5163
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 114,
+ "column": 26,
+ "index": 4602
}
],
- "ChevronLeft": [
+ "EditOutlineIcon": [
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
- "line": 70,
- "column": 25,
- "index": 2313
- }
- ],
- "ChevronRight": [
+ "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
+ "line": 44,
+ "column": 17,
+ "index": 1263
+ },
{
- "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
- "line": 109,
- "column": 33,
- "index": 3996
- }
- ],
- "WarningFilled": [
+ "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx",
+ "line": 37,
+ "column": 13,
+ "index": 1261
+ },
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
- "line": 43,
- "column": 16,
- "index": 1254
- }
- ],
- "Scrollable": [
+ "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
+ "line": 93,
+ "column": 23,
+ "index": 2803
+ },
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
- "line": 68,
- "column": 6,
- "index": 2152
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
+ "line": 114,
+ "column": 21,
+ "index": 3498
}
],
- "ProgressBar": [
+ "DeleteOutlineIcon": [
{
- "filePath": "src/files-and-videos/videos-page/upload-modal/UploadProgressList.jsx",
- "line": 25,
- "column": 14,
- "index": 974
- }
- ],
- "VideoFile": [
+ "filePath": "src/certificates/certificate-details/CertificateDetails.jsx",
+ "line": 51,
+ "column": 17,
+ "index": 1597
+ },
{
- "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx",
- "line": 84,
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 90,
+ "column": 19,
+ "index": 3011
+ },
+ {
+ "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx",
+ "line": 106,
"column": 23,
- "index": 2726
- }
- ],
- "ContentCopyIcon": [
+ "index": 3379
+ },
{
- "filePath": "src/generic/clipboard/paste-component/components/PasteButton.jsx",
- "line": 16,
- "column": 18,
- "index": 496
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx",
+ "line": 127,
+ "column": 21,
+ "index": 4071
}
],
- "Popover.Title": [
+ "Image": [
{
- "filePath": "src/generic/clipboard/paste-component/components/PopoverContent.jsx",
- "line": 15,
- "column": 4,
- "index": 510
+ "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx",
+ "line": 45,
+ "column": 10,
+ "index": 1578
},
{
- "filePath": "src/taxonomy/system-defined-badge/index.jsx",
- "line": 15,
- "column": 6,
- "index": 417
- }
- ],
- "OpenInNewIcon": [
- {
- "filePath": "src/generic/clipboard/paste-component/components/PopoverContent.jsx",
- "line": 26,
- "column": 62,
- "index": 934
- }
- ],
- "QuestionIcon": [
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 113,
+ "column": 12,
+ "index": 3885
+ },
{
- "filePath": "src/generic/clipboard/paste-component/components/WhatsInClipboard.jsx",
- "line": 33,
- "column": 13,
- "index": 980
- }
- ],
- "Popover": [
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 253,
+ "column": 12,
+ "index": 9131
+ },
{
- "filePath": "src/generic/clipboard/paste-component/index.jsx",
- "line": 18,
+ "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx",
+ "line": 26,
"column": 6,
- "index": 613
+ "index": 723
},
{
- "filePath": "src/taxonomy/system-defined-badge/index.jsx",
- "line": 14,
- "column": 4,
- "index": 336
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx",
+ "line": 85,
+ "column": 10,
+ "index": 2467
},
{
- "filePath": "src/taxonomy/taxonomy-card/index.jsx",
- "line": 63,
- "column": 4,
- "index": 1592
- }
- ],
- "Delete": [
- {
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 46,
- "column": 19,
- "index": 1283
- }
- ],
- "ExpandLess": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx",
+ "line": 35,
+ "column": 10,
+ "index": 1117
+ },
{
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 53,
- "column": 45,
- "index": 1474
- }
- ],
- "FileUploadIcon": [
+ "filePath": "src/editors/containers/VideoGallery/index.jsx",
+ "line": 51,
+ "column": 4,
+ "index": 1763
+ },
{
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 71,
- "column": 13,
- "index": 1895
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx",
+ "line": 75,
+ "column": 10,
+ "index": 2325
},
{
- "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
- "line": 68,
- "column": 13,
- "index": 1389
- }
- ],
- "Card.Divider": [
+ "filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx",
+ "line": 42,
+ "column": 12,
+ "index": 1313
+ },
{
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 121,
+ "filePath": "src/files-and-videos/files-page/FileThumbnail.jsx",
+ "line": 30,
"column": 8,
- "index": 3242
+ "index": 612
},
{
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 111,
- "column": 6,
- "index": 3082
+ "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx",
+ "line": 59,
+ "column": 12,
+ "index": 1919
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 93,
+ "filePath": "src/generic/course-upload-image/index.jsx",
+ "line": 61,
"column": 6,
- "index": 3630
+ "index": 1686
},
{
- "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
- "line": 31,
+ "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
+ "line": 57,
"column": 8,
- "index": 967
- },
+ "index": 1177
+ }
+ ],
+ "FormLabel": [
{
- "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
- "line": 42,
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 103,
"column": 12,
- "index": 1311
- },
- {
- "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
- "line": 45,
- "column": 10,
- "index": 1302
+ "index": 3468
},
{
- "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
- "line": 71,
+ "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx",
+ "line": 111,
"column": 10,
- "index": 2220
+ "index": 3772
},
{
- "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx",
- "line": 26,
- "column": 10,
- "index": 898
- },
- {
- "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx",
- "line": 17,
- "column": 6,
- "index": 482
- }
- ],
- "Calendar": [
- {
- "filePath": "src/generic/datepicker-control/DatepickerControl.jsx",
+ "filePath": "src/studio-home/organization-section/index.jsx",
"line": 49,
- "column": 17,
- "index": 1382
+ "column": 8,
+ "index": 1742
}
],
- "Col": [
+ "AddIcon": [
{
- "filePath": "src/generic/drag-helper/SortableItem.jsx",
- "line": 62,
- "column": 6,
- "index": 1294
+ "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx",
+ "line": 25,
+ "column": 24,
+ "index": 758
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 21,
- "column": 28,
- "index": 580
+ "filePath": "src/course-updates/CourseUpdates.jsx",
+ "line": 154,
+ "column": 36,
+ "index": 5733
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 35,
- "column": 28,
- "index": 1164
+ "filePath": "src/course-updates/CourseUpdates.jsx",
+ "line": 207,
+ "column": 40,
+ "index": 8418
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 49,
- "column": 28,
- "index": 1753
+ "filePath": "src/group-configurations/content-groups-section/index.jsx",
+ "line": 63,
+ "column": 26,
+ "index": 2174
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 64,
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
+ "line": 85,
+ "column": 20,
+ "index": 2793
+ },
+ {
+ "filePath": "src/group-configurations/experiment-configurations-section/index.jsx",
+ "line": 52,
+ "column": 26,
+ "index": 1816
+ },
+ {
+ "filePath": "src/schedule-and-details/instructors-section/index.jsx",
+ "line": 72,
+ "column": 26,
+ "index": 2014
+ },
+ {
+ "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx",
+ "line": 61,
+ "column": 26,
+ "index": 1915
+ },
+ {
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 145,
+ "column": 34,
+ "index": 6174
+ },
+ {
+ "filePath": "src/textbooks/Textbooks.jsx",
+ "line": 94,
"column": 28,
- "index": 2419
+ "index": 2874
}
],
- "DragIndicator": [
+ "DropdownButton": [
{
- "filePath": "src/generic/drag-helper/SortableItem.jsx",
- "line": 76,
- "column": 23,
- "index": 1767
+ "filePath": "src/certificates/layout/header-buttons/HeaderButtons.jsx",
+ "line": 22,
+ "column": 6,
+ "index": 478
}
],
- "SwitchControl": [
+ "Dropdown.Item": [
{
- "filePath": "src/generic/FormSwitchGroup.jsx",
- "line": 33,
- "column": 10,
- "index": 874
- }
- ],
- "IconSettings": [
+ "filePath": "src/certificates/layout/header-buttons/HeaderButtons.jsx",
+ "line": 23,
+ "column": 35,
+ "index": 621
+ },
{
- "filePath": "src/generic/processing-notification/index.jsx",
- "line": 18,
- "column": 56,
- "index": 573
- }
- ],
- "WarningFilledIcon": [
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 160,
+ "column": 16,
+ "index": 4864
+ },
{
- "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx",
- "line": 79,
- "column": 24,
- "index": 2460
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 170,
+ "column": 14,
+ "index": 5322
},
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
- "line": 112,
- "column": 22,
- "index": 3717
- }
- ],
- "CloseIcon": [
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 177,
+ "column": 14,
+ "index": 5622
+ },
{
- "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
- "line": 65,
- "column": 23,
- "index": 2141
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 184,
+ "column": 16,
+ "index": 5958
},
{
- "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
- "line": 76,
- "column": 26,
- "index": 2566
- }
- ],
- "Form.Check": [
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 193,
+ "column": 16,
+ "index": 6311
+ },
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 153,
- "column": 14,
- "index": 6078
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 198,
+ "column": 16,
+ "index": 6512
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 161,
- "column": 14,
- "index": 6389
- }
- ],
- "Form.Row": [
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 207,
+ "column": 18,
+ "index": 6861
+ },
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/DiscussionRestrictionItem.jsx",
- "line": 98,
- "column": 6,
- "index": 3412
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 214,
+ "column": 18,
+ "index": 7190
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/DiscussionRestrictionItem.jsx",
- "line": 124,
- "column": 6,
- "index": 4428
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 224,
+ "column": 16,
+ "index": 7600
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 20,
- "column": 10,
- "index": 541
+ "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
+ "line": 38,
+ "column": 16,
+ "index": 1494
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 63,
- "column": 10,
- "index": 2380
+ "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
+ "line": 68,
+ "column": 16,
+ "index": 2585
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 79,
+ "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
+ "line": 28,
"column": 10,
- "index": 3039
- }
- ],
- "ButtonGroup": [
+ "index": 926
+ },
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DiscussionRestriction.jsx",
- "line": 63,
- "column": 6,
- "index": 2358
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx",
+ "line": 59,
+ "column": 12,
+ "index": 1781
},
{
- "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx",
- "line": 52,
- "column": 6,
- "index": 1460
- }
- ],
- "Form.Switch": [
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx",
+ "line": 66,
+ "column": 12,
+ "index": 2098
+ },
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
- "line": 129,
- "column": 8,
- "index": 4519
- }
- ],
- "CardGrid": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
+ "line": 81,
+ "column": 16,
+ "index": 2566
+ },
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
- "line": 140,
- "column": 6,
- "index": 4871
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
+ "line": 87,
+ "column": 16,
+ "index": 2808
},
{
- "filePath": "src/pages-and-resources/pages/PageGrid.jsx",
- "line": 9,
- "column": 2,
- "index": 338
- }
- ],
- "Remove": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
+ "line": 90,
+ "column": 16,
+ "index": 3009
+ },
{
- "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx",
- "line": 37,
- "column": 18,
- "index": 1506
- }
- ],
- "FullscreenModal": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
+ "line": 105,
+ "column": 22,
+ "index": 3201
+ },
{
- "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
- "line": 64,
- "column": 6,
- "index": 2160
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
+ "line": 108,
+ "column": 22,
+ "index": 3391
},
{
- "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
- "line": 77,
- "column": 6,
- "index": 2434
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
+ "line": 110,
+ "column": 20,
+ "index": 3517
},
{
- "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
- "line": 92,
- "column": 10,
- "index": 2806
- }
- ],
- "Stepper": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
+ "line": 51,
+ "column": 8,
+ "index": 1796
+ },
{
- "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
- "line": 91,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
+ "line": 57,
"column": 8,
- "index": 2762
+ "index": 2003
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 442,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
+ "line": 60,
"column": 8,
- "index": 12666
- }
- ],
- "Stepper.Header": [
+ "index": 2181
+ },
{
- "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
- "line": 98,
- "column": 28,
- "index": 3041
- }
- ],
- "Stepper.ActionRow": [
+ "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "line": 89,
+ "column": 12,
+ "index": 2459
+ },
{
- "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
- "line": 102,
- "column": 16,
- "index": 3197
+ "filePath": "src/files-and-videos/generic/FileMenu.jsx",
+ "line": 36,
+ "column": 8,
+ "index": 766
},
{
- "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
- "line": 105,
- "column": 16,
- "index": 3337
+ "filePath": "src/files-and-videos/generic/FileMenu.jsx",
+ "line": 43,
+ "column": 10,
+ "index": 967
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 463,
- "column": 12,
- "index": 13391
+ "filePath": "src/files-and-videos/generic/FileMenu.jsx",
+ "line": 48,
+ "column": 10,
+ "index": 1164
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 472,
- "column": 12,
- "index": 13843
+ "filePath": "src/files-and-videos/generic/FileMenu.jsx",
+ "line": 53,
+ "column": 10,
+ "index": 1358
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 501,
- "column": 12,
- "index": 15065
+ "filePath": "src/files-and-videos/generic/FileMenu.jsx",
+ "line": 58,
+ "column": 6,
+ "index": 1562
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 518,
- "column": 12,
- "index": 15877
+ "filePath": "src/files-and-videos/generic/FileMenu.jsx",
+ "line": 61,
+ "column": 6,
+ "index": 1681
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 531,
- "column": 12,
- "index": 16596
- }
- ],
- "Stepper.Step": [
+ "filePath": "src/files-and-videos/generic/FileMenu.jsx",
+ "line": 65,
+ "column": 6,
+ "index": 1826
+ },
{
- "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
- "line": 119,
+ "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
+ "line": 51,
"column": 12,
- "index": 3858
+ "index": 1502
},
{
- "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
- "line": 132,
- "column": 12,
- "index": 4309
+ "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
+ "line": 58,
+ "column": 10,
+ "index": 1762
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 44,
- "column": 4,
- "index": 1085
+ "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
+ "line": 65,
+ "column": 10,
+ "index": 2034
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 101,
- "column": 4,
- "index": 2696
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx",
+ "line": 38,
+ "column": 14,
+ "index": 1138
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 194,
- "column": 4,
- "index": 5583
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx",
+ "line": 45,
+ "column": 14,
+ "index": 1446
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 226,
- "column": 4,
- "index": 6621
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx",
+ "line": 51,
+ "column": 12,
+ "index": 1680
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 253,
- "column": 4,
- "index": 7397
- }
- ],
- "ArrowForward": [
+ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
+ "line": 184,
+ "column": 10,
+ "index": 5933
+ },
{
- "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx",
- "line": 24,
- "column": 15,
- "index": 765
- }
- ],
- "Settings": [
+ "filePath": "src/schedule-and-details/details-section/index.jsx",
+ "line": 32,
+ "column": 14,
+ "index": 1202
+ },
{
- "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx",
- "line": 36,
- "column": 11,
- "index": 1044
- }
- ],
- "PageBanner": [
+ "filePath": "src/schedule-and-details/requirements-section/index.jsx",
+ "line": 40,
+ "column": 10,
+ "index": 1336
+ },
{
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 81,
- "column": 4,
- "index": 2211
- }
- ],
- "EmailIcon": [
+ "filePath": "src/schedule-and-details/requirements-section/index.jsx",
+ "line": 47,
+ "column": 12,
+ "index": 1649
+ },
{
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 119,
- "column": 56,
- "index": 3403
- }
- ],
- "ErrorOutlineIcon": [
+ "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
+ "line": 134,
+ "column": 16,
+ "index": 4284
+ },
{
- "filePath": "src/schedule-and-details/index.jsx",
- "line": 194,
- "column": 18,
- "index": 5954
+ "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx",
+ "line": 44,
+ "column": 10,
+ "index": 1363
},
{
- "filePath": "src/schedule-and-details/index.jsx",
- "line": 207,
- "column": 18,
- "index": 6411
- }
- ],
- "Copyright": [
+ "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx",
+ "line": 155,
+ "column": 10,
+ "index": 4896
+ },
{
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 30,
- "column": 15,
- "index": 918
- }
- ],
- "Cc": [
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 64,
+ "column": 12,
+ "index": 1775
+ },
{
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 38,
- "column": 15,
- "index": 1156
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 70,
+ "column": 12,
+ "index": 2033
}
],
- "Attribution": [
+ "Spinner": [
{
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 45,
- "column": 15,
- "index": 1346
- }
- ],
- "Nc": [
+ "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
+ "line": 113,
+ "column": 4,
+ "index": 3638
+ },
{
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 52,
- "column": 15,
- "index": 1547
- }
- ],
- "Nd": [
+ "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx",
+ "line": 235,
+ "column": 10,
+ "index": 8717
+ },
{
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 59,
- "column": 15,
- "index": 1739
- }
- ],
- "Sa": [
+ "filePath": "src/editors/containers/GameEditor/index.jsx",
+ "line": 56,
+ "column": 12,
+ "index": 1626
+ },
{
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 66,
- "column": 15,
- "index": 1928
- }
- ],
- "RotateRightIcon": [
+ "filePath": "src/editors/containers/TextEditor/index.jsx",
+ "line": 95,
+ "column": 14,
+ "index": 2531
+ },
{
- "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
- "line": 39,
- "column": 27,
- "index": 1052
- }
- ],
- "SearchField": [
+ "filePath": "src/editors/containers/VideoUploadEditor/index.jsx",
+ "line": 24,
+ "column": 6,
+ "index": 642
+ },
{
- "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/index.jsx",
- "line": 104,
- "column": 8,
- "index": 3325
- }
- ],
- "Download": [
+ "filePath": "src/editors/example.jsx",
+ "line": 53,
+ "column": 12,
+ "index": 1570
+ },
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 49,
- "column": 24,
- "index": 1362
+ "filePath": "src/editors/sharedComponents/SelectionModal/Gallery.jsx",
+ "line": 43,
+ "column": 8,
+ "index": 954
},
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 57,
- "column": 24,
- "index": 1673
- }
- ],
- "InsertDriveFile": [
+ "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx",
+ "line": 51,
+ "column": 8,
+ "index": 1487
+ },
{
- "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
- "line": 135,
- "column": 25,
- "index": 3927
- }
- ],
- "Form.Autosuggest": [
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx",
+ "line": 15,
+ "column": 8,
+ "index": 502
+ },
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 198,
- "column": 12,
- "index": 5720
- }
- ],
- "Form.AutosuggestOption": [
+ "filePath": "src/generic/Loading.jsx",
+ "line": 7,
+ "column": 2,
+ "index": 220
+ },
{
- "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
- "line": 208,
+ "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
+ "line": 99,
"column": 16,
- "index": 6185
+ "index": 2268
+ },
+ {
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 145,
+ "column": 10,
+ "index": 4220
+ },
+ {
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 233,
+ "column": 14,
+ "index": 6889
}
],
- "Popover.Content": [
+ "Collapsible.Advanced": [
{
- "filePath": "src/taxonomy/system-defined-badge/index.jsx",
- "line": 18,
+ "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
+ "line": 374,
"column": 6,
- "index": 536
+ "index": 12848
},
{
- "filePath": "src/taxonomy/taxonomy-card/index.jsx",
- "line": 67,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
+ "line": 95,
+ "column": 4,
+ "index": 2981
+ },
+ {
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx",
+ "line": 15,
"column": 6,
- "index": 1695
- }
- ],
- "DataTable.ExpandRow": [
+ "index": 348
+ },
{
- "filePath": "src/taxonomy/tag-list/TagListTable.jsx",
- "line": 42,
- "column": 76,
- "index": 1411
- }
- ],
- "DataTable.TableFooter": [
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx",
+ "line": 22,
+ "column": 6,
+ "index": 636
+ },
{
- "filePath": "src/taxonomy/tag-list/TagListTable.jsx",
- "line": 111,
- "column": 13,
- "index": 3539
- }
- ],
- "SelectMenu": [
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx",
+ "line": 104,
+ "column": 8,
+ "index": 3177
+ },
{
- "filePath": "src/taxonomy/TaxonomyListPage.jsx",
- "line": 136,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx",
+ "line": 118,
+ "column": 6,
+ "index": 3661
+ },
+ {
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
+ "line": 22,
+ "column": 8,
+ "index": 752
+ },
+ {
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
+ "line": 26,
+ "column": 2,
+ "index": 707
+ },
+ {
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx",
+ "line": 28,
"column": 4,
- "index": 3906
- }
- ],
- "ViewIcon": [
+ "index": 878
+ },
{
- "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
- "line": 80,
- "column": 25,
- "index": 2492
- }
- ],
- "DeleteIcon": [
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
+ "line": 102,
+ "column": 18,
+ "index": 3618
+ },
{
- "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
- "line": 94,
- "column": 25,
- "index": 3120
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 19,
+ "column": 2,
+ "index": 373
},
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 118,
- "column": 33,
- "index": 4846
+ "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
+ "line": 99,
+ "column": 6,
+ "index": 2859
+ },
+ {
+ "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
+ "line": 98,
+ "column": 4,
+ "index": 3245
}
],
- "UploadIcon": [
+ "Collapsible.Trigger": [
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 108,
- "column": 33,
- "index": 4277
+ "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
+ "line": 380,
+ "column": 8,
+ "index": 13088
+ },
+ {
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
+ "line": 126,
+ "column": 8,
+ "index": 3951
+ },
+ {
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
+ "line": 26,
+ "column": 10,
+ "index": 873
+ },
+ {
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
+ "line": 31,
+ "column": 4,
+ "index": 858
+ },
+ {
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
+ "line": 105,
+ "column": 20,
+ "index": 3742
+ },
+ {
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 27,
+ "column": 4,
+ "index": 566
+ },
+ {
+ "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
+ "line": 100,
+ "column": 8,
+ "index": 2890
+ },
+ {
+ "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
+ "line": 103,
+ "column": 6,
+ "index": 3498
}
],
- "PdfIcon": [
+ "Collapsible.Visible": [
{
- "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
- "line": 179,
- "column": 29,
- "index": 7808
- }
- ]
- }
- },
- {
- "version": "22.5.1",
- "name": "@openedx-plugins/course-app-calculator",
- "folderName": "calculator",
- "usages": {}
- },
- {
- "version": "22.5.1",
- "name": "@openedx-plugins/course-app-edxnotes",
- "folderName": "edxnotes",
- "usages": {}
- },
- {
- "version": "22.5.1",
- "name": "@openedx-plugins/course-app-learning_assistant",
- "folderName": "learning_assistant",
- "usages": {
- "Hyperlink": [
+ "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
+ "line": 381,
+ "column": 10,
+ "index": 13159
+ },
{
- "filePath": "Settings.jsx",
- "line": 23,
+ "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
+ "line": 385,
+ "column": 10,
+ "index": 13281
+ },
+ {
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
+ "line": 28,
"column": 12,
- "index": 885
+ "index": 1028
},
{
- "filePath": "Settings.jsx",
- "line": 33,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
+ "line": 31,
"column": 12,
- "index": 1299
- }
- ]
- }
- },
- {
- "version": "22.5.1",
- "name": "@openedx-plugins/course-app-live",
- "folderName": "live",
- "usages": {
- "Form.Group": [
+ "index": 1155
+ },
{
- "filePath": "BBBSettings.jsx",
- "line": 55,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
+ "line": 35,
"column": 6,
- "index": 1788
+ "index": 1015
+ },
+ {
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
+ "line": 45,
+ "column": 6,
+ "index": 1624
+ },
+ {
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 32,
+ "column": 6,
+ "index": 775
+ },
+ {
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 988
+ },
+ {
+ "filePath": "src/pages-and-resources/discussions/app-list/FeaturesList.jsx",
+ "line": 14,
+ "column": 8,
+ "index": 404
+ },
+ {
+ "filePath": "src/pages-and-resources/discussions/app-list/FeaturesList.jsx",
+ "line": 17,
+ "column": 8,
+ "index": 553
+ },
+ {
+ "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
+ "line": 105,
+ "column": 8,
+ "index": 3663
+ },
+ {
+ "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
+ "line": 114,
+ "column": 8,
+ "index": 3924
}
],
- "Form.Label": [
+ "KeyboardArrowDown": [
{
- "filePath": "BBBSettings.jsx",
- "line": 56,
- "column": 8,
- "index": 1862
+ "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
+ "line": 382,
+ "column": 23,
+ "index": 13215
+ },
+ {
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
+ "line": 29,
+ "column": 25,
+ "index": 1086
}
],
- "Form.Control": [
+ "KeyboardArrowUp": [
{
- "filePath": "BBBSettings.jsx",
- "line": 63,
- "column": 8,
- "index": 2130
+ "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
+ "line": 386,
+ "column": 23,
+ "index": 13335
+ },
+ {
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
+ "line": 32,
+ "column": 25,
+ "index": 1211
}
],
- "Hyperlink": [
+ "Collapsible.Body": [
{
- "filePath": "BBBSettings.jsx",
- "line": 74,
+ "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
+ "line": 391,
+ "column": 8,
+ "index": 13486
+ },
+ {
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
+ "line": 110,
+ "column": 8,
+ "index": 3480
+ },
+ {
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx",
+ "line": 18,
+ "column": 8,
+ "index": 424
+ },
+ {
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx",
+ "line": 25,
+ "column": 8,
+ "index": 711
+ },
+ {
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx",
+ "line": 105,
+ "column": 10,
+ "index": 3241
+ },
+ {
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx",
+ "line": 119,
+ "column": 8,
+ "index": 3722
+ },
+ {
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
+ "line": 52,
+ "column": 4,
+ "index": 1966
+ },
+ {
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx",
+ "line": 33,
"column": 6,
- "index": 2384
+ "index": 999
},
{
- "filePath": "BBBSettings.jsx",
- "line": 95,
- "column": 16,
- "index": 3221
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 57,
+ "column": 4,
+ "index": 1593
+ },
+ {
+ "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
+ "line": 104,
+ "column": 8,
+ "index": 3150
+ },
+ {
+ "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
+ "line": 125,
+ "column": 6,
+ "index": 4213
}
],
- "Icon": [
+ "Chip": [
{
- "filePath": "Settings.jsx",
- "line": 112,
- "column": 20,
- "index": 4636
- }
- ]
- }
- },
- {
- "version": "22.5.1",
- "name": "@openedx-plugins/course-app-ora_settings",
- "folderName": "ora_settings",
- "usages": {
- "Hyperlink": [
+ "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
+ "line": 473,
+ "column": 8,
+ "index": 17084
+ },
{
- "filePath": "Settings.jsx",
- "line": 27,
+ "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx",
+ "line": 30,
+ "column": 10,
+ "index": 882
+ },
+ {
+ "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx",
+ "line": 76,
"column": 8,
- "index": 980
+ "index": 2416
+ },
+ {
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 181,
+ "column": 18,
+ "index": 5009
}
- ]
- }
- },
- {
- "version": "22.5.1",
- "name": "@openedx-plugins/course-app-proctoring",
- "folderName": "proctoring",
- "usages": {
- "Alert.Link": [
+ ],
+ "Tag": [
{
- "filePath": "Settings.jsx",
- "line": 174,
- "column": 16,
- "index": 7323
+ "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx",
+ "line": 475,
+ "column": 22,
+ "index": 17143
},
{
- "filePath": "Settings.jsx",
- "line": 189,
- "column": 35,
- "index": 7880
+ "filePath": "src/content-tags-drawer/TagsTree.jsx",
+ "line": 27,
+ "column": 17,
+ "index": 731
},
{
- "filePath": "Settings.jsx",
- "line": 452,
- "column": 14,
- "index": 17240
+ "filePath": "src/generic/tag-count/index.jsx",
+ "line": 9,
+ "column": 39,
+ "index": 290
+ }
+ ],
+ "useCheckboxSetValues": [
+ {
+ "filePath": "src/content-tags-drawer/ContentTagsCollapsibleHelper.jsx",
+ "line": 114,
+ "column": 48,
+ "index": 3893
},
{
- "filePath": "Settings.jsx",
- "line": 481,
- "column": 14,
- "index": 18134
+ "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
+ "line": 32,
+ "column": 7,
+ "index": 1029
}
],
- "Hyperlink": [
+ "Sheet": [
{
- "filePath": "Settings.jsx",
- "line": 251,
+ "filePath": "src/content-tags-drawer/ContentTagsDrawerSheet.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 739
+ },
+ {
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
+ "line": 54,
"column": 4,
- "index": 9805
+ "index": 1862
}
],
- "Alert": [
+ "Collapsible": [
{
- "filePath": "Settings.jsx",
- "line": 269,
- "column": 12,
- "index": 10374
+ "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx",
+ "line": 72,
+ "column": 20,
+ "index": 2111
},
{
- "filePath": "Settings.jsx",
- "line": 437,
+ "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx",
+ "line": 34,
"column": 6,
- "index": 16781
+ "index": 921
},
{
- "filePath": "Settings.jsx",
- "line": 464,
- "column": 6,
- "index": 17511
+ "filePath": "src/pages-and-resources/discussions/app-list/FeaturesList.jsx",
+ "line": 10,
+ "column": 2,
+ "index": 312
+ },
+ {
+ "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
+ "line": 103,
+ "column": 14,
+ "index": 3419
}
],
- "Badge": [
+ "ArrowDropDown": [
{
- "filePath": "Settings.jsx",
- "line": 291,
- "column": 18,
- "index": 11131
+ "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx",
+ "line": 76,
+ "column": 49,
+ "index": 2337
}
],
- "Form.Group": [
+ "ArrowDropUp": [
{
- "filePath": "Settings.jsx",
- "line": 312,
- "column": 12,
- "index": 11755
+ "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx",
+ "line": 77,
+ "column": 47,
+ "index": 2403
+ }
+ ],
+ "Close": [
+ {
+ "filePath": "src/content-tags-drawer/TagsTree.jsx",
+ "line": 33,
+ "column": 15,
+ "index": 901
},
{
- "filePath": "Settings.jsx",
- "line": 338,
- "column": 10,
- "index": 12891
+ "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx",
+ "line": 27,
+ "column": 13,
+ "index": 770
},
{
- "filePath": "Settings.jsx",
- "line": 369,
- "column": 12,
- "index": 14350
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx",
+ "line": 28,
+ "column": 13,
+ "index": 708
},
{
- "filePath": "Settings.jsx",
- "line": 393,
- "column": 12,
- "index": 15471
- }
- ],
- "Form.Label": [
+ "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
+ "line": 80,
+ "column": 15,
+ "index": 3019
+ },
{
- "filePath": "Settings.jsx",
- "line": 313,
- "column": 14,
- "index": 11817
+ "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "line": 50,
+ "column": 23,
+ "index": 1262
},
{
- "filePath": "Settings.jsx",
- "line": 339,
- "column": 12,
- "index": 12948
+ "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx",
+ "line": 32,
+ "column": 23,
+ "index": 935
},
{
- "filePath": "Settings.jsx",
- "line": 370,
- "column": 14,
- "index": 14411
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
+ "line": 81,
+ "column": 55,
+ "index": 2785
},
{
- "filePath": "Settings.jsx",
- "line": 394,
- "column": 14,
- "index": 15535
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 183,
+ "column": 31,
+ "index": 5076
}
],
- "Form.Control": [
+ "RadioButtonUnchecked": [
{
- "filePath": "Settings.jsx",
- "line": 316,
- "column": 14,
- "index": 11999
- },
+ "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx",
+ "line": 55,
+ "column": 17,
+ "index": 2200
+ }
+ ],
+ "ModeComment": [
{
- "filePath": "Settings.jsx",
- "line": 342,
- "column": 12,
- "index": 13119
+ "filePath": "src/course-checklist/ChecklistSection/ChecklistItemComment.jsx",
+ "line": 24,
+ "column": 19,
+ "index": 967
}
],
- "Form.Text": [
+ "EditIcon": [
{
- "filePath": "Settings.jsx",
- "line": 325,
- "column": 14,
- "index": 12376
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 136,
+ "column": 22,
+ "index": 3825
},
{
- "filePath": "Settings.jsx",
- "line": 352,
- "column": 12,
- "index": 13571
+ "filePath": "src/course-unit/header-title/HeaderTitle.jsx",
+ "line": 74,
+ "column": 18,
+ "index": 2693
+ },
+ {
+ "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
+ "line": 87,
+ "column": 25,
+ "index": 2808
}
],
- "Form.RadioSet": [
+ "Dropdown": [
{
- "filePath": "Settings.jsx",
- "line": 373,
- "column": 14,
- "index": 14596
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 148,
+ "column": 10,
+ "index": 4305
},
{
- "filePath": "Settings.jsx",
- "line": 397,
+ "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
+ "line": 28,
+ "column": 10,
+ "index": 1032
+ },
+ {
+ "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
+ "line": 58,
+ "column": 10,
+ "index": 2120
+ },
+ {
+ "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 503
+ },
+ {
+ "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
+ "line": 38,
"column": 14,
- "index": 15722
- }
- ],
- "Form.Radio": [
+ "index": 1188
+ },
{
- "filePath": "Settings.jsx",
- "line": 379,
+ "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
+ "line": 47,
"column": 16,
- "index": 14832
+ "index": 1462
},
{
- "filePath": "Settings.jsx",
- "line": 382,
- "column": 16,
- "index": 15013
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx",
+ "line": 47,
+ "column": 8,
+ "index": 1436
},
{
- "filePath": "Settings.jsx",
- "line": 402,
- "column": 16,
- "index": 15920
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
+ "line": 71,
+ "column": 12,
+ "index": 2179
},
{
- "filePath": "Settings.jsx",
- "line": 405,
- "column": 16,
- "index": 16107
- }
- ],
- "ModalDialog": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
+ "line": 89,
+ "column": 6,
+ "index": 2684
+ },
{
- "filePath": "Settings.jsx",
- "line": 579,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
+ "line": 41,
"column": 4,
- "index": 22458
- }
- ],
- "Form": [
+ "index": 1486
+ },
{
- "filePath": "Settings.jsx",
- "line": 589,
+ "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "line": 78,
"column": 6,
- "index": 22683
- }
- ],
- "ModalDialog.Header": [
+ "index": 2099
+ },
{
- "filePath": "Settings.jsx",
- "line": 590,
- "column": 8,
- "index": 22751
- }
- ],
- "ModalDialog.Title": [
+ "filePath": "src/files-and-videos/generic/FileMenu.jsx",
+ "line": 25,
+ "column": 2,
+ "index": 471
+ },
{
- "filePath": "Settings.jsx",
- "line": 591,
- "column": 10,
- "index": 22782
- }
- ],
- "ModalDialog.Body": [
+ "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
+ "line": 41,
+ "column": 6,
+ "index": 1169
+ },
{
- "filePath": "Settings.jsx",
- "line": 595,
- "column": 8,
- "index": 22907
- }
- ],
- "ModalDialog.Footer": [
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx",
+ "line": 22,
+ "column": 4,
+ "index": 524
+ },
{
- "filePath": "Settings.jsx",
- "line": 603,
- "column": 8,
- "index": 23289
- }
- ],
- "ActionRow": [
+ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
+ "line": 178,
+ "column": 4,
+ "index": 5654
+ },
{
- "filePath": "Settings.jsx",
- "line": 608,
- "column": 10,
- "index": 23394
- }
- ],
- "ModalDialog.CloseButton": [
+ "filePath": "src/schedule-and-details/details-section/index.jsx",
+ "line": 26,
+ "column": 8,
+ "index": 944
+ },
{
- "filePath": "Settings.jsx",
- "line": 609,
- "column": 12,
- "index": 23418
- }
- ],
- "StatefulButton": [
+ "filePath": "src/schedule-and-details/requirements-section/index.jsx",
+ "line": 35,
+ "column": 6,
+ "index": 1131
+ },
{
- "filePath": "Settings.jsx",
- "line": 612,
- "column": 12,
- "index": 23590
- }
- ]
- }
- },
- {
- "version": "22.5.1",
- "name": "@openedx-plugins/course-app-progress",
- "folderName": "progress",
- "usages": {}
- },
- {
- "version": "22.5.1",
- "name": "@openedx-plugins/course-app-teams",
- "folderName": "teams",
- "usages": {
- "TransitionReplace": [
+ "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
+ "line": 128,
+ "column": 10,
+ "index": 3989
+ },
{
- "filePath": "GroupEditor.jsx",
- "line": 45,
+ "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx",
+ "line": 32,
"column": 4,
- "index": 1630
- }
- ],
- "Button": [
- {
- "filePath": "GroupEditor.jsx",
- "line": 52,
- "column": 14,
- "index": 2042
+ "index": 994
},
{
- "filePath": "GroupEditor.jsx",
- "line": 55,
- "column": 14,
- "index": 2194
+ "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx",
+ "line": 142,
+ "column": 4,
+ "index": 4295
},
{
- "filePath": "Settings.jsx",
- "line": 147,
- "column": 20,
- "index": 5448
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 55,
+ "column": 8,
+ "index": 1413
}
],
- "Form.Group": [
+ "Dropdown.Toggle": [
{
- "filePath": "GroupEditor.jsx",
- "line": 103,
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 149,
"column": 12,
- "index": 4385
- }
- ],
- "Form.Label": [
+ "index": 4404
+ },
{
- "filePath": "GroupEditor.jsx",
- "line": 104,
- "column": 14,
- "index": 4441
+ "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
+ "line": 29,
+ "column": 12,
+ "index": 1055
},
{
- "filePath": "GroupEditor.jsx",
- "line": 133,
- "column": 21,
- "index": 5789
- }
- ],
- "Form.RadioSet": [
+ "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
+ "line": 59,
+ "column": 12,
+ "index": 2143
+ },
{
- "filePath": "GroupEditor.jsx",
- "line": 107,
- "column": 14,
- "index": 4582
- }
- ],
- "Form.Radio": [
+ "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 561
+ },
{
- "filePath": "GroupEditor.jsx",
- "line": 114,
- "column": 18,
- "index": 4882
- }
- ],
- "Form.Text": [
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx",
+ "line": 48,
+ "column": 10,
+ "index": 1457
+ },
{
- "filePath": "Settings.jsx",
- "line": 132,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
+ "line": 72,
"column": 14,
- "index": 4742
- }
- ],
- "Add": [
+ "index": 2204
+ },
{
- "filePath": "Settings.jsx",
- "line": 150,
- "column": 34,
- "index": 5588
- }
- ]
- }
- },
- {
- "version": "22.5.1",
- "name": "@openedx-plugins/course-app-wiki",
- "folderName": "wiki",
- "usages": {}
- },
- {
- "version": "22.5.1",
- "name": "@openedx-plugins/course-app-xpert_unit_summary",
- "folderName": "xpert_unit_summary",
- "usages": {
- "TransitionReplace": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
+ "line": 92,
+ "column": 8,
+ "index": 2741
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 49,
- "column": 2,
- "index": 1816
- }
- ],
- "ModalDialog": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
+ "line": 42,
+ "column": 6,
+ "index": 1503
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 75,
- "column": 2,
- "index": 2509
- }
- ],
- "ModalDialog.Header": [
+ "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "line": 79,
+ "column": 8,
+ "index": 2118
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 84,
+ "filePath": "src/files-and-videos/generic/FileMenu.jsx",
+ "line": 26,
"column": 4,
- "index": 2672
- }
- ],
- "ModalDialog.Title": [
+ "index": 527
+ },
+ {
+ "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
+ "line": 42,
+ "column": 8,
+ "index": 1205
+ },
+ {
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx",
+ "line": 25,
+ "column": 6,
+ "index": 597
+ },
+ {
+ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
+ "line": 179,
+ "column": 6,
+ "index": 5688
+ },
+ {
+ "filePath": "src/schedule-and-details/details-section/index.jsx",
+ "line": 27,
+ "column": 10,
+ "index": 986
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 85,
- "column": 6,
- "index": 2699
- }
- ],
- "ModalDialog.Body": [
+ "filePath": "src/schedule-and-details/requirements-section/index.jsx",
+ "line": 36,
+ "column": 8,
+ "index": 1171
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 89,
- "column": 4,
- "index": 2818
- }
- ],
- "ModalDialog.Footer": [
+ "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
+ "line": 129,
+ "column": 12,
+ "index": 4034
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 92,
- "column": 4,
- "index": 2882
- }
- ],
- "ActionRow": [
+ "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx",
+ "line": 33,
+ "column": 6,
+ "index": 1044
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 93,
+ "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx",
+ "line": 143,
"column": 6,
- "index": 2925
- }
- ],
- "ModalDialog.CloseButton": [
+ "index": 4396
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 94,
- "column": 8,
- "index": 2945
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 56,
+ "column": 10,
+ "index": 1466
}
],
- "OverlayTrigger": [
+ "MoveVertIcon": [
{
- "filePath": "settings-modal/SettingsModal.jsx",
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
"line": 154,
- "column": 4,
- "index": 4455
+ "column": 19,
+ "index": 4641
}
],
- "Tooltip": [
+ "Dropdown.Menu": [
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 157,
- "column": 8,
- "index": 4520
- }
- ],
- "StatefulButton": [
+ "filePath": "src/course-outline/card-header/CardHeader.jsx",
+ "line": 158,
+ "column": 12,
+ "index": 4764
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 165,
+ "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
+ "line": 36,
+ "column": 12,
+ "index": 1398
+ },
+ {
+ "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
+ "line": 66,
+ "column": 12,
+ "index": 2486
+ },
+ {
+ "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
+ "line": 26,
"column": 6,
- "index": 4710
+ "index": 843
},
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 317,
- "column": 16,
- "index": 9213
- }
- ],
- "Icon": [
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx",
+ "line": 58,
+ "column": 10,
+ "index": 1753
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 173,
- "column": 19,
- "index": 4970
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
+ "line": 80,
+ "column": 14,
+ "index": 2496
},
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 174,
- "column": 19,
- "index": 5015
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
+ "line": 102,
+ "column": 8,
+ "index": 3050
},
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 175,
- "column": 18,
- "index": 5085
- }
- ],
- "SpinnerSimple": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
+ "line": 50,
+ "column": 6,
+ "index": 1731
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 174,
- "column": 30,
- "index": 5026
- }
- ],
- "CheckCircleOutline": [
+ "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "line": 87,
+ "column": 8,
+ "index": 2383
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 175,
- "column": 29,
- "index": 5096
- }
- ],
- "Hyperlink": [
+ "filePath": "src/files-and-videos/generic/FileMenu.jsx",
+ "line": 34,
+ "column": 4,
+ "index": 710
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 263,
+ "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
+ "line": 49,
+ "column": 8,
+ "index": 1438
+ },
+ {
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx",
+ "line": 34,
"column": 6,
- "index": 7712
+ "index": 927
},
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 276,
+ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
+ "line": 182,
"column": 6,
- "index": 8019
- }
- ],
- "Form": [
+ "index": 5866
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 307,
+ "filePath": "src/schedule-and-details/details-section/index.jsx",
+ "line": 30,
"column": 10,
- "index": 8879
- }
- ],
- "Alert": [
+ "index": 1125
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 330,
- "column": 16,
- "index": 9722
- }
- ],
- "Info": [
+ "filePath": "src/schedule-and-details/requirements-section/index.jsx",
+ "line": 39,
+ "column": 8,
+ "index": 1310
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 330,
- "column": 46,
- "index": 9752
- }
- ],
- "Alert.Heading": [
+ "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
+ "line": 132,
+ "column": 12,
+ "index": 4196
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 331,
- "column": 18,
- "index": 9792
- }
- ],
- "Badge": [
+ "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx",
+ "line": 42,
+ "column": 6,
+ "index": 1287
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 347,
- "column": 22,
- "index": 10557
- }
- ],
- "Form.RadioSet": [
+ "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx",
+ "line": 153,
+ "column": 6,
+ "index": 4795
+ },
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 362,
- "column": 16,
- "index": 11108
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 63,
+ "column": 10,
+ "index": 1747
}
],
- "Form.Radio": [
+ "Truncate": [
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 368,
- "column": 18,
- "index": 11349
+ "filePath": "src/course-outline/card-header/TitleButton.jsx",
+ "line": 42,
+ "column": 8,
+ "index": 987
},
{
- "filePath": "settings-modal/SettingsModal.jsx",
- "line": 381,
- "column": 18,
- "index": 11874
- }
- ]
- }
- },
- {
- "version": "22.1.1",
- "name": "@edx/frontend-app-discussions",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/openedx/frontend-app-discussions.git"
- },
- "folderName": "frontend-app-discussions",
- "usages": {
- "Collapsible.Advanced": [
- {
- "filePath": "src/components/FilterBar.jsx",
- "line": 101,
+ "filePath": "src/course-outline/card-header/TitleLink.jsx",
+ "line": 17,
"column": 4,
- "index": 2814
+ "index": 372
},
{
- "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
- "line": 74,
- "column": 4,
- "index": 2350
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 381,
+ "column": 28,
+ "index": 11564
},
{
- "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
- "line": 181,
- "column": 4,
- "index": 6288
- }
- ],
- "Collapsible.Trigger": [
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 390,
+ "column": 28,
+ "index": 11850
+ },
{
- "filePath": "src/components/FilterBar.jsx",
- "line": 106,
+ "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx",
+ "line": 52,
"column": 6,
- "index": 2951
+ "index": 1327
},
{
- "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
- "line": 79,
- "column": 6,
- "index": 2487
+ "filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx",
+ "line": 69,
+ "column": 12,
+ "index": 2317
},
{
- "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
- "line": 186,
- "column": 6,
- "index": 6425
- }
- ],
- "Collapsible.Visible": [
+ "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
+ "line": 60,
+ "column": 10,
+ "index": 1504
+ },
{
- "filePath": "src/components/FilterBar.jsx",
- "line": 117,
- "column": 8,
- "index": 3433
+ "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
+ "line": 77,
+ "column": 10,
+ "index": 2053
},
{
- "filePath": "src/components/FilterBar.jsx",
- "line": 120,
- "column": 8,
- "index": 3535
+ "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx",
+ "line": 38,
+ "column": 12,
+ "index": 1022
},
{
- "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
- "line": 85,
- "column": 8,
- "index": 2730
+ "filePath": "src/files-and-videos/generic/InfoModal.jsx",
+ "line": 51,
+ "column": 12,
+ "index": 1245
},
{
- "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
- "line": 88,
- "column": 8,
- "index": 2832
+ "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx",
+ "line": 70,
+ "column": 10,
+ "index": 2136
},
{
- "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
- "line": 198,
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadProgressList.jsx",
+ "line": 28,
+ "column": 12,
+ "index": 894
+ },
+ {
+ "filePath": "src/group-configurations/common/TitleButton.jsx",
+ "line": 30,
"column": 10,
- "index": 6924
+ "index": 843
},
{
- "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
- "line": 201,
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCardGroup.jsx",
+ "line": 17,
"column": 10,
- "index": 7032
+ "index": 501
}
],
- "Icon": [
+ "Row": [
{
- "filePath": "src/components/FilterBar.jsx",
- "line": 118,
- "column": 10,
- "index": 3476
+ "filePath": "src/course-outline/CourseOutline.jsx",
+ "line": 231,
+ "column": 6,
+ "index": 7194
},
{
- "filePath": "src/components/FilterBar.jsx",
- "line": 121,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx",
+ "line": 40,
+ "column": 6,
+ "index": 1020
+ },
+ {
+ "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx",
+ "line": 32,
+ "column": 4,
+ "index": 718
+ },
+ {
+ "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx",
+ "line": 32,
+ "column": 6,
+ "index": 1045
+ },
+ {
+ "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx",
+ "line": 42,
"column": 10,
- "index": 3576
+ "index": 1321
},
{
- "filePath": "src/components/PostPreviewPanel.jsx",
- "line": 29,
- "column": 20,
- "index": 958
+ "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx",
+ "line": 27,
+ "column": 6,
+ "index": 733
},
{
- "filePath": "src/components/Search.jsx",
- "line": 85,
- "column": 8,
- "index": 2781
+ "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx",
+ "line": 39,
+ "column": 6,
+ "index": 1197
},
{
- "filePath": "src/components/SearchInfo.jsx",
- "line": 23,
+ "filePath": "src/generic/drag-helper/SortableItem.jsx",
+ "line": 57,
+ "column": 4,
+ "index": 1211
+ },
+ {
+ "filePath": "src/group-configurations/index.jsx",
+ "line": 56,
"column": 6,
- "index": 551
+ "index": 1836
},
{
- "filePath": "src/components/TopicStats.jsx",
- "line": 43,
- "column": 10,
- "index": 1449
+ "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx",
+ "line": 22,
+ "column": 6,
+ "index": 613
},
{
- "filePath": "src/components/TopicStats.jsx",
- "line": 61,
+ "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx",
+ "line": 32,
"column": 10,
- "index": 2052
+ "index": 820
},
{
- "filePath": "src/components/TopicStats.jsx",
- "line": 87,
- "column": 12,
- "index": 3009
+ "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx",
+ "line": 22,
+ "column": 6,
+ "index": 604
},
{
- "filePath": "src/discussions/common/ActionsDropdown.jsx",
+ "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx",
+ "line": 32,
+ "column": 10,
+ "index": 811
+ },
+ {
+ "filePath": "src/textbooks/Textbooks.jsx",
"line": 68,
- "column": 16,
- "index": 1866
+ "column": 6,
+ "index": 2131
+ }
+ ],
+ "CheckCircleIcon": [
+ {
+ "filePath": "src/course-outline/CourseOutline.jsx",
+ "line": 285,
+ "column": 22,
+ "index": 9307
},
{
- "filePath": "src/discussions/common/ActionsDropdown.jsx",
- "line": 98,
- "column": 18,
- "index": 2923
+ "filePath": "src/course-unit/CourseUnit.jsx",
+ "line": 106,
+ "column": 22,
+ "index": 3573
},
{
- "filePath": "src/discussions/common/AuthorLabel.jsx",
- "line": 64,
- "column": 10,
- "index": 2239
+ "filePath": "src/schedule-and-details/index.jsx",
+ "line": 181,
+ "column": 18,
+ "index": 5475
+ }
+ ],
+ "IconAdd": [
+ {
+ "filePath": "src/course-outline/CourseOutline.jsx",
+ "line": 440,
+ "column": 44,
+ "index": 18698
},
{
- "filePath": "src/discussions/common/EndorsedAlertBanner.jsx",
+ "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx",
"line": 39,
- "column": 12,
- "index": 1319
+ "column": 24,
+ "index": 1062
},
{
- "filePath": "src/discussions/common/HoverCard.jsx",
- "line": 72,
- "column": 22,
- "index": 2278
+ "filePath": "src/course-outline/section-card/SectionCard.jsx",
+ "line": 254,
+ "column": 30,
+ "index": 7954
},
{
- "filePath": "src/discussions/common/HoverCard.jsx",
- "line": 87,
- "column": 18,
- "index": 2807
+ "filePath": "src/course-outline/subsection-card/SubsectionCard.jsx",
+ "line": 230,
+ "column": 30,
+ "index": 7511
},
{
- "filePath": "src/discussions/common/HoverCard.jsx",
- "line": 102,
+ "filePath": "src/course-team/add-team-member/AddTeamMember.jsx",
+ "line": 20,
"column": 20,
- "index": 3237
+ "index": 753
},
{
- "filePath": "src/discussions/in-context-topics/components/BackButton.jsx",
- "line": 22,
- "column": 18,
- "index": 602
+ "filePath": "src/course-team/CourseTeam.jsx",
+ "line": 93,
+ "column": 36,
+ "index": 2908
},
{
- "filePath": "src/discussions/in-context-topics/topic-search/TopicSearchBar.jsx",
- "line": 50,
- "column": 8,
- "index": 1478
+ "filePath": "src/grading-settings/grading-scale/GradingScale.jsx",
+ "line": 211,
+ "column": 13,
+ "index": 6999
},
{
- "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
- "line": 33,
- "column": 4,
- "index": 1182
+ "filePath": "src/grading-settings/GradingSettings.jsx",
+ "line": 224,
+ "column": 34,
+ "index": 8758
},
{
- "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
- "line": 86,
- "column": 10,
- "index": 2773
+ "filePath": "src/group-configurations/empty-placeholder/index.jsx",
+ "line": 24,
+ "column": 20,
+ "index": 785
},
{
- "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
- "line": 89,
- "column": 10,
- "index": 2873
- },
+ "filePath": "src/textbooks/empty-placeholder/EmptyPlaceholder.jsx",
+ "line": 14,
+ "column": 26,
+ "index": 536
+ }
+ ],
+ "Toast": [
{
- "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
- "line": 37,
- "column": 10,
- "index": 1373
+ "filePath": "src/course-outline/CourseOutline.jsx",
+ "line": 506,
+ "column": 8,
+ "index": 21063
},
{
- "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
- "line": 53,
- "column": 10,
- "index": 1918
+ "filePath": "src/editors/containers/TextEditor/index.jsx",
+ "line": 88,
+ "column": 8,
+ "index": 2292
},
{
- "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
- "line": 81,
- "column": 12,
- "index": 2940
+ "filePath": "src/files-and-videos/generic/ApiStatusToast.jsx",
+ "line": 23,
+ "column": 4,
+ "index": 445
},
{
- "filePath": "src/discussions/learners/LearnerPostsView.jsx",
- "line": 83,
- "column": 18,
- "index": 2816
+ "filePath": "src/generic/processing-notification/index.jsx",
+ "line": 12,
+ "column": 2,
+ "index": 305
},
{
- "filePath": "src/discussions/post-comments/PostCommentsView.jsx",
- "line": 106,
- "column": 20,
- "index": 3393
- },
+ "filePath": "src/taxonomy/TaxonomyLayout.jsx",
+ "line": 41,
+ "column": 10,
+ "index": 1449
+ }
+ ],
+ "CampaignIcon": [
{
- "filePath": "src/discussions/posts/post-actions-bar/PostActionsBar.jsx",
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
"line": 75,
- "column": 22,
- "index": 2888
+ "column": 14,
+ "index": 2542
},
{
- "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
- "line": 47,
- "column": 4,
- "index": 1632
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 267,
+ "column": 16,
+ "index": 8409
+ }
+ ],
+ "InfoOutlineIcon": [
+ {
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 97,
+ "column": 14,
+ "index": 3023
},
{
- "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
"line": 199,
- "column": 12,
- "index": 6969
+ "column": 16,
+ "index": 6055
},
{
- "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
- "line": 202,
- "column": 12,
- "index": 7075
+ "filePath": "src/course-unit/sidebar/PublishControls.jsx",
+ "line": 68,
+ "column": 14,
+ "index": 2534
},
{
- "filePath": "src/discussions/posts/post/LikeButton.jsx",
- "line": 37,
- "column": 18,
- "index": 1022
- },
+ "filePath": "src/course-unit/sidebar/PublishControls.jsx",
+ "line": 78,
+ "column": 14,
+ "index": 3058
+ }
+ ],
+ "WarningIcon": [
{
- "filePath": "src/discussions/posts/post/PostFooter.jsx",
- "line": 59,
- "column": 20,
- "index": 1608
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 134,
+ "column": 16,
+ "index": 4062
},
{
- "filePath": "src/discussions/posts/post/PostFooter.jsx",
- "line": 74,
- "column": 14,
- "index": 2136
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 299,
+ "column": 16,
+ "index": 9245
},
{
- "filePath": "src/discussions/posts/post/PostFooter.jsx",
- "line": 93,
- "column": 12,
- "index": 2644
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 326,
+ "column": 16,
+ "index": 10010
},
{
- "filePath": "src/discussions/posts/post/PostHeader.jsx",
- "line": 43,
- "column": 8,
- "index": 1319
+ "filePath": "src/course-outline/xblock-status/GradingPolicyAlert.jsx",
+ "line": 29,
+ "column": 77,
+ "index": 725
},
{
- "filePath": "src/discussions/posts/post/PostLink.jsx",
- "line": 103,
+ "filePath": "src/course-unit/clipboard/paste-notification/index.jsx",
+ "line": 47,
"column": 16,
- "index": 3799
+ "index": 1779
},
{
- "filePath": "src/discussions/posts/post/PostLink.jsx",
- "line": 122,
- "column": 16,
- "index": 4570
+ "filePath": "src/course-unit/CourseUnit.jsx",
+ "line": 173,
+ "column": 24,
+ "index": 6302
},
{
- "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
- "line": 47,
- "column": 10,
- "index": 1333
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 115,
+ "column": 41,
+ "index": 3425
},
{
- "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
- "line": 63,
- "column": 8,
- "index": 1951
+ "filePath": "src/generic/configure-modal/AdvancedTab.jsx",
+ "line": 120,
+ "column": 41,
+ "index": 3659
},
{
- "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
- "line": 79,
+ "filePath": "src/generic/internet-connection-alert/index.jsx",
+ "line": 53,
"column": 12,
- "index": 2616
- },
- {
- "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
- "line": 102,
- "column": 14,
- "index": 3586
+ "index": 1408
},
{
- "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 73,
- "column": 16,
- "index": 3118
+ "filePath": "src/generic/saving-error-alert/SavingErrorAlert.jsx",
+ "line": 42,
+ "column": 12,
+ "index": 1212
},
{
- "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 91,
+ "filePath": "src/schedule-and-details/index.jsx",
+ "line": 384,
"column": 16,
- "index": 3839
+ "index": 13534
},
{
- "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 117,
- "column": 18,
- "index": 4954
+ "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "line": 66,
+ "column": 27,
+ "index": 2010
}
],
- "Tune": [
- {
- "filePath": "src/components/FilterBar.jsx",
- "line": 118,
- "column": 21,
- "index": 3487
- },
- {
- "filePath": "src/components/FilterBar.jsx",
- "line": 121,
- "column": 21,
- "index": 3587
- },
+ "ErrorIcon": [
{
- "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
- "line": 86,
- "column": 21,
- "index": 2784
+ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx",
+ "line": 386,
+ "column": 18,
+ "index": 11712
},
{
- "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
- "line": 89,
- "column": 21,
- "index": 2884
+ "filePath": "src/course-unit/clipboard/paste-notification/index.jsx",
+ "line": 70,
+ "column": 16,
+ "index": 2526
},
{
- "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
- "line": 199,
+ "filePath": "src/course-updates/course-update/CourseUpdate.jsx",
+ "line": 25,
"column": 23,
- "index": 6980
+ "index": 844
},
{
- "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
- "line": 202,
- "column": 23,
- "index": 7086
- }
- ],
- "Collapsible.Body": [
- {
- "filePath": "src/components/FilterBar.jsx",
- "line": 124,
- "column": 6,
- "index": 3662
+ "filePath": "src/course-updates/CourseUpdates.jsx",
+ "line": 94,
+ "column": 20,
+ "index": 3405
},
{
- "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
- "line": 92,
- "column": 6,
- "index": 2959
+ "filePath": "src/course-updates/CourseUpdates.jsx",
+ "line": 102,
+ "column": 20,
+ "index": 3740
},
{
- "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
- "line": 206,
- "column": 6,
- "index": 7179
- }
- ],
- "Form": [
+ "filePath": "src/course-updates/CourseUpdates.jsx",
+ "line": 110,
+ "column": 20,
+ "index": 4063
+ },
{
- "filePath": "src/components/FilterBar.jsx",
- "line": 125,
- "column": 8,
- "index": 3733
+ "filePath": "src/course-updates/CourseUpdates.jsx",
+ "line": 118,
+ "column": 20,
+ "index": 4378
},
{
- "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
- "line": 93,
- "column": 8,
- "index": 3030
+ "filePath": "src/course-updates/CourseUpdates.jsx",
+ "line": 126,
+ "column": 20,
+ "index": 4699
},
{
- "filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx",
- "line": 115,
- "column": 8,
- "index": 3900
+ "filePath": "src/course-updates/CourseUpdates.jsx",
+ "line": 134,
+ "column": 20,
+ "index": 5017
},
{
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 243,
- "column": 6,
- "index": 8855
+ "filePath": "src/course-updates/update-form/UpdateForm.jsx",
+ "line": 94,
+ "column": 31,
+ "index": 3191
},
{
- "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
- "line": 207,
- "column": 8,
- "index": 7250
+ "filePath": "src/export-page/export-modal-error/ExportModalError.jsx",
+ "line": 44,
+ "column": 12,
+ "index": 1753
}
],
- "Form.RadioSet": [
+ "Bubble": [
{
- "filePath": "src/components/FilterBar.jsx",
- "line": 128,
- "column": 14,
- "index": 3865
+ "filePath": "src/course-outline/section-card/SectionCard.jsx",
+ "line": 231,
+ "column": 16,
+ "index": 7053
},
{
- "filePath": "src/components/FilterBar.jsx",
- "line": 162,
- "column": 18,
- "index": 5203
+ "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
+ "line": 106,
+ "column": 10,
+ "index": 3706
},
{
- "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
- "line": 95,
- "column": 12,
- "index": 3122
- },
+ "filePath": "src/studio-home/collapsible-state-with-action/index.jsx",
+ "line": 115,
+ "column": 10,
+ "index": 3965
+ }
+ ],
+ "CheckIcon": [
{
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 249,
- "column": 8,
- "index": 9157
- },
+ "filePath": "src/course-outline/xblock-status/GradingTypeAndDueDate.jsx",
+ "line": 46,
+ "column": 44,
+ "index": 1258
+ }
+ ],
+ "CalendarIcon": [
{
- "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
- "line": 152,
- "column": 12,
- "index": 5358
+ "filePath": "src/course-outline/xblock-status/GradingTypeAndDueDate.jsx",
+ "line": 66,
+ "column": 44,
+ "index": 1873
},
{
- "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
- "line": 209,
- "column": 12,
- "index": 7342
- },
+ "filePath": "src/course-updates/update-form/UpdateForm.jsx",
+ "line": 69,
+ "column": 25,
+ "index": 2048
+ }
+ ],
+ "HideIcon": [
{
- "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
- "line": 234,
- "column": 12,
- "index": 8322
- },
+ "filePath": "src/course-outline/xblock-status/HideAfterDueMessage.jsx",
+ "line": 15,
+ "column": 44,
+ "index": 484
+ }
+ ],
+ "ClockIcon": [
{
- "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
- "line": 281,
- "column": 12,
- "index": 10241
+ "filePath": "src/course-outline/xblock-status/ReleaseStatus.jsx",
+ "line": 37,
+ "column": 44,
+ "index": 1034
}
],
- "Spinner": [
+ "DeleteOutline": [
{
- "filePath": "src/components/FilterBar.jsx",
- "line": 158,
- "column": 18,
- "index": 5028
+ "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx",
+ "line": 56,
+ "column": 19,
+ "index": 1899
},
{
- "filePath": "src/components/Spinner.jsx",
- "line": 7,
- "column": 4,
- "index": 179
+ "filePath": "src/course-updates/course-update/CourseUpdate.jsx",
+ "line": 40,
+ "column": 17,
+ "index": 1502
},
{
- "filePath": "src/discussions/in-context-topics/components/BackButton.jsx",
- "line": 29,
- "column": 21,
- "index": 888
+ "filePath": "src/custom-pages/CustomPageCard.jsx",
+ "line": 97,
+ "column": 15,
+ "index": 3009
},
{
- "filePath": "src/discussions/in-context-topics/TopicPostsView.jsx",
- "line": 98,
- "column": 12,
- "index": 3854
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
+ "line": 133,
+ "column": 15,
+ "index": 4273
},
{
- "filePath": "src/discussions/in-context-topics/TopicsView.jsx",
- "line": 65,
- "column": 10,
- "index": 2326
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx",
+ "line": 28,
+ "column": 15,
+ "index": 701
},
{
- "filePath": "src/discussions/learners/LearnerPostsView.jsx",
- "line": 102,
- "column": 12,
- "index": 3757
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx",
+ "line": 41,
+ "column": 13,
+ "index": 980
},
{
- "filePath": "src/discussions/learners/LearnersView.jsx",
- "line": 83,
- "column": 12,
- "index": 2818
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx",
+ "line": 57,
+ "column": 19,
+ "index": 1792
},
{
- "filePath": "src/discussions/post-comments/comments/CommentsView.jsx",
- "line": 84,
- "column": 8,
- "index": 2813
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx",
+ "line": 98,
+ "column": 19,
+ "index": 2921
},
{
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 188,
- "column": 10,
- "index": 7537
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
+ "line": 93,
+ "column": 21,
+ "index": 2972
},
{
- "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
- "line": 148,
- "column": 12,
- "index": 5207
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 116,
+ "column": 19,
+ "index": 3819
},
{
- "filePath": "src/discussions/posts/PostsList.jsx",
- "line": 89,
- "column": 10,
- "index": 3268
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx",
+ "line": 97,
+ "column": 19,
+ "index": 2912
+ },
+ {
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 141,
+ "column": 21,
+ "index": 4256
}
],
- "TransitionReplace": [
+ "StandardModal": [
{
- "filePath": "src/components/FormikErrorFeedback.jsx",
- "line": 13,
+ "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx",
+ "line": 23,
"column": 4,
- "index": 372
+ "index": 494
+ },
+ {
+ "filePath": "src/course-unit/add-component/AddComponent.jsx",
+ "line": 162,
+ "column": 6,
+ "index": 6005
}
],
- "Dropdown": [
+ "ArrowDropDownIcon": [
{
- "filePath": "src/components/NavigationBar/tabs/Tabs.jsx",
- "line": 43,
- "column": 10,
- "index": 1565
+ "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
+ "line": 32,
+ "column": 21,
+ "index": 1273
+ },
+ {
+ "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
+ "line": 62,
+ "column": 21,
+ "index": 2361
}
],
- "Dropdown.Toggle": [
+ "ChevronRightIcon": [
{
- "filePath": "src/components/NavigationBar/tabs/Tabs.jsx",
- "line": 44,
- "column": 12,
- "index": 1606
+ "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx",
+ "line": 51,
+ "column": 17,
+ "index": 1907
}
],
- "Dropdown.Menu": [
+ "InfoIcon": [
{
- "filePath": "src/components/NavigationBar/tabs/Tabs.jsx",
- "line": 51,
- "column": 12,
- "index": 1988
+ "filePath": "src/course-unit/clipboard/paste-notification/index.jsx",
+ "line": 87,
+ "column": 16,
+ "index": 3073
+ },
+ {
+ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx",
+ "line": 210,
+ "column": 18,
+ "index": 6630
}
],
"useWindowSize": [
{
- "filePath": "src/components/NavigationBar/tabs/useIndexOfLastVisibleChild.js",
- "line": 38,
+ "filePath": "src/course-unit/course-sequence/hooks.js",
+ "line": 80,
"column": 21,
- "index": 1683
+ "index": 3400
},
{
- "filePath": "src/discussions/data/hooks.js",
- "line": 135,
- "column": 21,
- "index": 4779
+ "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigation.jsx",
+ "line": 36,
+ "column": 53,
+ "index": 1199
},
{
- "filePath": "src/discussions/data/hooks.js",
- "line": 140,
- "column": 21,
- "index": 4912
+ "filePath": "src/course-unit/course-sequence/Sequence.jsx",
+ "line": 21,
+ "column": 53,
+ "index": 697
},
{
- "filePath": "src/discussions/data/hooks.js",
- "line": 145,
+ "filePath": "src/editors/sharedComponents/SourceCodeModal/index.jsx",
+ "line": 25,
"column": 21,
- "index": 5047
+ "index": 567
},
{
- "filePath": "src/discussions/discussions-home/DiscussionSidebar.jsx",
- "line": 37,
- "column": 35,
- "index": 1634
+ "filePath": "src/pages-and-resources/discussions/data/hook.js",
+ "line": 4,
+ "column": 21,
+ "index": 132
}
],
- "IconButton": [
- {
- "filePath": "src/components/PostPreviewPanel.jsx",
- "line": 25,
- "column": 10,
- "index": 790
- },
- {
- "filePath": "src/discussions/common/ActionsDropdown.jsx",
- "line": 64,
- "column": 6,
- "index": 1728
- },
- {
- "filePath": "src/discussions/common/HoverCard.jsx",
- "line": 70,
- "column": 12,
- "index": 2206
- },
+ "breakpoints": [
{
- "filePath": "src/discussions/common/HoverCard.jsx",
- "line": 85,
- "column": 8,
- "index": 2722
+ "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigation.jsx",
+ "line": 36,
+ "column": 77,
+ "index": 1223
},
{
- "filePath": "src/discussions/common/HoverCard.jsx",
- "line": 100,
- "column": 10,
- "index": 3150
+ "filePath": "src/course-unit/course-sequence/Sequence.jsx",
+ "line": 21,
+ "column": 77,
+ "index": 721
},
{
- "filePath": "src/discussions/in-context-topics/components/BackButton.jsx",
- "line": 20,
- "column": 8,
- "index": 546
+ "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
+ "line": 54,
+ "column": 34,
+ "index": 1898
},
{
- "filePath": "src/discussions/learners/LearnerPostsView.jsx",
- "line": 81,
- "column": 8,
- "index": 2760
+ "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
+ "line": 151,
+ "column": 28,
+ "index": 5180
},
{
- "filePath": "src/discussions/post-comments/PostCommentsView.jsx",
- "line": 104,
- "column": 10,
- "index": 3333
+ "filePath": "src/pages-and-resources/discussions/app-list/AppList.test.jsx",
+ "line": 41,
+ "column": 39,
+ "index": 1676
},
{
- "filePath": "src/discussions/posts/post-actions-bar/PostActionsBar.jsx",
- "line": 72,
- "column": 12,
- "index": 2804
+ "filePath": "src/pages-and-resources/discussions/app-list/AppList.test.jsx",
+ "line": 125,
+ "column": 22,
+ "index": 4210
},
{
- "filePath": "src/discussions/posts/post/LikeButton.jsx",
- "line": 32,
- "column": 8,
- "index": 834
+ "filePath": "src/pages-and-resources/discussions/app-list/AppList.test.jsx",
+ "line": 136,
+ "column": 22,
+ "index": 4680
},
{
- "filePath": "src/discussions/posts/post/PostFooter.jsx",
- "line": 52,
- "column": 10,
- "index": 1338
+ "filePath": "src/pages-and-resources/discussions/data/hook.js",
+ "line": 5,
+ "column": 28,
+ "index": 177
}
],
- "Close": [
+ "PlusIcon": [
{
- "filePath": "src/components/PostPreviewPanel.jsx",
- "line": 28,
- "column": 17,
- "index": 931
- },
+ "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationTabs.jsx",
+ "line": 64,
+ "column": 24,
+ "index": 2558
+ }
+ ],
+ "ContentPasteGoIcon": [
{
- "filePath": "src/discussions/posts/post-actions-bar/PostActionsBar.jsx",
+ "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationTabs.jsx",
"line": 73,
- "column": 19,
- "index": 2835
+ "column": 26,
+ "index": 2883
}
],
- "Button": [
- {
- "filePath": "src/components/PostPreviewPanel.jsx",
- "line": 48,
- "column": 10,
- "index": 1500
- },
+ "SettingsIcon": [
{
- "filePath": "src/components/SearchInfo.jsx",
- "line": 24,
- "column": 6,
- "index": 637
- },
+ "filePath": "src/course-unit/header-title/HeaderTitle.jsx",
+ "line": 80,
+ "column": 18,
+ "index": 2887
+ }
+ ],
+ "Form.Checkbox": [
{
- "filePath": "src/components/SearchInfo.jsx",
- "line": 38,
+ "filePath": "src/course-unit/sidebar/components/sidebar-footer/UnitVisibilityInfo.jsx",
+ "line": 50,
"column": 6,
- "index": 1188
+ "index": 1773
},
{
- "filePath": "src/components/TinyMCEEditor.jsx",
- "line": 167,
- "column": 12,
- "index": 5775
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx",
+ "line": 42,
+ "column": 10,
+ "index": 1088
},
{
- "filePath": "src/discussions/common/ActionsDropdown.jsx",
- "line": 89,
- "column": 22,
- "index": 2594
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx",
+ "line": 75,
+ "column": 8,
+ "index": 2423
},
{
- "filePath": "src/discussions/common/Confirmation.jsx",
- "line": 37,
- "column": 10,
- "index": 951
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/SocialShareWidget/index.jsx",
+ "line": 54,
+ "column": 6,
+ "index": 1623
},
{
- "filePath": "src/discussions/common/HoverCard.jsx",
- "line": 46,
- "column": 10,
- "index": 1442
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
+ "line": 131,
+ "column": 14,
+ "index": 4133
},
{
- "filePath": "src/discussions/content-unavailable/ContentUnavailable.jsx",
- "line": 38,
- "column": 8,
- "index": 1598
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
+ "line": 153,
+ "column": 12,
+ "index": 5033
},
{
- "filePath": "src/discussions/empty-posts/EmptyPage.jsx",
- "line": 28,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 126,
"column": 10,
- "index": 788
+ "index": 4135
},
{
- "filePath": "src/discussions/learners/LearnerPostsView.jsx",
- "line": 106,
- "column": 12,
- "index": 3929
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx",
+ "line": 47,
+ "column": 4,
+ "index": 1399
},
{
- "filePath": "src/discussions/learners/LearnersView.jsx",
- "line": 87,
- "column": 12,
- "index": 2990
+ "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
+ "line": 151,
+ "column": 14,
+ "index": 4524
},
{
- "filePath": "src/discussions/post-comments/comments/comment/Comment.jsx",
- "line": 248,
- "column": 12,
- "index": 8914
+ "filePath": "src/generic/configure-modal/PrereqSettings.jsx",
+ "line": 92,
+ "column": 6,
+ "index": 2754
},
{
- "filePath": "src/discussions/post-comments/comments/comment/Comment.jsx",
- "line": 269,
- "column": 16,
- "index": 9741
+ "filePath": "src/generic/configure-modal/UnitTab.jsx",
+ "line": 52,
+ "column": 10,
+ "index": 1275
},
{
- "filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx",
- "line": 167,
- "column": 12,
- "index": 5852
+ "filePath": "src/generic/configure-modal/UnitTab.jsx",
+ "line": 137,
+ "column": 10,
+ "index": 4766
},
{
- "filePath": "src/discussions/post-comments/comments/CommentsSort.jsx",
- "line": 46,
- "column": 8,
- "index": 1350
+ "filePath": "src/generic/configure-modal/VisibilityTab.jsx",
+ "line": 109,
+ "column": 10,
+ "index": 3881
},
{
- "filePath": "src/discussions/post-comments/comments/CommentsSort.jsx",
- "line": 71,
- "column": 18,
- "index": 2125
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
+ "line": 118,
+ "column": 30,
+ "index": 4288
},
{
- "filePath": "src/discussions/post-comments/comments/CommentsSort.jsx",
- "line": 83,
- "column": 18,
- "index": 2548
+ "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
+ "line": 33,
+ "column": 10,
+ "index": 1015
},
{
- "filePath": "src/discussions/post-comments/comments/CommentsView.jsx",
- "line": 72,
- "column": 6,
- "index": 2403
- },
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 212,
+ "column": 10,
+ "index": 6340
+ }
+ ],
+ "EditOutline": [
{
- "filePath": "src/discussions/post-comments/comments/CommentsView.jsx",
- "line": 91,
- "column": 11,
- "index": 3132
+ "filePath": "src/course-updates/course-handouts/CourseHandouts.jsx",
+ "line": 18,
+ "column": 15,
+ "index": 728
},
{
- "filePath": "src/discussions/post-comments/PostCommentsView.jsx",
- "line": 91,
- "column": 14,
- "index": 2836
+ "filePath": "src/course-updates/course-update/CourseUpdate.jsx",
+ "line": 32,
+ "column": 17,
+ "index": 1207
},
{
- "filePath": "src/discussions/posts/post-actions-bar/PostActionsBar.jsx",
- "line": 55,
- "column": 10,
- "index": 2152
+ "filePath": "src/custom-pages/CustomPageCard.jsx",
+ "line": 77,
+ "column": 15,
+ "index": 2130
},
{
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 449,
+ "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx",
+ "line": 61,
+ "column": 13,
+ "index": 1557
+ }
+ ],
+ "Breadcrumb": [
+ {
+ "filePath": "src/custom-pages/CustomPages.jsx",
+ "line": 120,
"column": 10,
- "index": 16647
+ "index": 4094
},
{
- "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
- "line": 84,
+ "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx",
+ "line": 66,
"column": 10,
- "index": 2576
+ "index": 1746
},
{
- "filePath": "src/discussions/posts/PostsList.jsx",
- "line": 93,
- "column": 10,
- "index": 3432
+ "filePath": "src/textbooks/Textbooks.jsx",
+ "line": 86,
+ "column": 14,
+ "index": 2608
}
],
- "SearchField.Advanced": [
+ "ButtonGroup": [
{
- "filePath": "src/components/Search.jsx",
- "line": 73,
+ "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx",
+ "line": 16,
"column": 4,
- "index": 2388
+ "index": 401
},
{
- "filePath": "src/discussions/in-context-topics/topic-search/TopicSearchBar.jsx",
- "line": 38,
- "column": 4,
- "index": 1085
- }
- ],
- "SearchField.Label": [
- {
- "filePath": "src/components/Search.jsx",
- "line": 79,
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx",
+ "line": 41,
"column": 6,
- "index": 2525
+ "index": 1612
},
{
- "filePath": "src/discussions/in-context-topics/topic-search/TopicSearchBar.jsx",
- "line": 44,
- "column": 6,
- "index": 1221
- }
- ],
- "SearchField.Input": [
- {
- "filePath": "src/components/Search.jsx",
- "line": 80,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DiscussionRestriction.jsx",
+ "line": 63,
"column": 6,
- "index": 2553
+ "index": 2358
},
{
- "filePath": "src/discussions/in-context-topics/topic-search/TopicSearchBar.jsx",
- "line": 45,
+ "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx",
+ "line": 52,
"column": 6,
- "index": 1249
+ "index": 1460
}
],
- "SearchIcon": [
+ "Check": [
{
- "filePath": "src/components/Search.jsx",
- "line": 86,
- "column": 15,
- "index": 2802
+ "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx",
+ "line": 20,
+ "column": 13,
+ "index": 557
},
{
- "filePath": "src/discussions/in-context-topics/topic-search/TopicSearchBar.jsx",
- "line": 51,
- "column": 15,
- "index": 1499
- }
- ],
- "Search": [
- {
- "filePath": "src/components/SearchInfo.jsx",
- "line": 23,
- "column": 17,
- "index": 562
- }
- ],
- "AlertModal": [
- {
- "filePath": "src/components/TinyMCEEditor.jsx",
- "line": 160,
- "column": 6,
- "index": 5556
- }
- ],
- "ActionRow": [
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/TypeRow.jsx",
+ "line": 37,
+ "column": 43,
+ "index": 840
+ },
{
- "filePath": "src/components/TinyMCEEditor.jsx",
- "line": 166,
- "column": 10,
- "index": 5751
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
+ "line": 73,
+ "column": 50,
+ "index": 2455
},
{
- "filePath": "src/discussions/common/Confirmation.jsx",
- "line": 33,
- "column": 8,
- "index": 765
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
+ "line": 105,
+ "column": 83,
+ "index": 3262
},
{
- "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
- "line": 80,
- "column": 8,
- "index": 2392
- }
- ],
- "OverlayTrigger": [
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/ActiveColumn.jsx",
+ "line": 16,
+ "column": 46,
+ "index": 686
+ },
{
- "filePath": "src/components/TopicStats.jsx",
- "line": 29,
- "column": 6,
- "index": 979
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
+ "line": 64,
+ "column": 45,
+ "index": 1694
},
{
- "filePath": "src/components/TopicStats.jsx",
- "line": 47,
- "column": 6,
- "index": 1590
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx",
+ "line": 46,
+ "column": 41,
+ "index": 1528
},
{
- "filePath": "src/components/TopicStats.jsx",
- "line": 66,
- "column": 8,
- "index": 2234
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx",
+ "line": 89,
+ "column": 33,
+ "index": 3608
},
{
- "filePath": "src/discussions/common/AuthorLabel.jsx",
- "line": 54,
- "column": 6,
- "index": 1833
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx",
+ "line": 10,
+ "column": 25,
+ "index": 356
},
{
- "filePath": "src/discussions/common/HoverCard.jsx",
- "line": 62,
- "column": 10,
- "index": 1954
+ "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx",
+ "line": 36,
+ "column": 18,
+ "index": 1433
},
{
- "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
- "line": 25,
+ "filePath": "src/pages-and-resources/discussions/app-list/SupportedFeature.jsx",
+ "line": 8,
"column": 6,
- "index": 965
+ "index": 192
},
{
- "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
- "line": 41,
- "column": 6,
- "index": 1524
+ "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx",
+ "line": 22,
+ "column": 15,
+ "index": 784
},
{
- "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
- "line": 58,
- "column": 8,
- "index": 2085
- },
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 98,
+ "column": 66,
+ "index": 2839
+ }
+ ],
+ "FeedbackOutline": [
{
- "filePath": "src/discussions/posts/post/LikeButton.jsx",
- "line": 25,
- "column": 6,
- "index": 623
- },
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
+ "line": 128,
+ "column": 17,
+ "index": 4104
+ }
+ ],
+ "Form.CheckboxSet": [
{
- "filePath": "src/discussions/posts/post/PostFooter.jsx",
- "line": 45,
- "column": 8,
- "index": 1111
+ "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx",
+ "line": 36,
+ "column": 4,
+ "index": 917
},
{
- "filePath": "src/discussions/posts/post/PostFooter.jsx",
- "line": 68,
+ "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx",
+ "line": 144,
"column": 10,
- "index": 1934
+ "index": 4307
},
{
- "filePath": "src/discussions/posts/post/PostFooter.jsx",
- "line": 86,
- "column": 10,
- "index": 2431
- },
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
+ "line": 110,
+ "column": 24,
+ "index": 3861
+ }
+ ],
+ "ExpandMore": [
{
- "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
- "line": 40,
- "column": 8,
- "index": 1103
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
+ "line": 42,
+ "column": 76,
+ "index": 1530
},
{
- "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
- "line": 56,
- "column": 6,
- "index": 1729
+ "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx",
+ "line": 25,
+ "column": 26,
+ "index": 681
},
{
- "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
- "line": 72,
- "column": 10,
- "index": 2401
+ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
+ "line": 161,
+ "column": 13,
+ "index": 4240
},
{
- "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
- "line": 96,
- "column": 10,
- "index": 3363
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
+ "line": 100,
+ "column": 21,
+ "index": 2818
},
{
- "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 59,
- "column": 12,
- "index": 2552
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 34,
+ "column": 43,
+ "index": 894
+ }
+ ],
+ "ExpandLess": [
+ {
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
+ "line": 48,
+ "column": 78,
+ "index": 1847
},
{
- "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 77,
- "column": 12,
- "index": 3283
+ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
+ "line": 176,
+ "column": 13,
+ "index": 4562
},
{
- "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 96,
- "column": 14,
- "index": 4051
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 53,
+ "column": 45,
+ "index": 1474
}
],
- "Tooltip": [
+ "Form.Row": [
{
- "filePath": "src/components/TopicStats.jsx",
- "line": 33,
- "column": 10,
- "index": 1086
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx",
+ "line": 48,
+ "column": 6,
+ "index": 1224
},
{
- "filePath": "src/components/TopicStats.jsx",
- "line": 51,
- "column": 10,
- "index": 1695
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
+ "line": 104,
+ "column": 8,
+ "index": 3256
},
{
- "filePath": "src/components/TopicStats.jsx",
- "line": 70,
- "column": 12,
- "index": 2347
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/DiscussionRestrictionItem.jsx",
+ "line": 98,
+ "column": 6,
+ "index": 3412
},
{
- "filePath": "src/discussions/common/AuthorLabel.jsx",
- "line": 57,
- "column": 10,
- "index": 1930
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/DiscussionRestrictionItem.jsx",
+ "line": 124,
+ "column": 6,
+ "index": 4428
},
{
- "filePath": "src/discussions/common/HoverCard.jsx",
- "line": 64,
- "column": 14,
- "index": 2007
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 20,
+ "column": 10,
+ "index": 541
},
{
- "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
- "line": 29,
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 63,
"column": 10,
- "index": 1081
+ "index": 2380
},
{
- "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
- "line": 45,
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 79,
"column": 10,
- "index": 1636
- },
+ "index": 3039
+ }
+ ],
+ "Col": [
{
- "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
- "line": 62,
- "column": 12,
- "index": 2205
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx",
+ "line": 49,
+ "column": 24,
+ "index": 1278
},
{
- "filePath": "src/discussions/posts/post/LikeButton.jsx",
- "line": 27,
- "column": 10,
- "index": 668
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx",
+ "line": 61,
+ "column": 24,
+ "index": 1768
},
{
- "filePath": "src/discussions/posts/post/PostFooter.jsx",
- "line": 47,
- "column": 12,
- "index": 1160
+ "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx",
+ "line": 33,
+ "column": 8,
+ "index": 1059
},
{
- "filePath": "src/discussions/posts/post/PostFooter.jsx",
- "line": 70,
- "column": 14,
- "index": 1987
+ "filePath": "src/generic/drag-helper/SortableItem.jsx",
+ "line": 62,
+ "column": 6,
+ "index": 1294
},
{
- "filePath": "src/discussions/posts/post/PostFooter.jsx",
- "line": 88,
- "column": 14,
- "index": 2484
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 21,
+ "column": 28,
+ "index": 580
},
{
- "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
- "line": 42,
- "column": 12,
- "index": 1152
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 35,
+ "column": 28,
+ "index": 1164
},
{
- "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
- "line": 58,
- "column": 10,
- "index": 1774
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 49,
+ "column": 28,
+ "index": 1753
},
{
- "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
- "line": 74,
- "column": 14,
- "index": 2454
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 64,
+ "column": 28,
+ "index": 2419
+ }
+ ],
+ "MoreHoriz": [
+ {
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
+ "line": 75,
+ "column": 21,
+ "index": 2351
},
{
- "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
- "line": 98,
- "column": 14,
- "index": 3416
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
+ "line": 45,
+ "column": 13,
+ "index": 1626
},
{
- "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 63,
- "column": 16,
- "index": 2688
+ "filePath": "src/files-and-videos/generic/FileMenu.jsx",
+ "line": 29,
+ "column": 11,
+ "index": 615
},
{
- "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 81,
- "column": 16,
- "index": 3417
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 41,
+ "column": 13,
+ "index": 787
},
{
- "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 100,
- "column": 18,
- "index": 4189
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
+ "line": 28,
+ "column": 13,
+ "index": 617
}
],
- "PostOutline": [
+ "FileUpload": [
{
- "filePath": "src/components/TopicStats.jsx",
- "line": 43,
- "column": 21,
- "index": 1460
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
+ "line": 104,
+ "column": 24,
+ "index": 3608
},
{
- "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 73,
- "column": 27,
- "index": 3129
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx",
+ "line": 115,
+ "column": 24,
+ "index": 3557
+ },
+ {
+ "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
+ "line": 20,
+ "column": 19,
+ "index": 798
}
],
- "HelpOutline": [
+ "Copyright": [
{
- "filePath": "src/components/TopicStats.jsx",
- "line": 61,
- "column": 21,
- "index": 2063
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
+ "line": 26,
+ "column": 61,
+ "index": 656
},
{
- "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 91,
- "column": 27,
- "index": 3850
+ "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
+ "line": 30,
+ "column": 15,
+ "index": 918
}
],
- "Report": [
- {
- "filePath": "src/components/TopicStats.jsx",
- "line": 87,
- "column": 23,
- "index": 3020
- },
+ "Cc": [
{
- "filePath": "src/discussions/common/AlertBanner.jsx",
- "line": 43,
- "column": 21,
- "index": 1430
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
+ "line": 27,
+ "column": 59,
+ "index": 796
},
{
- "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 117,
- "column": 29,
- "index": 4965
+ "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
+ "line": 38,
+ "column": 15,
+ "index": 1156
}
],
- "useToggle": [
+ "Attribution": [
{
- "filePath": "src/discussions/common/ActionsDropdown.jsx",
- "line": 30,
- "column": 32,
- "index": 816
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
+ "line": 28,
+ "column": 38,
+ "index": 908
},
{
- "filePath": "src/discussions/post-comments/comments/comment/Comment.jsx",
- "line": 56,
- "column": 71,
- "index": 2317
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 50,
+ "column": 60,
+ "index": 1400
},
{
- "filePath": "src/discussions/post-comments/comments/comment/Comment.jsx",
- "line": 57,
- "column": 72,
- "index": 2407
- },
+ "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
+ "line": 45,
+ "column": 15,
+ "index": 1346
+ }
+ ],
+ "Nc": [
{
- "filePath": "src/discussions/post-comments/comments/comment/Reply.jsx",
- "line": 32,
- "column": 71,
- "index": 1453
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
+ "line": 29,
+ "column": 40,
+ "index": 1048
},
{
- "filePath": "src/discussions/post-comments/comments/comment/Reply.jsx",
- "line": 33,
- "column": 72,
- "index": 1543
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 69,
+ "column": 31,
+ "index": 2175
},
{
- "filePath": "src/discussions/post-comments/comments/CommentsSort.jsx",
- "line": 20,
- "column": 32,
- "index": 729
- },
+ "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
+ "line": 52,
+ "column": 15,
+ "index": 1547
+ }
+ ],
+ "Nd": [
{
- "filePath": "src/discussions/posts/post/Post.jsx",
- "line": 45,
- "column": 71,
- "index": 2211
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
+ "line": 30,
+ "column": 40,
+ "index": 1162
},
{
- "filePath": "src/discussions/posts/post/Post.jsx",
- "line": 46,
- "column": 72,
- "index": 2301
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 94,
+ "column": 31,
+ "index": 3246
},
{
- "filePath": "src/discussions/posts/post/Post.jsx",
- "line": 47,
- "column": 62,
- "index": 2381
+ "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
+ "line": 59,
+ "column": 15,
+ "index": 1739
}
],
- "MoreHoriz": [
+ "Sa": [
{
- "filePath": "src/discussions/common/ActionsDropdown.jsx",
- "line": 67,
- "column": 13,
- "index": 1839
- }
- ],
- "ModalPopup": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
+ "line": 31,
+ "column": 37,
+ "index": 1273
+ },
{
- "filePath": "src/discussions/common/ActionsDropdown.jsx",
- "line": 75,
- "column": 8,
- "index": 2082
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 120,
+ "column": 31,
+ "index": 4352
},
{
- "filePath": "src/discussions/post-comments/comments/CommentsSort.jsx",
- "line": 60,
- "column": 8,
- "index": 1758
+ "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
+ "line": 66,
+ "column": 15,
+ "index": 1928
}
],
- "Dropdown.Divider": [
+ "CheckboxControl": [
{
- "filePath": "src/discussions/common/ActionsDropdown.jsx",
- "line": 87,
- "column": 62,
- "index": 2519
- }
- ],
- "Dropdown.Item": [
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 55,
+ "column": 20,
+ "index": 1660
+ },
+ {
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 74,
+ "column": 20,
+ "index": 2428
+ },
{
- "filePath": "src/discussions/common/ActionsDropdown.jsx",
- "line": 88,
- "column": 16,
- "index": 2557
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 99,
+ "column": 20,
+ "index": 3499
},
{
- "filePath": "src/discussions/navigation/breadcrumb-menu/BreadcrumbDropdown.jsx",
- "line": 28,
- "column": 6,
- "index": 613
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "line": 125,
+ "column": 20,
+ "index": 4602
},
{
- "filePath": "src/discussions/navigation/breadcrumb-menu/BreadcrumbDropdown.jsx",
- "line": 38,
+ "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
+ "line": 103,
"column": 8,
- "index": 882
+ "index": 2895
},
{
- "filePath": "src/discussions/post-comments/comments/CommentsSort.jsx",
- "line": 69,
+ "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
+ "line": 38,
"column": 12,
- "index": 2025
+ "index": 1343
},
{
- "filePath": "src/discussions/post-comments/comments/CommentsSort.jsx",
- "line": 81,
- "column": 12,
- "index": 2453
+ "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx",
+ "line": 68,
+ "column": 14,
+ "index": 2155
}
],
- "Alert": [
- {
- "filePath": "src/discussions/common/AlertBanner.jsx",
- "line": 43,
- "column": 8,
- "index": 1417
- },
+ "ClosedCaption": [
{
- "filePath": "src/discussions/common/AlertBar.jsx",
- "line": 21,
+ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/LanguageNamesWidget.jsx",
+ "line": 16,
"column": 4,
- "index": 385
+ "index": 670
},
{
- "filePath": "src/discussions/common/EndorsedAlertBanner.jsx",
- "line": 32,
- "column": 6,
- "index": 1006
+ "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx",
+ "line": 79,
+ "column": 66,
+ "index": 2538
}
],
- "ModalDialog": [
+ "InputGroup": [
{
- "filePath": "src/discussions/common/Confirmation.jsx",
- "line": 23,
- "column": 4,
- "index": 428
+ "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
+ "line": 30,
+ "column": 8,
+ "index": 1369
+ }
+ ],
+ "FormControl": [
+ {
+ "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
+ "line": 31,
+ "column": 10,
+ "index": 1392
+ }
+ ],
+ "ArrowForward": [
+ {
+ "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
+ "line": 43,
+ "column": 21,
+ "index": 1961
},
{
- "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
+ "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx",
"line": 49,
- "column": 4,
- "index": 1318
+ "column": 15,
+ "index": 1515
}
],
- "ModalDialog.Header": [
+ "Dropzone": [
{
- "filePath": "src/discussions/common/Confirmation.jsx",
- "line": 24,
+ "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
+ "line": 85,
"column": 6,
- "index": 533
+ "index": 3107
},
{
- "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
- "line": 56,
- "column": 6,
- "index": 1502
- }
- ],
- "ModalDialog.Title": [
+ "filePath": "src/files-and-videos/generic/FileTable.jsx",
+ "line": 216,
+ "column": 10,
+ "index": 5790
+ },
{
- "filePath": "src/discussions/common/Confirmation.jsx",
- "line": 25,
- "column": 8,
- "index": 562
+ "filePath": "src/generic/course-upload-image/index.jsx",
+ "line": 112,
+ "column": 10,
+ "index": 2964
},
{
- "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
- "line": 57,
- "column": 8,
- "index": 1531
- }
- ],
- "ModalDialog.Body": [
+ "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
+ "line": 101,
+ "column": 16,
+ "index": 2404
+ },
{
- "filePath": "src/discussions/common/Confirmation.jsx",
- "line": 29,
- "column": 6,
- "index": 663
+ "filePath": "src/import-page/file-section/FileSection.jsx",
+ "line": 35,
+ "column": 12,
+ "index": 1201
},
{
- "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
- "line": 61,
- "column": 6,
- "index": 1675
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 114,
+ "column": 12,
+ "index": 3179
}
],
- "ModalDialog.Footer": [
+ "Scrollable": [
{
- "filePath": "src/discussions/common/Confirmation.jsx",
- "line": 32,
- "column": 6,
- "index": 736
+ "filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
+ "line": 43,
+ "column": 4,
+ "index": 864
},
{
- "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
- "line": 79,
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
+ "line": 68,
"column": 6,
- "index": 2363
+ "index": 2152
}
],
- "ModalDialog.CloseButton": [
+ "DragIndicator": [
{
- "filePath": "src/discussions/common/Confirmation.jsx",
- "line": 34,
- "column": 10,
- "index": 787
+ "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx",
+ "line": 42,
+ "column": 13,
+ "index": 989
},
{
- "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
- "line": 81,
- "column": 10,
- "index": 2414
+ "filePath": "src/generic/drag-helper/SortableItem.jsx",
+ "line": 76,
+ "column": 23,
+ "index": 1767
}
],
- "breakpoints": [
+ "paragon": [
{
- "filePath": "src/discussions/data/hooks.js",
- "line": 136,
- "column": 29,
- "index": 4825
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
+ "line": 71,
+ "column": 6,
+ "index": 2542
},
{
- "filePath": "src/discussions/data/hooks.js",
- "line": 141,
- "column": 29,
- "index": 4958
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
+ "line": 74,
+ "column": 6,
+ "index": 2658
},
{
- "filePath": "src/discussions/data/hooks.js",
- "line": 146,
- "column": 29,
- "index": 5093
- }
- ],
- "PageBanner": [
- {
- "filePath": "src/discussions/discussions-home/DiscussionsRestrictionBanner.jsx",
- "line": 23,
- "column": 4,
- "index": 736
- }
- ],
- "ArrowBack": [
- {
- "filePath": "src/discussions/in-context-topics/components/BackButton.jsx",
- "line": 21,
- "column": 15,
- "index": 573
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
+ "line": 78,
+ "column": 6,
+ "index": 2825
},
{
- "filePath": "src/discussions/learners/LearnerPostsView.jsx",
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
"line": 82,
- "column": 15,
- "index": 2787
+ "column": 6,
+ "index": 2986
},
{
- "filePath": "src/discussions/post-comments/PostCommentsView.jsx",
- "line": 94,
- "column": 28,
- "index": 3020
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
+ "line": 85,
+ "column": 6,
+ "index": 3102
},
{
- "filePath": "src/discussions/post-comments/PostCommentsView.jsx",
- "line": 105,
- "column": 17,
- "index": 3362
- }
- ],
- "SearchField": [
- {
- "filePath": "src/discussions/in-context-topics/topic-search/TopicSearchResultBar.jsx",
- "line": 16,
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
+ "line": 94,
"column": 6,
- "index": 422
- }
- ],
- "Avatar": [
- {
- "filePath": "src/discussions/learners/learner/LearnerAvatar.jsx",
- "line": 8,
- "column": 4,
- "index": 184
+ "index": 3553
},
{
- "filePath": "src/discussions/post-comments/comments/comment/CommentHeader.jsx",
- "line": 33,
- "column": 8,
- "index": 804
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
+ "line": 95,
+ "column": 6,
+ "index": 3593
},
{
- "filePath": "src/discussions/post-comments/comments/comment/Reply.jsx",
- "line": 103,
- "column": 12,
- "index": 3947
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
+ "line": 96,
+ "column": 6,
+ "index": 3633
},
{
- "filePath": "src/discussions/post-comments/comments/comment/Reply.jsx",
- "line": 121,
- "column": 10,
- "index": 4470
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
+ "line": 97,
+ "column": 6,
+ "index": 3675
},
{
- "filePath": "src/discussions/posts/post/PostHeader.jsx",
- "line": 50,
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
+ "line": 98,
"column": 6,
- "index": 1572
+ "index": 3709
}
],
- "Check": [
+ "icons": [
{
- "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
- "line": 33,
- "column": 15,
- "index": 1193
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
+ "line": 89,
+ "column": 6,
+ "index": 3348
},
{
- "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
- "line": 47,
- "column": 15,
- "index": 1643
- }
- ],
- "Form.Radio": [
- {
- "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
- "line": 34,
- "column": 4,
- "index": 1286
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
+ "line": 91,
+ "column": 6,
+ "index": 3460
},
{
- "filePath": "src/discussions/posts/post-editor/PostTypeCard.jsx",
- "line": 19,
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
+ "line": 99,
"column": 6,
- "index": 533
+ "index": 3749
},
{
- "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
- "line": 48,
- "column": 4,
- "index": 1756
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
+ "line": 100,
+ "column": 6,
+ "index": 3783
}
],
- "QuestionAnswerOutline": [
+ "ArrowBackIos": [
{
- "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
- "line": 37,
- "column": 21,
- "index": 1384
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx",
+ "line": 65,
+ "column": 20,
+ "index": 1985
}
],
- "Edit": [
+ "Search": [
{
- "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
+ "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
"line": 53,
- "column": 21,
- "index": 1929
+ "column": 27,
+ "index": 1331
}
],
- "DropdownButton": [
+ "SelectMenu": [
{
- "filePath": "src/discussions/navigation/breadcrumb-menu/BreadcrumbDropdown.jsx",
- "line": 24,
- "column": 4,
- "index": 506
- }
- ],
- "Nav": [
+ "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "line": 60,
+ "column": 6,
+ "index": 1469
+ },
{
- "filePath": "src/discussions/navigation/navigation-bar/NavigationBar.jsx",
- "line": 40,
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 136,
"column": 4,
- "index": 1070
- }
- ],
- "Nav.Item": [
- {
- "filePath": "src/discussions/navigation/navigation-bar/NavigationBar.jsx",
- "line": 42,
- "column": 8,
- "index": 1164
+ "index": 3906
}
],
- "Nav.Link": [
+ "MenuItem": [
{
- "filePath": "src/discussions/navigation/navigation-bar/NavigationBar.jsx",
- "line": 43,
+ "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "line": 62,
"column": 10,
- "index": 1202
- }
- ],
- "Form.Group": [
+ "index": 1580
+ },
{
- "filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx",
- "line": 117,
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 58,
"column": 12,
- "index": 4018
+ "index": 1185
},
{
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 271,
- "column": 10,
- "index": 9948
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 70,
+ "column": 14,
+ "index": 1523
},
{
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 333,
- "column": 10,
- "index": 12542
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 80,
+ "column": 14,
+ "index": 1859
},
{
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 353,
- "column": 10,
- "index": 13347
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 90,
+ "column": 14,
+ "index": 2192
},
{
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 373,
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 99,
"column": 10,
- "index": 13985
- },
- {
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 418,
- "column": 12,
- "index": 15674
+ "index": 2519
},
{
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 432,
- "column": 12,
- "index": 16129
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 108,
+ "column": 10,
+ "index": 2812
},
{
- "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
- "line": 63,
- "column": 8,
- "index": 1782
- }
- ],
- "Form.Control": [
- {
- "filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx",
- "line": 123,
- "column": 14,
- "index": 4191
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 116,
+ "column": 10,
+ "index": 3069
},
{
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 272,
- "column": 12,
- "index": 9995
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
+ "line": 58,
+ "column": 18,
+ "index": 1473
},
{
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 334,
- "column": 12,
- "index": 12595
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
+ "line": 71,
+ "column": 18,
+ "index": 1928
},
{
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 360,
- "column": 12,
- "index": 13533
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
+ "line": 86,
+ "column": 16,
+ "index": 2402
},
{
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 380,
- "column": 12,
- "index": 14186
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
+ "line": 45,
+ "column": 10,
+ "index": 1025
},
{
- "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
- "line": 64,
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
+ "line": 53,
"column": 10,
- "index": 1805
- }
- ],
- "StatefulButton": [
- {
- "filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx",
- "line": 173,
- "column": 12,
- "index": 6059
+ "index": 1292
},
{
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 455,
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
+ "line": 62,
"column": 10,
- "index": 16835
- }
- ],
- "Post": [
- {
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 261,
- "column": 18,
- "index": 9608
- }
- ],
- "Help": [
- {
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 267,
- "column": 18,
- "index": 9817
- }
- ],
- "Form.Checkbox": [
- {
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 419,
- "column": 14,
- "index": 15701
+ "index": 1632
},
{
- "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 433,
- "column": 14,
- "index": 16156
- }
- ],
- "Card": [
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 100,
+ "column": 4,
+ "index": 2888
+ },
{
- "filePath": "src/discussions/posts/post-editor/PostTypeCard.jsx",
- "line": 20,
- "column": 6,
- "index": 631
- }
- ],
- "Card.Section": [
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 110,
+ "column": 4,
+ "index": 3252
+ },
{
- "filePath": "src/discussions/posts/post-editor/PostTypeCard.jsx",
- "line": 27,
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 123,
"column": 8,
- "index": 900
+ "index": 3648
}
],
- "Hyperlink": [
+ "Form.SwitchSet": [
{
- "filePath": "src/discussions/posts/post/Post.jsx",
- "line": 197,
+ "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "line": 100,
"column": 10,
- "index": 7995
+ "index": 2785
}
],
- "People": [
+ "Form.Switch": [
{
- "filePath": "src/discussions/posts/post/PostFooter.jsx",
- "line": 75,
- "column": 21,
- "index": 2163
+ "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "line": 105,
+ "column": 12,
+ "index": 2909
},
{
- "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
- "line": 103,
- "column": 21,
- "index": 3613
+ "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
+ "line": 129,
+ "column": 8,
+ "index": 4519
}
],
- "Locked": [
+ "ArrowCircleDownIcon": [
{
- "filePath": "src/discussions/posts/post/PostFooter.jsx",
- "line": 94,
- "column": 19,
- "index": 2669
+ "filePath": "src/export-page/CourseExportPage.jsx",
+ "line": 101,
+ "column": 36,
+ "index": 4405
}
],
- "Question": [
+ "ContentCopy": [
{
- "filePath": "src/discussions/posts/post/PostHeader.jsx",
- "line": 44,
+ "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
+ "line": 66,
"column": 15,
- "index": 1340
- }
- ],
- "Badge": [
- {
- "filePath": "src/discussions/posts/post/PostHeader.jsx",
- "line": 114,
- "column": 21,
- "index": 3486
- },
- {
- "filePath": "src/discussions/posts/post/PostLink.jsx",
- "line": 112,
- "column": 16,
- "index": 4145
+ "index": 1659
},
{
- "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
- "line": 90,
- "column": 8,
- "index": 3072
+ "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx",
+ "line": 83,
+ "column": 15,
+ "index": 2208
}
],
- "CheckCircle": [
+ "Dropdown.Divider": [
{
- "filePath": "src/discussions/posts/post/PostLink.jsx",
- "line": 105,
- "column": 23,
- "index": 3871
- }
- ],
- "PushPin": [
+ "filePath": "src/files-and-videos/generic/FileMenu.jsx",
+ "line": 64,
+ "column": 6,
+ "index": 1799
+ },
{
- "filePath": "src/discussions/posts/post/PostLink.jsx",
- "line": 123,
- "column": 23,
- "index": 4599
+ "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
+ "line": 64,
+ "column": 10,
+ "index": 2003
}
],
- "ProductTour": [
+ "DataTable": [
{
- "filePath": "src/discussions/tours/DiscussionsProductTour.jsx",
- "line": 20,
+ "filePath": "src/files-and-videos/generic/FileTable.jsx",
+ "line": 192,
"column": 6,
- "index": 509
- }
- ]
- }
- },
- {
- "version": "20.46.3",
- "name": "@edx/frontend-app-ecommerce",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/openedx/frontend-app-ecommerce.git"
- },
- "folderName": "frontend-app-ecommerce",
- "usages": {
- "AlertModal": [
+ "index": 4957
+ },
{
- "filePath": "src/components/BasicAlert.jsx",
- "line": 32,
+ "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx",
+ "line": 60,
"column": 4,
- "index": 791
- }
- ],
- "Info": [
+ "index": 2252
+ },
{
- "filePath": "src/components/BasicAlert.jsx",
- "line": 36,
- "column": 12,
- "index": 890
+ "filePath": "src/taxonomy/tag-list/TagListTable.jsx",
+ "line": 44,
+ "column": 31,
+ "index": 1492
},
{
- "filePath": "src/components/BasicAlert.jsx",
- "line": 53,
+ "filePath": "src/taxonomy/tag-list/TagListTable.jsx",
+ "line": 81,
+ "column": 6,
+ "index": 2420
+ },
+ {
+ "filePath": "src/taxonomy/tag-list/TagListTable.jsx",
+ "line": 103,
+ "column": 20,
+ "index": 3247
+ },
+ {
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 198,
"column": 12,
- "index": 1247
+ "index": 5829
}
],
- "ActionRow": [
+ "DataTable.TableControlBar": [
{
- "filePath": "src/components/BasicAlert.jsx",
- "line": 40,
- "column": 8,
- "index": 973
+ "filePath": "src/files-and-videos/generic/FileTable.jsx",
+ "line": 228,
+ "column": 12,
+ "index": 6267
}
],
- "Button": [
- {
- "filePath": "src/components/BasicAlert.jsx",
- "line": 41,
- "column": 10,
- "index": 995
- },
+ "CardView": [
{
- "filePath": "src/subscriptions/ManageSubscriptionsPage.jsx",
- "line": 71,
- "column": 8,
- "index": 2706
+ "filePath": "src/files-and-videos/generic/FileTable.jsx",
+ "line": 230,
+ "column": 40,
+ "index": 6390
},
{
- "filePath": "src/subscriptions/SubscriptionUpsell.jsx",
- "line": 13,
- "column": 6,
- "index": 388
+ "filePath": "src/taxonomy/TaxonomyListPage.jsx",
+ "line": 225,
+ "column": 14,
+ "index": 6609
}
],
- "Alert": [
+ "DataTable.Table": [
{
- "filePath": "src/components/BasicAlert.jsx",
- "line": 50,
- "column": 4,
- "index": 1173
+ "filePath": "src/files-and-videos/generic/FileTable.jsx",
+ "line": 231,
+ "column": 40,
+ "index": 6544
},
{
- "filePath": "src/subscriptions/SubscriptionUpsell.jsx",
- "line": 9,
- "column": 2,
- "index": 285
- }
- ],
- "Alert.Heading": [
- {
- "filePath": "src/components/BasicAlert.jsx",
- "line": 56,
+ "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx",
+ "line": 87,
"column": 6,
- "index": 1288
+ "index": 3110
},
{
- "filePath": "src/subscriptions/SubscriptionUpsell.jsx",
- "line": 29,
- "column": 4,
- "index": 871
+ "filePath": "src/taxonomy/tag-list/TagListTable.jsx",
+ "line": 108,
+ "column": 8,
+ "index": 3346
}
],
- "Hyperlink": [
+ "DataTable.EmptyTable": [
{
- "filePath": "src/components/SupportLink.jsx",
- "line": 7,
- "column": 2,
- "index": 216
+ "filePath": "src/files-and-videos/generic/FileTable.jsx",
+ "line": 232,
+ "column": 12,
+ "index": 6578
},
{
- "filePath": "src/order-history/OrderHistoryPage.jsx",
- "line": 61,
+ "filePath": "src/taxonomy/tag-list/TagListTable.jsx",
+ "line": 109,
"column": 8,
- "index": 1736
- },
+ "index": 3374
+ }
+ ],
+ "TableFooter": [
{
- "filePath": "src/subscriptions/SubscriptionCardsView.jsx",
- "line": 38,
- "column": 6,
- "index": 1044
+ "filePath": "src/files-and-videos/generic/table-components/Footer.jsx",
+ "line": 16,
+ "column": 4,
+ "index": 345
}
],
"Pagination": [
{
- "filePath": "src/order-history/OrderHistoryPage.jsx",
- "line": 78,
+ "filePath": "src/files-and-videos/generic/table-components/Footer.jsx",
+ "line": 17,
"column": 6,
- "index": 2088
+ "index": 365
}
],
- "DataTable": [
+ "Locked": [
{
- "filePath": "src/order-history/OrderHistoryPage.jsx",
- "line": 102,
- "column": 6,
- "index": 2627
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx",
+ "line": 24,
+ "column": 19,
+ "index": 652
}
],
- "DataTable.Table": [
+ "LockOpen": [
{
- "filePath": "src/order-history/OrderHistoryPage.jsx",
- "line": 128,
- "column": 8,
- "index": 3615
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx",
+ "line": 26,
+ "column": 19,
+ "index": 704
}
],
- "Card": [
+ "Menu": [
{
- "filePath": "src/subscriptions/SubscriptionCardsView.jsx",
- "line": 43,
+ "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx",
+ "line": 54,
"column": 8,
- "index": 1163
- }
- ],
- "Badge": [
+ "index": 1084
+ },
{
- "filePath": "src/subscriptions/SubscriptionCardsView.jsx",
- "line": 46,
- "column": 12,
- "index": 1378
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx",
+ "line": 51,
+ "column": 8,
+ "index": 1255
},
{
- "filePath": "src/subscriptions/SubscriptionUpsell.jsx",
- "line": 33,
- "column": 6,
- "index": 983
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx",
+ "line": 42,
+ "column": 8,
+ "index": 961
}
],
- "SpinnerSimple": [
+ "Tune": [
{
- "filePath": "src/subscriptions/Subscriptions.jsx",
- "line": 58,
- "column": 32,
- "index": 1934
+ "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx",
+ "line": 38,
+ "column": 71,
+ "index": 1081
}
],
- "StatefulButton": [
- {
- "filePath": "src/subscriptions/Subscriptions.jsx",
- "line": 83,
- "column": 8,
- "index": 2789
- }
- ]
- }
- },
- {
- "version": "21.13.1",
- "name": "@edx/frontend-app-enterprise-public-catalog",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/openedx/frontend-app-enterprise-public-catalog.git"
- },
- "folderName": "frontend-app-enterprise-public-catalog",
- "usages": {
- "Card": [
- {
- "filePath": "src/components/aiCuration/AskXpert.jsx",
- "line": 120,
- "column": 8,
- "index": 4167
- },
- {
- "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
- "line": 70,
- "column": 6,
- "index": 2772
- },
+ "ErrorOutline": [
{
- "filePath": "src/components/courseCard/CourseCard.jsx",
- "line": 44,
- "column": 4,
- "index": 1325
+ "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx",
+ "line": 43,
+ "column": 15,
+ "index": 1316
},
{
- "filePath": "src/components/programCard/ProgramCard.jsx",
- "line": 34,
- "column": 4,
- "index": 1074
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx",
+ "line": 12,
+ "column": 25,
+ "index": 424
}
],
- "Card.Section": [
+ "Tabs": [
{
- "filePath": "src/components/aiCuration/AskXpert.jsx",
- "line": 121,
- "column": 10,
- "index": 4246
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/VideoInfoModalSidebar.jsx",
+ "line": 20,
+ "column": 2,
+ "index": 465
},
{
- "filePath": "src/components/aiCuration/AskXpert.jsx",
- "line": 128,
+ "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
+ "line": 186,
"column": 10,
- "index": 4433
+ "index": 5491
},
{
- "filePath": "src/components/aiCuration/AskXpert.jsx",
- "line": 178,
+ "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
+ "line": 209,
"column": 10,
- "index": 6619
- },
- {
- "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
- "line": 71,
- "column": 8,
- "index": 2849
- },
- {
- "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
- "line": 78,
- "column": 8,
- "index": 3027
- },
- {
- "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
- "line": 173,
- "column": 8,
- "index": 7554
- },
- {
- "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
- "line": 188,
- "column": 8,
- "index": 8045
- },
- {
- "filePath": "src/components/courseCard/CourseCard.jsx",
- "line": 58,
- "column": 6,
- "index": 1715
- },
- {
- "filePath": "src/components/programCard/ProgramCard.jsx",
- "line": 54,
- "column": 6,
- "index": 1605
+ "index": 6388
}
],
- "Image": [
- {
- "filePath": "src/components/aiCuration/AskXpert.jsx",
- "line": 122,
- "column": 12,
- "index": 4291
- },
+ "Tab": [
{
- "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
- "line": 72,
- "column": 10,
- "index": 2892
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/VideoInfoModalSidebar.jsx",
+ "line": 25,
+ "column": 4,
+ "index": 584
},
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 66,
- "column": 10,
- "index": 1663
+ "filePath": "src/files-and-videos/videos-page/info-sidebar/VideoInfoModalSidebar.jsx",
+ "line": 28,
+ "column": 4,
+ "index": 708
},
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 172,
- "column": 8,
- "index": 5434
+ "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
+ "line": 187,
+ "column": 12,
+ "index": 5510
},
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 235,
- "column": 10,
- "index": 7004
+ "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
+ "line": 196,
+ "column": 12,
+ "index": 5903
},
{
- "filePath": "src/components/catalogs/CatalogSearch.jsx",
- "line": 255,
+ "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
+ "line": 210,
"column": 12,
- "index": 8758
+ "index": 6407
},
{
- "filePath": "src/components/hero/Hero.jsx",
- "line": 17,
- "column": 2,
- "index": 678
+ "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
+ "line": 219,
+ "column": 12,
+ "index": 6800
},
{
- "filePath": "src/components/hero/Hero.jsx",
- "line": 30,
- "column": 2,
- "index": 957
+ "filePath": "src/generic/configure-modal/ConfigureModal.jsx",
+ "line": 228,
+ "column": 12,
+ "index": 7196
}
],
- "Stack": [
+ "ChevronLeft": [
{
- "filePath": "src/components/aiCuration/AskXpert.jsx",
- "line": 129,
- "column": 12,
- "index": 4493
- },
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
+ "line": 70,
+ "column": 25,
+ "index": 2299
+ }
+ ],
+ "ChevronRight": [
{
- "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
- "line": 79,
- "column": 10,
- "index": 3070
+ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx",
+ "line": 109,
+ "column": 33,
+ "index": 3982
}
],
- "Row": [
+ "WarningFilled": [
{
- "filePath": "src/components/aiCuration/AskXpert.jsx",
- "line": 160,
+ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx",
+ "line": 43,
"column": 16,
- "index": 5894
+ "index": 1254
}
],
- "Col": [
+ "VideoFile": [
{
- "filePath": "src/components/aiCuration/AskXpert.jsx",
- "line": 161,
- "column": 18,
- "index": 5959
- },
+ "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx",
+ "line": 84,
+ "column": 23,
+ "index": 2726
+ }
+ ],
+ "ContentCopyIcon": [
{
- "filePath": "src/components/aiCuration/AskXpert.jsx",
- "line": 170,
+ "filePath": "src/generic/clipboard/paste-component/components/PasteButton.jsx",
+ "line": 16,
"column": 18,
- "index": 6398
+ "index": 496
}
],
- "Button": [
+ "Popover.Title": [
{
- "filePath": "src/components/aiCuration/AskXpert.jsx",
- "line": 162,
- "column": 20,
- "index": 6000
+ "filePath": "src/generic/clipboard/paste-component/components/PopoverContent.jsx",
+ "line": 15,
+ "column": 4,
+ "index": 510
},
{
- "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
- "line": 175,
- "column": 12,
- "index": 7673
- },
+ "filePath": "src/taxonomy/system-defined-badge/index.jsx",
+ "line": 15,
+ "column": 6,
+ "index": 417
+ }
+ ],
+ "OpenInNewIcon": [
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 120,
- "column": 16,
- "index": 3584
- },
+ "filePath": "src/generic/clipboard/paste-component/components/PopoverContent.jsx",
+ "line": 26,
+ "column": 62,
+ "index": 934
+ }
+ ],
+ "QuestionIcon": [
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 298,
- "column": 14,
- "index": 9184
- },
+ "filePath": "src/generic/clipboard/paste-component/components/WhatsInClipboard.jsx",
+ "line": 33,
+ "column": 13,
+ "index": 980
+ }
+ ],
+ "Popover": [
{
- "filePath": "src/components/catalogSearchResults/associatedComponents/downloadCsvButton/DownloadCsvButton.jsx",
- "line": 40,
+ "filePath": "src/generic/clipboard/paste-component/index.jsx",
+ "line": 18,
"column": 6,
- "index": 1243
+ "index": 613
},
{
- "filePath": "src/components/catalogSearchResults/associatedComponents/titleButton/TitleButton.jsx",
- "line": 6,
- "column": 2,
- "index": 153
+ "filePath": "src/taxonomy/system-defined-badge/index.jsx",
+ "line": 14,
+ "column": 4,
+ "index": 336
},
{
- "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
- "line": 454,
- "column": 12,
- "index": 13545
+ "filePath": "src/taxonomy/taxonomy-card/index.jsx",
+ "line": 63,
+ "column": 4,
+ "index": 1592
}
],
- "IconButton": [
- {
- "filePath": "src/components/aiCuration/AskXpert.jsx",
- "line": 179,
- "column": 12,
- "index": 6728
- },
+ "Delete": [
{
- "filePath": "src/components/aiCuration/AskXpertQueryField.jsx",
- "line": 32,
- "column": 10,
- "index": 983
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 46,
+ "column": 19,
+ "index": 1283
}
],
- "Close": [
+ "FileUploadIcon": [
{
- "filePath": "src/components/aiCuration/AskXpert.jsx",
- "line": 181,
- "column": 19,
- "index": 6786
+ "filePath": "src/generic/course-upload-image/index.jsx",
+ "line": 71,
+ "column": 13,
+ "index": 1895
},
{
- "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
- "line": 182,
- "column": 19,
- "index": 7905
+ "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx",
+ "line": 68,
+ "column": 13,
+ "index": 1389
}
],
- "Icon": [
- {
- "filePath": "src/components/aiCuration/AskXpert.jsx",
- "line": 182,
- "column": 22,
- "index": 6815
- },
- {
- "filePath": "src/components/aiCuration/AskXpertQueryField.jsx",
- "line": 37,
- "column": 20,
- "index": 1118
- },
+ "Card.Divider": [
{
- "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
- "line": 181,
- "column": 12,
- "index": 7880
+ "filePath": "src/generic/course-upload-image/index.jsx",
+ "line": 121,
+ "column": 8,
+ "index": 3242
},
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 125,
- "column": 18,
- "index": 3875
+ "filePath": "src/schedule-and-details/basic-section/index.jsx",
+ "line": 111,
+ "column": 6,
+ "index": 3082
},
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 303,
- "column": 16,
- "index": 9472
+ "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "line": 93,
+ "column": 6,
+ "index": 3630
},
{
- "filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
- "line": 51,
+ "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
+ "line": 31,
"column": 8,
- "index": 1373
+ "index": 967
},
{
- "filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
- "line": 65,
- "column": 10,
- "index": 1859
+ "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
+ "line": 42,
+ "column": 12,
+ "index": 1311
},
{
- "filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
- "line": 81,
+ "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "line": 45,
"column": 10,
- "index": 2346
- },
- {
- "filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
- "line": 97,
- "column": 8,
- "index": 2855
+ "index": 1302
},
{
- "filePath": "src/components/catalogModalBanner/CatalogProgramModalBanner.jsx",
- "line": 21,
+ "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "line": 71,
"column": 10,
- "index": 647
+ "index": 2220
},
{
- "filePath": "src/components/catalogModalBanner/CatalogProgramModalBanner.jsx",
- "line": 37,
+ "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx",
+ "line": 26,
"column": 10,
- "index": 1133
+ "index": 898
},
{
- "filePath": "src/components/catalogModalBanner/CatalogProgramModalBanner.jsx",
- "line": 52,
- "column": 8,
- "index": 1624
- },
+ "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx",
+ "line": 17,
+ "column": 6,
+ "index": 482
+ }
+ ],
+ "Calendar": [
{
- "filePath": "src/components/programCard/ProgramCard.jsx",
- "line": 60,
- "column": 12,
- "index": 1871
+ "filePath": "src/generic/datepicker-control/DatepickerControl.jsx",
+ "line": 49,
+ "column": 17,
+ "index": 1382
}
],
- "Form.Group": [
+ "SwitchControl": [
{
- "filePath": "src/components/aiCuration/AskXpertQueryField.jsx",
- "line": 14,
- "column": 4,
- "index": 319
- },
+ "filePath": "src/generic/FormSwitchGroup.jsx",
+ "line": 33,
+ "column": 10,
+ "index": 874
+ }
+ ],
+ "IconSettings": [
{
- "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
- "line": 147,
- "column": 14,
- "index": 6516
+ "filePath": "src/generic/processing-notification/index.jsx",
+ "line": 20,
+ "column": 68,
+ "index": 631
}
],
- "Form.Control": [
+ "WarningFilledIcon": [
{
- "filePath": "src/components/aiCuration/AskXpertQueryField.jsx",
- "line": 15,
- "column": 6,
- "index": 338
+ "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx",
+ "line": 79,
+ "column": 24,
+ "index": 2460
},
{
- "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
- "line": 155,
- "column": 16,
- "index": 6998
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx",
+ "line": 112,
+ "column": 22,
+ "index": 3717
}
],
- "Send": [
+ "CloseIcon": [
{
- "filePath": "src/components/aiCuration/AskXpertQueryField.jsx",
- "line": 36,
- "column": 17,
- "index": 1092
- }
- ],
- "ProgressBar": [
+ "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx",
+ "line": 65,
+ "column": 23,
+ "index": 2141
+ },
{
- "filePath": "src/components/aiCuration/ProgressBar.jsx",
- "line": 34,
- "column": 6,
- "index": 955
+ "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "line": 76,
+ "column": 26,
+ "index": 2566
}
],
- "Spinner": [
+ "Form.Check": [
{
- "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
- "line": 100,
- "column": 24,
- "index": 4023
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 153,
+ "column": 14,
+ "index": 6078
},
{
- "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
- "line": 112,
- "column": 24,
- "index": 4714
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 161,
+ "column": 14,
+ "index": 6389
+ }
+ ],
+ "CardGrid": [
+ {
+ "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
+ "line": 140,
+ "column": 6,
+ "index": 4871
},
{
- "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
- "line": 124,
- "column": 24,
- "index": 5404
+ "filePath": "src/pages-and-resources/pages/PageGrid.jsx",
+ "line": 9,
+ "column": 2,
+ "index": 348
}
],
- "Form.Label": [
+ "Remove": [
{
- "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
- "line": 148,
- "column": 16,
- "index": 6558
+ "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx",
+ "line": 37,
+ "column": 18,
+ "index": 1506
}
],
- "ModalDialog": [
+ "FullscreenModal": [
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 50,
+ "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
+ "line": 64,
"column": 6,
- "index": 1183
+ "index": 2160
},
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 219,
+ "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
+ "line": 77,
"column": 6,
- "index": 6523
+ "index": 2434
+ },
+ {
+ "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
+ "line": 92,
+ "column": 10,
+ "index": 2806
}
],
- "ModalDialog.Body": [
+ "Stepper": [
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 59,
+ "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
+ "line": 91,
"column": 8,
- "index": 1405
+ "index": 2762
},
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 228,
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 442,
"column": 8,
- "index": 6746
+ "index": 12666
}
],
- "ModalDialog.Hero": [
- {
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 60,
- "column": 10,
- "index": 1460
- },
+ "Stepper.Header": [
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 229,
- "column": 10,
- "index": 6801
+ "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
+ "line": 98,
+ "column": 28,
+ "index": 3041
}
],
- "ModalDialog.Title": [
+ "Stepper.ActionRow": [
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 73,
- "column": 14,
- "index": 1877
+ "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
+ "line": 102,
+ "column": 16,
+ "index": 3197
},
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 78,
- "column": 14,
- "index": 2057
+ "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
+ "line": 105,
+ "column": 16,
+ "index": 3337
},
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 242,
- "column": 14,
- "index": 7219
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 463,
+ "column": 12,
+ "index": 13391
},
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 247,
- "column": 14,
- "index": 7401
- }
- ],
- "ModalDialog.Footer": [
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 472,
+ "column": 12,
+ "index": 13843
+ },
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 110,
- "column": 8,
- "index": 3265
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 501,
+ "column": 12,
+ "index": 15065
},
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 289,
- "column": 8,
- "index": 8912
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 518,
+ "column": 12,
+ "index": 15877
+ },
+ {
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 531,
+ "column": 12,
+ "index": 16596
}
],
- "ActionRow": [
+ "Stepper.Step": [
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 111,
- "column": 10,
- "index": 3296
+ "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
+ "line": 119,
+ "column": 12,
+ "index": 3858
},
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 290,
- "column": 10,
- "index": 8943
+ "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
+ "line": 132,
+ "column": 12,
+ "index": 4309
+ },
+ {
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 44,
+ "column": 4,
+ "index": 1085
+ },
+ {
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 101,
+ "column": 4,
+ "index": 2696
+ },
+ {
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 194,
+ "column": 4,
+ "index": 5583
+ },
+ {
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 226,
+ "column": 4,
+ "index": 6621
+ },
+ {
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 253,
+ "column": 4,
+ "index": 7397
}
],
- "Hyperlink": [
+ "Settings": [
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 113,
- "column": 14,
- "index": 3353
- },
+ "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx",
+ "line": 64,
+ "column": 11,
+ "index": 1754
+ }
+ ],
+ "PageBanner": [
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 291,
- "column": 12,
- "index": 8967
+ "filePath": "src/schedule-and-details/basic-section/index.jsx",
+ "line": 81,
+ "column": 4,
+ "index": 2211
}
],
- "Launch": [
+ "EmailIcon": [
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 125,
+ "filePath": "src/schedule-and-details/basic-section/index.jsx",
+ "line": 119,
"column": 56,
- "index": 3913
+ "index": 3403
+ }
+ ],
+ "ErrorOutlineIcon": [
+ {
+ "filePath": "src/schedule-and-details/index.jsx",
+ "line": 194,
+ "column": 18,
+ "index": 5940
},
{
- "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
- "line": 303,
- "column": 54,
- "index": 9510
+ "filePath": "src/schedule-and-details/index.jsx",
+ "line": 207,
+ "column": 18,
+ "index": 6397
}
],
- "MoneyOutline": [
+ "RotateRightIcon": [
{
- "filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
- "line": 51,
- "column": 36,
- "index": 1401
- },
+ "filePath": "src/studio-home/processing-courses/course-item/index.jsx",
+ "line": 39,
+ "column": 27,
+ "index": 1052
+ }
+ ],
+ "SearchField": [
{
- "filePath": "src/components/catalogModalBanner/CatalogProgramModalBanner.jsx",
- "line": 21,
- "column": 38,
- "index": 675
+ "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/index.jsx",
+ "line": 104,
+ "column": 8,
+ "index": 3325
}
],
- "BookOpen": [
+ "Download": [
{
- "filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
- "line": 65,
- "column": 38,
- "index": 1887
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 49,
+ "column": 24,
+ "index": 1362
},
{
- "filePath": "src/components/catalogModalBanner/CatalogProgramModalBanner.jsx",
- "line": 52,
- "column": 36,
- "index": 1652
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 57,
+ "column": 24,
+ "index": 1673
}
],
- "Book": [
+ "InsertDriveFile": [
{
- "filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
- "line": 81,
- "column": 38,
- "index": 2374
+ "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx",
+ "line": 135,
+ "column": 25,
+ "index": 3927
}
],
- "EventNote": [
+ "Form.Autosuggest": [
{
- "filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
- "line": 97,
- "column": 36,
- "index": 2883
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 198,
+ "column": 12,
+ "index": 5720
}
],
- "Assignment": [
+ "Form.AutosuggestOption": [
{
- "filePath": "src/components/catalogModalBanner/CatalogProgramModalBanner.jsx",
- "line": 37,
- "column": 38,
- "index": 1161
+ "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx",
+ "line": 208,
+ "column": 16,
+ "index": 6185
}
],
- "Alert": [
+ "Popover.Content": [
{
- "filePath": "src/components/catalogNoResultsDeck/CatalogNoResultsDeck.jsx",
- "line": 70,
+ "filePath": "src/taxonomy/system-defined-badge/index.jsx",
+ "line": 18,
"column": 6,
- "index": 2002
+ "index": 536
},
{
- "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
- "line": 400,
+ "filePath": "src/taxonomy/taxonomy-card/index.jsx",
+ "line": 67,
"column": 6,
- "index": 11853
+ "index": 1695
}
],
- "Alert.Heading": [
+ "DataTable.ExpandRow": [
{
- "filePath": "src/components/catalogNoResultsDeck/CatalogNoResultsDeck.jsx",
- "line": 71,
- "column": 8,
- "index": 2085
+ "filePath": "src/taxonomy/tag-list/TagListTable.jsx",
+ "line": 42,
+ "column": 76,
+ "index": 1411
}
],
- "Alert.Link": [
+ "DataTable.TableFooter": [
{
- "filePath": "src/components/catalogNoResultsDeck/CatalogNoResultsDeck.jsx",
- "line": 77,
- "column": 8,
- "index": 2265
+ "filePath": "src/taxonomy/tag-list/TagListTable.jsx",
+ "line": 111,
+ "column": 13,
+ "index": 3539
}
],
- "DataTable": [
- {
- "filePath": "src/components/catalogNoResultsDeck/CatalogNoResultsDeck.jsx",
- "line": 87,
- "column": 6,
- "index": 2572
- },
+ "ViewIcon": [
{
- "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
- "line": 486,
- "column": 10,
- "index": 14748
+ "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
+ "line": 80,
+ "column": 25,
+ "index": 2492
}
],
- "CardView": [
+ "DeleteIcon": [
{
- "filePath": "src/components/catalogNoResultsDeck/CatalogNoResultsDeck.jsx",
- "line": 100,
- "column": 8,
- "index": 3013
+ "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx",
+ "line": 94,
+ "column": 25,
+ "index": 3120
},
{
- "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
- "line": 499,
- "column": 14,
- "index": 15264
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 118,
+ "column": 33,
+ "index": 4848
}
],
- "Badge": [
- {
- "filePath": "src/components/catalogSearchResults/associatedComponents/catalogBadges/CatalogBadges.jsx",
- "line": 15,
- "column": 8,
- "index": 470
- },
- {
- "filePath": "src/components/catalogSearchResults/associatedComponents/catalogBadges/CatalogBadges.jsx",
- "line": 22,
- "column": 8,
- "index": 756
- },
+ "UploadIcon": [
{
- "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
- "line": 444,
- "column": 12,
- "index": 13273
- },
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 108,
+ "column": 33,
+ "index": 4279
+ }
+ ],
+ "PdfIcon": [
{
- "filePath": "src/components/courseCard/CourseCard.jsx",
- "line": 66,
- "column": 12,
- "index": 1991
- },
+ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx",
+ "line": 179,
+ "column": 29,
+ "index": 7810
+ }
+ ]
+ }
+ },
+ {
+ "version": "22.8.1",
+ "name": "@openedx-plugins/course-app-calculator",
+ "folderName": "calculator",
+ "usages": {}
+ },
+ {
+ "version": "22.8.1",
+ "name": "@openedx-plugins/course-app-edxnotes",
+ "folderName": "edxnotes",
+ "usages": {}
+ },
+ {
+ "version": "22.8.1",
+ "name": "@openedx-plugins/course-app-learning_assistant",
+ "folderName": "learning_assistant",
+ "usages": {
+ "Hyperlink": [
{
- "filePath": "src/components/courseCard/CourseCard.jsx",
- "line": 73,
+ "filePath": "Settings.jsx",
+ "line": 23,
"column": 12,
- "index": 2288
- },
- {
- "filePath": "src/components/programCard/ProgramCard.jsx",
- "line": 56,
- "column": 10,
- "index": 1736
+ "index": 885
},
{
- "filePath": "src/components/programCard/ProgramCard.jsx",
- "line": 69,
+ "filePath": "Settings.jsx",
+ "line": 33,
"column": 12,
- "index": 2170
- },
+ "index": 1299
+ }
+ ]
+ }
+ },
+ {
+ "version": "22.8.1",
+ "name": "@openedx-plugins/course-app-live",
+ "folderName": "live",
+ "usages": {
+ "Form.Group": [
{
- "filePath": "src/components/programCard/ProgramCard.jsx",
- "line": 74,
- "column": 12,
- "index": 2393
+ "filePath": "BBBSettings.jsx",
+ "line": 55,
+ "column": 6,
+ "index": 1788
}
],
- "useToggle": [
+ "Form.Label": [
{
- "filePath": "src/components/catalogSearchResults/associatedComponents/downloadCsvButton/DownloadCsvButton.jsx",
- "line": 10,
- "column": 32,
- "index": 372
+ "filePath": "BBBSettings.jsx",
+ "line": 56,
+ "column": 8,
+ "index": 1862
}
],
- "Toast": [
+ "Form.Control": [
{
- "filePath": "src/components/catalogSearchResults/associatedComponents/downloadCsvButton/DownloadCsvButton.jsx",
- "line": 36,
+ "filePath": "BBBSettings.jsx",
+ "line": 63,
"column": 8,
- "index": 1151
+ "index": 2130
}
],
- "Download": [
+ "Hyperlink": [
{
- "filePath": "src/components/catalogSearchResults/associatedComponents/downloadCsvButton/DownloadCsvButton.jsx",
- "line": 42,
- "column": 20,
- "index": 1312
+ "filePath": "BBBSettings.jsx",
+ "line": 74,
+ "column": 6,
+ "index": 2384
+ },
+ {
+ "filePath": "BBBSettings.jsx",
+ "line": 95,
+ "column": 16,
+ "index": 3221
}
],
- "Skeleton": [
+ "Icon": [
{
- "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
- "line": 394,
- "column": 8,
- "index": 11727
+ "filePath": "Settings.jsx",
+ "line": 112,
+ "column": 20,
+ "index": 4650
}
- ],
- "DataTable.TableControlBar": [
+ ]
+ }
+ },
+ {
+ "version": "22.8.1",
+ "name": "@openedx-plugins/course-app-ora_settings",
+ "folderName": "ora_settings",
+ "usages": {
+ "Alert": [
{
- "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
- "line": 497,
- "column": 12,
- "index": 15193
+ "filePath": "Settings.jsx",
+ "line": 80,
+ "column": 14,
+ "index": 3090
}
],
- "DataTable.Table": [
+ "Info": [
{
- "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
- "line": 510,
- "column": 26,
- "index": 15578
+ "filePath": "Settings.jsx",
+ "line": 80,
+ "column": 44,
+ "index": 3120
}
],
- "DataTable.TableFooter": [
+ "Alert.Heading": [
{
- "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
- "line": 513,
- "column": 14,
- "index": 15641
+ "filePath": "Settings.jsx",
+ "line": 81,
+ "column": 16,
+ "index": 3158
}
],
- "useMediaQuery": [
- {
- "filePath": "src/components/catalogSelectionDeck/CatalogSelectionDeck.jsx",
- "line": 26,
- "column": 23,
- "index": 931
- },
+ "Badge": [
{
- "filePath": "src/components/hero/Hero.jsx",
- "line": 43,
+ "filePath": "Settings.jsx",
+ "line": 94,
"column": 20,
- "index": 1256
- },
- {
- "filePath": "src/components/hero/Hero.jsx",
- "line": 54,
- "column": 19,
- "index": 1546
+ "index": 3718
}
],
- "breakpoints": [
- {
- "filePath": "src/components/catalogSelectionDeck/CatalogSelectionDeck.jsx",
- "line": 26,
- "column": 49,
- "index": 957
- },
- {
- "filePath": "src/components/hero/Hero.jsx",
- "line": 43,
- "column": 46,
- "index": 1282
- },
- {
- "filePath": "src/components/hero/Hero.jsx",
- "line": 55,
- "column": 14,
- "index": 1576
- },
+ "Hyperlink": [
{
- "filePath": "src/components/hero/Hero.jsx",
- "line": 56,
- "column": 14,
- "index": 1619
+ "filePath": "Settings.jsx",
+ "line": 104,
+ "column": 20,
+ "index": 4129
}
],
- "Container": [
+ "ModalDialog": [
{
- "filePath": "src/components/catalogSelectionDeck/CatalogSelectionDeck.jsx",
- "line": 35,
+ "filePath": "Settings.jsx",
+ "line": 130,
"column": 4,
- "index": 1160
- },
+ "index": 4915
+ }
+ ],
+ "Form": [
{
- "filePath": "src/components/hero/Hero.jsx",
- "line": 73,
+ "filePath": "Settings.jsx",
+ "line": 140,
"column": 6,
- "index": 1994
- },
- {
- "filePath": "src/components/PageWrapper.jsx",
- "line": 11,
- "column": 2,
- "index": 321
- },
+ "index": 5152
+ }
+ ],
+ "ModalDialog.Header": [
{
- "filePath": "src/components/subheader/subheader.jsx",
- "line": 7,
- "column": 4,
- "index": 171
+ "filePath": "Settings.jsx",
+ "line": 141,
+ "column": 8,
+ "index": 5220
}
],
- "SelectableBox.Set": [
+ "ModalDialog.Title": [
{
- "filePath": "src/components/catalogSelectionDeck/CatalogSelectionDeck.jsx",
- "line": 37,
- "column": 6,
- "index": 1254
+ "filePath": "Settings.jsx",
+ "line": 142,
+ "column": 10,
+ "index": 5251
}
],
- "SelectableBox": [
+ "ModalDialog.Body": [
{
- "filePath": "src/components/catalogSelectionDeck/CatalogSelectionDeck.jsx",
- "line": 45,
+ "filePath": "Settings.jsx",
+ "line": 146,
"column": 8,
- "index": 1461
- },
+ "index": 5386
+ }
+ ],
+ "ModalDialog.Footer": [
{
- "filePath": "src/components/catalogSelectionDeck/CatalogSelectionDeck.jsx",
- "line": 55,
+ "filePath": "Settings.jsx",
+ "line": 149,
"column": 8,
- "index": 2088
+ "index": 5466
}
],
- "Card.ImageCap": [
- {
- "filePath": "src/components/courseCard/CourseCard.jsx",
- "line": 50,
- "column": 6,
- "index": 1450
- },
+ "ActionRow": [
{
- "filePath": "src/components/programCard/ProgramCard.jsx",
- "line": 40,
- "column": 6,
- "index": 1190
+ "filePath": "Settings.jsx",
+ "line": 150,
+ "column": 10,
+ "index": 5513
}
],
- "Card.Header": [
- {
- "filePath": "src/components/courseCard/CourseCard.jsx",
- "line": 56,
- "column": 6,
- "index": 1610
- },
+ "ModalDialog.CloseButton": [
{
- "filePath": "src/components/programCard/ProgramCard.jsx",
- "line": 46,
- "column": 6,
- "index": 1388
+ "filePath": "Settings.jsx",
+ "line": 151,
+ "column": 12,
+ "index": 5537
}
],
- "Program": [
+ "StatefulButton": [
{
- "filePath": "src/components/programCard/ProgramCard.jsx",
- "line": 60,
- "column": 23,
- "index": 1882
+ "filePath": "Settings.jsx",
+ "line": 154,
+ "column": 12,
+ "index": 5685
}
]
}
},
{
- "version": "22.1.1",
- "name": "@edx/frontend-app-gradebook",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/openedx/frontend-app-gradebook.git"
- },
- "folderName": "frontend-app-gradebook",
+ "version": "22.8.1",
+ "name": "@openedx-plugins/course-app-proctoring",
+ "folderName": "proctoring",
"usages": {
- "Alert": [
- {
- "filePath": "src/components/BulkManagementHistoryView/BulkManagementAlerts.jsx",
- "line": 21,
- "column": 4,
- "index": 532
- },
- {
- "filePath": "src/components/BulkManagementHistoryView/BulkManagementAlerts.jsx",
- "line": 28,
- "column": 4,
- "index": 666
- },
+ "Alert.Link": [
{
- "filePath": "src/components/GradesView/EditModal/index.jsx",
- "line": 46,
- "column": 10,
- "index": 1170
+ "filePath": "Settings.jsx",
+ "line": 174,
+ "column": 16,
+ "index": 7329
},
{
- "filePath": "src/components/GradesView/StatusAlerts/index.jsx",
- "line": 15,
- "column": 6,
- "index": 251
+ "filePath": "Settings.jsx",
+ "line": 189,
+ "column": 35,
+ "index": 7886
},
{
- "filePath": "src/components/GradesView/StatusAlerts/index.jsx",
- "line": 22,
- "column": 6,
- "index": 416
- }
- ],
- "DataTable": [
- {
- "filePath": "src/components/BulkManagementHistoryView/HistoryTable.jsx",
- "line": 33,
- "column": 2,
- "index": 907
+ "filePath": "Settings.jsx",
+ "line": 452,
+ "column": 14,
+ "index": 17246
},
{
- "filePath": "src/components/GradesView/EditModal/OverrideTable/index.jsx",
- "line": 33,
- "column": 4,
- "index": 830
+ "filePath": "Settings.jsx",
+ "line": 473,
+ "column": 12,
+ "index": 17933
},
{
- "filePath": "src/components/GradesView/GradebookTable/index.jsx",
- "line": 24,
- "column": 6,
- "index": 577
+ "filePath": "Settings.jsx",
+ "line": 492,
+ "column": 14,
+ "index": 18595
}
],
"Hyperlink": [
{
- "filePath": "src/components/BulkManagementHistoryView/ResultsSummary.jsx",
- "line": 21,
- "column": 2,
- "index": 603
- },
- {
- "filePath": "src/components/EdxHeader/index.jsx",
- "line": 13,
- "column": 6,
- "index": 380
+ "filePath": "Settings.jsx",
+ "line": 251,
+ "column": 4,
+ "index": 9811
}
],
- "Icon": [
- {
- "filePath": "src/components/BulkManagementHistoryView/ResultsSummary.jsx",
- "line": 28,
- "column": 4,
- "index": 775
- },
+ "Alert": [
{
- "filePath": "src/components/GradebookFilters/index.jsx",
- "line": 31,
+ "filePath": "Settings.jsx",
+ "line": 269,
"column": 12,
- "index": 950
+ "index": 10380
},
{
- "filePath": "src/components/GradebookFilters/index.jsx",
- "line": 35,
- "column": 18,
- "index": 1083
+ "filePath": "Settings.jsx",
+ "line": 437,
+ "column": 6,
+ "index": 16787
},
{
- "filePath": "src/components/GradesView/FilterMenuToggle/index.jsx",
- "line": 24,
+ "filePath": "Settings.jsx",
+ "line": 502,
"column": 6,
- "index": 746
- },
+ "index": 18825
+ }
+ ],
+ "Badge": [
{
- "filePath": "src/components/GradesView/GradebookTable/LabelReplacements.jsx",
- "line": 38,
+ "filePath": "Settings.jsx",
+ "line": 291,
+ "column": 18,
+ "index": 11137
+ }
+ ],
+ "Form.Group": [
+ {
+ "filePath": "Settings.jsx",
+ "line": 312,
"column": 12,
- "index": 1047
+ "index": 11761
},
{
- "filePath": "src/components/GradesView/SpinnerIcon.jsx",
- "line": 16,
- "column": 6,
- "index": 406
+ "filePath": "Settings.jsx",
+ "line": 338,
+ "column": 10,
+ "index": 12897
},
{
- "filePath": "src/components/NetworkButton/index.jsx",
- "line": 42,
- "column": 16,
- "index": 1632
+ "filePath": "Settings.jsx",
+ "line": 369,
+ "column": 12,
+ "index": 14356
},
{
- "filePath": "src/components/NetworkButton/index.jsx",
- "line": 43,
- "column": 16,
- "index": 1715
- },
+ "filePath": "Settings.jsx",
+ "line": 393,
+ "column": 12,
+ "index": 15477
+ }
+ ],
+ "Form.Label": [
{
- "filePath": "src/components/NetworkButton/test.jsx",
- "line": 54,
- "column": 20,
- "index": 1683
+ "filePath": "Settings.jsx",
+ "line": 313,
+ "column": 14,
+ "index": 11823
},
{
- "filePath": "src/components/NetworkButton/test.jsx",
- "line": 55,
- "column": 20,
- "index": 1753
+ "filePath": "Settings.jsx",
+ "line": 339,
+ "column": 12,
+ "index": 12954
},
{
- "filePath": "src/components/NetworkButton/test.jsx",
- "line": 63,
- "column": 20,
- "index": 2098
+ "filePath": "Settings.jsx",
+ "line": 370,
+ "column": 14,
+ "index": 14417
},
{
- "filePath": "src/components/NetworkButton/test.jsx",
- "line": 64,
- "column": 20,
- "index": 2168
+ "filePath": "Settings.jsx",
+ "line": 394,
+ "column": 14,
+ "index": 15541
}
],
- "Download": [
+ "Form.Control": [
{
- "filePath": "src/components/BulkManagementHistoryView/ResultsSummary.jsx",
- "line": 28,
- "column": 15,
- "index": 786
+ "filePath": "Settings.jsx",
+ "line": 316,
+ "column": 14,
+ "index": 12005
+ },
+ {
+ "filePath": "Settings.jsx",
+ "line": 342,
+ "column": 12,
+ "index": 13125
}
],
- "Button": [
+ "Form.Text": [
{
- "filePath": "src/components/GradebookFilters/AssignmentGradeFilter/index.jsx",
- "line": 38,
- "column": 8,
- "index": 1133
+ "filePath": "Settings.jsx",
+ "line": 325,
+ "column": 14,
+ "index": 12382
},
{
- "filePath": "src/components/GradebookFilters/CourseGradeFilter/index.jsx",
- "line": 36,
- "column": 8,
- "index": 965
- },
+ "filePath": "Settings.jsx",
+ "line": 352,
+ "column": 12,
+ "index": 13577
+ }
+ ],
+ "Form.RadioSet": [
{
- "filePath": "src/components/GradebookHeader/index.jsx",
- "line": 31,
- "column": 10,
- "index": 1016
+ "filePath": "Settings.jsx",
+ "line": 373,
+ "column": 14,
+ "index": 14602
},
{
- "filePath": "src/components/GradesView/EditModal/index.jsx",
- "line": 60,
- "column": 10,
- "index": 1656
- },
+ "filePath": "Settings.jsx",
+ "line": 397,
+ "column": 14,
+ "index": 15728
+ }
+ ],
+ "Form.Radio": [
{
- "filePath": "src/components/GradesView/FilterBadges/FilterBadge.jsx",
- "line": 39,
- "column": 8,
- "index": 1114
+ "filePath": "Settings.jsx",
+ "line": 379,
+ "column": 16,
+ "index": 14838
},
{
- "filePath": "src/components/GradesView/FilterMenuToggle/index.jsx",
- "line": 19,
- "column": 4,
- "index": 618
+ "filePath": "Settings.jsx",
+ "line": 382,
+ "column": 16,
+ "index": 15019
},
{
- "filePath": "src/components/GradesView/GradebookTable/GradeButton.jsx",
- "line": 47,
- "column": 6,
- "index": 1339
+ "filePath": "Settings.jsx",
+ "line": 402,
+ "column": 16,
+ "index": 15926
},
{
- "filePath": "src/components/GradesView/PageButtons/index.jsx",
- "line": 15,
- "column": 6,
- "index": 318
- },
+ "filePath": "Settings.jsx",
+ "line": 405,
+ "column": 16,
+ "index": 16113
+ }
+ ],
+ "ModalDialog": [
{
- "filePath": "src/components/GradesView/PageButtons/index.jsx",
- "line": 23,
+ "filePath": "Settings.jsx",
+ "line": 603,
+ "column": 4,
+ "index": 23168
+ }
+ ],
+ "Form": [
+ {
+ "filePath": "Settings.jsx",
+ "line": 613,
"column": 6,
- "index": 509
+ "index": 23393
}
],
- "IconButton": [
+ "ModalDialog.Header": [
{
- "filePath": "src/components/GradebookFilters/index.jsx",
- "line": 32,
+ "filePath": "Settings.jsx",
+ "line": 614,
"column": 8,
- "index": 997
+ "index": 23461
}
],
- "Close": [
+ "ModalDialog.Title": [
{
- "filePath": "src/components/GradebookFilters/index.jsx",
- "line": 36,
- "column": 15,
- "index": 1104
+ "filePath": "Settings.jsx",
+ "line": 615,
+ "column": 10,
+ "index": 23492
}
],
- "Collapsible": [
- {
- "filePath": "src/components/GradebookFilters/index.jsx",
- "line": 42,
- "column": 6,
- "index": 1255
- },
- {
- "filePath": "src/components/GradebookFilters/index.jsx",
- "line": 54,
- "column": 6,
- "index": 1662
- },
- {
- "filePath": "src/components/GradebookFilters/index.jsx",
- "line": 62,
- "column": 6,
- "index": 1893
- },
+ "ModalDialog.Body": [
{
- "filePath": "src/components/GradebookFilters/index.jsx",
- "line": 70,
- "column": 6,
- "index": 2127
+ "filePath": "Settings.jsx",
+ "line": 619,
+ "column": 8,
+ "index": 23617
}
],
- "Form.Checkbox": [
+ "ModalDialog.Footer": [
{
- "filePath": "src/components/GradebookFilters/index.jsx",
- "line": 75,
+ "filePath": "Settings.jsx",
+ "line": 627,
"column": 8,
- "index": 2282
+ "index": 23999
}
],
- "Form.Group": [
+ "ActionRow": [
{
- "filePath": "src/components/GradebookFilters/PercentGroup.jsx",
- "line": 15,
- "column": 4,
- "index": 261
- },
+ "filePath": "Settings.jsx",
+ "line": 632,
+ "column": 10,
+ "index": 24104
+ }
+ ],
+ "ModalDialog.CloseButton": [
{
- "filePath": "src/components/GradebookFilters/SelectGroup.jsx",
- "line": 16,
- "column": 4,
- "index": 296
- },
+ "filePath": "Settings.jsx",
+ "line": 633,
+ "column": 12,
+ "index": 24128
+ }
+ ],
+ "StatefulButton": [
{
- "filePath": "src/components/GradesView/ImportGradesButton/index.jsx",
- "line": 28,
- "column": 8,
- "index": 786
- },
+ "filePath": "Settings.jsx",
+ "line": 636,
+ "column": 12,
+ "index": 24300
+ }
+ ]
+ }
+ },
+ {
+ "version": "22.8.1",
+ "name": "@openedx-plugins/course-app-progress",
+ "folderName": "progress",
+ "usages": {}
+ },
+ {
+ "version": "22.8.1",
+ "name": "@openedx-plugins/course-app-teams",
+ "folderName": "teams",
+ "usages": {
+ "TransitionReplace": [
{
- "filePath": "src/components/GradesView/ScoreViewInput/index.jsx",
- "line": 18,
+ "filePath": "GroupEditor.jsx",
+ "line": 45,
"column": 4,
- "index": 532
+ "index": 1630
}
],
- "Form.Label": [
+ "Button": [
{
- "filePath": "src/components/GradebookFilters/PercentGroup.jsx",
- "line": 16,
- "column": 6,
- "index": 295
+ "filePath": "GroupEditor.jsx",
+ "line": 52,
+ "column": 14,
+ "index": 2042
},
{
- "filePath": "src/components/GradebookFilters/SelectGroup.jsx",
- "line": 17,
- "column": 6,
- "index": 330
+ "filePath": "GroupEditor.jsx",
+ "line": 55,
+ "column": 14,
+ "index": 2194
},
{
- "filePath": "src/components/GradesView/ScoreViewInput/index.jsx",
- "line": 19,
- "column": 6,
- "index": 573
+ "filePath": "Settings.jsx",
+ "line": 147,
+ "column": 20,
+ "index": 5448
}
],
- "Form.Control": [
+ "Form.Group": [
{
- "filePath": "src/components/GradebookFilters/PercentGroup.jsx",
- "line": 17,
- "column": 6,
- "index": 334
- },
+ "filePath": "GroupEditor.jsx",
+ "line": 103,
+ "column": 12,
+ "index": 4385
+ }
+ ],
+ "Form.Label": [
{
- "filePath": "src/components/GradebookFilters/SelectGroup.jsx",
- "line": 18,
- "column": 6,
- "index": 369
+ "filePath": "GroupEditor.jsx",
+ "line": 104,
+ "column": 14,
+ "index": 4441
},
{
- "filePath": "src/components/GradesView/EditModal/OverrideTable/AdjustedGradeInput/index.jsx",
- "line": 20,
- "column": 6,
- "index": 429
- },
+ "filePath": "GroupEditor.jsx",
+ "line": 133,
+ "column": 21,
+ "index": 5789
+ }
+ ],
+ "Form.RadioSet": [
{
- "filePath": "src/components/GradesView/EditModal/OverrideTable/ReasonInput/index.jsx",
- "line": 16,
- "column": 4,
- "index": 371
- },
+ "filePath": "GroupEditor.jsx",
+ "line": 107,
+ "column": 14,
+ "index": 4582
+ }
+ ],
+ "Form.Radio": [
{
- "filePath": "src/components/GradesView/ImportGradesButton/index.jsx",
- "line": 29,
- "column": 10,
- "index": 825
- },
+ "filePath": "GroupEditor.jsx",
+ "line": 114,
+ "column": 18,
+ "index": 4882
+ }
+ ],
+ "Form.Text": [
{
- "filePath": "src/components/GradesView/ScoreViewInput/index.jsx",
- "line": 20,
- "column": 6,
- "index": 641
+ "filePath": "Settings.jsx",
+ "line": 132,
+ "column": 14,
+ "index": 4742
+ }
+ ],
+ "Add": [
+ {
+ "filePath": "Settings.jsx",
+ "line": 150,
+ "column": 34,
+ "index": 5588
+ }
+ ]
+ }
+ },
+ {
+ "version": "22.8.1",
+ "name": "@openedx-plugins/course-app-wiki",
+ "folderName": "wiki",
+ "usages": {}
+ },
+ {
+ "version": "22.8.1",
+ "name": "@openedx-plugins/course-app-xpert_unit_summary",
+ "folderName": "xpert_unit_summary",
+ "usages": {
+ "TransitionReplace": [
+ {
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 49,
+ "column": 2,
+ "index": 1816
}
],
"ModalDialog": [
{
- "filePath": "src/components/GradesView/EditModal/index.jsx",
- "line": 35,
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 75,
+ "column": 2,
+ "index": 2509
+ }
+ ],
+ "ModalDialog.Header": [
+ {
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 84,
"column": 4,
- "index": 921
+ "index": 2672
}
],
- "ModalDialog.Body": [
+ "ModalDialog.Title": [
{
- "filePath": "src/components/GradesView/EditModal/index.jsx",
- "line": 43,
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 85,
"column": 6,
- "index": 1100
+ "index": 2699
+ }
+ ],
+ "ModalDialog.Body": [
+ {
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 89,
+ "column": 4,
+ "index": 2818
}
],
"ModalDialog.Footer": [
{
- "filePath": "src/components/GradesView/EditModal/index.jsx",
- "line": 55,
- "column": 6,
- "index": 1465
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 92,
+ "column": 4,
+ "index": 2882
}
],
"ActionRow": [
{
- "filePath": "src/components/GradesView/EditModal/index.jsx",
- "line": 56,
- "column": 8,
- "index": 1494
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 93,
+ "column": 6,
+ "index": 2925
}
],
"ModalDialog.CloseButton": [
{
- "filePath": "src/components/GradesView/EditModal/index.jsx",
- "line": 57,
- "column": 10,
- "index": 1516
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 94,
+ "column": 8,
+ "index": 2945
+ }
+ ],
+ "OverlayTrigger": [
+ {
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 154,
+ "column": 4,
+ "index": 4455
+ }
+ ],
+ "Tooltip": [
+ {
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 157,
+ "column": 8,
+ "index": 4520
+ }
+ ],
+ "StatefulButton": [
+ {
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 165,
+ "column": 6,
+ "index": 4710
+ },
+ {
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 317,
+ "column": 16,
+ "index": 9213
}
],
- "Form": [
+ "Icon": [
{
- "filePath": "src/components/GradesView/EditModal/OverrideTable/AdjustedGradeInput/index.test.jsx",
- "line": 32,
- "column": 45,
- "index": 875
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 173,
+ "column": 19,
+ "index": 4970
},
{
- "filePath": "src/components/GradesView/EditModal/OverrideTable/ReasonInput/index.test.jsx",
- "line": 32,
- "column": 45,
- "index": 830
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 174,
+ "column": 19,
+ "index": 5015
},
{
- "filePath": "src/components/GradesView/ImportGradesButton/index.jsx",
- "line": 27,
- "column": 6,
- "index": 733
- },
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 175,
+ "column": 18,
+ "index": 5085
+ }
+ ],
+ "SpinnerSimple": [
{
- "filePath": "src/components/GradesView/ImportGradesButton/index.test.jsx",
- "line": 40,
- "column": 36,
- "index": 1442
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 174,
+ "column": 30,
+ "index": 5026
}
],
- "FilterAlt": [
+ "CheckCircleOutline": [
{
- "filePath": "src/components/GradesView/FilterMenuToggle/index.jsx",
- "line": 24,
- "column": 17,
- "index": 757
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 175,
+ "column": 29,
+ "index": 5096
}
],
- "DataTable.TableControlBar": [
+ "Hyperlink": [
{
- "filePath": "src/components/GradesView/GradebookTable/index.jsx",
- "line": 32,
- "column": 8,
- "index": 791
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 263,
+ "column": 6,
+ "index": 7712
+ },
+ {
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 276,
+ "column": 6,
+ "index": 8019
}
],
- "DataTable.Table": [
+ "Form": [
{
- "filePath": "src/components/GradesView/GradebookTable/index.jsx",
- "line": 33,
- "column": 8,
- "index": 829
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 307,
+ "column": 10,
+ "index": 8879
}
],
- "DataTable.EmptyTable": [
+ "Alert": [
{
- "filePath": "src/components/GradesView/GradebookTable/index.jsx",
- "line": 34,
- "column": 8,
- "index": 857
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 330,
+ "column": 16,
+ "index": 9722
}
],
- "OverlayTrigger": [
+ "Info": [
{
- "filePath": "src/components/GradesView/GradebookTable/LabelReplacements.jsx",
- "line": 25,
- "column": 6,
- "index": 623
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 330,
+ "column": 46,
+ "index": 9752
}
],
- "Tooltip": [
+ "Alert.Heading": [
{
- "filePath": "src/components/GradesView/GradebookTable/LabelReplacements.jsx",
- "line": 30,
- "column": 10,
- "index": 788
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 331,
+ "column": 18,
+ "index": 9792
}
],
- "Toast": [
+ "Badge": [
{
- "filePath": "src/components/GradesView/ImportSuccessToast/index.jsx",
- "line": 20,
- "column": 4,
- "index": 426
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 347,
+ "column": 22,
+ "index": 10557
}
],
- "SearchField": [
+ "Form.RadioSet": [
{
- "filePath": "src/components/GradesView/SearchControls/index.jsx",
- "line": 22,
- "column": 6,
- "index": 525
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 362,
+ "column": 16,
+ "index": 11108
}
],
- "StatefulButton": [
+ "Form.Radio": [
{
- "filePath": "src/components/NetworkButton/index.jsx",
- "line": 53,
- "column": 6,
- "index": 1925
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 368,
+ "column": 18,
+ "index": 11349
+ },
+ {
+ "filePath": "settings-modal/SettingsModal.jsx",
+ "line": 381,
+ "column": 18,
+ "index": 11874
}
]
}
},
{
- "version": "22.4.0",
- "name": "@edx/frontend-app-learner-dashboard",
+ "version": "22.7.0",
+ "name": "@edx/frontend-app-discussions",
"repository": {
"type": "git",
- "url": "git+https://github.com/edx/frontend-app-learner-dashboard.git"
+ "url": "git+https://github.com/openedx/frontend-app-discussions.git"
},
- "folderName": "frontend-app-learner-dashboard",
+ "folderName": "frontend-app-discussions",
"usages": {
- "Alert": [
- {
- "filePath": "src/App.jsx",
- "line": 102,
- "column": 16,
- "index": 3222
- },
- {
- "filePath": "src/components/Banner.jsx",
- "line": 10,
- "column": 2,
- "index": 227
- }
- ],
- "useWindowSize": [
- {
- "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.js",
- "line": 4,
- "column": 20,
- "index": 122
- },
+ "Collapsible.Advanced": [
{
- "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
- "line": 14,
+ "filePath": "src/components/FilterBar.jsx",
+ "line": 101,
"column": 4,
- "index": 476
+ "index": 2814
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
- "line": 16,
+ "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
+ "line": 74,
"column": 4,
- "index": 599
+ "index": 2350
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
- "line": 18,
+ "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "line": 181,
"column": 4,
- "index": 722
- },
- {
- "filePath": "src/containers/CourseCard/hooks.js",
- "line": 6,
- "column": 20,
- "index": 213
- },
- {
- "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
- "line": 45,
- "column": 20,
- "index": 930
- },
- {
- "filePath": "src/containers/CourseFilterControls/CourseFilterControls.test.jsx",
- "line": 41,
- "column": 6,
- "index": 1240
- },
- {
- "filePath": "src/containers/CourseFilterControls/CourseFilterControls.test.jsx",
- "line": 48,
- "column": 6,
- "index": 1510
- },
- {
- "filePath": "src/containers/CourseFilterControls/CourseFilterControls.test.jsx",
- "line": 55,
- "column": 6,
- "index": 1791
- },
- {
- "filePath": "src/containers/CoursesPanel/CourseList/hooks.js",
- "line": 4,
- "column": 20,
- "index": 122
- },
- {
- "filePath": "src/containers/Dashboard/hooks.js",
- "line": 28,
- "column": 20,
- "index": 858
- },
- {
- "filePath": "src/containers/Dashboard/hooks.test.js",
- "line": 27,
- "column": 0,
- "index": 604
- },
- {
- "filePath": "src/containers/Dashboard/hooks.test.js",
- "line": 52,
- "column": 10,
- "index": 1484
- },
- {
- "filePath": "src/containers/LearnerDashboardHeader/hooks.js",
- "line": 14,
- "column": 20,
- "index": 401
- },
- {
- "filePath": "src/containers/LearnerDashboardHeader/hooks.test.js",
- "line": 33,
- "column": 6,
- "index": 743
- },
- {
- "filePath": "src/containers/LearnerDashboardHeader/hooks.test.js",
- "line": 37,
- "column": 6,
- "index": 928
- },
- {
- "filePath": "src/ExperimentContext.jsx",
- "line": 37,
- "column": 20,
- "index": 1129
- },
+ "index": 6288
+ }
+ ],
+ "Collapsible.Trigger": [
{
- "filePath": "src/ExperimentContext.test.jsx",
- "line": 107,
+ "filePath": "src/components/FilterBar.jsx",
+ "line": 106,
"column": 6,
- "index": 3299
- },
- {
- "filePath": "src/widgets/ProductRecommendations/hooks.js",
- "line": 23,
- "column": 20,
- "index": 929
+ "index": 2951
},
{
- "filePath": "src/widgets/ProductRecommendations/hooks.test.js",
- "line": 98,
+ "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
+ "line": 79,
"column": 6,
- "index": 2670
+ "index": 2487
},
{
- "filePath": "src/widgets/ProductRecommendations/hooks.test.js",
- "line": 107,
+ "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "line": 186,
"column": 6,
- "index": 2989
+ "index": 6425
}
],
- "breakpoints": [
+ "Collapsible.Visible": [
{
- "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.js",
- "line": 5,
- "column": 17,
- "index": 156
+ "filePath": "src/components/FilterBar.jsx",
+ "line": 117,
+ "column": 8,
+ "index": 3433
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.js",
- "line": 5,
- "column": 56,
- "index": 195
+ "filePath": "src/components/FilterBar.jsx",
+ "line": 120,
+ "column": 8,
+ "index": 3535
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
- "line": 8,
- "column": 7,
- "index": 294
+ "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
+ "line": 85,
+ "column": 8,
+ "index": 2730
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
- "line": 9,
- "column": 9,
- "index": 335
+ "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
+ "line": 88,
+ "column": 8,
+ "index": 2832
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
- "line": 10,
+ "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "line": 198,
"column": 10,
- "index": 378
- },
- {
- "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
- "line": 11,
- "column": 9,
- "index": 420
- },
- {
- "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
- "line": 14,
- "column": 43,
- "index": 515
- },
- {
- "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
- "line": 16,
- "column": 43,
- "index": 638
- },
- {
- "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
- "line": 18,
- "column": 43,
- "index": 761
+ "index": 6924
},
{
- "filePath": "src/containers/CourseCard/hooks.js",
- "line": 7,
- "column": 17,
- "index": 247
- },
+ "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "line": 201,
+ "column": 10,
+ "index": 7032
+ }
+ ],
+ "Icon": [
{
- "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
- "line": 46,
- "column": 27,
- "index": 974
+ "filePath": "src/components/FilterBar.jsx",
+ "line": 118,
+ "column": 10,
+ "index": 3476
},
{
- "filePath": "src/containers/CourseFilterControls/CourseFilterControls.test.jsx",
- "line": 41,
- "column": 49,
- "index": 1283
+ "filePath": "src/components/FilterBar.jsx",
+ "line": 121,
+ "column": 10,
+ "index": 3576
},
{
- "filePath": "src/containers/CourseFilterControls/CourseFilterControls.test.jsx",
- "line": 48,
- "column": 49,
- "index": 1553
+ "filePath": "src/components/PostHelpPanel.jsx",
+ "line": 24,
+ "column": 18,
+ "index": 776
},
{
- "filePath": "src/containers/CourseFilterControls/CourseFilterControls.test.jsx",
- "line": 55,
- "column": 49,
- "index": 1834
+ "filePath": "src/components/PostHelpPanel.jsx",
+ "line": 42,
+ "column": 20,
+ "index": 1390
},
{
- "filePath": "src/containers/CoursesPanel/CourseList/hooks.js",
- "line": 5,
- "column": 17,
- "index": 156
+ "filePath": "src/components/PostPreviewPanel.jsx",
+ "line": 29,
+ "column": 20,
+ "index": 958
},
{
- "filePath": "src/containers/Dashboard/hooks.js",
- "line": 31,
- "column": 34,
- "index": 1002
+ "filePath": "src/components/Search.jsx",
+ "line": 85,
+ "column": 8,
+ "index": 2781
},
{
- "filePath": "src/containers/Dashboard/hooks.test.js",
- "line": 28,
- "column": 0,
- "index": 650
+ "filePath": "src/components/SearchInfo.jsx",
+ "line": 23,
+ "column": 6,
+ "index": 551
},
{
- "filePath": "src/containers/LearnerDashboardHeader/hooks.js",
- "line": 15,
- "column": 52,
- "index": 470
+ "filePath": "src/components/TopicStats.jsx",
+ "line": 43,
+ "column": 10,
+ "index": 1449
},
{
- "filePath": "src/containers/LearnerDashboardHeader/hooks.test.js",
- "line": 33,
- "column": 49,
- "index": 786
+ "filePath": "src/components/TopicStats.jsx",
+ "line": 61,
+ "column": 10,
+ "index": 2052
},
{
- "filePath": "src/containers/LearnerDashboardHeader/hooks.test.js",
- "line": 37,
- "column": 49,
- "index": 971
+ "filePath": "src/components/TopicStats.jsx",
+ "line": 87,
+ "column": 12,
+ "index": 3009
},
{
- "filePath": "src/ExperimentContext.jsx",
- "line": 38,
- "column": 27,
- "index": 1173
+ "filePath": "src/discussions/common/ActionsDropdown.jsx",
+ "line": 68,
+ "column": 16,
+ "index": 1866
},
{
- "filePath": "src/widgets/ProductRecommendations/hooks.js",
- "line": 24,
- "column": 17,
- "index": 963
- }
- ],
- "Button": [
- {
- "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/index.jsx",
- "line": 9,
- "column": 4,
- "index": 202
+ "filePath": "src/discussions/common/ActionsDropdown.jsx",
+ "line": 99,
+ "column": 18,
+ "index": 2965
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/views/components/CreditContent.jsx",
- "line": 14,
- "column": 8,
- "index": 404
+ "filePath": "src/discussions/common/AuthorLabel.jsx",
+ "line": 64,
+ "column": 10,
+ "index": 2239
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/views/components/CreditRequestForm/index.jsx",
- "line": 29,
- "column": 6,
- "index": 695
+ "filePath": "src/discussions/common/EndorsedAlertBanner.jsx",
+ "line": 39,
+ "column": 12,
+ "index": 1319
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardBanners/EntitlementBanner.jsx",
- "line": 45,
- "column": 12,
- "index": 1300
+ "filePath": "src/discussions/common/HoverCard.jsx",
+ "line": 72,
+ "column": 22,
+ "index": 2278
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardDetails/index.jsx",
- "line": 30,
- "column": 10,
- "index": 738
+ "filePath": "src/discussions/common/HoverCard.jsx",
+ "line": 87,
+ "column": 18,
+ "index": 2807
},
{
- "filePath": "src/containers/CourseCard/components/RelatedProgramsBadge/index.jsx",
- "line": 22,
- "column": 6,
- "index": 567
+ "filePath": "src/discussions/common/HoverCard.jsx",
+ "line": 102,
+ "column": 20,
+ "index": 3237
},
{
- "filePath": "src/containers/CourseFilterControls/ActiveCourseFilters.jsx",
- "line": 29,
- "column": 6,
- "index": 775
+ "filePath": "src/discussions/in-context-topics/components/BackButton.jsx",
+ "line": 22,
+ "column": 18,
+ "index": 602
},
{
- "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
+ "filePath": "src/discussions/in-context-topics/topic-search/TopicSearchBar.jsx",
"line": 50,
- "column": 6,
- "index": 1058
+ "column": 8,
+ "index": 1478
},
{
- "filePath": "src/containers/CoursesPanel/NoCoursesView/index.jsx",
- "line": 28,
- "column": 6,
- "index": 906
+ "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
+ "line": 33,
+ "column": 4,
+ "index": 1182
},
{
- "filePath": "src/containers/EmailSettingsModal/index.jsx",
- "line": 43,
+ "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
+ "line": 86,
"column": 10,
- "index": 1029
+ "index": 2773
},
{
- "filePath": "src/containers/EmailSettingsModal/index.jsx",
- "line": 46,
+ "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
+ "line": 89,
"column": 10,
- "index": 1156
+ "index": 2873
},
{
- "filePath": "src/containers/EnterpriseDashboardModal/index.jsx",
- "line": 46,
+ "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
+ "line": 37,
"column": 10,
- "index": 1096
+ "index": 1373
},
{
- "filePath": "src/containers/EnterpriseDashboardModal/index.jsx",
- "line": 49,
+ "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
+ "line": 53,
"column": 10,
- "index": 1244
+ "index": 1918
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
- "line": 32,
- "column": 6,
- "index": 965
+ "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
+ "line": 81,
+ "column": 12,
+ "index": 2940
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
- "line": 35,
- "column": 6,
- "index": 1079
+ "filePath": "src/discussions/learners/LearnerPostsView.jsx",
+ "line": 83,
+ "column": 18,
+ "index": 2816
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
- "line": 38,
- "column": 6,
- "index": 1211
+ "filePath": "src/discussions/post-comments/PostCommentsView.jsx",
+ "line": 106,
+ "column": 20,
+ "index": 3393
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
- "line": 46,
- "column": 6,
- "index": 1430
+ "filePath": "src/discussions/posts/post-actions-bar/PostActionsBar.jsx",
+ "line": 75,
+ "column": 22,
+ "index": 2888
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
- "line": 52,
- "column": 12,
- "index": 1639
+ "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "line": 47,
+ "column": 4,
+ "index": 1632
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
- "line": 57,
+ "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "line": 199,
"column": 12,
- "index": 1857
- },
- {
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
- "line": 64,
- "column": 10,
- "index": 2134
- },
- {
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
- "line": 71,
- "column": 10,
- "index": 2368
+ "index": 6969
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
- "line": 79,
+ "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "line": 202,
"column": 12,
- "index": 2635
- },
- {
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
- "line": 87,
- "column": 10,
- "index": 2867
+ "index": 7075
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx",
- "line": 36,
- "column": 12,
- "index": 926
+ "filePath": "src/discussions/posts/post/LikeButton.jsx",
+ "line": 37,
+ "column": 18,
+ "index": 1022
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx",
- "line": 62,
- "column": 10,
- "index": 1686
+ "filePath": "src/discussions/posts/post/PostFooter.jsx",
+ "line": 59,
+ "column": 20,
+ "index": 1608
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/index.jsx",
- "line": 33,
- "column": 8,
- "index": 988
+ "filePath": "src/discussions/posts/post/PostFooter.jsx",
+ "line": 74,
+ "column": 14,
+ "index": 2136
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/index.jsx",
- "line": 41,
- "column": 8,
- "index": 1185
+ "filePath": "src/discussions/posts/post/PostFooter.jsx",
+ "line": 93,
+ "column": 12,
+ "index": 2644
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/index.jsx",
- "line": 49,
+ "filePath": "src/discussions/posts/post/PostHeader.jsx",
+ "line": 43,
"column": 8,
- "index": 1388
+ "index": 1319
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/index.jsx",
- "line": 59,
- "column": 8,
- "index": 1690
+ "filePath": "src/discussions/posts/post/PostLink.jsx",
+ "line": 103,
+ "column": 16,
+ "index": 3799
},
{
- "filePath": "src/containers/SelectSessionModal/index.jsx",
- "line": 66,
- "column": 8,
- "index": 1709
+ "filePath": "src/discussions/posts/post/PostLink.jsx",
+ "line": 122,
+ "column": 16,
+ "index": 4570
},
{
- "filePath": "src/containers/SelectSessionModal/index.jsx",
- "line": 69,
- "column": 8,
- "index": 1837
+ "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
+ "line": 47,
+ "column": 10,
+ "index": 1333
},
{
- "filePath": "src/containers/UnenrollConfirmModal/components/ConfirmPane.jsx",
- "line": 21,
+ "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
+ "line": 63,
"column": 8,
- "index": 423
+ "index": 1951
},
{
- "filePath": "src/containers/UnenrollConfirmModal/components/ConfirmPane.jsx",
- "line": 24,
- "column": 8,
- "index": 549
+ "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
+ "line": 79,
+ "column": 12,
+ "index": 2616
},
{
- "filePath": "src/containers/UnenrollConfirmModal/components/FinishedPane.jsx",
- "line": 25,
- "column": 8,
- "index": 552
+ "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
+ "line": 102,
+ "column": 14,
+ "index": 3586
},
{
- "filePath": "src/containers/UnenrollConfirmModal/components/ReasonPane.jsx",
- "line": 40,
- "column": 8,
- "index": 1005
+ "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
+ "line": 73,
+ "column": 16,
+ "index": 3118
},
{
- "filePath": "src/containers/UnenrollConfirmModal/components/ReasonPane.jsx",
- "line": 43,
- "column": 8,
- "index": 1134
+ "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
+ "line": 91,
+ "column": 16,
+ "index": 3839
},
{
- "filePath": "src/widgets/RecommendationsPanel/LoadedView.jsx",
- "line": 38,
- "column": 8,
- "index": 1103
+ "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
+ "line": 117,
+ "column": 18,
+ "index": 4954
}
],
- "ActionRow": [
+ "Tune": [
{
- "filePath": "src/containers/CourseCard/components/CourseCardActions/index.jsx",
- "line": 24,
- "column": 4,
- "index": 727
+ "filePath": "src/components/FilterBar.jsx",
+ "line": 118,
+ "column": 21,
+ "index": 3487
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/views/components/CreditContent.jsx",
- "line": 13,
- "column": 6,
- "index": 367
+ "filePath": "src/components/FilterBar.jsx",
+ "line": 121,
+ "column": 21,
+ "index": 3587
},
{
- "filePath": "src/containers/EmailSettingsModal/index.jsx",
- "line": 42,
- "column": 8,
- "index": 1007
+ "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
+ "line": 86,
+ "column": 21,
+ "index": 2784
},
{
- "filePath": "src/containers/EnterpriseDashboardModal/index.jsx",
- "line": 45,
- "column": 8,
- "index": 1074
+ "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
+ "line": 89,
+ "column": 21,
+ "index": 2884
},
{
- "filePath": "src/containers/SelectSessionModal/index.jsx",
- "line": 65,
- "column": 6,
- "index": 1689
+ "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "line": 199,
+ "column": 23,
+ "index": 6980
},
{
- "filePath": "src/containers/UnenrollConfirmModal/components/ConfirmPane.jsx",
- "line": 20,
+ "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "line": 202,
+ "column": 23,
+ "index": 7086
+ }
+ ],
+ "Collapsible.Body": [
+ {
+ "filePath": "src/components/FilterBar.jsx",
+ "line": 124,
"column": 6,
- "index": 403
+ "index": 3662
},
{
- "filePath": "src/containers/UnenrollConfirmModal/components/FinishedPane.jsx",
- "line": 24,
+ "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
+ "line": 92,
"column": 6,
- "index": 532
+ "index": 2959
},
{
- "filePath": "src/containers/UnenrollConfirmModal/components/ReasonPane.jsx",
- "line": 39,
+ "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "line": 206,
"column": 6,
- "index": 985
- }
- ],
- "Locked": [
- {
- "filePath": "src/containers/CourseCard/components/CourseCardActions/UpgradeButton.jsx",
- "line": 33,
- "column": 18,
- "index": 854
+ "index": 7179
}
],
- "MailtoLink": [
+ "Form": [
{
- "filePath": "src/containers/CourseCard/components/CourseCardBanners/CertificateBanner.jsx",
- "line": 29,
- "column": 31,
- "index": 1025
+ "filePath": "src/components/FilterBar.jsx",
+ "line": 125,
+ "column": 8,
+ "index": 3733
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/index.jsx",
- "line": 20,
- "column": 28,
- "index": 551
+ "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
+ "line": 93,
+ "column": 8,
+ "index": 3030
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/index.test.jsx",
- "line": 54,
- "column": 29,
- "index": 1743
+ "filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx",
+ "line": 151,
+ "column": 8,
+ "index": 5190
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardBanners/EntitlementBanner.jsx",
- "line": 34,
- "column": 37,
- "index": 985
- }
- ],
- "CheckCircle": [
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
+ "line": 244,
+ "column": 6,
+ "index": 8918
+ },
{
- "filePath": "src/containers/CourseCard/components/CourseCardBanners/CertificateBanner.jsx",
- "line": 42,
- "column": 38,
- "index": 1644
+ "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "line": 207,
+ "column": 8,
+ "index": 7250
}
],
- "Hyperlink": [
+ "Form.RadioSet": [
{
- "filePath": "src/containers/CourseCard/components/CourseCardBanners/CertificateBanner.jsx",
- "line": 47,
- "column": 12,
- "index": 1787
+ "filePath": "src/components/FilterBar.jsx",
+ "line": 128,
+ "column": 14,
+ "index": 3865
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardBanners/CertificateBanner.jsx",
- "line": 68,
- "column": 10,
- "index": 2310
+ "filePath": "src/components/FilterBar.jsx",
+ "line": 162,
+ "column": 18,
+ "index": 5203
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardBanners/CourseBanner.jsx",
- "line": 39,
+ "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
+ "line": 95,
"column": 12,
- "index": 1130
- },
- {
- "filePath": "src/containers/CourseCard/components/CourseCardBanners/CourseBanner.jsx",
- "line": 49,
- "column": 10,
- "index": 1430
+ "index": 3122
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/views/components/ProviderLink.jsx",
- "line": 11,
- "column": 4,
- "index": 292
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
+ "line": 250,
+ "column": 8,
+ "index": 9220
},
{
- "filePath": "src/widgets/LookingForChallengeWidget/index.jsx",
- "line": 31,
- "column": 10,
- "index": 1022
+ "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "line": 152,
+ "column": 12,
+ "index": 5358
},
{
- "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx",
- "line": 53,
- "column": 10,
- "index": 1379
+ "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "line": 209,
+ "column": 12,
+ "index": 7342
},
{
- "filePath": "src/widgets/ProductRecommendations/components/ProductCardHeader.jsx",
- "line": 52,
- "column": 6,
- "index": 1724
+ "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "line": 234,
+ "column": 12,
+ "index": 8322
},
{
- "filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx",
- "line": 15,
- "column": 4,
- "index": 435
+ "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "line": 281,
+ "column": 12,
+ "index": 10241
}
],
- "Form": [
+ "Spinner": [
{
- "filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/views/components/CreditRequestForm/index.jsx",
- "line": 15,
- "column": 4,
- "index": 398
+ "filePath": "src/components/FilterBar.jsx",
+ "line": 158,
+ "column": 18,
+ "index": 5028
},
{
- "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
- "line": 59,
- "column": 6,
- "index": 1275
+ "filePath": "src/components/Spinner.jsx",
+ "line": 7,
+ "column": 4,
+ "index": 179
},
{
- "filePath": "src/containers/MasqueradeBar/index.jsx",
- "line": 40,
- "column": 6,
- "index": 909
- }
- ],
- "FormControl": [
- {
- "filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/views/components/CreditRequestForm/index.jsx",
- "line": 22,
- "column": 8,
- "index": 556
+ "filePath": "src/discussions/in-context-topics/components/BackButton.jsx",
+ "line": 29,
+ "column": 21,
+ "index": 888
},
{
- "filePath": "src/containers/MasqueradeBar/index.jsx",
- "line": 62,
- "column": 14,
- "index": 1728
- }
- ],
- "Program": [
- {
- "filePath": "src/containers/CourseCard/components/CourseCardBanners/RelatedProgramsBanner/index.jsx",
- "line": 24,
+ "filePath": "src/discussions/in-context-topics/TopicPostsView.jsx",
+ "line": 98,
"column": 12,
- "index": 577
+ "index": 3854
},
{
- "filePath": "src/containers/CourseCard/components/RelatedProgramsBadge/index.jsx",
- "line": 29,
- "column": 19,
- "index": 801
+ "filePath": "src/discussions/in-context-topics/TopicsView.jsx",
+ "line": 65,
+ "column": 10,
+ "index": 2326
},
{
- "filePath": "src/containers/RelatedProgramsModal/components/ProgramCard.jsx",
- "line": 45,
- "column": 21,
- "index": 1307
- }
- ],
- "Badge": [
+ "filePath": "src/discussions/learners/LearnerPostsView.jsx",
+ "line": 102,
+ "column": 12,
+ "index": 3757
+ },
{
- "filePath": "src/containers/CourseCard/components/CourseCardImage.jsx",
- "line": 37,
+ "filePath": "src/discussions/learners/LearnersView.jsx",
+ "line": 83,
"column": 12,
- "index": 1330
+ "index": 2818
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
- "line": 59,
- "column": 14,
- "index": 1967
+ "filePath": "src/discussions/post-comments/comments/CommentsView.jsx",
+ "line": 84,
+ "column": 8,
+ "index": 2813
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 50,
- "column": 14,
- "index": 1836
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
+ "line": 189,
+ "column": 10,
+ "index": 7600
},
{
- "filePath": "src/containers/RelatedProgramsModal/components/ProgramCard.jsx",
- "line": 44,
- "column": 8,
- "index": 1231
+ "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "line": 148,
+ "column": 12,
+ "index": 5207
},
{
- "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx",
- "line": 81,
+ "filePath": "src/discussions/posts/PostsList.jsx",
+ "line": 89,
"column": 10,
- "index": 2157
+ "index": 3268
}
],
- "Dropdown": [
- {
- "filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
- "line": 42,
- "column": 6,
- "index": 1281
- },
+ "TransitionReplace": [
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 19,
- "column": 6,
- "index": 591
+ "filePath": "src/components/FormikErrorFeedback.jsx",
+ "line": 13,
+ "column": 4,
+ "index": 372
}
],
- "Dropdown.Toggle": [
+ "Dropdown": [
{
- "filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
+ "filePath": "src/components/NavigationBar/tabs/Tabs.jsx",
"line": 43,
- "column": 8,
- "index": 1332
- },
- {
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 20,
- "column": 8,
- "index": 640
+ "column": 10,
+ "index": 1565
}
],
- "IconButton": [
- {
- "filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
- "line": 45,
- "column": 14,
- "index": 1414
- },
+ "Dropdown.Toggle": [
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/index.jsx",
- "line": 23,
- "column": 10,
- "index": 723
+ "filePath": "src/components/NavigationBar/tabs/Tabs.jsx",
+ "line": 44,
+ "column": 12,
+ "index": 1606
}
],
- "MoreVert": [
+ "Dropdown.Menu": [
{
- "filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
- "line": 46,
- "column": 15,
- "index": 1441
+ "filePath": "src/components/NavigationBar/tabs/Tabs.jsx",
+ "line": 51,
+ "column": 12,
+ "index": 1988
}
],
- "Icon": [
+ "useWindowSize": [
{
- "filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
- "line": 47,
- "column": 18,
- "index": 1469
+ "filePath": "src/components/NavigationBar/tabs/useIndexOfLastVisibleChild.js",
+ "line": 38,
+ "column": 21,
+ "index": 1683
},
{
- "filePath": "src/containers/CourseCard/components/RelatedProgramsBadge/index.jsx",
- "line": 29,
- "column": 8,
- "index": 790
+ "filePath": "src/discussions/data/hooks.js",
+ "line": 132,
+ "column": 21,
+ "index": 4712
},
{
- "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
- "line": 80,
- "column": 18,
- "index": 2035
+ "filePath": "src/discussions/data/hooks.js",
+ "line": 137,
+ "column": 21,
+ "index": 4845
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/index.jsx",
- "line": 27,
- "column": 20,
- "index": 845
+ "filePath": "src/discussions/data/hooks.js",
+ "line": 142,
+ "column": 21,
+ "index": 4980
},
{
- "filePath": "src/containers/MasqueradeBar/index.jsx",
- "line": 44,
- "column": 14,
- "index": 1069
- },
+ "filePath": "src/discussions/discussions-home/DiscussionSidebar.jsx",
+ "line": 37,
+ "column": 35,
+ "index": 1634
+ }
+ ],
+ "IconButtonWithTooltip": [
{
- "filePath": "src/containers/MasqueradeBar/index.jsx",
- "line": 58,
- "column": 14,
- "index": 1523
- },
+ "filePath": "src/components/PostHelpPanel.jsx",
+ "line": 19,
+ "column": 8,
+ "index": 510
+ }
+ ],
+ "HelpOutline": [
{
- "filePath": "src/containers/RelatedProgramsModal/components/ProgramCard.jsx",
- "line": 45,
- "column": 10,
- "index": 1296
+ "filePath": "src/components/PostHelpPanel.jsx",
+ "line": 23,
+ "column": 15,
+ "index": 745
},
{
- "filePath": "src/widgets/LookingForChallengeWidget/index.jsx",
- "line": 15,
- "column": 26,
- "index": 488
+ "filePath": "src/components/TopicStats.jsx",
+ "line": 61,
+ "column": 21,
+ "index": 2063
},
{
- "filePath": "src/widgets/ProductRecommendations/components/ProductCardHeader.jsx",
- "line": 63,
- "column": 10,
- "index": 2105
+ "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
+ "line": 91,
+ "column": 27,
+ "index": 3850
}
],
- "Dropdown.Menu": [
+ "IconButton": [
{
- "filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
- "line": 51,
- "column": 8,
- "index": 1574
+ "filePath": "src/components/PostHelpPanel.jsx",
+ "line": 38,
+ "column": 10,
+ "index": 1225
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 31,
- "column": 8,
- "index": 966
- }
- ],
- "Dropdown.Item": [
+ "filePath": "src/components/PostPreviewPanel.jsx",
+ "line": 25,
+ "column": 10,
+ "index": 790
+ },
{
- "filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
- "line": 53,
+ "filePath": "src/discussions/common/ActionsDropdown.jsx",
+ "line": 64,
+ "column": 6,
+ "index": 1728
+ },
+ {
+ "filePath": "src/discussions/common/HoverCard.jsx",
+ "line": 70,
"column": 12,
- "index": 1641
+ "index": 2206
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardMenu/SocialShareMenu.jsx",
- "line": 36,
+ "filePath": "src/discussions/common/HoverCard.jsx",
+ "line": 85,
"column": 8,
- "index": 1163
+ "index": 2722
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 35,
- "column": 14,
- "index": 1193
+ "filePath": "src/discussions/common/HoverCard.jsx",
+ "line": 100,
+ "column": 10,
+ "index": 3150
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 39,
- "column": 16,
- "index": 1396
+ "filePath": "src/discussions/in-context-topics/components/BackButton.jsx",
+ "line": 20,
+ "column": 8,
+ "index": 546
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 48,
- "column": 12,
- "index": 1719
+ "filePath": "src/discussions/learners/LearnerPostsView.jsx",
+ "line": 81,
+ "column": 8,
+ "index": 2760
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 55,
+ "filePath": "src/discussions/post-comments/PostCommentsView.jsx",
+ "line": 104,
"column": 10,
- "index": 2010
+ "index": 3333
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 58,
- "column": 10,
- "index": 2185
+ "filePath": "src/discussions/posts/post-actions-bar/PostActionsBar.jsx",
+ "line": 72,
+ "column": 12,
+ "index": 2804
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 62,
- "column": 12,
- "index": 2372
+ "filePath": "src/discussions/posts/post/LikeButton.jsx",
+ "line": 32,
+ "column": 8,
+ "index": 834
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 67,
+ "filePath": "src/discussions/posts/post/PostFooter.jsx",
+ "line": 52,
"column": 10,
- "index": 2561
+ "index": 1338
}
],
- "Card": [
- {
- "filePath": "src/containers/CourseCard/index.jsx",
- "line": 23,
- "column": 6,
- "index": 793
- },
- {
- "filePath": "src/containers/RelatedProgramsModal/components/ProgramCard.jsx",
- "line": 25,
- "column": 4,
- "index": 604
- },
+ "Close": [
{
- "filePath": "src/widgets/LookingForChallengeWidget/index.jsx",
- "line": 21,
- "column": 4,
- "index": 707
+ "filePath": "src/components/PostHelpPanel.jsx",
+ "line": 41,
+ "column": 17,
+ "index": 1363
},
{
- "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx",
- "line": 51,
- "column": 4,
- "index": 1307
+ "filePath": "src/components/PostPreviewPanel.jsx",
+ "line": 28,
+ "column": 17,
+ "index": 931
},
{
- "filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx",
- "line": 20,
- "column": 6,
- "index": 561
+ "filePath": "src/discussions/posts/post-actions-bar/PostActionsBar.jsx",
+ "line": 73,
+ "column": 19,
+ "index": 2835
}
],
- "Card.Body": [
+ "Hyperlink": [
{
- "filePath": "src/containers/CourseCard/index.jsx",
- "line": 27,
+ "filePath": "src/components/PostHelpPanel.jsx",
+ "line": 51,
"column": 12,
- "index": 1025
+ "index": 1802
},
{
- "filePath": "src/widgets/LookingForChallengeWidget/index.jsx",
- "line": 26,
- "column": 6,
- "index": 874
+ "filePath": "src/components/PostHelpPanel.jsx",
+ "line": 59,
+ "column": 12,
+ "index": 2161
},
{
- "filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx",
- "line": 26,
+ "filePath": "src/discussions/posts/post/Post.jsx",
+ "line": 197,
"column": 10,
- "index": 860
+ "index": 7995
}
],
- "Card.Header": [
+ "Button": [
{
- "filePath": "src/containers/CourseCard/index.jsx",
- "line": 28,
- "column": 14,
- "index": 1051
+ "filePath": "src/components/PostPreviewPanel.jsx",
+ "line": 48,
+ "column": 10,
+ "index": 1500
},
{
- "filePath": "src/containers/RelatedProgramsModal/components/ProgramCard.jsx",
- "line": 39,
+ "filePath": "src/components/SearchInfo.jsx",
+ "line": 24,
"column": 6,
- "index": 1076
+ "index": 637
},
{
- "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx",
- "line": 66,
+ "filePath": "src/components/SearchInfo.jsx",
+ "line": 38,
"column": 6,
- "index": 1701
- }
- ],
- "Card.Section": [
+ "index": 1188
+ },
{
- "filePath": "src/containers/CourseCard/index.jsx",
- "line": 32,
- "column": 14,
- "index": 1216
+ "filePath": "src/components/TinyMCEEditor.jsx",
+ "line": 167,
+ "column": 12,
+ "index": 5775
},
{
- "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx",
- "line": 79,
- "column": 6,
- "index": 2074
+ "filePath": "src/discussions/common/ActionsDropdown.jsx",
+ "line": 89,
+ "column": 22,
+ "index": 2594
},
{
- "filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx",
- "line": 27,
- "column": 12,
- "index": 922
- }
- ],
- "Card.Footer": [
+ "filePath": "src/discussions/common/Confirmation.jsx",
+ "line": 37,
+ "column": 10,
+ "index": 951
+ },
{
- "filePath": "src/containers/CourseCard/index.jsx",
- "line": 35,
- "column": 14,
- "index": 1346
- }
- ],
- "Chip": [
+ "filePath": "src/discussions/common/HoverCard.jsx",
+ "line": 46,
+ "column": 10,
+ "index": 1442
+ },
{
- "filePath": "src/containers/CourseFilterControls/ActiveCourseFilters.jsx",
- "line": 21,
+ "filePath": "src/discussions/content-unavailable/ContentUnavailable.jsx",
+ "line": 38,
"column": 8,
- "index": 580
+ "index": 1598
},
{
- "filePath": "src/containers/MasqueradeBar/index.jsx",
- "line": 47,
+ "filePath": "src/discussions/empty-posts/EmptyPage.jsx",
+ "line": 28,
+ "column": 10,
+ "index": 788
+ },
+ {
+ "filePath": "src/discussions/learners/LearnerPostsView.jsx",
+ "line": 106,
"column": 12,
- "index": 1184
- }
- ],
- "CloseSmall": [
+ "index": 3929
+ },
{
- "filePath": "src/containers/CourseFilterControls/ActiveCourseFilters.jsx",
- "line": 23,
- "column": 21,
- "index": 630
- }
- ],
- "Form.Checkbox": [
+ "filePath": "src/discussions/learners/LearnersView.jsx",
+ "line": 87,
+ "column": 12,
+ "index": 2990
+ },
{
- "filePath": "src/containers/CourseFilterControls/components/Checkbox.jsx",
- "line": 12,
- "column": 4,
- "index": 297
- }
- ],
- "Form.Group": [
+ "filePath": "src/discussions/post-comments/comments/comment/Comment.jsx",
+ "line": 248,
+ "column": 12,
+ "index": 8914
+ },
{
- "filePath": "src/containers/CourseFilterControls/components/FilterForm.jsx",
- "line": 26,
- "column": 4,
- "index": 558
+ "filePath": "src/discussions/post-comments/comments/comment/Comment.jsx",
+ "line": 269,
+ "column": 16,
+ "index": 9741
},
{
- "filePath": "src/containers/SelectSessionModal/index.jsx",
- "line": 45,
- "column": 6,
- "index": 960
- }
- ],
- "Form.CheckboxSet": [
+ "filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx",
+ "line": 206,
+ "column": 12,
+ "index": 7229
+ },
{
- "filePath": "src/containers/CourseFilterControls/components/FilterForm.jsx",
- "line": 28,
- "column": 6,
- "index": 670
- }
- ],
- "Form.RadioSet": [
+ "filePath": "src/discussions/post-comments/comments/CommentsSort.jsx",
+ "line": 46,
+ "column": 8,
+ "index": 1350
+ },
{
- "filePath": "src/containers/CourseFilterControls/components/SortForm.jsx",
- "line": 19,
- "column": 6,
- "index": 459
+ "filePath": "src/discussions/post-comments/comments/CommentsSort.jsx",
+ "line": 71,
+ "column": 18,
+ "index": 2125
},
{
- "filePath": "src/containers/SelectSessionModal/index.jsx",
- "line": 47,
- "column": 8,
- "index": 1038
+ "filePath": "src/discussions/post-comments/comments/CommentsSort.jsx",
+ "line": 83,
+ "column": 18,
+ "index": 2548
},
{
- "filePath": "src/containers/UnenrollConfirmModal/components/ReasonPane.jsx",
- "line": 26,
+ "filePath": "src/discussions/post-comments/comments/CommentsView.jsx",
+ "line": 72,
"column": 6,
- "index": 563
- }
- ],
- "Form.Radio": [
+ "index": 2403
+ },
{
- "filePath": "src/containers/CourseFilterControls/components/SortForm.jsx",
- "line": 24,
- "column": 8,
- "index": 569
+ "filePath": "src/discussions/post-comments/comments/CommentsView.jsx",
+ "line": 91,
+ "column": 11,
+ "index": 3132
},
{
- "filePath": "src/containers/CourseFilterControls/components/SortForm.jsx",
- "line": 27,
- "column": 8,
- "index": 708
+ "filePath": "src/discussions/post-comments/PostCommentsView.jsx",
+ "line": 91,
+ "column": 14,
+ "index": 2836
},
{
- "filePath": "src/containers/SelectSessionModal/index.jsx",
- "line": 54,
- "column": 12,
- "index": 1253
+ "filePath": "src/discussions/posts/post-actions-bar/PostActionsBar.jsx",
+ "line": 55,
+ "column": 10,
+ "index": 2152
},
{
- "filePath": "src/containers/SelectSessionModal/index.jsx",
- "line": 59,
- "column": 12,
- "index": 1506
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
+ "line": 451,
+ "column": 10,
+ "index": 16738
},
{
- "filePath": "src/containers/UnenrollConfirmModal/components/ReasonPane.jsx",
- "line": 19,
- "column": 4,
- "index": 379
+ "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
+ "line": 84,
+ "column": 10,
+ "index": 2576
},
{
- "filePath": "src/containers/UnenrollConfirmModal/components/ReasonPane.jsx",
- "line": 32,
- "column": 8,
- "index": 733
+ "filePath": "src/discussions/posts/PostsList.jsx",
+ "line": 93,
+ "column": 10,
+ "index": 3432
}
],
- "Tune": [
+ "SearchField.Advanced": [
{
- "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
- "line": 53,
- "column": 20,
- "index": 1144
- }
- ],
- "Sheet": [
+ "filePath": "src/components/Search.jsx",
+ "line": 73,
+ "column": 4,
+ "index": 2388
+ },
{
- "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
- "line": 62,
- "column": 12,
- "index": 1326
+ "filePath": "src/discussions/in-context-topics/topic-search/TopicSearchBar.jsx",
+ "line": 38,
+ "column": 4,
+ "index": 1085
}
],
- "ModalCloseButton": [
+ "SearchField.Label": [
{
- "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
+ "filePath": "src/components/Search.jsx",
"line": 79,
- "column": 16,
- "index": 1963
- }
- ],
- "Close": [
- {
- "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
- "line": 80,
- "column": 29,
- "index": 2046
+ "column": 6,
+ "index": 2525
},
{
- "filePath": "src/containers/MasqueradeBar/index.jsx",
- "line": 49,
- "column": 25,
- "index": 1257
- }
- ],
- "ModalPopup": [
- {
- "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
- "line": 85,
- "column": 12,
- "index": 2162
+ "filePath": "src/discussions/in-context-topics/topic-search/TopicSearchBar.jsx",
+ "line": 44,
+ "column": 6,
+ "index": 1221
}
],
- "useToggle": [
- {
- "filePath": "src/containers/CourseFilterControls/hooks.js",
- "line": 25,
- "column": 44,
- "index": 771
- },
+ "SearchField.Input": [
{
- "filePath": "src/containers/CourseFilterControls/hooks.test.js",
- "line": 48,
+ "filePath": "src/components/Search.jsx",
+ "line": 80,
"column": 6,
- "index": 1055
+ "index": 2553
},
{
- "filePath": "src/containers/CourseFilterControls/hooks.test.js",
- "line": 75,
+ "filePath": "src/discussions/in-context-topics/topic-search/TopicSearchBar.jsx",
+ "line": 45,
"column": 6,
- "index": 1916
- }
- ],
- "Pagination": [
- {
- "filePath": "src/containers/CoursesPanel/CourseList/index.jsx",
- "line": 28,
- "column": 10,
- "index": 798
+ "index": 1249
}
],
- "Image": [
+ "SearchIcon": [
{
- "filePath": "src/containers/CoursesPanel/NoCoursesView/index.jsx",
- "line": 21,
- "column": 6,
- "index": 670
+ "filePath": "src/components/Search.jsx",
+ "line": 86,
+ "column": 15,
+ "index": 2802
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx",
- "line": 54,
- "column": 12,
- "index": 1457
+ "filePath": "src/discussions/in-context-topics/topic-search/TopicSearchBar.jsx",
+ "line": 51,
+ "column": 15,
+ "index": 1499
}
],
"Search": [
{
- "filePath": "src/containers/CoursesPanel/NoCoursesView/index.jsx",
- "line": 32,
- "column": 20,
- "index": 1016
- },
+ "filePath": "src/components/SearchInfo.jsx",
+ "line": 23,
+ "column": 17,
+ "index": 562
+ }
+ ],
+ "AlertModal": [
{
- "filePath": "src/widgets/RecommendationsPanel/LoadedView.jsx",
- "line": 40,
- "column": 22,
- "index": 1162
+ "filePath": "src/components/TinyMCEEditor.jsx",
+ "line": 160,
+ "column": 6,
+ "index": 5556
}
],
- "Container": [
+ "ActionRow": [
{
- "filePath": "src/containers/Dashboard/DashboardLayout.jsx",
- "line": 38,
- "column": 4,
- "index": 871
+ "filePath": "src/components/TinyMCEEditor.jsx",
+ "line": 166,
+ "column": 10,
+ "index": 5751
},
{
- "filePath": "src/containers/RelatedProgramsModal/index.jsx",
- "line": 42,
+ "filePath": "src/discussions/common/Confirmation.jsx",
+ "line": 33,
"column": 8,
- "index": 1295
+ "index": 765
},
{
- "filePath": "src/widgets/ProductRecommendations/components/LoadedView.jsx",
- "line": 25,
- "column": 4,
- "index": 935
+ "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
+ "line": 80,
+ "column": 8,
+ "index": 2392
}
],
- "Row": [
+ "OverlayTrigger": [
{
- "filePath": "src/containers/Dashboard/DashboardLayout.jsx",
- "line": 39,
+ "filePath": "src/components/TopicStats.jsx",
+ "line": 29,
"column": 6,
- "index": 905
+ "index": 979
},
{
- "filePath": "src/containers/Dashboard/DashboardLayout.jsx",
- "line": 48,
+ "filePath": "src/components/TopicStats.jsx",
+ "line": 47,
"column": 6,
- "index": 1256
+ "index": 1590
},
{
- "filePath": "src/containers/RelatedProgramsModal/index.jsx",
- "line": 43,
- "column": 10,
- "index": 1317
- }
- ],
- "Col": [
- {
- "filePath": "src/containers/Dashboard/DashboardLayout.jsx",
- "line": 40,
+ "filePath": "src/components/TopicStats.jsx",
+ "line": 66,
"column": 8,
- "index": 919
+ "index": 2234
},
{
- "filePath": "src/containers/Dashboard/DashboardLayout.jsx",
- "line": 43,
- "column": 8,
- "index": 1027
+ "filePath": "src/discussions/common/AuthorLabel.jsx",
+ "line": 54,
+ "column": 6,
+ "index": 1833
},
{
- "filePath": "src/containers/Dashboard/DashboardLayout.jsx",
- "line": 49,
- "column": 8,
- "index": 1270
+ "filePath": "src/discussions/common/HoverCard.jsx",
+ "line": 62,
+ "column": 10,
+ "index": 1954
},
{
- "filePath": "src/containers/RelatedProgramsModal/index.jsx",
- "line": 45,
- "column": 14,
- "index": 1389
- }
- ],
- "Spinner": [
- {
- "filePath": "src/containers/Dashboard/LoadingView.jsx",
- "line": 11,
+ "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
+ "line": 25,
"column": 6,
- "index": 265
+ "index": 965
},
{
- "filePath": "src/widgets/RecommendationsPanel/LoadingView.jsx",
- "line": 10,
+ "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
+ "line": 41,
"column": 6,
- "index": 306
- }
- ],
- "ModalDialog": [
+ "index": 1524
+ },
{
- "filePath": "src/containers/EmailSettingsModal/index.jsx",
- "line": 30,
- "column": 4,
- "index": 537
+ "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
+ "line": 58,
+ "column": 8,
+ "index": 2085
},
{
- "filePath": "src/containers/EnterpriseDashboardModal/index.jsx",
+ "filePath": "src/discussions/posts/post/LikeButton.jsx",
"line": 25,
- "column": 4,
- "index": 573
+ "column": 6,
+ "index": 623
},
{
- "filePath": "src/containers/RelatedProgramsModal/index.jsx",
- "line": 24,
- "column": 4,
- "index": 643
+ "filePath": "src/discussions/posts/post/PostFooter.jsx",
+ "line": 45,
+ "column": 8,
+ "index": 1111
},
{
- "filePath": "src/containers/SelectSessionModal/index.jsx",
- "line": 35,
- "column": 4,
- "index": 737
+ "filePath": "src/discussions/posts/post/PostFooter.jsx",
+ "line": 68,
+ "column": 10,
+ "index": 1934
},
{
- "filePath": "src/containers/UnenrollConfirmModal/index.jsx",
- "line": 29,
- "column": 4,
- "index": 685
- }
- ],
- "Form.Switch": [
+ "filePath": "src/discussions/posts/post/PostFooter.jsx",
+ "line": 86,
+ "column": 10,
+ "index": 2431
+ },
{
- "filePath": "src/containers/EmailSettingsModal/index.jsx",
- "line": 38,
+ "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
+ "line": 40,
"column": 8,
- "index": 788
- }
- ],
- "PageBanner": [
+ "index": 1103
+ },
{
- "filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx",
- "line": 33,
+ "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
+ "line": 56,
"column": 6,
- "index": 743
- }
- ],
- "MarketingModal": [
+ "index": 1729
+ },
{
- "filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx",
- "line": 47,
- "column": 6,
- "index": 1238
- }
- ],
- "ModalDialog.Hero": [
+ "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
+ "line": 72,
+ "column": 10,
+ "index": 2401
+ },
{
- "filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx",
- "line": 53,
+ "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
+ "line": 96,
"column": 10,
- "index": 1402
- }
- ],
- "AvatarButton": [
+ "index": 3363
+ },
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 21,
- "column": 14,
- "index": 671
- }
- ],
- "Dropdown.Header": [
+ "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
+ "line": 59,
+ "column": 12,
+ "index": 2552
+ },
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 34,
+ "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
+ "line": 77,
+ "column": 12,
+ "index": 3283
+ },
+ {
+ "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
+ "line": 96,
"column": 14,
- "index": 1102
+ "index": 4051
}
],
- "Dropdown.Divider": [
+ "Tooltip": [
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 43,
- "column": 14,
- "index": 1598
+ "filePath": "src/components/TopicStats.jsx",
+ "line": 33,
+ "column": 10,
+ "index": 1086
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 66,
+ "filePath": "src/components/TopicStats.jsx",
+ "line": 51,
"column": 10,
- "index": 2530
- }
- ],
- "FormLabel": [
+ "index": 1695
+ },
{
- "filePath": "src/containers/MasqueradeBar/index.jsx",
- "line": 43,
+ "filePath": "src/components/TopicStats.jsx",
+ "line": 70,
"column": 12,
- "index": 1002
+ "index": 2347
},
{
- "filePath": "src/containers/MasqueradeBar/index.jsx",
+ "filePath": "src/discussions/common/AuthorLabel.jsx",
"line": 57,
- "column": 12,
- "index": 1429
- }
- ],
- "PersonSearch": [
+ "column": 10,
+ "index": 1930
+ },
{
- "filePath": "src/containers/MasqueradeBar/index.jsx",
- "line": 44,
- "column": 25,
- "index": 1080
+ "filePath": "src/discussions/common/HoverCard.jsx",
+ "line": 64,
+ "column": 14,
+ "index": 2007
},
{
- "filePath": "src/containers/MasqueradeBar/index.jsx",
- "line": 58,
- "column": 25,
- "index": 1534
- }
- ],
- "FormGroup": [
+ "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
+ "line": 29,
+ "column": 10,
+ "index": 1081
+ },
{
- "filePath": "src/containers/MasqueradeBar/index.jsx",
- "line": 61,
+ "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
+ "line": 45,
+ "column": 10,
+ "index": 1636
+ },
+ {
+ "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
+ "line": 62,
"column": 12,
- "index": 1635
- }
- ],
- "FormControlFeedback": [
+ "index": 2205
+ },
{
- "filePath": "src/containers/MasqueradeBar/index.jsx",
- "line": 69,
- "column": 16,
- "index": 2039
- }
- ],
- "StatefulButton": [
+ "filePath": "src/discussions/posts/post/LikeButton.jsx",
+ "line": 27,
+ "column": 10,
+ "index": 668
+ },
{
- "filePath": "src/containers/MasqueradeBar/index.jsx",
- "line": 74,
+ "filePath": "src/discussions/posts/post/PostFooter.jsx",
+ "line": 47,
"column": 12,
- "index": 2243
- }
- ],
- "Card.ImageCap": [
+ "index": 1160
+ },
{
- "filePath": "src/containers/RelatedProgramsModal/components/ProgramCard.jsx",
- "line": 32,
- "column": 6,
- "index": 810
+ "filePath": "src/discussions/posts/post/PostFooter.jsx",
+ "line": 70,
+ "column": 14,
+ "index": 1987
},
{
- "filePath": "src/widgets/LookingForChallengeWidget/index.jsx",
- "line": 22,
- "column": 6,
- "index": 779
+ "filePath": "src/discussions/posts/post/PostFooter.jsx",
+ "line": 88,
+ "column": 14,
+ "index": 2484
},
{
- "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx",
- "line": 60,
- "column": 6,
- "index": 1530
+ "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
+ "line": 42,
+ "column": 12,
+ "index": 1152
},
{
- "filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx",
- "line": 22,
+ "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
+ "line": 58,
"column": 10,
- "index": 750
+ "index": 1774
+ },
+ {
+ "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
+ "line": 74,
+ "column": 14,
+ "index": 2454
+ },
+ {
+ "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
+ "line": 98,
+ "column": 14,
+ "index": 3416
+ },
+ {
+ "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
+ "line": 63,
+ "column": 16,
+ "index": 2688
+ },
+ {
+ "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
+ "line": 81,
+ "column": 16,
+ "index": 3417
+ },
+ {
+ "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
+ "line": 100,
+ "column": 18,
+ "index": 4189
}
],
- "ModalDialog.Header": [
+ "PostOutline": [
{
- "filePath": "src/containers/RelatedProgramsModal/index.jsx",
- "line": 34,
- "column": 6,
- "index": 912
+ "filePath": "src/components/TopicStats.jsx",
+ "line": 43,
+ "column": 21,
+ "index": 1460
},
{
- "filePath": "src/containers/RelatedProgramsModal/index.jsx",
- "line": 37,
- "column": 6,
- "index": 1066
+ "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
+ "line": 73,
+ "column": 27,
+ "index": 3129
}
],
- "ModalDialog.Body": [
+ "Report": [
{
- "filePath": "src/containers/RelatedProgramsModal/index.jsx",
- "line": 40,
- "column": 6,
- "index": 1182
+ "filePath": "src/components/TopicStats.jsx",
+ "line": 87,
+ "column": 23,
+ "index": 3020
+ },
+ {
+ "filePath": "src/discussions/common/AlertBanner.jsx",
+ "line": 43,
+ "column": 21,
+ "index": 1430
+ },
+ {
+ "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
+ "line": 117,
+ "column": 29,
+ "index": 4965
}
],
- "Form.Label": [
+ "useToggle": [
{
- "filePath": "src/containers/SelectSessionModal/index.jsx",
+ "filePath": "src/discussions/common/ActionsDropdown.jsx",
+ "line": 30,
+ "column": 32,
+ "index": 816
+ },
+ {
+ "filePath": "src/discussions/post-comments/comments/comment/Comment.jsx",
+ "line": 56,
+ "column": 71,
+ "index": 2317
+ },
+ {
+ "filePath": "src/discussions/post-comments/comments/comment/Comment.jsx",
+ "line": 57,
+ "column": 72,
+ "index": 2407
+ },
+ {
+ "filePath": "src/discussions/post-comments/comments/comment/Reply.jsx",
+ "line": 32,
+ "column": 71,
+ "index": 1453
+ },
+ {
+ "filePath": "src/discussions/post-comments/comments/comment/Reply.jsx",
+ "line": 33,
+ "column": 72,
+ "index": 1543
+ },
+ {
+ "filePath": "src/discussions/post-comments/comments/CommentsSort.jsx",
+ "line": 20,
+ "column": 32,
+ "index": 729
+ },
+ {
+ "filePath": "src/discussions/posts/post/Post.jsx",
+ "line": 45,
+ "column": 71,
+ "index": 2211
+ },
+ {
+ "filePath": "src/discussions/posts/post/Post.jsx",
"line": 46,
- "column": 8,
- "index": 998
+ "column": 72,
+ "index": 2301
+ },
+ {
+ "filePath": "src/discussions/posts/post/Post.jsx",
+ "line": 47,
+ "column": 62,
+ "index": 2381
}
],
- "Form.Control": [
+ "MoreHoriz": [
{
- "filePath": "src/containers/UnenrollConfirmModal/components/ReasonPane.jsx",
- "line": 33,
- "column": 10,
- "index": 792
+ "filePath": "src/discussions/common/ActionsDropdown.jsx",
+ "line": 67,
+ "column": 13,
+ "index": 1839
}
],
- "ArrowForward": [
+ "ModalPopup": [
+ {
+ "filePath": "src/discussions/common/ActionsDropdown.jsx",
+ "line": 75,
+ "column": 8,
+ "index": 2082
+ },
{
- "filePath": "src/widgets/LookingForChallengeWidget/index.jsx",
- "line": 15,
- "column": 54,
- "index": 516
+ "filePath": "src/discussions/post-comments/comments/CommentsSort.jsx",
+ "line": 60,
+ "column": 8,
+ "index": 1758
}
],
- "Skeleton": [
+ "Dropdown.Divider": [
{
- "filePath": "src/widgets/ProductRecommendations/components/LoadingView.jsx",
- "line": 5,
- "column": 2,
- "index": 110
+ "filePath": "src/discussions/common/ActionsDropdown.jsx",
+ "line": 87,
+ "column": 62,
+ "index": 2519
}
],
- "Truncate": [
+ "Dropdown.Item": [
{
- "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx",
- "line": 69,
- "column": 10,
- "index": 1766
+ "filePath": "src/discussions/common/ActionsDropdown.jsx",
+ "line": 88,
+ "column": 16,
+ "index": 2557
},
{
- "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx",
- "line": 74,
- "column": 10,
- "index": 1931
+ "filePath": "src/discussions/navigation/breadcrumb-menu/BreadcrumbDropdown.jsx",
+ "line": 28,
+ "column": 6,
+ "index": 613
},
{
- "filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx",
- "line": 29,
- "column": 16,
- "index": 1040
- }
- ],
- "ChevronRight": [
- {
- "filePath": "src/widgets/ProductRecommendations/components/ProductCardHeader.jsx",
- "line": 63,
- "column": 21,
- "index": 2116
- }
- ]
- }
- },
- {
- "version": "21.13.1",
- "name": "frontend-app-learner-portal-enterprise",
- "repository": {
- "type": "git",
- "url": "https://github.com/openedx/frontend-app-learner-portal-enterprise.git"
- },
- "folderName": "frontend-app-learner-portal-enterprise",
- "usages": {
- "Button": [
+ "filePath": "src/discussions/navigation/breadcrumb-menu/BreadcrumbDropdown.jsx",
+ "line": 38,
+ "column": 8,
+ "index": 882
+ },
{
- "filePath": "src/components/academies/AcademyContentCard.jsx",
- "line": 131,
+ "filePath": "src/discussions/post-comments/comments/CommentsSort.jsx",
+ "line": 69,
"column": 12,
- "index": 4320
+ "index": 2025
},
{
- "filePath": "src/components/academies/AcademyContentCard.jsx",
- "line": 170,
- "column": 10,
- "index": 5365
- },
+ "filePath": "src/discussions/post-comments/comments/CommentsSort.jsx",
+ "line": 81,
+ "column": 12,
+ "index": 2453
+ }
+ ],
+ "Alert": [
{
- "filePath": "src/components/academies/AcademyContentCard.jsx",
- "line": 181,
- "column": 10,
- "index": 5658
+ "filePath": "src/discussions/common/AlertBanner.jsx",
+ "line": 43,
+ "column": 8,
+ "index": 1417
},
{
- "filePath": "src/components/academies/GoToAcademy.jsx",
+ "filePath": "src/discussions/common/AlertBar.jsx",
"line": 21,
- "column": 6,
- "index": 814
+ "column": 4,
+ "index": 385
},
{
- "filePath": "src/components/academies/PathwaysSection.jsx",
- "line": 44,
- "column": 14,
- "index": 1714
- },
+ "filePath": "src/discussions/common/EndorsedAlertBanner.jsx",
+ "line": 32,
+ "column": 6,
+ "index": 1006
+ }
+ ],
+ "ModalDialog": [
{
- "filePath": "src/components/app/routes/EnterpriseInviteRoute.jsx",
- "line": 38,
+ "filePath": "src/discussions/common/Confirmation.jsx",
+ "line": 23,
"column": 4,
- "index": 1213
+ "index": 428
},
{
- "filePath": "src/components/app/routes/RouteErrorBoundary.jsx",
- "line": 95,
- "column": 12,
- "index": 2973
- },
+ "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
+ "line": 49,
+ "column": 4,
+ "index": 1318
+ }
+ ],
+ "ModalDialog.Header": [
{
- "filePath": "src/components/app/routes/RouteErrorBoundary.jsx",
- "line": 122,
+ "filePath": "src/discussions/common/Confirmation.jsx",
+ "line": 24,
"column": 6,
- "index": 3754
+ "index": 533
},
{
- "filePath": "src/components/budget-expiry-notification/index.jsx",
- "line": 52,
+ "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
+ "line": 56,
"column": 6,
- "index": 1578
- },
- {
- "filePath": "src/components/budget-expiry-notification/index.jsx",
- "line": 94,
- "column": 14,
- "index": 2612
- },
+ "index": 1502
+ }
+ ],
+ "ModalDialog.Title": [
{
- "filePath": "src/components/course/course-header/course-run-actions/BasicNavigateToCourseware.jsx",
- "line": 14,
- "column": 4,
- "index": 381
+ "filePath": "src/discussions/common/Confirmation.jsx",
+ "line": 25,
+ "column": 8,
+ "index": 562
},
{
- "filePath": "src/components/course/course-header/data/hooks/useCourseRunCardAction.jsx",
- "line": 100,
- "column": 11,
- "index": 3773
- },
+ "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
+ "line": 57,
+ "column": 8,
+ "index": 1531
+ }
+ ],
+ "ModalDialog.Body": [
{
- "filePath": "src/components/course/CourseMaterialsButton.jsx",
+ "filePath": "src/discussions/common/Confirmation.jsx",
"line": 29,
- "column": 4,
- "index": 908
+ "column": 6,
+ "index": 663
},
{
- "filePath": "src/components/course/data/utils.jsx",
- "line": 511,
+ "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
+ "line": 61,
"column": 6,
- "index": 18223
- },
+ "index": 1675
+ }
+ ],
+ "ModalDialog.Footer": [
{
- "filePath": "src/components/course/data/utils.jsx",
- "line": 527,
+ "filePath": "src/discussions/common/Confirmation.jsx",
+ "line": 32,
"column": 6,
- "index": 18601
+ "index": 736
},
{
- "filePath": "src/components/course/data/utils.jsx",
- "line": 553,
+ "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
+ "line": 79,
"column": 6,
- "index": 19211
- },
+ "index": 2363
+ }
+ ],
+ "ModalDialog.CloseButton": [
{
- "filePath": "src/components/course/enrollment/components/ToExecutiveEducation2UEnrollment.jsx",
- "line": 10,
- "column": 2,
- "index": 327
+ "filePath": "src/discussions/common/Confirmation.jsx",
+ "line": 34,
+ "column": 10,
+ "index": 787
},
{
- "filePath": "src/components/course/enrollment/components/ToExecutiveEducation2UEnrollment.jsx",
- "line": 31,
- "column": 4,
- "index": 772
- },
+ "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
+ "line": 81,
+ "column": 10,
+ "index": 2414
+ }
+ ],
+ "breakpoints": [
{
- "filePath": "src/components/course/EnrollModal.jsx",
- "line": 90,
- "column": 8,
- "index": 2958
+ "filePath": "src/discussions/data/hooks.js",
+ "line": 133,
+ "column": 29,
+ "index": 4758
},
{
- "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
- "line": 110,
- "column": 18,
- "index": 4549
+ "filePath": "src/discussions/data/hooks.js",
+ "line": 138,
+ "column": 29,
+ "index": 4891
},
{
- "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx",
- "line": 43,
- "column": 16,
- "index": 1688
- },
+ "filePath": "src/discussions/data/hooks.js",
+ "line": 143,
+ "column": 29,
+ "index": 5026
+ }
+ ],
+ "PageBanner": [
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/AssignedCourseCard.jsx",
- "line": 24,
+ "filePath": "src/discussions/discussions-home/DiscussionsRestrictionBanner.jsx",
+ "line": 23,
"column": 4,
- "index": 990
- },
+ "index": 736
+ }
+ ],
+ "ArrowBack": [
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/ContinueLearningButton.jsx",
- "line": 55,
- "column": 4,
- "index": 1876
+ "filePath": "src/discussions/in-context-topics/components/BackButton.jsx",
+ "line": 21,
+ "column": 15,
+ "index": 573
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx",
- "line": 65,
- "column": 10,
- "index": 1995
+ "filePath": "src/discussions/learners/LearnerPostsView.jsx",
+ "line": 82,
+ "column": 15,
+ "index": 2787
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/UpcomingCourseCard.jsx",
- "line": 11,
- "column": 4,
- "index": 337
+ "filePath": "src/discussions/post-comments/PostCommentsView.jsx",
+ "line": 94,
+ "column": 28,
+ "index": 3020
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/UpgradeCourseButton.jsx",
- "line": 47,
+ "filePath": "src/discussions/post-comments/PostCommentsView.jsx",
+ "line": 105,
+ "column": 17,
+ "index": 3362
+ }
+ ],
+ "SearchField": [
+ {
+ "filePath": "src/discussions/in-context-topics/topic-search/TopicSearchResultBar.jsx",
+ "line": 16,
"column": 6,
- "index": 1294
- },
+ "index": 422
+ }
+ ],
+ "Avatar": [
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx",
- "line": 88,
+ "filePath": "src/discussions/learners/learner/LearnerAvatar.jsx",
+ "line": 8,
"column": 4,
- "index": 3181
+ "index": 184
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/CourseEnrollmentsEmptyState.jsx",
- "line": 56,
- "column": 6,
- "index": 2160
+ "filePath": "src/discussions/post-comments/comments/comment/CommentHeader.jsx",
+ "line": 33,
+ "column": 8,
+ "index": 804
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/NewGroupAssignmentAlert.jsx",
- "line": 18,
- "column": 8,
- "index": 425
+ "filePath": "src/discussions/post-comments/comments/comment/Reply.jsx",
+ "line": 103,
+ "column": 12,
+ "index": 3947
},
{
- "filePath": "src/components/dashboard/main-content/CourseRecommendations.jsx",
- "line": 28,
+ "filePath": "src/discussions/post-comments/comments/comment/Reply.jsx",
+ "line": 121,
"column": 10,
- "index": 1395
+ "index": 4470
},
{
- "filePath": "src/components/dashboard/sidebar/SubsidiesSummary.jsx",
- "line": 78,
+ "filePath": "src/discussions/posts/post/PostHeader.jsx",
+ "line": 50,
"column": 6,
- "index": 2919
- },
+ "index": 1572
+ }
+ ],
+ "Check": [
{
- "filePath": "src/components/enterprise-banner/EnterpriseBanner.jsx",
- "line": 25,
- "column": 14,
- "index": 824
+ "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
+ "line": 33,
+ "column": 15,
+ "index": 1193
},
{
- "filePath": "src/components/executive-education-2u/components/ErrorPageContent.jsx",
- "line": 59,
- "column": 12,
- "index": 2094
- },
+ "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "line": 47,
+ "column": 15,
+ "index": 1643
+ }
+ ],
+ "Form.Radio": [
{
- "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx",
- "line": 39,
- "column": 8,
- "index": 1175
+ "filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
+ "line": 34,
+ "column": 4,
+ "index": 1286
},
{
- "filePath": "src/components/my-career/AddJobRole.jsx",
- "line": 65,
- "column": 20,
- "index": 2423
+ "filePath": "src/discussions/posts/post-editor/PostTypeCard.jsx",
+ "line": 19,
+ "column": 6,
+ "index": 533
},
{
- "filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 114,
- "column": 10,
- "index": 4131
- },
+ "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
+ "line": 48,
+ "column": 4,
+ "index": 1756
+ }
+ ],
+ "QuestionAnswerOutline": [
{
- "filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 136,
- "column": 8,
- "index": 4802
- },
+ "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
+ "line": 37,
+ "column": 21,
+ "index": 1384
+ }
+ ],
+ "Edit": [
{
- "filePath": "src/components/my-career/SearchJobRole.jsx",
- "line": 155,
- "column": 10,
- "index": 5737
- },
+ "filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
+ "line": 53,
+ "column": 21,
+ "index": 1929
+ }
+ ],
+ "DropdownButton": [
{
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 79,
- "column": 16,
- "index": 2626
- },
+ "filePath": "src/discussions/navigation/breadcrumb-menu/BreadcrumbDropdown.jsx",
+ "line": 24,
+ "column": 4,
+ "index": 506
+ }
+ ],
+ "Nav": [
{
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 116,
- "column": 14,
- "index": 4056
- },
+ "filePath": "src/discussions/navigation/navigation-bar/NavigationBar.jsx",
+ "line": 40,
+ "column": 4,
+ "index": 1070
+ }
+ ],
+ "Nav.Item": [
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 55,
+ "filePath": "src/discussions/navigation/navigation-bar/NavigationBar.jsx",
+ "line": 42,
"column": 8,
- "index": 1815
- },
- {
- "filePath": "src/components/preview-expand/PreviewExpand.jsx",
- "line": 20,
- "column": 6,
- "index": 590
- },
+ "index": 1164
+ }
+ ],
+ "Nav.Link": [
{
- "filePath": "src/components/program-progress/CouponCodesWarningModal.jsx",
- "line": 29,
+ "filePath": "src/discussions/navigation/navigation-bar/NavigationBar.jsx",
+ "line": 43,
"column": 10,
- "index": 1000
- },
- {
- "filePath": "src/components/program-progress/ProgramPathwayOpportunity.jsx",
- "line": 17,
- "column": 16,
- "index": 784
- },
+ "index": 1202
+ }
+ ],
+ "Form.Group": [
{
- "filePath": "src/components/program-progress/ProgramProgressSidebar.jsx",
- "line": 112,
- "column": 14,
- "index": 4500
+ "filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx",
+ "line": 153,
+ "column": 12,
+ "index": 5308
},
{
- "filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx",
- "line": 53,
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
+ "line": 272,
"column": 10,
- "index": 1905
+ "index": 10011
},
{
- "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
- "line": 30,
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
+ "line": 334,
"column": 10,
- "index": 1144
+ "index": 12605
},
{
- "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
- "line": 85,
- "column": 14,
- "index": 3526
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
+ "line": 354,
+ "column": 10,
+ "index": 13410
},
{
- "filePath": "src/components/skills-quiz-v2/JobCardComponent.jsx",
- "line": 135,
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
+ "line": 374,
"column": 10,
- "index": 4381
+ "index": 14048
},
{
- "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
- "line": 75,
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
+ "line": 420,
"column": 12,
- "index": 2811
+ "index": 15765
},
{
- "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
- "line": 82,
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
+ "line": 434,
"column": 12,
- "index": 3194
+ "index": 16220
},
{
- "filePath": "src/components/skills-quiz-v2/SkillsQuizForm.jsx",
- "line": 47,
+ "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
+ "line": 63,
"column": 8,
- "index": 1849
+ "index": 1782
+ }
+ ],
+ "Form.Control": [
+ {
+ "filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx",
+ "line": 159,
+ "column": 14,
+ "index": 5481
},
{
- "filePath": "src/components/skills-quiz/SkillsCourses.jsx",
- "line": 134,
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
+ "line": 273,
"column": 12,
- "index": 4519
+ "index": 10058
},
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
"line": 335,
- "column": 16,
- "index": 13775
- },
- {
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 357,
"column": 12,
- "index": 14706
+ "index": 12658
},
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 365,
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
+ "line": 361,
"column": 12,
- "index": 15126
+ "index": 13596
},
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 377,
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
+ "line": 381,
"column": 12,
- "index": 15691
+ "index": 14249
},
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 384,
+ "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
+ "line": 64,
+ "column": 10,
+ "index": 1805
+ }
+ ],
+ "StatefulButton": [
+ {
+ "filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx",
+ "line": 212,
"column": 12,
- "index": 15902
+ "index": 7436
},
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 393,
- "column": 12,
- "index": 16399
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
+ "line": 457,
+ "column": 10,
+ "index": 16926
+ }
+ ],
+ "Post": [
+ {
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
+ "line": 262,
+ "column": 18,
+ "index": 9671
+ }
+ ],
+ "Help": [
+ {
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
+ "line": 268,
+ "column": 18,
+ "index": 9880
+ }
+ ],
+ "Form.Checkbox": [
+ {
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
+ "line": 421,
+ "column": 14,
+ "index": 15792
},
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 400,
- "column": 12,
- "index": 16610
+ "filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
+ "line": 435,
+ "column": 14,
+ "index": 16247
}
],
- "CardGrid": [
+ "Card": [
{
- "filePath": "src/components/academies/AcademyContentCard.jsx",
- "line": 141,
+ "filePath": "src/discussions/posts/post-editor/PostTypeCard.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 631
+ }
+ ],
+ "Card.Section": [
+ {
+ "filePath": "src/discussions/posts/post-editor/PostTypeCard.jsx",
+ "line": 27,
"column": 8,
- "index": 4676
- },
+ "index": 900
+ }
+ ],
+ "People": [
{
- "filePath": "src/components/course/course-header/CourseRunCards.jsx",
- "line": 31,
- "column": 4,
- "index": 1072
+ "filePath": "src/discussions/posts/post/PostFooter.jsx",
+ "line": 75,
+ "column": 21,
+ "index": 2163
},
{
- "filePath": "src/components/course/CourseRecommendations.jsx",
- "line": 39,
- "column": 10,
- "index": 1420
- },
+ "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
+ "line": 103,
+ "column": 21,
+ "index": 3613
+ }
+ ],
+ "Locked": [
{
- "filePath": "src/components/course/CourseRecommendations.jsx",
- "line": 52,
- "column": 10,
- "index": 2017
+ "filePath": "src/discussions/posts/post/PostFooter.jsx",
+ "line": 94,
+ "column": 19,
+ "index": 2669
+ }
+ ],
+ "Question": [
+ {
+ "filePath": "src/discussions/posts/post/PostHeader.jsx",
+ "line": 44,
+ "column": 15,
+ "index": 1340
+ }
+ ],
+ "Badge": [
+ {
+ "filePath": "src/discussions/posts/post/PostHeader.jsx",
+ "line": 114,
+ "column": 21,
+ "index": 3486
},
{
- "filePath": "src/components/my-career/SkillsRecommendationCourses.jsx",
- "line": 75,
- "column": 6,
- "index": 2468
+ "filePath": "src/discussions/posts/post/PostLink.jsx",
+ "line": 112,
+ "column": 16,
+ "index": 4145
},
{
- "filePath": "src/components/pathway-progress/PathwayProgressListingPage.jsx",
+ "filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
+ "line": 90,
+ "column": 8,
+ "index": 3072
+ }
+ ],
+ "CheckCircle": [
+ {
+ "filePath": "src/discussions/posts/post/PostLink.jsx",
+ "line": 105,
+ "column": 23,
+ "index": 3871
+ }
+ ],
+ "PushPin": [
+ {
+ "filePath": "src/discussions/posts/post/PostLink.jsx",
+ "line": 123,
+ "column": 23,
+ "index": 4599
+ }
+ ],
+ "ProductTour": [
+ {
+ "filePath": "src/discussions/tours/DiscussionsProductTour.jsx",
"line": 20,
"column": 6,
- "index": 714
- },
+ "index": 509
+ }
+ ]
+ }
+ },
+ {
+ "version": "20.46.3",
+ "name": "@edx/frontend-app-ecommerce",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/openedx/frontend-app-ecommerce.git"
+ },
+ "folderName": "frontend-app-ecommerce",
+ "usages": {
+ "AlertModal": [
{
- "filePath": "src/components/program-progress/ProgramListingPage.jsx",
- "line": 14,
- "column": 6,
- "index": 549
+ "filePath": "src/components/BasicAlert.jsx",
+ "line": 32,
+ "column": 4,
+ "index": 791
+ }
+ ],
+ "Info": [
+ {
+ "filePath": "src/components/BasicAlert.jsx",
+ "line": 36,
+ "column": 12,
+ "index": 890
},
{
- "filePath": "src/components/search/popular-results/PopularResults.jsx",
- "line": 34,
+ "filePath": "src/components/BasicAlert.jsx",
+ "line": 53,
+ "column": 12,
+ "index": 1247
+ }
+ ],
+ "ActionRow": [
+ {
+ "filePath": "src/components/BasicAlert.jsx",
+ "line": 40,
"column": 8,
- "index": 1138
- },
+ "index": 973
+ }
+ ],
+ "Button": [
{
- "filePath": "src/components/search/popular-results/PopularResults.jsx",
+ "filePath": "src/components/BasicAlert.jsx",
"line": 41,
"column": 10,
- "index": 1440
+ "index": 995
},
{
- "filePath": "src/components/search/SearchAcademy.jsx",
- "line": 47,
+ "filePath": "src/subscriptions/ManageSubscriptionsPage.jsx",
+ "line": 71,
"column": 8,
- "index": 1691
+ "index": 2706
},
{
- "filePath": "src/components/search/SearchResults.jsx",
- "line": 159,
- "column": 10,
- "index": 4692
- },
+ "filePath": "src/subscriptions/SubscriptionUpsell.jsx",
+ "line": 13,
+ "column": 6,
+ "index": 388
+ }
+ ],
+ "Alert": [
{
- "filePath": "src/components/search/SearchResults.jsx",
- "line": 166,
- "column": 10,
- "index": 4989
+ "filePath": "src/components/BasicAlert.jsx",
+ "line": 50,
+ "column": 4,
+ "index": 1173
},
{
- "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx",
- "line": 8,
+ "filePath": "src/subscriptions/SubscriptionUpsell.jsx",
+ "line": 9,
"column": 2,
- "index": 206
+ "index": 285
+ }
+ ],
+ "Alert.Heading": [
+ {
+ "filePath": "src/components/BasicAlert.jsx",
+ "line": 56,
+ "column": 6,
+ "index": 1288
},
{
- "filePath": "src/components/skills-quiz/JobCardComponent.jsx",
- "line": 15,
+ "filePath": "src/subscriptions/SubscriptionUpsell.jsx",
+ "line": 29,
"column": 4,
- "index": 477
- },
+ "index": 871
+ }
+ ],
+ "Hyperlink": [
{
- "filePath": "src/components/skills-quiz/SearchCourseCard.jsx",
- "line": 92,
- "column": 6,
- "index": 3174
+ "filePath": "src/components/SupportLink.jsx",
+ "line": 7,
+ "column": 2,
+ "index": 216
},
{
- "filePath": "src/components/skills-quiz/SearchPathways.jsx",
- "line": 74,
- "column": 6,
- "index": 2536
+ "filePath": "src/order-history/OrderHistoryPage.jsx",
+ "line": 61,
+ "column": 8,
+ "index": 1736
},
{
- "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
- "line": 163,
+ "filePath": "src/subscriptions/SubscriptionCardsView.jsx",
+ "line": 38,
"column": 6,
- "index": 5468
- },
- {
- "filePath": "src/components/skills-quiz/SkillsCourses.jsx",
- "line": 148,
- "column": 10,
- "index": 5098
+ "index": 1044
}
],
- "Spinner": [
+ "Pagination": [
{
- "filePath": "src/components/academies/AcademyContentCard.jsx",
- "line": 198,
- "column": 12,
- "index": 6226
- },
+ "filePath": "src/order-history/OrderHistoryPage.jsx",
+ "line": 78,
+ "column": 6,
+ "index": 2088
+ }
+ ],
+ "DataTable": [
{
- "filePath": "src/components/course/EnrollModal.jsx",
- "line": 94,
- "column": 24,
- "index": 3064
- },
+ "filePath": "src/order-history/OrderHistoryPage.jsx",
+ "line": 102,
+ "column": 6,
+ "index": 2627
+ }
+ ],
+ "DataTable.Table": [
{
- "filePath": "src/components/DelayedFallback/DelayedFallbackContainer.jsx",
- "line": 41,
- "column": 19,
- "index": 1391
- },
+ "filePath": "src/order-history/OrderHistoryPage.jsx",
+ "line": 128,
+ "column": 8,
+ "index": 3615
+ }
+ ],
+ "Card": [
{
- "filePath": "src/components/skills-quiz-v2/JobCardComponent.jsx",
- "line": 76,
- "column": 6,
- "index": 2633
+ "filePath": "src/subscriptions/SubscriptionCardsView.jsx",
+ "line": 43,
+ "column": 8,
+ "index": 1163
}
],
- "Container": [
+ "Badge": [
{
- "filePath": "src/components/academies/AcademyDetailPage.jsx",
- "line": 59,
- "column": 6,
- "index": 2038
+ "filePath": "src/subscriptions/SubscriptionCardsView.jsx",
+ "line": 46,
+ "column": 12,
+ "index": 1378
},
{
- "filePath": "src/components/academies/AcademyDetailPage.jsx",
- "line": 113,
+ "filePath": "src/subscriptions/SubscriptionUpsell.jsx",
+ "line": 33,
"column": 6,
- "index": 4705
- },
+ "index": 983
+ }
+ ],
+ "SpinnerSimple": [
{
- "filePath": "src/components/academies/AcademyDetailPage.jsx",
- "line": 123,
- "column": 6,
- "index": 5187
- },
+ "filePath": "src/subscriptions/Subscriptions.jsx",
+ "line": 58,
+ "column": 32,
+ "index": 1934
+ }
+ ],
+ "StatefulButton": [
{
- "filePath": "src/components/academies/PathwaysSection.jsx",
- "line": 20,
- "column": 6,
- "index": 663
- },
+ "filePath": "src/subscriptions/Subscriptions.jsx",
+ "line": 83,
+ "column": 8,
+ "index": 2789
+ }
+ ]
+ }
+ },
+ {
+ "version": "21.13.1",
+ "name": "@edx/frontend-app-enterprise-public-catalog",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/openedx/frontend-app-enterprise-public-catalog.git"
+ },
+ "folderName": "frontend-app-enterprise-public-catalog",
+ "usages": {
+ "Card": [
{
- "filePath": "src/components/academies/PathwaysSection.jsx",
- "line": 21,
+ "filePath": "src/components/aiCuration/AskXpert.jsx",
+ "line": 120,
"column": 8,
- "index": 718
+ "index": 4167
},
{
- "filePath": "src/components/course/course-header/CourseHeader.jsx",
- "line": 68,
+ "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
+ "line": 70,
"column": 6,
- "index": 2314
+ "index": 2772
},
{
- "filePath": "src/components/course/CourseEnrollmentFailedAlert.jsx",
- "line": 108,
+ "filePath": "src/components/courseCard/CourseCard.jsx",
+ "line": 33,
"column": 4,
- "index": 3643
+ "index": 998
},
{
- "filePath": "src/components/course/CourseReview.jsx",
- "line": 93,
+ "filePath": "src/components/programCard/ProgramCard.jsx",
+ "line": 34,
"column": 4,
- "index": 3804
- },
+ "index": 1074
+ }
+ ],
+ "Card.Section": [
{
- "filePath": "src/components/course/LicenseRequestedAlert.jsx",
- "line": 43,
- "column": 4,
- "index": 1768
+ "filePath": "src/components/aiCuration/AskXpert.jsx",
+ "line": 121,
+ "column": 10,
+ "index": 4246
},
{
- "filePath": "src/components/course/routes/CourseAbout.jsx",
- "line": 32,
- "column": 6,
- "index": 966
+ "filePath": "src/components/aiCuration/AskXpert.jsx",
+ "line": 128,
+ "column": 10,
+ "index": 4433
},
{
- "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
- "line": 94,
- "column": 8,
- "index": 3867
+ "filePath": "src/components/aiCuration/AskXpert.jsx",
+ "line": 178,
+ "column": 10,
+ "index": 6619
},
{
- "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx",
- "line": 28,
+ "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
+ "line": 71,
"column": 8,
- "index": 1012
- },
- {
- "filePath": "src/components/dashboard/DashboardPage.jsx",
- "line": 57,
- "column": 4,
- "index": 1671
- },
- {
- "filePath": "src/components/enterprise-banner/EnterpriseBanner.jsx",
- "line": 18,
- "column": 6,
- "index": 534
- },
- {
- "filePath": "src/components/enterprise-user-subsidy/enterprise-offers/EnterpriseOffersBalanceAlert.jsx",
- "line": 81,
- "column": 4,
- "index": 3482
+ "index": 2849
},
{
- "filePath": "src/components/error-page/ErrorPageContent.jsx",
- "line": 14,
- "column": 2,
- "index": 384
+ "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
+ "line": 78,
+ "column": 8,
+ "index": 3027
},
{
- "filePath": "src/components/error-page/ErrorPageHeader.jsx",
- "line": 25,
+ "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
+ "line": 173,
"column": 8,
- "index": 770
+ "index": 7554
},
{
- "filePath": "src/components/NotFoundPage/index.jsx",
- "line": 16,
- "column": 4,
- "index": 466
+ "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
+ "line": 188,
+ "column": 8,
+ "index": 8045
},
{
- "filePath": "src/components/pathway-progress/PathwayProgressPage.jsx",
- "line": 25,
+ "filePath": "src/components/courseCard/CourseCard.jsx",
+ "line": 47,
"column": 6,
- "index": 670
+ "index": 1388
},
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 134,
+ "filePath": "src/components/programCard/ProgramCard.jsx",
+ "line": 54,
"column": 6,
- "index": 4321
+ "index": 1605
+ }
+ ],
+ "Image": [
+ {
+ "filePath": "src/components/aiCuration/AskXpert.jsx",
+ "line": 122,
+ "column": 12,
+ "index": 4291
},
{
- "filePath": "src/components/program-progress/ProgramProgressPage.jsx",
- "line": 62,
- "column": 6,
- "index": 2472
+ "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
+ "line": 72,
+ "column": 10,
+ "index": 2892
},
{
- "filePath": "src/components/program/ProgramDataBar.jsx",
- "line": 21,
- "column": 8,
- "index": 942
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 66,
+ "column": 10,
+ "index": 1663
},
{
- "filePath": "src/components/program/ProgramPage.jsx",
- "line": 40,
- "column": 6,
- "index": 1359
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 172,
+ "column": 8,
+ "index": 5434
},
{
- "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
- "line": 20,
- "column": 4,
- "index": 760
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 235,
+ "column": 10,
+ "index": 7004
},
{
- "filePath": "src/components/search/content-highlights/ContentHighlights.jsx",
- "line": 25,
- "column": 4,
- "index": 865
+ "filePath": "src/components/catalogs/CatalogSearch.jsx",
+ "line": 255,
+ "column": 12,
+ "index": 8758
},
{
- "filePath": "src/components/search/SearchAcademy.jsx",
- "line": 20,
- "column": 6,
- "index": 695
+ "filePath": "src/components/hero/Hero.jsx",
+ "line": 17,
+ "column": 2,
+ "index": 678
},
{
- "filePath": "src/components/search/SearchAcademy.jsx",
- "line": 31,
- "column": 4,
- "index": 926
- },
+ "filePath": "src/components/hero/Hero.jsx",
+ "line": 30,
+ "column": 2,
+ "index": 957
+ }
+ ],
+ "Stack": [
{
- "filePath": "src/components/search/SearchResults.jsx",
- "line": 125,
- "column": 6,
- "index": 3549
+ "filePath": "src/components/aiCuration/AskXpert.jsx",
+ "line": 129,
+ "column": 12,
+ "index": 4493
},
{
- "filePath": "src/components/search/SearchResults.jsx",
- "line": 132,
- "column": 4,
- "index": 3686
- },
+ "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
+ "line": 79,
+ "column": 10,
+ "index": 3070
+ }
+ ],
+ "Row": [
{
- "filePath": "src/components/site-header/SiteHeader.jsx",
- "line": 18,
- "column": 6,
- "index": 655
- },
+ "filePath": "src/components/aiCuration/AskXpert.jsx",
+ "line": 160,
+ "column": 16,
+ "index": 5894
+ }
+ ],
+ "Col": [
{
- "filePath": "src/components/skills-quiz/SkillsQuiz.jsx",
- "line": 28,
- "column": 6,
- "index": 1159
+ "filePath": "src/components/aiCuration/AskXpert.jsx",
+ "line": 161,
+ "column": 18,
+ "index": 5959
},
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 205,
- "column": 10,
- "index": 7210
+ "filePath": "src/components/aiCuration/AskXpert.jsx",
+ "line": 170,
+ "column": 18,
+ "index": 6398
}
],
- "Breadcrumb": [
+ "Button": [
{
- "filePath": "src/components/academies/AcademyDetailPage.jsx",
- "line": 61,
- "column": 10,
- "index": 2119
+ "filePath": "src/components/aiCuration/AskXpert.jsx",
+ "line": 162,
+ "column": 20,
+ "index": 6000
},
{
- "filePath": "src/components/course/course-header/CourseHeader.jsx",
- "line": 73,
+ "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
+ "line": 175,
+ "column": 12,
+ "index": 7673
+ },
+ {
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 120,
"column": 16,
- "index": 2540
+ "index": 3584
},
{
- "filePath": "src/components/pathway-progress/PathwayProgressHeader.jsx",
- "line": 19,
- "column": 10,
- "index": 821
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 298,
+ "column": 14,
+ "index": 9184
},
{
- "filePath": "src/components/program/ProgramHeader.jsx",
- "line": 85,
+ "filePath": "src/components/catalogSearchResults/associatedComponents/downloadCsvButton/DownloadCsvButton.jsx",
+ "line": 40,
+ "column": 6,
+ "index": 1243
+ },
+ {
+ "filePath": "src/components/catalogSearchResults/associatedComponents/titleButton/TitleButton.jsx",
+ "line": 6,
+ "column": 2,
+ "index": 153
+ },
+ {
+ "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
+ "line": 452,
"column": 12,
- "index": 2899
+ "index": 13297
}
],
- "ArrowDownward": [
+ "IconButton": [
{
- "filePath": "src/components/academies/AcademyDetailPage.jsx",
- "line": 105,
- "column": 18,
- "index": 4499
+ "filePath": "src/components/aiCuration/AskXpert.jsx",
+ "line": 179,
+ "column": 12,
+ "index": 6728
+ },
+ {
+ "filePath": "src/components/aiCuration/AskXpertQueryField.jsx",
+ "line": 32,
+ "column": 10,
+ "index": 983
}
],
- "useToggle": [
+ "Close": [
{
- "filePath": "src/components/academies/PathwaysSection.jsx",
- "line": 9,
- "column": 72,
- "index": 399
+ "filePath": "src/components/aiCuration/AskXpert.jsx",
+ "line": 181,
+ "column": 19,
+ "index": 6786
},
{
- "filePath": "src/components/app/routes/RouteErrorBoundary.jsx",
- "line": 57,
- "column": 62,
- "index": 1977
+ "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
+ "line": 182,
+ "column": 19,
+ "index": 7905
+ }
+ ],
+ "Icon": [
+ {
+ "filePath": "src/components/aiCuration/AskXpert.jsx",
+ "line": 182,
+ "column": 22,
+ "index": 6815
},
{
- "filePath": "src/components/budget-expiry-notification/index.jsx",
- "line": 17,
- "column": 47,
- "index": 576
+ "filePath": "src/components/aiCuration/AskXpertQueryField.jsx",
+ "line": 37,
+ "column": 20,
+ "index": 1118
},
{
- "filePath": "src/components/budget-expiry-notification/index.jsx",
- "line": 18,
- "column": 47,
- "index": 641
+ "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
+ "line": 181,
+ "column": 12,
+ "index": 7880
},
{
- "filePath": "src/components/course/course-header/CoursePreview.jsx",
- "line": 19,
- "column": 38,
- "index": 723
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 125,
+ "column": 18,
+ "index": 3875
},
{
- "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx",
- "line": 21,
- "column": 6,
- "index": 775
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 303,
+ "column": 16,
+ "index": 9472
},
{
- "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx",
- "line": 25,
- "column": 6,
- "index": 986
+ "filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
+ "line": 51,
+ "column": 8,
+ "index": 1373
},
{
- "filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 21,
- "column": 60,
- "index": 985
+ "filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
+ "line": 65,
+ "column": 10,
+ "index": 1859
},
{
- "filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 22,
- "column": 64,
- "index": 1067
+ "filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
+ "line": 81,
+ "column": 10,
+ "index": 2346
},
{
- "filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 23,
- "column": 55,
- "index": 1140
+ "filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
+ "line": 97,
+ "column": 8,
+ "index": 2855
},
{
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 23,
- "column": 57,
- "index": 994
+ "filePath": "src/components/catalogModalBanner/CatalogProgramModalBanner.jsx",
+ "line": 21,
+ "column": 10,
+ "index": 647
},
{
- "filePath": "src/components/pathway/SearchPathwayCard.jsx",
- "line": 57,
- "column": 72,
- "index": 1953
+ "filePath": "src/components/catalogModalBanner/CatalogProgramModalBanner.jsx",
+ "line": 37,
+ "column": 10,
+ "index": 1133
},
{
- "filePath": "src/components/search/Search.jsx",
- "line": 47,
- "column": 70,
- "index": 1849
+ "filePath": "src/components/catalogModalBanner/CatalogProgramModalBanner.jsx",
+ "line": 52,
+ "column": 8,
+ "index": 1624
},
{
- "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
- "line": 21,
- "column": 32,
- "index": 949
+ "filePath": "src/components/programCard/ProgramCard.jsx",
+ "line": 60,
+ "column": 12,
+ "index": 1871
}
],
- "Card": [
+ "Form.Group": [
{
- "filePath": "src/components/academies/SearchAcademyCard.jsx",
+ "filePath": "src/components/aiCuration/AskXpertQueryField.jsx",
"line": 14,
"column": 4,
- "index": 380
+ "index": 319
},
{
- "filePath": "src/components/course/course-header/CourseRunCard.jsx",
- "line": 40,
- "column": 4,
- "index": 1501
- },
+ "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
+ "line": 147,
+ "column": 14,
+ "index": 6516
+ }
+ ],
+ "Form.Control": [
{
- "filePath": "src/components/course/course-header/deprecated/CourseRunCard.jsx",
- "line": 352,
- "column": 4,
- "index": 11590
+ "filePath": "src/components/aiCuration/AskXpertQueryField.jsx",
+ "line": 15,
+ "column": 6,
+ "index": 338
},
{
- "filePath": "src/components/course/CourseRecommendationCard.jsx",
- "line": 38,
- "column": 4,
- "index": 1540
- },
+ "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
+ "line": 155,
+ "column": 16,
+ "index": 6998
+ }
+ ],
+ "Send": [
{
- "filePath": "src/components/dashboard/sidebar/DashboardSidebar.jsx",
- "line": 10,
- "column": 4,
- "index": 271
- },
+ "filePath": "src/components/aiCuration/AskXpertQueryField.jsx",
+ "line": 36,
+ "column": 17,
+ "index": 1092
+ }
+ ],
+ "ProgressBar": [
{
- "filePath": "src/components/dashboard/sidebar/SidebarCard.jsx",
- "line": 11,
- "column": 2,
- "index": 202
+ "filePath": "src/components/aiCuration/ProgressBar.jsx",
+ "line": 34,
+ "column": 6,
+ "index": 955
+ }
+ ],
+ "Spinner": [
+ {
+ "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
+ "line": 100,
+ "column": 24,
+ "index": 4023
},
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 33,
- "column": 4,
- "index": 967
+ "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
+ "line": 112,
+ "column": 24,
+ "index": 4714
},
{
- "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
- "line": 13,
- "column": 4,
- "index": 496
+ "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
+ "line": 124,
+ "column": 24,
+ "index": 5404
+ }
+ ],
+ "Form.Label": [
+ {
+ "filePath": "src/components/aiCuration/xpertResultCard/XpertResultCard.jsx",
+ "line": 148,
+ "column": 16,
+ "index": 6558
+ }
+ ],
+ "ModalDialog": [
+ {
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 50,
+ "column": 6,
+ "index": 1183
},
{
- "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
- "line": 11,
- "column": 2,
- "index": 363
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 219,
+ "column": 6,
+ "index": 6523
+ }
+ ],
+ "ModalDialog.Body": [
+ {
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 59,
+ "column": 8,
+ "index": 1405
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
"line": 228,
+ "column": 8,
+ "index": 6746
+ }
+ ],
+ "ModalDialog.Hero": [
+ {
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 60,
"column": 10,
- "index": 9119
+ "index": 1460
},
{
- "filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 110,
- "column": 4,
- "index": 3951
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 229,
+ "column": 10,
+ "index": 6801
+ }
+ ],
+ "ModalDialog.Title": [
+ {
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 73,
+ "column": 14,
+ "index": 1877
},
{
- "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx",
- "line": 19,
- "column": 8,
- "index": 327
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 78,
+ "column": 14,
+ "index": 2057
},
{
- "filePath": "src/components/pathway-progress/PathwayNode.jsx",
- "line": 36,
- "column": 8,
- "index": 1094
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 242,
+ "column": 14,
+ "index": 7219
},
{
- "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx",
- "line": 13,
- "column": 4,
- "index": 616
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 247,
+ "column": 14,
+ "index": 7401
+ }
+ ],
+ "ModalDialog.Footer": [
+ {
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 110,
+ "column": 8,
+ "index": 3265
},
{
- "filePath": "src/components/pathway-progress/SubscriptionStatusCard.jsx",
- "line": 14,
- "column": 6,
- "index": 557
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 289,
+ "column": 8,
+ "index": 8912
+ }
+ ],
+ "ActionRow": [
+ {
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 111,
+ "column": 10,
+ "index": 3296
},
{
- "filePath": "src/components/pathway/SearchPathwayCard.jsx",
- "line": 115,
- "column": 6,
- "index": 3303
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 290,
+ "column": 10,
+ "index": 8943
+ }
+ ],
+ "Hyperlink": [
+ {
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 113,
+ "column": 14,
+ "index": 3353
},
{
- "filePath": "src/components/program-progress/ProgramListingCard.jsx",
- "line": 52,
- "column": 4,
- "index": 1676
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 291,
+ "column": 12,
+ "index": 8967
+ }
+ ],
+ "Launch": [
+ {
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 125,
+ "column": 56,
+ "index": 3913
},
{
- "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
- "line": 64,
- "column": 10,
- "index": 2515
- },
+ "filePath": "src/components/catalogInfoModal/CatalogInfoModal.jsx",
+ "line": 303,
+ "column": 54,
+ "index": 9510
+ }
+ ],
+ "MoneyOutline": [
{
- "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
+ "filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
"line": 51,
- "column": 4,
- "index": 1442
+ "column": 36,
+ "index": 1401
},
{
- "filePath": "src/components/search/SearchCourseCard.jsx",
- "line": 92,
- "column": 4,
- "index": 2670
- },
+ "filePath": "src/components/catalogModalBanner/CatalogProgramModalBanner.jsx",
+ "line": 21,
+ "column": 38,
+ "index": 675
+ }
+ ],
+ "BookOpen": [
{
- "filePath": "src/components/search/SearchProgramCard.jsx",
- "line": 103,
- "column": 4,
- "index": 3122
+ "filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
+ "line": 65,
+ "column": 38,
+ "index": 1887
},
{
- "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx",
- "line": 10,
+ "filePath": "src/components/catalogModalBanner/CatalogProgramModalBanner.jsx",
+ "line": 52,
+ "column": 36,
+ "index": 1652
+ }
+ ],
+ "Book": [
+ {
+ "filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
+ "line": 81,
+ "column": 38,
+ "index": 2374
+ }
+ ],
+ "EventNote": [
+ {
+ "filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
+ "line": 97,
+ "column": 36,
+ "index": 2883
+ }
+ ],
+ "Assignment": [
+ {
+ "filePath": "src/components/catalogModalBanner/CatalogProgramModalBanner.jsx",
+ "line": 37,
+ "column": 38,
+ "index": 1161
+ }
+ ],
+ "Alert": [
+ {
+ "filePath": "src/components/catalogNoResultsDeck/CatalogNoResultsDeck.jsx",
+ "line": 70,
"column": 6,
- "index": 280
+ "index": 2002
},
{
- "filePath": "src/components/skills-quiz/CourseCard.jsx",
- "line": 50,
- "column": 4,
- "index": 1822
- },
+ "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
+ "line": 398,
+ "column": 6,
+ "index": 11605
+ }
+ ],
+ "Alert.Heading": [
{
- "filePath": "src/components/skills-quiz/JobCardComponent.jsx",
- "line": 17,
+ "filePath": "src/components/catalogNoResultsDeck/CatalogNoResultsDeck.jsx",
+ "line": 71,
"column": 8,
- "index": 522
- },
- {
- "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
- "line": 167,
- "column": 12,
- "index": 5645
- },
+ "index": 2085
+ }
+ ],
+ "Alert.Link": [
{
- "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx",
- "line": 69,
+ "filePath": "src/components/catalogNoResultsDeck/CatalogNoResultsDeck.jsx",
+ "line": 77,
"column": 8,
- "index": 2289
+ "index": 2265
}
],
- "Card.Header": [
+ "DataTable": [
{
- "filePath": "src/components/academies/SearchAcademyCard.jsx",
- "line": 21,
+ "filePath": "src/components/catalogNoResultsDeck/CatalogNoResultsDeck.jsx",
+ "line": 87,
"column": 6,
- "index": 565
+ "index": 2572
},
{
- "filePath": "src/components/course/CourseRecommendationCard.jsx",
- "line": 59,
- "column": 6,
- "index": 2077
+ "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
+ "line": 484,
+ "column": 10,
+ "index": 14500
+ }
+ ],
+ "CardView": [
+ {
+ "filePath": "src/components/catalogNoResultsDeck/CatalogNoResultsDeck.jsx",
+ "line": 100,
+ "column": 8,
+ "index": 3013
},
{
- "filePath": "src/components/dashboard/sidebar/SidebarCard.jsx",
- "line": 12,
+ "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
+ "line": 497,
"column": 14,
- "index": 250
- },
+ "index": 15016
+ }
+ ],
+ "Badge": [
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 38,
+ "filePath": "src/components/catalogSearchResults/associatedComponents/catalogBadges/CatalogBadges.jsx",
+ "line": 15,
"column": 8,
- "index": 1074
+ "index": 470
},
{
- "filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 111,
- "column": 6,
- "index": 3983
+ "filePath": "src/components/catalogSearchResults/associatedComponents/catalogBadges/CatalogBadges.jsx",
+ "line": 22,
+ "column": 8,
+ "index": 756
},
{
- "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx",
- "line": 27,
- "column": 6,
- "index": 1090
+ "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
+ "line": 442,
+ "column": 12,
+ "index": 13025
},
{
- "filePath": "src/components/pathway/SearchPathwayCard.jsx",
- "line": 131,
- "column": 8,
- "index": 3750
+ "filePath": "src/components/courseCard/CourseCard.jsx",
+ "line": 55,
+ "column": 12,
+ "index": 1664
},
{
- "filePath": "src/components/program-progress/ProgramListingCard.jsx",
- "line": 69,
- "column": 6,
- "index": 2203
+ "filePath": "src/components/courseCard/CourseCard.jsx",
+ "line": 62,
+ "column": 12,
+ "index": 1961
},
{
- "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
- "line": 67,
- "column": 6,
- "index": 1887
+ "filePath": "src/components/programCard/ProgramCard.jsx",
+ "line": 56,
+ "column": 10,
+ "index": 1736
},
{
- "filePath": "src/components/search/SearchCourseCard.jsx",
- "line": 110,
- "column": 6,
- "index": 3173
+ "filePath": "src/components/programCard/ProgramCard.jsx",
+ "line": 69,
+ "column": 12,
+ "index": 2170
},
{
- "filePath": "src/components/search/SearchProgramCard.jsx",
- "line": 121,
- "column": 6,
- "index": 3589
- },
+ "filePath": "src/components/programCard/ProgramCard.jsx",
+ "line": 74,
+ "column": 12,
+ "index": 2393
+ }
+ ],
+ "useToggle": [
{
- "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx",
- "line": 12,
+ "filePath": "src/components/catalogSearchResults/associatedComponents/downloadCsvButton/DownloadCsvButton.jsx",
+ "line": 10,
+ "column": 32,
+ "index": 372
+ }
+ ],
+ "Toast": [
+ {
+ "filePath": "src/components/catalogSearchResults/associatedComponents/downloadCsvButton/DownloadCsvButton.jsx",
+ "line": 36,
"column": 8,
- "index": 346
- },
+ "index": 1151
+ }
+ ],
+ "Download": [
{
- "filePath": "src/components/skills-quiz/CourseCard.jsx",
- "line": 66,
- "column": 6,
- "index": 2320
- },
+ "filePath": "src/components/catalogSearchResults/associatedComponents/downloadCsvButton/DownloadCsvButton.jsx",
+ "line": 42,
+ "column": 20,
+ "index": 1312
+ }
+ ],
+ "Skeleton": [
{
- "filePath": "src/components/skills-quiz/JobCardComponent.jsx",
- "line": 18,
- "column": 10,
- "index": 576
- },
+ "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
+ "line": 392,
+ "column": 8,
+ "index": 11479
+ }
+ ],
+ "DataTable.TableControlBar": [
{
- "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
- "line": 189,
+ "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
+ "line": 495,
+ "column": 12,
+ "index": 14945
+ }
+ ],
+ "DataTable.Table": [
+ {
+ "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
+ "line": 508,
+ "column": 26,
+ "index": 15330
+ }
+ ],
+ "DataTable.TableFooter": [
+ {
+ "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
+ "line": 511,
"column": 14,
- "index": 6421
+ "index": 15393
}
],
- "Card.Section": [
+ "useMediaQuery": [
{
- "filePath": "src/components/academies/SearchAcademyCard.jsx",
- "line": 22,
- "column": 6,
- "index": 601
+ "filePath": "src/components/catalogSelectionDeck/CatalogSelectionDeck.jsx",
+ "line": 26,
+ "column": 23,
+ "index": 931
},
{
- "filePath": "src/components/academies/SearchAcademyCard.jsx",
- "line": 23,
- "column": 6,
- "index": 655
+ "filePath": "src/components/hero/Hero.jsx",
+ "line": 43,
+ "column": 20,
+ "index": 1256
},
{
- "filePath": "src/components/academies/SearchAcademyCard.jsx",
- "line": 24,
- "column": 6,
- "index": 678
+ "filePath": "src/components/hero/Hero.jsx",
+ "line": 54,
+ "column": 19,
+ "index": 1546
+ }
+ ],
+ "breakpoints": [
+ {
+ "filePath": "src/components/catalogSelectionDeck/CatalogSelectionDeck.jsx",
+ "line": 26,
+ "column": 49,
+ "index": 957
},
{
- "filePath": "src/components/course/course-header/CourseRunCard.jsx",
- "line": 41,
- "column": 6,
- "index": 1514
+ "filePath": "src/components/hero/Hero.jsx",
+ "line": 43,
+ "column": 46,
+ "index": 1282
},
{
- "filePath": "src/components/course/course-header/deprecated/CourseRunCard.jsx",
- "line": 353,
- "column": 6,
- "index": 11603
+ "filePath": "src/components/hero/Hero.jsx",
+ "line": 55,
+ "column": 14,
+ "index": 1576
},
{
- "filePath": "src/components/course/CourseRecommendationCard.jsx",
- "line": 70,
+ "filePath": "src/components/hero/Hero.jsx",
+ "line": 56,
+ "column": 14,
+ "index": 1619
+ }
+ ],
+ "Container": [
+ {
+ "filePath": "src/components/catalogSelectionDeck/CatalogSelectionDeck.jsx",
+ "line": 35,
+ "column": 4,
+ "index": 1160
+ },
+ {
+ "filePath": "src/components/hero/Hero.jsx",
+ "line": 73,
"column": 6,
- "index": 2490
+ "index": 1994
},
{
- "filePath": "src/components/dashboard/sidebar/DashboardSidebar.jsx",
+ "filePath": "src/components/PageWrapper.jsx",
"line": 11,
- "column": 6,
- "index": 284
+ "column": 2,
+ "index": 321
},
{
- "filePath": "src/components/dashboard/sidebar/SidebarCard.jsx",
- "line": 13,
+ "filePath": "src/components/subheader/subheader.jsx",
+ "line": 7,
"column": 4,
- "index": 285
- },
+ "index": 171
+ }
+ ],
+ "SelectableBox.Set": [
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "filePath": "src/components/catalogSelectionDeck/CatalogSelectionDeck.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 1254
+ }
+ ],
+ "SelectableBox": [
+ {
+ "filePath": "src/components/catalogSelectionDeck/CatalogSelectionDeck.jsx",
"line": 45,
"column": 8,
- "index": 1325
+ "index": 1461
},
{
- "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
- "line": 16,
- "column": 10,
- "index": 596
- },
+ "filePath": "src/components/catalogSelectionDeck/CatalogSelectionDeck.jsx",
+ "line": 55,
+ "column": 8,
+ "index": 2088
+ }
+ ],
+ "Card.ImageCap": [
{
- "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
- "line": 26,
- "column": 10,
- "index": 870
+ "filePath": "src/components/courseCard/CourseCard.jsx",
+ "line": 39,
+ "column": 6,
+ "index": 1123
},
{
- "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
- "line": 16,
+ "filePath": "src/components/programCard/ProgramCard.jsx",
+ "line": 40,
"column": 6,
- "index": 466
- },
+ "index": 1190
+ }
+ ],
+ "Card.Header": [
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 233,
- "column": 14,
- "index": 9262
+ "filePath": "src/components/courseCard/CourseCard.jsx",
+ "line": 45,
+ "column": 6,
+ "index": 1283
},
{
- "filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 112,
+ "filePath": "src/components/programCard/ProgramCard.jsx",
+ "line": 46,
"column": 6,
- "index": 4048
- },
+ "index": 1388
+ }
+ ],
+ "Program": [
{
- "filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 126,
- "column": 8,
- "index": 4494
- },
+ "filePath": "src/components/programCard/ProgramCard.jsx",
+ "line": 60,
+ "column": 23,
+ "index": 1882
+ }
+ ]
+ }
+ },
+ {
+ "version": "22.8.1",
+ "name": "@edx/frontend-app-gradebook",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/openedx/frontend-app-gradebook.git"
+ },
+ "folderName": "frontend-app-gradebook",
+ "usages": {
+ "Alert": [
{
- "filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 173,
- "column": 8,
- "index": 6103
+ "filePath": "src/components/BulkManagementHistoryView/BulkManagementAlerts.jsx",
+ "line": 21,
+ "column": 4,
+ "index": 532
},
{
- "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx",
- "line": 20,
- "column": 10,
- "index": 344
+ "filePath": "src/components/BulkManagementHistoryView/BulkManagementAlerts.jsx",
+ "line": 28,
+ "column": 4,
+ "index": 666
},
{
- "filePath": "src/components/pathway-progress/PathwayNode.jsx",
- "line": 37,
+ "filePath": "src/components/GradesView/EditModal/index.jsx",
+ "line": 46,
"column": 10,
- "index": 1129
+ "index": 1170
},
{
- "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx",
- "line": 32,
+ "filePath": "src/components/GradesView/StatusAlerts/index.jsx",
+ "line": 15,
"column": 6,
- "index": 1218
+ "index": 251
},
{
- "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx",
- "line": 33,
+ "filePath": "src/components/GradesView/StatusAlerts/index.jsx",
+ "line": 22,
"column": 6,
- "index": 1241
- },
+ "index": 416
+ }
+ ],
+ "DataTable": [
{
- "filePath": "src/components/pathway-progress/SubscriptionStatusCard.jsx",
- "line": 15,
- "column": 8,
- "index": 589
+ "filePath": "src/components/BulkManagementHistoryView/HistoryTable.jsx",
+ "line": 33,
+ "column": 2,
+ "index": 907
},
{
- "filePath": "src/components/pathway/SearchPathwayCard.jsx",
- "line": 137,
- "column": 10,
- "index": 3925
+ "filePath": "src/components/GradesView/EditModal/OverrideTable/index.jsx",
+ "line": 33,
+ "column": 4,
+ "index": 830
},
{
- "filePath": "src/components/program-progress/ProgramListingCard.jsx",
- "line": 79,
+ "filePath": "src/components/GradesView/GradebookTable/index.jsx",
+ "line": 24,
"column": 6,
- "index": 2522
+ "index": 577
+ }
+ ],
+ "Hyperlink": [
+ {
+ "filePath": "src/components/BulkManagementHistoryView/ResultsSummary.jsx",
+ "line": 21,
+ "column": 2,
+ "index": 603
},
{
- "filePath": "src/components/program-progress/ProgramListingCard.jsx",
- "line": 90,
+ "filePath": "src/components/EdxHeader/index.jsx",
+ "line": 13,
"column": 6,
- "index": 2865
+ "index": 380
+ }
+ ],
+ "Icon": [
+ {
+ "filePath": "src/components/BulkManagementHistoryView/ResultsSummary.jsx",
+ "line": 28,
+ "column": 4,
+ "index": 775
},
{
- "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
- "line": 65,
+ "filePath": "src/components/GradebookFilters/index.jsx",
+ "line": 31,
"column": 12,
- "index": 2534
+ "index": 950
},
{
- "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
- "line": 74,
- "column": 12,
- "index": 2954
+ "filePath": "src/components/GradebookFilters/index.jsx",
+ "line": 35,
+ "column": 18,
+ "index": 1083
},
{
- "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
- "line": 77,
+ "filePath": "src/components/GradesView/FilterMenuToggle/index.jsx",
+ "line": 24,
+ "column": 6,
+ "index": 746
+ },
+ {
+ "filePath": "src/components/GradesView/GradebookTable/LabelReplacements.jsx",
+ "line": 38,
"column": 12,
- "index": 3117
+ "index": 1047
},
{
- "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
- "line": 75,
+ "filePath": "src/components/GradesView/SpinnerIcon.jsx",
+ "line": 16,
"column": 6,
- "index": 2132
+ "index": 406
},
{
- "filePath": "src/components/search/SearchCourseCard.jsx",
- "line": 118,
- "column": 6,
- "index": 3466
+ "filePath": "src/components/NetworkButton/index.jsx",
+ "line": 42,
+ "column": 16,
+ "index": 1632
},
{
- "filePath": "src/components/search/SearchProgramCard.jsx",
- "line": 133,
- "column": 6,
- "index": 3953
+ "filePath": "src/components/NetworkButton/index.jsx",
+ "line": 43,
+ "column": 16,
+ "index": 1715
},
{
- "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx",
- "line": 13,
- "column": 8,
- "index": 370
+ "filePath": "src/components/NetworkButton/test.jsx",
+ "line": 54,
+ "column": 20,
+ "index": 1683
},
{
- "filePath": "src/components/skills-quiz/CourseCard.jsx",
- "line": 78,
- "column": 6,
- "index": 2678
+ "filePath": "src/components/NetworkButton/test.jsx",
+ "line": 55,
+ "column": 20,
+ "index": 1753
},
{
- "filePath": "src/components/skills-quiz/JobCardComponent.jsx",
- "line": 19,
- "column": 10,
- "index": 619
+ "filePath": "src/components/NetworkButton/test.jsx",
+ "line": 63,
+ "column": 20,
+ "index": 2098
},
{
- "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
- "line": 201,
- "column": 14,
- "index": 6860
+ "filePath": "src/components/NetworkButton/test.jsx",
+ "line": 64,
+ "column": 20,
+ "index": 2168
+ }
+ ],
+ "Download": [
+ {
+ "filePath": "src/components/BulkManagementHistoryView/ResultsSummary.jsx",
+ "line": 28,
+ "column": 15,
+ "index": 786
+ }
+ ],
+ "Button": [
+ {
+ "filePath": "src/components/GradebookFilters/AssignmentGradeFilter/index.jsx",
+ "line": 38,
+ "column": 8,
+ "index": 1133
},
{
- "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
- "line": 211,
- "column": 14,
- "index": 7382
+ "filePath": "src/components/GradebookFilters/CourseGradeFilter/index.jsx",
+ "line": 36,
+ "column": 8,
+ "index": 965
},
{
- "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx",
- "line": 70,
+ "filePath": "src/components/GradebookHeader/index.jsx",
+ "line": 31,
"column": 10,
- "index": 2306
+ "index": 1016
},
{
- "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx",
- "line": 99,
+ "filePath": "src/components/GradesView/EditModal/index.jsx",
+ "line": 60,
"column": 10,
- "index": 3208
- }
- ],
- "Image": [
+ "index": 1656
+ },
{
- "filePath": "src/components/academies/SearchAcademyCard.jsx",
- "line": 25,
+ "filePath": "src/components/GradesView/FilterBadges/FilterBadge.jsx",
+ "line": 39,
"column": 8,
- "index": 722
+ "index": 1114
},
{
- "filePath": "src/components/course/course-header/CoursePreview.jsx",
- "line": 41,
- "column": 14,
- "index": 1310
+ "filePath": "src/components/GradesView/FilterMenuToggle/index.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 618
},
{
- "filePath": "src/components/course/course-header/CoursePreview.jsx",
- "line": 54,
- "column": 8,
- "index": 1890
+ "filePath": "src/components/GradesView/GradebookTable/GradeButton.jsx",
+ "line": 47,
+ "column": 6,
+ "index": 1339
},
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 41,
- "column": 14,
- "index": 1206
+ "filePath": "src/components/GradesView/PageButtons/index.jsx",
+ "line": 15,
+ "column": 6,
+ "index": 318
},
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 33,
+ "filePath": "src/components/GradesView/PageButtons/index.jsx",
+ "line": 23,
+ "column": 6,
+ "index": 509
+ }
+ ],
+ "IconButton": [
+ {
+ "filePath": "src/components/GradebookFilters/index.jsx",
+ "line": 32,
"column": 8,
- "index": 1217
- },
+ "index": 997
+ }
+ ],
+ "Close": [
{
- "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
- "line": 75,
- "column": 14,
- "index": 3031
+ "filePath": "src/components/GradebookFilters/index.jsx",
+ "line": 36,
+ "column": 15,
+ "index": 1104
}
],
- "Hyperlink": [
+ "Collapsible": [
{
- "filePath": "src/components/app/Root.jsx",
- "line": 33,
- "column": 10,
- "index": 1269
+ "filePath": "src/components/GradebookFilters/index.jsx",
+ "line": 42,
+ "column": 6,
+ "index": 1255
},
{
- "filePath": "src/components/app/routes/EnterpriseInviteRoute.jsx",
- "line": 23,
+ "filePath": "src/components/GradebookFilters/index.jsx",
+ "line": 54,
"column": 6,
- "index": 785
+ "index": 1662
},
{
- "filePath": "src/components/app/routes/EnterpriseInviteRoute.jsx",
- "line": 30,
+ "filePath": "src/components/GradebookFilters/index.jsx",
+ "line": 62,
"column": 6,
- "index": 1022
+ "index": 1893
},
{
- "filePath": "src/components/app/routes/EnterpriseInviteRoute.jsx",
- "line": 39,
- "column": 10,
- "index": 1231
- },
+ "filePath": "src/components/GradebookFilters/index.jsx",
+ "line": 70,
+ "column": 6,
+ "index": 2127
+ }
+ ],
+ "Form.Checkbox": [
{
- "filePath": "src/components/app/routes/LicenseActivationRoute.jsx",
- "line": 32,
- "column": 12,
- "index": 1213
- },
+ "filePath": "src/components/GradebookFilters/index.jsx",
+ "line": 75,
+ "column": 8,
+ "index": 2282
+ }
+ ],
+ "Form.Group": [
{
- "filePath": "src/components/app/routes/LicenseActivationRoute.jsx",
- "line": 45,
- "column": 12,
- "index": 1654
+ "filePath": "src/components/GradebookFilters/PercentGroup.jsx",
+ "line": 15,
+ "column": 4,
+ "index": 261
},
{
- "filePath": "src/components/course/course-header/CourseHeader.jsx",
- "line": 83,
- "column": 18,
- "index": 2894
+ "filePath": "src/components/GradebookFilters/SelectGroup.jsx",
+ "line": 16,
+ "column": 4,
+ "index": 296
},
{
- "filePath": "src/components/course/CourseAssociatedPrograms.jsx",
- "line": 56,
- "column": 16,
- "index": 2233
+ "filePath": "src/components/GradesView/ImportGradesButton/index.jsx",
+ "line": 28,
+ "column": 8,
+ "index": 786
},
{
- "filePath": "src/components/course/CourseMainContent.jsx",
- "line": 97,
- "column": 16,
- "index": 3492
- },
+ "filePath": "src/components/GradesView/ScoreViewInput/index.jsx",
+ "line": 18,
+ "column": 4,
+ "index": 532
+ }
+ ],
+ "Form.Label": [
{
- "filePath": "src/components/course/CourseMaterialsButton.jsx",
- "line": 32,
- "column": 10,
- "index": 976
+ "filePath": "src/components/GradebookFilters/PercentGroup.jsx",
+ "line": 16,
+ "column": 6,
+ "index": 295
},
{
- "filePath": "src/components/course/CreatedBy.jsx",
- "line": 36,
- "column": 14,
- "index": 1205
+ "filePath": "src/components/GradebookFilters/SelectGroup.jsx",
+ "line": 17,
+ "column": 6,
+ "index": 330
},
{
- "filePath": "src/components/course/CreatedBy.jsx",
- "line": 54,
- "column": 16,
- "index": 1900
+ "filePath": "src/components/GradesView/ScoreViewInput/index.jsx",
+ "line": 19,
+ "column": 6,
+ "index": 573
+ }
+ ],
+ "Form.Control": [
+ {
+ "filePath": "src/components/GradebookFilters/PercentGroup.jsx",
+ "line": 17,
+ "column": 6,
+ "index": 334
},
{
- "filePath": "src/components/course/data/utils.jsx",
- "line": 512,
- "column": 12,
- "index": 18243
+ "filePath": "src/components/GradebookFilters/SelectGroup.jsx",
+ "line": 18,
+ "column": 6,
+ "index": 369
},
{
- "filePath": "src/components/course/data/utils.jsx",
- "line": 528,
- "column": 12,
- "index": 18621
+ "filePath": "src/components/GradesView/EditModal/OverrideTable/AdjustedGradeInput/index.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 429
},
{
- "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
- "line": 110,
- "column": 30,
- "index": 4561
+ "filePath": "src/components/GradesView/EditModal/OverrideTable/ReasonInput/index.jsx",
+ "line": 16,
+ "column": 4,
+ "index": 371
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/ContinueLearningButton.jsx",
- "line": 56,
+ "filePath": "src/components/GradesView/ImportGradesButton/index.jsx",
+ "line": 29,
"column": 10,
- "index": 1894
+ "index": 825
},
{
- "filePath": "src/components/dashboard/sidebar/SupportInformation.jsx",
- "line": 45,
- "column": 16,
- "index": 1796
- },
+ "filePath": "src/components/GradesView/ScoreViewInput/index.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 641
+ }
+ ],
+ "ModalDialog": [
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 40,
- "column": 12,
- "index": 1118
- },
+ "filePath": "src/components/GradesView/EditModal/index.jsx",
+ "line": 35,
+ "column": 4,
+ "index": 921
+ }
+ ],
+ "ModalDialog.Body": [
{
- "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
- "line": 83,
- "column": 22,
- "index": 4470
- },
+ "filePath": "src/components/GradesView/EditModal/index.jsx",
+ "line": 43,
+ "column": 6,
+ "index": 1100
+ }
+ ],
+ "ModalDialog.Footer": [
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 363,
- "column": 34,
- "index": 15938
- },
+ "filePath": "src/components/GradesView/EditModal/index.jsx",
+ "line": 55,
+ "column": 6,
+ "index": 1465
+ }
+ ],
+ "ActionRow": [
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 412,
- "column": 32,
- "index": 18758
+ "filePath": "src/components/GradesView/EditModal/index.jsx",
+ "line": 56,
+ "column": 8,
+ "index": 1494
+ }
+ ],
+ "ModalDialog.CloseButton": [
+ {
+ "filePath": "src/components/GradesView/EditModal/index.jsx",
+ "line": 57,
+ "column": 10,
+ "index": 1516
+ }
+ ],
+ "Form": [
+ {
+ "filePath": "src/components/GradesView/EditModal/OverrideTable/AdjustedGradeInput/index.test.jsx",
+ "line": 32,
+ "column": 45,
+ "index": 875
},
{
- "filePath": "src/components/program/ProgramInstructors.jsx",
- "line": 23,
- "column": 12,
- "index": 873
+ "filePath": "src/components/GradesView/EditModal/OverrideTable/ReasonInput/index.test.jsx",
+ "line": 32,
+ "column": 45,
+ "index": 830
},
{
- "filePath": "src/components/program/ProgramInstructors.jsx",
- "line": 78,
- "column": 14,
- "index": 2730
+ "filePath": "src/components/GradesView/ImportGradesButton/index.jsx",
+ "line": 27,
+ "column": 6,
+ "index": 733
},
{
- "filePath": "src/components/skills-quiz/SimilarJobs.jsx",
- "line": 54,
- "column": 10,
- "index": 1759
+ "filePath": "src/components/GradesView/ImportGradesButton/index.test.jsx",
+ "line": 40,
+ "column": 36,
+ "index": 1442
}
],
- "AlertModal": [
+ "FilterAlt": [
{
- "filePath": "src/components/app/routes/RouteErrorBoundary.jsx",
- "line": 88,
- "column": 6,
- "index": 2742
- },
+ "filePath": "src/components/GradesView/FilterMenuToggle/index.jsx",
+ "line": 24,
+ "column": 17,
+ "index": 757
+ }
+ ],
+ "DataTable.TableControlBar": [
{
- "filePath": "src/components/budget-expiry-notification/index.jsx",
- "line": 87,
+ "filePath": "src/components/GradesView/GradebookTable/index.jsx",
+ "line": 32,
"column": 8,
- "index": 2424
- },
+ "index": 791
+ }
+ ],
+ "DataTable.Table": [
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx",
- "line": 59,
- "column": 4,
- "index": 1847
+ "filePath": "src/components/GradesView/GradebookTable/index.jsx",
+ "line": 33,
+ "column": 8,
+ "index": 829
}
],
- "ActionRow": [
+ "DataTable.EmptyTable": [
{
- "filePath": "src/components/app/routes/RouteErrorBoundary.jsx",
- "line": 94,
+ "filePath": "src/components/GradesView/GradebookTable/index.jsx",
+ "line": 34,
+ "column": 8,
+ "index": 857
+ }
+ ],
+ "OverlayTrigger": [
+ {
+ "filePath": "src/components/GradesView/GradebookTable/LabelReplacements.jsx",
+ "line": 25,
+ "column": 6,
+ "index": 623
+ }
+ ],
+ "Tooltip": [
+ {
+ "filePath": "src/components/GradesView/GradebookTable/LabelReplacements.jsx",
+ "line": 30,
"column": 10,
- "index": 2949
- },
+ "index": 788
+ }
+ ],
+ "Toast": [
{
- "filePath": "src/components/budget-expiry-notification/index.jsx",
- "line": 93,
- "column": 12,
- "index": 2586
- },
+ "filePath": "src/components/GradesView/ImportSuccessToast/index.jsx",
+ "line": 20,
+ "column": 4,
+ "index": 426
+ }
+ ],
+ "SearchField": [
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx",
- "line": 64,
- "column": 8,
- "index": 1973
- },
+ "filePath": "src/components/GradesView/SearchControls/index.jsx",
+ "line": 22,
+ "column": 6,
+ "index": 525
+ }
+ ],
+ "StatefulButton": [
{
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 70,
- "column": 14,
- "index": 2208
- },
+ "filePath": "src/components/NetworkButton/index.jsx",
+ "line": 53,
+ "column": 6,
+ "index": 1925
+ }
+ ]
+ }
+ },
+ {
+ "version": "22.9.0",
+ "name": "@edx/frontend-app-learner-dashboard",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/edx/frontend-app-learner-dashboard.git"
+ },
+ "folderName": "frontend-app-learner-dashboard",
+ "usages": {
+ "Alert": [
{
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 87,
- "column": 14,
- "index": 3047
+ "filePath": "src/App.jsx",
+ "line": 86,
+ "column": 16,
+ "index": 2721
},
{
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 100,
- "column": 12,
- "index": 3441
- },
+ "filePath": "src/components/Banner.jsx",
+ "line": 10,
+ "column": 2,
+ "index": 227
+ }
+ ],
+ "useWindowSize": [
{
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 115,
- "column": 12,
- "index": 4030
+ "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.js",
+ "line": 4,
+ "column": 20,
+ "index": 122
},
{
- "filePath": "src/components/program-progress/CouponCodesWarningModal.jsx",
- "line": 28,
- "column": 8,
- "index": 978
+ "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
+ "line": 14,
+ "column": 4,
+ "index": 476
},
{
- "filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx",
- "line": 52,
- "column": 8,
- "index": 1883
+ "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
+ "line": 16,
+ "column": 4,
+ "index": 599
},
{
- "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
- "line": 74,
- "column": 10,
- "index": 2768
- }
- ],
- "MailtoLink": [
- {
- "filePath": "src/components/budget-expiry-notification/data/hooks/useExpiryThresholds.jsx",
- "line": 73,
- "column": 18,
- "index": 3138
+ "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
+ "line": 18,
+ "column": 4,
+ "index": 722
},
{
- "filePath": "src/components/budget-expiry-notification/data/hooks/useExpiryThresholds.jsx",
- "line": 155,
- "column": 18,
- "index": 6814
+ "filePath": "src/containers/CourseCard/hooks.js",
+ "line": 6,
+ "column": 20,
+ "index": 213
},
{
- "filePath": "src/components/budget-expiry-notification/index.jsx",
- "line": 53,
- "column": 12,
- "index": 1598
+ "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
+ "line": 45,
+ "column": 20,
+ "index": 930
},
{
- "filePath": "src/components/contact-admin-mailto/index.jsx",
- "line": 14,
+ "filePath": "src/containers/CourseFilterControls/CourseFilterControls.test.jsx",
+ "line": 41,
"column": 6,
- "index": 417
+ "index": 1240
},
{
- "filePath": "src/components/course/data/utils.jsx",
- "line": 554,
- "column": 12,
- "index": 19231
+ "filePath": "src/containers/CourseFilterControls/CourseFilterControls.test.jsx",
+ "line": 48,
+ "column": 6,
+ "index": 1510
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx",
- "line": 88,
- "column": 16,
- "index": 3193
+ "filePath": "src/containers/CourseFilterControls/CourseFilterControls.test.jsx",
+ "line": 55,
+ "column": 6,
+ "index": 1791
},
{
- "filePath": "src/components/dashboard/sidebar/SupportInformation.jsx",
- "line": 65,
+ "filePath": "src/containers/CoursesPanel/CourseList/hooks.js",
+ "line": 4,
"column": 20,
- "index": 2612
+ "index": 122
},
{
- "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx",
- "line": 50,
- "column": 8,
- "index": 1718
+ "filePath": "src/containers/Dashboard/hooks.js",
+ "line": 28,
+ "column": 20,
+ "index": 858
},
{
- "filePath": "src/components/enterprise-user-subsidy/enterprise-offers/EnterpriseOffersBalanceAlert.jsx",
- "line": 62,
- "column": 4,
- "index": 2966
+ "filePath": "src/containers/Dashboard/hooks.test.js",
+ "line": 27,
+ "column": 0,
+ "index": 604
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 333,
- "column": 32,
- "index": 14289
+ "filePath": "src/containers/Dashboard/hooks.test.js",
+ "line": 52,
+ "column": 10,
+ "index": 1482
},
{
- "filePath": "src/components/program-progress/CouponCodesWarningModal.jsx",
- "line": 42,
- "column": 16,
- "index": 1881
+ "filePath": "src/containers/LearnerDashboardHeader/hooks.js",
+ "line": 17,
+ "column": 20,
+ "index": 516
},
{
- "filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx",
- "line": 22,
- "column": 8,
- "index": 808
+ "filePath": "src/containers/LearnerDashboardHeader/hooks.test.js",
+ "line": 34,
+ "column": 6,
+ "index": 776
},
{
- "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
- "line": 31,
- "column": 16,
- "index": 1168
+ "filePath": "src/containers/LearnerDashboardHeader/hooks.test.js",
+ "line": 38,
+ "column": 6,
+ "index": 961
}
],
- "Alert": [
- {
- "filePath": "src/components/budget-expiry-notification/index.jsx",
- "line": 70,
- "column": 8,
- "index": 1998
- },
- {
- "filePath": "src/components/course/CourseEnrollmentFailedAlert.jsx",
- "line": 96,
- "column": 52,
- "index": 3329
- },
+ "breakpoints": [
{
- "filePath": "src/components/course/CourseEnrollmentFailedAlert.jsx",
- "line": 109,
- "column": 6,
- "index": 3693
+ "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.js",
+ "line": 5,
+ "column": 17,
+ "index": 156
},
{
- "filePath": "src/components/course/LicenseRequestedAlert.jsx",
- "line": 44,
- "column": 6,
- "index": 1813
+ "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.js",
+ "line": 5,
+ "column": 56,
+ "index": 195
},
{
- "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
- "line": 104,
- "column": 14,
- "index": 4304
+ "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
+ "line": 8,
+ "column": 7,
+ "index": 294
},
{
- "filePath": "src/components/dashboard/DashboardPage.jsx",
- "line": 78,
- "column": 6,
- "index": 2406
+ "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
+ "line": 9,
+ "column": 9,
+ "index": 335
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
- "line": 119,
- "column": 14,
- "index": 2789
+ "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
+ "line": 10,
+ "column": 10,
+ "index": 378
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/ModalError.jsx",
- "line": 10,
- "column": 4,
- "index": 320
+ "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
+ "line": 11,
+ "column": 9,
+ "index": 420
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/ModalError.jsx",
- "line": 10,
- "column": 4,
- "index": 332
+ "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
+ "line": 14,
+ "column": 43,
+ "index": 515
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx",
- "line": 83,
- "column": 8,
- "index": 2404
+ "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
+ "line": 16,
+ "column": 43,
+ "index": 638
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx",
- "line": 98,
- "column": 4,
- "index": 3545
+ "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/hooks.test.js",
+ "line": 18,
+ "column": 43,
+ "index": 761
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/CourseEnrollmentsAlert.jsx",
- "line": 20,
- "column": 4,
- "index": 437
+ "filePath": "src/containers/CourseCard/hooks.js",
+ "line": 7,
+ "column": 17,
+ "index": 247
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/NewGroupAssignmentAlert.jsx",
- "line": 13,
- "column": 4,
- "index": 331
+ "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
+ "line": 46,
+ "column": 27,
+ "index": 974
},
{
- "filePath": "src/components/enterprise-user-subsidy/enterprise-offers/EnterpriseOffersBalanceAlert.jsx",
- "line": 82,
- "column": 6,
- "index": 3527
+ "filePath": "src/containers/CourseFilterControls/CourseFilterControls.test.jsx",
+ "line": 41,
+ "column": 49,
+ "index": 1283
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 241,
- "column": 16,
- "index": 9701
+ "filePath": "src/containers/CourseFilterControls/CourseFilterControls.test.jsx",
+ "line": 48,
+ "column": 49,
+ "index": 1553
},
{
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 93,
- "column": 18,
- "index": 3657
+ "filePath": "src/containers/CourseFilterControls/CourseFilterControls.test.jsx",
+ "line": 55,
+ "column": 49,
+ "index": 1834
},
{
- "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
- "line": 21,
- "column": 6,
- "index": 805
+ "filePath": "src/containers/CoursesPanel/CourseList/hooks.js",
+ "line": 5,
+ "column": 17,
+ "index": 156
},
{
- "filePath": "src/components/search/SearchError.jsx",
- "line": 11,
- "column": 4,
- "index": 325
+ "filePath": "src/containers/Dashboard/hooks.js",
+ "line": 32,
+ "column": 34,
+ "index": 1002
},
{
- "filePath": "src/components/search/SearchNoResults.jsx",
- "line": 14,
- "column": 6,
- "index": 385
+ "filePath": "src/containers/Dashboard/hooks.test.js",
+ "line": 28,
+ "column": 0,
+ "index": 650
},
{
- "filePath": "src/components/skills-quiz/SearchCourseCard.jsx",
- "line": 71,
- "column": 6,
- "index": 2648
+ "filePath": "src/containers/LearnerDashboardHeader/hooks.js",
+ "line": 18,
+ "column": 52,
+ "index": 585
},
{
- "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
- "line": 142,
- "column": 6,
- "index": 4937
+ "filePath": "src/containers/LearnerDashboardHeader/hooks.test.js",
+ "line": 34,
+ "column": 49,
+ "index": 819
},
{
- "filePath": "src/components/skills-quiz/SkillsCourses.jsx",
- "line": 162,
- "column": 10,
- "index": 5472
+ "filePath": "src/containers/LearnerDashboardHeader/hooks.test.js",
+ "line": 38,
+ "column": 49,
+ "index": 1004
}
],
- "Alert.Heading": [
+ "Button": [
{
- "filePath": "src/components/budget-expiry-notification/index.jsx",
- "line": 79,
- "column": 10,
- "index": 2275
+ "filePath": "src/containers/CourseCard/components/CourseCardActions/ActionButton/index.jsx",
+ "line": 9,
+ "column": 4,
+ "index": 202
},
{
- "filePath": "src/components/course/LicenseRequestedAlert.jsx",
- "line": 45,
+ "filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/views/components/CreditContent.jsx",
+ "line": 14,
"column": 8,
- "index": 1878
- },
- {
- "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
- "line": 119,
- "column": 16,
- "index": 5015
- },
- {
- "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx",
- "line": 117,
- "column": 6,
- "index": 4342
+ "index": 404
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/NewGroupAssignmentAlert.jsx",
- "line": 37,
+ "filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/views/components/CreditRequestForm/index.jsx",
+ "line": 29,
"column": 6,
- "index": 1069
+ "index": 695
},
{
- "filePath": "src/components/enterprise-user-subsidy/enterprise-offers/EnterpriseOffersBalanceAlert.jsx",
- "line": 88,
- "column": 8,
- "index": 3690
+ "filePath": "src/containers/CourseCard/components/CourseCardBanners/EntitlementBanner.jsx",
+ "line": 45,
+ "column": 12,
+ "index": 1300
},
{
- "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
- "line": 46,
+ "filePath": "src/containers/CourseCard/components/CourseCardDetails/index.jsx",
+ "line": 30,
"column": 10,
- "index": 1707
+ "index": 738
},
{
- "filePath": "src/components/search/SearchError.jsx",
- "line": 17,
+ "filePath": "src/containers/CourseCard/components/RelatedProgramsBadge/index.jsx",
+ "line": 22,
"column": 6,
- "index": 425
- },
- {
- "filePath": "src/components/search/SearchNoResults.jsx",
- "line": 21,
- "column": 8,
- "index": 520
- }
- ],
- "Row": [
- {
- "filePath": "src/components/course/course-header/CourseHeader.jsx",
- "line": 69,
- "column": 8,
- "index": 2344
+ "index": 567
},
{
- "filePath": "src/components/course/CourseReview.jsx",
- "line": 94,
+ "filePath": "src/containers/CourseFilterControls/ActiveCourseFilters.jsx",
+ "line": 29,
"column": 6,
- "index": 3844
+ "index": 775
},
{
- "filePath": "src/components/course/CourseReview.jsx",
- "line": 105,
+ "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
+ "line": 50,
"column": 6,
- "index": 4200
+ "index": 1058
},
{
- "filePath": "src/components/course/CourseReview.jsx",
- "line": 187,
+ "filePath": "src/containers/CoursesPanel/NoCoursesView/index.jsx",
+ "line": 28,
"column": 6,
- "index": 7882
+ "index": 906
},
{
- "filePath": "src/components/course/CourseSidebarListItem.jsx",
- "line": 10,
- "column": 2,
- "index": 186
+ "filePath": "src/containers/EmailSettingsModal/index.jsx",
+ "line": 43,
+ "column": 10,
+ "index": 1029
},
{
- "filePath": "src/components/course/routes/CourseAbout.jsx",
- "line": 33,
- "column": 8,
- "index": 1013
+ "filePath": "src/containers/EmailSettingsModal/index.jsx",
+ "line": 46,
+ "column": 10,
+ "index": 1156
},
{
- "filePath": "src/components/course/routes/CourseAbout.jsx",
+ "filePath": "src/containers/EnterpriseDashboardModal/index.jsx",
"line": 46,
"column": 10,
- "index": 1393
+ "index": 1096
},
{
- "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
- "line": 95,
+ "filePath": "src/containers/EnterpriseDashboardModal/index.jsx",
+ "line": 49,
"column": 10,
- "index": 3916
+ "index": 1244
},
{
- "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx",
- "line": 29,
- "column": 10,
- "index": 1061
+ "filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx",
+ "line": 36,
+ "column": 12,
+ "index": 926
},
{
- "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx",
- "line": 57,
+ "filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx",
+ "line": 62,
"column": 10,
- "index": 2271
+ "index": 1686
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 462,
+ "filePath": "src/containers/SelectSessionModal/index.jsx",
+ "line": 66,
"column": 8,
- "index": 14774
- },
- {
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 477,
- "column": 6,
- "index": 14985
+ "index": 1709
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 572,
- "column": 12,
- "index": 18146
+ "filePath": "src/containers/SelectSessionModal/index.jsx",
+ "line": 69,
+ "column": 8,
+ "index": 1837
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 580,
- "column": 14,
- "index": 18553
+ "filePath": "src/containers/UnenrollConfirmModal/components/ConfirmPane.jsx",
+ "line": 21,
+ "column": 8,
+ "index": 423
},
{
- "filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx",
- "line": 13,
- "column": 2,
- "index": 404
+ "filePath": "src/containers/UnenrollConfirmModal/components/ConfirmPane.jsx",
+ "line": 24,
+ "column": 8,
+ "index": 549
},
{
- "filePath": "src/components/enterprise-banner/EnterpriseBanner.jsx",
- "line": 19,
+ "filePath": "src/containers/UnenrollConfirmModal/components/FinishedPane.jsx",
+ "line": 25,
"column": 8,
- "index": 564
+ "index": 552
},
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 46,
- "column": 10,
- "index": 1350
+ "filePath": "src/containers/UnenrollConfirmModal/components/ReasonPane.jsx",
+ "line": 40,
+ "column": 8,
+ "index": 1005
},
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 48,
- "column": 14,
- "index": 1445
- },
+ "filePath": "src/containers/UnenrollConfirmModal/components/ReasonPane.jsx",
+ "line": 43,
+ "column": 8,
+ "index": 1134
+ }
+ ],
+ "ActionRow": [
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 57,
- "column": 16,
- "index": 1840
+ "filePath": "src/containers/CourseCard/components/CourseCardActions/index.jsx",
+ "line": 22,
+ "column": 4,
+ "index": 714
},
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 74,
- "column": 55,
- "index": 2929
+ "filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/views/components/CreditContent.jsx",
+ "line": 13,
+ "column": 6,
+ "index": 367
},
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 76,
- "column": 16,
- "index": 3085
+ "filePath": "src/containers/EmailSettingsModal/index.jsx",
+ "line": 42,
+ "column": 8,
+ "index": 1007
},
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 84,
- "column": 55,
- "index": 3620
+ "filePath": "src/containers/EnterpriseDashboardModal/index.jsx",
+ "line": 45,
+ "column": 8,
+ "index": 1074
},
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 86,
- "column": 16,
- "index": 3748
+ "filePath": "src/containers/SelectSessionModal/index.jsx",
+ "line": 65,
+ "column": 6,
+ "index": 1689
},
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 95,
- "column": 20,
- "index": 4301
+ "filePath": "src/containers/UnenrollConfirmModal/components/ConfirmPane.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 403
},
{
- "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
- "line": 14,
+ "filePath": "src/containers/UnenrollConfirmModal/components/FinishedPane.jsx",
+ "line": 24,
"column": 6,
- "index": 534
+ "index": 532
},
{
- "filePath": "src/components/executive-education-2u/components/ErrorPageContent.jsx",
- "line": 37,
+ "filePath": "src/containers/UnenrollConfirmModal/components/ReasonPane.jsx",
+ "line": 39,
"column": 6,
- "index": 1278
- },
+ "index": 985
+ }
+ ],
+ "Locked": [
{
- "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
- "line": 17,
- "column": 8,
- "index": 489
- },
+ "filePath": "src/containers/CourseCard/components/CourseCardActions/UpgradeButton.jsx",
+ "line": 33,
+ "column": 18,
+ "index": 854
+ }
+ ],
+ "MailtoLink": [
{
- "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
- "line": 37,
- "column": 14,
- "index": 1509
+ "filePath": "src/containers/CourseCard/components/CourseCardBanners/CertificateBanner.jsx",
+ "line": 29,
+ "column": 31,
+ "index": 1025
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 259,
- "column": 16,
- "index": 10577
+ "filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/index.jsx",
+ "line": 20,
+ "column": 28,
+ "index": 551
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 307,
- "column": 16,
- "index": 12877
+ "filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/index.test.jsx",
+ "line": 54,
+ "column": 29,
+ "index": 1743
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 343,
- "column": 18,
- "index": 14664
- },
+ "filePath": "src/containers/CourseCard/components/CourseCardBanners/EntitlementBanner.jsx",
+ "line": 34,
+ "column": 37,
+ "index": 985
+ }
+ ],
+ "CheckCircle": [
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 392,
- "column": 16,
- "index": 17496
+ "filePath": "src/containers/CourseCard/components/CourseCardBanners/CertificateBanner.jsx",
+ "line": 42,
+ "column": 38,
+ "index": 1644
+ }
+ ],
+ "Hyperlink": [
+ {
+ "filePath": "src/containers/CourseCard/components/CourseCardBanners/CertificateBanner.jsx",
+ "line": 47,
+ "column": 12,
+ "index": 1787
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 437,
- "column": 16,
- "index": 19926
+ "filePath": "src/containers/CourseCard/components/CourseCardBanners/CertificateBanner.jsx",
+ "line": 68,
+ "column": 10,
+ "index": 2310
},
{
- "filePath": "src/components/my-career/AddJobRole.jsx",
+ "filePath": "src/containers/CourseCard/components/CourseCardBanners/CourseBanner.jsx",
"line": 39,
- "column": 4,
- "index": 1077
+ "column": 12,
+ "index": 1130
},
{
- "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx",
+ "filePath": "src/containers/CourseCard/components/CourseCardBanners/CourseBanner.jsx",
+ "line": 49,
+ "column": 10,
+ "index": 1430
+ },
+ {
+ "filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/views/components/ProviderLink.jsx",
"line": 11,
"column": 4,
- "index": 165
+ "index": 292
},
{
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 114,
+ "filePath": "src/widgets/LookingForChallengeWidget/index.jsx",
+ "line": 33,
"column": 10,
- "index": 4012
- },
+ "index": 1090
+ }
+ ],
+ "Form": [
{
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 144,
- "column": 10,
- "index": 5570
+ "filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/views/components/CreditRequestForm/index.jsx",
+ "line": 15,
+ "column": 4,
+ "index": 398
},
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 31,
- "column": 4,
- "index": 1141
+ "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
+ "line": 59,
+ "column": 6,
+ "index": 1275
},
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 135,
+ "filePath": "src/containers/MasqueradeBar/index.jsx",
+ "line": 40,
+ "column": 6,
+ "index": 909
+ }
+ ],
+ "FormControl": [
+ {
+ "filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/views/components/CreditRequestForm/index.jsx",
+ "line": 22,
"column": 8,
- "index": 4341
+ "index": 556
},
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 207,
- "column": 10,
- "index": 7830
- },
+ "filePath": "src/containers/MasqueradeBar/index.jsx",
+ "line": 62,
+ "column": 14,
+ "index": 1728
+ }
+ ],
+ "Program": [
{
- "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
- "line": 85,
- "column": 4,
- "index": 2818
+ "filePath": "src/containers/CourseCard/components/CourseCardBanners/RelatedProgramsBanner/index.jsx",
+ "line": 24,
+ "column": 12,
+ "index": 577
},
{
- "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
- "line": 108,
- "column": 6,
- "index": 3681
+ "filePath": "src/containers/CourseCard/components/RelatedProgramsBadge/index.jsx",
+ "line": 29,
+ "column": 19,
+ "index": 801
},
{
- "filePath": "src/components/program-progress/ProgramProgressPage.jsx",
- "line": 64,
- "column": 8,
- "index": 2550
+ "filePath": "src/containers/RelatedProgramsModal/components/ProgramCard.jsx",
+ "line": 45,
+ "column": 21,
+ "index": 1307
+ }
+ ],
+ "Badge": [
+ {
+ "filePath": "src/containers/CourseCard/components/CourseCardImage.jsx",
+ "line": 37,
+ "column": 12,
+ "index": 1330
},
{
- "filePath": "src/components/program/ProgramPage.jsx",
- "line": 41,
+ "filePath": "src/containers/RelatedProgramsModal/components/ProgramCard.jsx",
+ "line": 44,
"column": 8,
- "index": 1406
- },
+ "index": 1231
+ }
+ ],
+ "Dropdown": [
{
- "filePath": "src/components/program/ProgramPage.jsx",
- "line": 53,
+ "filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
+ "line": 42,
+ "column": 6,
+ "index": 1281
+ }
+ ],
+ "Dropdown.Toggle": [
+ {
+ "filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
+ "line": 43,
"column": 8,
- "index": 1740
- },
+ "index": 1332
+ }
+ ],
+ "IconButton": [
{
- "filePath": "src/components/program/ProgramSidebarListItem.jsx",
- "line": 9,
- "column": 2,
- "index": 160
- },
+ "filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
+ "line": 45,
+ "column": 14,
+ "index": 1414
+ }
+ ],
+ "MoreVert": [
{
- "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
- "line": 62,
- "column": 6,
- "index": 2470
+ "filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
+ "line": 46,
+ "column": 15,
+ "index": 1441
+ }
+ ],
+ "Icon": [
+ {
+ "filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
+ "line": 47,
+ "column": 18,
+ "index": 1469
},
{
- "filePath": "src/components/skills-quiz/SkillsQuiz.jsx",
+ "filePath": "src/containers/CourseCard/components/RelatedProgramsBadge/index.jsx",
"line": 29,
"column": 8,
- "index": 1206
- }
- ],
- "Col": [
+ "index": 790
+ },
{
- "filePath": "src/components/course/course-header/CourseHeader.jsx",
- "line": 70,
- "column": 10,
- "index": 2377
+ "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
+ "line": 80,
+ "column": 18,
+ "index": 2035
},
{
- "filePath": "src/components/course/course-header/CourseHeader.jsx",
- "line": 134,
- "column": 10,
- "index": 4840
+ "filePath": "src/containers/MasqueradeBar/index.jsx",
+ "line": 44,
+ "column": 14,
+ "index": 1069
},
{
- "filePath": "src/components/course/course-header/CourseHeader.jsx",
- "line": 140,
+ "filePath": "src/containers/MasqueradeBar/index.jsx",
+ "line": 58,
+ "column": 14,
+ "index": 1523
+ },
+ {
+ "filePath": "src/containers/RelatedProgramsModal/components/ProgramCard.jsx",
+ "line": 45,
"column": 10,
- "index": 5120
+ "index": 1296
},
{
- "filePath": "src/components/course/CourseReview.jsx",
- "line": 95,
+ "filePath": "src/widgets/LookingForChallengeWidget/index.jsx",
+ "line": 15,
+ "column": 26,
+ "index": 489
+ }
+ ],
+ "Dropdown.Menu": [
+ {
+ "filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
+ "line": 51,
"column": 8,
- "index": 3884
+ "index": 1574
+ }
+ ],
+ "Dropdown.Item": [
+ {
+ "filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
+ "line": 53,
+ "column": 12,
+ "index": 1641
},
{
- "filePath": "src/components/course/CourseReview.jsx",
- "line": 106,
+ "filePath": "src/containers/CourseCard/components/CourseCardMenu/SocialShareMenu.jsx",
+ "line": 36,
"column": 8,
- "index": 4214
+ "index": 1163
+ }
+ ],
+ "Card": [
+ {
+ "filePath": "src/containers/CourseCard/index.jsx",
+ "line": 23,
+ "column": 6,
+ "index": 793
},
{
- "filePath": "src/components/course/CourseReview.jsx",
- "line": 123,
- "column": 8,
- "index": 5016
+ "filePath": "src/containers/RelatedProgramsModal/components/ProgramCard.jsx",
+ "line": 25,
+ "column": 4,
+ "index": 604
},
{
- "filePath": "src/components/course/CourseReview.jsx",
- "line": 146,
- "column": 8,
- "index": 6007
+ "filePath": "src/widgets/LookingForChallengeWidget/index.jsx",
+ "line": 23,
+ "column": 4,
+ "index": 775
+ }
+ ],
+ "Card.Body": [
+ {
+ "filePath": "src/containers/CourseCard/index.jsx",
+ "line": 27,
+ "column": 12,
+ "index": 1025
},
{
- "filePath": "src/components/course/CourseReview.jsx",
- "line": 166,
- "column": 8,
- "index": 6937
+ "filePath": "src/widgets/LookingForChallengeWidget/index.jsx",
+ "line": 28,
+ "column": 6,
+ "index": 942
+ }
+ ],
+ "Card.Header": [
+ {
+ "filePath": "src/containers/CourseCard/index.jsx",
+ "line": 28,
+ "column": 14,
+ "index": 1051
},
{
- "filePath": "src/components/course/CourseReview.jsx",
- "line": 188,
+ "filePath": "src/containers/RelatedProgramsModal/components/ProgramCard.jsx",
+ "line": 39,
+ "column": 6,
+ "index": 1076
+ }
+ ],
+ "Card.Section": [
+ {
+ "filePath": "src/containers/CourseCard/index.jsx",
+ "line": 32,
+ "column": 14,
+ "index": 1216
+ }
+ ],
+ "Card.Footer": [
+ {
+ "filePath": "src/containers/CourseCard/index.jsx",
+ "line": 35,
+ "column": 14,
+ "index": 1346
+ }
+ ],
+ "Chip": [
+ {
+ "filePath": "src/containers/CourseFilterControls/ActiveCourseFilters.jsx",
+ "line": 21,
"column": 8,
- "index": 7922
+ "index": 580
},
{
- "filePath": "src/components/course/CourseSidebarListItem.jsx",
- "line": 11,
+ "filePath": "src/containers/MasqueradeBar/index.jsx",
+ "line": 47,
+ "column": 12,
+ "index": 1184
+ }
+ ],
+ "CloseSmall": [
+ {
+ "filePath": "src/containers/CourseFilterControls/ActiveCourseFilters.jsx",
+ "line": 23,
+ "column": 21,
+ "index": 630
+ }
+ ],
+ "Form.Checkbox": [
+ {
+ "filePath": "src/containers/CourseFilterControls/components/Checkbox.jsx",
+ "line": 12,
"column": 4,
- "index": 260
- },
+ "index": 297
+ }
+ ],
+ "Form.Group": [
{
- "filePath": "src/components/course/CourseSidebarListItem.jsx",
- "line": 15,
+ "filePath": "src/containers/CourseFilterControls/components/FilterForm.jsx",
+ "line": 26,
"column": 4,
- "index": 390
+ "index": 558
},
{
- "filePath": "src/components/course/routes/CourseAbout.jsx",
+ "filePath": "src/containers/SelectSessionModal/index.jsx",
+ "line": 45,
+ "column": 6,
+ "index": 960
+ }
+ ],
+ "Form.CheckboxSet": [
+ {
+ "filePath": "src/containers/CourseFilterControls/components/FilterForm.jsx",
+ "line": 28,
+ "column": 6,
+ "index": 670
+ }
+ ],
+ "Form.RadioSet": [
+ {
+ "filePath": "src/containers/CourseFilterControls/components/SortForm.jsx",
+ "line": 19,
+ "column": 6,
+ "index": 459
+ },
+ {
+ "filePath": "src/containers/SelectSessionModal/index.jsx",
"line": 47,
- "column": 12,
- "index": 1411
+ "column": 8,
+ "index": 1038
},
{
- "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
- "line": 96,
- "column": 12,
- "index": 3934
+ "filePath": "src/containers/UnenrollConfirmModal/components/ReasonPane.jsx",
+ "line": 26,
+ "column": 6,
+ "index": 563
+ }
+ ],
+ "Form.Radio": [
+ {
+ "filePath": "src/containers/CourseFilterControls/components/SortForm.jsx",
+ "line": 24,
+ "column": 8,
+ "index": 569
},
{
- "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx",
- "line": 30,
+ "filePath": "src/containers/CourseFilterControls/components/SortForm.jsx",
+ "line": 27,
+ "column": 8,
+ "index": 708
+ },
+ {
+ "filePath": "src/containers/SelectSessionModal/index.jsx",
+ "line": 54,
"column": 12,
- "index": 1096
+ "index": 1253
},
{
- "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx",
- "line": 58,
+ "filePath": "src/containers/SelectSessionModal/index.jsx",
+ "line": 59,
"column": 12,
- "index": 2289
+ "index": 1506
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 463,
- "column": 10,
- "index": 14790
+ "filePath": "src/containers/UnenrollConfirmModal/components/ReasonPane.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 379
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 478,
+ "filePath": "src/containers/UnenrollConfirmModal/components/ReasonPane.jsx",
+ "line": 32,
"column": 8,
- "index": 14999
- },
+ "index": 733
+ }
+ ],
+ "Tune": [
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 573,
- "column": 14,
- "index": 18195
- },
+ "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
+ "line": 53,
+ "column": 20,
+ "index": 1144
+ }
+ ],
+ "Sheet": [
{
- "filePath": "src/components/enterprise-banner/EnterpriseBanner.jsx",
- "line": 20,
- "column": 10,
- "index": 580
- },
+ "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
+ "line": 62,
+ "column": 12,
+ "index": 1326
+ }
+ ],
+ "ModalCloseButton": [
{
- "filePath": "src/components/error-page/ErrorPage.jsx",
- "line": 34,
- "column": 8,
- "index": 992
- },
+ "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
+ "line": 79,
+ "column": 16,
+ "index": 1963
+ }
+ ],
+ "Close": [
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 47,
- "column": 12,
- "index": 1368
+ "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
+ "line": 80,
+ "column": 29,
+ "index": 2046
},
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "filePath": "src/containers/MasqueradeBar/index.jsx",
"line": 49,
- "column": 16,
- "index": 1467
- },
+ "column": 25,
+ "index": 1257
+ }
+ ],
+ "ModalPopup": [
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 55,
+ "filePath": "src/containers/CourseFilterControls/CourseFilterControls.jsx",
+ "line": 85,
"column": 12,
- "index": 1756
- },
+ "index": 2162
+ }
+ ],
+ "useToggle": [
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 58,
- "column": 18,
- "index": 1895
+ "filePath": "src/containers/CourseFilterControls/hooks.js",
+ "line": 25,
+ "column": 44,
+ "index": 771
},
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 74,
- "column": 18,
- "index": 2892
+ "filePath": "src/containers/CourseFilterControls/hooks.test.js",
+ "line": 48,
+ "column": 6,
+ "index": 1055
},
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 77,
- "column": 18,
- "index": 3140
- },
+ "filePath": "src/containers/CourseFilterControls/hooks.test.js",
+ "line": 75,
+ "column": 6,
+ "index": 1916
+ }
+ ],
+ "Pagination": [
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 84,
- "column": 18,
- "index": 3583
- },
+ "filePath": "src/containers/CoursesPanel/CourseList/index.jsx",
+ "line": 29,
+ "column": 10,
+ "index": 847
+ }
+ ],
+ "Image": [
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 87,
- "column": 18,
- "index": 3803
+ "filePath": "src/containers/CoursesPanel/NoCoursesView/index.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 670
},
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 94,
- "column": 18,
- "index": 4243
- },
+ "filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx",
+ "line": 54,
+ "column": 12,
+ "index": 1457
+ }
+ ],
+ "Search": [
{
- "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
- "line": 15,
- "column": 8,
- "index": 565
- },
+ "filePath": "src/containers/CoursesPanel/NoCoursesView/index.jsx",
+ "line": 32,
+ "column": 20,
+ "index": 1016
+ }
+ ],
+ "Container": [
{
- "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
- "line": 25,
- "column": 8,
- "index": 839
+ "filePath": "src/containers/Dashboard/DashboardLayout.jsx",
+ "line": 38,
+ "column": 4,
+ "index": 826
},
{
- "filePath": "src/components/executive-education-2u/components/ErrorPageContent.jsx",
- "line": 38,
+ "filePath": "src/containers/RelatedProgramsModal/index.jsx",
+ "line": 42,
"column": 8,
- "index": 1292
- },
+ "index": 1295
+ }
+ ],
+ "Row": [
{
- "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
- "line": 18,
- "column": 10,
- "index": 505
+ "filePath": "src/containers/Dashboard/DashboardLayout.jsx",
+ "line": 39,
+ "column": 6,
+ "index": 860
},
{
- "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
- "line": 35,
+ "filePath": "src/containers/RelatedProgramsModal/index.jsx",
+ "line": 43,
"column": 10,
- "index": 1380
+ "index": 1317
+ }
+ ],
+ "Col": [
+ {
+ "filePath": "src/containers/Dashboard/DashboardLayout.jsx",
+ "line": 40,
+ "column": 8,
+ "index": 874
},
{
- "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
- "line": 38,
- "column": 16,
- "index": 1531
+ "filePath": "src/containers/Dashboard/DashboardLayout.jsx",
+ "line": 43,
+ "column": 8,
+ "index": 982
},
{
- "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
+ "filePath": "src/containers/RelatedProgramsModal/index.jsx",
"line": 45,
- "column": 16,
- "index": 1995
- },
+ "column": 14,
+ "index": 1389
+ }
+ ],
+ "Spinner": [
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 260,
- "column": 18,
- "index": 10618
- },
+ "filePath": "src/containers/Dashboard/LoadingView.jsx",
+ "line": 11,
+ "column": 6,
+ "index": 265
+ }
+ ],
+ "ModalDialog": [
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 283,
- "column": 18,
- "index": 11765
+ "filePath": "src/containers/EmailSettingsModal/index.jsx",
+ "line": 30,
+ "column": 4,
+ "index": 537
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 308,
- "column": 18,
- "index": 12918
+ "filePath": "src/containers/EnterpriseDashboardModal/index.jsx",
+ "line": 25,
+ "column": 4,
+ "index": 573
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 344,
- "column": 20,
- "index": 14690
+ "filePath": "src/containers/RelatedProgramsModal/index.jsx",
+ "line": 24,
+ "column": 4,
+ "index": 643
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 393,
- "column": 18,
- "index": 17520
+ "filePath": "src/containers/SelectSessionModal/index.jsx",
+ "line": 35,
+ "column": 4,
+ "index": 737
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 438,
- "column": 18,
- "index": 19967
- },
+ "filePath": "src/containers/UnenrollConfirmModal/index.jsx",
+ "line": 29,
+ "column": 4,
+ "index": 685
+ }
+ ],
+ "Form.Switch": [
{
- "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx",
- "line": 12,
- "column": 6,
- "index": 177
- },
+ "filePath": "src/containers/EmailSettingsModal/index.jsx",
+ "line": 38,
+ "column": 8,
+ "index": 788
+ }
+ ],
+ "PageBanner": [
{
- "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx",
- "line": 18,
+ "filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx",
+ "line": 33,
"column": 6,
- "index": 302
- },
+ "index": 743
+ }
+ ],
+ "MarketingModal": [
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 32,
+ "filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx",
+ "line": 47,
"column": 6,
- "index": 1188
- },
+ "index": 1238
+ }
+ ],
+ "ModalDialog.Hero": [
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 41,
- "column": 6,
- "index": 1419
- },
+ "filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx",
+ "line": 53,
+ "column": 10,
+ "index": 1402
+ }
+ ],
+ "FormLabel": [
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 54,
- "column": 6,
- "index": 1763
+ "filePath": "src/containers/MasqueradeBar/index.jsx",
+ "line": 43,
+ "column": 12,
+ "index": 1002
},
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 136,
- "column": 10,
- "index": 4384
- },
+ "filePath": "src/containers/MasqueradeBar/index.jsx",
+ "line": 57,
+ "column": 12,
+ "index": 1429
+ }
+ ],
+ "PersonSearch": [
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 159,
- "column": 10,
- "index": 5510
+ "filePath": "src/containers/MasqueradeBar/index.jsx",
+ "line": 44,
+ "column": 25,
+ "index": 1080
},
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 181,
- "column": 10,
- "index": 6574
- },
+ "filePath": "src/containers/MasqueradeBar/index.jsx",
+ "line": 58,
+ "column": 25,
+ "index": 1534
+ }
+ ],
+ "FormGroup": [
{
- "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
- "line": 86,
- "column": 6,
- "index": 2877
- },
+ "filePath": "src/containers/MasqueradeBar/index.jsx",
+ "line": 61,
+ "column": 12,
+ "index": 1635
+ }
+ ],
+ "FormControlFeedback": [
{
- "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
- "line": 109,
- "column": 8,
- "index": 3760
- },
+ "filePath": "src/containers/MasqueradeBar/index.jsx",
+ "line": 69,
+ "column": 16,
+ "index": 2039
+ }
+ ],
+ "StatefulButton": [
{
- "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
- "line": 255,
- "column": 61,
- "index": 10297
- },
+ "filePath": "src/containers/MasqueradeBar/index.jsx",
+ "line": 74,
+ "column": 12,
+ "index": 2243
+ }
+ ],
+ "Card.ImageCap": [
{
- "filePath": "src/components/program/ProgramSidebarListItem.jsx",
- "line": 10,
- "column": 4,
- "index": 234
+ "filePath": "src/containers/RelatedProgramsModal/components/ProgramCard.jsx",
+ "line": 32,
+ "column": 6,
+ "index": 810
},
{
- "filePath": "src/components/program/ProgramSidebarListItem.jsx",
- "line": 14,
- "column": 4,
- "index": 364
+ "filePath": "src/widgets/LookingForChallengeWidget/index.jsx",
+ "line": 24,
+ "column": 6,
+ "index": 847
+ }
+ ],
+ "ModalDialog.Header": [
+ {
+ "filePath": "src/containers/RelatedProgramsModal/index.jsx",
+ "line": 34,
+ "column": 6,
+ "index": 912
},
{
- "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
- "line": 63,
- "column": 8,
- "index": 2484
+ "filePath": "src/containers/RelatedProgramsModal/index.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 1066
}
],
- "Badge": [
+ "ModalDialog.Body": [
{
- "filePath": "src/components/course/course-header/CourseHeader.jsx",
- "line": 109,
- "column": 16,
- "index": 3848
- },
+ "filePath": "src/containers/RelatedProgramsModal/index.jsx",
+ "line": 40,
+ "column": 6,
+ "index": 1182
+ }
+ ],
+ "Form.Label": [
{
- "filePath": "src/components/course/CourseSkills.jsx",
- "line": 58,
- "column": 12,
- "index": 2171
- },
+ "filePath": "src/containers/SelectSessionModal/index.jsx",
+ "line": 46,
+ "column": 8,
+ "index": 998
+ }
+ ],
+ "Form.Control": [
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 518,
- "column": 11,
- "index": 15901
- },
+ "filePath": "src/containers/UnenrollConfirmModal/components/ReasonPane.jsx",
+ "line": 33,
+ "column": 10,
+ "index": 792
+ }
+ ],
+ "ArrowForward": [
{
- "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx",
- "line": 108,
- "column": 14,
- "index": 3974
- },
+ "filePath": "src/widgets/LookingForChallengeWidget/index.jsx",
+ "line": 15,
+ "column": 54,
+ "index": 517
+ }
+ ]
+ }
+ },
+ {
+ "version": "21.13.1",
+ "name": "frontend-app-learner-portal-enterprise",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/openedx/frontend-app-learner-portal-enterprise.git"
+ },
+ "folderName": "frontend-app-learner-portal-enterprise",
+ "usages": {
+ "Button": [
{
- "filePath": "src/components/dashboard/sidebar/LearnerCreditSummaryCard.jsx",
- "line": 60,
- "column": 4,
- "index": 2238
+ "filePath": "src/components/academies/AcademyContentCard.jsx",
+ "line": 131,
+ "column": 12,
+ "index": 4320
},
{
- "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx",
- "line": 113,
- "column": 16,
- "index": 4335
+ "filePath": "src/components/academies/AcademyContentCard.jsx",
+ "line": 170,
+ "column": 10,
+ "index": 5365
},
{
- "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx",
- "line": 168,
- "column": 12,
- "index": 6641
+ "filePath": "src/components/academies/AcademyContentCard.jsx",
+ "line": 181,
+ "column": 10,
+ "index": 5658
},
{
- "filePath": "src/components/pathway-progress/PathwayNode.jsx",
- "line": 46,
- "column": 20,
- "index": 1522
+ "filePath": "src/components/academies/GoToAcademy.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 814
},
{
- "filePath": "src/components/pathway-progress/SubscriptionStatusCard.jsx",
- "line": 26,
- "column": 12,
- "index": 1120
+ "filePath": "src/components/academies/PathwaysSection.jsx",
+ "line": 44,
+ "column": 14,
+ "index": 1714
},
{
- "filePath": "src/components/pathway/SearchPathwayCard.jsx",
- "line": 140,
- "column": 16,
- "index": 4137
+ "filePath": "src/components/app/routes/EnterpriseInviteRoute.jsx",
+ "line": 38,
+ "column": 4,
+ "index": 1213
},
{
- "filePath": "src/components/search/SearchProgramCard.jsx",
- "line": 134,
- "column": 8,
- "index": 3976
+ "filePath": "src/components/app/routes/RouteErrorBoundary.jsx",
+ "line": 95,
+ "column": 12,
+ "index": 2973
},
{
- "filePath": "src/components/skills-quiz/CourseCard.jsx",
- "line": 85,
- "column": 12,
- "index": 2946
+ "filePath": "src/components/app/routes/RouteErrorBoundary.jsx",
+ "line": 122,
+ "column": 6,
+ "index": 3754
},
{
- "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
- "line": 205,
- "column": 22,
- "index": 7136
+ "filePath": "src/components/budget-expiry-notification/index.jsx",
+ "line": 52,
+ "column": 6,
+ "index": 1578
},
{
- "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
- "line": 212,
- "column": 16,
- "index": 7413
+ "filePath": "src/components/budget-expiry-notification/index.jsx",
+ "line": 94,
+ "column": 14,
+ "index": 2612
},
{
- "filePath": "src/components/skills-quiz/SelectedJobSkills.jsx",
+ "filePath": "src/components/course/course-header/course-run-actions/BasicNavigateToCourseware.jsx",
"line": 14,
- "column": 10,
- "index": 484
+ "column": 4,
+ "index": 381
},
{
- "filePath": "src/components/skills-quiz/SkillsCourses.jsx",
- "line": 110,
- "column": 10,
- "index": 3546
+ "filePath": "src/components/course/course-header/data/hooks/useCourseRunCardAction.jsx",
+ "line": 100,
+ "column": 11,
+ "index": 3773
},
{
- "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx",
- "line": 80,
- "column": 18,
- "index": 2681
+ "filePath": "src/components/course/CourseMaterialsButton.jsx",
+ "line": 29,
+ "column": 4,
+ "index": 908
},
{
- "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx",
- "line": 88,
- "column": 18,
- "index": 2895
- }
- ],
- "Skeleton": [
+ "filePath": "src/components/course/data/utils.jsx",
+ "line": 567,
+ "column": 6,
+ "index": 20027
+ },
{
- "filePath": "src/components/course/course-header/CoursePreview.jsx",
- "line": 13,
+ "filePath": "src/components/course/data/utils.jsx",
+ "line": 583,
"column": 6,
- "index": 554
+ "index": 20405
},
{
- "filePath": "src/components/course/CourseSidebarPrice.jsx",
- "line": 28,
- "column": 11,
- "index": 901
+ "filePath": "src/components/course/data/utils.jsx",
+ "line": 609,
+ "column": 6,
+ "index": 21015
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 545,
- "column": 10,
- "index": 17054
+ "filePath": "src/components/course/enrollment/components/ToExecutiveEducation2UEnrollment.jsx",
+ "line": 10,
+ "column": 2,
+ "index": 327
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/CourseSection.jsx",
- "line": 113,
- "column": 14,
- "index": 3520
+ "filePath": "src/components/course/enrollment/components/ToExecutiveEducation2UEnrollment.jsx",
+ "line": 31,
+ "column": 4,
+ "index": 772
},
{
- "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx",
- "line": 14,
+ "filePath": "src/components/course/EnrollModal.jsx",
+ "line": 290,
"column": 10,
- "index": 213
+ "index": 10858
},
{
- "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx",
- "line": 16,
- "column": 8,
- "index": 260
+ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
+ "line": 110,
+ "column": 18,
+ "index": 4605
},
{
- "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx",
+ "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx",
+ "line": 43,
+ "column": 16,
+ "index": 1688
+ },
+ {
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/AssignedCourseCard.jsx",
"line": 21,
- "column": 12,
- "index": 371
+ "column": 4,
+ "index": 853
},
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 111,
- "column": 28,
- "index": 3705
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/ContinueLearningButton.jsx",
+ "line": 57,
+ "column": 4,
+ "index": 1903
},
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 123,
- "column": 8,
- "index": 4070
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
+ "line": 122,
+ "column": 12,
+ "index": 2910
},
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 137,
- "column": 25,
- "index": 4447
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx",
+ "line": 86,
+ "column": 12,
+ "index": 2729
},
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 160,
- "column": 25,
- "index": 5573
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/MoveToInProgressModal.jsx",
+ "line": 80,
+ "column": 12,
+ "index": 2240
},
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 182,
- "column": 25,
- "index": 6620
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx",
+ "line": 65,
+ "column": 10,
+ "index": 1995
},
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 206,
- "column": 21,
- "index": 7735
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/UpcomingCourseCard.jsx",
+ "line": 11,
+ "column": 4,
+ "index": 337
},
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 214,
- "column": 10,
- "index": 8117
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/UpgradeCourseButton.jsx",
+ "line": 137,
+ "column": 8,
+ "index": 4117
},
{
- "filePath": "src/components/search/content-highlights/ContentHighlightSet.jsx",
- "line": 114,
- "column": 27,
- "index": 3627
+ "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx",
+ "line": 87,
+ "column": 4,
+ "index": 3097
},
{
- "filePath": "src/components/search/popular-results/PopularResults.jsx",
- "line": 30,
- "column": 10,
- "index": 1026
+ "filePath": "src/components/dashboard/main-content/course-enrollments/CourseEnrollmentsEmptyState.jsx",
+ "line": 56,
+ "column": 6,
+ "index": 2160
},
{
- "filePath": "src/components/search/SearchResults.jsx",
- "line": 136,
- "column": 12,
- "index": 3901
+ "filePath": "src/components/dashboard/main-content/course-enrollments/NewGroupAssignmentAlert.jsx",
+ "line": 18,
+ "column": 8,
+ "index": 425
},
{
- "filePath": "src/components/search/SearchResults.jsx",
- "line": 158,
+ "filePath": "src/components/dashboard/main-content/CourseRecommendations.jsx",
+ "line": 28,
"column": 10,
- "index": 4635
+ "index": 1395
},
{
- "filePath": "src/components/skills-quiz/JobDescriptions.jsx",
- "line": 20,
- "column": 37,
- "index": 1033
+ "filePath": "src/components/dashboard/sidebar/SubsidiesSummary.jsx",
+ "line": 42,
+ "column": 6,
+ "index": 1447
},
{
- "filePath": "src/components/skills-quiz/SkillsCourses.jsx",
+ "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx",
"line": 107,
"column": 12,
- "index": 3427
- }
- ],
- "PlayCircleFilled": [
- {
- "filePath": "src/components/course/course-header/CoursePreview.jsx",
- "line": 43,
- "column": 16,
- "index": 1460
- }
- ],
- "Card.Status": [
- {
- "filePath": "src/components/course/course-header/CourseRunCardStatus.jsx",
- "line": 41,
- "column": 4,
- "index": 1804
- }
- ],
- "Lock": [
- {
- "filePath": "src/components/course/course-header/CourseRunCardStatus.jsx",
- "line": 43,
- "column": 12,
- "index": 1853
- }
- ],
- "Stack": [
- {
- "filePath": "src/components/course/course-header/data/hooks/useCourseRunCardAction.jsx",
- "line": 74,
- "column": 6,
- "index": 2938
+ "index": 3804
},
{
- "filePath": "src/components/course/course-header/data/hooks/useCourseRunCardAction.jsx",
- "line": 110,
- "column": 4,
- "index": 4042
+ "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx",
+ "line": 169,
+ "column": 10,
+ "index": 5976
},
{
- "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx",
- "line": 31,
+ "filePath": "src/components/enterprise-banner/EnterpriseBanner.jsx",
+ "line": 25,
"column": 14,
- "index": 1116
+ "index": 824
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 359,
- "column": 6,
- "index": 11206
+ "filePath": "src/components/executive-education-2u/components/ErrorPageContent.jsx",
+ "line": 59,
+ "column": 12,
+ "index": 2094
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 407,
- "column": 6,
- "index": 13079
+ "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx",
+ "line": 35,
+ "column": 8,
+ "index": 1050
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 553,
+ "filePath": "src/components/microlearning/VideoBanner.jsx",
+ "line": 56,
+ "column": 10,
+ "index": 2232
+ },
+ {
+ "filePath": "src/components/microlearning/VideoDetailPage.jsx",
+ "line": 286,
"column": 16,
- "index": 17275
+ "index": 12610
},
{
- "filePath": "src/components/dashboard/main-content/DashboardMainContent.jsx",
- "line": 11,
- "column": 2,
- "index": 385
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 166,
+ "column": 14,
+ "index": 6412
},
{
- "filePath": "src/components/pathway/SearchPathwayCard.jsx",
- "line": 138,
- "column": 12,
- "index": 3952
+ "filePath": "src/components/my-career/AddJobRole.jsx",
+ "line": 65,
+ "column": 20,
+ "index": 2423
},
{
- "filePath": "src/components/progress-category-bubbles/ProgressCategoryBubbles.jsx",
- "line": 7,
- "column": 2,
- "index": 257
+ "filePath": "src/components/my-career/CategoryCard.jsx",
+ "line": 114,
+ "column": 10,
+ "index": 4131
},
{
- "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
- "line": 45,
+ "filePath": "src/components/my-career/CategoryCard.jsx",
+ "line": 136,
"column": 8,
- "index": 1681
+ "index": 4802
},
{
- "filePath": "src/components/search/content-highlights/ContentHighlights.jsx",
- "line": 26,
- "column": 6,
- "index": 915
+ "filePath": "src/components/my-career/SearchJobRole.jsx",
+ "line": 155,
+ "column": 10,
+ "index": 5737
},
{
- "filePath": "src/components/search/Search.jsx",
- "line": 175,
- "column": 10,
- "index": 6260
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 79,
+ "column": 16,
+ "index": 2626
},
{
- "filePath": "src/components/site-header/SiteHeaderLogos.jsx",
- "line": 32,
- "column": 4,
- "index": 932
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 116,
+ "column": 14,
+ "index": 4056
},
{
- "filePath": "src/components/skills-quiz-v2/JobCardComponent.jsx",
- "line": 128,
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 55,
+ "column": 8,
+ "index": 1815
+ },
+ {
+ "filePath": "src/components/preview-expand/PreviewExpand.jsx",
+ "line": 20,
"column": 6,
- "index": 4111
+ "index": 590
},
{
- "filePath": "src/components/skills-quiz/CourseCard.jsx",
- "line": 79,
- "column": 8,
- "index": 2701
+ "filePath": "src/components/program-progress/CouponCodesWarningModal.jsx",
+ "line": 29,
+ "column": 10,
+ "index": 1000
},
{
- "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
- "line": 202,
+ "filePath": "src/components/program-progress/ProgramPathwayOpportunity.jsx",
+ "line": 17,
"column": 16,
- "index": 6891
+ "index": 784
},
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 326,
- "column": 20,
- "index": 13412
- }
- ],
- "Error": [
+ "filePath": "src/components/program-progress/ProgramProgressSidebar.jsx",
+ "line": 112,
+ "column": 14,
+ "index": 4500
+ },
{
- "filePath": "src/components/course/CourseEnrollmentFailedAlert.jsx",
- "line": 109,
- "column": 36,
- "index": 3723
+ "filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx",
+ "line": 56,
+ "column": 10,
+ "index": 2064
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
- "line": 119,
- "column": 44,
- "index": 2819
+ "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
+ "line": 30,
+ "column": 10,
+ "index": 1144
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/ModalError.jsx",
- "line": 10,
- "column": 34,
- "index": 350
+ "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
+ "line": 85,
+ "column": 14,
+ "index": 3526
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/ModalError.jsx",
- "line": 10,
- "column": 34,
- "index": 362
- }
- ],
- "MediaQuery": [
+ "filePath": "src/components/skills-quiz-v2/JobCardComponent.jsx",
+ "line": 135,
+ "column": 10,
+ "index": 4381
+ },
{
- "filePath": "src/components/course/CourseMainContent.jsx",
- "line": 37,
- "column": 6,
- "index": 1039
+ "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
+ "line": 75,
+ "column": 12,
+ "index": 2811
},
{
- "filePath": "src/components/course/routes/CourseAbout.jsx",
- "line": 37,
- "column": 10,
- "index": 1112
+ "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
+ "line": 82,
+ "column": 12,
+ "index": 3194
},
{
- "filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx",
- "line": 18,
- "column": 4,
- "index": 604
+ "filePath": "src/components/skills-quiz-v2/SkillsQuizForm.jsx",
+ "line": 47,
+ "column": 8,
+ "index": 1849
},
{
- "filePath": "src/components/dashboard/main-content/DashboardMainContent.jsx",
- "line": 12,
- "column": 4,
- "index": 405
+ "filePath": "src/components/skills-quiz/SkillsCourses.jsx",
+ "line": 134,
+ "column": 12,
+ "index": 4519
},
{
- "filePath": "src/components/dashboard/main-content/DashboardMainContent.jsx",
- "line": 23,
- "column": 4,
- "index": 757
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 335,
+ "column": 16,
+ "index": 13775
},
{
- "filePath": "src/components/my-career/AddJobRole.jsx",
- "line": 95,
- "column": 6,
- "index": 3510
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 357,
+ "column": 12,
+ "index": 14706
},
{
- "filePath": "src/components/program-progress/ProgramProgressPage.jsx",
- "line": 124,
- "column": 10,
- "index": 5291
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 365,
+ "column": 12,
+ "index": 15126
},
{
- "filePath": "src/components/program/ProgramEndorsements.jsx",
- "line": 15,
- "column": 8,
- "index": 705
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 377,
+ "column": 12,
+ "index": 15691
},
{
- "filePath": "src/components/program/ProgramPage.jsx",
- "line": 45,
- "column": 10,
- "index": 1506
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 384,
+ "column": 12,
+ "index": 15902
},
{
- "filePath": "src/components/site-header/SiteHeader.jsx",
- "line": 82,
- "column": 6,
- "index": 2855
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 393,
+ "column": 12,
+ "index": 16399
},
{
- "filePath": "src/components/site-header/SiteHeader.jsx",
- "line": 85,
- "column": 6,
- "index": 2940
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 400,
+ "column": 12,
+ "index": 16610
}
],
- "breakpoints": [
- {
- "filePath": "src/components/course/CourseMainContent.jsx",
- "line": 37,
- "column": 28,
- "index": 1061
- },
+ "CardGrid": [
{
- "filePath": "src/components/course/routes/CourseAbout.jsx",
- "line": 37,
- "column": 32,
- "index": 1134
+ "filePath": "src/components/academies/AcademyContentCard.jsx",
+ "line": 141,
+ "column": 8,
+ "index": 4676
},
{
- "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx",
- "line": 54,
- "column": 36,
- "index": 1865
+ "filePath": "src/components/course/course-header/CourseRunCards.jsx",
+ "line": 44,
+ "column": 4,
+ "index": 2079
},
{
- "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx",
- "line": 94,
- "column": 74,
- "index": 3625
+ "filePath": "src/components/course/CourseRecommendations.jsx",
+ "line": 39,
+ "column": 10,
+ "index": 1420
},
{
- "filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx",
- "line": 18,
- "column": 26,
- "index": 626
+ "filePath": "src/components/course/CourseRecommendations.jsx",
+ "line": 52,
+ "column": 10,
+ "index": 2017
},
{
- "filePath": "src/components/dashboard/main-content/DashboardMainContent.jsx",
- "line": 12,
- "column": 26,
- "index": 427
+ "filePath": "src/components/my-career/SkillsRecommendationCourses.jsx",
+ "line": 75,
+ "column": 6,
+ "index": 2468
},
{
- "filePath": "src/components/dashboard/main-content/DashboardMainContent.jsx",
- "line": 23,
- "column": 26,
- "index": 779
+ "filePath": "src/components/pathway-progress/PathwayProgressListingPage.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 714
},
{
- "filePath": "src/components/dashboard/tests/DashboardPage.test.jsx",
- "line": 184,
- "column": 9,
- "index": 5679
+ "filePath": "src/components/program-progress/ProgramListingPage.jsx",
+ "line": 14,
+ "column": 6,
+ "index": 549
},
{
- "filePath": "src/components/dashboard/tests/DashboardPage.test.jsx",
- "line": 353,
- "column": 62,
- "index": 11282
+ "filePath": "src/components/search/popular-results/PopularResults.jsx",
+ "line": 34,
+ "column": 8,
+ "index": 1138
},
{
- "filePath": "src/components/my-career/AddJobRole.jsx",
- "line": 95,
- "column": 28,
- "index": 3532
+ "filePath": "src/components/search/popular-results/PopularResults.jsx",
+ "line": 41,
+ "column": 10,
+ "index": 1440
},
{
- "filePath": "src/components/program-progress/ProgramListingCard.jsx",
- "line": 31,
- "column": 23,
- "index": 986
+ "filePath": "src/components/search/SearchAcademy.jsx",
+ "line": 47,
+ "column": 8,
+ "index": 1691
},
{
- "filePath": "src/components/program-progress/ProgramListingCard.jsx",
- "line": 33,
- "column": 30,
- "index": 1094
+ "filePath": "src/components/search/SearchResults.jsx",
+ "line": 163,
+ "column": 10,
+ "index": 5155
},
{
- "filePath": "src/components/program-progress/ProgramListingCard.jsx",
- "line": 35,
- "column": 30,
- "index": 1204
+ "filePath": "src/components/search/SearchResults.jsx",
+ "line": 170,
+ "column": 10,
+ "index": 5452
},
{
- "filePath": "src/components/program-progress/ProgramProgressPage.jsx",
- "line": 124,
- "column": 32,
- "index": 5313
+ "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx",
+ "line": 8,
+ "column": 2,
+ "index": 206
},
{
- "filePath": "src/components/program/ProgramEndorsements.jsx",
+ "filePath": "src/components/skills-quiz/JobCardComponent.jsx",
"line": 15,
- "column": 30,
- "index": 727
+ "column": 4,
+ "index": 477
},
{
- "filePath": "src/components/program/ProgramHeader.jsx",
- "line": 23,
- "column": 67,
- "index": 905
+ "filePath": "src/components/skills-quiz/SearchCourseCard.jsx",
+ "line": 92,
+ "column": 6,
+ "index": 3174
},
{
- "filePath": "src/components/program/ProgramPage.jsx",
- "line": 45,
- "column": 32,
- "index": 1528
+ "filePath": "src/components/skills-quiz/SearchPathways.jsx",
+ "line": 74,
+ "column": 6,
+ "index": 2536
},
{
- "filePath": "src/components/search/content-highlights/ContentHighlightSet.jsx",
- "line": 64,
- "column": 26,
- "index": 2006
+ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
+ "line": 162,
+ "column": 6,
+ "index": 5423
},
{
- "filePath": "src/components/site-header/tests/SiteHeader.test.jsx",
- "line": 61,
- "column": 9,
- "index": 1787
+ "filePath": "src/components/skills-quiz/SkillsCourses.jsx",
+ "line": 148,
+ "column": 10,
+ "index": 5098
}
],
- "Card.ImageCap": [
+ "Spinner": [
{
- "filePath": "src/components/course/CourseRecommendationCard.jsx",
- "line": 53,
- "column": 6,
- "index": 1868
+ "filePath": "src/components/academies/AcademyContentCard.jsx",
+ "line": 198,
+ "column": 12,
+ "index": 6226
},
{
- "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx",
- "line": 20,
- "column": 6,
- "index": 861
+ "filePath": "src/components/DelayedFallback/DelayedFallbackContainer.jsx",
+ "line": 41,
+ "column": 19,
+ "index": 1391
},
{
- "filePath": "src/components/pathway/SearchPathwayCard.jsx",
- "line": 126,
- "column": 8,
- "index": 3602
- },
+ "filePath": "src/components/skills-quiz-v2/JobCardComponent.jsx",
+ "line": 76,
+ "column": 6,
+ "index": 2633
+ }
+ ],
+ "Container": [
{
- "filePath": "src/components/program-progress/ProgramListingCard.jsx",
+ "filePath": "src/components/academies/AcademyDetailPage.jsx",
"line": 59,
"column": 6,
- "index": 1897
+ "index": 2038
},
{
- "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
- "line": 60,
+ "filePath": "src/components/academies/AcademyDetailPage.jsx",
+ "line": 113,
"column": 6,
- "index": 1622
+ "index": 4705
},
{
- "filePath": "src/components/search/SearchCourseCard.jsx",
- "line": 103,
+ "filePath": "src/components/academies/AcademyDetailPage.jsx",
+ "line": 123,
"column": 6,
- "index": 2923
+ "index": 5187
},
{
- "filePath": "src/components/search/SearchProgramCard.jsx",
- "line": 114,
+ "filePath": "src/components/academies/PathwaysSection.jsx",
+ "line": 20,
"column": 6,
- "index": 3368
+ "index": 663
},
{
- "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx",
- "line": 11,
+ "filePath": "src/components/academies/PathwaysSection.jsx",
+ "line": 21,
"column": 8,
- "index": 320
- },
- {
- "filePath": "src/components/skills-quiz/CourseCard.jsx",
- "line": 59,
- "column": 6,
- "index": 2070
+ "index": 718
},
{
- "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
- "line": 182,
- "column": 14,
- "index": 6141
- }
- ],
- "Truncate": [
- {
- "filePath": "src/components/course/CourseRecommendationCard.jsx",
+ "filePath": "src/components/course/course-header/CourseHeader.jsx",
"line": 61,
- "column": 10,
- "index": 2117
- },
- {
- "filePath": "src/components/course/CourseRecommendationCard.jsx",
- "line": 64,
- "column": 10,
- "index": 2246
- },
- {
- "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx",
- "line": 29,
- "column": 10,
- "index": 1130
+ "column": 6,
+ "index": 2362
},
{
- "filePath": "src/components/pathway/SearchPathwayCard.jsx",
- "line": 133,
- "column": 12,
- "index": 3811
+ "filePath": "src/components/course/CourseEnrollmentFailedAlert.jsx",
+ "line": 108,
+ "column": 4,
+ "index": 3643
},
{
- "filePath": "src/components/program-progress/ProgramListingCard.jsx",
- "line": 71,
- "column": 10,
- "index": 2243
+ "filePath": "src/components/course/CourseReview.jsx",
+ "line": 93,
+ "column": 4,
+ "index": 3804
},
{
- "filePath": "src/components/program-progress/ProgramListingCard.jsx",
- "line": 74,
- "column": 10,
- "index": 2377
+ "filePath": "src/components/course/LicenseRequestedAlert.jsx",
+ "line": 43,
+ "column": 4,
+ "index": 1768
},
{
- "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
- "line": 69,
- "column": 10,
- "index": 1927
+ "filePath": "src/components/course/routes/CourseAbout.jsx",
+ "line": 34,
+ "column": 6,
+ "index": 1074
},
{
- "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
- "line": 72,
- "column": 10,
- "index": 2042
+ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
+ "line": 94,
+ "column": 8,
+ "index": 3923
},
{
- "filePath": "src/components/search/SearchCourseCard.jsx",
- "line": 111,
- "column": 32,
- "index": 3218
+ "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx",
+ "line": 28,
+ "column": 8,
+ "index": 1012
},
{
- "filePath": "src/components/search/SearchCourseCard.jsx",
- "line": 113,
- "column": 10,
- "index": 3327
+ "filePath": "src/components/dashboard/DashboardPage.jsx",
+ "line": 52,
+ "column": 4,
+ "index": 1731
},
{
- "filePath": "src/components/search/SearchProgramCard.jsx",
- "line": 123,
- "column": 10,
- "index": 3646
+ "filePath": "src/components/enterprise-banner/EnterpriseBanner.jsx",
+ "line": 18,
+ "column": 6,
+ "index": 534
},
{
- "filePath": "src/components/search/SearchProgramCard.jsx",
- "line": 127,
- "column": 12,
- "index": 3793
+ "filePath": "src/components/enterprise-user-subsidy/enterprise-offers/EnterpriseOffersBalanceAlert.jsx",
+ "line": 81,
+ "column": 4,
+ "index": 3482
},
{
- "filePath": "src/components/skills-quiz/CourseCard.jsx",
- "line": 68,
- "column": 10,
- "index": 2360
+ "filePath": "src/components/error-page/ErrorPageContent.jsx",
+ "line": 14,
+ "column": 2,
+ "index": 384
},
{
- "filePath": "src/components/skills-quiz/CourseCard.jsx",
- "line": 73,
- "column": 10,
- "index": 2537
+ "filePath": "src/components/error-page/ErrorPageHeader.jsx",
+ "line": 25,
+ "column": 8,
+ "index": 770
},
{
- "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
- "line": 191,
- "column": 18,
- "index": 6477
+ "filePath": "src/components/microlearning/VideoDetailPage.jsx",
+ "line": 118,
+ "column": 4,
+ "index": 4281
},
{
- "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
- "line": 196,
- "column": 18,
- "index": 6675
- }
- ],
- "Card.Footer": [
- {
- "filePath": "src/components/course/CourseRecommendationCard.jsx",
- "line": 71,
- "column": 6,
- "index": 2513
+ "filePath": "src/components/NotFoundPage/index.jsx",
+ "line": 16,
+ "column": 4,
+ "index": 466
},
{
- "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
- "line": 76,
+ "filePath": "src/components/pathway-progress/PathwayProgressPage.jsx",
+ "line": 25,
"column": 6,
- "index": 2155
+ "index": 670
},
{
- "filePath": "src/components/search/SearchCourseCard.jsx",
- "line": 119,
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 134,
"column": 6,
- "index": 3489
+ "index": 4321
},
{
- "filePath": "src/components/search/SearchProgramCard.jsx",
- "line": 145,
+ "filePath": "src/components/program-progress/ProgramProgressPage.jsx",
+ "line": 60,
"column": 6,
- "index": 4325
+ "index": 2470
},
{
- "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
- "line": 223,
- "column": 14,
- "index": 7850
- }
- ],
- "Icon": [
- {
- "filePath": "src/components/course/CourseReview.jsx",
- "line": 133,
- "column": 12,
- "index": 5512
+ "filePath": "src/components/program/ProgramDataBar.jsx",
+ "line": 21,
+ "column": 8,
+ "index": 942
},
{
- "filePath": "src/components/course/CourseSidebarListItem.jsx",
- "line": 12,
+ "filePath": "src/components/program/ProgramPage.jsx",
+ "line": 40,
"column": 6,
- "index": 310
+ "index": 1359
},
{
- "filePath": "src/components/course/VerifiedCertPitch.jsx",
- "line": 11,
+ "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
+ "line": 20,
"column": 4,
- "index": 424
+ "index": 760
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 291,
- "column": 20,
- "index": 9315
+ "filePath": "src/components/search/content-highlights/ContentHighlights.jsx",
+ "line": 25,
+ "column": 4,
+ "index": 865
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 366,
- "column": 18,
- "index": 11572
+ "filePath": "src/components/search/SearchAcademy.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 695
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 413,
- "column": 20,
- "index": 13512
+ "filePath": "src/components/search/SearchAcademy.jsx",
+ "line": 31,
+ "column": 4,
+ "index": 926
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 526,
- "column": 8,
- "index": 16393
+ "filePath": "src/components/search/SearchResults.jsx",
+ "line": 130,
+ "column": 6,
+ "index": 4013
},
{
- "filePath": "src/components/my-career/AddJobRole.jsx",
- "line": 15,
- "column": 2,
- "index": 644
+ "filePath": "src/components/search/SearchResults.jsx",
+ "line": 136,
+ "column": 4,
+ "index": 4149
},
{
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "filePath": "src/components/site-header/SiteHeader.jsx",
"line": 18,
- "column": 2,
- "index": 728
+ "column": 6,
+ "index": 655
},
{
- "filePath": "src/components/pathway-progress/PathwayStep.jsx",
- "line": 45,
- "column": 20,
- "index": 1549
+ "filePath": "src/components/skills-quiz/SkillsQuiz.jsx",
+ "line": 28,
+ "column": 6,
+ "index": 1159
},
{
- "filePath": "src/components/pathway-progress/PathwayStep.jsx",
- "line": 46,
- "column": 22,
- "index": 1598
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 205,
+ "column": 10,
+ "index": 7210
+ }
+ ],
+ "Breadcrumb": [
+ {
+ "filePath": "src/components/academies/AcademyDetailPage.jsx",
+ "line": 61,
+ "column": 10,
+ "index": 2119
},
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 139,
+ "filePath": "src/components/course/course-header/CourseHeader.jsx",
+ "line": 66,
"column": 16,
- "index": 4567
+ "index": 2588
},
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 162,
- "column": 16,
- "index": 5699
+ "filePath": "src/components/pathway-progress/PathwayProgressHeader.jsx",
+ "line": 19,
+ "column": 10,
+ "index": 821
},
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 184,
- "column": 16,
- "index": 6747
+ "filePath": "src/components/program/ProgramHeader.jsx",
+ "line": 85,
+ "column": 12,
+ "index": 2899
+ }
+ ],
+ "ArrowDownward": [
+ {
+ "filePath": "src/components/academies/AcademyDetailPage.jsx",
+ "line": 105,
+ "column": 18,
+ "index": 4499
+ }
+ ],
+ "useToggle": [
+ {
+ "filePath": "src/components/academies/PathwaysSection.jsx",
+ "line": 9,
+ "column": 72,
+ "index": 399
},
{
- "filePath": "src/components/preview-expand/PreviewExpand.jsx",
- "line": 26,
- "column": 8,
- "index": 752
+ "filePath": "src/components/app/routes/RouteErrorBoundary.jsx",
+ "line": 57,
+ "column": 62,
+ "index": 1977
},
{
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 42,
- "column": 40,
- "index": 1490
+ "filePath": "src/components/budget-expiry-notification/index.jsx",
+ "line": 17,
+ "column": 47,
+ "index": 576
},
{
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 45,
- "column": 18,
- "index": 1675
+ "filePath": "src/components/budget-expiry-notification/index.jsx",
+ "line": 18,
+ "column": 47,
+ "index": 641
},
{
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 49,
- "column": 18,
- "index": 1823
+ "filePath": "src/components/course/course-header/CoursePreview.jsx",
+ "line": 19,
+ "column": 38,
+ "index": 723
},
{
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 58,
- "column": 22,
- "index": 2250
+ "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx",
+ "line": 19,
+ "column": 6,
+ "index": 734
},
{
- "filePath": "src/components/program/ProgramFAQ.jsx",
- "line": 21,
- "column": 26,
- "index": 669
+ "filePath": "src/components/dashboard/sidebar/data/hooks/useSubscriptionSummaryCard.jsx",
+ "line": 134,
+ "column": 6,
+ "index": 4521
},
{
- "filePath": "src/components/program/ProgramFAQ.jsx",
- "line": 22,
+ "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx",
+ "line": 33,
"column": 28,
- "index": 724
+ "index": 1410
},
{
- "filePath": "src/components/program/ProgramSidebarListItem.jsx",
- "line": 11,
- "column": 6,
- "index": 284
+ "filePath": "src/components/expired-subscription-modal/index.jsx",
+ "line": 13,
+ "column": 19,
+ "index": 546
},
{
- "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
- "line": 79,
- "column": 12,
- "index": 2294
+ "filePath": "src/components/my-career/CategoryCard.jsx",
+ "line": 21,
+ "column": 60,
+ "index": 985
},
{
- "filePath": "src/components/search/SearchProgramCard.jsx",
- "line": 140,
- "column": 12,
- "index": 4167
+ "filePath": "src/components/my-career/CategoryCard.jsx",
+ "line": 22,
+ "column": 64,
+ "index": 1067
},
{
- "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
- "line": 218,
- "column": 20,
- "index": 7652
+ "filePath": "src/components/my-career/CategoryCard.jsx",
+ "line": 23,
+ "column": 55,
+ "index": 1140
},
{
- "filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx",
- "line": 8,
- "column": 4,
- "index": 262
- }
- ],
- "StarFilled": [
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 23,
+ "column": 57,
+ "index": 994
+ },
{
- "filePath": "src/components/course/CourseReview.jsx",
- "line": 133,
- "column": 46,
- "index": 5546
- }
- ],
- "AccessTime": [
+ "filePath": "src/components/pathway/SearchPathwayCard.jsx",
+ "line": 57,
+ "column": 72,
+ "index": 1953
+ },
{
- "filePath": "src/components/course/CourseSidebar.jsx",
- "line": 39,
- "column": 22,
- "index": 1766
+ "filePath": "src/components/search/Search.jsx",
+ "line": 38,
+ "column": 70,
+ "index": 1725
},
{
- "filePath": "src/components/program/ProgramSidebar.jsx",
- "line": 44,
- "column": 18,
- "index": 1515
+ "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
+ "line": 21,
+ "column": 32,
+ "index": 949
}
],
- "Speed": [
+ "Card": [
{
- "filePath": "src/components/course/CourseSidebar.jsx",
- "line": 52,
- "column": 22,
- "index": 2351
+ "filePath": "src/components/academies/SearchAcademyCard.jsx",
+ "line": 14,
+ "column": 4,
+ "index": 380
},
{
- "filePath": "src/components/program/ProgramSidebar.jsx",
- "line": 53,
- "column": 18,
- "index": 1731
- }
- ],
- "Tag": [
- {
- "filePath": "src/components/course/CourseSidebar.jsx",
- "line": 66,
- "column": 16,
- "index": 2921
- }
- ],
- "Institution": [
+ "filePath": "src/components/course/course-header/CourseRunCard.jsx",
+ "line": 40,
+ "column": 4,
+ "index": 1501
+ },
{
- "filePath": "src/components/course/CourseSidebar.jsx",
- "line": 78,
- "column": 18,
- "index": 3336
+ "filePath": "src/components/course/course-header/deprecated/CourseRunCard.jsx",
+ "line": 352,
+ "column": 4,
+ "index": 11590
},
{
- "filePath": "src/components/course/CourseSidebar.jsx",
- "line": 143,
- "column": 18,
- "index": 5708
- }
- ],
- "School": [
+ "filePath": "src/components/course/CourseRecommendationCard.jsx",
+ "line": 38,
+ "column": 4,
+ "index": 1540
+ },
{
- "filePath": "src/components/course/CourseSidebar.jsx",
- "line": 102,
- "column": 18,
- "index": 4201
- }
- ],
- "Equalizer": [
+ "filePath": "src/components/dashboard/sidebar/DashboardSidebar.jsx",
+ "line": 10,
+ "column": 4,
+ "index": 271
+ },
{
- "filePath": "src/components/course/CourseSidebar.jsx",
- "line": 130,
- "column": 18,
- "index": 5197
- }
- ],
- "VideoFile": [
+ "filePath": "src/components/dashboard/sidebar/SubsidiesSummary.jsx",
+ "line": 121,
+ "column": 4,
+ "index": 4230
+ },
{
- "filePath": "src/components/course/CourseSidebar.jsx",
- "line": 156,
- "column": 18,
- "index": 6242
- }
- ],
- "Person": [
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 31,
+ "column": 4,
+ "index": 1010
+ },
{
- "filePath": "src/components/course/CourseSidebar.jsx",
- "line": 165,
- "column": 18,
- "index": 6533
+ "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
+ "line": 13,
+ "column": 4,
+ "index": 496
},
{
- "filePath": "src/components/program/ProgramSidebar.jsx",
- "line": 35,
- "column": 18,
- "index": 1295
- }
- ],
- "OverlayTrigger": [
+ "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
+ "line": 10,
+ "column": 2,
+ "index": 428
+ },
{
- "filePath": "src/components/course/CourseSkills.jsx",
- "line": 34,
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 228,
"column": 10,
- "index": 1060
- }
- ],
- "Popover": [
+ "index": 9119
+ },
{
- "filePath": "src/components/course/CourseSkills.jsx",
- "line": 39,
- "column": 14,
- "index": 1211
- }
- ],
- "Popover.Title": [
+ "filePath": "src/components/microlearning/VideoBanner.jsx",
+ "line": 28,
+ "column": 6,
+ "index": 946
+ },
{
- "filePath": "src/components/course/CourseSkills.jsx",
- "line": 40,
- "column": 16,
- "index": 1291
- }
- ],
- "Popover.Content": [
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 74,
+ "column": 8,
+ "index": 2476
+ },
{
- "filePath": "src/components/course/CourseSkills.jsx",
- "line": 41,
- "column": 16,
- "index": 1359
- }
- ],
- "Modal": [
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 182,
+ "column": 8,
+ "index": 6973
+ },
{
- "filePath": "src/components/course/EnrollModal.jsx",
- "line": 84,
+ "filePath": "src/components/my-career/CategoryCard.jsx",
+ "line": 110,
"column": 4,
- "index": 2808
+ "index": 3951
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
- "line": 114,
- "column": 6,
- "index": 2684
+ "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx",
+ "line": 19,
+ "column": 8,
+ "index": 327
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx",
- "line": 76,
- "column": 6,
- "index": 2455
+ "filePath": "src/components/pathway-progress/PathwayNode.jsx",
+ "line": 36,
+ "column": 8,
+ "index": 1094
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/MoveToInProgressModal.jsx",
- "line": 70,
- "column": 6,
- "index": 1949
+ "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx",
+ "line": 13,
+ "column": 4,
+ "index": 616
},
{
- "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx",
- "line": 140,
+ "filePath": "src/components/pathway-progress/SubscriptionStatusCard.jsx",
+ "line": 15,
"column": 6,
- "index": 4590
+ "index": 611
},
{
- "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx",
- "line": 180,
- "column": 4,
- "index": 5898
+ "filePath": "src/components/pathway/SearchPathwayCard.jsx",
+ "line": 115,
+ "column": 6,
+ "index": 3303
},
{
- "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx",
- "line": 30,
+ "filePath": "src/components/program-progress/ProgramListingCard.jsx",
+ "line": 52,
"column": 4,
- "index": 919
- }
- ],
- "CheckCircle": [
- {
- "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
- "line": 107,
- "column": 22,
- "index": 4402
+ "index": 1676
},
{
- "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
- "line": 94,
- "column": 8,
- "index": 3229
- }
- ],
- "ResponsiveContext.Provider": [
+ "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
+ "line": 64,
+ "column": 10,
+ "index": 2515
+ },
{
- "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx",
- "line": 58,
+ "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
+ "line": 51,
"column": 4,
- "index": 1979
- }
- ],
- "StatefulButton": [
+ "index": 1442
+ },
{
- "filePath": "src/components/course/SubsidyRequestButton.jsx",
- "line": 126,
+ "filePath": "src/components/search/SearchCourseCard.jsx",
+ "line": 91,
"column": 4,
- "index": 4462
+ "index": 2669
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
- "line": 141,
- "column": 10,
- "index": 3716
+ "filePath": "src/components/search/SearchProgramCard.jsx",
+ "line": 103,
+ "column": 4,
+ "index": 3122
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx",
- "line": 80,
- "column": 10,
- "index": 2558
+ "filePath": "src/components/search/SearchVideoCard.jsx",
+ "line": 48,
+ "column": 4,
+ "index": 1431
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/MoveToInProgressModal.jsx",
- "line": 74,
- "column": 10,
- "index": 2069
+ "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx",
+ "line": 10,
+ "column": 6,
+ "index": 280
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx",
- "line": 71,
- "column": 10,
- "index": 2136
+ "filePath": "src/components/skills-quiz/CourseCard.jsx",
+ "line": 50,
+ "column": 4,
+ "index": 1822
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 453,
- "column": 12,
- "index": 20648
+ "filePath": "src/components/skills-quiz/JobCardComponent.jsx",
+ "line": 17,
+ "column": 8,
+ "index": 522
},
{
- "filePath": "src/components/my-career/SearchJobRole.jsx",
- "line": 122,
- "column": 10,
- "index": 4164
+ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
+ "line": 166,
+ "column": 12,
+ "index": 5600
},
{
- "filePath": "src/components/stateful-enroll/StatefulEnroll.jsx",
- "line": 87,
- "column": 4,
- "index": 2415
- }
- ],
- "RocketLaunch": [
- {
- "filePath": "src/components/course/VerifiedCertPitch.jsx",
- "line": 30,
- "column": 37,
- "index": 1131
+ "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx",
+ "line": 68,
+ "column": 8,
+ "index": 2244
}
],
- "ContentPasteGo": [
+ "Card.Header": [
{
- "filePath": "src/components/course/VerifiedCertPitch.jsx",
- "line": 49,
- "column": 37,
- "index": 2015
- }
- ],
- "Tabs": [
+ "filePath": "src/components/academies/SearchAcademyCard.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 565
+ },
{
- "filePath": "src/components/dashboard/DashboardPage.jsx",
- "line": 91,
+ "filePath": "src/components/course/CourseRecommendationCard.jsx",
+ "line": 59,
"column": 6,
- "index": 2906
- }
- ],
- "Tab": [
+ "index": 2077
+ },
{
- "filePath": "src/components/dashboard/data/useDashboardTabs.jsx",
- "line": 73,
- "column": 4,
- "index": 2593
+ "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx",
+ "line": 59,
+ "column": 8,
+ "index": 2039
},
{
- "filePath": "src/components/dashboard/data/useDashboardTabs.jsx",
- "line": 84,
+ "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx",
+ "line": 95,
"column": 6,
- "index": 2973
+ "index": 3393
},
{
- "filePath": "src/components/dashboard/data/useDashboardTabs.jsx",
- "line": 97,
+ "filePath": "src/components/dashboard/sidebar/LearnerCreditSummaryCard.jsx",
+ "line": 103,
"column": 6,
- "index": 3432
+ "index": 3519
},
{
- "filePath": "src/components/dashboard/data/useDashboardTabs.jsx",
- "line": 110,
+ "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx",
+ "line": 69,
+ "column": 8,
+ "index": 2629
+ },
+ {
+ "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx",
+ "line": 98,
"column": 6,
- "index": 3899
- }
- ],
- "Dropdown": [
+ "index": 3573
+ },
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 287,
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 36,
"column": 8,
- "index": 9202
+ "index": 1117
},
{
- "filePath": "src/components/error-page/ErrorPageHeader.jsx",
- "line": 39,
- "column": 14,
- "index": 1287
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 75,
+ "column": 10,
+ "index": 2493
},
{
- "filePath": "src/components/program/ProgramCTA.jsx",
- "line": 155,
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 183,
+ "column": 10,
+ "index": 6990
+ },
+ {
+ "filePath": "src/components/my-career/CategoryCard.jsx",
+ "line": 111,
+ "column": 6,
+ "index": 3983
+ },
+ {
+ "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx",
+ "line": 27,
+ "column": 6,
+ "index": 1090
+ },
+ {
+ "filePath": "src/components/pathway/SearchPathwayCard.jsx",
+ "line": 131,
"column": 8,
- "index": 5941
+ "index": 3750
},
{
- "filePath": "src/components/site-header/AvatarDropdown.jsx",
- "line": 38,
- "column": 4,
- "index": 1428
+ "filePath": "src/components/program-progress/ProgramListingCard.jsx",
+ "line": 69,
+ "column": 6,
+ "index": 2203
},
{
- "filePath": "src/components/skills-quiz/GoalDropdown.jsx",
- "line": 20,
- "column": 4,
- "index": 820
- }
- ],
- "Dropdown.Toggle": [
+ "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
+ "line": 67,
+ "column": 6,
+ "index": 1887
+ },
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 288,
- "column": 10,
- "index": 9223
+ "filePath": "src/components/search/SearchCourseCard.jsx",
+ "line": 109,
+ "column": 6,
+ "index": 3172
},
{
- "filePath": "src/components/error-page/ErrorPageHeader.jsx",
- "line": 40,
- "column": 16,
- "index": 1314
+ "filePath": "src/components/search/SearchProgramCard.jsx",
+ "line": 121,
+ "column": 6,
+ "index": 3589
},
{
- "filePath": "src/components/program/ProgramCTA.jsx",
- "line": 156,
- "column": 10,
- "index": 6005
+ "filePath": "src/components/search/SearchVideoCard.jsx",
+ "line": 65,
+ "column": 6,
+ "index": 1884
+ },
+ {
+ "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx",
+ "line": 12,
+ "column": 8,
+ "index": 346
},
{
- "filePath": "src/components/site-header/AvatarDropdown.jsx",
- "line": 39,
+ "filePath": "src/components/skills-quiz/CourseCard.jsx",
+ "line": 66,
"column": 6,
- "index": 1445
+ "index": 2320
},
{
- "filePath": "src/components/skills-quiz/GoalDropdown.jsx",
- "line": 21,
- "column": 6,
- "index": 837
- }
- ],
- "IconButton": [
- {
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 289,
- "column": 16,
- "index": 9256
- }
- ],
- "MoreVert": [
+ "filePath": "src/components/skills-quiz/JobCardComponent.jsx",
+ "line": 18,
+ "column": 10,
+ "index": 576
+ },
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 290,
- "column": 17,
- "index": 9285
+ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
+ "line": 188,
+ "column": 14,
+ "index": 6376
}
],
- "Dropdown.Menu": [
+ "Card.Section": [
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 296,
- "column": 10,
- "index": 9516
+ "filePath": "src/components/academies/SearchAcademyCard.jsx",
+ "line": 22,
+ "column": 6,
+ "index": 601
},
{
- "filePath": "src/components/error-page/ErrorPageHeader.jsx",
- "line": 48,
- "column": 16,
- "index": 1617
+ "filePath": "src/components/academies/SearchAcademyCard.jsx",
+ "line": 23,
+ "column": 6,
+ "index": 655
},
{
- "filePath": "src/components/program/ProgramCTA.jsx",
- "line": 164,
- "column": 10,
- "index": 6248
+ "filePath": "src/components/academies/SearchAcademyCard.jsx",
+ "line": 24,
+ "column": 6,
+ "index": 678
},
{
- "filePath": "src/components/site-header/AvatarDropdown.jsx",
- "line": 47,
+ "filePath": "src/components/course/course-header/CourseRunCard.jsx",
+ "line": 41,
"column": 6,
- "index": 1666
+ "index": 1514
},
{
- "filePath": "src/components/skills-quiz/GoalDropdown.jsx",
- "line": 28,
+ "filePath": "src/components/course/course-header/deprecated/CourseRunCard.jsx",
+ "line": 353,
"column": 6,
- "index": 1043
- }
- ],
- "Dropdown.Item": [
- {
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 298,
- "column": 14,
- "index": 9587
+ "index": 11603
},
{
- "filePath": "src/components/error-page/ErrorPageHeader.jsx",
- "line": 52,
- "column": 18,
- "index": 1741
+ "filePath": "src/components/course/CourseRecommendationCard.jsx",
+ "line": 70,
+ "column": 6,
+ "index": 2490
},
{
- "filePath": "src/components/program/ProgramCTA.jsx",
- "line": 167,
- "column": 16,
- "index": 6363
+ "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx",
+ "line": 77,
+ "column": 8,
+ "index": 2762
},
{
- "filePath": "src/components/program/ProgramCTA.jsx",
- "line": 187,
- "column": 16,
- "index": 7097
+ "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx",
+ "line": 119,
+ "column": 6,
+ "index": 4312
},
{
- "filePath": "src/components/site-header/AvatarDropdown.jsx",
- "line": 58,
- "column": 8,
- "index": 2073
+ "filePath": "src/components/dashboard/sidebar/DashboardSidebar.jsx",
+ "line": 11,
+ "column": 6,
+ "index": 284
},
{
- "filePath": "src/components/site-header/AvatarDropdown.jsx",
- "line": 76,
- "column": 14,
- "index": 2968
+ "filePath": "src/components/dashboard/sidebar/data/hooks/useSubscriptionSummaryCard.jsx",
+ "line": 65,
+ "column": 6,
+ "index": 2330
},
{
- "filePath": "src/components/site-header/AvatarDropdown.jsx",
- "line": 90,
- "column": 8,
- "index": 3584
+ "filePath": "src/components/dashboard/sidebar/data/hooks/useSubscriptionSummaryCard.jsx",
+ "line": 87,
+ "column": 4,
+ "index": 2934
},
{
- "filePath": "src/components/site-header/AvatarDropdown.jsx",
- "line": 97,
- "column": 8,
- "index": 3894
+ "filePath": "src/components/dashboard/sidebar/LearnerCreditSummaryCard.jsx",
+ "line": 119,
+ "column": 6,
+ "index": 4089
},
{
- "filePath": "src/components/site-header/AvatarDropdown.jsx",
- "line": 104,
- "column": 8,
- "index": 4225
+ "filePath": "src/components/dashboard/sidebar/SubsidiesSummary.jsx",
+ "line": 41,
+ "column": 4,
+ "index": 1426
},
{
- "filePath": "src/components/site-header/AvatarDropdown.jsx",
- "line": 112,
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 43,
"column": 8,
- "index": 4559
+ "index": 1368
},
{
- "filePath": "src/components/skills-quiz/GoalDropdown.jsx",
- "line": 30,
+ "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
+ "line": 16,
"column": 10,
- "index": 1115
- }
- ],
- "IconButtonWithTooltip": [
- {
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 363,
- "column": 8,
- "index": 11466
+ "index": 596
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 410,
+ "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
+ "line": 26,
"column": 10,
- "index": 13340
- }
- ],
- "InfoOutline": [
- {
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 367,
- "column": 15,
- "index": 11593
+ "index": 870
},
{
- "filePath": "src/components/skills-quiz/JobDescriptions.jsx",
- "line": 16,
- "column": 8,
- "index": 749
- }
- ],
- "Warning": [
- {
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 414,
- "column": 17,
- "index": 13535
+ "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
+ "line": 15,
+ "column": 6,
+ "index": 531
},
{
- "filePath": "src/components/search/SearchError.jsx",
- "line": 14,
- "column": 12,
- "index": 393
- }
- ],
- "Info": [
- {
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 526,
- "column": 19,
- "index": 16404
- }
- ],
- "Input": [
- {
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
- "line": 124,
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 233,
"column": 14,
- "index": 3006
- }
- ],
- "Alert.Link": [
- {
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/ModalError.jsx",
- "line": 11,
- "column": 21,
- "index": 379
+ "index": 9262
},
{
- "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/ModalError.jsx",
- "line": 11,
- "column": 42,
- "index": 412
- }
- ],
- "Bubble": [
- {
- "filePath": "src/components/dashboard/main-content/course-enrollments/CourseSection.jsx",
- "line": 43,
- "column": 13,
- "index": 1475
+ "filePath": "src/components/microlearning/VideoBanner.jsx",
+ "line": 29,
+ "column": 8,
+ "index": 1030
},
{
- "filePath": "src/components/progress-category-bubbles/ProgressCategoryBubbles.jsx",
- "line": 8,
- "column": 4,
- "index": 322
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 120,
+ "column": 12,
+ "index": 4299
},
{
- "filePath": "src/components/progress-category-bubbles/ProgressCategoryBubbles.jsx",
- "line": 19,
- "column": 4,
- "index": 678
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 208,
+ "column": 10,
+ "index": 7837
},
{
- "filePath": "src/components/progress-category-bubbles/ProgressCategoryBubbles.jsx",
- "line": 30,
- "column": 4,
- "index": 1043
- }
- ],
- "Collapsible": [
- {
- "filePath": "src/components/dashboard/main-content/course-enrollments/CourseSection.jsx",
- "line": 139,
+ "filePath": "src/components/my-career/CategoryCard.jsx",
+ "line": 112,
"column": 6,
- "index": 4095
+ "index": 4048
},
{
- "filePath": "src/components/pathway-progress/PathwayStep.jsx",
- "line": 40,
- "column": 4,
- "index": 1399
+ "filePath": "src/components/my-career/CategoryCard.jsx",
+ "line": 126,
+ "column": 8,
+ "index": 4494
},
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 220,
+ "filePath": "src/components/my-career/CategoryCard.jsx",
+ "line": 173,
+ "column": 8,
+ "index": 6103
+ },
+ {
+ "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx",
+ "line": 20,
"column": 10,
- "index": 8308
+ "index": 344
},
{
- "filePath": "src/components/program/ProgramFAQ.jsx",
- "line": 16,
+ "filePath": "src/components/pathway-progress/PathwayNode.jsx",
+ "line": 37,
"column": 10,
- "index": 494
- }
- ],
- "WarningFilled": [
+ "index": 1129
+ },
{
- "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx",
- "line": 72,
- "column": 16,
- "index": 2613
+ "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx",
+ "line": 32,
+ "column": 6,
+ "index": 1218
},
{
- "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx",
- "line": 120,
- "column": 90,
- "index": 4672
+ "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx",
+ "line": 33,
+ "column": 6,
+ "index": 1241
},
{
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 93,
- "column": 49,
- "index": 3688
+ "filePath": "src/components/pathway-progress/SubscriptionStatusCard.jsx",
+ "line": 16,
+ "column": 8,
+ "index": 643
},
{
- "filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx",
- "line": 8,
- "column": 15,
- "index": 273
- }
- ],
- "Navbar": [
+ "filePath": "src/components/pathway/SearchPathwayCard.jsx",
+ "line": 137,
+ "column": 10,
+ "index": 3925
+ },
{
- "filePath": "src/components/error-page/ErrorPageHeader.jsx",
- "line": 24,
+ "filePath": "src/components/program-progress/ProgramListingCard.jsx",
+ "line": 79,
"column": 6,
- "index": 704
- }
- ],
- "Navbar.Brand": [
+ "index": 2522
+ },
{
- "filePath": "src/components/error-page/ErrorPageHeader.jsx",
- "line": 26,
- "column": 10,
- "index": 792
- }
- ],
- "AvatarButton": [
+ "filePath": "src/components/program-progress/ProgramListingCard.jsx",
+ "line": 90,
+ "column": 6,
+ "index": 2865
+ },
{
- "filePath": "src/components/error-page/ErrorPageHeader.jsx",
- "line": 42,
- "column": 22,
- "index": 1424
+ "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
+ "line": 65,
+ "column": 12,
+ "index": 2534
},
{
- "filePath": "src/components/site-header/AvatarDropdown.jsx",
- "line": 41,
+ "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
+ "line": 74,
"column": 12,
- "index": 1504
- }
- ],
- "Card.Body": [
+ "index": 2954
+ },
{
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 37,
+ "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
+ "line": 77,
+ "column": 12,
+ "index": 3117
+ },
+ {
+ "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
+ "line": 75,
"column": 6,
- "index": 1054
+ "index": 2132
},
{
- "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
- "line": 15,
- "column": 4,
- "index": 448
+ "filePath": "src/components/search/SearchCourseCard.jsx",
+ "line": 117,
+ "column": 6,
+ "index": 3465
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 232,
- "column": 12,
- "index": 9236
- }
- ],
- "ArrowBack": [
+ "filePath": "src/components/search/SearchProgramCard.jsx",
+ "line": 133,
+ "column": 6,
+ "index": 3953
+ },
{
- "filePath": "src/components/executive-education-2u/components/ErrorPageContent.jsx",
- "line": 61,
- "column": 26,
- "index": 2162
- }
- ],
- "Form.Group": [
+ "filePath": "src/components/search/SearchVideoCard.jsx",
+ "line": 73,
+ "column": 6,
+ "index": 2113
+ },
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 261,
- "column": 20,
- "index": 10659
+ "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx",
+ "line": 13,
+ "column": 8,
+ "index": 370
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 284,
- "column": 20,
- "index": 11806
+ "filePath": "src/components/skills-quiz/CourseCard.jsx",
+ "line": 78,
+ "column": 6,
+ "index": 2678
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 309,
- "column": 20,
- "index": 12960
+ "filePath": "src/components/skills-quiz/JobCardComponent.jsx",
+ "line": 19,
+ "column": 10,
+ "index": 619
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 345,
- "column": 22,
- "index": 14718
+ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
+ "line": 200,
+ "column": 14,
+ "index": 6815
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 394,
- "column": 20,
- "index": 17546
+ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
+ "line": 210,
+ "column": 14,
+ "index": 7337
},
{
- "filePath": "src/components/my-career/SearchJobRole.jsx",
- "line": 88,
- "column": 8,
- "index": 2875
+ "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx",
+ "line": 69,
+ "column": 10,
+ "index": 2261
},
{
- "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
- "line": 255,
- "column": 28,
- "index": 10264
+ "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx",
+ "line": 98,
+ "column": 10,
+ "index": 3163
}
],
- "Form.Control": [
+ "Image": [
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 265,
- "column": 22,
- "index": 10817
+ "filePath": "src/components/academies/SearchAcademyCard.jsx",
+ "line": 25,
+ "column": 8,
+ "index": 722
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 287,
- "column": 22,
- "index": 11914
+ "filePath": "src/components/course/course-header/CoursePreview.jsx",
+ "line": 41,
+ "column": 14,
+ "index": 1309
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 312,
- "column": 22,
- "index": 13071
+ "filePath": "src/components/course/course-header/CoursePreview.jsx",
+ "line": 54,
+ "column": 8,
+ "index": 1883
},
{
- "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
- "line": 263,
- "column": 30,
- "index": 10808
- }
- ],
- "CheckboxControl": [
- {
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 347,
- "column": 26,
- "index": 14825
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 39,
+ "column": 14,
+ "index": 1249
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 396,
- "column": 24,
- "index": 17649
- }
- ],
- "Plus": [
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 33,
+ "column": 8,
+ "index": 1217
+ },
{
- "filePath": "src/components/my-career/AddJobRole.jsx",
- "line": 16,
- "column": 9,
- "index": 659
+ "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
+ "line": 75,
+ "column": 14,
+ "index": 3031
}
],
- "TransitionReplace": [
+ "Hyperlink": [
{
- "filePath": "src/components/my-career/AddJobRole.jsx",
- "line": 55,
- "column": 14,
- "index": 1704
+ "filePath": "src/components/app/Root.jsx",
+ "line": 33,
+ "column": 10,
+ "index": 1269
},
{
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 67,
- "column": 8,
- "index": 2090
- }
- ],
- "Chip": [
+ "filePath": "src/components/app/routes/EnterpriseInviteRoute.jsx",
+ "line": 23,
+ "column": 6,
+ "index": 785
+ },
{
- "filePath": "src/components/my-career/LevelBars.jsx",
- "line": 18,
- "column": 23,
- "index": 402
+ "filePath": "src/components/app/routes/EnterpriseInviteRoute.jsx",
+ "line": 30,
+ "column": 6,
+ "index": 1022
},
{
- "filePath": "src/components/my-career/LevelBars.jsx",
- "line": 20,
- "column": 23,
- "index": 530
+ "filePath": "src/components/app/routes/EnterpriseInviteRoute.jsx",
+ "line": 39,
+ "column": 10,
+ "index": 1231
},
{
- "filePath": "src/components/skills-quiz-v2/JobCardComponent.jsx",
- "line": 120,
- "column": 18,
- "index": 3908
+ "filePath": "src/components/app/routes/LicenseActivationRoute.jsx",
+ "line": 32,
+ "column": 12,
+ "index": 1213
},
{
- "filePath": "src/components/TagCloud/index.jsx",
- "line": 9,
- "column": 6,
- "index": 256
- }
- ],
- "Edit": [
+ "filePath": "src/components/app/routes/LicenseActivationRoute.jsx",
+ "line": 45,
+ "column": 12,
+ "index": 1654
+ },
{
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 18,
- "column": 13,
- "index": 739
- }
- ],
- "ActionRow.Spacer": [
+ "filePath": "src/components/course/course-header/CourseHeader.jsx",
+ "line": 76,
+ "column": 18,
+ "index": 2942
+ },
{
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 78,
+ "filePath": "src/components/course/CourseAssociatedPrograms.jsx",
+ "line": 56,
"column": 16,
- "index": 2589
+ "index": 2233
},
{
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 89,
+ "filePath": "src/components/course/CourseMainContent.jsx",
+ "line": 97,
"column": 16,
- "index": 3124
+ "index": 3492
},
{
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 108,
- "column": 14,
- "index": 3816
+ "filePath": "src/components/course/CourseMaterialsButton.jsx",
+ "line": 32,
+ "column": 10,
+ "index": 976
},
{
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 128,
+ "filePath": "src/components/course/CreatedBy.jsx",
+ "line": 36,
"column": 14,
- "index": 4637
- }
- ],
- "ExpandLess": [
- {
- "filePath": "src/components/pathway-progress/PathwayStep.jsx",
- "line": 45,
- "column": 31,
- "index": 1560
+ "index": 1205
},
{
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 49,
- "column": 29,
- "index": 1834
+ "filePath": "src/components/course/CreatedBy.jsx",
+ "line": 54,
+ "column": 16,
+ "index": 1900
},
{
- "filePath": "src/components/program/ProgramFAQ.jsx",
- "line": 21,
- "column": 37,
- "index": 680
- }
- ],
- "ExpandMore": [
- {
- "filePath": "src/components/pathway-progress/PathwayStep.jsx",
- "line": 46,
- "column": 33,
- "index": 1609
+ "filePath": "src/components/course/data/utils.jsx",
+ "line": 568,
+ "column": 12,
+ "index": 20047
},
{
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 45,
- "column": 29,
- "index": 1686
+ "filePath": "src/components/course/data/utils.jsx",
+ "line": 584,
+ "column": 12,
+ "index": 20425
},
{
- "filePath": "src/components/program/ProgramFAQ.jsx",
- "line": 22,
- "column": 39,
- "index": 735
- }
- ],
- "MarketingModal": [
+ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
+ "line": 110,
+ "column": 30,
+ "index": 4617
+ },
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 105,
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 166,
"column": 4,
- "index": 3496
- }
- ],
- "ModalDialog.Hero": [
- {
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 112,
- "column": 8,
- "index": 3780
+ "index": 5980
},
{
- "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
- "line": 100,
- "column": 8,
- "index": 3770
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/CompletedCourseCard.jsx",
+ "line": 54,
+ "column": 12,
+ "index": 1668
},
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 198,
- "column": 8,
- "index": 6899
- }
- ],
- "ModalDialog.Title": [
- {
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 129,
- "column": 8,
- "index": 4205
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/CompletedCourseCard.jsx",
+ "line": 70,
+ "column": 10,
+ "index": 2158
},
{
- "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/ContinueLearningButton.jsx",
"line": 58,
"column": 10,
- "index": 1999
- }
- ],
- "VerifiedBadge": [
- {
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 139,
- "column": 27,
- "index": 4578
- }
- ],
- "Assignment": [
+ "index": 1921
+ },
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 162,
- "column": 27,
- "index": 5710
- }
- ],
- "BookOpen": [
+ "filePath": "src/components/dashboard/sidebar/SupportInformation.jsx",
+ "line": 45,
+ "column": 16,
+ "index": 1796
+ },
{
- "filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 184,
- "column": 27,
- "index": 6758
- }
- ],
- "StandardModal": [
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 38,
+ "column": 12,
+ "index": 1161
+ },
{
- "filePath": "src/components/program-progress/CouponCodesWarningModal.jsx",
- "line": 22,
- "column": 4,
- "index": 788
+ "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
+ "line": 83,
+ "column": 22,
+ "index": 4470
},
{
- "filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx",
- "line": 46,
- "column": 4,
- "index": 1673
- }
- ],
- "Form.Label": [
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 363,
+ "column": 34,
+ "index": 15938
+ },
{
- "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
- "line": 256,
- "column": 30,
- "index": 10361
- }
- ],
- "Collapsible.Advanced": [
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 412,
+ "column": 32,
+ "index": 18758
+ },
{
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 40,
+ "filePath": "src/components/program/ProgramInstructors.jsx",
+ "line": 23,
"column": 12,
- "index": 1308
+ "index": 873
},
{
"filePath": "src/components/program/ProgramInstructors.jsx",
- "line": 87,
- "column": 8,
- "index": 3053
- }
- ],
- "Collapsible.Trigger": [
- {
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 41,
+ "line": 78,
"column": 14,
- "index": 1396
+ "index": 2730
},
{
- "filePath": "src/components/program/ProgramInstructors.jsx",
- "line": 88,
+ "filePath": "src/components/skills-quiz/SimilarJobs.jsx",
+ "line": 54,
"column": 10,
- "index": 3124
+ "index": 1759
}
],
- "LibraryBooks": [
+ "AlertModal": [
{
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 42,
- "column": 51,
- "index": 1501
+ "filePath": "src/components/app/routes/RouteErrorBoundary.jsx",
+ "line": 88,
+ "column": 6,
+ "index": 2742
},
{
- "filePath": "src/components/program/ProgramSidebar.jsx",
- "line": 27,
- "column": 14,
- "index": 1058
- }
- ],
- "Collapsible.Visible": [
+ "filePath": "src/components/budget-expiry-notification/index.jsx",
+ "line": 87,
+ "column": 8,
+ "index": 2424
+ },
{
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 44,
- "column": 16,
- "index": 1624
+ "filePath": "src/components/course/EnrollModal.jsx",
+ "line": 284,
+ "column": 4,
+ "index": 10682
},
{
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 48,
- "column": 16,
- "index": 1774
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx",
+ "line": 59,
+ "column": 4,
+ "index": 1847
},
{
- "filePath": "src/components/program/ProgramInstructors.jsx",
- "line": 90,
- "column": 12,
- "index": 3269
+ "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx",
+ "line": 100,
+ "column": 6,
+ "index": 3570
},
{
- "filePath": "src/components/program/ProgramInstructors.jsx",
- "line": 94,
- "column": 12,
- "index": 3395
- }
- ],
- "Collapsible.Body": [
+ "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx",
+ "line": 161,
+ "column": 4,
+ "index": 5679
+ },
{
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 53,
- "column": 14,
- "index": 1957
+ "filePath": "src/components/expired-subscription-modal/index.jsx",
+ "line": 40,
+ "column": 4,
+ "index": 1234
},
{
- "filePath": "src/components/program/ProgramInstructors.jsx",
- "line": 99,
- "column": 10,
- "index": 3553
+ "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx",
+ "line": 30,
+ "column": 4,
+ "index": 924
}
],
- "CalendarMonth": [
+ "ActionRow": [
{
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 58,
- "column": 33,
- "index": 2261
- }
- ],
- "ExpandCircleDown": [
+ "filePath": "src/components/app/routes/RouteErrorBoundary.jsx",
+ "line": 94,
+ "column": 10,
+ "index": 2949
+ },
{
- "filePath": "src/components/program/ProgramDataBar.jsx",
- "line": 45,
- "column": 18,
- "index": 1839
- }
- ],
- "FormatQuote": [
+ "filePath": "src/components/budget-expiry-notification/index.jsx",
+ "line": 93,
+ "column": 12,
+ "index": 2586
+ },
{
- "filePath": "src/components/program/ProgramEndorsements.jsx",
- "line": 18,
- "column": 14,
- "index": 855
- }
- ],
- "AddCircle": [
+ "filePath": "src/components/course/EnrollModal.jsx",
+ "line": 289,
+ "column": 8,
+ "index": 10836
+ },
{
- "filePath": "src/components/program/ProgramInstructors.jsx",
- "line": 91,
- "column": 14,
- "index": 3316
- }
- ],
- "RemoveCircle": [
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
+ "line": 121,
+ "column": 10,
+ "index": 2886
+ },
{
- "filePath": "src/components/program/ProgramInstructors.jsx",
- "line": 95,
- "column": 14,
- "index": 3440
- }
- ],
- "useMediaQuery": [
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx",
+ "line": 85,
+ "column": 10,
+ "index": 2705
+ },
{
- "filePath": "src/components/search/content-highlights/ContentHighlightSet.jsx",
- "line": 63,
- "column": 29,
- "index": 1964
- }
- ],
- "CardCarousel": [
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/MoveToInProgressModal.jsx",
+ "line": 79,
+ "column": 10,
+ "index": 2216
+ },
{
- "filePath": "src/components/search/content-highlights/ContentHighlightSet.jsx",
- "line": 77,
- "column": 6,
- "index": 2368
- }
- ],
- "CardDeck": [
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx",
+ "line": 64,
+ "column": 8,
+ "index": 1973
+ },
{
- "filePath": "src/components/search/content-highlights/ContentHighlightSet.jsx",
- "line": 115,
- "column": 6,
- "index": 3651
- }
- ],
- "Archive": [
+ "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx",
+ "line": 106,
+ "column": 10,
+ "index": 3780
+ },
{
- "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
- "line": 79,
- "column": 40,
- "index": 2322
- }
- ],
- "ZoomOut": [
+ "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx",
+ "line": 168,
+ "column": 8,
+ "index": 5954
+ },
{
- "filePath": "src/components/search/SearchNoResults.jsx",
- "line": 18,
- "column": 14,
- "index": 482
+ "filePath": "src/components/expired-subscription-modal/index.jsx",
+ "line": 45,
+ "column": 8,
+ "index": 1391
},
{
- "filePath": "src/components/skills-quiz/SearchCourseCard.jsx",
- "line": 75,
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 88,
"column": 14,
- "index": 2750
+ "index": 2928
},
{
- "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
- "line": 146,
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 195,
"column": 14,
- "index": 5039
+ "index": 7468
},
{
- "filePath": "src/components/skills-quiz/SkillsCourses.jsx",
- "line": 166,
- "column": 18,
- "index": 5590
- }
- ],
- "Program": [
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 70,
+ "column": 14,
+ "index": 2208
+ },
{
- "filePath": "src/components/search/SearchProgramCard.jsx",
- "line": 140,
- "column": 23,
- "index": 4178
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 87,
+ "column": 14,
+ "index": 3047
},
{
- "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
- "line": 218,
- "column": 31,
- "index": 7663
- }
- ],
- "Dropdown.Header": [
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 100,
+ "column": 12,
+ "index": 3441
+ },
{
- "filePath": "src/components/site-header/AvatarDropdown.jsx",
- "line": 51,
- "column": 8,
- "index": 1750
- }
- ],
- "Dropdown.Divider": [
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 115,
+ "column": 12,
+ "index": 4030
+ },
{
- "filePath": "src/components/site-header/AvatarDropdown.jsx",
- "line": 89,
+ "filePath": "src/components/program-progress/CouponCodesWarningModal.jsx",
+ "line": 28,
"column": 8,
- "index": 3530
+ "index": 978
},
{
- "filePath": "src/components/site-header/AvatarDropdown.jsx",
- "line": 111,
+ "filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx",
+ "line": 55,
"column": 8,
- "index": 4505
- }
- ],
- "MenuIcon": [
- {
- "filePath": "src/components/site-header/SiteHeader.jsx",
- "line": 54,
- "column": 14,
- "index": 1955
- }
- ],
- "SelectableBox.Set": [
- {
- "filePath": "src/components/skills-quiz-v2/JobCardComponent.jsx",
- "line": 90,
- "column": 6,
- "index": 2885
+ "index": 2042
},
{
- "filePath": "src/components/skills-quiz/SelectJobCard.jsx",
- "line": 36,
- "column": 6,
- "index": 1337
+ "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
+ "line": 74,
+ "column": 10,
+ "index": 2768
}
],
- "SelectableBox": [
+ "MailtoLink": [
{
- "filePath": "src/components/skills-quiz-v2/JobCardComponent.jsx",
- "line": 100,
- "column": 10,
- "index": 3150
+ "filePath": "src/components/budget-expiry-notification/data/hooks/useExpiryThresholds.jsx",
+ "line": 73,
+ "column": 18,
+ "index": 3138
},
{
- "filePath": "src/components/skills-quiz/SelectJobCard.jsx",
- "line": 45,
- "column": 10,
- "index": 1666
- }
- ],
- "ModalDialog": [
- {
- "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
- "line": 49,
- "column": 6,
- "index": 1781
+ "filePath": "src/components/budget-expiry-notification/data/hooks/useExpiryThresholds.jsx",
+ "line": 155,
+ "column": 18,
+ "index": 6814
},
{
- "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
- "line": 93,
- "column": 6,
- "index": 3583
+ "filePath": "src/components/budget-expiry-notification/index.jsx",
+ "line": 53,
+ "column": 12,
+ "index": 1598
},
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 191,
+ "filePath": "src/components/contact-admin-mailto/index.jsx",
+ "line": 14,
"column": 6,
- "index": 6716
- }
- ],
- "ModalDialog.Header": [
+ "index": 417
+ },
{
- "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
- "line": 57,
- "column": 8,
- "index": 1968
- }
- ],
- "ModalDialog.Body": [
+ "filePath": "src/components/course/data/utils.jsx",
+ "line": 610,
+ "column": 12,
+ "index": 21035
+ },
{
- "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
- "line": 66,
- "column": 8,
- "index": 2355
+ "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx",
+ "line": 87,
+ "column": 16,
+ "index": 3109
},
{
- "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
- "line": 106,
- "column": 8,
- "index": 4052
+ "filePath": "src/components/dashboard/sidebar/SupportInformation.jsx",
+ "line": 65,
+ "column": 20,
+ "index": 2612
},
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 204,
+ "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx",
+ "line": 47,
"column": 8,
- "index": 7181
- }
- ],
- "Stepper": [
+ "index": 1846
+ },
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 190,
+ "filePath": "src/components/enterprise-user-subsidy/enterprise-offers/EnterpriseOffersBalanceAlert.jsx",
+ "line": 62,
"column": 4,
- "index": 6676
- }
- ],
- "Stepper.Step": [
+ "index": 2966
+ },
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 206,
- "column": 12,
- "index": 7244
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 333,
+ "column": 32,
+ "index": 14289
},
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 305,
- "column": 12,
- "index": 12483
+ "filePath": "src/components/program-progress/CouponCodesWarningModal.jsx",
+ "line": 42,
+ "column": 16,
+ "index": 1881
},
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 347,
- "column": 12,
- "index": 14352
- }
- ],
- "Form.Checkbox": [
+ "filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx",
+ "line": 25,
+ "column": 8,
+ "index": 956
+ },
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 255,
- "column": 24,
- "index": 10085
+ "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
+ "line": 31,
+ "column": 16,
+ "index": 1168
}
],
- "ModalDialog.Footer": [
+ "Alert": [
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 355,
+ "filePath": "src/components/budget-expiry-notification/index.jsx",
+ "line": 70,
"column": 8,
- "index": 14618
- }
- ],
- "Stepper.ActionRow": [
- {
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 356,
- "column": 10,
- "index": 14649
+ "index": 1998
},
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 376,
- "column": 10,
- "index": 15630
+ "filePath": "src/components/course/CourseEnrollmentFailedAlert.jsx",
+ "line": 96,
+ "column": 52,
+ "index": 3329
},
{
- "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 392,
- "column": 10,
- "index": 16336
- }
- ],
- "PageBanner": [
- {
- "filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx",
- "line": 7,
- "column": 2,
- "index": 227
- }
- ],
- "Close": [
- {
- "filePath": "src/components/TagCloud/index.jsx",
- "line": 12,
- "column": 19,
- "index": 329
- }
- ],
- "Toast": [
+ "filePath": "src/components/course/CourseEnrollmentFailedAlert.jsx",
+ "line": 109,
+ "column": 6,
+ "index": 3693
+ },
{
- "filePath": "src/components/Toasts/Toasts.jsx",
- "line": 9,
- "column": 4,
- "index": 268
- }
- ]
- }
- },
- {
- "version": "20.46.3",
- "name": "frontend-app-learner-portal",
- "repository": "https://github.com/openedx/frontend-app-learner-portal-programs",
- "folderName": "frontend-app-learner-portal-programs",
- "usages": {
- "Dropdown.Deprecated": [
+ "filePath": "src/components/course/LicenseRequestedAlert.jsx",
+ "line": 44,
+ "column": 6,
+ "index": 1813
+ },
{
- "filePath": "src/components/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 152,
- "column": 10,
- "index": 3892
- }
- ],
- "Modal": [
+ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
+ "line": 104,
+ "column": 14,
+ "index": 4360
+ },
{
- "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
- "line": 117,
+ "filePath": "src/components/dashboard/DashboardPage.jsx",
+ "line": 73,
"column": 6,
- "index": 2834
- }
- ],
- "Alert": [
+ "index": 2466
+ },
{
- "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
- "line": 122,
- "column": 14,
- "index": 2954
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
+ "line": 137,
+ "column": 10,
+ "index": 3435
},
{
- "filePath": "src/components/course-enrollments/CourseEnrollments.jsx",
- "line": 52,
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/ModalError.jsx",
+ "line": 10,
"column": 4,
- "index": 1453
+ "index": 320
},
{
- "filePath": "src/components/course-enrollments/CourseEnrollments.jsx",
- "line": 67,
- "column": 6,
- "index": 1826
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/ModalError.jsx",
+ "line": 10,
+ "column": 4,
+ "index": 332
},
{
- "filePath": "src/components/program/ProgramPage.jsx",
- "line": 80,
- "column": 6,
- "index": 2561
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx",
+ "line": 83,
+ "column": 8,
+ "index": 2404
},
{
- "filePath": "src/components/programs-list/ProgramListPage.jsx",
- "line": 81,
+ "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx",
+ "line": 97,
"column": 4,
- "index": 2499
- }
- ],
- "Warning": [
+ "index": 3461
+ },
{
- "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
- "line": 125,
- "column": 22,
- "index": 3052
+ "filePath": "src/components/dashboard/main-content/course-enrollments/CourseEnrollmentsAlert.jsx",
+ "line": 20,
+ "column": 4,
+ "index": 437
},
{
- "filePath": "src/components/course-enrollments/CourseEnrollments.jsx",
- "line": 55,
- "column": 12,
- "index": 1521
+ "filePath": "src/components/dashboard/main-content/course-enrollments/NewGroupAssignmentAlert.jsx",
+ "line": 13,
+ "column": 4,
+ "index": 331
},
{
- "filePath": "src/components/program/ProgramPage.jsx",
+ "filePath": "src/components/enterprise-user-subsidy/enterprise-offers/EnterpriseOffersBalanceAlert.jsx",
"line": 82,
- "column": 14,
- "index": 2607
+ "column": 6,
+ "index": 3527
},
{
- "filePath": "src/components/programs-list/ProgramListPage.jsx",
- "line": 83,
- "column": 12,
- "index": 2541
- }
- ],
- "Input": [
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 241,
+ "column": 16,
+ "index": 9701
+ },
{
- "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
- "line": 132,
- "column": 14,
- "index": 3277
- }
- ],
- "StatefulButton": [
+ "filePath": "src/components/program/ProgramCourses.jsx",
+ "line": 93,
+ "column": 18,
+ "index": 3657
+ },
{
- "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
- "line": 151,
- "column": 10,
- "index": 3949
- }
- ],
- "Button": [
+ "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 805
+ },
{
- "filePath": "src/components/course-enrollments/course-cards/UpcomingCourseCard.jsx",
- "line": 10,
+ "filePath": "src/components/search/SearchError.jsx",
+ "line": 11,
"column": 4,
- "index": 253
+ "index": 325
},
{
- "filePath": "src/components/program/sidebar/Links.jsx",
- "line": 65,
- "column": 10,
- "index": 1727
- }
- ],
- "CheckCircle": [
+ "filePath": "src/components/search/SearchNoResults.jsx",
+ "line": 14,
+ "column": 6,
+ "index": 385
+ },
{
- "filePath": "src/components/course-enrollments/CourseEnrollments.jsx",
- "line": 69,
- "column": 14,
- "index": 1873
+ "filePath": "src/components/skills-quiz/SearchCourseCard.jsx",
+ "line": 71,
+ "column": 6,
+ "index": 2648
+ },
+ {
+ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
+ "line": 141,
+ "column": 6,
+ "index": 4892
+ },
+ {
+ "filePath": "src/components/skills-quiz/SkillsCourses.jsx",
+ "line": 162,
+ "column": 10,
+ "index": 5472
}
],
- "breakpoints": [
+ "Alert.Heading": [
{
- "filePath": "src/components/course-enrollments/CourseEnrollments.jsx",
- "line": 113,
- "column": 30,
- "index": 3038
+ "filePath": "src/components/budget-expiry-notification/index.jsx",
+ "line": 79,
+ "column": 10,
+ "index": 2275
},
{
- "filePath": "src/components/course-enrollments/tests/CourseEnrollments.test.jsx",
- "line": 156,
- "column": 52,
- "index": 5005
+ "filePath": "src/components/course/LicenseRequestedAlert.jsx",
+ "line": 45,
+ "column": 8,
+ "index": 1878
},
{
- "filePath": "src/components/course-enrollments/tests/CourseEnrollments.test.jsx",
- "line": 168,
- "column": 52,
- "index": 5491
+ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
+ "line": 119,
+ "column": 16,
+ "index": 5071
},
{
- "filePath": "src/components/program/ProgramPage.jsx",
- "line": 128,
- "column": 48,
- "index": 4226
+ "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx",
+ "line": 116,
+ "column": 6,
+ "index": 4258
},
{
- "filePath": "src/components/program/tab-components/JourneyTab.jsx",
- "line": 16,
- "column": 30,
- "index": 466
- }
- ],
- "Collapsible": [
+ "filePath": "src/components/dashboard/main-content/course-enrollments/NewGroupAssignmentAlert.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 1069
+ },
{
- "filePath": "src/components/course-enrollments/CourseSection.jsx",
- "line": 83,
+ "filePath": "src/components/enterprise-user-subsidy/enterprise-offers/EnterpriseOffersBalanceAlert.jsx",
+ "line": 88,
"column": 8,
- "index": 2045
- }
- ],
- "Alert.Link": [
+ "index": 3690
+ },
{
- "filePath": "src/components/program/ProgramPage.jsx",
- "line": 91,
+ "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
+ "line": 46,
"column": 10,
- "index": 2882
- }
- ],
- "Tabs": [
+ "index": 1707
+ },
{
- "filePath": "src/components/program/TabularView.jsx",
- "line": 37,
+ "filePath": "src/components/search/SearchError.jsx",
+ "line": 17,
"column": 6,
- "index": 1206
- }
- ],
- "Tab": [
- {
- "filePath": "src/components/program/TabularView.jsx",
- "line": 40,
- "column": 10,
- "index": 1373
- }
- ]
- }
- },
- {
- "version": "22.6.0",
- "name": "@edx/frontend-app-learner-record",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/openedx/frontend-app-learner-record.git"
- },
- "folderName": "frontend-app-learner-record",
- "usages": {
- "Tabs": [
- {
- "filePath": "src/components/NavigationBar/NavigationBar.jsx",
- "line": 30,
- "column": 4,
- "index": 760
- }
- ],
- "Tab": [
+ "index": 425
+ },
{
- "filePath": "src/components/NavigationBar/NavigationBar.jsx",
- "line": 36,
+ "filePath": "src/components/search/SearchNoResults.jsx",
+ "line": 21,
"column": 8,
- "index": 926
+ "index": 520
}
],
- "Hyperlink": [
+ "Row": [
{
- "filePath": "src/components/ProgramCertificate/ProgramCertificate.jsx",
- "line": 26,
+ "filePath": "src/components/course/course-header/CourseHeader.jsx",
+ "line": 62,
"column": 8,
- "index": 574
+ "index": 2392
},
{
- "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
- "line": 88,
+ "filePath": "src/components/course/course-header/CourseImportantDates.jsx",
+ "line": 46,
+ "column": 2,
+ "index": 1531
+ },
+ {
+ "filePath": "src/components/course/CourseReview.jsx",
+ "line": 94,
"column": 6,
- "index": 2789
+ "index": 3844
},
{
- "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
- "line": 152,
+ "filePath": "src/components/course/CourseReview.jsx",
+ "line": 105,
"column": 6,
- "index": 4572
+ "index": 4200
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
- "line": 84,
+ "filePath": "src/components/course/CourseReview.jsx",
+ "line": 187,
"column": 6,
- "index": 2663
+ "index": 7882
},
{
- "filePath": "src/components/ProgramRecord/RecordsHelp.jsx",
- "line": 23,
- "column": 14,
- "index": 757
+ "filePath": "src/components/course/CourseSidebarListItem.jsx",
+ "line": 10,
+ "column": 2,
+ "index": 186
},
{
- "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
- "line": 68,
- "column": 18,
- "index": 2578
+ "filePath": "src/components/course/routes/CourseAbout.jsx",
+ "line": 35,
+ "column": 8,
+ "index": 1121
},
{
- "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
+ "filePath": "src/components/course/routes/CourseAbout.jsx",
"line": 48,
- "column": 6,
- "index": 1566
+ "column": 10,
+ "index": 1501
},
{
- "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
- "line": 117,
- "column": 14,
- "index": 4094
+ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
+ "line": 95,
+ "column": 10,
+ "index": 3972
},
{
- "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
- "line": 163,
- "column": 6,
- "index": 5481
- }
- ],
- "DropdownButton": [
- {
- "filePath": "src/components/ProgramCertificate/ProgramCertificate.jsx",
- "line": 34,
- "column": 8,
- "index": 838
- }
- ],
- "Dropdown.Item": [
+ "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx",
+ "line": 29,
+ "column": 10,
+ "index": 1061
+ },
{
- "filePath": "src/components/ProgramCertificate/ProgramCertificate.jsx",
- "line": 36,
- "column": 12,
- "index": 1003
- }
- ],
- "StandardModal": [
+ "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx",
+ "line": 57,
+ "column": 10,
+ "index": 2271
+ },
{
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 27,
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 507,
"column": 6,
- "index": 745
+ "index": 15885
},
{
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 39,
- "column": 4,
- "index": 1025
- }
- ],
- "Info": [
- {
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 28,
- "column": 8,
- "index": 827
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 605,
+ "column": 16,
+ "index": 18823
},
{
- "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
- "line": 103,
- "column": 8,
- "index": 3256
+ "filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx",
+ "line": 13,
+ "column": 2,
+ "index": 404
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
- "line": 169,
+ "filePath": "src/components/enterprise-banner/EnterpriseBanner.jsx",
+ "line": 19,
"column": 8,
- "index": 5575
+ "index": 564
},
{
- "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
- "line": 39,
- "column": 18,
- "index": 1342
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 44,
+ "column": 10,
+ "index": 1393
},
{
- "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
- "line": 65,
- "column": 8,
- "index": 2106
- }
- ],
- "ActionRow": [
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 46,
+ "column": 14,
+ "index": 1488
+ },
{
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 47,
- "column": 12,
- "index": 1242
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 55,
+ "column": 16,
+ "index": 1883
},
{
- "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
- "line": 135,
- "column": 8,
- "index": 4169
- }
- ],
- "ActionRow.Spacer": [
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 72,
+ "column": 55,
+ "index": 2972
+ },
{
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 48,
- "column": 14,
- "index": 1268
- }
- ],
- "Button": [
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 74,
+ "column": 16,
+ "index": 3128
+ },
{
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 49,
- "column": 14,
- "index": 1303
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 82,
+ "column": 55,
+ "index": 3663
},
{
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 117,
- "column": 10,
- "index": 3737
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 84,
+ "column": 16,
+ "index": 3791
},
{
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 129,
- "column": 10,
- "index": 4106
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 93,
+ "column": 20,
+ "index": 4344
},
{
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 156,
- "column": 10,
- "index": 4974
+ "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
+ "line": 14,
+ "column": 6,
+ "index": 534
},
{
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 165,
- "column": 10,
- "index": 5220
+ "filePath": "src/components/executive-education-2u/components/ErrorPageContent.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 1278
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
- "line": 79,
- "column": 4,
- "index": 2555
+ "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
+ "line": 16,
+ "column": 8,
+ "index": 554
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 127,
- "column": 12,
- "index": 4021
+ "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
+ "line": 36,
+ "column": 14,
+ "index": 1574
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 156,
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 259,
"column": 16,
- "index": 5021
+ "index": 10577
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 169,
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 307,
"column": 16,
- "index": 5550
+ "index": 12877
},
{
- "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
- "line": 41,
- "column": 14,
- "index": 1385
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 343,
+ "column": 18,
+ "index": 14664
},
{
- "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
- "line": 143,
- "column": 10,
- "index": 4496
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 392,
+ "column": 16,
+ "index": 17496
},
{
- "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
- "line": 121,
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 437,
"column": 16,
- "index": 4245
- }
- ],
- "Row": [
- {
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 59,
- "column": 10,
- "index": 1546
+ "index": 19926
},
{
- "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
- "line": 118,
+ "filePath": "src/components/microlearning/VideoDetailPage.jsx",
+ "line": 119,
"column": 6,
- "index": 3689
- }
- ],
- "ContentCopy": [
- {
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 74,
- "column": 16,
- "index": 2189
+ "index": 4352
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 158,
- "column": 30,
- "index": 5103
+ "filePath": "src/components/my-career/AddJobRole.jsx",
+ "line": 39,
+ "column": 4,
+ "index": 1077
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 171,
- "column": 30,
- "index": 5632
- }
- ],
- "useToggle": [
- {
- "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
- "line": 30,
- "column": 47,
- "index": 1171
- }
- ],
- "ChevronLeft": [
+ "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx",
+ "line": 11,
+ "column": 4,
+ "index": 165
+ },
{
- "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
- "line": 92,
- "column": 8,
- "index": 2943
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 114,
+ "column": 10,
+ "index": 4012
},
{
- "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
- "line": 52,
- "column": 8,
- "index": 1720
- }
- ],
- "Alert": [
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 144,
+ "column": 10,
+ "index": 5570
+ },
{
- "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
- "line": 102,
- "column": 6,
- "index": 3223
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 31,
+ "column": 4,
+ "index": 1141
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
- "line": 168,
- "column": 6,
- "index": 5542
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 135,
+ "column": 8,
+ "index": 4341
},
{
- "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
- "line": 37,
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 207,
"column": 10,
- "index": 1288
+ "index": 7830
},
{
- "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
- "line": 82,
- "column": 10,
- "index": 2981
+ "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
+ "line": 85,
+ "column": 4,
+ "index": 2818
},
{
- "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
- "line": 64,
+ "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
+ "line": 108,
"column": 6,
- "index": 2073
- }
- ],
- "ArrowBack": [
- {
- "filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
- "line": 81,
- "column": 18,
- "index": 2606
- }
- ],
- "Container": [
- {
- "filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
- "line": 203,
- "column": 4,
- "index": 6478
- }
- ],
- "Icon": [
+ "index": 3681
+ },
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 51,
- "column": 15,
- "index": 1931
+ "filePath": "src/components/program-progress/ProgramProgressPage.jsx",
+ "line": 62,
+ "column": 8,
+ "index": 2548
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 52,
- "column": 15,
- "index": 1971
+ "filePath": "src/components/program/ProgramPage.jsx",
+ "line": 41,
+ "column": 8,
+ "index": 1406
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "filePath": "src/components/program/ProgramPage.jsx",
"line": 53,
- "column": 16,
- "index": 2039
+ "column": 8,
+ "index": 1740
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 225,
- "column": 24,
- "index": 8286
- }
- ],
- "Download": [
+ "filePath": "src/components/program/ProgramSidebarListItem.jsx",
+ "line": 9,
+ "column": 2,
+ "index": 160
+ },
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 51,
- "column": 26,
- "index": 1942
- }
- ],
- "SpinnerSimple": [
+ "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
+ "line": 62,
+ "column": 6,
+ "index": 2470
+ },
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 52,
- "column": 26,
- "index": 1982
+ "filePath": "src/components/skills-quiz/SkillsQuiz.jsx",
+ "line": 29,
+ "column": 8,
+ "index": 1206
}
],
- "Check": [
+ "Col": [
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 53,
- "column": 27,
- "index": 2050
- }
- ],
- "AccountBalance": [
+ "filePath": "src/components/course/course-header/CourseHeader.jsx",
+ "line": 63,
+ "column": 10,
+ "index": 2425
+ },
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 130,
- "column": 26,
- "index": 4133
- }
- ],
- "OverlayTrigger": [
+ "filePath": "src/components/course/course-header/CourseHeader.jsx",
+ "line": 127,
+ "column": 10,
+ "index": 4888
+ },
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 140,
- "column": 12,
- "index": 4471
+ "filePath": "src/components/course/course-header/CourseHeader.jsx",
+ "line": 134,
+ "column": 10,
+ "index": 5205
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 183,
- "column": 12,
- "index": 6109
- }
- ],
- "Tooltip": [
+ "filePath": "src/components/course/course-header/CourseImportantDates.jsx",
+ "line": 47,
+ "column": 4,
+ "index": 1601
+ },
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 144,
- "column": 16,
- "index": 4595
- }
- ],
- "Popover": [
+ "filePath": "src/components/course/course-header/CourseImportantDates.jsx",
+ "line": 53,
+ "column": 4,
+ "index": 1757
+ },
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 187,
- "column": 16,
- "index": 6229
- }
- ],
- "Popover.Title": [
+ "filePath": "src/components/course/CourseReview.jsx",
+ "line": 95,
+ "column": 8,
+ "index": 3884
+ },
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 190,
- "column": 18,
- "index": 6310
+ "filePath": "src/components/course/CourseReview.jsx",
+ "line": 106,
+ "column": 8,
+ "index": 4214
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 204,
- "column": 18,
- "index": 7206
- }
- ],
- "Popover.Content": [
+ "filePath": "src/components/course/CourseReview.jsx",
+ "line": 123,
+ "column": 8,
+ "index": 5016
+ },
+ {
+ "filePath": "src/components/course/CourseReview.jsx",
+ "line": 146,
+ "column": 8,
+ "index": 6007
+ },
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 197,
- "column": 18,
- "index": 6665
+ "filePath": "src/components/course/CourseReview.jsx",
+ "line": 166,
+ "column": 8,
+ "index": 6937
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 211,
- "column": 18,
- "index": 7562
- }
- ],
- "IconButton": [
+ "filePath": "src/components/course/CourseReview.jsx",
+ "line": 188,
+ "column": 8,
+ "index": 7922
+ },
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 221,
- "column": 14,
- "index": 8138
- }
- ],
- "Help": [
+ "filePath": "src/components/course/CourseSidebarListItem.jsx",
+ "line": 11,
+ "column": 4,
+ "index": 260
+ },
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 224,
- "column": 21,
- "index": 8256
- }
- ],
- "StatefulButton": [
+ "filePath": "src/components/course/CourseSidebarListItem.jsx",
+ "line": 15,
+ "column": 4,
+ "index": 390
+ },
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 235,
+ "filePath": "src/components/course/routes/CourseAbout.jsx",
+ "line": 49,
"column": 12,
- "index": 8508
- }
- ],
- "Toast": [
+ "index": 1519
+ },
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 248,
- "column": 10,
- "index": 8978
- }
- ],
- "Badge": [
+ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
+ "line": 96,
+ "column": 12,
+ "index": 3990
+ },
{
- "filePath": "src/components/ProgramRecord/ProgramRecordHeader.jsx",
- "line": 52,
+ "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx",
+ "line": 30,
"column": 12,
- "index": 1537
+ "index": 1096
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecordHeader.jsx",
+ "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx",
"line": 58,
- "column": 16,
- "index": 1729
+ "column": 12,
+ "index": 2289
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecordHeader.jsx",
- "line": 63,
- "column": 12,
- "index": 1897
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 508,
+ "column": 8,
+ "index": 15899
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecordTable.jsx",
- "line": 26,
- "column": 10,
- "index": 937
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 606,
+ "column": 18,
+ "index": 18876
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecordTable.jsx",
- "line": 31,
+ "filePath": "src/components/enterprise-banner/EnterpriseBanner.jsx",
+ "line": 20,
"column": 10,
- "index": 1075
- }
- ],
- "DataTable": [
+ "index": 580
+ },
{
- "filePath": "src/components/ProgramRecord/ProgramRecordTable.jsx",
- "line": 38,
- "column": 4,
- "index": 1222
- }
- ],
- "DataTable.Table": [
+ "filePath": "src/components/error-page/ErrorPage.jsx",
+ "line": 33,
+ "column": 8,
+ "index": 964
+ },
{
- "filePath": "src/components/ProgramRecord/ProgramRecordTable.jsx",
- "line": 76,
- "column": 6,
- "index": 2036
- }
- ],
- "DataTable.EmptyTable": [
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 45,
+ "column": 12,
+ "index": 1411
+ },
{
- "filePath": "src/components/ProgramRecord/ProgramRecordTable.jsx",
- "line": 77,
- "column": 6,
- "index": 2062
- }
- ],
- "Alert.Heading": [
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 47,
+ "column": 16,
+ "index": 1510
+ },
{
- "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
- "line": 54,
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 53,
"column": 12,
- "index": 1832
+ "index": 1799
},
{
- "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
- "line": 88,
- "column": 12,
- "index": 3151
- }
- ],
- "CheckCircle": [
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 56,
+ "column": 18,
+ "index": 1938
+ },
{
- "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
- "line": 84,
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 72,
"column": 18,
- "index": 3036
- }
- ],
- "ModalDialog": [
+ "index": 2935
+ },
{
- "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
- "line": 71,
- "column": 4,
- "index": 2031
- }
- ],
- "ModalDialog.Header": [
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 75,
+ "column": 18,
+ "index": 3183
+ },
{
- "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
- "line": 80,
- "column": 6,
- "index": 2234
- }
- ],
- "ModalDialog.Title": [
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 82,
+ "column": 18,
+ "index": 3626
+ },
{
- "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
- "line": 81,
- "column": 8,
- "index": 2263
- }
- ],
- "ModalDialog.Body": [
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 85,
+ "column": 18,
+ "index": 3846
+ },
{
- "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
"line": 92,
- "column": 6,
- "index": 2639
- }
- ],
- "Form": [
+ "column": 18,
+ "index": 4286
+ },
{
- "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
- "line": 104,
+ "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
+ "line": 15,
"column": 8,
- "index": 3154
- }
- ],
- "SelectableBox.Set": [
- {
- "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
- "line": 112,
- "column": 10,
- "index": 3468
- }
- ],
- "SelectableBox": [
- {
- "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
- "line": 121,
- "column": 14,
- "index": 3776
- }
- ],
- "ModalDialog.Footer": [
- {
- "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
- "line": 134,
- "column": 6,
- "index": 4140
- }
- ],
- "ModalDialog.CloseButton": [
+ "index": 565
+ },
{
- "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
- "line": 136,
- "column": 10,
- "index": 4191
- }
- ]
- }
- },
- {
- "version": "22.3.0",
- "name": "@edx/frontend-app-learning",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/openedx/frontend-app-learning.git"
- },
- "folderName": "frontend-app-learning",
- "usages": {
- "Hyperlink": [
+ "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
+ "line": 25,
+ "column": 8,
+ "index": 839
+ },
{
- "filePath": "src/alerts/access-expiration-alert/AccessExpirationAlert.jsx",
- "line": 65,
+ "filePath": "src/components/executive-education-2u/components/ErrorPageContent.jsx",
+ "line": 38,
"column": 8,
- "index": 1855
+ "index": 1292
},
{
- "filePath": "src/alerts/active-enteprise-alert/ActiveEnterpriseAlert.jsx",
- "line": 13,
- "column": 4,
- "index": 487
+ "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
+ "line": 17,
+ "column": 10,
+ "index": 570
},
{
- "filePath": "src/alerts/logistration-alert/LogistrationAlert.jsx",
- "line": 12,
- "column": 4,
- "index": 463
+ "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
+ "line": 34,
+ "column": 10,
+ "index": 1445
},
{
- "filePath": "src/alerts/logistration-alert/LogistrationAlert.jsx",
- "line": 23,
- "column": 4,
- "index": 890
+ "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
+ "line": 37,
+ "column": 16,
+ "index": 1596
},
{
- "filePath": "src/course-home/goal-unsubscribe/ResultPage.jsx",
- "line": 16,
- "column": 10,
- "index": 687
+ "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
+ "line": 44,
+ "column": 16,
+ "index": 2060
},
{
- "filePath": "src/course-home/outline-tab/alerts/private-course-alert/PrivateCourseAlert.jsx",
- "line": 49,
- "column": 4,
- "index": 1514
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 260,
+ "column": 18,
+ "index": 10618
},
{
- "filePath": "src/course-home/outline-tab/alerts/private-course-alert/PrivateCourseAlert.jsx",
- "line": 58,
- "column": 4,
- "index": 1793
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 283,
+ "column": 18,
+ "index": 11765
},
{
- "filePath": "src/course-home/progress-tab/credit-information/CreditInformation.jsx",
- "line": 29,
- "column": 4,
- "index": 883
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 308,
+ "column": 18,
+ "index": 12918
},
{
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/DetailedGrades.jsx",
- "line": 44,
- "column": 4,
- "index": 1372
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 344,
+ "column": 20,
+ "index": 14690
},
{
- "filePath": "src/course-home/progress-tab/related-links/RelatedLinks.jsx",
- "line": 42,
- "column": 10,
- "index": 1318
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 393,
+ "column": 18,
+ "index": 17520
},
{
- "filePath": "src/course-home/progress-tab/related-links/RelatedLinks.jsx",
- "line": 50,
- "column": 10,
- "index": 1622
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 438,
+ "column": 18,
+ "index": 19967
},
{
- "filePath": "src/courseware/course/course-exit/CatalogSuggestion.jsx",
- "line": 25,
- "column": 4,
- "index": 882
+ "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx",
+ "line": 12,
+ "column": 6,
+ "index": 177
},
{
- "filePath": "src/courseware/course/course-exit/CourseCelebration.jsx",
- "line": 209,
- "column": 14,
- "index": 8617
+ "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx",
+ "line": 18,
+ "column": 6,
+ "index": 302
},
{
- "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx",
- "line": 101,
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 32,
"column": 6,
- "index": 3455
+ "index": 1188
},
{
- "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx",
- "line": 196,
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 41,
"column": 6,
- "index": 6795
+ "index": 1419
},
{
- "filePath": "src/courseware/course/course-exit/DashboardFootnote.jsx",
- "line": 25,
- "column": 4,
- "index": 851
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 54,
+ "column": 6,
+ "index": 1763
},
{
- "filePath": "src/courseware/course/course-exit/ProgramCompletion.jsx",
- "line": 34,
- "column": 4,
- "index": 1296
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 136,
+ "column": 10,
+ "index": 4384
},
{
- "filePath": "src/courseware/course/course-exit/ProgramCompletion.jsx",
- "line": 59,
- "column": 16,
- "index": 2229
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 159,
+ "column": 10,
+ "index": 5510
},
{
- "filePath": "src/courseware/course/course-exit/ProgramCompletion.jsx",
- "line": 76,
- "column": 14,
- "index": 2959
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 181,
+ "column": 10,
+ "index": 6574
},
{
- "filePath": "src/courseware/course/course-exit/UpgradeFootnote.jsx",
- "line": 23,
- "column": 4,
- "index": 816
+ "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
+ "line": 86,
+ "column": 6,
+ "index": 2877
},
{
- "filePath": "src/courseware/course/sequence/hidden-after-due/HiddenAfterDue.jsx",
- "line": 16,
- "column": 4,
- "index": 583
+ "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
+ "line": 109,
+ "column": 8,
+ "index": 3760
},
{
- "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
- "line": 91,
- "column": 14,
- "index": 3327
+ "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
+ "line": 255,
+ "column": 61,
+ "index": 10297
},
{
- "filePath": "src/shared/links.jsx",
+ "filePath": "src/components/program/ProgramSidebarListItem.jsx",
"line": 10,
- "column": 2,
- "index": 374
+ "column": 4,
+ "index": 234
},
{
- "filePath": "src/shared/links.jsx",
- "line": 28,
+ "filePath": "src/components/program/ProgramSidebarListItem.jsx",
+ "line": 14,
"column": 4,
- "index": 754
+ "index": 364
},
{
- "filePath": "src/shared/links.jsx",
- "line": 46,
- "column": 4,
- "index": 1138
+ "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
+ "line": 63,
+ "column": 8,
+ "index": 2484
}
],
- "Alert": [
+ "Badge": [
{
- "filePath": "src/alerts/access-expiration-alert/AccessExpirationAlert.jsx",
- "line": 78,
- "column": 4,
- "index": 2139
+ "filePath": "src/components/course/course-header/CourseHeader.jsx",
+ "line": 102,
+ "column": 16,
+ "index": 3896
},
{
- "filePath": "src/alerts/active-enteprise-alert/ActiveEnterpriseAlert.jsx",
- "line": 26,
- "column": 4,
- "index": 862
+ "filePath": "src/components/course/CourseSkills.jsx",
+ "line": 58,
+ "column": 12,
+ "index": 2171
},
{
- "filePath": "src/alerts/course-start-alert/CourseStartAlert.jsx",
- "line": 43,
- "column": 6,
- "index": 1120
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 539,
+ "column": 11,
+ "index": 16546
},
{
- "filePath": "src/alerts/course-start-alert/CourseStartAlert.jsx",
- "line": 68,
- "column": 4,
- "index": 1833
+ "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx",
+ "line": 109,
+ "column": 14,
+ "index": 4050
},
{
- "filePath": "src/alerts/enrollment-alert/EnrollmentAlert.jsx",
- "line": 50,
+ "filePath": "src/components/dashboard/sidebar/LearnerCreditSummaryCard.jsx",
+ "line": 69,
"column": 4,
- "index": 1406
+ "index": 2508
},
{
- "filePath": "src/alerts/logistration-alert/LogistrationAlert.jsx",
- "line": 32,
+ "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx",
+ "line": 80,
+ "column": 16,
+ "index": 3143
+ },
+ {
+ "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx",
+ "line": 108,
+ "column": 12,
+ "index": 4057
+ },
+ {
+ "filePath": "src/components/microlearning/BetaBadge.jsx",
+ "line": 24,
"column": 4,
- "index": 1161
+ "index": 868
+ },
+ {
+ "filePath": "src/components/microlearning/VideoDetailPage.jsx",
+ "line": 151,
+ "column": 22,
+ "index": 5869
+ },
+ {
+ "filePath": "src/components/pathway-progress/PathwayNode.jsx",
+ "line": 46,
+ "column": 20,
+ "index": 1521
},
{
- "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx",
- "line": 119,
+ "filePath": "src/components/pathway-progress/SubscriptionStatusCard.jsx",
+ "line": 27,
"column": 12,
- "index": 3749
+ "index": 1174
},
{
- "filePath": "src/course-home/outline-tab/alerts/certificate-status-alert/CertificateStatusAlert.jsx",
- "line": 166,
- "column": 8,
- "index": 5845
+ "filePath": "src/components/pathway/SearchPathwayCard.jsx",
+ "line": 140,
+ "column": 16,
+ "index": 4137
},
{
- "filePath": "src/course-home/outline-tab/alerts/course-end-alert/CourseEndAlert.jsx",
- "line": 86,
- "column": 4,
- "index": 2156
+ "filePath": "src/components/search/SearchProgramCard.jsx",
+ "line": 134,
+ "column": 8,
+ "index": 3976
},
{
- "filePath": "src/course-home/outline-tab/alerts/private-course-alert/PrivateCourseAlert.jsx",
- "line": 67,
- "column": 4,
- "index": 2024
+ "filePath": "src/components/skills-quiz/CourseCard.jsx",
+ "line": 85,
+ "column": 12,
+ "index": 2946
},
{
- "filePath": "src/course-home/outline-tab/alerts/scheduled-content-alert/ScheduledCotentAlert.jsx",
- "line": 12,
- "column": 4,
- "index": 286
+ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
+ "line": 204,
+ "column": 22,
+ "index": 7091
},
{
- "filePath": "src/course-home/outline-tab/widgets/WelcomeMessage.jsx",
- "line": 45,
- "column": 4,
- "index": 1705
+ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
+ "line": 211,
+ "column": 16,
+ "index": 7368
},
{
- "filePath": "src/course-home/suggested-schedule-messaging/ShiftDatesAlert.jsx",
- "line": 39,
- "column": 4,
- "index": 806
+ "filePath": "src/components/skills-quiz/SelectedJobSkills.jsx",
+ "line": 14,
+ "column": 10,
+ "index": 484
},
{
- "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToCompleteAlert.jsx",
- "line": 36,
- "column": 4,
- "index": 792
+ "filePath": "src/components/skills-quiz/SkillsCourses.jsx",
+ "line": 110,
+ "column": 10,
+ "index": 3546
},
{
- "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToShiftDatesAlert.jsx",
- "line": 38,
- "column": 4,
- "index": 847
+ "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx",
+ "line": 79,
+ "column": 18,
+ "index": 2636
},
{
- "filePath": "src/courseware/course/course-exit/CourseCelebration.jsx",
- "line": 317,
- "column": 10,
- "index": 12667
- },
+ "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx",
+ "line": 87,
+ "column": 18,
+ "index": 2850
+ }
+ ],
+ "Stack": [
{
- "filePath": "src/courseware/course/course-exit/CourseInProgress.jsx",
- "line": 41,
- "column": 8,
- "index": 1527
+ "filePath": "src/components/course/course-header/CourseImportantDates.jsx",
+ "line": 48,
+ "column": 6,
+ "index": 1630
},
{
- "filePath": "src/courseware/course/course-exit/CourseNonPassing.jsx",
- "line": 41,
- "column": 8,
- "index": 1527
+ "filePath": "src/components/course/course-header/data/hooks/useCourseRunCardAction.jsx",
+ "line": 74,
+ "column": 6,
+ "index": 2938
},
{
- "filePath": "src/courseware/course/course-exit/ProgramCompletion.jsx",
- "line": 44,
+ "filePath": "src/components/course/course-header/data/hooks/useCourseRunCardAction.jsx",
+ "line": 110,
"column": 4,
- "index": 1501
+ "index": 4042
},
{
- "filePath": "src/courseware/course/sequence/hidden-after-due/HiddenAfterDue.jsx",
- "line": 26,
+ "filePath": "src/components/course/EnrollModal.jsx",
+ "line": 123,
"column": 4,
- "index": 799
+ "index": 5969
},
{
- "filePath": "src/courseware/course/sequence/honor-code/HonorCode.jsx",
- "line": 39,
- "column": 4,
- "index": 1437
+ "filePath": "src/components/course/EnrollModal.jsx",
+ "line": 161,
+ "column": 12,
+ "index": 7150
},
{
- "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
- "line": 82,
- "column": 4,
- "index": 2826
+ "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx",
+ "line": 31,
+ "column": 14,
+ "index": 1116
},
{
- "filePath": "src/generic/user-messages/Alert.jsx",
- "line": 35,
- "column": 2,
- "index": 779
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 387,
+ "column": 6,
+ "index": 11834
},
{
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 181,
- "column": 10,
- "index": 7134
- }
- ],
- "Info": [
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 443,
+ "column": 6,
+ "index": 14045
+ },
{
- "filePath": "src/alerts/access-expiration-alert/AccessExpirationAlert.jsx",
- "line": 78,
- "column": 32,
- "index": 2167
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 545,
+ "column": 6,
+ "index": 16788
},
{
- "filePath": "src/alerts/course-start-alert/CourseStartAlert.jsx",
- "line": 43,
- "column": 34,
- "index": 1148
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 576,
+ "column": 12,
+ "index": 17576
},
{
- "filePath": "src/alerts/course-start-alert/CourseStartAlert.jsx",
- "line": 68,
- "column": 32,
- "index": 1861
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 579,
+ "column": 18,
+ "index": 17700
},
{
- "filePath": "src/alerts/enrollment-alert/EnrollmentAlert.jsx",
- "line": 38,
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/InProgressCourseCard.jsx",
+ "line": 97,
"column": 4,
- "index": 1039
+ "index": 3807
},
{
- "filePath": "src/course-home/outline-tab/alerts/course-end-alert/CourseEndAlert.jsx",
- "line": 86,
- "column": 32,
- "index": 2184
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/InProgressCourseCard.jsx",
+ "line": 124,
+ "column": 6,
+ "index": 4625
},
{
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
- "line": 89,
- "column": 23,
- "index": 3119
+ "filePath": "src/components/dashboard/main-content/DashboardMainContent.jsx",
+ "line": 11,
+ "column": 2,
+ "index": 385
},
{
- "filePath": "src/courseware/course/sequence/hidden-after-due/HiddenAfterDue.jsx",
- "line": 26,
- "column": 32,
- "index": 827
- }
- ],
- "PageBanner": [
- {
- "filePath": "src/alerts/access-expiration-alert/AccessExpirationMasqueradeBanner.jsx",
- "line": 15,
- "column": 4,
- "index": 407
+ "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx",
+ "line": 61,
+ "column": 12,
+ "index": 2083
},
{
- "filePath": "src/alerts/course-start-alert/CourseStartMasqueradeBanner.jsx",
- "line": 21,
- "column": 4,
- "index": 517
- }
- ],
- "WarningFilled": [
- {
- "filePath": "src/alerts/active-enteprise-alert/ActiveEnterpriseAlert.jsx",
- "line": 26,
- "column": 35,
- "index": 893
+ "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx",
+ "line": 97,
+ "column": 10,
+ "index": 3433
},
{
- "filePath": "src/alerts/logistration-alert/LogistrationAlert.jsx",
- "line": 32,
- "column": 35,
- "index": 1192
+ "filePath": "src/components/dashboard/sidebar/LearnerCreditSummaryCard.jsx",
+ "line": 106,
+ "column": 12,
+ "index": 3572
},
{
- "filePath": "src/course-home/progress-tab/credit-information/CreditInformation.jsx",
- "line": 80,
- "column": 92,
- "index": 3057
+ "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx",
+ "line": 71,
+ "column": 12,
+ "index": 2673
},
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeFooter.jsx",
- "line": 53,
- "column": 17,
- "index": 1866
- }
- ],
- "Button": [
+ "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx",
+ "line": 100,
+ "column": 10,
+ "index": 3613
+ },
{
- "filePath": "src/alerts/enrollment-alert/EnrollmentAlert.jsx",
- "line": 44,
- "column": 4,
- "index": 1154
+ "filePath": "src/components/pathway/SearchPathwayCard.jsx",
+ "line": 138,
+ "column": 12,
+ "index": 3952
},
{
- "filePath": "src/alerts/logistration-alert/AccountActivationAlert.jsx",
- "line": 42,
- "column": 4,
- "index": 1460
+ "filePath": "src/components/progress-category-bubbles/ProgressCategoryBubbles.jsx",
+ "line": 7,
+ "column": 2,
+ "index": 257
},
{
- "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx",
- "line": 95,
+ "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx",
+ "line": 45,
"column": 8,
- "index": 2690
+ "index": 1681
},
{
- "filePath": "src/course-home/courseware-search/CoursewareSearchToggle.jsx",
- "line": 29,
+ "filePath": "src/components/search/content-highlights/ContentHighlights.jsx",
+ "line": 26,
"column": 6,
- "index": 880
+ "index": 915
},
{
- "filePath": "src/course-home/goal-unsubscribe/ResultPage.jsx",
- "line": 42,
+ "filePath": "src/components/search/Search.jsx",
+ "line": 156,
+ "column": 10,
+ "index": 5652
+ },
+ {
+ "filePath": "src/components/site-header/SiteHeaderLogos.jsx",
+ "line": 32,
+ "column": 4,
+ "index": 932
+ },
+ {
+ "filePath": "src/components/skills-quiz-v2/JobCardComponent.jsx",
+ "line": 128,
"column": 6,
- "index": 1478
+ "index": 4111
},
{
- "filePath": "src/course-home/outline-tab/alerts/certificate-status-alert/CertificateStatusAlert.jsx",
- "line": 175,
- "column": 16,
- "index": 6314
+ "filePath": "src/components/skills-quiz/CourseCard.jsx",
+ "line": 79,
+ "column": 8,
+ "index": 2701
},
{
- "filePath": "src/course-home/outline-tab/alerts/private-course-alert/PrivateCourseAlert.jsx",
- "line": 36,
- "column": 4,
- "index": 1203
+ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
+ "line": 201,
+ "column": 16,
+ "index": 6846
},
{
- "filePath": "src/course-home/outline-tab/alerts/scheduled-content-alert/ScheduledCotentAlert.jsx",
- "line": 28,
- "column": 12,
- "index": 1039
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 326,
+ "column": 20,
+ "index": 13412
+ }
+ ],
+ "Icon": [
+ {
+ "filePath": "src/components/course/course-header/CourseImportantDates.jsx",
+ "line": 49,
+ "column": 8,
+ "index": 1677
},
{
- "filePath": "src/course-home/outline-tab/OutlineTab.jsx",
- "line": 167,
- "column": 18,
- "index": 5994
+ "filePath": "src/components/course/CourseReview.jsx",
+ "line": 133,
+ "column": 12,
+ "index": 5512
},
{
- "filePath": "src/course-home/outline-tab/widgets/ProctoringInfoPanel.jsx",
- "line": 138,
+ "filePath": "src/components/course/CourseSidebarListItem.jsx",
+ "line": 12,
"column": 6,
- "index": 4819
+ "index": 310
},
{
- "filePath": "src/course-home/outline-tab/widgets/ProctoringInfoPanel.jsx",
- "line": 153,
+ "filePath": "src/components/course/EnrollModal.jsx",
+ "line": 124,
"column": 6,
- "index": 5258
+ "index": 6014
},
{
- "filePath": "src/course-home/outline-tab/widgets/ProctoringInfoPanel.jsx",
- "line": 160,
- "column": 8,
- "index": 5572
+ "filePath": "src/components/course/VerifiedCertPitch.jsx",
+ "line": 11,
+ "column": 4,
+ "index": 424
},
{
- "filePath": "src/course-home/outline-tab/widgets/ProctoringInfoPanel.jsx",
- "line": 166,
- "column": 8,
- "index": 5833
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 319,
+ "column": 20,
+ "index": 9980
},
{
- "filePath": "src/course-home/outline-tab/widgets/ProctoringInfoPanel.jsx",
- "line": 209,
- "column": 12,
- "index": 7625
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 394,
+ "column": 18,
+ "index": 12195
},
{
- "filePath": "src/course-home/outline-tab/widgets/StartOrResumeCourseCard.jsx",
- "line": 48,
- "column": 10,
- "index": 1276
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 449,
+ "column": 20,
+ "index": 14478
},
{
- "filePath": "src/course-home/outline-tab/widgets/WelcomeMessage.jsx",
- "line": 57,
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 550,
"column": 8,
- "index": 2020
+ "index": 16905
},
{
- "filePath": "src/course-home/progress-tab/certificate-status/CertificateStatus.jsx",
- "line": 245,
- "column": 12,
- "index": 8676
+ "filePath": "src/components/microlearning/VideoCourseReview.jsx",
+ "line": 43,
+ "column": 14,
+ "index": 1742
},
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeHeader.jsx",
- "line": 77,
- "column": 10,
- "index": 2686
+ "filePath": "src/components/microlearning/VideoDetailPage.jsx",
+ "line": 225,
+ "column": 18,
+ "index": 9223
},
{
- "filePath": "src/course-home/progress-tab/ProgressHeader.jsx",
- "line": 32,
- "column": 6,
- "index": 1021
+ "filePath": "src/components/microlearning/VideoDetailPage.jsx",
+ "line": 237,
+ "column": 16,
+ "index": 10012
},
{
- "filePath": "src/course-home/suggested-schedule-messaging/ShiftDatesAlert.jsx",
- "line": 46,
- "column": 10,
- "index": 1172
+ "filePath": "src/components/microlearning/VideoDetailPage.jsx",
+ "line": 245,
+ "column": 18,
+ "index": 10507
},
{
- "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToCompleteAlert.jsx",
- "line": 43,
- "column": 10,
- "index": 1189
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 92,
+ "column": 26,
+ "index": 3109
},
{
- "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToShiftDatesAlert.jsx",
- "line": 45,
- "column": 10,
- "index": 1224
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 101,
+ "column": 26,
+ "index": 3511
},
{
- "filePath": "src/courseware/course/celebration/CelebrationModal.jsx",
- "line": 38,
- "column": 10,
- "index": 1177
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 111,
+ "column": 26,
+ "index": 3988
},
{
- "filePath": "src/courseware/course/celebration/WeeklyGoalCelebrationModal.jsx",
- "line": 30,
- "column": 10,
- "index": 923
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 199,
+ "column": 26,
+ "index": 7612
},
{
- "filePath": "src/courseware/course/course-exit/CourseCelebration.jsx",
- "line": 109,
- "column": 10,
- "index": 3889
+ "filePath": "src/components/my-career/AddJobRole.jsx",
+ "line": 15,
+ "column": 2,
+ "index": 644
},
{
- "filePath": "src/courseware/course/course-exit/CourseCelebration.jsx",
- "line": 153,
- "column": 8,
- "index": 5950
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 18,
+ "column": 2,
+ "index": 728
},
{
- "filePath": "src/courseware/course/course-exit/CourseCelebration.jsx",
- "line": 325,
+ "filePath": "src/components/pathway-progress/PathwayStep.jsx",
+ "line": 45,
"column": 20,
- "index": 13041
+ "index": 1549
},
{
- "filePath": "src/courseware/course/course-exit/CourseExit.jsx",
- "line": 67,
- "column": 8,
- "index": 2051
+ "filePath": "src/components/pathway-progress/PathwayStep.jsx",
+ "line": 46,
+ "column": 22,
+ "index": 1598
},
{
- "filePath": "src/courseware/course/course-exit/CourseInProgress.jsx",
- "line": 45,
- "column": 14,
- "index": 1782
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 139,
+ "column": 16,
+ "index": 4567
},
{
- "filePath": "src/courseware/course/course-exit/CourseNonPassing.jsx",
- "line": 45,
- "column": 14,
- "index": 1803
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 162,
+ "column": 16,
+ "index": 5699
},
{
- "filePath": "src/courseware/course/course-exit/ProgramCompletion.jsx",
- "line": 67,
- "column": 14,
- "index": 2584
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 184,
+ "column": 16,
+ "index": 6747
},
{
- "filePath": "src/courseware/course/sequence/content-lock/ContentLock.jsx",
- "line": 33,
+ "filePath": "src/components/preview-expand/PreviewExpand.jsx",
+ "line": 26,
"column": 8,
- "index": 1016
+ "index": 752
},
{
- "filePath": "src/courseware/course/sequence/honor-code/HonorCode.jsx",
- "line": 59,
- "column": 8,
- "index": 2371
+ "filePath": "src/components/program/ProgramCourses.jsx",
+ "line": 42,
+ "column": 40,
+ "index": 1490
},
{
- "filePath": "src/courseware/course/sequence/honor-code/HonorCode.jsx",
- "line": 62,
- "column": 8,
- "index": 2515
+ "filePath": "src/components/program/ProgramCourses.jsx",
+ "line": 45,
+ "column": 18,
+ "index": 1675
},
{
- "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx",
- "line": 77,
- "column": 6,
- "index": 2273
+ "filePath": "src/components/program/ProgramCourses.jsx",
+ "line": 49,
+ "column": 18,
+ "index": 1823
},
{
- "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx",
- "line": 98,
- "column": 6,
- "index": 3051
+ "filePath": "src/components/program/ProgramCourses.jsx",
+ "line": 58,
+ "column": 22,
+ "index": 2250
+ },
+ {
+ "filePath": "src/components/program/ProgramFAQ.jsx",
+ "line": 21,
+ "column": 26,
+ "index": 669
},
{
- "filePath": "src/courseware/course/sequence/sequence-navigation/UnitButton.jsx",
- "line": 31,
- "column": 4,
- "index": 738
+ "filePath": "src/components/program/ProgramFAQ.jsx",
+ "line": 22,
+ "column": 28,
+ "index": 724
},
{
- "filePath": "src/courseware/course/sequence/sequence-navigation/UnitNavigation.jsx",
- "line": 35,
+ "filePath": "src/components/program/ProgramSidebarListItem.jsx",
+ "line": 11,
"column": 6,
- "index": 1132
+ "index": 284
},
{
- "filePath": "src/courseware/course/sequence/sequence-navigation/UnitNavigation.jsx",
- "line": 55,
- "column": 6,
- "index": 1941
+ "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
+ "line": 79,
+ "column": 12,
+ "index": 2294
},
{
- "filePath": "src/courseware/course/sidebar/sidebars/course-outline/components/SidebarSection.jsx",
- "line": 42,
- "column": 6,
- "index": 1318
+ "filePath": "src/components/search/SearchProgramCard.jsx",
+ "line": 140,
+ "column": 12,
+ "index": 4167
},
{
- "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTray.jsx",
- "line": 68,
+ "filePath": "src/components/search/SearchVideoCard.jsx",
+ "line": 85,
"column": 8,
- "index": 2463
+ "index": 2664
},
{
- "filePath": "src/generic/upgrade-button/UpgradeButton.jsx",
- "line": 22,
- "column": 4,
- "index": 560
+ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
+ "line": 217,
+ "column": 20,
+ "index": 7607
},
{
- "filePath": "src/generic/upgrade-button/UpgradeNowButton.jsx",
- "line": 22,
+ "filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx",
+ "line": 8,
"column": 4,
- "index": 567
- },
+ "index": 262
+ }
+ ],
+ "Calendar": [
{
- "filePath": "src/generic/upgrade-notification/UpgradeNotification.jsx",
- "line": 455,
+ "filePath": "src/components/course/course-header/CourseImportantDates.jsx",
+ "line": 49,
+ "column": 29,
+ "index": 1698
+ }
+ ],
+ "Skeleton": [
+ {
+ "filePath": "src/components/course/course-header/CoursePreview.jsx",
+ "line": 13,
"column": 6,
- "index": 14874
+ "index": 554
},
{
- "filePath": "src/product-tours/newUserCourseHomeTour/LaunchCourseHomeTourButton.jsx",
- "line": 46,
- "column": 8,
- "index": 1290
+ "filePath": "src/components/course/CourseSidebarPrice.jsx",
+ "line": 27,
+ "column": 11,
+ "index": 926
},
{
- "filePath": "src/product-tours/newUserCourseHomeTour/NewUserCourseHomeTourModal.jsx",
- "line": 45,
- "column": 8,
- "index": 1368
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 572,
+ "column": 12,
+ "index": 17500
},
{
- "filePath": "src/product-tours/newUserCourseHomeTour/NewUserCourseHomeTourModal.jsx",
- "line": 51,
- "column": 8,
- "index": 1523
- }
- ],
- "Icon": [
+ "filePath": "src/components/dashboard/main-content/course-enrollments/CourseSection.jsx",
+ "line": 114,
+ "column": 14,
+ "index": 3585
+ },
{
- "filePath": "src/alerts/logistration-alert/AccountActivationAlert.jsx",
- "line": 55,
+ "filePath": "src/components/microlearning/VideoDetailPage.jsx",
+ "line": 29,
"column": 6,
- "index": 1826
+ "index": 1395
},
{
- "filePath": "src/alerts/logistration-alert/AccountActivationAlert.jsx",
- "line": 105,
+ "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx",
+ "line": 14,
"column": 10,
- "index": 3351
+ "index": 213
},
{
- "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx",
- "line": 101,
- "column": 9,
- "index": 2930
+ "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx",
+ "line": 16,
+ "column": 8,
+ "index": 260
},
{
- "filePath": "src/course-home/courseware-search/CoursewareSearchResults.jsx",
- "line": 47,
- "column": 61,
- "index": 1303
+ "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx",
+ "line": 21,
+ "column": 12,
+ "index": 371
},
{
- "filePath": "src/course-home/outline-tab/Section.jsx",
- "line": 77,
- "column": 12,
- "index": 2312
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 111,
+ "column": 28,
+ "index": 3705
},
{
- "filePath": "src/course-home/outline-tab/SequenceLink.jsx",
- "line": 122,
- "column": 14,
- "index": 3645
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 123,
+ "column": 8,
+ "index": 4070
},
{
- "filePath": "src/course-home/outline-tab/widgets/WeeklyLearningGoalCard.jsx",
+ "filePath": "src/components/pathway/PathwayModal.jsx",
"line": 137,
- "column": 14,
- "index": 4848
+ "column": 25,
+ "index": 4447
},
{
- "filePath": "src/course-home/progress-tab/credit-information/CreditInformation.jsx",
- "line": 76,
- "column": 84,
- "index": 2818
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 160,
+ "column": 25,
+ "index": 5573
},
{
- "filePath": "src/course-home/progress-tab/credit-information/CreditInformation.jsx",
- "line": 80,
- "column": 81,
- "index": 3046
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 182,
+ "column": 25,
+ "index": 6620
},
{
- "filePath": "src/course-home/progress-tab/credit-information/CreditInformation.jsx",
- "line": 83,
- "column": 72,
- "index": 3230
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 206,
+ "column": 21,
+ "index": 7735
},
{
- "filePath": "src/course-home/progress-tab/credit-information/CreditInformation.jsx",
- "line": 86,
- "column": 71,
- "index": 3419
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 214,
+ "column": 10,
+ "index": 8117
},
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeFooter.jsx",
- "line": 52,
+ "filePath": "src/components/search/content-highlights/ContentHighlightSet.jsx",
+ "line": 114,
"column": 27,
- "index": 1766
+ "index": 3627
},
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeFooter.jsx",
- "line": 53,
- "column": 6,
- "index": 1855
+ "filePath": "src/components/search/popular-results/PopularResults.jsx",
+ "line": 30,
+ "column": 10,
+ "index": 1026
},
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeHeader.jsx",
- "line": 58,
+ "filePath": "src/components/search/SearchResults.jsx",
+ "line": 140,
"column": 12,
- "index": 1911
- },
- {
- "filePath": "src/course-home/progress-tab/grades/course-grade/GradeRangeTooltip.jsx",
- "line": 69,
- "column": 16,
- "index": 2163
+ "index": 4364
},
{
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/DetailedGrades.jsx",
- "line": 60,
+ "filePath": "src/components/search/SearchResults.jsx",
+ "line": 162,
"column": 10,
- "index": 1864
+ "index": 5098
},
{
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
- "line": 53,
- "column": 42,
- "index": 1650
+ "filePath": "src/components/skills-quiz/JobDescriptions.jsx",
+ "line": 20,
+ "column": 37,
+ "index": 1033
},
{
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
- "line": 54,
- "column": 40,
- "index": 1741
+ "filePath": "src/components/skills-quiz/SkillsCourses.jsx",
+ "line": 107,
+ "column": 12,
+ "index": 3427
+ }
+ ],
+ "PlayCircleFilled": [
+ {
+ "filePath": "src/components/course/course-header/CoursePreview.jsx",
+ "line": 43,
+ "column": 16,
+ "index": 1453
+ }
+ ],
+ "Card.Status": [
+ {
+ "filePath": "src/components/course/course-header/CourseRunCardStatus.jsx",
+ "line": 42,
+ "column": 6,
+ "index": 1982
},
{
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
- "line": 59,
+ "filePath": "src/components/course/course-header/CourseRunCardStatus.jsx",
+ "line": 49,
+ "column": 6,
+ "index": 2194
+ }
+ ],
+ "Lock": [
+ {
+ "filePath": "src/components/course/course-header/CourseRunCardStatus.jsx",
+ "line": 46,
"column": 14,
- "index": 1977
+ "index": 2163
},
{
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
- "line": 88,
- "column": 16,
- "index": 3090
+ "filePath": "src/components/course/course-header/CourseRunCardStatus.jsx",
+ "line": 51,
+ "column": 14,
+ "index": 2247
+ }
+ ],
+ "Error": [
+ {
+ "filePath": "src/components/course/CourseEnrollmentFailedAlert.jsx",
+ "line": 109,
+ "column": 36,
+ "index": 3723
},
{
- "filePath": "src/course-home/progress-tab/grades/grade-summary/AssignmentTypeCell.jsx",
- "line": 21,
- "column": 30,
- "index": 643
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
+ "line": 137,
+ "column": 40,
+ "index": 3465
},
{
- "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryHeader.jsx",
- "line": 43,
- "column": 18,
- "index": 1450
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/ModalError.jsx",
+ "line": 10,
+ "column": 34,
+ "index": 350
},
{
- "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryHeader.jsx",
- "line": 51,
- "column": 10,
- "index": 1722
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/ModalError.jsx",
+ "line": 10,
+ "column": 34,
+ "index": 362
+ }
+ ],
+ "MediaQuery": [
+ {
+ "filePath": "src/components/course/CourseMainContent.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 1039
},
{
- "filePath": "src/courseware/course/celebration/WeeklyGoalCelebrationModal.jsx",
- "line": 56,
+ "filePath": "src/components/course/routes/CourseAbout.jsx",
+ "line": 39,
"column": 10,
- "index": 1954
+ "index": 1220
},
{
- "filePath": "src/courseware/course/new-sidebar/common/SidebarBase.jsx",
- "line": 64,
- "column": 10,
- "index": 1959
+ "filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx",
+ "line": 18,
+ "column": 4,
+ "index": 604
},
{
- "filePath": "src/courseware/course/new-sidebar/common/SidebarBase.jsx",
- "line": 78,
- "column": 24,
- "index": 2490
+ "filePath": "src/components/dashboard/main-content/DashboardMainContent.jsx",
+ "line": 12,
+ "column": 4,
+ "index": 405
},
{
- "filePath": "src/courseware/course/new-sidebar/sidebars/discussions-notifications/DiscussionsNotificationsTrigger.jsx",
- "line": 85,
- "column": 14,
- "index": 3210
+ "filePath": "src/components/dashboard/main-content/DashboardMainContent.jsx",
+ "line": 23,
+ "column": 4,
+ "index": 757
},
{
- "filePath": "src/courseware/course/share/ShareButton.jsx",
- "line": 39,
+ "filePath": "src/components/my-career/AddJobRole.jsx",
+ "line": 95,
"column": 6,
- "index": 905
+ "index": 3510
},
{
- "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx",
- "line": 57,
+ "filePath": "src/components/program-progress/ProgramProgressPage.jsx",
+ "line": 122,
"column": 10,
- "index": 1800
+ "index": 5289
},
{
- "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx",
- "line": 74,
- "column": 28,
- "index": 2460
+ "filePath": "src/components/program/ProgramEndorsements.jsx",
+ "line": 15,
+ "column": 8,
+ "index": 705
},
{
- "filePath": "src/courseware/course/sidebar/sidebars/course-outline/components/SidebarSection.jsx",
- "line": 51,
- "column": 8,
- "index": 1617
+ "filePath": "src/components/program/ProgramPage.jsx",
+ "line": 45,
+ "column": 10,
+ "index": 1506
},
{
- "filePath": "src/courseware/course/sidebar/sidebars/discussions/DiscussionsTrigger.jsx",
- "line": 48,
+ "filePath": "src/components/site-header/SiteHeader.jsx",
+ "line": 82,
"column": 6,
- "index": 1590
+ "index": 2855
},
{
- "filePath": "src/courseware/course/sidebar/sidebars/notifications/NotificationIcon.jsx",
- "line": 16,
- "column": 4,
- "index": 393
+ "filePath": "src/components/site-header/SiteHeader.jsx",
+ "line": 85,
+ "column": 6,
+ "index": 2940
+ }
+ ],
+ "breakpoints": [
+ {
+ "filePath": "src/components/course/CourseMainContent.jsx",
+ "line": 37,
+ "column": 28,
+ "index": 1061
},
{
- "filePath": "src/generic/upgrade-notification/UpgradeNotification.jsx",
- "line": 504,
- "column": 24,
- "index": 16299
+ "filePath": "src/components/course/routes/CourseAbout.jsx",
+ "line": 39,
+ "column": 32,
+ "index": 1242
},
{
- "filePath": "src/product-tours/newUserCourseHomeTour/LaunchCourseHomeTourButton.jsx",
- "line": 48,
- "column": 12,
- "index": 1445
+ "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx",
+ "line": 55,
+ "column": 36,
+ "index": 1914
},
{
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 174,
- "column": 12,
- "index": 6896
+ "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx",
+ "line": 105,
+ "column": 74,
+ "index": 3973
},
{
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 183,
- "column": 14,
- "index": 7228
- }
- ],
- "ArrowForward": [
+ "filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx",
+ "line": 18,
+ "column": 26,
+ "index": 626
+ },
{
- "filePath": "src/alerts/logistration-alert/AccountActivationAlert.jsx",
- "line": 55,
- "column": 17,
- "index": 1837
- }
- ],
- "Spinner": [
+ "filePath": "src/components/dashboard/main-content/DashboardMainContent.jsx",
+ "line": 12,
+ "column": 26,
+ "index": 427
+ },
{
- "filePath": "src/alerts/logistration-alert/AccountActivationAlert.jsx",
- "line": 92,
- "column": 10,
- "index": 3074
+ "filePath": "src/components/dashboard/main-content/DashboardMainContent.jsx",
+ "line": 23,
+ "column": 26,
+ "index": 779
},
{
- "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx",
- "line": 115,
- "column": 14,
- "index": 3560
+ "filePath": "src/components/dashboard/tests/DashboardPage.test.jsx",
+ "line": 184,
+ "column": 9,
+ "index": 5679
},
{
- "filePath": "src/generic/PageLoading.jsx",
- "line": 28,
- "column": 10,
- "index": 575
+ "filePath": "src/components/dashboard/tests/DashboardPage.test.jsx",
+ "line": 353,
+ "column": 62,
+ "index": 11282
},
{
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 170,
- "column": 10,
- "index": 6724
- }
- ],
- "Check": [
+ "filePath": "src/components/my-career/AddJobRole.jsx",
+ "line": 95,
+ "column": 28,
+ "index": 3532
+ },
{
- "filePath": "src/alerts/logistration-alert/AccountActivationAlert.jsx",
- "line": 106,
- "column": 17,
- "index": 3374
- }
- ],
- "AlertModal": [
+ "filePath": "src/components/program-progress/ProgramListingCard.jsx",
+ "line": 31,
+ "column": 23,
+ "index": 986
+ },
{
- "filePath": "src/alerts/logistration-alert/AccountActivationAlert.jsx",
- "line": 117,
- "column": 4,
- "index": 3599
- }
- ],
- "Tabs": [
+ "filePath": "src/components/program-progress/ProgramListingCard.jsx",
+ "line": 33,
+ "column": 30,
+ "index": 1094
+ },
{
- "filePath": "src/course-home/courseware-search/CoursewareResultsFilter.jsx",
- "line": 59,
- "column": 4,
- "index": 2306
- }
- ],
- "Tab": [
+ "filePath": "src/components/program-progress/ProgramListingCard.jsx",
+ "line": 35,
+ "column": 30,
+ "index": 1204
+ },
{
- "filePath": "src/course-home/courseware-search/CoursewareResultsFilter.jsx",
- "line": 68,
- "column": 8,
- "index": 2620
- }
- ],
- "Close": [
+ "filePath": "src/components/program-progress/ProgramProgressPage.jsx",
+ "line": 122,
+ "column": 32,
+ "index": 5311
+ },
{
- "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx",
- "line": 101,
- "column": 20,
- "index": 2941
+ "filePath": "src/components/program/ProgramEndorsements.jsx",
+ "line": 15,
+ "column": 30,
+ "index": 727
+ },
+ {
+ "filePath": "src/components/program/ProgramHeader.jsx",
+ "line": 23,
+ "column": 67,
+ "index": 905
},
{
- "filePath": "src/courseware/course/new-sidebar/common/SidebarBase.jsx",
- "line": 76,
- "column": 21,
- "index": 2433
+ "filePath": "src/components/program/ProgramPage.jsx",
+ "line": 45,
+ "column": 32,
+ "index": 1528
},
{
- "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx",
- "line": 72,
- "column": 25,
- "index": 2395
+ "filePath": "src/components/search/content-highlights/ContentHighlightSet.jsx",
+ "line": 64,
+ "column": 26,
+ "index": 2006
},
{
- "filePath": "src/generic/upgrade-notification/UpgradeNotification.jsx",
- "line": 502,
- "column": 21,
- "index": 16242
- }
- ],
- "SearchField.Advanced": [
- {
- "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx",
- "line": 14,
- "column": 2,
- "index": 319
- }
- ],
- "SearchField.Label": [
- {
- "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx",
- "line": 27,
- "column": 6,
- "index": 809
+ "filePath": "src/components/site-header/tests/SiteHeader.test.jsx",
+ "line": 61,
+ "column": 9,
+ "index": 1787
}
],
- "SearchField.Input": [
+ "Card.ImageCap": [
{
- "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx",
- "line": 28,
+ "filePath": "src/components/course/CourseRecommendationCard.jsx",
+ "line": 53,
"column": 6,
- "index": 837
- }
- ],
- "SearchField.ClearButton": [
+ "index": 1868
+ },
{
- "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx",
- "line": 29,
+ "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx",
+ "line": 20,
"column": 6,
- "index": 901
- }
- ],
- "SearchField.SubmitButton": [
- {
- "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx",
- "line": 31,
- "column": 4,
- "index": 944
- }
- ],
- "ManageSearch": [
- {
- "filePath": "src/course-home/courseware-search/CoursewareSearchToggle.jsx",
- "line": 36,
- "column": 19,
- "index": 1152
- }
- ],
- "Badge": [
- {
- "filePath": "src/course-home/dates-tab/timeline/badgelist.jsx",
- "line": 99,
- "column": 10,
- "index": 3026
- }
- ],
- "OverlayTrigger": [
+ "index": 861
+ },
{
- "filePath": "src/course-home/dates-tab/timeline/Day.jsx",
- "line": 89,
- "column": 18,
- "index": 3157
+ "filePath": "src/components/pathway/SearchPathwayCard.jsx",
+ "line": 126,
+ "column": 8,
+ "index": 3602
},
{
- "filePath": "src/course-home/progress-tab/course-completion/CompleteDonutSegment.jsx",
- "line": 32,
+ "filePath": "src/components/program-progress/ProgramListingCard.jsx",
+ "line": 59,
"column": 6,
- "index": 1010
+ "index": 1897
},
{
- "filePath": "src/course-home/progress-tab/course-completion/IncompleteDonutSegment.jsx",
- "line": 36,
+ "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
+ "line": 60,
"column": 6,
- "index": 1069
+ "index": 1622
},
{
- "filePath": "src/course-home/progress-tab/course-completion/LockedDonutSegment.jsx",
- "line": 35,
+ "filePath": "src/components/search/SearchCourseCard.jsx",
+ "line": 102,
"column": 6,
- "index": 1001
+ "index": 2922
},
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/CurrentGradeTooltip.jsx",
- "line": 38,
+ "filePath": "src/components/search/SearchProgramCard.jsx",
+ "line": 114,
"column": 6,
- "index": 868
+ "index": 3368
},
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/GradeRangeTooltip.jsx",
- "line": 33,
- "column": 4,
- "index": 890
+ "filePath": "src/components/search/SearchVideoCard.jsx",
+ "line": 58,
+ "column": 6,
+ "index": 1650
},
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/PassingGradeTooltip.jsx",
- "line": 22,
- "column": 6,
- "index": 540
+ "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx",
+ "line": 11,
+ "column": 8,
+ "index": 320
},
{
- "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryHeader.jsx",
- "line": 26,
+ "filePath": "src/components/skills-quiz/CourseCard.jsx",
+ "line": 59,
"column": 6,
- "index": 872
- }
- ],
- "Tooltip": [
+ "index": 2070
+ },
{
- "filePath": "src/course-home/dates-tab/timeline/Day.jsx",
- "line": 92,
- "column": 22,
- "index": 3264
+ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
+ "line": 181,
+ "column": 14,
+ "index": 6096
}
],
- "Alert.Heading": [
+ "Truncate": [
{
- "filePath": "src/course-home/outline-tab/alerts/certificate-status-alert/CertificateStatusAlert.jsx",
- "line": 170,
- "column": 14,
- "index": 6129
+ "filePath": "src/components/course/CourseRecommendationCard.jsx",
+ "line": 61,
+ "column": 10,
+ "index": 2117
},
{
- "filePath": "src/course-home/outline-tab/alerts/scheduled-content-alert/ScheduledCotentAlert.jsx",
- "line": 15,
+ "filePath": "src/components/course/CourseRecommendationCard.jsx",
+ "line": 64,
"column": 10,
- "index": 452
+ "index": 2246
},
{
- "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToCompleteAlert.jsx",
- "line": 39,
+ "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx",
+ "line": 29,
"column": 10,
- "index": 928
- }
- ],
- "DisabledVisible": [
+ "index": 1130
+ },
{
- "filePath": "src/course-home/outline-tab/Section.jsx",
- "line": 77,
- "column": 40,
- "index": 2340
- }
- ],
- "Collapsible": [
+ "filePath": "src/components/pathway/SearchPathwayCard.jsx",
+ "line": 133,
+ "column": 12,
+ "index": 3811
+ },
{
- "filePath": "src/course-home/outline-tab/Section.jsx",
- "line": 90,
- "column": 6,
- "index": 2634
+ "filePath": "src/components/program-progress/ProgramListingCard.jsx",
+ "line": 71,
+ "column": 10,
+ "index": 2243
},
{
- "filePath": "src/courseware/course/sidebar/sidebars/course-outline/components/SidebarSequence.jsx",
- "line": 55,
- "column": 6,
- "index": 1681
- }
- ],
- "IconButton": [
+ "filePath": "src/components/program-progress/ProgramListingCard.jsx",
+ "line": 74,
+ "column": 10,
+ "index": 2377
+ },
{
- "filePath": "src/course-home/outline-tab/Section.jsx",
- "line": 97,
+ "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
+ "line": 69,
"column": 10,
- "index": 2828
+ "index": 1927
},
{
- "filePath": "src/course-home/outline-tab/Section.jsx",
- "line": 105,
+ "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
+ "line": 72,
"column": 10,
- "index": 3052
+ "index": 2042
},
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/GradeRangeTooltip.jsx",
- "line": 63,
- "column": 6,
- "index": 1891
+ "filePath": "src/components/search/SearchCourseCard.jsx",
+ "line": 110,
+ "column": 32,
+ "index": 3217
},
{
- "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryHeader.jsx",
- "line": 38,
- "column": 8,
- "index": 1212
+ "filePath": "src/components/search/SearchCourseCard.jsx",
+ "line": 112,
+ "column": 10,
+ "index": 3326
},
{
- "filePath": "src/courseware/course/new-sidebar/common/SidebarBase.jsx",
- "line": 75,
- "column": 14,
- "index": 2400
+ "filePath": "src/components/search/SearchProgramCard.jsx",
+ "line": 123,
+ "column": 10,
+ "index": 3646
},
{
- "filePath": "src/courseware/course/new-sidebar/sidebars/discussions-notifications/DiscussionsNotificationsTrigger.jsx",
- "line": 83,
- "column": 4,
- "index": 3113
+ "filePath": "src/components/search/SearchProgramCard.jsx",
+ "line": 127,
+ "column": 12,
+ "index": 3793
},
{
- "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx",
- "line": 71,
- "column": 18,
- "index": 2358
+ "filePath": "src/components/search/SearchVideoCard.jsx",
+ "line": 66,
+ "column": 32,
+ "index": 1929
},
{
- "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTray.jsx",
- "line": 81,
- "column": 6,
- "index": 2891
+ "filePath": "src/components/search/SearchVideoCard.jsx",
+ "line": 68,
+ "column": 10,
+ "index": 2020
},
{
- "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTrigger.jsx",
- "line": 33,
- "column": 6,
- "index": 1146
+ "filePath": "src/components/skills-quiz/CourseCard.jsx",
+ "line": 68,
+ "column": 10,
+ "index": 2360
},
{
- "filePath": "src/generic/upgrade-notification/UpgradeNotification.jsx",
- "line": 501,
- "column": 14,
- "index": 16209
- }
- ],
- "Block": [
+ "filePath": "src/components/skills-quiz/CourseCard.jsx",
+ "line": 73,
+ "column": 10,
+ "index": 2537
+ },
{
- "filePath": "src/course-home/outline-tab/SequenceLink.jsx",
- "line": 122,
- "column": 42,
- "index": 3673
+ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
+ "line": 190,
+ "column": 18,
+ "index": 6432
+ },
+ {
+ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
+ "line": 195,
+ "column": 18,
+ "index": 6630
}
],
- "Card": [
+ "Card.Footer": [
{
- "filePath": "src/course-home/outline-tab/widgets/StartOrResumeCourseCard.jsx",
- "line": 44,
- "column": 4,
- "index": 1042
+ "filePath": "src/components/course/CourseRecommendationCard.jsx",
+ "line": 71,
+ "column": 6,
+ "index": 2513
},
{
- "filePath": "src/course-home/outline-tab/widgets/WeeklyLearningGoalCard.jsx",
- "line": 91,
- "column": 4,
- "index": 3229
+ "filePath": "src/components/microlearning/VideoBanner.jsx",
+ "line": 55,
+ "column": 8,
+ "index": 2170
},
{
- "filePath": "src/course-home/progress-tab/certificate-status/CertificateStatus.jsx",
- "line": 238,
+ "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
+ "line": 76,
"column": 6,
- "index": 8400
+ "index": 2155
},
{
- "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx",
- "line": 106,
- "column": 8,
- "index": 3584
- }
- ],
- "Card.Header": [
- {
- "filePath": "src/course-home/outline-tab/widgets/StartOrResumeCourseCard.jsx",
- "line": 45,
+ "filePath": "src/components/search/SearchCourseCard.jsx",
+ "line": 118,
"column": 6,
- "index": 1116
+ "index": 3488
},
{
- "filePath": "src/course-home/outline-tab/widgets/WeeklyLearningGoalCard.jsx",
- "line": 96,
+ "filePath": "src/components/search/SearchProgramCard.jsx",
+ "line": 145,
"column": 6,
- "index": 3383
+ "index": 4325
},
{
- "filePath": "src/course-home/progress-tab/certificate-status/CertificateStatus.jsx",
- "line": 239,
- "column": 8,
- "index": 8452
+ "filePath": "src/components/search/SearchVideoCard.jsx",
+ "line": 74,
+ "column": 6,
+ "index": 2136
},
{
- "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx",
- "line": 108,
- "column": 10,
- "index": 3700
+ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
+ "line": 222,
+ "column": 14,
+ "index": 7805
}
],
- "Card.Footer": [
+ "StarFilled": [
{
- "filePath": "src/course-home/outline-tab/widgets/StartOrResumeCourseCard.jsx",
- "line": 60,
- "column": 6,
- "index": 1754
- },
+ "filePath": "src/components/course/CourseReview.jsx",
+ "line": 133,
+ "column": 46,
+ "index": 5546
+ }
+ ],
+ "AccessTime": [
{
- "filePath": "src/course-home/progress-tab/certificate-status/CertificateStatus.jsx",
- "line": 243,
- "column": 8,
- "index": 8587
+ "filePath": "src/components/course/CourseSidebar.jsx",
+ "line": 39,
+ "column": 22,
+ "index": 1766
},
{
- "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx",
- "line": 111,
- "column": 10,
- "index": 3966
+ "filePath": "src/components/program/ProgramSidebar.jsx",
+ "line": 44,
+ "column": 18,
+ "index": 1515
}
],
- "Card.Section": [
+ "Speed": [
{
- "filePath": "src/course-home/outline-tab/widgets/WeeklyLearningGoalCard.jsx",
- "line": 101,
- "column": 6,
- "index": 3599
+ "filePath": "src/components/course/CourseSidebar.jsx",
+ "line": 52,
+ "column": 22,
+ "index": 2351
},
{
- "filePath": "src/course-home/outline-tab/widgets/WeeklyLearningGoalCard.jsx",
- "line": 134,
- "column": 8,
- "index": 4691
+ "filePath": "src/components/microlearning/VideoDetailPage.jsx",
+ "line": 245,
+ "column": 56,
+ "index": 10545
},
{
- "filePath": "src/course-home/progress-tab/certificate-status/CertificateStatus.jsx",
- "line": 240,
- "column": 8,
- "index": 8491
+ "filePath": "src/components/program/ProgramSidebar.jsx",
+ "line": 53,
+ "column": 18,
+ "index": 1731
+ }
+ ],
+ "Tag": [
+ {
+ "filePath": "src/components/course/CourseSidebar.jsx",
+ "line": 66,
+ "column": 16,
+ "index": 2921
+ }
+ ],
+ "Institution": [
+ {
+ "filePath": "src/components/course/CourseSidebar.jsx",
+ "line": 78,
+ "column": 18,
+ "index": 3336
},
{
- "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx",
- "line": 110,
- "column": 10,
- "index": 3919
+ "filePath": "src/components/course/CourseSidebar.jsx",
+ "line": 143,
+ "column": 18,
+ "index": 5708
}
],
- "Form.Switch": [
+ "School": [
{
- "filePath": "src/course-home/outline-tab/widgets/WeeklyLearningGoalCard.jsx",
- "line": 124,
- "column": 10,
- "index": 4336
+ "filePath": "src/components/course/CourseSidebar.jsx",
+ "line": 102,
+ "column": 18,
+ "index": 4201
}
],
- "Email": [
+ "Equalizer": [
{
- "filePath": "src/course-home/outline-tab/widgets/WeeklyLearningGoalCard.jsx",
- "line": 139,
- "column": 21,
- "index": 4920
+ "filePath": "src/components/course/CourseSidebar.jsx",
+ "line": 130,
+ "column": 18,
+ "index": 5197
}
],
- "TransitionReplace": [
+ "VideoFile": [
{
- "filePath": "src/course-home/outline-tab/widgets/WelcomeMessage.jsx",
- "line": 66,
- "column": 6,
- "index": 2345
+ "filePath": "src/components/course/CourseSidebar.jsx",
+ "line": 156,
+ "column": 18,
+ "index": 6242
}
],
- "Popover": [
+ "Person": [
{
- "filePath": "src/course-home/progress-tab/course-completion/CompleteDonutSegment.jsx",
- "line": 36,
- "column": 10,
- "index": 1114
+ "filePath": "src/components/course/CourseSidebar.jsx",
+ "line": 165,
+ "column": 18,
+ "index": 6533
},
{
- "filePath": "src/course-home/progress-tab/course-completion/IncompleteDonutSegment.jsx",
- "line": 40,
- "column": 10,
- "index": 1175
+ "filePath": "src/components/microlearning/VideoDetailPage.jsx",
+ "line": 237,
+ "column": 54,
+ "index": 10050
},
{
- "filePath": "src/course-home/progress-tab/course-completion/LockedDonutSegment.jsx",
- "line": 39,
+ "filePath": "src/components/program/ProgramSidebar.jsx",
+ "line": 35,
+ "column": 18,
+ "index": 1295
+ }
+ ],
+ "OverlayTrigger": [
+ {
+ "filePath": "src/components/course/CourseSkills.jsx",
+ "line": 34,
"column": 10,
- "index": 1103
+ "index": 1060
+ },
+ {
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/UpgradeCourseButton.jsx",
+ "line": 43,
+ "column": 4,
+ "index": 1754
+ },
+ {
+ "filePath": "src/components/microlearning/BetaBadge.jsx",
+ "line": 8,
+ "column": 2,
+ "index": 203
},
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/CurrentGradeTooltip.jsx",
- "line": 42,
+ "filePath": "src/components/microlearning/VideoCourseReview.jsx",
+ "line": 27,
+ "column": 8,
+ "index": 1035
+ }
+ ],
+ "Popover": [
+ {
+ "filePath": "src/components/course/CourseSkills.jsx",
+ "line": 39,
+ "column": 14,
+ "index": 1211
+ }
+ ],
+ "Popover.Title": [
+ {
+ "filePath": "src/components/course/CourseSkills.jsx",
+ "line": 40,
+ "column": 16,
+ "index": 1291
+ }
+ ],
+ "Popover.Content": [
+ {
+ "filePath": "src/components/course/CourseSkills.jsx",
+ "line": 41,
+ "column": 16,
+ "index": 1359
+ }
+ ],
+ "StatefulButton": [
+ {
+ "filePath": "src/components/course/EnrollModal.jsx",
+ "line": 296,
"column": 10,
- "index": 950
+ "index": 11036
},
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/GradeRangeTooltip.jsx",
- "line": 38,
- "column": 8,
- "index": 1000
+ "filePath": "src/components/course/SubsidyRequestButton.jsx",
+ "line": 126,
+ "column": 4,
+ "index": 4462
},
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/PassingGradeTooltip.jsx",
- "line": 26,
- "column": 10,
- "index": 625
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
+ "line": 123,
+ "column": 12,
+ "index": 3037
},
{
- "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryHeader.jsx",
- "line": 31,
- "column": 10,
- "index": 992
- }
- ],
- "Popover.Content": [
- {
- "filePath": "src/course-home/progress-tab/course-completion/CompleteDonutSegment.jsx",
- "line": 37,
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx",
+ "line": 87,
"column": 12,
- "index": 1193
+ "index": 2858
},
{
- "filePath": "src/course-home/progress-tab/course-completion/IncompleteDonutSegment.jsx",
- "line": 41,
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/MoveToInProgressModal.jsx",
+ "line": 81,
"column": 12,
- "index": 1248
+ "index": 2313
},
{
- "filePath": "src/course-home/progress-tab/course-completion/LockedDonutSegment.jsx",
- "line": 40,
- "column": 12,
- "index": 1172
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx",
+ "line": 71,
+ "column": 10,
+ "index": 2136
},
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/CurrentGradeTooltip.jsx",
- "line": 43,
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 453,
"column": 12,
- "index": 1082
+ "index": 20648
},
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/GradeRangeTooltip.jsx",
- "line": 39,
+ "filePath": "src/components/expired-subscription-modal/index.jsx",
+ "line": 46,
"column": 10,
- "index": 1020
+ "index": 1413
},
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/PassingGradeTooltip.jsx",
- "line": 27,
- "column": 12,
- "index": 742
+ "filePath": "src/components/my-career/SearchJobRole.jsx",
+ "line": 122,
+ "column": 10,
+ "index": 4164
},
{
- "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryHeader.jsx",
- "line": 32,
- "column": 12,
- "index": 1014
+ "filePath": "src/components/stateful-enroll/StatefulEnroll.jsx",
+ "line": 87,
+ "column": 4,
+ "index": 2415
}
],
"CheckCircle": [
{
- "filePath": "src/course-home/progress-tab/credit-information/CreditInformation.jsx",
- "line": 76,
- "column": 95,
- "index": 2829
+ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
+ "line": 107,
+ "column": 22,
+ "index": 4458
},
{
- "filePath": "src/course-home/progress-tab/credit-information/CreditInformation.jsx",
- "line": 83,
- "column": 83,
- "index": 3241
- },
+ "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
+ "line": 94,
+ "column": 8,
+ "index": 3229
+ }
+ ],
+ "ResponsiveContext.Provider": [
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeFooter.jsx",
- "line": 52,
- "column": 38,
- "index": 1777
- },
+ "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx",
+ "line": 59,
+ "column": 4,
+ "index": 2028
+ }
+ ],
+ "RocketLaunch": [
{
- "filePath": "src/courseware/course/course-exit/CourseCelebration.jsx",
- "line": 317,
- "column": 41,
- "index": 12698
- },
+ "filePath": "src/components/course/VerifiedCertPitch.jsx",
+ "line": 30,
+ "column": 37,
+ "index": 1131
+ }
+ ],
+ "ContentPasteGo": [
{
- "filePath": "src/courseware/course/sidebar/sidebars/course-outline/components/CompletionIcon.jsx",
- "line": 17,
- "column": 13,
- "index": 591
+ "filePath": "src/components/course/VerifiedCertPitch.jsx",
+ "line": 49,
+ "column": 37,
+ "index": 2015
}
],
- "WatchFilled": [
+ "Tabs": [
{
- "filePath": "src/course-home/progress-tab/credit-information/CreditInformation.jsx",
+ "filePath": "src/components/dashboard/DashboardPage.jsx",
"line": 86,
- "column": 82,
- "index": 3430
+ "column": 6,
+ "index": 2966
}
],
- "useWindowSize": [
+ "Tab": [
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeFooter.jsx",
- "line": 28,
- "column": 21,
- "index": 770
+ "filePath": "src/components/dashboard/data/useDashboardTabs.jsx",
+ "line": 73,
+ "column": 4,
+ "index": 2593
},
{
- "filePath": "src/course-home/progress-tab/ProgressTab.jsx",
- "line": 26,
- "column": 22,
- "index": 936
+ "filePath": "src/components/dashboard/data/useDashboardTabs.jsx",
+ "line": 84,
+ "column": 6,
+ "index": 2973
},
{
- "filePath": "src/courseware/course/celebration/CelebrationModal.jsx",
- "line": 25,
- "column": 21,
- "index": 819
+ "filePath": "src/components/dashboard/data/useDashboardTabs.jsx",
+ "line": 97,
+ "column": 6,
+ "index": 3432
},
{
- "filePath": "src/courseware/course/course-exit/CourseCelebration.jsx",
- "line": 40,
- "column": 21,
- "index": 1676
+ "filePath": "src/components/dashboard/data/useDashboardTabs.jsx",
+ "line": 110,
+ "column": 6,
+ "index": 3899
+ }
+ ],
+ "Dropdown": [
+ {
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 315,
+ "column": 8,
+ "index": 9867
},
{
- "filePath": "src/courseware/course/Course.jsx",
+ "filePath": "src/components/error-page/ErrorPageHeader.jsx",
+ "line": 39,
+ "column": 14,
+ "index": 1287
+ },
+ {
+ "filePath": "src/components/program/ProgramCTA.jsx",
"line": 155,
- "column": 22,
- "index": 5800
+ "column": 8,
+ "index": 5941
},
{
- "filePath": "src/courseware/course/new-sidebar/SidebarContextProvider.jsx",
- "line": 21,
- "column": 34,
- "index": 589
+ "filePath": "src/components/site-header/AvatarDropdown.jsx",
+ "line": 38,
+ "column": 4,
+ "index": 1428
},
{
- "filePath": "src/courseware/course/new-sidebar/SidebarContextProvider.jsx",
- "line": 22,
- "column": 35,
- "index": 676
+ "filePath": "src/components/skills-quiz/GoalDropdown.jsx",
+ "line": 20,
+ "column": 4,
+ "index": 820
+ }
+ ],
+ "Dropdown.Toggle": [
+ {
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 316,
+ "column": 10,
+ "index": 9888
},
{
- "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
+ "filePath": "src/components/error-page/ErrorPageHeader.jsx",
"line": 40,
- "column": 52,
- "index": 1399
+ "column": 16,
+ "index": 1314
},
{
- "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
- "line": 41,
- "column": 45,
- "index": 1497
+ "filePath": "src/components/program/ProgramCTA.jsx",
+ "line": 156,
+ "column": 10,
+ "index": 6005
},
{
- "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
- "line": 43,
- "column": 46,
- "index": 1632
+ "filePath": "src/components/site-header/AvatarDropdown.jsx",
+ "line": 39,
+ "column": 6,
+ "index": 1445
},
{
- "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
- "line": 45,
- "column": 50,
- "index": 1765
- },
+ "filePath": "src/components/skills-quiz/GoalDropdown.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 837
+ }
+ ],
+ "IconButton": [
{
- "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
- "line": 47,
- "column": 33,
- "index": 1883
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 317,
+ "column": 16,
+ "index": 9921
},
{
- "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js",
- "line": 77,
- "column": 21,
- "index": 3100
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 89,
+ "column": 16,
+ "index": 2973
},
{
- "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js",
- "line": 82,
- "column": 21,
- "index": 3293
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 98,
+ "column": 16,
+ "index": 3368
},
{
- "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js",
- "line": 87,
- "column": 21,
- "index": 3487
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 108,
+ "column": 16,
+ "index": 3885
},
{
- "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx",
- "line": 50,
- "column": 53,
- "index": 1453
- },
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 196,
+ "column": 16,
+ "index": 7513
+ }
+ ],
+ "MoreVert": [
{
- "filePath": "src/courseware/course/sidebar/SidebarContextProvider.jsx",
- "line": 25,
- "column": 34,
- "index": 929
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 318,
+ "column": 17,
+ "index": 9950
+ }
+ ],
+ "Dropdown.Menu": [
+ {
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 325,
+ "column": 10,
+ "index": 10207
},
{
- "filePath": "src/courseware/course/sidebar/SidebarContextProvider.jsx",
- "line": 26,
- "column": 35,
- "index": 1021
+ "filePath": "src/components/error-page/ErrorPageHeader.jsx",
+ "line": 48,
+ "column": 16,
+ "index": 1617
},
{
- "filePath": "src/courseware/course/sidebar/SidebarTriggers.jsx",
- "line": 13,
- "column": 23,
- "index": 377
+ "filePath": "src/components/program/ProgramCTA.jsx",
+ "line": 164,
+ "column": 10,
+ "index": 6248
},
{
- "filePath": "src/generic/tabs/useIndexOfLastVisibleChild.js",
- "line": 38,
- "column": 21,
- "index": 1715
+ "filePath": "src/components/site-header/AvatarDropdown.jsx",
+ "line": 47,
+ "column": 6,
+ "index": 1666
},
{
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 76,
- "column": 21,
- "index": 3238
+ "filePath": "src/components/skills-quiz/GoalDropdown.jsx",
+ "line": 28,
+ "column": 6,
+ "index": 1043
}
],
- "breakpoints": [
+ "Dropdown.Item": [
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeFooter.jsx",
- "line": 28,
- "column": 46,
- "index": 795
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 327,
+ "column": 14,
+ "index": 10278
},
{
- "filePath": "src/course-home/progress-tab/ProgressTab.jsx",
- "line": 34,
- "column": 36,
- "index": 1340
+ "filePath": "src/components/error-page/ErrorPageHeader.jsx",
+ "line": 52,
+ "column": 18,
+ "index": 1741
},
{
- "filePath": "src/course-home/progress-tab/ProgressTab.test.jsx",
- "line": 828,
- "column": 26,
- "index": 30187
+ "filePath": "src/components/program/ProgramCTA.jsx",
+ "line": 167,
+ "column": 16,
+ "index": 6363
},
{
- "filePath": "src/courseware/course/celebration/CelebrationModal.jsx",
- "line": 25,
- "column": 46,
- "index": 844
+ "filePath": "src/components/program/ProgramCTA.jsx",
+ "line": 187,
+ "column": 16,
+ "index": 7097
},
{
- "filePath": "src/courseware/course/course-exit/CourseCelebration.jsx",
- "line": 40,
- "column": 46,
- "index": 1701
+ "filePath": "src/components/site-header/AvatarDropdown.jsx",
+ "line": 58,
+ "column": 8,
+ "index": 2073
},
{
- "filePath": "src/courseware/course/Course.jsx",
- "line": 57,
- "column": 43,
- "index": 2452
+ "filePath": "src/components/site-header/AvatarDropdown.jsx",
+ "line": 76,
+ "column": 14,
+ "index": 2968
},
{
- "filePath": "src/courseware/course/Course.test.jsx",
- "line": 52,
- "column": 24,
- "index": 1626
+ "filePath": "src/components/site-header/AvatarDropdown.jsx",
+ "line": 90,
+ "column": 8,
+ "index": 3584
},
{
- "filePath": "src/courseware/course/Course.test.jsx",
- "line": 377,
- "column": 24,
- "index": 15112
+ "filePath": "src/components/site-header/AvatarDropdown.jsx",
+ "line": 97,
+ "column": 8,
+ "index": 3894
},
{
- "filePath": "src/courseware/course/new-sidebar/SidebarContextProvider.jsx",
- "line": 21,
- "column": 58,
- "index": 613
+ "filePath": "src/components/site-header/AvatarDropdown.jsx",
+ "line": 104,
+ "column": 8,
+ "index": 4225
},
{
- "filePath": "src/courseware/course/new-sidebar/SidebarContextProvider.jsx",
- "line": 22,
- "column": 59,
- "index": 700
+ "filePath": "src/components/site-header/AvatarDropdown.jsx",
+ "line": 112,
+ "column": 8,
+ "index": 4559
},
{
- "filePath": "src/courseware/course/new-sidebar/sidebars/discussions-notifications/notifications/NotificationsWidget.test.jsx",
- "line": 47,
- "column": 24,
- "index": 1898
- },
+ "filePath": "src/components/skills-quiz/GoalDropdown.jsx",
+ "line": 30,
+ "column": 10,
+ "index": 1115
+ }
+ ],
+ "IconButtonWithTooltip": [
{
- "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
- "line": 40,
- "column": 77,
- "index": 1424
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 391,
+ "column": 8,
+ "index": 12089
},
{
- "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
- "line": 41,
- "column": 70,
- "index": 1522
- },
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 446,
+ "column": 10,
+ "index": 14306
+ }
+ ],
+ "InfoOutline": [
{
- "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
- "line": 43,
- "column": 70,
- "index": 1656
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 395,
+ "column": 15,
+ "index": 12216
},
{
- "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
- "line": 45,
- "column": 75,
- "index": 1790
- },
+ "filePath": "src/components/skills-quiz/JobDescriptions.jsx",
+ "line": 16,
+ "column": 8,
+ "index": 749
+ }
+ ],
+ "Warning": [
{
- "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
- "line": 47,
- "column": 57,
- "index": 1907
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 450,
+ "column": 17,
+ "index": 14501
},
{
- "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js",
- "line": 78,
- "column": 29,
- "index": 3146
+ "filePath": "src/components/search/SearchError.jsx",
+ "line": 14,
+ "column": 12,
+ "index": 393
+ }
+ ],
+ "Info": [
+ {
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 550,
+ "column": 19,
+ "index": 16916
+ }
+ ],
+ "StandardModal": [
+ {
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
+ "line": 114,
+ "column": 6,
+ "index": 2697
},
{
- "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js",
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx",
"line": 78,
- "column": 79,
- "index": 3196
+ "column": 6,
+ "index": 2485
},
{
- "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js",
- "line": 83,
- "column": 29,
- "index": 3339
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/MoveToInProgressModal.jsx",
+ "line": 72,
+ "column": 6,
+ "index": 1979
},
{
- "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js",
- "line": 83,
- "column": 83,
- "index": 3393
+ "filePath": "src/components/program-progress/CouponCodesWarningModal.jsx",
+ "line": 22,
+ "column": 4,
+ "index": 788
},
{
- "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js",
- "line": 88,
- "column": 29,
- "index": 3533
- },
+ "filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx",
+ "line": 49,
+ "column": 4,
+ "index": 1832
+ }
+ ],
+ "Form.Group": [
{
- "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx",
- "line": 50,
- "column": 77,
- "index": 1477
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
+ "line": 141,
+ "column": 8,
+ "index": 3593
},
{
- "filePath": "src/courseware/course/sequence/Sequence.test.jsx",
- "line": 46,
- "column": 24,
- "index": 1676
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 261,
+ "column": 20,
+ "index": 10659
},
{
- "filePath": "src/courseware/course/sequence/Sequence.test.jsx",
- "line": 444,
- "column": 26,
- "index": 19105
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 284,
+ "column": 20,
+ "index": 11806
},
{
- "filePath": "src/courseware/course/sidebar/SidebarContextProvider.jsx",
- "line": 25,
- "column": 58,
- "index": 953
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 309,
+ "column": 20,
+ "index": 12960
},
{
- "filePath": "src/courseware/course/sidebar/SidebarContextProvider.jsx",
- "line": 26,
- "column": 59,
- "index": 1045
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 345,
+ "column": 22,
+ "index": 14718
},
{
- "filePath": "src/courseware/course/sidebar/sidebars/notifications/NotificationTray.test.jsx",
- "line": 46,
- "column": 24,
- "index": 1803
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 394,
+ "column": 20,
+ "index": 17546
},
{
- "filePath": "src/courseware/course/sidebar/sidebars/notifications/NotificationTray.test.jsx",
- "line": 54,
- "column": 24,
- "index": 2169
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 129,
+ "column": 14,
+ "index": 4737
},
{
- "filePath": "src/courseware/course/sidebar/sidebars/notifications/NotificationTray.test.jsx",
- "line": 151,
- "column": 24,
- "index": 5100
+ "filePath": "src/components/my-career/SearchJobRole.jsx",
+ "line": 88,
+ "column": 8,
+ "index": 2875
},
{
- "filePath": "src/courseware/course/sidebar/SidebarTriggers.jsx",
- "line": 13,
- "column": 47,
- "index": 401
- },
+ "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
+ "line": 255,
+ "column": 28,
+ "index": 10264
+ }
+ ],
+ "Form.Checkbox": [
{
- "filePath": "src/courseware/course/test-utils.jsx",
- "line": 30,
- "column": 22,
- "index": 1186
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
+ "line": 142,
+ "column": 10,
+ "index": 3616
},
{
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 76,
- "column": 46,
- "index": 3263
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 132,
+ "column": 20,
+ "index": 4904
},
{
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.test.jsx",
- "line": 61,
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 255,
"column": 24,
- "index": 2008
+ "index": 10085
+ }
+ ],
+ "Alert.Link": [
+ {
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/ModalError.jsx",
+ "line": 11,
+ "column": 21,
+ "index": 379
},
{
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.test.jsx",
- "line": 94,
- "column": 24,
- "index": 3151
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/ModalError.jsx",
+ "line": 11,
+ "column": 42,
+ "index": 412
}
],
- "Locked": [
+ "Tooltip": [
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeHeader.jsx",
- "line": 58,
- "column": 23,
- "index": 1922
+ "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/UpgradeCourseButton.jsx",
+ "line": 46,
+ "column": 8,
+ "index": 1817
},
{
- "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
- "line": 82,
- "column": 49,
- "index": 2871
+ "filePath": "src/components/microlearning/BetaBadge.jsx",
+ "line": 11,
+ "column": 6,
+ "index": 260
+ },
+ {
+ "filePath": "src/components/microlearning/VideoCourseReview.jsx",
+ "line": 30,
+ "column": 12,
+ "index": 1110
}
],
- "InfoOutline": [
+ "Bubble": [
{
- "filePath": "src/course-home/progress-tab/grades/course-grade/GradeRangeTooltip.jsx",
- "line": 68,
+ "filePath": "src/components/dashboard/main-content/course-enrollments/CourseSection.jsx",
+ "line": 43,
"column": 13,
- "index": 2134
+ "index": 1500
},
{
- "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryHeader.jsx",
- "line": 42,
- "column": 15,
- "index": 1419
+ "filePath": "src/components/progress-category-bubbles/ProgressCategoryBubbles.jsx",
+ "line": 8,
+ "column": 4,
+ "index": 322
+ },
+ {
+ "filePath": "src/components/progress-category-bubbles/ProgressCategoryBubbles.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 678
+ },
+ {
+ "filePath": "src/components/progress-category-bubbles/ProgressCategoryBubbles.jsx",
+ "line": 30,
+ "column": 4,
+ "index": 1043
}
],
- "Blocked": [
+ "Collapsible": [
{
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/DetailedGrades.jsx",
- "line": 60,
- "column": 99,
- "index": 1953
+ "filePath": "src/components/dashboard/main-content/course-enrollments/CourseSection.jsx",
+ "line": 136,
+ "column": 6,
+ "index": 4042
},
{
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
- "line": 64,
- "column": 21,
- "index": 2281
+ "filePath": "src/components/pathway-progress/PathwayStep.jsx",
+ "line": 40,
+ "column": 4,
+ "index": 1399
},
{
- "filePath": "src/course-home/progress-tab/grades/grade-summary/AssignmentTypeCell.jsx",
- "line": 21,
- "column": 256,
- "index": 869
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 220,
+ "column": 10,
+ "index": 8308
},
{
- "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryHeader.jsx",
- "line": 51,
- "column": 99,
- "index": 1811
+ "filePath": "src/components/program/ProgramFAQ.jsx",
+ "line": 16,
+ "column": 10,
+ "index": 494
}
],
- "DataTable": [
+ "WarningFilled": [
{
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/DetailedGradesTable.jsx",
- "line": 43,
- "column": 10,
- "index": 1398
+ "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx",
+ "line": 70,
+ "column": 16,
+ "index": 2590
},
{
- "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryTable.jsx",
- "line": 95,
+ "filePath": "src/components/dashboard/sidebar/data/hooks/useSubscriptionSummaryCard.jsx",
+ "line": 124,
"column": 6,
- "index": 3273
+ "index": 4132
},
{
- "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx",
- "line": 183,
- "column": 8,
- "index": 6433
+ "filePath": "src/components/program/ProgramCourses.jsx",
+ "line": 93,
+ "column": 49,
+ "index": 3688
+ },
+ {
+ "filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx",
+ "line": 8,
+ "column": 15,
+ "index": 273
}
],
- "DataTable.Table": [
- {
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/DetailedGradesTable.jsx",
- "line": 61,
- "column": 12,
- "index": 2025
- },
+ "Navbar": [
{
- "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryTable.jsx",
- "line": 128,
- "column": 8,
- "index": 4568
+ "filePath": "src/components/error-page/ErrorPageHeader.jsx",
+ "line": 24,
+ "column": 6,
+ "index": 704
}
],
- "Collapsible.Advanced": [
+ "Navbar.Brand": [
{
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
- "line": 46,
- "column": 4,
- "index": 1294
- },
+ "filePath": "src/components/error-page/ErrorPageHeader.jsx",
+ "line": 26,
+ "column": 10,
+ "index": 792
+ }
+ ],
+ "AvatarButton": [
{
- "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
+ "filePath": "src/components/error-page/ErrorPageHeader.jsx",
"line": 42,
- "column": 6,
- "index": 1228
+ "column": 22,
+ "index": 1424
},
{
- "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
- "line": 82,
- "column": 10,
- "index": 3146
+ "filePath": "src/components/site-header/AvatarDropdown.jsx",
+ "line": 41,
+ "column": 12,
+ "index": 1504
}
],
- "Row": [
+ "Card.Body": [
{
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
- "line": 47,
+ "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
+ "line": 35,
"column": 6,
- "index": 1323
+ "index": 1097
},
{
- "filePath": "src/course-home/suggested-schedule-messaging/ShiftDatesAlert.jsx",
- "line": 40,
- "column": 6,
- "index": 838
+ "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
+ "line": 14,
+ "column": 4,
+ "index": 513
},
{
- "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToCompleteAlert.jsx",
- "line": 37,
- "column": 6,
- "index": 831
- },
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 232,
+ "column": 12,
+ "index": 9236
+ }
+ ],
+ "ArrowBack": [
{
- "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToShiftDatesAlert.jsx",
- "line": 39,
- "column": 6,
- "index": 886
+ "filePath": "src/components/executive-education-2u/components/ErrorPageContent.jsx",
+ "line": 61,
+ "column": 26,
+ "index": 2162
}
],
- "Collapsible.Trigger": [
+ "Form.Control": [
{
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
- "line": 48,
- "column": 8,
- "index": 1359
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 265,
+ "column": 22,
+ "index": 10817
},
{
- "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
- "line": 44,
- "column": 10,
- "index": 1321
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 287,
+ "column": 22,
+ "index": 11914
},
{
- "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
- "line": 84,
- "column": 14,
- "index": 3226
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 312,
+ "column": 22,
+ "index": 13071
+ },
+ {
+ "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
+ "line": 263,
+ "column": 30,
+ "index": 10808
}
],
- "Collapsible.Visible": [
+ "CheckboxControl": [
{
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
- "line": 53,
- "column": 10,
- "index": 1618
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 347,
+ "column": 26,
+ "index": 14825
},
{
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
- "line": 54,
- "column": 10,
- "index": 1711
- },
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 396,
+ "column": 24,
+ "index": 17649
+ }
+ ],
+ "Timelapse": [
{
- "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
- "line": 45,
- "column": 12,
- "index": 1387
- },
+ "filePath": "src/components/microlearning/VideoDetailPage.jsx",
+ "line": 225,
+ "column": 56,
+ "index": 9261
+ }
+ ],
+ "Close": [
{
- "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
- "line": 48,
- "column": 12,
- "index": 1556
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 110,
+ "column": 23,
+ "index": 3955
},
{
- "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
- "line": 85,
- "column": 16,
- "index": 3334
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 198,
+ "column": 23,
+ "index": 7579
},
{
- "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
- "line": 88,
- "column": 16,
- "index": 3515
+ "filePath": "src/components/TagCloud/index.jsx",
+ "line": 12,
+ "column": 19,
+ "index": 329
}
],
- "ArrowDropDown": [
+ "Input": [
{
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
- "line": 53,
- "column": 53,
- "index": 1661
+ "filePath": "src/components/microlearning/VideoFeedbackCard.jsx",
+ "line": 151,
+ "column": 14,
+ "index": 5783
}
],
- "ArrowDropUp": [
+ "Plus": [
{
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
- "line": 54,
- "column": 51,
- "index": 1752
+ "filePath": "src/components/my-career/AddJobRole.jsx",
+ "line": 16,
+ "column": 9,
+ "index": 659
}
],
- "Collapsible.Body": [
+ "TransitionReplace": [
{
- "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
- "line": 83,
- "column": 6,
- "index": 2850
+ "filePath": "src/components/my-career/AddJobRole.jsx",
+ "line": 55,
+ "column": 14,
+ "index": 1704
},
{
- "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
- "line": 54,
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 67,
"column": 8,
- "index": 1851
+ "index": 2090
+ }
+ ],
+ "Chip": [
+ {
+ "filePath": "src/components/my-career/LevelBars.jsx",
+ "line": 18,
+ "column": 23,
+ "index": 402
},
{
- "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
- "line": 97,
- "column": 12,
- "index": 3925
+ "filePath": "src/components/my-career/LevelBars.jsx",
+ "line": 20,
+ "column": 23,
+ "index": 530
+ },
+ {
+ "filePath": "src/components/search/SearchVideoCard.jsx",
+ "line": 76,
+ "column": 30,
+ "index": 2261
+ },
+ {
+ "filePath": "src/components/skills-quiz-v2/JobCardComponent.jsx",
+ "line": 120,
+ "column": 18,
+ "index": 3908
+ },
+ {
+ "filePath": "src/components/TagCloud/index.jsx",
+ "line": 9,
+ "column": 6,
+ "index": 256
}
],
- "DataTable.TableFooter": [
+ "Edit": [
{
- "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryTableFooter.jsx",
- "line": 30,
- "column": 4,
- "index": 706
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 18,
+ "column": 13,
+ "index": 739
}
],
- "Col": [
+ "ActionRow.Spacer": [
{
- "filePath": "src/course-home/suggested-schedule-messaging/ShiftDatesAlert.jsx",
- "line": 41,
- "column": 8,
- "index": 874
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 78,
+ "column": 16,
+ "index": 2589
},
{
- "filePath": "src/course-home/suggested-schedule-messaging/ShiftDatesAlert.jsx",
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 89,
+ "column": 16,
+ "index": 3124
+ },
+ {
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 108,
+ "column": 14,
+ "index": 3816
+ },
+ {
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 128,
+ "column": 14,
+ "index": 4637
+ }
+ ],
+ "ExpandLess": [
+ {
+ "filePath": "src/components/pathway-progress/PathwayStep.jsx",
"line": 45,
- "column": 8,
- "index": 1083
+ "column": 31,
+ "index": 1560
},
{
- "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToCompleteAlert.jsx",
- "line": 38,
- "column": 8,
- "index": 867
+ "filePath": "src/components/program/ProgramCourses.jsx",
+ "line": 49,
+ "column": 29,
+ "index": 1834
},
{
- "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToCompleteAlert.jsx",
- "line": 42,
- "column": 8,
- "index": 1100
+ "filePath": "src/components/program/ProgramFAQ.jsx",
+ "line": 21,
+ "column": 37,
+ "index": 680
+ }
+ ],
+ "ExpandMore": [
+ {
+ "filePath": "src/components/pathway-progress/PathwayStep.jsx",
+ "line": 46,
+ "column": 33,
+ "index": 1609
},
{
- "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToShiftDatesAlert.jsx",
- "line": 40,
- "column": 8,
- "index": 922
+ "filePath": "src/components/program/ProgramCourses.jsx",
+ "line": 45,
+ "column": 29,
+ "index": 1686
},
{
- "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToShiftDatesAlert.jsx",
- "line": 44,
- "column": 8,
- "index": 1135
+ "filePath": "src/components/program/ProgramFAQ.jsx",
+ "line": 22,
+ "column": 39,
+ "index": 735
}
],
- "StatefulButton": [
+ "MarketingModal": [
{
- "filePath": "src/courseware/course/bookmark/BookmarkButton.jsx",
- "line": 43,
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 105,
"column": 4,
- "index": 1350
+ "index": 3496
}
],
- "StandardModal": [
+ "ModalDialog.Hero": [
{
- "filePath": "src/courseware/course/celebration/CelebrationModal.jsx",
- "line": 35,
- "column": 4,
- "index": 1085
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 112,
+ "column": 8,
+ "index": 3780
},
{
- "filePath": "src/courseware/course/celebration/WeeklyGoalCelebrationModal.jsx",
- "line": 27,
- "column": 4,
- "index": 831
- }
- ],
- "ActionRow": [
- {
- "filePath": "src/courseware/course/celebration/CelebrationModal.jsx",
- "line": 37,
+ "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
+ "line": 100,
"column": 8,
- "index": 1128
+ "index": 3770
},
{
- "filePath": "src/courseware/course/celebration/WeeklyGoalCelebrationModal.jsx",
- "line": 29,
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 198,
"column": 8,
- "index": 874
- },
+ "index": 6899
+ }
+ ],
+ "ModalDialog.Title": [
{
- "filePath": "src/courseware/course/sequence/honor-code/HonorCode.jsx",
- "line": 57,
- "column": 6,
- "index": 2322
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 129,
+ "column": 8,
+ "index": 4205
},
{
- "filePath": "src/product-tours/newUserCourseHomeTour/NewUserCourseHomeTourModal.jsx",
- "line": 44,
- "column": 6,
- "index": 1348
+ "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
+ "line": 58,
+ "column": 10,
+ "index": 1999
}
],
- "Lightbulb": [
- {
- "filePath": "src/courseware/course/celebration/WeeklyGoalCelebrationModal.jsx",
- "line": 57,
- "column": 17,
- "index": 1977
- },
+ "VerifiedBadge": [
{
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 174,
- "column": 50,
- "index": 6934
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 139,
+ "column": 27,
+ "index": 4578
}
],
- "Card.ImageCap": [
+ "Assignment": [
{
- "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx",
- "line": 107,
- "column": 10,
- "index": 3656
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 162,
+ "column": 27,
+ "index": 5710
}
],
- "CardView": [
+ "BookOpen": [
{
- "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx",
- "line": 193,
- "column": 10,
- "index": 6717
+ "filePath": "src/components/pathway/PathwayModal.jsx",
+ "line": 184,
+ "column": 27,
+ "index": 6758
}
],
- "useToggle": [
+ "Form.Label": [
{
- "filePath": "src/courseware/course/CourseBreadcrumbs.jsx",
- "line": 26,
- "column": 32,
- "index": 971
- },
+ "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
+ "line": 256,
+ "column": 30,
+ "index": 10361
+ }
+ ],
+ "Collapsible.Advanced": [
{
- "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTray.jsx",
- "line": 29,
- "column": 84,
- "index": 1185
+ "filePath": "src/components/program/ProgramCourses.jsx",
+ "line": 40,
+ "column": 12,
+ "index": 1308
},
{
- "filePath": "src/tab-page/LoadedTabPage.jsx",
- "line": 43,
- "column": 61,
- "index": 1506
+ "filePath": "src/components/program/ProgramInstructors.jsx",
+ "line": 87,
+ "column": 8,
+ "index": 3053
}
],
- "ModalPopup": [
+ "Collapsible.Trigger": [
{
- "filePath": "src/courseware/course/CourseBreadcrumbs.jsx",
- "line": 61,
- "column": 12,
- "index": 2003
+ "filePath": "src/components/program/ProgramCourses.jsx",
+ "line": 41,
+ "column": 14,
+ "index": 1396
+ },
+ {
+ "filePath": "src/components/program/ProgramInstructors.jsx",
+ "line": 88,
+ "column": 10,
+ "index": 3124
}
],
- "Menu": [
+ "LibraryBooks": [
{
- "filePath": "src/courseware/course/CourseBreadcrumbs.jsx",
- "line": 62,
+ "filePath": "src/components/program/ProgramCourses.jsx",
+ "line": 42,
+ "column": 51,
+ "index": 1501
+ },
+ {
+ "filePath": "src/components/program/ProgramSidebar.jsx",
+ "line": 27,
"column": 14,
- "index": 2083
+ "index": 1058
}
],
- "Dropdown.Item": [
+ "Collapsible.Visible": [
{
- "filePath": "src/courseware/course/JumpNavMenuItem.jsx",
+ "filePath": "src/components/program/ProgramCourses.jsx",
+ "line": 44,
+ "column": 16,
+ "index": 1624
+ },
+ {
+ "filePath": "src/components/program/ProgramCourses.jsx",
"line": 48,
- "column": 4,
- "index": 1071
+ "column": 16,
+ "index": 1774
},
{
- "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
- "line": 28,
- "column": 8,
- "index": 915
+ "filePath": "src/components/program/ProgramInstructors.jsx",
+ "line": 90,
+ "column": 12,
+ "index": 3269
},
{
- "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeWidgetOption.jsx",
- "line": 70,
- "column": 6,
- "index": 1831
+ "filePath": "src/components/program/ProgramInstructors.jsx",
+ "line": 94,
+ "column": 12,
+ "index": 3395
}
],
- "ArrowBackIos": [
+ "Collapsible.Body": [
{
- "filePath": "src/courseware/course/new-sidebar/common/SidebarBase.jsx",
- "line": 64,
- "column": 21,
- "index": 1970
+ "filePath": "src/components/program/ProgramCourses.jsx",
+ "line": 53,
+ "column": 14,
+ "index": 1957
},
{
- "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx",
- "line": 57,
- "column": 21,
- "index": 1811
+ "filePath": "src/components/program/ProgramInstructors.jsx",
+ "line": 99,
+ "column": 10,
+ "index": 3553
}
],
- "ActionRow.Spacer": [
+ "CalendarMonth": [
{
- "filePath": "src/courseware/course/sequence/honor-code/HonorCode.jsx",
+ "filePath": "src/components/program/ProgramCourses.jsx",
"line": 58,
- "column": 8,
- "index": 2342
+ "column": 33,
+ "index": 2261
}
],
- "Dropdown": [
- {
- "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
- "line": 14,
- "column": 2,
- "index": 314
- },
+ "ExpandCircleDown": [
{
- "filePath": "src/generic/tabs/Tabs.jsx",
- "line": 41,
- "column": 10,
- "index": 1563
- },
+ "filePath": "src/components/program/ProgramDataBar.jsx",
+ "line": 45,
+ "column": 18,
+ "index": 1839
+ }
+ ],
+ "FormatQuote": [
{
- "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeWidget.jsx",
- "line": 124,
- "column": 10,
- "index": 3485
+ "filePath": "src/components/program/ProgramEndorsements.jsx",
+ "line": 18,
+ "column": 14,
+ "index": 855
}
],
- "Dropdown.Toggle": [
+ "AddCircle": [
{
- "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
- "line": 15,
- "column": 4,
- "index": 370
- },
+ "filePath": "src/components/program/ProgramInstructors.jsx",
+ "line": 91,
+ "column": 14,
+ "index": 3316
+ }
+ ],
+ "RemoveCircle": [
{
- "filePath": "src/generic/tabs/Tabs.jsx",
- "line": 42,
- "column": 12,
- "index": 1604
- },
+ "filePath": "src/components/program/ProgramInstructors.jsx",
+ "line": 95,
+ "column": 14,
+ "index": 3440
+ }
+ ],
+ "useMediaQuery": [
{
- "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeWidget.jsx",
- "line": 125,
- "column": 12,
- "index": 3539
+ "filePath": "src/components/search/content-highlights/ContentHighlightSet.jsx",
+ "line": 63,
+ "column": 29,
+ "index": 1964
}
],
- "Dropdown.Menu": [
+ "CardCarousel": [
{
- "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
- "line": 26,
- "column": 4,
- "index": 836
- },
+ "filePath": "src/components/search/content-highlights/ContentHighlightSet.jsx",
+ "line": 77,
+ "column": 6,
+ "index": 2368
+ }
+ ],
+ "CardDeck": [
{
- "filePath": "src/generic/tabs/Tabs.jsx",
- "line": 49,
- "column": 12,
- "index": 1986
- },
+ "filePath": "src/components/search/content-highlights/ContentHighlightSet.jsx",
+ "line": 115,
+ "column": 6,
+ "index": 3651
+ }
+ ],
+ "Archive": [
{
- "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeWidget.jsx",
- "line": 128,
- "column": 12,
- "index": 3691
+ "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
+ "line": 79,
+ "column": 40,
+ "index": 2322
}
],
- "ModalDialog": [
+ "ZoomOut": [
{
- "filePath": "src/courseware/course/sequence/Unit/ContentIFrame.jsx",
- "line": 94,
- "column": 10,
- "index": 2473
+ "filePath": "src/components/search/SearchNoResults.jsx",
+ "line": 18,
+ "column": 14,
+ "index": 482
},
{
- "filePath": "src/courseware/course/sequence/Unit/ContentIFrame.test.jsx",
- "line": 160,
- "column": 49,
- "index": 5582
+ "filePath": "src/components/skills-quiz/SearchCourseCard.jsx",
+ "line": 75,
+ "column": 14,
+ "index": 2750
},
{
- "filePath": "src/courseware/course/sequence/Unit/ContentIFrame.test.jsx",
- "line": 179,
- "column": 49,
- "index": 6430
+ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
+ "line": 145,
+ "column": 14,
+ "index": 4994
},
{
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 147,
- "column": 4,
- "index": 5827
+ "filePath": "src/components/skills-quiz/SkillsCourses.jsx",
+ "line": 166,
+ "column": 18,
+ "index": 5590
}
],
- "ModalDialog.Body": [
+ "Program": [
{
- "filePath": "src/courseware/course/sequence/Unit/ContentIFrame.jsx",
- "line": 101,
- "column": 12,
- "index": 2673
+ "filePath": "src/components/search/SearchProgramCard.jsx",
+ "line": 140,
+ "column": 23,
+ "index": 4178
},
{
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 163,
- "column": 6,
- "index": 6322
+ "filePath": "src/components/skills-quiz/SearchProgramCard.jsx",
+ "line": 217,
+ "column": 31,
+ "index": 7618
}
],
- "Modal": [
+ "PlayCircleOutline": [
{
- "filePath": "src/courseware/course/sequence/Unit/ContentIFrame.jsx",
- "line": 107,
- "column": 10,
- "index": 2847
+ "filePath": "src/components/search/SearchVideoCard.jsx",
+ "line": 85,
+ "column": 19,
+ "index": 2675
}
],
- "LmsCompletionSolid": [
+ "Dropdown.Header": [
{
- "filePath": "src/courseware/course/sidebar/sidebars/course-outline/components/CompletionIcon.jsx",
- "line": 15,
- "column": 13,
- "index": 458
+ "filePath": "src/components/site-header/AvatarDropdown.jsx",
+ "line": 51,
+ "column": 8,
+ "index": 1750
}
],
- "ChevronRightIcon": [
+ "Dropdown.Divider": [
{
- "filePath": "src/courseware/course/sidebar/sidebars/course-outline/components/SidebarSection.jsx",
- "line": 51,
- "column": 19,
- "index": 1628
+ "filePath": "src/components/site-header/AvatarDropdown.jsx",
+ "line": 89,
+ "column": 8,
+ "index": 3530
+ },
+ {
+ "filePath": "src/components/site-header/AvatarDropdown.jsx",
+ "line": 111,
+ "column": 8,
+ "index": 4505
}
],
- "ChevronLeftIcon": [
+ "MenuIcon": [
{
- "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTray.jsx",
- "line": 70,
- "column": 22,
- "index": 2518
+ "filePath": "src/components/site-header/SiteHeader.jsx",
+ "line": 54,
+ "column": 14,
+ "index": 1955
}
],
- "MenuOpenIcon": [
+ "SelectableBox.Set": [
{
- "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTray.jsx",
- "line": 84,
- "column": 16,
- "index": 3073
+ "filePath": "src/components/skills-quiz-v2/JobCardComponent.jsx",
+ "line": 90,
+ "column": 6,
+ "index": 2885
},
{
- "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTrigger.jsx",
+ "filePath": "src/components/skills-quiz/SelectJobCard.jsx",
"line": 36,
- "column": 16,
- "index": 1338
+ "column": 6,
+ "index": 1337
}
],
- "QuestionAnswer": [
+ "SelectableBox": [
{
- "filePath": "src/courseware/course/sidebar/sidebars/discussions/DiscussionsTrigger.jsx",
- "line": 48,
- "column": 17,
- "index": 1601
- }
- ],
- "WatchOutline": [
+ "filePath": "src/components/skills-quiz-v2/JobCardComponent.jsx",
+ "line": 100,
+ "column": 10,
+ "index": 3150
+ },
{
- "filePath": "src/courseware/course/sidebar/sidebars/notifications/NotificationIcon.jsx",
- "line": 16,
- "column": 15,
- "index": 404
+ "filePath": "src/components/skills-quiz/SelectJobCard.jsx",
+ "line": 45,
+ "column": 10,
+ "index": 1666
}
],
- "Input": [
+ "ModalDialog": [
{
- "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeUserNameInput.jsx",
+ "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
"line": 49,
"column": 6,
- "index": 1069
- }
- ],
- "Compass": [
+ "index": 1781
+ },
{
- "filePath": "src/product-tours/newUserCourseHomeTour/LaunchCourseHomeTourButton.jsx",
- "line": 49,
- "column": 19,
- "index": 1470
- }
- ],
- "MarketingModal": [
+ "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
+ "line": 93,
+ "column": 6,
+ "index": 3583
+ },
{
- "filePath": "src/product-tours/newUserCourseHomeTour/NewUserCourseHomeTourModal.jsx",
- "line": 18,
- "column": 2,
- "index": 479
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 191,
+ "column": 6,
+ "index": 6716
}
],
- "ModalDialog.Hero": [
+ "ModalDialog.Header": [
{
- "filePath": "src/product-tours/newUserCourseHomeTour/NewUserCourseHomeTourModal.jsx",
- "line": 25,
- "column": 6,
- "index": 656
+ "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
+ "line": 57,
+ "column": 8,
+ "index": 1968
}
],
- "ModalDialog.Title": [
+ "ModalDialog.Body": [
{
- "filePath": "src/product-tours/newUserCourseHomeTour/NewUserCourseHomeTourModal.jsx",
- "line": 30,
- "column": 10,
- "index": 834
+ "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
+ "line": 66,
+ "column": 8,
+ "index": 2355
},
{
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 159,
+ "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx",
+ "line": 106,
+ "column": 8,
+ "index": 4052
+ },
+ {
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 204,
"column": 8,
- "index": 6192
+ "index": 7181
}
],
- "ProductTour": [
+ "Stepper": [
{
- "filePath": "src/product-tours/ProductTours.jsx",
- "line": 145,
- "column": 6,
- "index": 4808
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 190,
+ "column": 4,
+ "index": 6676
}
],
- "ModalDialog.Header": [
+ "Stepper.Step": [
{
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 158,
- "column": 6,
- "index": 6138
- }
- ],
- "MoneyFilled": [
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 206,
+ "column": 12,
+ "index": 7244
+ },
{
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 183,
- "column": 69,
- "index": 7283
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 305,
+ "column": 12,
+ "index": 12483
+ },
+ {
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 347,
+ "column": 12,
+ "index": 14352
}
],
"ModalDialog.Footer": [
{
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 201,
- "column": 6,
- "index": 8044
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 355,
+ "column": 8,
+ "index": 14618
}
],
- "ModalDialog.CloseButton": [
+ "Stepper.ActionRow": [
{
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 213,
- "column": 16,
- "index": 8448
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 356,
+ "column": 10,
+ "index": 14649
},
{
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 226,
- "column": 16,
- "index": 8922
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 376,
+ "column": 10,
+ "index": 15630
},
{
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 234,
+ "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
+ "line": 392,
"column": 10,
- "index": 9197
+ "index": 16336
+ }
+ ],
+ "PageBanner": [
+ {
+ "filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx",
+ "line": 7,
+ "column": 2,
+ "index": 227
}
],
"Toast": [
{
- "filePath": "src/tab-page/TabPage.jsx",
- "line": 52,
- "column": 10,
- "index": 1590
+ "filePath": "src/components/Toasts/Toasts.jsx",
+ "line": 9,
+ "column": 4,
+ "index": 268
}
]
}
},
{
- "version": "21.11.3",
- "name": "@edx/frontend-app-library-authoring",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/openedx/frontend-app-library-authoring.git"
- },
- "folderName": "frontend-app-library-authoring",
+ "version": "21.13.1",
+ "name": "frontend-app-learner-portal",
+ "repository": "https://github.com/openedx/frontend-app-learner-portal-programs",
+ "folderName": "frontend-app-learner-portal-programs",
"usages": {
- "Col": [
+ "Dropdown.Deprecated": [
{
- "filePath": "src/generic/LoadingPage.jsx",
- "line": 6,
- "column": 2,
- "index": 152
- },
+ "filePath": "src/components/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 152,
+ "column": 10,
+ "index": 3896
+ }
+ ],
+ "Modal": [
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 154,
- "column": 8,
- "index": 4793
- },
+ "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
+ "line": 117,
+ "column": 6,
+ "index": 2842
+ }
+ ],
+ "Alert": [
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 230,
- "column": 10,
- "index": 7920
+ "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
+ "line": 122,
+ "column": 14,
+ "index": 2962
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 244,
- "column": 16,
- "index": 8557
+ "filePath": "src/components/course-enrollments/CourseEnrollments.jsx",
+ "line": 52,
+ "column": 4,
+ "index": 1461
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 247,
- "column": 16,
- "index": 8725
+ "filePath": "src/components/course-enrollments/CourseEnrollments.jsx",
+ "line": 67,
+ "column": 6,
+ "index": 1834
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 331,
- "column": 14,
- "index": 12536
+ "filePath": "src/components/program/ProgramPage.jsx",
+ "line": 80,
+ "column": 6,
+ "index": 2569
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 344,
- "column": 8,
- "index": 13033
+ "filePath": "src/components/programs-list/ProgramListPage.jsx",
+ "line": 81,
+ "column": 4,
+ "index": 2507
+ }
+ ],
+ "Warning": [
+ {
+ "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
+ "line": 125,
+ "column": 22,
+ "index": 3060
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 347,
- "column": 14,
- "index": 13149
+ "filePath": "src/components/course-enrollments/CourseEnrollments.jsx",
+ "line": 55,
+ "column": 12,
+ "index": 1529
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 355,
+ "filePath": "src/components/program/ProgramPage.jsx",
+ "line": 82,
"column": 14,
- "index": 13778
+ "index": 2615
},
{
- "filePath": "src/library-authoring/common/ErrorAlert.jsx",
- "line": 11,
- "column": 4,
- "index": 418
- },
+ "filePath": "src/components/programs-list/ProgramListPage.jsx",
+ "line": 83,
+ "column": 12,
+ "index": 2549
+ }
+ ],
+ "Input": [
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 56,
+ "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
+ "line": 132,
+ "column": 14,
+ "index": 3285
+ }
+ ],
+ "StatefulButton": [
+ {
+ "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
+ "line": 151,
"column": 10,
- "index": 1586
+ "index": 3957
+ }
+ ],
+ "Button": [
+ {
+ "filePath": "src/components/course-enrollments/course-cards/UpcomingCourseCard.jsx",
+ "line": 10,
+ "column": 4,
+ "index": 257
},
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "filePath": "src/components/program/sidebar/Links.jsx",
"line": 65,
"column": 10,
- "index": 1871
- },
+ "index": 1731
+ }
+ ],
+ "CheckCircle": [
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 70,
- "column": 10,
- "index": 2100
- },
+ "filePath": "src/components/course-enrollments/CourseEnrollments.jsx",
+ "line": 69,
+ "column": 14,
+ "index": 1881
+ }
+ ],
+ "breakpoints": [
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 75,
- "column": 10,
- "index": 2321
+ "filePath": "src/components/course-enrollments/CourseEnrollments.jsx",
+ "line": 113,
+ "column": 30,
+ "index": 3046
},
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 84,
- "column": 10,
- "index": 2655
+ "filePath": "src/components/course-enrollments/tests/CourseEnrollments.test.jsx",
+ "line": 156,
+ "column": 52,
+ "index": 5009
},
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 89,
- "column": 10,
- "index": 2888
+ "filePath": "src/components/course-enrollments/tests/CourseEnrollments.test.jsx",
+ "line": 168,
+ "column": 52,
+ "index": 5495
},
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 94,
- "column": 10,
- "index": 3111
+ "filePath": "src/components/program/ProgramPage.jsx",
+ "line": 128,
+ "column": 48,
+ "index": 4234
},
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 103,
- "column": 10,
- "index": 3445
- },
+ "filePath": "src/components/program/tab-components/JourneyTab.jsx",
+ "line": 16,
+ "column": 30,
+ "index": 470
+ }
+ ],
+ "Collapsible": [
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 108,
- "column": 10,
- "index": 3679
- },
+ "filePath": "src/components/course-enrollments/CourseSection.jsx",
+ "line": 83,
+ "column": 8,
+ "index": 2049
+ }
+ ],
+ "Alert.Link": [
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 113,
+ "filePath": "src/components/program/ProgramPage.jsx",
+ "line": 91,
"column": 10,
- "index": 3903
- },
+ "index": 2890
+ }
+ ],
+ "Tabs": [
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 122,
+ "filePath": "src/components/program/TabularView.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 1210
+ }
+ ],
+ "Tab": [
+ {
+ "filePath": "src/components/program/TabularView.jsx",
+ "line": 40,
"column": 10,
- "index": 4228
+ "index": 1377
+ }
+ ]
+ }
+ },
+ {
+ "version": "22.10.0",
+ "name": "@edx/frontend-app-learner-record",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/openedx/frontend-app-learner-record.git"
+ },
+ "folderName": "frontend-app-learner-record",
+ "usages": {
+ "Tabs": [
+ {
+ "filePath": "src/components/NavigationBar/NavigationBar.jsx",
+ "line": 30,
+ "column": 4,
+ "index": 760
+ }
+ ],
+ "Tab": [
+ {
+ "filePath": "src/components/NavigationBar/NavigationBar.jsx",
+ "line": 36,
+ "column": 8,
+ "index": 926
+ }
+ ],
+ "Hyperlink": [
+ {
+ "filePath": "src/components/ProgramCertificate/ProgramCertificate.jsx",
+ "line": 26,
+ "column": 8,
+ "index": 574
},
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 127,
- "column": 10,
- "index": 4456
+ "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
+ "line": 88,
+ "column": 6,
+ "index": 2789
},
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 134,
+ "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
+ "line": 152,
"column": 6,
- "index": 4672
+ "index": 4572
},
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 138,
+ "filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
+ "line": 84,
"column": 6,
- "index": 4927
+ "index": 2663
},
{
- "filePath": "src/library-authoring/common/SuccessAlert.jsx",
- "line": 10,
- "column": 4,
- "index": 377
+ "filePath": "src/components/ProgramRecord/RecordsHelp.jsx",
+ "line": 23,
+ "column": 14,
+ "index": 757
},
{
- "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
- "line": 195,
- "column": 12,
- "index": 4815
+ "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
+ "line": 68,
+ "column": 18,
+ "index": 2578
},
{
- "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
- "line": 330,
- "column": 12,
- "index": 11413
+ "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
+ "line": 48,
+ "column": 6,
+ "index": 1566
},
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 386,
- "column": 12,
- "index": 12855
+ "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
+ "line": 117,
+ "column": 14,
+ "index": 4094
},
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 423,
+ "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
+ "line": 163,
+ "column": 6,
+ "index": 5481
+ }
+ ],
+ "DropdownButton": [
+ {
+ "filePath": "src/components/ProgramCertificate/ProgramCertificate.jsx",
+ "line": 34,
+ "column": 8,
+ "index": 838
+ }
+ ],
+ "Dropdown.Item": [
+ {
+ "filePath": "src/components/ProgramCertificate/ProgramCertificate.jsx",
+ "line": 36,
"column": 12,
- "index": 14420
+ "index": 1003
+ }
+ ],
+ "StandardModal": [
+ {
+ "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
+ "line": 27,
+ "column": 6,
+ "index": 745
},
{
- "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
- "line": 218,
- "column": 12,
- "index": 6370
+ "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
+ "line": 39,
+ "column": 4,
+ "index": 1025
+ }
+ ],
+ "Info": [
+ {
+ "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
+ "line": 28,
+ "column": 8,
+ "index": 827
},
{
- "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
- "line": 322,
- "column": 12,
- "index": 11073
+ "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
+ "line": 103,
+ "column": 8,
+ "index": 3256
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx",
- "line": 69,
+ "filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
+ "line": 169,
"column": 8,
- "index": 2315
+ "index": 5575
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx",
- "line": 97,
- "column": 14,
- "index": 3242
+ "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
+ "line": 39,
+ "column": 18,
+ "index": 1342
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx",
- "line": 103,
+ "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
+ "line": 65,
"column": 8,
- "index": 3475
+ "index": 2106
+ }
+ ],
+ "ActionRow": [
+ {
+ "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
+ "line": 47,
+ "column": 12,
+ "index": 1242
},
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 36,
- "column": 6,
- "index": 1303
+ "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
+ "line": 135,
+ "column": 8,
+ "index": 4169
}
],
- "Card": [
+ "ActionRow.Spacer": [
{
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
+ "line": 48,
+ "column": 14,
+ "index": 1268
+ }
+ ],
+ "Button": [
+ {
+ "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
"line": 49,
- "column": 2,
- "index": 1372
+ "column": 14,
+ "index": 1303
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 356,
- "column": 16,
- "index": 13844
+ "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
+ "line": 117,
+ "column": 10,
+ "index": 3737
+ },
+ {
+ "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
+ "line": 129,
+ "column": 10,
+ "index": 4106
},
{
- "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
- "line": 207,
- "column": 16,
- "index": 5226
+ "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
+ "line": 156,
+ "column": 10,
+ "index": 4974
},
{
- "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
- "line": 54,
- "column": 4,
- "index": 1674
+ "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
+ "line": 165,
+ "column": 10,
+ "index": 5220
},
{
- "filePath": "src/library-authoring/course-import/CourseImportTaskListItem.jsx",
- "line": 31,
+ "filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
+ "line": 79,
"column": 4,
- "index": 624
+ "index": 2555
},
{
- "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 280,
- "column": 14,
- "index": 8420
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 127,
+ "column": 12,
+ "index": 4021
},
{
- "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
- "line": 230,
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 156,
"column": 16,
- "index": 6781
+ "index": 5021
},
{
- "filePath": "src/library-authoring/empty-page/EmptyPage.jsx",
- "line": 10,
- "column": 2,
- "index": 167
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 169,
+ "column": 16,
+ "index": 5550
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
- "line": 28,
- "column": 6,
- "index": 919
+ "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
+ "line": 41,
+ "column": 14,
+ "index": 1385
},
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 30,
- "column": 2,
- "index": 897
+ "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
+ "line": 143,
+ "column": 10,
+ "index": 4496
},
{
- "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
- "line": 140,
- "column": 22,
- "index": 4349
+ "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
+ "line": 121,
+ "column": 16,
+ "index": 4245
}
],
- "Card.Header": [
- {
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 50,
- "column": 4,
- "index": 1407
- },
+ "Row": [
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 357,
- "column": 18,
- "index": 13869
+ "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
+ "line": 59,
+ "column": 10,
+ "index": 1546
},
{
- "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
- "line": 55,
+ "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
+ "line": 118,
"column": 6,
- "index": 1709
+ "index": 3689
+ }
+ ],
+ "ContentCopy": [
+ {
+ "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
+ "line": 74,
+ "column": 16,
+ "index": 2189
},
{
- "filePath": "src/library-authoring/course-import/CourseImportTaskListItem.jsx",
- "line": 32,
- "column": 6,
- "index": 659
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 158,
+ "column": 30,
+ "index": 5103
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
- "line": 29,
- "column": 8,
- "index": 934
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 171,
+ "column": 30,
+ "index": 5632
}
],
- "ActionRow": [
+ "useToggle": [
{
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 54,
- "column": 8,
- "index": 1532
- },
+ "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
+ "line": 30,
+ "column": 47,
+ "index": 1171
+ }
+ ],
+ "ChevronLeft": [
{
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 152,
+ "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
+ "line": 92,
"column": 8,
- "index": 5153
+ "index": 2943
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 137,
+ "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
+ "line": 52,
"column": 8,
- "index": 4185
- },
+ "index": 1720
+ }
+ ],
+ "Alert": [
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 155,
- "column": 10,
- "index": 4831
+ "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
+ "line": 102,
+ "column": 6,
+ "index": 3223
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 179,
- "column": 10,
- "index": 5768
+ "filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
+ "line": 168,
+ "column": 6,
+ "index": 5542
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPageHeaderBase.jsx",
- "line": 47,
+ "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
+ "line": 37,
"column": 10,
- "index": 1312
+ "index": 1288
},
{
- "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
- "line": 60,
+ "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
+ "line": 82,
"column": 10,
- "index": 1900
+ "index": 2981
},
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 50,
- "column": 8,
- "index": 1497
- },
+ "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
+ "line": 64,
+ "column": 6,
+ "index": 2073
+ }
+ ],
+ "ArrowBack": [
{
- "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 368,
- "column": 12,
- "index": 12986
- },
+ "filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
+ "line": 81,
+ "column": 18,
+ "index": 2606
+ }
+ ],
+ "Container": [
{
- "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
- "line": 344,
- "column": 20,
- "index": 12332
- },
+ "filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
+ "line": 203,
+ "column": 4,
+ "index": 6478
+ }
+ ],
+ "Icon": [
{
- "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx",
- "line": 49,
- "column": 8,
- "index": 1662
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 51,
+ "column": 15,
+ "index": 1931
},
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 35,
- "column": 4,
- "index": 1268
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 52,
+ "column": 15,
+ "index": 1971
},
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 96,
- "column": 14,
- "index": 3808
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 53,
+ "column": 16,
+ "index": 2039
},
{
- "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
- "line": 119,
- "column": 14,
- "index": 3485
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 225,
+ "column": 24,
+ "index": 8286
+ }
+ ],
+ "Download": [
+ {
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 51,
+ "column": 26,
+ "index": 1942
+ }
+ ],
+ "SpinnerSimple": [
+ {
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 52,
+ "column": 26,
+ "index": 1982
+ }
+ ],
+ "Check": [
+ {
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 53,
+ "column": 27,
+ "index": 2050
+ }
+ ],
+ "AccountBalance": [
+ {
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 130,
+ "column": 26,
+ "index": 4133
}
],
"OverlayTrigger": [
{
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 57,
- "column": 14,
- "index": 1606
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 140,
+ "column": 12,
+ "index": 4471
},
{
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 82,
- "column": 10,
- "index": 2608
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 183,
+ "column": 12,
+ "index": 6109
}
],
"Tooltip": [
{
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 60,
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 144,
+ "column": 16,
+ "index": 4595
+ }
+ ],
+ "Popover": [
+ {
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 187,
+ "column": 16,
+ "index": 6229
+ }
+ ],
+ "Popover.Title": [
+ {
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 190,
"column": 18,
- "index": 1698
+ "index": 6310
},
{
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 85,
- "column": 14,
- "index": 2689
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 204,
+ "column": 18,
+ "index": 7206
}
],
- "Button": [
+ "Popover.Content": [
{
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 63,
- "column": 16,
- "index": 1859
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 197,
+ "column": 18,
+ "index": 6665
},
{
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 156,
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 211,
+ "column": 18,
+ "index": 7562
+ }
+ ],
+ "IconButton": [
+ {
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 221,
+ "column": 14,
+ "index": 8138
+ }
+ ],
+ "Help": [
+ {
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 224,
+ "column": 21,
+ "index": 8256
+ }
+ ],
+ "StatefulButton": [
+ {
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 235,
+ "column": 12,
+ "index": 8508
+ }
+ ],
+ "Toast": [
+ {
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 248,
"column": 10,
- "index": 5361
- },
+ "index": 8978
+ }
+ ],
+ "Badge": [
{
- "filePath": "src/library-authoring/author-library/ButtonTogglesBase.jsx",
- "line": 11,
- "column": 4,
- "index": 340
+ "filePath": "src/components/ProgramRecord/ProgramRecordHeader.jsx",
+ "line": 52,
+ "column": 12,
+ "index": 1537
},
{
- "filePath": "src/library-authoring/author-library/ButtonTogglesBase.jsx",
- "line": 22,
- "column": 4,
- "index": 825
+ "filePath": "src/components/ProgramRecord/ProgramRecordHeader.jsx",
+ "line": 58,
+ "column": 16,
+ "index": 1729
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 232,
+ "filePath": "src/components/ProgramRecord/ProgramRecordHeader.jsx",
+ "line": 63,
"column": 12,
- "index": 8064
+ "index": 1897
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 361,
- "column": 20,
- "index": 14102
+ "filePath": "src/components/ProgramRecord/ProgramRecordTable.jsx",
+ "line": 26,
+ "column": 10,
+ "index": 937
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 364,
- "column": 20,
- "index": 14309
+ "filePath": "src/components/ProgramRecord/ProgramRecordTable.jsx",
+ "line": 31,
+ "column": 10,
+ "index": 1075
+ }
+ ],
+ "DataTable": [
+ {
+ "filePath": "src/components/ProgramRecord/ProgramRecordTable.jsx",
+ "line": 38,
+ "column": 4,
+ "index": 1222
+ }
+ ],
+ "DataTable.Table": [
+ {
+ "filePath": "src/components/ProgramRecord/ProgramRecordTable.jsx",
+ "line": 76,
+ "column": 6,
+ "index": 2036
+ }
+ ],
+ "DataTable.EmptyTable": [
+ {
+ "filePath": "src/components/ProgramRecord/ProgramRecordTable.jsx",
+ "line": 77,
+ "column": 6,
+ "index": 2062
+ }
+ ],
+ "Alert.Heading": [
+ {
+ "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
+ "line": 54,
+ "column": 12,
+ "index": 1832
},
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 42,
+ "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
+ "line": 88,
+ "column": 12,
+ "index": 3151
+ }
+ ],
+ "CheckCircle": [
+ {
+ "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
+ "line": 84,
+ "column": 18,
+ "index": 3036
+ }
+ ],
+ "ModalDialog": [
+ {
+ "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
+ "line": 71,
+ "column": 4,
+ "index": 2031
+ }
+ ],
+ "ModalDialog.Header": [
+ {
+ "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
+ "line": 80,
+ "column": 6,
+ "index": 2234
+ }
+ ],
+ "ModalDialog.Title": [
+ {
+ "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
+ "line": 81,
"column": 8,
- "index": 927
- },
+ "index": 2263
+ }
+ ],
+ "ModalDialog.Body": [
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 45,
+ "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
+ "line": 92,
+ "column": 6,
+ "index": 2639
+ }
+ ],
+ "Form": [
+ {
+ "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
+ "line": 104,
"column": 8,
- "index": 1131
- },
+ "index": 3154
+ }
+ ],
+ "SelectableBox.Set": [
+ {
+ "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
+ "line": 112,
+ "column": 10,
+ "index": 3468
+ }
+ ],
+ "SelectableBox": [
{
- "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
- "line": 302,
- "column": 24,
- "index": 10086
- },
+ "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
+ "line": 121,
+ "column": 14,
+ "index": 3776
+ }
+ ],
+ "ModalDialog.Footer": [
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 53,
+ "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
+ "line": 134,
+ "column": 6,
+ "index": 4140
+ }
+ ],
+ "ModalDialog.CloseButton": [
+ {
+ "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
+ "line": 136,
"column": 10,
- "index": 1668
- },
+ "index": 4191
+ }
+ ]
+ }
+ },
+ {
+ "version": "22.10.0",
+ "name": "@edx/frontend-app-learning",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/openedx/frontend-app-learning.git"
+ },
+ "folderName": "frontend-app-learning",
+ "usages": {
+ "Hyperlink": [
{
- "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 335,
- "column": 22,
- "index": 11490
+ "filePath": "src/alerts/access-expiration-alert/AccessExpirationAlert.jsx",
+ "line": 65,
+ "column": 8,
+ "index": 1855
},
{
- "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 369,
- "column": 14,
- "index": 13012
+ "filePath": "src/alerts/active-enteprise-alert/ActiveEnterpriseAlert.jsx",
+ "line": 13,
+ "column": 4,
+ "index": 487
},
{
- "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 372,
- "column": 14,
- "index": 13195
+ "filePath": "src/alerts/logistration-alert/LogistrationAlert.jsx",
+ "line": 12,
+ "column": 4,
+ "index": 463
},
{
- "filePath": "src/library-authoring/edit-block/LibraryBlockAssets.jsx",
- "line": 30,
- "column": 15,
- "index": 1109
+ "filePath": "src/alerts/logistration-alert/LogistrationAlert.jsx",
+ "line": 23,
+ "column": 4,
+ "index": 890
},
{
- "filePath": "src/library-authoring/edit-block/LibraryBlockOlx.jsx",
- "line": 56,
+ "filePath": "src/course-home/goal-unsubscribe/ResultPage.jsx",
+ "line": 16,
"column": 10,
- "index": 1123
+ "index": 687
},
{
- "filePath": "src/library-authoring/edit-block/LibraryBlockOlx.jsx",
- "line": 57,
- "column": 10,
- "index": 1206
+ "filePath": "src/course-home/outline-tab/alerts/private-course-alert/PrivateCourseAlert.jsx",
+ "line": 49,
+ "column": 4,
+ "index": 1514
},
{
- "filePath": "src/library-authoring/edit-block/LibraryBlockOlx.jsx",
- "line": 64,
- "column": 8,
- "index": 1382
+ "filePath": "src/course-home/outline-tab/alerts/private-course-alert/PrivateCourseAlert.jsx",
+ "line": 58,
+ "column": 4,
+ "index": 1793
},
{
- "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
- "line": 345,
- "column": 22,
- "index": 12376
+ "filePath": "src/course-home/progress-tab/credit-information/CreditInformation.jsx",
+ "line": 29,
+ "column": 4,
+ "index": 883
},
{
- "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
- "line": 354,
- "column": 22,
- "index": 12825
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/DetailedGrades.jsx",
+ "line": 47,
+ "column": 4,
+ "index": 1554
},
{
- "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
- "line": 363,
- "column": 22,
- "index": 13252
+ "filePath": "src/course-home/progress-tab/related-links/RelatedLinks.jsx",
+ "line": 42,
+ "column": 10,
+ "index": 1318
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
- "line": 68,
+ "filePath": "src/course-home/progress-tab/related-links/RelatedLinks.jsx",
+ "line": 50,
"column": 10,
- "index": 2563
+ "index": 1622
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx",
- "line": 55,
- "column": 12,
- "index": 1913
+ "filePath": "src/courseware/course/course-exit/CatalogSuggestion.jsx",
+ "line": 25,
+ "column": 4,
+ "index": 882
},
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 51,
- "column": 8,
- "index": 1902
+ "filePath": "src/courseware/course/course-exit/CourseCelebration.jsx",
+ "line": 209,
+ "column": 14,
+ "index": 8617
},
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 56,
- "column": 8,
- "index": 2159
+ "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx",
+ "line": 101,
+ "column": 6,
+ "index": 3457
},
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 62,
- "column": 10,
- "index": 2428
+ "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx",
+ "line": 196,
+ "column": 6,
+ "index": 6797
},
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 65,
- "column": 10,
- "index": 2623
+ "filePath": "src/courseware/course/course-exit/DashboardFootnote.jsx",
+ "line": 25,
+ "column": 4,
+ "index": 851
},
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 102,
- "column": 16,
- "index": 4075
+ "filePath": "src/courseware/course/course-exit/ProgramCompletion.jsx",
+ "line": 34,
+ "column": 4,
+ "index": 1296
},
{
- "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
- "line": 122,
+ "filePath": "src/courseware/course/course-exit/ProgramCompletion.jsx",
+ "line": 59,
"column": 16,
- "index": 3693
+ "index": 2229
},
{
- "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
- "line": 160,
- "column": 20,
- "index": 5293
- }
- ],
- "Tag": [
- {
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 65,
- "column": 30,
- "index": 1941
- }
- ],
- "IconButtonWithTooltip": [
- {
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 75,
- "column": 10,
- "index": 2283
- }
- ],
- "EditOutline": [
- {
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 78,
- "column": 17,
- "index": 2459
+ "filePath": "src/courseware/course/course-exit/ProgramCompletion.jsx",
+ "line": 76,
+ "column": 14,
+ "index": 2959
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPageHeaderBase.jsx",
- "line": 50,
- "column": 22,
- "index": 1398
- }
- ],
- "Icon": [
- {
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 79,
- "column": 20,
- "index": 2492
+ "filePath": "src/courseware/course/course-exit/UpgradeFootnote.jsx",
+ "line": 23,
+ "column": 4,
+ "index": 816
},
{
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 95,
- "column": 24,
- "index": 3097
+ "filePath": "src/courseware/course/sequence/hidden-after-due/HiddenAfterDue.jsx",
+ "line": 16,
+ "column": 4,
+ "index": 583
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 287,
- "column": 24,
- "index": 10501
+ "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
+ "line": 91,
+ "column": 14,
+ "index": 3327
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 301,
- "column": 24,
- "index": 11192
+ "filePath": "src/generic/PageNotFound.jsx",
+ "line": 36,
+ "column": 16,
+ "index": 1135
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 316,
+ "filePath": "src/preferences-unsubscribe/index.jsx",
+ "line": 71,
"column": 24,
- "index": 11932
+ "index": 3072
},
{
- "filePath": "src/library-authoring/common/License.jsx",
- "line": 27,
- "column": 8,
- "index": 855
+ "filePath": "src/shared/links.jsx",
+ "line": 10,
+ "column": 2,
+ "index": 374
},
{
- "filePath": "src/library-authoring/common/License.jsx",
- "line": 36,
- "column": 10,
- "index": 1126
+ "filePath": "src/shared/links.jsx",
+ "line": 28,
+ "column": 4,
+ "index": 754
},
{
- "filePath": "src/library-authoring/common/License.jsx",
+ "filePath": "src/shared/links.jsx",
"line": 46,
- "column": 10,
- "index": 1429
- },
- {
- "filePath": "src/library-authoring/common/License.jsx",
- "line": 56,
- "column": 10,
- "index": 1724
- },
- {
- "filePath": "src/library-authoring/common/License.jsx",
- "line": 66,
- "column": 10,
- "index": 2013
- },
+ "column": 4,
+ "index": 1138
+ }
+ ],
+ "Alert": [
{
- "filePath": "src/library-authoring/common/License.jsx",
- "line": 93,
+ "filePath": "src/alerts/access-expiration-alert/AccessExpirationAlert.jsx",
+ "line": 78,
"column": 4,
- "index": 2645
+ "index": 2139
},
{
- "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
- "line": 319,
- "column": 37,
- "index": 11010
+ "filePath": "src/alerts/active-enteprise-alert/ActiveEnterpriseAlert.jsx",
+ "line": 26,
+ "column": 4,
+ "index": 862
},
{
- "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
- "line": 44,
- "column": 15,
- "index": 1415
+ "filePath": "src/alerts/course-start-alert/CourseStartAlert.jsx",
+ "line": 43,
+ "column": 6,
+ "index": 1120
},
{
- "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
- "line": 45,
- "column": 15,
- "index": 1450
+ "filePath": "src/alerts/course-start-alert/CourseStartAlert.jsx",
+ "line": 68,
+ "column": 4,
+ "index": 1833
},
{
- "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
- "line": 46,
- "column": 16,
- "index": 1518
+ "filePath": "src/alerts/enrollment-alert/EnrollmentAlert.jsx",
+ "line": 50,
+ "column": 4,
+ "index": 1406
},
{
- "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
- "line": 47,
- "column": 13,
- "index": 1553
+ "filePath": "src/alerts/logistration-alert/LogistrationAlert.jsx",
+ "line": 32,
+ "column": 4,
+ "index": 1161
},
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 226,
- "column": 82,
- "index": 7628
+ "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx",
+ "line": 119,
+ "column": 12,
+ "index": 3749
},
{
- "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 349,
- "column": 35,
- "index": 12176
+ "filePath": "src/course-home/outline-tab/alerts/certificate-status-alert/CertificateStatusAlert.jsx",
+ "line": 166,
+ "column": 8,
+ "index": 5845
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
- "line": 82,
- "column": 23,
- "index": 3261
+ "filePath": "src/course-home/outline-tab/alerts/course-end-alert/CourseEndAlert.jsx",
+ "line": 86,
+ "column": 4,
+ "index": 2156
},
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 74,
- "column": 20,
- "index": 2991
- }
- ],
- "Dropdown": [
- {
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 90,
- "column": 12,
- "index": 2873
- }
- ],
- "Dropdown.Toggle": [
- {
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 91,
- "column": 14,
- "index": 2898
- }
- ],
- "IconButton": [
- {
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 93,
- "column": 20,
- "index": 3030
+ "filePath": "src/course-home/outline-tab/alerts/private-course-alert/PrivateCourseAlert.jsx",
+ "line": 67,
+ "column": 4,
+ "index": 2024
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPageHeaderBase.jsx",
- "line": 49,
- "column": 12,
- "index": 1364
+ "filePath": "src/course-home/outline-tab/alerts/scheduled-content-alert/ScheduledCotentAlert.jsx",
+ "line": 12,
+ "column": 4,
+ "index": 286
},
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 226,
- "column": 35,
- "index": 7581
+ "filePath": "src/course-home/outline-tab/widgets/WelcomeMessage.jsx",
+ "line": 45,
+ "column": 4,
+ "index": 1705
},
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 72,
- "column": 10,
- "index": 2927
- }
- ],
- "MoreVert": [
- {
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 94,
- "column": 21,
- "index": 3063
- }
- ],
- "Dropdown.Menu": [
- {
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 97,
- "column": 14,
- "index": 3134
- }
- ],
- "Dropdown.Item": [
- {
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 98,
- "column": 16,
- "index": 3180
+ "filePath": "src/course-home/suggested-schedule-messaging/ShiftDatesAlert.jsx",
+ "line": 39,
+ "column": 4,
+ "index": 806
},
{
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 104,
- "column": 16,
- "index": 3512
- }
- ],
- "ModalDialog": [
- {
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 116,
+ "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToCompleteAlert.jsx",
+ "line": 36,
"column": 4,
- "index": 3932
+ "index": 792
},
{
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 139,
+ "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToShiftDatesAlert.jsx",
+ "line": 38,
"column": 4,
- "index": 4692
+ "index": 847
},
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 80,
+ "filePath": "src/courseware/course/course-exit/CourseCelebration.jsx",
+ "line": 317,
"column": 10,
- "index": 3185
- }
- ],
- "ModalDialog.Header": [
- {
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 143,
- "column": 6,
- "index": 4796
+ "index": 12667
},
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 84,
- "column": 12,
- "index": 3313
- }
- ],
- "ModalDialog.Title": [
+ "filePath": "src/courseware/course/course-exit/CourseInProgress.jsx",
+ "line": 41,
+ "column": 8,
+ "index": 1527
+ },
{
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 144,
+ "filePath": "src/courseware/course/course-exit/CourseNonPassing.jsx",
+ "line": 41,
"column": 8,
- "index": 4825
+ "index": 1527
},
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 85,
- "column": 14,
- "index": 3348
- }
- ],
- "ModalDialog.Body": [
+ "filePath": "src/courseware/course/course-exit/ProgramCompletion.jsx",
+ "line": 44,
+ "column": 4,
+ "index": 1501
+ },
{
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 148,
- "column": 6,
- "index": 4992
+ "filePath": "src/courseware/course/sequence/hidden-after-due/HiddenAfterDue.jsx",
+ "line": 26,
+ "column": 4,
+ "index": 799
},
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 89,
- "column": 12,
- "index": 3533
- }
- ],
- "ModalDialog.Footer": [
- {
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 151,
- "column": 6,
- "index": 5124
+ "filePath": "src/courseware/course/sequence/honor-code/HonorCode.jsx",
+ "line": 39,
+ "column": 4,
+ "index": 1437
},
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 95,
- "column": 12,
- "index": 3773
- }
- ],
- "ModalDialog.CloseButton": [
+ "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
+ "line": 82,
+ "column": 4,
+ "index": 2826
+ },
{
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 153,
- "column": 10,
- "index": 5175
+ "filePath": "src/generic/user-messages/Alert.jsx",
+ "line": 35,
+ "column": 2,
+ "index": 779
},
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 97,
- "column": 16,
- "index": 3836
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 181,
+ "column": 10,
+ "index": 7153
}
],
- "Card.Body": [
+ "Info": [
{
- "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
- "line": 163,
- "column": 6,
- "index": 5669
- }
- ],
- "Add": [
+ "filePath": "src/alerts/access-expiration-alert/AccessExpirationAlert.jsx",
+ "line": 78,
+ "column": 32,
+ "index": 2167
+ },
{
- "filePath": "src/library-authoring/author-library/ButtonTogglesBase.jsx",
- "line": 30,
- "column": 18,
- "index": 1100
+ "filePath": "src/alerts/course-start-alert/CourseStartAlert.jsx",
+ "line": 43,
+ "column": 34,
+ "index": 1148
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 237,
- "column": 26,
- "index": 8253
+ "filePath": "src/alerts/course-start-alert/CourseStartAlert.jsx",
+ "line": 68,
+ "column": 32,
+ "index": 1861
},
{
- "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
- "line": 44,
- "column": 26,
- "index": 1426
+ "filePath": "src/alerts/enrollment-alert/EnrollmentAlert.jsx",
+ "line": 38,
+ "column": 4,
+ "index": 1039
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx",
- "line": 58,
- "column": 26,
- "index": 2026
+ "filePath": "src/course-home/outline-tab/alerts/course-end-alert/CourseEndAlert.jsx",
+ "line": 86,
+ "column": 32,
+ "index": 2184
},
{
- "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
- "line": 163,
- "column": 34,
- "index": 5442
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
+ "line": 89,
+ "column": 23,
+ "index": 3119
+ },
+ {
+ "filePath": "src/courseware/course/sequence/hidden-after-due/HiddenAfterDue.jsx",
+ "line": 26,
+ "column": 32,
+ "index": 827
}
],
- "Container": [
+ "PageBanner": [
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 134,
+ "filePath": "src/alerts/access-expiration-alert/AccessExpirationMasqueradeBanner.jsx",
+ "line": 15,
"column": 4,
- "index": 4004
+ "index": 407
},
{
- "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
- "line": 216,
- "column": 8,
- "index": 6274
+ "filePath": "src/alerts/course-start-alert/CourseStartMasqueradeBanner.jsx",
+ "line": 21,
+ "column": 4,
+ "index": 517
}
],
- "ActionRow.Spacer": [
- {
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 141,
- "column": 10,
- "index": 4288
- },
+ "WarningFilled": [
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 164,
- "column": 14,
- "index": 5203
+ "filePath": "src/alerts/active-enteprise-alert/ActiveEnterpriseAlert.jsx",
+ "line": 26,
+ "column": 35,
+ "index": 893
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 189,
- "column": 12,
- "index": 6192
+ "filePath": "src/alerts/logistration-alert/LogistrationAlert.jsx",
+ "line": 32,
+ "column": 35,
+ "index": 1192
},
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 52,
- "column": 10,
- "index": 1637
+ "filePath": "src/course-home/progress-tab/credit-information/CreditInformation.jsx",
+ "line": 80,
+ "column": 92,
+ "index": 3057
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx",
+ "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeFooter.jsx",
"line": 53,
- "column": 10,
- "index": 1856
- },
+ "column": 17,
+ "index": 1866
+ }
+ ],
+ "Button": [
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "filePath": "src/alerts/enrollment-alert/EnrollmentAlert.jsx",
"line": 44,
- "column": 6,
- "index": 1564
+ "column": 4,
+ "index": 1154
},
{
- "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
- "line": 121,
- "column": 16,
- "index": 3656
- }
- ],
- "Row": [
+ "filePath": "src/alerts/logistration-alert/AccountActivationAlert.jsx",
+ "line": 42,
+ "column": 4,
+ "index": 1460
+ },
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 151,
- "column": 6,
- "index": 4584
+ "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx",
+ "line": 95,
+ "column": 8,
+ "index": 2690
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 243,
- "column": 14,
- "index": 8463
+ "filePath": "src/course-home/courseware-search/CoursewareSearchToggle.jsx",
+ "line": 29,
+ "column": 6,
+ "index": 880
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 286,
- "column": 22,
- "index": 10413
+ "filePath": "src/course-home/goal-unsubscribe/ResultPage.jsx",
+ "line": 42,
+ "column": 6,
+ "index": 1478
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 300,
- "column": 22,
- "index": 11104
+ "filePath": "src/course-home/outline-tab/alerts/certificate-status-alert/CertificateStatusAlert.jsx",
+ "line": 175,
+ "column": 16,
+ "index": 6314
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 315,
- "column": 22,
- "index": 11844
+ "filePath": "src/course-home/outline-tab/alerts/private-course-alert/PrivateCourseAlert.jsx",
+ "line": 36,
+ "column": 4,
+ "index": 1203
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 346,
+ "filePath": "src/course-home/outline-tab/alerts/scheduled-content-alert/ScheduledCotentAlert.jsx",
+ "line": 28,
"column": 12,
- "index": 13129
+ "index": 1039
},
{
- "filePath": "src/library-authoring/common/License.jsx",
- "line": 22,
- "column": 4,
- "index": 668
+ "filePath": "src/course-home/outline-tab/OutlineTab.jsx",
+ "line": 167,
+ "column": 18,
+ "index": 5994
},
{
- "filePath": "src/library-authoring/common/License.jsx",
- "line": 92,
- "column": 2,
- "index": 2600
+ "filePath": "src/course-home/outline-tab/widgets/ProctoringInfoPanel.jsx",
+ "line": 138,
+ "column": 6,
+ "index": 4819
},
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 40,
- "column": 4,
- "index": 877
+ "filePath": "src/course-home/outline-tab/widgets/ProctoringInfoPanel.jsx",
+ "line": 153,
+ "column": 6,
+ "index": 5258
},
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 55,
+ "filePath": "src/course-home/outline-tab/widgets/ProctoringInfoPanel.jsx",
+ "line": 160,
"column": 8,
- "index": 1539
+ "index": 5572
},
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 74,
+ "filePath": "src/course-home/outline-tab/widgets/ProctoringInfoPanel.jsx",
+ "line": 166,
"column": 8,
- "index": 2274
+ "index": 5833
},
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 93,
- "column": 8,
- "index": 3064
+ "filePath": "src/course-home/outline-tab/widgets/ProctoringInfoPanel.jsx",
+ "line": 209,
+ "column": 12,
+ "index": 7625
},
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 112,
+ "filePath": "src/course-home/outline-tab/widgets/StartOrResumeCourseCard.jsx",
+ "line": 48,
+ "column": 10,
+ "index": 1276
+ },
+ {
+ "filePath": "src/course-home/outline-tab/widgets/WelcomeMessage.jsx",
+ "line": 57,
"column": 8,
- "index": 3856
+ "index": 2020
},
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 133,
- "column": 4,
- "index": 4643
+ "filePath": "src/course-home/progress-tab/certificate-status/CertificateStatus.jsx",
+ "line": 252,
+ "column": 12,
+ "index": 8853
},
{
- "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
- "line": 194,
+ "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeHeader.jsx",
+ "line": 77,
"column": 10,
- "index": 4777
+ "index": 2686
},
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 385,
- "column": 10,
- "index": 12812
+ "filePath": "src/course-home/progress-tab/ProgressHeader.jsx",
+ "line": 32,
+ "column": 6,
+ "index": 1021
},
{
- "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
- "line": 217,
+ "filePath": "src/course-home/suggested-schedule-messaging/ShiftDatesAlert.jsx",
+ "line": 46,
"column": 10,
- "index": 6332
+ "index": 1172
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
- "line": 26,
- "column": 2,
- "index": 840
+ "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToCompleteAlert.jsx",
+ "line": 43,
+ "column": 10,
+ "index": 1189
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx",
- "line": 68,
- "column": 6,
- "index": 2281
- }
- ],
- "SearchField": [
+ "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToShiftDatesAlert.jsx",
+ "line": 45,
+ "column": 10,
+ "index": 1224
+ },
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 158,
- "column": 14,
- "index": 4931
- }
- ],
- "Form.Control": [
+ "filePath": "src/courseware/course/celebration/CelebrationModal.jsx",
+ "line": 38,
+ "column": 10,
+ "index": 1177
+ },
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 165,
- "column": 14,
- "index": 5238
+ "filePath": "src/courseware/course/celebration/WeeklyGoalCelebrationModal.jsx",
+ "line": 30,
+ "column": 10,
+ "index": 923
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPageHeaderBase.jsx",
- "line": 33,
+ "filePath": "src/courseware/course/course-exit/CourseCelebration.jsx",
+ "line": 109,
"column": 10,
- "index": 926
+ "index": 3889
},
{
- "filePath": "src/library-authoring/common/FormGroup.jsx",
- "line": 19,
- "column": 6,
- "index": 499
+ "filePath": "src/courseware/course/course-exit/CourseCelebration.jsx",
+ "line": 153,
+ "column": 8,
+ "index": 5950
},
{
- "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
- "line": 220,
- "column": 28,
- "index": 5888
+ "filePath": "src/courseware/course/course-exit/CourseCelebration.jsx",
+ "line": 325,
+ "column": 20,
+ "index": 13041
},
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 222,
- "column": 16,
- "index": 7301
+ "filePath": "src/courseware/course/course-exit/CourseExit.jsx",
+ "line": 67,
+ "column": 8,
+ "index": 2051
},
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 236,
+ "filePath": "src/courseware/course/course-exit/CourseInProgress.jsx",
+ "line": 45,
"column": 14,
- "index": 8003
+ "index": 1782
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
+ "filePath": "src/courseware/course/course-exit/CourseNonPassing.jsx",
"line": 45,
- "column": 20,
- "index": 1617
- }
- ],
- "Pagination": [
- {
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 191,
"column": 14,
- "index": 6276
+ "index": 1803
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 332,
- "column": 16,
- "index": 12566
+ "filePath": "src/courseware/course/course-exit/ProgramCompletion.jsx",
+ "line": 67,
+ "column": 14,
+ "index": 2584
},
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 125,
- "column": 12,
- "index": 4206
+ "filePath": "src/courseware/course/sequence/content-lock/ContentLock.jsx",
+ "line": 33,
+ "column": 8,
+ "index": 1016
},
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 301,
- "column": 12,
- "index": 10112
+ "filePath": "src/courseware/course/sequence/honor-code/HonorCode.jsx",
+ "line": 59,
+ "column": 8,
+ "index": 2371
},
{
- "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
- "line": 172,
- "column": 18,
- "index": 5763
- }
- ],
- "SelectableBox.Set": [
+ "filePath": "src/courseware/course/sequence/honor-code/HonorCode.jsx",
+ "line": 62,
+ "column": 8,
+ "index": 2515
+ },
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 248,
- "column": 18,
- "index": 8781
- }
- ],
- "SelectableBox": [
+ "filePath": "src/courseware/course/sequence/sequence-navigation/generic/NextButton.jsx",
+ "line": 28,
+ "column": 4,
+ "index": 835
+ },
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 281,
- "column": 20,
- "index": 10232
+ "filePath": "src/courseware/course/sequence/sequence-navigation/generic/PreviousButton.jsx",
+ "line": 21,
+ "column": 4,
+ "index": 632
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 295,
- "column": 20,
- "index": 10917
+ "filePath": "src/courseware/course/sequence/sequence-navigation/UnitButton.jsx",
+ "line": 34,
+ "column": 4,
+ "index": 942
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 309,
- "column": 20,
- "index": 11615
- }
- ],
- "TextFields": [
+ "filePath": "src/courseware/course/sidebar/sidebars/course-outline/components/SidebarSection.jsx",
+ "line": 42,
+ "column": 6,
+ "index": 1318
+ },
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 288,
- "column": 31,
- "index": 10538
- }
- ],
- "HelpOutline": [
+ "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTray.jsx",
+ "line": 68,
+ "column": 8,
+ "index": 2450
+ },
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 302,
- "column": 31,
- "index": 11229
- }
- ],
- "VideoCamera": [
+ "filePath": "src/generic/upgrade-button/UpgradeButton.jsx",
+ "line": 22,
+ "column": 4,
+ "index": 560
+ },
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 317,
- "column": 31,
- "index": 11969
- }
- ],
- "Card.Footer": [
+ "filePath": "src/generic/upgrade-button/UpgradeNowButton.jsx",
+ "line": 22,
+ "column": 4,
+ "index": 567
+ },
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 360,
- "column": 18,
- "index": 14068
+ "filePath": "src/generic/upgrade-notification/UpgradeNotification.jsx",
+ "line": 453,
+ "column": 6,
+ "index": 14859
},
{
- "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 333,
- "column": 18,
- "index": 11397
+ "filePath": "src/product-tours/newUserCourseHomeTour/LaunchCourseHomeTourButton.jsx",
+ "line": 46,
+ "column": 8,
+ "index": 1290
},
{
- "filePath": "src/library-authoring/empty-page/EmptyPage.jsx",
- "line": 15,
- "column": 4,
- "index": 287
+ "filePath": "src/product-tours/newUserCourseHomeTour/NewUserCourseHomeTourModal.jsx",
+ "line": 45,
+ "column": 8,
+ "index": 1368
+ },
+ {
+ "filePath": "src/product-tours/newUserCourseHomeTour/NewUserCourseHomeTourModal.jsx",
+ "line": 51,
+ "column": 8,
+ "index": 1523
}
],
- "Alert": [
+ "Icon": [
{
- "filePath": "src/library-authoring/common/ErrorAlert.jsx",
- "line": 12,
+ "filePath": "src/alerts/logistration-alert/AccountActivationAlert.jsx",
+ "line": 55,
"column": 6,
- "index": 455
+ "index": 1826
},
{
- "filePath": "src/library-authoring/common/SuccessAlert.jsx",
- "line": 11,
- "column": 6,
- "index": 414
+ "filePath": "src/alerts/logistration-alert/AccountActivationAlert.jsx",
+ "line": 105,
+ "column": 10,
+ "index": 3351
},
{
- "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
- "line": 199,
- "column": 16,
- "index": 4974
+ "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx",
+ "line": 101,
+ "column": 9,
+ "index": 2930
},
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 389,
- "column": 18,
- "index": 13006
+ "filePath": "src/course-home/courseware-search/CoursewareSearchResults.jsx",
+ "line": 47,
+ "column": 61,
+ "index": 1303
},
{
- "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 256,
+ "filePath": "src/course-home/outline-tab/Section.jsx",
+ "line": 77,
"column": 12,
- "index": 7296
+ "index": 2312
},
{
- "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
- "line": 222,
- "column": 16,
- "index": 6529
+ "filePath": "src/course-home/outline-tab/SequenceLink.jsx",
+ "line": 122,
+ "column": 14,
+ "index": 3645
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx",
- "line": 73,
- "column": 16,
- "index": 2464
- }
- ],
- "Form.Group": [
- {
- "filePath": "src/library-authoring/common/FormGroup.jsx",
- "line": 18,
- "column": 4,
- "index": 419
+ "filePath": "src/course-home/outline-tab/widgets/WeeklyLearningGoalCard.jsx",
+ "line": 137,
+ "column": 14,
+ "index": 4848
},
{
- "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
- "line": 212,
- "column": 26,
- "index": 5445
+ "filePath": "src/course-home/progress-tab/credit-information/CreditInformation.jsx",
+ "line": 76,
+ "column": 84,
+ "index": 2818
},
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 217,
- "column": 12,
- "index": 7033
+ "filePath": "src/course-home/progress-tab/credit-information/CreditInformation.jsx",
+ "line": 80,
+ "column": 81,
+ "index": 3046
},
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 232,
- "column": 12,
- "index": 7773
+ "filePath": "src/course-home/progress-tab/credit-information/CreditInformation.jsx",
+ "line": 83,
+ "column": 72,
+ "index": 3230
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
- "line": 37,
- "column": 18,
- "index": 1233
- }
- ],
- "Cc": [
- {
- "filePath": "src/library-authoring/common/License.jsx",
- "line": 28,
- "column": 15,
- "index": 876
- }
- ],
- "Attribution": [
+ "filePath": "src/course-home/progress-tab/credit-information/CreditInformation.jsx",
+ "line": 86,
+ "column": 71,
+ "index": 3419
+ },
{
- "filePath": "src/library-authoring/common/License.jsx",
- "line": 37,
- "column": 17,
- "index": 1149
- }
- ],
- "Nc": [
+ "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeFooter.jsx",
+ "line": 52,
+ "column": 27,
+ "index": 1766
+ },
{
- "filePath": "src/library-authoring/common/License.jsx",
- "line": 47,
- "column": 17,
- "index": 1452
- }
- ],
- "Nd": [
+ "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeFooter.jsx",
+ "line": 53,
+ "column": 6,
+ "index": 1855
+ },
{
- "filePath": "src/library-authoring/common/License.jsx",
- "line": 57,
- "column": 17,
- "index": 1747
- }
- ],
- "Sa": [
+ "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeHeader.jsx",
+ "line": 58,
+ "column": 12,
+ "index": 1911
+ },
{
- "filePath": "src/library-authoring/common/License.jsx",
- "line": 67,
- "column": 17,
- "index": 2036
- }
- ],
- "Copyright": [
+ "filePath": "src/course-home/progress-tab/grades/course-grade/GradeRangeTooltip.jsx",
+ "line": 69,
+ "column": 16,
+ "index": 2163
+ },
{
- "filePath": "src/library-authoring/common/License.jsx",
- "line": 93,
- "column": 15,
- "index": 2656
- }
- ],
- "ButtonGroup": [
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/DetailedGrades.jsx",
+ "line": 81,
+ "column": 10,
+ "index": 2856
+ },
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 41,
- "column": 6,
- "index": 905
- }
- ],
- "Form.Checkbox": [
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
+ "line": 53,
+ "column": 42,
+ "index": 1650
+ },
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 57,
- "column": 12,
- "index": 1653
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
+ "line": 54,
+ "column": 40,
+ "index": 1741
},
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 76,
- "column": 12,
- "index": 2388
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
+ "line": 59,
+ "column": 14,
+ "index": 1977
},
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 95,
- "column": 12,
- "index": 3178
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
+ "line": 88,
+ "column": 16,
+ "index": 3090
},
{
- "filePath": "src/library-authoring/common/LicenseField.jsx",
- "line": 114,
- "column": 12,
- "index": 3970
- }
- ],
- "Form": [
+ "filePath": "src/course-home/progress-tab/grades/grade-summary/AssignmentTypeCell.jsx",
+ "line": 21,
+ "column": 30,
+ "index": 643
+ },
{
- "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
- "line": 208,
+ "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryHeader.jsx",
+ "line": 43,
"column": 18,
- "index": 5251
+ "index": 1450
},
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 215,
- "column": 8,
- "index": 6939
- }
- ],
- "Card.Section": [
- {
- "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
- "line": 211,
- "column": 24,
- "index": 5404
+ "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryHeader.jsx",
+ "line": 51,
+ "column": 10,
+ "index": 1722
},
{
- "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
- "line": 292,
- "column": 24,
- "index": 9655
+ "filePath": "src/courseware/course/celebration/WeeklyGoalCelebrationModal.jsx",
+ "line": 56,
+ "column": 10,
+ "index": 1954
},
{
- "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
- "line": 301,
- "column": 22,
- "index": 10047
+ "filePath": "src/courseware/course/share/ShareButton.jsx",
+ "line": 39,
+ "column": 6,
+ "index": 905
},
{
- "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 282,
- "column": 18,
- "index": 8517
+ "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx",
+ "line": 57,
+ "column": 10,
+ "index": 1800
},
{
- "filePath": "src/library-authoring/empty-page/EmptyPage.jsx",
- "line": 11,
- "column": 4,
- "index": 203
+ "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx",
+ "line": 74,
+ "column": 28,
+ "index": 2460
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
- "line": 32,
+ "filePath": "src/courseware/course/sidebar/sidebars/course-outline/components/SidebarSection.jsx",
+ "line": 51,
"column": 8,
- "index": 1042
+ "index": 1617
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
- "line": 67,
- "column": 8,
- "index": 2521
+ "filePath": "src/courseware/course/sidebar/sidebars/discussions/DiscussionsTrigger.jsx",
+ "line": 48,
+ "column": 6,
+ "index": 1590
},
{
- "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
- "line": 147,
+ "filePath": "src/courseware/course/sidebar/sidebars/notifications/NotificationIcon.jsx",
+ "line": 16,
+ "column": 4,
+ "index": 393
+ },
+ {
+ "filePath": "src/generic/upgrade-notification/UpgradeNotification.jsx",
+ "line": 502,
"column": 24,
- "index": 4613
- }
- ],
- "Form.Label": [
+ "index": 16284
+ },
{
- "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
- "line": 217,
- "column": 28,
- "index": 5673
+ "filePath": "src/preferences-unsubscribe/index.jsx",
+ "line": 57,
+ "column": 16,
+ "index": 2084
},
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 218,
- "column": 14,
- "index": 7078
+ "filePath": "src/product-tours/newUserCourseHomeTour/LaunchCourseHomeTourButton.jsx",
+ "line": 48,
+ "column": 12,
+ "index": 1445
},
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 233,
- "column": 14,
- "index": 7818
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 174,
+ "column": 12,
+ "index": 6915
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
- "line": 42,
- "column": 20,
- "index": 1420
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 183,
+ "column": 14,
+ "index": 7247
}
],
- "Form.Text": [
- {
- "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
- "line": 228,
- "column": 28,
- "index": 6314
- },
+ "ArrowForward": [
{
- "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
- "line": 53,
- "column": 20,
- "index": 1970
+ "filePath": "src/alerts/logistration-alert/AccountActivationAlert.jsx",
+ "line": 55,
+ "column": 17,
+ "index": 1837
}
],
- "StatefulButton": [
- {
- "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
- "line": 309,
- "column": 24,
- "index": 10415
- },
+ "Spinner": [
{
- "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
- "line": 61,
- "column": 12,
- "index": 1924
+ "filePath": "src/alerts/logistration-alert/AccountActivationAlert.jsx",
+ "line": 92,
+ "column": 10,
+ "index": 3074
},
{
- "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 342,
- "column": 22,
- "index": 11832
+ "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx",
+ "line": 115,
+ "column": 14,
+ "index": 3560
},
{
- "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
- "line": 71,
+ "filePath": "src/generic/PageLoading.jsx",
+ "line": 28,
"column": 10,
- "index": 2752
- }
- ],
- "SpinnerSimple": [
- {
- "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
- "line": 319,
- "column": 48,
- "index": 11021
+ "index": 575
},
{
- "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
- "line": 45,
- "column": 26,
- "index": 1461
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 170,
+ "column": 10,
+ "index": 6743
}
],
"Check": [
{
- "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
- "line": 46,
- "column": 27,
- "index": 1529
+ "filePath": "src/alerts/logistration-alert/AccountActivationAlert.jsx",
+ "line": 106,
+ "column": 17,
+ "index": 3374
}
],
- "Sync": [
- {
- "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
- "line": 47,
- "column": 24,
- "index": 1564
- },
+ "AlertModal": [
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 57,
- "column": 24,
- "index": 1821
+ "filePath": "src/alerts/logistration-alert/AccountActivationAlert.jsx",
+ "line": 117,
+ "column": 4,
+ "index": 3599
}
],
- "Form.Row": [
- {
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 216,
- "column": 10,
- "index": 7010
- },
+ "Tabs": [
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 231,
- "column": 10,
- "index": 7750
+ "filePath": "src/course-home/courseware-search/CoursewareResultsFilter.jsx",
+ "line": 59,
+ "column": 4,
+ "index": 2306
}
],
- "Search": [
+ "Tab": [
{
- "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
- "line": 226,
- "column": 66,
- "index": 7612
+ "filePath": "src/course-home/courseware-search/CoursewareResultsFilter.jsx",
+ "line": 68,
+ "column": 8,
+ "index": 2620
}
],
- "Badge": [
+ "Close": [
{
- "filePath": "src/library-authoring/course-import/CourseImportTaskListItem.jsx",
- "line": 37,
- "column": 12,
- "index": 906
+ "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx",
+ "line": 101,
+ "column": 20,
+ "index": 2941
},
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 31,
- "column": 4,
- "index": 929
+ "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx",
+ "line": 72,
+ "column": 25,
+ "index": 2395
+ },
+ {
+ "filePath": "src/generic/upgrade-notification/UpgradeNotification.jsx",
+ "line": 500,
+ "column": 21,
+ "index": 16227
}
],
- "Info": [
+ "SearchField.Advanced": [
{
- "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 257,
- "column": 20,
- "index": 7323
+ "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx",
+ "line": 14,
+ "column": 2,
+ "index": 319
}
],
- "Alert.Heading": [
+ "SearchField.Label": [
{
- "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 261,
- "column": 29,
- "index": 7459
+ "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx",
+ "line": 27,
+ "column": 6,
+ "index": 809
}
],
- "Breadcrumb": [
+ "SearchField.Input": [
{
- "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 265,
- "column": 10,
- "index": 7605
- },
+ "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx",
+ "line": 28,
+ "column": 6,
+ "index": 837
+ }
+ ],
+ "SearchField.ClearButton": [
{
- "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
- "line": 112,
- "column": 12,
- "index": 3145
+ "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx",
+ "line": 29,
+ "column": 6,
+ "index": 901
}
],
- "AlertModal": [
+ "SearchField.SubmitButton": [
{
- "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 364,
- "column": 8,
- "index": 12832
+ "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx",
+ "line": 31,
+ "column": 4,
+ "index": 944
}
],
- "Spinner": [
+ "ManageSearch": [
{
- "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
- "line": 259,
- "column": 24,
- "index": 8507
+ "filePath": "src/course-home/courseware-search/CoursewareSearchToggle.jsx",
+ "line": 36,
+ "column": 19,
+ "index": 1152
}
],
- "DeleteOutline": [
+ "Badge": [
{
- "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 73,
- "column": 17,
- "index": 2956
+ "filePath": "src/course-home/dates-tab/timeline/badgelist.jsx",
+ "line": 99,
+ "column": 10,
+ "index": 3026
}
- ]
- }
- },
- {
- "version": "21.11.3",
- "name": "@edx/frontend-app-ora-grading",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/edx/frontend-app-ora-grading.git"
- },
- "folderName": "frontend-app-ora-grading",
- "usages": {
- "AlertModal": [
+ ],
+ "OverlayTrigger": [
{
- "filePath": "src/components/ConfirmModal.jsx",
- "line": 16,
- "column": 2,
- "index": 292
+ "filePath": "src/course-home/dates-tab/timeline/Day.jsx",
+ "line": 89,
+ "column": 18,
+ "index": 3157
},
{
- "filePath": "src/components/DemoAlert/index.jsx",
- "line": 18,
- "column": 2,
- "index": 329
- }
- ],
- "ActionRow": [
+ "filePath": "src/course-home/progress-tab/course-completion/CompleteDonutSegment.jsx",
+ "line": 32,
+ "column": 6,
+ "index": 1010
+ },
{
- "filePath": "src/components/ConfirmModal.jsx",
- "line": 22,
+ "filePath": "src/course-home/progress-tab/course-completion/IncompleteDonutSegment.jsx",
+ "line": 36,
"column": 6,
- "index": 421
+ "index": 1069
},
{
- "filePath": "src/components/DemoAlert/index.jsx",
- "line": 23,
+ "filePath": "src/course-home/progress-tab/course-completion/LockedDonutSegment.jsx",
+ "line": 35,
"column": 6,
- "index": 449
+ "index": 1001
},
{
- "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
- "line": 51,
+ "filePath": "src/course-home/progress-tab/grades/course-grade/CurrentGradeTooltip.jsx",
+ "line": 38,
"column": 6,
- "index": 1279
+ "index": 868
},
{
- "filePath": "src/containers/ReviewActions/index.jsx",
- "line": 27,
+ "filePath": "src/course-home/progress-tab/grades/course-grade/GradeRangeTooltip.jsx",
+ "line": 33,
"column": 4,
- "index": 754
- }
- ],
- "Button": [
- {
- "filePath": "src/components/ConfirmModal.jsx",
- "line": 23,
- "column": 8,
- "index": 441
+ "index": 890
},
{
- "filePath": "src/components/ConfirmModal.jsx",
- "line": 29,
- "column": 8,
- "index": 566
+ "filePath": "src/course-home/progress-tab/grades/course-grade/PassingGradeTooltip.jsx",
+ "line": 22,
+ "column": 6,
+ "index": 540
},
{
- "filePath": "src/components/DemoAlert/index.jsx",
- "line": 24,
- "column": 8,
- "index": 469
+ "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryHeader.jsx",
+ "line": 26,
+ "column": 6,
+ "index": 872
+ }
+ ],
+ "Tooltip": [
+ {
+ "filePath": "src/course-home/dates-tab/timeline/Day.jsx",
+ "line": 92,
+ "column": 22,
+ "index": 3264
+ }
+ ],
+ "Alert.Heading": [
+ {
+ "filePath": "src/course-home/outline-tab/alerts/certificate-status-alert/CertificateStatusAlert.jsx",
+ "line": 170,
+ "column": 14,
+ "index": 6129
},
{
- "filePath": "src/components/FilePreview/Banners/ErrorBanner.jsx",
+ "filePath": "src/course-home/outline-tab/alerts/scheduled-content-alert/ScheduledCotentAlert.jsx",
"line": 15,
- "column": 4,
- "index": 454
+ "column": 10,
+ "index": 452
},
{
- "filePath": "src/components/FilePreview/FileInfo.jsx",
- "line": 28,
- "column": 4,
- "index": 647
- },
+ "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToCompleteAlert.jsx",
+ "line": 39,
+ "column": 10,
+ "index": 928
+ }
+ ],
+ "DisabledVisible": [
{
- "filePath": "src/containers/ListView/EmptySubmission.jsx",
- "line": 21,
- "column": 6,
- "index": 685
- },
+ "filePath": "src/course-home/outline-tab/Section.jsx",
+ "line": 77,
+ "column": 40,
+ "index": 2340
+ }
+ ],
+ "Collapsible": [
{
- "filePath": "src/containers/ListView/FilterStatusComponent.jsx",
- "line": 37,
+ "filePath": "src/course-home/outline-tab/Section.jsx",
+ "line": 90,
"column": 6,
- "index": 1076
+ "index": 2634
},
{
- "filePath": "src/containers/ListView/ListError.jsx",
- "line": 27,
+ "filePath": "src/courseware/course/sidebar/sidebars/course-outline/components/SidebarSequence.jsx",
+ "line": 55,
"column": 6,
- "index": 570
- },
+ "index": 1681
+ }
+ ],
+ "IconButton": [
{
- "filePath": "src/containers/ListView/SelectedBulkAction.jsx",
- "line": 10,
- "column": 2,
- "index": 285
+ "filePath": "src/course-home/outline-tab/Section.jsx",
+ "line": 97,
+ "column": 10,
+ "index": 2828
},
{
- "filePath": "src/containers/ListView/TableAction.jsx",
- "line": 10,
- "column": 2,
- "index": 275
+ "filePath": "src/course-home/outline-tab/Section.jsx",
+ "line": 105,
+ "column": 10,
+ "index": 3052
},
{
- "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
- "line": 90,
- "column": 20,
- "index": 3414
+ "filePath": "src/course-home/progress-tab/grades/course-grade/GradeRangeTooltip.jsx",
+ "line": 63,
+ "column": 6,
+ "index": 1891
},
{
- "filePath": "src/containers/ReviewActions/components/StartGradingButton/index.jsx",
- "line": 27,
- "column": 6,
- "index": 626
+ "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryHeader.jsx",
+ "line": 38,
+ "column": 8,
+ "index": 1212
},
{
- "filePath": "src/containers/ReviewActions/index.jsx",
- "line": 45,
- "column": 12,
- "index": 1365
+ "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx",
+ "line": 71,
+ "column": 18,
+ "index": 2358
},
{
- "filePath": "src/containers/ReviewModal/ReviewErrors/ReviewError.jsx",
- "line": 26,
+ "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTray.jsx",
+ "line": 81,
"column": 6,
- "index": 521
+ "index": 2878
},
{
- "filePath": "src/containers/ReviewModal/ReviewErrors/ReviewError.jsx",
+ "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTrigger.jsx",
"line": 33,
"column": 6,
- "index": 713
- },
- {
- "filePath": "src/containers/ReviewModal/ReviewErrors/ReviewError.test.jsx",
- "line": 34,
- "column": 2,
- "index": 782
+ "index": 1146
},
{
- "filePath": "src/containers/ReviewModal/ReviewErrors/ReviewError.test.jsx",
- "line": 40,
- "column": 2,
- "index": 915
+ "filePath": "src/generic/upgrade-notification/UpgradeNotification.jsx",
+ "line": 499,
+ "column": 14,
+ "index": 16194
}
],
- "Alert": [
- {
- "filePath": "src/components/FilePreview/Banners/ErrorBanner.jsx",
- "line": 20,
- "column": 4,
- "index": 612
- },
- {
- "filePath": "src/components/FilePreview/Banners/LoadingBanner.jsx",
- "line": 6,
- "column": 2,
- "index": 119
- },
- {
- "filePath": "src/containers/DemoWarning/index.jsx",
- "line": 18,
- "column": 4,
- "index": 447
- },
- {
- "filePath": "src/containers/ListView/ListError.jsx",
- "line": 23,
- "column": 2,
- "index": 505
- },
+ "Block": [
{
- "filePath": "src/containers/ReviewModal/ReviewErrors/ReviewError.jsx",
- "line": 39,
- "column": 4,
- "index": 855
+ "filePath": "src/course-home/outline-tab/SequenceLink.jsx",
+ "line": 122,
+ "column": 42,
+ "index": 3673
}
],
- "Info": [
+ "Card": [
{
- "filePath": "src/components/FilePreview/Banners/ErrorBanner.jsx",
- "line": 20,
- "column": 34,
- "index": 642
+ "filePath": "src/course-home/outline-tab/widgets/StartOrResumeCourseCard.jsx",
+ "line": 44,
+ "column": 4,
+ "index": 1042
},
{
- "filePath": "src/containers/DemoWarning/index.jsx",
- "line": 21,
- "column": 12,
- "index": 523
+ "filePath": "src/course-home/outline-tab/widgets/WeeklyLearningGoalCard.jsx",
+ "line": 91,
+ "column": 4,
+ "index": 3229
},
{
- "filePath": "src/containers/ListView/ListError.jsx",
- "line": 25,
- "column": 10,
- "index": 543
+ "filePath": "src/course-home/progress-tab/certificate-status/CertificateStatus.jsx",
+ "line": 245,
+ "column": 6,
+ "index": 8577
},
{
- "filePath": "src/containers/ReviewModal/ReviewErrors/ReviewError.jsx",
- "line": 41,
- "column": 12,
- "index": 898
+ "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx",
+ "line": 106,
+ "column": 8,
+ "index": 3586
}
],
- "Alert.Heading": [
+ "Card.Header": [
{
- "filePath": "src/components/FilePreview/Banners/ErrorBanner.jsx",
- "line": 21,
+ "filePath": "src/course-home/outline-tab/widgets/StartOrResumeCourseCard.jsx",
+ "line": 45,
"column": 6,
- "index": 679
+ "index": 1116
},
{
- "filePath": "src/containers/DemoWarning/index.jsx",
- "line": 23,
+ "filePath": "src/course-home/outline-tab/widgets/WeeklyLearningGoalCard.jsx",
+ "line": 96,
"column": 6,
- "index": 541
+ "index": 3383
},
{
- "filePath": "src/containers/ListView/ListError.jsx",
- "line": 32,
- "column": 4,
- "index": 696
+ "filePath": "src/course-home/progress-tab/certificate-status/CertificateStatus.jsx",
+ "line": 246,
+ "column": 8,
+ "index": 8629
},
{
- "filePath": "src/containers/ReviewModal/ReviewErrors/ReviewError.jsx",
- "line": 45,
- "column": 6,
- "index": 968
+ "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx",
+ "line": 108,
+ "column": 10,
+ "index": 3702
}
],
- "Spinner": [
+ "Card.Footer": [
{
- "filePath": "src/components/FilePreview/Banners/LoadingBanner.jsx",
- "line": 7,
- "column": 4,
- "index": 146
+ "filePath": "src/course-home/outline-tab/widgets/StartOrResumeCourseCard.jsx",
+ "line": 60,
+ "column": 6,
+ "index": 1754
},
{
- "filePath": "src/components/LoadingMessage.jsx",
- "line": 12,
- "column": 4,
- "index": 300
+ "filePath": "src/course-home/progress-tab/certificate-status/CertificateStatus.jsx",
+ "line": 250,
+ "column": 8,
+ "index": 8764
},
{
- "filePath": "src/containers/ListView/index.jsx",
- "line": 47,
- "column": 12,
- "index": 1320
+ "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx",
+ "line": 111,
+ "column": 10,
+ "index": 3968
}
],
- "IconButton": [
+ "Card.Section": [
{
- "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
- "line": 52,
- "column": 8,
- "index": 1345
+ "filePath": "src/course-home/outline-tab/widgets/WeeklyLearningGoalCard.jsx",
+ "line": 101,
+ "column": 6,
+ "index": 3599
},
{
- "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
- "line": 71,
+ "filePath": "src/course-home/outline-tab/widgets/WeeklyLearningGoalCard.jsx",
+ "line": 134,
"column": 8,
- "index": 1934
- },
- {
- "filePath": "src/components/InfoPopover/index.jsx",
- "line": 31,
- "column": 4,
- "index": 678
+ "index": 4691
},
{
- "filePath": "src/containers/ReviewActions/components/SubmissionNavigation.jsx",
- "line": 26,
- "column": 4,
- "index": 659
+ "filePath": "src/course-home/progress-tab/certificate-status/CertificateStatus.jsx",
+ "line": 247,
+ "column": 8,
+ "index": 8668
},
{
- "filePath": "src/containers/ReviewActions/components/SubmissionNavigation.jsx",
- "line": 41,
- "column": 4,
- "index": 1085
+ "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx",
+ "line": 110,
+ "column": 10,
+ "index": 3921
}
],
- "Icon": [
- {
- "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
- "line": 55,
- "column": 18,
- "index": 1433
- },
+ "Form.Switch": [
{
- "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
- "line": 74,
- "column": 18,
- "index": 2018
- },
+ "filePath": "src/course-home/outline-tab/widgets/WeeklyLearningGoalCard.jsx",
+ "line": 124,
+ "column": 10,
+ "index": 4336
+ }
+ ],
+ "Email": [
{
- "filePath": "src/components/InfoPopover/index.jsx",
- "line": 36,
- "column": 14,
- "index": 843
- },
+ "filePath": "src/course-home/outline-tab/widgets/WeeklyLearningGoalCard.jsx",
+ "line": 139,
+ "column": 21,
+ "index": 4920
+ }
+ ],
+ "TransitionReplace": [
{
- "filePath": "src/containers/ListView/ListViewBreadcrumb.jsx",
- "line": 20,
+ "filePath": "src/course-home/outline-tab/widgets/WelcomeMessage.jsx",
+ "line": 66,
"column": 6,
- "index": 631
- },
- {
- "filePath": "src/containers/ListView/ListViewBreadcrumb.jsx",
- "line": 26,
- "column": 8,
- "index": 946
- },
- {
- "filePath": "src/containers/ResponseDisplay/FileDownload.jsx",
- "line": 29,
- "column": 15,
- "index": 797
- },
- {
- "filePath": "src/containers/ResponseDisplay/FileDownload.jsx",
- "line": 30,
- "column": 15,
- "index": 849
- },
- {
- "filePath": "src/containers/ResponseDisplay/FileDownload.jsx",
- "line": 31,
- "column": 16,
- "index": 909
- },
- {
- "filePath": "src/containers/ResponseDisplay/FileDownload.jsx",
- "line": 32,
- "column": 14,
- "index": 957
- },
+ "index": 2345
+ }
+ ],
+ "Popover": [
{
- "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
- "line": 47,
- "column": 18,
- "index": 1519
+ "filePath": "src/course-home/progress-tab/course-completion/CompleteDonutSegment.jsx",
+ "line": 36,
+ "column": 10,
+ "index": 1114
},
{
- "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
- "line": 50,
- "column": 18,
- "index": 1652
+ "filePath": "src/course-home/progress-tab/course-completion/IncompleteDonutSegment.jsx",
+ "line": 40,
+ "column": 10,
+ "index": 1175
},
{
- "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
- "line": 88,
- "column": 20,
- "index": 3176
+ "filePath": "src/course-home/progress-tab/course-completion/LockedDonutSegment.jsx",
+ "line": 39,
+ "column": 10,
+ "index": 1103
},
{
- "filePath": "src/containers/ReviewActions/components/SubmissionNavigation.jsx",
- "line": 32,
- "column": 14,
- "index": 862
+ "filePath": "src/course-home/progress-tab/grades/course-grade/CurrentGradeTooltip.jsx",
+ "line": 42,
+ "column": 10,
+ "index": 950
},
{
- "filePath": "src/containers/ReviewActions/components/SubmissionNavigation.jsx",
- "line": 47,
- "column": 14,
- "index": 1285
- }
- ],
- "ChevronLeft": [
+ "filePath": "src/course-home/progress-tab/grades/course-grade/GradeRangeTooltip.jsx",
+ "line": 38,
+ "column": 8,
+ "index": 1000
+ },
{
- "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
- "line": 56,
- "column": 15,
- "index": 1454
+ "filePath": "src/course-home/progress-tab/grades/course-grade/PassingGradeTooltip.jsx",
+ "line": 26,
+ "column": 10,
+ "index": 625
},
{
- "filePath": "src/containers/ReviewActions/components/SubmissionNavigation.jsx",
+ "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryHeader.jsx",
"line": 31,
- "column": 11,
- "index": 835
+ "column": 10,
+ "index": 992
}
],
- "Form.Group": [
+ "Popover.Content": [
{
- "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
- "line": 60,
- "column": 8,
- "index": 1558
+ "filePath": "src/course-home/progress-tab/course-completion/CompleteDonutSegment.jsx",
+ "line": 37,
+ "column": 12,
+ "index": 1193
},
{
- "filePath": "src/containers/CriterionContainer/CriterionFeedback.jsx",
- "line": 50,
- "column": 6,
- "index": 1258
+ "filePath": "src/course-home/progress-tab/course-completion/IncompleteDonutSegment.jsx",
+ "line": 41,
+ "column": 12,
+ "index": 1248
},
{
- "filePath": "src/containers/CriterionContainer/index.jsx",
- "line": 23,
- "column": 4,
- "index": 612
+ "filePath": "src/course-home/progress-tab/course-completion/LockedDonutSegment.jsx",
+ "line": 40,
+ "column": 12,
+ "index": 1172
},
{
- "filePath": "src/containers/Rubric/RubricFeedback.jsx",
- "line": 46,
- "column": 6,
- "index": 1034
- }
- ],
- "Form.Label": [
- {
- "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
- "line": 61,
- "column": 10,
- "index": 1623
+ "filePath": "src/course-home/progress-tab/grades/course-grade/CurrentGradeTooltip.jsx",
+ "line": 43,
+ "column": 12,
+ "index": 1082
},
{
- "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
- "line": 69,
+ "filePath": "src/course-home/progress-tab/grades/course-grade/GradeRangeTooltip.jsx",
+ "line": 39,
"column": 10,
- "index": 1855
- },
- {
- "filePath": "src/containers/CriterionContainer/index.jsx",
- "line": 24,
- "column": 6,
- "index": 631
+ "index": 1020
},
{
- "filePath": "src/containers/CriterionContainer/ReviewCriterion.jsx",
- "line": 19,
- "column": 10,
- "index": 573
+ "filePath": "src/course-home/progress-tab/grades/course-grade/PassingGradeTooltip.jsx",
+ "line": 27,
+ "column": 12,
+ "index": 742
},
{
- "filePath": "src/containers/Rubric/RubricFeedback.jsx",
- "line": 47,
- "column": 8,
- "index": 1055
+ "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryHeader.jsx",
+ "line": 32,
+ "column": 12,
+ "index": 1014
}
],
- "Form.Control": [
+ "CheckCircle": [
{
- "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
- "line": 62,
- "column": 10,
- "index": 1673
+ "filePath": "src/course-home/progress-tab/credit-information/CreditInformation.jsx",
+ "line": 76,
+ "column": 95,
+ "index": 2829
},
{
- "filePath": "src/containers/CriterionContainer/CriterionFeedback.jsx",
- "line": 51,
- "column": 8,
- "index": 1314
+ "filePath": "src/course-home/progress-tab/credit-information/CreditInformation.jsx",
+ "line": 83,
+ "column": 83,
+ "index": 3241
},
{
- "filePath": "src/containers/Rubric/RubricFeedback.jsx",
- "line": 55,
- "column": 8,
- "index": 1339
- }
- ],
- "ChevronRight": [
+ "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeFooter.jsx",
+ "line": 52,
+ "column": 38,
+ "index": 1777
+ },
{
- "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
- "line": 75,
- "column": 15,
- "index": 2039
+ "filePath": "src/courseware/course/course-exit/CourseCelebration.jsx",
+ "line": 317,
+ "column": 41,
+ "index": 12698
},
{
- "filePath": "src/containers/ReviewActions/components/SubmissionNavigation.jsx",
- "line": 46,
- "column": 11,
- "index": 1257
+ "filePath": "src/courseware/course/sidebar/sidebars/course-outline/components/CompletionIcon.jsx",
+ "line": 17,
+ "column": 13,
+ "index": 591
}
],
- "Card": [
+ "WatchFilled": [
{
- "filePath": "src/components/FilePreview/FileCard.jsx",
- "line": 14,
- "column": 2,
- "index": 321
+ "filePath": "src/course-home/progress-tab/credit-information/CreditInformation.jsx",
+ "line": 86,
+ "column": 82,
+ "index": 3430
+ }
+ ],
+ "useWindowSize": [
+ {
+ "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeFooter.jsx",
+ "line": 28,
+ "column": 21,
+ "index": 770
},
{
- "filePath": "src/containers/ResponseDisplay/index.jsx",
- "line": 50,
- "column": 12,
- "index": 1385
+ "filePath": "src/course-home/progress-tab/ProgressTab.jsx",
+ "line": 26,
+ "column": 22,
+ "index": 936
},
{
- "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
+ "filePath": "src/courseware/course/celebration/CelebrationModal.jsx",
+ "line": 25,
+ "column": 21,
+ "index": 819
+ },
+ {
+ "filePath": "src/courseware/course/course-exit/CourseCelebration.jsx",
"line": 40,
- "column": 6,
- "index": 1184
+ "column": 21,
+ "index": 1676
},
{
- "filePath": "src/containers/Rubric/index.jsx",
- "line": 31,
- "column": 6,
- "index": 720
- }
- ],
- "Collapsible": [
+ "filePath": "src/courseware/course/Course.jsx",
+ "line": 164,
+ "column": 22,
+ "index": 6128
+ },
{
- "filePath": "src/components/FilePreview/FileCard.jsx",
- "line": 15,
- "column": 4,
- "index": 370
- }
- ],
- "OverlayTrigger": [
+ "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
+ "line": 40,
+ "column": 52,
+ "index": 1399
+ },
{
- "filePath": "src/components/FilePreview/FileInfo.jsx",
- "line": 18,
- "column": 2,
- "index": 408
+ "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
+ "line": 41,
+ "column": 45,
+ "index": 1497
},
{
- "filePath": "src/components/InfoPopover/index.jsx",
- "line": 21,
- "column": 2,
- "index": 439
- }
- ],
- "Popover": [
+ "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
+ "line": 43,
+ "column": 46,
+ "index": 1632
+ },
{
- "filePath": "src/components/FilePreview/FileInfo.jsx",
- "line": 23,
- "column": 6,
- "index": 500
+ "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
+ "line": 45,
+ "column": 50,
+ "index": 1765
},
{
- "filePath": "src/components/InfoPopover/index.jsx",
- "line": 26,
- "column": 6,
- "index": 531
- }
- ],
- "Popover.Content": [
+ "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
+ "line": 47,
+ "column": 33,
+ "index": 1883
+ },
{
- "filePath": "src/components/FilePreview/FileInfo.jsx",
- "line": 24,
- "column": 8,
- "index": 569
+ "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js",
+ "line": 88,
+ "column": 21,
+ "index": 3478
},
{
- "filePath": "src/components/FilePreview/FileInfo.test.jsx",
- "line": 22,
- "column": 45,
- "index": 718
+ "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js",
+ "line": 93,
+ "column": 21,
+ "index": 3671
},
{
- "filePath": "src/components/InfoPopover/index.jsx",
- "line": 27,
- "column": 8,
- "index": 600
- }
- ],
- "InfoOutline": [
+ "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js",
+ "line": 98,
+ "column": 21,
+ "index": 3865
+ },
{
- "filePath": "src/components/FilePreview/FileInfo.jsx",
- "line": 32,
- "column": 17,
- "index": 737
+ "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx",
+ "line": 51,
+ "column": 53,
+ "index": 1543
},
{
- "filePath": "src/components/InfoPopover/index.jsx",
- "line": 34,
- "column": 11,
- "index": 767
- }
- ],
- "Badge": [
+ "filePath": "src/courseware/course/sidebar/SidebarContextProvider.jsx",
+ "line": 25,
+ "column": 34,
+ "index": 929
+ },
{
- "filePath": "src/components/StatusBadge.jsx",
- "line": 33,
- "column": 4,
- "index": 872
- }
- ],
- "Form.RadioSet": [
+ "filePath": "src/courseware/course/sidebar/SidebarContextProvider.jsx",
+ "line": 26,
+ "column": 35,
+ "index": 1021
+ },
{
- "filePath": "src/containers/CriterionContainer/RadioCriterion.jsx",
- "line": 36,
- "column": 6,
- "index": 750
- }
- ],
- "Form.Radio": [
+ "filePath": "src/courseware/course/sidebar/SidebarTriggers.jsx",
+ "line": 13,
+ "column": 23,
+ "index": 377
+ },
{
- "filePath": "src/containers/CriterionContainer/RadioCriterion.jsx",
+ "filePath": "src/generic/tabs/useIndexOfLastVisibleChild.js",
"line": 38,
- "column": 10,
- "index": 850
- }
- ],
- "FormControlFeedback": [
+ "column": 21,
+ "index": 1715
+ },
{
- "filePath": "src/containers/CriterionContainer/ReviewCriterion.jsx",
- "line": 20,
- "column": 10,
- "index": 675
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 76,
+ "column": 21,
+ "index": 3257
}
],
- "PageBanner": [
+ "breakpoints": [
{
- "filePath": "src/containers/CTA/index.jsx",
- "line": 12,
- "column": 2,
- "index": 235
+ "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeFooter.jsx",
+ "line": 28,
+ "column": 46,
+ "index": 795
},
{
- "filePath": "src/containers/NotificationsBanner/index.jsx",
- "line": 10,
- "column": 2,
- "index": 284
- }
- ],
- "Hyperlink": [
+ "filePath": "src/course-home/progress-tab/ProgressTab.jsx",
+ "line": 34,
+ "column": 36,
+ "index": 1340
+ },
{
- "filePath": "src/containers/CTA/index.jsx",
- "line": 15,
- "column": 6,
- "index": 325
+ "filePath": "src/course-home/progress-tab/ProgressTab.test.jsx",
+ "line": 941,
+ "column": 26,
+ "index": 34297
},
{
- "filePath": "src/containers/ListView/EmptySubmission.jsx",
- "line": 20,
- "column": 4,
- "index": 608
+ "filePath": "src/courseware/course/celebration/CelebrationModal.jsx",
+ "line": 25,
+ "column": 46,
+ "index": 844
},
{
- "filePath": "src/containers/ListView/ListError.jsx",
+ "filePath": "src/courseware/course/course-exit/CourseCelebration.jsx",
"line": 40,
- "column": 12,
- "index": 921
+ "column": 46,
+ "index": 1701
},
{
- "filePath": "src/containers/ListView/ListViewBreadcrumb.jsx",
- "line": 19,
- "column": 4,
- "index": 554
+ "filePath": "src/courseware/course/Course.jsx",
+ "line": 66,
+ "column": 43,
+ "index": 2780
},
{
- "filePath": "src/containers/ListView/ListViewBreadcrumb.jsx",
- "line": 25,
- "column": 6,
- "index": 854
+ "filePath": "src/courseware/course/Course.test.jsx",
+ "line": 50,
+ "column": 24,
+ "index": 1590
},
{
- "filePath": "src/containers/NotificationsBanner/index.jsx",
- "line": 13,
- "column": 6,
- "index": 385
- }
- ],
- "Container": [
+ "filePath": "src/courseware/course/Course.test.jsx",
+ "line": 382,
+ "column": 24,
+ "index": 15143
+ },
{
- "filePath": "src/containers/ListView/index.jsx",
- "line": 34,
- "column": 6,
- "index": 911
- }
- ],
- "ArrowBack": [
+ "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
+ "line": 40,
+ "column": 77,
+ "index": 1424
+ },
{
- "filePath": "src/containers/ListView/ListViewBreadcrumb.jsx",
- "line": 20,
- "column": 17,
- "index": 642
- }
- ],
- "Launch": [
+ "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
+ "line": 41,
+ "column": 70,
+ "index": 1522
+ },
{
- "filePath": "src/containers/ListView/ListViewBreadcrumb.jsx",
- "line": 26,
- "column": 19,
- "index": 957
- }
- ],
- "DataTable": [
+ "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
+ "line": 43,
+ "column": 70,
+ "index": 1656
+ },
{
- "filePath": "src/containers/ListView/SubmissionsTable.jsx",
- "line": 76,
- "column": 8,
- "index": 2142
+ "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
+ "line": 45,
+ "column": 75,
+ "index": 1790
},
{
- "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
- "line": 55,
- "column": 18,
- "index": 1897
- }
- ],
- "DataTable.TableControlBar": [
+ "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
+ "line": 47,
+ "column": 57,
+ "index": 1907
+ },
{
- "filePath": "src/containers/ListView/SubmissionsTable.jsx",
- "line": 121,
- "column": 10,
- "index": 3701
- }
- ],
- "DataTable.Table": [
+ "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js",
+ "line": 89,
+ "column": 29,
+ "index": 3524
+ },
{
- "filePath": "src/containers/ListView/SubmissionsTable.jsx",
- "line": 122,
- "column": 10,
- "index": 3741
+ "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js",
+ "line": 89,
+ "column": 79,
+ "index": 3574
},
{
- "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
- "line": 79,
- "column": 20,
- "index": 2825
- }
- ],
- "DataTable.TableFooter": [
+ "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js",
+ "line": 94,
+ "column": 29,
+ "index": 3717
+ },
{
- "filePath": "src/containers/ListView/SubmissionsTable.jsx",
- "line": 123,
- "column": 10,
+ "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js",
+ "line": 94,
+ "column": 83,
"index": 3771
- }
- ],
- "StatefulButton": [
- {
- "filePath": "src/containers/ResponseDisplay/FileDownload.jsx",
- "line": 25,
- "column": 2,
- "index": 677
},
{
- "filePath": "src/containers/Rubric/index.jsx",
- "line": 41,
- "column": 12,
- "index": 1132
- }
- ],
- "Card.Section": [
+ "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js",
+ "line": 99,
+ "column": 29,
+ "index": 3911
+ },
{
- "filePath": "src/containers/ResponseDisplay/index.jsx",
+ "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx",
"line": 51,
- "column": 14,
- "index": 1418
+ "column": 77,
+ "index": 1567
},
{
- "filePath": "src/containers/Rubric/index.jsx",
- "line": 32,
- "column": 8,
- "index": 767
- }
- ],
- "Collapsible.Advanced": [
+ "filePath": "src/courseware/course/sequence/Sequence.test.jsx",
+ "line": 46,
+ "column": 24,
+ "index": 1681
+ },
{
- "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
- "line": 43,
- "column": 12,
- "index": 1271
- }
- ],
- "Collapsible.Trigger": [
+ "filePath": "src/courseware/course/sequence/Sequence.test.jsx",
+ "line": 464,
+ "column": 26,
+ "index": 19514
+ },
{
- "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
- "line": 44,
- "column": 14,
- "index": 1320
- }
- ],
- "Collapsible.Visible": [
+ "filePath": "src/courseware/course/sidebar/SidebarContextProvider.jsx",
+ "line": 25,
+ "column": 58,
+ "index": 953
+ },
{
- "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
+ "filePath": "src/courseware/course/sidebar/SidebarContextProvider.jsx",
+ "line": 26,
+ "column": 59,
+ "index": 1045
+ },
+ {
+ "filePath": "src/courseware/course/sidebar/sidebars/notifications/NotificationTray.test.jsx",
"line": 46,
- "column": 16,
- "index": 1468
+ "column": 24,
+ "index": 1803
},
{
- "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
- "line": 49,
- "column": 16,
- "index": 1603
- }
- ],
- "ArrowDropDown": [
+ "filePath": "src/courseware/course/sidebar/sidebars/notifications/NotificationTray.test.jsx",
+ "line": 54,
+ "column": 24,
+ "index": 2169
+ },
{
- "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
- "line": 47,
- "column": 29,
- "index": 1530
- }
- ],
- "ArrowDropUp": [
+ "filePath": "src/courseware/course/sidebar/sidebars/notifications/NotificationTray.test.jsx",
+ "line": 133,
+ "column": 24,
+ "index": 4583
+ },
{
- "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
- "line": 50,
- "column": 29,
- "index": 1663
- }
- ],
- "Collapsible.Body": [
+ "filePath": "src/courseware/course/sidebar/SidebarTriggers.jsx",
+ "line": 13,
+ "column": 47,
+ "index": 401
+ },
{
- "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
- "line": 53,
- "column": 14,
- "index": 1769
- }
- ],
- "Card.Footer": [
+ "filePath": "src/courseware/course/test-utils.jsx",
+ "line": 30,
+ "column": 22,
+ "index": 1186
+ },
{
- "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
- "line": 84,
- "column": 12,
- "index": 2981
- }
- ],
- "WarningFilled": [
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 76,
+ "column": 46,
+ "index": 3282
+ },
{
- "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
- "line": 88,
- "column": 71,
- "index": 3227
- }
- ],
- "FullscreenModal": [
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.test.jsx",
+ "line": 61,
+ "column": 24,
+ "index": 2008
+ },
{
- "filePath": "src/containers/ReviewModal/index.jsx",
- "line": 31,
- "column": 4,
- "index": 830
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.test.jsx",
+ "line": 94,
+ "column": 24,
+ "index": 3151
}
],
- "Row": [
+ "Locked": [
{
- "filePath": "src/containers/ReviewModal/ReviewContent.jsx",
- "line": 22,
- "column": 4,
- "index": 625
+ "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeHeader.jsx",
+ "line": 58,
+ "column": 23,
+ "index": 1922
+ },
+ {
+ "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
+ "line": 82,
+ "column": 49,
+ "index": 2871
}
],
- "Col": [
+ "InfoOutline": [
{
- "filePath": "src/containers/ReviewModal/ReviewContent.jsx",
- "line": 23,
- "column": 6,
- "index": 665
- }
- ]
- }
- },
- {
- "version": "22.1.1",
- "name": "@edx/frontend-app-payment",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/openedx/frontend-app-payment.git"
- },
- "folderName": "frontend-app-payment",
- "usages": {
- "Alert": [
+ "filePath": "src/course-home/progress-tab/grades/course-grade/GradeRangeTooltip.jsx",
+ "line": 68,
+ "column": 13,
+ "index": 2134
+ },
{
- "filePath": "src/feedback/AlertMessage.jsx",
- "line": 46,
- "column": 4,
- "index": 1507
+ "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryHeader.jsx",
+ "line": 42,
+ "column": 15,
+ "index": 1419
}
],
- "Hyperlink": [
- {
- "filePath": "src/feedback/FallbackErrorMessage.jsx",
- "line": 13,
- "column": 8,
- "index": 491
- },
+ "Blocked": [
{
- "filePath": "src/payment/AlertCodeMessages.jsx",
- "line": 22,
- "column": 10,
- "index": 1135
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/DetailedGrades.jsx",
+ "line": 81,
+ "column": 99,
+ "index": 2945
},
{
- "filePath": "src/payment/checkout/FreeCheckoutOrderButton.jsx",
- "line": 8,
- "column": 2,
- "index": 279
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
+ "line": 64,
+ "column": 21,
+ "index": 2281
},
{
- "filePath": "src/payment/EmptyCartMessage.jsx",
- "line": 23,
- "column": 14,
- "index": 972
+ "filePath": "src/course-home/progress-tab/grades/grade-summary/AssignmentTypeCell.jsx",
+ "line": 21,
+ "column": 256,
+ "index": 869
},
{
- "filePath": "src/payment/EmptyCartMessage.jsx",
- "line": 32,
- "column": 14,
- "index": 1351
- },
+ "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryHeader.jsx",
+ "line": 51,
+ "column": 99,
+ "index": 1811
+ }
+ ],
+ "DataTable": [
{
- "filePath": "src/subscription/alerts/ErrorMessages.jsx",
- "line": 26,
- "column": 8,
- "index": 1063
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/DetailedGradesTable.jsx",
+ "line": 45,
+ "column": 10,
+ "index": 1497
},
{
- "filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
- "line": 41,
- "column": 4,
- "index": 1181
+ "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryTable.jsx",
+ "line": 95,
+ "column": 6,
+ "index": 3273
},
{
- "filePath": "src/subscription/details/legal/SubscriptionLegal.jsx",
- "line": 17,
- "column": 4,
- "index": 463
- }
- ],
- "Collapsible": [
- {
- "filePath": "src/payment/cart/Cart.jsx",
- "line": 106,
- "column": 12,
- "index": 3329
- }
- ],
- "Form.Group": [
- {
- "filePath": "src/payment/cart/CouponForm.jsx",
- "line": 47,
+ "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx",
+ "line": 183,
"column": 8,
- "index": 1343
+ "index": 6435
}
],
- "Form.Control": [
+ "DataTable.Table": [
{
- "filePath": "src/payment/cart/CouponForm.jsx",
- "line": 55,
- "column": 10,
- "index": 1693
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/DetailedGradesTable.jsx",
+ "line": 63,
+ "column": 12,
+ "index": 2124
},
{
- "filePath": "src/payment/cart/UpdateQuantityForm.jsx",
- "line": 37,
- "column": 10,
- "index": 1229
+ "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryTable.jsx",
+ "line": 128,
+ "column": 8,
+ "index": 4568
}
],
- "Button": [
+ "Collapsible.Advanced": [
{
- "filePath": "src/payment/cart/CouponForm.jsx",
- "line": 57,
- "column": 8,
- "index": 1807
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
+ "line": 46,
+ "column": 4,
+ "index": 1294
},
{
- "filePath": "src/payment/cart/CouponForm.jsx",
- "line": 124,
- "column": 8,
- "index": 3751
+ "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
+ "line": 42,
+ "column": 6,
+ "index": 1228
},
{
- "filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
- "line": 83,
+ "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
+ "line": 82,
"column": 10,
- "index": 2483
+ "index": 3146
}
],
- "StatefulButton": [
+ "Row": [
{
- "filePath": "src/payment/cart/UpdateQuantityForm.jsx",
- "line": 65,
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
+ "line": 47,
"column": 6,
- "index": 2031
+ "index": 1323
},
{
- "filePath": "src/payment/checkout/payment-form/PlaceOrderButton.jsx",
- "line": 22,
- "column": 10,
- "index": 741
+ "filePath": "src/course-home/suggested-schedule-messaging/ShiftDatesAlert.jsx",
+ "line": 40,
+ "column": 6,
+ "index": 838
},
{
- "filePath": "src/subscription/checkout/submit-button/SubscriptionSubmitButton.jsx",
- "line": 29,
- "column": 10,
- "index": 1069
+ "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToCompleteAlert.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 831
+ },
+ {
+ "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToShiftDatesAlert.jsx",
+ "line": 39,
+ "column": 6,
+ "index": 886
}
],
- "Skeleton": [
- {
- "filePath": "src/subscription/checkout/skeleton/CheckoutSkeleton.jsx",
- "line": 6,
- "column": 4,
- "index": 115
- },
+ "Collapsible.Trigger": [
{
- "filePath": "src/subscription/checkout/skeleton/CheckoutSkeleton.jsx",
- "line": 9,
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
+ "line": 48,
"column": 8,
- "index": 238
+ "index": 1359
},
{
- "filePath": "src/subscription/checkout/skeleton/CheckoutSkeleton.jsx",
- "line": 12,
- "column": 8,
- "index": 350
+ "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
+ "line": 44,
+ "column": 10,
+ "index": 1321
},
{
- "filePath": "src/subscription/checkout/skeleton/CheckoutSkeleton.jsx",
- "line": 15,
- "column": 4,
- "index": 436
+ "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
+ "line": 84,
+ "column": 14,
+ "index": 3226
+ }
+ ],
+ "Collapsible.Visible": [
+ {
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
+ "line": 53,
+ "column": 10,
+ "index": 1618
},
{
- "filePath": "src/subscription/checkout/skeleton/CheckoutSkeleton.jsx",
- "line": 18,
- "column": 8,
- "index": 555
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
+ "line": 54,
+ "column": 10,
+ "index": 1711
},
{
- "filePath": "src/subscription/checkout/skeleton/CheckoutSkeleton.jsx",
- "line": 23,
+ "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
+ "line": 45,
"column": 12,
- "index": 715
+ "index": 1387
},
{
- "filePath": "src/subscription/checkout/skeleton/CheckoutSkeleton.jsx",
- "line": 26,
+ "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
+ "line": 48,
"column": 12,
- "index": 816
+ "index": 1556
},
{
- "filePath": "src/subscription/checkout/skeleton/CheckoutSkeleton.jsx",
- "line": 33,
- "column": 8,
- "index": 1004
+ "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
+ "line": 85,
+ "column": 16,
+ "index": 3334
},
{
- "filePath": "src/subscription/checkout/skeleton/CheckoutSkeleton.jsx",
- "line": 36,
- "column": 4,
- "index": 1067
- },
+ "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
+ "line": 88,
+ "column": 16,
+ "index": 3515
+ }
+ ],
+ "ArrowDropDown": [
{
- "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
- "line": 14,
- "column": 4,
- "index": 495
- },
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
+ "line": 53,
+ "column": 53,
+ "index": 1661
+ }
+ ],
+ "ArrowDropUp": [
{
- "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
- "line": 16,
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
+ "line": 54,
+ "column": 51,
+ "index": 1752
+ }
+ ],
+ "Collapsible.Body": [
+ {
+ "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx",
+ "line": 83,
"column": 6,
- "index": 603
+ "index": 2850
},
{
- "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
- "line": 17,
- "column": 6,
- "index": 681
+ "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
+ "line": 54,
+ "column": 8,
+ "index": 1851
},
{
- "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
- "line": 19,
+ "filePath": "src/courseware/course/content-tools/calculator/Calculator.jsx",
+ "line": 97,
+ "column": 12,
+ "index": 3925
+ }
+ ],
+ "DataTable.TableFooter": [
+ {
+ "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryTableFooter.jsx",
+ "line": 30,
"column": 4,
- "index": 763
+ "index": 706
+ }
+ ],
+ "Col": [
+ {
+ "filePath": "src/course-home/suggested-schedule-messaging/ShiftDatesAlert.jsx",
+ "line": 41,
+ "column": 8,
+ "index": 874
},
{
- "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
- "line": 20,
- "column": 4,
- "index": 792
+ "filePath": "src/course-home/suggested-schedule-messaging/ShiftDatesAlert.jsx",
+ "line": 45,
+ "column": 8,
+ "index": 1083
},
{
- "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
- "line": 24,
+ "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToCompleteAlert.jsx",
+ "line": 38,
"column": 8,
- "index": 923
+ "index": 867
},
{
- "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
- "line": 25,
+ "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToCompleteAlert.jsx",
+ "line": 42,
"column": 8,
- "index": 973
+ "index": 1100
},
{
- "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
- "line": 28,
+ "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToShiftDatesAlert.jsx",
+ "line": 40,
"column": 8,
- "index": 1108
+ "index": 922
},
{
- "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
- "line": 29,
+ "filePath": "src/course-home/suggested-schedule-messaging/UpgradeToShiftDatesAlert.jsx",
+ "line": 44,
"column": 8,
- "index": 1160
+ "index": 1135
+ }
+ ],
+ "StatefulButton": [
+ {
+ "filePath": "src/courseware/course/bookmark/BookmarkButton.jsx",
+ "line": 43,
+ "column": 4,
+ "index": 1350
+ }
+ ],
+ "StandardModal": [
+ {
+ "filePath": "src/courseware/course/celebration/CelebrationModal.jsx",
+ "line": 35,
+ "column": 4,
+ "index": 1085
},
{
- "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
- "line": 32,
+ "filePath": "src/courseware/course/celebration/WeeklyGoalCelebrationModal.jsx",
+ "line": 27,
"column": 4,
- "index": 1232
- },
+ "index": 831
+ }
+ ],
+ "ActionRow": [
{
- "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
- "line": 34,
- "column": 6,
- "index": 1327
+ "filePath": "src/courseware/course/celebration/CelebrationModal.jsx",
+ "line": 37,
+ "column": 8,
+ "index": 1128
},
{
- "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
- "line": 35,
- "column": 6,
- "index": 1392
+ "filePath": "src/courseware/course/celebration/WeeklyGoalCelebrationModal.jsx",
+ "line": 29,
+ "column": 8,
+ "index": 874
},
{
- "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
- "line": 38,
+ "filePath": "src/courseware/course/sequence/honor-code/HonorCode.jsx",
+ "line": 57,
"column": 6,
- "index": 1533
+ "index": 2322
},
{
- "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
- "line": 39,
+ "filePath": "src/product-tours/newUserCourseHomeTour/NewUserCourseHomeTourModal.jsx",
+ "line": 44,
"column": 6,
- "index": 1598
- },
- {
- "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
- "line": 41,
- "column": 4,
- "index": 1673
- },
- {
- "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
- "line": 42,
- "column": 4,
- "index": 1702
- },
+ "index": 1348
+ }
+ ],
+ "Lightbulb": [
{
- "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
- "line": 43,
- "column": 4,
- "index": 1731
+ "filePath": "src/courseware/course/celebration/WeeklyGoalCelebrationModal.jsx",
+ "line": 57,
+ "column": 17,
+ "index": 1977
},
{
- "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
- "line": 44,
- "column": 4,
- "index": 1778
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 174,
+ "column": 50,
+ "index": 6953
}
],
- "Icon": [
+ "Card.ImageCap": [
{
- "filePath": "src/subscription/checkout/submit-button/SubscriptionSubmitButton.jsx",
- "line": 58,
- "column": 16,
- "index": 2174
+ "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx",
+ "line": 107,
+ "column": 10,
+ "index": 3658
}
],
- "CheckIcon": [
+ "CardView": [
{
- "filePath": "src/subscription/checkout/submit-button/SubscriptionSubmitButton.jsx",
- "line": 58,
- "column": 27,
- "index": 2185
+ "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx",
+ "line": 193,
+ "column": 10,
+ "index": 6719
}
],
- "ModalDialog": [
+ "useToggle": [
{
- "filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
- "line": 51,
- "column": 4,
- "index": 1408
+ "filePath": "src/courseware/course/CourseBreadcrumbs.jsx",
+ "line": 26,
+ "column": 32,
+ "index": 971
},
{
- "filePath": "src/subscription/secure-3d/secure-3d-modal/Secure3dModal.jsx",
- "line": 132,
- "column": 4,
- "index": 4031
- }
- ],
- "ModalDialog.Header": [
+ "filePath": "src/courseware/course/sequence/Sequence.jsx",
+ "line": 41,
+ "column": 32,
+ "index": 1488
+ },
{
- "filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
- "line": 59,
- "column": 6,
- "index": 1628
- }
- ],
- "ModalDialog.Title": [
+ "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTray.jsx",
+ "line": 29,
+ "column": 84,
+ "index": 1172
+ },
{
- "filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
- "line": 60,
- "column": 8,
- "index": 1657
+ "filePath": "src/tab-page/LoadedTabPage.jsx",
+ "line": 43,
+ "column": 61,
+ "index": 1506
}
],
- "ModalDialog.Body": [
+ "ModalPopup": [
{
- "filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
- "line": 68,
- "column": 6,
- "index": 1945
+ "filePath": "src/courseware/course/CourseBreadcrumbs.jsx",
+ "line": 61,
+ "column": 12,
+ "index": 2003
}
],
- "ModalDialog.Footer": [
+ "Menu": [
{
- "filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
- "line": 81,
- "column": 6,
- "index": 2432
+ "filePath": "src/courseware/course/CourseBreadcrumbs.jsx",
+ "line": 62,
+ "column": 14,
+ "index": 2083
}
],
- "ActionRow": [
+ "Dropdown.Item": [
{
- "filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
- "line": 82,
+ "filePath": "src/courseware/course/JumpNavMenuItem.jsx",
+ "line": 48,
+ "column": 4,
+ "index": 1071
+ },
+ {
+ "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
+ "line": 28,
"column": 8,
- "index": 2461
- }
- ],
- "ArrowForward": [
+ "index": 915
+ },
{
- "filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
- "line": 86,
- "column": 23,
- "index": 2561
+ "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeWidgetOption.jsx",
+ "line": 71,
+ "column": 6,
+ "index": 1901
}
],
- "Badge": [
+ "ActionRow.Spacer": [
{
- "filePath": "src/subscription/details/content/SubscriptionContent.jsx",
- "line": 21,
+ "filePath": "src/courseware/course/sequence/honor-code/HonorCode.jsx",
+ "line": 58,
"column": 8,
- "index": 724
+ "index": 2342
}
- ]
- }
- },
- {
- "version": "22.6.1",
- "name": "@edx/frontend-app-profile",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/openedx/frontend-app-profile.git"
- },
- "folderName": "frontend-app-profile",
- "usages": {
- "Alert": [
+ ],
+ "Dropdown": [
{
- "filePath": "src/profile/AgeMessage.jsx",
- "line": 8,
+ "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
+ "line": 14,
"column": 2,
- "index": 273
+ "index": 314
},
{
- "filePath": "src/profile/forms/SocialLinks.jsx",
- "line": 272,
- "column": 22,
- "index": 8108
+ "filePath": "src/generic/tabs/Tabs.jsx",
+ "line": 41,
+ "column": 10,
+ "index": 1563
},
{
- "filePath": "src/profile/ProfilePage.jsx",
- "line": 146,
+ "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeWidget.jsx",
+ "line": 131,
"column": 10,
- "index": 4397
+ "index": 3821
}
],
- "Alert.Heading": [
+ "Dropdown.Toggle": [
{
- "filePath": "src/profile/AgeMessage.jsx",
- "line": 13,
+ "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
+ "line": 15,
"column": 4,
- "index": 340
+ "index": 370
+ },
+ {
+ "filePath": "src/generic/tabs/Tabs.jsx",
+ "line": 42,
+ "column": 12,
+ "index": 1604
+ },
+ {
+ "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeWidget.jsx",
+ "line": 132,
+ "column": 12,
+ "index": 3875
}
],
- "Alert.Link": [
+ "Dropdown.Menu": [
{
- "filePath": "src/profile/AgeMessage.jsx",
- "line": 29,
+ "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
+ "line": 26,
"column": 4,
- "index": 926
+ "index": 836
+ },
+ {
+ "filePath": "src/generic/tabs/Tabs.jsx",
+ "line": 49,
+ "column": 12,
+ "index": 1986
+ },
+ {
+ "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeWidget.jsx",
+ "line": 135,
+ "column": 12,
+ "index": 4027
}
],
- "Form.Group": [
+ "ModalDialog": [
{
- "filePath": "src/profile/forms/Bio.jsx",
- "line": 59,
- "column": 16,
- "index": 1592
+ "filePath": "src/courseware/course/sequence/Unit/ContentIFrame.jsx",
+ "line": 106,
+ "column": 10,
+ "index": 2824
},
{
- "filePath": "src/profile/forms/Country.jsx",
- "line": 70,
- "column": 16,
- "index": 1684
+ "filePath": "src/courseware/course/sequence/Unit/ContentIFrame.test.jsx",
+ "line": 160,
+ "column": 49,
+ "index": 5582
},
{
- "filePath": "src/profile/forms/Education.jsx",
- "line": 66,
- "column": 16,
- "index": 1745
+ "filePath": "src/courseware/course/sequence/Unit/ContentIFrame.test.jsx",
+ "line": 179,
+ "column": 49,
+ "index": 6430
},
{
- "filePath": "src/profile/forms/PreferredLanguage.jsx",
- "line": 80,
- "column": 16,
- "index": 2168
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 147,
+ "column": 4,
+ "index": 5846
}
],
- "Hyperlink": [
+ "ModalDialog.Body": [
{
- "filePath": "src/profile/forms/Certificates.jsx",
- "line": 106,
- "column": 14,
- "index": 3400
+ "filePath": "src/courseware/course/sequence/Unit/ContentIFrame.jsx",
+ "line": 113,
+ "column": 12,
+ "index": 3024
},
{
- "filePath": "src/profile/ProfilePage.jsx",
- "line": 116,
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 163,
"column": 6,
- "index": 3512
+ "index": 6341
}
],
- "Button": [
- {
- "filePath": "src/profile/forms/elements/EditButton.jsx",
- "line": 13,
- "column": 2,
- "index": 421
- },
+ "Modal": [
{
- "filePath": "src/profile/forms/elements/FormControls.jsx",
- "line": 54,
- "column": 8,
- "index": 2176
- },
+ "filePath": "src/courseware/course/sequence/Unit/ContentIFrame.jsx",
+ "line": 119,
+ "column": 10,
+ "index": 3198
+ }
+ ],
+ "ArrowBackIos": [
{
- "filePath": "src/profile/forms/ProfileAvatar.jsx",
- "line": 59,
- "column": 8,
- "index": 1451
+ "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx",
+ "line": 57,
+ "column": 21,
+ "index": 1811
}
],
- "StatefulButton": [
+ "LmsCompletionSolid": [
{
- "filePath": "src/profile/forms/elements/FormControls.jsx",
- "line": 32,
- "column": 8,
- "index": 1144
+ "filePath": "src/courseware/course/sidebar/sidebars/course-outline/components/CompletionIcon.jsx",
+ "line": 15,
+ "column": 13,
+ "index": 458
}
],
- "TransitionReplace": [
+ "ChevronRightIcon": [
{
- "filePath": "src/profile/forms/elements/SwitchContent.jsx",
- "line": 44,
- "column": 4,
- "index": 1397
+ "filePath": "src/courseware/course/sidebar/sidebars/course-outline/components/SidebarSection.jsx",
+ "line": 51,
+ "column": 19,
+ "index": 1628
}
],
- "Dropdown": [
+ "ChevronLeftIcon": [
{
- "filePath": "src/profile/forms/ProfileAvatar.jsx",
- "line": 75,
- "column": 6,
- "index": 1831
+ "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTray.jsx",
+ "line": 70,
+ "column": 22,
+ "index": 2505
}
],
- "Dropdown.Toggle": [
+ "MenuOpenIcon": [
{
- "filePath": "src/profile/forms/ProfileAvatar.jsx",
- "line": 76,
- "column": 8,
- "index": 1850
+ "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTray.jsx",
+ "line": 84,
+ "column": 16,
+ "index": 3060
+ },
+ {
+ "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTrigger.jsx",
+ "line": 36,
+ "column": 16,
+ "index": 1338
}
],
- "Dropdown.Menu": [
+ "QuestionAnswer": [
{
- "filePath": "src/profile/forms/ProfileAvatar.jsx",
- "line": 79,
- "column": 8,
- "index": 1983
+ "filePath": "src/courseware/course/sidebar/sidebars/discussions/DiscussionsTrigger.jsx",
+ "line": 48,
+ "column": 17,
+ "index": 1601
}
],
- "Dropdown.Item": [
+ "WatchOutline": [
{
- "filePath": "src/profile/forms/ProfileAvatar.jsx",
- "line": 80,
- "column": 10,
- "index": 2009
- },
+ "filePath": "src/courseware/course/sidebar/sidebars/notifications/NotificationIcon.jsx",
+ "line": 16,
+ "column": 15,
+ "index": 404
+ }
+ ],
+ "Input": [
{
- "filePath": "src/profile/forms/ProfileAvatar.jsx",
- "line": 87,
- "column": 10,
- "index": 2297
+ "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeUserNameInput.jsx",
+ "line": 49,
+ "column": 6,
+ "index": 1069
}
],
- "Icon": [
+ "ErrorOutline": [
{
- "filePath": "src/profile/UsernameDescription.jsx",
- "line": 9,
+ "filePath": "src/preferences-unsubscribe/index.jsx",
+ "line": 42,
"column": 4,
- "index": 340
+ "index": 1470
}
],
- "VisibilityOff": [
+ "Container": [
{
- "filePath": "src/profile/UsernameDescription.jsx",
- "line": 9,
- "column": 15,
- "index": 351
+ "filePath": "src/preferences-unsubscribe/index.jsx",
+ "line": 51,
+ "column": 6,
+ "index": 1750
}
- ]
- }
- },
- {
- "version": "20.46.2",
- "name": "@edx/frontend-app-program-console",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/openedx/frontend-app-program-console.git"
- },
- "folderName": "frontend-app-program-console",
- "usages": {
- "Collapsible": [
+ ],
+ "Compass": [
{
- "filePath": "src/console/ConsolePage.jsx",
- "line": 64,
- "column": 6,
- "index": 1807
- },
+ "filePath": "src/product-tours/newUserCourseHomeTour/LaunchCourseHomeTourButton.jsx",
+ "line": 49,
+ "column": 19,
+ "index": 1470
+ }
+ ],
+ "MarketingModal": [
{
- "filePath": "src/report/reportSection.jsx",
- "line": 36,
- "column": 8,
- "index": 1090
+ "filePath": "src/product-tours/newUserCourseHomeTour/NewUserCourseHomeTourModal.jsx",
+ "line": 18,
+ "column": 2,
+ "index": 479
}
],
- "Alert": [
+ "ModalDialog.Hero": [
{
- "filePath": "src/console/ConsolePage.jsx",
- "line": 117,
- "column": 8,
- "index": 3634
+ "filePath": "src/product-tours/newUserCourseHomeTour/NewUserCourseHomeTourModal.jsx",
+ "line": 25,
+ "column": 6,
+ "index": 656
+ }
+ ],
+ "ModalDialog.Title": [
+ {
+ "filePath": "src/product-tours/newUserCourseHomeTour/NewUserCourseHomeTourModal.jsx",
+ "line": 30,
+ "column": 10,
+ "index": 834
},
{
- "filePath": "src/console/ConsolePage.jsx",
- "line": 133,
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 159,
"column": 8,
- "index": 4223
- },
+ "index": 6211
+ }
+ ],
+ "ProductTour": [
{
- "filePath": "src/console/ConsolePage.jsx",
- "line": 152,
- "column": 12,
- "index": 4986
- },
+ "filePath": "src/product-tours/ProductTours.jsx",
+ "line": 145,
+ "column": 6,
+ "index": 4808
+ }
+ ],
+ "ModalDialog.Header": [
{
- "filePath": "src/console/ConsolePage.jsx",
- "line": 174,
- "column": 20,
- "index": 6001
- },
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 158,
+ "column": 6,
+ "index": 6157
+ }
+ ],
+ "MoneyFilled": [
{
- "filePath": "src/report/reportSection.jsx",
- "line": 22,
- "column": 4,
- "index": 695
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 183,
+ "column": 69,
+ "index": 7302
}
],
- "SearchField": [
+ "ModalDialog.Footer": [
{
- "filePath": "src/console/ConsolePage.jsx",
- "line": 146,
- "column": 12,
- "index": 4750
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 201,
+ "column": 6,
+ "index": 8063
}
],
- "Pagination": [
+ "ModalDialog.CloseButton": [
{
- "filePath": "src/console/ConsolePage.jsx",
- "line": 161,
- "column": 12,
- "index": 5258
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 213,
+ "column": 16,
+ "index": 8467
},
{
- "filePath": "src/console/ConsolePage.jsx",
- "line": 199,
- "column": 12,
- "index": 7114
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 226,
+ "column": 16,
+ "index": 8941
+ },
+ {
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 234,
+ "column": 10,
+ "index": 9216
+ }
+ ],
+ "Toast": [
+ {
+ "filePath": "src/tab-page/TabPage.jsx",
+ "line": 52,
+ "column": 10,
+ "index": 1568
}
]
}
},
{
- "version": "20.46.3",
- "name": "edx-frontend-app-publisher",
- "repository": "https://github.com/openedx/frontend-app-publisher",
- "folderName": "frontend-app-publisher",
+ "version": "21.11.3",
+ "name": "@edx/frontend-app-library-authoring",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/openedx/frontend-app-library-authoring.git"
+ },
+ "folderName": "frontend-app-library-authoring",
"usages": {
- "StatefulButton": [
+ "Col": [
{
- "filePath": "src/components/ActionButton/index.jsx",
- "line": 8,
+ "filePath": "src/generic/LoadingPage.jsx",
+ "line": 6,
"column": 2,
- "index": 297
- }
- ],
- "Icon": [
+ "index": 152
+ },
{
- "filePath": "src/components/Collaborator/index.jsx",
- "line": 32,
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 154,
"column": 8,
- "index": 836
+ "index": 4793
},
{
- "filePath": "src/components/Collaborator/index.jsx",
- "line": 53,
- "column": 12,
- "index": 1442
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 230,
+ "column": 10,
+ "index": 7920
},
{
- "filePath": "src/components/SidePanes/CommentsPane.jsx",
- "line": 100,
- "column": 24,
- "index": 2842
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 244,
+ "column": 16,
+ "index": 8557
},
{
- "filePath": "src/components/SidePanes/UsersPane.jsx",
- "line": 125,
- "column": 13,
- "index": 3432
- }
- ],
- "Alert": [
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 247,
+ "column": 16,
+ "index": 8725
+ },
{
- "filePath": "src/components/CollaboratorPage/index.jsx",
- "line": 56,
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 331,
+ "column": 14,
+ "index": 12536
+ },
+ {
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 344,
"column": 8,
- "index": 1439
+ "index": 13033
},
{
- "filePath": "src/components/CollaboratorPage/index.jsx",
- "line": 93,
- "column": 12,
- "index": 2372
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 347,
+ "column": 14,
+ "index": 13149
},
{
- "filePath": "src/components/CollaboratorPage/index.jsx",
- "line": 117,
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 355,
"column": 14,
- "index": 3271
+ "index": 13778
},
{
- "filePath": "src/components/CreateCoursePage/index.jsx",
- "line": 100,
- "column": 8,
- "index": 2609
+ "filePath": "src/library-authoring/common/ErrorAlert.jsx",
+ "line": 11,
+ "column": 4,
+ "index": 418
},
{
- "filePath": "src/components/CreateCoursePage/index.jsx",
- "line": 200,
- "column": 16,
- "index": 5646
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 56,
+ "column": 10,
+ "index": 1586
},
{
- "filePath": "src/components/CreateCourseRunPage/index.jsx",
- "line": 156,
- "column": 12,
- "index": 4815
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 65,
+ "column": 10,
+ "index": 1871
},
{
- "filePath": "src/components/CreateCourseRunPage/index.jsx",
- "line": 181,
- "column": 16,
- "index": 5802
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 70,
+ "column": 10,
+ "index": 2100
},
{
- "filePath": "src/components/EditCoursePage/index.jsx",
- "line": 709,
- "column": 8,
- "index": 24122
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 75,
+ "column": 10,
+ "index": 2321
},
{
- "filePath": "src/components/EditCoursePage/index.jsx",
- "line": 825,
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 84,
"column": 10,
- "index": 27538
+ "index": 2655
},
{
- "filePath": "src/components/EditCoursePage/index.jsx",
- "line": 835,
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 89,
"column": 10,
- "index": 27821
+ "index": 2888
},
{
- "filePath": "src/components/EditCoursePage/index.jsx",
- "line": 885,
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 94,
"column": 10,
- "index": 29671
+ "index": 3111
},
{
- "filePath": "src/components/EditCoursePage/index.jsx",
- "line": 922,
- "column": 12,
- "index": 31055
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 103,
+ "column": 10,
+ "index": 3445
},
{
- "filePath": "src/components/EditCoursePage/TranscriptLanguage.jsx",
- "line": 36,
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 108,
"column": 10,
- "index": 900
+ "index": 3679
},
{
- "filePath": "src/components/ImageUpload/index.jsx",
- "line": 95,
- "column": 12,
- "index": 2414
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 113,
+ "column": 10,
+ "index": 3903
},
{
- "filePath": "src/components/ImageUpload/index.jsx",
- "line": 101,
- "column": 12,
- "index": 2574
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 122,
+ "column": 10,
+ "index": 4228
},
{
- "filePath": "src/components/ListField/index.jsx",
- "line": 189,
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 127,
"column": 10,
- "index": 5140
+ "index": 4456
},
{
- "filePath": "src/components/ReduxFormCreatableSelect/index.jsx",
- "line": 84,
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 134,
+ "column": 6,
+ "index": 4672
+ },
+ {
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 138,
+ "column": 6,
+ "index": 4927
+ },
+ {
+ "filePath": "src/library-authoring/common/SuccessAlert.jsx",
+ "line": 10,
+ "column": 4,
+ "index": 377
+ },
+ {
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 195,
"column": 12,
- "index": 2085
+ "index": 4815
},
{
- "filePath": "src/components/RichEditor/index.jsx",
- "line": 77,
- "column": 10,
- "index": 2171
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 330,
+ "column": 12,
+ "index": 11413
},
{
- "filePath": "src/components/SidePanes/CommentsPane.jsx",
- "line": 107,
- "column": 10,
- "index": 3208
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 386,
+ "column": 12,
+ "index": 12855
},
{
- "filePath": "src/components/SidePanes/CommentsPane.jsx",
- "line": 146,
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 423,
"column": 12,
- "index": 4378
+ "index": 14420
},
{
- "filePath": "src/components/SidePanes/UsersPane.jsx",
- "line": 141,
- "column": 13,
- "index": 4036
+ "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
+ "line": 218,
+ "column": 12,
+ "index": 6370
},
{
- "filePath": "src/components/StafferPage/index.jsx",
- "line": 114,
+ "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
+ "line": 322,
+ "column": 12,
+ "index": 11073
+ },
+ {
+ "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx",
+ "line": 69,
"column": 8,
- "index": 3015
+ "index": 2315
},
{
- "filePath": "src/components/StafferPage/index.jsx",
- "line": 164,
- "column": 12,
- "index": 4496
+ "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx",
+ "line": 97,
+ "column": 14,
+ "index": 3242
},
{
- "filePath": "src/components/StafferPage/index.jsx",
- "line": 193,
- "column": 16,
- "index": 5561
+ "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx",
+ "line": 103,
+ "column": 8,
+ "index": 3475
},
{
- "filePath": "src/components/TableComponent/index.jsx",
- "line": 129,
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 36,
"column": 6,
- "index": 4035
+ "index": 1303
}
],
- "Alert.Heading": [
+ "Card": [
{
- "filePath": "src/components/CollaboratorPage/index.jsx",
- "line": 60,
- "column": 10,
- "index": 1514
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 49,
+ "column": 2,
+ "index": 1372
},
{
- "filePath": "src/components/CreateCoursePage/index.jsx",
- "line": 104,
- "column": 10,
- "index": 2684
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 356,
+ "column": 16,
+ "index": 13844
},
{
- "filePath": "src/components/EditCoursePage/index.jsx",
- "line": 715,
- "column": 10,
- "index": 24237
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 207,
+ "column": 16,
+ "index": 5226
},
{
- "filePath": "src/components/StafferPage/index.jsx",
- "line": 120,
- "column": 10,
- "index": 3130
- }
- ],
- "Collapsible": [
+ "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
+ "line": 54,
+ "column": 4,
+ "index": 1674
+ },
{
- "filePath": "src/components/Collapsible/index.jsx",
- "line": 8,
- "column": 32,
- "index": 341
- }
- ],
- "Collapsible.Advanced": [
+ "filePath": "src/library-authoring/course-import/CourseImportTaskListItem.jsx",
+ "line": 31,
+ "column": 4,
+ "index": 624
+ },
{
- "filePath": "src/components/Collapsible/index.jsx",
- "line": 32,
- "column": 2,
- "index": 771
- }
- ],
- "Collapsible.Trigger": [
+ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
+ "line": 280,
+ "column": 14,
+ "index": 8420
+ },
{
- "filePath": "src/components/Collapsible/index.jsx",
- "line": 33,
- "column": 4,
- "index": 838
- }
- ],
- "Collapsible.Visible": [
+ "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
+ "line": 230,
+ "column": 16,
+ "index": 6781
+ },
{
- "filePath": "src/components/Collapsible/index.jsx",
- "line": 35,
- "column": 6,
- "index": 956
+ "filePath": "src/library-authoring/empty-page/EmptyPage.jsx",
+ "line": 10,
+ "column": 2,
+ "index": 167
},
{
- "filePath": "src/components/Collapsible/index.jsx",
- "line": 38,
+ "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
+ "line": 28,
"column": 6,
- "index": 1066
- }
- ],
- "ModalDialog": [
+ "index": 919
+ },
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 14,
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 30,
"column": 2,
- "index": 241
+ "index": 897
+ },
+ {
+ "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
+ "line": 140,
+ "column": 22,
+ "index": 4349
}
],
- "ModalDialog.Header": [
+ "Card.Header": [
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 19,
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 50,
"column": 4,
- "index": 325
- }
- ],
- "ModalDialog.Title": [
+ "index": 1407
+ },
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 20,
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 357,
+ "column": 18,
+ "index": 13869
+ },
+ {
+ "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
+ "line": 55,
"column": 6,
- "index": 352
- }
- ],
- "ModalDialog.Body": [
+ "index": 1709
+ },
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 24,
- "column": 4,
- "index": 445
- }
- ],
- "ModalDialog.Footer": [
+ "filePath": "src/library-authoring/course-import/CourseImportTaskListItem.jsx",
+ "line": 32,
+ "column": 6,
+ "index": 659
+ },
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
+ "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
"line": 29,
- "column": 4,
- "index": 548
+ "column": 8,
+ "index": 934
}
],
"ActionRow": [
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 30,
- "column": 6,
- "index": 575
- }
- ],
- "ModalDialog.CloseButton": [
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 54,
+ "column": 8,
+ "index": 1532
+ },
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 31,
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 152,
"column": 8,
- "index": 595
- }
- ],
- "Button": [
+ "index": 5153
+ },
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 34,
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 137,
"column": 8,
- "index": 696
- }
- ],
- "SearchField": [
+ "index": 4185
+ },
{
- "filePath": "src/components/CourseTable/index.jsx",
- "line": 167,
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 155,
"column": 10,
- "index": 5694
- }
- ],
- "Form.Group": [
+ "index": 4831
+ },
+ {
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 179,
+ "column": 10,
+ "index": 5768
+ },
+ {
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPageHeaderBase.jsx",
+ "line": 47,
+ "column": 10,
+ "index": 1312
+ },
+ {
+ "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
+ "line": 60,
+ "column": 10,
+ "index": 1900
+ },
+ {
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 50,
+ "column": 8,
+ "index": 1497
+ },
+ {
+ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
+ "line": 368,
+ "column": 12,
+ "index": 12986
+ },
{
- "filePath": "src/components/DateTimeField/index.jsx",
- "line": 87,
- "column": 10,
- "index": 2121
+ "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
+ "line": 344,
+ "column": 20,
+ "index": 12332
},
{
- "filePath": "src/components/DateTimeField/index.jsx",
- "line": 113,
- "column": 10,
- "index": 2978
+ "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx",
+ "line": 49,
+ "column": 8,
+ "index": 1662
},
{
- "filePath": "src/components/RenderInputTextField/index.jsx",
- "line": 18,
- "column": 2,
- "index": 282
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 35,
+ "column": 4,
+ "index": 1268
},
{
- "filePath": "src/components/RenderSelectField/index.jsx",
- "line": 16,
- "column": 2,
- "index": 253
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 96,
+ "column": 14,
+ "index": 3808
},
{
- "filePath": "src/components/RenderSelectField/updated-paragon-component.jsx",
- "line": 22,
- "column": 2,
- "index": 763
+ "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
+ "line": 119,
+ "column": 14,
+ "index": 3485
}
],
- "Form.Label": [
- {
- "filePath": "src/components/DateTimeField/index.jsx",
- "line": 88,
- "column": 12,
- "index": 2179
- },
+ "OverlayTrigger": [
{
- "filePath": "src/components/DateTimeField/index.jsx",
- "line": 114,
- "column": 12,
- "index": 3036
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 57,
+ "column": 14,
+ "index": 1606
},
{
- "filePath": "src/components/RenderInputTextField/index.jsx",
- "line": 19,
- "column": 4,
- "index": 361
- },
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 82,
+ "column": 10,
+ "index": 2608
+ }
+ ],
+ "Tooltip": [
{
- "filePath": "src/components/RenderSelectField/index.jsx",
- "line": 17,
- "column": 21,
- "index": 349
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 60,
+ "column": 18,
+ "index": 1698
},
{
- "filePath": "src/components/RenderSelectField/updated-paragon-component.jsx",
- "line": 23,
- "column": 4,
- "index": 842
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 85,
+ "column": 14,
+ "index": 2689
}
],
- "Form.Control": [
+ "Button": [
{
- "filePath": "src/components/DateTimeField/index.jsx",
- "line": 96,
- "column": 12,
- "index": 2409
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 63,
+ "column": 16,
+ "index": 1859
},
{
- "filePath": "src/components/DateTimeField/index.jsx",
- "line": 121,
- "column": 12,
- "index": 3230
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 156,
+ "column": 10,
+ "index": 5361
},
{
- "filePath": "src/components/RenderInputTextField/index.jsx",
- "line": 22,
+ "filePath": "src/library-authoring/author-library/ButtonTogglesBase.jsx",
+ "line": 11,
"column": 4,
- "index": 410
+ "index": 340
},
{
- "filePath": "src/components/RenderSelectField/index.jsx",
- "line": 18,
+ "filePath": "src/library-authoring/author-library/ButtonTogglesBase.jsx",
+ "line": 22,
"column": 4,
- "index": 387
+ "index": 825
},
{
- "filePath": "src/components/RenderSelectField/updated-paragon-component.jsx",
- "line": 26,
- "column": 4,
- "index": 891
- }
- ],
- "Hyperlink": [
- {
- "filePath": "src/components/EditCoursePage/CollapsibleCourseRun.jsx",
- "line": 82,
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 232,
"column": 12,
- "index": 3426
+ "index": 8064
},
{
- "filePath": "src/components/EditCoursePage/EditCourseForm.jsx",
- "line": 146,
- "column": 10,
- "index": 5117
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 361,
+ "column": 20,
+ "index": 14102
},
{
- "filePath": "src/components/EditCoursePage/EditCourseForm.jsx",
- "line": 161,
- "column": 10,
- "index": 5712
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 364,
+ "column": 20,
+ "index": 14309
},
{
- "filePath": "src/components/EditCoursePage/EditCourseForm.test.jsx",
- "line": 399,
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 42,
"column": 8,
- "index": 13345
+ "index": 927
},
{
- "filePath": "src/components/EditCoursePage/EditCourseForm.test.jsx",
- "line": 432,
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 45,
"column": 8,
- "index": 14589
+ "index": 1131
},
{
- "filePath": "src/components/Header/index.jsx",
- "line": 37,
- "column": 12,
- "index": 1401
- }
- ],
- "OverlayTrigger": [
- {
- "filePath": "src/components/EditCoursePage/CollapsibleCourseRun.jsx",
- "line": 89,
- "column": 12,
- "index": 3656
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 302,
+ "column": 24,
+ "index": 10086
},
{
- "filePath": "src/components/SidePanes/Pane.jsx",
- "line": 11,
- "column": 6,
- "index": 335
- }
- ],
- "Tooltip": [
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 53,
+ "column": 10,
+ "index": 1668
+ },
{
- "filePath": "src/components/EditCoursePage/CollapsibleCourseRun.jsx",
- "line": 91,
- "column": 23,
- "index": 3725
+ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
+ "line": 335,
+ "column": 22,
+ "index": 11490
},
{
- "filePath": "src/components/SidePanes/Pane.jsx",
- "line": 15,
- "column": 10,
- "index": 428
- }
- ],
- "Badge": [
+ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
+ "line": 369,
+ "column": 14,
+ "index": 13012
+ },
{
- "filePath": "src/components/EditCoursePage/CourseSkills.jsx",
- "line": 29,
- "column": 10,
- "index": 588
- }
- ],
- "Add": [
+ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
+ "line": 372,
+ "column": 14,
+ "index": 13195
+ },
{
- "filePath": "src/components/EditCoursePage/EditCourseForm.jsx",
- "line": 123,
- "column": 8,
- "index": 4457
+ "filePath": "src/library-authoring/edit-block/LibraryBlockAssets.jsx",
+ "line": 30,
+ "column": 15,
+ "index": 1109
},
{
- "filePath": "src/components/SidePanes/UsersPane.jsx",
- "line": 160,
- "column": 16,
- "index": 4799
- }
- ],
- "InfoOutline": [
+ "filePath": "src/library-authoring/edit-block/LibraryBlockOlx.jsx",
+ "line": 56,
+ "column": 10,
+ "index": 1123
+ },
{
- "filePath": "src/components/FieldHelp/index.jsx",
+ "filePath": "src/library-authoring/edit-block/LibraryBlockOlx.jsx",
"line": 57,
"column": 10,
- "index": 1365
+ "index": 1206
},
{
- "filePath": "src/components/SidePanes/Pane.jsx",
- "line": 20,
+ "filePath": "src/library-authoring/edit-block/LibraryBlockOlx.jsx",
+ "line": 64,
"column": 8,
- "index": 544
- }
- ],
- "Dropdown": [
+ "index": 1382
+ },
{
- "filePath": "src/components/Header/index.jsx",
- "line": 60,
- "column": 12,
- "index": 2510
- }
- ],
- "Dropdown.Toggle": [
+ "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
+ "line": 345,
+ "column": 22,
+ "index": 12376
+ },
{
- "filePath": "src/components/Header/index.jsx",
- "line": 61,
- "column": 14,
- "index": 2535
- }
- ],
- "AvatarButton": [
+ "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
+ "line": 354,
+ "column": 22,
+ "index": 12825
+ },
{
- "filePath": "src/components/Header/index.jsx",
- "line": 61,
- "column": 35,
- "index": 2556
- }
- ],
- "Dropdown.Menu": [
+ "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
+ "line": 363,
+ "column": 22,
+ "index": 13252
+ },
{
- "filePath": "src/components/Header/index.jsx",
- "line": 65,
- "column": 14,
- "index": 2664
- }
- ],
- "Dropdown.Item": [
+ "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
+ "line": 68,
+ "column": 10,
+ "index": 2563
+ },
{
- "filePath": "src/components/Header/index.jsx",
- "line": 66,
- "column": 16,
- "index": 2696
- }
- ],
- "Spinner": [
+ "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx",
+ "line": 55,
+ "column": 12,
+ "index": 1913
+ },
{
- "filePath": "src/components/LoadingSpinner/index.jsx",
- "line": 10,
- "column": 4,
- "index": 229
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 51,
+ "column": 8,
+ "index": 1902
},
{
- "filePath": "src/components/SidePanes/CatalogInclusionPane.jsx",
- "line": 71,
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 56,
+ "column": 8,
+ "index": 2159
+ },
+ {
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 62,
"column": 10,
- "index": 2576
- }
- ],
- "Close": [
+ "index": 2428
+ },
{
- "filePath": "src/components/RemoveButton/index.jsx",
- "line": 20,
- "column": 4,
- "index": 465
- }
- ],
- "Form": [
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 65,
+ "column": 10,
+ "index": 2623
+ },
{
- "filePath": "src/components/SidePanes/CatalogInclusionPane.jsx",
- "line": 60,
- "column": 6,
- "index": 2139
- }
- ],
- "Form.Switch": [
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 102,
+ "column": 16,
+ "index": 4075
+ },
{
- "filePath": "src/components/SidePanes/CatalogInclusionPane.jsx",
- "line": 61,
- "column": 8,
- "index": 2171
- }
- ],
- "TextArea": [
+ "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
+ "line": 122,
+ "column": 16,
+ "index": 3693
+ },
{
- "filePath": "src/components/SidePanes/CommentsPane.jsx",
- "line": 123,
- "column": 14,
- "index": 3621
+ "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
+ "line": 160,
+ "column": 20,
+ "index": 5293
}
],
- "Delete": [
+ "Tag": [
{
- "filePath": "src/components/Staffer/index.jsx",
- "line": 30,
- "column": 8,
- "index": 809
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 65,
+ "column": 30,
+ "index": 1941
}
],
- "Edit": [
+ "IconButtonWithTooltip": [
{
- "filePath": "src/components/Staffer/index.jsx",
- "line": 44,
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 75,
"column": 10,
- "index": 1276
+ "index": 2283
}
],
- "DataTable": [
+ "EditOutline": [
{
- "filePath": "src/components/TableComponent/index.jsx",
- "line": 94,
- "column": 10,
- "index": 2919
- }
- ],
- "Pagination": [
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 78,
+ "column": 17,
+ "index": 2459
+ },
{
- "filePath": "src/components/TableComponent/index.jsx",
- "line": 107,
- "column": 12,
- "index": 3357
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPageHeaderBase.jsx",
+ "line": 50,
+ "column": 22,
+ "index": 1398
}
],
- "ErrorIcon": [
- {
- "filePath": "src/components/TableComponent/index.jsx",
- "line": 131,
- "column": 14,
- "index": 4081
- }
- ]
- }
- },
- {
- "version": "20.46.0",
- "name": "@edx/frontend-app-support",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/openedx/frontend-app-support-tools.git"
- },
- "folderName": "frontend-app-support-tools",
- "usages": {
- "Container": [
+ "Icon": [
{
- "filePath": "src/Configuration/ConfigurationPage.jsx",
- "line": 15,
- "column": 4,
- "index": 444
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 79,
+ "column": 20,
+ "index": 2492
},
{
- "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageContainer.jsx",
- "line": 27,
- "column": 4,
- "index": 969
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 95,
+ "column": 24,
+ "index": 3097
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormContainer.jsx",
- "line": 15,
- "column": 6,
- "index": 442
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 287,
+ "column": 24,
+ "index": 10501
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningPage.jsx",
- "line": 9,
- "column": 4,
- "index": 208
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 301,
+ "column": 24,
+ "index": 11192
},
{
- "filePath": "src/Configuration/Provisioning/SubsidyDetailView/SubsidyDetailViewContainer.jsx",
- "line": 13,
- "column": 6,
- "index": 491
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 316,
+ "column": 24,
+ "index": 11932
},
{
- "filePath": "src/Configuration/Provisioning/SubsidyEditView/SubsidyEditViewContainer.jsx",
- "line": 18,
- "column": 6,
- "index": 544
- }
- ],
- "Stack": [
- {
- "filePath": "src/Configuration/ConfigurationPage.jsx",
- "line": 17,
- "column": 6,
- "index": 527
+ "filePath": "src/library-authoring/common/License.jsx",
+ "line": 27,
+ "column": 8,
+ "index": 855
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
- "line": 33,
+ "filePath": "src/library-authoring/common/License.jsx",
+ "line": 36,
"column": 10,
- "index": 1145
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
- "line": 59,
- "column": 6,
- "index": 1787
+ "index": 1126
},
{
- "filePath": "src/Configuration/Provisioning/SubsidyDetailView/PolicyDetailView/PolicyContainer.jsx",
- "line": 13,
- "column": 4,
- "index": 601
+ "filePath": "src/library-authoring/common/License.jsx",
+ "line": 46,
+ "column": 10,
+ "index": 1429
},
{
- "filePath": "src/Configuration/Provisioning/SubsidyDetailView/TermDetail.jsx",
- "line": 16,
- "column": 8,
- "index": 435
- }
- ],
- "Hyperlink": [
- {
- "filePath": "src/Configuration/ConfigurationPage.jsx",
- "line": 19,
+ "filePath": "src/library-authoring/common/License.jsx",
+ "line": 56,
"column": 10,
- "index": 598
+ "index": 1724
},
{
- "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx",
- "line": 12,
- "column": 6,
- "index": 537
+ "filePath": "src/library-authoring/common/License.jsx",
+ "line": 66,
+ "column": 10,
+ "index": 2013
},
{
- "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx",
- "line": 35,
+ "filePath": "src/library-authoring/common/License.jsx",
+ "line": 93,
"column": 4,
- "index": 1202
+ "index": 2645
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
- "line": 23,
- "column": 8,
- "index": 758
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 319,
+ "column": 37,
+ "index": 11010
},
{
- "filePath": "src/Configuration/Provisioning/SubsidyDetailView/PolicyDetailView/CustomCatalogDetail.jsx",
- "line": 18,
- "column": 10,
- "index": 648
+ "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
+ "line": 44,
+ "column": 15,
+ "index": 1415
},
{
- "filePath": "src/ProgramEnrollments/ProgramInspector/EnrollmentDetails.jsx",
- "line": 38,
- "column": 18,
- "index": 1246
+ "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
+ "line": 45,
+ "column": 15,
+ "index": 1450
},
{
- "filePath": "src/users/CopyShowHyperLinks.jsx",
- "line": 10,
- "column": 6,
- "index": 253
+ "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
+ "line": 46,
+ "column": 16,
+ "index": 1518
},
{
- "filePath": "src/users/CopyShowHyperLinks.jsx",
- "line": 24,
- "column": 6,
- "index": 647
+ "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
+ "line": 47,
+ "column": 13,
+ "index": 1553
},
{
- "filePath": "src/users/entitlements/Entitlements.jsx",
- "line": 67,
- "column": 8,
- "index": 2598
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 226,
+ "column": 82,
+ "index": 7628
},
{
- "filePath": "src/users/LearnerCredentials.jsx",
- "line": 113,
- "column": 14,
- "index": 3025
+ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
+ "line": 349,
+ "column": 35,
+ "index": 12176
},
{
- "filePath": "src/users/orderHistory/OrderHistory.jsx",
- "line": 47,
- "column": 10,
- "index": 1542
+ "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
+ "line": 82,
+ "column": 23,
+ "index": 3261
},
{
- "filePath": "src/users/VerifiedName.jsx",
- "line": 135,
- "column": 6,
- "index": 4398
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 74,
+ "column": 20,
+ "index": 2991
}
],
- "DataTable.FilterStatus": [
+ "Dropdown": [
{
- "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardDataTable.jsx",
- "line": 20,
- "column": 31,
- "index": 865
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 90,
+ "column": 12,
+ "index": 2873
}
],
- "DataTable": [
- {
- "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardDataTable.jsx",
- "line": 49,
- "column": 6,
- "index": 1737
- },
+ "Dropdown.Toggle": [
{
- "filePath": "src/users/account-actions/PasswordHistory.jsx",
- "line": 71,
- "column": 10,
- "index": 1856
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 91,
+ "column": 14,
+ "index": 2898
}
],
- "Badge": [
+ "IconButton": [
{
- "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableBadges.jsx",
- "line": 9,
- "column": 4,
- "index": 172
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 93,
+ "column": 20,
+ "index": 3030
},
{
- "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx",
- "line": 16,
- "column": 40,
- "index": 384
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPageHeaderBase.jsx",
+ "line": 49,
+ "column": 12,
+ "index": 1364
},
{
- "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx",
- "line": 16,
- "column": 83,
- "index": 427
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 226,
+ "column": 35,
+ "index": 7581
},
{
- "filePath": "src/users/licenses/LicenseCard.jsx",
- "line": 67,
- "column": 14,
- "index": 1781
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 72,
+ "column": 10,
+ "index": 2927
}
],
- "IconButton": [
+ "MoreVert": [
{
- "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx",
- "line": 42,
- "column": 6,
- "index": 1439
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 94,
+ "column": 21,
+ "index": 3063
}
],
- "DjangoShort": [
+ "Dropdown.Menu": [
{
- "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx",
- "line": 44,
- "column": 13,
- "index": 1482
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 97,
+ "column": 14,
+ "index": 3134
}
],
- "Icon": [
+ "Dropdown.Item": [
{
- "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx",
- "line": 45,
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 98,
"column": 16,
- "index": 1511
+ "index": 3180
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
- "line": 34,
- "column": 12,
- "index": 1188
- },
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 104,
+ "column": 16,
+ "index": 3512
+ }
+ ],
+ "ModalDialog": [
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormHelpText.jsx",
- "line": 12,
- "column": 55,
- "index": 365
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 116,
+ "column": 4,
+ "index": 3932
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
- "line": 66,
- "column": 18,
- "index": 2072
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 139,
+ "column": 4,
+ "index": 4692
},
{
- "filePath": "src/Configuration/Provisioning/SubsidyDetailView/InternalOnlyDetail.jsx",
- "line": 16,
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 80,
"column": 10,
- "index": 489
+ "index": 3185
+ }
+ ],
+ "ModalDialog.Header": [
+ {
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 143,
+ "column": 6,
+ "index": 4796
},
{
- "filePath": "src/Configuration/Provisioning/SubsidyDetailView/TermDetail.jsx",
- "line": 23,
- "column": 20,
- "index": 734
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 84,
+ "column": 12,
+ "index": 3313
}
],
- "ActionRow": [
+ "ModalDialog.Title": [
{
- "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx",
- "line": 20,
- "column": 4,
- "index": 515
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 144,
+ "column": 8,
+ "index": 4825
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
- "line": 20,
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 85,
+ "column": 14,
+ "index": 3348
+ }
+ ],
+ "ModalDialog.Body": [
+ {
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 148,
"column": 6,
- "index": 645
+ "index": 4992
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubmissionButton.jsx",
- "line": 253,
- "column": 4,
- "index": 11163
- },
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 89,
+ "column": 12,
+ "index": 3533
+ }
+ ],
+ "ModalDialog.Footer": [
{
- "filePath": "src/Configuration/Provisioning/SubsidyDetailView/SubsidyDetailViewContainer.jsx",
- "line": 14,
- "column": 8,
- "index": 538
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 151,
+ "column": 6,
+ "index": 5124
},
{
- "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
- "line": 53,
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 95,
+ "column": 12,
+ "index": 3773
+ }
+ ],
+ "ModalDialog.CloseButton": [
+ {
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 153,
"column": 10,
- "index": 1370
+ "index": 5175
},
{
- "filePath": "src/Configuration/Provisioning/SubsidyEditView/SubsidyEditViewContainer.jsx",
- "line": 19,
- "column": 8,
- "index": 591
- },
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 97,
+ "column": 16,
+ "index": 3836
+ }
+ ],
+ "Card.Body": [
{
- "filePath": "src/users/account-actions/CancelRetirement.jsx",
- "line": 71,
- "column": 10,
- "index": 2144
- },
+ "filePath": "src/library-authoring/author-library/BlockPreviewBase.jsx",
+ "line": 163,
+ "column": 6,
+ "index": 5669
+ }
+ ],
+ "Add": [
{
- "filePath": "src/users/account-actions/PasswordHistory.jsx",
- "line": 78,
- "column": 10,
- "index": 2086
+ "filePath": "src/library-authoring/author-library/ButtonTogglesBase.jsx",
+ "line": 30,
+ "column": 18,
+ "index": 1100
},
{
- "filePath": "src/users/account-actions/ResetPassword.jsx",
- "line": 74,
- "column": 10,
- "index": 2217
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 237,
+ "column": 26,
+ "index": 8253
},
{
- "filePath": "src/users/account-actions/RetireUser.jsx",
- "line": 86,
- "column": 10,
- "index": 2661
+ "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
+ "line": 44,
+ "column": 26,
+ "index": 1426
},
{
- "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
- "line": 64,
- "column": 10,
- "index": 2178
+ "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx",
+ "line": 58,
+ "column": 26,
+ "index": 2026
},
{
- "filePath": "src/users/CourseReset.jsx",
- "line": 126,
- "column": 14,
- "index": 3423
- },
+ "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
+ "line": 163,
+ "column": 34,
+ "index": 5442
+ }
+ ],
+ "Container": [
{
- "filePath": "src/users/courseSummary/CourseSummary.jsx",
- "line": 169,
- "column": 8,
- "index": 4632
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 134,
+ "column": 4,
+ "index": 4004
},
{
- "filePath": "src/users/enrollments/Certificates.jsx",
- "line": 210,
+ "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
+ "line": 216,
"column": 8,
- "index": 6357
- },
+ "index": 6274
+ }
+ ],
+ "ActionRow.Spacer": [
{
- "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
- "line": 157,
- "column": 8,
- "index": 4292
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 141,
+ "column": 10,
+ "index": 4288
},
{
- "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
- "line": 117,
- "column": 8,
- "index": 3214
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 164,
+ "column": 14,
+ "index": 5203
},
{
- "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
- "line": 119,
- "column": 8,
- "index": 3352
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 189,
+ "column": 12,
+ "index": 6192
},
{
- "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx",
- "line": 114,
- "column": 8,
- "index": 3126
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 52,
+ "column": 10,
+ "index": 1637
},
{
- "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx",
- "line": 112,
- "column": 8,
- "index": 3072
+ "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx",
+ "line": 53,
+ "column": 10,
+ "index": 1856
},
{
- "filePath": "src/users/SingleSignOnRecordCard.jsx",
- "line": 86,
- "column": 10,
- "index": 2551
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 44,
+ "column": 6,
+ "index": 1564
},
{
- "filePath": "src/users/VerifiedName.jsx",
- "line": 170,
- "column": 10,
- "index": 5330
+ "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
+ "line": 121,
+ "column": 16,
+ "index": 3656
}
],
- "ActionRow.Spacer": [
+ "Row": [
{
- "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx",
- "line": 22,
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 151,
"column": 6,
- "index": 566
+ "index": 4584
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
- "line": 22,
- "column": 8,
- "index": 729
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 243,
+ "column": 14,
+ "index": 8463
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
- "line": 104,
- "column": 14,
- "index": 3611
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 286,
+ "column": 22,
+ "index": 10413
},
{
- "filePath": "src/Configuration/Provisioning/SubsidyDetailView/SubsidyDetailViewContainer.jsx",
- "line": 16,
- "column": 10,
- "index": 602
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 300,
+ "column": 22,
+ "index": 11104
},
{
- "filePath": "src/Configuration/Provisioning/SubsidyEditView/SubsidyEditViewContainer.jsx",
- "line": 21,
- "column": 10,
- "index": 655
- }
- ],
- "Button": [
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 315,
+ "column": 22,
+ "index": 11844
+ },
{
- "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx",
- "line": 23,
- "column": 6,
- "index": 593
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 346,
+ "column": 12,
+ "index": 13129
},
{
- "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageButton.jsx",
- "line": 7,
+ "filePath": "src/library-authoring/common/License.jsx",
+ "line": 22,
+ "column": 4,
+ "index": 668
+ },
+ {
+ "filePath": "src/library-authoring/common/License.jsx",
+ "line": 92,
"column": 2,
- "index": 153
+ "index": 2600
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx",
- "line": 129,
- "column": 8,
- "index": 4872
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 40,
+ "column": 4,
+ "index": 877
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubmissionButton.jsx",
- "line": 260,
- "column": 6,
- "index": 11417
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 55,
+ "column": 8,
+ "index": 1539
},
{
- "filePath": "src/Configuration/Provisioning/SubsidyDetailView/EditButton.jsx",
- "line": 17,
- "column": 4,
- "index": 461
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 74,
+ "column": 8,
+ "index": 2274
},
{
- "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
- "line": 29,
- "column": 6,
- "index": 772
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 93,
+ "column": 8,
+ "index": 3064
},
{
- "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
- "line": 54,
- "column": 12,
- "index": 1394
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 112,
+ "column": 8,
+ "index": 3856
},
{
- "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentIndexPage.jsx",
- "line": 101,
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 133,
+ "column": 4,
+ "index": 4643
+ },
+ {
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 194,
"column": 10,
- "index": 3357
+ "index": 4777
},
{
- "filePath": "src/ProgramEnrollments/LinkProgramEnrollments.jsx",
- "line": 76,
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 385,
"column": 10,
- "index": 2374
+ "index": 12812
},
{
- "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
- "line": 157,
+ "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
+ "line": 217,
"column": 10,
- "index": 5137
+ "index": 6332
},
{
- "filePath": "src/userMessages/Alert.jsx",
- "line": 49,
- "column": 22,
- "index": 1254
+ "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
+ "line": 26,
+ "column": 2,
+ "index": 840
},
{
- "filePath": "src/users/account-actions/CancelRetirement.jsx",
- "line": 48,
+ "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx",
+ "line": 68,
"column": 6,
- "index": 1414
- },
+ "index": 2281
+ }
+ ],
+ "SearchField": [
{
- "filePath": "src/users/account-actions/CancelRetirement.jsx",
- "line": 80,
- "column": 18,
- "index": 2381
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 158,
+ "column": 14,
+ "index": 4931
+ }
+ ],
+ "Form.Control": [
+ {
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 165,
+ "column": 14,
+ "index": 5238
},
{
- "filePath": "src/users/account-actions/PasswordHistory.jsx",
- "line": 48,
- "column": 8,
- "index": 1182
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPageHeaderBase.jsx",
+ "line": 33,
+ "column": 10,
+ "index": 926
},
{
- "filePath": "src/users/account-actions/ResetPassword.jsx",
- "line": 51,
+ "filePath": "src/library-authoring/common/FormGroup.jsx",
+ "line": 19,
"column": 6,
- "index": 1503
+ "index": 499
},
{
- "filePath": "src/users/account-actions/ResetPassword.jsx",
- "line": 82,
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 220,
+ "column": 28,
+ "index": 5888
+ },
+ {
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 222,
"column": 16,
- "index": 2435
+ "index": 7301
},
{
- "filePath": "src/users/account-actions/RetireUser.jsx",
- "line": 61,
- "column": 6,
- "index": 1910
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 236,
+ "column": 14,
+ "index": 8003
},
{
- "filePath": "src/users/account-actions/RetireUser.jsx",
- "line": 94,
- "column": 16,
- "index": 2879
+ "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
+ "line": 45,
+ "column": 20,
+ "index": 1617
+ }
+ ],
+ "Pagination": [
+ {
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 191,
+ "column": 14,
+ "index": 6276
},
{
- "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
- "line": 28,
- "column": 6,
- "index": 734
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 332,
+ "column": 16,
+ "index": 12566
},
{
- "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
- "line": 70,
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 125,
"column": 12,
- "index": 2341
+ "index": 4206
},
{
- "filePath": "src/users/CourseReset.jsx",
- "line": 112,
- "column": 10,
- "index": 3089
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 301,
+ "column": 12,
+ "index": 10112
},
{
- "filePath": "src/users/CourseReset.jsx",
- "line": 127,
- "column": 16,
- "index": 3451
+ "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
+ "line": 172,
+ "column": 18,
+ "index": 5763
+ }
+ ],
+ "SelectableBox.Set": [
+ {
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 248,
+ "column": 18,
+ "index": 8781
+ }
+ ],
+ "SelectableBox": [
+ {
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 281,
+ "column": 20,
+ "index": 10232
},
{
- "filePath": "src/users/CourseReset.jsx",
- "line": 134,
- "column": 16,
- "index": 3691
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 295,
+ "column": 20,
+ "index": 10917
},
{
- "filePath": "src/users/CourseReset.jsx",
- "line": 165,
- "column": 8,
- "index": 4652
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 309,
+ "column": 20,
+ "index": 11615
+ }
+ ],
+ "TextFields": [
+ {
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 288,
+ "column": 31,
+ "index": 10538
+ }
+ ],
+ "HelpOutline": [
+ {
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 302,
+ "column": 31,
+ "index": 11229
+ }
+ ],
+ "VideoCamera": [
+ {
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 317,
+ "column": 31,
+ "index": 11969
+ }
+ ],
+ "Card.Footer": [
+ {
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 360,
+ "column": 18,
+ "index": 14068
},
{
- "filePath": "src/users/enrollments/Certificates.jsx",
- "line": 159,
- "column": 24,
- "index": 4984
+ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
+ "line": 333,
+ "column": 18,
+ "index": 11397
},
{
- "filePath": "src/users/enrollments/Certificates.jsx",
- "line": 169,
- "column": 24,
- "index": 5382
+ "filePath": "src/library-authoring/empty-page/EmptyPage.jsx",
+ "line": 15,
+ "column": 4,
+ "index": 287
+ }
+ ],
+ "Alert": [
+ {
+ "filePath": "src/library-authoring/common/ErrorAlert.jsx",
+ "line": 12,
+ "column": 6,
+ "index": 455
},
{
- "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
- "line": 166,
- "column": 14,
- "index": 4563
+ "filePath": "src/library-authoring/common/SuccessAlert.jsx",
+ "line": 11,
+ "column": 6,
+ "index": 414
},
{
- "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
- "line": 126,
- "column": 14,
- "index": 3485
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 199,
+ "column": 16,
+ "index": 4974
},
{
- "filePath": "src/users/enrollments/Enrollments.jsx",
- "line": 291,
- "column": 8,
- "index": 9339
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 389,
+ "column": 18,
+ "index": 13006
},
{
- "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
- "line": 128,
- "column": 14,
- "index": 3624
+ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
+ "line": 256,
+ "column": 12,
+ "index": 7296
},
{
- "filePath": "src/users/entitlements/Entitlements.jsx",
- "line": 250,
- "column": 8,
- "index": 7917
+ "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
+ "line": 222,
+ "column": 16,
+ "index": 6529
},
{
- "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx",
- "line": 123,
- "column": 14,
- "index": 3398
+ "filePath": "src/library-authoring/library-access/LibraryAccessPage.jsx",
+ "line": 73,
+ "column": 16,
+ "index": 2464
+ }
+ ],
+ "Form.Group": [
+ {
+ "filePath": "src/library-authoring/common/FormGroup.jsx",
+ "line": 18,
+ "column": 4,
+ "index": 419
},
{
- "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx",
- "line": 121,
- "column": 14,
- "index": 3344
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 212,
+ "column": 26,
+ "index": 5445
},
{
- "filePath": "src/users/LearnerCredentials.jsx",
- "line": 26,
- "column": 10,
- "index": 813
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 217,
+ "column": 12,
+ "index": 7033
},
{
- "filePath": "src/users/LearnerCredentials.jsx",
- "line": 52,
- "column": 8,
- "index": 1447
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 232,
+ "column": 12,
+ "index": 7773
},
{
- "filePath": "src/users/LearnerRecords.jsx",
- "line": 73,
+ "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
+ "line": 37,
"column": 18,
- "index": 2311
- },
+ "index": 1233
+ }
+ ],
+ "Cc": [
{
- "filePath": "src/users/SingleSignOnRecordCard.jsx",
- "line": 115,
- "column": 14,
- "index": 3496
- },
+ "filePath": "src/library-authoring/common/License.jsx",
+ "line": 28,
+ "column": 15,
+ "index": 876
+ }
+ ],
+ "Attribution": [
{
- "filePath": "src/users/UserSearch.jsx",
- "line": 22,
- "column": 8,
- "index": 679
- },
+ "filePath": "src/library-authoring/common/License.jsx",
+ "line": 37,
+ "column": 17,
+ "index": 1149
+ }
+ ],
+ "Nc": [
{
- "filePath": "src/users/VerifiedName.jsx",
- "line": 55,
- "column": 10,
- "index": 2095
+ "filePath": "src/library-authoring/common/License.jsx",
+ "line": 47,
+ "column": 17,
+ "index": 1452
}
],
- "Add": [
+ "Nd": [
{
- "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx",
- "line": 26,
- "column": 20,
- "index": 677
+ "filePath": "src/library-authoring/common/License.jsx",
+ "line": 57,
+ "column": 17,
+ "index": 1747
}
],
- "Toast": [
+ "Sa": [
{
- "filePath": "src/Configuration/Provisioning/DashboardToast.jsx",
- "line": 16,
- "column": 4,
- "index": 495
+ "filePath": "src/library-authoring/common/License.jsx",
+ "line": 67,
+ "column": 17,
+ "index": 2036
}
],
- "Image": [
+ "Copyright": [
{
- "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageImage.jsx",
- "line": 5,
- "column": 2,
- "index": 131
+ "filePath": "src/library-authoring/common/License.jsx",
+ "line": 93,
+ "column": 15,
+ "index": 2656
}
],
- "Form.AutosuggestOption": [
+ "ButtonGroup": [
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx",
- "line": 66,
- "column": 8,
- "index": 2609
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 41,
+ "column": 6,
+ "index": 905
+ }
+ ],
+ "Form.Checkbox": [
+ {
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 57,
+ "column": 12,
+ "index": 1653
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx",
- "line": 78,
- "column": 10,
- "index": 3169
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 76,
+ "column": 12,
+ "index": 2388
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx",
- "line": 91,
- "column": 6,
- "index": 3514
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 95,
+ "column": 12,
+ "index": 3178
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomerDropdown.jsx",
- "line": 67,
- "column": 10,
- "index": 2708
+ "filePath": "src/library-authoring/common/LicenseField.jsx",
+ "line": 114,
+ "column": 12,
+ "index": 3970
}
],
- "Form.Group": [
+ "Form": [
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx",
- "line": 105,
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 208,
+ "column": 18,
+ "index": 5251
+ },
+ {
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 215,
"column": 8,
- "index": 3936
+ "index": 6939
+ }
+ ],
+ "Card.Section": [
+ {
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 211,
+ "column": 24,
+ "index": 5404
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormAccountDetails.jsx",
- "line": 78,
- "column": 6,
- "index": 3295
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 292,
+ "column": 24,
+ "index": 9655
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormAccountDetails.jsx",
- "line": 107,
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 301,
+ "column": 22,
+ "index": 10047
+ },
+ {
+ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
+ "line": 282,
+ "column": 18,
+ "index": 8517
+ },
+ {
+ "filePath": "src/library-authoring/empty-page/EmptyPage.jsx",
+ "line": 11,
+ "column": 4,
+ "index": 203
+ },
+ {
+ "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
+ "line": 32,
"column": 8,
- "index": 4191
+ "index": 1042
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormCatalog.jsx",
- "line": 69,
- "column": 6,
- "index": 2387
+ "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
+ "line": 67,
+ "column": 8,
+ "index": 2521
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormDescription.jsx",
- "line": 44,
- "column": 6,
- "index": 1478
+ "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
+ "line": 147,
+ "column": 24,
+ "index": 4613
+ }
+ ],
+ "Form.Label": [
+ {
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 217,
+ "column": 28,
+ "index": 5673
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCap.jsx",
- "line": 45,
- "column": 6,
- "index": 1615
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 218,
+ "column": 14,
+ "index": 7078
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCapAmount.jsx",
- "line": 48,
- "column": 6,
- "index": 2128
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 233,
+ "column": 14,
+ "index": 7818
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPolicyType.jsx",
- "line": 63,
- "column": 6,
- "index": 2125
+ "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
+ "line": 42,
+ "column": 20,
+ "index": 1420
+ }
+ ],
+ "Form.Text": [
+ {
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 228,
+ "column": 28,
+ "index": 6314
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
- "line": 80,
- "column": 6,
- "index": 2575
- },
+ "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
+ "line": 53,
+ "column": 20,
+ "index": 1970
+ }
+ ],
+ "StatefulButton": [
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomer.jsx",
- "line": 43,
- "column": 6,
- "index": 1756
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 309,
+ "column": 24,
+ "index": 10415
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomer.jsx",
- "line": 46,
- "column": 6,
- "index": 1864
+ "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
+ "line": 61,
+ "column": 12,
+ "index": 1924
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomerDropdown.jsx",
- "line": 55,
- "column": 4,
- "index": 2270
+ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
+ "line": 342,
+ "column": 22,
+ "index": 11832
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInternalOnly.jsx",
- "line": 32,
- "column": 6,
- "index": 1124
- },
+ "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
+ "line": 71,
+ "column": 10,
+ "index": 2752
+ }
+ ],
+ "SpinnerSimple": [
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubsidy.jsx",
- "line": 38,
- "column": 6,
- "index": 1320
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 319,
+ "column": 48,
+ "index": 11021
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
- "line": 72,
- "column": 6,
- "index": 2192
- },
+ "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
+ "line": 45,
+ "column": 26,
+ "index": 1461
+ }
+ ],
+ "Check": [
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTitle.jsx",
- "line": 44,
- "column": 6,
- "index": 1499
+ "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
+ "line": 46,
+ "column": 27,
+ "index": 1529
+ }
+ ],
+ "Sync": [
+ {
+ "filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
+ "line": 47,
+ "column": 24,
+ "index": 1564
},
{
- "filePath": "src/users/CourseReset.jsx",
- "line": 146,
- "column": 12,
- "index": 4135
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 57,
+ "column": 24,
+ "index": 1821
}
],
- "Form.Autosuggest": [
+ "Form.Row": [
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx",
- "line": 108,
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 216,
"column": 10,
- "index": 3997
+ "index": 7010
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomerDropdown.jsx",
- "line": 56,
- "column": 6,
- "index": 2289
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 231,
+ "column": 10,
+ "index": 7750
}
],
- "Warning": [
+ "Search": [
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
- "line": 34,
- "column": 23,
- "index": 1199
+ "filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
+ "line": 226,
+ "column": 66,
+ "index": 7612
}
],
- "Col": [
+ "Badge": [
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
- "line": 35,
+ "filePath": "src/library-authoring/course-import/CourseImportTaskListItem.jsx",
+ "line": 37,
"column": 12,
- "index": 1252
+ "index": 906
},
{
- "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollment.jsx",
- "line": 46,
- "column": 18,
- "index": 1599
- },
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 31,
+ "column": 4,
+ "index": 929
+ }
+ ],
+ "Info": [
{
- "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollment.jsx",
- "line": 49,
- "column": 18,
- "index": 1758
- },
+ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
+ "line": 257,
+ "column": 20,
+ "index": 7323
+ }
+ ],
+ "Alert.Heading": [
{
- "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
- "line": 168,
- "column": 16,
- "index": 5525
- },
+ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
+ "line": 261,
+ "column": 29,
+ "index": 7459
+ }
+ ],
+ "Breadcrumb": [
{
- "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
- "line": 171,
- "column": 16,
- "index": 5619
+ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
+ "line": 265,
+ "column": 10,
+ "index": 7605
},
{
- "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
- "line": 178,
- "column": 16,
- "index": 5876
- },
+ "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
+ "line": 112,
+ "column": 12,
+ "index": 3145
+ }
+ ],
+ "AlertModal": [
{
- "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
- "line": 181,
- "column": 16,
- "index": 5967
- },
+ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
+ "line": 364,
+ "column": 8,
+ "index": 12832
+ }
+ ],
+ "Spinner": [
{
- "filePath": "src/users/licenses/LicenseCard.jsx",
- "line": 66,
- "column": 12,
- "index": 1731
- },
+ "filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
+ "line": 259,
+ "column": 24,
+ "index": 8507
+ }
+ ],
+ "DeleteOutline": [
{
- "filePath": "src/users/licenses/LicenseCard.jsx",
- "line": 70,
- "column": 12,
- "index": 1922
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 73,
+ "column": 17,
+ "index": 2956
+ }
+ ]
+ }
+ },
+ {
+ "version": "21.11.3",
+ "name": "@edx/frontend-app-ora-grading",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/edx/frontend-app-ora-grading.git"
+ },
+ "folderName": "frontend-app-ora-grading",
+ "usages": {
+ "AlertModal": [
+ {
+ "filePath": "src/components/ConfirmModal.jsx",
+ "line": 16,
+ "column": 2,
+ "index": 292
},
{
- "filePath": "src/users/licenses/Licenses.jsx",
- "line": 36,
- "column": 14,
- "index": 1051
+ "filePath": "src/components/DemoAlert/index.jsx",
+ "line": 18,
+ "column": 2,
+ "index": 329
+ }
+ ],
+ "ActionRow": [
+ {
+ "filePath": "src/components/ConfirmModal.jsx",
+ "line": 22,
+ "column": 6,
+ "index": 421
},
{
- "filePath": "src/users/SingleSignOnRecordCard.jsx",
- "line": 105,
- "column": 12,
- "index": 3092
+ "filePath": "src/components/DemoAlert/index.jsx",
+ "line": 23,
+ "column": 6,
+ "index": 449
},
{
- "filePath": "src/users/SingleSignOnRecordCard.jsx",
- "line": 108,
- "column": 12,
- "index": 3234
+ "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
+ "line": 51,
+ "column": 6,
+ "index": 1279
},
{
- "filePath": "src/users/SingleSignOnRecords.jsx",
- "line": 45,
- "column": 14,
- "index": 1675
+ "filePath": "src/containers/ReviewActions/index.jsx",
+ "line": 27,
+ "column": 4,
+ "index": 754
}
],
- "Form.Control": [
+ "Button": [
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormAccountDetails.jsx",
- "line": 83,
+ "filePath": "src/components/ConfirmModal.jsx",
+ "line": 23,
"column": 8,
- "index": 3421
+ "index": 441
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormAccountDetails.jsx",
- "line": 110,
- "column": 10,
- "index": 4252
+ "filePath": "src/components/ConfirmModal.jsx",
+ "line": 29,
+ "column": 8,
+ "index": 566
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormDescription.jsx",
- "line": 46,
+ "filePath": "src/components/DemoAlert/index.jsx",
+ "line": 24,
"column": 8,
- "index": 1583
+ "index": 469
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCapAmount.jsx",
- "line": 51,
- "column": 8,
- "index": 2183
+ "filePath": "src/components/FilePreview/Banners/ErrorBanner.jsx",
+ "line": 15,
+ "column": 4,
+ "index": 454
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomer.jsx",
- "line": 51,
- "column": 8,
- "index": 2027
+ "filePath": "src/components/FilePreview/FileInfo.jsx",
+ "line": 28,
+ "column": 4,
+ "index": 647
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
- "line": 76,
- "column": 8,
- "index": 2317
+ "filePath": "src/containers/ListView/EmptySubmission.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 685
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
- "line": 84,
- "column": 8,
- "index": 2578
+ "filePath": "src/containers/ListView/FilterStatusComponent.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 1076
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTitle.jsx",
- "line": 48,
- "column": 8,
- "index": 1604
+ "filePath": "src/containers/ListView/ListError.jsx",
+ "line": 27,
+ "column": 6,
+ "index": 570
},
{
- "filePath": "src/users/CourseReset.jsx",
- "line": 147,
- "column": 14,
- "index": 4162
- }
- ],
- "Form.Label": [
+ "filePath": "src/containers/ListView/SelectedBulkAction.jsx",
+ "line": 10,
+ "column": 2,
+ "index": 285
+ },
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormCatalog.jsx",
- "line": 70,
- "column": 8,
- "index": 2427
+ "filePath": "src/containers/ListView/TableAction.jsx",
+ "line": 10,
+ "column": 2,
+ "index": 275
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormDescription.jsx",
+ "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
+ "line": 90,
+ "column": 20,
+ "index": 3414
+ },
+ {
+ "filePath": "src/containers/ReviewActions/components/StartGradingButton/index.jsx",
+ "line": 27,
+ "column": 6,
+ "index": 626
+ },
+ {
+ "filePath": "src/containers/ReviewActions/index.jsx",
"line": 45,
- "column": 8,
- "index": 1499
+ "column": 12,
+ "index": 1365
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCap.jsx",
- "line": 48,
- "column": 8,
- "index": 1670
+ "filePath": "src/containers/ReviewModal/ReviewErrors/ReviewError.jsx",
+ "line": 26,
+ "column": 6,
+ "index": 521
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPolicyType.jsx",
- "line": 66,
- "column": 8,
- "index": 2180
+ "filePath": "src/containers/ReviewModal/ReviewErrors/ReviewError.jsx",
+ "line": 33,
+ "column": 6,
+ "index": 713
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
- "line": 81,
- "column": 8,
- "index": 2615
+ "filePath": "src/containers/ReviewModal/ReviewErrors/ReviewError.test.jsx",
+ "line": 34,
+ "column": 2,
+ "index": 782
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubsidy.jsx",
- "line": 39,
- "column": 8,
- "index": 1360
+ "filePath": "src/containers/ReviewModal/ReviewErrors/ReviewError.test.jsx",
+ "line": 40,
+ "column": 2,
+ "index": 915
}
],
- "Form.RadioSet": [
+ "Alert": [
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormCatalog.jsx",
- "line": 88,
- "column": 14,
- "index": 3244
+ "filePath": "src/components/FilePreview/Banners/ErrorBanner.jsx",
+ "line": 20,
+ "column": 4,
+ "index": 612
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCap.jsx",
- "line": 49,
- "column": 8,
- "index": 1746
+ "filePath": "src/components/FilePreview/Banners/LoadingBanner.jsx",
+ "line": 6,
+ "column": 2,
+ "index": 119
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPolicyType.jsx",
- "line": 75,
- "column": 8,
- "index": 2648
+ "filePath": "src/containers/DemoWarning/index.jsx",
+ "line": 18,
+ "column": 4,
+ "index": 447
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
- "line": 83,
- "column": 8,
- "index": 2731
+ "filePath": "src/containers/ListView/ListError.jsx",
+ "line": 23,
+ "column": 2,
+ "index": 505
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubsidy.jsx",
- "line": 40,
- "column": 8,
- "index": 1437
+ "filePath": "src/containers/ReviewModal/ReviewErrors/ReviewError.jsx",
+ "line": 39,
+ "column": 4,
+ "index": 855
}
],
- "Form.Radio": [
+ "Info": [
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormCatalog.jsx",
- "line": 95,
- "column": 20,
- "index": 3492
+ "filePath": "src/components/FilePreview/Banners/ErrorBanner.jsx",
+ "line": 20,
+ "column": 34,
+ "index": 642
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCap.jsx",
- "line": 56,
+ "filePath": "src/containers/DemoWarning/index.jsx",
+ "line": 21,
"column": 12,
- "index": 2006
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPolicyType.jsx",
- "line": 83,
- "column": 14,
- "index": 2915
+ "index": 523
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
- "line": 105,
- "column": 14,
- "index": 3646
+ "filePath": "src/containers/ListView/ListError.jsx",
+ "line": 25,
+ "column": 10,
+ "index": 543
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubsidy.jsx",
- "line": 47,
+ "filePath": "src/containers/ReviewModal/ReviewErrors/ReviewError.jsx",
+ "line": 41,
"column": 12,
- "index": 1636
+ "index": 898
}
],
- "Spinner": [
+ "Alert.Heading": [
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
- "line": 93,
- "column": 16,
- "index": 3200
+ "filePath": "src/components/FilePreview/Banners/ErrorBanner.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 679
+ },
+ {
+ "filePath": "src/containers/DemoWarning/index.jsx",
+ "line": 23,
+ "column": 6,
+ "index": 541
+ },
+ {
+ "filePath": "src/containers/ListView/ListError.jsx",
+ "line": 32,
+ "column": 4,
+ "index": 696
+ },
+ {
+ "filePath": "src/containers/ReviewModal/ReviewErrors/ReviewError.jsx",
+ "line": 45,
+ "column": 6,
+ "index": 968
}
],
- "Alert": [
+ "Spinner": [
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAlert.jsx",
- "line": 9,
- "column": 6,
- "index": 280
+ "filePath": "src/components/FilePreview/Banners/LoadingBanner.jsx",
+ "line": 7,
+ "column": 4,
+ "index": 146
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInstructionAlert.jsx",
- "line": 21,
- "column": 6,
- "index": 610
+ "filePath": "src/components/LoadingMessage.jsx",
+ "line": 12,
+ "column": 4,
+ "index": 300
},
{
- "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
- "line": 113,
+ "filePath": "src/containers/ListView/index.jsx",
+ "line": 47,
+ "column": 12,
+ "index": 1320
+ }
+ ],
+ "IconButton": [
+ {
+ "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
+ "line": 52,
"column": 8,
- "index": 3466
+ "index": 1345
},
{
- "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
- "line": 202,
- "column": 16,
- "index": 6754
+ "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
+ "line": 71,
+ "column": 8,
+ "index": 1934
},
{
- "filePath": "src/users/account-actions/CancelRetirement.jsx",
+ "filePath": "src/components/InfoPopover/index.jsx",
"line": 31,
- "column": 19,
- "index": 924
+ "column": 4,
+ "index": 678
},
{
- "filePath": "src/users/account-actions/CancelRetirement.jsx",
- "line": 34,
- "column": 10,
- "index": 1005
+ "filePath": "src/containers/ReviewActions/components/SubmissionNavigation.jsx",
+ "line": 26,
+ "column": 4,
+ "index": 659
},
{
- "filePath": "src/users/account-actions/ResetPassword.jsx",
- "line": 31,
- "column": 19,
- "index": 886
- },
+ "filePath": "src/containers/ReviewActions/components/SubmissionNavigation.jsx",
+ "line": 41,
+ "column": 4,
+ "index": 1085
+ }
+ ],
+ "Icon": [
{
- "filePath": "src/users/account-actions/ResetPassword.jsx",
- "line": 34,
- "column": 10,
- "index": 967
+ "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
+ "line": 55,
+ "column": 18,
+ "index": 1433
},
{
- "filePath": "src/users/account-actions/RetireUser.jsx",
- "line": 36,
- "column": 19,
- "index": 994
+ "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
+ "line": 74,
+ "column": 18,
+ "index": 2018
},
{
- "filePath": "src/users/account-actions/RetireUser.jsx",
- "line": 39,
- "column": 10,
- "index": 1075
+ "filePath": "src/components/InfoPopover/index.jsx",
+ "line": 36,
+ "column": 14,
+ "index": 843
},
{
- "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
- "line": 49,
- "column": 12,
- "index": 1613
+ "filePath": "src/containers/ListView/ListViewBreadcrumb.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 631
},
{
- "filePath": "src/users/CourseReset.jsx",
- "line": 156,
- "column": 14,
- "index": 4440
+ "filePath": "src/containers/ListView/ListViewBreadcrumb.jsx",
+ "line": 26,
+ "column": 8,
+ "index": 946
},
{
- "filePath": "src/users/CourseReset.jsx",
- "line": 178,
- "column": 8,
- "index": 4886
+ "filePath": "src/containers/ResponseDisplay/FileDownload.jsx",
+ "line": 29,
+ "column": 15,
+ "index": 797
},
{
- "filePath": "src/users/enrollments/Certificates.jsx",
- "line": 119,
- "column": 20,
- "index": 3799
+ "filePath": "src/containers/ResponseDisplay/FileDownload.jsx",
+ "line": 30,
+ "column": 15,
+ "index": 849
},
{
- "filePath": "src/users/EnterpriseAssociations.jsx",
- "line": 40,
+ "filePath": "src/containers/ResponseDisplay/FileDownload.jsx",
+ "line": 31,
"column": 16,
- "index": 1477
+ "index": 909
},
{
- "filePath": "src/users/LearnerCredentials.jsx",
- "line": 16,
- "column": 6,
- "index": 518
+ "filePath": "src/containers/ResponseDisplay/FileDownload.jsx",
+ "line": 32,
+ "column": 14,
+ "index": 957
},
{
- "filePath": "src/users/LearnerRecords.jsx",
- "line": 53,
- "column": 6,
- "index": 1474
+ "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
+ "line": 47,
+ "column": 18,
+ "index": 1519
},
{
- "filePath": "src/users/LearnerRecords.jsx",
- "line": 80,
+ "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
+ "line": 50,
"column": 18,
- "index": 2631
- }
- ],
- "Info": [
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAlert.jsx",
- "line": 11,
- "column": 14,
- "index": 326
- }
- ],
- "Alert.Heading": [
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAlert.jsx",
- "line": 13,
- "column": 8,
- "index": 348
+ "index": 1652
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInstructionAlert.jsx",
- "line": 29,
- "column": 8,
- "index": 771
- }
- ],
- "WarningFilled": [
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormHelpText.jsx",
- "line": 12,
- "column": 66,
- "index": 376
- }
- ],
- "useToggle": [
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInstructionAlert.jsx",
- "line": 8,
- "column": 28,
- "index": 366
+ "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
+ "line": 88,
+ "column": 20,
+ "index": 3176
},
{
- "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
- "line": 13,
- "column": 32,
- "index": 374
+ "filePath": "src/containers/ReviewActions/components/SubmissionNavigation.jsx",
+ "line": 32,
+ "column": 14,
+ "index": 862
},
{
- "filePath": "src/users/CourseReset.jsx",
- "line": 19,
- "column": 32,
- "index": 614
+ "filePath": "src/containers/ReviewActions/components/SubmissionNavigation.jsx",
+ "line": 47,
+ "column": 14,
+ "index": 1285
}
],
- "Edit": [
+ "ChevronLeft": [
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInstructionAlert.jsx",
- "line": 23,
- "column": 14,
- "index": 654
+ "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
+ "line": 56,
+ "column": 15,
+ "index": 1454
+ },
+ {
+ "filePath": "src/containers/ReviewActions/components/SubmissionNavigation.jsx",
+ "line": 31,
+ "column": 11,
+ "index": 835
}
],
- "Form.Checkbox": [
+ "Form.Group": [
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInternalOnly.jsx",
- "line": 35,
+ "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
+ "line": 60,
"column": 8,
- "index": 1179
- }
- ],
- "StatefulButton": [
+ "index": 1558
+ },
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubmissionButton.jsx",
- "line": 254,
+ "filePath": "src/containers/CriterionContainer/CriterionFeedback.jsx",
+ "line": 50,
"column": 6,
- "index": 11220
+ "index": 1258
},
{
- "filePath": "src/Configuration/Provisioning/SubsidyEditView/SaveEditsButton.jsx",
- "line": 248,
+ "filePath": "src/containers/CriterionContainer/index.jsx",
+ "line": 23,
"column": 4,
- "index": 11150
+ "index": 612
+ },
+ {
+ "filePath": "src/containers/Rubric/RubricFeedback.jsx",
+ "line": 46,
+ "column": 6,
+ "index": 1034
}
],
- "IconButtonWithTooltip": [
+ "Form.Label": [
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
+ "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
"line": 61,
- "column": 8,
- "index": 1908
+ "column": 10,
+ "index": 1623
},
{
- "filePath": "src/Configuration/Provisioning/SubsidyDetailView/TermDetail.jsx",
- "line": 18,
+ "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
+ "line": 69,
"column": 10,
- "index": 560
- }
- ],
- "InfoOutline": [
+ "index": 1855
+ },
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
- "line": 62,
- "column": 15,
- "index": 1946
+ "filePath": "src/containers/CriterionContainer/index.jsx",
+ "line": 24,
+ "column": 6,
+ "index": 631
},
{
- "filePath": "src/Configuration/Provisioning/SubsidyDetailView/TermDetail.jsx",
+ "filePath": "src/containers/CriterionContainer/ReviewCriterion.jsx",
"line": 19,
- "column": 17,
- "index": 600
- }
- ],
- "Check": [
+ "column": 10,
+ "index": 573
+ },
{
- "filePath": "src/Configuration/Provisioning/SubsidyDetailView/InternalOnlyDetail.jsx",
- "line": 16,
- "column": 21,
- "index": 500
+ "filePath": "src/containers/Rubric/RubricFeedback.jsx",
+ "line": 47,
+ "column": 8,
+ "index": 1055
}
],
- "ModalDialog": [
- {
- "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
- "line": 32,
- "column": 6,
- "index": 884
- },
+ "Form.Control": [
{
- "filePath": "src/users/account-actions/CancelRetirement.jsx",
- "line": 55,
- "column": 6,
- "index": 1624
+ "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
+ "line": 62,
+ "column": 10,
+ "index": 1673
},
{
- "filePath": "src/users/account-actions/PasswordHistory.jsx",
- "line": 58,
- "column": 6,
- "index": 1409
+ "filePath": "src/containers/CriterionContainer/CriterionFeedback.jsx",
+ "line": 51,
+ "column": 8,
+ "index": 1314
},
{
- "filePath": "src/users/account-actions/ResetPassword.jsx",
- "line": 58,
- "column": 6,
- "index": 1704
- },
+ "filePath": "src/containers/Rubric/RubricFeedback.jsx",
+ "line": 55,
+ "column": 8,
+ "index": 1339
+ }
+ ],
+ "ChevronRight": [
{
- "filePath": "src/users/account-actions/RetireUser.jsx",
- "line": 70,
- "column": 6,
- "index": 2152
+ "filePath": "src/components/FilePreview/BaseRenderers/PDFRenderer.jsx",
+ "line": 75,
+ "column": 15,
+ "index": 2039
},
{
- "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
- "line": 36,
- "column": 6,
- "index": 1070
- },
+ "filePath": "src/containers/ReviewActions/components/SubmissionNavigation.jsx",
+ "line": 46,
+ "column": 11,
+ "index": 1257
+ }
+ ],
+ "Card": [
{
- "filePath": "src/users/courseSummary/CourseSummary.jsx",
- "line": 146,
- "column": 4,
- "index": 3981
+ "filePath": "src/components/FilePreview/FileCard.jsx",
+ "line": 14,
+ "column": 2,
+ "index": 321
},
{
- "filePath": "src/users/enrollments/Certificates.jsx",
- "line": 191,
- "column": 4,
- "index": 5876
+ "filePath": "src/containers/ResponseDisplay/index.jsx",
+ "line": 50,
+ "column": 12,
+ "index": 1385
},
{
- "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
- "line": 137,
- "column": 4,
- "index": 3754
+ "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
+ "line": 40,
+ "column": 6,
+ "index": 1184
},
{
- "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
- "line": 97,
- "column": 4,
- "index": 2672
- },
+ "filePath": "src/containers/Rubric/index.jsx",
+ "line": 31,
+ "column": 6,
+ "index": 720
+ }
+ ],
+ "Collapsible": [
{
- "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
- "line": 99,
+ "filePath": "src/components/FilePreview/FileCard.jsx",
+ "line": 15,
"column": 4,
- "index": 2806
- },
+ "index": 370
+ }
+ ],
+ "OverlayTrigger": [
{
- "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx",
- "line": 94,
- "column": 4,
- "index": 2585
+ "filePath": "src/components/FilePreview/FileInfo.jsx",
+ "line": 18,
+ "column": 2,
+ "index": 408
},
{
- "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx",
- "line": 92,
- "column": 4,
- "index": 2527
- },
+ "filePath": "src/components/InfoPopover/index.jsx",
+ "line": 21,
+ "column": 2,
+ "index": 439
+ }
+ ],
+ "Popover": [
{
- "filePath": "src/users/SingleSignOnRecordCard.jsx",
- "line": 66,
+ "filePath": "src/components/FilePreview/FileInfo.jsx",
+ "line": 23,
"column": 6,
- "index": 1918
+ "index": 500
},
{
- "filePath": "src/users/VerifiedName.jsx",
- "line": 148,
+ "filePath": "src/components/InfoPopover/index.jsx",
+ "line": 26,
"column": 6,
- "index": 4666
+ "index": 531
}
],
- "ModalDialog.Header": [
+ "Popover.Content": [
{
- "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
- "line": 40,
+ "filePath": "src/components/FilePreview/FileInfo.jsx",
+ "line": 24,
"column": 8,
- "index": 1068
+ "index": 569
},
{
- "filePath": "src/users/account-actions/CancelRetirement.jsx",
- "line": 62,
- "column": 8,
- "index": 1828
+ "filePath": "src/components/FilePreview/FileInfo.test.jsx",
+ "line": 22,
+ "column": 45,
+ "index": 718
},
{
- "filePath": "src/users/account-actions/PasswordHistory.jsx",
- "line": 65,
+ "filePath": "src/components/InfoPopover/index.jsx",
+ "line": 27,
"column": 8,
- "index": 1614
- },
+ "index": 600
+ }
+ ],
+ "InfoOutline": [
{
- "filePath": "src/users/account-actions/ResetPassword.jsx",
- "line": 65,
- "column": 8,
- "index": 1899
+ "filePath": "src/components/FilePreview/FileInfo.jsx",
+ "line": 32,
+ "column": 17,
+ "index": 737
},
{
- "filePath": "src/users/account-actions/RetireUser.jsx",
- "line": 77,
- "column": 8,
- "index": 2333
- },
+ "filePath": "src/components/InfoPopover/index.jsx",
+ "line": 34,
+ "column": 11,
+ "index": 767
+ }
+ ],
+ "Badge": [
{
- "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
- "line": 42,
- "column": 8,
- "index": 1259
- },
+ "filePath": "src/components/StatusBadge.jsx",
+ "line": 33,
+ "column": 4,
+ "index": 872
+ }
+ ],
+ "Form.RadioSet": [
{
- "filePath": "src/users/courseSummary/CourseSummary.jsx",
- "line": 156,
+ "filePath": "src/containers/CriterionContainer/RadioCriterion.jsx",
+ "line": 36,
"column": 6,
- "index": 4183
- },
+ "index": 750
+ }
+ ],
+ "Form.Radio": [
{
- "filePath": "src/users/enrollments/Certificates.jsx",
- "line": 201,
- "column": 6,
- "index": 6075
- },
+ "filePath": "src/containers/CriterionContainer/RadioCriterion.jsx",
+ "line": 38,
+ "column": 10,
+ "index": 850
+ }
+ ],
+ "FormControlFeedback": [
{
- "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
- "line": 148,
- "column": 6,
- "index": 4000
+ "filePath": "src/containers/CriterionContainer/ReviewCriterion.jsx",
+ "line": 20,
+ "column": 10,
+ "index": 675
+ }
+ ],
+ "Hyperlink": [
+ {
+ "filePath": "src/containers/ListView/EmptySubmission.jsx",
+ "line": 20,
+ "column": 4,
+ "index": 608
},
{
- "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
- "line": 108,
- "column": 6,
- "index": 2918
+ "filePath": "src/containers/ListView/ListError.jsx",
+ "line": 40,
+ "column": 12,
+ "index": 921
},
{
- "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
- "line": 110,
- "column": 6,
- "index": 3053
+ "filePath": "src/containers/ListView/ListViewBreadcrumb.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 554
},
{
- "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx",
- "line": 105,
+ "filePath": "src/containers/ListView/ListViewBreadcrumb.jsx",
+ "line": 25,
"column": 6,
- "index": 2832
+ "index": 854
},
{
- "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx",
- "line": 103,
+ "filePath": "src/containers/NotificationsBanner/index.jsx",
+ "line": 21,
+ "column": 12,
+ "index": 710
+ }
+ ],
+ "Container": [
+ {
+ "filePath": "src/containers/ListView/index.jsx",
+ "line": 34,
"column": 6,
- "index": 2776
- },
+ "index": 911
+ }
+ ],
+ "ArrowBack": [
{
- "filePath": "src/users/SingleSignOnRecordCard.jsx",
- "line": 72,
- "column": 8,
- "index": 2102
- },
+ "filePath": "src/containers/ListView/ListViewBreadcrumb.jsx",
+ "line": 20,
+ "column": 17,
+ "index": 642
+ }
+ ],
+ "Launch": [
{
- "filePath": "src/users/VerifiedName.jsx",
- "line": 157,
- "column": 8,
- "index": 4888
+ "filePath": "src/containers/ListView/ListViewBreadcrumb.jsx",
+ "line": 26,
+ "column": 19,
+ "index": 957
}
],
- "ModalDialog.Title": [
+ "DataTable": [
{
- "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
- "line": 41,
- "column": 10,
- "index": 1099
+ "filePath": "src/containers/ListView/SubmissionsTable.jsx",
+ "line": 76,
+ "column": 8,
+ "index": 2142
},
{
- "filePath": "src/users/account-actions/CancelRetirement.jsx",
- "line": 63,
- "column": 10,
- "index": 1876
- },
+ "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
+ "line": 55,
+ "column": 18,
+ "index": 1897
+ }
+ ],
+ "DataTable.TableControlBar": [
{
- "filePath": "src/users/account-actions/PasswordHistory.jsx",
- "line": 66,
+ "filePath": "src/containers/ListView/SubmissionsTable.jsx",
+ "line": 121,
"column": 10,
- "index": 1662
- },
+ "index": 3701
+ }
+ ],
+ "DataTable.Table": [
{
- "filePath": "src/users/account-actions/ResetPassword.jsx",
- "line": 66,
+ "filePath": "src/containers/ListView/SubmissionsTable.jsx",
+ "line": 122,
"column": 10,
- "index": 1952
+ "index": 3741
},
{
- "filePath": "src/users/account-actions/RetireUser.jsx",
- "line": 78,
- "column": 10,
- "index": 2386
- },
+ "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
+ "line": 79,
+ "column": 20,
+ "index": 2825
+ }
+ ],
+ "DataTable.TableFooter": [
{
- "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
- "line": 43,
+ "filePath": "src/containers/ListView/SubmissionsTable.jsx",
+ "line": 123,
"column": 10,
- "index": 1313
- },
- {
- "filePath": "src/users/courseSummary/CourseSummary.jsx",
- "line": 157,
- "column": 8,
- "index": 4229
- },
- {
- "filePath": "src/users/enrollments/Certificates.jsx",
- "line": 202,
- "column": 8,
- "index": 6121
- },
+ "index": 3771
+ }
+ ],
+ "PageBanner": [
{
- "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
- "line": 149,
- "column": 8,
- "index": 4046
- },
+ "filePath": "src/containers/NotificationsBanner/index.jsx",
+ "line": 10,
+ "column": 2,
+ "index": 284
+ }
+ ],
+ "StatefulButton": [
{
- "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
- "line": 109,
- "column": 8,
- "index": 2964
+ "filePath": "src/containers/ResponseDisplay/FileDownload.jsx",
+ "line": 25,
+ "column": 2,
+ "index": 677
},
{
- "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
- "line": 111,
- "column": 8,
- "index": 3099
- },
+ "filePath": "src/containers/Rubric/index.jsx",
+ "line": 41,
+ "column": 12,
+ "index": 1132
+ }
+ ],
+ "Card.Section": [
{
- "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx",
- "line": 106,
- "column": 8,
- "index": 2878
+ "filePath": "src/containers/ResponseDisplay/index.jsx",
+ "line": 51,
+ "column": 14,
+ "index": 1418
},
{
- "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx",
- "line": 104,
+ "filePath": "src/containers/Rubric/index.jsx",
+ "line": 32,
"column": 8,
- "index": 2822
- },
+ "index": 767
+ }
+ ],
+ "Collapsible.Advanced": [
{
- "filePath": "src/users/SingleSignOnRecordCard.jsx",
- "line": 73,
- "column": 10,
- "index": 2150
- },
+ "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
+ "line": 43,
+ "column": 12,
+ "index": 1271
+ }
+ ],
+ "Collapsible.Trigger": [
{
- "filePath": "src/users/VerifiedName.jsx",
- "line": 158,
- "column": 10,
- "index": 4936
+ "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
+ "line": 44,
+ "column": 14,
+ "index": 1320
}
],
- "ModalDialog.Body": [
+ "Collapsible.Visible": [
{
- "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
+ "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
"line": 46,
- "column": 8,
- "index": 1222
- },
- {
- "filePath": "src/users/account-actions/CancelRetirement.jsx",
- "line": 67,
- "column": 8,
- "index": 2019
- },
- {
- "filePath": "src/users/account-actions/PasswordHistory.jsx",
- "line": 70,
- "column": 8,
- "index": 1810
- },
- {
- "filePath": "src/users/account-actions/ResetPassword.jsx",
- "line": 70,
- "column": 8,
- "index": 2092
+ "column": 16,
+ "index": 1468
},
{
- "filePath": "src/users/account-actions/RetireUser.jsx",
- "line": 82,
- "column": 8,
- "index": 2536
- },
+ "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
+ "line": 49,
+ "column": 16,
+ "index": 1603
+ }
+ ],
+ "ArrowDropDown": [
{
- "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
+ "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
"line": 47,
- "column": 8,
- "index": 1549
- },
+ "column": 29,
+ "index": 1530
+ }
+ ],
+ "ArrowDropUp": [
{
- "filePath": "src/users/courseSummary/CourseSummary.jsx",
- "line": 165,
- "column": 6,
- "index": 4501
- },
+ "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
+ "line": 50,
+ "column": 29,
+ "index": 1663
+ }
+ ],
+ "Collapsible.Body": [
{
- "filePath": "src/users/enrollments/Certificates.jsx",
- "line": 206,
- "column": 6,
- "index": 6250
- },
+ "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
+ "line": 53,
+ "column": 14,
+ "index": 1769
+ }
+ ],
+ "Card.Footer": [
{
- "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
- "line": 153,
- "column": 6,
- "index": 4181
- },
+ "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
+ "line": 84,
+ "column": 12,
+ "index": 2981
+ }
+ ],
+ "WarningFilled": [
{
- "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
- "line": 113,
- "column": 6,
- "index": 3103
- },
+ "filePath": "src/containers/ResponseDisplay/SubmissionFiles.jsx",
+ "line": 88,
+ "column": 71,
+ "index": 3227
+ }
+ ],
+ "FullscreenModal": [
{
- "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
- "line": 115,
- "column": 6,
- "index": 3239
- },
+ "filePath": "src/containers/ReviewModal/index.jsx",
+ "line": 31,
+ "column": 4,
+ "index": 830
+ }
+ ],
+ "Row": [
{
- "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx",
- "line": 110,
- "column": 6,
- "index": 3014
- },
+ "filePath": "src/containers/ReviewModal/ReviewContent.jsx",
+ "line": 22,
+ "column": 4,
+ "index": 625
+ }
+ ],
+ "Col": [
{
- "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx",
- "line": 108,
+ "filePath": "src/containers/ReviewModal/ReviewContent.jsx",
+ "line": 23,
"column": 6,
- "index": 2959
- },
- {
- "filePath": "src/users/SingleSignOnRecordCard.jsx",
- "line": 77,
- "column": 8,
- "index": 2287
- },
+ "index": 665
+ }
+ ]
+ }
+ },
+ {
+ "version": "22.9.0",
+ "name": "@edx/frontend-app-payment",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/openedx/frontend-app-payment.git"
+ },
+ "folderName": "frontend-app-payment",
+ "usages": {
+ "Alert": [
{
- "filePath": "src/users/VerifiedName.jsx",
- "line": 162,
- "column": 8,
- "index": 5083
+ "filePath": "src/feedback/AlertMessage.jsx",
+ "line": 46,
+ "column": 4,
+ "index": 1507
}
],
- "ModalDialog.Footer": [
+ "Hyperlink": [
{
- "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
- "line": 52,
+ "filePath": "src/feedback/FallbackErrorMessage.jsx",
+ "line": 13,
"column": 8,
- "index": 1339
+ "index": 491
},
{
- "filePath": "src/users/account-actions/CancelRetirement.jsx",
- "line": 70,
- "column": 8,
- "index": 2113
+ "filePath": "src/payment/AlertCodeMessages.jsx",
+ "line": 22,
+ "column": 10,
+ "index": 1135
},
{
- "filePath": "src/users/account-actions/PasswordHistory.jsx",
- "line": 77,
- "column": 8,
- "index": 2055
+ "filePath": "src/payment/checkout/FreeCheckoutOrderButton.jsx",
+ "line": 8,
+ "column": 2,
+ "index": 279
},
{
- "filePath": "src/users/account-actions/ResetPassword.jsx",
- "line": 73,
- "column": 8,
- "index": 2186
+ "filePath": "src/payment/EmptyCartMessage.jsx",
+ "line": 23,
+ "column": 14,
+ "index": 972
},
{
- "filePath": "src/users/account-actions/RetireUser.jsx",
- "line": 85,
- "column": 8,
- "index": 2630
+ "filePath": "src/payment/EmptyCartMessage.jsx",
+ "line": 32,
+ "column": 14,
+ "index": 1351
},
{
- "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
- "line": 63,
+ "filePath": "src/subscription/alerts/ErrorMessages.jsx",
+ "line": 26,
"column": 8,
- "index": 2147
+ "index": 1063
},
{
- "filePath": "src/users/courseSummary/CourseSummary.jsx",
- "line": 168,
- "column": 6,
- "index": 4603
+ "filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
+ "line": 41,
+ "column": 4,
+ "index": 1181
},
{
- "filePath": "src/users/enrollments/Certificates.jsx",
- "line": 209,
- "column": 6,
- "index": 6328
- },
+ "filePath": "src/subscription/details/legal/SubscriptionLegal.jsx",
+ "line": 17,
+ "column": 4,
+ "index": 463
+ }
+ ],
+ "Collapsible": [
{
- "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
- "line": 156,
- "column": 6,
- "index": 4263
- },
+ "filePath": "src/payment/cart/Cart.jsx",
+ "line": 106,
+ "column": 12,
+ "index": 3329
+ }
+ ],
+ "Form.Group": [
{
- "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
- "line": 116,
- "column": 6,
- "index": 3185
+ "filePath": "src/payment/cart/CouponForm.jsx",
+ "line": 47,
+ "column": 8,
+ "index": 1343
+ }
+ ],
+ "Form.Control": [
+ {
+ "filePath": "src/payment/cart/CouponForm.jsx",
+ "line": 55,
+ "column": 10,
+ "index": 1693
},
{
- "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
- "line": 118,
- "column": 6,
- "index": 3323
+ "filePath": "src/payment/cart/UpdateQuantityForm.jsx",
+ "line": 37,
+ "column": 10,
+ "index": 1229
+ }
+ ],
+ "Button": [
+ {
+ "filePath": "src/payment/cart/CouponForm.jsx",
+ "line": 57,
+ "column": 8,
+ "index": 1807
},
{
- "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx",
- "line": 113,
- "column": 6,
- "index": 3097
+ "filePath": "src/payment/cart/CouponForm.jsx",
+ "line": 124,
+ "column": 8,
+ "index": 3751
},
{
- "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx",
- "line": 111,
+ "filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
+ "line": 83,
+ "column": 10,
+ "index": 2483
+ }
+ ],
+ "StatefulButton": [
+ {
+ "filePath": "src/payment/cart/UpdateQuantityForm.jsx",
+ "line": 65,
"column": 6,
- "index": 3043
+ "index": 2031
},
{
- "filePath": "src/users/SingleSignOnRecordCard.jsx",
- "line": 85,
- "column": 8,
- "index": 2520
+ "filePath": "src/payment/checkout/payment-form/PlaceOrderButton.jsx",
+ "line": 22,
+ "column": 10,
+ "index": 741
},
{
- "filePath": "src/users/VerifiedName.jsx",
- "line": 169,
- "column": 8,
- "index": 5299
+ "filePath": "src/subscription/checkout/submit-button/SubscriptionSubmitButton.jsx",
+ "line": 29,
+ "column": 10,
+ "index": 1069
}
],
- "ModalDialog.CloseButton": [
+ "Skeleton": [
{
- "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
- "line": 55,
- "column": 12,
- "index": 1514
+ "filePath": "src/subscription/checkout/skeleton/CheckoutSkeleton.jsx",
+ "line": 6,
+ "column": 4,
+ "index": 115
},
{
- "filePath": "src/users/account-actions/CancelRetirement.jsx",
- "line": 72,
- "column": 12,
- "index": 2168
+ "filePath": "src/subscription/checkout/skeleton/CheckoutSkeleton.jsx",
+ "line": 9,
+ "column": 8,
+ "index": 238
},
{
- "filePath": "src/users/account-actions/PasswordHistory.jsx",
- "line": 79,
- "column": 12,
- "index": 2110
+ "filePath": "src/subscription/checkout/skeleton/CheckoutSkeleton.jsx",
+ "line": 12,
+ "column": 8,
+ "index": 350
},
{
- "filePath": "src/users/account-actions/ResetPassword.jsx",
- "line": 75,
- "column": 12,
- "index": 2241
+ "filePath": "src/subscription/checkout/skeleton/CheckoutSkeleton.jsx",
+ "line": 15,
+ "column": 4,
+ "index": 436
},
{
- "filePath": "src/users/account-actions/RetireUser.jsx",
- "line": 87,
- "column": 12,
- "index": 2685
+ "filePath": "src/subscription/checkout/skeleton/CheckoutSkeleton.jsx",
+ "line": 18,
+ "column": 8,
+ "index": 555
},
{
- "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
- "line": 65,
+ "filePath": "src/subscription/checkout/skeleton/CheckoutSkeleton.jsx",
+ "line": 23,
"column": 12,
- "index": 2202
+ "index": 715
},
{
- "filePath": "src/users/courseSummary/CourseSummary.jsx",
- "line": 170,
- "column": 10,
- "index": 4654
+ "filePath": "src/subscription/checkout/skeleton/CheckoutSkeleton.jsx",
+ "line": 26,
+ "column": 12,
+ "index": 816
},
{
- "filePath": "src/users/enrollments/Certificates.jsx",
- "line": 211,
- "column": 10,
- "index": 6379
+ "filePath": "src/subscription/checkout/skeleton/CheckoutSkeleton.jsx",
+ "line": 33,
+ "column": 8,
+ "index": 1004
},
{
- "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
- "line": 158,
- "column": 10,
- "index": 4314
+ "filePath": "src/subscription/checkout/skeleton/CheckoutSkeleton.jsx",
+ "line": 36,
+ "column": 4,
+ "index": 1067
},
{
- "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
- "line": 118,
- "column": 10,
- "index": 3236
+ "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
+ "line": 14,
+ "column": 4,
+ "index": 495
},
{
- "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
- "line": 120,
- "column": 10,
- "index": 3374
+ "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
+ "line": 16,
+ "column": 6,
+ "index": 603
},
{
- "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx",
- "line": 115,
- "column": 10,
- "index": 3148
+ "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
+ "line": 17,
+ "column": 6,
+ "index": 681
},
{
- "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx",
- "line": 113,
- "column": 10,
- "index": 3094
+ "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 763
},
{
- "filePath": "src/users/SingleSignOnRecordCard.jsx",
- "line": 87,
- "column": 12,
- "index": 2575
+ "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
+ "line": 20,
+ "column": 4,
+ "index": 792
},
{
- "filePath": "src/users/VerifiedName.jsx",
- "line": 171,
- "column": 12,
- "index": 5354
- }
- ],
- "Row": [
+ "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
+ "line": 24,
+ "column": 8,
+ "index": 923
+ },
{
- "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollment.jsx",
- "line": 45,
- "column": 16,
- "index": 1575
+ "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
+ "line": 25,
+ "column": 8,
+ "index": 973
},
{
- "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
- "line": 167,
- "column": 14,
- "index": 5467
+ "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
+ "line": 28,
+ "column": 8,
+ "index": 1108
},
{
- "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
- "line": 177,
- "column": 14,
- "index": 5812
+ "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
+ "line": 29,
+ "column": 8,
+ "index": 1160
},
{
- "filePath": "src/users/licenses/LicenseCard.jsx",
- "line": 65,
- "column": 10,
- "index": 1713
+ "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
+ "line": 32,
+ "column": 4,
+ "index": 1232
},
{
- "filePath": "src/users/licenses/Licenses.jsx",
+ "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
"line": 34,
- "column": 10,
- "index": 966
+ "column": 6,
+ "index": 1327
},
{
- "filePath": "src/users/SingleSignOnRecordCard.jsx",
- "line": 104,
- "column": 10,
- "index": 3074
+ "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
+ "line": 35,
+ "column": 6,
+ "index": 1392
},
{
- "filePath": "src/users/SingleSignOnRecordCard.jsx",
- "line": 113,
- "column": 10,
- "index": 3438
+ "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
+ "line": 38,
+ "column": 6,
+ "index": 1533
},
{
- "filePath": "src/users/SingleSignOnRecords.jsx",
- "line": 43,
- "column": 10,
- "index": 1593
- }
- ],
- "Card": [
+ "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
+ "line": 39,
+ "column": 6,
+ "index": 1598
+ },
{
- "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx",
- "line": 10,
+ "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
+ "line": 41,
"column": 4,
- "index": 238
+ "index": 1673
},
{
- "filePath": "src/users/licenses/LicenseCard.jsx",
- "line": 56,
- "column": 6,
- "index": 1459
+ "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
+ "line": 42,
+ "column": 4,
+ "index": 1702
},
{
- "filePath": "src/users/SingleSignOnRecordCard.jsx",
- "line": 95,
- "column": 6,
- "index": 2782
+ "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
+ "line": 43,
+ "column": 4,
+ "index": 1731
+ },
+ {
+ "filePath": "src/subscription/details/skeleton/SubscriptionDetailsSkeleton.jsx",
+ "line": 44,
+ "column": 4,
+ "index": 1778
}
],
- "Card.Header": [
- {
- "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx",
- "line": 11,
- "column": 6,
- "index": 251
- },
+ "Icon": [
{
- "filePath": "src/users/licenses/LicenseCard.jsx",
- "line": 57,
- "column": 8,
- "index": 1507
- },
+ "filePath": "src/subscription/checkout/submit-button/SubscriptionSubmitButton.jsx",
+ "line": 58,
+ "column": 16,
+ "index": 2174
+ }
+ ],
+ "CheckIcon": [
{
- "filePath": "src/users/licenses/LicenseCard.jsx",
- "line": 75,
- "column": 8,
- "index": 2117
- },
+ "filePath": "src/subscription/checkout/submit-button/SubscriptionSubmitButton.jsx",
+ "line": 58,
+ "column": 27,
+ "index": 2185
+ }
+ ],
+ "ModalDialog": [
{
- "filePath": "src/users/SingleSignOnRecordCard.jsx",
- "line": 96,
- "column": 8,
- "index": 2830
+ "filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
+ "line": 51,
+ "column": 4,
+ "index": 1408
},
{
- "filePath": "src/users/SingleSignOnRecordCard.jsx",
- "line": 126,
- "column": 8,
- "index": 3764
+ "filePath": "src/subscription/secure-3d/secure-3d-modal/Secure3dModal.jsx",
+ "line": 132,
+ "column": 4,
+ "index": 4031
}
],
- "Card.Section": [
+ "ModalDialog.Header": [
{
- "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx",
- "line": 21,
+ "filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
+ "line": 59,
"column": 6,
- "index": 530
- },
+ "index": 1628
+ }
+ ],
+ "ModalDialog.Title": [
{
- "filePath": "src/users/licenses/LicenseCard.jsx",
- "line": 64,
+ "filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
+ "line": 60,
"column": 8,
- "index": 1688
- },
+ "index": 1657
+ }
+ ],
+ "ModalDialog.Body": [
{
- "filePath": "src/users/licenses/LicenseCard.jsx",
- "line": 83,
- "column": 8,
- "index": 2275
- },
+ "filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
+ "line": 68,
+ "column": 6,
+ "index": 1945
+ }
+ ],
+ "ModalDialog.Footer": [
{
- "filePath": "src/users/SingleSignOnRecordCard.jsx",
- "line": 103,
- "column": 8,
- "index": 3049
- },
+ "filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
+ "line": 81,
+ "column": 6,
+ "index": 2432
+ }
+ ],
+ "ActionRow": [
{
- "filePath": "src/users/SingleSignOnRecordCard.jsx",
- "line": 134,
+ "filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
+ "line": 82,
"column": 8,
- "index": 3921
+ "index": 2461
}
],
- "Card.Footer": [
+ "ArrowForward": [
{
- "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx",
- "line": 39,
- "column": 6,
- "index": 957
+ "filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
+ "line": 86,
+ "column": 23,
+ "index": 2561
}
],
- "Input": [
- {
- "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentIndexPage.jsx",
- "line": 100,
- "column": 10,
- "index": 3235
- },
+ "Badge": [
{
- "filePath": "src/ProgramEnrollments/LinkProgramEnrollments.jsx",
- "line": 51,
- "column": 12,
- "index": 1563
- },
+ "filePath": "src/subscription/details/content/SubscriptionContent.jsx",
+ "line": 21,
+ "column": 8,
+ "index": 724
+ }
+ ]
+ }
+ },
+ {
+ "version": "22.10.0",
+ "name": "@edx/frontend-app-profile",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/openedx/frontend-app-profile.git"
+ },
+ "folderName": "frontend-app-profile",
+ "usages": {
+ "Alert": [
{
- "filePath": "src/ProgramEnrollments/LinkProgramEnrollments.jsx",
- "line": 66,
- "column": 12,
- "index": 2045
+ "filePath": "src/profile/AgeMessage.jsx",
+ "line": 8,
+ "column": 2,
+ "index": 273
},
{
- "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
- "line": 121,
- "column": 14,
- "index": 3771
+ "filePath": "src/profile/forms/SocialLinks.jsx",
+ "line": 272,
+ "column": 22,
+ "index": 8108
},
{
- "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
- "line": 134,
- "column": 14,
- "index": 4270
- },
+ "filePath": "src/profile/ProfilePage.jsx",
+ "line": 146,
+ "column": 10,
+ "index": 4397
+ }
+ ],
+ "Alert.Heading": [
{
- "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
- "line": 145,
- "column": 14,
- "index": 4693
- },
+ "filePath": "src/profile/AgeMessage.jsx",
+ "line": 13,
+ "column": 4,
+ "index": 340
+ }
+ ],
+ "Alert.Link": [
{
- "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
- "line": 55,
- "column": 12,
- "index": 1920
- },
+ "filePath": "src/profile/AgeMessage.jsx",
+ "line": 29,
+ "column": 4,
+ "index": 926
+ }
+ ],
+ "Form.Group": [
{
- "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
- "line": 122,
- "column": 8,
- "index": 3425
+ "filePath": "src/profile/forms/Bio.jsx",
+ "line": 59,
+ "column": 16,
+ "index": 1592
},
{
- "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
- "line": 58,
- "column": 8,
- "index": 1722
+ "filePath": "src/profile/forms/Country.jsx",
+ "line": 70,
+ "column": 16,
+ "index": 1684
},
{
- "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
- "line": 84,
- "column": 8,
- "index": 2406
+ "filePath": "src/profile/forms/Education.jsx",
+ "line": 66,
+ "column": 16,
+ "index": 1745
},
{
- "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
- "line": 63,
- "column": 6,
- "index": 1839
- },
+ "filePath": "src/profile/forms/PreferredLanguage.jsx",
+ "line": 80,
+ "column": 16,
+ "index": 2168
+ }
+ ],
+ "Hyperlink": [
{
- "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
- "line": 73,
- "column": 6,
- "index": 2108
+ "filePath": "src/profile/forms/Certificates.jsx",
+ "line": 106,
+ "column": 14,
+ "index": 3400
},
{
- "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
- "line": 87,
+ "filePath": "src/profile/ProfilePage.jsx",
+ "line": 116,
"column": 6,
- "index": 2567
- },
+ "index": 3512
+ }
+ ],
+ "Button": [
{
- "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx",
- "line": 80,
- "column": 6,
- "index": 2289
+ "filePath": "src/profile/forms/elements/EditButton.jsx",
+ "line": 13,
+ "column": 2,
+ "index": 421
},
{
- "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx",
- "line": 78,
- "column": 6,
- "index": 2231
+ "filePath": "src/profile/forms/elements/FormControls.jsx",
+ "line": 54,
+ "column": 8,
+ "index": 2176
},
{
- "filePath": "src/users/EntitlementsAndEnrollmentsContainer.jsx",
- "line": 15,
+ "filePath": "src/profile/forms/ProfileAvatar.jsx",
+ "line": 59,
"column": 8,
- "index": 480
- },
+ "index": 1451
+ }
+ ],
+ "StatefulButton": [
{
- "filePath": "src/users/UserSearch.jsx",
- "line": 21,
+ "filePath": "src/profile/forms/elements/FormControls.jsx",
+ "line": 32,
"column": 8,
- "index": 547
+ "index": 1144
}
],
- "Tabs": [
+ "TransitionReplace": [
{
- "filePath": "src/ProgramEnrollments/ProgramEnrollmentsIndexPage.jsx",
- "line": 20,
+ "filePath": "src/profile/forms/elements/SwitchContent.jsx",
+ "line": 44,
"column": 4,
- "index": 618
- },
- {
- "filePath": "src/SupportToolsTab/SupportToolsTab.jsx",
- "line": 47,
- "column": 8,
- "index": 1568
- },
+ "index": 1397
+ }
+ ],
+ "Dropdown": [
{
- "filePath": "src/users/LearnerInformation.jsx",
- "line": 19,
+ "filePath": "src/profile/forms/ProfileAvatar.jsx",
+ "line": 75,
"column": 6,
- "index": 641
+ "index": 1831
}
],
- "Tab": [
+ "Dropdown.Toggle": [
{
- "filePath": "src/ProgramEnrollments/ProgramEnrollmentsIndexPage.jsx",
- "line": 21,
- "column": 6,
- "index": 694
- },
+ "filePath": "src/profile/forms/ProfileAvatar.jsx",
+ "line": 76,
+ "column": 8,
+ "index": 1850
+ }
+ ],
+ "Dropdown.Menu": [
{
- "filePath": "src/ProgramEnrollments/ProgramEnrollmentsIndexPage.jsx",
- "line": 25,
- "column": 6,
- "index": 838
- },
+ "filePath": "src/profile/forms/ProfileAvatar.jsx",
+ "line": 79,
+ "column": 8,
+ "index": 1983
+ }
+ ],
+ "Dropdown.Item": [
{
- "filePath": "src/SupportToolsTab/SupportToolsTab.jsx",
- "line": 57,
+ "filePath": "src/profile/forms/ProfileAvatar.jsx",
+ "line": 80,
"column": 10,
- "index": 1862
+ "index": 2009
},
{
- "filePath": "src/SupportToolsTab/SupportToolsTab.jsx",
- "line": 62,
+ "filePath": "src/profile/forms/ProfileAvatar.jsx",
+ "line": 87,
"column": 10,
- "index": 2016
- },
+ "index": 2297
+ }
+ ],
+ "Icon": [
+ {
+ "filePath": "src/profile/UsernameDescription.jsx",
+ "line": 9,
+ "column": 4,
+ "index": 340
+ }
+ ],
+ "VisibilityOff": [
{
- "filePath": "src/SupportToolsTab/SupportToolsTab.jsx",
- "line": 69,
- "column": 10,
- "index": 2244
- },
+ "filePath": "src/profile/UsernameDescription.jsx",
+ "line": 9,
+ "column": 15,
+ "index": 351
+ }
+ ]
+ }
+ },
+ {
+ "version": "21.13.1",
+ "name": "@edx/frontend-app-program-console",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/openedx/frontend-app-program-console.git"
+ },
+ "folderName": "frontend-app-program-console",
+ "usages": {
+ "Collapsible": [
{
- "filePath": "src/users/LearnerInformation.jsx",
- "line": 23,
- "column": 8,
- "index": 736
+ "filePath": "src/console/ConsolePage.jsx",
+ "line": 64,
+ "column": 6,
+ "index": 1811
},
{
- "filePath": "src/users/LearnerInformation.jsx",
- "line": 31,
+ "filePath": "src/report/reportSection.jsx",
+ "line": 36,
"column": 8,
- "index": 936
- },
+ "index": 1094
+ }
+ ],
+ "Alert": [
{
- "filePath": "src/users/LearnerInformation.jsx",
- "line": 36,
+ "filePath": "src/console/ConsolePage.jsx",
+ "line": 117,
"column": 8,
- "index": 1123
+ "index": 3638
},
{
- "filePath": "src/users/LearnerInformation.jsx",
- "line": 41,
+ "filePath": "src/console/ConsolePage.jsx",
+ "line": 133,
"column": 8,
- "index": 1277
+ "index": 4227
},
{
- "filePath": "src/users/LearnerInformation.jsx",
- "line": 52,
- "column": 8,
- "index": 1530
+ "filePath": "src/console/ConsolePage.jsx",
+ "line": 152,
+ "column": 12,
+ "index": 4990
},
{
- "filePath": "src/users/LearnerInformation.jsx",
- "line": 57,
- "column": 8,
- "index": 1686
+ "filePath": "src/console/ConsolePage.jsx",
+ "line": 174,
+ "column": 20,
+ "index": 6005
},
{
- "filePath": "src/users/LearnerInformation.jsx",
- "line": 61,
- "column": 8,
- "index": 1829
+ "filePath": "src/report/reportSection.jsx",
+ "line": 22,
+ "column": 4,
+ "index": 699
}
],
- "Dropdown": [
+ "SearchField": [
{
- "filePath": "src/supportHeader/DesktopHeader.jsx",
- "line": 54,
- "column": 6,
- "index": 1367
- },
+ "filePath": "src/console/ConsolePage.jsx",
+ "line": 146,
+ "column": 12,
+ "index": 4754
+ }
+ ],
+ "Pagination": [
{
- "filePath": "src/supportHeader/MobileHeader.jsx",
- "line": 56,
- "column": 6,
- "index": 1326
+ "filePath": "src/console/ConsolePage.jsx",
+ "line": 161,
+ "column": 12,
+ "index": 5262
},
{
- "filePath": "src/users/enrollments/Enrollments.jsx",
- "line": 90,
- "column": 8,
- "index": 3548
- },
+ "filePath": "src/console/ConsolePage.jsx",
+ "line": 199,
+ "column": 12,
+ "index": 7118
+ }
+ ]
+ }
+ },
+ {
+ "version": "21.13.1",
+ "name": "edx-frontend-app-publisher",
+ "repository": "https://github.com/openedx/frontend-app-publisher",
+ "folderName": "frontend-app-publisher",
+ "usages": {
+ "StatefulButton": [
{
- "filePath": "src/users/entitlements/Entitlements.jsx",
- "line": 104,
- "column": 8,
- "index": 3729
+ "filePath": "src/components/ActionButton/index.jsx",
+ "line": 8,
+ "column": 2,
+ "index": 301
}
],
- "Dropdown.Toggle": [
+ "Icon": [
{
- "filePath": "src/supportHeader/DesktopHeader.jsx",
- "line": 55,
+ "filePath": "src/components/Collaborator/index.jsx",
+ "line": 32,
"column": 8,
- "index": 1386
+ "index": 840
},
{
- "filePath": "src/supportHeader/MobileHeader.jsx",
- "line": 57,
- "column": 8,
- "index": 1345
+ "filePath": "src/components/Collaborator/index.jsx",
+ "line": 53,
+ "column": 12,
+ "index": 1446
},
{
- "filePath": "src/users/enrollments/Enrollments.jsx",
- "line": 91,
- "column": 10,
- "index": 3569
+ "filePath": "src/components/SidePanes/CommentsPane.jsx",
+ "line": 100,
+ "column": 24,
+ "index": 2846
},
{
- "filePath": "src/users/entitlements/Entitlements.jsx",
- "line": 105,
- "column": 10,
- "index": 3750
+ "filePath": "src/components/SidePanes/UsersPane.jsx",
+ "line": 125,
+ "column": 13,
+ "index": 3440
}
],
- "AvatarButton": [
+ "Alert": [
{
- "filePath": "src/supportHeader/DesktopHeader.jsx",
- "line": 55,
- "column": 65,
+ "filePath": "src/components/CollaboratorPage/index.jsx",
+ "line": 56,
+ "column": 8,
"index": 1443
},
{
- "filePath": "src/supportHeader/MobileHeader.jsx",
- "line": 57,
- "column": 57,
- "index": 1394
- }
- ],
- "Dropdown.Menu": [
+ "filePath": "src/components/CollaboratorPage/index.jsx",
+ "line": 93,
+ "column": 12,
+ "index": 2376
+ },
{
- "filePath": "src/supportHeader/DesktopHeader.jsx",
- "line": 59,
+ "filePath": "src/components/CollaboratorPage/index.jsx",
+ "line": 117,
+ "column": 14,
+ "index": 3275
+ },
+ {
+ "filePath": "src/components/CreateCoursePage/index.jsx",
+ "line": 100,
"column": 8,
- "index": 1528
+ "index": 2613
},
{
- "filePath": "src/supportHeader/MobileHeader.jsx",
- "line": 61,
+ "filePath": "src/components/CreateCoursePage/index.jsx",
+ "line": 200,
+ "column": 16,
+ "index": 5650
+ },
+ {
+ "filePath": "src/components/CreateCourseRunPage/index.jsx",
+ "line": 156,
+ "column": 12,
+ "index": 4819
+ },
+ {
+ "filePath": "src/components/CreateCourseRunPage/index.jsx",
+ "line": 181,
+ "column": 16,
+ "index": 5806
+ },
+ {
+ "filePath": "src/components/EditCoursePage/index.jsx",
+ "line": 709,
"column": 8,
- "index": 1479
+ "index": 24126
},
{
- "filePath": "src/users/enrollments/Enrollments.jsx",
- "line": 94,
+ "filePath": "src/components/EditCoursePage/index.jsx",
+ "line": 825,
"column": 10,
- "index": 3659
+ "index": 27542
},
{
- "filePath": "src/users/entitlements/Entitlements.jsx",
- "line": 108,
+ "filePath": "src/components/EditCoursePage/index.jsx",
+ "line": 835,
"column": 10,
- "index": 3840
- }
- ],
- "Dropdown.Item": [
- {
- "filePath": "src/supportHeader/DesktopHeader.jsx",
- "line": 70,
- "column": 6,
- "index": 1815
+ "index": 27825
},
{
- "filePath": "src/supportHeader/DesktopHeader.jsx",
- "line": 78,
- "column": 6,
- "index": 2077
+ "filePath": "src/components/EditCoursePage/index.jsx",
+ "line": 885,
+ "column": 10,
+ "index": 29675
},
{
- "filePath": "src/supportHeader/MobileHeader.jsx",
- "line": 72,
- "column": 6,
- "index": 1766
+ "filePath": "src/components/EditCoursePage/index.jsx",
+ "line": 922,
+ "column": 12,
+ "index": 31059
},
{
- "filePath": "src/supportHeader/MobileHeader.jsx",
- "line": 80,
- "column": 6,
- "index": 2028
+ "filePath": "src/components/EditCoursePage/TranscriptLanguage.jsx",
+ "line": 36,
+ "column": 10,
+ "index": 904
},
{
- "filePath": "src/users/enrollments/Enrollments.jsx",
+ "filePath": "src/components/ImageUpload/index.jsx",
"line": 95,
"column": 12,
- "index": 3687
+ "index": 2418
},
{
- "filePath": "src/users/enrollments/Enrollments.jsx",
- "line": 104,
+ "filePath": "src/components/ImageUpload/index.jsx",
+ "line": 101,
"column": 12,
- "index": 3957
+ "index": 2578
},
{
- "filePath": "src/users/entitlements/Entitlements.jsx",
- "line": 109,
- "column": 12,
- "index": 3868
+ "filePath": "src/components/ListField/index.jsx",
+ "line": 189,
+ "column": 10,
+ "index": 5144
},
{
- "filePath": "src/users/entitlements/Entitlements.jsx",
- "line": 121,
+ "filePath": "src/components/ReduxFormCreatableSelect/index.jsx",
+ "line": 84,
"column": 12,
- "index": 4307
- }
- ],
- "AlertModal": [
+ "index": 2089
+ },
{
- "filePath": "src/users/CourseReset.jsx",
- "line": 120,
+ "filePath": "src/components/RichEditor/index.jsx",
+ "line": 77,
"column": 10,
- "index": 3257
- }
- ],
- "InputSelect": [
+ "index": 2175
+ },
{
- "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
- "line": 102,
- "column": 8,
- "index": 2909
+ "filePath": "src/components/SidePanes/CommentsPane.jsx",
+ "line": 107,
+ "column": 10,
+ "index": 3212
},
{
- "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
- "line": 112,
- "column": 8,
- "index": 3166
+ "filePath": "src/components/SidePanes/CommentsPane.jsx",
+ "line": 146,
+ "column": 12,
+ "index": 4382
},
{
- "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
- "line": 66,
- "column": 8,
- "index": 1951
+ "filePath": "src/components/SidePanes/UsersPane.jsx",
+ "line": 141,
+ "column": 13,
+ "index": 4044
},
{
- "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
- "line": 75,
+ "filePath": "src/components/StafferPage/index.jsx",
+ "line": 114,
"column": 8,
- "index": 2175
- }
- ],
- "TransitionReplace": [
+ "index": 3019
+ },
{
- "filePath": "src/users/enrollments/Enrollments.jsx",
- "line": 317,
- "column": 6,
- "index": 10103
+ "filePath": "src/components/StafferPage/index.jsx",
+ "line": 164,
+ "column": 12,
+ "index": 4500
},
{
- "filePath": "src/users/enrollments/Enrollments.jsx",
- "line": 331,
- "column": 6,
- "index": 10573
+ "filePath": "src/components/StafferPage/index.jsx",
+ "line": 193,
+ "column": 16,
+ "index": 5565
},
{
- "filePath": "src/users/entitlements/Entitlements.jsx",
- "line": 277,
+ "filePath": "src/components/TableComponent/index.jsx",
+ "line": 129,
"column": 6,
- "index": 8673
+ "index": 4043
+ }
+ ],
+ "Alert.Heading": [
+ {
+ "filePath": "src/components/CollaboratorPage/index.jsx",
+ "line": 60,
+ "column": 10,
+ "index": 1518
},
{
- "filePath": "src/users/entitlements/Entitlements.jsx",
- "line": 291,
- "column": 6,
- "index": 9144
+ "filePath": "src/components/CreateCoursePage/index.jsx",
+ "line": 104,
+ "column": 10,
+ "index": 2688
},
{
- "filePath": "src/users/LearnerCredentials.jsx",
- "line": 23,
- "column": 4,
- "index": 754
+ "filePath": "src/components/EditCoursePage/index.jsx",
+ "line": 715,
+ "column": 10,
+ "index": 24241
+ },
+ {
+ "filePath": "src/components/StafferPage/index.jsx",
+ "line": 120,
+ "column": 10,
+ "index": 3134
}
],
- "OverlayTrigger": [
+ "Collapsible": [
{
- "filePath": "src/users/VerifiedName.jsx",
- "line": 43,
- "column": 8,
- "index": 1544
+ "filePath": "src/components/Collapsible/index.jsx",
+ "line": 8,
+ "column": 32,
+ "index": 345
}
],
- "Popover": [
+ "Collapsible.Advanced": [
{
- "filePath": "src/users/VerifiedName.jsx",
- "line": 47,
- "column": 12,
- "index": 1647
+ "filePath": "src/components/Collapsible/index.jsx",
+ "line": 32,
+ "column": 2,
+ "index": 775
}
],
- "Popover.Title": [
+ "Collapsible.Trigger": [
{
- "filePath": "src/users/VerifiedName.jsx",
- "line": 48,
- "column": 14,
- "index": 1745
+ "filePath": "src/components/Collapsible/index.jsx",
+ "line": 33,
+ "column": 4,
+ "index": 842
}
],
- "Popover.Content": [
+ "Collapsible.Visible": [
{
- "filePath": "src/users/VerifiedName.jsx",
- "line": 49,
- "column": 14,
- "index": 1864
+ "filePath": "src/components/Collapsible/index.jsx",
+ "line": 35,
+ "column": 6,
+ "index": 960
+ },
+ {
+ "filePath": "src/components/Collapsible/index.jsx",
+ "line": 38,
+ "column": 6,
+ "index": 1070
}
- ]
- }
- },
- {
- "version": "20.28.4",
- "name": "@edx/frontend-component-cookie-policy-banner",
- "repository": {
- "type": "git",
- "url": "https://github.com/openedx/frontend-component-cookie-policy-banner"
- },
- "folderName": "frontend-component-cookie-policy-banner",
- "usages": {
- "StatusAlert": [
+ ],
+ "ModalDialog": [
{
- "filePath": "src/CookiePolicyBanner/index.jsx",
- "line": 68,
- "column": 10,
- "index": 1763
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 14,
+ "column": 2,
+ "index": 245
}
- ]
- }
- },
- {
- "version": "21.11.4",
- "name": "@edx/frontend-component-header-edx",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/edx/frontend-component-header-edx.git"
- },
- "folderName": "frontend-component-header-edx",
- "usages": {
- "Avatar": [
+ ],
+ "ModalDialog.Header": [
{
- "filePath": "src/common/UserMenuItem.jsx",
- "line": 11,
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 19,
"column": 4,
- "index": 243
- },
+ "index": 329
+ }
+ ],
+ "ModalDialog.Title": [
{
- "filePath": "src/studio-header/UserMenu.jsx",
- "line": 28,
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 356
+ }
+ ],
+ "ModalDialog.Body": [
+ {
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 24,
"column": 4,
- "index": 600
+ "index": 449
}
],
- "Dropdown": [
+ "ModalDialog.Footer": [
{
- "filePath": "src/DesktopHeader.jsx",
- "line": 86,
- "column": 6,
- "index": 2135
- },
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 29,
+ "column": 4,
+ "index": 552
+ }
+ ],
+ "ActionRow": [
{
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 77,
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 30,
"column": 6,
- "index": 2324
+ "index": 579
}
],
- "Dropdown.Toggle": [
+ "ModalDialog.CloseButton": [
{
- "filePath": "src/DesktopHeader.jsx",
- "line": 87,
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 31,
"column": 8,
- "index": 2154
- },
+ "index": 599
+ }
+ ],
+ "Button": [
{
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 78,
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 34,
"column": 8,
- "index": 2374
+ "index": 700
}
],
- "AvatarButton": [
+ "SearchField": [
{
- "filePath": "src/DesktopHeader.jsx",
- "line": 89,
- "column": 14,
- "index": 2214
+ "filePath": "src/components/CourseTable/index.jsx",
+ "line": 167,
+ "column": 10,
+ "index": 5698
+ }
+ ],
+ "Form.Group": [
+ {
+ "filePath": "src/components/DateTimeField/index.jsx",
+ "line": 87,
+ "column": 10,
+ "index": 2125
},
{
- "filePath": "src/MobileHeader.jsx",
- "line": 171,
- "column": 21,
- "index": 5517
- }
- ],
- "Dropdown.Menu": [
+ "filePath": "src/components/DateTimeField/index.jsx",
+ "line": 113,
+ "column": 10,
+ "index": 2982
+ },
{
- "filePath": "src/DesktopHeader.jsx",
- "line": 95,
- "column": 8,
- "index": 2409
+ "filePath": "src/components/RenderInputTextField/index.jsx",
+ "line": 18,
+ "column": 2,
+ "index": 286
},
{
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 81,
- "column": 8,
- "index": 2532
+ "filePath": "src/components/RenderSelectField/index.jsx",
+ "line": 16,
+ "column": 2,
+ "index": 257
+ },
+ {
+ "filePath": "src/components/RenderSelectField/updated-paragon-component.jsx",
+ "line": 22,
+ "column": 2,
+ "index": 767
}
],
- "Dropdown.Item": [
+ "Form.Label": [
{
- "filePath": "src/DesktopHeader.jsx",
- "line": 97,
+ "filePath": "src/components/DateTimeField/index.jsx",
+ "line": 88,
"column": 12,
- "index": 2480
+ "index": 2183
},
{
- "filePath": "src/DesktopHeader.jsx",
+ "filePath": "src/components/DateTimeField/index.jsx",
"line": 114,
- "column": 16,
- "index": 3134
+ "column": 12,
+ "index": 3040
},
{
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 35,
+ "filePath": "src/components/RenderInputTextField/index.jsx",
+ "line": 19,
"column": 4,
- "index": 1169
+ "index": 365
},
{
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 41,
- "column": 4,
- "index": 1336
+ "filePath": "src/components/RenderSelectField/index.jsx",
+ "line": 17,
+ "column": 21,
+ "index": 353
},
{
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 50,
+ "filePath": "src/components/RenderSelectField/updated-paragon-component.jsx",
+ "line": 23,
"column": 4,
- "index": 1619
- },
- {
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 64,
- "column": 6,
- "index": 1960
- },
- {
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 85,
- "column": 10,
- "index": 2682
- },
- {
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 88,
- "column": 10,
- "index": 2844
- },
+ "index": 846
+ }
+ ],
+ "Form.Control": [
{
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
+ "filePath": "src/components/DateTimeField/index.jsx",
"line": 96,
"column": 12,
- "index": 3358
+ "index": 2413
},
{
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 100,
- "column": 10,
- "index": 3521
+ "filePath": "src/components/DateTimeField/index.jsx",
+ "line": 121,
+ "column": 12,
+ "index": 3234
},
{
- "filePath": "src/studio-header/NavDropdownMenu.jsx",
- "line": 24,
+ "filePath": "src/components/RenderInputTextField/index.jsx",
+ "line": 22,
"column": 4,
- "index": 403
+ "index": 414
},
{
- "filePath": "src/studio-header/NavDropdownMenu.jsx",
- "line": 35,
- "column": 6,
- "index": 621
- }
- ],
- "Dropdown.Header": [
- {
- "filePath": "src/DesktopHeader.jsx",
- "line": 110,
- "column": 32,
- "index": 2944
- }
- ],
- "Dropdown.Divider": [
- {
- "filePath": "src/DesktopHeader.jsx",
- "line": 123,
- "column": 46,
- "index": 3502
- }
- ],
- "Badge": [
- {
- "filePath": "src/Header.jsx",
- "line": 107,
- "column": 87,
- "index": 3748
+ "filePath": "src/components/RenderSelectField/index.jsx",
+ "line": 18,
+ "column": 4,
+ "index": 391
},
{
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 43,
- "column": 6,
- "index": 1434
+ "filePath": "src/components/RenderSelectField/updated-paragon-component.jsx",
+ "line": 26,
+ "column": 4,
+ "index": 895
}
],
- "Button": [
+ "Hyperlink": [
{
- "filePath": "src/learning-header/AnonymousUserMenu.jsx",
- "line": 12,
- "column": 4,
- "index": 366
+ "filePath": "src/components/EditCoursePage/CollapsibleCourseRun.jsx",
+ "line": 82,
+ "column": 12,
+ "index": 3430
},
{
- "filePath": "src/learning-header/AnonymousUserMenu.jsx",
- "line": 19,
- "column": 4,
- "index": 619
+ "filePath": "src/components/EditCoursePage/EditCourseForm.jsx",
+ "line": 146,
+ "column": 10,
+ "index": 5125
},
{
- "filePath": "src/Notifications/index.jsx",
- "line": 125,
- "column": 16,
- "index": 4681
+ "filePath": "src/components/EditCoursePage/EditCourseForm.jsx",
+ "line": 161,
+ "column": 10,
+ "index": 5720
},
{
- "filePath": "src/Notifications/NotificationSections.jsx",
- "line": 58,
- "column": 12,
- "index": 2616
+ "filePath": "src/components/EditCoursePage/EditCourseForm.test.jsx",
+ "line": 399,
+ "column": 8,
+ "index": 13349
},
{
- "filePath": "src/Notifications/NotificationSections.jsx",
- "line": 104,
+ "filePath": "src/components/EditCoursePage/EditCourseForm.test.jsx",
+ "line": 432,
"column": 8,
- "index": 4371
+ "index": 14593
},
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 57,
- "column": 14,
- "index": 1073
+ "filePath": "src/components/Header/index.jsx",
+ "line": 37,
+ "column": 12,
+ "index": 1405
}
],
- "useWindowSize": [
+ "OverlayTrigger": [
{
- "filePath": "src/Notifications/data/hook.js",
- "line": 4,
- "column": 21,
- "index": 125
+ "filePath": "src/components/EditCoursePage/CollapsibleCourseRun.jsx",
+ "line": 89,
+ "column": 12,
+ "index": 3660
},
{
- "filePath": "src/Notifications/data/hook.js",
- "line": 9,
- "column": 21,
- "index": 312
+ "filePath": "src/components/SidePanes/Pane.jsx",
+ "line": 11,
+ "column": 6,
+ "index": 343
}
],
- "breakpoints": [
+ "Tooltip": [
{
- "filePath": "src/Notifications/data/hook.js",
- "line": 5,
- "column": 9,
- "index": 151
+ "filePath": "src/components/EditCoursePage/CollapsibleCourseRun.jsx",
+ "line": 91,
+ "column": 23,
+ "index": 3729
},
{
- "filePath": "src/Notifications/data/hook.js",
- "line": 5,
- "column": 78,
- "index": 220
- },
+ "filePath": "src/components/SidePanes/Pane.jsx",
+ "line": 15,
+ "column": 10,
+ "index": 436
+ }
+ ],
+ "Badge": [
{
- "filePath": "src/Notifications/data/hook.js",
- "line": 10,
- "column": 29,
- "index": 358
+ "filePath": "src/components/EditCoursePage/CourseSkills.jsx",
+ "line": 29,
+ "column": 10,
+ "index": 592
}
],
- "OverlayTrigger": [
+ "Add": [
{
- "filePath": "src/Notifications/index.jsx",
- "line": 79,
- "column": 6,
- "index": 2675
+ "filePath": "src/components/EditCoursePage/EditCourseForm.jsx",
+ "line": 123,
+ "column": 8,
+ "index": 4465
},
{
- "filePath": "src/studio-header/CourseLockUp.jsx",
- "line": 18,
- "column": 2,
- "index": 330
+ "filePath": "src/components/SidePanes/UsersPane.jsx",
+ "line": 160,
+ "column": 16,
+ "index": 4807
}
],
- "Popover": [
+ "InfoOutline": [
{
- "filePath": "src/Notifications/index.jsx",
- "line": 85,
+ "filePath": "src/components/FieldHelp/index.jsx",
+ "line": 57,
"column": 10,
- "index": 2830
- }
- ],
- "Popover.Title": [
+ "index": 1369
+ },
{
- "filePath": "src/Notifications/index.jsx",
- "line": 98,
- "column": 16,
- "index": 3418
+ "filePath": "src/components/SidePanes/Pane.jsx",
+ "line": 20,
+ "column": 8,
+ "index": 552
}
],
- "Hyperlink": [
+ "Dropdown": [
{
- "filePath": "src/Notifications/index.jsx",
- "line": 104,
- "column": 18,
- "index": 3753
+ "filePath": "src/components/Header/index.jsx",
+ "line": 60,
+ "column": 12,
+ "index": 2514
}
],
- "Icon": [
- {
- "filePath": "src/Notifications/index.jsx",
- "line": 110,
- "column": 20,
- "index": 4015
- },
- {
- "filePath": "src/Notifications/index.jsx",
- "line": 144,
- "column": 20,
- "index": 5344
- },
- {
- "filePath": "src/Notifications/NotificationEmptySection.jsx",
- "line": 24,
- "column": 16,
- "index": 857
- },
- {
- "filePath": "src/Notifications/NotificationRowItem.jsx",
- "line": 37,
- "column": 6,
- "index": 1124
- },
- {
- "filePath": "src/Notifications/NotificationSections.jsx",
- "line": 120,
- "column": 12,
- "index": 4910
- },
+ "Dropdown.Toggle": [
{
- "filePath": "src/Notifications/NotificationSections.jsx",
- "line": 125,
+ "filePath": "src/components/Header/index.jsx",
+ "line": 61,
"column": 14,
- "index": 5252
+ "index": 2539
}
],
- "Settings": [
+ "AvatarButton": [
{
- "filePath": "src/Notifications/index.jsx",
- "line": 111,
- "column": 27,
- "index": 4048
+ "filePath": "src/components/Header/index.jsx",
+ "line": 61,
+ "column": 35,
+ "index": 2560
}
],
- "Popover.Content": [
+ "Dropdown.Menu": [
{
- "filePath": "src/Notifications/index.jsx",
- "line": 119,
+ "filePath": "src/components/Header/index.jsx",
+ "line": 65,
"column": 14,
- "index": 4360
+ "index": 2668
}
],
- "IconButton": [
- {
- "filePath": "src/Notifications/index.jsx",
- "line": 139,
- "column": 10,
- "index": 5107
- },
+ "Dropdown.Item": [
{
- "filePath": "src/Notifications/NotificationEmptySection.jsx",
- "line": 20,
- "column": 6,
- "index": 706
+ "filePath": "src/components/Header/index.jsx",
+ "line": 66,
+ "column": 16,
+ "index": 2700
}
],
- "NotificationsNone": [
+ "Spinner": [
{
- "filePath": "src/Notifications/index.jsx",
- "line": 143,
- "column": 17,
- "index": 5305
+ "filePath": "src/components/LoadingSpinner/index.jsx",
+ "line": 10,
+ "column": 4,
+ "index": 233
},
{
- "filePath": "src/Notifications/NotificationEmptySection.jsx",
- "line": 23,
- "column": 13,
- "index": 822
+ "filePath": "src/components/SidePanes/CatalogInclusionPane.jsx",
+ "line": 71,
+ "column": 10,
+ "index": 2580
}
],
- "Bubble": [
+ "Close": [
{
- "filePath": "src/Notifications/index.jsx",
- "line": 151,
- "column": 10,
- "index": 5596
+ "filePath": "src/components/RemoveButton/index.jsx",
+ "line": 20,
+ "column": 4,
+ "index": 469
}
],
- "Spinner": [
+ "Form": [
{
- "filePath": "src/Notifications/NotificationSections.jsx",
- "line": 101,
- "column": 10,
- "index": 4158
+ "filePath": "src/components/SidePanes/CatalogInclusionPane.jsx",
+ "line": 60,
+ "column": 6,
+ "index": 2143
}
],
- "CheckCircleLightOutline": [
+ "Form.Switch": [
{
- "filePath": "src/Notifications/NotificationSections.jsx",
- "line": 120,
- "column": 56,
- "index": 4954
+ "filePath": "src/components/SidePanes/CatalogInclusionPane.jsx",
+ "line": 61,
+ "column": 8,
+ "index": 2175
}
],
- "AutoAwesome": [
+ "TextArea": [
{
- "filePath": "src/Notifications/NotificationSections.jsx",
- "line": 125,
- "column": 25,
- "index": 5263
+ "filePath": "src/components/SidePanes/CommentsPane.jsx",
+ "line": 123,
+ "column": 14,
+ "index": 3625
}
],
- "Tabs": [
+ "Delete": [
{
- "filePath": "src/Notifications/NotificationTabs.jsx",
- "line": 39,
+ "filePath": "src/components/Staffer/index.jsx",
+ "line": 30,
"column": 8,
- "index": 1415
+ "index": 813
}
],
- "Tab": [
+ "Edit": [
{
- "filePath": "src/Notifications/NotificationTabs.jsx",
- "line": 46,
- "column": 12,
- "index": 1683
+ "filePath": "src/components/Staffer/index.jsx",
+ "line": 44,
+ "column": 10,
+ "index": 1280
}
],
- "ProductTour": [
+ "DataTable": [
{
- "filePath": "src/Notifications/tours/NotificationTour.jsx",
- "line": 18,
- "column": 6,
- "index": 512
+ "filePath": "src/components/TableComponent/index.jsx",
+ "line": 94,
+ "column": 10,
+ "index": 2927
}
],
- "Tooltip": [
+ "Pagination": [
{
- "filePath": "src/studio-header/CourseLockUp.jsx",
- "line": 21,
- "column": 6,
- "index": 390
+ "filePath": "src/components/TableComponent/index.jsx",
+ "line": 107,
+ "column": 12,
+ "index": 3365
}
],
+ "ErrorIcon": [
+ {
+ "filePath": "src/components/TableComponent/index.jsx",
+ "line": 131,
+ "column": 14,
+ "index": 4089
+ }
+ ]
+ }
+ },
+ {
+ "version": "21.13.1",
+ "name": "@edx/frontend-app-support",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/openedx/frontend-app-support-tools.git"
+ },
+ "folderName": "frontend-app-support-tools",
+ "usages": {
"Container": [
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 48,
+ "filePath": "src/Configuration/ConfigurationPage.jsx",
+ "line": 15,
"column": 4,
- "index": 814
- }
- ],
- "ActionRow": [
+ "index": 448
+ },
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 49,
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx",
+ "line": 86,
+ "column": 4,
+ "index": 2545
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx",
+ "line": 65,
+ "column": 8,
+ "index": 1968
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx",
+ "line": 82,
"column": 6,
- "index": 861
+ "index": 2562
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx",
+ "line": 87,
+ "column": 6,
+ "index": 2767
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx",
+ "line": 90,
+ "column": 6,
+ "index": 2853
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageContainer.jsx",
+ "line": 27,
+ "column": 4,
+ "index": 973
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormContainer.jsx",
+ "line": 15,
+ "column": 6,
+ "index": 446
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningPage.jsx",
+ "line": 9,
+ "column": 4,
+ "index": 212
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/SubsidyDetailView/SubsidyDetailViewContainer.jsx",
+ "line": 13,
+ "column": 6,
+ "index": 495
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/SubsidyEditView/SubsidyEditViewContainer.jsx",
+ "line": 18,
+ "column": 6,
+ "index": 548
}
],
- "Row": [
+ "Stack": [
+ {
+ "filePath": "src/Configuration/ConfigurationPage.jsx",
+ "line": 17,
+ "column": 6,
+ "index": 531
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx",
+ "line": 31,
+ "column": 2,
+ "index": 911
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx",
+ "line": 47,
+ "column": 8,
+ "index": 1513
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx",
+ "line": 83,
+ "column": 8,
+ "index": 2599
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx",
+ "line": 91,
+ "column": 8,
+ "index": 2895
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx",
+ "line": 66,
+ "column": 4,
+ "index": 1693
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx",
+ "line": 48,
+ "column": 8,
+ "index": 1455
+ },
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 51,
+ "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx",
+ "line": 45,
+ "column": 8,
+ "index": 1431
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
+ "line": 33,
"column": 10,
- "index": 925
+ "index": 1153
},
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 69,
- "column": 16,
- "index": 1508
- }
- ],
- "ActionRow.Spacer": [
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
+ "line": 59,
+ "column": 6,
+ "index": 1795
+ },
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 84,
- "column": 16,
- "index": 1918
+ "filePath": "src/Configuration/Provisioning/SubsidyDetailView/PolicyDetailView/PolicyContainer.jsx",
+ "line": 13,
+ "column": 4,
+ "index": 605
},
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 99,
+ "filePath": "src/Configuration/Provisioning/SubsidyDetailView/TermDetail.jsx",
+ "line": 16,
"column": 8,
- "index": 2406
+ "index": 443
}
],
- "Nav": [
+ "Hyperlink": [
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 88,
- "column": 14,
- "index": 2022
+ "filePath": "src/Configuration/ConfigurationPage.jsx",
+ "line": 19,
+ "column": 10,
+ "index": 602
},
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 100,
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx",
+ "line": 21,
"column": 8,
- "index": 2435
- }
- ],
- "useToggle": [
+ "index": 619
+ },
{
- "filePath": "src/studio-header/MobileHeader.jsx",
- "line": 11,
- "column": 36,
- "index": 314
- }
- ],
- "ModalPopup": [
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx",
+ "line": 34,
+ "column": 8,
+ "index": 975
+ },
{
- "filePath": "src/studio-header/MobileHeader.jsx",
- "line": 23,
- "column": 6,
- "index": 574
- }
- ],
- "Collapsible": [
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx",
+ "line": 47,
+ "column": 10,
+ "index": 1701
+ },
{
- "filePath": "src/studio-header/MobileMenu.jsx",
- "line": 16,
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx",
+ "line": 22,
"column": 10,
- "index": 412
- }
- ],
- "DropdownButton": [
+ "index": 563
+ },
{
- "filePath": "src/studio-header/NavDropdownMenu.jsx",
- "line": 17,
- "column": 2,
- "index": 266
- }
- ]
- }
- },
- {
- "version": "22.6.1",
- "name": "@edx/frontend-component-header",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/openedx/frontend-component-header.git"
- },
- "folderName": "frontend-component-header",
- "usages": {
- "Button": [
+ "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx",
+ "line": 18,
+ "column": 8,
+ "index": 580
+ },
{
- "filePath": "src/learning-header/AnonymousUserMenu.jsx",
+ "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx",
"line": 12,
- "column": 4,
- "index": 366
+ "column": 6,
+ "index": 545
},
{
- "filePath": "src/learning-header/AnonymousUserMenu.jsx",
- "line": 19,
+ "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx",
+ "line": 35,
"column": 4,
- "index": 619
+ "index": 1210
},
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 63,
- "column": 14,
- "index": 1237
- }
- ],
- "Dropdown.Item": [
- {
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 14,
- "column": 4,
- "index": 493
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
+ "line": 23,
+ "column": 8,
+ "index": 766
},
{
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 31,
+ "filePath": "src/Configuration/Provisioning/SubsidyDetailView/PolicyDetailView/CustomCatalogDetail.jsx",
+ "line": 18,
"column": 10,
- "index": 1170
+ "index": 652
},
{
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 34,
- "column": 10,
- "index": 1332
+ "filePath": "src/ProgramEnrollments/ProgramInspector/EnrollmentDetails.jsx",
+ "line": 38,
+ "column": 18,
+ "index": 1250
},
{
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 38,
- "column": 12,
- "index": 1525
+ "filePath": "src/users/CopyShowHyperLinks.jsx",
+ "line": 10,
+ "column": 6,
+ "index": 257
},
{
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 42,
+ "filePath": "src/users/CopyShowHyperLinks.jsx",
+ "line": 24,
+ "column": 6,
+ "index": 651
+ },
+ {
+ "filePath": "src/users/entitlements/Entitlements.jsx",
+ "line": 67,
+ "column": 8,
+ "index": 2602
+ },
+ {
+ "filePath": "src/users/LearnerCredentials.jsx",
+ "line": 113,
+ "column": 14,
+ "index": 3029
+ },
+ {
+ "filePath": "src/users/orderHistory/OrderHistory.jsx",
+ "line": 47,
"column": 10,
- "index": 1688
+ "index": 1546
},
{
- "filePath": "src/studio-header/NavDropdownMenu.jsx",
- "line": 20,
+ "filePath": "src/users/VerifiedName.jsx",
+ "line": 149,
"column": 6,
- "index": 335
+ "index": 4428
}
],
- "Dropdown": [
+ "Icon": [
{
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 22,
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx",
+ "line": 49,
+ "column": 10,
+ "index": 1446
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx",
+ "line": 71,
"column": 6,
- "index": 765
- }
- ],
- "Dropdown.Toggle": [
+ "index": 1927
+ },
{
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 23,
- "column": 8,
- "index": 815
- }
- ],
- "Dropdown.Menu": [
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx",
+ "line": 80,
+ "column": 6,
+ "index": 2118
+ },
{
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 29,
- "column": 8,
- "index": 1082
- }
- ],
- "OverlayTrigger": [
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx",
+ "line": 89,
+ "column": 6,
+ "index": 2311
+ },
{
- "filePath": "src/studio-header/CourseLockUp.jsx",
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx",
+ "line": 11,
+ "column": 11,
+ "index": 429
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx",
"line": 18,
- "column": 2,
- "index": 330
- }
- ],
- "Tooltip": [
+ "column": 11,
+ "index": 604
+ },
{
- "filePath": "src/studio-header/CourseLockUp.jsx",
- "line": 21,
- "column": 6,
- "index": 390
- }
- ],
- "Container": [
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx",
+ "line": 25,
+ "column": 11,
+ "index": 785
+ },
{
- "filePath": "src/studio-header/HeaderBody.jsx",
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx",
"line": 54,
- "column": 4,
- "index": 978
- }
- ],
- "ActionRow": [
+ "column": 6,
+ "index": 1723
+ },
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 55,
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx",
+ "line": 43,
"column": 6,
- "index": 1025
- }
- ],
- "Row": [
+ "index": 1435
+ },
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 57,
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx",
+ "line": 63,
+ "column": 12,
+ "index": 2228
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx",
+ "line": 35,
"column": 10,
- "index": 1089
+ "index": 1040
},
{
- "filePath": "src/studio-header/HeaderBody.jsx",
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx",
+ "line": 49,
+ "column": 10,
+ "index": 1536
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx",
+ "line": 67,
+ "column": 10,
+ "index": 2380
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx",
"line": 75,
- "column": 16,
- "index": 1672
- }
- ],
- "ActionRow.Spacer": [
+ "column": 10,
+ "index": 2659
+ },
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 90,
- "column": 16,
- "index": 2082
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx",
+ "line": 82,
+ "column": 10,
+ "index": 2895
},
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 105,
- "column": 8,
- "index": 2570
- }
- ],
- "Nav": [
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx",
+ "line": 89,
+ "column": 10,
+ "index": 3119
+ },
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 94,
- "column": 14,
- "index": 2186
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx",
+ "line": 96,
+ "column": 10,
+ "index": 3315
},
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 107,
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx",
+ "line": 103,
"column": 10,
- "index": 2634
+ "index": 3529
},
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 116,
- "column": 8,
- "index": 2896
- }
- ],
- "IconButton": [
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx",
+ "line": 110,
+ "column": 10,
+ "index": 3747
+ },
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 108,
- "column": 12,
- "index": 2652
- }
- ],
- "Search": [
+ "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx",
+ "line": 29,
+ "column": 20,
+ "index": 873
+ },
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 109,
- "column": 19,
- "index": 2683
- }
- ],
- "Icon": [
+ "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx",
+ "line": 42,
+ "column": 16,
+ "index": 1180
+ },
{
- "filePath": "src/studio-header/HeaderBody.jsx",
- "line": 110,
- "column": 22,
- "index": 2713
- }
- ],
- "useToggle": [
+ "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx",
+ "line": 45,
+ "column": 16,
+ "index": 1519
+ },
{
- "filePath": "src/studio-header/MobileHeader.jsx",
- "line": 11,
- "column": 36,
- "index": 314
- }
- ],
- "ModalPopup": [
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
+ "line": 34,
+ "column": 12,
+ "index": 1196
+ },
{
- "filePath": "src/studio-header/MobileHeader.jsx",
- "line": 23,
- "column": 6,
- "index": 574
- }
- ],
- "Collapsible": [
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormHelpText.jsx",
+ "line": 12,
+ "column": 55,
+ "index": 373
+ },
{
- "filePath": "src/studio-header/MobileMenu.jsx",
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
+ "line": 66,
+ "column": 18,
+ "index": 2080
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/SubsidyDetailView/InternalOnlyDetail.jsx",
"line": 16,
"column": 10,
- "index": 412
+ "index": 497
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/SubsidyDetailView/TermDetail.jsx",
+ "line": 23,
+ "column": 20,
+ "index": 742
}
],
- "DropdownButton": [
+ "ContentCopy": [
{
- "filePath": "src/studio-header/NavDropdownMenu.jsx",
- "line": 13,
- "column": 2,
- "index": 197
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx",
+ "line": 51,
+ "column": 17,
+ "index": 1499
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx",
+ "line": 65,
+ "column": 19,
+ "index": 2285
}
],
- "Avatar": [
+ "Toast": [
{
- "filePath": "src/studio-header/UserMenu.jsx",
- "line": 28,
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx",
+ "line": 57,
+ "column": 6,
+ "index": 1653
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx",
+ "line": 75,
+ "column": 6,
+ "index": 2626
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/DashboardToast.jsx",
+ "line": 16,
"column": 4,
- "index": 611
+ "index": 499
}
- ]
- }
- },
- {
- "version": "21.13.1",
- "name": "@edx/frontend-enterprise-catalog-search",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/openedx/frontend-enterprise.git"
- },
- "folderName": "catalog-search",
- "usages": {
- "Button": [
+ ],
+ "Check": [
{
- "filePath": "src/ClearCurrentRefinements.jsx",
- "line": 26,
- "column": 6,
- "index": 855
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx",
+ "line": 71,
+ "column": 17,
+ "index": 1938
},
{
- "filePath": "src/CurrentRefinements.jsx",
- "line": 145,
- "column": 10,
- "index": 5475
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx",
+ "line": 80,
+ "column": 17,
+ "index": 2129
},
{
- "filePath": "src/MobileFilterMenu.jsx",
- "line": 21,
- "column": 8,
- "index": 758
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx",
+ "line": 89,
+ "column": 17,
+ "index": 2322
},
{
- "filePath": "src/MobileFilterMenu.jsx",
- "line": 74,
- "column": 14,
- "index": 2912
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx",
+ "line": 11,
+ "column": 22,
+ "index": 440
},
{
- "filePath": "src/MobileFilterMenu.jsx",
- "line": 99,
- "column": 16,
- "index": 3860
- }
- ],
- "Badge": [
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx",
+ "line": 18,
+ "column": 22,
+ "index": 615
+ },
{
- "filePath": "src/CurrentRefinements.jsx",
- "line": 103,
- "column": 10,
- "index": 3669
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx",
+ "line": 25,
+ "column": 22,
+ "index": 796
},
{
- "filePath": "src/CurrentRefinements.jsx",
- "line": 126,
- "column": 10,
- "index": 4590
+ "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx",
+ "line": 85,
+ "column": 69,
+ "index": 2115
},
{
- "filePath": "src/FacetItem.jsx",
- "line": 22,
- "column": 6,
- "index": 690
- }
- ],
- "CloseSmall": [
+ "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx",
+ "line": 94,
+ "column": 73,
+ "index": 2416
+ },
{
- "filePath": "src/CurrentRefinements.jsx",
- "line": 112,
- "column": 12,
- "index": 4012
+ "filePath": "src/Configuration/Provisioning/SubsidyDetailView/InternalOnlyDetail.jsx",
+ "line": 16,
+ "column": 21,
+ "index": 508
}
],
- "Dropdown": [
+ "OverlayTrigger": [
{
- "filePath": "src/FacetDropdown.jsx",
- "line": 16,
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx",
+ "line": 39,
"column": 4,
- "index": 318
+ "index": 1237
},
{
- "filePath": "src/LearningTypeRadioFacet.jsx",
- "line": 32,
- "column": 6,
- "index": 1367
- }
- ],
- "Dropdown.Toggle": [
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx",
+ "line": 28,
+ "column": 4,
+ "index": 936
+ },
{
- "filePath": "src/FacetDropdown.jsx",
- "line": 17,
- "column": 6,
- "index": 405
+ "filePath": "src/users/VerifiedName.jsx",
+ "line": 92,
+ "column": 8,
+ "index": 2252
},
{
- "filePath": "src/LearningTypeRadioFacet.jsx",
- "line": 33,
+ "filePath": "src/users/VerifiedName.jsx",
+ "line": 113,
"column": 8,
- "index": 1425
+ "index": 3093
}
],
- "Dropdown.Menu": [
+ "Tooltip": [
{
- "filePath": "src/FacetDropdown.jsx",
- "line": 27,
- "column": 6,
- "index": 743
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx",
+ "line": 43,
+ "column": 8,
+ "index": 1336
},
{
- "filePath": "src/LearningTypeRadioFacet.jsx",
- "line": 44,
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx",
+ "line": 32,
"column": 8,
- "index": 1834
+ "index": 1035
}
],
- "Dropdown.Item": [
- {
- "filePath": "src/FacetItem.jsx",
- "line": 11,
- "column": 2,
- "index": 303
- },
+ "InfoOutline": [
{
- "filePath": "src/LearningTypeRadioFacet.jsx",
- "line": 45,
- "column": 10,
- "index": 1860
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx",
+ "line": 54,
+ "column": 27,
+ "index": 1744
},
{
- "filePath": "src/LearningTypeRadioFacet.jsx",
- "line": 61,
- "column": 10,
- "index": 2575
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx",
+ "line": 43,
+ "column": 27,
+ "index": 1456
},
{
- "filePath": "src/LearningTypeRadioFacet.jsx",
- "line": 77,
- "column": 10,
- "index": 3345
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
+ "line": 62,
+ "column": 15,
+ "index": 1954
},
{
- "filePath": "src/LearningTypeRadioFacet.jsx",
- "line": 97,
- "column": 14,
- "index": 4357
+ "filePath": "src/Configuration/Provisioning/SubsidyDetailView/TermDetail.jsx",
+ "line": 19,
+ "column": 17,
+ "index": 608
}
],
- "Input": [
+ "DataTable": [
{
- "filePath": "src/FacetItem.jsx",
- "line": 12,
- "column": 4,
- "index": 382
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx",
+ "line": 64,
+ "column": 6,
+ "index": 2051
},
{
- "filePath": "src/LearningTypeRadioFacet.jsx",
- "line": 46,
- "column": 12,
- "index": 1947
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx",
+ "line": 89,
+ "column": 8,
+ "index": 2640
},
{
- "filePath": "src/LearningTypeRadioFacet.jsx",
- "line": 62,
- "column": 12,
- "index": 2662
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx",
+ "line": 109,
+ "column": 20,
+ "index": 3323
},
{
- "filePath": "src/LearningTypeRadioFacet.jsx",
- "line": 78,
- "column": 12,
- "index": 3432
+ "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUsersTable.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 678
},
{
- "filePath": "src/LearningTypeRadioFacet.jsx",
- "line": 98,
- "column": 16,
- "index": 4448
+ "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardDataTable.jsx",
+ "line": 49,
+ "column": 6,
+ "index": 1741
},
{
- "filePath": "src/TypeaheadFacetDropdown.jsx",
- "line": 26,
- "column": 8,
- "index": 653
- }
- ],
- "ArrowDropDown": [
- {
- "filePath": "src/MobileFilterMenu.jsx",
- "line": 42,
+ "filePath": "src/users/account-actions/PasswordHistory.jsx",
+ "line": 71,
"column": 10,
- "index": 1652
+ "index": 1860
}
],
- "Close": [
+ "DataTable.Table": [
{
- "filePath": "src/MobileFilterMenu.jsx",
- "line": 79,
- "column": 16,
- "index": 3093
+ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx",
+ "line": 86,
+ "column": 8,
+ "index": 2633
}
],
- "Image": [
+ "useToggle": [
{
- "filePath": "src/PrequerySearchSuggestionItem.jsx",
- "line": 16,
- "column": 6,
- "index": 478
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx",
+ "line": 13,
+ "column": 53,
+ "index": 650
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInstructionAlert.jsx",
+ "line": 8,
+ "column": 28,
+ "index": 374
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
+ "line": 13,
+ "column": 32,
+ "index": 378
+ },
+ {
+ "filePath": "src/users/CourseReset.jsx",
+ "line": 19,
+ "column": 32,
+ "index": 618
}
],
- "SearchField.Advanced": [
+ "Card": [
{
- "filePath": "src/SearchBox.jsx",
- "line": 171,
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx",
+ "line": 22,
"column": 6,
- "index": 6329
- }
- ],
- "SearchField.Input": [
+ "index": 830
+ },
{
- "filePath": "src/SearchBox.jsx",
- "line": 185,
- "column": 8,
- "index": 6749
- }
- ],
- "SearchField.ClearButton": [
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx",
+ "line": 11,
+ "column": 2,
+ "index": 197
+ },
{
- "filePath": "src/SearchBox.jsx",
- "line": 192,
- "column": 8,
- "index": 7010
- }
- ],
- "SearchField.SubmitButton": [
+ "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx",
+ "line": 20,
+ "column": 4,
+ "index": 586
+ },
{
- "filePath": "src/SearchBox.jsx",
- "line": 193,
- "column": 8,
- "index": 7093
- }
- ],
- "MediaQuery": [
+ "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 598
+ },
{
- "filePath": "src/SearchFilters.jsx",
- "line": 60,
+ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx",
+ "line": 10,
+ "column": 4,
+ "index": 242
+ },
+ {
+ "filePath": "src/users/licenses/LicenseCard.jsx",
+ "line": 56,
"column": 6,
- "index": 1904
+ "index": 1463
},
{
- "filePath": "src/SearchFilters.jsx",
- "line": 65,
+ "filePath": "src/users/SingleSignOnRecordCard.jsx",
+ "line": 95,
"column": 6,
- "index": 2078
+ "index": 2786
}
],
- "breakpoints": [
+ "Card.Section": [
{
- "filePath": "src/SearchFilters.jsx",
- "line": 60,
- "column": 28,
- "index": 1926
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx",
+ "line": 23,
+ "column": 8,
+ "index": 877
},
{
- "filePath": "src/SearchFilters.jsx",
- "line": 65,
- "column": 28,
- "index": 2100
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx",
+ "line": 12,
+ "column": 4,
+ "index": 225
},
{
- "filePath": "src/tests/SearchFilters.test.jsx",
- "line": 13,
- "column": 47,
- "index": 498
- }
- ],
- "Container": [
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx",
+ "line": 16,
+ "column": 4,
+ "index": 381
+ },
{
- "filePath": "src/SearchHeader.jsx",
- "line": 44,
+ "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx",
+ "line": 21,
"column": 6,
- "index": 1277
- }
- ],
- "Row": [
+ "index": 616
+ },
{
- "filePath": "src/SearchHeader.jsx",
- "line": 45,
- "column": 8,
- "index": 1318
- }
- ],
- "Col": [
+ "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 628
+ },
{
- "filePath": "src/SearchHeader.jsx",
- "line": 46,
- "column": 10,
- "index": 1356
+ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 534
},
{
- "filePath": "src/SearchHeader.jsx",
- "line": 69,
- "column": 10,
- "index": 2288
- }
- ],
- "Icon": [
+ "filePath": "src/users/licenses/LicenseCard.jsx",
+ "line": 64,
+ "column": 8,
+ "index": 1692
+ },
{
- "filePath": "src/SearchPagination.jsx",
- "line": 23,
- "column": 10,
- "index": 708
+ "filePath": "src/users/licenses/LicenseCard.jsx",
+ "line": 83,
+ "column": 8,
+ "index": 2279
},
{
- "filePath": "src/SearchPagination.jsx",
- "line": 29,
- "column": 10,
- "index": 848
- }
- ],
- "ArrowBackIos": [
+ "filePath": "src/users/SingleSignOnRecordCard.jsx",
+ "line": 103,
+ "column": 8,
+ "index": 3053
+ },
{
- "filePath": "src/SearchPagination.jsx",
- "line": 23,
- "column": 21,
- "index": 719
+ "filePath": "src/users/SingleSignOnRecordCard.jsx",
+ "line": 134,
+ "column": 8,
+ "index": 3925
}
],
- "ArrowForwardIos": [
+ "ActionRow": [
{
- "filePath": "src/SearchPagination.jsx",
- "line": 29,
- "column": 21,
- "index": 859
- }
- ],
- "Pagination": [
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx",
+ "line": 25,
+ "column": 12,
+ "index": 924
+ },
{
- "filePath": "src/SearchPagination.jsx",
- "line": 66,
- "column": 4,
- "index": 1853
- }
- ],
- "ResponsiveContext.Provider": [
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx",
+ "line": 119,
+ "column": 8,
+ "index": 3992
+ },
{
- "filePath": "src/tests/SearchFilters.test.jsx",
- "line": 15,
- "column": 4,
- "index": 549
- }
- ]
- }
- },
- {
- "version": "12.2.0",
- "name": "@edx/frontend-learner-portal-base",
- "repository": "https://github.com/edx/frontend-learner-portal-base",
- "folderName": "frontend-learner-portal-base",
- "usages": {
- "Dropdown.Deprecated": [
+ "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx",
+ "line": 24,
+ "column": 10,
+ "index": 689
+ },
{
- "filePath": "src/components/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 150,
+ "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx",
+ "line": 23,
"column": 10,
- "index": 3778
- }
- ],
- "Modal": [
+ "index": 701
+ },
{
- "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
- "line": 111,
- "column": 6,
- "index": 2819
+ "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx",
+ "line": 20,
+ "column": 4,
+ "index": 523
},
{
- "filePath": "src/components/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx",
- "line": 74,
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
+ "line": 20,
"column": 6,
- "index": 2189
- }
- ],
- "StatusAlert": [
- {
- "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
- "line": 116,
- "column": 14,
- "index": 2938
+ "index": 653
},
{
- "filePath": "src/components/course-enrollments/course-cards/mark-complete-modal/ModalError.jsx",
- "line": 11,
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubmissionButton.jsx",
+ "line": 253,
"column": 4,
- "index": 412
+ "index": 11167
},
{
- "filePath": "src/components/course-enrollments/CourseEnrollments.jsx",
- "line": 56,
- "column": 4,
- "index": 1718
+ "filePath": "src/Configuration/Provisioning/SubsidyDetailView/SubsidyDetailViewContainer.jsx",
+ "line": 14,
+ "column": 8,
+ "index": 542
},
{
- "filePath": "src/components/course-enrollments/CourseEnrollments.jsx",
- "line": 76,
- "column": 6,
- "index": 2241
- }
- ],
- "Input": [
+ "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
+ "line": 53,
+ "column": 10,
+ "index": 1374
+ },
{
- "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
- "line": 133,
- "column": 14,
- "index": 3527
- }
- ],
- "StatefulButton": [
+ "filePath": "src/Configuration/Provisioning/SubsidyEditView/SubsidyEditViewContainer.jsx",
+ "line": 19,
+ "column": 8,
+ "index": 595
+ },
{
- "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
- "line": 149,
+ "filePath": "src/users/account-actions/CancelRetirement.jsx",
+ "line": 71,
"column": 10,
- "index": 4151
+ "index": 2148
},
{
- "filePath": "src/components/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx",
+ "filePath": "src/users/account-actions/PasswordHistory.jsx",
"line": 78,
"column": 10,
- "index": 2294
- }
- ],
- "Button": [
+ "index": 2090
+ },
{
- "filePath": "src/components/course-enrollments/course-cards/UpcomingCourseCard.jsx",
- "line": 10,
- "column": 4,
- "index": 256
- }
- ],
- "breakpoints": [
+ "filePath": "src/users/account-actions/ResetPassword.jsx",
+ "line": 74,
+ "column": 10,
+ "index": 2221
+ },
{
- "filePath": "src/components/course-enrollments/CourseEnrollments.jsx",
+ "filePath": "src/users/account-actions/RetireUser.jsx",
+ "line": 86,
+ "column": 10,
+ "index": 2665
+ },
+ {
+ "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
+ "line": 64,
+ "column": 10,
+ "index": 2182
+ },
+ {
+ "filePath": "src/users/CourseReset.jsx",
"line": 126,
- "column": 30,
- "index": 3586
+ "column": 14,
+ "index": 3427
},
{
- "filePath": "src/components/course-enrollments/tests/CourseEnrollments.test.jsx",
- "line": 161,
- "column": 26,
- "index": 4917
+ "filePath": "src/users/courseSummary/CourseSummary.jsx",
+ "line": 169,
+ "column": 8,
+ "index": 4636
},
{
- "filePath": "src/components/course-enrollments/tests/CourseEnrollments.test.jsx",
- "line": 174,
- "column": 26,
- "index": 5374
- }
- ],
- "Collapsible": [
+ "filePath": "src/users/enrollments/Certificates.jsx",
+ "line": 210,
+ "column": 8,
+ "index": 6361
+ },
{
- "filePath": "src/components/course-enrollments/CourseSection.jsx",
- "line": 80,
+ "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
+ "line": 157,
"column": 8,
- "index": 1990
- }
- ]
- }
- },
- {
- "version": "22.0.0",
- "name": "@edx/frontend-lib-content-components",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/edx/frontend-lib-content-components.git"
- },
- "folderName": "frontend-lib-content-components",
- "usages": {
- "Toast": [
+ "index": 4296
+ },
{
- "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx",
- "line": 33,
+ "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
+ "line": 117,
+ "column": 8,
+ "index": 3218
+ },
+ {
+ "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
+ "line": 119,
+ "column": 8,
+ "index": 3356
+ },
+ {
+ "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx",
+ "line": 114,
"column": 8,
- "index": 732
+ "index": 3130
},
{
- "filePath": "src/editors/containers/TextEditor/index.jsx",
- "line": 71,
+ "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx",
+ "line": 112,
"column": 8,
- "index": 1842
+ "index": 3076
+ },
+ {
+ "filePath": "src/users/SingleSignOnRecordCard.jsx",
+ "line": 86,
+ "column": 10,
+ "index": 2555
+ },
+ {
+ "filePath": "src/users/VerifiedName.jsx",
+ "line": 184,
+ "column": 10,
+ "index": 5360
}
],
- "ModalDialog.Footer": [
+ "Button": [
{
- "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx",
- "line": 38,
- "column": 6,
- "index": 867
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx",
+ "line": 26,
+ "column": 14,
+ "index": 950
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx",
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx",
"line": 27,
- "column": 4,
- "index": 598
+ "column": 14,
+ "index": 1016
},
{
- "filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
- "line": 48,
- "column": 4,
- "index": 994
- }
- ],
- "ActionRow": [
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx",
+ "line": 123,
+ "column": 10,
+ "index": 4140
+ },
{
- "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx",
- "line": 39,
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx",
+ "line": 21,
"column": 8,
- "index": 918
+ "index": 544
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx",
- "line": 61,
- "column": 10,
- "index": 1876
+ "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx",
+ "line": 25,
+ "column": 12,
+ "index": 713
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx",
- "line": 21,
- "column": 4,
- "index": 492
+ "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx",
+ "line": 34,
+ "column": 12,
+ "index": 1038
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx",
- "line": 22,
+ "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx",
+ "line": 24,
+ "column": 12,
+ "index": 725
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx",
+ "line": 32,
+ "column": 12,
+ "index": 1034
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx",
+ "line": 23,
+ "column": 6,
+ "index": 601
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageButton.jsx",
+ "line": 7,
"column": 2,
- "index": 502
+ "index": 157
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 29,
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx",
+ "line": 129,
"column": 8,
- "index": 758
+ "index": 4876
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 46,
- "column": 16,
- "index": 1449
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubmissionButton.jsx",
+ "line": 260,
+ "column": 6,
+ "index": 11421
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 69,
- "column": 14,
- "index": 2495
+ "filePath": "src/Configuration/Provisioning/SubsidyDetailView/EditButton.jsx",
+ "line": 17,
+ "column": 4,
+ "index": 465
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx",
- "line": 28,
+ "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
+ "line": 29,
"column": 6,
- "index": 650
+ "index": 776
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
- "line": 68,
+ "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
+ "line": 54,
+ "column": 12,
+ "index": 1398
+ },
+ {
+ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentIndexPage.jsx",
+ "line": 101,
"column": 10,
- "index": 2054
+ "index": 3361
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "filePath": "src/ProgramEnrollments/LinkProgramEnrollments.jsx",
+ "line": 76,
+ "column": 10,
+ "index": 2378
+ },
+ {
+ "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
+ "line": 157,
+ "column": 10,
+ "index": 5141
+ },
+ {
+ "filePath": "src/userMessages/Alert.jsx",
"line": 49,
- "column": 18,
- "index": 1335
+ "column": 22,
+ "index": 1258
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 68,
- "column": 18,
- "index": 2139
+ "filePath": "src/users/account-actions/CancelRetirement.jsx",
+ "line": 48,
+ "column": 6,
+ "index": 1418
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 93,
+ "filePath": "src/users/account-actions/CancelRetirement.jsx",
+ "line": 80,
"column": 18,
- "index": 3210
+ "index": 2385
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 119,
- "column": 18,
- "index": 4316
+ "filePath": "src/users/account-actions/PasswordHistory.jsx",
+ "line": 48,
+ "column": 8,
+ "index": 1186
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx",
- "line": 36,
+ "filePath": "src/users/account-actions/ResetPassword.jsx",
+ "line": 51,
"column": 6,
- "index": 916
+ "index": 1507
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx",
- "line": 24,
- "column": 4,
- "index": 576
+ "filePath": "src/users/account-actions/ResetPassword.jsx",
+ "line": 82,
+ "column": 16,
+ "index": 2439
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 126,
- "column": 12,
- "index": 3800
+ "filePath": "src/users/account-actions/RetireUser.jsx",
+ "line": 61,
+ "column": 6,
+ "index": 1914
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
- "line": 66,
- "column": 8,
- "index": 2027
+ "filePath": "src/users/account-actions/RetireUser.jsx",
+ "line": 94,
+ "column": 16,
+ "index": 2883
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
- "line": 75,
+ "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
+ "line": 28,
"column": 6,
- "index": 2233
+ "index": 738
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 80,
+ "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
+ "line": 70,
+ "column": 12,
+ "index": 2345
+ },
+ {
+ "filePath": "src/users/CourseReset.jsx",
+ "line": 112,
"column": 10,
- "index": 2421
+ "index": 3093
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
- "line": 118,
+ "filePath": "src/users/CourseReset.jsx",
+ "line": 127,
+ "column": 16,
+ "index": 3455
+ },
+ {
+ "filePath": "src/users/CourseReset.jsx",
+ "line": 134,
+ "column": 16,
+ "index": 3695
+ },
+ {
+ "filePath": "src/users/CourseReset.jsx",
+ "line": 165,
"column": 8,
- "index": 3995
+ "index": 4656
},
{
- "filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
- "line": 49,
- "column": 6,
- "index": 1021
+ "filePath": "src/users/enrollments/Certificates.jsx",
+ "line": 159,
+ "column": 24,
+ "index": 4988
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
- "line": 34,
- "column": 4,
- "index": 716
+ "filePath": "src/users/enrollments/Certificates.jsx",
+ "line": 169,
+ "column": 24,
+ "index": 5386
},
{
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 188,
- "column": 6,
- "index": 4794
- }
- ],
- "Hyperlink": [
+ "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
+ "line": 166,
+ "column": 14,
+ "index": 4567
+ },
{
- "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx",
- "line": 44,
- "column": 10,
- "index": 1084
+ "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
+ "line": 126,
+ "column": 14,
+ "index": 3489
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx",
- "line": 36,
- "column": 10,
- "index": 1431
+ "filePath": "src/users/enrollments/Enrollments.jsx",
+ "line": 291,
+ "column": 8,
+ "index": 9343
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx",
- "line": 83,
+ "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
+ "line": 128,
+ "column": 14,
+ "index": 3628
+ },
+ {
+ "filePath": "src/users/entitlements/Entitlements.jsx",
+ "line": 250,
"column": 8,
- "index": 2770
+ "index": 7921
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx",
- "line": 40,
- "column": 10,
- "index": 1139
+ "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx",
+ "line": 123,
+ "column": 14,
+ "index": 3402
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 79,
- "column": 6,
- "index": 2895
+ "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx",
+ "line": 121,
+ "column": 14,
+ "index": 3348
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx",
- "line": 35,
- "column": 6,
- "index": 1042
+ "filePath": "src/users/LearnerCredentials.jsx",
+ "line": 26,
+ "column": 10,
+ "index": 817
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDisplay.jsx",
- "line": 31,
+ "filePath": "src/users/LearnerCredentials.jsx",
+ "line": 52,
"column": 8,
- "index": 836
+ "index": 1451
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/SocialShareWidget/index.jsx",
- "line": 75,
- "column": 8,
- "index": 2278
+ "filePath": "src/users/LearnerRecords.jsx",
+ "line": 73,
+ "column": 18,
+ "index": 2315
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx",
- "line": 50,
+ "filePath": "src/users/SingleSignOnRecordCard.jsx",
+ "line": 115,
"column": 14,
- "index": 1670
- }
- ],
- "ActionRow.Spacer": [
+ "index": 3500
+ },
{
- "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx",
- "line": 49,
- "column": 10,
- "index": 1320
+ "filePath": "src/users/UserSearch.jsx",
+ "line": 22,
+ "column": 8,
+ "index": 683
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 31,
+ "filePath": "src/users/VerifiedName.jsx",
+ "line": 106,
"column": 10,
- "index": 955
+ "index": 2808
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 35,
+ "filePath": "src/users/VerifiedName.jsx",
+ "line": 127,
"column": 10,
- "index": 1112
+ "index": 3681
+ }
+ ],
+ "Launch": [
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx",
+ "line": 34,
+ "column": 27,
+ "index": 1356
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 50,
- "column": 18,
- "index": 1729
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx",
+ "line": 128,
+ "column": 23,
+ "index": 4366
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 73,
- "column": 16,
- "index": 2767
+ "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx",
+ "line": 41,
+ "column": 25,
+ "index": 1332
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx",
- "line": 29,
- "column": 8,
- "index": 670
+ "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx",
+ "line": 38,
+ "column": 25,
+ "index": 1308
+ }
+ ],
+ "ModalDialog": [
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx",
+ "line": 15,
+ "column": 4,
+ "index": 486
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
+ "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
+ "line": 32,
+ "column": 6,
+ "index": 888
+ },
+ {
+ "filePath": "src/users/account-actions/CancelRetirement.jsx",
+ "line": 55,
+ "column": 6,
+ "index": 1628
+ },
+ {
+ "filePath": "src/users/account-actions/PasswordHistory.jsx",
+ "line": 58,
+ "column": 6,
+ "index": 1413
+ },
+ {
+ "filePath": "src/users/account-actions/ResetPassword.jsx",
+ "line": 58,
+ "column": 6,
+ "index": 1708
+ },
+ {
+ "filePath": "src/users/account-actions/RetireUser.jsx",
"line": 70,
- "column": 12,
- "index": 2157
+ "column": 6,
+ "index": 2156
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 54,
- "column": 20,
- "index": 1626
+ "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
+ "line": 36,
+ "column": 6,
+ "index": 1074
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 73,
- "column": 20,
- "index": 2394
+ "filePath": "src/users/courseSummary/CourseSummary.jsx",
+ "line": 146,
+ "column": 4,
+ "index": 3985
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 98,
- "column": 20,
- "index": 3465
+ "filePath": "src/users/enrollments/Certificates.jsx",
+ "line": 191,
+ "column": 4,
+ "index": 5880
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 124,
- "column": 20,
- "index": 4568
+ "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
+ "line": 137,
+ "column": 4,
+ "index": 3758
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx",
- "line": 54,
- "column": 12,
- "index": 1691
+ "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
+ "line": 97,
+ "column": 4,
+ "index": 2676
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx",
- "line": 26,
- "column": 6,
- "index": 663
+ "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
+ "line": 99,
+ "column": 4,
+ "index": 2810
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 147,
- "column": 14,
- "index": 4687
+ "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx",
+ "line": 94,
+ "column": 4,
+ "index": 2589
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
- "line": 68,
- "column": 10,
- "index": 2096
+ "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx",
+ "line": 92,
+ "column": 4,
+ "index": 2531
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
- "line": 77,
- "column": 8,
- "index": 2318
+ "filePath": "src/users/SingleSignOnRecordCard.jsx",
+ "line": 66,
+ "column": 6,
+ "index": 1922
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 85,
- "column": 12,
- "index": 2552
+ "filePath": "src/users/VerifiedName.jsx",
+ "line": 162,
+ "column": 6,
+ "index": 4696
+ }
+ ],
+ "ModalDialog.Header": [
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx",
+ "line": 23,
+ "column": 6,
+ "index": 661
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
- "line": 139,
- "column": 10,
- "index": 4769
+ "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
+ "line": 40,
+ "column": 8,
+ "index": 1072
},
{
- "filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
- "line": 51,
+ "filePath": "src/users/account-actions/CancelRetirement.jsx",
+ "line": 62,
"column": 8,
- "index": 1064
+ "index": 1832
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
- "line": 59,
- "column": 23,
- "index": 1447
+ "filePath": "src/users/account-actions/PasswordHistory.jsx",
+ "line": 65,
+ "column": 8,
+ "index": 1618
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
- "line": 99,
- "column": 10,
- "index": 2761
+ "filePath": "src/users/account-actions/ResetPassword.jsx",
+ "line": 65,
+ "column": 8,
+ "index": 1903
},
{
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 190,
+ "filePath": "src/users/account-actions/RetireUser.jsx",
+ "line": 77,
"column": 8,
- "index": 4902
- }
- ],
- "Button": [
+ "index": 2337
+ },
+ {
+ "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
+ "line": 42,
+ "column": 8,
+ "index": 1263
+ },
+ {
+ "filePath": "src/users/courseSummary/CourseSummary.jsx",
+ "line": 156,
+ "column": 6,
+ "index": 4187
+ },
{
- "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx",
- "line": 50,
- "column": 10,
- "index": 1351
+ "filePath": "src/users/enrollments/Certificates.jsx",
+ "line": 201,
+ "column": 6,
+ "index": 6079
},
{
- "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx",
- "line": 57,
- "column": 10,
- "index": 1604
+ "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
+ "line": 148,
+ "column": 6,
+ "index": 4004
},
{
- "filePath": "src/editors/containers/EditorContainer/index.jsx",
- "line": 39,
- "column": 10,
- "index": 1196
+ "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
+ "line": 108,
+ "column": 6,
+ "index": 2922
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx",
- "line": 62,
- "column": 12,
- "index": 1900
+ "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
+ "line": 110,
+ "column": 6,
+ "index": 3057
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx",
- "line": 65,
- "column": 12,
- "index": 2077
+ "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx",
+ "line": 105,
+ "column": 6,
+ "index": 2836
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx",
- "line": 94,
- "column": 12,
- "index": 3129
+ "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx",
+ "line": 103,
+ "column": 6,
+ "index": 2780
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx",
- "line": 42,
+ "filePath": "src/users/SingleSignOnRecordCard.jsx",
+ "line": 72,
"column": 8,
- "index": 1689
+ "index": 2106
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx",
- "line": 45,
+ "filePath": "src/users/VerifiedName.jsx",
+ "line": 171,
"column": 8,
- "index": 1883
- },
+ "index": 4918
+ }
+ ],
+ "ModalDialog.Body": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/ProblemTypeSelect.jsx",
- "line": 42,
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx",
+ "line": 29,
"column": 6,
- "index": 1432
+ "index": 770
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx",
- "line": 30,
+ "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
+ "line": 46,
"column": 8,
- "index": 699
+ "index": 1226
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx",
- "line": 37,
+ "filePath": "src/users/account-actions/CancelRetirement.jsx",
+ "line": 67,
"column": 8,
- "index": 938
+ "index": 2023
},
{
- "filePath": "src/editors/containers/VideoEditor/components/SelectVideoModal.jsx",
- "line": 41,
- "column": 21,
- "index": 1083
+ "filePath": "src/users/account-actions/PasswordHistory.jsx",
+ "line": 70,
+ "column": 8,
+ "index": 1814
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
- "line": 101,
- "column": 10,
- "index": 3480
+ "filePath": "src/users/account-actions/ResetPassword.jsx",
+ "line": 70,
+ "column": 8,
+ "index": 2096
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/index.jsx",
- "line": 71,
- "column": 12,
- "index": 1981
+ "filePath": "src/users/account-actions/RetireUser.jsx",
+ "line": 82,
+ "column": 8,
+ "index": 2540
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx",
- "line": 112,
- "column": 10,
- "index": 3449
+ "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
+ "line": 47,
+ "column": 8,
+ "index": 1553
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx",
- "line": 34,
- "column": 4,
- "index": 866
+ "filePath": "src/users/courseSummary/CourseSummary.jsx",
+ "line": 165,
+ "column": 6,
+ "index": 4505
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 168,
- "column": 10,
- "index": 5476
+ "filePath": "src/users/enrollments/Certificates.jsx",
+ "line": 206,
+ "column": 6,
+ "index": 6254
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
- "line": 89,
- "column": 18,
- "index": 2488
+ "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
+ "line": 153,
+ "column": 6,
+ "index": 4185
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 61,
- "column": 16,
- "index": 1737
+ "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
+ "line": 113,
+ "column": 6,
+ "index": 3107
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 64,
- "column": 16,
- "index": 1926
+ "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
+ "line": 115,
+ "column": 6,
+ "index": 3243
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
- "line": 143,
+ "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx",
+ "line": 110,
"column": 6,
- "index": 4901
+ "index": 3018
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx",
- "line": 29,
+ "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx",
+ "line": 108,
"column": 6,
- "index": 1000
+ "index": 2963
},
{
- "filePath": "src/editors/sharedComponents/Button/index.jsx",
- "line": 12,
- "column": 2,
- "index": 327
+ "filePath": "src/users/SingleSignOnRecordCard.jsx",
+ "line": 77,
+ "column": 8,
+ "index": 2291
},
{
- "filePath": "src/editors/sharedComponents/CodeEditor/index.jsx",
- "line": 32,
+ "filePath": "src/users/VerifiedName.jsx",
+ "line": 176,
+ "column": 8,
+ "index": 5113
+ }
+ ],
+ "Badge": [
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx",
+ "line": 30,
"column": 8,
- "index": 730
+ "index": 797
},
{
- "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx",
- "line": 44,
- "column": 14,
- "index": 1435
+ "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableBadges.jsx",
+ "line": 9,
+ "column": 4,
+ "index": 176
},
{
- "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx",
- "line": 48,
+ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx",
+ "line": 16,
+ "column": 40,
+ "index": 388
+ },
+ {
+ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx",
+ "line": 16,
+ "column": 83,
+ "index": 431
+ },
+ {
+ "filePath": "src/users/licenses/LicenseCard.jsx",
+ "line": 67,
"column": 14,
- "index": 1648
+ "index": 1785
+ }
+ ],
+ "ModalDialog.Footer": [
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx",
+ "line": 118,
+ "column": 6,
+ "index": 3963
},
{
- "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx",
+ "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
"line": 52,
- "column": 12,
- "index": 1876
+ "column": 8,
+ "index": 1343
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx",
- "line": 47,
+ "filePath": "src/users/account-actions/CancelRetirement.jsx",
+ "line": 70,
"column": 8,
- "index": 1492
+ "index": 2117
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx",
- "line": 64,
- "column": 6,
- "index": 1950
+ "filePath": "src/users/account-actions/PasswordHistory.jsx",
+ "line": 77,
+ "column": 8,
+ "index": 2059
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx",
- "line": 64,
+ "filePath": "src/users/account-actions/ResetPassword.jsx",
+ "line": 73,
"column": 8,
- "index": 1358
+ "index": 2190
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx",
- "line": 72,
+ "filePath": "src/users/account-actions/RetireUser.jsx",
+ "line": 85,
"column": 8,
- "index": 1595
+ "index": 2634
},
{
- "filePath": "src/editors/sharedComponents/SourceCodeModal/index.jsx",
- "line": 32,
+ "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
+ "line": 63,
"column": 8,
- "index": 680
+ "index": 2151
},
{
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 192,
- "column": 10,
- "index": 4973
- }
- ],
- "Spinner": [
+ "filePath": "src/users/courseSummary/CourseSummary.jsx",
+ "line": 168,
+ "column": 6,
+ "index": 4607
+ },
{
- "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx",
- "line": 63,
- "column": 16,
- "index": 1803
+ "filePath": "src/users/enrollments/Certificates.jsx",
+ "line": 209,
+ "column": 6,
+ "index": 6332
},
{
- "filePath": "src/editors/containers/GameEditor/index.jsx",
- "line": 52,
- "column": 12,
- "index": 1277
+ "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
+ "line": 156,
+ "column": 6,
+ "index": 4267
},
{
- "filePath": "src/editors/containers/ProblemEditor/index.jsx",
- "line": 32,
- "column": 8,
- "index": 962
+ "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
+ "line": 116,
+ "column": 6,
+ "index": 3189
},
{
- "filePath": "src/editors/containers/TextEditor/index.jsx",
- "line": 78,
- "column": 14,
- "index": 2083
+ "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
+ "line": 118,
+ "column": 6,
+ "index": 3327
},
{
- "filePath": "src/editors/containers/VideoEditor/index.jsx",
- "line": 51,
- "column": 12,
- "index": 1319
+ "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx",
+ "line": 113,
+ "column": 6,
+ "index": 3101
},
{
- "filePath": "src/editors/containers/VideoUploadEditor/index.jsx",
- "line": 24,
+ "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx",
+ "line": 111,
"column": 6,
- "index": 649
+ "index": 3047
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/Gallery.jsx",
- "line": 42,
+ "filePath": "src/users/SingleSignOnRecordCard.jsx",
+ "line": 85,
"column": 8,
- "index": 948
+ "index": 2524
},
{
- "filePath": "src/example.jsx",
- "line": 48,
- "column": 12,
- "index": 1219
+ "filePath": "src/users/VerifiedName.jsx",
+ "line": 183,
+ "column": 8,
+ "index": 5329
}
],
- "Form.Group": [
+ "ModalDialog.CloseButton": [
{
- "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditableHeader.jsx",
- "line": 15,
- "column": 2,
- "index": 302
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx",
+ "line": 120,
+ "column": 10,
+ "index": 4014
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Feedback/FeedbackControl.jsx",
- "line": 19,
- "column": 2,
- "index": 521
+ "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
+ "line": 55,
+ "column": 12,
+ "index": 1518
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GeneralFeedback/index.jsx",
- "line": 27,
- "column": 6,
- "index": 906
+ "filePath": "src/users/account-actions/CancelRetirement.jsx",
+ "line": 72,
+ "column": 12,
+ "index": 2172
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Randomization/index.jsx",
- "line": 32,
- "column": 6,
- "index": 1051
+ "filePath": "src/users/account-actions/PasswordHistory.jsx",
+ "line": 79,
+ "column": 12,
+ "index": 2114
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx",
- "line": 49,
- "column": 6,
- "index": 1561
+ "filePath": "src/users/account-actions/ResetPassword.jsx",
+ "line": 75,
+ "column": 12,
+ "index": 2245
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx",
- "line": 60,
- "column": 6,
- "index": 1930
+ "filePath": "src/users/account-actions/RetireUser.jsx",
+ "line": 87,
+ "column": 12,
+ "index": 2689
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx",
- "line": 45,
- "column": 6,
- "index": 1379
+ "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
+ "line": 65,
+ "column": 12,
+ "index": 2206
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx",
- "line": 69,
- "column": 8,
- "index": 2188
+ "filePath": "src/users/courseSummary/CourseSummary.jsx",
+ "line": 170,
+ "column": 10,
+ "index": 4658
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/TimerCard.jsx",
- "line": 27,
- "column": 6,
- "index": 798
+ "filePath": "src/users/enrollments/Certificates.jsx",
+ "line": 211,
+ "column": 10,
+ "index": 6383
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx",
- "line": 74,
- "column": 6,
- "index": 2414
+ "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
+ "line": 158,
+ "column": 10,
+ "index": 4318
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 28,
- "column": 6,
- "index": 689
+ "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
+ "line": 118,
+ "column": 10,
+ "index": 3240
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx",
- "line": 49,
- "column": 8,
- "index": 1264
+ "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
+ "line": 120,
+ "column": 10,
+ "index": 3378
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx",
- "line": 61,
- "column": 8,
- "index": 1754
+ "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx",
+ "line": 115,
+ "column": 10,
+ "index": 3152
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 35,
- "column": 6,
- "index": 779
+ "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx",
+ "line": 113,
+ "column": 10,
+ "index": 3098
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 48,
- "column": 16,
- "index": 1304
+ "filePath": "src/users/SingleSignOnRecordCard.jsx",
+ "line": 87,
+ "column": 12,
+ "index": 2579
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 67,
- "column": 16,
- "index": 2108
- },
+ "filePath": "src/users/VerifiedName.jsx",
+ "line": 185,
+ "column": 12,
+ "index": 5384
+ }
+ ],
+ "Form.Switch": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 92,
- "column": 16,
- "index": 3179
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerPlanContainer.jsx",
+ "line": 44,
+ "column": 14,
+ "index": 1849
+ }
+ ],
+ "Skeleton": [
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerPlanContainer.jsx",
+ "line": 66,
+ "column": 10,
+ "index": 2511
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 118,
- "column": 16,
- "index": 4285
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx",
+ "line": 57,
+ "column": 13,
+ "index": 1861
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 118,
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx",
+ "line": 81,
"column": 10,
- "index": 3483
+ "index": 2542
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
- "line": 72,
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx",
+ "line": 84,
+ "column": 83,
+ "index": 2698
+ }
+ ],
+ "Card.Footer": [
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx",
+ "line": 20,
"column": 6,
- "index": 2011
+ "index": 522
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx",
- "line": 28,
- "column": 2,
- "index": 808
+ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx",
+ "line": 39,
+ "column": 6,
+ "index": 961
+ }
+ ],
+ "Breadcrumb": [
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx",
+ "line": 66,
+ "column": 10,
+ "index": 2007
+ }
+ ],
+ "IconButton": [
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx",
+ "line": 25,
+ "column": 10,
+ "index": 770
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx",
+ "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx",
"line": 38,
- "column": 2,
- "index": 982
+ "column": 6,
+ "index": 1093
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
- "line": 35,
+ "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx",
+ "line": 42,
"column": 6,
- "index": 734
- },
+ "index": 1447
+ }
+ ],
+ "Person": [
{
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/FormGroup.jsx",
- "line": 19,
- "column": 4,
- "index": 506
+ "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx",
+ "line": 28,
+ "column": 17,
+ "index": 845
},
{
- "filePath": "www/src/Gallery.jsx",
+ "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx",
"line": 41,
- "column": 8,
- "index": 1668
+ "column": 13,
+ "index": 1156
+ }
+ ],
+ "Chip": [
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx",
+ "line": 76,
+ "column": 6,
+ "index": 1939
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx",
+ "line": 100,
+ "column": 4,
+ "index": 2529
},
{
- "filePath": "www/src/Gallery.jsx",
+ "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx",
"line": 52,
- "column": 8,
- "index": 2000
+ "column": 23,
+ "index": 1546
+ },
+ {
+ "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx",
+ "line": 49,
+ "column": 23,
+ "index": 1522
}
],
- "Form.Control": [
+ "Timelapse": [
{
- "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditableHeader.jsx",
- "line": 16,
- "column": 4,
- "index": 350
+ "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx",
+ "line": 77,
+ "column": 20,
+ "index": 1965
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
- "line": 55,
- "column": 8,
- "index": 1979
- },
+ "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx",
+ "line": 101,
+ "column": 18,
+ "index": 2553
+ }
+ ],
+ "DataTable.FilterStatus": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
- "line": 69,
- "column": 8,
- "index": 2358
- },
+ "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardDataTable.jsx",
+ "line": 20,
+ "column": 31,
+ "index": 869
+ }
+ ],
+ "DjangoShort": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GeneralFeedback/index.jsx",
- "line": 28,
- "column": 8,
- "index": 927
- },
+ "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx",
+ "line": 44,
+ "column": 13,
+ "index": 1490
+ }
+ ],
+ "ActionRow.Spacer": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx",
+ "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx",
"line": 22,
"column": 6,
- "index": 527
- },
- {
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Randomization/index.jsx",
- "line": 33,
- "column": 8,
- "index": 1072
+ "index": 574
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx",
- "line": 50,
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
+ "line": 22,
"column": 8,
- "index": 1582
+ "index": 737
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx",
- "line": 61,
- "column": 8,
- "index": 1951
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
+ "line": 104,
+ "column": 14,
+ "index": 3615
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx",
- "line": 46,
- "column": 8,
- "index": 1422
+ "filePath": "src/Configuration/Provisioning/SubsidyDetailView/SubsidyDetailViewContainer.jsx",
+ "line": 16,
+ "column": 10,
+ "index": 606
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx",
- "line": 70,
+ "filePath": "src/Configuration/Provisioning/SubsidyEditView/SubsidyEditViewContainer.jsx",
+ "line": 21,
"column": 10,
- "index": 2238
- },
+ "index": 659
+ }
+ ],
+ "Add": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/TimerCard.jsx",
- "line": 28,
- "column": 8,
- "index": 819
- },
+ "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx",
+ "line": 26,
+ "column": 20,
+ "index": 685
+ }
+ ],
+ "Image": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx",
- "line": 75,
+ "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageImage.jsx",
+ "line": 5,
+ "column": 2,
+ "index": 135
+ }
+ ],
+ "Form.AutosuggestOption": [
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx",
+ "line": 66,
"column": 8,
- "index": 2457
+ "index": 2613
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx",
- "line": 92,
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx",
+ "line": 78,
"column": 10,
- "index": 3068
+ "index": 3173
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx",
- "line": 50,
- "column": 10,
- "index": 1296
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx",
+ "line": 91,
+ "column": 6,
+ "index": 3518
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx",
- "line": 62,
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomerDropdown.jsx",
+ "line": 67,
"column": 10,
- "index": 1786
- },
+ "index": 2712
+ }
+ ],
+ "Form.Group": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx",
- "line": 37,
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx",
+ "line": 105,
"column": 8,
- "index": 936
+ "index": 3940
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
- "line": 74,
- "column": 10,
- "index": 2098
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormAccountDetails.jsx",
+ "line": 78,
+ "column": 6,
+ "index": 3299
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
- "line": 83,
- "column": 10,
- "index": 2480
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormAccountDetails.jsx",
+ "line": 107,
+ "column": 8,
+ "index": 4195
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
- "line": 101,
- "column": 12,
- "index": 3278
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormCatalog.jsx",
+ "line": 69,
+ "column": 6,
+ "index": 2391
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx",
- "line": 32,
- "column": 4,
- "index": 947
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormDescription.jsx",
+ "line": 44,
+ "column": 6,
+ "index": 1482
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx",
- "line": 43,
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCap.jsx",
+ "line": 45,
"column": 6,
- "index": 1135
+ "index": 1619
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx",
- "line": 50,
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCapAmount.jsx",
+ "line": 48,
"column": 6,
- "index": 1383
+ "index": 2132
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
- "line": 36,
- "column": 8,
- "index": 777
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPolicyType.jsx",
+ "line": 63,
+ "column": 6,
+ "index": 2129
},
{
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/FormGroup.jsx",
- "line": 24,
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
+ "line": 80,
"column": 6,
- "index": 631
- }
- ],
- "Form": [
- {
- "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditableHeader.test.jsx",
- "line": 26,
- "column": 49,
- "index": 903
+ "index": 2579
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Checker/index.jsx",
- "line": 11,
- "column": 20,
- "index": 206
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomer.jsx",
+ "line": 43,
+ "column": 6,
+ "index": 1760
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Checker/index.jsx",
- "line": 13,
- "column": 18,
- "index": 264
- }
- ],
- "ButtonGroup": [
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomer.jsx",
+ "line": 46,
+ "column": 6,
+ "index": 1868
+ },
{
- "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx",
- "line": 16,
- "column": 2,
- "index": 405
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomerDropdown.jsx",
+ "line": 55,
+ "column": 4,
+ "index": 2274
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx",
- "line": 41,
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInternalOnly.jsx",
+ "line": 32,
"column": 6,
- "index": 1619
- }
- ],
- "IconButtonWithTooltip": [
- {
- "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx",
- "line": 17,
- "column": 4,
- "index": 423
+ "index": 1128
},
{
- "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx",
- "line": 24,
- "column": 4,
- "index": 619
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubsidy.jsx",
+ "line": 38,
+ "column": 6,
+ "index": 1324
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx",
- "line": 55,
- "column": 12,
- "index": 1724
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
+ "line": 72,
+ "column": 6,
+ "index": 2200
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx",
- "line": 94,
- "column": 12,
- "index": 2761
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTitle.jsx",
+ "line": 44,
+ "column": 6,
+ "index": 1503
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
- "line": 107,
+ "filePath": "src/users/CourseReset.jsx",
+ "line": 146,
"column": 12,
- "index": 3555
+ "index": 4139
+ }
+ ],
+ "Form.Autosuggest": [
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx",
+ "line": 108,
+ "column": 10,
+ "index": 4001
},
{
- "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx",
- "line": 38,
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomerDropdown.jsx",
+ "line": 56,
"column": 6,
- "index": 818
+ "index": 2293
}
],
- "Check": [
+ "Warning": [
{
- "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx",
- "line": 20,
- "column": 11,
- "index": 553
- },
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
+ "line": 34,
+ "column": 23,
+ "index": 1207
+ }
+ ],
+ "Col": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/TypeRow.jsx",
- "line": 37,
- "column": 43,
- "index": 847
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
+ "line": 35,
+ "column": 12,
+ "index": 1260
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
- "line": 69,
- "column": 50,
- "index": 2167
+ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollment.jsx",
+ "line": 46,
+ "column": 18,
+ "index": 1603
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
- "line": 101,
- "column": 83,
- "index": 2974
- }
- ],
- "Icon": [
- {
- "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx",
- "line": 21,
- "column": 14,
- "index": 574
+ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollment.jsx",
+ "line": 49,
+ "column": 18,
+ "index": 1762
},
{
- "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx",
- "line": 28,
- "column": 14,
- "index": 773
+ "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
+ "line": 168,
+ "column": 16,
+ "index": 5529
},
{
- "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx",
- "line": 57,
+ "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
+ "line": 171,
"column": 16,
- "index": 1471
+ "index": 5623
},
{
- "filePath": "src/editors/containers/EditorContainer/index.jsx",
- "line": 64,
- "column": 20,
- "index": 2047
+ "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
+ "line": 178,
+ "column": 16,
+ "index": 5880
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
- "line": 114,
- "column": 10,
- "index": 3828
+ "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
+ "line": 181,
+ "column": 16,
+ "index": 5971
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
- "line": 121,
- "column": 18,
- "index": 4053
+ "filePath": "src/users/licenses/LicenseCard.jsx",
+ "line": 66,
+ "column": 12,
+ "index": 1735
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx",
- "line": 53,
+ "filePath": "src/users/licenses/LicenseCard.jsx",
+ "line": 70,
"column": 12,
- "index": 1609
+ "index": 1926
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx",
- "line": 29,
- "column": 18,
- "index": 741
+ "filePath": "src/users/licenses/Licenses.jsx",
+ "line": 36,
+ "column": 14,
+ "index": 1055
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx",
- "line": 34,
- "column": 16,
- "index": 881
+ "filePath": "src/users/SingleSignOnRecordCard.jsx",
+ "line": 105,
+ "column": 12,
+ "index": 3096
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/TypeRow.jsx",
- "line": 37,
- "column": 32,
- "index": 836
+ "filePath": "src/users/SingleSignOnRecordCard.jsx",
+ "line": 108,
+ "column": 12,
+ "index": 3238
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
- "line": 29,
+ "filePath": "src/users/SingleSignOnRecords.jsx",
+ "line": 45,
"column": 14,
- "index": 1082
+ "index": 1679
+ }
+ ],
+ "Form.Control": [
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormAccountDetails.jsx",
+ "line": 83,
+ "column": 8,
+ "index": 3425
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
- "line": 32,
- "column": 14,
- "index": 1207
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormAccountDetails.jsx",
+ "line": 110,
+ "column": 10,
+ "index": 4256
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 30,
- "column": 46,
- "index": 878
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormDescription.jsx",
+ "line": 46,
+ "column": 8,
+ "index": 1587
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx",
- "line": 28,
- "column": 22,
- "index": 883
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCapAmount.jsx",
+ "line": 51,
+ "column": 8,
+ "index": 2187
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
- "line": 41,
- "column": 22,
- "index": 1410
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomer.jsx",
+ "line": 51,
+ "column": 8,
+ "index": 2031
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
- "line": 42,
- "column": 96,
- "index": 1557
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
+ "line": 76,
+ "column": 8,
+ "index": 2325
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
- "line": 48,
- "column": 98,
- "index": 1874
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
+ "line": 84,
+ "column": 8,
+ "index": 2586
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
- "line": 76,
- "column": 24,
- "index": 2397
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTitle.jsx",
+ "line": 48,
+ "column": 8,
+ "index": 1608
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
- "line": 26,
- "column": 50,
- "index": 652
+ "filePath": "src/users/CourseReset.jsx",
+ "line": 147,
+ "column": 14,
+ "index": 4166
+ }
+ ],
+ "Form.Label": [
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormCatalog.jsx",
+ "line": 70,
+ "column": 8,
+ "index": 2431
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
- "line": 27,
- "column": 48,
- "index": 792
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormDescription.jsx",
+ "line": 45,
+ "column": 8,
+ "index": 1503
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
- "line": 28,
- "column": 27,
- "index": 904
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCap.jsx",
+ "line": 48,
+ "column": 8,
+ "index": 1674
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
- "line": 29,
- "column": 29,
- "index": 1044
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPolicyType.jsx",
+ "line": 66,
+ "column": 8,
+ "index": 2184
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
- "line": 30,
- "column": 29,
- "index": 1158
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
+ "line": 81,
+ "column": 8,
+ "index": 2619
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
- "line": 31,
- "column": 26,
- "index": 1269
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubsidy.jsx",
+ "line": 39,
+ "column": 8,
+ "index": 1364
+ }
+ ],
+ "Form.RadioSet": [
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormCatalog.jsx",
+ "line": 88,
+ "column": 14,
+ "index": 3248
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 50,
- "column": 20,
- "index": 1367
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCap.jsx",
+ "line": 49,
+ "column": 8,
+ "index": 1750
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 69,
- "column": 20,
- "index": 2171
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPolicyType.jsx",
+ "line": 75,
+ "column": 8,
+ "index": 2652
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 94,
- "column": 20,
- "index": 3242
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
+ "line": 83,
+ "column": 8,
+ "index": 2735
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 120,
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubsidy.jsx",
+ "line": 40,
+ "column": 8,
+ "index": 1441
+ }
+ ],
+ "Form.Radio": [
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormCatalog.jsx",
+ "line": 95,
"column": 20,
- "index": 4348
+ "index": 3496
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx",
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCap.jsx",
"line": 56,
- "column": 22,
- "index": 1769
+ "column": 12,
+ "index": 2010
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx",
- "line": 97,
- "column": 22,
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPolicyType.jsx",
+ "line": 83,
+ "column": 14,
"index": 2919
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx",
- "line": 29,
- "column": 16,
- "index": 738
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
+ "line": 105,
+ "column": 14,
+ "index": 3650
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 145,
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubsidy.jsx",
+ "line": 47,
+ "column": 12,
+ "index": 1640
+ }
+ ],
+ "Spinner": [
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
+ "line": 93,
"column": 16,
- "index": 4572
- },
+ "index": 3204
+ }
+ ],
+ "Alert": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
- "line": 69,
- "column": 10,
- "index": 2127
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAlert.jsx",
+ "line": 9,
+ "column": 6,
+ "index": 288
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
- "line": 101,
- "column": 43,
- "index": 2934
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInstructionAlert.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 618
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 88,
- "column": 24,
- "index": 2657
+ "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
+ "line": 113,
+ "column": 8,
+ "index": 3470
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
- "line": 42,
+ "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
+ "line": 202,
"column": 16,
- "index": 1365
+ "index": 6758
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/LanguageNamesWidget.jsx",
- "line": 21,
- "column": 6,
- "index": 786
+ "filePath": "src/users/account-actions/CancelRetirement.jsx",
+ "line": 31,
+ "column": 19,
+ "index": 928
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
- "line": 112,
- "column": 22,
- "index": 3796
+ "filePath": "src/users/account-actions/CancelRetirement.jsx",
+ "line": 34,
+ "column": 10,
+ "index": 1009
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
- "line": 137,
- "column": 12,
- "index": 4662
+ "filePath": "src/users/account-actions/ResetPassword.jsx",
+ "line": 31,
+ "column": 19,
+ "index": 890
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx",
- "line": 39,
- "column": 8,
- "index": 1220
+ "filePath": "src/users/account-actions/ResetPassword.jsx",
+ "line": 34,
+ "column": 10,
+ "index": 971
},
{
- "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
- "line": 20,
- "column": 8,
- "index": 787
+ "filePath": "src/users/account-actions/RetireUser.jsx",
+ "line": 36,
+ "column": 19,
+ "index": 998
},
{
- "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
- "line": 44,
- "column": 24,
- "index": 1999
+ "filePath": "src/users/account-actions/RetireUser.jsx",
+ "line": 39,
+ "column": 10,
+ "index": 1079
},
{
- "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
- "line": 81,
- "column": 18,
- "index": 3044
+ "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
+ "line": 49,
+ "column": 12,
+ "index": 1617
},
{
- "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx",
- "line": 43,
- "column": 16,
- "index": 1020
+ "filePath": "src/users/CourseReset.jsx",
+ "line": 156,
+ "column": 14,
+ "index": 4444
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx",
- "line": 64,
- "column": 16,
- "index": 1868
+ "filePath": "src/users/CourseReset.jsx",
+ "line": 178,
+ "column": 8,
+ "index": 4890
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx",
- "line": 25,
- "column": 15,
- "index": 670
+ "filePath": "src/users/enrollments/Certificates.jsx",
+ "line": 119,
+ "column": 20,
+ "index": 3803
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx",
- "line": 26,
- "column": 15,
- "index": 712
+ "filePath": "src/users/EnterpriseAssociations.jsx",
+ "line": 40,
+ "column": 16,
+ "index": 1481
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
- "line": 45,
- "column": 26,
- "index": 1108
+ "filePath": "src/users/LearnerCredentials.jsx",
+ "line": 16,
+ "column": 6,
+ "index": 522
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "filePath": "src/users/LearnerRecords.jsx",
"line": 53,
- "column": 16,
- "index": 1327
- },
- {
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 162,
- "column": 16,
- "index": 4268
+ "column": 6,
+ "index": 1478
},
{
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 177,
- "column": 16,
- "index": 4590
+ "filePath": "src/users/LearnerRecords.jsx",
+ "line": 80,
+ "column": 18,
+ "index": 2635
}
],
- "Close": [
+ "Info": [
{
- "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx",
- "line": 27,
- "column": 11,
- "index": 752
- },
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAlert.jsx",
+ "line": 11,
+ "column": 14,
+ "index": 334
+ }
+ ],
+ "Alert.Heading": [
{
- "filePath": "src/editors/containers/EditorContainer/index.jsx",
- "line": 63,
- "column": 17,
- "index": 2020
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAlert.jsx",
+ "line": 13,
+ "column": 8,
+ "index": 356
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx",
- "line": 27,
- "column": 19,
- "index": 854
- },
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInstructionAlert.jsx",
+ "line": 29,
+ "column": 8,
+ "index": 779
+ }
+ ],
+ "WarningFilled": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx",
- "line": 28,
- "column": 13,
- "index": 715
- },
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormHelpText.jsx",
+ "line": 12,
+ "column": 66,
+ "index": 384
+ }
+ ],
+ "Edit": [
{
- "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
- "line": 80,
- "column": 15,
- "index": 3019
- },
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInstructionAlert.jsx",
+ "line": 23,
+ "column": 14,
+ "index": 662
+ }
+ ],
+ "Form.Checkbox": [
{
- "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
- "line": 50,
- "column": 23,
- "index": 1269
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInternalOnly.jsx",
+ "line": 35,
+ "column": 8,
+ "index": 1183
}
],
- "Truncate": [
+ "StatefulButton": [
{
- "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx",
- "line": 52,
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubmissionButton.jsx",
+ "line": 254,
"column": 6,
- "index": 1334
+ "index": 11224
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx",
- "line": 69,
- "column": 12,
- "index": 2324
+ "filePath": "src/Configuration/Provisioning/SubsidyEditView/SaveEditsButton.jsx",
+ "line": 248,
+ "column": 4,
+ "index": 11154
}
],
- "IconButton": [
+ "IconButtonWithTooltip": [
{
- "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx",
- "line": 55,
- "column": 6,
- "index": 1385
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
+ "line": 61,
+ "column": 8,
+ "index": 1916
},
{
- "filePath": "src/editors/containers/EditorContainer/index.jsx",
- "line": 62,
+ "filePath": "src/Configuration/Provisioning/SubsidyDetailView/TermDetail.jsx",
+ "line": 18,
"column": 10,
- "index": 1991
- },
+ "index": 568
+ }
+ ],
+ "ModalDialog.Title": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
- "line": 119,
- "column": 8,
- "index": 3993
+ "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx",
+ "line": 41,
+ "column": 10,
+ "index": 1103
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx",
- "line": 27,
- "column": 8,
- "index": 681
+ "filePath": "src/users/account-actions/CancelRetirement.jsx",
+ "line": 63,
+ "column": 10,
+ "index": 1880
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx",
- "line": 32,
- "column": 6,
- "index": 825
+ "filePath": "src/users/account-actions/PasswordHistory.jsx",
+ "line": 66,
+ "column": 10,
+ "index": 1666
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 30,
+ "filePath": "src/users/account-actions/ResetPassword.jsx",
+ "line": 66,
"column": 10,
- "index": 842
+ "index": 1956
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx",
- "line": 26,
- "column": 12,
- "index": 823
+ "filePath": "src/users/account-actions/RetireUser.jsx",
+ "line": 78,
+ "column": 10,
+ "index": 2390
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
- "line": 42,
+ "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
+ "line": 43,
"column": 10,
- "index": 1471
+ "index": 1317
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
- "line": 48,
- "column": 10,
- "index": 1786
+ "filePath": "src/users/courseSummary/CourseSummary.jsx",
+ "line": 157,
+ "column": 8,
+ "index": 4233
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
- "line": 74,
- "column": 20,
- "index": 2329
+ "filePath": "src/users/enrollments/Certificates.jsx",
+ "line": 202,
+ "column": 8,
+ "index": 6125
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx",
- "line": 27,
- "column": 6,
- "index": 690
+ "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
+ "line": 149,
+ "column": 8,
+ "index": 4050
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 87,
- "column": 14,
- "index": 2621
+ "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
+ "line": 109,
+ "column": 8,
+ "index": 2968
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
- "line": 40,
- "column": 12,
- "index": 1313
+ "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
+ "line": 111,
+ "column": 8,
+ "index": 3103
},
{
- "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
- "line": 40,
- "column": 14,
- "index": 1811
+ "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx",
+ "line": 106,
+ "column": 8,
+ "index": 2882
},
{
- "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
- "line": 77,
+ "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx",
+ "line": 104,
"column": 8,
- "index": 2878
+ "index": 2826
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx",
- "line": 57,
- "column": 6,
- "index": 1634
+ "filePath": "src/users/SingleSignOnRecordCard.jsx",
+ "line": 73,
+ "column": 10,
+ "index": 2154
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
- "line": 43,
+ "filePath": "src/users/VerifiedName.jsx",
+ "line": 172,
+ "column": 10,
+ "index": 4966
+ }
+ ],
+ "Row": [
+ {
+ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollment.jsx",
+ "line": 45,
"column": 16,
- "index": 1005
+ "index": 1579
},
{
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 158,
- "column": 6,
- "index": 4142
+ "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
+ "line": 167,
+ "column": 14,
+ "index": 5471
},
{
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 173,
- "column": 6,
- "index": 4464
- }
- ],
- "EditOutline": [
+ "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
+ "line": 177,
+ "column": 14,
+ "index": 5816
+ },
{
- "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx",
- "line": 61,
- "column": 13,
- "index": 1564
- }
- ],
- "ModalDialog.Header": [
+ "filePath": "src/users/licenses/LicenseCard.jsx",
+ "line": 65,
+ "column": 10,
+ "index": 1717
+ },
{
- "filePath": "src/editors/containers/EditorContainer/index.jsx",
- "line": 57,
- "column": 6,
- "index": 1749
+ "filePath": "src/users/licenses/Licenses.jsx",
+ "line": 34,
+ "column": 10,
+ "index": 970
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx",
- "line": 22,
- "column": 6,
- "index": 614
+ "filePath": "src/users/SingleSignOnRecordCard.jsx",
+ "line": 104,
+ "column": 10,
+ "index": 3078
},
{
- "filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
- "line": 37,
- "column": 4,
- "index": 660
+ "filePath": "src/users/SingleSignOnRecordCard.jsx",
+ "line": 113,
+ "column": 10,
+ "index": 3442
+ },
+ {
+ "filePath": "src/users/SingleSignOnRecords.jsx",
+ "line": 43,
+ "column": 10,
+ "index": 1597
}
],
- "ModalDialog.Body": [
+ "Card.Header": [
{
- "filePath": "src/editors/containers/EditorContainer/index.jsx",
- "line": 69,
+ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx",
+ "line": 11,
"column": 6,
- "index": 2160
+ "index": 255
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx",
- "line": 34,
- "column": 6,
- "index": 1021
+ "filePath": "src/users/licenses/LicenseCard.jsx",
+ "line": 57,
+ "column": 8,
+ "index": 1511
},
{
- "filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
- "line": 44,
- "column": 6,
- "index": 908
+ "filePath": "src/users/licenses/LicenseCard.jsx",
+ "line": 75,
+ "column": 8,
+ "index": 2121
+ },
+ {
+ "filePath": "src/users/SingleSignOnRecordCard.jsx",
+ "line": 96,
+ "column": 8,
+ "index": 2834
+ },
+ {
+ "filePath": "src/users/SingleSignOnRecordCard.jsx",
+ "line": 126,
+ "column": 8,
+ "index": 3768
}
],
- "Collapsible.Advanced": [
+ "Input": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
- "line": 87,
- "column": 4,
- "index": 2841
+ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentIndexPage.jsx",
+ "line": 100,
+ "column": 10,
+ "index": 3239
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx",
- "line": 15,
- "column": 6,
- "index": 348
+ "filePath": "src/ProgramEnrollments/LinkProgramEnrollments.jsx",
+ "line": 51,
+ "column": 12,
+ "index": 1567
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx",
- "line": 22,
- "column": 6,
- "index": 636
+ "filePath": "src/ProgramEnrollments/LinkProgramEnrollments.jsx",
+ "line": 66,
+ "column": 12,
+ "index": 2049
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx",
- "line": 92,
- "column": 8,
- "index": 2999
+ "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
+ "line": 121,
+ "column": 14,
+ "index": 3775
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx",
- "line": 106,
- "column": 6,
- "index": 3483
+ "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
+ "line": 134,
+ "column": 14,
+ "index": 4274
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
- "line": 22,
- "column": 8,
- "index": 759
+ "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
+ "line": 145,
+ "column": 14,
+ "index": 4697
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
- "line": 26,
- "column": 2,
- "index": 714
+ "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
+ "line": 55,
+ "column": 12,
+ "index": 1924
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx",
- "line": 26,
- "column": 4,
- "index": 818
- }
- ],
- "Collapsible.Body": [
- {
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
- "line": 102,
+ "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
+ "line": 122,
"column": 8,
- "index": 3340
+ "index": 3429
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx",
- "line": 18,
+ "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
+ "line": 58,
"column": 8,
- "index": 424
+ "index": 1726
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx",
- "line": 25,
+ "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
+ "line": 84,
"column": 8,
- "index": 711
+ "index": 2410
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx",
- "line": 93,
- "column": 10,
- "index": 3063
+ "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
+ "line": 63,
+ "column": 6,
+ "index": 1843
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx",
- "line": 107,
- "column": 8,
- "index": 3544
+ "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
+ "line": 73,
+ "column": 6,
+ "index": 2112
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
- "line": 52,
- "column": 4,
- "index": 1973
+ "filePath": "src/users/entitlements/CreateEntitlementForm.jsx",
+ "line": 87,
+ "column": 6,
+ "index": 2571
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx",
- "line": 31,
+ "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx",
+ "line": 80,
"column": 6,
- "index": 939
- }
- ],
- "Collapsible.Trigger": [
+ "index": 2293
+ },
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
- "line": 113,
- "column": 8,
- "index": 3698
+ "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx",
+ "line": 78,
+ "column": 6,
+ "index": 2235
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
- "line": 26,
- "column": 10,
- "index": 880
+ "filePath": "src/users/EntitlementsAndEnrollmentsContainer.jsx",
+ "line": 15,
+ "column": 8,
+ "index": 484
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
- "line": 31,
- "column": 4,
- "index": 865
+ "filePath": "src/users/UserSearch.jsx",
+ "line": 21,
+ "column": 8,
+ "index": 551
}
],
- "FeedbackOutline": [
+ "Tabs": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
- "line": 115,
- "column": 17,
- "index": 3851
+ "filePath": "src/ProgramEnrollments/ProgramEnrollmentsIndexPage.jsx",
+ "line": 20,
+ "column": 4,
+ "index": 622
+ },
+ {
+ "filePath": "src/SupportToolsTab/SupportToolsTab.jsx",
+ "line": 47,
+ "column": 8,
+ "index": 1572
+ },
+ {
+ "filePath": "src/users/LearnerInformation.jsx",
+ "line": 19,
+ "column": 6,
+ "index": 645
}
],
- "DeleteOutline": [
+ "Tab": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
- "line": 120,
- "column": 15,
- "index": 4020
+ "filePath": "src/ProgramEnrollments/ProgramEnrollmentsIndexPage.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 698
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx",
- "line": 28,
- "column": 15,
- "index": 708
+ "filePath": "src/ProgramEnrollments/ProgramEnrollmentsIndexPage.jsx",
+ "line": 25,
+ "column": 6,
+ "index": 842
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx",
- "line": 33,
- "column": 13,
- "index": 850
+ "filePath": "src/SupportToolsTab/SupportToolsTab.jsx",
+ "line": 57,
+ "column": 10,
+ "index": 1866
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx",
- "line": 57,
- "column": 19,
- "index": 1794
+ "filePath": "src/SupportToolsTab/SupportToolsTab.jsx",
+ "line": 62,
+ "column": 10,
+ "index": 2020
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx",
- "line": 98,
- "column": 19,
- "index": 2944
+ "filePath": "src/SupportToolsTab/SupportToolsTab.jsx",
+ "line": 69,
+ "column": 10,
+ "index": 2248
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 89,
- "column": 21,
- "index": 2684
+ "filePath": "src/users/LearnerInformation.jsx",
+ "line": 23,
+ "column": 8,
+ "index": 740
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
- "line": 111,
- "column": 19,
- "index": 3759
- }
- ],
- "Dropdown": [
+ "filePath": "src/users/LearnerInformation.jsx",
+ "line": 31,
+ "column": 8,
+ "index": 940
+ },
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx",
- "line": 47,
+ "filePath": "src/users/LearnerInformation.jsx",
+ "line": 36,
"column": 8,
- "index": 1443
+ "index": 1127
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
- "line": 71,
- "column": 12,
- "index": 2190
+ "filePath": "src/users/LearnerInformation.jsx",
+ "line": 41,
+ "column": 8,
+ "index": 1281
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
- "line": 85,
- "column": 6,
- "index": 2396
+ "filePath": "src/users/LearnerInformation.jsx",
+ "line": 52,
+ "column": 8,
+ "index": 1534
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
- "line": 37,
- "column": 4,
- "index": 1198
+ "filePath": "src/users/LearnerInformation.jsx",
+ "line": 57,
+ "column": 8,
+ "index": 1690
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
- "line": 78,
- "column": 6,
- "index": 2106
+ "filePath": "src/users/LearnerInformation.jsx",
+ "line": 61,
+ "column": 8,
+ "index": 1833
}
],
- "Dropdown.Toggle": [
+ "Dropdown": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx",
- "line": 48,
- "column": 10,
- "index": 1464
+ "filePath": "src/supportHeader/DesktopHeader.jsx",
+ "line": 54,
+ "column": 6,
+ "index": 1371
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
- "line": 72,
- "column": 14,
- "index": 2215
+ "filePath": "src/supportHeader/MobileHeader.jsx",
+ "line": 56,
+ "column": 6,
+ "index": 1330
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
- "line": 88,
+ "filePath": "src/users/enrollments/Enrollments.jsx",
+ "line": 90,
"column": 8,
- "index": 2453
- },
- {
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
- "line": 38,
- "column": 6,
- "index": 1215
+ "index": 3552
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
- "line": 79,
+ "filePath": "src/users/entitlements/Entitlements.jsx",
+ "line": 104,
"column": 8,
- "index": 2125
+ "index": 3733
}
],
- "Add": [
+ "Dropdown.Toggle": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx",
- "line": 54,
- "column": 19,
- "index": 1634
+ "filePath": "src/supportHeader/DesktopHeader.jsx",
+ "line": 55,
+ "column": 8,
+ "index": 1390
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/index.jsx",
- "line": 74,
- "column": 26,
- "index": 2126
+ "filePath": "src/supportHeader/MobileHeader.jsx",
+ "line": 57,
+ "column": 8,
+ "index": 1349
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 171,
- "column": 24,
- "index": 5615
+ "filePath": "src/users/enrollments/Enrollments.jsx",
+ "line": 91,
+ "column": 10,
+ "index": 3573
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
- "line": 146,
- "column": 20,
- "index": 5006
- },
+ "filePath": "src/users/entitlements/Entitlements.jsx",
+ "line": 105,
+ "column": 10,
+ "index": 3754
+ }
+ ],
+ "AvatarButton": [
{
- "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx",
- "line": 74,
- "column": 22,
- "index": 1664
+ "filePath": "src/supportHeader/DesktopHeader.jsx",
+ "line": 55,
+ "column": 65,
+ "index": 1447
},
{
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 194,
- "column": 24,
- "index": 5049
+ "filePath": "src/supportHeader/MobileHeader.jsx",
+ "line": 57,
+ "column": 57,
+ "index": 1398
}
],
"Dropdown.Menu": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx",
- "line": 58,
- "column": 10,
- "index": 1760
- },
- {
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
- "line": 80,
- "column": 14,
- "index": 2507
+ "filePath": "src/supportHeader/DesktopHeader.jsx",
+ "line": 59,
+ "column": 8,
+ "index": 1532
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
- "line": 98,
+ "filePath": "src/supportHeader/MobileHeader.jsx",
+ "line": 61,
"column": 8,
- "index": 2762
+ "index": 1483
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
- "line": 46,
- "column": 6,
- "index": 1443
+ "filePath": "src/users/enrollments/Enrollments.jsx",
+ "line": 94,
+ "column": 10,
+ "index": 3663
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
- "line": 87,
- "column": 8,
- "index": 2390
+ "filePath": "src/users/entitlements/Entitlements.jsx",
+ "line": 108,
+ "column": 10,
+ "index": 3844
}
],
"Dropdown.Item": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx",
- "line": 59,
- "column": 12,
- "index": 1788
- },
- {
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx",
- "line": 66,
- "column": 12,
- "index": 2105
+ "filePath": "src/supportHeader/DesktopHeader.jsx",
+ "line": 70,
+ "column": 6,
+ "index": 1819
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
- "line": 81,
- "column": 16,
- "index": 2577
+ "filePath": "src/supportHeader/DesktopHeader.jsx",
+ "line": 78,
+ "column": 6,
+ "index": 2081
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
- "line": 87,
- "column": 16,
- "index": 2819
+ "filePath": "src/supportHeader/MobileHeader.jsx",
+ "line": 72,
+ "column": 6,
+ "index": 1770
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
- "line": 90,
- "column": 16,
- "index": 3020
+ "filePath": "src/supportHeader/MobileHeader.jsx",
+ "line": 80,
+ "column": 6,
+ "index": 2032
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
- "line": 101,
- "column": 22,
- "index": 2913
+ "filePath": "src/users/enrollments/Enrollments.jsx",
+ "line": 95,
+ "column": 12,
+ "index": 3691
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
+ "filePath": "src/users/enrollments/Enrollments.jsx",
"line": 104,
- "column": 22,
- "index": 3103
+ "column": 12,
+ "index": 3961
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
- "line": 106,
- "column": 20,
- "index": 3229
+ "filePath": "src/users/entitlements/Entitlements.jsx",
+ "line": 109,
+ "column": 12,
+ "index": 3872
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
- "line": 47,
+ "filePath": "src/users/entitlements/Entitlements.jsx",
+ "line": 121,
+ "column": 12,
+ "index": 4311
+ }
+ ],
+ "AlertModal": [
+ {
+ "filePath": "src/users/CourseReset.jsx",
+ "line": 120,
+ "column": 10,
+ "index": 3261
+ }
+ ],
+ "InputSelect": [
+ {
+ "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
+ "line": 102,
"column": 8,
- "index": 1508
+ "index": 2913
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
- "line": 53,
+ "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
+ "line": 112,
"column": 8,
- "index": 1715
+ "index": 3170
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
- "line": 56,
+ "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
+ "line": 66,
"column": 8,
- "index": 1893
+ "index": 1955
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
- "line": 89,
- "column": 12,
- "index": 2466
+ "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx",
+ "line": 75,
+ "column": 8,
+ "index": 2179
}
],
- "Form.Label": [
+ "TransitionReplace": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Checker/index.jsx",
- "line": 25,
+ "filePath": "src/users/enrollments/Enrollments.jsx",
+ "line": 317,
"column": 6,
- "index": 546
- },
- {
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Feedback/FeedbackControl.jsx",
- "line": 20,
- "column": 4,
- "index": 538
- },
- {
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 32,
- "column": 10,
- "index": 986
- },
- {
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 51,
- "column": 20,
- "index": 1443
- },
- {
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 70,
- "column": 20,
- "index": 2209
- },
- {
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 95,
- "column": 20,
- "index": 3280
+ "index": 10107
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 121,
- "column": 20,
- "index": 4386
+ "filePath": "src/users/enrollments/Enrollments.jsx",
+ "line": 331,
+ "column": 6,
+ "index": 10577
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx",
- "line": 29,
- "column": 4,
- "index": 844
+ "filePath": "src/users/entitlements/Entitlements.jsx",
+ "line": 277,
+ "column": 6,
+ "index": 8677
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx",
- "line": 52,
+ "filePath": "src/users/entitlements/Entitlements.jsx",
+ "line": 291,
"column": 6,
- "index": 1569
+ "index": 9148
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx",
- "line": 39,
+ "filePath": "src/users/LearnerCredentials.jsx",
+ "line": 23,
"column": 4,
- "index": 999
+ "index": 758
}
],
- "AlertModal": [
+ "Popover": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx",
- "line": 54,
- "column": 6,
- "index": 1589
+ "filePath": "src/users/VerifiedName.jsx",
+ "line": 96,
+ "column": 12,
+ "index": 2355
+ },
+ {
+ "filePath": "src/users/VerifiedName.jsx",
+ "line": 117,
+ "column": 12,
+ "index": 3196
}
],
- "Container": [
+ "Popover.Title": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx",
- "line": 99,
- "column": 10,
- "index": 3197
+ "filePath": "src/users/VerifiedName.jsx",
+ "line": 97,
+ "column": 14,
+ "index": 2453
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx",
- "line": 23,
- "column": 4,
- "index": 535
- },
+ "filePath": "src/users/VerifiedName.jsx",
+ "line": 118,
+ "column": 14,
+ "index": 3302
+ }
+ ],
+ "Popover.Content": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx",
- "line": 22,
- "column": 4,
- "index": 506
+ "filePath": "src/users/VerifiedName.jsx",
+ "line": 100,
+ "column": 14,
+ "index": 2545
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/ProblemTypeSelect.jsx",
- "line": 20,
+ "filePath": "src/users/VerifiedName.jsx",
+ "line": 121,
+ "column": 14,
+ "index": 3394
+ }
+ ]
+ }
+ },
+ {
+ "version": "21.13.1",
+ "name": "@edx/frontend-component-cookie-policy-banner",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/openedx/frontend-component-cookie-policy-banner"
+ },
+ "folderName": "frontend-component-cookie-policy-banner",
+ "usages": {
+ "StatusAlert": [
+ {
+ "filePath": "src/CookiePolicyBanner/index.jsx",
+ "line": 68,
+ "column": 10,
+ "index": 1767
+ }
+ ]
+ }
+ },
+ {
+ "version": "21.13.1",
+ "name": "@edx/frontend-component-header-edx",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/edx/frontend-component-header-edx.git"
+ },
+ "folderName": "frontend-component-header-edx",
+ "usages": {
+ "Avatar": [
+ {
+ "filePath": "src/common/UserMenuItem.jsx",
+ "line": 11,
"column": 4,
- "index": 777
+ "index": 243
},
{
- "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx",
- "line": 31,
+ "filePath": "src/studio-header/UserMenu.jsx",
+ "line": 28,
"column": 4,
- "index": 934
+ "index": 600
}
],
- "Card.Section": [
- {
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx",
- "line": 14,
- "column": 4,
- "index": 310
- },
+ "Dropdown": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
- "line": 21,
+ "filePath": "src/DesktopHeader.jsx",
+ "line": 90,
"column": 6,
- "index": 660
+ "index": 2385
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 57,
- "column": 14,
- "index": 1571
- }
- ],
- "Form.CheckboxSet": [
- {
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx",
- "line": 36,
+ "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
+ "line": 63,
"column": 4,
- "index": 924
+ "index": 1627
}
],
- "Row": [
+ "Dropdown.Toggle": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx",
- "line": 40,
- "column": 6,
- "index": 1027
+ "filePath": "src/DesktopHeader.jsx",
+ "line": 91,
+ "column": 8,
+ "index": 2404
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/index.jsx",
- "line": 20,
+ "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
+ "line": 64,
"column": 6,
- "index": 664
- },
- {
- "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx",
- "line": 32,
- "column": 4,
- "index": 718
- },
+ "index": 1675
+ }
+ ],
+ "AvatarButton": [
{
- "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx",
- "line": 32,
- "column": 6,
- "index": 1028
+ "filePath": "src/DesktopHeader.jsx",
+ "line": 93,
+ "column": 14,
+ "index": 2464
},
{
- "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx",
- "line": 42,
- "column": 10,
- "index": 1304
+ "filePath": "src/MobileHeader.jsx",
+ "line": 181,
+ "column": 21,
+ "index": 6129
}
],
- "Form.Checkbox": [
- {
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx",
- "line": 42,
- "column": 10,
- "index": 1095
- },
+ "Dropdown.Menu": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx",
- "line": 71,
+ "filePath": "src/DesktopHeader.jsx",
+ "line": 99,
"column": 8,
- "index": 2352
+ "index": 2659
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/SocialShareWidget/index.jsx",
- "line": 54,
+ "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
+ "line": 67,
"column": 6,
- "index": 1630
- },
- {
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 127,
- "column": 14,
- "index": 3845
- },
+ "index": 1827
+ }
+ ],
+ "Dropdown.Item": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 149,
+ "filePath": "src/DesktopHeader.jsx",
+ "line": 101,
"column": 12,
- "index": 4745
+ "index": 2730
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
- "line": 119,
- "column": 10,
- "index": 4036
+ "filePath": "src/DesktopHeader.jsx",
+ "line": 120,
+ "column": 16,
+ "index": 3475
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx",
- "line": 47,
+ "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
+ "line": 24,
"column": 4,
- "index": 1406
- }
- ],
- "Card": [
+ "index": 639
+ },
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/SwitchToAdvancedEditorCard.jsx",
- "line": 22,
+ "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
+ "line": 30,
"column": 4,
- "index": 826
+ "index": 806
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
- "line": 20,
+ "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
+ "line": 39,
"column": 4,
- "index": 569
+ "index": 1093
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 54,
- "column": 10,
- "index": 1411
- }
- ],
- "Alert": [
- {
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx",
- "line": 63,
- "column": 7,
- "index": 2131
+ "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
+ "line": 53,
+ "column": 6,
+ "index": 1434
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx",
- "line": 79,
+ "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
+ "line": 71,
"column": 8,
- "index": 2285
+ "index": 1969
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/ErrorSummary.jsx",
- "line": 18,
- "column": 4,
- "index": 583
+ "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
+ "line": 74,
+ "column": 8,
+ "index": 2125
},
{
- "filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx",
- "line": 47,
- "column": 4,
- "index": 1127
+ "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
+ "line": 82,
+ "column": 10,
+ "index": 2623
},
{
- "filePath": "src/editors/sharedComponents/RawEditor/index.jsx",
- "line": 23,
+ "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
+ "line": 86,
"column": 8,
- "index": 462
- }
- ],
- "Collapsible.Visible": [
- {
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
- "line": 28,
- "column": 12,
- "index": 1035
+ "index": 2778
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
- "line": 31,
- "column": 12,
- "index": 1162
+ "filePath": "src/studio-header/NavDropdownMenu.jsx",
+ "line": 24,
+ "column": 4,
+ "index": 403
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
+ "filePath": "src/studio-header/NavDropdownMenu.jsx",
"line": 35,
"column": 6,
- "index": 1022
- },
+ "index": 621
+ }
+ ],
+ "Dropdown.Header": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
- "line": 45,
- "column": 6,
- "index": 1631
+ "filePath": "src/DesktopHeader.jsx",
+ "line": 115,
+ "column": 32,
+ "index": 3226
}
],
- "KeyboardArrowDown": [
+ "Dropdown.Divider": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
- "line": 29,
- "column": 25,
- "index": 1093
+ "filePath": "src/DesktopHeader.jsx",
+ "line": 129,
+ "column": 46,
+ "index": 3843
}
],
- "KeyboardArrowUp": [
+ "Badge": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
+ "filePath": "src/Header.jsx",
+ "line": 111,
+ "column": 87,
+ "index": 3935
+ },
+ {
+ "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
"line": 32,
- "column": 25,
- "index": 1218
+ "column": 6,
+ "index": 908
}
],
- "Col": [
+ "Button": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 27,
+ "filePath": "src/learning-header/AnonymousUserMenu.jsx",
+ "line": 12,
"column": 4,
- "index": 627
+ "index": 366
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx",
- "line": 49,
- "column": 24,
- "index": 1280
+ "filePath": "src/learning-header/AnonymousUserMenu.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 619
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx",
- "line": 61,
- "column": 24,
- "index": 1770
+ "filePath": "src/Notification/index.jsx",
+ "line": 165,
+ "column": 14,
+ "index": 6107
},
{
- "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx",
- "line": 33,
- "column": 8,
- "index": 1042
- }
- ],
- "ArrowBack": [
- {
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 30,
- "column": 27,
- "index": 859
- }
- ],
- "Form.RadioSet": [
- {
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 37,
- "column": 8,
- "index": 1162
+ "filePath": "src/Notification/NotificationSections.jsx",
+ "line": 55,
+ "column": 12,
+ "index": 2506
},
{
- "filePath": "www/src/Gallery.jsx",
- "line": 42,
- "column": 10,
- "index": 1691
+ "filePath": "src/Notification/NotificationSections.jsx",
+ "line": 102,
+ "column": 8,
+ "index": 4241
},
{
- "filePath": "www/src/Gallery.jsx",
- "line": 59,
- "column": 10,
- "index": 2181
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 57,
+ "column": 14,
+ "index": 1073
}
],
- "Form.Radio": [
+ "useWindowSize": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 47,
- "column": 18,
- "index": 1539
+ "filePath": "src/Notification/data/hook.js",
+ "line": 17,
+ "column": 21,
+ "index": 623
},
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 70,
- "column": 16,
- "index": 2583
- },
+ "filePath": "src/Notification/data/hook.js",
+ "line": 22,
+ "column": 21,
+ "index": 810
+ }
+ ],
+ "breakpoints": [
{
- "filePath": "www/src/Gallery.jsx",
- "line": 48,
- "column": 14,
- "index": 1886
+ "filePath": "src/Notification/data/hook.js",
+ "line": 18,
+ "column": 9,
+ "index": 649
},
{
- "filePath": "www/src/Gallery.jsx",
- "line": 64,
- "column": 12,
- "index": 2321
+ "filePath": "src/Notification/data/hook.js",
+ "line": 18,
+ "column": 78,
+ "index": 718
},
{
- "filePath": "www/src/Gallery.jsx",
- "line": 65,
- "column": 12,
- "index": 2379
+ "filePath": "src/Notification/data/hook.js",
+ "line": 23,
+ "column": 29,
+ "index": 856
}
],
"OverlayTrigger": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 51,
- "column": 18,
- "index": 1768
+ "filePath": "src/Notification/index.jsx",
+ "line": 120,
+ "column": 6,
+ "index": 4124
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 136,
- "column": 14,
- "index": 4276
- },
+ "filePath": "src/studio-header/CourseLockUp.jsx",
+ "line": 18,
+ "column": 2,
+ "index": 330
+ }
+ ],
+ "Popover": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
- "line": 128,
+ "filePath": "src/Notification/index.jsx",
+ "line": 126,
"column": 10,
- "index": 4389
+ "index": 4279
}
],
- "Tooltip": [
+ "Popover.Title": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx",
- "line": 54,
- "column": 22,
- "index": 1875
- },
+ "filePath": "src/Notification/index.jsx",
+ "line": 139,
+ "column": 16,
+ "index": 4879
+ }
+ ],
+ "Hyperlink": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 140,
+ "filePath": "src/Notification/index.jsx",
+ "line": 145,
"column": 18,
- "index": 4395
+ "index": 5213
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
- "line": 132,
- "column": 14,
- "index": 4492
+ "filePath": "src/Notification/NotificationRowItem.jsx",
+ "line": 43,
+ "column": 4,
+ "index": 1371
}
],
- "Image": [
+ "Icon": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx",
- "line": 26,
- "column": 6,
- "index": 730
+ "filePath": "src/Notification/index.jsx",
+ "line": 150,
+ "column": 20,
+ "index": 5429
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx",
- "line": 85,
- "column": 10,
- "index": 2477
+ "filePath": "src/Notification/index.jsx",
+ "line": 183,
+ "column": 20,
+ "index": 6718
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx",
- "line": 33,
- "column": 10,
- "index": 1057
+ "filePath": "src/Notification/NotificationEmptySection.jsx",
+ "line": 24,
+ "column": 16,
+ "index": 895
},
{
- "filePath": "src/editors/containers/VideoGallery/index.jsx",
+ "filePath": "src/Notification/NotificationRowItem.jsx",
"line": 51,
- "column": 4,
- "index": 1765
+ "column": 6,
+ "index": 1680
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx",
- "line": 75,
- "column": 10,
- "index": 2318
+ "filePath": "src/Notification/NotificationSections.jsx",
+ "line": 118,
+ "column": 12,
+ "index": 4780
},
{
- "filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx",
- "line": 42,
- "column": 12,
- "index": 1320
+ "filePath": "src/Notification/NotificationSections.jsx",
+ "line": 123,
+ "column": 14,
+ "index": 5122
}
],
- "Stack": [
+ "Settings": [
+ {
+ "filePath": "src/Notification/index.jsx",
+ "line": 151,
+ "column": 27,
+ "index": 5462
+ }
+ ],
+ "Popover.Content": [
+ {
+ "filePath": "src/Notification/index.jsx",
+ "line": 159,
+ "column": 14,
+ "index": 5774
+ }
+ ],
+ "IconButton": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/index.jsx",
- "line": 22,
+ "filePath": "src/Notification/index.jsx",
+ "line": 178,
"column": 10,
- "index": 784
+ "index": 6481
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
- "line": 67,
- "column": 8,
- "index": 2028
- },
+ "filePath": "src/Notification/NotificationEmptySection.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 744
+ }
+ ],
+ "NotificationsNone": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
- "line": 99,
- "column": 8,
- "index": 3391
+ "filePath": "src/Notification/index.jsx",
+ "line": 182,
+ "column": 17,
+ "index": 6679
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/index.jsx",
- "line": 56,
- "column": 6,
- "index": 1471
- },
+ "filePath": "src/Notification/NotificationEmptySection.jsx",
+ "line": 23,
+ "column": 13,
+ "index": 860
+ }
+ ],
+ "Bubble": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 46,
+ "filePath": "src/Notification/index.jsx",
+ "line": 193,
"column": 12,
- "index": 1202
- },
+ "index": 7053
+ }
+ ],
+ "Spinner": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDisplay.jsx",
- "line": 25,
- "column": 6,
- "index": 503
- },
+ "filePath": "src/Notification/NotificationSections.jsx",
+ "line": 99,
+ "column": 10,
+ "index": 3998
+ }
+ ],
+ "CheckCircleLightOutline": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx",
- "line": 84,
- "column": 8,
- "index": 2428
- },
+ "filePath": "src/Notification/NotificationSections.jsx",
+ "line": 118,
+ "column": 56,
+ "index": 4824
+ }
+ ],
+ "AutoAwesome": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx",
- "line": 104,
+ "filePath": "src/Notification/NotificationSections.jsx",
+ "line": 123,
+ "column": 25,
+ "index": 5133
+ }
+ ],
+ "Tabs": [
+ {
+ "filePath": "src/Notification/NotificationTabs.jsx",
+ "line": 43,
"column": 8,
- "index": 3072
- },
+ "index": 1314
+ }
+ ],
+ "Tab": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx",
+ "filePath": "src/Notification/NotificationTabs.jsx",
+ "line": 50,
+ "column": 12,
+ "index": 1559
+ }
+ ],
+ "ProductTour": [
+ {
+ "filePath": "src/Notification/tours/NotificationTour.jsx",
"line": 23,
- "column": 2,
- "index": 506
- },
+ "column": 6,
+ "index": 769
+ }
+ ],
+ "Tooltip": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 116,
+ "filePath": "src/studio-header/CourseLockUp.jsx",
+ "line": 21,
"column": 6,
- "index": 3429
- },
+ "index": 390
+ }
+ ],
+ "Container": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx",
- "line": 46,
- "column": 10,
- "index": 1451
- },
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 48,
+ "column": 4,
+ "index": 814
+ }
+ ],
+ "ActionRow": [
{
- "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx",
- "line": 97,
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 49,
"column": 6,
- "index": 2318
+ "index": 861
}
],
- "ModalDialog.Title": [
+ "Row": [
{
- "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx",
- "line": 23,
- "column": 8,
- "index": 675
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 51,
+ "column": 10,
+ "index": 925
},
{
- "filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
- "line": 38,
- "column": 6,
- "index": 754
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 69,
+ "column": 16,
+ "index": 1508
}
],
- "InfoOutline": [
+ "ActionRow.Spacer": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
- "line": 41,
- "column": 56,
- "index": 1444
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 84,
+ "column": 16,
+ "index": 1918
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 145,
- "column": 27,
- "index": 4583
- },
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 99,
+ "column": 8,
+ "index": 2406
+ }
+ ],
+ "Nav": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
- "line": 137,
- "column": 23,
- "index": 4673
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 88,
+ "column": 14,
+ "index": 2022
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/ErrorSummary.jsx",
- "line": 19,
- "column": 12,
- "index": 602
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 100,
+ "column": 8,
+ "index": 2435
}
],
- "ExpandMore": [
+ "useToggle": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
- "line": 42,
- "column": 76,
- "index": 1537
- },
+ "filePath": "src/studio-header/MobileHeader.jsx",
+ "line": 11,
+ "column": 36,
+ "index": 314
+ }
+ ],
+ "ModalPopup": [
{
- "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx",
- "line": 25,
- "column": 26,
- "index": 681
- },
+ "filePath": "src/studio-header/MobileHeader.jsx",
+ "line": 23,
+ "column": 6,
+ "index": 574
+ }
+ ],
+ "Collapsible": [
{
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 161,
- "column": 13,
- "index": 4240
+ "filePath": "src/studio-header/MobileMenu.jsx",
+ "line": 16,
+ "column": 10,
+ "index": 412
}
],
- "ExpandLess": [
+ "DropdownButton": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
- "line": 48,
- "column": 78,
- "index": 1854
- },
+ "filePath": "src/studio-header/NavDropdownMenu.jsx",
+ "line": 17,
+ "column": 2,
+ "index": 266
+ }
+ ]
+ }
+ },
+ {
+ "version": "22.10.0",
+ "name": "@edx/frontend-component-header",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/openedx/frontend-component-header.git"
+ },
+ "folderName": "frontend-component-header",
+ "usages": {
+ "Dropdown": [
{
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 176,
- "column": 13,
- "index": 4562
+ "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
+ "line": 39,
+ "column": 4,
+ "index": 1203
}
],
- "Form.Row": [
+ "Dropdown.Toggle": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx",
- "line": 48,
+ "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
+ "line": 40,
"column": 6,
- "index": 1226
- },
+ "index": 1251
+ }
+ ],
+ "Dropdown.Menu": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
- "line": 100,
- "column": 10,
- "index": 3219
+ "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
+ "line": 46,
+ "column": 6,
+ "index": 1506
}
],
- "MoreHoriz": [
+ "Dropdown.Item": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
- "line": 75,
- "column": 21,
- "index": 2362
+ "filePath": "src/learning-header/LearningHeaderUserMenuItems.jsx",
+ "line": 7,
+ "column": 2,
+ "index": 185
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
- "line": 41,
- "column": 13,
- "index": 1338
+ "filePath": "src/studio-header/NavDropdownMenu.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 376
}
],
- "FileUpload": [
- {
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
- "line": 104,
- "column": 24,
- "index": 3619
- },
+ "Button": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx",
- "line": 115,
- "column": 24,
- "index": 3588
+ "filePath": "src/learning-header/LearningLoggedOutButtons.jsx",
+ "line": 7,
+ "column": 2,
+ "index": 196
},
{
- "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
- "line": 20,
- "column": 19,
- "index": 798
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 71,
+ "column": 14,
+ "index": 1463
}
],
- "Copyright": [
+ "OverlayTrigger": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
- "line": 26,
- "column": 61,
- "index": 663
+ "filePath": "src/studio-header/CourseLockUp.jsx",
+ "line": 20,
+ "column": 2,
+ "index": 372
}
],
- "Cc": [
+ "Tooltip": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
- "line": 27,
- "column": 59,
- "index": 803
+ "filePath": "src/studio-header/CourseLockUp.jsx",
+ "line": 23,
+ "column": 6,
+ "index": 432
}
],
- "Attribution": [
+ "Container": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
- "line": 28,
- "column": 38,
- "index": 915
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 58,
+ "column": 4,
+ "index": 1123
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 50,
- "column": 60,
- "index": 1407
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 172,
+ "column": 34,
+ "index": 4453
}
],
- "Nc": [
+ "ActionRow": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
- "line": 29,
- "column": 40,
- "index": 1055
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 63,
+ "column": 6,
+ "index": 1251
+ }
+ ],
+ "Row": [
+ {
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 65,
+ "column": 10,
+ "index": 1315
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 69,
- "column": 31,
- "index": 2182
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 83,
+ "column": 16,
+ "index": 1898
}
],
- "Nd": [
+ "ActionRow.Spacer": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
- "line": 30,
- "column": 40,
- "index": 1169
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 98,
+ "column": 16,
+ "index": 2308
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 94,
- "column": 31,
- "index": 3253
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 118,
+ "column": 8,
+ "index": 2907
}
],
- "Sa": [
+ "Nav": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx",
- "line": 31,
- "column": 37,
- "index": 1280
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 102,
+ "column": 14,
+ "index": 2412
},
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
+ "filePath": "src/studio-header/HeaderBody.jsx",
"line": 120,
- "column": 31,
- "index": 4359
+ "column": 10,
+ "index": 2971
+ },
+ {
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 130,
+ "column": 8,
+ "index": 3309
}
],
- "CheckboxControl": [
+ "IconButton": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 55,
- "column": 20,
- "index": 1667
- },
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 121,
+ "column": 12,
+ "index": 2989
+ }
+ ],
+ "Search": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 74,
- "column": 20,
- "index": 2435
- },
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 122,
+ "column": 19,
+ "index": 3020
+ }
+ ],
+ "Icon": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 99,
- "column": 20,
- "index": 3506
- },
+ "filePath": "src/studio-header/HeaderBody.jsx",
+ "line": 123,
+ "column": 22,
+ "index": 3050
+ }
+ ],
+ "useToggle": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx",
- "line": 125,
- "column": 20,
- "index": 4609
+ "filePath": "src/studio-header/MobileHeader.jsx",
+ "line": 11,
+ "column": 36,
+ "index": 314
}
],
- "Card.Header": [
+ "ModalPopup": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 55,
- "column": 12,
- "index": 1447
+ "filePath": "src/studio-header/MobileHeader.jsx",
+ "line": 23,
+ "column": 6,
+ "index": 574
}
],
- "Card.Body": [
+ "Collapsible": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 56,
- "column": 12,
- "index": 1545
+ "filePath": "src/studio-header/MobileMenu.jsx",
+ "line": 15,
+ "column": 10,
+ "index": 450
}
],
- "Card.Footer": [
+ "DropdownButton": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 60,
- "column": 14,
- "index": 1707
+ "filePath": "src/studio-header/NavDropdownMenu.jsx",
+ "line": 14,
+ "column": 2,
+ "index": 238
}
],
- "ClosedCaption": [
+ "Avatar": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/LanguageNamesWidget.jsx",
- "line": 16,
+ "filePath": "src/studio-header/UserMenu.jsx",
+ "line": 28,
"column": 4,
- "index": 677
+ "index": 611
+ }
+ ]
+ }
+ },
+ {
+ "version": "21.13.1",
+ "name": "@edx/frontend-enterprise-catalog-search",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/openedx/frontend-enterprise.git"
+ },
+ "folderName": "catalog-search",
+ "usages": {
+ "Button": [
+ {
+ "filePath": "src/ClearCurrentRefinements.jsx",
+ "line": 26,
+ "column": 6,
+ "index": 855
+ },
+ {
+ "filePath": "src/CurrentRefinements.jsx",
+ "line": 125,
+ "column": 10,
+ "index": 4887
+ },
+ {
+ "filePath": "src/MobileFilterMenu.jsx",
+ "line": 21,
+ "column": 8,
+ "index": 758
+ },
+ {
+ "filePath": "src/MobileFilterMenu.jsx",
+ "line": 74,
+ "column": 14,
+ "index": 2912
+ },
+ {
+ "filePath": "src/MobileFilterMenu.jsx",
+ "line": 99,
+ "column": 16,
+ "index": 3860
}
],
- "Alert.Heading": [
+ "Badge": [
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/ErrorSummary.jsx",
- "line": 23,
- "column": 6,
- "index": 688
+ "filePath": "src/CurrentRefinements.jsx",
+ "line": 83,
+ "column": 10,
+ "index": 3081
},
{
- "filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx",
- "line": 55,
+ "filePath": "src/CurrentRefinements.jsx",
+ "line": 106,
"column": 10,
- "index": 1272
- }
- ],
- "ArrowBackIos": [
+ "index": 4002
+ },
{
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx",
- "line": 39,
- "column": 19,
- "index": 1231
+ "filePath": "src/FacetItem.jsx",
+ "line": 27,
+ "column": 6,
+ "index": 906
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx",
- "line": 65,
- "column": 20,
- "index": 1978
+ "filePath": "src/LearningTypeRadioFacet.jsx",
+ "line": 134,
+ "column": 12,
+ "index": 6165
}
],
- "InputGroup": [
+ "CloseSmall": [
{
- "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
- "line": 30,
- "column": 8,
- "index": 1369
+ "filePath": "src/CurrentRefinements.jsx",
+ "line": 92,
+ "column": 12,
+ "index": 3424
}
],
- "FormControl": [
+ "Dropdown": [
{
- "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
- "line": 31,
- "column": 10,
- "index": 1392
- }
- ],
- "ArrowForward": [
+ "filePath": "src/FacetDropdown.jsx",
+ "line": 16,
+ "column": 4,
+ "index": 318
+ },
{
- "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
- "line": 43,
- "column": 21,
- "index": 1961
+ "filePath": "src/LearningTypeRadioFacet.jsx",
+ "line": 35,
+ "column": 6,
+ "index": 1545
}
],
- "Dropzone": [
+ "Dropdown.Toggle": [
{
- "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx",
- "line": 85,
+ "filePath": "src/FacetDropdown.jsx",
+ "line": 17,
"column": 6,
- "index": 3107
- }
- ],
- "ModalDialog": [
+ "index": 405
+ },
{
- "filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
- "line": 26,
- "column": 2,
- "index": 429
+ "filePath": "src/LearningTypeRadioFacet.jsx",
+ "line": 36,
+ "column": 8,
+ "index": 1603
}
],
- "Scrollable": [
+ "Dropdown.Menu": [
{
- "filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
- "line": 43,
- "column": 4,
- "index": 871
- }
- ],
- "ModalDialog.CloseButton": [
+ "filePath": "src/FacetDropdown.jsx",
+ "line": 27,
+ "column": 6,
+ "index": 743
+ },
{
- "filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
- "line": 52,
+ "filePath": "src/LearningTypeRadioFacet.jsx",
+ "line": 47,
"column": 8,
- "index": 1093
+ "index": 2012
}
],
- "DragIndicator": [
+ "Dropdown.Item": [
{
- "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx",
- "line": 42,
- "column": 13,
- "index": 989
- }
- ],
- "Error": [
+ "filePath": "src/FacetItem.jsx",
+ "line": 16,
+ "column": 4,
+ "index": 433
+ },
{
- "filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx",
- "line": 49,
- "column": 12,
- "index": 1169
- }
- ],
- "paragon": [
+ "filePath": "src/LearningTypeRadioFacet.jsx",
+ "line": 48,
+ "column": 10,
+ "index": 2038
+ },
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 70,
- "column": 6,
- "index": 2453
+ "filePath": "src/LearningTypeRadioFacet.jsx",
+ "line": 64,
+ "column": 10,
+ "index": 2753
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 73,
- "column": 6,
- "index": 2569
+ "filePath": "src/LearningTypeRadioFacet.jsx",
+ "line": 80,
+ "column": 10,
+ "index": 3523
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 77,
- "column": 6,
- "index": 2736
+ "filePath": "src/LearningTypeRadioFacet.jsx",
+ "line": 100,
+ "column": 14,
+ "index": 4535
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 81,
+ "filePath": "src/LearningTypeRadioFacet.jsx",
+ "line": 119,
+ "column": 10,
+ "index": 5427
+ }
+ ],
+ "Input": [
+ {
+ "filePath": "src/FacetItem.jsx",
+ "line": 17,
"column": 6,
- "index": 2897
+ "index": 514
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 84,
- "column": 6,
- "index": 3013
+ "filePath": "src/LearningTypeRadioFacet.jsx",
+ "line": 49,
+ "column": 12,
+ "index": 2125
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 93,
- "column": 6,
- "index": 3464
+ "filePath": "src/LearningTypeRadioFacet.jsx",
+ "line": 65,
+ "column": 12,
+ "index": 2840
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 94,
- "column": 6,
- "index": 3504
+ "filePath": "src/LearningTypeRadioFacet.jsx",
+ "line": 81,
+ "column": 12,
+ "index": 3610
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 95,
- "column": 6,
- "index": 3544
+ "filePath": "src/LearningTypeRadioFacet.jsx",
+ "line": 101,
+ "column": 16,
+ "index": 4626
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 96,
- "column": 6,
- "index": 3586
+ "filePath": "src/LearningTypeRadioFacet.jsx",
+ "line": 120,
+ "column": 12,
+ "index": 5514
},
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 97,
- "column": 6,
- "index": 3620
+ "filePath": "src/TypeaheadFacetDropdown.jsx",
+ "line": 26,
+ "column": 8,
+ "index": 653
}
],
- "icons": [
+ "ArrowDropDown": [
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 88,
- "column": 6,
- "index": 3259
- },
+ "filePath": "src/MobileFilterMenu.jsx",
+ "line": 42,
+ "column": 10,
+ "index": 1652
+ }
+ ],
+ "Close": [
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 90,
- "column": 6,
- "index": 3371
- },
+ "filePath": "src/MobileFilterMenu.jsx",
+ "line": 79,
+ "column": 16,
+ "index": 3093
+ }
+ ],
+ "Image": [
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 98,
+ "filePath": "src/PrequerySearchSuggestionItem.jsx",
+ "line": 15,
"column": 6,
- "index": 3660
- },
+ "index": 382
+ }
+ ],
+ "SearchField.Advanced": [
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 99,
+ "filePath": "src/SearchBox.jsx",
+ "line": 169,
"column": 6,
- "index": 3694
+ "index": 6222
}
],
- "Badge": [
- {
- "filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx",
- "line": 49,
- "column": 12,
- "index": 1621
- },
+ "SearchField.Input": [
{
- "filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx",
- "line": 54,
- "column": 12,
- "index": 1865
+ "filePath": "src/SearchBox.jsx",
+ "line": 183,
+ "column": 8,
+ "index": 6642
}
],
- "SpinnerSimple": [
+ "SearchField.ClearButton": [
{
- "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx",
- "line": 26,
- "column": 26,
- "index": 723
+ "filePath": "src/SearchBox.jsx",
+ "line": 190,
+ "column": 8,
+ "index": 6903
}
],
- "StatefulButton": [
+ "SearchField.SubmitButton": [
{
- "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx",
- "line": 35,
+ "filePath": "src/SearchBox.jsx",
+ "line": 191,
"column": 8,
- "index": 952
+ "index": 6986
}
],
- "Search": [
+ "MediaQuery": [
{
- "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
- "line": 53,
- "column": 27,
- "index": 1338
+ "filePath": "src/SearchFilters.jsx",
+ "line": 60,
+ "column": 6,
+ "index": 1904
+ },
+ {
+ "filePath": "src/SearchFilters.jsx",
+ "line": 65,
+ "column": 6,
+ "index": 2078
}
],
- "SelectMenu": [
+ "breakpoints": [
{
- "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
+ "filePath": "src/SearchFilters.jsx",
"line": 60,
+ "column": 28,
+ "index": 1926
+ },
+ {
+ "filePath": "src/SearchFilters.jsx",
+ "line": 65,
+ "column": 28,
+ "index": 2100
+ },
+ {
+ "filePath": "src/tests/SearchFilters.test.jsx",
+ "line": 13,
+ "column": 47,
+ "index": 498
+ }
+ ],
+ "Container": [
+ {
+ "filePath": "src/SearchHeader.jsx",
+ "line": 42,
"column": 6,
- "index": 1476
+ "index": 1220
}
],
- "MenuItem": [
+ "Row": [
{
- "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
- "line": 62,
+ "filePath": "src/SearchHeader.jsx",
+ "line": 43,
+ "column": 8,
+ "index": 1261
+ }
+ ],
+ "Col": [
+ {
+ "filePath": "src/SearchHeader.jsx",
+ "line": 44,
"column": 10,
- "index": 1587
+ "index": 1299
+ },
+ {
+ "filePath": "src/SearchHeader.jsx",
+ "line": 65,
+ "column": 10,
+ "index": 2093
}
],
- "Form.SwitchSet": [
+ "Icon": [
{
- "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
- "line": 100,
+ "filePath": "src/SearchPagination.jsx",
+ "line": 23,
+ "column": 10,
+ "index": 708
+ },
+ {
+ "filePath": "src/SearchPagination.jsx",
+ "line": 29,
"column": 10,
- "index": 2792
+ "index": 848
}
],
- "Form.Switch": [
+ "ArrowBackIos": [
{
- "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
- "line": 105,
- "column": 12,
- "index": 2916
+ "filePath": "src/SearchPagination.jsx",
+ "line": 23,
+ "column": 21,
+ "index": 719
}
],
- "useWindowSize": [
+ "ArrowForwardIos": [
{
- "filePath": "src/editors/sharedComponents/SourceCodeModal/index.jsx",
- "line": 25,
+ "filePath": "src/SearchPagination.jsx",
+ "line": 29,
"column": 21,
- "index": 569
+ "index": 859
+ }
+ ],
+ "Pagination": [
+ {
+ "filePath": "src/SearchPagination.jsx",
+ "line": 66,
+ "column": 4,
+ "index": 1853
+ }
+ ],
+ "ResponsiveContext.Provider": [
+ {
+ "filePath": "src/tests/SearchFilters.test.jsx",
+ "line": 15,
+ "column": 4,
+ "index": 549
}
]
}
},
{
- "version": "22.0.0",
- "name": "content-components-gallery",
- "folderName": "www",
+ "version": "12.2.0",
+ "name": "@edx/frontend-learner-portal-base",
+ "repository": "https://github.com/edx/frontend-learner-portal-base",
+ "folderName": "frontend-learner-portal-base",
"usages": {
- "Form.Group": [
+ "Dropdown.Deprecated": [
{
- "filePath": "src/Gallery.jsx",
- "line": 41,
- "column": 8,
- "index": 1668
+ "filePath": "src/components/course-enrollments/course-cards/BaseCourseCard.jsx",
+ "line": 150,
+ "column": 10,
+ "index": 3778
+ }
+ ],
+ "Modal": [
+ {
+ "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
+ "line": 111,
+ "column": 6,
+ "index": 2819
},
{
- "filePath": "src/Gallery.jsx",
- "line": 52,
- "column": 8,
- "index": 2000
+ "filePath": "src/components/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx",
+ "line": 74,
+ "column": 6,
+ "index": 2189
}
],
- "Form.RadioSet": [
+ "StatusAlert": [
{
- "filePath": "src/Gallery.jsx",
- "line": 42,
+ "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
+ "line": 116,
+ "column": 14,
+ "index": 2938
+ },
+ {
+ "filePath": "src/components/course-enrollments/course-cards/mark-complete-modal/ModalError.jsx",
+ "line": 11,
+ "column": 4,
+ "index": 412
+ },
+ {
+ "filePath": "src/components/course-enrollments/CourseEnrollments.jsx",
+ "line": 56,
+ "column": 4,
+ "index": 1718
+ },
+ {
+ "filePath": "src/components/course-enrollments/CourseEnrollments.jsx",
+ "line": 76,
+ "column": 6,
+ "index": 2241
+ }
+ ],
+ "Input": [
+ {
+ "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
+ "line": 133,
+ "column": 14,
+ "index": 3527
+ }
+ ],
+ "StatefulButton": [
+ {
+ "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
+ "line": 149,
"column": 10,
- "index": 1691
+ "index": 4151
},
{
- "filePath": "src/Gallery.jsx",
- "line": 59,
+ "filePath": "src/components/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx",
+ "line": 78,
"column": 10,
- "index": 2181
+ "index": 2294
}
],
- "Form.Radio": [
+ "Button": [
{
- "filePath": "src/Gallery.jsx",
- "line": 48,
- "column": 14,
- "index": 1886
+ "filePath": "src/components/course-enrollments/course-cards/UpcomingCourseCard.jsx",
+ "line": 10,
+ "column": 4,
+ "index": 256
+ }
+ ],
+ "breakpoints": [
+ {
+ "filePath": "src/components/course-enrollments/CourseEnrollments.jsx",
+ "line": 126,
+ "column": 30,
+ "index": 3586
},
{
- "filePath": "src/Gallery.jsx",
- "line": 64,
- "column": 12,
- "index": 2321
+ "filePath": "src/components/course-enrollments/tests/CourseEnrollments.test.jsx",
+ "line": 161,
+ "column": 26,
+ "index": 4917
},
{
- "filePath": "src/Gallery.jsx",
- "line": 65,
- "column": 12,
- "index": 2379
+ "filePath": "src/components/course-enrollments/tests/CourseEnrollments.test.jsx",
+ "line": 174,
+ "column": 26,
+ "index": 5374
+ }
+ ],
+ "Collapsible": [
+ {
+ "filePath": "src/components/course-enrollments/CourseSection.jsx",
+ "line": 80,
+ "column": 8,
+ "index": 1990
}
]
}
},
{
- "version": "22.2.0",
+ "version": "22.7.0",
"name": "@edx/frontend-lib-special-exams",
"repository": {
"type": "git",
@@ -50359,9 +51413,9 @@
},
{
"filePath": "src/instructions/RejectedInstructions.jsx",
- "line": 24,
+ "line": 26,
"column": 6,
- "index": 764
+ "index": 848
},
{
"filePath": "src/instructions/SubmitInstructions.jsx",
@@ -50377,9 +51431,9 @@
},
{
"filePath": "src/instructions/VerifiedInstructions.jsx",
- "line": 23,
+ "line": 25,
"column": 6,
- "index": 700
+ "index": 784
}
],
"MailtoLink": [
@@ -50477,9 +51531,9 @@
},
{
"filePath": "src/instructions/practice_exam/SubmittedPracticeExamInstructions.jsx",
- "line": 26,
- "column": 6,
- "index": 863
+ "line": 35,
+ "column": 8,
+ "index": 1230
},
{
"filePath": "src/instructions/proctored_exam/download-instructions/DownloadButtons.jsx",
@@ -50719,7 +51773,7 @@
}
},
{
- "version": "22.6.1",
+ "version": "22.8.1",
"name": "@edx/frontend-platform",
"repository": {
"type": "git",
@@ -50762,7 +51816,7 @@
}
},
{
- "version": "22.6.1",
+ "version": "22.10.0",
"name": "@edx/frontend-template-application",
"repository": {
"type": "git",
@@ -50844,13 +51898,13 @@
"filePath": "src/packages/about-edx-page/template/AboutEdXPage/index.jsx",
"line": 228,
"column": 10,
- "index": 11116
+ "index": 11148
},
{
"filePath": "src/packages/about-edx-page/template/AboutEdXPage/index.jsx",
"line": 258,
"column": 10,
- "index": 12813
+ "index": 12845
},
{
"filePath": "src/packages/become-page/components/BecomeCards.jsx",
@@ -50890,21 +51944,21 @@
},
{
"filePath": "src/packages/common/ui/CardContainer/index.jsx",
- "line": 105,
+ "line": 106,
"column": 18,
- "index": 3868
+ "index": 3861
},
{
"filePath": "src/packages/common/ui/CardContainer/index.jsx",
- "line": 117,
+ "line": 118,
"column": 12,
- "index": 4386
+ "index": 4379
},
{
"filePath": "src/packages/common/ui/CardContainer/index.jsx",
- "line": 125,
+ "line": 126,
"column": 12,
- "index": 4718
+ "index": 4711
},
{
"filePath": "src/packages/common/ui/CardContainer/v2/index.jsx",
@@ -50950,15 +52004,15 @@
},
{
"filePath": "src/packages/degree-page/components/TabSections/index.jsx",
- "line": 173,
+ "line": 177,
"column": 6,
- "index": 5899
+ "index": 5971
},
{
"filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx",
- "line": 258,
+ "line": 270,
"column": 8,
- "index": 9267
+ "index": 9771
},
{
"filePath": "src/packages/exec-ed-page/components/AboutCourse.jsx",
@@ -50998,9 +52052,9 @@
},
{
"filePath": "src/packages/exec-ed-page/template/ExecEdDetailPage/index.jsx",
- "line": 462,
+ "line": 469,
"column": 18,
- "index": 17844
+ "index": 18087
},
{
"filePath": "src/packages/home-page/components/Audiences/index.jsx",
@@ -51064,9 +52118,9 @@
},
{
"filePath": "src/packages/home-page/components/NewOnEdxCarousel/v2/index.jsx",
- "line": 60,
+ "line": 66,
"column": 6,
- "index": 1966
+ "index": 2317
},
{
"filePath": "src/packages/home-page/components/PopularTopics/index.jsx",
@@ -51136,9 +52190,9 @@
},
{
"filePath": "src/packages/learn-page/components/CTABanner/index.jsx",
- "line": 57,
+ "line": 40,
"column": 6,
- "index": 2024
+ "index": 1443
},
{
"filePath": "src/packages/learn-page/components/DynamicProductList/index.jsx",
@@ -51316,9 +52370,9 @@
},
{
"filePath": "src/packages/open-course-page/components/BusinessBlock/variants/DesktopVariant.jsx",
- "line": 17,
+ "line": 84,
"column": 4,
- "index": 600
+ "index": 2321
},
{
"filePath": "src/packages/open-course-page/components/BusinessBlock/variants/MobileVariant.jsx",
@@ -51330,7 +52384,7 @@
"filePath": "src/packages/open-course-page/components/CourseHeader/index.jsx",
"line": 58,
"column": 6,
- "index": 1823
+ "index": 1825
},
{
"filePath": "src/packages/open-course-page/components/CourseMain/variants/DesktopVariant.jsx",
@@ -51358,9 +52412,9 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 201,
+ "line": 205,
"column": 4,
- "index": 8493
+ "index": 8538
},
{
"filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx",
@@ -51370,15 +52424,15 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx",
- "line": 144,
+ "line": 145,
"column": 4,
- "index": 5284
+ "index": 5309
},
{
"filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx",
- "line": 173,
+ "line": 164,
"column": 12,
- "index": 5927
+ "index": 5570
},
{
"filePath": "src/packages/open-course-page/components/FAQ/index.jsx",
@@ -51406,9 +52460,9 @@
},
{
"filePath": "src/packages/open-course-page/components/StickyNav/index.jsx",
- "line": 198,
+ "line": 200,
"column": 12,
- "index": 6855
+ "index": 6890
},
{
"filePath": "src/packages/product-page/components/PLPFooter/index.jsx",
@@ -51436,51 +52490,51 @@
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 444,
+ "line": 449,
"column": 6,
- "index": 17052
+ "index": 17208
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 445,
+ "line": 450,
"column": 8,
- "index": 17124
+ "index": 17280
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 446,
+ "line": 451,
"column": 10,
- "index": 17156
+ "index": 17312
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 635,
+ "line": 640,
"column": 10,
- "index": 26426
+ "index": 26582
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 643,
+ "line": 648,
"column": 10,
- "index": 26881
+ "index": 27037
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 662,
+ "line": 667,
"column": 6,
- "index": 27605
+ "index": 27761
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 795,
+ "line": 800,
"column": 12,
- "index": 33574
+ "index": 33730
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 796,
+ "line": 801,
"column": 14,
- "index": 33627
+ "index": 33783
},
{
"filePath": "src/packages/program-page/components/SubjectTopics/index.jsx",
@@ -51625,18 +52679,6 @@
"line": 314,
"column": 16,
"index": 11291
- },
- {
- "filePath": "src/pages/secure-preview/storefront/bundle-page/index.jsx",
- "line": 45,
- "column": 6,
- "index": 2102
- },
- {
- "filePath": "src/pages/secure-preview/storefront/microdegree-page/index.jsx",
- "line": 47,
- "column": 6,
- "index": 2191
}
],
"Icon": [
@@ -51678,27 +52720,27 @@
},
{
"filePath": "src/packages/common/ui/Footer/utils.jsx",
- "line": 638,
+ "line": 643,
"column": 12,
- "index": 29902
+ "index": 30143
},
{
"filePath": "src/packages/common/ui/Footer/utils.jsx",
- "line": 644,
+ "line": 649,
"column": 12,
- "index": 30156
+ "index": 30397
},
{
"filePath": "src/packages/common/ui/Footer/utils.jsx",
- "line": 650,
+ "line": 655,
"column": 12,
- "index": 30418
+ "index": 30659
},
{
"filePath": "src/packages/common/ui/Footer/utils.jsx",
- "line": 656,
+ "line": 661,
"column": 12,
- "index": 30672
+ "index": 30913
},
{
"filePath": "src/packages/common/ui/Header/components/mobile-navigation/MenuAccordion/index.jsx",
@@ -51738,15 +52780,15 @@
},
{
"filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx",
- "line": 221,
+ "line": 223,
"column": 14,
- "index": 7956
+ "index": 8032
},
{
"filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx",
- "line": 272,
+ "line": 284,
"column": 12,
- "index": 9991
+ "index": 10495
},
{
"filePath": "src/packages/exec-ed-page/components/CourseCurriculum/index.jsx",
@@ -51900,15 +52942,15 @@
},
{
"filePath": "src/packages/masters-program-page/template/MastersProgramDetailPage/index.jsx",
- "line": 363,
+ "line": 364,
"column": 20,
- "index": 13323
+ "index": 13335
},
{
"filePath": "src/packages/masters-program-page/template/MastersProgramDetailPage/index.jsx",
- "line": 528,
+ "line": 533,
"column": 22,
- "index": 21699
+ "index": 22008
},
{
"filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx",
@@ -52038,27 +53080,27 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 289,
+ "line": 297,
"column": 36,
- "index": 12989
+ "index": 13232
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 314,
+ "line": 322,
"column": 36,
- "index": 14256
+ "index": 14499
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 370,
+ "line": 378,
"column": 20,
- "index": 17080
+ "index": 17323
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 383,
+ "line": 391,
"column": 20,
- "index": 17758
+ "index": 18001
},
{
"filePath": "src/packages/open-course-page/components/CourseSnapshot/components/WeeksToComplete.jsx",
@@ -52068,21 +53110,21 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx",
- "line": 194,
+ "line": 185,
"column": 24,
- "index": 7010
+ "index": 6653
},
{
"filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx",
- "line": 202,
+ "line": 193,
"column": 22,
- "index": 7402
+ "index": 7045
},
{
"filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx",
- "line": 244,
+ "line": 235,
"column": 24,
- "index": 9747
+ "index": 9390
},
{
"filePath": "src/packages/open-course-page/components/Instructors/components/InstructorCard.jsx",
@@ -52398,9 +53440,9 @@
},
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 445,
+ "line": 465,
"column": 26,
- "index": 19664
+ "index": 20527
},
{
"filePath": "src/packages/exec-ed-page/components/CourseCurriculum/index.jsx",
@@ -52434,9 +53476,9 @@
},
{
"filePath": "src/packages/exec-ed-page/template/ExecEdDetailPage/index.jsx",
- "line": 315,
+ "line": 322,
"column": 6,
- "index": 11954
+ "index": 12236
},
{
"filePath": "src/packages/learn-index-page/components/Hero.jsx",
@@ -52488,15 +53530,15 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx",
- "line": 223,
+ "line": 229,
"column": 8,
- "index": 8912
+ "index": 9266
},
{
"filePath": "src/packages/open-course-page/components/EnrollButton/EnrollButtonLink.jsx",
- "line": 304,
+ "line": 364,
"column": 20,
- "index": 9966
+ "index": 11952
},
{
"filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx",
@@ -52712,15 +53754,15 @@
},
{
"filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx",
- "line": 221,
+ "line": 223,
"column": 25,
- "index": 7967
+ "index": 8043
},
{
"filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx",
- "line": 272,
+ "line": 284,
"column": 23,
- "index": 10002
+ "index": 10506
},
{
"filePath": "src/packages/home-page/components/NewOnEdxCarousel/components/SubcategoriesList/index.jsx",
@@ -52908,15 +53950,15 @@
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 483,
+ "line": 488,
"column": 16,
- "index": 18815
+ "index": 18971
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 500,
+ "line": 505,
"column": 18,
- "index": 19544
+ "index": 19700
},
{
"filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx",
@@ -52960,9 +54002,9 @@
"Facebook": [
{
"filePath": "src/packages/common/ui/Footer/utils.jsx",
- "line": 638,
+ "line": 643,
"column": 23,
- "index": 29913
+ "index": 30154
},
{
"filePath": "src/packages/instructor-page/components/InstructorBioDynamic/components/Overview/index.jsx",
@@ -52980,9 +54022,9 @@
"BsTwitter": [
{
"filePath": "src/packages/common/ui/Footer/utils.jsx",
- "line": 644,
+ "line": 649,
"column": 23,
- "index": 30167
+ "index": 30408
},
{
"filePath": "src/packages/instructor-page/components/InstructorBioDynamic/components/Overview/index.jsx",
@@ -53000,9 +54042,9 @@
"BsLinkedin": [
{
"filePath": "src/packages/common/ui/Footer/utils.jsx",
- "line": 650,
+ "line": 655,
"column": 23,
- "index": 30429
+ "index": 30670
},
{
"filePath": "src/packages/open-course-page/components/SocialShare/index.jsx",
@@ -53014,9 +54056,9 @@
"Reddit": [
{
"filePath": "src/packages/common/ui/Footer/utils.jsx",
- "line": 656,
+ "line": 661,
"column": 23,
- "index": 30683
+ "index": 30924
}
],
"Collapsible.Advanced": [
@@ -53034,9 +54076,9 @@
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 696,
+ "line": 701,
"column": 20,
- "index": 29187
+ "index": 29343
},
{
"filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
@@ -53072,15 +54114,15 @@
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 704,
+ "line": 709,
"column": 24,
- "index": 29778
+ "index": 29934
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 705,
+ "line": 710,
"column": 24,
- "index": 29870
+ "index": 30026
},
{
"filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
@@ -53110,9 +54152,9 @@
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 707,
+ "line": 712,
"column": 22,
- "index": 30006
+ "index": 30162
},
{
"filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
@@ -53124,9 +54166,9 @@
"SearchField.Advanced": [
{
"filePath": "src/packages/common/ui/Header/components/SearchBox.jsx",
- "line": 99,
+ "line": 105,
"column": 6,
- "index": 3185
+ "index": 3415
},
{
"filePath": "src/packages/home-page/components/Hero/components/HomeSearchBar/components/HomeSearchInput/index.jsx",
@@ -53148,17 +54190,17 @@
},
{
"filePath": "src/packages/search-page/components/SearchBox/index.jsx",
- "line": 105,
+ "line": 106,
"column": 10,
- "index": 3335
+ "index": 3391
}
],
"SearchField.Input": [
{
"filePath": "src/packages/common/ui/Header/components/SearchBox.jsx",
- "line": 116,
+ "line": 122,
"column": 10,
- "index": 4001
+ "index": 4231
},
{
"filePath": "src/packages/home-page/components/Hero/components/HomeSearchBar/components/HomeSearchInput/index.jsx",
@@ -53180,23 +54222,23 @@
},
{
"filePath": "src/packages/search-page/components/SearchBox/index.jsx",
- "line": 123,
+ "line": 124,
"column": 14,
- "index": 3965
+ "index": 4021
}
],
"SearchField.SubmitButton": [
{
"filePath": "src/packages/common/ui/Header/components/SearchBox.jsx",
- "line": 128,
+ "line": 134,
"column": 12,
- "index": 4450
+ "index": 4680
},
{
"filePath": "src/packages/common/ui/Header/components/SearchBox.jsx",
- "line": 136,
+ "line": 142,
"column": 10,
- "index": 4661
+ "index": 4891
},
{
"filePath": "src/packages/home-page/components/Hero/components/HomeSearchBar/components/HomeSearchInput/index.jsx",
@@ -53224,9 +54266,9 @@
},
{
"filePath": "src/packages/search-page/components/SearchBox/index.jsx",
- "line": 135,
+ "line": 136,
"column": 12,
- "index": 4488
+ "index": 4544
}
],
"IconButton": [
@@ -53262,29 +54304,29 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 287,
+ "line": 295,
"column": 26,
- "index": 12895
+ "index": 13138
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 312,
+ "line": 320,
"column": 26,
- "index": 14162
+ "index": 14405
}
],
"Dropdown": [
{
"filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx",
- "line": 185,
+ "line": 225,
"column": 8,
- "index": 5841
+ "index": 7547
},
{
"filePath": "src/packages/home-page/components/NewOnEdxCarousel/v2/index.jsx",
- "line": 73,
+ "line": 79,
"column": 12,
- "index": 2473
+ "index": 2824
},
{
"filePath": "src/packages/home-page/components/ProductOfferings/components/ProductFilter/index.jsx",
@@ -53308,15 +54350,15 @@
"Dropdown.Toggle": [
{
"filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx",
- "line": 190,
+ "line": 230,
"column": 10,
- "index": 5970
+ "index": 7676
},
{
"filePath": "src/packages/home-page/components/NewOnEdxCarousel/v2/index.jsx",
- "line": 74,
+ "line": 80,
"column": 14,
- "index": 2515
+ "index": 2866
},
{
"filePath": "src/packages/home-page/components/ProductOfferings/components/ProductFilter/index.jsx",
@@ -53340,23 +54382,23 @@
"AvatarButton": [
{
"filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx",
- "line": 191,
+ "line": 231,
"column": 16,
- "index": 6003
+ "index": 7709
}
],
"Dropdown.Menu": [
{
"filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx",
- "line": 209,
+ "line": 249,
"column": 10,
- "index": 6650
+ "index": 8356
},
{
"filePath": "src/packages/home-page/components/NewOnEdxCarousel/v2/index.jsx",
- "line": 82,
+ "line": 88,
"column": 14,
- "index": 2989
+ "index": 3340
},
{
"filePath": "src/packages/home-page/components/ProductOfferings/components/ProductFilter/index.jsx",
@@ -53392,9 +54434,9 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseRunSelector/components/SelectionTile.jsx",
- "line": 57,
+ "line": 61,
"column": 12,
- "index": 2059
+ "index": 2124
},
{
"filePath": "src/packages/program-page/components/ProgramHeader.jsx",
@@ -53480,9 +54522,9 @@
"Spinner": [
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 278,
+ "line": 298,
"column": 14,
- "index": 10038
+ "index": 10901
},
{
"filePath": "src/packages/program-page/components/ProgramHeader.jsx",
@@ -53506,9 +54548,9 @@
"Form": [
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 301,
+ "line": 321,
"column": 24,
- "index": 11200
+ "index": 12063
},
{
"filePath": "src/packages/search-page/components/RefinementFilters/components/FacetList/index.jsx",
@@ -53526,39 +54568,39 @@
"Form.Group": [
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 303,
+ "line": 323,
"column": 28,
- "index": 11325
+ "index": 12188
},
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 323,
+ "line": 343,
"column": 28,
- "index": 12445
+ "index": 13308
},
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 344,
+ "line": 364,
"column": 26,
- "index": 13589
+ "index": 14452
},
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 366,
+ "line": 386,
"column": 30,
- "index": 14785
+ "index": 15648
},
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 398,
+ "line": 418,
"column": 32,
- "index": 16777
+ "index": 17640
},
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 430,
+ "line": 450,
"column": 26,
- "index": 18763
+ "index": 19626
},
{
"filePath": "src/packages/queryless-pages/templates/CCPAPage/CCPAPageEN.jsx",
@@ -53618,21 +54660,21 @@
"Form.Control": [
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 311,
+ "line": 331,
"column": 30,
- "index": 11726
+ "index": 12589
},
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 331,
+ "line": 351,
"column": 30,
- "index": 12844
+ "index": 13707
},
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 352,
+ "line": 372,
"column": 28,
- "index": 13977
+ "index": 14840
},
{
"filePath": "src/pages/secure-preview/DynamicProductList.jsx",
@@ -53680,85 +54722,85 @@
"FormLabel": [
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 367,
+ "line": 387,
"column": 32,
- "index": 14874
+ "index": 15737
},
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 379,
+ "line": 399,
"column": 36,
- "index": 15600
+ "index": 16463
},
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 384,
+ "line": 404,
"column": 36,
- "index": 15955
+ "index": 16818
},
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 399,
+ "line": 419,
"column": 34,
- "index": 16868
+ "index": 17731
},
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 411,
+ "line": 431,
"column": 38,
- "index": 17624
+ "index": 18487
},
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 416,
+ "line": 436,
"column": 38,
- "index": 17989
+ "index": 18852
},
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 431,
+ "line": 451,
"column": 28,
- "index": 18814
+ "index": 19677
}
],
"Form.RadioSet": [
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 372,
+ "line": 392,
"column": 32,
- "index": 15188
+ "index": 16051
},
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 404,
+ "line": 424,
"column": 34,
- "index": 17194
+ "index": 18057
}
],
"Form.Radio": [
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 378,
+ "line": 398,
"column": 34,
- "index": 15497
+ "index": 16360
},
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 383,
+ "line": 403,
"column": 34,
- "index": 15854
+ "index": 16717
},
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 410,
+ "line": 430,
"column": 36,
- "index": 17519
+ "index": 18382
},
{
"filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 415,
+ "line": 435,
"column": 36,
- "index": 17886
+ "index": 18749
}
],
"OverlayTrigger": [
@@ -53782,15 +54824,15 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 279,
+ "line": 287,
"column": 24,
- "index": 12507
+ "index": 12750
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 304,
+ "line": 312,
"column": 24,
- "index": 13778
+ "index": 14021
},
{
"filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx",
@@ -53820,15 +54862,15 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 282,
+ "line": 290,
"column": 28,
- "index": 12630
+ "index": 12873
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 307,
+ "line": 315,
"column": 28,
- "index": 13901
+ "index": 14144
},
{
"filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx",
@@ -53876,15 +54918,15 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 422,
+ "line": 430,
"column": 20,
- "index": 19459
+ "index": 19702
},
{
"filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx",
- "line": 127,
+ "line": 128,
"column": 6,
- "index": 4814
+ "index": 4839
},
{
"filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
@@ -53996,9 +55038,9 @@
},
{
"filePath": "src/packages/open-course-page/components/StickyNav/index.jsx",
- "line": 209,
+ "line": 211,
"column": 16,
- "index": 7264
+ "index": 7299
}
],
"Dropdown.Item": [
@@ -54010,9 +55052,9 @@
},
{
"filePath": "src/packages/home-page/components/NewOnEdxCarousel/v2/index.jsx",
- "line": 84,
- "column": 18,
- "index": 3073
+ "line": 94,
+ "column": 20,
+ "index": 3597
},
{
"filePath": "src/packages/home-page/components/ProductOfferings/components/ProductFilter/index.jsx",
@@ -54034,9 +55076,9 @@
},
{
"filePath": "src/packages/open-course-page/components/StickyNav/index.jsx",
- "line": 221,
+ "line": 223,
"column": 20,
- "index": 7797
+ "index": 7832
}
],
"SearchField.ClearButton": [
@@ -54084,9 +55126,9 @@
"Card": [
{
"filePath": "src/packages/home-page/components/NewOnEdxCarousel/v2/variants/DesktopVariant/index.jsx",
- "line": 80,
+ "line": 84,
"column": 6,
- "index": 2879
+ "index": 3041
},
{
"filePath": "src/packages/learn-index-page/template/AllTopicsPage/index.jsx",
@@ -54114,9 +55156,9 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseRunSelector/components/SelectionTile.jsx",
- "line": 52,
+ "line": 56,
"column": 4,
- "index": 1811
+ "index": 1876
},
{
"filePath": "src/packages/search-page/components/PreQueryPage/components/PartnerFilters/index.jsx",
@@ -54186,9 +55228,9 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx",
- "line": 202,
+ "line": 193,
"column": 33,
- "index": 7413
+ "index": 7056
},
{
"filePath": "src/packages/open-course-page/components/Instructors/components/InstructorCard.jsx",
@@ -54216,15 +55258,15 @@
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 540,
+ "line": 545,
"column": 28,
- "index": 21348
+ "index": 21504
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 564,
+ "line": 569,
"column": 28,
- "index": 22624
+ "index": 22780
},
{
"filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
@@ -54262,9 +55304,9 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseRunSelector/components/SelectionTile.jsx",
- "line": 53,
+ "line": 57,
"column": 6,
- "index": 1850
+ "index": 1915
}
],
"Tune": [
@@ -54474,9 +55516,9 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx",
- "line": 195,
+ "line": 198,
"column": 10,
- "index": 8041
+ "index": 8221
},
{
"filePath": "src/packages/search-page/components/PreQueryPage/components/PartnerFilters/index.jsx",
@@ -54522,9 +55564,9 @@
"Check": [
{
"filePath": "src/packages/modular-page/modules/TextListModule/components/AboutTheProgramModule.jsx",
- "line": 70,
+ "line": 71,
"column": 14,
- "index": 2680
+ "index": 2692
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/AuditTrackUpdateVariant/index.jsx",
@@ -54534,39 +55576,39 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 341,
+ "line": 349,
"column": 20,
- "index": 15485
+ "index": 15728
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 344,
+ "line": 352,
"column": 20,
- "index": 15667
+ "index": 15910
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 354,
+ "line": 362,
"column": 20,
- "index": 16191
+ "index": 16434
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 357,
+ "line": 365,
"column": 20,
- "index": 16373
+ "index": 16616
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 367,
+ "line": 375,
"column": 20,
- "index": 16898
+ "index": 17141
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 380,
+ "line": 388,
"column": 20,
- "index": 17576
+ "index": 17819
},
{
"filePath": "src/packages/product-page/components/ProductDetailHero/index.jsx",
@@ -54634,29 +55676,29 @@
"InfoOutline": [
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 288,
+ "line": 296,
"column": 33,
- "index": 12940
+ "index": 13183
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 313,
+ "line": 321,
"column": 33,
- "index": 14207
+ "index": 14450
}
],
"Remove": [
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 370,
+ "line": 378,
"column": 50,
- "index": 17110
+ "index": 17353
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 383,
+ "line": 391,
"column": 50,
- "index": 17788
+ "index": 18031
}
],
"Timelapse": [
@@ -54682,9 +55724,9 @@
"MoneyOutline": [
{
"filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx",
- "line": 244,
+ "line": 235,
"column": 35,
- "index": 9758
+ "index": 9401
}
],
"ModalDialog.Header": [
@@ -54782,9 +55824,9 @@
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 451,
+ "line": 456,
"column": 22,
- "index": 17364
+ "index": 17520
},
{
"filePath": "src/packages/search-page/components/QuizMatchRecommendations/index.jsx",
@@ -54802,9 +55844,9 @@
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 452,
+ "line": 457,
"column": 24,
- "index": 17438
+ "index": 17594
},
{
"filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx",
@@ -54866,25 +55908,25 @@
"LocalOffer": [
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 347,
+ "line": 352,
"column": 12,
- "index": 12821
+ "index": 12977
}
],
"CreditCard": [
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 384,
+ "line": 389,
"column": 12,
- "index": 14269
+ "index": 14425
}
],
"LibraryBooks": [
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 521,
+ "line": 526,
"column": 22,
- "index": 20461
+ "index": 20617
},
{
"filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx",
@@ -54896,9 +55938,9 @@
"AccessTime": [
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 588,
+ "line": 593,
"column": 28,
- "index": 23946
+ "index": 24102
},
{
"filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx",
@@ -54910,9 +55952,9 @@
"School": [
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 609,
+ "line": 614,
"column": 28,
- "index": 25030
+ "index": 25186
},
{
"filePath": "src/packages/program-page/components/ProgramPathway/index.jsx",
@@ -54924,9 +55966,9 @@
"Collapsible.Trigger": [
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 700,
+ "line": 705,
"column": 22,
- "index": 29459
+ "index": 29615
},
{
"filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
@@ -54938,25 +55980,25 @@
"AddCircle": [
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 704,
+ "line": 709,
"column": 56,
- "index": 29810
+ "index": 29966
}
],
"RemoveCircle": [
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 705,
+ "line": 710,
"column": 54,
- "index": 29900
+ "index": 30056
}
],
"FormatQuote": [
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 753,
+ "line": 758,
"column": 18,
- "index": 32142
+ "index": 32298
}
],
"Info": [
diff --git a/icons/es5/Newsstand.js b/icons/es5/Newsstand.js
new file mode 100644
index 0000000000..09c5d07c58
--- /dev/null
+++ b/icons/es5/Newsstand.js
@@ -0,0 +1,15 @@
+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";
+var SvgNewsstand = function SvgNewsstand(props) {
+ return /*#__PURE__*/React.createElement("svg", _extends({
+ xmlns: "http://www.w3.org/2000/svg",
+ height: 24,
+ viewBox: "0 -960 960 960",
+ width: 24,
+ fill: "none"
+ }, props), /*#__PURE__*/React.createElement("path", {
+ d: "M80-160v-80h800v80H80Zm80-160v-320h80v320h-80Zm160 0v-480h80v480h-80Zm160 0v-480h80v480h-80Zm280 0L600-600l70-40 160 280-70 40Z",
+ fill: "currentColor"
+ }));
+};
+export default SvgNewsstand;
\ No newline at end of file
diff --git a/icons/es5/index.js b/icons/es5/index.js
index cdf8d9d817..ebe918718a 100644
--- a/icons/es5/index.js
+++ b/icons/es5/index.js
@@ -1381,6 +1381,7 @@ export { default as NetworkWifi3Bar } from "./NetworkWifi3Bar";
export { default as NewLabel } from "./NewLabel";
export { default as NewReleases } from "./NewReleases";
export { default as Newspaper } from "./Newspaper";
+export { default as Newsstand } from "./Newsstand";
export { default as NextPlan } from "./NextPlan";
export { default as NextWeek } from "./NextWeek";
export { default as Nfc } from "./Nfc";
diff --git a/icons/es5/index.ts b/icons/es5/index.ts
index 3e1aaea345..96fa5149c9 100644
--- a/icons/es5/index.ts
+++ b/icons/es5/index.ts
@@ -1382,6 +1382,7 @@ export { default as NetworkWifi3Bar } from "./NetworkWifi3Bar";
export { default as NewLabel } from "./NewLabel";
export { default as NewReleases } from "./NewReleases";
export { default as Newspaper } from "./Newspaper";
+export { default as Newsstand } from "./Newsstand";
export { default as NextPlan } from "./NextPlan";
export { default as NextWeek } from "./NextWeek";
export { default as Nfc } from "./Nfc";
diff --git a/icons/jsx/Newsstand.jsx b/icons/jsx/Newsstand.jsx
new file mode 100644
index 0000000000..933c2a9d30
--- /dev/null
+++ b/icons/jsx/Newsstand.jsx
@@ -0,0 +1,17 @@
+import * as React from "react";
+const SvgNewsstand = (props) => (
+
+);
+export default SvgNewsstand;
diff --git a/icons/jsx/index.jsx b/icons/jsx/index.jsx
index e2f0c9dd6b..49752ebbb1 100644
--- a/icons/jsx/index.jsx
+++ b/icons/jsx/index.jsx
@@ -1381,6 +1381,7 @@ export { default as NetworkWifi3Bar } from "./NetworkWifi3Bar";
export { default as NewLabel } from "./NewLabel";
export { default as NewReleases } from "./NewReleases";
export { default as Newspaper } from "./Newspaper";
+export { default as Newsstand } from "./Newsstand";
export { default as NextPlan } from "./NextPlan";
export { default as NextWeek } from "./NextWeek";
export { default as Nfc } from "./Nfc";
diff --git a/icons/svg/newsstand.svg b/icons/svg/newsstand.svg
new file mode 100644
index 0000000000..a64aab53f2
--- /dev/null
+++ b/icons/svg/newsstand.svg
@@ -0,0 +1 @@
+
diff --git a/package-lock.json b/package-lock.json
index 5b8d17d40f..d83b197cd6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -72,7 +72,7 @@
"@babel/preset-env": "^7.16.8",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
- "@edx/eslint-config": "^3.2.0",
+ "@edx/eslint-config": "^4.2.0",
"@edx/stylelint-config-edx": "^2.3.0",
"@edx/typescript-config": "^1.1.0",
"@formatjs/cli": "^5.0.2",
@@ -2615,14 +2615,17 @@
"license": "UNLICENSED"
},
"node_modules/@edx/eslint-config": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/@edx/eslint-config/-/eslint-config-3.2.0.tgz",
- "integrity": "sha512-X2o34xr3KqmQSV/vJVv6k4FxUKYwbBATHTtTHLTYQvM9PVoM3WbKQP9tl6Z057pRErKzshJcks+4ENzDyhr11Q==",
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/@edx/eslint-config/-/eslint-config-4.2.0.tgz",
+ "integrity": "sha512-2wuIw49uyj6gRwS74qJ8WhBU+X2FOP4uot40sthIC4YU9qCM7WJOcOuAhkRPP1FvZKd3UQH3gZM7eJ85xzDBqA==",
"dev": true,
"peerDependencies": {
- "eslint": "^6.8.0 || ^7.0.0 || ^8.0.0",
+ "@typescript-eslint/eslint-plugin": "^5.62.0",
+ "@typescript-eslint/parser": "^5.62.0",
+ "eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb": "^18.0.1 || ^19.0.0",
- "eslint-plugin-import": "^2.20.0",
+ "eslint-config-airbnb-typescript": "^17.0.0",
+ "eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^1.7.0 || ^4.0.0"
@@ -2724,6 +2727,20 @@
"url": "https://opencollective.com/babel"
}
},
+ "node_modules/@edx/frontend-build/node_modules/@edx/eslint-config": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/@edx/eslint-config/-/eslint-config-3.2.0.tgz",
+ "integrity": "sha512-X2o34xr3KqmQSV/vJVv6k4FxUKYwbBATHTtTHLTYQvM9PVoM3WbKQP9tl6Z057pRErKzshJcks+4ENzDyhr11Q==",
+ "dev": true,
+ "peerDependencies": {
+ "eslint": "^6.8.0 || ^7.0.0 || ^8.0.0",
+ "eslint-config-airbnb": "^18.0.1 || ^19.0.0",
+ "eslint-plugin-import": "^2.20.0",
+ "eslint-plugin-jsx-a11y": "^6.2.3",
+ "eslint-plugin-react": "^7.18.0",
+ "eslint-plugin-react-hooks": "^1.7.0 || ^4.0.0"
+ }
+ },
"node_modules/@edx/frontend-build/node_modules/@eslint/eslintrc": {
"version": "2.0.2",
"dev": true,
@@ -6127,65 +6144,6 @@
"darwin"
]
},
- "node_modules/@lmdb/lmdb-darwin-x64": {
- "version": "2.5.3",
- "cpu": [
- "x64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "node_modules/@lmdb/lmdb-linux-arm": {
- "version": "2.5.3",
- "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-2.5.3.tgz",
- "integrity": "sha512-mU2HFJDGwECkoD9dHQEfeTG5mp8hNS2BCfwoiOpVPMeapjYpQz9Uw3FkUjRZ4dGHWKbin40oWHuL0bk2bCx+Sg==",
- "cpu": [
- "arm"
- ],
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@lmdb/lmdb-linux-arm64": {
- "version": "2.5.3",
- "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-2.5.3.tgz",
- "integrity": "sha512-VJw60Mdgb4n+L0fO1PqfB0C7TyEQolJAC8qpqvG3JoQwvyOv6LH7Ib/WE3wxEW9nuHmVz9jkK7lk5HfWWgoO1Q==",
- "cpu": [
- "arm64"
- ],
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@lmdb/lmdb-linux-x64": {
- "version": "2.5.3",
- "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-2.5.3.tgz",
- "integrity": "sha512-qaReO5aV8griBDsBr8uBF/faO3ieGjY1RY4p8JvTL6Mu1ylLrTVvOONqKFlNaCwrmUjWw5jnf7VafxDAeQHTow==",
- "cpu": [
- "x64"
- ],
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@lmdb/lmdb-win32-x64": {
- "version": "2.5.3",
- "resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-2.5.3.tgz",
- "integrity": "sha512-cK+Elf3RjEzrm3SerAhrFWL5oQAsZSJ/LmjL1joIpTfEP1etJJ9CTRvdaV6XLYAxaEkfdhk/9hOvHLbR9yIhCA==",
- "cpu": [
- "x64"
- ],
- "optional": true,
- "os": [
- "win32"
- ]
- },
"node_modules/@material-icons/svg": {
"version": "1.0.33",
"resolved": "https://registry.npmjs.org/@material-icons/svg/-/svg-1.0.33.tgz",
@@ -6305,17 +6263,6 @@
"node": ">=12.0.0"
}
},
- "node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64": {
- "version": "3.0.2",
- "cpu": [
- "x64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ]
- },
"node_modules/@newrelic/publish-sourcemap": {
"version": "5.1.0",
"dev": true,
@@ -6602,65 +6549,6 @@
"darwin"
]
},
- "node_modules/@parcel/cache/node_modules/@lmdb/lmdb-darwin-x64": {
- "version": "2.5.2",
- "cpu": [
- "x64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "node_modules/@parcel/cache/node_modules/@lmdb/lmdb-linux-arm": {
- "version": "2.5.2",
- "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-2.5.2.tgz",
- "integrity": "sha512-5kQAP21hAkfW5Bl+e0P57dV4dGYnkNIpR7f/GAh6QHlgXx+vp/teVj4PGRZaKAvt0GX6++N6hF8NnGElLDuIDw==",
- "cpu": [
- "arm"
- ],
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@parcel/cache/node_modules/@lmdb/lmdb-linux-arm64": {
- "version": "2.5.2",
- "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-2.5.2.tgz",
- "integrity": "sha512-aLl89VHL/wjhievEOlPocoefUyWdvzVrcQ/MHQYZm2JfV1jUsrbr/ZfkPPUFvZBf+VSE+Q0clWs9l29PCX1hTQ==",
- "cpu": [
- "arm64"
- ],
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@parcel/cache/node_modules/@lmdb/lmdb-linux-x64": {
- "version": "2.5.2",
- "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-2.5.2.tgz",
- "integrity": "sha512-xUdUfwDJLGjOUPH3BuPBt0NlIrR7f/QHKgu3GZIXswMMIihAekj2i97oI0iWG5Bok/b+OBjHPfa8IU9velnP/Q==",
- "cpu": [
- "x64"
- ],
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@parcel/cache/node_modules/@lmdb/lmdb-win32-x64": {
- "version": "2.5.2",
- "resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-2.5.2.tgz",
- "integrity": "sha512-zrBczSbXKxEyK2ijtbRdICDygRqWSRPpZMN5dD1T8VMEW5RIhIbwFWw2phDRXuBQdVDpSjalCIUMWMV2h3JaZA==",
- "cpu": [
- "x64"
- ],
- "optional": true,
- "os": [
- "win32"
- ]
- },
"node_modules/@parcel/cache/node_modules/lmdb": {
"version": "2.5.2",
"hasInstallScript": true,
@@ -41260,6 +41148,20 @@
"postcss-custom-media": "^9.1.2"
}
},
+ "www/node_modules/@edx/eslint-config": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/@edx/eslint-config/-/eslint-config-3.2.0.tgz",
+ "integrity": "sha512-X2o34xr3KqmQSV/vJVv6k4FxUKYwbBATHTtTHLTYQvM9PVoM3WbKQP9tl6Z057pRErKzshJcks+4ENzDyhr11Q==",
+ "dev": true,
+ "peerDependencies": {
+ "eslint": "^6.8.0 || ^7.0.0 || ^8.0.0",
+ "eslint-config-airbnb": "^18.0.1 || ^19.0.0",
+ "eslint-plugin-import": "^2.20.0",
+ "eslint-plugin-jsx-a11y": "^6.2.3",
+ "eslint-plugin-react": "^7.18.0",
+ "eslint-plugin-react-hooks": "^1.7.0 || ^4.0.0"
+ }
+ },
"www/node_modules/decode-uri-component": {
"version": "0.4.1",
"license": "MIT",
diff --git a/package.json b/package.json
index 77ff05e6eb..e8a5687d62 100644
--- a/package.json
+++ b/package.json
@@ -115,7 +115,7 @@
"@babel/preset-env": "^7.16.8",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
- "@edx/eslint-config": "^3.2.0",
+ "@edx/eslint-config": "^4.2.0",
"@edx/stylelint-config-edx": "^2.3.0",
"@edx/typescript-config": "^1.1.0",
"@formatjs/cli": "^5.0.2",
diff --git a/src/Card/index.scss b/src/Card/index.scss
index 383726a8cf..270238b957 100644
--- a/src/Card/index.scss
+++ b/src/Card/index.scss
@@ -352,6 +352,8 @@ a.pgn__card {
bottom: calc(-1 * var(--pgn-spacing-card-logo-bottom-offset-base));
width: var(--pgn-size-card-logo-width);
height: var(--pgn-size-card-logo-height);
+ object-fit: scale-down;
+ object-position: center center;
border-radius: var(--pgn-size-card-border-radius-logo);
box-shadow: var(--pgn-elevation-box-shadow-level-1);
padding: map_get($spacers, 2);
diff --git a/src/Container/Container.test.jsx b/src/Container/Container.test.tsx
similarity index 62%
rename from src/Container/Container.test.jsx
rename to src/Container/Container.test.tsx
index b3a6faaf7c..82efafa24b 100644
--- a/src/Container/Container.test.jsx
+++ b/src/Container/Container.test.tsx
@@ -1,8 +1,8 @@
import React from 'react';
import { render } from '@testing-library/react';
-import Container from '.';
+import Container, { type ContainerSize } from '.';
-const getClassNames = (container) => container.className.split(' ');
+const getClassNames = (container: HTMLElement) => container.className.split(' ');
describe('
The hidden content