diff --git a/.github/workflows/analyze-dependents.yml b/.github/workflows/analyze-dependents.yml
index 9514bce931..8a190d93ae 100644
--- a/.github/workflows/analyze-dependents.yml
+++ b/.github/workflows/analyze-dependents.yml
@@ -260,10 +260,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
+ - name: Setup Nodejs Env
+ run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
with:
node-version: ${{ env.NODE_VER }}
- name: Download analysis output
diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml
index bfb5f7e35e..fec11d6c25 100644
--- a/.github/workflows/commitlint.yml
+++ b/.github/workflows/commitlint.yml
@@ -1,5 +1,4 @@
# Run commitlint on the commit messages in a pull request.
-# Currently overrides common openedx action as a workaround for fixing https://github.com/conventional-changelog/commitlint/issues/3256
name: Lint Commit Messages
@@ -8,24 +7,4 @@ on:
jobs:
commitlint:
- runs-on: ubuntu-20.04
- steps:
- - name: Check out the repo
- uses: actions/checkout@v3
- with:
- # Fetch 100 commits. Should be enough?
- fetch-depth: 100
-
- # This step is needed to fix https://github.com/conventional-changelog/commitlint/issues/3256
- - name: Remove tsconfig file
- run: rm tsconfig.json
-
- - name: Download a local configuration file if needed
- run: |
- if [[ ! -f commitlint.config.js ]]; then
- echo "Downloading the default commitlint config from edx_lint"
- wget --no-verbose -O commitlint.config.js https://raw.githubusercontent.com/openedx/edx-lint/HEAD/edx_lint/files/commitlint.config.js
- fi
-
- - name: Run commitlint
- uses: wagoid/commitlint-github-action@v5
+ uses: openedx/.github/.github/workflows/commitlint.yml@master
diff --git a/component-generator/constants.js b/component-generator/constants.js
index 4c6b3158b7..059807e30f 100644
--- a/component-generator/constants.js
+++ b/component-generator/constants.js
@@ -23,8 +23,8 @@ exports.COMPONENT_FILES = [
templatePath: path.resolve(__dirname, './templates/README.md'),
},
{
- targetPath: path.resolve(__dirname, '../src/componentName/index.scss'),
- templatePath: path.resolve(__dirname, './templates/index.scss'),
+ targetPath: path.resolve(__dirname, '../src/componentName/componentName.scss'),
+ templatePath: path.resolve(__dirname, './templates/styles.scss'),
},
{
targetPath: path.resolve(__dirname, '../src/componentName/componentName.test.jsx'),
diff --git a/component-generator/templates/index.scss b/component-generator/templates/styles.scss
similarity index 100%
rename from component-generator/templates/index.scss
rename to component-generator/templates/styles.scss
diff --git a/component-generator/utils.js b/component-generator/utils.js
index 5d4b4c2585..1b43376264 100644
--- a/component-generator/utils.js
+++ b/component-generator/utils.js
@@ -81,7 +81,7 @@ function addComponentToExports(componentName) {
);
fs.appendFileSync(
path.resolve(__dirname, '../src/index.scss'),
- `@import "./${componentName}";\n`,
+ `@import './${componentName}/${componentName}.scss';\n`,
);
}
diff --git a/dependent-usage.json b/dependent-usage.json
index 266cf25340..f40f32154d 100644
--- a/dependent-usage.json
+++ b/dependent-usage.json
@@ -1,18 +1,207 @@
{
- "lastModified": 1692626909065,
+ "lastModified": 1684332564598,
"projectUsages": [
{
- "version": "21.0.1",
+ "version": "19.19.1",
"name": "edx-credentials",
"repository": {
"type": "git",
"url": "git://github.com/openedx/credentials"
},
"folderName": "credentials",
- "usages": {}
+ "usages": {
+ "DataTable": [
+ {
+ "filePath": "credentials/static/components/FoldingTable.jsx",
+ "line": 27,
+ "column": 6,
+ "index": 781
+ }
+ ],
+ "Button.Deprecated": [
+ {
+ "filePath": "credentials/static/components/MasqueradeBanner.jsx",
+ "line": 103,
+ "column": 12,
+ "index": 3662
+ },
+ {
+ "filePath": "credentials/static/components/ProgramRecord.jsx",
+ "line": 283,
+ "column": 14,
+ "index": 8756
+ },
+ {
+ "filePath": "credentials/static/components/ProgramRecord.jsx",
+ "line": 290,
+ "column": 12,
+ "index": 9024
+ },
+ {
+ "filePath": "credentials/static/components/ProgramRecord.jsx",
+ "line": 302,
+ "column": 12,
+ "index": 9452
+ },
+ {
+ "filePath": "credentials/static/components/SendLearnerRecordModal.jsx",
+ "line": 144,
+ "column": 10,
+ "index": 4940
+ },
+ {
+ "filePath": "credentials/static/components/ShareProgramRecordModal.jsx",
+ "line": 180,
+ "column": 18,
+ "index": 5803
+ }
+ ],
+ "Alert": [
+ {
+ "filePath": "credentials/static/components/MasqueradeBanner.jsx",
+ "line": 110,
+ "column": 8,
+ "index": 3868
+ },
+ {
+ "filePath": "credentials/static/components/ProgramRecord.jsx",
+ "line": 311,
+ "column": 8,
+ "index": 9764
+ },
+ {
+ "filePath": "credentials/static/components/ProgramRecord.jsx",
+ "line": 320,
+ "column": 8,
+ "index": 10150
+ },
+ {
+ "filePath": "credentials/static/components/ProgramRecord.jsx",
+ "line": 334,
+ "column": 8,
+ "index": 10805
+ },
+ {
+ "filePath": "credentials/static/components/SendLearnerRecordModal.jsx",
+ "line": 111,
+ "column": 14,
+ "index": 3555
+ },
+ {
+ "filePath": "credentials/static/components/ShareProgramRecordModal.jsx",
+ "line": 139,
+ "column": 14,
+ "index": 4145
+ },
+ {
+ "filePath": "credentials/static/components/ShareProgramRecordModal.jsx",
+ "line": 152,
+ "column": 14,
+ "index": 4597
+ }
+ ],
+ "Alert.Heading": [
+ {
+ "filePath": "credentials/static/components/MasqueradeBanner.jsx",
+ "line": 116,
+ "column": 10,
+ "index": 4052
+ },
+ {
+ "filePath": "credentials/static/components/ProgramRecord.jsx",
+ "line": 318,
+ "column": 10,
+ "index": 10043
+ },
+ {
+ "filePath": "credentials/static/components/ProgramRecord.jsx",
+ "line": 326,
+ "column": 10,
+ "index": 10334
+ },
+ {
+ "filePath": "credentials/static/components/ProgramRecord.jsx",
+ "line": 340,
+ "column": 10,
+ "index": 10990
+ },
+ {
+ "filePath": "credentials/static/components/SendLearnerRecordModal.jsx",
+ "line": 116,
+ "column": 16,
+ "index": 3684
+ },
+ {
+ "filePath": "credentials/static/components/ShareProgramRecordModal.jsx",
+ "line": 144,
+ "column": 16,
+ "index": 4274
+ }
+ ],
+ "Icon": [
+ {
+ "filePath": "credentials/static/components/ProgramRecord.jsx",
+ "line": 315,
+ "column": 22,
+ "index": 9926
+ },
+ {
+ "filePath": "credentials/static/components/ShareProgramRecordModal.jsx",
+ "line": 194,
+ "column": 16,
+ "index": 6367
+ }
+ ],
+ "Modal": [
+ {
+ "filePath": "credentials/static/components/SendLearnerRecordModal.jsx",
+ "line": 92,
+ "column": 6,
+ "index": 2853
+ },
+ {
+ "filePath": "credentials/static/components/ShareProgramRecordModal.jsx",
+ "line": 131,
+ "column": 6,
+ "index": 3925
+ }
+ ],
+ "Form.CheckboxSet": [
+ {
+ "filePath": "credentials/static/components/SendLearnerRecordModal.jsx",
+ "line": 124,
+ "column": 12,
+ "index": 4142
+ }
+ ],
+ "Form.Checkbox": [
+ {
+ "filePath": "credentials/static/components/SendLearnerRecordModal.jsx",
+ "line": 126,
+ "column": 16,
+ "index": 4255
+ }
+ ],
+ "Form.Group": [
+ {
+ "filePath": "credentials/static/components/ShareProgramRecordModal.jsx",
+ "line": 166,
+ "column": 18,
+ "index": 5230
+ }
+ ],
+ "Form.Control": [
+ {
+ "filePath": "credentials/static/components/ShareProgramRecordModal.jsx",
+ "line": 167,
+ "column": 20,
+ "index": 5263
+ }
+ ]
+ }
},
{
- "version": "12.8.0",
+ "version": "12.3.0",
"name": "edx-enterprise",
"repository": {
"type": "git",
@@ -152,21 +341,21 @@
},
{
"filePath": "lms/djangoapps/instructor/static/instructor/ProblemBrowser/components/Main/Main.jsx",
- "line": 50,
+ "line": 48,
"column": 24,
- "index": 2019
+ "index": 1895
},
{
"filePath": "lms/djangoapps/instructor/static/instructor/ProblemBrowser/components/ReportStatus/ReportStatus.jsx",
- "line": 14,
+ "line": 13,
"column": 12,
- "index": 451
+ "index": 386
},
{
"filePath": "lms/djangoapps/instructor/static/instructor/ProblemBrowser/components/ReportStatus/ReportStatus.jsx",
- "line": 24,
+ "line": 23,
"column": 14,
- "index": 761
+ "index": 696
},
{
"filePath": "lms/static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
@@ -208,87 +397,87 @@
"Button": [
{
"filePath": "cms/static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
- "line": 47,
+ "line": 45,
"column": 16,
- "index": 1253
+ "index": 1132
},
{
"filePath": "cms/static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
- "line": 54,
- "column": 12,
- "index": 1491
+ "line": 51,
+ "column": 11,
+ "index": 1356
},
{
"filePath": "cms/static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
- "line": 83,
+ "line": 78,
"column": 12,
- "index": 2267
+ "index": 2013
},
{
"filePath": "cms/static/xmodule_js/common_static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
- "line": 47,
+ "line": 45,
"column": 16,
- "index": 1253
+ "index": 1132
},
{
"filePath": "cms/static/xmodule_js/common_static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
- "line": 54,
- "column": 12,
- "index": 1491
+ "line": 51,
+ "column": 11,
+ "index": 1356
},
{
"filePath": "cms/static/xmodule_js/common_static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
- "line": 83,
+ "line": 78,
"column": 12,
- "index": 2267
+ "index": 2013
},
{
"filePath": "common/static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
- "line": 47,
+ "line": 45,
"column": 16,
- "index": 1253
+ "index": 1132
},
{
"filePath": "common/static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
- "line": 54,
- "column": 12,
- "index": 1491
+ "line": 51,
+ "column": 11,
+ "index": 1356
},
{
"filePath": "common/static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
- "line": 83,
+ "line": 78,
"column": 12,
- "index": 2267
+ "index": 2013
},
{
"filePath": "lms/djangoapps/instructor/static/instructor/ProblemBrowser/components/Main/Main.jsx",
- "line": 39,
+ "line": 38,
"column": 27,
- "index": 1366
+ "index": 1295
},
{
"filePath": "lms/djangoapps/instructor/static/instructor/ProblemBrowser/components/Main/Main.jsx",
- "line": 79,
+ "line": 76,
"column": 20,
- "index": 3015
+ "index": 2822
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/entitlements/components/EntitlementForm/index.jsx",
- "line": 117,
+ "line": 116,
"column": 20,
- "index": 3821
+ "index": 3769
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/entitlements/components/EntitlementForm/index.jsx",
- "line": 122,
+ "line": 121,
"column": 20,
- "index": 4018
+ "index": 3966
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/entitlements/components/Main/Main.jsx",
- "line": 41,
+ "line": 39,
"column": 16,
- "index": 1298
+ "index": 1170
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/entitlements/components/Search/Search.jsx",
@@ -298,9 +487,9 @@
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/entitlements/components/Table/EntitlementSupportTable.jsx",
- "line": 61,
+ "line": 60,
"column": 16,
- "index": 1477
+ "index": 1423
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/logged_in_user.jsx",
@@ -316,51 +505,51 @@
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/program_enrollments/index.jsx",
- "line": 42,
+ "line": 41,
"column": 8,
- "index": 1337
+ "index": 1272
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/program_enrollments/inspector.jsx",
- "line": 189,
+ "line": 182,
"column": 12,
- "index": 8088
+ "index": 7658
},
{
"filePath": "lms/static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
- "line": 47,
+ "line": 45,
"column": 16,
- "index": 1253
+ "index": 1132
},
{
"filePath": "lms/static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
- "line": 54,
- "column": 12,
- "index": 1491
+ "line": 51,
+ "column": 11,
+ "index": 1356
},
{
"filePath": "lms/static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
- "line": 83,
+ "line": 78,
"column": 12,
- "index": 2267
+ "index": 2013
},
{
"filePath": "lms/static/support/jsx/entitlements/components/EntitlementForm/index.jsx",
- "line": 117,
+ "line": 116,
"column": 20,
- "index": 3821
+ "index": 3769
},
{
"filePath": "lms/static/support/jsx/entitlements/components/EntitlementForm/index.jsx",
- "line": 122,
+ "line": 121,
"column": 20,
- "index": 4018
+ "index": 3966
},
{
"filePath": "lms/static/support/jsx/entitlements/components/Main/Main.jsx",
- "line": 41,
+ "line": 39,
"column": 16,
- "index": 1298
+ "index": 1170
},
{
"filePath": "lms/static/support/jsx/entitlements/components/Search/Search.jsx",
@@ -370,9 +559,9 @@
},
{
"filePath": "lms/static/support/jsx/entitlements/components/Table/EntitlementSupportTable.jsx",
- "line": 61,
+ "line": 60,
"column": 16,
- "index": 1477
+ "index": 1423
},
{
"filePath": "lms/static/support/jsx/logged_in_user.jsx",
@@ -388,77 +577,77 @@
},
{
"filePath": "lms/static/support/jsx/program_enrollments/index.jsx",
- "line": 42,
+ "line": 41,
"column": 8,
- "index": 1337
+ "index": 1272
},
{
"filePath": "lms/static/support/jsx/program_enrollments/inspector.jsx",
- "line": 189,
+ "line": 182,
"column": 12,
- "index": 8088
+ "index": 7658
},
{
"filePath": "lms/static/xmodule_js/common_static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
- "line": 47,
+ "line": 45,
"column": 16,
- "index": 1253
+ "index": 1132
},
{
"filePath": "lms/static/xmodule_js/common_static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
- "line": 54,
- "column": 12,
- "index": 1491
+ "line": 51,
+ "column": 11,
+ "index": 1356
},
{
"filePath": "lms/static/xmodule_js/common_static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
- "line": 83,
+ "line": 78,
"column": 12,
- "index": 2267
+ "index": 2013
},
{
"filePath": "openedx/features/announcements/static/announcements/jsx/Announcements.jsx",
- "line": 97,
+ "line": 91,
"column": 20,
- "index": 2726
+ "index": 2306
},
{
"filePath": "openedx/features/announcements/static/announcements/jsx/Announcements.jsx",
- "line": 109,
+ "line": 103,
"column": 20,
- "index": 3225
+ "index": 2805
},
{
"filePath": "xmodule/js/common_static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
- "line": 47,
+ "line": 45,
"column": 16,
- "index": 1253
+ "index": 1132
},
{
"filePath": "xmodule/js/common_static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
- "line": 54,
- "column": 12,
- "index": 1491
+ "line": 51,
+ "column": 11,
+ "index": 1356
},
{
"filePath": "xmodule/js/common_static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx",
- "line": 83,
+ "line": 78,
"column": 12,
- "index": 2267
+ "index": 2013
}
],
"InputText": [
{
"filePath": "lms/djangoapps/support/static/support/jsx/entitlements/components/EntitlementForm/index.jsx",
- "line": 83,
+ "line": 82,
"column": 16,
- "index": 2494
+ "index": 2442
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/entitlements/components/EntitlementForm/index.jsx",
- "line": 90,
+ "line": 89,
"column": 16,
- "index": 2757
+ "index": 2705
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/entitlements/components/Search/Search.jsx",
@@ -468,33 +657,33 @@
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/program_enrollments/index.jsx",
- "line": 31,
+ "line": 30,
"column": 8,
- "index": 986
+ "index": 921
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/program_enrollments/inspector.jsx",
- "line": 166,
+ "line": 159,
"column": 16,
- "index": 7247
+ "index": 6817
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/program_enrollments/inspector.jsx",
- "line": 182,
+ "line": 175,
"column": 16,
- "index": 7787
+ "index": 7357
},
{
"filePath": "lms/static/support/jsx/entitlements/components/EntitlementForm/index.jsx",
- "line": 83,
+ "line": 82,
"column": 16,
- "index": 2494
+ "index": 2442
},
{
"filePath": "lms/static/support/jsx/entitlements/components/EntitlementForm/index.jsx",
- "line": 90,
+ "line": 89,
"column": 16,
- "index": 2757
+ "index": 2705
},
{
"filePath": "lms/static/support/jsx/entitlements/components/Search/Search.jsx",
@@ -504,81 +693,81 @@
},
{
"filePath": "lms/static/support/jsx/program_enrollments/index.jsx",
- "line": 31,
+ "line": 30,
"column": 8,
- "index": 986
+ "index": 921
},
{
"filePath": "lms/static/support/jsx/program_enrollments/inspector.jsx",
- "line": 166,
+ "line": 159,
"column": 16,
- "index": 7247
+ "index": 6817
},
{
"filePath": "lms/static/support/jsx/program_enrollments/inspector.jsx",
- "line": 182,
+ "line": 175,
"column": 16,
- "index": 7787
+ "index": 7357
}
],
"InputSelect": [
{
"filePath": "lms/djangoapps/support/static/support/jsx/entitlements/components/EntitlementForm/index.jsx",
- "line": 97,
+ "line": 96,
"column": 16,
- "index": 3011
+ "index": 2959
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/program_enrollments/inspector.jsx",
- "line": 174,
+ "line": 167,
"column": 16,
- "index": 7526
+ "index": 7096
},
{
"filePath": "lms/static/support/jsx/entitlements/components/EntitlementForm/index.jsx",
- "line": 97,
+ "line": 96,
"column": 16,
- "index": 3011
+ "index": 2959
},
{
"filePath": "lms/static/support/jsx/program_enrollments/inspector.jsx",
- "line": 174,
+ "line": 167,
"column": 16,
- "index": 7526
+ "index": 7096
}
],
"TextArea": [
{
"filePath": "lms/djangoapps/support/static/support/jsx/entitlements/components/EntitlementForm/index.jsx",
- "line": 110,
+ "line": 109,
"column": 16,
- "index": 3583
+ "index": 3531
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/program_enrollments/index.jsx",
- "line": 36,
+ "line": 35,
"column": 8,
- "index": 1119
+ "index": 1054
},
{
"filePath": "lms/static/support/jsx/entitlements/components/EntitlementForm/index.jsx",
- "line": 110,
+ "line": 109,
"column": 16,
- "index": 3583
+ "index": 3531
},
{
"filePath": "lms/static/support/jsx/program_enrollments/index.jsx",
- "line": 36,
+ "line": 35,
"column": 8,
- "index": 1119
+ "index": 1054
}
],
"StatusAlert": [
{
"filePath": "lms/djangoapps/support/static/support/jsx/entitlements/components/Main/Main.jsx",
- "line": 13,
+ "line": 12,
"column": 8,
- "index": 518
+ "index": 454
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/logged_in_user.jsx",
@@ -588,27 +777,27 @@
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/program_enrollments/index.jsx",
- "line": 13,
+ "line": 12,
"column": 12,
- "index": 469
+ "index": 404
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/program_enrollments/index.jsx",
- "line": 24,
+ "line": 23,
"column": 12,
- "index": 811
+ "index": 746
},
{
"filePath": "lms/djangoapps/support/static/support/jsx/program_enrollments/inspector.jsx",
- "line": 155,
+ "line": 148,
"column": 16,
- "index": 6816
+ "index": 6384
},
{
"filePath": "lms/static/support/jsx/entitlements/components/Main/Main.jsx",
- "line": 13,
+ "line": 12,
"column": 8,
- "index": 518
+ "index": 454
},
{
"filePath": "lms/static/support/jsx/logged_in_user.jsx",
@@ -618,55 +807,55 @@
},
{
"filePath": "lms/static/support/jsx/program_enrollments/index.jsx",
- "line": 13,
+ "line": 12,
"column": 12,
- "index": 469
+ "index": 404
},
{
"filePath": "lms/static/support/jsx/program_enrollments/index.jsx",
- "line": 24,
+ "line": 23,
"column": 12,
- "index": 811
+ "index": 746
},
{
"filePath": "lms/static/support/jsx/program_enrollments/inspector.jsx",
- "line": 155,
+ "line": 148,
"column": 16,
- "index": 6816
+ "index": 6384
}
],
"Hyperlink": [
{
"filePath": "lms/djangoapps/support/static/support/jsx/entitlements/components/Table/EntitlementSupportTable.jsx",
- "line": 57,
+ "line": 56,
"column": 21,
- "index": 1339
+ "index": 1285
},
{
"filePath": "lms/static/support/jsx/entitlements/components/Table/EntitlementSupportTable.jsx",
- "line": 57,
+ "line": 56,
"column": 21,
- "index": 1339
+ "index": 1285
}
],
"Table": [
{
"filePath": "lms/djangoapps/support/static/support/jsx/entitlements/components/Table/EntitlementSupportTable.jsx",
- "line": 72,
+ "line": 70,
"column": 4,
- "index": 1797
+ "index": 1679
},
{
"filePath": "lms/static/support/jsx/entitlements/components/Table/EntitlementSupportTable.jsx",
- "line": 72,
+ "line": 70,
"column": 4,
- "index": 1797
+ "index": 1679
}
]
}
},
{
- "version": "20.46.2",
+ "version": "20.36.0",
"name": "@edx/frontend-app-account",
"repository": {
"type": "git",
@@ -677,27 +866,27 @@
"Alert": [
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 207,
+ "line": 205,
"column": 8,
- "index": 7443
+ "index": 7334
},
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 229,
+ "line": 227,
"column": 8,
- "index": 8157
+ "index": 8048
},
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 322,
+ "line": 320,
"column": 4,
- "index": 11487
+ "index": 11378
},
{
"filePath": "src/account-settings/name-change/NameChange.jsx",
"line": 106,
"column": 8,
- "index": 3008
+ "index": 2998
},
{
"filePath": "src/account-settings/OneTimeDismissibleAlert.jsx",
@@ -719,17 +908,17 @@
},
{
"filePath": "src/id-verification/panels/SummaryPanel.jsx",
- "line": 151,
+ "line": 150,
"column": 8,
- "index": 5212
+ "index": 5156
}
],
"Hyperlink": [
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 237,
+ "line": 235,
"column": 16,
- "index": 8636
+ "index": 8527
},
{
"filePath": "src/account-settings/BetaLanguageBanner.jsx",
@@ -793,45 +982,45 @@
},
{
"filePath": "src/id-verification/panels/SummaryPanel.jsx",
- "line": 53,
+ "line": 52,
"column": 14,
- "index": 2073
+ "index": 2035
}
],
"CheckCircle": [
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 283,
+ "line": 281,
"column": 14,
- "index": 10009
+ "index": 9900
},
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 383,
+ "line": 381,
"column": 27,
- "index": 13365
+ "index": 13256
},
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 513,
+ "line": 511,
"column": 20,
- "index": 17715
+ "index": 17606
}
],
"Error": [
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 298,
+ "line": 296,
"column": 14,
- "index": 10575
+ "index": 10466
}
],
"Button": [
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 307,
+ "line": 305,
"column": 16,
- "index": 11004
+ "index": 10895
},
{
"filePath": "src/account-settings/BetaLanguageBanner.jsx",
@@ -927,7 +1116,7 @@
"filePath": "src/account-settings/name-change/NameChange.jsx",
"line": 137,
"column": 8,
- "index": 3918
+ "index": 3908
},
{
"filePath": "src/id-verification/CollapsibleImageHelp.jsx",
@@ -937,43 +1126,37 @@
},
{
"filePath": "src/id-verification/IdVerificationPage.jsx",
- "line": 74,
- "column": 10,
- "index": 3245
+ "line": 72,
+ "column": 12,
+ "index": 3354
},
{
"filePath": "src/id-verification/panels/SummaryPanel.jsx",
- "line": 92,
+ "line": 91,
"column": 6,
- "index": 3253
- },
- {
- "filePath": "src/notification-preferences/NotificationCourses.jsx",
- "line": 73,
- "column": 8,
- "index": 2380
+ "index": 3197
}
],
"WarningFilled": [
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 324,
+ "line": 322,
"column": 12,
- "index": 11530
+ "index": 11421
},
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 385,
+ "line": 383,
"column": 27,
- "index": 13509
+ "index": 13400
}
],
"Alert.Heading": [
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 326,
+ "line": 324,
"column": 6,
- "index": 11557
+ "index": 11448
},
{
"filePath": "src/account-settings/OneTimeDismissibleAlert.jsx",
@@ -985,39 +1168,15 @@
"Icon": [
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 383,
+ "line": 381,
"column": 16,
- "index": 13354
+ "index": 13245
},
{
"filePath": "src/account-settings/AccountSettingsPage.jsx",
- "line": 385,
- "column": 16,
- "index": 13498
- },
- {
- "filePath": "src/account-settings/JumpNav.jsx",
- "line": 85,
- "column": 16,
- "index": 3124
- },
- {
- "filePath": "src/notification-preferences/NotificationCourses.jsx",
- "line": 56,
+ "line": 383,
"column": 16,
- "index": 1942
- },
- {
- "filePath": "src/notification-preferences/NotificationPreferenceRow.jsx",
- "line": 56,
- "column": 14,
- "index": 1936
- },
- {
- "filePath": "src/notification-preferences/NotificationPreferences.jsx",
- "line": 65,
- "column": 12,
- "index": 2323
+ "index": 13389
}
],
"Form.Checkbox": [
@@ -1051,13 +1210,13 @@
"filePath": "src/account-settings/name-change/NameChange.jsx",
"line": 156,
"column": 4,
- "index": 4369
+ "index": 4359
},
{
"filePath": "src/id-verification/IdVerificationPage.jsx",
- "line": 79,
- "column": 6,
- "index": 3409
+ "line": 77,
+ "column": 8,
+ "index": 3528
}
],
"Form": [
@@ -1071,13 +1230,13 @@
"filePath": "src/account-settings/name-change/NameChange.jsx",
"line": 163,
"column": 6,
- "index": 4493
+ "index": 4483
},
{
"filePath": "src/id-verification/panels/GetNameIdPanel.jsx",
- "line": 53,
+ "line": 52,
"column": 6,
- "index": 1614
+ "index": 1549
}
],
"ModalDialog.Header": [
@@ -1097,13 +1256,13 @@
"filePath": "src/account-settings/name-change/NameChange.jsx",
"line": 164,
"column": 8,
- "index": 4532
+ "index": 4522
},
{
"filePath": "src/id-verification/IdVerificationPage.jsx",
- "line": 86,
- "column": 8,
- "index": 3587
+ "line": 84,
+ "column": 10,
+ "index": 3720
}
],
"ModalDialog.Title": [
@@ -1123,13 +1282,13 @@
"filePath": "src/account-settings/name-change/NameChange.jsx",
"line": 165,
"column": 10,
- "index": 4563
+ "index": 4553
},
{
"filePath": "src/id-verification/IdVerificationPage.jsx",
- "line": 87,
- "column": 10,
- "index": 3618
+ "line": 85,
+ "column": 12,
+ "index": 3753
}
],
"ModalDialog.Body": [
@@ -1149,13 +1308,13 @@
"filePath": "src/account-settings/name-change/NameChange.jsx",
"line": 170,
"column": 8,
- "index": 4681
+ "index": 4671
},
{
"filePath": "src/id-verification/IdVerificationPage.jsx",
- "line": 91,
- "column": 8,
- "index": 3812
+ "line": 89,
+ "column": 10,
+ "index": 3955
}
],
"Form.Group": [
@@ -1205,7 +1364,7 @@
"filePath": "src/account-settings/name-change/NameChange.jsx",
"line": 118,
"column": 6,
- "index": 3318
+ "index": 3308
},
{
"filePath": "src/id-verification/Camera.jsx",
@@ -1215,9 +1374,9 @@
},
{
"filePath": "src/id-verification/panels/GetNameIdPanel.jsx",
- "line": 54,
+ "line": 53,
"column": 8,
- "index": 1653
+ "index": 1588
}
],
"Form.Label": [
@@ -1261,13 +1420,13 @@
"filePath": "src/account-settings/name-change/NameChange.jsx",
"line": 119,
"column": 8,
- "index": 3391
+ "index": 3381
},
{
"filePath": "src/id-verification/panels/GetNameIdPanel.jsx",
- "line": 55,
+ "line": 54,
"column": 10,
- "index": 1676
+ "index": 1611
}
],
"Form.RadioSet": [
@@ -1309,13 +1468,13 @@
"filePath": "src/account-settings/name-change/NameChange.jsx",
"line": 174,
"column": 8,
- "index": 4795
+ "index": 4785
},
{
"filePath": "src/id-verification/IdVerificationPage.jsx",
- "line": 114,
- "column": 8,
- "index": 4676
+ "line": 112,
+ "column": 10,
+ "index": 4865
}
],
"ActionRow": [
@@ -1341,13 +1500,13 @@
"filePath": "src/account-settings/name-change/NameChange.jsx",
"line": 175,
"column": 10,
- "index": 4826
+ "index": 4816
},
{
"filePath": "src/id-verification/IdVerificationPage.jsx",
- "line": 115,
- "column": 10,
- "index": 4723
+ "line": 113,
+ "column": 12,
+ "index": 4914
}
],
"ModalDialog.CloseButton": [
@@ -1367,13 +1526,13 @@
"filePath": "src/account-settings/name-change/NameChange.jsx",
"line": 176,
"column": 12,
- "index": 4850
+ "index": 4840
},
{
"filePath": "src/id-verification/IdVerificationPage.jsx",
- "line": 116,
- "column": 12,
- "index": 4747
+ "line": 114,
+ "column": 14,
+ "index": 4940
}
],
"StatefulButton": [
@@ -1411,7 +1570,7 @@
"filePath": "src/account-settings/name-change/NameChange.jsx",
"line": 144,
"column": 6,
- "index": 4122
+ "index": 4112
},
{
"filePath": "src/account-settings/reset-password/ResetPassword.jsx",
@@ -1485,17 +1644,17 @@
"filePath": "src/account-settings/name-change/NameChange.jsx",
"line": 122,
"column": 8,
- "index": 3521
+ "index": 3511
},
{
"filePath": "src/id-verification/panels/GetNameIdPanel.jsx",
- "line": 58,
+ "line": 57,
"column": 10,
- "index": 1855
+ "index": 1790
},
{
"filePath": "src/id-verification/panels/SummaryPanel.jsx",
- "line": 208,
+ "line": 211,
"column": 10,
"index": 7336
}
@@ -1506,12 +1665,6 @@
"line": 44,
"column": 6,
"index": 1500
- },
- {
- "filePath": "src/notification-preferences/ToggleSwitch.jsx",
- "line": 11,
- "column": 2,
- "index": 176
}
],
"AlertModal": [
@@ -1591,25 +1744,17 @@
"useWindowSize": [
{
"filePath": "src/account-settings/JumpNav.jsx",
- "line": 19,
+ "line": 15,
"column": 21,
- "index": 736
+ "index": 514
}
],
"breakpoints": [
{
"filePath": "src/account-settings/JumpNav.jsx",
- "line": 19,
+ "line": 15,
"column": 45,
- "index": 760
- }
- ],
- "OpenInNew": [
- {
- "filePath": "src/account-settings/JumpNav.jsx",
- "line": 85,
- "column": 72,
- "index": 3180
+ "index": 538
}
],
"Col": [
@@ -1617,7 +1762,7 @@
"filePath": "src/account-settings/name-change/NameChange.jsx",
"line": 118,
"column": 22,
- "index": 3334
+ "index": 3324
}
],
"TransitionReplace": [
@@ -1645,21 +1790,9 @@
},
{
"filePath": "src/id-verification/panels/SummaryPanel.jsx",
- "line": 235,
+ "line": 240,
"column": 23,
- "index": 8264
- },
- {
- "filePath": "src/notification-preferences/NotificationCourses.jsx",
- "line": 64,
- "column": 10,
- "index": 2147
- },
- {
- "filePath": "src/notification-preferences/NotificationPreferences.jsx",
- "line": 74,
- "column": 10,
- "index": 2636
+ "index": 8296
}
],
"Collapsible": [
@@ -1691,93 +1824,15 @@
"Alert.Link": [
{
"filePath": "src/id-verification/panels/SummaryPanel.jsx",
- "line": 133,
+ "line": 132,
"column": 12,
- "index": 4747
- }
- ],
- "Container": [
- {
- "filePath": "src/notification-preferences/NotificationCourses.jsx",
- "line": 41,
- "column": 4,
- "index": 1398
- },
- {
- "filePath": "src/notification-preferences/NotificationPreferences.jsx",
- "line": 58,
- "column": 4,
- "index": 2020
- }
- ],
- "ArrowForwardIos": [
- {
- "filePath": "src/notification-preferences/NotificationCourses.jsx",
- "line": 56,
- "column": 27,
- "index": 1953
- }
- ],
- "Collapsible.Advanced": [
- {
- "filePath": "src/notification-preferences/NotificationPreferenceApp.jsx",
- "line": 41,
- "column": 4,
- "index": 1396
- }
- ],
- "Collapsible.Trigger": [
- {
- "filePath": "src/notification-preferences/NotificationPreferenceApp.jsx",
- "line": 42,
- "column": 6,
- "index": 1490
- }
- ],
- "Collapsible.Body": [
- {
- "filePath": "src/notification-preferences/NotificationPreferenceApp.jsx",
- "line": 57,
- "column": 6,
- "index": 2024
- }
- ],
- "OverlayTrigger": [
- {
- "filePath": "src/notification-preferences/NotificationPreferenceRow.jsx",
- "line": 45,
- "column": 10,
- "index": 1630
- }
- ],
- "Tooltip": [
- {
- "filePath": "src/notification-preferences/NotificationPreferenceRow.jsx",
- "line": 50,
- "column": 14,
- "index": 1771
- }
- ],
- "InfoOutline": [
- {
- "filePath": "src/notification-preferences/NotificationPreferenceRow.jsx",
- "line": 56,
- "column": 25,
- "index": 1947
- }
- ],
- "ArrowBack": [
- {
- "filePath": "src/notification-preferences/NotificationPreferences.jsx",
- "line": 65,
- "column": 52,
- "index": 2363
+ "index": 4691
}
]
}
},
{
- "version": "20.39.2",
+ "version": "20.26.3",
"name": "frontend-app-admin-portal",
"repository": "https://github.com/openedx/frontend-app-admin-portal",
"folderName": "frontend-app-admin-portal",
@@ -1793,7 +1848,7 @@
"filePath": "src/components/Admin/SubscriptionDetails.jsx",
"line": 48,
"column": 18,
- "index": 1993
+ "index": 1997
},
{
"filePath": "src/components/BulkEnrollmentPage/BulkEnrollButton.jsx",
@@ -1859,37 +1914,37 @@
"filePath": "src/components/BulkEnrollmentPage/table/CourseSearchResultsCells.jsx",
"line": 38,
"column": 4,
- "index": 1051
+ "index": 1053
},
{
"filePath": "src/components/CodeAssignmentModal/index.jsx",
- "line": 414,
+ "line": 411,
"column": 10,
- "index": 12369
+ "index": 12248
},
{
"filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 275,
+ "line": 273,
"column": 12,
- "index": 8125
+ "index": 8103
},
{
"filePath": "src/components/CodeReminderModal/index.jsx",
- "line": 226,
+ "line": 223,
"column": 10,
- "index": 6465
+ "index": 6272
},
{
"filePath": "src/components/CodeRevokeModal/index.jsx",
"line": 237,
"column": 10,
- "index": 6630
+ "index": 6658
},
{
"filePath": "src/components/CodeSearchResults/CodeSearchResultsHeading.jsx",
- "line": 14,
+ "line": 13,
"column": 6,
- "index": 531
+ "index": 487
},
{
"filePath": "src/components/ConfirmationModal/index.jsx",
@@ -1989,45 +2044,39 @@
},
{
"filePath": "src/components/CouponDetails/index.jsx",
- "line": 601,
+ "line": 617,
"column": 26,
- "index": 18457
+ "index": 18808
},
{
"filePath": "src/components/CouponDetails/index.jsx",
- "line": 616,
+ "line": 632,
"column": 26,
- "index": 19120
+ "index": 19471
},
{
"filePath": "src/components/CouponDetails/index.jsx",
- "line": 647,
+ "line": 663,
"column": 28,
- "index": 20676
+ "index": 21027
},
{
"filePath": "src/components/DownloadCsvButton/index.jsx",
- "line": 27,
+ "line": 25,
"column": 6,
- "index": 694
+ "index": 671
},
{
"filePath": "src/components/FileInput/index.jsx",
- "line": 131,
+ "line": 130,
"column": 12,
- "index": 3215
+ "index": 3171
},
{
"filePath": "src/components/InviteLearnersModal/index.jsx",
"line": 188,
"column": 10,
- "index": 5248
- },
- {
- "filePath": "src/components/learner-credit-management/BudgetCard.jsx",
- "line": 53,
- "column": 4,
- "index": 1531
+ "index": 5245
},
{
"filePath": "src/components/NewFeatureAlertBrowseAndRequest/index.jsx",
@@ -2037,21 +2086,27 @@
},
{
"filePath": "src/components/NumberCard/index.jsx",
- "line": 201,
+ "line": 200,
"column": 14,
- "index": 5987
+ "index": 5917
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 434,
+ "line": 433,
"column": 12,
- "index": 16720
+ "index": 16626
},
{
"filePath": "src/components/RequestCodesPage/RequestCodesForm.jsx",
- "line": 117,
+ "line": 118,
"column": 14,
- "index": 3175
+ "index": 3209
+ },
+ {
+ "filePath": "src/components/settings/ConfigError.jsx",
+ "line": 24,
+ "column": 8,
+ "index": 672
},
{
"filePath": "src/components/settings/SettingsAccessTab/ActionsTableCell.jsx",
@@ -2107,101 +2162,113 @@
"column": 8,
"index": 1268
},
+ {
+ "filePath": "src/components/settings/SettingsLMSTab/ConfigModal.jsx",
+ "line": 30,
+ "column": 8,
+ "index": 813
+ },
+ {
+ "filePath": "src/components/settings/SettingsLMSTab/ConfigModal.jsx",
+ "line": 33,
+ "column": 8,
+ "index": 932
+ },
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 151,
"column": 10,
- "index": 5177
+ "index": 5167
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 153,
"column": 12,
- "index": 5319
+ "index": 5309
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 161,
"column": 10,
- "index": 5512
+ "index": 5502
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 163,
"column": 12,
- "index": 5658
+ "index": 5648
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 165,
"column": 10,
- "index": 5737
+ "index": 5727
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 171,
"column": 8,
- "index": 5914
+ "index": 5904
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 173,
"column": 10,
- "index": 6056
+ "index": 6046
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 188,
"column": 12,
- "index": 6415
+ "index": 6405
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 195,
"column": 12,
- "index": 6630
+ "index": 6620
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 105,
+ "line": 106,
"column": 17,
- "index": 3050
+ "index": 3051
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 109,
+ "line": 110,
"column": 15,
- "index": 3240
+ "index": 3241
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 111,
+ "line": 112,
"column": 15,
- "index": 3393
+ "index": 3394
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 142,
+ "line": 143,
"column": 12,
- "index": 4485
+ "index": 4486
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 149,
+ "line": 150,
"column": 12,
- "index": 4700
+ "index": 4701
},
{
"filePath": "src/components/settings/SettingsLMSTab/index.jsx",
- "line": 161,
+ "line": 156,
"column": 12,
- "index": 6175
+ "index": 5912
},
{
"filePath": "src/components/settings/SettingsLMSTab/index.jsx",
- "line": 180,
+ "line": 175,
"column": 14,
- "index": 6744
+ "index": 6481
},
{
"filePath": "src/components/settings/SettingsLMSTab/NoConfigCard.jsx",
@@ -2297,7 +2364,7 @@
"filePath": "src/components/SidebarToggle/index.jsx",
"line": 18,
"column": 4,
- "index": 382
+ "index": 374
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/EnrollBulkAction.jsx",
@@ -2319,15 +2386,15 @@
},
{
"filePath": "src/components/subscriptions/SubscriptionCard.jsx",
- "line": 56,
+ "line": 61,
"column": 6,
- "index": 1588
+ "index": 1604
},
{
"filePath": "src/components/subscriptions/SubscriptionDetails.jsx",
- "line": 39,
+ "line": 40,
"column": 12,
- "index": 1505
+ "index": 1581
},
{
"filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
@@ -2407,7 +2474,7 @@
"filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
"line": 132,
"column": 8,
- "index": 4145
+ "index": 4122
},
{
"filePath": "src/components/BulkEnrollmentPage/stepper/ReviewList.jsx",
@@ -2461,19 +2528,19 @@
"filePath": "src/components/learner-credit-management/LearnerCreditManagement.jsx",
"line": 87,
"column": 10,
- "index": 3009
+ "index": 3034
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 216,
"column": 37,
- "index": 7236
+ "index": 7221
},
{
"filePath": "src/components/settings/SettingsLMSTab/index.jsx",
- "line": 200,
+ "line": 195,
"column": 55,
- "index": 7369
+ "index": 7106
},
{
"filePath": "src/components/settings/SettingsSSOTab/index.jsx",
@@ -2535,13 +2602,13 @@
"filePath": "src/components/Admin/AdminSearchForm.jsx",
"line": 58,
"column": 14,
- "index": 1732
+ "index": 1757
},
{
"filePath": "src/components/Admin/AdminSearchForm.jsx",
"line": 79,
"column": 14,
- "index": 2518
+ "index": 2543
},
{
"filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
@@ -2577,7 +2644,7 @@
"filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
"line": 59,
"column": 4,
- "index": 1819
+ "index": 1849
},
{
"filePath": "src/components/ReduxFormSelect/index.jsx",
@@ -2727,19 +2794,19 @@
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
"line": 176,
"column": 10,
- "index": 5266
+ "index": 5269
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
"line": 186,
"column": 10,
- "index": 5670
+ "index": 5673
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
"line": 196,
"column": 10,
- "index": 5978
+ "index": 5981
},
{
"filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
@@ -2765,31 +2832,31 @@
"filePath": "src/components/Admin/AdminSearchForm.jsx",
"line": 59,
"column": 16,
- "index": 1761
+ "index": 1786
},
{
"filePath": "src/components/Admin/AdminSearchForm.jsx",
"line": 80,
"column": 16,
- "index": 2547
+ "index": 2572
},
{
"filePath": "src/components/Admin/AdminSearchForm.jsx",
"line": 111,
"column": 14,
- "index": 3821
+ "index": 3855
},
{
"filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
"line": 60,
"column": 6,
- "index": 1868
+ "index": 1898
},
{
"filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
"line": 65,
"column": 6,
- "index": 1992
+ "index": 2022
},
{
"filePath": "src/components/ReduxFormSelect/index.jsx",
@@ -2813,19 +2880,19 @@
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
"line": 177,
"column": 12,
- "index": 5327
+ "index": 5330
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
"line": 187,
"column": 12,
- "index": 5727
+ "index": 5730
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
"line": 197,
"column": 12,
- "index": 6038
+ "index": 6041
},
{
"filePath": "src/components/TextAreaAutoSize/index.jsx",
@@ -2839,19 +2906,19 @@
"filePath": "src/components/Admin/AdminSearchForm.jsx",
"line": 60,
"column": 16,
- "index": 1849
+ "index": 1874
},
{
"filePath": "src/components/Admin/AdminSearchForm.jsx",
"line": 88,
"column": 16,
- "index": 2908
+ "index": 2941
},
{
"filePath": "src/components/Admin/EmbeddedSubscription.jsx",
"line": 45,
"column": 22,
- "index": 1964
+ "index": 1967
},
{
"filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperTitleInput.jsx",
@@ -2881,7 +2948,7 @@
"filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
"line": 77,
"column": 6,
- "index": 2258
+ "index": 2288
},
{
"filePath": "src/components/RenderField/index.jsx",
@@ -3043,19 +3110,19 @@
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
"line": 178,
"column": 12,
- "index": 5383
+ "index": 5386
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
"line": 188,
"column": 12,
- "index": 5769
+ "index": 5772
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
"line": 198,
"column": 12,
- "index": 6093
+ "index": 6096
},
{
"filePath": "src/components/TextAreaAutoSize/index.jsx",
@@ -3064,170 +3131,30 @@
"index": 371
}
],
- "Info": [
- {
- "filePath": "src/components/Admin/AdminSearchForm.jsx",
- "line": 83,
- "column": 26,
- "index": 2690
- },
- {
- "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 175,
- "column": 36,
- "index": 4869
- },
- {
- "filePath": "src/components/CodeRevokeModal/index.jsx",
- "line": 203,
- "column": 18,
- "index": 5905
- },
- {
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 41,
- "column": 16,
- "index": 853
- },
- {
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
- "line": 47,
- "column": 18,
- "index": 1591
- },
- {
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
- "line": 70,
- "column": 16,
- "index": 2071
- },
- {
- "filePath": "src/components/ContentHighlights/CurrentContentHighlightHeader.jsx",
- "line": 85,
- "column": 14,
- "index": 2592
- },
- {
- "filePath": "src/components/ContentHighlights/DeleteHighlightSet.jsx",
- "line": 131,
- "column": 16,
- "index": 4348
- },
- {
- "filePath": "src/components/learner-credit-management/LearnerCreditDisclaimer.jsx",
- "line": 9,
- "column": 15,
- "index": 257
- },
- {
- "filePath": "src/components/learner-credit-management/OfferUtilizationAlerts.jsx",
- "line": 81,
- "column": 14,
- "index": 2621
- },
- {
- "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx",
- "line": 44,
- "column": 21,
- "index": 984
- },
- {
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
- "line": 93,
- "column": 21,
- "index": 3139
- },
- {
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
- "line": 108,
- "column": 23,
- "index": 3871
- },
- {
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSSOManagement.jsx",
- "line": 41,
- "column": 21,
- "index": 1166
- },
- {
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSubsidyRequestManagement.jsx",
- "line": 56,
- "column": 21,
- "index": 1746
- },
- {
- "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
- "line": 100,
- "column": 14,
- "index": 4061
- },
- {
- "filePath": "src/components/settings/SettingsLMSTab/index.jsx",
- "line": 177,
- "column": 16,
- "index": 6639
- },
- {
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 210,
- "column": 16,
- "index": 7290
- },
- {
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 100,
- "column": 20,
- "index": 2832
- },
- {
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 152,
- "column": 20,
- "index": 4859
- },
- {
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 99,
- "column": 20,
- "index": 2973
- },
- {
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 151,
- "column": 20,
- "index": 5141
- },
- {
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 75,
- "column": 18,
- "index": 1881
- }
- ],
"Icon": [
{
"filePath": "src/components/Admin/EmbeddedSubscription.jsx",
"line": 61,
"column": 16,
- "index": 2764
+ "index": 2767
},
{
"filePath": "src/components/Admin/EmbeddedSubscription.jsx",
"line": 75,
"column": 18,
- "index": 3371
+ "index": 3374
},
{
"filePath": "src/components/Admin/index.jsx",
"line": 228,
"column": 8,
- "index": 7672
+ "index": 7657
},
{
"filePath": "src/components/Admin/index.jsx",
"line": 245,
"column": 8,
- "index": 8328
+ "index": 8313
},
{
"filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx",
@@ -3241,17 +3168,23 @@
"column": 22,
"index": 614
},
+ {
+ "filePath": "src/components/CodeAssignmentModal/index.jsx",
+ "line": 418,
+ "column": 60,
+ "index": 12520
+ },
{
"filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 282,
+ "line": 280,
"column": 16,
- "index": 8320
+ "index": 8298
},
{
"filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 291,
+ "line": 289,
"column": 16,
- "index": 8675
+ "index": 8622
},
{
"filePath": "src/components/CodeModal/ModalError.jsx",
@@ -3259,17 +3192,29 @@
"column": 6,
"index": 298
},
+ {
+ "filePath": "src/components/CodeReminderModal/index.jsx",
+ "line": 229,
+ "column": 51,
+ "index": 6517
+ },
+ {
+ "filePath": "src/components/CodeRevokeModal/index.jsx",
+ "line": 243,
+ "column": 58,
+ "index": 6910
+ },
{
"filePath": "src/components/CodeSearchResults/CodeSearchResultsHeading.jsx",
- "line": 19,
+ "line": 18,
"column": 8,
- "index": 660
+ "index": 616
},
{
"filePath": "src/components/CodeSearchResults/CodeSearchResultsTable.jsx",
- "line": 116,
+ "line": 115,
"column": 8,
- "index": 2877
+ "index": 2836
},
{
"filePath": "src/components/ContentHighlights/HighlightStepper/ContentConfirmContentCard.jsx",
@@ -3297,33 +3242,39 @@
},
{
"filePath": "src/components/Coupon/index.jsx",
- "line": 91,
+ "line": 90,
"column": 6,
- "index": 2529
+ "index": 2478
},
{
"filePath": "src/components/Coupon/index.jsx",
- "line": 101,
+ "line": 99,
"column": 6,
- "index": 2740
+ "index": 2669
},
{
"filePath": "src/components/CouponDetails/index.jsx",
- "line": 401,
+ "line": 417,
+ "column": 10,
+ "index": 12383
+ },
+ {
+ "filePath": "src/components/DownloadCsvButton/index.jsx",
+ "line": 37,
"column": 10,
- "index": 12050
+ "index": 1031
},
{
"filePath": "src/components/FileInput/index.jsx",
- "line": 140,
+ "line": 139,
"column": 14,
- "index": 3539
+ "index": 3495
},
{
- "filePath": "src/components/IconWithTooltip/index.jsx",
- "line": 23,
- "column": 6,
- "index": 685
+ "filePath": "src/components/InviteLearnersModal/index.jsx",
+ "line": 195,
+ "column": 29,
+ "index": 5496
},
{
"filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
@@ -3345,57 +3296,75 @@
},
{
"filePath": "src/components/NumberCard/index.jsx",
- "line": 185,
+ "line": 153,
+ "column": 15,
+ "index": 4638
+ },
+ {
+ "filePath": "src/components/NumberCard/index.jsx",
+ "line": 184,
"column": 16,
- "index": 5508
+ "index": 5430
},
{
"filePath": "src/components/NumberCard/index.jsx",
- "line": 215,
+ "line": 214,
"column": 20,
- "index": 6669
+ "index": 6599
},
{
"filePath": "src/components/ReportingConfig/index.jsx",
- "line": 147,
- "column": 22,
- "index": 4771
+ "line": 145,
+ "column": 20,
+ "index": 4679
},
{
- "filePath": "src/components/ReportingConfig/index.jsx",
- "line": 152,
- "column": 22,
- "index": 4945
+ "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
+ "line": 422,
+ "column": 25,
+ "index": 16181
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
"line": 423,
"column": 25,
- "index": 16297
+ "index": 16243
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 425,
+ "line": 424,
"column": 26,
- "index": 16431
+ "index": 16313
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 426,
+ "line": 425,
"column": 23,
- "index": 16476
+ "index": 16370
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 438,
+ "line": 437,
"column": 14,
- "index": 16874
+ "index": 16780
+ },
+ {
+ "filePath": "src/components/RequestCodesPage/RequestCodesForm.jsx",
+ "line": 124,
+ "column": 33,
+ "index": 3404
},
{
"filePath": "src/components/SaveTemplateButton/index.jsx",
- "line": 154,
+ "line": 152,
+ "column": 19,
+ "index": 4868
+ },
+ {
+ "filePath": "src/components/SaveTemplateButton/index.jsx",
+ "line": 153,
"column": 20,
- "index": 5007
+ "index": 4932
},
{
"filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
@@ -3405,57 +3374,57 @@
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
- "line": 74,
+ "line": 73,
"column": 19,
- "index": 2111
+ "index": 2110
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
- "line": 76,
+ "line": 75,
"column": 20,
- "index": 2233
+ "index": 2232
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
- "line": 77,
+ "line": 76,
"column": 23,
- "index": 2278
+ "index": 2277
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 99,
"column": 12,
- "index": 3825
+ "index": 3815
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 109,
"column": 12,
- "index": 4175
+ "index": 4165
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 120,
+ "line": 121,
"column": 51,
- "index": 3745
+ "index": 3746
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 124,
+ "line": 125,
"column": 43,
- "index": 3968
+ "index": 3969
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 178,
+ "line": 179,
"column": 24,
- "index": 5632
+ "index": 5633
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 267,
+ "line": 268,
"column": 14,
- "index": 8990
+ "index": 8991
},
{
"filePath": "src/components/settings/SettingsLMSTab/NoConfigCard.jsx",
@@ -3473,7 +3442,7 @@
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
"line": 120,
"column": 28,
- "index": 3565
+ "index": 3550
},
{
"filePath": "src/components/settings/SettingsSSOTab/SSOConfigConfiguredCard.jsx",
@@ -3481,71 +3450,23 @@
"column": 14,
"index": 4060
},
- {
- "filePath": "src/components/Sidebar/IconLink.test.jsx",
- "line": 31,
- "column": 12,
- "index": 875
- },
- {
- "filePath": "src/components/Sidebar/IconLink.test.jsx",
- "line": 41,
- "column": 12,
- "index": 1245
- },
- {
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 73,
- "column": 12,
- "index": 2386
- },
- {
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 78,
- "column": 12,
- "index": 2530
- },
- {
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 84,
- "column": 12,
- "index": 2755
- },
- {
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 91,
- "column": 12,
- "index": 3048
- },
- {
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 99,
- "column": 12,
- "index": 3368
- },
- {
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 106,
- "column": 12,
- "index": 3621
- },
{
"filePath": "src/components/Sidebar/index.jsx",
- "line": 112,
+ "line": 102,
"column": 12,
- "index": 3886
+ "index": 3577
},
{
"filePath": "src/components/Sidebar/index.jsx",
- "line": 119,
+ "line": 109,
"column": 12,
- "index": 4152
+ "index": 3830
},
{
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 125,
- "column": 12,
- "index": 4336
+ "filePath": "src/components/StatusAlert/index.jsx",
+ "line": 31,
+ "column": 14,
+ "index": 640
},
{
"filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx",
@@ -3561,9 +3482,9 @@
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 198,
+ "line": 197,
"column": 23,
- "index": 5911
+ "index": 5913
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
@@ -3577,12 +3498,6 @@
"column": 18,
"index": 3780
},
- {
- "filePath": "src/components/subscriptions/SubscriptionDetails.jsx",
- "line": 40,
- "column": 14,
- "index": 1554
- },
{
"filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx",
"line": 8,
@@ -3595,7 +3510,7 @@
"filePath": "src/components/Admin/EmbeddedSubscription.jsx",
"line": 61,
"column": 27,
- "index": 2775
+ "index": 2778
}
],
"ArrowOutward": [
@@ -3603,2513 +3518,2251 @@
"filePath": "src/components/Admin/EmbeddedSubscription.jsx",
"line": 75,
"column": 60,
- "index": 3413
+ "index": 3416
}
],
- "Undo": [
+ "Badge": [
{
- "filePath": "src/components/Admin/index.jsx",
- "line": 228,
- "column": 19,
- "index": 7683
+ "filePath": "src/components/Admin/licenses/LicenseAllocationHeader.jsx",
+ "line": 22,
+ "column": 8,
+ "index": 1068
},
{
- "filePath": "src/components/Admin/index.jsx",
- "line": 245,
- "column": 19,
- "index": 8339
- }
- ],
- "Alert": [
- {
- "filePath": "src/components/Admin/index.jsx",
- "line": 253,
- "column": 6,
- "index": 8457
+ "filePath": "src/components/Admin/licenses/LicenseAllocationHeader.jsx",
+ "line": 26,
+ "column": 8,
+ "index": 1252
},
{
- "filePath": "src/components/Admin/index.jsx",
- "line": 265,
- "column": 6,
- "index": 8728
+ "filePath": "src/components/learner-credit-management/LearnerCreditManagement.jsx",
+ "line": 76,
+ "column": 14,
+ "index": 2663
},
{
- "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
- "line": 139,
- "column": 6,
- "index": 4274
+ "filePath": "src/components/learner-credit-management/LearnerCreditManagement.jsx",
+ "line": 78,
+ "column": 14,
+ "index": 2735
},
{
- "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
- "line": 149,
- "column": 6,
- "index": 4484
+ "filePath": "src/components/settings/SettingsAccessTab/StatusTableCell.jsx",
+ "line": 8,
+ "column": 4,
+ "index": 192
},
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/DismissibleCourseWarning.jsx",
- "line": 13,
- "column": 4,
- "index": 380
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 239,
+ "column": 18,
+ "index": 7886
},
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/ReviewList.jsx",
- "line": 64,
- "column": 14,
- "index": 1798
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 253,
+ "column": 20,
+ "index": 8501
},
{
- "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 175,
- "column": 6,
- "index": 4839
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 258,
+ "column": 16,
+ "index": 8675
},
{
- "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 216,
- "column": 6,
- "index": 6116
+ "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
+ "line": 168,
+ "column": 43,
+ "index": 5550
},
{
- "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 231,
- "column": 6,
- "index": 6530
+ "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
+ "line": 169,
+ "column": 63,
+ "index": 5660
},
{
- "filePath": "src/components/CodeModal/ModalError.jsx",
- "line": 11,
- "column": 4,
- "index": 267
+ "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
+ "line": 170,
+ "column": 64,
+ "index": 5766
},
{
- "filePath": "src/components/CodeSearchResults/index.jsx",
- "line": 61,
- "column": 4,
- "index": 1456
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementUserBadge.jsx",
+ "line": 18,
+ "column": 11,
+ "index": 352
},
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 40,
- "column": 8,
- "index": 830
+ "filePath": "src/components/subscriptions/SubscriptionCard.jsx",
+ "line": 76,
+ "column": 10,
+ "index": 1951
},
{
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
- "line": 45,
+ "filePath": "src/components/SubsidyRequestManagementTable/RequestStatusCell.jsx",
+ "line": 23,
+ "column": 4,
+ "index": 519
+ }
+ ],
+ "DataTable": [
+ {
+ "filePath": "src/components/Admin/licenses/LicenseManagementTable/index.jsx",
+ "line": 53,
"column": 10,
- "index": 1537
+ "index": 2195
},
{
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
- "line": 68,
+ "filePath": "src/components/Admin/licenses/LicenseManagementTable/index.jsx",
+ "line": 54,
"column": 8,
- "index": 2021
+ "index": 2237
},
{
- "filePath": "src/components/ContentHighlights/ContentHighlightsCardItemsContainer.jsx",
- "line": 26,
+ "filePath": "src/components/Admin/licenses/LicenseManagementTable/index.jsx",
+ "line": 208,
"column": 6,
- "index": 937
+ "index": 7121
},
{
- "filePath": "src/components/ContentHighlights/CurrentContentHighlightHeader.jsx",
- "line": 83,
- "column": 6,
- "index": 2546
+ "filePath": "src/components/Admin/licenses/LicenseManagementTable/index.jsx",
+ "line": 217,
+ "column": 34,
+ "index": 7395
},
{
- "filePath": "src/components/ContentHighlights/DeleteHighlightSet.jsx",
- "line": 126,
- "column": 8,
- "index": 4194
+ "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
+ "line": 158,
+ "column": 6,
+ "index": 4703
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperConfirmContent.jsx",
- "line": 110,
- "column": 6,
- "index": 3581
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx",
+ "line": 95,
+ "column": 4,
+ "index": 3358
},
{
- "filePath": "src/components/CouponDetails/index.jsx",
- "line": 459,
- "column": 6,
- "index": 13916
+ "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx",
+ "line": 22,
+ "column": 4,
+ "index": 587
},
{
- "filePath": "src/components/CouponDetails/index.jsx",
- "line": 476,
- "column": 6,
- "index": 14230
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
+ "line": 134,
+ "column": 8,
+ "index": 4608
},
{
- "filePath": "src/components/CouponDetails/index.jsx",
- "line": 496,
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx",
+ "line": 91,
"column": 6,
- "index": 14698
+ "index": 2639
},
{
- "filePath": "src/components/ErrorPage/index.jsx",
- "line": 29,
- "column": 10,
- "index": 735
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/LearnerMetadataTable.jsx",
+ "line": 93,
+ "column": 6,
+ "index": 2754
},
{
- "filePath": "src/components/FeatureAnnouncementBanner/index.jsx",
- "line": 50,
- "column": 6,
- "index": 1609
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
+ "line": 51,
+ "column": 10,
+ "index": 1772
},
{
- "filePath": "src/components/InviteLearnersModal/index.jsx",
- "line": 157,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
+ "line": 52,
"column": 8,
- "index": 4576
+ "index": 1814
},
{
- "filePath": "src/components/learner-credit-management/OfferUtilizationAlerts.jsx",
- "line": 56,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
+ "line": 200,
"column": 6,
- "index": 1725
+ "index": 6312
},
{
- "filePath": "src/components/learner-credit-management/OfferUtilizationAlerts.jsx",
- "line": 78,
- "column": 6,
- "index": 2542
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
+ "line": 207,
+ "column": 34,
+ "index": 6561
},
{
- "filePath": "src/components/NewFeatureAlertBrowseAndRequest/index.jsx",
- "line": 45,
+ "filePath": "src/components/SubsidyRequestManagementTable/SubsidyRequestManagementTable.jsx",
+ "line": 61,
"column": 4,
- "index": 1515
- },
+ "index": 1367
+ }
+ ],
+ "DataTable.EmptyTable": [
{
- "filePath": "src/components/PlotlyAnalytics/PlotlyAnalyticsPage.jsx",
- "line": 28,
- "column": 4,
- "index": 746
+ "filePath": "src/components/Admin/licenses/LicenseManagementTable/index.jsx",
+ "line": 236,
+ "column": 19,
+ "index": 7983
},
{
- "filePath": "src/components/RequestCodesPage/RequestCodesForm.jsx",
- "line": 30,
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx",
+ "line": 154,
"column": 6,
- "index": 811
- },
- {
- "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx",
- "line": 44,
- "column": 8,
- "index": 971
+ "index": 4921
},
{
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
- "line": 93,
- "column": 8,
- "index": 3126
+ "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx",
+ "line": 76,
+ "column": 17,
+ "index": 2229
},
{
"filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
- "line": 108,
- "column": 10,
- "index": 3858
+ "line": 186,
+ "column": 28,
+ "index": 6232
},
{
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSSOManagement.jsx",
- "line": 41,
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx",
+ "line": 146,
"column": 8,
- "index": 1153
+ "index": 4198
},
{
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSubsidyRequestManagement.jsx",
- "line": 56,
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/LearnerMetadataTable.jsx",
+ "line": 154,
"column": 8,
- "index": 1733
+ "index": 4485
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
- "line": 97,
- "column": 6,
- "index": 3970
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
+ "line": 227,
+ "column": 19,
+ "index": 7193
},
{
- "filePath": "src/components/settings/SettingsLMSTab/index.jsx",
- "line": 174,
+ "filePath": "src/components/SubsidyRequestManagementTable/SubsidyRequestManagementTable.jsx",
+ "line": 93,
"column": 8,
- "index": 6538
- },
- {
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 71,
- "column": 10,
- "index": 2887
- },
+ "index": 2232
+ }
+ ],
+ "Toast": [
{
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 76,
- "column": 10,
- "index": 3080
+ "filePath": "src/components/Admin/licenses/LicenseManagementTable/index.jsx",
+ "line": 317,
+ "column": 6,
+ "index": 10742
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigForm.jsx",
- "line": 18,
+ "filePath": "src/components/Admin/SubscriptionDetails.jsx",
+ "line": 66,
"column": 6,
- "index": 676
+ "index": 2749
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 199,
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
+ "line": 155,
"column": 8,
- "index": 6974
+ "index": 4507
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConnectStep.jsx",
- "line": 54,
+ "filePath": "src/components/BulkEnrollmentResultsDownloadPage/index.jsx",
+ "line": 51,
"column": 8,
- "index": 2177
+ "index": 1687
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConnectStep.jsx",
- "line": 59,
- "column": 30,
- "index": 2412
+ "filePath": "src/components/BulkEnrollmentResultsDownloadPage/index.jsx",
+ "line": 64,
+ "column": 8,
+ "index": 1964
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpirationBanner.jsx",
- "line": 122,
+ "filePath": "src/components/ContentHighlights/ContentHighlightToast.jsx",
+ "line": 16,
"column": 4,
- "index": 4156
- },
- {
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 164,
- "column": 12,
- "index": 4822
+ "index": 502
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 159,
- "column": 12,
- "index": 4359
+ "filePath": "src/components/settings/SettingsAccessTab/LinkCopiedToast.jsx",
+ "line": 5,
+ "column": 2,
+ "index": 105
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 171,
- "column": 12,
- "index": 4854
+ "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
+ "line": 136,
+ "column": 6,
+ "index": 5082
},
{
- "filePath": "src/components/subscriptions/SubscriptionData.jsx",
- "line": 36,
- "column": 4,
- "index": 841
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
+ "line": 58,
+ "column": 5,
+ "index": 1701
},
{
- "filePath": "src/components/subsidy-request-management-alerts/NoAvailableCodesBanner.jsx",
- "line": 23,
- "column": 4,
- "index": 602
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 254,
+ "column": 8,
+ "index": 8294
},
{
- "filePath": "src/components/subsidy-request-management-alerts/NoAvailableLicensesBanner.jsx",
- "line": 19,
- "column": 4,
- "index": 476
+ "filePath": "src/components/settings/SettingsLMSTab/index.jsx",
+ "line": 218,
+ "column": 8,
+ "index": 7894
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 98,
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 81,
"column": 12,
- "index": 2774
+ "index": 3278
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 151,
- "column": 12,
- "index": 4832
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
+ "line": 311,
+ "column": 6,
+ "index": 9992
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 97,
- "column": 12,
- "index": 2915
+ "filePath": "src/components/subscriptions/SubscriptionDetails.jsx",
+ "line": 100,
+ "column": 6,
+ "index": 4088
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 150,
- "column": 12,
- "index": 5114
+ "filePath": "src/components/subscriptions/SubscriptionZeroStateMessage.jsx",
+ "line": 36,
+ "column": 6,
+ "index": 1387
},
{
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 74,
- "column": 10,
- "index": 1856
- },
+ "filePath": "src/components/UserActivationPage/index.jsx",
+ "line": 62,
+ "column": 8,
+ "index": 1888
+ }
+ ],
+ "Row": [
{
- "filePath": "src/components/TableComponent/index.jsx",
- "line": 130,
+ "filePath": "src/components/Admin/SubscriptionDetails.jsx",
+ "line": 35,
"column": 6,
- "index": 3995
+ "index": 1435
},
{
- "filePath": "src/components/TableComponent/index.jsx",
- "line": 142,
+ "filePath": "src/components/BulkEnrollmentPage/stepper/ReviewStep.jsx",
+ "line": 29,
"column": 6,
- "index": 4259
+ "index": 844
},
{
- "filePath": "src/components/UserActivationPage/index.jsx",
- "line": 84,
- "column": 10,
- "index": 2697
- }
- ],
- "Error": [
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
+ "line": 43,
+ "column": 6,
+ "index": 1458
+ },
{
- "filePath": "src/components/Admin/index.jsx",
- "line": 255,
- "column": 14,
- "index": 8503
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
+ "line": 66,
+ "column": 4,
+ "index": 1946
},
{
- "filePath": "src/components/Admin/index.jsx",
- "line": 268,
- "column": 14,
- "index": 8799
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperConfirmContent.jsx",
+ "line": 142,
+ "column": 6,
+ "index": 4376
},
{
- "filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx",
- "line": 17,
- "column": 50,
- "index": 446
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContent.jsx",
+ "line": 11,
+ "column": 4,
+ "index": 377
},
{
- "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
- "line": 141,
- "column": 14,
- "index": 4320
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContent.jsx",
+ "line": 16,
+ "column": 4,
+ "index": 493
},
{
- "filePath": "src/components/Coupon/index.jsx",
- "line": 103,
- "column": 13,
- "index": 2811
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperTitle.jsx",
+ "line": 12,
+ "column": 4,
+ "index": 321
},
{
- "filePath": "src/components/CouponDetails/index.jsx",
- "line": 401,
- "column": 63,
- "index": 12103
+ "filePath": "src/components/ContentHighlights/ZeroState/ZeroStateHighlights.jsx",
+ "line": 41,
+ "column": 4,
+ "index": 1438
},
{
- "filePath": "src/components/CouponDetails/index.jsx",
- "line": 461,
- "column": 14,
- "index": 13962
+ "filePath": "src/components/settings/SettingsAccessTab/index.jsx",
+ "line": 61,
+ "column": 6,
+ "index": 2711
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 99,
- "column": 23,
- "index": 3836
+ "filePath": "src/components/settings/SettingsAccessTab/index.jsx",
+ "line": 66,
+ "column": 6,
+ "index": 2810
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
- "line": 30,
- "column": 8,
- "index": 1203
+ "filePath": "src/components/subscriptions/MultipleSubscriptionPicker.jsx",
+ "line": 14,
+ "column": 2,
+ "index": 307
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
+ "filePath": "src/components/subscriptions/MultipleSubscriptionsPage.jsx",
"line": 40,
- "column": 37,
- "index": 1537
+ "column": 10,
+ "index": 1114
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 120,
- "column": 101,
- "index": 3795
+ "filePath": "src/components/subscriptions/SubscriptionCard.jsx",
+ "line": 112,
+ "column": 8,
+ "index": 2734
},
{
- "filePath": "src/components/settings/SettingsLMSTab/NoConfigCard.jsx",
- "line": 39,
- "column": 70,
- "index": 1469
+ "filePath": "src/components/subscriptions/SubscriptionDetails.jsx",
+ "line": 38,
+ "column": 8,
+ "index": 1495
},
{
- "filePath": "src/components/TableComponent/index.jsx",
- "line": 132,
- "column": 14,
- "index": 4041
+ "filePath": "src/components/subscriptions/SubscriptionDetails.jsx",
+ "line": 48,
+ "column": 6,
+ "index": 1857
},
{
- "filePath": "src/components/TableComponent/index.jsx",
- "line": 144,
- "column": 14,
- "index": 4306
+ "filePath": "src/components/UserActivationPage/index.jsx",
+ "line": 77,
+ "column": 6,
+ "index": 2377
}
],
- "Alert.Heading": [
+ "Col": [
{
- "filePath": "src/components/Admin/index.jsx",
- "line": 257,
+ "filePath": "src/components/Admin/SubscriptionDetails.jsx",
+ "line": 36,
"column": 8,
- "index": 8526
+ "index": 1466
},
{
- "filePath": "src/components/Admin/index.jsx",
- "line": 270,
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
+ "line": 44,
"column": 8,
- "index": 8822
+ "index": 1491
},
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/DismissibleCourseWarning.jsx",
- "line": 20,
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
+ "line": 67,
"column": 6,
- "index": 527
+ "index": 1977
},
{
- "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 176,
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperConfirmContent.jsx",
+ "line": 143,
"column": 8,
- "index": 4884
+ "index": 4390
},
{
- "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 223,
- "column": 8,
- "index": 6324
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContent.jsx",
+ "line": 12,
+ "column": 6,
+ "index": 389
},
{
- "filePath": "src/components/CodeModal/ModalError.jsx",
- "line": 14,
- "column": 8,
- "index": 397
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContent.jsx",
+ "line": 17,
+ "column": 6,
+ "index": 505
},
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 44,
- "column": 10,
- "index": 906
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperTitle.jsx",
+ "line": 13,
+ "column": 6,
+ "index": 333
},
{
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
- "line": 49,
- "column": 12,
- "index": 1621
+ "filePath": "src/components/ContentHighlights/ZeroState/ZeroStateHighlights.jsx",
+ "line": 42,
+ "column": 6,
+ "index": 1467
},
{
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
- "line": 81,
- "column": 10,
- "index": 2401
+ "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
+ "line": 11,
+ "column": 4,
+ "index": 225
},
{
- "filePath": "src/components/ContentHighlights/CurrentContentHighlightHeader.jsx",
- "line": 91,
- "column": 8,
- "index": 2758
+ "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
+ "line": 20,
+ "column": 4,
+ "index": 548
},
{
- "filePath": "src/components/CouponDetails/index.jsx",
- "line": 463,
- "column": 8,
- "index": 13985
+ "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
+ "line": 29,
+ "column": 4,
+ "index": 871
},
{
- "filePath": "src/components/CouponDetails/index.jsx",
- "line": 483,
+ "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
+ "line": 59,
"column": 8,
- "index": 14456
+ "index": 1539
},
{
- "filePath": "src/components/CouponDetails/index.jsx",
- "line": 500,
+ "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
+ "line": 71,
"column": 8,
- "index": 14829
- },
- {
- "filePath": "src/components/ErrorPage/index.jsx",
- "line": 33,
- "column": 12,
- "index": 824
+ "index": 2016
},
{
- "filePath": "src/components/FeatureAnnouncementBanner/index.jsx",
- "line": 51,
+ "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
+ "line": 83,
"column": 8,
- "index": 1673
+ "index": 2486
},
{
- "filePath": "src/components/InviteLearnersModal/index.jsx",
- "line": 161,
- "column": 10,
- "index": 4657
+ "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
+ "line": 107,
+ "column": 6,
+ "index": 3313
},
{
- "filePath": "src/components/learner-credit-management/OfferUtilizationAlerts.jsx",
- "line": 72,
- "column": 8,
- "index": 2232
+ "filePath": "src/components/learner-credit-management/LearnerCreditDisclaimer.jsx",
+ "line": 10,
+ "column": 4,
+ "index": 299
},
{
- "filePath": "src/components/learner-credit-management/OfferUtilizationAlerts.jsx",
- "line": 92,
+ "filePath": "src/components/settings/SettingsAccessTab/index.jsx",
+ "line": 62,
"column": 8,
- "index": 2972
+ "index": 2725
},
{
- "filePath": "src/components/PlotlyAnalytics/PlotlyAnalyticsPage.jsx",
- "line": 34,
- "column": 6,
- "index": 957
+ "filePath": "src/components/settings/SettingsAccessTab/index.jsx",
+ "line": 67,
+ "column": 8,
+ "index": 2865
},
{
- "filePath": "src/components/RequestCodesPage/RequestCodesForm.jsx",
- "line": 35,
+ "filePath": "src/components/settings/SettingsAccessTab/index.jsx",
+ "line": 73,
"column": 8,
- "index": 905
+ "index": 3118
},
{
- "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx",
- "line": 45,
- "column": 10,
- "index": 1030
+ "filePath": "src/components/subscriptions/MultipleSubscriptionPicker.jsx",
+ "line": 15,
+ "column": 4,
+ "index": 317
},
{
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
- "line": 94,
- "column": 10,
- "index": 3185
+ "filePath": "src/components/subscriptions/MultipleSubscriptionPicker.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 391
},
{
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSSOManagement.jsx",
- "line": 42,
- "column": 10,
- "index": 1212
+ "filePath": "src/components/subscriptions/MultipleSubscriptionsPage.jsx",
+ "line": 41,
+ "column": 12,
+ "index": 1132
},
{
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSubsidyRequestManagement.jsx",
- "line": 57,
- "column": 10,
- "index": 1792
+ "filePath": "src/components/subscriptions/SubscriptionCard.jsx",
+ "line": 114,
+ "column": 12,
+ "index": 2899
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
- "line": 105,
+ "filePath": "src/components/subscriptions/SubscriptionDetails.jsx",
+ "line": 49,
"column": 8,
- "index": 4172
+ "index": 1888
},
{
- "filePath": "src/components/settings/SettingsLMSTab/index.jsx",
- "line": 184,
- "column": 10,
- "index": 6829
+ "filePath": "src/components/UserActivationPage/index.jsx",
+ "line": 78,
+ "column": 8,
+ "index": 2434
+ }
+ ],
+ "BookOpen": [
+ {
+ "filePath": "src/components/BulkEnrollmentPage/BulkEnrollButton.jsx",
+ "line": 18,
+ "column": 16,
+ "index": 668
},
{
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigForm.jsx",
- "line": 32,
- "column": 8,
- "index": 1004
+ "filePath": "src/components/Sidebar/index.jsx",
+ "line": 109,
+ "column": 23,
+ "index": 3841
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 212,
- "column": 10,
- "index": 7316
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/EnrollBulkAction.jsx",
+ "line": 115,
+ "column": 20,
+ "index": 4068
+ }
+ ],
+ "AlertModal": [
+ {
+ "filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx",
+ "line": 14,
+ "column": 2,
+ "index": 321
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpirationBanner.jsx",
- "line": 33,
- "column": 6,
- "index": 1291
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
+ "line": 36,
+ "column": 2,
+ "index": 909
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpirationBanner.jsx",
- "line": 42,
+ "filePath": "src/components/ContentHighlights/DeleteHighlightSet.jsx",
+ "line": 106,
"column": 6,
- "index": 1622
+ "index": 3573
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpirationBanner.jsx",
- "line": 52,
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 356,
"column": 6,
- "index": 2033
+ "index": 13419
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpirationBanner.jsx",
- "line": 59,
- "column": 6,
- "index": 2222
+ "filePath": "src/components/settings/ConfigError.jsx",
+ "line": 16,
+ "column": 2,
+ "index": 495
},
{
- "filePath": "src/components/subsidy-request-management-alerts/NoAvailableCodesBanner.jsx",
+ "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx",
"line": 32,
- "column": 6,
- "index": 802
+ "column": 4,
+ "index": 594
},
{
- "filePath": "src/components/subsidy-request-management-alerts/NoAvailableLicensesBanner.jsx",
- "line": 28,
+ "filePath": "src/components/settings/SettingsAccessTab/LinkDeactivationAlertModal.jsx",
+ "line": 52,
+ "column": 4,
+ "index": 1144
+ },
+ {
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 181,
"column": 6,
- "index": 676
+ "index": 6195
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 104,
- "column": 14,
- "index": 2971
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 136,
+ "column": 6,
+ "index": 4276
+ }
+ ],
+ "Error": [
+ {
+ "filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx",
+ "line": 17,
+ "column": 50,
+ "index": 446
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 156,
- "column": 14,
- "index": 5003
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 99,
+ "column": 23,
+ "index": 3826
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 103,
- "column": 14,
- "index": 3108
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
+ "line": 34,
+ "column": 8,
+ "index": 1209
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 155,
- "column": 14,
- "index": 5287
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
+ "line": 44,
+ "column": 37,
+ "index": 1543
},
{
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 79,
- "column": 12,
- "index": 2002
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 121,
+ "column": 101,
+ "index": 3796
},
{
- "filePath": "src/components/TableComponent/index.jsx",
- "line": 134,
- "column": 8,
- "index": 4064
+ "filePath": "src/components/settings/SettingsLMSTab/NoConfigCard.jsx",
+ "line": 39,
+ "column": 70,
+ "index": 1469
}
],
- "Badge": [
+ "ActionRow": [
{
- "filePath": "src/components/Admin/licenses/LicenseAllocationHeader.jsx",
+ "filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx",
"line": 23,
- "column": 8,
- "index": 1181
+ "column": 6,
+ "index": 560
},
{
- "filePath": "src/components/Admin/licenses/LicenseAllocationHeader.jsx",
- "line": 27,
- "column": 8,
- "index": 1365
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
+ "line": 41,
+ "column": 6,
+ "index": 1026
},
{
- "filePath": "src/components/learner-credit-management/LearnerCreditManagement.jsx",
- "line": 76,
- "column": 14,
- "index": 2654
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 55,
+ "column": 6,
+ "index": 1153
},
{
- "filePath": "src/components/learner-credit-management/LearnerCreditManagement.jsx",
- "line": 78,
- "column": 14,
- "index": 2726
+ "filePath": "src/components/ContentHighlights/CurrentContentHighlightHeader.jsx",
+ "line": 67,
+ "column": 6,
+ "index": 2177
},
{
- "filePath": "src/components/settings/SettingsAccessTab/StatusTableCell.jsx",
- "line": 8,
- "column": 4,
- "index": 192
+ "filePath": "src/components/ContentHighlights/CurrentContentHighlightItemsHeader.jsx",
+ "line": 10,
+ "column": 6,
+ "index": 352
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 239,
- "column": 18,
- "index": 7901
+ "filePath": "src/components/ContentHighlights/CurrentContentHighlightItemsHeader.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 602
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 252,
- "column": 20,
- "index": 8500
+ "filePath": "src/components/ContentHighlights/DeleteHighlightSet.jsx",
+ "line": 111,
+ "column": 10,
+ "index": 3699
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 257,
- "column": 16,
- "index": 8674
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 364,
+ "column": 8,
+ "index": 13652
},
{
- "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 168,
- "column": 43,
- "index": 5565
+ "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSearchPagination.jsx",
+ "line": 11,
+ "column": 2,
+ "index": 281
},
{
- "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 169,
- "column": 63,
- "index": 5675
+ "filePath": "src/components/settings/ConfigError.jsx",
+ "line": 22,
+ "column": 6,
+ "index": 623
},
{
- "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 170,
- "column": 64,
- "index": 5781
+ "filePath": "src/components/settings/SettingsAccessTab/ActionsTableCell.jsx",
+ "line": 70,
+ "column": 8,
+ "index": 2106
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementUserBadge.jsx",
- "line": 18,
- "column": 11,
- "index": 352
+ "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx",
+ "line": 37,
+ "column": 8,
+ "index": 708
},
{
- "filePath": "src/components/subscriptions/SubscriptionCard.jsx",
- "line": 71,
- "column": 10,
- "index": 1935
+ "filePath": "src/components/settings/SettingsAccessTab/LinkDeactivationAlertModal.jsx",
+ "line": 57,
+ "column": 8,
+ "index": 1262
},
{
- "filePath": "src/components/SubsidyRequestManagementTable/RequestStatusCell.jsx",
- "line": 23,
- "column": 4,
- "index": 519
- }
- ],
- "DataTable": [
- {
- "filePath": "src/components/Admin/licenses/LicenseManagementTable/index.jsx",
- "line": 54,
- "column": 10,
- "index": 2194
+ "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
+ "line": 144,
+ "column": 8,
+ "index": 5476
},
{
- "filePath": "src/components/Admin/licenses/LicenseManagementTable/index.jsx",
- "line": 55,
- "column": 8,
- "index": 2236
+ "filePath": "src/components/settings/SettingsAppearanceTab/ThemeCard.jsx",
+ "line": 40,
+ "column": 6,
+ "index": 1126
},
{
- "filePath": "src/components/Admin/licenses/LicenseManagementTable/index.jsx",
- "line": 209,
+ "filePath": "src/components/settings/SettingsLMSTab/ConfigModal.jsx",
+ "line": 29,
"column": 6,
- "index": 7119
+ "index": 793
},
{
- "filePath": "src/components/Admin/licenses/LicenseManagementTable/index.jsx",
- "line": 218,
- "column": 34,
- "index": 7393
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 150,
+ "column": 8,
+ "index": 5145
},
{
- "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
- "line": 159,
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 160,
+ "column": 8,
+ "index": 5480
+ },
+ {
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 170,
"column": 6,
- "index": 4678
+ "index": 5884
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx",
- "line": 57,
- "column": 4,
- "index": 2157
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 187,
+ "column": 10,
+ "index": 6381
},
{
- "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx",
- "line": 26,
- "column": 4,
- "index": 748
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
+ "line": 142,
+ "column": 10,
+ "index": 4462
},
{
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
- "line": 112,
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx",
+ "line": 36,
"column": 8,
- "index": 4041
+ "index": 1283
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx",
- "line": 92,
- "column": 6,
- "index": 2640
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
+ "line": 57,
+ "column": 8,
+ "index": 1893
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/LearnerMetadataTable.jsx",
- "line": 93,
- "column": 6,
- "index": 2754
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
+ "line": 210,
+ "column": 8,
+ "index": 6449
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
- "line": 51,
- "column": 10,
- "index": 1770
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
+ "line": 186,
+ "column": 8,
+ "index": 5497
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
- "line": 52,
- "column": 8,
- "index": 1812
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 162,
+ "column": 10,
+ "index": 5236
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
- "line": 200,
- "column": 6,
- "index": 6309
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 161,
+ "column": 10,
+ "index": 5531
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
- "line": 207,
- "column": 34,
- "index": 6558
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 108,
+ "column": 8,
+ "index": 3163
},
{
- "filePath": "src/components/SubsidyRequestManagementTable/SubsidyRequestManagementTable.jsx",
- "line": 61,
+ "filePath": "src/components/SubsidyRequestManagementTable/ActionCell.jsx",
+ "line": 15,
"column": 4,
- "index": 1367
+ "index": 288
}
],
- "DataTable.EmptyTable": [
+ "DataTable.TableControlBar": [
{
- "filePath": "src/components/Admin/licenses/LicenseManagementTable/index.jsx",
- "line": 237,
- "column": 19,
- "index": 7981
+ "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
+ "line": 177,
+ "column": 8,
+ "index": 5335
},
{
"filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx",
- "line": 116,
+ "line": 140,
"column": 6,
- "index": 3720
- },
- {
- "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx",
- "line": 87,
- "column": 17,
- "index": 2629
+ "index": 4538
},
{
"filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
- "line": 164,
- "column": 28,
- "index": 5601
+ "line": 184,
+ "column": 10,
+ "index": 6144
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx",
- "line": 147,
+ "line": 144,
"column": 8,
- "index": 4199
+ "index": 4132
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/LearnerMetadataTable.jsx",
- "line": 154,
+ "line": 152,
"column": 8,
- "index": 4485
- },
- {
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
- "line": 227,
- "column": 19,
- "index": 7190
+ "index": 4419
},
{
"filePath": "src/components/SubsidyRequestManagementTable/SubsidyRequestManagementTable.jsx",
- "line": 93,
- "column": 8,
- "index": 2232
+ "line": 90,
+ "column": 6,
+ "index": 2145
}
],
- "Toast": [
+ "DataTable.Table": [
{
- "filePath": "src/components/Admin/licenses/LicenseManagementTable/index.jsx",
- "line": 318,
- "column": 6,
- "index": 10740
+ "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
+ "line": 178,
+ "column": 8,
+ "index": 5373
},
{
- "filePath": "src/components/Admin/SubscriptionDetails.jsx",
- "line": 66,
- "column": 6,
- "index": 2745
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx",
+ "line": 153,
+ "column": 33,
+ "index": 4893
},
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
- "line": 155,
- "column": 8,
- "index": 4507
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
+ "line": 185,
+ "column": 10,
+ "index": 6184
},
{
- "filePath": "src/components/BulkEnrollmentResultsDownloadPage/index.jsx",
- "line": 51,
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx",
+ "line": 145,
"column": 8,
- "index": 1687
+ "index": 4170
},
{
- "filePath": "src/components/BulkEnrollmentResultsDownloadPage/index.jsx",
- "line": 64,
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/LearnerMetadataTable.jsx",
+ "line": 153,
"column": 8,
- "index": 1964
+ "index": 4457
},
{
- "filePath": "src/components/ContentHighlights/ContentHighlightToast.jsx",
- "line": 16,
- "column": 4,
- "index": 502
- },
+ "filePath": "src/components/SubsidyRequestManagementTable/SubsidyRequestManagementTable.jsx",
+ "line": 91,
+ "column": 6,
+ "index": 2181
+ }
+ ],
+ "DataTable.TableFooter": [
{
- "filePath": "src/components/settings/SettingsAccessTab/LinkCopiedToast.jsx",
- "line": 5,
- "column": 2,
- "index": 105
+ "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
+ "line": 179,
+ "column": 8,
+ "index": 5401
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
- "line": 136,
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx",
+ "line": 155,
"column": 6,
- "index": 5082
- },
- {
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
- "line": 59,
- "column": 5,
- "index": 1702
+ "index": 4979
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 254,
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx",
+ "line": 147,
"column": 8,
- "index": 8309
+ "index": 4258
},
{
- "filePath": "src/components/settings/SettingsLMSTab/index.jsx",
- "line": 223,
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/LearnerMetadataTable.jsx",
+ "line": 155,
"column": 8,
- "index": 8157
- },
- {
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 81,
- "column": 12,
- "index": 3278
- },
- {
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
- "line": 311,
- "column": 6,
- "index": 9989
+ "index": 4545
},
{
- "filePath": "src/components/subscriptions/SubscriptionDetails.jsx",
- "line": 99,
+ "filePath": "src/components/SubsidyRequestManagementTable/SubsidyRequestManagementTable.jsx",
+ "line": 95,
"column": 6,
- "index": 3998
- },
+ "index": 2299
+ }
+ ],
+ "DataTable.RowStatus": [
{
- "filePath": "src/components/subscriptions/SubscriptionZeroStateMessage.jsx",
- "line": 36,
- "column": 6,
- "index": 1387
+ "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
+ "line": 180,
+ "column": 10,
+ "index": 5435
},
{
- "filePath": "src/components/UserActivationPage/index.jsx",
- "line": 64,
- "column": 8,
- "index": 1998
+ "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSearchPagination.jsx",
+ "line": 12,
+ "column": 4,
+ "index": 297
}
],
- "Row": [
+ "Stepper": [
{
- "filePath": "src/components/Admin/SubscriptionDetails.jsx",
- "line": 35,
- "column": 6,
- "index": 1433
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 50,
+ "column": 4,
+ "index": 1648
},
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/ReviewStep.jsx",
- "line": 29,
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 258,
"column": 6,
- "index": 844
+ "index": 9704
},
{
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
- "line": 43,
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 136,
"column": 6,
- "index": 1458
+ "index": 5169
+ }
+ ],
+ "ModalDialog": [
+ {
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 51,
+ "column": 6,
+ "index": 1688
},
{
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 28,
+ "column": 2,
+ "index": 537
+ },
+ {
+ "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
"line": 66,
"column": 4,
- "index": 1946
+ "index": 2663
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperConfirmContent.jsx",
- "line": 142,
- "column": 6,
- "index": 4376
+ "filePath": "src/components/settings/SettingsLMSTab/ConfigModal.jsx",
+ "line": 14,
+ "column": 2,
+ "index": 466
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContent.jsx",
- "line": 11,
- "column": 4,
- "index": 377
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 160,
+ "column": 6,
+ "index": 5766
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContent.jsx",
- "line": 16,
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx",
+ "line": 21,
"column": 4,
- "index": 493
+ "index": 679
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperTitle.jsx",
- "line": 12,
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
+ "line": 34,
"column": 4,
- "index": 321
+ "index": 1140
},
{
- "filePath": "src/components/ContentHighlights/ZeroState/ZeroStateHighlights.jsx",
- "line": 41,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
+ "line": 150,
"column": 4,
- "index": 1438
+ "index": 4495
},
{
- "filePath": "src/components/learner-credit-management/BudgetCard.jsx",
- "line": 88,
- "column": 6,
- "index": 2269
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
+ "line": 144,
+ "column": 4,
+ "index": 4031
},
{
- "filePath": "src/components/learner-credit-management/BudgetCard.jsx",
- "line": 115,
- "column": 6,
- "index": 3146
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 85,
+ "column": 4,
+ "index": 2438
},
{
- "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx",
- "line": 39,
- "column": 12,
- "index": 961
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 84,
+ "column": 4,
+ "index": 2580
},
{
- "filePath": "src/components/learner-credit-management/MultipleBudgetsPicker.jsx",
- "line": 17,
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 62,
"column": 4,
- "index": 260
- },
+ "index": 1554
+ }
+ ],
+ "ModalDialog.Header": [
{
- "filePath": "src/components/settings/SettingsAccessTab/index.jsx",
- "line": 61,
- "column": 6,
- "index": 2711
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 60,
+ "column": 8,
+ "index": 1915
},
{
- "filePath": "src/components/settings/SettingsAccessTab/index.jsx",
- "line": 66,
- "column": 6,
- "index": 2810
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 35,
+ "column": 4,
+ "index": 667
},
{
- "filePath": "src/components/subscriptions/MultipleSubscriptionPicker.jsx",
- "line": 14,
- "column": 2,
- "index": 307
+ "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
+ "line": 74,
+ "column": 6,
+ "index": 2820
},
{
- "filePath": "src/components/subscriptions/MultipleSubscriptionsPage.jsx",
- "line": 40,
- "column": 10,
- "index": 1114
+ "filePath": "src/components/settings/SettingsLMSTab/ConfigModal.jsx",
+ "line": 20,
+ "column": 4,
+ "index": 574
},
{
- "filePath": "src/components/subscriptions/SubscriptionCard.jsx",
- "line": 107,
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 165,
"column": 8,
- "index": 2718
+ "index": 5894
},
{
- "filePath": "src/components/subscriptions/SubscriptionDetails.jsx",
- "line": 37,
- "column": 8,
- "index": 1419
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
+ "line": 40,
+ "column": 6,
+ "index": 1279
},
{
- "filePath": "src/components/subscriptions/SubscriptionDetails.jsx",
- "line": 47,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
+ "line": 156,
"column": 6,
- "index": 1770
+ "index": 4619
},
{
- "filePath": "src/components/UserActivationPage/index.jsx",
- "line": 82,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
+ "line": 150,
"column": 6,
- "index": 2603
- }
- ],
- "Col": [
+ "index": 4155
+ },
{
- "filePath": "src/components/Admin/SubscriptionDetails.jsx",
- "line": 36,
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 93,
"column": 8,
- "index": 1464
+ "index": 2627
},
{
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
- "line": 44,
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 92,
"column": 8,
- "index": 1491
+ "index": 2765
},
{
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
- "line": 67,
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 69,
"column": 6,
- "index": 1977
- },
+ "index": 1724
+ }
+ ],
+ "ModalDialog.Title": [
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperConfirmContent.jsx",
- "line": 143,
- "column": 8,
- "index": 4390
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 61,
+ "column": 10,
+ "index": 1946
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContent.jsx",
- "line": 12,
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 36,
"column": 6,
- "index": 389
+ "index": 694
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContent.jsx",
- "line": 17,
- "column": 6,
- "index": 505
+ "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
+ "line": 75,
+ "column": 8,
+ "index": 2849
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperTitle.jsx",
- "line": 13,
+ "filePath": "src/components/settings/SettingsLMSTab/ConfigModal.jsx",
+ "line": 21,
"column": 6,
- "index": 333
+ "index": 601
},
{
- "filePath": "src/components/ContentHighlights/ZeroState/ZeroStateHighlights.jsx",
- "line": 42,
- "column": 6,
- "index": 1467
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 166,
+ "column": 10,
+ "index": 5948
},
{
- "filePath": "src/components/learner-credit-management/BudgetCard.jsx",
- "line": 89,
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
+ "line": 41,
"column": 8,
- "index": 2341
+ "index": 1308
},
{
- "filePath": "src/components/learner-credit-management/BudgetCard.jsx",
- "line": 93,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
+ "line": 157,
"column": 8,
- "index": 2517
+ "index": 4648
},
{
- "filePath": "src/components/learner-credit-management/BudgetCard.jsx",
- "line": 116,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
+ "line": 151,
"column": 8,
- "index": 3176
+ "index": 4184
},
{
- "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
- "line": 11,
- "column": 4,
- "index": 225
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 94,
+ "column": 10,
+ "index": 2658
},
{
- "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
- "line": 20,
- "column": 4,
- "index": 548
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 93,
+ "column": 10,
+ "index": 2796
},
{
- "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
- "line": 29,
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 70,
+ "column": 8,
+ "index": 1753
+ }
+ ],
+ "ModalDialog.Body": [
+ {
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 65,
+ "column": 8,
+ "index": 2071
+ },
+ {
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 51,
"column": 4,
- "index": 871
+ "index": 1066
},
{
- "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
- "line": 59,
- "column": 8,
- "index": 1539
+ "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
+ "line": 81,
+ "column": 6,
+ "index": 3009
},
{
- "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
- "line": 71,
- "column": 8,
- "index": 2016
+ "filePath": "src/components/settings/SettingsLMSTab/ConfigModal.jsx",
+ "line": 25,
+ "column": 4,
+ "index": 700
},
{
- "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
- "line": 83,
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 170,
"column": 8,
- "index": 2486
+ "index": 6080
},
{
- "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
- "line": 107,
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx",
+ "line": 27,
"column": 6,
- "index": 3313
+ "index": 813
},
{
- "filePath": "src/components/learner-credit-management/LearnerCreditDisclaimer.jsx",
- "line": 10,
- "column": 4,
- "index": 299
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
+ "line": 46,
+ "column": 6,
+ "index": 1479
},
{
- "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx",
- "line": 40,
- "column": 14,
- "index": 981
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
+ "line": 161,
+ "column": 6,
+ "index": 4749
},
{
- "filePath": "src/components/learner-credit-management/MultipleBudgetsPicker.jsx",
- "line": 18,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
+ "line": 155,
"column": 6,
- "index": 272
+ "index": 4285
},
{
- "filePath": "src/components/settings/SettingsAccessTab/index.jsx",
- "line": 62,
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 109,
"column": 8,
- "index": 2725
+ "index": 3133
},
{
- "filePath": "src/components/settings/SettingsAccessTab/index.jsx",
- "line": 67,
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 108,
"column": 8,
- "index": 2865
+ "index": 3270
},
{
- "filePath": "src/components/settings/SettingsAccessTab/index.jsx",
- "line": 72,
- "column": 8,
- "index": 3039
- },
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 84,
+ "column": 6,
+ "index": 2148
+ }
+ ],
+ "Stepper.Step": [
{
- "filePath": "src/components/subscriptions/MultipleSubscriptionPicker.jsx",
- "line": 15,
- "column": 4,
- "index": 317
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 66,
+ "column": 10,
+ "index": 2100
},
{
- "filePath": "src/components/subscriptions/MultipleSubscriptionPicker.jsx",
- "line": 19,
- "column": 4,
- "index": 391
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 74,
+ "column": 10,
+ "index": 2436
},
{
- "filePath": "src/components/subscriptions/MultipleSubscriptionsPage.jsx",
- "line": 41,
- "column": 12,
- "index": 1132
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 328,
+ "column": 10,
+ "index": 12317
},
{
- "filePath": "src/components/subscriptions/SubscriptionCard.jsx",
- "line": 109,
- "column": 12,
- "index": 2883
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 338,
+ "column": 10,
+ "index": 12702
},
{
- "filePath": "src/components/subscriptions/SubscriptionDetails.jsx",
- "line": 48,
- "column": 8,
- "index": 1801
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 346,
+ "column": 10,
+ "index": 13022
},
{
- "filePath": "src/components/UserActivationPage/index.jsx",
- "line": 83,
- "column": 8,
- "index": 2660
- }
- ],
- "BookOpen": [
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 140,
+ "column": 10,
+ "index": 5288
+ },
{
- "filePath": "src/components/BulkEnrollmentPage/BulkEnrollButton.jsx",
- "line": 18,
- "column": 16,
- "index": 668
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 144,
+ "column": 10,
+ "index": 5414
},
{
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 106,
- "column": 23,
- "index": 3632
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 148,
+ "column": 10,
+ "index": 5563
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/EnrollBulkAction.jsx",
- "line": 115,
- "column": 20,
- "index": 4068
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 166,
+ "column": 10,
+ "index": 6331
}
],
- "AlertModal": [
- {
- "filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx",
- "line": 14,
- "column": 2,
- "index": 321
- },
+ "ModalDialog.Footer": [
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
- "line": 36,
- "column": 2,
- "index": 909
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 81,
+ "column": 8,
+ "index": 2724
},
{
- "filePath": "src/components/ContentHighlights/DeleteHighlightSet.jsx",
- "line": 106,
- "column": 6,
- "index": 3573
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 54,
+ "column": 4,
+ "index": 1126
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 356,
+ "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
+ "line": 143,
"column": 6,
- "index": 13419
+ "index": 5447
},
{
- "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx",
- "line": 32,
+ "filePath": "src/components/settings/SettingsLMSTab/ConfigModal.jsx",
+ "line": 28,
"column": 4,
- "index": 594
+ "index": 766
},
{
- "filePath": "src/components/settings/SettingsAccessTab/LinkDeactivationAlertModal.jsx",
- "line": 52,
- "column": 4,
- "index": 1144
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 175,
+ "column": 8,
+ "index": 6259
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 181,
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx",
+ "line": 35,
"column": 6,
- "index": 6205
+ "index": 1254
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 135,
- "column": 6,
- "index": 4275
- }
- ],
- "ActionRow": [
- {
- "filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx",
- "line": 23,
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
+ "line": 56,
"column": 6,
- "index": 560
+ "index": 1864
},
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
- "line": 41,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
+ "line": 209,
"column": 6,
- "index": 1026
+ "index": 6420
},
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 55,
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
+ "line": 185,
"column": 6,
- "index": 1153
+ "index": 5468
},
{
- "filePath": "src/components/ContentHighlights/CurrentContentHighlightHeader.jsx",
- "line": 67,
- "column": 6,
- "index": 2177
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 161,
+ "column": 8,
+ "index": 5205
},
{
- "filePath": "src/components/ContentHighlights/CurrentContentHighlightItemsHeader.jsx",
- "line": 10,
- "column": 6,
- "index": 352
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 160,
+ "column": 8,
+ "index": 5500
},
{
- "filePath": "src/components/ContentHighlights/CurrentContentHighlightItemsHeader.jsx",
- "line": 20,
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 107,
"column": 6,
- "index": 602
+ "index": 3134
+ }
+ ],
+ "Stepper.ActionRow": [
+ {
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 82,
+ "column": 10,
+ "index": 2755
},
{
- "filePath": "src/components/ContentHighlights/DeleteHighlightSet.jsx",
- "line": 111,
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "line": 91,
"column": 10,
- "index": 3699
+ "index": 3091
},
{
"filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 364,
- "column": 8,
- "index": 13652
+ "line": 267,
+ "column": 14,
+ "index": 10053
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSearchPagination.jsx",
- "line": 11,
- "column": 2,
- "index": 281
- },
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 287,
+ "column": 14,
+ "index": 10890
+ },
{
- "filePath": "src/components/settings/SettingsAccessTab/ActionsTableCell.jsx",
- "line": 70,
- "column": 8,
- "index": 2106
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 305,
+ "column": 14,
+ "index": 11553
},
{
- "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx",
- "line": 37,
- "column": 8,
- "index": 708
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 176,
+ "column": 10,
+ "index": 6677
},
{
- "filePath": "src/components/settings/SettingsAccessTab/LinkDeactivationAlertModal.jsx",
- "line": 57,
- "column": 8,
- "index": 1262
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 204,
+ "column": 10,
+ "index": 7647
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
- "line": 144,
- "column": 8,
- "index": 5476
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 218,
+ "column": 10,
+ "index": 8193
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/ThemeCard.jsx",
- "line": 40,
+ "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
+ "line": 239,
+ "column": 10,
+ "index": 8919
+ }
+ ],
+ "MailtoLink": [
+ {
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
+ "line": 48,
"column": 6,
- "index": 1126
+ "index": 1180
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 150,
- "column": 8,
- "index": 5155
+ "filePath": "src/components/ForbiddenPage/index.jsx",
+ "line": 17,
+ "column": 10,
+ "index": 511
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 160,
- "column": 8,
- "index": 5490
- },
+ "filePath": "src/components/UserActivationPage/index.jsx",
+ "line": 88,
+ "column": 14,
+ "index": 2909
+ }
+ ],
+ "useToggle": [
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 170,
- "column": 6,
- "index": 5894
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
+ "line": 100,
+ "column": 74,
+ "index": 3004
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 187,
- "column": 10,
- "index": 6391
+ "filePath": "src/components/BulkEnrollmentPage/stepper/ReviewList.jsx",
+ "line": 44,
+ "column": 42,
+ "index": 1235
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 141,
- "column": 10,
- "index": 4461
+ "filePath": "src/components/ContentHighlights/DeleteHighlightSet.jsx",
+ "line": 25,
+ "column": 32,
+ "index": 1008
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx",
- "line": 36,
- "column": 8,
- "index": 1283
+ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "line": 52,
+ "column": 62,
+ "index": 2048
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
- "line": 57,
- "column": 8,
- "index": 1893
+ "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
+ "line": 23,
+ "column": 65,
+ "index": 1256
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 210,
- "column": 8,
- "index": 6446
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
+ "line": 37,
+ "column": 32,
+ "index": 1162
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 187,
- "column": 8,
- "index": 5495
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 40,
+ "column": 47,
+ "index": 1626
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 162,
- "column": 10,
- "index": 5236
+ "filePath": "src/components/settings/SettingsLMSTab/ExistingLMSCardDeck.jsx",
+ "line": 16,
+ "column": 47,
+ "index": 414
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 161,
- "column": 10,
- "index": 5531
+ "filePath": "src/components/settings/SettingsLMSTab/index.jsx",
+ "line": 46,
+ "column": 62,
+ "index": 1778
},
{
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 108,
- "column": 8,
- "index": 3163
+ "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
+ "line": 19,
+ "column": 47,
+ "index": 779
},
{
- "filePath": "src/components/SubsidyRequestManagementTable/ActionCell.jsx",
- "line": 15,
- "column": 4,
- "index": 288
- }
- ],
- "ErrorOutline": [
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpirationModals.jsx",
+ "line": 84,
+ "column": 68,
+ "index": 3499
+ },
{
- "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
- "line": 151,
- "column": 14,
- "index": 4531
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpirationModals.jsx",
+ "line": 85,
+ "column": 71,
+ "index": 3604
}
],
- "DataTable.TableControlBar": [
- {
- "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
- "line": 178,
- "column": 8,
- "index": 5310
- },
+ "Stack": [
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx",
- "line": 102,
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
+ "line": 138,
"column": 6,
- "index": 3337
+ "index": 3994
},
{
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
- "line": 162,
- "column": 10,
- "index": 5513
+ "filePath": "src/components/CodeManagement/ManageRequestsTab.jsx",
+ "line": 49,
+ "column": 4,
+ "index": 1838
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx",
- "line": 145,
- "column": 8,
- "index": 4133
+ "filePath": "src/components/ContentHighlights/ContentHighlightCardContainer.jsx",
+ "line": 12,
+ "column": 4,
+ "index": 511
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/LearnerMetadataTable.jsx",
- "line": 152,
- "column": 8,
- "index": 4419
+ "filePath": "src/components/ContentHighlights/CurrentContentHighlights.jsx",
+ "line": 10,
+ "column": 2,
+ "index": 267
},
{
- "filePath": "src/components/SubsidyRequestManagementTable/SubsidyRequestManagementTable.jsx",
- "line": 90,
- "column": 6,
- "index": 2145
- }
- ],
- "DataTable.Table": [
- {
- "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
- "line": 179,
- "column": 8,
- "index": 5348
+ "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
+ "line": 14,
+ "column": 4,
+ "index": 452
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx",
- "line": 115,
- "column": 33,
- "index": 3692
+ "filePath": "src/components/learner-credit-management/LearnerCreditDisclaimer.jsx",
+ "line": 8,
+ "column": 2,
+ "index": 194
},
{
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
- "line": 163,
+ "filePath": "src/components/learner-credit-management/LearnerCreditManagement.jsx",
+ "line": 74,
"column": 10,
- "index": 5553
+ "index": 2567
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx",
- "line": 146,
+ "filePath": "src/components/subscriptions/SubscriptionCard.jsx",
+ "line": 75,
"column": 8,
- "index": 4171
+ "index": 1902
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/LearnerMetadataTable.jsx",
- "line": 153,
+ "filePath": "src/components/subscriptions/SubscriptionCard.jsx",
+ "line": 132,
"column": 8,
- "index": 4457
+ "index": 3409
},
{
- "filePath": "src/components/SubsidyRequestManagementTable/SubsidyRequestManagementTable.jsx",
- "line": 91,
- "column": 6,
- "index": 2181
+ "filePath": "src/components/subscriptions/SubscriptionSubsidyRequests.jsx",
+ "line": 44,
+ "column": 4,
+ "index": 1770
}
],
- "DataTable.TableFooter": [
+ "Form.Checkbox": [
{
- "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
- "line": 180,
+ "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
+ "line": 139,
"column": 8,
- "index": 5376
- },
- {
- "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx",
- "line": 117,
- "column": 6,
- "index": 3778
+ "index": 4041
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx",
- "line": 148,
- "column": 8,
- "index": 4259
+ "filePath": "src/components/CodeAssignmentModal/index.jsx",
+ "line": 369,
+ "column": 10,
+ "index": 11349
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/LearnerMetadataTable.jsx",
- "line": 155,
- "column": 8,
- "index": 4545
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 223,
+ "column": 10,
+ "index": 7772
},
{
- "filePath": "src/components/SubsidyRequestManagementTable/SubsidyRequestManagementTable.jsx",
- "line": 95,
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigServiceProviderStep.jsx",
+ "line": 44,
"column": 6,
- "index": 2299
- }
- ],
- "DataTable.RowStatus": [
+ "index": 1580
+ },
{
- "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx",
- "line": 181,
- "column": 10,
- "index": 5410
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 89,
+ "column": 8,
+ "index": 2353
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSearchPagination.jsx",
- "line": 12,
- "column": 4,
- "index": 297
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 97,
+ "column": 8,
+ "index": 2674
}
],
- "Stepper": [
+ "Alert": [
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 50,
+ "filePath": "src/components/BulkEnrollmentPage/stepper/DismissibleCourseWarning.jsx",
+ "line": 13,
"column": 4,
- "index": 1648
+ "index": 380
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 258,
- "column": 6,
- "index": 9704
+ "filePath": "src/components/BulkEnrollmentPage/stepper/ReviewList.jsx",
+ "line": 64,
+ "column": 14,
+ "index": 1798
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 136,
- "column": 6,
- "index": 5169
- }
- ],
- "ModalDialog": [
- {
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 51,
+ "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
+ "line": 173,
"column": 6,
- "index": 1688
- },
- {
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 28,
- "column": 2,
- "index": 537
- },
- {
- "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
- "line": 66,
- "column": 4,
- "index": 2663
+ "index": 4817
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 160,
+ "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
+ "line": 214,
"column": 6,
- "index": 5766
- },
- {
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx",
- "line": 21,
- "column": 4,
- "index": 679
- },
- {
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
- "line": 34,
- "column": 4,
- "index": 1140
+ "index": 6094
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 150,
- "column": 4,
- "index": 4492
+ "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
+ "line": 229,
+ "column": 6,
+ "index": 6508
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 145,
+ "filePath": "src/components/CodeModal/ModalError.jsx",
+ "line": 11,
"column": 4,
- "index": 4029
+ "index": 267
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 85,
- "column": 4,
- "index": 2438
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 40,
+ "column": 8,
+ "index": 830
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 84,
- "column": 4,
- "index": 2580
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
+ "line": 45,
+ "column": 10,
+ "index": 1537
},
{
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 62,
- "column": 4,
- "index": 1554
- }
- ],
- "ModalDialog.Header": [
- {
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 60,
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
+ "line": 68,
"column": 8,
- "index": 1915
+ "index": 2021
},
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 35,
- "column": 4,
- "index": 667
+ "filePath": "src/components/ContentHighlights/ContentHighlightsCardItemsContainer.jsx",
+ "line": 26,
+ "column": 6,
+ "index": 937
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
- "line": 74,
+ "filePath": "src/components/ContentHighlights/CurrentContentHighlightHeader.jsx",
+ "line": 83,
"column": 6,
- "index": 2820
+ "index": 2546
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 165,
+ "filePath": "src/components/ContentHighlights/DeleteHighlightSet.jsx",
+ "line": 126,
"column": 8,
- "index": 5894
+ "index": 4194
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
- "line": 40,
+ "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperConfirmContent.jsx",
+ "line": 110,
"column": 6,
- "index": 1279
+ "index": 3581
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 156,
- "column": 6,
- "index": 4616
+ "filePath": "src/components/ErrorPage/index.jsx",
+ "line": 27,
+ "column": 10,
+ "index": 670
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 151,
+ "filePath": "src/components/FeatureAnnouncementBanner/index.jsx",
+ "line": 50,
"column": 6,
- "index": 4153
+ "index": 1609
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 93,
+ "filePath": "src/components/InviteLearnersModal/index.jsx",
+ "line": 157,
"column": 8,
- "index": 2627
+ "index": 4573
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 92,
- "column": 8,
- "index": 2765
+ "filePath": "src/components/learner-credit-management/OfferUtilizationAlerts.jsx",
+ "line": 56,
+ "column": 6,
+ "index": 1725
},
{
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 69,
+ "filePath": "src/components/learner-credit-management/OfferUtilizationAlerts.jsx",
+ "line": 78,
"column": 6,
- "index": 1724
- }
- ],
- "ModalDialog.Title": [
- {
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 61,
- "column": 10,
- "index": 1946
+ "index": 2542
},
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 36,
- "column": 6,
- "index": 694
+ "filePath": "src/components/NewFeatureAlertBrowseAndRequest/index.jsx",
+ "line": 45,
+ "column": 4,
+ "index": 1515
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
- "line": 75,
+ "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx",
+ "line": 44,
"column": 8,
- "index": 2849
+ "index": 971
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 166,
- "column": 10,
- "index": 5948
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
+ "line": 120,
+ "column": 8,
+ "index": 3977
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSSOManagement.jsx",
"line": 41,
"column": 8,
- "index": 1308
+ "index": 1153
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 157,
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSubsidyRequestManagement.jsx",
+ "line": 56,
"column": 8,
- "index": 4645
+ "index": 1733
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 152,
+ "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
+ "line": 97,
+ "column": 6,
+ "index": 3970
+ },
+ {
+ "filePath": "src/components/settings/SettingsLMSTab/index.jsx",
+ "line": 169,
"column": 8,
- "index": 4182
+ "index": 6275
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 94,
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 71,
"column": 10,
- "index": 2658
+ "index": 2887
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 93,
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 76,
"column": 10,
- "index": 2796
+ "index": 3080
},
{
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 70,
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigForm.jsx",
+ "line": 18,
+ "column": 6,
+ "index": 676
+ },
+ {
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 199,
"column": 8,
- "index": 1753
- }
- ],
- "ModalDialog.Body": [
+ "index": 6974
+ },
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 65,
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConnectStep.jsx",
+ "line": 54,
"column": 8,
- "index": 2071
+ "index": 2177
},
{
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 51,
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConnectStep.jsx",
+ "line": 59,
+ "column": 30,
+ "index": 2412
+ },
+ {
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpirationBanner.jsx",
+ "line": 122,
"column": 4,
- "index": 1066
+ "index": 4156
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
- "line": 81,
- "column": 6,
- "index": 3009
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
+ "line": 164,
+ "column": 12,
+ "index": 4825
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
+ "line": 158,
+ "column": 12,
+ "index": 4361
+ },
+ {
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
"line": 170,
- "column": 8,
- "index": 6080
+ "column": 12,
+ "index": 4856
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx",
- "line": 27,
- "column": 6,
- "index": 813
+ "filePath": "src/components/subscriptions/SubscriptionData.jsx",
+ "line": 36,
+ "column": 4,
+ "index": 841
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
- "line": 46,
- "column": 6,
- "index": 1479
+ "filePath": "src/components/subsidy-request-management-alerts/NoAvailableCodesBanner.jsx",
+ "line": 23,
+ "column": 4,
+ "index": 606
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 161,
- "column": 6,
- "index": 4746
+ "filePath": "src/components/subsidy-request-management-alerts/NoAvailableLicensesBanner.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 476
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 156,
- "column": 6,
- "index": 4283
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 98,
+ "column": 12,
+ "index": 2774
},
{
"filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 109,
- "column": 8,
- "index": 3133
+ "line": 151,
+ "column": 12,
+ "index": 4832
},
{
"filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 108,
- "column": 8,
- "index": 3270
+ "line": 97,
+ "column": 12,
+ "index": 2915
},
{
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 84,
- "column": 6,
- "index": 2148
- }
- ],
- "Stepper.Step": [
- {
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 66,
- "column": 10,
- "index": 2100
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 150,
+ "column": 12,
+ "index": 5114
},
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
"line": 74,
"column": 10,
- "index": 2436
+ "index": 1856
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 328,
+ "filePath": "src/components/UserActivationPage/index.jsx",
+ "line": 79,
"column": 10,
- "index": 12317
+ "index": 2471
+ }
+ ],
+ "WarningFilled": [
+ {
+ "filePath": "src/components/BulkEnrollmentPage/stepper/DismissibleCourseWarning.jsx",
+ "line": 16,
+ "column": 12,
+ "index": 441
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 338,
- "column": 10,
- "index": 12702
+ "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
+ "line": 229,
+ "column": 37,
+ "index": 6539
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 346,
- "column": 10,
- "index": 13022
+ "filePath": "src/components/learner-credit-management/OfferUtilizationAlerts.jsx",
+ "line": 59,
+ "column": 14,
+ "index": 1807
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 140,
- "column": 10,
- "index": 5288
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 71,
+ "column": 41,
+ "index": 2918
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 144,
- "column": 10,
- "index": 5414
+ "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
+ "line": 76,
+ "column": 41,
+ "index": 3111
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 148,
- "column": 10,
- "index": 5563
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigForm.jsx",
+ "line": 21,
+ "column": 14,
+ "index": 739
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 166,
- "column": 10,
- "index": 6331
+ "filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx",
+ "line": 8,
+ "column": 15,
+ "index": 265
}
],
- "ModalDialog.Footer": [
- {
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 81,
- "column": 8,
- "index": 2724
- },
- {
- "filePath": "src/components/ConfirmationModal/index.jsx",
- "line": 54,
- "column": 4,
- "index": 1126
- },
+ "Alert.Heading": [
{
- "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
- "line": 143,
+ "filePath": "src/components/BulkEnrollmentPage/stepper/DismissibleCourseWarning.jsx",
+ "line": 20,
"column": 6,
- "index": 5447
+ "index": 527
},
{
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 175,
+ "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
+ "line": 174,
"column": 8,
- "index": 6259
+ "index": 4862
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiredModal.jsx",
- "line": 35,
- "column": 6,
- "index": 1254
+ "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
+ "line": 221,
+ "column": 8,
+ "index": 6302
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx",
- "line": 56,
- "column": 6,
- "index": 1864
+ "filePath": "src/components/CodeModal/ModalError.jsx",
+ "line": 14,
+ "column": 8,
+ "index": 397
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 209,
- "column": 6,
- "index": 6417
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 44,
+ "column": 10,
+ "index": 906
},
{
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 186,
- "column": 6,
- "index": 5466
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
+ "line": 49,
+ "column": 12,
+ "index": 1621
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 161,
- "column": 8,
- "index": 5205
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
+ "line": 81,
+ "column": 10,
+ "index": 2401
},
{
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 160,
+ "filePath": "src/components/ContentHighlights/CurrentContentHighlightHeader.jsx",
+ "line": 91,
"column": 8,
- "index": 5500
+ "index": 2758
},
{
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 107,
- "column": 6,
- "index": 3134
- }
- ],
- "Stepper.ActionRow": [
- {
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 82,
- "column": 10,
- "index": 2755
+ "filePath": "src/components/ErrorPage/index.jsx",
+ "line": 31,
+ "column": 12,
+ "index": 759
},
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentStepper.jsx",
- "line": 91,
- "column": 10,
- "index": 3091
+ "filePath": "src/components/FeatureAnnouncementBanner/index.jsx",
+ "line": 51,
+ "column": 8,
+ "index": 1673
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 267,
- "column": 14,
- "index": 10053
+ "filePath": "src/components/InviteLearnersModal/index.jsx",
+ "line": 161,
+ "column": 10,
+ "index": 4654
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 287,
- "column": 14,
- "index": 10890
+ "filePath": "src/components/learner-credit-management/OfferUtilizationAlerts.jsx",
+ "line": 72,
+ "column": 8,
+ "index": 2232
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
- "line": 305,
- "column": 14,
- "index": 11553
+ "filePath": "src/components/learner-credit-management/OfferUtilizationAlerts.jsx",
+ "line": 92,
+ "column": 8,
+ "index": 2972
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 176,
+ "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx",
+ "line": 45,
"column": 10,
- "index": 6677
+ "index": 1030
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 204,
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
+ "line": 121,
"column": 10,
- "index": 7647
+ "index": 4036
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 218,
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSSOManagement.jsx",
+ "line": 42,
"column": 10,
- "index": 8193
+ "index": 1212
},
{
- "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
- "line": 239,
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSubsidyRequestManagement.jsx",
+ "line": 57,
"column": 10,
- "index": 8919
- }
- ],
- "MailtoLink": [
+ "index": 1792
+ },
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
- "line": 48,
- "column": 6,
- "index": 1180
+ "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
+ "line": 105,
+ "column": 8,
+ "index": 4172
},
{
- "filePath": "src/components/ForbiddenPage/index.jsx",
- "line": 17,
+ "filePath": "src/components/settings/SettingsLMSTab/index.jsx",
+ "line": 179,
"column": 10,
- "index": 511
+ "index": 6566
},
{
- "filePath": "src/components/UserActivationPage/index.jsx",
- "line": 98,
- "column": 32,
- "index": 3479
- }
- ],
- "useToggle": [
+ "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigForm.jsx",
+ "line": 32,
+ "column": 8,
+ "index": 1004
+ },
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
- "line": 100,
- "column": 74,
- "index": 3004
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 212,
+ "column": 10,
+ "index": 7316
},
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/ReviewList.jsx",
- "line": 44,
- "column": 42,
- "index": 1235
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpirationBanner.jsx",
+ "line": 33,
+ "column": 6,
+ "index": 1291
},
{
- "filePath": "src/components/ContentHighlights/DeleteHighlightSet.jsx",
- "line": 25,
- "column": 32,
- "index": 1008
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpirationBanner.jsx",
+ "line": 42,
+ "column": 6,
+ "index": 1622
},
{
- "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx",
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpirationBanner.jsx",
"line": 52,
- "column": 62,
- "index": 2048
+ "column": 6,
+ "index": 2033
},
{
- "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
- "line": 23,
- "column": 65,
- "index": 1256
+ "filePath": "src/components/subscriptions/expiration/SubscriptionExpirationBanner.jsx",
+ "line": 59,
+ "column": 6,
+ "index": 2222
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
- "line": 38,
- "column": 32,
- "index": 1163
+ "filePath": "src/components/subsidy-request-management-alerts/NoAvailableCodesBanner.jsx",
+ "line": 32,
+ "column": 6,
+ "index": 806
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 40,
- "column": 47,
- "index": 1636
+ "filePath": "src/components/subsidy-request-management-alerts/NoAvailableLicensesBanner.jsx",
+ "line": 28,
+ "column": 6,
+ "index": 676
},
{
- "filePath": "src/components/settings/SettingsLMSTab/ExistingLMSCardDeck.jsx",
- "line": 14,
- "column": 47,
- "index": 421
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 104,
+ "column": 14,
+ "index": 2971
},
{
- "filePath": "src/components/settings/SettingsLMSTab/index.jsx",
- "line": 46,
- "column": 62,
- "index": 1797
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 156,
+ "column": 14,
+ "index": 5003
},
{
- "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
- "line": 19,
- "column": 47,
- "index": 789
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 103,
+ "column": 14,
+ "index": 3108
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpirationModals.jsx",
- "line": 84,
- "column": 68,
- "index": 3499
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 155,
+ "column": 14,
+ "index": 5287
},
{
- "filePath": "src/components/subscriptions/expiration/SubscriptionExpirationModals.jsx",
- "line": 85,
- "column": 71,
- "index": 3604
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 79,
+ "column": 12,
+ "index": 2002
}
],
- "Stack": [
+ "Card": [
{
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
- "line": 138,
+ "filePath": "src/components/BulkEnrollmentPage/stepper/ReviewItem.jsx",
+ "line": 19,
"column": 6,
- "index": 3994
+ "index": 398
},
{
- "filePath": "src/components/CodeManagement/ManageRequestsTab.jsx",
- "line": 50,
+ "filePath": "src/components/ContentHighlights/ContentHighlightCardItem.jsx",
+ "line": 34,
"column": 4,
- "index": 1835
+ "index": 1159
},
{
- "filePath": "src/components/ContentHighlights/ContentHighlightCardContainer.jsx",
- "line": 12,
+ "filePath": "src/components/ContentHighlights/ContentHighlightSetCard.jsx",
+ "line": 34,
"column": 4,
- "index": 511
+ "index": 951
},
{
- "filePath": "src/components/ContentHighlights/CurrentContentHighlights.jsx",
- "line": 10,
+ "filePath": "src/components/ContentHighlights/SkeletonContentCard.jsx",
+ "line": 5,
"column": 2,
- "index": 267
- },
- {
- "filePath": "src/components/learner-credit-management/BudgetCard.jsx",
- "line": 114,
- "column": 4,
- "index": 3132
+ "index": 103
},
{
- "filePath": "src/components/learner-credit-management/BudgetCard.jsx",
- "line": 133,
- "column": 16,
- "index": 3584
+ "filePath": "src/components/ContentHighlights/ZeroState/ZeroStateHighlights.jsx",
+ "line": 43,
+ "column": 8,
+ "index": 1518
},
{
- "filePath": "src/components/learner-credit-management/BudgetCard.jsx",
- "line": 143,
- "column": 16,
- "index": 3950
+ "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
+ "line": 12,
+ "column": 6,
+ "index": 295
},
{
- "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
- "line": 14,
- "column": 4,
- "index": 452
+ "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 618
},
{
- "filePath": "src/components/learner-credit-management/LearnerCreditDisclaimer.jsx",
- "line": 8,
- "column": 2,
- "index": 194
+ "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
+ "line": 30,
+ "column": 6,
+ "index": 914
},
{
- "filePath": "src/components/learner-credit-management/LearnerCreditManagement.jsx",
- "line": 74,
+ "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
+ "line": 60,
"column": 10,
- "index": 2558
+ "index": 1613
},
{
- "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx",
- "line": 34,
- "column": 6,
- "index": 803
- },
- {
- "filePath": "src/components/learner-credit-management/MultipleBudgetsPicker.jsx",
- "line": 16,
- "column": 2,
- "index": 248
- },
- {
- "filePath": "src/components/subscriptions/SubscriptionCard.jsx",
- "line": 70,
- "column": 8,
- "index": 1886
- },
- {
- "filePath": "src/components/subscriptions/SubscriptionCard.jsx",
- "line": 127,
- "column": 8,
- "index": 3393
- },
- {
- "filePath": "src/components/subscriptions/SubscriptionSubsidyRequests.jsx",
- "line": 44,
- "column": 4,
- "index": 1770
- }
- ],
- "Form.Checkbox": [
- {
- "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx",
- "line": 139,
- "column": 8,
- "index": 4041
- },
- {
- "filePath": "src/components/CodeAssignmentModal/index.jsx",
- "line": 372,
- "column": 10,
- "index": 11454
- },
- {
- "filePath": "src/components/CouponDetails/index.jsx",
- "line": 245,
- "column": 8,
- "index": 7192
- },
- {
- "filePath": "src/components/CouponDetails/index.jsx",
- "line": 417,
- "column": 8,
- "index": 12740
- },
- {
- "filePath": "src/components/ReduxFormCheckbox/index.jsx",
- "line": 16,
- "column": 6,
- "index": 256
- },
- {
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
- "line": 223,
- "column": 10,
- "index": 7772
- },
- {
- "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigServiceProviderStep.jsx",
- "line": 44,
- "column": 6,
- "index": 1580
- },
- {
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 89,
- "column": 8,
- "index": 2353
- },
- {
- "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
- "line": 97,
- "column": 8,
- "index": 2674
- }
- ],
- "WarningFilled": [
- {
- "filePath": "src/components/BulkEnrollmentPage/stepper/DismissibleCourseWarning.jsx",
- "line": 16,
- "column": 12,
- "index": 441
- },
- {
- "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 231,
- "column": 37,
- "index": 6561
- },
- {
- "filePath": "src/components/learner-credit-management/OfferUtilizationAlerts.jsx",
- "line": 59,
- "column": 14,
- "index": 1807
- },
- {
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 71,
- "column": 41,
- "index": 2918
- },
- {
- "filePath": "src/components/settings/SettingsSSOTab/index.jsx",
- "line": 76,
- "column": 41,
- "index": 3111
- },
- {
- "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigForm.jsx",
- "line": 21,
- "column": 14,
- "index": 739
- },
- {
- "filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx",
- "line": 8,
- "column": 15,
- "index": 265
- }
- ],
- "Card": [
- {
- "filePath": "src/components/BulkEnrollmentPage/stepper/ReviewItem.jsx",
- "line": 19,
- "column": 6,
- "index": 398
- },
- {
- "filePath": "src/components/ContentHighlights/ContentHighlightCardItem.jsx",
- "line": 34,
- "column": 4,
- "index": 1159
- },
- {
- "filePath": "src/components/ContentHighlights/ContentHighlightSetCard.jsx",
- "line": 34,
- "column": 4,
- "index": 951
- },
- {
- "filePath": "src/components/ContentHighlights/SkeletonContentCard.jsx",
- "line": 5,
- "column": 2,
- "index": 103
- },
- {
- "filePath": "src/components/ContentHighlights/ZeroState/ZeroStateHighlights.jsx",
- "line": 43,
- "column": 8,
- "index": 1518
- },
- {
- "filePath": "src/components/learner-credit-management/BudgetCard.jsx",
- "line": 129,
- "column": 12,
- "index": 3483
- },
- {
- "filePath": "src/components/learner-credit-management/BudgetCard.jsx",
- "line": 139,
- "column": 12,
- "index": 3849
- },
- {
- "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
- "line": 12,
- "column": 6,
- "index": 295
- },
- {
- "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
- "line": 21,
- "column": 6,
- "index": 618
- },
- {
- "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
- "line": 30,
- "column": 6,
- "index": 914
- },
- {
- "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
- "line": 60,
- "column": 10,
- "index": 1613
- },
- {
- "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
- "line": 72,
- "column": 10,
- "index": 2090
+ "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
+ "line": 72,
+ "column": 10,
+ "index": 2090
},
{
"filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
@@ -6123,12 +5776,6 @@
"column": 8,
"index": 3385
},
- {
- "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx",
- "line": 37,
- "column": 8,
- "index": 893
- },
{
"filePath": "src/components/settings/SettingsAppearanceTab/ThemeCard.jsx",
"line": 25,
@@ -6139,13 +5786,13 @@
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 226,
"column": 10,
- "index": 7501
+ "index": 7486
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 164,
+ "line": 165,
"column": 6,
- "index": 5156
+ "index": 5157
},
{
"filePath": "src/components/settings/SettingsLMSTab/NoConfigCard.jsx",
@@ -6157,7 +5804,7 @@
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
"line": 103,
"column": 10,
- "index": 2963
+ "index": 2948
},
{
"filePath": "src/components/settings/SettingsSSOTab/NoSSOCard.jsx",
@@ -6173,9 +5820,9 @@
},
{
"filePath": "src/components/subscriptions/SubscriptionCard.jsx",
- "line": 120,
+ "line": 125,
"column": 4,
- "index": 3216
+ "index": 3232
},
{
"filePath": "src/components/subscriptions/SubscriptionZeroStateMessage.jsx",
@@ -6215,12 +5862,6 @@
"column": 2,
"index": 173
},
- {
- "filePath": "src/components/learner-credit-management/BudgetCard.jsx",
- "line": 84,
- "column": 4,
- "index": 2209
- },
{
"filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
"line": 13,
@@ -6263,12 +5904,6 @@
"column": 10,
"index": 3420
},
- {
- "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx",
- "line": 38,
- "column": 10,
- "index": 910
- },
{
"filePath": "src/components/settings/SettingsAppearanceTab/ThemeCard.jsx",
"line": 26,
@@ -6279,7 +5914,7 @@
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 227,
"column": 12,
- "index": 7537
+ "index": 7522
},
{
"filePath": "src/components/settings/SettingsLMSTab/NoConfigCard.jsx",
@@ -6301,9 +5936,9 @@
},
{
"filePath": "src/components/subscriptions/SubscriptionCard.jsx",
- "line": 103,
+ "line": 108,
"column": 6,
- "index": 2649
+ "index": 2665
},
{
"filePath": "src/components/subscriptions/SubscriptionZeroStateMessage.jsx",
@@ -6335,19 +5970,19 @@
"filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
"line": 94,
"column": 12,
- "index": 2936
+ "index": 2966
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 176,
+ "line": 177,
"column": 20,
- "index": 5565
+ "index": 5566
},
{
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
"line": 118,
"column": 24,
- "index": 3490
+ "index": 3475
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx",
@@ -6379,7 +6014,7 @@
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
"line": 154,
"column": 24,
- "index": 5089
+ "index": 5074
}
],
"DataTableContext.Provider": [
@@ -6409,13 +6044,13 @@
"filePath": "src/components/BulkEnrollmentPage/table/CourseSearchResultsCells.jsx",
"line": 12,
"column": 2,
- "index": 328
+ "index": 330
},
{
"filePath": "src/components/IconWithTooltip/index.jsx",
"line": 13,
"column": 4,
- "index": 447
+ "index": 556
},
{
"filePath": "src/components/InfoHover/index.jsx",
@@ -6437,15 +6072,15 @@
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
- "line": 32,
+ "line": 36,
"column": 8,
- "index": 1268
+ "index": 1274
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 237,
+ "line": 238,
"column": 16,
- "index": 7865
+ "index": 7866
},
{
"filePath": "src/components/settings/SettingsSSOTab/SSOConfigConfiguredCard.jsx",
@@ -6489,7 +6124,7 @@
"filePath": "src/components/BulkEnrollmentPage/table/CourseSearchResultsCells.jsx",
"line": 18,
"column": 6,
- "index": 433
+ "index": 435
},
{
"filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
@@ -6499,15 +6134,15 @@
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
- "line": 38,
+ "line": 42,
"column": 12,
- "index": 1422
+ "index": 1428
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 242,
+ "line": 243,
"column": 20,
- "index": 8076
+ "index": 8077
},
{
"filePath": "src/components/settings/SettingsSSOTab/SSOConfigConfiguredCard.jsx",
@@ -6527,7 +6162,7 @@
"filePath": "src/components/BulkEnrollmentPage/table/CourseSearchResultsCells.jsx",
"line": 19,
"column": 8,
- "index": 479
+ "index": 481
},
{
"filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
@@ -6537,9 +6172,9 @@
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 243,
+ "line": 244,
"column": 22,
- "index": 8160
+ "index": 8161
},
{
"filePath": "src/components/SubsidyRequestManagementTable/CourseTitleCell.jsx",
@@ -6553,7 +6188,7 @@
"filePath": "src/components/BulkEnrollmentPage/table/CourseSearchResultsCells.jsx",
"line": 20,
"column": 8,
- "index": 526
+ "index": 528
},
{
"filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx",
@@ -6563,15 +6198,15 @@
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
- "line": 39,
+ "line": 43,
"column": 14,
- "index": 1482
+ "index": 1488
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 244,
+ "line": 245,
"column": 22,
- "index": 8232
+ "index": 8233
},
{
"filePath": "src/components/settings/SettingsSSOTab/SSOConfigConfiguredCard.jsx",
@@ -6589,125 +6224,27 @@
"Modal": [
{
"filePath": "src/components/CodeAssignmentModal/index.jsx",
- "line": 408,
+ "line": 405,
"column": 6,
- "index": 12195
+ "index": 12074
},
{
"filePath": "src/components/CodeReminderModal/index.jsx",
- "line": 220,
+ "line": 217,
"column": 6,
- "index": 6293
+ "index": 6100
},
{
"filePath": "src/components/CodeRevokeModal/index.jsx",
"line": 231,
"column": 6,
- "index": 6460
+ "index": 6488
},
{
"filePath": "src/components/InviteLearnersModal/index.jsx",
"line": 182,
"column": 6,
- "index": 5083
- }
- ],
- "Spinner": [
- {
- "filePath": "src/components/CodeAssignmentModal/index.jsx",
- "line": 421,
- "column": 60,
- "index": 12641
- },
- {
- "filePath": "src/components/CodeReminderModal/index.jsx",
- "line": 232,
- "column": 51,
- "index": 6710
- },
- {
- "filePath": "src/components/CodeRevokeModal/index.jsx",
- "line": 243,
- "column": 58,
- "index": 6882
- },
- {
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
- "line": 118,
- "column": 12,
- "index": 4643
- },
- {
- "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
- "line": 141,
- "column": 12,
- "index": 5646
- },
- {
- "filePath": "src/components/DownloadCsvButton/index.jsx",
- "line": 39,
- "column": 24,
- "index": 1068
- },
- {
- "filePath": "src/components/InviteLearnersModal/index.jsx",
- "line": 195,
- "column": 29,
- "index": 5499
- },
- {
- "filePath": "src/components/NumberCard/index.jsx",
- "line": 154,
- "column": 15,
- "index": 4706
- },
- {
- "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 424,
- "column": 25,
- "index": 16347
- },
- {
- "filePath": "src/components/RequestCodesPage/RequestCodesForm.jsx",
- "line": 123,
- "column": 33,
- "index": 3370
- },
- {
- "filePath": "src/components/SaveTemplateButton/index.jsx",
- "line": 153,
- "column": 19,
- "index": 4927
- },
- {
- "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessTabSection.jsx",
- "line": 32,
- "column": 8,
- "index": 607
- },
- {
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
- "line": 75,
- "column": 19,
- "index": 2155
- },
- {
- "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx",
- "line": 52,
- "column": 17,
- "index": 1746
- },
- {
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 221,
- "column": 23,
- "index": 6863
- },
- {
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 199,
- "column": 23,
- "index": 5963
+ "index": 5080
}
],
"Tab": [
@@ -6737,39 +6274,39 @@
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx",
- "line": 22,
+ "line": 24,
"column": 8,
- "index": 826
+ "index": 829
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx",
- "line": 27,
+ "line": 29,
"column": 8,
- "index": 1156
+ "index": 1159
},
{
"filePath": "src/components/settings/SettingsTabs.jsx",
"line": 53,
"column": 8,
- "index": 1487
+ "index": 1478
},
{
"filePath": "src/components/settings/SettingsTabs.jsx",
- "line": 68,
+ "line": 72,
"column": 8,
- "index": 1950
+ "index": 2213
},
{
"filePath": "src/components/settings/SettingsTabs.jsx",
- "line": 87,
+ "line": 86,
"column": 8,
- "index": 2685
+ "index": 2611
},
{
"filePath": "src/components/settings/SettingsTabs.jsx",
- "line": 101,
+ "line": 103,
"column": 8,
- "index": 3083
+ "index": 3143
},
{
"filePath": "src/components/subscriptions/SubscriptionTabs.jsx",
@@ -6799,9 +6336,9 @@
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx",
- "line": 16,
+ "line": 18,
"column": 6,
- "index": 683
+ "index": 686
},
{
"filePath": "src/components/settings/SettingsTabs.jsx",
@@ -6863,7 +6400,7 @@
"filePath": "src/components/learner-credit-management/LearnerCreditManagement.jsx",
"line": 65,
"column": 6,
- "index": 2165
+ "index": 2167
},
{
"filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx",
@@ -6885,17 +6422,139 @@
},
{
"filePath": "src/components/UserActivationPage/index.jsx",
- "line": 81,
+ "line": 76,
"column": 4,
- "index": 2559
+ "index": 2333
+ }
+ ],
+ "Info": [
+ {
+ "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
+ "line": 173,
+ "column": 36,
+ "index": 4847
+ },
+ {
+ "filePath": "src/components/ConfirmationModal/index.jsx",
+ "line": 41,
+ "column": 16,
+ "index": 853
+ },
+ {
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
+ "line": 47,
+ "column": 18,
+ "index": 1591
+ },
+ {
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx",
+ "line": 70,
+ "column": 16,
+ "index": 2071
+ },
+ {
+ "filePath": "src/components/ContentHighlights/CurrentContentHighlightHeader.jsx",
+ "line": 85,
+ "column": 14,
+ "index": 2592
+ },
+ {
+ "filePath": "src/components/ContentHighlights/DeleteHighlightSet.jsx",
+ "line": 131,
+ "column": 16,
+ "index": 4348
+ },
+ {
+ "filePath": "src/components/learner-credit-management/LearnerCreditDisclaimer.jsx",
+ "line": 9,
+ "column": 15,
+ "index": 257
+ },
+ {
+ "filePath": "src/components/learner-credit-management/OfferUtilizationAlerts.jsx",
+ "line": 81,
+ "column": 14,
+ "index": 2621
+ },
+ {
+ "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx",
+ "line": 44,
+ "column": 21,
+ "index": 984
+ },
+ {
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx",
+ "line": 120,
+ "column": 21,
+ "index": 3990
+ },
+ {
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSSOManagement.jsx",
+ "line": 41,
+ "column": 21,
+ "index": 1166
+ },
+ {
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSubsidyRequestManagement.jsx",
+ "line": 56,
+ "column": 21,
+ "index": 1746
+ },
+ {
+ "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
+ "line": 100,
+ "column": 14,
+ "index": 4061
+ },
+ {
+ "filePath": "src/components/settings/SettingsLMSTab/index.jsx",
+ "line": 172,
+ "column": 16,
+ "index": 6376
+ },
+ {
+ "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx",
+ "line": 210,
+ "column": 16,
+ "index": 7290
+ },
+ {
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 100,
+ "column": 20,
+ "index": 2832
+ },
+ {
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 152,
+ "column": 20,
+ "index": 4859
+ },
+ {
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 99,
+ "column": 20,
+ "index": 2973
+ },
+ {
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 151,
+ "column": 20,
+ "index": 5141
+ },
+ {
+ "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx",
+ "line": 75,
+ "column": 18,
+ "index": 1881
}
],
"Pagination": [
{
"filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 199,
+ "line": 197,
"column": 10,
- "index": 5669
+ "index": 5647
},
{
"filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSearchPagination.jsx",
@@ -6905,35 +6564,17 @@
},
{
"filePath": "src/components/TableComponent/index.jsx",
- "line": 106,
+ "line": 103,
"column": 12,
- "index": 3395
+ "index": 3302
}
],
"CheckCircle": [
{
"filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 220,
- "column": 14,
- "index": 6275
- },
- {
- "filePath": "src/components/CodeSearchResults/index.jsx",
- "line": 63,
- "column": 12,
- "index": 1499
- },
- {
- "filePath": "src/components/CouponDetails/index.jsx",
- "line": 478,
+ "line": 218,
"column": 14,
- "index": 14277
- },
- {
- "filePath": "src/components/SaveTemplateButton/index.jsx",
- "line": 154,
- "column": 31,
- "index": 5018
+ "index": 6253
},
{
"filePath": "src/components/settings/SettingsAccessTab/SettingsAccessConfiguredSubsidyType.jsx",
@@ -6945,19 +6586,19 @@
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 109,
"column": 23,
- "index": 4186
+ "index": 4176
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
- "line": 26,
+ "line": 30,
"column": 31,
- "index": 1021
+ "index": 1027
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 124,
+ "line": 125,
"column": 94,
- "index": 4019
+ "index": 4020
},
{
"filePath": "src/components/settings/SettingsSSOTab/SSOConfigConfiguredCard.jsx",
@@ -6966,22 +6607,6 @@
"index": 4476
}
],
- "SpinnerIcon": [
- {
- "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 282,
- "column": 71,
- "index": 8375
- }
- ],
- "Plus": [
- {
- "filePath": "src/components/CodeManagement/ManageCodesTab.jsx",
- "line": 291,
- "column": 27,
- "index": 8686
- }
- ],
"Warning": [
{
"filePath": "src/components/CodeModal/ModalError.jsx",
@@ -6990,82 +6615,12 @@
"index": 309
}
],
- "Close": [
- {
- "filePath": "src/components/CodeSearchResults/CodeSearchResultsHeading.jsx",
- "line": 19,
- "column": 36,
- "index": 688
- },
- {
- "filePath": "src/components/FileInput/index.jsx",
- "line": 140,
- "column": 25,
- "index": 3550
- },
- {
- "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
- "line": 94,
- "column": 47,
- "index": 2971
- },
- {
- "filePath": "src/components/ReportingConfig/index.jsx",
- "line": 154,
- "column": 29,
- "index": 5038
- },
- {
- "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 426,
- "column": 34,
- "index": 16487
- },
- {
- "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 438,
- "column": 25,
- "index": 16885
- }
- ],
- "Check": [
- {
- "filePath": "src/components/CodeSearchResults/CodeSearchResultsTable.jsx",
- "line": 116,
- "column": 44,
- "index": 2913
- },
- {
- "filePath": "src/components/ReportingConfig/index.jsx",
- "line": 149,
- "column": 29,
- "index": 4865
- },
- {
- "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 425,
- "column": 37,
- "index": 16442
- },
- {
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
- "line": 76,
- "column": 31,
- "index": 2244
- },
- {
- "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx",
- "line": 53,
- "column": 29,
- "index": 1833
- }
- ],
"TransitionReplace": [
{
"filePath": "src/components/CodeSearchResults/index.jsx",
- "line": 79,
+ "line": 78,
"column": 6,
- "index": 1832
+ "index": 1818
}
],
"StatefulButton": [
@@ -7089,15 +6644,15 @@
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 412,
+ "line": 411,
"column": 12,
- "index": 15955
+ "index": 15839
},
{
"filePath": "src/components/SaveTemplateButton/index.jsx",
- "line": 142,
+ "line": 141,
"column": 6,
- "index": 4560
+ "index": 4501
},
{
"filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx",
@@ -7113,15 +6668,15 @@
},
{
"filePath": "src/components/settings/SettingsAccessTab/SettingsAccessGenerateLinkButton.jsx",
- "line": 50,
+ "line": 52,
"column": 4,
- "index": 1362
+ "index": 1493
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
- "line": 63,
+ "line": 62,
"column": 6,
- "index": 1787
+ "index": 1786
},
{
"filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx",
@@ -7133,13 +6688,13 @@
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
"line": 214,
"column": 10,
- "index": 6579
+ "index": 6582
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 191,
+ "line": 190,
"column": 10,
- "index": 5628
+ "index": 5630
},
{
"filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
@@ -7180,10 +6735,10 @@
"index": 1154
},
{
- "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx",
- "line": 46,
- "column": 16,
- "index": 1304
+ "filePath": "src/components/settings/ConfigError.jsx",
+ "line": 25,
+ "column": 10,
+ "index": 709
},
{
"filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
@@ -7195,31 +6750,31 @@
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 152,
"column": 10,
- "index": 5267
+ "index": 5257
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 162,
"column": 10,
- "index": 5606
+ "index": 5596
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 172,
"column": 8,
- "index": 6006
+ "index": 5996
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
- "line": 45,
+ "line": 49,
"column": 9,
- "index": 1774
+ "index": 1780
},
{
"filePath": "src/components/settings/SettingsLMSTab/index.jsx",
- "line": 152,
+ "line": 147,
"column": 8,
- "index": 5854
+ "index": 5591
},
{
"filePath": "src/components/settings/SettingsSSOTab/index.jsx",
@@ -7261,19 +6816,19 @@
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
"line": 168,
"column": 16,
- "index": 5003
+ "index": 5006
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 163,
+ "line": 162,
"column": 16,
- "index": 4539
+ "index": 4541
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 178,
+ "line": 177,
"column": 10,
- "index": 5208
+ "index": 5210
},
{
"filePath": "src/components/subscriptions/MultipleSubscriptionsPage.jsx",
@@ -7309,9 +6864,9 @@
},
{
"filePath": "src/components/settings/SettingsLMSTab/index.jsx",
- "line": 164,
+ "line": 159,
"column": 26,
- "index": 6279
+ "index": 6016
},
{
"filePath": "src/components/settings/SettingsLMSTab/NoConfigCard.jsx",
@@ -7358,6 +6913,50 @@
"index": 3782
}
],
+ "Spinner": [
+ {
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
+ "line": 118,
+ "column": 12,
+ "index": 4643
+ },
+ {
+ "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
+ "line": 141,
+ "column": 12,
+ "index": 5646
+ },
+ {
+ "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessTabSection.jsx",
+ "line": 32,
+ "column": 8,
+ "index": 607
+ },
+ {
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
+ "line": 74,
+ "column": 19,
+ "index": 2154
+ },
+ {
+ "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx",
+ "line": 52,
+ "column": 17,
+ "index": 1746
+ },
+ {
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
+ "line": 221,
+ "column": 23,
+ "index": 6866
+ },
+ {
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
+ "line": 198,
+ "column": 23,
+ "index": 5965
+ }
+ ],
"Form.Radio": [
{
"filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx",
@@ -7447,29 +7046,23 @@
"column": 6,
"index": 1118
},
- {
- "filePath": "src/components/learner-credit-management/BudgetCard.jsx",
- "line": 71,
- "column": 6,
- "index": 1960
- },
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 169,
+ "line": 170,
"column": 8,
- "index": 5286
+ "index": 5287
},
{
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
"line": 107,
"column": 12,
- "index": 3064
+ "index": 3049
},
{
"filePath": "src/components/subscriptions/SubscriptionCard.jsx",
- "line": 82,
+ "line": 87,
"column": 6,
- "index": 2216
+ "index": 2232
}
],
"Card.Footer": [
@@ -7499,9 +7092,9 @@
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 263,
+ "line": 264,
"column": 8,
- "index": 8802
+ "index": 8803
},
{
"filePath": "src/components/settings/SettingsLMSTab/NoConfigCard.jsx",
@@ -7555,21 +7148,21 @@
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingLMSCardDeck.jsx",
- "line": 53,
+ "line": 55,
"column": 8,
- "index": 1652
+ "index": 1640
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingLMSCardDeck.jsx",
- "line": 69,
+ "line": 71,
"column": 8,
- "index": 1982
+ "index": 1970
},
{
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
"line": 92,
"column": 6,
- "index": 2754
+ "index": 2739
}
],
"ActionRow.Spacer": [
@@ -7602,6 +7195,12 @@
"line": 19,
"column": 4,
"index": 499
+ },
+ {
+ "filePath": "src/components/settings/ConfigError.jsx",
+ "line": 23,
+ "column": 8,
+ "index": 643
}
],
"FullscreenModal": [
@@ -7651,9 +7250,9 @@
"CardView": [
{
"filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx",
- "line": 104,
+ "line": 142,
"column": 8,
- "index": 3410
+ "index": 4611
}
],
"EditCircle": [
@@ -7672,12 +7271,18 @@
"index": 350
}
],
- "FileDownload": [
+ "CheckBox": [
{
- "filePath": "src/components/DownloadCsvButton/index.jsx",
- "line": 39,
- "column": 102,
- "index": 1146
+ "filePath": "src/components/CouponDetails/index.jsx",
+ "line": 245,
+ "column": 8,
+ "index": 7174
+ },
+ {
+ "filePath": "src/components/CouponDetails/index.jsx",
+ "line": 433,
+ "column": 8,
+ "index": 13086
}
],
"MediaQuery": [
@@ -7697,49 +7302,55 @@
},
{
"filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx",
- "line": 22,
+ "line": 20,
"column": 51,
- "index": 604
+ "index": 536
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
"line": 60,
"column": 53,
- "index": 2105
+ "index": 2107
},
{
"filePath": "src/components/subscriptions/tests/SubscriptionCard.test.jsx",
- "line": 29,
+ "line": 31,
"column": 40,
- "index": 679
+ "index": 684
},
{
"filePath": "src/containers/EnterpriseApp/EnterpriseApp.test.jsx",
- "line": 188,
+ "line": 185,
"column": 26,
- "index": 5577
+ "index": 5454
}
],
"ErrorIcon": [
{
"filePath": "src/components/ErrorPage/index.jsx",
- "line": 31,
+ "line": 29,
"column": 18,
- "index": 789
+ "index": 724
},
{
"filePath": "src/components/InviteLearnersModal/index.jsx",
"line": 159,
"column": 16,
- "index": 4626
+ "index": 4623
}
],
"ValidationFormGroup": [
{
"filePath": "src/components/FileInput/index.jsx",
- "line": 72,
+ "line": 71,
"column": 6,
- "index": 1537
+ "index": 1493
+ },
+ {
+ "filePath": "src/components/ReduxFormCheckbox/index.jsx",
+ "line": 15,
+ "column": 4,
+ "index": 264
},
{
"filePath": "src/components/ReportingConfig/EmailDeliveryMethodForm.jsx",
@@ -7755,75 +7366,75 @@
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 198,
+ "line": 197,
"column": 10,
- "index": 7008
+ "index": 6892
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 214,
+ "line": 213,
"column": 12,
- "index": 7516
+ "index": 7400
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 228,
+ "line": 227,
"column": 12,
- "index": 8242
+ "index": 8126
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 243,
+ "line": 242,
"column": 12,
- "index": 8886
+ "index": 8770
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 266,
+ "line": 265,
"column": 12,
- "index": 9965
+ "index": 9849
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 284,
+ "line": 283,
"column": 12,
- "index": 10694
+ "index": 10578
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 303,
+ "line": 302,
"column": 12,
- "index": 11496
+ "index": 11380
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 319,
+ "line": 318,
"column": 12,
- "index": 12211
+ "index": 12095
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 336,
+ "line": 335,
"column": 8,
- "index": 12915
+ "index": 12799
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 367,
+ "line": 366,
"column": 10,
- "index": 13997
+ "index": 13881
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 385,
+ "line": 384,
"column": 10,
- "index": 14804
+ "index": 14688
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 406,
+ "line": 405,
"column": 10,
- "index": 15714
+ "index": 15598
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
@@ -7865,15 +7476,15 @@
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 172,
+ "line": 173,
"column": 12,
- "index": 5371
+ "index": 5372
},
{
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
"line": 114,
"column": 16,
- "index": 3280
+ "index": 3265
}
],
"Dropdown.Toggle": [
@@ -7885,15 +7496,15 @@
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 173,
+ "line": 174,
"column": 14,
- "index": 5396
+ "index": 5397
},
{
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
"line": 115,
"column": 18,
- "index": 3309
+ "index": 3294
}
],
"AvatarButton": [
@@ -7913,15 +7524,15 @@
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 182,
+ "line": 183,
"column": 14,
- "index": 5742
+ "index": 5743
},
{
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
"line": 124,
"column": 18,
- "index": 3691
+ "index": 3676
}
],
"Dropdown.Item": [
@@ -7933,51 +7544,51 @@
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 185,
+ "line": 186,
"column": 20,
- "index": 5878
+ "index": 5879
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 195,
+ "line": 196,
"column": 20,
- "index": 6274
+ "index": 6275
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 205,
+ "line": 206,
"column": 20,
- "index": 6683
+ "index": 6684
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 216,
+ "line": 217,
"column": 20,
- "index": 7118
+ "index": 7119
},
{
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
"line": 126,
"column": 20,
- "index": 3794
+ "index": 3779
},
{
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
"line": 133,
"column": 20,
- "index": 4095
+ "index": 4080
},
{
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
"line": 141,
"column": 22,
- "index": 4422
+ "index": 4407
},
{
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
"line": 158,
"column": 20,
- "index": 5216
+ "index": 5201
}
],
"Navbar": [
@@ -8010,26 +7621,12 @@
"index": 2330
}
],
- "useWindowSize": [
- {
- "filePath": "src/components/IconWithTooltip/index.jsx",
- "line": 10,
- "column": 20,
- "index": 346
- },
- {
- "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
- "line": 59,
- "column": 20,
- "index": 2035
- }
- ],
"Tooltip": [
{
"filePath": "src/components/IconWithTooltip/index.jsx",
"line": 18,
"column": 8,
- "index": 583
+ "index": 741
},
{
"filePath": "src/components/InfoHover/index.jsx",
@@ -8088,40 +7685,6 @@
"index": 5106
}
],
- "Breadcrumb": [
- {
- "filePath": "src/components/learner-credit-management/BudgetCard.jsx",
- "line": 117,
- "column": 10,
- "index": 3200
- },
- {
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
- "line": 220,
- "column": 10,
- "index": 7315
- }
- ],
- "Card.Body": [
- {
- "filePath": "src/components/learner-credit-management/BudgetCard.jsx",
- "line": 132,
- "column": 14,
- "index": 3556
- },
- {
- "filePath": "src/components/learner-credit-management/BudgetCard.jsx",
- "line": 142,
- "column": 14,
- "index": 3922
- },
- {
- "filePath": "src/components/subscriptions/SubscriptionCard.jsx",
- "line": 126,
- "column": 6,
- "index": 3373
- }
- ],
"ProgressBar.Annotated": [
{
"filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx",
@@ -8133,9 +7696,9 @@
"useMediaQuery": [
{
"filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx",
- "line": 22,
+ "line": 20,
"column": 25,
- "index": 578
+ "index": 510
}
],
"Search": [
@@ -8151,13 +7714,13 @@
"filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
"line": 87,
"column": 25,
- "index": 2536
+ "index": 2566
},
{
"filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
"line": 88,
"column": 19,
- "index": 2633
+ "index": 2663
},
{
"filePath": "src/components/ReduxFormSelect/index.jsx",
@@ -8183,7 +7746,7 @@
"filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx",
"line": 89,
"column": 22,
- "index": 2724
+ "index": 2754
},
{
"filePath": "src/components/ReduxFormSelect/index.jsx",
@@ -8300,14 +7863,6 @@
"index": 742
}
],
- "Groups": [
- {
- "filePath": "src/components/NumberCard/NumberCard.test.jsx",
- "line": 18,
- "column": 12,
- "index": 487
- }
- ],
"ProductTour": [
{
"filePath": "src/components/ProductTours/ProductTours.jsx",
@@ -8316,36 +7871,12 @@
"index": 2447
}
],
- "Form": [
+ "Form.Check": [
{
"filePath": "src/components/ReduxFormCheckbox/index.jsx",
- "line": 15,
- "column": 4,
- "index": 243
- },
- {
- "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
- "line": 82,
- "column": 8,
- "index": 3036
- },
- {
- "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
- "line": 175,
- "column": 8,
- "index": 5249
- },
- {
- "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
- "line": 92,
- "column": 6,
- "index": 2612
- },
- {
- "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
- "line": 91,
+ "line": 19,
"column": 6,
- "index": 2750
+ "index": 338
}
],
"FormControl": [
@@ -8377,69 +7908,69 @@
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 202,
+ "line": 201,
"column": 12,
- "index": 7129
+ "index": 7013
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 219,
+ "line": 218,
"column": 14,
- "index": 7822
+ "index": 7706
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 233,
+ "line": 232,
"column": 14,
- "index": 8458
+ "index": 8342
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 250,
+ "line": 249,
"column": 14,
- "index": 9216
+ "index": 9100
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 271,
+ "line": 270,
"column": 14,
- "index": 10210
+ "index": 10094
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 290,
+ "line": 289,
"column": 14,
- "index": 11047
+ "index": 10931
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 308,
+ "line": 307,
"column": 14,
- "index": 11768
+ "index": 11652
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 326,
+ "line": 325,
"column": 14,
- "index": 12604
+ "index": 12488
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 343,
+ "line": 342,
"column": 10,
- "index": 13242
+ "index": 13126
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 374,
+ "line": 373,
"column": 12,
- "index": 14402
+ "index": 14286
},
{
"filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 390,
+ "line": 389,
"column": 12,
- "index": 15112
+ "index": 14996
},
{
"filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx",
@@ -8481,15 +8012,15 @@
"Collapsible": [
{
"filePath": "src/components/ReportingConfig/index.jsx",
- "line": 141,
+ "line": 140,
"column": 14,
- "index": 4533
+ "index": 4482
},
{
"filePath": "src/components/ReportingConfig/index.jsx",
- "line": 184,
+ "line": 175,
"column": 10,
- "index": 6242
+ "index": 5983
},
{
"filePath": "src/components/settings/SettingsAccessTab/SettingsAccessTabSection.jsx",
@@ -8498,32 +8029,6 @@
"index": 1127
}
],
- "Download": [
- {
- "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx",
- "line": 423,
- "column": 36,
- "index": 16308
- },
- {
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
- "line": 74,
- "column": 30,
- "index": 2122
- },
- {
- "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
- "line": 77,
- "column": 34,
- "index": 2289
- },
- {
- "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx",
- "line": 51,
- "column": 28,
- "index": 1715
- }
- ],
"SearchField": [
{
"filePath": "src/components/SearchBar/index.jsx",
@@ -8540,6 +8045,32 @@
"index": 805
}
],
+ "Form": [
+ {
+ "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx",
+ "line": 82,
+ "column": 8,
+ "index": 3036
+ },
+ {
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
+ "line": 175,
+ "column": 8,
+ "index": 5252
+ },
+ {
+ "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx",
+ "line": 92,
+ "column": 6,
+ "index": 2612
+ },
+ {
+ "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx",
+ "line": 91,
+ "column": 6,
+ "index": 2750
+ }
+ ],
"Dropzone": [
{
"filePath": "src/components/settings/SettingsAppearanceTab/index.jsx",
@@ -8559,13 +8090,47 @@
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 233,
"column": 16,
- "index": 7672
+ "index": 7657
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 228,
+ "line": 229,
"column": 14,
- "index": 7494
+ "index": 7495
+ }
+ ],
+ "Download": [
+ {
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
+ "line": 73,
+ "column": 30,
+ "index": 2121
+ },
+ {
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
+ "line": 76,
+ "column": 34,
+ "index": 2288
+ },
+ {
+ "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx",
+ "line": 51,
+ "column": 28,
+ "index": 1715
+ }
+ ],
+ "Check": [
+ {
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx",
+ "line": 75,
+ "column": 31,
+ "index": 2243
+ },
+ {
+ "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx",
+ "line": 53,
+ "column": 29,
+ "index": 1833
}
],
"Card.Status": [
@@ -8573,13 +8138,13 @@
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 97,
"column": 8,
- "index": 3695
+ "index": 3685
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 107,
"column": 8,
- "index": 4052
+ "index": 4042
}
],
"Sync": [
@@ -8587,39 +8152,47 @@
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 97,
"column": 27,
- "index": 3714
+ "index": 3704
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
"line": 107,
"column": 27,
- "index": 4071
+ "index": 4061
},
{
"filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx",
- "line": 27,
+ "line": 31,
"column": 34,
- "index": 1117
+ "index": 1123
},
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 267,
+ "line": 268,
"column": 48,
- "index": 9024
+ "index": 9025
+ }
+ ],
+ "Breadcrumb": [
+ {
+ "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx",
+ "line": 220,
+ "column": 10,
+ "index": 7300
}
],
"MoreVert": [
{
"filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx",
- "line": 177,
+ "line": 178,
"column": 21,
- "index": 5598
+ "index": 5599
},
{
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
"line": 119,
"column": 25,
- "index": 3527
+ "index": 3512
}
],
"PlayCircleFilled": [
@@ -8627,7 +8200,7 @@
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
"line": 129,
"column": 22,
- "index": 3921
+ "index": 3906
}
],
"RemoveCircle": [
@@ -8635,13 +8208,13 @@
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
"line": 136,
"column": 22,
- "index": 4223
+ "index": 4208
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 198,
+ "line": 197,
"column": 34,
- "index": 5922
+ "index": 5924
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/RevokeBulkAction.jsx",
@@ -8661,7 +8234,7 @@
"filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx",
"line": 161,
"column": 22,
- "index": 5340
+ "index": 5325
}
],
"ArrowForward": [
@@ -8727,13 +8300,13 @@
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx",
"line": 211,
"column": 10,
- "index": 6468
+ "index": 6471
},
{
"filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx",
- "line": 188,
+ "line": 187,
"column": 10,
- "index": 5517
+ "index": 5519
}
],
"Bubble": [
@@ -8744,82 +8317,20 @@
"index": 1537
}
],
- "School": [
- {
- "filePath": "src/components/Sidebar/IconLink.test.jsx",
- "line": 31,
- "column": 23,
- "index": 886
- },
- {
- "filePath": "src/components/Sidebar/IconLink.test.jsx",
- "line": 41,
- "column": 23,
- "index": 1256
- }
- ],
- "TrendingUp": [
- {
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 73,
- "column": 23,
- "index": 2397
- }
- ],
- "InsertChartOutlined": [
- {
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 78,
- "column": 23,
- "index": 2541
- }
- ],
- "Tag": [
- {
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 84,
- "column": 23,
- "index": 2766
- }
- ],
- "CreditCard": [
- {
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 91,
- "column": 23,
- "index": 3059
- }
- ],
"MoneyOutline": [
{
"filePath": "src/components/Sidebar/index.jsx",
- "line": 99,
- "column": 23,
- "index": 3379
- }
- ],
- "Description": [
- {
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 112,
- "column": 23,
- "index": 3897
- }
- ],
- "Settings": [
- {
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 119,
+ "line": 102,
"column": 23,
- "index": 4163
+ "index": 3588
}
],
- "Support": [
+ "StatusAlert": [
{
- "filePath": "src/components/Sidebar/index.jsx",
- "line": 125,
- "column": 23,
- "index": 4347
+ "filePath": "src/components/StatusAlert/index.jsx",
+ "line": 18,
+ "column": 4,
+ "index": 335
}
],
"Email": [
@@ -8836,20 +8347,28 @@
"index": 3216
}
],
- "ArrowBackIos": [
+ "useWindowSize": [
{
- "filePath": "src/components/subscriptions/SubscriptionDetails.jsx",
- "line": 40,
- "column": 25,
- "index": 1565
+ "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/index.jsx",
+ "line": 59,
+ "column": 20,
+ "index": 2037
+ }
+ ],
+ "Card.Body": [
+ {
+ "filePath": "src/components/subscriptions/SubscriptionCard.jsx",
+ "line": 131,
+ "column": 6,
+ "index": 3389
}
],
"ResponsiveContext.Provider": [
{
"filePath": "src/components/subscriptions/tests/SubscriptionCard.test.jsx",
- "line": 52,
+ "line": 54,
"column": 6,
- "index": 1507
+ "index": 1519
}
],
"PageBanner": [
@@ -8863,15 +8382,15 @@
"Table": [
{
"filePath": "src/components/TableComponent/index.jsx",
- "line": 92,
+ "line": 89,
"column": 14,
- "index": 2909
+ "index": 2816
}
]
}
},
{
- "version": "20.46.2",
+ "version": "20.36.2",
"name": "@edx/frontend-app-authn",
"repository": {
"type": "git",
@@ -8881,82 +8400,58 @@
"usages": {
"Hyperlink": [
{
- "filePath": "src/base-container/components/default-layout/LargeLayout.jsx",
+ "filePath": "src/base-component/AuthLargeLayout.jsx",
"line": 16,
"column": 8,
- "index": 427
+ "index": 445
},
{
- "filePath": "src/base-container/components/default-layout/MediumLayout.jsx",
+ "filePath": "src/base-component/AuthMediumLayout.jsx",
"line": 18,
"column": 10,
- "index": 509
- },
- {
- "filePath": "src/base-container/components/default-layout/SmallLayout.jsx",
- "line": 17,
- "column": 8,
- "index": 461
- },
- {
- "filePath": "src/base-container/components/image-layout/ExtraSmallLayout.jsx",
- "line": 17,
- "column": 6,
- "index": 481
+ "index": 522
},
{
- "filePath": "src/base-container/components/image-layout/LargeLayout.jsx",
- "line": 18,
- "column": 6,
- "index": 485
- },
- {
- "filePath": "src/base-container/components/image-layout/MediumLayout.jsx",
- "line": 18,
- "column": 6,
- "index": 494
- },
- {
- "filePath": "src/base-container/components/image-layout/SmallLayout.jsx",
- "line": 17,
+ "filePath": "src/base-component/AuthSmallLayout.jsx",
+ "line": 16,
"column": 6,
"index": 464
},
{
- "filePath": "src/base-container/components/welcome-page-layout/LargeLayout.jsx",
+ "filePath": "src/base-component/LargeLayout.jsx",
"line": 16,
"column": 8,
- "index": 441
+ "index": 427
},
{
- "filePath": "src/base-container/components/welcome-page-layout/MediumLayout.jsx",
+ "filePath": "src/base-component/MediumLayout.jsx",
"line": 18,
"column": 10,
- "index": 518
+ "index": 509
},
{
- "filePath": "src/base-container/components/welcome-page-layout/SmallLayout.jsx",
- "line": 16,
- "column": 6,
- "index": 460
+ "filePath": "src/base-component/SmallLayout.jsx",
+ "line": 17,
+ "column": 8,
+ "index": 461
},
{
"filePath": "src/common-components/InstitutionLogistration.jsx",
"line": 59,
"column": 18,
- "index": 1700
+ "index": 1696
},
{
"filePath": "src/forgot-password/ForgotPasswordPage.jsx",
- "line": 143,
+ "line": 146,
"column": 14,
- "index": 5059
+ "index": 5125
},
{
"filePath": "src/forgot-password/ForgotPasswordPage.jsx",
- "line": 157,
+ "line": 160,
"column": 16,
- "index": 5643
+ "index": 5709
},
{
"filePath": "src/login/LoginFailure.jsx",
@@ -8972,27 +8467,27 @@
},
{
"filePath": "src/login/LoginPage.jsx",
- "line": 180,
+ "line": 181,
"column": 10,
- "index": 6037
+ "index": 6056
},
{
"filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
- "line": 243,
+ "line": 193,
"column": 14,
- "index": 8983
+ "index": 7200
},
{
- "filePath": "src/recommendations/ProductCard/BaseCard/index.jsx",
- "line": 21,
- "column": 4,
- "index": 415
+ "filePath": "src/recommendations/RecommendationCard.jsx",
+ "line": 39,
+ "column": 6,
+ "index": 1050
},
{
"filePath": "src/recommendations/RecommendationsPage.jsx",
- "line": 71,
+ "line": 105,
"column": 10,
- "index": 2421
+ "index": 3974
},
{
"filePath": "src/register/registrationFields/HonorCode.jsx",
@@ -9002,151 +8497,97 @@
},
{
"filePath": "src/register/registrationFields/HonorCode.jsx",
- "line": 43,
+ "line": 38,
"column": 14,
- "index": 1649
+ "index": 1539
},
{
"filePath": "src/register/registrationFields/HonorCode.jsx",
- "line": 75,
+ "line": 65,
"column": 14,
- "index": 2616
+ "index": 2388
},
{
"filePath": "src/register/registrationFields/TermsOfService.jsx",
"line": 34,
"column": 14,
- "index": 1118
+ "index": 1110
}
],
"Image": [
{
- "filePath": "src/base-container/components/default-layout/LargeLayout.jsx",
+ "filePath": "src/base-component/AuthLargeLayout.jsx",
"line": 17,
"column": 10,
- "index": 499
+ "index": 517
},
{
- "filePath": "src/base-container/components/default-layout/MediumLayout.jsx",
+ "filePath": "src/base-component/AuthMediumLayout.jsx",
"line": 19,
"column": 12,
- "index": 583
- },
- {
- "filePath": "src/base-container/components/default-layout/SmallLayout.jsx",
- "line": 18,
- "column": 10,
- "index": 533
- },
- {
- "filePath": "src/base-container/components/image-layout/ExtraSmallLayout.jsx",
- "line": 18,
- "column": 8,
- "index": 551
- },
- {
- "filePath": "src/base-container/components/image-layout/LargeLayout.jsx",
- "line": 19,
- "column": 8,
- "index": 555
- },
- {
- "filePath": "src/base-container/components/image-layout/MediumLayout.jsx",
- "line": 19,
- "column": 8,
- "index": 564
+ "index": 596
},
{
- "filePath": "src/base-container/components/image-layout/SmallLayout.jsx",
- "line": 18,
+ "filePath": "src/base-component/AuthSmallLayout.jsx",
+ "line": 17,
"column": 8,
"index": 534
},
{
- "filePath": "src/base-container/components/welcome-page-layout/LargeLayout.jsx",
+ "filePath": "src/base-component/LargeLayout.jsx",
"line": 17,
"column": 10,
- "index": 513
+ "index": 499
},
{
- "filePath": "src/base-container/components/welcome-page-layout/MediumLayout.jsx",
+ "filePath": "src/base-component/MediumLayout.jsx",
"line": 19,
"column": 12,
- "index": 592
+ "index": 583
},
{
- "filePath": "src/base-container/components/welcome-page-layout/SmallLayout.jsx",
- "line": 17,
- "column": 8,
- "index": 530
+ "filePath": "src/base-component/SmallLayout.jsx",
+ "line": 18,
+ "column": 10,
+ "index": 533
},
{
"filePath": "src/recommendations/RecommendationsPage.jsx",
- "line": 72,
+ "line": 106,
"column": 12,
- "index": 2495
+ "index": 4048
}
],
"breakpoints": [
{
- "filePath": "src/base-container/index.jsx",
- "line": 40,
- "column": 30,
- "index": 1640
- },
- {
- "filePath": "src/base-container/index.jsx",
- "line": 43,
+ "filePath": "src/base-component/BaseComponent.jsx",
+ "line": 24,
"column": 30,
- "index": 1830
- },
- {
- "filePath": "src/base-container/index.jsx",
- "line": 43,
- "column": 68,
- "index": 1868
+ "index": 892
},
{
- "filePath": "src/base-container/index.jsx",
- "line": 46,
+ "filePath": "src/base-component/BaseComponent.jsx",
+ "line": 27,
"column": 30,
- "index": 2048
+ "index": 1067
},
{
- "filePath": "src/base-container/index.jsx",
- "line": 46,
+ "filePath": "src/base-component/BaseComponent.jsx",
+ "line": 27,
"column": 69,
- "index": 2087
- },
- {
- "filePath": "src/base-container/index.jsx",
- "line": 49,
- "column": 30,
- "index": 2269
- },
- {
- "filePath": "src/base-container/index.jsx",
- "line": 63,
- "column": 30,
- "index": 2724
+ "index": 1106
},
{
- "filePath": "src/base-container/index.jsx",
- "line": 66,
+ "filePath": "src/base-component/BaseComponent.jsx",
+ "line": 30,
"column": 30,
- "index": 2906
- },
- {
- "filePath": "src/base-container/index.jsx",
- "line": 66,
- "column": 69,
- "index": 2945
+ "index": 1283
},
{
- "filePath": "src/base-container/index.jsx",
- "line": 69,
- "column": 30,
- "index": 3129
+ "filePath": "src/base-component/BaseComponent.jsx",
+ "line": 30,
+ "column": 73,
+ "index": 1326
},
{
"filePath": "src/data/utils/useMobileResponsive.js",
@@ -9164,33 +8605,33 @@
},
{
"filePath": "src/forgot-password/ForgotPasswordPage.jsx",
- "line": 109,
+ "line": 112,
"column": 10,
- "index": 3535
+ "index": 3596
},
{
"filePath": "src/login/LoginPage.jsx",
- "line": 255,
+ "line": 259,
"column": 10,
- "index": 8929
+ "index": 9028
},
{
"filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
- "line": 239,
+ "line": 189,
"column": 8,
- "index": 8815
+ "index": 7024
},
{
"filePath": "src/register/RegistrationPage.jsx",
- "line": 574,
+ "line": 543,
"column": 12,
- "index": 20747
+ "index": 19566
},
{
"filePath": "src/reset-password/ResetPasswordPage.jsx",
- "line": 174,
+ "line": 177,
"column": 14,
- "index": 5916
+ "index": 6007
}
],
"Button": [
@@ -9204,7 +8645,7 @@
"filePath": "src/common-components/EnterpriseSSO.jsx",
"line": 69,
"column": 14,
- "index": 2607
+ "index": 2589
},
{
"filePath": "src/common-components/InstitutionLogistration.jsx",
@@ -9222,7 +8663,7 @@
"filePath": "src/register/registrationFields/UsernameField.jsx",
"line": 24,
"column": 10,
- "index": 928
+ "index": 915
}
],
"Icon": [
@@ -9230,7 +8671,7 @@
"filePath": "src/common-components/EnterpriseSSO.jsx",
"line": 61,
"column": 28,
- "index": 2297
+ "index": 2279
},
{
"filePath": "src/common-components/InstitutionLogistration.jsx",
@@ -9290,7 +8731,7 @@
"filePath": "src/common-components/SocialAuthProviders.jsx",
"line": 43,
"column": 16,
- "index": 1535
+ "index": 1517
},
{
"filePath": "src/field-renderer/FieldRenderer.jsx",
@@ -9302,43 +8743,43 @@
"filePath": "src/forgot-password/ForgotPasswordPage.jsx",
"line": 92,
"column": 6,
- "index": 2955
+ "index": 2960
},
{
"filePath": "src/login/LoginPage.jsx",
- "line": 181,
+ "line": 182,
"column": 12,
- "index": 6155
+ "index": 6174
},
{
"filePath": "src/logistration/Logistration.jsx",
- "line": 77,
+ "line": 69,
"column": 6,
- "index": 2654
+ "index": 2457
},
{
"filePath": "src/register/registrationFields/EmailField.jsx",
"line": 31,
"column": 26,
- "index": 981
+ "index": 958
},
{
"filePath": "src/register/registrationFields/UsernameField.jsx",
"line": 42,
"column": 49,
- "index": 1556
+ "index": 1538
},
{
"filePath": "src/register/registrationFields/UsernameField.jsx",
"line": 46,
"column": 49,
- "index": 1934
+ "index": 1884
},
{
"filePath": "src/reset-password/ResetPasswordPage.jsx",
- "line": 143,
+ "line": 142,
"column": 6,
- "index": 4594
+ "index": 4555
}
],
"Login": [
@@ -9346,13 +8787,13 @@
"filePath": "src/common-components/EnterpriseSSO.jsx",
"line": 61,
"column": 56,
- "index": 2325
+ "index": 2307
},
{
"filePath": "src/common-components/SocialAuthProviders.jsx",
"line": 43,
"column": 44,
- "index": 1563
+ "index": 1545
}
],
"Form.Group": [
@@ -9430,7 +8871,7 @@
"filePath": "src/common-components/FormGroup.jsx",
"line": 45,
"column": 6,
- "index": 1330
+ "index": 1318
}
],
"Institution": [
@@ -9442,9 +8883,9 @@
},
{
"filePath": "src/login/LoginPage.jsx",
- "line": 181,
+ "line": 182,
"column": 23,
- "index": 6166
+ "index": 6185
}
],
"useToggle": [
@@ -9458,7 +8899,7 @@
"filePath": "src/login/ChangePasswordPrompt.jsx",
"line": 30,
"column": 32,
- "index": 1129
+ "index": 1115
}
],
"IconButton": [
@@ -9478,13 +8919,13 @@
"filePath": "src/register/registrationFields/UsernameField.jsx",
"line": 42,
"column": 17,
- "index": 1524
+ "index": 1506
},
{
"filePath": "src/register/registrationFields/UsernameField.jsx",
"line": 46,
"column": 17,
- "index": 1902
+ "index": 1852
}
],
"VisibilityOff": [
@@ -9586,9 +9027,9 @@
},
{
"filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
- "line": 234,
+ "line": 184,
"column": 10,
- "index": 8521
+ "index": 6730
},
{
"filePath": "src/register/RegistrationFailure.jsx",
@@ -9642,9 +9083,9 @@
},
{
"filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
- "line": 235,
+ "line": 185,
"column": 12,
- "index": 8608
+ "index": 6817
},
{
"filePath": "src/register/RegistrationFailure.jsx",
@@ -9682,9 +9123,9 @@
},
{
"filePath": "src/register/registrationFields/HonorCode.jsx",
- "line": 60,
+ "line": 50,
"column": 6,
- "index": 2074
+ "index": 1854
},
{
"filePath": "src/register/registrationFields/TermsOfService.jsx",
@@ -9710,13 +9151,13 @@
"filePath": "src/register/registrationFields/EmailField.jsx",
"line": 25,
"column": 12,
- "index": 790
+ "index": 767
},
{
"filePath": "src/register/registrationFields/EmailField.jsx",
"line": 39,
"column": 8,
- "index": 1263
+ "index": 1228
}
],
"ChevronLeft": [
@@ -9724,19 +9165,19 @@
"filePath": "src/forgot-password/ForgotPasswordPage.jsx",
"line": 92,
"column": 17,
- "index": 2966
+ "index": 2971
},
{
"filePath": "src/logistration/Logistration.jsx",
- "line": 77,
+ "line": 69,
"column": 17,
- "index": 2665
+ "index": 2468
},
{
"filePath": "src/reset-password/ResetPasswordPage.jsx",
- "line": 143,
+ "line": 142,
"column": 17,
- "index": 4605
+ "index": 4566
}
],
"Tabs": [
@@ -9744,37 +9185,31 @@
"filePath": "src/forgot-password/ForgotPasswordPage.jsx",
"line": 105,
"column": 8,
- "index": 3294
+ "index": 3299
},
{
"filePath": "src/logistration/Logistration.jsx",
- "line": 98,
+ "line": 91,
"column": 16,
- "index": 3229
+ "index": 3102
},
{
"filePath": "src/logistration/Logistration.jsx",
- "line": 114,
+ "line": 107,
"column": 18,
- "index": 3899
+ "index": 3772
},
{
"filePath": "src/logistration/Logistration.jsx",
- "line": 119,
+ "line": 112,
"column": 18,
- "index": 4197
- },
- {
- "filePath": "src/recommendations/RecommendationsPage.jsx",
- "line": 80,
- "column": 12,
- "index": 3011
+ "index": 4070
},
{
"filePath": "src/reset-password/ResetPasswordPage.jsx",
"line": 166,
"column": 10,
- "index": 5375
+ "index": 5404
}
],
"Tab": [
@@ -9782,101 +9217,89 @@
"filePath": "src/forgot-password/ForgotPasswordPage.jsx",
"line": 106,
"column": 10,
- "index": 3405
+ "index": 3377
},
{
"filePath": "src/logistration/Logistration.jsx",
- "line": 99,
+ "line": 92,
"column": 18,
- "index": 3328
+ "index": 3201
},
{
"filePath": "src/logistration/Logistration.jsx",
- "line": 115,
+ "line": 108,
"column": 20,
- "index": 4000
+ "index": 3873
},
{
"filePath": "src/logistration/Logistration.jsx",
- "line": 120,
+ "line": 113,
"column": 20,
- "index": 4302
+ "index": 4175
},
{
"filePath": "src/logistration/Logistration.jsx",
- "line": 121,
+ "line": 114,
"column": 20,
- "index": 4412
- },
- {
- "filePath": "src/recommendations/RecommendationsPage.jsx",
- "line": 86,
- "column": 14,
- "index": 3200
- },
- {
- "filePath": "src/recommendations/RecommendationsPage.jsx",
- "line": 92,
- "column": 14,
- "index": 3487
+ "index": 4285
},
{
"filePath": "src/reset-password/ResetPasswordPage.jsx",
"line": 167,
"column": 12,
- "index": 5488
+ "index": 5484
}
],
"StatefulButton": [
{
"filePath": "src/forgot-password/ForgotPasswordPage.jsx",
- "line": 128,
+ "line": 131,
"column": 12,
- "index": 4480
+ "index": 4541
},
{
"filePath": "src/login/LoginPage.jsx",
- "line": 277,
+ "line": 281,
"column": 12,
- "index": 10009
+ "index": 10108
},
{
"filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
- "line": 256,
+ "line": 206,
"column": 12,
- "index": 9509
+ "index": 7726
},
{
"filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
- "line": 268,
+ "line": 218,
"column": 12,
- "index": 10019
+ "index": 8233
},
{
"filePath": "src/recommendations/RecommendationsPage.jsx",
- "line": 101,
- "column": 12,
- "index": 3858
+ "line": 117,
+ "column": 14,
+ "index": 4610
},
{
"filePath": "src/register/RegistrationPage.jsx",
- "line": 634,
+ "line": 602,
"column": 14,
- "index": 23601
+ "index": 22360
},
{
"filePath": "src/reset-password/ResetPasswordPage.jsx",
- "line": 193,
+ "line": 196,
"column": 16,
- "index": 6848
+ "index": 6939
}
],
"ModalDialog": [
{
"filePath": "src/login/ChangePasswordPrompt.jsx",
- "line": 41,
+ "line": 37,
"column": 4,
- "index": 1413
+ "index": 1306
},
{
"filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
@@ -9888,9 +9311,9 @@
"ModalDialog.Header": [
{
"filePath": "src/login/ChangePasswordPrompt.jsx",
- "line": 48,
+ "line": 44,
"column": 6,
- "index": 1583
+ "index": 1476
},
{
"filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
@@ -9902,9 +9325,9 @@
"ModalDialog.Title": [
{
"filePath": "src/login/ChangePasswordPrompt.jsx",
- "line": 49,
+ "line": 45,
"column": 8,
- "index": 1612
+ "index": 1505
},
{
"filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
@@ -9916,9 +9339,9 @@
"ModalDialog.Body": [
{
"filePath": "src/login/ChangePasswordPrompt.jsx",
- "line": 53,
+ "line": 49,
"column": 6,
- "index": 1769
+ "index": 1662
},
{
"filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
@@ -9930,9 +9353,9 @@
"ModalDialog.Footer": [
{
"filePath": "src/login/ChangePasswordPrompt.jsx",
- "line": 56,
+ "line": 52,
"column": 6,
- "index": 1891
+ "index": 1784
},
{
"filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
@@ -9944,9 +9367,9 @@
"ActionRow": [
{
"filePath": "src/login/ChangePasswordPrompt.jsx",
- "line": 57,
+ "line": 53,
"column": 8,
- "index": 1920
+ "index": 1813
},
{
"filePath": "src/progressive-profiling/ProgressiveProfilingPageModal.jsx",
@@ -9958,9 +9381,9 @@
"ModalDialog.CloseButton": [
{
"filePath": "src/login/ChangePasswordPrompt.jsx",
- "line": 62,
+ "line": 58,
"column": 12,
- "index": 2072
+ "index": 1965
}
],
"Error": [
@@ -9972,9 +9395,9 @@
},
{
"filePath": "src/progressive-profiling/ProgressiveProfiling.jsx",
- "line": 234,
+ "line": 184,
"column": 77,
- "index": 8588
+ "index": 6797
},
{
"filePath": "src/register/RegistrationFailure.jsx",
@@ -9985,8 +9408,8 @@
{
"filePath": "src/register/registrationFields/EmailField.jsx",
"line": 22,
- "column": 84,
- "index": 648
+ "column": 73,
+ "index": 637
},
{
"filePath": "src/reset-password/ResetPasswordFailure.jsx",
@@ -9997,74 +9420,94 @@
],
"Card": [
{
- "filePath": "src/recommendations/ProductCard/BaseCard/index.jsx",
- "line": 27,
- "column": 6,
- "index": 546
+ "filePath": "src/recommendations/RecommendationCard.jsx",
+ "line": 46,
+ "column": 8,
+ "index": 1245
}
],
"Card.ImageCap": [
{
- "filePath": "src/recommendations/ProductCard/BaseCard/index.jsx",
- "line": 32,
- "column": 8,
- "index": 667
+ "filePath": "src/recommendations/RecommendationCard.jsx",
+ "line": 47,
+ "column": 10,
+ "index": 1274
}
],
"Card.Header": [
{
- "filePath": "src/recommendations/ProductCard/BaseCard/index.jsx",
- "line": 40,
- "column": 8,
- "index": 959
+ "filePath": "src/recommendations/RecommendationCard.jsx",
+ "line": 53,
+ "column": 10,
+ "index": 1505
}
],
"Card.Section": [
{
- "filePath": "src/recommendations/ProductCard/BaseCard/index.jsx",
- "line": 45,
- "column": 8,
- "index": 1100
+ "filePath": "src/recommendations/RecommendationCard.jsx",
+ "line": 57,
+ "column": 10,
+ "index": 1617
}
],
- "Badge": [
+ "Card.Footer": [
{
- "filePath": "src/recommendations/ProductCard/BaseCard/index.jsx",
- "line": 47,
- "column": 12,
- "index": 1188
+ "filePath": "src/recommendations/RecommendationCard.jsx",
+ "line": 58,
+ "column": 10,
+ "index": 1644
}
],
"Container": [
+ {
+ "filePath": "src/recommendations/RecommendationsList.jsx",
+ "line": 12,
+ "column": 4,
+ "index": 272
+ }
+ ],
+ "Spinner": [
{
"filePath": "src/recommendations/RecommendationsPage.jsx",
- "line": 76,
- "column": 10,
- "index": 2728
+ "line": 130,
+ "column": 12,
+ "index": 4985
+ },
+ {
+ "filePath": "src/register/RegistrationPage.jsx",
+ "line": 529,
+ "column": 12,
+ "index": 19003
+ },
+ {
+ "filePath": "src/reset-password/ResetPasswordPage.jsx",
+ "line": 151,
+ "column": 13,
+ "index": 4824
}
],
"FormAutosuggestOption": [
{
"filePath": "src/register/registrationFields/CountryField.jsx",
- "line": 37,
+ "line": 29,
"column": 4,
- "index": 1244
+ "index": 947
}
],
"FormAutosuggest": [
{
"filePath": "src/register/registrationFields/CountryField.jsx",
- "line": 44,
+ "line": 36,
"column": 6,
- "index": 1417
+ "index": 1120
}
],
"FormControlFeedback": [
{
"filePath": "src/register/registrationFields/CountryField.jsx",
- "line": 57,
+ "line": 49,
"column": 8,
- "index": 1921
+ "index": 1638
}
],
"Close": [
@@ -10072,39 +9515,25 @@
"filePath": "src/register/registrationFields/EmailField.jsx",
"line": 31,
"column": 37,
- "index": 992
+ "index": 969
},
{
"filePath": "src/register/registrationFields/UsernameField.jsx",
"line": 42,
"column": 34,
- "index": 1541
+ "index": 1523
},
{
"filePath": "src/register/registrationFields/UsernameField.jsx",
"line": 46,
"column": 34,
- "index": 1919
- }
- ],
- "Spinner": [
- {
- "filePath": "src/register/RegistrationPage.jsx",
- "line": 555,
- "column": 12,
- "index": 20044
- },
- {
- "filePath": "src/reset-password/ResetPasswordPage.jsx",
- "line": 151,
- "column": 13,
- "index": 4821
+ "index": 1869
}
]
}
},
{
- "version": "20.45.0",
+ "version": "20.30.1",
"name": "@edx/frontend-app-communications",
"repository": {
"type": "git",
@@ -10121,21 +9550,21 @@
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 276,
+ "line": 275,
"column": 8,
- "index": 9676
+ "index": 9619
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 285,
+ "line": 284,
"column": 8,
- "index": 10225
+ "index": 10168
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 297,
+ "line": 296,
"column": 8,
- "index": 10875
+ "index": 10818
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/ScheduleEmailForm.jsx",
@@ -10153,15 +9582,15 @@
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 277,
+ "line": 276,
"column": 10,
- "index": 9724
+ "index": 9667
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 286,
+ "line": 285,
"column": 10,
- "index": 10270
+ "index": 10213
}
],
"Form.CheckboxSet": [
@@ -10211,39 +9640,39 @@
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 300,
+ "line": 299,
"column": 14,
- "index": 10988
+ "index": 10931
}
],
"useToggle": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 60,
+ "line": 59,
"column": 59,
- "index": 2083
+ "index": 2026
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 42,
+ "line": 40,
"column": 68,
- "index": 1560
+ "index": 1502
}
],
"Form": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 269,
+ "line": 268,
"column": 6,
- "index": 9436
+ "index": 9379
}
],
"Form.Control": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 278,
+ "line": 277,
"column": 10,
- "index": 9844
+ "index": 9787
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/ScheduleEmailForm.jsx",
@@ -10261,21 +9690,21 @@
"Button": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 324,
+ "line": 323,
"column": 32,
- "index": 11920
+ "index": 11863
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailContentHistory.jsx",
- "line": 112,
+ "line": 110,
"column": 10,
- "index": 3836
+ "index": 3778
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/ViewEmailModal.jsx",
- "line": 52,
- "column": 12,
- "index": 2104
+ "line": 46,
+ "column": 10,
+ "index": 1806
},
{
"filePath": "src/components/bulk-email-tool/task-alert-modal/TaskAlertModal.jsx",
@@ -10291,177 +9720,177 @@
},
{
"filePath": "src/components/navigation-tabs/BackToInstructor.jsx",
- "line": 13,
+ "line": 10,
"column": 4,
- "index": 370
+ "index": 298
}
],
"StatefulButton": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 325,
+ "line": 324,
"column": 12,
- "index": 12038
+ "index": 11981
}
],
"Icon": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 334,
+ "line": 333,
"column": 46,
- "index": 12360
+ "index": 12303
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 335,
+ "line": 334,
"column": 47,
- "index": 12428
+ "index": 12371
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 336,
+ "line": 335,
"column": 49,
- "index": 12499
+ "index": 12442
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 337,
+ "line": 336,
"column": 46,
- "index": 12567
+ "index": 12510
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 338,
+ "line": 337,
"column": 47,
- "index": 12666
+ "index": 12609
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 339,
+ "line": 338,
"column": 56,
- "index": 12744
+ "index": 12687
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 340,
+ "line": 339,
"column": 44,
- "index": 12810
+ "index": 12753
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 175,
+ "line": 173,
"column": 55,
- "index": 5650
+ "index": 5592
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 178,
+ "line": 176,
"column": 28,
- "index": 5798
+ "index": 5740
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 187,
+ "line": 185,
"column": 49,
- "index": 6151
+ "index": 6093
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailContentHistory.jsx",
- "line": 150,
+ "line": 147,
"column": 12,
- "index": 5286
+ "index": 5172
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailTaskHistory.jsx",
- "line": 104,
+ "line": 103,
"column": 12,
- "index": 3392
+ "index": 3336
},
{
"filePath": "src/components/navigation-tabs/BackToInstructor.jsx",
- "line": 18,
+ "line": 15,
"column": 6,
- "index": 556
+ "index": 514
}
],
"Send": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 334,
+ "line": 333,
"column": 57,
- "index": 12371
+ "index": 12314
}
],
"Event": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 335,
+ "line": 334,
"column": 58,
- "index": 12439
+ "index": 12382
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 336,
+ "line": 335,
"column": 60,
- "index": 12510
+ "index": 12453
}
],
"SpinnerSimple": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 337,
+ "line": 336,
"column": 57,
- "index": 12578
+ "index": 12521
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailContentHistory.jsx",
- "line": 150,
+ "line": 147,
"column": 23,
- "index": 5297
+ "index": 5183
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailTaskHistory.jsx",
- "line": 104,
+ "line": 103,
"column": 23,
- "index": 3403
+ "index": 3347
}
],
"Check": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 338,
+ "line": 337,
"column": 58,
- "index": 12677
+ "index": 12620
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 339,
+ "line": 338,
"column": 67,
- "index": 12755
+ "index": 12698
}
],
"Cancel": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 340,
+ "line": 339,
"column": 55,
- "index": 12821
+ "index": 12764
}
],
"Toast": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx",
- "line": 359,
+ "line": 358,
"column": 12,
- "index": 13907
+ "index": 13850
}
],
"Alert": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 71,
+ "line": 69,
"column": 8,
- "index": 2413
+ "index": 2355
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailHistoryTable.jsx",
@@ -10471,33 +9900,33 @@
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailPendingTasksAlert.jsx",
- "line": 13,
- "column": 4,
- "index": 388
+ "line": 11,
+ "column": 6,
+ "index": 325
}
],
"Info": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 71,
+ "line": 69,
"column": 38,
- "index": 2443
+ "index": 2385
}
],
"Alert.Heading": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 72,
+ "line": 70,
"column": 10,
- "index": 2460
+ "index": 2402
}
],
"DataTable": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 137,
+ "line": 135,
"column": 8,
- "index": 4365
+ "index": 4307
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailHistoryTable.jsx",
@@ -10509,53 +9938,53 @@
"IconButton": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 175,
+ "line": 173,
"column": 18,
- "index": 5613
+ "index": 5555
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 176,
+ "line": 174,
"column": 18,
- "index": 5725
+ "index": 5667
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 187,
+ "line": 185,
"column": 18,
- "index": 6120
+ "index": 6062
}
],
"Visibility": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 175,
+ "line": 173,
"column": 35,
- "index": 5630
+ "index": 5572
}
],
"Delete": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 177,
+ "line": 175,
"column": 25,
- "index": 5762
+ "index": 5704
}
],
"Edit": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/bulk-email-scheduled-emails-table/BulkEmailScheduledEmailsTable.jsx",
- "line": 187,
+ "line": 185,
"column": 35,
- "index": 6137
+ "index": 6079
}
],
"Collapsible": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailContentHistory.jsx",
- "line": 132,
+ "line": 130,
"column": 8,
- "index": 4433
+ "index": 4375
},
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailTaskHistory.jsx",
@@ -10567,63 +9996,25 @@
"WarningFilled": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailPendingTasksAlert.jsx",
- "line": 13,
- "column": 35,
- "index": 419
+ "line": 11,
+ "column": 37,
+ "index": 356
}
],
"Hyperlink": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailPendingTasksAlert.jsx",
- "line": 18,
- "column": 6,
- "index": 609
+ "line": 16,
+ "column": 8,
+ "index": 556
}
],
- "ModalDialog": [
+ "Modal": [
{
"filePath": "src/components/bulk-email-tool/bulk-email-task-manager/ViewEmailModal.jsx",
"line": 15,
"column": 6,
- "index": 544
- }
- ],
- "ModalDialog.Body": [
- {
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/ViewEmailModal.jsx",
- "line": 20,
- "column": 8,
- "index": 664
- }
- ],
- "ModalDialog.Footer": [
- {
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/ViewEmailModal.jsx",
- "line": 47,
- "column": 8,
- "index": 1853
- }
- ],
- "ActionRow": [
- {
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/ViewEmailModal.jsx",
- "line": 48,
- "column": 10,
- "index": 1884
- },
- {
- "filePath": "src/components/bulk-email-tool/task-alert-modal/TaskAlertModal.jsx",
- "line": 25,
- "column": 8,
- "index": 667
- }
- ],
- "ModalDialog.CloseButton": [
- {
- "filePath": "src/components/bulk-email-tool/bulk-email-task-manager/ViewEmailModal.jsx",
- "line": 49,
- "column": 12,
- "index": 1908
+ "index": 527
}
],
"Container": [
@@ -10642,12 +10033,20 @@
"index": 508
}
],
+ "ActionRow": [
+ {
+ "filePath": "src/components/bulk-email-tool/task-alert-modal/TaskAlertModal.jsx",
+ "line": 25,
+ "column": 8,
+ "index": 667
+ }
+ ],
"ArrowBack": [
{
"filePath": "src/components/navigation-tabs/BackToInstructor.jsx",
- "line": 19,
+ "line": 16,
"column": 13,
- "index": 575
+ "index": 533
}
],
"Nav": [
@@ -10685,7 +10084,7 @@
}
},
{
- "version": "20.45.4",
+ "version": "20.32.0",
"name": "@edx/frontend-app-course-authoring",
"repository": {
"type": "git",
@@ -10693,3084 +10092,728 @@
},
"folderName": "frontend-app-course-authoring",
"usages": {
- "Container": [
- {
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 128,
- "column": 6,
- "index": 4704
- },
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 114,
- "column": 6,
- "index": 3655
- },
- {
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 113,
- "column": 6,
- "index": 3842
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
- "line": 116,
- "column": 4,
- "index": 3410
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
- "line": 107,
- "column": 6,
- "index": 3807
- },
- {
- "filePath": "src/schedule-and-details/index.jsx",
- "line": 159,
- "column": 6,
- "index": 4826
- }
- ],
- "Info": [
- {
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 132,
- "column": 20,
- "index": 4890
- },
- {
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 214,
- "column": 46,
- "index": 6556
- },
+ "Collapsible.Advanced": [
{
- "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx",
- "line": 213,
- "column": 46,
- "index": 6451
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 19,
+ "column": 2,
+ "index": 365
}
],
- "TransitionReplace": [
- {
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 139,
- "column": 10,
- "index": 5201
- },
- {
- "filePath": "src/generic/FieldFeedback.jsx",
- "line": 14,
- "column": 4,
- "index": 276
- },
- {
- "filePath": "src/generic/FieldFeedback.jsx",
- "line": 24,
- "column": 4,
- "index": 707
- },
- {
- "filePath": "src/generic/FormikErrorFeedback.jsx",
- "line": 12,
- "column": 4,
- "index": 377
- },
- {
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 39,
- "column": 2,
- "index": 1347
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
- "line": 90,
- "column": 6,
- "index": 2919
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
- "line": 103,
- "column": 12,
- "index": 3541
- },
+ "Collapsible.Trigger": [
{
- "filePath": "src/pages-and-resources/teams/GroupEditor.jsx",
- "line": 40,
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 27,
"column": 4,
- "index": 1413
- },
- {
- "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx",
- "line": 40,
- "column": 2,
- "index": 1418
+ "index": 558
}
],
- "CheckCircle": [
- {
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 145,
- "column": 22,
- "index": 5457
- },
+ "Collapsible.Visible": [
{
- "filePath": "src/grading-settings/assignment-section/index.jsx",
- "line": 172,
- "column": 22,
- "index": 7027
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 32,
+ "column": 6,
+ "index": 767
},
{
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 118,
- "column": 18,
- "index": 4019
- }
- ],
- "Layout": [
- {
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 161,
- "column": 10,
- "index": 6198
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 980
},
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 149,
+ "filePath": "src/pages-and-resources/discussions/app-list/FeaturesList.jsx",
+ "line": 14,
"column": 8,
- "index": 4840
- },
- {
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 127,
- "column": 12,
- "index": 4404
- },
- {
- "filePath": "src/schedule-and-details/index.jsx",
- "line": 184,
- "column": 10,
- "index": 5721
- }
- ],
- "Layout.Element": [
- {
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 168,
- "column": 12,
- "index": 6450
- },
- {
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 221,
- "column": 12,
- "index": 9101
- },
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 156,
- "column": 10,
- "index": 5188
- },
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 202,
- "column": 10,
- "index": 7088
- },
- {
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 134,
- "column": 14,
- "index": 4670
- },
- {
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 206,
- "column": 14,
- "index": 8255
- },
- {
- "filePath": "src/schedule-and-details/index.jsx",
- "line": 191,
- "column": 12,
- "index": 5973
+ "index": 400
},
{
- "filePath": "src/schedule-and-details/index.jsx",
- "line": 290,
- "column": 12,
- "index": 10440
+ "filePath": "src/pages-and-resources/discussions/app-list/FeaturesList.jsx",
+ "line": 17,
+ "column": 8,
+ "index": 549
}
],
- "Button": [
- {
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 180,
- "column": 22,
- "index": 7086
- },
- {
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 247,
- "column": 14,
- "index": 10079
- },
- {
- "filePath": "src/advanced-settings/modal-error/ModalError.jsx",
- "line": 18,
- "column": 8,
- "index": 568
- },
- {
- "filePath": "src/advanced-settings/modal-error/ModalError.jsx",
- "line": 24,
- "column": 8,
- "index": 764
- },
- {
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 108,
- "column": 12,
- "index": 3417
- },
+ "IconButton": [
{
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 129,
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 34,
"column": 10,
- "index": 4224
- },
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 143,
- "column": 12,
- "index": 4679
- },
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 223,
- "column": 12,
- "index": 7951
+ "index": 853
},
{
- "filePath": "src/files-and-uploads/table-components/TableActions.jsx",
+ "filePath": "src/generic/CollapsableEditor.jsx",
"line": 40,
- "column": 4,
- "index": 1196
- },
- {
- "filePath": "src/generic/ConfirmationPopup.jsx",
- "line": 26,
- "column": 8,
- "index": 592
- },
- {
- "filePath": "src/generic/ConfirmationPopup.jsx",
- "line": 29,
- "column": 8,
- "index": 719
- },
- {
- "filePath": "src/grading-settings/assignment-section/index.jsx",
- "line": 177,
"column": 12,
- "index": 7229
- },
- {
- "filePath": "src/grading-settings/grading-scale/components/GradingScaleSegment.jsx",
- "line": 49,
- "column": 6,
- "index": 1592
- },
- {
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 196,
- "column": 20,
- "index": 7873
- },
- {
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 235,
- "column": 14,
- "index": 9376
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/RestrictionSchedules.jsx",
- "line": 67,
- "column": 14,
- "index": 2182
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/DiscussionTopics.jsx",
- "line": 78,
- "column": 16,
- "index": 2938
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
- "line": 84,
- "column": 10,
- "index": 2260
+ "index": 1092
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
- "line": 87,
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 53,
"column": 10,
- "index": 2416
+ "index": 1431
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DiscussionRestriction.jsx",
+ "filePath": "src/pages-and-resources/pages/PageCard.jsx",
"line": 41,
- "column": 4,
- "index": 1475
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
- "line": 170,
- "column": 12,
- "index": 5687
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
- "line": 171,
- "column": 12,
- "index": 5802
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-list/AppListNextButton.jsx",
- "line": 20,
- "column": 4,
- "index": 707
- },
- {
- "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
- "line": 108,
- "column": 20,
- "index": 3463
- },
- {
- "filePath": "src/pages-and-resources/PagesAndResources.jsx",
- "line": 75,
- "column": 12,
- "index": 2770
- },
- {
- "filePath": "src/pages-and-resources/teams/GroupEditor.jsx",
- "line": 47,
- "column": 14,
- "index": 1825
- },
- {
- "filePath": "src/pages-and-resources/teams/GroupEditor.jsx",
- "line": 50,
- "column": 14,
- "index": 1977
- },
- {
- "filePath": "src/pages-and-resources/teams/Settings.jsx",
- "line": 147,
- "column": 20,
- "index": 5377
- },
- {
- "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
- "line": 404,
- "column": 8,
- "index": 16663
- },
- {
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 119,
- "column": 10,
- "index": 3343
- },
- {
- "filePath": "src/schedule-and-details/index.jsx",
- "line": 320,
- "column": 14,
- "index": 11468
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/index.jsx",
- "line": 72,
- "column": 6,
- "index": 1986
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 95,
- "column": 8,
- "index": 3694
- },
- {
- "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
- "line": 38,
"column": 10,
- "index": 1263
- },
- {
- "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx",
- "line": 43,
- "column": 6,
- "index": 1339
+ "index": 1313
},
{
- "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx",
- "line": 61,
+ "filePath": "src/pages-and-resources/pages/PageCard.jsx",
+ "line": 51,
"column": 6,
- "index": 1887
- },
- {
- "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx",
- "line": 37,
- "column": 8,
- "index": 1044
+ "index": 1603
}
],
- "StatefulButton": [
- {
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 251,
- "column": 12,
- "index": 10258
- },
- {
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 111,
- "column": 12,
- "index": 3576
- },
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 195,
- "column": 12,
- "index": 6864
- },
- {
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 239,
- "column": 12,
- "index": 9549
- },
- {
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 202,
- "column": 16,
- "index": 6065
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigFormSaveButton.jsx",
- "line": 36,
- "column": 6,
- "index": 1528
- },
- {
- "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 588,
- "column": 12,
- "index": 22858
- },
- {
- "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx",
- "line": 201,
- "column": 16,
- "index": 5960
- },
+ "ExpandMore": [
{
- "filePath": "src/schedule-and-details/index.jsx",
- "line": 328,
- "column": 12,
- "index": 11722
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 34,
+ "column": 43,
+ "index": 886
}
],
- "Warning": [
- {
- "filePath": "src/advanced-settings/AdvancedSettings.jsx",
- "line": 259,
- "column": 16,
- "index": 10570
- },
- {
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 106,
- "column": 29,
- "index": 3078
- },
+ "Icon": [
{
- "filePath": "src/grading-settings/assignment-section/index.jsx",
- "line": 137,
- "column": 22,
- "index": 5397
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 34,
+ "column": 63,
+ "index": 906
},
{
- "filePath": "src/grading-settings/assignment-section/index.jsx",
- "line": 158,
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 47,
"column": 22,
- "index": 6360
- },
- {
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 247,
- "column": 16,
- "index": 9886
- }
- ],
- "AlertModal": [
- {
- "filePath": "src/advanced-settings/modal-error/ModalError.jsx",
- "line": 12,
- "column": 2,
- "index": 413
- },
- {
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 102,
- "column": 6,
- "index": 3196
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
- "line": 162,
- "column": 6,
- "index": 5413
- }
- ],
- "ActionRow": [
- {
- "filePath": "src/advanced-settings/modal-error/ModalError.jsx",
- "line": 17,
- "column": 6,
- "index": 548
- },
- {
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 64,
- "column": 14,
- "index": 1601
- },
- {
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 66,
- "column": 6,
- "index": 1696
- },
- {
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 107,
- "column": 10,
- "index": 3393
- },
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 124,
- "column": 8,
- "index": 4068
- },
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 72,
- "column": 12,
- "index": 1966
- },
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 87,
- "column": 12,
- "index": 2532
- },
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 100,
- "column": 12,
- "index": 2982
- },
- {
- "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx",
- "line": 43,
- "column": 12,
- "index": 939
- },
- {
- "filePath": "src/files-and-uploads/table-components/ListCard.jsx",
- "line": 65,
- "column": 10,
- "index": 1791
- },
- {
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 83,
- "column": 6,
- "index": 2459
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
- "line": 134,
- "column": 10,
- "index": 4198
+ "index": 1305
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
- "line": 169,
- "column": 10,
- "index": 5663
- },
- {
- "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 584,
- "column": 10,
- "index": 22662
- },
- {
- "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx",
- "line": 84,
- "column": 6,
- "index": 2527
- },
- {
- "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx",
- "line": 67,
- "column": 12,
- "index": 2125
- }
- ],
- "Alert": [
- {
- "filePath": "src/advanced-settings/modal-error/ModalErrorListItem.jsx",
- "line": 13,
- "column": 6,
- "index": 444
- },
- {
- "filePath": "src/generic/alert-message/index.jsx",
- "line": 6,
- "column": 2,
- "index": 165
- },
- {
- "filePath": "src/generic/AlertProctoringError.jsx",
- "line": 7,
- "column": 4,
- "index": 223
- },
- {
- "filePath": "src/generic/ConnectionErrorAlert.jsx",
- "line": 9,
- "column": 2,
- "index": 289
- },
- {
- "filePath": "src/generic/PermissionDeniedAlert.jsx",
- "line": 6,
- "column": 2,
- "index": 170
- },
- {
- "filePath": "src/generic/SaveFormConnectionErrorAlert.jsx",
- "line": 9,
- "column": 2,
- "index": 297
- },
- {
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 214,
- "column": 16,
- "index": 6526
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
- "line": 73,
- "column": 8,
- "index": 2216
- },
- {
- "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
- "line": 126,
- "column": 18,
- "index": 4058
- },
- {
- "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 255,
- "column": 12,
- "index": 9745
- },
- {
- "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 422,
- "column": 6,
- "index": 16256
- },
- {
- "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 449,
- "column": 6,
- "index": 16986
- },
- {
- "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx",
- "line": 213,
- "column": 16,
- "index": 6421
- },
- {
- "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
- "line": 232,
- "column": 12,
- "index": 8685
- },
- {
- "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
- "line": 443,
- "column": 6,
- "index": 17596
- },
- {
- "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
- "line": 465,
- "column": 6,
- "index": 18229
- }
- ],
- "Icon": [
- {
- "filePath": "src/advanced-settings/modal-error/ModalErrorListItem.jsx",
- "line": 15,
- "column": 10,
- "index": 527
- },
- {
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 70,
- "column": 26,
- "index": 1812
- },
- {
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 59,
- "column": 15,
- "index": 1574
- },
- {
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 76,
- "column": 18,
- "index": 2123
- },
- {
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 86,
- "column": 18,
- "index": 2578
- },
- {
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 96,
- "column": 18,
- "index": 3003
- },
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 95,
- "column": 15,
- "index": 3033
- },
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 96,
- "column": 15,
- "index": 3068
- },
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 79,
- "column": 24,
- "index": 2194
- },
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 94,
- "column": 24,
- "index": 2760
- },
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 109,
- "column": 24,
- "index": 3385
- },
- {
- "filePath": "src/files-and-uploads/FileMenu.jsx",
- "line": 28,
- "column": 14,
- "index": 557
- },
- {
- "filePath": "src/files-and-uploads/FileThumbnail.jsx",
- "line": 27,
- "column": 10,
- "index": 551
- },
- {
- "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx",
- "line": 63,
- "column": 16,
- "index": 1805
- },
- {
- "filePath": "src/files-and-uploads/table-components/ListCard.jsx",
- "line": 50,
- "column": 14,
- "index": 1332
- },
- {
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 34,
- "column": 63,
- "index": 906
- },
- {
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 47,
- "column": 22,
- "index": 1305
- },
- {
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 53,
- "column": 65,
- "index": 1486
- },
- {
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 72,
- "column": 16,
- "index": 1905
- },
- {
- "filePath": "src/generic/datepicker-control/DatepickerControl.jsx",
- "line": 48,
- "column": 10,
- "index": 1351
- },
- {
- "filePath": "src/grading-settings/grading-scale/GradingScale.jsx",
- "line": 195,
- "column": 16,
- "index": 6181
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 53,
+ "column": 65,
+ "index": 1486
},
{
"filePath": "src/pages-and-resources/live/Settings.jsx",
- "line": 108,
- "column": 20,
- "index": 4421
- },
- {
- "filePath": "src/pages-and-resources/pages/PageCard.jsx",
- "line": 42,
- "column": 20,
- "index": 1375
- },
- {
- "filePath": "src/pages-and-resources/pages/PageCard.jsx",
- "line": 52,
- "column": 16,
- "index": 1653
- },
- {
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 29,
- "column": 8,
- "index": 889
- },
- {
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 37,
- "column": 8,
- "index": 1127
- },
- {
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 44,
- "column": 8,
- "index": 1317
- },
- {
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 51,
- "column": 8,
- "index": 1518
- },
- {
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 58,
- "column": 8,
- "index": 1710
- },
- {
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 65,
- "column": 8,
- "index": 1899
- },
- {
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 101,
- "column": 10,
- "index": 2977
- }
- ],
- "Error": [
- {
- "filePath": "src/advanced-settings/modal-error/ModalErrorListItem.jsx",
- "line": 15,
- "column": 21,
- "index": 538
- }
- ],
- "useToggle": [
- {
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 33,
- "column": 32,
- "index": 793
- },
- {
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 33,
- "column": 86,
- "index": 829
- },
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 52,
- "column": 32,
- "index": 1547
- },
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 53,
- "column": 59,
- "index": 1624
- },
- {
- "filePath": "src/files-and-uploads/FilesAndUploads.jsx",
- "line": 49,
- "column": 56,
- "index": 1261
- },
- {
- "filePath": "src/files-and-uploads/FilesAndUploads.jsx",
- "line": 50,
- "column": 47,
- "index": 1326
- },
- {
- "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx",
- "line": 25,
- "column": 59,
- "index": 485
- },
- {
- "filePath": "src/files-and-uploads/table-components/ListCard.jsx",
- "line": 25,
- "column": 59,
- "index": 482
- }
- ],
- "Card": [
- {
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 60,
- "column": 6,
- "index": 1460
- },
- {
- "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx",
- "line": 40,
- "column": 6,
- "index": 815
- },
- {
- "filePath": "src/files-and-uploads/table-components/ListCard.jsx",
- "line": 40,
- "column": 6,
- "index": 812
- },
- {
- "filePath": "src/generic/ConfirmationPopup.jsx",
- "line": 17,
- "column": 2,
- "index": 304
- },
- {
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 110,
- "column": 6,
- "index": 2880
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 67,
- "column": 4,
- "index": 2759
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/openedx/OpenedXConfigForm.jsx",
- "line": 122,
- "column": 12,
- "index": 5585
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
- "line": 73,
- "column": 4,
- "index": 1854
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
- "line": 23,
- "column": 4,
- "index": 762
- },
- {
- "filePath": "src/pages-and-resources/pages/PageCard.jsx",
- "line": 61,
- "column": 4,
- "index": 1855
- },
- {
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 95,
- "column": 4,
- "index": 2629
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 17,
- "column": 4,
- "index": 459
- },
- {
- "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
- "line": 18,
- "column": 6,
- "index": 547
- },
- {
- "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
- "line": 31,
- "column": 6,
- "index": 977
- }
- ],
- "Card.Body": [
- {
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 61,
- "column": 8,
- "index": 1512
- },
- {
- "filePath": "src/files-and-uploads/table-components/ListCard.jsx",
- "line": 54,
- "column": 8,
- "index": 1448
- },
- {
- "filePath": "src/generic/ConfirmationPopup.jsx",
- "line": 23,
- "column": 4,
- "index": 440
- },
- {
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 111,
- "column": 8,
- "index": 2895
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
- "line": 79,
- "column": 6,
- "index": 2054
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
- "line": 50,
- "column": 6,
- "index": 1697
- },
- {
- "filePath": "src/pages-and-resources/pages/PageCard.jsx",
- "line": 77,
- "column": 6,
- "index": 2324
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 18,
- "column": 6,
- "index": 500
- },
- {
- "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
- "line": 19,
- "column": 8,
- "index": 562
- },
- {
- "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
- "line": 43,
- "column": 12,
- "index": 1371
- }
- ],
- "Card.Header": [
- {
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 62,
- "column": 10,
- "index": 1553
- },
- {
- "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx",
- "line": 41,
- "column": 8,
- "index": 893
- },
- {
- "filePath": "src/generic/ConfirmationPopup.jsx",
- "line": 18,
- "column": 4,
- "index": 345
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
- "line": 74,
- "column": 6,
- "index": 1897
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
- "line": 33,
- "column": 6,
- "index": 1055
- },
- {
- "filePath": "src/pages-and-resources/pages/PageCard.jsx",
- "line": 67,
- "column": 6,
- "index": 2017
- },
- {
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 96,
- "column": 6,
- "index": 2642
- }
- ],
- "IconButton": [
- {
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 66,
- "column": 16,
- "index": 1671
- },
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 77,
- "column": 14,
- "index": 2124
- },
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 92,
- "column": 14,
- "index": 2690
- },
- {
- "filePath": "src/files-and-uploads/FileMenu.jsx",
- "line": 26,
- "column": 10,
- "index": 511
- },
- {
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 34,
- "column": 10,
- "index": 853
- },
- {
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 40,
- "column": 12,
- "index": 1092
- },
- {
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 53,
- "column": 10,
- "index": 1431
- },
- {
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 69,
- "column": 6,
- "index": 1831
- },
- {
- "filePath": "src/grading-settings/grading-scale/GradingScale.jsx",
- "line": 190,
- "column": 6,
- "index": 6007
- },
- {
- "filePath": "src/pages-and-resources/pages/PageCard.jsx",
- "line": 40,
- "column": 10,
- "index": 1312
- },
- {
- "filePath": "src/pages-and-resources/pages/PageCard.jsx",
- "line": 50,
- "column": 6,
- "index": 1602
- }
- ],
- "InfoOutline": [
- {
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 69,
- "column": 23,
- "index": 1773
- },
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 108,
- "column": 21,
- "index": 3348
- }
- ],
- "ModalPopup": [
- {
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 75,
- "column": 16,
- "index": 1998
- }
- ],
- "Card.Section": [
- {
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 92,
- "column": 10,
- "index": 2590
- },
- {
- "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx",
- "line": 57,
- "column": 8,
- "index": 1388
- },
- {
- "filePath": "src/files-and-uploads/table-components/ListCard.jsx",
- "line": 55,
- "column": 10,
- "index": 1470
- },
- {
- "filePath": "src/generic/ConfirmationPopup.jsx",
- "line": 24,
- "column": 6,
- "index": 458
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
- "line": 80,
- "column": 8,
- "index": 2074
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
- "line": 52,
- "column": 10,
- "index": 1757
- },
- {
- "filePath": "src/pages-and-resources/pages/PageCard.jsx",
- "line": 78,
- "column": 8,
- "index": 2344
- },
- {
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 101,
- "column": 6,
- "index": 2761
- },
- {
- "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
- "line": 32,
- "column": 8,
- "index": 992
- }
- ],
- "Form.Group": [
- {
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 93,
- "column": 12,
- "index": 2617
- },
- {
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 108,
- "column": 4,
- "index": 2786
- },
- {
- "filePath": "src/generic/datepicker-control/DatepickerControl.jsx",
- "line": 37,
- "column": 4,
- "index": 902
- },
- {
- "filePath": "src/generic/FormikControl.jsx",
- "line": 23,
- "column": 4,
- "index": 613
- },
- {
- "filePath": "src/generic/FormSwitchGroup.jsx",
- "line": 24,
- "column": 4,
- "index": 557
- },
- {
- "filePath": "src/grading-settings/assignment-section/assignments/AssignmentItem.jsx",
- "line": 24,
- "column": 4,
- "index": 415
- },
- {
- "filePath": "src/grading-settings/assignment-section/assignments/AssignmentTypeName.jsx",
- "line": 17,
- "column": 6,
- "index": 531
- },
- {
- "filePath": "src/grading-settings/credit-section/index.jsx",
- "line": 34,
- "column": 4,
- "index": 844
- },
- {
- "filePath": "src/grading-settings/deadline-section/index.jsx",
- "line": 31,
- "column": 4,
- "index": 937
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 99,
- "column": 12,
- "index": 3870
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 117,
- "column": 12,
- "index": 4573
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 134,
- "column": 12,
- "index": 5250
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 152,
- "column": 12,
- "index": 6024
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/RestrictDatesInput.jsx",
- "line": 39,
- "column": 4,
- "index": 1021
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
- "line": 112,
- "column": 8,
- "index": 3153
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
- "line": 109,
- "column": 22,
- "index": 3803
- },
- {
- "filePath": "src/pages-and-resources/live/BBBSettings.jsx",
- "line": 54,
- "column": 6,
- "index": 1740
- },
- {
- "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 298,
- "column": 12,
- "index": 11150
- },
- {
- "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 324,
- "column": 10,
- "index": 12311
- },
- {
- "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 355,
- "column": 12,
- "index": 13852
- },
- {
- "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 378,
- "column": 12,
- "index": 14946
- },
- {
- "filePath": "src/pages-and-resources/teams/GroupEditor.jsx",
- "line": 98,
- "column": 12,
- "index": 4168
- },
- {
- "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
- "line": 243,
- "column": 8,
- "index": 9026
- },
- {
- "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
- "line": 265,
- "column": 12,
- "index": 10009
- },
- {
- "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
- "line": 309,
- "column": 10,
- "index": 11917
- },
- {
- "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
- "line": 333,
- "column": 10,
- "index": 13039
- },
- {
- "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
- "line": 366,
- "column": 12,
- "index": 14858
- },
- {
- "filePath": "src/schedule-and-details/details-section/index.jsx",
- "line": 24,
- "column": 6,
- "index": 793
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 21,
- "column": 12,
- "index": 560
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 35,
- "column": 12,
- "index": 1144
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 49,
- "column": 12,
- "index": 1733
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 64,
- "column": 12,
- "index": 2399
- },
- {
- "filePath": "src/schedule-and-details/introducing-section/extended-course-details/index.jsx",
- "line": 55,
- "column": 8,
- "index": 1705
- },
- {
- "filePath": "src/schedule-and-details/introducing-section/index.jsx",
- "line": 91,
- "column": 8,
- "index": 2563
- },
- {
- "filePath": "src/schedule-and-details/introducing-section/index.jsx",
- "line": 112,
- "column": 10,
- "index": 3303
- },
- {
- "filePath": "src/schedule-and-details/introducing-section/index.jsx",
- "line": 121,
- "column": 12,
- "index": 3727
- },
- {
- "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
- "line": 14,
- "column": 4,
- "index": 391
- },
- {
- "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx",
- "line": 31,
- "column": 4,
- "index": 926
- },
- {
- "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx",
- "line": 60,
- "column": 10,
- "index": 1875
- },
- {
- "filePath": "src/schedule-and-details/license-section/license-display/index.jsx",
- "line": 11,
- "column": 2,
- "index": 367
- },
- {
- "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx",
- "line": 48,
- "column": 4,
- "index": 1308
- },
- {
- "filePath": "src/schedule-and-details/pacing-section/index.jsx",
- "line": 21,
- "column": 6,
- "index": 645
- },
- {
- "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
- "line": 27,
- "column": 4,
- "index": 810
- },
- {
- "filePath": "src/schedule-and-details/requirements-section/grade-requirements/index.jsx",
- "line": 14,
- "column": 2,
- "index": 342
- },
- {
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
- "line": 30,
- "column": 4,
- "index": 930
- },
- {
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
- "line": 69,
- "column": 8,
- "index": 2319
- },
- {
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 124,
- "column": 8,
- "index": 3807
- }
- ],
- "Form.Control": [
- {
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 94,
- "column": 14,
- "index": 2660
- },
- {
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 123,
- "column": 10,
- "index": 3285
- },
- {
- "filePath": "src/generic/FormikControl.jsx",
- "line": 25,
- "column": 6,
- "index": 668
- },
- {
- "filePath": "src/grading-settings/assignment-section/assignments/AssignmentItem.jsx",
- "line": 29,
- "column": 6,
- "index": 607
- },
- {
- "filePath": "src/grading-settings/assignment-section/assignments/AssignmentTypeName.jsx",
- "line": 24,
- "column": 8,
- "index": 800
- },
- {
- "filePath": "src/grading-settings/credit-section/index.jsx",
- "line": 42,
- "column": 6,
- "index": 1113
- },
- {
- "filePath": "src/grading-settings/deadline-section/index.jsx",
- "line": 35,
- "column": 6,
- "index": 1104
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 105,
- "column": 14,
- "index": 4070
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 122,
- "column": 14,
- "index": 4735
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
- "line": 135,
- "column": 14,
- "index": 5330
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/RestrictDatesInput.jsx",
- "line": 44,
- "column": 6,
- "index": 1178
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
- "line": 117,
- "column": 10,
- "index": 3309
- },
- {
- "filePath": "src/pages-and-resources/live/BBBSettings.jsx",
- "line": 62,
- "column": 8,
- "index": 2082
- },
- {
- "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 302,
- "column": 14,
- "index": 11394
- },
- {
- "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 328,
- "column": 12,
- "index": 12551
- },
- {
- "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
- "line": 317,
- "column": 12,
- "index": 12280
- },
- {
- "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
- "line": 341,
- "column": 12,
- "index": 13405
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 25,
- "column": 14,
- "index": 748
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 39,
- "column": 14,
- "index": 1333
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 53,
- "column": 14,
- "index": 1929
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 68,
- "column": 14,
- "index": 2586
- },
- {
- "filePath": "src/schedule-and-details/introducing-section/extended-course-details/index.jsx",
- "line": 57,
- "column": 10,
- "index": 1825
- },
- {
- "filePath": "src/schedule-and-details/introducing-section/index.jsx",
- "line": 95,
- "column": 10,
- "index": 2734
- },
- {
- "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
- "line": 33,
- "column": 10,
- "index": 1030
- },
- {
- "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx",
- "line": 38,
- "column": 6,
- "index": 1148
- },
- {
- "filePath": "src/schedule-and-details/requirements-section/grade-requirements/index.jsx",
- "line": 23,
- "column": 6,
- "index": 633
- },
- {
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
- "line": 73,
- "column": 10,
- "index": 2478
- }
- ],
- "Card.Status": [
- {
- "filePath": "src/advanced-settings/setting-card/SettingCard.jsx",
- "line": 106,
- "column": 10,
- "index": 3059
- }
- ],
- "SpinnerSimple": [
- {
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 59,
- "column": 26,
- "index": 1585
- },
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 96,
- "column": 26,
- "index": 3079
- }
- ],
- "ActionRow.Spacer": [
- {
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 70,
- "column": 8,
- "index": 1853
- },
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 128,
- "column": 10,
- "index": 4193
- },
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 76,
- "column": 14,
- "index": 2089
- },
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 91,
- "column": 14,
- "index": 2655
- },
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 113,
- "column": 14,
- "index": 3479
- },
- {
- "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx",
- "line": 77,
- "column": 14,
- "index": 2474
- }
- ],
- "IconButtonWithTooltip": [
- {
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 71,
- "column": 8,
- "index": 1882
- },
- {
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 81,
- "column": 8,
- "index": 2287
- },
- {
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 91,
- "column": 8,
- "index": 2756
- },
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 104,
- "column": 14,
- "index": 3143
- }
- ],
- "EditOutline": [
- {
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 75,
- "column": 15,
- "index": 2092
- }
- ],
- "DeleteOutline": [
- {
- "filePath": "src/custom-pages/CustomPageCard.jsx",
- "line": 95,
- "column": 15,
- "index": 2970
- }
- ],
- "Add": [
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 95,
- "column": 26,
- "index": 3044
- },
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 130,
- "column": 24,
- "index": 4256
- },
- {
- "filePath": "src/files-and-uploads/table-components/TableActions.jsx",
- "line": 40,
- "column": 24,
- "index": 1216
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/RestrictionSchedules.jsx",
- "line": 70,
- "column": 28,
- "index": 2300
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/DiscussionTopics.jsx",
- "line": 81,
- "column": 30,
- "index": 3061
- },
- {
- "filePath": "src/pages-and-resources/teams/Settings.jsx",
- "line": 150,
- "column": 34,
- "index": 5517
- }
- ],
- "Breadcrumb": [
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 116,
- "column": 10,
- "index": 3749
- }
- ],
- "Hyperlink": [
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 136,
- "column": 10,
- "index": 4449
- },
- {
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 90,
- "column": 12,
- "index": 2369
- },
- {
- "filePath": "src/generic/help-sidebar/HelpSidebarLink.jsx",
- "line": 9,
- "column": 6,
- "index": 247
- },
- {
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 164,
- "column": 4,
- "index": 5026
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/AppExternalLinks.jsx",
- "line": 30,
- "column": 16,
- "index": 834
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
- "line": 75,
- "column": 10,
- "index": 2348
- },
- {
- "filePath": "src/pages-and-resources/live/BBBSettings.jsx",
- "line": 73,
- "column": 6,
- "index": 2336
- },
- {
- "filePath": "src/pages-and-resources/live/BBBSettings.jsx",
- "line": 94,
- "column": 16,
- "index": 3173
- },
- {
- "filePath": "src/pages-and-resources/ora_settings/Settings.jsx",
- "line": 27,
- "column": 8,
- "index": 913
- },
- {
- "filePath": "src/pages-and-resources/pages/PageCard.jsx",
- "line": 39,
- "column": 8,
- "index": 1260
- },
- {
- "filePath": "src/pages-and-resources/PagesAndResources.jsx",
- "line": 69,
- "column": 10,
- "index": 2590
- },
- {
- "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 239,
- "column": 4,
- "index": 9245
- },
- {
- "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx",
- "line": 163,
- "column": 4,
- "index": 4918
- },
- {
- "filePath": "src/pages-and-resources/xpert-unit-summary/XpertUnitSummarySettings.jsx",
- "line": 35,
- "column": 12,
- "index": 1126
- },
- {
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 102,
- "column": 8,
- "index": 2806
- },
- {
- "filePath": "src/schedule-and-details/introducing-section/index.jsx",
- "line": 43,
- "column": 10,
- "index": 1217
- },
- {
- "filePath": "src/schedule-and-details/introducing-section/index.jsx",
- "line": 61,
- "column": 10,
- "index": 1734
- },
- {
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 18,
- "column": 6,
- "index": 609
- },
- {
- "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
- "line": 49,
- "column": 22,
- "index": 1633
- }
- ],
- "ModalDialog": [
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 234,
- "column": 8,
- "index": 8292
- },
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 36,
- "column": 4,
- "index": 780
- },
- {
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 65,
- "column": 2,
- "index": 2043
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
- "line": 119,
- "column": 6,
- "index": 3525
- },
- {
- "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 555,
- "column": 4,
- "index": 21726
- },
- {
- "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx",
- "line": 66,
- "column": 2,
- "index": 2111
- }
- ],
- "ModalDialog.Header": [
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 240,
- "column": 10,
- "index": 8466
- },
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 43,
- "column": 6,
- "index": 920
- },
- {
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 74,
- "column": 4,
- "index": 2206
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
- "line": 125,
- "column": 8,
- "index": 3736
- },
- {
- "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 566,
- "column": 8,
- "index": 22019
- },
- {
- "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx",
- "line": 75,
- "column": 4,
- "index": 2274
- }
- ],
- "ModalDialog.Title": [
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 241,
- "column": 12,
- "index": 8499
- },
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 44,
- "column": 8,
- "index": 949
- },
- {
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 75,
- "column": 6,
- "index": 2233
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
- "line": 126,
- "column": 10,
- "index": 3784
- },
- {
- "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 567,
- "column": 10,
- "index": 22050
- },
- {
- "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx",
- "line": 76,
- "column": 6,
- "index": 2301
- }
- ],
- "ModalDialog.Body": [
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 245,
- "column": 10,
- "index": 8665
- },
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 48,
- "column": 6,
- "index": 1062
- },
- {
- "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 79,
- "column": 4,
- "index": 2352
- },
- {
- "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
- "line": 130,
- "column": 8,
- "index": 3995
- },
- {
- "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 571,
- "column": 8,
- "index": 22175
- },
- {
- "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx",
- "line": 80,
- "column": 4,
- "index": 2420
- }
- ],
- "Image": [
- {
- "filePath": "src/custom-pages/CustomPages.jsx",
- "line": 246,
- "column": 12,
- "index": 8696
- },
- {
- "filePath": "src/files-and-uploads/FileThumbnail.jsx",
- "line": 24,
- "column": 8,
- "index": 412
- },
- {
- "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx",
- "line": 60,
- "column": 14,
- "index": 1531
- },
- {
- "filePath": "src/files-and-uploads/table-components/ListCard.jsx",
- "line": 47,
- "column": 12,
- "index": 1064
- },
- {
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 61,
- "column": 6,
- "index": 1666
- }
- ],
- "Toast": [
- {
- "filePath": "src/files-and-uploads/ApiStatusToast.jsx",
- "line": 22,
- "column": 4,
- "index": 436
- }
- ],
- "Stack": [
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 59,
- "column": 10,
- "index": 1461
- },
- {
- "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx",
- "line": 58,
- "column": 6,
- "index": 1808
- },
- {
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 27,
- "column": 4,
- "index": 769
- },
- {
- "filePath": "src/schedule-and-details/requirements-section/grade-requirements/index.jsx",
- "line": 22,
- "column": 4,
- "index": 579
- }
- ],
- "Truncate": [
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 73,
- "column": 14,
- "index": 1992
- },
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 88,
- "column": 14,
- "index": 2558
+ "line": 108,
+ "column": 24,
+ "index": 4481
},
{
- "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx",
- "line": 67,
- "column": 10,
- "index": 1929
+ "filePath": "src/pages-and-resources/pages/PageCard.jsx",
+ "line": 43,
+ "column": 20,
+ "index": 1376
},
{
- "filePath": "src/files-and-uploads/table-components/ListCard.jsx",
- "line": 56,
- "column": 12,
- "index": 1497
+ "filePath": "src/pages-and-resources/pages/PageCard.jsx",
+ "line": 53,
+ "column": 16,
+ "index": 1654
}
],
- "ContentCopy": [
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 78,
- "column": 21,
- "index": 2157
- },
+ "Delete": [
{
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 93,
- "column": 21,
- "index": 2723
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 46,
+ "column": 19,
+ "index": 1275
}
],
- "CheckboxControl": [
- {
- "filePath": "src/files-and-uploads/FileInfo.jsx",
- "line": 114,
- "column": 14,
- "index": 3514
- },
+ "ExpandLess": [
{
- "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
- "line": 38,
- "column": 12,
- "index": 1339
- },
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 53,
+ "column": 45,
+ "index": 1466
+ }
+ ],
+ "Collapsible.Body": [
{
- "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx",
- "line": 68,
- "column": 14,
- "index": 2151
+ "filePath": "src/generic/CollapsableEditor.jsx",
+ "line": 57,
+ "column": 4,
+ "index": 1585
}
],
- "Dropdown": [
+ "Card": [
{
- "filePath": "src/files-and-uploads/FileMenu.jsx",
- "line": 23,
+ "filePath": "src/generic/ConfirmationPopup.jsx",
+ "line": 13,
"column": 2,
- "index": 390
+ "index": 225
},
{
- "filePath": "src/files-and-uploads/table-components/TableActions.jsx",
- "line": 16,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 67,
"column": 4,
- "index": 418
- },
- {
- "filePath": "src/schedule-and-details/details-section/index.jsx",
- "line": 26,
- "column": 8,
- "index": 940
+ "index": 2759
},
{
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
- "line": 35,
- "column": 6,
- "index": 1127
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/openedx/OpenedXConfigForm.jsx",
+ "line": 120,
+ "column": 12,
+ "index": 5462
},
{
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 128,
- "column": 10,
- "index": 3975
- }
- ],
- "Dropdown.Toggle": [
- {
- "filePath": "src/files-and-uploads/FileMenu.jsx",
- "line": 24,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
+ "line": 73,
"column": 4,
- "index": 446
- },
- {
- "filePath": "src/files-and-uploads/table-components/TableActions.jsx",
- "line": 17,
- "column": 6,
- "index": 435
- },
- {
- "filePath": "src/schedule-and-details/details-section/index.jsx",
- "line": 27,
- "column": 10,
- "index": 961
+ "index": 1854
},
{
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
- "line": 36,
- "column": 8,
- "index": 1146
+ "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
+ "line": 23,
+ "column": 4,
+ "index": 762
},
{
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 129,
- "column": 12,
- "index": 3998
+ "filePath": "src/pages-and-resources/pages/PageCard.jsx",
+ "line": 62,
+ "column": 4,
+ "index": 1856
}
],
- "Dropdown.Menu": [
+ "Card.Header": [
{
- "filePath": "src/files-and-uploads/FileMenu.jsx",
- "line": 32,
+ "filePath": "src/generic/ConfirmationPopup.jsx",
+ "line": 14,
"column": 4,
- "index": 628
+ "index": 266
},
{
- "filePath": "src/files-and-uploads/table-components/TableActions.jsx",
- "line": 24,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
+ "line": 74,
"column": 6,
- "index": 654
- },
- {
- "filePath": "src/schedule-and-details/details-section/index.jsx",
- "line": 30,
- "column": 10,
- "index": 1100
- },
- {
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
- "line": 39,
- "column": 8,
- "index": 1285
+ "index": 1897
},
{
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 132,
- "column": 12,
- "index": 4160
- }
- ],
- "Dropdown.Item": [
- {
- "filePath": "src/files-and-uploads/FileMenu.jsx",
+ "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
"line": 33,
"column": 6,
- "index": 650
+ "index": 1055
},
{
- "filePath": "src/files-and-uploads/FileMenu.jsx",
- "line": 38,
+ "filePath": "src/pages-and-resources/pages/PageCard.jsx",
+ "line": 68,
"column": 6,
- "index": 827
- },
+ "index": 2018
+ }
+ ],
+ "Card.Body": [
{
- "filePath": "src/files-and-uploads/FileMenu.jsx",
- "line": 43,
- "column": 6,
- "index": 1001
+ "filePath": "src/generic/ConfirmationPopup.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 361
},
{
- "filePath": "src/files-and-uploads/FileMenu.jsx",
- "line": 46,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
+ "line": 79,
"column": 6,
- "index": 1143
+ "index": 2054
},
{
- "filePath": "src/files-and-uploads/FileMenu.jsx",
- "line": 49,
+ "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
+ "line": 50,
"column": 6,
- "index": 1318
+ "index": 1697
},
{
- "filePath": "src/files-and-uploads/FileMenu.jsx",
- "line": 53,
+ "filePath": "src/pages-and-resources/pages/PageCard.jsx",
+ "line": 78,
"column": 6,
- "index": 1463
- },
+ "index": 2325
+ }
+ ],
+ "Card.Section": [
{
- "filePath": "src/files-and-uploads/table-components/TableActions.jsx",
- "line": 25,
- "column": 8,
- "index": 678
+ "filePath": "src/generic/ConfirmationPopup.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 379
},
{
- "filePath": "src/files-and-uploads/table-components/TableActions.jsx",
- "line": 32,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
+ "line": 80,
"column": 8,
- "index": 936
- },
- {
- "filePath": "src/schedule-and-details/details-section/index.jsx",
- "line": 32,
- "column": 14,
- "index": 1177
+ "index": 2074
},
{
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
- "line": 40,
+ "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
+ "line": 52,
"column": 10,
- "index": 1311
- },
- {
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
- "line": 47,
- "column": 12,
- "index": 1624
+ "index": 1757
},
{
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 134,
- "column": 16,
- "index": 4248
+ "filePath": "src/pages-and-resources/pages/PageCard.jsx",
+ "line": 79,
+ "column": 8,
+ "index": 2345
}
],
- "Dropdown.Divider": [
+ "Card.Footer": [
{
- "filePath": "src/files-and-uploads/FileMenu.jsx",
- "line": 52,
+ "filePath": "src/generic/ConfirmationPopup.jsx",
+ "line": 21,
"column": 6,
- "index": 1436
+ "index": 471
},
{
- "filePath": "src/files-and-uploads/table-components/TableActions.jsx",
- "line": 31,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
+ "line": 83,
"column": 8,
- "index": 907
+ "index": 2236
}
],
- "DataTable": [
+ "Button": [
{
- "filePath": "src/files-and-uploads/FilesAndUploads.jsx",
- "line": 176,
+ "filePath": "src/generic/ConfirmationPopup.jsx",
+ "line": 22,
"column": 8,
- "index": 4909
+ "index": 493
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx",
- "line": 60,
- "column": 4,
- "index": 2244
- }
- ],
- "Dropzone": [
- {
- "filePath": "src/files-and-uploads/FilesAndUploads.jsx",
- "line": 229,
- "column": 12,
- "index": 6492
+ "filePath": "src/generic/ConfirmationPopup.jsx",
+ "line": 25,
+ "column": 8,
+ "index": 590
},
{
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 112,
- "column": 10,
- "index": 2940
- }
- ],
- "DataTable.TableControlBar": [
- {
- "filePath": "src/files-and-uploads/FilesAndUploads.jsx",
- "line": 240,
- "column": 14,
- "index": 6925
- }
- ],
- "CardView": [
- {
- "filePath": "src/files-and-uploads/FilesAndUploads.jsx",
- "line": 241,
- "column": 42,
- "index": 6997
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/BlackoutDatesField.jsx",
+ "line": 74,
+ "column": 16,
+ "index": 2417
},
{
- "filePath": "src/files-and-uploads/FilesAndUploads.jsx",
- "line": 242,
- "column": 42,
- "index": 7153
- }
- ],
- "DataTable.EmptyTable": [
- {
- "filePath": "src/files-and-uploads/FilesAndUploads.jsx",
- "line": 243,
- "column": 14,
- "index": 7280
- }
- ],
- "DataTable.TableFooter": [
- {
- "filePath": "src/files-and-uploads/FilesAndUploads.jsx",
- "line": 244,
- "column": 14,
- "index": 7380
- }
- ],
- "MoreVert": [
- {
- "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx",
- "line": 51,
- "column": 25,
- "index": 1271
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/DiscussionTopics.jsx",
+ "line": 78,
+ "column": 16,
+ "index": 2938
},
{
- "filePath": "src/files-and-uploads/table-components/ListCard.jsx",
- "line": 73,
- "column": 23,
- "index": 2107
- }
- ],
- "Card.Footer": [
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
+ "line": 84,
+ "column": 10,
+ "index": 2260
+ },
{
- "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx",
- "line": 71,
- "column": 8,
- "index": 2079
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
+ "line": 87,
+ "column": 10,
+ "index": 2416
},
{
- "filePath": "src/files-and-uploads/table-components/ListCard.jsx",
- "line": 64,
- "column": 8,
- "index": 1767
+ "filePath": "src/pages-and-resources/discussions/app-list/AppListNextButton.jsx",
+ "line": 20,
+ "column": 4,
+ "index": 707
},
{
- "filePath": "src/generic/ConfirmationPopup.jsx",
- "line": 25,
- "column": 6,
- "index": 570
+ "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
+ "line": 108,
+ "column": 20,
+ "index": 3463
},
{
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 122,
- "column": 8,
- "index": 3243
+ "filePath": "src/pages-and-resources/PagesAndResources.jsx",
+ "line": 52,
+ "column": 12,
+ "index": 1984
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
- "line": 83,
- "column": 8,
- "index": 2236
+ "filePath": "src/pages-and-resources/teams/GroupEditor.jsx",
+ "line": 47,
+ "column": 14,
+ "index": 1825
},
{
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 112,
- "column": 6,
- "index": 3091
+ "filePath": "src/pages-and-resources/teams/GroupEditor.jsx",
+ "line": 50,
+ "column": 14,
+ "index": 1977
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 94,
- "column": 6,
- "index": 3649
+ "filePath": "src/pages-and-resources/teams/Settings.jsx",
+ "line": 147,
+ "column": 20,
+ "index": 5377
},
{
- "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
- "line": 32,
+ "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
+ "line": 404,
"column": 8,
- "index": 988
+ "index": 16605
}
],
- "Chip": [
+ "Alert": [
{
- "filePath": "src/files-and-uploads/table-components/GalleryCard.jsx",
- "line": 72,
- "column": 10,
- "index": 2103
+ "filePath": "src/generic/ConnectionErrorAlert.jsx",
+ "line": 9,
+ "column": 2,
+ "index": 289
},
{
- "filePath": "src/files-and-uploads/table-components/ListCard.jsx",
- "line": 59,
- "column": 12,
- "index": 1631
- }
- ],
- "Alert.Heading": [
- {
- "filePath": "src/generic/alert-message/index.jsx",
- "line": 7,
- "column": 4,
- "index": 188
+ "filePath": "src/generic/PermissionDeniedAlert.jsx",
+ "line": 6,
+ "column": 2,
+ "index": 170
},
{
- "filePath": "src/generic/AlertProctoringError.jsx",
- "line": 10,
- "column": 10,
- "index": 338
+ "filePath": "src/generic/SaveFormConnectionErrorAlert.jsx",
+ "line": 9,
+ "column": 2,
+ "index": 297
},
{
"filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 215,
- "column": 18,
- "index": 6596
- },
- {
- "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx",
- "line": 214,
- "column": 18,
- "index": 6491
- }
- ],
- "Collapsible.Advanced": [
- {
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 19,
- "column": 2,
- "index": 365
+ "line": 213,
+ "column": 16,
+ "index": 6507
},
{
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 99,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
+ "line": 73,
"column": 6,
- "index": 2856
- }
- ],
- "Collapsible.Trigger": [
+ "index": 2213
+ },
{
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 27,
- "column": 4,
- "index": 558
+ "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx",
+ "line": 126,
+ "column": 18,
+ "index": 4058
},
{
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 100,
- "column": 8,
- "index": 2887
- }
- ],
- "Collapsible.Visible": [
+ "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
+ "line": 255,
+ "column": 12,
+ "index": 9731
+ },
{
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 32,
+ "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
+ "line": 422,
"column": 6,
- "index": 767
+ "index": 16242
},
{
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 37,
+ "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
+ "line": 449,
"column": 6,
- "index": 980
+ "index": 16972
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/FeaturesList.jsx",
- "line": 14,
- "column": 8,
- "index": 400
+ "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
+ "line": 232,
+ "column": 12,
+ "index": 8667
},
{
- "filePath": "src/pages-and-resources/discussions/app-list/FeaturesList.jsx",
- "line": 17,
- "column": 8,
- "index": 549
- }
- ],
- "ExpandMore": [
- {
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 34,
- "column": 43,
- "index": 886
- }
- ],
- "Delete": [
- {
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 46,
- "column": 19,
- "index": 1275
- }
- ],
- "ExpandLess": [
- {
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 53,
- "column": 45,
- "index": 1466
- }
- ],
- "Collapsible.Body": [
- {
- "filePath": "src/generic/CollapsableEditor.jsx",
- "line": 57,
- "column": 4,
- "index": 1585
+ "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
+ "line": 443,
+ "column": 6,
+ "index": 17538
},
{
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 104,
- "column": 8,
- "index": 3136
+ "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
+ "line": 465,
+ "column": 6,
+ "index": 18171
}
],
"Alert.Link": [
{
"filePath": "src/generic/ConnectionErrorAlert.jsx",
"line": 15,
- "column": 10,
- "index": 681
+ "column": 12,
+ "index": 685
},
{
"filePath": "src/generic/SaveFormConnectionErrorAlert.jsx",
"line": 15,
- "column": 10,
- "index": 693
+ "column": 12,
+ "index": 697
},
{
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
"line": 157,
"column": 16,
- "index": 6463
+ "index": 6447
},
{
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
"line": 172,
"column": 35,
- "index": 7068
+ "index": 7054
},
{
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
"line": 437,
"column": 14,
- "index": 16715
+ "index": 16701
},
{
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
"line": 466,
"column": 14,
- "index": 17609
+ "index": 17595
},
{
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
"line": 148,
"column": 35,
- "index": 5757
+ "index": 5739
},
{
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
"line": 160,
"column": 35,
- "index": 6313
+ "index": 6295
},
{
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
"line": 457,
"column": 40,
- "index": 18082
+ "index": 18024
},
{
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
"line": 483,
"column": 14,
- "index": 18864
+ "index": 18806
}
],
- "FileUploadIcon": [
+ "TransitionReplace": [
+ {
+ "filePath": "src/generic/FieldFeedback.jsx",
+ "line": 14,
+ "column": 4,
+ "index": 276
+ },
+ {
+ "filePath": "src/generic/FieldFeedback.jsx",
+ "line": 24,
+ "column": 4,
+ "index": 709
+ },
+ {
+ "filePath": "src/generic/FormikErrorFeedback.jsx",
+ "line": 12,
+ "column": 4,
+ "index": 377
+ },
+ {
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
+ "line": 39,
+ "column": 0,
+ "index": 1345
+ },
+ {
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
+ "line": 90,
+ "column": 6,
+ "index": 2906
+ },
+ {
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
+ "line": 103,
+ "column": 12,
+ "index": 3528
+ },
{
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 71,
- "column": 13,
- "index": 1873
+ "filePath": "src/pages-and-resources/teams/GroupEditor.jsx",
+ "line": 40,
+ "column": 4,
+ "index": 1413
}
],
- "Form.Label": [
+ "Form.Group": [
{
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 109,
- "column": 6,
- "index": 2841
+ "filePath": "src/generic/FormikControl.jsx",
+ "line": 23,
+ "column": 4,
+ "index": 613
},
{
- "filePath": "src/generic/datepicker-control/DatepickerControl.jsx",
- "line": 38,
- "column": 6,
- "index": 969
+ "filePath": "src/generic/FormSwitchGroup.jsx",
+ "line": 24,
+ "column": 4,
+ "index": 557
},
{
- "filePath": "src/generic/FormSwitchGroup.jsx",
- "line": 30,
- "column": 10,
- "index": 767
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 99,
+ "column": 12,
+ "index": 3870
},
{
- "filePath": "src/grading-settings/assignment-section/assignments/AssignmentItem.jsx",
- "line": 28,
- "column": 6,
- "index": 542
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 117,
+ "column": 12,
+ "index": 4573
},
{
- "filePath": "src/grading-settings/assignment-section/assignments/AssignmentTypeName.jsx",
- "line": 21,
- "column": 8,
- "index": 666
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 134,
+ "column": 12,
+ "index": 5250
},
{
- "filePath": "src/grading-settings/credit-section/index.jsx",
- "line": 39,
- "column": 6,
- "index": 986
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 152,
+ "column": 12,
+ "index": 6024
},
{
- "filePath": "src/grading-settings/deadline-section/index.jsx",
- "line": 32,
- "column": 6,
- "index": 973
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/blackout-dates/BlackoutDatesInput.jsx",
+ "line": 34,
+ "column": 4,
+ "index": 868
},
{
- "filePath": "src/pages-and-resources/live/BBBSettings.jsx",
- "line": 55,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
+ "line": 112,
"column": 8,
- "index": 1814
+ "index": 3153
},
{
- "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 299,
- "column": 14,
- "index": 11212
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
+ "line": 109,
+ "column": 22,
+ "index": 3790
+ },
+ {
+ "filePath": "src/pages-and-resources/live/BBBSettings.jsx",
+ "line": 54,
+ "column": 6,
+ "index": 1740
},
{
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 325,
+ "line": 298,
"column": 12,
- "index": 12380
+ "index": 11136
},
{
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 356,
- "column": 14,
- "index": 13913
+ "line": 324,
+ "column": 10,
+ "index": 12297
},
{
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
- "line": 379,
- "column": 14,
- "index": 15010
+ "line": 355,
+ "column": 12,
+ "index": 13838
},
{
- "filePath": "src/pages-and-resources/teams/GroupEditor.jsx",
- "line": 99,
- "column": 14,
- "index": 4224
+ "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
+ "line": 378,
+ "column": 12,
+ "index": 14932
},
{
"filePath": "src/pages-and-resources/teams/GroupEditor.jsx",
- "line": 128,
- "column": 21,
- "index": 5539
- },
- {
- "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
- "line": 266,
- "column": 14,
- "index": 10070
+ "line": 98,
+ "column": 12,
+ "index": 4168
},
{
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
- "line": 310,
- "column": 12,
- "index": 11977
+ "line": 243,
+ "column": 8,
+ "index": 9008
},
{
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
- "line": 334,
+ "line": 265,
"column": 12,
- "index": 13108
+ "index": 9991
},
{
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
- "line": 367,
- "column": 14,
- "index": 14922
- },
- {
- "filePath": "src/schedule-and-details/details-section/index.jsx",
- "line": 25,
+ "line": 309,
"column": 8,
- "index": 862
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 22,
- "column": 14,
- "index": 626
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 36,
- "column": 14,
- "index": 1210
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 50,
- "column": 14,
- "index": 1799
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 65,
- "column": 14,
- "index": 2465
+ "index": 11897
},
{
- "filePath": "src/schedule-and-details/introducing-section/extended-course-details/index.jsx",
- "line": 56,
- "column": 10,
- "index": 1776
- },
- {
- "filePath": "src/schedule-and-details/introducing-section/index.jsx",
- "line": 92,
+ "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
+ "line": 333,
"column": 10,
- "index": 2616
+ "index": 12981
},
{
- "filePath": "src/schedule-and-details/introducing-section/index.jsx",
- "line": 113,
+ "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
+ "line": 366,
"column": 12,
- "index": 3358
- },
- {
- "filePath": "src/schedule-and-details/introducing-section/index.jsx",
- "line": 122,
- "column": 14,
- "index": 3784
- },
- {
- "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
- "line": 15,
- "column": 6,
- "index": 440
- },
+ "index": 14800
+ }
+ ],
+ "Form.Control": [
{
- "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx",
- "line": 35,
+ "filePath": "src/generic/FormikControl.jsx",
+ "line": 25,
"column": 6,
- "index": 1028
+ "index": 668
},
{
- "filePath": "src/schedule-and-details/pacing-section/index.jsx",
- "line": 23,
- "column": 10,
- "index": 697
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 105,
+ "column": 14,
+ "index": 4070
},
{
- "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
- "line": 28,
- "column": 6,
- "index": 859
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 122,
+ "column": 14,
+ "index": 4735
},
{
- "filePath": "src/schedule-and-details/requirements-section/grade-requirements/index.jsx",
- "line": 19,
- "column": 4,
- "index": 469
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
+ "line": 135,
+ "column": 14,
+ "index": 5330
},
{
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
- "line": 34,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/blackout-dates/BlackoutDatesInput.jsx",
+ "line": 39,
"column": 6,
- "index": 1051
+ "index": 1025
},
{
- "filePath": "src/schedule-and-details/requirements-section/index.jsx",
- "line": 70,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx",
+ "line": 117,
"column": 10,
- "index": 2372
+ "index": 3309
},
{
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 125,
- "column": 10,
- "index": 3860
- }
- ],
- "Card.Divider": [
- {
- "filePath": "src/generic/course-upload-image/index.jsx",
- "line": 121,
+ "filePath": "src/pages-and-resources/live/BBBSettings.jsx",
+ "line": 62,
"column": 8,
- "index": 3218
+ "index": 2082
},
{
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 111,
- "column": 6,
- "index": 3068
+ "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
+ "line": 302,
+ "column": 14,
+ "index": 11380
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 93,
- "column": 6,
- "index": 3626
+ "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
+ "line": 328,
+ "column": 12,
+ "index": 12537
},
{
- "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx",
- "line": 31,
- "column": 8,
- "index": 963
+ "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
+ "line": 317,
+ "column": 10,
+ "index": 12244
},
{
- "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
- "line": 42,
+ "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
+ "line": 341,
"column": 12,
- "index": 1342
- }
- ],
- "Calendar": [
- {
- "filePath": "src/generic/datepicker-control/DatepickerControl.jsx",
- "line": 49,
- "column": 17,
- "index": 1374
+ "index": 13347
}
],
"Form.Text": [
@@ -13796,13 +10839,13 @@
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
"line": 311,
"column": 14,
- "index": 11771
+ "index": 11757
},
{
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
"line": 338,
"column": 12,
- "index": 13051
+ "index": 13037
},
{
"filePath": "src/pages-and-resources/teams/Settings.jsx",
@@ -13814,55 +10857,105 @@
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
"line": 253,
"column": 10,
- "index": 9462
+ "index": 9444
},
{
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
"line": 293,
"column": 14,
- "index": 11250
+ "index": 11232
},
{
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
"line": 325,
- "column": 12,
- "index": 12602
+ "column": 10,
+ "index": 12550
},
{
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
"line": 351,
"column": 12,
- "index": 14066
+ "index": 14008
},
{
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
"line": 394,
"column": 14,
- "index": 16184
- },
+ "index": 16126
+ }
+ ],
+ "Form.Label": [
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
+ "filePath": "src/generic/FormSwitchGroup.jsx",
"line": 30,
+ "column": 10,
+ "index": 767
+ },
+ {
+ "filePath": "src/pages-and-resources/live/BBBSettings.jsx",
+ "line": 55,
+ "column": 8,
+ "index": 1814
+ },
+ {
+ "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
+ "line": 299,
"column": 14,
- "index": 996
+ "index": 11198
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 44,
+ "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
+ "line": 325,
+ "column": 12,
+ "index": 12366
+ },
+ {
+ "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
+ "line": 356,
"column": 14,
- "index": 1584
+ "index": 13899
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 58,
+ "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
+ "line": 379,
"column": 14,
- "index": 2201
+ "index": 14996
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 74,
+ "filePath": "src/pages-and-resources/teams/GroupEditor.jsx",
+ "line": 99,
"column": 14,
- "index": 2869
+ "index": 4224
+ },
+ {
+ "filePath": "src/pages-and-resources/teams/GroupEditor.jsx",
+ "line": 128,
+ "column": 21,
+ "index": 5539
+ },
+ {
+ "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
+ "line": 266,
+ "column": 14,
+ "index": 10052
+ },
+ {
+ "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
+ "line": 310,
+ "column": 10,
+ "index": 11955
+ },
+ {
+ "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
+ "line": 334,
+ "column": 12,
+ "index": 13050
+ },
+ {
+ "filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
+ "line": 367,
+ "column": 14,
+ "index": 14864
}
],
"SwitchControl": [
@@ -13873,46 +10966,98 @@
"index": 870
}
],
- "WarningIcon": [
- {
- "filePath": "src/generic/internet-connection-alert/index.jsx",
- "line": 50,
- "column": 12,
- "index": 1362
- },
- {
- "filePath": "src/schedule-and-details/index.jsx",
- "line": 341,
- "column": 16,
- "index": 12151
- }
- ],
"Spinner": [
{
"filePath": "src/generic/Loading.jsx",
"line": 12,
"column": 4,
- "index": 291
+ "index": 294
},
{
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
"line": 417,
"column": 33,
- "index": 17069
+ "index": 17011
}
],
- "IconAdd": [
+ "ModalDialog": [
{
- "filePath": "src/grading-settings/grading-scale/GradingScale.jsx",
- "line": 194,
- "column": 13,
- "index": 6156
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
+ "line": 65,
+ "column": 2,
+ "index": 2039
},
{
- "filePath": "src/grading-settings/GradingSettings.jsx",
- "line": 198,
- "column": 34,
- "index": 7963
+ "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
+ "line": 119,
+ "column": 6,
+ "index": 3525
+ },
+ {
+ "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
+ "line": 555,
+ "column": 4,
+ "index": 21844
+ }
+ ],
+ "ModalDialog.Header": [
+ {
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
+ "line": 74,
+ "column": 4,
+ "index": 2202
+ },
+ {
+ "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
+ "line": 125,
+ "column": 8,
+ "index": 3736
+ },
+ {
+ "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
+ "line": 566,
+ "column": 8,
+ "index": 22137
+ }
+ ],
+ "ModalDialog.Title": [
+ {
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
+ "line": 75,
+ "column": 6,
+ "index": 2229
+ },
+ {
+ "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
+ "line": 126,
+ "column": 10,
+ "index": 3784
+ },
+ {
+ "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
+ "line": 567,
+ "column": 10,
+ "index": 22168
+ }
+ ],
+ "ModalDialog.Body": [
+ {
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
+ "line": 79,
+ "column": 4,
+ "index": 2348
+ },
+ {
+ "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
+ "line": 130,
+ "column": 8,
+ "index": 3995
+ },
+ {
+ "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
+ "line": 571,
+ "column": 8,
+ "index": 22293
}
],
"ModalDialog.Footer": [
@@ -13920,7 +11065,7 @@
"filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
"line": 82,
"column": 4,
- "index": 2416
+ "index": 2412
},
{
"filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
@@ -13932,13 +11077,27 @@
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
"line": 579,
"column": 8,
- "index": 22557
- },
+ "index": 22675
+ }
+ ],
+ "ActionRow": [
{
- "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx",
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
"line": 83,
- "column": 4,
- "index": 2484
+ "column": 6,
+ "index": 2455
+ },
+ {
+ "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
+ "line": 134,
+ "column": 10,
+ "index": 4198
+ },
+ {
+ "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
+ "line": 584,
+ "column": 10,
+ "index": 22780
}
],
"ModalDialog.CloseButton": [
@@ -13946,7 +11105,7 @@
"filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
"line": 84,
"column": 8,
- "index": 2479
+ "index": 2475
},
{
"filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
@@ -13958,21 +11117,65 @@
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
"line": 585,
"column": 12,
- "index": 22686
+ "index": 22804
+ }
+ ],
+ "Hyperlink": [
+ {
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
+ "line": 163,
+ "column": 4,
+ "index": 5007
},
{
- "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx",
- "line": 85,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/AppExternalLinks.jsx",
+ "line": 30,
+ "column": 16,
+ "index": 834
+ },
+ {
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
+ "line": 75,
+ "column": 8,
+ "index": 2341
+ },
+ {
+ "filePath": "src/pages-and-resources/live/BBBSettings.jsx",
+ "line": 73,
+ "column": 6,
+ "index": 2336
+ },
+ {
+ "filePath": "src/pages-and-resources/live/BBBSettings.jsx",
+ "line": 94,
+ "column": 16,
+ "index": 3173
+ },
+ {
+ "filePath": "src/pages-and-resources/pages/PageCard.jsx",
+ "line": 40,
"column": 8,
- "index": 2547
+ "index": 1261
+ },
+ {
+ "filePath": "src/pages-and-resources/PagesAndResources.jsx",
+ "line": 46,
+ "column": 10,
+ "index": 1804
+ },
+ {
+ "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
+ "line": 239,
+ "column": 4,
+ "index": 9231
}
],
"Form": [
{
"filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 192,
+ "line": 191,
"column": 10,
- "index": 5728
+ "index": 5709
},
{
"filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx",
@@ -13982,65 +11185,97 @@
},
{
"filePath": "src/pages-and-resources/discussions/app-config-form/apps/openedx/OpenedXConfigForm.jsx",
- "line": 123,
+ "line": 121,
"column": 14,
- "index": 5672
+ "index": 5549
},
{
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
"line": 565,
"column": 6,
- "index": 21951
- },
- {
- "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx",
- "line": 191,
- "column": 10,
- "index": 5626
+ "index": 22069
},
{
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
"line": 228,
"column": 6,
- "index": 8447
+ "index": 8429
+ }
+ ],
+ "StatefulButton": [
+ {
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
+ "line": 201,
+ "column": 16,
+ "index": 6046
},
{
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 19,
- "column": 8,
- "index": 520
+ "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigFormSaveButton.jsx",
+ "line": 36,
+ "column": 6,
+ "index": 1528
+ },
+ {
+ "filePath": "src/pages-and-resources/proctoring/Settings.jsx",
+ "line": 588,
+ "column": 12,
+ "index": 22976
+ }
+ ],
+ "Info": [
+ {
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
+ "line": 213,
+ "column": 46,
+ "index": 6537
+ }
+ ],
+ "Alert.Heading": [
+ {
+ "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
+ "line": 214,
+ "column": 18,
+ "index": 6577
}
],
"Badge": [
{
"filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx",
- "line": 232,
- "column": 24,
- "index": 7436
+ "line": 230,
+ "column": 22,
+ "index": 7360
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/CollapseCardHeading.jsx",
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/blackout-dates/CollapseCardHeading.jsx",
"line": 18,
"column": 22,
- "index": 386
+ "index": 380
},
{
"filePath": "src/pages-and-resources/pages/PageCard.jsx",
- "line": 70,
+ "line": 71,
"column": 10,
- "index": 2102
+ "index": 2103
},
{
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
"line": 277,
"column": 18,
- "index": 10526
+ "index": 10512
+ }
+ ],
+ "Container": [
+ {
+ "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx",
+ "line": 116,
+ "column": 4,
+ "index": 3410
},
{
- "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx",
- "line": 230,
- "column": 22,
- "index": 7274
+ "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
+ "line": 57,
+ "column": 6,
+ "index": 2288
}
],
"MailtoLink": [
@@ -14061,12 +11296,6 @@
"line": 50,
"column": 16,
"index": 1464
- },
- {
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 113,
- "column": 8,
- "index": 3151
}
],
"Form.Check": [
@@ -14086,77 +11315,65 @@
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
"line": 244,
"column": 10,
- "index": 9085
+ "index": 9067
},
{
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
"line": 273,
"column": 14,
- "index": 10415
+ "index": 10397
},
{
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
"line": 283,
"column": 14,
- "index": 10833
+ "index": 10815
},
{
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
"line": 374,
"column": 14,
- "index": 15285
+ "index": 15227
},
{
"filePath": "src/proctored-exam-settings/ProctoredExamSettings.jsx",
"line": 384,
"column": 14,
- "index": 15735
+ "index": 15677
}
],
"Form.Row": [
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/DiscussionRestrictionItem.jsx",
- "line": 98,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/blackout-dates/BlackoutDatesItem.jsx",
+ "line": 88,
"column": 6,
- "index": 3408
+ "index": 2961
},
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/DiscussionRestrictionItem.jsx",
- "line": 124,
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/blackout-dates/BlackoutDatesItem.jsx",
+ "line": 112,
"column": 6,
- "index": 4424
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 20,
- "column": 10,
- "index": 537
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 63,
- "column": 10,
- "index": 2376
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 79,
- "column": 10,
- "index": 3035
+ "index": 3903
}
],
- "ButtonGroup": [
+ "Add": [
{
- "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DiscussionRestriction.jsx",
- "line": 63,
- "column": 6,
- "index": 2354
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/BlackoutDatesField.jsx",
+ "line": 77,
+ "column": 30,
+ "index": 2541
},
{
- "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx",
- "line": 52,
- "column": 6,
- "index": 1456
+ "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/DiscussionTopics.jsx",
+ "line": 81,
+ "column": 30,
+ "index": 3061
+ },
+ {
+ "filePath": "src/pages-and-resources/teams/Settings.jsx",
+ "line": 150,
+ "column": 34,
+ "index": 5517
}
],
"Form.CheckboxSet": [
@@ -14164,7 +11381,7 @@
"filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
"line": 110,
"column": 24,
- "index": 3857
+ "index": 3844
}
],
"Form.Checkbox": [
@@ -14172,13 +11389,15 @@
"filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx",
"line": 118,
"column": 30,
- "index": 4284
- },
+ "index": 4271
+ }
+ ],
+ "CheckboxControl": [
{
- "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx",
- "line": 33,
- "column": 10,
- "index": 1046
+ "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx",
+ "line": 38,
+ "column": 12,
+ "index": 1339
}
],
"breakpoints": [
@@ -14190,49 +11409,35 @@
},
{
"filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
- "line": 151,
+ "line": 88,
"column": 28,
- "index": 5092
+ "index": 3059
},
{
"filePath": "src/pages-and-resources/discussions/app-list/AppList.test.jsx",
- "line": 41,
+ "line": 40,
"column": 39,
- "index": 1672
+ "index": 1607
},
{
"filePath": "src/pages-and-resources/discussions/app-list/AppList.test.jsx",
- "line": 125,
+ "line": 82,
"column": 22,
- "index": 4206
+ "index": 2870
},
{
"filePath": "src/pages-and-resources/discussions/app-list/AppList.test.jsx",
- "line": 136,
+ "line": 92,
"column": 22,
- "index": 4676
- },
- {
- "filePath": "src/pages-and-resources/discussions/data/hook.js",
- "line": 5,
- "column": 28,
- "index": 173
- }
- ],
- "Form.Switch": [
- {
- "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
- "line": 129,
- "column": 8,
- "index": 4451
+ "index": 3289
}
],
"CardGrid": [
{
"filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx",
- "line": 140,
+ "line": 78,
"column": 6,
- "index": 4784
+ "index": 2797
},
{
"filePath": "src/pages-and-resources/pages/PageGrid.jsx",
@@ -14253,8 +11458,8 @@
{
"filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx",
"line": 36,
- "column": 18,
- "index": 1425
+ "column": 20,
+ "index": 1429
},
{
"filePath": "src/pages-and-resources/discussions/app-list/SupportedFeature.jsx",
@@ -14267,24 +11472,24 @@
{
"filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx",
"line": 37,
- "column": 18,
- "index": 1498
+ "column": 20,
+ "index": 1504
}
],
- "DataTable.Table": [
+ "DataTable": [
{
"filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx",
- "line": 87,
- "column": 6,
- "index": 3102
+ "line": 60,
+ "column": 4,
+ "index": 2252
}
],
- "useWindowSize": [
+ "DataTable.Table": [
{
- "filePath": "src/pages-and-resources/discussions/data/hook.js",
- "line": 4,
- "column": 21,
- "index": 128
+ "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx",
+ "line": 87,
+ "column": 6,
+ "index": 3110
}
],
"FullscreenModal": [
@@ -14355,32 +11560,32 @@
{
"filePath": "src/pages-and-resources/live/Settings.jsx",
"line": 97,
- "column": 12,
- "index": 3905
+ "column": 16,
+ "index": 3921
}
],
"SelectableBox": [
{
"filePath": "src/pages-and-resources/live/Settings.jsx",
"line": 106,
- "column": 16,
- "index": 4263
+ "column": 20,
+ "index": 4315
}
],
"ArrowForward": [
{
"filePath": "src/pages-and-resources/pages/PageCard.jsx",
- "line": 41,
+ "line": 42,
"column": 17,
- "index": 1341
+ "index": 1342
}
],
"Settings": [
{
"filePath": "src/pages-and-resources/pages/PageCard.jsx",
- "line": 51,
+ "line": 52,
"column": 13,
- "index": 1627
+ "index": 1628
}
],
"Form.RadioSet": [
@@ -14388,25 +11593,19 @@
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
"line": 359,
"column": 14,
- "index": 14098
+ "index": 14084
},
{
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
"line": 382,
"column": 14,
- "index": 15197
+ "index": 15183
},
{
"filePath": "src/pages-and-resources/teams/GroupEditor.jsx",
"line": 102,
"column": 14,
"index": 4365
- },
- {
- "filePath": "src/schedule-and-details/pacing-section/index.jsx",
- "line": 27,
- "column": 8,
- "index": 836
}
],
"Form.Radio": [
@@ -14414,197 +11613,53 @@
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
"line": 364,
"column": 16,
- "index": 14284
+ "index": 14270
},
{
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
"line": 367,
"column": 16,
- "index": 14465
+ "index": 14451
},
{
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
"line": 387,
"column": 16,
- "index": 15395
+ "index": 15381
},
{
"filePath": "src/pages-and-resources/proctoring/Settings.jsx",
"line": 390,
"column": 16,
- "index": 15582
+ "index": 15568
},
{
"filePath": "src/pages-and-resources/teams/GroupEditor.jsx",
"line": 109,
"column": 18,
"index": 4632
- },
- {
- "filePath": "src/schedule-and-details/pacing-section/index.jsx",
- "line": 32,
- "column": 10,
- "index": 1005
- },
- {
- "filePath": "src/schedule-and-details/pacing-section/index.jsx",
- "line": 39,
- "column": 10,
- "index": 1283
- }
- ],
- "PageBanner": [
- {
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 81,
- "column": 4,
- "index": 2203
- }
- ],
- "EmailIcon": [
- {
- "filePath": "src/schedule-and-details/basic-section/index.jsx",
- "line": 119,
- "column": 56,
- "index": 3389
- }
- ],
- "CheckCircleIcon": [
- {
- "filePath": "src/schedule-and-details/index.jsx",
- "line": 164,
- "column": 18,
- "index": 5006
- }
- ],
- "AddIcon": [
- {
- "filePath": "src/schedule-and-details/instructors-section/index.jsx",
- "line": 72,
- "column": 26,
- "index": 2006
- },
- {
- "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx",
- "line": 61,
- "column": 26,
- "index": 1907
- }
- ],
- "Col": [
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 21,
- "column": 28,
- "index": 576
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 35,
- "column": 28,
- "index": 1160
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 49,
- "column": 28,
- "index": 1749
- },
- {
- "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx",
- "line": 64,
- "column": 28,
- "index": 2415
- }
- ],
- "Copyright": [
- {
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 30,
- "column": 15,
- "index": 910
- }
- ],
- "Cc": [
- {
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 38,
- "column": 15,
- "index": 1148
- }
- ],
- "Attribution": [
- {
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 45,
- "column": 15,
- "index": 1338
- }
- ],
- "Nc": [
- {
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 52,
- "column": 15,
- "index": 1539
- }
- ],
- "Nd": [
- {
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 59,
- "column": 15,
- "index": 1731
- }
- ],
- "Sa": [
- {
- "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx",
- "line": 66,
- "column": 15,
- "index": 1920
}
],
"OverlayTrigger": [
- {
- "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx",
- "line": 31,
- "column": 6,
- "index": 869
- },
{
"filePath": "src/studio-header/Header.jsx",
- "line": 139,
+ "line": 136,
"column": 4,
- "index": 5602
+ "index": 5255
}
],
"Tooltip": [
- {
- "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx",
- "line": 34,
- "column": 10,
- "index": 932
- },
{
"filePath": "src/studio-header/Header.jsx",
- "line": 142,
+ "line": 139,
"column": 8,
- "index": 5668
- }
- ],
- "InfoIcon": [
- {
- "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx",
- "line": 101,
- "column": 38,
- "index": 3005
+ "index": 5321
}
]
}
},
{
- "version": "20.44.0",
+ "version": "20.15.0",
"name": "@edx/frontend-app-discussions",
"repository": {
"type": "git",
@@ -14615,9 +11670,9 @@
"Collapsible.Advanced": [
{
"filePath": "src/components/FilterBar.jsx",
- "line": 97,
+ "line": 95,
"column": 4,
- "index": 2716
+ "index": 2700
},
{
"filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
@@ -14635,9 +11690,9 @@
"Collapsible.Trigger": [
{
"filePath": "src/components/FilterBar.jsx",
- "line": 102,
+ "line": 100,
"column": 6,
- "index": 2868
+ "index": 2852
},
{
"filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
@@ -14655,15 +11710,15 @@
"Collapsible.Visible": [
{
"filePath": "src/components/FilterBar.jsx",
- "line": 113,
+ "line": 111,
"column": 8,
- "index": 3350
+ "index": 3334
},
{
"filePath": "src/components/FilterBar.jsx",
- "line": 116,
+ "line": 114,
"column": 8,
- "index": 3452
+ "index": 3436
},
{
"filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
@@ -14693,15 +11748,15 @@
"Icon": [
{
"filePath": "src/components/FilterBar.jsx",
- "line": 114,
+ "line": 112,
"column": 10,
- "index": 3393
+ "index": 3377
},
{
"filePath": "src/components/FilterBar.jsx",
- "line": 117,
+ "line": 115,
"column": 10,
- "index": 3493
+ "index": 3477
},
{
"filePath": "src/components/PostPreviewPanel.jsx",
@@ -14711,9 +11766,9 @@
},
{
"filePath": "src/components/Search.jsx",
- "line": 85,
+ "line": 82,
"column": 8,
- "index": 2777
+ "index": 2549
},
{
"filePath": "src/components/SearchInfo.jsx",
@@ -14723,33 +11778,33 @@
},
{
"filePath": "src/components/TopicStats.jsx",
- "line": 43,
+ "line": 42,
"column": 10,
- "index": 1441
+ "index": 1377
},
{
"filePath": "src/components/TopicStats.jsx",
- "line": 61,
+ "line": 59,
"column": 10,
- "index": 2044
+ "index": 1920
},
{
"filePath": "src/components/TopicStats.jsx",
- "line": 87,
+ "line": 84,
"column": 12,
- "index": 3001
+ "index": 2815
},
{
"filePath": "src/discussions/common/ActionsDropdown.jsx",
"line": 67,
"column": 16,
- "index": 1825
+ "index": 1858
},
{
"filePath": "src/discussions/common/ActionsDropdown.jsx",
"line": 97,
"column": 18,
- "index": 2877
+ "index": 2910
},
{
"filePath": "src/discussions/common/AuthorLabel.jsx",
@@ -14761,31 +11816,31 @@
"filePath": "src/discussions/common/EndorsedAlertBanner.jsx",
"line": 39,
"column": 12,
- "index": 1315
+ "index": 1312
},
{
"filePath": "src/discussions/common/HoverCard.jsx",
- "line": 70,
+ "line": 68,
"column": 22,
- "index": 2142
+ "index": 2125
},
{
"filePath": "src/discussions/common/HoverCard.jsx",
- "line": 85,
+ "line": 83,
"column": 18,
- "index": 2671
+ "index": 2654
},
{
"filePath": "src/discussions/common/HoverCard.jsx",
- "line": 99,
+ "line": 97,
"column": 20,
- "index": 3057
+ "index": 3040
},
{
"filePath": "src/discussions/in-context-topics/components/BackButton.jsx",
"line": 22,
"column": 18,
- "index": 591
+ "index": 588
},
{
"filePath": "src/discussions/in-context-topics/topic-search/TopicSearchBar.jsx",
@@ -14837,15 +11892,15 @@
},
{
"filePath": "src/discussions/post-comments/PostCommentsView.jsx",
- "line": 105,
+ "line": 104,
"column": 20,
- "index": 3398
+ "index": 3326
},
{
"filePath": "src/discussions/posts/post-actions-bar/PostActionsBar.jsx",
- "line": 74,
+ "line": 72,
"column": 22,
- "index": 2855
+ "index": 2838
},
{
"filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
@@ -14897,15 +11952,15 @@
},
{
"filePath": "src/discussions/posts/post/PostLink.jsx",
- "line": 112,
- "column": 14,
- "index": 4047
+ "line": 107,
+ "column": 18,
+ "index": 4039
},
{
"filePath": "src/discussions/posts/post/PostLink.jsx",
- "line": 127,
- "column": 14,
- "index": 4725
+ "line": 122,
+ "column": 18,
+ "index": 4769
},
{
"filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
@@ -14933,35 +11988,35 @@
},
{
"filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 73,
+ "line": 71,
"column": 16,
- "index": 3004
+ "index": 2886
},
{
"filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 91,
+ "line": 88,
"column": 16,
- "index": 3725
+ "index": 3531
},
{
"filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 117,
+ "line": 113,
"column": 18,
- "index": 4840
+ "index": 4576
}
],
"Tune": [
{
"filePath": "src/components/FilterBar.jsx",
- "line": 114,
+ "line": 112,
"column": 21,
- "index": 3404
+ "index": 3388
},
{
"filePath": "src/components/FilterBar.jsx",
- "line": 117,
+ "line": 115,
"column": 21,
- "index": 3504
+ "index": 3488
},
{
"filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
@@ -14991,9 +12046,9 @@
"Collapsible.Body": [
{
"filePath": "src/components/FilterBar.jsx",
- "line": 120,
+ "line": 118,
"column": 6,
- "index": 3579
+ "index": 3563
},
{
"filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
@@ -15011,9 +12066,9 @@
"Form": [
{
"filePath": "src/components/FilterBar.jsx",
- "line": 121,
+ "line": 119,
"column": 8,
- "index": 3650
+ "index": 3634
},
{
"filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
@@ -15023,15 +12078,15 @@
},
{
"filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx",
- "line": 107,
+ "line": 106,
"column": 8,
- "index": 3799
+ "index": 3716
},
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 244,
+ "line": 241,
"column": 6,
- "index": 8937
+ "index": 8880
},
{
"filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
@@ -15043,15 +12098,15 @@
"Form.RadioSet": [
{
"filePath": "src/components/FilterBar.jsx",
- "line": 124,
+ "line": 122,
"column": 14,
- "index": 3782
+ "index": 3766
},
{
"filePath": "src/components/FilterBar.jsx",
- "line": 158,
+ "line": 156,
"column": 18,
- "index": 5116
+ "index": 5100
},
{
"filePath": "src/discussions/learners/learner/LearnerFilterBar.jsx",
@@ -15061,9 +12116,9 @@
},
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 250,
+ "line": 247,
"column": 8,
- "index": 9252
+ "index": 9195
},
{
"filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
@@ -15093,21 +12148,21 @@
"Spinner": [
{
"filePath": "src/components/FilterBar.jsx",
- "line": 154,
+ "line": 152,
"column": 18,
- "index": 4941
+ "index": 4925
},
{
"filePath": "src/components/Spinner.jsx",
"line": 7,
"column": 4,
- "index": 175
+ "index": 153
},
{
"filePath": "src/discussions/in-context-topics/components/BackButton.jsx",
"line": 29,
"column": 21,
- "index": 881
+ "index": 878
},
{
"filePath": "src/discussions/in-context-topics/TopicPostsView.jsx",
@@ -15129,21 +12184,21 @@
},
{
"filePath": "src/discussions/learners/LearnersView.jsx",
- "line": 97,
+ "line": 96,
"column": 12,
- "index": 3357
+ "index": 3295
},
{
"filePath": "src/discussions/post-comments/comments/CommentsView.jsx",
- "line": 69,
+ "line": 68,
"column": 10,
- "index": 2331
+ "index": 2348
},
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 189,
+ "line": 186,
"column": 10,
- "index": 7619
+ "index": 7562
},
{
"filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx",
@@ -15169,25 +12224,25 @@
"Dropdown": [
{
"filePath": "src/components/NavigationBar/tabs/Tabs.jsx",
- "line": 43,
- "column": 10,
- "index": 1561
+ "line": 41,
+ "column": 8,
+ "index": 1546
}
],
"Dropdown.Toggle": [
{
"filePath": "src/components/NavigationBar/tabs/Tabs.jsx",
- "line": 44,
- "column": 12,
- "index": 1602
+ "line": 42,
+ "column": 10,
+ "index": 1585
}
],
"Dropdown.Menu": [
{
"filePath": "src/components/NavigationBar/tabs/Tabs.jsx",
- "line": 51,
- "column": 12,
- "index": 1984
+ "line": 49,
+ "column": 10,
+ "index": 1953
}
],
"useWindowSize": [
@@ -15199,15 +12254,15 @@
},
{
"filePath": "src/discussions/data/hooks.js",
- "line": 111,
+ "line": 109,
"column": 21,
- "index": 3822
+ "index": 3820
},
{
"filePath": "src/discussions/data/hooks.js",
- "line": 116,
+ "line": 114,
"column": 21,
- "index": 3958
+ "index": 3956
},
{
"filePath": "src/discussions/discussions-home/DiscussionSidebar.jsx",
@@ -15227,31 +12282,31 @@
"filePath": "src/discussions/common/ActionsDropdown.jsx",
"line": 63,
"column": 6,
- "index": 1687
+ "index": 1720
},
{
"filePath": "src/discussions/common/HoverCard.jsx",
- "line": 68,
+ "line": 66,
"column": 12,
- "index": 2070
+ "index": 2053
},
{
"filePath": "src/discussions/common/HoverCard.jsx",
- "line": 83,
+ "line": 81,
"column": 8,
- "index": 2586
+ "index": 2569
},
{
"filePath": "src/discussions/common/HoverCard.jsx",
- "line": 97,
+ "line": 95,
"column": 10,
- "index": 2970
+ "index": 2953
},
{
"filePath": "src/discussions/in-context-topics/components/BackButton.jsx",
"line": 20,
"column": 8,
- "index": 535
+ "index": 532
},
{
"filePath": "src/discussions/learners/LearnerPostsView.jsx",
@@ -15261,15 +12316,15 @@
},
{
"filePath": "src/discussions/post-comments/PostCommentsView.jsx",
- "line": 103,
+ "line": 102,
"column": 10,
- "index": 3338
+ "index": 3266
},
{
"filePath": "src/discussions/posts/post-actions-bar/PostActionsBar.jsx",
- "line": 72,
+ "line": 70,
"column": 12,
- "index": 2795
+ "index": 2778
},
{
"filePath": "src/discussions/posts/post/LikeButton.jsx",
@@ -15293,9 +12348,9 @@
},
{
"filePath": "src/discussions/posts/post-actions-bar/PostActionsBar.jsx",
- "line": 73,
+ "line": 71,
"column": 19,
- "index": 2826
+ "index": 2809
}
],
"Button": [
@@ -15321,31 +12376,31 @@
"filePath": "src/components/TinyMCEEditor.jsx",
"line": 143,
"column": 12,
- "index": 4889
+ "index": 4886
},
{
"filePath": "src/discussions/common/ActionsDropdown.jsx",
"line": 88,
"column": 22,
- "index": 2548
+ "index": 2581
},
{
"filePath": "src/discussions/common/Confirmation.jsx",
"line": 36,
"column": 10,
- "index": 946
+ "index": 943
},
{
"filePath": "src/discussions/common/HoverCard.jsx",
"line": 44,
"column": 10,
- "index": 1293
+ "index": 1305
},
{
"filePath": "src/discussions/empty-posts/EmptyPage.jsx",
"line": 29,
"column": 10,
- "index": 785
+ "index": 811
},
{
"filePath": "src/discussions/learners/LearnerPostsView.jsx",
@@ -15355,15 +12410,15 @@
},
{
"filePath": "src/discussions/learners/LearnersView.jsx",
- "line": 101,
+ "line": 100,
"column": 12,
- "index": 3529
+ "index": 3467
},
{
"filePath": "src/discussions/post-comments/comments/comment/Comment.jsx",
"line": 248,
"column": 12,
- "index": 8942
+ "index": 8948
},
{
"filePath": "src/discussions/post-comments/comments/comment/Comment.jsx",
@@ -15373,9 +12428,9 @@
},
{
"filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx",
- "line": 159,
+ "line": 158,
"column": 12,
- "index": 5737
+ "index": 5654
},
{
"filePath": "src/discussions/post-comments/comments/CommentsSort.jsx",
@@ -15397,33 +12452,33 @@
},
{
"filePath": "src/discussions/post-comments/comments/CommentsView.jsx",
- "line": 57,
+ "line": 56,
"column": 8,
- "index": 1862
+ "index": 1879
},
{
"filePath": "src/discussions/post-comments/comments/CommentsView.jsx",
- "line": 96,
+ "line": 94,
"column": 20,
- "index": 3500
+ "index": 3449
},
{
"filePath": "src/discussions/post-comments/PostCommentsView.jsx",
- "line": 88,
+ "line": 87,
"column": 14,
- "index": 2727
+ "index": 2655
},
{
"filePath": "src/discussions/posts/post-actions-bar/PostActionsBar.jsx",
"line": 55,
"column": 10,
- "index": 2148
+ "index": 2160
},
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 450,
+ "line": 447,
"column": 10,
- "index": 16792
+ "index": 16759
},
{
"filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
@@ -15441,9 +12496,9 @@
"SearchField.Advanced": [
{
"filePath": "src/components/Search.jsx",
- "line": 73,
+ "line": 70,
"column": 4,
- "index": 2384
+ "index": 2156
},
{
"filePath": "src/discussions/in-context-topics/topic-search/TopicSearchBar.jsx",
@@ -15455,9 +12510,9 @@
"SearchField.Label": [
{
"filePath": "src/components/Search.jsx",
- "line": 79,
+ "line": 76,
"column": 6,
- "index": 2521
+ "index": 2293
},
{
"filePath": "src/discussions/in-context-topics/topic-search/TopicSearchBar.jsx",
@@ -15469,9 +12524,9 @@
"SearchField.Input": [
{
"filePath": "src/components/Search.jsx",
- "line": 80,
+ "line": 77,
"column": 6,
- "index": 2549
+ "index": 2321
},
{
"filePath": "src/discussions/in-context-topics/topic-search/TopicSearchBar.jsx",
@@ -15483,9 +12538,9 @@
"SearchIcon": [
{
"filePath": "src/components/Search.jsx",
- "line": 86,
+ "line": 83,
"column": 15,
- "index": 2798
+ "index": 2570
},
{
"filePath": "src/discussions/in-context-topics/topic-search/TopicSearchBar.jsx",
@@ -15507,7 +12562,7 @@
"filePath": "src/components/TinyMCEEditor.jsx",
"line": 136,
"column": 6,
- "index": 4670
+ "index": 4667
}
],
"ActionRow": [
@@ -15515,13 +12570,13 @@
"filePath": "src/components/TinyMCEEditor.jsx",
"line": 142,
"column": 10,
- "index": 4865
+ "index": 4862
},
{
"filePath": "src/discussions/common/Confirmation.jsx",
"line": 32,
"column": 8,
- "index": 760
+ "index": 757
},
{
"filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
@@ -15539,15 +12594,15 @@
},
{
"filePath": "src/components/TopicStats.jsx",
- "line": 47,
+ "line": 46,
"column": 6,
- "index": 1582
+ "index": 1518
},
{
"filePath": "src/components/TopicStats.jsx",
- "line": 66,
+ "line": 64,
"column": 8,
- "index": 2226
+ "index": 2102
},
{
"filePath": "src/discussions/common/AuthorLabel.jsx",
@@ -15557,9 +12612,9 @@
},
{
"filePath": "src/discussions/common/HoverCard.jsx",
- "line": 60,
+ "line": 58,
"column": 10,
- "index": 1818
+ "index": 1801
},
{
"filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
@@ -15629,41 +12684,41 @@
},
{
"filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 59,
+ "line": 58,
"column": 12,
- "index": 2438
+ "index": 2400
},
{
"filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 77,
+ "line": 75,
"column": 12,
- "index": 3169
+ "index": 3051
},
{
"filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 96,
+ "line": 93,
"column": 14,
- "index": 3937
+ "index": 3743
}
],
"Tooltip": [
{
"filePath": "src/components/TopicStats.jsx",
- "line": 33,
+ "line": 32,
"column": 10,
- "index": 1078
+ "index": 1042
},
{
"filePath": "src/components/TopicStats.jsx",
- "line": 51,
+ "line": 49,
"column": 10,
- "index": 1687
+ "index": 1589
},
{
"filePath": "src/components/TopicStats.jsx",
- "line": 70,
+ "line": 67,
"column": 12,
- "index": 2339
+ "index": 2179
},
{
"filePath": "src/discussions/common/AuthorLabel.jsx",
@@ -15673,9 +12728,9 @@
},
{
"filePath": "src/discussions/common/HoverCard.jsx",
- "line": 62,
+ "line": 60,
"column": 14,
- "index": 1871
+ "index": 1854
},
{
"filePath": "src/discussions/learners/learner/LearnerFooter.jsx",
@@ -15745,57 +12800,57 @@
},
{
"filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 63,
+ "line": 61,
"column": 16,
- "index": 2574
+ "index": 2489
},
{
"filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 81,
+ "line": 78,
"column": 16,
- "index": 3303
+ "index": 3140
},
{
"filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 100,
+ "line": 96,
"column": 18,
- "index": 4075
+ "index": 3838
}
],
"PostOutline": [
{
"filePath": "src/components/TopicStats.jsx",
- "line": 43,
+ "line": 42,
"column": 21,
- "index": 1452
+ "index": 1388
},
{
"filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 73,
+ "line": 71,
"column": 27,
- "index": 3015
+ "index": 2897
}
],
"HelpOutline": [
{
"filePath": "src/components/TopicStats.jsx",
- "line": 61,
+ "line": 59,
"column": 21,
- "index": 2055
+ "index": 1931
},
{
"filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 91,
+ "line": 88,
"column": 27,
- "index": 3736
+ "index": 3542
}
],
"Report": [
{
"filePath": "src/components/TopicStats.jsx",
- "line": 87,
+ "line": 84,
"column": 23,
- "index": 3012
+ "index": 2826
},
{
"filePath": "src/discussions/common/AlertBanner.jsx",
@@ -15805,9 +12860,9 @@
},
{
"filePath": "src/discussions/topics/topic-group/topic/Topic.jsx",
- "line": 117,
+ "line": 113,
"column": 29,
- "index": 4851
+ "index": 4587
}
],
"useToggle": [
@@ -15815,19 +12870,19 @@
"filePath": "src/discussions/common/ActionsDropdown.jsx",
"line": 30,
"column": 32,
- "index": 808
+ "index": 822
},
{
"filePath": "src/discussions/post-comments/comments/comment/Comment.jsx",
"line": 56,
"column": 71,
- "index": 2321
+ "index": 2333
},
{
"filePath": "src/discussions/post-comments/comments/comment/Comment.jsx",
"line": 57,
"column": 72,
- "index": 2411
+ "index": 2423
},
{
"filePath": "src/discussions/post-comments/comments/comment/Reply.jsx",
@@ -15871,7 +12926,7 @@
"filePath": "src/discussions/common/ActionsDropdown.jsx",
"line": 66,
"column": 13,
- "index": 1798
+ "index": 1831
}
],
"ModalPopup": [
@@ -15879,7 +12934,7 @@
"filePath": "src/discussions/common/ActionsDropdown.jsx",
"line": 74,
"column": 8,
- "index": 2041
+ "index": 2074
},
{
"filePath": "src/discussions/post-comments/comments/CommentsSort.jsx",
@@ -15893,7 +12948,7 @@
"filePath": "src/discussions/common/ActionsDropdown.jsx",
"line": 86,
"column": 62,
- "index": 2473
+ "index": 2506
}
],
"Dropdown.Item": [
@@ -15901,7 +12956,7 @@
"filePath": "src/discussions/common/ActionsDropdown.jsx",
"line": 87,
"column": 16,
- "index": 2511
+ "index": 2544
},
{
"filePath": "src/discussions/navigation/breadcrumb-menu/BreadcrumbDropdown.jsx",
@@ -15945,7 +13000,7 @@
"filePath": "src/discussions/common/EndorsedAlertBanner.jsx",
"line": 32,
"column": 6,
- "index": 1002
+ "index": 999
}
],
"Institution": [
@@ -15969,7 +13024,7 @@
"filePath": "src/discussions/common/Confirmation.jsx",
"line": 22,
"column": 4,
- "index": 423
+ "index": 420
},
{
"filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
@@ -15983,7 +13038,7 @@
"filePath": "src/discussions/common/Confirmation.jsx",
"line": 23,
"column": 6,
- "index": 528
+ "index": 525
},
{
"filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
@@ -15997,7 +13052,7 @@
"filePath": "src/discussions/common/Confirmation.jsx",
"line": 24,
"column": 8,
- "index": 557
+ "index": 554
},
{
"filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
@@ -16011,7 +13066,7 @@
"filePath": "src/discussions/common/Confirmation.jsx",
"line": 28,
"column": 6,
- "index": 658
+ "index": 655
},
{
"filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
@@ -16025,7 +13080,7 @@
"filePath": "src/discussions/common/Confirmation.jsx",
"line": 31,
"column": 6,
- "index": 731
+ "index": 728
},
{
"filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
@@ -16039,7 +13094,7 @@
"filePath": "src/discussions/common/Confirmation.jsx",
"line": 33,
"column": 10,
- "index": 782
+ "index": 779
},
{
"filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
@@ -16051,23 +13106,49 @@
"breakpoints": [
{
"filePath": "src/discussions/data/hooks.js",
- "line": 112,
+ "line": 110,
"column": 29,
- "index": 3868
+ "index": 3866
},
{
"filePath": "src/discussions/data/hooks.js",
- "line": 117,
+ "line": 115,
"column": 29,
- "index": 4004
+ "index": 4002
}
],
"PageBanner": [
{
- "filePath": "src/discussions/discussions-home/DiscussionsRestrictionBanner.jsx",
- "line": 23,
+ "filePath": "src/discussions/discussions-home/BlackoutInformationBanner.jsx",
+ "line": 26,
"column": 4,
"index": 732
+ },
+ {
+ "filePath": "src/discussions/discussions-home/InformationBanner.jsx",
+ "line": 27,
+ "column": 4,
+ "index": 1103
+ }
+ ],
+ "Hyperlink": [
+ {
+ "filePath": "src/discussions/discussions-home/InformationBanner.jsx",
+ "line": 37,
+ "column": 12,
+ "index": 1367
+ },
+ {
+ "filePath": "src/discussions/discussions-home/InformationBanner.jsx",
+ "line": 48,
+ "column": 8,
+ "index": 1698
+ },
+ {
+ "filePath": "src/discussions/posts/post/Post.jsx",
+ "line": 198,
+ "column": 10,
+ "index": 8126
}
],
"ArrowBack": [
@@ -16075,7 +13156,7 @@
"filePath": "src/discussions/in-context-topics/components/BackButton.jsx",
"line": 21,
"column": 15,
- "index": 562
+ "index": 559
},
{
"filePath": "src/discussions/learners/LearnerPostsView.jsx",
@@ -16085,15 +13166,15 @@
},
{
"filePath": "src/discussions/post-comments/PostCommentsView.jsx",
- "line": 91,
+ "line": 90,
"column": 28,
- "index": 2911
+ "index": 2839
},
{
"filePath": "src/discussions/post-comments/PostCommentsView.jsx",
- "line": 104,
+ "line": 103,
"column": 17,
- "index": 3367
+ "index": 3295
}
],
"SearchField": [
@@ -16101,7 +13182,7 @@
"filePath": "src/discussions/in-context-topics/topic-search/TopicSearchResultBar.jsx",
"line": 16,
"column": 6,
- "index": 418
+ "index": 415
}
],
"Avatar": [
@@ -16213,45 +13294,45 @@
"Form.Group": [
{
"filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx",
- "line": 109,
+ "line": 108,
"column": 12,
- "index": 3903
+ "index": 3820
},
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 272,
+ "line": 269,
"column": 10,
- "index": 10043
+ "index": 9986
},
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 334,
+ "line": 331,
"column": 10,
- "index": 12637
+ "index": 12604
},
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 354,
+ "line": 351,
"column": 10,
- "index": 13442
+ "index": 13409
},
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 374,
+ "line": 371,
"column": 10,
- "index": 14080
+ "index": 14047
},
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 419,
+ "line": 416,
"column": 12,
- "index": 15769
+ "index": 15736
},
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 433,
+ "line": 430,
"column": 12,
- "index": 16249
+ "index": 16216
},
{
"filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
@@ -16263,33 +13344,33 @@
"Form.Control": [
{
"filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx",
- "line": 115,
+ "line": 114,
"column": 14,
- "index": 4076
+ "index": 3993
},
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 273,
+ "line": 270,
"column": 12,
- "index": 10090
+ "index": 10033
},
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 335,
+ "line": 332,
"column": 12,
- "index": 12690
+ "index": 12657
},
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 361,
+ "line": 358,
"column": 12,
- "index": 13628
+ "index": 13595
},
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 381,
+ "line": 378,
"column": 12,
- "index": 14281
+ "index": 14248
},
{
"filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx",
@@ -16301,45 +13382,45 @@
"StatefulButton": [
{
"filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx",
- "line": 165,
+ "line": 164,
"column": 12,
- "index": 5944
+ "index": 5861
},
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 456,
+ "line": 453,
"column": 10,
- "index": 16980
+ "index": 16947
}
],
"Post": [
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 262,
+ "line": 259,
"column": 18,
- "index": 9703
+ "index": 9646
}
],
"Help": [
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 268,
+ "line": 265,
"column": 18,
- "index": 9912
+ "index": 9855
}
],
"Form.Checkbox": [
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 420,
+ "line": 417,
"column": 14,
- "index": 15796
+ "index": 15763
},
{
"filePath": "src/discussions/posts/post-editor/PostEditor.jsx",
- "line": 434,
+ "line": 431,
"column": 14,
- "index": 16276
+ "index": 16243
}
],
"Card": [
@@ -16358,14 +13439,6 @@
"index": 902
}
],
- "Hyperlink": [
- {
- "filePath": "src/discussions/posts/post/Post.jsx",
- "line": 201,
- "column": 10,
- "index": 8220
- }
- ],
"People": [
{
"filePath": "src/discussions/posts/post/PostFooter.jsx",
@@ -16391,9 +13464,9 @@
},
{
"filePath": "src/discussions/posts/post/PostLink.jsx",
- "line": 117,
- "column": 14,
- "index": 4316
+ "line": 112,
+ "column": 18,
+ "index": 4324
},
{
"filePath": "src/discussions/posts/post/PostSummaryFooter.jsx",
@@ -16405,25 +13478,25 @@
"Truncate": [
{
"filePath": "src/discussions/posts/post/PostLink.jsx",
- "line": 91,
- "column": 14,
- "index": 3196
+ "line": 88,
+ "column": 16,
+ "index": 3203
}
],
"CheckCircle": [
{
"filePath": "src/discussions/posts/post/PostLink.jsx",
- "line": 112,
- "column": 25,
- "index": 4058
+ "line": 107,
+ "column": 29,
+ "index": 4050
}
],
"ProductTour": [
{
"filePath": "src/discussions/tours/DiscussionsProductTour.jsx",
- "line": 23,
+ "line": 22,
"column": 8,
- "index": 580
+ "index": 518
}
]
}
@@ -16437,170 +13510,138 @@
},
"folderName": "frontend-app-ecommerce",
"usages": {
- "AlertModal": [
+ "Hyperlink": [
{
- "filePath": "src/components/BasicAlert.jsx",
- "line": 32,
- "column": 4,
- "index": 791
- }
- ],
- "Info": [
+ "filePath": "src/order-history/OrderHistoryPage.jsx",
+ "line": 49,
+ "column": 8,
+ "index": 1324
+ },
{
- "filePath": "src/components/BasicAlert.jsx",
- "line": 36,
- "column": 12,
- "index": 890
+ "filePath": "src/subscriptions/SubscriptionCardsView.jsx",
+ "line": 15,
+ "column": 6,
+ "index": 374
},
{
- "filePath": "src/components/BasicAlert.jsx",
- "line": 53,
- "column": 12,
- "index": 1247
+ "filePath": "src/subscriptions/Subscriptions.jsx",
+ "line": 116,
+ "column": 14,
+ "index": 3888
}
],
- "ActionRow": [
+ "Pagination": [
{
- "filePath": "src/components/BasicAlert.jsx",
- "line": 40,
- "column": 8,
- "index": 973
+ "filePath": "src/order-history/OrderHistoryPage.jsx",
+ "line": 66,
+ "column": 6,
+ "index": 1676
}
],
- "Button": [
- {
- "filePath": "src/components/BasicAlert.jsx",
- "line": 41,
- "column": 10,
- "index": 995
- },
- {
- "filePath": "src/subscriptions/ManageSubscriptionsPage.jsx",
- "line": 71,
- "column": 8,
- "index": 2706
- },
+ "Table": [
{
- "filePath": "src/subscriptions/SubscriptionUpsell.jsx",
- "line": 13,
+ "filePath": "src/order-history/OrderHistoryPage.jsx",
+ "line": 89,
"column": 6,
- "index": 388
+ "index": 2177
}
],
- "Alert": [
- {
- "filePath": "src/components/BasicAlert.jsx",
- "line": 50,
- "column": 4,
- "index": 1173
- },
+ "Card": [
{
- "filePath": "src/subscriptions/SubscriptionUpsell.jsx",
- "line": 9,
- "column": 2,
- "index": 285
+ "filePath": "src/subscriptions/SubscriptionCardsView.jsx",
+ "line": 19,
+ "column": 8,
+ "index": 508
}
],
- "Alert.Heading": [
+ "Badge": [
{
- "filePath": "src/components/BasicAlert.jsx",
- "line": 56,
- "column": 6,
- "index": 1288
+ "filePath": "src/subscriptions/SubscriptionCardsView.jsx",
+ "line": 22,
+ "column": 12,
+ "index": 723
},
{
"filePath": "src/subscriptions/SubscriptionUpsell.jsx",
- "line": 29,
- "column": 4,
- "index": 871
+ "line": 25,
+ "column": 6,
+ "index": 747
}
],
- "Hyperlink": [
- {
- "filePath": "src/components/SupportLink.jsx",
- "line": 7,
- "column": 2,
- "index": 216
- },
- {
- "filePath": "src/order-history/OrderHistoryPage.jsx",
- "line": 48,
- "column": 8,
- "index": 1330
- },
+ "SpinnerSimple": [
{
- "filePath": "src/subscriptions/SubscriptionCardsView.jsx",
- "line": 38,
- "column": 6,
- "index": 1044
+ "filePath": "src/subscriptions/Subscriptions.jsx",
+ "line": 55,
+ "column": 32,
+ "index": 1663
}
],
- "Pagination": [
+ "StatefulButton": [
{
- "filePath": "src/order-history/OrderHistoryPage.jsx",
- "line": 65,
- "column": 6,
- "index": 1682
+ "filePath": "src/subscriptions/Subscriptions.jsx",
+ "line": 84,
+ "column": 8,
+ "index": 2753
}
],
- "DataTable": [
+ "AlertModal": [
{
- "filePath": "src/order-history/OrderHistoryPage.jsx",
- "line": 89,
+ "filePath": "src/subscriptions/Subscriptions.jsx",
+ "line": 95,
"column": 6,
- "index": 2221
+ "index": 3168
}
],
- "DataTable.Table": [
+ "Info": [
{
- "filePath": "src/order-history/OrderHistoryPage.jsx",
- "line": 115,
- "column": 8,
- "index": 3209
+ "filePath": "src/subscriptions/Subscriptions.jsx",
+ "line": 98,
+ "column": 14,
+ "index": 3257
}
],
- "Card": [
+ "ActionRow": [
{
- "filePath": "src/subscriptions/SubscriptionCardsView.jsx",
- "line": 43,
- "column": 8,
- "index": 1163
+ "filePath": "src/subscriptions/Subscriptions.jsx",
+ "line": 102,
+ "column": 10,
+ "index": 3358
}
],
- "Badge": [
+ "Button": [
{
- "filePath": "src/subscriptions/SubscriptionCardsView.jsx",
- "line": 46,
+ "filePath": "src/subscriptions/Subscriptions.jsx",
+ "line": 103,
"column": 12,
- "index": 1378
+ "index": 3382
},
{
"filePath": "src/subscriptions/SubscriptionUpsell.jsx",
- "line": 33,
+ "line": 11,
"column": 6,
- "index": 983
+ "index": 290
}
],
- "SpinnerSimple": [
+ "Alert": [
{
- "filePath": "src/subscriptions/Subscriptions.jsx",
- "line": 58,
- "column": 32,
- "index": 1934
+ "filePath": "src/subscriptions/SubscriptionUpsell.jsx",
+ "line": 8,
+ "column": 2,
+ "index": 233
}
],
- "StatefulButton": [
+ "Alert.Heading": [
{
- "filePath": "src/subscriptions/Subscriptions.jsx",
- "line": 83,
- "column": 8,
- "index": 2789
+ "filePath": "src/subscriptions/SubscriptionUpsell.jsx",
+ "line": 21,
+ "column": 4,
+ "index": 635
}
]
}
},
{
- "version": "20.46.0",
+ "version": "20.29.0",
"name": "@edx/frontend-app-enterprise-public-catalog",
"repository": {
"type": "git",
@@ -16777,9 +13818,9 @@
},
{
"filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
- "line": 455,
+ "line": 448,
"column": 12,
- "index": 13578
+ "index": 13409
}
],
"Icon": [
@@ -16799,25 +13840,25 @@
"filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
"line": 51,
"column": 8,
- "index": 1365
+ "index": 1360
},
{
"filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
"line": 65,
"column": 10,
- "index": 1851
+ "index": 1846
},
{
"filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
"line": 81,
"column": 10,
- "index": 2338
+ "index": 2333
},
{
"filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
"line": 97,
"column": 8,
- "index": 2847
+ "index": 2842
},
{
"filePath": "src/components/catalogModalBanner/CatalogProgramModalBanner.jsx",
@@ -16841,7 +13882,7 @@
"filePath": "src/components/programCard/ProgramCard.jsx",
"line": 63,
"column": 12,
- "index": 1965
+ "index": 1941
}
],
"Launch": [
@@ -16863,7 +13904,7 @@
"filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
"line": 51,
"column": 36,
- "index": 1393
+ "index": 1388
},
{
"filePath": "src/components/catalogModalBanner/CatalogProgramModalBanner.jsx",
@@ -16877,7 +13918,7 @@
"filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
"line": 65,
"column": 38,
- "index": 1879
+ "index": 1874
},
{
"filePath": "src/components/catalogModalBanner/CatalogProgramModalBanner.jsx",
@@ -16891,7 +13932,7 @@
"filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
"line": 81,
"column": 38,
- "index": 2366
+ "index": 2361
}
],
"EventNote": [
@@ -16899,7 +13940,7 @@
"filePath": "src/components/catalogModalBanner/CatalogCourseModalBanner.jsx",
"line": 97,
"column": 36,
- "index": 2875
+ "index": 2870
}
],
"Assignment": [
@@ -16913,59 +13954,59 @@
"Alert": [
{
"filePath": "src/components/catalogNoResultsDeck/CatalogNoResultsDeck.jsx",
- "line": 70,
+ "line": 87,
"column": 6,
- "index": 1998
+ "index": 2640
},
{
"filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
- "line": 401,
+ "line": 394,
"column": 6,
- "index": 11886
+ "index": 11717
}
],
"Alert.Heading": [
{
"filePath": "src/components/catalogNoResultsDeck/CatalogNoResultsDeck.jsx",
- "line": 71,
+ "line": 88,
"column": 8,
- "index": 2081
+ "index": 2723
}
],
"Alert.Link": [
{
"filePath": "src/components/catalogNoResultsDeck/CatalogNoResultsDeck.jsx",
- "line": 77,
+ "line": 94,
"column": 8,
- "index": 2261
+ "index": 2903
}
],
"DataTable": [
{
"filePath": "src/components/catalogNoResultsDeck/CatalogNoResultsDeck.jsx",
- "line": 87,
+ "line": 105,
"column": 6,
- "index": 2568
+ "index": 3246
},
{
"filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
- "line": 487,
+ "line": 467,
"column": 10,
- "index": 14781
+ "index": 14022
}
],
"CardView": [
{
"filePath": "src/components/catalogNoResultsDeck/CatalogNoResultsDeck.jsx",
- "line": 100,
+ "line": 118,
"column": 8,
- "index": 3009
+ "index": 3689
},
{
"filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
- "line": 500,
+ "line": 480,
"column": 14,
- "index": 15297
+ "index": 14538
}
],
"Badge": [
@@ -16989,9 +14030,9 @@
},
{
"filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
- "line": 445,
+ "line": 438,
"column": 12,
- "index": 13306
+ "index": 13137
},
{
"filePath": "src/components/catalogSelectionDeck/CatalogSelectionDeck.jsx",
@@ -17033,25 +14074,25 @@
"filePath": "src/components/programCard/ProgramCard.jsx",
"line": 59,
"column": 10,
- "index": 1830
+ "index": 1817
},
{
"filePath": "src/components/programCard/ProgramCard.jsx",
"line": 72,
"column": 12,
- "index": 2263
+ "index": 2285
},
{
"filePath": "src/components/programCard/ProgramCard.jsx",
"line": 77,
"column": 12,
- "index": 2486
+ "index": 2508
},
{
"filePath": "src/components/programCard/ProgramCard.jsx",
"line": 82,
"column": 12,
- "index": 2697
+ "index": 2719
}
],
"useToggle": [
@@ -17081,25 +14122,25 @@
"DataTable.TableControlBar": [
{
"filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
- "line": 498,
+ "line": 478,
"column": 12,
- "index": 15226
+ "index": 14467
}
],
"DataTable.Table": [
{
"filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
- "line": 511,
+ "line": 491,
"column": 26,
- "index": 15611
+ "index": 14852
}
],
"DataTable.TableFooter": [
{
"filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx",
- "line": 514,
+ "line": 494,
"column": 14,
- "index": 15674
+ "index": 14915
}
],
"useMediaQuery": [
@@ -17263,13 +14304,13 @@
"filePath": "src/components/programCard/ProgramCard.jsx",
"line": 63,
"column": 23,
- "index": 1976
+ "index": 1952
}
]
}
},
{
- "version": "20.45.0",
+ "version": "19.25.4",
"name": "@edx/frontend-app-gradebook",
"repository": {
"type": "git",
@@ -17292,21 +14333,21 @@
},
{
"filePath": "src/components/GradesView/EditModal/index.jsx",
- "line": 46,
- "column": 10,
- "index": 1166
+ "line": 61,
+ "column": 12,
+ "index": 1795
},
{
- "filePath": "src/components/GradesView/StatusAlerts/index.jsx",
- "line": 15,
- "column": 6,
- "index": 247
+ "filePath": "src/components/GradesView/StatusAlerts.jsx",
+ "line": 43,
+ "column": 8,
+ "index": 1033
},
{
- "filePath": "src/components/GradesView/StatusAlerts/index.jsx",
- "line": 22,
- "column": 6,
- "index": 412
+ "filePath": "src/components/GradesView/StatusAlerts.jsx",
+ "line": 50,
+ "column": 8,
+ "index": 1267
}
],
"DataTable": [
@@ -17318,15 +14359,15 @@
},
{
"filePath": "src/components/GradesView/EditModal/OverrideTable/index.jsx",
- "line": 24,
+ "line": 30,
"column": 4,
- "index": 650
+ "index": 839
},
{
"filePath": "src/components/GradesView/GradebookTable/index.jsx",
- "line": 24,
- "column": 6,
- "index": 573
+ "line": 70,
+ "column": 8,
+ "index": 2424
}
],
"Hyperlink": [
@@ -17363,22 +14404,22 @@
"index": 1075
},
{
- "filePath": "src/components/GradesView/FilterMenuToggle/index.jsx",
- "line": 24,
- "column": 6,
- "index": 738
+ "filePath": "src/components/GradesView/FilterMenuToggle.jsx",
+ "line": 22,
+ "column": 4,
+ "index": 678
},
{
"filePath": "src/components/GradesView/GradebookTable/LabelReplacements.jsx",
- "line": 38,
- "column": 12,
- "index": 1043
+ "line": 36,
+ "column": 10,
+ "index": 990
},
{
"filePath": "src/components/GradesView/SpinnerIcon.jsx",
- "line": 16,
- "column": 6,
- "index": 402
+ "line": 17,
+ "column": 4,
+ "index": 498
},
{
"filePath": "src/components/NetworkButton/index.jsx",
@@ -17440,45 +14481,57 @@
},
{
"filePath": "src/components/GradebookHeader/index.jsx",
- "line": 31,
+ "line": 52,
+ "column": 12,
+ "index": 1599
+ },
+ {
+ "filePath": "src/components/GradebookHeader/test.jsx",
+ "line": 78,
"column": 10,
- "index": 989
+ "index": 2675
},
{
- "filePath": "src/components/GradesView/EditModal/index.jsx",
- "line": 60,
+ "filePath": "src/components/GradebookHeader/test.jsx",
+ "line": 92,
"column": 10,
- "index": 1652
+ "index": 3249
+ },
+ {
+ "filePath": "src/components/GradesView/EditModal/index.jsx",
+ "line": 78,
+ "column": 12,
+ "index": 2450
},
{
"filePath": "src/components/GradesView/FilterBadges/FilterBadge.jsx",
- "line": 39,
- "column": 8,
- "index": 1056
+ "line": 36,
+ "column": 6,
+ "index": 971
},
{
- "filePath": "src/components/GradesView/FilterMenuToggle/index.jsx",
- "line": 19,
- "column": 4,
- "index": 610
+ "filePath": "src/components/GradesView/FilterMenuToggle.jsx",
+ "line": 17,
+ "column": 2,
+ "index": 558
},
{
"filePath": "src/components/GradesView/GradebookTable/GradeButton.jsx",
- "line": 47,
- "column": 6,
- "index": 1333
+ "line": 42,
+ "column": 8,
+ "index": 1138
},
{
"filePath": "src/components/GradesView/PageButtons/index.jsx",
- "line": 15,
- "column": 6,
- "index": 314
+ "line": 33,
+ "column": 8,
+ "index": 843
},
{
"filePath": "src/components/GradesView/PageButtons/index.jsx",
- "line": 23,
- "column": 6,
- "index": 505
+ "line": 41,
+ "column": 8,
+ "index": 1095
}
],
"IconButton": [
@@ -17549,12 +14602,6 @@
"line": 28,
"column": 8,
"index": 782
- },
- {
- "filePath": "src/components/GradesView/ScoreViewInput/index.jsx",
- "line": 18,
- "column": 4,
- "index": 528
}
],
"Form.Label": [
@@ -17569,12 +14616,6 @@
"line": 17,
"column": 6,
"index": 326
- },
- {
- "filePath": "src/components/GradesView/ScoreViewInput/index.jsx",
- "line": 19,
- "column": 6,
- "index": 569
}
],
"Form.Control": [
@@ -17591,158 +14632,156 @@
"index": 365
},
{
- "filePath": "src/components/GradesView/EditModal/OverrideTable/AdjustedGradeInput/index.jsx",
- "line": 20,
- "column": 6,
- "index": 425
+ "filePath": "src/components/GradesView/EditModal/OverrideTable/AdjustedGradeInput.jsx",
+ "line": 30,
+ "column": 8,
+ "index": 783
},
{
- "filePath": "src/components/GradesView/EditModal/OverrideTable/ReasonInput/index.jsx",
- "line": 16,
- "column": 4,
- "index": 367
+ "filePath": "src/components/GradesView/EditModal/OverrideTable/ReasonInput.jsx",
+ "line": 31,
+ "column": 6,
+ "index": 686
},
{
"filePath": "src/components/GradesView/ImportGradesButton/index.jsx",
"line": 29,
"column": 10,
"index": 821
- },
- {
- "filePath": "src/components/GradesView/ScoreViewInput/index.jsx",
- "line": 20,
- "column": 6,
- "index": 637
}
],
"ModalDialog": [
{
"filePath": "src/components/GradesView/EditModal/index.jsx",
- "line": 35,
- "column": 4,
- "index": 917
+ "line": 50,
+ "column": 6,
+ "index": 1481
}
],
"ModalDialog.Body": [
{
"filePath": "src/components/GradesView/EditModal/index.jsx",
- "line": 43,
- "column": 6,
- "index": 1096
+ "line": 58,
+ "column": 8,
+ "index": 1719
}
],
"ModalDialog.Footer": [
{
"filePath": "src/components/GradesView/EditModal/index.jsx",
- "line": 55,
- "column": 6,
- "index": 1461
+ "line": 73,
+ "column": 8,
+ "index": 2240
}
],
"ActionRow": [
{
"filePath": "src/components/GradesView/EditModal/index.jsx",
- "line": 56,
- "column": 8,
- "index": 1490
+ "line": 74,
+ "column": 10,
+ "index": 2271
}
],
"ModalDialog.CloseButton": [
{
"filePath": "src/components/GradesView/EditModal/index.jsx",
- "line": 57,
- "column": 10,
- "index": 1512
- }
- ],
- "Form": [
- {
- "filePath": "src/components/GradesView/EditModal/OverrideTable/AdjustedGradeInput/index.test.jsx",
- "line": 32,
- "column": 30,
- "index": 827
- },
- {
- "filePath": "src/components/GradesView/EditModal/OverrideTable/ReasonInput/index.test.jsx",
- "line": 32,
- "column": 30,
- "index": 782
- },
- {
- "filePath": "src/components/GradesView/ImportGradesButton/index.jsx",
- "line": 27,
- "column": 6,
- "index": 729
- },
- {
- "filePath": "src/components/GradesView/ImportGradesButton/index.test.jsx",
- "line": 40,
- "column": 36,
- "index": 1438
- }
- ],
- "FilterAlt": [
- {
- "filePath": "src/components/GradesView/FilterMenuToggle/index.jsx",
- "line": 24,
- "column": 17,
- "index": 749
+ "line": 75,
+ "column": 12,
+ "index": 2295
}
],
"DataTable.TableControlBar": [
{
"filePath": "src/components/GradesView/GradebookTable/index.jsx",
- "line": 32,
- "column": 8,
- "index": 787
+ "line": 78,
+ "column": 10,
+ "index": 2734
}
],
"DataTable.Table": [
{
"filePath": "src/components/GradesView/GradebookTable/index.jsx",
- "line": 33,
- "column": 8,
- "index": 825
+ "line": 79,
+ "column": 10,
+ "index": 2774
}
],
"DataTable.EmptyTable": [
{
"filePath": "src/components/GradesView/GradebookTable/index.jsx",
- "line": 34,
- "column": 8,
- "index": 853
+ "line": 80,
+ "column": 10,
+ "index": 2804
}
],
"OverlayTrigger": [
{
"filePath": "src/components/GradesView/GradebookTable/LabelReplacements.jsx",
- "line": 25,
- "column": 6,
- "index": 619
+ "line": 23,
+ "column": 4,
+ "index": 574
}
],
"Tooltip": [
{
"filePath": "src/components/GradesView/GradebookTable/LabelReplacements.jsx",
- "line": 30,
- "column": 10,
- "index": 784
+ "line": 28,
+ "column": 8,
+ "index": 729
+ }
+ ],
+ "Form": [
+ {
+ "filePath": "src/components/GradesView/ImportGradesButton/index.jsx",
+ "line": 27,
+ "column": 6,
+ "index": 729
+ },
+ {
+ "filePath": "src/components/GradesView/ImportGradesButton/index.test.jsx",
+ "line": 39,
+ "column": 21,
+ "index": 1222
}
],
"Toast": [
{
- "filePath": "src/components/GradesView/ImportSuccessToast/index.jsx",
- "line": 20,
+ "filePath": "src/components/GradesView/ImportSuccessToast.jsx",
+ "line": 40,
+ "column": 6,
+ "index": 1013
+ }
+ ],
+ "FormGroup": [
+ {
+ "filePath": "src/components/GradesView/ScoreViewInput.jsx",
+ "line": 17,
+ "column": 2,
+ "index": 557
+ }
+ ],
+ "FormLabel": [
+ {
+ "filePath": "src/components/GradesView/ScoreViewInput.jsx",
+ "line": 18,
"column": 4,
- "index": 422
+ "index": 595
+ }
+ ],
+ "FormControl": [
+ {
+ "filePath": "src/components/GradesView/ScoreViewInput.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 668
}
],
"SearchField": [
{
- "filePath": "src/components/GradesView/SearchControls/index.jsx",
- "line": 22,
- "column": 6,
- "index": 492
+ "filePath": "src/components/GradesView/SearchControls.jsx",
+ "line": 44,
+ "column": 8,
+ "index": 1101
}
],
"StatefulButton": [
@@ -17767,21 +14806,21 @@
"Alert": [
{
"filePath": "src/App.jsx",
- "line": 85,
+ "line": 84,
"column": 14,
- "index": 2650
+ "index": 2615
},
{
"filePath": "src/App.test.jsx",
- "line": 91,
+ "line": 87,
"column": 12,
- "index": 3164
+ "index": 3013
},
{
"filePath": "src/App.test.jsx",
- "line": 107,
+ "line": 103,
"column": 12,
- "index": 3695
+ "index": 3544
},
{
"filePath": "src/components/Banner.jsx",
@@ -17873,69 +14912,63 @@
},
{
"filePath": "src/containers/Dashboard/hooks.js",
- "line": 28,
+ "line": 9,
"column": 20,
- "index": 854
+ "index": 280
},
{
"filePath": "src/containers/Dashboard/hooks.test.js",
- "line": 27,
- "column": 0,
- "index": 596
+ "line": 33,
+ "column": 6,
+ "index": 776
},
{
"filePath": "src/containers/Dashboard/hooks.test.js",
- "line": 52,
- "column": 10,
- "index": 1476
+ "line": 36,
+ "column": 6,
+ "index": 937
+ },
+ {
+ "filePath": "src/containers/Dashboard/hooks.test.js",
+ "line": 38,
+ "column": 6,
+ "index": 1055
},
{
"filePath": "src/containers/LearnerDashboardHeader/hooks.js",
- "line": 14,
+ "line": 7,
"column": 20,
- "index": 397
+ "index": 223
},
{
"filePath": "src/containers/LearnerDashboardHeader/hooks.test.js",
- "line": 33,
+ "line": 17,
"column": 6,
- "index": 739
+ "index": 505
},
{
"filePath": "src/containers/LearnerDashboardHeader/hooks.test.js",
- "line": 37,
- "column": 6,
- "index": 924
- },
- {
- "filePath": "src/ExperimentContext.jsx",
- "line": 37,
- "column": 20,
- "index": 1125
- },
- {
- "filePath": "src/ExperimentContext.test.jsx",
- "line": 108,
+ "line": 21,
"column": 6,
- "index": 3321
+ "index": 690
},
{
- "filePath": "src/widgets/ProductRecommendations/hooks.js",
- "line": 23,
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/hooks.js",
+ "line": 14,
"column": 20,
- "index": 925
+ "index": 397
},
{
- "filePath": "src/widgets/ProductRecommendations/hooks.test.js",
- "line": 98,
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/hooks.test.js",
+ "line": 33,
"column": 6,
- "index": 2666
+ "index": 753
},
{
- "filePath": "src/widgets/ProductRecommendations/hooks.test.js",
- "line": 107,
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/hooks.test.js",
+ "line": 37,
"column": 6,
- "index": 2985
+ "index": 938
}
],
"breakpoints": [
@@ -18031,45 +15064,51 @@
},
{
"filePath": "src/containers/Dashboard/hooks.js",
- "line": 31,
- "column": 34,
- "index": 998
+ "line": 10,
+ "column": 17,
+ "index": 314
},
{
"filePath": "src/containers/Dashboard/hooks.test.js",
- "line": 28,
- "column": 0,
- "index": 642
+ "line": 34,
+ "column": 6,
+ "index": 832
},
{
"filePath": "src/containers/LearnerDashboardHeader/hooks.js",
- "line": 15,
+ "line": 8,
"column": 52,
- "index": 466
+ "index": 292
},
{
"filePath": "src/containers/LearnerDashboardHeader/hooks.test.js",
- "line": 33,
+ "line": 17,
"column": 49,
- "index": 782
+ "index": 548
},
{
"filePath": "src/containers/LearnerDashboardHeader/hooks.test.js",
- "line": 37,
+ "line": 21,
"column": 49,
- "index": 967
+ "index": 733
},
{
- "filePath": "src/ExperimentContext.jsx",
- "line": 38,
- "column": 27,
- "index": 1169
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/hooks.js",
+ "line": 15,
+ "column": 52,
+ "index": 466
},
{
- "filePath": "src/widgets/ProductRecommendations/hooks.js",
- "line": 24,
- "column": 17,
- "index": 959
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/hooks.test.js",
+ "line": 33,
+ "column": 49,
+ "index": 796
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/hooks.test.js",
+ "line": 37,
+ "column": 49,
+ "index": 981
}
],
"Button": [
@@ -18123,9 +15162,9 @@
},
{
"filePath": "src/containers/CourseList/NoCoursesView/index.jsx",
- "line": 28,
+ "line": 27,
"column": 6,
- "index": 898
+ "index": 845
},
{
"filePath": "src/containers/EmailSettingsModal/index.jsx",
@@ -18152,100 +15191,106 @@
"index": 1240
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
+ "filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx",
+ "line": 36,
+ "column": 12,
+ "index": 922
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx",
+ "line": 62,
+ "column": 10,
+ "index": 1682
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/index.jsx",
+ "line": 45,
+ "column": 14,
+ "index": 1558
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/index.jsx",
+ "line": 68,
+ "column": 16,
+ "index": 2404
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/CollapsedHeader/CollapseMenuBody.jsx",
"line": 29,
"column": 8,
- "index": 935
+ "index": 911
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/CollapsedHeader/CollapseMenuBody.jsx",
"line": 32,
"column": 8,
- "index": 1055
+ "index": 1031
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/CollapsedHeader/CollapseMenuBody.jsx",
"line": 35,
"column": 8,
- "index": 1191
+ "index": 1167
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/CollapsedHeader/CollapseMenuBody.jsx",
"line": 43,
"column": 8,
- "index": 1426
+ "index": 1385
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/CollapsedHeader/CollapseMenuBody.jsx",
"line": 49,
"column": 14,
- "index": 1647
- },
- {
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
- "line": 54,
- "column": 14,
- "index": 1875
+ "index": 1604
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
- "line": 61,
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/CollapsedHeader/CollapseMenuBody.jsx",
+ "line": 53,
"column": 12,
- "index": 2166
+ "index": 1770
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
- "line": 70,
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/CollapsedHeader/CollapseMenuBody.jsx",
+ "line": 62,
"column": 12,
- "index": 2446
+ "index": 2050
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
- "line": 78,
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/CollapsedHeader/CollapseMenuBody.jsx",
+ "line": 70,
"column": 14,
- "index": 2729
- },
- {
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
- "line": 86,
- "column": 12,
- "index": 2987
+ "index": 2333
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx",
- "line": 36,
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/CollapsedHeader/CollapseMenuBody.jsx",
+ "line": 78,
"column": 12,
- "index": 922
+ "index": 2581
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx",
- "line": 62,
- "column": 10,
- "index": 1682
- },
- {
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/index.jsx",
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/ExpandedHeader/index.jsx",
"line": 29,
"column": 8,
- "index": 955
+ "index": 938
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/index.jsx",
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/ExpandedHeader/index.jsx",
"line": 37,
"column": 8,
- "index": 1152
+ "index": 1135
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/index.jsx",
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/ExpandedHeader/index.jsx",
"line": 45,
"column": 8,
- "index": 1353
+ "index": 1336
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/index.jsx",
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/ExpandedHeader/index.jsx",
"line": 55,
"column": 8,
- "index": 1655
+ "index": 1621
},
{
"filePath": "src/containers/SelectSessionModal/index.jsx",
@@ -18291,17 +15336,17 @@
},
{
"filePath": "src/widgets/RecommendationsPanel/LoadedView.jsx",
- "line": 38,
+ "line": 37,
"column": 8,
- "index": 1095
+ "index": 1042
}
],
"ActionRow": [
{
"filePath": "src/containers/CourseCard/components/CourseCardActions/index.jsx",
- "line": 24,
+ "line": 28,
"column": 4,
- "index": 723
+ "index": 955
},
{
"filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/views/components/CreditContent.jsx",
@@ -18377,15 +15422,15 @@
},
{
"filePath": "src/containers/CourseCard/components/CourseCardBanners/CourseBanner.jsx",
- "line": 39,
- "column": 12,
- "index": 1126
+ "line": 40,
+ "column": 14,
+ "index": 1142
},
{
"filePath": "src/containers/CourseCard/components/CourseCardBanners/CourseBanner.jsx",
- "line": 49,
+ "line": 51,
"column": 10,
- "index": 1426
+ "index": 1460
},
{
"filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/views/components/ProviderLink.jsx",
@@ -18395,21 +15440,9 @@
},
{
"filePath": "src/widgets/LookingForChallengeWidget/index.jsx",
- "line": 31,
- "column": 10,
- "index": 1014
- },
- {
- "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx",
- "line": 53,
+ "line": 30,
"column": 10,
- "index": 1375
- },
- {
- "filePath": "src/widgets/ProductRecommendations/components/ProductCardHeader.jsx",
- "line": 51,
- "column": 6,
- "index": 1664
+ "index": 961
},
{
"filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx",
@@ -18465,6 +15498,12 @@
"column": 19,
"index": 780
},
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/index.jsx",
+ "line": 45,
+ "column": 92,
+ "index": 1636
+ },
{
"filePath": "src/containers/RelatedProgramsModal/components/ProgramCard.jsx",
"line": 45,
@@ -18479,87 +15518,87 @@
"column": 12,
"index": 1326
},
- {
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx",
- "line": 56,
- "column": 16,
- "index": 1989
- },
- {
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 45,
- "column": 14,
- "index": 1628
- },
{
"filePath": "src/containers/RelatedProgramsModal/components/ProgramCard.jsx",
"line": 44,
"column": 8,
"index": 1223
- },
- {
- "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx",
- "line": 81,
- "column": 10,
- "index": 2153
}
],
"Dropdown": [
{
"filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
- "line": 42,
+ "line": 45,
"column": 6,
- "index": 1278
+ "index": 1386
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
+ "filePath": "src/containers/LearnerDashboardHeader/AuthenticatedUserDropdown.jsx",
+ "line": 24,
+ "column": 4,
+ "index": 868
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/ExpandedHeader/AuthenticatedUserDropdown.jsx",
"line": 19,
"column": 6,
- "index": 587
+ "index": 580
}
],
"Dropdown.Toggle": [
{
"filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
- "line": 43,
+ "line": 46,
"column": 8,
- "index": 1329
+ "index": 1437
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/AuthenticatedUserDropdown.jsx",
+ "line": 25,
+ "column": 6,
+ "index": 957
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/ExpandedHeader/AuthenticatedUserDropdown.jsx",
"line": 20,
"column": 8,
- "index": 636
+ "index": 629
}
],
"IconButton": [
{
"filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
- "line": 45,
+ "line": 48,
"column": 14,
- "index": 1411
+ "index": 1519
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/index.jsx",
+ "line": 54,
+ "column": 16,
+ "index": 1964
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/index.jsx",
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/CollapsedHeader/index.jsx",
"line": 23,
"column": 10,
- "index": 711
+ "index": 725
}
],
"MoreVert": [
{
"filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
- "line": 46,
+ "line": 49,
"column": 15,
- "index": 1438
+ "index": 1546
}
],
"Icon": [
{
"filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
- "line": 47,
+ "line": 50,
"column": 18,
- "index": 1466
+ "index": 1574
},
{
"filePath": "src/containers/CourseCard/components/RelatedProgramsBadge/index.jsx",
@@ -18574,10 +15613,16 @@
"index": 2031
},
{
- "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/index.jsx",
+ "filePath": "src/containers/LearnerDashboardHeader/index.jsx",
+ "line": 61,
+ "column": 26,
+ "index": 2230
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/CollapsedHeader/index.jsx",
"line": 27,
"column": 20,
- "index": 829
+ "index": 843
},
{
"filePath": "src/containers/MasqueradeBar/index.jsx",
@@ -18599,85 +15644,133 @@
},
{
"filePath": "src/widgets/LookingForChallengeWidget/index.jsx",
- "line": 15,
+ "line": 14,
"column": 26,
- "index": 480
- },
- {
- "filePath": "src/widgets/ProductRecommendations/components/ProductCardHeader.jsx",
- "line": 62,
- "column": 10,
- "index": 2045
+ "index": 427
}
],
"Dropdown.Menu": [
{
"filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
- "line": 51,
+ "line": 54,
"column": 8,
- "index": 1571
+ "index": 1679
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/AuthenticatedUserDropdown.jsx",
+ "line": 35,
+ "column": 6,
+ "index": 1210
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/ExpandedHeader/AuthenticatedUserDropdown.jsx",
"line": 31,
"column": 8,
- "index": 962
+ "index": 955
}
],
"Dropdown.Item": [
{
"filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
- "line": 53,
+ "line": 56,
"column": 12,
- "index": 1638
+ "index": 1734
},
{
- "filePath": "src/containers/CourseCard/components/CourseCardMenu/SocialShareMenu.jsx",
- "line": 39,
+ "filePath": "src/containers/CourseCard/components/CourseCardMenu/index.jsx",
+ "line": 65,
+ "column": 12,
+ "index": 2028
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/AuthenticatedUserDropdown.jsx",
+ "line": 37,
"column": 8,
- "index": 1238
+ "index": 1326
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 33,
+ "filePath": "src/containers/LearnerDashboardHeader/AuthenticatedUserDropdown.jsx",
+ "line": 39,
"column": 10,
- "index": 1082
+ "index": 1450
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 37,
+ "filePath": "src/containers/LearnerDashboardHeader/AuthenticatedUserDropdown.jsx",
+ "line": 48,
+ "column": 8,
+ "index": 1704
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/AuthenticatedUserDropdown.jsx",
+ "line": 53,
"column": 12,
- "index": 1234
+ "index": 1898
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 43,
+ "filePath": "src/containers/LearnerDashboardHeader/AuthenticatedUserDropdown.jsx",
+ "line": 56,
"column": 12,
- "index": 1511
+ "index": 2032
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 50,
+ "filePath": "src/containers/LearnerDashboardHeader/AuthenticatedUserDropdown.jsx",
+ "line": 61,
+ "column": 8,
+ "index": 2245
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/AuthenticatedUserDropdown.jsx",
+ "line": 65,
"column": 10,
- "index": 1802
+ "index": 2424
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 53,
+ "filePath": "src/containers/LearnerDashboardHeader/AuthenticatedUserDropdown.jsx",
+ "line": 69,
+ "column": 8,
+ "index": 2574
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/AuthenticatedUserDropdown.jsx",
+ "line": 73,
+ "column": 8,
+ "index": 2724
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/ExpandedHeader/AuthenticatedUserDropdown.jsx",
+ "line": 33,
"column": 10,
- "index": 1977
+ "index": 1075
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 57,
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/ExpandedHeader/AuthenticatedUserDropdown.jsx",
+ "line": 37,
"column": 12,
- "index": 2164
+ "index": 1227
},
{
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 62,
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/ExpandedHeader/AuthenticatedUserDropdown.jsx",
+ "line": 42,
"column": 10,
- "index": 2363
+ "index": 1444
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/ExpandedHeader/AuthenticatedUserDropdown.jsx",
+ "line": 45,
+ "column": 10,
+ "index": 1619
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/ExpandedHeader/AuthenticatedUserDropdown.jsx",
+ "line": 49,
+ "column": 12,
+ "index": 1806
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/ExpandedHeader/AuthenticatedUserDropdown.jsx",
+ "line": 54,
+ "column": 10,
+ "index": 1995
}
],
"Card": [
@@ -18695,15 +15788,9 @@
},
{
"filePath": "src/widgets/LookingForChallengeWidget/index.jsx",
- "line": 21,
- "column": 4,
- "index": 699
- },
- {
- "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx",
- "line": 51,
+ "line": 20,
"column": 4,
- "index": 1303
+ "index": 646
},
{
"filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx",
@@ -18721,9 +15808,9 @@
},
{
"filePath": "src/widgets/LookingForChallengeWidget/index.jsx",
- "line": 26,
+ "line": 25,
"column": 6,
- "index": 866
+ "index": 813
},
{
"filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx",
@@ -18744,12 +15831,6 @@
"line": 39,
"column": 6,
"index": 1068
- },
- {
- "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx",
- "line": 66,
- "column": 6,
- "index": 1697
}
],
"Card.Section": [
@@ -18759,12 +15840,6 @@
"column": 14,
"index": 1212
},
- {
- "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx",
- "line": 79,
- "column": 6,
- "index": 2070
- },
{
"filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx",
"line": 27,
@@ -18989,63 +16064,75 @@
"Image": [
{
"filePath": "src/containers/CourseList/NoCoursesView/index.jsx",
- "line": 21,
+ "line": 20,
"column": 6,
- "index": 662
+ "index": 609
},
{
"filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx",
"line": 54,
"column": 12,
"index": 1453
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/GreetingBanner.jsx",
+ "line": 35,
+ "column": 8,
+ "index": 888
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/index.jsx",
+ "line": 40,
+ "column": 10,
+ "index": 1354
}
],
"Search": [
{
"filePath": "src/containers/CourseList/NoCoursesView/index.jsx",
- "line": 32,
+ "line": 31,
"column": 20,
- "index": 1008
+ "index": 943
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/index.jsx",
+ "line": 60,
+ "column": 23,
+ "index": 2196
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/index.jsx",
+ "line": 72,
+ "column": 30,
+ "index": 2553
},
{
"filePath": "src/widgets/RecommendationsPanel/LoadedView.jsx",
- "line": 40,
+ "line": 39,
"column": 22,
- "index": 1154
+ "index": 1101
}
],
"Container": [
{
"filePath": "src/containers/Dashboard/DashboardLayout.jsx",
- "line": 38,
+ "line": 23,
"column": 4,
- "index": 867
+ "index": 481
},
{
"filePath": "src/containers/RelatedProgramsModal/index.jsx",
"line": 42,
"column": 8,
"index": 1291
- },
- {
- "filePath": "src/widgets/ProductRecommendations/components/LoadedView.jsx",
- "line": 25,
- "column": 4,
- "index": 931
}
],
"Row": [
{
"filePath": "src/containers/Dashboard/DashboardLayout.jsx",
- "line": 39,
- "column": 6,
- "index": 901
- },
- {
- "filePath": "src/containers/Dashboard/DashboardLayout.jsx",
- "line": 48,
+ "line": 24,
"column": 6,
- "index": 1252
+ "index": 515
},
{
"filePath": "src/containers/RelatedProgramsModal/index.jsx",
@@ -19057,21 +16144,15 @@
"Col": [
{
"filePath": "src/containers/Dashboard/DashboardLayout.jsx",
- "line": 40,
- "column": 8,
- "index": 915
- },
- {
- "filePath": "src/containers/Dashboard/DashboardLayout.jsx",
- "line": 43,
+ "line": 25,
"column": 8,
- "index": 1023
+ "index": 529
},
{
"filePath": "src/containers/Dashboard/DashboardLayout.jsx",
- "line": 49,
+ "line": 28,
"column": 8,
- "index": 1266
+ "index": 639
},
{
"filePath": "src/containers/RelatedProgramsModal/index.jsx",
@@ -19134,6 +16215,60 @@
"index": 784
}
],
+ "AvatarButton": [
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/AuthenticatedUserDropdown.jsx",
+ "line": 26,
+ "column": 12,
+ "index": 986
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/ExpandedHeader/AuthenticatedUserDropdown.jsx",
+ "line": 21,
+ "column": 14,
+ "index": 660
+ }
+ ],
+ "Dropdown.Header": [
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/AuthenticatedUserDropdown.jsx",
+ "line": 36,
+ "column": 8,
+ "index": 1266
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/ExpandedHeader/AuthenticatedUserDropdown.jsx",
+ "line": 32,
+ "column": 10,
+ "index": 1013
+ }
+ ],
+ "Dropdown.Divider": [
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/AuthenticatedUserDropdown.jsx",
+ "line": 47,
+ "column": 8,
+ "index": 1675
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeader/AuthenticatedUserDropdown.jsx",
+ "line": 72,
+ "column": 8,
+ "index": 2695
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/ExpandedHeader/AuthenticatedUserDropdown.jsx",
+ "line": 41,
+ "column": 10,
+ "index": 1413
+ },
+ {
+ "filePath": "src/containers/LearnerDashboardHeaderVariant/ExpandedHeader/AuthenticatedUserDropdown.jsx",
+ "line": 53,
+ "column": 10,
+ "index": 1964
+ }
+ ],
"PageBanner": [
{
"filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx",
@@ -19158,36 +16293,6 @@
"index": 1398
}
],
- "AvatarButton": [
- {
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 21,
- "column": 14,
- "index": 667
- }
- ],
- "Dropdown.Header": [
- {
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 32,
- "column": 10,
- "index": 1020
- }
- ],
- "Dropdown.Divider": [
- {
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 41,
- "column": 10,
- "index": 1420
- },
- {
- "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx",
- "line": 61,
- "column": 10,
- "index": 2332
- }
- ],
"FormLabel": [
{
"filePath": "src/containers/MasqueradeBar/index.jsx",
@@ -19249,15 +16354,9 @@
},
{
"filePath": "src/widgets/LookingForChallengeWidget/index.jsx",
- "line": 22,
- "column": 6,
- "index": 771
- },
- {
- "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx",
- "line": 60,
+ "line": 21,
"column": 6,
- "index": 1526
+ "index": 718
},
{
"filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx",
@@ -19307,51 +16406,23 @@
"ArrowForward": [
{
"filePath": "src/widgets/LookingForChallengeWidget/index.jsx",
- "line": 15,
+ "line": 14,
"column": 54,
- "index": 508
- }
- ],
- "Skeleton": [
- {
- "filePath": "src/widgets/ProductRecommendations/components/LoadingView.jsx",
- "line": 5,
- "column": 2,
- "index": 106
+ "index": 455
}
],
"Truncate": [
- {
- "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx",
- "line": 69,
- "column": 10,
- "index": 1762
- },
- {
- "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx",
- "line": 74,
- "column": 10,
- "index": 1927
- },
{
"filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx",
"line": 29,
"column": 16,
"index": 1036
}
- ],
- "ChevronRight": [
- {
- "filePath": "src/widgets/ProductRecommendations/components/ProductCardHeader.jsx",
- "line": 62,
- "column": 21,
- "index": 2056
- }
]
}
},
{
- "version": "20.45.1",
+ "version": "20.36.0",
"name": "frontend-app-learner-portal-enterprise",
"repository": {
"type": "git",
@@ -19380,15 +16451,15 @@
},
{
"filePath": "src/components/course/CourseSidebar.jsx",
- "line": 66,
+ "line": 73,
"column": 16,
- "index": 2574
+ "index": 2653
},
{
"filePath": "src/components/course/CourseSidebar.jsx",
- "line": 90,
+ "line": 97,
"column": 14,
- "index": 3325
+ "index": 3413
},
{
"filePath": "src/components/course/CreatedBy.jsx",
@@ -19404,21 +16475,15 @@
},
{
"filePath": "src/components/course/data/utils.jsx",
- "line": 655,
+ "line": 596,
"column": 12,
- "index": 23054
+ "index": 20308
},
{
"filePath": "src/components/course/data/utils.jsx",
- "line": 671,
+ "line": 615,
"column": 12,
- "index": 23432
- },
- {
- "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
- "line": 91,
- "column": 30,
- "index": 3074
+ "index": 20848
},
{
"filePath": "src/components/dashboard/sidebar/SupportInformation.jsx",
@@ -19428,69 +16493,63 @@
},
{
"filePath": "src/components/enterprise-invite/EnterpriseInvitePage.jsx",
- "line": 85,
+ "line": 89,
"column": 12,
- "index": 3371
+ "index": 3378
},
{
"filePath": "src/components/enterprise-invite/EnterpriseInvitePage.jsx",
- "line": 92,
+ "line": 96,
"column": 12,
- "index": 3645
+ "index": 3652
},
{
"filePath": "src/components/enterprise-invite/EnterpriseInvitePage.jsx",
- "line": 101,
+ "line": 105,
"column": 16,
- "index": 3903
- },
- {
- "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 34,
- "column": 12,
- "index": 1006
+ "index": 3910
},
{
"filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
- "line": 41,
+ "line": 43,
"column": 16,
- "index": 1564
+ "index": 1755
},
{
- "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
- "line": 59,
- "column": 16,
- "index": 2423
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 275,
+ "column": 28,
+ "index": 11013
},
{
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 328,
- "column": 26,
- "index": 13001
+ "filePath": "src/components/my-career/AddJobRole.jsx",
+ "line": 65,
+ "column": 18,
+ "index": 2671
},
{
- "filePath": "src/components/my-career/SkillsRecommendationCourses.jsx",
- "line": 92,
- "column": 6,
- "index": 2849
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 46,
+ "column": 14,
+ "index": 1349
},
{
"filePath": "src/components/program/ProgramCourses.jsx",
- "line": 74,
+ "line": 73,
"column": 20,
- "index": 2976
+ "index": 3167
},
{
"filePath": "src/components/program/ProgramInstructors.jsx",
- "line": 23,
+ "line": 25,
"column": 12,
- "index": 882
+ "index": 968
},
{
"filePath": "src/components/program/ProgramInstructors.jsx",
- "line": 79,
+ "line": 81,
"column": 14,
- "index": 2741
+ "index": 2827
},
{
"filePath": "src/components/skills-quiz/SimilarJobs.jsx",
@@ -19508,9 +16567,9 @@
},
{
"filePath": "src/components/course/course-header/CourseHeader.jsx",
- "line": 48,
+ "line": 57,
"column": 6,
- "index": 1411
+ "index": 1780
},
{
"filePath": "src/components/course/CourseEnrollmentFailedAlert.jsx",
@@ -19520,9 +16579,15 @@
},
{
"filePath": "src/components/course/CoursePage.jsx",
- "line": 250,
+ "line": 224,
"column": 6,
- "index": 8155
+ "index": 7035
+ },
+ {
+ "filePath": "src/components/course/CoursePage.jsx",
+ "line": 251,
+ "column": 10,
+ "index": 7937
},
{
"filePath": "src/components/course/CourseReview.jsx",
@@ -19536,29 +16601,11 @@
"column": 4,
"index": 1922
},
- {
- "filePath": "src/components/course/routes/CourseAbout.jsx",
- "line": 18,
- "column": 6,
- "index": 592
- },
- {
- "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
- "line": 79,
- "column": 8,
- "index": 2637
- },
- {
- "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx",
- "line": 25,
- "column": 8,
- "index": 920
- },
{
"filePath": "src/components/dashboard/DashboardPage.jsx",
- "line": 65,
+ "line": 51,
"column": 6,
- "index": 2699
+ "index": 2046
},
{
"filePath": "src/components/dashboard/main-content/course-enrollments/CourseEnrollmentsContextProvider.jsx",
@@ -19574,9 +16621,9 @@
},
{
"filePath": "src/components/enterprise-invite/EnterpriseInvitePage.jsx",
- "line": 77,
+ "line": 81,
"column": 8,
- "index": 3022
+ "index": 3029
},
{
"filePath": "src/components/enterprise-page/EnterprisePage.jsx",
@@ -19586,9 +16633,9 @@
},
{
"filePath": "src/components/enterprise-subsidy-requests/SubsidyRequestsContextProvider.jsx",
- "line": 68,
+ "line": 67,
"column": 6,
- "index": 2114
+ "index": 2030
},
{
"filePath": "src/components/enterprise-user-subsidy/enterprise-offers/EnterpriseOffersBalanceAlert.jsx",
@@ -19598,9 +16645,9 @@
},
{
"filePath": "src/components/enterprise-user-subsidy/UserSubsidy.jsx",
- "line": 94,
+ "line": 107,
"column": 6,
- "index": 2546
+ "index": 3171
},
{
"filePath": "src/components/error-page/ErrorPageContent.jsx",
@@ -19616,15 +16663,15 @@
},
{
"filePath": "src/components/executive-education-2u/EnrollmentCompleted.jsx",
- "line": 17,
- "column": 6,
- "index": 687
+ "line": 16,
+ "column": 4,
+ "index": 629
},
{
"filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx",
- "line": 106,
+ "line": 93,
"column": 6,
- "index": 3910
+ "index": 3619
},
{
"filePath": "src/components/license-activation/LicenseActivation.jsx",
@@ -19664,9 +16711,9 @@
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 103,
+ "line": 94,
"column": 6,
- "index": 3089
+ "index": 3071
},
{
"filePath": "src/components/program-progress/ProgramProgressPage.jsx",
@@ -19682,9 +16729,9 @@
},
{
"filePath": "src/components/program/ProgramDataBar.jsx",
- "line": 23,
+ "line": 24,
"column": 8,
- "index": 954
+ "index": 1038
},
{
"filePath": "src/components/program/ProgramPage.jsx",
@@ -19720,7 +16767,7 @@
"filePath": "src/components/site-header/SiteHeader.jsx",
"line": 19,
"column": 6,
- "index": 723
+ "index": 731
},
{
"filePath": "src/components/skills-quiz/SkillsQuiz.jsx",
@@ -19730,9 +16777,9 @@
},
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 185,
+ "line": 184,
"column": 10,
- "index": 7056
+ "index": 7030
}
],
"MailtoLink": [
@@ -19742,12 +16789,6 @@
"column": 6,
"index": 413
},
- {
- "filePath": "src/components/course/data/utils.jsx",
- "line": 690,
- "column": 12,
- "index": 23901
- },
{
"filePath": "src/components/dashboard/sidebar/SupportInformation.jsx",
"line": 24,
@@ -19758,7 +16799,7 @@
"filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx",
"line": 46,
"column": 8,
- "index": 1632
+ "index": 1622
},
{
"filePath": "src/components/enterprise-user-subsidy/enterprise-offers/EnterpriseOffersBalanceAlert.jsx",
@@ -19768,9 +16809,9 @@
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 275,
- "column": 32,
- "index": 10419
+ "line": 222,
+ "column": 34,
+ "index": 8327
},
{
"filePath": "src/components/program-progress/CouponCodesWarningModal.jsx",
@@ -19782,7 +16823,7 @@
"filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx",
"line": 29,
"column": 8,
- "index": 1000
+ "index": 990
}
],
"Button": [
@@ -19794,63 +16835,51 @@
},
{
"filePath": "src/components/course/course-header/data/hooks/useCourseRunCardAction.jsx",
- "line": 90,
+ "line": 80,
"column": 11,
- "index": 3578
- },
- {
- "filePath": "src/components/course/data/utils.jsx",
- "line": 654,
- "column": 6,
- "index": 23034
+ "index": 3181
},
{
"filePath": "src/components/course/data/utils.jsx",
- "line": 670,
+ "line": 595,
"column": 6,
- "index": 23412
+ "index": 20288
},
{
"filePath": "src/components/course/data/utils.jsx",
- "line": 689,
+ "line": 613,
"column": 6,
- "index": 23881
+ "index": 20715
},
{
"filePath": "src/components/course/enrollment/components/ToExecutiveEducation2UEnrollment.jsx",
"line": 10,
"column": 2,
- "index": 323
+ "index": 320
},
{
"filePath": "src/components/course/enrollment/components/ToExecutiveEducation2UEnrollment.jsx",
"line": 31,
"column": 4,
- "index": 768
+ "index": 770
},
{
"filePath": "src/components/course/EnrollModal.jsx",
- "line": 90,
+ "line": 92,
"column": 8,
- "index": 2959
- },
- {
- "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
- "line": 91,
- "column": 18,
- "index": 3062
+ "index": 3079
},
{
"filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx",
"line": 59,
"column": 10,
- "index": 1496
+ "index": 1494
},
{
"filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/UpcomingCourseCard.jsx",
"line": 10,
"column": 4,
- "index": 254
+ "index": 256
},
{
"filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/UpgradeCourseButton.jsx",
@@ -19884,15 +16913,15 @@
},
{
"filePath": "src/components/enterprise-invite/EnterpriseInvitePage.jsx",
- "line": 100,
+ "line": 104,
"column": 10,
- "index": 3879
+ "index": 3886
},
{
- "filePath": "src/components/executive-education-2u/components/ErrorPageContent.jsx",
- "line": 60,
+ "filePath": "src/components/executive-education-2u/ExecutiveEducation2UError.jsx",
+ "line": 66,
"column": 12,
- "index": 2147
+ "index": 3080
},
{
"filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx",
@@ -19900,41 +16929,23 @@
"column": 10,
"index": 1193
},
- {
- "filePath": "src/components/my-career/AddJobRole.jsx",
- "line": 83,
- "column": 24,
- "index": 2939
- },
{
"filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 109,
+ "line": 88,
"column": 10,
- "index": 3699
+ "index": 2984
},
{
"filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 131,
- "column": 8,
- "index": 4370
- },
- {
- "filePath": "src/components/my-career/SearchJobRole.jsx",
- "line": 132,
+ "line": 107,
"column": 10,
- "index": 4429
+ "index": 3663
},
{
"filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 67,
+ "line": 72,
"column": 16,
- "index": 2185
- },
- {
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 92,
- "column": 14,
- "index": 3030
+ "index": 2277
},
{
"filePath": "src/components/pathway-progress/PathwayProgressListingPage.jsx",
@@ -19944,15 +16955,15 @@
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 54,
+ "line": 45,
"column": 8,
- "index": 1750
+ "index": 1732
},
{
"filePath": "src/components/preview-expand/PreviewExpand.jsx",
- "line": 20,
+ "line": 21,
"column": 6,
- "index": 582
+ "index": 661
},
{
"filePath": "src/components/program-progress/CouponCodesWarningModal.jsx",
@@ -19968,21 +16979,21 @@
},
{
"filePath": "src/components/program-progress/ProgramPathwayOpportunity.jsx",
- "line": 17,
+ "line": 16,
"column": 16,
- "index": 743
+ "index": 691
},
{
"filePath": "src/components/program-progress/ProgramProgressSidebar.jsx",
- "line": 77,
+ "line": 76,
"column": 14,
- "index": 3193
+ "index": 3141
},
{
"filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx",
"line": 59,
"column": 10,
- "index": 2034
+ "index": 2025
},
{
"filePath": "src/components/skills-quiz/SkillsCourses.jsx",
@@ -19992,53 +17003,59 @@
},
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 275,
+ "line": 270,
"column": 16,
- "index": 10997
+ "index": 10797
},
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 287,
+ "line": 282,
"column": 12,
- "index": 11520
+ "index": 11320
},
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 291,
+ "line": 286,
"column": 12,
- "index": 11685
+ "index": 11485
},
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 299,
+ "line": 294,
"column": 12,
- "index": 11969
+ "index": 11769
},
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 303,
+ "line": 298,
"column": 12,
- "index": 12139
+ "index": 11939
},
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 306,
+ "line": 301,
"column": 12,
- "index": 12307
+ "index": 12107
},
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 310,
+ "line": 305,
"column": 12,
- "index": 12477
+ "index": 12277
}
],
"Row": [
{
"filePath": "src/components/course/course-header/CourseHeader.jsx",
- "line": 49,
+ "line": 58,
"column": 8,
- "index": 1441
+ "index": 1810
+ },
+ {
+ "filePath": "src/components/course/CoursePage.jsx",
+ "line": 252,
+ "column": 12,
+ "index": 7988
},
{
"filePath": "src/components/course/CourseReview.jsx",
@@ -20060,93 +17077,75 @@
},
{
"filePath": "src/components/course/CourseSidebarListItem.jsx",
- "line": 10,
+ "line": 11,
"column": 2,
- "index": 182
- },
- {
- "filePath": "src/components/course/routes/CourseAbout.jsx",
- "line": 19,
- "column": 8,
- "index": 639
- },
- {
- "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
- "line": 80,
- "column": 10,
- "index": 2686
+ "index": 242
},
{
"filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx",
- "line": 32,
+ "line": 39,
"column": 6,
- "index": 1045
+ "index": 1485
},
{
"filePath": "src/components/dashboard/sidebar/EnterpriseOffersSummaryCard.jsx",
- "line": 59,
+ "line": 63,
"column": 8,
- "index": 1919
+ "index": 1929
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 40,
- "column": 10,
- "index": 1224
+ "line": 22,
+ "column": 8,
+ "index": 516
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 42,
- "column": 14,
- "index": 1319
+ "line": 24,
+ "column": 12,
+ "index": 607
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 51,
- "column": 16,
- "index": 1700
+ "line": 33,
+ "column": 14,
+ "index": 994
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 53,
- "column": 55,
- "index": 1957
+ "line": 35,
+ "column": 53,
+ "index": 1247
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 55,
- "column": 16,
- "index": 2106
+ "line": 37,
+ "column": 14,
+ "index": 1365
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 57,
- "column": 55,
- "index": 2316
+ "line": 39,
+ "column": 53,
+ "index": 1571
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 59,
- "column": 16,
- "index": 2437
+ "line": 41,
+ "column": 14,
+ "index": 1688
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 62,
- "column": 20,
- "index": 2665
+ "line": 44,
+ "column": 18,
+ "index": 1910
},
{
"filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
- "line": 23,
- "column": 6,
- "index": 837
- },
- {
- "filePath": "src/components/executive-education-2u/components/ErrorPageContent.jsx",
- "line": 38,
+ "line": 12,
"column": 6,
- "index": 1331
+ "index": 357
},
{
"filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
@@ -20160,89 +17159,113 @@
"column": 14,
"index": 882
},
+ {
+ "filePath": "src/components/executive-education-2u/ExecutiveEducation2UError.jsx",
+ "line": 44,
+ "column": 6,
+ "index": 2175
+ },
{
"filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx",
- "line": 128,
+ "line": 115,
"column": 14,
- "index": 4703
+ "index": 4412
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 213,
- "column": 16,
- "index": 7764
+ "line": 160,
+ "column": 18,
+ "index": 5550
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 253,
- "column": 16,
- "index": 9364
+ "line": 200,
+ "column": 18,
+ "index": 7228
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 286,
- "column": 18,
- "index": 10776
+ "line": 233,
+ "column": 20,
+ "index": 8704
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 314,
- "column": 16,
- "index": 12288
+ "line": 261,
+ "column": 18,
+ "index": 10272
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 351,
- "column": 16,
- "index": 14056
+ "line": 298,
+ "column": 18,
+ "index": 12114
},
{
"filePath": "src/components/my-career/AddJobRole.jsx",
- "line": 63,
+ "line": 48,
"column": 6,
- "index": 1963
+ "index": 1878
},
{
"filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 90,
+ "line": 42,
"column": 10,
- "index": 2986
+ "index": 1236
},
{
"filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 115,
+ "line": 52,
"column": 10,
- "index": 3972
+ "index": 1667
+ },
+ {
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 60,
+ "column": 14,
+ "index": 1882
+ },
+ {
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 70,
+ "column": 12,
+ "index": 2229
+ },
+ {
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 95,
+ "column": 12,
+ "index": 3265
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 30,
+ "line": 21,
"column": 4,
- "index": 1076
+ "index": 1058
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 104,
+ "line": 95,
"column": 8,
- "index": 3109
+ "index": 3091
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 153,
+ "line": 144,
"column": 10,
- "index": 5088
+ "index": 5070
},
{
"filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
"line": 80,
"column": 4,
- "index": 2500
+ "index": 2492
},
{
"filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
"line": 91,
"column": 6,
- "index": 2856
+ "index": 2867
},
{
"filePath": "src/components/program-progress/ProgramProgressPage.jsx",
@@ -20264,9 +17287,9 @@
},
{
"filePath": "src/components/program/ProgramSidebarListItem.jsx",
- "line": 10,
+ "line": 11,
"column": 2,
- "index": 183
+ "index": 243
},
{
"filePath": "src/components/skills-quiz/SkillsQuiz.jsx",
@@ -20278,21 +17301,21 @@
"Col": [
{
"filePath": "src/components/course/course-header/CourseHeader.jsx",
- "line": 50,
+ "line": 59,
"column": 10,
- "index": 1474
+ "index": 1843
},
{
"filePath": "src/components/course/course-header/CourseHeader.jsx",
- "line": 102,
+ "line": 112,
"column": 10,
- "index": 3375
+ "index": 3767
},
{
"filePath": "src/components/course/course-header/CourseHeader.jsx",
- "line": 108,
+ "line": 118,
"column": 10,
- "index": 3634
+ "index": 4026
},
{
"filePath": "src/components/course/CourseReview.jsx",
@@ -20332,27 +17355,21 @@
},
{
"filePath": "src/components/course/CourseSidebarListItem.jsx",
- "line": 11,
+ "line": 12,
"column": 4,
- "index": 256
+ "index": 316
},
{
"filePath": "src/components/course/CourseSidebarListItem.jsx",
- "line": 15,
+ "line": 16,
"column": 4,
- "index": 386
- },
- {
- "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
- "line": 81,
- "column": 12,
- "index": 2704
+ "index": 458
},
{
"filePath": "src/components/dashboard/sidebar/EnterpriseOffersSummaryCard.jsx",
- "line": 60,
+ "line": 64,
"column": 10,
- "index": 1979
+ "index": 1989
},
{
"filePath": "src/components/error-page/ErrorPage.jsx",
@@ -20362,75 +17379,69 @@
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 41,
- "column": 12,
- "index": 1242
+ "line": 23,
+ "column": 10,
+ "index": 532
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 43,
- "column": 16,
- "index": 1341
+ "line": 25,
+ "column": 14,
+ "index": 627
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 49,
- "column": 12,
- "index": 1616
+ "line": 31,
+ "column": 10,
+ "index": 893
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 52,
- "column": 18,
- "index": 1755
+ "line": 34,
+ "column": 16,
+ "index": 1047
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 53,
- "column": 18,
- "index": 1920
+ "line": 35,
+ "column": 16,
+ "index": 1210
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 56,
- "column": 18,
- "index": 2161
+ "line": 38,
+ "column": 16,
+ "index": 1418
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 57,
- "column": 18,
- "index": 2279
+ "line": 39,
+ "column": 16,
+ "index": 1534
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 60,
- "column": 18,
- "index": 2492
+ "line": 42,
+ "column": 16,
+ "index": 1741
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 61,
- "column": 18,
- "index": 2607
+ "line": 43,
+ "column": 16,
+ "index": 1854
},
{
"filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
- "line": 24,
+ "line": 13,
"column": 8,
- "index": 868
+ "index": 388
},
{
"filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
- "line": 34,
- "column": 8,
- "index": 1161
- },
- {
- "filePath": "src/components/executive-education-2u/components/ErrorPageContent.jsx",
- "line": 39,
+ "line": 23,
"column": 8,
- "index": 1345
+ "index": 681
},
{
"filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
@@ -20456,121 +17467,127 @@
"column": 16,
"index": 1059
},
+ {
+ "filePath": "src/components/executive-education-2u/ExecutiveEducation2UError.jsx",
+ "line": 45,
+ "column": 8,
+ "index": 2189
+ },
{
"filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx",
- "line": 129,
+ "line": 116,
"column": 16,
- "index": 4742
+ "index": 4451
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 214,
- "column": 18,
- "index": 7805
+ "line": 161,
+ "column": 20,
+ "index": 5593
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 233,
- "column": 18,
- "index": 8601
+ "line": 180,
+ "column": 20,
+ "index": 6427
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 254,
- "column": 18,
- "index": 9405
+ "line": 201,
+ "column": 20,
+ "index": 7271
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 287,
- "column": 20,
- "index": 10802
+ "line": 234,
+ "column": 22,
+ "index": 8732
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 315,
- "column": 18,
- "index": 12312
+ "line": 262,
+ "column": 20,
+ "index": 10298
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 352,
- "column": 18,
- "index": 14097
+ "line": 299,
+ "column": 20,
+ "index": 12157
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 31,
+ "line": 22,
"column": 6,
- "index": 1123
+ "index": 1105
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 40,
+ "line": 31,
"column": 6,
- "index": 1354
+ "index": 1336
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 53,
+ "line": 44,
"column": 6,
- "index": 1698
+ "index": 1680
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 105,
+ "line": 96,
"column": 10,
- "index": 3152
+ "index": 3134
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 120,
+ "line": 111,
"column": 10,
- "index": 3746
+ "index": 3728
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 135,
+ "line": 126,
"column": 10,
- "index": 4382
+ "index": 4364
},
{
"filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
"line": 81,
"column": 6,
- "index": 2559
+ "index": 2551
},
{
"filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
"line": 92,
"column": 8,
- "index": 2935
+ "index": 2946
},
{
"filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
"line": 183,
"column": 61,
- "index": 6415
+ "index": 6432
},
{
"filePath": "src/components/program/ProgramSidebarListItem.jsx",
- "line": 11,
+ "line": 12,
"column": 4,
- "index": 257
+ "index": 317
},
{
"filePath": "src/components/program/ProgramSidebarListItem.jsx",
- "line": 15,
+ "line": 16,
"column": 4,
- "index": 387
+ "index": 459
}
],
"Breadcrumb": [
{
"filePath": "src/components/course/course-header/CourseHeader.jsx",
- "line": 53,
+ "line": 62,
"column": 16,
- "index": 1599
+ "index": 1968
},
{
"filePath": "src/components/pathway-progress/PathwayProgressHeader.jsx",
@@ -20594,9 +17611,9 @@
},
{
"filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx",
- "line": 20,
+ "line": 26,
"column": 58,
- "index": 762
+ "index": 1201
},
{
"filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx",
@@ -20608,37 +17625,37 @@
"filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx",
"line": 32,
"column": 6,
- "index": 1242
+ "index": 1229
},
{
"filePath": "src/components/my-career/AddJobRole.jsx",
- "line": 29,
+ "line": 23,
"column": 58,
- "index": 1186
+ "index": 1255
},
{
"filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 20,
+ "line": 17,
"column": 60,
- "index": 798
+ "index": 598
},
{
"filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 21,
+ "line": 18,
"column": 64,
- "index": 880
+ "index": 680
},
{
"filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 22,
+ "line": 19,
"column": 55,
- "index": 953
+ "index": 753
},
{
"filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 21,
+ "line": 20,
"column": 57,
- "index": 949
+ "index": 610
},
{
"filePath": "src/components/search/Search.jsx",
@@ -20662,15 +17679,15 @@
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 35,
- "column": 14,
- "index": 1087
+ "line": 16,
+ "column": 10,
+ "index": 396
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 32,
+ "line": 23,
"column": 8,
- "index": 1152
+ "index": 1134
}
],
"PlayCircleFilled": [
@@ -20684,15 +17701,15 @@
"Card": [
{
"filePath": "src/components/course/course-header/CourseRunCard.jsx",
- "line": 47,
+ "line": 42,
"column": 4,
- "index": 1209
+ "index": 1074
},
{
"filePath": "src/components/course/course-header/deprecated/CourseRunCard.jsx",
- "line": 210,
+ "line": 207,
"column": 4,
- "index": 5590
+ "index": 5542
},
{
"filePath": "src/components/course/CourseRecommendationCard.jsx",
@@ -20714,15 +17731,15 @@
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 27,
- "column": 4,
- "index": 855
+ "line": 9,
+ "column": 2,
+ "index": 259
},
{
"filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
- "line": 22,
+ "line": 11,
"column": 4,
- "index": 799
+ "index": 319
},
{
"filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
@@ -20732,15 +17749,15 @@
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 192,
- "column": 10,
- "index": 6928
+ "line": 140,
+ "column": 12,
+ "index": 4825
},
{
"filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 105,
+ "line": 84,
"column": 4,
- "index": 3519
+ "index": 2733
},
{
"filePath": "src/components/pathway-progress/PathwayNode.jsx",
@@ -20758,7 +17775,7 @@
"filePath": "src/components/pathway-progress/SubscriptionStatusCard.jsx",
"line": 26,
"column": 6,
- "index": 963
+ "index": 953
},
{
"filePath": "src/components/pathway/SearchPathwayCard.jsx",
@@ -20780,9 +17797,9 @@
},
{
"filePath": "src/components/search/SearchCourseCard.jsx",
- "line": 93,
+ "line": 81,
"column": 4,
- "index": 2563
+ "index": 2324
},
{
"filePath": "src/components/search/SearchProgramCard.jsx",
@@ -20824,15 +17841,15 @@
"Card.Section": [
{
"filePath": "src/components/course/course-header/CourseRunCard.jsx",
- "line": 48,
+ "line": 43,
"column": 6,
- "index": 1222
+ "index": 1087
},
{
"filePath": "src/components/course/course-header/deprecated/CourseRunCard.jsx",
- "line": 211,
+ "line": 208,
"column": 6,
- "index": 5603
+ "index": 5555
},
{
"filePath": "src/components/course/CourseRecommendationCard.jsx",
@@ -20854,21 +17871,21 @@
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 39,
- "column": 8,
- "index": 1199
+ "line": 21,
+ "column": 6,
+ "index": 493
},
{
"filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
- "line": 25,
+ "line": 14,
"column": 10,
- "index": 899
+ "index": 419
},
{
"filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx",
- "line": 35,
+ "line": 24,
"column": 10,
- "index": 1192
+ "index": 712
},
{
"filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
@@ -20878,27 +17895,21 @@
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 197,
- "column": 14,
- "index": 7071
+ "line": 145,
+ "column": 16,
+ "index": 4978
},
{
"filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 107,
+ "line": 86,
"column": 6,
- "index": 3616
+ "index": 2860
},
{
"filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 121,
+ "line": 94,
"column": 8,
- "index": 4062
- },
- {
- "filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 151,
- "column": 6,
- "index": 4894
+ "index": 3276
},
{
"filePath": "src/components/pathway-progress/PathwayNode.jsx",
@@ -20922,7 +17933,7 @@
"filePath": "src/components/pathway-progress/SubscriptionStatusCard.jsx",
"line": 27,
"column": 8,
- "index": 995
+ "index": 985
},
{
"filePath": "src/components/pathway/SearchPathwayCard.jsx",
@@ -20950,9 +17961,9 @@
},
{
"filePath": "src/components/search/SearchCourseCard.jsx",
- "line": 120,
+ "line": 108,
"column": 6,
- "index": 3287
+ "index": 3048
},
{
"filePath": "src/components/search/SearchProgramCard.jsx",
@@ -21006,9 +18017,9 @@
"CardGrid": [
{
"filePath": "src/components/course/course-header/CourseRunCards.jsx",
- "line": 26,
+ "line": 27,
"column": 4,
- "index": 725
+ "index": 771
},
{
"filePath": "src/components/course/CourseRecommendations.jsx",
@@ -21022,12 +18033,6 @@
"column": 10,
"index": 996
},
- {
- "filePath": "src/components/my-career/SkillsRecommendationCourses.jsx",
- "line": 83,
- "column": 6,
- "index": 2626
- },
{
"filePath": "src/components/pathway-progress/PathwayProgressListingPage.jsx",
"line": 41,
@@ -21104,31 +18109,31 @@
"Card.Status": [
{
"filePath": "src/components/course/course-header/CourseRunCardStatus.jsx",
- "line": 41,
+ "line": 36,
"column": 4,
- "index": 1796
+ "index": 1612
}
],
"Lock": [
{
"filePath": "src/components/course/course-header/CourseRunCardStatus.jsx",
- "line": 43,
+ "line": 38,
"column": 12,
- "index": 1845
+ "index": 1661
}
],
"Stack": [
{
"filePath": "src/components/course/course-header/data/hooks/useCourseRunCardAction.jsx",
- "line": 64,
+ "line": 61,
"column": 6,
- "index": 2743
+ "index": 2586
},
{
"filePath": "src/components/course/course-header/data/hooks/useCourseRunCardAction.jsx",
- "line": 100,
+ "line": 90,
"column": 4,
- "index": 3847
+ "index": 3442
},
{
"filePath": "src/components/pathway/SearchPathwayCard.jsx",
@@ -21174,9 +18179,9 @@
},
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 266,
+ "line": 261,
"column": 20,
- "index": 10634
+ "index": 10434
}
],
"Alert": [
@@ -21198,12 +18203,6 @@
"column": 6,
"index": 1967
},
- {
- "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
- "line": 85,
- "column": 14,
- "index": 2817
- },
{
"filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
"line": 119,
@@ -21226,7 +18225,7 @@
"filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx",
"line": 77,
"column": 8,
- "index": 1905
+ "index": 1903
},
{
"filePath": "src/components/dashboard/main-content/course-enrollments/CourseEnrollmentsAlert.jsx",
@@ -21236,9 +18235,9 @@
},
{
"filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx",
- "line": 23,
+ "line": 30,
"column": 6,
- "index": 825
+ "index": 1265
},
{
"filePath": "src/components/enterprise-user-subsidy/enterprise-offers/EnterpriseOffersBalanceAlert.jsx",
@@ -21248,9 +18247,9 @@
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 199,
- "column": 16,
- "index": 7174
+ "line": 148,
+ "column": 18,
+ "index": 5093
},
{
"filePath": "src/components/license-activation/LicenseActivation.jsx",
@@ -21272,15 +18271,15 @@
},
{
"filePath": "src/components/my-career/AddJobRole.jsx",
- "line": 54,
+ "line": 39,
"column": 6,
- "index": 1743
+ "index": 1658
},
{
"filePath": "src/components/program/ProgramCourses.jsx",
- "line": 94,
+ "line": 93,
"column": 20,
- "index": 3749
+ "index": 3940
},
{
"filePath": "src/components/search/SearchError.jsx",
@@ -21347,16 +18346,16 @@
"index": 1028
},
{
- "filePath": "src/components/course/routes/CourseAbout.jsx",
- "line": 23,
- "column": 10,
- "index": 738
+ "filePath": "src/components/course/CoursePage.jsx",
+ "line": 256,
+ "column": 14,
+ "index": 8103
},
{
"filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx",
- "line": 38,
+ "line": 45,
"column": 10,
- "index": 1370
+ "index": 1810
},
{
"filePath": "src/components/dashboard/main-content/DashboardMainContent.jsx",
@@ -21372,9 +18371,9 @@
},
{
"filePath": "src/components/my-career/AddJobRole.jsx",
- "line": 109,
+ "line": 84,
"column": 10,
- "index": 3872
+ "index": 3332
},
{
"filePath": "src/components/program-progress/ProgramProgressPage.jsx",
@@ -21384,9 +18383,9 @@
},
{
"filePath": "src/components/program/ProgramEndorsements.jsx",
- "line": 16,
+ "line": 17,
"column": 8,
- "index": 760
+ "index": 841
},
{
"filePath": "src/components/program/ProgramPage.jsx",
@@ -21398,13 +18397,13 @@
"filePath": "src/components/site-header/SiteHeader.jsx",
"line": 79,
"column": 6,
- "index": 2801
+ "index": 2809
},
{
"filePath": "src/components/site-header/SiteHeader.jsx",
"line": 82,
"column": 6,
- "index": 2886
+ "index": 2894
}
],
"breakpoints": [
@@ -21415,28 +18414,16 @@
"index": 1050
},
{
- "filePath": "src/components/course/routes/CourseAbout.jsx",
- "line": 23,
- "column": 32,
- "index": 760
- },
- {
- "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx",
- "line": 37,
+ "filePath": "src/components/course/CoursePage.jsx",
+ "line": 256,
"column": 36,
- "index": 1130
- },
- {
- "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx",
- "line": 70,
- "column": 64,
- "index": 2735
+ "index": 8125
},
{
"filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx",
- "line": 38,
+ "line": 45,
"column": 32,
- "index": 1392
+ "index": 1832
},
{
"filePath": "src/components/dashboard/main-content/DashboardMainContent.jsx",
@@ -21460,13 +18447,13 @@
"filePath": "src/components/dashboard/tests/DashboardPage.test.jsx",
"line": 215,
"column": 62,
- "index": 6161
+ "index": 6182
},
{
"filePath": "src/components/my-career/AddJobRole.jsx",
- "line": 109,
+ "line": 84,
"column": 32,
- "index": 3894
+ "index": 3354
},
{
"filePath": "src/components/program-progress/ProgramListingCard.jsx",
@@ -21494,9 +18481,9 @@
},
{
"filePath": "src/components/program/ProgramEndorsements.jsx",
- "line": 16,
+ "line": 17,
"column": 30,
- "index": 782
+ "index": 863
},
{
"filePath": "src/components/program/ProgramHeader.jsx",
@@ -21556,9 +18543,9 @@
},
{
"filePath": "src/components/search/SearchCourseCard.jsx",
- "line": 102,
+ "line": 90,
"column": 6,
- "index": 2743
+ "index": 2504
},
{
"filePath": "src/components/search/SearchProgramCard.jsx",
@@ -21600,15 +18587,15 @@
},
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 32,
- "column": 8,
- "index": 962
+ "line": 14,
+ "column": 6,
+ "index": 356
},
{
"filePath": "src/components/my-career/CategoryCard.jsx",
- "line": 106,
+ "line": 85,
"column": 6,
- "index": 3551
+ "index": 2779
},
{
"filePath": "src/components/pathway-progress/PathwayProgressCard.jsx",
@@ -21636,9 +18623,9 @@
},
{
"filePath": "src/components/search/SearchCourseCard.jsx",
- "line": 108,
+ "line": 96,
"column": 6,
- "index": 2936
+ "index": 2697
},
{
"filePath": "src/components/search/SearchProgramCard.jsx",
@@ -21678,6 +18665,12 @@
"column": 6,
"index": 2462
},
+ {
+ "filePath": "src/components/my-career/CategoryCard.jsx",
+ "line": 106,
+ "column": 8,
+ "index": 3639
+ },
{
"filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx",
"line": 83,
@@ -21686,9 +18679,9 @@
},
{
"filePath": "src/components/search/SearchCourseCard.jsx",
- "line": 121,
+ "line": 109,
"column": 6,
- "index": 3310
+ "index": 3071
},
{
"filePath": "src/components/search/SearchProgramCard.jsx",
@@ -21710,113 +18703,41 @@
"column": 12,
"index": 3081
},
- {
- "filePath": "src/components/course/CourseSidebarListItem.jsx",
- "line": 12,
- "column": 6,
- "index": 306
- },
- {
- "filePath": "src/components/course/VerifiedCertPitch.jsx",
- "line": 10,
- "column": 4,
- "index": 352
- },
{
"filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 254,
+ "line": 252,
"column": 22,
- "index": 7079
+ "index": 6731
},
{
"filePath": "src/components/my-career/AddJobRole.jsx",
- "line": 17,
- "column": 2,
- "index": 839
- },
- {
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 16,
- "column": 2,
- "index": 635
- },
- {
- "filePath": "src/components/pathway-progress/PathwayStep.jsx",
- "line": 17,
+ "line": 66,
"column": 20,
- "index": 570
+ "index": 2740
},
{
- "filePath": "src/components/pathway-progress/PathwayStep.jsx",
- "line": 18,
- "column": 22,
- "index": 619
+ "filePath": "src/components/my-career/VisualizeCareer.jsx",
+ "line": 47,
+ "column": 16,
+ "index": 1441
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 108,
+ "line": 99,
"column": 16,
- "index": 3335
+ "index": 3317
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 123,
+ "line": 114,
"column": 16,
- "index": 3935
+ "index": 3917
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 138,
+ "line": 129,
"column": 16,
- "index": 4555
- },
- {
- "filePath": "src/components/preview-expand/PreviewExpand.jsx",
- "line": 26,
- "column": 8,
- "index": 744
- },
- {
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 44,
- "column": 42,
- "index": 1557
- },
- {
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 47,
- "column": 20,
- "index": 1748
- },
- {
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 51,
- "column": 20,
- "index": 1902
- },
- {
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 60,
- "column": 24,
- "index": 2345
- },
- {
- "filePath": "src/components/program/ProgramFAQ.jsx",
- "line": 23,
- "column": 26,
- "index": 718
- },
- {
- "filePath": "src/components/program/ProgramFAQ.jsx",
- "line": 24,
- "column": 28,
- "index": 773
- },
- {
- "filePath": "src/components/program/ProgramSidebarListItem.jsx",
- "line": 12,
- "column": 6,
- "index": 307
+ "index": 4537
},
{
"filePath": "src/components/search/SearchProgramCard.jsx",
@@ -21845,172 +18766,84 @@
"index": 3115
}
],
- "AccessTime": [
- {
- "filePath": "src/components/course/CourseSidebar.jsx",
- "line": 41,
- "column": 22,
- "index": 1706
- },
- {
- "filePath": "src/components/program/ProgramSidebar.jsx",
- "line": 45,
- "column": 18,
- "index": 1565
- }
- ],
- "Speed": [
- {
- "filePath": "src/components/course/CourseSidebar.jsx",
- "line": 48,
- "column": 22,
- "index": 1990
- },
- {
- "filePath": "src/components/program/ProgramSidebar.jsx",
- "line": 54,
- "column": 18,
- "index": 1781
- }
- ],
- "Tag": [
- {
- "filePath": "src/components/course/CourseSidebar.jsx",
- "line": 56,
- "column": 16,
- "index": 2233
- }
- ],
- "Institution": [
- {
- "filePath": "src/components/course/CourseSidebar.jsx",
- "line": 62,
- "column": 18,
- "index": 2402
- },
- {
- "filePath": "src/components/course/CourseSidebar.jsx",
- "line": 117,
- "column": 18,
- "index": 4178
- }
- ],
- "School": [
- {
- "filePath": "src/components/course/CourseSidebar.jsx",
- "line": 87,
- "column": 18,
- "index": 3252
- }
- ],
- "Equalizer": [
- {
- "filePath": "src/components/course/CourseSidebar.jsx",
- "line": 110,
- "column": 18,
- "index": 3972
- }
- ],
- "VideoFile": [
- {
- "filePath": "src/components/course/CourseSidebar.jsx",
- "line": 124,
- "column": 18,
- "index": 4430
- }
- ],
- "Person": [
- {
- "filePath": "src/components/course/CourseSidebar.jsx",
- "line": 133,
- "column": 18,
- "index": 4721
- },
- {
- "filePath": "src/components/program/ProgramSidebar.jsx",
- "line": 36,
- "column": 18,
- "index": 1345
- }
- ],
"Skeleton": [
{
"filePath": "src/components/course/CourseSidebarPrice.jsx",
- "line": 27,
+ "line": 25,
"column": 11,
- "index": 1186
+ "index": 1071
},
{
"filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 411,
+ "line": 391,
"column": 12,
- "index": 11283
+ "index": 9984
},
{
"filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx",
- "line": 120,
+ "line": 107,
"column": 16,
- "index": 4381
+ "index": 4090
},
{
"filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx",
- "line": 125,
+ "line": 112,
"column": 16,
- "index": 4583
+ "index": 4292
},
{
"filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx",
- "line": 145,
+ "line": 132,
"column": 16,
- "index": 5466
+ "index": 5175
},
{
"filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx",
- "line": 153,
+ "line": 140,
"column": 16,
- "index": 5743
+ "index": 5452
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 80,
+ "line": 71,
"column": 28,
- "index": 2473
+ "index": 2455
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 92,
+ "line": 83,
"column": 8,
- "index": 2838
+ "index": 2820
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 106,
+ "line": 97,
"column": 25,
- "index": 3215
+ "index": 3197
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 121,
+ "line": 112,
"column": 25,
- "index": 3809
+ "index": 3791
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 136,
+ "line": 127,
"column": 25,
- "index": 4428
+ "index": 4410
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 152,
+ "line": 143,
"column": 21,
- "index": 4993
+ "index": 4975
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 160,
+ "line": 151,
"column": 10,
- "index": 5375
+ "index": 5357
},
{
"filePath": "src/components/search/content-highlights/ContentHighlightSet.jsx",
@@ -22090,9 +18923,9 @@
},
{
"filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 425,
+ "line": 405,
"column": 24,
- "index": 11913
+ "index": 10564
},
{
"filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx",
@@ -22102,21 +18935,21 @@
},
{
"filePath": "src/components/dashboard/sidebar/EnterpriseOffersSummaryCard.jsx",
- "line": 27,
+ "line": 31,
"column": 12,
- "index": 905
+ "index": 914
},
{
"filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx",
"line": 92,
"column": 16,
- "index": 3170
+ "index": 3157
},
{
"filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx",
"line": 125,
"column": 12,
- "index": 4417
+ "index": 4405
},
{
"filePath": "src/components/pathway-progress/PathwayNode.jsx",
@@ -22128,7 +18961,7 @@
"filePath": "src/components/pathway-progress/SubscriptionStatusCard.jsx",
"line": 32,
"column": 12,
- "index": 1256
+ "index": 1246
},
{
"filePath": "src/components/pathway/SearchPathwayCard.jsx",
@@ -22188,9 +19021,9 @@
"Modal": [
{
"filePath": "src/components/course/EnrollModal.jsx",
- "line": 84,
+ "line": 86,
"column": 4,
- "index": 2809
+ "index": 2929
},
{
"filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx",
@@ -22214,13 +19047,13 @@
"filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx",
"line": 104,
"column": 6,
- "index": 3470
+ "index": 3462
},
{
"filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx",
"line": 139,
"column": 4,
- "index": 4607
+ "index": 4599
},
{
"filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx",
@@ -22229,14 +19062,6 @@
"index": 919
}
],
- "Spinner": [
- {
- "filePath": "src/components/course/EnrollModal.jsx",
- "line": 94,
- "column": 24,
- "index": 3065
- }
- ],
"Alert.Heading": [
{
"filePath": "src/components/course/LicenseRequestedAlert.jsx",
@@ -22244,12 +19069,6 @@
"column": 8,
"index": 2032
},
- {
- "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
- "line": 96,
- "column": 16,
- "index": 3253
- },
{
"filePath": "src/components/enterprise-user-subsidy/enterprise-offers/EnterpriseOffersBalanceAlert.jsx",
"line": 56,
@@ -22269,28 +19088,6 @@
"index": 512
}
],
- "CheckCircle": [
- {
- "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx",
- "line": 88,
- "column": 22,
- "index": 2915
- },
- {
- "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
- "line": 83,
- "column": 8,
- "index": 2653
- }
- ],
- "ResponsiveContext.Provider": [
- {
- "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx",
- "line": 40,
- "column": 2,
- "index": 1222
- }
- ],
"StatefulButton": [
{
"filePath": "src/components/course/SubsidyRequestButton.jsx",
@@ -22320,83 +19117,61 @@
"filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx",
"line": 65,
"column": 10,
- "index": 1637
+ "index": 1635
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 363,
- "column": 12,
- "index": 14406
- },
- {
- "filePath": "src/components/my-career/SearchJobRole.jsx",
- "line": 115,
- "column": 10,
- "index": 3863
+ "line": 310,
+ "column": 14,
+ "index": 12486
},
{
"filePath": "src/components/stateful-enroll/StatefulEnroll.jsx",
- "line": 87,
+ "line": 114,
"column": 4,
- "index": 2411
- }
- ],
- "RocketLaunch": [
- {
- "filePath": "src/components/course/VerifiedCertPitch.jsx",
- "line": 25,
- "column": 37,
- "index": 801
- }
- ],
- "ContentPasteGo": [
- {
- "filePath": "src/components/course/VerifiedCertPitch.jsx",
- "line": 35,
- "column": 37,
- "index": 1133
+ "index": 3141
}
],
"Tabs": [
{
"filePath": "src/components/dashboard/DashboardPage.jsx",
- "line": 70,
+ "line": 56,
"column": 8,
- "index": 2899
+ "index": 2246
}
],
"Tab": [
{
"filePath": "src/components/dashboard/DashboardPage.jsx",
- "line": 71,
+ "line": 57,
"column": 10,
- "index": 2980
+ "index": 2290
},
{
"filePath": "src/components/dashboard/DashboardPage.jsx",
- "line": 74,
+ "line": 60,
"column": 10,
- "index": 3136
+ "index": 2446
},
{
"filePath": "src/components/dashboard/DashboardPage.jsx",
- "line": 82,
+ "line": 68,
"column": 12,
- "index": 3537
+ "index": 2847
},
{
"filePath": "src/components/dashboard/DashboardPage.jsx",
- "line": 91,
+ "line": 77,
"column": 12,
- "index": 3957
+ "index": 3267
}
],
"Dropdown": [
{
"filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 250,
+ "line": 248,
"column": 10,
- "index": 6958
+ "index": 6610
},
{
"filePath": "src/components/error-page/ErrorPageHeader.jsx",
@@ -22426,9 +19201,9 @@
"Dropdown.Toggle": [
{
"filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 251,
+ "line": 249,
"column": 12,
- "index": 6981
+ "index": 6633
},
{
"filePath": "src/components/error-page/ErrorPageHeader.jsx",
@@ -22458,25 +19233,25 @@
"IconButton": [
{
"filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 252,
+ "line": 250,
"column": 18,
- "index": 7016
+ "index": 6668
}
],
"MoreVert": [
{
"filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 253,
+ "line": 251,
"column": 19,
- "index": 7047
+ "index": 6699
}
],
"Dropdown.Menu": [
{
"filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 259,
+ "line": 256,
"column": 12,
- "index": 7273
+ "index": 6882
},
{
"filePath": "src/components/error-page/ErrorPageHeader.jsx",
@@ -22506,9 +19281,9 @@
"Dropdown.Item": [
{
"filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx",
- "line": 261,
+ "line": 258,
"column": 16,
- "index": 7348
+ "index": 6957
},
{
"filePath": "src/components/error-page/ErrorPageHeader.jsx",
@@ -22598,7 +19373,7 @@
"filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx",
"line": 53,
"column": 4,
- "index": 1348
+ "index": 1346
}
],
"ActionRow": [
@@ -22606,31 +19381,31 @@
"filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx",
"line": 58,
"column": 8,
- "index": 1474
+ "index": 1472
},
{
"filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 64,
- "column": 14,
- "index": 2084
+ "line": 43,
+ "column": 12,
+ "index": 1254
},
{
"filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 69,
- "column": 14,
- "index": 2314
+ "line": 53,
+ "column": 12,
+ "index": 1685
},
{
"filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 82,
- "column": 12,
- "index": 2708
+ "line": 61,
+ "column": 16,
+ "index": 1927
},
{
"filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 91,
- "column": 12,
- "index": 3004
+ "line": 71,
+ "column": 14,
+ "index": 2249
},
{
"filePath": "src/components/program-progress/CouponCodesWarningModal.jsx",
@@ -22642,7 +19417,7 @@
"filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx",
"line": 58,
"column": 8,
- "index": 2012
+ "index": 2003
}
],
"Collapsible": [
@@ -22654,21 +19429,21 @@
},
{
"filePath": "src/components/pathway-progress/PathwayStep.jsx",
- "line": 12,
+ "line": 14,
"column": 4,
- "index": 354
+ "index": 434
},
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 166,
+ "line": 157,
"column": 10,
- "index": 5566
+ "index": 5548
},
{
"filePath": "src/components/program/ProgramFAQ.jsx",
- "line": 18,
+ "line": 19,
"column": 10,
- "index": 543
+ "index": 622
}
],
"WarningFilled": [
@@ -22682,13 +19457,13 @@
"filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx",
"line": 99,
"column": 90,
- "index": 3507
+ "index": 3494
},
{
"filePath": "src/components/program/ProgramCourses.jsx",
- "line": 94,
+ "line": 93,
"column": 51,
- "index": 3780
+ "index": 3971
},
{
"filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx",
@@ -22730,9 +19505,9 @@
"Card.Body": [
{
"filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx",
- "line": 31,
- "column": 6,
- "index": 942
+ "line": 13,
+ "column": 4,
+ "index": 338
},
{
"filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx",
@@ -22742,123 +19517,95 @@
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 196,
- "column": 12,
- "index": 7045
+ "line": 144,
+ "column": 14,
+ "index": 4950
}
],
"ArrowBack": [
{
- "filePath": "src/components/executive-education-2u/components/ErrorPageContent.jsx",
- "line": 62,
+ "filePath": "src/components/executive-education-2u/ExecutiveEducation2UError.jsx",
+ "line": 68,
"column": 26,
- "index": 2215
+ "index": 3148
}
],
"Form.Group": [
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 215,
- "column": 20,
- "index": 7846
- },
- {
- "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 234,
- "column": 20,
- "index": 8642
+ "line": 162,
+ "column": 22,
+ "index": 5636
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 255,
- "column": 20,
- "index": 9447
+ "line": 181,
+ "column": 22,
+ "index": 6470
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 288,
+ "line": 202,
"column": 22,
- "index": 10830
+ "index": 7315
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 316,
- "column": 20,
- "index": 12338
+ "line": 235,
+ "column": 24,
+ "index": 8762
},
{
- "filePath": "src/components/my-career/SearchJobRole.jsx",
- "line": 87,
- "column": 8,
- "index": 2853
+ "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
+ "line": 263,
+ "column": 22,
+ "index": 10326
},
{
"filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
"line": 183,
"column": 28,
- "index": 6382
+ "index": 6399
}
],
"Form.Control": [
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 219,
- "column": 22,
- "index": 8004
+ "line": 166,
+ "column": 24,
+ "index": 5802
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 237,
- "column": 22,
- "index": 8750
+ "line": 184,
+ "column": 24,
+ "index": 6584
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 258,
- "column": 22,
- "index": 9558
+ "line": 205,
+ "column": 24,
+ "index": 7432
},
{
"filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
"line": 185,
"column": 30,
- "index": 6559
+ "index": 6576
}
],
"CheckboxControl": [
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 290,
- "column": 26,
- "index": 10937
+ "line": 237,
+ "column": 28,
+ "index": 8873
},
{
"filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx",
- "line": 318,
- "column": 24,
- "index": 12441
- }
- ],
- "Plus": [
- {
- "filePath": "src/components/my-career/AddJobRole.jsx",
- "line": 18,
- "column": 9,
- "index": 854
- }
- ],
- "TransitionReplace": [
- {
- "filePath": "src/components/my-career/AddJobRole.jsx",
- "line": 74,
- "column": 18,
- "index": 2407
- },
- {
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 61,
- "column": 8,
- "index": 1966
+ "line": 265,
+ "column": 26,
+ "index": 10433
}
],
"Chip": [
@@ -22881,38 +19628,30 @@
"index": 248
}
],
- "Edit": [
- {
- "filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 16,
- "column": 13,
- "index": 646
- }
- ],
"ActionRow.Spacer": [
{
"filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 66,
- "column": 16,
- "index": 2148
+ "line": 45,
+ "column": 14,
+ "index": 1314
},
{
"filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 71,
- "column": 16,
- "index": 2391
+ "line": 55,
+ "column": 14,
+ "index": 1758
},
{
"filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 84,
- "column": 14,
- "index": 2790
+ "line": 63,
+ "column": 18,
+ "index": 1998
},
{
"filePath": "src/components/my-career/VisualizeCareer.jsx",
- "line": 100,
- "column": 14,
- "index": 3304
+ "line": 80,
+ "column": 16,
+ "index": 2567
}
],
"Search": [
@@ -22929,98 +19668,58 @@
"index": 1495
}
],
- "ExpandLess": [
- {
- "filePath": "src/components/pathway-progress/PathwayStep.jsx",
- "line": 17,
- "column": 31,
- "index": 581
- },
- {
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 51,
- "column": 31,
- "index": 1913
- },
- {
- "filePath": "src/components/program/ProgramFAQ.jsx",
- "line": 23,
- "column": 37,
- "index": 729
- }
- ],
- "ExpandMore": [
- {
- "filePath": "src/components/pathway-progress/PathwayStep.jsx",
- "line": 18,
- "column": 33,
- "index": 630
- },
- {
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 47,
- "column": 31,
- "index": 1759
- },
- {
- "filePath": "src/components/program/ProgramFAQ.jsx",
- "line": 24,
- "column": 39,
- "index": 784
- }
- ],
"MarketingModal": [
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 74,
+ "line": 65,
"column": 4,
- "index": 2283
+ "index": 2265
}
],
"ModalDialog.Hero": [
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 81,
+ "line": 72,
"column": 8,
- "index": 2548
+ "index": 2530
},
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 176,
+ "line": 175,
"column": 8,
- "index": 6723
+ "index": 6697
}
],
"ModalDialog.Title": [
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 98,
+ "line": 89,
"column": 8,
- "index": 2973
+ "index": 2955
}
],
"VerifiedBadge": [
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 108,
+ "line": 99,
"column": 27,
- "index": 3346
+ "index": 3328
}
],
"Assignment": [
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 123,
+ "line": 114,
"column": 27,
- "index": 3946
+ "index": 3928
}
],
"BookOpen": [
{
"filePath": "src/components/pathway/PathwayModal.jsx",
- "line": 138,
+ "line": 129,
"column": 27,
- "index": 4566
+ "index": 4548
}
],
"StandardModal": [
@@ -23034,7 +19733,15 @@
"filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx",
"line": 52,
"column": 4,
- "index": 1802
+ "index": 1793
+ }
+ ],
+ "CheckCircle": [
+ {
+ "filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
+ "line": 83,
+ "column": 8,
+ "index": 2645
}
],
"Form.Label": [
@@ -23042,129 +19749,75 @@
"filePath": "src/components/program-progress/ProgramProgressCourses.jsx",
"line": 184,
"column": 30,
- "index": 6479
+ "index": 6496
}
],
"Collapsible.Advanced": [
{
"filePath": "src/components/program/ProgramCourses.jsx",
- "line": 42,
+ "line": 41,
"column": 14,
- "index": 1371
+ "index": 1476
},
{
"filePath": "src/components/program/ProgramInstructors.jsx",
- "line": 88,
+ "line": 90,
"column": 8,
- "index": 3064
+ "index": 3150
}
],
"Collapsible.Trigger": [
{
"filePath": "src/components/program/ProgramCourses.jsx",
- "line": 43,
+ "line": 42,
"column": 16,
- "index": 1461
+ "index": 1566
},
{
"filePath": "src/components/program/ProgramInstructors.jsx",
- "line": 89,
+ "line": 91,
"column": 10,
- "index": 3135
- }
- ],
- "LibraryBooks": [
- {
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 44,
- "column": 53,
- "index": 1568
- },
- {
- "filePath": "src/components/program/ProgramSidebar.jsx",
- "line": 28,
- "column": 14,
- "index": 1108
+ "index": 3221
}
],
"Collapsible.Visible": [
{
"filePath": "src/components/program/ProgramCourses.jsx",
- "line": 46,
+ "line": 45,
"column": 18,
- "index": 1695
+ "index": 1814
},
{
"filePath": "src/components/program/ProgramCourses.jsx",
- "line": 50,
+ "line": 49,
"column": 18,
- "index": 1851
+ "index": 1997
},
{
"filePath": "src/components/program/ProgramInstructors.jsx",
- "line": 91,
+ "line": 93,
"column": 12,
- "index": 3280
+ "index": 3366
},
{
"filePath": "src/components/program/ProgramInstructors.jsx",
- "line": 95,
+ "line": 97,
"column": 12,
- "index": 3406
+ "index": 3532
}
],
"Collapsible.Body": [
{
"filePath": "src/components/program/ProgramCourses.jsx",
- "line": 55,
+ "line": 54,
"column": 16,
- "index": 2042
+ "index": 2211
},
{
"filePath": "src/components/program/ProgramInstructors.jsx",
- "line": 100,
+ "line": 102,
"column": 10,
- "index": 3564
- }
- ],
- "CalendarMonth": [
- {
- "filePath": "src/components/program/ProgramCourses.jsx",
- "line": 60,
- "column": 35,
- "index": 2356
- }
- ],
- "ExpandCircleDown": [
- {
- "filePath": "src/components/program/ProgramDataBar.jsx",
- "line": 47,
- "column": 18,
- "index": 1851
- }
- ],
- "FormatQuote": [
- {
- "filePath": "src/components/program/ProgramEndorsements.jsx",
- "line": 19,
- "column": 14,
- "index": 910
- }
- ],
- "AddCircle": [
- {
- "filePath": "src/components/program/ProgramInstructors.jsx",
- "line": 92,
- "column": 14,
- "index": 3327
- }
- ],
- "RemoveCircle": [
- {
- "filePath": "src/components/program/ProgramInstructors.jsx",
- "line": 96,
- "column": 14,
- "index": 3451
+ "index": 3726
}
],
"Bubble": [
@@ -23281,12 +19934,12 @@
"index": 2304
}
],
- "MenuIcon": [
+ "Menu": [
{
"filePath": "src/components/site-header/SiteHeader.jsx",
"line": 51,
"column": 14,
- "index": 1829
+ "index": 1837
}
],
"InfoOutline": [
@@ -23316,81 +19969,81 @@
"Stepper": [
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 168,
+ "line": 167,
"column": 4,
- "index": 6500
+ "index": 6474
}
],
"ModalDialog": [
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 169,
+ "line": 168,
"column": 6,
- "index": 6540
+ "index": 6514
}
],
"ModalDialog.Body": [
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 184,
+ "line": 183,
"column": 8,
- "index": 7027
+ "index": 7001
}
],
"Stepper.Step": [
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 186,
+ "line": 185,
"column": 12,
- "index": 7090
+ "index": 7064
},
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 255,
+ "line": 250,
"column": 12,
- "index": 10068
+ "index": 9868
},
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 280,
+ "line": 275,
"column": 12,
- "index": 11207
+ "index": 11007
}
],
"Form.Checkbox": [
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 219,
+ "line": 214,
"column": 24,
- "index": 8534
+ "index": 8334
}
],
"ModalDialog.Footer": [
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 285,
+ "line": 280,
"column": 8,
- "index": 11432
+ "index": 11232
}
],
"Stepper.ActionRow": [
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 286,
+ "line": 281,
"column": 10,
- "index": 11463
+ "index": 11263
},
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 298,
+ "line": 293,
"column": 10,
- "index": 11908
+ "index": 11708
},
{
"filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx",
- "line": 305,
+ "line": 300,
"column": 10,
- "index": 12244
+ "index": 12044
}
],
"PageBanner": [
@@ -23420,7 +20073,7 @@
}
},
{
- "version": "20.30.0",
+ "version": "20.28.4",
"name": "frontend-app-learner-portal",
"repository": "https://github.com/openedx/frontend-app-learner-portal-programs",
"folderName": "frontend-app-learner-portal-programs",
@@ -23604,7 +20257,7 @@
}
},
{
- "version": "20.45.0",
+ "version": "20.32.0",
"name": "@edx/frontend-app-learner-record",
"repository": {
"type": "git",
@@ -23612,193 +20265,7 @@
},
"folderName": "frontend-app-learner-record",
"usages": {
- "Tabs": [
- {
- "filePath": "src/components/NavigationBar/NavigationBar.jsx",
- "line": 30,
- "column": 4,
- "index": 753
- }
- ],
- "Tab": [
- {
- "filePath": "src/components/NavigationBar/NavigationBar.jsx",
- "line": 36,
- "column": 8,
- "index": 923
- }
- ],
- "Hyperlink": [
- {
- "filePath": "src/components/ProgramCertificate/ProgramCertificate.jsx",
- "line": 26,
- "column": 8,
- "index": 570
- },
- {
- "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
- "line": 88,
- "column": 6,
- "index": 2781
- },
- {
- "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
- "line": 152,
- "column": 6,
- "index": 4564
- },
- {
- "filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
- "line": 83,
- "column": 6,
- "index": 2601
- },
- {
- "filePath": "src/components/ProgramRecord/RecordsHelp.jsx",
- "line": 23,
- "column": 14,
- "index": 753
- },
- {
- "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
- "line": 68,
- "column": 18,
- "index": 2570
- },
- {
- "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
- "line": 47,
- "column": 6,
- "index": 1518
- },
- {
- "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
- "line": 116,
- "column": 14,
- "index": 4046
- },
- {
- "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
- "line": 162,
- "column": 6,
- "index": 5503
- }
- ],
- "DropdownButton": [
- {
- "filePath": "src/components/ProgramCertificate/ProgramCertificate.jsx",
- "line": 34,
- "column": 8,
- "index": 834
- }
- ],
- "Dropdown.Item": [
- {
- "filePath": "src/components/ProgramCertificate/ProgramCertificate.jsx",
- "line": 36,
- "column": 12,
- "index": 999
- }
- ],
- "StandardModal": [
- {
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 27,
- "column": 6,
- "index": 737
- },
- {
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 39,
- "column": 4,
- "index": 1017
- }
- ],
- "Info": [
- {
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 28,
- "column": 8,
- "index": 819
- },
- {
- "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
- "line": 103,
- "column": 8,
- "index": 3248
- },
- {
- "filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
- "line": 168,
- "column": 8,
- "index": 5483
- },
- {
- "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
- "line": 39,
- "column": 18,
- "index": 1334
- },
- {
- "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
- "line": 64,
- "column": 8,
- "index": 2058
- }
- ],
- "ActionRow": [
- {
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 47,
- "column": 12,
- "index": 1234
- },
- {
- "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
- "line": 134,
- "column": 8,
- "index": 4123
- }
- ],
- "ActionRow.Spacer": [
- {
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 48,
- "column": 14,
- "index": 1260
- }
- ],
"Button": [
- {
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 49,
- "column": 14,
- "index": 1295
- },
- {
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 117,
- "column": 10,
- "index": 3729
- },
- {
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 129,
- "column": 10,
- "index": 4098
- },
- {
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 156,
- "column": 10,
- "index": 4966
- },
- {
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 165,
- "column": 10,
- "index": 5212
- },
{
"filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
"line": 78,
@@ -23837,74 +20304,58 @@
},
{
"filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
- "line": 120,
+ "line": 118,
"column": 16,
- "index": 4267
+ "index": 4192
}
],
- "Row": [
- {
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 59,
- "column": 10,
- "index": 1538
- },
+ "ArrowBack": [
{
- "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
- "line": 118,
- "column": 6,
- "index": 3681
+ "filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
+ "line": 80,
+ "column": 18,
+ "index": 2544
}
],
- "ContentCopy": [
+ "Hyperlink": [
{
- "filePath": "src/components/ProgramCertificateModal/ProgramCertificateModal.jsx",
- "line": 74,
- "column": 16,
- "index": 2181
+ "filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
+ "line": 83,
+ "column": 6,
+ "index": 2601
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 158,
- "column": 30,
- "index": 5095
+ "filePath": "src/components/ProgramRecord/RecordsHelp.jsx",
+ "line": 23,
+ "column": 14,
+ "index": 753
},
{
- "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
- "line": 171,
- "column": 30,
- "index": 5624
- }
- ],
- "useToggle": [
+ "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
+ "line": 68,
+ "column": 18,
+ "index": 2570
+ },
{
- "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
- "line": 30,
- "column": 47,
- "index": 1163
- }
- ],
- "ChevronLeft": [
+ "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
+ "line": 45,
+ "column": 6,
+ "index": 1457
+ },
{
- "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
- "line": 92,
- "column": 8,
- "index": 2935
+ "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
+ "line": 114,
+ "column": 14,
+ "index": 3971
},
{
"filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
- "line": 51,
- "column": 8,
- "index": 1672
+ "line": 160,
+ "column": 6,
+ "index": 5428
}
],
"Alert": [
- {
- "filePath": "src/components/ProgramCertificatesList/ProgramCertificatesList.jsx",
- "line": 102,
- "column": 6,
- "index": 3215
- },
{
"filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
"line": 167,
@@ -23925,17 +20376,29 @@
},
{
"filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
- "line": 63,
+ "line": 61,
"column": 6,
- "index": 2025
+ "index": 1964
}
],
- "ArrowBack": [
+ "Info": [
{
"filePath": "src/components/ProgramRecord/ProgramRecord.jsx",
- "line": 80,
+ "line": 168,
+ "column": 8,
+ "index": 5483
+ },
+ {
+ "filePath": "src/components/ProgramRecordAlert/ProgramRecordAlert.jsx",
+ "line": 39,
"column": 18,
- "index": 2544
+ "index": 1334
+ },
+ {
+ "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
+ "line": 62,
+ "column": 8,
+ "index": 1997
}
],
"Container": [
@@ -24026,6 +20489,20 @@
"index": 4587
}
],
+ "ContentCopy": [
+ {
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 158,
+ "column": 30,
+ "index": 5095
+ },
+ {
+ "filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
+ "line": 171,
+ "column": 30,
+ "index": 5624
+ }
+ ],
"Popover": [
{
"filePath": "src/components/ProgramRecord/ProgramRecordActions.jsx",
@@ -24236,6 +20713,14 @@
"index": 4094
}
],
+ "ActionRow": [
+ {
+ "filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
+ "line": 134,
+ "column": 8,
+ "index": 4123
+ }
+ ],
"ModalDialog.CloseButton": [
{
"filePath": "src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx",
@@ -24243,11 +20728,19 @@
"column": 10,
"index": 4145
}
+ ],
+ "ChevronLeft": [
+ {
+ "filePath": "src/components/ProgramRecordsList/ProgramRecordsList.jsx",
+ "line": 49,
+ "column": 8,
+ "index": 1611
+ }
]
}
},
{
- "version": "20.46.0",
+ "version": "20.28.4",
"name": "@edx/frontend-app-learning",
"repository": {
"type": "git",
@@ -24826,33 +21319,33 @@
},
{
"filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx",
- "line": 73,
+ "line": 74,
"column": 6,
- "index": 2148
+ "index": 2385
},
{
"filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx",
- "line": 94,
+ "line": 84,
"column": 6,
- "index": 2892
+ "index": 2893
},
{
"filePath": "src/courseware/course/sequence/sequence-navigation/UnitButton.jsx",
- "line": 31,
+ "line": 28,
"column": 4,
- "index": 734
+ "index": 604
},
{
"filePath": "src/courseware/course/sequence/sequence-navigation/UnitNavigation.jsx",
- "line": 34,
+ "line": 35,
"column": 6,
- "index": 1107
+ "index": 1320
},
{
"filePath": "src/courseware/course/sequence/sequence-navigation/UnitNavigation.jsx",
- "line": 54,
+ "line": 52,
"column": 6,
- "index": 1913
+ "index": 1889
},
{
"filePath": "src/generic/upgrade-button/UpgradeButton.jsx",
@@ -25012,12 +21505,6 @@
"column": 10,
"index": 1946
},
- {
- "filePath": "src/courseware/course/lti-modal/ChatTrigger.jsx",
- "line": 86,
- "column": 16,
- "index": 2449
- },
{
"filePath": "src/courseware/course/share/ShareButton.jsx",
"line": 39,
@@ -25167,12 +21654,6 @@
"line": 26,
"column": 6,
"index": 864
- },
- {
- "filePath": "src/courseware/course/lti-modal/ChatTrigger.jsx",
- "line": 66,
- "column": 10,
- "index": 1595
}
],
"Tooltip": [
@@ -25407,12 +21888,6 @@
"line": 31,
"column": 10,
"index": 984
- },
- {
- "filePath": "src/courseware/course/lti-modal/ChatTrigger.jsx",
- "line": 71,
- "column": 14,
- "index": 1732
}
],
"Popover.Content": [
@@ -25457,12 +21932,6 @@
"line": 32,
"column": 12,
"index": 1006
- },
- {
- "filePath": "src/courseware/course/lti-modal/ChatTrigger.jsx",
- "line": 73,
- "column": 16,
- "index": 1887
}
],
"CheckCircle": [
@@ -25526,9 +21995,9 @@
},
{
"filePath": "src/courseware/course/Course.jsx",
- "line": 154,
+ "line": 145,
"column": 22,
- "index": 5488
+ "index": 5189
},
{
"filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx",
@@ -25562,27 +22031,27 @@
},
{
"filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx",
- "line": 45,
+ "line": 43,
"column": 53,
- "index": 1361
+ "index": 1327
},
{
"filePath": "src/courseware/course/sequence/Sequence.jsx",
- "line": 46,
+ "line": 47,
"column": 53,
- "index": 1701
+ "index": 1751
},
{
"filePath": "src/courseware/course/sidebar/SidebarContextProvider.jsx",
- "line": 16,
+ "line": 19,
"column": 34,
- "index": 442
+ "index": 630
},
{
"filePath": "src/courseware/course/sidebar/SidebarContextProvider.jsx",
- "line": 17,
+ "line": 20,
"column": 35,
- "index": 529
+ "index": 717
},
{
"filePath": "src/generic/tabs/useIndexOfLastVisibleChild.js",
@@ -25630,15 +22099,15 @@
},
{
"filePath": "src/courseware/course/Course.jsx",
- "line": 54,
+ "line": 53,
"column": 47,
- "index": 2035
+ "index": 1984
},
{
"filePath": "src/courseware/course/Course.jsx",
- "line": 58,
+ "line": 57,
"column": 64,
- "index": 2267
+ "index": 2216
},
{
"filePath": "src/courseware/course/Course.test.jsx",
@@ -25678,15 +22147,15 @@
},
{
"filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx",
- "line": 45,
+ "line": 43,
"column": 77,
- "index": 1385
+ "index": 1351
},
{
"filePath": "src/courseware/course/sequence/Sequence.jsx",
- "line": 46,
+ "line": 47,
"column": 77,
- "index": 1725
+ "index": 1775
},
{
"filePath": "src/courseware/course/sequence/Sequence.test.jsx",
@@ -25696,21 +22165,21 @@
},
{
"filePath": "src/courseware/course/sequence/Sequence.test.jsx",
- "line": 417,
+ "line": 410,
"column": 26,
- "index": 17812
+ "index": 17448
},
{
"filePath": "src/courseware/course/sidebar/SidebarContextProvider.jsx",
- "line": 16,
+ "line": 19,
"column": 58,
- "index": 466
+ "index": 654
},
{
"filePath": "src/courseware/course/sidebar/SidebarContextProvider.jsx",
- "line": 17,
+ "line": 20,
"column": 59,
- "index": 553
+ "index": 741
},
{
"filePath": "src/courseware/course/sidebar/sidebars/notifications/NotificationTray.test.jsx",
@@ -26101,138 +22570,20 @@
"index": 6713
}
],
- "useToggle": [
+ "SelectMenu": [
{
"filePath": "src/courseware/course/CourseBreadcrumbs.jsx",
- "line": 26,
- "column": 32,
- "index": 967
- },
- {
- "filePath": "src/courseware/course/lti-modal/ChatTrigger.jsx",
- "line": 24,
- "column": 32,
- "index": 632
- },
- {
- "filePath": "src/tab-page/LoadedTabPage.jsx",
- "line": 43,
- "column": 61,
- "index": 1502
- }
- ],
- "ModalPopup": [
- {
- "filePath": "src/courseware/course/CourseBreadcrumbs.jsx",
- "line": 61,
+ "line": 41,
"column": 12,
- "index": 1999
- }
- ],
- "Menu": [
- {
- "filePath": "src/courseware/course/CourseBreadcrumbs.jsx",
- "line": 62,
- "column": 14,
- "index": 2079
+ "index": 1545
}
],
- "Dropdown.Item": [
+ "MenuItem": [
{
"filePath": "src/courseware/course/JumpNavMenuItem.jsx",
- "line": 46,
- "column": 4,
- "index": 1038
- },
- {
- "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
- "line": 28,
- "column": 8,
- "index": 888
- },
- {
- "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeWidgetOption.jsx",
- "line": 70,
- "column": 6,
- "index": 1827
- }
- ],
- "Popover.Title": [
- {
- "filePath": "src/courseware/course/lti-modal/ChatTrigger.jsx",
- "line": 72,
- "column": 16,
- "index": 1788
- }
- ],
- "ChatBubbleOutline": [
- {
- "filePath": "src/courseware/course/lti-modal/ChatTrigger.jsx",
- "line": 86,
- "column": 27,
- "index": 2460
- }
- ],
- "ModalDialog": [
- {
- "filePath": "src/courseware/course/lti-modal/ChatTrigger.jsx",
- "line": 90,
- "column": 10,
- "index": 2586
- },
- {
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 147,
+ "line": 44,
"column": 4,
- "index": 5819
- }
- ],
- "ModalDialog.Header": [
- {
- "filePath": "src/courseware/course/lti-modal/ChatTrigger.jsx",
- "line": 97,
- "column": 12,
- "index": 2788
- },
- {
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 158,
- "column": 6,
- "index": 6130
- }
- ],
- "ModalDialog.Title": [
- {
- "filePath": "src/courseware/course/lti-modal/ChatTrigger.jsx",
- "line": 98,
- "column": 14,
- "index": 2823
- },
- {
- "filePath": "src/product-tours/newUserCourseHomeTour/NewUserCourseHomeTourModal.jsx",
- "line": 30,
- "column": 10,
- "index": 830
- },
- {
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 159,
- "column": 8,
- "index": 6184
- }
- ],
- "ModalDialog.Body": [
- {
- "filePath": "src/courseware/course/lti-modal/ChatTrigger.jsx",
- "line": 102,
- "column": 12,
- "index": 2982
- },
- {
- "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
- "line": 163,
- "column": 6,
- "index": 6314
+ "index": 993
}
],
"ActionRow.Spacer": [
@@ -26303,12 +22654,26 @@
"index": 3657
}
],
+ "Dropdown.Item": [
+ {
+ "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigationDropdown.jsx",
+ "line": 28,
+ "column": 8,
+ "index": 888
+ },
+ {
+ "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeWidgetOption.jsx",
+ "line": 70,
+ "column": 6,
+ "index": 1827
+ }
+ ],
"Modal": [
{
- "filePath": "src/courseware/course/sequence/Unit/ContentIFrame.jsx",
- "line": 78,
+ "filePath": "src/courseware/course/sequence/Unit.jsx",
+ "line": 212,
"column": 8,
- "index": 2020
+ "index": 7985
}
],
"ArrowBackIos": [
@@ -26375,6 +22740,20 @@
"index": 652
}
],
+ "ModalDialog.Title": [
+ {
+ "filePath": "src/product-tours/newUserCourseHomeTour/NewUserCourseHomeTourModal.jsx",
+ "line": 30,
+ "column": 10,
+ "index": 830
+ },
+ {
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 159,
+ "column": 8,
+ "index": 6184
+ }
+ ],
"ProductTour": [
{
"filePath": "src/product-tours/ProductTours.jsx",
@@ -26383,6 +22762,30 @@
"index": 4804
}
],
+ "ModalDialog": [
+ {
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 147,
+ "column": 4,
+ "index": 5819
+ }
+ ],
+ "ModalDialog.Header": [
+ {
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 158,
+ "column": 6,
+ "index": 6130
+ }
+ ],
+ "ModalDialog.Body": [
+ {
+ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
+ "line": 163,
+ "column": 6,
+ "index": 6314
+ }
+ ],
"MoneyFilled": [
{
"filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx",
@@ -26419,6 +22822,14 @@
"index": 9189
}
],
+ "useToggle": [
+ {
+ "filePath": "src/tab-page/LoadedTabPage.jsx",
+ "line": 43,
+ "column": 61,
+ "index": 1502
+ }
+ ],
"Toast": [
{
"filePath": "src/tab-page/TabPage.jsx",
@@ -26430,7 +22841,7 @@
}
},
{
- "version": "20.46.2",
+ "version": "20.30.1",
"name": "@edx/frontend-app-library-authoring",
"repository": {
"type": "git",
@@ -26447,51 +22858,51 @@
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 444,
+ "line": 427,
"column": 6,
- "index": 15039
+ "index": 14268
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 501,
+ "line": 484,
"column": 16,
- "index": 17396
+ "index": 16625
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 513,
+ "line": 496,
"column": 12,
- "index": 17904
+ "index": 17133
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 527,
+ "line": 510,
"column": 18,
- "index": 18531
+ "index": 17760
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 530,
+ "line": 513,
"column": 18,
- "index": 18688
+ "index": 17917
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 569,
+ "line": 547,
"column": 6,
- "index": 20407
+ "index": 19499
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 572,
+ "line": 550,
"column": 12,
- "index": 20517
+ "index": 19609
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 579,
+ "line": 557,
"column": 12,
- "index": 21055
+ "index": 20147
},
{
"filePath": "src/library-authoring/common/ErrorAlert.jsx",
@@ -26605,13 +23016,13 @@
"filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
"line": 194,
"column": 12,
- "index": 4762
+ "index": 4732
},
{
"filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
"line": 329,
"column": 12,
- "index": 11333
+ "index": 11287
},
{
"filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
@@ -26661,31 +23072,31 @@
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
"line": 85,
"column": 2,
- "index": 2569
+ "index": 2503
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 145,
+ "line": 133,
"column": 6,
- "index": 4654
+ "index": 4129
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 445,
+ "line": 428,
"column": 8,
- "index": 15075
+ "index": 14304
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 580,
+ "line": 558,
"column": 14,
- "index": 21119
+ "index": 20211
},
{
"filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
"line": 206,
"column": 16,
- "index": 5173
+ "index": 5143
},
{
"filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
@@ -26725,9 +23136,9 @@
},
{
"filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 26,
+ "line": 27,
"column": 2,
- "index": 917
+ "index": 1003
},
{
"filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
@@ -26741,13 +23152,13 @@
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
"line": 86,
"column": 4,
- "index": 2603
+ "index": 2537
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 581,
+ "line": 559,
"column": 16,
- "index": 21142
+ "index": 20234
},
{
"filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
@@ -26779,25 +23190,25 @@
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
"line": 90,
"column": 8,
- "index": 2728
+ "index": 2662
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 134,
+ "line": 122,
"column": 8,
- "index": 4218
+ "index": 3709
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 427,
+ "line": 410,
"column": 6,
- "index": 14465
+ "index": 13694
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 447,
+ "line": 430,
"column": 12,
- "index": 15116
+ "index": 14345
},
{
"filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
@@ -26813,9 +23224,9 @@
},
{
"filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 356,
+ "line": 357,
"column": 12,
- "index": 12196
+ "index": 12110
},
{
"filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
@@ -26831,15 +23242,21 @@
},
{
"filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 31,
+ "line": 32,
"column": 4,
- "index": 1261
+ "index": 1347
},
{
"filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 92,
+ "line": 66,
+ "column": 14,
+ "index": 2722
+ },
+ {
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 123,
"column": 14,
- "index": 3737
+ "index": 4968
},
{
"filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
@@ -26853,61 +23270,61 @@
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
"line": 91,
"column": 10,
- "index": 2750
+ "index": 2684
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 98,
+ "line": 99,
"column": 10,
- "index": 3071
+ "index": 2948
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 138,
+ "line": 126,
"column": 10,
- "index": 4346
+ "index": 3837
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 301,
+ "line": 284,
"column": 4,
- "index": 10570
+ "index": 9799
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 515,
+ "line": 498,
"column": 14,
- "index": 18052
+ "index": 17281
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 553,
+ "line": 531,
"column": 20,
- "index": 19735
+ "index": 18827
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 556,
+ "line": 534,
"column": 20,
- "index": 19914
+ "index": 19006
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 559,
+ "line": 537,
"column": 20,
- "index": 20104
+ "index": 19196
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 585,
+ "line": 563,
"column": 18,
- "index": 21339
+ "index": 20431
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 588,
+ "line": 566,
"column": 18,
- "index": 21530
+ "index": 20622
},
{
"filePath": "src/library-authoring/common/LicenseField.jsx",
@@ -26925,7 +23342,7 @@
"filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
"line": 316,
"column": 24,
- "index": 10861
+ "index": 10815
},
{
"filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
@@ -26941,21 +23358,21 @@
},
{
"filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 322,
+ "line": 323,
"column": 18,
- "index": 10708
+ "index": 10622
},
{
"filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 357,
+ "line": 358,
"column": 14,
- "index": 12222
+ "index": 12136
},
{
"filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 360,
+ "line": 361,
"column": 14,
- "index": 12415
+ "index": 12329
},
{
"filePath": "src/library-authoring/edit-block/LibraryBlockAssets.jsx",
@@ -27013,33 +23430,39 @@
},
{
"filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 45,
- "column": 8,
- "index": 1814
+ "line": 47,
+ "column": 10,
+ "index": 1913
},
{
"filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 50,
+ "line": 70,
+ "column": 16,
+ "index": 2874
+ },
+ {
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 81,
"column": 8,
- "index": 2062
+ "index": 3293
},
{
"filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 56,
+ "line": 87,
"column": 10,
- "index": 2321
+ "index": 3552
},
{
"filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 59,
+ "line": 90,
"column": 10,
- "index": 2507
+ "index": 3738
},
{
"filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 66,
+ "line": 97,
"column": 10,
- "index": 2801
+ "index": 4032
},
{
"filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
@@ -27063,119 +23486,149 @@
"ModalDialog": [
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 108,
+ "line": 109,
"column": 4,
- "index": 3371
+ "index": 3248
},
{
- "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 121,
- "column": 4,
- "index": 3757
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 50,
+ "column": 10,
+ "index": 2087
},
{
"filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 76,
+ "line": 107,
"column": 10,
- "index": 3114
+ "index": 4345
}
],
"ModalDialog.Header": [
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 125,
+ "line": 113,
"column": 6,
- "index": 3861
+ "index": 3352
},
{
"filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 80,
+ "line": 54,
+ "column": 12,
+ "index": 2215
+ },
+ {
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 111,
"column": 12,
- "index": 3242
+ "index": 4473
}
],
"ModalDialog.Title": [
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 126,
+ "line": 114,
"column": 8,
- "index": 3890
+ "index": 3381
},
{
"filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 81,
+ "line": 55,
"column": 14,
- "index": 3277
+ "index": 2250
+ },
+ {
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 112,
+ "column": 14,
+ "index": 4508
}
],
"ModalDialog.Body": [
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 130,
+ "line": 118,
"column": 6,
- "index": 4057
+ "index": 3548
},
{
"filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 85,
+ "line": 59,
"column": 12,
- "index": 3462
+ "index": 2441
+ },
+ {
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 116,
+ "column": 12,
+ "index": 4693
}
],
"ModalDialog.Footer": [
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 133,
+ "line": 121,
"column": 6,
- "index": 4189
+ "index": 3680
},
{
"filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 91,
+ "line": 65,
"column": 12,
- "index": 3702
+ "index": 2687
+ },
+ {
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 122,
+ "column": 12,
+ "index": 4933
}
],
"ModalDialog.CloseButton": [
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 135,
+ "line": 123,
"column": 10,
- "index": 4240
+ "index": 3731
},
{
"filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 93,
+ "line": 67,
"column": 16,
- "index": 3765
+ "index": 2750
+ },
+ {
+ "filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
+ "line": 124,
+ "column": 16,
+ "index": 4996
}
],
"Card.Body": [
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 146,
+ "line": 134,
"column": 8,
- "index": 4669
+ "index": 4144
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 446,
+ "line": 429,
"column": 10,
- "index": 15092
+ "index": 14321
}
],
"Form.Control": [
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 371,
+ "line": 354,
"column": 10,
- "index": 12884
+ "index": 12113
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 458,
+ "line": 441,
"column": 16,
- "index": 15611
+ "index": 14840
},
{
"filePath": "src/library-authoring/common/FormGroup.jsx",
@@ -27187,7 +23640,13 @@
"filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
"line": 219,
"column": 28,
- "index": 5832
+ "index": 5802
+ },
+ {
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 248,
+ "column": 28,
+ "index": 7324
},
{
"filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
@@ -27211,25 +23670,37 @@
"IconButton": [
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 387,
+ "line": 370,
"column": 12,
- "index": 13313
+ "index": 12542
+ },
+ {
+ "filePath": "src/library-authoring/common/OrganizationDropdown.jsx",
+ "line": 153,
+ "column": 6,
+ "index": 4089
+ },
+ {
+ "filePath": "src/library-authoring/common/OrganizationDropdown.jsx",
+ "line": 167,
+ "column": 6,
+ "index": 4370
}
],
"Edit": [
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 390,
+ "line": 373,
"column": 22,
- "index": 13397
+ "index": 12626
}
],
"Container": [
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 424,
+ "line": 407,
"column": 2,
- "index": 14290
+ "index": 13519
},
{
"filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
@@ -27241,15 +23712,15 @@
"ActionRow.Spacer": [
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 431,
+ "line": 414,
"column": 8,
- "index": 14560
+ "index": 13789
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 457,
+ "line": 440,
"column": 16,
- "index": 15574
+ "index": 14803
},
{
"filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
@@ -27265,9 +23736,9 @@
},
{
"filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 38,
+ "line": 39,
"column": 6,
- "index": 1506
+ "index": 1592
},
{
"filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
@@ -27285,21 +23756,21 @@
"Row": [
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 441,
+ "line": 424,
"column": 4,
- "index": 14836
+ "index": 14065
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 526,
+ "line": 509,
"column": 16,
- "index": 18507
+ "index": 17736
},
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 571,
+ "line": 549,
"column": 10,
- "index": 20499
+ "index": 19591
},
{
"filePath": "src/library-authoring/common/LicenseField.jsx",
@@ -27341,7 +23812,7 @@
"filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
"line": 193,
"column": 10,
- "index": 4724
+ "index": 4694
},
{
"filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
@@ -27371,17 +23842,17 @@
"SearchField": [
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 450,
+ "line": 433,
"column": 16,
- "index": 15248
+ "index": 14477
}
],
"Pagination": [
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 502,
+ "line": 485,
"column": 18,
- "index": 17428
+ "index": 16657
},
{
"filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
@@ -27402,12 +23873,80 @@
"index": 5238
}
],
+ "Dropdown": [
+ {
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 515,
+ "column": 22,
+ "index": 18030
+ },
+ {
+ "filePath": "src/library-authoring/studio-header-wrapper/StudioHeaderWrapper.jsx",
+ "line": 43,
+ "column": 10,
+ "index": 1479
+ }
+ ],
+ "Dropdown.Toggle": [
+ {
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 516,
+ "column": 24,
+ "index": 18065
+ },
+ {
+ "filePath": "src/library-authoring/studio-header-wrapper/StudioHeaderWrapper.jsx",
+ "line": 44,
+ "column": 12,
+ "index": 1502
+ }
+ ],
+ "Dropdown.Menu": [
+ {
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 519,
+ "column": 24,
+ "index": 18293
+ },
+ {
+ "filePath": "src/library-authoring/studio-header-wrapper/StudioHeaderWrapper.jsx",
+ "line": 47,
+ "column": 12,
+ "index": 1700
+ }
+ ],
+ "Dropdown.Item": [
+ {
+ "filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
+ "line": 521,
+ "column": 28,
+ "index": 18396
+ },
+ {
+ "filePath": "src/library-authoring/studio-header-wrapper/StudioHeaderWrapper.jsx",
+ "line": 48,
+ "column": 14,
+ "index": 1730
+ },
+ {
+ "filePath": "src/library-authoring/studio-header-wrapper/StudioHeaderWrapper.jsx",
+ "line": 49,
+ "column": 14,
+ "index": 1892
+ },
+ {
+ "filePath": "src/library-authoring/studio-header-wrapper/StudioHeaderWrapper.jsx",
+ "line": 50,
+ "column": 14,
+ "index": 2055
+ }
+ ],
"Card.Footer": [
{
"filePath": "src/library-authoring/author-library/LibraryAuthoringPage.jsx",
- "line": 584,
+ "line": 562,
"column": 16,
- "index": 21307
+ "index": 20399
},
{
"filePath": "src/library-authoring/empty-page/EmptyPage.jsx",
@@ -27416,6 +23955,14 @@
"index": 283
}
],
+ "Hyperlink": [
+ {
+ "filePath": "src/library-authoring/common/AboutLibrariesHyperlink.jsx",
+ "line": 8,
+ "column": 2,
+ "index": 231
+ }
+ ],
"Alert": [
{
"filePath": "src/library-authoring/common/ErrorAlert.jsx",
@@ -27433,7 +23980,7 @@
"filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
"line": 198,
"column": 16,
- "index": 4921
+ "index": 4891
},
{
"filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
@@ -27445,7 +23992,7 @@
"filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
"line": 247,
"column": 12,
- "index": 6919
+ "index": 6869
},
{
"filePath": "src/library-authoring/edit-block/LibraryBlockPage.jsx",
@@ -27471,7 +24018,19 @@
"filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
"line": 211,
"column": 26,
- "index": 5392
+ "index": 5362
+ },
+ {
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 240,
+ "column": 26,
+ "index": 6901
+ },
+ {
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 269,
+ "column": 24,
+ "index": 8366
},
{
"filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
@@ -27518,12 +24077,66 @@
"index": 4220
}
],
+ "ExpandMore": [
+ {
+ "filePath": "src/library-authoring/common/OrganizationDropdown.jsx",
+ "line": 155,
+ "column": 13,
+ "index": 4146
+ }
+ ],
+ "Icon": [
+ {
+ "filePath": "src/library-authoring/common/OrganizationDropdown.jsx",
+ "line": 156,
+ "column": 16,
+ "index": 4174
+ },
+ {
+ "filePath": "src/library-authoring/common/OrganizationDropdown.jsx",
+ "line": 170,
+ "column": 16,
+ "index": 4455
+ },
+ {
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 311,
+ "column": 37,
+ "index": 10579
+ },
+ {
+ "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
+ "line": 339,
+ "column": 31,
+ "index": 11312
+ },
+ {
+ "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
+ "line": 81,
+ "column": 23,
+ "index": 3078
+ },
+ {
+ "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
+ "line": 158,
+ "column": 22,
+ "index": 4957
+ }
+ ],
+ "ExpandLess": [
+ {
+ "filePath": "src/library-authoring/common/OrganizationDropdown.jsx",
+ "line": 169,
+ "column": 13,
+ "index": 4427
+ }
+ ],
"Form": [
{
"filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
"line": 207,
"column": 18,
- "index": 5198
+ "index": 5168
},
{
"filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
@@ -27537,19 +24150,31 @@
"filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
"line": 210,
"column": 24,
- "index": 5351
+ "index": 5321
+ },
+ {
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 239,
+ "column": 24,
+ "index": 6860
+ },
+ {
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 268,
+ "column": 22,
+ "index": 8327
},
{
"filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
"line": 291,
"column": 24,
- "index": 9599
+ "index": 9553
},
{
"filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
"line": 300,
"column": 22,
- "index": 9991
+ "index": 9945
},
{
"filePath": "src/library-authoring/empty-page/EmptyPage.jsx",
@@ -27575,7 +24200,7 @@
"filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
"line": 216,
"column": 28,
- "index": 5620
+ "index": 5590
},
{
"filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
@@ -27601,7 +24226,13 @@
"filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
"line": 227,
"column": 28,
- "index": 6258
+ "index": 6228
+ },
+ {
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 257,
+ "column": 28,
+ "index": 7739
},
{
"filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
@@ -27610,12 +24241,26 @@
"index": 1949
}
],
+ "Form.Check": [
+ {
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 270,
+ "column": 26,
+ "index": 8405
+ },
+ {
+ "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
+ "line": 279,
+ "column": 26,
+ "index": 8907
+ }
+ ],
"StatefulButton": [
{
"filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
"line": 301,
"column": 24,
- "index": 10030
+ "index": 9984
},
{
"filePath": "src/library-authoring/course-import/CourseImportListItem.jsx",
@@ -27625,9 +24270,9 @@
},
{
"filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 330,
+ "line": 331,
"column": 18,
- "index": 11052
+ "index": 10966
},
{
"filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
@@ -27636,32 +24281,6 @@
"index": 2569
}
],
- "Icon": [
- {
- "filePath": "src/library-authoring/configure-library/LibraryConfigurePage.jsx",
- "line": 311,
- "column": 37,
- "index": 10625
- },
- {
- "filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 338,
- "column": 31,
- "index": 11398
- },
- {
- "filePath": "src/library-authoring/library-access/LibraryAccessForm.jsx",
- "line": 81,
- "column": 23,
- "index": 3078
- },
- {
- "filePath": "src/library-authoring/list-libraries/LibraryListPage.jsx",
- "line": 158,
- "column": 22,
- "index": 4957
- }
- ],
"Form.Row": [
{
"filePath": "src/library-authoring/course-import/CourseImportPage.jsx",
@@ -27685,9 +24304,9 @@
},
{
"filePath": "src/library-authoring/library-access/UserAccessWidget.jsx",
- "line": 27,
+ "line": 28,
"column": 4,
- "index": 949
+ "index": 1035
}
],
"Info": [
@@ -27695,7 +24314,7 @@
"filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
"line": 248,
"column": 20,
- "index": 6946
+ "index": 6896
}
],
"Alert.Heading": [
@@ -27703,7 +24322,7 @@
"filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
"line": 252,
"column": 29,
- "index": 7070
+ "index": 7020
}
],
"Breadcrumb": [
@@ -27711,15 +24330,15 @@
"filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
"line": 256,
"column": 10,
- "index": 7216
+ "index": 7166
}
],
"AlertModal": [
{
"filePath": "src/library-authoring/create-library/LibraryCreatePage.jsx",
- "line": 352,
+ "line": 353,
"column": 8,
- "index": 12042
+ "index": 11956
}
],
"Spinner": [
@@ -27737,55 +24356,11 @@
"column": 33,
"index": 4968
}
- ],
- "Dropdown": [
- {
- "filePath": "src/library-authoring/studio-header-wrapper/StudioHeaderWrapper.jsx",
- "line": 43,
- "column": 10,
- "index": 1479
- }
- ],
- "Dropdown.Toggle": [
- {
- "filePath": "src/library-authoring/studio-header-wrapper/StudioHeaderWrapper.jsx",
- "line": 44,
- "column": 12,
- "index": 1502
- }
- ],
- "Dropdown.Menu": [
- {
- "filePath": "src/library-authoring/studio-header-wrapper/StudioHeaderWrapper.jsx",
- "line": 47,
- "column": 12,
- "index": 1700
- }
- ],
- "Dropdown.Item": [
- {
- "filePath": "src/library-authoring/studio-header-wrapper/StudioHeaderWrapper.jsx",
- "line": 48,
- "column": 14,
- "index": 1730
- },
- {
- "filePath": "src/library-authoring/studio-header-wrapper/StudioHeaderWrapper.jsx",
- "line": 49,
- "column": 14,
- "index": 1892
- },
- {
- "filePath": "src/library-authoring/studio-header-wrapper/StudioHeaderWrapper.jsx",
- "line": 50,
- "column": 14,
- "index": 2055
- }
]
}
},
{
- "version": "20.45.1",
+ "version": "20.30.0",
"name": "@edx/frontend-app-ora-grading",
"repository": {
"type": "git",
@@ -28102,7 +24677,7 @@
"filePath": "src/containers/ListView/ListViewBreadcrumb.jsx",
"line": 26,
"column": 8,
- "index": 938
+ "index": 936
},
{
"filePath": "src/containers/ResponseDisplay/FileDownload.jsx",
@@ -28352,7 +24927,7 @@
"filePath": "src/components/FilePreview/FileInfo.jsx",
"line": 32,
"column": 17,
- "index": 729
+ "index": 732
},
{
"filePath": "src/components/InfoPopover/index.jsx",
@@ -28454,7 +25029,7 @@
"filePath": "src/containers/ListView/ListViewBreadcrumb.jsx",
"line": 26,
"column": 19,
- "index": 949
+ "index": 947
}
],
"DataTable": [
@@ -28626,7 +25201,7 @@
}
},
{
- "version": "20.45.0",
+ "version": "20.30.1",
"name": "@edx/frontend-app-payment",
"repository": {
"type": "git",
@@ -28673,23 +25248,17 @@
"column": 14,
"index": 1347
},
- {
- "filePath": "src/subscription/alerts/ErrorMessages.jsx",
- "line": 26,
- "column": 8,
- "index": 1059
- },
{
"filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
- "line": 41,
+ "line": 54,
"column": 4,
- "index": 1173
+ "index": 1980
},
{
"filePath": "src/subscription/details/legal/SubscriptionLegal.jsx",
- "line": 17,
+ "line": 14,
"column": 4,
- "index": 459
+ "index": 324
}
],
"Collapsible": [
@@ -28719,7 +25288,7 @@
"filePath": "src/payment/cart/UpdateQuantityForm.jsx",
"line": 37,
"column": 10,
- "index": 1225
+ "index": 1220
}
],
"Button": [
@@ -28737,17 +25306,17 @@
},
{
"filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
- "line": 83,
+ "line": 91,
"column": 10,
- "index": 2475
+ "index": 3052
}
],
"StatefulButton": [
{
"filePath": "src/payment/cart/UpdateQuantityForm.jsx",
- "line": 65,
+ "line": 66,
"column": 6,
- "index": 2027
+ "index": 2062
},
{
"filePath": "src/payment/checkout/payment-form/PlaceOrderButton.jsx",
@@ -28757,9 +25326,9 @@
},
{
"filePath": "src/subscription/checkout/submit-button/SubscriptionSubmitButton.jsx",
- "line": 29,
+ "line": 23,
"column": 10,
- "index": 1061
+ "index": 922
}
],
"Skeleton": [
@@ -28929,79 +25498,73 @@
"Icon": [
{
"filePath": "src/subscription/checkout/submit-button/SubscriptionSubmitButton.jsx",
- "line": 58,
+ "line": 59,
"column": 16,
- "index": 2166
+ "index": 2302
}
],
"CheckIcon": [
{
"filePath": "src/subscription/checkout/submit-button/SubscriptionSubmitButton.jsx",
- "line": 58,
+ "line": 59,
"column": 27,
- "index": 2177
+ "index": 2313
}
],
"ModalDialog": [
{
"filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
- "line": 51,
- "column": 4,
- "index": 1400
- },
- {
- "filePath": "src/subscription/secure-3d/secure-3d-modal/Secure3dModal.jsx",
- "line": 138,
+ "line": 64,
"column": 4,
- "index": 4229
+ "index": 2207
}
],
"ModalDialog.Header": [
{
"filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
- "line": 59,
+ "line": 72,
"column": 6,
- "index": 1620
+ "index": 2427
}
],
"ModalDialog.Title": [
{
"filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
- "line": 60,
+ "line": 73,
"column": 8,
- "index": 1649
+ "index": 2456
}
],
"ModalDialog.Body": [
{
"filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
- "line": 68,
+ "line": 81,
"column": 6,
- "index": 1937
+ "index": 2700
}
],
"ModalDialog.Footer": [
{
"filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
- "line": 81,
+ "line": 89,
"column": 6,
- "index": 2424
+ "index": 3001
}
],
"ActionRow": [
{
"filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
- "line": 82,
+ "line": 90,
"column": 8,
- "index": 2453
+ "index": 3030
}
],
"ArrowForward": [
{
"filePath": "src/subscription/confirmation-modal/ConfirmationModal.jsx",
- "line": 86,
+ "line": 94,
"column": 23,
- "index": 2553
+ "index": 3130
}
],
"Badge": [
@@ -29015,7 +25578,7 @@
}
},
{
- "version": "20.46.2",
+ "version": "20.32.0",
"name": "@edx/frontend-app-profile",
"repository": {
"type": "git",
@@ -29041,6 +25604,18 @@
"line": 145,
"column": 10,
"index": 4378
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/ViewResults.jsx",
+ "line": 104,
+ "column": 6,
+ "index": 4166
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/ViewResults.jsx",
+ "line": 126,
+ "column": 8,
+ "index": 4612
}
],
"Alert.Heading": [
@@ -29049,6 +25624,18 @@
"line": 13,
"column": 4,
"index": 336
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/ViewResults.jsx",
+ "line": 108,
+ "column": 8,
+ "index": 4242
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/ViewResults.jsx",
+ "line": 130,
+ "column": 10,
+ "index": 4696
}
],
"Alert.Link": [
@@ -29083,6 +25670,18 @@
"line": 80,
"column": 16,
"index": 2164
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/GoalSelect.jsx",
+ "line": 33,
+ "column": 4,
+ "index": 864
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/JobTitleSelect.jsx",
+ "line": 62,
+ "column": 6,
+ "index": 2037
}
],
"Hyperlink": [
@@ -29097,6 +25696,12 @@
"line": 115,
"column": 6,
"index": 3501
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/RecommendationCard.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 485
}
],
"Button": [
@@ -29117,6 +25722,30 @@
"line": 59,
"column": 8,
"index": 1447
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/SkillsBuilderModal.jsx",
+ "line": 96,
+ "column": 12,
+ "index": 2889
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/SkillsBuilderModal.jsx",
+ "line": 100,
+ "column": 12,
+ "index": 3076
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/SkillsBuilderModal.jsx",
+ "line": 108,
+ "column": 12,
+ "index": 3358
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/SkillsBuilderModal.jsx",
+ "line": 115,
+ "column": 12,
+ "index": 3600
}
],
"StatefulButton": [
@@ -29179,6 +25808,12 @@
"line": 9,
"column": 4,
"index": 332
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/CareerInterestCard.jsx",
+ "line": 38,
+ "column": 16,
+ "index": 1150
}
],
"VisibilityOff": [
@@ -29188,11 +25823,355 @@
"column": 15,
"index": 343
}
+ ],
+ "IconButton": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/CareerInterestCard.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 1122
+ }
+ ],
+ "Close": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/CareerInterestCard.jsx",
+ "line": 39,
+ "column": 13,
+ "index": 1169
+ }
+ ],
+ "Stack": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/CareerInterestSelect.jsx",
+ "line": 39,
+ "column": 4,
+ "index": 1297
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/JobTitleSelect.jsx",
+ "line": 49,
+ "column": 4,
+ "index": 1543
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/SelectPreferences.jsx",
+ "line": 18,
+ "column": 4,
+ "index": 582
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/SelectPreferences.jsx",
+ "line": 22,
+ "column": 6,
+ "index": 701
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/RelatedSkillsSelectableBoxSet.jsx",
+ "line": 41,
+ "column": 10,
+ "index": 1171
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/ViewResults.jsx",
+ "line": 125,
+ "column": 6,
+ "index": 4567
+ }
+ ],
+ "Form.Label": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/CareerInterestSelect.jsx",
+ "line": 40,
+ "column": 6,
+ "index": 1319
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/GoalSelect.jsx",
+ "line": 34,
+ "column": 6,
+ "index": 883
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/JobTitleSelect.jsx",
+ "line": 50,
+ "column": 6,
+ "index": 1557
+ }
+ ],
+ "Row": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/CareerInterestSelect.jsx",
+ "line": 53,
+ "column": 6,
+ "index": 1866
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/ViewResults.jsx",
+ "line": 117,
+ "column": 6,
+ "index": 4408
+ }
+ ],
+ "Col": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/CareerInterestSelect.jsx",
+ "line": 56,
+ "column": 10,
+ "index": 1997
+ }
+ ],
+ "Form.Control": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/GoalSelect.jsx",
+ "line": 39,
+ "column": 6,
+ "index": 1004
+ }
+ ],
+ "Form.Autosuggest": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/JobTitleInstantSearch.jsx",
+ "line": 23,
+ "column": 4,
+ "index": 531
+ }
+ ],
+ "Form.AutosuggestOption": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/JobTitleInstantSearch.jsx",
+ "line": 31,
+ "column": 8,
+ "index": 725
+ }
+ ],
+ "Form.CheckboxSet": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/JobTitleSelect.jsx",
+ "line": 63,
+ "column": 8,
+ "index": 2058
+ }
+ ],
+ "Form.Checkbox": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/JobTitleSelect.jsx",
+ "line": 67,
+ "column": 10,
+ "index": 2173
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/select-preferences/JobTitleSelect.jsx",
+ "line": 70,
+ "column": 10,
+ "index": 2302
+ }
+ ],
+ "Stepper": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/SkillsBuilderModal.jsx",
+ "line": 61,
+ "column": 4,
+ "index": 1725
+ }
+ ],
+ "ModalDialog": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/SkillsBuilderModal.jsx",
+ "line": 62,
+ "column": 6,
+ "index": 1765
+ }
+ ],
+ "ModalDialog.Hero": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/SkillsBuilderModal.jsx",
+ "line": 69,
+ "column": 8,
+ "index": 1956
+ }
+ ],
+ "Stepper.Header": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/SkillsBuilderModal.jsx",
+ "line": 78,
+ "column": 8,
+ "index": 2294
+ }
+ ],
+ "ModalDialog.Body": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/SkillsBuilderModal.jsx",
+ "line": 80,
+ "column": 8,
+ "index": 2322
+ }
+ ],
+ "Container": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/SkillsBuilderModal.jsx",
+ "line": 81,
+ "column": 10,
+ "index": 2351
+ }
+ ],
+ "Form": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/SkillsBuilderModal.jsx",
+ "line": 82,
+ "column": 12,
+ "index": 2403
+ }
+ ],
+ "Stepper.Step": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/SkillsBuilderModal.jsx",
+ "line": 83,
+ "column": 14,
+ "index": 2424
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/SkillsBuilderModal.jsx",
+ "line": 87,
+ "column": 14,
+ "index": 2589
+ }
+ ],
+ "ModalDialog.Footer": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/SkillsBuilderModal.jsx",
+ "line": 94,
+ "column": 8,
+ "index": 2809
+ }
+ ],
+ "Stepper.ActionRow": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/SkillsBuilderModal.jsx",
+ "line": 95,
+ "column": 10,
+ "index": 2840
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/SkillsBuilderModal.jsx",
+ "line": 107,
+ "column": 10,
+ "index": 3309
+ }
+ ],
+ "CardCarousel": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/CarouselStack.jsx",
+ "line": 55,
+ "column": 6,
+ "index": 1975
+ }
+ ],
+ "Card": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/RecommendationCard.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 569
+ }
+ ],
+ "Card.ImageCap": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/RecommendationCard.jsx",
+ "line": 24,
+ "column": 8,
+ "index": 695
+ }
+ ],
+ "Card.Header": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/RecommendationCard.jsx",
+ "line": 30,
+ "column": 8,
+ "index": 887
+ }
+ ],
+ "Card.Section": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/RecommendationCard.jsx",
+ "line": 31,
+ "column": 8,
+ "index": 925
+ }
+ ],
+ "Chip": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/RecommendationCard.jsx",
+ "line": 34,
+ "column": 12,
+ "index": 1062
+ },
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/RelatedSkillsSelectableBoxSet.jsx",
+ "line": 17,
+ "column": 8,
+ "index": 654
+ }
+ ],
+ "useMediaQuery": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/RelatedSkillsSelectableBoxSet.jsx",
+ "line": 11,
+ "column": 23,
+ "index": 397
+ }
+ ],
+ "breakpoints": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/RelatedSkillsSelectableBoxSet.jsx",
+ "line": 11,
+ "column": 49,
+ "index": 423
+ }
+ ],
+ "SelectableBox.Set": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/RelatedSkillsSelectableBoxSet.jsx",
+ "line": 25,
+ "column": 4,
+ "index": 761
+ }
+ ],
+ "SelectableBox": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/RelatedSkillsSelectableBoxSet.jsx",
+ "line": 33,
+ "column": 8,
+ "index": 973
+ }
+ ],
+ "ErrorOutline": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/ViewResults.jsx",
+ "line": 106,
+ "column": 14,
+ "index": 4212
+ }
+ ],
+ "Spinner": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/ViewResults.jsx",
+ "line": 118,
+ "column": 8,
+ "index": 4422
+ }
+ ],
+ "CheckCircle": [
+ {
+ "filePath": "src/skills-builder/skills-builder-modal/view-results/ViewResults.jsx",
+ "line": 128,
+ "column": 16,
+ "index": 4663
+ }
]
}
},
{
- "version": "20.45.0",
+ "version": "20.32.0",
"name": "@edx/frontend-app-program-console",
"repository": {
"type": "git",
@@ -29355,33 +26334,33 @@
},
{
"filePath": "src/components/EditCoursePage/index.jsx",
- "line": 705,
+ "line": 697,
"column": 8,
- "index": 23894
+ "index": 23254
},
{
"filePath": "src/components/EditCoursePage/index.jsx",
- "line": 821,
+ "line": 815,
"column": 10,
- "index": 27310
+ "index": 26726
},
{
"filePath": "src/components/EditCoursePage/index.jsx",
- "line": 831,
+ "line": 825,
"column": 10,
- "index": 27593
+ "index": 27009
},
{
"filePath": "src/components/EditCoursePage/index.jsx",
- "line": 881,
+ "line": 875,
"column": 10,
- "index": 29443
+ "index": 28859
},
{
"filePath": "src/components/EditCoursePage/index.jsx",
- "line": 918,
+ "line": 913,
"column": 12,
- "index": 30827
+ "index": 30284
},
{
"filePath": "src/components/EditCoursePage/TranscriptLanguage.jsx",
@@ -29415,9 +26394,9 @@
},
{
"filePath": "src/components/RichEditor/index.jsx",
- "line": 77,
+ "line": 76,
"column": 10,
- "index": 2171
+ "index": 2130
},
{
"filePath": "src/components/SidePanes/CommentsPane.jsx",
@@ -29477,9 +26456,9 @@
},
{
"filePath": "src/components/EditCoursePage/index.jsx",
- "line": 711,
+ "line": 703,
"column": 10,
- "index": 24009
+ "index": 23369
},
{
"filePath": "src/components/StafferPage/index.jsx",
@@ -29703,27 +26682,15 @@
},
{
"filePath": "src/components/EditCoursePage/EditCourseForm.jsx",
- "line": 145,
+ "line": 141,
"column": 10,
- "index": 5058
+ "index": 4989
},
{
"filePath": "src/components/EditCoursePage/EditCourseForm.jsx",
- "line": 160,
+ "line": 155,
"column": 10,
- "index": 5653
- },
- {
- "filePath": "src/components/EditCoursePage/EditCourseForm.test.jsx",
- "line": 343,
- "column": 8,
- "index": 11445
- },
- {
- "filePath": "src/components/EditCoursePage/EditCourseForm.test.jsx",
- "line": 376,
- "column": 8,
- "index": 12689
+ "index": 5481
},
{
"filePath": "src/components/Header/index.jsx",
@@ -29771,9 +26738,9 @@
"Add": [
{
"filePath": "src/components/EditCoursePage/EditCourseForm.jsx",
- "line": 122,
+ "line": 118,
"column": 8,
- "index": 4398
+ "index": 4329
},
{
"filePath": "src/components/SidePanes/UsersPane.jsx",
@@ -29925,7 +26892,7 @@
}
},
{
- "version": "20.46.0",
+ "version": "20.26.0",
"name": "@edx/frontend-app-support",
"repository": {
"type": "git",
@@ -29941,10 +26908,22 @@
"index": 444
},
{
- "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageContainer.jsx",
- "line": 28,
- "column": 4,
- "index": 968
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormCatalog.jsx",
+ "line": 61,
+ "column": 6,
+ "index": 2044
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCap.jsx",
+ "line": 36,
+ "column": 6,
+ "index": 1117
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
+ "line": 67,
+ "column": 6,
+ "index": 2088
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormContainer.jsx",
@@ -29952,11 +26931,23 @@
"column": 6,
"index": 438
},
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInternalOnly.jsx",
+ "line": 31,
+ "column": 6,
+ "index": 772
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubsidy.jsx",
+ "line": 29,
+ "column": 6,
+ "index": 871
+ },
{
"filePath": "src/Configuration/Provisioning/ProvisioningPage.jsx",
- "line": 9,
- "column": 4,
- "index": 208
+ "line": 7,
+ "column": 2,
+ "index": 118
}
],
"Stack": [
@@ -29975,14 +26966,14 @@
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
"line": 31,
- "column": 8,
- "index": 1034
+ "column": 6,
+ "index": 1032
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
- "line": 46,
+ "line": 44,
"column": 6,
- "index": 1620
+ "index": 1314
}
],
"Hyperlink": [
@@ -29992,18 +26983,6 @@
"column": 10,
"index": 598
},
- {
- "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx",
- "line": 12,
- "column": 6,
- "index": 455
- },
- {
- "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx",
- "line": 35,
- "column": 4,
- "index": 1120
- },
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
"line": 23,
@@ -30040,12 +27019,6 @@
"column": 14,
"index": 3025
},
- {
- "filePath": "src/users/orderHistory/OrderHistory.jsx",
- "line": 47,
- "column": 10,
- "index": 1542
- },
{
"filePath": "src/users/VerifiedName.jsx",
"line": 135,
@@ -30053,102 +27026,6 @@
"index": 4398
}
],
- "DataTable.FilterStatus": [
- {
- "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardDataTable.jsx",
- "line": 20,
- "column": 31,
- "index": 865
- }
- ],
- "DataTable": [
- {
- "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardDataTable.jsx",
- "line": 49,
- "column": 6,
- "index": 1737
- },
- {
- "filePath": "src/users/account-actions/PasswordHistory.jsx",
- "line": 71,
- "column": 10,
- "index": 1856
- }
- ],
- "Badge": [
- {
- "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableBadges.jsx",
- "line": 9,
- "column": 4,
- "index": 172
- },
- {
- "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx",
- "line": 16,
- "column": 40,
- "index": 384
- },
- {
- "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx",
- "line": 16,
- "column": 83,
- "index": 427
- },
- {
- "filePath": "src/users/licenses/LicenseCard.jsx",
- "line": 67,
- "column": 14,
- "index": 1781
- }
- ],
- "IconButton": [
- {
- "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx",
- "line": 42,
- "column": 6,
- "index": 1350
- }
- ],
- "DjangoShort": [
- {
- "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx",
- "line": 44,
- "column": 13,
- "index": 1393
- }
- ],
- "Icon": [
- {
- "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx",
- "line": 45,
- "column": 16,
- "index": 1422
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogExecEdBoolean.jsx",
- "line": 21,
- "column": 10,
- "index": 918
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogExecEdBoolean.jsx",
- "line": 22,
- "column": 10,
- "index": 980
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
- "line": 32,
- "column": 10,
- "index": 1075
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
- "line": 53,
- "column": 18,
- "index": 1905
- }
- ],
"ActionRow": [
{
"filePath": "src/Configuration/Provisioning/DashboardHeader.jsx",
@@ -30170,9 +27047,9 @@
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubmissionButton.jsx",
- "line": 208,
+ "line": 161,
"column": 4,
- "index": 6797
+ "index": 5182
},
{
"filePath": "src/users/account-actions/CancelRetirement.jsx",
@@ -30274,9 +27151,9 @@
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
- "line": 94,
+ "line": 88,
"column": 14,
- "index": 3345
+ "index": 2929
}
],
"Button": [
@@ -30286,23 +27163,17 @@
"column": 6,
"index": 590
},
- {
- "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageButton.jsx",
- "line": 7,
- "column": 2,
- "index": 153
- },
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx",
- "line": 75,
+ "line": 60,
"column": 8,
- "index": 3035
+ "index": 2275
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubmissionButton.jsx",
- "line": 215,
+ "line": 168,
"column": 6,
- "index": 7051
+ "index": 5391
},
{
"filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentIndexPage.jsx",
@@ -30489,144 +27360,64 @@
"index": 495
}
],
- "Image": [
- {
- "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageImage.jsx",
- "line": 5,
- "column": 2,
- "index": 131
- }
- ],
"Form.AutosuggestOption": [
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx",
- "line": 17,
+ "line": 15,
"column": 6,
- "index": 956
+ "index": 760
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx",
- "line": 25,
+ "line": 23,
"column": 10,
- "index": 1250
+ "index": 1054
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomerDropdown.jsx",
- "line": 66,
- "column": 10,
- "index": 2652
+ "line": 61,
+ "column": 8,
+ "index": 2303
}
],
- "Form.Group": [
+ "Form.Autosuggest": [
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx",
- "line": 51,
+ "line": 48,
"column": 8,
- "index": 2070
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogTitle.jsx",
- "line": 17,
- "column": 6,
- "index": 741
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormAccountDetails.jsx",
- "line": 60,
- "column": 6,
- "index": 2482
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormAccountDetails.jsx",
- "line": 80,
- "column": 6,
- "index": 3052
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormCatalog.jsx",
- "line": 56,
- "column": 6,
- "index": 2104
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormDescription.jsx",
- "line": 31,
- "column": 6,
- "index": 1028
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCap.jsx",
- "line": 37,
- "column": 6,
- "index": 1296
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCapAmount.jsx",
- "line": 36,
- "column": 6,
- "index": 1483
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
- "line": 72,
- "column": 6,
- "index": 2383
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomer.jsx",
- "line": 42,
- "column": 6,
- "index": 1683
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomer.jsx",
- "line": 45,
- "column": 6,
- "index": 1791
+ "index": 1809
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomerDropdown.jsx",
- "line": 54,
+ "line": 51,
"column": 4,
- "index": 2214
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInternalOnly.jsx",
- "line": 30,
- "column": 6,
- "index": 759
- },
+ "index": 1965
+ }
+ ],
+ "Icon": [
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubsidy.jsx",
- "line": 30,
- "column": 6,
- "index": 1047
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogExecEdBoolean.jsx",
+ "line": 21,
+ "column": 10,
+ "index": 918
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
- "line": 59,
- "column": 6,
- "index": 2025
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogExecEdBoolean.jsx",
+ "line": 22,
+ "column": 10,
+ "index": 980
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTitle.jsx",
- "line": 31,
- "column": 6,
- "index": 1072
- }
- ],
- "Form.Autosuggest": [
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx",
- "line": 54,
- "column": 10,
- "index": 2131
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
+ "line": 32,
+ "column": 8,
+ "index": 1071
},
{
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomerDropdown.jsx",
- "line": 55,
- "column": 6,
- "index": 2233
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
+ "line": 51,
+ "column": 18,
+ "index": 1599
}
],
"CheckCircle": [
@@ -30660,67 +27451,117 @@
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormAccountDetails.jsx",
- "line": 65,
+ "line": 43,
"column": 8,
- "index": 2608
+ "index": 1820
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormAccountDetails.jsx",
- "line": 83,
- "column": 8,
- "index": 3107
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormDescription.jsx",
- "line": 33,
+ "line": 51,
"column": 8,
- "index": 1133
+ "index": 2078
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCapAmount.jsx",
- "line": 39,
+ "line": 35,
"column": 8,
- "index": 1538
+ "index": 1145
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomer.jsx",
- "line": 50,
+ "line": 22,
"column": 8,
- "index": 1956
+ "index": 781
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
- "line": 63,
+ "line": 58,
"column": 8,
- "index": 2150
+ "index": 1764
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
- "line": 71,
+ "line": 68,
"column": 8,
- "index": 2411
+ "index": 2083
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTitle.jsx",
- "line": 35,
+ "line": 16,
"column": 8,
- "index": 1177
+ "index": 471
+ }
+ ],
+ "Form.Group": [
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogTitle.jsx",
+ "line": 17,
+ "column": 6,
+ "index": 741
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormAccountDetails.jsx",
+ "line": 42,
+ "column": 6,
+ "index": 1775
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormAccountDetails.jsx",
+ "line": 50,
+ "column": 6,
+ "index": 2038
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCapAmount.jsx",
+ "line": 34,
+ "column": 6,
+ "index": 1105
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomer.jsx",
+ "line": 18,
+ "column": 6,
+ "index": 633
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomer.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 741
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
+ "line": 57,
+ "column": 6,
+ "index": 1719
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
+ "line": 67,
+ "column": 6,
+ "index": 2043
+ },
+ {
+ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTitle.jsx",
+ "line": 15,
+ "column": 6,
+ "index": 431
}
],
"Warning": [
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
"line": 32,
- "column": 21,
- "index": 1086
+ "column": 19,
+ "index": 1082
}
],
"Col": [
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx",
"line": 33,
- "column": 10,
- "index": 1137
+ "column": 8,
+ "index": 1131
},
{
"filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollment.jsx",
@@ -30795,236 +27636,96 @@
"index": 1675
}
],
- "Form.Label": [
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormCatalog.jsx",
- "line": 57,
- "column": 8,
- "index": 2144
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormDescription.jsx",
- "line": 32,
- "column": 8,
- "index": 1049
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCap.jsx",
- "line": 40,
- "column": 8,
- "index": 1351
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
- "line": 73,
- "column": 8,
- "index": 2423
- },
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubsidy.jsx",
- "line": 31,
- "column": 8,
- "index": 1087
- }
- ],
"Form.RadioSet": [
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormCatalog.jsx",
- "line": 65,
- "column": 12,
- "index": 2402
+ "line": 62,
+ "column": 8,
+ "index": 2064
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCap.jsx",
- "line": 41,
+ "line": 37,
"column": 8,
- "index": 1427
+ "index": 1137
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
- "line": 74,
+ "line": 68,
"column": 8,
- "index": 2504
+ "index": 2108
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubsidy.jsx",
- "line": 32,
+ "line": 30,
"column": 8,
- "index": 1164
+ "index": 891
}
],
"Form.Radio": [
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormCatalog.jsx",
- "line": 72,
- "column": 14,
- "index": 2672
+ "line": 69,
+ "column": 12,
+ "index": 2310
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCap.jsx",
- "line": 48,
+ "line": 44,
"column": 12,
- "index": 1687
+ "index": 1397
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
- "line": 95,
+ "line": 89,
"column": 14,
- "index": 3380
+ "index": 2964
},
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubsidy.jsx",
- "line": 39,
+ "line": 37,
"column": 12,
- "index": 1389
+ "index": 1116
}
],
"Spinner": [
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx",
- "line": 83,
- "column": 16,
- "index": 2934
- }
- ],
- "Alert": [
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAlert.jsx",
- "line": 9,
- "column": 6,
- "index": 280
- },
- {
- "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
- "line": 112,
- "column": 8,
- "index": 3443
- },
- {
- "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
- "line": 201,
- "column": 16,
- "index": 6731
- },
- {
- "filePath": "src/users/account-actions/CancelRetirement.jsx",
- "line": 31,
- "column": 19,
- "index": 924
- },
- {
- "filePath": "src/users/account-actions/CancelRetirement.jsx",
- "line": 34,
- "column": 10,
- "index": 1005
- },
- {
- "filePath": "src/users/account-actions/ResetPassword.jsx",
- "line": 31,
- "column": 19,
- "index": 886
- },
- {
- "filePath": "src/users/account-actions/ResetPassword.jsx",
- "line": 34,
- "column": 10,
- "index": 967
- },
- {
- "filePath": "src/users/account-actions/RetireUser.jsx",
- "line": 36,
- "column": 19,
- "index": 994
- },
- {
- "filePath": "src/users/account-actions/RetireUser.jsx",
- "line": 39,
- "column": 10,
- "index": 1075
- },
- {
- "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
- "line": 49,
- "column": 12,
- "index": 1613
- },
- {
- "filePath": "src/users/enrollments/Certificates.jsx",
- "line": 119,
- "column": 20,
- "index": 3799
- },
- {
- "filePath": "src/users/EnterpriseAssociations.jsx",
- "line": 40,
- "column": 16,
- "index": 1477
- },
- {
- "filePath": "src/users/LearnerCredentials.jsx",
- "line": 16,
- "column": 6,
- "index": 518
- },
- {
- "filePath": "src/users/LearnerRecords.jsx",
- "line": 53,
- "column": 6,
- "index": 1474
- },
- {
- "filePath": "src/users/LearnerRecords.jsx",
- "line": 80,
- "column": 18,
- "index": 2631
- }
- ],
- "Info": [
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAlert.jsx",
- "line": 11,
+ "line": 77,
"column": 14,
- "index": 326
- }
- ],
- "Alert.Heading": [
- {
- "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAlert.jsx",
- "line": 13,
- "column": 8,
- "index": 348
+ "index": 2536
}
],
"Form.Checkbox": [
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInternalOnly.jsx",
- "line": 33,
+ "line": 32,
"column": 8,
- "index": 814
+ "index": 809
}
],
"StatefulButton": [
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubmissionButton.jsx",
- "line": 209,
+ "line": 162,
"column": 6,
- "index": 6854
+ "index": 5239
}
],
"IconButtonWithTooltip": [
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
- "line": 48,
+ "line": 46,
"column": 8,
- "index": 1741
+ "index": 1435
}
],
"InfoOutline": [
{
"filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx",
- "line": 49,
+ "line": 47,
"column": 15,
- "index": 1779
+ "index": 1473
}
],
"Row": [
@@ -31129,6 +27830,26 @@
"index": 3764
}
],
+ "Badge": [
+ {
+ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx",
+ "line": 16,
+ "column": 40,
+ "index": 384
+ },
+ {
+ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx",
+ "line": 16,
+ "column": 83,
+ "index": 427
+ },
+ {
+ "filePath": "src/users/licenses/LicenseCard.jsx",
+ "line": 67,
+ "column": 14,
+ "index": 1781
+ }
+ ],
"Card.Section": [
{
"filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx",
@@ -31288,9 +28009,9 @@
},
{
"filePath": "src/users/LearnerInformation.jsx",
- "line": 18,
+ "line": 17,
"column": 6,
- "index": 600
+ "index": 549
}
],
"Tab": [
@@ -31326,39 +28047,119 @@
},
{
"filePath": "src/users/LearnerInformation.jsx",
- "line": 22,
+ "line": 21,
"column": 8,
- "index": 695
+ "index": 644
},
{
"filePath": "src/users/LearnerInformation.jsx",
- "line": 30,
+ "line": 29,
"column": 8,
- "index": 895
+ "index": 844
},
{
"filePath": "src/users/LearnerInformation.jsx",
- "line": 35,
+ "line": 34,
"column": 8,
- "index": 1082
+ "index": 1031
},
{
"filePath": "src/users/LearnerInformation.jsx",
- "line": 40,
+ "line": 45,
"column": 8,
- "index": 1236
+ "index": 1284
},
{
"filePath": "src/users/LearnerInformation.jsx",
- "line": 51,
+ "line": 50,
"column": 8,
- "index": 1489
- },
+ "index": 1440
+ }
+ ],
+ "Alert": [
{
- "filePath": "src/users/LearnerInformation.jsx",
- "line": 56,
+ "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
+ "line": 112,
"column": 8,
- "index": 1645
+ "index": 3443
+ },
+ {
+ "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx",
+ "line": 201,
+ "column": 16,
+ "index": 6731
+ },
+ {
+ "filePath": "src/users/account-actions/CancelRetirement.jsx",
+ "line": 31,
+ "column": 19,
+ "index": 924
+ },
+ {
+ "filePath": "src/users/account-actions/CancelRetirement.jsx",
+ "line": 34,
+ "column": 10,
+ "index": 1005
+ },
+ {
+ "filePath": "src/users/account-actions/ResetPassword.jsx",
+ "line": 31,
+ "column": 19,
+ "index": 886
+ },
+ {
+ "filePath": "src/users/account-actions/ResetPassword.jsx",
+ "line": 34,
+ "column": 10,
+ "index": 967
+ },
+ {
+ "filePath": "src/users/account-actions/RetireUser.jsx",
+ "line": 36,
+ "column": 19,
+ "index": 994
+ },
+ {
+ "filePath": "src/users/account-actions/RetireUser.jsx",
+ "line": 39,
+ "column": 10,
+ "index": 1075
+ },
+ {
+ "filePath": "src/users/account-actions/TogglePasswordStatus.jsx",
+ "line": 49,
+ "column": 12,
+ "index": 1613
+ },
+ {
+ "filePath": "src/users/enrollments/Certificates.jsx",
+ "line": 119,
+ "column": 20,
+ "index": 3799
+ },
+ {
+ "filePath": "src/users/EnterpriseAssociations.jsx",
+ "line": 40,
+ "column": 16,
+ "index": 1477
+ },
+ {
+ "filePath": "src/users/LearnerCredentials.jsx",
+ "line": 16,
+ "column": 6,
+ "index": 518
+ },
+ {
+ "filePath": "src/users/LearnerRecords.jsx",
+ "line": 53,
+ "column": 6,
+ "index": 1474
+ },
+ {
+ "filePath": "src/users/LearnerRecords.jsx",
+ "line": 80,
+ "column": 18,
+ "index": 2631
}
],
"Dropdown": [
@@ -32019,6 +28820,14 @@
"index": 5354
}
],
+ "DataTable": [
+ {
+ "filePath": "src/users/account-actions/PasswordHistory.jsx",
+ "line": 71,
+ "column": 10,
+ "index": 1856
+ }
+ ],
"InputSelect": [
{
"filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx",
@@ -32112,7 +28921,7 @@
}
},
{
- "version": "20.28.4",
+ "version": "12.0.5",
"name": "@edx/frontend-component-cookie-policy-banner",
"repository": {
"type": "git",
@@ -32131,7 +28940,7 @@
}
},
{
- "version": "20.45.5",
+ "version": "20.32.3",
"name": "@edx/frontend-component-header-edx",
"repository": {
"type": "git",
@@ -32148,9 +28957,9 @@
},
{
"filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 54,
+ "line": 31,
"column": 6,
- "index": 1944
+ "index": 1068
}
],
"Dropdown.Toggle": [
@@ -32162,9 +28971,9 @@
},
{
"filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 55,
+ "line": 32,
"column": 8,
- "index": 1994
+ "index": 1113
}
],
"AvatarButton": [
@@ -32190,9 +28999,9 @@
},
{
"filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 61,
+ "line": 38,
"column": 8,
- "index": 2280
+ "index": 1399
}
],
"Dropdown.Item": [
@@ -32204,65 +29013,39 @@
},
{
"filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 27,
- "column": 4,
- "index": 1055
- },
- {
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 32,
+ "line": 15,
"column": 4,
- "index": 1221
+ "index": 517
},
{
"filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 41,
+ "line": 21,
"column": 6,
- "index": 1580
+ "index": 777
},
{
"filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 64,
+ "line": 40,
"column": 10,
- "index": 2405
+ "index": 1487
},
{
"filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 67,
+ "line": 43,
"column": 10,
- "index": 2567
+ "index": 1649
},
{
"filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 75,
+ "line": 51,
"column": 12,
- "index": 3077
- },
- {
- "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 79,
- "column": 10,
- "index": 3250
- }
- ],
- "Badge": [
- {
- "filePath": "src/Header.jsx",
- "line": 95,
- "column": 87,
- "index": 2944
+ "index": 2159
},
{
"filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 34,
- "column": 6,
- "index": 1319
- },
- {
- "filePath": "src/Notifications/index.jsx",
- "line": 145,
+ "line": 55,
"column": 10,
- "index": 5467
+ "index": 2322
}
],
"Button": [
@@ -32277,220 +29060,12 @@
"line": 19,
"column": 4,
"index": 615
- },
- {
- "filePath": "src/Notifications/NotificationSections.jsx",
- "line": 46,
- "column": 12,
- "index": 2120
- },
- {
- "filePath": "src/Notifications/NotificationSections.jsx",
- "line": 81,
- "column": 8,
- "index": 3559
- }
- ],
- "useWindowSize": [
- {
- "filePath": "src/Notifications/data/hook.js",
- "line": 4,
- "column": 21,
- "index": 121
- },
- {
- "filePath": "src/Notifications/data/hook.js",
- "line": 9,
- "column": 21,
- "index": 308
- }
- ],
- "breakpoints": [
- {
- "filePath": "src/Notifications/data/hook.js",
- "line": 5,
- "column": 9,
- "index": 147
- },
- {
- "filePath": "src/Notifications/data/hook.js",
- "line": 5,
- "column": 78,
- "index": 216
- },
- {
- "filePath": "src/Notifications/data/hook.js",
- "line": 10,
- "column": 29,
- "index": 354
- }
- ],
- "OverlayTrigger": [
- {
- "filePath": "src/Notifications/index.jsx",
- "line": 70,
- "column": 6,
- "index": 2577
- },
- {
- "filePath": "src/Notifications/index.jsx",
- "line": 95,
- "column": 18,
- "index": 3607
- }
- ],
- "Popover": [
- {
- "filePath": "src/Notifications/index.jsx",
- "line": 77,
- "column": 10,
- "index": 2762
- }
- ],
- "Popover.Title": [
- {
- "filePath": "src/Notifications/index.jsx",
- "line": 88,
- "column": 14,
- "index": 3217
- }
- ],
- "Tooltip": [
- {
- "filePath": "src/Notifications/index.jsx",
- "line": 97,
- "column": 22,
- "index": 3676
- }
- ],
- "Icon": [
- {
- "filePath": "src/Notifications/index.jsx",
- "line": 102,
- "column": 20,
- "index": 3865
- },
- {
- "filePath": "src/Notifications/index.jsx",
- "line": 116,
- "column": 18,
- "index": 4454
- },
- {
- "filePath": "src/Notifications/index.jsx",
- "line": 137,
- "column": 20,
- "index": 5188
- },
- {
- "filePath": "src/Notifications/NotificationRowItem.jsx",
- "line": 34,
- "column": 6,
- "index": 1117
- },
- {
- "filePath": "src/Notifications/tours/constants.js",
- "line": 22,
- "column": 14,
- "index": 731
- }
- ],
- "Feedback": [
- {
- "filePath": "src/Notifications/index.jsx",
- "line": 104,
- "column": 27,
- "index": 3953
- }
- ],
- "Hyperlink": [
- {
- "filePath": "src/Notifications/index.jsx",
- "line": 110,
- "column": 16,
- "index": 4204
- },
- {
- "filePath": "src/Notifications/tours/constants.js",
- "line": 15,
- "column": 12,
- "index": 457
- }
- ],
- "Settings": [
- {
- "filePath": "src/Notifications/index.jsx",
- "line": 117,
- "column": 25,
- "index": 4485
- },
- {
- "filePath": "src/Notifications/tours/constants.js",
- "line": 23,
- "column": 21,
- "index": 758
- }
- ],
- "Popover.Content": [
- {
- "filePath": "src/Notifications/index.jsx",
- "line": 124,
- "column": 14,
- "index": 4764
- }
- ],
- "IconButton": [
- {
- "filePath": "src/Notifications/index.jsx",
- "line": 132,
- "column": 10,
- "index": 4988
- }
- ],
- "NotificationsNone": [
- {
- "filePath": "src/Notifications/index.jsx",
- "line": 136,
- "column": 17,
- "index": 5149
- }
- ],
- "Spinner": [
- {
- "filePath": "src/Notifications/NotificationSections.jsx",
- "line": 78,
- "column": 10,
- "index": 3346
- }
- ],
- "Tabs": [
- {
- "filePath": "src/Notifications/NotificationTabs.jsx",
- "line": 34,
- "column": 4,
- "index": 1362
- }
- ],
- "Tab": [
- {
- "filePath": "src/Notifications/NotificationTabs.jsx",
- "line": 41,
- "column": 8,
- "index": 1602
- }
- ],
- "ProductTour": [
- {
- "filePath": "src/Notifications/tours/NotificationTour.jsx",
- "line": 20,
- "column": 8,
- "index": 582
}
]
}
},
{
- "version": "20.46.2",
+ "version": "20.36.0",
"name": "@edx/frontend-component-header",
"repository": {
"type": "git",
@@ -32521,33 +29096,33 @@
"Dropdown.Item": [
{
"filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 14,
+ "line": 15,
"column": 4,
- "index": 489
+ "index": 490
},
{
"filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 31,
+ "line": 32,
"column": 10,
- "index": 1166
+ "index": 1167
},
{
"filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 34,
+ "line": 35,
"column": 10,
- "index": 1328
+ "index": 1329
},
{
"filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 38,
+ "line": 39,
"column": 12,
- "index": 1521
+ "index": 1522
},
{
"filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 42,
+ "line": 43,
"column": 10,
- "index": 1684
+ "index": 1685
},
{
"filePath": "src/StudioHeader.test.jsx",
@@ -32571,9 +29146,9 @@
"Dropdown": [
{
"filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 22,
+ "line": 23,
"column": 6,
- "index": 761
+ "index": 767
},
{
"filePath": "src/StudioHeader.test.jsx",
@@ -32585,9 +29160,9 @@
"Dropdown.Toggle": [
{
"filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 23,
+ "line": 24,
"column": 8,
- "index": 811
+ "index": 812
},
{
"filePath": "src/StudioHeader.test.jsx",
@@ -32599,9 +29174,9 @@
"Dropdown.Menu": [
{
"filePath": "src/learning-header/AuthenticatedUserDropdown.jsx",
- "line": 29,
+ "line": 30,
"column": 8,
- "index": 1078
+ "index": 1079
},
{
"filePath": "src/StudioHeader.test.jsx",
@@ -32629,7 +29204,7 @@
}
},
{
- "version": "20.45.0",
+ "version": "19.25.1",
"name": "@edx/frontend-enterprise-catalog-search",
"repository": {
"type": "git",
@@ -32646,41 +29221,41 @@
},
{
"filePath": "src/CurrentRefinements.jsx",
- "line": 107,
+ "line": 108,
"column": 10,
- "index": 4247
+ "index": 4314
},
{
"filePath": "src/MobileFilterMenu.jsx",
- "line": 20,
+ "line": 21,
"column": 8,
- "index": 686
+ "index": 767
},
{
"filePath": "src/MobileFilterMenu.jsx",
- "line": 55,
+ "line": 56,
"column": 14,
- "index": 1974
+ "index": 2076
},
{
"filePath": "src/MobileFilterMenu.jsx",
- "line": 74,
+ "line": 76,
"column": 16,
- "index": 2682
+ "index": 2827
}
],
"Badge": [
{
"filePath": "src/CurrentRefinements.jsx",
- "line": 81,
+ "line": 82,
"column": 10,
- "index": 2964
+ "index": 3042
},
{
"filePath": "src/CurrentRefinements.jsx",
- "line": 95,
+ "line": 96,
"column": 10,
- "index": 3652
+ "index": 3750
},
{
"filePath": "src/FacetItem.jsx",
@@ -32689,14 +29264,6 @@
"index": 686
}
],
- "CloseSmall": [
- {
- "filePath": "src/CurrentRefinements.jsx",
- "line": 88,
- "column": 12,
- "index": 3370
- }
- ],
"Dropdown": [
{
"filePath": "src/FacetDropdown.jsx",
@@ -32809,22 +29376,6 @@
"index": 649
}
],
- "ArrowDropDown": [
- {
- "filePath": "src/MobileFilterMenu.jsx",
- "line": 32,
- "column": 10,
- "index": 1171
- }
- ],
- "Close": [
- {
- "filePath": "src/MobileFilterMenu.jsx",
- "line": 60,
- "column": 16,
- "index": 2155
- }
- ],
"SearchField.Advanced": [
{
"filePath": "src/SearchBox.jsx",
@@ -32921,42 +29472,12 @@
"index": 1984
}
],
- "Icon": [
- {
- "filePath": "src/SearchPagination.jsx",
- "line": 21,
- "column": 10,
- "index": 619
- },
- {
- "filePath": "src/SearchPagination.jsx",
- "line": 27,
- "column": 10,
- "index": 759
- }
- ],
- "ArrowBackIos": [
- {
- "filePath": "src/SearchPagination.jsx",
- "line": 21,
- "column": 21,
- "index": 630
- }
- ],
- "ArrowForwardIos": [
- {
- "filePath": "src/SearchPagination.jsx",
- "line": 27,
- "column": 21,
- "index": 770
- }
- ],
"Pagination": [
{
"filePath": "src/SearchPagination.jsx",
- "line": 52,
+ "line": 53,
"column": 4,
- "index": 1224
+ "index": 1315
}
],
"ResponsiveContext.Provider": [
@@ -33084,7 +29605,7 @@
}
},
{
- "version": "20.45.5",
+ "version": "20.34.0",
"name": "@edx/frontend-lib-content-components",
"repository": {
"type": "git",
@@ -33101,9 +29622,9 @@
},
{
"filePath": "src/editors/containers/TextEditor/index.jsx",
- "line": 67,
+ "line": 65,
"column": 8,
- "index": 1675
+ "index": 1611
}
],
"ModalDialog.Footer": [
@@ -33129,7 +29650,7 @@
"filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
"line": 42,
"column": 4,
- "index": 878
+ "index": 837
}
],
"ActionRow": [
@@ -33141,9 +29662,9 @@
},
{
"filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx",
- "line": 63,
+ "line": 61,
"column": 10,
- "index": 1898
+ "index": 1842
},
{
"filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx",
@@ -33231,9 +29752,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 126,
+ "line": 123,
"column": 12,
- "index": 3792
+ "index": 3634
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
@@ -33249,9 +29770,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 80,
+ "line": 77,
"column": 10,
- "index": 2413
+ "index": 2277
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
@@ -33263,37 +29784,13 @@
"filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
"line": 43,
"column": 6,
- "index": 905
+ "index": 864
},
{
"filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
"line": 34,
"column": 2,
"index": 604
- },
- {
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 185,
- "column": 6,
- "index": 4666
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 48,
- "column": 10,
- "index": 1297
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 100,
- "column": 6,
- "index": 3189
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 122,
- "column": 6,
- "index": 4213
}
],
"Hyperlink": [
@@ -33341,57 +29838,15 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/SocialShareWidget/index.jsx",
- "line": 75,
+ "line": 77,
"column": 8,
- "index": 2274
+ "index": 2264
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx",
"line": 48,
"column": 14,
"index": 1516
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 101,
- "column": 37,
- "index": 3272
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 104,
- "column": 10,
- "index": 3457
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 108,
- "column": 10,
- "index": 3675
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 113,
- "column": 10,
- "index": 3892
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 120,
- "column": 8,
- "index": 4136
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 130,
- "column": 8,
- "index": 4666
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 132,
- "column": 8,
- "index": 4786
}
],
"ActionRow.Spacer": [
@@ -33475,9 +29930,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 147,
+ "line": 144,
"column": 14,
- "index": 4679
+ "index": 4521
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
@@ -33493,9 +29948,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 85,
+ "line": 82,
"column": 12,
- "index": 2544
+ "index": 2408
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
@@ -33507,7 +29962,7 @@
"filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
"line": 45,
"column": 8,
- "index": 948
+ "index": 907
},
{
"filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
@@ -33519,37 +29974,7 @@
"filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
"line": 89,
"column": 8,
- "index": 2301
- },
- {
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 187,
- "column": 8,
- "index": 4774
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 49,
- "column": 12,
- "index": 1393
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 96,
- "column": 12,
- "index": 3094
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 102,
- "column": 8,
- "index": 3382
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 131,
- "column": 8,
- "index": 4757
+ "index": 2249
}
],
"Button": [
@@ -33567,27 +29992,27 @@
},
{
"filePath": "src/editors/containers/EditorContainer/index.jsx",
- "line": 37,
+ "line": 36,
"column": 10,
- "index": 1093
+ "index": 1059
},
{
"filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx",
- "line": 64,
+ "line": 62,
"column": 12,
- "index": 1922
+ "index": 1866
},
{
"filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx",
- "line": 67,
+ "line": 65,
"column": 12,
- "index": 2099
+ "index": 2043
},
{
"filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx",
- "line": 94,
+ "line": 93,
"column": 12,
- "index": 3125
+ "index": 3063
},
{
"filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx",
@@ -33621,9 +30046,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/SelectVideoModal.jsx",
- "line": 41,
+ "line": 39,
"column": 21,
- "index": 1055
+ "index": 939
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx",
@@ -33651,9 +30076,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 168,
+ "line": 165,
"column": 10,
- "index": 5468
+ "index": 5310
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
@@ -33663,15 +30088,15 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 61,
+ "line": 58,
"column": 16,
- "index": 1729
+ "index": 1593
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 64,
+ "line": 61,
"column": 16,
- "index": 1918
+ "index": 1782
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
@@ -33679,12 +30104,6 @@
"column": 6,
"index": 4893
},
- {
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx",
- "line": 26,
- "column": 4,
- "index": 942
- },
{
"filePath": "src/editors/sharedComponents/Button/index.jsx",
"line": 12,
@@ -33744,54 +30163,6 @@
"line": 30,
"column": 8,
"index": 622
- },
- {
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 189,
- "column": 10,
- "index": 4845
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 33,
- "column": 8,
- "index": 785
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 50,
- "column": 12,
- "index": 1426
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 54,
- "column": 14,
- "index": 1634
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 63,
- "column": 14,
- "index": 1934
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 72,
- "column": 12,
- "index": 2229
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 79,
- "column": 12,
- "index": 2500
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 87,
- "column": 14,
- "index": 2804
}
],
"Spinner": [
@@ -33801,17 +30172,11 @@
"column": 16,
"index": 1799
},
- {
- "filePath": "src/editors/containers/GameEditor/index.jsx",
- "line": 52,
- "column": 12,
- "index": 1273
- },
{
"filePath": "src/editors/containers/ProblemEditor/index.jsx",
- "line": 34,
+ "line": 33,
"column": 8,
- "index": 1116
+ "index": 1098
},
{
"filePath": "src/editors/containers/ProblemEditor/index.test.jsx",
@@ -33839,21 +30204,15 @@
},
{
"filePath": "src/editors/containers/TextEditor/index.jsx",
- "line": 74,
+ "line": 72,
"column": 14,
- "index": 1917
+ "index": 1853
},
{
"filePath": "src/editors/containers/VideoEditor/index.jsx",
- "line": 50,
- "column": 12,
- "index": 1283
- },
- {
- "filePath": "src/editors/containers/VideoUploadEditor/index.jsx",
- "line": 127,
+ "line": 41,
"column": 10,
- "index": 4241
+ "index": 1043
},
{
"filePath": "src/editors/sharedComponents/SelectionModal/Gallery.jsx",
@@ -33979,9 +30338,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 118,
+ "line": 116,
"column": 10,
- "index": 3475
+ "index": 3387
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
@@ -34007,12 +30366,6 @@
"column": 4,
"index": 620
},
- {
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/FormGroup.jsx",
- "line": 19,
- "column": 4,
- "index": 502
- },
{
"filePath": "www/src/Gallery.jsx",
"line": 41,
@@ -34164,12 +30517,6 @@
"line": 36,
"column": 6,
"index": 661
- },
- {
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/FormGroup.jsx",
- "line": 24,
- "column": 6,
- "index": 627
}
],
"Form": [
@@ -34236,12 +30583,6 @@
"line": 107,
"column": 12,
"index": 3547
- },
- {
- "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx",
- "line": 38,
- "column": 6,
- "index": 810
}
],
"Check": [
@@ -34285,15 +30626,15 @@
},
{
"filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx",
- "line": 57,
+ "line": 55,
"column": 16,
- "index": 1463
+ "index": 1349
},
{
"filePath": "src/editors/containers/EditorContainer/index.jsx",
- "line": 62,
+ "line": 56,
"column": 20,
- "index": 1944
+ "index": 1776
},
{
"filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
@@ -34459,9 +30800,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 145,
+ "line": 142,
"column": 16,
- "index": 4564
+ "index": 4406
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx",
@@ -34477,21 +30818,21 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 88,
+ "line": 85,
"column": 24,
- "index": 2649
+ "index": 2513
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
- "line": 42,
+ "line": 41,
"column": 16,
- "index": 1357
+ "index": 1263
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/LanguageNamesWidget.jsx",
- "line": 21,
+ "line": 23,
"column": 6,
- "index": 778
+ "index": 841
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
@@ -34505,35 +30846,23 @@
"column": 12,
"index": 4654
},
- {
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx",
- "line": 36,
- "column": 6,
- "index": 1142
- },
{
"filePath": "src/editors/containers/VideoUploadEditor/index.jsx",
- "line": 50,
+ "line": 51,
"column": 12,
- "index": 1828
+ "index": 1927
},
{
"filePath": "src/editors/containers/VideoUploadEditor/index.jsx",
"line": 73,
- "column": 12,
- "index": 2992
+ "column": 10,
+ "index": 2989
},
{
"filePath": "src/editors/containers/VideoUploadEditor/index.jsx",
- "line": 119,
- "column": 22,
- "index": 3997
- },
- {
- "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx",
- "line": 43,
- "column": 16,
- "index": 1012
+ "line": 127,
+ "column": 18,
+ "index": 4424
},
{
"filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx",
@@ -34552,18 +30881,6 @@
"line": 52,
"column": 16,
"index": 1138
- },
- {
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 159,
- "column": 16,
- "index": 4140
- },
- {
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 174,
- "column": 16,
- "index": 4462
}
],
"Close": [
@@ -34575,9 +30892,9 @@
},
{
"filePath": "src/editors/containers/EditorContainer/index.jsx",
- "line": 61,
+ "line": 55,
"column": 17,
- "index": 1917
+ "index": 1749
},
{
"filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx",
@@ -34593,9 +30910,9 @@
},
{
"filePath": "src/editors/containers/VideoUploadEditor/index.jsx",
- "line": 118,
- "column": 19,
- "index": 3968
+ "line": 126,
+ "column": 15,
+ "index": 4399
},
{
"filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
@@ -34607,23 +30924,23 @@
"Truncate": [
{
"filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx",
- "line": 52,
+ "line": 50,
"column": 6,
- "index": 1326
+ "index": 1212
}
],
"IconButton": [
{
"filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx",
- "line": 55,
+ "line": 53,
"column": 6,
- "index": 1377
+ "index": 1263
},
{
"filePath": "src/editors/containers/EditorContainer/index.jsx",
- "line": 60,
+ "line": 54,
"column": 10,
- "index": 1888
+ "index": 1720
},
{
"filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx",
@@ -34681,21 +30998,21 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 87,
+ "line": 84,
"column": 14,
- "index": 2613
+ "index": 2477
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
- "line": 40,
+ "line": 39,
"column": 12,
- "index": 1305
+ "index": 1211
},
{
"filePath": "src/editors/containers/VideoUploadEditor/index.jsx",
- "line": 117,
- "column": 12,
- "index": 3937
+ "line": 125,
+ "column": 8,
+ "index": 4372
},
{
"filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx",
@@ -34708,34 +31025,22 @@
"line": 43,
"column": 16,
"index": 881
- },
- {
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 155,
- "column": 6,
- "index": 4014
- },
- {
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 170,
- "column": 6,
- "index": 4336
}
],
"EditOutline": [
{
"filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx",
- "line": 61,
+ "line": 59,
"column": 13,
- "index": 1556
+ "index": 1442
}
],
"ModalDialog.Header": [
{
"filePath": "src/editors/containers/EditorContainer/index.jsx",
- "line": 55,
+ "line": 49,
"column": 6,
- "index": 1646
+ "index": 1478
},
{
"filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx",
@@ -34759,9 +31064,9 @@
"ModalDialog.Body": [
{
"filePath": "src/editors/containers/EditorContainer/index.jsx",
- "line": 67,
+ "line": 61,
"column": 6,
- "index": 2057
+ "index": 1889
},
{
"filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx",
@@ -34779,7 +31084,7 @@
"filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
"line": 39,
"column": 4,
- "index": 796
+ "index": 755
}
],
"Collapsible.Advanced": [
@@ -34803,15 +31108,15 @@
},
{
"filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx",
- "line": 92,
+ "line": 91,
"column": 8,
- "index": 2995
+ "index": 2933
},
{
"filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx",
- "line": 106,
+ "line": 105,
"column": 6,
- "index": 3479
+ "index": 3417
},
{
"filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx",
@@ -34853,15 +31158,15 @@
},
{
"filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx",
- "line": 93,
+ "line": 92,
"column": 10,
- "index": 3059
+ "index": 2997
},
{
"filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx",
- "line": 107,
+ "line": 106,
"column": 8,
- "index": 3540
+ "index": 3478
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx",
@@ -34937,9 +31242,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 89,
+ "line": 86,
"column": 21,
- "index": 2676
+ "index": 2540
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
@@ -34969,9 +31274,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
- "line": 37,
+ "line": 36,
"column": 4,
- "index": 1190
+ "index": 1096
},
{
"filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
@@ -34983,7 +31288,7 @@
"filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
"line": 73,
"column": 6,
- "index": 1772
+ "index": 1746
}
],
"Dropdown.Toggle": [
@@ -35007,9 +31312,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
- "line": 38,
+ "line": 37,
"column": 6,
- "index": 1207
+ "index": 1113
},
{
"filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
@@ -35021,7 +31326,7 @@
"filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
"line": 74,
"column": 8,
- "index": 1791
+ "index": 1765
}
],
"Add": [
@@ -35039,9 +31344,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 171,
+ "line": 168,
"column": 24,
- "index": 5607
+ "index": 5449
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
@@ -35051,15 +31356,9 @@
},
{
"filePath": "src/editors/sharedComponents/SelectionModal/index.jsx",
- "line": 74,
- "column": 22,
- "index": 1666
- },
- {
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 191,
- "column": 24,
- "index": 4921
+ "line": 72,
+ "column": 28,
+ "index": 1617
}
],
"Dropdown.Menu": [
@@ -35083,21 +31382,21 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
- "line": 46,
+ "line": 45,
"column": 6,
- "index": 1435
+ "index": 1341
},
{
"filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
"line": 63,
"column": 6,
- "index": 1468
+ "index": 1442
},
{
"filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
"line": 77,
"column": 8,
- "index": 1977
+ "index": 1925
}
],
"Dropdown.Item": [
@@ -35151,33 +31450,33 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
- "line": 47,
+ "line": 46,
"column": 8,
- "index": 1500
+ "index": 1406
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
- "line": 53,
+ "line": 52,
"column": 8,
- "index": 1707
+ "index": 1613
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
- "line": 56,
+ "line": 55,
"column": 8,
- "index": 1885
+ "index": 1791
},
{
"filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
"line": 65,
"column": 10,
- "index": 1538
+ "index": 1512
},
{
"filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
"line": 79,
"column": 12,
- "index": 2053
+ "index": 2001
}
],
"Form.Label": [
@@ -35245,17 +31544,17 @@
"AlertModal": [
{
"filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx",
- "line": 56,
+ "line": 54,
"column": 6,
- "index": 1611
+ "index": 1555
}
],
"Container": [
{
"filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx",
- "line": 102,
+ "line": 99,
"column": 10,
- "index": 3245
+ "index": 3157
},
{
"filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx",
@@ -35297,9 +31596,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 57,
+ "line": 54,
"column": 14,
- "index": 1563
+ "index": 1427
}
],
"Form.CheckboxSet": [
@@ -35323,12 +31622,6 @@
"column": 6,
"index": 660
},
- {
- "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx",
- "line": 32,
- "column": 4,
- "index": 710
- },
{
"filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx",
"line": 32,
@@ -35357,21 +31650,21 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/SocialShareWidget/index.jsx",
- "line": 54,
+ "line": 51,
"column": 6,
- "index": 1626
+ "index": 1499
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 127,
+ "line": 124,
"column": 14,
- "index": 3837
+ "index": 3679
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 149,
+ "line": 146,
"column": 12,
- "index": 4737
+ "index": 4579
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
@@ -35401,9 +31694,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 54,
+ "line": 51,
"column": 10,
- "index": 1403
+ "index": 1267
}
],
"Alert": [
@@ -35427,9 +31720,9 @@
},
{
"filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx",
- "line": 47,
+ "line": 43,
"column": 4,
- "index": 1119
+ "index": 984
},
{
"filePath": "src/editors/sharedComponents/RawEditor/index.jsx",
@@ -35575,9 +31868,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 136,
+ "line": 133,
"column": 14,
- "index": 4268
+ "index": 4110
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
@@ -35595,9 +31888,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 140,
+ "line": 137,
"column": 18,
- "index": 4387
+ "index": 4229
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
@@ -35633,15 +31926,9 @@
},
{
"filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx",
- "line": 37,
+ "line": 27,
"column": 8,
- "index": 924
- },
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 133,
- "column": 10,
- "index": 4867
+ "index": 843
}
],
"SelectableBox.Set": [
@@ -35655,7 +31942,7 @@
"filePath": "src/editors/sharedComponents/SelectionModal/Gallery.jsx",
"line": 68,
"column": 8,
- "index": 1461
+ "index": 1458
}
],
"SelectableBox": [
@@ -35729,9 +32016,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 116,
+ "line": 114,
"column": 6,
- "index": 3421
+ "index": 3333
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx",
@@ -35741,9 +32028,9 @@
},
{
"filePath": "src/editors/sharedComponents/SelectionModal/index.jsx",
- "line": 111,
+ "line": 103,
"column": 6,
- "index": 2749
+ "index": 2618
}
],
"ModalDialog.Title": [
@@ -35763,7 +32050,7 @@
"filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
"line": 34,
"column": 6,
- "index": 679
+ "index": 638
}
],
"ModalDialog": [
@@ -35791,7 +32078,7 @@
"filePath": "src/editors/sharedComponents/BaseModal/index.jsx",
"line": 46,
"column": 8,
- "index": 977
+ "index": 936
}
],
"InfoOutline": [
@@ -35803,9 +32090,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx",
- "line": 145,
+ "line": 142,
"column": 27,
- "index": 4575
+ "index": 4417
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx",
@@ -35826,12 +32113,6 @@
"line": 42,
"column": 76,
"index": 1529
- },
- {
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 158,
- "column": 13,
- "index": 4112
}
],
"ExpandLess": [
@@ -35840,12 +32121,6 @@
"line": 48,
"column": 78,
"index": 1846
- },
- {
- "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx",
- "line": 173,
- "column": 13,
- "index": 4434
}
],
"Form.Row": [
@@ -35871,9 +32146,9 @@
},
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx",
- "line": 41,
+ "line": 40,
"column": 13,
- "index": 1330
+ "index": 1236
}
],
"FileUpload": [
@@ -35891,9 +32166,9 @@
},
{
"filePath": "src/editors/containers/VideoUploadEditor/index.jsx",
- "line": 50,
+ "line": 51,
"column": 23,
- "index": 1839
+ "index": 1938
}
],
"Copyright": [
@@ -35997,33 +32272,33 @@
"Card.Header": [
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 55,
+ "line": 52,
"column": 12,
- "index": 1439
+ "index": 1303
}
],
"Card.Body": [
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 56,
+ "line": 53,
"column": 12,
- "index": 1537
+ "index": 1401
}
],
"Card.Footer": [
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx",
- "line": 60,
+ "line": 57,
"column": 14,
- "index": 1699
+ "index": 1563
}
],
"ClosedCaption": [
{
"filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/LanguageNamesWidget.jsx",
- "line": 16,
+ "line": 18,
"column": 4,
- "index": 669
+ "index": 732
}
],
"Alert.Heading": [
@@ -36035,135 +32310,33 @@
},
{
"filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx",
- "line": 55,
+ "line": 51,
"column": 10,
- "index": 1264
- }
- ],
- "ArrowBackIos": [
- {
- "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx",
- "line": 36,
- "column": 17,
- "index": 1153
- },
- {
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx",
- "line": 65,
- "column": 20,
- "index": 1970
+ "index": 1129
}
],
"ArrowForward": [
{
"filePath": "src/editors/containers/VideoUploadEditor/index.jsx",
"line": 73,
- "column": 23,
- "index": 3003
- }
- ],
- "DragIndicator": [
- {
- "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx",
- "line": 42,
- "column": 13,
- "index": 981
+ "column": 21,
+ "index": 3000
}
],
"Error": [
{
"filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx",
- "line": 49,
+ "line": 45,
"column": 12,
- "index": 1161
- }
- ],
- "paragon": [
- {
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 70,
- "column": 6,
- "index": 2398
- },
- {
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 73,
- "column": 6,
- "index": 2514
- },
- {
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 77,
- "column": 6,
- "index": 2681
- },
- {
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 81,
- "column": 6,
- "index": 2842
- },
- {
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 84,
- "column": 6,
- "index": 2958
- },
- {
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 93,
- "column": 6,
- "index": 3409
- },
- {
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 94,
- "column": 6,
- "index": 3449
- },
- {
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 95,
- "column": 6,
- "index": 3489
- },
- {
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 96,
- "column": 6,
- "index": 3531
- },
- {
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 97,
- "column": 6,
- "index": 3565
+ "index": 1026
}
],
- "icons": [
- {
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 88,
- "column": 6,
- "index": 3204
- },
- {
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 90,
- "column": 6,
- "index": 3316
- },
- {
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 98,
- "column": 6,
- "index": 3605
- },
+ "ArrowBackIos": [
{
- "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx",
- "line": 99,
- "column": 6,
- "index": 3639
+ "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx",
+ "line": 65,
+ "column": 20,
+ "index": 1970
}
],
"Scrollable": [
@@ -36171,21 +32344,21 @@
"filePath": "src/editors/sharedComponents/SelectionModal/Gallery.jsx",
"line": 66,
"column": 4,
- "index": 1339
+ "index": 1337
}
],
"Badge": [
{
"filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx",
- "line": 42,
+ "line": 32,
"column": 10,
- "index": 1112
+ "index": 1015
},
{
"filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx",
- "line": 47,
+ "line": 37,
"column": 10,
- "index": 1315
+ "index": 1218
}
],
"Search": [
@@ -36201,7 +32374,7 @@
"filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
"line": 90,
"column": 8,
- "index": 2330
+ "index": 2278
}
],
"Form.Switch": [
@@ -36209,29 +32382,13 @@
"filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx",
"line": 95,
"column": 10,
- "index": 2444
- }
- ],
- "Help": [
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 37,
- "column": 22,
- "index": 937
- }
- ],
- "TransitionReplace": [
- {
- "filePath": "src/footer/Footer.jsx",
- "line": 46,
- "column": 6,
- "index": 1247
+ "index": 2392
}
]
}
},
{
- "version": "20.36.0",
+ "version": "20.32.0",
"name": "content-components-gallery",
"folderName": "www",
"usages": {
@@ -36286,7 +32443,7 @@
}
},
{
- "version": "20.44.0",
+ "version": "20.22.4",
"name": "@edx/frontend-lib-special-exams",
"repository": {
"type": "git",
@@ -36297,29 +32454,29 @@
"Spinner": [
{
"filePath": "src/exam/Exam.jsx",
- "line": 78,
+ "line": 77,
"column": 8,
- "index": 2982
+ "index": 2933
},
{
"filePath": "src/instructions/proctored_exam/ReadyToStartProctoredExamInstructions.jsx",
- "line": 126,
+ "line": 125,
"column": 32,
- "index": 4472
+ "index": 4418
}
],
"Alert": [
{
"filePath": "src/exam/Exam.jsx",
- "line": 99,
+ "line": 97,
"column": 8,
- "index": 3701
+ "index": 3592
},
{
"filePath": "src/exam/ExamAPIError.jsx",
"line": 16,
"column": 4,
- "index": 618
+ "index": 615
},
{
"filePath": "src/instructions/UnknownAttemptStatusError.jsx",
@@ -36329,23 +32486,23 @@
},
{
"filePath": "src/timer/ExamTimerBlock.jsx",
- "line": 62,
+ "line": 61,
"column": 6,
- "index": 2077
+ "index": 2019
}
],
"Info": [
{
"filePath": "src/exam/Exam.jsx",
- "line": 99,
+ "line": 97,
"column": 36,
- "index": 3729
+ "index": 3620
},
{
"filePath": "src/exam/ExamAPIError.jsx",
"line": 17,
"column": 17,
- "index": 699
+ "index": 696
}
],
"Icon": [
@@ -36353,7 +32510,7 @@
"filePath": "src/exam/ExamAPIError.jsx",
"line": 17,
"column": 6,
- "index": 688
+ "index": 685
},
{
"filePath": "src/timer/CountDownTimer.jsx",
@@ -36373,7 +32530,7 @@
"filePath": "src/exam/ExamAPIError.jsx",
"line": 18,
"column": 6,
- "index": 737
+ "index": 734
},
{
"filePath": "src/instructions/UnknownAttemptStatusError.jsx",
@@ -36387,7 +32544,7 @@
"filePath": "src/exam/ExamAPIError.jsx",
"line": 31,
"column": 16,
- "index": 1305
+ "index": 1302
},
{
"filePath": "src/instructions/proctored_exam/ErrorProctoredExamInstructions.jsx",
@@ -36431,7 +32588,7 @@
"filePath": "src/instructions/proctored_exam/download-instructions/index.jsx",
"line": 104,
"column": 6,
- "index": 3566
+ "index": 3596
},
{
"filePath": "src/instructions/proctored_exam/OnboardingErrorExamInstructions.jsx",
@@ -36447,9 +32604,9 @@
},
{
"filePath": "src/instructions/proctored_exam/ReadyToStartProctoredExamInstructions.jsx",
- "line": 33,
+ "line": 32,
"column": 6,
- "index": 1030
+ "index": 972
},
{
"filePath": "src/instructions/proctored_exam/SkipProctoredExamInstruction.jsx",
@@ -36607,15 +32764,15 @@
},
{
"filePath": "src/instructions/proctored_exam/ReadyToStartProctoredExamInstructions.jsx",
- "line": 87,
+ "line": 86,
"column": 10,
- "index": 3154
+ "index": 3098
},
{
"filePath": "src/instructions/proctored_exam/ReadyToStartProctoredExamInstructions.jsx",
- "line": 120,
+ "line": 119,
"column": 8,
- "index": 4282
+ "index": 4228
},
{
"filePath": "src/instructions/proctored_exam/SkipProctoredExamButton.jsx",
@@ -36637,9 +32794,9 @@
},
{
"filePath": "src/instructions/proctored_exam/SubmitProctoredExamInstructions.jsx",
- "line": 61,
+ "line": 62,
"column": 6,
- "index": 2208
+ "index": 2223
},
{
"filePath": "src/instructions/proctored_exam/WarningModal.jsx",
@@ -36667,9 +32824,9 @@
},
{
"filePath": "src/timer/ExamTimerBlock.jsx",
- "line": 118,
+ "line": 117,
"column": 14,
- "index": 4189
+ "index": 4131
}
],
"useToggle": [
@@ -36805,27 +32962,27 @@
"Alert.Link": [
{
"filePath": "src/timer/ExamTimerBlock.jsx",
- "line": 73,
+ "line": 72,
"column": 18,
- "index": 2490
+ "index": 2432
},
{
"filePath": "src/timer/ExamTimerBlock.jsx",
- "line": 91,
+ "line": 90,
"column": 20,
- "index": 3209
+ "index": 3151
},
{
"filePath": "src/timer/ExamTimerBlock.jsx",
- "line": 100,
+ "line": 99,
"column": 18,
- "index": 3530
+ "index": 3472
}
]
}
},
{
- "version": "20.46.2",
+ "version": "20.30.1",
"name": "@edx/frontend-platform",
"repository": {
"type": "git",
@@ -36868,7 +33025,7 @@
}
},
{
- "version": "20.46.2",
+ "version": "20.32.0",
"name": "@edx/frontend-template-application",
"repository": {
"type": "git",
@@ -36887,7 +33044,7 @@
}
},
{
- "version": "20.46.2",
+ "version": "20.32.3",
"name": "@edx/gatsby-react-app",
"repository": {
"type": "git",
@@ -36906,19 +33063,19 @@
"filePath": "src/packages/common/ui/Card/index.jsx",
"line": 172,
"column": 68,
- "index": 5776
+ "index": 5769
},
{
"filePath": "src/packages/common/ui/Header/components/mobile-navigation/MenuAccordion/index.jsx",
- "line": 111,
+ "line": 110,
"column": 21,
- "index": 3036
+ "index": 2974
},
{
"filePath": "src/packages/common/ui/Header/components/SiteNav/components/SiteNavLink.jsx",
- "line": 92,
+ "line": 93,
"column": 15,
- "index": 2562
+ "index": 2597
},
{
"filePath": "src/packages/exec-ed-page/components/MobileCollapsibleSection.jsx",
@@ -36931,38 +33088,20 @@
"line": 105,
"column": 33,
"index": 3783
- },
- {
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 871,
- "column": 35,
- "index": 41310
}
],
"Container": [
{
"filePath": "src/packages/about-edx-page/template/AboutEdXPage/index.jsx",
- "line": 269,
+ "line": 377,
"column": 12,
- "index": 12734
+ "index": 18441
},
{
"filePath": "src/packages/about-edx-page/template/AboutEdXPage/index.jsx",
- "line": 296,
+ "line": 401,
"column": 12,
- "index": 14437
- },
- {
- "filePath": "src/packages/become-page/components/BecomeHero.jsx",
- "line": 9,
- "column": 6,
- "index": 319
- },
- {
- "filePath": "src/packages/become-page/components/steps.jsx",
- "line": 21,
- "column": 6,
- "index": 775
+ "index": 19997
},
{
"filePath": "src/packages/careers-page/components/Hero/index.jsx",
@@ -36974,19 +33113,19 @@
"filePath": "src/packages/careers-page/template/CareersPage/index.jsx",
"line": 105,
"column": 10,
- "index": 5104
+ "index": 5097
},
{
"filePath": "src/packages/careers-page/template/CareersPage/index.jsx",
- "line": 122,
+ "line": 127,
"column": 10,
- "index": 6062
+ "index": 6212
},
{
"filePath": "src/packages/careers-page/template/CareersPage/index.jsx",
- "line": 130,
+ "line": 135,
"column": 10,
- "index": 6691
+ "index": 6841
},
{
"filePath": "src/packages/common/ui/Form/StandaloneHubspotCaptureForm/index.jsx",
@@ -36996,21 +33135,27 @@
},
{
"filePath": "src/packages/common/ui/Hero/variants/BootcampVariant.jsx",
- "line": 74,
- "column": 6,
- "index": 2353
+ "line": 53,
+ "column": 8,
+ "index": 2163
+ },
+ {
+ "filePath": "src/packages/common/ui/RecommendationsContainer/index.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 620
},
{
"filePath": "src/packages/common/ui/SitewideBanner/index.jsx",
- "line": 64,
- "column": 8,
- "index": 2287
+ "line": 76,
+ "column": 6,
+ "index": 2491
},
{
"filePath": "src/packages/degree-page/components/TabSections/index.jsx",
- "line": 173,
+ "line": 168,
"column": 6,
- "index": 6005
+ "index": 5874
},
{
"filePath": "src/packages/exec-ed-page/components/AboutCourse.jsx",
@@ -37026,9 +33171,9 @@
},
{
"filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
- "line": 247,
+ "line": 244,
"column": 6,
- "index": 7936
+ "index": 7773
},
{
"filePath": "src/packages/exec-ed-page/components/Factoid/index.jsx",
@@ -37046,31 +33191,31 @@
"filePath": "src/packages/exec-ed-page/components/WhyGetsmarter/index.jsx",
"line": 16,
"column": 6,
- "index": 547
+ "index": 540
},
{
"filePath": "src/packages/exec-ed-page/template/ExecEdDetailPage/index.jsx",
- "line": 514,
+ "line": 468,
"column": 18,
- "index": 20467
+ "index": 18194
},
{
"filePath": "src/packages/home-page/components/Audiences/index.jsx",
"line": 19,
"column": 6,
- "index": 695
+ "index": 688
},
{
"filePath": "src/packages/home-page/components/EdxVision/index.jsx",
"line": 10,
"column": 6,
- "index": 332
+ "index": 325
},
{
"filePath": "src/packages/home-page/components/Hero/index.jsx",
- "line": 60,
+ "line": 75,
"column": 10,
- "index": 1932
+ "index": 2480
},
{
"filePath": "src/packages/home-page/components/MarketingTakeover/index.jsx",
@@ -37079,28 +33224,28 @@
"index": 578
},
{
- "filePath": "src/packages/home-page/components/NewOnEdxCarousel/index.jsx",
- "line": 60,
+ "filePath": "src/packages/home-page/components/MarketingTakeover/index.jsx",
+ "line": 48,
"column": 6,
- "index": 1904
+ "index": 1574
},
{
- "filePath": "src/packages/home-page/components/Recommendations/components/RecommendationsBase.jsx",
- "line": 21,
+ "filePath": "src/packages/home-page/components/NewOnEdxCarousel/index.jsx",
+ "line": 40,
"column": 6,
- "index": 675
+ "index": 1231
},
{
"filePath": "src/packages/home-page/components/SubjectList/index.jsx",
"line": 16,
"column": 6,
- "index": 516
+ "index": 509
},
{
"filePath": "src/packages/home-page/components/Trustbar/index.jsx",
"line": 12,
"column": 4,
- "index": 383
+ "index": 376
},
{
"filePath": "src/packages/home-page/components/UniversalDesignOfLearning/index.jsx",
@@ -37112,19 +33257,19 @@
"filePath": "src/packages/learn-index-page/components/Hero.jsx",
"line": 22,
"column": 6,
- "index": 785
+ "index": 778
},
{
"filePath": "src/packages/learn-index-page/template/AllTopicsPage/index.jsx",
- "line": 80,
+ "line": 70,
"column": 10,
- "index": 3181
+ "index": 2989
},
{
"filePath": "src/packages/learn-index-page/template/AllTopicsPage/index.jsx",
- "line": 92,
+ "line": 81,
"column": 8,
- "index": 3770
+ "index": 3506
},
{
"filePath": "src/packages/learn-index-page/template/LearnIndexPage/index.jsx",
@@ -37134,9 +33279,9 @@
},
{
"filePath": "src/packages/learn-page/components/DynamicProductList/index.jsx",
- "line": 233,
+ "line": 224,
"column": 6,
- "index": 8281
+ "index": 7858
},
{
"filePath": "src/packages/learn-page/components/Hero/index.jsx",
@@ -37148,37 +33293,37 @@
"filePath": "src/packages/learn-page/components/RelatedTopics/index.jsx",
"line": 20,
"column": 6,
- "index": 553
+ "index": 546
},
{
"filePath": "src/packages/learn-page/template/LearnPage/index.jsx",
- "line": 200,
+ "line": 149,
"column": 10,
- "index": 7268
+ "index": 5933
},
{
"filePath": "src/packages/learn-page/template/LearnPage/index.jsx",
- "line": 222,
+ "line": 171,
"column": 12,
- "index": 8186
+ "index": 6851
},
{
"filePath": "src/packages/learn-page/template/LearnPage/index.jsx",
- "line": 262,
+ "line": 211,
"column": 10,
- "index": 9412
+ "index": 8077
},
{
"filePath": "src/packages/learn-page/template/LearnPage/index.jsx",
- "line": 311,
+ "line": 260,
"column": 10,
- "index": 11114
+ "index": 9779
},
{
"filePath": "src/packages/modular-page/components/Section/index.jsx",
- "line": 23,
+ "line": 24,
"column": 6,
- "index": 690
+ "index": 747
},
{
"filePath": "src/packages/modular-page/components/SplitView/index.jsx",
@@ -37190,7 +33335,7 @@
"filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx",
"line": 90,
"column": 6,
- "index": 3486
+ "index": 3479
},
{
"filePath": "src/packages/modular-page/modules/AdmissionsAboutSection/index.jsx",
@@ -37208,37 +33353,37 @@
"filePath": "src/packages/modular-page/modules/FeaturedProductsModule/index.jsx",
"line": 63,
"column": 4,
- "index": 1931
+ "index": 1924
},
{
"filePath": "src/packages/modular-page/modules/MoreInfoCTAModule/index.jsx",
"line": 26,
"column": 4,
- "index": 937
+ "index": 930
},
{
"filePath": "src/packages/modular-page/modules/PartnershipModule/index.jsx",
"line": 37,
"column": 6,
- "index": 1058
+ "index": 1051
},
{
"filePath": "src/packages/modular-page/modules/PlacementAboutSection/index.jsx",
- "line": 31,
+ "line": 30,
"column": 4,
- "index": 812
+ "index": 788
},
{
"filePath": "src/packages/modular-page/modules/ProgramReferralModule/index.jsx",
- "line": 32,
+ "line": 22,
"column": 6,
- "index": 942
+ "index": 585
},
{
"filePath": "src/packages/modular-page/modules/UpcomingProgramModule/index.jsx",
- "line": 57,
+ "line": 43,
"column": 6,
- "index": 1954
+ "index": 1425
},
{
"filePath": "src/packages/open-course-page/components/BusinessBlock/variants/DesktopVariant.jsx",
@@ -37254,15 +33399,15 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseHeader/index.jsx",
- "line": 34,
+ "line": 29,
"column": 6,
- "index": 955
+ "index": 789
},
{
"filePath": "src/packages/open-course-page/components/CourseMain/variants/DesktopVariant.jsx",
"line": 95,
"column": 4,
- "index": 3340
+ "index": 3275
},
{
"filePath": "src/packages/open-course-page/components/CourseMain/variants/MobileVariant.jsx",
@@ -37272,27 +33417,15 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 232,
- "column": 4,
- "index": 9323
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseModes/Variant/index.jsx",
- "line": 240,
- "column": 6,
- "index": 10674
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseModes/Variant/index.jsx",
- "line": 288,
+ "line": 204,
"column": 6,
- "index": 13205
+ "index": 8228
},
{
"filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx",
- "line": 112,
+ "line": 88,
"column": 8,
- "index": 4298
+ "index": 3394
},
{
"filePath": "src/packages/open-course-page/components/CourseRecommendations/Variant1/index.jsx",
@@ -37300,29 +33433,17 @@
"column": 4,
"index": 409
},
- {
- "filePath": "src/packages/open-course-page/components/CourseRunModal/index.jsx",
- "line": 240,
- "column": 10,
- "index": 10026
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseRunModal/index.jsx",
- "line": 297,
- "column": 8,
- "index": 12471
- },
{
"filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx",
- "line": 148,
+ "line": 138,
"column": 4,
- "index": 5585
+ "index": 5179
},
{
"filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx",
- "line": 186,
+ "line": 176,
"column": 12,
- "index": 5855
+ "index": 5196
},
{
"filePath": "src/packages/open-course-page/components/FAQ/index.jsx",
@@ -37332,27 +33453,27 @@
},
{
"filePath": "src/packages/open-course-page/components/Instructors/variants/MobileVariant.jsx",
- "line": 11,
+ "line": 12,
"column": 4,
- "index": 286
+ "index": 350
},
{
"filePath": "src/packages/open-course-page/components/ProductRecommendations/components/ProductRecommendationsContainer.jsx",
"line": 43,
"column": 4,
- "index": 1665
+ "index": 1681
},
{
"filePath": "src/packages/open-course-page/components/ProgramUpsell/ProgramUpsellWidget.jsx",
"line": 96,
"column": 6,
- "index": 3164
+ "index": 3152
},
{
"filePath": "src/packages/open-course-page/components/StickyNav/index.jsx",
- "line": 203,
+ "line": 192,
"column": 12,
- "index": 7044
+ "index": 6442
},
{
"filePath": "src/packages/product-page/components/PLPFooter/index.jsx",
@@ -37364,7 +33485,7 @@
"filePath": "src/packages/product-page/components/PLPHeader/index.jsx",
"line": 25,
"column": 6,
- "index": 965
+ "index": 958
},
{
"filePath": "src/packages/program-page/components/AboutEdx/index.jsx",
@@ -37374,1307 +33495,831 @@
},
{
"filePath": "src/packages/program-page/components/ProgramDataBar/index.jsx",
- "line": 48,
- "column": 10,
- "index": 1274
- },
- {
- "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 476,
- "column": 8,
- "index": 18345
- },
- {
- "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 477,
- "column": 10,
- "index": 18419
- },
- {
- "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 478,
- "column": 12,
- "index": 18453
- },
- {
- "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 663,
- "column": 12,
- "index": 27821
- },
- {
- "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 671,
- "column": 12,
- "index": 28292
- },
- {
- "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 690,
- "column": 8,
- "index": 29054
- },
- {
- "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 813,
- "column": 12,
- "index": 34738
- },
- {
- "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 814,
- "column": 14,
- "index": 34791
- },
- {
- "filePath": "src/packages/program-page/components/SubjectTopics/index.jsx",
- "line": 59,
- "column": 8,
- "index": 1803
- },
- {
- "filePath": "src/packages/program-page/components/SubjectTopics/index.jsx",
- "line": 69,
- "column": 10,
- "index": 2251
- },
- {
- "filePath": "src/packages/resource-page/template/ResourcePage/index.jsx",
- "line": 67,
- "column": 6,
- "index": 2496
- },
- {
- "filePath": "src/packages/search-page/components/BaseHeader/components/SearchInput.jsx",
- "line": 19,
- "column": 4,
- "index": 666
- },
- {
- "filePath": "src/packages/search-page/components/BaseHeader/components/TitleSection.jsx",
- "line": 13,
- "column": 6,
- "index": 408
- },
- {
- "filePath": "src/packages/search-page/components/BaseHeader/components/TitleSection.jsx",
- "line": 20,
- "column": 6,
- "index": 620
- },
- {
- "filePath": "src/packages/search-page/components/BaseHeader/SearchInput.jsx",
- "line": 19,
- "column": 4,
- "index": 662
- },
- {
- "filePath": "src/packages/search-page/components/BaseHeader/TitleSection.jsx",
- "line": 13,
- "column": 6,
- "index": 404
- },
- {
- "filePath": "src/packages/search-page/components/BaseHeader/TitleSection.jsx",
- "line": 20,
- "column": 6,
- "index": 616
- },
- {
- "filePath": "src/packages/search-page/components/CourseRecommendations/PostQuery/index.jsx",
- "line": 46,
- "column": 6,
- "index": 1542
- },
- {
- "filePath": "src/packages/search-page/components/PreQueryPage/components/PopularSearchLinks/index.jsx",
- "line": 36,
- "column": 4,
- "index": 1357
- },
- {
- "filePath": "src/packages/search-page/components/PreQueryPage/index.jsx",
- "line": 69,
- "column": 4,
- "index": 2295
- },
- {
- "filePath": "src/packages/search-page/components/QuizMatchRecommendations/index.jsx",
- "line": 73,
- "column": 4,
- "index": 2375
- },
- {
- "filePath": "src/packages/search-page/components/RefinementFilters/index.jsx",
- "line": 113,
- "column": 8,
- "index": 4016
- },
- {
- "filePath": "src/packages/search-page/components/Results/FirstLevelResult.jsx",
- "line": 48,
- "column": 4,
- "index": 1224
- },
- {
- "filePath": "src/packages/search-page/components/Results/SecondLevelResult.jsx",
- "line": 40,
- "column": 4,
- "index": 1203
- },
- {
- "filePath": "src/packages/search-page/components/SearchBreadcrumb/index.jsx",
- "line": 87,
- "column": 4,
- "index": 2949
- }
- ],
- "Icon": [
- {
- "filePath": "src/packages/bootcamp-page/components/BootCampStickyNav/index.jsx",
- "line": 53,
- "column": 8,
- "index": 1913
- },
- {
- "filePath": "src/packages/common/ui/Card/index.jsx",
- "line": 172,
- "column": 32,
- "index": 5740
- },
- {
- "filePath": "src/packages/common/ui/Card/index.jsx",
- "line": 173,
- "column": 31,
- "index": 5859
- },
- {
- "filePath": "src/packages/common/ui/Card/index.jsx",
- "line": 186,
- "column": 18,
- "index": 6473
- },
- {
- "filePath": "src/packages/common/ui/Carousel/index.jsx",
- "line": 250,
- "column": 14,
- "index": 7521
- },
- {
- "filePath": "src/packages/common/ui/Carousel/index.jsx",
- "line": 270,
- "column": 14,
- "index": 8339
- },
- {
- "filePath": "src/packages/common/ui/Collapsible/components/ParagonCollapsible/index.jsx",
- "line": 72,
- "column": 11,
- "index": 1837
- },
- {
- "filePath": "src/packages/common/ui/Footer/utils.jsx",
- "line": 383,
- "column": 12,
- "index": 17156
- },
- {
- "filePath": "src/packages/common/ui/Footer/utils.jsx",
- "line": 389,
- "column": 12,
- "index": 17400
- },
- {
- "filePath": "src/packages/common/ui/Footer/utils.jsx",
- "line": 395,
- "column": 12,
- "index": 17652
- },
- {
- "filePath": "src/packages/common/ui/Footer/utils.jsx",
- "line": 401,
- "column": 12,
- "index": 17906
- },
- {
- "filePath": "src/packages/common/ui/Header/components/mobile-navigation/MenuAccordion/index.jsx",
- "line": 111,
- "column": 10,
- "index": 3025
- },
- {
- "filePath": "src/packages/common/ui/Header/components/mobile-navigation/MenuAccordion/index.jsx",
- "line": 114,
- "column": 10,
- "index": 3150
- },
- {
- "filePath": "src/packages/common/ui/Header/components/SiteNav/components/SiteNavLink.jsx",
- "line": 93,
- "column": 18,
- "index": 2592
- },
- {
- "filePath": "src/packages/common/ui/PreviewExpand/index.jsx",
- "line": 66,
- "column": 10,
- "index": 1791
- },
- {
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsHeaderActions.jsx",
- "line": 85,
- "column": 8,
- "index": 2333
- },
- {
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsInput.jsx",
- "line": 47,
- "column": 8,
- "index": 1243
- },
- {
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsMessages.jsx",
- "line": 32,
- "column": 10,
- "index": 1498
- },
- {
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsMessages.jsx",
- "line": 41,
- "column": 10,
- "index": 2026
- },
- {
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertDisclaimer.jsx",
- "line": 35,
- "column": 14,
- "index": 1179
- },
- {
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertDisclaimer.jsx",
- "line": 48,
- "column": 12,
- "index": 1665
- },
- {
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertDisclaimerHeader.jsx",
- "line": 22,
- "column": 8,
- "index": 693
- },
- {
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertError.jsx",
- "line": 15,
- "column": 6,
- "index": 457
- },
- {
- "filePath": "src/packages/common/ui/xpert/experiments/ChatFloatingActionButton/index.jsx",
- "line": 148,
- "column": 14,
- "index": 5068
- },
- {
- "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx",
- "line": 167,
- "column": 19,
- "index": 4999
- },
- {
- "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx",
- "line": 182,
- "column": 8,
- "index": 5510
- },
- {
- "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx",
- "line": 206,
- "column": 12,
- "index": 6332
- },
- {
- "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx",
- "line": 267,
- "column": 16,
- "index": 8997
- },
- {
- "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx",
- "line": 277,
- "column": 16,
- "index": 9479
- },
- {
- "filePath": "src/packages/common/ui/xpert/experiments/SkillsBuilderFloatingActionButton/index.jsx",
- "line": 77,
- "column": 8,
- "index": 2643
- },
- {
- "filePath": "src/packages/common/ui/xpert/shared/FloatingActionPopup/FloatingActionPopupHeader.jsx",
- "line": 85,
- "column": 10,
- "index": 2816
- },
- {
- "filePath": "src/packages/common/ui/xpert/shared/ProactiveMessage/index.jsx",
- "line": 75,
- "column": 14,
- "index": 2515
- },
- {
- "filePath": "src/packages/degree-page/components/CTAButton/index.jsx",
- "line": 37,
- "column": 6,
- "index": 1274
- },
- {
- "filePath": "src/packages/degree-page/components/TabNavigation/index.jsx",
- "line": 117,
- "column": 10,
- "index": 3719
- },
- {
- "filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx",
- "line": 184,
- "column": 14,
- "index": 6625
- },
- {
- "filePath": "src/packages/exec-ed-page/components/CourseCurriculum/index.jsx",
- "line": 101,
- "column": 14,
- "index": 3479
- },
- {
- "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
- "line": 200,
- "column": 14,
- "index": 6554
- },
- {
- "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
- "line": 226,
- "column": 12,
- "index": 7420
- },
- {
- "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
- "line": 254,
- "column": 14,
- "index": 8312
- },
- {
- "filePath": "src/packages/exec-ed-page/components/MobileCollapsibleSection.jsx",
- "line": 21,
- "column": 10,
- "index": 905
- },
- {
- "filePath": "src/packages/exec-ed-page/components/MobileCollapsibleSection.jsx",
- "line": 24,
- "column": 10,
- "index": 1057
- },
- {
- "filePath": "src/packages/exec-ed-page/components/StickyNav2U.jsx",
- "line": 246,
- "column": 28,
- "index": 9158
- },
- {
- "filePath": "src/packages/exec-ed-page/components/WhyGetsmarter/index.jsx",
- "line": 53,
- "column": 16,
- "index": 2718
- },
- {
- "filePath": "src/packages/home-page/components/NewOnEdxCarousel/components/SubcategoriesList/index.jsx",
- "line": 63,
- "column": 20,
- "index": 2753
- },
- {
- "filePath": "src/packages/home-page/components/NewOnEdxCarousel/components/SubcategoriesList/index.jsx",
- "line": 79,
- "column": 20,
- "index": 3350
- },
- {
- "filePath": "src/packages/instructor-page/components/InstructorBioDynamic/components/Header/index.jsx",
- "line": 17,
- "column": 14,
- "index": 671
- },
- {
- "filePath": "src/packages/instructor-page/components/InstructorBioDynamic/components/Overview/index.jsx",
- "line": 20,
- "column": 13,
- "index": 827
- },
- {
- "filePath": "src/packages/instructor-page/components/InstructorBioDynamic/components/Overview/index.jsx",
- "line": 22,
- "column": 13,
- "index": 911
- },
- {
- "filePath": "src/packages/instructor-page/components/InstructorBioDynamic/components/Overview/index.jsx",
- "line": 24,
- "column": 13,
- "index": 1035
- },
- {
- "filePath": "src/packages/learn-index-page/components/Hero.jsx",
- "line": 16,
- "column": 9,
- "index": 650
- },
- {
- "filePath": "src/packages/learn-page/components/DynamicProductList/components/ProductFilter/index.jsx",
- "line": 40,
- "column": 12,
- "index": 1130
- },
- {
- "filePath": "src/packages/learn-page/components/DynamicProductList/components/ProductFilter/index.jsx",
- "line": 41,
- "column": 12,
- "index": 1223
- },
- {
- "filePath": "src/packages/learn-page/components/DynamicProductList/components/ProductInformation/index.jsx",
- "line": 47,
- "column": 12,
- "index": 1596
- },
- {
- "filePath": "src/packages/learn-page/template/LearnPage/index.jsx",
- "line": 40,
- "column": 9,
- "index": 2390
- },
- {
- "filePath": "src/packages/masters-program-page/template/MastersProgramDetailPage/index.jsx",
- "line": 360,
- "column": 20,
- "index": 13102
- },
- {
- "filePath": "src/packages/masters-program-page/template/MastersProgramDetailPage/index.jsx",
- "line": 525,
- "column": 22,
- "index": 21478
- },
- {
- "filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx",
- "line": 151,
- "column": 33,
- "index": 5871
- },
- {
- "filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx",
- "line": 191,
- "column": 33,
- "index": 7530
- },
- {
- "filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx",
- "line": 230,
- "column": 33,
- "index": 9204
+ "line": 135,
+ "column": 10,
+ "index": 3789
},
{
- "filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx",
- "line": 271,
- "column": 37,
- "index": 11058
+ "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
+ "line": 435,
+ "column": 8,
+ "index": 14621
},
{
- "filePath": "src/packages/modular-page/modules/BootCampCurriculumModule/index.jsx",
- "line": 88,
- "column": 12,
- "index": 3159
+ "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
+ "line": 436,
+ "column": 10,
+ "index": 14695
},
{
- "filePath": "src/packages/modular-page/modules/CollapsibleTextTabModule/index.jsx",
- "line": 42,
+ "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
+ "line": 437,
"column": 12,
- "index": 1438
+ "index": 14729
},
{
- "filePath": "src/packages/modular-page/modules/CollapsibleTextTabModule/index.jsx",
- "line": 117,
- "column": 16,
- "index": 3457
+ "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
+ "line": 663,
+ "column": 12,
+ "index": 26319
},
{
- "filePath": "src/packages/modular-page/modules/FeaturedProductsModule/index.jsx",
- "line": 88,
+ "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
+ "line": 671,
"column": 12,
- "index": 3066
+ "index": 26790
},
{
- "filePath": "src/packages/modular-page/modules/FootnoteModule/index.jsx",
- "line": 48,
- "column": 16,
- "index": 1778
+ "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
+ "line": 690,
+ "column": 8,
+ "index": 27552
},
{
- "filePath": "src/packages/modular-page/modules/FootnoteModule/index.jsx",
- "line": 118,
- "column": 16,
- "index": 4124
+ "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
+ "line": 872,
+ "column": 10,
+ "index": 35821
},
{
- "filePath": "src/packages/modular-page/modules/MediaModule/index.jsx",
- "line": 42,
- "column": 16,
- "index": 1585
+ "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
+ "line": 873,
+ "column": 12,
+ "index": 35872
},
{
- "filePath": "src/packages/modular-page/modules/MoreInfoCTAModule/index.jsx",
- "line": 41,
+ "filePath": "src/packages/program-page/components/SubjectTopics/index.jsx",
+ "line": 59,
"column": 8,
- "index": 1586
+ "index": 1796
},
{
- "filePath": "src/packages/modular-page/modules/PriceModule/index.jsx",
- "line": 92,
- "column": 12,
- "index": 2797
+ "filePath": "src/packages/program-page/components/SubjectTopics/index.jsx",
+ "line": 69,
+ "column": 10,
+ "index": 2244
},
{
- "filePath": "src/packages/modular-page/modules/ProgramReferralModule/index.jsx",
- "line": 66,
- "column": 16,
- "index": 2234
+ "filePath": "src/packages/resource-page/template/ResourcePage/index.jsx",
+ "line": 67,
+ "column": 6,
+ "index": 2489
},
{
- "filePath": "src/packages/modular-page/modules/ProgramReferralModule/index.jsx",
- "line": 79,
- "column": 16,
- "index": 2748
+ "filePath": "src/packages/search-page/components/BaseHeader/components/SearchInput.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 666
},
{
- "filePath": "src/packages/modular-page/modules/StatisticIconModule/index.jsx",
- "line": 32,
- "column": 14,
- "index": 1193
+ "filePath": "src/packages/search-page/components/BaseHeader/components/TitleSection.jsx",
+ "line": 13,
+ "column": 6,
+ "index": 408
},
{
- "filePath": "src/packages/modular-page/modules/TextModule/index.jsx",
- "line": 74,
- "column": 12,
- "index": 2333
+ "filePath": "src/packages/search-page/components/BaseHeader/components/TitleSection.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 620
},
{
- "filePath": "src/packages/modular-page/modules/UpcomingProgramModule/index.jsx",
- "line": 76,
- "column": 16,
- "index": 3004
+ "filePath": "src/packages/search-page/components/BaseHeader/SearchInput.jsx",
+ "line": 19,
+ "column": 4,
+ "index": 662
},
{
- "filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseBreadcrumbs.jsx",
- "line": 72,
- "column": 8,
- "index": 2378
+ "filePath": "src/packages/search-page/components/BaseHeader/TitleSection.jsx",
+ "line": 13,
+ "column": 6,
+ "index": 404
},
{
- "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 343,
- "column": 36,
- "index": 14847
+ "filePath": "src/packages/search-page/components/BaseHeader/TitleSection.jsx",
+ "line": 20,
+ "column": 6,
+ "index": 616
},
{
- "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 368,
- "column": 36,
- "index": 16114
+ "filePath": "src/packages/search-page/components/PreQueryPage/components/PopularSearchLinks/index.jsx",
+ "line": 36,
+ "column": 4,
+ "index": 1357
},
{
- "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 424,
- "column": 20,
- "index": 18907
+ "filePath": "src/packages/search-page/components/PreQueryPage/index.jsx",
+ "line": 57,
+ "column": 4,
+ "index": 1871
},
{
- "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 437,
- "column": 20,
- "index": 19585
+ "filePath": "src/packages/search-page/components/RefinementFilters/index.jsx",
+ "line": 65,
+ "column": 8,
+ "index": 2250
},
{
- "filePath": "src/packages/open-course-page/components/CourseSnapshot/components/WeeksToComplete.jsx",
- "line": 27,
- "column": 6,
- "index": 671
+ "filePath": "src/packages/search-page/components/Results/FirstLevelResult.jsx",
+ "line": 53,
+ "column": 4,
+ "index": 1438
},
{
- "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx",
- "line": 219,
- "column": 24,
- "index": 7204
+ "filePath": "src/packages/search-page/components/Results/SecondLevelResult.jsx",
+ "line": 39,
+ "column": 4,
+ "index": 1139
},
{
- "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx",
- "line": 233,
- "column": 22,
- "index": 7714
+ "filePath": "src/packages/search-page/components/SearchBreadcrumb/index.jsx",
+ "line": 85,
+ "column": 4,
+ "index": 2815
+ }
+ ],
+ "ChevronRight": [
+ {
+ "filePath": "src/packages/common/ui/Breadcrumbs/index.jsx",
+ "line": 55,
+ "column": 18,
+ "index": 2126
},
{
- "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx",
- "line": 276,
+ "filePath": "src/packages/common/ui/SkillsBreadcrumbs/index.jsx",
+ "line": 39,
"column": 24,
- "index": 10085
+ "index": 1641
},
{
- "filePath": "src/packages/open-course-page/components/Instructors/components/InstructorCard.jsx",
- "line": 56,
- "column": 18,
- "index": 1951
+ "filePath": "src/packages/learn-page/components/Breadcrumbs/index.jsx",
+ "line": 36,
+ "column": 10,
+ "index": 1246
},
{
"filePath": "src/packages/open-course-page/components/ProductRecommendations/components/ProductCardHeader.jsx",
- "line": 65,
- "column": 10,
- "index": 2121
+ "line": 69,
+ "column": 21,
+ "index": 2362
},
{
- "filePath": "src/packages/open-course-page/components/ProgramUpsell/ProgramUpsellWidget.jsx",
- "line": 130,
- "column": 27,
- "index": 4597
- },
+ "filePath": "src/packages/search-page/components/Results/ShowAllLink.jsx",
+ "line": 24,
+ "column": 69,
+ "index": 832
+ }
+ ],
+ "Button": [
{
- "filePath": "src/packages/open-course-page/components/ProgramUpsell/ProgramUpsellWidget.jsx",
- "line": 135,
- "column": 14,
- "index": 4899
+ "filePath": "src/packages/common/ui/Card/index.jsx",
+ "line": 140,
+ "column": 12,
+ "index": 4222
},
{
- "filePath": "src/packages/open-course-page/components/ProgramUpsell/ProgramUpsellWidget.jsx",
- "line": 152,
+ "filePath": "src/packages/common/ui/Card/index.jsx",
+ "line": 181,
"column": 16,
- "index": 5702
+ "index": 6280
},
{
- "filePath": "src/packages/open-course-page/components/ProgramUpsell/ProgramUpsellWidget.jsx",
- "line": 174,
- "column": 16,
- "index": 6754
+ "filePath": "src/packages/common/ui/CCPADialog/index.jsx",
+ "line": 104,
+ "column": 10,
+ "index": 3738
},
{
- "filePath": "src/packages/open-course-page/components/ProgramUpsell/ProgramUpsellWidget.jsx",
- "line": 196,
+ "filePath": "src/packages/common/ui/ChatBot/Survey/index.jsx",
+ "line": 260,
"column": 14,
- "index": 7839
+ "index": 9008
},
{
- "filePath": "src/packages/open-course-page/components/SocialShare/index.jsx",
- "line": 85,
- "column": 12,
- "index": 2924
+ "filePath": "src/packages/common/ui/ChatBot/Survey/index.jsx",
+ "line": 271,
+ "column": 14,
+ "index": 9570
},
{
- "filePath": "src/packages/open-course-page/components/SocialShare/index.jsx",
- "line": 92,
+ "filePath": "src/packages/common/ui/ChatbotProactiveMessage/index.jsx",
+ "line": 57,
"column": 12,
- "index": 3227
+ "index": 1964
},
{
- "filePath": "src/packages/open-course-page/components/SocialShare/index.jsx",
- "line": 99,
- "column": 12,
- "index": 3527
+ "filePath": "src/packages/common/ui/ChatbotProactiveMessage/index.jsx",
+ "line": 67,
+ "column": 10,
+ "index": 2355
},
{
- "filePath": "src/packages/product-page/components/ProductDetailHero/components/BootCampHero.jsx",
- "line": 82,
- "column": 20,
- "index": 3089
+ "filePath": "src/packages/common/ui/Collapsible/components/ParagonCollapsible/index.jsx",
+ "line": 94,
+ "column": 10,
+ "index": 2328
},
{
- "filePath": "src/packages/product-page/components/ProductDetailHero/components/DegreeHero.jsx",
- "line": 75,
- "column": 18,
- "index": 2902
+ "filePath": "src/packages/common/ui/overlays/SaveForLaterOverlay/index.jsx",
+ "line": 348,
+ "column": 14,
+ "index": 12318
},
{
- "filePath": "src/packages/program-page/components/AboutRouting/components/TopicRouting/index.jsx",
- "line": 60,
- "column": 20,
- "index": 1933
+ "filePath": "src/packages/common/ui/overlays/SocialSharePopover.jsx",
+ "line": 124,
+ "column": 12,
+ "index": 4763
},
{
- "filePath": "src/packages/program-page/components/ProgramMain/components/InstructorCard/index.jsx",
- "line": 63,
- "column": 18,
- "index": 1767
+ "filePath": "src/packages/common/ui/overlays/SocialSharePopover.jsx",
+ "line": 131,
+ "column": 12,
+ "index": 5018
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 175,
- "column": 6,
- "index": 5843
+ "filePath": "src/packages/degree-page/components/TabNavigation/index.jsx",
+ "line": 89,
+ "column": 14,
+ "index": 2552
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 234,
+ "filePath": "src/packages/exec-ed-page/components/CourseCurriculum/index.jsx",
+ "line": 95,
"column": 10,
- "index": 7806
+ "index": 3225
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 248,
- "column": 6,
- "index": 8174
+ "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
+ "line": 191,
+ "column": 12,
+ "index": 6111
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 256,
- "column": 8,
- "index": 8497
+ "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
+ "line": 265,
+ "column": 27,
+ "index": 8828
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 266,
- "column": 8,
- "index": 8795
+ "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
+ "line": 289,
+ "column": 16,
+ "index": 9860
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 448,
- "column": 16,
- "index": 18425
+ "filePath": "src/packages/exec-ed-page/components/RequestMoreInfoButton.jsx",
+ "line": 15,
+ "column": 6,
+ "index": 309
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 459,
- "column": 16,
- "index": 18956
+ "filePath": "src/packages/exec-ed-page/template/ExecEdDetailPage/index.jsx",
+ "line": 335,
+ "column": 6,
+ "index": 12799
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 470,
- "column": 16,
- "index": 19480
+ "filePath": "src/packages/learn-index-page/components/Hero.jsx",
+ "line": 37,
+ "column": 10,
+ "index": 1521
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 590,
- "column": 20,
- "index": 26554
+ "filePath": "src/packages/learn-page/template/LearnPage/index.jsx",
+ "line": 137,
+ "column": 12,
+ "index": 5534
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 871,
- "column": 24,
- "index": 41299
+ "filePath": "src/packages/modular-page/modules/DynamicProductModule/index.jsx",
+ "line": 39,
+ "column": 12,
+ "index": 1174
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 874,
- "column": 24,
- "index": 41447
+ "filePath": "src/packages/modular-page/modules/FacultyModule/index.jsx",
+ "line": 62,
+ "column": 8,
+ "index": 1965
},
{
- "filePath": "src/packages/search-page/components/AutoComplete/components/PopularSearchItem/index.jsx",
- "line": 35,
+ "filePath": "src/packages/modular-page/modules/StatisticIconModule/index.jsx",
+ "line": 91,
"column": 12,
- "index": 1182
+ "index": 3017
},
{
- "filePath": "src/packages/search-page/components/RefinementFilters/components/FacetList/index.jsx",
- "line": 238,
+ "filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseDescription.jsx",
+ "line": 59,
"column": 22,
- "index": 6317
+ "index": 1737
},
{
- "filePath": "src/packages/search-page/components/RefinementFilters/components/FacetList/index.jsx",
- "line": 239,
- "column": 23,
- "index": 6430
+ "filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseVideo.jsx",
+ "line": 36,
+ "column": 8,
+ "index": 1041
},
{
- "filePath": "src/packages/search-page/components/RefinementFilters/components/LearningTypeRadioSelect/index.jsx",
- "line": 118,
- "column": 22,
- "index": 3301
+ "filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx",
+ "line": 222,
+ "column": 10,
+ "index": 8832
},
{
- "filePath": "src/packages/search-page/components/RefinementFilters/components/LearningTypeRadioSelect/index.jsx",
- "line": 119,
- "column": 23,
- "index": 3414
+ "filePath": "src/packages/open-course-page/components/EnrollButton/EnrollButtonLink.jsx",
+ "line": 341,
+ "column": 20,
+ "index": 11551
},
{
- "filePath": "src/packages/search-page/components/SearchBreadcrumb/index.jsx",
- "line": 95,
+ "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx",
+ "line": 64,
"column": 10,
- "index": 3310
+ "index": 2301
},
{
- "filePath": "src/packages/search-page/components/SearchBreadcrumb/index.jsx",
- "line": 98,
- "column": 8,
- "index": 3478
- }
- ],
- "OpenInNew": [
+ "filePath": "src/packages/open-course-page/components/Instructors/variants/DesktopVariant.jsx",
+ "line": 86,
+ "column": 10,
+ "index": 2596
+ },
{
- "filePath": "src/packages/bootcamp-page/components/BootCampStickyNav/index.jsx",
- "line": 54,
- "column": 15,
- "index": 1934
+ "filePath": "src/packages/resource-page/template/ResourcePage/index.jsx",
+ "line": 117,
+ "column": 14,
+ "index": 4257
},
{
- "filePath": "src/packages/degree-page/components/TabNavigation/index.jsx",
- "line": 118,
- "column": 17,
- "index": 3742
+ "filePath": "src/packages/search-page/components/AutoComplete/components/ManagedAutoComplete/index.jsx",
+ "line": 259,
+ "column": 14,
+ "index": 9379
},
{
- "filePath": "src/packages/modular-page/modules/BootCampCurriculumModule/index.jsx",
- "line": 89,
- "column": 19,
- "index": 3184
+ "filePath": "src/packages/search-page/components/PreQueryPage/components/PopularSearchLinks/index.jsx",
+ "line": 42,
+ "column": 10,
+ "index": 1692
},
{
- "filePath": "src/packages/modular-page/modules/CollapsibleTextTabModule/index.jsx",
- "line": 43,
- "column": 19,
- "index": 1463
+ "filePath": "src/packages/search-page/components/RefinementFilters/components/ClearRefinements/index.jsx",
+ "line": 36,
+ "column": 4,
+ "index": 1041
},
{
- "filePath": "src/packages/modular-page/modules/CollapsibleTextTabModule/index.jsx",
+ "filePath": "src/packages/search-page/components/RefinementFilters/components/MobileFilterMenu/index.jsx",
"line": 118,
- "column": 23,
- "index": 3486
+ "column": 14,
+ "index": 3872
},
{
- "filePath": "src/packages/modular-page/modules/FootnoteModule/index.jsx",
- "line": 49,
- "column": 23,
- "index": 1807
+ "filePath": "src/packages/search-page/components/SkillsBuilderCTA/index.jsx",
+ "line": 55,
+ "column": 14,
+ "index": 2096
},
{
- "filePath": "src/packages/modular-page/modules/MediaModule/index.jsx",
- "line": 43,
- "column": 23,
- "index": 1614
+ "filePath": "src/pages/secure-preview/DynamicProductList.jsx",
+ "line": 123,
+ "column": 10,
+ "index": 4365
+ }
+ ],
+ "Icon": [
+ {
+ "filePath": "src/packages/common/ui/Card/index.jsx",
+ "line": 172,
+ "column": 32,
+ "index": 5733
},
{
- "filePath": "src/packages/modular-page/modules/PriceModule/index.jsx",
- "line": 93,
- "column": 19,
- "index": 2822
+ "filePath": "src/packages/common/ui/Card/index.jsx",
+ "line": 173,
+ "column": 31,
+ "index": 5852
},
{
- "filePath": "src/packages/modular-page/modules/StatisticIconModule/index.jsx",
- "line": 33,
- "column": 21,
- "index": 1220
+ "filePath": "src/packages/common/ui/Card/index.jsx",
+ "line": 186,
+ "column": 18,
+ "index": 6466
},
{
- "filePath": "src/packages/modular-page/modules/TextModule/index.jsx",
- "line": 75,
- "column": 19,
- "index": 2358
+ "filePath": "src/packages/common/ui/Carousel/index.jsx",
+ "line": 249,
+ "column": 14,
+ "index": 7435
},
{
- "filePath": "src/packages/modular-page/modules/UpcomingProgramModule/index.jsx",
- "line": 77,
- "column": 23,
- "index": 3033
+ "filePath": "src/packages/common/ui/Carousel/index.jsx",
+ "line": 269,
+ "column": 14,
+ "index": 8253
},
{
- "filePath": "src/packages/product-page/components/ProductDetailHero/components/BootCampHero.jsx",
- "line": 83,
- "column": 27,
- "index": 3122
+ "filePath": "src/packages/common/ui/ChatbotProactiveMessage/index.jsx",
+ "line": 64,
+ "column": 14,
+ "index": 2253
},
{
- "filePath": "src/packages/product-page/components/ProductDetailHero/components/DegreeHero.jsx",
- "line": 76,
- "column": 25,
- "index": 2933
- }
- ],
- "ChevronRight": [
+ "filePath": "src/packages/common/ui/Collapsible/components/ParagonCollapsible/index.jsx",
+ "line": 72,
+ "column": 11,
+ "index": 1837
+ },
{
- "filePath": "src/packages/common/ui/Breadcrumbs/index.jsx",
- "line": 55,
- "column": 18,
- "index": 2133
+ "filePath": "src/packages/common/ui/Header/components/mobile-navigation/MenuAccordion/index.jsx",
+ "line": 110,
+ "column": 10,
+ "index": 2963
},
{
- "filePath": "src/packages/common/ui/PageTitleBreadcrumbs/index.jsx",
- "line": 28,
- "column": 18,
- "index": 1034
+ "filePath": "src/packages/common/ui/Header/components/mobile-navigation/MenuAccordion/index.jsx",
+ "line": 113,
+ "column": 10,
+ "index": 3088
},
{
- "filePath": "src/packages/common/ui/PageTitleBreadcrumbs/index.jsx",
- "line": 39,
- "column": 20,
- "index": 1530
+ "filePath": "src/packages/common/ui/Header/components/SiteNav/components/SiteNavLink.jsx",
+ "line": 94,
+ "column": 18,
+ "index": 2627
},
{
- "filePath": "src/packages/common/ui/SkillsBreadcrumbs/index.jsx",
- "line": 39,
+ "filePath": "src/packages/common/ui/overlays/SaveForLaterOverlay/index.jsx",
+ "line": 371,
"column": 24,
- "index": 1648
+ "index": 13375
},
{
- "filePath": "src/packages/open-course-page/components/ProductRecommendations/components/ProductCardHeader.jsx",
- "line": 65,
- "column": 21,
- "index": 2132
+ "filePath": "src/packages/common/ui/PreviewExpand/index.jsx",
+ "line": 66,
+ "column": 10,
+ "index": 1791
},
{
- "filePath": "src/packages/search-page/components/Results/ShowAllLink.jsx",
- "line": 24,
- "column": 69,
- "index": 832
- }
- ],
- "Button": [
+ "filePath": "src/packages/degree-page/components/CTAButton/index.jsx",
+ "line": 37,
+ "column": 6,
+ "index": 1267
+ },
{
- "filePath": "src/packages/common/ui/Card/index.jsx",
- "line": 140,
+ "filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx",
+ "line": 248,
+ "column": 16,
+ "index": 9285
+ },
+ {
+ "filePath": "src/packages/exec-ed-page/components/CourseCurriculum/index.jsx",
+ "line": 101,
"column": 12,
- "index": 4229
+ "index": 3429
},
{
- "filePath": "src/packages/common/ui/Card/index.jsx",
- "line": 181,
- "column": 16,
- "index": 6287
+ "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
+ "line": 197,
+ "column": 14,
+ "index": 6391
},
{
- "filePath": "src/packages/common/ui/Collapsible/components/ParagonCollapsible/index.jsx",
- "line": 94,
- "column": 10,
- "index": 2328
+ "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
+ "line": 223,
+ "column": 12,
+ "index": 7257
+ },
+ {
+ "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
+ "line": 251,
+ "column": 14,
+ "index": 8149
},
{
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsHeaderActions.jsx",
+ "filePath": "src/packages/exec-ed-page/components/MobileCollapsibleSection.jsx",
"line": 21,
- "column": 6,
- "index": 511
+ "column": 10,
+ "index": 905
},
{
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsHeaderActions.jsx",
- "line": 40,
- "column": 4,
- "index": 1016
+ "filePath": "src/packages/exec-ed-page/components/MobileCollapsibleSection.jsx",
+ "line": 24,
+ "column": 10,
+ "index": 1057
},
{
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsHeaderActions.jsx",
- "line": 77,
- "column": 6,
- "index": 2072
+ "filePath": "src/packages/exec-ed-page/components/StickyNav2U.jsx",
+ "line": 246,
+ "column": 28,
+ "index": 9158
},
{
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsInput.jsx",
- "line": 39,
- "column": 6,
- "index": 981
+ "filePath": "src/packages/exec-ed-page/components/WhyGetsmarter/index.jsx",
+ "line": 54,
+ "column": 16,
+ "index": 2748
},
{
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsMessages.jsx",
- "line": 26,
- "column": 8,
- "index": 1194
+ "filePath": "src/packages/home-page/components/NewOnEdxCarousel/components/SubcategoriesList/index.jsx",
+ "line": 63,
+ "column": 20,
+ "index": 2753
},
{
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsMessages.jsx",
- "line": 34,
- "column": 8,
- "index": 1662
+ "filePath": "src/packages/home-page/components/NewOnEdxCarousel/components/SubcategoriesList/index.jsx",
+ "line": 79,
+ "column": 20,
+ "index": 3350
},
{
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertDisclaimerHeader.jsx",
- "line": 15,
- "column": 6,
- "index": 484
+ "filePath": "src/packages/instructor-page/components/InstructorBioDynamic/components/Header/index.jsx",
+ "line": 17,
+ "column": 14,
+ "index": 671
},
{
- "filePath": "src/packages/common/ui/xpert/experiments/ChatFloatingActionButton/index.jsx",
- "line": 143,
- "column": 12,
- "index": 4774
+ "filePath": "src/packages/instructor-page/components/InstructorBioDynamic/components/Overview/index.jsx",
+ "line": 25,
+ "column": 13,
+ "index": 1036
},
{
- "filePath": "src/packages/common/ui/xpert/experiments/ChatFloatingActionButton/Survey/index.jsx",
- "line": 262,
- "column": 14,
- "index": 9078
+ "filePath": "src/packages/instructor-page/components/InstructorBioDynamic/components/Overview/index.jsx",
+ "line": 27,
+ "column": 13,
+ "index": 1160
},
{
- "filePath": "src/packages/common/ui/xpert/experiments/ChatFloatingActionButton/Survey/index.jsx",
- "line": 273,
- "column": 14,
- "index": 9640
+ "filePath": "src/packages/learn-index-page/components/Hero.jsx",
+ "line": 16,
+ "column": 9,
+ "index": 643
},
{
- "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx",
- "line": 200,
- "column": 10,
- "index": 6122
+ "filePath": "src/packages/learn-page/components/DynamicProductList/components/ProductFilter/index.jsx",
+ "line": 40,
+ "column": 12,
+ "index": 1130
},
{
- "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx",
- "line": 259,
- "column": 14,
- "index": 8647
+ "filePath": "src/packages/learn-page/components/DynamicProductList/components/ProductFilter/index.jsx",
+ "line": 41,
+ "column": 12,
+ "index": 1223
},
{
- "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx",
- "line": 269,
- "column": 14,
- "index": 9120
+ "filePath": "src/packages/learn-page/components/DynamicProductList/components/ProductInformation/index.jsx",
+ "line": 47,
+ "column": 12,
+ "index": 1596
},
{
- "filePath": "src/packages/common/ui/xpert/shared/FloatingActionButton/index.jsx",
- "line": 17,
- "column": 4,
- "index": 453
+ "filePath": "src/packages/learn-page/template/LearnPage/index.jsx",
+ "line": 38,
+ "column": 9,
+ "index": 2397
},
{
- "filePath": "src/packages/common/ui/xpert/shared/FloatingActionButton/index.jsx",
- "line": 41,
- "column": 5,
- "index": 1037
+ "filePath": "src/packages/masters-program-page/template/MastersProgramDetailPage/index.jsx",
+ "line": 352,
+ "column": 20,
+ "index": 12755
},
{
- "filePath": "src/packages/common/ui/xpert/shared/ProactiveMessage/index.jsx",
- "line": 67,
- "column": 12,
- "index": 2157
+ "filePath": "src/packages/masters-program-page/template/MastersProgramDetailPage/index.jsx",
+ "line": 517,
+ "column": 22,
+ "index": 21131
},
{
- "filePath": "src/packages/common/ui/xpert/shared/ProactiveMessage/index.jsx",
- "line": 78,
- "column": 10,
- "index": 2627
+ "filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx",
+ "line": 152,
+ "column": 33,
+ "index": 5895
},
{
- "filePath": "src/packages/degree-page/components/TabNavigation/index.jsx",
- "line": 91,
- "column": 14,
- "index": 2799
+ "filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx",
+ "line": 193,
+ "column": 33,
+ "index": 7585
},
{
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 445,
- "column": 26,
- "index": 19624
+ "filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx",
+ "line": 233,
+ "column": 33,
+ "index": 9290
},
{
- "filePath": "src/packages/exec-ed-page/components/CourseCurriculum/index.jsx",
- "line": 95,
- "column": 12,
- "index": 3263
+ "filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx",
+ "line": 275,
+ "column": 37,
+ "index": 11179
},
{
- "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
- "line": 194,
- "column": 12,
- "index": 6274
+ "filePath": "src/packages/modular-page/modules/CollapsibleTextTabModule/index.jsx",
+ "line": 77,
+ "column": 16,
+ "index": 2500
},
{
- "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
- "line": 268,
- "column": 27,
- "index": 8999
+ "filePath": "src/packages/modular-page/modules/FeaturedProductsModule/index.jsx",
+ "line": 88,
+ "column": 12,
+ "index": 3059
},
{
- "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
- "line": 292,
+ "filePath": "src/packages/modular-page/modules/FootnoteModule/index.jsx",
+ "line": 54,
"column": 16,
- "index": 10031
+ "index": 1986
},
{
- "filePath": "src/packages/exec-ed-page/components/RequestMoreInfoButton.jsx",
- "line": 15,
- "column": 6,
- "index": 309
+ "filePath": "src/packages/modular-page/modules/FootnoteModule/index.jsx",
+ "line": 124,
+ "column": 16,
+ "index": 4332
},
{
- "filePath": "src/packages/exec-ed-page/template/ExecEdDetailPage/index.jsx",
- "line": 364,
- "column": 6,
- "index": 14402
+ "filePath": "src/packages/modular-page/modules/MediaModule/index.jsx",
+ "line": 50,
+ "column": 18,
+ "index": 1854
},
{
- "filePath": "src/packages/learn-index-page/components/Hero.jsx",
- "line": 37,
- "column": 10,
- "index": 1528
+ "filePath": "src/packages/modular-page/modules/MoreInfoCTAModule/index.jsx",
+ "line": 41,
+ "column": 8,
+ "index": 1579
},
{
- "filePath": "src/packages/learn-page/template/LearnPage/index.jsx",
- "line": 188,
- "column": 12,
- "index": 6869
+ "filePath": "src/packages/modular-page/modules/ProgramReferralModule/index.jsx",
+ "line": 56,
+ "column": 16,
+ "index": 1877
},
{
- "filePath": "src/packages/modular-page/modules/DynamicProductModule/index.jsx",
- "line": 39,
- "column": 12,
- "index": 1181
+ "filePath": "src/packages/modular-page/modules/ProgramReferralModule/index.jsx",
+ "line": 69,
+ "column": 16,
+ "index": 2391
},
{
- "filePath": "src/packages/modular-page/modules/FacultyModule/index.jsx",
- "line": 62,
- "column": 8,
- "index": 1965
+ "filePath": "src/packages/modular-page/modules/StatisticIconModule/index.jsx",
+ "line": 34,
+ "column": 14,
+ "index": 1261
},
{
- "filePath": "src/packages/modular-page/modules/StatisticIconModule/index.jsx",
- "line": 89,
+ "filePath": "src/packages/modular-page/modules/TextModule/index.jsx",
+ "line": 76,
"column": 12,
- "index": 2949
+ "index": 2403
},
{
- "filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseDescription.jsx",
+ "filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseBreadcrumbs.jsx",
"line": 42,
- "column": 22,
- "index": 1100
+ "column": 8,
+ "index": 1218
},
{
- "filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseVideo.jsx",
- "line": 36,
- "column": 8,
- "index": 1041
+ "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
+ "line": 287,
+ "column": 66,
+ "index": 12616
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 249,
- "column": 14,
- "index": 10015
+ "line": 304,
+ "column": 66,
+ "index": 13703
},
{
- "filePath": "src/packages/open-course-page/components/CourseRunModal/components/EnrollButton.jsx",
- "line": 28,
- "column": 4,
- "index": 720
+ "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
+ "line": 345,
+ "column": 50,
+ "index": 16247
},
{
- "filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx",
- "line": 232,
- "column": 10,
- "index": 9286
+ "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
+ "line": 354,
+ "column": 50,
+ "index": 16863
},
{
- "filePath": "src/packages/open-course-page/components/EnrollButton/EnrollButtonLink.jsx",
- "line": 337,
- "column": 20,
- "index": 11429
+ "filePath": "src/packages/open-course-page/components/CourseSnapshot/components/WeeksToComplete.jsx",
+ "line": 27,
+ "column": 6,
+ "index": 671
},
{
- "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx",
- "line": 64,
- "column": 10,
- "index": 2301
+ "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx",
+ "line": 208,
+ "column": 24,
+ "index": 6434
},
{
- "filePath": "src/packages/open-course-page/components/Instructors/variants/DesktopVariant.jsx",
- "line": 84,
- "column": 10,
- "index": 2426
+ "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx",
+ "line": 222,
+ "column": 22,
+ "index": 6944
},
{
- "filePath": "src/packages/open-course-page/components/StickyNav/index.jsx",
- "line": 259,
- "column": 18,
- "index": 9418
+ "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx",
+ "line": 265,
+ "column": 24,
+ "index": 9317
},
{
- "filePath": "src/packages/program-page/components/ProgramHeader.jsx",
- "line": 171,
- "column": 16,
- "index": 5051
+ "filePath": "src/packages/open-course-page/components/Instructors/components/InstructorCard.jsx",
+ "line": 56,
+ "column": 18,
+ "index": 1951
},
{
- "filePath": "src/packages/program-page/components/ProgramHeader/index.jsx",
- "line": 164,
- "column": 16,
- "index": 5133
+ "filePath": "src/packages/open-course-page/components/ProductRecommendations/components/ProductCardHeader.jsx",
+ "line": 69,
+ "column": 10,
+ "index": 2351
},
{
- "filePath": "src/packages/program-page/components/ProgramSubscriptionSection/index.jsx",
- "line": 64,
- "column": 8,
- "index": 2353
+ "filePath": "src/packages/open-course-page/components/ProgramUpsell/ProgramUpsellWidget.jsx",
+ "line": 130,
+ "column": 27,
+ "index": 4585
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 381,
+ "filePath": "src/packages/open-course-page/components/ProgramUpsell/ProgramUpsellWidget.jsx",
+ "line": 135,
"column": 14,
- "index": 15293
+ "index": 4887
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 589,
- "column": 18,
- "index": 26461
+ "filePath": "src/packages/open-course-page/components/ProgramUpsell/ProgramUpsellWidget.jsx",
+ "line": 152,
+ "column": 16,
+ "index": 5690
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 892,
- "column": 12,
- "index": 42348
+ "filePath": "src/packages/open-course-page/components/ProgramUpsell/ProgramUpsellWidget.jsx",
+ "line": 174,
+ "column": 16,
+ "index": 6742
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 936,
+ "filePath": "src/packages/open-course-page/components/ProgramUpsell/ProgramUpsellWidget.jsx",
+ "line": 196,
"column": 14,
- "index": 44334
+ "index": 7827
},
{
- "filePath": "src/packages/resource-page/template/ResourcePage/index.jsx",
- "line": 117,
- "column": 14,
- "index": 4264
+ "filePath": "src/packages/program-page/components/AboutRouting/components/TopicRouting/index.jsx",
+ "line": 60,
+ "column": 20,
+ "index": 1926
},
{
- "filePath": "src/packages/search-page/components/AutoComplete/components/ManagedAutoComplete/index.jsx",
- "line": 364,
- "column": 14,
- "index": 12566
+ "filePath": "src/packages/program-page/components/ProgramMain/components/InstructorCard/index.jsx",
+ "line": 63,
+ "column": 18,
+ "index": 1767
},
{
- "filePath": "src/packages/search-page/components/PreQueryPage/components/PopularSearchLinks/index.jsx",
- "line": 42,
- "column": 10,
- "index": 1692
+ "filePath": "src/packages/search-page/components/RefinementFilters/components/FacetList/index.jsx",
+ "line": 205,
+ "column": 22,
+ "index": 5466
},
{
- "filePath": "src/packages/search-page/components/RefinementFilters/components/ClearRefinements/index.jsx",
- "line": 36,
- "column": 4,
- "index": 1041
+ "filePath": "src/packages/search-page/components/RefinementFilters/components/FacetList/index.jsx",
+ "line": 206,
+ "column": 23,
+ "index": 5579
},
{
- "filePath": "src/packages/search-page/components/RefinementFilters/components/MobileFilterMenu/index.jsx",
- "line": 118,
- "column": 14,
- "index": 3872
+ "filePath": "src/packages/search-page/components/RefinementFilters/components/LearningTypeRadioSelect/index.jsx",
+ "line": 102,
+ "column": 22,
+ "index": 2798
},
{
- "filePath": "src/packages/search-page/components/SkillsBuilderCTA/index.jsx",
- "line": 54,
- "column": 14,
- "index": 2128
+ "filePath": "src/packages/search-page/components/RefinementFilters/components/LearningTypeRadioSelect/index.jsx",
+ "line": 103,
+ "column": 23,
+ "index": 2911
},
{
- "filePath": "src/pages/secure-preview/DynamicProductList.jsx",
- "line": 123,
+ "filePath": "src/packages/search-page/components/SearchBreadcrumb/index.jsx",
+ "line": 93,
"column": 10,
- "index": 4365
+ "index": 3155
+ },
+ {
+ "filePath": "src/packages/search-page/components/SearchBreadcrumb/index.jsx",
+ "line": 96,
+ "column": 8,
+ "index": 3323
}
],
"ExpandLess": [
@@ -38682,25 +34327,19 @@
"filePath": "src/packages/common/ui/Card/index.jsx",
"line": 173,
"column": 67,
- "index": 5895
+ "index": 5888
},
{
"filePath": "src/packages/common/ui/Header/components/mobile-navigation/MenuAccordion/index.jsx",
- "line": 114,
+ "line": 113,
"column": 21,
- "index": 3161
+ "index": 3099
},
{
"filePath": "src/packages/exec-ed-page/components/MobileCollapsibleSection.jsx",
"line": 24,
"column": 21,
"index": 1068
- },
- {
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 874,
- "column": 35,
- "index": 41458
}
],
"Close": [
@@ -38708,31 +34347,19 @@
"filePath": "src/packages/common/ui/Card/index.jsx",
"line": 186,
"column": 52,
- "index": 6507
- },
- {
- "filePath": "src/packages/common/ui/SitewideBanner/index.jsx",
- "line": 72,
- "column": 12,
- "index": 2696
- },
- {
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsHeaderActions.jsx",
- "line": 85,
- "column": 19,
- "index": 2344
+ "index": 6500
},
{
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertDisclaimerHeader.jsx",
- "line": 22,
- "column": 19,
- "index": 704
+ "filePath": "src/packages/common/ui/ChatbotProactiveMessage/index.jsx",
+ "line": 64,
+ "column": 57,
+ "index": 2296
},
{
- "filePath": "src/packages/common/ui/xpert/shared/ProactiveMessage/index.jsx",
- "line": 75,
- "column": 67,
- "index": 2568
+ "filePath": "src/packages/common/ui/SitewideBanner/index.jsx",
+ "line": 84,
+ "column": 10,
+ "index": 2884
},
{
"filePath": "src/packages/program-page/components/ProgramMain/components/ProgramTrackModal/index.jsx",
@@ -38792,9 +34419,9 @@
"ArrowBack": [
{
"filePath": "src/packages/common/ui/Carousel/index.jsx",
- "line": 250,
+ "line": 249,
"column": 58,
- "index": 7565
+ "index": 7479
},
{
"filePath": "src/packages/home-page/components/NewOnEdxCarousel/components/SubcategoriesList/index.jsx",
@@ -38806,183 +34433,337 @@
"ArrowForward": [
{
"filePath": "src/packages/common/ui/Carousel/index.jsx",
- "line": 270,
+ "line": 269,
"column": 58,
- "index": 8383
- },
- {
- "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx",
- "line": 167,
- "column": 99,
- "index": 5079
+ "index": 8297
},
{
"filePath": "src/packages/degree-page/components/CTAButton/index.jsx",
"line": 37,
"column": 17,
- "index": 1285
+ "index": 1278
},
{
"filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx",
- "line": 184,
- "column": 25,
- "index": 6636
+ "line": 248,
+ "column": 27,
+ "index": 9296
},
{
"filePath": "src/packages/home-page/components/Audiences/index.jsx",
- "line": 56,
+ "line": 57,
+ "column": 18,
+ "index": 2613
+ },
+ {
+ "filePath": "src/packages/home-page/components/Audiences/index.jsx",
+ "line": 95,
+ "column": 18,
+ "index": 4512
+ },
+ {
+ "filePath": "src/packages/home-page/components/Audiences/index.jsx",
+ "line": 133,
"column": 18,
- "index": 2606
+ "index": 6365
+ },
+ {
+ "filePath": "src/packages/home-page/components/NewOnEdxCarousel/components/SubcategoriesList/index.jsx",
+ "line": 78,
+ "column": 17,
+ "index": 3316
+ },
+ {
+ "filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx",
+ "line": 152,
+ "column": 44,
+ "index": 5906
+ },
+ {
+ "filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx",
+ "line": 193,
+ "column": 44,
+ "index": 7596
+ },
+ {
+ "filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx",
+ "line": 233,
+ "column": 44,
+ "index": 9301
+ },
+ {
+ "filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx",
+ "line": 275,
+ "column": 48,
+ "index": 11190
+ },
+ {
+ "filePath": "src/packages/modular-page/modules/FeaturedProductsModule/index.jsx",
+ "line": 88,
+ "column": 23,
+ "index": 3070
+ },
+ {
+ "filePath": "src/packages/modular-page/modules/MoreInfoCTAModule/index.jsx",
+ "line": 41,
+ "column": 19,
+ "index": 1590
+ },
+ {
+ "filePath": "src/packages/open-course-page/components/ProgramUpsell/ProgramUpsellWidget.jsx",
+ "line": 130,
+ "column": 38,
+ "index": 4596
+ }
+ ],
+ "ModalDialog": [
+ {
+ "filePath": "src/packages/common/ui/CCPADialog/index.jsx",
+ "line": 36,
+ "column": 4,
+ "index": 992
+ },
+ {
+ "filePath": "src/packages/exec-ed-page/components/CourseVideoDialog/index.jsx",
+ "line": 11,
+ "column": 4,
+ "index": 268
+ },
+ {
+ "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx",
+ "line": 32,
+ "column": 4,
+ "index": 1059
+ }
+ ],
+ "ModalDialog.Header": [
+ {
+ "filePath": "src/packages/common/ui/CCPADialog/index.jsx",
+ "line": 45,
+ "column": 6,
+ "index": 1207
+ },
+ {
+ "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx",
+ "line": 39,
+ "column": 6,
+ "index": 1271
+ }
+ ],
+ "ModalDialog.Title": [
+ {
+ "filePath": "src/packages/common/ui/CCPADialog/index.jsx",
+ "line": 46,
+ "column": 8,
+ "index": 1236
+ },
+ {
+ "filePath": "src/packages/common/ui/SaveForLaterMarketingModal/index.jsx",
+ "line": 67,
+ "column": 14,
+ "index": 2256
+ },
+ {
+ "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx",
+ "line": 40,
+ "column": 8,
+ "index": 1300
+ }
+ ],
+ "ModalDialog.Body": [
+ {
+ "filePath": "src/packages/common/ui/CCPADialog/index.jsx",
+ "line": 54,
+ "column": 6,
+ "index": 1526
+ },
+ {
+ "filePath": "src/packages/exec-ed-page/components/CourseVideoDialog/index.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 501
+ },
+ {
+ "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx",
+ "line": 49,
+ "column": 6,
+ "index": 1627
+ }
+ ],
+ "Form.Group": [
+ {
+ "filePath": "src/packages/common/ui/CCPADialog/index.jsx",
+ "line": 55,
+ "column": 8,
+ "index": 1553
+ },
+ {
+ "filePath": "src/packages/common/ui/overlays/SocialSharePopover.jsx",
+ "line": 110,
+ "column": 10,
+ "index": 4133
+ },
+ {
+ "filePath": "src/packages/queryless-pages/templates/CCPAPage.jsx",
+ "line": 27,
+ "column": 8,
+ "index": 890
},
{
- "filePath": "src/packages/home-page/components/Audiences/index.jsx",
- "line": 93,
- "column": 18,
- "index": 4468
+ "filePath": "src/packages/queryless-pages/templates/CCPAPageES.jsx",
+ "line": 25,
+ "column": 8,
+ "index": 908
},
{
- "filePath": "src/packages/home-page/components/Audiences/index.jsx",
- "line": 130,
- "column": 18,
- "index": 6284
+ "filePath": "src/pages/secure-preview/DynamicProductList.jsx",
+ "line": 68,
+ "column": 16,
+ "index": 2242
},
{
- "filePath": "src/packages/home-page/components/NewOnEdxCarousel/components/SubcategoriesList/index.jsx",
- "line": 78,
- "column": 17,
- "index": 3316
+ "filePath": "src/pages/secure-preview/DynamicProductList.jsx",
+ "line": 73,
+ "column": 16,
+ "index": 2435
},
{
- "filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx",
- "line": 151,
- "column": 44,
- "index": 5882
+ "filePath": "src/pages/secure-preview/DynamicProductList.jsx",
+ "line": 78,
+ "column": 16,
+ "index": 2637
},
{
- "filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx",
- "line": 191,
- "column": 44,
- "index": 7541
+ "filePath": "src/pages/secure-preview/DynamicProductList.jsx",
+ "line": 88,
+ "column": 16,
+ "index": 2993
},
{
- "filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx",
- "line": 230,
- "column": 44,
- "index": 9215
+ "filePath": "src/pages/secure-preview/DynamicProductList.jsx",
+ "line": 92,
+ "column": 16,
+ "index": 3193
},
{
- "filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx",
- "line": 271,
- "column": 48,
- "index": 11069
+ "filePath": "src/pages/secure-preview/DynamicProductList.jsx",
+ "line": 96,
+ "column": 16,
+ "index": 3376
},
{
- "filePath": "src/packages/modular-page/modules/FeaturedProductsModule/index.jsx",
- "line": 88,
- "column": 23,
- "index": 3077
+ "filePath": "src/pages/secure-preview/DynamicProductList.jsx",
+ "line": 117,
+ "column": 10,
+ "index": 4097
+ }
+ ],
+ "Form.Switch": [
+ {
+ "filePath": "src/packages/common/ui/CCPADialog/index.jsx",
+ "line": 56,
+ "column": 10,
+ "index": 1576
},
{
- "filePath": "src/packages/modular-page/modules/MoreInfoCTAModule/index.jsx",
- "line": 41,
- "column": 19,
- "index": 1597
+ "filePath": "src/packages/queryless-pages/templates/CCPAPage.jsx",
+ "line": 28,
+ "column": 10,
+ "index": 913
},
{
- "filePath": "src/packages/open-course-page/components/ProgramUpsell/ProgramUpsellWidget.jsx",
- "line": 130,
- "column": 38,
- "index": 4608
+ "filePath": "src/packages/queryless-pages/templates/CCPAPageES.jsx",
+ "line": 26,
+ "column": 10,
+ "index": 931
}
],
- "Form.Checkbox": [
+ "ModalDialog.Footer": [
{
- "filePath": "src/packages/common/ui/EmailOptIn/index.jsx",
- "line": 29,
- "column": 8,
- "index": 640
+ "filePath": "src/packages/common/ui/CCPADialog/index.jsx",
+ "line": 95,
+ "column": 6,
+ "index": 3377
+ },
+ {
+ "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx",
+ "line": 59,
+ "column": 6,
+ "index": 2139
}
],
- "Input": [
- {
- "filePath": "src/packages/common/ui/Footer/index.jsx",
- "line": 249,
- "column": 18,
- "index": 8776
- },
+ "ActionRow": [
{
- "filePath": "src/packages/common/ui/xpert/experiments/ChatFloatingActionButton/Survey/index.jsx",
- "line": 202,
- "column": 28,
- "index": 6503
+ "filePath": "src/packages/common/ui/CCPADialog/index.jsx",
+ "line": 96,
+ "column": 8,
+ "index": 3406
},
{
- "filePath": "src/packages/common/ui/xpert/experiments/ChatFloatingActionButton/Survey/index.jsx",
- "line": 238,
- "column": 22,
- "index": 8055
+ "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx",
+ "line": 60,
+ "column": 8,
+ "index": 2168
}
],
- "Facebook": [
- {
- "filePath": "src/packages/common/ui/Footer/utils.jsx",
- "line": 383,
- "column": 23,
- "index": 17167
- },
+ "ModalDialog.CloseButton": [
{
- "filePath": "src/packages/instructor-page/components/InstructorBioDynamic/components/Overview/index.jsx",
- "line": 22,
- "column": 24,
- "index": 922
+ "filePath": "src/packages/common/ui/CCPADialog/index.jsx",
+ "line": 97,
+ "column": 10,
+ "index": 3428
},
{
- "filePath": "src/packages/open-course-page/components/SocialShare/index.jsx",
- "line": 85,
- "column": 23,
- "index": 2935
+ "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx",
+ "line": 61,
+ "column": 10,
+ "index": 2190
}
],
- "BsTwitter": [
+ "Form": [
{
- "filePath": "src/packages/common/ui/Footer/utils.jsx",
- "line": 389,
- "column": 23,
- "index": 17411
+ "filePath": "src/packages/common/ui/ChatBot/Survey/index.jsx",
+ "line": 152,
+ "column": 8,
+ "index": 4120
},
{
- "filePath": "src/packages/instructor-page/components/InstructorBioDynamic/components/Overview/index.jsx",
- "line": 20,
- "column": 24,
- "index": 838
+ "filePath": "src/packages/common/ui/overlays/SocialSharePopover.jsx",
+ "line": 109,
+ "column": 8,
+ "index": 4098
},
{
- "filePath": "src/packages/open-course-page/components/SocialShare/index.jsx",
- "line": 92,
- "column": 23,
- "index": 3238
+ "filePath": "src/packages/search-page/components/RefinementFilters/components/FacetList/index.jsx",
+ "line": 227,
+ "column": 22,
+ "index": 6337
+ },
+ {
+ "filePath": "src/pages/secure-preview/DynamicProductList.jsx",
+ "line": 63,
+ "column": 6,
+ "index": 1980
}
],
- "BsLinkedin": [
+ "Input": [
{
- "filePath": "src/packages/common/ui/Footer/utils.jsx",
- "line": 395,
- "column": 23,
- "index": 17663
+ "filePath": "src/packages/common/ui/ChatBot/Survey/index.jsx",
+ "line": 200,
+ "column": 28,
+ "index": 6423
},
{
- "filePath": "src/packages/open-course-page/components/SocialShare/index.jsx",
- "line": 99,
- "column": 23,
- "index": 3538
- }
- ],
- "Reddit": [
+ "filePath": "src/packages/common/ui/ChatBot/Survey/index.jsx",
+ "line": 236,
+ "column": 22,
+ "index": 7975
+ },
{
- "filePath": "src/packages/common/ui/Footer/utils.jsx",
- "line": 401,
- "column": 23,
- "index": 17917
+ "filePath": "src/packages/common/ui/Footer/index.jsx",
+ "line": 928,
+ "column": 18,
+ "index": 37092
}
],
"Collapsible": [
@@ -38994,77 +34775,77 @@
},
{
"filePath": "src/packages/modular-page/components/AccordionFAQ/index.jsx",
- "line": 82,
+ "line": 78,
"column": 14,
- "index": 2524
+ "index": 2449
},
{
"filePath": "src/packages/modular-page/components/AccordionFAQ/index.jsx",
- "line": 110,
+ "line": 106,
"column": 12,
- "index": 3590
+ "index": 3515
},
{
"filePath": "src/packages/modular-page/modules/BootCampCurriculumModule/index.jsx",
- "line": 70,
+ "line": 62,
"column": 16,
- "index": 2352
+ "index": 2009
},
{
"filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx",
- "line": 97,
+ "line": 73,
"column": 6,
- "index": 3688
+ "index": 2742
},
{
"filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx",
- "line": 111,
+ "line": 87,
"column": 6,
- "index": 4181
+ "index": 3277
},
{
"filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx",
- "line": 119,
+ "line": 95,
"column": 6,
- "index": 4434
+ "index": 3530
},
{
"filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx",
- "line": 135,
+ "line": 106,
"column": 6,
- "index": 5125
+ "index": 4081
},
{
"filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx",
- "line": 147,
+ "line": 118,
"column": 6,
- "index": 5538
+ "index": 4508
},
{
"filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx",
- "line": 160,
+ "line": 133,
"column": 6,
- "index": 6019
+ "index": 5075
},
{
"filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx",
- "line": 170,
+ "line": 143,
"column": 6,
- "index": 6348
+ "index": 5404
},
{
"filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx",
- "line": 180,
+ "line": 153,
"column": 6,
- "index": 6716
+ "index": 5772
}
],
"Collapsible.Advanced": [
{
"filePath": "src/packages/common/ui/Header/components/mobile-navigation/MenuAccordion/index.jsx",
- "line": 88,
+ "line": 87,
"column": 4,
- "index": 2404
+ "index": 2342
},
{
"filePath": "src/packages/exec-ed-page/components/MobileCollapsibleSection.jsx",
@@ -39075,28 +34856,22 @@
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
"line": 714,
- "column": 20,
- "index": 30304
- },
- {
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 862,
"column": 18,
- "index": 40714
+ "index": 28792
}
],
"Collapsible.Visible": [
{
"filePath": "src/packages/common/ui/Header/components/mobile-navigation/MenuAccordion/index.jsx",
- "line": 110,
+ "line": 109,
"column": 8,
- "index": 2982
+ "index": 2920
},
{
"filePath": "src/packages/common/ui/Header/components/mobile-navigation/MenuAccordion/index.jsx",
- "line": 113,
+ "line": 112,
"column": 8,
- "index": 3109
+ "index": 3047
},
{
"filePath": "src/packages/exec-ed-page/components/MobileCollapsibleSection.jsx",
@@ -39113,34 +34888,22 @@
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
"line": 722,
- "column": 24,
- "index": 30900
+ "column": 22,
+ "index": 29372
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
"line": 723,
- "column": 24,
- "index": 30992
- },
- {
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 870,
- "column": 22,
- "index": 41242
- },
- {
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 873,
"column": 22,
- "index": 41392
+ "index": 29462
}
],
"Collapsible.Body": [
{
"filePath": "src/packages/common/ui/Header/components/mobile-navigation/MenuAccordion/index.jsx",
- "line": 117,
+ "line": 116,
"column": 6,
- "index": 3260
+ "index": 3198
},
{
"filePath": "src/packages/exec-ed-page/components/MobileCollapsibleSection.jsx",
@@ -39151,596 +34914,360 @@
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
"line": 725,
- "column": 22,
- "index": 31128
+ "column": 20,
+ "index": 29594
+ }
+ ],
+ "useWindowSize": [
+ {
+ "filePath": "src/packages/common/ui/Header/components/SearchBar.jsx",
+ "line": 28,
+ "column": 20,
+ "index": 910
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 877,
+ "filePath": "src/packages/home-page/components/Hero/index.jsx",
+ "line": 47,
"column": 20,
- "index": 41581
+ "index": 1856
+ },
+ {
+ "filePath": "src/packages/modular-page/modules/ImageCarouselModule/index.jsx",
+ "line": 26,
+ "column": 21,
+ "index": 833
}
],
"SearchField.Advanced": [
{
"filePath": "src/packages/common/ui/Header/components/SearchBox.jsx",
- "line": 92,
+ "line": 90,
"column": 6,
- "index": 2953
+ "index": 2927
},
{
"filePath": "src/packages/home-page/components/Hero/components/HomeSearchBar/components/HomeSearchInput/index.jsx",
- "line": 64,
+ "line": 43,
"column": 6,
- "index": 2189
+ "index": 1645
},
{
"filePath": "src/packages/search-page/components/PreQueryPage/components/SearchBox/index.jsx",
- "line": 77,
+ "line": 74,
"column": 10,
- "index": 2472
+ "index": 2417
},
{
"filePath": "src/packages/search-page/components/SearchBox/index.jsx",
- "line": 113,
+ "line": 91,
"column": 10,
- "index": 3694
+ "index": 3066
}
],
"SearchField.Input": [
{
"filePath": "src/packages/common/ui/Header/components/SearchBox.jsx",
- "line": 108,
+ "line": 106,
"column": 10,
- "index": 3737
+ "index": 3711
},
{
"filePath": "src/packages/home-page/components/Hero/components/HomeSearchBar/components/HomeSearchInput/index.jsx",
- "line": 81,
+ "line": 58,
"column": 12,
- "index": 2961
+ "index": 2338
},
{
"filePath": "src/packages/search-page/components/PreQueryPage/components/SearchBox/index.jsx",
- "line": 93,
+ "line": 90,
"column": 14,
- "index": 3105
+ "index": 3050
},
{
"filePath": "src/packages/search-page/components/SearchBox/index.jsx",
- "line": 126,
+ "line": 102,
"column": 14,
- "index": 4230
+ "index": 3536
}
],
"SearchField.ClearButton": [
{
"filePath": "src/packages/common/ui/Header/components/SearchBox.jsx",
- "line": 119,
+ "line": 117,
"column": 10,
- "index": 4152
+ "index": 4133
},
{
"filePath": "src/packages/home-page/components/Hero/components/HomeSearchBar/components/HomeSearchInput/index.jsx",
- "line": 91,
+ "line": 66,
"column": 12,
- "index": 3364
+ "index": 2650
},
{
"filePath": "src/packages/search-page/components/PreQueryPage/components/SearchBox/index.jsx",
- "line": 104,
- "column": 14,
- "index": 3616
- },
- {
- "filePath": "src/packages/search-page/components/SearchBox/index.jsx",
- "line": 137,
+ "line": 101,
"column": 14,
- "index": 4736
- }
- ],
- "SearchField.SubmitButton": [
- {
- "filePath": "src/packages/common/ui/Header/components/SearchBox.jsx",
- "line": 121,
- "column": 12,
- "index": 4224
- },
- {
- "filePath": "src/packages/common/ui/Header/components/SearchBox.jsx",
- "line": 129,
- "column": 10,
- "index": 4435
- },
- {
- "filePath": "src/packages/home-page/components/Hero/components/HomeSearchBar/components/HomeSearchInput/index.jsx",
- "line": 93,
- "column": 10,
- "index": 3419
- },
- {
- "filePath": "src/packages/search-page/components/PreQueryPage/components/SearchBox/index.jsx",
- "line": 106,
- "column": 12,
- "index": 3675
+ "index": 3561
},
{
"filePath": "src/packages/search-page/components/SearchBox/index.jsx",
- "line": 139,
- "column": 12,
- "index": 4795
- }
- ],
- "IconButton": [
- {
- "filePath": "src/packages/common/ui/Header/components/SiteNav/components/SiteNavLink.jsx",
- "line": 91,
- "column": 8,
- "index": 2535
- },
- {
- "filePath": "src/packages/home-page/components/NewOnEdxCarousel/components/SubcategoriesList/index.jsx",
- "line": 61,
- "column": 10,
- "index": 2693
- },
- {
- "filePath": "src/packages/home-page/components/NewOnEdxCarousel/components/SubcategoriesList/index.jsx",
- "line": 77,
- "column": 10,
- "index": 3287
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 341,
- "column": 26,
- "index": 14753
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 366,
- "column": 26,
- "index": 16020
- }
- ],
- "Dropdown": [
- {
- "filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx",
- "line": 160,
- "column": 10,
- "index": 5343
- },
- {
- "filePath": "src/packages/learn-page/components/DynamicProductList/components/ProductFilter/index.jsx",
- "line": 38,
- "column": 8,
- "index": 947
- }
- ],
- "Dropdown.Toggle": [
- {
- "filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx",
- "line": 161,
- "column": 12,
- "index": 5388
- },
- {
- "filePath": "src/packages/learn-page/components/DynamicProductList/components/ProductFilter/index.jsx",
- "line": 39,
- "column": 10,
- "index": 968
- }
- ],
- "AvatarButton": [
- {
- "filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx",
- "line": 162,
- "column": 18,
- "index": 5423
- }
- ],
- "Dropdown.Menu": [
- {
- "filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx",
- "line": 175,
- "column": 12,
- "index": 6020
- },
- {
- "filePath": "src/packages/learn-page/components/DynamicProductList/components/ProductFilter/index.jsx",
- "line": 49,
- "column": 10,
- "index": 1704
- }
- ],
- "Badge": [
- {
- "filePath": "src/packages/common/ui/NewBadge/index.jsx",
- "line": 22,
- "column": 4,
- "index": 546
- },
- {
- "filePath": "src/packages/learn-page/components/DynamicProductList/components/ProductFilter/index.jsx",
- "line": 80,
- "column": 14,
- "index": 3122
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseRunModal/components/SectionTile.jsx",
- "line": 54,
- "column": 10,
- "index": 2066
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseRunSelector/components/SelectionTile.jsx",
- "line": 57,
- "column": 12,
- "index": 2059
- },
- {
- "filePath": "src/packages/program-page/components/ProgramHeader.jsx",
- "line": 156,
- "column": 16,
- "index": 4540
- },
- {
- "filePath": "src/packages/program-page/components/ProgramHeader/index.jsx",
- "line": 149,
- "column": 16,
- "index": 4622
- },
- {
- "filePath": "src/packages/search-page/components/AutoComplete/components/AutoCompleteDropdownItem/index.jsx",
- "line": 117,
- "column": 18,
- "index": 3607
- },
- {
- "filePath": "src/packages/search-page/components/AutoComplete/components/AutoCompleteDropdownItem/index.jsx",
- "line": 121,
- "column": 16,
- "index": 3836
- },
- {
- "filePath": "src/packages/search-page/components/RefinementFilters/components/FacetList/index.jsx",
- "line": 267,
- "column": 33,
- "index": 7588
- }
- ],
- "ChevronLeft": [
- {
- "filePath": "src/packages/common/ui/PageTitleBreadcrumbs/index.jsx",
- "line": 38,
- "column": 20,
- "index": 1403
- },
- {
- "filePath": "src/packages/common/ui/SkillsBreadcrumbs/index.jsx",
- "line": 21,
- "column": 6,
- "index": 725
- },
- {
- "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
- "line": 254,
- "column": 25,
- "index": 8323
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseBreadcrumbs.jsx",
- "line": 72,
- "column": 19,
- "index": 2389
- }
- ],
- "PlayCircleFilled": [
- {
- "filePath": "src/packages/common/ui/Video/index.jsx",
- "line": 129,
- "column": 18,
- "index": 3438
- },
- {
- "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
- "line": 295,
- "column": 30,
- "index": 10168
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseVideo.jsx",
- "line": 46,
- "column": 10,
- "index": 1300
- },
- {
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 590,
- "column": 31,
- "index": 26565
- }
- ],
- "Send": [
- {
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsInput.jsx",
- "line": 47,
- "column": 19,
- "index": 1254
- }
- ],
- "Compass": [
- {
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertDisclaimer.jsx",
- "line": 35,
- "column": 35,
- "index": 1200
- },
- {
- "filePath": "src/packages/program-page/components/ProgramPathway/index.jsx",
- "line": 319,
- "column": 18,
- "index": 11401
- }
- ],
- "Groups": [
- {
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertDisclaimer.jsx",
- "line": 48,
- "column": 33,
- "index": 1686
- }
- ],
- "Thunderstorm": [
- {
- "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertError.jsx",
- "line": 16,
- "column": 13,
- "index": 476
- }
- ],
- "Minimize": [
- {
- "filePath": "src/packages/common/ui/xpert/experiments/ChatFloatingActionButton/index.jsx",
- "line": 148,
- "column": 54,
- "index": 5108
+ "line": 113,
+ "column": 14,
+ "index": 4042
}
],
- "Form": [
+ "SearchField.SubmitButton": [
{
- "filePath": "src/packages/common/ui/xpert/experiments/ChatFloatingActionButton/Survey/index.jsx",
- "line": 154,
- "column": 8,
- "index": 4200
+ "filePath": "src/packages/common/ui/Header/components/SearchBox.jsx",
+ "line": 119,
+ "column": 12,
+ "index": 4205
},
{
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 301,
- "column": 24,
- "index": 11196
+ "filePath": "src/packages/common/ui/Header/components/SearchBox.jsx",
+ "line": 127,
+ "column": 10,
+ "index": 4416
},
{
- "filePath": "src/packages/search-page/components/RefinementFilters/components/FacetList/index.jsx",
- "line": 260,
- "column": 22,
- "index": 7188
+ "filePath": "src/packages/home-page/components/Hero/components/HomeSearchBar/components/HomeSearchInput/index.jsx",
+ "line": 68,
+ "column": 10,
+ "index": 2705
},
{
- "filePath": "src/packages/search-page/components/RefinementFilters/components/LearningTypeRadioSelect/index.jsx",
- "line": 136,
- "column": 20,
- "index": 4070
+ "filePath": "src/packages/search-page/components/PreQueryPage/components/SearchBox/index.jsx",
+ "line": 103,
+ "column": 12,
+ "index": 3620
},
{
- "filePath": "src/pages/secure-preview/DynamicProductList.jsx",
- "line": 63,
- "column": 6,
- "index": 1980
+ "filePath": "src/packages/search-page/components/SearchBox/index.jsx",
+ "line": 115,
+ "column": 12,
+ "index": 4101
}
],
- "Lightbulb": [
+ "IconButton": [
{
- "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx",
- "line": 182,
- "column": 19,
- "index": 5521
+ "filePath": "src/packages/common/ui/Header/components/SiteNav/components/SiteNavLink.jsx",
+ "line": 92,
+ "column": 8,
+ "index": 2570
},
{
- "filePath": "src/packages/common/ui/xpert/experiments/SkillsBuilderFloatingActionButton/index.jsx",
- "line": 77,
- "column": 19,
- "index": 2654
- }
- ],
- "KeyboardArrowDown": [
+ "filePath": "src/packages/common/ui/overlays/SaveForLaterOverlay/index.jsx",
+ "line": 365,
+ "column": 14,
+ "index": 13139
+ },
{
- "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx",
- "line": 206,
- "column": 23,
- "index": 6343
+ "filePath": "src/packages/home-page/components/NewOnEdxCarousel/components/SubcategoriesList/index.jsx",
+ "line": 61,
+ "column": 10,
+ "index": 2693
},
{
- "filePath": "src/packages/search-page/components/RefinementFilters/components/MobileFilterMenu/index.jsx",
- "line": 75,
+ "filePath": "src/packages/home-page/components/NewOnEdxCarousel/components/SubcategoriesList/index.jsx",
+ "line": 77,
"column": 10,
- "index": 2420
- }
- ],
- "Recommend": [
+ "index": 3287
+ },
{
- "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx",
- "line": 267,
- "column": 87,
- "index": 9068
+ "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
+ "line": 287,
+ "column": 28,
+ "index": 12578
},
{
- "filePath": "src/packages/common/ui/xpert/experiments/OCMFloatingActionButton/index.jsx",
- "line": 277,
- "column": 89,
- "index": 9552
+ "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
+ "line": 304,
+ "column": 28,
+ "index": 13665
}
],
- "useArrowKeyNavigation": [
+ "Dropdown": [
{
- "filePath": "src/packages/common/ui/xpert/shared/FloatingActionPopup/index.jsx",
- "line": 21,
- "column": 20,
- "index": 528
- }
- ],
- "FormGroup": [
+ "filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx",
+ "line": 142,
+ "column": 10,
+ "index": 4575
+ },
{
- "filePath": "src/packages/degree-page/components/TabNavigation/index.jsx",
- "line": 133,
+ "filePath": "src/packages/learn-page/components/DynamicProductList/components/ProductFilter/index.jsx",
+ "line": 38,
"column": 8,
- "index": 4212
+ "index": 947
}
],
- "FormControl": [
+ "Dropdown.Toggle": [
{
- "filePath": "src/packages/degree-page/components/TabNavigation/index.jsx",
- "line": 134,
+ "filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx",
+ "line": 143,
+ "column": 12,
+ "index": 4620
+ },
+ {
+ "filePath": "src/packages/learn-page/components/DynamicProductList/components/ProductFilter/index.jsx",
+ "line": 39,
"column": 10,
- "index": 4250
+ "index": 968
}
],
- "Spinner": [
- {
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 278,
- "column": 14,
- "index": 10034
- },
+ "AvatarButton": [
{
- "filePath": "src/packages/program-page/components/ProgramHeader.jsx",
- "line": 97,
- "column": 15,
- "index": 2910
- },
+ "filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx",
+ "line": 144,
+ "column": 18,
+ "index": 4655
+ }
+ ],
+ "Dropdown.Menu": [
{
- "filePath": "src/packages/program-page/components/ProgramHeader/index.jsx",
- "line": 101,
- "column": 15,
- "index": 3103
+ "filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx",
+ "line": 157,
+ "column": 12,
+ "index": 5252
},
{
- "filePath": "src/packages/program-page/components/ProgramSubscriptionSection/index.jsx",
- "line": 65,
+ "filePath": "src/packages/learn-page/components/DynamicProductList/components/ProductFilter/index.jsx",
+ "line": 49,
"column": 10,
- "index": 2433
+ "index": 1704
}
],
- "Form.Group": [
+ "Badge": [
{
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 303,
- "column": 28,
- "index": 11321
+ "filePath": "src/packages/common/ui/NewBadge/index.jsx",
+ "line": 22,
+ "column": 4,
+ "index": 546
},
{
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 323,
- "column": 28,
- "index": 12441
+ "filePath": "src/packages/learn-page/components/DynamicProductList/components/ProductFilter/index.jsx",
+ "line": 80,
+ "column": 14,
+ "index": 3122
},
{
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 344,
- "column": 26,
- "index": 13585
+ "filePath": "src/packages/open-course-page/components/CourseRunSelector/components/SelectionTile.jsx",
+ "line": 57,
+ "column": 12,
+ "index": 2059
},
{
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 366,
- "column": 30,
- "index": 14781
+ "filePath": "src/packages/search-page/components/AutoComplete/components/AutoCompleteDropdownItem/index.jsx",
+ "line": 63,
+ "column": 14,
+ "index": 1880
},
{
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 398,
- "column": 32,
- "index": 16773
+ "filePath": "src/packages/search-page/components/AutoComplete/components/AutoCompleteDropdownItem/index.jsx",
+ "line": 67,
+ "column": 12,
+ "index": 2093
},
{
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 430,
- "column": 26,
- "index": 18759
+ "filePath": "src/packages/search-page/components/RefinementFilters/components/FacetList/index.jsx",
+ "line": 233,
+ "column": 33,
+ "index": 6676
+ }
+ ],
+ "Popover.Title": [
+ {
+ "filePath": "src/packages/common/ui/overlays/PaintedDoorUnauthenticatedPopover.jsx",
+ "line": 49,
+ "column": 6,
+ "index": 1794
},
{
- "filePath": "src/packages/queryless-pages/templates/CCPAPage.jsx",
- "line": 27,
- "column": 8,
- "index": 897
+ "filePath": "src/packages/common/ui/overlays/SocialSharePopover.jsx",
+ "line": 80,
+ "column": 6,
+ "index": 2662
+ }
+ ],
+ "Popover.Content": [
+ {
+ "filePath": "src/packages/common/ui/overlays/PaintedDoorUnauthenticatedPopover.jsx",
+ "line": 52,
+ "column": 6,
+ "index": 1929
},
{
- "filePath": "src/packages/queryless-pages/templates/CCPAPageES.jsx",
- "line": 25,
+ "filePath": "src/packages/common/ui/overlays/SocialSharePopover.jsx",
+ "line": 85,
+ "column": 6,
+ "index": 2941
+ }
+ ],
+ "Toast": [
+ {
+ "filePath": "src/packages/common/ui/overlays/SaveForLaterOverlay/index.jsx",
+ "line": 319,
"column": 8,
- "index": 915
- },
+ "index": 11345
+ }
+ ],
+ "OverlayTrigger": [
{
- "filePath": "src/pages/secure-preview/DynamicProductList.jsx",
- "line": 68,
- "column": 16,
- "index": 2242
+ "filePath": "src/packages/common/ui/overlays/SaveForLaterOverlay/index.jsx",
+ "line": 327,
+ "column": 6,
+ "index": 11578
},
{
- "filePath": "src/pages/secure-preview/DynamicProductList.jsx",
- "line": 73,
- "column": 16,
- "index": 2435
+ "filePath": "src/packages/exec-ed-page/components/CourseCurriculum/index.jsx",
+ "line": 87,
+ "column": 8,
+ "index": 2996
},
{
- "filePath": "src/pages/secure-preview/DynamicProductList.jsx",
- "line": 78,
- "column": 16,
- "index": 2637
+ "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
+ "line": 183,
+ "column": 10,
+ "index": 5829
},
{
- "filePath": "src/pages/secure-preview/DynamicProductList.jsx",
- "line": 88,
- "column": 16,
- "index": 2993
+ "filePath": "src/packages/exec-ed-page/components/StickyNav2U.jsx",
+ "line": 233,
+ "column": 18,
+ "index": 8437
},
{
- "filePath": "src/pages/secure-preview/DynamicProductList.jsx",
- "line": 92,
- "column": 16,
- "index": 3193
+ "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
+ "line": 279,
+ "column": 26,
+ "index": 12174
},
{
- "filePath": "src/pages/secure-preview/DynamicProductList.jsx",
- "line": 96,
- "column": 16,
- "index": 3376
+ "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
+ "line": 296,
+ "column": 26,
+ "index": 13265
},
{
- "filePath": "src/pages/secure-preview/DynamicProductList.jsx",
- "line": 117,
- "column": 10,
- "index": 4097
+ "filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx",
+ "line": 55,
+ "column": 6,
+ "index": 2118
}
],
- "Form.Control": [
- {
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 311,
- "column": 30,
- "index": 11722
- },
+ "Popover": [
{
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
+ "filePath": "src/packages/common/ui/overlays/SaveForLaterOverlay/index.jsx",
"line": 331,
- "column": 30,
- "index": 12840
- },
+ "column": 10,
+ "index": 11713
+ }
+ ],
+ "Form.Control": [
{
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 352,
- "column": 28,
- "index": 13973
+ "filePath": "src/packages/common/ui/overlays/SocialSharePopover.jsx",
+ "line": 111,
+ "column": 12,
+ "index": 4168
},
{
"filePath": "src/pages/secure-preview/DynamicProductList.jsx",
@@ -39785,140 +35312,96 @@
"index": 4230
}
],
- "FormLabel": [
- {
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 367,
- "column": 32,
- "index": 14870
- },
- {
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 379,
- "column": 36,
- "index": 15596
- },
- {
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 384,
- "column": 36,
- "index": 15951
- },
- {
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 399,
- "column": 34,
- "index": 16864
- },
- {
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 411,
- "column": 38,
- "index": 17620
- },
- {
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 416,
- "column": 38,
- "index": 17985
- },
+ "MarketingModal": [
{
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 431,
- "column": 28,
- "index": 18810
+ "filePath": "src/packages/common/ui/SaveForLaterMarketingModal/index.jsx",
+ "line": 55,
+ "column": 6,
+ "index": 1659
}
],
- "Form.RadioSet": [
- {
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 372,
- "column": 32,
- "index": 15184
- },
+ "ModalDialog.Hero": [
{
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 404,
- "column": 34,
- "index": 17190
+ "filePath": "src/packages/common/ui/SaveForLaterMarketingModal/index.jsx",
+ "line": 61,
+ "column": 10,
+ "index": 1873
}
],
- "Form.Radio": [
+ "ChevronLeft": [
{
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 378,
- "column": 34,
- "index": 15493
+ "filePath": "src/packages/common/ui/SkillsBreadcrumbs/index.jsx",
+ "line": 21,
+ "column": 6,
+ "index": 718
},
{
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 383,
- "column": 34,
- "index": 15850
+ "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
+ "line": 251,
+ "column": 25,
+ "index": 8160
},
{
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 410,
- "column": 36,
- "index": 17515
+ "filePath": "src/packages/learn-page/components/Breadcrumbs/index.jsx",
+ "line": 23,
+ "column": 10,
+ "index": 751
},
{
- "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx",
- "line": 415,
- "column": 36,
- "index": 17882
+ "filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseBreadcrumbs.jsx",
+ "line": 42,
+ "column": 19,
+ "index": 1229
}
],
- "OverlayTrigger": [
+ "PlayCircleFilled": [
{
- "filePath": "src/packages/exec-ed-page/components/CourseCurriculum/index.jsx",
- "line": 87,
- "column": 10,
- "index": 3020
+ "filePath": "src/packages/common/ui/Video/index.jsx",
+ "line": 129,
+ "column": 18,
+ "index": 3438
},
{
"filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
- "line": 186,
- "column": 10,
- "index": 5992
- },
- {
- "filePath": "src/packages/exec-ed-page/components/StickyNav2U.jsx",
- "line": 233,
- "column": 18,
- "index": 8437
+ "line": 292,
+ "column": 30,
+ "index": 9997
},
{
- "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 333,
- "column": 24,
- "index": 14365
- },
+ "filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseVideo.jsx",
+ "line": 46,
+ "column": 10,
+ "index": 1300
+ }
+ ],
+ "FormGroup": [
{
- "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 358,
- "column": 24,
- "index": 15636
- },
+ "filePath": "src/packages/degree-page/components/TabNavigation/index.jsx",
+ "line": 110,
+ "column": 8,
+ "index": 3276
+ }
+ ],
+ "FormControl": [
{
- "filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx",
- "line": 55,
- "column": 6,
- "index": 2125
+ "filePath": "src/packages/degree-page/components/TabNavigation/index.jsx",
+ "line": 111,
+ "column": 10,
+ "index": 3314
}
],
"Tooltip": [
{
"filePath": "src/packages/exec-ed-page/components/CourseCurriculum/index.jsx",
"line": 90,
- "column": 14,
- "index": 3101
+ "column": 12,
+ "index": 3071
},
{
"filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
- "line": 189,
+ "line": 186,
"column": 14,
- "index": 6073
+ "index": 5910
},
{
"filePath": "src/packages/exec-ed-page/components/StickyNav2U.jsx",
@@ -39928,35 +35411,35 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 336,
- "column": 28,
- "index": 14488
+ "line": 282,
+ "column": 30,
+ "index": 12303
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 361,
- "column": 28,
- "index": 15759
+ "line": 299,
+ "column": 30,
+ "index": 13394
},
{
"filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx",
"line": 61,
"column": 10,
- "index": 2258
+ "index": 2251
}
],
"Launch": [
{
"filePath": "src/packages/exec-ed-page/components/CourseCurriculum/index.jsx",
"line": 101,
- "column": 42,
- "index": 3507
+ "column": 40,
+ "index": 3457
},
{
"filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
- "line": 202,
+ "line": 199,
"column": 21,
- "index": 6614
+ "index": 6451
},
{
"filePath": "src/packages/exec-ed-page/components/StickyNav2U.jsx",
@@ -39966,51 +35449,27 @@
},
{
"filePath": "src/packages/exec-ed-page/components/WhyGetsmarter/index.jsx",
- "line": 55,
+ "line": 56,
"column": 23,
- "index": 2801
+ "index": 2831
},
{
"filePath": "src/packages/instructor-page/components/InstructorBioDynamic/components/Overview/index.jsx",
- "line": 24,
+ "line": 27,
"column": 24,
- "index": 1046
+ "index": 1171
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 467,
- "column": 20,
- "index": 20920
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseModes/Variant/index.jsx",
- "line": 212,
- "column": 6,
- "index": 9938
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseRunModal/index.jsx",
- "line": 196,
- "column": 6,
- "index": 8489
+ "line": 384,
+ "column": 22,
+ "index": 18278
},
{
"filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx",
- "line": 142,
+ "line": 132,
"column": 6,
- "index": 5201
- },
- {
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 176,
- "column": 13,
- "index": 5862
- },
- {
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 235,
- "column": 17,
- "index": 7829
+ "index": 4795
}
],
"useToggle": [
@@ -40018,123 +35477,47 @@
"filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
"line": 99,
"column": 32,
- "index": 3617
- },
- {
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 37,
- "column": 32,
- "index": 1309
- },
- {
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 40,
- "column": 62,
- "index": 1476
+ "index": 3610
}
],
"CallMade": [
{
"filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
- "line": 226,
+ "line": 223,
"column": 23,
- "index": 7431
+ "index": 7268
}
],
"Breadcrumb": [
{
"filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
- "line": 251,
+ "line": 248,
"column": 14,
- "index": 8167
+ "index": 8004
},
{
"filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx",
- "line": 255,
+ "line": 252,
"column": 14,
- "index": 8353
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseBreadcrumbs.jsx",
- "line": 69,
- "column": 8,
- "index": 2251
+ "index": 8190
},
{
"filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseBreadcrumbs.jsx",
- "line": 73,
- "column": 8,
- "index": 2413
- },
- {
- "filePath": "src/packages/search-page/components/SearchBreadcrumb/index.jsx",
- "line": 102,
- "column": 10,
- "index": 3726
- }
- ],
- "ModalDialog": [
- {
- "filePath": "src/packages/exec-ed-page/components/CourseVideoDialog/index.jsx",
- "line": 11,
- "column": 4,
- "index": 268
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseRunModal/index.jsx",
- "line": 222,
- "column": 6,
- "index": 9315
- },
- {
- "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx",
- "line": 32,
- "column": 4,
- "index": 1059
- },
- {
- "filePath": "src/packages/program-page/components/ProgramSubscriptionModal/index.jsx",
- "line": 116,
- "column": 4,
- "index": 3953
- },
- {
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 592,
- "column": 18,
- "index": 26696
- }
- ],
- "ModalDialog.Body": [
- {
- "filePath": "src/packages/exec-ed-page/components/CourseVideoDialog/index.jsx",
- "line": 21,
- "column": 6,
- "index": 501
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseRunModal/index.jsx",
- "line": 239,
+ "line": 39,
"column": 8,
- "index": 9997
- },
- {
- "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx",
- "line": 49,
- "column": 6,
- "index": 1627
- },
- {
- "filePath": "src/packages/program-page/components/ProgramSubscriptionModal/index.jsx",
- "line": 133,
- "column": 6,
- "index": 4545
+ "index": 1091
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 596,
- "column": 20,
- "index": 26960
+ "filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseBreadcrumbs.jsx",
+ "line": 43,
+ "column": 8,
+ "index": 1253
+ },
+ {
+ "filePath": "src/packages/search-page/components/SearchBreadcrumb/index.jsx",
+ "line": 99,
+ "column": 8,
+ "index": 3538
}
],
"DropdownButton": [
@@ -40146,9 +35529,9 @@
},
{
"filePath": "src/packages/open-course-page/components/StickyNav/index.jsx",
- "line": 212,
+ "line": 201,
"column": 16,
- "index": 7428
+ "index": 6826
}
],
"Dropdown.Item": [
@@ -40166,23 +35549,9 @@
},
{
"filePath": "src/packages/open-course-page/components/StickyNav/index.jsx",
- "line": 224,
- "column": 20,
- "index": 7961
- }
- ],
- "useWindowSize": [
- {
- "filePath": "src/packages/home-page/components/Hero/index.jsx",
- "line": 32,
+ "line": 213,
"column": 20,
- "index": 1308
- },
- {
- "filePath": "src/packages/modular-page/modules/ImageCarouselModule/index.jsx",
- "line": 26,
- "column": 21,
- "index": 833
+ "index": 7359
}
],
"KeyboardArrowRight": [
@@ -40190,21 +35559,21 @@
"filePath": "src/packages/home-page/components/SubjectList/index.jsx",
"line": 39,
"column": 20,
- "index": 1492
+ "index": 1485
}
],
"Skeleton": [
{
"filePath": "src/packages/home-page/template/HomePage/index.jsx",
- "line": 103,
+ "line": 88,
"column": 15,
- "index": 3971
+ "index": 3192
},
{
"filePath": "src/packages/home-page/template/HomePage/index.jsx",
- "line": 118,
+ "line": 103,
"column": 15,
- "index": 4345
+ "index": 3566
},
{
"filePath": "src/packages/modular-page/modules/ImageCarouselModule/index.jsx",
@@ -40214,15 +35583,9 @@
},
{
"filePath": "src/packages/school-detail-page/components/CardLists/index.jsx",
- "line": 98,
- "column": 11,
- "index": 3313
- },
- {
- "filePath": "src/packages/topic-page/template/TopicPage/index.jsx",
- "line": 42,
+ "line": 45,
"column": 11,
- "index": 1707
+ "index": 2018
}
],
"Person": [
@@ -40234,9 +35597,9 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx",
- "line": 233,
+ "line": 222,
"column": 33,
- "index": 7725
+ "index": 6955
},
{
"filePath": "src/packages/open-course-page/components/Instructors/components/InstructorCard.jsx",
@@ -40248,13 +35611,13 @@
"filePath": "src/packages/open-course-page/components/ProgramUpsell/ProgramUpsellWidget.jsx",
"line": 152,
"column": 27,
- "index": 5713
+ "index": 5701
},
{
"filePath": "src/packages/open-course-page/components/ProgramUpsell/ProgramUpsellWidget.jsx",
"line": 174,
"column": 27,
- "index": 6765
+ "index": 6753
},
{
"filePath": "src/packages/program-page/components/ProgramMain/components/InstructorCard/index.jsx",
@@ -40264,21 +35627,23 @@
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 568,
- "column": 28,
- "index": 22725
+ "line": 510,
+ "column": 26,
+ "index": 18133
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 592,
- "column": 28,
- "index": 24003
- },
+ "line": 534,
+ "column": 26,
+ "index": 19369
+ }
+ ],
+ "Facebook": [
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 460,
- "column": 23,
- "index": 18985
+ "filePath": "src/packages/instructor-page/components/InstructorBioDynamic/components/Overview/index.jsx",
+ "line": 25,
+ "column": 24,
+ "index": 1047
}
],
"Search": [
@@ -40286,21 +35651,21 @@
"filePath": "src/packages/learn-index-page/components/Hero.jsx",
"line": 16,
"column": 20,
- "index": 661
+ "index": 654
},
{
"filePath": "src/packages/learn-page/template/LearnPage/index.jsx",
- "line": 40,
+ "line": 38,
"column": 20,
- "index": 2401
+ "index": 2408
}
],
"Card": [
{
"filePath": "src/packages/learn-index-page/template/AllTopicsPage/index.jsx",
- "line": 97,
+ "line": 86,
"column": 12,
- "index": 4030
+ "index": 3766
},
{
"filePath": "src/packages/modular-page/modules/FacultyModule/index.jsx",
@@ -40308,18 +35673,6 @@
"column": 10,
"index": 1393
},
- {
- "filePath": "src/packages/open-course-page/components/CourseModes/Variant/index.jsx",
- "line": 252,
- "column": 14,
- "index": 11263
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseRunModal/index.jsx",
- "line": 277,
- "column": 14,
- "index": 11771
- },
{
"filePath": "src/packages/open-course-page/components/CourseRunSelector/components/SelectionTile.jsx",
"line": 52,
@@ -40328,23 +35681,23 @@
},
{
"filePath": "src/packages/search-page/components/PreQueryPage/components/PartnerFilters/index.jsx",
- "line": 94,
+ "line": 92,
"column": 16,
- "index": 2797
+ "index": 2817
},
{
"filePath": "src/packages/search-page/components/SkillsBuilderCTA/index.jsx",
- "line": 38,
+ "line": 37,
"column": 8,
- "index": 1381
+ "index": 1339
}
],
"Card.Body": [
{
"filePath": "src/packages/learn-index-page/template/AllTopicsPage/index.jsx",
- "line": 98,
+ "line": 87,
"column": 14,
- "index": 4106
+ "index": 3842
},
{
"filePath": "src/packages/open-course-page/components/CourseRunSelector/components/SelectionTile.jsx",
@@ -40376,15 +35729,9 @@
},
{
"filePath": "src/packages/modular-page/modules/FootnoteModule/index.jsx",
- "line": 113,
+ "line": 119,
"column": 14,
- "index": 3907
- },
- {
- "filePath": "src/packages/program-page/components/ProgramSubscriptionSection/index.jsx",
- "line": 225,
- "column": 10,
- "index": 8686
+ "index": 4115
}
],
"Row": [
@@ -40478,45 +35825,39 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 395,
- "column": 20,
- "index": 17312
+ "line": 326,
+ "column": 50,
+ "index": 14814
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 398,
- "column": 20,
- "index": 17494
+ "line": 327,
+ "column": 50,
+ "index": 14958
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 408,
- "column": 20,
- "index": 18018
+ "line": 335,
+ "column": 50,
+ "index": 15458
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 411,
- "column": 20,
- "index": 18200
+ "line": 336,
+ "column": 50,
+ "index": 15602
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 421,
- "column": 20,
- "index": 18725
+ "line": 344,
+ "column": 50,
+ "index": 16103
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 434,
- "column": 20,
- "index": 19403
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseModes/Variant/index.jsx",
- "line": 269,
- "column": 102,
- "index": 12326
+ "line": 353,
+ "column": 50,
+ "index": 16719
},
{
"filePath": "src/packages/product-page/components/ProductDetailHero/index.jsx",
@@ -40525,52 +35866,42 @@
"index": 1049
},
{
- "filePath": "src/packages/program-page/components/ProgramSubscriptionSection/index.jsx",
- "line": 166,
- "column": 10,
- "index": 6076
- },
- {
- "filePath": "src/packages/program-page/components/ProgramSubscriptionSection/index.jsx",
- "line": 176,
- "column": 10,
- "index": 6555
- },
- {
- "filePath": "src/packages/program-page/components/ProgramSubscriptionSection/index.jsx",
- "line": 185,
- "column": 10,
- "index": 6950
- },
+ "filePath": "src/packages/search-page/components/FilterProgramCard.jsx",
+ "line": 46,
+ "column": 18,
+ "index": 1406
+ }
+ ],
+ "OpenInNew": [
{
- "filePath": "src/packages/program-page/components/ProgramSubscriptionSection/index.jsx",
- "line": 194,
- "column": 10,
- "index": 7340
+ "filePath": "src/packages/modular-page/modules/CollapsibleTextTabModule/index.jsx",
+ "line": 78,
+ "column": 23,
+ "index": 2529
},
{
- "filePath": "src/packages/program-page/components/ProgramSubscriptionSection/index.jsx",
- "line": 203,
- "column": 10,
- "index": 7725
+ "filePath": "src/packages/modular-page/modules/FootnoteModule/index.jsx",
+ "line": 55,
+ "column": 23,
+ "index": 2015
},
{
- "filePath": "src/packages/program-page/components/ProgramSubscriptionSection/index.jsx",
- "line": 212,
- "column": 10,
- "index": 8101
+ "filePath": "src/packages/modular-page/modules/MediaModule/index.jsx",
+ "line": 51,
+ "column": 25,
+ "index": 1885
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 248,
- "column": 17,
- "index": 8185
+ "filePath": "src/packages/modular-page/modules/StatisticIconModule/index.jsx",
+ "line": 35,
+ "column": 21,
+ "index": 1288
},
{
- "filePath": "src/packages/search-page/components/FilterProgramCard.jsx",
- "line": 45,
- "column": 18,
- "index": 1392
+ "filePath": "src/packages/modular-page/modules/TextModule/index.jsx",
+ "line": 77,
+ "column": 19,
+ "index": 2428
}
],
"CardGrid": [
@@ -40582,15 +35913,15 @@
},
{
"filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx",
- "line": 203,
+ "line": 193,
"column": 10,
- "index": 8406
+ "index": 7952
},
{
"filePath": "src/packages/search-page/components/PreQueryPage/components/PartnerFilters/index.jsx",
- "line": 83,
+ "line": 81,
"column": 10,
- "index": 2433
+ "index": 2453
}
],
"Card.Section": [
@@ -40600,155 +35931,61 @@
"column": 12,
"index": 1546
},
- {
- "filePath": "src/packages/open-course-page/components/CourseModes/Variant/index.jsx",
- "line": 258,
- "column": 16,
- "index": 11673
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseModes/Variant/index.jsx",
- "line": 268,
- "column": 18,
- "index": 12192
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseRunModal/components/SectionTile.jsx",
- "line": 51,
- "column": 6,
- "index": 1881
- },
{
"filePath": "src/packages/search-page/components/SkillsBuilderCTA/index.jsx",
- "line": 39,
+ "line": 38,
"column": 10,
- "index": 1421
+ "index": 1386
}
],
"ArrowUpward": [
{
"filePath": "src/packages/modular-page/modules/FootnoteModule/index.jsx",
- "line": 119,
+ "line": 125,
"column": 23,
- "index": 4153
+ "index": 4361
}
],
- "InfoOutline": [
+ "Icons": [
{
- "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 342,
- "column": 33,
- "index": 14798
+ "filePath": "src/packages/modular-page/modules/ProgramReferralModule/index.jsx",
+ "line": 57,
+ "column": 23,
+ "index": 1906
},
{
- "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 367,
- "column": 33,
- "index": 16065
+ "filePath": "src/packages/modular-page/modules/ProgramReferralModule/index.jsx",
+ "line": 69,
+ "column": 27,
+ "index": 2402
}
],
- "Remove": [
+ "InfoOutline": [
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 424,
- "column": 50,
- "index": 18937
+ "line": 287,
+ "column": 45,
+ "index": 12595
},
{
"filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
- "line": 437,
- "column": 50,
- "index": 19615
- }
- ],
- "Card.Header": [
- {
- "filePath": "src/packages/open-course-page/components/CourseModes/Variant/index.jsx",
- "line": 253,
- "column": 16,
- "index": 11318
- }
- ],
- "Card.Divider": [
- {
- "filePath": "src/packages/open-course-page/components/CourseModes/Variant/index.jsx",
- "line": 266,
- "column": 16,
- "index": 12098
- },
- {
- "filePath": "src/packages/open-course-page/components/CourseRunModal/components/SectionTile.jsx",
- "line": 74,
- "column": 6,
- "index": 2783
- }
- ],
- "Lock": [
- {
- "filePath": "src/packages/open-course-page/components/CourseModes/Variant/index.jsx",
- "line": 269,
- "column": 66,
- "index": 12290
- }
- ],
- "Verified": [
- {
- "filePath": "src/packages/open-course-page/components/CourseRunModal/components/Enrollable.jsx",
- "line": 29,
- "column": 12,
- "index": 785
- }
- ],
- "ModalDialog.Header": [
- {
- "filePath": "src/packages/open-course-page/components/CourseRunModal/index.jsx",
- "line": 232,
- "column": 8,
- "index": 9653
- },
- {
- "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx",
- "line": 39,
- "column": 6,
- "index": 1271
- },
- {
- "filePath": "src/packages/program-page/components/ProgramSubscriptionModal/index.jsx",
- "line": 122,
- "column": 6,
- "index": 4115
- },
- {
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 593,
- "column": 20,
- "index": 26801
+ "line": 304,
+ "column": 45,
+ "index": 13682
}
],
- "ModalDialog.Title": [
- {
- "filePath": "src/packages/open-course-page/components/CourseRunModal/index.jsx",
- "line": 233,
- "column": 10,
- "index": 9684
- },
- {
- "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx",
- "line": 40,
- "column": 8,
- "index": 1300
- },
+ "Remove": [
{
- "filePath": "src/packages/program-page/components/ProgramSubscriptionModal/index.jsx",
- "line": 123,
- "column": 8,
- "index": 4144
+ "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
+ "line": 345,
+ "column": 80,
+ "index": 16277
},
{
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 594,
- "column": 22,
- "index": 26844
+ "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx",
+ "line": 354,
+ "column": 80,
+ "index": 16893
}
],
"Timelapse": [
@@ -40762,63 +35999,15 @@
"filePath": "src/packages/open-course-page/components/ProgramUpsell/ProgramUpsellWidget.jsx",
"line": 196,
"column": 25,
- "index": 7850
- },
- {
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 449,
- "column": 23,
- "index": 18454
+ "index": 7838
}
],
"MoneyOutline": [
{
"filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx",
- "line": 276,
+ "line": 265,
"column": 35,
- "index": 10096
- }
- ],
- "ModalDialog.Footer": [
- {
- "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx",
- "line": 59,
- "column": 6,
- "index": 2139
- },
- {
- "filePath": "src/packages/program-page/components/ProgramSubscriptionModal/index.jsx",
- "line": 195,
- "column": 6,
- "index": 7279
- }
- ],
- "ActionRow": [
- {
- "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx",
- "line": 60,
- "column": 8,
- "index": 2168
- },
- {
- "filePath": "src/packages/program-page/components/ProgramSubscriptionModal/index.jsx",
- "line": 196,
- "column": 8,
- "index": 7308
- }
- ],
- "ModalDialog.CloseButton": [
- {
- "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx",
- "line": 61,
- "column": 10,
- "index": 2190
- },
- {
- "filePath": "src/packages/program-page/components/ProgramSubscriptionModal/index.jsx",
- "line": 198,
- "column": 10,
- "index": 7371
+ "index": 9328
}
],
"Avatar": [
@@ -40834,7 +36023,7 @@
"filePath": "src/packages/open-course-page/components/ProgramUpsell/ProgramUpsellWidget.jsx",
"line": 135,
"column": 25,
- "index": 4910
+ "index": 4898
}
],
"Alert": [
@@ -40846,15 +36035,9 @@
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 483,
- "column": 22,
- "index": 18667
- },
- {
- "filePath": "src/packages/search-page/components/QuizMatchRecommendations/index.jsx",
- "line": 75,
- "column": 8,
- "index": 2481
+ "line": 442,
+ "column": 20,
+ "index": 14940
}
],
"Warning": [
@@ -40866,23 +36049,23 @@
},
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 484,
- "column": 24,
- "index": 18741
+ "line": 443,
+ "column": 22,
+ "index": 15012
},
{
"filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx",
- "line": 187,
+ "line": 188,
"column": 16,
- "index": 6336
+ "index": 6347
}
],
"Email": [
{
"filePath": "src/packages/open-course-page/components/SocialShare/index.jsx",
- "line": 106,
+ "line": 107,
"column": 12,
- "index": 3842
+ "index": 3970
}
],
"ArrowRightAlt": [
@@ -40890,33 +36073,15 @@
"filePath": "src/packages/program-page/components/AboutRouting/components/TopicRouting/index.jsx",
"line": 60,
"column": 31,
- "index": 1944
+ "index": 1937
}
],
"ExpandCircleDown": [
{
- "filePath": "src/packages/program-page/components/ProgramDataBar/components/ProgramDataBarButton.jsx",
- "line": 91,
- "column": 10,
- "index": 2568
- },
- {
- "filePath": "src/packages/program-page/components/ProgramDataBar/components/ProgramDataBarButton.jsx",
- "line": 102,
- "column": 8,
- "index": 2926
- },
- {
- "filePath": "src/packages/program-page/components/ProgramDataBar/components/ProgramDataBarButton/index.jsx",
- "line": 91,
- "column": 10,
- "index": 2568
- },
- {
- "filePath": "src/packages/program-page/components/ProgramDataBar/components/ProgramDataBarButton/index.jsx",
- "line": 102,
- "column": 8,
- "index": 2926
+ "filePath": "src/packages/program-page/components/ProgramDataBar/index.jsx",
+ "line": 172,
+ "column": 20,
+ "index": 5297
}
],
"Modal": [
@@ -40927,100 +36092,86 @@
"index": 3834
}
],
- "LocalOffer": [
- {
- "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 379,
- "column": 14,
- "index": 14022
- }
- ],
- "CreditCard": [
- {
- "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 416,
- "column": 14,
- "index": 15542
- }
- ],
"LibraryBooks": [
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 549,
+ "line": 491,
"column": 24,
- "index": 21803
+ "index": 17215
},
{
"filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx",
- "line": 138,
+ "line": 139,
"column": 10,
- "index": 4548
+ "index": 4559
}
],
"AccessTime": [
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 616,
- "column": 28,
- "index": 25327
+ "line": 558,
+ "column": 26,
+ "index": 20651
},
{
"filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx",
- "line": 176,
+ "line": 177,
"column": 15,
- "index": 5995
+ "index": 6006
}
],
"School": [
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
- "line": 637,
- "column": 28,
- "index": 26413
+ "line": 579,
+ "column": 26,
+ "index": 21701
},
{
"filePath": "src/packages/program-page/components/ProgramPathway/index.jsx",
- "line": 301,
+ "line": 294,
"column": 18,
- "index": 10671
+ "index": 10259
+ }
+ ],
+ "CreditCard": [
+ {
+ "filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
+ "line": 604,
+ "column": 24,
+ "index": 23120
}
],
"Collapsible.Trigger": [
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
"line": 718,
- "column": 22,
- "index": 30581
- },
- {
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 868,
"column": 20,
- "index": 41054
+ "index": 29061
}
],
"AddCircle": [
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
"line": 722,
- "column": 56,
- "index": 30932
+ "column": 54,
+ "index": 29404
}
],
"RemoveCircle": [
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
"line": 723,
- "column": 54,
- "index": 31022
+ "column": 52,
+ "index": 29492
}
],
"FormatQuote": [
{
"filePath": "src/packages/program-page/components/ProgramMain/index.jsx",
"line": 771,
- "column": 18,
- "index": 33306
+ "column": 16,
+ "index": 31732
}
],
"Info": [
@@ -41028,37 +36179,45 @@
"filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx",
"line": 93,
"column": 12,
- "index": 3601
+ "index": 3594
}
],
"CalendarMonth": [
{
"filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx",
- "line": 152,
+ "line": 153,
"column": 16,
- "index": 5085
+ "index": 5096
}
],
"LocationOn": [
{
"filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx",
- "line": 222,
+ "line": 224,
"column": 18,
- "index": 7801
+ "index": 7858
},
{
"filePath": "src/packages/program-page/components/ProgramPathway/index.jsx",
- "line": 224,
+ "line": 204,
"column": 16,
- "index": 7622
+ "index": 6605
+ }
+ ],
+ "Compass": [
+ {
+ "filePath": "src/packages/program-page/components/ProgramPathway/index.jsx",
+ "line": 312,
+ "column": 18,
+ "index": 10989
}
],
"StatusAlert": [
{
"filePath": "src/packages/queryless-pages/templates/AppUpgrade.jsx",
- "line": 101,
+ "line": 103,
"column": 8,
- "index": 3437
+ "index": 3488
},
{
"filePath": "src/packages/search-page/components/Results/NoResultsBlurb.jsx",
@@ -41073,50 +36232,6 @@
"index": 420
}
],
- "Form.Switch": [
- {
- "filePath": "src/packages/queryless-pages/templates/CCPAPage.jsx",
- "line": 28,
- "column": 10,
- "index": 920
- },
- {
- "filePath": "src/packages/queryless-pages/templates/CCPAPageES.jsx",
- "line": 26,
- "column": 10,
- "index": 938
- }
- ],
- "MoneyFilled": [
- {
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 257,
- "column": 15,
- "index": 8518
- }
- ],
- "CheckCircle": [
- {
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 267,
- "column": 15,
- "index": 8816
- },
- {
- "filePath": "src/packages/search-page/components/QuizMatchRecommendations/index.jsx",
- "line": 75,
- "column": 39,
- "index": 2512
- }
- ],
- "Calendar": [
- {
- "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx",
- "line": 471,
- "column": 23,
- "index": 19509
- }
- ],
"StarFilled": [
{
"filePath": "src/packages/queryless-pages/templates/PrivacyPolicyPrevious.jsx",
@@ -41151,14 +36266,6 @@
"index": 5506
}
],
- "TrendingUp": [
- {
- "filePath": "src/packages/search-page/components/AutoComplete/components/PopularSearchItem/index.jsx",
- "line": 35,
- "column": 23,
- "index": 1193
- }
- ],
"Pagination": [
{
"filePath": "src/packages/search-page/components/Pagination/index.jsx",
@@ -41170,81 +36277,63 @@
"Image": [
{
"filePath": "src/packages/search-page/components/PreQueryPage/components/SubjectFilters/index.jsx",
- "line": 159,
+ "line": 160,
"column": 8,
- "index": 4270
- }
- ],
- "Alert.Heading": [
- {
- "filePath": "src/packages/search-page/components/QuizMatchRecommendations/index.jsx",
- "line": 76,
- "column": 10,
- "index": 2553
+ "index": 4299
}
],
"CloseSmall": [
{
"filePath": "src/packages/search-page/components/RefinementFilters/components/CurrentRefinements/index.jsx",
- "line": 122,
- "column": 16,
- "index": 4293
- },
- {
- "filePath": "src/packages/search-page/components/RefinementFilters/components/CurrentRefinements/index.jsx",
- "line": 162,
+ "line": 109,
"column": 16,
- "index": 5941
+ "index": 4105
},
{
"filePath": "src/packages/search-page/components/RefinementFilters/components/CurrentRefinements/index.jsx",
- "line": 193,
+ "line": 140,
"column": 18,
- "index": 7156
+ "index": 5320
}
],
"Menu": [
{
"filePath": "src/packages/search-page/components/RefinementFilters/components/FacetList/index.jsx",
- "line": 254,
- "column": 10,
- "index": 6955
- },
- {
- "filePath": "src/packages/search-page/components/RefinementFilters/components/LearningTypeRadioSelect/index.jsx",
- "line": 130,
+ "line": 221,
"column": 10,
- "index": 3855
+ "index": 6104
}
],
"MenuItem": [
{
"filePath": "src/packages/search-page/components/RefinementFilters/components/FacetList/index.jsx",
- "line": 256,
+ "line": 223,
"column": 16,
- "index": 7041
- },
+ "index": 6190
+ }
+ ],
+ "KeyboardArrowDown": [
{
- "filePath": "src/packages/search-page/components/RefinementFilters/components/LearningTypeRadioSelect/index.jsx",
- "line": 132,
- "column": 14,
- "index": 3925
+ "filePath": "src/packages/search-page/components/RefinementFilters/components/MobileFilterMenu/index.jsx",
+ "line": 75,
+ "column": 10,
+ "index": 2420
}
],
"useMediaQuery": [
{
"filePath": "src/packages/search-page/components/SkillsBuilderCTA/index.jsx",
- "line": 19,
+ "line": 18,
"column": 23,
- "index": 517
+ "index": 486
}
],
"breakpoints": [
{
"filePath": "src/packages/search-page/components/SkillsBuilderCTA/index.jsx",
- "line": 19,
+ "line": 18,
"column": 49,
- "index": 543
+ "index": 512
}
],
"Tabs": [
diff --git a/docs/decisions/0009-usage-of-react-bootstrap.rst b/docs/decisions/0009-usage-of-react-bootstrap.rst
index e7d233d5de..594c9cee27 100644
--- a/docs/decisions/0009-usage-of-react-bootstrap.rst
+++ b/docs/decisions/0009-usage-of-react-bootstrap.rst
@@ -93,4 +93,4 @@ Following this decision there will be a pull request containing 18 components th
References
----------
-* https://react-bootstrap-v4.netlify.app/
+* https://react-bootstrap.github.io/
diff --git a/docs/decisions/0018-typescript-support.rst b/docs/decisions/0018-typescript-support.md
similarity index 94%
rename from docs/decisions/0018-typescript-support.rst
rename to docs/decisions/0018-typescript-support.md
index be67169448..601018845d 100644
--- a/docs/decisions/0018-typescript-support.rst
+++ b/docs/decisions/0018-typescript-support.md
@@ -1,5 +1,5 @@
-18. TypeScript support
------------------------
+18. TypeScript support.
+----------------------------------------------------------------
Status
------
diff --git a/docs/decisions/0019-scaling-styles-with-design-tokens.rst b/docs/decisions/0019-scaling-styles-with-design-tokens.rst
deleted file mode 100644
index bfb7ea08fe..0000000000
--- a/docs/decisions/0019-scaling-styles-with-design-tokens.rst
+++ /dev/null
@@ -1,261 +0,0 @@
-19. Scaling the Paragon design system's styles with design tokens and ``style-dictionary``
-###########################################################################################
-
-Status
-======
-
-Accepted
-
-Context
-=======
-
-A critical component of the Open edX platform is the ability to customize its visual styles to reflect the custom brand of its consumers in the Open edX community. Historically, the Open edX platform (via ``edx-platform``) has supported a comprehensive theming system fulfilling the community's theming needs, including brand customization but also functionality, too (e.g., modifying, adding, or removing user interface elements). However, as we've moved towards React micro-frontends, the theming from a brand customization perspective has been largely replaced by the theming system provided by the Paragon design system.
-
-Within Paragon, "theming" predominantly refers to brand customization as it relates to visual styles. It does not intend to be responsible for customization of functionality as in the historical sense of comprehensive theming in ``edx-platform``. The Frontend Working Group's roadmap includes improvements to micro-frontend customizability.
-
-Current styles architecture
----------------------------
-
-Today, Paragon's core styles are heavily based on `Bootstrap 4 `__. The decision to rely on Bootstrap was to extend a popular, existing responsive CSS framework to get an initial design system created more efficiently than creating all styles from scratch in addition to general knowledge and awareness of Bootstrap throughout the frontend community (see `OEP-16 `__ for more details).
-
-Bootstrap 4 supports theming of visual styles through SCSS variables. As a result, Paragon's current theming system also relies overriding SCSS variables, both from core Bootstrap and custom Paragon variables.
-
-While Paragon's SCSS theming system has largely supported Open edX's transition from building legagy UIs in Django to React micro-frontends, we have identified several challenges that hinder its continued scalability and use in micro-frontends throughout Open edX.
-
-Challenges with current styles architecture
--------------------------------------------
-
-* **On theme changes, all its consuming applications must be upgraded, re-built, and re-deployed.**
-
- * Because Paragon currently heavily relies on SCSS variables for its theme, when any SCSS variable(s) are changed, every application consuming that theme needs to upgrade to the new version, be re-built, and get re-deployed.
-
- * With applications needing to be rebuild/redeployed, it's a significant effort to upgrade all applications to the new theme, especially if trying to do all applications at once.
-
- * With runtime theming via CSS variables, when a change is made to the theme, only the theme itself should need to get re-built, and the styles should automatically get applied to all consuming applications without needing to explicitly upgrade, re-build, and re-deploy those applications.
-
-* **Paragon styles are not platform agnostic nor a single source-of-truth.**
-
- * The styles associated with Paragon themes are largely only accessible in environments that support SCSS as pretty much all Paragon's style properties are baked into SCSS variables.
- * Ideally, the style properties would be defined in a platform agnostic way such that they can be transformed for various platforms, like iOS and Android apps or even a Figma integration.
-
- * *Note: these additional platform support ideas is more of a longer-term vision for how we could extend the design tokens work further in the future.*
-
-* **Supporting both system-wide themes and organizational themes.**
-
- * The primary theming use case for Paragon is largely around system-wide theming, where all applications in the Open edX ecosystem share the same theme.
- * However, there are use cases for organizational themes, too (i.e., updating the colors for specific partners/organizations, enterprise customers, etc.).
-
- * This is not well supported today and largely requires overriding CSS classes from Paragon rather than the desired approach of overriding underlying CSS variable(s). This an anti-pattern as Paragon class names should really be considered internal implementation details of Paragon components, and not used by consumers directly. For example, the Enterprise MFEs within Open edX (e.g., frontend-app-learner-portal-enterprise) inject ``